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.0.
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.0'
274 PACKAGE_STRING
='wxWidgets 2.7.0'
275 PACKAGE_BUGREPORT
='wx-dev@lists.wxwidgets.org'
277 ac_unique_file
="wx-config.in"
278 # Factoring default headers for most tests.
279 ac_includes_default
="\
282 # include <sys/types.h>
285 # include <sys/stat.h>
296 # if !STDC_HEADERS && HAVE_MEMORY_H
302 # include <strings.h>
305 # include <inttypes.h>
315 ac_subdirs_all
="$ac_subdirs_all src/expat"
316 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR ac_ct_AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP ac_ct_STRIP WINDRES ac_ct_WINDRES DLLTOOL ac_ct_DLLTOOL IF_GNU_MAKE LN_S LNDIR CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS REZ DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE dlldir AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG WINDOWS_IMPLIB USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_SOVERCYGWIN USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_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_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
791 # Report the --help message.
793 if test "$ac_init_help" = "long"; then
794 # Omit some internal or obsolete options to make the list less imposing.
795 # This message is too long to be a string in the A/UX 3.1 sh.
797 \`configure' configures wxWidgets 2.7.0 to adapt to many kinds of systems.
799 Usage: $0 [OPTION]... [VAR=VALUE]...
801 To assign environment variables (e.g., CC, CFLAGS...), specify them as
802 VAR=VALUE. See below for descriptions of some of the useful variables.
804 Defaults for the options are specified in brackets.
807 -h, --help display this help and exit
808 --help=short display options specific to this package
809 --help=recursive display the short help of all the included packages
810 -V, --version display version information and exit
811 -q, --quiet, --silent do not print \`checking...' messages
812 --cache-file=FILE cache test results in FILE [disabled]
813 -C, --config-cache alias for \`--cache-file=config.cache'
814 -n, --no-create do not create output files
815 --srcdir=DIR find the sources in DIR [configure dir or \`..']
820 Installation directories:
821 --prefix=PREFIX install architecture-independent files in PREFIX
823 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
826 By default, \`make install' will install all the files in
827 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
828 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
829 for instance \`--prefix=\$HOME'.
831 For better control, use the options below.
833 Fine tuning of the installation directories:
834 --bindir=DIR user executables [EPREFIX/bin]
835 --sbindir=DIR system admin executables [EPREFIX/sbin]
836 --libexecdir=DIR program executables [EPREFIX/libexec]
837 --datadir=DIR read-only architecture-independent data [PREFIX/share]
838 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
839 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
840 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
841 --libdir=DIR object code libraries [EPREFIX/lib]
842 --includedir=DIR C header files [PREFIX/include]
843 --oldincludedir=DIR C header files for non-gcc [/usr/include]
844 --infodir=DIR info documentation [PREFIX/info]
845 --mandir=DIR man documentation [PREFIX/man]
851 --x-includes=DIR X include files are
in DIR
852 --x-libraries=DIR X library files are
in DIR
855 --build=BUILD configure
for building on BUILD
[guessed
]
856 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
857 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
861 if test -n "$ac_init_help"; then
862 case $ac_init_help in
863 short
| recursive
) echo "Configuration of wxWidgets 2.7.0:";;
868 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
869 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
870 --enable-gui use GUI classes
871 --enable-monolithic build wxWidgets as single library
872 --enable-plugins build parts of wxWidgets as loadable components
873 --enable-universal use wxWidgets GUI controls instead of native ones
874 --enable-nanox use NanoX
875 --disable-gtk2 use GTK
+ 1.2 instead of
2.0
876 --enable-gpe use GNOME PDA Environment features
if possible
877 --enable-shared create shared library code
878 --enable-optimise create optimised code
879 --enable-debug same as debug_flag and debug_info
880 --enable-stl use STL
for containers
881 --enable-omf use OMF object format
882 --enable-debug_flag set __WXDEBUG__ flag
(recommended
for developers
!)
883 --enable-debug_info create code with debugging information
884 --enable-debug_gdb create code with extra GDB debugging information
885 --enable-debug_cntxt use wxDebugContext
886 --enable-mem_tracing create code with memory tracing
887 --enable-profile create code with profiling information
888 --enable-no_rtti create code without RTTI information
889 --enable-no_exceptions create code without C
++ exceptions handling
890 --enable-permissive compile code disregarding strict ANSI
891 --enable-no_deps create code without dependency information
892 --enable-compat24 enable wxWidgets
2.4 compatibility
893 --disable-compat26 disable wxWidgets
2.6 compatibility
894 --disable-rpath disable use of rpath
for uninstalled builds
895 --enable-intl use internationalization system
896 --enable-config use wxConfig
(and derived
) classes
897 --enable-protocols use wxProtocol and derived classes
898 --enable-ftp use wxFTP
(requires wxProtocol
899 --enable-http use wxHTTP
(requires wxProtocol
900 --enable-fileproto use wxFileProto class
(requires wxProtocol
901 --enable-sockets use socket
/network classes
902 --enable-ole use OLE classes
(Win32 only
)
903 --enable-dataobj use data object classes
904 --enable-ipc use interprocess communication
(wxSocket etc.
)
905 --enable-apple_ieee use the Apple IEEE codec
906 --enable-arcstream use wxArchive streams
907 --enable-backtrace use wxStackWalker class
for getting backtraces
908 --enable-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
909 --enable-cmdline use wxCmdLineParser class
910 --enable-datetime use wxDateTime class
911 --enable-debugreport use wxDebugReport class
912 --enable-dialupman use dialup network classes
913 --enable-dynlib use wxLibrary class
for DLL loading
914 --enable-dynamicloader use
(new
) wxDynamicLibrary class
915 --enable-exceptions build exception
-safe library
916 --enable-ffile use wxFFile class
917 --enable-file use wxFile class
918 --enable-filesystem use virtual
file systems classes
919 --enable-fontmap use font encodings conversion classes
920 --enable-fs_inet use virtual HTTP
/FTP filesystems
921 --enable-fs_zip use virtual ZIP filesystems
922 --enable-geometry use geometry class
923 --enable-log use logging system
924 --enable-longlong use wxLongLong class
925 --enable-mimetype use wxMimeTypesManager
926 --enable-mslu use MS Layer
for Unicode on Windows
9x
(Win32 only
)
927 --enable-snglinst use wxSingleInstanceChecker class
928 --enable-std_iostreams use standard C
++ stream classes
929 --enable-std_string use standard C
++ string classes
930 --enable-stdpaths use wxStandardPaths class
931 --enable-stopwatch use wxStopWatch class
932 --enable-streams use wxStream etc classes
933 --enable-sysoptions use wxSystemOptions
934 --enable-textbuf use wxTextBuffer class
935 --enable-textfile use wxTextFile class
936 --enable-timer use wxTimer class
937 --enable-unicode compile wxString with Unicode support
938 --enable-sound use wxSound class
939 --enable-mediactrl use wxMediaCtrl class
940 --enable-wxprintfv use wxWidgets implementation of vprintf
()
941 --enable-zipstream use wxZip streams
942 --enable-url use wxURL class
943 --enable-protocol use wxProtocol class
944 --enable-protocol-http HTTP support
in wxProtocol
945 --enable-protocol-ftp FTP support
in wxProtocol
946 --enable-protocol-file FILE support
in wxProtocol
947 --enable-threads use threads
948 --enable-docview use document view architecture
949 --enable-help use
help subsystem
950 --enable-mshtmlhelp use MS HTML Help
(win32
)
951 --enable-html use wxHTML sub
-library
952 --enable-htmlhelp use wxHTML
-based help
953 --enable-xrc use XRC resources sub
-library
954 --enable-constraints use layout
-constraints system
955 --enable-printarch use printing architecture
956 --enable-mdi use multiple document interface architecture
957 --enable-mdidoc use docview architecture with MDI
958 --enable-loggui use standard GUI logger
959 --enable-logwin use wxLogWindow
960 --enable-logdialog use wxLogDialog
961 --enable-webkit use wxWebKitCtrl
(Mac
)
962 --enable-richtext use wxRichTextCtrl
963 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
964 --enable-prologio not available
; see contrib
965 --enable-resources not available
; see contrib
966 --enable-clipboard use wxClipboard class
967 --enable-dnd use Drag
'n'Drop classes
968 --enable-metafile use win32 metafiles
969 --enable-controls use all usual controls
970 --enable-accel use accelerators
971 --enable-button use wxButton class
972 --enable-bmpbutton use wxBitmapButton class
973 --enable-calendar use wxCalendarCtrl class
974 --enable-caret use wxCaret class
975 --enable-checkbox use wxCheckBox class
976 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
977 --enable-choice use wxChoice class
978 --enable-choicebook use wxChoicebook class
979 --enable-combobox use wxComboBox class
980 --enable-datepick use wxDatePickerCtrl class
981 --enable-display use wxDisplay class
982 --enable-gauge use wxGauge class
983 --enable-grid use wxGrid class
984 --enable-imaglist use wxImageList class
985 --enable-listbook use wxListbook class
986 --enable-listbox use wxListBox class
987 --enable-listctrl use wxListCtrl class
988 --enable-notebook use wxNotebook class
989 --enable-radiobox use wxRadioBox class
990 --enable-radiobtn use wxRadioButton class
991 --enable-sash use wxSashWindow class
992 --enable-scrollbar use wxScrollBar class and scrollable windows
993 --enable-slider use wxSlider class
994 --enable-spinbtn use wxSpinButton class
995 --enable-spinctrl use wxSpinCtrl class
996 --enable-splitter use wxSplitterWindow class
997 --enable-statbmp use wxStaticBitmap class
998 --enable-statbox use wxStaticBox class
999 --enable-statline use wxStaticLine class
1000 --enable-stattext use wxStaticText class
1001 --enable-statusbar use wxStatusBar class
1002 --enable-tabdialog use wxTabControl class
1003 --enable-textctrl use wxTextCtrl class
1004 --enable-togglebtn use wxToggleButton class
1005 --enable-toolbar use wxToolBar class
1006 --enable-tbarnative use native wxToolBar class
1007 --enable-tbarsmpl use wxToolBarSimple class
1008 --enable-treebook use wxTreebook class
1009 --enable-treectrl use wxTreeCtrl class
1010 --enable-tipwindow use wxTipWindow class
1011 --enable-popupwin use wxPopUpWindow class
1012 --enable-commondlg use all common dialogs
1013 --enable-choicedlg use wxChoiceDialog
1014 --enable-coldlg use wxColourDialog
1015 --enable-filedlg use wxFileDialog
1016 --enable-finddlg use wxFindReplaceDialog
1017 --enable-fontdlg use wxFontDialog
1018 --enable-dirdlg use wxDirDialog
1019 --enable-msgdlg use wxMessageDialog
1020 --enable-numberdlg use wxNumberEntryDialog
1021 --enable-splash use wxSplashScreen
1022 --enable-textdlg use wxTextDialog
1023 --enable-tipdlg use startup tips
1024 --enable-progressdlg use wxProgressDialog
1025 --enable-wizarddlg use wxWizard
1026 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
1027 --enable-miniframe use wxMiniFrame class
1028 --enable-tooltips use wxToolTip class
1029 --enable-splines use spline drawing code
1030 --enable-mousewheel use mousewheel
1031 --enable-validators use wxValidator and derived classes
1032 --enable-busyinfo use wxBusyInfo
1033 --enable-joystick use wxJoystick
1034 --enable-metafiles use wxMetaFile
(Win32 only
)
1035 --enable-dragimage use wxDragImage
1036 --enable-accessibility enable accessibility support
1037 --enable-dccache cache temporary wxDC objects
(Win32 only
)
1038 --enable-palette use wxPalette class
1039 --enable-image use wxImage class
1040 --enable-gif use gif images
(GIF
file format
)
1041 --enable-pcx use pcx images
(PCX
file format
)
1042 --enable-iff use iff images
(IFF
file format
)
1043 --enable-pnm use pnm images
(PNM
file format
)
1044 --enable-xpm use xpm images
(XPM
file format
)
1045 --enable-icocur use Windows ICO and CUR formats
1046 --enable-official_build official build of wxWidgets
(win32 DLL only
)
1047 --enable-vendor=VENDOR vendor name
(win32 DLL only
)
1048 --disable-largefile omit support
for large files
1049 --disable-gtktest do not try to compile and run a
test GTK
+ program
1050 --disable-gtktest Do not try to compile and run a
test GTK program
1051 --disable-sdltest Do not try to compile and run a
test SDL program
1052 --enable-omf use OMF object format
(OS
/2)
1053 --disable-precomp-headers
1054 don
't use precompiled headers even if compiler can
1057 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1058 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1059 --without-subdirs don't generate makefiles
for samples
/demos
/...
1060 --with-gtk[=VERSION
] use GTK
+, VERSION can be
2 (default
), 1 or
"any"
1061 --with-motif use Motif
/Lesstif
1062 --with-mac use Mac OS X
1063 --with-cocoa use Cocoa
1064 --with-wine use Wine
1065 --with-msw use MS
-Windows
1066 --with-pm use OS
/2 Presentation Manager
1067 --with-mgl use SciTech MGL
1068 --with-microwin use MicroWindows
1070 --with-libpng use libpng
(PNG image format
)
1071 --with-libjpeg use libjpeg
(JPEG
file format
)
1072 --with-libtiff use libtiff
(TIFF
file format
)
1073 --with-libxpm use libxpm
(XPM
file format
)
1074 --with-libmspack use libmspack
(CHM
help files loading
)
1075 --with-sdl use SDL
for audio on Unix
1076 --with-gnomeprint use GNOME print
for printing under Unix
1077 --with-opengl use OpenGL
(or Mesa
)
1078 --with-dmalloc use dmalloc library
(http
://dmalloc.com
/)
1079 --with-regex enable support
for wxRegEx class
1080 --with-zlib use zlib
for LZW compression
1081 --with-odbc use the IODBC and wxODBC classes
1082 --with-expat enable XML support using expat parser
1083 --with-flavour=NAME specify a name to identify this build
1084 --with-gtk-prefix=PFX Prefix where GTK is installed
(optional
)
1085 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed
(optional
)
1086 --with-x use the X Window System
1087 --with-libiconv-prefix=DIR search
for libiconv
in DIR
/include and DIR
/lib
1088 --with-sdl-prefix=PFX Prefix where SDL is installed
(optional
)
1089 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed
(optional
)
1090 --with-cppunit-prefix=PFX Prefix where CppUnit is installed
(optional
)
1091 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed
(optional
)
1093 Some influential environment variables
:
1094 CC C compiler
command
1095 CFLAGS C compiler flags
1096 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1097 nonstandard directory
<lib dir
>
1098 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
1099 headers
in a nonstandard directory
<include dir
>
1101 CXX C
++ compiler
command
1102 CXXFLAGS C
++ compiler flags
1103 CXXCPP C
++ preprocessor
1105 Use these variables to override the choices made by
`configure' or to help
1106 it to find libraries and programs with nonstandard names/locations.
1108 Report bugs to <wx-dev@lists.wxwidgets.org>.
1112 if test "$ac_init_help" = "recursive"; then
1113 # If there are subdirs, report their specific --help.
1115 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1116 test -d $ac_dir || continue
1119 if test "$ac_dir" != .; then
1120 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1121 # A "../" for each directory in $ac_dir_suffix.
1122 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1124 ac_dir_suffix= ac_top_builddir=
1128 .) # No --srcdir option. We are building in place.
1130 if test -z "$ac_top_builddir"; then
1133 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1135 [\\/]* | ?:[\\/]* ) # Absolute path.
1136 ac_srcdir=$srcdir$ac_dir_suffix;
1137 ac_top_srcdir=$srcdir ;;
1139 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1140 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1143 # Do not use `cd foo
&& pwd` to compute absolute paths, because
1144 # the directories may not exist.
1146 .) ac_abs_builddir="$ac_dir";;
1149 .) ac_abs_builddir=`pwd`;;
1150 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1151 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1154 case $ac_abs_builddir in
1155 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1157 case ${ac_top_builddir}. in
1158 .) ac_abs_top_builddir=$ac_abs_builddir;;
1159 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1160 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1163 case $ac_abs_builddir in
1164 .) ac_abs_srcdir=$ac_srcdir;;
1167 .) ac_abs_srcdir=$ac_abs_builddir;;
1168 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1169 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1172 case $ac_abs_builddir in
1173 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1175 case $ac_top_srcdir in
1176 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1177 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1178 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1183 # Check for guested configure; otherwise get Cygnus style configure.
1184 if test -f $ac_srcdir/configure.gnu; then
1186 $SHELL $ac_srcdir/configure.gnu --help=recursive
1187 elif test -f $ac_srcdir/configure; then
1189 $SHELL $ac_srcdir/configure --help=recursive
1190 elif test -f $ac_srcdir/configure.ac ||
1191 test -f $ac_srcdir/configure.in; then
1193 $ac_configure --help
1195 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1201 test -n "$ac_init_help" && exit 0
1202 if $ac_init_version; then
1204 wxWidgets configure 2.7.0
1205 generated by GNU Autoconf 2.59
1207 Copyright (C) 2003 Free Software Foundation, Inc.
1208 This configure script is free software; the Free Software Foundation
1209 gives unlimited permission to copy, distribute and modify it.
1215 This file contains any messages produced by compilers while
1216 running configure, to aid debugging if configure makes a mistake.
1218 It was created by wxWidgets $as_me 2.7.0, which was
1219 generated by GNU Autoconf 2.59. Invocation command line was
1230 hostname = `(hostname
|| uname
-n) 2>/dev
/null
| sed 1q
`
1231 uname -m = `(uname
-m) 2>/dev
/null
|| echo unknown
`
1232 uname -r = `(uname
-r) 2>/dev
/null
|| echo unknown
`
1233 uname -s = `(uname
-s) 2>/dev
/null
|| echo unknown
`
1234 uname -v = `(uname
-v) 2>/dev
/null
|| echo unknown
`
1236 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null
|| echo unknown
`
1237 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null
|| echo unknown
`
1239 /bin/arch = `(/bin
/arch
) 2>/dev
/null
|| echo unknown
`
1240 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null
|| echo unknown
`
1241 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null
|| echo unknown
`
1242 hostinfo = `(hostinfo
) 2>/dev
/null
|| echo unknown
`
1243 /bin/machine = `(/bin
/machine
) 2>/dev
/null
|| echo unknown
`
1244 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null
|| echo unknown
`
1245 /bin/universe = `(/bin
/universe
) 2>/dev
/null
|| echo unknown
`
1249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1253 test -z "$as_dir" && as_dir=.
1254 echo "PATH: $as_dir"
1269 # Keep a trace of the command line.
1270 # Strip out --no-create and --no-recursion so they do not pile up.
1271 # Strip out --silent because we don't want to record it for future runs.
1272 # Also quote any args containing shell meta-characters.
1273 # Make two passes to allow for proper duplicate-argument suppression.
1278 ac_must_keep_next=false
1284 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1285 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1286 | -silent | --silent | --silen | --sile | --sil)
1288 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1289 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1292 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1294 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1295 if test $ac_must_keep_next = true; then
1296 ac_must_keep_next=false # Got value, back to normal.
1299 *=* | --config-cache | -C | -disable-* | --disable-* \
1300 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1301 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1302 | -with-* | --with-* | -without-* | --without-* | --x)
1303 case "$ac_configure_args0 " in
1304 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1307 -* ) ac_must_keep_next=true ;;
1310 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1311 # Get rid of the leading space.
1317 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1318 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1320 # When interrupted or exit'd, cleanup temporary files, and complete
1321 # config.log. We remove comments because anyway the quotes in there
1322 # would cause problems or look ugly.
1323 # WARNING: Be sure not to use single quotes in there, as some shells,
1324 # such as our DU 5.0 friend, will then `close
' the trap.
1325 trap 'exit_status
=$?
1326 # Save into config.log some information that might help in debugging.
1331 ## ---------------- ##
1332 ## Cache variables. ##
1333 ## ---------------- ##
1336 # The following way of writing the cache mishandles newlines in values,
1339 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1342 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1343 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1347 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1354 ## ----------------- ##
1355 ## Output variables. ##
1356 ## ----------------- ##
1359 for ac_var
in $ac_subst_vars
1361 eval ac_val
=$
`echo $ac_var`
1362 echo "$ac_var='"'"'$ac_val'"'"'"
1366 if test -n "$ac_subst_files"; then
1373 for ac_var
in $ac_subst_files
1375 eval ac_val
=$
`echo $ac_var`
1376 echo "$ac_var='"'"'$ac_val'"'"'"
1381 if test -s confdefs.h
; then
1388 sed "/^$/d" confdefs.h
| sort
1391 test "$ac_signal" != 0 &&
1392 echo "$as_me: caught signal $ac_signal"
1393 echo "$as_me: exit $exit_status"
1395 rm -f core
*.core
&&
1396 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1399 for ac_signal in 1 2 13 15; do
1400 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1404 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1405 rm -rf conftest* confdefs.h
1406 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1409 # Predefined preprocessor variables.
1411 cat >>confdefs.h <<_ACEOF
1412 #define PACKAGE_NAME "$PACKAGE_NAME"
1416 cat >>confdefs.h <<_ACEOF
1417 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1421 cat >>confdefs.h <<_ACEOF
1422 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1426 cat >>confdefs.h <<_ACEOF
1427 #define PACKAGE_STRING "$PACKAGE_STRING"
1431 cat >>confdefs.h <<_ACEOF
1432 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1436 # Let the site file select an alternate cache file if it wants to.
1437 # Prefer explicitly selected file to automatically selected ones.
1438 if test -z "$CONFIG_SITE"; then
1439 if test "x$prefix" != xNONE; then
1440 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1442 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1445 for ac_site_file in $CONFIG_SITE; do
1446 if test -r "$ac_site_file"; then
1447 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1448 echo "$as_me: loading site script $ac_site_file" >&6;}
1449 sed 's
/^
/| /' "$ac_site_file" >&5
1454 if test -r "$cache_file"; then
1455 # Some versions of bash will fail to source /dev/null (special
1456 # files actually), so we avoid doing that.
1457 if test -f "$cache_file"; then
1458 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1459 echo "$as_me: loading cache $cache_file" >&6;}
1461 [\\/]* | ?:[\\/]* ) . $cache_file;;
1462 *) . ./$cache_file;;
1466 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1467 echo "$as_me: creating cache $cache_file" >&6;}
1471 # Check that the precious variables saved in the cache have kept the same
1473 ac_cache_corrupted=false
1474 for ac_var in `(set) 2>&1 |
1475 sed -n 's
/^ac_env_\
([a
-zA-Z_0-9]*\
)_set
=.
*/\
1/p
'`; do
1476 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1477 eval ac_new_set=\$ac_env_${ac_var}_set
1478 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1479 eval ac_new_val="\$ac_env_${ac_var}_value"
1480 case $ac_old_set,$ac_new_set in
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1483 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1484 ac_cache_corrupted=: ;;
1486 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1487 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1488 ac_cache_corrupted=: ;;
1491 if test "x$ac_old_val" != "x$ac_new_val"; then
1492 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1493 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1494 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1495 echo "$as_me: former value: $ac_old_val" >&2;}
1496 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1497 echo "$as_me: current value: $ac_new_val" >&2;}
1498 ac_cache_corrupted=:
1501 # Pass precious variables to config.status.
1502 if test "$ac_new_set" = set; then
1504 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1505 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1506 *) ac_arg=$ac_var=$ac_new_val ;;
1508 case " $ac_configure_args " in
1509 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1510 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1514 if $ac_cache_corrupted; then
1515 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1516 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1517 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1518 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1519 { (exit 1); exit 1; }; }
1523 ac_cpp='$CPP $CPPFLAGS'
1524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1525 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1558 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1559 if test -f $ac_dir/install-sh; then
1561 ac_install_sh="$ac_aux_dir/install-sh -c"
1563 elif test -f $ac_dir/install.sh; then
1565 ac_install_sh="$ac_aux_dir/install.sh -c"
1567 elif test -f $ac_dir/shtool; then
1569 ac_install_sh="$ac_aux_dir/shtool install -c"
1573 if test -z "$ac_aux_dir"; then
1574 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1575 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1576 { (exit 1); exit 1; }; }
1578 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1579 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1580 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1582 # Make sure we can run config.sub.
1583 $ac_config_sub sun4 >/dev/null 2>&1 ||
1584 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1585 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1586 { (exit 1); exit 1; }; }
1588 echo "$as_me:$LINENO: checking build system type" >&5
1589 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1590 if test "${ac_cv_build+set}" = set; then
1591 echo $ECHO_N "(cached) $ECHO_C" >&6
1593 ac_cv_build_alias=$build_alias
1594 test -z "$ac_cv_build_alias" &&
1595 ac_cv_build_alias=`$ac_config_guess`
1596 test -z "$ac_cv_build_alias" &&
1597 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1598 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1599 { (exit 1); exit 1; }; }
1600 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1601 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1602 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1603 { (exit 1); exit 1; }; }
1606 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1607 echo "${ECHO_T}$ac_cv_build" >&6
1609 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1610 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1611 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1614 echo "$as_me:$LINENO: checking host system type" >&5
1615 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1616 if test "${ac_cv_host+set}" = set; then
1617 echo $ECHO_N "(cached) $ECHO_C" >&6
1619 ac_cv_host_alias=$host_alias
1620 test -z "$ac_cv_host_alias" &&
1621 ac_cv_host_alias=$ac_cv_build_alias
1622 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1623 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1624 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1625 { (exit 1); exit 1; }; }
1628 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1629 echo "${ECHO_T}$ac_cv_host" >&6
1631 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1632 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1633 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1636 echo "$as_me:$LINENO: checking target system type" >&5
1637 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1638 if test "${ac_cv_target+set}" = set; then
1639 echo $ECHO_N "(cached) $ECHO_C" >&6
1641 ac_cv_target_alias=$target_alias
1642 test "x$ac_cv_target_alias" = "x" &&
1643 ac_cv_target_alias=$ac_cv_host_alias
1644 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1645 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1646 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1647 { (exit 1); exit 1; }; }
1650 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1651 echo "${ECHO_T}$ac_cv_target" >&6
1652 target=$ac_cv_target
1653 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1654 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1655 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1658 # The aliases save the names the user supplied, while $host etc.
1659 # will get canonicalized.
1660 test -n "$target_alias" &&
1661 test "$program_prefix$program_suffix$program_transform_name" = \
1663 program_prefix=${target_alias}-
1667 wx_major_version_number=2
1668 wx_minor_version_number=7
1670 wx_subrelease_number=0
1672 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1673 WX_VERSION=$WX_RELEASE.$wx_release_number
1674 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
1676 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
1689 USE_BSD= USE_DARWIN= USE_FREEBSD=
1695 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1701 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1703 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1705 DEFAULT_wxUSE_COCOA=0
1709 DEFAULT_wxUSE_MICROWIN=0
1710 DEFAULT_wxUSE_MOTIF=0
1715 DEFAULT_DEFAULT_wxUSE_COCOA=0
1716 DEFAULT_DEFAULT_wxUSE_GTK=0
1717 DEFAULT_DEFAULT_wxUSE_MAC=0
1718 DEFAULT_DEFAULT_wxUSE_MGL=0
1719 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1720 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1721 DEFAULT_DEFAULT_wxUSE_MSW=0
1722 DEFAULT_DEFAULT_wxUSE_PM=0
1723 DEFAULT_DEFAULT_wxUSE_X11=0
1728 SAMPLES_RPATH_POSTLINK=
1730 DEFAULT_STD_FLAG=yes
1735 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1736 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1738 cat >>confdefs.h <<\_ACEOF
1743 CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
1747 cat >>confdefs.h <<\_ACEOF
1752 if test "x$TMP" = "xalpha"; then
1754 cat >>confdefs.h <<\_ACEOF
1759 DEFAULT_DEFAULT_wxUSE_GTK=1
1761 *-*-gnu* | *-*-k*bsd*-gnu )
1764 if test "x$TMP" = "xalpha"; then
1766 cat >>confdefs.h <<\_ACEOF
1771 DEFAULT_DEFAULT_wxUSE_GTK=1
1773 *-*-irix5* | *-*-irix6* )
1776 cat >>confdefs.h <<\_ACEOF
1780 cat >>confdefs.h <<\_ACEOF
1784 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1790 cat >>confdefs.h <<\_ACEOF
1794 cat >>confdefs.h <<\_ACEOF
1795 #define __SOLARIS__ 1
1798 cat >>confdefs.h <<\_ACEOF
1802 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1803 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1809 cat >>confdefs.h <<\_ACEOF
1813 cat >>confdefs.h <<\_ACEOF
1817 cat >>confdefs.h <<\_ACEOF
1821 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1826 cat >>confdefs.h <<\_ACEOF
1827 #define __FREEBSD__ 1
1830 cat >>confdefs.h <<\_ACEOF
1834 DEFAULT_DEFAULT_wxUSE_GTK=1
1839 cat >>confdefs.h <<\_ACEOF
1840 #define __OPENBSD__ 1
1843 cat >>confdefs.h <<\_ACEOF
1847 DEFAULT_DEFAULT_wxUSE_GTK=1
1852 cat >>confdefs.h <<\_ACEOF
1853 #define __NETBSD__ 1
1856 cat >>confdefs.h <<\_ACEOF
1860 DEFAULT_DEFAULT_wxUSE_GTK=1
1865 cat >>confdefs.h <<\_ACEOF
1869 cat >>confdefs.h <<\_ACEOF
1873 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1874 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1879 cat >>confdefs.h <<\_ACEOF
1883 cat >>confdefs.h <<\_ACEOF
1887 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1892 cat >>confdefs.h <<\_ACEOF
1896 cat >>confdefs.h <<\_ACEOF
1900 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1907 cat >>confdefs.h <<\_ACEOF
1911 cat >>confdefs.h <<\_ACEOF
1915 cat >>confdefs.h <<\_ACEOF
1919 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1926 cat >>confdefs.h <<\_ACEOF
1927 #define __UNIXWARE__ 1
1932 *-*-cygwin* | *-*-mingw32* )
1935 DEFAULT_DEFAULT_wxUSE_MSW=1
1942 cat >>confdefs.h <<\_ACEOF
1947 DEFAULT_DEFAULT_wxUSE_MGL=1
1950 *-pc-os2_emx | *-pc-os2-emx )
1951 cat >>confdefs.h <<\_ACEOF
1956 cat >>confdefs.h <<\_ACEOF
1961 DEFAULT_DEFAULT_wxUSE_PM=1
1963 LDFLAGS="$LDFLAGS -Zcrtdll"
1964 ac_executable_extensions=".exe"
1965 export ac_executable_extensions
1969 for ac_dir in $PATH; do
1971 if test -z "$ac_TEMP_PATH"; then
1972 ac_TEMP_PATH="$ac_dir"
1974 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1977 export PATH="$ac_TEMP_PATH"
1986 cat >>confdefs.h <<\_ACEOF
1990 cat >>confdefs.h <<\_ACEOF
1991 #define __DARWIN__ 1
1994 cat >>confdefs.h <<\_ACEOF
1995 #define TARGET_CARBON 1
1998 DEFAULT_DEFAULT_wxUSE_MAC=1
2001 powerpc-apple-macos* )
2003 ac_cv_c_bigendian=yes
2005 DEFAULT_DEFAULT_wxUSE_MAC=1
2011 cat >>confdefs.h <<\_ACEOF
2018 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2019 echo "$as_me: error: unknown system type ${host}." >&2;}
2020 { (exit 1); exit 1; }; }
2026 wx_arg_cache_file="configarg.cache"
2027 echo "loading argument cache $wx_arg_cache_file"
2028 rm -f ${wx_arg_cache_file}.tmp
2029 touch ${wx_arg_cache_file}.tmp
2030 touch ${wx_arg_cache_file}
2034 if test $DEBUG_CONFIGURE = 1; then
2035 DEFAULT_wxUSE_UNIVERSAL=no
2036 DEFAULT_wxUSE_STL=no
2038 DEFAULT_wxUSE_NANOX=no
2040 DEFAULT_wxUSE_THREADS=yes
2042 DEFAULT_wxUSE_SHARED=yes
2043 DEFAULT_wxUSE_OPTIMISE=no
2044 DEFAULT_wxUSE_PROFILE=no
2045 DEFAULT_wxUSE_NO_DEPS=no
2046 DEFAULT_wxUSE_NO_RTTI=no
2047 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2048 DEFAULT_wxUSE_RPATH=yes
2049 DEFAULT_wxUSE_PERMISSIVE=no
2050 DEFAULT_wxUSE_DEBUG_FLAG=yes
2051 DEFAULT_wxUSE_DEBUG_INFO=yes
2052 DEFAULT_wxUSE_DEBUG_GDB=yes
2053 DEFAULT_wxUSE_MEM_TRACING=no
2054 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2055 DEFAULT_wxUSE_DMALLOC=no
2056 DEFAULT_wxUSE_APPLE_IEEE=no
2058 DEFAULT_wxUSE_EXCEPTIONS=no
2059 DEFAULT_wxUSE_LOG=yes
2060 DEFAULT_wxUSE_LOGWINDOW=no
2061 DEFAULT_wxUSE_LOGGUI=no
2062 DEFAULT_wxUSE_LOGDIALOG=no
2064 DEFAULT_wxUSE_GUI=yes
2065 DEFAULT_wxUSE_CONTROLS=no
2067 DEFAULT_wxUSE_REGEX=no
2068 DEFAULT_wxUSE_XML=no
2069 DEFAULT_wxUSE_EXPAT=no
2070 DEFAULT_wxUSE_ZLIB=no
2071 DEFAULT_wxUSE_LIBPNG=no
2072 DEFAULT_wxUSE_LIBJPEG=no
2073 DEFAULT_wxUSE_LIBTIFF=no
2074 DEFAULT_wxUSE_LIBXPM=no
2075 DEFAULT_wxUSE_LIBMSPACK=no
2076 DEFAULT_wxUSE_LIBSDL=no
2077 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2078 DEFAULT_wxUSE_ODBC=no
2079 DEFAULT_wxUSE_OPENGL=no
2081 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2082 DEFAULT_wxUSE_STACKWALKER=no
2083 DEFAULT_wxUSE_DEBUGREPORT=no
2084 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2085 DEFAULT_wxUSE_STD_IOSTREAM=no
2086 DEFAULT_wxUSE_STD_STRING=no
2087 DEFAULT_wxUSE_CMDLINE_PARSER=no
2088 DEFAULT_wxUSE_DATETIME=no
2089 DEFAULT_wxUSE_TIMER=no
2090 DEFAULT_wxUSE_STOPWATCH=no
2091 DEFAULT_wxUSE_FILE=no
2092 DEFAULT_wxUSE_FFILE=no
2093 DEFAULT_wxUSE_STDPATHS=no
2094 DEFAULT_wxUSE_TEXTBUFFER=no
2095 DEFAULT_wxUSE_TEXTFILE=no
2096 DEFAULT_wxUSE_SOUND=no
2097 DEFAULT_wxUSE_MEDIACTRL=no
2098 DEFAULT_wxUSE_INTL=no
2099 DEFAULT_wxUSE_CONFIG=no
2100 DEFAULT_wxUSE_FONTMAP=no
2101 DEFAULT_wxUSE_STREAMS=no
2102 DEFAULT_wxUSE_SOCKETS=no
2103 DEFAULT_wxUSE_OLE=no
2104 DEFAULT_wxUSE_DATAOBJ=no
2105 DEFAULT_wxUSE_DIALUP_MANAGER=no
2106 DEFAULT_wxUSE_JOYSTICK=no
2107 DEFAULT_wxUSE_DYNLIB_CLASS=no
2108 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2109 DEFAULT_wxUSE_LONGLONG=no
2110 DEFAULT_wxUSE_GEOMETRY=no
2112 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2113 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2114 DEFAULT_wxUSE_POSTSCRIPT=no
2116 DEFAULT_wxUSE_CLIPBOARD=no
2117 DEFAULT_wxUSE_TOOLTIPS=no
2118 DEFAULT_wxUSE_DRAG_AND_DROP=no
2119 DEFAULT_wxUSE_DRAGIMAGE=no
2120 DEFAULT_wxUSE_SPLINES=no
2121 DEFAULT_wxUSE_MOUSEWHEEL=no
2123 DEFAULT_wxUSE_MDI=no
2124 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2125 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2126 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2128 DEFAULT_wxUSE_RESOURCES=no
2129 DEFAULT_wxUSE_CONSTRAINTS=no
2130 DEFAULT_wxUSE_IPC=no
2131 DEFAULT_wxUSE_HELP=no
2132 DEFAULT_wxUSE_MS_HTML_HELP=no
2133 DEFAULT_wxUSE_WXHTML_HELP=no
2134 DEFAULT_wxUSE_TREELAYOUT=no
2135 DEFAULT_wxUSE_METAFILE=no
2136 DEFAULT_wxUSE_MIMETYPE=no
2137 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2138 DEFAULT_wxUSE_PROTOCOL=no
2139 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2140 DEFAULT_wxUSE_PROTOCOL_FTP=no
2141 DEFAULT_wxUSE_PROTOCOL_FILE=no
2142 DEFAULT_wxUSE_URL=no
2144 DEFAULT_wxUSE_COMMONDLGS=no
2145 DEFAULT_wxUSE_CHOICEDLG=no
2146 DEFAULT_wxUSE_COLOURDLG=no
2147 DEFAULT_wxUSE_DIRDLG=no
2148 DEFAULT_wxUSE_FILEDLG=no
2149 DEFAULT_wxUSE_FINDREPLDLG=no
2150 DEFAULT_wxUSE_FONTDLG=no
2151 DEFAULT_wxUSE_MSGDLG=no
2152 DEFAULT_wxUSE_NUMBERDLG=no
2153 DEFAULT_wxUSE_TEXTDLG=no
2154 DEFAULT_wxUSE_SPLASH=no
2155 DEFAULT_wxUSE_STARTUP_TIPS=no
2156 DEFAULT_wxUSE_PROGRESSDLG=no
2157 DEFAULT_wxUSE_WIZARDDLG=no
2159 DEFAULT_wxUSE_MENUS=no
2160 DEFAULT_wxUSE_MINIFRAME=no
2161 DEFAULT_wxUSE_HTML=no
2162 DEFAULT_wxUSE_RICHTEXT=no
2163 DEFAULT_wxUSE_XRC=no
2164 DEFAULT_wxUSE_WEBKIT=no
2165 DEFAULT_wxUSE_FILESYSTEM=no
2166 DEFAULT_wxUSE_FS_INET=no
2167 DEFAULT_wxUSE_FS_ZIP=no
2168 DEFAULT_wxUSE_BUSYINFO=no
2169 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
2170 DEFAULT_wxUSE_ZIPSTREAM=no
2171 DEFAULT_wxUSE_VALIDATORS=no
2173 DEFAULT_wxUSE_ACCEL=no
2174 DEFAULT_wxUSE_BUTTON=no
2175 DEFAULT_wxUSE_BMPBUTTON=no
2176 DEFAULT_wxUSE_CALCTRL=no
2177 DEFAULT_wxUSE_CARET=no
2178 DEFAULT_wxUSE_CHECKBOX=no
2179 DEFAULT_wxUSE_CHECKLST=no
2180 DEFAULT_wxUSE_CHOICE=no
2181 DEFAULT_wxUSE_CHOICEBOOK=no
2182 DEFAULT_wxUSE_COMBOBOX=no
2183 DEFAULT_wxUSE_DATEPICKCTRL=no
2184 DEFAULT_wxUSE_DISPLAY=no
2185 DEFAULT_wxUSE_GAUGE=no
2186 DEFAULT_wxUSE_GRID=no
2187 DEFAULT_wxUSE_IMAGLIST=no
2188 DEFAULT_wxUSE_LISTBOOK=no
2189 DEFAULT_wxUSE_LISTBOX=no
2190 DEFAULT_wxUSE_LISTCTRL=no
2191 DEFAULT_wxUSE_NOTEBOOK=no
2192 DEFAULT_wxUSE_RADIOBOX=no
2193 DEFAULT_wxUSE_RADIOBTN=no
2194 DEFAULT_wxUSE_SASH=no
2195 DEFAULT_wxUSE_SCROLLBAR=no
2196 DEFAULT_wxUSE_SLIDER=no
2197 DEFAULT_wxUSE_SPINBTN=no
2198 DEFAULT_wxUSE_SPINCTRL=no
2199 DEFAULT_wxUSE_SPLITTER=no
2200 DEFAULT_wxUSE_STATBMP=no
2201 DEFAULT_wxUSE_STATBOX=no
2202 DEFAULT_wxUSE_STATLINE=no
2203 DEFAULT_wxUSE_STATTEXT=no
2204 DEFAULT_wxUSE_STATUSBAR=yes
2205 DEFAULT_wxUSE_TABDIALOG=no
2206 DEFAULT_wxUSE_TEXTCTRL=no
2207 DEFAULT_wxUSE_TOGGLEBTN=no
2208 DEFAULT_wxUSE_TOOLBAR=no
2209 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2210 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2211 DEFAULT_wxUSE_TREEBOOK=no
2212 DEFAULT_wxUSE_TREECTRL=no
2213 DEFAULT_wxUSE_POPUPWIN=no
2214 DEFAULT_wxUSE_TIPWINDOW=no
2216 DEFAULT_wxUSE_UNICODE=no
2217 DEFAULT_wxUSE_UNICODE_MSLU=no
2218 DEFAULT_wxUSE_WCSRTOMBS=no
2220 DEFAULT_wxUSE_PALETTE=no
2221 DEFAULT_wxUSE_IMAGE=no
2222 DEFAULT_wxUSE_GIF=no
2223 DEFAULT_wxUSE_PCX=no
2224 DEFAULT_wxUSE_PNM=no
2225 DEFAULT_wxUSE_IFF=no
2226 DEFAULT_wxUSE_XPM=no
2227 DEFAULT_wxUSE_ICO_CUR=no
2228 DEFAULT_wxUSE_ACCESSIBILITY=no
2230 DEFAULT_wxUSE_MONOLITHIC=no
2231 DEFAULT_wxUSE_PLUGINS=no
2232 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2234 DEFAULT_wxUSE_UNIVERSAL=no
2235 DEFAULT_wxUSE_STL=no
2237 DEFAULT_wxUSE_NANOX=no
2239 DEFAULT_wxUSE_THREADS=yes
2241 DEFAULT_wxUSE_SHARED=yes
2242 DEFAULT_wxUSE_OPTIMISE=yes
2243 DEFAULT_wxUSE_PROFILE=no
2244 DEFAULT_wxUSE_NO_DEPS=no
2245 DEFAULT_wxUSE_NO_RTTI=no
2246 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2247 DEFAULT_wxUSE_RPATH=yes
2248 DEFAULT_wxUSE_PERMISSIVE=no
2249 DEFAULT_wxUSE_DEBUG_FLAG=no
2250 DEFAULT_wxUSE_DEBUG_INFO=no
2251 DEFAULT_wxUSE_DEBUG_GDB=no
2252 DEFAULT_wxUSE_MEM_TRACING=no
2253 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2254 DEFAULT_wxUSE_DMALLOC=no
2255 DEFAULT_wxUSE_APPLE_IEEE=yes
2257 DEFAULT_wxUSE_EXCEPTIONS=yes
2258 DEFAULT_wxUSE_LOG=yes
2259 DEFAULT_wxUSE_LOGWINDOW=yes
2260 DEFAULT_wxUSE_LOGGUI=yes
2261 DEFAULT_wxUSE_LOGDIALOG=yes
2263 DEFAULT_wxUSE_GUI=yes
2265 DEFAULT_wxUSE_REGEX=yes
2266 DEFAULT_wxUSE_XML=yes
2267 DEFAULT_wxUSE_EXPAT=yes
2268 DEFAULT_wxUSE_ZLIB=yes
2269 DEFAULT_wxUSE_LIBPNG=yes
2270 DEFAULT_wxUSE_LIBJPEG=yes
2271 DEFAULT_wxUSE_LIBTIFF=yes
2272 DEFAULT_wxUSE_LIBXPM=yes
2273 DEFAULT_wxUSE_LIBMSPACK=yes
2274 DEFAULT_wxUSE_LIBSDL=no
2275 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2276 DEFAULT_wxUSE_ODBC=no
2277 DEFAULT_wxUSE_OPENGL=no
2279 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2280 DEFAULT_wxUSE_STACKWALKER=yes
2281 DEFAULT_wxUSE_DEBUGREPORT=yes
2282 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2283 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2284 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2285 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2286 DEFAULT_wxUSE_DATETIME=yes
2287 DEFAULT_wxUSE_TIMER=yes
2288 DEFAULT_wxUSE_STOPWATCH=yes
2289 DEFAULT_wxUSE_FILE=yes
2290 DEFAULT_wxUSE_FFILE=yes
2291 DEFAULT_wxUSE_STDPATHS=yes
2292 DEFAULT_wxUSE_TEXTBUFFER=yes
2293 DEFAULT_wxUSE_TEXTFILE=yes
2294 DEFAULT_wxUSE_SOUND=yes
2295 DEFAULT_wxUSE_MEDIACTRL=no
2296 DEFAULT_wxUSE_INTL=yes
2297 DEFAULT_wxUSE_CONFIG=yes
2298 DEFAULT_wxUSE_FONTMAP=yes
2299 DEFAULT_wxUSE_STREAMS=yes
2300 DEFAULT_wxUSE_SOCKETS=yes
2301 DEFAULT_wxUSE_OLE=yes
2302 DEFAULT_wxUSE_DATAOBJ=yes
2303 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2304 DEFAULT_wxUSE_JOYSTICK=yes
2305 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2306 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2307 DEFAULT_wxUSE_LONGLONG=yes
2308 DEFAULT_wxUSE_GEOMETRY=yes
2310 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2311 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2312 DEFAULT_wxUSE_POSTSCRIPT=yes
2314 DEFAULT_wxUSE_CLIPBOARD=yes
2315 DEFAULT_wxUSE_TOOLTIPS=yes
2316 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2317 DEFAULT_wxUSE_DRAGIMAGE=yes
2318 DEFAULT_wxUSE_SPLINES=yes
2319 DEFAULT_wxUSE_MOUSEWHEEL=yes
2321 DEFAULT_wxUSE_MDI=yes
2322 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2323 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2324 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2326 DEFAULT_wxUSE_RESOURCES=no
2327 DEFAULT_wxUSE_CONSTRAINTS=yes
2328 DEFAULT_wxUSE_IPC=yes
2329 DEFAULT_wxUSE_HELP=yes
2330 DEFAULT_wxUSE_MS_HTML_HELP=yes
2331 DEFAULT_wxUSE_WXHTML_HELP=yes
2332 DEFAULT_wxUSE_TREELAYOUT=yes
2333 DEFAULT_wxUSE_METAFILE=yes
2334 DEFAULT_wxUSE_MIMETYPE=yes
2335 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2336 DEFAULT_wxUSE_PROTOCOL=yes
2337 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2338 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2339 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2340 DEFAULT_wxUSE_URL=yes
2342 DEFAULT_wxUSE_COMMONDLGS=yes
2343 DEFAULT_wxUSE_CHOICEDLG=yes
2344 DEFAULT_wxUSE_COLOURDLG=yes
2345 DEFAULT_wxUSE_DIRDLG=yes
2346 DEFAULT_wxUSE_FILEDLG=yes
2347 DEFAULT_wxUSE_FINDREPLDLG=yes
2348 DEFAULT_wxUSE_FONTDLG=yes
2349 DEFAULT_wxUSE_MSGDLG=yes
2350 DEFAULT_wxUSE_NUMBERDLG=yes
2351 DEFAULT_wxUSE_TEXTDLG=yes
2352 DEFAULT_wxUSE_SPLASH=yes
2353 DEFAULT_wxUSE_STARTUP_TIPS=yes
2354 DEFAULT_wxUSE_PROGRESSDLG=yes
2355 DEFAULT_wxUSE_WIZARDDLG=yes
2357 DEFAULT_wxUSE_MENUS=yes
2358 DEFAULT_wxUSE_MINIFRAME=yes
2359 DEFAULT_wxUSE_HTML=yes
2360 DEFAULT_wxUSE_RICHTEXT=yes
2361 DEFAULT_wxUSE_XRC=yes
2362 DEFAULT_wxUSE_WEBKIT=yes
2363 DEFAULT_wxUSE_FILESYSTEM=yes
2364 DEFAULT_wxUSE_FS_INET=yes
2365 DEFAULT_wxUSE_FS_ZIP=yes
2366 DEFAULT_wxUSE_BUSYINFO=yes
2367 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
2368 DEFAULT_wxUSE_ZIPSTREAM=yes
2369 DEFAULT_wxUSE_VALIDATORS=yes
2371 DEFAULT_wxUSE_ACCEL=yes
2372 DEFAULT_wxUSE_BUTTON=yes
2373 DEFAULT_wxUSE_BMPBUTTON=yes
2374 DEFAULT_wxUSE_CALCTRL=yes
2375 DEFAULT_wxUSE_CARET=yes
2376 DEFAULT_wxUSE_CHECKBOX=yes
2377 DEFAULT_wxUSE_CHECKLST=yes
2378 DEFAULT_wxUSE_CHOICE=yes
2379 DEFAULT_wxUSE_CHOICEBOOK=yes
2380 DEFAULT_wxUSE_COMBOBOX=yes
2381 DEFAULT_wxUSE_DATEPICKCTRL=yes
2382 DEFAULT_wxUSE_DISPLAY=yes
2383 DEFAULT_wxUSE_GAUGE=yes
2384 DEFAULT_wxUSE_GRID=yes
2385 DEFAULT_wxUSE_IMAGLIST=yes
2386 DEFAULT_wxUSE_LISTBOOK=yes
2387 DEFAULT_wxUSE_LISTBOX=yes
2388 DEFAULT_wxUSE_LISTCTRL=yes
2389 DEFAULT_wxUSE_NOTEBOOK=yes
2390 DEFAULT_wxUSE_RADIOBOX=yes
2391 DEFAULT_wxUSE_RADIOBTN=yes
2392 DEFAULT_wxUSE_SASH=yes
2393 DEFAULT_wxUSE_SCROLLBAR=yes
2394 DEFAULT_wxUSE_SLIDER=yes
2395 DEFAULT_wxUSE_SPINBTN=yes
2396 DEFAULT_wxUSE_SPINCTRL=yes
2397 DEFAULT_wxUSE_SPLITTER=yes
2398 DEFAULT_wxUSE_STATBMP=yes
2399 DEFAULT_wxUSE_STATBOX=yes
2400 DEFAULT_wxUSE_STATLINE=yes
2401 DEFAULT_wxUSE_STATTEXT=yes
2402 DEFAULT_wxUSE_STATUSBAR=yes
2403 DEFAULT_wxUSE_TABDIALOG=no
2404 DEFAULT_wxUSE_TEXTCTRL=yes
2405 DEFAULT_wxUSE_TOGGLEBTN=yes
2406 DEFAULT_wxUSE_TOOLBAR=yes
2407 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2408 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2409 DEFAULT_wxUSE_TREEBOOK=yes
2410 DEFAULT_wxUSE_TREECTRL=yes
2411 DEFAULT_wxUSE_POPUPWIN=yes
2412 DEFAULT_wxUSE_TIPWINDOW=yes
2414 DEFAULT_wxUSE_UNICODE=no
2415 DEFAULT_wxUSE_UNICODE_MSLU=yes
2416 DEFAULT_wxUSE_WCSRTOMBS=no
2418 DEFAULT_wxUSE_PALETTE=yes
2419 DEFAULT_wxUSE_IMAGE=yes
2420 DEFAULT_wxUSE_GIF=yes
2421 DEFAULT_wxUSE_PCX=yes
2422 DEFAULT_wxUSE_IFF=no
2423 DEFAULT_wxUSE_PNM=yes
2424 DEFAULT_wxUSE_XPM=yes
2425 DEFAULT_wxUSE_ICO_CUR=yes
2426 DEFAULT_wxUSE_ACCESSIBILITY=no
2428 DEFAULT_wxUSE_MONOLITHIC=no
2429 DEFAULT_wxUSE_PLUGINS=no
2430 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2432 DEFAULT_wxUSE_GTK2=yes
2438 for toolkit in `echo $ALL_TOOLKITS`; do
2439 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2440 if test "x$LINE" != "x" ; then
2441 has_toolkit_in_cache=1
2442 eval "DEFAULT_$LINE"
2443 eval "CACHE_$toolkit=1"
2445 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2446 if test "x$LINE" != "x" ; then
2447 eval "DEFAULT_$LINE"
2455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2456 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2458 # Check whether --enable-gui or --disable-gui was given.
2459 if test "${enable_gui+set}" = set; then
2460 enableval="$enable_gui"
2462 if test "$enableval" = yes; then
2463 ac_cv_use_gui='wxUSE_GUI
=yes'
2465 ac_cv_use_gui='wxUSE_GUI
=no
'
2470 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2471 if test "x$LINE" != x ; then
2472 eval "DEFAULT_$LINE"
2477 ac_cv_use_gui='wxUSE_GUI
='$DEFAULT_wxUSE_GUI
2481 eval "$ac_cv_use_gui"
2482 if test "$no_cache" != 1; then
2483 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2486 if test "$wxUSE_GUI" = yes; then
2487 echo "$as_me:$LINENO: result: yes" >&5
2488 echo "${ECHO_T}yes" >&6
2490 echo "$as_me:$LINENO: result: no" >&5
2491 echo "${ECHO_T}no" >&6
2496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2497 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2499 # Check whether --enable-monolithic or --disable-monolithic was given.
2500 if test "${enable_monolithic+set}" = set; then
2501 enableval="$enable_monolithic"
2503 if test "$enableval" = yes; then
2504 ac_cv_use_monolithic='wxUSE_MONOLITHIC
=yes'
2506 ac_cv_use_monolithic='wxUSE_MONOLITHIC
=no
'
2511 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2512 if test "x$LINE" != x ; then
2513 eval "DEFAULT_$LINE"
2518 ac_cv_use_monolithic='wxUSE_MONOLITHIC
='$DEFAULT_wxUSE_MONOLITHIC
2522 eval "$ac_cv_use_monolithic"
2523 if test "$no_cache" != 1; then
2524 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2527 if test "$wxUSE_MONOLITHIC" = yes; then
2528 echo "$as_me:$LINENO: result: yes" >&5
2529 echo "${ECHO_T}yes" >&6
2531 echo "$as_me:$LINENO: result: no" >&5
2532 echo "${ECHO_T}no" >&6
2537 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2538 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2540 # Check whether --enable-plugins or --disable-plugins was given.
2541 if test "${enable_plugins+set}" = set; then
2542 enableval="$enable_plugins"
2544 if test "$enableval" = yes; then
2545 ac_cv_use_plugins='wxUSE_PLUGINS
=yes'
2547 ac_cv_use_plugins='wxUSE_PLUGINS
=no
'
2552 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2553 if test "x$LINE" != x ; then
2554 eval "DEFAULT_$LINE"
2559 ac_cv_use_plugins='wxUSE_PLUGINS
='$DEFAULT_wxUSE_PLUGINS
2563 eval "$ac_cv_use_plugins"
2564 if test "$no_cache" != 1; then
2565 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2568 if test "$wxUSE_PLUGINS" = yes; then
2569 echo "$as_me:$LINENO: result: yes" >&5
2570 echo "${ECHO_T}yes" >&6
2572 echo "$as_me:$LINENO: result: no" >&5
2573 echo "${ECHO_T}no" >&6
2578 echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
2579 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6
2582 # Check whether --with-subdirs or --without-subdirs was given.
2583 if test "${with_subdirs+set}" = set; then
2584 withval="$with_subdirs"
2586 if test "$withval" = yes; then
2587 ac_cv_use_subdirs='wxWITH_SUBDIRS
=yes'
2589 ac_cv_use_subdirs='wxWITH_SUBDIRS
=no
'
2594 LINE=`grep "wxWITH_SUBDIRS" ${wx_arg_cache_file}`
2595 if test "x$LINE" != x ; then
2596 eval "DEFAULT_$LINE"
2601 ac_cv_use_subdirs='wxWITH_SUBDIRS
='$DEFAULT_wxWITH_SUBDIRS
2605 eval "$ac_cv_use_subdirs"
2606 if test "$no_cache" != 1; then
2607 echo $ac_cv_use_subdirs >> ${wx_arg_cache_file}.tmp
2610 if test "$wxWITH_SUBDIRS" = yes; then
2611 echo "$as_me:$LINENO: result: yes" >&5
2612 echo "${ECHO_T}yes" >&6
2614 echo "$as_me:$LINENO: result: no" >&5
2615 echo "${ECHO_T}no" >&6
2619 if test "$wxUSE_GUI" = "yes"; then
2623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2624 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2626 # Check whether --enable-universal or --disable-universal was given.
2627 if test "${enable_universal+set}" = set; then
2628 enableval="$enable_universal"
2630 if test "$enableval" = yes; then
2631 ac_cv_use_universal='wxUSE_UNIVERSAL
=yes'
2633 ac_cv_use_universal='wxUSE_UNIVERSAL
=no
'
2638 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2639 if test "x$LINE" != x ; then
2640 eval "DEFAULT_$LINE"
2645 ac_cv_use_universal='wxUSE_UNIVERSAL
='$DEFAULT_wxUSE_UNIVERSAL
2649 eval "$ac_cv_use_universal"
2650 if test "$no_cache" != 1; then
2651 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2654 if test "$wxUSE_UNIVERSAL" = yes; then
2655 echo "$as_me:$LINENO: result: yes" >&5
2656 echo "${ECHO_T}yes" >&6
2658 echo "$as_me:$LINENO: result: no" >&5
2659 echo "${ECHO_T}no" >&6
2663 # Check whether --with-gtk or --without-gtk was given.
2664 if test "${with_gtk+set}" = set; then
2666 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2669 # Check whether --with-motif or --without-motif was given.
2670 if test "${with_motif+set}" = set; then
2671 withval="$with_motif"
2672 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2675 # Check whether --with-mac or --without-mac was given.
2676 if test "${with_mac+set}" = set; then
2678 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
2681 # Check whether --with-cocoa or --without-cocoa was given.
2682 if test "${with_cocoa+set}" = set; then
2683 withval="$with_cocoa"
2684 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
2687 # Check whether --with-wine or --without-wine was given.
2688 if test "${with_wine+set}" = set; then
2689 withval="$with_wine"
2690 wxUSE_WINE="$withval" CACHE_WINE=1
2693 # Check whether --with-msw or --without-msw was given.
2694 if test "${with_msw+set}" = set; then
2696 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2699 # Check whether --with-pm or --without-pm was given.
2700 if test "${with_pm+set}" = set; then
2702 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2705 # Check whether --with-mgl or --without-mgl was given.
2706 if test "${with_mgl+set}" = set; then
2708 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2711 # Check whether --with-microwin or --without-microwin was given.
2712 if test "${with_microwin+set}" = set; then
2713 withval="$with_microwin"
2714 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2717 # Check whether --with-x11 or --without-x11 was given.
2718 if test "${with_x11+set}" = set; then
2720 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2725 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2727 # Check whether --enable-nanox or --disable-nanox was given.
2728 if test "${enable_nanox+set}" = set; then
2729 enableval="$enable_nanox"
2731 if test "$enableval" = yes; then
2732 ac_cv_use_nanox='wxUSE_NANOX
=yes'
2734 ac_cv_use_nanox='wxUSE_NANOX
=no
'
2739 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2740 if test "x$LINE" != x ; then
2741 eval "DEFAULT_$LINE"
2746 ac_cv_use_nanox='wxUSE_NANOX
='$DEFAULT_wxUSE_NANOX
2750 eval "$ac_cv_use_nanox"
2751 if test "$no_cache" != 1; then
2752 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2755 if test "$wxUSE_NANOX" = yes; then
2756 echo "$as_me:$LINENO: result: yes" >&5
2757 echo "${ECHO_T}yes" >&6
2759 echo "$as_me:$LINENO: result: no" >&5
2760 echo "${ECHO_T}no" >&6
2764 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2765 if test "${enable_gtk2+set}" = set; then
2766 enableval="$enable_gtk2"
2767 wxUSE_GTK2="$enableval"
2771 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2772 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2774 # Check whether --enable-gpe or --disable-gpe was given.
2775 if test "${enable_gpe+set}" = set; then
2776 enableval="$enable_gpe"
2778 if test "$enableval" = yes; then
2779 ac_cv_use_gpe='wxUSE_GPE
=yes'
2781 ac_cv_use_gpe='wxUSE_GPE
=no
'
2786 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2787 if test "x$LINE" != x ; then
2788 eval "DEFAULT_$LINE"
2793 ac_cv_use_gpe='wxUSE_GPE
='$DEFAULT_wxUSE_GPE
2797 eval "$ac_cv_use_gpe"
2798 if test "$no_cache" != 1; then
2799 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2802 if test "$wxUSE_GPE" = yes; then
2803 echo "$as_me:$LINENO: result: yes" >&5
2804 echo "${ECHO_T}yes" >&6
2806 echo "$as_me:$LINENO: result: no" >&5
2807 echo "${ECHO_T}no" >&6
2812 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2813 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2816 # Check whether --with-libpng or --without-libpng was given.
2817 if test "${with_libpng+set}" = set; then
2818 withval="$with_libpng"
2820 if test "$withval" = yes; then
2821 ac_cv_use_libpng='wxUSE_LIBPNG
=yes'
2822 elif test "$withval" = no; then
2823 ac_cv_use_libpng='wxUSE_LIBPNG
=no
'
2824 elif test "$withval" = sys; then
2825 ac_cv_use_libpng='wxUSE_LIBPNG
=sys
'
2826 elif test "$withval" = builtin; then
2827 ac_cv_use_libpng='wxUSE_LIBPNG
=builtin'
2829 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2830 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2831 { (exit 1); exit 1; }; }
2836 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2837 if test "x$LINE" != x ; then
2838 eval "DEFAULT_$LINE"
2843 ac_cv_use_libpng='wxUSE_LIBPNG
='$DEFAULT_wxUSE_LIBPNG
2847 eval "$ac_cv_use_libpng"
2848 if test "$no_cache" != 1; then
2849 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2852 if test "$wxUSE_LIBPNG" = yes; then
2853 echo "$as_me:$LINENO: result: yes" >&5
2854 echo "${ECHO_T}yes" >&6
2855 elif test "$wxUSE_LIBPNG" = no; then
2856 echo "$as_me:$LINENO: result: no" >&5
2857 echo "${ECHO_T}no" >&6
2858 elif test "$wxUSE_LIBPNG" = sys; then
2859 echo "$as_me:$LINENO: result: system version" >&5
2860 echo "${ECHO_T}system version" >&6
2861 elif test "$wxUSE_LIBPNG" = builtin; then
2862 echo "$as_me:$LINENO: result: builtin version" >&5
2863 echo "${ECHO_T}builtin version" >&6
2865 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2866 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2867 { (exit 1); exit 1; }; }
2871 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2872 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2875 # Check whether --with-libjpeg or --without-libjpeg was given.
2876 if test "${with_libjpeg+set}" = set; then
2877 withval="$with_libjpeg"
2879 if test "$withval" = yes; then
2880 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=yes'
2881 elif test "$withval" = no; then
2882 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=no
'
2883 elif test "$withval" = sys; then
2884 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=sys
'
2885 elif test "$withval" = builtin; then
2886 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=builtin'
2888 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2889 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2890 { (exit 1); exit 1; }; }
2895 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2896 if test "x$LINE" != x ; then
2897 eval "DEFAULT_$LINE"
2902 ac_cv_use_libjpeg='wxUSE_LIBJPEG
='$DEFAULT_wxUSE_LIBJPEG
2906 eval "$ac_cv_use_libjpeg"
2907 if test "$no_cache" != 1; then
2908 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2911 if test "$wxUSE_LIBJPEG" = yes; then
2912 echo "$as_me:$LINENO: result: yes" >&5
2913 echo "${ECHO_T}yes" >&6
2914 elif test "$wxUSE_LIBJPEG" = no; then
2915 echo "$as_me:$LINENO: result: no" >&5
2916 echo "${ECHO_T}no" >&6
2917 elif test "$wxUSE_LIBJPEG" = sys; then
2918 echo "$as_me:$LINENO: result: system version" >&5
2919 echo "${ECHO_T}system version" >&6
2920 elif test "$wxUSE_LIBJPEG" = builtin; then
2921 echo "$as_me:$LINENO: result: builtin version" >&5
2922 echo "${ECHO_T}builtin version" >&6
2924 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2925 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2926 { (exit 1); exit 1; }; }
2930 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2931 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2934 # Check whether --with-libtiff or --without-libtiff was given.
2935 if test "${with_libtiff+set}" = set; then
2936 withval="$with_libtiff"
2938 if test "$withval" = yes; then
2939 ac_cv_use_libtiff='wxUSE_LIBTIFF
=yes'
2940 elif test "$withval" = no; then
2941 ac_cv_use_libtiff='wxUSE_LIBTIFF
=no
'
2942 elif test "$withval" = sys; then
2943 ac_cv_use_libtiff='wxUSE_LIBTIFF
=sys
'
2944 elif test "$withval" = builtin; then
2945 ac_cv_use_libtiff='wxUSE_LIBTIFF
=builtin'
2947 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2948 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2949 { (exit 1); exit 1; }; }
2954 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2955 if test "x$LINE" != x ; then
2956 eval "DEFAULT_$LINE"
2961 ac_cv_use_libtiff='wxUSE_LIBTIFF
='$DEFAULT_wxUSE_LIBTIFF
2965 eval "$ac_cv_use_libtiff"
2966 if test "$no_cache" != 1; then
2967 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2970 if test "$wxUSE_LIBTIFF" = yes; then
2971 echo "$as_me:$LINENO: result: yes" >&5
2972 echo "${ECHO_T}yes" >&6
2973 elif test "$wxUSE_LIBTIFF" = no; then
2974 echo "$as_me:$LINENO: result: no" >&5
2975 echo "${ECHO_T}no" >&6
2976 elif test "$wxUSE_LIBTIFF" = sys; then
2977 echo "$as_me:$LINENO: result: system version" >&5
2978 echo "${ECHO_T}system version" >&6
2979 elif test "$wxUSE_LIBTIFF" = builtin; then
2980 echo "$as_me:$LINENO: result: builtin version" >&5
2981 echo "${ECHO_T}builtin version" >&6
2983 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2984 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2985 { (exit 1); exit 1; }; }
2989 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2990 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2993 # Check whether --with-libxpm or --without-libxpm was given.
2994 if test "${with_libxpm+set}" = set; then
2995 withval="$with_libxpm"
2997 if test "$withval" = yes; then
2998 ac_cv_use_libxpm='wxUSE_LIBXPM
=yes'
2999 elif test "$withval" = no; then
3000 ac_cv_use_libxpm='wxUSE_LIBXPM
=no
'
3001 elif test "$withval" = sys; then
3002 ac_cv_use_libxpm='wxUSE_LIBXPM
=sys
'
3003 elif test "$withval" = builtin; then
3004 ac_cv_use_libxpm='wxUSE_LIBXPM
=builtin'
3006 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3007 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3008 { (exit 1); exit 1; }; }
3013 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
3014 if test "x$LINE" != x ; then
3015 eval "DEFAULT_$LINE"
3020 ac_cv_use_libxpm='wxUSE_LIBXPM
='$DEFAULT_wxUSE_LIBXPM
3024 eval "$ac_cv_use_libxpm"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
3029 if test "$wxUSE_LIBXPM" = yes; then
3030 echo "$as_me:$LINENO: result: yes" >&5
3031 echo "${ECHO_T}yes" >&6
3032 elif test "$wxUSE_LIBXPM" = no; then
3033 echo "$as_me:$LINENO: result: no" >&5
3034 echo "${ECHO_T}no" >&6
3035 elif test "$wxUSE_LIBXPM" = sys; then
3036 echo "$as_me:$LINENO: result: system version" >&5
3037 echo "${ECHO_T}system version" >&6
3038 elif test "$wxUSE_LIBXPM" = builtin; then
3039 echo "$as_me:$LINENO: result: builtin version" >&5
3040 echo "${ECHO_T}builtin version" >&6
3042 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3043 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3044 { (exit 1); exit 1; }; }
3049 echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3050 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6
3053 # Check whether --with-libmspack or --without-libmspack was given.
3054 if test "${with_libmspack+set}" = set; then
3055 withval="$with_libmspack"
3057 if test "$withval" = yes; then
3058 ac_cv_use_libmspack='wxUSE_LIBMSPACK
=yes'
3060 ac_cv_use_libmspack='wxUSE_LIBMSPACK
=no
'
3065 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3066 if test "x$LINE" != x ; then
3067 eval "DEFAULT_$LINE"
3072 ac_cv_use_libmspack='wxUSE_LIBMSPACK
='$DEFAULT_wxUSE_LIBMSPACK
3076 eval "$ac_cv_use_libmspack"
3077 if test "$no_cache" != 1; then
3078 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3081 if test "$wxUSE_LIBMSPACK" = yes; then
3082 echo "$as_me:$LINENO: result: yes" >&5
3083 echo "${ECHO_T}yes" >&6
3085 echo "$as_me:$LINENO: result: no" >&5
3086 echo "${ECHO_T}no" >&6
3091 echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
3092 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6
3095 # Check whether --with-sdl or --without-sdl was given.
3096 if test "${with_sdl+set}" = set; then
3099 if test "$withval" = yes; then
3100 ac_cv_use_sdl='wxUSE_LIBSDL
=yes'
3102 ac_cv_use_sdl='wxUSE_LIBSDL
=no
'
3107 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3108 if test "x$LINE" != x ; then
3109 eval "DEFAULT_$LINE"
3114 ac_cv_use_sdl='wxUSE_LIBSDL
='$DEFAULT_wxUSE_LIBSDL
3118 eval "$ac_cv_use_sdl"
3119 if test "$no_cache" != 1; then
3120 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3123 if test "$wxUSE_LIBSDL" = yes; then
3124 echo "$as_me:$LINENO: result: yes" >&5
3125 echo "${ECHO_T}yes" >&6
3127 echo "$as_me:$LINENO: result: no" >&5
3128 echo "${ECHO_T}no" >&6
3133 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3134 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6
3137 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3138 if test "${with_gnomeprint+set}" = set; then
3139 withval="$with_gnomeprint"
3141 if test "$withval" = yes; then
3142 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT
=yes'
3144 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT
=no
'
3149 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3150 if test "x$LINE" != x ; then
3151 eval "DEFAULT_$LINE"
3156 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT
='$DEFAULT_wxUSE_LIBGNOMEPRINT
3160 eval "$ac_cv_use_gnomeprint"
3161 if test "$no_cache" != 1; then
3162 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3165 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3166 echo "$as_me:$LINENO: result: yes" >&5
3167 echo "${ECHO_T}yes" >&6
3169 echo "$as_me:$LINENO: result: no" >&5
3170 echo "${ECHO_T}no" >&6
3175 echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
3176 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6
3179 # Check whether --with-opengl or --without-opengl was given.
3180 if test "${with_opengl+set}" = set; then
3181 withval="$with_opengl"
3183 if test "$withval" = yes; then
3184 ac_cv_use_opengl='wxUSE_OPENGL
=yes'
3186 ac_cv_use_opengl='wxUSE_OPENGL
=no
'
3191 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3192 if test "x$LINE" != x ; then
3193 eval "DEFAULT_$LINE"
3198 ac_cv_use_opengl='wxUSE_OPENGL
='$DEFAULT_wxUSE_OPENGL
3202 eval "$ac_cv_use_opengl"
3203 if test "$no_cache" != 1; then
3204 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3207 if test "$wxUSE_OPENGL" = yes; then
3208 echo "$as_me:$LINENO: result: yes" >&5
3209 echo "${ECHO_T}yes" >&6
3211 echo "$as_me:$LINENO: result: no" >&5
3212 echo "${ECHO_T}no" >&6
3220 echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
3221 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6
3224 # Check whether --with-dmalloc or --without-dmalloc was given.
3225 if test "${with_dmalloc+set}" = set; then
3226 withval="$with_dmalloc"
3228 if test "$withval" = yes; then
3229 ac_cv_use_dmalloc='wxUSE_DMALLOC
=yes'
3231 ac_cv_use_dmalloc='wxUSE_DMALLOC
=no
'
3236 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3237 if test "x$LINE" != x ; then
3238 eval "DEFAULT_$LINE"
3243 ac_cv_use_dmalloc='wxUSE_DMALLOC
='$DEFAULT_wxUSE_DMALLOC
3247 eval "$ac_cv_use_dmalloc"
3248 if test "$no_cache" != 1; then
3249 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3252 if test "$wxUSE_DMALLOC" = yes; then
3253 echo "$as_me:$LINENO: result: yes" >&5
3254 echo "${ECHO_T}yes" >&6
3256 echo "$as_me:$LINENO: result: no" >&5
3257 echo "${ECHO_T}no" >&6
3261 echo "$as_me:$LINENO: checking for --with-regex" >&5
3262 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3265 # Check whether --with-regex or --without-regex was given.
3266 if test "${with_regex+set}" = set; then
3267 withval="$with_regex"
3269 if test "$withval" = yes; then
3270 ac_cv_use_regex='wxUSE_REGEX
=yes'
3271 elif test "$withval" = no; then
3272 ac_cv_use_regex='wxUSE_REGEX
=no
'
3273 elif test "$withval" = sys; then
3274 ac_cv_use_regex='wxUSE_REGEX
=sys
'
3275 elif test "$withval" = builtin; then
3276 ac_cv_use_regex='wxUSE_REGEX
=builtin'
3278 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3279 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3280 { (exit 1); exit 1; }; }
3285 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3286 if test "x$LINE" != x ; then
3287 eval "DEFAULT_$LINE"
3292 ac_cv_use_regex='wxUSE_REGEX
='$DEFAULT_wxUSE_REGEX
3296 eval "$ac_cv_use_regex"
3297 if test "$no_cache" != 1; then
3298 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3301 if test "$wxUSE_REGEX" = yes; then
3302 echo "$as_me:$LINENO: result: yes" >&5
3303 echo "${ECHO_T}yes" >&6
3304 elif test "$wxUSE_REGEX" = no; then
3305 echo "$as_me:$LINENO: result: no" >&5
3306 echo "${ECHO_T}no" >&6
3307 elif test "$wxUSE_REGEX" = sys; then
3308 echo "$as_me:$LINENO: result: system version" >&5
3309 echo "${ECHO_T}system version" >&6
3310 elif test "$wxUSE_REGEX" = builtin; then
3311 echo "$as_me:$LINENO: result: builtin version" >&5
3312 echo "${ECHO_T}builtin version" >&6
3314 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3315 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3316 { (exit 1); exit 1; }; }
3320 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3321 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3324 # Check whether --with-zlib or --without-zlib was given.
3325 if test "${with_zlib+set}" = set; then
3326 withval="$with_zlib"
3328 if test "$withval" = yes; then
3329 ac_cv_use_zlib='wxUSE_ZLIB
=yes'
3330 elif test "$withval" = no; then
3331 ac_cv_use_zlib='wxUSE_ZLIB
=no
'
3332 elif test "$withval" = sys; then
3333 ac_cv_use_zlib='wxUSE_ZLIB
=sys
'
3334 elif test "$withval" = builtin; then
3335 ac_cv_use_zlib='wxUSE_ZLIB
=builtin'
3337 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3338 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3339 { (exit 1); exit 1; }; }
3344 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3345 if test "x$LINE" != x ; then
3346 eval "DEFAULT_$LINE"
3351 ac_cv_use_zlib='wxUSE_ZLIB
='$DEFAULT_wxUSE_ZLIB
3355 eval "$ac_cv_use_zlib"
3356 if test "$no_cache" != 1; then
3357 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3360 if test "$wxUSE_ZLIB" = yes; then
3361 echo "$as_me:$LINENO: result: yes" >&5
3362 echo "${ECHO_T}yes" >&6
3363 elif test "$wxUSE_ZLIB" = no; then
3364 echo "$as_me:$LINENO: result: no" >&5
3365 echo "${ECHO_T}no" >&6
3366 elif test "$wxUSE_ZLIB" = sys; then
3367 echo "$as_me:$LINENO: result: system version" >&5
3368 echo "${ECHO_T}system version" >&6
3369 elif test "$wxUSE_ZLIB" = builtin; then
3370 echo "$as_me:$LINENO: result: builtin version" >&5
3371 echo "${ECHO_T}builtin version" >&6
3373 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3374 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3375 { (exit 1); exit 1; }; }
3379 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3380 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3383 # Check whether --with-odbc or --without-odbc was given.
3384 if test "${with_odbc+set}" = set; then
3385 withval="$with_odbc"
3387 if test "$withval" = yes; then
3388 ac_cv_use_odbc='wxUSE_ODBC
=yes'
3389 elif test "$withval" = no; then
3390 ac_cv_use_odbc='wxUSE_ODBC
=no
'
3391 elif test "$withval" = sys; then
3392 ac_cv_use_odbc='wxUSE_ODBC
=sys
'
3393 elif test "$withval" = builtin; then
3394 ac_cv_use_odbc='wxUSE_ODBC
=builtin'
3396 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3397 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3398 { (exit 1); exit 1; }; }
3403 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3404 if test "x$LINE" != x ; then
3405 eval "DEFAULT_$LINE"
3410 ac_cv_use_odbc='wxUSE_ODBC
='$DEFAULT_wxUSE_ODBC
3414 eval "$ac_cv_use_odbc"
3415 if test "$no_cache" != 1; then
3416 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3419 if test "$wxUSE_ODBC" = yes; then
3420 echo "$as_me:$LINENO: result: yes" >&5
3421 echo "${ECHO_T}yes" >&6
3422 elif test "$wxUSE_ODBC" = no; then
3423 echo "$as_me:$LINENO: result: no" >&5
3424 echo "${ECHO_T}no" >&6
3425 elif test "$wxUSE_ODBC" = sys; then
3426 echo "$as_me:$LINENO: result: system version" >&5
3427 echo "${ECHO_T}system version" >&6
3428 elif test "$wxUSE_ODBC" = builtin; then
3429 echo "$as_me:$LINENO: result: builtin version" >&5
3430 echo "${ECHO_T}builtin version" >&6
3432 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3433 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3434 { (exit 1); exit 1; }; }
3438 echo "$as_me:$LINENO: checking for --with-expat" >&5
3439 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3442 # Check whether --with-expat or --without-expat was given.
3443 if test "${with_expat+set}" = set; then
3444 withval="$with_expat"
3446 if test "$withval" = yes; then
3447 ac_cv_use_expat='wxUSE_EXPAT
=yes'
3448 elif test "$withval" = no; then
3449 ac_cv_use_expat='wxUSE_EXPAT
=no
'
3450 elif test "$withval" = sys; then
3451 ac_cv_use_expat='wxUSE_EXPAT
=sys
'
3452 elif test "$withval" = builtin; then
3453 ac_cv_use_expat='wxUSE_EXPAT
=builtin'
3455 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3456 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3457 { (exit 1); exit 1; }; }
3462 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3463 if test "x$LINE" != x ; then
3464 eval "DEFAULT_$LINE"
3469 ac_cv_use_expat='wxUSE_EXPAT
='$DEFAULT_wxUSE_EXPAT
3473 eval "$ac_cv_use_expat"
3474 if test "$no_cache" != 1; then
3475 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3478 if test "$wxUSE_EXPAT" = yes; then
3479 echo "$as_me:$LINENO: result: yes" >&5
3480 echo "${ECHO_T}yes" >&6
3481 elif test "$wxUSE_EXPAT" = no; then
3482 echo "$as_me:$LINENO: result: no" >&5
3483 echo "${ECHO_T}no" >&6
3484 elif test "$wxUSE_EXPAT" = sys; then
3485 echo "$as_me:$LINENO: result: system version" >&5
3486 echo "${ECHO_T}system version" >&6
3487 elif test "$wxUSE_EXPAT" = builtin; then
3488 echo "$as_me:$LINENO: result: builtin version" >&5
3489 echo "${ECHO_T}builtin version" >&6
3491 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3492 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3493 { (exit 1); exit 1; }; }
3500 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3501 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3503 # Check whether --enable-shared or --disable-shared was given.
3504 if test "${enable_shared+set}" = set; then
3505 enableval="$enable_shared"
3507 if test "$enableval" = yes; then
3508 ac_cv_use_shared='wxUSE_SHARED
=yes'
3510 ac_cv_use_shared='wxUSE_SHARED
=no
'
3515 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3516 if test "x$LINE" != x ; then
3517 eval "DEFAULT_$LINE"
3522 ac_cv_use_shared='wxUSE_SHARED
='$DEFAULT_wxUSE_SHARED
3526 eval "$ac_cv_use_shared"
3527 if test "$no_cache" != 1; then
3528 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3531 if test "$wxUSE_SHARED" = yes; then
3532 echo "$as_me:$LINENO: result: yes" >&5
3533 echo "${ECHO_T}yes" >&6
3535 echo "$as_me:$LINENO: result: no" >&5
3536 echo "${ECHO_T}no" >&6
3541 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3542 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3544 # Check whether --enable-optimise or --disable-optimise was given.
3545 if test "${enable_optimise+set}" = set; then
3546 enableval="$enable_optimise"
3548 if test "$enableval" = yes; then
3549 ac_cv_use_optimise='wxUSE_OPTIMISE
=yes'
3551 ac_cv_use_optimise='wxUSE_OPTIMISE
=no
'
3556 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3557 if test "x$LINE" != x ; then
3558 eval "DEFAULT_$LINE"
3563 ac_cv_use_optimise='wxUSE_OPTIMISE
='$DEFAULT_wxUSE_OPTIMISE
3567 eval "$ac_cv_use_optimise"
3568 if test "$no_cache" != 1; then
3569 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3572 if test "$wxUSE_OPTIMISE" = yes; then
3573 echo "$as_me:$LINENO: result: yes" >&5
3574 echo "${ECHO_T}yes" >&6
3576 echo "$as_me:$LINENO: result: no" >&5
3577 echo "${ECHO_T}no" >&6
3582 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3583 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3585 # Check whether --enable-debug or --disable-debug was given.
3586 if test "${enable_debug+set}" = set; then
3587 enableval="$enable_debug"
3589 if test "$enableval" = yes; then
3590 ac_cv_use_debug='wxUSE_DEBUG
=yes'
3592 ac_cv_use_debug='wxUSE_DEBUG
=no
'
3597 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3598 if test "x$LINE" != x ; then
3599 eval "DEFAULT_$LINE"
3604 ac_cv_use_debug='wxUSE_DEBUG
='$DEFAULT_wxUSE_DEBUG
3608 eval "$ac_cv_use_debug"
3609 if test "$no_cache" != 1; then
3610 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3613 if test "$wxUSE_DEBUG" = yes; then
3614 echo "$as_me:$LINENO: result: yes" >&5
3615 echo "${ECHO_T}yes" >&6
3617 echo "$as_me:$LINENO: result: no" >&5
3618 echo "${ECHO_T}no" >&6
3623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3624 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3626 # Check whether --enable-stl or --disable-stl was given.
3627 if test "${enable_stl+set}" = set; then
3628 enableval="$enable_stl"
3630 if test "$enableval" = yes; then
3631 ac_cv_use_stl='wxUSE_STL
=yes'
3633 ac_cv_use_stl='wxUSE_STL
=no
'
3638 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3639 if test "x$LINE" != x ; then
3640 eval "DEFAULT_$LINE"
3645 ac_cv_use_stl='wxUSE_STL
='$DEFAULT_wxUSE_STL
3649 eval "$ac_cv_use_stl"
3650 if test "$no_cache" != 1; then
3651 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3654 if test "$wxUSE_STL" = yes; then
3655 echo "$as_me:$LINENO: result: yes" >&5
3656 echo "${ECHO_T}yes" >&6
3658 echo "$as_me:$LINENO: result: no" >&5
3659 echo "${ECHO_T}no" >&6
3662 if test "$USE_OS2" = "1"; then
3663 DEFAULT_wxUSE_OMF=no
3666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3667 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3669 # Check whether --enable-omf or --disable-omf was given.
3670 if test "${enable_omf+set}" = set; then
3671 enableval="$enable_omf"
3673 if test "$enableval" = yes; then
3674 ac_cv_use_omf='wxUSE_OMF
=yes'
3676 ac_cv_use_omf='wxUSE_OMF
=no
'
3681 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3682 if test "x$LINE" != x ; then
3683 eval "DEFAULT_$LINE"
3688 ac_cv_use_omf='wxUSE_OMF
='$DEFAULT_wxUSE_OMF
3692 eval "$ac_cv_use_omf"
3693 if test "$no_cache" != 1; then
3694 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3697 if test "$wxUSE_OMF" = yes; then
3698 echo "$as_me:$LINENO: result: yes" >&5
3699 echo "${ECHO_T}yes" >&6
3701 echo "$as_me:$LINENO: result: no" >&5
3702 echo "${ECHO_T}no" >&6
3707 if test "$wxUSE_DEBUG" = "yes"; then
3708 DEFAULT_wxUSE_DEBUG_FLAG=yes
3709 DEFAULT_wxUSE_DEBUG_INFO=yes
3711 elif test "$wxUSE_DEBUG" = "no"; then
3712 DEFAULT_wxUSE_DEBUG_FLAG=no
3713 DEFAULT_wxUSE_DEBUG_INFO=no
3719 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3720 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3722 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3723 if test "${enable_debug_flag+set}" = set; then
3724 enableval="$enable_debug_flag"
3726 if test "$enableval" = yes; then
3727 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=yes'
3729 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=no
'
3734 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3735 if test "x$LINE" != x ; then
3736 eval "DEFAULT_$LINE"
3741 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG
='$DEFAULT_wxUSE_DEBUG_FLAG
3745 eval "$ac_cv_use_debug_flag"
3746 if test "$no_cache" != 1; then
3747 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3750 if test "$wxUSE_DEBUG_FLAG" = yes; then
3751 echo "$as_me:$LINENO: result: yes" >&5
3752 echo "${ECHO_T}yes" >&6
3754 echo "$as_me:$LINENO: result: no" >&5
3755 echo "${ECHO_T}no" >&6
3760 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3761 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3763 # Check whether --enable-debug_info or --disable-debug_info was given.
3764 if test "${enable_debug_info+set}" = set; then
3765 enableval="$enable_debug_info"
3767 if test "$enableval" = yes; then
3768 ac_cv_use_debug_info='wxUSE_DEBUG_INFO
=yes'
3770 ac_cv_use_debug_info='wxUSE_DEBUG_INFO
=no
'
3775 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3776 if test "x$LINE" != x ; then
3777 eval "DEFAULT_$LINE"
3782 ac_cv_use_debug_info='wxUSE_DEBUG_INFO
='$DEFAULT_wxUSE_DEBUG_INFO
3786 eval "$ac_cv_use_debug_info"
3787 if test "$no_cache" != 1; then
3788 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3791 if test "$wxUSE_DEBUG_INFO" = yes; then
3792 echo "$as_me:$LINENO: result: yes" >&5
3793 echo "${ECHO_T}yes" >&6
3795 echo "$as_me:$LINENO: result: no" >&5
3796 echo "${ECHO_T}no" >&6
3801 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3802 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3804 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3805 if test "${enable_debug_gdb+set}" = set; then
3806 enableval="$enable_debug_gdb"
3808 if test "$enableval" = yes; then
3809 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB
=yes'
3811 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB
=no
'
3816 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3817 if test "x$LINE" != x ; then
3818 eval "DEFAULT_$LINE"
3823 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB
='$DEFAULT_wxUSE_DEBUG_GDB
3827 eval "$ac_cv_use_debug_gdb"
3828 if test "$no_cache" != 1; then
3829 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3832 if test "$wxUSE_DEBUG_GDB" = yes; then
3833 echo "$as_me:$LINENO: result: yes" >&5
3834 echo "${ECHO_T}yes" >&6
3836 echo "$as_me:$LINENO: result: no" >&5
3837 echo "${ECHO_T}no" >&6
3842 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3843 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3845 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3846 if test "${enable_debug_cntxt+set}" = set; then
3847 enableval="$enable_debug_cntxt"
3849 if test "$enableval" = yes; then
3850 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=yes'
3852 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=no
'
3857 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3858 if test "x$LINE" != x ; then
3859 eval "DEFAULT_$LINE"
3864 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
='$DEFAULT_wxUSE_DEBUG_CONTEXT
3868 eval "$ac_cv_use_debug_cntxt"
3869 if test "$no_cache" != 1; then
3870 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3873 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3874 echo "$as_me:$LINENO: result: yes" >&5
3875 echo "${ECHO_T}yes" >&6
3877 echo "$as_me:$LINENO: result: no" >&5
3878 echo "${ECHO_T}no" >&6
3883 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3884 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3886 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3887 if test "${enable_mem_tracing+set}" = set; then
3888 enableval="$enable_mem_tracing"
3890 if test "$enableval" = yes; then
3891 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING
=yes'
3893 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING
=no
'
3898 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3899 if test "x$LINE" != x ; then
3900 eval "DEFAULT_$LINE"
3905 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING
='$DEFAULT_wxUSE_MEM_TRACING
3909 eval "$ac_cv_use_mem_tracing"
3910 if test "$no_cache" != 1; then
3911 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3914 if test "$wxUSE_MEM_TRACING" = yes; then
3915 echo "$as_me:$LINENO: result: yes" >&5
3916 echo "${ECHO_T}yes" >&6
3918 echo "$as_me:$LINENO: result: no" >&5
3919 echo "${ECHO_T}no" >&6
3924 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3925 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3927 # Check whether --enable-profile or --disable-profile was given.
3928 if test "${enable_profile+set}" = set; then
3929 enableval="$enable_profile"
3931 if test "$enableval" = yes; then
3932 ac_cv_use_profile='wxUSE_PROFILE
=yes'
3934 ac_cv_use_profile='wxUSE_PROFILE
=no
'
3939 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3940 if test "x$LINE" != x ; then
3941 eval "DEFAULT_$LINE"
3946 ac_cv_use_profile='wxUSE_PROFILE
='$DEFAULT_wxUSE_PROFILE
3950 eval "$ac_cv_use_profile"
3951 if test "$no_cache" != 1; then
3952 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3955 if test "$wxUSE_PROFILE" = yes; then
3956 echo "$as_me:$LINENO: result: yes" >&5
3957 echo "${ECHO_T}yes" >&6
3959 echo "$as_me:$LINENO: result: no" >&5
3960 echo "${ECHO_T}no" >&6
3965 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3966 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3968 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3969 if test "${enable_no_rtti+set}" = set; then
3970 enableval="$enable_no_rtti"
3972 if test "$enableval" = yes; then
3973 ac_cv_use_no_rtti='wxUSE_NO_RTTI
=yes'
3975 ac_cv_use_no_rtti='wxUSE_NO_RTTI
=no
'
3980 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3981 if test "x$LINE" != x ; then
3982 eval "DEFAULT_$LINE"
3987 ac_cv_use_no_rtti='wxUSE_NO_RTTI
='$DEFAULT_wxUSE_NO_RTTI
3991 eval "$ac_cv_use_no_rtti"
3992 if test "$no_cache" != 1; then
3993 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3996 if test "$wxUSE_NO_RTTI" = yes; then
3997 echo "$as_me:$LINENO: result: yes" >&5
3998 echo "${ECHO_T}yes" >&6
4000 echo "$as_me:$LINENO: result: no" >&5
4001 echo "${ECHO_T}no" >&6
4006 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
4007 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
4009 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
4010 if test "${enable_no_exceptions+set}" = set; then
4011 enableval="$enable_no_exceptions"
4013 if test "$enableval" = yes; then
4014 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS
=yes'
4016 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS
=no
'
4021 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
4022 if test "x$LINE" != x ; then
4023 eval "DEFAULT_$LINE"
4028 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS
='$DEFAULT_wxUSE_NO_EXCEPTIONS
4032 eval "$ac_cv_use_no_exceptions"
4033 if test "$no_cache" != 1; then
4034 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
4037 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
4038 echo "$as_me:$LINENO: result: yes" >&5
4039 echo "${ECHO_T}yes" >&6
4041 echo "$as_me:$LINENO: result: no" >&5
4042 echo "${ECHO_T}no" >&6
4047 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4048 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4050 # Check whether --enable-permissive or --disable-permissive was given.
4051 if test "${enable_permissive+set}" = set; then
4052 enableval="$enable_permissive"
4054 if test "$enableval" = yes; then
4055 ac_cv_use_permissive='wxUSE_PERMISSIVE
=yes'
4057 ac_cv_use_permissive='wxUSE_PERMISSIVE
=no
'
4062 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4063 if test "x$LINE" != x ; then
4064 eval "DEFAULT_$LINE"
4069 ac_cv_use_permissive='wxUSE_PERMISSIVE
='$DEFAULT_wxUSE_PERMISSIVE
4073 eval "$ac_cv_use_permissive"
4074 if test "$no_cache" != 1; then
4075 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4078 if test "$wxUSE_PERMISSIVE" = yes; then
4079 echo "$as_me:$LINENO: result: yes" >&5
4080 echo "${ECHO_T}yes" >&6
4082 echo "$as_me:$LINENO: result: no" >&5
4083 echo "${ECHO_T}no" >&6
4088 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4089 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4091 # Check whether --enable-no_deps or --disable-no_deps was given.
4092 if test "${enable_no_deps+set}" = set; then
4093 enableval="$enable_no_deps"
4095 if test "$enableval" = yes; then
4096 ac_cv_use_no_deps='wxUSE_NO_DEPS
=yes'
4098 ac_cv_use_no_deps='wxUSE_NO_DEPS
=no
'
4103 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4104 if test "x$LINE" != x ; then
4105 eval "DEFAULT_$LINE"
4110 ac_cv_use_no_deps='wxUSE_NO_DEPS
='$DEFAULT_wxUSE_NO_DEPS
4114 eval "$ac_cv_use_no_deps"
4115 if test "$no_cache" != 1; then
4116 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4119 if test "$wxUSE_NO_DEPS" = yes; then
4120 echo "$as_me:$LINENO: result: yes" >&5
4121 echo "${ECHO_T}yes" >&6
4123 echo "$as_me:$LINENO: result: no" >&5
4124 echo "${ECHO_T}no" >&6
4130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4131 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4133 # Check whether --enable-compat24 or --disable-compat24 was given.
4134 if test "${enable_compat24+set}" = set; then
4135 enableval="$enable_compat24"
4137 if test "$enableval" = yes; then
4138 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4
=yes'
4140 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4
=no
'
4145 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4146 if test "x$LINE" != x ; then
4147 eval "DEFAULT_$LINE"
4152 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4
='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4156 eval "$ac_cv_use_compat24"
4157 if test "$no_cache" != 1; then
4158 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4161 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4162 echo "$as_me:$LINENO: result: yes" >&5
4163 echo "${ECHO_T}yes" >&6
4165 echo "$as_me:$LINENO: result: no" >&5
4166 echo "${ECHO_T}no" >&6
4170 enablestring=disable
4171 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
4172 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6
4174 # Check whether --enable-compat26 or --disable-compat26 was given.
4175 if test "${enable_compat26+set}" = set; then
4176 enableval="$enable_compat26"
4178 if test "$enableval" = yes; then
4179 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6
=yes'
4181 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6
=no
'
4186 LINE=`grep "WXWIN_COMPATIBILITY_2_6" ${wx_arg_cache_file}`
4187 if test "x$LINE" != x ; then
4188 eval "DEFAULT_$LINE"
4193 ac_cv_use_compat26='WXWIN_COMPATIBILITY_2_6
='$DEFAULT_WXWIN_COMPATIBILITY_2_6
4197 eval "$ac_cv_use_compat26"
4198 if test "$no_cache" != 1; then
4199 echo $ac_cv_use_compat26 >> ${wx_arg_cache_file}.tmp
4202 if test "$WXWIN_COMPATIBILITY_2_6" = yes; then
4203 echo "$as_me:$LINENO: result: yes" >&5
4204 echo "${ECHO_T}yes" >&6
4206 echo "$as_me:$LINENO: result: no" >&5
4207 echo "${ECHO_T}no" >&6
4213 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4214 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4216 # Check whether --enable-rpath or --disable-rpath was given.
4217 if test "${enable_rpath+set}" = set; then
4218 enableval="$enable_rpath"
4220 if test "$enableval" = yes; then
4221 ac_cv_use_rpath='wxUSE_RPATH
=yes'
4223 ac_cv_use_rpath='wxUSE_RPATH
=no
'
4228 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4229 if test "x$LINE" != x ; then
4230 eval "DEFAULT_$LINE"
4235 ac_cv_use_rpath='wxUSE_RPATH
='$DEFAULT_wxUSE_RPATH
4239 eval "$ac_cv_use_rpath"
4240 if test "$no_cache" != 1; then
4241 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4244 if test "$wxUSE_RPATH" = yes; then
4245 echo "$as_me:$LINENO: result: yes" >&5
4246 echo "${ECHO_T}yes" >&6
4248 echo "$as_me:$LINENO: result: no" >&5
4249 echo "${ECHO_T}no" >&6
4257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4258 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4260 # Check whether --enable-intl or --disable-intl was given.
4261 if test "${enable_intl+set}" = set; then
4262 enableval="$enable_intl"
4264 if test "$enableval" = yes; then
4265 ac_cv_use_intl='wxUSE_INTL
=yes'
4267 ac_cv_use_intl='wxUSE_INTL
=no
'
4272 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4273 if test "x$LINE" != x ; then
4274 eval "DEFAULT_$LINE"
4279 ac_cv_use_intl='wxUSE_INTL
='$DEFAULT_wxUSE_INTL
4283 eval "$ac_cv_use_intl"
4284 if test "$no_cache" != 1; then
4285 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4288 if test "$wxUSE_INTL" = yes; then
4289 echo "$as_me:$LINENO: result: yes" >&5
4290 echo "${ECHO_T}yes" >&6
4292 echo "$as_me:$LINENO: result: no" >&5
4293 echo "${ECHO_T}no" >&6
4298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4299 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4301 # Check whether --enable-config or --disable-config was given.
4302 if test "${enable_config+set}" = set; then
4303 enableval="$enable_config"
4305 if test "$enableval" = yes; then
4306 ac_cv_use_config='wxUSE_CONFIG
=yes'
4308 ac_cv_use_config='wxUSE_CONFIG
=no
'
4313 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4314 if test "x$LINE" != x ; then
4315 eval "DEFAULT_$LINE"
4320 ac_cv_use_config='wxUSE_CONFIG
='$DEFAULT_wxUSE_CONFIG
4324 eval "$ac_cv_use_config"
4325 if test "$no_cache" != 1; then
4326 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4329 if test "$wxUSE_CONFIG" = yes; then
4330 echo "$as_me:$LINENO: result: yes" >&5
4331 echo "${ECHO_T}yes" >&6
4333 echo "$as_me:$LINENO: result: no" >&5
4334 echo "${ECHO_T}no" >&6
4340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4341 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4343 # Check whether --enable-protocols or --disable-protocols was given.
4344 if test "${enable_protocols+set}" = set; then
4345 enableval="$enable_protocols"
4347 if test "$enableval" = yes; then
4348 ac_cv_use_protocols='wxUSE_PROTOCOL
=yes'
4350 ac_cv_use_protocols='wxUSE_PROTOCOL
=no
'
4355 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4356 if test "x$LINE" != x ; then
4357 eval "DEFAULT_$LINE"
4362 ac_cv_use_protocols='wxUSE_PROTOCOL
='$DEFAULT_wxUSE_PROTOCOL
4366 eval "$ac_cv_use_protocols"
4367 if test "$no_cache" != 1; then
4368 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4371 if test "$wxUSE_PROTOCOL" = 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}-ftp" >&5
4382 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4384 # Check whether --enable-ftp or --disable-ftp was given.
4385 if test "${enable_ftp+set}" = set; then
4386 enableval="$enable_ftp"
4388 if test "$enableval" = yes; then
4389 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP
=yes'
4391 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP
=no
'
4396 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4397 if test "x$LINE" != x ; then
4398 eval "DEFAULT_$LINE"
4403 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP
='$DEFAULT_wxUSE_PROTOCOL_FTP
4407 eval "$ac_cv_use_ftp"
4408 if test "$no_cache" != 1; then
4409 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4412 if test "$wxUSE_PROTOCOL_FTP" = 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}-http" >&5
4423 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4425 # Check whether --enable-http or --disable-http was given.
4426 if test "${enable_http+set}" = set; then
4427 enableval="$enable_http"
4429 if test "$enableval" = yes; then
4430 ac_cv_use_http='wxUSE_PROTOCOL_HTTP
=yes'
4432 ac_cv_use_http='wxUSE_PROTOCOL_HTTP
=no
'
4437 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4438 if test "x$LINE" != x ; then
4439 eval "DEFAULT_$LINE"
4444 ac_cv_use_http='wxUSE_PROTOCOL_HTTP
='$DEFAULT_wxUSE_PROTOCOL_HTTP
4448 eval "$ac_cv_use_http"
4449 if test "$no_cache" != 1; then
4450 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4453 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4454 echo "$as_me:$LINENO: result: yes" >&5
4455 echo "${ECHO_T}yes" >&6
4457 echo "$as_me:$LINENO: result: no" >&5
4458 echo "${ECHO_T}no" >&6
4463 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4464 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4466 # Check whether --enable-fileproto or --disable-fileproto was given.
4467 if test "${enable_fileproto+set}" = set; then
4468 enableval="$enable_fileproto"
4470 if test "$enableval" = yes; then
4471 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE
=yes'
4473 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE
=no
'
4478 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4479 if test "x$LINE" != x ; then
4480 eval "DEFAULT_$LINE"
4485 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE
='$DEFAULT_wxUSE_PROTOCOL_FILE
4489 eval "$ac_cv_use_fileproto"
4490 if test "$no_cache" != 1; then
4491 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4494 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4495 echo "$as_me:$LINENO: result: yes" >&5
4496 echo "${ECHO_T}yes" >&6
4498 echo "$as_me:$LINENO: result: no" >&5
4499 echo "${ECHO_T}no" >&6
4504 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4505 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4507 # Check whether --enable-sockets or --disable-sockets was given.
4508 if test "${enable_sockets+set}" = set; then
4509 enableval="$enable_sockets"
4511 if test "$enableval" = yes; then
4512 ac_cv_use_sockets='wxUSE_SOCKETS
=yes'
4514 ac_cv_use_sockets='wxUSE_SOCKETS
=no
'
4519 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4520 if test "x$LINE" != x ; then
4521 eval "DEFAULT_$LINE"
4526 ac_cv_use_sockets='wxUSE_SOCKETS
='$DEFAULT_wxUSE_SOCKETS
4530 eval "$ac_cv_use_sockets"
4531 if test "$no_cache" != 1; then
4532 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4535 if test "$wxUSE_SOCKETS" = yes; then
4536 echo "$as_me:$LINENO: result: yes" >&5
4537 echo "${ECHO_T}yes" >&6
4539 echo "$as_me:$LINENO: result: no" >&5
4540 echo "${ECHO_T}no" >&6
4545 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4546 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4548 # Check whether --enable-ole or --disable-ole was given.
4549 if test "${enable_ole+set}" = set; then
4550 enableval="$enable_ole"
4552 if test "$enableval" = yes; then
4553 ac_cv_use_ole='wxUSE_OLE
=yes'
4555 ac_cv_use_ole='wxUSE_OLE
=no
'
4560 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4561 if test "x$LINE" != x ; then
4562 eval "DEFAULT_$LINE"
4567 ac_cv_use_ole='wxUSE_OLE
='$DEFAULT_wxUSE_OLE
4571 eval "$ac_cv_use_ole"
4572 if test "$no_cache" != 1; then
4573 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4576 if test "$wxUSE_OLE" = yes; then
4577 echo "$as_me:$LINENO: result: yes" >&5
4578 echo "${ECHO_T}yes" >&6
4580 echo "$as_me:$LINENO: result: no" >&5
4581 echo "${ECHO_T}no" >&6
4586 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4587 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4589 # Check whether --enable-dataobj or --disable-dataobj was given.
4590 if test "${enable_dataobj+set}" = set; then
4591 enableval="$enable_dataobj"
4593 if test "$enableval" = yes; then
4594 ac_cv_use_dataobj='wxUSE_DATAOBJ
=yes'
4596 ac_cv_use_dataobj='wxUSE_DATAOBJ
=no
'
4601 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4602 if test "x$LINE" != x ; then
4603 eval "DEFAULT_$LINE"
4608 ac_cv_use_dataobj='wxUSE_DATAOBJ
='$DEFAULT_wxUSE_DATAOBJ
4612 eval "$ac_cv_use_dataobj"
4613 if test "$no_cache" != 1; then
4614 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4617 if test "$wxUSE_DATAOBJ" = yes; then
4618 echo "$as_me:$LINENO: result: yes" >&5
4619 echo "${ECHO_T}yes" >&6
4621 echo "$as_me:$LINENO: result: no" >&5
4622 echo "${ECHO_T}no" >&6
4628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4629 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4631 # Check whether --enable-ipc or --disable-ipc was given.
4632 if test "${enable_ipc+set}" = set; then
4633 enableval="$enable_ipc"
4635 if test "$enableval" = yes; then
4636 ac_cv_use_ipc='wxUSE_IPC
=yes'
4638 ac_cv_use_ipc='wxUSE_IPC
=no
'
4643 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4644 if test "x$LINE" != x ; then
4645 eval "DEFAULT_$LINE"
4650 ac_cv_use_ipc='wxUSE_IPC
='$DEFAULT_wxUSE_IPC
4654 eval "$ac_cv_use_ipc"
4655 if test "$no_cache" != 1; then
4656 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4659 if test "$wxUSE_IPC" = yes; then
4660 echo "$as_me:$LINENO: result: yes" >&5
4661 echo "${ECHO_T}yes" >&6
4663 echo "$as_me:$LINENO: result: no" >&5
4664 echo "${ECHO_T}no" >&6
4670 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4671 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4673 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4674 if test "${enable_apple_ieee+set}" = set; then
4675 enableval="$enable_apple_ieee"
4677 if test "$enableval" = yes; then
4678 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=yes'
4680 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=no
'
4685 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4686 if test "x$LINE" != x ; then
4687 eval "DEFAULT_$LINE"
4692 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE
='$DEFAULT_wxUSE_APPLE_IEEE
4696 eval "$ac_cv_use_apple_ieee"
4697 if test "$no_cache" != 1; then
4698 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4701 if test "$wxUSE_APPLE_IEEE" = yes; then
4702 echo "$as_me:$LINENO: result: yes" >&5
4703 echo "${ECHO_T}yes" >&6
4705 echo "$as_me:$LINENO: result: no" >&5
4706 echo "${ECHO_T}no" >&6
4711 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4712 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4714 # Check whether --enable-arcstream or --disable-arcstream was given.
4715 if test "${enable_arcstream+set}" = set; then
4716 enableval="$enable_arcstream"
4718 if test "$enableval" = yes; then
4719 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS
=yes'
4721 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS
=no
'
4726 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4727 if test "x$LINE" != x ; then
4728 eval "DEFAULT_$LINE"
4733 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS
='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4737 eval "$ac_cv_use_arcstream"
4738 if test "$no_cache" != 1; then
4739 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4742 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4743 echo "$as_me:$LINENO: result: yes" >&5
4744 echo "${ECHO_T}yes" >&6
4746 echo "$as_me:$LINENO: result: no" >&5
4747 echo "${ECHO_T}no" >&6
4752 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4753 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4755 # Check whether --enable-backtrace or --disable-backtrace was given.
4756 if test "${enable_backtrace+set}" = set; then
4757 enableval="$enable_backtrace"
4759 if test "$enableval" = yes; then
4760 ac_cv_use_backtrace='wxUSE_STACKWALKER
=yes'
4762 ac_cv_use_backtrace='wxUSE_STACKWALKER
=no
'
4767 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4768 if test "x$LINE" != x ; then
4769 eval "DEFAULT_$LINE"
4774 ac_cv_use_backtrace='wxUSE_STACKWALKER
='$DEFAULT_wxUSE_STACKWALKER
4778 eval "$ac_cv_use_backtrace"
4779 if test "$no_cache" != 1; then
4780 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4783 if test "$wxUSE_STACKWALKER" = yes; then
4784 echo "$as_me:$LINENO: result: yes" >&5
4785 echo "${ECHO_T}yes" >&6
4787 echo "$as_me:$LINENO: result: no" >&5
4788 echo "${ECHO_T}no" >&6
4793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4794 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4796 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4797 if test "${enable_catch_segvs+set}" = set; then
4798 enableval="$enable_catch_segvs"
4800 if test "$enableval" = yes; then
4801 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION
=yes'
4803 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION
=no
'
4808 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4809 if test "x$LINE" != x ; then
4810 eval "DEFAULT_$LINE"
4815 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION
='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4819 eval "$ac_cv_use_catch_segvs"
4820 if test "$no_cache" != 1; then
4821 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4824 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4825 echo "$as_me:$LINENO: result: yes" >&5
4826 echo "${ECHO_T}yes" >&6
4828 echo "$as_me:$LINENO: result: no" >&5
4829 echo "${ECHO_T}no" >&6
4834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4835 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4837 # Check whether --enable-cmdline or --disable-cmdline was given.
4838 if test "${enable_cmdline+set}" = set; then
4839 enableval="$enable_cmdline"
4841 if test "$enableval" = yes; then
4842 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER
=yes'
4844 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER
=no
'
4849 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4850 if test "x$LINE" != x ; then
4851 eval "DEFAULT_$LINE"
4856 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER
='$DEFAULT_wxUSE_CMDLINE_PARSER
4860 eval "$ac_cv_use_cmdline"
4861 if test "$no_cache" != 1; then
4862 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4865 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4866 echo "$as_me:$LINENO: result: yes" >&5
4867 echo "${ECHO_T}yes" >&6
4869 echo "$as_me:$LINENO: result: no" >&5
4870 echo "${ECHO_T}no" >&6
4875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4876 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4878 # Check whether --enable-datetime or --disable-datetime was given.
4879 if test "${enable_datetime+set}" = set; then
4880 enableval="$enable_datetime"
4882 if test "$enableval" = yes; then
4883 ac_cv_use_datetime='wxUSE_DATETIME
=yes'
4885 ac_cv_use_datetime='wxUSE_DATETIME
=no
'
4890 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4891 if test "x$LINE" != x ; then
4892 eval "DEFAULT_$LINE"
4897 ac_cv_use_datetime='wxUSE_DATETIME
='$DEFAULT_wxUSE_DATETIME
4901 eval "$ac_cv_use_datetime"
4902 if test "$no_cache" != 1; then
4903 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4906 if test "$wxUSE_DATETIME" = yes; then
4907 echo "$as_me:$LINENO: result: yes" >&5
4908 echo "${ECHO_T}yes" >&6
4910 echo "$as_me:$LINENO: result: no" >&5
4911 echo "${ECHO_T}no" >&6
4916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4917 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4919 # Check whether --enable-debugreport or --disable-debugreport was given.
4920 if test "${enable_debugreport+set}" = set; then
4921 enableval="$enable_debugreport"
4923 if test "$enableval" = yes; then
4924 ac_cv_use_debugreport='wxUSE_DEBUGREPORT
=yes'
4926 ac_cv_use_debugreport='wxUSE_DEBUGREPORT
=no
'
4931 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4932 if test "x$LINE" != x ; then
4933 eval "DEFAULT_$LINE"
4938 ac_cv_use_debugreport='wxUSE_DEBUGREPORT
='$DEFAULT_wxUSE_DEBUGREPORT
4942 eval "$ac_cv_use_debugreport"
4943 if test "$no_cache" != 1; then
4944 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4947 if test "$wxUSE_DEBUGREPORT" = yes; then
4948 echo "$as_me:$LINENO: result: yes" >&5
4949 echo "${ECHO_T}yes" >&6
4951 echo "$as_me:$LINENO: result: no" >&5
4952 echo "${ECHO_T}no" >&6
4957 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4958 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4960 # Check whether --enable-dialupman or --disable-dialupman was given.
4961 if test "${enable_dialupman+set}" = set; then
4962 enableval="$enable_dialupman"
4964 if test "$enableval" = yes; then
4965 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER
=yes'
4967 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER
=no
'
4972 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4973 if test "x$LINE" != x ; then
4974 eval "DEFAULT_$LINE"
4979 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER
='$DEFAULT_wxUSE_DIALUP_MANAGER
4983 eval "$ac_cv_use_dialupman"
4984 if test "$no_cache" != 1; then
4985 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4988 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4989 echo "$as_me:$LINENO: result: yes" >&5
4990 echo "${ECHO_T}yes" >&6
4992 echo "$as_me:$LINENO: result: no" >&5
4993 echo "${ECHO_T}no" >&6
4998 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4999 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
5001 # Check whether --enable-dynlib or --disable-dynlib was given.
5002 if test "${enable_dynlib+set}" = set; then
5003 enableval="$enable_dynlib"
5005 if test "$enableval" = yes; then
5006 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=yes'
5008 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=no
'
5013 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
5014 if test "x$LINE" != x ; then
5015 eval "DEFAULT_$LINE"
5020 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS
='$DEFAULT_wxUSE_DYNLIB_CLASS
5024 eval "$ac_cv_use_dynlib"
5025 if test "$no_cache" != 1; then
5026 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
5029 if test "$wxUSE_DYNLIB_CLASS" = yes; then
5030 echo "$as_me:$LINENO: result: yes" >&5
5031 echo "${ECHO_T}yes" >&6
5033 echo "$as_me:$LINENO: result: no" >&5
5034 echo "${ECHO_T}no" >&6
5039 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
5040 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
5042 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
5043 if test "${enable_dynamicloader+set}" = set; then
5044 enableval="$enable_dynamicloader"
5046 if test "$enableval" = yes; then
5047 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER
=yes'
5049 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER
=no
'
5054 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5055 if test "x$LINE" != x ; then
5056 eval "DEFAULT_$LINE"
5061 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER
='$DEFAULT_wxUSE_DYNAMIC_LOADER
5065 eval "$ac_cv_use_dynamicloader"
5066 if test "$no_cache" != 1; then
5067 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5070 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5071 echo "$as_me:$LINENO: result: yes" >&5
5072 echo "${ECHO_T}yes" >&6
5074 echo "$as_me:$LINENO: result: no" >&5
5075 echo "${ECHO_T}no" >&6
5080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5081 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5083 # Check whether --enable-exceptions or --disable-exceptions was given.
5084 if test "${enable_exceptions+set}" = set; then
5085 enableval="$enable_exceptions"
5087 if test "$enableval" = yes; then
5088 ac_cv_use_exceptions='wxUSE_EXCEPTIONS
=yes'
5090 ac_cv_use_exceptions='wxUSE_EXCEPTIONS
=no
'
5095 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5096 if test "x$LINE" != x ; then
5097 eval "DEFAULT_$LINE"
5102 ac_cv_use_exceptions='wxUSE_EXCEPTIONS
='$DEFAULT_wxUSE_EXCEPTIONS
5106 eval "$ac_cv_use_exceptions"
5107 if test "$no_cache" != 1; then
5108 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5111 if test "$wxUSE_EXCEPTIONS" = yes; then
5112 echo "$as_me:$LINENO: result: yes" >&5
5113 echo "${ECHO_T}yes" >&6
5115 echo "$as_me:$LINENO: result: no" >&5
5116 echo "${ECHO_T}no" >&6
5121 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5122 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5124 # Check whether --enable-ffile or --disable-ffile was given.
5125 if test "${enable_ffile+set}" = set; then
5126 enableval="$enable_ffile"
5128 if test "$enableval" = yes; then
5129 ac_cv_use_ffile='wxUSE_FFILE
=yes'
5131 ac_cv_use_ffile='wxUSE_FFILE
=no
'
5136 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5137 if test "x$LINE" != x ; then
5138 eval "DEFAULT_$LINE"
5143 ac_cv_use_ffile='wxUSE_FFILE
='$DEFAULT_wxUSE_FFILE
5147 eval "$ac_cv_use_ffile"
5148 if test "$no_cache" != 1; then
5149 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5152 if test "$wxUSE_FFILE" = yes; then
5153 echo "$as_me:$LINENO: result: yes" >&5
5154 echo "${ECHO_T}yes" >&6
5156 echo "$as_me:$LINENO: result: no" >&5
5157 echo "${ECHO_T}no" >&6
5162 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5163 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5165 # Check whether --enable-file or --disable-file was given.
5166 if test "${enable_file+set}" = set; then
5167 enableval="$enable_file"
5169 if test "$enableval" = yes; then
5170 ac_cv_use_file='wxUSE_FILE
=yes'
5172 ac_cv_use_file='wxUSE_FILE
=no
'
5177 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5178 if test "x$LINE" != x ; then
5179 eval "DEFAULT_$LINE"
5184 ac_cv_use_file='wxUSE_FILE
='$DEFAULT_wxUSE_FILE
5188 eval "$ac_cv_use_file"
5189 if test "$no_cache" != 1; then
5190 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5193 if test "$wxUSE_FILE" = yes; then
5194 echo "$as_me:$LINENO: result: yes" >&5
5195 echo "${ECHO_T}yes" >&6
5197 echo "$as_me:$LINENO: result: no" >&5
5198 echo "${ECHO_T}no" >&6
5203 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5204 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5206 # Check whether --enable-filesystem or --disable-filesystem was given.
5207 if test "${enable_filesystem+set}" = set; then
5208 enableval="$enable_filesystem"
5210 if test "$enableval" = yes; then
5211 ac_cv_use_filesystem='wxUSE_FILESYSTEM
=yes'
5213 ac_cv_use_filesystem='wxUSE_FILESYSTEM
=no
'
5218 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5219 if test "x$LINE" != x ; then
5220 eval "DEFAULT_$LINE"
5225 ac_cv_use_filesystem='wxUSE_FILESYSTEM
='$DEFAULT_wxUSE_FILESYSTEM
5229 eval "$ac_cv_use_filesystem"
5230 if test "$no_cache" != 1; then
5231 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5234 if test "$wxUSE_FILESYSTEM" = yes; then
5235 echo "$as_me:$LINENO: result: yes" >&5
5236 echo "${ECHO_T}yes" >&6
5238 echo "$as_me:$LINENO: result: no" >&5
5239 echo "${ECHO_T}no" >&6
5244 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5245 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5247 # Check whether --enable-fontmap or --disable-fontmap was given.
5248 if test "${enable_fontmap+set}" = set; then
5249 enableval="$enable_fontmap"
5251 if test "$enableval" = yes; then
5252 ac_cv_use_fontmap='wxUSE_FONTMAP
=yes'
5254 ac_cv_use_fontmap='wxUSE_FONTMAP
=no
'
5259 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5260 if test "x$LINE" != x ; then
5261 eval "DEFAULT_$LINE"
5266 ac_cv_use_fontmap='wxUSE_FONTMAP
='$DEFAULT_wxUSE_FONTMAP
5270 eval "$ac_cv_use_fontmap"
5271 if test "$no_cache" != 1; then
5272 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5275 if test "$wxUSE_FONTMAP" = yes; then
5276 echo "$as_me:$LINENO: result: yes" >&5
5277 echo "${ECHO_T}yes" >&6
5279 echo "$as_me:$LINENO: result: no" >&5
5280 echo "${ECHO_T}no" >&6
5285 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5286 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5288 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5289 if test "${enable_fs_inet+set}" = set; then
5290 enableval="$enable_fs_inet"
5292 if test "$enableval" = yes; then
5293 ac_cv_use_fs_inet='wxUSE_FS_INET
=yes'
5295 ac_cv_use_fs_inet='wxUSE_FS_INET
=no
'
5300 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5301 if test "x$LINE" != x ; then
5302 eval "DEFAULT_$LINE"
5307 ac_cv_use_fs_inet='wxUSE_FS_INET
='$DEFAULT_wxUSE_FS_INET
5311 eval "$ac_cv_use_fs_inet"
5312 if test "$no_cache" != 1; then
5313 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5316 if test "$wxUSE_FS_INET" = yes; then
5317 echo "$as_me:$LINENO: result: yes" >&5
5318 echo "${ECHO_T}yes" >&6
5320 echo "$as_me:$LINENO: result: no" >&5
5321 echo "${ECHO_T}no" >&6
5326 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5327 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5329 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5330 if test "${enable_fs_zip+set}" = set; then
5331 enableval="$enable_fs_zip"
5333 if test "$enableval" = yes; then
5334 ac_cv_use_fs_zip='wxUSE_FS_ZIP
=yes'
5336 ac_cv_use_fs_zip='wxUSE_FS_ZIP
=no
'
5341 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5342 if test "x$LINE" != x ; then
5343 eval "DEFAULT_$LINE"
5348 ac_cv_use_fs_zip='wxUSE_FS_ZIP
='$DEFAULT_wxUSE_FS_ZIP
5352 eval "$ac_cv_use_fs_zip"
5353 if test "$no_cache" != 1; then
5354 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5357 if test "$wxUSE_FS_ZIP" = yes; then
5358 echo "$as_me:$LINENO: result: yes" >&5
5359 echo "${ECHO_T}yes" >&6
5361 echo "$as_me:$LINENO: result: no" >&5
5362 echo "${ECHO_T}no" >&6
5367 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5368 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5370 # Check whether --enable-geometry or --disable-geometry was given.
5371 if test "${enable_geometry+set}" = set; then
5372 enableval="$enable_geometry"
5374 if test "$enableval" = yes; then
5375 ac_cv_use_geometry='wxUSE_GEOMETRY
=yes'
5377 ac_cv_use_geometry='wxUSE_GEOMETRY
=no
'
5382 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5383 if test "x$LINE" != x ; then
5384 eval "DEFAULT_$LINE"
5389 ac_cv_use_geometry='wxUSE_GEOMETRY
='$DEFAULT_wxUSE_GEOMETRY
5393 eval "$ac_cv_use_geometry"
5394 if test "$no_cache" != 1; then
5395 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5398 if test "$wxUSE_GEOMETRY" = yes; then
5399 echo "$as_me:$LINENO: result: yes" >&5
5400 echo "${ECHO_T}yes" >&6
5402 echo "$as_me:$LINENO: result: no" >&5
5403 echo "${ECHO_T}no" >&6
5408 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5409 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5411 # Check whether --enable-log or --disable-log was given.
5412 if test "${enable_log+set}" = set; then
5413 enableval="$enable_log"
5415 if test "$enableval" = yes; then
5416 ac_cv_use_log='wxUSE_LOG
=yes'
5418 ac_cv_use_log='wxUSE_LOG
=no
'
5423 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5424 if test "x$LINE" != x ; then
5425 eval "DEFAULT_$LINE"
5430 ac_cv_use_log='wxUSE_LOG
='$DEFAULT_wxUSE_LOG
5434 eval "$ac_cv_use_log"
5435 if test "$no_cache" != 1; then
5436 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5439 if test "$wxUSE_LOG" = yes; then
5440 echo "$as_me:$LINENO: result: yes" >&5
5441 echo "${ECHO_T}yes" >&6
5443 echo "$as_me:$LINENO: result: no" >&5
5444 echo "${ECHO_T}no" >&6
5449 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5450 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5452 # Check whether --enable-longlong or --disable-longlong was given.
5453 if test "${enable_longlong+set}" = set; then
5454 enableval="$enable_longlong"
5456 if test "$enableval" = yes; then
5457 ac_cv_use_longlong='wxUSE_LONGLONG
=yes'
5459 ac_cv_use_longlong='wxUSE_LONGLONG
=no
'
5464 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5465 if test "x$LINE" != x ; then
5466 eval "DEFAULT_$LINE"
5471 ac_cv_use_longlong='wxUSE_LONGLONG
='$DEFAULT_wxUSE_LONGLONG
5475 eval "$ac_cv_use_longlong"
5476 if test "$no_cache" != 1; then
5477 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5480 if test "$wxUSE_LONGLONG" = yes; then
5481 echo "$as_me:$LINENO: result: yes" >&5
5482 echo "${ECHO_T}yes" >&6
5484 echo "$as_me:$LINENO: result: no" >&5
5485 echo "${ECHO_T}no" >&6
5490 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5491 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5493 # Check whether --enable-mimetype or --disable-mimetype was given.
5494 if test "${enable_mimetype+set}" = set; then
5495 enableval="$enable_mimetype"
5497 if test "$enableval" = yes; then
5498 ac_cv_use_mimetype='wxUSE_MIMETYPE
=yes'
5500 ac_cv_use_mimetype='wxUSE_MIMETYPE
=no
'
5505 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5506 if test "x$LINE" != x ; then
5507 eval "DEFAULT_$LINE"
5512 ac_cv_use_mimetype='wxUSE_MIMETYPE
='$DEFAULT_wxUSE_MIMETYPE
5516 eval "$ac_cv_use_mimetype"
5517 if test "$no_cache" != 1; then
5518 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5521 if test "$wxUSE_MIMETYPE" = yes; then
5522 echo "$as_me:$LINENO: result: yes" >&5
5523 echo "${ECHO_T}yes" >&6
5525 echo "$as_me:$LINENO: result: no" >&5
5526 echo "${ECHO_T}no" >&6
5531 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5532 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5534 # Check whether --enable-mslu or --disable-mslu was given.
5535 if test "${enable_mslu+set}" = set; then
5536 enableval="$enable_mslu"
5538 if test "$enableval" = yes; then
5539 ac_cv_use_mslu='wxUSE_UNICODE_MSLU
=yes'
5541 ac_cv_use_mslu='wxUSE_UNICODE_MSLU
=no
'
5546 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5547 if test "x$LINE" != x ; then
5548 eval "DEFAULT_$LINE"
5553 ac_cv_use_mslu='wxUSE_UNICODE_MSLU
='$DEFAULT_wxUSE_UNICODE_MSLU
5557 eval "$ac_cv_use_mslu"
5558 if test "$no_cache" != 1; then
5559 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5562 if test "$wxUSE_UNICODE_MSLU" = yes; then
5563 echo "$as_me:$LINENO: result: yes" >&5
5564 echo "${ECHO_T}yes" >&6
5566 echo "$as_me:$LINENO: result: no" >&5
5567 echo "${ECHO_T}no" >&6
5572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5573 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5575 # Check whether --enable-snglinst or --disable-snglinst was given.
5576 if test "${enable_snglinst+set}" = set; then
5577 enableval="$enable_snglinst"
5579 if test "$enableval" = yes; then
5580 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
=yes'
5582 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
=no
'
5587 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5588 if test "x$LINE" != x ; then
5589 eval "DEFAULT_$LINE"
5594 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
='$DEFAULT_wxUSE_SNGLINST_CHECKER
5598 eval "$ac_cv_use_snglinst"
5599 if test "$no_cache" != 1; then
5600 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5603 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5604 echo "$as_me:$LINENO: result: yes" >&5
5605 echo "${ECHO_T}yes" >&6
5607 echo "$as_me:$LINENO: result: no" >&5
5608 echo "${ECHO_T}no" >&6
5613 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5614 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5616 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5617 if test "${enable_std_iostreams+set}" = set; then
5618 enableval="$enable_std_iostreams"
5620 if test "$enableval" = yes; then
5621 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
=yes'
5623 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
=no
'
5628 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5629 if test "x$LINE" != x ; then
5630 eval "DEFAULT_$LINE"
5635 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
='$DEFAULT_wxUSE_STD_IOSTREAM
5639 eval "$ac_cv_use_std_iostreams"
5640 if test "$no_cache" != 1; then
5641 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5644 if test "$wxUSE_STD_IOSTREAM" = yes; then
5645 echo "$as_me:$LINENO: result: yes" >&5
5646 echo "${ECHO_T}yes" >&6
5648 echo "$as_me:$LINENO: result: no" >&5
5649 echo "${ECHO_T}no" >&6
5654 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5655 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5657 # Check whether --enable-std_string or --disable-std_string was given.
5658 if test "${enable_std_string+set}" = set; then
5659 enableval="$enable_std_string"
5661 if test "$enableval" = yes; then
5662 ac_cv_use_std_string='wxUSE_STD_STRING
=yes'
5664 ac_cv_use_std_string='wxUSE_STD_STRING
=no
'
5669 LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5670 if test "x$LINE" != x ; then
5671 eval "DEFAULT_$LINE"
5676 ac_cv_use_std_string='wxUSE_STD_STRING
='$DEFAULT_wxUSE_STD_STRING
5680 eval "$ac_cv_use_std_string"
5681 if test "$no_cache" != 1; then
5682 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5685 if test "$wxUSE_STD_STRING" = yes; then
5686 echo "$as_me:$LINENO: result: yes" >&5
5687 echo "${ECHO_T}yes" >&6
5689 echo "$as_me:$LINENO: result: no" >&5
5690 echo "${ECHO_T}no" >&6
5695 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5696 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5698 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5699 if test "${enable_stdpaths+set}" = set; then
5700 enableval="$enable_stdpaths"
5702 if test "$enableval" = yes; then
5703 ac_cv_use_stdpaths='wxUSE_STDPATHS
=yes'
5705 ac_cv_use_stdpaths='wxUSE_STDPATHS
=no
'
5710 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5711 if test "x$LINE" != x ; then
5712 eval "DEFAULT_$LINE"
5717 ac_cv_use_stdpaths='wxUSE_STDPATHS
='$DEFAULT_wxUSE_STDPATHS
5721 eval "$ac_cv_use_stdpaths"
5722 if test "$no_cache" != 1; then
5723 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5726 if test "$wxUSE_STDPATHS" = yes; then
5727 echo "$as_me:$LINENO: result: yes" >&5
5728 echo "${ECHO_T}yes" >&6
5730 echo "$as_me:$LINENO: result: no" >&5
5731 echo "${ECHO_T}no" >&6
5736 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5737 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5739 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5740 if test "${enable_stopwatch+set}" = set; then
5741 enableval="$enable_stopwatch"
5743 if test "$enableval" = yes; then
5744 ac_cv_use_stopwatch='wxUSE_STOPWATCH
=yes'
5746 ac_cv_use_stopwatch='wxUSE_STOPWATCH
=no
'
5751 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5752 if test "x$LINE" != x ; then
5753 eval "DEFAULT_$LINE"
5758 ac_cv_use_stopwatch='wxUSE_STOPWATCH
='$DEFAULT_wxUSE_STOPWATCH
5762 eval "$ac_cv_use_stopwatch"
5763 if test "$no_cache" != 1; then
5764 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5767 if test "$wxUSE_STOPWATCH" = yes; then
5768 echo "$as_me:$LINENO: result: yes" >&5
5769 echo "${ECHO_T}yes" >&6
5771 echo "$as_me:$LINENO: result: no" >&5
5772 echo "${ECHO_T}no" >&6
5777 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5778 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5780 # Check whether --enable-streams or --disable-streams was given.
5781 if test "${enable_streams+set}" = set; then
5782 enableval="$enable_streams"
5784 if test "$enableval" = yes; then
5785 ac_cv_use_streams='wxUSE_STREAMS
=yes'
5787 ac_cv_use_streams='wxUSE_STREAMS
=no
'
5792 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5793 if test "x$LINE" != x ; then
5794 eval "DEFAULT_$LINE"
5799 ac_cv_use_streams='wxUSE_STREAMS
='$DEFAULT_wxUSE_STREAMS
5803 eval "$ac_cv_use_streams"
5804 if test "$no_cache" != 1; then
5805 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5808 if test "$wxUSE_STREAMS" = yes; then
5809 echo "$as_me:$LINENO: result: yes" >&5
5810 echo "${ECHO_T}yes" >&6
5812 echo "$as_me:$LINENO: result: no" >&5
5813 echo "${ECHO_T}no" >&6
5818 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5819 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5821 # Check whether --enable-system_options or --disable-system_options was given.
5822 if test "${enable_system_options+set}" = set; then
5823 enableval="$enable_system_options"
5825 if test "$enableval" = yes; then
5826 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS
=yes'
5828 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS
=no
'
5833 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5834 if test "x$LINE" != x ; then
5835 eval "DEFAULT_$LINE"
5840 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS
='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5844 eval "$ac_cv_use_system_options"
5845 if test "$no_cache" != 1; then
5846 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5849 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5850 echo "$as_me:$LINENO: result: yes" >&5
5851 echo "${ECHO_T}yes" >&6
5853 echo "$as_me:$LINENO: result: no" >&5
5854 echo "${ECHO_T}no" >&6
5859 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5860 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5862 # Check whether --enable-textbuf or --disable-textbuf was given.
5863 if test "${enable_textbuf+set}" = set; then
5864 enableval="$enable_textbuf"
5866 if test "$enableval" = yes; then
5867 ac_cv_use_textbuf='wxUSE_TEXTBUFFER
=yes'
5869 ac_cv_use_textbuf='wxUSE_TEXTBUFFER
=no
'
5874 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5875 if test "x$LINE" != x ; then
5876 eval "DEFAULT_$LINE"
5881 ac_cv_use_textbuf='wxUSE_TEXTBUFFER
='$DEFAULT_wxUSE_TEXTBUFFER
5885 eval "$ac_cv_use_textbuf"
5886 if test "$no_cache" != 1; then
5887 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5890 if test "$wxUSE_TEXTBUFFER" = yes; then
5891 echo "$as_me:$LINENO: result: yes" >&5
5892 echo "${ECHO_T}yes" >&6
5894 echo "$as_me:$LINENO: result: no" >&5
5895 echo "${ECHO_T}no" >&6
5900 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5901 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5903 # Check whether --enable-textfile or --disable-textfile was given.
5904 if test "${enable_textfile+set}" = set; then
5905 enableval="$enable_textfile"
5907 if test "$enableval" = yes; then
5908 ac_cv_use_textfile='wxUSE_TEXTFILE
=yes'
5910 ac_cv_use_textfile='wxUSE_TEXTFILE
=no
'
5915 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5916 if test "x$LINE" != x ; then
5917 eval "DEFAULT_$LINE"
5922 ac_cv_use_textfile='wxUSE_TEXTFILE
='$DEFAULT_wxUSE_TEXTFILE
5926 eval "$ac_cv_use_textfile"
5927 if test "$no_cache" != 1; then
5928 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5931 if test "$wxUSE_TEXTFILE" = yes; then
5932 echo "$as_me:$LINENO: result: yes" >&5
5933 echo "${ECHO_T}yes" >&6
5935 echo "$as_me:$LINENO: result: no" >&5
5936 echo "${ECHO_T}no" >&6
5941 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5942 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5944 # Check whether --enable-timer or --disable-timer was given.
5945 if test "${enable_timer+set}" = set; then
5946 enableval="$enable_timer"
5948 if test "$enableval" = yes; then
5949 ac_cv_use_timer='wxUSE_TIMER
=yes'
5951 ac_cv_use_timer='wxUSE_TIMER
=no
'
5956 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5957 if test "x$LINE" != x ; then
5958 eval "DEFAULT_$LINE"
5963 ac_cv_use_timer='wxUSE_TIMER
='$DEFAULT_wxUSE_TIMER
5967 eval "$ac_cv_use_timer"
5968 if test "$no_cache" != 1; then
5969 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5972 if test "$wxUSE_TIMER" = yes; then
5973 echo "$as_me:$LINENO: result: yes" >&5
5974 echo "${ECHO_T}yes" >&6
5976 echo "$as_me:$LINENO: result: no" >&5
5977 echo "${ECHO_T}no" >&6
5982 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5983 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5985 # Check whether --enable-unicode or --disable-unicode was given.
5986 if test "${enable_unicode+set}" = set; then
5987 enableval="$enable_unicode"
5989 if test "$enableval" = yes; then
5990 ac_cv_use_unicode='wxUSE_UNICODE
=yes'
5992 ac_cv_use_unicode='wxUSE_UNICODE
=no
'
5997 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5998 if test "x$LINE" != x ; then
5999 eval "DEFAULT_$LINE"
6004 ac_cv_use_unicode='wxUSE_UNICODE
='$DEFAULT_wxUSE_UNICODE
6008 eval "$ac_cv_use_unicode"
6009 if test "$no_cache" != 1; then
6010 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
6013 if test "$wxUSE_UNICODE" = yes; then
6014 echo "$as_me:$LINENO: result: yes" >&5
6015 echo "${ECHO_T}yes" >&6
6017 echo "$as_me:$LINENO: result: no" >&5
6018 echo "${ECHO_T}no" >&6
6023 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
6024 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
6026 # Check whether --enable-sound or --disable-sound was given.
6027 if test "${enable_sound+set}" = set; then
6028 enableval="$enable_sound"
6030 if test "$enableval" = yes; then
6031 ac_cv_use_sound='wxUSE_SOUND
=yes'
6033 ac_cv_use_sound='wxUSE_SOUND
=no
'
6038 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
6039 if test "x$LINE" != x ; then
6040 eval "DEFAULT_$LINE"
6045 ac_cv_use_sound='wxUSE_SOUND
='$DEFAULT_wxUSE_SOUND
6049 eval "$ac_cv_use_sound"
6050 if test "$no_cache" != 1; then
6051 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
6054 if test "$wxUSE_SOUND" = yes; then
6055 echo "$as_me:$LINENO: result: yes" >&5
6056 echo "${ECHO_T}yes" >&6
6058 echo "$as_me:$LINENO: result: no" >&5
6059 echo "${ECHO_T}no" >&6
6064 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6065 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6067 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6068 if test "${enable_mediactrl+set}" = set; then
6069 enableval="$enable_mediactrl"
6071 if test "$enableval" = yes; then
6072 ac_cv_use_mediactrl='wxUSE_MEDIACTRL
=yes'
6074 ac_cv_use_mediactrl='wxUSE_MEDIACTRL
=no
'
6079 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6080 if test "x$LINE" != x ; then
6081 eval "DEFAULT_$LINE"
6086 ac_cv_use_mediactrl='wxUSE_MEDIACTRL
='$DEFAULT_wxUSE_MEDIACTRL
6090 eval "$ac_cv_use_mediactrl"
6091 if test "$no_cache" != 1; then
6092 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6095 if test "$wxUSE_MEDIACTRL" = yes; then
6096 echo "$as_me:$LINENO: result: yes" >&5
6097 echo "${ECHO_T}yes" >&6
6099 echo "$as_me:$LINENO: result: no" >&5
6100 echo "${ECHO_T}no" >&6
6105 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6106 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6108 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6109 if test "${enable_wxprintfv+set}" = set; then
6110 enableval="$enable_wxprintfv"
6112 if test "$enableval" = yes; then
6113 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF
=yes'
6115 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF
=no
'
6120 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6121 if test "x$LINE" != x ; then
6122 eval "DEFAULT_$LINE"
6127 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF
='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6131 eval "$ac_cv_use_wxprintfv"
6132 if test "$no_cache" != 1; then
6133 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6136 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6137 echo "$as_me:$LINENO: result: yes" >&5
6138 echo "${ECHO_T}yes" >&6
6140 echo "$as_me:$LINENO: result: no" >&5
6141 echo "${ECHO_T}no" >&6
6146 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6147 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6149 # Check whether --enable-zipstream or --disable-zipstream was given.
6150 if test "${enable_zipstream+set}" = set; then
6151 enableval="$enable_zipstream"
6153 if test "$enableval" = yes; then
6154 ac_cv_use_zipstream='wxUSE_ZIPSTREAM
=yes'
6156 ac_cv_use_zipstream='wxUSE_ZIPSTREAM
=no
'
6161 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6162 if test "x$LINE" != x ; then
6163 eval "DEFAULT_$LINE"
6168 ac_cv_use_zipstream='wxUSE_ZIPSTREAM
='$DEFAULT_wxUSE_ZIPSTREAM
6172 eval "$ac_cv_use_zipstream"
6173 if test "$no_cache" != 1; then
6174 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6177 if test "$wxUSE_ZIPSTREAM" = yes; then
6178 echo "$as_me:$LINENO: result: yes" >&5
6179 echo "${ECHO_T}yes" >&6
6181 echo "$as_me:$LINENO: result: no" >&5
6182 echo "${ECHO_T}no" >&6
6188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6189 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6191 # Check whether --enable-url or --disable-url was given.
6192 if test "${enable_url+set}" = set; then
6193 enableval="$enable_url"
6195 if test "$enableval" = yes; then
6196 ac_cv_use_url='wxUSE_URL
=yes'
6198 ac_cv_use_url='wxUSE_URL
=no
'
6203 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6204 if test "x$LINE" != x ; then
6205 eval "DEFAULT_$LINE"
6210 ac_cv_use_url='wxUSE_URL
='$DEFAULT_wxUSE_URL
6214 eval "$ac_cv_use_url"
6215 if test "$no_cache" != 1; then
6216 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6219 if test "$wxUSE_URL" = yes; then
6220 echo "$as_me:$LINENO: result: yes" >&5
6221 echo "${ECHO_T}yes" >&6
6223 echo "$as_me:$LINENO: result: no" >&5
6224 echo "${ECHO_T}no" >&6
6229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6230 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6232 # Check whether --enable-protocol or --disable-protocol was given.
6233 if test "${enable_protocol+set}" = set; then
6234 enableval="$enable_protocol"
6236 if test "$enableval" = yes; then
6237 ac_cv_use_protocol='wxUSE_PROTOCOL
=yes'
6239 ac_cv_use_protocol='wxUSE_PROTOCOL
=no
'
6244 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6245 if test "x$LINE" != x ; then
6246 eval "DEFAULT_$LINE"
6251 ac_cv_use_protocol='wxUSE_PROTOCOL
='$DEFAULT_wxUSE_PROTOCOL
6255 eval "$ac_cv_use_protocol"
6256 if test "$no_cache" != 1; then
6257 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6260 if test "$wxUSE_PROTOCOL" = yes; then
6261 echo "$as_me:$LINENO: result: yes" >&5
6262 echo "${ECHO_T}yes" >&6
6264 echo "$as_me:$LINENO: result: no" >&5
6265 echo "${ECHO_T}no" >&6
6270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6271 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6273 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6274 if test "${enable_protocol_http+set}" = set; then
6275 enableval="$enable_protocol_http"
6277 if test "$enableval" = yes; then
6278 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=yes'
6280 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=no
'
6285 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6286 if test "x$LINE" != x ; then
6287 eval "DEFAULT_$LINE"
6292 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
='$DEFAULT_wxUSE_PROTOCOL_HTTP
6296 eval "$ac_cv_use_protocol_http"
6297 if test "$no_cache" != 1; then
6298 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6301 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6302 echo "$as_me:$LINENO: result: yes" >&5
6303 echo "${ECHO_T}yes" >&6
6305 echo "$as_me:$LINENO: result: no" >&5
6306 echo "${ECHO_T}no" >&6
6311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6312 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6314 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6315 if test "${enable_protocol_ftp+set}" = set; then
6316 enableval="$enable_protocol_ftp"
6318 if test "$enableval" = yes; then
6319 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
=yes'
6321 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
=no
'
6326 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6327 if test "x$LINE" != x ; then
6328 eval "DEFAULT_$LINE"
6333 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
='$DEFAULT_wxUSE_PROTOCOL_FTP
6337 eval "$ac_cv_use_protocol_ftp"
6338 if test "$no_cache" != 1; then
6339 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6342 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6343 echo "$as_me:$LINENO: result: yes" >&5
6344 echo "${ECHO_T}yes" >&6
6346 echo "$as_me:$LINENO: result: no" >&5
6347 echo "${ECHO_T}no" >&6
6352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6353 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6355 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6356 if test "${enable_protocol_file+set}" = set; then
6357 enableval="$enable_protocol_file"
6359 if test "$enableval" = yes; then
6360 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE
=yes'
6362 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE
=no
'
6367 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6368 if test "x$LINE" != x ; then
6369 eval "DEFAULT_$LINE"
6374 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE
='$DEFAULT_wxUSE_PROTOCOL_FILE
6378 eval "$ac_cv_use_protocol_file"
6379 if test "$no_cache" != 1; then
6380 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6383 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6384 echo "$as_me:$LINENO: result: yes" >&5
6385 echo "${ECHO_T}yes" >&6
6387 echo "$as_me:$LINENO: result: no" >&5
6388 echo "${ECHO_T}no" >&6
6396 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6397 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6399 # Check whether --enable-threads or --disable-threads was given.
6400 if test "${enable_threads+set}" = set; then
6401 enableval="$enable_threads"
6403 if test "$enableval" = yes; then
6404 ac_cv_use_threads='wxUSE_THREADS
=yes'
6406 ac_cv_use_threads='wxUSE_THREADS
=no
'
6411 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6412 if test "x$LINE" != x ; then
6413 eval "DEFAULT_$LINE"
6418 ac_cv_use_threads='wxUSE_THREADS
='$DEFAULT_wxUSE_THREADS
6422 eval "$ac_cv_use_threads"
6423 if test "$no_cache" != 1; then
6424 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6427 if test "$wxUSE_THREADS" = yes; then
6428 echo "$as_me:$LINENO: result: yes" >&5
6429 echo "${ECHO_T}yes" >&6
6431 echo "$as_me:$LINENO: result: no" >&5
6432 echo "${ECHO_T}no" >&6
6436 if test "$wxUSE_GUI" = "yes"; then
6441 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6442 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6444 # Check whether --enable-docview or --disable-docview was given.
6445 if test "${enable_docview+set}" = set; then
6446 enableval="$enable_docview"
6448 if test "$enableval" = yes; then
6449 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=yes'
6451 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=no
'
6456 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6457 if test "x$LINE" != x ; then
6458 eval "DEFAULT_$LINE"
6463 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6467 eval "$ac_cv_use_docview"
6468 if test "$no_cache" != 1; then
6469 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6472 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6473 echo "$as_me:$LINENO: result: yes" >&5
6474 echo "${ECHO_T}yes" >&6
6476 echo "$as_me:$LINENO: result: no" >&5
6477 echo "${ECHO_T}no" >&6
6482 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6483 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6485 # Check whether --enable-help or --disable-help was given.
6486 if test "${enable_help+set}" = set; then
6487 enableval="$enable_help"
6489 if test "$enableval" = yes; then
6490 ac_cv_use_help='wxUSE_HELP
=yes'
6492 ac_cv_use_help='wxUSE_HELP
=no
'
6497 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6498 if test "x$LINE" != x ; then
6499 eval "DEFAULT_$LINE"
6504 ac_cv_use_help='wxUSE_HELP
='$DEFAULT_wxUSE_HELP
6508 eval "$ac_cv_use_help"
6509 if test "$no_cache" != 1; then
6510 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6513 if test "$wxUSE_HELP" = yes; then
6514 echo "$as_me:$LINENO: result: yes" >&5
6515 echo "${ECHO_T}yes" >&6
6517 echo "$as_me:$LINENO: result: no" >&5
6518 echo "${ECHO_T}no" >&6
6523 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6524 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6526 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6527 if test "${enable_mshtmlhelp+set}" = set; then
6528 enableval="$enable_mshtmlhelp"
6530 if test "$enableval" = yes; then
6531 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP
=yes'
6533 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP
=no
'
6538 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6539 if test "x$LINE" != x ; then
6540 eval "DEFAULT_$LINE"
6545 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP
='$DEFAULT_wxUSE_MS_HTML_HELP
6549 eval "$ac_cv_use_mshtmlhelp"
6550 if test "$no_cache" != 1; then
6551 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6554 if test "$wxUSE_MS_HTML_HELP" = yes; then
6555 echo "$as_me:$LINENO: result: yes" >&5
6556 echo "${ECHO_T}yes" >&6
6558 echo "$as_me:$LINENO: result: no" >&5
6559 echo "${ECHO_T}no" >&6
6564 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6565 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6567 # Check whether --enable-html or --disable-html was given.
6568 if test "${enable_html+set}" = set; then
6569 enableval="$enable_html"
6571 if test "$enableval" = yes; then
6572 ac_cv_use_html='wxUSE_HTML
=yes'
6574 ac_cv_use_html='wxUSE_HTML
=no
'
6579 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6580 if test "x$LINE" != x ; then
6581 eval "DEFAULT_$LINE"
6586 ac_cv_use_html='wxUSE_HTML
='$DEFAULT_wxUSE_HTML
6590 eval "$ac_cv_use_html"
6591 if test "$no_cache" != 1; then
6592 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6595 if test "$wxUSE_HTML" = yes; then
6596 echo "$as_me:$LINENO: result: yes" >&5
6597 echo "${ECHO_T}yes" >&6
6599 echo "$as_me:$LINENO: result: no" >&5
6600 echo "${ECHO_T}no" >&6
6605 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6606 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6608 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6609 if test "${enable_htmlhelp+set}" = set; then
6610 enableval="$enable_htmlhelp"
6612 if test "$enableval" = yes; then
6613 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP
=yes'
6615 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP
=no
'
6620 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6621 if test "x$LINE" != x ; then
6622 eval "DEFAULT_$LINE"
6627 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP
='$DEFAULT_wxUSE_WXHTML_HELP
6631 eval "$ac_cv_use_htmlhelp"
6632 if test "$no_cache" != 1; then
6633 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6636 if test "$wxUSE_WXHTML_HELP" = yes; then
6637 echo "$as_me:$LINENO: result: yes" >&5
6638 echo "${ECHO_T}yes" >&6
6640 echo "$as_me:$LINENO: result: no" >&5
6641 echo "${ECHO_T}no" >&6
6646 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6647 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6649 # Check whether --enable-xrc or --disable-xrc was given.
6650 if test "${enable_xrc+set}" = set; then
6651 enableval="$enable_xrc"
6653 if test "$enableval" = yes; then
6654 ac_cv_use_xrc='wxUSE_XRC
=yes'
6656 ac_cv_use_xrc='wxUSE_XRC
=no
'
6661 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6662 if test "x$LINE" != x ; then
6663 eval "DEFAULT_$LINE"
6668 ac_cv_use_xrc='wxUSE_XRC
='$DEFAULT_wxUSE_XRC
6672 eval "$ac_cv_use_xrc"
6673 if test "$no_cache" != 1; then
6674 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6677 if test "$wxUSE_XRC" = yes; then
6678 echo "$as_me:$LINENO: result: yes" >&5
6679 echo "${ECHO_T}yes" >&6
6681 echo "$as_me:$LINENO: result: no" >&5
6682 echo "${ECHO_T}no" >&6
6687 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6688 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6690 # Check whether --enable-constraints or --disable-constraints was given.
6691 if test "${enable_constraints+set}" = set; then
6692 enableval="$enable_constraints"
6694 if test "$enableval" = yes; then
6695 ac_cv_use_constraints='wxUSE_CONSTRAINTS
=yes'
6697 ac_cv_use_constraints='wxUSE_CONSTRAINTS
=no
'
6702 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6703 if test "x$LINE" != x ; then
6704 eval "DEFAULT_$LINE"
6709 ac_cv_use_constraints='wxUSE_CONSTRAINTS
='$DEFAULT_wxUSE_CONSTRAINTS
6713 eval "$ac_cv_use_constraints"
6714 if test "$no_cache" != 1; then
6715 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6718 if test "$wxUSE_CONSTRAINTS" = yes; then
6719 echo "$as_me:$LINENO: result: yes" >&5
6720 echo "${ECHO_T}yes" >&6
6722 echo "$as_me:$LINENO: result: no" >&5
6723 echo "${ECHO_T}no" >&6
6728 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6729 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6731 # Check whether --enable-printarch or --disable-printarch was given.
6732 if test "${enable_printarch+set}" = set; then
6733 enableval="$enable_printarch"
6735 if test "$enableval" = yes; then
6736 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE
=yes'
6738 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE
=no
'
6743 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6744 if test "x$LINE" != x ; then
6745 eval "DEFAULT_$LINE"
6750 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE
='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6754 eval "$ac_cv_use_printarch"
6755 if test "$no_cache" != 1; then
6756 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6759 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6760 echo "$as_me:$LINENO: result: yes" >&5
6761 echo "${ECHO_T}yes" >&6
6763 echo "$as_me:$LINENO: result: no" >&5
6764 echo "${ECHO_T}no" >&6
6769 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6770 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6772 # Check whether --enable-mdi or --disable-mdi was given.
6773 if test "${enable_mdi+set}" = set; then
6774 enableval="$enable_mdi"
6776 if test "$enableval" = yes; then
6777 ac_cv_use_mdi='wxUSE_MDI
=yes'
6779 ac_cv_use_mdi='wxUSE_MDI
=no
'
6784 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6785 if test "x$LINE" != x ; then
6786 eval "DEFAULT_$LINE"
6791 ac_cv_use_mdi='wxUSE_MDI
='$DEFAULT_wxUSE_MDI
6795 eval "$ac_cv_use_mdi"
6796 if test "$no_cache" != 1; then
6797 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6800 if test "$wxUSE_MDI" = yes; then
6801 echo "$as_me:$LINENO: result: yes" >&5
6802 echo "${ECHO_T}yes" >&6
6804 echo "$as_me:$LINENO: result: no" >&5
6805 echo "${ECHO_T}no" >&6
6810 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6811 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6813 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6814 if test "${enable_mdidoc+set}" = set; then
6815 enableval="$enable_mdidoc"
6817 if test "$enableval" = yes; then
6818 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=yes'
6820 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=no
'
6825 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6826 if test "x$LINE" != x ; then
6827 eval "DEFAULT_$LINE"
6832 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6836 eval "$ac_cv_use_mdidoc"
6837 if test "$no_cache" != 1; then
6838 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6841 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6842 echo "$as_me:$LINENO: result: yes" >&5
6843 echo "${ECHO_T}yes" >&6
6845 echo "$as_me:$LINENO: result: no" >&5
6846 echo "${ECHO_T}no" >&6
6851 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6852 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6854 # Check whether --enable-loggui or --disable-loggui was given.
6855 if test "${enable_loggui+set}" = set; then
6856 enableval="$enable_loggui"
6858 if test "$enableval" = yes; then
6859 ac_cv_use_loggui='wxUSE_LOGGUI
=yes'
6861 ac_cv_use_loggui='wxUSE_LOGGUI
=no
'
6866 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6867 if test "x$LINE" != x ; then
6868 eval "DEFAULT_$LINE"
6873 ac_cv_use_loggui='wxUSE_LOGGUI
='$DEFAULT_wxUSE_LOGGUI
6877 eval "$ac_cv_use_loggui"
6878 if test "$no_cache" != 1; then
6879 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6882 if test "$wxUSE_LOGGUI" = yes; then
6883 echo "$as_me:$LINENO: result: yes" >&5
6884 echo "${ECHO_T}yes" >&6
6886 echo "$as_me:$LINENO: result: no" >&5
6887 echo "${ECHO_T}no" >&6
6892 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6893 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6895 # Check whether --enable-logwin or --disable-logwin was given.
6896 if test "${enable_logwin+set}" = set; then
6897 enableval="$enable_logwin"
6899 if test "$enableval" = yes; then
6900 ac_cv_use_logwin='wxUSE_LOGWINDOW
=yes'
6902 ac_cv_use_logwin='wxUSE_LOGWINDOW
=no
'
6907 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6908 if test "x$LINE" != x ; then
6909 eval "DEFAULT_$LINE"
6914 ac_cv_use_logwin='wxUSE_LOGWINDOW
='$DEFAULT_wxUSE_LOGWINDOW
6918 eval "$ac_cv_use_logwin"
6919 if test "$no_cache" != 1; then
6920 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6923 if test "$wxUSE_LOGWINDOW" = yes; then
6924 echo "$as_me:$LINENO: result: yes" >&5
6925 echo "${ECHO_T}yes" >&6
6927 echo "$as_me:$LINENO: result: no" >&5
6928 echo "${ECHO_T}no" >&6
6933 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6934 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6936 # Check whether --enable-logdialog or --disable-logdialog was given.
6937 if test "${enable_logdialog+set}" = set; then
6938 enableval="$enable_logdialog"
6940 if test "$enableval" = yes; then
6941 ac_cv_use_logdialog='wxUSE_LOGDIALOG
=yes'
6943 ac_cv_use_logdialog='wxUSE_LOGDIALOG
=no
'
6948 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6949 if test "x$LINE" != x ; then
6950 eval "DEFAULT_$LINE"
6955 ac_cv_use_logdialog='wxUSE_LOGDIALOG
='$DEFAULT_wxUSE_LOGDIALOG
6959 eval "$ac_cv_use_logdialog"
6960 if test "$no_cache" != 1; then
6961 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6964 if test "$wxUSE_LOGDIALOG" = yes; then
6965 echo "$as_me:$LINENO: result: yes" >&5
6966 echo "${ECHO_T}yes" >&6
6968 echo "$as_me:$LINENO: result: no" >&5
6969 echo "${ECHO_T}no" >&6
6974 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6975 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6977 # Check whether --enable-webkit or --disable-webkit was given.
6978 if test "${enable_webkit+set}" = set; then
6979 enableval="$enable_webkit"
6981 if test "$enableval" = yes; then
6982 ac_cv_use_webkit='wxUSE_WEBKIT
=yes'
6984 ac_cv_use_webkit='wxUSE_WEBKIT
=no
'
6989 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6990 if test "x$LINE" != x ; then
6991 eval "DEFAULT_$LINE"
6996 ac_cv_use_webkit='wxUSE_WEBKIT
='$DEFAULT_wxUSE_WEBKIT
7000 eval "$ac_cv_use_webkit"
7001 if test "$no_cache" != 1; then
7002 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
7005 if test "$wxUSE_WEBKIT" = yes; then
7006 echo "$as_me:$LINENO: result: yes" >&5
7007 echo "${ECHO_T}yes" >&6
7009 echo "$as_me:$LINENO: result: no" >&5
7010 echo "${ECHO_T}no" >&6
7015 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
7016 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
7018 # Check whether --enable-html or --disable-html was given.
7019 if test "${enable_html+set}" = set; then
7020 enableval="$enable_html"
7022 if test "$enableval" = yes; then
7023 ac_cv_use_html='wxUSE_RICHTEXT
=yes'
7025 ac_cv_use_html='wxUSE_RICHTEXT
=no
'
7030 LINE=`grep "wxUSE_RICHTEXT" ${wx_arg_cache_file}`
7031 if test "x$LINE" != x ; then
7032 eval "DEFAULT_$LINE"
7037 ac_cv_use_html='wxUSE_RICHTEXT
='$DEFAULT_wxUSE_RICHTEXT
7041 eval "$ac_cv_use_html"
7042 if test "$no_cache" != 1; then
7043 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
7046 if test "$wxUSE_RICHTEXT" = yes; then
7047 echo "$as_me:$LINENO: result: yes" >&5
7048 echo "${ECHO_T}yes" >&6
7050 echo "$as_me:$LINENO: result: no" >&5
7051 echo "${ECHO_T}no" >&6
7057 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
7058 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
7060 # Check whether --enable-postscript or --disable-postscript was given.
7061 if test "${enable_postscript+set}" = set; then
7062 enableval="$enable_postscript"
7064 if test "$enableval" = yes; then
7065 ac_cv_use_postscript='wxUSE_POSTSCRIPT
=yes'
7067 ac_cv_use_postscript='wxUSE_POSTSCRIPT
=no
'
7072 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
7073 if test "x$LINE" != x ; then
7074 eval "DEFAULT_$LINE"
7079 ac_cv_use_postscript='wxUSE_POSTSCRIPT
='$DEFAULT_wxUSE_POSTSCRIPT
7083 eval "$ac_cv_use_postscript"
7084 if test "$no_cache" != 1; then
7085 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
7088 if test "$wxUSE_POSTSCRIPT" = yes; then
7089 echo "$as_me:$LINENO: result: yes" >&5
7090 echo "${ECHO_T}yes" >&6
7092 echo "$as_me:$LINENO: result: no" >&5
7093 echo "${ECHO_T}no" >&6
7101 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7102 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7104 # Check whether --enable-prologio or --disable-prologio was given.
7105 if test "${enable_prologio+set}" = set; then
7106 enableval="$enable_prologio"
7108 if test "$enableval" = yes; then
7109 ac_cv_use_prologio='wxUSE_PROLOGIO
=yes'
7111 ac_cv_use_prologio='wxUSE_PROLOGIO
=no
'
7116 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7117 if test "x$LINE" != x ; then
7118 eval "DEFAULT_$LINE"
7123 ac_cv_use_prologio='wxUSE_PROLOGIO
='$DEFAULT_wxUSE_PROLOGIO
7127 eval "$ac_cv_use_prologio"
7128 if test "$no_cache" != 1; then
7129 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7132 if test "$wxUSE_PROLOGIO" = yes; then
7133 echo "$as_me:$LINENO: result: yes" >&5
7134 echo "${ECHO_T}yes" >&6
7136 echo "$as_me:$LINENO: result: no" >&5
7137 echo "${ECHO_T}no" >&6
7142 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7143 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7145 # Check whether --enable-resources or --disable-resources was given.
7146 if test "${enable_resources+set}" = set; then
7147 enableval="$enable_resources"
7149 if test "$enableval" = yes; then
7150 ac_cv_use_resources='wxUSE_RESOURCES
=yes'
7152 ac_cv_use_resources='wxUSE_RESOURCES
=no
'
7157 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7158 if test "x$LINE" != x ; then
7159 eval "DEFAULT_$LINE"
7164 ac_cv_use_resources='wxUSE_RESOURCES
='$DEFAULT_wxUSE_RESOURCES
7168 eval "$ac_cv_use_resources"
7169 if test "$no_cache" != 1; then
7170 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7173 if test "$wxUSE_RESOURCES" = yes; then
7174 echo "$as_me:$LINENO: result: yes" >&5
7175 echo "${ECHO_T}yes" >&6
7177 echo "$as_me:$LINENO: result: no" >&5
7178 echo "${ECHO_T}no" >&6
7185 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7186 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7188 # Check whether --enable-clipboard or --disable-clipboard was given.
7189 if test "${enable_clipboard+set}" = set; then
7190 enableval="$enable_clipboard"
7192 if test "$enableval" = yes; then
7193 ac_cv_use_clipboard='wxUSE_CLIPBOARD
=yes'
7195 ac_cv_use_clipboard='wxUSE_CLIPBOARD
=no
'
7200 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7201 if test "x$LINE" != x ; then
7202 eval "DEFAULT_$LINE"
7207 ac_cv_use_clipboard='wxUSE_CLIPBOARD
='$DEFAULT_wxUSE_CLIPBOARD
7211 eval "$ac_cv_use_clipboard"
7212 if test "$no_cache" != 1; then
7213 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7216 if test "$wxUSE_CLIPBOARD" = yes; then
7217 echo "$as_me:$LINENO: result: yes" >&5
7218 echo "${ECHO_T}yes" >&6
7220 echo "$as_me:$LINENO: result: no" >&5
7221 echo "${ECHO_T}no" >&6
7226 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7227 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7229 # Check whether --enable-dnd or --disable-dnd was given.
7230 if test "${enable_dnd+set}" = set; then
7231 enableval="$enable_dnd"
7233 if test "$enableval" = yes; then
7234 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP
=yes'
7236 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP
=no
'
7241 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7242 if test "x$LINE" != x ; then
7243 eval "DEFAULT_$LINE"
7248 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP
='$DEFAULT_wxUSE_DRAG_AND_DROP
7252 eval "$ac_cv_use_dnd"
7253 if test "$no_cache" != 1; then
7254 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7257 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7258 echo "$as_me:$LINENO: result: yes" >&5
7259 echo "${ECHO_T}yes" >&6
7261 echo "$as_me:$LINENO: result: no" >&5
7262 echo "${ECHO_T}no" >&6
7267 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7268 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7270 # Check whether --enable-metafile or --disable-metafile was given.
7271 if test "${enable_metafile+set}" = set; then
7272 enableval="$enable_metafile"
7274 if test "$enableval" = yes; then
7275 ac_cv_use_metafile='wxUSE_METAFILE
=yes'
7277 ac_cv_use_metafile='wxUSE_METAFILE
=no
'
7282 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7283 if test "x$LINE" != x ; then
7284 eval "DEFAULT_$LINE"
7289 ac_cv_use_metafile='wxUSE_METAFILE
='$DEFAULT_wxUSE_METAFILE
7293 eval "$ac_cv_use_metafile"
7294 if test "$no_cache" != 1; then
7295 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7298 if test "$wxUSE_METAFILE" = yes; then
7299 echo "$as_me:$LINENO: result: yes" >&5
7300 echo "${ECHO_T}yes" >&6
7302 echo "$as_me:$LINENO: result: no" >&5
7303 echo "${ECHO_T}no" >&6
7311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7312 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7314 # Check whether --enable-controls or --disable-controls was given.
7315 if test "${enable_controls+set}" = set; then
7316 enableval="$enable_controls"
7318 if test "$enableval" = yes; then
7319 ac_cv_use_controls='wxUSE_CONTROLS
=yes'
7321 ac_cv_use_controls='wxUSE_CONTROLS
=no
'
7326 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7327 if test "x$LINE" != x ; then
7328 eval "DEFAULT_$LINE"
7333 ac_cv_use_controls='wxUSE_CONTROLS
='$DEFAULT_wxUSE_CONTROLS
7337 eval "$ac_cv_use_controls"
7338 if test "$no_cache" != 1; then
7339 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7342 if test "$wxUSE_CONTROLS" = yes; then
7343 echo "$as_me:$LINENO: result: yes" >&5
7344 echo "${ECHO_T}yes" >&6
7346 echo "$as_me:$LINENO: result: no" >&5
7347 echo "${ECHO_T}no" >&6
7351 if test "$wxUSE_CONTROLS" = "yes"; then
7352 DEFAULT_wxUSE_ACCEL=yes
7353 DEFAULT_wxUSE_BMPBUTTON=yes
7354 DEFAULT_wxUSE_BUTTON=yes
7355 DEFAULT_wxUSE_CALCTRL=yes
7356 DEFAULT_wxUSE_CARET=yes
7357 DEFAULT_wxUSE_COMBOBOX=yes
7358 DEFAULT_wxUSE_CHECKBOX=yes
7359 DEFAULT_wxUSE_CHECKLISTBOX=yes
7360 DEFAULT_wxUSE_CHOICE=yes
7361 DEFAULT_wxUSE_CHOICEBOOK=yes
7362 DEFAULT_wxUSE_DATEPICKCTRL=yes
7363 DEFAULT_wxUSE_GAUGE=yes
7364 DEFAULT_wxUSE_GRID=yes
7365 DEFAULT_wxUSE_IMAGLIST=yes
7366 DEFAULT_wxUSE_LISTBOOK=yes
7367 DEFAULT_wxUSE_LISTBOX=yes
7368 DEFAULT_wxUSE_LISTCTRL=yes
7369 DEFAULT_wxUSE_NOTEBOOK=yes
7370 DEFAULT_wxUSE_RADIOBOX=yes
7371 DEFAULT_wxUSE_RADIOBTN=yes
7372 DEFAULT_wxUSE_SASH=yes
7373 DEFAULT_wxUSE_SCROLLBAR=yes
7374 DEFAULT_wxUSE_SLIDER=yes
7375 DEFAULT_wxUSE_SPINBTN=yes
7376 DEFAULT_wxUSE_SPINCTRL=yes
7377 DEFAULT_wxUSE_SPLITTER=yes
7378 DEFAULT_wxUSE_STATBMP=yes
7379 DEFAULT_wxUSE_STATBOX=yes
7380 DEFAULT_wxUSE_STATLINE=yes
7381 DEFAULT_wxUSE_STATUSBAR=yes
7382 DEFAULT_wxUSE_TAB_DIALOG=yes
7383 DEFAULT_wxUSE_TOGGLEBTN=yes
7384 DEFAULT_wxUSE_TOOLBAR=yes
7385 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7386 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7387 DEFAULT_wxUSE_TOOLTIPS=yes
7388 DEFAULT_wxUSE_TREEBOOK=yes
7389 DEFAULT_wxUSE_TREECTRL=yes
7390 DEFAULT_wxUSE_POPUPWIN=yes
7391 DEFAULT_wxUSE_TIPWINDOW=yes
7392 elif test "$wxUSE_CONTROLS" = "no"; then
7393 DEFAULT_wxUSE_ACCEL=no
7394 DEFAULT_wxUSE_BMPBUTTON=no
7395 DEFAULT_wxUSE_BUTTON=no
7396 DEFAULT_wxUSE_CALCTRL=no
7397 DEFAULT_wxUSE_CARET=no
7398 DEFAULT_wxUSE_COMBOBOX=no
7399 DEFAULT_wxUSE_CHECKBOX=no
7400 DEFAULT_wxUSE_CHECKLISTBOX=no
7401 DEFAULT_wxUSE_CHOICE=no
7402 DEFAULT_wxUSE_CHOICEBOOK=no
7403 DEFAULT_wxUSE_DATEPICKCTRL=no
7404 DEFAULT_wxUSE_GAUGE=no
7405 DEFAULT_wxUSE_GRID=no
7406 DEFAULT_wxUSE_IMAGLIST=no
7407 DEFAULT_wxUSE_LISTBOOK=no
7408 DEFAULT_wxUSE_LISTBOX=no
7409 DEFAULT_wxUSE_LISTCTRL=no
7410 DEFAULT_wxUSE_NOTEBOOK=no
7411 DEFAULT_wxUSE_RADIOBOX=no
7412 DEFAULT_wxUSE_RADIOBTN=no
7413 DEFAULT_wxUSE_SASH=no
7414 DEFAULT_wxUSE_SCROLLBAR=no
7415 DEFAULT_wxUSE_SLIDER=no
7416 DEFAULT_wxUSE_SPINBTN=no
7417 DEFAULT_wxUSE_SPINCTRL=no
7418 DEFAULT_wxUSE_SPLITTER=no
7419 DEFAULT_wxUSE_STATBMP=no
7420 DEFAULT_wxUSE_STATBOX=no
7421 DEFAULT_wxUSE_STATLINE=no
7422 DEFAULT_wxUSE_STATUSBAR=no
7423 DEFAULT_wxUSE_TAB_DIALOG=no
7424 DEFAULT_wxUSE_TOGGLEBTN=no
7425 DEFAULT_wxUSE_TOOLBAR=no
7426 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7427 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7428 DEFAULT_wxUSE_TOOLTIPS=no
7429 DEFAULT_wxUSE_TREEBOOK=no
7430 DEFAULT_wxUSE_TREECTRL=no
7431 DEFAULT_wxUSE_POPUPWIN=no
7432 DEFAULT_wxUSE_TIPWINDOW=no
7437 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7438 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7440 # Check whether --enable-accel or --disable-accel was given.
7441 if test "${enable_accel+set}" = set; then
7442 enableval="$enable_accel"
7444 if test "$enableval" = yes; then
7445 ac_cv_use_accel='wxUSE_ACCEL
=yes'
7447 ac_cv_use_accel='wxUSE_ACCEL
=no
'
7452 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7453 if test "x$LINE" != x ; then
7454 eval "DEFAULT_$LINE"
7459 ac_cv_use_accel='wxUSE_ACCEL
='$DEFAULT_wxUSE_ACCEL
7463 eval "$ac_cv_use_accel"
7464 if test "$no_cache" != 1; then
7465 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7468 if test "$wxUSE_ACCEL" = yes; then
7469 echo "$as_me:$LINENO: result: yes" >&5
7470 echo "${ECHO_T}yes" >&6
7472 echo "$as_me:$LINENO: result: no" >&5
7473 echo "${ECHO_T}no" >&6
7478 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7479 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7481 # Check whether --enable-button or --disable-button was given.
7482 if test "${enable_button+set}" = set; then
7483 enableval="$enable_button"
7485 if test "$enableval" = yes; then
7486 ac_cv_use_button='wxUSE_BUTTON
=yes'
7488 ac_cv_use_button='wxUSE_BUTTON
=no
'
7493 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7494 if test "x$LINE" != x ; then
7495 eval "DEFAULT_$LINE"
7500 ac_cv_use_button='wxUSE_BUTTON
='$DEFAULT_wxUSE_BUTTON
7504 eval "$ac_cv_use_button"
7505 if test "$no_cache" != 1; then
7506 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7509 if test "$wxUSE_BUTTON" = yes; then
7510 echo "$as_me:$LINENO: result: yes" >&5
7511 echo "${ECHO_T}yes" >&6
7513 echo "$as_me:$LINENO: result: no" >&5
7514 echo "${ECHO_T}no" >&6
7519 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7520 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7522 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7523 if test "${enable_bmpbutton+set}" = set; then
7524 enableval="$enable_bmpbutton"
7526 if test "$enableval" = yes; then
7527 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON
=yes'
7529 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON
=no
'
7534 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7535 if test "x$LINE" != x ; then
7536 eval "DEFAULT_$LINE"
7541 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON
='$DEFAULT_wxUSE_BMPBUTTON
7545 eval "$ac_cv_use_bmpbutton"
7546 if test "$no_cache" != 1; then
7547 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7550 if test "$wxUSE_BMPBUTTON" = yes; then
7551 echo "$as_me:$LINENO: result: yes" >&5
7552 echo "${ECHO_T}yes" >&6
7554 echo "$as_me:$LINENO: result: no" >&5
7555 echo "${ECHO_T}no" >&6
7560 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7561 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7563 # Check whether --enable-calendar or --disable-calendar was given.
7564 if test "${enable_calendar+set}" = set; then
7565 enableval="$enable_calendar"
7567 if test "$enableval" = yes; then
7568 ac_cv_use_calendar='wxUSE_CALCTRL
=yes'
7570 ac_cv_use_calendar='wxUSE_CALCTRL
=no
'
7575 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7576 if test "x$LINE" != x ; then
7577 eval "DEFAULT_$LINE"
7582 ac_cv_use_calendar='wxUSE_CALCTRL
='$DEFAULT_wxUSE_CALCTRL
7586 eval "$ac_cv_use_calendar"
7587 if test "$no_cache" != 1; then
7588 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7591 if test "$wxUSE_CALCTRL" = yes; then
7592 echo "$as_me:$LINENO: result: yes" >&5
7593 echo "${ECHO_T}yes" >&6
7595 echo "$as_me:$LINENO: result: no" >&5
7596 echo "${ECHO_T}no" >&6
7601 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7602 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7604 # Check whether --enable-caret or --disable-caret was given.
7605 if test "${enable_caret+set}" = set; then
7606 enableval="$enable_caret"
7608 if test "$enableval" = yes; then
7609 ac_cv_use_caret='wxUSE_CARET
=yes'
7611 ac_cv_use_caret='wxUSE_CARET
=no
'
7616 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7617 if test "x$LINE" != x ; then
7618 eval "DEFAULT_$LINE"
7623 ac_cv_use_caret='wxUSE_CARET
='$DEFAULT_wxUSE_CARET
7627 eval "$ac_cv_use_caret"
7628 if test "$no_cache" != 1; then
7629 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7632 if test "$wxUSE_CARET" = yes; then
7633 echo "$as_me:$LINENO: result: yes" >&5
7634 echo "${ECHO_T}yes" >&6
7636 echo "$as_me:$LINENO: result: no" >&5
7637 echo "${ECHO_T}no" >&6
7642 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7643 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7645 # Check whether --enable-checkbox or --disable-checkbox was given.
7646 if test "${enable_checkbox+set}" = set; then
7647 enableval="$enable_checkbox"
7649 if test "$enableval" = yes; then
7650 ac_cv_use_checkbox='wxUSE_CHECKBOX
=yes'
7652 ac_cv_use_checkbox='wxUSE_CHECKBOX
=no
'
7657 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7658 if test "x$LINE" != x ; then
7659 eval "DEFAULT_$LINE"
7664 ac_cv_use_checkbox='wxUSE_CHECKBOX
='$DEFAULT_wxUSE_CHECKBOX
7668 eval "$ac_cv_use_checkbox"
7669 if test "$no_cache" != 1; then
7670 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7673 if test "$wxUSE_CHECKBOX" = yes; then
7674 echo "$as_me:$LINENO: result: yes" >&5
7675 echo "${ECHO_T}yes" >&6
7677 echo "$as_me:$LINENO: result: no" >&5
7678 echo "${ECHO_T}no" >&6
7683 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7684 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7686 # Check whether --enable-checklst or --disable-checklst was given.
7687 if test "${enable_checklst+set}" = set; then
7688 enableval="$enable_checklst"
7690 if test "$enableval" = yes; then
7691 ac_cv_use_checklst='wxUSE_CHECKLST
=yes'
7693 ac_cv_use_checklst='wxUSE_CHECKLST
=no
'
7698 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7699 if test "x$LINE" != x ; then
7700 eval "DEFAULT_$LINE"
7705 ac_cv_use_checklst='wxUSE_CHECKLST
='$DEFAULT_wxUSE_CHECKLST
7709 eval "$ac_cv_use_checklst"
7710 if test "$no_cache" != 1; then
7711 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7714 if test "$wxUSE_CHECKLST" = yes; then
7715 echo "$as_me:$LINENO: result: yes" >&5
7716 echo "${ECHO_T}yes" >&6
7718 echo "$as_me:$LINENO: result: no" >&5
7719 echo "${ECHO_T}no" >&6
7724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7725 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7727 # Check whether --enable-choice or --disable-choice was given.
7728 if test "${enable_choice+set}" = set; then
7729 enableval="$enable_choice"
7731 if test "$enableval" = yes; then
7732 ac_cv_use_choice='wxUSE_CHOICE
=yes'
7734 ac_cv_use_choice='wxUSE_CHOICE
=no
'
7739 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7740 if test "x$LINE" != x ; then
7741 eval "DEFAULT_$LINE"
7746 ac_cv_use_choice='wxUSE_CHOICE
='$DEFAULT_wxUSE_CHOICE
7750 eval "$ac_cv_use_choice"
7751 if test "$no_cache" != 1; then
7752 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7755 if test "$wxUSE_CHOICE" = yes; then
7756 echo "$as_me:$LINENO: result: yes" >&5
7757 echo "${ECHO_T}yes" >&6
7759 echo "$as_me:$LINENO: result: no" >&5
7760 echo "${ECHO_T}no" >&6
7765 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7766 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7768 # Check whether --enable-choicebook or --disable-choicebook was given.
7769 if test "${enable_choicebook+set}" = set; then
7770 enableval="$enable_choicebook"
7772 if test "$enableval" = yes; then
7773 ac_cv_use_choicebook='wxUSE_CHOICEBOOK
=yes'
7775 ac_cv_use_choicebook='wxUSE_CHOICEBOOK
=no
'
7780 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7781 if test "x$LINE" != x ; then
7782 eval "DEFAULT_$LINE"
7787 ac_cv_use_choicebook='wxUSE_CHOICEBOOK
='$DEFAULT_wxUSE_CHOICEBOOK
7791 eval "$ac_cv_use_choicebook"
7792 if test "$no_cache" != 1; then
7793 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7796 if test "$wxUSE_CHOICEBOOK" = yes; then
7797 echo "$as_me:$LINENO: result: yes" >&5
7798 echo "${ECHO_T}yes" >&6
7800 echo "$as_me:$LINENO: result: no" >&5
7801 echo "${ECHO_T}no" >&6
7806 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7807 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7809 # Check whether --enable-combobox or --disable-combobox was given.
7810 if test "${enable_combobox+set}" = set; then
7811 enableval="$enable_combobox"
7813 if test "$enableval" = yes; then
7814 ac_cv_use_combobox='wxUSE_COMBOBOX
=yes'
7816 ac_cv_use_combobox='wxUSE_COMBOBOX
=no
'
7821 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7822 if test "x$LINE" != x ; then
7823 eval "DEFAULT_$LINE"
7828 ac_cv_use_combobox='wxUSE_COMBOBOX
='$DEFAULT_wxUSE_COMBOBOX
7832 eval "$ac_cv_use_combobox"
7833 if test "$no_cache" != 1; then
7834 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7837 if test "$wxUSE_COMBOBOX" = yes; then
7838 echo "$as_me:$LINENO: result: yes" >&5
7839 echo "${ECHO_T}yes" >&6
7841 echo "$as_me:$LINENO: result: no" >&5
7842 echo "${ECHO_T}no" >&6
7847 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7848 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7850 # Check whether --enable-datepick or --disable-datepick was given.
7851 if test "${enable_datepick+set}" = set; then
7852 enableval="$enable_datepick"
7854 if test "$enableval" = yes; then
7855 ac_cv_use_datepick='wxUSE_DATEPICKCTRL
=yes'
7857 ac_cv_use_datepick='wxUSE_DATEPICKCTRL
=no
'
7862 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7863 if test "x$LINE" != x ; then
7864 eval "DEFAULT_$LINE"
7869 ac_cv_use_datepick='wxUSE_DATEPICKCTRL
='$DEFAULT_wxUSE_DATEPICKCTRL
7873 eval "$ac_cv_use_datepick"
7874 if test "$no_cache" != 1; then
7875 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7878 if test "$wxUSE_DATEPICKCTRL" = yes; then
7879 echo "$as_me:$LINENO: result: yes" >&5
7880 echo "${ECHO_T}yes" >&6
7882 echo "$as_me:$LINENO: result: no" >&5
7883 echo "${ECHO_T}no" >&6
7888 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7889 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7891 # Check whether --enable-display or --disable-display was given.
7892 if test "${enable_display+set}" = set; then
7893 enableval="$enable_display"
7895 if test "$enableval" = yes; then
7896 ac_cv_use_display='wxUSE_DISPLAY
=yes'
7898 ac_cv_use_display='wxUSE_DISPLAY
=no
'
7903 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7904 if test "x$LINE" != x ; then
7905 eval "DEFAULT_$LINE"
7910 ac_cv_use_display='wxUSE_DISPLAY
='$DEFAULT_wxUSE_DISPLAY
7914 eval "$ac_cv_use_display"
7915 if test "$no_cache" != 1; then
7916 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7919 if test "$wxUSE_DISPLAY" = yes; then
7920 echo "$as_me:$LINENO: result: yes" >&5
7921 echo "${ECHO_T}yes" >&6
7923 echo "$as_me:$LINENO: result: no" >&5
7924 echo "${ECHO_T}no" >&6
7929 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7930 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7932 # Check whether --enable-gauge or --disable-gauge was given.
7933 if test "${enable_gauge+set}" = set; then
7934 enableval="$enable_gauge"
7936 if test "$enableval" = yes; then
7937 ac_cv_use_gauge='wxUSE_GAUGE
=yes'
7939 ac_cv_use_gauge='wxUSE_GAUGE
=no
'
7944 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7945 if test "x$LINE" != x ; then
7946 eval "DEFAULT_$LINE"
7951 ac_cv_use_gauge='wxUSE_GAUGE
='$DEFAULT_wxUSE_GAUGE
7955 eval "$ac_cv_use_gauge"
7956 if test "$no_cache" != 1; then
7957 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7960 if test "$wxUSE_GAUGE" = yes; then
7961 echo "$as_me:$LINENO: result: yes" >&5
7962 echo "${ECHO_T}yes" >&6
7964 echo "$as_me:$LINENO: result: no" >&5
7965 echo "${ECHO_T}no" >&6
7970 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7971 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7973 # Check whether --enable-grid or --disable-grid was given.
7974 if test "${enable_grid+set}" = set; then
7975 enableval="$enable_grid"
7977 if test "$enableval" = yes; then
7978 ac_cv_use_grid='wxUSE_GRID
=yes'
7980 ac_cv_use_grid='wxUSE_GRID
=no
'
7985 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7986 if test "x$LINE" != x ; then
7987 eval "DEFAULT_$LINE"
7992 ac_cv_use_grid='wxUSE_GRID
='$DEFAULT_wxUSE_GRID
7996 eval "$ac_cv_use_grid"
7997 if test "$no_cache" != 1; then
7998 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
8001 if test "$wxUSE_GRID" = yes; then
8002 echo "$as_me:$LINENO: result: yes" >&5
8003 echo "${ECHO_T}yes" >&6
8005 echo "$as_me:$LINENO: result: no" >&5
8006 echo "${ECHO_T}no" >&6
8011 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
8012 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
8014 # Check whether --enable-imaglist or --disable-imaglist was given.
8015 if test "${enable_imaglist+set}" = set; then
8016 enableval="$enable_imaglist"
8018 if test "$enableval" = yes; then
8019 ac_cv_use_imaglist='wxUSE_IMAGLIST
=yes'
8021 ac_cv_use_imaglist='wxUSE_IMAGLIST
=no
'
8026 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
8027 if test "x$LINE" != x ; then
8028 eval "DEFAULT_$LINE"
8033 ac_cv_use_imaglist='wxUSE_IMAGLIST
='$DEFAULT_wxUSE_IMAGLIST
8037 eval "$ac_cv_use_imaglist"
8038 if test "$no_cache" != 1; then
8039 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
8042 if test "$wxUSE_IMAGLIST" = yes; then
8043 echo "$as_me:$LINENO: result: yes" >&5
8044 echo "${ECHO_T}yes" >&6
8046 echo "$as_me:$LINENO: result: no" >&5
8047 echo "${ECHO_T}no" >&6
8052 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
8053 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
8055 # Check whether --enable-listbook or --disable-listbook was given.
8056 if test "${enable_listbook+set}" = set; then
8057 enableval="$enable_listbook"
8059 if test "$enableval" = yes; then
8060 ac_cv_use_listbook='wxUSE_LISTBOOK
=yes'
8062 ac_cv_use_listbook='wxUSE_LISTBOOK
=no
'
8067 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
8068 if test "x$LINE" != x ; then
8069 eval "DEFAULT_$LINE"
8074 ac_cv_use_listbook='wxUSE_LISTBOOK
='$DEFAULT_wxUSE_LISTBOOK
8078 eval "$ac_cv_use_listbook"
8079 if test "$no_cache" != 1; then
8080 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
8083 if test "$wxUSE_LISTBOOK" = yes; then
8084 echo "$as_me:$LINENO: result: yes" >&5
8085 echo "${ECHO_T}yes" >&6
8087 echo "$as_me:$LINENO: result: no" >&5
8088 echo "${ECHO_T}no" >&6
8093 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
8094 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
8096 # Check whether --enable-listbox or --disable-listbox was given.
8097 if test "${enable_listbox+set}" = set; then
8098 enableval="$enable_listbox"
8100 if test "$enableval" = yes; then
8101 ac_cv_use_listbox='wxUSE_LISTBOX
=yes'
8103 ac_cv_use_listbox='wxUSE_LISTBOX
=no
'
8108 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8109 if test "x$LINE" != x ; then
8110 eval "DEFAULT_$LINE"
8115 ac_cv_use_listbox='wxUSE_LISTBOX
='$DEFAULT_wxUSE_LISTBOX
8119 eval "$ac_cv_use_listbox"
8120 if test "$no_cache" != 1; then
8121 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8124 if test "$wxUSE_LISTBOX" = yes; then
8125 echo "$as_me:$LINENO: result: yes" >&5
8126 echo "${ECHO_T}yes" >&6
8128 echo "$as_me:$LINENO: result: no" >&5
8129 echo "${ECHO_T}no" >&6
8134 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8135 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8137 # Check whether --enable-listctrl or --disable-listctrl was given.
8138 if test "${enable_listctrl+set}" = set; then
8139 enableval="$enable_listctrl"
8141 if test "$enableval" = yes; then
8142 ac_cv_use_listctrl='wxUSE_LISTCTRL
=yes'
8144 ac_cv_use_listctrl='wxUSE_LISTCTRL
=no
'
8149 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8150 if test "x$LINE" != x ; then
8151 eval "DEFAULT_$LINE"
8156 ac_cv_use_listctrl='wxUSE_LISTCTRL
='$DEFAULT_wxUSE_LISTCTRL
8160 eval "$ac_cv_use_listctrl"
8161 if test "$no_cache" != 1; then
8162 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8165 if test "$wxUSE_LISTCTRL" = yes; then
8166 echo "$as_me:$LINENO: result: yes" >&5
8167 echo "${ECHO_T}yes" >&6
8169 echo "$as_me:$LINENO: result: no" >&5
8170 echo "${ECHO_T}no" >&6
8175 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8176 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8178 # Check whether --enable-notebook or --disable-notebook was given.
8179 if test "${enable_notebook+set}" = set; then
8180 enableval="$enable_notebook"
8182 if test "$enableval" = yes; then
8183 ac_cv_use_notebook='wxUSE_NOTEBOOK
=yes'
8185 ac_cv_use_notebook='wxUSE_NOTEBOOK
=no
'
8190 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8191 if test "x$LINE" != x ; then
8192 eval "DEFAULT_$LINE"
8197 ac_cv_use_notebook='wxUSE_NOTEBOOK
='$DEFAULT_wxUSE_NOTEBOOK
8201 eval "$ac_cv_use_notebook"
8202 if test "$no_cache" != 1; then
8203 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8206 if test "$wxUSE_NOTEBOOK" = yes; then
8207 echo "$as_me:$LINENO: result: yes" >&5
8208 echo "${ECHO_T}yes" >&6
8210 echo "$as_me:$LINENO: result: no" >&5
8211 echo "${ECHO_T}no" >&6
8216 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8217 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8219 # Check whether --enable-radiobox or --disable-radiobox was given.
8220 if test "${enable_radiobox+set}" = set; then
8221 enableval="$enable_radiobox"
8223 if test "$enableval" = yes; then
8224 ac_cv_use_radiobox='wxUSE_RADIOBOX
=yes'
8226 ac_cv_use_radiobox='wxUSE_RADIOBOX
=no
'
8231 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8232 if test "x$LINE" != x ; then
8233 eval "DEFAULT_$LINE"
8238 ac_cv_use_radiobox='wxUSE_RADIOBOX
='$DEFAULT_wxUSE_RADIOBOX
8242 eval "$ac_cv_use_radiobox"
8243 if test "$no_cache" != 1; then
8244 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8247 if test "$wxUSE_RADIOBOX" = yes; then
8248 echo "$as_me:$LINENO: result: yes" >&5
8249 echo "${ECHO_T}yes" >&6
8251 echo "$as_me:$LINENO: result: no" >&5
8252 echo "${ECHO_T}no" >&6
8257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8258 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8260 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8261 if test "${enable_radiobtn+set}" = set; then
8262 enableval="$enable_radiobtn"
8264 if test "$enableval" = yes; then
8265 ac_cv_use_radiobtn='wxUSE_RADIOBTN
=yes'
8267 ac_cv_use_radiobtn='wxUSE_RADIOBTN
=no
'
8272 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8273 if test "x$LINE" != x ; then
8274 eval "DEFAULT_$LINE"
8279 ac_cv_use_radiobtn='wxUSE_RADIOBTN
='$DEFAULT_wxUSE_RADIOBTN
8283 eval "$ac_cv_use_radiobtn"
8284 if test "$no_cache" != 1; then
8285 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8288 if test "$wxUSE_RADIOBTN" = yes; then
8289 echo "$as_me:$LINENO: result: yes" >&5
8290 echo "${ECHO_T}yes" >&6
8292 echo "$as_me:$LINENO: result: no" >&5
8293 echo "${ECHO_T}no" >&6
8298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8299 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8301 # Check whether --enable-sash or --disable-sash was given.
8302 if test "${enable_sash+set}" = set; then
8303 enableval="$enable_sash"
8305 if test "$enableval" = yes; then
8306 ac_cv_use_sash='wxUSE_SASH
=yes'
8308 ac_cv_use_sash='wxUSE_SASH
=no
'
8313 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8314 if test "x$LINE" != x ; then
8315 eval "DEFAULT_$LINE"
8320 ac_cv_use_sash='wxUSE_SASH
='$DEFAULT_wxUSE_SASH
8324 eval "$ac_cv_use_sash"
8325 if test "$no_cache" != 1; then
8326 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8329 if test "$wxUSE_SASH" = yes; then
8330 echo "$as_me:$LINENO: result: yes" >&5
8331 echo "${ECHO_T}yes" >&6
8333 echo "$as_me:$LINENO: result: no" >&5
8334 echo "${ECHO_T}no" >&6
8339 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8340 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8342 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8343 if test "${enable_scrollbar+set}" = set; then
8344 enableval="$enable_scrollbar"
8346 if test "$enableval" = yes; then
8347 ac_cv_use_scrollbar='wxUSE_SCROLLBAR
=yes'
8349 ac_cv_use_scrollbar='wxUSE_SCROLLBAR
=no
'
8354 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8355 if test "x$LINE" != x ; then
8356 eval "DEFAULT_$LINE"
8361 ac_cv_use_scrollbar='wxUSE_SCROLLBAR
='$DEFAULT_wxUSE_SCROLLBAR
8365 eval "$ac_cv_use_scrollbar"
8366 if test "$no_cache" != 1; then
8367 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8370 if test "$wxUSE_SCROLLBAR" = yes; then
8371 echo "$as_me:$LINENO: result: yes" >&5
8372 echo "${ECHO_T}yes" >&6
8374 echo "$as_me:$LINENO: result: no" >&5
8375 echo "${ECHO_T}no" >&6
8380 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8381 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8383 # Check whether --enable-slider or --disable-slider was given.
8384 if test "${enable_slider+set}" = set; then
8385 enableval="$enable_slider"
8387 if test "$enableval" = yes; then
8388 ac_cv_use_slider='wxUSE_SLIDER
=yes'
8390 ac_cv_use_slider='wxUSE_SLIDER
=no
'
8395 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8396 if test "x$LINE" != x ; then
8397 eval "DEFAULT_$LINE"
8402 ac_cv_use_slider='wxUSE_SLIDER
='$DEFAULT_wxUSE_SLIDER
8406 eval "$ac_cv_use_slider"
8407 if test "$no_cache" != 1; then
8408 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8411 if test "$wxUSE_SLIDER" = yes; then
8412 echo "$as_me:$LINENO: result: yes" >&5
8413 echo "${ECHO_T}yes" >&6
8415 echo "$as_me:$LINENO: result: no" >&5
8416 echo "${ECHO_T}no" >&6
8421 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8422 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8424 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8425 if test "${enable_spinbtn+set}" = set; then
8426 enableval="$enable_spinbtn"
8428 if test "$enableval" = yes; then
8429 ac_cv_use_spinbtn='wxUSE_SPINBTN
=yes'
8431 ac_cv_use_spinbtn='wxUSE_SPINBTN
=no
'
8436 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8437 if test "x$LINE" != x ; then
8438 eval "DEFAULT_$LINE"
8443 ac_cv_use_spinbtn='wxUSE_SPINBTN
='$DEFAULT_wxUSE_SPINBTN
8447 eval "$ac_cv_use_spinbtn"
8448 if test "$no_cache" != 1; then
8449 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8452 if test "$wxUSE_SPINBTN" = yes; then
8453 echo "$as_me:$LINENO: result: yes" >&5
8454 echo "${ECHO_T}yes" >&6
8456 echo "$as_me:$LINENO: result: no" >&5
8457 echo "${ECHO_T}no" >&6
8462 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8463 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8465 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8466 if test "${enable_spinctrl+set}" = set; then
8467 enableval="$enable_spinctrl"
8469 if test "$enableval" = yes; then
8470 ac_cv_use_spinctrl='wxUSE_SPINCTRL
=yes'
8472 ac_cv_use_spinctrl='wxUSE_SPINCTRL
=no
'
8477 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8478 if test "x$LINE" != x ; then
8479 eval "DEFAULT_$LINE"
8484 ac_cv_use_spinctrl='wxUSE_SPINCTRL
='$DEFAULT_wxUSE_SPINCTRL
8488 eval "$ac_cv_use_spinctrl"
8489 if test "$no_cache" != 1; then
8490 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8493 if test "$wxUSE_SPINCTRL" = yes; then
8494 echo "$as_me:$LINENO: result: yes" >&5
8495 echo "${ECHO_T}yes" >&6
8497 echo "$as_me:$LINENO: result: no" >&5
8498 echo "${ECHO_T}no" >&6
8503 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8504 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8506 # Check whether --enable-splitter or --disable-splitter was given.
8507 if test "${enable_splitter+set}" = set; then
8508 enableval="$enable_splitter"
8510 if test "$enableval" = yes; then
8511 ac_cv_use_splitter='wxUSE_SPLITTER
=yes'
8513 ac_cv_use_splitter='wxUSE_SPLITTER
=no
'
8518 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8519 if test "x$LINE" != x ; then
8520 eval "DEFAULT_$LINE"
8525 ac_cv_use_splitter='wxUSE_SPLITTER
='$DEFAULT_wxUSE_SPLITTER
8529 eval "$ac_cv_use_splitter"
8530 if test "$no_cache" != 1; then
8531 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8534 if test "$wxUSE_SPLITTER" = yes; then
8535 echo "$as_me:$LINENO: result: yes" >&5
8536 echo "${ECHO_T}yes" >&6
8538 echo "$as_me:$LINENO: result: no" >&5
8539 echo "${ECHO_T}no" >&6
8544 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8545 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8547 # Check whether --enable-statbmp or --disable-statbmp was given.
8548 if test "${enable_statbmp+set}" = set; then
8549 enableval="$enable_statbmp"
8551 if test "$enableval" = yes; then
8552 ac_cv_use_statbmp='wxUSE_STATBMP
=yes'
8554 ac_cv_use_statbmp='wxUSE_STATBMP
=no
'
8559 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8560 if test "x$LINE" != x ; then
8561 eval "DEFAULT_$LINE"
8566 ac_cv_use_statbmp='wxUSE_STATBMP
='$DEFAULT_wxUSE_STATBMP
8570 eval "$ac_cv_use_statbmp"
8571 if test "$no_cache" != 1; then
8572 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8575 if test "$wxUSE_STATBMP" = yes; then
8576 echo "$as_me:$LINENO: result: yes" >&5
8577 echo "${ECHO_T}yes" >&6
8579 echo "$as_me:$LINENO: result: no" >&5
8580 echo "${ECHO_T}no" >&6
8585 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8586 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8588 # Check whether --enable-statbox or --disable-statbox was given.
8589 if test "${enable_statbox+set}" = set; then
8590 enableval="$enable_statbox"
8592 if test "$enableval" = yes; then
8593 ac_cv_use_statbox='wxUSE_STATBOX
=yes'
8595 ac_cv_use_statbox='wxUSE_STATBOX
=no
'
8600 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8601 if test "x$LINE" != x ; then
8602 eval "DEFAULT_$LINE"
8607 ac_cv_use_statbox='wxUSE_STATBOX
='$DEFAULT_wxUSE_STATBOX
8611 eval "$ac_cv_use_statbox"
8612 if test "$no_cache" != 1; then
8613 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8616 if test "$wxUSE_STATBOX" = yes; then
8617 echo "$as_me:$LINENO: result: yes" >&5
8618 echo "${ECHO_T}yes" >&6
8620 echo "$as_me:$LINENO: result: no" >&5
8621 echo "${ECHO_T}no" >&6
8626 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8627 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8629 # Check whether --enable-statline or --disable-statline was given.
8630 if test "${enable_statline+set}" = set; then
8631 enableval="$enable_statline"
8633 if test "$enableval" = yes; then
8634 ac_cv_use_statline='wxUSE_STATLINE
=yes'
8636 ac_cv_use_statline='wxUSE_STATLINE
=no
'
8641 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8642 if test "x$LINE" != x ; then
8643 eval "DEFAULT_$LINE"
8648 ac_cv_use_statline='wxUSE_STATLINE
='$DEFAULT_wxUSE_STATLINE
8652 eval "$ac_cv_use_statline"
8653 if test "$no_cache" != 1; then
8654 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8657 if test "$wxUSE_STATLINE" = yes; then
8658 echo "$as_me:$LINENO: result: yes" >&5
8659 echo "${ECHO_T}yes" >&6
8661 echo "$as_me:$LINENO: result: no" >&5
8662 echo "${ECHO_T}no" >&6
8667 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8668 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8670 # Check whether --enable-stattext or --disable-stattext was given.
8671 if test "${enable_stattext+set}" = set; then
8672 enableval="$enable_stattext"
8674 if test "$enableval" = yes; then
8675 ac_cv_use_stattext='wxUSE_STATTEXT
=yes'
8677 ac_cv_use_stattext='wxUSE_STATTEXT
=no
'
8682 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8683 if test "x$LINE" != x ; then
8684 eval "DEFAULT_$LINE"
8689 ac_cv_use_stattext='wxUSE_STATTEXT
='$DEFAULT_wxUSE_STATTEXT
8693 eval "$ac_cv_use_stattext"
8694 if test "$no_cache" != 1; then
8695 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8698 if test "$wxUSE_STATTEXT" = yes; then
8699 echo "$as_me:$LINENO: result: yes" >&5
8700 echo "${ECHO_T}yes" >&6
8702 echo "$as_me:$LINENO: result: no" >&5
8703 echo "${ECHO_T}no" >&6
8708 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8709 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8711 # Check whether --enable-statusbar or --disable-statusbar was given.
8712 if test "${enable_statusbar+set}" = set; then
8713 enableval="$enable_statusbar"
8715 if test "$enableval" = yes; then
8716 ac_cv_use_statusbar='wxUSE_STATUSBAR
=yes'
8718 ac_cv_use_statusbar='wxUSE_STATUSBAR
=no
'
8723 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8724 if test "x$LINE" != x ; then
8725 eval "DEFAULT_$LINE"
8730 ac_cv_use_statusbar='wxUSE_STATUSBAR
='$DEFAULT_wxUSE_STATUSBAR
8734 eval "$ac_cv_use_statusbar"
8735 if test "$no_cache" != 1; then
8736 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8739 if test "$wxUSE_STATUSBAR" = yes; then
8740 echo "$as_me:$LINENO: result: yes" >&5
8741 echo "${ECHO_T}yes" >&6
8743 echo "$as_me:$LINENO: result: no" >&5
8744 echo "${ECHO_T}no" >&6
8749 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8750 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8752 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8753 if test "${enable_tabdialog+set}" = set; then
8754 enableval="$enable_tabdialog"
8756 if test "$enableval" = yes; then
8757 ac_cv_use_tabdialog='wxUSE_TABDIALOG
=yes'
8759 ac_cv_use_tabdialog='wxUSE_TABDIALOG
=no
'
8764 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8765 if test "x$LINE" != x ; then
8766 eval "DEFAULT_$LINE"
8771 ac_cv_use_tabdialog='wxUSE_TABDIALOG
='$DEFAULT_wxUSE_TABDIALOG
8775 eval "$ac_cv_use_tabdialog"
8776 if test "$no_cache" != 1; then
8777 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8780 if test "$wxUSE_TABDIALOG" = yes; then
8781 echo "$as_me:$LINENO: result: yes" >&5
8782 echo "${ECHO_T}yes" >&6
8784 echo "$as_me:$LINENO: result: no" >&5
8785 echo "${ECHO_T}no" >&6
8790 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8791 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8793 # Check whether --enable-textctrl or --disable-textctrl was given.
8794 if test "${enable_textctrl+set}" = set; then
8795 enableval="$enable_textctrl"
8797 if test "$enableval" = yes; then
8798 ac_cv_use_textctrl='wxUSE_TEXTCTRL
=yes'
8800 ac_cv_use_textctrl='wxUSE_TEXTCTRL
=no
'
8805 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8806 if test "x$LINE" != x ; then
8807 eval "DEFAULT_$LINE"
8812 ac_cv_use_textctrl='wxUSE_TEXTCTRL
='$DEFAULT_wxUSE_TEXTCTRL
8816 eval "$ac_cv_use_textctrl"
8817 if test "$no_cache" != 1; then
8818 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8821 if test "$wxUSE_TEXTCTRL" = yes; then
8822 echo "$as_me:$LINENO: result: yes" >&5
8823 echo "${ECHO_T}yes" >&6
8825 echo "$as_me:$LINENO: result: no" >&5
8826 echo "${ECHO_T}no" >&6
8831 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8832 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8834 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8835 if test "${enable_togglebtn+set}" = set; then
8836 enableval="$enable_togglebtn"
8838 if test "$enableval" = yes; then
8839 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN
=yes'
8841 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN
=no
'
8846 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8847 if test "x$LINE" != x ; then
8848 eval "DEFAULT_$LINE"
8853 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN
='$DEFAULT_wxUSE_TOGGLEBTN
8857 eval "$ac_cv_use_togglebtn"
8858 if test "$no_cache" != 1; then
8859 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8862 if test "$wxUSE_TOGGLEBTN" = yes; then
8863 echo "$as_me:$LINENO: result: yes" >&5
8864 echo "${ECHO_T}yes" >&6
8866 echo "$as_me:$LINENO: result: no" >&5
8867 echo "${ECHO_T}no" >&6
8872 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8873 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8875 # Check whether --enable-toolbar or --disable-toolbar was given.
8876 if test "${enable_toolbar+set}" = set; then
8877 enableval="$enable_toolbar"
8879 if test "$enableval" = yes; then
8880 ac_cv_use_toolbar='wxUSE_TOOLBAR
=yes'
8882 ac_cv_use_toolbar='wxUSE_TOOLBAR
=no
'
8887 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8888 if test "x$LINE" != x ; then
8889 eval "DEFAULT_$LINE"
8894 ac_cv_use_toolbar='wxUSE_TOOLBAR
='$DEFAULT_wxUSE_TOOLBAR
8898 eval "$ac_cv_use_toolbar"
8899 if test "$no_cache" != 1; then
8900 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8903 if test "$wxUSE_TOOLBAR" = yes; then
8904 echo "$as_me:$LINENO: result: yes" >&5
8905 echo "${ECHO_T}yes" >&6
8907 echo "$as_me:$LINENO: result: no" >&5
8908 echo "${ECHO_T}no" >&6
8913 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8914 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8916 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8917 if test "${enable_tbarnative+set}" = set; then
8918 enableval="$enable_tbarnative"
8920 if test "$enableval" = yes; then
8921 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE
=yes'
8923 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE
=no
'
8928 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8929 if test "x$LINE" != x ; then
8930 eval "DEFAULT_$LINE"
8935 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE
='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8939 eval "$ac_cv_use_tbarnative"
8940 if test "$no_cache" != 1; then
8941 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8944 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8945 echo "$as_me:$LINENO: result: yes" >&5
8946 echo "${ECHO_T}yes" >&6
8948 echo "$as_me:$LINENO: result: no" >&5
8949 echo "${ECHO_T}no" >&6
8954 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8955 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8957 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8958 if test "${enable_tbarsmpl+set}" = set; then
8959 enableval="$enable_tbarsmpl"
8961 if test "$enableval" = yes; then
8962 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE
=yes'
8964 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE
=no
'
8969 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8970 if test "x$LINE" != x ; then
8971 eval "DEFAULT_$LINE"
8976 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE
='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8980 eval "$ac_cv_use_tbarsmpl"
8981 if test "$no_cache" != 1; then
8982 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8985 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8986 echo "$as_me:$LINENO: result: yes" >&5
8987 echo "${ECHO_T}yes" >&6
8989 echo "$as_me:$LINENO: result: no" >&5
8990 echo "${ECHO_T}no" >&6
8995 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
8996 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6
8998 # Check whether --enable-treebook or --disable-treebook was given.
8999 if test "${enable_treebook+set}" = set; then
9000 enableval="$enable_treebook"
9002 if test "$enableval" = yes; then
9003 ac_cv_use_treebook='wxUSE_TREEBOOK
=yes'
9005 ac_cv_use_treebook='wxUSE_TREEBOOK
=no
'
9010 LINE=`grep "wxUSE_TREEBOOK" ${wx_arg_cache_file}`
9011 if test "x$LINE" != x ; then
9012 eval "DEFAULT_$LINE"
9017 ac_cv_use_treebook='wxUSE_TREEBOOK
='$DEFAULT_wxUSE_TREEBOOK
9021 eval "$ac_cv_use_treebook"
9022 if test "$no_cache" != 1; then
9023 echo $ac_cv_use_treebook >> ${wx_arg_cache_file}.tmp
9026 if test "$wxUSE_TREEBOOK" = yes; then
9027 echo "$as_me:$LINENO: result: yes" >&5
9028 echo "${ECHO_T}yes" >&6
9030 echo "$as_me:$LINENO: result: no" >&5
9031 echo "${ECHO_T}no" >&6
9036 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
9037 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
9039 # Check whether --enable-treectrl or --disable-treectrl was given.
9040 if test "${enable_treectrl+set}" = set; then
9041 enableval="$enable_treectrl"
9043 if test "$enableval" = yes; then
9044 ac_cv_use_treectrl='wxUSE_TREECTRL
=yes'
9046 ac_cv_use_treectrl='wxUSE_TREECTRL
=no
'
9051 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
9052 if test "x$LINE" != x ; then
9053 eval "DEFAULT_$LINE"
9058 ac_cv_use_treectrl='wxUSE_TREECTRL
='$DEFAULT_wxUSE_TREECTRL
9062 eval "$ac_cv_use_treectrl"
9063 if test "$no_cache" != 1; then
9064 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
9067 if test "$wxUSE_TREECTRL" = yes; then
9068 echo "$as_me:$LINENO: result: yes" >&5
9069 echo "${ECHO_T}yes" >&6
9071 echo "$as_me:$LINENO: result: no" >&5
9072 echo "${ECHO_T}no" >&6
9077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
9078 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
9080 # Check whether --enable-tipwindow or --disable-tipwindow was given.
9081 if test "${enable_tipwindow+set}" = set; then
9082 enableval="$enable_tipwindow"
9084 if test "$enableval" = yes; then
9085 ac_cv_use_tipwindow='wxUSE_TIPWINDOW
=yes'
9087 ac_cv_use_tipwindow='wxUSE_TIPWINDOW
=no
'
9092 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
9093 if test "x$LINE" != x ; then
9094 eval "DEFAULT_$LINE"
9099 ac_cv_use_tipwindow='wxUSE_TIPWINDOW
='$DEFAULT_wxUSE_TIPWINDOW
9103 eval "$ac_cv_use_tipwindow"
9104 if test "$no_cache" != 1; then
9105 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
9108 if test "$wxUSE_TIPWINDOW" = yes; then
9109 echo "$as_me:$LINENO: result: yes" >&5
9110 echo "${ECHO_T}yes" >&6
9112 echo "$as_me:$LINENO: result: no" >&5
9113 echo "${ECHO_T}no" >&6
9118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
9119 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
9121 # Check whether --enable-popupwin or --disable-popupwin was given.
9122 if test "${enable_popupwin+set}" = set; then
9123 enableval="$enable_popupwin"
9125 if test "$enableval" = yes; then
9126 ac_cv_use_popupwin='wxUSE_POPUPWIN
=yes'
9128 ac_cv_use_popupwin='wxUSE_POPUPWIN
=no
'
9133 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
9134 if test "x$LINE" != x ; then
9135 eval "DEFAULT_$LINE"
9140 ac_cv_use_popupwin='wxUSE_POPUPWIN
='$DEFAULT_wxUSE_POPUPWIN
9144 eval "$ac_cv_use_popupwin"
9145 if test "$no_cache" != 1; then
9146 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9149 if test "$wxUSE_POPUPWIN" = yes; then
9150 echo "$as_me:$LINENO: result: yes" >&5
9151 echo "${ECHO_T}yes" >&6
9153 echo "$as_me:$LINENO: result: no" >&5
9154 echo "${ECHO_T}no" >&6
9161 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9162 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9164 # Check whether --enable-commondlg or --disable-commondlg was given.
9165 if test "${enable_commondlg+set}" = set; then
9166 enableval="$enable_commondlg"
9168 if test "$enableval" = yes; then
9169 ac_cv_use_commondlg='wxUSE_COMMONDLGS
=yes'
9171 ac_cv_use_commondlg='wxUSE_COMMONDLGS
=no
'
9176 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9177 if test "x$LINE" != x ; then
9178 eval "DEFAULT_$LINE"
9183 ac_cv_use_commondlg='wxUSE_COMMONDLGS
='$DEFAULT_wxUSE_COMMONDLGS
9187 eval "$ac_cv_use_commondlg"
9188 if test "$no_cache" != 1; then
9189 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9192 if test "$wxUSE_COMMONDLGS" = yes; then
9193 echo "$as_me:$LINENO: result: yes" >&5
9194 echo "${ECHO_T}yes" >&6
9196 echo "$as_me:$LINENO: result: no" >&5
9197 echo "${ECHO_T}no" >&6
9202 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9203 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9205 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9206 if test "${enable_choicedlg+set}" = set; then
9207 enableval="$enable_choicedlg"
9209 if test "$enableval" = yes; then
9210 ac_cv_use_choicedlg='wxUSE_CHOICEDLG
=yes'
9212 ac_cv_use_choicedlg='wxUSE_CHOICEDLG
=no
'
9217 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9218 if test "x$LINE" != x ; then
9219 eval "DEFAULT_$LINE"
9224 ac_cv_use_choicedlg='wxUSE_CHOICEDLG
='$DEFAULT_wxUSE_CHOICEDLG
9228 eval "$ac_cv_use_choicedlg"
9229 if test "$no_cache" != 1; then
9230 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9233 if test "$wxUSE_CHOICEDLG" = yes; then
9234 echo "$as_me:$LINENO: result: yes" >&5
9235 echo "${ECHO_T}yes" >&6
9237 echo "$as_me:$LINENO: result: no" >&5
9238 echo "${ECHO_T}no" >&6
9243 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9244 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9246 # Check whether --enable-coldlg or --disable-coldlg was given.
9247 if test "${enable_coldlg+set}" = set; then
9248 enableval="$enable_coldlg"
9250 if test "$enableval" = yes; then
9251 ac_cv_use_coldlg='wxUSE_COLOURDLG
=yes'
9253 ac_cv_use_coldlg='wxUSE_COLOURDLG
=no
'
9258 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9259 if test "x$LINE" != x ; then
9260 eval "DEFAULT_$LINE"
9265 ac_cv_use_coldlg='wxUSE_COLOURDLG
='$DEFAULT_wxUSE_COLOURDLG
9269 eval "$ac_cv_use_coldlg"
9270 if test "$no_cache" != 1; then
9271 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9274 if test "$wxUSE_COLOURDLG" = yes; then
9275 echo "$as_me:$LINENO: result: yes" >&5
9276 echo "${ECHO_T}yes" >&6
9278 echo "$as_me:$LINENO: result: no" >&5
9279 echo "${ECHO_T}no" >&6
9284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9285 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9287 # Check whether --enable-filedlg or --disable-filedlg was given.
9288 if test "${enable_filedlg+set}" = set; then
9289 enableval="$enable_filedlg"
9291 if test "$enableval" = yes; then
9292 ac_cv_use_filedlg='wxUSE_FILEDLG
=yes'
9294 ac_cv_use_filedlg='wxUSE_FILEDLG
=no
'
9299 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9300 if test "x$LINE" != x ; then
9301 eval "DEFAULT_$LINE"
9306 ac_cv_use_filedlg='wxUSE_FILEDLG
='$DEFAULT_wxUSE_FILEDLG
9310 eval "$ac_cv_use_filedlg"
9311 if test "$no_cache" != 1; then
9312 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9315 if test "$wxUSE_FILEDLG" = yes; then
9316 echo "$as_me:$LINENO: result: yes" >&5
9317 echo "${ECHO_T}yes" >&6
9319 echo "$as_me:$LINENO: result: no" >&5
9320 echo "${ECHO_T}no" >&6
9325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9326 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9328 # Check whether --enable-finddlg or --disable-finddlg was given.
9329 if test "${enable_finddlg+set}" = set; then
9330 enableval="$enable_finddlg"
9332 if test "$enableval" = yes; then
9333 ac_cv_use_finddlg='wxUSE_FINDREPLDLG
=yes'
9335 ac_cv_use_finddlg='wxUSE_FINDREPLDLG
=no
'
9340 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9341 if test "x$LINE" != x ; then
9342 eval "DEFAULT_$LINE"
9347 ac_cv_use_finddlg='wxUSE_FINDREPLDLG
='$DEFAULT_wxUSE_FINDREPLDLG
9351 eval "$ac_cv_use_finddlg"
9352 if test "$no_cache" != 1; then
9353 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9356 if test "$wxUSE_FINDREPLDLG" = yes; then
9357 echo "$as_me:$LINENO: result: yes" >&5
9358 echo "${ECHO_T}yes" >&6
9360 echo "$as_me:$LINENO: result: no" >&5
9361 echo "${ECHO_T}no" >&6
9366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9367 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9369 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9370 if test "${enable_fontdlg+set}" = set; then
9371 enableval="$enable_fontdlg"
9373 if test "$enableval" = yes; then
9374 ac_cv_use_fontdlg='wxUSE_FONTDLG
=yes'
9376 ac_cv_use_fontdlg='wxUSE_FONTDLG
=no
'
9381 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9382 if test "x$LINE" != x ; then
9383 eval "DEFAULT_$LINE"
9388 ac_cv_use_fontdlg='wxUSE_FONTDLG
='$DEFAULT_wxUSE_FONTDLG
9392 eval "$ac_cv_use_fontdlg"
9393 if test "$no_cache" != 1; then
9394 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9397 if test "$wxUSE_FONTDLG" = yes; then
9398 echo "$as_me:$LINENO: result: yes" >&5
9399 echo "${ECHO_T}yes" >&6
9401 echo "$as_me:$LINENO: result: no" >&5
9402 echo "${ECHO_T}no" >&6
9407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9408 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9410 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9411 if test "${enable_dirdlg+set}" = set; then
9412 enableval="$enable_dirdlg"
9414 if test "$enableval" = yes; then
9415 ac_cv_use_dirdlg='wxUSE_DIRDLG
=yes'
9417 ac_cv_use_dirdlg='wxUSE_DIRDLG
=no
'
9422 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9423 if test "x$LINE" != x ; then
9424 eval "DEFAULT_$LINE"
9429 ac_cv_use_dirdlg='wxUSE_DIRDLG
='$DEFAULT_wxUSE_DIRDLG
9433 eval "$ac_cv_use_dirdlg"
9434 if test "$no_cache" != 1; then
9435 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9438 if test "$wxUSE_DIRDLG" = yes; then
9439 echo "$as_me:$LINENO: result: yes" >&5
9440 echo "${ECHO_T}yes" >&6
9442 echo "$as_me:$LINENO: result: no" >&5
9443 echo "${ECHO_T}no" >&6
9448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9449 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9451 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9452 if test "${enable_msgdlg+set}" = set; then
9453 enableval="$enable_msgdlg"
9455 if test "$enableval" = yes; then
9456 ac_cv_use_msgdlg='wxUSE_MSGDLG
=yes'
9458 ac_cv_use_msgdlg='wxUSE_MSGDLG
=no
'
9463 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9464 if test "x$LINE" != x ; then
9465 eval "DEFAULT_$LINE"
9470 ac_cv_use_msgdlg='wxUSE_MSGDLG
='$DEFAULT_wxUSE_MSGDLG
9474 eval "$ac_cv_use_msgdlg"
9475 if test "$no_cache" != 1; then
9476 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9479 if test "$wxUSE_MSGDLG" = yes; then
9480 echo "$as_me:$LINENO: result: yes" >&5
9481 echo "${ECHO_T}yes" >&6
9483 echo "$as_me:$LINENO: result: no" >&5
9484 echo "${ECHO_T}no" >&6
9489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9490 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9492 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9493 if test "${enable_numberdlg+set}" = set; then
9494 enableval="$enable_numberdlg"
9496 if test "$enableval" = yes; then
9497 ac_cv_use_numberdlg='wxUSE_NUMBERDLG
=yes'
9499 ac_cv_use_numberdlg='wxUSE_NUMBERDLG
=no
'
9504 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9505 if test "x$LINE" != x ; then
9506 eval "DEFAULT_$LINE"
9511 ac_cv_use_numberdlg='wxUSE_NUMBERDLG
='$DEFAULT_wxUSE_NUMBERDLG
9515 eval "$ac_cv_use_numberdlg"
9516 if test "$no_cache" != 1; then
9517 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9520 if test "$wxUSE_NUMBERDLG" = yes; then
9521 echo "$as_me:$LINENO: result: yes" >&5
9522 echo "${ECHO_T}yes" >&6
9524 echo "$as_me:$LINENO: result: no" >&5
9525 echo "${ECHO_T}no" >&6
9530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9531 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9533 # Check whether --enable-splash or --disable-splash was given.
9534 if test "${enable_splash+set}" = set; then
9535 enableval="$enable_splash"
9537 if test "$enableval" = yes; then
9538 ac_cv_use_splash='wxUSE_SPLASH
=yes'
9540 ac_cv_use_splash='wxUSE_SPLASH
=no
'
9545 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9546 if test "x$LINE" != x ; then
9547 eval "DEFAULT_$LINE"
9552 ac_cv_use_splash='wxUSE_SPLASH
='$DEFAULT_wxUSE_SPLASH
9556 eval "$ac_cv_use_splash"
9557 if test "$no_cache" != 1; then
9558 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9561 if test "$wxUSE_SPLASH" = yes; then
9562 echo "$as_me:$LINENO: result: yes" >&5
9563 echo "${ECHO_T}yes" >&6
9565 echo "$as_me:$LINENO: result: no" >&5
9566 echo "${ECHO_T}no" >&6
9571 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9572 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9574 # Check whether --enable-textdlg or --disable-textdlg was given.
9575 if test "${enable_textdlg+set}" = set; then
9576 enableval="$enable_textdlg"
9578 if test "$enableval" = yes; then
9579 ac_cv_use_textdlg='wxUSE_TEXTDLG
=yes'
9581 ac_cv_use_textdlg='wxUSE_TEXTDLG
=no
'
9586 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9587 if test "x$LINE" != x ; then
9588 eval "DEFAULT_$LINE"
9593 ac_cv_use_textdlg='wxUSE_TEXTDLG
='$DEFAULT_wxUSE_TEXTDLG
9597 eval "$ac_cv_use_textdlg"
9598 if test "$no_cache" != 1; then
9599 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9602 if test "$wxUSE_TEXTDLG" = yes; then
9603 echo "$as_me:$LINENO: result: yes" >&5
9604 echo "${ECHO_T}yes" >&6
9606 echo "$as_me:$LINENO: result: no" >&5
9607 echo "${ECHO_T}no" >&6
9612 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9613 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9615 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9616 if test "${enable_tipdlg+set}" = set; then
9617 enableval="$enable_tipdlg"
9619 if test "$enableval" = yes; then
9620 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS
=yes'
9622 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS
=no
'
9627 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9628 if test "x$LINE" != x ; then
9629 eval "DEFAULT_$LINE"
9634 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS
='$DEFAULT_wxUSE_STARTUP_TIPS
9638 eval "$ac_cv_use_tipdlg"
9639 if test "$no_cache" != 1; then
9640 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9643 if test "$wxUSE_STARTUP_TIPS" = yes; then
9644 echo "$as_me:$LINENO: result: yes" >&5
9645 echo "${ECHO_T}yes" >&6
9647 echo "$as_me:$LINENO: result: no" >&5
9648 echo "${ECHO_T}no" >&6
9653 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9654 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9656 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9657 if test "${enable_progressdlg+set}" = set; then
9658 enableval="$enable_progressdlg"
9660 if test "$enableval" = yes; then
9661 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG
=yes'
9663 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG
=no
'
9668 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9669 if test "x$LINE" != x ; then
9670 eval "DEFAULT_$LINE"
9675 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG
='$DEFAULT_wxUSE_PROGRESSDLG
9679 eval "$ac_cv_use_progressdlg"
9680 if test "$no_cache" != 1; then
9681 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9684 if test "$wxUSE_PROGRESSDLG" = yes; then
9685 echo "$as_me:$LINENO: result: yes" >&5
9686 echo "${ECHO_T}yes" >&6
9688 echo "$as_me:$LINENO: result: no" >&5
9689 echo "${ECHO_T}no" >&6
9694 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9695 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9697 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9698 if test "${enable_wizarddlg+set}" = set; then
9699 enableval="$enable_wizarddlg"
9701 if test "$enableval" = yes; then
9702 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG
=yes'
9704 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG
=no
'
9709 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9710 if test "x$LINE" != x ; then
9711 eval "DEFAULT_$LINE"
9716 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG
='$DEFAULT_wxUSE_WIZARDDLG
9720 eval "$ac_cv_use_wizarddlg"
9721 if test "$no_cache" != 1; then
9722 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9725 if test "$wxUSE_WIZARDDLG" = yes; then
9726 echo "$as_me:$LINENO: result: yes" >&5
9727 echo "${ECHO_T}yes" >&6
9729 echo "$as_me:$LINENO: result: no" >&5
9730 echo "${ECHO_T}no" >&6
9737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9738 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9740 # Check whether --enable-menus or --disable-menus was given.
9741 if test "${enable_menus+set}" = set; then
9742 enableval="$enable_menus"
9744 if test "$enableval" = yes; then
9745 ac_cv_use_menus='wxUSE_MENUS
=yes'
9747 ac_cv_use_menus='wxUSE_MENUS
=no
'
9752 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9753 if test "x$LINE" != x ; then
9754 eval "DEFAULT_$LINE"
9759 ac_cv_use_menus='wxUSE_MENUS
='$DEFAULT_wxUSE_MENUS
9763 eval "$ac_cv_use_menus"
9764 if test "$no_cache" != 1; then
9765 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9768 if test "$wxUSE_MENUS" = yes; then
9769 echo "$as_me:$LINENO: result: yes" >&5
9770 echo "${ECHO_T}yes" >&6
9772 echo "$as_me:$LINENO: result: no" >&5
9773 echo "${ECHO_T}no" >&6
9778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9779 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9781 # Check whether --enable-miniframe or --disable-miniframe was given.
9782 if test "${enable_miniframe+set}" = set; then
9783 enableval="$enable_miniframe"
9785 if test "$enableval" = yes; then
9786 ac_cv_use_miniframe='wxUSE_MINIFRAME
=yes'
9788 ac_cv_use_miniframe='wxUSE_MINIFRAME
=no
'
9793 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9794 if test "x$LINE" != x ; then
9795 eval "DEFAULT_$LINE"
9800 ac_cv_use_miniframe='wxUSE_MINIFRAME
='$DEFAULT_wxUSE_MINIFRAME
9804 eval "$ac_cv_use_miniframe"
9805 if test "$no_cache" != 1; then
9806 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9809 if test "$wxUSE_MINIFRAME" = yes; then
9810 echo "$as_me:$LINENO: result: yes" >&5
9811 echo "${ECHO_T}yes" >&6
9813 echo "$as_me:$LINENO: result: no" >&5
9814 echo "${ECHO_T}no" >&6
9819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9820 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9822 # Check whether --enable-tooltips or --disable-tooltips was given.
9823 if test "${enable_tooltips+set}" = set; then
9824 enableval="$enable_tooltips"
9826 if test "$enableval" = yes; then
9827 ac_cv_use_tooltips='wxUSE_TOOLTIPS
=yes'
9829 ac_cv_use_tooltips='wxUSE_TOOLTIPS
=no
'
9834 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9835 if test "x$LINE" != x ; then
9836 eval "DEFAULT_$LINE"
9841 ac_cv_use_tooltips='wxUSE_TOOLTIPS
='$DEFAULT_wxUSE_TOOLTIPS
9845 eval "$ac_cv_use_tooltips"
9846 if test "$no_cache" != 1; then
9847 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9850 if test "$wxUSE_TOOLTIPS" = yes; then
9851 echo "$as_me:$LINENO: result: yes" >&5
9852 echo "${ECHO_T}yes" >&6
9854 echo "$as_me:$LINENO: result: no" >&5
9855 echo "${ECHO_T}no" >&6
9860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9861 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9863 # Check whether --enable-splines or --disable-splines was given.
9864 if test "${enable_splines+set}" = set; then
9865 enableval="$enable_splines"
9867 if test "$enableval" = yes; then
9868 ac_cv_use_splines='wxUSE_SPLINES
=yes'
9870 ac_cv_use_splines='wxUSE_SPLINES
=no
'
9875 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9876 if test "x$LINE" != x ; then
9877 eval "DEFAULT_$LINE"
9882 ac_cv_use_splines='wxUSE_SPLINES
='$DEFAULT_wxUSE_SPLINES
9886 eval "$ac_cv_use_splines"
9887 if test "$no_cache" != 1; then
9888 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9891 if test "$wxUSE_SPLINES" = yes; then
9892 echo "$as_me:$LINENO: result: yes" >&5
9893 echo "${ECHO_T}yes" >&6
9895 echo "$as_me:$LINENO: result: no" >&5
9896 echo "${ECHO_T}no" >&6
9901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9902 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9904 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9905 if test "${enable_mousewheel+set}" = set; then
9906 enableval="$enable_mousewheel"
9908 if test "$enableval" = yes; then
9909 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=yes'
9911 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=no
'
9916 LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9917 if test "x$LINE" != x ; then
9918 eval "DEFAULT_$LINE"
9923 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL
='$DEFAULT_wxUSE_MOUSEWHEEL
9927 eval "$ac_cv_use_mousewheel"
9928 if test "$no_cache" != 1; then
9929 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9932 if test "$wxUSE_MOUSEWHEEL" = yes; then
9933 echo "$as_me:$LINENO: result: yes" >&5
9934 echo "${ECHO_T}yes" >&6
9936 echo "$as_me:$LINENO: result: no" >&5
9937 echo "${ECHO_T}no" >&6
9942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9943 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9945 # Check whether --enable-validators or --disable-validators was given.
9946 if test "${enable_validators+set}" = set; then
9947 enableval="$enable_validators"
9949 if test "$enableval" = yes; then
9950 ac_cv_use_validators='wxUSE_VALIDATORS
=yes'
9952 ac_cv_use_validators='wxUSE_VALIDATORS
=no
'
9957 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9958 if test "x$LINE" != x ; then
9959 eval "DEFAULT_$LINE"
9964 ac_cv_use_validators='wxUSE_VALIDATORS
='$DEFAULT_wxUSE_VALIDATORS
9968 eval "$ac_cv_use_validators"
9969 if test "$no_cache" != 1; then
9970 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9973 if test "$wxUSE_VALIDATORS" = yes; then
9974 echo "$as_me:$LINENO: result: yes" >&5
9975 echo "${ECHO_T}yes" >&6
9977 echo "$as_me:$LINENO: result: no" >&5
9978 echo "${ECHO_T}no" >&6
9983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9984 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9986 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9987 if test "${enable_busyinfo+set}" = set; then
9988 enableval="$enable_busyinfo"
9990 if test "$enableval" = yes; then
9991 ac_cv_use_busyinfo='wxUSE_BUSYINFO
=yes'
9993 ac_cv_use_busyinfo='wxUSE_BUSYINFO
=no
'
9998 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9999 if test "x$LINE" != x ; then
10000 eval "DEFAULT_$LINE"
10005 ac_cv_use_busyinfo='wxUSE_BUSYINFO
='$DEFAULT_wxUSE_BUSYINFO
10009 eval "$ac_cv_use_busyinfo"
10010 if test "$no_cache" != 1; then
10011 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
10014 if test "$wxUSE_BUSYINFO" = yes; then
10015 echo "$as_me:$LINENO: result: yes" >&5
10016 echo "${ECHO_T}yes" >&6
10018 echo "$as_me:$LINENO: result: no" >&5
10019 echo "${ECHO_T}no" >&6
10024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
10025 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
10027 # Check whether --enable-joystick or --disable-joystick was given.
10028 if test "${enable_joystick+set}" = set; then
10029 enableval="$enable_joystick"
10031 if test "$enableval" = yes; then
10032 ac_cv_use_joystick='wxUSE_JOYSTICK
=yes'
10034 ac_cv_use_joystick='wxUSE_JOYSTICK
=no
'
10039 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
10040 if test "x$LINE" != x ; then
10041 eval "DEFAULT_$LINE"
10046 ac_cv_use_joystick='wxUSE_JOYSTICK
='$DEFAULT_wxUSE_JOYSTICK
10050 eval "$ac_cv_use_joystick"
10051 if test "$no_cache" != 1; then
10052 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
10055 if test "$wxUSE_JOYSTICK" = yes; then
10056 echo "$as_me:$LINENO: result: yes" >&5
10057 echo "${ECHO_T}yes" >&6
10059 echo "$as_me:$LINENO: result: no" >&5
10060 echo "${ECHO_T}no" >&6
10065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
10066 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
10068 # Check whether --enable-metafile or --disable-metafile was given.
10069 if test "${enable_metafile+set}" = set; then
10070 enableval="$enable_metafile"
10072 if test "$enableval" = yes; then
10073 ac_cv_use_metafile='wxUSE_METAFILE
=yes'
10075 ac_cv_use_metafile='wxUSE_METAFILE
=no
'
10080 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
10081 if test "x$LINE" != x ; then
10082 eval "DEFAULT_$LINE"
10087 ac_cv_use_metafile='wxUSE_METAFILE
='$DEFAULT_wxUSE_METAFILE
10091 eval "$ac_cv_use_metafile"
10092 if test "$no_cache" != 1; then
10093 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
10096 if test "$wxUSE_METAFILE" = yes; then
10097 echo "$as_me:$LINENO: result: yes" >&5
10098 echo "${ECHO_T}yes" >&6
10100 echo "$as_me:$LINENO: result: no" >&5
10101 echo "${ECHO_T}no" >&6
10106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
10107 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
10109 # Check whether --enable-dragimage or --disable-dragimage was given.
10110 if test "${enable_dragimage+set}" = set; then
10111 enableval="$enable_dragimage"
10113 if test "$enableval" = yes; then
10114 ac_cv_use_dragimage='wxUSE_DRAGIMAGE
=yes'
10116 ac_cv_use_dragimage='wxUSE_DRAGIMAGE
=no
'
10121 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
10122 if test "x$LINE" != x ; then
10123 eval "DEFAULT_$LINE"
10128 ac_cv_use_dragimage='wxUSE_DRAGIMAGE
='$DEFAULT_wxUSE_DRAGIMAGE
10132 eval "$ac_cv_use_dragimage"
10133 if test "$no_cache" != 1; then
10134 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
10137 if test "$wxUSE_DRAGIMAGE" = yes; then
10138 echo "$as_me:$LINENO: result: yes" >&5
10139 echo "${ECHO_T}yes" >&6
10141 echo "$as_me:$LINENO: result: no" >&5
10142 echo "${ECHO_T}no" >&6
10147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10148 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10150 # Check whether --enable-accessibility or --disable-accessibility was given.
10151 if test "${enable_accessibility+set}" = set; then
10152 enableval="$enable_accessibility"
10154 if test "$enableval" = yes; then
10155 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY
=yes'
10157 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY
=no
'
10162 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10163 if test "x$LINE" != x ; then
10164 eval "DEFAULT_$LINE"
10169 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY
='$DEFAULT_wxUSE_ACCESSIBILITY
10173 eval "$ac_cv_use_accessibility"
10174 if test "$no_cache" != 1; then
10175 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10178 if test "$wxUSE_ACCESSIBILITY" = yes; then
10179 echo "$as_me:$LINENO: result: yes" >&5
10180 echo "${ECHO_T}yes" >&6
10182 echo "$as_me:$LINENO: result: no" >&5
10183 echo "${ECHO_T}no" >&6
10187 if test "$wxUSE_MSW" = "1"; then
10190 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
10191 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
10193 # Check whether --enable-dccache or --disable-dccache was given.
10194 if test "${enable_dccache+set}" = set; then
10195 enableval="$enable_dccache"
10197 if test "$enableval" = yes; then
10198 ac_cv_use_dccache='wxUSE_DC_CACHEING
=yes'
10200 ac_cv_use_dccache='wxUSE_DC_CACHEING
=no
'
10205 LINE=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}`
10206 if test "x$LINE" != x ; then
10207 eval "DEFAULT_$LINE"
10212 ac_cv_use_dccache='wxUSE_DC_CACHEING
='$DEFAULT_wxUSE_DC_CACHEING
10216 eval "$ac_cv_use_dccache"
10217 if test "$no_cache" != 1; then
10218 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
10221 if test "$wxUSE_DC_CACHEING" = yes; then
10222 echo "$as_me:$LINENO: result: yes" >&5
10223 echo "${ECHO_T}yes" >&6
10225 echo "$as_me:$LINENO: result: no" >&5
10226 echo "${ECHO_T}no" >&6
10234 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10235 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10237 # Check whether --enable-palette or --disable-palette was given.
10238 if test "${enable_palette+set}" = set; then
10239 enableval="$enable_palette"
10241 if test "$enableval" = yes; then
10242 ac_cv_use_palette='wxUSE_PALETTE
=yes'
10244 ac_cv_use_palette='wxUSE_PALETTE
=no
'
10249 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10250 if test "x$LINE" != x ; then
10251 eval "DEFAULT_$LINE"
10256 ac_cv_use_palette='wxUSE_PALETTE
='$DEFAULT_wxUSE_PALETTE
10260 eval "$ac_cv_use_palette"
10261 if test "$no_cache" != 1; then
10262 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10265 if test "$wxUSE_PALETTE" = yes; then
10266 echo "$as_me:$LINENO: result: yes" >&5
10267 echo "${ECHO_T}yes" >&6
10269 echo "$as_me:$LINENO: result: no" >&5
10270 echo "${ECHO_T}no" >&6
10275 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10276 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10278 # Check whether --enable-image or --disable-image was given.
10279 if test "${enable_image+set}" = set; then
10280 enableval="$enable_image"
10282 if test "$enableval" = yes; then
10283 ac_cv_use_image='wxUSE_IMAGE
=yes'
10285 ac_cv_use_image='wxUSE_IMAGE
=no
'
10290 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10291 if test "x$LINE" != x ; then
10292 eval "DEFAULT_$LINE"
10297 ac_cv_use_image='wxUSE_IMAGE
='$DEFAULT_wxUSE_IMAGE
10301 eval "$ac_cv_use_image"
10302 if test "$no_cache" != 1; then
10303 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10306 if test "$wxUSE_IMAGE" = yes; then
10307 echo "$as_me:$LINENO: result: yes" >&5
10308 echo "${ECHO_T}yes" >&6
10310 echo "$as_me:$LINENO: result: no" >&5
10311 echo "${ECHO_T}no" >&6
10316 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10317 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10319 # Check whether --enable-gif or --disable-gif was given.
10320 if test "${enable_gif+set}" = set; then
10321 enableval="$enable_gif"
10323 if test "$enableval" = yes; then
10324 ac_cv_use_gif='wxUSE_GIF
=yes'
10326 ac_cv_use_gif='wxUSE_GIF
=no
'
10331 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10332 if test "x$LINE" != x ; then
10333 eval "DEFAULT_$LINE"
10338 ac_cv_use_gif='wxUSE_GIF
='$DEFAULT_wxUSE_GIF
10342 eval "$ac_cv_use_gif"
10343 if test "$no_cache" != 1; then
10344 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10347 if test "$wxUSE_GIF" = yes; then
10348 echo "$as_me:$LINENO: result: yes" >&5
10349 echo "${ECHO_T}yes" >&6
10351 echo "$as_me:$LINENO: result: no" >&5
10352 echo "${ECHO_T}no" >&6
10357 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10358 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10360 # Check whether --enable-pcx or --disable-pcx was given.
10361 if test "${enable_pcx+set}" = set; then
10362 enableval="$enable_pcx"
10364 if test "$enableval" = yes; then
10365 ac_cv_use_pcx='wxUSE_PCX
=yes'
10367 ac_cv_use_pcx='wxUSE_PCX
=no
'
10372 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10373 if test "x$LINE" != x ; then
10374 eval "DEFAULT_$LINE"
10379 ac_cv_use_pcx='wxUSE_PCX
='$DEFAULT_wxUSE_PCX
10383 eval "$ac_cv_use_pcx"
10384 if test "$no_cache" != 1; then
10385 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10388 if test "$wxUSE_PCX" = yes; then
10389 echo "$as_me:$LINENO: result: yes" >&5
10390 echo "${ECHO_T}yes" >&6
10392 echo "$as_me:$LINENO: result: no" >&5
10393 echo "${ECHO_T}no" >&6
10398 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10399 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10401 # Check whether --enable-iff or --disable-iff was given.
10402 if test "${enable_iff+set}" = set; then
10403 enableval="$enable_iff"
10405 if test "$enableval" = yes; then
10406 ac_cv_use_iff='wxUSE_IFF
=yes'
10408 ac_cv_use_iff='wxUSE_IFF
=no
'
10413 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10414 if test "x$LINE" != x ; then
10415 eval "DEFAULT_$LINE"
10420 ac_cv_use_iff='wxUSE_IFF
='$DEFAULT_wxUSE_IFF
10424 eval "$ac_cv_use_iff"
10425 if test "$no_cache" != 1; then
10426 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10429 if test "$wxUSE_IFF" = yes; then
10430 echo "$as_me:$LINENO: result: yes" >&5
10431 echo "${ECHO_T}yes" >&6
10433 echo "$as_me:$LINENO: result: no" >&5
10434 echo "${ECHO_T}no" >&6
10439 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10440 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10442 # Check whether --enable-pnm or --disable-pnm was given.
10443 if test "${enable_pnm+set}" = set; then
10444 enableval="$enable_pnm"
10446 if test "$enableval" = yes; then
10447 ac_cv_use_pnm='wxUSE_PNM
=yes'
10449 ac_cv_use_pnm='wxUSE_PNM
=no
'
10454 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10455 if test "x$LINE" != x ; then
10456 eval "DEFAULT_$LINE"
10461 ac_cv_use_pnm='wxUSE_PNM
='$DEFAULT_wxUSE_PNM
10465 eval "$ac_cv_use_pnm"
10466 if test "$no_cache" != 1; then
10467 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10470 if test "$wxUSE_PNM" = yes; then
10471 echo "$as_me:$LINENO: result: yes" >&5
10472 echo "${ECHO_T}yes" >&6
10474 echo "$as_me:$LINENO: result: no" >&5
10475 echo "${ECHO_T}no" >&6
10480 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10481 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10483 # Check whether --enable-xpm or --disable-xpm was given.
10484 if test "${enable_xpm+set}" = set; then
10485 enableval="$enable_xpm"
10487 if test "$enableval" = yes; then
10488 ac_cv_use_xpm='wxUSE_XPM
=yes'
10490 ac_cv_use_xpm='wxUSE_XPM
=no
'
10495 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10496 if test "x$LINE" != x ; then
10497 eval "DEFAULT_$LINE"
10502 ac_cv_use_xpm='wxUSE_XPM
='$DEFAULT_wxUSE_XPM
10506 eval "$ac_cv_use_xpm"
10507 if test "$no_cache" != 1; then
10508 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10511 if test "$wxUSE_XPM" = yes; then
10512 echo "$as_me:$LINENO: result: yes" >&5
10513 echo "${ECHO_T}yes" >&6
10515 echo "$as_me:$LINENO: result: no" >&5
10516 echo "${ECHO_T}no" >&6
10521 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10522 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10524 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10525 if test "${enable_ico_cur+set}" = set; then
10526 enableval="$enable_ico_cur"
10528 if test "$enableval" = yes; then
10529 ac_cv_use_ico_cur='wxUSE_ICO_CUR
=yes'
10531 ac_cv_use_ico_cur='wxUSE_ICO_CUR
=no
'
10536 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10537 if test "x$LINE" != x ; then
10538 eval "DEFAULT_$LINE"
10543 ac_cv_use_ico_cur='wxUSE_ICO_CUR
='$DEFAULT_wxUSE_ICO_CUR
10547 eval "$ac_cv_use_ico_cur"
10548 if test "$no_cache" != 1; then
10549 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10552 if test "$wxUSE_ICO_CUR" = yes; then
10553 echo "$as_me:$LINENO: result: yes" >&5
10554 echo "${ECHO_T}yes" >&6
10556 echo "$as_me:$LINENO: result: no" >&5
10557 echo "${ECHO_T}no" >&6
10565 # Check whether --with-flavour or --without-flavour was given.
10566 if test "${with_flavour+set}" = set; then
10567 withval="$with_flavour"
10568 WX_FLAVOUR="$withval"
10574 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10575 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10577 # Check whether --enable-official_build or --disable-official_build was given.
10578 if test "${enable_official_build+set}" = set; then
10579 enableval="$enable_official_build"
10581 if test "$enableval" = yes; then
10582 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=yes'
10584 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=no
'
10589 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10590 if test "x$LINE" != x ; then
10591 eval "DEFAULT_$LINE"
10596 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD
='$DEFAULT_wxUSE_OFFICIAL_BUILD
10600 eval "$ac_cv_use_official_build"
10601 if test "$no_cache" != 1; then
10602 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10605 if test "$wxUSE_OFFICIAL_BUILD" = 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
10613 # Check whether --enable-vendor or --disable-vendor was given.
10614 if test "${enable_vendor+set}" = set; then
10615 enableval="$enable_vendor"
10616 VENDOR="$enableval"
10618 if test "x$VENDOR" = "x"; then
10625 echo "saving argument cache $wx_arg_cache_file"
10626 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10630 echo "$as_me:$LINENO: checking for toolkit" >&5
10631 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10633 # In Wine, we need to default to MSW, not GTK or MOTIF
10634 if test "$wxUSE_WINE" = "yes"; then
10635 DEFAULT_DEFAULT_wxUSE_GTK=0
10636 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10637 DEFAULT_DEFAULT_wxUSE_MSW=1
10642 if test "$wxUSE_GUI" = "yes"; then
10644 if test "$USE_BEOS" = 1; then
10645 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10646 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10647 { (exit 1); exit 1; }; }
10650 if test "$TOOLKIT_GIVEN" = 1; then
10651 for toolkit in `echo $ALL_TOOLKITS`; do
10653 eval "value=\$${var}"
10654 if test "x$value" = "xno"; then
10656 elif test "x$value" != "x"; then
10660 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10661 eval "wx${toolkit}_VERSION=$value"
10665 for toolkit in `echo $ALL_TOOLKITS`; do
10666 if test "$has_toolkit_in_cache" != 1; then
10667 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10669 var=DEFAULT_wxUSE_$toolkit
10671 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10672 if test "x$version" != "x"; then
10673 eval "wx${toolkit}_VERSION=$version"
10676 eval "wxUSE_$toolkit=\$${var}"
10680 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10681 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10682 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10685 *-pc-os2_emx | *-pc-os2-emx )
10686 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10689 case "$NUM_TOOLKITS" in
10693 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10694 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10695 { (exit 1); exit 1; }; }
10698 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10699 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10700 { (exit 1); exit 1; }; }
10703 # to be removed when --disable-gtk2 isn't needed
10704 if test "x$wxUSE_GTK2" = "xyes"; then
10706 elif test "x$wxUSE_GTK2" = "xno"; then
10710 for toolkit
in `echo $ALL_TOOLKITS`; do
10712 eval "value=\$${var}"
10713 if test "x$value" != x
; then
10714 cache_var
=CACHE_
$toolkit
10715 eval "cache=\$${cache_var}"
10716 if test "$cache" = 1; then
10717 echo "$var=$value" >> ${wx_arg_cache_file}
10718 eval "version=\$wx${toolkit}_VERSION"
10719 if test "x$version" != "x"; then
10720 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10723 if test "$value" = 1; then
10724 toolkit_echo
=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10725 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10726 echo "${ECHO_T}$toolkit_echo" >&6
10731 if test "x$host_alias" != "x"; then
10732 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10733 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10735 echo "$as_me:$LINENO: result: base only" >&5
10736 echo "${ECHO_T}base only" >&6
10741 doesnt_want_win32
=0
10744 if test "$wxUSE_MSW" = 1 ; then
10746 BAKEFILE_FORCE_PLATFORM
=win32
10748 doesnt_want_win32
=1
10756 if test "$wxUSE_WINE" = "yes"; then
10760 LDFLAGS_GUI
="-mwindows"
10763 if test "$wants_win32" = 1 ; then
10766 cat >>confdefs.h
<<\_ACEOF
10767 #define __WIN32__ 1
10770 cat >>confdefs.h
<<\_ACEOF
10771 #define __WIN95__ 1
10774 cat >>confdefs.h
<<\_ACEOF
10775 #define __WINDOWS__ 1
10778 cat >>confdefs.h
<<\_ACEOF
10779 #define __GNUWIN32__ 1
10782 cat >>confdefs.h
<<\_ACEOF
10786 cat >>confdefs.h
<<\_ACEOF
10787 #define WINVER 0x0400
10791 if test "$doesnt_want_win32" = 1 ; then
10796 if test "$USE_UNIX" = 1 ; then
10798 cat >>confdefs.h
<<\_ACEOF
10805 cat >confcache
<<\_ACEOF
10806 # This file is a shell script that caches the results of configure
10807 # tests run on this system so they can be shared between configure
10808 # scripts and configure runs, see configure's option --config-cache.
10809 # It is not useful on other systems. If it contains results you don't
10810 # want to keep, you may remove or edit it.
10812 # config.status only pays attention to the cache file if you give it
10813 # the --recheck option to rerun configure.
10815 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10816 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10817 # following values.
10821 # The following way of writing the cache mishandles newlines in values,
10822 # but we know of no workaround that is simple, portable, and efficient.
10823 # So, don't put newlines in cache variables' values.
10824 # Ultrix sh set writes to stderr and can't be redirected directly,
10825 # and sets the high bit in the cache file unless we assign to the vars.
10828 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10830 # `set' does not quote correctly, so add quotes (double-quote
10831 # substitution turns \\\\ into \\, and sed turns \\ into \).
10834 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10837 # `set' quotes correctly as required by POSIX, so do not add quotes.
10839 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10846 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10848 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10850 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
10851 if test -w $cache_file; then
10852 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10853 cat confcache
>$cache_file
10855 echo "not updating unwritable cache $cache_file"
10865 ac_cpp
='$CPP $CPPFLAGS'
10866 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10867 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10868 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10869 if test -n "$ac_tool_prefix"; then
10870 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10871 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
10872 echo "$as_me:$LINENO: checking for $ac_word" >&5
10873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10874 if test "${ac_cv_prog_CC+set}" = set; then
10875 echo $ECHO_N "(cached) $ECHO_C" >&6
10877 if test -n "$CC"; then
10878 ac_cv_prog_CC
="$CC" # Let the user override the test.
10880 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10881 for as_dir
in $PATH
10884 test -z "$as_dir" && as_dir
=.
10885 for ac_exec_ext
in '' $ac_executable_extensions; do
10886 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10887 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
10888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10897 if test -n "$CC"; then
10898 echo "$as_me:$LINENO: result: $CC" >&5
10899 echo "${ECHO_T}$CC" >&6
10901 echo "$as_me:$LINENO: result: no" >&5
10902 echo "${ECHO_T}no" >&6
10906 if test -z "$ac_cv_prog_CC"; then
10908 # Extract the first word of "gcc", so it can be a program name with args.
10909 set dummy gcc
; ac_word
=$2
10910 echo "$as_me:$LINENO: checking for $ac_word" >&5
10911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10912 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10913 echo $ECHO_N "(cached) $ECHO_C" >&6
10915 if test -n "$ac_ct_CC"; then
10916 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10918 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10919 for as_dir
in $PATH
10922 test -z "$as_dir" && as_dir
=.
10923 for ac_exec_ext
in '' $ac_executable_extensions; do
10924 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10925 ac_cv_prog_ac_ct_CC
="gcc"
10926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10934 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10935 if test -n "$ac_ct_CC"; then
10936 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10937 echo "${ECHO_T}$ac_ct_CC" >&6
10939 echo "$as_me:$LINENO: result: no" >&5
10940 echo "${ECHO_T}no" >&6
10945 CC
="$ac_cv_prog_CC"
10948 if test -z "$CC"; then
10949 if test -n "$ac_tool_prefix"; then
10950 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10951 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
10952 echo "$as_me:$LINENO: checking for $ac_word" >&5
10953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10954 if test "${ac_cv_prog_CC+set}" = set; then
10955 echo $ECHO_N "(cached) $ECHO_C" >&6
10957 if test -n "$CC"; then
10958 ac_cv_prog_CC
="$CC" # Let the user override the test.
10960 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10961 for as_dir
in $PATH
10964 test -z "$as_dir" && as_dir
=.
10965 for ac_exec_ext
in '' $ac_executable_extensions; do
10966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10967 ac_cv_prog_CC
="${ac_tool_prefix}cc"
10968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10977 if test -n "$CC"; then
10978 echo "$as_me:$LINENO: result: $CC" >&5
10979 echo "${ECHO_T}$CC" >&6
10981 echo "$as_me:$LINENO: result: no" >&5
10982 echo "${ECHO_T}no" >&6
10986 if test -z "$ac_cv_prog_CC"; then
10988 # Extract the first word of "cc", so it can be a program name with args.
10989 set dummy cc
; ac_word
=$2
10990 echo "$as_me:$LINENO: checking for $ac_word" >&5
10991 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10992 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10993 echo $ECHO_N "(cached) $ECHO_C" >&6
10995 if test -n "$ac_ct_CC"; then
10996 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10998 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10999 for as_dir
in $PATH
11002 test -z "$as_dir" && as_dir
=.
11003 for ac_exec_ext
in '' $ac_executable_extensions; do
11004 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11005 ac_cv_prog_ac_ct_CC
="cc"
11006 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11014 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
11015 if test -n "$ac_ct_CC"; then
11016 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11017 echo "${ECHO_T}$ac_ct_CC" >&6
11019 echo "$as_me:$LINENO: result: no" >&5
11020 echo "${ECHO_T}no" >&6
11025 CC
="$ac_cv_prog_CC"
11029 if test -z "$CC"; then
11030 # Extract the first word of "cc", so it can be a program name with args.
11031 set dummy cc
; ac_word
=$2
11032 echo "$as_me:$LINENO: checking for $ac_word" >&5
11033 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11034 if test "${ac_cv_prog_CC+set}" = set; then
11035 echo $ECHO_N "(cached) $ECHO_C" >&6
11037 if test -n "$CC"; then
11038 ac_cv_prog_CC
="$CC" # Let the user override the test.
11040 ac_prog_rejected
=no
11041 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11042 for as_dir
in $PATH
11045 test -z "$as_dir" && as_dir
=.
11046 for ac_exec_ext
in '' $ac_executable_extensions; do
11047 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11048 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
11049 ac_prog_rejected
=yes
11053 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11059 if test $ac_prog_rejected = yes; then
11060 # We found a bogon in the path, so make sure we never use it.
11061 set dummy
$ac_cv_prog_CC
11063 if test $# != 0; then
11064 # We chose a different compiler from the bogus one.
11065 # However, it has the same basename, so the bogon will be chosen
11066 # first if we set CC to just the basename; use the full file name.
11068 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
11074 if test -n "$CC"; then
11075 echo "$as_me:$LINENO: result: $CC" >&5
11076 echo "${ECHO_T}$CC" >&6
11078 echo "$as_me:$LINENO: result: no" >&5
11079 echo "${ECHO_T}no" >&6
11083 if test -z "$CC"; then
11084 if test -n "$ac_tool_prefix"; then
11087 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11088 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
11089 echo "$as_me:$LINENO: checking for $ac_word" >&5
11090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11091 if test "${ac_cv_prog_CC+set}" = set; then
11092 echo $ECHO_N "(cached) $ECHO_C" >&6
11094 if test -n "$CC"; then
11095 ac_cv_prog_CC
="$CC" # Let the user override the test.
11097 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11098 for as_dir
in $PATH
11101 test -z "$as_dir" && as_dir
=.
11102 for ac_exec_ext
in '' $ac_executable_extensions; do
11103 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11104 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
11105 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11114 if test -n "$CC"; then
11115 echo "$as_me:$LINENO: result: $CC" >&5
11116 echo "${ECHO_T}$CC" >&6
11118 echo "$as_me:$LINENO: result: no" >&5
11119 echo "${ECHO_T}no" >&6
11122 test -n "$CC" && break
11125 if test -z "$CC"; then
11129 # Extract the first word of "$ac_prog", so it can be a program name with args.
11130 set dummy
$ac_prog; ac_word
=$2
11131 echo "$as_me:$LINENO: checking for $ac_word" >&5
11132 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11133 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11134 echo $ECHO_N "(cached) $ECHO_C" >&6
11136 if test -n "$ac_ct_CC"; then
11137 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
11139 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11140 for as_dir
in $PATH
11143 test -z "$as_dir" && as_dir
=.
11144 for ac_exec_ext
in '' $ac_executable_extensions; do
11145 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11146 ac_cv_prog_ac_ct_CC
="$ac_prog"
11147 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11155 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
11156 if test -n "$ac_ct_CC"; then
11157 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11158 echo "${ECHO_T}$ac_ct_CC" >&6
11160 echo "$as_me:$LINENO: result: no" >&5
11161 echo "${ECHO_T}no" >&6
11164 test -n "$ac_ct_CC" && break
11173 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11174 See \`config.log' for more details." >&5
11175 echo "$as_me: error: no acceptable C compiler found in \$PATH
11176 See \`config.log' for more details." >&2;}
11177 { (exit 1); exit 1; }; }
11179 # Provide some information about the compiler.
11180 echo "$as_me:$LINENO:" \
11181 "checking for C compiler version" >&5
11182 ac_compiler
=`set X $ac_compile; echo $2`
11183 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11184 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11187 (exit $ac_status); }
11188 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11189 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
11191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11192 (exit $ac_status); }
11193 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11194 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
11196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11197 (exit $ac_status); }
11199 cat >conftest.
$ac_ext <<_ACEOF
11202 cat confdefs.h
>>conftest.
$ac_ext
11203 cat >>conftest.
$ac_ext <<_ACEOF
11204 /* end confdefs.h. */
11214 ac_clean_files_save
=$ac_clean_files
11215 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
11216 # Try to create an executable without -o first, disregard a.out.
11217 # It will help us diagnose broken compilers, and finding out an intuition
11219 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11220 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
11221 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11222 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11223 (eval $ac_link_default) 2>&5
11225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11226 (exit $ac_status); }; then
11227 # Find the output, starting from the most likely. This scheme is
11228 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
11231 # Be careful to initialize this variable, since it used to be cached.
11232 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11234 # b.out is created by i960 compilers.
11235 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
11237 test -f "$ac_file" || continue
11239 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
11242 # This is the source file.
11245 # We found the default executable, but exeext='' is most
11249 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
11250 # FIXME: I believe we export ac_cv_exeext for Libtool,
11251 # but it would be cool to find out if it's true. Does anybody
11252 # maintain Libtool? --akim.
11253 export ac_cv_exeext
11260 echo "$as_me: failed program was:" >&5
11261 sed 's/^/| /' conftest.
$ac_ext >&5
11263 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11264 See \`config.log' for more details." >&5
11265 echo "$as_me: error: C compiler cannot create executables
11266 See \`config.log' for more details." >&2;}
11267 { (exit 77); exit 77; }; }
11270 ac_exeext
=$ac_cv_exeext
11271 echo "$as_me:$LINENO: result: $ac_file" >&5
11272 echo "${ECHO_T}$ac_file" >&6
11274 # Check the compiler produces executables we can run. If not, either
11275 # the compiler is broken, or we cross compile.
11276 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11277 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11278 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11279 # If not cross compiling, check that we can run a simple program.
11280 if test "$cross_compiling" != yes; then
11281 if { ac_try
='./$ac_file'
11282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11283 (eval $ac_try) 2>&5
11285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11286 (exit $ac_status); }; }; then
11289 if test "$cross_compiling" = maybe
; then
11290 cross_compiling
=yes
11292 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11293 If you meant to cross compile, use \`--host'.
11294 See \`config.log' for more details." >&5
11295 echo "$as_me: error: cannot run C compiled programs.
11296 If you meant to cross compile, use \`--host'.
11297 See \`config.log' for more details." >&2;}
11298 { (exit 1); exit 1; }; }
11302 echo "$as_me:$LINENO: result: yes" >&5
11303 echo "${ECHO_T}yes" >&6
11305 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
11306 ac_clean_files
=$ac_clean_files_save
11307 # Check the compiler produces executables we can run. If not, either
11308 # the compiler is broken, or we cross compile.
11309 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11310 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11311 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11312 echo "${ECHO_T}$cross_compiling" >&6
11314 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11315 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11317 (eval $ac_link) 2>&5
11319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11320 (exit $ac_status); }; then
11321 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11322 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11323 # work properly (i.e., refer to `conftest.exe'), while it won't with
11325 for ac_file
in conftest.exe conftest conftest.
*; do
11326 test -f "$ac_file" || continue
11328 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
11329 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
11330 export ac_cv_exeext
11336 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11337 See \`config.log' for more details." >&5
11338 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11339 See \`config.log' for more details." >&2;}
11340 { (exit 1); exit 1; }; }
11343 rm -f conftest
$ac_cv_exeext
11344 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11345 echo "${ECHO_T}$ac_cv_exeext" >&6
11347 rm -f conftest.
$ac_ext
11348 EXEEXT
=$ac_cv_exeext
11350 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11351 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11352 if test "${ac_cv_objext+set}" = set; then
11353 echo $ECHO_N "(cached) $ECHO_C" >&6
11355 cat >conftest.
$ac_ext <<_ACEOF
11358 cat confdefs.h
>>conftest.
$ac_ext
11359 cat >>conftest.
$ac_ext <<_ACEOF
11360 /* end confdefs.h. */
11370 rm -f conftest.o conftest.obj
11371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11372 (eval $ac_compile) 2>&5
11374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11375 (exit $ac_status); }; then
11376 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11378 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
11379 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
11384 echo "$as_me: failed program was:" >&5
11385 sed 's/^/| /' conftest.
$ac_ext >&5
11387 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11388 See \`config.log' for more details." >&5
11389 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11390 See \`config.log' for more details." >&2;}
11391 { (exit 1); exit 1; }; }
11394 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
11396 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11397 echo "${ECHO_T}$ac_cv_objext" >&6
11398 OBJEXT
=$ac_cv_objext
11400 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11401 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11402 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11403 echo $ECHO_N "(cached) $ECHO_C" >&6
11405 cat >conftest.
$ac_ext <<_ACEOF
11408 cat confdefs.h
>>conftest.
$ac_ext
11409 cat >>conftest.
$ac_ext <<_ACEOF
11410 /* end confdefs.h. */
11423 rm -f conftest.
$ac_objext
11424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11425 (eval $ac_compile) 2>conftest.er1
11427 grep -v '^ *+' conftest.er1
>conftest.err
11429 cat conftest.err
>&5
11430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11431 (exit $ac_status); } &&
11432 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11434 (eval $ac_try) 2>&5
11436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11437 (exit $ac_status); }; } &&
11438 { ac_try
='test -s conftest.$ac_objext'
11439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11440 (eval $ac_try) 2>&5
11442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11443 (exit $ac_status); }; }; then
11444 ac_compiler_gnu
=yes
11446 echo "$as_me: failed program was:" >&5
11447 sed 's/^/| /' conftest.
$ac_ext >&5
11451 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11452 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
11455 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11456 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11457 GCC
=`test $ac_compiler_gnu = yes && echo yes`
11458 ac_test_CFLAGS
=${CFLAGS+set}
11459 ac_save_CFLAGS
=$CFLAGS
11461 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11462 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11463 if test "${ac_cv_prog_cc_g+set}" = set; then
11464 echo $ECHO_N "(cached) $ECHO_C" >&6
11466 cat >conftest.
$ac_ext <<_ACEOF
11469 cat confdefs.h
>>conftest.
$ac_ext
11470 cat >>conftest.
$ac_ext <<_ACEOF
11471 /* end confdefs.h. */
11481 rm -f conftest.
$ac_objext
11482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11483 (eval $ac_compile) 2>conftest.er1
11485 grep -v '^ *+' conftest.er1
>conftest.err
11487 cat conftest.err
>&5
11488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11489 (exit $ac_status); } &&
11490 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11492 (eval $ac_try) 2>&5
11494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11495 (exit $ac_status); }; } &&
11496 { ac_try
='test -s conftest.$ac_objext'
11497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11498 (eval $ac_try) 2>&5
11500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11501 (exit $ac_status); }; }; then
11502 ac_cv_prog_cc_g
=yes
11504 echo "$as_me: failed program was:" >&5
11505 sed 's/^/| /' conftest.
$ac_ext >&5
11509 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11511 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11512 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11513 if test "$ac_test_CFLAGS" = set; then
11514 CFLAGS
=$ac_save_CFLAGS
11515 elif test $ac_cv_prog_cc_g = yes; then
11516 if test "$GCC" = yes; then
11522 if test "$GCC" = yes; then
11528 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11529 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11530 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11531 echo $ECHO_N "(cached) $ECHO_C" >&6
11533 ac_cv_prog_cc_stdc
=no
11535 cat >conftest.
$ac_ext <<_ACEOF
11538 cat confdefs.h
>>conftest.
$ac_ext
11539 cat >>conftest.
$ac_ext <<_ACEOF
11540 /* end confdefs.h. */
11541 #include <stdarg.h>
11543 #include <sys/types.h>
11544 #include <sys/stat.h>
11545 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11546 struct buf { int x; };
11547 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11548 static char *e (p, i)
11554 static char *f (char * (*g) (char **, int), char **p, ...)
11559 s = g (p, va_arg (v,int));
11564 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11565 function prototypes and stuff, but not '\xHH' hex character constants.
11566 These don't provoke an error unfortunately, instead are silently treated
11567 as 'x'. The following induces an error, until -std1 is added to get
11568 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11569 array size at least. It's necessary to write '\x00'==0 to get something
11570 that's true only with -std1. */
11571 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11573 int test (int i, double x);
11574 struct s1 {int (*f) (int a);};
11575 struct s2 {int (*f) (double a);};
11576 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11582 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11587 # Don't try gcc -ansi; that turns off useful extensions and
11588 # breaks some systems' header files.
11589 # AIX -qlanglvl=ansi
11590 # Ultrix and OSF/1 -std1
11591 # HP-UX 10.20 and later -Ae
11592 # HP-UX older versions -Aa -D_HPUX_SOURCE
11593 # SVR4 -Xc -D__EXTENSIONS__
11594 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11596 CC
="$ac_save_CC $ac_arg"
11597 rm -f conftest.
$ac_objext
11598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11599 (eval $ac_compile) 2>conftest.er1
11601 grep -v '^ *+' conftest.er1
>conftest.err
11603 cat conftest.err
>&5
11604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605 (exit $ac_status); } &&
11606 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11608 (eval $ac_try) 2>&5
11610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611 (exit $ac_status); }; } &&
11612 { ac_try
='test -s conftest.$ac_objext'
11613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11614 (eval $ac_try) 2>&5
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); }; }; then
11618 ac_cv_prog_cc_stdc
=$ac_arg
11621 echo "$as_me: failed program was:" >&5
11622 sed 's/^/| /' conftest.
$ac_ext >&5
11625 rm -f conftest.err conftest.
$ac_objext
11627 rm -f conftest.
$ac_ext conftest.
$ac_objext
11632 case "x$ac_cv_prog_cc_stdc" in
11634 echo "$as_me:$LINENO: result: none needed" >&5
11635 echo "${ECHO_T}none needed" >&6 ;;
11637 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11638 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11639 CC
="$CC $ac_cv_prog_cc_stdc" ;;
11642 # Some people use a C++ compiler to compile C. Since we use `exit',
11643 # in C++ we need to declare it. In case someone uses the same compiler
11644 # for both compiling C and C++ we need to have the C++ compiler decide
11645 # the declaration of exit, since it's the most demanding environment.
11646 cat >conftest.
$ac_ext <<_ACEOF
11647 #ifndef __cplusplus
11651 rm -f conftest.
$ac_objext
11652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11653 (eval $ac_compile) 2>conftest.er1
11655 grep -v '^ *+' conftest.er1
>conftest.err
11657 cat conftest.err
>&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } &&
11660 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11662 (eval $ac_try) 2>&5
11664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11665 (exit $ac_status); }; } &&
11666 { ac_try
='test -s conftest.$ac_objext'
11667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11668 (eval $ac_try) 2>&5
11670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11671 (exit $ac_status); }; }; then
11672 for ac_declaration
in \
11674 'extern "C" void std::exit (int) throw (); using std::exit;' \
11675 'extern "C" void std::exit (int); using std::exit;' \
11676 'extern "C" void exit (int) throw ();' \
11677 'extern "C" void exit (int);' \
11680 cat >conftest.
$ac_ext <<_ACEOF
11683 cat confdefs.h
>>conftest.
$ac_ext
11684 cat >>conftest.
$ac_ext <<_ACEOF
11685 /* end confdefs.h. */
11687 #include <stdlib.h>
11696 rm -f conftest.
$ac_objext
11697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11698 (eval $ac_compile) 2>conftest.er1
11700 grep -v '^ *+' conftest.er1
>conftest.err
11702 cat conftest.err
>&5
11703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11704 (exit $ac_status); } &&
11705 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11707 (eval $ac_try) 2>&5
11709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11710 (exit $ac_status); }; } &&
11711 { ac_try
='test -s conftest.$ac_objext'
11712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11713 (eval $ac_try) 2>&5
11715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11716 (exit $ac_status); }; }; then
11719 echo "$as_me: failed program was:" >&5
11720 sed 's/^/| /' conftest.
$ac_ext >&5
11724 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11725 cat >conftest.
$ac_ext <<_ACEOF
11728 cat confdefs.h
>>conftest.
$ac_ext
11729 cat >>conftest.
$ac_ext <<_ACEOF
11730 /* end confdefs.h. */
11740 rm -f conftest.
$ac_objext
11741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11742 (eval $ac_compile) 2>conftest.er1
11744 grep -v '^ *+' conftest.er1
>conftest.err
11746 cat conftest.err
>&5
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } &&
11749 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11751 (eval $ac_try) 2>&5
11753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11754 (exit $ac_status); }; } &&
11755 { ac_try
='test -s conftest.$ac_objext'
11756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11757 (eval $ac_try) 2>&5
11759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760 (exit $ac_status); }; }; then
11763 echo "$as_me: failed program was:" >&5
11764 sed 's/^/| /' conftest.
$ac_ext >&5
11767 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11770 if test -n "$ac_declaration"; then
11771 echo '#ifdef __cplusplus' >>confdefs.h
11772 echo $ac_declaration >>confdefs.h
11773 echo '#endif' >>confdefs.h
11777 echo "$as_me: failed program was:" >&5
11778 sed 's/^/| /' conftest.
$ac_ext >&5
11781 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11783 ac_cpp
='$CPP $CPPFLAGS'
11784 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11785 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11786 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11791 ac_cpp
='$CPP $CPPFLAGS'
11792 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11793 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11794 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11796 echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
11797 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6
11798 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
11799 echo $ECHO_N "(cached) $ECHO_C" >&6
11801 cat >conftest.
$ac_ext <<_ACEOF
11804 cat confdefs.h
>>conftest.
$ac_ext
11805 cat >>conftest.
$ac_ext <<_ACEOF
11806 /* end confdefs.h. */
11812 #ifndef __INTEL_COMPILER
11820 rm -f conftest.
$ac_objext
11821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11822 (eval $ac_compile) 2>conftest.er1
11824 grep -v '^ *+' conftest.er1
>conftest.err
11826 cat conftest.err
>&5
11827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11828 (exit $ac_status); } &&
11829 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11831 (eval $ac_try) 2>&5
11833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11834 (exit $ac_status); }; } &&
11835 { ac_try
='test -s conftest.$ac_objext'
11836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11837 (eval $ac_try) 2>&5
11839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11840 (exit $ac_status); }; }; then
11841 bakefile_cv_c_compiler___INTEL_COMPILER
=yes
11843 echo "$as_me: failed program was:" >&5
11844 sed 's/^/| /' conftest.
$ac_ext >&5
11846 bakefile_cv_c_compiler___INTEL_COMPILER
=no
11849 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11853 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
11854 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6
11856 ac_cpp
='$CPP $CPPFLAGS'
11857 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11858 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11859 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11861 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
11868 if test "x$GCC" != "xyes"; then
11869 if test "xCC" = "xC"; then
11870 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11871 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11872 if test "${bakefile_cv_c_exto+set}" = set; then
11873 echo $ECHO_N "(cached) $ECHO_C" >&6
11875 cat >conftest.
$ac_ext <<_ACEOF
11878 cat confdefs.h
>>conftest.
$ac_ext
11879 cat >>conftest.
$ac_ext <<_ACEOF
11880 /* end confdefs.h. */
11890 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
11891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11892 (eval $ac_compile) 2>&5
11894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11895 (exit $ac_status); }; then
11896 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
11898 conftest.
$ac_ext.o
)
11899 bakefile_cv_c_exto
="-ext o"
11906 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11907 See \`config.log' for more details." >&5
11908 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11909 See \`config.log' for more details." >&2;}
11910 { (exit 1); exit 1; }; }
11914 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
11917 echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
11918 echo "${ECHO_T}$bakefile_cv_c_exto" >&6
11919 if test "x$bakefile_cv_c_exto" '!=' "x"; then
11920 if test "c" = "c"; then
11921 CFLAGS
="$bakefile_cv_c_exto $CFLAGS"
11923 if test "c" = "cxx"; then
11924 CXXFLAGS
="$bakefile_cv_c_exto $CXXFLAGS"
11928 if test "x$bakefile_cv_c_exto" '!=' "x"; then
11929 unset ac_cv_prog_cc_g
11930 ac_test_CFLAGS
=${CFLAGS+set}
11931 ac_save_CFLAGS
=$CFLAGS
11933 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11934 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11935 if test "${ac_cv_prog_cc_g+set}" = set; then
11936 echo $ECHO_N "(cached) $ECHO_C" >&6
11938 cat >conftest.
$ac_ext <<_ACEOF
11941 cat confdefs.h
>>conftest.
$ac_ext
11942 cat >>conftest.
$ac_ext <<_ACEOF
11943 /* end confdefs.h. */
11953 rm -f conftest.
$ac_objext
11954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11955 (eval $ac_compile) 2>conftest.er1
11957 grep -v '^ *+' conftest.er1
>conftest.err
11959 cat conftest.err
>&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } &&
11962 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11964 (eval $ac_try) 2>&5
11966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11967 (exit $ac_status); }; } &&
11968 { ac_try
='test -s conftest.$ac_objext'
11969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11970 (eval $ac_try) 2>&5
11972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973 (exit $ac_status); }; }; then
11974 ac_cv_prog_cc_g
=yes
11976 echo "$as_me: failed program was:" >&5
11977 sed 's/^/| /' conftest.
$ac_ext >&5
11981 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11983 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11984 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11985 if test "$ac_test_CFLAGS" = set; then
11986 CFLAGS
=$ac_save_CFLAGS
11987 elif test $ac_cv_prog_cc_g = yes; then
11988 if test "$GCC" = yes; then
11994 if test "$GCC" = yes; then
12006 ac_cpp
='$CPP $CPPFLAGS'
12007 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12008 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12009 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12011 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12012 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
12013 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
12014 echo $ECHO_N "(cached) $ECHO_C" >&6
12016 cat >conftest.
$ac_ext <<_ACEOF
12019 cat confdefs.h
>>conftest.
$ac_ext
12020 cat >>conftest.
$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12034 rm -f conftest.
$ac_objext
12035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12036 (eval $ac_compile) 2>conftest.er1
12038 grep -v '^ *+' conftest.er1
>conftest.err
12040 cat conftest.err
>&5
12041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12042 (exit $ac_status); } &&
12043 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12045 (eval $ac_try) 2>&5
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; } &&
12049 { ac_try
='test -s conftest.$ac_objext'
12050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12051 (eval $ac_try) 2>&5
12053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 (exit $ac_status); }; }; then
12055 bakefile_compiler_xlc
=yes
12057 echo "$as_me: failed program was:" >&5
12058 sed 's/^/| /' conftest.
$ac_ext >&5
12060 bakefile_compiler_xlc
=no
12062 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12063 bakefile_cv_c_compiler_xlc
=$bakefile_compiler_xlc
12066 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12067 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
12069 XLCC
=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
12071 ac_cpp
='$CPP $CPPFLAGS'
12072 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12073 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12074 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12081 ac_cpp
='$CPP $CPPFLAGS'
12082 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12083 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12084 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12086 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
12087 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
12088 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
12089 echo $ECHO_N "(cached) $ECHO_C" >&6
12091 cat >conftest.
$ac_ext <<_ACEOF
12094 cat confdefs.h
>>conftest.
$ac_ext
12095 cat >>conftest.
$ac_ext <<_ACEOF
12096 /* end confdefs.h. */
12109 rm -f conftest.
$ac_objext
12110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12111 (eval $ac_compile) 2>conftest.er1
12113 grep -v '^ *+' conftest.er1
>conftest.err
12115 cat conftest.err
>&5
12116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12117 (exit $ac_status); } &&
12118 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12120 (eval $ac_try) 2>&5
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); }; } &&
12124 { ac_try
='test -s conftest.$ac_objext'
12125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12126 (eval $ac_try) 2>&5
12128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12129 (exit $ac_status); }; }; then
12130 bakefile_compiler_mwerks
=yes
12132 echo "$as_me: failed program was:" >&5
12133 sed 's/^/| /' conftest.
$ac_ext >&5
12135 bakefile_compiler_mwerks
=no
12137 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12138 bakefile_cv_c_compiler_mwerks
=$bakefile_compiler_mwerks
12141 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
12142 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
12144 MWCC
=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
12146 ac_cpp
='$CPP $CPPFLAGS'
12147 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12148 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12149 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12153 ac_cpp
='$CPP $CPPFLAGS'
12154 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12155 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12156 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12158 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
12159 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
12160 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
12161 echo $ECHO_N "(cached) $ECHO_C" >&6
12163 cat >conftest.
$ac_ext <<_ACEOF
12166 cat confdefs.h
>>conftest.
$ac_ext
12167 cat >>conftest.
$ac_ext <<_ACEOF
12168 /* end confdefs.h. */
12181 rm -f conftest.
$ac_objext
12182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12183 (eval $ac_compile) 2>conftest.er1
12185 grep -v '^ *+' conftest.er1
>conftest.err
12187 cat conftest.err
>&5
12188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189 (exit $ac_status); } &&
12190 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12192 (eval $ac_try) 2>&5
12194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); }; } &&
12196 { ac_try
='test -s conftest.$ac_objext'
12197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12198 (eval $ac_try) 2>&5
12200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12201 (exit $ac_status); }; }; then
12202 bakefile_compiler_xlc
=yes
12204 echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.
$ac_ext >&5
12207 bakefile_compiler_xlc
=no
12209 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12210 bakefile_cv_c_compiler_xlc
=$bakefile_compiler_xlc
12213 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
12214 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
12216 XLCC
=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
12218 ac_cpp
='$CPP $CPPFLAGS'
12219 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12230 ac_cpp
='$CPP $CPPFLAGS'
12231 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12232 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12233 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12235 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
12236 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
12237 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
12238 echo $ECHO_N "(cached) $ECHO_C" >&6
12240 cat >conftest.
$ac_ext <<_ACEOF
12243 cat confdefs.h
>>conftest.
$ac_ext
12244 cat >>conftest.
$ac_ext <<_ACEOF
12245 /* end confdefs.h. */
12251 #ifndef _SGI_COMPILER_VERSION
12259 rm -f conftest.
$ac_objext
12260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12261 (eval $ac_compile) 2>conftest.er1
12263 grep -v '^ *+' conftest.er1
>conftest.err
12265 cat conftest.err
>&5
12266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12267 (exit $ac_status); } &&
12268 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12270 (eval $ac_try) 2>&5
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); }; } &&
12274 { ac_try
='test -s conftest.$ac_objext'
12275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12276 (eval $ac_try) 2>&5
12278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12279 (exit $ac_status); }; }; then
12280 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=yes
12282 echo "$as_me: failed program was:" >&5
12283 sed 's/^/| /' conftest.
$ac_ext >&5
12285 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=no
12288 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12292 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
12293 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
12295 ac_cpp
='$CPP $CPPFLAGS'
12296 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12297 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12298 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12300 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
12313 ac_cpp
='$CPP $CPPFLAGS'
12314 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12315 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12316 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12318 echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
12319 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6
12320 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12323 cat >conftest.
$ac_ext <<_ACEOF
12326 cat confdefs.h
>>conftest.
$ac_ext
12327 cat >>conftest.
$ac_ext <<_ACEOF
12328 /* end confdefs.h. */
12342 rm -f conftest.
$ac_objext
12343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12344 (eval $ac_compile) 2>conftest.er1
12346 grep -v '^ *+' conftest.er1
>conftest.err
12348 cat conftest.err
>&5
12349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350 (exit $ac_status); } &&
12351 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12353 (eval $ac_try) 2>&5
12355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12356 (exit $ac_status); }; } &&
12357 { ac_try
='test -s conftest.$ac_objext'
12358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12359 (eval $ac_try) 2>&5
12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); }; }; then
12363 bakefile_cv_c_compiler___HP_cc
=yes
12365 echo "$as_me: failed program was:" >&5
12366 sed 's/^/| /' conftest.
$ac_ext >&5
12368 bakefile_cv_c_compiler___HP_cc
=no
12371 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12375 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
12376 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6
12378 ac_cpp
='$CPP $CPPFLAGS'
12379 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12380 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12381 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12383 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
12396 ac_cpp
='$CPP $CPPFLAGS'
12397 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12398 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12399 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12401 echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
12402 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6
12403 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
12404 echo $ECHO_N "(cached) $ECHO_C" >&6
12406 cat >conftest.
$ac_ext <<_ACEOF
12409 cat confdefs.h
>>conftest.
$ac_ext
12410 cat >>conftest.
$ac_ext <<_ACEOF
12411 /* end confdefs.h. */
12425 rm -f conftest.
$ac_objext
12426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12427 (eval $ac_compile) 2>conftest.er1
12429 grep -v '^ *+' conftest.er1
>conftest.err
12431 cat conftest.err
>&5
12432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12433 (exit $ac_status); } &&
12434 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12436 (eval $ac_try) 2>&5
12438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12439 (exit $ac_status); }; } &&
12440 { ac_try
='test -s conftest.$ac_objext'
12441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12442 (eval $ac_try) 2>&5
12444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12445 (exit $ac_status); }; }; then
12446 bakefile_cv_c_compiler___DECC
=yes
12448 echo "$as_me: failed program was:" >&5
12449 sed 's/^/| /' conftest.
$ac_ext >&5
12451 bakefile_cv_c_compiler___DECC
=no
12454 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12458 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
12459 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6
12461 ac_cpp
='$CPP $CPPFLAGS'
12462 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12463 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12464 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12466 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
12479 ac_cpp
='$CPP $CPPFLAGS'
12480 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12481 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12482 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12484 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
12485 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
12486 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
12487 echo $ECHO_N "(cached) $ECHO_C" >&6
12489 cat >conftest.
$ac_ext <<_ACEOF
12492 cat confdefs.h
>>conftest.
$ac_ext
12493 cat >>conftest.
$ac_ext <<_ACEOF
12494 /* end confdefs.h. */
12508 rm -f conftest.
$ac_objext
12509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12510 (eval $ac_compile) 2>conftest.er1
12512 grep -v '^ *+' conftest.er1
>conftest.err
12514 cat conftest.err
>&5
12515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12516 (exit $ac_status); } &&
12517 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12519 (eval $ac_try) 2>&5
12521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12522 (exit $ac_status); }; } &&
12523 { ac_try
='test -s conftest.$ac_objext'
12524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12525 (eval $ac_try) 2>&5
12527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12528 (exit $ac_status); }; }; then
12529 bakefile_cv_c_compiler___SUNPRO_C
=yes
12531 echo "$as_me: failed program was:" >&5
12532 sed 's/^/| /' conftest.
$ac_ext >&5
12534 bakefile_cv_c_compiler___SUNPRO_C
=no
12537 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12541 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
12542 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
12544 ac_cpp
='$CPP $CPPFLAGS'
12545 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12546 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12547 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12549 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
12563 ac_cpp
='$CPP $CPPFLAGS'
12564 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12565 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12566 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12567 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12568 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
12569 # On Suns, sometimes $CPP names a directory.
12570 if test -n "$CPP" && test -d "$CPP"; then
12573 if test -z "$CPP"; then
12574 if test "${ac_cv_prog_CPP+set}" = set; then
12575 echo $ECHO_N "(cached) $ECHO_C" >&6
12577 # Double quotes because CPP needs to be expanded
12578 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12580 ac_preproc_ok
=false
12581 for ac_c_preproc_warn_flag
in '' yes
12583 # Use a header file that comes with gcc, so configuring glibc
12584 # with a fresh cross-compiler works.
12585 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12586 # <limits.h> exists even on freestanding compilers.
12587 # On the NeXT, cc -E runs the code through the compiler's parser,
12588 # not just through cpp. "Syntax error" is here to catch this case.
12589 cat >conftest.
$ac_ext <<_ACEOF
12592 cat confdefs.h
>>conftest.
$ac_ext
12593 cat >>conftest.
$ac_ext <<_ACEOF
12594 /* end confdefs.h. */
12596 # include <limits.h>
12598 # include <assert.h>
12602 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12603 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12605 grep -v '^ *+' conftest.er1
>conftest.err
12607 cat conftest.err
>&5
12608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12609 (exit $ac_status); } >/dev
/null
; then
12610 if test -s conftest.err
; then
12611 ac_cpp_err
=$ac_c_preproc_warn_flag
12612 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12619 if test -z "$ac_cpp_err"; then
12622 echo "$as_me: failed program was:" >&5
12623 sed 's/^/| /' conftest.
$ac_ext >&5
12625 # Broken: fails on valid input.
12628 rm -f conftest.err conftest.
$ac_ext
12630 # OK, works on sane cases. Now check whether non-existent headers
12631 # can be detected and how.
12632 cat >conftest.
$ac_ext <<_ACEOF
12635 cat confdefs.h
>>conftest.
$ac_ext
12636 cat >>conftest.
$ac_ext <<_ACEOF
12637 /* end confdefs.h. */
12638 #include <ac_nonexistent.h>
12640 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12641 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12643 grep -v '^ *+' conftest.er1
>conftest.err
12645 cat conftest.err
>&5
12646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 (exit $ac_status); } >/dev
/null
; then
12648 if test -s conftest.err
; then
12649 ac_cpp_err
=$ac_c_preproc_warn_flag
12650 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12657 if test -z "$ac_cpp_err"; then
12658 # Broken: success on invalid input.
12661 echo "$as_me: failed program was:" >&5
12662 sed 's/^/| /' conftest.
$ac_ext >&5
12664 # Passes both tests.
12668 rm -f conftest.err conftest.
$ac_ext
12671 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12672 rm -f conftest.err conftest.
$ac_ext
12673 if $ac_preproc_ok; then
12678 ac_cv_prog_CPP
=$CPP
12681 CPP
=$ac_cv_prog_CPP
12683 ac_cv_prog_CPP
=$CPP
12685 echo "$as_me:$LINENO: result: $CPP" >&5
12686 echo "${ECHO_T}$CPP" >&6
12687 ac_preproc_ok
=false
12688 for ac_c_preproc_warn_flag
in '' yes
12690 # Use a header file that comes with gcc, so configuring glibc
12691 # with a fresh cross-compiler works.
12692 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12693 # <limits.h> exists even on freestanding compilers.
12694 # On the NeXT, cc -E runs the code through the compiler's parser,
12695 # not just through cpp. "Syntax error" is here to catch this case.
12696 cat >conftest.
$ac_ext <<_ACEOF
12699 cat confdefs.h
>>conftest.
$ac_ext
12700 cat >>conftest.
$ac_ext <<_ACEOF
12701 /* end confdefs.h. */
12703 # include <limits.h>
12705 # include <assert.h>
12709 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12710 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12712 grep -v '^ *+' conftest.er1
>conftest.err
12714 cat conftest.err
>&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } >/dev
/null
; then
12717 if test -s conftest.err
; then
12718 ac_cpp_err
=$ac_c_preproc_warn_flag
12719 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12726 if test -z "$ac_cpp_err"; then
12729 echo "$as_me: failed program was:" >&5
12730 sed 's/^/| /' conftest.
$ac_ext >&5
12732 # Broken: fails on valid input.
12735 rm -f conftest.err conftest.
$ac_ext
12737 # OK, works on sane cases. Now check whether non-existent headers
12738 # can be detected and how.
12739 cat >conftest.
$ac_ext <<_ACEOF
12742 cat confdefs.h
>>conftest.
$ac_ext
12743 cat >>conftest.
$ac_ext <<_ACEOF
12744 /* end confdefs.h. */
12745 #include <ac_nonexistent.h>
12747 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12748 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12750 grep -v '^ *+' conftest.er1
>conftest.err
12752 cat conftest.err
>&5
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); } >/dev
/null
; then
12755 if test -s conftest.err
; then
12756 ac_cpp_err
=$ac_c_preproc_warn_flag
12757 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12764 if test -z "$ac_cpp_err"; then
12765 # Broken: success on invalid input.
12768 echo "$as_me: failed program was:" >&5
12769 sed 's/^/| /' conftest.
$ac_ext >&5
12771 # Passes both tests.
12775 rm -f conftest.err conftest.
$ac_ext
12778 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12779 rm -f conftest.err conftest.
$ac_ext
12780 if $ac_preproc_ok; then
12783 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12784 See \`config.log' for more details." >&5
12785 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12786 See \`config.log' for more details." >&2;}
12787 { (exit 1); exit 1; }; }
12791 ac_cpp
='$CPP $CPPFLAGS'
12792 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12793 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12794 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12797 echo "$as_me:$LINENO: checking for egrep" >&5
12798 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12799 if test "${ac_cv_prog_egrep+set}" = set; then
12800 echo $ECHO_N "(cached) $ECHO_C" >&6
12802 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
12803 then ac_cv_prog_egrep
='grep -E'
12804 else ac_cv_prog_egrep
='egrep'
12807 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12808 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12809 EGREP
=$ac_cv_prog_egrep
12812 if test $ac_cv_c_compiler_gnu = yes; then
12813 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12814 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12815 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12816 echo $ECHO_N "(cached) $ECHO_C" >&6
12818 ac_pattern
="Autoconf.*'x'"
12819 cat >conftest.
$ac_ext <<_ACEOF
12822 cat confdefs.h
>>conftest.
$ac_ext
12823 cat >>conftest.
$ac_ext <<_ACEOF
12824 /* end confdefs.h. */
12828 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12829 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
12830 ac_cv_prog_gcc_traditional
=yes
12832 ac_cv_prog_gcc_traditional
=no
12837 if test $ac_cv_prog_gcc_traditional = no
; then
12838 cat >conftest.
$ac_ext <<_ACEOF
12841 cat confdefs.h
>>conftest.
$ac_ext
12842 cat >>conftest.
$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12844 #include <termio.h>
12847 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12848 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
12849 ac_cv_prog_gcc_traditional
=yes
12855 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12856 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12857 if test $ac_cv_prog_gcc_traditional = yes; then
12858 CC
="$CC -traditional"
12866 ac_cpp
='$CXXCPP $CPPFLAGS'
12867 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12868 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12869 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12872 CXXFLAGS
=${CXXFLAGS:=}
12877 ac_cpp
='$CXXCPP $CPPFLAGS'
12878 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12879 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12880 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12881 if test -n "$ac_tool_prefix"; then
12882 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
12884 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12885 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
12886 echo "$as_me:$LINENO: checking for $ac_word" >&5
12887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12888 if test "${ac_cv_prog_CXX+set}" = set; then
12889 echo $ECHO_N "(cached) $ECHO_C" >&6
12891 if test -n "$CXX"; then
12892 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
12894 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12895 for as_dir
in $PATH
12898 test -z "$as_dir" && as_dir
=.
12899 for ac_exec_ext
in '' $ac_executable_extensions; do
12900 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12901 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
12902 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12910 CXX
=$ac_cv_prog_CXX
12911 if test -n "$CXX"; then
12912 echo "$as_me:$LINENO: result: $CXX" >&5
12913 echo "${ECHO_T}$CXX" >&6
12915 echo "$as_me:$LINENO: result: no" >&5
12916 echo "${ECHO_T}no" >&6
12919 test -n "$CXX" && break
12922 if test -z "$CXX"; then
12924 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
12926 # Extract the first word of "$ac_prog", so it can be a program name with args.
12927 set dummy
$ac_prog; ac_word
=$2
12928 echo "$as_me:$LINENO: checking for $ac_word" >&5
12929 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12930 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12931 echo $ECHO_N "(cached) $ECHO_C" >&6
12933 if test -n "$ac_ct_CXX"; then
12934 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
12936 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12937 for as_dir
in $PATH
12940 test -z "$as_dir" && as_dir
=.
12941 for ac_exec_ext
in '' $ac_executable_extensions; do
12942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12943 ac_cv_prog_ac_ct_CXX
="$ac_prog"
12944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12952 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
12953 if test -n "$ac_ct_CXX"; then
12954 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12955 echo "${ECHO_T}$ac_ct_CXX" >&6
12957 echo "$as_me:$LINENO: result: no" >&5
12958 echo "${ECHO_T}no" >&6
12961 test -n "$ac_ct_CXX" && break
12963 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
12969 # Provide some information about the compiler.
12970 echo "$as_me:$LINENO:" \
12971 "checking for C++ compiler version" >&5
12972 ac_compiler
=`set X $ac_compile; echo $2`
12973 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12974 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
12976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12977 (exit $ac_status); }
12978 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12979 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); }
12983 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12984 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
12986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12987 (exit $ac_status); }
12989 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12990 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12991 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12992 echo $ECHO_N "(cached) $ECHO_C" >&6
12994 cat >conftest.
$ac_ext <<_ACEOF
12997 cat confdefs.h
>>conftest.
$ac_ext
12998 cat >>conftest.
$ac_ext <<_ACEOF
12999 /* end confdefs.h. */
13012 rm -f conftest.
$ac_objext
13013 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13014 (eval $ac_compile) 2>conftest.er1
13016 grep -v '^ *+' conftest.er1
>conftest.err
13018 cat conftest.err
>&5
13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13020 (exit $ac_status); } &&
13021 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13023 (eval $ac_try) 2>&5
13025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026 (exit $ac_status); }; } &&
13027 { ac_try
='test -s conftest.$ac_objext'
13028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13029 (eval $ac_try) 2>&5
13031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032 (exit $ac_status); }; }; then
13033 ac_compiler_gnu
=yes
13035 echo "$as_me: failed program was:" >&5
13036 sed 's/^/| /' conftest.
$ac_ext >&5
13040 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13041 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
13044 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
13045 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
13046 GXX
=`test $ac_compiler_gnu = yes && echo yes`
13047 ac_test_CXXFLAGS
=${CXXFLAGS+set}
13048 ac_save_CXXFLAGS
=$CXXFLAGS
13050 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
13051 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
13052 if test "${ac_cv_prog_cxx_g+set}" = set; then
13053 echo $ECHO_N "(cached) $ECHO_C" >&6
13055 cat >conftest.
$ac_ext <<_ACEOF
13058 cat confdefs.h
>>conftest.
$ac_ext
13059 cat >>conftest.
$ac_ext <<_ACEOF
13060 /* end confdefs.h. */
13070 rm -f conftest.
$ac_objext
13071 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13072 (eval $ac_compile) 2>conftest.er1
13074 grep -v '^ *+' conftest.er1
>conftest.err
13076 cat conftest.err
>&5
13077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13078 (exit $ac_status); } &&
13079 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13081 (eval $ac_try) 2>&5
13083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13084 (exit $ac_status); }; } &&
13085 { ac_try
='test -s conftest.$ac_objext'
13086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13087 (eval $ac_try) 2>&5
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); }; }; then
13091 ac_cv_prog_cxx_g
=yes
13093 echo "$as_me: failed program was:" >&5
13094 sed 's/^/| /' conftest.
$ac_ext >&5
13096 ac_cv_prog_cxx_g
=no
13098 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13100 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
13101 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
13102 if test "$ac_test_CXXFLAGS" = set; then
13103 CXXFLAGS
=$ac_save_CXXFLAGS
13104 elif test $ac_cv_prog_cxx_g = yes; then
13105 if test "$GXX" = yes; then
13111 if test "$GXX" = yes; then
13117 for ac_declaration
in \
13119 'extern "C" void std::exit (int) throw (); using std::exit;' \
13120 'extern "C" void std::exit (int); using std::exit;' \
13121 'extern "C" void exit (int) throw ();' \
13122 'extern "C" void exit (int);' \
13125 cat >conftest.
$ac_ext <<_ACEOF
13128 cat confdefs.h
>>conftest.
$ac_ext
13129 cat >>conftest.
$ac_ext <<_ACEOF
13130 /* end confdefs.h. */
13132 #include <stdlib.h>
13141 rm -f conftest.
$ac_objext
13142 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13143 (eval $ac_compile) 2>conftest.er1
13145 grep -v '^ *+' conftest.er1
>conftest.err
13147 cat conftest.err
>&5
13148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13149 (exit $ac_status); } &&
13150 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13152 (eval $ac_try) 2>&5
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); }; } &&
13156 { ac_try
='test -s conftest.$ac_objext'
13157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13158 (eval $ac_try) 2>&5
13160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13161 (exit $ac_status); }; }; then
13164 echo "$as_me: failed program was:" >&5
13165 sed 's/^/| /' conftest.
$ac_ext >&5
13169 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13170 cat >conftest.
$ac_ext <<_ACEOF
13173 cat confdefs.h
>>conftest.
$ac_ext
13174 cat >>conftest.
$ac_ext <<_ACEOF
13175 /* end confdefs.h. */
13185 rm -f conftest.
$ac_objext
13186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13187 (eval $ac_compile) 2>conftest.er1
13189 grep -v '^ *+' conftest.er1
>conftest.err
13191 cat conftest.err
>&5
13192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13193 (exit $ac_status); } &&
13194 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13196 (eval $ac_try) 2>&5
13198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13199 (exit $ac_status); }; } &&
13200 { ac_try
='test -s conftest.$ac_objext'
13201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13202 (eval $ac_try) 2>&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); }; }; then
13208 echo "$as_me: failed program was:" >&5
13209 sed 's/^/| /' conftest.
$ac_ext >&5
13212 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13215 if test -n "$ac_declaration"; then
13216 echo '#ifdef __cplusplus' >>confdefs.h
13217 echo $ac_declaration >>confdefs.h
13218 echo '#endif' >>confdefs.h
13222 ac_cpp
='$CXXCPP $CPPFLAGS'
13223 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13224 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13225 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13230 ac_cpp
='$CXXCPP $CPPFLAGS'
13231 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13232 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13233 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13235 echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
13236 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6
13237 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
13238 echo $ECHO_N "(cached) $ECHO_C" >&6
13240 cat >conftest.
$ac_ext <<_ACEOF
13243 cat confdefs.h
>>conftest.
$ac_ext
13244 cat >>conftest.
$ac_ext <<_ACEOF
13245 /* end confdefs.h. */
13251 #ifndef __INTEL_COMPILER
13259 rm -f conftest.
$ac_objext
13260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13261 (eval $ac_compile) 2>conftest.er1
13263 grep -v '^ *+' conftest.er1
>conftest.err
13265 cat conftest.err
>&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } &&
13268 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13270 (eval $ac_try) 2>&5
13272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13273 (exit $ac_status); }; } &&
13274 { ac_try
='test -s conftest.$ac_objext'
13275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13276 (eval $ac_try) 2>&5
13278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13279 (exit $ac_status); }; }; then
13280 bakefile_cv_cxx_compiler___INTEL_COMPILER
=yes
13282 echo "$as_me: failed program was:" >&5
13283 sed 's/^/| /' conftest.
$ac_ext >&5
13285 bakefile_cv_cxx_compiler___INTEL_COMPILER
=no
13288 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13292 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
13293 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6
13295 ac_cpp
='$CXXCPP $CPPFLAGS'
13296 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13297 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13298 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13300 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
13307 if test "x$GCXX" != "xyes"; then
13308 if test "xCXX" = "xC"; then
13309 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
13310 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
13311 if test "${bakefile_cv_cxx_exto+set}" = set; then
13312 echo $ECHO_N "(cached) $ECHO_C" >&6
13314 cat >conftest.
$ac_ext <<_ACEOF
13317 cat confdefs.h
>>conftest.
$ac_ext
13318 cat >>conftest.
$ac_ext <<_ACEOF
13319 /* end confdefs.h. */
13329 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
13330 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13331 (eval $ac_compile) 2>&5
13333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13334 (exit $ac_status); }; then
13335 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
13337 conftest.
$ac_ext.o
)
13338 bakefile_cv_cxx_exto
="-ext o"
13345 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
13346 See \`config.log' for more details." >&5
13347 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
13348 See \`config.log' for more details." >&2;}
13349 { (exit 1); exit 1; }; }
13353 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
13356 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_exto" >&5
13357 echo "${ECHO_T}$bakefile_cv_cxx_exto" >&6
13358 if test "x$bakefile_cv_cxx_exto" '!=' "x"; then
13359 if test "cxx" = "c"; then
13360 CFLAGS
="$bakefile_cv_cxx_exto $CFLAGS"
13362 if test "cxx" = "cxx"; then
13363 CXXFLAGS
="$bakefile_cv_cxx_exto $CXXFLAGS"
13367 if test "x$bakefile_cv_c_exto" '!=' "x"; then
13368 unset ac_cv_prog_cc_g
13369 ac_test_CFLAGS
=${CFLAGS+set}
13370 ac_save_CFLAGS
=$CFLAGS
13372 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
13373 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
13374 if test "${ac_cv_prog_cc_g+set}" = set; then
13375 echo $ECHO_N "(cached) $ECHO_C" >&6
13377 cat >conftest.
$ac_ext <<_ACEOF
13380 cat confdefs.h
>>conftest.
$ac_ext
13381 cat >>conftest.
$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13392 rm -f conftest.
$ac_objext
13393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13394 (eval $ac_compile) 2>conftest.er1
13396 grep -v '^ *+' conftest.er1
>conftest.err
13398 cat conftest.err
>&5
13399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400 (exit $ac_status); } &&
13401 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13403 (eval $ac_try) 2>&5
13405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406 (exit $ac_status); }; } &&
13407 { ac_try
='test -s conftest.$ac_objext'
13408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13409 (eval $ac_try) 2>&5
13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13412 (exit $ac_status); }; }; then
13413 ac_cv_prog_cc_g
=yes
13415 echo "$as_me: failed program was:" >&5
13416 sed 's/^/| /' conftest.
$ac_ext >&5
13420 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13422 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
13423 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
13424 if test "$ac_test_CFLAGS" = set; then
13425 CFLAGS
=$ac_save_CFLAGS
13426 elif test $ac_cv_prog_cc_g = yes; then
13427 if test "$GCC" = yes; then
13433 if test "$GCC" = yes; then
13445 ac_cpp
='$CXXCPP $CPPFLAGS'
13446 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13447 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13448 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13450 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13451 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
13452 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
13453 echo $ECHO_N "(cached) $ECHO_C" >&6
13455 cat >conftest.
$ac_ext <<_ACEOF
13458 cat confdefs.h
>>conftest.
$ac_ext
13459 cat >>conftest.
$ac_ext <<_ACEOF
13460 /* end confdefs.h. */
13473 rm -f conftest.
$ac_objext
13474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13475 (eval $ac_compile) 2>conftest.er1
13477 grep -v '^ *+' conftest.er1
>conftest.err
13479 cat conftest.err
>&5
13480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13481 (exit $ac_status); } &&
13482 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13484 (eval $ac_try) 2>&5
13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); }; } &&
13488 { ac_try
='test -s conftest.$ac_objext'
13489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13490 (eval $ac_try) 2>&5
13492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13493 (exit $ac_status); }; }; then
13494 bakefile_compiler_xlc
=yes
13496 echo "$as_me: failed program was:" >&5
13497 sed 's/^/| /' conftest.
$ac_ext >&5
13499 bakefile_compiler_xlc
=no
13501 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13502 bakefile_cv_cxx_compiler_xlc
=$bakefile_compiler_xlc
13505 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13506 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
13508 XLCXX
=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
13510 ac_cpp
='$CXXCPP $CPPFLAGS'
13511 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13512 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13513 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13520 ac_cpp
='$CXXCPP $CPPFLAGS'
13521 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13522 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13523 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13525 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
13526 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
13527 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
13528 echo $ECHO_N "(cached) $ECHO_C" >&6
13530 cat >conftest.
$ac_ext <<_ACEOF
13533 cat confdefs.h
>>conftest.
$ac_ext
13534 cat >>conftest.
$ac_ext <<_ACEOF
13535 /* end confdefs.h. */
13548 rm -f conftest.
$ac_objext
13549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13550 (eval $ac_compile) 2>conftest.er1
13552 grep -v '^ *+' conftest.er1
>conftest.err
13554 cat conftest.err
>&5
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); } &&
13557 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13559 (eval $ac_try) 2>&5
13561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13562 (exit $ac_status); }; } &&
13563 { ac_try
='test -s conftest.$ac_objext'
13564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13565 (eval $ac_try) 2>&5
13567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13568 (exit $ac_status); }; }; then
13569 bakefile_compiler_mwerks
=yes
13571 echo "$as_me: failed program was:" >&5
13572 sed 's/^/| /' conftest.
$ac_ext >&5
13574 bakefile_compiler_mwerks
=no
13576 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13577 bakefile_cv_cxx_compiler_mwerks
=$bakefile_compiler_mwerks
13580 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
13581 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
13583 MWCXX
=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
13585 ac_cpp
='$CXXCPP $CPPFLAGS'
13586 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13587 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13588 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13592 ac_cpp
='$CXXCPP $CPPFLAGS'
13593 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13594 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13595 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13597 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
13598 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
13599 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
13600 echo $ECHO_N "(cached) $ECHO_C" >&6
13602 cat >conftest.
$ac_ext <<_ACEOF
13605 cat confdefs.h
>>conftest.
$ac_ext
13606 cat >>conftest.
$ac_ext <<_ACEOF
13607 /* end confdefs.h. */
13620 rm -f conftest.
$ac_objext
13621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13622 (eval $ac_compile) 2>conftest.er1
13624 grep -v '^ *+' conftest.er1
>conftest.err
13626 cat conftest.err
>&5
13627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13628 (exit $ac_status); } &&
13629 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13631 (eval $ac_try) 2>&5
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); }; } &&
13635 { ac_try
='test -s conftest.$ac_objext'
13636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13637 (eval $ac_try) 2>&5
13639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13640 (exit $ac_status); }; }; then
13641 bakefile_compiler_xlc
=yes
13643 echo "$as_me: failed program was:" >&5
13644 sed 's/^/| /' conftest.
$ac_ext >&5
13646 bakefile_compiler_xlc
=no
13648 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13649 bakefile_cv_cxx_compiler_xlc
=$bakefile_compiler_xlc
13652 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
13653 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
13655 XLCXX
=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
13657 ac_cpp
='$CXXCPP $CPPFLAGS'
13658 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13659 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13660 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13669 ac_cpp
='$CXXCPP $CPPFLAGS'
13670 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13671 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13672 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13674 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
13675 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
13676 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
13677 echo $ECHO_N "(cached) $ECHO_C" >&6
13679 cat >conftest.
$ac_ext <<_ACEOF
13682 cat confdefs.h
>>conftest.
$ac_ext
13683 cat >>conftest.
$ac_ext <<_ACEOF
13684 /* end confdefs.h. */
13690 #ifndef _SGI_COMPILER_VERSION
13698 rm -f conftest.
$ac_objext
13699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13700 (eval $ac_compile) 2>conftest.er1
13702 grep -v '^ *+' conftest.er1
>conftest.err
13704 cat conftest.err
>&5
13705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13706 (exit $ac_status); } &&
13707 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13709 (eval $ac_try) 2>&5
13711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13712 (exit $ac_status); }; } &&
13713 { ac_try
='test -s conftest.$ac_objext'
13714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13715 (eval $ac_try) 2>&5
13717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13718 (exit $ac_status); }; }; then
13719 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION
=yes
13721 echo "$as_me: failed program was:" >&5
13722 sed 's/^/| /' conftest.
$ac_ext >&5
13724 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION
=no
13727 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13731 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
13732 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
13734 ac_cpp
='$CXXCPP $CPPFLAGS'
13735 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13736 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13737 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13739 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13752 ac_cpp
='$CXXCPP $CPPFLAGS'
13753 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13754 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13755 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13757 echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
13758 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6
13759 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
13760 echo $ECHO_N "(cached) $ECHO_C" >&6
13762 cat >conftest.
$ac_ext <<_ACEOF
13765 cat confdefs.h
>>conftest.
$ac_ext
13766 cat >>conftest.
$ac_ext <<_ACEOF
13767 /* end confdefs.h. */
13781 rm -f conftest.
$ac_objext
13782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13783 (eval $ac_compile) 2>conftest.er1
13785 grep -v '^ *+' conftest.er1
>conftest.err
13787 cat conftest.err
>&5
13788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13789 (exit $ac_status); } &&
13790 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13792 (eval $ac_try) 2>&5
13794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13795 (exit $ac_status); }; } &&
13796 { ac_try
='test -s conftest.$ac_objext'
13797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13798 (eval $ac_try) 2>&5
13800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13801 (exit $ac_status); }; }; then
13802 bakefile_cv_cxx_compiler___HP_aCC
=yes
13804 echo "$as_me: failed program was:" >&5
13805 sed 's/^/| /' conftest.
$ac_ext >&5
13807 bakefile_cv_cxx_compiler___HP_aCC
=no
13810 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13814 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
13815 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6
13817 ac_cpp
='$CXXCPP $CPPFLAGS'
13818 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13819 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13820 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13822 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
13835 ac_cpp
='$CXXCPP $CPPFLAGS'
13836 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13837 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13838 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13840 echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
13841 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6
13842 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
13843 echo $ECHO_N "(cached) $ECHO_C" >&6
13845 cat >conftest.
$ac_ext <<_ACEOF
13848 cat confdefs.h
>>conftest.
$ac_ext
13849 cat >>conftest.
$ac_ext <<_ACEOF
13850 /* end confdefs.h. */
13864 rm -f conftest.
$ac_objext
13865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13866 (eval $ac_compile) 2>conftest.er1
13868 grep -v '^ *+' conftest.er1
>conftest.err
13870 cat conftest.err
>&5
13871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13872 (exit $ac_status); } &&
13873 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13875 (eval $ac_try) 2>&5
13877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13878 (exit $ac_status); }; } &&
13879 { ac_try
='test -s conftest.$ac_objext'
13880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13881 (eval $ac_try) 2>&5
13883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13884 (exit $ac_status); }; }; then
13885 bakefile_cv_cxx_compiler___DECCXX
=yes
13887 echo "$as_me: failed program was:" >&5
13888 sed 's/^/| /' conftest.
$ac_ext >&5
13890 bakefile_cv_cxx_compiler___DECCXX
=no
13893 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13897 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
13898 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6
13900 ac_cpp
='$CXXCPP $CPPFLAGS'
13901 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13902 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13903 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13905 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
13918 ac_cpp
='$CXXCPP $CPPFLAGS'
13919 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13920 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13921 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13923 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
13924 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
13925 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
13926 echo $ECHO_N "(cached) $ECHO_C" >&6
13928 cat >conftest.
$ac_ext <<_ACEOF
13931 cat confdefs.h
>>conftest.
$ac_ext
13932 cat >>conftest.
$ac_ext <<_ACEOF
13933 /* end confdefs.h. */
13939 #ifndef __SUNPRO_CC
13947 rm -f conftest.
$ac_objext
13948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13949 (eval $ac_compile) 2>conftest.er1
13951 grep -v '^ *+' conftest.er1
>conftest.err
13953 cat conftest.err
>&5
13954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13955 (exit $ac_status); } &&
13956 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13958 (eval $ac_try) 2>&5
13960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13961 (exit $ac_status); }; } &&
13962 { ac_try
='test -s conftest.$ac_objext'
13963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13964 (eval $ac_try) 2>&5
13966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13967 (exit $ac_status); }; }; then
13968 bakefile_cv_cxx_compiler___SUNPRO_CC
=yes
13970 echo "$as_me: failed program was:" >&5
13971 sed 's/^/| /' conftest.
$ac_ext >&5
13973 bakefile_cv_cxx_compiler___SUNPRO_CC
=no
13976 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13980 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13981 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13983 ac_cpp
='$CXXCPP $CPPFLAGS'
13984 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13985 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13986 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13988 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
14002 ac_cpp
='$CPP $CPPFLAGS'
14003 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14004 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14005 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14008 if test -n "$ac_tool_prefix"; then
14009 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
14010 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
14011 echo "$as_me:$LINENO: checking for $ac_word" >&5
14012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14013 if test "${ac_cv_prog_RANLIB+set}" = set; then
14014 echo $ECHO_N "(cached) $ECHO_C" >&6
14016 if test -n "$RANLIB"; then
14017 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
14019 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14020 for as_dir
in $PATH
14023 test -z "$as_dir" && as_dir
=.
14024 for ac_exec_ext
in '' $ac_executable_extensions; do
14025 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14026 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
14027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14035 RANLIB
=$ac_cv_prog_RANLIB
14036 if test -n "$RANLIB"; then
14037 echo "$as_me:$LINENO: result: $RANLIB" >&5
14038 echo "${ECHO_T}$RANLIB" >&6
14040 echo "$as_me:$LINENO: result: no" >&5
14041 echo "${ECHO_T}no" >&6
14045 if test -z "$ac_cv_prog_RANLIB"; then
14046 ac_ct_RANLIB
=$RANLIB
14047 # Extract the first word of "ranlib", so it can be a program name with args.
14048 set dummy ranlib
; ac_word
=$2
14049 echo "$as_me:$LINENO: checking for $ac_word" >&5
14050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14051 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
14052 echo $ECHO_N "(cached) $ECHO_C" >&6
14054 if test -n "$ac_ct_RANLIB"; then
14055 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
14057 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14058 for as_dir
in $PATH
14061 test -z "$as_dir" && as_dir
=.
14062 for ac_exec_ext
in '' $ac_executable_extensions; do
14063 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14064 ac_cv_prog_ac_ct_RANLIB
="ranlib"
14065 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14071 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
14074 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
14075 if test -n "$ac_ct_RANLIB"; then
14076 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
14077 echo "${ECHO_T}$ac_ct_RANLIB" >&6
14079 echo "$as_me:$LINENO: result: no" >&5
14080 echo "${ECHO_T}no" >&6
14083 RANLIB
=$ac_ct_RANLIB
14085 RANLIB
="$ac_cv_prog_RANLIB"
14089 if test -n "$ac_tool_prefix"; then
14090 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
14091 set dummy
${ac_tool_prefix}ar; ac_word
=$2
14092 echo "$as_me:$LINENO: checking for $ac_word" >&5
14093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14094 if test "${ac_cv_prog_AR+set}" = set; then
14095 echo $ECHO_N "(cached) $ECHO_C" >&6
14097 if test -n "$AR"; then
14098 ac_cv_prog_AR
="$AR" # Let the user override the test.
14100 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14101 for as_dir
in $PATH
14104 test -z "$as_dir" && as_dir
=.
14105 for ac_exec_ext
in '' $ac_executable_extensions; do
14106 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14107 ac_cv_prog_AR
="${ac_tool_prefix}ar"
14108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14117 if test -n "$AR"; then
14118 echo "$as_me:$LINENO: result: $AR" >&5
14119 echo "${ECHO_T}$AR" >&6
14121 echo "$as_me:$LINENO: result: no" >&5
14122 echo "${ECHO_T}no" >&6
14126 if test -z "$ac_cv_prog_AR"; then
14128 # Extract the first word of "ar", so it can be a program name with args.
14129 set dummy
ar; ac_word
=$2
14130 echo "$as_me:$LINENO: checking for $ac_word" >&5
14131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14132 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
14133 echo $ECHO_N "(cached) $ECHO_C" >&6
14135 if test -n "$ac_ct_AR"; then
14136 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
14138 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14139 for as_dir
in $PATH
14142 test -z "$as_dir" && as_dir
=.
14143 for ac_exec_ext
in '' $ac_executable_extensions; do
14144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14145 ac_cv_prog_ac_ct_AR
="ar"
14146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14154 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
14155 if test -n "$ac_ct_AR"; then
14156 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
14157 echo "${ECHO_T}$ac_ct_AR" >&6
14159 echo "$as_me:$LINENO: result: no" >&5
14160 echo "${ECHO_T}no" >&6
14165 AR
="$ac_cv_prog_AR"
14168 if test "x$AR" = "x" ; then
14169 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
14170 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
14171 { (exit 1); exit 1; }; }
14174 # Find a good install program. We prefer a C program (faster),
14175 # so one script is as good as another. But avoid the broken or
14176 # incompatible versions:
14177 # SysV /etc/install, /usr/sbin/install
14178 # SunOS /usr/etc/install
14179 # IRIX /sbin/install
14181 # AmigaOS /C/install, which installs bootblocks on floppy discs
14182 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
14183 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
14184 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
14185 # OS/2's system install, which has a completely different semantic
14186 # ./install, which can be erroneously created by make from ./install.sh.
14187 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
14188 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
14189 if test -z "$INSTALL"; then
14190 if test "${ac_cv_path_install+set}" = set; then
14191 echo $ECHO_N "(cached) $ECHO_C" >&6
14193 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14194 for as_dir
in $PATH
14197 test -z "$as_dir" && as_dir
=.
14198 # Account for people who put trailing slashes in PATH elements.
14200 .
/ | .
// | /cC
/* | \
14201 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
14202 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
14205 # OSF1 and SCO ODT 3.0 have their own names for install.
14206 # Don't use installbsd from OSF since it installs stuff as root
14208 for ac_prog
in ginstall scoinst
install; do
14209 for ac_exec_ext
in '' $ac_executable_extensions; do
14210 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
14211 if test $ac_prog = install &&
14212 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
14213 # AIX install. It has an incompatible calling convention.
14215 elif test $ac_prog = install &&
14216 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
14217 # program-specific install script used by HP pwplus--don't use.
14220 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
14232 if test "${ac_cv_path_install+set}" = set; then
14233 INSTALL
=$ac_cv_path_install
14235 # As a last resort, use the slow shell script. We don't cache a
14236 # path for INSTALL within a source directory, because that will
14237 # break other packages using the cache if that directory is
14238 # removed, or if the path is relative.
14239 INSTALL
=$ac_install_sh
14242 echo "$as_me:$LINENO: result: $INSTALL" >&5
14243 echo "${ECHO_T}$INSTALL" >&6
14245 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
14246 # It thinks the first close brace ends the variable substitution.
14247 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
14249 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
14251 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
14257 ?
:* ) # Drive letter, considered as absolute.
14260 INSTALL
=`pwd`/${INSTALL} ;;
14267 INSTALL_PROGRAM
="cp -fp"
14268 INSTALL_DATA
="cp -fp"
14274 if test -n "$ac_tool_prefix"; then
14275 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
14276 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
14277 echo "$as_me:$LINENO: checking for $ac_word" >&5
14278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14279 if test "${ac_cv_prog_STRIP+set}" = set; then
14280 echo $ECHO_N "(cached) $ECHO_C" >&6
14282 if test -n "$STRIP"; then
14283 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
14285 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14286 for as_dir
in $PATH
14289 test -z "$as_dir" && as_dir
=.
14290 for ac_exec_ext
in '' $ac_executable_extensions; do
14291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14292 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
14293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14301 STRIP
=$ac_cv_prog_STRIP
14302 if test -n "$STRIP"; then
14303 echo "$as_me:$LINENO: result: $STRIP" >&5
14304 echo "${ECHO_T}$STRIP" >&6
14306 echo "$as_me:$LINENO: result: no" >&5
14307 echo "${ECHO_T}no" >&6
14311 if test -z "$ac_cv_prog_STRIP"; then
14313 # Extract the first word of "strip", so it can be a program name with args.
14314 set dummy strip
; ac_word
=$2
14315 echo "$as_me:$LINENO: checking for $ac_word" >&5
14316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14317 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
14318 echo $ECHO_N "(cached) $ECHO_C" >&6
14320 if test -n "$ac_ct_STRIP"; then
14321 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
14323 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14324 for as_dir
in $PATH
14327 test -z "$as_dir" && as_dir
=.
14328 for ac_exec_ext
in '' $ac_executable_extensions; do
14329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14330 ac_cv_prog_ac_ct_STRIP
="strip"
14331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14337 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
="true"
14340 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
14341 if test -n "$ac_ct_STRIP"; then
14342 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
14343 echo "${ECHO_T}$ac_ct_STRIP" >&6
14345 echo "$as_me:$LINENO: result: no" >&5
14346 echo "${ECHO_T}no" >&6
14351 STRIP
="$ac_cv_prog_STRIP"
14355 if test "$wxUSE_WINE" = "yes"; then
14356 if test -n "$ac_tool_prefix"; then
14357 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
14358 set dummy
${ac_tool_prefix}wrc
; ac_word
=$2
14359 echo "$as_me:$LINENO: checking for $ac_word" >&5
14360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14361 if test "${ac_cv_prog_WINDRES+set}" = set; then
14362 echo $ECHO_N "(cached) $ECHO_C" >&6
14364 if test -n "$WINDRES"; then
14365 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
14367 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14368 for as_dir
in $PATH
14371 test -z "$as_dir" && as_dir
=.
14372 for ac_exec_ext
in '' $ac_executable_extensions; do
14373 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14374 ac_cv_prog_WINDRES
="${ac_tool_prefix}wrc"
14375 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14383 WINDRES
=$ac_cv_prog_WINDRES
14384 if test -n "$WINDRES"; then
14385 echo "$as_me:$LINENO: result: $WINDRES" >&5
14386 echo "${ECHO_T}$WINDRES" >&6
14388 echo "$as_me:$LINENO: result: no" >&5
14389 echo "${ECHO_T}no" >&6
14393 if test -z "$ac_cv_prog_WINDRES"; then
14394 ac_ct_WINDRES
=$WINDRES
14395 # Extract the first word of "wrc", so it can be a program name with args.
14396 set dummy wrc
; ac_word
=$2
14397 echo "$as_me:$LINENO: checking for $ac_word" >&5
14398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14399 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
14400 echo $ECHO_N "(cached) $ECHO_C" >&6
14402 if test -n "$ac_ct_WINDRES"; then
14403 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
14405 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14406 for as_dir
in $PATH
14409 test -z "$as_dir" && as_dir
=.
14410 for ac_exec_ext
in '' $ac_executable_extensions; do
14411 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14412 ac_cv_prog_ac_ct_WINDRES
="wrc"
14413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14421 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
14422 if test -n "$ac_ct_WINDRES"; then
14423 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
14424 echo "${ECHO_T}$ac_ct_WINDRES" >&6
14426 echo "$as_me:$LINENO: result: no" >&5
14427 echo "${ECHO_T}no" >&6
14430 WINDRES
=$ac_ct_WINDRES
14432 WINDRES
="$ac_cv_prog_WINDRES"
14438 *-*-cygwin* | *-*-mingw32* )
14439 if test -n "$ac_tool_prefix"; then
14440 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
14441 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
14442 echo "$as_me:$LINENO: checking for $ac_word" >&5
14443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14444 if test "${ac_cv_prog_WINDRES+set}" = set; then
14445 echo $ECHO_N "(cached) $ECHO_C" >&6
14447 if test -n "$WINDRES"; then
14448 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
14450 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14451 for as_dir
in $PATH
14454 test -z "$as_dir" && as_dir
=.
14455 for ac_exec_ext
in '' $ac_executable_extensions; do
14456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14457 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
14458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14466 WINDRES
=$ac_cv_prog_WINDRES
14467 if test -n "$WINDRES"; then
14468 echo "$as_me:$LINENO: result: $WINDRES" >&5
14469 echo "${ECHO_T}$WINDRES" >&6
14471 echo "$as_me:$LINENO: result: no" >&5
14472 echo "${ECHO_T}no" >&6
14476 if test -z "$ac_cv_prog_WINDRES"; then
14477 ac_ct_WINDRES
=$WINDRES
14478 # Extract the first word of "windres", so it can be a program name with args.
14479 set dummy windres
; ac_word
=$2
14480 echo "$as_me:$LINENO: checking for $ac_word" >&5
14481 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14482 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
14483 echo $ECHO_N "(cached) $ECHO_C" >&6
14485 if test -n "$ac_ct_WINDRES"; then
14486 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
14488 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14489 for as_dir
in $PATH
14492 test -z "$as_dir" && as_dir
=.
14493 for ac_exec_ext
in '' $ac_executable_extensions; do
14494 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14495 ac_cv_prog_ac_ct_WINDRES
="windres"
14496 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14504 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
14505 if test -n "$ac_ct_WINDRES"; then
14506 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
14507 echo "${ECHO_T}$ac_ct_WINDRES" >&6
14509 echo "$as_me:$LINENO: result: no" >&5
14510 echo "${ECHO_T}no" >&6
14513 WINDRES
=$ac_ct_WINDRES
14515 WINDRES
="$ac_cv_prog_WINDRES"
14519 if test -n "$ac_tool_prefix"; then
14520 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
14521 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
14522 echo "$as_me:$LINENO: checking for $ac_word" >&5
14523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14524 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
14525 echo $ECHO_N "(cached) $ECHO_C" >&6
14527 if test -n "$DLLTOOL"; then
14528 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
14530 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14531 for as_dir
in $PATH
14534 test -z "$as_dir" && as_dir
=.
14535 for ac_exec_ext
in '' $ac_executable_extensions; do
14536 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14537 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
14538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14546 DLLTOOL
=$ac_cv_prog_DLLTOOL
14547 if test -n "$DLLTOOL"; then
14548 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
14549 echo "${ECHO_T}$DLLTOOL" >&6
14551 echo "$as_me:$LINENO: result: no" >&5
14552 echo "${ECHO_T}no" >&6
14556 if test -z "$ac_cv_prog_DLLTOOL"; then
14557 ac_ct_DLLTOOL
=$DLLTOOL
14558 # Extract the first word of "dlltool", so it can be a program name with args.
14559 set dummy dlltool
; ac_word
=$2
14560 echo "$as_me:$LINENO: checking for $ac_word" >&5
14561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14562 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
14563 echo $ECHO_N "(cached) $ECHO_C" >&6
14565 if test -n "$ac_ct_DLLTOOL"; then
14566 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
14568 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14569 for as_dir
in $PATH
14572 test -z "$as_dir" && as_dir
=.
14573 for ac_exec_ext
in '' $ac_executable_extensions; do
14574 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14575 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
14576 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14584 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
14585 if test -n "$ac_ct_DLLTOOL"; then
14586 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
14587 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
14589 echo "$as_me:$LINENO: result: no" >&5
14590 echo "${ECHO_T}no" >&6
14593 DLLTOOL
=$ac_ct_DLLTOOL
14595 DLLTOOL
="$ac_cv_prog_DLLTOOL"
14602 echo "$as_me:$LINENO: checking if make is GNU make" >&5
14603 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
14604 if test "${wx_cv_prog_makeisgnu+set}" = set; then
14605 echo $ECHO_N "(cached) $ECHO_C" >&6
14608 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
14609 egrep -s GNU
> /dev
/null
); then
14610 wx_cv_prog_makeisgnu
="yes"
14612 wx_cv_prog_makeisgnu
="no"
14616 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
14617 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
14619 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
14627 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
14628 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
14629 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
14630 if test "${wx_cv_prog_makevpath+set}" = set; then
14631 echo $ECHO_N "(cached) $ECHO_C" >&6
14634 cat - << EOF > confMake
14640 if test ! -d sub
; then
14643 echo dummy
> sub
/file
14644 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
14646 rm -f sub
/file check final_file confMake
14648 if test "$RESULT" = 0; then
14649 wx_cv_prog_makevpath
="yes"
14651 wx_cv_prog_makevpath
="no"
14655 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
14656 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
14658 if test "x$wx_cv_prog_makevpath" != "xyes"; then
14659 { { echo "$as_me:$LINENO: error:
14660 You need a make-utility that is able to use the variable
14662 If your version of make does not support VPATH correctly,
14663 please install GNU-make (possibly as gmake), and start
14664 configure with the following command:
14665 export MAKE=gmake; ./configure for sh-type shells
14666 setenv MAKE gmake; ./configure for csh-type shells
14667 Also please do remember to use gmake in this case every time
14668 you are trying to compile.
14670 echo "$as_me: error:
14671 You need a make-utility that is able to use the variable
14673 If your version of make does not support VPATH correctly,
14674 please install GNU-make (possibly as gmake), and start
14675 configure with the following command:
14676 export MAKE=gmake; ./configure for sh-type shells
14677 setenv MAKE gmake; ./configure for csh-type shells
14678 Also please do remember to use gmake in this case every time
14679 you are trying to compile.
14681 { (exit 1); exit 1; }; }
14683 echo "$as_me:$LINENO: checking whether ln -s works" >&5
14684 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
14686 if test "$LN_S" = "ln -s"; then
14687 echo "$as_me:$LINENO: result: yes" >&5
14688 echo "${ECHO_T}yes" >&6
14690 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
14691 echo "${ECHO_T}no, using $LN_S" >&6
14695 for ac_prog
in lndir
14697 # Extract the first word of "$ac_prog", so it can be a program name with args.
14698 set dummy
$ac_prog; ac_word
=$2
14699 echo "$as_me:$LINENO: checking for $ac_word" >&5
14700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14701 if test "${ac_cv_prog_LNDIR+set}" = set; then
14702 echo $ECHO_N "(cached) $ECHO_C" >&6
14704 if test -n "$LNDIR"; then
14705 ac_cv_prog_LNDIR
="$LNDIR" # Let the user override the test.
14707 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14708 for as_dir
in $PATH
14711 test -z "$as_dir" && as_dir
=.
14712 for ac_exec_ext
in '' $ac_executable_extensions; do
14713 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14714 ac_cv_prog_LNDIR
="$ac_prog"
14715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14723 LNDIR
=$ac_cv_prog_LNDIR
14724 if test -n "$LNDIR"; then
14725 echo "$as_me:$LINENO: result: $LNDIR" >&5
14726 echo "${ECHO_T}$LNDIR" >&6
14728 echo "$as_me:$LINENO: result: no" >&5
14729 echo "${ECHO_T}no" >&6
14732 test -n "$LNDIR" && break
14734 test -n "$LNDIR" || LNDIR
="cp -pR"
14739 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
14740 CXXFLAGS
="-qunique $CXXFLAGS"
14744 powerpc
-*-darwin* )
14745 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
14746 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
14747 cat >conftest.
$ac_ext <<_ACEOF
14750 cat confdefs.h
>>conftest.
$ac_ext
14751 cat >>conftest.
$ac_ext <<_ACEOF
14752 /* end confdefs.h. */
14757 #ifndef __POWERPC__
14758 choke me for lack of PowerPC
14765 rm -f conftest.
$ac_objext
14766 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14767 (eval $ac_compile) 2>conftest.er1
14769 grep -v '^ *+' conftest.er1
>conftest.err
14771 cat conftest.err
>&5
14772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14773 (exit $ac_status); } &&
14774 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14776 (eval $ac_try) 2>&5
14778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14779 (exit $ac_status); }; } &&
14780 { ac_try
='test -s conftest.$ac_objext'
14781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14782 (eval $ac_try) 2>&5
14784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14785 (exit $ac_status); }; }; then
14786 echo "$as_me:$LINENO: result: yes" >&5
14787 echo "${ECHO_T}yes" >&6
14789 echo "$as_me: failed program was:" >&5
14790 sed 's/^/| /' conftest.
$ac_ext >&5
14792 echo "$as_me:$LINENO: result: no" >&5
14793 echo "${ECHO_T}no" >&6
14794 cat >>confdefs.h
<<\_ACEOF
14795 #define __POWERPC__ 1
14800 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14806 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
14807 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
14808 cat >conftest.
$ac_ext <<_ACEOF
14811 cat confdefs.h
>>conftest.
$ac_ext
14812 cat >>conftest.
$ac_ext <<_ACEOF
14813 /* end confdefs.h. */
14814 #include <CoreFoundation/CFBase.h>
14824 rm -f conftest.
$ac_objext
14825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14826 (eval $ac_compile) 2>conftest.er1
14828 grep -v '^ *+' conftest.er1
>conftest.err
14830 cat conftest.err
>&5
14831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14832 (exit $ac_status); } &&
14833 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14835 (eval $ac_try) 2>&5
14837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14838 (exit $ac_status); }; } &&
14839 { ac_try
='test -s conftest.$ac_objext'
14840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14841 (eval $ac_try) 2>&5
14843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14844 (exit $ac_status); }; }; then
14845 echo "$as_me:$LINENO: result: yes" >&5
14846 echo "${ECHO_T}yes" >&6
14848 echo "$as_me: failed program was:" >&5
14849 sed 's/^/| /' conftest.
$ac_ext >&5
14851 echo "$as_me:$LINENO: result: no" >&5
14852 echo "${ECHO_T}no" >&6
14853 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
14854 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
14855 cat >conftest.
$ac_ext <<_ACEOF
14858 cat confdefs.h
>>conftest.
$ac_ext
14859 cat >>conftest.
$ac_ext <<_ACEOF
14860 /* end confdefs.h. */
14861 #define __CF_USE_FRAMEWORK_INCLUDES__
14862 #include <CoreFoundation/CFBase.h>
14872 rm -f conftest.
$ac_objext
14873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14874 (eval $ac_compile) 2>conftest.er1
14876 grep -v '^ *+' conftest.er1
>conftest.err
14878 cat conftest.err
>&5
14879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14880 (exit $ac_status); } &&
14881 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14883 (eval $ac_try) 2>&5
14885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14886 (exit $ac_status); }; } &&
14887 { ac_try
='test -s conftest.$ac_objext'
14888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14889 (eval $ac_try) 2>&5
14891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14892 (exit $ac_status); }; }; then
14893 echo "$as_me:$LINENO: result: yes" >&5
14894 echo "${ECHO_T}yes" >&6
14895 CPPFLAGS
="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
14897 echo "$as_me: failed program was:" >&5
14898 sed 's/^/| /' conftest.
$ac_ext >&5
14900 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
14901 See \`config.log' for more details." >&5
14902 echo "$as_me: error: no. CoreFoundation not available.
14903 See \`config.log' for more details." >&2;}
14904 { (exit 1); exit 1; }; }
14907 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14911 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14916 *-pc-os2_emx | *-pc-os2-emx )
14917 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
14918 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
14919 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
14920 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
14921 echo $ECHO_N "(cached) $ECHO_C" >&6
14923 ac_check_lib_save_LIBS
=$LIBS
14924 LIBS
="-lcExt $LIBS"
14925 cat >conftest.
$ac_ext <<_ACEOF
14928 cat confdefs.h
>>conftest.
$ac_ext
14929 cat >>conftest.
$ac_ext <<_ACEOF
14930 /* end confdefs.h. */
14932 /* Override any gcc2 internal prototype to avoid an error. */
14936 /* We use char because int might match the return type of a gcc2
14937 builtin and then its argument prototype would still apply. */
14947 rm -f conftest.
$ac_objext conftest
$ac_exeext
14948 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14949 (eval $ac_link) 2>conftest.er1
14951 grep -v '^ *+' conftest.er1
>conftest.err
14953 cat conftest.err
>&5
14954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14955 (exit $ac_status); } &&
14956 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14958 (eval $ac_try) 2>&5
14960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14961 (exit $ac_status); }; } &&
14962 { ac_try
='test -s conftest$ac_exeext'
14963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14964 (eval $ac_try) 2>&5
14966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14967 (exit $ac_status); }; }; then
14968 ac_cv_lib_cExt_drand48
=yes
14970 echo "$as_me: failed program was:" >&5
14971 sed 's/^/| /' conftest.
$ac_ext >&5
14973 ac_cv_lib_cExt_drand48
=no
14975 rm -f conftest.err conftest.
$ac_objext \
14976 conftest
$ac_exeext conftest.
$ac_ext
14977 LIBS
=$ac_check_lib_save_LIBS
14979 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
14980 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
14981 if test $ac_cv_lib_cExt_drand48 = yes; then
14982 LIBS
="$LIBS -lcExt"
14986 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
14988 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
14989 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
14990 if test "${wx_cv_gccversion+set}" = set; then
14991 echo $ECHO_N "(cached) $ECHO_C" >&6
14994 if test "$cross_compiling" = yes; then
14995 wx_cv_gccversion
="EMX2"
14998 cat >conftest.
$ac_ext <<_ACEOF
15001 cat confdefs.h
>>conftest.
$ac_ext
15002 cat >>conftest.
$ac_ext <<_ACEOF
15003 /* end confdefs.h. */
15009 FILE *f=fopen("conftestval", "w");
15014 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
15016 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
15026 rm -f conftest
$ac_exeext
15027 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15028 (eval $ac_link) 2>&5
15030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15031 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15033 (eval $ac_try) 2>&5
15035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15036 (exit $ac_status); }; }; then
15037 wx_cv_gccversion
=`cat conftestval`
15039 echo "$as_me: program exited with status $ac_status" >&5
15040 echo "$as_me: failed program was:" >&5
15041 sed 's/^/| /' conftest.
$ac_ext >&5
15043 ( exit $ac_status )
15044 wx_cv_gccversion
="EMX2"
15046 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15050 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
15051 echo "${ECHO_T}$wx_cv_gccversion" >&6
15052 if test "$wx_cv_gccversion" = "EMX2"; then
15053 LIBS
="$LIBS -lstdcpp"
15054 LDFLAGS
="$LDFLAGS -Zsysv-signals"
15056 if test "$wx_cv_gccversion" = "EMX3"; then
15057 LIBS
="$LIBS -lstdcxx -lgcc"
15058 LDFLAGS
="$LDFLAGS -Zsysv-signals"
15060 LIBS
="$LIBS -lstdc++"
15063 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
15064 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
15065 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
15075 ac_cpp
='$CXXCPP $CPPFLAGS'
15076 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15077 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15078 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
15081 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
15082 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
15083 if test "${ac_cv_string_strcasecmp+set}" = set; then
15084 echo $ECHO_N "(cached) $ECHO_C" >&6
15087 cat >conftest.
$ac_ext <<_ACEOF
15090 cat confdefs.h
>>conftest.
$ac_ext
15091 cat >>conftest.
$ac_ext <<_ACEOF
15092 /* end confdefs.h. */
15094 #include <string.h>
15100 strcasecmp("foo", "bar");
15106 rm -f conftest.
$ac_objext conftest
$ac_exeext
15107 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15108 (eval $ac_link) 2>conftest.er1
15110 grep -v '^ *+' conftest.er1
>conftest.err
15112 cat conftest.err
>&5
15113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15114 (exit $ac_status); } &&
15115 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15117 (eval $ac_try) 2>&5
15119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15120 (exit $ac_status); }; } &&
15121 { ac_try
='test -s conftest$ac_exeext'
15122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15123 (eval $ac_try) 2>&5
15125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15126 (exit $ac_status); }; }; then
15127 ac_cv_string_strcasecmp
=yes
15129 echo "$as_me: failed program was:" >&5
15130 sed 's/^/| /' conftest.
$ac_ext >&5
15132 ac_cv_string_strcasecmp
=no
15135 rm -f conftest.err conftest.
$ac_objext \
15136 conftest
$ac_exeext conftest.
$ac_ext
15139 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
15140 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
15142 if test x
"$ac_cv_string_strcasecmp" = "xyes"; then
15143 cat >>confdefs.h
<<\_ACEOF
15144 #define HAVE_STRCASECMP_IN_STRING_H 1
15148 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
15149 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
15150 if test "${ac_cv_strings_strcasecmp+set}" = set; then
15151 echo $ECHO_N "(cached) $ECHO_C" >&6
15154 cat >conftest.
$ac_ext <<_ACEOF
15157 cat confdefs.h
>>conftest.
$ac_ext
15158 cat >>conftest.
$ac_ext <<_ACEOF
15159 /* end confdefs.h. */
15161 #include <strings.h>
15167 strcasecmp("foo", "bar");
15173 rm -f conftest.
$ac_objext conftest
$ac_exeext
15174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15175 (eval $ac_link) 2>conftest.er1
15177 grep -v '^ *+' conftest.er1
>conftest.err
15179 cat conftest.err
>&5
15180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15181 (exit $ac_status); } &&
15182 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15184 (eval $ac_try) 2>&5
15186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15187 (exit $ac_status); }; } &&
15188 { ac_try
='test -s conftest$ac_exeext'
15189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15190 (eval $ac_try) 2>&5
15192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15193 (exit $ac_status); }; }; then
15194 ac_cv_strings_strcasecmp
=yes
15196 echo "$as_me: failed program was:" >&5
15197 sed 's/^/| /' conftest.
$ac_ext >&5
15199 ac_cv_strings_strcasecmp
=no
15202 rm -f conftest.err conftest.
$ac_objext \
15203 conftest
$ac_exeext conftest.
$ac_ext
15206 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
15207 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
15209 if test x
"$ac_cv_strings_strcasecmp" = "xyes"; then
15210 cat >>confdefs.h
<<\_ACEOF
15211 #define HAVE_STRCASECMP_IN_STRINGS_H 1
15215 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
15216 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
15217 { (exit 1); exit 1; }; }
15222 ac_cpp
='$CPP $CPPFLAGS'
15223 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15224 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15225 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15231 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
15232 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
15233 if test "${ac_cv_header_stdc+set}" = set; then
15234 echo $ECHO_N "(cached) $ECHO_C" >&6
15236 cat >conftest.
$ac_ext <<_ACEOF
15239 cat confdefs.h
>>conftest.
$ac_ext
15240 cat >>conftest.
$ac_ext <<_ACEOF
15241 /* end confdefs.h. */
15242 #include <stdlib.h>
15243 #include <stdarg.h>
15244 #include <string.h>
15255 rm -f conftest.
$ac_objext
15256 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15257 (eval $ac_compile) 2>conftest.er1
15259 grep -v '^ *+' conftest.er1
>conftest.err
15261 cat conftest.err
>&5
15262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15263 (exit $ac_status); } &&
15264 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15266 (eval $ac_try) 2>&5
15268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15269 (exit $ac_status); }; } &&
15270 { ac_try
='test -s conftest.$ac_objext'
15271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15272 (eval $ac_try) 2>&5
15274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15275 (exit $ac_status); }; }; then
15276 ac_cv_header_stdc
=yes
15278 echo "$as_me: failed program was:" >&5
15279 sed 's/^/| /' conftest.
$ac_ext >&5
15281 ac_cv_header_stdc
=no
15283 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15285 if test $ac_cv_header_stdc = yes; then
15286 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15287 cat >conftest.
$ac_ext <<_ACEOF
15290 cat confdefs.h
>>conftest.
$ac_ext
15291 cat >>conftest.
$ac_ext <<_ACEOF
15292 /* end confdefs.h. */
15293 #include <string.h>
15296 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15297 $EGREP "memchr" >/dev
/null
2>&1; then
15300 ac_cv_header_stdc
=no
15306 if test $ac_cv_header_stdc = yes; then
15307 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
15308 cat >conftest.
$ac_ext <<_ACEOF
15311 cat confdefs.h
>>conftest.
$ac_ext
15312 cat >>conftest.
$ac_ext <<_ACEOF
15313 /* end confdefs.h. */
15314 #include <stdlib.h>
15317 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15318 $EGREP "free" >/dev
/null
2>&1; then
15321 ac_cv_header_stdc
=no
15327 if test $ac_cv_header_stdc = yes; then
15328 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
15329 if test "$cross_compiling" = yes; then
15332 cat >conftest.
$ac_ext <<_ACEOF
15335 cat confdefs.h
>>conftest.
$ac_ext
15336 cat >>conftest.
$ac_ext <<_ACEOF
15337 /* end confdefs.h. */
15339 #if ((' ' & 0x0FF) == 0x020)
15340 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15341 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15343 # define ISLOWER(c) \
15344 (('a' <= (c) && (c) <= 'i') \
15345 || ('j' <= (c) && (c) <= 'r') \
15346 || ('s' <= (c) && (c) <= 'z'))
15347 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15350 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15355 for (i = 0; i < 256; i++)
15356 if (XOR (islower (i), ISLOWER (i))
15357 || toupper (i) != TOUPPER (i))
15362 rm -f conftest
$ac_exeext
15363 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15364 (eval $ac_link) 2>&5
15366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15367 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15369 (eval $ac_try) 2>&5
15371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15372 (exit $ac_status); }; }; then
15375 echo "$as_me: program exited with status $ac_status" >&5
15376 echo "$as_me: failed program was:" >&5
15377 sed 's/^/| /' conftest.
$ac_ext >&5
15379 ( exit $ac_status )
15380 ac_cv_header_stdc
=no
15382 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15386 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
15387 echo "${ECHO_T}$ac_cv_header_stdc" >&6
15388 if test $ac_cv_header_stdc = yes; then
15390 cat >>confdefs.h
<<\_ACEOF
15391 #define STDC_HEADERS 1
15396 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
15406 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
15407 inttypes.h stdint.h unistd.h
15409 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15410 echo "$as_me:$LINENO: checking for $ac_header" >&5
15411 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15412 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15413 echo $ECHO_N "(cached) $ECHO_C" >&6
15415 cat >conftest.
$ac_ext <<_ACEOF
15418 cat confdefs.h
>>conftest.
$ac_ext
15419 cat >>conftest.
$ac_ext <<_ACEOF
15420 /* end confdefs.h. */
15421 $ac_includes_default
15423 #include <$ac_header>
15425 rm -f conftest.
$ac_objext
15426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15427 (eval $ac_compile) 2>conftest.er1
15429 grep -v '^ *+' conftest.er1
>conftest.err
15431 cat conftest.err
>&5
15432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15433 (exit $ac_status); } &&
15434 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15436 (eval $ac_try) 2>&5
15438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15439 (exit $ac_status); }; } &&
15440 { ac_try
='test -s conftest.$ac_objext'
15441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15442 (eval $ac_try) 2>&5
15444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15445 (exit $ac_status); }; }; then
15446 eval "$as_ac_Header=yes"
15448 echo "$as_me: failed program was:" >&5
15449 sed 's/^/| /' conftest.
$ac_ext >&5
15451 eval "$as_ac_Header=no"
15453 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15455 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15456 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15457 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15458 cat >>confdefs.h
<<_ACEOF
15459 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15468 for ac_header
in stdlib.h
15470 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15471 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15472 echo "$as_me:$LINENO: checking for $ac_header" >&5
15473 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15474 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15475 echo $ECHO_N "(cached) $ECHO_C" >&6
15477 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15478 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15480 # Is the header compilable?
15481 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15482 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15483 cat >conftest.
$ac_ext <<_ACEOF
15486 cat confdefs.h
>>conftest.
$ac_ext
15487 cat >>conftest.
$ac_ext <<_ACEOF
15488 /* end confdefs.h. */
15489 $ac_includes_default
15490 #include <$ac_header>
15492 rm -f conftest.
$ac_objext
15493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15494 (eval $ac_compile) 2>conftest.er1
15496 grep -v '^ *+' conftest.er1
>conftest.err
15498 cat conftest.err
>&5
15499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15500 (exit $ac_status); } &&
15501 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15503 (eval $ac_try) 2>&5
15505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15506 (exit $ac_status); }; } &&
15507 { ac_try
='test -s conftest.$ac_objext'
15508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15509 (eval $ac_try) 2>&5
15511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15512 (exit $ac_status); }; }; then
15513 ac_header_compiler
=yes
15515 echo "$as_me: failed program was:" >&5
15516 sed 's/^/| /' conftest.
$ac_ext >&5
15518 ac_header_compiler
=no
15520 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15521 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15522 echo "${ECHO_T}$ac_header_compiler" >&6
15524 # Is the header present?
15525 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15526 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15527 cat >conftest.
$ac_ext <<_ACEOF
15530 cat confdefs.h
>>conftest.
$ac_ext
15531 cat >>conftest.
$ac_ext <<_ACEOF
15532 /* end confdefs.h. */
15533 #include <$ac_header>
15535 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15536 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15538 grep -v '^ *+' conftest.er1
>conftest.err
15540 cat conftest.err
>&5
15541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15542 (exit $ac_status); } >/dev
/null
; then
15543 if test -s conftest.err
; then
15544 ac_cpp_err
=$ac_c_preproc_warn_flag
15545 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15552 if test -z "$ac_cpp_err"; then
15553 ac_header_preproc
=yes
15555 echo "$as_me: failed program was:" >&5
15556 sed 's/^/| /' conftest.
$ac_ext >&5
15558 ac_header_preproc
=no
15560 rm -f conftest.err conftest.
$ac_ext
15561 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15562 echo "${ECHO_T}$ac_header_preproc" >&6
15564 # So? What about this header?
15565 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15567 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15568 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15569 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15570 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15571 ac_header_preproc
=yes
15574 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15575 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15576 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15577 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15578 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15579 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15580 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15581 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15582 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15583 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15584 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15585 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15588 ## ----------------------------------------- ##
15589 ## Report this to wx-dev@lists.wxwidgets.org ##
15590 ## ----------------------------------------- ##
15593 sed "s/^/$as_me: WARNING: /" >&2
15596 echo "$as_me:$LINENO: checking for $ac_header" >&5
15597 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15598 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15599 echo $ECHO_N "(cached) $ECHO_C" >&6
15601 eval "$as_ac_Header=\$ac_header_preproc"
15603 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15604 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15607 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15608 cat >>confdefs.h
<<_ACEOF
15609 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15617 for ac_header
in malloc.h
15619 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15620 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15621 echo "$as_me:$LINENO: checking for $ac_header" >&5
15622 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15623 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15624 echo $ECHO_N "(cached) $ECHO_C" >&6
15626 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15627 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15629 # Is the header compilable?
15630 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15631 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15632 cat >conftest.
$ac_ext <<_ACEOF
15635 cat confdefs.h
>>conftest.
$ac_ext
15636 cat >>conftest.
$ac_ext <<_ACEOF
15637 /* end confdefs.h. */
15638 $ac_includes_default
15639 #include <$ac_header>
15641 rm -f conftest.
$ac_objext
15642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15643 (eval $ac_compile) 2>conftest.er1
15645 grep -v '^ *+' conftest.er1
>conftest.err
15647 cat conftest.err
>&5
15648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649 (exit $ac_status); } &&
15650 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15652 (eval $ac_try) 2>&5
15654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15655 (exit $ac_status); }; } &&
15656 { ac_try
='test -s conftest.$ac_objext'
15657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15658 (eval $ac_try) 2>&5
15660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15661 (exit $ac_status); }; }; then
15662 ac_header_compiler
=yes
15664 echo "$as_me: failed program was:" >&5
15665 sed 's/^/| /' conftest.
$ac_ext >&5
15667 ac_header_compiler
=no
15669 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15670 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15671 echo "${ECHO_T}$ac_header_compiler" >&6
15673 # Is the header present?
15674 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15675 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15676 cat >conftest.
$ac_ext <<_ACEOF
15679 cat confdefs.h
>>conftest.
$ac_ext
15680 cat >>conftest.
$ac_ext <<_ACEOF
15681 /* end confdefs.h. */
15682 #include <$ac_header>
15684 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15685 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15687 grep -v '^ *+' conftest.er1
>conftest.err
15689 cat conftest.err
>&5
15690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15691 (exit $ac_status); } >/dev
/null
; then
15692 if test -s conftest.err
; then
15693 ac_cpp_err
=$ac_c_preproc_warn_flag
15694 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15701 if test -z "$ac_cpp_err"; then
15702 ac_header_preproc
=yes
15704 echo "$as_me: failed program was:" >&5
15705 sed 's/^/| /' conftest.
$ac_ext >&5
15707 ac_header_preproc
=no
15709 rm -f conftest.err conftest.
$ac_ext
15710 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15711 echo "${ECHO_T}$ac_header_preproc" >&6
15713 # So? What about this header?
15714 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15716 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15717 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15718 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15719 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15720 ac_header_preproc
=yes
15723 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15724 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15725 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15726 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15727 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15728 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15729 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15730 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15731 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15732 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15733 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15734 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15737 ## ----------------------------------------- ##
15738 ## Report this to wx-dev@lists.wxwidgets.org ##
15739 ## ----------------------------------------- ##
15742 sed "s/^/$as_me: WARNING: /" >&2
15745 echo "$as_me:$LINENO: checking for $ac_header" >&5
15746 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15747 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15748 echo $ECHO_N "(cached) $ECHO_C" >&6
15750 eval "$as_ac_Header=\$ac_header_preproc"
15752 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15753 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15756 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15757 cat >>confdefs.h
<<_ACEOF
15758 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15766 for ac_header
in unistd.h
15768 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15769 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15770 echo "$as_me:$LINENO: checking for $ac_header" >&5
15771 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15772 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15773 echo $ECHO_N "(cached) $ECHO_C" >&6
15775 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15776 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15778 # Is the header compilable?
15779 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15780 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15781 cat >conftest.
$ac_ext <<_ACEOF
15784 cat confdefs.h
>>conftest.
$ac_ext
15785 cat >>conftest.
$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15787 $ac_includes_default
15788 #include <$ac_header>
15790 rm -f conftest.
$ac_objext
15791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15792 (eval $ac_compile) 2>conftest.er1
15794 grep -v '^ *+' conftest.er1
>conftest.err
15796 cat conftest.err
>&5
15797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15798 (exit $ac_status); } &&
15799 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15801 (eval $ac_try) 2>&5
15803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15804 (exit $ac_status); }; } &&
15805 { ac_try
='test -s conftest.$ac_objext'
15806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15807 (eval $ac_try) 2>&5
15809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15810 (exit $ac_status); }; }; then
15811 ac_header_compiler
=yes
15813 echo "$as_me: failed program was:" >&5
15814 sed 's/^/| /' conftest.
$ac_ext >&5
15816 ac_header_compiler
=no
15818 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15819 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15820 echo "${ECHO_T}$ac_header_compiler" >&6
15822 # Is the header present?
15823 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15824 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15825 cat >conftest.
$ac_ext <<_ACEOF
15828 cat confdefs.h
>>conftest.
$ac_ext
15829 cat >>conftest.
$ac_ext <<_ACEOF
15830 /* end confdefs.h. */
15831 #include <$ac_header>
15833 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15834 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15836 grep -v '^ *+' conftest.er1
>conftest.err
15838 cat conftest.err
>&5
15839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15840 (exit $ac_status); } >/dev
/null
; then
15841 if test -s conftest.err
; then
15842 ac_cpp_err
=$ac_c_preproc_warn_flag
15843 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15850 if test -z "$ac_cpp_err"; then
15851 ac_header_preproc
=yes
15853 echo "$as_me: failed program was:" >&5
15854 sed 's/^/| /' conftest.
$ac_ext >&5
15856 ac_header_preproc
=no
15858 rm -f conftest.err conftest.
$ac_ext
15859 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15860 echo "${ECHO_T}$ac_header_preproc" >&6
15862 # So? What about this header?
15863 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15865 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15866 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15867 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15868 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15869 ac_header_preproc
=yes
15872 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15873 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15874 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15875 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15876 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15877 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15878 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15879 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15880 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15881 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15882 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15883 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15886 ## ----------------------------------------- ##
15887 ## Report this to wx-dev@lists.wxwidgets.org ##
15888 ## ----------------------------------------- ##
15891 sed "s/^/$as_me: WARNING: /" >&2
15894 echo "$as_me:$LINENO: checking for $ac_header" >&5
15895 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15896 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15897 echo $ECHO_N "(cached) $ECHO_C" >&6
15899 eval "$as_ac_Header=\$ac_header_preproc"
15901 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15902 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15905 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15906 cat >>confdefs.h
<<_ACEOF
15907 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15915 for ac_header
in wchar.h
15917 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15918 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15919 echo "$as_me:$LINENO: checking for $ac_header" >&5
15920 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15921 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15922 echo $ECHO_N "(cached) $ECHO_C" >&6
15924 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15925 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15927 # Is the header compilable?
15928 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15929 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15930 cat >conftest.
$ac_ext <<_ACEOF
15933 cat confdefs.h
>>conftest.
$ac_ext
15934 cat >>conftest.
$ac_ext <<_ACEOF
15935 /* end confdefs.h. */
15936 $ac_includes_default
15937 #include <$ac_header>
15939 rm -f conftest.
$ac_objext
15940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15941 (eval $ac_compile) 2>conftest.er1
15943 grep -v '^ *+' conftest.er1
>conftest.err
15945 cat conftest.err
>&5
15946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15947 (exit $ac_status); } &&
15948 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15950 (eval $ac_try) 2>&5
15952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15953 (exit $ac_status); }; } &&
15954 { ac_try
='test -s conftest.$ac_objext'
15955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15956 (eval $ac_try) 2>&5
15958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15959 (exit $ac_status); }; }; then
15960 ac_header_compiler
=yes
15962 echo "$as_me: failed program was:" >&5
15963 sed 's/^/| /' conftest.
$ac_ext >&5
15965 ac_header_compiler
=no
15967 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15968 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15969 echo "${ECHO_T}$ac_header_compiler" >&6
15971 # Is the header present?
15972 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15973 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15974 cat >conftest.
$ac_ext <<_ACEOF
15977 cat confdefs.h
>>conftest.
$ac_ext
15978 cat >>conftest.
$ac_ext <<_ACEOF
15979 /* end confdefs.h. */
15980 #include <$ac_header>
15982 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15983 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15985 grep -v '^ *+' conftest.er1
>conftest.err
15987 cat conftest.err
>&5
15988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15989 (exit $ac_status); } >/dev
/null
; then
15990 if test -s conftest.err
; then
15991 ac_cpp_err
=$ac_c_preproc_warn_flag
15992 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15999 if test -z "$ac_cpp_err"; then
16000 ac_header_preproc
=yes
16002 echo "$as_me: failed program was:" >&5
16003 sed 's/^/| /' conftest.
$ac_ext >&5
16005 ac_header_preproc
=no
16007 rm -f conftest.err conftest.
$ac_ext
16008 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16009 echo "${ECHO_T}$ac_header_preproc" >&6
16011 # So? What about this header?
16012 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16014 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16015 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16016 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16017 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16018 ac_header_preproc
=yes
16021 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16022 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16023 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16024 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16025 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16026 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16027 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16028 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16029 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16030 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16031 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16032 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16035 ## ----------------------------------------- ##
16036 ## Report this to wx-dev@lists.wxwidgets.org ##
16037 ## ----------------------------------------- ##
16040 sed "s/^/$as_me: WARNING: /" >&2
16043 echo "$as_me:$LINENO: checking for $ac_header" >&5
16044 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16045 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16046 echo $ECHO_N "(cached) $ECHO_C" >&6
16048 eval "$as_ac_Header=\$ac_header_preproc"
16050 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16051 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16054 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16055 cat >>confdefs.h
<<_ACEOF
16056 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16064 if test "$ac_cv_header_wchar_h" != "yes"; then
16066 for ac_header
in wcstr.h
16068 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16069 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16070 echo "$as_me:$LINENO: checking for $ac_header" >&5
16071 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16072 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16073 echo $ECHO_N "(cached) $ECHO_C" >&6
16075 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16076 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16078 # Is the header compilable?
16079 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16080 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16081 cat >conftest.
$ac_ext <<_ACEOF
16084 cat confdefs.h
>>conftest.
$ac_ext
16085 cat >>conftest.
$ac_ext <<_ACEOF
16086 /* end confdefs.h. */
16087 $ac_includes_default
16088 #include <$ac_header>
16090 rm -f conftest.
$ac_objext
16091 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16092 (eval $ac_compile) 2>conftest.er1
16094 grep -v '^ *+' conftest.er1
>conftest.err
16096 cat conftest.err
>&5
16097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16098 (exit $ac_status); } &&
16099 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16101 (eval $ac_try) 2>&5
16103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16104 (exit $ac_status); }; } &&
16105 { ac_try
='test -s conftest.$ac_objext'
16106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16107 (eval $ac_try) 2>&5
16109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16110 (exit $ac_status); }; }; then
16111 ac_header_compiler
=yes
16113 echo "$as_me: failed program was:" >&5
16114 sed 's/^/| /' conftest.
$ac_ext >&5
16116 ac_header_compiler
=no
16118 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16119 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16120 echo "${ECHO_T}$ac_header_compiler" >&6
16122 # Is the header present?
16123 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16124 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16125 cat >conftest.
$ac_ext <<_ACEOF
16128 cat confdefs.h
>>conftest.
$ac_ext
16129 cat >>conftest.
$ac_ext <<_ACEOF
16130 /* end confdefs.h. */
16131 #include <$ac_header>
16133 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16134 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16136 grep -v '^ *+' conftest.er1
>conftest.err
16138 cat conftest.err
>&5
16139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16140 (exit $ac_status); } >/dev
/null
; then
16141 if test -s conftest.err
; then
16142 ac_cpp_err
=$ac_c_preproc_warn_flag
16143 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
16150 if test -z "$ac_cpp_err"; then
16151 ac_header_preproc
=yes
16153 echo "$as_me: failed program was:" >&5
16154 sed 's/^/| /' conftest.
$ac_ext >&5
16156 ac_header_preproc
=no
16158 rm -f conftest.err conftest.
$ac_ext
16159 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16160 echo "${ECHO_T}$ac_header_preproc" >&6
16162 # So? What about this header?
16163 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16165 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16166 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16167 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16168 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16169 ac_header_preproc
=yes
16172 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16173 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16174 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16175 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16176 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16177 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16178 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16179 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16180 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16181 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16182 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16183 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16186 ## ----------------------------------------- ##
16187 ## Report this to wx-dev@lists.wxwidgets.org ##
16188 ## ----------------------------------------- ##
16191 sed "s/^/$as_me: WARNING: /" >&2
16194 echo "$as_me:$LINENO: checking for $ac_header" >&5
16195 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16196 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16197 echo $ECHO_N "(cached) $ECHO_C" >&6
16199 eval "$as_ac_Header=\$ac_header_preproc"
16201 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16202 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16205 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16206 cat >>confdefs.h
<<_ACEOF
16207 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16217 for ac_header
in fnmatch.h
16219 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16220 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16221 echo "$as_me:$LINENO: checking for $ac_header" >&5
16222 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16223 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16224 echo $ECHO_N "(cached) $ECHO_C" >&6
16226 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16227 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16229 # Is the header compilable?
16230 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16231 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16232 cat >conftest.
$ac_ext <<_ACEOF
16235 cat confdefs.h
>>conftest.
$ac_ext
16236 cat >>conftest.
$ac_ext <<_ACEOF
16237 /* end confdefs.h. */
16238 $ac_includes_default
16239 #include <$ac_header>
16241 rm -f conftest.
$ac_objext
16242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16243 (eval $ac_compile) 2>conftest.er1
16245 grep -v '^ *+' conftest.er1
>conftest.err
16247 cat conftest.err
>&5
16248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16249 (exit $ac_status); } &&
16250 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16252 (eval $ac_try) 2>&5
16254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255 (exit $ac_status); }; } &&
16256 { ac_try
='test -s conftest.$ac_objext'
16257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16258 (eval $ac_try) 2>&5
16260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16261 (exit $ac_status); }; }; then
16262 ac_header_compiler
=yes
16264 echo "$as_me: failed program was:" >&5
16265 sed 's/^/| /' conftest.
$ac_ext >&5
16267 ac_header_compiler
=no
16269 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16270 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16271 echo "${ECHO_T}$ac_header_compiler" >&6
16273 # Is the header present?
16274 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16275 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16276 cat >conftest.
$ac_ext <<_ACEOF
16279 cat confdefs.h
>>conftest.
$ac_ext
16280 cat >>conftest.
$ac_ext <<_ACEOF
16281 /* end confdefs.h. */
16282 #include <$ac_header>
16284 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16285 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16287 grep -v '^ *+' conftest.er1
>conftest.err
16289 cat conftest.err
>&5
16290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16291 (exit $ac_status); } >/dev
/null
; then
16292 if test -s conftest.err
; then
16293 ac_cpp_err
=$ac_c_preproc_warn_flag
16294 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
16301 if test -z "$ac_cpp_err"; then
16302 ac_header_preproc
=yes
16304 echo "$as_me: failed program was:" >&5
16305 sed 's/^/| /' conftest.
$ac_ext >&5
16307 ac_header_preproc
=no
16309 rm -f conftest.err conftest.
$ac_ext
16310 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16311 echo "${ECHO_T}$ac_header_preproc" >&6
16313 # So? What about this header?
16314 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16316 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16317 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16318 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16319 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16320 ac_header_preproc
=yes
16323 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16324 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16325 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16326 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16327 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16328 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16329 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16330 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16331 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16332 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16333 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16334 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16337 ## ----------------------------------------- ##
16338 ## Report this to wx-dev@lists.wxwidgets.org ##
16339 ## ----------------------------------------- ##
16342 sed "s/^/$as_me: WARNING: /" >&2
16345 echo "$as_me:$LINENO: checking for $ac_header" >&5
16346 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16347 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16348 echo $ECHO_N "(cached) $ECHO_C" >&6
16350 eval "$as_ac_Header=\$ac_header_preproc"
16352 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16353 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16356 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16357 cat >>confdefs.h
<<_ACEOF
16358 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16367 for ac_header
in langinfo.h
16369 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16370 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16371 echo "$as_me:$LINENO: checking for $ac_header" >&5
16372 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16373 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16374 echo $ECHO_N "(cached) $ECHO_C" >&6
16376 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16377 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16379 # Is the header compilable?
16380 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16381 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16382 cat >conftest.
$ac_ext <<_ACEOF
16385 cat confdefs.h
>>conftest.
$ac_ext
16386 cat >>conftest.
$ac_ext <<_ACEOF
16387 /* end confdefs.h. */
16388 $ac_includes_default
16389 #include <$ac_header>
16391 rm -f conftest.
$ac_objext
16392 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16393 (eval $ac_compile) 2>conftest.er1
16395 grep -v '^ *+' conftest.er1
>conftest.err
16397 cat conftest.err
>&5
16398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16399 (exit $ac_status); } &&
16400 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16402 (eval $ac_try) 2>&5
16404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16405 (exit $ac_status); }; } &&
16406 { ac_try
='test -s conftest.$ac_objext'
16407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16408 (eval $ac_try) 2>&5
16410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16411 (exit $ac_status); }; }; then
16412 ac_header_compiler
=yes
16414 echo "$as_me: failed program was:" >&5
16415 sed 's/^/| /' conftest.
$ac_ext >&5
16417 ac_header_compiler
=no
16419 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16420 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16421 echo "${ECHO_T}$ac_header_compiler" >&6
16423 # Is the header present?
16424 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16425 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16426 cat >conftest.
$ac_ext <<_ACEOF
16429 cat confdefs.h
>>conftest.
$ac_ext
16430 cat >>conftest.
$ac_ext <<_ACEOF
16431 /* end confdefs.h. */
16432 #include <$ac_header>
16434 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16435 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16437 grep -v '^ *+' conftest.er1
>conftest.err
16439 cat conftest.err
>&5
16440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); } >/dev
/null
; then
16442 if test -s conftest.err
; then
16443 ac_cpp_err
=$ac_c_preproc_warn_flag
16444 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
16451 if test -z "$ac_cpp_err"; then
16452 ac_header_preproc
=yes
16454 echo "$as_me: failed program was:" >&5
16455 sed 's/^/| /' conftest.
$ac_ext >&5
16457 ac_header_preproc
=no
16459 rm -f conftest.err conftest.
$ac_ext
16460 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16461 echo "${ECHO_T}$ac_header_preproc" >&6
16463 # So? What about this header?
16464 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16466 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16467 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16468 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16469 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16470 ac_header_preproc
=yes
16473 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16474 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16475 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16476 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16477 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16478 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16479 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16480 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16481 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16482 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16483 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16484 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16487 ## ----------------------------------------- ##
16488 ## Report this to wx-dev@lists.wxwidgets.org ##
16489 ## ----------------------------------------- ##
16492 sed "s/^/$as_me: WARNING: /" >&2
16495 echo "$as_me:$LINENO: checking for $ac_header" >&5
16496 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16497 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16498 echo $ECHO_N "(cached) $ECHO_C" >&6
16500 eval "$as_ac_Header=\$ac_header_preproc"
16502 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16503 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16506 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16507 cat >>confdefs.h
<<_ACEOF
16508 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16517 *-pc-os2_emx | *-pc-os2-emx )
16518 if test $ac_cv_header_langinfo_h = "yes" \
16519 -a \
( "$wx_cv_gccversion" = "EMX2" \
16520 -o "$wx_cv_gccversion" = "EMX3" \
16521 -o "$wx_cv_gccversion" = "Innotek5" \
); then
16522 LIBS
="$LIBS -lintl"
16528 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
16529 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
16530 if test "${ac_cv_c_const+set}" = set; then
16531 echo $ECHO_N "(cached) $ECHO_C" >&6
16533 cat >conftest.
$ac_ext <<_ACEOF
16536 cat confdefs.h
>>conftest.
$ac_ext
16537 cat >>conftest.
$ac_ext <<_ACEOF
16538 /* end confdefs.h. */
16543 /* FIXME: Include the comments suggested by Paul. */
16544 #ifndef __cplusplus
16545 /* Ultrix mips cc rejects this. */
16546 typedef int charset[2];
16548 /* SunOS 4.1.1 cc rejects this. */
16549 char const *const *ccp;
16551 /* NEC SVR4.0.2 mips cc rejects this. */
16552 struct point {int x, y;};
16553 static struct point const zero = {0,0};
16554 /* AIX XL C 1.02.0.0 rejects this.
16555 It does not let you subtract one const X* pointer from another in
16556 an arm of an if-expression whose if-part is not a constant
16558 const char *g = "string";
16559 ccp = &g + (g ? g-g : 0);
16560 /* HPUX 7.0 cc rejects these. */
16563 ccp = (char const *const *) p;
16564 { /* SCO 3.2v4 cc rejects this. */
16566 char const *s = 0 ? (char *) 0 : (char const *) 0;
16570 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
16571 int x[] = {25, 17};
16572 const int *foo = &x[0];
16575 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
16576 typedef const int *iptr;
16580 { /* AIX XL C 1.02.0.0 rejects this saying
16581 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
16582 struct s { int j; const int *ap[3]; };
16583 struct s *b; b->j = 5;
16585 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16586 const int foo = 10;
16594 rm -f conftest.
$ac_objext
16595 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16596 (eval $ac_compile) 2>conftest.er1
16598 grep -v '^ *+' conftest.er1
>conftest.err
16600 cat conftest.err
>&5
16601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16602 (exit $ac_status); } &&
16603 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16605 (eval $ac_try) 2>&5
16607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16608 (exit $ac_status); }; } &&
16609 { ac_try
='test -s conftest.$ac_objext'
16610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16611 (eval $ac_try) 2>&5
16613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16614 (exit $ac_status); }; }; then
16617 echo "$as_me: failed program was:" >&5
16618 sed 's/^/| /' conftest.
$ac_ext >&5
16622 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16624 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
16625 echo "${ECHO_T}$ac_cv_c_const" >&6
16626 if test $ac_cv_c_const = no
; then
16628 cat >>confdefs.h
<<\_ACEOF
16634 echo "$as_me:$LINENO: checking for inline" >&5
16635 echo $ECHO_N "checking for inline... $ECHO_C" >&6
16636 if test "${ac_cv_c_inline+set}" = set; then
16637 echo $ECHO_N "(cached) $ECHO_C" >&6
16640 for ac_kw
in inline __inline__ __inline
; do
16641 cat >conftest.
$ac_ext <<_ACEOF
16644 cat confdefs.h
>>conftest.
$ac_ext
16645 cat >>conftest.
$ac_ext <<_ACEOF
16646 /* end confdefs.h. */
16647 #ifndef __cplusplus
16649 static $ac_kw foo_t static_foo () {return 0; }
16650 $ac_kw foo_t foo () {return 0; }
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_cv_c_inline
=$ac_kw; break
16677 echo "$as_me: failed program was:" >&5
16678 sed 's/^/| /' conftest.
$ac_ext >&5
16681 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16685 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
16686 echo "${ECHO_T}$ac_cv_c_inline" >&6
16689 case $ac_cv_c_inline in
16692 case $ac_cv_c_inline in
16694 *) ac_val
=$ac_cv_c_inline;;
16696 cat >>confdefs.h
<<_ACEOF
16697 #ifndef __cplusplus
16698 #define inline $ac_val
16705 echo "$as_me:$LINENO: checking for char" >&5
16706 echo $ECHO_N "checking for char... $ECHO_C" >&6
16707 if test "${ac_cv_type_char+set}" = set; then
16708 echo $ECHO_N "(cached) $ECHO_C" >&6
16710 cat >conftest.
$ac_ext <<_ACEOF
16713 cat confdefs.h
>>conftest.
$ac_ext
16714 cat >>conftest.
$ac_ext <<_ACEOF
16715 /* end confdefs.h. */
16716 $ac_includes_default
16728 rm -f conftest.
$ac_objext
16729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16730 (eval $ac_compile) 2>conftest.er1
16732 grep -v '^ *+' conftest.er1
>conftest.err
16734 cat conftest.err
>&5
16735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16736 (exit $ac_status); } &&
16737 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16739 (eval $ac_try) 2>&5
16741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16742 (exit $ac_status); }; } &&
16743 { ac_try
='test -s conftest.$ac_objext'
16744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16745 (eval $ac_try) 2>&5
16747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16748 (exit $ac_status); }; }; then
16749 ac_cv_type_char
=yes
16751 echo "$as_me: failed program was:" >&5
16752 sed 's/^/| /' conftest.
$ac_ext >&5
16756 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16758 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
16759 echo "${ECHO_T}$ac_cv_type_char" >&6
16761 echo "$as_me:$LINENO: checking size of char" >&5
16762 echo $ECHO_N "checking size of char... $ECHO_C" >&6
16763 if test "${ac_cv_sizeof_char+set}" = set; then
16764 echo $ECHO_N "(cached) $ECHO_C" >&6
16766 if test "$ac_cv_type_char" = yes; then
16767 # The cast to unsigned long works around a bug in the HP C Compiler
16768 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16769 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16770 # This bug is HP SR number 8606223364.
16771 if test "$cross_compiling" = yes; then
16772 # Depending upon the size, compute the lo and hi bounds.
16773 cat >conftest.
$ac_ext <<_ACEOF
16776 cat confdefs.h
>>conftest.
$ac_ext
16777 cat >>conftest.
$ac_ext <<_ACEOF
16778 /* end confdefs.h. */
16779 $ac_includes_default
16783 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
16790 rm -f conftest.
$ac_objext
16791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16792 (eval $ac_compile) 2>conftest.er1
16794 grep -v '^ *+' conftest.er1
>conftest.err
16796 cat conftest.err
>&5
16797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16798 (exit $ac_status); } &&
16799 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16801 (eval $ac_try) 2>&5
16803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16804 (exit $ac_status); }; } &&
16805 { ac_try
='test -s conftest.$ac_objext'
16806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16807 (eval $ac_try) 2>&5
16809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16810 (exit $ac_status); }; }; then
16813 cat >conftest.
$ac_ext <<_ACEOF
16816 cat confdefs.h
>>conftest.
$ac_ext
16817 cat >>conftest.
$ac_ext <<_ACEOF
16818 /* end confdefs.h. */
16819 $ac_includes_default
16823 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16830 rm -f conftest.
$ac_objext
16831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16832 (eval $ac_compile) 2>conftest.er1
16834 grep -v '^ *+' conftest.er1
>conftest.err
16836 cat conftest.err
>&5
16837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16838 (exit $ac_status); } &&
16839 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16841 (eval $ac_try) 2>&5
16843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16844 (exit $ac_status); }; } &&
16845 { ac_try
='test -s conftest.$ac_objext'
16846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16847 (eval $ac_try) 2>&5
16849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16850 (exit $ac_status); }; }; then
16851 ac_hi
=$ac_mid; break
16853 echo "$as_me: failed program was:" >&5
16854 sed 's/^/| /' conftest.
$ac_ext >&5
16856 ac_lo
=`expr $ac_mid + 1`
16857 if test $ac_lo -le $ac_mid; then
16861 ac_mid
=`expr 2 '*' $ac_mid + 1`
16863 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16866 echo "$as_me: failed program was:" >&5
16867 sed 's/^/| /' conftest.
$ac_ext >&5
16869 cat >conftest.
$ac_ext <<_ACEOF
16872 cat confdefs.h
>>conftest.
$ac_ext
16873 cat >>conftest.
$ac_ext <<_ACEOF
16874 /* end confdefs.h. */
16875 $ac_includes_default
16879 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
16886 rm -f conftest.
$ac_objext
16887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16888 (eval $ac_compile) 2>conftest.er1
16890 grep -v '^ *+' conftest.er1
>conftest.err
16892 cat conftest.err
>&5
16893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16894 (exit $ac_status); } &&
16895 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16897 (eval $ac_try) 2>&5
16899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16900 (exit $ac_status); }; } &&
16901 { ac_try
='test -s conftest.$ac_objext'
16902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16903 (eval $ac_try) 2>&5
16905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16906 (exit $ac_status); }; }; then
16909 cat >conftest.
$ac_ext <<_ACEOF
16912 cat confdefs.h
>>conftest.
$ac_ext
16913 cat >>conftest.
$ac_ext <<_ACEOF
16914 /* end confdefs.h. */
16915 $ac_includes_default
16919 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
16926 rm -f conftest.
$ac_objext
16927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16928 (eval $ac_compile) 2>conftest.er1
16930 grep -v '^ *+' conftest.er1
>conftest.err
16932 cat conftest.err
>&5
16933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16934 (exit $ac_status); } &&
16935 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16937 (eval $ac_try) 2>&5
16939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16940 (exit $ac_status); }; } &&
16941 { ac_try
='test -s conftest.$ac_objext'
16942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16943 (eval $ac_try) 2>&5
16945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16946 (exit $ac_status); }; }; then
16947 ac_lo
=$ac_mid; break
16949 echo "$as_me: failed program was:" >&5
16950 sed 's/^/| /' conftest.
$ac_ext >&5
16952 ac_hi
=`expr '(' $ac_mid ')' - 1`
16953 if test $ac_mid -le $ac_hi; then
16957 ac_mid
=`expr 2 '*' $ac_mid`
16959 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16962 echo "$as_me: failed program was:" >&5
16963 sed 's/^/| /' conftest.
$ac_ext >&5
16967 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16969 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16970 # Binary search between lo and hi bounds.
16971 while test "x$ac_lo" != "x$ac_hi"; do
16972 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16973 cat >conftest.
$ac_ext <<_ACEOF
16976 cat confdefs.h
>>conftest.
$ac_ext
16977 cat >>conftest.
$ac_ext <<_ACEOF
16978 /* end confdefs.h. */
16979 $ac_includes_default
16983 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16990 rm -f conftest.
$ac_objext
16991 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16992 (eval $ac_compile) 2>conftest.er1
16994 grep -v '^ *+' conftest.er1
>conftest.err
16996 cat conftest.err
>&5
16997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16998 (exit $ac_status); } &&
16999 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17001 (eval $ac_try) 2>&5
17003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17004 (exit $ac_status); }; } &&
17005 { ac_try
='test -s conftest.$ac_objext'
17006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17007 (eval $ac_try) 2>&5
17009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17010 (exit $ac_status); }; }; then
17013 echo "$as_me: failed program was:" >&5
17014 sed 's/^/| /' conftest.
$ac_ext >&5
17016 ac_lo
=`expr '(' $ac_mid ')' + 1`
17018 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17021 ?
*) ac_cv_sizeof_char
=$ac_lo;;
17022 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17023 See \`config.log' for more details." >&5
17024 echo "$as_me: error: cannot compute sizeof (char), 77
17025 See \`config.log' for more details." >&2;}
17026 { (exit 1); exit 1; }; } ;;
17029 if test "$cross_compiling" = yes; then
17030 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17031 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17032 { (exit 1); exit 1; }; }
17034 cat >conftest.
$ac_ext <<_ACEOF
17037 cat confdefs.h
>>conftest.
$ac_ext
17038 cat >>conftest.
$ac_ext <<_ACEOF
17039 /* end confdefs.h. */
17040 $ac_includes_default
17041 long longval () { return (long) (sizeof (char)); }
17042 unsigned long ulongval () { return (long) (sizeof (char)); }
17044 #include <stdlib.h>
17049 FILE *f = fopen ("conftest.val", "w");
17052 if (((long) (sizeof (char))) < 0)
17054 long i = longval ();
17055 if (i != ((long) (sizeof (char))))
17057 fprintf (f, "%ld\n", i);
17061 unsigned long i = ulongval ();
17062 if (i != ((long) (sizeof (char))))
17064 fprintf (f, "%lu\n", i);
17066 exit (ferror (f) || fclose (f) != 0);
17072 rm -f conftest
$ac_exeext
17073 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17074 (eval $ac_link) 2>&5
17076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17077 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17079 (eval $ac_try) 2>&5
17081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17082 (exit $ac_status); }; }; then
17083 ac_cv_sizeof_char
=`cat conftest.val`
17085 echo "$as_me: program exited with status $ac_status" >&5
17086 echo "$as_me: failed program was:" >&5
17087 sed 's/^/| /' conftest.
$ac_ext >&5
17089 ( exit $ac_status )
17090 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17091 See \`config.log' for more details." >&5
17092 echo "$as_me: error: cannot compute sizeof (char), 77
17093 See \`config.log' for more details." >&2;}
17094 { (exit 1); exit 1; }; }
17096 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17101 ac_cv_sizeof_char
=0
17104 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
17105 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
17106 cat >>confdefs.h
<<_ACEOF
17107 #define SIZEOF_CHAR $ac_cv_sizeof_char
17111 echo "$as_me:$LINENO: checking for short" >&5
17112 echo $ECHO_N "checking for short... $ECHO_C" >&6
17113 if test "${ac_cv_type_short+set}" = set; then
17114 echo $ECHO_N "(cached) $ECHO_C" >&6
17116 cat >conftest.
$ac_ext <<_ACEOF
17119 cat confdefs.h
>>conftest.
$ac_ext
17120 cat >>conftest.
$ac_ext <<_ACEOF
17121 /* end confdefs.h. */
17122 $ac_includes_default
17128 if (sizeof (short))
17134 rm -f conftest.
$ac_objext
17135 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17136 (eval $ac_compile) 2>conftest.er1
17138 grep -v '^ *+' conftest.er1
>conftest.err
17140 cat conftest.err
>&5
17141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17142 (exit $ac_status); } &&
17143 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17145 (eval $ac_try) 2>&5
17147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17148 (exit $ac_status); }; } &&
17149 { ac_try
='test -s conftest.$ac_objext'
17150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17151 (eval $ac_try) 2>&5
17153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17154 (exit $ac_status); }; }; then
17155 ac_cv_type_short
=yes
17157 echo "$as_me: failed program was:" >&5
17158 sed 's/^/| /' conftest.
$ac_ext >&5
17160 ac_cv_type_short
=no
17162 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17164 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
17165 echo "${ECHO_T}$ac_cv_type_short" >&6
17167 echo "$as_me:$LINENO: checking size of short" >&5
17168 echo $ECHO_N "checking size of short... $ECHO_C" >&6
17169 if test "${ac_cv_sizeof_short+set}" = set; then
17170 echo $ECHO_N "(cached) $ECHO_C" >&6
17172 if test "$ac_cv_type_short" = yes; then
17173 # The cast to unsigned long works around a bug in the HP C Compiler
17174 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17175 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17176 # This bug is HP SR number 8606223364.
17177 if test "$cross_compiling" = yes; then
17178 # Depending upon the size, compute the lo and hi bounds.
17179 cat >conftest.
$ac_ext <<_ACEOF
17182 cat confdefs.h
>>conftest.
$ac_ext
17183 cat >>conftest.
$ac_ext <<_ACEOF
17184 /* end confdefs.h. */
17185 $ac_includes_default
17189 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
17196 rm -f conftest.
$ac_objext
17197 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17198 (eval $ac_compile) 2>conftest.er1
17200 grep -v '^ *+' conftest.er1
>conftest.err
17202 cat conftest.err
>&5
17203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17204 (exit $ac_status); } &&
17205 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17207 (eval $ac_try) 2>&5
17209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17210 (exit $ac_status); }; } &&
17211 { ac_try
='test -s conftest.$ac_objext'
17212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17213 (eval $ac_try) 2>&5
17215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17216 (exit $ac_status); }; }; then
17219 cat >conftest.
$ac_ext <<_ACEOF
17222 cat confdefs.h
>>conftest.
$ac_ext
17223 cat >>conftest.
$ac_ext <<_ACEOF
17224 /* end confdefs.h. */
17225 $ac_includes_default
17229 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17236 rm -f conftest.
$ac_objext
17237 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17238 (eval $ac_compile) 2>conftest.er1
17240 grep -v '^ *+' conftest.er1
>conftest.err
17242 cat conftest.err
>&5
17243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17244 (exit $ac_status); } &&
17245 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17247 (eval $ac_try) 2>&5
17249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17250 (exit $ac_status); }; } &&
17251 { ac_try
='test -s conftest.$ac_objext'
17252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17253 (eval $ac_try) 2>&5
17255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17256 (exit $ac_status); }; }; then
17257 ac_hi
=$ac_mid; break
17259 echo "$as_me: failed program was:" >&5
17260 sed 's/^/| /' conftest.
$ac_ext >&5
17262 ac_lo
=`expr $ac_mid + 1`
17263 if test $ac_lo -le $ac_mid; then
17267 ac_mid
=`expr 2 '*' $ac_mid + 1`
17269 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17272 echo "$as_me: failed program was:" >&5
17273 sed 's/^/| /' conftest.
$ac_ext >&5
17275 cat >conftest.
$ac_ext <<_ACEOF
17278 cat confdefs.h
>>conftest.
$ac_ext
17279 cat >>conftest.
$ac_ext <<_ACEOF
17280 /* end confdefs.h. */
17281 $ac_includes_default
17285 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
17292 rm -f conftest.
$ac_objext
17293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17294 (eval $ac_compile) 2>conftest.er1
17296 grep -v '^ *+' conftest.er1
>conftest.err
17298 cat conftest.err
>&5
17299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17300 (exit $ac_status); } &&
17301 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17303 (eval $ac_try) 2>&5
17305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17306 (exit $ac_status); }; } &&
17307 { ac_try
='test -s conftest.$ac_objext'
17308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17309 (eval $ac_try) 2>&5
17311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17312 (exit $ac_status); }; }; then
17315 cat >conftest.
$ac_ext <<_ACEOF
17318 cat confdefs.h
>>conftest.
$ac_ext
17319 cat >>conftest.
$ac_ext <<_ACEOF
17320 /* end confdefs.h. */
17321 $ac_includes_default
17325 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
17332 rm -f conftest.
$ac_objext
17333 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17334 (eval $ac_compile) 2>conftest.er1
17336 grep -v '^ *+' conftest.er1
>conftest.err
17338 cat conftest.err
>&5
17339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17340 (exit $ac_status); } &&
17341 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17343 (eval $ac_try) 2>&5
17345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17346 (exit $ac_status); }; } &&
17347 { ac_try
='test -s conftest.$ac_objext'
17348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17349 (eval $ac_try) 2>&5
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); }; }; then
17353 ac_lo
=$ac_mid; break
17355 echo "$as_me: failed program was:" >&5
17356 sed 's/^/| /' conftest.
$ac_ext >&5
17358 ac_hi
=`expr '(' $ac_mid ')' - 1`
17359 if test $ac_mid -le $ac_hi; then
17363 ac_mid
=`expr 2 '*' $ac_mid`
17365 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17368 echo "$as_me: failed program was:" >&5
17369 sed 's/^/| /' conftest.
$ac_ext >&5
17373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17375 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17376 # Binary search between lo and hi bounds.
17377 while test "x$ac_lo" != "x$ac_hi"; do
17378 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17379 cat >conftest.
$ac_ext <<_ACEOF
17382 cat confdefs.h
>>conftest.
$ac_ext
17383 cat >>conftest.
$ac_ext <<_ACEOF
17384 /* end confdefs.h. */
17385 $ac_includes_default
17389 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17396 rm -f conftest.
$ac_objext
17397 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17398 (eval $ac_compile) 2>conftest.er1
17400 grep -v '^ *+' conftest.er1
>conftest.err
17402 cat conftest.err
>&5
17403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404 (exit $ac_status); } &&
17405 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17407 (eval $ac_try) 2>&5
17409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17410 (exit $ac_status); }; } &&
17411 { ac_try
='test -s conftest.$ac_objext'
17412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17413 (eval $ac_try) 2>&5
17415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17416 (exit $ac_status); }; }; then
17419 echo "$as_me: failed program was:" >&5
17420 sed 's/^/| /' conftest.
$ac_ext >&5
17422 ac_lo
=`expr '(' $ac_mid ')' + 1`
17424 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17427 ?
*) ac_cv_sizeof_short
=$ac_lo;;
17428 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17429 See \`config.log' for more details." >&5
17430 echo "$as_me: error: cannot compute sizeof (short), 77
17431 See \`config.log' for more details." >&2;}
17432 { (exit 1); exit 1; }; } ;;
17435 if test "$cross_compiling" = yes; then
17436 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17437 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17438 { (exit 1); exit 1; }; }
17440 cat >conftest.
$ac_ext <<_ACEOF
17443 cat confdefs.h
>>conftest.
$ac_ext
17444 cat >>conftest.
$ac_ext <<_ACEOF
17445 /* end confdefs.h. */
17446 $ac_includes_default
17447 long longval () { return (long) (sizeof (short)); }
17448 unsigned long ulongval () { return (long) (sizeof (short)); }
17450 #include <stdlib.h>
17455 FILE *f = fopen ("conftest.val", "w");
17458 if (((long) (sizeof (short))) < 0)
17460 long i = longval ();
17461 if (i != ((long) (sizeof (short))))
17463 fprintf (f, "%ld\n", i);
17467 unsigned long i = ulongval ();
17468 if (i != ((long) (sizeof (short))))
17470 fprintf (f, "%lu\n", i);
17472 exit (ferror (f) || fclose (f) != 0);
17478 rm -f conftest
$ac_exeext
17479 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17480 (eval $ac_link) 2>&5
17482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17483 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17485 (eval $ac_try) 2>&5
17487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17488 (exit $ac_status); }; }; then
17489 ac_cv_sizeof_short
=`cat conftest.val`
17491 echo "$as_me: program exited with status $ac_status" >&5
17492 echo "$as_me: failed program was:" >&5
17493 sed 's/^/| /' conftest.
$ac_ext >&5
17495 ( exit $ac_status )
17496 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17497 See \`config.log' for more details." >&5
17498 echo "$as_me: error: cannot compute sizeof (short), 77
17499 See \`config.log' for more details." >&2;}
17500 { (exit 1); exit 1; }; }
17502 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17507 ac_cv_sizeof_short
=0
17510 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
17511 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
17512 cat >>confdefs.h
<<_ACEOF
17513 #define SIZEOF_SHORT $ac_cv_sizeof_short
17517 echo "$as_me:$LINENO: checking for void *" >&5
17518 echo $ECHO_N "checking for void *... $ECHO_C" >&6
17519 if test "${ac_cv_type_void_p+set}" = set; then
17520 echo $ECHO_N "(cached) $ECHO_C" >&6
17522 cat >conftest.
$ac_ext <<_ACEOF
17525 cat confdefs.h
>>conftest.
$ac_ext
17526 cat >>conftest.
$ac_ext <<_ACEOF
17527 /* end confdefs.h. */
17528 $ac_includes_default
17534 if (sizeof (void *))
17540 rm -f conftest.
$ac_objext
17541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17542 (eval $ac_compile) 2>conftest.er1
17544 grep -v '^ *+' conftest.er1
>conftest.err
17546 cat conftest.err
>&5
17547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17548 (exit $ac_status); } &&
17549 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17551 (eval $ac_try) 2>&5
17553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17554 (exit $ac_status); }; } &&
17555 { ac_try
='test -s conftest.$ac_objext'
17556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17557 (eval $ac_try) 2>&5
17559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17560 (exit $ac_status); }; }; then
17561 ac_cv_type_void_p
=yes
17563 echo "$as_me: failed program was:" >&5
17564 sed 's/^/| /' conftest.
$ac_ext >&5
17566 ac_cv_type_void_p
=no
17568 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17570 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
17571 echo "${ECHO_T}$ac_cv_type_void_p" >&6
17573 echo "$as_me:$LINENO: checking size of void *" >&5
17574 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
17575 if test "${ac_cv_sizeof_void_p+set}" = set; then
17576 echo $ECHO_N "(cached) $ECHO_C" >&6
17578 if test "$ac_cv_type_void_p" = yes; then
17579 # The cast to unsigned long works around a bug in the HP C Compiler
17580 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17581 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17582 # This bug is HP SR number 8606223364.
17583 if test "$cross_compiling" = yes; then
17584 # Depending upon the size, compute the lo and hi bounds.
17585 cat >conftest.
$ac_ext <<_ACEOF
17588 cat confdefs.h
>>conftest.
$ac_ext
17589 cat >>conftest.
$ac_ext <<_ACEOF
17590 /* end confdefs.h. */
17591 $ac_includes_default
17595 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
17602 rm -f conftest.
$ac_objext
17603 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17604 (eval $ac_compile) 2>conftest.er1
17606 grep -v '^ *+' conftest.er1
>conftest.err
17608 cat conftest.err
>&5
17609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17610 (exit $ac_status); } &&
17611 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17613 (eval $ac_try) 2>&5
17615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17616 (exit $ac_status); }; } &&
17617 { ac_try
='test -s conftest.$ac_objext'
17618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17619 (eval $ac_try) 2>&5
17621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17622 (exit $ac_status); }; }; then
17625 cat >conftest.
$ac_ext <<_ACEOF
17628 cat confdefs.h
>>conftest.
$ac_ext
17629 cat >>conftest.
$ac_ext <<_ACEOF
17630 /* end confdefs.h. */
17631 $ac_includes_default
17635 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17642 rm -f conftest.
$ac_objext
17643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17644 (eval $ac_compile) 2>conftest.er1
17646 grep -v '^ *+' conftest.er1
>conftest.err
17648 cat conftest.err
>&5
17649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17650 (exit $ac_status); } &&
17651 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17653 (eval $ac_try) 2>&5
17655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17656 (exit $ac_status); }; } &&
17657 { ac_try
='test -s conftest.$ac_objext'
17658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17659 (eval $ac_try) 2>&5
17661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17662 (exit $ac_status); }; }; then
17663 ac_hi
=$ac_mid; break
17665 echo "$as_me: failed program was:" >&5
17666 sed 's/^/| /' conftest.
$ac_ext >&5
17668 ac_lo
=`expr $ac_mid + 1`
17669 if test $ac_lo -le $ac_mid; then
17673 ac_mid
=`expr 2 '*' $ac_mid + 1`
17675 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17678 echo "$as_me: failed program was:" >&5
17679 sed 's/^/| /' conftest.
$ac_ext >&5
17681 cat >conftest.
$ac_ext <<_ACEOF
17684 cat confdefs.h
>>conftest.
$ac_ext
17685 cat >>conftest.
$ac_ext <<_ACEOF
17686 /* end confdefs.h. */
17687 $ac_includes_default
17691 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
17698 rm -f conftest.
$ac_objext
17699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17700 (eval $ac_compile) 2>conftest.er1
17702 grep -v '^ *+' conftest.er1
>conftest.err
17704 cat conftest.err
>&5
17705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17706 (exit $ac_status); } &&
17707 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17709 (eval $ac_try) 2>&5
17711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17712 (exit $ac_status); }; } &&
17713 { ac_try
='test -s conftest.$ac_objext'
17714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17715 (eval $ac_try) 2>&5
17717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); }; }; then
17721 cat >conftest.
$ac_ext <<_ACEOF
17724 cat confdefs.h
>>conftest.
$ac_ext
17725 cat >>conftest.
$ac_ext <<_ACEOF
17726 /* end confdefs.h. */
17727 $ac_includes_default
17731 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
17738 rm -f conftest.
$ac_objext
17739 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17740 (eval $ac_compile) 2>conftest.er1
17742 grep -v '^ *+' conftest.er1
>conftest.err
17744 cat conftest.err
>&5
17745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17746 (exit $ac_status); } &&
17747 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17749 (eval $ac_try) 2>&5
17751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17752 (exit $ac_status); }; } &&
17753 { ac_try
='test -s conftest.$ac_objext'
17754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17755 (eval $ac_try) 2>&5
17757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17758 (exit $ac_status); }; }; then
17759 ac_lo
=$ac_mid; break
17761 echo "$as_me: failed program was:" >&5
17762 sed 's/^/| /' conftest.
$ac_ext >&5
17764 ac_hi
=`expr '(' $ac_mid ')' - 1`
17765 if test $ac_mid -le $ac_hi; then
17769 ac_mid
=`expr 2 '*' $ac_mid`
17771 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17774 echo "$as_me: failed program was:" >&5
17775 sed 's/^/| /' conftest.
$ac_ext >&5
17779 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17781 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17782 # Binary search between lo and hi bounds.
17783 while test "x$ac_lo" != "x$ac_hi"; do
17784 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17785 cat >conftest.
$ac_ext <<_ACEOF
17788 cat confdefs.h
>>conftest.
$ac_ext
17789 cat >>conftest.
$ac_ext <<_ACEOF
17790 /* end confdefs.h. */
17791 $ac_includes_default
17795 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
17802 rm -f conftest.
$ac_objext
17803 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17804 (eval $ac_compile) 2>conftest.er1
17806 grep -v '^ *+' conftest.er1
>conftest.err
17808 cat conftest.err
>&5
17809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17810 (exit $ac_status); } &&
17811 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17813 (eval $ac_try) 2>&5
17815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17816 (exit $ac_status); }; } &&
17817 { ac_try
='test -s conftest.$ac_objext'
17818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17819 (eval $ac_try) 2>&5
17821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17822 (exit $ac_status); }; }; then
17825 echo "$as_me: failed program was:" >&5
17826 sed 's/^/| /' conftest.
$ac_ext >&5
17828 ac_lo
=`expr '(' $ac_mid ')' + 1`
17830 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17833 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
17834 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17835 See \`config.log' for more details." >&5
17836 echo "$as_me: error: cannot compute sizeof (void *), 77
17837 See \`config.log' for more details." >&2;}
17838 { (exit 1); exit 1; }; } ;;
17841 if test "$cross_compiling" = yes; then
17842 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17843 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17844 { (exit 1); exit 1; }; }
17846 cat >conftest.
$ac_ext <<_ACEOF
17849 cat confdefs.h
>>conftest.
$ac_ext
17850 cat >>conftest.
$ac_ext <<_ACEOF
17851 /* end confdefs.h. */
17852 $ac_includes_default
17853 long longval () { return (long) (sizeof (void *)); }
17854 unsigned long ulongval () { return (long) (sizeof (void *)); }
17856 #include <stdlib.h>
17861 FILE *f = fopen ("conftest.val", "w");
17864 if (((long) (sizeof (void *))) < 0)
17866 long i = longval ();
17867 if (i != ((long) (sizeof (void *))))
17869 fprintf (f, "%ld\n", i);
17873 unsigned long i = ulongval ();
17874 if (i != ((long) (sizeof (void *))))
17876 fprintf (f, "%lu\n", i);
17878 exit (ferror (f) || fclose (f) != 0);
17884 rm -f conftest
$ac_exeext
17885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17886 (eval $ac_link) 2>&5
17888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17889 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17891 (eval $ac_try) 2>&5
17893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17894 (exit $ac_status); }; }; then
17895 ac_cv_sizeof_void_p
=`cat conftest.val`
17897 echo "$as_me: program exited with status $ac_status" >&5
17898 echo "$as_me: failed program was:" >&5
17899 sed 's/^/| /' conftest.
$ac_ext >&5
17901 ( exit $ac_status )
17902 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17903 See \`config.log' for more details." >&5
17904 echo "$as_me: error: cannot compute sizeof (void *), 77
17905 See \`config.log' for more details." >&2;}
17906 { (exit 1); exit 1; }; }
17908 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17913 ac_cv_sizeof_void_p
=0
17916 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
17917 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
17918 cat >>confdefs.h
<<_ACEOF
17919 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
17923 echo "$as_me:$LINENO: checking for int" >&5
17924 echo $ECHO_N "checking for int... $ECHO_C" >&6
17925 if test "${ac_cv_type_int+set}" = set; then
17926 echo $ECHO_N "(cached) $ECHO_C" >&6
17928 cat >conftest.
$ac_ext <<_ACEOF
17931 cat confdefs.h
>>conftest.
$ac_ext
17932 cat >>conftest.
$ac_ext <<_ACEOF
17933 /* end confdefs.h. */
17934 $ac_includes_default
17946 rm -f conftest.
$ac_objext
17947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17948 (eval $ac_compile) 2>conftest.er1
17950 grep -v '^ *+' conftest.er1
>conftest.err
17952 cat conftest.err
>&5
17953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17954 (exit $ac_status); } &&
17955 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17957 (eval $ac_try) 2>&5
17959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17960 (exit $ac_status); }; } &&
17961 { ac_try
='test -s conftest.$ac_objext'
17962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17963 (eval $ac_try) 2>&5
17965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17966 (exit $ac_status); }; }; then
17969 echo "$as_me: failed program was:" >&5
17970 sed 's/^/| /' conftest.
$ac_ext >&5
17974 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17976 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
17977 echo "${ECHO_T}$ac_cv_type_int" >&6
17979 echo "$as_me:$LINENO: checking size of int" >&5
17980 echo $ECHO_N "checking size of int... $ECHO_C" >&6
17981 if test "${ac_cv_sizeof_int+set}" = set; then
17982 echo $ECHO_N "(cached) $ECHO_C" >&6
17984 if test "$ac_cv_type_int" = yes; then
17985 # The cast to unsigned long works around a bug in the HP C Compiler
17986 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17987 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17988 # This bug is HP SR number 8606223364.
17989 if test "$cross_compiling" = yes; then
17990 # Depending upon the size, compute the lo and hi bounds.
17991 cat >conftest.
$ac_ext <<_ACEOF
17994 cat confdefs.h
>>conftest.
$ac_ext
17995 cat >>conftest.
$ac_ext <<_ACEOF
17996 /* end confdefs.h. */
17997 $ac_includes_default
18001 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
18008 rm -f conftest.
$ac_objext
18009 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18010 (eval $ac_compile) 2>conftest.er1
18012 grep -v '^ *+' conftest.er1
>conftest.err
18014 cat conftest.err
>&5
18015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18016 (exit $ac_status); } &&
18017 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18019 (eval $ac_try) 2>&5
18021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18022 (exit $ac_status); }; } &&
18023 { ac_try
='test -s conftest.$ac_objext'
18024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18025 (eval $ac_try) 2>&5
18027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18028 (exit $ac_status); }; }; then
18031 cat >conftest.
$ac_ext <<_ACEOF
18034 cat confdefs.h
>>conftest.
$ac_ext
18035 cat >>conftest.
$ac_ext <<_ACEOF
18036 /* end confdefs.h. */
18037 $ac_includes_default
18041 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18048 rm -f conftest.
$ac_objext
18049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18050 (eval $ac_compile) 2>conftest.er1
18052 grep -v '^ *+' conftest.er1
>conftest.err
18054 cat conftest.err
>&5
18055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18056 (exit $ac_status); } &&
18057 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18059 (eval $ac_try) 2>&5
18061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18062 (exit $ac_status); }; } &&
18063 { ac_try
='test -s conftest.$ac_objext'
18064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18065 (eval $ac_try) 2>&5
18067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18068 (exit $ac_status); }; }; then
18069 ac_hi
=$ac_mid; break
18071 echo "$as_me: failed program was:" >&5
18072 sed 's/^/| /' conftest.
$ac_ext >&5
18074 ac_lo
=`expr $ac_mid + 1`
18075 if test $ac_lo -le $ac_mid; then
18079 ac_mid
=`expr 2 '*' $ac_mid + 1`
18081 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18084 echo "$as_me: failed program was:" >&5
18085 sed 's/^/| /' conftest.
$ac_ext >&5
18087 cat >conftest.
$ac_ext <<_ACEOF
18090 cat confdefs.h
>>conftest.
$ac_ext
18091 cat >>conftest.
$ac_ext <<_ACEOF
18092 /* end confdefs.h. */
18093 $ac_includes_default
18097 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
18104 rm -f conftest.
$ac_objext
18105 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18106 (eval $ac_compile) 2>conftest.er1
18108 grep -v '^ *+' conftest.er1
>conftest.err
18110 cat conftest.err
>&5
18111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18112 (exit $ac_status); } &&
18113 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18115 (eval $ac_try) 2>&5
18117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18118 (exit $ac_status); }; } &&
18119 { ac_try
='test -s conftest.$ac_objext'
18120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18121 (eval $ac_try) 2>&5
18123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18124 (exit $ac_status); }; }; then
18127 cat >conftest.
$ac_ext <<_ACEOF
18130 cat confdefs.h
>>conftest.
$ac_ext
18131 cat >>conftest.
$ac_ext <<_ACEOF
18132 /* end confdefs.h. */
18133 $ac_includes_default
18137 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
18144 rm -f conftest.
$ac_objext
18145 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18146 (eval $ac_compile) 2>conftest.er1
18148 grep -v '^ *+' conftest.er1
>conftest.err
18150 cat conftest.err
>&5
18151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18152 (exit $ac_status); } &&
18153 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18155 (eval $ac_try) 2>&5
18157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18158 (exit $ac_status); }; } &&
18159 { ac_try
='test -s conftest.$ac_objext'
18160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18161 (eval $ac_try) 2>&5
18163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18164 (exit $ac_status); }; }; then
18165 ac_lo
=$ac_mid; break
18167 echo "$as_me: failed program was:" >&5
18168 sed 's/^/| /' conftest.
$ac_ext >&5
18170 ac_hi
=`expr '(' $ac_mid ')' - 1`
18171 if test $ac_mid -le $ac_hi; then
18175 ac_mid
=`expr 2 '*' $ac_mid`
18177 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18180 echo "$as_me: failed program was:" >&5
18181 sed 's/^/| /' conftest.
$ac_ext >&5
18185 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18187 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18188 # Binary search between lo and hi bounds.
18189 while test "x$ac_lo" != "x$ac_hi"; do
18190 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18191 cat >conftest.
$ac_ext <<_ACEOF
18194 cat confdefs.h
>>conftest.
$ac_ext
18195 cat >>conftest.
$ac_ext <<_ACEOF
18196 /* end confdefs.h. */
18197 $ac_includes_default
18201 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18208 rm -f conftest.
$ac_objext
18209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18210 (eval $ac_compile) 2>conftest.er1
18212 grep -v '^ *+' conftest.er1
>conftest.err
18214 cat conftest.err
>&5
18215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18216 (exit $ac_status); } &&
18217 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18219 (eval $ac_try) 2>&5
18221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18222 (exit $ac_status); }; } &&
18223 { ac_try
='test -s conftest.$ac_objext'
18224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18225 (eval $ac_try) 2>&5
18227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18228 (exit $ac_status); }; }; then
18231 echo "$as_me: failed program was:" >&5
18232 sed 's/^/| /' conftest.
$ac_ext >&5
18234 ac_lo
=`expr '(' $ac_mid ')' + 1`
18236 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18239 ?
*) ac_cv_sizeof_int
=$ac_lo;;
18240 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18241 See \`config.log' for more details." >&5
18242 echo "$as_me: error: cannot compute sizeof (int), 77
18243 See \`config.log' for more details." >&2;}
18244 { (exit 1); exit 1; }; } ;;
18247 if test "$cross_compiling" = yes; then
18248 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18249 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18250 { (exit 1); exit 1; }; }
18252 cat >conftest.
$ac_ext <<_ACEOF
18255 cat confdefs.h
>>conftest.
$ac_ext
18256 cat >>conftest.
$ac_ext <<_ACEOF
18257 /* end confdefs.h. */
18258 $ac_includes_default
18259 long longval () { return (long) (sizeof (int)); }
18260 unsigned long ulongval () { return (long) (sizeof (int)); }
18262 #include <stdlib.h>
18267 FILE *f = fopen ("conftest.val", "w");
18270 if (((long) (sizeof (int))) < 0)
18272 long i = longval ();
18273 if (i != ((long) (sizeof (int))))
18275 fprintf (f, "%ld\n", i);
18279 unsigned long i = ulongval ();
18280 if (i != ((long) (sizeof (int))))
18282 fprintf (f, "%lu\n", i);
18284 exit (ferror (f) || fclose (f) != 0);
18290 rm -f conftest
$ac_exeext
18291 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18292 (eval $ac_link) 2>&5
18294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18295 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18297 (eval $ac_try) 2>&5
18299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18300 (exit $ac_status); }; }; then
18301 ac_cv_sizeof_int
=`cat conftest.val`
18303 echo "$as_me: program exited with status $ac_status" >&5
18304 echo "$as_me: failed program was:" >&5
18305 sed 's/^/| /' conftest.
$ac_ext >&5
18307 ( exit $ac_status )
18308 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18309 See \`config.log' for more details." >&5
18310 echo "$as_me: error: cannot compute sizeof (int), 77
18311 See \`config.log' for more details." >&2;}
18312 { (exit 1); exit 1; }; }
18314 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18322 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
18323 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
18324 cat >>confdefs.h
<<_ACEOF
18325 #define SIZEOF_INT $ac_cv_sizeof_int
18329 echo "$as_me:$LINENO: checking for long" >&5
18330 echo $ECHO_N "checking for long... $ECHO_C" >&6
18331 if test "${ac_cv_type_long+set}" = set; then
18332 echo $ECHO_N "(cached) $ECHO_C" >&6
18334 cat >conftest.
$ac_ext <<_ACEOF
18337 cat confdefs.h
>>conftest.
$ac_ext
18338 cat >>conftest.
$ac_ext <<_ACEOF
18339 /* end confdefs.h. */
18340 $ac_includes_default
18352 rm -f conftest.
$ac_objext
18353 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18354 (eval $ac_compile) 2>conftest.er1
18356 grep -v '^ *+' conftest.er1
>conftest.err
18358 cat conftest.err
>&5
18359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18360 (exit $ac_status); } &&
18361 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18363 (eval $ac_try) 2>&5
18365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18366 (exit $ac_status); }; } &&
18367 { ac_try
='test -s conftest.$ac_objext'
18368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18369 (eval $ac_try) 2>&5
18371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18372 (exit $ac_status); }; }; then
18373 ac_cv_type_long
=yes
18375 echo "$as_me: failed program was:" >&5
18376 sed 's/^/| /' conftest.
$ac_ext >&5
18380 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18382 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
18383 echo "${ECHO_T}$ac_cv_type_long" >&6
18385 echo "$as_me:$LINENO: checking size of long" >&5
18386 echo $ECHO_N "checking size of long... $ECHO_C" >&6
18387 if test "${ac_cv_sizeof_long+set}" = set; then
18388 echo $ECHO_N "(cached) $ECHO_C" >&6
18390 if test "$ac_cv_type_long" = yes; then
18391 # The cast to unsigned long works around a bug in the HP C Compiler
18392 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18393 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18394 # This bug is HP SR number 8606223364.
18395 if test "$cross_compiling" = yes; then
18396 # Depending upon the size, compute the lo and hi bounds.
18397 cat >conftest.
$ac_ext <<_ACEOF
18400 cat confdefs.h
>>conftest.
$ac_ext
18401 cat >>conftest.
$ac_ext <<_ACEOF
18402 /* end confdefs.h. */
18403 $ac_includes_default
18407 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
18414 rm -f conftest.
$ac_objext
18415 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18416 (eval $ac_compile) 2>conftest.er1
18418 grep -v '^ *+' conftest.er1
>conftest.err
18420 cat conftest.err
>&5
18421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18422 (exit $ac_status); } &&
18423 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18425 (eval $ac_try) 2>&5
18427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18428 (exit $ac_status); }; } &&
18429 { ac_try
='test -s conftest.$ac_objext'
18430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18431 (eval $ac_try) 2>&5
18433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18434 (exit $ac_status); }; }; then
18437 cat >conftest.
$ac_ext <<_ACEOF
18440 cat confdefs.h
>>conftest.
$ac_ext
18441 cat >>conftest.
$ac_ext <<_ACEOF
18442 /* end confdefs.h. */
18443 $ac_includes_default
18447 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18454 rm -f conftest.
$ac_objext
18455 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18456 (eval $ac_compile) 2>conftest.er1
18458 grep -v '^ *+' conftest.er1
>conftest.err
18460 cat conftest.err
>&5
18461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18462 (exit $ac_status); } &&
18463 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18465 (eval $ac_try) 2>&5
18467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18468 (exit $ac_status); }; } &&
18469 { ac_try
='test -s conftest.$ac_objext'
18470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18471 (eval $ac_try) 2>&5
18473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18474 (exit $ac_status); }; }; then
18475 ac_hi
=$ac_mid; break
18477 echo "$as_me: failed program was:" >&5
18478 sed 's/^/| /' conftest.
$ac_ext >&5
18480 ac_lo
=`expr $ac_mid + 1`
18481 if test $ac_lo -le $ac_mid; then
18485 ac_mid
=`expr 2 '*' $ac_mid + 1`
18487 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18490 echo "$as_me: failed program was:" >&5
18491 sed 's/^/| /' conftest.
$ac_ext >&5
18493 cat >conftest.
$ac_ext <<_ACEOF
18496 cat confdefs.h
>>conftest.
$ac_ext
18497 cat >>conftest.
$ac_ext <<_ACEOF
18498 /* end confdefs.h. */
18499 $ac_includes_default
18503 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
18510 rm -f conftest.
$ac_objext
18511 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18512 (eval $ac_compile) 2>conftest.er1
18514 grep -v '^ *+' conftest.er1
>conftest.err
18516 cat conftest.err
>&5
18517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18518 (exit $ac_status); } &&
18519 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18521 (eval $ac_try) 2>&5
18523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18524 (exit $ac_status); }; } &&
18525 { ac_try
='test -s conftest.$ac_objext'
18526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18527 (eval $ac_try) 2>&5
18529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18530 (exit $ac_status); }; }; then
18533 cat >conftest.
$ac_ext <<_ACEOF
18536 cat confdefs.h
>>conftest.
$ac_ext
18537 cat >>conftest.
$ac_ext <<_ACEOF
18538 /* end confdefs.h. */
18539 $ac_includes_default
18543 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
18550 rm -f conftest.
$ac_objext
18551 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18552 (eval $ac_compile) 2>conftest.er1
18554 grep -v '^ *+' conftest.er1
>conftest.err
18556 cat conftest.err
>&5
18557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18558 (exit $ac_status); } &&
18559 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18561 (eval $ac_try) 2>&5
18563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18564 (exit $ac_status); }; } &&
18565 { ac_try
='test -s conftest.$ac_objext'
18566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18567 (eval $ac_try) 2>&5
18569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18570 (exit $ac_status); }; }; then
18571 ac_lo
=$ac_mid; break
18573 echo "$as_me: failed program was:" >&5
18574 sed 's/^/| /' conftest.
$ac_ext >&5
18576 ac_hi
=`expr '(' $ac_mid ')' - 1`
18577 if test $ac_mid -le $ac_hi; then
18581 ac_mid
=`expr 2 '*' $ac_mid`
18583 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18586 echo "$as_me: failed program was:" >&5
18587 sed 's/^/| /' conftest.
$ac_ext >&5
18591 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18593 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18594 # Binary search between lo and hi bounds.
18595 while test "x$ac_lo" != "x$ac_hi"; do
18596 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18597 cat >conftest.
$ac_ext <<_ACEOF
18600 cat confdefs.h
>>conftest.
$ac_ext
18601 cat >>conftest.
$ac_ext <<_ACEOF
18602 /* end confdefs.h. */
18603 $ac_includes_default
18607 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
18614 rm -f conftest.
$ac_objext
18615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18616 (eval $ac_compile) 2>conftest.er1
18618 grep -v '^ *+' conftest.er1
>conftest.err
18620 cat conftest.err
>&5
18621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18622 (exit $ac_status); } &&
18623 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18625 (eval $ac_try) 2>&5
18627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18628 (exit $ac_status); }; } &&
18629 { ac_try
='test -s conftest.$ac_objext'
18630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18631 (eval $ac_try) 2>&5
18633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18634 (exit $ac_status); }; }; then
18637 echo "$as_me: failed program was:" >&5
18638 sed 's/^/| /' conftest.
$ac_ext >&5
18640 ac_lo
=`expr '(' $ac_mid ')' + 1`
18642 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18645 ?
*) ac_cv_sizeof_long
=$ac_lo;;
18646 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18647 See \`config.log' for more details." >&5
18648 echo "$as_me: error: cannot compute sizeof (long), 77
18649 See \`config.log' for more details." >&2;}
18650 { (exit 1); exit 1; }; } ;;
18653 if test "$cross_compiling" = yes; then
18654 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18655 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18656 { (exit 1); exit 1; }; }
18658 cat >conftest.
$ac_ext <<_ACEOF
18661 cat confdefs.h
>>conftest.
$ac_ext
18662 cat >>conftest.
$ac_ext <<_ACEOF
18663 /* end confdefs.h. */
18664 $ac_includes_default
18665 long longval () { return (long) (sizeof (long)); }
18666 unsigned long ulongval () { return (long) (sizeof (long)); }
18668 #include <stdlib.h>
18673 FILE *f = fopen ("conftest.val", "w");
18676 if (((long) (sizeof (long))) < 0)
18678 long i = longval ();
18679 if (i != ((long) (sizeof (long))))
18681 fprintf (f, "%ld\n", i);
18685 unsigned long i = ulongval ();
18686 if (i != ((long) (sizeof (long))))
18688 fprintf (f, "%lu\n", i);
18690 exit (ferror (f) || fclose (f) != 0);
18696 rm -f conftest
$ac_exeext
18697 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18698 (eval $ac_link) 2>&5
18700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18701 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18703 (eval $ac_try) 2>&5
18705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18706 (exit $ac_status); }; }; then
18707 ac_cv_sizeof_long
=`cat conftest.val`
18709 echo "$as_me: program exited with status $ac_status" >&5
18710 echo "$as_me: failed program was:" >&5
18711 sed 's/^/| /' conftest.
$ac_ext >&5
18713 ( exit $ac_status )
18714 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
18715 See \`config.log' for more details." >&5
18716 echo "$as_me: error: cannot compute sizeof (long), 77
18717 See \`config.log' for more details." >&2;}
18718 { (exit 1); exit 1; }; }
18720 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18725 ac_cv_sizeof_long
=0
18728 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
18729 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
18730 cat >>confdefs.h
<<_ACEOF
18731 #define SIZEOF_LONG $ac_cv_sizeof_long
18735 echo "$as_me:$LINENO: checking for size_t" >&5
18736 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
18737 if test "${ac_cv_type_size_t+set}" = set; then
18738 echo $ECHO_N "(cached) $ECHO_C" >&6
18740 cat >conftest.
$ac_ext <<_ACEOF
18743 cat confdefs.h
>>conftest.
$ac_ext
18744 cat >>conftest.
$ac_ext <<_ACEOF
18745 /* end confdefs.h. */
18746 $ac_includes_default
18752 if (sizeof (size_t))
18758 rm -f conftest.
$ac_objext
18759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18760 (eval $ac_compile) 2>conftest.er1
18762 grep -v '^ *+' conftest.er1
>conftest.err
18764 cat conftest.err
>&5
18765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18766 (exit $ac_status); } &&
18767 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18769 (eval $ac_try) 2>&5
18771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18772 (exit $ac_status); }; } &&
18773 { ac_try
='test -s conftest.$ac_objext'
18774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18775 (eval $ac_try) 2>&5
18777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18778 (exit $ac_status); }; }; then
18779 ac_cv_type_size_t
=yes
18781 echo "$as_me: failed program was:" >&5
18782 sed 's/^/| /' conftest.
$ac_ext >&5
18784 ac_cv_type_size_t
=no
18786 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18788 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18789 echo "${ECHO_T}$ac_cv_type_size_t" >&6
18791 echo "$as_me:$LINENO: checking size of size_t" >&5
18792 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
18793 if test "${ac_cv_sizeof_size_t+set}" = set; then
18794 echo $ECHO_N "(cached) $ECHO_C" >&6
18796 if test "$ac_cv_type_size_t" = yes; then
18797 # The cast to unsigned long works around a bug in the HP C Compiler
18798 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18799 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18800 # This bug is HP SR number 8606223364.
18801 if test "$cross_compiling" = yes; then
18802 # Depending upon the size, compute the lo and hi bounds.
18803 cat >conftest.
$ac_ext <<_ACEOF
18806 cat confdefs.h
>>conftest.
$ac_ext
18807 cat >>conftest.
$ac_ext <<_ACEOF
18808 /* end confdefs.h. */
18809 $ac_includes_default
18813 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
18820 rm -f conftest.
$ac_objext
18821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18822 (eval $ac_compile) 2>conftest.er1
18824 grep -v '^ *+' conftest.er1
>conftest.err
18826 cat conftest.err
>&5
18827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18828 (exit $ac_status); } &&
18829 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18831 (eval $ac_try) 2>&5
18833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18834 (exit $ac_status); }; } &&
18835 { ac_try
='test -s conftest.$ac_objext'
18836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18837 (eval $ac_try) 2>&5
18839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840 (exit $ac_status); }; }; then
18843 cat >conftest.
$ac_ext <<_ACEOF
18846 cat confdefs.h
>>conftest.
$ac_ext
18847 cat >>conftest.
$ac_ext <<_ACEOF
18848 /* end confdefs.h. */
18849 $ac_includes_default
18853 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18860 rm -f conftest.
$ac_objext
18861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18862 (eval $ac_compile) 2>conftest.er1
18864 grep -v '^ *+' conftest.er1
>conftest.err
18866 cat conftest.err
>&5
18867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18868 (exit $ac_status); } &&
18869 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18871 (eval $ac_try) 2>&5
18873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18874 (exit $ac_status); }; } &&
18875 { ac_try
='test -s conftest.$ac_objext'
18876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18877 (eval $ac_try) 2>&5
18879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18880 (exit $ac_status); }; }; then
18881 ac_hi
=$ac_mid; break
18883 echo "$as_me: failed program was:" >&5
18884 sed 's/^/| /' conftest.
$ac_ext >&5
18886 ac_lo
=`expr $ac_mid + 1`
18887 if test $ac_lo -le $ac_mid; then
18891 ac_mid
=`expr 2 '*' $ac_mid + 1`
18893 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18896 echo "$as_me: failed program was:" >&5
18897 sed 's/^/| /' conftest.
$ac_ext >&5
18899 cat >conftest.
$ac_ext <<_ACEOF
18902 cat confdefs.h
>>conftest.
$ac_ext
18903 cat >>conftest.
$ac_ext <<_ACEOF
18904 /* end confdefs.h. */
18905 $ac_includes_default
18909 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
18916 rm -f conftest.
$ac_objext
18917 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18918 (eval $ac_compile) 2>conftest.er1
18920 grep -v '^ *+' conftest.er1
>conftest.err
18922 cat conftest.err
>&5
18923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18924 (exit $ac_status); } &&
18925 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18927 (eval $ac_try) 2>&5
18929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18930 (exit $ac_status); }; } &&
18931 { ac_try
='test -s conftest.$ac_objext'
18932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18933 (eval $ac_try) 2>&5
18935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18936 (exit $ac_status); }; }; then
18939 cat >conftest.
$ac_ext <<_ACEOF
18942 cat confdefs.h
>>conftest.
$ac_ext
18943 cat >>conftest.
$ac_ext <<_ACEOF
18944 /* end confdefs.h. */
18945 $ac_includes_default
18949 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
18956 rm -f conftest.
$ac_objext
18957 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18958 (eval $ac_compile) 2>conftest.er1
18960 grep -v '^ *+' conftest.er1
>conftest.err
18962 cat conftest.err
>&5
18963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18964 (exit $ac_status); } &&
18965 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18967 (eval $ac_try) 2>&5
18969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18970 (exit $ac_status); }; } &&
18971 { ac_try
='test -s conftest.$ac_objext'
18972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18973 (eval $ac_try) 2>&5
18975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18976 (exit $ac_status); }; }; then
18977 ac_lo
=$ac_mid; break
18979 echo "$as_me: failed program was:" >&5
18980 sed 's/^/| /' conftest.
$ac_ext >&5
18982 ac_hi
=`expr '(' $ac_mid ')' - 1`
18983 if test $ac_mid -le $ac_hi; then
18987 ac_mid
=`expr 2 '*' $ac_mid`
18989 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18992 echo "$as_me: failed program was:" >&5
18993 sed 's/^/| /' conftest.
$ac_ext >&5
18997 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18999 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19000 # Binary search between lo and hi bounds.
19001 while test "x$ac_lo" != "x$ac_hi"; do
19002 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19003 cat >conftest.
$ac_ext <<_ACEOF
19006 cat confdefs.h
>>conftest.
$ac_ext
19007 cat >>conftest.
$ac_ext <<_ACEOF
19008 /* end confdefs.h. */
19009 $ac_includes_default
19013 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
19020 rm -f conftest.
$ac_objext
19021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19022 (eval $ac_compile) 2>conftest.er1
19024 grep -v '^ *+' conftest.er1
>conftest.err
19026 cat conftest.err
>&5
19027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19028 (exit $ac_status); } &&
19029 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19031 (eval $ac_try) 2>&5
19033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19034 (exit $ac_status); }; } &&
19035 { ac_try
='test -s conftest.$ac_objext'
19036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19037 (eval $ac_try) 2>&5
19039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19040 (exit $ac_status); }; }; then
19043 echo "$as_me: failed program was:" >&5
19044 sed 's/^/| /' conftest.
$ac_ext >&5
19046 ac_lo
=`expr '(' $ac_mid ')' + 1`
19048 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19051 ?
*) ac_cv_sizeof_size_t
=$ac_lo;;
19052 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19053 See \`config.log' for more details." >&5
19054 echo "$as_me: error: cannot compute sizeof (size_t), 77
19055 See \`config.log' for more details." >&2;}
19056 { (exit 1); exit 1; }; } ;;
19059 if test "$cross_compiling" = yes; then
19060 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19061 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19062 { (exit 1); exit 1; }; }
19064 cat >conftest.
$ac_ext <<_ACEOF
19067 cat confdefs.h
>>conftest.
$ac_ext
19068 cat >>conftest.
$ac_ext <<_ACEOF
19069 /* end confdefs.h. */
19070 $ac_includes_default
19071 long longval () { return (long) (sizeof (size_t)); }
19072 unsigned long ulongval () { return (long) (sizeof (size_t)); }
19074 #include <stdlib.h>
19079 FILE *f = fopen ("conftest.val", "w");
19082 if (((long) (sizeof (size_t))) < 0)
19084 long i = longval ();
19085 if (i != ((long) (sizeof (size_t))))
19087 fprintf (f, "%ld\n", i);
19091 unsigned long i = ulongval ();
19092 if (i != ((long) (sizeof (size_t))))
19094 fprintf (f, "%lu\n", i);
19096 exit (ferror (f) || fclose (f) != 0);
19102 rm -f conftest
$ac_exeext
19103 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19104 (eval $ac_link) 2>&5
19106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19107 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19109 (eval $ac_try) 2>&5
19111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19112 (exit $ac_status); }; }; then
19113 ac_cv_sizeof_size_t
=`cat conftest.val`
19115 echo "$as_me: program exited with status $ac_status" >&5
19116 echo "$as_me: failed program was:" >&5
19117 sed 's/^/| /' conftest.
$ac_ext >&5
19119 ( exit $ac_status )
19120 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19121 See \`config.log' for more details." >&5
19122 echo "$as_me: error: cannot compute sizeof (size_t), 77
19123 See \`config.log' for more details." >&2;}
19124 { (exit 1); exit 1; }; }
19126 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19131 ac_cv_sizeof_size_t
=0
19134 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
19135 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
19136 cat >>confdefs.h
<<_ACEOF
19137 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
19144 echo "$as_me:$LINENO: checking for long long" >&5
19145 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19146 if test "${ac_cv_type_long_long+set}" = set; then
19147 echo $ECHO_N "(cached) $ECHO_C" >&6
19149 cat >conftest.
$ac_ext <<_ACEOF
19152 cat confdefs.h
>>conftest.
$ac_ext
19153 cat >>conftest.
$ac_ext <<_ACEOF
19154 /* end confdefs.h. */
19155 $ac_includes_default
19159 if ((long long *) 0)
19161 if (sizeof (long long))
19167 rm -f conftest.
$ac_objext
19168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19169 (eval $ac_compile) 2>conftest.er1
19171 grep -v '^ *+' conftest.er1
>conftest.err
19173 cat conftest.err
>&5
19174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19175 (exit $ac_status); } &&
19176 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19178 (eval $ac_try) 2>&5
19180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19181 (exit $ac_status); }; } &&
19182 { ac_try
='test -s conftest.$ac_objext'
19183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19184 (eval $ac_try) 2>&5
19186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19187 (exit $ac_status); }; }; then
19188 ac_cv_type_long_long
=yes
19190 echo "$as_me: failed program was:" >&5
19191 sed 's/^/| /' conftest.
$ac_ext >&5
19193 ac_cv_type_long_long
=no
19195 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19197 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19198 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19200 echo "$as_me:$LINENO: checking size of long long" >&5
19201 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19202 if test "${ac_cv_sizeof_long_long+set}" = set; then
19203 echo $ECHO_N "(cached) $ECHO_C" >&6
19205 if test "$ac_cv_type_long_long" = yes; then
19206 # The cast to unsigned long works around a bug in the HP C Compiler
19207 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19208 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19209 # This bug is HP SR number 8606223364.
19210 if test "$cross_compiling" = yes; then
19211 # Depending upon the size, compute the lo and hi bounds.
19212 cat >conftest.
$ac_ext <<_ACEOF
19215 cat confdefs.h
>>conftest.
$ac_ext
19216 cat >>conftest.
$ac_ext <<_ACEOF
19217 /* end confdefs.h. */
19218 $ac_includes_default
19222 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19229 rm -f conftest.
$ac_objext
19230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19231 (eval $ac_compile) 2>conftest.er1
19233 grep -v '^ *+' conftest.er1
>conftest.err
19235 cat conftest.err
>&5
19236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19237 (exit $ac_status); } &&
19238 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19240 (eval $ac_try) 2>&5
19242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19243 (exit $ac_status); }; } &&
19244 { ac_try
='test -s conftest.$ac_objext'
19245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19246 (eval $ac_try) 2>&5
19248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19249 (exit $ac_status); }; }; then
19252 cat >conftest.
$ac_ext <<_ACEOF
19255 cat confdefs.h
>>conftest.
$ac_ext
19256 cat >>conftest.
$ac_ext <<_ACEOF
19257 /* end confdefs.h. */
19258 $ac_includes_default
19262 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19269 rm -f conftest.
$ac_objext
19270 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19271 (eval $ac_compile) 2>conftest.er1
19273 grep -v '^ *+' conftest.er1
>conftest.err
19275 cat conftest.err
>&5
19276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19277 (exit $ac_status); } &&
19278 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19280 (eval $ac_try) 2>&5
19282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19283 (exit $ac_status); }; } &&
19284 { ac_try
='test -s conftest.$ac_objext'
19285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19286 (eval $ac_try) 2>&5
19288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19289 (exit $ac_status); }; }; then
19290 ac_hi
=$ac_mid; break
19292 echo "$as_me: failed program was:" >&5
19293 sed 's/^/| /' conftest.
$ac_ext >&5
19295 ac_lo
=`expr $ac_mid + 1`
19296 if test $ac_lo -le $ac_mid; then
19300 ac_mid
=`expr 2 '*' $ac_mid + 1`
19302 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19305 echo "$as_me: failed program was:" >&5
19306 sed 's/^/| /' conftest.
$ac_ext >&5
19308 cat >conftest.
$ac_ext <<_ACEOF
19311 cat confdefs.h
>>conftest.
$ac_ext
19312 cat >>conftest.
$ac_ext <<_ACEOF
19313 /* end confdefs.h. */
19314 $ac_includes_default
19318 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
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
19348 cat >conftest.
$ac_ext <<_ACEOF
19351 cat confdefs.h
>>conftest.
$ac_ext
19352 cat >>conftest.
$ac_ext <<_ACEOF
19353 /* end confdefs.h. */
19354 $ac_includes_default
19358 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19365 rm -f conftest.
$ac_objext
19366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19367 (eval $ac_compile) 2>conftest.er1
19369 grep -v '^ *+' conftest.er1
>conftest.err
19371 cat conftest.err
>&5
19372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19373 (exit $ac_status); } &&
19374 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19376 (eval $ac_try) 2>&5
19378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19379 (exit $ac_status); }; } &&
19380 { ac_try
='test -s conftest.$ac_objext'
19381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19382 (eval $ac_try) 2>&5
19384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19385 (exit $ac_status); }; }; then
19386 ac_lo
=$ac_mid; break
19388 echo "$as_me: failed program was:" >&5
19389 sed 's/^/| /' conftest.
$ac_ext >&5
19391 ac_hi
=`expr '(' $ac_mid ')' - 1`
19392 if test $ac_mid -le $ac_hi; then
19396 ac_mid
=`expr 2 '*' $ac_mid`
19398 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19401 echo "$as_me: failed program was:" >&5
19402 sed 's/^/| /' conftest.
$ac_ext >&5
19406 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19408 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19409 # Binary search between lo and hi bounds.
19410 while test "x$ac_lo" != "x$ac_hi"; do
19411 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19412 cat >conftest.
$ac_ext <<_ACEOF
19415 cat confdefs.h
>>conftest.
$ac_ext
19416 cat >>conftest.
$ac_ext <<_ACEOF
19417 /* end confdefs.h. */
19418 $ac_includes_default
19422 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19429 rm -f conftest.
$ac_objext
19430 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19431 (eval $ac_compile) 2>conftest.er1
19433 grep -v '^ *+' conftest.er1
>conftest.err
19435 cat conftest.err
>&5
19436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19437 (exit $ac_status); } &&
19438 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19440 (eval $ac_try) 2>&5
19442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19443 (exit $ac_status); }; } &&
19444 { ac_try
='test -s conftest.$ac_objext'
19445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19446 (eval $ac_try) 2>&5
19448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19449 (exit $ac_status); }; }; then
19452 echo "$as_me: failed program was:" >&5
19453 sed 's/^/| /' conftest.
$ac_ext >&5
19455 ac_lo
=`expr '(' $ac_mid ')' + 1`
19457 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19460 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
19461 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19462 See \`config.log' for more details." >&5
19463 echo "$as_me: error: cannot compute sizeof (long long), 77
19464 See \`config.log' for more details." >&2;}
19465 { (exit 1); exit 1; }; } ;;
19468 if test "$cross_compiling" = yes; then
19469 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19470 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19471 { (exit 1); exit 1; }; }
19473 cat >conftest.
$ac_ext <<_ACEOF
19476 cat confdefs.h
>>conftest.
$ac_ext
19477 cat >>conftest.
$ac_ext <<_ACEOF
19478 /* end confdefs.h. */
19479 $ac_includes_default
19480 long longval () { return (long) (sizeof (long long)); }
19481 unsigned long ulongval () { return (long) (sizeof (long long)); }
19483 #include <stdlib.h>
19488 FILE *f = fopen ("conftest.val", "w");
19491 if (((long) (sizeof (long long))) < 0)
19493 long i = longval ();
19494 if (i != ((long) (sizeof (long long))))
19496 fprintf (f, "%ld\n", i);
19500 unsigned long i = ulongval ();
19501 if (i != ((long) (sizeof (long long))))
19503 fprintf (f, "%lu\n", i);
19505 exit (ferror (f) || fclose (f) != 0);
19511 rm -f conftest
$ac_exeext
19512 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19513 (eval $ac_link) 2>&5
19515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19516 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19518 (eval $ac_try) 2>&5
19520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19521 (exit $ac_status); }; }; then
19522 ac_cv_sizeof_long_long
=`cat conftest.val`
19524 echo "$as_me: program exited with status $ac_status" >&5
19525 echo "$as_me: failed program was:" >&5
19526 sed 's/^/| /' conftest.
$ac_ext >&5
19528 ( exit $ac_status )
19529 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19530 See \`config.log' for more details." >&5
19531 echo "$as_me: error: cannot compute sizeof (long long), 77
19532 See \`config.log' for more details." >&2;}
19533 { (exit 1); exit 1; }; }
19535 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19540 ac_cv_sizeof_long_long
=0
19543 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19544 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19545 cat >>confdefs.h
<<_ACEOF
19546 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19552 echo "$as_me:$LINENO: checking for long long" >&5
19553 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19554 if test "${ac_cv_type_long_long+set}" = set; then
19555 echo $ECHO_N "(cached) $ECHO_C" >&6
19557 cat >conftest.
$ac_ext <<_ACEOF
19560 cat confdefs.h
>>conftest.
$ac_ext
19561 cat >>conftest.
$ac_ext <<_ACEOF
19562 /* end confdefs.h. */
19563 $ac_includes_default
19567 if ((long long *) 0)
19569 if (sizeof (long long))
19575 rm -f conftest.
$ac_objext
19576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19577 (eval $ac_compile) 2>conftest.er1
19579 grep -v '^ *+' conftest.er1
>conftest.err
19581 cat conftest.err
>&5
19582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19583 (exit $ac_status); } &&
19584 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19586 (eval $ac_try) 2>&5
19588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19589 (exit $ac_status); }; } &&
19590 { ac_try
='test -s conftest.$ac_objext'
19591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19592 (eval $ac_try) 2>&5
19594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19595 (exit $ac_status); }; }; then
19596 ac_cv_type_long_long
=yes
19598 echo "$as_me: failed program was:" >&5
19599 sed 's/^/| /' conftest.
$ac_ext >&5
19601 ac_cv_type_long_long
=no
19603 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19605 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19606 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19608 echo "$as_me:$LINENO: checking size of long long" >&5
19609 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19610 if test "${ac_cv_sizeof_long_long+set}" = set; then
19611 echo $ECHO_N "(cached) $ECHO_C" >&6
19613 if test "$ac_cv_type_long_long" = yes; then
19614 # The cast to unsigned long works around a bug in the HP C Compiler
19615 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19616 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19617 # This bug is HP SR number 8606223364.
19618 if test "$cross_compiling" = yes; then
19619 # Depending upon the size, compute the lo and hi bounds.
19620 cat >conftest.
$ac_ext <<_ACEOF
19623 cat confdefs.h
>>conftest.
$ac_ext
19624 cat >>conftest.
$ac_ext <<_ACEOF
19625 /* end confdefs.h. */
19626 $ac_includes_default
19630 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19637 rm -f conftest.
$ac_objext
19638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19639 (eval $ac_compile) 2>conftest.er1
19641 grep -v '^ *+' conftest.er1
>conftest.err
19643 cat conftest.err
>&5
19644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19645 (exit $ac_status); } &&
19646 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19648 (eval $ac_try) 2>&5
19650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19651 (exit $ac_status); }; } &&
19652 { ac_try
='test -s conftest.$ac_objext'
19653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19654 (eval $ac_try) 2>&5
19656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657 (exit $ac_status); }; }; then
19660 cat >conftest.
$ac_ext <<_ACEOF
19663 cat confdefs.h
>>conftest.
$ac_ext
19664 cat >>conftest.
$ac_ext <<_ACEOF
19665 /* end confdefs.h. */
19666 $ac_includes_default
19670 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19677 rm -f conftest.
$ac_objext
19678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19679 (eval $ac_compile) 2>conftest.er1
19681 grep -v '^ *+' conftest.er1
>conftest.err
19683 cat conftest.err
>&5
19684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19685 (exit $ac_status); } &&
19686 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19688 (eval $ac_try) 2>&5
19690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19691 (exit $ac_status); }; } &&
19692 { ac_try
='test -s conftest.$ac_objext'
19693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19694 (eval $ac_try) 2>&5
19696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19697 (exit $ac_status); }; }; then
19698 ac_hi
=$ac_mid; break
19700 echo "$as_me: failed program was:" >&5
19701 sed 's/^/| /' conftest.
$ac_ext >&5
19703 ac_lo
=`expr $ac_mid + 1`
19704 if test $ac_lo -le $ac_mid; then
19708 ac_mid
=`expr 2 '*' $ac_mid + 1`
19710 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19713 echo "$as_me: failed program was:" >&5
19714 sed 's/^/| /' conftest.
$ac_ext >&5
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 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19733 rm -f conftest.
$ac_objext
19734 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19735 (eval $ac_compile) 2>conftest.er1
19737 grep -v '^ *+' conftest.er1
>conftest.err
19739 cat conftest.err
>&5
19740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19741 (exit $ac_status); } &&
19742 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19744 (eval $ac_try) 2>&5
19746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19747 (exit $ac_status); }; } &&
19748 { ac_try
='test -s conftest.$ac_objext'
19749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19750 (eval $ac_try) 2>&5
19752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19753 (exit $ac_status); }; }; then
19756 cat >conftest.
$ac_ext <<_ACEOF
19759 cat confdefs.h
>>conftest.
$ac_ext
19760 cat >>conftest.
$ac_ext <<_ACEOF
19761 /* end confdefs.h. */
19762 $ac_includes_default
19766 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19773 rm -f conftest.
$ac_objext
19774 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19775 (eval $ac_compile) 2>conftest.er1
19777 grep -v '^ *+' conftest.er1
>conftest.err
19779 cat conftest.err
>&5
19780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781 (exit $ac_status); } &&
19782 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19784 (eval $ac_try) 2>&5
19786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19787 (exit $ac_status); }; } &&
19788 { ac_try
='test -s conftest.$ac_objext'
19789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19790 (eval $ac_try) 2>&5
19792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19793 (exit $ac_status); }; }; then
19794 ac_lo
=$ac_mid; break
19796 echo "$as_me: failed program was:" >&5
19797 sed 's/^/| /' conftest.
$ac_ext >&5
19799 ac_hi
=`expr '(' $ac_mid ')' - 1`
19800 if test $ac_mid -le $ac_hi; then
19804 ac_mid
=`expr 2 '*' $ac_mid`
19806 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19809 echo "$as_me: failed program was:" >&5
19810 sed 's/^/| /' conftest.
$ac_ext >&5
19814 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19816 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19817 # Binary search between lo and hi bounds.
19818 while test "x$ac_lo" != "x$ac_hi"; do
19819 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19820 cat >conftest.
$ac_ext <<_ACEOF
19823 cat confdefs.h
>>conftest.
$ac_ext
19824 cat >>conftest.
$ac_ext <<_ACEOF
19825 /* end confdefs.h. */
19826 $ac_includes_default
19830 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19837 rm -f conftest.
$ac_objext
19838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19839 (eval $ac_compile) 2>conftest.er1
19841 grep -v '^ *+' conftest.er1
>conftest.err
19843 cat conftest.err
>&5
19844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19845 (exit $ac_status); } &&
19846 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19848 (eval $ac_try) 2>&5
19850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19851 (exit $ac_status); }; } &&
19852 { ac_try
='test -s conftest.$ac_objext'
19853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19854 (eval $ac_try) 2>&5
19856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19857 (exit $ac_status); }; }; then
19860 echo "$as_me: failed program was:" >&5
19861 sed 's/^/| /' conftest.
$ac_ext >&5
19863 ac_lo
=`expr '(' $ac_mid ')' + 1`
19865 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19868 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
19869 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19870 See \`config.log' for more details." >&5
19871 echo "$as_me: error: cannot compute sizeof (long long), 77
19872 See \`config.log' for more details." >&2;}
19873 { (exit 1); exit 1; }; } ;;
19876 if test "$cross_compiling" = yes; then
19877 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19878 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19879 { (exit 1); exit 1; }; }
19881 cat >conftest.
$ac_ext <<_ACEOF
19884 cat confdefs.h
>>conftest.
$ac_ext
19885 cat >>conftest.
$ac_ext <<_ACEOF
19886 /* end confdefs.h. */
19887 $ac_includes_default
19888 long longval () { return (long) (sizeof (long long)); }
19889 unsigned long ulongval () { return (long) (sizeof (long long)); }
19891 #include <stdlib.h>
19896 FILE *f = fopen ("conftest.val", "w");
19899 if (((long) (sizeof (long long))) < 0)
19901 long i = longval ();
19902 if (i != ((long) (sizeof (long long))))
19904 fprintf (f, "%ld\n", i);
19908 unsigned long i = ulongval ();
19909 if (i != ((long) (sizeof (long long))))
19911 fprintf (f, "%lu\n", i);
19913 exit (ferror (f) || fclose (f) != 0);
19919 rm -f conftest
$ac_exeext
19920 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19921 (eval $ac_link) 2>&5
19923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19924 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19926 (eval $ac_try) 2>&5
19928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19929 (exit $ac_status); }; }; then
19930 ac_cv_sizeof_long_long
=`cat conftest.val`
19932 echo "$as_me: program exited with status $ac_status" >&5
19933 echo "$as_me: failed program was:" >&5
19934 sed 's/^/| /' conftest.
$ac_ext >&5
19936 ( exit $ac_status )
19937 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19938 See \`config.log' for more details." >&5
19939 echo "$as_me: error: cannot compute sizeof (long long), 77
19940 See \`config.log' for more details." >&2;}
19941 { (exit 1); exit 1; }; }
19943 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19948 ac_cv_sizeof_long_long
=0
19951 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19952 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19953 cat >>confdefs.h
<<_ACEOF
19954 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19958 if test "$ac_cv_sizeof_long_long" != "0"; then
19959 CPPFLAGS
="-D_INCLUDE_LONGLONG $CPPFLAGS"
19963 echo "$as_me:$LINENO: checking for long long" >&5
19964 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19965 if test "${ac_cv_type_long_long+set}" = set; then
19966 echo $ECHO_N "(cached) $ECHO_C" >&6
19968 cat >conftest.
$ac_ext <<_ACEOF
19971 cat confdefs.h
>>conftest.
$ac_ext
19972 cat >>conftest.
$ac_ext <<_ACEOF
19973 /* end confdefs.h. */
19974 $ac_includes_default
19978 if ((long long *) 0)
19980 if (sizeof (long long))
19986 rm -f conftest.
$ac_objext
19987 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19988 (eval $ac_compile) 2>conftest.er1
19990 grep -v '^ *+' conftest.er1
>conftest.err
19992 cat conftest.err
>&5
19993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19994 (exit $ac_status); } &&
19995 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19997 (eval $ac_try) 2>&5
19999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20000 (exit $ac_status); }; } &&
20001 { ac_try
='test -s conftest.$ac_objext'
20002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20003 (eval $ac_try) 2>&5
20005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20006 (exit $ac_status); }; }; then
20007 ac_cv_type_long_long
=yes
20009 echo "$as_me: failed program was:" >&5
20010 sed 's/^/| /' conftest.
$ac_ext >&5
20012 ac_cv_type_long_long
=no
20014 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20016 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20017 echo "${ECHO_T}$ac_cv_type_long_long" >&6
20019 echo "$as_me:$LINENO: checking size of long long" >&5
20020 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
20021 if test "${ac_cv_sizeof_long_long+set}" = set; then
20022 echo $ECHO_N "(cached) $ECHO_C" >&6
20024 if test "$ac_cv_type_long_long" = yes; then
20025 # The cast to unsigned long works around a bug in the HP C Compiler
20026 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20027 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20028 # This bug is HP SR number 8606223364.
20029 if test "$cross_compiling" = yes; then
20030 # Depending upon the size, compute the lo and hi bounds.
20031 cat >conftest.
$ac_ext <<_ACEOF
20034 cat confdefs.h
>>conftest.
$ac_ext
20035 cat >>conftest.
$ac_ext <<_ACEOF
20036 /* end confdefs.h. */
20037 $ac_includes_default
20041 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
20048 rm -f conftest.
$ac_objext
20049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20050 (eval $ac_compile) 2>conftest.er1
20052 grep -v '^ *+' conftest.er1
>conftest.err
20054 cat conftest.err
>&5
20055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20056 (exit $ac_status); } &&
20057 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20059 (eval $ac_try) 2>&5
20061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20062 (exit $ac_status); }; } &&
20063 { ac_try
='test -s conftest.$ac_objext'
20064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20065 (eval $ac_try) 2>&5
20067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20068 (exit $ac_status); }; }; then
20071 cat >conftest.
$ac_ext <<_ACEOF
20074 cat confdefs.h
>>conftest.
$ac_ext
20075 cat >>conftest.
$ac_ext <<_ACEOF
20076 /* end confdefs.h. */
20077 $ac_includes_default
20081 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20088 rm -f conftest.
$ac_objext
20089 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20090 (eval $ac_compile) 2>conftest.er1
20092 grep -v '^ *+' conftest.er1
>conftest.err
20094 cat conftest.err
>&5
20095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20096 (exit $ac_status); } &&
20097 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20099 (eval $ac_try) 2>&5
20101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20102 (exit $ac_status); }; } &&
20103 { ac_try
='test -s conftest.$ac_objext'
20104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20105 (eval $ac_try) 2>&5
20107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20108 (exit $ac_status); }; }; then
20109 ac_hi
=$ac_mid; break
20111 echo "$as_me: failed program was:" >&5
20112 sed 's/^/| /' conftest.
$ac_ext >&5
20114 ac_lo
=`expr $ac_mid + 1`
20115 if test $ac_lo -le $ac_mid; then
20119 ac_mid
=`expr 2 '*' $ac_mid + 1`
20121 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20124 echo "$as_me: failed program was:" >&5
20125 sed 's/^/| /' conftest.
$ac_ext >&5
20127 cat >conftest.
$ac_ext <<_ACEOF
20130 cat confdefs.h
>>conftest.
$ac_ext
20131 cat >>conftest.
$ac_ext <<_ACEOF
20132 /* end confdefs.h. */
20133 $ac_includes_default
20137 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20144 rm -f conftest.
$ac_objext
20145 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20146 (eval $ac_compile) 2>conftest.er1
20148 grep -v '^ *+' conftest.er1
>conftest.err
20150 cat conftest.err
>&5
20151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20152 (exit $ac_status); } &&
20153 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20155 (eval $ac_try) 2>&5
20157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20158 (exit $ac_status); }; } &&
20159 { ac_try
='test -s conftest.$ac_objext'
20160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20161 (eval $ac_try) 2>&5
20163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20164 (exit $ac_status); }; }; then
20167 cat >conftest.
$ac_ext <<_ACEOF
20170 cat confdefs.h
>>conftest.
$ac_ext
20171 cat >>conftest.
$ac_ext <<_ACEOF
20172 /* end confdefs.h. */
20173 $ac_includes_default
20177 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20184 rm -f conftest.
$ac_objext
20185 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20186 (eval $ac_compile) 2>conftest.er1
20188 grep -v '^ *+' conftest.er1
>conftest.err
20190 cat conftest.err
>&5
20191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20192 (exit $ac_status); } &&
20193 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20195 (eval $ac_try) 2>&5
20197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20198 (exit $ac_status); }; } &&
20199 { ac_try
='test -s conftest.$ac_objext'
20200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20201 (eval $ac_try) 2>&5
20203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20204 (exit $ac_status); }; }; then
20205 ac_lo
=$ac_mid; break
20207 echo "$as_me: failed program was:" >&5
20208 sed 's/^/| /' conftest.
$ac_ext >&5
20210 ac_hi
=`expr '(' $ac_mid ')' - 1`
20211 if test $ac_mid -le $ac_hi; then
20215 ac_mid
=`expr 2 '*' $ac_mid`
20217 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20220 echo "$as_me: failed program was:" >&5
20221 sed 's/^/| /' conftest.
$ac_ext >&5
20225 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20227 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20228 # Binary search between lo and hi bounds.
20229 while test "x$ac_lo" != "x$ac_hi"; do
20230 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20231 cat >conftest.
$ac_ext <<_ACEOF
20234 cat confdefs.h
>>conftest.
$ac_ext
20235 cat >>conftest.
$ac_ext <<_ACEOF
20236 /* end confdefs.h. */
20237 $ac_includes_default
20241 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20248 rm -f conftest.
$ac_objext
20249 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20250 (eval $ac_compile) 2>conftest.er1
20252 grep -v '^ *+' conftest.er1
>conftest.err
20254 cat conftest.err
>&5
20255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20256 (exit $ac_status); } &&
20257 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20259 (eval $ac_try) 2>&5
20261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20262 (exit $ac_status); }; } &&
20263 { ac_try
='test -s conftest.$ac_objext'
20264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20265 (eval $ac_try) 2>&5
20267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20268 (exit $ac_status); }; }; then
20271 echo "$as_me: failed program was:" >&5
20272 sed 's/^/| /' conftest.
$ac_ext >&5
20274 ac_lo
=`expr '(' $ac_mid ')' + 1`
20276 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20279 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
20280 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20281 See \`config.log' for more details." >&5
20282 echo "$as_me: error: cannot compute sizeof (long long), 77
20283 See \`config.log' for more details." >&2;}
20284 { (exit 1); exit 1; }; } ;;
20287 if test "$cross_compiling" = yes; then
20288 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20289 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20290 { (exit 1); exit 1; }; }
20292 cat >conftest.
$ac_ext <<_ACEOF
20295 cat confdefs.h
>>conftest.
$ac_ext
20296 cat >>conftest.
$ac_ext <<_ACEOF
20297 /* end confdefs.h. */
20298 $ac_includes_default
20299 long longval () { return (long) (sizeof (long long)); }
20300 unsigned long ulongval () { return (long) (sizeof (long long)); }
20302 #include <stdlib.h>
20307 FILE *f = fopen ("conftest.val", "w");
20310 if (((long) (sizeof (long long))) < 0)
20312 long i = longval ();
20313 if (i != ((long) (sizeof (long long))))
20315 fprintf (f, "%ld\n", i);
20319 unsigned long i = ulongval ();
20320 if (i != ((long) (sizeof (long long))))
20322 fprintf (f, "%lu\n", i);
20324 exit (ferror (f) || fclose (f) != 0);
20330 rm -f conftest
$ac_exeext
20331 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20332 (eval $ac_link) 2>&5
20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20337 (eval $ac_try) 2>&5
20339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20340 (exit $ac_status); }; }; then
20341 ac_cv_sizeof_long_long
=`cat conftest.val`
20343 echo "$as_me: program exited with status $ac_status" >&5
20344 echo "$as_me: failed program was:" >&5
20345 sed 's/^/| /' conftest.
$ac_ext >&5
20347 ( exit $ac_status )
20348 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20349 See \`config.log' for more details." >&5
20350 echo "$as_me: error: cannot compute sizeof (long long), 77
20351 See \`config.log' for more details." >&2;}
20352 { (exit 1); exit 1; }; }
20354 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20359 ac_cv_sizeof_long_long
=0
20362 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
20363 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
20364 cat >>confdefs.h
<<_ACEOF
20365 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20371 echo "$as_me:$LINENO: checking for wchar_t" >&5
20372 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
20373 if test "${ac_cv_type_wchar_t+set}" = set; then
20374 echo $ECHO_N "(cached) $ECHO_C" >&6
20376 cat >conftest.
$ac_ext <<_ACEOF
20379 cat confdefs.h
>>conftest.
$ac_ext
20380 cat >>conftest.
$ac_ext <<_ACEOF
20381 /* end confdefs.h. */
20383 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20384 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20385 # error "fake wchar_t"
20387 #ifdef HAVE_WCHAR_H
20389 # include <stddef.h>
20391 # include <wchar.h>
20393 #ifdef HAVE_STDLIB_H
20394 # include <stdlib.h>
20405 if (sizeof (wchar_t))
20411 rm -f conftest.
$ac_objext
20412 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20413 (eval $ac_compile) 2>conftest.er1
20415 grep -v '^ *+' conftest.er1
>conftest.err
20417 cat conftest.err
>&5
20418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20419 (exit $ac_status); } &&
20420 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20422 (eval $ac_try) 2>&5
20424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20425 (exit $ac_status); }; } &&
20426 { ac_try
='test -s conftest.$ac_objext'
20427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20428 (eval $ac_try) 2>&5
20430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20431 (exit $ac_status); }; }; then
20432 ac_cv_type_wchar_t
=yes
20434 echo "$as_me: failed program was:" >&5
20435 sed 's/^/| /' conftest.
$ac_ext >&5
20437 ac_cv_type_wchar_t
=no
20439 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20441 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
20442 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
20444 echo "$as_me:$LINENO: checking size of wchar_t" >&5
20445 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
20446 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
20447 echo $ECHO_N "(cached) $ECHO_C" >&6
20449 if test "$ac_cv_type_wchar_t" = yes; then
20450 # The cast to unsigned long works around a bug in the HP C Compiler
20451 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20452 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20453 # This bug is HP SR number 8606223364.
20454 if test "$cross_compiling" = yes; then
20455 # Depending upon the size, compute the lo and hi bounds.
20456 cat >conftest.
$ac_ext <<_ACEOF
20459 cat confdefs.h
>>conftest.
$ac_ext
20460 cat >>conftest.
$ac_ext <<_ACEOF
20461 /* end confdefs.h. */
20463 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20464 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20465 # error "fake wchar_t"
20467 #ifdef HAVE_WCHAR_H
20469 # include <stddef.h>
20471 # include <wchar.h>
20473 #ifdef HAVE_STDLIB_H
20474 # include <stdlib.h>
20483 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
20490 rm -f conftest.
$ac_objext
20491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20492 (eval $ac_compile) 2>conftest.er1
20494 grep -v '^ *+' conftest.er1
>conftest.err
20496 cat conftest.err
>&5
20497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20498 (exit $ac_status); } &&
20499 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20501 (eval $ac_try) 2>&5
20503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20504 (exit $ac_status); }; } &&
20505 { ac_try
='test -s conftest.$ac_objext'
20506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20507 (eval $ac_try) 2>&5
20509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20510 (exit $ac_status); }; }; then
20513 cat >conftest.
$ac_ext <<_ACEOF
20516 cat confdefs.h
>>conftest.
$ac_ext
20517 cat >>conftest.
$ac_ext <<_ACEOF
20518 /* end confdefs.h. */
20520 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20521 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20522 # error "fake wchar_t"
20524 #ifdef HAVE_WCHAR_H
20526 # include <stddef.h>
20528 # include <wchar.h>
20530 #ifdef HAVE_STDLIB_H
20531 # include <stdlib.h>
20540 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20547 rm -f conftest.
$ac_objext
20548 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20549 (eval $ac_compile) 2>conftest.er1
20551 grep -v '^ *+' conftest.er1
>conftest.err
20553 cat conftest.err
>&5
20554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20555 (exit $ac_status); } &&
20556 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20558 (eval $ac_try) 2>&5
20560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20561 (exit $ac_status); }; } &&
20562 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
20568 ac_hi
=$ac_mid; break
20570 echo "$as_me: failed program was:" >&5
20571 sed 's/^/| /' conftest.
$ac_ext >&5
20573 ac_lo
=`expr $ac_mid + 1`
20574 if test $ac_lo -le $ac_mid; then
20578 ac_mid
=`expr 2 '*' $ac_mid + 1`
20580 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20583 echo "$as_me: failed program was:" >&5
20584 sed 's/^/| /' conftest.
$ac_ext >&5
20586 cat >conftest.
$ac_ext <<_ACEOF
20589 cat confdefs.h
>>conftest.
$ac_ext
20590 cat >>conftest.
$ac_ext <<_ACEOF
20591 /* end confdefs.h. */
20593 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20594 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20595 # error "fake wchar_t"
20597 #ifdef HAVE_WCHAR_H
20599 # include <stddef.h>
20601 # include <wchar.h>
20603 #ifdef HAVE_STDLIB_H
20604 # include <stdlib.h>
20613 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
20620 rm -f conftest.
$ac_objext
20621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20622 (eval $ac_compile) 2>conftest.er1
20624 grep -v '^ *+' conftest.er1
>conftest.err
20626 cat conftest.err
>&5
20627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20628 (exit $ac_status); } &&
20629 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20631 (eval $ac_try) 2>&5
20633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20634 (exit $ac_status); }; } &&
20635 { ac_try
='test -s conftest.$ac_objext'
20636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20637 (eval $ac_try) 2>&5
20639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640 (exit $ac_status); }; }; then
20643 cat >conftest.
$ac_ext <<_ACEOF
20646 cat confdefs.h
>>conftest.
$ac_ext
20647 cat >>conftest.
$ac_ext <<_ACEOF
20648 /* end confdefs.h. */
20650 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20651 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20652 # error "fake wchar_t"
20654 #ifdef HAVE_WCHAR_H
20656 # include <stddef.h>
20658 # include <wchar.h>
20660 #ifdef HAVE_STDLIB_H
20661 # include <stdlib.h>
20670 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
20677 rm -f conftest.
$ac_objext
20678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20679 (eval $ac_compile) 2>conftest.er1
20681 grep -v '^ *+' conftest.er1
>conftest.err
20683 cat conftest.err
>&5
20684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20685 (exit $ac_status); } &&
20686 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20688 (eval $ac_try) 2>&5
20690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20691 (exit $ac_status); }; } &&
20692 { ac_try
='test -s conftest.$ac_objext'
20693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20694 (eval $ac_try) 2>&5
20696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20697 (exit $ac_status); }; }; then
20698 ac_lo
=$ac_mid; break
20700 echo "$as_me: failed program was:" >&5
20701 sed 's/^/| /' conftest.
$ac_ext >&5
20703 ac_hi
=`expr '(' $ac_mid ')' - 1`
20704 if test $ac_mid -le $ac_hi; then
20708 ac_mid
=`expr 2 '*' $ac_mid`
20710 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20713 echo "$as_me: failed program was:" >&5
20714 sed 's/^/| /' conftest.
$ac_ext >&5
20718 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20720 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20721 # Binary search between lo and hi bounds.
20722 while test "x$ac_lo" != "x$ac_hi"; do
20723 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20724 cat >conftest.
$ac_ext <<_ACEOF
20727 cat confdefs.h
>>conftest.
$ac_ext
20728 cat >>conftest.
$ac_ext <<_ACEOF
20729 /* end confdefs.h. */
20731 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20732 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20733 # error "fake wchar_t"
20735 #ifdef HAVE_WCHAR_H
20737 # include <stddef.h>
20739 # include <wchar.h>
20741 #ifdef HAVE_STDLIB_H
20742 # include <stdlib.h>
20751 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
20758 rm -f conftest.
$ac_objext
20759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20760 (eval $ac_compile) 2>conftest.er1
20762 grep -v '^ *+' conftest.er1
>conftest.err
20764 cat conftest.err
>&5
20765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20766 (exit $ac_status); } &&
20767 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20769 (eval $ac_try) 2>&5
20771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20772 (exit $ac_status); }; } &&
20773 { ac_try
='test -s conftest.$ac_objext'
20774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20775 (eval $ac_try) 2>&5
20777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20778 (exit $ac_status); }; }; then
20781 echo "$as_me: failed program was:" >&5
20782 sed 's/^/| /' conftest.
$ac_ext >&5
20784 ac_lo
=`expr '(' $ac_mid ')' + 1`
20786 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20789 ?
*) ac_cv_sizeof_wchar_t
=$ac_lo;;
20790 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20791 See \`config.log' for more details." >&5
20792 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20793 See \`config.log' for more details." >&2;}
20794 { (exit 1); exit 1; }; } ;;
20797 if test "$cross_compiling" = yes; then
20798 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20799 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20800 { (exit 1); exit 1; }; }
20802 cat >conftest.
$ac_ext <<_ACEOF
20805 cat confdefs.h
>>conftest.
$ac_ext
20806 cat >>conftest.
$ac_ext <<_ACEOF
20807 /* end confdefs.h. */
20809 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20810 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20811 # error "fake wchar_t"
20813 #ifdef HAVE_WCHAR_H
20815 # include <stddef.h>
20817 # include <wchar.h>
20819 #ifdef HAVE_STDLIB_H
20820 # include <stdlib.h>
20826 long longval () { return (long) (sizeof (wchar_t)); }
20827 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
20829 #include <stdlib.h>
20834 FILE *f = fopen ("conftest.val", "w");
20837 if (((long) (sizeof (wchar_t))) < 0)
20839 long i = longval ();
20840 if (i != ((long) (sizeof (wchar_t))))
20842 fprintf (f, "%ld\n", i);
20846 unsigned long i = ulongval ();
20847 if (i != ((long) (sizeof (wchar_t))))
20849 fprintf (f, "%lu\n", i);
20851 exit (ferror (f) || fclose (f) != 0);
20857 rm -f conftest
$ac_exeext
20858 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20859 (eval $ac_link) 2>&5
20861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20862 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20864 (eval $ac_try) 2>&5
20866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20867 (exit $ac_status); }; }; then
20868 ac_cv_sizeof_wchar_t
=`cat conftest.val`
20870 echo "$as_me: program exited with status $ac_status" >&5
20871 echo "$as_me: failed program was:" >&5
20872 sed 's/^/| /' conftest.
$ac_ext >&5
20874 ( exit $ac_status )
20875 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20876 See \`config.log' for more details." >&5
20877 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20878 See \`config.log' for more details." >&2;}
20879 { (exit 1); exit 1; }; }
20881 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20886 ac_cv_sizeof_wchar_t
=0
20889 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
20890 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
20891 cat >>confdefs.h
<<_ACEOF
20892 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20896 if test "$ac_cv_sizeof_wchar_t" != "0"; then
20902 echo "$as_me:$LINENO: checking for va_copy" >&5
20903 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
20904 if test "${wx_cv_func_va_copy+set}" = set; then
20905 echo $ECHO_N "(cached) $ECHO_C" >&6
20908 cat >conftest.
$ac_ext <<_ACEOF
20910 #include <stdarg.h>
20911 void foo(char *f, ...)
20925 rm -f conftest.
$ac_objext conftest
$ac_exeext
20926 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20927 (eval $ac_link) 2>conftest.er1
20929 grep -v '^ *+' conftest.er1
>conftest.err
20931 cat conftest.err
>&5
20932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20933 (exit $ac_status); } &&
20934 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20936 (eval $ac_try) 2>&5
20938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20939 (exit $ac_status); }; } &&
20940 { ac_try
='test -s conftest$ac_exeext'
20941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20942 (eval $ac_try) 2>&5
20944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20945 (exit $ac_status); }; }; then
20946 wx_cv_func_va_copy
=yes
20948 echo "$as_me: failed program was:" >&5
20949 sed 's/^/| /' conftest.
$ac_ext >&5
20951 wx_cv_func_va_copy
=no
20954 rm -f conftest.err conftest.
$ac_objext \
20955 conftest
$ac_exeext conftest.
$ac_ext
20959 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20960 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20962 if test $wx_cv_func_va_copy = "yes"; then
20963 cat >>confdefs.h
<<\_ACEOF
20964 #define HAVE_VA_COPY 1
20968 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20969 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20970 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20971 echo $ECHO_N "(cached) $ECHO_C" >&6
20974 if test "$cross_compiling" = yes; then
20975 wx_cv_type_va_list_lvalue
=yes
20978 cat >conftest.
$ac_ext <<_ACEOF
20980 #include <stdarg.h>
20981 int foo(char *f, ...)
20986 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20994 return foo("hi", 17);
20997 rm -f conftest
$ac_exeext
20998 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20999 (eval $ac_link) 2>&5
21001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21002 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21004 (eval $ac_try) 2>&5
21006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21007 (exit $ac_status); }; }; then
21008 wx_cv_type_va_list_lvalue
=yes
21010 echo "$as_me: program exited with status $ac_status" >&5
21011 echo "$as_me: failed program was:" >&5
21012 sed 's/^/| /' conftest.
$ac_ext >&5
21014 ( exit $ac_status )
21015 wx_cv_type_va_list_lvalue
=no
21017 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21022 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
21023 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
21025 if test $wx_cv_type_va_list_lvalue != "yes"; then
21026 cat >>confdefs.h
<<\_ACEOF
21027 #define VA_LIST_IS_ARRAY 1
21033 # Check whether --enable-largefile or --disable-largefile was given.
21034 if test "${enable_largefile+set}" = set; then
21035 enableval
="$enable_largefile"
21038 if test "$enable_largefile" != no
; then
21041 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
21042 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
21043 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
21044 echo $ECHO_N "(cached) $ECHO_C" >&6
21047 cat >conftest.
$ac_ext <<_ACEOF
21050 cat confdefs.h
>>conftest.
$ac_ext
21051 cat >>conftest.
$ac_ext <<_ACEOF
21052 /* end confdefs.h. */
21053 #define _FILE_OFFSET_BITS 64
21054 #include <sys/types.h>
21059 unsigned int field: sizeof(off_t) == 8;
21066 rm -f conftest.
$ac_objext
21067 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21068 (eval $ac_compile) 2>conftest.er1
21070 grep -v '^ *+' conftest.er1
>conftest.err
21072 cat conftest.err
>&5
21073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21074 (exit $ac_status); } &&
21075 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21077 (eval $ac_try) 2>&5
21079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21080 (exit $ac_status); }; } &&
21081 { ac_try
='test -s conftest.$ac_objext'
21082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21083 (eval $ac_try) 2>&5
21085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21086 (exit $ac_status); }; }; then
21087 ac_cv_sys_file_offset_bits
=64
21089 echo "$as_me: failed program was:" >&5
21090 sed 's/^/| /' conftest.
$ac_ext >&5
21092 ac_cv_sys_file_offset_bits
=no
21094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21098 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
21099 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
21101 if test "$ac_cv_sys_file_offset_bits" != no
; then
21103 cat >>confdefs.h
<<_ACEOF
21104 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
21109 if test "x$wx_largefile" != "xyes"; then
21111 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
21112 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
21113 if test "${ac_cv_sys_large_files+set}" = set; then
21114 echo $ECHO_N "(cached) $ECHO_C" >&6
21117 cat >conftest.
$ac_ext <<_ACEOF
21120 cat confdefs.h
>>conftest.
$ac_ext
21121 cat >>conftest.
$ac_ext <<_ACEOF
21122 /* end confdefs.h. */
21123 #define _LARGE_FILES 1
21124 #include <sys/types.h>
21129 unsigned int field: sizeof(off_t) == 8;
21136 rm -f conftest.
$ac_objext
21137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21138 (eval $ac_compile) 2>conftest.er1
21140 grep -v '^ *+' conftest.er1
>conftest.err
21142 cat conftest.err
>&5
21143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21144 (exit $ac_status); } &&
21145 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21147 (eval $ac_try) 2>&5
21149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21150 (exit $ac_status); }; } &&
21151 { ac_try
='test -s conftest.$ac_objext'
21152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21153 (eval $ac_try) 2>&5
21155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21156 (exit $ac_status); }; }; then
21157 ac_cv_sys_large_files
=1
21159 echo "$as_me: failed program was:" >&5
21160 sed 's/^/| /' conftest.
$ac_ext >&5
21162 ac_cv_sys_large_files
=no
21164 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21168 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
21169 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
21171 if test "$ac_cv_sys_large_files" != no
; then
21173 cat >>confdefs.h
<<_ACEOF
21174 #define _LARGE_FILES $ac_cv_sys_large_files
21181 echo "$as_me:$LINENO: checking if large file support is available" >&5
21182 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
21183 if test "x$wx_largefile" = "xyes"; then
21184 cat >>confdefs.h
<<\_ACEOF
21185 #define HAVE_LARGEFILE_SUPPORT 1
21189 echo "$as_me:$LINENO: result: $wx_largefile" >&5
21190 echo "${ECHO_T}$wx_largefile" >&6
21194 if test "x$wx_largefile" = "xyes"; then
21195 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
21196 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
21198 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
21199 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
21200 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
21201 if test "${wx_cv_STDC_EXT_required+set}" = set; then
21202 echo $ECHO_N "(cached) $ECHO_C" >&6
21208 ac_cpp
='$CXXCPP $CPPFLAGS'
21209 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21210 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21211 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21213 cat >conftest.
$ac_ext <<_ACEOF
21216 cat confdefs.h
>>conftest.
$ac_ext
21217 cat >>conftest.
$ac_ext <<_ACEOF
21218 /* end confdefs.h. */
21224 #ifndef __STDC_EXT__
21232 rm -f conftest.
$ac_objext
21233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21234 (eval $ac_compile) 2>conftest.er1
21236 grep -v '^ *+' conftest.er1
>conftest.err
21238 cat conftest.err
>&5
21239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21240 (exit $ac_status); } &&
21241 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21243 (eval $ac_try) 2>&5
21245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21246 (exit $ac_status); }; } &&
21247 { ac_try
='test -s conftest.$ac_objext'
21248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21249 (eval $ac_try) 2>&5
21251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21252 (exit $ac_status); }; }; then
21253 wx_cv_STDC_EXT_required
=no
21255 echo "$as_me: failed program was:" >&5
21256 sed 's/^/| /' conftest.
$ac_ext >&5
21258 wx_cv_STDC_EXT_required
=yes
21261 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21263 ac_cpp
='$CPP $CPPFLAGS'
21264 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21265 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21266 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21271 echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
21272 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
21273 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
21274 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
21278 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_LARGE_FILES"
21280 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
21281 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
21282 if test "${ac_cv_sys_largefile_source+set}" = set; then
21283 echo $ECHO_N "(cached) $ECHO_C" >&6
21286 ac_cv_sys_largefile_source
=no
21287 cat >conftest.
$ac_ext <<_ACEOF
21290 cat confdefs.h
>>conftest.
$ac_ext
21291 cat >>conftest.
$ac_ext <<_ACEOF
21292 /* end confdefs.h. */
21302 rm -f conftest.
$ac_objext
21303 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21304 (eval $ac_compile) 2>conftest.er1
21306 grep -v '^ *+' conftest.er1
>conftest.err
21308 cat conftest.err
>&5
21309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21310 (exit $ac_status); } &&
21311 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21313 (eval $ac_try) 2>&5
21315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21316 (exit $ac_status); }; } &&
21317 { ac_try
='test -s conftest.$ac_objext'
21318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21319 (eval $ac_try) 2>&5
21321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21322 (exit $ac_status); }; }; then
21325 echo "$as_me: failed program was:" >&5
21326 sed 's/^/| /' conftest.
$ac_ext >&5
21329 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21330 cat >conftest.
$ac_ext <<_ACEOF
21333 cat confdefs.h
>>conftest.
$ac_ext
21334 cat >>conftest.
$ac_ext <<_ACEOF
21335 /* end confdefs.h. */
21336 #define _LARGEFILE_SOURCE 1
21346 rm -f conftest.
$ac_objext
21347 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21348 (eval $ac_compile) 2>conftest.er1
21350 grep -v '^ *+' conftest.er1
>conftest.err
21352 cat conftest.err
>&5
21353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21354 (exit $ac_status); } &&
21355 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21357 (eval $ac_try) 2>&5
21359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21360 (exit $ac_status); }; } &&
21361 { ac_try
='test -s conftest.$ac_objext'
21362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21363 (eval $ac_try) 2>&5
21365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21366 (exit $ac_status); }; }; then
21367 ac_cv_sys_largefile_source
=1; break
21369 echo "$as_me: failed program was:" >&5
21370 sed 's/^/| /' conftest.
$ac_ext >&5
21373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21377 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
21378 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
21379 if test "$ac_cv_sys_largefile_source" != no
; then
21381 cat >>confdefs.h
<<_ACEOF
21382 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
21388 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
21389 # in glibc 2.1.3, but that breaks too many other things.
21390 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
21391 echo "$as_me:$LINENO: checking for fseeko" >&5
21392 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
21393 if test "${ac_cv_func_fseeko+set}" = set; then
21394 echo $ECHO_N "(cached) $ECHO_C" >&6
21396 cat >conftest.
$ac_ext <<_ACEOF
21399 cat confdefs.h
>>conftest.
$ac_ext
21400 cat >>conftest.
$ac_ext <<_ACEOF
21401 /* end confdefs.h. */
21406 return fseeko && fseeko (stdin, 0, 0);
21411 rm -f conftest.
$ac_objext conftest
$ac_exeext
21412 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21413 (eval $ac_link) 2>conftest.er1
21415 grep -v '^ *+' conftest.er1
>conftest.err
21417 cat conftest.err
>&5
21418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21419 (exit $ac_status); } &&
21420 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21422 (eval $ac_try) 2>&5
21424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21425 (exit $ac_status); }; } &&
21426 { ac_try
='test -s conftest$ac_exeext'
21427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21428 (eval $ac_try) 2>&5
21430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21431 (exit $ac_status); }; }; then
21432 ac_cv_func_fseeko
=yes
21434 echo "$as_me: failed program was:" >&5
21435 sed 's/^/| /' conftest.
$ac_ext >&5
21437 ac_cv_func_fseeko
=no
21439 rm -f conftest.err conftest.
$ac_objext \
21440 conftest
$ac_exeext conftest.
$ac_ext
21442 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
21443 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
21444 if test $ac_cv_func_fseeko = yes; then
21446 cat >>confdefs.h
<<\_ACEOF
21447 #define HAVE_FSEEKO 1
21452 if test "$ac_cv_sys_largefile_source" != no
; then
21453 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
21457 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
21458 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
21459 if test "${ac_cv_c_bigendian+set}" = set; then
21460 echo $ECHO_N "(cached) $ECHO_C" >&6
21462 ac_cv_c_bigendian
=unknown
21463 # See if sys/param.h defines the BYTE_ORDER macro.
21464 cat >conftest.
$ac_ext <<_ACEOF
21467 cat confdefs.h
>>conftest.
$ac_ext
21468 cat >>conftest.
$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21470 #include <sys/types.h>
21471 #include <sys/param.h>
21476 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
21477 bogus endian macros
21483 rm -f conftest.
$ac_objext
21484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21485 (eval $ac_compile) 2>conftest.er1
21487 grep -v '^ *+' conftest.er1
>conftest.err
21489 cat conftest.err
>&5
21490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21491 (exit $ac_status); } &&
21492 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21494 (eval $ac_try) 2>&5
21496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21497 (exit $ac_status); }; } &&
21498 { ac_try
='test -s conftest.$ac_objext'
21499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21500 (eval $ac_try) 2>&5
21502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21503 (exit $ac_status); }; }; then
21504 # It does; now see whether it defined to BIG_ENDIAN or not.
21505 cat >conftest.
$ac_ext <<_ACEOF
21508 cat confdefs.h
>>conftest.
$ac_ext
21509 cat >>conftest.
$ac_ext <<_ACEOF
21510 /* end confdefs.h. */
21511 #include <sys/types.h>
21512 #include <sys/param.h>
21517 #if BYTE_ORDER != BIG_ENDIAN
21524 rm -f conftest.
$ac_objext
21525 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21526 (eval $ac_compile) 2>conftest.er1
21528 grep -v '^ *+' conftest.er1
>conftest.err
21530 cat conftest.err
>&5
21531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21532 (exit $ac_status); } &&
21533 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21535 (eval $ac_try) 2>&5
21537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21538 (exit $ac_status); }; } &&
21539 { ac_try
='test -s conftest.$ac_objext'
21540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21541 (eval $ac_try) 2>&5
21543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544 (exit $ac_status); }; }; then
21545 ac_cv_c_bigendian
=yes
21547 echo "$as_me: failed program was:" >&5
21548 sed 's/^/| /' conftest.
$ac_ext >&5
21550 ac_cv_c_bigendian
=no
21552 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21554 echo "$as_me: failed program was:" >&5
21555 sed 's/^/| /' conftest.
$ac_ext >&5
21558 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21559 if test $ac_cv_c_bigendian = unknown
; then
21560 if test "$cross_compiling" = yes; then
21561 ac_cv_c_bigendian
=unknown
21563 cat >conftest.
$ac_ext <<_ACEOF
21566 cat confdefs.h
>>conftest.
$ac_ext
21567 cat >>conftest.
$ac_ext <<_ACEOF
21568 /* end confdefs.h. */
21570 /* Are we little or big endian? From Harbison&Steele. */
21574 char c[sizeof (long)];
21577 exit (u.c[sizeof (long) - 1] == 1);
21580 rm -f conftest
$ac_exeext
21581 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21582 (eval $ac_link) 2>&5
21584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21585 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21587 (eval $ac_try) 2>&5
21589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21590 (exit $ac_status); }; }; then
21591 ac_cv_c_bigendian
=no
21593 echo "$as_me: program exited with status $ac_status" >&5
21594 echo "$as_me: failed program was:" >&5
21595 sed 's/^/| /' conftest.
$ac_ext >&5
21597 ( exit $ac_status )
21598 ac_cv_c_bigendian
=yes
21600 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21604 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
21605 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
21606 if test $ac_cv_c_bigendian = unknown
; then
21607 { 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
21608 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;}
21610 if test $ac_cv_c_bigendian = yes; then
21611 cat >>confdefs.h
<<\_ACEOF
21612 #define WORDS_BIGENDIAN 1
21619 ac_cpp
='$CXXCPP $CPPFLAGS'
21620 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21621 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21622 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21623 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
21624 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
21625 if test -z "$CXXCPP"; then
21626 if test "${ac_cv_prog_CXXCPP+set}" = set; then
21627 echo $ECHO_N "(cached) $ECHO_C" >&6
21629 # Double quotes because CXXCPP needs to be expanded
21630 for CXXCPP
in "$CXX -E" "/lib/cpp"
21632 ac_preproc_ok
=false
21633 for ac_cxx_preproc_warn_flag
in '' yes
21635 # Use a header file that comes with gcc, so configuring glibc
21636 # with a fresh cross-compiler works.
21637 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21638 # <limits.h> exists even on freestanding compilers.
21639 # On the NeXT, cc -E runs the code through the compiler's parser,
21640 # not just through cpp. "Syntax error" is here to catch this case.
21641 cat >conftest.
$ac_ext <<_ACEOF
21644 cat confdefs.h
>>conftest.
$ac_ext
21645 cat >>conftest.
$ac_ext <<_ACEOF
21646 /* end confdefs.h. */
21648 # include <limits.h>
21650 # include <assert.h>
21654 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21655 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21657 grep -v '^ *+' conftest.er1
>conftest.err
21659 cat conftest.err
>&5
21660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21661 (exit $ac_status); } >/dev
/null
; then
21662 if test -s conftest.err
; then
21663 ac_cpp_err
=$ac_cxx_preproc_warn_flag
21664 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
21671 if test -z "$ac_cpp_err"; then
21674 echo "$as_me: failed program was:" >&5
21675 sed 's/^/| /' conftest.
$ac_ext >&5
21677 # Broken: fails on valid input.
21680 rm -f conftest.err conftest.
$ac_ext
21682 # OK, works on sane cases. Now check whether non-existent headers
21683 # can be detected and how.
21684 cat >conftest.
$ac_ext <<_ACEOF
21687 cat confdefs.h
>>conftest.
$ac_ext
21688 cat >>conftest.
$ac_ext <<_ACEOF
21689 /* end confdefs.h. */
21690 #include <ac_nonexistent.h>
21692 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21693 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21695 grep -v '^ *+' conftest.er1
>conftest.err
21697 cat conftest.err
>&5
21698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21699 (exit $ac_status); } >/dev
/null
; then
21700 if test -s conftest.err
; then
21701 ac_cpp_err
=$ac_cxx_preproc_warn_flag
21702 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
21709 if test -z "$ac_cpp_err"; then
21710 # Broken: success on invalid input.
21713 echo "$as_me: failed program was:" >&5
21714 sed 's/^/| /' conftest.
$ac_ext >&5
21716 # Passes both tests.
21720 rm -f conftest.err conftest.
$ac_ext
21723 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21724 rm -f conftest.err conftest.
$ac_ext
21725 if $ac_preproc_ok; then
21730 ac_cv_prog_CXXCPP
=$CXXCPP
21733 CXXCPP
=$ac_cv_prog_CXXCPP
21735 ac_cv_prog_CXXCPP
=$CXXCPP
21737 echo "$as_me:$LINENO: result: $CXXCPP" >&5
21738 echo "${ECHO_T}$CXXCPP" >&6
21739 ac_preproc_ok
=false
21740 for ac_cxx_preproc_warn_flag
in '' yes
21742 # Use a header file that comes with gcc, so configuring glibc
21743 # with a fresh cross-compiler works.
21744 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21745 # <limits.h> exists even on freestanding compilers.
21746 # On the NeXT, cc -E runs the code through the compiler's parser,
21747 # not just through cpp. "Syntax error" is here to catch this case.
21748 cat >conftest.
$ac_ext <<_ACEOF
21751 cat confdefs.h
>>conftest.
$ac_ext
21752 cat >>conftest.
$ac_ext <<_ACEOF
21753 /* end confdefs.h. */
21755 # include <limits.h>
21757 # include <assert.h>
21761 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21762 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21764 grep -v '^ *+' conftest.er1
>conftest.err
21766 cat conftest.err
>&5
21767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21768 (exit $ac_status); } >/dev
/null
; then
21769 if test -s conftest.err
; then
21770 ac_cpp_err
=$ac_cxx_preproc_warn_flag
21771 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
21778 if test -z "$ac_cpp_err"; then
21781 echo "$as_me: failed program was:" >&5
21782 sed 's/^/| /' conftest.
$ac_ext >&5
21784 # Broken: fails on valid input.
21787 rm -f conftest.err conftest.
$ac_ext
21789 # OK, works on sane cases. Now check whether non-existent headers
21790 # can be detected and how.
21791 cat >conftest.
$ac_ext <<_ACEOF
21794 cat confdefs.h
>>conftest.
$ac_ext
21795 cat >>conftest.
$ac_ext <<_ACEOF
21796 /* end confdefs.h. */
21797 #include <ac_nonexistent.h>
21799 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21800 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21802 grep -v '^ *+' conftest.er1
>conftest.err
21804 cat conftest.err
>&5
21805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21806 (exit $ac_status); } >/dev
/null
; then
21807 if test -s conftest.err
; then
21808 ac_cpp_err
=$ac_cxx_preproc_warn_flag
21809 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
21816 if test -z "$ac_cpp_err"; then
21817 # Broken: success on invalid input.
21820 echo "$as_me: failed program was:" >&5
21821 sed 's/^/| /' conftest.
$ac_ext >&5
21823 # Passes both tests.
21827 rm -f conftest.err conftest.
$ac_ext
21830 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21831 rm -f conftest.err conftest.
$ac_ext
21832 if $ac_preproc_ok; then
21835 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21836 See \`config.log' for more details." >&5
21837 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
21838 See \`config.log' for more details." >&2;}
21839 { (exit 1); exit 1; }; }
21843 ac_cpp
='$CXXCPP $CPPFLAGS'
21844 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21845 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21846 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21853 ac_cpp
='$CXXCPP $CPPFLAGS'
21854 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21855 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21856 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21860 for ac_header
in iostream
21862 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21863 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21864 echo "$as_me:$LINENO: checking for $ac_header" >&5
21865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21866 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21867 echo $ECHO_N "(cached) $ECHO_C" >&6
21869 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21870 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21872 # Is the header compilable?
21873 echo "$as_me:$LINENO: checking $ac_header usability" >&5
21874 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21875 cat >conftest.
$ac_ext <<_ACEOF
21878 cat confdefs.h
>>conftest.
$ac_ext
21879 cat >>conftest.
$ac_ext <<_ACEOF
21880 /* end confdefs.h. */
21881 $ac_includes_default
21882 #include <$ac_header>
21884 rm -f conftest.
$ac_objext
21885 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21886 (eval $ac_compile) 2>conftest.er1
21888 grep -v '^ *+' conftest.er1
>conftest.err
21890 cat conftest.err
>&5
21891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21892 (exit $ac_status); } &&
21893 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21895 (eval $ac_try) 2>&5
21897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21898 (exit $ac_status); }; } &&
21899 { ac_try
='test -s conftest.$ac_objext'
21900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21901 (eval $ac_try) 2>&5
21903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21904 (exit $ac_status); }; }; then
21905 ac_header_compiler
=yes
21907 echo "$as_me: failed program was:" >&5
21908 sed 's/^/| /' conftest.
$ac_ext >&5
21910 ac_header_compiler
=no
21912 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21913 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21914 echo "${ECHO_T}$ac_header_compiler" >&6
21916 # Is the header present?
21917 echo "$as_me:$LINENO: checking $ac_header presence" >&5
21918 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21919 cat >conftest.
$ac_ext <<_ACEOF
21922 cat confdefs.h
>>conftest.
$ac_ext
21923 cat >>conftest.
$ac_ext <<_ACEOF
21924 /* end confdefs.h. */
21925 #include <$ac_header>
21927 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21928 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21930 grep -v '^ *+' conftest.er1
>conftest.err
21932 cat conftest.err
>&5
21933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21934 (exit $ac_status); } >/dev
/null
; then
21935 if test -s conftest.err
; then
21936 ac_cpp_err
=$ac_cxx_preproc_warn_flag
21937 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
21944 if test -z "$ac_cpp_err"; then
21945 ac_header_preproc
=yes
21947 echo "$as_me: failed program was:" >&5
21948 sed 's/^/| /' conftest.
$ac_ext >&5
21950 ac_header_preproc
=no
21952 rm -f conftest.err conftest.
$ac_ext
21953 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21954 echo "${ECHO_T}$ac_header_preproc" >&6
21956 # So? What about this header?
21957 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21959 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21960 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21961 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21962 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21963 ac_header_preproc
=yes
21966 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21967 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21968 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21969 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21970 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21971 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21972 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21973 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21974 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21975 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21976 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21977 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21980 ## ----------------------------------------- ##
21981 ## Report this to wx-dev@lists.wxwidgets.org ##
21982 ## ----------------------------------------- ##
21985 sed "s/^/$as_me: WARNING: /" >&2
21988 echo "$as_me:$LINENO: checking for $ac_header" >&5
21989 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21990 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21991 echo $ECHO_N "(cached) $ECHO_C" >&6
21993 eval "$as_ac_Header=\$ac_header_preproc"
21995 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21996 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21999 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22000 cat >>confdefs.h
<<_ACEOF
22001 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22009 if test "$ac_cv_header_iostream" = "yes" ; then
22012 cat >>confdefs.h
<<\_ACEOF
22013 #define wxUSE_IOSTREAMH 1
22019 ac_cpp
='$CPP $CPPFLAGS'
22020 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22021 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22022 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22027 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
22028 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
22029 if test "${wx_cv_cpp_bool+set}" = set; then
22030 echo $ECHO_N "(cached) $ECHO_C" >&6
22036 ac_cpp
='$CXXCPP $CPPFLAGS'
22037 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22038 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22039 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22042 cat >conftest.
$ac_ext <<_ACEOF
22045 cat confdefs.h
>>conftest.
$ac_ext
22046 cat >>conftest.
$ac_ext <<_ACEOF
22047 /* end confdefs.h. */
22062 rm -f conftest.
$ac_objext
22063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22064 (eval $ac_compile) 2>conftest.er1
22066 grep -v '^ *+' conftest.er1
>conftest.err
22068 cat conftest.err
>&5
22069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070 (exit $ac_status); } &&
22071 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22073 (eval $ac_try) 2>&5
22075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22076 (exit $ac_status); }; } &&
22077 { ac_try
='test -s conftest.$ac_objext'
22078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22079 (eval $ac_try) 2>&5
22081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22082 (exit $ac_status); }; }; then
22087 echo "$as_me: failed program was:" >&5
22088 sed 's/^/| /' conftest.
$ac_ext >&5
22095 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22098 ac_cpp
='$CPP $CPPFLAGS'
22099 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22100 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22101 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22105 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
22106 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
22108 if test "$wx_cv_cpp_bool" = "yes"; then
22109 cat >>confdefs.h
<<\_ACEOF
22110 #define HAVE_BOOL 1
22117 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
22118 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
22119 if test "${wx_cv_explicit+set}" = set; then
22120 echo $ECHO_N "(cached) $ECHO_C" >&6
22126 ac_cpp
='$CXXCPP $CPPFLAGS'
22127 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22128 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22129 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22132 cat >conftest.
$ac_ext <<_ACEOF
22135 cat confdefs.h
>>conftest.
$ac_ext
22136 cat >>conftest.
$ac_ext <<_ACEOF
22137 /* end confdefs.h. */
22139 class Foo { public: explicit Foo(int) {} };
22151 rm -f conftest.
$ac_objext
22152 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22153 (eval $ac_compile) 2>conftest.er1
22155 grep -v '^ *+' conftest.er1
>conftest.err
22157 cat conftest.err
>&5
22158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22159 (exit $ac_status); } &&
22160 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22162 (eval $ac_try) 2>&5
22164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22165 (exit $ac_status); }; } &&
22166 { ac_try
='test -s conftest.$ac_objext'
22167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22168 (eval $ac_try) 2>&5
22170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22171 (exit $ac_status); }; }; then
22173 cat >conftest.
$ac_ext <<_ACEOF
22176 cat confdefs.h
>>conftest.
$ac_ext
22177 cat >>conftest.
$ac_ext <<_ACEOF
22178 /* end confdefs.h. */
22180 class Foo { public: explicit Foo(int) {} };
22181 static void TakeFoo(const Foo& foo) { }
22194 rm -f conftest.
$ac_objext
22195 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22196 (eval $ac_compile) 2>conftest.er1
22198 grep -v '^ *+' conftest.er1
>conftest.err
22200 cat conftest.err
>&5
22201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22202 (exit $ac_status); } &&
22203 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22205 (eval $ac_try) 2>&5
22207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22208 (exit $ac_status); }; } &&
22209 { ac_try
='test -s conftest.$ac_objext'
22210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22211 (eval $ac_try) 2>&5
22213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22214 (exit $ac_status); }; }; then
22217 echo "$as_me: failed program was:" >&5
22218 sed 's/^/| /' conftest.
$ac_ext >&5
22223 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22226 echo "$as_me: failed program was:" >&5
22227 sed 's/^/| /' conftest.
$ac_ext >&5
22232 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22235 ac_cpp
='$CPP $CPPFLAGS'
22236 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22237 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22238 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22242 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
22243 echo "${ECHO_T}$wx_cv_explicit" >&6
22245 if test "$wx_cv_explicit" = "yes"; then
22246 cat >>confdefs.h
<<\_ACEOF
22247 #define HAVE_EXPLICIT 1
22253 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
22254 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
22255 if test "${ac_cv_cxx_const_cast+set}" = set; then
22256 echo $ECHO_N "(cached) $ECHO_C" >&6
22261 ac_cpp
='$CXXCPP $CPPFLAGS'
22262 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22263 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22264 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22266 cat >conftest.
$ac_ext <<_ACEOF
22269 cat confdefs.h
>>conftest.
$ac_ext
22270 cat >>conftest.
$ac_ext <<_ACEOF
22271 /* end confdefs.h. */
22276 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
22281 rm -f conftest.
$ac_objext
22282 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22283 (eval $ac_compile) 2>conftest.er1
22285 grep -v '^ *+' conftest.er1
>conftest.err
22287 cat conftest.err
>&5
22288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22289 (exit $ac_status); } &&
22290 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22292 (eval $ac_try) 2>&5
22294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22295 (exit $ac_status); }; } &&
22296 { ac_try
='test -s conftest.$ac_objext'
22297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22298 (eval $ac_try) 2>&5
22300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22301 (exit $ac_status); }; }; then
22302 ac_cv_cxx_const_cast
=yes
22304 echo "$as_me: failed program was:" >&5
22305 sed 's/^/| /' conftest.
$ac_ext >&5
22307 ac_cv_cxx_const_cast
=no
22309 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22311 ac_cpp
='$CPP $CPPFLAGS'
22312 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22313 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22314 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22318 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
22319 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
22320 if test "$ac_cv_cxx_const_cast" = yes; then
22322 cat >>confdefs.h
<<\_ACEOF
22323 #define HAVE_CONST_CAST
22328 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
22329 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
22330 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
22331 echo $ECHO_N "(cached) $ECHO_C" >&6
22336 ac_cpp
='$CXXCPP $CPPFLAGS'
22337 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22338 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22339 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22341 cat >conftest.
$ac_ext <<_ACEOF
22344 cat confdefs.h
>>conftest.
$ac_ext
22345 cat >>conftest.
$ac_ext <<_ACEOF
22346 /* end confdefs.h. */
22347 #include <typeinfo>
22348 class Base { public : Base () {} virtual void f () = 0;};
22349 class Derived : public Base { public : Derived () {} virtual void f () {} };
22350 class Unrelated { public : Unrelated () {} };
22351 int g (Unrelated&) { return 0; }
22356 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
22361 rm -f conftest.
$ac_objext
22362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22363 (eval $ac_compile) 2>conftest.er1
22365 grep -v '^ *+' conftest.er1
>conftest.err
22367 cat conftest.err
>&5
22368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22369 (exit $ac_status); } &&
22370 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22372 (eval $ac_try) 2>&5
22374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22375 (exit $ac_status); }; } &&
22376 { ac_try
='test -s conftest.$ac_objext'
22377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22378 (eval $ac_try) 2>&5
22380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22381 (exit $ac_status); }; }; then
22382 ac_cv_cxx_reinterpret_cast
=yes
22384 echo "$as_me: failed program was:" >&5
22385 sed 's/^/| /' conftest.
$ac_ext >&5
22387 ac_cv_cxx_reinterpret_cast
=no
22389 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22391 ac_cpp
='$CPP $CPPFLAGS'
22392 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22393 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22394 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22398 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
22399 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
22400 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
22402 cat >>confdefs.h
<<\_ACEOF
22403 #define HAVE_REINTERPRET_CAST
22408 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
22409 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
22410 if test "${ac_cv_cxx_static_cast+set}" = set; then
22411 echo $ECHO_N "(cached) $ECHO_C" >&6
22416 ac_cpp
='$CXXCPP $CPPFLAGS'
22417 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22418 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22419 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22421 cat >conftest.
$ac_ext <<_ACEOF
22424 cat confdefs.h
>>conftest.
$ac_ext
22425 cat >>conftest.
$ac_ext <<_ACEOF
22426 /* end confdefs.h. */
22427 #include <typeinfo>
22428 class Base { public : Base () {} virtual void f () = 0; };
22429 class Derived : public Base { public : Derived () {} virtual void f () {} };
22430 int g (Derived&) { return 0; }
22435 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
22440 rm -f conftest.
$ac_objext
22441 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22442 (eval $ac_compile) 2>conftest.er1
22444 grep -v '^ *+' conftest.er1
>conftest.err
22446 cat conftest.err
>&5
22447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22448 (exit $ac_status); } &&
22449 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22451 (eval $ac_try) 2>&5
22453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22454 (exit $ac_status); }; } &&
22455 { ac_try
='test -s conftest.$ac_objext'
22456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22457 (eval $ac_try) 2>&5
22459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22460 (exit $ac_status); }; }; then
22461 ac_cv_cxx_static_cast
=yes
22463 echo "$as_me: failed program was:" >&5
22464 sed 's/^/| /' conftest.
$ac_ext >&5
22466 ac_cv_cxx_static_cast
=no
22468 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22470 ac_cpp
='$CPP $CPPFLAGS'
22471 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22472 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22473 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22477 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
22478 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
22479 if test "$ac_cv_cxx_static_cast" = yes; then
22481 cat >>confdefs.h
<<\_ACEOF
22482 #define HAVE_STATIC_CAST
22488 if test "x$SUNCXX" = xyes
; then
22489 CXXFLAGS
="-features=tmplife $CXXFLAGS"
22492 if test "x$SUNCC" = xyes
; then
22493 CFLAGS
="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
22496 if test "x$SGICC" = "xyes"; then
22497 CFLAGS
="-woff 3970 $CFLAGS"
22499 if test "x$SGICXX" = "xyes"; then
22500 CXXFLAGS
="-woff 3970 $CXXFLAGS"
22503 if test "x$HPCC" = "xyes"; then
22504 CFLAGS
="+W 2011,2450 $CFLAGS"
22506 if test "x$HPCXX" = "xyes"; then
22507 CXXFLAGS
="+W 2340 $CXXFLAGS"
22510 if test "x$COMPAQCXX" = "xyes"; then
22511 CXXFLAGS
="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
22514 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
22516 ac_cpp
='$CXXCPP $CPPFLAGS'
22517 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22518 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22519 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22522 if test "$wxUSE_UNICODE" = "yes"; then
22523 std_string
="std::wstring"
22524 char_type
="wchar_t"
22526 std_string
="std::string"
22530 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
22531 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
22532 cat >conftest.
$ac_ext <<_ACEOF
22535 cat confdefs.h
>>conftest.
$ac_ext
22536 cat >>conftest.
$ac_ext <<_ACEOF
22537 /* end confdefs.h. */
22547 rm -f conftest.
$ac_objext
22548 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22549 (eval $ac_compile) 2>conftest.er1
22551 grep -v '^ *+' conftest.er1
>conftest.err
22553 cat conftest.err
>&5
22554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22555 (exit $ac_status); } &&
22556 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22558 (eval $ac_try) 2>&5
22560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22561 (exit $ac_status); }; } &&
22562 { ac_try
='test -s conftest.$ac_objext'
22563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22564 (eval $ac_try) 2>&5
22566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22567 (exit $ac_status); }; }; then
22568 echo "$as_me:$LINENO: result: yes" >&5
22569 echo "${ECHO_T}yes" >&6
22570 cat >>confdefs.h
<<\_ACEOF
22571 #define HAVE_STD_WSTRING 1
22575 echo "$as_me: failed program was:" >&5
22576 sed 's/^/| /' conftest.
$ac_ext >&5
22578 echo "$as_me:$LINENO: result: no" >&5
22579 echo "${ECHO_T}no" >&6
22580 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
22581 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
22582 cat >conftest.
$ac_ext <<_ACEOF
22585 cat confdefs.h
>>conftest.
$ac_ext
22586 cat >>conftest.
$ac_ext <<_ACEOF
22587 /* end confdefs.h. */
22589 #ifdef HAVE_WCHAR_H
22591 # include <stddef.h>
22593 # include <wchar.h>
22595 #ifdef HAVE_STDLIB_H
22596 # include <stdlib.h>
22604 std::basic_string<$char_type> foo;
22605 const $char_type* dummy = foo.c_str();
22610 rm -f conftest.
$ac_objext
22611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22612 (eval $ac_compile) 2>conftest.er1
22614 grep -v '^ *+' conftest.er1
>conftest.err
22616 cat conftest.err
>&5
22617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22618 (exit $ac_status); } &&
22619 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22621 (eval $ac_try) 2>&5
22623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22624 (exit $ac_status); }; } &&
22625 { ac_try
='test -s conftest.$ac_objext'
22626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22627 (eval $ac_try) 2>&5
22629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22630 (exit $ac_status); }; }; then
22631 echo "$as_me:$LINENO: result: yes" >&5
22632 echo "${ECHO_T}yes" >&6
22634 echo "$as_me: failed program was:" >&5
22635 sed 's/^/| /' conftest.
$ac_ext >&5
22637 echo "$as_me:$LINENO: result: no" >&5
22638 echo "${ECHO_T}no" >&6
22639 if test "$wxUSE_STL" = "yes"; then
22640 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
22641 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
22642 { (exit 1); exit 1; }; }
22643 elif grep wxUSE_STD_STRING
$wx_arg_cache_file >/dev
/null
; then
22644 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
22645 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
22646 { (exit 1); exit 1; }; }
22648 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
22649 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
22650 wxUSE_STD_STRING
=no
22655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22658 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22661 ac_cpp
='$CPP $CPPFLAGS'
22662 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22663 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22664 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22668 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
22670 ac_cpp
='$CXXCPP $CPPFLAGS'
22671 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22672 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22673 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22676 echo "$as_me:$LINENO: checking for std::istream" >&5
22677 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
22678 if test "${ac_cv_type_std__istream+set}" = set; then
22679 echo $ECHO_N "(cached) $ECHO_C" >&6
22681 cat >conftest.
$ac_ext <<_ACEOF
22684 cat confdefs.h
>>conftest.
$ac_ext
22685 cat >>conftest.
$ac_ext <<_ACEOF
22686 /* end confdefs.h. */
22687 #include <iostream>
22692 if ((std::istream *) 0)
22694 if (sizeof (std::istream))
22700 rm -f conftest.
$ac_objext
22701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22702 (eval $ac_compile) 2>conftest.er1
22704 grep -v '^ *+' conftest.er1
>conftest.err
22706 cat conftest.err
>&5
22707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22708 (exit $ac_status); } &&
22709 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22711 (eval $ac_try) 2>&5
22713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22714 (exit $ac_status); }; } &&
22715 { ac_try
='test -s conftest.$ac_objext'
22716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22717 (eval $ac_try) 2>&5
22719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22720 (exit $ac_status); }; }; then
22721 ac_cv_type_std__istream
=yes
22723 echo "$as_me: failed program was:" >&5
22724 sed 's/^/| /' conftest.
$ac_ext >&5
22726 ac_cv_type_std__istream
=no
22728 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22730 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
22731 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
22732 if test $ac_cv_type_std__istream = yes; then
22734 cat >>confdefs.h
<<_ACEOF
22735 #define HAVE_STD__ISTREAM 1
22740 wxUSE_STD_IOSTREAM
=no
22742 echo "$as_me:$LINENO: checking for std::ostream" >&5
22743 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
22744 if test "${ac_cv_type_std__ostream+set}" = set; then
22745 echo $ECHO_N "(cached) $ECHO_C" >&6
22747 cat >conftest.
$ac_ext <<_ACEOF
22750 cat confdefs.h
>>conftest.
$ac_ext
22751 cat >>conftest.
$ac_ext <<_ACEOF
22752 /* end confdefs.h. */
22753 #include <iostream>
22758 if ((std::ostream *) 0)
22760 if (sizeof (std::ostream))
22766 rm -f conftest.
$ac_objext
22767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22768 (eval $ac_compile) 2>conftest.er1
22770 grep -v '^ *+' conftest.er1
>conftest.err
22772 cat conftest.err
>&5
22773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22774 (exit $ac_status); } &&
22775 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22777 (eval $ac_try) 2>&5
22779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22780 (exit $ac_status); }; } &&
22781 { ac_try
='test -s conftest.$ac_objext'
22782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22783 (eval $ac_try) 2>&5
22785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22786 (exit $ac_status); }; }; then
22787 ac_cv_type_std__ostream
=yes
22789 echo "$as_me: failed program was:" >&5
22790 sed 's/^/| /' conftest.
$ac_ext >&5
22792 ac_cv_type_std__ostream
=no
22794 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22796 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
22797 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
22798 if test $ac_cv_type_std__ostream = yes; then
22800 cat >>confdefs.h
<<_ACEOF
22801 #define HAVE_STD__OSTREAM 1
22806 wxUSE_STD_IOSTREAM
=no
22810 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
22811 if grep wxUSE_STD_IOSTREAM
$wx_arg_cache_file >/dev
/null
; then
22812 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
22813 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
22814 { (exit 1); exit 1; }; }
22816 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
22817 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
22822 ac_cpp
='$CPP $CPPFLAGS'
22823 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22824 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22825 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22829 if test "$wxUSE_STL" = "yes"; then
22831 ac_cpp
='$CXXCPP $CPPFLAGS'
22832 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22833 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22834 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22837 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
22838 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
22839 cat >conftest.
$ac_ext <<_ACEOF
22842 cat confdefs.h
>>conftest.
$ac_ext
22843 cat >>conftest.
$ac_ext <<_ACEOF
22844 /* end confdefs.h. */
22846 #include <functional>
22847 #include <algorithm>
22853 std::vector<int> moo;
22854 std::list<int> foo;
22855 std::vector<int>::iterator it =
22856 std::find_if(moo.begin(), moo.end(),
22857 std::bind2nd(std::less<int>(), 3));
22862 rm -f conftest.
$ac_objext
22863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22864 (eval $ac_compile) 2>conftest.er1
22866 grep -v '^ *+' conftest.er1
>conftest.err
22868 cat conftest.err
>&5
22869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22870 (exit $ac_status); } &&
22871 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22873 (eval $ac_try) 2>&5
22875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22876 (exit $ac_status); }; } &&
22877 { ac_try
='test -s conftest.$ac_objext'
22878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22879 (eval $ac_try) 2>&5
22881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22882 (exit $ac_status); }; }; then
22883 echo "$as_me:$LINENO: result: yes" >&5
22884 echo "${ECHO_T}yes" >&6
22886 echo "$as_me: failed program was:" >&5
22887 sed 's/^/| /' conftest.
$ac_ext >&5
22889 echo "$as_me:$LINENO: result: no" >&5
22890 echo "${ECHO_T}no" >&6
22891 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
22892 echo "$as_me: error: Basic STL functionality missing" >&2;}
22893 { (exit 1); exit 1; }; }
22895 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22897 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
22898 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
22899 cat >conftest.
$ac_ext <<_ACEOF
22902 cat confdefs.h
>>conftest.
$ac_ext
22903 cat >>conftest.
$ac_ext <<_ACEOF
22904 /* end confdefs.h. */
22909 std::string foo, bar;
22911 foo.compare(1, 1, bar);
22912 foo.compare(1, 1, bar, 1, 1);
22914 foo.compare(1, 1, "");
22915 foo.compare(1, 1, "", 2);
22920 rm -f conftest.
$ac_objext
22921 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22922 (eval $ac_compile) 2>conftest.er1
22924 grep -v '^ *+' conftest.er1
>conftest.err
22926 cat conftest.err
>&5
22927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22928 (exit $ac_status); } &&
22929 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22931 (eval $ac_try) 2>&5
22933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22934 (exit $ac_status); }; } &&
22935 { ac_try
='test -s conftest.$ac_objext'
22936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22937 (eval $ac_try) 2>&5
22939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22940 (exit $ac_status); }; }; then
22941 echo "$as_me:$LINENO: result: yes" >&5
22942 echo "${ECHO_T}yes" >&6
22943 cat >>confdefs.h
<<\_ACEOF
22944 #define HAVE_STD_STRING_COMPARE 1
22948 echo "$as_me: failed program was:" >&5
22949 sed 's/^/| /' conftest.
$ac_ext >&5
22951 echo "$as_me:$LINENO: result: no" >&5
22952 echo "${ECHO_T}no" >&6
22954 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22956 if test "${ac_cv_header_hash_map+set}" = set; then
22957 echo "$as_me:$LINENO: checking for hash_map" >&5
22958 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22959 if test "${ac_cv_header_hash_map+set}" = set; then
22960 echo $ECHO_N "(cached) $ECHO_C" >&6
22962 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22963 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22965 # Is the header compilable?
22966 echo "$as_me:$LINENO: checking hash_map usability" >&5
22967 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
22968 cat >conftest.
$ac_ext <<_ACEOF
22971 cat confdefs.h
>>conftest.
$ac_ext
22972 cat >>conftest.
$ac_ext <<_ACEOF
22973 /* end confdefs.h. */
22974 $ac_includes_default
22975 #include <hash_map>
22977 rm -f conftest.
$ac_objext
22978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22979 (eval $ac_compile) 2>conftest.er1
22981 grep -v '^ *+' conftest.er1
>conftest.err
22983 cat conftest.err
>&5
22984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22985 (exit $ac_status); } &&
22986 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22988 (eval $ac_try) 2>&5
22990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22991 (exit $ac_status); }; } &&
22992 { ac_try
='test -s conftest.$ac_objext'
22993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22994 (eval $ac_try) 2>&5
22996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22997 (exit $ac_status); }; }; then
22998 ac_header_compiler
=yes
23000 echo "$as_me: failed program was:" >&5
23001 sed 's/^/| /' conftest.
$ac_ext >&5
23003 ac_header_compiler
=no
23005 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23006 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23007 echo "${ECHO_T}$ac_header_compiler" >&6
23009 # Is the header present?
23010 echo "$as_me:$LINENO: checking hash_map presence" >&5
23011 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
23012 cat >conftest.
$ac_ext <<_ACEOF
23015 cat confdefs.h
>>conftest.
$ac_ext
23016 cat >>conftest.
$ac_ext <<_ACEOF
23017 /* end confdefs.h. */
23018 #include <hash_map>
23020 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23021 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23023 grep -v '^ *+' conftest.er1
>conftest.err
23025 cat conftest.err
>&5
23026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23027 (exit $ac_status); } >/dev
/null
; then
23028 if test -s conftest.err
; then
23029 ac_cpp_err
=$ac_cxx_preproc_warn_flag
23030 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
23037 if test -z "$ac_cpp_err"; then
23038 ac_header_preproc
=yes
23040 echo "$as_me: failed program was:" >&5
23041 sed 's/^/| /' conftest.
$ac_ext >&5
23043 ac_header_preproc
=no
23045 rm -f conftest.err conftest.
$ac_ext
23046 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23047 echo "${ECHO_T}$ac_header_preproc" >&6
23049 # So? What about this header?
23050 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23052 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23053 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
23054 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
23055 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
23056 ac_header_preproc
=yes
23059 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
23060 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
23061 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
23062 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
23063 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
23064 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
23065 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
23066 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
23067 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
23068 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
23069 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
23070 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
23073 ## ----------------------------------------- ##
23074 ## Report this to wx-dev@lists.wxwidgets.org ##
23075 ## ----------------------------------------- ##
23078 sed "s/^/$as_me: WARNING: /" >&2
23081 echo "$as_me:$LINENO: checking for hash_map" >&5
23082 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
23083 if test "${ac_cv_header_hash_map+set}" = set; then
23084 echo $ECHO_N "(cached) $ECHO_C" >&6
23086 ac_cv_header_hash_map
=$ac_header_preproc
23088 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
23089 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
23092 if test $ac_cv_header_hash_map = yes; then
23093 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23094 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23095 cat >conftest.
$ac_ext <<_ACEOF
23098 cat confdefs.h
>>conftest.
$ac_ext
23099 cat >>conftest.
$ac_ext <<_ACEOF
23100 /* end confdefs.h. */
23101 #include <hash_map>
23102 #include <hash_set>
23106 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
23107 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
23112 rm -f conftest.
$ac_objext
23113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23114 (eval $ac_compile) 2>conftest.er1
23116 grep -v '^ *+' conftest.er1
>conftest.err
23118 cat conftest.err
>&5
23119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23120 (exit $ac_status); } &&
23121 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23123 (eval $ac_try) 2>&5
23125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23126 (exit $ac_status); }; } &&
23127 { ac_try
='test -s conftest.$ac_objext'
23128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23129 (eval $ac_try) 2>&5
23131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23132 (exit $ac_status); }; }; then
23133 echo "$as_me:$LINENO: result: yes" >&5
23134 echo "${ECHO_T}yes" >&6
23135 cat >>confdefs.h
<<\_ACEOF
23136 #define HAVE_HASH_MAP 1
23139 cat >>confdefs.h
<<\_ACEOF
23140 #define HAVE_STD_HASH_MAP 1
23144 echo "$as_me: failed program was:" >&5
23145 sed 's/^/| /' conftest.
$ac_ext >&5
23147 echo "$as_me:$LINENO: result: no" >&5
23148 echo "${ECHO_T}no" >&6
23150 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23156 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23157 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23158 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23159 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23160 echo $ECHO_N "(cached) $ECHO_C" >&6
23162 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23163 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23165 # Is the header compilable?
23166 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
23167 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
23168 cat >conftest.
$ac_ext <<_ACEOF
23171 cat confdefs.h
>>conftest.
$ac_ext
23172 cat >>conftest.
$ac_ext <<_ACEOF
23173 /* end confdefs.h. */
23174 $ac_includes_default
23175 #include <ext/hash_map>
23177 rm -f conftest.
$ac_objext
23178 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23179 (eval $ac_compile) 2>conftest.er1
23181 grep -v '^ *+' conftest.er1
>conftest.err
23183 cat conftest.err
>&5
23184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23185 (exit $ac_status); } &&
23186 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23188 (eval $ac_try) 2>&5
23190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23191 (exit $ac_status); }; } &&
23192 { ac_try
='test -s conftest.$ac_objext'
23193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23194 (eval $ac_try) 2>&5
23196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23197 (exit $ac_status); }; }; then
23198 ac_header_compiler
=yes
23200 echo "$as_me: failed program was:" >&5
23201 sed 's/^/| /' conftest.
$ac_ext >&5
23203 ac_header_compiler
=no
23205 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23206 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23207 echo "${ECHO_T}$ac_header_compiler" >&6
23209 # Is the header present?
23210 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
23211 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
23212 cat >conftest.
$ac_ext <<_ACEOF
23215 cat confdefs.h
>>conftest.
$ac_ext
23216 cat >>conftest.
$ac_ext <<_ACEOF
23217 /* end confdefs.h. */
23218 #include <ext/hash_map>
23220 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23221 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23223 grep -v '^ *+' conftest.er1
>conftest.err
23225 cat conftest.err
>&5
23226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227 (exit $ac_status); } >/dev
/null
; then
23228 if test -s conftest.err
; then
23229 ac_cpp_err
=$ac_cxx_preproc_warn_flag
23230 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
23237 if test -z "$ac_cpp_err"; then
23238 ac_header_preproc
=yes
23240 echo "$as_me: failed program was:" >&5
23241 sed 's/^/| /' conftest.
$ac_ext >&5
23243 ac_header_preproc
=no
23245 rm -f conftest.err conftest.
$ac_ext
23246 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23247 echo "${ECHO_T}$ac_header_preproc" >&6
23249 # So? What about this header?
23250 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23252 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23253 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
23254 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
23255 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
23256 ac_header_preproc
=yes
23259 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
23260 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
23261 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
23262 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
23263 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
23264 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
23265 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
23266 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
23267 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
23268 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
23269 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
23270 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
23273 ## ----------------------------------------- ##
23274 ## Report this to wx-dev@lists.wxwidgets.org ##
23275 ## ----------------------------------------- ##
23278 sed "s/^/$as_me: WARNING: /" >&2
23281 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23282 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23283 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23284 echo $ECHO_N "(cached) $ECHO_C" >&6
23286 ac_cv_header_ext_hash_map
=$ac_header_preproc
23288 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23289 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23292 if test $ac_cv_header_ext_hash_map = yes; then
23293 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23294 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23295 cat >conftest.
$ac_ext <<_ACEOF
23298 cat confdefs.h
>>conftest.
$ac_ext
23299 cat >>conftest.
$ac_ext <<_ACEOF
23300 /* end confdefs.h. */
23301 #include <ext/hash_map>
23302 #include <ext/hash_set>
23306 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
23307 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
23312 rm -f conftest.
$ac_objext
23313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23314 (eval $ac_compile) 2>conftest.er1
23316 grep -v '^ *+' conftest.er1
>conftest.err
23318 cat conftest.err
>&5
23319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23320 (exit $ac_status); } &&
23321 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23323 (eval $ac_try) 2>&5
23325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23326 (exit $ac_status); }; } &&
23327 { ac_try
='test -s conftest.$ac_objext'
23328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23329 (eval $ac_try) 2>&5
23331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23332 (exit $ac_status); }; }; then
23333 echo "$as_me:$LINENO: result: yes" >&5
23334 echo "${ECHO_T}yes" >&6
23335 cat >>confdefs.h
<<\_ACEOF
23336 #define HAVE_EXT_HASH_MAP 1
23339 cat >>confdefs.h
<<\_ACEOF
23340 #define HAVE_GNU_CXX_HASH_MAP 1
23344 echo "$as_me: failed program was:" >&5
23345 sed 's/^/| /' conftest.
$ac_ext >&5
23347 echo "$as_me:$LINENO: result: no" >&5
23348 echo "${ECHO_T}no" >&6
23350 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23357 ac_cpp
='$CPP $CPPFLAGS'
23358 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23359 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23360 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
23366 /usr/local/include \
23368 /usr/Motif-2.1/include \
23369 /usr/Motif-1.2/include \
23370 /usr/include/Motif1.2 \
23373 /usr/openwin/include \
23377 /usr/X11R6/include \
23378 /usr/X11R6.4/include \
23379 /usr/X11R5/include \
23380 /usr/X11R4/include \
23382 /usr/include/X11R6 \
23383 /usr/include/X11R5 \
23384 /usr/include/X11R4 \
23386 /usr/local/X11R6/include \
23387 /usr/local/X11R5/include \
23388 /usr/local/X11R4/include \
23390 /usr/local/include/X11R6 \
23391 /usr/local/include/X11R5 \
23392 /usr/local/include/X11R4 \
23396 /usr/local/X11/include \
23397 /usr/local/include/X11 \
23399 /usr/XFree86/include/X11 \
23402 /usr/openwin/share/include"
23404 echo "$as_me:$LINENO: checking for libraries directory" >&5
23405 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
23409 if test "${wx_cv_std_libpath+set}" = set; then
23410 echo $ECHO_N "(cached) $ECHO_C" >&6
23413 for d
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
; do
23414 for e
in a so sl dylib dll.a
; do
23416 if test -f $libc; then
23419 cat >conftest.
$ac_ext <<_ACEOF
23420 int main() { return 0; }
23422 rm -f conftest.
$ac_objext conftest
$ac_exeext
23423 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23424 (eval $ac_link) 2>conftest.er1
23426 grep -v '^ *+' conftest.er1
>conftest.err
23428 cat conftest.err
>&5
23429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23430 (exit $ac_status); } &&
23431 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23433 (eval $ac_try) 2>&5
23435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23436 (exit $ac_status); }; } &&
23437 { ac_try
='test -s conftest$ac_exeext'
23438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23439 (eval $ac_try) 2>&5
23441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23442 (exit $ac_status); }; }; then
23443 wx_cv_std_libpath
=`echo $d | sed s@/usr/@@`
23445 echo "$as_me: failed program was:" >&5
23446 sed 's/^/| /' conftest.
$ac_ext >&5
23449 rm -f conftest.err conftest.
$ac_objext \
23450 conftest
$ac_exeext conftest.
$ac_ext
23452 if test "x$wx_cv_std_libpath" != "x"; then
23458 if test "x$wx_cv_std_libpath" = "x"; then
23459 wx_cv_std_libpath
="lib"
23468 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
23469 wx_cv_std_libpath
="lib/64"
23471 wx_cv_std_libpath
="lib"
23476 if test "$ac_cv_sizeof_void_p" = 8 -a \
23477 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
23478 wx_cv_std_libpath
="lib64"
23480 wx_cv_std_libpath
="lib"
23485 wx_cv_std_libpath
="lib";
23489 echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
23490 echo "${ECHO_T}$wx_cv_std_libpath" >&6
23492 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
23494 if test "$build" != "$host" -a "$GCC" = yes; then
23495 if cross_root
=`$CC -print-prog-name=ld 2>/dev/null`; then
23496 cross_root
=`dirname $cross_root`
23497 cross_root
=`dirname $cross_root`
23499 SEARCH_LIB
=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
23500 SEARCH_INCLUDE
=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
23501 SEARCH_INCLUDE
="$SEARCH_INCLUDE $cross_root/include"
23503 if test -z "$PKG_CONFIG_PATH"; then
23504 PKG_CONFIG_PATH
="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
23505 export PKG_CONFIG_PATH
23508 if test -z "$x_includes" -o "$x_includes" = NONE
; then
23511 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
23513 if test -f "$ac_dir/X11/Intrinsic.h"; then
23514 ac_find_includes
=$ac_dir
23519 x_includes
=$ac_find_includes
23521 if test -z "$x_libraries" -o "$x_libraries" = NONE
; then
23524 for ac_dir
in $SEARCH_LIB;
23526 for ac_extension
in a so sl dylib dll.a
; do
23527 if test -f "$ac_dir/libXt.$ac_extension"; then
23528 ac_find_libraries
=$ac_dir
23534 x_libraries
=$ac_find_libraries
23540 cat >confcache
<<\_ACEOF
23541 # This file is a shell script that caches the results of configure
23542 # tests run on this system so they can be shared between configure
23543 # scripts and configure runs, see configure's option --config-cache.
23544 # It is not useful on other systems. If it contains results you don't
23545 # want to keep, you may remove or edit it.
23547 # config.status only pays attention to the cache file if you give it
23548 # the --recheck option to rerun configure.
23550 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23551 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23552 # following values.
23556 # The following way of writing the cache mishandles newlines in values,
23557 # but we know of no workaround that is simple, portable, and efficient.
23558 # So, don't put newlines in cache variables' values.
23559 # Ultrix sh set writes to stderr and can't be redirected directly,
23560 # and sets the high bit in the cache file unless we assign to the vars.
23563 case `(ac_space=' '; set | grep ac_space) 2>&1` in
23565 # `set' does not quote correctly, so add quotes (double-quote
23566 # substitution turns \\\\ into \\, and sed turns \\ into \).
23569 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23572 # `set' quotes correctly as required by POSIX, so do not add quotes.
23574 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
23581 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23583 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23585 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
23586 if test -w $cache_file; then
23587 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
23588 cat confcache
>$cache_file
23590 echo "not updating unwritable cache $cache_file"
23595 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
23596 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
23597 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
23598 if test "${wx_cv_lib_glibc21+set}" = set; then
23599 echo $ECHO_N "(cached) $ECHO_C" >&6
23602 cat >conftest.
$ac_ext <<_ACEOF
23605 cat confdefs.h
>>conftest.
$ac_ext
23606 cat >>conftest.
$ac_ext <<_ACEOF
23607 /* end confdefs.h. */
23608 #include <features.h>
23613 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
23621 rm -f conftest.
$ac_objext
23622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23623 (eval $ac_compile) 2>conftest.er1
23625 grep -v '^ *+' conftest.er1
>conftest.err
23627 cat conftest.err
>&5
23628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23629 (exit $ac_status); } &&
23630 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23632 (eval $ac_try) 2>&5
23634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23635 (exit $ac_status); }; } &&
23636 { ac_try
='test -s conftest.$ac_objext'
23637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23638 (eval $ac_try) 2>&5
23640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23641 (exit $ac_status); }; }; then
23643 wx_cv_lib_glibc21
=yes
23646 echo "$as_me: failed program was:" >&5
23647 sed 's/^/| /' conftest.
$ac_ext >&5
23650 wx_cv_lib_glibc21
=no
23654 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23657 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
23658 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
23659 if test "$wx_cv_lib_glibc21" = "yes"; then
23660 cat >>confdefs.h
<<\_ACEOF
23661 #define wxHAVE_GLIBC2 1
23667 if test "x$wx_cv_lib_glibc21" = "xyes"; then
23668 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
23669 cat >>confdefs.h
<<\_ACEOF
23670 #define _GNU_SOURCE 1
23678 if test "$wxUSE_REGEX" != "no"; then
23679 cat >>confdefs.h
<<\_ACEOF
23680 #define wxUSE_REGEX 1
23684 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
23685 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
23686 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
23687 wxUSE_REGEX
=builtin
23690 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
23691 if test "${ac_cv_header_regex_h+set}" = set; then
23692 echo "$as_me:$LINENO: checking for regex.h" >&5
23693 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23694 if test "${ac_cv_header_regex_h+set}" = set; then
23695 echo $ECHO_N "(cached) $ECHO_C" >&6
23697 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23698 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23700 # Is the header compilable?
23701 echo "$as_me:$LINENO: checking regex.h usability" >&5
23702 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
23703 cat >conftest.
$ac_ext <<_ACEOF
23706 cat confdefs.h
>>conftest.
$ac_ext
23707 cat >>conftest.
$ac_ext <<_ACEOF
23708 /* end confdefs.h. */
23709 $ac_includes_default
23712 rm -f conftest.
$ac_objext
23713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23714 (eval $ac_compile) 2>conftest.er1
23716 grep -v '^ *+' conftest.er1
>conftest.err
23718 cat conftest.err
>&5
23719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23720 (exit $ac_status); } &&
23721 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23723 (eval $ac_try) 2>&5
23725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23726 (exit $ac_status); }; } &&
23727 { ac_try
='test -s conftest.$ac_objext'
23728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23729 (eval $ac_try) 2>&5
23731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23732 (exit $ac_status); }; }; then
23733 ac_header_compiler
=yes
23735 echo "$as_me: failed program was:" >&5
23736 sed 's/^/| /' conftest.
$ac_ext >&5
23738 ac_header_compiler
=no
23740 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23741 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23742 echo "${ECHO_T}$ac_header_compiler" >&6
23744 # Is the header present?
23745 echo "$as_me:$LINENO: checking regex.h presence" >&5
23746 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
23747 cat >conftest.
$ac_ext <<_ACEOF
23750 cat confdefs.h
>>conftest.
$ac_ext
23751 cat >>conftest.
$ac_ext <<_ACEOF
23752 /* end confdefs.h. */
23755 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23756 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23758 grep -v '^ *+' conftest.er1
>conftest.err
23760 cat conftest.err
>&5
23761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23762 (exit $ac_status); } >/dev
/null
; then
23763 if test -s conftest.err
; then
23764 ac_cpp_err
=$ac_c_preproc_warn_flag
23765 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23772 if test -z "$ac_cpp_err"; then
23773 ac_header_preproc
=yes
23775 echo "$as_me: failed program was:" >&5
23776 sed 's/^/| /' conftest.
$ac_ext >&5
23778 ac_header_preproc
=no
23780 rm -f conftest.err conftest.
$ac_ext
23781 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23782 echo "${ECHO_T}$ac_header_preproc" >&6
23784 # So? What about this header?
23785 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23787 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
23788 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23789 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
23790 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
23791 ac_header_preproc
=yes
23794 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
23795 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
23796 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
23797 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
23798 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
23799 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
23800 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
23801 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
23802 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
23803 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
23804 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
23805 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
23808 ## ----------------------------------------- ##
23809 ## Report this to wx-dev@lists.wxwidgets.org ##
23810 ## ----------------------------------------- ##
23813 sed "s/^/$as_me: WARNING: /" >&2
23816 echo "$as_me:$LINENO: checking for regex.h" >&5
23817 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
23818 if test "${ac_cv_header_regex_h+set}" = set; then
23819 echo $ECHO_N "(cached) $ECHO_C" >&6
23821 ac_cv_header_regex_h
=$ac_header_preproc
23823 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
23824 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
23827 if test $ac_cv_header_regex_h = yes; then
23830 for ac_func
in regcomp re_search
23832 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23833 echo "$as_me:$LINENO: checking for $ac_func" >&5
23834 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23835 if eval "test \"\${$as_ac_var+set}\" = set"; then
23836 echo $ECHO_N "(cached) $ECHO_C" >&6
23838 cat >conftest.
$ac_ext <<_ACEOF
23841 cat confdefs.h
>>conftest.
$ac_ext
23842 cat >>conftest.
$ac_ext <<_ACEOF
23843 /* end confdefs.h. */
23844 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23845 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23846 #define $ac_func innocuous_$ac_func
23848 /* System header to define __stub macros and hopefully few prototypes,
23849 which can conflict with char $ac_func (); below.
23850 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23851 <limits.h> exists even on freestanding compilers. */
23854 # include <limits.h>
23856 # include <assert.h>
23861 /* Override any gcc2 internal prototype to avoid an error. */
23866 /* We use char because int might match the return type of a gcc2
23867 builtin and then its argument prototype would still apply. */
23869 /* The GNU C library defines this for functions which it implements
23870 to always fail with ENOSYS. Some functions are actually named
23871 something starting with __ and the normal name is an alias. */
23872 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23875 char (*f) () = $ac_func;
23884 return f != $ac_func;
23889 rm -f conftest.
$ac_objext conftest
$ac_exeext
23890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23891 (eval $ac_link) 2>conftest.er1
23893 grep -v '^ *+' conftest.er1
>conftest.err
23895 cat conftest.err
>&5
23896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23897 (exit $ac_status); } &&
23898 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23900 (eval $ac_try) 2>&5
23902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23903 (exit $ac_status); }; } &&
23904 { ac_try
='test -s conftest$ac_exeext'
23905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23906 (eval $ac_try) 2>&5
23908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23909 (exit $ac_status); }; }; then
23910 eval "$as_ac_var=yes"
23912 echo "$as_me: failed program was:" >&5
23913 sed 's/^/| /' conftest.
$ac_ext >&5
23915 eval "$as_ac_var=no"
23917 rm -f conftest.err conftest.
$ac_objext \
23918 conftest
$ac_exeext conftest.
$ac_ext
23920 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23921 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23922 if test `eval echo '${'$as_ac_var'}'` = yes; then
23923 cat >>confdefs.h
<<_ACEOF
23924 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23934 if test "x$ac_cv_func_regcomp" != "xyes"; then
23935 if test "$wxUSE_REGEX" = "sys" ; then
23936 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
23937 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
23938 { (exit 1); exit 1; }; }
23940 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
23941 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
23942 wxUSE_REGEX
=builtin
23946 cat >>confdefs.h
<<\_ACEOF
23947 #define WX_NO_REGEX_ADVANCED 1
23956 if test "$wxUSE_ZLIB" != "no" ; then
23957 cat >>confdefs.h
<<\_ACEOF
23958 #define wxUSE_ZLIB 1
23962 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
23963 if test "$USE_DARWIN" = 1; then
23964 system_zlib_h_ok
="yes"
23966 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
23967 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
23968 if test "${ac_cv_header_zlib_h+set}" = set; then
23969 echo $ECHO_N "(cached) $ECHO_C" >&6
23971 if test "$cross_compiling" = yes; then
23972 unset ac_cv_header_zlib_h
23975 cat >conftest.
$ac_ext <<_ACEOF
23978 cat confdefs.h
>>conftest.
$ac_ext
23979 cat >>conftest.
$ac_ext <<_ACEOF
23980 /* end confdefs.h. */
23987 FILE *f=fopen("conftestval", "w");
23990 ZLIB_VERSION[0] == '1' &&
23991 (ZLIB_VERSION[2] > '1' ||
23992 (ZLIB_VERSION[2] == '1' &&
23993 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
23998 rm -f conftest
$ac_exeext
23999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24000 (eval $ac_link) 2>&5
24002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24003 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
24004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24005 (eval $ac_try) 2>&5
24007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24008 (exit $ac_status); }; }; then
24009 ac_cv_header_zlib_h
=`cat conftestval`
24011 echo "$as_me: program exited with status $ac_status" >&5
24012 echo "$as_me: failed program was:" >&5
24013 sed 's/^/| /' conftest.
$ac_ext >&5
24015 ( exit $ac_status )
24016 ac_cv_header_zlib_h
=no
24018 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
24022 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24023 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24024 if test "${ac_cv_header_zlib_h+set}" = set; then
24025 echo "$as_me:$LINENO: checking for zlib.h" >&5
24026 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
24027 if test "${ac_cv_header_zlib_h+set}" = set; then
24028 echo $ECHO_N "(cached) $ECHO_C" >&6
24030 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24031 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24033 # Is the header compilable?
24034 echo "$as_me:$LINENO: checking zlib.h usability" >&5
24035 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
24036 cat >conftest.
$ac_ext <<_ACEOF
24039 cat confdefs.h
>>conftest.
$ac_ext
24040 cat >>conftest.
$ac_ext <<_ACEOF
24041 /* end confdefs.h. */
24042 $ac_includes_default
24045 rm -f conftest.
$ac_objext
24046 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24047 (eval $ac_compile) 2>conftest.er1
24049 grep -v '^ *+' conftest.er1
>conftest.err
24051 cat conftest.err
>&5
24052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24053 (exit $ac_status); } &&
24054 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24056 (eval $ac_try) 2>&5
24058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24059 (exit $ac_status); }; } &&
24060 { ac_try
='test -s conftest.$ac_objext'
24061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24062 (eval $ac_try) 2>&5
24064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24065 (exit $ac_status); }; }; then
24066 ac_header_compiler
=yes
24068 echo "$as_me: failed program was:" >&5
24069 sed 's/^/| /' conftest.
$ac_ext >&5
24071 ac_header_compiler
=no
24073 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24074 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24075 echo "${ECHO_T}$ac_header_compiler" >&6
24077 # Is the header present?
24078 echo "$as_me:$LINENO: checking zlib.h presence" >&5
24079 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
24080 cat >conftest.
$ac_ext <<_ACEOF
24083 cat confdefs.h
>>conftest.
$ac_ext
24084 cat >>conftest.
$ac_ext <<_ACEOF
24085 /* end confdefs.h. */
24088 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24089 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24091 grep -v '^ *+' conftest.er1
>conftest.err
24093 cat conftest.err
>&5
24094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24095 (exit $ac_status); } >/dev
/null
; then
24096 if test -s conftest.err
; then
24097 ac_cpp_err
=$ac_c_preproc_warn_flag
24098 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24105 if test -z "$ac_cpp_err"; then
24106 ac_header_preproc
=yes
24108 echo "$as_me: failed program was:" >&5
24109 sed 's/^/| /' conftest.
$ac_ext >&5
24111 ac_header_preproc
=no
24113 rm -f conftest.err conftest.
$ac_ext
24114 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24115 echo "${ECHO_T}$ac_header_preproc" >&6
24117 # So? What about this header?
24118 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24120 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
24121 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24122 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
24123 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
24124 ac_header_preproc
=yes
24127 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
24128 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
24129 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
24130 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
24131 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
24132 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
24133 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
24134 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
24135 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
24136 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
24137 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
24138 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
24141 ## ----------------------------------------- ##
24142 ## Report this to wx-dev@lists.wxwidgets.org ##
24143 ## ----------------------------------------- ##
24146 sed "s/^/$as_me: WARNING: /" >&2
24149 echo "$as_me:$LINENO: checking for zlib.h" >&5
24150 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
24151 if test "${ac_cv_header_zlib_h+set}" = set; then
24152 echo $ECHO_N "(cached) $ECHO_C" >&6
24154 ac_cv_header_zlib_h
=$ac_header_preproc
24156 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
24157 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
24163 system_zlib_h_ok
=$ac_cv_header_zlib_h
24166 if test "$system_zlib_h_ok" = "yes"; then
24167 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
24168 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
24169 if test "${ac_cv_lib_z_deflate+set}" = set; then
24170 echo $ECHO_N "(cached) $ECHO_C" >&6
24172 ac_check_lib_save_LIBS
=$LIBS
24174 cat >conftest.
$ac_ext <<_ACEOF
24177 cat confdefs.h
>>conftest.
$ac_ext
24178 cat >>conftest.
$ac_ext <<_ACEOF
24179 /* end confdefs.h. */
24181 /* Override any gcc2 internal prototype to avoid an error. */
24185 /* We use char because int might match the return type of a gcc2
24186 builtin and then its argument prototype would still apply. */
24196 rm -f conftest.
$ac_objext conftest
$ac_exeext
24197 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24198 (eval $ac_link) 2>conftest.er1
24200 grep -v '^ *+' conftest.er1
>conftest.err
24202 cat conftest.err
>&5
24203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24204 (exit $ac_status); } &&
24205 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24207 (eval $ac_try) 2>&5
24209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24210 (exit $ac_status); }; } &&
24211 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
24217 ac_cv_lib_z_deflate
=yes
24219 echo "$as_me: failed program was:" >&5
24220 sed 's/^/| /' conftest.
$ac_ext >&5
24222 ac_cv_lib_z_deflate
=no
24224 rm -f conftest.err conftest.
$ac_objext \
24225 conftest
$ac_exeext conftest.
$ac_ext
24226 LIBS
=$ac_check_lib_save_LIBS
24228 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
24229 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
24230 if test $ac_cv_lib_z_deflate = yes; then
24236 if test "x$ZLIB_LINK" = "x" ; then
24237 if test "$wxUSE_ZLIB" = "sys" ; then
24238 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
24239 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
24240 { (exit 1); exit 1; }; }
24242 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
24243 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
24254 if test "$wxUSE_LIBPNG" != "no" ; then
24255 cat >>confdefs.h
<<\_ACEOF
24256 #define wxUSE_LIBPNG 1
24260 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
24261 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
24262 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
24266 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
24267 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
24268 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
24269 wxUSE_LIBPNG
=builtin
24272 if test "$wxUSE_MGL" != 1 ; then
24273 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
24274 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
24275 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
24276 if test "${ac_cv_header_png_h+set}" = set; then
24277 echo $ECHO_N "(cached) $ECHO_C" >&6
24279 if test "$cross_compiling" = yes; then
24280 unset ac_cv_header_png_h
24283 cat >conftest.
$ac_ext <<_ACEOF
24286 cat confdefs.h
>>conftest.
$ac_ext
24287 cat >>conftest.
$ac_ext <<_ACEOF
24288 /* end confdefs.h. */
24295 FILE *f=fopen("conftestval", "w");
24298 PNG_LIBPNG_VER > 90 ? "yes" : "no");
24303 rm -f conftest
$ac_exeext
24304 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24305 (eval $ac_link) 2>&5
24307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24308 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
24309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24310 (eval $ac_try) 2>&5
24312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24313 (exit $ac_status); }; }; then
24314 ac_cv_header_png_h
=`cat conftestval`
24316 echo "$as_me: program exited with status $ac_status" >&5
24317 echo "$as_me: failed program was:" >&5
24318 sed 's/^/| /' conftest.
$ac_ext >&5
24320 ( exit $ac_status )
24321 ac_cv_header_png_h
=no
24323 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
24327 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24328 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24329 if test "${ac_cv_header_png_h+set}" = set; then
24330 echo "$as_me:$LINENO: checking for png.h" >&5
24331 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24332 if test "${ac_cv_header_png_h+set}" = set; then
24333 echo $ECHO_N "(cached) $ECHO_C" >&6
24335 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24336 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24338 # Is the header compilable?
24339 echo "$as_me:$LINENO: checking png.h usability" >&5
24340 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
24341 cat >conftest.
$ac_ext <<_ACEOF
24344 cat confdefs.h
>>conftest.
$ac_ext
24345 cat >>conftest.
$ac_ext <<_ACEOF
24346 /* end confdefs.h. */
24347 $ac_includes_default
24350 rm -f conftest.
$ac_objext
24351 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24352 (eval $ac_compile) 2>conftest.er1
24354 grep -v '^ *+' conftest.er1
>conftest.err
24356 cat conftest.err
>&5
24357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24358 (exit $ac_status); } &&
24359 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24361 (eval $ac_try) 2>&5
24363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24364 (exit $ac_status); }; } &&
24365 { ac_try
='test -s conftest.$ac_objext'
24366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24367 (eval $ac_try) 2>&5
24369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24370 (exit $ac_status); }; }; then
24371 ac_header_compiler
=yes
24373 echo "$as_me: failed program was:" >&5
24374 sed 's/^/| /' conftest.
$ac_ext >&5
24376 ac_header_compiler
=no
24378 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24379 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24380 echo "${ECHO_T}$ac_header_compiler" >&6
24382 # Is the header present?
24383 echo "$as_me:$LINENO: checking png.h presence" >&5
24384 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
24385 cat >conftest.
$ac_ext <<_ACEOF
24388 cat confdefs.h
>>conftest.
$ac_ext
24389 cat >>conftest.
$ac_ext <<_ACEOF
24390 /* end confdefs.h. */
24393 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24394 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24396 grep -v '^ *+' conftest.er1
>conftest.err
24398 cat conftest.err
>&5
24399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24400 (exit $ac_status); } >/dev
/null
; then
24401 if test -s conftest.err
; then
24402 ac_cpp_err
=$ac_c_preproc_warn_flag
24403 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24410 if test -z "$ac_cpp_err"; then
24411 ac_header_preproc
=yes
24413 echo "$as_me: failed program was:" >&5
24414 sed 's/^/| /' conftest.
$ac_ext >&5
24416 ac_header_preproc
=no
24418 rm -f conftest.err conftest.
$ac_ext
24419 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24420 echo "${ECHO_T}$ac_header_preproc" >&6
24422 # So? What about this header?
24423 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24425 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
24426 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24427 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
24428 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
24429 ac_header_preproc
=yes
24432 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
24433 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
24434 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
24435 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
24436 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
24437 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
24438 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
24439 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
24440 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
24441 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
24442 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
24443 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
24446 ## ----------------------------------------- ##
24447 ## Report this to wx-dev@lists.wxwidgets.org ##
24448 ## ----------------------------------------- ##
24451 sed "s/^/$as_me: WARNING: /" >&2
24454 echo "$as_me:$LINENO: checking for png.h" >&5
24455 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
24456 if test "${ac_cv_header_png_h+set}" = set; then
24457 echo $ECHO_N "(cached) $ECHO_C" >&6
24459 ac_cv_header_png_h
=$ac_header_preproc
24461 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
24462 echo "${ECHO_T}$ac_cv_header_png_h" >&6
24468 if test "$ac_cv_header_png_h" = "yes"; then
24469 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
24470 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
24471 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
24472 echo $ECHO_N "(cached) $ECHO_C" >&6
24474 ac_check_lib_save_LIBS
=$LIBS
24475 LIBS
="-lpng -lz -lm $LIBS"
24476 cat >conftest.
$ac_ext <<_ACEOF
24479 cat confdefs.h
>>conftest.
$ac_ext
24480 cat >>conftest.
$ac_ext <<_ACEOF
24481 /* end confdefs.h. */
24483 /* Override any gcc2 internal prototype to avoid an error. */
24487 /* We use char because int might match the return type of a gcc2
24488 builtin and then its argument prototype would still apply. */
24489 char png_check_sig ();
24498 rm -f conftest.
$ac_objext conftest
$ac_exeext
24499 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24500 (eval $ac_link) 2>conftest.er1
24502 grep -v '^ *+' conftest.er1
>conftest.err
24504 cat conftest.err
>&5
24505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24506 (exit $ac_status); } &&
24507 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24509 (eval $ac_try) 2>&5
24511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24512 (exit $ac_status); }; } &&
24513 { ac_try
='test -s conftest$ac_exeext'
24514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24515 (eval $ac_try) 2>&5
24517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24518 (exit $ac_status); }; }; then
24519 ac_cv_lib_png_png_check_sig
=yes
24521 echo "$as_me: failed program was:" >&5
24522 sed 's/^/| /' conftest.
$ac_ext >&5
24524 ac_cv_lib_png_png_check_sig
=no
24526 rm -f conftest.err conftest.
$ac_objext \
24527 conftest
$ac_exeext conftest.
$ac_ext
24528 LIBS
=$ac_check_lib_save_LIBS
24530 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
24531 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
24532 if test $ac_cv_lib_png_png_check_sig = yes; then
24533 PNG_LINK
=" -lpng -lz"
24538 if test "x$PNG_LINK" = "x" ; then
24539 if test "$wxUSE_LIBPNG" = "sys" ; then
24540 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
24541 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
24542 { (exit 1); exit 1; }; }
24544 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
24545 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
24546 wxUSE_LIBPNG
=builtin
24554 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
24559 if test "$wxUSE_LIBJPEG" != "no" ; then
24560 cat >>confdefs.h
<<\_ACEOF
24561 #define wxUSE_LIBJPEG 1
24565 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
24566 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
24567 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
24571 if test "$wxUSE_MGL" != 1 ; then
24572 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
24573 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
24574 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
24575 if test "${ac_cv_header_jpeglib_h+set}" = set; then
24576 echo $ECHO_N "(cached) $ECHO_C" >&6
24578 cat >conftest.
$ac_ext <<_ACEOF
24581 cat confdefs.h
>>conftest.
$ac_ext
24582 cat >>conftest.
$ac_ext <<_ACEOF
24583 /* end confdefs.h. */
24585 #undef HAVE_STDLIB_H
24587 #include <jpeglib.h>
24598 rm -f conftest.
$ac_objext
24599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24600 (eval $ac_compile) 2>conftest.er1
24602 grep -v '^ *+' conftest.er1
>conftest.err
24604 cat conftest.err
>&5
24605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24606 (exit $ac_status); } &&
24607 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24609 (eval $ac_try) 2>&5
24611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24612 (exit $ac_status); }; } &&
24613 { ac_try
='test -s conftest.$ac_objext'
24614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24615 (eval $ac_try) 2>&5
24617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24618 (exit $ac_status); }; }; then
24619 ac_cv_header_jpeglib_h
=yes
24621 echo "$as_me: failed program was:" >&5
24622 sed 's/^/| /' conftest.
$ac_ext >&5
24624 ac_cv_header_jpeglib_h
=no
24627 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24631 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
24632 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
24634 if test "$ac_cv_header_jpeglib_h" = "yes"; then
24635 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
24636 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
24637 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
24638 echo $ECHO_N "(cached) $ECHO_C" >&6
24640 ac_check_lib_save_LIBS
=$LIBS
24641 LIBS
="-ljpeg $LIBS"
24642 cat >conftest.
$ac_ext <<_ACEOF
24645 cat confdefs.h
>>conftest.
$ac_ext
24646 cat >>conftest.
$ac_ext <<_ACEOF
24647 /* end confdefs.h. */
24649 /* Override any gcc2 internal prototype to avoid an error. */
24653 /* We use char because int might match the return type of a gcc2
24654 builtin and then its argument prototype would still apply. */
24655 char jpeg_read_header ();
24659 jpeg_read_header ();
24664 rm -f conftest.
$ac_objext conftest
$ac_exeext
24665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24666 (eval $ac_link) 2>conftest.er1
24668 grep -v '^ *+' conftest.er1
>conftest.err
24670 cat conftest.err
>&5
24671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24672 (exit $ac_status); } &&
24673 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24675 (eval $ac_try) 2>&5
24677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24678 (exit $ac_status); }; } &&
24679 { ac_try
='test -s conftest$ac_exeext'
24680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24681 (eval $ac_try) 2>&5
24683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24684 (exit $ac_status); }; }; then
24685 ac_cv_lib_jpeg_jpeg_read_header
=yes
24687 echo "$as_me: failed program was:" >&5
24688 sed 's/^/| /' conftest.
$ac_ext >&5
24690 ac_cv_lib_jpeg_jpeg_read_header
=no
24692 rm -f conftest.err conftest.
$ac_objext \
24693 conftest
$ac_exeext conftest.
$ac_ext
24694 LIBS
=$ac_check_lib_save_LIBS
24696 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
24697 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
24698 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
24699 JPEG_LINK
=" -ljpeg"
24704 if test "x$JPEG_LINK" = "x" ; then
24705 if test "$wxUSE_LIBJPEG" = "sys" ; then
24706 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
24707 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
24708 { (exit 1); exit 1; }; }
24710 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
24711 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
24712 wxUSE_LIBJPEG
=builtin
24723 TIFF_PREREQ_LINKS
=-lm
24724 if test "$wxUSE_LIBTIFF" != "no" ; then
24725 cat >>confdefs.h
<<\_ACEOF
24726 #define wxUSE_LIBTIFF 1
24730 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
24731 if test "$wxUSE_LIBJPEG" = "sys"; then
24732 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
24734 if test "$wxUSE_ZLIB" = "sys"; then
24735 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
24737 if test "${ac_cv_header_tiffio_h+set}" = set; then
24738 echo "$as_me:$LINENO: checking for tiffio.h" >&5
24739 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24740 if test "${ac_cv_header_tiffio_h+set}" = set; then
24741 echo $ECHO_N "(cached) $ECHO_C" >&6
24743 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24744 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24746 # Is the header compilable?
24747 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
24748 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
24749 cat >conftest.
$ac_ext <<_ACEOF
24752 cat confdefs.h
>>conftest.
$ac_ext
24753 cat >>conftest.
$ac_ext <<_ACEOF
24754 /* end confdefs.h. */
24755 $ac_includes_default
24756 #include <tiffio.h>
24758 rm -f conftest.
$ac_objext
24759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24760 (eval $ac_compile) 2>conftest.er1
24762 grep -v '^ *+' conftest.er1
>conftest.err
24764 cat conftest.err
>&5
24765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24766 (exit $ac_status); } &&
24767 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24769 (eval $ac_try) 2>&5
24771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24772 (exit $ac_status); }; } &&
24773 { ac_try
='test -s conftest.$ac_objext'
24774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24775 (eval $ac_try) 2>&5
24777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24778 (exit $ac_status); }; }; then
24779 ac_header_compiler
=yes
24781 echo "$as_me: failed program was:" >&5
24782 sed 's/^/| /' conftest.
$ac_ext >&5
24784 ac_header_compiler
=no
24786 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24787 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24788 echo "${ECHO_T}$ac_header_compiler" >&6
24790 # Is the header present?
24791 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
24792 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
24793 cat >conftest.
$ac_ext <<_ACEOF
24796 cat confdefs.h
>>conftest.
$ac_ext
24797 cat >>conftest.
$ac_ext <<_ACEOF
24798 /* end confdefs.h. */
24799 #include <tiffio.h>
24801 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24802 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24804 grep -v '^ *+' conftest.er1
>conftest.err
24806 cat conftest.err
>&5
24807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24808 (exit $ac_status); } >/dev
/null
; then
24809 if test -s conftest.err
; then
24810 ac_cpp_err
=$ac_c_preproc_warn_flag
24811 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24818 if test -z "$ac_cpp_err"; then
24819 ac_header_preproc
=yes
24821 echo "$as_me: failed program was:" >&5
24822 sed 's/^/| /' conftest.
$ac_ext >&5
24824 ac_header_preproc
=no
24826 rm -f conftest.err conftest.
$ac_ext
24827 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24828 echo "${ECHO_T}$ac_header_preproc" >&6
24830 # So? What about this header?
24831 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24833 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
24834 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24835 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
24836 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
24837 ac_header_preproc
=yes
24840 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
24841 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
24842 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
24843 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
24844 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
24845 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
24846 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
24847 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
24848 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
24849 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
24850 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
24851 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
24854 ## ----------------------------------------- ##
24855 ## Report this to wx-dev@lists.wxwidgets.org ##
24856 ## ----------------------------------------- ##
24859 sed "s/^/$as_me: WARNING: /" >&2
24862 echo "$as_me:$LINENO: checking for tiffio.h" >&5
24863 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
24864 if test "${ac_cv_header_tiffio_h+set}" = set; then
24865 echo $ECHO_N "(cached) $ECHO_C" >&6
24867 ac_cv_header_tiffio_h
=$ac_header_preproc
24869 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
24870 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
24873 if test $ac_cv_header_tiffio_h = yes; then
24875 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
24876 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
24877 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
24878 echo $ECHO_N "(cached) $ECHO_C" >&6
24880 ac_check_lib_save_LIBS
=$LIBS
24881 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
24882 cat >conftest.
$ac_ext <<_ACEOF
24885 cat confdefs.h
>>conftest.
$ac_ext
24886 cat >>conftest.
$ac_ext <<_ACEOF
24887 /* end confdefs.h. */
24889 /* Override any gcc2 internal prototype to avoid an error. */
24893 /* We use char because int might match the return type of a gcc2
24894 builtin and then its argument prototype would still apply. */
24904 rm -f conftest.
$ac_objext conftest
$ac_exeext
24905 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24906 (eval $ac_link) 2>conftest.er1
24908 grep -v '^ *+' conftest.er1
>conftest.err
24910 cat conftest.err
>&5
24911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24912 (exit $ac_status); } &&
24913 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24915 (eval $ac_try) 2>&5
24917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24918 (exit $ac_status); }; } &&
24919 { ac_try
='test -s conftest$ac_exeext'
24920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24921 (eval $ac_try) 2>&5
24923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24924 (exit $ac_status); }; }; then
24925 ac_cv_lib_tiff_TIFFError
=yes
24927 echo "$as_me: failed program was:" >&5
24928 sed 's/^/| /' conftest.
$ac_ext >&5
24930 ac_cv_lib_tiff_TIFFError
=no
24932 rm -f conftest.err conftest.
$ac_objext \
24933 conftest
$ac_exeext conftest.
$ac_ext
24934 LIBS
=$ac_check_lib_save_LIBS
24936 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
24937 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
24938 if test $ac_cv_lib_tiff_TIFFError = yes; then
24939 TIFF_LINK
=" -ltiff"
24948 if test "x$TIFF_LINK" = "x" ; then
24949 if test "$wxUSE_LIBTIFF" = "sys" ; then
24950 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
24951 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
24952 { (exit 1); exit 1; }; }
24954 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
24955 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
24956 wxUSE_LIBTIFF
=builtin
24965 if test "$wxUSE_WCHAR_T" != "yes"; then
24966 if test "$wxUSE_EXPAT" != "no"; then
24967 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
24968 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
24971 if test "$wxUSE_XML" != "no"; then
24972 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
24973 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
24978 if test "$wxUSE_EXPAT" != "no"; then
24980 cat >>confdefs.h
<<\_ACEOF
24981 #define wxUSE_EXPAT 1
24984 cat >>confdefs.h
<<\_ACEOF
24985 #define wxUSE_XML 1
24989 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
24990 if test "${ac_cv_header_expat_h+set}" = set; then
24991 echo "$as_me:$LINENO: checking for expat.h" >&5
24992 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24993 if test "${ac_cv_header_expat_h+set}" = set; then
24994 echo $ECHO_N "(cached) $ECHO_C" >&6
24996 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24997 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24999 # Is the header compilable?
25000 echo "$as_me:$LINENO: checking expat.h usability" >&5
25001 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
25002 cat >conftest.
$ac_ext <<_ACEOF
25005 cat confdefs.h
>>conftest.
$ac_ext
25006 cat >>conftest.
$ac_ext <<_ACEOF
25007 /* end confdefs.h. */
25008 $ac_includes_default
25011 rm -f conftest.
$ac_objext
25012 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25013 (eval $ac_compile) 2>conftest.er1
25015 grep -v '^ *+' conftest.er1
>conftest.err
25017 cat conftest.err
>&5
25018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25019 (exit $ac_status); } &&
25020 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25022 (eval $ac_try) 2>&5
25024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25025 (exit $ac_status); }; } &&
25026 { ac_try
='test -s conftest.$ac_objext'
25027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25028 (eval $ac_try) 2>&5
25030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25031 (exit $ac_status); }; }; then
25032 ac_header_compiler
=yes
25034 echo "$as_me: failed program was:" >&5
25035 sed 's/^/| /' conftest.
$ac_ext >&5
25037 ac_header_compiler
=no
25039 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25040 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25041 echo "${ECHO_T}$ac_header_compiler" >&6
25043 # Is the header present?
25044 echo "$as_me:$LINENO: checking expat.h presence" >&5
25045 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
25046 cat >conftest.
$ac_ext <<_ACEOF
25049 cat confdefs.h
>>conftest.
$ac_ext
25050 cat >>conftest.
$ac_ext <<_ACEOF
25051 /* end confdefs.h. */
25054 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25055 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
25057 grep -v '^ *+' conftest.er1
>conftest.err
25059 cat conftest.err
>&5
25060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25061 (exit $ac_status); } >/dev
/null
; then
25062 if test -s conftest.err
; then
25063 ac_cpp_err
=$ac_c_preproc_warn_flag
25064 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
25071 if test -z "$ac_cpp_err"; then
25072 ac_header_preproc
=yes
25074 echo "$as_me: failed program was:" >&5
25075 sed 's/^/| /' conftest.
$ac_ext >&5
25077 ac_header_preproc
=no
25079 rm -f conftest.err conftest.
$ac_ext
25080 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25081 echo "${ECHO_T}$ac_header_preproc" >&6
25083 # So? What about this header?
25084 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25086 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
25087 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25088 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
25089 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
25090 ac_header_preproc
=yes
25093 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
25094 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
25095 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
25096 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
25097 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
25098 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
25099 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
25100 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
25101 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
25102 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
25103 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
25104 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
25107 ## ----------------------------------------- ##
25108 ## Report this to wx-dev@lists.wxwidgets.org ##
25109 ## ----------------------------------------- ##
25112 sed "s/^/$as_me: WARNING: /" >&2
25115 echo "$as_me:$LINENO: checking for expat.h" >&5
25116 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
25117 if test "${ac_cv_header_expat_h+set}" = set; then
25118 echo $ECHO_N "(cached) $ECHO_C" >&6
25120 ac_cv_header_expat_h
=$ac_header_preproc
25122 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
25123 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
25126 if test $ac_cv_header_expat_h = yes; then
25131 if test "x$found_expat_h" = "x1"; then
25132 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
25133 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
25134 if test "${wx_cv_expat_is_not_broken+set}" = set; then
25135 echo $ECHO_N "(cached) $ECHO_C" >&6
25141 ac_cpp
='$CXXCPP $CPPFLAGS'
25142 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25143 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25144 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
25146 cat >conftest.
$ac_ext <<_ACEOF
25149 cat confdefs.h
>>conftest.
$ac_ext
25150 cat >>conftest.
$ac_ext <<_ACEOF
25151 /* end confdefs.h. */
25161 rm -f conftest.
$ac_objext
25162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25163 (eval $ac_compile) 2>conftest.er1
25165 grep -v '^ *+' conftest.er1
>conftest.err
25167 cat conftest.err
>&5
25168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25169 (exit $ac_status); } &&
25170 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25172 (eval $ac_try) 2>&5
25174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25175 (exit $ac_status); }; } &&
25176 { ac_try
='test -s conftest.$ac_objext'
25177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25178 (eval $ac_try) 2>&5
25180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25181 (exit $ac_status); }; }; then
25182 wx_cv_expat_is_not_broken
=yes
25184 echo "$as_me: failed program was:" >&5
25185 sed 's/^/| /' conftest.
$ac_ext >&5
25187 wx_cv_expat_is_not_broken
=no
25190 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25192 ac_cpp
='$CPP $CPPFLAGS'
25193 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25194 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25195 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
25200 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
25201 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
25202 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
25203 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
25204 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
25205 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
25206 echo $ECHO_N "(cached) $ECHO_C" >&6
25208 ac_check_lib_save_LIBS
=$LIBS
25209 LIBS
="-lexpat $LIBS"
25210 cat >conftest.
$ac_ext <<_ACEOF
25213 cat confdefs.h
>>conftest.
$ac_ext
25214 cat >>conftest.
$ac_ext <<_ACEOF
25215 /* end confdefs.h. */
25217 /* Override any gcc2 internal prototype to avoid an error. */
25221 /* We use char because int might match the return type of a gcc2
25222 builtin and then its argument prototype would still apply. */
25223 char XML_ParserCreate ();
25227 XML_ParserCreate ();
25232 rm -f conftest.
$ac_objext conftest
$ac_exeext
25233 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25234 (eval $ac_link) 2>conftest.er1
25236 grep -v '^ *+' conftest.er1
>conftest.err
25238 cat conftest.err
>&5
25239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25240 (exit $ac_status); } &&
25241 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25243 (eval $ac_try) 2>&5
25245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25246 (exit $ac_status); }; } &&
25247 { ac_try
='test -s conftest$ac_exeext'
25248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25249 (eval $ac_try) 2>&5
25251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25252 (exit $ac_status); }; }; then
25253 ac_cv_lib_expat_XML_ParserCreate
=yes
25255 echo "$as_me: failed program was:" >&5
25256 sed 's/^/| /' conftest.
$ac_ext >&5
25258 ac_cv_lib_expat_XML_ParserCreate
=no
25260 rm -f conftest.err conftest.
$ac_objext \
25261 conftest
$ac_exeext conftest.
$ac_ext
25262 LIBS
=$ac_check_lib_save_LIBS
25264 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
25265 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
25266 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
25267 EXPAT_LINK
=" -lexpat"
25272 if test "x$EXPAT_LINK" = "x" ; then
25273 if test "$wxUSE_EXPAT" = "sys" ; then
25274 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
25275 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
25276 { (exit 1); exit 1; }; }
25278 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
25279 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
25280 wxUSE_EXPAT
=builtin
25286 if test "$wxUSE_EXPAT" = "builtin" ; then
25289 subdirs
="$subdirs src/expat"
25296 if test "$wxUSE_LIBMSPACK" != "no"; then
25297 if test "${ac_cv_header_mspack_h+set}" = set; then
25298 echo "$as_me:$LINENO: checking for mspack.h" >&5
25299 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25300 if test "${ac_cv_header_mspack_h+set}" = set; then
25301 echo $ECHO_N "(cached) $ECHO_C" >&6
25303 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25304 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25306 # Is the header compilable?
25307 echo "$as_me:$LINENO: checking mspack.h usability" >&5
25308 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
25309 cat >conftest.
$ac_ext <<_ACEOF
25312 cat confdefs.h
>>conftest.
$ac_ext
25313 cat >>conftest.
$ac_ext <<_ACEOF
25314 /* end confdefs.h. */
25315 $ac_includes_default
25316 #include <mspack.h>
25318 rm -f conftest.
$ac_objext
25319 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25320 (eval $ac_compile) 2>conftest.er1
25322 grep -v '^ *+' conftest.er1
>conftest.err
25324 cat conftest.err
>&5
25325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25326 (exit $ac_status); } &&
25327 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25329 (eval $ac_try) 2>&5
25331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25332 (exit $ac_status); }; } &&
25333 { ac_try
='test -s conftest.$ac_objext'
25334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25335 (eval $ac_try) 2>&5
25337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25338 (exit $ac_status); }; }; then
25339 ac_header_compiler
=yes
25341 echo "$as_me: failed program was:" >&5
25342 sed 's/^/| /' conftest.
$ac_ext >&5
25344 ac_header_compiler
=no
25346 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25347 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25348 echo "${ECHO_T}$ac_header_compiler" >&6
25350 # Is the header present?
25351 echo "$as_me:$LINENO: checking mspack.h presence" >&5
25352 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
25353 cat >conftest.
$ac_ext <<_ACEOF
25356 cat confdefs.h
>>conftest.
$ac_ext
25357 cat >>conftest.
$ac_ext <<_ACEOF
25358 /* end confdefs.h. */
25359 #include <mspack.h>
25361 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25362 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
25364 grep -v '^ *+' conftest.er1
>conftest.err
25366 cat conftest.err
>&5
25367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25368 (exit $ac_status); } >/dev
/null
; then
25369 if test -s conftest.err
; then
25370 ac_cpp_err
=$ac_c_preproc_warn_flag
25371 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
25378 if test -z "$ac_cpp_err"; then
25379 ac_header_preproc
=yes
25381 echo "$as_me: failed program was:" >&5
25382 sed 's/^/| /' conftest.
$ac_ext >&5
25384 ac_header_preproc
=no
25386 rm -f conftest.err conftest.
$ac_ext
25387 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25388 echo "${ECHO_T}$ac_header_preproc" >&6
25390 # So? What about this header?
25391 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25393 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
25394 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25395 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
25396 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
25397 ac_header_preproc
=yes
25400 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
25401 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
25402 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
25403 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
25404 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
25405 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
25406 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
25407 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
25408 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
25409 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
25410 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
25411 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
25414 ## ----------------------------------------- ##
25415 ## Report this to wx-dev@lists.wxwidgets.org ##
25416 ## ----------------------------------------- ##
25419 sed "s/^/$as_me: WARNING: /" >&2
25422 echo "$as_me:$LINENO: checking for mspack.h" >&5
25423 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
25424 if test "${ac_cv_header_mspack_h+set}" = set; then
25425 echo $ECHO_N "(cached) $ECHO_C" >&6
25427 ac_cv_header_mspack_h
=$ac_header_preproc
25429 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
25430 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
25433 if test $ac_cv_header_mspack_h = yes; then
25438 if test "x$found_mspack_h" = "x1"; then
25439 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
25440 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
25441 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
25442 echo $ECHO_N "(cached) $ECHO_C" >&6
25444 ac_check_lib_save_LIBS
=$LIBS
25445 LIBS
="-lmspack $LIBS"
25446 cat >conftest.
$ac_ext <<_ACEOF
25449 cat confdefs.h
>>conftest.
$ac_ext
25450 cat >>conftest.
$ac_ext <<_ACEOF
25451 /* end confdefs.h. */
25453 /* Override any gcc2 internal prototype to avoid an error. */
25457 /* We use char because int might match the return type of a gcc2
25458 builtin and then its argument prototype would still apply. */
25459 char mspack_create_chm_decompressor ();
25463 mspack_create_chm_decompressor ();
25468 rm -f conftest.
$ac_objext conftest
$ac_exeext
25469 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25470 (eval $ac_link) 2>conftest.er1
25472 grep -v '^ *+' conftest.er1
>conftest.err
25474 cat conftest.err
>&5
25475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25476 (exit $ac_status); } &&
25477 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25479 (eval $ac_try) 2>&5
25481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25482 (exit $ac_status); }; } &&
25483 { ac_try
='test -s conftest$ac_exeext'
25484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25485 (eval $ac_try) 2>&5
25487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25488 (exit $ac_status); }; }; then
25489 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
25491 echo "$as_me: failed program was:" >&5
25492 sed 's/^/| /' conftest.
$ac_ext >&5
25494 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
25496 rm -f conftest.err conftest.
$ac_objext \
25497 conftest
$ac_exeext conftest.
$ac_ext
25498 LIBS
=$ac_check_lib_save_LIBS
25500 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
25501 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
25502 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
25503 MSPACK_LINK
=" -lmspack"
25507 if test "x$MSPACK_LINK" = "x" ; then
25512 if test "$wxUSE_LIBMSPACK" != "no"; then
25513 cat >>confdefs.h
<<\_ACEOF
25514 #define wxUSE_LIBMSPACK 1
25528 if test "$USE_WIN32" = 1 ; then
25530 for ac_header
in w32api.h
25532 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25533 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25534 echo "$as_me:$LINENO: checking for $ac_header" >&5
25535 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25536 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25537 echo $ECHO_N "(cached) $ECHO_C" >&6
25539 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25540 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25542 # Is the header compilable?
25543 echo "$as_me:$LINENO: checking $ac_header usability" >&5
25544 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
25545 cat >conftest.
$ac_ext <<_ACEOF
25548 cat confdefs.h
>>conftest.
$ac_ext
25549 cat >>conftest.
$ac_ext <<_ACEOF
25550 /* end confdefs.h. */
25551 $ac_includes_default
25552 #include <$ac_header>
25554 rm -f conftest.
$ac_objext
25555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25556 (eval $ac_compile) 2>conftest.er1
25558 grep -v '^ *+' conftest.er1
>conftest.err
25560 cat conftest.err
>&5
25561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25562 (exit $ac_status); } &&
25563 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25565 (eval $ac_try) 2>&5
25567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25568 (exit $ac_status); }; } &&
25569 { ac_try
='test -s conftest.$ac_objext'
25570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25571 (eval $ac_try) 2>&5
25573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25574 (exit $ac_status); }; }; then
25575 ac_header_compiler
=yes
25577 echo "$as_me: failed program was:" >&5
25578 sed 's/^/| /' conftest.
$ac_ext >&5
25580 ac_header_compiler
=no
25582 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25583 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25584 echo "${ECHO_T}$ac_header_compiler" >&6
25586 # Is the header present?
25587 echo "$as_me:$LINENO: checking $ac_header presence" >&5
25588 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
25589 cat >conftest.
$ac_ext <<_ACEOF
25592 cat confdefs.h
>>conftest.
$ac_ext
25593 cat >>conftest.
$ac_ext <<_ACEOF
25594 /* end confdefs.h. */
25595 #include <$ac_header>
25597 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25598 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
25600 grep -v '^ *+' conftest.er1
>conftest.err
25602 cat conftest.err
>&5
25603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25604 (exit $ac_status); } >/dev
/null
; then
25605 if test -s conftest.err
; then
25606 ac_cpp_err
=$ac_c_preproc_warn_flag
25607 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
25614 if test -z "$ac_cpp_err"; then
25615 ac_header_preproc
=yes
25617 echo "$as_me: failed program was:" >&5
25618 sed 's/^/| /' conftest.
$ac_ext >&5
25620 ac_header_preproc
=no
25622 rm -f conftest.err conftest.
$ac_ext
25623 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25624 echo "${ECHO_T}$ac_header_preproc" >&6
25626 # So? What about this header?
25627 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25629 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
25630 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
25631 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
25632 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
25633 ac_header_preproc
=yes
25636 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
25637 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
25638 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
25639 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
25640 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
25641 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
25642 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
25643 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
25644 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
25645 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
25646 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
25647 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
25650 ## ----------------------------------------- ##
25651 ## Report this to wx-dev@lists.wxwidgets.org ##
25652 ## ----------------------------------------- ##
25655 sed "s/^/$as_me: WARNING: /" >&2
25658 echo "$as_me:$LINENO: checking for $ac_header" >&5
25659 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
25660 if eval "test \"\${$as_ac_Header+set}\" = set"; then
25661 echo $ECHO_N "(cached) $ECHO_C" >&6
25663 eval "$as_ac_Header=\$ac_header_preproc"
25665 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
25666 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
25669 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25670 cat >>confdefs.h
<<_ACEOF
25671 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25678 if test "${ac_cv_header_windows_h+set}" = set; then
25679 echo "$as_me:$LINENO: checking for windows.h" >&5
25680 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25681 if test "${ac_cv_header_windows_h+set}" = set; then
25682 echo $ECHO_N "(cached) $ECHO_C" >&6
25684 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25685 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25687 # Is the header compilable?
25688 echo "$as_me:$LINENO: checking windows.h usability" >&5
25689 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
25690 cat >conftest.
$ac_ext <<_ACEOF
25693 cat confdefs.h
>>conftest.
$ac_ext
25694 cat >>conftest.
$ac_ext <<_ACEOF
25695 /* end confdefs.h. */
25696 $ac_includes_default
25697 #include <windows.h>
25699 rm -f conftest.
$ac_objext
25700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25701 (eval $ac_compile) 2>conftest.er1
25703 grep -v '^ *+' conftest.er1
>conftest.err
25705 cat conftest.err
>&5
25706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25707 (exit $ac_status); } &&
25708 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25710 (eval $ac_try) 2>&5
25712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25713 (exit $ac_status); }; } &&
25714 { ac_try
='test -s conftest.$ac_objext'
25715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25716 (eval $ac_try) 2>&5
25718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25719 (exit $ac_status); }; }; then
25720 ac_header_compiler
=yes
25722 echo "$as_me: failed program was:" >&5
25723 sed 's/^/| /' conftest.
$ac_ext >&5
25725 ac_header_compiler
=no
25727 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25728 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25729 echo "${ECHO_T}$ac_header_compiler" >&6
25731 # Is the header present?
25732 echo "$as_me:$LINENO: checking windows.h presence" >&5
25733 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
25734 cat >conftest.
$ac_ext <<_ACEOF
25737 cat confdefs.h
>>conftest.
$ac_ext
25738 cat >>conftest.
$ac_ext <<_ACEOF
25739 /* end confdefs.h. */
25740 #include <windows.h>
25742 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25743 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
25745 grep -v '^ *+' conftest.er1
>conftest.err
25747 cat conftest.err
>&5
25748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25749 (exit $ac_status); } >/dev
/null
; then
25750 if test -s conftest.err
; then
25751 ac_cpp_err
=$ac_c_preproc_warn_flag
25752 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
25759 if test -z "$ac_cpp_err"; then
25760 ac_header_preproc
=yes
25762 echo "$as_me: failed program was:" >&5
25763 sed 's/^/| /' conftest.
$ac_ext >&5
25765 ac_header_preproc
=no
25767 rm -f conftest.err conftest.
$ac_ext
25768 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25769 echo "${ECHO_T}$ac_header_preproc" >&6
25771 # So? What about this header?
25772 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25774 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
25775 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25776 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
25777 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
25778 ac_header_preproc
=yes
25781 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
25782 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
25783 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
25784 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
25785 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
25786 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
25787 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
25788 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
25789 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
25790 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
25791 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
25792 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
25795 ## ----------------------------------------- ##
25796 ## Report this to wx-dev@lists.wxwidgets.org ##
25797 ## ----------------------------------------- ##
25800 sed "s/^/$as_me: WARNING: /" >&2
25803 echo "$as_me:$LINENO: checking for windows.h" >&5
25804 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
25805 if test "${ac_cv_header_windows_h+set}" = set; then
25806 echo $ECHO_N "(cached) $ECHO_C" >&6
25808 ac_cv_header_windows_h
=$ac_header_preproc
25810 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
25811 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
25814 if test $ac_cv_header_windows_h = yes; then
25818 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
25819 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
25820 { (exit 1); exit 1; }; }
25826 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
25828 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
25829 LIBS
="$LIBS -loleacc"
25834 LIBS
="$LIBS -lkernel32 -luser32"
25837 if test "$wxUSE_ODBC" = "sys" ; then
25840 if test "$wxUSE_ODBC" = "yes" ; then
25841 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
25842 cat >>confdefs.h
<<\_ACEOF
25843 #define wxUSE_ODBC 1
25848 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
25849 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
25851 WXCONFIG_RESFLAGS
="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
25853 WIN32INSTALL
=win32install
25856 if test "$wxUSE_GUI" = "yes"; then
25866 if test "$wxUSE_COCOA" = 1 ; then
25867 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
25868 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
25869 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
25870 wxUSE_PRINTING_ARCHITECTURE
=no
25872 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
25873 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
25874 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
25875 wxUSE_DRAG_AND_DROP
=no
25877 if test "$wxUSE_DRAGIMAGE" = "yes"; then
25878 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
25879 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
25884 if test "$wxUSE_MSW" = 1 ; then
25890 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
25894 if test "$wxUSE_GTK" = 1; then
25895 echo "$as_me:$LINENO: checking for GTK+ version" >&5
25896 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
25898 gtk_version_cached
=1
25899 if test "${wx_cv_lib_gtk+set}" = set; then
25900 echo $ECHO_N "(cached) $ECHO_C" >&6
25903 gtk_version_cached
=0
25904 echo "$as_me:$LINENO: result: " >&5
25905 echo "${ECHO_T}" >&6
25908 if test "$wxUSE_THREADS" = "yes"; then
25909 GTK_MODULES
=gthread
25913 if test "x$wxGTK_VERSION" != "x1"
25917 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
25922 # Check whether --enable-gtktest or --disable-gtktest was given.
25923 if test "${enable_gtktest+set}" = set; then
25924 enableval
="$enable_gtktest"
25930 pkg_config_args
=gtk
+-2.0
25931 for module
in .
$GTK_MODULES
25935 pkg_config_args
="$pkg_config_args gthread-2.0"
25942 # Extract the first word of "pkg-config", so it can be a program name with args.
25943 set dummy pkg
-config; ac_word
=$2
25944 echo "$as_me:$LINENO: checking for $ac_word" >&5
25945 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25946 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25947 echo $ECHO_N "(cached) $ECHO_C" >&6
25949 case $PKG_CONFIG in
25951 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25954 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25955 for as_dir
in $PATH
25958 test -z "$as_dir" && as_dir
=.
25959 for ac_exec_ext
in '' $ac_executable_extensions; do
25960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25961 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25962 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25968 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
25972 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25974 if test -n "$PKG_CONFIG"; then
25975 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25976 echo "${ECHO_T}$PKG_CONFIG" >&6
25978 echo "$as_me:$LINENO: result: no" >&5
25979 echo "${ECHO_T}no" >&6
25983 if test x
$PKG_CONFIG != xno
; then
25984 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
25987 echo "*** pkg-config too old; version 0.7 or better required."
25995 min_gtk_version
=2.0.0
25996 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
25997 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
25999 if test x
$PKG_CONFIG != xno
; then
26000 ## don't try to run the test against uninstalled libtool libs
26001 if $PKG_CONFIG --uninstalled $pkg_config_args; then
26002 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
26006 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
26013 if test x
"$no_gtk" = x
; then
26014 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
26015 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
26016 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
26017 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26018 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
26019 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26020 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
26021 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26022 if test "x$enable_gtktest" = "xyes" ; then
26023 ac_save_CFLAGS
="$CFLAGS"
26024 ac_save_LIBS
="$LIBS"
26025 CFLAGS
="$CFLAGS $GTK_CFLAGS"
26026 LIBS
="$GTK_LIBS $LIBS"
26028 if test "$cross_compiling" = yes; then
26029 echo $ac_n "cross compiling; assumed OK... $ac_c"
26031 cat >conftest.
$ac_ext <<_ACEOF
26034 cat confdefs.h
>>conftest.
$ac_ext
26035 cat >>conftest.
$ac_ext <<_ACEOF
26036 /* end confdefs.h. */
26038 #include <gtk/gtk.h>
26040 #include <stdlib.h>
26045 int major, minor, micro;
26048 system ("touch conf.gtktest");
26050 /* HP/UX 9 (%@#!) writes to sscanf strings */
26051 tmp_version = g_strdup("$min_gtk_version");
26052 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
26053 printf("%s, bad version string\n", "$min_gtk_version");
26057 if ((gtk_major_version != $gtk_config_major_version) ||
26058 (gtk_minor_version != $gtk_config_minor_version) ||
26059 (gtk_micro_version != $gtk_config_micro_version))
26061 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26062 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26063 gtk_major_version, gtk_minor_version, gtk_micro_version);
26064 printf ("*** was found! If pkg-config was correct, then it is best\n");
26065 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26066 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26067 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26068 printf("*** required on your system.\n");
26069 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
26070 printf("*** to point to the correct configuration files\n");
26072 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26073 (gtk_minor_version != GTK_MINOR_VERSION) ||
26074 (gtk_micro_version != GTK_MICRO_VERSION))
26076 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26077 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26078 printf("*** library (version %d.%d.%d)\n",
26079 gtk_major_version, gtk_minor_version, gtk_micro_version);
26083 if ((gtk_major_version > major) ||
26084 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26085 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26091 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26092 gtk_major_version, gtk_minor_version, gtk_micro_version);
26093 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26094 major, minor, micro);
26095 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26097 printf("*** If you have already installed a sufficiently new version, this error\n");
26098 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
26099 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26100 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
26101 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
26102 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26103 printf("*** so that the correct libraries are found at run-time))\n");
26110 rm -f conftest
$ac_exeext
26111 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26112 (eval $ac_link) 2>&5
26114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26115 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
26116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26117 (eval $ac_try) 2>&5
26119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26120 (exit $ac_status); }; }; then
26123 echo "$as_me: program exited with status $ac_status" >&5
26124 echo "$as_me: failed program was:" >&5
26125 sed 's/^/| /' conftest.
$ac_ext >&5
26127 ( exit $ac_status )
26130 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
26132 CFLAGS
="$ac_save_CFLAGS"
26133 LIBS
="$ac_save_LIBS"
26136 if test "x$no_gtk" = x
; then
26137 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
26138 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
26141 echo "$as_me:$LINENO: result: no" >&5
26142 echo "${ECHO_T}no" >&6
26143 if test "$PKG_CONFIG" = "no" ; then
26144 echo "*** A new enough version of pkg-config was not found."
26145 echo "*** See http://pkgconfig.sourceforge.net"
26147 if test -f conf.gtktest
; then
26150 echo "*** Could not run GTK+ test program, checking why..."
26151 ac_save_CFLAGS
="$CFLAGS"
26152 ac_save_LIBS
="$LIBS"
26153 CFLAGS
="$CFLAGS $GTK_CFLAGS"
26154 LIBS
="$LIBS $GTK_LIBS"
26155 cat >conftest.
$ac_ext <<_ACEOF
26158 cat confdefs.h
>>conftest.
$ac_ext
26159 cat >>conftest.
$ac_ext <<_ACEOF
26160 /* end confdefs.h. */
26162 #include <gtk/gtk.h>
26168 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26173 rm -f conftest.
$ac_objext conftest
$ac_exeext
26174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26175 (eval $ac_link) 2>conftest.er1
26177 grep -v '^ *+' conftest.er1
>conftest.err
26179 cat conftest.err
>&5
26180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26181 (exit $ac_status); } &&
26182 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26184 (eval $ac_try) 2>&5
26186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26187 (exit $ac_status); }; } &&
26188 { ac_try
='test -s conftest$ac_exeext'
26189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26190 (eval $ac_try) 2>&5
26192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26193 (exit $ac_status); }; }; then
26194 echo "*** The test program compiled, but did not run. This usually means"
26195 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
26196 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
26197 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26198 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26199 echo "*** is required on your system"
26201 echo "*** If you have an old version installed, it is best to remove it, although"
26202 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26204 echo "$as_me: failed program was:" >&5
26205 sed 's/^/| /' conftest.
$ac_ext >&5
26207 echo "*** The test program failed to compile or link. See the file config.log for the"
26208 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
26210 rm -f conftest.err conftest.
$ac_objext \
26211 conftest
$ac_exeext conftest.
$ac_ext
26212 CFLAGS
="$ac_save_CFLAGS"
26213 LIBS
="$ac_save_LIBS"
26227 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
26228 GTK_CFLAGS
=`echo $GTK_CFLAGS | sed 's/-mt//'`
26229 GTK_LIBS
=`echo $GTK_LIBS | sed 's/-mt//'`
26231 if test "$wxUSE_SHARED" != "yes"; then
26232 GTK_LIBS
="$GTK_LIBS -lX11"
26237 if test -z "$wx_cv_lib_gtk"; then
26238 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
26240 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26241 if test "${with_gtk_prefix+set}" = set; then
26242 withval
="$with_gtk_prefix"
26243 gtk_config_prefix
="$withval"
26245 gtk_config_prefix
=""
26248 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26249 if test "${with_gtk_exec_prefix+set}" = set; then
26250 withval
="$with_gtk_exec_prefix"
26251 gtk_config_exec_prefix
="$withval"
26253 gtk_config_exec_prefix
=""
26255 # Check whether --enable-gtktest or --disable-gtktest was given.
26256 if test "${enable_gtktest+set}" = set; then
26257 enableval
="$enable_gtktest"
26263 for module
in .
$GTK_MODULES
26267 gtk_config_args
="$gtk_config_args gthread"
26272 if test x
$gtk_config_exec_prefix != x
; then
26273 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26274 if test x
${GTK_CONFIG+set} != xset
; then
26275 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
26278 if test x
$gtk_config_prefix != x
; then
26279 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
26280 if test x
${GTK_CONFIG+set} != xset
; then
26281 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
26285 # Extract the first word of "gtk-config", so it can be a program name with args.
26286 set dummy gtk
-config; ac_word
=$2
26287 echo "$as_me:$LINENO: checking for $ac_word" >&5
26288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26289 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26290 echo $ECHO_N "(cached) $ECHO_C" >&6
26292 case $GTK_CONFIG in
26294 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
26297 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26298 for as_dir
in $PATH
26301 test -z "$as_dir" && as_dir
=.
26302 for ac_exec_ext
in '' $ac_executable_extensions; do
26303 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26304 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26305 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26311 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
26315 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
26317 if test -n "$GTK_CONFIG"; then
26318 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26319 echo "${ECHO_T}$GTK_CONFIG" >&6
26321 echo "$as_me:$LINENO: result: no" >&5
26322 echo "${ECHO_T}no" >&6
26325 min_gtk_version
=1.2.7
26326 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26327 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26329 if test "$GTK_CONFIG" = "no" ; then
26332 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
26333 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
26334 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
26335 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26336 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
26337 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26338 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
26339 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26340 if test "x$enable_gtktest" = "xyes" ; then
26341 ac_save_CFLAGS
="$CFLAGS"
26342 ac_save_LIBS
="$LIBS"
26343 CFLAGS
="$CFLAGS $GTK_CFLAGS"
26344 LIBS
="$GTK_LIBS $LIBS"
26346 if test "$cross_compiling" = yes; then
26347 echo $ac_n "cross compiling; assumed OK... $ac_c"
26349 cat >conftest.
$ac_ext <<_ACEOF
26352 cat confdefs.h
>>conftest.
$ac_ext
26353 cat >>conftest.
$ac_ext <<_ACEOF
26354 /* end confdefs.h. */
26356 #include <gtk/gtk.h>
26358 #include <stdlib.h>
26363 int major, minor, micro;
26366 system ("touch conf.gtktest");
26368 /* HP/UX 9 (%@#!) writes to sscanf strings */
26369 tmp_version = g_strdup("$min_gtk_version");
26370 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
26371 printf("%s, bad version string\n", "$min_gtk_version");
26375 if ((gtk_major_version != $gtk_config_major_version) ||
26376 (gtk_minor_version != $gtk_config_minor_version) ||
26377 (gtk_micro_version != $gtk_config_micro_version))
26379 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26380 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26381 gtk_major_version, gtk_minor_version, gtk_micro_version);
26382 printf ("*** was found! If gtk-config was correct, then it is best\n");
26383 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26384 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26385 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26386 printf("*** required on your system.\n");
26387 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26388 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26389 printf("*** before re-running configure\n");
26391 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26392 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26393 (gtk_minor_version != GTK_MINOR_VERSION) ||
26394 (gtk_micro_version != GTK_MICRO_VERSION))
26396 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26397 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26398 printf("*** library (version %d.%d.%d)\n",
26399 gtk_major_version, gtk_minor_version, gtk_micro_version);
26401 #endif /* defined (GTK_MAJOR_VERSION) ... */
26404 if ((gtk_major_version > major) ||
26405 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26406 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26412 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26413 gtk_major_version, gtk_minor_version, gtk_micro_version);
26414 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26415 major, minor, micro);
26416 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26418 printf("*** If you have already installed a sufficiently new version, this error\n");
26419 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26420 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26421 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26422 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26423 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26424 printf("*** so that the correct libraries are found at run-time))\n");
26431 rm -f conftest
$ac_exeext
26432 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26433 (eval $ac_link) 2>&5
26435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26436 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
26437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26438 (eval $ac_try) 2>&5
26440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26441 (exit $ac_status); }; }; then
26444 echo "$as_me: program exited with status $ac_status" >&5
26445 echo "$as_me: failed program was:" >&5
26446 sed 's/^/| /' conftest.
$ac_ext >&5
26448 ( exit $ac_status )
26451 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
26453 CFLAGS
="$ac_save_CFLAGS"
26454 LIBS
="$ac_save_LIBS"
26457 if test "x$no_gtk" = x
; then
26458 echo "$as_me:$LINENO: result: yes" >&5
26459 echo "${ECHO_T}yes" >&6
26460 wx_cv_lib_gtk
=1.2.7
26462 echo "$as_me:$LINENO: result: no" >&5
26463 echo "${ECHO_T}no" >&6
26464 if test "$GTK_CONFIG" = "no" ; then
26465 echo "*** The gtk-config script installed by GTK could not be found"
26466 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26467 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26468 echo "*** full path to gtk-config."
26470 if test -f conf.gtktest
; then
26473 echo "*** Could not run GTK test program, checking why..."
26474 CFLAGS
="$CFLAGS $GTK_CFLAGS"
26475 LIBS
="$LIBS $GTK_LIBS"
26476 cat >conftest.
$ac_ext <<_ACEOF
26479 cat confdefs.h
>>conftest.
$ac_ext
26480 cat >>conftest.
$ac_ext <<_ACEOF
26481 /* end confdefs.h. */
26483 #include <gtk/gtk.h>
26489 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26494 rm -f conftest.
$ac_objext conftest
$ac_exeext
26495 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26496 (eval $ac_link) 2>conftest.er1
26498 grep -v '^ *+' conftest.er1
>conftest.err
26500 cat conftest.err
>&5
26501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26502 (exit $ac_status); } &&
26503 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26505 (eval $ac_try) 2>&5
26507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26508 (exit $ac_status); }; } &&
26509 { ac_try
='test -s conftest$ac_exeext'
26510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26511 (eval $ac_try) 2>&5
26513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26514 (exit $ac_status); }; }; then
26515 echo "*** The test program compiled, but did not run. This usually means"
26516 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26517 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26518 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26519 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26520 echo "*** is required on your system"
26522 echo "*** If you have an old version installed, it is best to remove it, although"
26523 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26525 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26526 echo "*** came with the system with the command"
26528 echo "*** rpm --erase --nodeps gtk gtk-devel"
26530 echo "$as_me: failed program was:" >&5
26531 sed 's/^/| /' conftest.
$ac_ext >&5
26533 echo "*** The test program failed to compile or link. See the file config.log for the"
26534 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26535 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26536 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26538 rm -f conftest.err conftest.
$ac_objext \
26539 conftest
$ac_exeext conftest.
$ac_ext
26540 CFLAGS
="$ac_save_CFLAGS"
26541 LIBS
="$ac_save_LIBS"
26553 if test -z "$wx_cv_lib_gtk"; then
26555 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
26556 if test "${with_gtk_prefix+set}" = set; then
26557 withval
="$with_gtk_prefix"
26558 gtk_config_prefix
="$withval"
26560 gtk_config_prefix
=""
26563 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
26564 if test "${with_gtk_exec_prefix+set}" = set; then
26565 withval
="$with_gtk_exec_prefix"
26566 gtk_config_exec_prefix
="$withval"
26568 gtk_config_exec_prefix
=""
26570 # Check whether --enable-gtktest or --disable-gtktest was given.
26571 if test "${enable_gtktest+set}" = set; then
26572 enableval
="$enable_gtktest"
26578 for module
in .
$GTK_MODULES
26582 gtk_config_args
="$gtk_config_args gthread"
26587 if test x
$gtk_config_exec_prefix != x
; then
26588 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
26589 if test x
${GTK_CONFIG+set} != xset
; then
26590 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
26593 if test x
$gtk_config_prefix != x
; then
26594 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
26595 if test x
${GTK_CONFIG+set} != xset
; then
26596 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
26600 # Extract the first word of "gtk-config", so it can be a program name with args.
26601 set dummy gtk
-config; ac_word
=$2
26602 echo "$as_me:$LINENO: checking for $ac_word" >&5
26603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
26604 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
26605 echo $ECHO_N "(cached) $ECHO_C" >&6
26607 case $GTK_CONFIG in
26609 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
26612 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26613 for as_dir
in $PATH
26616 test -z "$as_dir" && as_dir
=.
26617 for ac_exec_ext
in '' $ac_executable_extensions; do
26618 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26619 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26620 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26626 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
26630 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
26632 if test -n "$GTK_CONFIG"; then
26633 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
26634 echo "${ECHO_T}$GTK_CONFIG" >&6
26636 echo "$as_me:$LINENO: result: no" >&5
26637 echo "${ECHO_T}no" >&6
26640 min_gtk_version
=1.2.3
26641 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
26642 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
26644 if test "$GTK_CONFIG" = "no" ; then
26647 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
26648 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
26649 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
26650 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
26651 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
26652 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
26653 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
26654 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
26655 if test "x$enable_gtktest" = "xyes" ; then
26656 ac_save_CFLAGS
="$CFLAGS"
26657 ac_save_LIBS
="$LIBS"
26658 CFLAGS
="$CFLAGS $GTK_CFLAGS"
26659 LIBS
="$GTK_LIBS $LIBS"
26661 if test "$cross_compiling" = yes; then
26662 echo $ac_n "cross compiling; assumed OK... $ac_c"
26664 cat >conftest.
$ac_ext <<_ACEOF
26667 cat confdefs.h
>>conftest.
$ac_ext
26668 cat >>conftest.
$ac_ext <<_ACEOF
26669 /* end confdefs.h. */
26671 #include <gtk/gtk.h>
26673 #include <stdlib.h>
26678 int major, minor, micro;
26681 system ("touch conf.gtktest");
26683 /* HP/UX 9 (%@#!) writes to sscanf strings */
26684 tmp_version = g_strdup("$min_gtk_version");
26685 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
26686 printf("%s, bad version string\n", "$min_gtk_version");
26690 if ((gtk_major_version != $gtk_config_major_version) ||
26691 (gtk_minor_version != $gtk_config_minor_version) ||
26692 (gtk_micro_version != $gtk_config_micro_version))
26694 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
26695 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
26696 gtk_major_version, gtk_minor_version, gtk_micro_version);
26697 printf ("*** was found! If gtk-config was correct, then it is best\n");
26698 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
26699 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
26700 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
26701 printf("*** required on your system.\n");
26702 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
26703 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
26704 printf("*** before re-running configure\n");
26706 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
26707 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
26708 (gtk_minor_version != GTK_MINOR_VERSION) ||
26709 (gtk_micro_version != GTK_MICRO_VERSION))
26711 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
26712 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
26713 printf("*** library (version %d.%d.%d)\n",
26714 gtk_major_version, gtk_minor_version, gtk_micro_version);
26716 #endif /* defined (GTK_MAJOR_VERSION) ... */
26719 if ((gtk_major_version > major) ||
26720 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
26721 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
26727 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
26728 gtk_major_version, gtk_minor_version, gtk_micro_version);
26729 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
26730 major, minor, micro);
26731 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
26733 printf("*** If you have already installed a sufficiently new version, this error\n");
26734 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
26735 printf("*** being found. The easiest way to fix this is to remove the old version\n");
26736 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
26737 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
26738 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
26739 printf("*** so that the correct libraries are found at run-time))\n");
26746 rm -f conftest
$ac_exeext
26747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26748 (eval $ac_link) 2>&5
26750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26751 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
26752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26753 (eval $ac_try) 2>&5
26755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26756 (exit $ac_status); }; }; then
26759 echo "$as_me: program exited with status $ac_status" >&5
26760 echo "$as_me: failed program was:" >&5
26761 sed 's/^/| /' conftest.
$ac_ext >&5
26763 ( exit $ac_status )
26766 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
26768 CFLAGS
="$ac_save_CFLAGS"
26769 LIBS
="$ac_save_LIBS"
26772 if test "x$no_gtk" = x
; then
26773 echo "$as_me:$LINENO: result: yes" >&5
26774 echo "${ECHO_T}yes" >&6
26775 wx_cv_lib_gtk
=1.2.3
26777 echo "$as_me:$LINENO: result: no" >&5
26778 echo "${ECHO_T}no" >&6
26779 if test "$GTK_CONFIG" = "no" ; then
26780 echo "*** The gtk-config script installed by GTK could not be found"
26781 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
26782 echo "*** your path, or set the GTK_CONFIG environment variable to the"
26783 echo "*** full path to gtk-config."
26785 if test -f conf.gtktest
; then
26788 echo "*** Could not run GTK test program, checking why..."
26789 CFLAGS
="$CFLAGS $GTK_CFLAGS"
26790 LIBS
="$LIBS $GTK_LIBS"
26791 cat >conftest.
$ac_ext <<_ACEOF
26794 cat confdefs.h
>>conftest.
$ac_ext
26795 cat >>conftest.
$ac_ext <<_ACEOF
26796 /* end confdefs.h. */
26798 #include <gtk/gtk.h>
26804 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
26809 rm -f conftest.
$ac_objext conftest
$ac_exeext
26810 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26811 (eval $ac_link) 2>conftest.er1
26813 grep -v '^ *+' conftest.er1
>conftest.err
26815 cat conftest.err
>&5
26816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26817 (exit $ac_status); } &&
26818 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26820 (eval $ac_try) 2>&5
26822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26823 (exit $ac_status); }; } &&
26824 { ac_try
='test -s conftest$ac_exeext'
26825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26826 (eval $ac_try) 2>&5
26828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26829 (exit $ac_status); }; }; then
26830 echo "*** The test program compiled, but did not run. This usually means"
26831 echo "*** that the run-time linker is not finding GTK or finding the wrong"
26832 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
26833 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
26834 echo "*** to the installed location Also, make sure you have run ldconfig if that"
26835 echo "*** is required on your system"
26837 echo "*** If you have an old version installed, it is best to remove it, although"
26838 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
26840 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
26841 echo "*** came with the system with the command"
26843 echo "*** rpm --erase --nodeps gtk gtk-devel"
26845 echo "$as_me: failed program was:" >&5
26846 sed 's/^/| /' conftest.
$ac_ext >&5
26848 echo "*** The test program failed to compile or link. See the file config.log for the"
26849 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
26850 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
26851 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
26853 rm -f conftest.err conftest.
$ac_objext \
26854 conftest
$ac_exeext conftest.
$ac_ext
26855 CFLAGS
="$ac_save_CFLAGS"
26856 LIBS
="$ac_save_LIBS"
26871 if test -z "$wx_cv_lib_gtk"; then
26874 wx_cv_cflags_gtk
=$GTK_CFLAGS
26875 wx_cv_libs_gtk
=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
26882 if test "$gtk_version_cached" = 1; then
26883 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
26884 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
26887 case "$wx_cv_lib_gtk" in
26896 *) { { echo "$as_me:$LINENO: error:
26897 The development files for GTK+ were not found. For GTK+ 2, please
26898 ensure that pkg-config is in the path and that gtk+-2.0.pc is
26899 installed. For GTK+ 1.2 please check that gtk-config is in the path,
26900 and that the version is 1.2.3 or above. Also check that the
26901 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26902 --libs' are in the LD_LIBRARY_PATH or equivalent.
26904 echo "$as_me: error:
26905 The development files for GTK+ were not found. For GTK+ 2, please
26906 ensure that pkg-config is in the path and that gtk+-2.0.pc is
26907 installed. For GTK+ 1.2 please check that gtk-config is in the path,
26908 and that the version is 1.2.3 or above. Also check that the
26909 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26910 --libs' are in the LD_LIBRARY_PATH or equivalent.
26912 { (exit 1); exit 1; }; }
26916 if test "$WXGTK20" = 1; then
26917 save_CFLAGS
="$CFLAGS"
26919 CFLAGS
="$wx_cv_cflags_gtk $CFLAGS"
26920 LIBS
="$LIBS $wx_cv_libs_gtk"
26922 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
26923 echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
26924 cat >conftest.
$ac_ext <<_ACEOF
26927 cat confdefs.h
>>conftest.
$ac_ext
26928 cat >>conftest.
$ac_ext <<_ACEOF
26929 /* end confdefs.h. */
26931 #include <gtk/gtk.h>
26937 void *f = gtk_icon_size_lookup;
26943 rm -f conftest.
$ac_objext
26944 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26945 (eval $ac_compile) 2>conftest.er1
26947 grep -v '^ *+' conftest.er1
>conftest.err
26949 cat conftest.err
>&5
26950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26951 (exit $ac_status); } &&
26952 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26954 (eval $ac_try) 2>&5
26956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26957 (exit $ac_status); }; } &&
26958 { ac_try
='test -s conftest.$ac_objext'
26959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26960 (eval $ac_try) 2>&5
26962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26963 (exit $ac_status); }; }; then
26965 echo "$as_me:$LINENO: result: no" >&5
26966 echo "${ECHO_T}no" >&6
26969 echo "$as_me: failed program was:" >&5
26970 sed 's/^/| /' conftest.
$ac_ext >&5
26973 cat >>confdefs.h
<<\_ACEOF
26974 #define NEED_GTK_ICON_SIZE_LOOKUP 1
26977 echo "$as_me:$LINENO: result: yes" >&5
26978 echo "${ECHO_T}yes" >&6
26981 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26983 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
26984 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
26985 cat >conftest.
$ac_ext <<_ACEOF
26988 cat confdefs.h
>>conftest.
$ac_ext
26989 cat >>conftest.
$ac_ext <<_ACEOF
26990 /* end confdefs.h. */
26992 #include <gtk/gtk.h>
26998 #if !GTK_CHECK_VERSION(2,4,0)
27006 rm -f conftest.
$ac_objext
27007 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27008 (eval $ac_compile) 2>conftest.er1
27010 grep -v '^ *+' conftest.er1
>conftest.err
27012 cat conftest.err
>&5
27013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27014 (exit $ac_status); } &&
27015 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27017 (eval $ac_try) 2>&5
27019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27020 (exit $ac_status); }; } &&
27021 { ac_try
='test -s conftest.$ac_objext'
27022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27023 (eval $ac_try) 2>&5
27025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27026 (exit $ac_status); }; }; then
27028 cat >>confdefs.h
<<\_ACEOF
27029 #define __WXGTK24__ 1
27032 echo "$as_me:$LINENO: result: yes" >&5
27033 echo "${ECHO_T}yes" >&6
27036 echo "$as_me: failed program was:" >&5
27037 sed 's/^/| /' conftest.
$ac_ext >&5
27040 echo "$as_me:$LINENO: result: no" >&5
27041 echo "${ECHO_T}no" >&6
27044 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27046 CFLAGS
="$save_CFLAGS"
27049 if test "$wxUSE_UNICODE" = "yes"; then
27050 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
27051 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
27056 if test "$USE_DARWIN" != 1; then
27058 for ac_func
in poll
27060 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27061 echo "$as_me:$LINENO: checking for $ac_func" >&5
27062 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27063 if eval "test \"\${$as_ac_var+set}\" = set"; then
27064 echo $ECHO_N "(cached) $ECHO_C" >&6
27066 cat >conftest.
$ac_ext <<_ACEOF
27069 cat confdefs.h
>>conftest.
$ac_ext
27070 cat >>conftest.
$ac_ext <<_ACEOF
27071 /* end confdefs.h. */
27072 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27073 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27074 #define $ac_func innocuous_$ac_func
27076 /* System header to define __stub macros and hopefully few prototypes,
27077 which can conflict with char $ac_func (); below.
27078 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27079 <limits.h> exists even on freestanding compilers. */
27082 # include <limits.h>
27084 # include <assert.h>
27089 /* Override any gcc2 internal prototype to avoid an error. */
27094 /* We use char because int might match the return type of a gcc2
27095 builtin and then its argument prototype would still apply. */
27097 /* The GNU C library defines this for functions which it implements
27098 to always fail with ENOSYS. Some functions are actually named
27099 something starting with __ and the normal name is an alias. */
27100 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27103 char (*f) () = $ac_func;
27112 return f != $ac_func;
27117 rm -f conftest.
$ac_objext conftest
$ac_exeext
27118 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27119 (eval $ac_link) 2>conftest.er1
27121 grep -v '^ *+' conftest.er1
>conftest.err
27123 cat conftest.err
>&5
27124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27125 (exit $ac_status); } &&
27126 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
27132 { ac_try
='test -s conftest$ac_exeext'
27133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27134 (eval $ac_try) 2>&5
27136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27137 (exit $ac_status); }; }; then
27138 eval "$as_ac_var=yes"
27140 echo "$as_me: failed program was:" >&5
27141 sed 's/^/| /' conftest.
$ac_ext >&5
27143 eval "$as_ac_var=no"
27145 rm -f conftest.err conftest.
$ac_objext \
27146 conftest
$ac_exeext conftest.
$ac_ext
27148 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27149 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27150 if test `eval echo '${'$as_ac_var'}'` = yes; then
27151 cat >>confdefs.h
<<_ACEOF
27152 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27160 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
27161 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
27163 AFMINSTALL
=afminstall
27167 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
27168 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
27169 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
27170 echo $ECHO_N "(cached) $ECHO_C" >&6
27172 ac_check_lib_save_LIBS
=$LIBS
27174 cat >conftest.
$ac_ext <<_ACEOF
27177 cat confdefs.h
>>conftest.
$ac_ext
27178 cat >>conftest.
$ac_ext <<_ACEOF
27179 /* end confdefs.h. */
27181 /* Override any gcc2 internal prototype to avoid an error. */
27185 /* We use char because int might match the return type of a gcc2
27186 builtin and then its argument prototype would still apply. */
27187 char gdk_im_open ();
27196 rm -f conftest.
$ac_objext conftest
$ac_exeext
27197 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27198 (eval $ac_link) 2>conftest.er1
27200 grep -v '^ *+' conftest.er1
>conftest.err
27202 cat conftest.err
>&5
27203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27204 (exit $ac_status); } &&
27205 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27207 (eval $ac_try) 2>&5
27209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27210 (exit $ac_status); }; } &&
27211 { ac_try
='test -s conftest$ac_exeext'
27212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27213 (eval $ac_try) 2>&5
27215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27216 (exit $ac_status); }; }; then
27217 ac_cv_lib_gdk_gdk_im_open
=yes
27219 echo "$as_me: failed program was:" >&5
27220 sed 's/^/| /' conftest.
$ac_ext >&5
27222 ac_cv_lib_gdk_gdk_im_open
=no
27224 rm -f conftest.err conftest.
$ac_objext \
27225 conftest
$ac_exeext conftest.
$ac_ext
27226 LIBS
=$ac_check_lib_save_LIBS
27228 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
27229 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
27230 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
27231 cat >>confdefs.h
<<\_ACEOF
27239 if test "$wxUSE_GPE" = "yes"; then
27240 echo "$as_me:$LINENO: checking for gpewidget library" >&5
27241 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
27244 for ac_dir
in $SEARCH_LIB;
27246 for ac_extension
in a so sl dylib dll.a
; do
27247 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
27248 ac_find_libraries
=$ac_dir
27254 if test "$ac_find_libraries" != "" ; then
27256 if test "$ac_find_libraries" = "default location"; then
27259 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
27261 if test $result = 0; then
27264 ac_path_to_link
=" -L$ac_find_libraries"
27268 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
27270 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
27271 echo "${ECHO_T}found in $ac_find_libraries" >&6
27273 echo "$as_me:$LINENO: result: not found" >&5
27274 echo "${ECHO_T}not found" >&6
27280 if test "$wxUSE_MGL" = 1; then
27281 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
27282 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
27283 if test "x$MGL_ROOT" = x
; then
27284 echo "$as_me:$LINENO: result: not found" >&5
27285 echo "${ECHO_T}not found" >&6
27286 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
27287 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
27288 { (exit 1); exit 1; }; }
27290 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
27291 echo "${ECHO_T}$MGL_ROOT" >&6
27294 echo "$as_me:$LINENO: checking for libmgl location" >&5
27295 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
27298 if test "x$wxUSE_SHARED" = xyes
; then
27299 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
27301 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
27305 mgl_os_candidates
="dos32/dj2"
27308 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
27309 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
27310 { (exit 1); exit 1; }; }
27316 for mgl_os_i
in $mgl_os_candidates ; do
27317 if test "x$mgl_os" = x
; then
27318 if test "$wxUSE_DEBUG_FLAG" = yes ; then
27319 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
27320 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
27325 if test "x$mgl_lib_type" = x
; then
27326 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
27327 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
27328 mgl_lib_type
=release
27335 if test "x$mgl_os" = x
; then
27336 echo "$as_me:$LINENO: result: not found" >&5
27337 echo "${ECHO_T}not found" >&6
27338 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
27339 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
27340 { (exit 1); exit 1; }; }
27342 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
27343 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
27345 wxUSE_UNIVERSAL
="yes"
27347 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
27348 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
27350 AFMINSTALL
=afminstall
27355 if test "$wxUSE_MICROWIN" = 1; then
27356 echo "$as_me:$LINENO: checking for MicroWindows" >&5
27357 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
27358 if test "x$MICROWINDOWS" = x
; then
27359 echo "$as_me:$LINENO: result: not found" >&5
27360 echo "${ECHO_T}not found" >&6
27361 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
27362 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
27363 { (exit 1); exit 1; }; }
27365 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
27366 echo "${ECHO_T}$MICROWINDOWS" >&6
27369 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
27370 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
27371 echo "${ECHO_T}MicroWindows' libraries found." >&6
27373 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
27374 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
27375 { (exit 1); exit 1; }; }
27378 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
27379 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
27381 wxUSE_UNIVERSAL
="yes"
27383 AFMINSTALL
=afminstall
27385 GUIDIST
=MICROWIN_DIST
27387 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
27390 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
27392 if test "x$ac_path_x_has_been_run" != xyes
; then
27393 echo "$as_me:$LINENO: checking for X" >&5
27394 echo $ECHO_N "checking for X... $ECHO_C" >&6
27396 ac_path_x_has_been_run
=yes
27398 # Check whether --with-x or --without-x was given.
27399 if test "${with_x+set}" = set; then
27403 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
27404 if test "x$with_x" = xno
; then
27405 # The user explicitly disabled X.
27408 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
27409 # Both variables are already set.
27412 if test "${ac_cv_have_x+set}" = set; then
27413 echo $ECHO_N "(cached) $ECHO_C" >&6
27415 # One or both of the vars are not set, and there is no cached value.
27416 ac_x_includes
=no ac_x_libraries
=no
27417 rm -fr conftest.dir
27418 if mkdir conftest.dir
; then
27420 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
27421 cat >Imakefile
<<'_ACEOF'
27423 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
27425 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
27426 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
27427 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
27428 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
27429 for ac_extension
in a so sl
; do
27430 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
27431 test -f $ac_im_libdir/libX11.
$ac_extension; then
27432 ac_im_usrlibdir
=$ac_im_libdir; break
27435 # Screen out bogus values from the imake configuration. They are
27436 # bogus both because they are the default anyway, and because
27437 # using them would break gcc on systems where it needs fixed includes.
27438 case $ac_im_incroot in
27440 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
27442 case $ac_im_usrlibdir in
27443 /usr
/lib
| /lib
) ;;
27444 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
27448 rm -fr conftest.dir
27451 # Standard set of common directories for X headers.
27452 # Check X11 before X11Rn because it is often a symlink to the current release.
27464 /usr/local/X11/include
27465 /usr/local/X11R6/include
27466 /usr/local/X11R5/include
27467 /usr/local/X11R4/include
27469 /usr/local/include/X11
27470 /usr/local/include/X11R6
27471 /usr/local/include/X11R5
27472 /usr/local/include/X11R4
27476 /usr/XFree86/include/X11
27480 /usr/unsupported/include
27481 /usr/athena/include
27482 /usr/local/x11r5/include
27483 /usr/lpp/Xamples/include
27485 /usr/openwin/include
27486 /usr/openwin/share/include'
27488 if test "$ac_x_includes" = no
; then
27489 # Guess where to find include files, by looking for a specified header file.
27490 # First, try using that file with no special directory specified.
27491 cat >conftest.
$ac_ext <<_ACEOF
27494 cat confdefs.h
>>conftest.
$ac_ext
27495 cat >>conftest.
$ac_ext <<_ACEOF
27496 /* end confdefs.h. */
27497 #include <X11/Xlib.h>
27499 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27500 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
27502 grep -v '^ *+' conftest.er1
>conftest.err
27504 cat conftest.err
>&5
27505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27506 (exit $ac_status); } >/dev
/null
; then
27507 if test -s conftest.err
; then
27508 ac_cpp_err
=$ac_c_preproc_warn_flag
27509 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
27516 if test -z "$ac_cpp_err"; then
27517 # We can compile using X headers with no special include directory.
27520 echo "$as_me: failed program was:" >&5
27521 sed 's/^/| /' conftest.
$ac_ext >&5
27523 for ac_dir
in $ac_x_header_dirs; do
27524 if test -r "$ac_dir/X11/Xlib.h"; then
27525 ac_x_includes
=$ac_dir
27530 rm -f conftest.err conftest.
$ac_ext
27531 fi # $ac_x_includes = no
27533 if test "$ac_x_libraries" = no
; then
27534 # Check for the libraries.
27535 # See if we find them without any special options.
27536 # Don't add to $LIBS permanently.
27539 cat >conftest.
$ac_ext <<_ACEOF
27542 cat confdefs.h
>>conftest.
$ac_ext
27543 cat >>conftest.
$ac_ext <<_ACEOF
27544 /* end confdefs.h. */
27545 #include <X11/Xlib.h>
27554 rm -f conftest.
$ac_objext conftest
$ac_exeext
27555 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27556 (eval $ac_link) 2>conftest.er1
27558 grep -v '^ *+' conftest.er1
>conftest.err
27560 cat conftest.err
>&5
27561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27562 (exit $ac_status); } &&
27563 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27565 (eval $ac_try) 2>&5
27567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27568 (exit $ac_status); }; } &&
27569 { ac_try
='test -s conftest$ac_exeext'
27570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27571 (eval $ac_try) 2>&5
27573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27574 (exit $ac_status); }; }; then
27576 # We can link X programs with no special library path.
27579 echo "$as_me: failed program was:" >&5
27580 sed 's/^/| /' conftest.
$ac_ext >&5
27583 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
27585 # Don't even attempt the hair of trying to link an X program!
27586 for ac_extension
in a so sl
; do
27587 if test -r $ac_dir/libX11.
$ac_extension; then
27588 ac_x_libraries
=$ac_dir
27594 rm -f conftest.err conftest.
$ac_objext \
27595 conftest
$ac_exeext conftest.
$ac_ext
27596 fi # $ac_x_libraries = no
27598 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
27599 # Didn't find X anywhere. Cache the known absence of X.
27600 ac_cv_have_x
="have_x=no"
27602 # Record where we found X for the cache.
27603 ac_cv_have_x
="have_x=yes \
27604 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
27609 eval "$ac_cv_have_x"
27612 if test "$have_x" != yes; then
27613 echo "$as_me:$LINENO: result: $have_x" >&5
27614 echo "${ECHO_T}$have_x" >&6
27617 # If each of the values was on the command line, it overrides each guess.
27618 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
27619 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
27620 # Update the cache value to reflect the command line values.
27621 ac_cv_have_x
="have_x=yes \
27622 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
27623 # It might be that x_includes is empty (headers are found in the
27624 # standard search path. Then output the corresponding message
27625 ac_out_x_includes
=$x_includes
27626 test "x$x_includes" = x
&& ac_out_x_includes
="in standard search path"
27627 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
27628 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
27632 if test "$no_x" = yes; then
27633 # Not all programs may use this symbol, but it does not hurt to define it.
27635 cat >>confdefs.h
<<\_ACEOF
27636 #define X_DISPLAY_MISSING 1
27639 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
27641 if test -n "$x_includes"; then
27642 X_CFLAGS
="$X_CFLAGS -I$x_includes"
27645 # It would also be nice to do this for all -L options, not just this one.
27646 if test -n "$x_libraries"; then
27647 X_LIBS
="$X_LIBS -L$x_libraries"
27648 # For Solaris; some versions of Sun CC require a space after -R and
27649 # others require no space. Words are not sufficient . . . .
27650 case `(uname -sr) 2>/dev/null` in
27652 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
27653 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
27654 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
27655 cat >conftest.
$ac_ext <<_ACEOF
27658 cat confdefs.h
>>conftest.
$ac_ext
27659 cat >>conftest.
$ac_ext <<_ACEOF
27660 /* end confdefs.h. */
27670 rm -f conftest.
$ac_objext conftest
$ac_exeext
27671 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27672 (eval $ac_link) 2>conftest.er1
27674 grep -v '^ *+' conftest.er1
>conftest.err
27676 cat conftest.err
>&5
27677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27678 (exit $ac_status); } &&
27679 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27681 (eval $ac_try) 2>&5
27683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27684 (exit $ac_status); }; } &&
27685 { ac_try
='test -s conftest$ac_exeext'
27686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27687 (eval $ac_try) 2>&5
27689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27690 (exit $ac_status); }; }; then
27693 echo "$as_me: failed program was:" >&5
27694 sed 's/^/| /' conftest.
$ac_ext >&5
27698 rm -f conftest.err conftest.
$ac_objext \
27699 conftest
$ac_exeext conftest.
$ac_ext
27700 if test $ac_R_nospace = yes; then
27701 echo "$as_me:$LINENO: result: no" >&5
27702 echo "${ECHO_T}no" >&6
27703 X_LIBS
="$X_LIBS -R$x_libraries"
27705 LIBS
="$ac_xsave_LIBS -R $x_libraries"
27706 cat >conftest.
$ac_ext <<_ACEOF
27709 cat confdefs.h
>>conftest.
$ac_ext
27710 cat >>conftest.
$ac_ext <<_ACEOF
27711 /* end confdefs.h. */
27721 rm -f conftest.
$ac_objext conftest
$ac_exeext
27722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27723 (eval $ac_link) 2>conftest.er1
27725 grep -v '^ *+' conftest.er1
>conftest.err
27727 cat conftest.err
>&5
27728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27729 (exit $ac_status); } &&
27730 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27732 (eval $ac_try) 2>&5
27734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27735 (exit $ac_status); }; } &&
27736 { ac_try
='test -s conftest$ac_exeext'
27737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27738 (eval $ac_try) 2>&5
27740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27741 (exit $ac_status); }; }; then
27744 echo "$as_me: failed program was:" >&5
27745 sed 's/^/| /' conftest.
$ac_ext >&5
27749 rm -f conftest.err conftest.
$ac_objext \
27750 conftest
$ac_exeext conftest.
$ac_ext
27751 if test $ac_R_space = yes; then
27752 echo "$as_me:$LINENO: result: yes" >&5
27753 echo "${ECHO_T}yes" >&6
27754 X_LIBS
="$X_LIBS -R $x_libraries"
27756 echo "$as_me:$LINENO: result: neither works" >&5
27757 echo "${ECHO_T}neither works" >&6
27760 LIBS
=$ac_xsave_LIBS
27764 # Check for system-dependent libraries X programs must link with.
27765 # Do this before checking for the system-independent R6 libraries
27766 # (-lICE), since we may need -lsocket or whatever for X linking.
27768 if test "$ISC" = yes; then
27769 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
27771 # Martyn Johnson says this is needed for Ultrix, if the X
27772 # libraries were built with DECnet support. And Karl Berry says
27773 # the Alpha needs dnet_stub (dnet does not exist).
27774 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
27775 cat >conftest.
$ac_ext <<_ACEOF
27778 cat confdefs.h
>>conftest.
$ac_ext
27779 cat >>conftest.
$ac_ext <<_ACEOF
27780 /* end confdefs.h. */
27782 /* Override any gcc2 internal prototype to avoid an error. */
27786 /* We use char because int might match the return type of a gcc2
27787 builtin and then its argument prototype would still apply. */
27788 char XOpenDisplay ();
27797 rm -f conftest.
$ac_objext conftest
$ac_exeext
27798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27799 (eval $ac_link) 2>conftest.er1
27801 grep -v '^ *+' conftest.er1
>conftest.err
27803 cat conftest.err
>&5
27804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27805 (exit $ac_status); } &&
27806 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27808 (eval $ac_try) 2>&5
27810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27811 (exit $ac_status); }; } &&
27812 { ac_try
='test -s conftest$ac_exeext'
27813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27814 (eval $ac_try) 2>&5
27816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27817 (exit $ac_status); }; }; then
27820 echo "$as_me: failed program was:" >&5
27821 sed 's/^/| /' conftest.
$ac_ext >&5
27823 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
27824 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
27825 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
27826 echo $ECHO_N "(cached) $ECHO_C" >&6
27828 ac_check_lib_save_LIBS
=$LIBS
27829 LIBS
="-ldnet $LIBS"
27830 cat >conftest.
$ac_ext <<_ACEOF
27833 cat confdefs.h
>>conftest.
$ac_ext
27834 cat >>conftest.
$ac_ext <<_ACEOF
27835 /* end confdefs.h. */
27837 /* Override any gcc2 internal prototype to avoid an error. */
27841 /* We use char because int might match the return type of a gcc2
27842 builtin and then its argument prototype would still apply. */
27852 rm -f conftest.
$ac_objext conftest
$ac_exeext
27853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27854 (eval $ac_link) 2>conftest.er1
27856 grep -v '^ *+' conftest.er1
>conftest.err
27858 cat conftest.err
>&5
27859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27860 (exit $ac_status); } &&
27861 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27863 (eval $ac_try) 2>&5
27865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27866 (exit $ac_status); }; } &&
27867 { ac_try
='test -s conftest$ac_exeext'
27868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27869 (eval $ac_try) 2>&5
27871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27872 (exit $ac_status); }; }; then
27873 ac_cv_lib_dnet_dnet_ntoa
=yes
27875 echo "$as_me: failed program was:" >&5
27876 sed 's/^/| /' conftest.
$ac_ext >&5
27878 ac_cv_lib_dnet_dnet_ntoa
=no
27880 rm -f conftest.err conftest.
$ac_objext \
27881 conftest
$ac_exeext conftest.
$ac_ext
27882 LIBS
=$ac_check_lib_save_LIBS
27884 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
27885 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
27886 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
27887 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
27890 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
27891 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
27892 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
27893 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
27894 echo $ECHO_N "(cached) $ECHO_C" >&6
27896 ac_check_lib_save_LIBS
=$LIBS
27897 LIBS
="-ldnet_stub $LIBS"
27898 cat >conftest.
$ac_ext <<_ACEOF
27901 cat confdefs.h
>>conftest.
$ac_ext
27902 cat >>conftest.
$ac_ext <<_ACEOF
27903 /* end confdefs.h. */
27905 /* Override any gcc2 internal prototype to avoid an error. */
27909 /* We use char because int might match the return type of a gcc2
27910 builtin and then its argument prototype would still apply. */
27920 rm -f conftest.
$ac_objext conftest
$ac_exeext
27921 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27922 (eval $ac_link) 2>conftest.er1
27924 grep -v '^ *+' conftest.er1
>conftest.err
27926 cat conftest.err
>&5
27927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27928 (exit $ac_status); } &&
27929 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27931 (eval $ac_try) 2>&5
27933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27934 (exit $ac_status); }; } &&
27935 { ac_try
='test -s conftest$ac_exeext'
27936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27937 (eval $ac_try) 2>&5
27939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27940 (exit $ac_status); }; }; then
27941 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
27943 echo "$as_me: failed program was:" >&5
27944 sed 's/^/| /' conftest.
$ac_ext >&5
27946 ac_cv_lib_dnet_stub_dnet_ntoa
=no
27948 rm -f conftest.err conftest.
$ac_objext \
27949 conftest
$ac_exeext conftest.
$ac_ext
27950 LIBS
=$ac_check_lib_save_LIBS
27952 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
27953 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
27954 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
27955 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
27960 rm -f conftest.err conftest.
$ac_objext \
27961 conftest
$ac_exeext conftest.
$ac_ext
27962 LIBS
="$ac_xsave_LIBS"
27964 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
27965 # to get the SysV transport functions.
27966 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
27968 # The nsl library prevents programs from opening the X display
27969 # on Irix 5.2, according to T.E. Dickey.
27970 # The functions gethostbyname, getservbyname, and inet_addr are
27971 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
27972 echo "$as_me:$LINENO: checking for gethostbyname" >&5
27973 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
27974 if test "${ac_cv_func_gethostbyname+set}" = set; then
27975 echo $ECHO_N "(cached) $ECHO_C" >&6
27977 cat >conftest.
$ac_ext <<_ACEOF
27980 cat confdefs.h
>>conftest.
$ac_ext
27981 cat >>conftest.
$ac_ext <<_ACEOF
27982 /* end confdefs.h. */
27983 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
27984 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27985 #define gethostbyname innocuous_gethostbyname
27987 /* System header to define __stub macros and hopefully few prototypes,
27988 which can conflict with char gethostbyname (); below.
27989 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27990 <limits.h> exists even on freestanding compilers. */
27993 # include <limits.h>
27995 # include <assert.h>
27998 #undef gethostbyname
28000 /* Override any gcc2 internal prototype to avoid an error. */
28005 /* We use char because int might match the return type of a gcc2
28006 builtin and then its argument prototype would still apply. */
28007 char gethostbyname ();
28008 /* The GNU C library defines this for functions which it implements
28009 to always fail with ENOSYS. Some functions are actually named
28010 something starting with __ and the normal name is an alias. */
28011 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
28014 char (*f) () = gethostbyname;
28023 return f != gethostbyname;
28028 rm -f conftest.
$ac_objext conftest
$ac_exeext
28029 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28030 (eval $ac_link) 2>conftest.er1
28032 grep -v '^ *+' conftest.er1
>conftest.err
28034 cat conftest.err
>&5
28035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28036 (exit $ac_status); } &&
28037 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28039 (eval $ac_try) 2>&5
28041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28042 (exit $ac_status); }; } &&
28043 { ac_try
='test -s conftest$ac_exeext'
28044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28045 (eval $ac_try) 2>&5
28047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28048 (exit $ac_status); }; }; then
28049 ac_cv_func_gethostbyname
=yes
28051 echo "$as_me: failed program was:" >&5
28052 sed 's/^/| /' conftest.
$ac_ext >&5
28054 ac_cv_func_gethostbyname
=no
28056 rm -f conftest.err conftest.
$ac_objext \
28057 conftest
$ac_exeext conftest.
$ac_ext
28059 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
28060 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
28062 if test $ac_cv_func_gethostbyname = no
; then
28063 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
28064 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
28065 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
28066 echo $ECHO_N "(cached) $ECHO_C" >&6
28068 ac_check_lib_save_LIBS
=$LIBS
28070 cat >conftest.
$ac_ext <<_ACEOF
28073 cat confdefs.h
>>conftest.
$ac_ext
28074 cat >>conftest.
$ac_ext <<_ACEOF
28075 /* end confdefs.h. */
28077 /* Override any gcc2 internal prototype to avoid an error. */
28081 /* We use char because int might match the return type of a gcc2
28082 builtin and then its argument prototype would still apply. */
28083 char gethostbyname ();
28092 rm -f conftest.
$ac_objext conftest
$ac_exeext
28093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28094 (eval $ac_link) 2>conftest.er1
28096 grep -v '^ *+' conftest.er1
>conftest.err
28098 cat conftest.err
>&5
28099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28100 (exit $ac_status); } &&
28101 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28103 (eval $ac_try) 2>&5
28105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28106 (exit $ac_status); }; } &&
28107 { ac_try
='test -s conftest$ac_exeext'
28108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28109 (eval $ac_try) 2>&5
28111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28112 (exit $ac_status); }; }; then
28113 ac_cv_lib_nsl_gethostbyname
=yes
28115 echo "$as_me: failed program was:" >&5
28116 sed 's/^/| /' conftest.
$ac_ext >&5
28118 ac_cv_lib_nsl_gethostbyname
=no
28120 rm -f conftest.err conftest.
$ac_objext \
28121 conftest
$ac_exeext conftest.
$ac_ext
28122 LIBS
=$ac_check_lib_save_LIBS
28124 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
28125 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
28126 if test $ac_cv_lib_nsl_gethostbyname = yes; then
28127 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
28130 if test $ac_cv_lib_nsl_gethostbyname = no
; then
28131 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
28132 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
28133 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
28134 echo $ECHO_N "(cached) $ECHO_C" >&6
28136 ac_check_lib_save_LIBS
=$LIBS
28138 cat >conftest.
$ac_ext <<_ACEOF
28141 cat confdefs.h
>>conftest.
$ac_ext
28142 cat >>conftest.
$ac_ext <<_ACEOF
28143 /* end confdefs.h. */
28145 /* Override any gcc2 internal prototype to avoid an error. */
28149 /* We use char because int might match the return type of a gcc2
28150 builtin and then its argument prototype would still apply. */
28151 char gethostbyname ();
28160 rm -f conftest.
$ac_objext conftest
$ac_exeext
28161 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28162 (eval $ac_link) 2>conftest.er1
28164 grep -v '^ *+' conftest.er1
>conftest.err
28166 cat conftest.err
>&5
28167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28168 (exit $ac_status); } &&
28169 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28171 (eval $ac_try) 2>&5
28173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28174 (exit $ac_status); }; } &&
28175 { ac_try
='test -s conftest$ac_exeext'
28176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28177 (eval $ac_try) 2>&5
28179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28180 (exit $ac_status); }; }; then
28181 ac_cv_lib_bsd_gethostbyname
=yes
28183 echo "$as_me: failed program was:" >&5
28184 sed 's/^/| /' conftest.
$ac_ext >&5
28186 ac_cv_lib_bsd_gethostbyname
=no
28188 rm -f conftest.err conftest.
$ac_objext \
28189 conftest
$ac_exeext conftest.
$ac_ext
28190 LIBS
=$ac_check_lib_save_LIBS
28192 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
28193 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
28194 if test $ac_cv_lib_bsd_gethostbyname = yes; then
28195 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
28201 # lieder@skyler.mavd.honeywell.com says without -lsocket,
28202 # socket/setsockopt and other routines are undefined under SCO ODT
28203 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
28204 # on later versions), says Simon Leinen: it contains gethostby*
28205 # variants that don't use the name server (or something). -lsocket
28206 # must be given before -lnsl if both are needed. We assume that
28207 # if connect needs -lnsl, so does gethostbyname.
28208 echo "$as_me:$LINENO: checking for connect" >&5
28209 echo $ECHO_N "checking for connect... $ECHO_C" >&6
28210 if test "${ac_cv_func_connect+set}" = set; then
28211 echo $ECHO_N "(cached) $ECHO_C" >&6
28213 cat >conftest.
$ac_ext <<_ACEOF
28216 cat confdefs.h
>>conftest.
$ac_ext
28217 cat >>conftest.
$ac_ext <<_ACEOF
28218 /* end confdefs.h. */
28219 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
28220 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28221 #define connect innocuous_connect
28223 /* System header to define __stub macros and hopefully few prototypes,
28224 which can conflict with char connect (); below.
28225 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28226 <limits.h> exists even on freestanding compilers. */
28229 # include <limits.h>
28231 # include <assert.h>
28236 /* Override any gcc2 internal prototype to avoid an error. */
28241 /* We use char because int might match the return type of a gcc2
28242 builtin and then its argument prototype would still apply. */
28244 /* The GNU C library defines this for functions which it implements
28245 to always fail with ENOSYS. Some functions are actually named
28246 something starting with __ and the normal name is an alias. */
28247 #if defined (__stub_connect) || defined (__stub___connect)
28250 char (*f) () = connect;
28259 return f != connect;
28264 rm -f conftest.
$ac_objext conftest
$ac_exeext
28265 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28266 (eval $ac_link) 2>conftest.er1
28268 grep -v '^ *+' conftest.er1
>conftest.err
28270 cat conftest.err
>&5
28271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28272 (exit $ac_status); } &&
28273 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28275 (eval $ac_try) 2>&5
28277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28278 (exit $ac_status); }; } &&
28279 { ac_try
='test -s conftest$ac_exeext'
28280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28281 (eval $ac_try) 2>&5
28283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28284 (exit $ac_status); }; }; then
28285 ac_cv_func_connect
=yes
28287 echo "$as_me: failed program was:" >&5
28288 sed 's/^/| /' conftest.
$ac_ext >&5
28290 ac_cv_func_connect
=no
28292 rm -f conftest.err conftest.
$ac_objext \
28293 conftest
$ac_exeext conftest.
$ac_ext
28295 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
28296 echo "${ECHO_T}$ac_cv_func_connect" >&6
28298 if test $ac_cv_func_connect = no
; then
28299 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
28300 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
28301 if test "${ac_cv_lib_socket_connect+set}" = set; then
28302 echo $ECHO_N "(cached) $ECHO_C" >&6
28304 ac_check_lib_save_LIBS
=$LIBS
28305 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
28306 cat >conftest.
$ac_ext <<_ACEOF
28309 cat confdefs.h
>>conftest.
$ac_ext
28310 cat >>conftest.
$ac_ext <<_ACEOF
28311 /* end confdefs.h. */
28313 /* Override any gcc2 internal prototype to avoid an error. */
28317 /* We use char because int might match the return type of a gcc2
28318 builtin and then its argument prototype would still apply. */
28328 rm -f conftest.
$ac_objext conftest
$ac_exeext
28329 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28330 (eval $ac_link) 2>conftest.er1
28332 grep -v '^ *+' conftest.er1
>conftest.err
28334 cat conftest.err
>&5
28335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28336 (exit $ac_status); } &&
28337 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28339 (eval $ac_try) 2>&5
28341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28342 (exit $ac_status); }; } &&
28343 { ac_try
='test -s conftest$ac_exeext'
28344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28345 (eval $ac_try) 2>&5
28347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28348 (exit $ac_status); }; }; then
28349 ac_cv_lib_socket_connect
=yes
28351 echo "$as_me: failed program was:" >&5
28352 sed 's/^/| /' conftest.
$ac_ext >&5
28354 ac_cv_lib_socket_connect
=no
28356 rm -f conftest.err conftest.
$ac_objext \
28357 conftest
$ac_exeext conftest.
$ac_ext
28358 LIBS
=$ac_check_lib_save_LIBS
28360 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
28361 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
28362 if test $ac_cv_lib_socket_connect = yes; then
28363 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
28368 # Guillermo Gomez says -lposix is necessary on A/UX.
28369 echo "$as_me:$LINENO: checking for remove" >&5
28370 echo $ECHO_N "checking for remove... $ECHO_C" >&6
28371 if test "${ac_cv_func_remove+set}" = set; then
28372 echo $ECHO_N "(cached) $ECHO_C" >&6
28374 cat >conftest.
$ac_ext <<_ACEOF
28377 cat confdefs.h
>>conftest.
$ac_ext
28378 cat >>conftest.
$ac_ext <<_ACEOF
28379 /* end confdefs.h. */
28380 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
28381 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28382 #define remove innocuous_remove
28384 /* System header to define __stub macros and hopefully few prototypes,
28385 which can conflict with char remove (); below.
28386 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28387 <limits.h> exists even on freestanding compilers. */
28390 # include <limits.h>
28392 # include <assert.h>
28397 /* Override any gcc2 internal prototype to avoid an error. */
28402 /* We use char because int might match the return type of a gcc2
28403 builtin and then its argument prototype would still apply. */
28405 /* The GNU C library defines this for functions which it implements
28406 to always fail with ENOSYS. Some functions are actually named
28407 something starting with __ and the normal name is an alias. */
28408 #if defined (__stub_remove) || defined (__stub___remove)
28411 char (*f) () = remove;
28420 return f != remove;
28425 rm -f conftest.
$ac_objext conftest
$ac_exeext
28426 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28427 (eval $ac_link) 2>conftest.er1
28429 grep -v '^ *+' conftest.er1
>conftest.err
28431 cat conftest.err
>&5
28432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28433 (exit $ac_status); } &&
28434 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28436 (eval $ac_try) 2>&5
28438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28439 (exit $ac_status); }; } &&
28440 { ac_try
='test -s conftest$ac_exeext'
28441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28442 (eval $ac_try) 2>&5
28444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28445 (exit $ac_status); }; }; then
28446 ac_cv_func_remove
=yes
28448 echo "$as_me: failed program was:" >&5
28449 sed 's/^/| /' conftest.
$ac_ext >&5
28451 ac_cv_func_remove
=no
28453 rm -f conftest.err conftest.
$ac_objext \
28454 conftest
$ac_exeext conftest.
$ac_ext
28456 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
28457 echo "${ECHO_T}$ac_cv_func_remove" >&6
28459 if test $ac_cv_func_remove = no
; then
28460 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
28461 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
28462 if test "${ac_cv_lib_posix_remove+set}" = set; then
28463 echo $ECHO_N "(cached) $ECHO_C" >&6
28465 ac_check_lib_save_LIBS
=$LIBS
28466 LIBS
="-lposix $LIBS"
28467 cat >conftest.
$ac_ext <<_ACEOF
28470 cat confdefs.h
>>conftest.
$ac_ext
28471 cat >>conftest.
$ac_ext <<_ACEOF
28472 /* end confdefs.h. */
28474 /* Override any gcc2 internal prototype to avoid an error. */
28478 /* We use char because int might match the return type of a gcc2
28479 builtin and then its argument prototype would still apply. */
28489 rm -f conftest.
$ac_objext conftest
$ac_exeext
28490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28491 (eval $ac_link) 2>conftest.er1
28493 grep -v '^ *+' conftest.er1
>conftest.err
28495 cat conftest.err
>&5
28496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28497 (exit $ac_status); } &&
28498 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28500 (eval $ac_try) 2>&5
28502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28503 (exit $ac_status); }; } &&
28504 { ac_try
='test -s conftest$ac_exeext'
28505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28506 (eval $ac_try) 2>&5
28508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28509 (exit $ac_status); }; }; then
28510 ac_cv_lib_posix_remove
=yes
28512 echo "$as_me: failed program was:" >&5
28513 sed 's/^/| /' conftest.
$ac_ext >&5
28515 ac_cv_lib_posix_remove
=no
28517 rm -f conftest.err conftest.
$ac_objext \
28518 conftest
$ac_exeext conftest.
$ac_ext
28519 LIBS
=$ac_check_lib_save_LIBS
28521 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
28522 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
28523 if test $ac_cv_lib_posix_remove = yes; then
28524 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
28529 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
28530 echo "$as_me:$LINENO: checking for shmat" >&5
28531 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
28532 if test "${ac_cv_func_shmat+set}" = set; then
28533 echo $ECHO_N "(cached) $ECHO_C" >&6
28535 cat >conftest.
$ac_ext <<_ACEOF
28538 cat confdefs.h
>>conftest.
$ac_ext
28539 cat >>conftest.
$ac_ext <<_ACEOF
28540 /* end confdefs.h. */
28541 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
28542 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28543 #define shmat innocuous_shmat
28545 /* System header to define __stub macros and hopefully few prototypes,
28546 which can conflict with char shmat (); below.
28547 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28548 <limits.h> exists even on freestanding compilers. */
28551 # include <limits.h>
28553 # include <assert.h>
28558 /* Override any gcc2 internal prototype to avoid an error. */
28563 /* We use char because int might match the return type of a gcc2
28564 builtin and then its argument prototype would still apply. */
28566 /* The GNU C library defines this for functions which it implements
28567 to always fail with ENOSYS. Some functions are actually named
28568 something starting with __ and the normal name is an alias. */
28569 #if defined (__stub_shmat) || defined (__stub___shmat)
28572 char (*f) () = shmat;
28586 rm -f conftest.
$ac_objext conftest
$ac_exeext
28587 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28588 (eval $ac_link) 2>conftest.er1
28590 grep -v '^ *+' conftest.er1
>conftest.err
28592 cat conftest.err
>&5
28593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28594 (exit $ac_status); } &&
28595 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28597 (eval $ac_try) 2>&5
28599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28600 (exit $ac_status); }; } &&
28601 { ac_try
='test -s conftest$ac_exeext'
28602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28603 (eval $ac_try) 2>&5
28605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28606 (exit $ac_status); }; }; then
28607 ac_cv_func_shmat
=yes
28609 echo "$as_me: failed program was:" >&5
28610 sed 's/^/| /' conftest.
$ac_ext >&5
28612 ac_cv_func_shmat
=no
28614 rm -f conftest.err conftest.
$ac_objext \
28615 conftest
$ac_exeext conftest.
$ac_ext
28617 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
28618 echo "${ECHO_T}$ac_cv_func_shmat" >&6
28620 if test $ac_cv_func_shmat = no
; then
28621 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
28622 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
28623 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
28624 echo $ECHO_N "(cached) $ECHO_C" >&6
28626 ac_check_lib_save_LIBS
=$LIBS
28628 cat >conftest.
$ac_ext <<_ACEOF
28631 cat confdefs.h
>>conftest.
$ac_ext
28632 cat >>conftest.
$ac_ext <<_ACEOF
28633 /* end confdefs.h. */
28635 /* Override any gcc2 internal prototype to avoid an error. */
28639 /* We use char because int might match the return type of a gcc2
28640 builtin and then its argument prototype would still apply. */
28650 rm -f conftest.
$ac_objext conftest
$ac_exeext
28651 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28652 (eval $ac_link) 2>conftest.er1
28654 grep -v '^ *+' conftest.er1
>conftest.err
28656 cat conftest.err
>&5
28657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28658 (exit $ac_status); } &&
28659 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28661 (eval $ac_try) 2>&5
28663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28664 (exit $ac_status); }; } &&
28665 { ac_try
='test -s conftest$ac_exeext'
28666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28667 (eval $ac_try) 2>&5
28669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28670 (exit $ac_status); }; }; then
28671 ac_cv_lib_ipc_shmat
=yes
28673 echo "$as_me: failed program was:" >&5
28674 sed 's/^/| /' conftest.
$ac_ext >&5
28676 ac_cv_lib_ipc_shmat
=no
28678 rm -f conftest.err conftest.
$ac_objext \
28679 conftest
$ac_exeext conftest.
$ac_ext
28680 LIBS
=$ac_check_lib_save_LIBS
28682 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
28683 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
28684 if test $ac_cv_lib_ipc_shmat = yes; then
28685 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
28691 # Check for libraries that X11R6 Xt/Xaw programs need.
28692 ac_save_LDFLAGS
=$LDFLAGS
28693 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
28694 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
28695 # check for ICE first), but we must link in the order -lSM -lICE or
28696 # we get undefined symbols. So assume we have SM if we have ICE.
28697 # These have to be linked with before -lX11, unlike the other
28698 # libraries we check for below, so use a different variable.
28699 # John Interrante, Karl Berry
28700 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
28701 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
28702 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
28703 echo $ECHO_N "(cached) $ECHO_C" >&6
28705 ac_check_lib_save_LIBS
=$LIBS
28706 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
28707 cat >conftest.
$ac_ext <<_ACEOF
28710 cat confdefs.h
>>conftest.
$ac_ext
28711 cat >>conftest.
$ac_ext <<_ACEOF
28712 /* end confdefs.h. */
28714 /* Override any gcc2 internal prototype to avoid an error. */
28718 /* We use char because int might match the return type of a gcc2
28719 builtin and then its argument prototype would still apply. */
28720 char IceConnectionNumber ();
28724 IceConnectionNumber ();
28729 rm -f conftest.
$ac_objext conftest
$ac_exeext
28730 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28731 (eval $ac_link) 2>conftest.er1
28733 grep -v '^ *+' conftest.er1
>conftest.err
28735 cat conftest.err
>&5
28736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28737 (exit $ac_status); } &&
28738 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28740 (eval $ac_try) 2>&5
28742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28743 (exit $ac_status); }; } &&
28744 { ac_try
='test -s conftest$ac_exeext'
28745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28746 (eval $ac_try) 2>&5
28748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28749 (exit $ac_status); }; }; then
28750 ac_cv_lib_ICE_IceConnectionNumber
=yes
28752 echo "$as_me: failed program was:" >&5
28753 sed 's/^/| /' conftest.
$ac_ext >&5
28755 ac_cv_lib_ICE_IceConnectionNumber
=no
28757 rm -f conftest.err conftest.
$ac_objext \
28758 conftest
$ac_exeext conftest.
$ac_ext
28759 LIBS
=$ac_check_lib_save_LIBS
28761 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
28762 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
28763 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
28764 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
28767 LDFLAGS
=$ac_save_LDFLAGS
28772 if test "$no_x" = "yes"; then
28773 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
28774 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
28775 { (exit 1); exit 1; }; }
28778 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
28779 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
28780 AFMINSTALL
=afminstall
28781 COMPILED_X_PROGRAM
=0
28785 if test "$wxUSE_X11" = 1; then
28786 if test "$wxUSE_NANOX" = "yes"; then
28787 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
28788 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
28789 if test "x$MICROWIN" = x
; then
28790 echo "$as_me:$LINENO: result: not found" >&5
28791 echo "${ECHO_T}not found" >&6
28792 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
28793 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
28794 { (exit 1); exit 1; }; }
28796 echo "$as_me:$LINENO: result: $MICROWIN" >&5
28797 echo "${ECHO_T}$MICROWIN" >&6
28798 cat >>confdefs.h
<<\_ACEOF
28799 #define wxUSE_NANOX 1
28805 if test "$wxUSE_UNICODE" = "yes"; then
28809 if test -z "$PKG_CONFIG"; then
28810 # Extract the first word of "pkg-config", so it can be a program name with args.
28811 set dummy pkg
-config; ac_word
=$2
28812 echo "$as_me:$LINENO: checking for $ac_word" >&5
28813 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28814 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28815 echo $ECHO_N "(cached) $ECHO_C" >&6
28817 case $PKG_CONFIG in
28819 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28822 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28823 for as_dir
in $PATH
28826 test -z "$as_dir" && as_dir
=.
28827 for ac_exec_ext
in '' $ac_executable_extensions; do
28828 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28829 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28830 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28836 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
28840 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28842 if test -n "$PKG_CONFIG"; then
28843 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28844 echo "${ECHO_T}$PKG_CONFIG" >&6
28846 echo "$as_me:$LINENO: result: no" >&5
28847 echo "${ECHO_T}no" >&6
28852 if test "$PKG_CONFIG" = "no" ; then
28853 echo "*** The pkg-config script could not be found. Make sure it is"
28854 echo "*** in your path, or set the PKG_CONFIG environment variable"
28855 echo "*** to the full path to pkg-config."
28856 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28858 PKG_CONFIG_MIN_VERSION
=0.9.0
28859 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28860 echo "$as_me:$LINENO: checking for pangox" >&5
28861 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
28863 if $PKG_CONFIG --exists "pangox" ; then
28864 echo "$as_me:$LINENO: result: yes" >&5
28865 echo "${ECHO_T}yes" >&6
28868 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
28869 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
28870 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
28871 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
28872 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
28874 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
28875 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
28876 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
28877 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
28878 echo "${ECHO_T}$PANGOX_LIBS" >&6
28882 ## If we have a custom action on failure, don't print errors, but
28883 ## do set a variable so people can do so.
28884 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
28891 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28892 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28896 if test $succeeded = yes; then
28898 CXXFLAGS
="$PANGOX_CFLAGS $CXXFLAGS"
28899 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
28903 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
28904 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
28905 { (exit 1); exit 1; }; }
28913 if test -z "$PKG_CONFIG"; then
28914 # Extract the first word of "pkg-config", so it can be a program name with args.
28915 set dummy pkg
-config; ac_word
=$2
28916 echo "$as_me:$LINENO: checking for $ac_word" >&5
28917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28918 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28919 echo $ECHO_N "(cached) $ECHO_C" >&6
28921 case $PKG_CONFIG in
28923 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28926 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28927 for as_dir
in $PATH
28930 test -z "$as_dir" && as_dir
=.
28931 for ac_exec_ext
in '' $ac_executable_extensions; do
28932 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28933 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28934 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28940 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
28944 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28946 if test -n "$PKG_CONFIG"; then
28947 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28948 echo "${ECHO_T}$PKG_CONFIG" >&6
28950 echo "$as_me:$LINENO: result: no" >&5
28951 echo "${ECHO_T}no" >&6
28956 if test "$PKG_CONFIG" = "no" ; then
28957 echo "*** The pkg-config script could not be found. Make sure it is"
28958 echo "*** in your path, or set the PKG_CONFIG environment variable"
28959 echo "*** to the full path to pkg-config."
28960 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28962 PKG_CONFIG_MIN_VERSION
=0.9.0
28963 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28964 echo "$as_me:$LINENO: checking for pangoft2" >&5
28965 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
28967 if $PKG_CONFIG --exists "pangoft2" ; then
28968 echo "$as_me:$LINENO: result: yes" >&5
28969 echo "${ECHO_T}yes" >&6
28972 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
28973 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
28974 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
28975 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
28976 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
28978 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
28979 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
28980 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
28981 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
28982 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
28986 ## If we have a custom action on failure, don't print errors, but
28987 ## do set a variable so people can do so.
28988 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
28995 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28996 echo "*** See http://www.freedesktop.org/software/pkgconfig"
29000 if test $succeeded = yes; then
29002 CXXFLAGS
="$PANGOFT2_CFLAGS $CXXFLAGS"
29003 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
29007 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
29008 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
29009 wxUSE_PRINTING_ARCHITECTURE
="no"
29017 if test -z "$PKG_CONFIG"; then
29018 # Extract the first word of "pkg-config", so it can be a program name with args.
29019 set dummy pkg
-config; ac_word
=$2
29020 echo "$as_me:$LINENO: checking for $ac_word" >&5
29021 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29022 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29023 echo $ECHO_N "(cached) $ECHO_C" >&6
29025 case $PKG_CONFIG in
29027 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
29030 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
29031 for as_dir
in $PATH
29034 test -z "$as_dir" && as_dir
=.
29035 for ac_exec_ext
in '' $ac_executable_extensions; do
29036 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29037 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
29038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29044 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
29048 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
29050 if test -n "$PKG_CONFIG"; then
29051 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
29052 echo "${ECHO_T}$PKG_CONFIG" >&6
29054 echo "$as_me:$LINENO: result: no" >&5
29055 echo "${ECHO_T}no" >&6
29060 if test "$PKG_CONFIG" = "no" ; then
29061 echo "*** The pkg-config script could not be found. Make sure it is"
29062 echo "*** in your path, or set the PKG_CONFIG environment variable"
29063 echo "*** to the full path to pkg-config."
29064 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
29066 PKG_CONFIG_MIN_VERSION
=0.9.0
29067 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
29068 echo "$as_me:$LINENO: checking for pangoxft" >&5
29069 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
29071 if $PKG_CONFIG --exists "pangoxft" ; then
29072 echo "$as_me:$LINENO: result: yes" >&5
29073 echo "${ECHO_T}yes" >&6
29076 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
29077 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
29078 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
29079 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
29080 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
29082 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
29083 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
29084 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
29085 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
29086 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
29090 ## If we have a custom action on failure, don't print errors, but
29091 ## do set a variable so people can do so.
29092 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
29099 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
29100 echo "*** See http://www.freedesktop.org/software/pkgconfig"
29104 if test $succeeded = yes; then
29106 cat >>confdefs.h
<<\_ACEOF
29107 #define HAVE_PANGO_XFT 1
29110 CXXFLAGS
="$PANGOXFT_CFLAGS $CXXFLAGS"
29111 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
29115 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
29116 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
29121 save_CFLAGS
="$CFLAGS"
29123 CFLAGS
="$PANGOX_CFLAGS $CFLAGS"
29124 LIBS
="$LIBS $PANGOX_LIBS"
29126 for ac_func
in pango_font_family_is_monospace
29128 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29129 echo "$as_me:$LINENO: checking for $ac_func" >&5
29130 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29131 if eval "test \"\${$as_ac_var+set}\" = set"; then
29132 echo $ECHO_N "(cached) $ECHO_C" >&6
29134 cat >conftest.
$ac_ext <<_ACEOF
29137 cat confdefs.h
>>conftest.
$ac_ext
29138 cat >>conftest.
$ac_ext <<_ACEOF
29139 /* end confdefs.h. */
29140 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29141 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29142 #define $ac_func innocuous_$ac_func
29144 /* System header to define __stub macros and hopefully few prototypes,
29145 which can conflict with char $ac_func (); below.
29146 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29147 <limits.h> exists even on freestanding compilers. */
29150 # include <limits.h>
29152 # include <assert.h>
29157 /* Override any gcc2 internal prototype to avoid an error. */
29162 /* We use char because int might match the return type of a gcc2
29163 builtin and then its argument prototype would still apply. */
29165 /* The GNU C library defines this for functions which it implements
29166 to always fail with ENOSYS. Some functions are actually named
29167 something starting with __ and the normal name is an alias. */
29168 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29171 char (*f) () = $ac_func;
29180 return f != $ac_func;
29185 rm -f conftest.
$ac_objext conftest
$ac_exeext
29186 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29187 (eval $ac_link) 2>conftest.er1
29189 grep -v '^ *+' conftest.er1
>conftest.err
29191 cat conftest.err
>&5
29192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29193 (exit $ac_status); } &&
29194 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29196 (eval $ac_try) 2>&5
29198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29199 (exit $ac_status); }; } &&
29200 { ac_try
='test -s conftest$ac_exeext'
29201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29202 (eval $ac_try) 2>&5
29204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29205 (exit $ac_status); }; }; then
29206 eval "$as_ac_var=yes"
29208 echo "$as_me: failed program was:" >&5
29209 sed 's/^/| /' conftest.
$ac_ext >&5
29211 eval "$as_ac_var=no"
29213 rm -f conftest.err conftest.
$ac_objext \
29214 conftest
$ac_exeext conftest.
$ac_ext
29216 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29217 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29218 if test `eval echo '${'$as_ac_var'}'` = yes; then
29219 cat >>confdefs.h
<<_ACEOF
29220 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29226 CFLAGS
="$save_CFLAGS"
29230 wxUSE_UNIVERSAL
="yes"
29232 if test "$wxUSE_NANOX" = "yes"; then
29233 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
29234 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"
29235 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
29237 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
29244 if test "$wxUSE_MOTIF" = 1; then
29245 if test "$wxUSE_UNICODE" = "yes"; then
29246 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
29247 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
29248 { (exit 1); exit 1; }; }
29251 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
29252 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
29255 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
29257 if test -f "$ac_dir/Xm/Xm.h"; then
29258 ac_find_includes
=$ac_dir
29263 if test "$ac_find_includes" != "" ; then
29264 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29265 echo "${ECHO_T}found in $ac_find_includes" >&6
29267 if test "x$ac_find_includes" = "x/usr/include"; then
29268 ac_path_to_include
=""
29270 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
29272 if test $result = 0; then
29273 ac_path_to_include
=""
29275 ac_path_to_include
=" -I$ac_find_includes"
29279 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
29281 save_CFLAGS
=$CFLAGS
29282 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
29284 cat >conftest.
$ac_ext <<_ACEOF
29287 cat confdefs.h
>>conftest.
$ac_ext
29288 cat >>conftest.
$ac_ext <<_ACEOF
29289 /* end confdefs.h. */
29298 version = xmUseVersion;
29304 rm -f conftest.
$ac_objext
29305 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29306 (eval $ac_compile) 2>conftest.er1
29308 grep -v '^ *+' conftest.er1
>conftest.err
29310 cat conftest.err
>&5
29311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29312 (exit $ac_status); } &&
29313 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29315 (eval $ac_try) 2>&5
29317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29318 (exit $ac_status); }; } &&
29319 { ac_try
='test -s conftest.$ac_objext'
29320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29321 (eval $ac_try) 2>&5
29323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29324 (exit $ac_status); }; }; then
29326 echo "$as_me:$LINENO: result: found in default search path" >&5
29327 echo "${ECHO_T}found in default search path" >&6
29328 COMPILED_X_PROGRAM
=1
29331 echo "$as_me: failed program was:" >&5
29332 sed 's/^/| /' conftest.
$ac_ext >&5
29335 echo "$as_me:$LINENO: result: no" >&5
29336 echo "${ECHO_T}no" >&6
29337 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
29338 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
29339 { (exit 1); exit 1; }; }
29343 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29345 CFLAGS
=$save_CFLAGS
29349 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
29350 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
29353 for ac_dir
in $SEARCH_LIB;
29355 for ac_extension
in a so sl dylib dll.a
; do
29356 if test -f "$ac_dir/libXm.$ac_extension"; then
29357 ac_find_libraries
=$ac_dir
29364 if test "x$ac_find_libraries" != "x" ; then
29365 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29366 echo "${ECHO_T}found in $ac_find_libraries" >&6
29369 if test "$ac_find_libraries" = "default location"; then
29372 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
29374 if test $result = 0; then
29377 ac_path_to_link
=" -L$ac_find_libraries"
29381 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
29383 save_CFLAGS
=$CFLAGS
29384 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
29386 LIBS
="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
29388 cat >conftest.
$ac_ext <<_ACEOF
29391 cat confdefs.h
>>conftest.
$ac_ext
29392 cat >>conftest.
$ac_ext <<_ACEOF
29393 /* end confdefs.h. */
29402 version = xmUseVersion;
29408 rm -f conftest.
$ac_objext conftest
$ac_exeext
29409 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29410 (eval $ac_link) 2>conftest.er1
29412 grep -v '^ *+' conftest.er1
>conftest.err
29414 cat conftest.err
>&5
29415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29416 (exit $ac_status); } &&
29417 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29419 (eval $ac_try) 2>&5
29421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29422 (exit $ac_status); }; } &&
29423 { ac_try
='test -s conftest$ac_exeext'
29424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29425 (eval $ac_try) 2>&5
29427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29428 (exit $ac_status); }; }; then
29430 echo "$as_me:$LINENO: result: found in default search path" >&5
29431 echo "${ECHO_T}found in default search path" >&6
29432 COMPILED_X_PROGRAM
=1
29435 echo "$as_me: failed program was:" >&5
29436 sed 's/^/| /' conftest.
$ac_ext >&5
29439 echo "$as_me:$LINENO: result: no" >&5
29440 echo "${ECHO_T}no" >&6
29441 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
29442 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
29443 { (exit 1); exit 1; }; }
29447 rm -f conftest.err conftest.
$ac_objext \
29448 conftest
$ac_exeext conftest.
$ac_ext
29450 CFLAGS
=$save_CFLAGS
29454 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
29455 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
29459 for libp
in "" " -lXp"; do
29460 if test "$libs_found" = "0"; then
29461 for libsm_ice
in "" " -lSM -lICE"; do
29462 if test "$libs_found" = "0"; then
29464 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
29465 save_CFLAGS
=$CFLAGS
29466 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
29468 cat >conftest.
$ac_ext <<_ACEOF
29471 cat confdefs.h
>>conftest.
$ac_ext
29472 cat >>conftest.
$ac_ext <<_ACEOF
29473 /* end confdefs.h. */
29476 #include <Xm/List.h>
29482 XmString string = NULL;
29485 XmListAddItem(w, string, position);
29491 rm -f conftest.
$ac_objext conftest
$ac_exeext
29492 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29493 (eval $ac_link) 2>conftest.er1
29495 grep -v '^ *+' conftest.er1
>conftest.err
29497 cat conftest.err
>&5
29498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29499 (exit $ac_status); } &&
29500 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29502 (eval $ac_try) 2>&5
29504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29505 (exit $ac_status); }; } &&
29506 { ac_try
='test -s conftest$ac_exeext'
29507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29508 (eval $ac_try) 2>&5
29510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29511 (exit $ac_status); }; }; then
29514 libsm_ice_link
="$libsm_ice"
29515 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
29516 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
29520 echo "$as_me: failed program was:" >&5
29521 sed 's/^/| /' conftest.
$ac_ext >&5
29526 rm -f conftest.err conftest.
$ac_objext \
29527 conftest
$ac_exeext conftest.
$ac_ext
29530 CFLAGS
=$save_CFLAGS
29536 if test "$libs_found" = "0"; then
29537 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
29538 echo "${ECHO_T}can't find the right libraries" >&6
29539 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
29540 echo "$as_me: error: can't link a simple motif program" >&2;}
29541 { (exit 1); exit 1; }; }
29544 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
29545 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
29546 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
29547 echo $ECHO_N "(cached) $ECHO_C" >&6
29549 ac_check_lib_save_LIBS
=$LIBS
29551 cat >conftest.
$ac_ext <<_ACEOF
29554 cat confdefs.h
>>conftest.
$ac_ext
29555 cat >>conftest.
$ac_ext <<_ACEOF
29556 /* end confdefs.h. */
29558 /* Override any gcc2 internal prototype to avoid an error. */
29562 /* We use char because int might match the return type of a gcc2
29563 builtin and then its argument prototype would still apply. */
29564 char SgCreateList ();
29573 rm -f conftest.
$ac_objext conftest
$ac_exeext
29574 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29575 (eval $ac_link) 2>conftest.er1
29577 grep -v '^ *+' conftest.er1
>conftest.err
29579 cat conftest.err
>&5
29580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29581 (exit $ac_status); } &&
29582 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29584 (eval $ac_try) 2>&5
29586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29587 (exit $ac_status); }; } &&
29588 { ac_try
='test -s conftest$ac_exeext'
29589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29590 (eval $ac_try) 2>&5
29592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29593 (exit $ac_status); }; }; then
29594 ac_cv_lib_Sgm_SgCreateList
=yes
29596 echo "$as_me: failed program was:" >&5
29597 sed 's/^/| /' conftest.
$ac_ext >&5
29599 ac_cv_lib_Sgm_SgCreateList
=no
29601 rm -f conftest.err conftest.
$ac_objext \
29602 conftest
$ac_exeext conftest.
$ac_ext
29603 LIBS
=$ac_check_lib_save_LIBS
29605 echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
29606 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
29607 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
29608 libsgm_link
=" -lSgm"
29612 save_CFLAGS
=$CFLAGS
29613 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
29615 echo "$as_me:$LINENO: checking for Motif 2" >&5
29616 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
29617 if test "${wx_cv_lib_motif2+set}" = set; then
29618 echo $ECHO_N "(cached) $ECHO_C" >&6
29620 cat >conftest.
$ac_ext <<_ACEOF
29623 cat confdefs.h
>>conftest.
$ac_ext
29624 cat >>conftest.
$ac_ext <<_ACEOF
29625 /* end confdefs.h. */
29633 #if XmVersion < 2000
29641 rm -f conftest.
$ac_objext
29642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29643 (eval $ac_compile) 2>conftest.er1
29645 grep -v '^ *+' conftest.er1
>conftest.err
29647 cat conftest.err
>&5
29648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29649 (exit $ac_status); } &&
29650 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29652 (eval $ac_try) 2>&5
29654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29655 (exit $ac_status); }; } &&
29656 { ac_try
='test -s conftest.$ac_objext'
29657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29658 (eval $ac_try) 2>&5
29660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29661 (exit $ac_status); }; }; then
29662 wx_cv_lib_motif2
="yes"
29664 echo "$as_me: failed program was:" >&5
29665 sed 's/^/| /' conftest.
$ac_ext >&5
29667 wx_cv_lib_motif2
="no"
29669 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29671 echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
29672 echo "${ECHO_T}$wx_cv_lib_motif2" >&6
29673 if test "$wx_cv_lib_motif2" = "yes"; then
29674 cat >>confdefs.h
<<\_ACEOF
29675 #define __WXMOTIF20__ 1
29679 cat >>confdefs.h
<<\_ACEOF
29680 #define __WXMOTIF20__ 0
29685 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
29686 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
29687 if test "${wx_cv_lib_lesstif+set}" = set; then
29688 echo $ECHO_N "(cached) $ECHO_C" >&6
29690 cat >conftest.
$ac_ext <<_ACEOF
29693 cat confdefs.h
>>conftest.
$ac_ext
29694 cat >>conftest.
$ac_ext <<_ACEOF
29695 /* end confdefs.h. */
29703 #if !defined(LesstifVersion) || LesstifVersion <= 0
29711 rm -f conftest.
$ac_objext
29712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29713 (eval $ac_compile) 2>conftest.er1
29715 grep -v '^ *+' conftest.er1
>conftest.err
29717 cat conftest.err
>&5
29718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29719 (exit $ac_status); } &&
29720 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29722 (eval $ac_try) 2>&5
29724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29725 (exit $ac_status); }; } &&
29726 { ac_try
='test -s conftest.$ac_objext'
29727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29728 (eval $ac_try) 2>&5
29730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29731 (exit $ac_status); }; }; then
29732 wx_cv_lib_lesstif
="yes"
29734 echo "$as_me: failed program was:" >&5
29735 sed 's/^/| /' conftest.
$ac_ext >&5
29737 wx_cv_lib_lesstif
="no"
29739 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29742 echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
29743 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
29744 if test "$wx_cv_lib_lesstif" = "yes"; then
29745 cat >>confdefs.h
<<\_ACEOF
29746 #define __WXLESSTIF__ 1
29750 cat >>confdefs.h
<<\_ACEOF
29751 #define __WXLESSTIF__ 0
29756 CFLAGS
=$save_CFLAGS
29758 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
29763 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
29764 if test "$wxUSE_LIBXPM" = "sys"; then
29765 echo "$as_me:$LINENO: checking for Xpm library" >&5
29766 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
29769 for ac_dir
in $SEARCH_LIB;
29771 for ac_extension
in a so sl dylib dll.a
; do
29772 if test -f "$ac_dir/libXpm.$ac_extension"; then
29773 ac_find_libraries
=$ac_dir
29779 if test "$ac_find_libraries" != "" ; then
29781 if test "$ac_find_libraries" = "default location"; then
29784 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
29786 if test $result = 0; then
29789 ac_path_to_link
=" -L$ac_find_libraries"
29793 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
29794 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29795 echo "${ECHO_T}found in $ac_find_libraries" >&6
29797 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
29798 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
29799 if test "${wx_cv_x11_xpm_h+set}" = set; then
29800 echo $ECHO_N "(cached) $ECHO_C" >&6
29803 save_CFLAGS
=$CFLAGS
29804 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
29806 cat >conftest.
$ac_ext <<_ACEOF
29809 cat confdefs.h
>>conftest.
$ac_ext
29810 cat >>conftest.
$ac_ext <<_ACEOF
29811 /* end confdefs.h. */
29813 #include <X11/xpm.h>
29820 version = XpmLibraryVersion();
29826 rm -f conftest.
$ac_objext
29827 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29828 (eval $ac_compile) 2>conftest.er1
29830 grep -v '^ *+' conftest.er1
>conftest.err
29832 cat conftest.err
>&5
29833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29834 (exit $ac_status); } &&
29835 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29837 (eval $ac_try) 2>&5
29839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29840 (exit $ac_status); }; } &&
29841 { ac_try
='test -s conftest.$ac_objext'
29842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29843 (eval $ac_try) 2>&5
29845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29846 (exit $ac_status); }; }; then
29847 wx_cv_x11_xpm_h
=yes
29849 echo "$as_me: failed program was:" >&5
29850 sed 's/^/| /' conftest.
$ac_ext >&5
29855 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29857 CFLAGS
=$save_CFLAGS
29861 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
29862 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
29864 if test $wx_cv_x11_xpm_h = "yes"; then
29865 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
29866 cat >>confdefs.h
<<\_ACEOF
29867 #define wxHAVE_LIB_XPM 1
29871 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
29872 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
29878 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
29879 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
29880 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
29881 echo $ECHO_N "(cached) $ECHO_C" >&6
29883 ac_check_lib_save_LIBS
=$LIBS
29884 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
29885 cat >conftest.
$ac_ext <<_ACEOF
29888 cat confdefs.h
>>conftest.
$ac_ext
29889 cat >>conftest.
$ac_ext <<_ACEOF
29890 /* end confdefs.h. */
29892 /* Override any gcc2 internal prototype to avoid an error. */
29896 /* We use char because int might match the return type of a gcc2
29897 builtin and then its argument prototype would still apply. */
29898 char XShapeQueryExtension ();
29902 XShapeQueryExtension ();
29907 rm -f conftest.
$ac_objext conftest
$ac_exeext
29908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29909 (eval $ac_link) 2>conftest.er1
29911 grep -v '^ *+' conftest.er1
>conftest.err
29913 cat conftest.err
>&5
29914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29915 (exit $ac_status); } &&
29916 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29918 (eval $ac_try) 2>&5
29920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29921 (exit $ac_status); }; } &&
29922 { ac_try
='test -s conftest$ac_exeext'
29923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29924 (eval $ac_try) 2>&5
29926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29927 (exit $ac_status); }; }; then
29928 ac_cv_lib_Xext_XShapeQueryExtension
=yes
29930 echo "$as_me: failed program was:" >&5
29931 sed 's/^/| /' conftest.
$ac_ext >&5
29933 ac_cv_lib_Xext_XShapeQueryExtension
=no
29935 rm -f conftest.err conftest.
$ac_objext \
29936 conftest
$ac_exeext conftest.
$ac_ext
29937 LIBS
=$ac_check_lib_save_LIBS
29939 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
29940 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
29941 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
29943 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
29949 if test "$wxHAVE_XEXT_LIB" = 1; then
29950 save_CFLAGS
="$CFLAGS"
29951 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
29953 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
29954 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
29955 cat >conftest.
$ac_ext <<_ACEOF
29958 cat confdefs.h
>>conftest.
$ac_ext
29959 cat >>conftest.
$ac_ext <<_ACEOF
29960 /* end confdefs.h. */
29962 #include <X11/Xlib.h>
29963 #include <X11/extensions/shape.h>
29969 int dummy1, dummy2;
29970 XShapeQueryExtension((Display*)NULL,
29971 (int*)NULL, (int*)NULL);
29977 rm -f conftest.
$ac_objext
29978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29979 (eval $ac_compile) 2>conftest.er1
29981 grep -v '^ *+' conftest.er1
>conftest.err
29983 cat conftest.err
>&5
29984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29985 (exit $ac_status); } &&
29986 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29988 (eval $ac_try) 2>&5
29990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29991 (exit $ac_status); }; } &&
29992 { ac_try
='test -s conftest.$ac_objext'
29993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29994 (eval $ac_try) 2>&5
29996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29997 (exit $ac_status); }; }; then
29999 cat >>confdefs.h
<<\_ACEOF
30000 #define HAVE_XSHAPE 1
30003 echo "$as_me:$LINENO: result: found" >&5
30004 echo "${ECHO_T}found" >&6
30007 echo "$as_me: failed program was:" >&5
30008 sed 's/^/| /' conftest.
$ac_ext >&5
30011 echo "$as_me:$LINENO: result: not found" >&5
30012 echo "${ECHO_T}not found" >&6
30015 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30016 CFLAGS
="$save_CFLAGS"
30021 if test "$wxUSE_MAC" = 1; then
30022 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
30023 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
30024 if test "$GCC" = yes; then
30025 echo "$as_me:$LINENO: result: gcc" >&5
30026 echo "${ECHO_T}gcc" >&6
30027 CPPFLAGS_PASCAL
="-fpascal-strings"
30028 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
30029 echo "$as_me:$LINENO: result: xlc" >&5
30030 echo "${ECHO_T}xlc" >&6
30031 CPPFLAGS_PASCAL
="-qmacpstr"
30033 echo "$as_me:$LINENO: result: none" >&5
30034 echo "${ECHO_T}none" >&6
30037 if test "x$wxUSE_UNIX" = "xyes"; then
30038 CPPFLAGS
="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon $CPPFLAGS"
30040 CPPFLAGS
="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON $CPPFLAGS"
30045 WXBASEPORT
="_carbon"
30048 if test "$wxUSE_COCOA" = 1; then
30053 if test "$wxUSE_PM" = 1; then
30056 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
30057 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
30058 if test "${wx_cv_spbcdata+set}" = set; then
30059 echo $ECHO_N "(cached) $ECHO_C" >&6
30062 cat >conftest.
$ac_ext <<_ACEOF
30065 cat confdefs.h
>>conftest.
$ac_ext
30066 cat >>conftest.
$ac_ext <<_ACEOF
30067 /* end confdefs.h. */
30082 rm -f conftest.
$ac_objext
30083 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30084 (eval $ac_compile) 2>conftest.er1
30086 grep -v '^ *+' conftest.er1
>conftest.err
30088 cat conftest.err
>&5
30089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30090 (exit $ac_status); } &&
30091 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30093 (eval $ac_try) 2>&5
30095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30096 (exit $ac_status); }; } &&
30097 { ac_try
='test -s conftest.$ac_objext'
30098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30099 (eval $ac_try) 2>&5
30101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30102 (exit $ac_status); }; }; then
30105 echo "$as_me: failed program was:" >&5
30106 sed 's/^/| /' conftest.
$ac_ext >&5
30111 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30115 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
30116 echo "${ECHO_T}$wx_cv_spbcdata" >&6
30118 if test $wx_cv_spbcdata = "yes"; then
30119 cat >>confdefs.h
<<\_ACEOF
30120 #define HAVE_SPBCDATA 1
30126 if test "$TOOLKIT" = "PM" ; then
30129 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
30132 if test "$wxUSE_UNIVERSAL" = "yes"; then
30133 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
30137 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
30138 DISTDIR
="wx\$(TOOLKIT)"
30144 if test "$USE_WIN32" = 1 ; then
30148 GUIDIST
="BASE_DIST"
30153 if test "$wxUSE_GUI" = "yes"; then
30154 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
30156 for ac_header
in X
11/Xlib.h
30158 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30159 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30160 echo "$as_me:$LINENO: checking for $ac_header" >&5
30161 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30162 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30163 echo $ECHO_N "(cached) $ECHO_C" >&6
30165 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30166 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30168 # Is the header compilable?
30169 echo "$as_me:$LINENO: checking $ac_header usability" >&5
30170 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
30171 cat >conftest.
$ac_ext <<_ACEOF
30174 cat confdefs.h
>>conftest.
$ac_ext
30175 cat >>conftest.
$ac_ext <<_ACEOF
30176 /* end confdefs.h. */
30177 $ac_includes_default
30178 #include <$ac_header>
30180 rm -f conftest.
$ac_objext
30181 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30182 (eval $ac_compile) 2>conftest.er1
30184 grep -v '^ *+' conftest.er1
>conftest.err
30186 cat conftest.err
>&5
30187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30188 (exit $ac_status); } &&
30189 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30191 (eval $ac_try) 2>&5
30193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30194 (exit $ac_status); }; } &&
30195 { ac_try
='test -s conftest.$ac_objext'
30196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30197 (eval $ac_try) 2>&5
30199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30200 (exit $ac_status); }; }; then
30201 ac_header_compiler
=yes
30203 echo "$as_me: failed program was:" >&5
30204 sed 's/^/| /' conftest.
$ac_ext >&5
30206 ac_header_compiler
=no
30208 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30209 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30210 echo "${ECHO_T}$ac_header_compiler" >&6
30212 # Is the header present?
30213 echo "$as_me:$LINENO: checking $ac_header presence" >&5
30214 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
30215 cat >conftest.
$ac_ext <<_ACEOF
30218 cat confdefs.h
>>conftest.
$ac_ext
30219 cat >>conftest.
$ac_ext <<_ACEOF
30220 /* end confdefs.h. */
30221 #include <$ac_header>
30223 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30224 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
30226 grep -v '^ *+' conftest.er1
>conftest.err
30228 cat conftest.err
>&5
30229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30230 (exit $ac_status); } >/dev
/null
; then
30231 if test -s conftest.err
; then
30232 ac_cpp_err
=$ac_c_preproc_warn_flag
30233 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
30240 if test -z "$ac_cpp_err"; then
30241 ac_header_preproc
=yes
30243 echo "$as_me: failed program was:" >&5
30244 sed 's/^/| /' conftest.
$ac_ext >&5
30246 ac_header_preproc
=no
30248 rm -f conftest.err conftest.
$ac_ext
30249 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30250 echo "${ECHO_T}$ac_header_preproc" >&6
30252 # So? What about this header?
30253 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30255 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
30256 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
30257 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
30258 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
30259 ac_header_preproc
=yes
30262 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
30263 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
30264 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
30265 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
30266 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
30267 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
30268 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
30269 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
30270 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
30271 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
30272 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
30273 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
30276 ## ----------------------------------------- ##
30277 ## Report this to wx-dev@lists.wxwidgets.org ##
30278 ## ----------------------------------------- ##
30281 sed "s/^/$as_me: WARNING: /" >&2
30284 echo "$as_me:$LINENO: checking for $ac_header" >&5
30285 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30286 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30287 echo $ECHO_N "(cached) $ECHO_C" >&6
30289 eval "$as_ac_Header=\$ac_header_preproc"
30291 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30292 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30295 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30296 cat >>confdefs.h
<<_ACEOF
30297 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30305 for ac_header
in X
11/XKBlib.h
30307 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30308 echo "$as_me:$LINENO: checking for $ac_header" >&5
30309 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30310 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30311 echo $ECHO_N "(cached) $ECHO_C" >&6
30313 cat >conftest.
$ac_ext <<_ACEOF
30316 cat confdefs.h
>>conftest.
$ac_ext
30317 cat >>conftest.
$ac_ext <<_ACEOF
30318 /* end confdefs.h. */
30320 #if HAVE_X11_XLIB_H
30321 #include <X11/Xlib.h>
30325 #include <$ac_header>
30327 rm -f conftest.
$ac_objext
30328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30329 (eval $ac_compile) 2>conftest.er1
30331 grep -v '^ *+' conftest.er1
>conftest.err
30333 cat conftest.err
>&5
30334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30335 (exit $ac_status); } &&
30336 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30338 (eval $ac_try) 2>&5
30340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30341 (exit $ac_status); }; } &&
30342 { ac_try
='test -s conftest.$ac_objext'
30343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30344 (eval $ac_try) 2>&5
30346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30347 (exit $ac_status); }; }; then
30348 eval "$as_ac_Header=yes"
30350 echo "$as_me: failed program was:" >&5
30351 sed 's/^/| /' conftest.
$ac_ext >&5
30353 eval "$as_ac_Header=no"
30355 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30357 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30358 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30359 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30360 cat >>confdefs.h
<<_ACEOF
30361 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30376 if test "$TOOLKIT" != "MSW" ; then
30378 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
30380 if test "${ac_cv_header_sql_h+set}" = set; then
30381 echo "$as_me:$LINENO: checking for sql.h" >&5
30382 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30383 if test "${ac_cv_header_sql_h+set}" = set; then
30384 echo $ECHO_N "(cached) $ECHO_C" >&6
30386 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30387 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30389 # Is the header compilable?
30390 echo "$as_me:$LINENO: checking sql.h usability" >&5
30391 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
30392 cat >conftest.
$ac_ext <<_ACEOF
30395 cat confdefs.h
>>conftest.
$ac_ext
30396 cat >>conftest.
$ac_ext <<_ACEOF
30397 /* end confdefs.h. */
30398 $ac_includes_default
30401 rm -f conftest.
$ac_objext
30402 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30403 (eval $ac_compile) 2>conftest.er1
30405 grep -v '^ *+' conftest.er1
>conftest.err
30407 cat conftest.err
>&5
30408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30409 (exit $ac_status); } &&
30410 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30412 (eval $ac_try) 2>&5
30414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30415 (exit $ac_status); }; } &&
30416 { ac_try
='test -s conftest.$ac_objext'
30417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30418 (eval $ac_try) 2>&5
30420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30421 (exit $ac_status); }; }; then
30422 ac_header_compiler
=yes
30424 echo "$as_me: failed program was:" >&5
30425 sed 's/^/| /' conftest.
$ac_ext >&5
30427 ac_header_compiler
=no
30429 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30430 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30431 echo "${ECHO_T}$ac_header_compiler" >&6
30433 # Is the header present?
30434 echo "$as_me:$LINENO: checking sql.h presence" >&5
30435 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
30436 cat >conftest.
$ac_ext <<_ACEOF
30439 cat confdefs.h
>>conftest.
$ac_ext
30440 cat >>conftest.
$ac_ext <<_ACEOF
30441 /* end confdefs.h. */
30444 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30445 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
30447 grep -v '^ *+' conftest.er1
>conftest.err
30449 cat conftest.err
>&5
30450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30451 (exit $ac_status); } >/dev
/null
; then
30452 if test -s conftest.err
; then
30453 ac_cpp_err
=$ac_c_preproc_warn_flag
30454 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
30461 if test -z "$ac_cpp_err"; then
30462 ac_header_preproc
=yes
30464 echo "$as_me: failed program was:" >&5
30465 sed 's/^/| /' conftest.
$ac_ext >&5
30467 ac_header_preproc
=no
30469 rm -f conftest.err conftest.
$ac_ext
30470 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30471 echo "${ECHO_T}$ac_header_preproc" >&6
30473 # So? What about this header?
30474 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30476 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
30477 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
30478 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
30479 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
30480 ac_header_preproc
=yes
30483 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
30484 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
30485 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
30486 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
30487 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
30488 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
30489 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
30490 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
30491 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
30492 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
30493 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
30494 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
30497 ## ----------------------------------------- ##
30498 ## Report this to wx-dev@lists.wxwidgets.org ##
30499 ## ----------------------------------------- ##
30502 sed "s/^/$as_me: WARNING: /" >&2
30505 echo "$as_me:$LINENO: checking for sql.h" >&5
30506 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
30507 if test "${ac_cv_header_sql_h+set}" = set; then
30508 echo $ECHO_N "(cached) $ECHO_C" >&6
30510 ac_cv_header_sql_h
=$ac_header_preproc
30512 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
30513 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
30516 if test $ac_cv_header_sql_h = yes; then
30521 if test "x$found_sql_h" = "x1" ; then
30522 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
30523 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
30524 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
30525 echo $ECHO_N "(cached) $ECHO_C" >&6
30527 ac_check_lib_save_LIBS
=$LIBS
30528 LIBS
="-liodbc $LIBS"
30529 cat >conftest.
$ac_ext <<_ACEOF
30532 cat confdefs.h
>>conftest.
$ac_ext
30533 cat >>conftest.
$ac_ext <<_ACEOF
30534 /* end confdefs.h. */
30536 /* Override any gcc2 internal prototype to avoid an error. */
30540 /* We use char because int might match the return type of a gcc2
30541 builtin and then its argument prototype would still apply. */
30542 char SQLAllocEnv ();
30551 rm -f conftest.
$ac_objext conftest
$ac_exeext
30552 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30553 (eval $ac_link) 2>conftest.er1
30555 grep -v '^ *+' conftest.er1
>conftest.err
30557 cat conftest.err
>&5
30558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30559 (exit $ac_status); } &&
30560 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30562 (eval $ac_try) 2>&5
30564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30565 (exit $ac_status); }; } &&
30566 { ac_try
='test -s conftest$ac_exeext'
30567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30568 (eval $ac_try) 2>&5
30570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30571 (exit $ac_status); }; }; then
30572 ac_cv_lib_iodbc_SQLAllocEnv
=yes
30574 echo "$as_me: failed program was:" >&5
30575 sed 's/^/| /' conftest.
$ac_ext >&5
30577 ac_cv_lib_iodbc_SQLAllocEnv
=no
30579 rm -f conftest.err conftest.
$ac_objext \
30580 conftest
$ac_exeext conftest.
$ac_ext
30581 LIBS
=$ac_check_lib_save_LIBS
30583 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
30584 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
30585 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
30586 ODBC_LINK
=" -liodbc"
30589 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
30590 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
30591 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
30592 echo $ECHO_N "(cached) $ECHO_C" >&6
30594 ac_check_lib_save_LIBS
=$LIBS
30595 LIBS
="-lunixodbc $LIBS"
30596 cat >conftest.
$ac_ext <<_ACEOF
30599 cat confdefs.h
>>conftest.
$ac_ext
30600 cat >>conftest.
$ac_ext <<_ACEOF
30601 /* end confdefs.h. */
30603 /* Override any gcc2 internal prototype to avoid an error. */
30607 /* We use char because int might match the return type of a gcc2
30608 builtin and then its argument prototype would still apply. */
30609 char SQLAllocEnv ();
30618 rm -f conftest.
$ac_objext conftest
$ac_exeext
30619 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30620 (eval $ac_link) 2>conftest.er1
30622 grep -v '^ *+' conftest.er1
>conftest.err
30624 cat conftest.err
>&5
30625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30626 (exit $ac_status); } &&
30627 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30629 (eval $ac_try) 2>&5
30631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30632 (exit $ac_status); }; } &&
30633 { ac_try
='test -s conftest$ac_exeext'
30634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30635 (eval $ac_try) 2>&5
30637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30638 (exit $ac_status); }; }; then
30639 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
30641 echo "$as_me: failed program was:" >&5
30642 sed 's/^/| /' conftest.
$ac_ext >&5
30644 ac_cv_lib_unixodbc_SQLAllocEnv
=no
30646 rm -f conftest.err conftest.
$ac_objext \
30647 conftest
$ac_exeext conftest.
$ac_ext
30648 LIBS
=$ac_check_lib_save_LIBS
30650 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
30651 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
30652 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
30653 ODBC_LINK
=" -lunixodbc"
30656 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
30657 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
30658 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
30659 echo $ECHO_N "(cached) $ECHO_C" >&6
30661 ac_check_lib_save_LIBS
=$LIBS
30662 LIBS
="-lodbc $LIBS"
30663 cat >conftest.
$ac_ext <<_ACEOF
30666 cat confdefs.h
>>conftest.
$ac_ext
30667 cat >>conftest.
$ac_ext <<_ACEOF
30668 /* end confdefs.h. */
30670 /* Override any gcc2 internal prototype to avoid an error. */
30674 /* We use char because int might match the return type of a gcc2
30675 builtin and then its argument prototype would still apply. */
30676 char SQLAllocEnv ();
30685 rm -f conftest.
$ac_objext conftest
$ac_exeext
30686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30687 (eval $ac_link) 2>conftest.er1
30689 grep -v '^ *+' conftest.er1
>conftest.err
30691 cat conftest.err
>&5
30692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30693 (exit $ac_status); } &&
30694 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30696 (eval $ac_try) 2>&5
30698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30699 (exit $ac_status); }; } &&
30700 { ac_try
='test -s conftest$ac_exeext'
30701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30702 (eval $ac_try) 2>&5
30704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30705 (exit $ac_status); }; }; then
30706 ac_cv_lib_odbc_SQLAllocEnv
=yes
30708 echo "$as_me: failed program was:" >&5
30709 sed 's/^/| /' conftest.
$ac_ext >&5
30711 ac_cv_lib_odbc_SQLAllocEnv
=no
30713 rm -f conftest.err conftest.
$ac_objext \
30714 conftest
$ac_exeext conftest.
$ac_ext
30715 LIBS
=$ac_check_lib_save_LIBS
30717 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
30718 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
30719 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
30720 ODBC_LINK
=" -lodbc"
30730 if test "x$ODBC_LINK" = "x" ; then
30731 if test "$wxUSE_ODBC" = "sys" ; then
30732 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
30733 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
30734 { (exit 1); exit 1; }; }
30736 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
30737 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
30745 if test "$wxUSE_ODBC" = "builtin" ; then
30746 cat >>confdefs.h
<<\_ACEOF
30747 #define wxUSE_BUILTIN_IODBC 1
30753 if test "$wxUSE_ODBC" != "no" ; then
30754 cat >>confdefs.h
<<\_ACEOF
30755 #define wxUSE_ODBC 1
30758 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
30760 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_IODBC_"
30764 if test "$wxUSE_DISPLAY" = "yes"; then
30765 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
30766 echo "$as_me:$LINENO: checking for Xinerama" >&5
30767 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
30770 for ac_dir
in $SEARCH_LIB;
30772 for ac_extension
in a so sl dylib dll.a
; do
30773 if test -f "$ac_dir/libXinerama.$ac_extension"; then
30774 ac_find_libraries
=$ac_dir
30780 if test "$ac_find_libraries" != "" ; then
30782 if test "$ac_find_libraries" = "default location"; then
30785 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
30787 if test $result = 0; then
30790 ac_path_to_link
=" -L$ac_find_libraries"
30794 if test "$ac_path_to_link" != " -L/usr/lib" ; then
30795 LDFLAGS
="$LDFLAGS $ac_path_to_link"
30797 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
30798 echo "$as_me:$LINENO: result: yes" >&5
30799 echo "${ECHO_T}yes" >&6
30801 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
30802 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
30805 for ac_dir
in $SEARCH_LIB;
30807 for ac_extension
in a so sl dylib dll.a
; do
30808 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
30809 ac_find_libraries
=$ac_dir
30815 if test "$ac_find_libraries" != "" ; then
30816 echo "$as_me:$LINENO: result: yes" >&5
30817 echo "${ECHO_T}yes" >&6
30819 for ac_header
in X
11/extensions
/xf86vmode.h
30821 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30822 echo "$as_me:$LINENO: checking for $ac_header" >&5
30823 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30824 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30825 echo $ECHO_N "(cached) $ECHO_C" >&6
30827 cat >conftest.
$ac_ext <<_ACEOF
30830 cat confdefs.h
>>conftest.
$ac_ext
30831 cat >>conftest.
$ac_ext <<_ACEOF
30832 /* end confdefs.h. */
30834 #if HAVE_X11_XLIB_H
30835 #include <X11/Xlib.h>
30839 #include <$ac_header>
30841 rm -f conftest.
$ac_objext
30842 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30843 (eval $ac_compile) 2>conftest.er1
30845 grep -v '^ *+' conftest.er1
>conftest.err
30847 cat conftest.err
>&5
30848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30849 (exit $ac_status); } &&
30850 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30852 (eval $ac_try) 2>&5
30854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30855 (exit $ac_status); }; } &&
30856 { ac_try
='test -s conftest.$ac_objext'
30857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30858 (eval $ac_try) 2>&5
30860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30861 (exit $ac_status); }; }; then
30862 eval "$as_ac_Header=yes"
30864 echo "$as_me: failed program was:" >&5
30865 sed 's/^/| /' conftest.
$ac_ext >&5
30867 eval "$as_ac_Header=no"
30869 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30871 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30872 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30873 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30874 cat >>confdefs.h
<<_ACEOF
30875 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30878 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
30885 echo "$as_me:$LINENO: result: no" >&5
30886 echo "${ECHO_T}no" >&6
30890 echo "$as_me:$LINENO: result: no" >&5
30891 echo "${ECHO_T}no" >&6
30892 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
30893 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
30896 elif test "$wxUSE_MSW" = 1; then
30899 for ac_header
in multimon.h ddraw.h
30901 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30902 echo "$as_me:$LINENO: checking for $ac_header" >&5
30903 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30904 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30905 echo $ECHO_N "(cached) $ECHO_C" >&6
30907 cat >conftest.
$ac_ext <<_ACEOF
30910 cat confdefs.h
>>conftest.
$ac_ext
30911 cat >>conftest.
$ac_ext <<_ACEOF
30912 /* end confdefs.h. */
30913 #include <windows.h>
30915 #include <$ac_header>
30917 rm -f conftest.
$ac_objext
30918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30919 (eval $ac_compile) 2>conftest.er1
30921 grep -v '^ *+' conftest.er1
>conftest.err
30923 cat conftest.err
>&5
30924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30925 (exit $ac_status); } &&
30926 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30928 (eval $ac_try) 2>&5
30930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30931 (exit $ac_status); }; } &&
30932 { ac_try
='test -s conftest.$ac_objext'
30933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30934 (eval $ac_try) 2>&5
30936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30937 (exit $ac_status); }; }; then
30938 eval "$as_ac_Header=yes"
30940 echo "$as_me: failed program was:" >&5
30941 sed 's/^/| /' conftest.
$ac_ext >&5
30943 eval "$as_ac_Header=no"
30945 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30947 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30948 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30949 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30950 cat >>confdefs.h
<<_ACEOF
30951 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30957 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
30958 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
30969 if test "$wxUSE_OPENGL" = "yes"; then
30970 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
30971 OPENGL_LIBS
="-framework OpenGL -framework AGL"
30972 elif test "$wxUSE_MSW" = 1; then
30973 OPENGL_LIBS
="-lopengl32 -lglu32"
30978 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
30980 if test -f "$ac_dir/GL/gl.h"; then
30981 ac_find_includes
=$ac_dir
30986 if test "$ac_find_includes" != "" ; then
30987 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
30988 echo "${ECHO_T}found in $ac_find_includes" >&6
30990 if test "x$ac_find_includes" = "x/usr/include"; then
30991 ac_path_to_include
=""
30993 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
30995 if test $result = 0; then
30996 ac_path_to_include
=""
30998 ac_path_to_include
=" -I$ac_find_includes"
31002 CPPFLAGS
="$ac_path_to_include $CPPFLAGS"
31005 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31006 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
31007 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
31008 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31009 echo $ECHO_N "(cached) $ECHO_C" >&6
31011 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
31012 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
31014 # Is the header compilable?
31015 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
31016 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
31017 cat >conftest.
$ac_ext <<_ACEOF
31020 cat confdefs.h
>>conftest.
$ac_ext
31021 cat >>conftest.
$ac_ext <<_ACEOF
31022 /* end confdefs.h. */
31023 $ac_includes_default
31026 rm -f conftest.
$ac_objext
31027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31028 (eval $ac_compile) 2>conftest.er1
31030 grep -v '^ *+' conftest.er1
>conftest.err
31032 cat conftest.err
>&5
31033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31034 (exit $ac_status); } &&
31035 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31037 (eval $ac_try) 2>&5
31039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31040 (exit $ac_status); }; } &&
31041 { ac_try
='test -s conftest.$ac_objext'
31042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31043 (eval $ac_try) 2>&5
31045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31046 (exit $ac_status); }; }; then
31047 ac_header_compiler
=yes
31049 echo "$as_me: failed program was:" >&5
31050 sed 's/^/| /' conftest.
$ac_ext >&5
31052 ac_header_compiler
=no
31054 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31055 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31056 echo "${ECHO_T}$ac_header_compiler" >&6
31058 # Is the header present?
31059 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
31060 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
31061 cat >conftest.
$ac_ext <<_ACEOF
31064 cat confdefs.h
>>conftest.
$ac_ext
31065 cat >>conftest.
$ac_ext <<_ACEOF
31066 /* end confdefs.h. */
31069 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31070 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31072 grep -v '^ *+' conftest.er1
>conftest.err
31074 cat conftest.err
>&5
31075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31076 (exit $ac_status); } >/dev
/null
; then
31077 if test -s conftest.err
; then
31078 ac_cpp_err
=$ac_c_preproc_warn_flag
31079 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
31086 if test -z "$ac_cpp_err"; then
31087 ac_header_preproc
=yes
31089 echo "$as_me: failed program was:" >&5
31090 sed 's/^/| /' conftest.
$ac_ext >&5
31092 ac_header_preproc
=no
31094 rm -f conftest.err conftest.
$ac_ext
31095 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31096 echo "${ECHO_T}$ac_header_preproc" >&6
31098 # So? What about this header?
31099 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31101 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
31102 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
31103 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
31104 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
31105 ac_header_preproc
=yes
31108 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
31109 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
31110 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
31111 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
31112 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
31113 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
31114 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
31115 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
31116 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
31117 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
31118 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
31119 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
31122 ## ----------------------------------------- ##
31123 ## Report this to wx-dev@lists.wxwidgets.org ##
31124 ## ----------------------------------------- ##
31127 sed "s/^/$as_me: WARNING: /" >&2
31130 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
31131 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
31132 if test "${ac_cv_header_GL_gl_h+set}" = set; then
31133 echo $ECHO_N "(cached) $ECHO_C" >&6
31135 ac_cv_header_GL_gl_h
=$ac_header_preproc
31137 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
31138 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
31141 if test $ac_cv_header_GL_gl_h = yes; then
31145 echo "$as_me:$LINENO: checking for -lGL" >&5
31146 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
31149 for ac_dir
in $SEARCH_LIB;
31151 for ac_extension
in a so sl dylib dll.a
; do
31152 if test -f "$ac_dir/libGL.$ac_extension"; then
31153 ac_find_libraries
=$ac_dir
31159 if test "$ac_find_libraries" != "" ; then
31160 echo "$as_me:$LINENO: result: yes" >&5
31161 echo "${ECHO_T}yes" >&6
31164 if test "$ac_find_libraries" = "default location"; then
31167 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
31169 if test $result = 0; then
31172 ac_path_to_link
=" -L$ac_find_libraries"
31176 if test "$ac_path_to_link" != " -L/usr/lib" ; then
31177 LDFLAGS_GL
="$ac_path_to_link"
31180 echo "$as_me:$LINENO: checking for -lGLU" >&5
31181 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
31184 for ac_dir
in $SEARCH_LIB;
31186 for ac_extension
in a so sl dylib dll.a
; do
31187 if test -f "$ac_dir/libGLU.$ac_extension"; then
31188 ac_find_libraries
=$ac_dir
31194 if test "$ac_find_libraries" != "" ; then
31196 if test "$ac_find_libraries" = "default location"; then
31199 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
31201 if test $result = 0; then
31204 ac_path_to_link
=" -L$ac_find_libraries"
31208 if test "$ac_path_to_link" != " -L/usr/lib" -a \
31209 "$ac_path_to_link" != "$LDFLAGS_GL"; then
31210 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
31214 OPENGL_LIBS
="-lGL -lGLU"
31215 echo "$as_me:$LINENO: result: yes" >&5
31216 echo "${ECHO_T}yes" >&6
31218 echo "$as_me:$LINENO: result: no" >&5
31219 echo "${ECHO_T}no" >&6
31222 echo "$as_me:$LINENO: result: no" >&5
31223 echo "${ECHO_T}no" >&6
31226 if test "$found_gl" != 1; then
31227 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
31228 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
31231 for ac_dir
in $SEARCH_LIB;
31233 for ac_extension
in a so sl dylib dll.a
; do
31234 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
31235 ac_find_libraries
=$ac_dir
31241 if test "$ac_find_libraries" != "" ; then
31243 if test "$ac_find_libraries" = "default location"; then
31246 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
31248 if test $result = 0; then
31251 ac_path_to_link
=" -L$ac_find_libraries"
31255 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
31256 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
31257 echo "$as_me:$LINENO: result: yes" >&5
31258 echo "${ECHO_T}yes" >&6
31260 echo "$as_me:$LINENO: result: no" >&5
31261 echo "${ECHO_T}no" >&6
31269 if test "x$OPENGL_LIBS" = "x"; then
31270 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
31271 echo "$as_me: error: OpenGL libraries not available" >&2;}
31272 { (exit 1); exit 1; }; }
31276 if test "$wxUSE_OPENGL" = "yes"; then
31278 cat >>confdefs.h
<<\_ACEOF
31279 #define wxUSE_OPENGL 1
31282 cat >>confdefs.h
<<\_ACEOF
31283 #define wxUSE_GLCANVAS 1
31286 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
31291 if test -n "$TOOLKIT" ; then
31292 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
31297 if test "$wxUSE_SHARED" = "yes"; then
31301 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
31302 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
31307 if test "$wxUSE_SHARED" = "yes"; then
31310 found_versioning
=no
31313 if test $found_versioning = no
; then
31314 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
31315 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
31316 if test "${wx_cv_version_script+set}" = set; then
31317 echo $ECHO_N "(cached) $ECHO_C" >&6
31320 echo "VER_1 { *; };" >conftest.sym
31321 echo "int main() { return 0; }" >conftest.cpp
31324 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31325 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
31326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31327 (eval $ac_try) 2>&5
31329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31330 (exit $ac_status); }; } ; then
31331 if test -s conftest.stderr
; then
31332 wx_cv_version_script
=no
31334 wx_cv_version_script
=yes
31337 wx_cv_version_script
=no
31340 if test $wx_cv_version_script = yes
31342 echo "struct B { virtual ~B() { } }; \
31343 struct D : public B { }; \
31344 void F() { D d; }" > conftest.cpp
31347 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31348 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
31349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31350 (eval $ac_try) 2>&5
31352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31353 (exit $ac_status); }; } &&
31355 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31356 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
31357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31358 (eval $ac_try) 2>&5
31360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31361 (exit $ac_status); }; }
31364 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
31365 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
31366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31367 (eval $ac_try) 2>&5
31369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31370 (exit $ac_status); }; }
31372 wx_cv_version_script
=yes
31374 wx_cv_version_script
=no
31379 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
31380 rm -f conftest1.output conftest2.output conftest3.output
31383 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
31384 echo "${ECHO_T}$wx_cv_version_script" >&6
31385 if test $wx_cv_version_script = yes ; then
31386 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
31392 *-*-linux* | *-*-gnu* )
31393 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
31394 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
31398 if test "$GCC" = yes ; then
31399 CPPFLAGS
="-isystem /usr/openwin/include $CPPFLAGS"
31401 saveLdflags
="$LDFLAGS"
31402 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
31403 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
31404 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
31405 cat >conftest.
$ac_ext <<_ACEOF
31408 cat confdefs.h
>>conftest.
$ac_ext
31409 cat >>conftest.
$ac_ext <<_ACEOF
31410 /* end confdefs.h. */
31420 rm -f conftest.
$ac_objext conftest
$ac_exeext
31421 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31422 (eval $ac_link) 2>conftest.er1
31424 grep -v '^ *+' conftest.er1
>conftest.err
31426 cat conftest.err
>&5
31427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31428 (exit $ac_status); } &&
31429 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31431 (eval $ac_try) 2>&5
31433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31434 (exit $ac_status); }; } &&
31435 { ac_try
='test -s conftest$ac_exeext'
31436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31437 (eval $ac_try) 2>&5
31439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31440 (exit $ac_status); }; }; then
31442 echo "$as_me:$LINENO: result: yes" >&5
31443 echo "${ECHO_T}yes" >&6
31444 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
31445 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
31448 echo "$as_me: failed program was:" >&5
31449 sed 's/^/| /' conftest.
$ac_ext >&5
31452 echo "$as_me:$LINENO: result: no" >&5
31453 echo "${ECHO_T}no" >&6
31454 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
31455 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
31456 LDFLAGS
="$saveLdflags -Wl,-R,/"
31457 cat >conftest.
$ac_ext <<_ACEOF
31460 cat confdefs.h
>>conftest.
$ac_ext
31461 cat >>conftest.
$ac_ext <<_ACEOF
31462 /* end confdefs.h. */
31472 rm -f conftest.
$ac_objext conftest
$ac_exeext
31473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31474 (eval $ac_link) 2>conftest.er1
31476 grep -v '^ *+' conftest.er1
>conftest.err
31478 cat conftest.err
>&5
31479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31480 (exit $ac_status); } &&
31481 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31483 (eval $ac_try) 2>&5
31485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31486 (exit $ac_status); }; } &&
31487 { ac_try
='test -s conftest$ac_exeext'
31488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31489 (eval $ac_try) 2>&5
31491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31492 (exit $ac_status); }; }; then
31494 echo "$as_me:$LINENO: result: yes" >&5
31495 echo "${ECHO_T}yes" >&6
31496 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
31497 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
31500 echo "$as_me: failed program was:" >&5
31501 sed 's/^/| /' conftest.
$ac_ext >&5
31504 echo "$as_me:$LINENO: result: no" >&5
31505 echo "${ECHO_T}no" >&6
31508 rm -f conftest.err conftest.
$ac_objext \
31509 conftest
$ac_exeext conftest.
$ac_ext
31512 rm -f conftest.err conftest.
$ac_objext \
31513 conftest
$ac_exeext conftest.
$ac_ext
31514 LDFLAGS
="$saveLdflags"
31516 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
31517 WXCONFIG_RPATH
="-R\$libdir"
31522 install_name_tool
=`which install_name_tool`
31523 if test "$install_name_tool" -a -x "$install_name_tool"; then
31524 SAMPLES_RPATH_POSTLINK
="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
31525 cat <<EOF >change-install-names
31527 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
31528 inst_cmd="install_name_tool "
31529 for i in \${libnames} ; do
31530 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
31534 chmod +x change
-install-names
31538 *-*-cygwin* | *-*-mingw32* )
31539 WXCONFIG_ONLY_CPPFLAGS
="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
31543 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(top_builddir)lib"
31544 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
31549 if test $wxUSE_RPATH = "no"; then
31550 SAMPLES_RPATH_FLAG
=''
31551 SAMPLES_RPATH_POSTLINK
=''
31559 config_linkage_component
="-static"
31566 lib_unicode_suffix
=
31568 if test "$wxUSE_UNICODE" = "yes"; then
31569 lib_unicode_suffix
=u
31570 WX_CHARTYPE
="unicode"
31575 WX_DEBUGTYPE
="release"
31577 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
31579 WX_DEBUGTYPE
="debug"
31583 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
31584 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
31587 if test "$wxUSE_DEBUG_INFO" = "yes"; then
31591 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
31593 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
31595 TOOLCHAIN_FULLNAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
31597 if test "$cross_compiling" = "yes"; then
31598 HOST_SUFFIX
="-$host_alias"
31599 TOOLCHAIN_NAME
="$TOOLCHAIN_NAME$HOST_SUFFIX"
31600 TOOLCHAIN_FULLNAME
="${host_alias}-$TOOLCHAIN_FULLNAME"
31603 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31604 if test "${TOOLKIT_DIR}" = "os2"; then
31605 WX_LIBRARY_BASENAME_GUI
="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31607 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
31612 if test "$wxUSE_COCOA" = 1; then
31616 ac_cpp
='$CPP $CPPFLAGS'
31617 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31618 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31619 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31623 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
31624 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
31625 cat >conftest.
$ac_ext <<_ACEOF
31628 cat confdefs.h
>>conftest.
$ac_ext
31629 cat >>conftest.
$ac_ext <<_ACEOF
31630 /* end confdefs.h. */
31631 #include <AppKit/NSEvent.h>
31632 #include <CoreFoundation/CoreFoundation.h>
31642 rm -f conftest.
$ac_objext
31643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31644 (eval $ac_compile) 2>conftest.er1
31646 grep -v '^ *+' conftest.er1
>conftest.err
31648 cat conftest.err
>&5
31649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31650 (exit $ac_status); } &&
31651 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31653 (eval $ac_try) 2>&5
31655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31656 (exit $ac_status); }; } &&
31657 { ac_try
='test -s conftest.$ac_objext'
31658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31659 (eval $ac_try) 2>&5
31661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31662 (exit $ac_status); }; }; then
31663 echo "$as_me:$LINENO: result: no" >&5
31664 echo "${ECHO_T}no" >&6
31666 echo "$as_me: failed program was:" >&5
31667 sed 's/^/| /' conftest.
$ac_ext >&5
31669 echo "$as_me:$LINENO: result: yes" >&5
31670 echo "${ECHO_T}yes" >&6
31671 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
31672 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
31673 cat >conftest.
$ac_ext <<_ACEOF
31676 cat confdefs.h
>>conftest.
$ac_ext
31677 cat >>conftest.
$ac_ext <<_ACEOF
31678 /* end confdefs.h. */
31679 #define __Point__ 1
31680 #include <AppKit/NSEvent.h>
31681 #include <CoreFoundation/CoreFoundation.h>
31691 rm -f conftest.
$ac_objext
31692 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31693 (eval $ac_compile) 2>conftest.er1
31695 grep -v '^ *+' conftest.er1
>conftest.err
31697 cat conftest.err
>&5
31698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31699 (exit $ac_status); } &&
31700 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31702 (eval $ac_try) 2>&5
31704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31705 (exit $ac_status); }; } &&
31706 { ac_try
='test -s conftest.$ac_objext'
31707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31708 (eval $ac_try) 2>&5
31710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31711 (exit $ac_status); }; }; then
31712 echo "$as_me:$LINENO: result: yes" >&5
31713 echo "${ECHO_T}yes" >&6
31714 cat >>confdefs.h
<<\_ACEOF
31715 #define __Point__ 1
31720 echo "$as_me: failed program was:" >&5
31721 sed 's/^/| /' conftest.
$ac_ext >&5
31723 { { echo "$as_me:$LINENO: error: no
31724 See \`config.log' for more details." >&5
31725 echo "$as_me: error: no
31726 See \`config.log' for more details." >&2;}
31727 { (exit 1); exit 1; }; }
31730 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31733 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31735 ac_cpp
='$CPP $CPPFLAGS'
31736 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31737 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31738 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31742 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
31743 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
31744 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
31746 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
31748 # Extract the first word of "Rez", so it can be a program name with args.
31749 set dummy Rez
; ac_word
=$2
31750 echo "$as_me:$LINENO: checking for $ac_word" >&5
31751 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31752 if test "${ac_cv_prog_REZ+set}" = set; then
31753 echo $ECHO_N "(cached) $ECHO_C" >&6
31755 if test -n "$REZ"; then
31756 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
31758 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
31759 for as_dir
in $PATH
31762 test -z "$as_dir" && as_dir
=.
31763 for ac_exec_ext
in '' $ac_executable_extensions; do
31764 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31765 ac_cv_prog_REZ
="Rez"
31766 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31772 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
31775 REZ
=$ac_cv_prog_REZ
31776 if test -n "$REZ"; then
31777 echo "$as_me:$LINENO: result: $REZ" >&5
31778 echo "${ECHO_T}$REZ" >&6
31780 echo "$as_me:$LINENO: result: no" >&5
31781 echo "${ECHO_T}no" >&6
31784 # Extract the first word of "DeRez", so it can be a program name with args.
31785 set dummy DeRez
; ac_word
=$2
31786 echo "$as_me:$LINENO: checking for $ac_word" >&5
31787 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31788 if test "${ac_cv_prog_DEREZ+set}" = set; then
31789 echo $ECHO_N "(cached) $ECHO_C" >&6
31791 if test -n "$DEREZ"; then
31792 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
31794 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
31795 for as_dir
in $PATH
31798 test -z "$as_dir" && as_dir
=.
31799 for ac_exec_ext
in '' $ac_executable_extensions; do
31800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31801 ac_cv_prog_DEREZ
="DeRez"
31802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31808 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
31811 DEREZ
=$ac_cv_prog_DEREZ
31812 if test -n "$DEREZ"; then
31813 echo "$as_me:$LINENO: result: $DEREZ" >&5
31814 echo "${ECHO_T}$DEREZ" >&6
31816 echo "$as_me:$LINENO: result: no" >&5
31817 echo "${ECHO_T}no" >&6
31820 # Extract the first word of "SetFile", so it can be a program name with args.
31821 set dummy SetFile
; ac_word
=$2
31822 echo "$as_me:$LINENO: checking for $ac_word" >&5
31823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31824 if test "${ac_cv_prog_SETFILE+set}" = set; then
31825 echo $ECHO_N "(cached) $ECHO_C" >&6
31827 if test -n "$SETFILE"; then
31828 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
31830 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
31831 for as_dir
in $PATH
31834 test -z "$as_dir" && as_dir
=.
31835 for ac_exec_ext
in '' $ac_executable_extensions; do
31836 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31837 ac_cv_prog_SETFILE
="SetFile"
31838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31844 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
31847 SETFILE
=$ac_cv_prog_SETFILE
31848 if test -n "$SETFILE"; then
31849 echo "$as_me:$LINENO: result: $SETFILE" >&5
31850 echo "${ECHO_T}$SETFILE" >&6
31852 echo "$as_me:$LINENO: result: no" >&5
31853 echo "${ECHO_T}no" >&6
31857 MACSETFILE
="\$(SETFILE)"
31859 if test "$wxUSE_MAC" = 1; then
31860 POSTLINK_COMMAND
="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
31862 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL Carbon.r -o"
31864 POSTLINK_COMMAND
="echo -n | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
31865 RESCOMP
="echo -n \| $REZ"
31866 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
31872 if test "$wxUSE_PM" = 1; then
31874 WXCONFIG_RESFLAGS
="-ep"
31876 POSTLINK_COMMAND
="$RESCOMP $WXCONFIG_RESFLAGS"
31878 POSTLINK_COMMAND
="@true"
31885 echo "$as_me:$LINENO: checking for mode_t" >&5
31886 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
31887 if test "${ac_cv_type_mode_t+set}" = set; then
31888 echo $ECHO_N "(cached) $ECHO_C" >&6
31890 cat >conftest.
$ac_ext <<_ACEOF
31893 cat confdefs.h
>>conftest.
$ac_ext
31894 cat >>conftest.
$ac_ext <<_ACEOF
31895 /* end confdefs.h. */
31896 $ac_includes_default
31902 if (sizeof (mode_t))
31908 rm -f conftest.
$ac_objext
31909 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31910 (eval $ac_compile) 2>conftest.er1
31912 grep -v '^ *+' conftest.er1
>conftest.err
31914 cat conftest.err
>&5
31915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31916 (exit $ac_status); } &&
31917 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31919 (eval $ac_try) 2>&5
31921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31922 (exit $ac_status); }; } &&
31923 { ac_try
='test -s conftest.$ac_objext'
31924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31925 (eval $ac_try) 2>&5
31927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31928 (exit $ac_status); }; }; then
31929 ac_cv_type_mode_t
=yes
31931 echo "$as_me: failed program was:" >&5
31932 sed 's/^/| /' conftest.
$ac_ext >&5
31934 ac_cv_type_mode_t
=no
31936 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31938 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
31939 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
31940 if test $ac_cv_type_mode_t = yes; then
31944 cat >>confdefs.h
<<_ACEOF
31950 echo "$as_me:$LINENO: checking for off_t" >&5
31951 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
31952 if test "${ac_cv_type_off_t+set}" = set; then
31953 echo $ECHO_N "(cached) $ECHO_C" >&6
31955 cat >conftest.
$ac_ext <<_ACEOF
31958 cat confdefs.h
>>conftest.
$ac_ext
31959 cat >>conftest.
$ac_ext <<_ACEOF
31960 /* end confdefs.h. */
31961 $ac_includes_default
31967 if (sizeof (off_t))
31973 rm -f conftest.
$ac_objext
31974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31975 (eval $ac_compile) 2>conftest.er1
31977 grep -v '^ *+' conftest.er1
>conftest.err
31979 cat conftest.err
>&5
31980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31981 (exit $ac_status); } &&
31982 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31984 (eval $ac_try) 2>&5
31986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31987 (exit $ac_status); }; } &&
31988 { ac_try
='test -s conftest.$ac_objext'
31989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31990 (eval $ac_try) 2>&5
31992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31993 (exit $ac_status); }; }; then
31994 ac_cv_type_off_t
=yes
31996 echo "$as_me: failed program was:" >&5
31997 sed 's/^/| /' conftest.
$ac_ext >&5
31999 ac_cv_type_off_t
=no
32001 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32003 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
32004 echo "${ECHO_T}$ac_cv_type_off_t" >&6
32005 if test $ac_cv_type_off_t = yes; then
32009 cat >>confdefs.h
<<_ACEOF
32015 echo "$as_me:$LINENO: checking for pid_t" >&5
32016 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
32017 if test "${ac_cv_type_pid_t+set}" = set; then
32018 echo $ECHO_N "(cached) $ECHO_C" >&6
32020 cat >conftest.
$ac_ext <<_ACEOF
32023 cat confdefs.h
>>conftest.
$ac_ext
32024 cat >>conftest.
$ac_ext <<_ACEOF
32025 /* end confdefs.h. */
32026 $ac_includes_default
32032 if (sizeof (pid_t))
32038 rm -f conftest.
$ac_objext
32039 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32040 (eval $ac_compile) 2>conftest.er1
32042 grep -v '^ *+' conftest.er1
>conftest.err
32044 cat conftest.err
>&5
32045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32046 (exit $ac_status); } &&
32047 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32049 (eval $ac_try) 2>&5
32051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32052 (exit $ac_status); }; } &&
32053 { ac_try
='test -s conftest.$ac_objext'
32054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32055 (eval $ac_try) 2>&5
32057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32058 (exit $ac_status); }; }; then
32059 ac_cv_type_pid_t
=yes
32061 echo "$as_me: failed program was:" >&5
32062 sed 's/^/| /' conftest.
$ac_ext >&5
32064 ac_cv_type_pid_t
=no
32066 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32068 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
32069 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
32070 if test $ac_cv_type_pid_t = yes; then
32074 cat >>confdefs.h
<<_ACEOF
32080 echo "$as_me:$LINENO: checking for size_t" >&5
32081 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
32082 if test "${ac_cv_type_size_t+set}" = set; then
32083 echo $ECHO_N "(cached) $ECHO_C" >&6
32085 cat >conftest.
$ac_ext <<_ACEOF
32088 cat confdefs.h
>>conftest.
$ac_ext
32089 cat >>conftest.
$ac_ext <<_ACEOF
32090 /* end confdefs.h. */
32091 $ac_includes_default
32097 if (sizeof (size_t))
32103 rm -f conftest.
$ac_objext
32104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32105 (eval $ac_compile) 2>conftest.er1
32107 grep -v '^ *+' conftest.er1
>conftest.err
32109 cat conftest.err
>&5
32110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32111 (exit $ac_status); } &&
32112 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32114 (eval $ac_try) 2>&5
32116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32117 (exit $ac_status); }; } &&
32118 { ac_try
='test -s conftest.$ac_objext'
32119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32120 (eval $ac_try) 2>&5
32122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32123 (exit $ac_status); }; }; then
32124 ac_cv_type_size_t
=yes
32126 echo "$as_me: failed program was:" >&5
32127 sed 's/^/| /' conftest.
$ac_ext >&5
32129 ac_cv_type_size_t
=no
32131 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32133 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
32134 echo "${ECHO_T}$ac_cv_type_size_t" >&6
32135 if test $ac_cv_type_size_t = yes; then
32139 cat >>confdefs.h
<<_ACEOF
32140 #define size_t unsigned
32145 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
32146 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
32147 if test "${ac_cv_type_uid_t+set}" = set; then
32148 echo $ECHO_N "(cached) $ECHO_C" >&6
32150 cat >conftest.
$ac_ext <<_ACEOF
32153 cat confdefs.h
>>conftest.
$ac_ext
32154 cat >>conftest.
$ac_ext <<_ACEOF
32155 /* end confdefs.h. */
32156 #include <sys/types.h>
32159 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
32160 $EGREP "uid_t" >/dev
/null
2>&1; then
32161 ac_cv_type_uid_t
=yes
32163 ac_cv_type_uid_t
=no
32168 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
32169 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
32170 if test $ac_cv_type_uid_t = no
; then
32172 cat >>confdefs.h
<<\_ACEOF
32177 cat >>confdefs.h
<<\_ACEOF
32184 echo "$as_me:$LINENO: checking for ssize_t" >&5
32185 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
32186 if test "${ac_cv_type_ssize_t+set}" = set; then
32187 echo $ECHO_N "(cached) $ECHO_C" >&6
32189 cat >conftest.
$ac_ext <<_ACEOF
32192 cat confdefs.h
>>conftest.
$ac_ext
32193 cat >>conftest.
$ac_ext <<_ACEOF
32194 /* end confdefs.h. */
32195 $ac_includes_default
32201 if (sizeof (ssize_t))
32207 rm -f conftest.
$ac_objext
32208 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32209 (eval $ac_compile) 2>conftest.er1
32211 grep -v '^ *+' conftest.er1
>conftest.err
32213 cat conftest.err
>&5
32214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32215 (exit $ac_status); } &&
32216 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32218 (eval $ac_try) 2>&5
32220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32221 (exit $ac_status); }; } &&
32222 { ac_try
='test -s conftest.$ac_objext'
32223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32224 (eval $ac_try) 2>&5
32226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32227 (exit $ac_status); }; }; then
32228 ac_cv_type_ssize_t
=yes
32230 echo "$as_me: failed program was:" >&5
32231 sed 's/^/| /' conftest.
$ac_ext >&5
32233 ac_cv_type_ssize_t
=no
32235 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32237 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
32238 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
32239 if test $ac_cv_type_ssize_t = yes; then
32241 cat >>confdefs.h
<<_ACEOF
32242 #define HAVE_SSIZE_T 1
32252 ac_cpp
='$CXXCPP $CPPFLAGS'
32253 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32254 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32255 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32257 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
32258 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
32259 if test "${wx_cv_size_t_is_uint+set}" = set; then
32260 echo $ECHO_N "(cached) $ECHO_C" >&6
32263 cat >conftest.
$ac_ext <<_ACEOF
32266 cat confdefs.h
>>conftest.
$ac_ext
32267 cat >>conftest.
$ac_ext <<_ACEOF
32268 /* end confdefs.h. */
32269 #include <stddef.h>
32276 struct Foo { void foo(size_t); void foo(unsigned int); };
32284 rm -f conftest.
$ac_objext
32285 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32286 (eval $ac_compile) 2>conftest.er1
32288 grep -v '^ *+' conftest.er1
>conftest.err
32290 cat conftest.err
>&5
32291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32292 (exit $ac_status); } &&
32293 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32295 (eval $ac_try) 2>&5
32297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32298 (exit $ac_status); }; } &&
32299 { ac_try
='test -s conftest.$ac_objext'
32300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32301 (eval $ac_try) 2>&5
32303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32304 (exit $ac_status); }; }; then
32305 wx_cv_size_t_is_uint
=no
32307 echo "$as_me: failed program was:" >&5
32308 sed 's/^/| /' conftest.
$ac_ext >&5
32310 wx_cv_size_t_is_uint
=yes
32313 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32317 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
32318 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
32320 if test "$wx_cv_size_t_is_uint" = "yes"; then
32321 cat >>confdefs.h
<<\_ACEOF
32322 #define wxSIZE_T_IS_UINT 1
32326 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
32327 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
32328 if test "${wx_cv_size_t_is_ulong+set}" = set; then
32329 echo $ECHO_N "(cached) $ECHO_C" >&6
32331 cat >conftest.
$ac_ext <<_ACEOF
32334 cat confdefs.h
>>conftest.
$ac_ext
32335 cat >>conftest.
$ac_ext <<_ACEOF
32336 /* end confdefs.h. */
32337 #include <stddef.h>
32344 struct Foo { void foo(size_t); void foo(unsigned long); };
32352 rm -f conftest.
$ac_objext
32353 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32354 (eval $ac_compile) 2>conftest.er1
32356 grep -v '^ *+' conftest.er1
>conftest.err
32358 cat conftest.err
>&5
32359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32360 (exit $ac_status); } &&
32361 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32363 (eval $ac_try) 2>&5
32365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32366 (exit $ac_status); }; } &&
32367 { ac_try
='test -s conftest.$ac_objext'
32368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32369 (eval $ac_try) 2>&5
32371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32372 (exit $ac_status); }; }; then
32373 wx_cv_size_t_is_ulong
=no
32375 echo "$as_me: failed program was:" >&5
32376 sed 's/^/| /' conftest.
$ac_ext >&5
32378 wx_cv_size_t_is_ulong
=yes
32381 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32384 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
32385 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
32387 if test "$wx_cv_size_t_is_ulong" = "yes"; then
32388 cat >>confdefs.h
<<\_ACEOF
32389 #define wxSIZE_T_IS_ULONG 1
32396 ac_cpp
='$CPP $CPPFLAGS'
32397 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32398 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32399 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32403 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
32404 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
32405 if test "${wx_cv_struct_pw_gecos+set}" = set; then
32406 echo $ECHO_N "(cached) $ECHO_C" >&6
32409 cat >conftest.
$ac_ext <<_ACEOF
32412 cat confdefs.h
>>conftest.
$ac_ext
32413 cat >>conftest.
$ac_ext <<_ACEOF
32414 /* end confdefs.h. */
32428 rm -f conftest.
$ac_objext
32429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32430 (eval $ac_compile) 2>conftest.er1
32432 grep -v '^ *+' conftest.er1
>conftest.err
32434 cat conftest.err
>&5
32435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32436 (exit $ac_status); } &&
32437 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32439 (eval $ac_try) 2>&5
32441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32442 (exit $ac_status); }; } &&
32443 { ac_try
='test -s conftest.$ac_objext'
32444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32445 (eval $ac_try) 2>&5
32447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32448 (exit $ac_status); }; }; then
32450 wx_cv_struct_pw_gecos
=yes
32453 echo "$as_me: failed program was:" >&5
32454 sed 's/^/| /' conftest.
$ac_ext >&5
32457 wx_cv_struct_pw_gecos
=no
32461 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32465 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
32466 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
32468 if test "$wx_cv_struct_pw_gecos" = "yes"; then
32469 cat >>confdefs.h
<<\_ACEOF
32470 #define HAVE_PW_GECOS 1
32476 if test "$wxUSE_WCHAR_T" = "yes"; then
32477 cat >>confdefs.h
<<\_ACEOF
32478 #define wxUSE_WCHAR_T 1
32485 for ac_func
in wcslen
32487 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32488 echo "$as_me:$LINENO: checking for $ac_func" >&5
32489 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32490 if eval "test \"\${$as_ac_var+set}\" = set"; then
32491 echo $ECHO_N "(cached) $ECHO_C" >&6
32493 cat >conftest.
$ac_ext <<_ACEOF
32496 cat confdefs.h
>>conftest.
$ac_ext
32497 cat >>conftest.
$ac_ext <<_ACEOF
32498 /* end confdefs.h. */
32499 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32500 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32501 #define $ac_func innocuous_$ac_func
32503 /* System header to define __stub macros and hopefully few prototypes,
32504 which can conflict with char $ac_func (); below.
32505 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32506 <limits.h> exists even on freestanding compilers. */
32509 # include <limits.h>
32511 # include <assert.h>
32516 /* Override any gcc2 internal prototype to avoid an error. */
32521 /* We use char because int might match the return type of a gcc2
32522 builtin and then its argument prototype would still apply. */
32524 /* The GNU C library defines this for functions which it implements
32525 to always fail with ENOSYS. Some functions are actually named
32526 something starting with __ and the normal name is an alias. */
32527 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32530 char (*f) () = $ac_func;
32539 return f != $ac_func;
32544 rm -f conftest.
$ac_objext conftest
$ac_exeext
32545 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32546 (eval $ac_link) 2>conftest.er1
32548 grep -v '^ *+' conftest.er1
>conftest.err
32550 cat conftest.err
>&5
32551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32552 (exit $ac_status); } &&
32553 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32555 (eval $ac_try) 2>&5
32557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32558 (exit $ac_status); }; } &&
32559 { ac_try
='test -s conftest$ac_exeext'
32560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32561 (eval $ac_try) 2>&5
32563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32564 (exit $ac_status); }; }; then
32565 eval "$as_ac_var=yes"
32567 echo "$as_me: failed program was:" >&5
32568 sed 's/^/| /' conftest.
$ac_ext >&5
32570 eval "$as_ac_var=no"
32572 rm -f conftest.err conftest.
$ac_objext \
32573 conftest
$ac_exeext conftest.
$ac_ext
32575 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32576 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32577 if test `eval echo '${'$as_ac_var'}'` = yes; then
32578 cat >>confdefs.h
<<_ACEOF
32579 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32586 if test "$WCSLEN_FOUND" = 0; then
32587 if test "$TOOLKIT" = "MSW"; then
32588 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
32589 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
32590 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
32591 echo $ECHO_N "(cached) $ECHO_C" >&6
32593 ac_check_lib_save_LIBS
=$LIBS
32594 LIBS
="-lmsvcrt $LIBS"
32595 cat >conftest.
$ac_ext <<_ACEOF
32598 cat confdefs.h
>>conftest.
$ac_ext
32599 cat >>conftest.
$ac_ext <<_ACEOF
32600 /* end confdefs.h. */
32602 /* Override any gcc2 internal prototype to avoid an error. */
32606 /* We use char because int might match the return type of a gcc2
32607 builtin and then its argument prototype would still apply. */
32617 rm -f conftest.
$ac_objext conftest
$ac_exeext
32618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32619 (eval $ac_link) 2>conftest.er1
32621 grep -v '^ *+' conftest.er1
>conftest.err
32623 cat conftest.err
>&5
32624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32625 (exit $ac_status); } &&
32626 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32628 (eval $ac_try) 2>&5
32630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32631 (exit $ac_status); }; } &&
32632 { ac_try
='test -s conftest$ac_exeext'
32633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32634 (eval $ac_try) 2>&5
32636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32637 (exit $ac_status); }; }; then
32638 ac_cv_lib_msvcrt_wcslen
=yes
32640 echo "$as_me: failed program was:" >&5
32641 sed 's/^/| /' conftest.
$ac_ext >&5
32643 ac_cv_lib_msvcrt_wcslen
=no
32645 rm -f conftest.err conftest.
$ac_objext \
32646 conftest
$ac_exeext conftest.
$ac_ext
32647 LIBS
=$ac_check_lib_save_LIBS
32649 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
32650 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
32651 if test $ac_cv_lib_msvcrt_wcslen = yes; then
32656 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
32657 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
32658 if test "${ac_cv_lib_w_wcslen+set}" = set; then
32659 echo $ECHO_N "(cached) $ECHO_C" >&6
32661 ac_check_lib_save_LIBS
=$LIBS
32663 cat >conftest.
$ac_ext <<_ACEOF
32666 cat confdefs.h
>>conftest.
$ac_ext
32667 cat >>conftest.
$ac_ext <<_ACEOF
32668 /* end confdefs.h. */
32670 /* Override any gcc2 internal prototype to avoid an error. */
32674 /* We use char because int might match the return type of a gcc2
32675 builtin and then its argument prototype would still apply. */
32685 rm -f conftest.
$ac_objext conftest
$ac_exeext
32686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32687 (eval $ac_link) 2>conftest.er1
32689 grep -v '^ *+' conftest.er1
>conftest.err
32691 cat conftest.err
>&5
32692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32693 (exit $ac_status); } &&
32694 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32696 (eval $ac_try) 2>&5
32698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32699 (exit $ac_status); }; } &&
32700 { ac_try
='test -s conftest$ac_exeext'
32701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32702 (eval $ac_try) 2>&5
32704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32705 (exit $ac_status); }; }; then
32706 ac_cv_lib_w_wcslen
=yes
32708 echo "$as_me: failed program was:" >&5
32709 sed 's/^/| /' conftest.
$ac_ext >&5
32711 ac_cv_lib_w_wcslen
=no
32713 rm -f conftest.err conftest.
$ac_objext \
32714 conftest
$ac_exeext conftest.
$ac_ext
32715 LIBS
=$ac_check_lib_save_LIBS
32717 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
32718 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
32719 if test $ac_cv_lib_w_wcslen = yes; then
32729 if test "$WCSLEN_FOUND" = 1; then
32730 cat >>confdefs.h
<<\_ACEOF
32731 #define HAVE_WCSLEN 1
32736 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
32737 CPPFLAGS
="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
32740 echo "$as_me:$LINENO: checking for mbstate_t" >&5
32741 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
32742 if test "${ac_cv_type_mbstate_t+set}" = set; then
32743 echo $ECHO_N "(cached) $ECHO_C" >&6
32745 cat >conftest.
$ac_ext <<_ACEOF
32748 cat confdefs.h
>>conftest.
$ac_ext
32749 cat >>conftest.
$ac_ext <<_ACEOF
32750 /* end confdefs.h. */
32756 if ((mbstate_t *) 0)
32758 if (sizeof (mbstate_t))
32764 rm -f conftest.
$ac_objext
32765 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32766 (eval $ac_compile) 2>conftest.er1
32768 grep -v '^ *+' conftest.er1
>conftest.err
32770 cat conftest.err
>&5
32771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32772 (exit $ac_status); } &&
32773 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32775 (eval $ac_try) 2>&5
32777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32778 (exit $ac_status); }; } &&
32779 { ac_try
='test -s conftest.$ac_objext'
32780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32781 (eval $ac_try) 2>&5
32783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32784 (exit $ac_status); }; }; then
32785 ac_cv_type_mbstate_t
=yes
32787 echo "$as_me: failed program was:" >&5
32788 sed 's/^/| /' conftest.
$ac_ext >&5
32790 ac_cv_type_mbstate_t
=no
32792 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32794 echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
32795 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
32796 if test $ac_cv_type_mbstate_t = yes; then
32798 cat >>confdefs.h
<<_ACEOF
32799 #define HAVE_MBSTATE_T 1
32803 for ac_func
in wcsrtombs
32805 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32806 echo "$as_me:$LINENO: checking for $ac_func" >&5
32807 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32808 if eval "test \"\${$as_ac_var+set}\" = set"; then
32809 echo $ECHO_N "(cached) $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. */
32817 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32818 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32819 #define $ac_func innocuous_$ac_func
32821 /* System header to define __stub macros and hopefully few prototypes,
32822 which can conflict with char $ac_func (); below.
32823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32824 <limits.h> exists even on freestanding compilers. */
32827 # include <limits.h>
32829 # include <assert.h>
32834 /* Override any gcc2 internal prototype to avoid an error. */
32839 /* We use char because int might match the return type of a gcc2
32840 builtin and then its argument prototype would still apply. */
32842 /* The GNU C library defines this for functions which it implements
32843 to always fail with ENOSYS. Some functions are actually named
32844 something starting with __ and the normal name is an alias. */
32845 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32848 char (*f) () = $ac_func;
32857 return f != $ac_func;
32862 rm -f conftest.
$ac_objext conftest
$ac_exeext
32863 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32864 (eval $ac_link) 2>conftest.er1
32866 grep -v '^ *+' conftest.er1
>conftest.err
32868 cat conftest.err
>&5
32869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32870 (exit $ac_status); } &&
32871 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32873 (eval $ac_try) 2>&5
32875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32876 (exit $ac_status); }; } &&
32877 { ac_try
='test -s conftest$ac_exeext'
32878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32879 (eval $ac_try) 2>&5
32881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32882 (exit $ac_status); }; }; then
32883 eval "$as_ac_var=yes"
32885 echo "$as_me: failed program was:" >&5
32886 sed 's/^/| /' conftest.
$ac_ext >&5
32888 eval "$as_ac_var=no"
32890 rm -f conftest.err conftest.
$ac_objext \
32891 conftest
$ac_exeext conftest.
$ac_ext
32893 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32894 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32895 if test `eval echo '${'$as_ac_var'}'` = yes; then
32896 cat >>confdefs.h
<<_ACEOF
32897 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32906 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
32907 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
32913 ac_cpp
='$CXXCPP $CPPFLAGS'
32914 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32915 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32916 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32921 for ac_func
in snprintf vsnprintf
32923 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32924 echo "$as_me:$LINENO: checking for $ac_func" >&5
32925 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32926 if eval "test \"\${$as_ac_var+set}\" = set"; then
32927 echo $ECHO_N "(cached) $ECHO_C" >&6
32929 cat >conftest.
$ac_ext <<_ACEOF
32932 cat confdefs.h
>>conftest.
$ac_ext
32933 cat >>conftest.
$ac_ext <<_ACEOF
32934 /* end confdefs.h. */
32935 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32936 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32937 #define $ac_func innocuous_$ac_func
32939 /* System header to define __stub macros and hopefully few prototypes,
32940 which can conflict with char $ac_func (); below.
32941 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32942 <limits.h> exists even on freestanding compilers. */
32945 # include <limits.h>
32947 # include <assert.h>
32952 /* Override any gcc2 internal prototype to avoid an error. */
32957 /* We use char because int might match the return type of a gcc2
32958 builtin and then its argument prototype would still apply. */
32960 /* The GNU C library defines this for functions which it implements
32961 to always fail with ENOSYS. Some functions are actually named
32962 something starting with __ and the normal name is an alias. */
32963 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32966 char (*f) () = $ac_func;
32975 return f != $ac_func;
32980 rm -f conftest.
$ac_objext conftest
$ac_exeext
32981 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32982 (eval $ac_link) 2>conftest.er1
32984 grep -v '^ *+' conftest.er1
>conftest.err
32986 cat conftest.err
>&5
32987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32988 (exit $ac_status); } &&
32989 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32991 (eval $ac_try) 2>&5
32993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32994 (exit $ac_status); }; } &&
32995 { ac_try
='test -s conftest$ac_exeext'
32996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32997 (eval $ac_try) 2>&5
32999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33000 (exit $ac_status); }; }; then
33001 eval "$as_ac_var=yes"
33003 echo "$as_me: failed program was:" >&5
33004 sed 's/^/| /' conftest.
$ac_ext >&5
33006 eval "$as_ac_var=no"
33008 rm -f conftest.err conftest.
$ac_objext \
33009 conftest
$ac_exeext conftest.
$ac_ext
33011 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33012 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33013 if test `eval echo '${'$as_ac_var'}'` = yes; then
33014 cat >>confdefs.h
<<_ACEOF
33015 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33022 if test "$ac_cv_func_vsnprintf" = "yes"; then
33023 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
33024 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
33025 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
33026 echo $ECHO_N "(cached) $ECHO_C" >&6
33029 cat >conftest.
$ac_ext <<_ACEOF
33032 cat confdefs.h
>>conftest.
$ac_ext
33033 cat >>conftest.
$ac_ext <<_ACEOF
33034 /* end confdefs.h. */
33037 #include <stdarg.h>
33039 #if __MSL__ >= 0x6000
33041 using namespace std;
33051 vsnprintf(buf, 10u, "%s", ap);
33057 rm -f conftest.
$ac_objext
33058 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33059 (eval $ac_compile) 2>conftest.er1
33061 grep -v '^ *+' conftest.er1
>conftest.err
33063 cat conftest.err
>&5
33064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33065 (exit $ac_status); } &&
33066 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33068 (eval $ac_try) 2>&5
33070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33071 (exit $ac_status); }; } &&
33072 { ac_try
='test -s conftest.$ac_objext'
33073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33074 (eval $ac_try) 2>&5
33076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33077 (exit $ac_status); }; }; then
33078 wx_cv_func_vsnprintf_decl
=yes
33080 echo "$as_me: failed program was:" >&5
33081 sed 's/^/| /' conftest.
$ac_ext >&5
33083 wx_cv_func_vsnprintf_decl
=no
33086 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33090 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
33091 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
33093 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
33094 cat >>confdefs.h
<<\_ACEOF
33095 #define HAVE_VSNPRINTF_DECL 1
33099 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
33100 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
33101 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
33102 echo $ECHO_N "(cached) $ECHO_C" >&6
33105 cat >conftest.
$ac_ext <<_ACEOF
33108 cat confdefs.h
>>conftest.
$ac_ext
33109 cat >>conftest.
$ac_ext <<_ACEOF
33110 /* end confdefs.h. */
33113 #include <stdarg.h>
33115 #if __MSL__ >= 0x6000
33117 using namespace std;
33127 const char *fmt = "%s";
33128 vsnprintf(buf, 10u, fmt, ap);
33134 rm -f conftest.
$ac_objext
33135 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33136 (eval $ac_compile) 2>conftest.er1
33138 grep -v '^ *+' conftest.er1
>conftest.err
33140 cat conftest.err
>&5
33141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33142 (exit $ac_status); } &&
33143 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33145 (eval $ac_try) 2>&5
33147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33148 (exit $ac_status); }; } &&
33149 { ac_try
='test -s conftest.$ac_objext'
33150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33151 (eval $ac_try) 2>&5
33153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33154 (exit $ac_status); }; }; then
33155 wx_cv_func_broken_vsnprintf_decl
=no
33157 echo "$as_me: failed program was:" >&5
33158 sed 's/^/| /' conftest.
$ac_ext >&5
33160 wx_cv_func_broken_vsnprintf_decl
=yes
33163 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33167 echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
33168 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
33170 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
33171 cat >>confdefs.h
<<\_ACEOF
33172 #define HAVE_BROKEN_VSNPRINTF_DECL 1
33179 if test "$ac_cv_func_snprintf" = "yes"; then
33180 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
33181 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
33182 if test "${wx_cv_func_snprintf_decl+set}" = set; then
33183 echo $ECHO_N "(cached) $ECHO_C" >&6
33186 cat >conftest.
$ac_ext <<_ACEOF
33189 cat confdefs.h
>>conftest.
$ac_ext
33190 cat >>conftest.
$ac_ext <<_ACEOF
33191 /* end confdefs.h. */
33194 #include <stdarg.h>
33196 #if __MSL__ >= 0x6000
33198 using namespace std;
33207 snprintf(buf, 10u, "%s", "wx");
33213 rm -f conftest.
$ac_objext
33214 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33215 (eval $ac_compile) 2>conftest.er1
33217 grep -v '^ *+' conftest.er1
>conftest.err
33219 cat conftest.err
>&5
33220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33221 (exit $ac_status); } &&
33222 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33224 (eval $ac_try) 2>&5
33226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33227 (exit $ac_status); }; } &&
33228 { ac_try
='test -s conftest.$ac_objext'
33229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33230 (eval $ac_try) 2>&5
33232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33233 (exit $ac_status); }; }; then
33234 wx_cv_func_snprintf_decl
=yes
33236 echo "$as_me: failed program was:" >&5
33237 sed 's/^/| /' conftest.
$ac_ext >&5
33239 wx_cv_func_snprintf_decl
=no
33242 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33246 echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
33247 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
33249 if test "$wx_cv_func_snprintf_decl" = "yes"; then
33250 cat >>confdefs.h
<<\_ACEOF
33251 #define HAVE_SNPRINTF_DECL 1
33255 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
33256 echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
33257 if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
33258 echo $ECHO_N "(cached) $ECHO_C" >&6
33261 cat >conftest.
$ac_ext <<_ACEOF
33264 cat confdefs.h
>>conftest.
$ac_ext
33265 cat >>conftest.
$ac_ext <<_ACEOF
33266 /* end confdefs.h. */
33269 #include <stdarg.h>
33271 #if __MSL__ >= 0x6000
33273 using namespace std;
33282 const char *fmt = "%s";
33283 snprintf(buf, 10u, fmt, "wx");
33289 rm -f conftest.
$ac_objext
33290 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33291 (eval $ac_compile) 2>conftest.er1
33293 grep -v '^ *+' conftest.er1
>conftest.err
33295 cat conftest.err
>&5
33296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33297 (exit $ac_status); } &&
33298 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33300 (eval $ac_try) 2>&5
33302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33303 (exit $ac_status); }; } &&
33304 { ac_try
='test -s conftest.$ac_objext'
33305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33306 (eval $ac_try) 2>&5
33308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33309 (exit $ac_status); }; }; then
33310 wx_cv_func_broken_snprintf_decl
=no
33312 echo "$as_me: failed program was:" >&5
33313 sed 's/^/| /' conftest.
$ac_ext >&5
33315 wx_cv_func_broken_snprintf_decl
=yes
33318 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33322 echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
33323 echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
33325 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
33326 cat >>confdefs.h
<<\_ACEOF
33327 #define HAVE_BROKEN_SNPRINTF_DECL 1
33334 if test "$wxUSE_UNICODE" = yes; then
33341 for ac_func
in wputc wputchar putws fputws wprintf vswprintf
33343 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33344 echo "$as_me:$LINENO: checking for $ac_func" >&5
33345 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33346 if eval "test \"\${$as_ac_var+set}\" = set"; then
33347 echo $ECHO_N "(cached) $ECHO_C" >&6
33349 cat >conftest.
$ac_ext <<_ACEOF
33352 cat confdefs.h
>>conftest.
$ac_ext
33353 cat >>conftest.
$ac_ext <<_ACEOF
33354 /* end confdefs.h. */
33355 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33356 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33357 #define $ac_func innocuous_$ac_func
33359 /* System header to define __stub macros and hopefully few prototypes,
33360 which can conflict with char $ac_func (); below.
33361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33362 <limits.h> exists even on freestanding compilers. */
33365 # include <limits.h>
33367 # include <assert.h>
33372 /* Override any gcc2 internal prototype to avoid an error. */
33377 /* We use char because int might match the return type of a gcc2
33378 builtin and then its argument prototype would still apply. */
33380 /* The GNU C library defines this for functions which it implements
33381 to always fail with ENOSYS. Some functions are actually named
33382 something starting with __ and the normal name is an alias. */
33383 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33386 char (*f) () = $ac_func;
33395 return f != $ac_func;
33400 rm -f conftest.
$ac_objext conftest
$ac_exeext
33401 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33402 (eval $ac_link) 2>conftest.er1
33404 grep -v '^ *+' conftest.er1
>conftest.err
33406 cat conftest.err
>&5
33407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33408 (exit $ac_status); } &&
33409 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33411 (eval $ac_try) 2>&5
33413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33414 (exit $ac_status); }; } &&
33415 { ac_try
='test -s conftest$ac_exeext'
33416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33417 (eval $ac_try) 2>&5
33419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33420 (exit $ac_status); }; }; then
33421 eval "$as_ac_var=yes"
33423 echo "$as_me: failed program was:" >&5
33424 sed 's/^/| /' conftest.
$ac_ext >&5
33426 eval "$as_ac_var=no"
33428 rm -f conftest.err conftest.
$ac_objext \
33429 conftest
$ac_exeext conftest.
$ac_ext
33431 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33432 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33433 if test `eval echo '${'$as_ac_var'}'` = yes; then
33434 cat >>confdefs.h
<<_ACEOF
33435 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33442 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
33443 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
33444 cat >conftest.
$ac_ext <<_ACEOF
33447 cat confdefs.h
>>conftest.
$ac_ext
33448 cat >>conftest.
$ac_ext <<_ACEOF
33449 /* end confdefs.h. */
33459 rm -f conftest.
$ac_objext
33460 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33461 (eval $ac_compile) 2>conftest.er1
33463 grep -v '^ *+' conftest.er1
>conftest.err
33465 cat conftest.err
>&5
33466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33467 (exit $ac_status); } &&
33468 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33470 (eval $ac_try) 2>&5
33472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33473 (exit $ac_status); }; } &&
33474 { ac_try
='test -s conftest.$ac_objext'
33475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33476 (eval $ac_try) 2>&5
33478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33479 (exit $ac_status); }; }; then
33480 echo "$as_me:$LINENO: result: yes" >&5
33481 echo "${ECHO_T}yes" >&6
33482 cat >>confdefs.h
<<\_ACEOF
33483 #define HAVE__VSNWPRINTF 1
33487 echo "$as_me: failed program was:" >&5
33488 sed 's/^/| /' conftest.
$ac_ext >&5
33490 echo "$as_me:$LINENO: result: no" >&5
33491 echo "${ECHO_T}no" >&6
33493 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext;
33497 ac_cpp
='$CPP $CPPFLAGS'
33498 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33499 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33500 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33503 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
33505 for ac_func
in fnmatch
33507 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33508 echo "$as_me:$LINENO: checking for $ac_func" >&5
33509 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33510 if eval "test \"\${$as_ac_var+set}\" = set"; then
33511 echo $ECHO_N "(cached) $ECHO_C" >&6
33513 cat >conftest.
$ac_ext <<_ACEOF
33516 cat confdefs.h
>>conftest.
$ac_ext
33517 cat >>conftest.
$ac_ext <<_ACEOF
33518 /* end confdefs.h. */
33519 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33520 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33521 #define $ac_func innocuous_$ac_func
33523 /* System header to define __stub macros and hopefully few prototypes,
33524 which can conflict with char $ac_func (); below.
33525 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33526 <limits.h> exists even on freestanding compilers. */
33529 # include <limits.h>
33531 # include <assert.h>
33536 /* Override any gcc2 internal prototype to avoid an error. */
33541 /* We use char because int might match the return type of a gcc2
33542 builtin and then its argument prototype would still apply. */
33544 /* The GNU C library defines this for functions which it implements
33545 to always fail with ENOSYS. Some functions are actually named
33546 something starting with __ and the normal name is an alias. */
33547 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33550 char (*f) () = $ac_func;
33559 return f != $ac_func;
33564 rm -f conftest.
$ac_objext conftest
$ac_exeext
33565 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33566 (eval $ac_link) 2>conftest.er1
33568 grep -v '^ *+' conftest.er1
>conftest.err
33570 cat conftest.err
>&5
33571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33572 (exit $ac_status); } &&
33573 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33575 (eval $ac_try) 2>&5
33577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33578 (exit $ac_status); }; } &&
33579 { ac_try
='test -s conftest$ac_exeext'
33580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33581 (eval $ac_try) 2>&5
33583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33584 (exit $ac_status); }; }; then
33585 eval "$as_ac_var=yes"
33587 echo "$as_me: failed program was:" >&5
33588 sed 's/^/| /' conftest.
$ac_ext >&5
33590 eval "$as_ac_var=no"
33592 rm -f conftest.err conftest.
$ac_objext \
33593 conftest
$ac_exeext conftest.
$ac_ext
33595 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33596 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33597 if test `eval echo '${'$as_ac_var'}'` = yes; then
33598 cat >>confdefs.h
<<_ACEOF
33599 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33607 if test "$wxUSE_FILE" = "yes"; then
33609 for ac_func
in fsync
33611 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33612 echo "$as_me:$LINENO: checking for $ac_func" >&5
33613 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33614 if eval "test \"\${$as_ac_var+set}\" = set"; then
33615 echo $ECHO_N "(cached) $ECHO_C" >&6
33617 cat >conftest.
$ac_ext <<_ACEOF
33620 cat confdefs.h
>>conftest.
$ac_ext
33621 cat >>conftest.
$ac_ext <<_ACEOF
33622 /* end confdefs.h. */
33623 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33624 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33625 #define $ac_func innocuous_$ac_func
33627 /* System header to define __stub macros and hopefully few prototypes,
33628 which can conflict with char $ac_func (); below.
33629 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33630 <limits.h> exists even on freestanding compilers. */
33633 # include <limits.h>
33635 # include <assert.h>
33640 /* Override any gcc2 internal prototype to avoid an error. */
33645 /* We use char because int might match the return type of a gcc2
33646 builtin and then its argument prototype would still apply. */
33648 /* The GNU C library defines this for functions which it implements
33649 to always fail with ENOSYS. Some functions are actually named
33650 something starting with __ and the normal name is an alias. */
33651 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33654 char (*f) () = $ac_func;
33663 return f != $ac_func;
33668 rm -f conftest.
$ac_objext conftest
$ac_exeext
33669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33670 (eval $ac_link) 2>conftest.er1
33672 grep -v '^ *+' conftest.er1
>conftest.err
33674 cat conftest.err
>&5
33675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33676 (exit $ac_status); } &&
33677 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33679 (eval $ac_try) 2>&5
33681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33682 (exit $ac_status); }; } &&
33683 { ac_try
='test -s conftest$ac_exeext'
33684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33685 (eval $ac_try) 2>&5
33687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33688 (exit $ac_status); }; }; then
33689 eval "$as_ac_var=yes"
33691 echo "$as_me: failed program was:" >&5
33692 sed 's/^/| /' conftest.
$ac_ext >&5
33694 eval "$as_ac_var=no"
33696 rm -f conftest.err conftest.
$ac_objext \
33697 conftest
$ac_exeext conftest.
$ac_ext
33699 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33700 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33701 if test `eval echo '${'$as_ac_var'}'` = yes; then
33702 cat >>confdefs.h
<<_ACEOF
33703 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33712 if test "$TOOLKIT" != "MSW"; then
33718 ac_cpp
='$CXXCPP $CPPFLAGS'
33719 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33720 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33721 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
33726 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
33727 if test "${with_libiconv_prefix+set}" = set; then
33728 withval
="$with_libiconv_prefix"
33730 for dir
in `echo "$withval" | tr : ' '`; do
33731 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
33732 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
33737 echo "$as_me:$LINENO: checking for iconv" >&5
33738 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
33739 if test "${am_cv_func_iconv+set}" = set; then
33740 echo $ECHO_N "(cached) $ECHO_C" >&6
33743 am_cv_func_iconv
="no, consider installing GNU libiconv"
33745 cat >conftest.
$ac_ext <<_ACEOF
33748 cat confdefs.h
>>conftest.
$ac_ext
33749 cat >>conftest.
$ac_ext <<_ACEOF
33750 /* end confdefs.h. */
33751 #include <stdlib.h>
33756 iconv_t cd = iconv_open("","");
33757 iconv(cd,NULL,NULL,NULL,NULL);
33763 rm -f conftest.
$ac_objext conftest
$ac_exeext
33764 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33765 (eval $ac_link) 2>conftest.er1
33767 grep -v '^ *+' conftest.er1
>conftest.err
33769 cat conftest.err
>&5
33770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33771 (exit $ac_status); } &&
33772 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33774 (eval $ac_try) 2>&5
33776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33777 (exit $ac_status); }; } &&
33778 { ac_try
='test -s conftest$ac_exeext'
33779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33780 (eval $ac_try) 2>&5
33782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33783 (exit $ac_status); }; }; then
33784 am_cv_func_iconv
=yes
33786 echo "$as_me: failed program was:" >&5
33787 sed 's/^/| /' conftest.
$ac_ext >&5
33790 rm -f conftest.err conftest.
$ac_objext \
33791 conftest
$ac_exeext conftest.
$ac_ext
33792 if test "$am_cv_func_iconv" != yes; then
33793 am_save_LIBS
="$LIBS"
33794 LIBS
="$LIBS -liconv"
33795 cat >conftest.
$ac_ext <<_ACEOF
33798 cat confdefs.h
>>conftest.
$ac_ext
33799 cat >>conftest.
$ac_ext <<_ACEOF
33800 /* end confdefs.h. */
33801 #include <stdlib.h>
33806 iconv_t cd = iconv_open("","");
33807 iconv(cd,NULL,NULL,NULL,NULL);
33813 rm -f conftest.
$ac_objext conftest
$ac_exeext
33814 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33815 (eval $ac_link) 2>conftest.er1
33817 grep -v '^ *+' conftest.er1
>conftest.err
33819 cat conftest.err
>&5
33820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33821 (exit $ac_status); } &&
33822 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33824 (eval $ac_try) 2>&5
33826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33827 (exit $ac_status); }; } &&
33828 { ac_try
='test -s conftest$ac_exeext'
33829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33830 (eval $ac_try) 2>&5
33832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33833 (exit $ac_status); }; }; then
33834 am_cv_lib_iconv
=yes
33835 am_cv_func_iconv
=yes
33837 echo "$as_me: failed program was:" >&5
33838 sed 's/^/| /' conftest.
$ac_ext >&5
33841 rm -f conftest.err conftest.
$ac_objext \
33842 conftest
$ac_exeext conftest.
$ac_ext
33843 LIBS
="$am_save_LIBS"
33847 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
33848 echo "${ECHO_T}$am_cv_func_iconv" >&6
33849 if test "$am_cv_func_iconv" = yes; then
33851 cat >>confdefs.h
<<\_ACEOF
33852 #define HAVE_ICONV 1
33855 echo "$as_me:$LINENO: checking if iconv needs const" >&5
33856 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
33857 if test "${wx_cv_func_iconv_const+set}" = set; then
33858 echo $ECHO_N "(cached) $ECHO_C" >&6
33860 cat >conftest.
$ac_ext <<_ACEOF
33863 cat confdefs.h
>>conftest.
$ac_ext
33864 cat >>conftest.
$ac_ext <<_ACEOF
33865 /* end confdefs.h. */
33867 #include <stdlib.h>
33873 #if defined(__STDC__) || defined(__cplusplus)
33874 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
33887 rm -f conftest.
$ac_objext
33888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33889 (eval $ac_compile) 2>conftest.er1
33891 grep -v '^ *+' conftest.er1
>conftest.err
33893 cat conftest.err
>&5
33894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33895 (exit $ac_status); } &&
33896 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33898 (eval $ac_try) 2>&5
33900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33901 (exit $ac_status); }; } &&
33902 { ac_try
='test -s conftest.$ac_objext'
33903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33904 (eval $ac_try) 2>&5
33906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33907 (exit $ac_status); }; }; then
33908 wx_cv_func_iconv_const
="no"
33910 echo "$as_me: failed program was:" >&5
33911 sed 's/^/| /' conftest.
$ac_ext >&5
33913 wx_cv_func_iconv_const
="yes"
33916 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33919 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
33920 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
33923 if test "x$wx_cv_func_iconv_const" = "xyes"; then
33924 iconv_const
="const"
33928 cat >>confdefs.h
<<_ACEOF
33929 #define ICONV_CONST $iconv_const
33934 if test "$am_cv_lib_iconv" = yes; then
33939 LIBS
="$LIBICONV $LIBS"
33941 ac_cpp
='$CPP $CPPFLAGS'
33942 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33943 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33944 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33947 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
33949 for ac_func
in sigaction
33951 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33952 echo "$as_me:$LINENO: checking for $ac_func" >&5
33953 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33954 if eval "test \"\${$as_ac_var+set}\" = set"; then
33955 echo $ECHO_N "(cached) $ECHO_C" >&6
33957 cat >conftest.
$ac_ext <<_ACEOF
33960 cat confdefs.h
>>conftest.
$ac_ext
33961 cat >>conftest.
$ac_ext <<_ACEOF
33962 /* end confdefs.h. */
33963 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33964 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33965 #define $ac_func innocuous_$ac_func
33967 /* System header to define __stub macros and hopefully few prototypes,
33968 which can conflict with char $ac_func (); below.
33969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33970 <limits.h> exists even on freestanding compilers. */
33973 # include <limits.h>
33975 # include <assert.h>
33980 /* Override any gcc2 internal prototype to avoid an error. */
33985 /* We use char because int might match the return type of a gcc2
33986 builtin and then its argument prototype would still apply. */
33988 /* The GNU C library defines this for functions which it implements
33989 to always fail with ENOSYS. Some functions are actually named
33990 something starting with __ and the normal name is an alias. */
33991 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33994 char (*f) () = $ac_func;
34003 return f != $ac_func;
34008 rm -f conftest.
$ac_objext conftest
$ac_exeext
34009 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34010 (eval $ac_link) 2>conftest.er1
34012 grep -v '^ *+' conftest.er1
>conftest.err
34014 cat conftest.err
>&5
34015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34016 (exit $ac_status); } &&
34017 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34019 (eval $ac_try) 2>&5
34021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34022 (exit $ac_status); }; } &&
34023 { ac_try
='test -s conftest$ac_exeext'
34024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34025 (eval $ac_try) 2>&5
34027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34028 (exit $ac_status); }; }; then
34029 eval "$as_ac_var=yes"
34031 echo "$as_me: failed program was:" >&5
34032 sed 's/^/| /' conftest.
$ac_ext >&5
34034 eval "$as_ac_var=no"
34036 rm -f conftest.err conftest.
$ac_objext \
34037 conftest
$ac_exeext conftest.
$ac_ext
34039 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34040 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34041 if test `eval echo '${'$as_ac_var'}'` = yes; then
34042 cat >>confdefs.h
<<_ACEOF
34043 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34050 if test "$ac_cv_func_sigaction" = "no"; then
34051 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
34052 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
34053 wxUSE_ON_FATAL_EXCEPTION
=no
34056 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34060 ac_cpp
='$CXXCPP $CPPFLAGS'
34061 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34062 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34063 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
34066 echo "$as_me:$LINENO: checking for sa_handler type" >&5
34067 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
34068 if test "${wx_cv_type_sa_handler+set}" = set; then
34069 echo $ECHO_N "(cached) $ECHO_C" >&6
34072 cat >conftest.
$ac_ext <<_ACEOF
34075 cat confdefs.h
>>conftest.
$ac_ext
34076 cat >>conftest.
$ac_ext <<_ACEOF
34077 /* end confdefs.h. */
34078 #include <signal.h>
34083 extern void testSigHandler(int);
34085 struct sigaction sa;
34086 sa.sa_handler = testSigHandler;
34092 rm -f conftest.
$ac_objext
34093 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34094 (eval $ac_compile) 2>conftest.er1
34096 grep -v '^ *+' conftest.er1
>conftest.err
34098 cat conftest.err
>&5
34099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34100 (exit $ac_status); } &&
34101 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34103 (eval $ac_try) 2>&5
34105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34106 (exit $ac_status); }; } &&
34107 { ac_try
='test -s conftest.$ac_objext'
34108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34109 (eval $ac_try) 2>&5
34111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34112 (exit $ac_status); }; }; then
34114 wx_cv_type_sa_handler
=int
34117 echo "$as_me: failed program was:" >&5
34118 sed 's/^/| /' conftest.
$ac_ext >&5
34121 wx_cv_type_sa_handler
=void
34124 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34127 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
34128 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
34131 ac_cpp
='$CPP $CPPFLAGS'
34132 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34133 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34134 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
34137 cat >>confdefs.h
<<_ACEOF
34138 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
34144 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
34148 ac_cpp
='$CXXCPP $CPPFLAGS'
34149 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34150 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34151 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
34154 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
34155 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
34156 if test "${wx_cv_func_backtrace+set}" = set; then
34157 echo $ECHO_N "(cached) $ECHO_C" >&6
34160 cat >conftest.
$ac_ext <<_ACEOF
34163 cat confdefs.h
>>conftest.
$ac_ext
34164 cat >>conftest.
$ac_ext <<_ACEOF
34165 /* end confdefs.h. */
34166 #include <execinfo.h>
34174 backtrace(trace, 1);
34175 messages = backtrace_symbols(trace, 1);
34181 rm -f conftest.
$ac_objext
34182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34183 (eval $ac_compile) 2>conftest.er1
34185 grep -v '^ *+' conftest.er1
>conftest.err
34187 cat conftest.err
>&5
34188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34189 (exit $ac_status); } &&
34190 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34192 (eval $ac_try) 2>&5
34194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34195 (exit $ac_status); }; } &&
34196 { ac_try
='test -s conftest.$ac_objext'
34197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34198 (eval $ac_try) 2>&5
34200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34201 (exit $ac_status); }; }; then
34202 wx_cv_func_backtrace
=yes
34204 echo "$as_me: failed program was:" >&5
34205 sed 's/^/| /' conftest.
$ac_ext >&5
34207 wx_cv_func_backtrace
=no
34210 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34214 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
34215 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
34218 if test "$wx_cv_func_backtrace" = "no"; then
34219 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
34220 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
34221 wxUSE_STACKWALKER
=no
34223 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
34224 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
34225 if test "${wx_cv_func_cxa_demangle+set}" = set; then
34226 echo $ECHO_N "(cached) $ECHO_C" >&6
34229 cat >conftest.
$ac_ext <<_ACEOF
34232 cat confdefs.h
>>conftest.
$ac_ext
34233 cat >>conftest.
$ac_ext <<_ACEOF
34234 /* end confdefs.h. */
34235 #include <cxxabi.h>
34241 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
34247 rm -f conftest.
$ac_objext conftest
$ac_exeext
34248 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34249 (eval $ac_link) 2>conftest.er1
34251 grep -v '^ *+' conftest.er1
>conftest.err
34253 cat conftest.err
>&5
34254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34255 (exit $ac_status); } &&
34256 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34258 (eval $ac_try) 2>&5
34260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34261 (exit $ac_status); }; } &&
34262 { ac_try
='test -s conftest$ac_exeext'
34263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34264 (eval $ac_try) 2>&5
34266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34267 (exit $ac_status); }; }; then
34268 wx_cv_func_cxa_demangle
=yes
34270 echo "$as_me: failed program was:" >&5
34271 sed 's/^/| /' conftest.
$ac_ext >&5
34273 wx_cv_func_cxa_demangle
=no
34276 rm -f conftest.err conftest.
$ac_objext \
34277 conftest
$ac_exeext conftest.
$ac_ext
34281 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
34282 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
34284 if test "$wx_cv_func_cxa_demangle" = "yes"; then
34285 cat >>confdefs.h
<<\_ACEOF
34286 #define HAVE_CXA_DEMANGLE 1
34293 ac_cpp
='$CPP $CPPFLAGS'
34294 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34295 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34296 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
34300 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
34301 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
34302 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
34303 wxUSE_STACKWALKER
=no
34309 for ac_func
in mkstemp mktemp
34311 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34312 echo "$as_me:$LINENO: checking for $ac_func" >&5
34313 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34314 if eval "test \"\${$as_ac_var+set}\" = set"; then
34315 echo $ECHO_N "(cached) $ECHO_C" >&6
34317 cat >conftest.
$ac_ext <<_ACEOF
34320 cat confdefs.h
>>conftest.
$ac_ext
34321 cat >>conftest.
$ac_ext <<_ACEOF
34322 /* end confdefs.h. */
34323 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34324 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34325 #define $ac_func innocuous_$ac_func
34327 /* System header to define __stub macros and hopefully few prototypes,
34328 which can conflict with char $ac_func (); below.
34329 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34330 <limits.h> exists even on freestanding compilers. */
34333 # include <limits.h>
34335 # include <assert.h>
34340 /* Override any gcc2 internal prototype to avoid an error. */
34345 /* We use char because int might match the return type of a gcc2
34346 builtin and then its argument prototype would still apply. */
34348 /* The GNU C library defines this for functions which it implements
34349 to always fail with ENOSYS. Some functions are actually named
34350 something starting with __ and the normal name is an alias. */
34351 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34354 char (*f) () = $ac_func;
34363 return f != $ac_func;
34368 rm -f conftest.
$ac_objext conftest
$ac_exeext
34369 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34370 (eval $ac_link) 2>conftest.er1
34372 grep -v '^ *+' conftest.er1
>conftest.err
34374 cat conftest.err
>&5
34375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34376 (exit $ac_status); } &&
34377 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34379 (eval $ac_try) 2>&5
34381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34382 (exit $ac_status); }; } &&
34383 { ac_try
='test -s conftest$ac_exeext'
34384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34385 (eval $ac_try) 2>&5
34387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34388 (exit $ac_status); }; }; then
34389 eval "$as_ac_var=yes"
34391 echo "$as_me: failed program was:" >&5
34392 sed 's/^/| /' conftest.
$ac_ext >&5
34394 eval "$as_ac_var=no"
34396 rm -f conftest.err conftest.
$ac_objext \
34397 conftest
$ac_exeext conftest.
$ac_ext
34399 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34400 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34401 if test `eval echo '${'$as_ac_var'}'` = yes; then
34402 cat >>confdefs.h
<<_ACEOF
34403 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34410 echo "$as_me:$LINENO: checking for statfs" >&5
34411 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
34412 if test "${wx_cv_func_statfs+set}" = set; then
34413 echo $ECHO_N "(cached) $ECHO_C" >&6
34415 cat >conftest.
$ac_ext <<_ACEOF
34418 cat confdefs.h
>>conftest.
$ac_ext
34419 cat >>conftest.
$ac_ext <<_ACEOF
34420 /* end confdefs.h. */
34422 #if defined(__BSD__)
34423 #include <sys/param.h>
34424 #include <sys/mount.h>
34426 #include <sys/vfs.h>
34444 rm -f conftest.
$ac_objext
34445 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34446 (eval $ac_compile) 2>conftest.er1
34448 grep -v '^ *+' conftest.er1
>conftest.err
34450 cat conftest.err
>&5
34451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34452 (exit $ac_status); } &&
34453 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34455 (eval $ac_try) 2>&5
34457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34458 (exit $ac_status); }; } &&
34459 { ac_try
='test -s conftest.$ac_objext'
34460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34461 (eval $ac_try) 2>&5
34463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34464 (exit $ac_status); }; }; then
34465 wx_cv_func_statfs
=yes
34467 echo "$as_me: failed program was:" >&5
34468 sed 's/^/| /' conftest.
$ac_ext >&5
34470 wx_cv_func_statfs
=no
34473 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34476 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
34477 echo "${ECHO_T}$wx_cv_func_statfs" >&6
34479 if test "$wx_cv_func_statfs" = "yes"; then
34483 ac_cpp
='$CXXCPP $CPPFLAGS'
34484 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34485 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34486 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
34488 echo "$as_me:$LINENO: checking for statfs declaration" >&5
34489 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
34490 if test "${wx_cv_func_statfs_decl+set}" = set; then
34491 echo $ECHO_N "(cached) $ECHO_C" >&6
34493 cat >conftest.
$ac_ext <<_ACEOF
34496 cat confdefs.h
>>conftest.
$ac_ext
34497 cat >>conftest.
$ac_ext <<_ACEOF
34498 /* end confdefs.h. */
34500 #if defined(__BSD__)
34501 #include <sys/param.h>
34502 #include <sys/mount.h>
34504 #include <sys/vfs.h>
34518 rm -f conftest.
$ac_objext
34519 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34520 (eval $ac_compile) 2>conftest.er1
34522 grep -v '^ *+' conftest.er1
>conftest.err
34524 cat conftest.err
>&5
34525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34526 (exit $ac_status); } &&
34527 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34529 (eval $ac_try) 2>&5
34531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34532 (exit $ac_status); }; } &&
34533 { ac_try
='test -s conftest.$ac_objext'
34534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34535 (eval $ac_try) 2>&5
34537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34538 (exit $ac_status); }; }; then
34539 wx_cv_func_statfs_decl
=yes
34541 echo "$as_me: failed program was:" >&5
34542 sed 's/^/| /' conftest.
$ac_ext >&5
34544 wx_cv_func_statfs_decl
=no
34547 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34550 echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
34551 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
34553 ac_cpp
='$CPP $CPPFLAGS'
34554 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34555 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34556 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
34559 if test "$wx_cv_func_statfs_decl" = "yes"; then
34560 cat >>confdefs.h
<<\_ACEOF
34561 #define HAVE_STATFS_DECL 1
34566 wx_cv_type_statvfs_t
="struct statfs"
34567 cat >>confdefs.h
<<\_ACEOF
34568 #define HAVE_STATFS 1
34572 echo "$as_me:$LINENO: checking for statvfs" >&5
34573 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
34574 if test "${wx_cv_func_statvfs+set}" = set; then
34575 echo $ECHO_N "(cached) $ECHO_C" >&6
34577 cat >conftest.
$ac_ext <<_ACEOF
34580 cat confdefs.h
>>conftest.
$ac_ext
34581 cat >>conftest.
$ac_ext <<_ACEOF
34582 /* end confdefs.h. */
34584 #include <stddef.h>
34585 #include <sys/statvfs.h>
34591 statvfs("/", NULL);
34597 rm -f conftest.
$ac_objext
34598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34599 (eval $ac_compile) 2>conftest.er1
34601 grep -v '^ *+' conftest.er1
>conftest.err
34603 cat conftest.err
>&5
34604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34605 (exit $ac_status); } &&
34606 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34608 (eval $ac_try) 2>&5
34610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34611 (exit $ac_status); }; } &&
34612 { ac_try
='test -s conftest.$ac_objext'
34613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34614 (eval $ac_try) 2>&5
34616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34617 (exit $ac_status); }; }; then
34618 wx_cv_func_statvfs
=yes
34620 echo "$as_me: failed program was:" >&5
34621 sed 's/^/| /' conftest.
$ac_ext >&5
34623 wx_cv_func_statvfs
=no
34626 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34629 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
34630 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
34632 if test "$wx_cv_func_statvfs" = "yes"; then
34636 ac_cpp
='$CXXCPP $CPPFLAGS'
34637 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34638 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34639 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
34642 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
34643 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
34644 if test "${wx_cv_type_statvfs_t+set}" = set; then
34645 echo $ECHO_N "(cached) $ECHO_C" >&6
34647 cat >conftest.
$ac_ext <<_ACEOF
34650 cat confdefs.h
>>conftest.
$ac_ext
34651 cat >>conftest.
$ac_ext <<_ACEOF
34652 /* end confdefs.h. */
34654 #include <sys/statvfs.h>
34671 rm -f conftest.
$ac_objext
34672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34673 (eval $ac_compile) 2>conftest.er1
34675 grep -v '^ *+' conftest.er1
>conftest.err
34677 cat conftest.err
>&5
34678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34679 (exit $ac_status); } &&
34680 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34682 (eval $ac_try) 2>&5
34684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34685 (exit $ac_status); }; } &&
34686 { ac_try
='test -s conftest.$ac_objext'
34687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34688 (eval $ac_try) 2>&5
34690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34691 (exit $ac_status); }; }; then
34692 wx_cv_type_statvfs_t
=statvfs_t
34694 echo "$as_me: failed program was:" >&5
34695 sed 's/^/| /' conftest.
$ac_ext >&5
34698 cat >conftest.
$ac_ext <<_ACEOF
34701 cat confdefs.h
>>conftest.
$ac_ext
34702 cat >>conftest.
$ac_ext <<_ACEOF
34703 /* end confdefs.h. */
34705 #include <sys/statvfs.h>
34722 rm -f conftest.
$ac_objext
34723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34724 (eval $ac_compile) 2>conftest.er1
34726 grep -v '^ *+' conftest.er1
>conftest.err
34728 cat conftest.err
>&5
34729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34730 (exit $ac_status); } &&
34731 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34733 (eval $ac_try) 2>&5
34735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34736 (exit $ac_status); }; } &&
34737 { ac_try
='test -s conftest.$ac_objext'
34738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34739 (eval $ac_try) 2>&5
34741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34742 (exit $ac_status); }; }; then
34743 wx_cv_type_statvfs_t
="struct statvfs"
34745 echo "$as_me: failed program was:" >&5
34746 sed 's/^/| /' conftest.
$ac_ext >&5
34748 wx_cv_type_statvfs_t
="unknown"
34751 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34755 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34758 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
34759 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
34762 ac_cpp
='$CPP $CPPFLAGS'
34763 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34764 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34765 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
34768 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34769 cat >>confdefs.h
<<\_ACEOF
34770 #define HAVE_STATVFS 1
34775 wx_cv_type_statvfs_t
="unknown"
34779 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34780 cat >>confdefs.h
<<_ACEOF
34781 #define WX_STATFS_T $wx_cv_type_statvfs_t
34785 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
34786 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
34789 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34792 for ac_func
in fcntl flock
34794 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34795 echo "$as_me:$LINENO: checking for $ac_func" >&5
34796 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34797 if eval "test \"\${$as_ac_var+set}\" = set"; then
34798 echo $ECHO_N "(cached) $ECHO_C" >&6
34800 cat >conftest.
$ac_ext <<_ACEOF
34803 cat confdefs.h
>>conftest.
$ac_ext
34804 cat >>conftest.
$ac_ext <<_ACEOF
34805 /* end confdefs.h. */
34806 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34807 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34808 #define $ac_func innocuous_$ac_func
34810 /* System header to define __stub macros and hopefully few prototypes,
34811 which can conflict with char $ac_func (); below.
34812 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34813 <limits.h> exists even on freestanding compilers. */
34816 # include <limits.h>
34818 # include <assert.h>
34823 /* Override any gcc2 internal prototype to avoid an error. */
34828 /* We use char because int might match the return type of a gcc2
34829 builtin and then its argument prototype would still apply. */
34831 /* The GNU C library defines this for functions which it implements
34832 to always fail with ENOSYS. Some functions are actually named
34833 something starting with __ and the normal name is an alias. */
34834 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34837 char (*f) () = $ac_func;
34846 return f != $ac_func;
34851 rm -f conftest.
$ac_objext conftest
$ac_exeext
34852 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34853 (eval $ac_link) 2>conftest.er1
34855 grep -v '^ *+' conftest.er1
>conftest.err
34857 cat conftest.err
>&5
34858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34859 (exit $ac_status); } &&
34860 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34862 (eval $ac_try) 2>&5
34864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34865 (exit $ac_status); }; } &&
34866 { ac_try
='test -s conftest$ac_exeext'
34867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34868 (eval $ac_try) 2>&5
34870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34871 (exit $ac_status); }; }; then
34872 eval "$as_ac_var=yes"
34874 echo "$as_me: failed program was:" >&5
34875 sed 's/^/| /' conftest.
$ac_ext >&5
34877 eval "$as_ac_var=no"
34879 rm -f conftest.err conftest.
$ac_objext \
34880 conftest
$ac_exeext conftest.
$ac_ext
34882 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34883 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34884 if test `eval echo '${'$as_ac_var'}'` = yes; then
34885 cat >>confdefs.h
<<_ACEOF
34886 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34893 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
34894 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
34895 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
34896 wxUSE_SNGLINST_CHECKER
=no
34901 for ac_func
in timegm
34903 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34904 echo "$as_me:$LINENO: checking for $ac_func" >&5
34905 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34906 if eval "test \"\${$as_ac_var+set}\" = set"; then
34907 echo $ECHO_N "(cached) $ECHO_C" >&6
34909 cat >conftest.
$ac_ext <<_ACEOF
34912 cat confdefs.h
>>conftest.
$ac_ext
34913 cat >>conftest.
$ac_ext <<_ACEOF
34914 /* end confdefs.h. */
34915 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34916 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34917 #define $ac_func innocuous_$ac_func
34919 /* System header to define __stub macros and hopefully few prototypes,
34920 which can conflict with char $ac_func (); below.
34921 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34922 <limits.h> exists even on freestanding compilers. */
34925 # include <limits.h>
34927 # include <assert.h>
34932 /* Override any gcc2 internal prototype to avoid an error. */
34937 /* We use char because int might match the return type of a gcc2
34938 builtin and then its argument prototype would still apply. */
34940 /* The GNU C library defines this for functions which it implements
34941 to always fail with ENOSYS. Some functions are actually named
34942 something starting with __ and the normal name is an alias. */
34943 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34946 char (*f) () = $ac_func;
34955 return f != $ac_func;
34960 rm -f conftest.
$ac_objext conftest
$ac_exeext
34961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34962 (eval $ac_link) 2>conftest.er1
34964 grep -v '^ *+' conftest.er1
>conftest.err
34966 cat conftest.err
>&5
34967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34968 (exit $ac_status); } &&
34969 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34971 (eval $ac_try) 2>&5
34973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34974 (exit $ac_status); }; } &&
34975 { ac_try
='test -s conftest$ac_exeext'
34976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34977 (eval $ac_try) 2>&5
34979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34980 (exit $ac_status); }; }; then
34981 eval "$as_ac_var=yes"
34983 echo "$as_me: failed program was:" >&5
34984 sed 's/^/| /' conftest.
$ac_ext >&5
34986 eval "$as_ac_var=no"
34988 rm -f conftest.err conftest.
$ac_objext \
34989 conftest
$ac_exeext conftest.
$ac_ext
34991 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34992 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34993 if test `eval echo '${'$as_ac_var'}'` = yes; then
34994 cat >>confdefs.h
<<_ACEOF
34995 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35004 for ac_func
in putenv setenv
35006 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35007 echo "$as_me:$LINENO: checking for $ac_func" >&5
35008 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35009 if eval "test \"\${$as_ac_var+set}\" = set"; then
35010 echo $ECHO_N "(cached) $ECHO_C" >&6
35012 cat >conftest.
$ac_ext <<_ACEOF
35015 cat confdefs.h
>>conftest.
$ac_ext
35016 cat >>conftest.
$ac_ext <<_ACEOF
35017 /* end confdefs.h. */
35018 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35019 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35020 #define $ac_func innocuous_$ac_func
35022 /* System header to define __stub macros and hopefully few prototypes,
35023 which can conflict with char $ac_func (); below.
35024 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35025 <limits.h> exists even on freestanding compilers. */
35028 # include <limits.h>
35030 # include <assert.h>
35035 /* Override any gcc2 internal prototype to avoid an error. */
35040 /* We use char because int might match the return type of a gcc2
35041 builtin and then its argument prototype would still apply. */
35043 /* The GNU C library defines this for functions which it implements
35044 to always fail with ENOSYS. Some functions are actually named
35045 something starting with __ and the normal name is an alias. */
35046 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35049 char (*f) () = $ac_func;
35058 return f != $ac_func;
35063 rm -f conftest.
$ac_objext conftest
$ac_exeext
35064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35065 (eval $ac_link) 2>conftest.er1
35067 grep -v '^ *+' conftest.er1
>conftest.err
35069 cat conftest.err
>&5
35070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35071 (exit $ac_status); } &&
35072 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35074 (eval $ac_try) 2>&5
35076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35077 (exit $ac_status); }; } &&
35078 { ac_try
='test -s conftest$ac_exeext'
35079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35080 (eval $ac_try) 2>&5
35082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35083 (exit $ac_status); }; }; then
35084 eval "$as_ac_var=yes"
35086 echo "$as_me: failed program was:" >&5
35087 sed 's/^/| /' conftest.
$ac_ext >&5
35089 eval "$as_ac_var=no"
35091 rm -f conftest.err conftest.
$ac_objext \
35092 conftest
$ac_exeext conftest.
$ac_ext
35094 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35095 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35096 if test `eval echo '${'$as_ac_var'}'` = yes; then
35097 cat >>confdefs.h
<<_ACEOF
35098 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35105 HAVE_SOME_SLEEP_FUNC
=0
35106 if test "$USE_BEOS" = 1; then
35107 cat >>confdefs.h
<<\_ACEOF
35108 #define HAVE_SLEEP 1
35111 HAVE_SOME_SLEEP_FUNC
=1
35114 if test "$USE_DARWIN" = 1; then
35115 cat >>confdefs.h
<<\_ACEOF
35116 #define HAVE_USLEEP 1
35119 HAVE_SOME_SLEEP_FUNC
=1
35122 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
35125 for ac_func
in nanosleep
35127 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35128 echo "$as_me:$LINENO: checking for $ac_func" >&5
35129 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35130 if eval "test \"\${$as_ac_var+set}\" = set"; then
35131 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. */
35139 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35140 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35141 #define $ac_func innocuous_$ac_func
35143 /* System header to define __stub macros and hopefully few prototypes,
35144 which can conflict with char $ac_func (); below.
35145 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35146 <limits.h> exists even on freestanding compilers. */
35149 # include <limits.h>
35151 # include <assert.h>
35156 /* Override any gcc2 internal prototype to avoid an error. */
35161 /* We use char because int might match the return type of a gcc2
35162 builtin and then its argument prototype would still apply. */
35164 /* The GNU C library defines this for functions which it implements
35165 to always fail with ENOSYS. Some functions are actually named
35166 something starting with __ and the normal name is an alias. */
35167 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35170 char (*f) () = $ac_func;
35179 return f != $ac_func;
35184 rm -f conftest.
$ac_objext conftest
$ac_exeext
35185 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35186 (eval $ac_link) 2>conftest.er1
35188 grep -v '^ *+' conftest.er1
>conftest.err
35190 cat conftest.err
>&5
35191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35192 (exit $ac_status); } &&
35193 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35195 (eval $ac_try) 2>&5
35197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35198 (exit $ac_status); }; } &&
35199 { ac_try
='test -s conftest$ac_exeext'
35200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35201 (eval $ac_try) 2>&5
35203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35204 (exit $ac_status); }; }; then
35205 eval "$as_ac_var=yes"
35207 echo "$as_me: failed program was:" >&5
35208 sed 's/^/| /' conftest.
$ac_ext >&5
35210 eval "$as_ac_var=no"
35212 rm -f conftest.err conftest.
$ac_objext \
35213 conftest
$ac_exeext conftest.
$ac_ext
35215 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35216 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35217 if test `eval echo '${'$as_ac_var'}'` = yes; then
35218 cat >>confdefs.h
<<_ACEOF
35219 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35221 cat >>confdefs.h
<<\_ACEOF
35222 #define HAVE_NANOSLEEP 1
35227 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
35228 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
35229 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
35230 echo $ECHO_N "(cached) $ECHO_C" >&6
35232 ac_check_lib_save_LIBS
=$LIBS
35233 LIBS
="-lposix4 $LIBS"
35234 cat >conftest.
$ac_ext <<_ACEOF
35237 cat confdefs.h
>>conftest.
$ac_ext
35238 cat >>conftest.
$ac_ext <<_ACEOF
35239 /* end confdefs.h. */
35241 /* Override any gcc2 internal prototype to avoid an error. */
35245 /* We use char because int might match the return type of a gcc2
35246 builtin and then its argument prototype would still apply. */
35256 rm -f conftest.
$ac_objext conftest
$ac_exeext
35257 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35258 (eval $ac_link) 2>conftest.er1
35260 grep -v '^ *+' conftest.er1
>conftest.err
35262 cat conftest.err
>&5
35263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35264 (exit $ac_status); } &&
35265 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35267 (eval $ac_try) 2>&5
35269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35270 (exit $ac_status); }; } &&
35271 { ac_try
='test -s conftest$ac_exeext'
35272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35273 (eval $ac_try) 2>&5
35275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35276 (exit $ac_status); }; }; then
35277 ac_cv_lib_posix4_nanosleep
=yes
35279 echo "$as_me: failed program was:" >&5
35280 sed 's/^/| /' conftest.
$ac_ext >&5
35282 ac_cv_lib_posix4_nanosleep
=no
35284 rm -f conftest.err conftest.
$ac_objext \
35285 conftest
$ac_exeext conftest.
$ac_ext
35286 LIBS
=$ac_check_lib_save_LIBS
35288 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
35289 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
35290 if test $ac_cv_lib_posix4_nanosleep = yes; then
35292 cat >>confdefs.h
<<\_ACEOF
35293 #define HAVE_NANOSLEEP 1
35296 POSIX4_LINK
=" -lposix4"
35301 for ac_func
in usleep
35303 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35304 echo "$as_me:$LINENO: checking for $ac_func" >&5
35305 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35306 if eval "test \"\${$as_ac_var+set}\" = set"; then
35307 echo $ECHO_N "(cached) $ECHO_C" >&6
35309 cat >conftest.
$ac_ext <<_ACEOF
35312 cat confdefs.h
>>conftest.
$ac_ext
35313 cat >>conftest.
$ac_ext <<_ACEOF
35314 /* end confdefs.h. */
35315 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35316 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35317 #define $ac_func innocuous_$ac_func
35319 /* System header to define __stub macros and hopefully few prototypes,
35320 which can conflict with char $ac_func (); below.
35321 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35322 <limits.h> exists even on freestanding compilers. */
35325 # include <limits.h>
35327 # include <assert.h>
35332 /* Override any gcc2 internal prototype to avoid an error. */
35337 /* We use char because int might match the return type of a gcc2
35338 builtin and then its argument prototype would still apply. */
35340 /* The GNU C library defines this for functions which it implements
35341 to always fail with ENOSYS. Some functions are actually named
35342 something starting with __ and the normal name is an alias. */
35343 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35346 char (*f) () = $ac_func;
35355 return f != $ac_func;
35360 rm -f conftest.
$ac_objext conftest
$ac_exeext
35361 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35362 (eval $ac_link) 2>conftest.er1
35364 grep -v '^ *+' conftest.er1
>conftest.err
35366 cat conftest.err
>&5
35367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35368 (exit $ac_status); } &&
35369 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35371 (eval $ac_try) 2>&5
35373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35374 (exit $ac_status); }; } &&
35375 { ac_try
='test -s conftest$ac_exeext'
35376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35377 (eval $ac_try) 2>&5
35379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35380 (exit $ac_status); }; }; then
35381 eval "$as_ac_var=yes"
35383 echo "$as_me: failed program was:" >&5
35384 sed 's/^/| /' conftest.
$ac_ext >&5
35386 eval "$as_ac_var=no"
35388 rm -f conftest.err conftest.
$ac_objext \
35389 conftest
$ac_exeext conftest.
$ac_ext
35391 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35392 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35393 if test `eval echo '${'$as_ac_var'}'` = yes; then
35394 cat >>confdefs.h
<<_ACEOF
35395 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35397 cat >>confdefs.h
<<\_ACEOF
35398 #define HAVE_USLEEP 1
35402 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
35403 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
35421 for ac_func
in uname gethostname
35423 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35424 echo "$as_me:$LINENO: checking for $ac_func" >&5
35425 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35426 if eval "test \"\${$as_ac_var+set}\" = set"; then
35427 echo $ECHO_N "(cached) $ECHO_C" >&6
35429 cat >conftest.
$ac_ext <<_ACEOF
35432 cat confdefs.h
>>conftest.
$ac_ext
35433 cat >>conftest.
$ac_ext <<_ACEOF
35434 /* end confdefs.h. */
35435 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35436 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35437 #define $ac_func innocuous_$ac_func
35439 /* System header to define __stub macros and hopefully few prototypes,
35440 which can conflict with char $ac_func (); below.
35441 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35442 <limits.h> exists even on freestanding compilers. */
35445 # include <limits.h>
35447 # include <assert.h>
35452 /* Override any gcc2 internal prototype to avoid an error. */
35457 /* We use char because int might match the return type of a gcc2
35458 builtin and then its argument prototype would still apply. */
35460 /* The GNU C library defines this for functions which it implements
35461 to always fail with ENOSYS. Some functions are actually named
35462 something starting with __ and the normal name is an alias. */
35463 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35466 char (*f) () = $ac_func;
35475 return f != $ac_func;
35480 rm -f conftest.
$ac_objext conftest
$ac_exeext
35481 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35482 (eval $ac_link) 2>conftest.er1
35484 grep -v '^ *+' conftest.er1
>conftest.err
35486 cat conftest.err
>&5
35487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35488 (exit $ac_status); } &&
35489 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35491 (eval $ac_try) 2>&5
35493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35494 (exit $ac_status); }; } &&
35495 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
35501 eval "$as_ac_var=yes"
35503 echo "$as_me: failed program was:" >&5
35504 sed 's/^/| /' conftest.
$ac_ext >&5
35506 eval "$as_ac_var=no"
35508 rm -f conftest.err conftest.
$ac_objext \
35509 conftest
$ac_exeext conftest.
$ac_ext
35511 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35512 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35513 if test `eval echo '${'$as_ac_var'}'` = yes; then
35514 cat >>confdefs.h
<<_ACEOF
35515 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35525 ac_cpp
='$CXXCPP $CPPFLAGS'
35526 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35527 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35528 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35532 for ac_func
in strtok_r
35534 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35535 echo "$as_me:$LINENO: checking for $ac_func" >&5
35536 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35537 if eval "test \"\${$as_ac_var+set}\" = set"; then
35538 echo $ECHO_N "(cached) $ECHO_C" >&6
35540 cat >conftest.
$ac_ext <<_ACEOF
35543 cat confdefs.h
>>conftest.
$ac_ext
35544 cat >>conftest.
$ac_ext <<_ACEOF
35545 /* end confdefs.h. */
35546 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35547 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35548 #define $ac_func innocuous_$ac_func
35550 /* System header to define __stub macros and hopefully few prototypes,
35551 which can conflict with char $ac_func (); below.
35552 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35553 <limits.h> exists even on freestanding compilers. */
35556 # include <limits.h>
35558 # include <assert.h>
35563 /* Override any gcc2 internal prototype to avoid an error. */
35568 /* We use char because int might match the return type of a gcc2
35569 builtin and then its argument prototype would still apply. */
35571 /* The GNU C library defines this for functions which it implements
35572 to always fail with ENOSYS. Some functions are actually named
35573 something starting with __ and the normal name is an alias. */
35574 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35577 char (*f) () = $ac_func;
35586 return f != $ac_func;
35591 rm -f conftest.
$ac_objext conftest
$ac_exeext
35592 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35593 (eval $ac_link) 2>conftest.er1
35595 grep -v '^ *+' conftest.er1
>conftest.err
35597 cat conftest.err
>&5
35598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35599 (exit $ac_status); } &&
35600 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35602 (eval $ac_try) 2>&5
35604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35605 (exit $ac_status); }; } &&
35606 { ac_try
='test -s conftest$ac_exeext'
35607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35608 (eval $ac_try) 2>&5
35610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35611 (exit $ac_status); }; }; then
35612 eval "$as_ac_var=yes"
35614 echo "$as_me: failed program was:" >&5
35615 sed 's/^/| /' conftest.
$ac_ext >&5
35617 eval "$as_ac_var=no"
35619 rm -f conftest.err conftest.
$ac_objext \
35620 conftest
$ac_exeext conftest.
$ac_ext
35622 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35623 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35624 if test `eval echo '${'$as_ac_var'}'` = yes; then
35625 cat >>confdefs.h
<<_ACEOF
35626 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35634 ac_cpp
='$CPP $CPPFLAGS'
35635 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35636 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35637 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35642 for ac_func
in inet_addr
35644 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35645 echo "$as_me:$LINENO: checking for $ac_func" >&5
35646 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35647 if eval "test \"\${$as_ac_var+set}\" = set"; then
35648 echo $ECHO_N "(cached) $ECHO_C" >&6
35650 cat >conftest.
$ac_ext <<_ACEOF
35653 cat confdefs.h
>>conftest.
$ac_ext
35654 cat >>conftest.
$ac_ext <<_ACEOF
35655 /* end confdefs.h. */
35656 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35657 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35658 #define $ac_func innocuous_$ac_func
35660 /* System header to define __stub macros and hopefully few prototypes,
35661 which can conflict with char $ac_func (); below.
35662 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35663 <limits.h> exists even on freestanding compilers. */
35666 # include <limits.h>
35668 # include <assert.h>
35673 /* Override any gcc2 internal prototype to avoid an error. */
35678 /* We use char because int might match the return type of a gcc2
35679 builtin and then its argument prototype would still apply. */
35681 /* The GNU C library defines this for functions which it implements
35682 to always fail with ENOSYS. Some functions are actually named
35683 something starting with __ and the normal name is an alias. */
35684 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35687 char (*f) () = $ac_func;
35696 return f != $ac_func;
35701 rm -f conftest.
$ac_objext conftest
$ac_exeext
35702 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35703 (eval $ac_link) 2>conftest.er1
35705 grep -v '^ *+' conftest.er1
>conftest.err
35707 cat conftest.err
>&5
35708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35709 (exit $ac_status); } &&
35710 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35712 (eval $ac_try) 2>&5
35714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35715 (exit $ac_status); }; } &&
35716 { ac_try
='test -s conftest$ac_exeext'
35717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35718 (eval $ac_try) 2>&5
35720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35721 (exit $ac_status); }; }; then
35722 eval "$as_ac_var=yes"
35724 echo "$as_me: failed program was:" >&5
35725 sed 's/^/| /' conftest.
$ac_ext >&5
35727 eval "$as_ac_var=no"
35729 rm -f conftest.err conftest.
$ac_objext \
35730 conftest
$ac_exeext conftest.
$ac_ext
35732 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35733 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35734 if test `eval echo '${'$as_ac_var'}'` = yes; then
35735 cat >>confdefs.h
<<_ACEOF
35736 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35738 cat >>confdefs.h
<<\_ACEOF
35739 #define HAVE_INET_ADDR 1
35744 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
35745 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
35746 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
35747 echo $ECHO_N "(cached) $ECHO_C" >&6
35749 ac_check_lib_save_LIBS
=$LIBS
35751 cat >conftest.
$ac_ext <<_ACEOF
35754 cat confdefs.h
>>conftest.
$ac_ext
35755 cat >>conftest.
$ac_ext <<_ACEOF
35756 /* end confdefs.h. */
35758 /* Override any gcc2 internal prototype to avoid an error. */
35762 /* We use char because int might match the return type of a gcc2
35763 builtin and then its argument prototype would still apply. */
35773 rm -f conftest.
$ac_objext conftest
$ac_exeext
35774 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35775 (eval $ac_link) 2>conftest.er1
35777 grep -v '^ *+' conftest.er1
>conftest.err
35779 cat conftest.err
>&5
35780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35781 (exit $ac_status); } &&
35782 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35784 (eval $ac_try) 2>&5
35786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35787 (exit $ac_status); }; } &&
35788 { ac_try
='test -s conftest$ac_exeext'
35789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35790 (eval $ac_try) 2>&5
35792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35793 (exit $ac_status); }; }; then
35794 ac_cv_lib_nsl_inet_addr
=yes
35796 echo "$as_me: failed program was:" >&5
35797 sed 's/^/| /' conftest.
$ac_ext >&5
35799 ac_cv_lib_nsl_inet_addr
=no
35801 rm -f conftest.err conftest.
$ac_objext \
35802 conftest
$ac_exeext conftest.
$ac_ext
35803 LIBS
=$ac_check_lib_save_LIBS
35805 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
35806 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
35807 if test $ac_cv_lib_nsl_inet_addr = yes; then
35811 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
35812 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
35813 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
35814 echo $ECHO_N "(cached) $ECHO_C" >&6
35816 ac_check_lib_save_LIBS
=$LIBS
35817 LIBS
="-lresolv $LIBS"
35818 cat >conftest.
$ac_ext <<_ACEOF
35821 cat confdefs.h
>>conftest.
$ac_ext
35822 cat >>conftest.
$ac_ext <<_ACEOF
35823 /* end confdefs.h. */
35825 /* Override any gcc2 internal prototype to avoid an error. */
35829 /* We use char because int might match the return type of a gcc2
35830 builtin and then its argument prototype would still apply. */
35840 rm -f conftest.
$ac_objext conftest
$ac_exeext
35841 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35842 (eval $ac_link) 2>conftest.er1
35844 grep -v '^ *+' conftest.er1
>conftest.err
35846 cat conftest.err
>&5
35847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35848 (exit $ac_status); } &&
35849 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35851 (eval $ac_try) 2>&5
35853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35854 (exit $ac_status); }; } &&
35855 { ac_try
='test -s conftest$ac_exeext'
35856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35857 (eval $ac_try) 2>&5
35859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35860 (exit $ac_status); }; }; then
35861 ac_cv_lib_resolv_inet_addr
=yes
35863 echo "$as_me: failed program was:" >&5
35864 sed 's/^/| /' conftest.
$ac_ext >&5
35866 ac_cv_lib_resolv_inet_addr
=no
35868 rm -f conftest.err conftest.
$ac_objext \
35869 conftest
$ac_exeext conftest.
$ac_ext
35870 LIBS
=$ac_check_lib_save_LIBS
35872 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
35873 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
35874 if test $ac_cv_lib_resolv_inet_addr = yes; then
35878 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
35879 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
35880 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
35881 echo $ECHO_N "(cached) $ECHO_C" >&6
35883 ac_check_lib_save_LIBS
=$LIBS
35884 LIBS
="-lsocket $LIBS"
35885 cat >conftest.
$ac_ext <<_ACEOF
35888 cat confdefs.h
>>conftest.
$ac_ext
35889 cat >>conftest.
$ac_ext <<_ACEOF
35890 /* end confdefs.h. */
35892 /* Override any gcc2 internal prototype to avoid an error. */
35896 /* We use char because int might match the return type of a gcc2
35897 builtin and then its argument prototype would still apply. */
35907 rm -f conftest.
$ac_objext conftest
$ac_exeext
35908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35909 (eval $ac_link) 2>conftest.er1
35911 grep -v '^ *+' conftest.er1
>conftest.err
35913 cat conftest.err
>&5
35914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35915 (exit $ac_status); } &&
35916 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35918 (eval $ac_try) 2>&5
35920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35921 (exit $ac_status); }; } &&
35922 { ac_try
='test -s conftest$ac_exeext'
35923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35924 (eval $ac_try) 2>&5
35926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35927 (exit $ac_status); }; }; then
35928 ac_cv_lib_socket_inet_addr
=yes
35930 echo "$as_me: failed program was:" >&5
35931 sed 's/^/| /' conftest.
$ac_ext >&5
35933 ac_cv_lib_socket_inet_addr
=no
35935 rm -f conftest.err conftest.
$ac_objext \
35936 conftest
$ac_exeext conftest.
$ac_ext
35937 LIBS
=$ac_check_lib_save_LIBS
35939 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
35940 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
35941 if test $ac_cv_lib_socket_inet_addr = yes; then
35961 for ac_func
in inet_aton
35963 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35964 echo "$as_me:$LINENO: checking for $ac_func" >&5
35965 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35966 if eval "test \"\${$as_ac_var+set}\" = set"; then
35967 echo $ECHO_N "(cached) $ECHO_C" >&6
35969 cat >conftest.
$ac_ext <<_ACEOF
35972 cat confdefs.h
>>conftest.
$ac_ext
35973 cat >>conftest.
$ac_ext <<_ACEOF
35974 /* end confdefs.h. */
35975 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35976 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35977 #define $ac_func innocuous_$ac_func
35979 /* System header to define __stub macros and hopefully few prototypes,
35980 which can conflict with char $ac_func (); below.
35981 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35982 <limits.h> exists even on freestanding compilers. */
35985 # include <limits.h>
35987 # include <assert.h>
35992 /* Override any gcc2 internal prototype to avoid an error. */
35997 /* We use char because int might match the return type of a gcc2
35998 builtin and then its argument prototype would still apply. */
36000 /* The GNU C library defines this for functions which it implements
36001 to always fail with ENOSYS. Some functions are actually named
36002 something starting with __ and the normal name is an alias. */
36003 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36006 char (*f) () = $ac_func;
36015 return f != $ac_func;
36020 rm -f conftest.
$ac_objext conftest
$ac_exeext
36021 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36022 (eval $ac_link) 2>conftest.er1
36024 grep -v '^ *+' conftest.er1
>conftest.err
36026 cat conftest.err
>&5
36027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36028 (exit $ac_status); } &&
36029 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36031 (eval $ac_try) 2>&5
36033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36034 (exit $ac_status); }; } &&
36035 { ac_try
='test -s conftest$ac_exeext'
36036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36037 (eval $ac_try) 2>&5
36039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36040 (exit $ac_status); }; }; then
36041 eval "$as_ac_var=yes"
36043 echo "$as_me: failed program was:" >&5
36044 sed 's/^/| /' conftest.
$ac_ext >&5
36046 eval "$as_ac_var=no"
36048 rm -f conftest.err conftest.
$ac_objext \
36049 conftest
$ac_exeext conftest.
$ac_ext
36051 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36052 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36053 if test `eval echo '${'$as_ac_var'}'` = yes; then
36054 cat >>confdefs.h
<<_ACEOF
36055 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36057 cat >>confdefs.h
<<\_ACEOF
36058 #define HAVE_INET_ATON 1
36063 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
36064 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
36065 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
36066 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
36067 echo $ECHO_N "(cached) $ECHO_C" >&6
36069 ac_check_lib_save_LIBS
=$LIBS
36070 LIBS
="-l$INET_LINK $LIBS"
36071 cat >conftest.
$ac_ext <<_ACEOF
36074 cat confdefs.h
>>conftest.
$ac_ext
36075 cat >>conftest.
$ac_ext <<_ACEOF
36076 /* end confdefs.h. */
36078 /* Override any gcc2 internal prototype to avoid an error. */
36082 /* We use char because int might match the return type of a gcc2
36083 builtin and then its argument prototype would still apply. */
36093 rm -f conftest.
$ac_objext conftest
$ac_exeext
36094 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36095 (eval $ac_link) 2>conftest.er1
36097 grep -v '^ *+' conftest.er1
>conftest.err
36099 cat conftest.err
>&5
36100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36101 (exit $ac_status); } &&
36102 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36104 (eval $ac_try) 2>&5
36106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36107 (exit $ac_status); }; } &&
36108 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
36114 eval "$as_ac_Lib=yes"
36116 echo "$as_me: failed program was:" >&5
36117 sed 's/^/| /' conftest.
$ac_ext >&5
36119 eval "$as_ac_Lib=no"
36121 rm -f conftest.err conftest.
$ac_objext \
36122 conftest
$ac_exeext conftest.
$ac_ext
36123 LIBS
=$ac_check_lib_save_LIBS
36125 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
36126 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
36127 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
36128 cat >>confdefs.h
<<\_ACEOF
36129 #define HAVE_INET_ATON 1
36139 if test "x$INET_LINK" != "x"; then
36140 cat >>confdefs.h
<<\_ACEOF
36141 #define HAVE_INET_ADDR 1
36144 INET_LINK
=" -l$INET_LINK"
36152 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
36153 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
36154 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
36155 echo $ECHO_N "(cached) $ECHO_C" >&6
36157 ac_check_lib_save_LIBS
=$LIBS
36159 cat >conftest.
$ac_ext <<_ACEOF
36162 cat confdefs.h
>>conftest.
$ac_ext
36163 cat >>conftest.
$ac_ext <<_ACEOF
36164 /* end confdefs.h. */
36166 /* Override any gcc2 internal prototype to avoid an error. */
36170 /* We use char because int might match the return type of a gcc2
36171 builtin and then its argument prototype would still apply. */
36181 rm -f conftest.
$ac_objext conftest
$ac_exeext
36182 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36183 (eval $ac_link) 2>conftest.er1
36185 grep -v '^ *+' conftest.er1
>conftest.err
36187 cat conftest.err
>&5
36188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36189 (exit $ac_status); } &&
36190 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36192 (eval $ac_try) 2>&5
36194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36195 (exit $ac_status); }; } &&
36196 { ac_try
='test -s conftest$ac_exeext'
36197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36198 (eval $ac_try) 2>&5
36200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36201 (exit $ac_status); }; }; then
36202 ac_cv_lib_esd_esd_close
=yes
36204 echo "$as_me: failed program was:" >&5
36205 sed 's/^/| /' conftest.
$ac_ext >&5
36207 ac_cv_lib_esd_esd_close
=no
36209 rm -f conftest.err conftest.
$ac_objext \
36210 conftest
$ac_exeext conftest.
$ac_ext
36211 LIBS
=$ac_check_lib_save_LIBS
36213 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
36214 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
36215 if test $ac_cv_lib_esd_esd_close = yes; then
36218 for ac_header
in esd.h
36220 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36221 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36222 echo "$as_me:$LINENO: checking for $ac_header" >&5
36223 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36224 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36225 echo $ECHO_N "(cached) $ECHO_C" >&6
36227 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36228 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36230 # Is the header compilable?
36231 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36232 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36233 cat >conftest.
$ac_ext <<_ACEOF
36236 cat confdefs.h
>>conftest.
$ac_ext
36237 cat >>conftest.
$ac_ext <<_ACEOF
36238 /* end confdefs.h. */
36239 $ac_includes_default
36240 #include <$ac_header>
36242 rm -f conftest.
$ac_objext
36243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36244 (eval $ac_compile) 2>conftest.er1
36246 grep -v '^ *+' conftest.er1
>conftest.err
36248 cat conftest.err
>&5
36249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36250 (exit $ac_status); } &&
36251 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36253 (eval $ac_try) 2>&5
36255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36256 (exit $ac_status); }; } &&
36257 { ac_try
='test -s conftest.$ac_objext'
36258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36259 (eval $ac_try) 2>&5
36261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36262 (exit $ac_status); }; }; then
36263 ac_header_compiler
=yes
36265 echo "$as_me: failed program was:" >&5
36266 sed 's/^/| /' conftest.
$ac_ext >&5
36268 ac_header_compiler
=no
36270 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36271 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36272 echo "${ECHO_T}$ac_header_compiler" >&6
36274 # Is the header present?
36275 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36276 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36277 cat >conftest.
$ac_ext <<_ACEOF
36280 cat confdefs.h
>>conftest.
$ac_ext
36281 cat >>conftest.
$ac_ext <<_ACEOF
36282 /* end confdefs.h. */
36283 #include <$ac_header>
36285 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36286 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
36288 grep -v '^ *+' conftest.er1
>conftest.err
36290 cat conftest.err
>&5
36291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36292 (exit $ac_status); } >/dev
/null
; then
36293 if test -s conftest.err
; then
36294 ac_cpp_err
=$ac_c_preproc_warn_flag
36295 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
36302 if test -z "$ac_cpp_err"; then
36303 ac_header_preproc
=yes
36305 echo "$as_me: failed program was:" >&5
36306 sed 's/^/| /' conftest.
$ac_ext >&5
36308 ac_header_preproc
=no
36310 rm -f conftest.err conftest.
$ac_ext
36311 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36312 echo "${ECHO_T}$ac_header_preproc" >&6
36314 # So? What about this header?
36315 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36317 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36318 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36319 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36320 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36321 ac_header_preproc
=yes
36324 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36325 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36326 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36327 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36328 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36329 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36330 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36331 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36332 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36333 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36334 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36335 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36338 ## ----------------------------------------- ##
36339 ## Report this to wx-dev@lists.wxwidgets.org ##
36340 ## ----------------------------------------- ##
36343 sed "s/^/$as_me: WARNING: /" >&2
36346 echo "$as_me:$LINENO: checking for $ac_header" >&5
36347 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36348 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36349 echo $ECHO_N "(cached) $ECHO_C" >&6
36351 eval "$as_ac_Header=\$ac_header_preproc"
36353 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36354 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36357 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36358 cat >>confdefs.h
<<_ACEOF
36359 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36362 EXTRALIBS_ESD
="-lesd"
36373 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
36374 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
36375 cat >conftest.
$ac_ext <<_ACEOF
36378 cat confdefs.h
>>conftest.
$ac_ext
36379 cat >>conftest.
$ac_ext <<_ACEOF
36380 /* end confdefs.h. */
36382 #include <linux/cdrom.h>
36385 #include <sys/cdio.h>
36391 struct cdrom_tocentry entry, old_entry;
36396 rm -f conftest.
$ac_objext
36397 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36398 (eval $ac_compile) 2>conftest.er1
36400 grep -v '^ *+' conftest.er1
>conftest.err
36402 cat conftest.err
>&5
36403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36404 (exit $ac_status); } &&
36405 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36407 (eval $ac_try) 2>&5
36409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36410 (exit $ac_status); }; } &&
36411 { ac_try
='test -s conftest.$ac_objext'
36412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36413 (eval $ac_try) 2>&5
36415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36416 (exit $ac_status); }; }; then
36417 echo "$as_me:$LINENO: result: yes" >&5
36418 echo "${ECHO_T}yes" >&6
36419 cat >>confdefs.h
<<\_ACEOF
36420 #define HAVE_KNOWN_CDROM_INTERFACE 1
36424 echo "$as_me: failed program was:" >&5
36425 sed 's/^/| /' conftest.
$ac_ext >&5
36427 echo "$as_me:$LINENO: result: no" >&5
36428 echo "${ECHO_T}no" >&6
36430 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36433 cat >confcache
<<\_ACEOF
36434 # This file is a shell script that caches the results of configure
36435 # tests run on this system so they can be shared between configure
36436 # scripts and configure runs, see configure's option --config-cache.
36437 # It is not useful on other systems. If it contains results you don't
36438 # want to keep, you may remove or edit it.
36440 # config.status only pays attention to the cache file if you give it
36441 # the --recheck option to rerun configure.
36443 # `ac_cv_env_foo' variables (set or unset) will be overridden when
36444 # loading this file, other *unset* `ac_cv_foo' will be assigned the
36445 # following values.
36449 # The following way of writing the cache mishandles newlines in values,
36450 # but we know of no workaround that is simple, portable, and efficient.
36451 # So, don't put newlines in cache variables' values.
36452 # Ultrix sh set writes to stderr and can't be redirected directly,
36453 # and sets the high bit in the cache file unless we assign to the vars.
36456 case `(ac_space=' '; set | grep ac_space) 2>&1` in
36458 # `set' does not quote correctly, so add quotes (double-quote
36459 # substitution turns \\\\ into \\, and sed turns \\ into \).
36462 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
36465 # `set' quotes correctly as required by POSIX, so do not add quotes.
36467 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
36474 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
36476 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
36478 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
36479 if test -w $cache_file; then
36480 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
36481 cat confcache
>$cache_file
36483 echo "not updating unwritable cache $cache_file"
36489 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36495 if test "$wxUSE_THREADS" = "yes" ; then
36496 if test "$USE_BEOS" = 1; then
36497 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
36498 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
36503 if test "$wxUSE_THREADS" = "yes" ; then
36506 THREAD_OPTS
="-pthread"
36508 *-*-solaris2* | *-*-sunos4* )
36509 if test "x$GCC" = "xyes"; then
36510 THREAD_OPTS
="-pthreads $THREAD_OPTS"
36512 THREAD_OPTS
="-mt $THREAD_OPTS"
36516 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
36518 *-*-darwin* | *-*-cygwin* )
36522 THREAD_OPTS
="pthreads"
36525 if test "x$GCC" = "xyes"; then
36526 $CXX -dumpspecs | grep 'pthread:' >/dev
/null
||
36534 if test "x$GCC" = "xyes"; then
36540 if test "x$GCC" != "xyes"; then
36541 THREAD_OPTS
="-Ethread"
36546 THREAD_OPTS
="$THREAD_OPTS pthread none"
36549 for flag
in $THREAD_OPTS; do
36552 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
36553 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
36557 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
36558 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
36559 THREADS_CFLAGS
="$flag"
36563 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
36564 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
36565 THREADS_LINK
="-l$flag"
36570 save_CFLAGS
="$CFLAGS"
36571 LIBS
="$THREADS_LINK $LIBS"
36572 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
36574 cat >conftest.
$ac_ext <<_ACEOF
36577 cat confdefs.h
>>conftest.
$ac_ext
36578 cat >>conftest.
$ac_ext <<_ACEOF
36579 /* end confdefs.h. */
36580 #include <pthread.h>
36584 pthread_create(0,0,0,0);
36589 rm -f conftest.
$ac_objext conftest
$ac_exeext
36590 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36591 (eval $ac_link) 2>conftest.er1
36593 grep -v '^ *+' conftest.er1
>conftest.err
36595 cat conftest.err
>&5
36596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36597 (exit $ac_status); } &&
36598 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36600 (eval $ac_try) 2>&5
36602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36603 (exit $ac_status); }; } &&
36604 { ac_try
='test -s conftest$ac_exeext'
36605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36606 (eval $ac_try) 2>&5
36608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36609 (exit $ac_status); }; }; then
36612 echo "$as_me: failed program was:" >&5
36613 sed 's/^/| /' conftest.
$ac_ext >&5
36616 rm -f conftest.err conftest.
$ac_objext \
36617 conftest
$ac_exeext conftest.
$ac_ext
36620 CFLAGS
="$save_CFLAGS"
36622 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
36623 echo "${ECHO_T}$THREADS_OK" >&6
36624 if test "x$THREADS_OK" = "xyes"; then
36632 if test "x$THREADS_OK" != "xyes"; then
36634 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
36635 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
36637 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
36638 LIBS
="$THREADS_LINK $LIBS"
36640 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
36641 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
36645 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
36646 flag
="-D_THREAD_SAFE"
36649 flag
="-D_THREAD_SAFE"
36652 flag
="-D_REENTRANT"
36653 if test "x$GCC" != "xyes"; then
36654 flag
="$flag -D_RWSTD_MULTI_THREAD"
36657 *solaris
* | alpha
*-osf*)
36658 flag
="-D_REENTRANT"
36661 echo "$as_me:$LINENO: result: ${flag}" >&5
36662 echo "${ECHO_T}${flag}" >&6
36663 if test "x$flag" != xno
; then
36664 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
36667 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
36671 if test "$wxUSE_THREADS" = "yes" ; then
36673 for ac_func
in thr_setconcurrency
36675 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36676 echo "$as_me:$LINENO: checking for $ac_func" >&5
36677 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36678 if eval "test \"\${$as_ac_var+set}\" = set"; then
36679 echo $ECHO_N "(cached) $ECHO_C" >&6
36681 cat >conftest.
$ac_ext <<_ACEOF
36684 cat confdefs.h
>>conftest.
$ac_ext
36685 cat >>conftest.
$ac_ext <<_ACEOF
36686 /* end confdefs.h. */
36687 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36688 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36689 #define $ac_func innocuous_$ac_func
36691 /* System header to define __stub macros and hopefully few prototypes,
36692 which can conflict with char $ac_func (); below.
36693 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36694 <limits.h> exists even on freestanding compilers. */
36697 # include <limits.h>
36699 # include <assert.h>
36704 /* Override any gcc2 internal prototype to avoid an error. */
36709 /* We use char because int might match the return type of a gcc2
36710 builtin and then its argument prototype would still apply. */
36712 /* The GNU C library defines this for functions which it implements
36713 to always fail with ENOSYS. Some functions are actually named
36714 something starting with __ and the normal name is an alias. */
36715 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36718 char (*f) () = $ac_func;
36727 return f != $ac_func;
36732 rm -f conftest.
$ac_objext conftest
$ac_exeext
36733 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36734 (eval $ac_link) 2>conftest.er1
36736 grep -v '^ *+' conftest.er1
>conftest.err
36738 cat conftest.err
>&5
36739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36740 (exit $ac_status); } &&
36741 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36743 (eval $ac_try) 2>&5
36745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36746 (exit $ac_status); }; } &&
36747 { ac_try
='test -s conftest$ac_exeext'
36748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36749 (eval $ac_try) 2>&5
36751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36752 (exit $ac_status); }; }; then
36753 eval "$as_ac_var=yes"
36755 echo "$as_me: failed program was:" >&5
36756 sed 's/^/| /' conftest.
$ac_ext >&5
36758 eval "$as_ac_var=no"
36760 rm -f conftest.err conftest.
$ac_objext \
36761 conftest
$ac_exeext conftest.
$ac_ext
36763 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36764 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36765 if test `eval echo '${'$as_ac_var'}'` = yes; then
36766 cat >>confdefs.h
<<_ACEOF
36767 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36774 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
36775 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
36776 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
36777 echo $ECHO_N "(cached) $ECHO_C" >&6
36780 cat >conftest.
$ac_ext <<_ACEOF
36783 cat confdefs.h
>>conftest.
$ac_ext
36784 cat >>conftest.
$ac_ext <<_ACEOF
36785 /* end confdefs.h. */
36786 #include <pthread.h>
36787 void ThreadCleanupFunc(void *p);
36794 pthread_cleanup_push(ThreadCleanupFunc, p);
36795 pthread_cleanup_pop(0);
36801 rm -f conftest.
$ac_objext
36802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36803 (eval $ac_compile) 2>conftest.er1
36805 grep -v '^ *+' conftest.er1
>conftest.err
36807 cat conftest.err
>&5
36808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36809 (exit $ac_status); } &&
36810 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36812 (eval $ac_try) 2>&5
36814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36815 (exit $ac_status); }; } &&
36816 { ac_try
='test -s conftest.$ac_objext'
36817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36818 (eval $ac_try) 2>&5
36820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36821 (exit $ac_status); }; }; then
36823 wx_cv_func_pthread_cleanup
=yes
36826 echo "$as_me: failed program was:" >&5
36827 sed 's/^/| /' conftest.
$ac_ext >&5
36830 wx_cv_func_pthread_cleanup
=no
36834 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36837 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
36838 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
36839 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
36840 cat >>confdefs.h
<<\_ACEOF
36841 #define wxHAVE_PTHREAD_CLEANUP 1
36847 for ac_header
in sched.h
36849 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36850 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36851 echo "$as_me:$LINENO: checking for $ac_header" >&5
36852 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36853 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36854 echo $ECHO_N "(cached) $ECHO_C" >&6
36856 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36857 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36859 # Is the header compilable?
36860 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36861 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36862 cat >conftest.
$ac_ext <<_ACEOF
36865 cat confdefs.h
>>conftest.
$ac_ext
36866 cat >>conftest.
$ac_ext <<_ACEOF
36867 /* end confdefs.h. */
36868 $ac_includes_default
36869 #include <$ac_header>
36871 rm -f conftest.
$ac_objext
36872 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36873 (eval $ac_compile) 2>conftest.er1
36875 grep -v '^ *+' conftest.er1
>conftest.err
36877 cat conftest.err
>&5
36878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36879 (exit $ac_status); } &&
36880 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36882 (eval $ac_try) 2>&5
36884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36885 (exit $ac_status); }; } &&
36886 { ac_try
='test -s conftest.$ac_objext'
36887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36888 (eval $ac_try) 2>&5
36890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36891 (exit $ac_status); }; }; then
36892 ac_header_compiler
=yes
36894 echo "$as_me: failed program was:" >&5
36895 sed 's/^/| /' conftest.
$ac_ext >&5
36897 ac_header_compiler
=no
36899 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36900 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36901 echo "${ECHO_T}$ac_header_compiler" >&6
36903 # Is the header present?
36904 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36905 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36906 cat >conftest.
$ac_ext <<_ACEOF
36909 cat confdefs.h
>>conftest.
$ac_ext
36910 cat >>conftest.
$ac_ext <<_ACEOF
36911 /* end confdefs.h. */
36912 #include <$ac_header>
36914 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36915 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
36917 grep -v '^ *+' conftest.er1
>conftest.err
36919 cat conftest.err
>&5
36920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36921 (exit $ac_status); } >/dev
/null
; then
36922 if test -s conftest.err
; then
36923 ac_cpp_err
=$ac_c_preproc_warn_flag
36924 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
36931 if test -z "$ac_cpp_err"; then
36932 ac_header_preproc
=yes
36934 echo "$as_me: failed program was:" >&5
36935 sed 's/^/| /' conftest.
$ac_ext >&5
36937 ac_header_preproc
=no
36939 rm -f conftest.err conftest.
$ac_ext
36940 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36941 echo "${ECHO_T}$ac_header_preproc" >&6
36943 # So? What about this header?
36944 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36946 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36947 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36948 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36949 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36950 ac_header_preproc
=yes
36953 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36954 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36955 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36956 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36957 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36958 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36959 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36960 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36961 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36962 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36963 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36964 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36967 ## ----------------------------------------- ##
36968 ## Report this to wx-dev@lists.wxwidgets.org ##
36969 ## ----------------------------------------- ##
36972 sed "s/^/$as_me: WARNING: /" >&2
36975 echo "$as_me:$LINENO: checking for $ac_header" >&5
36976 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36977 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36978 echo $ECHO_N "(cached) $ECHO_C" >&6
36980 eval "$as_ac_Header=\$ac_header_preproc"
36982 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36983 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36986 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36987 cat >>confdefs.h
<<_ACEOF
36988 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36995 if test "$ac_cv_header_sched_h" = "yes"; then
36996 echo "$as_me:$LINENO: checking for sched_yield" >&5
36997 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
36998 if test "${ac_cv_func_sched_yield+set}" = set; then
36999 echo $ECHO_N "(cached) $ECHO_C" >&6
37001 cat >conftest.
$ac_ext <<_ACEOF
37004 cat confdefs.h
>>conftest.
$ac_ext
37005 cat >>conftest.
$ac_ext <<_ACEOF
37006 /* end confdefs.h. */
37007 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
37008 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37009 #define sched_yield innocuous_sched_yield
37011 /* System header to define __stub macros and hopefully few prototypes,
37012 which can conflict with char sched_yield (); below.
37013 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37014 <limits.h> exists even on freestanding compilers. */
37017 # include <limits.h>
37019 # include <assert.h>
37024 /* Override any gcc2 internal prototype to avoid an error. */
37029 /* We use char because int might match the return type of a gcc2
37030 builtin and then its argument prototype would still apply. */
37031 char sched_yield ();
37032 /* The GNU C library defines this for functions which it implements
37033 to always fail with ENOSYS. Some functions are actually named
37034 something starting with __ and the normal name is an alias. */
37035 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
37038 char (*f) () = sched_yield;
37047 return f != sched_yield;
37052 rm -f conftest.
$ac_objext conftest
$ac_exeext
37053 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37054 (eval $ac_link) 2>conftest.er1
37056 grep -v '^ *+' conftest.er1
>conftest.err
37058 cat conftest.err
>&5
37059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37060 (exit $ac_status); } &&
37061 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37063 (eval $ac_try) 2>&5
37065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37066 (exit $ac_status); }; } &&
37067 { ac_try
='test -s conftest$ac_exeext'
37068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37069 (eval $ac_try) 2>&5
37071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37072 (exit $ac_status); }; }; then
37073 ac_cv_func_sched_yield
=yes
37075 echo "$as_me: failed program was:" >&5
37076 sed 's/^/| /' conftest.
$ac_ext >&5
37078 ac_cv_func_sched_yield
=no
37080 rm -f conftest.err conftest.
$ac_objext \
37081 conftest
$ac_exeext conftest.
$ac_ext
37083 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
37084 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
37085 if test $ac_cv_func_sched_yield = yes; then
37086 cat >>confdefs.h
<<\_ACEOF
37087 #define HAVE_SCHED_YIELD 1
37092 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
37093 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
37094 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
37095 echo $ECHO_N "(cached) $ECHO_C" >&6
37097 ac_check_lib_save_LIBS
=$LIBS
37098 LIBS
="-lposix4 $LIBS"
37099 cat >conftest.
$ac_ext <<_ACEOF
37102 cat confdefs.h
>>conftest.
$ac_ext
37103 cat >>conftest.
$ac_ext <<_ACEOF
37104 /* end confdefs.h. */
37106 /* Override any gcc2 internal prototype to avoid an error. */
37110 /* We use char because int might match the return type of a gcc2
37111 builtin and then its argument prototype would still apply. */
37112 char sched_yield ();
37121 rm -f conftest.
$ac_objext conftest
$ac_exeext
37122 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37123 (eval $ac_link) 2>conftest.er1
37125 grep -v '^ *+' conftest.er1
>conftest.err
37127 cat conftest.err
>&5
37128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37129 (exit $ac_status); } &&
37130 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37132 (eval $ac_try) 2>&5
37134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37135 (exit $ac_status); }; } &&
37136 { ac_try
='test -s conftest$ac_exeext'
37137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37138 (eval $ac_try) 2>&5
37140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37141 (exit $ac_status); }; }; then
37142 ac_cv_lib_posix4_sched_yield
=yes
37144 echo "$as_me: failed program was:" >&5
37145 sed 's/^/| /' conftest.
$ac_ext >&5
37147 ac_cv_lib_posix4_sched_yield
=no
37149 rm -f conftest.err conftest.
$ac_objext \
37150 conftest
$ac_exeext conftest.
$ac_ext
37151 LIBS
=$ac_check_lib_save_LIBS
37153 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
37154 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
37155 if test $ac_cv_lib_posix4_sched_yield = yes; then
37156 cat >>confdefs.h
<<\_ACEOF
37157 #define HAVE_SCHED_YIELD 1
37159 POSIX4_LINK
=" -lposix4"
37161 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
37162 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
37173 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
37174 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
37175 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
37176 echo $ECHO_N "(cached) $ECHO_C" >&6
37178 cat >conftest.
$ac_ext <<_ACEOF
37181 cat confdefs.h
>>conftest.
$ac_ext
37182 cat >>conftest.
$ac_ext <<_ACEOF
37183 /* end confdefs.h. */
37184 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
37185 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37186 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
37188 /* System header to define __stub macros and hopefully few prototypes,
37189 which can conflict with char pthread_attr_getschedpolicy (); below.
37190 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37191 <limits.h> exists even on freestanding compilers. */
37194 # include <limits.h>
37196 # include <assert.h>
37199 #undef pthread_attr_getschedpolicy
37201 /* Override any gcc2 internal prototype to avoid an error. */
37206 /* We use char because int might match the return type of a gcc2
37207 builtin and then its argument prototype would still apply. */
37208 char pthread_attr_getschedpolicy ();
37209 /* The GNU C library defines this for functions which it implements
37210 to always fail with ENOSYS. Some functions are actually named
37211 something starting with __ and the normal name is an alias. */
37212 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
37215 char (*f) () = pthread_attr_getschedpolicy;
37224 return f != pthread_attr_getschedpolicy;
37229 rm -f conftest.
$ac_objext conftest
$ac_exeext
37230 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37231 (eval $ac_link) 2>conftest.er1
37233 grep -v '^ *+' conftest.er1
>conftest.err
37235 cat conftest.err
>&5
37236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37237 (exit $ac_status); } &&
37238 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37240 (eval $ac_try) 2>&5
37242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37243 (exit $ac_status); }; } &&
37244 { ac_try
='test -s conftest$ac_exeext'
37245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37246 (eval $ac_try) 2>&5
37248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37249 (exit $ac_status); }; }; then
37250 ac_cv_func_pthread_attr_getschedpolicy
=yes
37252 echo "$as_me: failed program was:" >&5
37253 sed 's/^/| /' conftest.
$ac_ext >&5
37255 ac_cv_func_pthread_attr_getschedpolicy
=no
37257 rm -f conftest.err conftest.
$ac_objext \
37258 conftest
$ac_exeext conftest.
$ac_ext
37260 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
37261 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
37262 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
37263 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
37264 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
37265 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
37266 echo $ECHO_N "(cached) $ECHO_C" >&6
37268 cat >conftest.
$ac_ext <<_ACEOF
37271 cat confdefs.h
>>conftest.
$ac_ext
37272 cat >>conftest.
$ac_ext <<_ACEOF
37273 /* end confdefs.h. */
37274 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
37275 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37276 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
37278 /* System header to define __stub macros and hopefully few prototypes,
37279 which can conflict with char pthread_attr_setschedparam (); below.
37280 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37281 <limits.h> exists even on freestanding compilers. */
37284 # include <limits.h>
37286 # include <assert.h>
37289 #undef pthread_attr_setschedparam
37291 /* Override any gcc2 internal prototype to avoid an error. */
37296 /* We use char because int might match the return type of a gcc2
37297 builtin and then its argument prototype would still apply. */
37298 char pthread_attr_setschedparam ();
37299 /* The GNU C library defines this for functions which it implements
37300 to always fail with ENOSYS. Some functions are actually named
37301 something starting with __ and the normal name is an alias. */
37302 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
37305 char (*f) () = pthread_attr_setschedparam;
37314 return f != pthread_attr_setschedparam;
37319 rm -f conftest.
$ac_objext conftest
$ac_exeext
37320 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37321 (eval $ac_link) 2>conftest.er1
37323 grep -v '^ *+' conftest.er1
>conftest.err
37325 cat conftest.err
>&5
37326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37327 (exit $ac_status); } &&
37328 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37330 (eval $ac_try) 2>&5
37332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37333 (exit $ac_status); }; } &&
37334 { ac_try
='test -s conftest$ac_exeext'
37335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37336 (eval $ac_try) 2>&5
37338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37339 (exit $ac_status); }; }; then
37340 ac_cv_func_pthread_attr_setschedparam
=yes
37342 echo "$as_me: failed program was:" >&5
37343 sed 's/^/| /' conftest.
$ac_ext >&5
37345 ac_cv_func_pthread_attr_setschedparam
=no
37347 rm -f conftest.err conftest.
$ac_objext \
37348 conftest
$ac_exeext conftest.
$ac_ext
37350 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
37351 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
37352 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
37353 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
37354 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
37355 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
37356 echo $ECHO_N "(cached) $ECHO_C" >&6
37358 cat >conftest.
$ac_ext <<_ACEOF
37361 cat confdefs.h
>>conftest.
$ac_ext
37362 cat >>conftest.
$ac_ext <<_ACEOF
37363 /* end confdefs.h. */
37364 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
37365 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37366 #define sched_get_priority_max innocuous_sched_get_priority_max
37368 /* System header to define __stub macros and hopefully few prototypes,
37369 which can conflict with char sched_get_priority_max (); below.
37370 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37371 <limits.h> exists even on freestanding compilers. */
37374 # include <limits.h>
37376 # include <assert.h>
37379 #undef sched_get_priority_max
37381 /* Override any gcc2 internal prototype to avoid an error. */
37386 /* We use char because int might match the return type of a gcc2
37387 builtin and then its argument prototype would still apply. */
37388 char sched_get_priority_max ();
37389 /* The GNU C library defines this for functions which it implements
37390 to always fail with ENOSYS. Some functions are actually named
37391 something starting with __ and the normal name is an alias. */
37392 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
37395 char (*f) () = sched_get_priority_max;
37404 return f != sched_get_priority_max;
37409 rm -f conftest.
$ac_objext conftest
$ac_exeext
37410 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37411 (eval $ac_link) 2>conftest.er1
37413 grep -v '^ *+' conftest.er1
>conftest.err
37415 cat conftest.err
>&5
37416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37417 (exit $ac_status); } &&
37418 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37420 (eval $ac_try) 2>&5
37422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37423 (exit $ac_status); }; } &&
37424 { ac_try
='test -s conftest$ac_exeext'
37425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37426 (eval $ac_try) 2>&5
37428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37429 (exit $ac_status); }; }; then
37430 ac_cv_func_sched_get_priority_max
=yes
37432 echo "$as_me: failed program was:" >&5
37433 sed 's/^/| /' conftest.
$ac_ext >&5
37435 ac_cv_func_sched_get_priority_max
=no
37437 rm -f conftest.err conftest.
$ac_objext \
37438 conftest
$ac_exeext conftest.
$ac_ext
37440 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
37441 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
37442 if test $ac_cv_func_sched_get_priority_max = yes; then
37445 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
37446 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
37447 if test "${ac_cv_lib_posix4_sched_get_priority_max+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. */
37465 char sched_get_priority_max ();
37469 sched_get_priority_max ();
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_sched_get_priority_max
=yes
37497 echo "$as_me: failed program was:" >&5
37498 sed 's/^/| /' conftest.
$ac_ext >&5
37500 ac_cv_lib_posix4_sched_get_priority_max
=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_sched_get_priority_max" >&5
37507 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
37508 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
37511 POSIX4_LINK
=" -lposix4"
37525 if test "$HAVE_PRIOR_FUNCS" = 1; then
37526 cat >>confdefs.h
<<\_ACEOF
37527 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
37531 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
37532 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
37535 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
37536 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
37537 if test "${ac_cv_func_pthread_cancel+set}" = set; then
37538 echo $ECHO_N "(cached) $ECHO_C" >&6
37540 cat >conftest.
$ac_ext <<_ACEOF
37543 cat confdefs.h
>>conftest.
$ac_ext
37544 cat >>conftest.
$ac_ext <<_ACEOF
37545 /* end confdefs.h. */
37546 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
37547 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37548 #define pthread_cancel innocuous_pthread_cancel
37550 /* System header to define __stub macros and hopefully few prototypes,
37551 which can conflict with char pthread_cancel (); below.
37552 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37553 <limits.h> exists even on freestanding compilers. */
37556 # include <limits.h>
37558 # include <assert.h>
37561 #undef pthread_cancel
37563 /* Override any gcc2 internal prototype to avoid an error. */
37568 /* We use char because int might match the return type of a gcc2
37569 builtin and then its argument prototype would still apply. */
37570 char pthread_cancel ();
37571 /* The GNU C library defines this for functions which it implements
37572 to always fail with ENOSYS. Some functions are actually named
37573 something starting with __ and the normal name is an alias. */
37574 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
37577 char (*f) () = pthread_cancel;
37586 return f != pthread_cancel;
37591 rm -f conftest.
$ac_objext conftest
$ac_exeext
37592 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37593 (eval $ac_link) 2>conftest.er1
37595 grep -v '^ *+' conftest.er1
>conftest.err
37597 cat conftest.err
>&5
37598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37599 (exit $ac_status); } &&
37600 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37602 (eval $ac_try) 2>&5
37604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37605 (exit $ac_status); }; } &&
37606 { ac_try
='test -s conftest$ac_exeext'
37607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37608 (eval $ac_try) 2>&5
37610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37611 (exit $ac_status); }; }; then
37612 ac_cv_func_pthread_cancel
=yes
37614 echo "$as_me: failed program was:" >&5
37615 sed 's/^/| /' conftest.
$ac_ext >&5
37617 ac_cv_func_pthread_cancel
=no
37619 rm -f conftest.err conftest.
$ac_objext \
37620 conftest
$ac_exeext conftest.
$ac_ext
37622 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
37623 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
37624 if test $ac_cv_func_pthread_cancel = yes; then
37625 cat >>confdefs.h
<<\_ACEOF
37626 #define HAVE_PTHREAD_CANCEL 1
37630 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
37631 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
37635 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
37636 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
37637 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
37638 echo $ECHO_N "(cached) $ECHO_C" >&6
37640 cat >conftest.
$ac_ext <<_ACEOF
37643 cat confdefs.h
>>conftest.
$ac_ext
37644 cat >>conftest.
$ac_ext <<_ACEOF
37645 /* end confdefs.h. */
37646 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
37647 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37648 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
37650 /* System header to define __stub macros and hopefully few prototypes,
37651 which can conflict with char pthread_attr_setstacksize (); below.
37652 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37653 <limits.h> exists even on freestanding compilers. */
37656 # include <limits.h>
37658 # include <assert.h>
37661 #undef pthread_attr_setstacksize
37663 /* Override any gcc2 internal prototype to avoid an error. */
37668 /* We use char because int might match the return type of a gcc2
37669 builtin and then its argument prototype would still apply. */
37670 char pthread_attr_setstacksize ();
37671 /* The GNU C library defines this for functions which it implements
37672 to always fail with ENOSYS. Some functions are actually named
37673 something starting with __ and the normal name is an alias. */
37674 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
37677 char (*f) () = pthread_attr_setstacksize;
37686 return f != pthread_attr_setstacksize;
37691 rm -f conftest.
$ac_objext conftest
$ac_exeext
37692 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37693 (eval $ac_link) 2>conftest.er1
37695 grep -v '^ *+' conftest.er1
>conftest.err
37697 cat conftest.err
>&5
37698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37699 (exit $ac_status); } &&
37700 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37702 (eval $ac_try) 2>&5
37704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37705 (exit $ac_status); }; } &&
37706 { ac_try
='test -s conftest$ac_exeext'
37707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37708 (eval $ac_try) 2>&5
37710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37711 (exit $ac_status); }; }; then
37712 ac_cv_func_pthread_attr_setstacksize
=yes
37714 echo "$as_me: failed program was:" >&5
37715 sed 's/^/| /' conftest.
$ac_ext >&5
37717 ac_cv_func_pthread_attr_setstacksize
=no
37719 rm -f conftest.err conftest.
$ac_objext \
37720 conftest
$ac_exeext conftest.
$ac_ext
37722 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
37723 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
37724 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
37725 cat >>confdefs.h
<<\_ACEOF
37726 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
37733 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
37734 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
37735 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
37736 echo $ECHO_N "(cached) $ECHO_C" >&6
37739 cat >conftest.
$ac_ext <<_ACEOF
37742 cat confdefs.h
>>conftest.
$ac_ext
37743 cat >>conftest.
$ac_ext <<_ACEOF
37744 /* end confdefs.h. */
37745 #include <pthread.h>
37750 pthread_mutexattr_t attr;
37751 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37757 rm -f conftest.
$ac_objext
37758 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37759 (eval $ac_compile) 2>conftest.er1
37761 grep -v '^ *+' conftest.er1
>conftest.err
37763 cat conftest.err
>&5
37764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37765 (exit $ac_status); } &&
37766 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37768 (eval $ac_try) 2>&5
37770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37771 (exit $ac_status); }; } &&
37772 { ac_try
='test -s conftest.$ac_objext'
37773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37774 (eval $ac_try) 2>&5
37776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37777 (exit $ac_status); }; }; then
37778 wx_cv_type_pthread_mutexattr_t
=yes
37780 echo "$as_me: failed program was:" >&5
37781 sed 's/^/| /' conftest.
$ac_ext >&5
37783 wx_cv_type_pthread_mutexattr_t
=no
37786 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37789 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
37790 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
37792 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
37793 cat >>confdefs.h
<<\_ACEOF
37794 #define HAVE_PTHREAD_MUTEXATTR_T 1
37798 echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
37799 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6
37800 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
37801 echo $ECHO_N "(cached) $ECHO_C" >&6
37804 cat >conftest.
$ac_ext <<_ACEOF
37807 cat confdefs.h
>>conftest.
$ac_ext
37808 cat >>conftest.
$ac_ext <<_ACEOF
37809 /* end confdefs.h. */
37810 #include <pthread.h>
37815 pthread_mutexattr_t attr;
37816 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37822 rm -f conftest.
$ac_objext
37823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37824 (eval $ac_compile) 2>conftest.er1
37826 grep -v '^ *+' conftest.er1
>conftest.err
37828 cat conftest.err
>&5
37829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37830 (exit $ac_status); } &&
37831 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37833 (eval $ac_try) 2>&5
37835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37836 (exit $ac_status); }; } &&
37837 { ac_try
='test -s conftest.$ac_objext'
37838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37839 (eval $ac_try) 2>&5
37841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37842 (exit $ac_status); }; }; then
37843 wx_cv_func_pthread_mutexattr_settype_decl
=yes
37845 echo "$as_me: failed program was:" >&5
37846 sed 's/^/| /' conftest.
$ac_ext >&5
37848 wx_cv_func_pthread_mutexattr_settype_decl
=no
37851 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37854 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
37855 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6
37856 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
37857 cat >>confdefs.h
<<\_ACEOF
37858 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
37863 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
37864 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
37865 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
37866 echo $ECHO_N "(cached) $ECHO_C" >&6
37869 cat >conftest.
$ac_ext <<_ACEOF
37872 cat confdefs.h
>>conftest.
$ac_ext
37873 cat >>conftest.
$ac_ext <<_ACEOF
37874 /* end confdefs.h. */
37875 #include <pthread.h>
37880 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
37886 rm -f conftest.
$ac_objext
37887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37888 (eval $ac_compile) 2>conftest.er1
37890 grep -v '^ *+' conftest.er1
>conftest.err
37892 cat conftest.err
>&5
37893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37894 (exit $ac_status); } &&
37895 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37897 (eval $ac_try) 2>&5
37899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37900 (exit $ac_status); }; } &&
37901 { ac_try
='test -s conftest.$ac_objext'
37902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37903 (eval $ac_try) 2>&5
37905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37906 (exit $ac_status); }; }; then
37908 wx_cv_type_pthread_rec_mutex_init
=yes
37911 echo "$as_me: failed program was:" >&5
37912 sed 's/^/| /' conftest.
$ac_ext >&5
37915 wx_cv_type_pthread_rec_mutex_init
=no
37919 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37922 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
37923 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
37924 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
37925 cat >>confdefs.h
<<\_ACEOF
37926 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
37930 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
37931 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
37937 if test "$wxUSE_THREADS" = "yes" ; then
37940 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
37941 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
37942 if test "${wx_cv_cflags_mthread+set}" = set; then
37943 echo $ECHO_N "(cached) $ECHO_C" >&6
37946 CFLAGS_OLD
="$CFLAGS"
37947 CFLAGS
="-mthreads $CFLAGS"
37948 cat >conftest.
$ac_ext <<_ACEOF
37951 cat confdefs.h
>>conftest.
$ac_ext
37952 cat >>conftest.
$ac_ext <<_ACEOF
37953 /* end confdefs.h. */
37963 rm -f conftest.
$ac_objext
37964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37965 (eval $ac_compile) 2>conftest.er1
37967 grep -v '^ *+' conftest.er1
>conftest.err
37969 cat conftest.err
>&5
37970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37971 (exit $ac_status); } &&
37972 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37974 (eval $ac_try) 2>&5
37976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37977 (exit $ac_status); }; } &&
37978 { ac_try
='test -s conftest.$ac_objext'
37979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37980 (eval $ac_try) 2>&5
37982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37983 (exit $ac_status); }; }; then
37984 wx_cv_cflags_mthread
=yes
37986 echo "$as_me: failed program was:" >&5
37987 sed 's/^/| /' conftest.
$ac_ext >&5
37989 wx_cv_cflags_mthread
=no
37992 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37996 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
37997 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
37999 if test "$wx_cv_cflags_mthread" = "yes"; then
38000 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mthreads"
38001 LDFLAGS
="$LDFLAGS -mthreads"
38003 CFLAGS
="$CFLAGS_OLD"
38007 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
38008 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
38009 LDFLAGS
="$LDFLAGS -Zmt"
38015 echo "$as_me:$LINENO: checking for localtime_r" >&5
38016 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6
38017 if test "${ac_cv_func_localtime_r+set}" = set; then
38018 echo $ECHO_N "(cached) $ECHO_C" >&6
38020 cat >conftest.
$ac_ext <<_ACEOF
38023 cat confdefs.h
>>conftest.
$ac_ext
38024 cat >>conftest.
$ac_ext <<_ACEOF
38025 /* end confdefs.h. */
38026 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
38027 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38028 #define localtime_r innocuous_localtime_r
38030 /* System header to define __stub macros and hopefully few prototypes,
38031 which can conflict with char localtime_r (); below.
38032 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38033 <limits.h> exists even on freestanding compilers. */
38036 # include <limits.h>
38038 # include <assert.h>
38043 /* Override any gcc2 internal prototype to avoid an error. */
38048 /* We use char because int might match the return type of a gcc2
38049 builtin and then its argument prototype would still apply. */
38050 char localtime_r ();
38051 /* The GNU C library defines this for functions which it implements
38052 to always fail with ENOSYS. Some functions are actually named
38053 something starting with __ and the normal name is an alias. */
38054 #if defined (__stub_localtime_r) || defined (__stub___localtime_r)
38057 char (*f) () = localtime_r;
38066 return f != localtime_r;
38071 rm -f conftest.
$ac_objext conftest
$ac_exeext
38072 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38073 (eval $ac_link) 2>conftest.er1
38075 grep -v '^ *+' conftest.er1
>conftest.err
38077 cat conftest.err
>&5
38078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38079 (exit $ac_status); } &&
38080 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38082 (eval $ac_try) 2>&5
38084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38085 (exit $ac_status); }; } &&
38086 { ac_try
='test -s conftest$ac_exeext'
38087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38088 (eval $ac_try) 2>&5
38090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38091 (exit $ac_status); }; }; then
38092 ac_cv_func_localtime_r
=yes
38094 echo "$as_me: failed program was:" >&5
38095 sed 's/^/| /' conftest.
$ac_ext >&5
38097 ac_cv_func_localtime_r
=no
38099 rm -f conftest.err conftest.
$ac_objext \
38100 conftest
$ac_exeext conftest.
$ac_ext
38102 echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
38103 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6
38104 if test $ac_cv_func_localtime_r = yes; then
38105 cat >>confdefs.h
<<\_ACEOF
38106 #define HAVE_LOCALTIME_R 1
38111 echo "$as_me:$LINENO: checking for gmtime_r" >&5
38112 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6
38113 if test "${ac_cv_func_gmtime_r+set}" = set; then
38114 echo $ECHO_N "(cached) $ECHO_C" >&6
38116 cat >conftest.
$ac_ext <<_ACEOF
38119 cat confdefs.h
>>conftest.
$ac_ext
38120 cat >>conftest.
$ac_ext <<_ACEOF
38121 /* end confdefs.h. */
38122 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
38123 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38124 #define gmtime_r innocuous_gmtime_r
38126 /* System header to define __stub macros and hopefully few prototypes,
38127 which can conflict with char gmtime_r (); below.
38128 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38129 <limits.h> exists even on freestanding compilers. */
38132 # include <limits.h>
38134 # include <assert.h>
38139 /* Override any gcc2 internal prototype to avoid an error. */
38144 /* We use char because int might match the return type of a gcc2
38145 builtin and then its argument prototype would still apply. */
38147 /* The GNU C library defines this for functions which it implements
38148 to always fail with ENOSYS. Some functions are actually named
38149 something starting with __ and the normal name is an alias. */
38150 #if defined (__stub_gmtime_r) || defined (__stub___gmtime_r)
38153 char (*f) () = gmtime_r;
38162 return f != gmtime_r;
38167 rm -f conftest.
$ac_objext conftest
$ac_exeext
38168 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38169 (eval $ac_link) 2>conftest.er1
38171 grep -v '^ *+' conftest.er1
>conftest.err
38173 cat conftest.err
>&5
38174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38175 (exit $ac_status); } &&
38176 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38178 (eval $ac_try) 2>&5
38180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38181 (exit $ac_status); }; } &&
38182 { ac_try
='test -s conftest$ac_exeext'
38183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38184 (eval $ac_try) 2>&5
38186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38187 (exit $ac_status); }; }; then
38188 ac_cv_func_gmtime_r
=yes
38190 echo "$as_me: failed program was:" >&5
38191 sed 's/^/| /' conftest.
$ac_ext >&5
38193 ac_cv_func_gmtime_r
=no
38195 rm -f conftest.err conftest.
$ac_objext \
38196 conftest
$ac_exeext conftest.
$ac_ext
38198 echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
38199 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6
38200 if test $ac_cv_func_gmtime_r = yes; then
38201 cat >>confdefs.h
<<\_ACEOF
38202 #define HAVE_GMTIME_R 1
38207 echo "$as_me:$LINENO: checking for readdir_r" >&5
38208 echo $ECHO_N "checking for readdir_r... $ECHO_C" >&6
38209 if test "${ac_cv_func_readdir_r+set}" = set; then
38210 echo $ECHO_N "(cached) $ECHO_C" >&6
38212 cat >conftest.
$ac_ext <<_ACEOF
38215 cat confdefs.h
>>conftest.
$ac_ext
38216 cat >>conftest.
$ac_ext <<_ACEOF
38217 /* end confdefs.h. */
38218 /* Define readdir_r to an innocuous variant, in case <limits.h> declares readdir_r.
38219 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38220 #define readdir_r innocuous_readdir_r
38222 /* System header to define __stub macros and hopefully few prototypes,
38223 which can conflict with char readdir_r (); below.
38224 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38225 <limits.h> exists even on freestanding compilers. */
38228 # include <limits.h>
38230 # include <assert.h>
38235 /* Override any gcc2 internal prototype to avoid an error. */
38240 /* We use char because int might match the return type of a gcc2
38241 builtin and then its argument prototype would still apply. */
38243 /* The GNU C library defines this for functions which it implements
38244 to always fail with ENOSYS. Some functions are actually named
38245 something starting with __ and the normal name is an alias. */
38246 #if defined (__stub_readdir_r) || defined (__stub___readdir_r)
38249 char (*f) () = readdir_r;
38258 return f != readdir_r;
38263 rm -f conftest.
$ac_objext conftest
$ac_exeext
38264 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38265 (eval $ac_link) 2>conftest.er1
38267 grep -v '^ *+' conftest.er1
>conftest.err
38269 cat conftest.err
>&5
38270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38271 (exit $ac_status); } &&
38272 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38274 (eval $ac_try) 2>&5
38276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38277 (exit $ac_status); }; } &&
38278 { ac_try
='test -s conftest$ac_exeext'
38279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38280 (eval $ac_try) 2>&5
38282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38283 (exit $ac_status); }; }; then
38284 ac_cv_func_readdir_r
=yes
38286 echo "$as_me: failed program was:" >&5
38287 sed 's/^/| /' conftest.
$ac_ext >&5
38289 ac_cv_func_readdir_r
=no
38291 rm -f conftest.err conftest.
$ac_objext \
38292 conftest
$ac_exeext conftest.
$ac_ext
38294 echo "$as_me:$LINENO: result: $ac_cv_func_readdir_r" >&5
38295 echo "${ECHO_T}$ac_cv_func_readdir_r" >&6
38296 if test $ac_cv_func_readdir_r = yes; then
38297 cat >>confdefs.h
<<\_ACEOF
38298 #define HAVE_READDIR_R 1
38303 echo "$as_me:$LINENO: checking for getaddrinfo" >&5
38304 echo $ECHO_N "checking for getaddrinfo... $ECHO_C" >&6
38305 if test "${ac_cv_func_getaddrinfo+set}" = set; then
38306 echo $ECHO_N "(cached) $ECHO_C" >&6
38308 cat >conftest.
$ac_ext <<_ACEOF
38311 cat confdefs.h
>>conftest.
$ac_ext
38312 cat >>conftest.
$ac_ext <<_ACEOF
38313 /* end confdefs.h. */
38314 /* Define getaddrinfo to an innocuous variant, in case <limits.h> declares getaddrinfo.
38315 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38316 #define getaddrinfo innocuous_getaddrinfo
38318 /* System header to define __stub macros and hopefully few prototypes,
38319 which can conflict with char getaddrinfo (); below.
38320 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38321 <limits.h> exists even on freestanding compilers. */
38324 # include <limits.h>
38326 # include <assert.h>
38331 /* Override any gcc2 internal prototype to avoid an error. */
38336 /* We use char because int might match the return type of a gcc2
38337 builtin and then its argument prototype would still apply. */
38338 char getaddrinfo ();
38339 /* The GNU C library defines this for functions which it implements
38340 to always fail with ENOSYS. Some functions are actually named
38341 something starting with __ and the normal name is an alias. */
38342 #if defined (__stub_getaddrinfo) || defined (__stub___getaddrinfo)
38345 char (*f) () = getaddrinfo;
38354 return f != getaddrinfo;
38359 rm -f conftest.
$ac_objext conftest
$ac_exeext
38360 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38361 (eval $ac_link) 2>conftest.er1
38363 grep -v '^ *+' conftest.er1
>conftest.err
38365 cat conftest.err
>&5
38366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38367 (exit $ac_status); } &&
38368 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38370 (eval $ac_try) 2>&5
38372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38373 (exit $ac_status); }; } &&
38374 { ac_try
='test -s conftest$ac_exeext'
38375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38376 (eval $ac_try) 2>&5
38378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38379 (exit $ac_status); }; }; then
38380 ac_cv_func_getaddrinfo
=yes
38382 echo "$as_me: failed program was:" >&5
38383 sed 's/^/| /' conftest.
$ac_ext >&5
38385 ac_cv_func_getaddrinfo
=no
38387 rm -f conftest.err conftest.
$ac_objext \
38388 conftest
$ac_exeext conftest.
$ac_ext
38390 echo "$as_me:$LINENO: result: $ac_cv_func_getaddrinfo" >&5
38391 echo "${ECHO_T}$ac_cv_func_getaddrinfo" >&6
38392 if test $ac_cv_func_getaddrinfo = yes; then
38393 cat >>confdefs.h
<<\_ACEOF
38394 #define HAVE_GETADDRINFO 1
38401 ac_cpp
='$CPP $CPPFLAGS'
38402 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38403 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38404 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
38406 echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
38407 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6
38409 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
38410 echo $ECHO_N "(cached) $ECHO_C" >&6
38414 ################################################################
38416 ac_cv_func_which_gethostbyname_r
=unknown
38419 # ONE ARGUMENT (sanity check)
38422 # This should fail, as there is no variant of gethostbyname_r() that takes
38423 # a single argument. If it actually compiles, then we can assume that
38424 # netdb.h is not declaring the function, and the compiler is thereby
38425 # assuming an implicit prototype. In which case, we're out of luck.
38427 cat >conftest.
$ac_ext <<_ACEOF
38430 cat confdefs.h
>>conftest.
$ac_ext
38431 cat >>conftest.
$ac_ext <<_ACEOF
38432 /* end confdefs.h. */
38438 char *name = "www.gnu.org";
38439 (void)gethostbyname_r(name) /* ; */
38445 rm -f conftest.
$ac_objext
38446 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38447 (eval $ac_compile) 2>conftest.er1
38449 grep -v '^ *+' conftest.er1
>conftest.err
38451 cat conftest.err
>&5
38452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38453 (exit $ac_status); } &&
38454 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38456 (eval $ac_try) 2>&5
38458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38459 (exit $ac_status); }; } &&
38460 { ac_try
='test -s conftest.$ac_objext'
38461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38462 (eval $ac_try) 2>&5
38464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38465 (exit $ac_status); }; }; then
38466 ac_cv_func_which_gethostbyname_r
=no
38468 echo "$as_me: failed program was:" >&5
38469 sed 's/^/| /' conftest.
$ac_ext >&5
38472 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38479 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
38481 cat >conftest.
$ac_ext <<_ACEOF
38484 cat confdefs.h
>>conftest.
$ac_ext
38485 cat >>conftest.
$ac_ext <<_ACEOF
38486 /* end confdefs.h. */
38492 char *name = "www.gnu.org";
38493 struct hostent ret, *retp;
38497 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
38503 rm -f conftest.
$ac_objext
38504 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38505 (eval $ac_compile) 2>conftest.er1
38507 grep -v '^ *+' conftest.er1
>conftest.err
38509 cat conftest.err
>&5
38510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38511 (exit $ac_status); } &&
38512 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38514 (eval $ac_try) 2>&5
38516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38517 (exit $ac_status); }; } &&
38518 { ac_try
='test -s conftest.$ac_objext'
38519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38520 (eval $ac_try) 2>&5
38522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38523 (exit $ac_status); }; }; then
38524 ac_cv_func_which_gethostbyname_r
=six
38526 echo "$as_me: failed program was:" >&5
38527 sed 's/^/| /' conftest.
$ac_ext >&5
38530 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38539 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
38541 cat >conftest.
$ac_ext <<_ACEOF
38544 cat confdefs.h
>>conftest.
$ac_ext
38545 cat >>conftest.
$ac_ext <<_ACEOF
38546 /* end confdefs.h. */
38552 char *name = "www.gnu.org";
38553 struct hostent ret;
38557 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
38563 rm -f conftest.
$ac_objext
38564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38565 (eval $ac_compile) 2>conftest.er1
38567 grep -v '^ *+' conftest.er1
>conftest.err
38569 cat conftest.err
>&5
38570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38571 (exit $ac_status); } &&
38572 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38574 (eval $ac_try) 2>&5
38576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38577 (exit $ac_status); }; } &&
38578 { ac_try
='test -s conftest.$ac_objext'
38579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38580 (eval $ac_try) 2>&5
38582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38583 (exit $ac_status); }; }; then
38584 ac_cv_func_which_gethostbyname_r
=five
38586 echo "$as_me: failed program was:" >&5
38587 sed 's/^/| /' conftest.
$ac_ext >&5
38590 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38596 # (e.g. AIX, HP-UX, Tru64)
38599 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
38601 cat >conftest.
$ac_ext <<_ACEOF
38604 cat confdefs.h
>>conftest.
$ac_ext
38605 cat >>conftest.
$ac_ext <<_ACEOF
38606 /* end confdefs.h. */
38612 char *name = "www.gnu.org";
38613 struct hostent ret;
38614 struct hostent_data data;
38615 (void)gethostbyname_r(name, &ret, &data) /* ; */
38621 rm -f conftest.
$ac_objext
38622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38623 (eval $ac_compile) 2>conftest.er1
38625 grep -v '^ *+' conftest.er1
>conftest.err
38627 cat conftest.err
>&5
38628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38629 (exit $ac_status); } &&
38630 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38632 (eval $ac_try) 2>&5
38634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38635 (exit $ac_status); }; } &&
38636 { ac_try
='test -s conftest.$ac_objext'
38637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38638 (eval $ac_try) 2>&5
38640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38641 (exit $ac_status); }; }; then
38642 ac_cv_func_which_gethostbyname_r
=three
38644 echo "$as_me: failed program was:" >&5
38645 sed 's/^/| /' conftest.
$ac_ext >&5
38648 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38652 ################################################################
38657 case "$ac_cv_func_which_gethostbyname_r" in
38659 echo "$as_me:$LINENO: result: three" >&5
38660 echo "${ECHO_T}three" >&6
38661 cat >>confdefs.h
<<\_ACEOF
38662 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
38668 echo "$as_me:$LINENO: result: five" >&5
38669 echo "${ECHO_T}five" >&6
38670 cat >>confdefs.h
<<\_ACEOF
38671 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
38677 echo "$as_me:$LINENO: result: six" >&5
38678 echo "${ECHO_T}six" >&6
38679 cat >>confdefs.h
<<\_ACEOF
38680 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
38686 echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
38687 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6
38691 echo "$as_me:$LINENO: result: can't tell" >&5
38692 echo "${ECHO_T}can't tell" >&6
38696 { { echo "$as_me:$LINENO: error: internal error" >&5
38697 echo "$as_me: error: internal error" >&2;}
38698 { (exit 1); exit 1; }; }
38703 ac_cpp
='$CPP $CPPFLAGS'
38704 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38705 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38706 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
38710 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
38711 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
38712 echo "$as_me:$LINENO: checking for gethostbyname" >&5
38713 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
38714 if test "${ac_cv_func_gethostbyname+set}" = set; then
38715 echo $ECHO_N "(cached) $ECHO_C" >&6
38717 cat >conftest.
$ac_ext <<_ACEOF
38720 cat confdefs.h
>>conftest.
$ac_ext
38721 cat >>conftest.
$ac_ext <<_ACEOF
38722 /* end confdefs.h. */
38723 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
38724 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38725 #define gethostbyname innocuous_gethostbyname
38727 /* System header to define __stub macros and hopefully few prototypes,
38728 which can conflict with char gethostbyname (); below.
38729 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38730 <limits.h> exists even on freestanding compilers. */
38733 # include <limits.h>
38735 # include <assert.h>
38738 #undef gethostbyname
38740 /* Override any gcc2 internal prototype to avoid an error. */
38745 /* We use char because int might match the return type of a gcc2
38746 builtin and then its argument prototype would still apply. */
38747 char gethostbyname ();
38748 /* The GNU C library defines this for functions which it implements
38749 to always fail with ENOSYS. Some functions are actually named
38750 something starting with __ and the normal name is an alias. */
38751 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
38754 char (*f) () = gethostbyname;
38763 return f != gethostbyname;
38768 rm -f conftest.
$ac_objext conftest
$ac_exeext
38769 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38770 (eval $ac_link) 2>conftest.er1
38772 grep -v '^ *+' conftest.er1
>conftest.err
38774 cat conftest.err
>&5
38775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38776 (exit $ac_status); } &&
38777 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38779 (eval $ac_try) 2>&5
38781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38782 (exit $ac_status); }; } &&
38783 { ac_try
='test -s conftest$ac_exeext'
38784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38785 (eval $ac_try) 2>&5
38787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38788 (exit $ac_status); }; }; then
38789 ac_cv_func_gethostbyname
=yes
38791 echo "$as_me: failed program was:" >&5
38792 sed 's/^/| /' conftest.
$ac_ext >&5
38794 ac_cv_func_gethostbyname
=no
38796 rm -f conftest.err conftest.
$ac_objext \
38797 conftest
$ac_exeext conftest.
$ac_ext
38799 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
38800 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
38801 if test $ac_cv_func_gethostbyname = yes; then
38802 cat >>confdefs.h
<<\_ACEOF
38803 #define HAVE_GETHOSTBYNAME 1
38809 echo "$as_me:$LINENO: checking for getservbyname_r" >&5
38810 echo $ECHO_N "checking for getservbyname_r... $ECHO_C" >&6
38811 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
38812 echo $ECHO_N "(cached) $ECHO_C" >&6
38815 echo "$as_me:$LINENO: checking for getservbyname_r" >&5
38816 echo $ECHO_N "checking for getservbyname_r... $ECHO_C" >&6
38817 if test "${ac_cv_func_getservbyname_r+set}" = set; then
38818 echo $ECHO_N "(cached) $ECHO_C" >&6
38820 cat >conftest.
$ac_ext <<_ACEOF
38823 cat confdefs.h
>>conftest.
$ac_ext
38824 cat >>conftest.
$ac_ext <<_ACEOF
38825 /* end confdefs.h. */
38826 /* Define getservbyname_r to an innocuous variant, in case <limits.h> declares getservbyname_r.
38827 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38828 #define getservbyname_r innocuous_getservbyname_r
38830 /* System header to define __stub macros and hopefully few prototypes,
38831 which can conflict with char getservbyname_r (); below.
38832 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38833 <limits.h> exists even on freestanding compilers. */
38836 # include <limits.h>
38838 # include <assert.h>
38841 #undef getservbyname_r
38843 /* Override any gcc2 internal prototype to avoid an error. */
38848 /* We use char because int might match the return type of a gcc2
38849 builtin and then its argument prototype would still apply. */
38850 char getservbyname_r ();
38851 /* The GNU C library defines this for functions which it implements
38852 to always fail with ENOSYS. Some functions are actually named
38853 something starting with __ and the normal name is an alias. */
38854 #if defined (__stub_getservbyname_r) || defined (__stub___getservbyname_r)
38857 char (*f) () = getservbyname_r;
38866 return f != getservbyname_r;
38871 rm -f conftest.
$ac_objext conftest
$ac_exeext
38872 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38873 (eval $ac_link) 2>conftest.er1
38875 grep -v '^ *+' conftest.er1
>conftest.err
38877 cat conftest.err
>&5
38878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38879 (exit $ac_status); } &&
38880 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38882 (eval $ac_try) 2>&5
38884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38885 (exit $ac_status); }; } &&
38886 { ac_try
='test -s conftest$ac_exeext'
38887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38888 (eval $ac_try) 2>&5
38890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38891 (exit $ac_status); }; }; then
38892 ac_cv_func_getservbyname_r
=yes
38894 echo "$as_me: failed program was:" >&5
38895 sed 's/^/| /' conftest.
$ac_ext >&5
38897 ac_cv_func_getservbyname_r
=no
38899 rm -f conftest.err conftest.
$ac_objext \
38900 conftest
$ac_exeext conftest.
$ac_ext
38902 echo "$as_me:$LINENO: result: $ac_cv_func_getservbyname_r" >&5
38903 echo "${ECHO_T}$ac_cv_func_getservbyname_r" >&6
38904 if test $ac_cv_func_getservbyname_r = yes; then
38906 cat >conftest.
$ac_ext <<_ACEOF
38909 cat confdefs.h
>>conftest.
$ac_ext
38910 cat >>conftest.
$ac_ext <<_ACEOF
38911 /* end confdefs.h. */
38913 # include <netdb.h>
38922 struct servent *se;
38923 struct servent_data data;
38924 (void) getservbyname_r(name, proto, se, &data);
38931 rm -f conftest.
$ac_objext
38932 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38933 (eval $ac_compile) 2>conftest.er1
38935 grep -v '^ *+' conftest.er1
>conftest.err
38937 cat conftest.err
>&5
38938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38939 (exit $ac_status); } &&
38940 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38942 (eval $ac_try) 2>&5
38944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38945 (exit $ac_status); }; } &&
38946 { ac_try
='test -s conftest.$ac_objext'
38947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38948 (eval $ac_try) 2>&5
38950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38951 (exit $ac_status); }; }; then
38952 ac_cv_func_which_getservbyname_r
=four
38954 echo "$as_me: failed program was:" >&5
38955 sed 's/^/| /' conftest.
$ac_ext >&5
38958 cat >conftest.
$ac_ext <<_ACEOF
38961 cat confdefs.h
>>conftest.
$ac_ext
38962 cat >>conftest.
$ac_ext <<_ACEOF
38963 /* end confdefs.h. */
38965 # include <netdb.h>
38973 struct servent *se, *res;
38976 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
38982 rm -f conftest.
$ac_objext
38983 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38984 (eval $ac_compile) 2>conftest.er1
38986 grep -v '^ *+' conftest.er1
>conftest.err
38988 cat conftest.err
>&5
38989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38990 (exit $ac_status); } &&
38991 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38993 (eval $ac_try) 2>&5
38995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38996 (exit $ac_status); }; } &&
38997 { ac_try
='test -s conftest.$ac_objext'
38998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38999 (eval $ac_try) 2>&5
39001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39002 (exit $ac_status); }; }; then
39003 ac_cv_func_which_getservbyname_r
=six
39005 echo "$as_me: failed program was:" >&5
39006 sed 's/^/| /' conftest.
$ac_ext >&5
39009 cat >conftest.
$ac_ext <<_ACEOF
39012 cat confdefs.h
>>conftest.
$ac_ext
39013 cat >>conftest.
$ac_ext <<_ACEOF
39014 /* end confdefs.h. */
39016 # include <netdb.h>
39024 struct servent *se;
39027 (void) getservbyname_r(name, proto, se, buffer, buflen)
39033 rm -f conftest.
$ac_objext
39034 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39035 (eval $ac_compile) 2>conftest.er1
39037 grep -v '^ *+' conftest.er1
>conftest.err
39039 cat conftest.err
>&5
39040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39041 (exit $ac_status); } &&
39042 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39044 (eval $ac_try) 2>&5
39046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39047 (exit $ac_status); }; } &&
39048 { ac_try
='test -s conftest.$ac_objext'
39049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39050 (eval $ac_try) 2>&5
39052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39053 (exit $ac_status); }; }; then
39054 ac_cv_func_which_getservbyname_r
=five
39056 echo "$as_me: failed program was:" >&5
39057 sed 's/^/| /' conftest.
$ac_ext >&5
39059 ac_cv_func_which_getservbyname_r
=no
39061 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39067 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39071 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39074 ac_cv_func_which_getservbyname_r
=no
39078 echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
39079 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6
39081 if test $ac_cv_func_which_getservbyname_r = six
; then
39082 cat >>confdefs.h
<<\_ACEOF
39083 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
39086 elif test $ac_cv_func_which_getservbyname_r = five
; then
39087 cat >>confdefs.h
<<\_ACEOF
39088 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
39091 elif test $ac_cv_func_which_getservbyname_r = four
; then
39092 cat >>confdefs.h
<<\_ACEOF
39093 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
39100 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
39101 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
39103 for ac_func
in getservbyname
39105 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39106 echo "$as_me:$LINENO: checking for $ac_func" >&5
39107 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39108 if eval "test \"\${$as_ac_var+set}\" = set"; then
39109 echo $ECHO_N "(cached) $ECHO_C" >&6
39111 cat >conftest.
$ac_ext <<_ACEOF
39114 cat confdefs.h
>>conftest.
$ac_ext
39115 cat >>conftest.
$ac_ext <<_ACEOF
39116 /* end confdefs.h. */
39117 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39118 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39119 #define $ac_func innocuous_$ac_func
39121 /* System header to define __stub macros and hopefully few prototypes,
39122 which can conflict with char $ac_func (); below.
39123 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39124 <limits.h> exists even on freestanding compilers. */
39127 # include <limits.h>
39129 # include <assert.h>
39134 /* Override any gcc2 internal prototype to avoid an error. */
39139 /* We use char because int might match the return type of a gcc2
39140 builtin and then its argument prototype would still apply. */
39142 /* The GNU C library defines this for functions which it implements
39143 to always fail with ENOSYS. Some functions are actually named
39144 something starting with __ and the normal name is an alias. */
39145 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39148 char (*f) () = $ac_func;
39157 return f != $ac_func;
39162 rm -f conftest.
$ac_objext conftest
$ac_exeext
39163 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39164 (eval $ac_link) 2>conftest.er1
39166 grep -v '^ *+' conftest.er1
>conftest.err
39168 cat conftest.err
>&5
39169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39170 (exit $ac_status); } &&
39171 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39173 (eval $ac_try) 2>&5
39175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39176 (exit $ac_status); }; } &&
39177 { ac_try
='test -s conftest$ac_exeext'
39178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39179 (eval $ac_try) 2>&5
39181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39182 (exit $ac_status); }; }; then
39183 eval "$as_ac_var=yes"
39185 echo "$as_me: failed program was:" >&5
39186 sed 's/^/| /' conftest.
$ac_ext >&5
39188 eval "$as_ac_var=no"
39190 rm -f conftest.err conftest.
$ac_objext \
39191 conftest
$ac_exeext conftest.
$ac_ext
39193 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39194 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39195 if test `eval echo '${'$as_ac_var'}'` = yes; then
39196 cat >>confdefs.h
<<_ACEOF
39197 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39199 cat >>confdefs.h
<<\_ACEOF
39200 #define HAVE_GETSERVBYNAME 1
39212 if test "$wxUSE_THREADS" = "yes"; then
39213 cat >>confdefs.h
<<\_ACEOF
39214 #define wxUSE_THREADS 1
39218 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
39220 if test "$ac_cv_func_strtok_r" = "yes"; then
39221 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
39222 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
39223 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
39224 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_REENTRANT"
39225 echo "$as_me:$LINENO: result: yes" >&5
39226 echo "${ECHO_T}yes" >&6
39228 echo "$as_me:$LINENO: result: no" >&5
39229 echo "${ECHO_T}no" >&6
39234 if test "$WXGTK20" = 1 ; then
39235 cat >>confdefs.h
<<_ACEOF
39236 #define __WXGTK20__ $WXGTK20
39242 if test "$WXGTK12" = 1 ; then
39243 cat >>confdefs.h
<<_ACEOF
39244 #define __WXGTK12__ $WXGTK12
39249 if test "$WXGTK127" = 1 ; then
39250 cat >>confdefs.h
<<_ACEOF
39251 #define __WXGTK127__ $WXGTK127
39256 if test "$WXGPE" = 1 ; then
39257 cat >>confdefs.h
<<_ACEOF
39258 #define __WXGPE__ $WXGPE
39264 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
39269 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
39270 wxUSE_DEBUG_INFO
=yes
39271 if test "$GCC" = yes; then
39272 DEBUG_CFLAGS
="-ggdb"
39276 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
39277 cat >>confdefs.h
<<\_ACEOF
39281 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D__WXDEBUG__"
39283 if test "$wxUSE_GTK" = 1 ; then
39284 CPPFLAGS
="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
39288 if test "$wxUSE_MEM_TRACING" = "yes" ; then
39289 cat >>confdefs.h
<<\_ACEOF
39290 #define wxUSE_MEMORY_TRACING 1
39293 cat >>confdefs.h
<<\_ACEOF
39294 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
39297 cat >>confdefs.h
<<\_ACEOF
39298 #define wxUSE_DEBUG_NEW_ALWAYS 1
39301 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
39304 if test "$wxUSE_DMALLOC" = "yes" ; then
39305 DMALLOC_LIBS
="-ldmallocthcxx"
39309 if test "$wxUSE_PROFILE" = "yes" ; then
39310 PROFILE_FLAGS
=" -pg"
39313 if test "$GCC" = "yes" ; then
39314 if test "$wxUSE_NO_RTTI" = "yes" ; then
39315 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fno-rtti"
39317 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
39318 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fno-exceptions"
39320 if test "$wxUSE_PERMISSIVE" = "yes" ; then
39321 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -fpermissive"
39326 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mminimal-toc"
39329 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -ffunction-sections"
39335 if test "$wxUSE_OPTIMISE" = "no" ; then
39336 if test "$GCC" = yes ; then
39337 OPTIMISE_CFLAGS
="-O0"
39340 if test "$GCC" = yes ; then
39341 OPTIMISE_CFLAGS
="-O2"
39343 OPTIMISE_CFLAGS
="-O"
39348 if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
39349 cat >>confdefs.h
<<\_ACEOF
39350 #define WXWIN_COMPATIBILITY_2_4 1
39354 WXWIN_COMPATIBILITY_2_6
="yes"
39357 if test "x$WXWIN_COMPATIBILITY_2_6" != "xno"; then
39358 cat >>confdefs.h
<<\_ACEOF
39359 #define WXWIN_COMPATIBILITY_2_6 1
39365 if test "$wxUSE_GUI" = "yes"; then
39366 cat >>confdefs.h
<<\_ACEOF
39367 #define wxUSE_GUI 1
39374 if test "$wxUSE_UNIX" = "yes"; then
39375 cat >>confdefs.h
<<\_ACEOF
39376 #define wxUSE_UNIX 1
39382 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
39386 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
39387 if test "$USE_DARWIN" = 1; then
39389 elif test "$USE_DOS" = 1; then
39393 for ac_func
in dlopen
39395 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39396 echo "$as_me:$LINENO: checking for $ac_func" >&5
39397 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39398 if eval "test \"\${$as_ac_var+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 $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39408 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39409 #define $ac_func innocuous_$ac_func
39411 /* System header to define __stub macros and hopefully few prototypes,
39412 which can conflict with char $ac_func (); 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>
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. */
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_$ac_func) || defined (__stub___$ac_func)
39438 char (*f) () = $ac_func;
39447 return f != $ac_func;
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 eval "$as_ac_var=yes"
39475 echo "$as_me: failed program was:" >&5
39476 sed 's/^/| /' conftest.
$ac_ext >&5
39478 eval "$as_ac_var=no"
39480 rm -f conftest.err conftest.
$ac_objext \
39481 conftest
$ac_exeext conftest.
$ac_ext
39483 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39484 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39485 if test `eval echo '${'$as_ac_var'}'` = yes; then
39486 cat >>confdefs.h
<<_ACEOF
39487 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39490 cat >>confdefs.h
<<\_ACEOF
39491 #define HAVE_DLOPEN 1
39498 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
39499 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
39500 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
39501 echo $ECHO_N "(cached) $ECHO_C" >&6
39503 ac_check_lib_save_LIBS
=$LIBS
39505 cat >conftest.
$ac_ext <<_ACEOF
39508 cat confdefs.h
>>conftest.
$ac_ext
39509 cat >>conftest.
$ac_ext <<_ACEOF
39510 /* end confdefs.h. */
39512 /* Override any gcc2 internal prototype to avoid an error. */
39516 /* We use char because int might match the return type of a gcc2
39517 builtin and then its argument prototype would still apply. */
39527 rm -f conftest.
$ac_objext conftest
$ac_exeext
39528 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39529 (eval $ac_link) 2>conftest.er1
39531 grep -v '^ *+' conftest.er1
>conftest.err
39533 cat conftest.err
>&5
39534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39535 (exit $ac_status); } &&
39536 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39538 (eval $ac_try) 2>&5
39540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39541 (exit $ac_status); }; } &&
39542 { ac_try
='test -s conftest$ac_exeext'
39543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39544 (eval $ac_try) 2>&5
39546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39547 (exit $ac_status); }; }; then
39548 ac_cv_lib_dl_dlopen
=yes
39550 echo "$as_me: failed program was:" >&5
39551 sed 's/^/| /' conftest.
$ac_ext >&5
39553 ac_cv_lib_dl_dlopen
=no
39555 rm -f conftest.err conftest.
$ac_objext \
39556 conftest
$ac_exeext conftest.
$ac_ext
39557 LIBS
=$ac_check_lib_save_LIBS
39559 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
39560 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
39561 if test $ac_cv_lib_dl_dlopen = yes; then
39563 cat >>confdefs.h
<<\_ACEOF
39564 #define HAVE_DLOPEN 1
39568 DL_LINK
=" -ldl$DL_LINK"
39573 for ac_func
in shl_load
39575 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39576 echo "$as_me:$LINENO: checking for $ac_func" >&5
39577 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39578 if eval "test \"\${$as_ac_var+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 $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39588 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39589 #define $ac_func innocuous_$ac_func
39591 /* System header to define __stub macros and hopefully few prototypes,
39592 which can conflict with char $ac_func (); 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>
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. */
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_$ac_func) || defined (__stub___$ac_func)
39618 char (*f) () = $ac_func;
39627 return f != $ac_func;
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 eval "$as_ac_var=yes"
39655 echo "$as_me: failed program was:" >&5
39656 sed 's/^/| /' conftest.
$ac_ext >&5
39658 eval "$as_ac_var=no"
39660 rm -f conftest.err conftest.
$ac_objext \
39661 conftest
$ac_exeext conftest.
$ac_ext
39663 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39664 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39665 if test `eval echo '${'$as_ac_var'}'` = yes; then
39666 cat >>confdefs.h
<<_ACEOF
39667 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39670 cat >>confdefs.h
<<\_ACEOF
39671 #define HAVE_SHL_LOAD 1
39678 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
39679 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
39680 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
39681 echo $ECHO_N "(cached) $ECHO_C" >&6
39683 ac_check_lib_save_LIBS
=$LIBS
39684 LIBS
="-lshl_load $LIBS"
39685 cat >conftest.
$ac_ext <<_ACEOF
39688 cat confdefs.h
>>conftest.
$ac_ext
39689 cat >>conftest.
$ac_ext <<_ACEOF
39690 /* end confdefs.h. */
39692 /* Override any gcc2 internal prototype to avoid an error. */
39696 /* We use char because int might match the return type of a gcc2
39697 builtin and then its argument prototype would still apply. */
39707 rm -f conftest.
$ac_objext conftest
$ac_exeext
39708 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39709 (eval $ac_link) 2>conftest.er1
39711 grep -v '^ *+' conftest.er1
>conftest.err
39713 cat conftest.err
>&5
39714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39715 (exit $ac_status); } &&
39716 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39718 (eval $ac_try) 2>&5
39720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39721 (exit $ac_status); }; } &&
39722 { ac_try
='test -s conftest$ac_exeext'
39723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39724 (eval $ac_try) 2>&5
39726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39727 (exit $ac_status); }; }; then
39728 ac_cv_lib_shl_load_dld
=yes
39730 echo "$as_me: failed program was:" >&5
39731 sed 's/^/| /' conftest.
$ac_ext >&5
39733 ac_cv_lib_shl_load_dld
=no
39735 rm -f conftest.err conftest.
$ac_objext \
39736 conftest
$ac_exeext conftest.
$ac_ext
39737 LIBS
=$ac_check_lib_save_LIBS
39739 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
39740 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
39741 if test $ac_cv_lib_shl_load_dld = yes; then
39744 DL_LINK
=" -ldld$DL_LINK"
39760 if test "$HAVE_DL_FUNCS" = 1; then
39762 for ac_func
in dlerror
39764 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39765 echo "$as_me:$LINENO: checking for $ac_func" >&5
39766 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39767 if eval "test \"\${$as_ac_var+set}\" = set"; then
39768 echo $ECHO_N "(cached) $ECHO_C" >&6
39770 cat >conftest.
$ac_ext <<_ACEOF
39773 cat confdefs.h
>>conftest.
$ac_ext
39774 cat >>conftest.
$ac_ext <<_ACEOF
39775 /* end confdefs.h. */
39776 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39777 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39778 #define $ac_func innocuous_$ac_func
39780 /* System header to define __stub macros and hopefully few prototypes,
39781 which can conflict with char $ac_func (); below.
39782 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39783 <limits.h> exists even on freestanding compilers. */
39786 # include <limits.h>
39788 # include <assert.h>
39793 /* Override any gcc2 internal prototype to avoid an error. */
39798 /* We use char because int might match the return type of a gcc2
39799 builtin and then its argument prototype would still apply. */
39801 /* The GNU C library defines this for functions which it implements
39802 to always fail with ENOSYS. Some functions are actually named
39803 something starting with __ and the normal name is an alias. */
39804 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39807 char (*f) () = $ac_func;
39816 return f != $ac_func;
39821 rm -f conftest.
$ac_objext conftest
$ac_exeext
39822 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39823 (eval $ac_link) 2>conftest.er1
39825 grep -v '^ *+' conftest.er1
>conftest.err
39827 cat conftest.err
>&5
39828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39829 (exit $ac_status); } &&
39830 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39832 (eval $ac_try) 2>&5
39834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39835 (exit $ac_status); }; } &&
39836 { ac_try
='test -s conftest$ac_exeext'
39837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39838 (eval $ac_try) 2>&5
39840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39841 (exit $ac_status); }; }; then
39842 eval "$as_ac_var=yes"
39844 echo "$as_me: failed program was:" >&5
39845 sed 's/^/| /' conftest.
$ac_ext >&5
39847 eval "$as_ac_var=no"
39849 rm -f conftest.err conftest.
$ac_objext \
39850 conftest
$ac_exeext conftest.
$ac_ext
39852 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39853 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39854 if test `eval echo '${'$as_ac_var'}'` = yes; then
39855 cat >>confdefs.h
<<_ACEOF
39856 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39858 cat >>confdefs.h
<<\_ACEOF
39859 #define HAVE_DLERROR 1
39864 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
39865 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
39866 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
39867 echo $ECHO_N "(cached) $ECHO_C" >&6
39869 ac_check_lib_save_LIBS
=$LIBS
39871 cat >conftest.
$ac_ext <<_ACEOF
39874 cat confdefs.h
>>conftest.
$ac_ext
39875 cat >>conftest.
$ac_ext <<_ACEOF
39876 /* end confdefs.h. */
39878 /* Override any gcc2 internal prototype to avoid an error. */
39882 /* We use char because int might match the return type of a gcc2
39883 builtin and then its argument prototype would still apply. */
39893 rm -f conftest.
$ac_objext conftest
$ac_exeext
39894 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39895 (eval $ac_link) 2>conftest.er1
39897 grep -v '^ *+' conftest.er1
>conftest.err
39899 cat conftest.err
>&5
39900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39901 (exit $ac_status); } &&
39902 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39904 (eval $ac_try) 2>&5
39906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39907 (exit $ac_status); }; } &&
39908 { ac_try
='test -s conftest$ac_exeext'
39909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39910 (eval $ac_try) 2>&5
39912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39913 (exit $ac_status); }; }; then
39914 ac_cv_lib_dl_dlerror
=yes
39916 echo "$as_me: failed program was:" >&5
39917 sed 's/^/| /' conftest.
$ac_ext >&5
39919 ac_cv_lib_dl_dlerror
=no
39921 rm -f conftest.err conftest.
$ac_objext \
39922 conftest
$ac_exeext conftest.
$ac_ext
39923 LIBS
=$ac_check_lib_save_LIBS
39925 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
39926 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
39927 if test $ac_cv_lib_dl_dlerror = yes; then
39928 cat >>confdefs.h
<<\_ACEOF
39929 #define HAVE_DLERROR 1
39942 if test "$HAVE_DL_FUNCS" = 0; then
39943 if test "$HAVE_SHL_FUNCS" = 0; then
39944 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
39945 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
39946 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
39947 wxUSE_DYNAMIC_LOADER
=no
39948 wxUSE_DYNLIB_CLASS
=no
39950 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
39951 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
39958 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
39959 cat >>confdefs.h
<<\_ACEOF
39960 #define wxUSE_DYNAMIC_LOADER 1
39964 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
39965 cat >>confdefs.h
<<\_ACEOF
39966 #define wxUSE_DYNLIB_CLASS 1
39973 if test "$wxUSE_PLUGINS" = "yes" ; then
39974 if test "$wxUSE_SHARED" = "no" ; then
39975 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
39976 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
39979 if test "$wxUSE_MONOLITHIC" = "yes" ; then
39980 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
39981 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
39984 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
39985 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
39986 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
39989 if test "$wxUSE_PLUGINS" = "yes" ; then
39990 cat >>confdefs.h
<<\_ACEOF
39991 #define wxUSE_PLUGINS 1
39998 if test "$wxUSE_STL" = "yes"; then
39999 cat >>confdefs.h
<<\_ACEOF
40000 #define wxUSE_STL 1
40005 if test "$wxUSE_APPLE_IEEE" = "yes"; then
40006 cat >>confdefs.h
<<\_ACEOF
40007 #define wxUSE_APPLE_IEEE 1
40012 if test "$wxUSE_TIMER" = "yes"; then
40013 cat >>confdefs.h
<<\_ACEOF
40014 #define wxUSE_TIMER 1
40019 if test "$USE_UNIX" = "1" ; then
40020 echo "$as_me:$LINENO: checking for ioctl() in sys/soundcard.h" >&5
40021 echo $ECHO_N "checking for ioctl() in sys/soundcard.h... $ECHO_C" >&6
40022 if test "${ac_cv_header_sys_soundcard+set}" = set; then
40023 echo $ECHO_N "(cached) $ECHO_C" >&6
40026 cat >conftest.
$ac_ext <<_ACEOF
40029 cat confdefs.h
>>conftest.
$ac_ext
40030 cat >>conftest.
$ac_ext <<_ACEOF
40031 /* end confdefs.h. */
40033 #include <sys/soundcard.h>
40039 ioctl(0, SNDCTL_DSP_SYNC, 0);
40045 rm -f conftest.
$ac_objext conftest
$ac_exeext
40046 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40047 (eval $ac_link) 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_exeext'
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 ac_cv_header_sys_soundcard
=yes
40068 echo "$as_me: failed program was:" >&5
40069 sed 's/^/| /' conftest.
$ac_ext >&5
40073 LIBS
="$saveLibs -lossaudio"
40074 cat >conftest.
$ac_ext <<_ACEOF
40077 cat confdefs.h
>>conftest.
$ac_ext
40078 cat >>conftest.
$ac_ext <<_ACEOF
40079 /* end confdefs.h. */
40081 #include <sys/soundcard.h>
40087 ioctl(0, SNDCTL_DSP_SYNC, 0);
40093 rm -f conftest.
$ac_objext conftest
$ac_exeext
40094 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40095 (eval $ac_link) 2>conftest.er1
40097 grep -v '^ *+' conftest.er1
>conftest.err
40099 cat conftest.err
>&5
40100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40101 (exit $ac_status); } &&
40102 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40104 (eval $ac_try) 2>&5
40106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40107 (exit $ac_status); }; } &&
40108 { ac_try
='test -s conftest$ac_exeext'
40109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40110 (eval $ac_try) 2>&5
40112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40113 (exit $ac_status); }; }; then
40114 ac_cv_header_sys_soundcard
=yes
40116 echo "$as_me: failed program was:" >&5
40117 sed 's/^/| /' conftest.
$ac_ext >&5
40121 ac_cv_header_sys_soundcard
=no
40125 rm -f conftest.err conftest.
$ac_objext \
40126 conftest
$ac_exeext conftest.
$ac_ext
40130 rm -f conftest.err conftest.
$ac_objext \
40131 conftest
$ac_exeext conftest.
$ac_ext
40134 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
40135 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
40137 if test "$ac_cv_header_sys_soundcard" = "yes"; then
40138 cat >>confdefs.h
<<\_ACEOF
40139 #define HAVE_SYS_SOUNDCARD_H 1
40143 DISABLED_CONTRIB
="$DISABLED_CONTRIB mmedia"
40147 if test "$wxUSE_SOUND" = "yes"; then
40148 if test "$USE_UNIX" = "1" ; then
40149 if test "$wxUSE_LIBSDL" != "no"; then
40151 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
40152 if test "${with_sdl_prefix+set}" = set; then
40153 withval
="$with_sdl_prefix"
40154 sdl_prefix
="$withval"
40159 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
40160 if test "${with_sdl_exec_prefix+set}" = set; then
40161 withval
="$with_sdl_exec_prefix"
40162 sdl_exec_prefix
="$withval"
40166 # Check whether --enable-sdltest or --disable-sdltest was given.
40167 if test "${enable_sdltest+set}" = set; then
40168 enableval
="$enable_sdltest"
40174 if test x
$sdl_exec_prefix != x
; then
40175 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
40176 if test x
${SDL_CONFIG+set} != xset
; then
40177 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
40180 if test x
$sdl_prefix != x
; then
40181 sdl_args
="$sdl_args --prefix=$sdl_prefix"
40182 if test x
${SDL_CONFIG+set} != xset
; then
40183 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
40188 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
40189 # Extract the first word of "sdl-config", so it can be a program name with args.
40190 set dummy sdl
-config; ac_word
=$2
40191 echo "$as_me:$LINENO: checking for $ac_word" >&5
40192 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40193 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
40194 echo $ECHO_N "(cached) $ECHO_C" >&6
40196 case $SDL_CONFIG in
40198 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
40201 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40202 for as_dir
in $PATH
40205 test -z "$as_dir" && as_dir
=.
40206 for ac_exec_ext
in '' $ac_executable_extensions; do
40207 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40208 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
40209 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40215 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
40219 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
40221 if test -n "$SDL_CONFIG"; then
40222 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
40223 echo "${ECHO_T}$SDL_CONFIG" >&6
40225 echo "$as_me:$LINENO: result: no" >&5
40226 echo "${ECHO_T}no" >&6
40229 min_sdl_version
=1.2.0
40230 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
40231 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
40233 if test "$SDL_CONFIG" = "no" ; then
40236 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
40237 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
40239 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
40240 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
40241 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
40242 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
40243 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
40244 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
40245 if test "x$enable_sdltest" = "xyes" ; then
40246 ac_save_CFLAGS
="$CFLAGS"
40247 ac_save_CXXFLAGS
="$CXXFLAGS"
40248 ac_save_LIBS
="$LIBS"
40249 CFLAGS
="$CFLAGS $SDL_CFLAGS"
40250 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
40251 LIBS
="$LIBS $SDL_LIBS"
40253 if test "$cross_compiling" = yes; then
40254 echo $ac_n "cross compiling; assumed OK... $ac_c"
40256 cat >conftest.
$ac_ext <<_ACEOF
40259 cat confdefs.h
>>conftest.
$ac_ext
40260 cat >>conftest.
$ac_ext <<_ACEOF
40261 /* end confdefs.h. */
40264 #include <stdlib.h>
40265 #include <string.h>
40269 my_strdup (char *str)
40275 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
40276 strcpy (new_str, str);
40284 int main (int argc, char *argv[])
40286 int major, minor, micro;
40289 /* This hangs on some systems (?)
40290 system ("touch conf.sdltest");
40292 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
40294 /* HP/UX 9 (%@#!) writes to sscanf strings */
40295 tmp_version = my_strdup("$min_sdl_version");
40296 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
40297 printf("%s, bad version string\n", "$min_sdl_version");
40301 if (($sdl_major_version > major) ||
40302 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
40303 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
40309 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
40310 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
40311 printf("*** best to upgrade to the required version.\n");
40312 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
40313 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
40314 printf("*** config.cache before re-running configure\n");
40321 rm -f conftest
$ac_exeext
40322 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40323 (eval $ac_link) 2>&5
40325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40326 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
40327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40328 (eval $ac_try) 2>&5
40330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40331 (exit $ac_status); }; }; then
40334 echo "$as_me: program exited with status $ac_status" >&5
40335 echo "$as_me: failed program was:" >&5
40336 sed 's/^/| /' conftest.
$ac_ext >&5
40338 ( exit $ac_status )
40341 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
40343 CFLAGS
="$ac_save_CFLAGS"
40344 CXXFLAGS
="$ac_save_CXXFLAGS"
40345 LIBS
="$ac_save_LIBS"
40348 if test "x$no_sdl" = x
; then
40349 echo "$as_me:$LINENO: result: yes" >&5
40350 echo "${ECHO_T}yes" >&6
40352 EXTRALIBS_SDL
="$SDL_LIBS"
40353 CXXFLAGS
="$SDL_CFLAGS $CXXFLAGS"
40354 cat >>confdefs.h
<<\_ACEOF
40355 #define wxUSE_LIBSDL 1
40360 echo "$as_me:$LINENO: result: no" >&5
40361 echo "${ECHO_T}no" >&6
40362 if test "$SDL_CONFIG" = "no" ; then
40363 echo "*** The sdl-config script installed by SDL could not be found"
40364 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
40365 echo "*** your path, or set the SDL_CONFIG environment variable to the"
40366 echo "*** full path to sdl-config."
40368 if test -f conf.sdltest
; then
40371 echo "*** Could not run SDL test program, checking why..."
40372 CFLAGS
="$CFLAGS $SDL_CFLAGS"
40373 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
40374 LIBS
="$LIBS $SDL_LIBS"
40375 cat >conftest.
$ac_ext <<_ACEOF
40378 cat confdefs.h
>>conftest.
$ac_ext
40379 cat >>conftest.
$ac_ext <<_ACEOF
40380 /* end confdefs.h. */
40385 int main(int argc, char *argv[])
40388 #define main K_and_R_C_main
40398 rm -f conftest.
$ac_objext conftest
$ac_exeext
40399 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40400 (eval $ac_link) 2>conftest.er1
40402 grep -v '^ *+' conftest.er1
>conftest.err
40404 cat conftest.err
>&5
40405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40406 (exit $ac_status); } &&
40407 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40409 (eval $ac_try) 2>&5
40411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40412 (exit $ac_status); }; } &&
40413 { ac_try
='test -s conftest$ac_exeext'
40414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40415 (eval $ac_try) 2>&5
40417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40418 (exit $ac_status); }; }; then
40419 echo "*** The test program compiled, but did not run. This usually means"
40420 echo "*** that the run-time linker is not finding SDL or finding the wrong"
40421 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
40422 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
40423 echo "*** to the installed location Also, make sure you have run ldconfig if that"
40424 echo "*** is required on your system"
40426 echo "*** If you have an old version installed, it is best to remove it, although"
40427 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
40429 echo "$as_me: failed program was:" >&5
40430 sed 's/^/| /' conftest.
$ac_ext >&5
40432 echo "*** The test program failed to compile or link. See the file config.log for the"
40433 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
40434 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
40435 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
40437 rm -f conftest.err conftest.
$ac_objext \
40438 conftest
$ac_exeext conftest.
$ac_ext
40439 CFLAGS
="$ac_save_CFLAGS"
40440 CXXFLAGS
="$ac_save_CXXFLAGS"
40441 LIBS
="$ac_save_LIBS"
40452 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
40458 cat >>confdefs.h
<<\_ACEOF
40459 #define wxUSE_SOUND 1
40462 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
40465 if test "$WXGTK20" = 1; then
40466 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
40467 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
40472 if test -z "$PKG_CONFIG"; then
40473 # Extract the first word of "pkg-config", so it can be a program name with args.
40474 set dummy pkg
-config; ac_word
=$2
40475 echo "$as_me:$LINENO: checking for $ac_word" >&5
40476 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40477 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
40478 echo $ECHO_N "(cached) $ECHO_C" >&6
40480 case $PKG_CONFIG in
40482 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
40485 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40486 for as_dir
in $PATH
40489 test -z "$as_dir" && as_dir
=.
40490 for ac_exec_ext
in '' $ac_executable_extensions; do
40491 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40492 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
40493 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40499 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
40503 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
40505 if test -n "$PKG_CONFIG"; then
40506 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
40507 echo "${ECHO_T}$PKG_CONFIG" >&6
40509 echo "$as_me:$LINENO: result: no" >&5
40510 echo "${ECHO_T}no" >&6
40515 if test "$PKG_CONFIG" = "no" ; then
40516 echo "*** The pkg-config script could not be found. Make sure it is"
40517 echo "*** in your path, or set the PKG_CONFIG environment variable"
40518 echo "*** to the full path to pkg-config."
40519 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
40521 PKG_CONFIG_MIN_VERSION
=0.9.0
40522 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
40523 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
40524 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
40526 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
40527 echo "$as_me:$LINENO: result: yes" >&5
40528 echo "${ECHO_T}yes" >&6
40531 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
40532 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
40533 LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
40534 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
40535 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
40537 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
40538 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
40539 LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
40540 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
40541 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
40543 LIBGNOMEPRINTUI_CFLAGS
=""
40544 LIBGNOMEPRINTUI_LIBS
=""
40545 ## If we have a custom action on failure, don't print errors, but
40546 ## do set a variable so people can do so.
40547 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
40554 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
40555 echo "*** See http://www.freedesktop.org/software/pkgconfig"
40559 if test $succeeded = yes; then
40561 CXXFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
40562 cat >>confdefs.h
<<\_ACEOF
40563 #define wxUSE_LIBGNOMEPRINT 1
40569 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
40570 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
40571 wxUSE_LIBGNOMEPRINT
="no"
40581 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
40582 cat >>confdefs.h
<<\_ACEOF
40583 #define wxUSE_CMDLINE_PARSER 1
40588 if test "$wxUSE_STOPWATCH" = "yes"; then
40589 cat >>confdefs.h
<<\_ACEOF
40590 #define wxUSE_STOPWATCH 1
40595 if test "$wxUSE_DATETIME" = "yes"; then
40596 cat >>confdefs.h
<<\_ACEOF
40597 #define wxUSE_DATETIME 1
40602 if test "$wxUSE_FILE" = "yes"; then
40603 cat >>confdefs.h
<<\_ACEOF
40604 #define wxUSE_FILE 1
40609 if test "$wxUSE_FFILE" = "yes"; then
40610 cat >>confdefs.h
<<\_ACEOF
40611 #define wxUSE_FFILE 1
40616 if test "$wxUSE_FILESYSTEM" = "yes"; then
40617 cat >>confdefs.h
<<\_ACEOF
40618 #define wxUSE_FILESYSTEM 1
40623 if test "$wxUSE_FS_ZIP" = "yes"; then
40624 cat >>confdefs.h
<<\_ACEOF
40625 #define wxUSE_FS_ZIP 1
40630 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
40631 cat >>confdefs.h
<<\_ACEOF
40632 #define wxUSE_ARCHIVE_STREAMS 1
40637 if test "$wxUSE_ZIPSTREAM" = "yes"; then
40638 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
40639 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
40640 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
40641 elif test "$wxUSE_ZLIB" = "no"; then
40642 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
40643 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
40645 cat >>confdefs.h
<<\_ACEOF
40646 #define wxUSE_ZIPSTREAM 1
40652 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
40653 if test "$USE_UNIX" != 1; then
40654 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
40655 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
40656 wxUSE_ON_FATAL_EXCEPTION
=no
40658 cat >>confdefs.h
<<\_ACEOF
40659 #define wxUSE_ON_FATAL_EXCEPTION 1
40665 if test "$wxUSE_STACKWALKER" = "yes"; then
40666 cat >>confdefs.h
<<\_ACEOF
40667 #define wxUSE_STACKWALKER 1
40672 if test "$wxUSE_DEBUGREPORT" = "yes"; then
40673 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
40674 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
40675 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
40676 wxUSE_DEBUGREPORT
=no
40678 cat >>confdefs.h
<<\_ACEOF
40679 #define wxUSE_DEBUGREPORT 1
40682 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
40683 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
40688 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
40689 cat >>confdefs.h
<<\_ACEOF
40690 #define wxUSE_SNGLINST_CHECKER 1
40695 if test "$wxUSE_BUSYINFO" = "yes"; then
40696 cat >>confdefs.h
<<\_ACEOF
40697 #define wxUSE_BUSYINFO 1
40702 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
40703 cat >>confdefs.h
<<\_ACEOF
40704 #define wxUSE_STD_IOSTREAM 1
40709 if test "$wxUSE_STD_STRING" = "yes"; then
40710 cat >>confdefs.h
<<\_ACEOF
40711 #define wxUSE_STD_STRING 1
40716 if test "$wxUSE_STDPATHS" = "yes"; then
40717 cat >>confdefs.h
<<\_ACEOF
40718 #define wxUSE_STDPATHS 1
40723 if test "$wxUSE_TEXTBUFFER" = "yes"; then
40724 cat >>confdefs.h
<<\_ACEOF
40725 #define wxUSE_TEXTBUFFER 1
40730 if test "$wxUSE_TEXTFILE" = "yes"; then
40731 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
40732 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
40733 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
40735 cat >>confdefs.h
<<\_ACEOF
40736 #define wxUSE_TEXTFILE 1
40742 if test "$wxUSE_CONFIG" = "yes" ; then
40743 if test "$wxUSE_TEXTFILE" != "yes"; then
40744 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
40745 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
40747 cat >>confdefs.h
<<\_ACEOF
40748 #define wxUSE_CONFIG 1
40751 cat >>confdefs.h
<<\_ACEOF
40752 #define wxUSE_CONFIG_NATIVE 1
40755 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
40759 if test "$wxUSE_INTL" = "yes" ; then
40760 if test "$wxUSE_FILE" != "yes"; then
40761 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
40762 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
40764 cat >>confdefs.h
<<\_ACEOF
40765 #define wxUSE_INTL 1
40768 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
40769 GUIDIST
="$GUIDIST INTL_DIST"
40773 if test "$wxUSE_LOG" = "yes"; then
40774 cat >>confdefs.h
<<\_ACEOF
40775 #define wxUSE_LOG 1
40779 if test "$wxUSE_LOGGUI" = "yes"; then
40780 cat >>confdefs.h
<<\_ACEOF
40781 #define wxUSE_LOGGUI 1
40786 if test "$wxUSE_LOGWINDOW" = "yes"; then
40787 cat >>confdefs.h
<<\_ACEOF
40788 #define wxUSE_LOGWINDOW 1
40793 if test "$wxUSE_LOGDIALOG" = "yes"; then
40794 cat >>confdefs.h
<<\_ACEOF
40795 #define wxUSE_LOG_DIALOG 1
40800 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS keyboard"
40803 if test "$wxUSE_LONGLONG" = "yes"; then
40804 cat >>confdefs.h
<<\_ACEOF
40805 #define wxUSE_LONGLONG 1
40810 if test "$wxUSE_GEOMETRY" = "yes"; then
40811 cat >>confdefs.h
<<\_ACEOF
40812 #define wxUSE_GEOMETRY 1
40817 if test "$wxUSE_STREAMS" = "yes" ; then
40818 cat >>confdefs.h
<<\_ACEOF
40819 #define wxUSE_STREAMS 1
40825 if test "$wxUSE_DATETIME" = "yes"; then
40827 for ac_func
in strptime
40829 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40830 echo "$as_me:$LINENO: checking for $ac_func" >&5
40831 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40832 if eval "test \"\${$as_ac_var+set}\" = set"; then
40833 echo $ECHO_N "(cached) $ECHO_C" >&6
40835 cat >conftest.
$ac_ext <<_ACEOF
40838 cat confdefs.h
>>conftest.
$ac_ext
40839 cat >>conftest.
$ac_ext <<_ACEOF
40840 /* end confdefs.h. */
40841 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40842 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40843 #define $ac_func innocuous_$ac_func
40845 /* System header to define __stub macros and hopefully few prototypes,
40846 which can conflict with char $ac_func (); below.
40847 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40848 <limits.h> exists even on freestanding compilers. */
40851 # include <limits.h>
40853 # include <assert.h>
40858 /* Override any gcc2 internal prototype to avoid an error. */
40863 /* We use char because int might match the return type of a gcc2
40864 builtin and then its argument prototype would still apply. */
40866 /* The GNU C library defines this for functions which it implements
40867 to always fail with ENOSYS. Some functions are actually named
40868 something starting with __ and the normal name is an alias. */
40869 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40872 char (*f) () = $ac_func;
40881 return f != $ac_func;
40886 rm -f conftest.
$ac_objext conftest
$ac_exeext
40887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40888 (eval $ac_link) 2>conftest.er1
40890 grep -v '^ *+' conftest.er1
>conftest.err
40892 cat conftest.err
>&5
40893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40894 (exit $ac_status); } &&
40895 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40897 (eval $ac_try) 2>&5
40899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40900 (exit $ac_status); }; } &&
40901 { ac_try
='test -s conftest$ac_exeext'
40902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40903 (eval $ac_try) 2>&5
40905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40906 (exit $ac_status); }; }; then
40907 eval "$as_ac_var=yes"
40909 echo "$as_me: failed program was:" >&5
40910 sed 's/^/| /' conftest.
$ac_ext >&5
40912 eval "$as_ac_var=no"
40914 rm -f conftest.err conftest.
$ac_objext \
40915 conftest
$ac_exeext conftest.
$ac_ext
40917 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40918 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40919 if test `eval echo '${'$as_ac_var'}'` = yes; then
40920 cat >>confdefs.h
<<_ACEOF
40921 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40927 if test "$ac_cv_func_strptime" = "yes"; then
40928 echo "$as_me:$LINENO: checking for strptime declaration" >&5
40929 echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6
40930 if test "${wx_cv_func_strptime_decl+set}" = set; then
40931 echo $ECHO_N "(cached) $ECHO_C" >&6
40937 ac_cpp
='$CXXCPP $CPPFLAGS'
40938 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40939 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40940 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
40942 cat >conftest.
$ac_ext <<_ACEOF
40945 cat confdefs.h
>>conftest.
$ac_ext
40946 cat >>conftest.
$ac_ext <<_ACEOF
40947 /* end confdefs.h. */
40956 strptime("foo", "bar", &t);
40962 rm -f conftest.
$ac_objext
40963 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40964 (eval $ac_compile) 2>conftest.er1
40966 grep -v '^ *+' conftest.er1
>conftest.err
40968 cat conftest.err
>&5
40969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40970 (exit $ac_status); } &&
40971 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40973 (eval $ac_try) 2>&5
40975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40976 (exit $ac_status); }; } &&
40977 { ac_try
='test -s conftest.$ac_objext'
40978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40979 (eval $ac_try) 2>&5
40981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40982 (exit $ac_status); }; }; then
40983 wx_cv_func_strptime_decl
=yes
40985 echo "$as_me: failed program was:" >&5
40986 sed 's/^/| /' conftest.
$ac_ext >&5
40988 wx_cv_func_strptime_decl
=no
40991 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40993 ac_cpp
='$CPP $CPPFLAGS'
40994 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40995 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40996 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
41001 echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
41002 echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6
41004 if test "$wx_cv_func_strptime_decl" = "yes"; then
41005 cat >>confdefs.h
<<\_ACEOF
41006 #define HAVE_STRPTIME_DECL 1
41011 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
41012 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
41013 if test "${wx_cv_var_timezone+set}" = set; then
41014 echo $ECHO_N "(cached) $ECHO_C" >&6
41017 cat >conftest.
$ac_ext <<_ACEOF
41020 cat confdefs.h
>>conftest.
$ac_ext
41021 cat >>conftest.
$ac_ext <<_ACEOF
41022 /* end confdefs.h. */
41037 rm -f conftest.
$ac_objext
41038 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41039 (eval $ac_compile) 2>conftest.er1
41041 grep -v '^ *+' conftest.er1
>conftest.err
41043 cat conftest.err
>&5
41044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41045 (exit $ac_status); } &&
41046 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41048 (eval $ac_try) 2>&5
41050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41051 (exit $ac_status); }; } &&
41052 { ac_try
='test -s conftest.$ac_objext'
41053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41054 (eval $ac_try) 2>&5
41056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41057 (exit $ac_status); }; }; then
41059 wx_cv_var_timezone
=timezone
41062 echo "$as_me: failed program was:" >&5
41063 sed 's/^/| /' conftest.
$ac_ext >&5
41066 cat >conftest.
$ac_ext <<_ACEOF
41069 cat confdefs.h
>>conftest.
$ac_ext
41070 cat >>conftest.
$ac_ext <<_ACEOF
41071 /* end confdefs.h. */
41086 rm -f conftest.
$ac_objext
41087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41088 (eval $ac_compile) 2>conftest.er1
41090 grep -v '^ *+' conftest.er1
>conftest.err
41092 cat conftest.err
>&5
41093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41094 (exit $ac_status); } &&
41095 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41097 (eval $ac_try) 2>&5
41099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41100 (exit $ac_status); }; } &&
41101 { ac_try
='test -s conftest.$ac_objext'
41102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41103 (eval $ac_try) 2>&5
41105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41106 (exit $ac_status); }; }; then
41108 wx_cv_var_timezone
=_timezone
41111 echo "$as_me: failed program was:" >&5
41112 sed 's/^/| /' conftest.
$ac_ext >&5
41115 cat >conftest.
$ac_ext <<_ACEOF
41118 cat confdefs.h
>>conftest.
$ac_ext
41119 cat >>conftest.
$ac_ext <<_ACEOF
41120 /* end confdefs.h. */
41135 rm -f conftest.
$ac_objext
41136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41137 (eval $ac_compile) 2>conftest.er1
41139 grep -v '^ *+' conftest.er1
>conftest.err
41141 cat conftest.err
>&5
41142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41143 (exit $ac_status); } &&
41144 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41146 (eval $ac_try) 2>&5
41148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41149 (exit $ac_status); }; } &&
41150 { ac_try
='test -s conftest.$ac_objext'
41151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41152 (eval $ac_try) 2>&5
41154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41155 (exit $ac_status); }; }; then
41157 wx_cv_var_timezone
=__timezone
41160 echo "$as_me: failed program was:" >&5
41161 sed 's/^/| /' conftest.
$ac_ext >&5
41164 if test "$USE_DOS" = 0 ; then
41165 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
41166 echo "$as_me: WARNING: no timezone variable" >&2;}
41171 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41175 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41179 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41183 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
41184 echo "${ECHO_T}$wx_cv_var_timezone" >&6
41186 if test "x$wx_cv_var_timezone" != x
; then
41187 cat >>confdefs.h
<<_ACEOF
41188 #define WX_TIMEZONE $wx_cv_var_timezone
41194 for ac_func
in localtime
41196 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41197 echo "$as_me:$LINENO: checking for $ac_func" >&5
41198 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41199 if eval "test \"\${$as_ac_var+set}\" = set"; then
41200 echo $ECHO_N "(cached) $ECHO_C" >&6
41202 cat >conftest.
$ac_ext <<_ACEOF
41205 cat confdefs.h
>>conftest.
$ac_ext
41206 cat >>conftest.
$ac_ext <<_ACEOF
41207 /* end confdefs.h. */
41208 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41209 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41210 #define $ac_func innocuous_$ac_func
41212 /* System header to define __stub macros and hopefully few prototypes,
41213 which can conflict with char $ac_func (); below.
41214 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41215 <limits.h> exists even on freestanding compilers. */
41218 # include <limits.h>
41220 # include <assert.h>
41225 /* Override any gcc2 internal prototype to avoid an error. */
41230 /* We use char because int might match the return type of a gcc2
41231 builtin and then its argument prototype would still apply. */
41233 /* The GNU C library defines this for functions which it implements
41234 to always fail with ENOSYS. Some functions are actually named
41235 something starting with __ and the normal name is an alias. */
41236 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41239 char (*f) () = $ac_func;
41248 return f != $ac_func;
41253 rm -f conftest.
$ac_objext conftest
$ac_exeext
41254 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41255 (eval $ac_link) 2>conftest.er1
41257 grep -v '^ *+' conftest.er1
>conftest.err
41259 cat conftest.err
>&5
41260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41261 (exit $ac_status); } &&
41262 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41264 (eval $ac_try) 2>&5
41266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41267 (exit $ac_status); }; } &&
41268 { ac_try
='test -s conftest$ac_exeext'
41269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41270 (eval $ac_try) 2>&5
41272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41273 (exit $ac_status); }; }; then
41274 eval "$as_ac_var=yes"
41276 echo "$as_me: failed program was:" >&5
41277 sed 's/^/| /' conftest.
$ac_ext >&5
41279 eval "$as_ac_var=no"
41281 rm -f conftest.err conftest.
$ac_objext \
41282 conftest
$ac_exeext conftest.
$ac_ext
41284 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41285 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41286 if test `eval echo '${'$as_ac_var'}'` = yes; then
41287 cat >>confdefs.h
<<_ACEOF
41288 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41295 if test "$ac_cv_func_localtime" = "yes"; then
41296 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
41297 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
41298 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
41299 echo $ECHO_N "(cached) $ECHO_C" >&6
41302 cat >conftest.
$ac_ext <<_ACEOF
41305 cat confdefs.h
>>conftest.
$ac_ext
41306 cat >>conftest.
$ac_ext <<_ACEOF
41307 /* end confdefs.h. */
41322 rm -f conftest.
$ac_objext
41323 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41324 (eval $ac_compile) 2>conftest.er1
41326 grep -v '^ *+' conftest.er1
>conftest.err
41328 cat conftest.err
>&5
41329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41330 (exit $ac_status); } &&
41331 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41333 (eval $ac_try) 2>&5
41335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41336 (exit $ac_status); }; } &&
41337 { ac_try
='test -s conftest.$ac_objext'
41338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41339 (eval $ac_try) 2>&5
41341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41342 (exit $ac_status); }; }; then
41344 wx_cv_struct_tm_has_gmtoff
=yes
41347 echo "$as_me: failed program was:" >&5
41348 sed 's/^/| /' conftest.
$ac_ext >&5
41350 wx_cv_struct_tm_has_gmtoff
=no
41353 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41356 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
41357 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
41360 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
41361 cat >>confdefs.h
<<\_ACEOF
41362 #define WX_GMTOFF_IN_TM 1
41369 for ac_func
in gettimeofday ftime
41371 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41372 echo "$as_me:$LINENO: checking for $ac_func" >&5
41373 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41374 if eval "test \"\${$as_ac_var+set}\" = set"; then
41375 echo $ECHO_N "(cached) $ECHO_C" >&6
41377 cat >conftest.
$ac_ext <<_ACEOF
41380 cat confdefs.h
>>conftest.
$ac_ext
41381 cat >>conftest.
$ac_ext <<_ACEOF
41382 /* end confdefs.h. */
41383 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41384 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41385 #define $ac_func innocuous_$ac_func
41387 /* System header to define __stub macros and hopefully few prototypes,
41388 which can conflict with char $ac_func (); below.
41389 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41390 <limits.h> exists even on freestanding compilers. */
41393 # include <limits.h>
41395 # include <assert.h>
41400 /* Override any gcc2 internal prototype to avoid an error. */
41405 /* We use char because int might match the return type of a gcc2
41406 builtin and then its argument prototype would still apply. */
41408 /* The GNU C library defines this for functions which it implements
41409 to always fail with ENOSYS. Some functions are actually named
41410 something starting with __ and the normal name is an alias. */
41411 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41414 char (*f) () = $ac_func;
41423 return f != $ac_func;
41428 rm -f conftest.
$ac_objext conftest
$ac_exeext
41429 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41430 (eval $ac_link) 2>conftest.er1
41432 grep -v '^ *+' conftest.er1
>conftest.err
41434 cat conftest.err
>&5
41435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41436 (exit $ac_status); } &&
41437 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41439 (eval $ac_try) 2>&5
41441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41442 (exit $ac_status); }; } &&
41443 { ac_try
='test -s conftest$ac_exeext'
41444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41445 (eval $ac_try) 2>&5
41447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41448 (exit $ac_status); }; }; then
41449 eval "$as_ac_var=yes"
41451 echo "$as_me: failed program was:" >&5
41452 sed 's/^/| /' conftest.
$ac_ext >&5
41454 eval "$as_ac_var=no"
41456 rm -f conftest.err conftest.
$ac_objext \
41457 conftest
$ac_exeext conftest.
$ac_ext
41459 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41460 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41461 if test `eval echo '${'$as_ac_var'}'` = yes; then
41462 cat >>confdefs.h
<<_ACEOF
41463 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41470 if test "$ac_cv_func_gettimeofday" = "yes"; then
41471 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
41472 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
41473 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
41474 echo $ECHO_N "(cached) $ECHO_C" >&6
41480 ac_cpp
='$CXXCPP $CPPFLAGS'
41481 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41482 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41483 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
41486 cat >conftest.
$ac_ext <<_ACEOF
41489 cat confdefs.h
>>conftest.
$ac_ext
41490 cat >>conftest.
$ac_ext <<_ACEOF
41491 /* end confdefs.h. */
41493 #include <sys/time.h>
41494 #include <unistd.h>
41501 gettimeofday(&tv, NULL);
41507 rm -f conftest.
$ac_objext
41508 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41509 (eval $ac_compile) 2>conftest.er1
41511 grep -v '^ *+' conftest.er1
>conftest.err
41513 cat conftest.err
>&5
41514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41515 (exit $ac_status); } &&
41516 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41518 (eval $ac_try) 2>&5
41520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41521 (exit $ac_status); }; } &&
41522 { ac_try
='test -s conftest.$ac_objext'
41523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41524 (eval $ac_try) 2>&5
41526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41527 (exit $ac_status); }; }; then
41528 wx_cv_func_gettimeofday_has_2_args
=yes
41530 echo "$as_me: failed program was:" >&5
41531 sed 's/^/| /' conftest.
$ac_ext >&5
41533 cat >conftest.
$ac_ext <<_ACEOF
41536 cat confdefs.h
>>conftest.
$ac_ext
41537 cat >>conftest.
$ac_ext <<_ACEOF
41538 /* end confdefs.h. */
41540 #include <sys/time.h>
41541 #include <unistd.h>
41554 rm -f conftest.
$ac_objext
41555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41556 (eval $ac_compile) 2>conftest.er1
41558 grep -v '^ *+' conftest.er1
>conftest.err
41560 cat conftest.err
>&5
41561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41562 (exit $ac_status); } &&
41563 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41565 (eval $ac_try) 2>&5
41567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41568 (exit $ac_status); }; } &&
41569 { ac_try
='test -s conftest.$ac_objext'
41570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41571 (eval $ac_try) 2>&5
41573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41574 (exit $ac_status); }; }; then
41575 wx_cv_func_gettimeofday_has_2_args
=no
41577 echo "$as_me: failed program was:" >&5
41578 sed 's/^/| /' conftest.
$ac_ext >&5
41581 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
41582 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
41583 wx_cv_func_gettimeofday_has_2_args
=unknown
41587 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41590 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41592 ac_cpp
='$CPP $CPPFLAGS'
41593 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41594 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41595 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
41599 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
41600 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
41602 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
41603 cat >>confdefs.h
<<\_ACEOF
41604 #define WX_GETTIMEOFDAY_NO_TZ 1
41610 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
41614 if test "$wxUSE_SOCKETS" = "yes"; then
41615 if test "$wxUSE_MGL" = "1"; then
41616 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
41617 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
41622 if test "$wxUSE_SOCKETS" = "yes"; then
41623 if test "$TOOLKIT" != "MSW"; then
41624 echo "$as_me:$LINENO: checking for socket" >&5
41625 echo $ECHO_N "checking for socket... $ECHO_C" >&6
41626 if test "${ac_cv_func_socket+set}" = set; then
41627 echo $ECHO_N "(cached) $ECHO_C" >&6
41629 cat >conftest.
$ac_ext <<_ACEOF
41632 cat confdefs.h
>>conftest.
$ac_ext
41633 cat >>conftest.
$ac_ext <<_ACEOF
41634 /* end confdefs.h. */
41635 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
41636 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41637 #define socket innocuous_socket
41639 /* System header to define __stub macros and hopefully few prototypes,
41640 which can conflict with char socket (); below.
41641 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41642 <limits.h> exists even on freestanding compilers. */
41645 # include <limits.h>
41647 # include <assert.h>
41652 /* Override any gcc2 internal prototype to avoid an error. */
41657 /* We use char because int might match the return type of a gcc2
41658 builtin and then its argument prototype would still apply. */
41660 /* The GNU C library defines this for functions which it implements
41661 to always fail with ENOSYS. Some functions are actually named
41662 something starting with __ and the normal name is an alias. */
41663 #if defined (__stub_socket) || defined (__stub___socket)
41666 char (*f) () = socket;
41675 return f != socket;
41680 rm -f conftest.
$ac_objext conftest
$ac_exeext
41681 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41682 (eval $ac_link) 2>conftest.er1
41684 grep -v '^ *+' conftest.er1
>conftest.err
41686 cat conftest.err
>&5
41687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41688 (exit $ac_status); } &&
41689 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41691 (eval $ac_try) 2>&5
41693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41694 (exit $ac_status); }; } &&
41695 { ac_try
='test -s conftest$ac_exeext'
41696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41697 (eval $ac_try) 2>&5
41699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41700 (exit $ac_status); }; }; then
41701 ac_cv_func_socket
=yes
41703 echo "$as_me: failed program was:" >&5
41704 sed 's/^/| /' conftest.
$ac_ext >&5
41706 ac_cv_func_socket
=no
41708 rm -f conftest.err conftest.
$ac_objext \
41709 conftest
$ac_exeext conftest.
$ac_ext
41711 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
41712 echo "${ECHO_T}$ac_cv_func_socket" >&6
41713 if test $ac_cv_func_socket = yes; then
41717 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
41718 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
41719 if test "${ac_cv_lib_socket_socket+set}" = set; then
41720 echo $ECHO_N "(cached) $ECHO_C" >&6
41722 ac_check_lib_save_LIBS
=$LIBS
41723 LIBS
="-lsocket $LIBS"
41724 cat >conftest.
$ac_ext <<_ACEOF
41727 cat confdefs.h
>>conftest.
$ac_ext
41728 cat >>conftest.
$ac_ext <<_ACEOF
41729 /* end confdefs.h. */
41731 /* Override any gcc2 internal prototype to avoid an error. */
41735 /* We use char because int might match the return type of a gcc2
41736 builtin and then its argument prototype would still apply. */
41746 rm -f conftest.
$ac_objext conftest
$ac_exeext
41747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41748 (eval $ac_link) 2>conftest.er1
41750 grep -v '^ *+' conftest.er1
>conftest.err
41752 cat conftest.err
>&5
41753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41754 (exit $ac_status); } &&
41755 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41757 (eval $ac_try) 2>&5
41759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41760 (exit $ac_status); }; } &&
41761 { ac_try
='test -s conftest$ac_exeext'
41762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41763 (eval $ac_try) 2>&5
41765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41766 (exit $ac_status); }; }; then
41767 ac_cv_lib_socket_socket
=yes
41769 echo "$as_me: failed program was:" >&5
41770 sed 's/^/| /' conftest.
$ac_ext >&5
41772 ac_cv_lib_socket_socket
=no
41774 rm -f conftest.err conftest.
$ac_objext \
41775 conftest
$ac_exeext conftest.
$ac_ext
41776 LIBS
=$ac_check_lib_save_LIBS
41778 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
41779 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
41780 if test $ac_cv_lib_socket_socket = yes; then
41781 if test "$INET_LINK" != " -lsocket"; then
41782 INET_LINK
="$INET_LINK -lsocket"
41786 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
41787 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
41800 if test "$wxUSE_SOCKETS" = "yes" ; then
41801 if test "$TOOLKIT" != "MSW"; then
41803 ac_cpp
='$CXXCPP $CPPFLAGS'
41804 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41805 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41806 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
41808 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
41809 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
41810 if test "${wx_cv_type_getsockname3+set}" = set; then
41811 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. */
41821 #include <sys/types.h>
41822 #include <sys/socket.h>
41829 getsockname(0, 0, &len);
41835 rm -f conftest.
$ac_objext
41836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41837 (eval $ac_compile) 2>conftest.er1
41839 grep -v '^ *+' conftest.er1
>conftest.err
41841 cat conftest.err
>&5
41842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41843 (exit $ac_status); } &&
41844 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41846 (eval $ac_try) 2>&5
41848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41849 (exit $ac_status); }; } &&
41850 { ac_try
='test -s conftest.$ac_objext'
41851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41852 (eval $ac_try) 2>&5
41854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41855 (exit $ac_status); }; }; then
41856 wx_cv_type_getsockname3
=socklen_t
41858 echo "$as_me: failed program was:" >&5
41859 sed 's/^/| /' conftest.
$ac_ext >&5
41862 CXXFLAGS_OLD
="$CXXFLAGS"
41863 if test "$GCC" = yes ; then
41864 CXXFLAGS
="-Werror $CXXFLAGS"
41867 cat >conftest.
$ac_ext <<_ACEOF
41870 cat confdefs.h
>>conftest.
$ac_ext
41871 cat >>conftest.
$ac_ext <<_ACEOF
41872 /* end confdefs.h. */
41874 #include <sys/types.h>
41875 #include <sys/socket.h>
41882 getsockname(0, 0, &len);
41888 rm -f conftest.
$ac_objext
41889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41890 (eval $ac_compile) 2>conftest.er1
41892 grep -v '^ *+' conftest.er1
>conftest.err
41894 cat conftest.err
>&5
41895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41896 (exit $ac_status); } &&
41897 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41899 (eval $ac_try) 2>&5
41901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41902 (exit $ac_status); }; } &&
41903 { ac_try
='test -s conftest.$ac_objext'
41904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41905 (eval $ac_try) 2>&5
41907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41908 (exit $ac_status); }; }; then
41909 wx_cv_type_getsockname3
=size_t
41911 echo "$as_me: failed program was:" >&5
41912 sed 's/^/| /' conftest.
$ac_ext >&5
41914 cat >conftest.
$ac_ext <<_ACEOF
41917 cat confdefs.h
>>conftest.
$ac_ext
41918 cat >>conftest.
$ac_ext <<_ACEOF
41919 /* end confdefs.h. */
41921 #include <sys/types.h>
41922 #include <sys/socket.h>
41929 getsockname(0, 0, &len);
41935 rm -f conftest.
$ac_objext
41936 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41937 (eval $ac_compile) 2>conftest.er1
41939 grep -v '^ *+' conftest.er1
>conftest.err
41941 cat conftest.err
>&5
41942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41943 (exit $ac_status); } &&
41944 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41946 (eval $ac_try) 2>&5
41948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41949 (exit $ac_status); }; } &&
41950 { ac_try
='test -s conftest.$ac_objext'
41951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41952 (eval $ac_try) 2>&5
41954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41955 (exit $ac_status); }; }; then
41956 wx_cv_type_getsockname3
=int
41958 echo "$as_me: failed program was:" >&5
41959 sed 's/^/| /' conftest.
$ac_ext >&5
41961 wx_cv_type_getsockname3
=unknown
41964 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41967 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41969 CXXFLAGS
="$CXXFLAGS_OLD"
41973 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41976 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
41977 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
41979 if test "$wx_cv_type_getsockname3" = "unknown"; then
41981 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
41982 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
41984 cat >>confdefs.h
<<_ACEOF
41985 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
41989 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
41990 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
41991 if test "${wx_cv_type_getsockopt5+set}" = set; then
41992 echo $ECHO_N "(cached) $ECHO_C" >&6
41995 cat >conftest.
$ac_ext <<_ACEOF
41998 cat confdefs.h
>>conftest.
$ac_ext
41999 cat >>conftest.
$ac_ext <<_ACEOF
42000 /* end confdefs.h. */
42002 #include <sys/types.h>
42003 #include <sys/socket.h>
42010 getsockopt(0, 0, 0, 0, &len);
42016 rm -f conftest.
$ac_objext
42017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42018 (eval $ac_compile) 2>conftest.er1
42020 grep -v '^ *+' conftest.er1
>conftest.err
42022 cat conftest.err
>&5
42023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42024 (exit $ac_status); } &&
42025 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42027 (eval $ac_try) 2>&5
42029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42030 (exit $ac_status); }; } &&
42031 { ac_try
='test -s conftest.$ac_objext'
42032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42033 (eval $ac_try) 2>&5
42035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42036 (exit $ac_status); }; }; then
42037 wx_cv_type_getsockopt5
=socklen_t
42039 echo "$as_me: failed program was:" >&5
42040 sed 's/^/| /' conftest.
$ac_ext >&5
42043 CXXFLAGS_OLD
="$CXXFLAGS"
42044 if test "$GCC" = yes ; then
42045 CXXFLAGS
="-Werror $CXXFLAGS"
42048 cat >conftest.
$ac_ext <<_ACEOF
42051 cat confdefs.h
>>conftest.
$ac_ext
42052 cat >>conftest.
$ac_ext <<_ACEOF
42053 /* end confdefs.h. */
42055 #include <sys/types.h>
42056 #include <sys/socket.h>
42063 getsockopt(0, 0, 0, 0, &len);
42069 rm -f conftest.
$ac_objext
42070 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42071 (eval $ac_compile) 2>conftest.er1
42073 grep -v '^ *+' conftest.er1
>conftest.err
42075 cat conftest.err
>&5
42076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42077 (exit $ac_status); } &&
42078 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42080 (eval $ac_try) 2>&5
42082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42083 (exit $ac_status); }; } &&
42084 { ac_try
='test -s conftest.$ac_objext'
42085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42086 (eval $ac_try) 2>&5
42088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42089 (exit $ac_status); }; }; then
42090 wx_cv_type_getsockopt5
=size_t
42092 echo "$as_me: failed program was:" >&5
42093 sed 's/^/| /' conftest.
$ac_ext >&5
42095 cat >conftest.
$ac_ext <<_ACEOF
42098 cat confdefs.h
>>conftest.
$ac_ext
42099 cat >>conftest.
$ac_ext <<_ACEOF
42100 /* end confdefs.h. */
42102 #include <sys/types.h>
42103 #include <sys/socket.h>
42110 getsockopt(0, 0, 0, 0, &len);
42116 rm -f conftest.
$ac_objext
42117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42118 (eval $ac_compile) 2>conftest.er1
42120 grep -v '^ *+' conftest.er1
>conftest.err
42122 cat conftest.err
>&5
42123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42124 (exit $ac_status); } &&
42125 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42127 (eval $ac_try) 2>&5
42129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42130 (exit $ac_status); }; } &&
42131 { ac_try
='test -s conftest.$ac_objext'
42132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42133 (eval $ac_try) 2>&5
42135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42136 (exit $ac_status); }; }; then
42137 wx_cv_type_getsockopt5
=int
42139 echo "$as_me: failed program was:" >&5
42140 sed 's/^/| /' conftest.
$ac_ext >&5
42142 wx_cv_type_getsockopt5
=unknown
42145 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42148 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42150 CXXFLAGS
="$CXXFLAGS_OLD"
42154 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42157 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
42158 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
42160 if test "$wx_cv_type_getsockopt5" = "unknown"; then
42162 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
42163 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
42165 cat >>confdefs.h
<<_ACEOF
42166 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
42171 ac_cpp
='$CPP $CPPFLAGS'
42172 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42173 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42174 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
42179 if test "$wxUSE_SOCKETS" = "yes" ; then
42180 cat >>confdefs.h
<<\_ACEOF
42181 #define wxUSE_SOCKETS 1
42184 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
42187 if test "$wxUSE_PROTOCOL" = "yes"; then
42188 if test "$wxUSE_SOCKETS" != "yes"; then
42189 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
42190 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
42195 if test "$wxUSE_PROTOCOL" = "yes"; then
42196 cat >>confdefs.h
<<\_ACEOF
42197 #define wxUSE_PROTOCOL 1
42201 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
42202 cat >>confdefs.h
<<\_ACEOF
42203 #define wxUSE_PROTOCOL_HTTP 1
42207 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
42208 cat >>confdefs.h
<<\_ACEOF
42209 #define wxUSE_PROTOCOL_FTP 1
42213 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
42214 cat >>confdefs.h
<<\_ACEOF
42215 #define wxUSE_PROTOCOL_FILE 1
42220 if test "$wxUSE_FS_INET" = "yes"; then
42221 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
42222 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
42227 if test "$wxUSE_URL" = "yes"; then
42228 if test "$wxUSE_PROTOCOL" != "yes"; then
42229 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
42230 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
42233 if test "$wxUSE_URL" = "yes"; then
42234 cat >>confdefs.h
<<\_ACEOF
42235 #define wxUSE_URL 1
42241 if test "$wxUSE_FS_INET" = "yes"; then
42242 cat >>confdefs.h
<<\_ACEOF
42243 #define wxUSE_FS_INET 1
42249 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
42252 if test "$TOOLKIT" = "MSW"; then
42255 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
42256 if test "$USE_DARWIN" = 1; then
42257 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
42258 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
42260 ac_cpp
='$CXXCPP $CPPFLAGS'
42261 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42262 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42263 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
42265 cat >conftest.
$ac_ext <<_ACEOF
42268 cat confdefs.h
>>conftest.
$ac_ext
42269 cat >>conftest.
$ac_ext <<_ACEOF
42270 /* end confdefs.h. */
42271 #include <IOKit/hid/IOHIDLib.h>
42275 IOHIDQueueInterface *qi = NULL;
42276 IOHIDCallbackFunction cb = NULL;
42277 qi->setEventCallout(NULL, cb, NULL, NULL);
42282 rm -f conftest.
$ac_objext
42283 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42284 (eval $ac_compile) 2>conftest.er1
42286 grep -v '^ *+' conftest.er1
>conftest.err
42288 cat conftest.err
>&5
42289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42290 (exit $ac_status); } &&
42291 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42293 (eval $ac_try) 2>&5
42295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42296 (exit $ac_status); }; } &&
42297 { ac_try
='test -s conftest.$ac_objext'
42298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42299 (eval $ac_try) 2>&5
42301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42302 (exit $ac_status); }; }; then
42306 echo "$as_me: failed program was:" >&5
42307 sed 's/^/| /' conftest.
$ac_ext >&5
42310 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42312 ac_cpp
='$CPP $CPPFLAGS'
42313 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42314 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42315 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
42317 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
42318 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
42323 for ac_header
in linux
/joystick.h
42325 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
42326 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42327 echo "$as_me:$LINENO: checking for $ac_header" >&5
42328 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
42329 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42330 echo $ECHO_N "(cached) $ECHO_C" >&6
42332 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
42333 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
42335 # Is the header compilable?
42336 echo "$as_me:$LINENO: checking $ac_header usability" >&5
42337 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
42338 cat >conftest.
$ac_ext <<_ACEOF
42341 cat confdefs.h
>>conftest.
$ac_ext
42342 cat >>conftest.
$ac_ext <<_ACEOF
42343 /* end confdefs.h. */
42344 $ac_includes_default
42345 #include <$ac_header>
42347 rm -f conftest.
$ac_objext
42348 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42349 (eval $ac_compile) 2>conftest.er1
42351 grep -v '^ *+' conftest.er1
>conftest.err
42353 cat conftest.err
>&5
42354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42355 (exit $ac_status); } &&
42356 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42358 (eval $ac_try) 2>&5
42360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42361 (exit $ac_status); }; } &&
42362 { ac_try
='test -s conftest.$ac_objext'
42363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42364 (eval $ac_try) 2>&5
42366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42367 (exit $ac_status); }; }; then
42368 ac_header_compiler
=yes
42370 echo "$as_me: failed program was:" >&5
42371 sed 's/^/| /' conftest.
$ac_ext >&5
42373 ac_header_compiler
=no
42375 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42376 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42377 echo "${ECHO_T}$ac_header_compiler" >&6
42379 # Is the header present?
42380 echo "$as_me:$LINENO: checking $ac_header presence" >&5
42381 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
42382 cat >conftest.
$ac_ext <<_ACEOF
42385 cat confdefs.h
>>conftest.
$ac_ext
42386 cat >>conftest.
$ac_ext <<_ACEOF
42387 /* end confdefs.h. */
42388 #include <$ac_header>
42390 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
42391 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
42393 grep -v '^ *+' conftest.er1
>conftest.err
42395 cat conftest.err
>&5
42396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42397 (exit $ac_status); } >/dev
/null
; then
42398 if test -s conftest.err
; then
42399 ac_cpp_err
=$ac_c_preproc_warn_flag
42400 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
42407 if test -z "$ac_cpp_err"; then
42408 ac_header_preproc
=yes
42410 echo "$as_me: failed program was:" >&5
42411 sed 's/^/| /' conftest.
$ac_ext >&5
42413 ac_header_preproc
=no
42415 rm -f conftest.err conftest.
$ac_ext
42416 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42417 echo "${ECHO_T}$ac_header_preproc" >&6
42419 # So? What about this header?
42420 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42422 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
42423 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
42424 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
42425 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
42426 ac_header_preproc
=yes
42429 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
42430 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
42431 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
42432 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
42433 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
42434 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
42435 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
42436 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
42437 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
42438 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
42439 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
42440 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
42443 ## ----------------------------------------- ##
42444 ## Report this to wx-dev@lists.wxwidgets.org ##
42445 ## ----------------------------------------- ##
42448 sed "s/^/$as_me: WARNING: /" >&2
42451 echo "$as_me:$LINENO: checking for $ac_header" >&5
42452 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
42453 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42454 echo $ECHO_N "(cached) $ECHO_C" >&6
42456 eval "$as_ac_Header=\$ac_header_preproc"
42458 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
42459 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
42462 if test `eval echo '${'$as_ac_Header'}'` = yes; then
42463 cat >>confdefs.h
<<_ACEOF
42464 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
42473 if test "$wxUSE_JOYSTICK" = "yes"; then
42474 cat >>confdefs.h
<<\_ACEOF
42475 #define wxUSE_JOYSTICK 1
42478 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
42480 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
42481 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
42487 if test "$wxUSE_FONTMAP" = "yes" ; then
42488 cat >>confdefs.h
<<\_ACEOF
42489 #define wxUSE_FONTMAP 1
42494 if test "$wxUSE_UNICODE" = "yes" ; then
42495 cat >>confdefs.h
<<\_ACEOF
42496 #define wxUSE_UNICODE 1
42500 if test "$USE_WIN32" != 1; then
42501 wxUSE_UNICODE_MSLU
=no
42504 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
42505 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
42506 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
42507 if test "${ac_cv_lib_unicows_main+set}" = set; then
42508 echo $ECHO_N "(cached) $ECHO_C" >&6
42510 ac_check_lib_save_LIBS
=$LIBS
42511 LIBS
="-lunicows $LIBS"
42512 cat >conftest.
$ac_ext <<_ACEOF
42515 cat confdefs.h
>>conftest.
$ac_ext
42516 cat >>conftest.
$ac_ext <<_ACEOF
42517 /* end confdefs.h. */
42528 rm -f conftest.
$ac_objext conftest
$ac_exeext
42529 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42530 (eval $ac_link) 2>conftest.er1
42532 grep -v '^ *+' conftest.er1
>conftest.err
42534 cat conftest.err
>&5
42535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42536 (exit $ac_status); } &&
42537 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42539 (eval $ac_try) 2>&5
42541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42542 (exit $ac_status); }; } &&
42543 { ac_try
='test -s conftest$ac_exeext'
42544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42545 (eval $ac_try) 2>&5
42547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42548 (exit $ac_status); }; }; then
42549 ac_cv_lib_unicows_main
=yes
42551 echo "$as_me: failed program was:" >&5
42552 sed 's/^/| /' conftest.
$ac_ext >&5
42554 ac_cv_lib_unicows_main
=no
42556 rm -f conftest.err conftest.
$ac_objext \
42557 conftest
$ac_exeext conftest.
$ac_ext
42558 LIBS
=$ac_check_lib_save_LIBS
42560 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
42561 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
42562 if test $ac_cv_lib_unicows_main = yes; then
42564 cat >>confdefs.h
<<\_ACEOF
42565 #define wxUSE_UNICODE_MSLU 1
42571 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
42572 Applications will only run on Windows NT/2000/XP!" >&5
42573 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
42574 Applications will only run on Windows NT/2000/XP!" >&2;}
42575 wxUSE_UNICODE_MSLU
=no
42582 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
42583 cat >>confdefs.h
<<\_ACEOF
42584 #define wxUSE_EXPERIMENTAL_PRINTF 1
42590 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
42591 cat >>confdefs.h
<<\_ACEOF
42592 #define wxUSE_POSTSCRIPT 1
42597 cat >>confdefs.h
<<\_ACEOF
42598 #define wxUSE_AFM_FOR_POSTSCRIPT 1
42602 cat >>confdefs.h
<<\_ACEOF
42603 #define wxUSE_NORMALIZED_PS_FONTS 1
42608 if test "$wxUSE_CONSTRAINTS" = "yes"; then
42609 cat >>confdefs.h
<<\_ACEOF
42610 #define wxUSE_CONSTRAINTS 1
42613 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
42616 if test "$wxUSE_MDI" = "yes"; then
42617 cat >>confdefs.h
<<\_ACEOF
42618 #define wxUSE_MDI 1
42622 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
42623 cat >>confdefs.h
<<\_ACEOF
42624 #define wxUSE_MDI_ARCHITECTURE 1
42627 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
42631 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
42632 cat >>confdefs.h
<<\_ACEOF
42633 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
42636 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
42637 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
42638 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
42642 if test "$wxUSE_HELP" = "yes"; then
42643 cat >>confdefs.h
<<\_ACEOF
42644 #define wxUSE_HELP 1
42647 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
42649 if test "$wxUSE_MSW" = 1; then
42650 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
42651 cat >>confdefs.h
<<\_ACEOF
42652 #define wxUSE_MS_HTML_HELP 1
42658 if test "$wxUSE_WXHTML_HELP" = "yes"; then
42659 if test "$wxUSE_HTML" = "yes"; then
42660 cat >>confdefs.h
<<\_ACEOF
42661 #define wxUSE_WXHTML_HELP 1
42665 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
42666 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
42667 wxUSE_WXHTML_HELP
=no
42672 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
42673 if test "$wxUSE_CONSTRAINTS" != "yes"; then
42674 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
42675 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
42677 cat >>confdefs.h
<<\_ACEOF
42678 #define wxUSE_PRINTING_ARCHITECTURE 1
42682 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
42685 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
42686 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
42687 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
42688 { (exit 1); exit 1; }; }
42692 if test "$wxUSE_METAFILE" = "yes"; then
42693 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
42694 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
42695 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
42701 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
42702 -o "$wxUSE_CLIPBOARD" = "yes" \
42703 -o "$wxUSE_OLE" = "yes" \
42704 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
42706 for ac_header
in ole2.h
42708 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
42709 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42710 echo "$as_me:$LINENO: checking for $ac_header" >&5
42711 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
42712 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42713 echo $ECHO_N "(cached) $ECHO_C" >&6
42715 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
42716 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
42718 # Is the header compilable?
42719 echo "$as_me:$LINENO: checking $ac_header usability" >&5
42720 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
42721 cat >conftest.
$ac_ext <<_ACEOF
42724 cat confdefs.h
>>conftest.
$ac_ext
42725 cat >>conftest.
$ac_ext <<_ACEOF
42726 /* end confdefs.h. */
42727 $ac_includes_default
42728 #include <$ac_header>
42730 rm -f conftest.
$ac_objext
42731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42732 (eval $ac_compile) 2>conftest.er1
42734 grep -v '^ *+' conftest.er1
>conftest.err
42736 cat conftest.err
>&5
42737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42738 (exit $ac_status); } &&
42739 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42741 (eval $ac_try) 2>&5
42743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42744 (exit $ac_status); }; } &&
42745 { ac_try
='test -s conftest.$ac_objext'
42746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42747 (eval $ac_try) 2>&5
42749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42750 (exit $ac_status); }; }; then
42751 ac_header_compiler
=yes
42753 echo "$as_me: failed program was:" >&5
42754 sed 's/^/| /' conftest.
$ac_ext >&5
42756 ac_header_compiler
=no
42758 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42759 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
42760 echo "${ECHO_T}$ac_header_compiler" >&6
42762 # Is the header present?
42763 echo "$as_me:$LINENO: checking $ac_header presence" >&5
42764 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
42765 cat >conftest.
$ac_ext <<_ACEOF
42768 cat confdefs.h
>>conftest.
$ac_ext
42769 cat >>conftest.
$ac_ext <<_ACEOF
42770 /* end confdefs.h. */
42771 #include <$ac_header>
42773 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
42774 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
42776 grep -v '^ *+' conftest.er1
>conftest.err
42778 cat conftest.err
>&5
42779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42780 (exit $ac_status); } >/dev
/null
; then
42781 if test -s conftest.err
; then
42782 ac_cpp_err
=$ac_c_preproc_warn_flag
42783 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
42790 if test -z "$ac_cpp_err"; then
42791 ac_header_preproc
=yes
42793 echo "$as_me: failed program was:" >&5
42794 sed 's/^/| /' conftest.
$ac_ext >&5
42796 ac_header_preproc
=no
42798 rm -f conftest.err conftest.
$ac_ext
42799 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
42800 echo "${ECHO_T}$ac_header_preproc" >&6
42802 # So? What about this header?
42803 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
42805 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
42806 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
42807 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
42808 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
42809 ac_header_preproc
=yes
42812 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
42813 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
42814 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
42815 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
42816 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
42817 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
42818 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
42819 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
42820 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
42821 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
42822 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
42823 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
42826 ## ----------------------------------------- ##
42827 ## Report this to wx-dev@lists.wxwidgets.org ##
42828 ## ----------------------------------------- ##
42831 sed "s/^/$as_me: WARNING: /" >&2
42834 echo "$as_me:$LINENO: checking for $ac_header" >&5
42835 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
42836 if eval "test \"\${$as_ac_Header+set}\" = set"; then
42837 echo $ECHO_N "(cached) $ECHO_C" >&6
42839 eval "$as_ac_Header=\$ac_header_preproc"
42841 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
42842 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
42845 if test `eval echo '${'$as_ac_Header'}'` = yes; then
42846 cat >>confdefs.h
<<_ACEOF
42847 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
42855 if test "$ac_cv_header_ole2_h" = "yes" ; then
42856 if test "$GCC" = yes ; then
42860 ac_cpp
='$CXXCPP $CPPFLAGS'
42861 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42862 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42863 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
42866 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
42867 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
42868 cat >conftest.
$ac_ext <<_ACEOF
42871 cat confdefs.h
>>conftest.
$ac_ext
42872 cat >>conftest.
$ac_ext <<_ACEOF
42873 /* end confdefs.h. */
42874 #include <windows.h>
42884 rm -f conftest.
$ac_objext
42885 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42886 (eval $ac_compile) 2>conftest.er1
42888 grep -v '^ *+' conftest.er1
>conftest.err
42890 cat conftest.err
>&5
42891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42892 (exit $ac_status); } &&
42893 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42895 (eval $ac_try) 2>&5
42897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42898 (exit $ac_status); }; } &&
42899 { ac_try
='test -s conftest.$ac_objext'
42900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42901 (eval $ac_try) 2>&5
42903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42904 (exit $ac_status); }; }; then
42905 echo "$as_me:$LINENO: result: no" >&5
42906 echo "${ECHO_T}no" >&6
42908 echo "$as_me: failed program was:" >&5
42909 sed 's/^/| /' conftest.
$ac_ext >&5
42911 echo "$as_me:$LINENO: result: yes" >&5
42912 echo "${ECHO_T}yes" >&6
42913 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fvtable-thunks"
42915 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42917 ac_cpp
='$CPP $CPPFLAGS'
42918 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42919 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42920 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
42922 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
42923 if test "$wxUSE_OLE" = "yes" ; then
42924 cat >>confdefs.h
<<\_ACEOF
42925 #define wxUSE_OLE 1
42928 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
42932 if test "$wxUSE_DATAOBJ" = "yes" ; then
42933 cat >>confdefs.h
<<\_ACEOF
42934 #define wxUSE_DATAOBJ 1
42939 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
42940 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
42943 wxUSE_DRAG_AND_DROP
=no
42948 if test "$wxUSE_METAFILE" = "yes"; then
42949 cat >>confdefs.h
<<\_ACEOF
42950 #define wxUSE_METAFILE 1
42954 cat >>confdefs.h
<<\_ACEOF
42955 #define wxUSE_ENH_METAFILE 1
42961 if test "$wxUSE_IPC" = "yes"; then
42962 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
42963 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
42964 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
42968 if test "$wxUSE_IPC" = "yes"; then
42969 cat >>confdefs.h
<<\_ACEOF
42970 #define wxUSE_IPC 1
42973 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
42977 if test "$wxUSE_DATAOBJ" = "yes"; then
42978 if test "$wxUSE_MGL" = 1; then
42979 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
42980 echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
42983 cat >>confdefs.h
<<\_ACEOF
42984 #define wxUSE_DATAOBJ 1
42989 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
42990 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
42992 wxUSE_DRAG_AND_DROP
=no
42995 if test "$wxUSE_CLIPBOARD" = "yes"; then
42996 if test "$wxUSE_MGL" = 1; then
42997 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
42998 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
43002 if test "$wxUSE_CLIPBOARD" = "yes"; then
43003 cat >>confdefs.h
<<\_ACEOF
43004 #define wxUSE_CLIPBOARD 1
43010 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
43011 if test "$wxUSE_GTK" = 1; then
43012 if test "$WXGTK12" != 1; then
43013 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
43014 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
43015 wxUSE_DRAG_AND_DROP
=no
43019 if test "$wxUSE_MOTIF" = 1; then
43020 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
43021 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
43022 wxUSE_DRAG_AND_DROP
=no
43025 if test "$wxUSE_X11" = 1; then
43026 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
43027 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
43028 wxUSE_DRAG_AND_DROP
=no
43031 if test "$wxUSE_MGL" = 1; then
43032 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
43033 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
43034 wxUSE_DRAG_AND_DROP
=no
43037 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
43038 cat >>confdefs.h
<<\_ACEOF
43039 #define wxUSE_DRAG_AND_DROP 1
43046 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
43047 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
43050 if test "$wxUSE_SPLINES" = "yes" ; then
43051 cat >>confdefs.h
<<\_ACEOF
43052 #define wxUSE_SPLINES 1
43057 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
43058 cat >>confdefs.h
<<\_ACEOF
43059 #define wxUSE_MOUSEWHEEL 1
43066 if test "$wxUSE_CONTROLS" = "yes"; then
43070 if test "$wxUSE_ACCEL" = "yes"; then
43071 cat >>confdefs.h
<<\_ACEOF
43072 #define wxUSE_ACCEL 1
43078 if test "$wxUSE_BUTTON" = "yes"; then
43079 cat >>confdefs.h
<<\_ACEOF
43080 #define wxUSE_BUTTON 1
43086 if test "$wxUSE_BMPBUTTON" = "yes"; then
43087 cat >>confdefs.h
<<\_ACEOF
43088 #define wxUSE_BMPBUTTON 1
43094 if test "$wxUSE_CALCTRL" = "yes"; then
43095 cat >>confdefs.h
<<\_ACEOF
43096 #define wxUSE_CALENDARCTRL 1
43100 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
43103 if test "$wxUSE_CARET" = "yes"; then
43104 cat >>confdefs.h
<<\_ACEOF
43105 #define wxUSE_CARET 1
43109 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
43112 if test "$wxUSE_COMBOBOX" = "yes"; then
43113 cat >>confdefs.h
<<\_ACEOF
43114 #define wxUSE_COMBOBOX 1
43120 if test "$wxUSE_CHOICE" = "yes"; then
43121 cat >>confdefs.h
<<\_ACEOF
43122 #define wxUSE_CHOICE 1
43128 if test "$wxUSE_CHOICEBOOK" = "yes"; then
43129 cat >>confdefs.h
<<\_ACEOF
43130 #define wxUSE_CHOICEBOOK 1
43136 if test "$wxUSE_CHECKBOX" = "yes"; then
43137 cat >>confdefs.h
<<\_ACEOF
43138 #define wxUSE_CHECKBOX 1
43144 if test "$wxUSE_CHECKLST" = "yes"; then
43145 cat >>confdefs.h
<<\_ACEOF
43146 #define wxUSE_CHECKLISTBOX 1
43150 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
43153 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
43154 cat >>confdefs.h
<<\_ACEOF
43155 #define wxUSE_DATEPICKCTRL 1
43161 if test "$wxUSE_DISPLAY" = "yes"; then
43162 cat >>confdefs.h
<<\_ACEOF
43163 #define wxUSE_DISPLAY 1
43166 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display multimon"
43169 if test "$wxUSE_GAUGE" = "yes"; then
43170 cat >>confdefs.h
<<\_ACEOF
43171 #define wxUSE_GAUGE 1
43177 if test "$wxUSE_GRID" = "yes"; then
43178 cat >>confdefs.h
<<\_ACEOF
43179 #define wxUSE_GRID 1
43183 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
43186 if test "$wxUSE_IMAGLIST" = "yes"; then
43187 cat >>confdefs.h
<<\_ACEOF
43188 #define wxUSE_IMAGLIST 1
43193 if test "$wxUSE_LISTBOOK" = "yes"; then
43194 cat >>confdefs.h
<<\_ACEOF
43195 #define wxUSE_LISTBOOK 1
43201 if test "$wxUSE_LISTBOX" = "yes"; then
43202 cat >>confdefs.h
<<\_ACEOF
43203 #define wxUSE_LISTBOX 1
43207 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listbox"
43210 if test "$wxUSE_LISTCTRL" = "yes"; then
43211 if test "$wxUSE_IMAGLIST" = "yes"; then
43212 cat >>confdefs.h
<<\_ACEOF
43213 #define wxUSE_LISTCTRL 1
43217 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
43219 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
43220 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
43224 if test "$wxUSE_NOTEBOOK" = "yes"; then
43225 cat >>confdefs.h
<<\_ACEOF
43226 #define wxUSE_NOTEBOOK 1
43230 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
43234 if test "$wxUSE_RADIOBOX" = "yes"; then
43235 cat >>confdefs.h
<<\_ACEOF
43236 #define wxUSE_RADIOBOX 1
43242 if test "$wxUSE_RADIOBTN" = "yes"; then
43243 cat >>confdefs.h
<<\_ACEOF
43244 #define wxUSE_RADIOBTN 1
43250 if test "$wxUSE_SASH" = "yes"; then
43251 cat >>confdefs.h
<<\_ACEOF
43252 #define wxUSE_SASH 1
43255 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
43258 if test "$wxUSE_SCROLLBAR" = "yes"; then
43259 cat >>confdefs.h
<<\_ACEOF
43260 #define wxUSE_SCROLLBAR 1
43264 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
43267 if test "$wxUSE_SLIDER" = "yes"; then
43268 cat >>confdefs.h
<<\_ACEOF
43269 #define wxUSE_SLIDER 1
43275 if test "$wxUSE_SPINBTN" = "yes"; then
43276 cat >>confdefs.h
<<\_ACEOF
43277 #define wxUSE_SPINBTN 1
43283 if test "$wxUSE_SPINCTRL" = "yes"; then
43284 cat >>confdefs.h
<<\_ACEOF
43285 #define wxUSE_SPINCTRL 1
43291 if test "$wxUSE_SPLITTER" = "yes"; then
43292 cat >>confdefs.h
<<\_ACEOF
43293 #define wxUSE_SPLITTER 1
43296 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
43299 if test "$wxUSE_STATBMP" = "yes"; then
43300 cat >>confdefs.h
<<\_ACEOF
43301 #define wxUSE_STATBMP 1
43307 if test "$wxUSE_STATBOX" = "yes"; then
43308 cat >>confdefs.h
<<\_ACEOF
43309 #define wxUSE_STATBOX 1
43315 if test "$wxUSE_STATTEXT" = "yes"; then
43316 cat >>confdefs.h
<<\_ACEOF
43317 #define wxUSE_STATTEXT 1
43323 if test "$wxUSE_STATLINE" = "yes"; then
43324 cat >>confdefs.h
<<\_ACEOF
43325 #define wxUSE_STATLINE 1
43331 if test "$wxUSE_STATUSBAR" = "yes"; then
43332 cat >>confdefs.h
<<\_ACEOF
43333 #define wxUSE_NATIVE_STATUSBAR 1
43336 cat >>confdefs.h
<<\_ACEOF
43337 #define wxUSE_STATUSBAR 1
43342 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
43345 if test "$wxUSE_TABDIALOG" = "yes"; then
43346 cat >>confdefs.h
<<\_ACEOF
43347 #define wxUSE_TAB_DIALOG 1
43352 if test "$wxUSE_TEXTCTRL" = "yes"; then
43353 cat >>confdefs.h
<<\_ACEOF
43354 #define wxUSE_TEXTCTRL 1
43358 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
43361 if test "$wxUSE_TOGGLEBTN" = "yes"; then
43362 if test "$wxUSE_COCOA" = 1 ; then
43363 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
43364 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
43367 if test "$wxUSE_UNIVERSAL" = "yes"; then
43368 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
43369 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
43373 if test "$wxUSE_TOGGLEBTN" = "yes"; then
43374 cat >>confdefs.h
<<\_ACEOF
43375 #define wxUSE_TOGGLEBTN 1
43382 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
43383 cat >>confdefs.h
<<\_ACEOF
43384 #define wxUSE_TOOLBAR_SIMPLE 1
43387 wxUSE_TOOLBAR
="yes"
43391 if test "$wxUSE_TOOLBAR" = "yes"; then
43392 cat >>confdefs.h
<<\_ACEOF
43393 #define wxUSE_TOOLBAR 1
43398 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
43399 wxUSE_TOOLBAR_NATIVE
="yes"
43402 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
43403 cat >>confdefs.h
<<\_ACEOF
43404 #define wxUSE_TOOLBAR_NATIVE 1
43410 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
43413 if test "$wxUSE_TOOLTIPS" = "yes"; then
43414 if test "$wxUSE_MOTIF" = 1; then
43415 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
43416 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
43418 if test "$wxUSE_UNIVERSAL" = "yes"; then
43419 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
43420 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
43422 cat >>confdefs.h
<<\_ACEOF
43423 #define wxUSE_TOOLTIPS 1
43430 if test "$wxUSE_TREEBOOK" = "yes"; then
43431 cat >>confdefs.h
<<\_ACEOF
43432 #define wxUSE_TREEBOOK 1
43438 if test "$wxUSE_TREECTRL" = "yes"; then
43439 if test "$wxUSE_IMAGLIST" = "yes"; then
43440 cat >>confdefs.h
<<\_ACEOF
43441 #define wxUSE_TREECTRL 1
43445 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
43447 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
43448 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
43452 if test "$wxUSE_POPUPWIN" = "yes"; then
43453 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
43454 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
43455 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
43457 if test "$wxUSE_PM" = 1; then
43458 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
43459 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
43461 cat >>confdefs.h
<<\_ACEOF
43462 #define wxUSE_POPUPWIN 1
43465 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
43472 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
43473 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
43474 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
43475 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
43477 cat >>confdefs.h
<<\_ACEOF
43478 #define wxUSE_DIALUP_MANAGER 1
43481 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
43485 if test "$wxUSE_TIPWINDOW" = "yes"; then
43486 if test "$wxUSE_PM" = 1; then
43487 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
43488 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
43490 cat >>confdefs.h
<<\_ACEOF
43491 #define wxUSE_TIPWINDOW 1
43497 if test "$USES_CONTROLS" = 1; then
43498 cat >>confdefs.h
<<\_ACEOF
43499 #define wxUSE_CONTROLS 1
43505 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
43506 cat >>confdefs.h
<<\_ACEOF
43507 #define wxUSE_ACCESSIBILITY 1
43510 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
43513 if test "$wxUSE_DC_CACHEING" = "yes"; then
43514 cat >>confdefs.h
<<\_ACEOF
43515 #define wxUSE_DC_CACHEING 1
43520 if test "$wxUSE_DRAGIMAGE" = "yes"; then
43521 cat >>confdefs.h
<<\_ACEOF
43522 #define wxUSE_DRAGIMAGE 1
43525 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
43528 if test "$wxUSE_EXCEPTIONS" = "yes"; then
43529 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
43530 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
43531 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
43533 cat >>confdefs.h
<<\_ACEOF
43534 #define wxUSE_EXCEPTIONS 1
43537 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
43542 if test "$wxUSE_HTML" = "yes"; then
43543 cat >>confdefs.h
<<\_ACEOF
43544 #define wxUSE_HTML 1
43548 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
43549 if test "$wxUSE_MAC" = 1; then
43550 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
43553 if test "$wxUSE_WEBKIT" = "yes"; then
43554 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
43555 old_CPPFLAGS
="$CPPFLAGS"
43556 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
43557 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
43558 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
43559 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
43560 echo $ECHO_N "(cached) $ECHO_C" >&6
43562 cat >conftest.
$ac_ext <<_ACEOF
43565 cat confdefs.h
>>conftest.
$ac_ext
43566 cat >>conftest.
$ac_ext <<_ACEOF
43567 /* end confdefs.h. */
43568 #include <Carbon/Carbon.h>
43570 #include <WebKit/HIWebView.h>
43572 rm -f conftest.
$ac_objext
43573 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43574 (eval $ac_compile) 2>conftest.er1
43576 grep -v '^ *+' conftest.er1
>conftest.err
43578 cat conftest.err
>&5
43579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43580 (exit $ac_status); } &&
43581 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43583 (eval $ac_try) 2>&5
43585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43586 (exit $ac_status); }; } &&
43587 { ac_try
='test -s conftest.$ac_objext'
43588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43589 (eval $ac_try) 2>&5
43591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43592 (exit $ac_status); }; }; then
43593 ac_cv_header_WebKit_HIWebView_h
=yes
43595 echo "$as_me: failed program was:" >&5
43596 sed 's/^/| /' conftest.
$ac_ext >&5
43598 ac_cv_header_WebKit_HIWebView_h
=no
43600 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43602 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
43603 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
43604 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
43606 cat >>confdefs.h
<<\_ACEOF
43607 #define wxUSE_WEBKIT 1
43610 WEBKIT_LINK
="-framework WebKit"
43614 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
43615 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
43621 CPPFLAGS
="$old_CPPFLAGS"
43622 elif test "$wxUSE_COCOA" = 1; then
43623 cat >>confdefs.h
<<\_ACEOF
43624 #define wxUSE_WEBKIT 1
43633 if test "$wxUSE_XRC" = "yes"; then
43634 if test "$wxUSE_XML" != "yes"; then
43635 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
43636 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
43639 cat >>confdefs.h
<<\_ACEOF
43640 #define wxUSE_XRC 1
43644 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
43648 if test "$wxUSE_MENUS" = "yes"; then
43649 cat >>confdefs.h
<<\_ACEOF
43650 #define wxUSE_MENUS 1
43653 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
43656 if test "$wxUSE_METAFILE" = "yes"; then
43657 cat >>confdefs.h
<<\_ACEOF
43658 #define wxUSE_METAFILE 1
43663 if test "$wxUSE_MIMETYPE" = "yes"; then
43664 cat >>confdefs.h
<<\_ACEOF
43665 #define wxUSE_MIMETYPE 1
43670 if test "$wxUSE_MINIFRAME" = "yes"; then
43671 cat >>confdefs.h
<<\_ACEOF
43672 #define wxUSE_MINIFRAME 1
43675 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
43678 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
43679 cat >>confdefs.h
<<\_ACEOF
43680 #define wxUSE_SYSTEM_OPTIONS 1
43683 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
43684 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
43685 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
43690 if test "$wxUSE_VALIDATORS" = "yes"; then
43691 cat >>confdefs.h
<<\_ACEOF
43692 #define wxUSE_VALIDATORS 1
43695 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
43698 if test "$wxUSE_PALETTE" = "yes" ; then
43699 cat >>confdefs.h
<<\_ACEOF
43700 #define wxUSE_PALETTE 1
43705 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
43706 LIBS
=" -lunicows $LIBS"
43710 if test "$wxUSE_RICHTEXT" = "yes"; then
43711 cat >>confdefs.h
<<\_ACEOF
43712 #define wxUSE_RICHTEXT 1
43716 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS richtext"
43720 if test "$wxUSE_IMAGE" = "yes" ; then
43721 cat >>confdefs.h
<<\_ACEOF
43722 #define wxUSE_IMAGE 1
43726 if test "$wxUSE_GIF" = "yes" ; then
43727 cat >>confdefs.h
<<\_ACEOF
43728 #define wxUSE_GIF 1
43733 if test "$wxUSE_PCX" = "yes" ; then
43734 cat >>confdefs.h
<<\_ACEOF
43735 #define wxUSE_PCX 1
43740 if test "$wxUSE_IFF" = "yes" ; then
43741 cat >>confdefs.h
<<\_ACEOF
43742 #define wxUSE_IFF 1
43747 if test "$wxUSE_PNM" = "yes" ; then
43748 cat >>confdefs.h
<<\_ACEOF
43749 #define wxUSE_PNM 1
43754 if test "$wxUSE_XPM" = "yes" ; then
43755 cat >>confdefs.h
<<\_ACEOF
43756 #define wxUSE_XPM 1
43761 if test "$wxUSE_ICO_CUR" = "yes" ; then
43762 cat >>confdefs.h
<<\_ACEOF
43763 #define wxUSE_ICO_CUR 1
43770 if test "$wxUSE_CHOICEDLG" = "yes"; then
43771 cat >>confdefs.h
<<\_ACEOF
43772 #define wxUSE_CHOICEDLG 1
43777 if test "$wxUSE_COLOURDLG" = "yes"; then
43778 cat >>confdefs.h
<<\_ACEOF
43779 #define wxUSE_COLOURDLG 1
43784 if test "$wxUSE_FILEDLG" = "yes"; then
43785 cat >>confdefs.h
<<\_ACEOF
43786 #define wxUSE_FILEDLG 1
43791 if test "$wxUSE_FINDREPLDLG" = "yes"; then
43792 cat >>confdefs.h
<<\_ACEOF
43793 #define wxUSE_FINDREPLDLG 1
43798 if test "$wxUSE_FONTDLG" = "yes"; then
43799 cat >>confdefs.h
<<\_ACEOF
43800 #define wxUSE_FONTDLG 1
43805 if test "$wxUSE_DIRDLG" = "yes"; then
43806 if test "$wxUSE_TREECTRL" != "yes"; then
43807 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
43808 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
43810 cat >>confdefs.h
<<\_ACEOF
43811 #define wxUSE_DIRDLG 1
43817 if test "$wxUSE_MSGDLG" = "yes"; then
43818 cat >>confdefs.h
<<\_ACEOF
43819 #define wxUSE_MSGDLG 1
43824 if test "$wxUSE_NUMBERDLG" = "yes"; then
43825 cat >>confdefs.h
<<\_ACEOF
43826 #define wxUSE_NUMBERDLG 1
43831 if test "$wxUSE_PROGRESSDLG" = "yes"; then
43832 if test "$wxUSE_CONSTRAINTS" != "yes"; then
43833 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
43834 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
43836 cat >>confdefs.h
<<\_ACEOF
43837 #define wxUSE_PROGRESSDLG 1
43843 if test "$wxUSE_SPLASH" = "yes"; then
43844 cat >>confdefs.h
<<\_ACEOF
43845 #define wxUSE_SPLASH 1
43848 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
43851 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
43852 if test "$wxUSE_CONSTRAINTS" != "yes"; then
43853 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
43854 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
43856 cat >>confdefs.h
<<\_ACEOF
43857 #define wxUSE_STARTUP_TIPS 1
43863 if test "$wxUSE_TEXTDLG" = "yes"; then
43864 cat >>confdefs.h
<<\_ACEOF
43865 #define wxUSE_TEXTDLG 1
43870 if test "$wxUSE_WIZARDDLG" = "yes"; then
43871 cat >>confdefs.h
<<\_ACEOF
43872 #define wxUSE_WIZARDDLG 1
43875 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
43879 if test "$wxUSE_MEDIACTRL" = "yes"; then
43880 if test "$wxUSE_GTK" = 1; then
43881 wxUSE_GSTREAMER
="yes"
43886 if test -z "$PKG_CONFIG"; then
43887 # Extract the first word of "pkg-config", so it can be a program name with args.
43888 set dummy pkg
-config; ac_word
=$2
43889 echo "$as_me:$LINENO: checking for $ac_word" >&5
43890 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43891 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
43892 echo $ECHO_N "(cached) $ECHO_C" >&6
43894 case $PKG_CONFIG in
43896 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
43899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43900 for as_dir
in $PATH
43903 test -z "$as_dir" && as_dir
=.
43904 for ac_exec_ext
in '' $ac_executable_extensions; do
43905 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43906 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
43907 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43913 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
43917 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
43919 if test -n "$PKG_CONFIG"; then
43920 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
43921 echo "${ECHO_T}$PKG_CONFIG" >&6
43923 echo "$as_me:$LINENO: result: no" >&5
43924 echo "${ECHO_T}no" >&6
43929 if test "$PKG_CONFIG" = "no" ; then
43930 echo "*** The pkg-config script could not be found. Make sure it is"
43931 echo "*** in your path, or set the PKG_CONFIG environment variable"
43932 echo "*** to the full path to pkg-config."
43933 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
43935 PKG_CONFIG_MIN_VERSION
=0.9.0
43936 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
43937 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
43938 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
43940 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
43941 echo "$as_me:$LINENO: result: yes" >&5
43942 echo "${ECHO_T}yes" >&6
43945 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
43946 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
43947 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-0.8"`
43948 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
43949 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
43951 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
43952 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
43953 GSTREAMER_LIBS
=`$PKG_CONFIG --libs "gstreamer-0.8"`
43954 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
43955 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
43957 GSTREAMER_CFLAGS
=""
43959 ## If we have a custom action on failure, don't print errors, but
43960 ## do set a variable so people can do so.
43961 GSTREAMER_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
43968 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
43969 echo "*** See http://www.freedesktop.org/software/pkgconfig"
43973 if test $succeeded = yes; then
43975 CPPFLAGS
="$GSTREAMER_CFLAGS $CPPFLAGS"
43976 LIBS
="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
43980 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
43981 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
43982 wxUSE_GSTREAMER
="no"
43990 if test "x$GST_INSPECT" == "x"; then
43991 # Extract the first word of "gst-inspect", so it can be a program name with args.
43992 set dummy gst
-inspect; ac_word
=$2
43993 echo "$as_me:$LINENO: checking for $ac_word" >&5
43994 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43995 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
43996 echo $ECHO_N "(cached) $ECHO_C" >&6
43998 if test -n "$GST_INSPECT"; then
43999 ac_cv_prog_GST_INSPECT
="$GST_INSPECT" # Let the user override the test.
44001 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44002 for as_dir
in $PATH
44005 test -z "$as_dir" && as_dir
=.
44006 for ac_exec_ext
in '' $ac_executable_extensions; do
44007 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44008 ac_cv_prog_GST_INSPECT
="gst-inspect"
44009 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44017 GST_INSPECT
=$ac_cv_prog_GST_INSPECT
44018 if test -n "$GST_INSPECT"; then
44019 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
44020 echo "${ECHO_T}$GST_INSPECT" >&6
44022 echo "$as_me:$LINENO: result: no" >&5
44023 echo "${ECHO_T}no" >&6
44028 if test "x$GST_INSPECT" != "x"; then
44029 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
44030 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
44031 if $GST_INSPECT xvimagesink
> /dev
/null
2> /dev
/null
; then
44032 echo "$as_me:$LINENO: result: found." >&5
44033 echo "${ECHO_T}found." >&6
44036 echo "$as_me:$LINENO: result: not found." >&5
44037 echo "${ECHO_T}not found." >&6
44039 wxUSE_GSTREAMER
="no"
44040 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
44041 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
44047 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
44048 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
44049 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
44050 echo $ECHO_N "(cached) $ECHO_C" >&6
44052 cat >conftest.
$ac_ext <<_ACEOF
44055 cat confdefs.h
>>conftest.
$ac_ext
44056 cat >>conftest.
$ac_ext <<_ACEOF
44057 /* end confdefs.h. */
44058 #include <gst/gst.h>
44060 #include <gst/xoverlay/xoverlay.h>
44062 rm -f conftest.
$ac_objext
44063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44064 (eval $ac_compile) 2>conftest.er1
44066 grep -v '^ *+' conftest.er1
>conftest.err
44068 cat conftest.err
>&5
44069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44070 (exit $ac_status); } &&
44071 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44073 (eval $ac_try) 2>&5
44075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44076 (exit $ac_status); }; } &&
44077 { ac_try
='test -s conftest.$ac_objext'
44078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44079 (eval $ac_try) 2>&5
44081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44082 (exit $ac_status); }; }; then
44083 ac_cv_header_gst_xoverlay_xoverlay_h
=yes
44085 echo "$as_me: failed program was:" >&5
44086 sed 's/^/| /' conftest.
$ac_ext >&5
44088 ac_cv_header_gst_xoverlay_xoverlay_h
=no
44090 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44092 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
44093 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
44094 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
44098 wxUSE_GSTREAMER
="no"
44099 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
44100 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
44106 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
44107 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
44110 for ac_dir
in $SEARCH_LIB;
44112 for ac_extension
in a so sl dylib dll.a
; do
44113 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
44114 ac_find_libraries
=$ac_dir
44121 if test "$ac_find_libraries" = "" ; then
44122 echo "$as_me:$LINENO: result: no" >&5
44123 echo "${ECHO_T}no" >&6
44124 wxUSE_GSTREAMER
="no"
44126 echo "$as_me:$LINENO: result: yes" >&5
44127 echo "${ECHO_T}yes" >&6
44130 if test "$wxUSE_GSTREAMER" = "yes"; then
44131 cat >>confdefs.h
<<\_ACEOF
44132 #define wxUSE_GSTREAMER 1
44135 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
44136 echo "${ECHO_T}GStreamer detection successful" >&6
44139 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
44140 cat >>confdefs.h
<<\_ACEOF
44141 #define wxUSE_MEDIACTRL 1
44147 if test "$cross_compiling" = "yes"; then
44150 OSINFO
=`uname -s -r -m`
44151 OSINFO
="\"$OSINFO\""
44154 cat >>confdefs.h
<<_ACEOF
44155 #define WXWIN_OS_DESCRIPTION $OSINFO
44160 if test "x$prefix" != "xNONE"; then
44163 wxPREFIX
=$ac_default_prefix
44166 cat >>confdefs.h
<<_ACEOF
44167 #define wxINSTALL_PREFIX "$wxPREFIX"
44173 CORE_BASE_LIBS
="net base"
44174 CORE_GUI_LIBS
="adv core"
44176 if test "$wxUSE_XML" = "yes" ; then
44177 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
44179 if test "$wxUSE_ODBC" != "no" ; then
44180 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
44181 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
44183 if test "$wxUSE_HTML" = "yes" ; then
44184 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
44186 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
44187 CORE_GUI_LIBS
="qa $CORE_GUI_LIBS"
44189 if test "$wxUSE_XRC" = "yes" ; then
44190 CORE_GUI_LIBS
="xrc $CORE_GUI_LIBS"
44193 if test "$wxUSE_GUI" != "yes"; then
44204 if test "$wxUSE_MAC" = 1 ; then
44205 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
44206 if test "$USE_DARWIN" = 1; then
44207 LDFLAGS
="$LDFLAGS -framework QuickTime"
44209 LDFLAGS
="$LDFLAGS -lQuickTimeLib"
44212 if test "$USE_DARWIN" = 1; then
44213 LDFLAGS
="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
44215 LDFLAGS
="$LDFLAGS -lCarbonLib"
44218 if test "$wxUSE_COCOA" = 1 ; then
44219 LDFLAGS
="$LDFLAGS -framework IOKit -framework Cocoa"
44220 if test "$wxUSE_MEDIACTRL" = "yes"; then
44221 LDFLAGS
="$LDFLAGS -framework QuickTime"
44224 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
44225 LDFLAGS
="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
44229 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
44236 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44237 echo "$as_me:$LINENO: checking for $ac_func" >&5
44238 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44239 if eval "test \"\${$as_ac_var+set}\" = set"; then
44240 echo $ECHO_N "(cached) $ECHO_C" >&6
44242 cat >conftest.
$ac_ext <<_ACEOF
44245 cat confdefs.h
>>conftest.
$ac_ext
44246 cat >>conftest.
$ac_ext <<_ACEOF
44247 /* end confdefs.h. */
44248 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44249 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44250 #define $ac_func innocuous_$ac_func
44252 /* System header to define __stub macros and hopefully few prototypes,
44253 which can conflict with char $ac_func (); below.
44254 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44255 <limits.h> exists even on freestanding compilers. */
44258 # include <limits.h>
44260 # include <assert.h>
44265 /* Override any gcc2 internal prototype to avoid an error. */
44270 /* We use char because int might match the return type of a gcc2
44271 builtin and then its argument prototype would still apply. */
44273 /* The GNU C library defines this for functions which it implements
44274 to always fail with ENOSYS. Some functions are actually named
44275 something starting with __ and the normal name is an alias. */
44276 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44279 char (*f) () = $ac_func;
44288 return f != $ac_func;
44293 rm -f conftest.
$ac_objext conftest
$ac_exeext
44294 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44295 (eval $ac_link) 2>conftest.er1
44297 grep -v '^ *+' conftest.er1
>conftest.err
44299 cat conftest.err
>&5
44300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44301 (exit $ac_status); } &&
44302 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44304 (eval $ac_try) 2>&5
44306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44307 (exit $ac_status); }; } &&
44308 { ac_try
='test -s conftest$ac_exeext'
44309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44310 (eval $ac_try) 2>&5
44312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44313 (exit $ac_status); }; }; then
44314 eval "$as_ac_var=yes"
44316 echo "$as_me: failed program was:" >&5
44317 sed 's/^/| /' conftest.
$ac_ext >&5
44319 eval "$as_ac_var=no"
44321 rm -f conftest.err conftest.
$ac_objext \
44322 conftest
$ac_exeext conftest.
$ac_ext
44324 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44325 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44326 if test `eval echo '${'$as_ac_var'}'` = yes; then
44327 cat >>confdefs.h
<<_ACEOF
44328 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44335 for ac_func
in floor
44337 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44338 echo "$as_me:$LINENO: checking for $ac_func" >&5
44339 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44340 if eval "test \"\${$as_ac_var+set}\" = set"; then
44341 echo $ECHO_N "(cached) $ECHO_C" >&6
44343 cat >conftest.
$ac_ext <<_ACEOF
44346 cat confdefs.h
>>conftest.
$ac_ext
44347 cat >>conftest.
$ac_ext <<_ACEOF
44348 /* end confdefs.h. */
44349 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44350 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44351 #define $ac_func innocuous_$ac_func
44353 /* System header to define __stub macros and hopefully few prototypes,
44354 which can conflict with char $ac_func (); below.
44355 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44356 <limits.h> exists even on freestanding compilers. */
44359 # include <limits.h>
44361 # include <assert.h>
44366 /* Override any gcc2 internal prototype to avoid an error. */
44371 /* We use char because int might match the return type of a gcc2
44372 builtin and then its argument prototype would still apply. */
44374 /* The GNU C library defines this for functions which it implements
44375 to always fail with ENOSYS. Some functions are actually named
44376 something starting with __ and the normal name is an alias. */
44377 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44380 char (*f) () = $ac_func;
44389 return f != $ac_func;
44394 rm -f conftest.
$ac_objext conftest
$ac_exeext
44395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44396 (eval $ac_link) 2>conftest.er1
44398 grep -v '^ *+' conftest.er1
>conftest.err
44400 cat conftest.err
>&5
44401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44402 (exit $ac_status); } &&
44403 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44405 (eval $ac_try) 2>&5
44407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44408 (exit $ac_status); }; } &&
44409 { ac_try
='test -s conftest$ac_exeext'
44410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44411 (eval $ac_try) 2>&5
44413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44414 (exit $ac_status); }; }; then
44415 eval "$as_ac_var=yes"
44417 echo "$as_me: failed program was:" >&5
44418 sed 's/^/| /' conftest.
$ac_ext >&5
44420 eval "$as_ac_var=no"
44422 rm -f conftest.err conftest.
$ac_objext \
44423 conftest
$ac_exeext conftest.
$ac_ext
44425 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44426 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44427 if test `eval echo '${'$as_ac_var'}'` = yes; then
44428 cat >>confdefs.h
<<_ACEOF
44429 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44435 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
44436 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
44437 if test "$have_cos" = 1 -a "$have_floor" = 1; then
44438 echo "$as_me:$LINENO: result: yes" >&5
44439 echo "${ECHO_T}yes" >&6
44441 echo "$as_me:$LINENO: result: no" >&5
44442 echo "${ECHO_T}no" >&6
44444 # use different functions to avoid configure caching
44450 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44451 echo "$as_me:$LINENO: checking for $ac_func" >&5
44452 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44453 if eval "test \"\${$as_ac_var+set}\" = set"; then
44454 echo $ECHO_N "(cached) $ECHO_C" >&6
44456 cat >conftest.
$ac_ext <<_ACEOF
44459 cat confdefs.h
>>conftest.
$ac_ext
44460 cat >>conftest.
$ac_ext <<_ACEOF
44461 /* end confdefs.h. */
44462 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44463 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44464 #define $ac_func innocuous_$ac_func
44466 /* System header to define __stub macros and hopefully few prototypes,
44467 which can conflict with char $ac_func (); below.
44468 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44469 <limits.h> exists even on freestanding compilers. */
44472 # include <limits.h>
44474 # include <assert.h>
44479 /* Override any gcc2 internal prototype to avoid an error. */
44484 /* We use char because int might match the return type of a gcc2
44485 builtin and then its argument prototype would still apply. */
44487 /* The GNU C library defines this for functions which it implements
44488 to always fail with ENOSYS. Some functions are actually named
44489 something starting with __ and the normal name is an alias. */
44490 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44493 char (*f) () = $ac_func;
44502 return f != $ac_func;
44507 rm -f conftest.
$ac_objext conftest
$ac_exeext
44508 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44509 (eval $ac_link) 2>conftest.er1
44511 grep -v '^ *+' conftest.er1
>conftest.err
44513 cat conftest.err
>&5
44514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44515 (exit $ac_status); } &&
44516 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44518 (eval $ac_try) 2>&5
44520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44521 (exit $ac_status); }; } &&
44522 { ac_try
='test -s conftest$ac_exeext'
44523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44524 (eval $ac_try) 2>&5
44526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44527 (exit $ac_status); }; }; then
44528 eval "$as_ac_var=yes"
44530 echo "$as_me: failed program was:" >&5
44531 sed 's/^/| /' conftest.
$ac_ext >&5
44533 eval "$as_ac_var=no"
44535 rm -f conftest.err conftest.
$ac_objext \
44536 conftest
$ac_exeext conftest.
$ac_ext
44538 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44539 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44540 if test `eval echo '${'$as_ac_var'}'` = yes; then
44541 cat >>confdefs.h
<<_ACEOF
44542 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44549 for ac_func
in ceil
44551 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44552 echo "$as_me:$LINENO: checking for $ac_func" >&5
44553 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44554 if eval "test \"\${$as_ac_var+set}\" = set"; then
44555 echo $ECHO_N "(cached) $ECHO_C" >&6
44557 cat >conftest.
$ac_ext <<_ACEOF
44560 cat confdefs.h
>>conftest.
$ac_ext
44561 cat >>conftest.
$ac_ext <<_ACEOF
44562 /* end confdefs.h. */
44563 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44564 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44565 #define $ac_func innocuous_$ac_func
44567 /* System header to define __stub macros and hopefully few prototypes,
44568 which can conflict with char $ac_func (); below.
44569 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44570 <limits.h> exists even on freestanding compilers. */
44573 # include <limits.h>
44575 # include <assert.h>
44580 /* Override any gcc2 internal prototype to avoid an error. */
44585 /* We use char because int might match the return type of a gcc2
44586 builtin and then its argument prototype would still apply. */
44588 /* The GNU C library defines this for functions which it implements
44589 to always fail with ENOSYS. Some functions are actually named
44590 something starting with __ and the normal name is an alias. */
44591 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44594 char (*f) () = $ac_func;
44603 return f != $ac_func;
44608 rm -f conftest.
$ac_objext conftest
$ac_exeext
44609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44610 (eval $ac_link) 2>conftest.er1
44612 grep -v '^ *+' conftest.er1
>conftest.err
44614 cat conftest.err
>&5
44615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44616 (exit $ac_status); } &&
44617 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44619 (eval $ac_try) 2>&5
44621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44622 (exit $ac_status); }; } &&
44623 { ac_try
='test -s conftest$ac_exeext'
44624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44625 (eval $ac_try) 2>&5
44627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44628 (exit $ac_status); }; }; then
44629 eval "$as_ac_var=yes"
44631 echo "$as_me: failed program was:" >&5
44632 sed 's/^/| /' conftest.
$ac_ext >&5
44634 eval "$as_ac_var=no"
44636 rm -f conftest.err conftest.
$ac_objext \
44637 conftest
$ac_exeext conftest.
$ac_ext
44639 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44640 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44641 if test `eval echo '${'$as_ac_var'}'` = yes; then
44642 cat >>confdefs.h
<<_ACEOF
44643 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44649 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
44650 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
44651 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
44652 echo "$as_me:$LINENO: result: yes" >&5
44653 echo "${ECHO_T}yes" >&6
44655 echo "$as_me:$LINENO: result: no" >&5
44656 echo "${ECHO_T}no" >&6
44657 # not sure we should warn the user, crash, etc.
44661 if test "$wxUSE_GUI" = "yes"; then
44664 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
44665 dynamic erase event exec font image minimal mobile \
44666 mobile/wxedit mobile/styles propsize render \
44667 richedit rotate shaped vscroll widgets"
44669 if test "$wxUSE_MONOLITHIC" != "yes"; then
44670 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
44672 if test "$TOOLKIT" = "MSW"; then
44673 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
44674 if test "$wxUSE_UNIVERSAL" != "yes"; then
44675 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg"
44678 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
44679 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
44682 SAMPLES_SUBDIRS
="console"
44686 if test "x$INTELCC" = "xyes" ; then
44687 CWARNINGS
="-Wall -wd810,869,981,1418,1572,1684"
44688 elif test "$GCC" = yes ; then
44689 CWARNINGS
="-Wall -Wundef"
44692 if test "x$INTELCXX" = "xyes" ; then
44693 CXXWARNINGS
="-Wall -wd279,383,444,810,869,981,1418,1419"
44694 elif test "$GXX" = yes ; then
44695 CXXWARNINGS
="-Wall -Wundef -Wno-ctor-dtor-privacy"
44699 WXCONFIG_CFLAGS
=`echo $WXCONFIG_CFLAGS`
44700 WXCONFIG_CXXFLAGS
=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
44703 CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS \
44704 -I\\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
44705 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
44708 C_AND_CXX_FLAGS
="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
44709 CFLAGS
=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
44710 CXXFLAGS
=`echo $WXCONFIG_CXXFLAGS $CXXWARNINGS $C_AND_CXX_FLAGS $CXXFLAGS `
44712 WXCONFIG_CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
44715 if test "x$MWCC" = "xyes"; then
44717 CC
="$CC -cwd source -I-"
44718 CXX
="$CXX -cwd source -I-"
44723 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
44724 EXTRALIBS_XML
="$EXPAT_LINK"
44725 EXTRALIBS_HTML
="$MSPACK_LINK"
44726 EXTRALIBS_ODBC
="$ODBC_LINK"
44727 if test "$wxUSE_GUI" = "yes"; then
44728 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
44730 if test "$wxUSE_OPENGL" = "yes"; then
44731 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
44734 LDFLAGS
="$LDFLAGS $PROFILE_FLAGS"
44736 WXCONFIG_LIBS
="$LIBS"
44738 if test "$wxUSE_REGEX" = "builtin" ; then
44739 wxconfig_3rdparty
="regex${lib_unicode_suffix} $wxconfig_3rdparty"
44741 if test "$wxUSE_EXPAT" = "builtin" ; then
44742 wxconfig_3rdparty
="expat $wxconfig_3rdparty"
44744 if test "$wxUSE_ODBC" = "builtin" ; then
44745 wxconfig_3rdparty
="odbc $wxconfig_3rdparty"
44747 if test "$wxUSE_LIBTIFF" = "builtin" ; then
44748 wxconfig_3rdparty
="tiff $wxconfig_3rdparty"
44750 if test "$wxUSE_LIBJPEG" = "builtin" ; then
44751 wxconfig_3rdparty
="jpeg $wxconfig_3rdparty"
44753 if test "$wxUSE_LIBPNG" = "builtin" ; then
44754 wxconfig_3rdparty
="png $wxconfig_3rdparty"
44756 if test "$wxUSE_ZLIB" = "builtin" ; then
44757 wxconfig_3rdparty
="zlib $wxconfig_3rdparty"
44760 for i
in $wxconfig_3rdparty ; do
44761 WXCONFIG_LIBS
="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
44765 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
44779 if test $wxUSE_MONOLITHIC = "yes" ; then
44785 if test $wxUSE_PLUGINS = "yes" ; then
44791 if test $wxUSE_ODBC != "no" ; then
44797 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
44803 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
44831 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
44842 TOOLKIT_USER
="GTK+"
44843 if test "$WXGTK20" = 1; then
44844 TOOLKIT_USER
="$TOOLKIT_USER 2"
44849 TOOLKIT_USER
=$TOOLKIT_LOWERCASE
44853 if test "$wxUSE_WINE" = "yes"; then
44854 BAKEFILE_FORCE_PLATFORM
=win32
44860 if test "x$BAKEFILE_HOST" = "x"; then
44861 BAKEFILE_HOST
="${host}"
44864 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
44866 if test -n "$ac_tool_prefix"; then
44867 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
44868 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
44869 echo "$as_me:$LINENO: checking for $ac_word" >&5
44870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44871 if test "${ac_cv_prog_RANLIB+set}" = set; then
44872 echo $ECHO_N "(cached) $ECHO_C" >&6
44874 if test -n "$RANLIB"; then
44875 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
44877 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44878 for as_dir
in $PATH
44881 test -z "$as_dir" && as_dir
=.
44882 for ac_exec_ext
in '' $ac_executable_extensions; do
44883 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44884 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
44885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44893 RANLIB
=$ac_cv_prog_RANLIB
44894 if test -n "$RANLIB"; then
44895 echo "$as_me:$LINENO: result: $RANLIB" >&5
44896 echo "${ECHO_T}$RANLIB" >&6
44898 echo "$as_me:$LINENO: result: no" >&5
44899 echo "${ECHO_T}no" >&6
44903 if test -z "$ac_cv_prog_RANLIB"; then
44904 ac_ct_RANLIB
=$RANLIB
44905 # Extract the first word of "ranlib", so it can be a program name with args.
44906 set dummy ranlib
; ac_word
=$2
44907 echo "$as_me:$LINENO: checking for $ac_word" >&5
44908 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44909 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
44910 echo $ECHO_N "(cached) $ECHO_C" >&6
44912 if test -n "$ac_ct_RANLIB"; then
44913 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
44915 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44916 for as_dir
in $PATH
44919 test -z "$as_dir" && as_dir
=.
44920 for ac_exec_ext
in '' $ac_executable_extensions; do
44921 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44922 ac_cv_prog_ac_ct_RANLIB
="ranlib"
44923 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44929 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
44932 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
44933 if test -n "$ac_ct_RANLIB"; then
44934 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
44935 echo "${ECHO_T}$ac_ct_RANLIB" >&6
44937 echo "$as_me:$LINENO: result: no" >&5
44938 echo "${ECHO_T}no" >&6
44941 RANLIB
=$ac_ct_RANLIB
44943 RANLIB
="$ac_cv_prog_RANLIB"
44946 # Find a good install program. We prefer a C program (faster),
44947 # so one script is as good as another. But avoid the broken or
44948 # incompatible versions:
44949 # SysV /etc/install, /usr/sbin/install
44950 # SunOS /usr/etc/install
44951 # IRIX /sbin/install
44953 # AmigaOS /C/install, which installs bootblocks on floppy discs
44954 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
44955 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
44956 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
44957 # OS/2's system install, which has a completely different semantic
44958 # ./install, which can be erroneously created by make from ./install.sh.
44959 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
44960 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
44961 if test -z "$INSTALL"; then
44962 if test "${ac_cv_path_install+set}" = set; then
44963 echo $ECHO_N "(cached) $ECHO_C" >&6
44965 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44966 for as_dir
in $PATH
44969 test -z "$as_dir" && as_dir
=.
44970 # Account for people who put trailing slashes in PATH elements.
44972 .
/ | .
// | /cC
/* | \
44973 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
44974 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
44977 # OSF1 and SCO ODT 3.0 have their own names for install.
44978 # Don't use installbsd from OSF since it installs stuff as root
44980 for ac_prog
in ginstall scoinst
install; do
44981 for ac_exec_ext
in '' $ac_executable_extensions; do
44982 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
44983 if test $ac_prog = install &&
44984 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
44985 # AIX install. It has an incompatible calling convention.
44987 elif test $ac_prog = install &&
44988 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
44989 # program-specific install script used by HP pwplus--don't use.
44992 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
45004 if test "${ac_cv_path_install+set}" = set; then
45005 INSTALL
=$ac_cv_path_install
45007 # As a last resort, use the slow shell script. We don't cache a
45008 # path for INSTALL within a source directory, because that will
45009 # break other packages using the cache if that directory is
45010 # removed, or if the path is relative.
45011 INSTALL
=$ac_install_sh
45014 echo "$as_me:$LINENO: result: $INSTALL" >&5
45015 echo "${ECHO_T}$INSTALL" >&6
45017 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
45018 # It thinks the first close brace ends the variable substitution.
45019 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
45021 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
45023 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
45025 echo "$as_me:$LINENO: checking whether ln -s works" >&5
45026 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
45028 if test "$LN_S" = "ln -s"; then
45029 echo "$as_me:$LINENO: result: yes" >&5
45030 echo "${ECHO_T}yes" >&6
45032 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
45033 echo "${ECHO_T}no, using $LN_S" >&6
45037 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
45038 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
45039 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
45040 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
45041 echo $ECHO_N "(cached) $ECHO_C" >&6
45043 cat >conftest.
make <<\_ACEOF
45045 @
echo 'ac_maketemp="$(MAKE)"'
45047 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
45048 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
45049 if test -n "$ac_maketemp"; then
45050 eval ac_cv_prog_make_
${ac_make}_set
=yes
45052 eval ac_cv_prog_make_
${ac_make}_set
=no
45054 rm -f conftest.
make
45056 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
45057 echo "$as_me:$LINENO: result: yes" >&5
45058 echo "${ECHO_T}yes" >&6
45061 echo "$as_me:$LINENO: result: no" >&5
45062 echo "${ECHO_T}no" >&6
45063 SET_MAKE
="MAKE=${MAKE-make}"
45068 if test -n "$ac_tool_prefix"; then
45069 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
45070 set dummy
${ac_tool_prefix}ar; ac_word
=$2
45071 echo "$as_me:$LINENO: checking for $ac_word" >&5
45072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45073 if test "${ac_cv_prog_AR+set}" = set; then
45074 echo $ECHO_N "(cached) $ECHO_C" >&6
45076 if test -n "$AR"; then
45077 ac_cv_prog_AR
="$AR" # Let the user override the test.
45079 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
45080 for as_dir
in $PATH
45083 test -z "$as_dir" && as_dir
=.
45084 for ac_exec_ext
in '' $ac_executable_extensions; do
45085 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45086 ac_cv_prog_AR
="${ac_tool_prefix}ar"
45087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45096 if test -n "$AR"; then
45097 echo "$as_me:$LINENO: result: $AR" >&5
45098 echo "${ECHO_T}$AR" >&6
45100 echo "$as_me:$LINENO: result: no" >&5
45101 echo "${ECHO_T}no" >&6
45105 if test -z "$ac_cv_prog_AR"; then
45107 # Extract the first word of "ar", so it can be a program name with args.
45108 set dummy
ar; ac_word
=$2
45109 echo "$as_me:$LINENO: checking for $ac_word" >&5
45110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45111 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
45112 echo $ECHO_N "(cached) $ECHO_C" >&6
45114 if test -n "$ac_ct_AR"; then
45115 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
45117 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
45118 for as_dir
in $PATH
45121 test -z "$as_dir" && as_dir
=.
45122 for ac_exec_ext
in '' $ac_executable_extensions; do
45123 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45124 ac_cv_prog_ac_ct_AR
="ar"
45125 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45131 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
45134 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
45135 if test -n "$ac_ct_AR"; then
45136 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
45137 echo "${ECHO_T}$ac_ct_AR" >&6
45139 echo "$as_me:$LINENO: result: no" >&5
45140 echo "${ECHO_T}no" >&6
45145 AR
="$ac_cv_prog_AR"
45148 if test -n "$ac_tool_prefix"; then
45149 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
45150 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
45151 echo "$as_me:$LINENO: checking for $ac_word" >&5
45152 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45153 if test "${ac_cv_prog_STRIP+set}" = set; then
45154 echo $ECHO_N "(cached) $ECHO_C" >&6
45156 if test -n "$STRIP"; then
45157 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
45159 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
45160 for as_dir
in $PATH
45163 test -z "$as_dir" && as_dir
=.
45164 for ac_exec_ext
in '' $ac_executable_extensions; do
45165 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45166 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
45167 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45175 STRIP
=$ac_cv_prog_STRIP
45176 if test -n "$STRIP"; then
45177 echo "$as_me:$LINENO: result: $STRIP" >&5
45178 echo "${ECHO_T}$STRIP" >&6
45180 echo "$as_me:$LINENO: result: no" >&5
45181 echo "${ECHO_T}no" >&6
45185 if test -z "$ac_cv_prog_STRIP"; then
45187 # Extract the first word of "strip", so it can be a program name with args.
45188 set dummy strip
; ac_word
=$2
45189 echo "$as_me:$LINENO: checking for $ac_word" >&5
45190 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45191 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
45192 echo $ECHO_N "(cached) $ECHO_C" >&6
45194 if test -n "$ac_ct_STRIP"; then
45195 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
45197 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
45198 for as_dir
in $PATH
45201 test -z "$as_dir" && as_dir
=.
45202 for ac_exec_ext
in '' $ac_executable_extensions; do
45203 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45204 ac_cv_prog_ac_ct_STRIP
="strip"
45205 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45211 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
45214 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
45215 if test -n "$ac_ct_STRIP"; then
45216 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
45217 echo "${ECHO_T}$ac_ct_STRIP" >&6
45219 echo "$as_me:$LINENO: result: no" >&5
45220 echo "${ECHO_T}no" >&6
45225 STRIP
="$ac_cv_prog_STRIP"
45228 if test -n "$ac_tool_prefix"; then
45229 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
45230 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
45231 echo "$as_me:$LINENO: checking for $ac_word" >&5
45232 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45233 if test "${ac_cv_prog_NM+set}" = set; then
45234 echo $ECHO_N "(cached) $ECHO_C" >&6
45236 if test -n "$NM"; then
45237 ac_cv_prog_NM
="$NM" # Let the user override the test.
45239 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
45240 for as_dir
in $PATH
45243 test -z "$as_dir" && as_dir
=.
45244 for ac_exec_ext
in '' $ac_executable_extensions; do
45245 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45246 ac_cv_prog_NM
="${ac_tool_prefix}nm"
45247 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45256 if test -n "$NM"; then
45257 echo "$as_me:$LINENO: result: $NM" >&5
45258 echo "${ECHO_T}$NM" >&6
45260 echo "$as_me:$LINENO: result: no" >&5
45261 echo "${ECHO_T}no" >&6
45265 if test -z "$ac_cv_prog_NM"; then
45267 # Extract the first word of "nm", so it can be a program name with args.
45268 set dummy nm
; ac_word
=$2
45269 echo "$as_me:$LINENO: checking for $ac_word" >&5
45270 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45271 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
45272 echo $ECHO_N "(cached) $ECHO_C" >&6
45274 if test -n "$ac_ct_NM"; then
45275 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
45277 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
45278 for as_dir
in $PATH
45281 test -z "$as_dir" && as_dir
=.
45282 for ac_exec_ext
in '' $ac_executable_extensions; do
45283 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45284 ac_cv_prog_ac_ct_NM
="nm"
45285 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45291 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
45294 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
45295 if test -n "$ac_ct_NM"; then
45296 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
45297 echo "${ECHO_T}$ac_ct_NM" >&6
45299 echo "$as_me:$LINENO: result: no" >&5
45300 echo "${ECHO_T}no" >&6
45305 NM
="$ac_cv_prog_NM"
45309 case ${BAKEFILE_HOST} in
45311 INSTALL_DIR
="mkdir -p"
45313 *) INSTALL_DIR
="$INSTALL -d"
45319 case ${BAKEFILE_HOST} in
45320 *-*-cygwin* | *-*-mingw32* )
45321 LDFLAGS_GUI
="-mwindows"
45327 echo "$as_me:$LINENO: checking if make is GNU make" >&5
45328 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
45329 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
45330 echo $ECHO_N "(cached) $ECHO_C" >&6
45333 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
45334 egrep -s GNU
> /dev
/null
); then
45335 bakefile_cv_prog_makeisgnu
="yes"
45337 bakefile_cv_prog_makeisgnu
="no"
45341 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
45342 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
45344 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
45361 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
45362 case "${BAKEFILE_HOST}" in
45369 *-pc-os2_emx | *-pc-os2-emx )
45379 powerpc
-apple-macos* )
45388 case "$BAKEFILE_FORCE_PLATFORM" in
45409 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
45410 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
45411 { (exit 1); exit 1; }; }
45426 # Check whether --enable-omf or --disable-omf was given.
45427 if test "${enable_omf+set}" = set; then
45428 enableval
="$enable_omf"
45429 bk_os2_use_omf
="$enableval"
45432 case "${BAKEFILE_HOST}" in
45434 if test "x$GCC" = "xyes"; then
45435 CFLAGS
="$CFLAGS -fno-common"
45436 CXXFLAGS
="$CXXFLAGS -fno-common"
45438 if test "x$XLCC" = "xyes"; then
45439 CFLAGS
="$CFLAGS -qnocommon"
45440 CXXFLAGS
="$CXXFLAGS -qnocommon"
45444 *-pc-os2_emx | *-pc-os2-emx )
45445 if test "x$bk_os2_use_omf" = "xyes" ; then
45448 LDFLAGS
="-Zomf $LDFLAGS"
45449 CFLAGS
="-Zomf $CFLAGS"
45450 CXXFLAGS
="-Zomf $CXXFLAGS"
45458 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
45464 SO_SUFFIX_MODULE
="so"
45469 DLLPREFIX_MODULE
=""
45473 case "${BAKEFILE_HOST}" in
45476 SO_SUFFIX_MODULE
="sl"
45480 SO_SUFFIX_MODULE
="a"
45484 SO_SUFFIX_MODULE
="dll"
45485 DLLIMP_SUFFIX
="dll.a"
45492 SO_SUFFIX_MODULE
="dll"
45493 DLLIMP_SUFFIX
="dll.a"
45503 *-pc-os2_emx | *-pc-os2-emx )
45505 SO_SUFFIX_MODULE
="dll"
45506 DLLIMP_SUFFIX
=$OS2_LIBEXT
45510 LIBEXT
=".$OS2_LIBEXT"
45515 SO_SUFFIX_MODULE
="bundle"
45519 if test "x$DLLIMP_SUFFIX" = "x" ; then
45520 DLLIMP_SUFFIX
="$SO_SUFFIX"
45535 if test "x$GCC" = "xyes"; then
45539 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
45540 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
45543 case "${BAKEFILE_HOST}" in
45545 if test "x$GCC" != "xyes"; then
45546 LDFLAGS
="$LDFLAGS -L/usr/lib"
45548 SHARED_LD_CC
="${CC} -b -o"
45549 SHARED_LD_CXX
="${CXX} -b -o"
45555 if test "x$GCC" != "xyes"; then
45556 echo "$as_me:$LINENO: checking for Intel compiler" >&5
45557 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
45558 if test "${bakefile_cv_prog_icc+set}" = set; then
45559 echo $ECHO_N "(cached) $ECHO_C" >&6
45562 cat >conftest.
$ac_ext <<_ACEOF
45565 cat confdefs.h
>>conftest.
$ac_ext
45566 cat >>conftest.
$ac_ext <<_ACEOF
45567 /* end confdefs.h. */
45573 #ifndef __INTEL_COMPILER
45581 rm -f conftest.
$ac_objext
45582 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45583 (eval $ac_compile) 2>conftest.er1
45585 grep -v '^ *+' conftest.er1
>conftest.err
45587 cat conftest.err
>&5
45588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45589 (exit $ac_status); } &&
45590 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45592 (eval $ac_try) 2>&5
45594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45595 (exit $ac_status); }; } &&
45596 { ac_try
='test -s conftest.$ac_objext'
45597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45598 (eval $ac_try) 2>&5
45600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45601 (exit $ac_status); }; }; then
45602 bakefile_cv_prog_icc
=yes
45604 echo "$as_me: failed program was:" >&5
45605 sed 's/^/| /' conftest.
$ac_ext >&5
45607 bakefile_cv_prog_icc
=no
45610 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45613 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
45614 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
45615 if test "$bakefile_cv_prog_icc" = "yes"; then
45622 if test "x$GCC" != xyes
; then
45623 SHARED_LD_CC
="${CC} -G -o"
45624 SHARED_LD_CXX
="${CXX} -G -o"
45632 cat <<EOF >shared-ld-sh
45634 #-----------------------------------------------------------------------------
45635 #-- Name: distrib/mac/shared-ld-sh
45636 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
45637 #-- Author: Gilles Depeyrot
45638 #-- Copyright: (c) 2002 Gilles Depeyrot
45639 #-- Licence: any use permitted
45640 #-----------------------------------------------------------------------------
45645 linking_flag="-dynamiclib"
45646 ldargs="-r -keep_private_externs -nostdlib"
45648 while test ${D}# -gt 0; do
45655 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
45656 # collect these options and values
45657 args="${D}{args} ${D}1 ${D}2"
45662 # collect these load args
45663 ldargs="${D}{ldargs} ${D}1"
45666 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
45667 # collect these options
45668 args="${D}{args} ${D}1"
45671 -dynamiclib|-bundle)
45672 linking_flag="${D}1"
45676 echo "shared-ld: unhandled option '${D}1'"
45680 *.o | *.a | *.dylib)
45681 # collect object files
45682 objects="${D}{objects} ${D}1"
45686 echo "shared-ld: unhandled argument '${D}1'"
45697 # Link one module containing all the others
45699 if test ${D}{verbose} = 1; then
45700 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
45702 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
45706 # Link the shared library from the single module created, but only if the
45707 # previous command didn't fail:
45709 if test ${D}{status} = 0; then
45710 if test ${D}{verbose} = 1; then
45711 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
45713 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
45718 # Remove intermediate module
45720 rm -f master.${D}${D}.o
45725 chmod +x shared
-ld-sh
45727 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
45728 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
45731 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
45732 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
45733 if test "${bakefile_cv_gcc31+set}" = set; then
45734 echo $ECHO_N "(cached) $ECHO_C" >&6
45737 cat >conftest.
$ac_ext <<_ACEOF
45740 cat confdefs.h
>>conftest.
$ac_ext
45741 cat >>conftest.
$ac_ext <<_ACEOF
45742 /* end confdefs.h. */
45748 #if (__GNUC__ < 3) || \
45749 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
45757 rm -f conftest.
$ac_objext
45758 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45759 (eval $ac_compile) 2>conftest.er1
45761 grep -v '^ *+' conftest.er1
>conftest.err
45763 cat conftest.err
>&5
45764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45765 (exit $ac_status); } &&
45766 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45768 (eval $ac_try) 2>&5
45770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45771 (exit $ac_status); }; } &&
45772 { ac_try
='test -s conftest.$ac_objext'
45773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45774 (eval $ac_try) 2>&5
45776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45777 (exit $ac_status); }; }; then
45779 bakefile_cv_gcc31
=yes
45782 echo "$as_me: failed program was:" >&5
45783 sed 's/^/| /' conftest.
$ac_ext >&5
45786 bakefile_cv_gcc31
=no
45790 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45793 echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
45794 echo "${ECHO_T}$bakefile_cv_gcc31" >&6
45795 if test "$bakefile_cv_gcc31" = "no"; then
45796 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
45797 SHARED_LD_CXX
="$SHARED_LD_CC"
45799 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
45800 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
45803 if test "x$GCC" == "xyes"; then
45804 PIC_FLAG
="-dynamic -fPIC"
45806 if test "x$XLCC" = "xyes"; then
45807 PIC_FLAG
="-dynamic -DPIC"
45812 if test "x$GCC" = "xyes"; then
45815 case "${BAKEFILE_HOST}" in
45817 LD_EXPFULL
="-Wl,-bexpfull"
45821 SHARED_LD_CC
="\$(CC) -shared $LD_EXPFULL -o"
45822 SHARED_LD_CXX
="\$(CXX) -shared $LD_EXPFULL -o"
45824 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
45825 set dummy makeC
++SharedLib
; ac_word
=$2
45826 echo "$as_me:$LINENO: checking for $ac_word" >&5
45827 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45828 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
45829 echo $ECHO_N "(cached) $ECHO_C" >&6
45831 if test -n "$AIX_CXX_LD"; then
45832 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
45834 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
45835 for as_dir
in $PATH
45838 test -z "$as_dir" && as_dir
=.
45839 for ac_exec_ext
in '' $ac_executable_extensions; do
45840 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45841 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
45842 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45848 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
45851 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
45852 if test -n "$AIX_CXX_LD"; then
45853 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
45854 echo "${ECHO_T}$AIX_CXX_LD" >&6
45856 echo "$as_me:$LINENO: result: no" >&5
45857 echo "${ECHO_T}no" >&6
45860 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
45861 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
45866 SHARED_LD_CC
="${LD} -nostart -o"
45867 SHARED_LD_CXX
="${LD} -nostart -o"
45871 if test "x$GCC" != "xyes"; then
45876 *-*-cygwin* | *-*-mingw32* )
45878 SHARED_LD_CC
="\$(CC) -shared -o"
45879 SHARED_LD_CXX
="\$(CXX) -shared -o"
45883 *-pc-os2_emx | *-pc-os2-emx )
45884 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45885 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45889 cat <<EOF >dllar.sh
45892 # dllar - a tool to build both a .dll and an .a file
45893 # from a set of object (.o) files for EMX/OS2.
45895 # Written by Andrew Zabolotny, bit@freya.etu.ru
45896 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
45898 # This script will accept a set of files on the command line.
45899 # All the public symbols from the .o files will be exported into
45900 # a .DEF file, then linker will be run (through gcc) against them to
45901 # build a shared library consisting of all given .o files. All libraries
45902 # (.a) will be first decompressed into component .o files then act as
45903 # described above. You can optionally give a description (-d "description")
45904 # which will be put into .DLL. To see the list of accepted options (as well
45905 # as command-line format) simply run this program without options. The .DLL
45906 # is built to be imported by name (there is no guarantee that new versions
45907 # of the library you build will have same ordinals for same symbols).
45909 # dllar is free software; you can redistribute it and/or modify
45910 # it under the terms of the GNU General Public License as published by
45911 # the Free Software Foundation; either version 2, or (at your option)
45912 # any later version.
45914 # dllar is distributed in the hope that it will be useful,
45915 # but WITHOUT ANY WARRANTY; without even the implied warranty of
45916 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45917 # GNU General Public License for more details.
45919 # You should have received a copy of the GNU General Public License
45920 # along with dllar; see the file COPYING. If not, write to the Free
45921 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
45924 # To successfuly run this program you will need:
45925 # - Current drive should have LFN support (HPFS, ext2, network, etc)
45926 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
45928 # (used to build the .dll)
45930 # (used to create .def file from .o files)
45932 # (used to create .a file from .def file)
45933 # - GNU text utilites (cat, sort, uniq)
45934 # used to process emxexp output
45935 # - GNU file utilities (mv, rm)
45937 # - lxlite (optional, see flag below)
45938 # (used for general .dll cleanup)
45945 # basnam, variant of basename, which does _not_ remove the path, _iff_
45946 # second argument (suffix to remove) is given
45950 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
45953 echo ${D}1 | sed 's/'${D}2'${D}//'
45956 echo "error in basnam ${D}*"
45962 # Cleanup temporary files and output
45965 for i in ${D}inputFiles ; do
45968 rm -rf \`basnam ${D}i !\`
45975 # Kill result in case of failure as there is just to many stupid make/nmake
45976 # things out there which doesn't do this.
45977 if [ ${D}# -eq 0 ]; then
45978 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
45982 # Print usage and exit script with rc=1.
45984 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
45985 echo ' [-name-mangler-script script.sh]'
45986 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
45987 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
45988 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
45989 echo ' [*.o] [*.a]'
45990 echo '*> "output_file" should have no extension.'
45991 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
45992 echo ' The import library name is derived from this and is set to "name".a,'
45993 echo ' unless overridden by -import'
45994 echo '*> "importlib_name" should have no extension.'
45995 echo ' If it has the .o, or .a extension, it is automatically removed.'
45996 echo ' This name is used as the import library name and may be longer and'
45997 echo ' more descriptive than the DLL name which has to follow the old '
45998 echo ' 8.3 convention of FAT.'
45999 echo '*> "script.sh may be given to override the output_file name by a'
46000 echo ' different name. It is mainly useful if the regular make process'
46001 echo ' of some package does not take into account OS/2 restriction of'
46002 echo ' DLL name lengths. It takes the importlib name as input and is'
46003 echo ' supposed to procude a shorter name as output. The script should'
46004 echo ' expect to get importlib_name without extension and should produce'
46005 echo ' a (max.) 8 letter name without extension.'
46006 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
46007 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
46008 echo ' These flags will be put at the start of GCC command line.'
46009 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
46010 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
46011 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
46012 echo ' If the last character of a symbol is "*", all symbols beginning'
46013 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
46014 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
46015 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
46016 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
46017 echo ' C runtime DLLs.'
46018 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
46019 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
46020 echo ' unchanged to GCC at the end of command line.'
46021 echo '*> If you create a DLL from a library and you do not specify -o,'
46022 echo ' the basename for DLL and import library will be set to library name,'
46023 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
46024 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
46025 echo ' library will be renamed into gcc_s.a.'
46028 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
46029 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
46034 # Execute a command.
46035 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
46036 # @Uses Whatever CleanUp() uses.
46042 if [ ${D}rcCmd -ne 0 ]; then
46043 echo "command failed, exit code="${D}rcCmd
46058 CFLAGS="-s -Zcrtdll"
46060 EXPORT_BY_ORDINALS=0
46065 case ${D}curDirS in
46069 curDirS=${D}{curDirS}"/"
46072 # Parse commandline
46075 while [ ${D}1 ]; do
46078 EXPORT_BY_ORDINALS=1;
46088 -name-mangler-script)
46109 exclude_symbols=${D}{exclude_symbols}${D}1" "
46113 library_flags=${D}{library_flags}${D}1" "
46132 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
46135 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
46136 if [ ${D}omfLinking -eq 1 ]; then
46137 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
46139 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
46144 if [ ${D}libsToLink -ne 0 ]; then
46145 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
46147 for file in ${D}1 ; do
46148 if [ -f ${D}file ]; then
46149 inputFiles="${D}{inputFiles} ${D}file"
46153 if [ ${D}found -eq 0 ]; then
46154 echo "ERROR: No file(s) found: "${D}1
46161 done # iterate cmdline words
46164 if [ -z "${D}inputFiles" ]; then
46165 echo "dllar: no input files"
46169 # Now extract all .o files from .a files
46171 for file in ${D}inputFiles ; do
46182 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
46187 dirname=\`basnam ${D}file ${D}suffix\`"_%"
46189 if [ ${D}? -ne 0 ]; then
46190 echo "Failed to create subdirectory ./${D}dirname"
46194 # Append '!' to indicate archive
46195 newInputFiles="${D}newInputFiles ${D}{dirname}!"
46196 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
46199 for subfile in ${D}dirname/*.o* ; do
46200 if [ -f ${D}subfile ]; then
46202 if [ -s ${D}subfile ]; then
46203 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
46204 newInputFiles="${D}newInputFiles ${D}subfile"
46208 if [ ${D}found -eq 0 ]; then
46209 echo "WARNING: there are no files in archive \\'${D}file\\'"
46213 newInputFiles="${D}{newInputFiles} ${D}file"
46217 inputFiles="${D}newInputFiles"
46219 # Output filename(s).
46221 if [ -z ${D}outFile ]; then
46223 set outFile ${D}inputFiles; outFile=${D}2
46226 # If it is an archive, remove the '!' and the '_%' suffixes
46227 case ${D}outFile in
46229 outFile=\`basnam ${D}outFile _%!\`
46234 case ${D}outFile in
46236 outFile=\`basnam ${D}outFile .dll\`
46239 outFile=\`basnam ${D}outFile .DLL\`
46242 outFile=\`basnam ${D}outFile .o\`
46245 outFile=\`basnam ${D}outFile .obj\`
46248 outFile=\`basnam ${D}outFile .a\`
46251 outFile=\`basnam ${D}outFile .lib\`
46256 case ${D}outimpFile in
46258 outimpFile=\`basnam ${D}outimpFile .a\`
46261 outimpFile=\`basnam ${D}outimpFile .lib\`
46266 if [ -z ${D}outimpFile ]; then
46267 outimpFile=${D}outFile
46269 defFile="${D}{outFile}.def"
46270 arcFile="${D}{outimpFile}.a"
46271 arcFile2="${D}{outimpFile}.lib"
46273 #create ${D}dllFile as something matching 8.3 restrictions,
46274 if [ -z ${D}renameScript ] ; then
46275 dllFile="${D}outFile"
46277 dllFile=\`${D}renameScript ${D}outimpFile\`
46280 if [ ${D}do_backup -ne 0 ] ; then
46281 if [ -f ${D}arcFile ] ; then
46282 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
46284 if [ -f ${D}arcFile2 ] ; then
46285 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
46289 # Extract public symbols from all the object files.
46290 tmpdefFile=${D}{defFile}_%
46291 rm -f ${D}tmpdefFile
46292 for file in ${D}inputFiles ; do
46297 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
46302 # Create the def file.
46304 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
46305 dllFile="${D}{dllFile}.dll"
46306 if [ ! -z ${D}description ]; then
46307 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
46309 echo "EXPORTS" >> ${D}defFile
46311 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
46312 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
46314 # Checks if the export is ok or not.
46315 for word in ${D}exclude_symbols; do
46316 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
46317 mv ${D}{tmpdefFile}% ${D}tmpdefFile
46321 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
46322 sed "=" < ${D}tmpdefFile | \\
46326 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
46328 ' > ${D}{tmpdefFile}%
46329 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
46331 rm -f ${D}{tmpdefFile}%
46333 cat ${D}tmpdefFile >> ${D}defFile
46334 rm -f ${D}tmpdefFile
46336 # Do linking, create implib, and apply lxlite.
46338 for file in ${D}inputFiles ; do
46343 gccCmdl="${D}gccCmdl ${D}file"
46347 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
46348 touch "${D}{outFile}.dll"
46350 doCommand "emximp -o ${D}arcFile ${D}defFile"
46351 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
46353 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
46356 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
46358 doCommand "emxomf -s -l ${D}arcFile"
46368 powerpc
-apple-macos* | \
46369 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd
*-gnu | \
46378 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
46379 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
46380 { (exit 1); exit 1; }; }
46383 if test "x$PIC_FLAG" != "x" ; then
46384 PIC_FLAG
="$PIC_FLAG -DPIC"
46387 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
46388 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
46390 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
46391 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
46410 case "${BAKEFILE_HOST}" in
46411 *-*-linux* | *-*-freebsd* | *-*-k*bsd
*-gnu )
46412 SONAME_FLAG
="-Wl,-soname,"
46446 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
46447 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
46450 if test "x$GCC" = "xyes"; then
46452 case "${BAKEFILE_HOST}" in
46454 DEPSFLAG
="-no-cpp-precomp -MMD"
46460 echo "$as_me:$LINENO: result: gcc" >&5
46461 echo "${ECHO_T}gcc" >&6
46462 elif test "x$MWCC" = "xyes"; then
46465 echo "$as_me:$LINENO: result: mwcc" >&5
46466 echo "${ECHO_T}mwcc" >&6
46467 elif test "x$SUNCC" = "xyes"; then
46470 echo "$as_me:$LINENO: result: Sun cc" >&5
46471 echo "${ECHO_T}Sun cc" >&6
46472 elif test "x$SGICC" = "xyes"; then
46475 echo "$as_me:$LINENO: result: SGI cc" >&5
46476 echo "${ECHO_T}SGI cc" >&6
46477 elif test "x$HPCC" = "xyes"; then
46480 echo "$as_me:$LINENO: result: HP cc" >&5
46481 echo "${ECHO_T}HP cc" >&6
46482 elif test "x$COMPAQCC" = "xyes"; then
46485 echo "$as_me:$LINENO: result: Compaq cc" >&5
46486 echo "${ECHO_T}Compaq cc" >&6
46489 echo "$as_me:$LINENO: result: none" >&5
46490 echo "${ECHO_T}none" >&6
46493 if test $DEPS_TRACKING = 1 ; then
46499 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
46500 # script. It is used to track C/C++ files dependencies in portable way.
46502 # Permission is given to use this file in any way.
46504 DEPSMODE=${DEPSMODE}
46506 DEPSFLAG="${DEPSFLAG}"
46508 mkdir -p ${D}DEPSDIR
46510 if test ${D}DEPSMODE = gcc ; then
46511 ${D}* ${D}{DEPSFLAG}
46513 if test ${D}{status} != 0 ; then
46516 # move created file to the location we want it in:
46517 while test ${D}# -gt 0; do
46531 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
46532 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
46533 if test -f ${D}depfile ; then
46534 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
46537 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
46538 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
46539 if test ! -f ${D}depfile ; then
46540 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
46541 depfile="${D}objfile.d"
46543 if test -f ${D}depfile ; then
46544 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
46549 elif test ${D}DEPSMODE = mwcc ; then
46550 ${D}* || exit ${D}?
46551 # Run mwcc again with -MM and redirect into the dep file we want
46552 # NOTE: We can't use shift here because we need ${D}* to be valid
46554 for arg in ${D}* ; do
46555 if test "${D}prevarg" = "-o"; then
46568 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
46570 elif test ${D}DEPSMODE = unixcc; then
46571 ${D}* || exit ${D}?
46572 # Run compiler again with deps flag and redirect into the dep file.
46573 # It doesn't work if the '-o FILE' option is used, but without it the
46574 # dependency file will contain the wrong name for the object. So it is
46575 # removed from the command line, and the dep file is fixed with sed.
46577 while test ${D}# -gt 0; do
46584 eval arg${D}#=\\${D}1
46585 cmd="${D}cmd \\${D}arg${D}#"
46590 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
46604 case ${BAKEFILE_HOST} in
46605 *-*-cygwin* | *-*-mingw32* )
46606 if test -n "$ac_tool_prefix"; then
46607 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
46608 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
46609 echo "$as_me:$LINENO: checking for $ac_word" >&5
46610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46611 if test "${ac_cv_prog_WINDRES+set}" = set; then
46612 echo $ECHO_N "(cached) $ECHO_C" >&6
46614 if test -n "$WINDRES"; then
46615 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
46617 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
46618 for as_dir
in $PATH
46621 test -z "$as_dir" && as_dir
=.
46622 for ac_exec_ext
in '' $ac_executable_extensions; do
46623 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46624 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
46625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46633 WINDRES
=$ac_cv_prog_WINDRES
46634 if test -n "$WINDRES"; then
46635 echo "$as_me:$LINENO: result: $WINDRES" >&5
46636 echo "${ECHO_T}$WINDRES" >&6
46638 echo "$as_me:$LINENO: result: no" >&5
46639 echo "${ECHO_T}no" >&6
46643 if test -z "$ac_cv_prog_WINDRES"; then
46644 ac_ct_WINDRES
=$WINDRES
46645 # Extract the first word of "windres", so it can be a program name with args.
46646 set dummy windres
; ac_word
=$2
46647 echo "$as_me:$LINENO: checking for $ac_word" >&5
46648 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46649 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
46650 echo $ECHO_N "(cached) $ECHO_C" >&6
46652 if test -n "$ac_ct_WINDRES"; then
46653 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
46655 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
46656 for as_dir
in $PATH
46659 test -z "$as_dir" && as_dir
=.
46660 for ac_exec_ext
in '' $ac_executable_extensions; do
46661 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46662 ac_cv_prog_ac_ct_WINDRES
="windres"
46663 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46671 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
46672 if test -n "$ac_ct_WINDRES"; then
46673 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
46674 echo "${ECHO_T}$ac_ct_WINDRES" >&6
46676 echo "$as_me:$LINENO: result: no" >&5
46677 echo "${ECHO_T}no" >&6
46680 WINDRES
=$ac_ct_WINDRES
46682 WINDRES
="$ac_cv_prog_WINDRES"
46687 *-*-darwin* | powerpc
-apple-macos* )
46688 # Extract the first word of "Rez", so it can be a program name with args.
46689 set dummy Rez
; ac_word
=$2
46690 echo "$as_me:$LINENO: checking for $ac_word" >&5
46691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46692 if test "${ac_cv_prog_REZ+set}" = set; then
46693 echo $ECHO_N "(cached) $ECHO_C" >&6
46695 if test -n "$REZ"; then
46696 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
46698 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
46699 for as_dir
in $PATH
46702 test -z "$as_dir" && as_dir
=.
46703 for ac_exec_ext
in '' $ac_executable_extensions; do
46704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46705 ac_cv_prog_REZ
="Rez"
46706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46712 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
46715 REZ
=$ac_cv_prog_REZ
46716 if test -n "$REZ"; then
46717 echo "$as_me:$LINENO: result: $REZ" >&5
46718 echo "${ECHO_T}$REZ" >&6
46720 echo "$as_me:$LINENO: result: no" >&5
46721 echo "${ECHO_T}no" >&6
46724 # Extract the first word of "SetFile", so it can be a program name with args.
46725 set dummy SetFile
; ac_word
=$2
46726 echo "$as_me:$LINENO: checking for $ac_word" >&5
46727 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
46728 if test "${ac_cv_prog_SETFILE+set}" = set; then
46729 echo $ECHO_N "(cached) $ECHO_C" >&6
46731 if test -n "$SETFILE"; then
46732 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
46734 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
46735 for as_dir
in $PATH
46738 test -z "$as_dir" && as_dir
=.
46739 for ac_exec_ext
in '' $ac_executable_extensions; do
46740 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
46741 ac_cv_prog_SETFILE
="SetFile"
46742 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
46748 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
46751 SETFILE
=$ac_cv_prog_SETFILE
46752 if test -n "$SETFILE"; then
46753 echo "$as_me:$LINENO: result: $SETFILE" >&5
46754 echo "${ECHO_T}$SETFILE" >&6
46756 echo "$as_me:$LINENO: result: no" >&5
46757 echo "${ECHO_T}no" >&6
46768 BAKEFILE_BAKEFILE_M4_VERSION
="0.1.9"
46771 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.1.9"
46775 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
46776 if test "${enable_precomp_headers+set}" = set; then
46777 enableval
="$enable_precomp_headers"
46778 bk_use_pch
="$enableval"
46783 case ${BAKEFILE_HOST} in
46789 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
46790 if test "x$GCC" = "xyes"; then
46791 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
46792 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
46793 cat >conftest.
$ac_ext <<_ACEOF
46796 cat confdefs.h
>>conftest.
$ac_ext
46797 cat >>conftest.
$ac_ext <<_ACEOF
46798 /* end confdefs.h. */
46804 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
46805 #error "no pch support"
46808 #error "no pch support"
46810 #if (__GNUC__ == 3) && \
46811 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
46812 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
46813 #error "no pch support"
46820 rm -f conftest.
$ac_objext
46821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
46822 (eval $ac_compile) 2>conftest.er1
46824 grep -v '^ *+' conftest.er1
>conftest.err
46826 cat conftest.err
>&5
46827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46828 (exit $ac_status); } &&
46829 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
46830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
46831 (eval $ac_try) 2>&5
46833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46834 (exit $ac_status); }; } &&
46835 { ac_try
='test -s conftest.$ac_objext'
46836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
46837 (eval $ac_try) 2>&5
46839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46840 (exit $ac_status); }; }; then
46842 echo "$as_me:$LINENO: result: yes" >&5
46843 echo "${ECHO_T}yes" >&6
46847 echo "$as_me: failed program was:" >&5
46848 sed 's/^/| /' conftest.
$ac_ext >&5
46851 echo "$as_me:$LINENO: result: no" >&5
46852 echo "${ECHO_T}no" >&6
46855 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
46856 if test $GCC_PCH = 1 ; then
46859 cat <<EOF >bk-make-pch
46862 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
46863 # script. It is used to generated precompiled headers.
46865 # Permission is given to use this file in any way.
46874 while test ${D}{#} -gt 0; do
46877 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
46878 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
46879 headerfile="${D}{incdir}/${D}{header}"
46883 compiler="${D}{compiler} ${D}{1}"
46887 if test "x${D}{headerfile}" = "x" ; then
46888 echo "error: can't find header ${D}{header} in include paths" >2
46890 if test -f ${D}{outfile} ; then
46891 rm -f ${D}{outfile}
46893 mkdir -p \`dirname ${D}{outfile}\`
46895 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
46897 # can do this because gcc is >= 3.4:
46898 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
46903 chmod +x bk
-make-pch
46910 COND_BUILD_DEBUG
="#"
46911 if test "x$BUILD" = "xdebug" ; then
46912 COND_BUILD_DEBUG
=""
46915 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
46916 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
46917 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
46920 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
46921 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
46922 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
46925 COND_BUILD_DEBUG_UNICODE_0
="#"
46926 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
46927 COND_BUILD_DEBUG_UNICODE_0
=""
46930 COND_BUILD_DEBUG_UNICODE_1
="#"
46931 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
46932 COND_BUILD_DEBUG_UNICODE_1
=""
46935 COND_BUILD_RELEASE
="#"
46936 if test "x$BUILD" = "xrelease" ; then
46937 COND_BUILD_RELEASE
=""
46940 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
46941 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
46942 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
46945 COND_BUILD_RELEASE_UNICODE_0
="#"
46946 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
46947 COND_BUILD_RELEASE_UNICODE_0
=""
46950 COND_BUILD_RELEASE_UNICODE_1
="#"
46951 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
46952 COND_BUILD_RELEASE_UNICODE_1
=""
46955 COND_DEBUG_FLAG_1
="#"
46956 if test "x$DEBUG_FLAG" = "x1" ; then
46957 COND_DEBUG_FLAG_1
=""
46960 COND_DEBUG_INFO_0
="#"
46961 if test "x$DEBUG_INFO" = "x0" ; then
46962 COND_DEBUG_INFO_0
=""
46965 COND_DEBUG_INFO_1
="#"
46966 if test "x$DEBUG_INFO" = "x1" ; then
46967 COND_DEBUG_INFO_1
=""
46970 COND_DEPS_TRACKING_0
="#"
46971 if test "x$DEPS_TRACKING" = "x0" ; then
46972 COND_DEPS_TRACKING_0
=""
46975 COND_DEPS_TRACKING_1
="#"
46976 if test "x$DEPS_TRACKING" = "x1" ; then
46977 COND_DEPS_TRACKING_1
=""
46981 if test "x$GCC_PCH" = "x1" ; then
46985 COND_MONOLITHIC_0
="#"
46986 if test "x$MONOLITHIC" = "x0" ; then
46987 COND_MONOLITHIC_0
=""
46990 COND_MONOLITHIC_0_SHARED_0
="#"
46991 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
46992 COND_MONOLITHIC_0_SHARED_0
=""
46995 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
46996 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
46997 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
47000 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
47001 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
47002 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
47005 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
47006 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
47007 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
47010 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
="#"
47011 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
47012 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
=""
47015 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
47016 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
47017 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
47020 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
47021 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
47022 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
47025 COND_MONOLITHIC_0_SHARED_1
="#"
47026 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
47027 COND_MONOLITHIC_0_SHARED_1
=""
47030 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
47031 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
47032 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
47035 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
47036 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
47037 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
47040 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
47041 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
47042 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
47045 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
="#"
47046 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
47047 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
=""
47050 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
47051 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
47052 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
47055 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
47056 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
47057 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
47060 COND_MONOLITHIC_0_USE_ODBC_1
="#"
47061 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
47062 COND_MONOLITHIC_0_USE_ODBC_1
=""
47065 COND_MONOLITHIC_1
="#"
47066 if test "x$MONOLITHIC" = "x1" ; then
47067 COND_MONOLITHIC_1
=""
47070 COND_MONOLITHIC_1_SHARED_0
="#"
47071 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
47072 COND_MONOLITHIC_1_SHARED_0
=""
47075 COND_MONOLITHIC_1_SHARED_1
="#"
47076 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
47077 COND_MONOLITHIC_1_SHARED_1
=""
47080 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
47081 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
47082 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
47085 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
47086 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
47087 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
47090 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
="#"
47091 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
47092 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
=""
47095 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
47096 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
47097 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
47100 COND_PLATFORM_MACOSX_1
="#"
47101 if test "x$PLATFORM_MACOSX" = "x1" ; then
47102 COND_PLATFORM_MACOSX_1
=""
47105 COND_PLATFORM_MACOSX_1_TOOLKIT_
="#"
47106 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
47107 COND_PLATFORM_MACOSX_1_TOOLKIT_
=""
47110 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
47111 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
47112 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
47115 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
47116 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
47117 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
47120 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
47121 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
47122 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
47125 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
="#"
47126 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
47127 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
=""
47130 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
47131 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47132 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
47135 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
="#"
47136 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
47137 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
=""
47140 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
="#"
47141 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
47142 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
=""
47145 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
47146 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
47147 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
47150 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
47151 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
47152 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
47155 COND_PLATFORM_MACOS_1
="#"
47156 if test "x$PLATFORM_MACOS" = "x1" ; then
47157 COND_PLATFORM_MACOS_1
=""
47160 COND_PLATFORM_MAC_1
="#"
47161 if test "x$PLATFORM_MAC" = "x1" ; then
47162 COND_PLATFORM_MAC_1
=""
47165 COND_PLATFORM_MSDOS_1
="#"
47166 if test "x$PLATFORM_MSDOS" = "x1" ; then
47167 COND_PLATFORM_MSDOS_1
=""
47170 COND_PLATFORM_OS2_1
="#"
47171 if test "x$PLATFORM_OS2" = "x1" ; then
47172 COND_PLATFORM_OS2_1
=""
47175 COND_PLATFORM_UNIX_0
="#"
47176 if test "x$PLATFORM_UNIX" = "x0" ; then
47177 COND_PLATFORM_UNIX_0
=""
47180 COND_PLATFORM_UNIX_1
="#"
47181 if test "x$PLATFORM_UNIX" = "x1" ; then
47182 COND_PLATFORM_UNIX_1
=""
47185 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
47186 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
47187 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
47190 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
47191 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
47192 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
47195 COND_PLATFORM_WIN32_0
="#"
47196 if test "x$PLATFORM_WIN32" = "x0" ; then
47197 COND_PLATFORM_WIN32_0
=""
47200 COND_PLATFORM_WIN32_1
="#"
47201 if test "x$PLATFORM_WIN32" = "x1" ; then
47202 COND_PLATFORM_WIN32_1
=""
47206 if test "x$SHARED" = "x0" ; then
47210 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
47211 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
47212 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
47215 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
47216 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
47217 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
47220 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
47221 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
47222 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
47225 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
47226 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
47227 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
47230 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
47231 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
47232 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
47235 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
47236 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
47237 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
47240 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
47241 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
47242 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
47245 COND_SHARED_0_USE_XRC_1
="#"
47246 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
47247 COND_SHARED_0_USE_XRC_1
=""
47250 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
47251 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
47252 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
47255 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
47256 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
47257 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
47260 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
47261 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
47262 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
47265 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
47266 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
47267 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
47271 if test "x$SHARED" = "x1" ; then
47275 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
47276 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
47277 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
47280 COND_SHARED_1_USE_XRC_1
="#"
47281 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
47282 COND_SHARED_1_USE_XRC_1
=""
47286 if test "x$TOOLKIT" = "x" ; then
47290 COND_TOOLKIT_COCOA
="#"
47291 if test "x$TOOLKIT" = "xCOCOA" ; then
47292 COND_TOOLKIT_COCOA
=""
47295 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
47296 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
47297 COND_TOOLKIT_COCOA_USE_GUI_1
=""
47300 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
47301 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47302 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
47305 COND_TOOLKIT_GTK
="#"
47306 if test "x$TOOLKIT" = "xGTK" ; then
47307 COND_TOOLKIT_GTK
=""
47310 COND_TOOLKIT_GTK_USE_GUI_1
="#"
47311 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
47312 COND_TOOLKIT_GTK_USE_GUI_1
=""
47315 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
47316 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47317 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
47320 COND_TOOLKIT_MAC
="#"
47321 if test "x$TOOLKIT" = "xMAC" ; then
47322 COND_TOOLKIT_MAC
=""
47325 COND_TOOLKIT_MAC_USE_GUI_1
="#"
47326 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
47327 COND_TOOLKIT_MAC_USE_GUI_1
=""
47330 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
47331 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47332 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
47335 COND_TOOLKIT_MGL
="#"
47336 if test "x$TOOLKIT" = "xMGL" ; then
47337 COND_TOOLKIT_MGL
=""
47340 COND_TOOLKIT_MGL_USE_GUI_1
="#"
47341 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
47342 COND_TOOLKIT_MGL_USE_GUI_1
=""
47345 COND_TOOLKIT_MOTIF
="#"
47346 if test "x$TOOLKIT" = "xMOTIF" ; then
47347 COND_TOOLKIT_MOTIF
=""
47350 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
47351 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
47352 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
47355 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
47356 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47357 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
47360 COND_TOOLKIT_MSW
="#"
47361 if test "x$TOOLKIT" = "xMSW" ; then
47362 COND_TOOLKIT_MSW
=""
47365 COND_TOOLKIT_MSW_USE_GUI_1
="#"
47366 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
47367 COND_TOOLKIT_MSW_USE_GUI_1
=""
47370 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
47371 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47372 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
47375 COND_TOOLKIT_MSW_WXUNIV_0
="#"
47376 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
47377 COND_TOOLKIT_MSW_WXUNIV_0
=""
47380 COND_TOOLKIT_PM
="#"
47381 if test "x$TOOLKIT" = "xPM" ; then
47385 COND_TOOLKIT_PM_USE_GUI_1
="#"
47386 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
47387 COND_TOOLKIT_PM_USE_GUI_1
=""
47390 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
47391 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47392 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
47395 COND_TOOLKIT_WINCE
="#"
47396 if test "x$TOOLKIT" = "xWINCE" ; then
47397 COND_TOOLKIT_WINCE
=""
47400 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
47401 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
47402 COND_TOOLKIT_WINCE_USE_GUI_1
=""
47405 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
47406 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47407 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
47410 COND_TOOLKIT_WINCE_WXUNIV_0
="#"
47411 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
47412 COND_TOOLKIT_WINCE_WXUNIV_0
=""
47415 COND_TOOLKIT_X11
="#"
47416 if test "x$TOOLKIT" = "xX11" ; then
47417 COND_TOOLKIT_X11
=""
47420 COND_TOOLKIT_X11_USE_GUI_1
="#"
47421 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
47422 COND_TOOLKIT_X11_USE_GUI_1
=""
47426 if test "x$UNICODE" = "x1" ; then
47430 COND_USE_EXCEPTIONS_0
="#"
47431 if test "x$USE_EXCEPTIONS" = "x0" ; then
47432 COND_USE_EXCEPTIONS_0
=""
47435 COND_USE_EXCEPTIONS_1
="#"
47436 if test "x$USE_EXCEPTIONS" = "x1" ; then
47437 COND_USE_EXCEPTIONS_1
=""
47441 if test "x$USE_GUI" = "x0" ; then
47446 if test "x$USE_GUI" = "x1" ; then
47450 COND_USE_GUI_1_WXUNIV_0
="#"
47451 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
47452 COND_USE_GUI_1_WXUNIV_0
=""
47455 COND_USE_GUI_1_WXUNIV_1
="#"
47456 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
47457 COND_USE_GUI_1_WXUNIV_1
=""
47460 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
47461 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
47462 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
47465 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
47466 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
47467 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
47470 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
47471 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
47472 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
47475 COND_USE_ODBC_1
="#"
47476 if test "x$USE_ODBC" = "x1" ; then
47480 COND_USE_OPENGL_1
="#"
47481 if test "x$USE_OPENGL" = "x1" ; then
47482 COND_USE_OPENGL_1
=""
47485 COND_USE_PLUGINS_0
="#"
47486 if test "x$USE_PLUGINS" = "x0" ; then
47487 COND_USE_PLUGINS_0
=""
47490 COND_USE_RTTI_0
="#"
47491 if test "x$USE_RTTI" = "x0" ; then
47495 COND_USE_RTTI_1
="#"
47496 if test "x$USE_RTTI" = "x1" ; then
47500 COND_USE_SOSYMLINKS_1
="#"
47501 if test "x$USE_SOSYMLINKS" = "x1" ; then
47502 COND_USE_SOSYMLINKS_1
=""
47505 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
="#"
47506 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
47507 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
=""
47510 COND_USE_SOVERLINUX_1
="#"
47511 if test "x$USE_SOVERLINUX" = "x1" ; then
47512 COND_USE_SOVERLINUX_1
=""
47515 COND_USE_SOVERSION_0
="#"
47516 if test "x$USE_SOVERSION" = "x0" ; then
47517 COND_USE_SOVERSION_0
=""
47520 COND_USE_SOVERSOLARIS_1
="#"
47521 if test "x$USE_SOVERSOLARIS" = "x1" ; then
47522 COND_USE_SOVERSOLARIS_1
=""
47525 COND_USE_THREADS_0
="#"
47526 if test "x$USE_THREADS" = "x0" ; then
47527 COND_USE_THREADS_0
=""
47530 COND_USE_THREADS_1
="#"
47531 if test "x$USE_THREADS" = "x1" ; then
47532 COND_USE_THREADS_1
=""
47536 if test "x$USE_XRC" = "x1" ; then
47540 COND_WINDOWS_IMPLIB_1
="#"
47541 if test "x$WINDOWS_IMPLIB" = "x1" ; then
47542 COND_WINDOWS_IMPLIB_1
=""
47545 COND_WITH_PLUGIN_SDL_1
="#"
47546 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
47547 COND_WITH_PLUGIN_SDL_1
=""
47551 if test "x$WXUNIV" = "x0" ; then
47556 if test "x$WXUNIV" = "x1" ; then
47560 COND_WXUSE_EXPAT_BUILTIN
="#"
47561 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
47562 COND_WXUSE_EXPAT_BUILTIN
=""
47565 COND_WXUSE_LIBJPEG_BUILTIN
="#"
47566 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
47567 COND_WXUSE_LIBJPEG_BUILTIN
=""
47570 COND_WXUSE_LIBPNG_BUILTIN
="#"
47571 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
47572 COND_WXUSE_LIBPNG_BUILTIN
=""
47575 COND_WXUSE_LIBTIFF_BUILTIN
="#"
47576 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
47577 COND_WXUSE_LIBTIFF_BUILTIN
=""
47580 COND_WXUSE_ODBC_BUILTIN
="#"
47581 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
47582 COND_WXUSE_ODBC_BUILTIN
=""
47585 COND_WXUSE_REGEX_BUILTIN
="#"
47586 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
47587 COND_WXUSE_REGEX_BUILTIN
=""
47590 COND_WXUSE_ZLIB_BUILTIN
="#"
47591 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
47592 COND_WXUSE_ZLIB_BUILTIN
=""
47597 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
47598 { { 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
47599 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;}
47600 { (exit 1); exit 1; }; }
47603 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
47604 { { 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
47605 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;}
47606 { (exit 1); exit 1; }; }
47610 if test "$wxUSE_SHARED" = "yes"; then
47612 sanitised_bakefile_mess
=`echo "$SHARED_LD_CXX" | tr -d '()'`
47613 EXE_LINKER
=`eval echo "$sanitised_bakefile_mess"`
47616 *-pc-os2_emx | *-pc-os2-emx )
47617 SHARED_LD_CC
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
47618 SHARED_LD_CXX
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
47619 cp -p ${srcdir}/src
/os
2/dllnames.sh .
47620 cp -p ${srcdir}/src
/os
2/dllar.sh .
47625 EXE_LINKER
="$CXX -o"
47628 if test "$wxUSE_OMF" = "yes"; then
47630 *-pc-os2_emx | *-pc-os2-emx )
47631 LDFLAGS
="$LDFLAGS -Zlinker /EXEPACK"
47632 LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
47633 WXCONFIG_LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
47638 if test $GCC_PCH = 1 ; then
47639 CPPFLAGS
="-DWX_PRECOMP $CPPFLAGS"
47642 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
47644 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
47706 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
47707 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
47708 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
47709 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
47710 echo $ECHO_N "(cached) $ECHO_C" >&6
47712 cat >conftest.
make <<\_ACEOF
47714 @
echo 'ac_maketemp="$(MAKE)"'
47716 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
47717 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
47718 if test -n "$ac_maketemp"; then
47719 eval ac_cv_prog_make_
${ac_make}_set
=yes
47721 eval ac_cv_prog_make_
${ac_make}_set
=no
47723 rm -f conftest.
make
47725 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
47726 echo "$as_me:$LINENO: result: yes" >&5
47727 echo "${ECHO_T}yes" >&6
47730 echo "$as_me:$LINENO: result: no" >&5
47731 echo "${ECHO_T}no" >&6
47732 SET_MAKE
="MAKE=${MAKE-make}"
47737 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
47740 if test "$USE_WIN32" = 1; then
47741 ac_config_commands
="$ac_config_commands
47747 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
47750 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
47753 ac_config_files
="$ac_config_files version-script Makefile"
47756 ac_config_commands
="$ac_config_commands wx-config"
47760 if test "$wxWITH_SUBDIRS" != "no"; then
47761 if test "$wxUSE_GUI" = "yes"; then
47762 SUBDIRS
="samples demos utils contrib"
47763 else SUBDIRS
="samples utils"
47768 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
47769 if test "${with_cppunit_prefix+set}" = set; then
47770 withval
="$with_cppunit_prefix"
47771 cppunit_config_prefix
="$withval"
47773 cppunit_config_prefix
=""
47776 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
47777 if test "${with_cppunit_exec_prefix+set}" = set; then
47778 withval
="$with_cppunit_exec_prefix"
47779 cppunit_config_exec_prefix
="$withval"
47781 cppunit_config_exec_prefix
=""
47784 if test x
$cppunit_config_exec_prefix != x
; then
47785 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
47786 if test x
${CPPUNIT_CONFIG+set} != xset
; then
47787 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
47790 if test x
$cppunit_config_prefix != x
; then
47791 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
47792 if test x
${CPPUNIT_CONFIG+set} != xset
; then
47793 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
47797 # Extract the first word of "cppunit-config", so it can be a program name with args.
47798 set dummy cppunit
-config; ac_word
=$2
47799 echo "$as_me:$LINENO: checking for $ac_word" >&5
47800 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47801 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
47802 echo $ECHO_N "(cached) $ECHO_C" >&6
47804 case $CPPUNIT_CONFIG in
47806 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
47809 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47810 for as_dir
in $PATH
47813 test -z "$as_dir" && as_dir
=.
47814 for ac_exec_ext
in '' $ac_executable_extensions; do
47815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47816 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
47817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47823 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
47827 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
47829 if test -n "$CPPUNIT_CONFIG"; then
47830 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
47831 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
47833 echo "$as_me:$LINENO: result: no" >&5
47834 echo "${ECHO_T}no" >&6
47837 cppunit_version_min
=1.8.0
47839 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
47840 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
47842 if test "$CPPUNIT_CONFIG" = "no" ; then
47845 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
47846 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
47847 cppunit_version
=`$CPPUNIT_CONFIG --version`
47849 cppunit_major_version
=`echo $cppunit_version | \
47850 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
47851 cppunit_minor_version
=`echo $cppunit_version | \
47852 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
47853 cppunit_micro_version
=`echo $cppunit_version | \
47854 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
47856 cppunit_major_min
=`echo $cppunit_version_min | \
47857 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
47858 cppunit_minor_min
=`echo $cppunit_version_min | \
47859 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
47860 cppunit_micro_min
=`echo $cppunit_version_min | \
47861 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
47863 cppunit_version_proper
=`expr \
47864 $cppunit_major_version \> $cppunit_major_min \| \
47865 $cppunit_major_version \= $cppunit_major_min \& \
47866 $cppunit_minor_version \> $cppunit_minor_min \| \
47867 $cppunit_major_version \= $cppunit_major_min \& \
47868 $cppunit_minor_version \= $cppunit_minor_min \& \
47869 $cppunit_micro_version \>= $cppunit_micro_min `
47871 if test "$cppunit_version_proper" = "1" ; then
47872 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
47873 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
47875 echo "$as_me:$LINENO: result: no" >&5
47876 echo "${ECHO_T}no" >&6
47881 if test "x$no_cppunit" = x
; then
47882 SUBDIRS
="$SUBDIRS tests"
47893 for subdir
in `echo $SUBDIRS`; do
47894 if test -d ${srcdir}/${subdir} ; then
47895 if test "$wxUSE_GUI" = "yes"; then
47896 if test ${subdir} = "samples"; then
47897 makefiles
="samples/Makefile.in $makefiles"
47898 for sample
in `echo $SAMPLES_SUBDIRS`; do
47899 if test -d $srcdir/samples
/$sample; then
47900 makefiles
="samples/$sample/Makefile.in $makefiles"
47904 disabled_var
=DISABLED_
`echo $subdir | tr [a-z] [A-Z]`;
47905 eval "disabled=\$$disabled_var"
47906 disabled
=/`echo X $disabled | sed 's@ @/|/@g'`/
47907 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
47909 else if test ${subdir} = "samples"; then
47910 makefiles
="samples/Makefile.in samples/console/Makefile.in"
47911 elif test ${subdir} = "utils"; then
47913 for util
in HelpGen tex2rtf
; do
47914 if test -d $srcdir/utils
/$util ; then
47915 makefiles
="utils/$util/Makefile.in \
47916 utils/$util/src/Makefile.in \
47920 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
47924 for mkin
in $makefiles ; do
47925 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
47926 ac_config_files
="$ac_config_files $mk"
47932 cat >confcache
<<\_ACEOF
47933 # This file is a shell script that caches the results of configure
47934 # tests run on this system so they can be shared between configure
47935 # scripts and configure runs, see configure's option --config-cache.
47936 # It is not useful on other systems. If it contains results you don't
47937 # want to keep, you may remove or edit it.
47939 # config.status only pays attention to the cache file if you give it
47940 # the --recheck option to rerun configure.
47942 # `ac_cv_env_foo' variables (set or unset) will be overridden when
47943 # loading this file, other *unset* `ac_cv_foo' will be assigned the
47944 # following values.
47948 # The following way of writing the cache mishandles newlines in values,
47949 # but we know of no workaround that is simple, portable, and efficient.
47950 # So, don't put newlines in cache variables' values.
47951 # Ultrix sh set writes to stderr and can't be redirected directly,
47952 # and sets the high bit in the cache file unless we assign to the vars.
47955 case `(ac_space=' '; set | grep ac_space) 2>&1` in
47957 # `set' does not quote correctly, so add quotes (double-quote
47958 # substitution turns \\\\ into \\, and sed turns \\ into \).
47961 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
47964 # `set' quotes correctly as required by POSIX, so do not add quotes.
47966 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
47973 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
47975 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
47977 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
47978 if test -w $cache_file; then
47979 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
47980 cat confcache
>$cache_file
47982 echo "not updating unwritable cache $cache_file"
47987 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
47988 # Let make expand exec_prefix.
47989 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
47991 # VPATH may cause trouble with some makes, so we remove $(srcdir),
47992 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
47993 # trailing colons and then remove the whole line if VPATH becomes empty
47994 # (actually we leave an empty line to preserve line numbers).
47995 if test "x$srcdir" = x.
; then
47996 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
47997 s/:*\$(srcdir):*/:/;
47998 s/:*\${srcdir}:*/:/;
48000 s/^\([^=]*=[ ]*\):*/\1/;
48006 DEFS
=-DHAVE_CONFIG_H
48010 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
48011 # 1. Remove the extension, and $U if already installed.
48012 ac_i
=`echo "$ac_i" |
48013 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
48015 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
48016 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
48018 LIBOBJS
=$ac_libobjs
48020 LTLIBOBJS
=$ac_ltlibobjs
48024 : ${CONFIG_STATUS=./config.status}
48025 ac_clean_files_save
=$ac_clean_files
48026 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
48027 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
48028 echo "$as_me: creating $CONFIG_STATUS" >&6;}
48029 cat >$CONFIG_STATUS <<_ACEOF
48031 # Generated by $as_me.
48032 # Run this file to recreate the current configuration.
48033 # Compiler output produced by configure, useful for debugging
48034 # configure, is in config.log if it exists.
48037 ac_cs_recheck=false
48039 SHELL=\${CONFIG_SHELL-$SHELL}
48042 cat >>$CONFIG_STATUS <<\_ACEOF
48043 ## --------------------- ##
48044 ## M4sh Initialization. ##
48045 ## --------------------- ##
48047 # Be Bourne compatible
48048 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
48051 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
48052 # is contrary to our usage. Disable this feature.
48053 alias -g '${1+"$@"}'='"$@"'
48054 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
48057 DUALCASE
=1; export DUALCASE
# for MKS sh
48059 # Support unset when possible.
48060 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
48067 # Work around bugs in pre-3.0 UWIN ksh.
48068 $as_unset ENV MAIL MAILPATH
48075 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
48076 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
48077 LC_TELEPHONE LC_TIME
48079 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48080 eval $as_var=C
; export $as_var
48086 # Required to use basename.
48087 if expr a
: '\(a\)' >/dev
/null
2>&1; then
48093 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
48094 as_basename
=basename
48100 # Name of the executable.
48101 as_me
=`$as_basename "$0" ||
48102 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
48103 X"$0" : 'X\(//\)$' \| \
48104 X"$0" : 'X\(/\)$' \| \
48105 . : '\(.\)' 2>/dev/null ||
48107 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
48108 /^X\/\(\/\/\)$/{ s//\1/; q; }
48109 /^X\/\(\/\).*/{ s//\1/; q; }
48113 # PATH needs CR, and LINENO needs CR and PATH.
48114 # Avoid depending upon Character Ranges.
48115 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
48116 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
48117 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
48118 as_cr_digits
='0123456789'
48119 as_cr_alnum
=$as_cr_Letters$as_cr_digits
48121 # The user is always right.
48122 if test "${PATH_SEPARATOR+set}" != set; then
48123 echo "#! /bin/sh" >conf$$.sh
48124 echo "exit 0" >>conf$$.sh
48126 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
48135 as_lineno_1
=$LINENO
48136 as_lineno_2
=$LINENO
48137 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
48138 test "x$as_lineno_1" != "x$as_lineno_2" &&
48139 test "x$as_lineno_3" = "x$as_lineno_2" || {
48140 # Find who we are. Look in the path if we contain no path at all
48143 *[\\/]* ) as_myself
=$0 ;;
48144 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
48145 for as_dir
in $PATH
48148 test -z "$as_dir" && as_dir
=.
48149 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
48154 # We did not find ourselves, most probably we were run as `sh COMMAND'
48155 # in which case we are not to be found in the path.
48156 if test "x$as_myself" = x
; then
48159 if test ! -f "$as_myself"; then
48160 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
48161 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
48162 { (exit 1); exit 1; }; }
48164 case $CONFIG_SHELL in
48166 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
48167 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
48170 test -z "$as_dir" && as_dir
=.
48171 for as_base
in sh bash ksh sh5
; do
48174 if ("$as_dir/$as_base" -c '
48175 as_lineno_1=$LINENO
48176 as_lineno_2=$LINENO
48177 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
48178 test "x$as_lineno_1" != "x$as_lineno_2" &&
48179 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
48180 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
48181 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
48182 CONFIG_SHELL
=$as_dir/$as_base
48183 export CONFIG_SHELL
48184 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
48192 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
48193 # uniformly replaced by the line number. The first 'sed' inserts a
48194 # line-number line before each line; the second 'sed' does the real
48195 # work. The second script uses 'N' to pair each line-number line
48196 # with the numbered line, and appends trailing '-' during
48197 # substitution so that $LINENO is not a special case at line end.
48198 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
48199 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
48200 sed '=' <$as_myself |
48205 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
48208 s,^['$as_cr_digits']*\n,,
48209 ' >$as_me.lineno
&&
48210 chmod +x
$as_me.lineno
||
48211 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
48212 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
48213 { (exit 1); exit 1; }; }
48215 # Don't try to exec as it changes $[0], causing all sort of problems
48216 # (the dirname of $[0] is not the place where we might find the
48217 # original and so on. Autoconf is especially sensible to this).
48219 # Exit status is that of the last command.
48224 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
48225 *c
*,-n*) ECHO_N
= ECHO_C
='
48227 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
48228 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
48231 if expr a
: '\(a\)' >/dev
/null
2>&1; then
48237 rm -f conf$$ conf$$.exe conf$$.
file
48239 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
48240 # We could just check for DJGPP; but this test a) works b) is more generic
48241 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
48242 if test -f conf$$.exe
; then
48243 # Don't use ln at all; we don't have any links
48248 elif ln conf$$.
file conf$$
2>/dev
/null
; then
48253 rm -f conf$$ conf$$.exe conf$$.
file
48255 if mkdir -p .
2>/dev
/null
; then
48258 test -d .
/-p && rmdir .
/-p
48262 as_executable_p
="test -f"
48264 # Sed expression to map a string onto a valid CPP name.
48265 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
48267 # Sed expression to map a string onto a valid variable name.
48268 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
48272 # We need space, tab and new line, in precisely that order.
48282 # Open the log real soon, to keep \$[0] and so on meaningful, and to
48283 # report actual input values of CONFIG_FILES etc. instead of their
48284 # values after options handling. Logging --version etc. is OK.
48288 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
48289 ## Running $as_me. ##
48294 This file was extended by wxWidgets $as_me 2.7.0, which was
48295 generated by GNU Autoconf 2.59. Invocation command line was
48297 CONFIG_FILES = $CONFIG_FILES
48298 CONFIG_HEADERS = $CONFIG_HEADERS
48299 CONFIG_LINKS = $CONFIG_LINKS
48300 CONFIG_COMMANDS = $CONFIG_COMMANDS
48304 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
48308 # Files that config.status was made for.
48309 if test -n "$ac_config_files"; then
48310 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
48313 if test -n "$ac_config_headers"; then
48314 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
48317 if test -n "$ac_config_links"; then
48318 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
48321 if test -n "$ac_config_commands"; then
48322 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
48325 cat >>$CONFIG_STATUS <<\_ACEOF
48328 \`$as_me' instantiates files from templates according to the
48329 current configuration.
48331 Usage: $0 [OPTIONS] [FILE]...
48333 -h, --help print this help, then exit
48334 -V, --version print version number, then exit
48335 -q, --quiet do not print progress messages
48336 -d, --debug don't remove temporary files
48337 --recheck update $as_me by reconfiguring in the same conditions
48338 --file=FILE[:TEMPLATE]
48339 instantiate the configuration file FILE
48340 --header=FILE[:TEMPLATE]
48341 instantiate the configuration header FILE
48343 Configuration files:
48346 Configuration headers:
48349 Configuration commands:
48352 Report bugs to <bug-autoconf@gnu.org>."
48355 cat >>$CONFIG_STATUS <<_ACEOF
48357 wxWidgets config.status 2.7.0
48358 configured by $0, generated by GNU Autoconf 2.59,
48359 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
48361 Copyright (C) 2003 Free Software Foundation, Inc.
48362 This config.status script is free software; the Free Software Foundation
48363 gives unlimited permission to copy, distribute and modify it."
48368 cat >>$CONFIG_STATUS <<\_ACEOF
48369 # If no file are specified by the user, then we need to provide default
48370 # value. By we need to know if files were specified by the user.
48376 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
48377 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
48385 *) # This is not an option, so the user has probably given explicit
48388 ac_need_defaults
=false
;;
48392 # Handling of the options.
48394 cat >>$CONFIG_STATUS <<\_ACEOF
48395 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
48397 --version | --vers* | -V )
48398 echo "$ac_cs_version"; exit 0 ;;
48400 # Conflict between --help and --header
48401 { { echo "$as_me:$LINENO: error: ambiguous option: $1
48402 Try \`$0 --help' for more information." >&5
48403 echo "$as_me: error: ambiguous option: $1
48404 Try \`$0 --help' for more information." >&2;}
48405 { (exit 1); exit 1; }; };;
48406 --help | --hel | -h )
48407 echo "$ac_cs_usage"; exit 0 ;;
48408 --debug | --d* | -d )
48410 --file | --fil | --fi | --f )
48412 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
48413 ac_need_defaults
=false
;;
48414 --header | --heade | --head | --hea )
48416 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
48417 ac_need_defaults
=false
;;
48418 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
48419 | -silent | --silent | --silen | --sile | --sil | --si | --s)
48422 # This is an error.
48423 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
48424 Try \`$0 --help' for more information." >&5
48425 echo "$as_me: error: unrecognized option: $1
48426 Try \`$0 --help' for more information." >&2;}
48427 { (exit 1); exit 1; }; } ;;
48429 *) ac_config_targets
="$ac_config_targets $1" ;;
48435 ac_configure_extra_args
=
48437 if $ac_cs_silent; then
48439 ac_configure_extra_args
="$ac_configure_extra_args --silent"
48443 cat >>$CONFIG_STATUS <<_ACEOF
48444 if \$ac_cs_recheck; then
48445 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
48446 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
48451 cat >>$CONFIG_STATUS <<_ACEOF
48453 # INIT-COMMANDS section.
48458 infile="$srcdir/include/wx/msw/genrcdefs.h"
48459 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
48462 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
48463 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
48464 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
48472 cat >>$CONFIG_STATUS <<\_ACEOF
48473 for ac_config_target
in $ac_config_targets
48475 case "$ac_config_target" in
48476 # Handling of arguments.
48477 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
48478 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
48479 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
48480 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
48481 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
48482 "rcdefs.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS rcdefs.h" ;;
48483 "wx-config" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
48484 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
48485 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
48486 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
48487 { (exit 1); exit 1; }; };;
48491 # If the user did not use the arguments to specify the items to instantiate,
48492 # then the envvar interface is used. Set only those that are not.
48493 # We use the long form for the default assignment because of an extremely
48494 # bizarre bug on SunOS 4.1.3.
48495 if $ac_need_defaults; then
48496 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
48497 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
48498 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
48501 # Have a temporary directory for convenience. Make it in the build tree
48502 # simply because there is no reason to put it here, and in addition,
48503 # creating and moving files from /tmp can sometimes cause problems.
48504 # Create a temporary directory, and hook for its removal unless debugging.
48507 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
48508 trap '{ (exit 1); exit 1; }' 1 2 13 15
48511 # Create a (secure) tmp directory for tmp files.
48514 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
48515 test -n "$tmp" && test -d "$tmp"
48518 tmp
=.
/confstat$$
-$RANDOM
48519 (umask 077 && mkdir $tmp)
48522 echo "$me: cannot create a temporary directory in ." >&2
48523 { (exit 1); exit 1; }
48528 cat >>$CONFIG_STATUS <<_ACEOF
48531 # CONFIG_FILES section.
48534 # No need to generate the scripts if there are no CONFIG_FILES.
48535 # This happens for instance when ./config.status config.h
48536 if test -n "\$CONFIG_FILES"; then
48537 # Protect against being on the right side of a sed subst in config.status.
48538 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
48539 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
48540 s,@SHELL@,$SHELL,;t t
48541 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
48542 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
48543 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
48544 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
48545 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
48546 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
48547 s,@exec_prefix@,$exec_prefix,;t t
48548 s,@prefix@,$prefix,;t t
48549 s,@program_transform_name@,$program_transform_name,;t t
48550 s,@bindir@,$bindir,;t t
48551 s,@sbindir@,$sbindir,;t t
48552 s,@libexecdir@,$libexecdir,;t t
48553 s,@datadir@,$datadir,;t t
48554 s,@sysconfdir@,$sysconfdir,;t t
48555 s,@sharedstatedir@,$sharedstatedir,;t t
48556 s,@localstatedir@,$localstatedir,;t t
48557 s,@libdir@,$libdir,;t t
48558 s,@includedir@,$includedir,;t t
48559 s,@oldincludedir@,$oldincludedir,;t t
48560 s,@infodir@,$infodir,;t t
48561 s,@mandir@,$mandir,;t t
48562 s,@build_alias@,$build_alias,;t t
48563 s,@host_alias@,$host_alias,;t t
48564 s,@target_alias@,$target_alias,;t t
48565 s,@DEFS@,$DEFS,;t t
48566 s,@ECHO_C@,$ECHO_C,;t t
48567 s,@ECHO_N@,$ECHO_N,;t t
48568 s,@ECHO_T@,$ECHO_T,;t t
48569 s,@LIBS@,$LIBS,;t t
48570 s,@build@,$build,;t t
48571 s,@build_cpu@,$build_cpu,;t t
48572 s,@build_vendor@,$build_vendor,;t t
48573 s,@build_os@,$build_os,;t t
48574 s,@host@,$host,;t t
48575 s,@host_cpu@,$host_cpu,;t t
48576 s,@host_vendor@,$host_vendor,;t t
48577 s,@host_os@,$host_os,;t t
48578 s,@target@,$target,;t t
48579 s,@target_cpu@,$target_cpu,;t t
48580 s,@target_vendor@,$target_vendor,;t t
48581 s,@target_os@,$target_os,;t t
48583 s,@CFLAGS@,$CFLAGS,;t t
48584 s,@LDFLAGS@,$LDFLAGS,;t t
48585 s,@CPPFLAGS@,$CPPFLAGS,;t t
48586 s,@ac_ct_CC@,$ac_ct_CC,;t t
48587 s,@EXEEXT@,$EXEEXT,;t t
48588 s,@OBJEXT@,$OBJEXT,;t t
48590 s,@EGREP@,$EGREP,;t t
48592 s,@CXXFLAGS@,$CXXFLAGS,;t t
48593 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
48594 s,@RANLIB@,$RANLIB,;t t
48595 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
48597 s,@ac_ct_AR@,$ac_ct_AR,;t t
48598 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
48599 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
48600 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
48601 s,@STRIP@,$STRIP,;t t
48602 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
48603 s,@WINDRES@,$WINDRES,;t t
48604 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
48605 s,@DLLTOOL@,$DLLTOOL,;t t
48606 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
48607 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
48608 s,@LN_S@,$LN_S,;t t
48609 s,@LNDIR@,$LNDIR,;t t
48610 s,@CXXCPP@,$CXXCPP,;t t
48611 s,@subdirs@,$subdirs,;t t
48612 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
48613 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
48614 s,@GTK_LIBS@,$GTK_LIBS,;t t
48615 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
48616 s,@X_CFLAGS@,$X_CFLAGS,;t t
48617 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
48618 s,@X_LIBS@,$X_LIBS,;t t
48619 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
48620 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
48621 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
48622 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
48623 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
48624 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
48625 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
48627 s,@DEREZ@,$DEREZ,;t t
48628 s,@SETFILE@,$SETFILE,;t t
48629 s,@LIBICONV@,$LIBICONV,;t t
48630 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
48631 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
48632 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
48633 s,@SDL_LIBS@,$SDL_LIBS,;t t
48634 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
48635 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
48636 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
48637 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
48638 s,@GST_INSPECT@,$GST_INSPECT,;t t
48639 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
48640 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
48641 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
48642 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
48643 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
48644 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
48645 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
48646 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
48647 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
48648 s,@VENDOR@,$VENDOR,;t t
48649 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
48650 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
48651 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
48652 s,@WXUNIV@,$WXUNIV,;t t
48653 s,@MONOLITHIC@,$MONOLITHIC,;t t
48654 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
48655 s,@EXTRALIBS@,$EXTRALIBS,;t t
48656 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
48657 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
48658 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
48659 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
48660 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
48661 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
48662 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
48663 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
48664 s,@UNICODE@,$UNICODE,;t t
48665 s,@BUILD@,$BUILD,;t t
48666 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
48667 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
48668 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
48669 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
48670 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
48671 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
48672 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
48673 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
48674 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
48675 s,@SET_MAKE@,$SET_MAKE,;t t
48676 s,@MAKE_SET@,$MAKE_SET,;t t
48678 s,@ac_ct_NM@,$ac_ct_NM,;t t
48679 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
48680 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
48681 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
48682 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
48683 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
48684 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
48685 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
48686 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
48687 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
48688 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
48689 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
48690 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
48691 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
48692 s,@LIBPREFIX@,$LIBPREFIX,;t t
48693 s,@LIBEXT@,$LIBEXT,;t t
48694 s,@DLLPREFIX@,$DLLPREFIX,;t t
48695 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
48696 s,@dlldir@,$dlldir,;t t
48697 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
48698 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
48699 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
48700 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
48701 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
48702 s,@PIC_FLAG@,$PIC_FLAG,;t t
48703 s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
48704 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
48705 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
48706 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
48707 s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
48708 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
48709 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
48710 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
48711 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
48712 s,@GCC_PCH@,$GCC_PCH,;t t
48713 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
48714 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
48715 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
48716 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
48717 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
48718 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
48719 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
48720 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
48721 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
48722 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
48723 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
48724 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
48725 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
48726 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
48727 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
48728 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
48729 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
48730 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
48731 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
48732 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
48733 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
48734 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
48735 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
48736 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
48737 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
48738 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
48739 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
48740 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
48741 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
48742 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
48743 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
48744 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
48745 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
48746 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
48747 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
48748 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
48749 s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
48750 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
48751 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
48752 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
48753 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
48754 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
48755 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
48756 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
48757 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
48758 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
48759 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
48760 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
48761 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
48762 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
48763 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
48764 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
48765 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
48766 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
48767 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
48768 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
48769 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
48770 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
48771 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
48772 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
48773 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
48774 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
48775 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
48776 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
48777 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
48778 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
48779 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
48780 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
48781 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
48782 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
48783 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
48784 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
48785 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
48786 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
48787 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
48788 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
48789 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
48790 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
48791 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
48792 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
48793 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
48794 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
48795 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
48796 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
48797 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
48798 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
48799 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
48800 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
48801 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
48802 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
48803 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
48804 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
48805 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
48806 s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
48807 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
48808 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
48809 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
48810 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
48811 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
48812 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
48813 s,@COND_TOOLKIT_WINCE_WXUNIV_0@,$COND_TOOLKIT_WINCE_WXUNIV_0,;t t
48814 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
48815 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
48816 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
48817 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
48818 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
48819 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
48820 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
48821 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
48822 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
48823 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
48824 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
48825 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
48826 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
48827 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
48828 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
48829 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
48830 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
48831 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
48832 s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
48833 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
48834 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
48835 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
48836 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
48837 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
48838 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
48839 s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
48840 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
48841 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
48842 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
48843 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
48844 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
48845 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
48846 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
48847 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
48848 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
48849 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
48850 s,@SHARED@,$SHARED,;t t
48851 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
48852 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
48853 s,@USE_GUI@,$USE_GUI,;t t
48854 s,@AFMINSTALL@,$AFMINSTALL,;t t
48855 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
48856 s,@TOOLKIT@,$TOOLKIT,;t t
48857 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
48858 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
48859 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
48860 s,@cross_compiling@,$cross_compiling,;t t
48861 s,@WIDGET_SET@,$WIDGET_SET,;t t
48862 s,@WX_RELEASE@,$WX_RELEASE,;t t
48863 s,@WX_VERSION@,$WX_VERSION,;t t
48864 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
48865 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
48866 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
48867 s,@WXCONFIG_CPPFLAGS@,$WXCONFIG_CPPFLAGS,;t t
48868 s,@WXCONFIG_CFLAGS@,$WXCONFIG_CFLAGS,;t t
48869 s,@WXCONFIG_CXXFLAGS@,$WXCONFIG_CXXFLAGS,;t t
48870 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
48871 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
48872 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
48873 s,@WXCONFIG_RESFLAGS@,$WXCONFIG_RESFLAGS,;t t
48874 s,@EXE_LINKER@,$EXE_LINKER,;t t
48875 s,@GUIDIST@,$GUIDIST,;t t
48876 s,@DISTDIR@,$DISTDIR,;t t
48877 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
48878 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
48879 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
48880 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
48881 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
48882 s,@RESCOMP@,$RESCOMP,;t t
48883 s,@RESFLAGS@,$RESFLAGS,;t t
48884 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
48885 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
48886 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
48887 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
48888 s,@POSTLINK_COMMAND@,$POSTLINK_COMMAND,;t t
48889 s,@MACSETFILE@,$MACSETFILE,;t t
48891 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
48892 s,@LIBOBJS@,$LIBOBJS,;t t
48893 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
48898 cat >>$CONFIG_STATUS <<\_ACEOF
48899 # Split the substitutions into bite-sized pieces for seds with
48900 # small command number limits, like on Digital OSF/1 and HP-UX.
48901 ac_max_sed_lines
=48
48902 ac_sed_frag
=1 # Number of current file.
48903 ac_beg
=1 # First line for current file.
48904 ac_end
=$ac_max_sed_lines # Line after last line for current file.
48907 while $ac_more_lines; do
48908 if test $ac_beg -gt 1; then
48909 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
48911 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
48913 if test ! -s $tmp/subs.frag
; then
48914 ac_more_lines
=false
48916 # The purpose of the label and of the branching condition is to
48917 # speed up the sed processing (if there are no `@' at all, there
48918 # is no need to browse any of the substitutions).
48919 # These are the two extra sed commands mentioned above.
48921 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
48922 if test -z "$ac_sed_cmds"; then
48923 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
48925 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
48927 ac_sed_frag
=`expr $ac_sed_frag + 1`
48929 ac_end
=`expr $ac_end + $ac_max_sed_lines`
48932 if test -z "$ac_sed_cmds"; then
48935 fi # test -n "$CONFIG_FILES"
48938 cat >>$CONFIG_STATUS <<\_ACEOF
48939 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
48940 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
48942 - | *:- | *:-:* ) # input from stdin
48944 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
48945 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
48946 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
48947 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
48948 * ) ac_file_in
=$ac_file.
in ;;
48951 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
48952 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
48953 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48954 X"$ac_file" : 'X\(//\)[^/]' \| \
48955 X"$ac_file" : 'X\(//\)$' \| \
48956 X"$ac_file" : 'X\(/\)' \| \
48957 . : '\(.\)' 2>/dev/null ||
48959 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48960 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48961 /^X\(\/\/\)$/{ s//\1/; q; }
48962 /^X\(\/\).*/{ s//\1/; q; }
48964 { if $as_mkdir_p; then
48969 while test ! -d "$as_dir"; do
48970 as_dirs
="$as_dir $as_dirs"
48971 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
48972 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
48973 X"$as_dir" : 'X\(//\)[^/]' \| \
48974 X"$as_dir" : 'X\(//\)$' \| \
48975 X"$as_dir" : 'X\(/\)' \| \
48976 . : '\(.\)' 2>/dev/null ||
48978 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
48979 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
48980 /^X\(\/\/\)$/{ s//\1/; q; }
48981 /^X\(\/\).*/{ s//\1/; q; }
48984 test ! -n "$as_dirs" || mkdir $as_dirs
48985 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
48986 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
48987 { (exit 1); exit 1; }; }; }
48991 if test "$ac_dir" != .
; then
48992 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
48993 # A "../" for each directory in $ac_dir_suffix.
48994 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
48996 ac_dir_suffix
= ac_top_builddir
=
49000 .
) # No --srcdir option. We are building in place.
49002 if test -z "$ac_top_builddir"; then
49005 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
49007 [\\/]* | ?
:[\\/]* ) # Absolute path.
49008 ac_srcdir
=$srcdir$ac_dir_suffix;
49009 ac_top_srcdir
=$srcdir ;;
49010 *) # Relative path.
49011 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
49012 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
49015 # Do not use `cd foo && pwd` to compute absolute paths, because
49016 # the directories may not exist.
49018 .
) ac_abs_builddir
="$ac_dir";;
49021 .
) ac_abs_builddir
=`pwd`;;
49022 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
49023 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
49026 case $ac_abs_builddir in
49027 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
49029 case ${ac_top_builddir}.
in
49030 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
49031 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
49032 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
49035 case $ac_abs_builddir in
49036 .
) ac_abs_srcdir
=$ac_srcdir;;
49039 .
) ac_abs_srcdir
=$ac_abs_builddir;;
49040 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
49041 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
49044 case $ac_abs_builddir in
49045 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
49047 case $ac_top_srcdir in
49048 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
49049 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
49050 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
49056 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
49057 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
49060 # Let's still pretend it is `configure' which instantiates (i.e., don't
49061 # use $as_me), people would be surprised to read:
49062 # /* config.h. Generated by config.status. */
49063 if test x
"$ac_file" = x
-; then
49066 configure_input
="$ac_file. "
49068 configure_input
=$configure_input"Generated from `echo $ac_file_in |
49069 sed 's,.*/,,'` by configure."
49071 # First look for the input files in the build tree, otherwise in the
49073 ac_file_inputs
=`IFS=:
49074 for f in $ac_file_in; do
49076 -) echo $tmp/stdin ;;
49078 # Absolute (can't be DOS-style, as IFS=:)
49079 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
49080 echo "$as_me: error: cannot find input file: $f" >&2;}
49081 { (exit 1); exit 1; }; }
49084 if test -f "$f"; then
49087 elif test -f "$srcdir/$f"; then
49092 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
49093 echo "$as_me: error: cannot find input file: $f" >&2;}
49094 { (exit 1); exit 1; }; }
49097 done` || { (exit 1); exit 1; }
49099 if test x
"$ac_file" != x
-; then
49100 { echo "$as_me:$LINENO: creating $ac_file" >&5
49101 echo "$as_me: creating $ac_file" >&6;}
49105 cat >>$CONFIG_STATUS <<_ACEOF
49109 cat >>$CONFIG_STATUS <<\_ACEOF
49111 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
49112 s
,@configure_input@
,$configure_input,;t t
49113 s
,@srcdir@
,$ac_srcdir,;t t
49114 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
49115 s
,@top_srcdir@
,$ac_top_srcdir,;t t
49116 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
49117 s
,@builddir@
,$ac_builddir,;t t
49118 s
,@abs_builddir@
,$ac_abs_builddir,;t t
49119 s
,@top_builddir@
,$ac_top_builddir,;t t
49120 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
49121 s
,@INSTALL@
,$ac_INSTALL,;t t
49122 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
49124 if test x"$ac_file" != x-; then
49125 mv $tmp/out $ac_file
49131 # Run the commands associated with the file.
49133 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
49134 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
49138 cat >>$CONFIG_STATUS <<\_ACEOF
49141 # CONFIG_HEADER section.
49144 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
49145 # NAME is the cpp macro being defined and VALUE is the value it is being given.
49147 # ac_d sets the value in "#define NAME VALUE" lines.
49148 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
49149 ac_dB
='[ ].*$,\1#\2'
49152 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
49153 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
49154 ac_uB
='$,\1#\2define\3'
49158 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
49159 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
49161 - | *:- | *:-:* ) # input from stdin
49163 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
49164 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
49165 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
49166 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
49167 * ) ac_file_in
=$ac_file.
in ;;
49170 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
49171 echo "$as_me: creating $ac_file" >&6;}
49173 # First look for the input files in the build tree, otherwise in the
49175 ac_file_inputs
=`IFS=:
49176 for f in $ac_file_in; do
49178 -) echo $tmp/stdin ;;
49180 # Absolute (can't be DOS-style, as IFS=:)
49181 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
49182 echo "$as_me: error: cannot find input file: $f" >&2;}
49183 { (exit 1); exit 1; }; }
49184 # Do quote $f, to prevent DOS paths from being IFS'd.
49187 if test -f "$f"; then
49190 elif test -f "$srcdir/$f"; then
49195 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
49196 echo "$as_me: error: cannot find input file: $f" >&2;}
49197 { (exit 1); exit 1; }; }
49200 done` || { (exit 1); exit 1; }
49201 # Remove the trailing spaces.
49202 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
49206 # Transform confdefs.h into two sed scripts, `conftest.defines' and
49207 # `conftest.undefs', that substitutes the proper values into
49208 # config.h.in to produce config.h. The first handles `#define'
49209 # templates, and the second `#undef' templates.
49210 # And first: Protect against being on the right side of a sed subst in
49211 # config.status. Protect against being in an unquoted here document
49212 # in config.status.
49213 rm -f conftest.defines conftest.undefs
49214 # Using a here document instead of a string reduces the quoting nightmare.
49215 # Putting comments in sed scripts is not portable.
49217 # `end' is used to avoid that the second main sed command (meant for
49218 # 0-ary CPP macros) applies to n-ary macro definitions.
49219 # See the Autoconf documentation for `clear'.
49220 cat >confdef2sed.
sed <<\_ACEOF
49225 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
49227 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
49230 # If some macros were called several times there might be several times
49231 # the same #defines, which is useless. Nevertheless, we may not want to
49232 # sort them, since we want the *last* AC-DEFINE to be honored.
49233 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
49234 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
49235 rm -f confdef2sed.sed
49237 # This sed command replaces #undef with comments. This is necessary, for
49238 # example, in the case of _POSIX_SOURCE, which is predefined and required
49239 # on some systems where configure will not decide to define it.
49240 cat >>conftest.undefs <<\_ACEOF
49241 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
49244 # Break up conftest.defines because some shells have a limit on the size
49245 # of here documents, and old seds have small limits too (100 cmds).
49246 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
49247 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
49248 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
49249 echo ' :' >>$CONFIG_STATUS
49250 rm -f conftest.tail
49251 while grep . conftest.defines >/dev/null
49253 # Write a limited-size here document to $tmp/defines.sed.
49254 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
49255 # Speed up: don't consider the non `#define' lines.
49256 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
49257 # Work around the forget-to-reset-the-flag bug.
49258 echo 't clr' >>$CONFIG_STATUS
49259 echo ': clr' >>$CONFIG_STATUS
49260 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
49262 sed -f $tmp/defines.sed $tmp/in >$tmp/out
49264 mv $tmp/out $tmp/in
49266 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
49267 rm -f conftest.defines
49268 mv conftest.
tail conftest.defines
49270 rm -f conftest.defines
49271 echo ' fi # grep' >>$CONFIG_STATUS
49272 echo >>$CONFIG_STATUS
49274 # Break up conftest.undefs because some shells have a limit on the size
49275 # of here documents, and old seds have small limits too (100 cmds).
49276 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
49277 rm -f conftest.
tail
49278 while grep . conftest.undefs
>/dev
/null
49280 # Write a limited-size here document to $tmp/undefs.sed.
49281 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
49282 # Speed up: don't consider the non
`#undef'
49283 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
49284 # Work around the forget-to-reset-the-flag bug.
49285 echo 't clr' >>$CONFIG_STATUS
49286 echo ': clr' >>$CONFIG_STATUS
49287 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
49289 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
49291 mv $tmp/out $tmp/in
49293 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
49294 rm -f conftest.undefs
49295 mv conftest.tail conftest.undefs
49297 rm -f conftest.undefs
49299 cat >>$CONFIG_STATUS <<\_ACEOF
49300 # Let's still pretend it is `configure
' which instantiates (i.e., don't
49301 # use $as_me), people would be surprised to read:
49302 # /* config.h. Generated by config.status. */
49303 if test x
"$ac_file" = x
-; then
49304 echo "/* Generated by configure. */" >$tmp/config.h
49306 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
49308 cat $tmp/in >>$tmp/config.h
49310 if test x
"$ac_file" != x
-; then
49311 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
49312 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
49313 echo "$as_me: $ac_file is unchanged" >&6;}
49315 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
49316 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49317 X"$ac_file" : 'X\(//\)[^/]' \| \
49318 X"$ac_file" : 'X\(//\)$' \| \
49319 X"$ac_file" : 'X\(/\)' \| \
49320 . : '\(.\)' 2>/dev/null ||
49322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49323 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49324 /^X\(\/\/\)$/{ s//\1/; q; }
49325 /^X\(\/\).*/{ s//\1/; q; }
49327 { if $as_mkdir_p; then
49332 while test ! -d "$as_dir"; do
49333 as_dirs
="$as_dir $as_dirs"
49334 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
49335 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49336 X"$as_dir" : 'X\(//\)[^/]' \| \
49337 X"$as_dir" : 'X\(//\)$' \| \
49338 X"$as_dir" : 'X\(/\)' \| \
49339 . : '\(.\)' 2>/dev/null ||
49341 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49342 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49343 /^X\(\/\/\)$/{ s//\1/; q; }
49344 /^X\(\/\).*/{ s//\1/; q; }
49347 test ! -n "$as_dirs" || mkdir $as_dirs
49348 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
49349 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
49350 { (exit 1); exit 1; }; }; }
49353 mv $tmp/config.h
$ac_file
49357 rm -f $tmp/config.h
49361 cat >>$CONFIG_STATUS <<\_ACEOF
49364 # CONFIG_COMMANDS section.
49366 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
49367 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
49368 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
49369 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
49370 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49371 X"$ac_dest" : 'X\(//\)[^/]' \| \
49372 X"$ac_dest" : 'X\(//\)$' \| \
49373 X"$ac_dest" : 'X\(/\)' \| \
49374 . : '\(.\)' 2>/dev/null ||
49376 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49377 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49378 /^X\(\/\/\)$/{ s//\1/; q; }
49379 /^X\(\/\).*/{ s//\1/; q; }
49381 { if $as_mkdir_p; then
49386 while test ! -d "$as_dir"; do
49387 as_dirs
="$as_dir $as_dirs"
49388 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
49389 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49390 X"$as_dir" : 'X\(//\)[^/]' \| \
49391 X"$as_dir" : 'X\(//\)$' \| \
49392 X"$as_dir" : 'X\(/\)' \| \
49393 . : '\(.\)' 2>/dev/null ||
49395 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49396 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49397 /^X\(\/\/\)$/{ s//\1/; q; }
49398 /^X\(\/\).*/{ s//\1/; q; }
49401 test ! -n "$as_dirs" || mkdir $as_dirs
49402 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
49403 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
49404 { (exit 1); exit 1; }; }; }
49408 if test "$ac_dir" != .
; then
49409 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
49410 # A "../" for each directory in $ac_dir_suffix.
49411 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
49413 ac_dir_suffix
= ac_top_builddir
=
49417 .
) # No --srcdir option. We are building in place.
49419 if test -z "$ac_top_builddir"; then
49422 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
49424 [\\/]* | ?
:[\\/]* ) # Absolute path.
49425 ac_srcdir
=$srcdir$ac_dir_suffix;
49426 ac_top_srcdir
=$srcdir ;;
49427 *) # Relative path.
49428 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
49429 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
49432 # Do not use `cd foo && pwd` to compute absolute paths, because
49433 # the directories may not exist.
49435 .
) ac_abs_builddir
="$ac_dir";;
49438 .
) ac_abs_builddir
=`pwd`;;
49439 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
49440 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
49443 case $ac_abs_builddir in
49444 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
49446 case ${ac_top_builddir}.
in
49447 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
49448 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
49449 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
49452 case $ac_abs_builddir in
49453 .
) ac_abs_srcdir
=$ac_srcdir;;
49456 .
) ac_abs_srcdir
=$ac_abs_builddir;;
49457 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
49458 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
49461 case $ac_abs_builddir in
49462 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
49464 case $ac_top_srcdir in
49465 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
49466 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
49467 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
49472 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
49473 echo "$as_me: executing $ac_dest commands" >&6;}
49476 mkdir -p $outdir &&
49477 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
49479 wx
-config ) rm -f wx
-config
49480 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
49486 cat >>$CONFIG_STATUS <<\_ACEOF
49488 { (exit 0); exit 0; }
49490 chmod +x
$CONFIG_STATUS
49491 ac_clean_files
=$ac_clean_files_save
49494 # configure is writing to config.log, and then calls config.status.
49495 # config.status does its own redirection, appending to config.log.
49496 # Unfortunately, on DOS this fails, as config.log is still kept open
49497 # by configure, so config.status won't be able to write to it; its
49498 # output is simply discarded. So we exec the FD to /dev/null,
49499 # effectively closing config.log, so it can be properly (re)opened and
49500 # appended to by config.status. When coming back to configure, we
49501 # need to make the FD available again.
49502 if test "$no_create" != yes; then
49504 ac_config_status_args
=
49505 test "$silent" = yes &&
49506 ac_config_status_args
="$ac_config_status_args --quiet"
49508 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
49510 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
49511 # would make configure fail if this is the last instruction.
49512 $ac_cs_success || { (exit 1); exit 1; }
49516 # CONFIG_SUBDIRS section.
49518 if test "$no_recursion" != yes; then
49520 # Remove --cache-file and --srcdir arguments so they do not pile up.
49521 ac_sub_configure_args
=
49523 for ac_arg
in $ac_configure_args; do
49524 if test -n "$ac_prev"; then
49529 -cache-file | --cache-file | --cache-fil | --cache-fi \
49530 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
49531 ac_prev
=cache_file
;;
49532 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
49533 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
49536 --config-cache | -C)
49538 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
49540 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
49542 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
49544 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
49546 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
49550 # Always prepend --prefix to ensure using the same prefix
49551 # in subdir configurations.
49552 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
49555 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
49557 # Do not complain, so a configure script can configure whichever
49558 # parts of a large source tree are present.
49559 test -d $srcdir/$ac_dir || continue
49561 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
49562 echo "$as_me: configuring in $ac_dir" >&6;}
49563 { if $as_mkdir_p; then
49568 while test ! -d "$as_dir"; do
49569 as_dirs
="$as_dir $as_dirs"
49570 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
49571 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
49572 X"$as_dir" : 'X\(//\)[^/]' \| \
49573 X"$as_dir" : 'X\(//\)$' \| \
49574 X"$as_dir" : 'X\(/\)' \| \
49575 . : '\(.\)' 2>/dev/null ||
49577 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
49578 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
49579 /^X\(\/\/\)$/{ s//\1/; q; }
49580 /^X\(\/\).*/{ s//\1/; q; }
49583 test ! -n "$as_dirs" || mkdir $as_dirs
49584 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
49585 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
49586 { (exit 1); exit 1; }; }; }
49590 if test "$ac_dir" != .
; then
49591 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
49592 # A "../" for each directory in $ac_dir_suffix.
49593 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
49595 ac_dir_suffix
= ac_top_builddir
=
49599 .
) # No --srcdir option. We are building in place.
49601 if test -z "$ac_top_builddir"; then
49604 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
49606 [\\/]* | ?
:[\\/]* ) # Absolute path.
49607 ac_srcdir
=$srcdir$ac_dir_suffix;
49608 ac_top_srcdir
=$srcdir ;;
49609 *) # Relative path.
49610 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
49611 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
49614 # Do not use `cd foo && pwd` to compute absolute paths, because
49615 # the directories may not exist.
49617 .
) ac_abs_builddir
="$ac_dir";;
49620 .
) ac_abs_builddir
=`pwd`;;
49621 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
49622 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
49625 case $ac_abs_builddir in
49626 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
49628 case ${ac_top_builddir}.
in
49629 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
49630 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
49631 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
49634 case $ac_abs_builddir in
49635 .
) ac_abs_srcdir
=$ac_srcdir;;
49638 .
) ac_abs_srcdir
=$ac_abs_builddir;;
49639 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
49640 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
49643 case $ac_abs_builddir in
49644 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
49646 case $ac_top_srcdir in
49647 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
49648 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
49649 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
49656 # Check for guested configure; otherwise get Cygnus style configure.
49657 if test -f $ac_srcdir/configure.gnu
; then
49658 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
49659 elif test -f $ac_srcdir/configure
; then
49660 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
49661 elif test -f $ac_srcdir/configure.
in; then
49662 ac_sub_configure
=$ac_configure
49664 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
49665 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
49669 # The recursion is here.
49670 if test -n "$ac_sub_configure"; then
49671 # Make the cache file name correct relative to the subdirectory.
49672 case $cache_file in
49673 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
49674 *) # Relative path.
49675 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
49678 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
49679 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
49680 # The eval makes quoting arguments work.
49681 eval $ac_sub_configure $ac_sub_configure_args \
49682 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
49683 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
49684 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
49685 { (exit 1); exit 1; }; }
49694 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
49696 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
49697 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
49699 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
49700 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
49701 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
49703 echo " What level of wxWidgets compatibility should be enabled?"
49704 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}"
49705 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}"
49707 echo " Which libraries should wxWidgets use?"
49708 echo " jpeg ${wxUSE_LIBJPEG-none}"
49709 echo " png ${wxUSE_LIBPNG-none}"
49710 echo " regex ${wxUSE_REGEX}"
49711 echo " tiff ${wxUSE_LIBTIFF-none}"
49712 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
49713 echo " xpm ${wxUSE_LIBXPM-none}"
49715 echo " zlib ${wxUSE_ZLIB}"
49716 echo " odbc ${wxUSE_ODBC}"
49717 echo " expat ${wxUSE_EXPAT}"
49718 echo " libmspack ${wxUSE_LIBMSPACK}"
49719 echo " sdl ${wxUSE_LIBSDL}"
49720 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"