2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.57 for wxWindows 2.5.0.
6 # Report bugs to <wx-dev@lists.wxwindows.org>.
8 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
9 # Free Software Foundation, Inc.
10 # This configure script is free software; the Free Software Foundation
11 # gives unlimited permission to copy, distribute and modify it.
12 ## --------------------- ##
13 ## M4sh Initialization. ##
14 ## --------------------- ##
16 # Be Bourne compatible
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
27 # Support unset when possible.
28 if (FOO
=FOO
; unset FOO
) >/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 -n "`(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
227 as_executable_p
="test -f"
229 # Sed expression to map a string onto a valid CPP name.
230 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
232 # Sed expression to map a string onto a valid variable name.
233 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
237 # We need space, tab and new line, in precisely that order.
247 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248 # so uname gets run too.
249 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
256 ac_default_prefix
=/usr
/local
257 ac_config_libobj_dir
=.
262 SHELL
=${CONFIG_SHELL-/bin/sh}
264 # Maximum number of lines to put in a shell here document.
265 # This variable seems obsolete. It should probably be removed, and
266 # only ac_max_sed_lines should be used.
267 : ${ac_max_here_lines=38}
269 # Identity of this package.
270 PACKAGE_NAME
='wxWindows'
271 PACKAGE_TARNAME
='wxwindows'
272 PACKAGE_VERSION
='2.5.0'
273 PACKAGE_STRING
='wxWindows 2.5.0'
274 PACKAGE_BUGREPORT
='wx-dev@lists.wxwindows.org'
276 ac_unique_file
="wx-config.in"
277 # Factoring default headers for most tests.
278 ac_includes_default
="\
281 # include <sys/types.h>
284 # include <sys/stat.h>
295 # if !STDC_HEADERS && HAVE_MEMORY_H
301 # include <strings.h>
304 # include <inttypes.h>
314 ac_subdirs_all
="$ac_subdirs_all src/expat"
315 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE YACC LEX LEXLIB LEX_OUTPUT_ROOT LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG PANGOFT2_CFLAGS PANGOFT2_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS RESCOMP DEREZ SETFILE LIBICONV wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WXUNIV MONOLITHIC EXTRALIBS EXTRALIBS_XML EXTRALIBS_GUI EXTRALIBS_OPENGL UNICODE BUILD SHARED TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG HOST_SUFFIX SET_MAKE MAKE_SET INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOSX SO_SUFFIX DLLPREFIX AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING COND_BUILD_DEBUG COND_BUILD_RELEASE COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_UNIX_1 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_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_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_OS2 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1 COND_UNICODE_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_WXUNIV_1 COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN COND_PLATFORM_MAC_1 COND_SHARED_1 COND_SHARED_0 COND_WXUSE_EXPAT_BUILTIN COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN LEX_STEM PATH_IFS WX_MAJOR_VERSION_NUMBER WX_MINOR_VERSION_NUMBER WX_RELEASE_NUMBER WX_LIBRARY_NAME_STATIC WX_LIBRARY_NAME_SHARED WX_LIBRARY_BASENAME WX_LIBRARY_IMPORTLIB WX_TARGET_LIBRARY WX_LIBRARY_LINK1 WX_LIBRARY_LINK2 PROGRAM_EXT WX_LIBRARY_NAME_STATIC_GL WX_LIBRARY_NAME_SHARED_GL WX_TARGET_LIBRARY_GL WX_LIBRARY_LINK1_GL WX_LIBRARY_LINK2_GL WX_ALL WX_ALL_INSTALLED SHARED_LD WX_TARGET_LIBRARY_TYPE STATIC_FLAG WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLKIT_VPATH TOOLCHAIN_NAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS top_builddir_wxconfig cross_compiling WXCONFIG_LIBS WXCONFIG_LIBS_GL WXCONFIG_LIBS_STATIC WXCONFIG_LIBS_STATIC_GL WXCONFIG_INCLUDE WXCONFIG_RPATH WX_LARGEFILE_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX ALL_OBJECTS ALL_HEADERS ALL_SOURCES GUIDIST PORT_FILES DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL LDFLAGS_VERSIONING LDFLAGS_EXE OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA MACOSX_BUNDLE LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL AS NM LD MAKEINFO INSTALL_LIBRARY ESD_LINK LIBOBJS LTLIBOBJS'
318 # Initialize some variables set by options.
320 ac_init_version
=false
321 # The variables have the same names as the options, with
322 # dashes changed to underlines.
330 program_transform_name
=s
,x
,x
,
338 # Installation directory options.
339 # These are left unexpanded so users can "make install exec_prefix=/foo"
340 # and all the variables that are supposed to be based on exec_prefix
341 # by default will actually change.
342 # Use braces instead of parens because sh, perl, etc. also accept them.
343 bindir
='${exec_prefix}/bin'
344 sbindir
='${exec_prefix}/sbin'
345 libexecdir
='${exec_prefix}/libexec'
346 datadir
='${prefix}/share'
347 sysconfdir
='${prefix}/etc'
348 sharedstatedir
='${prefix}/com'
349 localstatedir
='${prefix}/var'
350 libdir
='${exec_prefix}/lib'
351 includedir
='${prefix}/include'
352 oldincludedir
='/usr/include'
353 infodir
='${prefix}/info'
354 mandir
='${prefix}/man'
359 # If the previous option needs an argument, assign it.
360 if test -n "$ac_prev"; then
361 eval "$ac_prev=\$ac_option"
366 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
368 # Accept the important Cygnus configure options, so we can diagnose typos.
372 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
377 -build | --build | --buil | --bui | --bu)
378 ac_prev
=build_alias
;;
379 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
380 build_alias
=$ac_optarg ;;
382 -cache-file | --cache-file | --cache-fil | --cache-fi \
383 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
384 ac_prev
=cache_file
;;
385 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
386 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
387 cache_file
=$ac_optarg ;;
390 cache_file
=config.cache
;;
392 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
394 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
396 datadir
=$ac_optarg ;;
398 -disable-* | --disable-*)
399 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
400 # Reject names that are not valid shell variable names.
401 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
402 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
403 { (exit 1); exit 1; }; }
404 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
405 eval "enable_$ac_feature=no" ;;
407 -enable-* | --enable-*)
408 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
409 # Reject names that are not valid shell variable names.
410 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
411 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
412 { (exit 1); exit 1; }; }
413 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
415 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
418 eval "enable_$ac_feature='$ac_optarg'" ;;
420 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
421 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
422 | --exec | --exe | --ex)
423 ac_prev
=exec_prefix
;;
424 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
425 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
426 | --exec=* | --exe=* | --ex=*)
427 exec_prefix
=$ac_optarg ;;
429 -gas | --gas | --ga | --g)
430 # Obsolete; use --with-gas.
433 -help | --help | --hel | --he | -h)
435 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
436 ac_init_help
=recursive
;;
437 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
438 ac_init_help
=short
;;
440 -host | --host | --hos | --ho)
441 ac_prev
=host_alias
;;
442 -host=* | --host=* | --hos=* | --ho=*)
443 host_alias
=$ac_optarg ;;
445 -includedir | --includedir | --includedi | --included | --include \
446 | --includ | --inclu | --incl | --inc)
447 ac_prev
=includedir
;;
448 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
449 | --includ=* | --inclu=* | --incl=* | --inc=*)
450 includedir
=$ac_optarg ;;
452 -infodir | --infodir | --infodi | --infod | --info | --inf)
454 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
455 infodir
=$ac_optarg ;;
457 -libdir | --libdir | --libdi | --libd)
459 -libdir=* | --libdir=* | --libdi=* | --libd=*)
462 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
463 | --libexe | --libex | --libe)
464 ac_prev
=libexecdir
;;
465 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
466 | --libexe=* | --libex=* | --libe=*)
467 libexecdir
=$ac_optarg ;;
469 -localstatedir | --localstatedir | --localstatedi | --localstated \
470 | --localstate | --localstat | --localsta | --localst \
471 | --locals | --local | --loca | --loc | --lo)
472 ac_prev
=localstatedir
;;
473 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
474 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
475 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
476 localstatedir
=$ac_optarg ;;
478 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
480 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
484 # Obsolete; use --without-fp.
487 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
488 | --no-cr | --no-c | -n)
491 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
492 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
495 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
496 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
497 | --oldin | --oldi | --old | --ol | --o)
498 ac_prev
=oldincludedir
;;
499 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
500 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
501 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
502 oldincludedir
=$ac_optarg ;;
504 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
506 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
509 -program-prefix | --program-prefix | --program-prefi | --program-pref \
510 | --program-pre | --program-pr | --program-p)
511 ac_prev
=program_prefix
;;
512 -program-prefix=* | --program-prefix=* | --program-prefi=* \
513 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
514 program_prefix
=$ac_optarg ;;
516 -program-suffix | --program-suffix | --program-suffi | --program-suff \
517 | --program-suf | --program-su | --program-s)
518 ac_prev
=program_suffix
;;
519 -program-suffix=* | --program-suffix=* | --program-suffi=* \
520 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
521 program_suffix
=$ac_optarg ;;
523 -program-transform-name | --program-transform-name \
524 | --program-transform-nam | --program-transform-na \
525 | --program-transform-n | --program-transform- \
526 | --program-transform | --program-transfor \
527 | --program-transfo | --program-transf \
528 | --program-trans | --program-tran \
529 | --progr-tra | --program-tr | --program-t)
530 ac_prev
=program_transform_name
;;
531 -program-transform-name=* | --program-transform-name=* \
532 | --program-transform-nam=* | --program-transform-na=* \
533 | --program-transform-n=* | --program-transform-=* \
534 | --program-transform=* | --program-transfor=* \
535 | --program-transfo=* | --program-transf=* \
536 | --program-trans=* | --program-tran=* \
537 | --progr-tra=* | --program-tr=* | --program-t=*)
538 program_transform_name
=$ac_optarg ;;
540 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
541 | -silent | --silent | --silen | --sile | --sil)
544 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
546 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
548 sbindir
=$ac_optarg ;;
550 -sharedstatedir | --sharedstatedir | --sharedstatedi \
551 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
552 | --sharedst | --shareds | --shared | --share | --shar \
554 ac_prev
=sharedstatedir
;;
555 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
556 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
557 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
559 sharedstatedir
=$ac_optarg ;;
561 -site | --site | --sit)
563 -site=* | --site=* | --sit=*)
566 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
568 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
571 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
572 | --syscon | --sysco | --sysc | --sys | --sy)
573 ac_prev
=sysconfdir
;;
574 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
575 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
576 sysconfdir
=$ac_optarg ;;
578 -target | --target | --targe | --targ | --tar | --ta | --t)
579 ac_prev
=target_alias
;;
580 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
581 target_alias
=$ac_optarg ;;
583 -v | -verbose | --verbose | --verbos | --verbo | --verb)
586 -version | --version | --versio | --versi | --vers | -V)
590 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
591 # Reject names that are not valid shell variable names.
592 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
593 { echo "$as_me: error: invalid package name: $ac_package" >&2
594 { (exit 1); exit 1; }; }
595 ac_package
=`echo $ac_package| sed 's/-/_/g'`
597 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
600 eval "with_$ac_package='$ac_optarg'" ;;
602 -without-* | --without-*)
603 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
604 # Reject names that are not valid shell variable names.
605 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
606 { echo "$as_me: error: invalid package name: $ac_package" >&2
607 { (exit 1); exit 1; }; }
608 ac_package
=`echo $ac_package | sed 's/-/_/g'`
609 eval "with_$ac_package=no" ;;
612 # Obsolete; use --with-x.
615 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
616 | --x-incl | --x-inc | --x-in | --x-i)
617 ac_prev
=x_includes
;;
618 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
619 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
620 x_includes
=$ac_optarg ;;
622 -x-libraries | --x-libraries | --x-librarie | --x-librari \
623 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
624 ac_prev
=x_libraries
;;
625 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
626 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
627 x_libraries
=$ac_optarg ;;
629 -*) { echo "$as_me: error: unrecognized option: $ac_option
630 Try \`$0 --help' for more information." >&2
631 { (exit 1); exit 1; }; }
635 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
636 # Reject names that are not valid shell variable names.
637 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
638 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
639 { (exit 1); exit 1; }; }
640 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
641 eval "$ac_envvar='$ac_optarg'"
645 # FIXME: should be removed in autoconf 3.0.
646 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
647 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
648 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
649 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
655 if test -n "$ac_prev"; then
656 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
657 { echo "$as_me: error: missing argument to $ac_option" >&2
658 { (exit 1); exit 1; }; }
661 # Be sure to have absolute paths.
662 for ac_var
in exec_prefix prefix
664 eval ac_val
=$
`echo $ac_var`
666 [\\/$
]* | ?
:[\\/]* | NONE
| '' ) ;;
667 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
668 { (exit 1); exit 1; }; };;
672 # Be sure to have absolute paths.
673 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
674 localstatedir libdir includedir oldincludedir infodir mandir
676 eval ac_val
=$
`echo $ac_var`
678 [\\/$
]* | ?
:[\\/]* ) ;;
679 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
680 { (exit 1); exit 1; }; };;
684 # There might be people who depend on the old broken behavior: `$host'
685 # used to hold the argument of --host etc.
686 # FIXME: To remove some day.
691 # FIXME: To remove some day.
692 if test "x$host_alias" != x
; then
693 if test "x$build_alias" = x
; then
694 cross_compiling
=maybe
695 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
696 If a cross compiler is detected then cross compile mode will be used." >&2
697 elif test "x$build_alias" != "x$host_alias"; then
703 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
705 test "$silent" = yes && exec 6>/dev
/null
708 # Find the source files, if location was not specified.
709 if test -z "$srcdir"; then
710 ac_srcdir_defaulted
=yes
711 # Try the directory containing this script, then its parent.
712 ac_confdir
=`(dirname "$0") 2>/dev/null ||
713 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
714 X"$0" : 'X\(//\)[^/]' \| \
715 X"$0" : 'X\(//\)$' \| \
716 X"$0" : 'X\(/\)' \| \
717 . : '\(.\)' 2>/dev/null ||
719 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
720 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
721 /^X\(\/\/\)$/{ s//\1/; q; }
722 /^X\(\/\).*/{ s//\1/; q; }
725 if test ! -r $srcdir/$ac_unique_file; then
729 ac_srcdir_defaulted
=no
731 if test ! -r $srcdir/$ac_unique_file; then
732 if test "$ac_srcdir_defaulted" = yes; then
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
734 { (exit 1); exit 1; }; }
736 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
737 { (exit 1); exit 1; }; }
740 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null
||
741 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
742 { (exit 1); exit 1; }; }
743 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
744 ac_env_build_alias_set
=${build_alias+set}
745 ac_env_build_alias_value
=$build_alias
746 ac_cv_env_build_alias_set
=${build_alias+set}
747 ac_cv_env_build_alias_value
=$build_alias
748 ac_env_host_alias_set
=${host_alias+set}
749 ac_env_host_alias_value
=$host_alias
750 ac_cv_env_host_alias_set
=${host_alias+set}
751 ac_cv_env_host_alias_value
=$host_alias
752 ac_env_target_alias_set
=${target_alias+set}
753 ac_env_target_alias_value
=$target_alias
754 ac_cv_env_target_alias_set
=${target_alias+set}
755 ac_cv_env_target_alias_value
=$target_alias
756 ac_env_CC_set
=${CC+set}
758 ac_cv_env_CC_set
=${CC+set}
759 ac_cv_env_CC_value
=$CC
760 ac_env_CFLAGS_set
=${CFLAGS+set}
761 ac_env_CFLAGS_value
=$CFLAGS
762 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
763 ac_cv_env_CFLAGS_value
=$CFLAGS
764 ac_env_LDFLAGS_set
=${LDFLAGS+set}
765 ac_env_LDFLAGS_value
=$LDFLAGS
766 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
767 ac_cv_env_LDFLAGS_value
=$LDFLAGS
768 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
769 ac_env_CPPFLAGS_value
=$CPPFLAGS
770 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
771 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
772 ac_env_CPP_set
=${CPP+set}
773 ac_env_CPP_value
=$CPP
774 ac_cv_env_CPP_set
=${CPP+set}
775 ac_cv_env_CPP_value
=$CPP
776 ac_env_CXX_set
=${CXX+set}
777 ac_env_CXX_value
=$CXX
778 ac_cv_env_CXX_set
=${CXX+set}
779 ac_cv_env_CXX_value
=$CXX
780 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
781 ac_env_CXXFLAGS_value
=$CXXFLAGS
782 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
783 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
784 ac_env_CXXCPP_set
=${CXXCPP+set}
785 ac_env_CXXCPP_value
=$CXXCPP
786 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
787 ac_cv_env_CXXCPP_value
=$CXXCPP
790 # Report the --help message.
792 if test "$ac_init_help" = "long"; then
793 # Omit some internal or obsolete options to make the list less imposing.
794 # This message is too long to be a string in the A/UX 3.1 sh.
796 \`configure' configures wxWindows 2.5.0 to adapt to many kinds of systems.
798 Usage: $0 [OPTION]... [VAR=VALUE]...
800 To assign environment variables (e.g., CC, CFLAGS...), specify them as
801 VAR=VALUE. See below for descriptions of some of the useful variables.
803 Defaults for the options are specified in brackets.
806 -h, --help display this help and exit
807 --help=short display options specific to this package
808 --help=recursive display the short help of all the included packages
809 -V, --version display version information and exit
810 -q, --quiet, --silent do not print \`checking...' messages
811 --cache-file=FILE cache test results in FILE [disabled]
812 -C, --config-cache alias for \`--cache-file=config.cache'
813 -n, --no-create do not create output files
814 --srcdir=DIR find the sources in DIR [configure dir or \`..']
819 Installation directories:
820 --prefix=PREFIX install architecture-independent files in PREFIX
822 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
825 By default, \`make install' will install all the files in
826 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
827 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
828 for instance \`--prefix=\$HOME'.
830 For better control, use the options below.
832 Fine tuning of the installation directories:
833 --bindir=DIR user executables [EPREFIX/bin]
834 --sbindir=DIR system admin executables [EPREFIX/sbin]
835 --libexecdir=DIR program executables [EPREFIX/libexec]
836 --datadir=DIR read-only architecture-independent data [PREFIX/share]
837 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
838 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
839 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
840 --libdir=DIR object code libraries [EPREFIX/lib]
841 --includedir=DIR C header files [PREFIX/include]
842 --oldincludedir=DIR C header files for non-gcc [/usr/include]
843 --infodir=DIR info documentation [PREFIX/info]
844 --mandir=DIR man documentation [PREFIX/man]
850 --x-includes=DIR X include files are
in DIR
851 --x-libraries=DIR X library files are
in DIR
854 --build=BUILD configure
for building on BUILD
[guessed
]
855 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
856 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
860 if test -n "$ac_init_help"; then
861 case $ac_init_help in
862 short
| recursive
) echo "Configuration of wxWindows 2.5.0:";;
867 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
868 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
869 --enable-gui use GUI classes
870 --disable-monolithic don
't build wxWindows as single library
871 --enable-universal use wxWindows GUI controls instead of native ones
872 --enable-nanox use NanoX
873 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)
874 --enable-shared create shared library code
875 --enable-optimise create optimised code
876 --enable-debug same as debug_flag and debug_info
877 --enable-stl use STL for containers
878 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
879 --enable-debug_info create code with debugging information
880 --enable-debug_gdb create code with extra GDB debugging information
881 --enable-debug_cntxt use wxDebugContext
882 --enable-mem_tracing create code with memory tracing
883 --enable-profile create code with profiling information
884 --enable-no_rtti create code without RTTI information
885 --enable-no_exceptions create code without C++ exceptions handling
886 --enable-permissive compile code disregarding strict ANSI
887 --enable-no_deps create code without dependency information
888 --enable-compat20 enable wxWindows 2.0 compatibility
889 --enable-compat22 enable wxWindows 2.2 compatibility
890 --disable-compat24 disable wxWindows 2.4 compatibility
891 --enable-rpath=DIR output the rpath flag from wx-config
892 --enable-intl use internationalization system
893 --enable-config use wxConfig (and derived) classes
894 --enable-protocols use wxProtocol and derived classes
895 --enable-ftp use wxFTP (requires wxProtocol
896 --enable-http use wxHTTP (requires wxProtocol
897 --enable-fileproto use wxFileProto class (requires wxProtocol
898 --enable-sockets use socket/network classes
899 --enable-ole use OLE classes
900 --enable-dataobj use data object classes
901 --enable-ipc use interprocess communication (wxSocket etc.)
902 --enable-cmdline use wxCmdLineParser class
903 --enable-datetime use wxDateTime class
904 --enable-stopwatch use wxStopWatch class
905 --enable-dialupman use dialup network classes
906 --enable-apple_ieee use the Apple IEEE codec
907 --enable-timer use wxTimer class
908 --enable-wave use wxWave class
909 --enable-fraction use wxFraction class
910 --enable-dynlib use wxLibrary class for DLL loading
911 --enable-dynamicloader use (new) wxDynamicLibrary class
912 --enable-longlong use wxLongLong class
913 --enable-geometry use geometry class
914 --enable-log use logging system
915 --enable-streams use wxStream etc classes
916 --enable-file use wxFile classes
917 --enable-ffile use wxFFile classes
918 --enable-textbuf use wxTextBuffer class
919 --enable-textfile use wxTextFile class
920 --enable-fontmap use font encodings conversion classes
921 --enable-unicode compile wxString with Unicode support
922 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)
923 --enable-wxprintfv use wxWindows implementation of vprintf()
924 --enable-std_iostreams use standard C++ stream classes
925 --enable-filesystem use virtual file systems classes
926 --enable-fs_inet use virtual HTTP/FTP filesystems
927 --enable-fs_zip use virtual ZIP filesystems
928 --enable-zipstream use wxZipInputStream
929 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException
930 --enable-snglinst use wxSingleInstanceChecker class
931 --enable-mimetype use wxMimeTypesManager
932 --enable-sysoptions use wxSystemOptions
933 --enable-url use wxURL class
934 --enable-protocol use wxProtocol class
935 --enable-protocol-http HTTP support in wxProtocol
936 --enable-protocol-ftp FTP support in wxProtocol
937 --enable-protocol-file FILE support in wxProtocol
938 --enable-threads use threads
939 --enable-docview use document view architecture
940 --enable-help use help subsystem
941 --enable-mshtmlhelp use MS HTML Help (win32)
942 --enable-html use wxHTML sub-library
943 --enable-htmlhelp use wxHTML-based help
944 --enable-constraints use layout-constraints system
945 --enable-printarch use printing architecture
946 --enable-mdi use multiple document interface architecture
947 --enable-loggui use standard GUI logger
948 --enable-logwin use wxLogWindow
949 --enable-logdialog use wxLogDialog
950 --enable-postscript use wxPostscriptDC device context (default for gtk+)
951 --enable-prologio not available; see contrib
952 --enable-resources not available; see contrib
953 --enable-clipboard use wxClipboard class
954 --enable-dnd use Drag'n
'Drop classes
955 --enable-metafile use win32 metafiles
956 --enable-controls use all usual controls
957 --enable-accel use accelerators
958 --enable-button use wxButton class
959 --enable-bmpbutton use wxBitmapButton class
960 --enable-calendar use wxCalendarCtrl class
961 --enable-caret use wxCaret class
962 --enable-checkbox use wxCheckBox class
963 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
964 --enable-choice use wxChoice class
965 --enable-combobox use wxComboBox class
966 --enable-display use wxDisplay class
967 --enable-gauge use wxGauge class
968 --enable-grid use wxGrid class
969 --enable-imaglist use wxImageList class
970 --enable-listbox use wxListBox class
971 --enable-listctrl use wxListCtrl class
972 --enable-notebook use wxNotebook class
973 --enable-radiobox use wxRadioBox class
974 --enable-radiobtn use wxRadioButton class
975 --enable-sash use wxSashWindow class
976 --enable-scrollbar use wxScrollBar class and scrollable windows
977 --enable-slider use wxSlider class
978 --enable-spinbtn use wxSpinButton class
979 --enable-spinctrl use wxSpinCtrl class
980 --enable-splitter use wxSplitterWindow class
981 --enable-statbmp use wxStaticBitmap class
982 --enable-statbox use wxStaticBox class
983 --enable-statline use wxStaticLine class
984 --enable-stattext use wxStaticText class
985 --enable-statusbar use wxStatusBar class
986 --enable-tabdialog use wxTabControl class
987 --enable-textctrl use wxTextCtrl class
988 --enable-togglebtn use wxToggleButton class
989 --enable-toolbar use wxToolBar class
990 --enable-tbarnative use native wxToolBar class
991 --enable-tbarsmpl use wxToolBarSimple class
992 --enable-treectrl use wxTreeCtrl class
993 --enable-tipwindow use wxTipWindow class
994 --enable-popupwin use wxPopUpWindow class
995 --enable-commondlg use all common dialogs
996 --enable-choicedlg use wxChoiceDialog
997 --enable-coldlg use wxColourDialog
998 --enable-filedlg use wxFileDialog
999 --enable-finddlg use wxFindReplaceDialog
1000 --enable-fontdlg use wxFontDialog
1001 --enable-dirdlg use wxDirDialog
1002 --enable-msgdlg use wxMessageDialog
1003 --enable-numberdlg use wxNumberEntryDialog
1004 --enable-splash use wxSplashScreen
1005 --enable-textdlg use wxTextDialog
1006 --enable-tipdlg use startup tips
1007 --enable-progressdlg use wxProgressDialog
1008 --enable-wizarddlg use wxWizard
1009 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1010 --enable-miniframe use wxMiniFrame class
1011 --enable-tooltips use wxToolTip class
1012 --enable-splines use spline drawing code
1013 --enable-validators use wxValidator and derived classes
1014 --enable-busyinfo use wxBusyInfo
1015 --enable-joystick use wxJoystick (Linux only)
1016 --enable-metafiles use wxMetaFile (Windows only)
1017 --enable-dragimage use wxDragImage
1018 --enable-accessibility enable accessibility support
1019 --enable-palette use wxPalette class
1020 --enable-image use wxImage class
1021 --enable-gif use gif images (GIF file format)
1022 --enable-pcx use pcx images (PCX file format)
1023 --enable-iff use iff images (IFF file format)
1024 --enable-pnm use pnm images (PNM file format)
1025 --enable-xpm use xpm images (XPM file format)
1026 --enable-icocur use Windows ICO and CUR formats
1027 --disable-largefile omit support for large files
1028 --disable-gtktest do not try to compile and run a test GTK+ program
1029 --disable-gtktest Do not try to compile and run a test GTK program
1032 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1033 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1035 --with-motif use Motif/Lesstif
1036 --with-mac use Mac OS X
1037 --with-cocoa use Cocoa
1038 --with-wine use Wine
1039 --with-msw use MS-Windows
1040 --with-pm use OS/2 Presentation Manager
1041 --with-mgl use SciTech MGL
1042 --with-microwin use MicroWindows
1044 --with-libpng use libpng (PNG image format)
1045 --with-libjpeg use libjpeg (JPEG file format)
1046 --with-libtiff use libtiff (TIFF file format)
1047 --with-opengl use OpenGL (or Mesa)
1048 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1049 --with-regex enable support for wxRegEx class
1050 --with-zlib use zlib for LZW compression
1051 --with-odbc use the IODBC and wxODBC classes
1052 --with-expat enable XML support using expat parser
1053 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1054 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1055 --with-x use the X Window System
1056 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1058 Some influential environment variables:
1059 CC C compiler command
1060 CFLAGS C compiler flags
1061 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1062 nonstandard directory <lib dir>
1063 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1064 headers in a nonstandard directory <include dir>
1066 CXX C++ compiler command
1067 CXXFLAGS C++ compiler flags
1068 CXXCPP C++ preprocessor
1070 Use these variables to override the choices made by `configure' or to
help
1071 it to
find libraries and programs with nonstandard names
/locations.
1073 Report bugs to
<wx
-dev@lists.wxwindows.org
>.
1077 if test "$ac_init_help" = "recursive"; then
1078 # If there are subdirs, report their specific --help.
1080 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1081 test -d $ac_dir || continue
1084 if test "$ac_dir" != .
; then
1085 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1086 # A "../" for each directory in $ac_dir_suffix.
1087 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1089 ac_dir_suffix
= ac_top_builddir
=
1093 .
) # No --srcdir option. We are building in place.
1095 if test -z "$ac_top_builddir"; then
1098 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1100 [\\/]* | ?
:[\\/]* ) # Absolute path.
1101 ac_srcdir
=$srcdir$ac_dir_suffix;
1102 ac_top_srcdir
=$srcdir ;;
1104 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1105 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1107 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1109 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
1110 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
1111 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1112 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1115 # Check for guested configure; otherwise get Cygnus style configure.
1116 if test -f $ac_srcdir/configure.gnu
; then
1118 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1119 elif test -f $ac_srcdir/configure
; then
1121 $SHELL $ac_srcdir/configure
--help=recursive
1122 elif test -f $ac_srcdir/configure.ac
||
1123 test -f $ac_srcdir/configure.
in; then
1125 $ac_configure --help
1127 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1133 test -n "$ac_init_help" && exit 0
1134 if $ac_init_version; then
1136 wxWindows configure
2.5.0
1137 generated by GNU Autoconf
2.57
1139 Copyright
1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1140 Free Software Foundation
, Inc.
1141 This configure
script is free software
; the Free Software Foundation
1142 gives unlimited permission to copy
, distribute and modify it.
1148 This file contains any messages produced by compilers while
1149 running configure, to aid debugging if configure makes a mistake.
1151 It was created by wxWindows $as_me 2.5.0, which was
1152 generated by GNU Autoconf 2.57. Invocation command line was
1163 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1164 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1165 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1166 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1167 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1169 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1170 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1172 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1173 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1174 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1175 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1176 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1177 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1178 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1182 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1186 test -z "$as_dir" && as_dir
=.
1187 echo "PATH: $as_dir"
1202 # Keep a trace of the command line.
1203 # Strip out --no-create and --no-recursion so they do not pile up.
1204 # Strip out --silent because we don't want to record it for future runs.
1205 # Also quote any args containing shell meta-characters.
1206 # Make two passes to allow for proper duplicate-argument suppression.
1211 ac_must_keep_next
=false
1217 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1218 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1219 | -silent | --silent | --silen | --sile | --sil)
1221 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1222 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1225 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1227 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1228 if test $ac_must_keep_next = true
; then
1229 ac_must_keep_next
=false
# Got value, back to normal.
1232 *=* | --config-cache | -C | -disable-* | --disable-* \
1233 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1234 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1235 | -with-* | --with-* | -without-* | --without-* | --x)
1236 case "$ac_configure_args0 " in
1237 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1240 -* ) ac_must_keep_next
=true
;;
1243 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1244 # Get rid of the leading space.
1250 $as_unset ac_configure_args0
|| test "${ac_configure_args0+set}" != set || { ac_configure_args0
=; export ac_configure_args0
; }
1251 $as_unset ac_configure_args1
|| test "${ac_configure_args1+set}" != set || { ac_configure_args1
=; export ac_configure_args1
; }
1253 # When interrupted or exit'd, cleanup temporary files, and complete
1254 # config.log. We remove comments because anyway the quotes in there
1255 # would cause problems or look ugly.
1256 # WARNING: Be sure not to use single quotes in there, as some shells,
1257 # such as our DU 5.0 friend, will then `close' the trap.
1258 trap 'exit_status=$?
1259 # Save into config.log some information that might help in debugging.
1264 ## ---------------- ##
1265 ## Cache variables. ##
1266 ## ---------------- ##
1269 # The following way of writing the cache mishandles newlines in values,
1272 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1275 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1276 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1280 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1287 ## ----------------- ##
1288 ## Output variables. ##
1289 ## ----------------- ##
1292 for ac_var in $ac_subst_vars
1294 eval ac_val=$`echo $ac_var`
1295 echo "$ac_var='"'"'$ac_val'"'"'"
1299 if test -n "$ac_subst_files"; then
1306 for ac_var in $ac_subst_files
1308 eval ac_val=$`echo $ac_var`
1309 echo "$ac_var='"'"'$ac_val'"'"'"
1314 if test -s confdefs.h; then
1321 sed "/^$/d" confdefs.h | sort
1324 test "$ac_signal" != 0 &&
1325 echo "$as_me: caught signal $ac_signal"
1326 echo "$as_me: exit $exit_status"
1328 rm -f core core.* *.core &&
1329 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1332 for ac_signal
in 1 2 13 15; do
1333 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1337 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1338 rm -rf conftest
* confdefs.h
1339 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1342 # Predefined preprocessor variables.
1344 cat >>confdefs.h
<<_ACEOF
1345 #define PACKAGE_NAME "$PACKAGE_NAME"
1349 cat >>confdefs.h
<<_ACEOF
1350 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1354 cat >>confdefs.h
<<_ACEOF
1355 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1359 cat >>confdefs.h
<<_ACEOF
1360 #define PACKAGE_STRING "$PACKAGE_STRING"
1364 cat >>confdefs.h
<<_ACEOF
1365 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1369 # Let the site file select an alternate cache file if it wants to.
1370 # Prefer explicitly selected file to automatically selected ones.
1371 if test -z "$CONFIG_SITE"; then
1372 if test "x$prefix" != xNONE
; then
1373 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1375 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1378 for ac_site_file
in $CONFIG_SITE; do
1379 if test -r "$ac_site_file"; then
1380 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1381 echo "$as_me: loading site script $ac_site_file" >&6;}
1382 sed 's/^/| /' "$ac_site_file" >&5
1387 if test -r "$cache_file"; then
1388 # Some versions of bash will fail to source /dev/null (special
1389 # files actually), so we avoid doing that.
1390 if test -f "$cache_file"; then
1391 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1392 echo "$as_me: loading cache $cache_file" >&6;}
1394 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1395 *) . .
/$cache_file;;
1399 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1400 echo "$as_me: creating cache $cache_file" >&6;}
1404 # Check that the precious variables saved in the cache have kept the same
1406 ac_cache_corrupted
=false
1407 for ac_var
in `(set) 2>&1 |
1408 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1409 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1410 eval ac_new_set
=\
$ac_env_${ac_var}_set
1411 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1412 eval ac_new_val
="\$ac_env_${ac_var}_value"
1413 case $ac_old_set,$ac_new_set in
1415 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1416 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1417 ac_cache_corrupted
=: ;;
1419 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1420 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1421 ac_cache_corrupted
=: ;;
1424 if test "x$ac_old_val" != "x$ac_new_val"; then
1425 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1426 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1427 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1428 echo "$as_me: former value: $ac_old_val" >&2;}
1429 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1430 echo "$as_me: current value: $ac_new_val" >&2;}
1431 ac_cache_corrupted
=:
1434 # Pass precious variables to config.status.
1435 if test "$ac_new_set" = set; then
1437 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1438 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1439 *) ac_arg
=$ac_var=$ac_new_val ;;
1441 case " $ac_configure_args " in
1442 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1443 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1447 if $ac_cache_corrupted; then
1448 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1449 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1450 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1451 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1452 { (exit 1); exit 1; }; }
1456 ac_cpp
='$CPP $CPPFLAGS'
1457 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1458 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1459 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1491 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1492 if test -f $ac_dir/install-sh; then
1494 ac_install_sh
="$ac_aux_dir/install-sh -c"
1496 elif test -f $ac_dir/install.sh
; then
1498 ac_install_sh
="$ac_aux_dir/install.sh -c"
1500 elif test -f $ac_dir/shtool
; then
1502 ac_install_sh
="$ac_aux_dir/shtool install -c"
1506 if test -z "$ac_aux_dir"; then
1507 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1508 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1509 { (exit 1); exit 1; }; }
1511 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1512 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1513 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1515 # Make sure we can run config.sub.
1516 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1517 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1518 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1519 { (exit 1); exit 1; }; }
1521 echo "$as_me:$LINENO: checking build system type" >&5
1522 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1523 if test "${ac_cv_build+set}" = set; then
1524 echo $ECHO_N "(cached) $ECHO_C" >&6
1526 ac_cv_build_alias
=$build_alias
1527 test -z "$ac_cv_build_alias" &&
1528 ac_cv_build_alias
=`$ac_config_guess`
1529 test -z "$ac_cv_build_alias" &&
1530 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1531 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1532 { (exit 1); exit 1; }; }
1533 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1534 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1535 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1536 { (exit 1); exit 1; }; }
1539 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1540 echo "${ECHO_T}$ac_cv_build" >&6
1542 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1543 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1544 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1547 echo "$as_me:$LINENO: checking host system type" >&5
1548 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1549 if test "${ac_cv_host+set}" = set; then
1550 echo $ECHO_N "(cached) $ECHO_C" >&6
1552 ac_cv_host_alias
=$host_alias
1553 test -z "$ac_cv_host_alias" &&
1554 ac_cv_host_alias
=$ac_cv_build_alias
1555 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1556 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1557 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1558 { (exit 1); exit 1; }; }
1561 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1562 echo "${ECHO_T}$ac_cv_host" >&6
1564 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1565 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1566 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1569 echo "$as_me:$LINENO: checking target system type" >&5
1570 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1571 if test "${ac_cv_target+set}" = set; then
1572 echo $ECHO_N "(cached) $ECHO_C" >&6
1574 ac_cv_target_alias
=$target_alias
1575 test "x$ac_cv_target_alias" = "x" &&
1576 ac_cv_target_alias
=$ac_cv_host_alias
1577 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1578 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1579 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1580 { (exit 1); exit 1; }; }
1583 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1584 echo "${ECHO_T}$ac_cv_target" >&6
1585 target
=$ac_cv_target
1586 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1587 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1588 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1591 # The aliases save the names the user supplied, while $host etc.
1592 # will get canonicalized.
1593 test -n "$target_alias" &&
1594 test "$program_prefix$program_suffix$program_transform_name" = \
1596 program_prefix
=${target_alias}-
1600 WX_MAJOR_VERSION_NUMBER
=2
1601 WX_MINOR_VERSION_NUMBER
=5
1604 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
1605 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1607 WX_MSW_VERSION
=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1622 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
1628 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
1634 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1636 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1638 DEFAULT_wxUSE_COCOA
=0
1642 DEFAULT_wxUSE_MICROWIN
=0
1643 DEFAULT_wxUSE_MOTIF
=0
1648 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1649 DEFAULT_DEFAULT_wxUSE_GTK
=0
1650 DEFAULT_DEFAULT_wxUSE_MAC
=0
1651 DEFAULT_DEFAULT_wxUSE_MGL
=0
1652 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1653 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1654 DEFAULT_DEFAULT_wxUSE_MSW
=0
1655 DEFAULT_DEFAULT_wxUSE_PM
=0
1656 DEFAULT_DEFAULT_wxUSE_X11
=0
1665 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1666 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1668 cat >>confdefs.h
<<\_ACEOF
1675 cat >>confdefs.h
<<\_ACEOF
1680 if test "x$TMP" = "xalpha"; then
1682 cat >>confdefs.h
<<\_ACEOF
1687 DEFAULT_DEFAULT_wxUSE_GTK
=1
1691 cat >>confdefs.h
<<\_ACEOF
1696 if test "x$TMP" = "xalpha"; then
1698 cat >>confdefs.h
<<\_ACEOF
1703 DEFAULT_DEFAULT_wxUSE_GTK
=1
1705 *-*-irix5* | *-*-irix6* )
1708 cat >>confdefs.h
<<\_ACEOF
1712 cat >>confdefs.h
<<\_ACEOF
1716 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1722 cat >>confdefs.h
<<\_ACEOF
1726 cat >>confdefs.h
<<\_ACEOF
1727 #define __SOLARIS__ 1
1730 cat >>confdefs.h
<<\_ACEOF
1734 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1735 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1741 cat >>confdefs.h
<<\_ACEOF
1745 cat >>confdefs.h
<<\_ACEOF
1749 cat >>confdefs.h
<<\_ACEOF
1753 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1758 cat >>confdefs.h
<<\_ACEOF
1759 #define __FREEBSD__ 1
1762 cat >>confdefs.h
<<\_ACEOF
1766 DEFAULT_DEFAULT_wxUSE_GTK
=1
1771 cat >>confdefs.h
<<\_ACEOF
1772 #define __OPENBSD__ 1
1775 cat >>confdefs.h
<<\_ACEOF
1779 DEFAULT_DEFAULT_wxUSE_GTK
=1
1784 cat >>confdefs.h
<<\_ACEOF
1785 #define __NETBSD__ 1
1788 cat >>confdefs.h
<<\_ACEOF
1792 DEFAULT_DEFAULT_wxUSE_GTK
=1
1797 cat >>confdefs.h
<<\_ACEOF
1801 cat >>confdefs.h
<<\_ACEOF
1805 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1806 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1811 cat >>confdefs.h
<<\_ACEOF
1815 cat >>confdefs.h
<<\_ACEOF
1819 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1824 cat >>confdefs.h
<<\_ACEOF
1828 cat >>confdefs.h
<<\_ACEOF
1832 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1839 cat >>confdefs.h
<<\_ACEOF
1843 cat >>confdefs.h
<<\_ACEOF
1847 cat >>confdefs.h
<<\_ACEOF
1851 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1858 cat >>confdefs.h
<<\_ACEOF
1859 #define __UNIXWARE__ 1
1864 *-*-cygwin* | *-*-mingw32* )
1868 DEFAULT_DEFAULT_wxUSE_MSW
=1
1874 cat >>confdefs.h
<<\_ACEOF
1879 DEFAULT_DEFAULT_wxUSE_MGL
=1
1880 LIBS
="$LIBS -lstdc++"
1883 *-pc-os2_emx | *-pc-os2-emx )
1884 cat >>confdefs.h
<<\_ACEOF
1889 DEFAULT_DEFAULT_wxUSE_PM
=1
1896 cat >>confdefs.h
<<\_ACEOF
1900 cat >>confdefs.h
<<\_ACEOF
1901 #define __DARWIN__ 1
1904 cat >>confdefs.h
<<\_ACEOF
1905 #define __POWERPC__ 1
1908 cat >>confdefs.h
<<\_ACEOF
1909 #define TARGET_CARBON 1
1912 DEFAULT_DEFAULT_wxUSE_MAC
=1
1917 cat >>confdefs.h
<<\_ACEOF
1924 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1925 echo "$as_me: error: unknown system type ${host}." >&2;}
1926 { (exit 1); exit 1; }; }
1932 wx_arg_cache_file
="configarg.cache"
1933 echo "loading argument cache $wx_arg_cache_file"
1934 rm -f ${wx_arg_cache_file}.tmp
1935 touch ${wx_arg_cache_file}.tmp
1936 touch ${wx_arg_cache_file}
1940 if test $DEBUG_CONFIGURE = 1; then
1941 DEFAULT_wxUSE_UNIVERSAL
=no
1942 DEFAULT_wxUSE_STL
=no
1944 DEFAULT_wxUSE_NANOX
=no
1946 DEFAULT_wxUSE_THREADS
=yes
1948 DEFAULT_wxUSE_SHARED
=yes
1949 DEFAULT_wxUSE_OPTIMISE
=no
1950 DEFAULT_wxUSE_PROFILE
=no
1951 DEFAULT_wxUSE_NO_DEPS
=no
1952 DEFAULT_wxUSE_NO_RTTI
=no
1953 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1954 DEFAULT_wxUSE_PERMISSIVE
=no
1955 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1956 DEFAULT_wxUSE_DEBUG_INFO
=yes
1957 DEFAULT_wxUSE_DEBUG_GDB
=yes
1958 DEFAULT_wxUSE_MEM_TRACING
=no
1959 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1960 DEFAULT_wxUSE_DMALLOC
=no
1961 DEFAULT_wxUSE_APPLE_IEEE
=no
1963 DEFAULT_wxUSE_LOG
=yes
1964 DEFAULT_wxUSE_LOGWINDOW
=no
1965 DEFAULT_wxUSE_LOGGUI
=no
1966 DEFAULT_wxUSE_LOGDIALOG
=no
1968 DEFAULT_wxUSE_GUI
=yes
1969 DEFAULT_wxUSE_CONTROLS
=no
1971 DEFAULT_wxUSE_REGEX
=no
1972 DEFAULT_wxUSE_XML
=no
1973 DEFAULT_wxUSE_EXPAT
=no
1974 DEFAULT_wxUSE_ZLIB
=no
1975 DEFAULT_wxUSE_LIBPNG
=no
1976 DEFAULT_wxUSE_LIBJPEG
=no
1977 DEFAULT_wxUSE_LIBTIFF
=no
1978 DEFAULT_wxUSE_ODBC
=no
1979 DEFAULT_wxUSE_OPENGL
=no
1981 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1982 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
1983 DEFAULT_wxUSE_STD_IOSTREAM
=no
1984 DEFAULT_wxUSE_CMDLINE_PARSER
=no
1985 DEFAULT_wxUSE_DATETIME
=no
1986 DEFAULT_wxUSE_TIMER
=no
1987 DEFAULT_wxUSE_STOPWATCH
=no
1988 DEFAULT_wxUSE_FILE
=no
1989 DEFAULT_wxUSE_FFILE
=no
1990 DEFAULT_wxUSE_TEXTBUFFER
=no
1991 DEFAULT_wxUSE_TEXTFILE
=no
1992 DEFAULT_wxUSE_WAVE
=no
1993 DEFAULT_wxUSE_INTL
=no
1994 DEFAULT_wxUSE_CONFIG
=no
1995 DEFAULT_wxUSE_FONTMAP
=no
1996 DEFAULT_wxUSE_STREAMS
=no
1997 DEFAULT_wxUSE_SOCKETS
=no
1998 DEFAULT_wxUSE_OLE
=no
1999 DEFAULT_wxUSE_DATAOBJ
=no
2000 DEFAULT_wxUSE_DIALUP_MANAGER
=no
2001 DEFAULT_wxUSE_JOYSTICK
=no
2002 DEFAULT_wxUSE_DYNLIB_CLASS
=no
2003 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
2004 DEFAULT_wxUSE_LONGLONG
=no
2005 DEFAULT_wxUSE_GEOMETRY
=no
2007 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
2008 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
2009 DEFAULT_wxUSE_POSTSCRIPT
=no
2011 DEFAULT_wxUSE_CLIPBOARD
=no
2012 DEFAULT_wxUSE_TOOLTIPS
=no
2013 DEFAULT_wxUSE_DRAG_AND_DROP
=no
2014 DEFAULT_wxUSE_DRAGIMAGE
=no
2015 DEFAULT_wxUSE_SPLINES
=no
2017 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
2018 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
2019 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
2021 DEFAULT_wxUSE_RESOURCES
=no
2022 DEFAULT_wxUSE_CONSTRAINTS
=no
2023 DEFAULT_wxUSE_IPC
=no
2024 DEFAULT_wxUSE_HELP
=no
2025 DEFAULT_wxUSE_MS_HTML_HELP
=no
2026 DEFAULT_wxUSE_WXHTML_HELP
=no
2027 DEFAULT_wxUSE_TREELAYOUT
=no
2028 DEFAULT_wxUSE_METAFILE
=no
2029 DEFAULT_wxUSE_MIMETYPE
=no
2030 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
2031 DEFAULT_wxUSE_PROTOCOL
=no
2032 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
2033 DEFAULT_wxUSE_PROTOCOL_FTP
=no
2034 DEFAULT_wxUSE_PROTOCOL_FILE
=no
2035 DEFAULT_wxUSE_URL
=no
2037 DEFAULT_wxUSE_COMMONDLGS
=no
2038 DEFAULT_wxUSE_CHOICEDLG
=no
2039 DEFAULT_wxUSE_COLOURDLG
=no
2040 DEFAULT_wxUSE_DIRDLG
=no
2041 DEFAULT_wxUSE_FILEDLG
=no
2042 DEFAULT_wxUSE_FINDREPLDLG
=no
2043 DEFAULT_wxUSE_FONTDLG
=no
2044 DEFAULT_wxUSE_MSGDLG
=no
2045 DEFAULT_wxUSE_NUMBERDLG
=no
2046 DEFAULT_wxUSE_TEXTDLG
=no
2047 DEFAULT_wxUSE_SPLASH
=no
2048 DEFAULT_wxUSE_STARTUP_TIPS
=no
2049 DEFAULT_wxUSE_PROGRESSDLG
=no
2050 DEFAULT_wxUSE_WIZARDDLG
=no
2052 DEFAULT_wxUSE_MENUS
=no
2053 DEFAULT_wxUSE_MINIFRAME
=no
2054 DEFAULT_wxUSE_HTML
=no
2055 DEFAULT_wxUSE_FILESYSTEM
=no
2056 DEFAULT_wxUSE_FS_INET
=no
2057 DEFAULT_wxUSE_FS_ZIP
=no
2058 DEFAULT_wxUSE_BUSYINFO
=no
2059 DEFAULT_wxUSE_ZIPSTREAM
=no
2060 DEFAULT_wxUSE_VALIDATORS
=no
2062 DEFAULT_wxUSE_ACCEL
=no
2063 DEFAULT_wxUSE_BUTTON
=no
2064 DEFAULT_wxUSE_BMPBUTTON
=no
2065 DEFAULT_wxUSE_CALCTRL
=no
2066 DEFAULT_wxUSE_CARET
=no
2067 DEFAULT_wxUSE_CHECKBOX
=no
2068 DEFAULT_wxUSE_CHECKLST
=no
2069 DEFAULT_wxUSE_CHOICE
=no
2070 DEFAULT_wxUSE_COMBOBOX
=no
2071 DEFAULT_wxUSE_DISPLAY
=no
2072 DEFAULT_wxUSE_GAUGE
=no
2073 DEFAULT_wxUSE_GRID
=no
2074 DEFAULT_wxUSE_IMAGLIST
=no
2075 DEFAULT_wxUSE_LISTBOX
=no
2076 DEFAULT_wxUSE_LISTCTRL
=no
2077 DEFAULT_wxUSE_NOTEBOOK
=no
2078 DEFAULT_wxUSE_RADIOBOX
=no
2079 DEFAULT_wxUSE_RADIOBTN
=no
2080 DEFAULT_wxUSE_SASH
=no
2081 DEFAULT_wxUSE_SCROLLBAR
=no
2082 DEFAULT_wxUSE_SLIDER
=no
2083 DEFAULT_wxUSE_SPINBTN
=no
2084 DEFAULT_wxUSE_SPINCTRL
=no
2085 DEFAULT_wxUSE_SPLITTER
=no
2086 DEFAULT_wxUSE_STATBMP
=no
2087 DEFAULT_wxUSE_STATBOX
=no
2088 DEFAULT_wxUSE_STATLINE
=no
2089 DEFAULT_wxUSE_STATTEXT
=no
2090 DEFAULT_wxUSE_STATUSBAR
=yes
2091 DEFAULT_wxUSE_TABDIALOG
=no
2092 DEFAULT_wxUSE_TEXTCTRL
=no
2093 DEFAULT_wxUSE_TOGGLEBTN
=no
2094 DEFAULT_wxUSE_TOOLBAR
=no
2095 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
2096 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
2097 DEFAULT_wxUSE_TREECTRL
=no
2098 DEFAULT_wxUSE_POPUPWIN
=no
2099 DEFAULT_wxUSE_TIPWINDOW
=no
2101 DEFAULT_wxUSE_UNICODE
=no
2102 DEFAULT_wxUSE_UNICODE_MSLU
=no
2103 DEFAULT_wxUSE_WCSRTOMBS
=no
2105 DEFAULT_wxUSE_PALETTE
=no
2106 DEFAULT_wxUSE_IMAGE
=no
2107 DEFAULT_wxUSE_GIF
=no
2108 DEFAULT_wxUSE_PCX
=no
2109 DEFAULT_wxUSE_PNM
=no
2110 DEFAULT_wxUSE_IFF
=no
2111 DEFAULT_wxUSE_XPM
=no
2112 DEFAULT_wxUSE_ICO_CUR
=no
2113 DEFAULT_wxUSE_ACCESSIBILITY
=no
2115 DEFAULT_wxUSE_MONOLITHIC
=yes
2117 DEFAULT_wxUSE_UNIVERSAL
=no
2118 DEFAULT_wxUSE_STL
=no
2120 DEFAULT_wxUSE_NANOX
=no
2122 DEFAULT_wxUSE_THREADS
=yes
2124 DEFAULT_wxUSE_SHARED
=yes
2125 DEFAULT_wxUSE_OPTIMISE
=yes
2126 DEFAULT_wxUSE_PROFILE
=no
2127 DEFAULT_wxUSE_NO_DEPS
=no
2128 DEFAULT_wxUSE_NO_RTTI
=no
2129 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2130 DEFAULT_wxUSE_PERMISSIVE
=no
2131 DEFAULT_wxUSE_DEBUG_FLAG
=no
2132 DEFAULT_wxUSE_DEBUG_INFO
=no
2133 DEFAULT_wxUSE_DEBUG_GDB
=no
2134 DEFAULT_wxUSE_MEM_TRACING
=no
2135 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2136 DEFAULT_wxUSE_DMALLOC
=no
2137 DEFAULT_wxUSE_APPLE_IEEE
=yes
2139 DEFAULT_wxUSE_LOG
=yes
2140 DEFAULT_wxUSE_LOGWINDOW
=yes
2141 DEFAULT_wxUSE_LOGGUI
=yes
2142 DEFAULT_wxUSE_LOGDIALOG
=yes
2144 DEFAULT_wxUSE_GUI
=yes
2146 DEFAULT_wxUSE_REGEX
=yes
2147 DEFAULT_wxUSE_XML
=yes
2148 DEFAULT_wxUSE_EXPAT
=yes
2149 DEFAULT_wxUSE_ZLIB
=yes
2150 DEFAULT_wxUSE_LIBPNG
=yes
2151 DEFAULT_wxUSE_LIBJPEG
=yes
2152 DEFAULT_wxUSE_LIBTIFF
=yes
2153 DEFAULT_wxUSE_ODBC
=no
2154 DEFAULT_wxUSE_OPENGL
=no
2156 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
2157 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
2158 DEFAULT_wxUSE_STD_IOSTREAM
=no
2159 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
2160 DEFAULT_wxUSE_DATETIME
=yes
2161 DEFAULT_wxUSE_TIMER
=yes
2162 DEFAULT_wxUSE_STOPWATCH
=yes
2163 DEFAULT_wxUSE_FILE
=yes
2164 DEFAULT_wxUSE_FFILE
=yes
2165 DEFAULT_wxUSE_TEXTBUFFER
=yes
2166 DEFAULT_wxUSE_TEXTFILE
=yes
2167 DEFAULT_wxUSE_WAVE
=no
2168 DEFAULT_wxUSE_INTL
=yes
2169 DEFAULT_wxUSE_CONFIG
=yes
2170 DEFAULT_wxUSE_FONTMAP
=yes
2171 DEFAULT_wxUSE_STREAMS
=yes
2172 DEFAULT_wxUSE_SOCKETS
=yes
2173 DEFAULT_wxUSE_OLE
=yes
2174 DEFAULT_wxUSE_DATAOBJ
=yes
2175 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
2176 DEFAULT_wxUSE_JOYSTICK
=yes
2177 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
2178 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
2179 DEFAULT_wxUSE_LONGLONG
=yes
2180 DEFAULT_wxUSE_GEOMETRY
=yes
2182 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
2183 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
2184 DEFAULT_wxUSE_POSTSCRIPT
=yes
2186 DEFAULT_wxUSE_CLIPBOARD
=yes
2187 DEFAULT_wxUSE_TOOLTIPS
=yes
2188 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
2189 DEFAULT_wxUSE_DRAGIMAGE
=yes
2190 DEFAULT_wxUSE_SPLINES
=yes
2192 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
2193 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
2194 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
2196 DEFAULT_wxUSE_RESOURCES
=no
2197 DEFAULT_wxUSE_CONSTRAINTS
=yes
2198 DEFAULT_wxUSE_IPC
=yes
2199 DEFAULT_wxUSE_HELP
=yes
2200 DEFAULT_wxUSE_MS_HTML_HELP
=yes
2201 DEFAULT_wxUSE_WXHTML_HELP
=yes
2202 DEFAULT_wxUSE_TREELAYOUT
=yes
2203 DEFAULT_wxUSE_METAFILE
=yes
2204 DEFAULT_wxUSE_MIMETYPE
=yes
2205 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
2206 DEFAULT_wxUSE_PROTOCOL
=yes
2207 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
2208 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
2209 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
2210 DEFAULT_wxUSE_URL
=yes
2212 DEFAULT_wxUSE_COMMONDLGS
=yes
2213 DEFAULT_wxUSE_CHOICEDLG
=yes
2214 DEFAULT_wxUSE_COLOURDLG
=yes
2215 DEFAULT_wxUSE_DIRDLG
=yes
2216 DEFAULT_wxUSE_FILEDLG
=yes
2217 DEFAULT_wxUSE_FINDREPLDLG
=yes
2218 DEFAULT_wxUSE_FONTDLG
=yes
2219 DEFAULT_wxUSE_MSGDLG
=yes
2220 DEFAULT_wxUSE_NUMBERDLG
=yes
2221 DEFAULT_wxUSE_TEXTDLG
=yes
2222 DEFAULT_wxUSE_SPLASH
=yes
2223 DEFAULT_wxUSE_STARTUP_TIPS
=yes
2224 DEFAULT_wxUSE_PROGRESSDLG
=yes
2225 DEFAULT_wxUSE_WIZARDDLG
=yes
2227 DEFAULT_wxUSE_MENUS
=yes
2228 DEFAULT_wxUSE_MINIFRAME
=yes
2229 DEFAULT_wxUSE_HTML
=yes
2230 DEFAULT_wxUSE_FILESYSTEM
=yes
2231 DEFAULT_wxUSE_FS_INET
=yes
2232 DEFAULT_wxUSE_FS_ZIP
=yes
2233 DEFAULT_wxUSE_BUSYINFO
=yes
2234 DEFAULT_wxUSE_ZIPSTREAM
=yes
2235 DEFAULT_wxUSE_VALIDATORS
=yes
2237 DEFAULT_wxUSE_ACCEL
=yes
2238 DEFAULT_wxUSE_BUTTON
=yes
2239 DEFAULT_wxUSE_BMPBUTTON
=yes
2240 DEFAULT_wxUSE_CALCTRL
=yes
2241 DEFAULT_wxUSE_CARET
=yes
2242 DEFAULT_wxUSE_CHECKBOX
=yes
2243 DEFAULT_wxUSE_CHECKLST
=yes
2244 DEFAULT_wxUSE_CHOICE
=yes
2245 DEFAULT_wxUSE_COMBOBOX
=yes
2246 DEFAULT_wxUSE_DISPLAY
=no
2247 DEFAULT_wxUSE_GAUGE
=yes
2248 DEFAULT_wxUSE_GRID
=yes
2249 DEFAULT_wxUSE_IMAGLIST
=yes
2250 DEFAULT_wxUSE_LISTBOX
=yes
2251 DEFAULT_wxUSE_LISTCTRL
=yes
2252 DEFAULT_wxUSE_NOTEBOOK
=yes
2253 DEFAULT_wxUSE_RADIOBOX
=yes
2254 DEFAULT_wxUSE_RADIOBTN
=yes
2255 DEFAULT_wxUSE_SASH
=yes
2256 DEFAULT_wxUSE_SCROLLBAR
=yes
2257 DEFAULT_wxUSE_SLIDER
=yes
2258 DEFAULT_wxUSE_SPINBTN
=yes
2259 DEFAULT_wxUSE_SPINCTRL
=yes
2260 DEFAULT_wxUSE_SPLITTER
=yes
2261 DEFAULT_wxUSE_STATBMP
=yes
2262 DEFAULT_wxUSE_STATBOX
=yes
2263 DEFAULT_wxUSE_STATLINE
=yes
2264 DEFAULT_wxUSE_STATTEXT
=yes
2265 DEFAULT_wxUSE_STATUSBAR
=yes
2266 DEFAULT_wxUSE_TABDIALOG
=no
2267 DEFAULT_wxUSE_TEXTCTRL
=yes
2268 DEFAULT_wxUSE_TOGGLEBTN
=yes
2269 DEFAULT_wxUSE_TOOLBAR
=yes
2270 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
2271 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
2272 DEFAULT_wxUSE_TREECTRL
=yes
2273 DEFAULT_wxUSE_POPUPWIN
=yes
2274 DEFAULT_wxUSE_TIPWINDOW
=yes
2276 DEFAULT_wxUSE_UNICODE
=no
2277 DEFAULT_wxUSE_UNICODE_MSLU
=yes
2278 DEFAULT_wxUSE_WCSRTOMBS
=no
2280 DEFAULT_wxUSE_PALETTE
=yes
2281 DEFAULT_wxUSE_IMAGE
=yes
2282 DEFAULT_wxUSE_GIF
=yes
2283 DEFAULT_wxUSE_PCX
=yes
2284 DEFAULT_wxUSE_IFF
=no
2285 DEFAULT_wxUSE_PNM
=yes
2286 DEFAULT_wxUSE_XPM
=yes
2287 DEFAULT_wxUSE_ICO_CUR
=yes
2288 DEFAULT_wxUSE_ACCESSIBILITY
=no
2290 DEFAULT_wxUSE_MONOLITHIC
=yes
2295 for toolkit
in `echo $ALL_TOOLKITS`; do
2296 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2297 if test "x$LINE" != "x" ; then
2298 has_toolkit_in_cache
=1
2299 eval "DEFAULT_$LINE"
2300 eval "CACHE_$toolkit=1"
2307 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2308 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2310 # Check whether --enable-gui or --disable-gui was given.
2311 if test "${enable_gui+set}" = set; then
2312 enableval
="$enable_gui"
2314 if test "$enableval" = yes; then
2315 ac_cv_use_gui
='wxUSE_GUI=yes'
2317 ac_cv_use_gui
='wxUSE_GUI=no'
2322 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2323 if test "x$LINE" != x
; then
2324 eval "DEFAULT_$LINE"
2329 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2333 eval "$ac_cv_use_gui"
2334 if test "$no_cache" != 1; then
2335 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2338 if test "$wxUSE_GUI" = yes; then
2339 echo "$as_me:$LINENO: result: yes" >&5
2340 echo "${ECHO_T}yes" >&6
2342 echo "$as_me:$LINENO: result: no" >&5
2343 echo "${ECHO_T}no" >&6
2348 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2349 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2351 # Check whether --enable-monolithic or --disable-monolithic was given.
2352 if test "${enable_monolithic+set}" = set; then
2353 enableval
="$enable_monolithic"
2355 if test "$enableval" = yes; then
2356 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=yes'
2358 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=no'
2363 LINE
=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2364 if test "x$LINE" != x
; then
2365 eval "DEFAULT_$LINE"
2370 ac_cv_use_monolithic
='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2374 eval "$ac_cv_use_monolithic"
2375 if test "$no_cache" != 1; then
2376 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2379 if test "$wxUSE_MONOLITHIC" = yes; then
2380 echo "$as_me:$LINENO: result: yes" >&5
2381 echo "${ECHO_T}yes" >&6
2383 echo "$as_me:$LINENO: result: no" >&5
2384 echo "${ECHO_T}no" >&6
2388 if test "$wxUSE_GUI" = "yes"; then
2392 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2393 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2395 # Check whether --enable-universal or --disable-universal was given.
2396 if test "${enable_universal+set}" = set; then
2397 enableval
="$enable_universal"
2399 if test "$enableval" = yes; then
2400 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
2402 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
2407 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2408 if test "x$LINE" != x
; then
2409 eval "DEFAULT_$LINE"
2414 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2418 eval "$ac_cv_use_universal"
2419 if test "$no_cache" != 1; then
2420 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2423 if test "$wxUSE_UNIVERSAL" = yes; then
2424 echo "$as_me:$LINENO: result: yes" >&5
2425 echo "${ECHO_T}yes" >&6
2427 echo "$as_me:$LINENO: result: no" >&5
2428 echo "${ECHO_T}no" >&6
2432 # Check whether --with-gtk or --without-gtk was given.
2433 if test "${with_gtk+set}" = set; then
2435 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
2438 # Check whether --with-motif or --without-motif was given.
2439 if test "${with_motif+set}" = set; then
2440 withval
="$with_motif"
2441 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
2444 # Check whether --with-mac or --without-mac was given.
2445 if test "${with_mac+set}" = set; then
2447 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
2450 # Check whether --with-cocoa or --without-cocoa was given.
2451 if test "${with_cocoa+set}" = set; then
2452 withval
="$with_cocoa"
2453 wxUSE_COCOA
="$withval" TOOLKIT_GIVEN
=1
2456 # Check whether --with-wine or --without-wine was given.
2457 if test "${with_wine+set}" = set; then
2458 withval
="$with_wine"
2459 wxUSE_WINE
="$withval" CACHE_WINE
=1
2462 # Check whether --with-msw or --without-msw was given.
2463 if test "${with_msw+set}" = set; then
2465 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
2468 # Check whether --with-pm or --without-pm was given.
2469 if test "${with_pm+set}" = set; then
2471 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
2474 # Check whether --with-mgl or --without-mgl was given.
2475 if test "${with_mgl+set}" = set; then
2477 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
2480 # Check whether --with-microwin or --without-microwin was given.
2481 if test "${with_microwin+set}" = set; then
2482 withval
="$with_microwin"
2483 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
2486 # Check whether --with-x11 or --without-x11 was given.
2487 if test "${with_x11+set}" = set; then
2489 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
2493 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2494 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2496 # Check whether --enable-nanox or --disable-nanox was given.
2497 if test "${enable_nanox+set}" = set; then
2498 enableval
="$enable_nanox"
2500 if test "$enableval" = yes; then
2501 ac_cv_use_nanox
='wxUSE_NANOX=yes'
2503 ac_cv_use_nanox
='wxUSE_NANOX=no'
2508 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2509 if test "x$LINE" != x
; then
2510 eval "DEFAULT_$LINE"
2515 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2519 eval "$ac_cv_use_nanox"
2520 if test "$no_cache" != 1; then
2521 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2524 if test "$wxUSE_NANOX" = yes; then
2525 echo "$as_me:$LINENO: result: yes" >&5
2526 echo "${ECHO_T}yes" >&6
2528 echo "$as_me:$LINENO: result: no" >&5
2529 echo "${ECHO_T}no" >&6
2535 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2536 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2538 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2539 if test "${enable_gtk2+set}" = set; then
2540 enableval
="$enable_gtk2"
2542 if test "$enableval" = yes; then
2543 ac_cv_use_gtk2
='wxUSE_GTK2=yes'
2545 ac_cv_use_gtk2
='wxUSE_GTK2=no'
2550 LINE
=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2551 if test "x$LINE" != x
; then
2552 eval "DEFAULT_$LINE"
2557 ac_cv_use_gtk2
='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
2561 eval "$ac_cv_use_gtk2"
2562 if test "$no_cache" != 1; then
2563 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2566 if test "$wxUSE_GTK2" = yes; then
2567 echo "$as_me:$LINENO: result: yes" >&5
2568 echo "${ECHO_T}yes" >&6
2570 echo "$as_me:$LINENO: result: no" >&5
2571 echo "${ECHO_T}no" >&6
2576 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2577 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2580 # Check whether --with-libpng or --without-libpng was given.
2581 if test "${with_libpng+set}" = set; then
2582 withval
="$with_libpng"
2584 if test "$withval" = yes; then
2585 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
2586 elif test "$withval" = no
; then
2587 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
2588 elif test "$withval" = sys
; then
2589 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
2590 elif test "$withval" = builtin; then
2591 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
2593 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2594 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2595 { (exit 1); exit 1; }; }
2600 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2601 if test "x$LINE" != x
; then
2602 eval "DEFAULT_$LINE"
2607 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2611 eval "$ac_cv_use_libpng"
2612 if test "$no_cache" != 1; then
2613 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2616 if test "$wxUSE_LIBPNG" = yes; then
2617 echo "$as_me:$LINENO: result: yes" >&5
2618 echo "${ECHO_T}yes" >&6
2619 elif test "$wxUSE_LIBPNG" = no
; then
2620 echo "$as_me:$LINENO: result: no" >&5
2621 echo "${ECHO_T}no" >&6
2622 elif test "$wxUSE_LIBPNG" = sys
; then
2623 echo "$as_me:$LINENO: result: system version" >&5
2624 echo "${ECHO_T}system version" >&6
2625 elif test "$wxUSE_LIBPNG" = builtin; then
2626 echo "$as_me:$LINENO: result: builtin version" >&5
2627 echo "${ECHO_T}builtin version" >&6
2629 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2630 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2631 { (exit 1); exit 1; }; }
2635 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2636 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2639 # Check whether --with-libjpeg or --without-libjpeg was given.
2640 if test "${with_libjpeg+set}" = set; then
2641 withval
="$with_libjpeg"
2643 if test "$withval" = yes; then
2644 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
2645 elif test "$withval" = no
; then
2646 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
2647 elif test "$withval" = sys
; then
2648 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2649 elif test "$withval" = builtin; then
2650 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2652 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2653 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2654 { (exit 1); exit 1; }; }
2659 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2660 if test "x$LINE" != x
; then
2661 eval "DEFAULT_$LINE"
2666 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2670 eval "$ac_cv_use_libjpeg"
2671 if test "$no_cache" != 1; then
2672 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2675 if test "$wxUSE_LIBJPEG" = yes; then
2676 echo "$as_me:$LINENO: result: yes" >&5
2677 echo "${ECHO_T}yes" >&6
2678 elif test "$wxUSE_LIBJPEG" = no
; then
2679 echo "$as_me:$LINENO: result: no" >&5
2680 echo "${ECHO_T}no" >&6
2681 elif test "$wxUSE_LIBJPEG" = sys
; then
2682 echo "$as_me:$LINENO: result: system version" >&5
2683 echo "${ECHO_T}system version" >&6
2684 elif test "$wxUSE_LIBJPEG" = builtin; then
2685 echo "$as_me:$LINENO: result: builtin version" >&5
2686 echo "${ECHO_T}builtin version" >&6
2688 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2689 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2690 { (exit 1); exit 1; }; }
2694 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2695 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2698 # Check whether --with-libtiff or --without-libtiff was given.
2699 if test "${with_libtiff+set}" = set; then
2700 withval
="$with_libtiff"
2702 if test "$withval" = yes; then
2703 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2704 elif test "$withval" = no
; then
2705 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2706 elif test "$withval" = sys
; then
2707 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2708 elif test "$withval" = builtin; then
2709 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2711 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2712 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2713 { (exit 1); exit 1; }; }
2718 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2719 if test "x$LINE" != x
; then
2720 eval "DEFAULT_$LINE"
2725 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2729 eval "$ac_cv_use_libtiff"
2730 if test "$no_cache" != 1; then
2731 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2734 if test "$wxUSE_LIBTIFF" = yes; then
2735 echo "$as_me:$LINENO: result: yes" >&5
2736 echo "${ECHO_T}yes" >&6
2737 elif test "$wxUSE_LIBTIFF" = no
; then
2738 echo "$as_me:$LINENO: result: no" >&5
2739 echo "${ECHO_T}no" >&6
2740 elif test "$wxUSE_LIBTIFF" = sys
; then
2741 echo "$as_me:$LINENO: result: system version" >&5
2742 echo "${ECHO_T}system version" >&6
2743 elif test "$wxUSE_LIBTIFF" = builtin; then
2744 echo "$as_me:$LINENO: result: builtin version" >&5
2745 echo "${ECHO_T}builtin version" >&6
2747 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2748 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2749 { (exit 1); exit 1; }; }
2753 echo "$as_me:$LINENO: checking for --with-opengl" >&5
2754 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
2757 # Check whether --with-opengl or --without-opengl was given.
2758 if test "${with_opengl+set}" = set; then
2759 withval
="$with_opengl"
2761 if test "$withval" = yes; then
2762 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
2764 ac_cv_use_opengl
='wxUSE_OPENGL=no'
2769 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2770 if test "x$LINE" != x
; then
2771 eval "DEFAULT_$LINE"
2776 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2780 eval "$ac_cv_use_opengl"
2781 if test "$no_cache" != 1; then
2782 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2785 if test "$wxUSE_OPENGL" = yes; then
2786 echo "$as_me:$LINENO: result: yes" >&5
2787 echo "${ECHO_T}yes" >&6
2789 echo "$as_me:$LINENO: result: no" >&5
2790 echo "${ECHO_T}no" >&6
2797 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
2798 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
2801 # Check whether --with-dmalloc or --without-dmalloc was given.
2802 if test "${with_dmalloc+set}" = set; then
2803 withval
="$with_dmalloc"
2805 if test "$withval" = yes; then
2806 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
2808 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
2813 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2814 if test "x$LINE" != x
; then
2815 eval "DEFAULT_$LINE"
2820 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2824 eval "$ac_cv_use_dmalloc"
2825 if test "$no_cache" != 1; then
2826 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2829 if test "$wxUSE_DMALLOC" = yes; then
2830 echo "$as_me:$LINENO: result: yes" >&5
2831 echo "${ECHO_T}yes" >&6
2833 echo "$as_me:$LINENO: result: no" >&5
2834 echo "${ECHO_T}no" >&6
2838 echo "$as_me:$LINENO: checking for --with-regex" >&5
2839 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
2842 # Check whether --with-regex or --without-regex was given.
2843 if test "${with_regex+set}" = set; then
2844 withval
="$with_regex"
2846 if test "$withval" = yes; then
2847 ac_cv_use_regex
='wxUSE_REGEX=yes'
2848 elif test "$withval" = no
; then
2849 ac_cv_use_regex
='wxUSE_REGEX=no'
2850 elif test "$withval" = sys
; then
2851 ac_cv_use_regex
='wxUSE_REGEX=sys'
2852 elif test "$withval" = builtin; then
2853 ac_cv_use_regex
='wxUSE_REGEX=builtin'
2855 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2856 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2857 { (exit 1); exit 1; }; }
2862 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2863 if test "x$LINE" != x
; then
2864 eval "DEFAULT_$LINE"
2869 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2873 eval "$ac_cv_use_regex"
2874 if test "$no_cache" != 1; then
2875 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2878 if test "$wxUSE_REGEX" = yes; then
2879 echo "$as_me:$LINENO: result: yes" >&5
2880 echo "${ECHO_T}yes" >&6
2881 elif test "$wxUSE_REGEX" = no
; then
2882 echo "$as_me:$LINENO: result: no" >&5
2883 echo "${ECHO_T}no" >&6
2884 elif test "$wxUSE_REGEX" = sys
; then
2885 echo "$as_me:$LINENO: result: system version" >&5
2886 echo "${ECHO_T}system version" >&6
2887 elif test "$wxUSE_REGEX" = builtin; then
2888 echo "$as_me:$LINENO: result: builtin version" >&5
2889 echo "${ECHO_T}builtin version" >&6
2891 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2892 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2893 { (exit 1); exit 1; }; }
2897 echo "$as_me:$LINENO: checking for --with-zlib" >&5
2898 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
2901 # Check whether --with-zlib or --without-zlib was given.
2902 if test "${with_zlib+set}" = set; then
2903 withval
="$with_zlib"
2905 if test "$withval" = yes; then
2906 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
2907 elif test "$withval" = no
; then
2908 ac_cv_use_zlib
='wxUSE_ZLIB=no'
2909 elif test "$withval" = sys
; then
2910 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
2911 elif test "$withval" = builtin; then
2912 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
2914 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2915 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2916 { (exit 1); exit 1; }; }
2921 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2922 if test "x$LINE" != x
; then
2923 eval "DEFAULT_$LINE"
2928 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2932 eval "$ac_cv_use_zlib"
2933 if test "$no_cache" != 1; then
2934 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2937 if test "$wxUSE_ZLIB" = yes; then
2938 echo "$as_me:$LINENO: result: yes" >&5
2939 echo "${ECHO_T}yes" >&6
2940 elif test "$wxUSE_ZLIB" = no
; then
2941 echo "$as_me:$LINENO: result: no" >&5
2942 echo "${ECHO_T}no" >&6
2943 elif test "$wxUSE_ZLIB" = sys
; then
2944 echo "$as_me:$LINENO: result: system version" >&5
2945 echo "${ECHO_T}system version" >&6
2946 elif test "$wxUSE_ZLIB" = builtin; then
2947 echo "$as_me:$LINENO: result: builtin version" >&5
2948 echo "${ECHO_T}builtin version" >&6
2950 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2951 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2952 { (exit 1); exit 1; }; }
2956 echo "$as_me:$LINENO: checking for --with-odbc" >&5
2957 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
2960 # Check whether --with-odbc or --without-odbc was given.
2961 if test "${with_odbc+set}" = set; then
2962 withval
="$with_odbc"
2964 if test "$withval" = yes; then
2965 ac_cv_use_odbc
='wxUSE_ODBC=yes'
2966 elif test "$withval" = no
; then
2967 ac_cv_use_odbc
='wxUSE_ODBC=no'
2968 elif test "$withval" = sys
; then
2969 ac_cv_use_odbc
='wxUSE_ODBC=sys'
2970 elif test "$withval" = builtin; then
2971 ac_cv_use_odbc
='wxUSE_ODBC=builtin'
2973 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
2974 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
2975 { (exit 1); exit 1; }; }
2980 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2981 if test "x$LINE" != x
; then
2982 eval "DEFAULT_$LINE"
2987 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2991 eval "$ac_cv_use_odbc"
2992 if test "$no_cache" != 1; then
2993 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2996 if test "$wxUSE_ODBC" = yes; then
2997 echo "$as_me:$LINENO: result: yes" >&5
2998 echo "${ECHO_T}yes" >&6
2999 elif test "$wxUSE_ODBC" = no
; then
3000 echo "$as_me:$LINENO: result: no" >&5
3001 echo "${ECHO_T}no" >&6
3002 elif test "$wxUSE_ODBC" = sys
; then
3003 echo "$as_me:$LINENO: result: system version" >&5
3004 echo "${ECHO_T}system version" >&6
3005 elif test "$wxUSE_ODBC" = builtin; then
3006 echo "$as_me:$LINENO: result: builtin version" >&5
3007 echo "${ECHO_T}builtin version" >&6
3009 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3010 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3011 { (exit 1); exit 1; }; }
3015 echo "$as_me:$LINENO: checking for --with-expat" >&5
3016 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3019 # Check whether --with-expat or --without-expat was given.
3020 if test "${with_expat+set}" = set; then
3021 withval
="$with_expat"
3023 if test "$withval" = yes; then
3024 ac_cv_use_expat
='wxUSE_EXPAT=yes'
3025 elif test "$withval" = no
; then
3026 ac_cv_use_expat
='wxUSE_EXPAT=no'
3027 elif test "$withval" = sys
; then
3028 ac_cv_use_expat
='wxUSE_EXPAT=sys'
3029 elif test "$withval" = builtin; then
3030 ac_cv_use_expat
='wxUSE_EXPAT=builtin'
3032 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3033 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3034 { (exit 1); exit 1; }; }
3039 LINE
=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3040 if test "x$LINE" != x
; then
3041 eval "DEFAULT_$LINE"
3046 ac_cv_use_expat
='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3050 eval "$ac_cv_use_expat"
3051 if test "$no_cache" != 1; then
3052 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3055 if test "$wxUSE_EXPAT" = yes; then
3056 echo "$as_me:$LINENO: result: yes" >&5
3057 echo "${ECHO_T}yes" >&6
3058 elif test "$wxUSE_EXPAT" = no
; then
3059 echo "$as_me:$LINENO: result: no" >&5
3060 echo "${ECHO_T}no" >&6
3061 elif test "$wxUSE_EXPAT" = sys
; then
3062 echo "$as_me:$LINENO: result: system version" >&5
3063 echo "${ECHO_T}system version" >&6
3064 elif test "$wxUSE_EXPAT" = builtin; then
3065 echo "$as_me:$LINENO: result: builtin version" >&5
3066 echo "${ECHO_T}builtin version" >&6
3068 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3069 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3070 { (exit 1); exit 1; }; }
3077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3078 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3080 # Check whether --enable-shared or --disable-shared was given.
3081 if test "${enable_shared+set}" = set; then
3082 enableval
="$enable_shared"
3084 if test "$enableval" = yes; then
3085 ac_cv_use_shared
='wxUSE_SHARED=yes'
3087 ac_cv_use_shared
='wxUSE_SHARED=no'
3092 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3093 if test "x$LINE" != x
; then
3094 eval "DEFAULT_$LINE"
3099 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3103 eval "$ac_cv_use_shared"
3104 if test "$no_cache" != 1; then
3105 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3108 if test "$wxUSE_SHARED" = yes; then
3109 echo "$as_me:$LINENO: result: yes" >&5
3110 echo "${ECHO_T}yes" >&6
3112 echo "$as_me:$LINENO: result: no" >&5
3113 echo "${ECHO_T}no" >&6
3118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3119 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3121 # Check whether --enable-optimise or --disable-optimise was given.
3122 if test "${enable_optimise+set}" = set; then
3123 enableval
="$enable_optimise"
3125 if test "$enableval" = yes; then
3126 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
3128 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
3133 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3134 if test "x$LINE" != x
; then
3135 eval "DEFAULT_$LINE"
3140 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3144 eval "$ac_cv_use_optimise"
3145 if test "$no_cache" != 1; then
3146 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3149 if test "$wxUSE_OPTIMISE" = yes; then
3150 echo "$as_me:$LINENO: result: yes" >&5
3151 echo "${ECHO_T}yes" >&6
3153 echo "$as_me:$LINENO: result: no" >&5
3154 echo "${ECHO_T}no" >&6
3159 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3160 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3162 # Check whether --enable-debug or --disable-debug was given.
3163 if test "${enable_debug+set}" = set; then
3164 enableval
="$enable_debug"
3166 if test "$enableval" = yes; then
3167 ac_cv_use_debug
='wxUSE_DEBUG=yes'
3169 ac_cv_use_debug
='wxUSE_DEBUG=no'
3174 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3175 if test "x$LINE" != x
; then
3176 eval "DEFAULT_$LINE"
3181 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3185 eval "$ac_cv_use_debug"
3186 if test "$no_cache" != 1; then
3187 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3190 if test "$wxUSE_DEBUG" = yes; then
3191 echo "$as_me:$LINENO: result: yes" >&5
3192 echo "${ECHO_T}yes" >&6
3194 echo "$as_me:$LINENO: result: no" >&5
3195 echo "${ECHO_T}no" >&6
3200 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3201 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3203 # Check whether --enable-stl or --disable-stl was given.
3204 if test "${enable_stl+set}" = set; then
3205 enableval
="$enable_stl"
3207 if test "$enableval" = yes; then
3208 ac_cv_use_stl
='wxUSE_STL=yes'
3210 ac_cv_use_stl
='wxUSE_STL=no'
3215 LINE
=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3216 if test "x$LINE" != x
; then
3217 eval "DEFAULT_$LINE"
3222 ac_cv_use_stl
='wxUSE_STL='$DEFAULT_wxUSE_STL
3226 eval "$ac_cv_use_stl"
3227 if test "$no_cache" != 1; then
3228 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3231 if test "$wxUSE_STL" = yes; then
3232 echo "$as_me:$LINENO: result: yes" >&5
3233 echo "${ECHO_T}yes" >&6
3235 echo "$as_me:$LINENO: result: no" >&5
3236 echo "${ECHO_T}no" >&6
3240 if test "$wxUSE_DEBUG" = "yes"; then
3241 DEFAULT_wxUSE_DEBUG_FLAG
=yes
3242 DEFAULT_wxUSE_DEBUG_INFO
=yes
3243 elif test "$wxUSE_DEBUG" = "no"; then
3244 DEFAULT_wxUSE_DEBUG_FLAG
=no
3245 DEFAULT_wxUSE_DEBUG_INFO
=no
3250 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3251 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3253 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3254 if test "${enable_debug_flag+set}" = set; then
3255 enableval
="$enable_debug_flag"
3257 if test "$enableval" = yes; then
3258 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
3260 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
3265 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3266 if test "x$LINE" != x
; then
3267 eval "DEFAULT_$LINE"
3272 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3276 eval "$ac_cv_use_debug_flag"
3277 if test "$no_cache" != 1; then
3278 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3281 if test "$wxUSE_DEBUG_FLAG" = yes; then
3282 echo "$as_me:$LINENO: result: yes" >&5
3283 echo "${ECHO_T}yes" >&6
3285 echo "$as_me:$LINENO: result: no" >&5
3286 echo "${ECHO_T}no" >&6
3291 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3292 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3294 # Check whether --enable-debug_info or --disable-debug_info was given.
3295 if test "${enable_debug_info+set}" = set; then
3296 enableval
="$enable_debug_info"
3298 if test "$enableval" = yes; then
3299 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
3301 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
3306 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3307 if test "x$LINE" != x
; then
3308 eval "DEFAULT_$LINE"
3313 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3317 eval "$ac_cv_use_debug_info"
3318 if test "$no_cache" != 1; then
3319 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3322 if test "$wxUSE_DEBUG_INFO" = yes; then
3323 echo "$as_me:$LINENO: result: yes" >&5
3324 echo "${ECHO_T}yes" >&6
3326 echo "$as_me:$LINENO: result: no" >&5
3327 echo "${ECHO_T}no" >&6
3332 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3333 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3335 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3336 if test "${enable_debug_gdb+set}" = set; then
3337 enableval
="$enable_debug_gdb"
3339 if test "$enableval" = yes; then
3340 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
3342 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
3347 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3348 if test "x$LINE" != x
; then
3349 eval "DEFAULT_$LINE"
3354 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3358 eval "$ac_cv_use_debug_gdb"
3359 if test "$no_cache" != 1; then
3360 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3363 if test "$wxUSE_DEBUG_GDB" = yes; then
3364 echo "$as_me:$LINENO: result: yes" >&5
3365 echo "${ECHO_T}yes" >&6
3367 echo "$as_me:$LINENO: result: no" >&5
3368 echo "${ECHO_T}no" >&6
3373 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3374 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3376 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3377 if test "${enable_debug_cntxt+set}" = set; then
3378 enableval
="$enable_debug_cntxt"
3380 if test "$enableval" = yes; then
3381 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
3383 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
3388 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3389 if test "x$LINE" != x
; then
3390 eval "DEFAULT_$LINE"
3395 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3399 eval "$ac_cv_use_debug_cntxt"
3400 if test "$no_cache" != 1; then
3401 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3404 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3405 echo "$as_me:$LINENO: result: yes" >&5
3406 echo "${ECHO_T}yes" >&6
3408 echo "$as_me:$LINENO: result: no" >&5
3409 echo "${ECHO_T}no" >&6
3414 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3415 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3417 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3418 if test "${enable_mem_tracing+set}" = set; then
3419 enableval
="$enable_mem_tracing"
3421 if test "$enableval" = yes; then
3422 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
3424 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
3429 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3430 if test "x$LINE" != x
; then
3431 eval "DEFAULT_$LINE"
3436 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3440 eval "$ac_cv_use_mem_tracing"
3441 if test "$no_cache" != 1; then
3442 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3445 if test "$wxUSE_MEM_TRACING" = yes; then
3446 echo "$as_me:$LINENO: result: yes" >&5
3447 echo "${ECHO_T}yes" >&6
3449 echo "$as_me:$LINENO: result: no" >&5
3450 echo "${ECHO_T}no" >&6
3455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3456 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3458 # Check whether --enable-profile or --disable-profile was given.
3459 if test "${enable_profile+set}" = set; then
3460 enableval
="$enable_profile"
3462 if test "$enableval" = yes; then
3463 ac_cv_use_profile
='wxUSE_PROFILE=yes'
3465 ac_cv_use_profile
='wxUSE_PROFILE=no'
3470 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3471 if test "x$LINE" != x
; then
3472 eval "DEFAULT_$LINE"
3477 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3481 eval "$ac_cv_use_profile"
3482 if test "$no_cache" != 1; then
3483 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3486 if test "$wxUSE_PROFILE" = yes; then
3487 echo "$as_me:$LINENO: result: yes" >&5
3488 echo "${ECHO_T}yes" >&6
3490 echo "$as_me:$LINENO: result: no" >&5
3491 echo "${ECHO_T}no" >&6
3496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3497 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3499 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3500 if test "${enable_no_rtti+set}" = set; then
3501 enableval
="$enable_no_rtti"
3503 if test "$enableval" = yes; then
3504 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
3506 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
3511 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3512 if test "x$LINE" != x
; then
3513 eval "DEFAULT_$LINE"
3518 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3522 eval "$ac_cv_use_no_rtti"
3523 if test "$no_cache" != 1; then
3524 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3527 if test "$wxUSE_NO_RTTI" = yes; then
3528 echo "$as_me:$LINENO: result: yes" >&5
3529 echo "${ECHO_T}yes" >&6
3531 echo "$as_me:$LINENO: result: no" >&5
3532 echo "${ECHO_T}no" >&6
3537 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3538 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3540 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3541 if test "${enable_no_exceptions+set}" = set; then
3542 enableval
="$enable_no_exceptions"
3544 if test "$enableval" = yes; then
3545 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
3547 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
3552 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3553 if test "x$LINE" != x
; then
3554 eval "DEFAULT_$LINE"
3559 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3563 eval "$ac_cv_use_no_exceptions"
3564 if test "$no_cache" != 1; then
3565 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3568 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3569 echo "$as_me:$LINENO: result: yes" >&5
3570 echo "${ECHO_T}yes" >&6
3572 echo "$as_me:$LINENO: result: no" >&5
3573 echo "${ECHO_T}no" >&6
3578 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3579 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3581 # Check whether --enable-permissive or --disable-permissive was given.
3582 if test "${enable_permissive+set}" = set; then
3583 enableval
="$enable_permissive"
3585 if test "$enableval" = yes; then
3586 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
3588 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
3593 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3594 if test "x$LINE" != x
; then
3595 eval "DEFAULT_$LINE"
3600 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
3604 eval "$ac_cv_use_permissive"
3605 if test "$no_cache" != 1; then
3606 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3609 if test "$wxUSE_PERMISSIVE" = yes; then
3610 echo "$as_me:$LINENO: result: yes" >&5
3611 echo "${ECHO_T}yes" >&6
3613 echo "$as_me:$LINENO: result: no" >&5
3614 echo "${ECHO_T}no" >&6
3619 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3620 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
3622 # Check whether --enable-no_deps or --disable-no_deps was given.
3623 if test "${enable_no_deps+set}" = set; then
3624 enableval
="$enable_no_deps"
3626 if test "$enableval" = yes; then
3627 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
3629 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
3634 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
3635 if test "x$LINE" != x
; then
3636 eval "DEFAULT_$LINE"
3641 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
3645 eval "$ac_cv_use_no_deps"
3646 if test "$no_cache" != 1; then
3647 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
3650 if test "$wxUSE_NO_DEPS" = yes; then
3651 echo "$as_me:$LINENO: result: yes" >&5
3652 echo "${ECHO_T}yes" >&6
3654 echo "$as_me:$LINENO: result: no" >&5
3655 echo "${ECHO_T}no" >&6
3661 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat20" >&5
3662 echo $ECHO_N "checking for --${enablestring:-enable}-compat20... $ECHO_C" >&6
3664 # Check whether --enable-compat20 or --disable-compat20 was given.
3665 if test "${enable_compat20+set}" = set; then
3666 enableval
="$enable_compat20"
3668 if test "$enableval" = yes; then
3669 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes'
3671 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no'
3676 LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
3677 if test "x$LINE" != x
; then
3678 eval "DEFAULT_$LINE"
3683 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
3687 eval "$ac_cv_use_compat20"
3688 if test "$no_cache" != 1; then
3689 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3692 if test "$WXWIN_COMPATIBILITY_2" = yes; then
3693 echo "$as_me:$LINENO: result: yes" >&5
3694 echo "${ECHO_T}yes" >&6
3696 echo "$as_me:$LINENO: result: no" >&5
3697 echo "${ECHO_T}no" >&6
3702 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
3703 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
3705 # Check whether --enable-compat22 or --disable-compat22 was given.
3706 if test "${enable_compat22+set}" = set; then
3707 enableval
="$enable_compat22"
3709 if test "$enableval" = yes; then
3710 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
3712 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
3717 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3718 if test "x$LINE" != x
; then
3719 eval "DEFAULT_$LINE"
3724 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3728 eval "$ac_cv_use_compat22"
3729 if test "$no_cache" != 1; then
3730 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3733 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3734 echo "$as_me:$LINENO: result: yes" >&5
3735 echo "${ECHO_T}yes" >&6
3737 echo "$as_me:$LINENO: result: no" >&5
3738 echo "${ECHO_T}no" >&6
3742 enablestring
=disable
3743 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
3744 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
3746 # Check whether --enable-compat24 or --disable-compat24 was given.
3747 if test "${enable_compat24+set}" = set; then
3748 enableval
="$enable_compat24"
3750 if test "$enableval" = yes; then
3751 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
3753 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
3758 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
3759 if test "x$LINE" != x
; then
3760 eval "DEFAULT_$LINE"
3765 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
3769 eval "$ac_cv_use_compat24"
3770 if test "$no_cache" != 1; then
3771 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
3774 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
3775 echo "$as_me:$LINENO: result: yes" >&5
3776 echo "${ECHO_T}yes" >&6
3778 echo "$as_me:$LINENO: result: no" >&5
3779 echo "${ECHO_T}no" >&6
3783 # Check whether --enable-rpath or --disable-rpath was given.
3784 if test "${enable_rpath+set}" = set; then
3785 enableval
="$enable_rpath"
3786 wxRPATH_DIR
="$enableval"
3789 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3790 WXCONFIG_RPATH
="-Wl,-rpath -Wl,$wxRPATH_DIR"
3797 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
3798 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
3800 # Check whether --enable-intl or --disable-intl was given.
3801 if test "${enable_intl+set}" = set; then
3802 enableval
="$enable_intl"
3804 if test "$enableval" = yes; then
3805 ac_cv_use_intl
='wxUSE_INTL=yes'
3807 ac_cv_use_intl
='wxUSE_INTL=no'
3812 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3813 if test "x$LINE" != x
; then
3814 eval "DEFAULT_$LINE"
3819 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3823 eval "$ac_cv_use_intl"
3824 if test "$no_cache" != 1; then
3825 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3828 if test "$wxUSE_INTL" = yes; then
3829 echo "$as_me:$LINENO: result: yes" >&5
3830 echo "${ECHO_T}yes" >&6
3832 echo "$as_me:$LINENO: result: no" >&5
3833 echo "${ECHO_T}no" >&6
3838 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
3839 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
3841 # Check whether --enable-config or --disable-config was given.
3842 if test "${enable_config+set}" = set; then
3843 enableval
="$enable_config"
3845 if test "$enableval" = yes; then
3846 ac_cv_use_config
='wxUSE_CONFIG=yes'
3848 ac_cv_use_config
='wxUSE_CONFIG=no'
3853 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3854 if test "x$LINE" != x
; then
3855 eval "DEFAULT_$LINE"
3860 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3864 eval "$ac_cv_use_config"
3865 if test "$no_cache" != 1; then
3866 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3869 if test "$wxUSE_CONFIG" = yes; then
3870 echo "$as_me:$LINENO: result: yes" >&5
3871 echo "${ECHO_T}yes" >&6
3873 echo "$as_me:$LINENO: result: no" >&5
3874 echo "${ECHO_T}no" >&6
3880 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
3881 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
3883 # Check whether --enable-protocols or --disable-protocols was given.
3884 if test "${enable_protocols+set}" = set; then
3885 enableval
="$enable_protocols"
3887 if test "$enableval" = yes; then
3888 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
3890 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
3895 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3896 if test "x$LINE" != x
; then
3897 eval "DEFAULT_$LINE"
3902 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3906 eval "$ac_cv_use_protocols"
3907 if test "$no_cache" != 1; then
3908 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3911 if test "$wxUSE_PROTOCOL" = yes; then
3912 echo "$as_me:$LINENO: result: yes" >&5
3913 echo "${ECHO_T}yes" >&6
3915 echo "$as_me:$LINENO: result: no" >&5
3916 echo "${ECHO_T}no" >&6
3921 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
3922 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
3924 # Check whether --enable-ftp or --disable-ftp was given.
3925 if test "${enable_ftp+set}" = set; then
3926 enableval
="$enable_ftp"
3928 if test "$enableval" = yes; then
3929 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
3931 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
3936 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3937 if test "x$LINE" != x
; then
3938 eval "DEFAULT_$LINE"
3943 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3947 eval "$ac_cv_use_ftp"
3948 if test "$no_cache" != 1; then
3949 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3952 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3953 echo "$as_me:$LINENO: result: yes" >&5
3954 echo "${ECHO_T}yes" >&6
3956 echo "$as_me:$LINENO: result: no" >&5
3957 echo "${ECHO_T}no" >&6
3962 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
3963 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
3965 # Check whether --enable-http or --disable-http was given.
3966 if test "${enable_http+set}" = set; then
3967 enableval
="$enable_http"
3969 if test "$enableval" = yes; then
3970 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
3972 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
3977 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3978 if test "x$LINE" != x
; then
3979 eval "DEFAULT_$LINE"
3984 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3988 eval "$ac_cv_use_http"
3989 if test "$no_cache" != 1; then
3990 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3993 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3994 echo "$as_me:$LINENO: result: yes" >&5
3995 echo "${ECHO_T}yes" >&6
3997 echo "$as_me:$LINENO: result: no" >&5
3998 echo "${ECHO_T}no" >&6
4003 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4004 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4006 # Check whether --enable-fileproto or --disable-fileproto was given.
4007 if test "${enable_fileproto+set}" = set; then
4008 enableval
="$enable_fileproto"
4010 if test "$enableval" = yes; then
4011 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
4013 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
4018 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4019 if test "x$LINE" != x
; then
4020 eval "DEFAULT_$LINE"
4025 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4029 eval "$ac_cv_use_fileproto"
4030 if test "$no_cache" != 1; then
4031 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4034 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4035 echo "$as_me:$LINENO: result: yes" >&5
4036 echo "${ECHO_T}yes" >&6
4038 echo "$as_me:$LINENO: result: no" >&5
4039 echo "${ECHO_T}no" >&6
4044 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4045 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4047 # Check whether --enable-sockets or --disable-sockets was given.
4048 if test "${enable_sockets+set}" = set; then
4049 enableval
="$enable_sockets"
4051 if test "$enableval" = yes; then
4052 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
4054 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
4059 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4060 if test "x$LINE" != x
; then
4061 eval "DEFAULT_$LINE"
4066 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4070 eval "$ac_cv_use_sockets"
4071 if test "$no_cache" != 1; then
4072 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4075 if test "$wxUSE_SOCKETS" = yes; then
4076 echo "$as_me:$LINENO: result: yes" >&5
4077 echo "${ECHO_T}yes" >&6
4079 echo "$as_me:$LINENO: result: no" >&5
4080 echo "${ECHO_T}no" >&6
4085 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4086 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4088 # Check whether --enable-ole or --disable-ole was given.
4089 if test "${enable_ole+set}" = set; then
4090 enableval
="$enable_ole"
4092 if test "$enableval" = yes; then
4093 ac_cv_use_ole
='wxUSE_OLE=yes'
4095 ac_cv_use_ole
='wxUSE_OLE=no'
4100 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4101 if test "x$LINE" != x
; then
4102 eval "DEFAULT_$LINE"
4107 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4111 eval "$ac_cv_use_ole"
4112 if test "$no_cache" != 1; then
4113 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4116 if test "$wxUSE_OLE" = yes; then
4117 echo "$as_me:$LINENO: result: yes" >&5
4118 echo "${ECHO_T}yes" >&6
4120 echo "$as_me:$LINENO: result: no" >&5
4121 echo "${ECHO_T}no" >&6
4126 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4127 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4129 # Check whether --enable-dataobj or --disable-dataobj was given.
4130 if test "${enable_dataobj+set}" = set; then
4131 enableval
="$enable_dataobj"
4133 if test "$enableval" = yes; then
4134 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
4136 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
4141 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4142 if test "x$LINE" != x
; then
4143 eval "DEFAULT_$LINE"
4148 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4152 eval "$ac_cv_use_dataobj"
4153 if test "$no_cache" != 1; then
4154 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4157 if test "$wxUSE_DATAOBJ" = yes; then
4158 echo "$as_me:$LINENO: result: yes" >&5
4159 echo "${ECHO_T}yes" >&6
4161 echo "$as_me:$LINENO: result: no" >&5
4162 echo "${ECHO_T}no" >&6
4168 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4169 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4171 # Check whether --enable-ipc or --disable-ipc was given.
4172 if test "${enable_ipc+set}" = set; then
4173 enableval
="$enable_ipc"
4175 if test "$enableval" = yes; then
4176 ac_cv_use_ipc
='wxUSE_IPC=yes'
4178 ac_cv_use_ipc
='wxUSE_IPC=no'
4183 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4184 if test "x$LINE" != x
; then
4185 eval "DEFAULT_$LINE"
4190 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4194 eval "$ac_cv_use_ipc"
4195 if test "$no_cache" != 1; then
4196 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4199 if test "$wxUSE_IPC" = yes; then
4200 echo "$as_me:$LINENO: result: yes" >&5
4201 echo "${ECHO_T}yes" >&6
4203 echo "$as_me:$LINENO: result: no" >&5
4204 echo "${ECHO_T}no" >&6
4210 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4211 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4213 # Check whether --enable-cmdline or --disable-cmdline was given.
4214 if test "${enable_cmdline+set}" = set; then
4215 enableval
="$enable_cmdline"
4217 if test "$enableval" = yes; then
4218 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
4220 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
4225 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4226 if test "x$LINE" != x
; then
4227 eval "DEFAULT_$LINE"
4232 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4236 eval "$ac_cv_use_cmdline"
4237 if test "$no_cache" != 1; then
4238 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4241 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4242 echo "$as_me:$LINENO: result: yes" >&5
4243 echo "${ECHO_T}yes" >&6
4245 echo "$as_me:$LINENO: result: no" >&5
4246 echo "${ECHO_T}no" >&6
4251 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4252 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4254 # Check whether --enable-datetime or --disable-datetime was given.
4255 if test "${enable_datetime+set}" = set; then
4256 enableval
="$enable_datetime"
4258 if test "$enableval" = yes; then
4259 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
4261 ac_cv_use_datetime
='wxUSE_DATETIME=no'
4266 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4267 if test "x$LINE" != x
; then
4268 eval "DEFAULT_$LINE"
4273 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4277 eval "$ac_cv_use_datetime"
4278 if test "$no_cache" != 1; then
4279 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4282 if test "$wxUSE_DATETIME" = yes; then
4283 echo "$as_me:$LINENO: result: yes" >&5
4284 echo "${ECHO_T}yes" >&6
4286 echo "$as_me:$LINENO: result: no" >&5
4287 echo "${ECHO_T}no" >&6
4292 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
4293 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
4295 # Check whether --enable-stopwatch or --disable-stopwatch was given.
4296 if test "${enable_stopwatch+set}" = set; then
4297 enableval
="$enable_stopwatch"
4299 if test "$enableval" = yes; then
4300 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
4302 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
4307 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
4308 if test "x$LINE" != x
; then
4309 eval "DEFAULT_$LINE"
4314 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
4318 eval "$ac_cv_use_stopwatch"
4319 if test "$no_cache" != 1; then
4320 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
4323 if test "$wxUSE_STOPWATCH" = yes; then
4324 echo "$as_me:$LINENO: result: yes" >&5
4325 echo "${ECHO_T}yes" >&6
4327 echo "$as_me:$LINENO: result: no" >&5
4328 echo "${ECHO_T}no" >&6
4333 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4334 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4336 # Check whether --enable-dialupman or --disable-dialupman was given.
4337 if test "${enable_dialupman+set}" = set; then
4338 enableval
="$enable_dialupman"
4340 if test "$enableval" = yes; then
4341 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
4343 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
4348 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4349 if test "x$LINE" != x
; then
4350 eval "DEFAULT_$LINE"
4355 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4359 eval "$ac_cv_use_dialupman"
4360 if test "$no_cache" != 1; then
4361 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4364 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4365 echo "$as_me:$LINENO: result: yes" >&5
4366 echo "${ECHO_T}yes" >&6
4368 echo "$as_me:$LINENO: result: no" >&5
4369 echo "${ECHO_T}no" >&6
4374 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4375 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4377 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4378 if test "${enable_apple_ieee+set}" = set; then
4379 enableval
="$enable_apple_ieee"
4381 if test "$enableval" = yes; then
4382 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
4384 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
4389 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4390 if test "x$LINE" != x
; then
4391 eval "DEFAULT_$LINE"
4396 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4400 eval "$ac_cv_use_apple_ieee"
4401 if test "$no_cache" != 1; then
4402 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4405 if test "$wxUSE_APPLE_IEEE" = yes; then
4406 echo "$as_me:$LINENO: result: yes" >&5
4407 echo "${ECHO_T}yes" >&6
4409 echo "$as_me:$LINENO: result: no" >&5
4410 echo "${ECHO_T}no" >&6
4415 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
4416 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
4418 # Check whether --enable-timer or --disable-timer was given.
4419 if test "${enable_timer+set}" = set; then
4420 enableval
="$enable_timer"
4422 if test "$enableval" = yes; then
4423 ac_cv_use_timer
='wxUSE_TIMER=yes'
4425 ac_cv_use_timer
='wxUSE_TIMER=no'
4430 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
4431 if test "x$LINE" != x
; then
4432 eval "DEFAULT_$LINE"
4437 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
4441 eval "$ac_cv_use_timer"
4442 if test "$no_cache" != 1; then
4443 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
4446 if test "$wxUSE_TIMER" = yes; then
4447 echo "$as_me:$LINENO: result: yes" >&5
4448 echo "${ECHO_T}yes" >&6
4450 echo "$as_me:$LINENO: result: no" >&5
4451 echo "${ECHO_T}no" >&6
4456 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wave" >&5
4457 echo $ECHO_N "checking for --${enablestring:-enable}-wave... $ECHO_C" >&6
4459 # Check whether --enable-wave or --disable-wave was given.
4460 if test "${enable_wave+set}" = set; then
4461 enableval
="$enable_wave"
4463 if test "$enableval" = yes; then
4464 ac_cv_use_wave
='wxUSE_WAVE=yes'
4466 ac_cv_use_wave
='wxUSE_WAVE=no'
4471 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
4472 if test "x$LINE" != x
; then
4473 eval "DEFAULT_$LINE"
4478 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
4482 eval "$ac_cv_use_wave"
4483 if test "$no_cache" != 1; then
4484 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
4487 if test "$wxUSE_WAVE" = yes; then
4488 echo "$as_me:$LINENO: result: yes" >&5
4489 echo "${ECHO_T}yes" >&6
4491 echo "$as_me:$LINENO: result: no" >&5
4492 echo "${ECHO_T}no" >&6
4497 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fraction" >&5
4498 echo $ECHO_N "checking for --${enablestring:-enable}-fraction... $ECHO_C" >&6
4500 # Check whether --enable-fraction or --disable-fraction was given.
4501 if test "${enable_fraction+set}" = set; then
4502 enableval
="$enable_fraction"
4504 if test "$enableval" = yes; then
4505 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
4507 ac_cv_use_fraction
='wxUSE_FRACTION=no'
4512 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
4513 if test "x$LINE" != x
; then
4514 eval "DEFAULT_$LINE"
4519 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
4523 eval "$ac_cv_use_fraction"
4524 if test "$no_cache" != 1; then
4525 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
4528 if test "$wxUSE_FRACTION" = yes; then
4529 echo "$as_me:$LINENO: result: yes" >&5
4530 echo "${ECHO_T}yes" >&6
4532 echo "$as_me:$LINENO: result: no" >&5
4533 echo "${ECHO_T}no" >&6
4538 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4539 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4541 # Check whether --enable-dynlib or --disable-dynlib was given.
4542 if test "${enable_dynlib+set}" = set; then
4543 enableval
="$enable_dynlib"
4545 if test "$enableval" = yes; then
4546 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
4548 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
4553 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4554 if test "x$LINE" != x
; then
4555 eval "DEFAULT_$LINE"
4560 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4564 eval "$ac_cv_use_dynlib"
4565 if test "$no_cache" != 1; then
4566 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4569 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4570 echo "$as_me:$LINENO: result: yes" >&5
4571 echo "${ECHO_T}yes" >&6
4573 echo "$as_me:$LINENO: result: no" >&5
4574 echo "${ECHO_T}no" >&6
4579 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4580 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4582 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4583 if test "${enable_dynamicloader+set}" = set; then
4584 enableval
="$enable_dynamicloader"
4586 if test "$enableval" = yes; then
4587 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
4589 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
4594 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4595 if test "x$LINE" != x
; then
4596 eval "DEFAULT_$LINE"
4601 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
4605 eval "$ac_cv_use_dynamicloader"
4606 if test "$no_cache" != 1; then
4607 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4610 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
4611 echo "$as_me:$LINENO: result: yes" >&5
4612 echo "${ECHO_T}yes" >&6
4614 echo "$as_me:$LINENO: result: no" >&5
4615 echo "${ECHO_T}no" >&6
4620 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
4621 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
4623 # Check whether --enable-longlong or --disable-longlong was given.
4624 if test "${enable_longlong+set}" = set; then
4625 enableval
="$enable_longlong"
4627 if test "$enableval" = yes; then
4628 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
4630 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
4635 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
4636 if test "x$LINE" != x
; then
4637 eval "DEFAULT_$LINE"
4642 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
4646 eval "$ac_cv_use_longlong"
4647 if test "$no_cache" != 1; then
4648 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
4651 if test "$wxUSE_LONGLONG" = yes; then
4652 echo "$as_me:$LINENO: result: yes" >&5
4653 echo "${ECHO_T}yes" >&6
4655 echo "$as_me:$LINENO: result: no" >&5
4656 echo "${ECHO_T}no" >&6
4661 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
4662 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
4664 # Check whether --enable-geometry or --disable-geometry was given.
4665 if test "${enable_geometry+set}" = set; then
4666 enableval
="$enable_geometry"
4668 if test "$enableval" = yes; then
4669 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
4671 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
4676 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
4677 if test "x$LINE" != x
; then
4678 eval "DEFAULT_$LINE"
4683 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
4687 eval "$ac_cv_use_geometry"
4688 if test "$no_cache" != 1; then
4689 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
4692 if test "$wxUSE_GEOMETRY" = yes; then
4693 echo "$as_me:$LINENO: result: yes" >&5
4694 echo "${ECHO_T}yes" >&6
4696 echo "$as_me:$LINENO: result: no" >&5
4697 echo "${ECHO_T}no" >&6
4702 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
4703 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
4705 # Check whether --enable-log or --disable-log was given.
4706 if test "${enable_log+set}" = set; then
4707 enableval
="$enable_log"
4709 if test "$enableval" = yes; then
4710 ac_cv_use_log
='wxUSE_LOG=yes'
4712 ac_cv_use_log
='wxUSE_LOG=no'
4717 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4718 if test "x$LINE" != x
; then
4719 eval "DEFAULT_$LINE"
4724 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
4728 eval "$ac_cv_use_log"
4729 if test "$no_cache" != 1; then
4730 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4733 if test "$wxUSE_LOG" = yes; then
4734 echo "$as_me:$LINENO: result: yes" >&5
4735 echo "${ECHO_T}yes" >&6
4737 echo "$as_me:$LINENO: result: no" >&5
4738 echo "${ECHO_T}no" >&6
4743 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
4744 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
4746 # Check whether --enable-streams or --disable-streams was given.
4747 if test "${enable_streams+set}" = set; then
4748 enableval
="$enable_streams"
4750 if test "$enableval" = yes; then
4751 ac_cv_use_streams
='wxUSE_STREAMS=yes'
4753 ac_cv_use_streams
='wxUSE_STREAMS=no'
4758 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
4759 if test "x$LINE" != x
; then
4760 eval "DEFAULT_$LINE"
4765 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
4769 eval "$ac_cv_use_streams"
4770 if test "$no_cache" != 1; then
4771 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
4774 if test "$wxUSE_STREAMS" = yes; then
4775 echo "$as_me:$LINENO: result: yes" >&5
4776 echo "${ECHO_T}yes" >&6
4778 echo "$as_me:$LINENO: result: no" >&5
4779 echo "${ECHO_T}no" >&6
4784 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4785 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
4787 # Check whether --enable-file or --disable-file was given.
4788 if test "${enable_file+set}" = set; then
4789 enableval
="$enable_file"
4791 if test "$enableval" = yes; then
4792 ac_cv_use_file
='wxUSE_FILE=yes'
4794 ac_cv_use_file
='wxUSE_FILE=no'
4799 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4800 if test "x$LINE" != x
; then
4801 eval "DEFAULT_$LINE"
4806 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
4810 eval "$ac_cv_use_file"
4811 if test "$no_cache" != 1; then
4812 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4815 if test "$wxUSE_FILE" = yes; then
4816 echo "$as_me:$LINENO: result: yes" >&5
4817 echo "${ECHO_T}yes" >&6
4819 echo "$as_me:$LINENO: result: no" >&5
4820 echo "${ECHO_T}no" >&6
4825 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4826 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
4828 # Check whether --enable-ffile or --disable-ffile was given.
4829 if test "${enable_ffile+set}" = set; then
4830 enableval
="$enable_ffile"
4832 if test "$enableval" = yes; then
4833 ac_cv_use_ffile
='wxUSE_FFILE=yes'
4835 ac_cv_use_ffile
='wxUSE_FFILE=no'
4840 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4841 if test "x$LINE" != x
; then
4842 eval "DEFAULT_$LINE"
4847 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4851 eval "$ac_cv_use_ffile"
4852 if test "$no_cache" != 1; then
4853 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4856 if test "$wxUSE_FFILE" = yes; then
4857 echo "$as_me:$LINENO: result: yes" >&5
4858 echo "${ECHO_T}yes" >&6
4860 echo "$as_me:$LINENO: result: no" >&5
4861 echo "${ECHO_T}no" >&6
4866 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
4867 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
4869 # Check whether --enable-textbuf or --disable-textbuf was given.
4870 if test "${enable_textbuf+set}" = set; then
4871 enableval
="$enable_textbuf"
4873 if test "$enableval" = yes; then
4874 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
4876 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
4881 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4882 if test "x$LINE" != x
; then
4883 eval "DEFAULT_$LINE"
4888 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4892 eval "$ac_cv_use_textbuf"
4893 if test "$no_cache" != 1; then
4894 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4897 if test "$wxUSE_TEXTBUFFER" = yes; then
4898 echo "$as_me:$LINENO: result: yes" >&5
4899 echo "${ECHO_T}yes" >&6
4901 echo "$as_me:$LINENO: result: no" >&5
4902 echo "${ECHO_T}no" >&6
4907 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
4908 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
4910 # Check whether --enable-textfile or --disable-textfile was given.
4911 if test "${enable_textfile+set}" = set; then
4912 enableval
="$enable_textfile"
4914 if test "$enableval" = yes; then
4915 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
4917 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
4922 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4923 if test "x$LINE" != x
; then
4924 eval "DEFAULT_$LINE"
4929 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4933 eval "$ac_cv_use_textfile"
4934 if test "$no_cache" != 1; then
4935 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4938 if test "$wxUSE_TEXTFILE" = yes; then
4939 echo "$as_me:$LINENO: result: yes" >&5
4940 echo "${ECHO_T}yes" >&6
4942 echo "$as_me:$LINENO: result: no" >&5
4943 echo "${ECHO_T}no" >&6
4948 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4949 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
4951 # Check whether --enable-fontmap or --disable-fontmap was given.
4952 if test "${enable_fontmap+set}" = set; then
4953 enableval
="$enable_fontmap"
4955 if test "$enableval" = yes; then
4956 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
4958 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
4963 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4964 if test "x$LINE" != x
; then
4965 eval "DEFAULT_$LINE"
4970 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4974 eval "$ac_cv_use_fontmap"
4975 if test "$no_cache" != 1; then
4976 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4979 if test "$wxUSE_FONTMAP" = yes; then
4980 echo "$as_me:$LINENO: result: yes" >&5
4981 echo "${ECHO_T}yes" >&6
4983 echo "$as_me:$LINENO: result: no" >&5
4984 echo "${ECHO_T}no" >&6
4989 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4990 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
4992 # Check whether --enable-unicode or --disable-unicode was given.
4993 if test "${enable_unicode+set}" = set; then
4994 enableval
="$enable_unicode"
4996 if test "$enableval" = yes; then
4997 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
4999 ac_cv_use_unicode
='wxUSE_UNICODE=no'
5004 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5005 if test "x$LINE" != x
; then
5006 eval "DEFAULT_$LINE"
5011 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5015 eval "$ac_cv_use_unicode"
5016 if test "$no_cache" != 1; then
5017 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5020 if test "$wxUSE_UNICODE" = yes; then
5021 echo "$as_me:$LINENO: result: yes" >&5
5022 echo "${ECHO_T}yes" >&6
5024 echo "$as_me:$LINENO: result: no" >&5
5025 echo "${ECHO_T}no" >&6
5030 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5031 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5033 # Check whether --enable-mslu or --disable-mslu was given.
5034 if test "${enable_mslu+set}" = set; then
5035 enableval
="$enable_mslu"
5037 if test "$enableval" = yes; then
5038 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
5040 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
5045 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5046 if test "x$LINE" != x
; then
5047 eval "DEFAULT_$LINE"
5052 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5056 eval "$ac_cv_use_mslu"
5057 if test "$no_cache" != 1; then
5058 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5061 if test "$wxUSE_UNICODE_MSLU" = yes; then
5062 echo "$as_me:$LINENO: result: yes" >&5
5063 echo "${ECHO_T}yes" >&6
5065 echo "$as_me:$LINENO: result: no" >&5
5066 echo "${ECHO_T}no" >&6
5071 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5072 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
5074 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5075 if test "${enable_wxprintfv+set}" = set; then
5076 enableval
="$enable_wxprintfv"
5078 if test "$enableval" = yes; then
5079 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
5081 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
5086 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5087 if test "x$LINE" != x
; then
5088 eval "DEFAULT_$LINE"
5093 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
5097 eval "$ac_cv_use_wxprintfv"
5098 if test "$no_cache" != 1; then
5099 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5102 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
5103 echo "$as_me:$LINENO: result: yes" >&5
5104 echo "${ECHO_T}yes" >&6
5106 echo "$as_me:$LINENO: result: no" >&5
5107 echo "${ECHO_T}no" >&6
5112 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5113 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5115 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5116 if test "${enable_std_iostreams+set}" = set; then
5117 enableval
="$enable_std_iostreams"
5119 if test "$enableval" = yes; then
5120 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
5122 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
5127 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5128 if test "x$LINE" != x
; then
5129 eval "DEFAULT_$LINE"
5134 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5138 eval "$ac_cv_use_std_iostreams"
5139 if test "$no_cache" != 1; then
5140 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5143 if test "$wxUSE_STD_IOSTREAM" = yes; then
5144 echo "$as_me:$LINENO: result: yes" >&5
5145 echo "${ECHO_T}yes" >&6
5147 echo "$as_me:$LINENO: result: no" >&5
5148 echo "${ECHO_T}no" >&6
5153 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5154 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5156 # Check whether --enable-filesystem or --disable-filesystem was given.
5157 if test "${enable_filesystem+set}" = set; then
5158 enableval
="$enable_filesystem"
5160 if test "$enableval" = yes; then
5161 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
5163 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
5168 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5169 if test "x$LINE" != x
; then
5170 eval "DEFAULT_$LINE"
5175 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5179 eval "$ac_cv_use_filesystem"
5180 if test "$no_cache" != 1; then
5181 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5184 if test "$wxUSE_FILESYSTEM" = yes; then
5185 echo "$as_me:$LINENO: result: yes" >&5
5186 echo "${ECHO_T}yes" >&6
5188 echo "$as_me:$LINENO: result: no" >&5
5189 echo "${ECHO_T}no" >&6
5194 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5195 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5197 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5198 if test "${enable_fs_inet+set}" = set; then
5199 enableval
="$enable_fs_inet"
5201 if test "$enableval" = yes; then
5202 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
5204 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
5209 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5210 if test "x$LINE" != x
; then
5211 eval "DEFAULT_$LINE"
5216 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5220 eval "$ac_cv_use_fs_inet"
5221 if test "$no_cache" != 1; then
5222 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5225 if test "$wxUSE_FS_INET" = yes; then
5226 echo "$as_me:$LINENO: result: yes" >&5
5227 echo "${ECHO_T}yes" >&6
5229 echo "$as_me:$LINENO: result: no" >&5
5230 echo "${ECHO_T}no" >&6
5235 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5236 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5238 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5239 if test "${enable_fs_zip+set}" = set; then
5240 enableval
="$enable_fs_zip"
5242 if test "$enableval" = yes; then
5243 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
5245 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
5250 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5251 if test "x$LINE" != x
; then
5252 eval "DEFAULT_$LINE"
5257 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5261 eval "$ac_cv_use_fs_zip"
5262 if test "$no_cache" != 1; then
5263 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5266 if test "$wxUSE_FS_ZIP" = yes; then
5267 echo "$as_me:$LINENO: result: yes" >&5
5268 echo "${ECHO_T}yes" >&6
5270 echo "$as_me:$LINENO: result: no" >&5
5271 echo "${ECHO_T}no" >&6
5276 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5277 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
5279 # Check whether --enable-zipstream or --disable-zipstream was given.
5280 if test "${enable_zipstream+set}" = set; then
5281 enableval
="$enable_zipstream"
5283 if test "$enableval" = yes; then
5284 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
5286 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
5291 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5292 if test "x$LINE" != x
; then
5293 eval "DEFAULT_$LINE"
5298 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
5302 eval "$ac_cv_use_zipstream"
5303 if test "$no_cache" != 1; then
5304 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5307 if test "$wxUSE_ZIPSTREAM" = yes; then
5308 echo "$as_me:$LINENO: result: yes" >&5
5309 echo "${ECHO_T}yes" >&6
5311 echo "$as_me:$LINENO: result: no" >&5
5312 echo "${ECHO_T}no" >&6
5318 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
5319 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
5321 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
5322 if test "${enable_catch_segvs+set}" = set; then
5323 enableval
="$enable_catch_segvs"
5325 if test "$enableval" = yes; then
5326 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
5328 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
5333 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
5334 if test "x$LINE" != x
; then
5335 eval "DEFAULT_$LINE"
5340 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
5344 eval "$ac_cv_use_catch_segvs"
5345 if test "$no_cache" != 1; then
5346 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
5349 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
5350 echo "$as_me:$LINENO: result: yes" >&5
5351 echo "${ECHO_T}yes" >&6
5353 echo "$as_me:$LINENO: result: no" >&5
5354 echo "${ECHO_T}no" >&6
5359 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5360 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5362 # Check whether --enable-snglinst or --disable-snglinst was given.
5363 if test "${enable_snglinst+set}" = set; then
5364 enableval
="$enable_snglinst"
5366 if test "$enableval" = yes; then
5367 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
5369 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
5374 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5375 if test "x$LINE" != x
; then
5376 eval "DEFAULT_$LINE"
5381 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5385 eval "$ac_cv_use_snglinst"
5386 if test "$no_cache" != 1; then
5387 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5390 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5391 echo "$as_me:$LINENO: result: yes" >&5
5392 echo "${ECHO_T}yes" >&6
5394 echo "$as_me:$LINENO: result: no" >&5
5395 echo "${ECHO_T}no" >&6
5401 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5402 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5404 # Check whether --enable-mimetype or --disable-mimetype was given.
5405 if test "${enable_mimetype+set}" = set; then
5406 enableval
="$enable_mimetype"
5408 if test "$enableval" = yes; then
5409 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
5411 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
5416 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5417 if test "x$LINE" != x
; then
5418 eval "DEFAULT_$LINE"
5423 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5427 eval "$ac_cv_use_mimetype"
5428 if test "$no_cache" != 1; then
5429 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5432 if test "$wxUSE_MIMETYPE" = yes; then
5433 echo "$as_me:$LINENO: result: yes" >&5
5434 echo "${ECHO_T}yes" >&6
5436 echo "$as_me:$LINENO: result: no" >&5
5437 echo "${ECHO_T}no" >&6
5442 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5443 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5445 # Check whether --enable-system_options or --disable-system_options was given.
5446 if test "${enable_system_options+set}" = set; then
5447 enableval
="$enable_system_options"
5449 if test "$enableval" = yes; then
5450 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
5452 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
5457 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5458 if test "x$LINE" != x
; then
5459 eval "DEFAULT_$LINE"
5464 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5468 eval "$ac_cv_use_system_options"
5469 if test "$no_cache" != 1; then
5470 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5473 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5474 echo "$as_me:$LINENO: result: yes" >&5
5475 echo "${ECHO_T}yes" >&6
5477 echo "$as_me:$LINENO: result: no" >&5
5478 echo "${ECHO_T}no" >&6
5484 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5485 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
5487 # Check whether --enable-url or --disable-url was given.
5488 if test "${enable_url+set}" = set; then
5489 enableval
="$enable_url"
5491 if test "$enableval" = yes; then
5492 ac_cv_use_url
='wxUSE_URL=yes'
5494 ac_cv_use_url
='wxUSE_URL=no'
5499 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5500 if test "x$LINE" != x
; then
5501 eval "DEFAULT_$LINE"
5506 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
5510 eval "$ac_cv_use_url"
5511 if test "$no_cache" != 1; then
5512 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5515 if test "$wxUSE_URL" = yes; then
5516 echo "$as_me:$LINENO: result: yes" >&5
5517 echo "${ECHO_T}yes" >&6
5519 echo "$as_me:$LINENO: result: no" >&5
5520 echo "${ECHO_T}no" >&6
5525 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5526 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
5528 # Check whether --enable-protocol or --disable-protocol was given.
5529 if test "${enable_protocol+set}" = set; then
5530 enableval
="$enable_protocol"
5532 if test "$enableval" = yes; then
5533 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
5535 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
5540 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5541 if test "x$LINE" != x
; then
5542 eval "DEFAULT_$LINE"
5547 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
5551 eval "$ac_cv_use_protocol"
5552 if test "$no_cache" != 1; then
5553 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5556 if test "$wxUSE_PROTOCOL" = yes; then
5557 echo "$as_me:$LINENO: result: yes" >&5
5558 echo "${ECHO_T}yes" >&6
5560 echo "$as_me:$LINENO: result: no" >&5
5561 echo "${ECHO_T}no" >&6
5566 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5567 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
5569 # Check whether --enable-protocol_http or --disable-protocol_http was given.
5570 if test "${enable_protocol_http+set}" = set; then
5571 enableval
="$enable_protocol_http"
5573 if test "$enableval" = yes; then
5574 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
5576 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
5581 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5582 if test "x$LINE" != x
; then
5583 eval "DEFAULT_$LINE"
5588 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
5592 eval "$ac_cv_use_protocol_http"
5593 if test "$no_cache" != 1; then
5594 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5597 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
5598 echo "$as_me:$LINENO: result: yes" >&5
5599 echo "${ECHO_T}yes" >&6
5601 echo "$as_me:$LINENO: result: no" >&5
5602 echo "${ECHO_T}no" >&6
5607 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
5608 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
5610 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5611 if test "${enable_protocol_ftp+set}" = set; then
5612 enableval
="$enable_protocol_ftp"
5614 if test "$enableval" = yes; then
5615 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
5617 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
5622 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5623 if test "x$LINE" != x
; then
5624 eval "DEFAULT_$LINE"
5629 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
5633 eval "$ac_cv_use_protocol_ftp"
5634 if test "$no_cache" != 1; then
5635 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5638 if test "$wxUSE_PROTOCOL_FTP" = yes; then
5639 echo "$as_me:$LINENO: result: yes" >&5
5640 echo "${ECHO_T}yes" >&6
5642 echo "$as_me:$LINENO: result: no" >&5
5643 echo "${ECHO_T}no" >&6
5648 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
5649 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
5651 # Check whether --enable-protocol_file or --disable-protocol_file was given.
5652 if test "${enable_protocol_file+set}" = set; then
5653 enableval
="$enable_protocol_file"
5655 if test "$enableval" = yes; then
5656 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
5658 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
5663 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5664 if test "x$LINE" != x
; then
5665 eval "DEFAULT_$LINE"
5670 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
5674 eval "$ac_cv_use_protocol_file"
5675 if test "$no_cache" != 1; then
5676 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
5679 if test "$wxUSE_PROTOCOL_FILE" = yes; then
5680 echo "$as_me:$LINENO: result: yes" >&5
5681 echo "${ECHO_T}yes" >&6
5683 echo "$as_me:$LINENO: result: no" >&5
5684 echo "${ECHO_T}no" >&6
5692 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
5693 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
5695 # Check whether --enable-threads or --disable-threads was given.
5696 if test "${enable_threads+set}" = set; then
5697 enableval
="$enable_threads"
5699 if test "$enableval" = yes; then
5700 ac_cv_use_threads
='wxUSE_THREADS=yes'
5702 ac_cv_use_threads
='wxUSE_THREADS=no'
5707 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
5708 if test "x$LINE" != x
; then
5709 eval "DEFAULT_$LINE"
5714 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
5718 eval "$ac_cv_use_threads"
5719 if test "$no_cache" != 1; then
5720 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
5723 if test "$wxUSE_THREADS" = yes; then
5724 echo "$as_me:$LINENO: result: yes" >&5
5725 echo "${ECHO_T}yes" >&6
5727 echo "$as_me:$LINENO: result: no" >&5
5728 echo "${ECHO_T}no" >&6
5732 if test "$wxUSE_GUI" = "yes"; then
5737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
5738 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
5740 # Check whether --enable-docview or --disable-docview was given.
5741 if test "${enable_docview+set}" = set; then
5742 enableval
="$enable_docview"
5744 if test "$enableval" = yes; then
5745 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
5747 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
5752 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5753 if test "x$LINE" != x
; then
5754 eval "DEFAULT_$LINE"
5759 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
5763 eval "$ac_cv_use_docview"
5764 if test "$no_cache" != 1; then
5765 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5768 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
5769 echo "$as_me:$LINENO: result: yes" >&5
5770 echo "${ECHO_T}yes" >&6
5772 echo "$as_me:$LINENO: result: no" >&5
5773 echo "${ECHO_T}no" >&6
5778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
5779 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
5781 # Check whether --enable-help or --disable-help was given.
5782 if test "${enable_help+set}" = set; then
5783 enableval
="$enable_help"
5785 if test "$enableval" = yes; then
5786 ac_cv_use_help
='wxUSE_HELP=yes'
5788 ac_cv_use_help
='wxUSE_HELP=no'
5793 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5794 if test "x$LINE" != x
; then
5795 eval "DEFAULT_$LINE"
5800 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
5804 eval "$ac_cv_use_help"
5805 if test "$no_cache" != 1; then
5806 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5809 if test "$wxUSE_HELP" = yes; then
5810 echo "$as_me:$LINENO: result: yes" >&5
5811 echo "${ECHO_T}yes" >&6
5813 echo "$as_me:$LINENO: result: no" >&5
5814 echo "${ECHO_T}no" >&6
5819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5820 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
5822 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5823 if test "${enable_mshtmlhelp+set}" = set; then
5824 enableval
="$enable_mshtmlhelp"
5826 if test "$enableval" = yes; then
5827 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
5829 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
5834 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
5835 if test "x$LINE" != x
; then
5836 eval "DEFAULT_$LINE"
5841 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
5845 eval "$ac_cv_use_mshtmlhelp"
5846 if test "$no_cache" != 1; then
5847 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
5850 if test "$wxUSE_MS_HTML_HELP" = yes; then
5851 echo "$as_me:$LINENO: result: yes" >&5
5852 echo "${ECHO_T}yes" >&6
5854 echo "$as_me:$LINENO: result: no" >&5
5855 echo "${ECHO_T}no" >&6
5860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
5861 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
5863 # Check whether --enable-html or --disable-html was given.
5864 if test "${enable_html+set}" = set; then
5865 enableval
="$enable_html"
5867 if test "$enableval" = yes; then
5868 ac_cv_use_html
='wxUSE_HTML=yes'
5870 ac_cv_use_html
='wxUSE_HTML=no'
5875 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5876 if test "x$LINE" != x
; then
5877 eval "DEFAULT_$LINE"
5882 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5886 eval "$ac_cv_use_html"
5887 if test "$no_cache" != 1; then
5888 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5891 if test "$wxUSE_HTML" = yes; then
5892 echo "$as_me:$LINENO: result: yes" >&5
5893 echo "${ECHO_T}yes" >&6
5895 echo "$as_me:$LINENO: result: no" >&5
5896 echo "${ECHO_T}no" >&6
5901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
5902 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
5904 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5905 if test "${enable_htmlhelp+set}" = set; then
5906 enableval
="$enable_htmlhelp"
5908 if test "$enableval" = yes; then
5909 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
5911 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
5916 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5917 if test "x$LINE" != x
; then
5918 eval "DEFAULT_$LINE"
5923 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
5927 eval "$ac_cv_use_htmlhelp"
5928 if test "$no_cache" != 1; then
5929 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5932 if test "$wxUSE_WXHTML_HELP" = yes; then
5933 echo "$as_me:$LINENO: result: yes" >&5
5934 echo "${ECHO_T}yes" >&6
5936 echo "$as_me:$LINENO: result: no" >&5
5937 echo "${ECHO_T}no" >&6
5942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
5943 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
5945 # Check whether --enable-constraints or --disable-constraints was given.
5946 if test "${enable_constraints+set}" = set; then
5947 enableval
="$enable_constraints"
5949 if test "$enableval" = yes; then
5950 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
5952 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
5957 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5958 if test "x$LINE" != x
; then
5959 eval "DEFAULT_$LINE"
5964 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5968 eval "$ac_cv_use_constraints"
5969 if test "$no_cache" != 1; then
5970 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5973 if test "$wxUSE_CONSTRAINTS" = yes; then
5974 echo "$as_me:$LINENO: result: yes" >&5
5975 echo "${ECHO_T}yes" >&6
5977 echo "$as_me:$LINENO: result: no" >&5
5978 echo "${ECHO_T}no" >&6
5983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
5984 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
5986 # Check whether --enable-printarch or --disable-printarch was given.
5987 if test "${enable_printarch+set}" = set; then
5988 enableval
="$enable_printarch"
5990 if test "$enableval" = yes; then
5991 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
5993 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
5998 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5999 if test "x$LINE" != x
; then
6000 eval "DEFAULT_$LINE"
6005 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6009 eval "$ac_cv_use_printarch"
6010 if test "$no_cache" != 1; then
6011 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6014 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6015 echo "$as_me:$LINENO: result: yes" >&5
6016 echo "${ECHO_T}yes" >&6
6018 echo "$as_me:$LINENO: result: no" >&5
6019 echo "${ECHO_T}no" >&6
6024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6025 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6027 # Check whether --enable-mdi or --disable-mdi was given.
6028 if test "${enable_mdi+set}" = set; then
6029 enableval
="$enable_mdi"
6031 if test "$enableval" = yes; then
6032 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
6034 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
6039 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6040 if test "x$LINE" != x
; then
6041 eval "DEFAULT_$LINE"
6046 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6050 eval "$ac_cv_use_mdi"
6051 if test "$no_cache" != 1; then
6052 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6055 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6056 echo "$as_me:$LINENO: result: yes" >&5
6057 echo "${ECHO_T}yes" >&6
6059 echo "$as_me:$LINENO: result: no" >&5
6060 echo "${ECHO_T}no" >&6
6065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6066 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6068 # Check whether --enable-loggui or --disable-loggui was given.
6069 if test "${enable_loggui+set}" = set; then
6070 enableval
="$enable_loggui"
6072 if test "$enableval" = yes; then
6073 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
6075 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
6080 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6081 if test "x$LINE" != x
; then
6082 eval "DEFAULT_$LINE"
6087 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6091 eval "$ac_cv_use_loggui"
6092 if test "$no_cache" != 1; then
6093 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6096 if test "$wxUSE_LOGGUI" = yes; then
6097 echo "$as_me:$LINENO: result: yes" >&5
6098 echo "${ECHO_T}yes" >&6
6100 echo "$as_me:$LINENO: result: no" >&5
6101 echo "${ECHO_T}no" >&6
6106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6107 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6109 # Check whether --enable-logwin or --disable-logwin was given.
6110 if test "${enable_logwin+set}" = set; then
6111 enableval
="$enable_logwin"
6113 if test "$enableval" = yes; then
6114 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
6116 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
6121 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6122 if test "x$LINE" != x
; then
6123 eval "DEFAULT_$LINE"
6128 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6132 eval "$ac_cv_use_logwin"
6133 if test "$no_cache" != 1; then
6134 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6137 if test "$wxUSE_LOGWINDOW" = yes; then
6138 echo "$as_me:$LINENO: result: yes" >&5
6139 echo "${ECHO_T}yes" >&6
6141 echo "$as_me:$LINENO: result: no" >&5
6142 echo "${ECHO_T}no" >&6
6147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6148 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6150 # Check whether --enable-logdialog or --disable-logdialog was given.
6151 if test "${enable_logdialog+set}" = set; then
6152 enableval
="$enable_logdialog"
6154 if test "$enableval" = yes; then
6155 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
6157 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
6162 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6163 if test "x$LINE" != x
; then
6164 eval "DEFAULT_$LINE"
6169 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6173 eval "$ac_cv_use_logdialog"
6174 if test "$no_cache" != 1; then
6175 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6178 if test "$wxUSE_LOGDIALOG" = yes; then
6179 echo "$as_me:$LINENO: result: yes" >&5
6180 echo "${ECHO_T}yes" >&6
6182 echo "$as_me:$LINENO: result: no" >&5
6183 echo "${ECHO_T}no" >&6
6189 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6190 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6192 # Check whether --enable-postscript or --disable-postscript was given.
6193 if test "${enable_postscript+set}" = set; then
6194 enableval
="$enable_postscript"
6196 if test "$enableval" = yes; then
6197 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
6199 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
6204 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6205 if test "x$LINE" != x
; then
6206 eval "DEFAULT_$LINE"
6211 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6215 eval "$ac_cv_use_postscript"
6216 if test "$no_cache" != 1; then
6217 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6220 if test "$wxUSE_POSTSCRIPT" = yes; then
6221 echo "$as_me:$LINENO: result: yes" >&5
6222 echo "${ECHO_T}yes" >&6
6224 echo "$as_me:$LINENO: result: no" >&5
6225 echo "${ECHO_T}no" >&6
6233 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6234 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6236 # Check whether --enable-prologio or --disable-prologio was given.
6237 if test "${enable_prologio+set}" = set; then
6238 enableval
="$enable_prologio"
6240 if test "$enableval" = yes; then
6241 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
6243 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
6248 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
6249 if test "x$LINE" != x
; then
6250 eval "DEFAULT_$LINE"
6255 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
6259 eval "$ac_cv_use_prologio"
6260 if test "$no_cache" != 1; then
6261 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
6264 if test "$wxUSE_PROLOGIO" = yes; then
6265 echo "$as_me:$LINENO: result: yes" >&5
6266 echo "${ECHO_T}yes" >&6
6268 echo "$as_me:$LINENO: result: no" >&5
6269 echo "${ECHO_T}no" >&6
6274 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6275 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
6277 # Check whether --enable-resources or --disable-resources was given.
6278 if test "${enable_resources+set}" = set; then
6279 enableval
="$enable_resources"
6281 if test "$enableval" = yes; then
6282 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
6284 ac_cv_use_resources
='wxUSE_RESOURCES=no'
6289 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
6290 if test "x$LINE" != x
; then
6291 eval "DEFAULT_$LINE"
6296 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
6300 eval "$ac_cv_use_resources"
6301 if test "$no_cache" != 1; then
6302 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
6305 if test "$wxUSE_RESOURCES" = yes; then
6306 echo "$as_me:$LINENO: result: yes" >&5
6307 echo "${ECHO_T}yes" >&6
6309 echo "$as_me:$LINENO: result: no" >&5
6310 echo "${ECHO_T}no" >&6
6317 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6318 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
6320 # Check whether --enable-clipboard or --disable-clipboard was given.
6321 if test "${enable_clipboard+set}" = set; then
6322 enableval
="$enable_clipboard"
6324 if test "$enableval" = yes; then
6325 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
6327 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
6332 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6333 if test "x$LINE" != x
; then
6334 eval "DEFAULT_$LINE"
6339 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
6343 eval "$ac_cv_use_clipboard"
6344 if test "$no_cache" != 1; then
6345 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6348 if test "$wxUSE_CLIPBOARD" = yes; then
6349 echo "$as_me:$LINENO: result: yes" >&5
6350 echo "${ECHO_T}yes" >&6
6352 echo "$as_me:$LINENO: result: no" >&5
6353 echo "${ECHO_T}no" >&6
6358 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6359 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
6361 # Check whether --enable-dnd or --disable-dnd was given.
6362 if test "${enable_dnd+set}" = set; then
6363 enableval
="$enable_dnd"
6365 if test "$enableval" = yes; then
6366 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
6368 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
6373 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6374 if test "x$LINE" != x
; then
6375 eval "DEFAULT_$LINE"
6380 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
6384 eval "$ac_cv_use_dnd"
6385 if test "$no_cache" != 1; then
6386 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6389 if test "$wxUSE_DRAG_AND_DROP" = yes; then
6390 echo "$as_me:$LINENO: result: yes" >&5
6391 echo "${ECHO_T}yes" >&6
6393 echo "$as_me:$LINENO: result: no" >&5
6394 echo "${ECHO_T}no" >&6
6399 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6400 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
6402 # Check whether --enable-metafile or --disable-metafile was given.
6403 if test "${enable_metafile+set}" = set; then
6404 enableval
="$enable_metafile"
6406 if test "$enableval" = yes; then
6407 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
6409 ac_cv_use_metafile
='wxUSE_METAFILE=no'
6414 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6415 if test "x$LINE" != x
; then
6416 eval "DEFAULT_$LINE"
6421 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
6425 eval "$ac_cv_use_metafile"
6426 if test "$no_cache" != 1; then
6427 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6430 if test "$wxUSE_METAFILE" = yes; then
6431 echo "$as_me:$LINENO: result: yes" >&5
6432 echo "${ECHO_T}yes" >&6
6434 echo "$as_me:$LINENO: result: no" >&5
6435 echo "${ECHO_T}no" >&6
6443 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6444 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
6446 # Check whether --enable-controls or --disable-controls was given.
6447 if test "${enable_controls+set}" = set; then
6448 enableval
="$enable_controls"
6450 if test "$enableval" = yes; then
6451 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
6453 ac_cv_use_controls
='wxUSE_CONTROLS=no'
6458 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6459 if test "x$LINE" != x
; then
6460 eval "DEFAULT_$LINE"
6465 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
6469 eval "$ac_cv_use_controls"
6470 if test "$no_cache" != 1; then
6471 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6474 if test "$wxUSE_CONTROLS" = yes; then
6475 echo "$as_me:$LINENO: result: yes" >&5
6476 echo "${ECHO_T}yes" >&6
6478 echo "$as_me:$LINENO: result: no" >&5
6479 echo "${ECHO_T}no" >&6
6483 if test "$wxUSE_CONTROLS" = "yes"; then
6484 DEFAULT_wxUSE_ACCEL
=yes
6485 DEFAULT_wxUSE_BMPBUTTON
=yes
6486 DEFAULT_wxUSE_BUTTON
=yes
6487 DEFAULT_wxUSE_CALCTRL
=no
6488 DEFAULT_wxUSE_CARET
=yes
6489 DEFAULT_wxUSE_COMBOBOX
=yes
6490 DEFAULT_wxUSE_CHECKBOX
=yes
6491 DEFAULT_wxUSE_CHECKLISTBOX
=yes
6492 DEFAULT_wxUSE_CHOICE
=yes
6493 DEFAULT_wxUSE_GAUGE
=yes
6494 DEFAULT_wxUSE_GRID
=yes
6495 DEFAULT_wxUSE_IMAGLIST
=yes
6496 DEFAULT_wxUSE_LISTBOX
=yes
6497 DEFAULT_wxUSE_LISTCTRL
=yes
6498 DEFAULT_wxUSE_NOTEBOOK
=yes
6499 DEFAULT_wxUSE_RADIOBOX
=yes
6500 DEFAULT_wxUSE_RADIOBTN
=yes
6501 DEFAULT_wxUSE_SASH
=yes
6502 DEFAULT_wxUSE_SCROLLBAR
=yes
6503 DEFAULT_wxUSE_SLIDER
=yes
6504 DEFAULT_wxUSE_SPINBTN
=yes
6505 DEFAULT_wxUSE_SPINCTRL
=yes
6506 DEFAULT_wxUSE_SPLITTER
=yes
6507 DEFAULT_wxUSE_STATBMP
=yes
6508 DEFAULT_wxUSE_STATBOX
=yes
6509 DEFAULT_wxUSE_STATLINE
=yes
6510 DEFAULT_wxUSE_STATUSBAR
=yes
6511 DEFAULT_wxUSE_TAB_DIALOG
=yes
6512 DEFAULT_wxUSE_TOGGLEBTN
=yes
6513 DEFAULT_wxUSE_TOOLBAR
=yes
6514 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
6515 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
6516 DEFAULT_wxUSE_TOOLTIPS
=yes
6517 DEFAULT_wxUSE_TREECTRL
=yes
6518 DEFAULT_wxUSE_POPUPWIN
=yes
6519 DEFAULT_wxUSE_TIPWINDOW
=yes
6520 elif test "$wxUSE_CONTROLS" = "no"; then
6521 DEFAULT_wxUSE_ACCEL
=no
6522 DEFAULT_wxUSE_BMPBUTTON
=no
6523 DEFAULT_wxUSE_BUTTON
=no
6524 DEFAULT_wxUSE_CALCTRL
=no
6525 DEFAULT_wxUSE_CARET
=no
6526 DEFAULT_wxUSE_COMBOBOX
=no
6527 DEFAULT_wxUSE_CHECKBOX
=no
6528 DEFAULT_wxUSE_CHECKLISTBOX
=no
6529 DEFAULT_wxUSE_CHOICE
=no
6530 DEFAULT_wxUSE_GAUGE
=no
6531 DEFAULT_wxUSE_GRID
=no
6532 DEFAULT_wxUSE_IMAGLIST
=no
6533 DEFAULT_wxUSE_LISTBOX
=no
6534 DEFAULT_wxUSE_LISTCTRL
=no
6535 DEFAULT_wxUSE_NOTEBOOK
=no
6536 DEFAULT_wxUSE_RADIOBOX
=no
6537 DEFAULT_wxUSE_RADIOBTN
=no
6538 DEFAULT_wxUSE_SASH
=no
6539 DEFAULT_wxUSE_SCROLLBAR
=no
6540 DEFAULT_wxUSE_SLIDER
=no
6541 DEFAULT_wxUSE_SPINBTN
=no
6542 DEFAULT_wxUSE_SPINCTRL
=no
6543 DEFAULT_wxUSE_SPLITTER
=no
6544 DEFAULT_wxUSE_STATBMP
=no
6545 DEFAULT_wxUSE_STATBOX
=no
6546 DEFAULT_wxUSE_STATLINE
=no
6547 DEFAULT_wxUSE_STATUSBAR
=no
6548 DEFAULT_wxUSE_TAB_DIALOG
=no
6549 DEFAULT_wxUSE_TOGGLEBTN
=no
6550 DEFAULT_wxUSE_TOOLBAR
=no
6551 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
6552 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
6553 DEFAULT_wxUSE_TOOLTIPS
=no
6554 DEFAULT_wxUSE_TREECTRL
=no
6555 DEFAULT_wxUSE_POPUPWIN
=no
6556 DEFAULT_wxUSE_TIPWINDOW
=no
6559 ## FIXME: This is a blatant hack
6560 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
6561 wxUSE_PRINTING_ARCHITECTURE
=no
6563 wxUSE_DRAG_AND_DROP
=no
6565 # Generic notebook requires tab dialog
6566 DEFAULT_wxUSE_TABDIALOG
=yes
6567 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
6568 DEFAULT_wxUSE_SCROLLBAR
=no
6569 DEFAULT_wxUSE_TOOLTIPS
=no
6570 DEFAULT_wxUSE_DRAGIMAGE
=no
6575 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
6576 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
6578 # Check whether --enable-accel or --disable-accel was given.
6579 if test "${enable_accel+set}" = set; then
6580 enableval
="$enable_accel"
6582 if test "$enableval" = yes; then
6583 ac_cv_use_accel
='wxUSE_ACCEL=yes'
6585 ac_cv_use_accel
='wxUSE_ACCEL=no'
6590 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
6591 if test "x$LINE" != x
; then
6592 eval "DEFAULT_$LINE"
6597 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
6601 eval "$ac_cv_use_accel"
6602 if test "$no_cache" != 1; then
6603 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
6606 if test "$wxUSE_ACCEL" = yes; then
6607 echo "$as_me:$LINENO: result: yes" >&5
6608 echo "${ECHO_T}yes" >&6
6610 echo "$as_me:$LINENO: result: no" >&5
6611 echo "${ECHO_T}no" >&6
6616 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
6617 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
6619 # Check whether --enable-button or --disable-button was given.
6620 if test "${enable_button+set}" = set; then
6621 enableval
="$enable_button"
6623 if test "$enableval" = yes; then
6624 ac_cv_use_button
='wxUSE_BUTTON=yes'
6626 ac_cv_use_button
='wxUSE_BUTTON=no'
6631 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
6632 if test "x$LINE" != x
; then
6633 eval "DEFAULT_$LINE"
6638 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
6642 eval "$ac_cv_use_button"
6643 if test "$no_cache" != 1; then
6644 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
6647 if test "$wxUSE_BUTTON" = yes; then
6648 echo "$as_me:$LINENO: result: yes" >&5
6649 echo "${ECHO_T}yes" >&6
6651 echo "$as_me:$LINENO: result: no" >&5
6652 echo "${ECHO_T}no" >&6
6657 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
6658 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
6660 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
6661 if test "${enable_bmpbutton+set}" = set; then
6662 enableval
="$enable_bmpbutton"
6664 if test "$enableval" = yes; then
6665 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
6667 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
6672 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
6673 if test "x$LINE" != x
; then
6674 eval "DEFAULT_$LINE"
6679 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
6683 eval "$ac_cv_use_bmpbutton"
6684 if test "$no_cache" != 1; then
6685 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
6688 if test "$wxUSE_BMPBUTTON" = yes; then
6689 echo "$as_me:$LINENO: result: yes" >&5
6690 echo "${ECHO_T}yes" >&6
6692 echo "$as_me:$LINENO: result: no" >&5
6693 echo "${ECHO_T}no" >&6
6698 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
6699 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
6701 # Check whether --enable-calendar or --disable-calendar was given.
6702 if test "${enable_calendar+set}" = set; then
6703 enableval
="$enable_calendar"
6705 if test "$enableval" = yes; then
6706 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
6708 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
6713 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
6714 if test "x$LINE" != x
; then
6715 eval "DEFAULT_$LINE"
6720 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
6724 eval "$ac_cv_use_calendar"
6725 if test "$no_cache" != 1; then
6726 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6729 if test "$wxUSE_CALCTRL" = yes; then
6730 echo "$as_me:$LINENO: result: yes" >&5
6731 echo "${ECHO_T}yes" >&6
6733 echo "$as_me:$LINENO: result: no" >&5
6734 echo "${ECHO_T}no" >&6
6739 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
6740 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
6742 # Check whether --enable-caret or --disable-caret was given.
6743 if test "${enable_caret+set}" = set; then
6744 enableval
="$enable_caret"
6746 if test "$enableval" = yes; then
6747 ac_cv_use_caret
='wxUSE_CARET=yes'
6749 ac_cv_use_caret
='wxUSE_CARET=no'
6754 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6755 if test "x$LINE" != x
; then
6756 eval "DEFAULT_$LINE"
6761 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
6765 eval "$ac_cv_use_caret"
6766 if test "$no_cache" != 1; then
6767 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6770 if test "$wxUSE_CARET" = yes; then
6771 echo "$as_me:$LINENO: result: yes" >&5
6772 echo "${ECHO_T}yes" >&6
6774 echo "$as_me:$LINENO: result: no" >&5
6775 echo "${ECHO_T}no" >&6
6780 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
6781 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
6783 # Check whether --enable-checkbox or --disable-checkbox was given.
6784 if test "${enable_checkbox+set}" = set; then
6785 enableval
="$enable_checkbox"
6787 if test "$enableval" = yes; then
6788 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
6790 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
6795 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6796 if test "x$LINE" != x
; then
6797 eval "DEFAULT_$LINE"
6802 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
6806 eval "$ac_cv_use_checkbox"
6807 if test "$no_cache" != 1; then
6808 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6811 if test "$wxUSE_CHECKBOX" = yes; then
6812 echo "$as_me:$LINENO: result: yes" >&5
6813 echo "${ECHO_T}yes" >&6
6815 echo "$as_me:$LINENO: result: no" >&5
6816 echo "${ECHO_T}no" >&6
6821 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
6822 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
6824 # Check whether --enable-checklst or --disable-checklst was given.
6825 if test "${enable_checklst+set}" = set; then
6826 enableval
="$enable_checklst"
6828 if test "$enableval" = yes; then
6829 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
6831 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
6836 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
6837 if test "x$LINE" != x
; then
6838 eval "DEFAULT_$LINE"
6843 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
6847 eval "$ac_cv_use_checklst"
6848 if test "$no_cache" != 1; then
6849 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6852 if test "$wxUSE_CHECKLST" = yes; then
6853 echo "$as_me:$LINENO: result: yes" >&5
6854 echo "${ECHO_T}yes" >&6
6856 echo "$as_me:$LINENO: result: no" >&5
6857 echo "${ECHO_T}no" >&6
6862 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
6863 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
6865 # Check whether --enable-choice or --disable-choice was given.
6866 if test "${enable_choice+set}" = set; then
6867 enableval
="$enable_choice"
6869 if test "$enableval" = yes; then
6870 ac_cv_use_choice
='wxUSE_CHOICE=yes'
6872 ac_cv_use_choice
='wxUSE_CHOICE=no'
6877 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6878 if test "x$LINE" != x
; then
6879 eval "DEFAULT_$LINE"
6884 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
6888 eval "$ac_cv_use_choice"
6889 if test "$no_cache" != 1; then
6890 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6893 if test "$wxUSE_CHOICE" = yes; then
6894 echo "$as_me:$LINENO: result: yes" >&5
6895 echo "${ECHO_T}yes" >&6
6897 echo "$as_me:$LINENO: result: no" >&5
6898 echo "${ECHO_T}no" >&6
6903 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
6904 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
6906 # Check whether --enable-combobox or --disable-combobox was given.
6907 if test "${enable_combobox+set}" = set; then
6908 enableval
="$enable_combobox"
6910 if test "$enableval" = yes; then
6911 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
6913 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
6918 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6919 if test "x$LINE" != x
; then
6920 eval "DEFAULT_$LINE"
6925 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6929 eval "$ac_cv_use_combobox"
6930 if test "$no_cache" != 1; then
6931 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6934 if test "$wxUSE_COMBOBOX" = yes; then
6935 echo "$as_me:$LINENO: result: yes" >&5
6936 echo "${ECHO_T}yes" >&6
6938 echo "$as_me:$LINENO: result: no" >&5
6939 echo "${ECHO_T}no" >&6
6944 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
6945 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
6947 # Check whether --enable-display or --disable-display was given.
6948 if test "${enable_display+set}" = set; then
6949 enableval
="$enable_display"
6951 if test "$enableval" = yes; then
6952 ac_cv_use_display
='wxUSE_DISPLAY=yes'
6954 ac_cv_use_display
='wxUSE_DISPLAY=no'
6959 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
6960 if test "x$LINE" != x
; then
6961 eval "DEFAULT_$LINE"
6966 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
6970 eval "$ac_cv_use_display"
6971 if test "$no_cache" != 1; then
6972 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
6975 if test "$wxUSE_DISPLAY" = yes; then
6976 echo "$as_me:$LINENO: result: yes" >&5
6977 echo "${ECHO_T}yes" >&6
6979 echo "$as_me:$LINENO: result: no" >&5
6980 echo "${ECHO_T}no" >&6
6985 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
6986 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
6988 # Check whether --enable-gauge or --disable-gauge was given.
6989 if test "${enable_gauge+set}" = set; then
6990 enableval
="$enable_gauge"
6992 if test "$enableval" = yes; then
6993 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
6995 ac_cv_use_gauge
='wxUSE_GAUGE=no'
7000 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7001 if test "x$LINE" != x
; then
7002 eval "DEFAULT_$LINE"
7007 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7011 eval "$ac_cv_use_gauge"
7012 if test "$no_cache" != 1; then
7013 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7016 if test "$wxUSE_GAUGE" = yes; then
7017 echo "$as_me:$LINENO: result: yes" >&5
7018 echo "${ECHO_T}yes" >&6
7020 echo "$as_me:$LINENO: result: no" >&5
7021 echo "${ECHO_T}no" >&6
7026 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7027 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7029 # Check whether --enable-grid or --disable-grid was given.
7030 if test "${enable_grid+set}" = set; then
7031 enableval
="$enable_grid"
7033 if test "$enableval" = yes; then
7034 ac_cv_use_grid
='wxUSE_GRID=yes'
7036 ac_cv_use_grid
='wxUSE_GRID=no'
7041 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7042 if test "x$LINE" != x
; then
7043 eval "DEFAULT_$LINE"
7048 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7052 eval "$ac_cv_use_grid"
7053 if test "$no_cache" != 1; then
7054 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7057 if test "$wxUSE_GRID" = yes; then
7058 echo "$as_me:$LINENO: result: yes" >&5
7059 echo "${ECHO_T}yes" >&6
7061 echo "$as_me:$LINENO: result: no" >&5
7062 echo "${ECHO_T}no" >&6
7067 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7068 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7070 # Check whether --enable-imaglist or --disable-imaglist was given.
7071 if test "${enable_imaglist+set}" = set; then
7072 enableval
="$enable_imaglist"
7074 if test "$enableval" = yes; then
7075 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
7077 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
7082 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7083 if test "x$LINE" != x
; then
7084 eval "DEFAULT_$LINE"
7089 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7093 eval "$ac_cv_use_imaglist"
7094 if test "$no_cache" != 1; then
7095 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7098 if test "$wxUSE_IMAGLIST" = yes; then
7099 echo "$as_me:$LINENO: result: yes" >&5
7100 echo "${ECHO_T}yes" >&6
7102 echo "$as_me:$LINENO: result: no" >&5
7103 echo "${ECHO_T}no" >&6
7108 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7109 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7111 # Check whether --enable-listbox or --disable-listbox was given.
7112 if test "${enable_listbox+set}" = set; then
7113 enableval
="$enable_listbox"
7115 if test "$enableval" = yes; then
7116 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
7118 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
7123 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7124 if test "x$LINE" != x
; then
7125 eval "DEFAULT_$LINE"
7130 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
7134 eval "$ac_cv_use_listbox"
7135 if test "$no_cache" != 1; then
7136 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7139 if test "$wxUSE_LISTBOX" = yes; then
7140 echo "$as_me:$LINENO: result: yes" >&5
7141 echo "${ECHO_T}yes" >&6
7143 echo "$as_me:$LINENO: result: no" >&5
7144 echo "${ECHO_T}no" >&6
7149 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7150 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
7152 # Check whether --enable-listctrl or --disable-listctrl was given.
7153 if test "${enable_listctrl+set}" = set; then
7154 enableval
="$enable_listctrl"
7156 if test "$enableval" = yes; then
7157 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
7159 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
7164 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7165 if test "x$LINE" != x
; then
7166 eval "DEFAULT_$LINE"
7171 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
7175 eval "$ac_cv_use_listctrl"
7176 if test "$no_cache" != 1; then
7177 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7180 if test "$wxUSE_LISTCTRL" = yes; then
7181 echo "$as_me:$LINENO: result: yes" >&5
7182 echo "${ECHO_T}yes" >&6
7184 echo "$as_me:$LINENO: result: no" >&5
7185 echo "${ECHO_T}no" >&6
7190 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7191 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
7193 # Check whether --enable-notebook or --disable-notebook was given.
7194 if test "${enable_notebook+set}" = set; then
7195 enableval
="$enable_notebook"
7197 if test "$enableval" = yes; then
7198 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
7200 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
7205 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7206 if test "x$LINE" != x
; then
7207 eval "DEFAULT_$LINE"
7212 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
7216 eval "$ac_cv_use_notebook"
7217 if test "$no_cache" != 1; then
7218 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7221 if test "$wxUSE_NOTEBOOK" = yes; then
7222 echo "$as_me:$LINENO: result: yes" >&5
7223 echo "${ECHO_T}yes" >&6
7225 echo "$as_me:$LINENO: result: no" >&5
7226 echo "${ECHO_T}no" >&6
7231 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7232 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
7234 # Check whether --enable-radiobox or --disable-radiobox was given.
7235 if test "${enable_radiobox+set}" = set; then
7236 enableval
="$enable_radiobox"
7238 if test "$enableval" = yes; then
7239 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
7241 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
7246 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7247 if test "x$LINE" != x
; then
7248 eval "DEFAULT_$LINE"
7253 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
7257 eval "$ac_cv_use_radiobox"
7258 if test "$no_cache" != 1; then
7259 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7262 if test "$wxUSE_RADIOBOX" = yes; then
7263 echo "$as_me:$LINENO: result: yes" >&5
7264 echo "${ECHO_T}yes" >&6
7266 echo "$as_me:$LINENO: result: no" >&5
7267 echo "${ECHO_T}no" >&6
7272 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7273 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
7275 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7276 if test "${enable_radiobtn+set}" = set; then
7277 enableval
="$enable_radiobtn"
7279 if test "$enableval" = yes; then
7280 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
7282 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
7287 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7288 if test "x$LINE" != x
; then
7289 eval "DEFAULT_$LINE"
7294 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
7298 eval "$ac_cv_use_radiobtn"
7299 if test "$no_cache" != 1; then
7300 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7303 if test "$wxUSE_RADIOBTN" = yes; then
7304 echo "$as_me:$LINENO: result: yes" >&5
7305 echo "${ECHO_T}yes" >&6
7307 echo "$as_me:$LINENO: result: no" >&5
7308 echo "${ECHO_T}no" >&6
7313 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7314 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
7316 # Check whether --enable-sash or --disable-sash was given.
7317 if test "${enable_sash+set}" = set; then
7318 enableval
="$enable_sash"
7320 if test "$enableval" = yes; then
7321 ac_cv_use_sash
='wxUSE_SASH=yes'
7323 ac_cv_use_sash
='wxUSE_SASH=no'
7328 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7329 if test "x$LINE" != x
; then
7330 eval "DEFAULT_$LINE"
7335 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
7339 eval "$ac_cv_use_sash"
7340 if test "$no_cache" != 1; then
7341 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7344 if test "$wxUSE_SASH" = yes; then
7345 echo "$as_me:$LINENO: result: yes" >&5
7346 echo "${ECHO_T}yes" >&6
7348 echo "$as_me:$LINENO: result: no" >&5
7349 echo "${ECHO_T}no" >&6
7354 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7355 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
7357 # Check whether --enable-scrollbar or --disable-scrollbar was given.
7358 if test "${enable_scrollbar+set}" = set; then
7359 enableval
="$enable_scrollbar"
7361 if test "$enableval" = yes; then
7362 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
7364 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
7369 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7370 if test "x$LINE" != x
; then
7371 eval "DEFAULT_$LINE"
7376 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
7380 eval "$ac_cv_use_scrollbar"
7381 if test "$no_cache" != 1; then
7382 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7385 if test "$wxUSE_SCROLLBAR" = yes; then
7386 echo "$as_me:$LINENO: result: yes" >&5
7387 echo "${ECHO_T}yes" >&6
7389 echo "$as_me:$LINENO: result: no" >&5
7390 echo "${ECHO_T}no" >&6
7395 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7396 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
7398 # Check whether --enable-slider or --disable-slider was given.
7399 if test "${enable_slider+set}" = set; then
7400 enableval
="$enable_slider"
7402 if test "$enableval" = yes; then
7403 ac_cv_use_slider
='wxUSE_SLIDER=yes'
7405 ac_cv_use_slider
='wxUSE_SLIDER=no'
7410 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7411 if test "x$LINE" != x
; then
7412 eval "DEFAULT_$LINE"
7417 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
7421 eval "$ac_cv_use_slider"
7422 if test "$no_cache" != 1; then
7423 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7426 if test "$wxUSE_SLIDER" = yes; then
7427 echo "$as_me:$LINENO: result: yes" >&5
7428 echo "${ECHO_T}yes" >&6
7430 echo "$as_me:$LINENO: result: no" >&5
7431 echo "${ECHO_T}no" >&6
7436 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7437 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
7439 # Check whether --enable-spinbtn or --disable-spinbtn was given.
7440 if test "${enable_spinbtn+set}" = set; then
7441 enableval
="$enable_spinbtn"
7443 if test "$enableval" = yes; then
7444 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
7446 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
7451 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7452 if test "x$LINE" != x
; then
7453 eval "DEFAULT_$LINE"
7458 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
7462 eval "$ac_cv_use_spinbtn"
7463 if test "$no_cache" != 1; then
7464 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7467 if test "$wxUSE_SPINBTN" = yes; then
7468 echo "$as_me:$LINENO: result: yes" >&5
7469 echo "${ECHO_T}yes" >&6
7471 echo "$as_me:$LINENO: result: no" >&5
7472 echo "${ECHO_T}no" >&6
7477 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
7478 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
7480 # Check whether --enable-spinctrl or --disable-spinctrl was given.
7481 if test "${enable_spinctrl+set}" = set; then
7482 enableval
="$enable_spinctrl"
7484 if test "$enableval" = yes; then
7485 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
7487 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
7492 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
7493 if test "x$LINE" != x
; then
7494 eval "DEFAULT_$LINE"
7499 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
7503 eval "$ac_cv_use_spinctrl"
7504 if test "$no_cache" != 1; then
7505 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
7508 if test "$wxUSE_SPINCTRL" = yes; then
7509 echo "$as_me:$LINENO: result: yes" >&5
7510 echo "${ECHO_T}yes" >&6
7512 echo "$as_me:$LINENO: result: no" >&5
7513 echo "${ECHO_T}no" >&6
7518 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
7519 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
7521 # Check whether --enable-splitter or --disable-splitter was given.
7522 if test "${enable_splitter+set}" = set; then
7523 enableval
="$enable_splitter"
7525 if test "$enableval" = yes; then
7526 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
7528 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
7533 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
7534 if test "x$LINE" != x
; then
7535 eval "DEFAULT_$LINE"
7540 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
7544 eval "$ac_cv_use_splitter"
7545 if test "$no_cache" != 1; then
7546 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
7549 if test "$wxUSE_SPLITTER" = yes; then
7550 echo "$as_me:$LINENO: result: yes" >&5
7551 echo "${ECHO_T}yes" >&6
7553 echo "$as_me:$LINENO: result: no" >&5
7554 echo "${ECHO_T}no" >&6
7559 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
7560 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
7562 # Check whether --enable-statbmp or --disable-statbmp was given.
7563 if test "${enable_statbmp+set}" = set; then
7564 enableval
="$enable_statbmp"
7566 if test "$enableval" = yes; then
7567 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
7569 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
7574 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
7575 if test "x$LINE" != x
; then
7576 eval "DEFAULT_$LINE"
7581 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
7585 eval "$ac_cv_use_statbmp"
7586 if test "$no_cache" != 1; then
7587 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
7590 if test "$wxUSE_STATBMP" = yes; then
7591 echo "$as_me:$LINENO: result: yes" >&5
7592 echo "${ECHO_T}yes" >&6
7594 echo "$as_me:$LINENO: result: no" >&5
7595 echo "${ECHO_T}no" >&6
7600 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
7601 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
7603 # Check whether --enable-statbox or --disable-statbox was given.
7604 if test "${enable_statbox+set}" = set; then
7605 enableval
="$enable_statbox"
7607 if test "$enableval" = yes; then
7608 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
7610 ac_cv_use_statbox
='wxUSE_STATBOX=no'
7615 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
7616 if test "x$LINE" != x
; then
7617 eval "DEFAULT_$LINE"
7622 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
7626 eval "$ac_cv_use_statbox"
7627 if test "$no_cache" != 1; then
7628 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
7631 if test "$wxUSE_STATBOX" = yes; then
7632 echo "$as_me:$LINENO: result: yes" >&5
7633 echo "${ECHO_T}yes" >&6
7635 echo "$as_me:$LINENO: result: no" >&5
7636 echo "${ECHO_T}no" >&6
7641 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
7642 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
7644 # Check whether --enable-statline or --disable-statline was given.
7645 if test "${enable_statline+set}" = set; then
7646 enableval
="$enable_statline"
7648 if test "$enableval" = yes; then
7649 ac_cv_use_statline
='wxUSE_STATLINE=yes'
7651 ac_cv_use_statline
='wxUSE_STATLINE=no'
7656 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
7657 if test "x$LINE" != x
; then
7658 eval "DEFAULT_$LINE"
7663 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
7667 eval "$ac_cv_use_statline"
7668 if test "$no_cache" != 1; then
7669 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
7672 if test "$wxUSE_STATLINE" = yes; then
7673 echo "$as_me:$LINENO: result: yes" >&5
7674 echo "${ECHO_T}yes" >&6
7676 echo "$as_me:$LINENO: result: no" >&5
7677 echo "${ECHO_T}no" >&6
7682 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
7683 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
7685 # Check whether --enable-stattext or --disable-stattext was given.
7686 if test "${enable_stattext+set}" = set; then
7687 enableval
="$enable_stattext"
7689 if test "$enableval" = yes; then
7690 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
7692 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
7697 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
7698 if test "x$LINE" != x
; then
7699 eval "DEFAULT_$LINE"
7704 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
7708 eval "$ac_cv_use_stattext"
7709 if test "$no_cache" != 1; then
7710 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
7713 if test "$wxUSE_STATTEXT" = yes; then
7714 echo "$as_me:$LINENO: result: yes" >&5
7715 echo "${ECHO_T}yes" >&6
7717 echo "$as_me:$LINENO: result: no" >&5
7718 echo "${ECHO_T}no" >&6
7723 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
7724 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
7726 # Check whether --enable-statusbar or --disable-statusbar was given.
7727 if test "${enable_statusbar+set}" = set; then
7728 enableval
="$enable_statusbar"
7730 if test "$enableval" = yes; then
7731 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
7733 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
7738 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
7739 if test "x$LINE" != x
; then
7740 eval "DEFAULT_$LINE"
7745 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
7749 eval "$ac_cv_use_statusbar"
7750 if test "$no_cache" != 1; then
7751 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7754 if test "$wxUSE_STATUSBAR" = yes; then
7755 echo "$as_me:$LINENO: result: yes" >&5
7756 echo "${ECHO_T}yes" >&6
7758 echo "$as_me:$LINENO: result: no" >&5
7759 echo "${ECHO_T}no" >&6
7764 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
7765 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
7767 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7768 if test "${enable_tabdialog+set}" = set; then
7769 enableval
="$enable_tabdialog"
7771 if test "$enableval" = yes; then
7772 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
7774 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
7779 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7780 if test "x$LINE" != x
; then
7781 eval "DEFAULT_$LINE"
7786 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
7790 eval "$ac_cv_use_tabdialog"
7791 if test "$no_cache" != 1; then
7792 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
7795 if test "$wxUSE_TABDIALOG" = yes; then
7796 echo "$as_me:$LINENO: result: yes" >&5
7797 echo "${ECHO_T}yes" >&6
7799 echo "$as_me:$LINENO: result: no" >&5
7800 echo "${ECHO_T}no" >&6
7805 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
7806 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
7808 # Check whether --enable-textctrl or --disable-textctrl was given.
7809 if test "${enable_textctrl+set}" = set; then
7810 enableval
="$enable_textctrl"
7812 if test "$enableval" = yes; then
7813 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
7815 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
7820 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
7821 if test "x$LINE" != x
; then
7822 eval "DEFAULT_$LINE"
7827 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
7831 eval "$ac_cv_use_textctrl"
7832 if test "$no_cache" != 1; then
7833 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
7836 if test "$wxUSE_TEXTCTRL" = yes; then
7837 echo "$as_me:$LINENO: result: yes" >&5
7838 echo "${ECHO_T}yes" >&6
7840 echo "$as_me:$LINENO: result: no" >&5
7841 echo "${ECHO_T}no" >&6
7846 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
7847 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
7849 # Check whether --enable-togglebtn or --disable-togglebtn was given.
7850 if test "${enable_togglebtn+set}" = set; then
7851 enableval
="$enable_togglebtn"
7853 if test "$enableval" = yes; then
7854 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
7856 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
7861 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7862 if test "x$LINE" != x
; then
7863 eval "DEFAULT_$LINE"
7868 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
7872 eval "$ac_cv_use_togglebtn"
7873 if test "$no_cache" != 1; then
7874 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7877 if test "$wxUSE_TOGGLEBTN" = yes; then
7878 echo "$as_me:$LINENO: result: yes" >&5
7879 echo "${ECHO_T}yes" >&6
7881 echo "$as_me:$LINENO: result: no" >&5
7882 echo "${ECHO_T}no" >&6
7887 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
7888 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
7890 # Check whether --enable-toolbar or --disable-toolbar was given.
7891 if test "${enable_toolbar+set}" = set; then
7892 enableval
="$enable_toolbar"
7894 if test "$enableval" = yes; then
7895 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
7897 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
7902 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7903 if test "x$LINE" != x
; then
7904 eval "DEFAULT_$LINE"
7909 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
7913 eval "$ac_cv_use_toolbar"
7914 if test "$no_cache" != 1; then
7915 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7918 if test "$wxUSE_TOOLBAR" = yes; then
7919 echo "$as_me:$LINENO: result: yes" >&5
7920 echo "${ECHO_T}yes" >&6
7922 echo "$as_me:$LINENO: result: no" >&5
7923 echo "${ECHO_T}no" >&6
7928 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
7929 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
7931 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7932 if test "${enable_tbarnative+set}" = set; then
7933 enableval
="$enable_tbarnative"
7935 if test "$enableval" = yes; then
7936 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
7938 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
7943 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7944 if test "x$LINE" != x
; then
7945 eval "DEFAULT_$LINE"
7950 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7954 eval "$ac_cv_use_tbarnative"
7955 if test "$no_cache" != 1; then
7956 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7959 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7960 echo "$as_me:$LINENO: result: yes" >&5
7961 echo "${ECHO_T}yes" >&6
7963 echo "$as_me:$LINENO: result: no" >&5
7964 echo "${ECHO_T}no" >&6
7969 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
7970 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
7972 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7973 if test "${enable_tbarsmpl+set}" = set; then
7974 enableval
="$enable_tbarsmpl"
7976 if test "$enableval" = yes; then
7977 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
7979 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
7984 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7985 if test "x$LINE" != x
; then
7986 eval "DEFAULT_$LINE"
7991 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7995 eval "$ac_cv_use_tbarsmpl"
7996 if test "$no_cache" != 1; then
7997 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8000 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8001 echo "$as_me:$LINENO: result: yes" >&5
8002 echo "${ECHO_T}yes" >&6
8004 echo "$as_me:$LINENO: result: no" >&5
8005 echo "${ECHO_T}no" >&6
8010 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8011 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8013 # Check whether --enable-treectrl or --disable-treectrl was given.
8014 if test "${enable_treectrl+set}" = set; then
8015 enableval
="$enable_treectrl"
8017 if test "$enableval" = yes; then
8018 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
8020 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
8025 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8026 if test "x$LINE" != x
; then
8027 eval "DEFAULT_$LINE"
8032 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8036 eval "$ac_cv_use_treectrl"
8037 if test "$no_cache" != 1; then
8038 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8041 if test "$wxUSE_TREECTRL" = yes; then
8042 echo "$as_me:$LINENO: result: yes" >&5
8043 echo "${ECHO_T}yes" >&6
8045 echo "$as_me:$LINENO: result: no" >&5
8046 echo "${ECHO_T}no" >&6
8051 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8052 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8054 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8055 if test "${enable_tipwindow+set}" = set; then
8056 enableval
="$enable_tipwindow"
8058 if test "$enableval" = yes; then
8059 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
8061 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
8066 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8067 if test "x$LINE" != x
; then
8068 eval "DEFAULT_$LINE"
8073 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8077 eval "$ac_cv_use_tipwindow"
8078 if test "$no_cache" != 1; then
8079 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8082 if test "$wxUSE_TIPWINDOW" = yes; then
8083 echo "$as_me:$LINENO: result: yes" >&5
8084 echo "${ECHO_T}yes" >&6
8086 echo "$as_me:$LINENO: result: no" >&5
8087 echo "${ECHO_T}no" >&6
8092 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8093 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8095 # Check whether --enable-popupwin or --disable-popupwin was given.
8096 if test "${enable_popupwin+set}" = set; then
8097 enableval
="$enable_popupwin"
8099 if test "$enableval" = yes; then
8100 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
8102 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
8107 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8108 if test "x$LINE" != x
; then
8109 eval "DEFAULT_$LINE"
8114 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
8118 eval "$ac_cv_use_popupwin"
8119 if test "$no_cache" != 1; then
8120 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8123 if test "$wxUSE_POPUPWIN" = yes; then
8124 echo "$as_me:$LINENO: result: yes" >&5
8125 echo "${ECHO_T}yes" >&6
8127 echo "$as_me:$LINENO: result: no" >&5
8128 echo "${ECHO_T}no" >&6
8135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8136 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
8138 # Check whether --enable-commondlg or --disable-commondlg was given.
8139 if test "${enable_commondlg+set}" = set; then
8140 enableval
="$enable_commondlg"
8142 if test "$enableval" = yes; then
8143 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
8145 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
8150 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8151 if test "x$LINE" != x
; then
8152 eval "DEFAULT_$LINE"
8157 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
8161 eval "$ac_cv_use_commondlg"
8162 if test "$no_cache" != 1; then
8163 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8166 if test "$wxUSE_COMMONDLGS" = yes; then
8167 echo "$as_me:$LINENO: result: yes" >&5
8168 echo "${ECHO_T}yes" >&6
8170 echo "$as_me:$LINENO: result: no" >&5
8171 echo "${ECHO_T}no" >&6
8176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8177 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
8179 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8180 if test "${enable_choicedlg+set}" = set; then
8181 enableval
="$enable_choicedlg"
8183 if test "$enableval" = yes; then
8184 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
8186 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
8191 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8192 if test "x$LINE" != x
; then
8193 eval "DEFAULT_$LINE"
8198 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
8202 eval "$ac_cv_use_choicedlg"
8203 if test "$no_cache" != 1; then
8204 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8207 if test "$wxUSE_CHOICEDLG" = yes; then
8208 echo "$as_me:$LINENO: result: yes" >&5
8209 echo "${ECHO_T}yes" >&6
8211 echo "$as_me:$LINENO: result: no" >&5
8212 echo "${ECHO_T}no" >&6
8217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8218 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
8220 # Check whether --enable-coldlg or --disable-coldlg was given.
8221 if test "${enable_coldlg+set}" = set; then
8222 enableval
="$enable_coldlg"
8224 if test "$enableval" = yes; then
8225 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
8227 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
8232 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8233 if test "x$LINE" != x
; then
8234 eval "DEFAULT_$LINE"
8239 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
8243 eval "$ac_cv_use_coldlg"
8244 if test "$no_cache" != 1; then
8245 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8248 if test "$wxUSE_COLOURDLG" = yes; then
8249 echo "$as_me:$LINENO: result: yes" >&5
8250 echo "${ECHO_T}yes" >&6
8252 echo "$as_me:$LINENO: result: no" >&5
8253 echo "${ECHO_T}no" >&6
8258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8259 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
8261 # Check whether --enable-filedlg or --disable-filedlg was given.
8262 if test "${enable_filedlg+set}" = set; then
8263 enableval
="$enable_filedlg"
8265 if test "$enableval" = yes; then
8266 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
8268 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
8273 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8274 if test "x$LINE" != x
; then
8275 eval "DEFAULT_$LINE"
8280 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
8284 eval "$ac_cv_use_filedlg"
8285 if test "$no_cache" != 1; then
8286 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8289 if test "$wxUSE_FILEDLG" = yes; then
8290 echo "$as_me:$LINENO: result: yes" >&5
8291 echo "${ECHO_T}yes" >&6
8293 echo "$as_me:$LINENO: result: no" >&5
8294 echo "${ECHO_T}no" >&6
8299 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8300 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8302 # Check whether --enable-finddlg or --disable-finddlg was given.
8303 if test "${enable_finddlg+set}" = set; then
8304 enableval
="$enable_finddlg"
8306 if test "$enableval" = yes; then
8307 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
8309 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
8314 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8315 if test "x$LINE" != x
; then
8316 eval "DEFAULT_$LINE"
8321 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
8325 eval "$ac_cv_use_finddlg"
8326 if test "$no_cache" != 1; then
8327 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8330 if test "$wxUSE_FINDREPLDLG" = yes; then
8331 echo "$as_me:$LINENO: result: yes" >&5
8332 echo "${ECHO_T}yes" >&6
8334 echo "$as_me:$LINENO: result: no" >&5
8335 echo "${ECHO_T}no" >&6
8340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8341 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
8343 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8344 if test "${enable_fontdlg+set}" = set; then
8345 enableval
="$enable_fontdlg"
8347 if test "$enableval" = yes; then
8348 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
8350 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
8355 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8356 if test "x$LINE" != x
; then
8357 eval "DEFAULT_$LINE"
8362 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
8366 eval "$ac_cv_use_fontdlg"
8367 if test "$no_cache" != 1; then
8368 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8371 if test "$wxUSE_FONTDLG" = yes; then
8372 echo "$as_me:$LINENO: result: yes" >&5
8373 echo "${ECHO_T}yes" >&6
8375 echo "$as_me:$LINENO: result: no" >&5
8376 echo "${ECHO_T}no" >&6
8381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8382 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
8384 # Check whether --enable-dirdlg or --disable-dirdlg was given.
8385 if test "${enable_dirdlg+set}" = set; then
8386 enableval
="$enable_dirdlg"
8388 if test "$enableval" = yes; then
8389 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
8391 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
8396 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8397 if test "x$LINE" != x
; then
8398 eval "DEFAULT_$LINE"
8403 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
8407 eval "$ac_cv_use_dirdlg"
8408 if test "$no_cache" != 1; then
8409 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
8412 if test "$wxUSE_DIRDLG" = yes; then
8413 echo "$as_me:$LINENO: result: yes" >&5
8414 echo "${ECHO_T}yes" >&6
8416 echo "$as_me:$LINENO: result: no" >&5
8417 echo "${ECHO_T}no" >&6
8422 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8423 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
8425 # Check whether --enable-msgdlg or --disable-msgdlg was given.
8426 if test "${enable_msgdlg+set}" = set; then
8427 enableval
="$enable_msgdlg"
8429 if test "$enableval" = yes; then
8430 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
8432 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
8437 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
8438 if test "x$LINE" != x
; then
8439 eval "DEFAULT_$LINE"
8444 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
8448 eval "$ac_cv_use_msgdlg"
8449 if test "$no_cache" != 1; then
8450 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
8453 if test "$wxUSE_MSGDLG" = yes; then
8454 echo "$as_me:$LINENO: result: yes" >&5
8455 echo "${ECHO_T}yes" >&6
8457 echo "$as_me:$LINENO: result: no" >&5
8458 echo "${ECHO_T}no" >&6
8463 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8464 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
8466 # Check whether --enable-numberdlg or --disable-numberdlg was given.
8467 if test "${enable_numberdlg+set}" = set; then
8468 enableval
="$enable_numberdlg"
8470 if test "$enableval" = yes; then
8471 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
8473 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
8478 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
8479 if test "x$LINE" != x
; then
8480 eval "DEFAULT_$LINE"
8485 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
8489 eval "$ac_cv_use_numberdlg"
8490 if test "$no_cache" != 1; then
8491 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
8494 if test "$wxUSE_NUMBERDLG" = yes; then
8495 echo "$as_me:$LINENO: result: yes" >&5
8496 echo "${ECHO_T}yes" >&6
8498 echo "$as_me:$LINENO: result: no" >&5
8499 echo "${ECHO_T}no" >&6
8504 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
8505 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
8507 # Check whether --enable-splash or --disable-splash was given.
8508 if test "${enable_splash+set}" = set; then
8509 enableval
="$enable_splash"
8511 if test "$enableval" = yes; then
8512 ac_cv_use_splash
='wxUSE_SPLASH=yes'
8514 ac_cv_use_splash
='wxUSE_SPLASH=no'
8519 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
8520 if test "x$LINE" != x
; then
8521 eval "DEFAULT_$LINE"
8526 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
8530 eval "$ac_cv_use_splash"
8531 if test "$no_cache" != 1; then
8532 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
8535 if test "$wxUSE_SPLASH" = yes; then
8536 echo "$as_me:$LINENO: result: yes" >&5
8537 echo "${ECHO_T}yes" >&6
8539 echo "$as_me:$LINENO: result: no" >&5
8540 echo "${ECHO_T}no" >&6
8545 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
8546 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
8548 # Check whether --enable-textdlg or --disable-textdlg was given.
8549 if test "${enable_textdlg+set}" = set; then
8550 enableval
="$enable_textdlg"
8552 if test "$enableval" = yes; then
8553 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
8555 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
8560 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
8561 if test "x$LINE" != x
; then
8562 eval "DEFAULT_$LINE"
8567 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
8571 eval "$ac_cv_use_textdlg"
8572 if test "$no_cache" != 1; then
8573 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
8576 if test "$wxUSE_TEXTDLG" = yes; then
8577 echo "$as_me:$LINENO: result: yes" >&5
8578 echo "${ECHO_T}yes" >&6
8580 echo "$as_me:$LINENO: result: no" >&5
8581 echo "${ECHO_T}no" >&6
8586 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
8587 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
8589 # Check whether --enable-tipdlg or --disable-tipdlg was given.
8590 if test "${enable_tipdlg+set}" = set; then
8591 enableval
="$enable_tipdlg"
8593 if test "$enableval" = yes; then
8594 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
8596 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
8601 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
8602 if test "x$LINE" != x
; then
8603 eval "DEFAULT_$LINE"
8608 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
8612 eval "$ac_cv_use_tipdlg"
8613 if test "$no_cache" != 1; then
8614 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
8617 if test "$wxUSE_STARTUP_TIPS" = yes; then
8618 echo "$as_me:$LINENO: result: yes" >&5
8619 echo "${ECHO_T}yes" >&6
8621 echo "$as_me:$LINENO: result: no" >&5
8622 echo "${ECHO_T}no" >&6
8627 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
8628 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
8630 # Check whether --enable-progressdlg or --disable-progressdlg was given.
8631 if test "${enable_progressdlg+set}" = set; then
8632 enableval
="$enable_progressdlg"
8634 if test "$enableval" = yes; then
8635 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
8637 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
8642 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
8643 if test "x$LINE" != x
; then
8644 eval "DEFAULT_$LINE"
8649 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
8653 eval "$ac_cv_use_progressdlg"
8654 if test "$no_cache" != 1; then
8655 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
8658 if test "$wxUSE_PROGRESSDLG" = yes; then
8659 echo "$as_me:$LINENO: result: yes" >&5
8660 echo "${ECHO_T}yes" >&6
8662 echo "$as_me:$LINENO: result: no" >&5
8663 echo "${ECHO_T}no" >&6
8668 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
8669 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
8671 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
8672 if test "${enable_wizarddlg+set}" = set; then
8673 enableval
="$enable_wizarddlg"
8675 if test "$enableval" = yes; then
8676 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
8678 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
8683 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
8684 if test "x$LINE" != x
; then
8685 eval "DEFAULT_$LINE"
8690 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
8694 eval "$ac_cv_use_wizarddlg"
8695 if test "$no_cache" != 1; then
8696 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
8699 if test "$wxUSE_WIZARDDLG" = yes; then
8700 echo "$as_me:$LINENO: result: yes" >&5
8701 echo "${ECHO_T}yes" >&6
8703 echo "$as_me:$LINENO: result: no" >&5
8704 echo "${ECHO_T}no" >&6
8711 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
8712 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
8714 # Check whether --enable-menus or --disable-menus was given.
8715 if test "${enable_menus+set}" = set; then
8716 enableval
="$enable_menus"
8718 if test "$enableval" = yes; then
8719 ac_cv_use_menus
='wxUSE_MENUS=yes'
8721 ac_cv_use_menus
='wxUSE_MENUS=no'
8726 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
8727 if test "x$LINE" != x
; then
8728 eval "DEFAULT_$LINE"
8733 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
8737 eval "$ac_cv_use_menus"
8738 if test "$no_cache" != 1; then
8739 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
8742 if test "$wxUSE_MENUS" = yes; then
8743 echo "$as_me:$LINENO: result: yes" >&5
8744 echo "${ECHO_T}yes" >&6
8746 echo "$as_me:$LINENO: result: no" >&5
8747 echo "${ECHO_T}no" >&6
8752 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
8753 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
8755 # Check whether --enable-miniframe or --disable-miniframe was given.
8756 if test "${enable_miniframe+set}" = set; then
8757 enableval
="$enable_miniframe"
8759 if test "$enableval" = yes; then
8760 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
8762 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
8767 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
8768 if test "x$LINE" != x
; then
8769 eval "DEFAULT_$LINE"
8774 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
8778 eval "$ac_cv_use_miniframe"
8779 if test "$no_cache" != 1; then
8780 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8783 if test "$wxUSE_MINIFRAME" = yes; then
8784 echo "$as_me:$LINENO: result: yes" >&5
8785 echo "${ECHO_T}yes" >&6
8787 echo "$as_me:$LINENO: result: no" >&5
8788 echo "${ECHO_T}no" >&6
8793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
8794 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
8796 # Check whether --enable-tooltips or --disable-tooltips was given.
8797 if test "${enable_tooltips+set}" = set; then
8798 enableval
="$enable_tooltips"
8800 if test "$enableval" = yes; then
8801 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
8803 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
8808 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
8809 if test "x$LINE" != x
; then
8810 eval "DEFAULT_$LINE"
8815 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
8819 eval "$ac_cv_use_tooltips"
8820 if test "$no_cache" != 1; then
8821 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
8824 if test "$wxUSE_TOOLTIPS" = yes; then
8825 echo "$as_me:$LINENO: result: yes" >&5
8826 echo "${ECHO_T}yes" >&6
8828 echo "$as_me:$LINENO: result: no" >&5
8829 echo "${ECHO_T}no" >&6
8834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
8835 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
8837 # Check whether --enable-splines or --disable-splines was given.
8838 if test "${enable_splines+set}" = set; then
8839 enableval
="$enable_splines"
8841 if test "$enableval" = yes; then
8842 ac_cv_use_splines
='wxUSE_SPLINES=yes'
8844 ac_cv_use_splines
='wxUSE_SPLINES=no'
8849 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
8850 if test "x$LINE" != x
; then
8851 eval "DEFAULT_$LINE"
8856 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
8860 eval "$ac_cv_use_splines"
8861 if test "$no_cache" != 1; then
8862 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
8865 if test "$wxUSE_SPLINES" = yes; then
8866 echo "$as_me:$LINENO: result: yes" >&5
8867 echo "${ECHO_T}yes" >&6
8869 echo "$as_me:$LINENO: result: no" >&5
8870 echo "${ECHO_T}no" >&6
8875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
8876 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
8878 # Check whether --enable-validators or --disable-validators was given.
8879 if test "${enable_validators+set}" = set; then
8880 enableval
="$enable_validators"
8882 if test "$enableval" = yes; then
8883 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
8885 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
8890 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
8891 if test "x$LINE" != x
; then
8892 eval "DEFAULT_$LINE"
8897 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
8901 eval "$ac_cv_use_validators"
8902 if test "$no_cache" != 1; then
8903 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
8906 if test "$wxUSE_VALIDATORS" = yes; then
8907 echo "$as_me:$LINENO: result: yes" >&5
8908 echo "${ECHO_T}yes" >&6
8910 echo "$as_me:$LINENO: result: no" >&5
8911 echo "${ECHO_T}no" >&6
8916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
8917 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
8919 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8920 if test "${enable_busyinfo+set}" = set; then
8921 enableval
="$enable_busyinfo"
8923 if test "$enableval" = yes; then
8924 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
8926 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
8931 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8932 if test "x$LINE" != x
; then
8933 eval "DEFAULT_$LINE"
8938 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
8942 eval "$ac_cv_use_busyinfo"
8943 if test "$no_cache" != 1; then
8944 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8947 if test "$wxUSE_BUSYINFO" = yes; then
8948 echo "$as_me:$LINENO: result: yes" >&5
8949 echo "${ECHO_T}yes" >&6
8951 echo "$as_me:$LINENO: result: no" >&5
8952 echo "${ECHO_T}no" >&6
8957 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
8958 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
8960 # Check whether --enable-joystick or --disable-joystick was given.
8961 if test "${enable_joystick+set}" = set; then
8962 enableval
="$enable_joystick"
8964 if test "$enableval" = yes; then
8965 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
8967 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
8972 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8973 if test "x$LINE" != x
; then
8974 eval "DEFAULT_$LINE"
8979 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8983 eval "$ac_cv_use_joystick"
8984 if test "$no_cache" != 1; then
8985 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8988 if test "$wxUSE_JOYSTICK" = yes; then
8989 echo "$as_me:$LINENO: result: yes" >&5
8990 echo "${ECHO_T}yes" >&6
8992 echo "$as_me:$LINENO: result: no" >&5
8993 echo "${ECHO_T}no" >&6
8998 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
8999 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9001 # Check whether --enable-metafile or --disable-metafile was given.
9002 if test "${enable_metafile+set}" = set; then
9003 enableval
="$enable_metafile"
9005 if test "$enableval" = yes; then
9006 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
9008 ac_cv_use_metafile
='wxUSE_METAFILE=no'
9013 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9014 if test "x$LINE" != x
; then
9015 eval "DEFAULT_$LINE"
9020 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9024 eval "$ac_cv_use_metafile"
9025 if test "$no_cache" != 1; then
9026 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9029 if test "$wxUSE_METAFILE" = yes; then
9030 echo "$as_me:$LINENO: result: yes" >&5
9031 echo "${ECHO_T}yes" >&6
9033 echo "$as_me:$LINENO: result: no" >&5
9034 echo "${ECHO_T}no" >&6
9039 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9040 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9042 # Check whether --enable-dragimage or --disable-dragimage was given.
9043 if test "${enable_dragimage+set}" = set; then
9044 enableval
="$enable_dragimage"
9046 if test "$enableval" = yes; then
9047 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
9049 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
9054 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9055 if test "x$LINE" != x
; then
9056 eval "DEFAULT_$LINE"
9061 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9065 eval "$ac_cv_use_dragimage"
9066 if test "$no_cache" != 1; then
9067 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9070 if test "$wxUSE_DRAGIMAGE" = yes; then
9071 echo "$as_me:$LINENO: result: yes" >&5
9072 echo "${ECHO_T}yes" >&6
9074 echo "$as_me:$LINENO: result: no" >&5
9075 echo "${ECHO_T}no" >&6
9080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9081 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9083 # Check whether --enable-accessibility or --disable-accessibility was given.
9084 if test "${enable_accessibility+set}" = set; then
9085 enableval
="$enable_accessibility"
9087 if test "$enableval" = yes; then
9088 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
9090 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
9095 LINE
=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9096 if test "x$LINE" != x
; then
9097 eval "DEFAULT_$LINE"
9102 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
9106 eval "$ac_cv_use_accessibility"
9107 if test "$no_cache" != 1; then
9108 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9111 if test "$wxUSE_ACCESSIBILITY" = yes; then
9112 echo "$as_me:$LINENO: result: yes" >&5
9113 echo "${ECHO_T}yes" >&6
9115 echo "$as_me:$LINENO: result: no" >&5
9116 echo "${ECHO_T}no" >&6
9123 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9124 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9126 # Check whether --enable-palette or --disable-palette was given.
9127 if test "${enable_palette+set}" = set; then
9128 enableval
="$enable_palette"
9130 if test "$enableval" = yes; then
9131 ac_cv_use_palette
='wxUSE_PALETTE=yes'
9133 ac_cv_use_palette
='wxUSE_PALETTE=no'
9138 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9139 if test "x$LINE" != x
; then
9140 eval "DEFAULT_$LINE"
9145 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
9149 eval "$ac_cv_use_palette"
9150 if test "$no_cache" != 1; then
9151 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9154 if test "$wxUSE_PALETTE" = yes; then
9155 echo "$as_me:$LINENO: result: yes" >&5
9156 echo "${ECHO_T}yes" >&6
9158 echo "$as_me:$LINENO: result: no" >&5
9159 echo "${ECHO_T}no" >&6
9164 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9165 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
9167 # Check whether --enable-image or --disable-image was given.
9168 if test "${enable_image+set}" = set; then
9169 enableval
="$enable_image"
9171 if test "$enableval" = yes; then
9172 ac_cv_use_image
='wxUSE_IMAGE=yes'
9174 ac_cv_use_image
='wxUSE_IMAGE=no'
9179 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9180 if test "x$LINE" != x
; then
9181 eval "DEFAULT_$LINE"
9186 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
9190 eval "$ac_cv_use_image"
9191 if test "$no_cache" != 1; then
9192 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9195 if test "$wxUSE_IMAGE" = yes; then
9196 echo "$as_me:$LINENO: result: yes" >&5
9197 echo "${ECHO_T}yes" >&6
9199 echo "$as_me:$LINENO: result: no" >&5
9200 echo "${ECHO_T}no" >&6
9205 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9206 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
9208 # Check whether --enable-gif or --disable-gif was given.
9209 if test "${enable_gif+set}" = set; then
9210 enableval
="$enable_gif"
9212 if test "$enableval" = yes; then
9213 ac_cv_use_gif
='wxUSE_GIF=yes'
9215 ac_cv_use_gif
='wxUSE_GIF=no'
9220 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9221 if test "x$LINE" != x
; then
9222 eval "DEFAULT_$LINE"
9227 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
9231 eval "$ac_cv_use_gif"
9232 if test "$no_cache" != 1; then
9233 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9236 if test "$wxUSE_GIF" = yes; then
9237 echo "$as_me:$LINENO: result: yes" >&5
9238 echo "${ECHO_T}yes" >&6
9240 echo "$as_me:$LINENO: result: no" >&5
9241 echo "${ECHO_T}no" >&6
9246 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9247 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
9249 # Check whether --enable-pcx or --disable-pcx was given.
9250 if test "${enable_pcx+set}" = set; then
9251 enableval
="$enable_pcx"
9253 if test "$enableval" = yes; then
9254 ac_cv_use_pcx
='wxUSE_PCX=yes'
9256 ac_cv_use_pcx
='wxUSE_PCX=no'
9261 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9262 if test "x$LINE" != x
; then
9263 eval "DEFAULT_$LINE"
9268 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
9272 eval "$ac_cv_use_pcx"
9273 if test "$no_cache" != 1; then
9274 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9277 if test "$wxUSE_PCX" = yes; then
9278 echo "$as_me:$LINENO: result: yes" >&5
9279 echo "${ECHO_T}yes" >&6
9281 echo "$as_me:$LINENO: result: no" >&5
9282 echo "${ECHO_T}no" >&6
9287 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9288 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
9290 # Check whether --enable-iff or --disable-iff was given.
9291 if test "${enable_iff+set}" = set; then
9292 enableval
="$enable_iff"
9294 if test "$enableval" = yes; then
9295 ac_cv_use_iff
='wxUSE_IFF=yes'
9297 ac_cv_use_iff
='wxUSE_IFF=no'
9302 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9303 if test "x$LINE" != x
; then
9304 eval "DEFAULT_$LINE"
9309 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
9313 eval "$ac_cv_use_iff"
9314 if test "$no_cache" != 1; then
9315 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9318 if test "$wxUSE_IFF" = yes; then
9319 echo "$as_me:$LINENO: result: yes" >&5
9320 echo "${ECHO_T}yes" >&6
9322 echo "$as_me:$LINENO: result: no" >&5
9323 echo "${ECHO_T}no" >&6
9328 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9329 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
9331 # Check whether --enable-pnm or --disable-pnm was given.
9332 if test "${enable_pnm+set}" = set; then
9333 enableval
="$enable_pnm"
9335 if test "$enableval" = yes; then
9336 ac_cv_use_pnm
='wxUSE_PNM=yes'
9338 ac_cv_use_pnm
='wxUSE_PNM=no'
9343 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9344 if test "x$LINE" != x
; then
9345 eval "DEFAULT_$LINE"
9350 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
9354 eval "$ac_cv_use_pnm"
9355 if test "$no_cache" != 1; then
9356 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9359 if test "$wxUSE_PNM" = yes; then
9360 echo "$as_me:$LINENO: result: yes" >&5
9361 echo "${ECHO_T}yes" >&6
9363 echo "$as_me:$LINENO: result: no" >&5
9364 echo "${ECHO_T}no" >&6
9369 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9370 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
9372 # Check whether --enable-xpm or --disable-xpm was given.
9373 if test "${enable_xpm+set}" = set; then
9374 enableval
="$enable_xpm"
9376 if test "$enableval" = yes; then
9377 ac_cv_use_xpm
='wxUSE_XPM=yes'
9379 ac_cv_use_xpm
='wxUSE_XPM=no'
9384 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9385 if test "x$LINE" != x
; then
9386 eval "DEFAULT_$LINE"
9391 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
9395 eval "$ac_cv_use_xpm"
9396 if test "$no_cache" != 1; then
9397 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
9400 if test "$wxUSE_XPM" = yes; then
9401 echo "$as_me:$LINENO: result: yes" >&5
9402 echo "${ECHO_T}yes" >&6
9404 echo "$as_me:$LINENO: result: no" >&5
9405 echo "${ECHO_T}no" >&6
9410 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9411 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
9413 # Check whether --enable-ico_cur or --disable-ico_cur was given.
9414 if test "${enable_ico_cur+set}" = set; then
9415 enableval
="$enable_ico_cur"
9417 if test "$enableval" = yes; then
9418 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
9420 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
9425 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9426 if test "x$LINE" != x
; then
9427 eval "DEFAULT_$LINE"
9432 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
9436 eval "$ac_cv_use_ico_cur"
9437 if test "$no_cache" != 1; then
9438 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
9441 if test "$wxUSE_ICO_CUR" = yes; then
9442 echo "$as_me:$LINENO: result: yes" >&5
9443 echo "${ECHO_T}yes" >&6
9445 echo "$as_me:$LINENO: result: no" >&5
9446 echo "${ECHO_T}no" >&6
9453 *-pc-os2_emx | *-pc-os2-emx )
9465 echo "saving argument cache $wx_arg_cache_file"
9466 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
9470 echo "$as_me:$LINENO: checking for toolkit" >&5
9471 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
9473 # In Wine, we need to default to MSW, not GTK or MOTIF
9474 if test "$wxUSE_WINE" = "yes"; then
9475 DEFAULT_DEFAULT_wxUSE_GTK
=0
9476 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
9477 DEFAULT_DEFAULT_wxUSE_MSW
=1
9480 if test "$wxUSE_GUI" = "yes"; then
9482 if test "$USE_BEOS" = 1; then
9483 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
9484 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
9485 { (exit 1); exit 1; }; }
9488 if test "$TOOLKIT_GIVEN" = 1; then
9489 for toolkit
in `echo $ALL_TOOLKITS`; do
9491 eval "value=\$${var}"
9492 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
9495 for toolkit
in `echo $ALL_TOOLKITS`; do
9496 if test "$has_toolkit_in_cache" != 1; then
9497 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
9499 var
=DEFAULT_wxUSE_
$toolkit
9501 eval "wxUSE_$toolkit=\$${var}"
9505 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
9506 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
9507 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
9510 *-pc-os2_emx | *-pc-os2-emx )
9511 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
9514 case "$NUM_TOOLKITS" in
9518 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
9519 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
9520 { (exit 1); exit 1; }; }
9523 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
9524 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
9525 { (exit 1); exit 1; }; }
9528 for toolkit
in `echo $ALL_TOOLKITS`; do
9530 eval "value=\$${var}"
9531 if test "x$value" != x
; then
9532 cache_var
=CACHE_
$toolkit
9533 eval "cache=\$${cache_var}"
9534 if test "$cache" = 1; then
9535 echo "$var=$value" >> ${wx_arg_cache_file}
9537 if test "$value" = 1; then
9538 toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]`
9539 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
9540 echo "${ECHO_T}$toolkit_echo" >&6
9545 if test "x$host_alias" != "x"; then
9546 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
9547 echo "${ECHO_T}base ($host_alias hosted) only" >&6
9549 echo "$as_me:$LINENO: result: base only" >&5
9550 echo "${ECHO_T}base only" >&6
9558 if test "$wxUSE_MSW" = 1 ; then
9569 if test "$wxUSE_WINE" = "yes"; then
9576 if test "$wants_win32" = 1 ; then
9579 cat >>confdefs.h
<<\_ACEOF
9583 cat >>confdefs.h
<<\_ACEOF
9587 cat >>confdefs.h
<<\_ACEOF
9588 #define __WINDOWS__ 1
9591 cat >>confdefs.h
<<\_ACEOF
9592 #define __GNUWIN32__ 1
9595 cat >>confdefs.h
<<\_ACEOF
9599 cat >>confdefs.h
<<\_ACEOF
9600 #define WINVER 0x0400
9604 if test "$doesnt_want_win32" = 1 ; then
9609 if test "$USE_UNIX" = 1 ; then
9611 cat >>confdefs.h
<<\_ACEOF
9618 cat >confcache
<<\_ACEOF
9619 # This file is a shell script that caches the results of configure
9620 # tests run on this system so they can be shared between configure
9621 # scripts and configure runs, see configure's option --config-cache.
9622 # It is not useful on other systems. If it contains results you don't
9623 # want to keep, you may remove or edit it.
9625 # config.status only pays attention to the cache file if you give it
9626 # the --recheck option to rerun configure.
9628 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9629 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9634 # The following way of writing the cache mishandles newlines in values,
9635 # but we know of no workaround that is simple, portable, and efficient.
9636 # So, don't put newlines in cache variables' values.
9637 # Ultrix sh set writes to stderr and can't be redirected directly,
9638 # and sets the high bit in the cache file unless we assign to the vars.
9641 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9643 # `set' does not quote correctly, so add quotes (double-quote
9644 # substitution turns \\\\ into \\, and sed turns \\ into \).
9647 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9650 # `set' quotes correctly as required by POSIX, so do not add quotes.
9652 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9659 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9661 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9663 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
9664 if test -w $cache_file; then
9665 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9666 cat confcache
>$cache_file
9668 echo "not updating unwritable cache $cache_file"
9673 if test "$build" != "$host" ; then
9674 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
9678 RANLIB
=$host_alias-ranlib
9679 DLLTOOL
=$host_alias-dlltool
9680 RESCOMP
=$host_alias-windres
9683 STRIP
=$host_alias-strip
9685 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
9686 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
9687 { (exit 1); exit 1; }; }
9693 ac_cpp
='$CPP $CPPFLAGS'
9694 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9695 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9696 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
9697 if test -n "$ac_tool_prefix"; then
9698 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9699 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
9700 echo "$as_me:$LINENO: checking for $ac_word" >&5
9701 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9702 if test "${ac_cv_prog_CC+set}" = set; then
9703 echo $ECHO_N "(cached) $ECHO_C" >&6
9705 if test -n "$CC"; then
9706 ac_cv_prog_CC
="$CC" # Let the user override the test.
9708 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9712 test -z "$as_dir" && as_dir
=.
9713 for ac_exec_ext
in '' $ac_executable_extensions; do
9714 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9715 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
9716 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9725 if test -n "$CC"; then
9726 echo "$as_me:$LINENO: result: $CC" >&5
9727 echo "${ECHO_T}$CC" >&6
9729 echo "$as_me:$LINENO: result: no" >&5
9730 echo "${ECHO_T}no" >&6
9734 if test -z "$ac_cv_prog_CC"; then
9736 # Extract the first word of "gcc", so it can be a program name with args.
9737 set dummy gcc
; ac_word
=$2
9738 echo "$as_me:$LINENO: checking for $ac_word" >&5
9739 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9740 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9741 echo $ECHO_N "(cached) $ECHO_C" >&6
9743 if test -n "$ac_ct_CC"; then
9744 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9746 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9750 test -z "$as_dir" && as_dir
=.
9751 for ac_exec_ext
in '' $ac_executable_extensions; do
9752 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9753 ac_cv_prog_ac_ct_CC
="gcc"
9754 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9762 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9763 if test -n "$ac_ct_CC"; then
9764 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9765 echo "${ECHO_T}$ac_ct_CC" >&6
9767 echo "$as_me:$LINENO: result: no" >&5
9768 echo "${ECHO_T}no" >&6
9776 if test -z "$CC"; then
9777 if test -n "$ac_tool_prefix"; then
9778 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
9779 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
9780 echo "$as_me:$LINENO: checking for $ac_word" >&5
9781 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9782 if test "${ac_cv_prog_CC+set}" = set; then
9783 echo $ECHO_N "(cached) $ECHO_C" >&6
9785 if test -n "$CC"; then
9786 ac_cv_prog_CC
="$CC" # Let the user override the test.
9788 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9792 test -z "$as_dir" && as_dir
=.
9793 for ac_exec_ext
in '' $ac_executable_extensions; do
9794 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9795 ac_cv_prog_CC
="${ac_tool_prefix}cc"
9796 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9805 if test -n "$CC"; then
9806 echo "$as_me:$LINENO: result: $CC" >&5
9807 echo "${ECHO_T}$CC" >&6
9809 echo "$as_me:$LINENO: result: no" >&5
9810 echo "${ECHO_T}no" >&6
9814 if test -z "$ac_cv_prog_CC"; then
9816 # Extract the first word of "cc", so it can be a program name with args.
9817 set dummy cc
; ac_word
=$2
9818 echo "$as_me:$LINENO: checking for $ac_word" >&5
9819 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9820 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9821 echo $ECHO_N "(cached) $ECHO_C" >&6
9823 if test -n "$ac_ct_CC"; then
9824 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9826 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9830 test -z "$as_dir" && as_dir
=.
9831 for ac_exec_ext
in '' $ac_executable_extensions; do
9832 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9833 ac_cv_prog_ac_ct_CC
="cc"
9834 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9842 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9843 if test -n "$ac_ct_CC"; then
9844 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9845 echo "${ECHO_T}$ac_ct_CC" >&6
9847 echo "$as_me:$LINENO: result: no" >&5
9848 echo "${ECHO_T}no" >&6
9857 if test -z "$CC"; then
9858 # Extract the first word of "cc", so it can be a program name with args.
9859 set dummy cc
; ac_word
=$2
9860 echo "$as_me:$LINENO: checking for $ac_word" >&5
9861 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9862 if test "${ac_cv_prog_CC+set}" = set; then
9863 echo $ECHO_N "(cached) $ECHO_C" >&6
9865 if test -n "$CC"; then
9866 ac_cv_prog_CC
="$CC" # Let the user override the test.
9869 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9873 test -z "$as_dir" && as_dir
=.
9874 for ac_exec_ext
in '' $ac_executable_extensions; do
9875 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9876 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
9877 ac_prog_rejected
=yes
9881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9887 if test $ac_prog_rejected = yes; then
9888 # We found a bogon in the path, so make sure we never use it.
9889 set dummy
$ac_cv_prog_CC
9891 if test $# != 0; then
9892 # We chose a different compiler from the bogus one.
9893 # However, it has the same basename, so the bogon will be chosen
9894 # first if we set CC to just the basename; use the full file name.
9896 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
9902 if test -n "$CC"; then
9903 echo "$as_me:$LINENO: result: $CC" >&5
9904 echo "${ECHO_T}$CC" >&6
9906 echo "$as_me:$LINENO: result: no" >&5
9907 echo "${ECHO_T}no" >&6
9911 if test -z "$CC"; then
9912 if test -n "$ac_tool_prefix"; then
9915 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9916 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
9917 echo "$as_me:$LINENO: checking for $ac_word" >&5
9918 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9919 if test "${ac_cv_prog_CC+set}" = set; then
9920 echo $ECHO_N "(cached) $ECHO_C" >&6
9922 if test -n "$CC"; then
9923 ac_cv_prog_CC
="$CC" # Let the user override the test.
9925 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9929 test -z "$as_dir" && as_dir
=.
9930 for ac_exec_ext
in '' $ac_executable_extensions; do
9931 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9932 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
9933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9942 if test -n "$CC"; then
9943 echo "$as_me:$LINENO: result: $CC" >&5
9944 echo "${ECHO_T}$CC" >&6
9946 echo "$as_me:$LINENO: result: no" >&5
9947 echo "${ECHO_T}no" >&6
9950 test -n "$CC" && break
9953 if test -z "$CC"; then
9957 # Extract the first word of "$ac_prog", so it can be a program name with args.
9958 set dummy
$ac_prog; ac_word
=$2
9959 echo "$as_me:$LINENO: checking for $ac_word" >&5
9960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9961 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9962 echo $ECHO_N "(cached) $ECHO_C" >&6
9964 if test -n "$ac_ct_CC"; then
9965 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9967 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9971 test -z "$as_dir" && as_dir
=.
9972 for ac_exec_ext
in '' $ac_executable_extensions; do
9973 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9974 ac_cv_prog_ac_ct_CC
="$ac_prog"
9975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9983 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9984 if test -n "$ac_ct_CC"; then
9985 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9986 echo "${ECHO_T}$ac_ct_CC" >&6
9988 echo "$as_me:$LINENO: result: no" >&5
9989 echo "${ECHO_T}no" >&6
9992 test -n "$ac_ct_CC" && break
10001 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10002 See \`config.log' for more details." >&5
10003 echo "$as_me: error: no acceptable C compiler found in \$PATH
10004 See \`config.log' for more details." >&2;}
10005 { (exit 1); exit 1; }; }
10007 # Provide some information about the compiler.
10008 echo "$as_me:$LINENO:" \
10009 "checking for C compiler version" >&5
10010 ac_compiler
=`set X $ac_compile; echo $2`
10011 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10012 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
10014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10015 (exit $ac_status); }
10016 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10017 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
10019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10020 (exit $ac_status); }
10021 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10022 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
10024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10025 (exit $ac_status); }
10027 cat >conftest.
$ac_ext <<_ACEOF
10028 #line $LINENO "configure"
10031 cat confdefs.h
>>conftest.
$ac_ext
10032 cat >>conftest.
$ac_ext <<_ACEOF
10033 /* end confdefs.h. */
10043 ac_clean_files_save
=$ac_clean_files
10044 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
10045 # Try to create an executable without -o first, disregard a.out.
10046 # It will help us diagnose broken compilers, and finding out an intuition
10048 echo "$as_me:$LINENO: checking for C compiler default output" >&5
10049 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
10050 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10051 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10052 (eval $ac_link_default) 2>&5
10054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10055 (exit $ac_status); }; then
10056 # Find the output, starting from the most likely. This scheme is
10057 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10060 # Be careful to initialize this variable, since it used to be cached.
10061 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10063 # b.out is created by i960 compilers.
10064 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
10066 test -f "$ac_file" || continue
10068 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
10071 # This is the source file.
10074 # We found the default executable, but exeext='' is most
10078 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10079 # FIXME: I believe we export ac_cv_exeext for Libtool,
10080 # but it would be cool to find out if it's true. Does anybody
10081 # maintain Libtool? --akim.
10082 export ac_cv_exeext
10089 echo "$as_me: failed program was:" >&5
10090 sed 's/^/| /' conftest.
$ac_ext >&5
10092 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10093 See \`config.log' for more details." >&5
10094 echo "$as_me: error: C compiler cannot create executables
10095 See \`config.log' for more details." >&2;}
10096 { (exit 77); exit 77; }; }
10099 ac_exeext
=$ac_cv_exeext
10100 echo "$as_me:$LINENO: result: $ac_file" >&5
10101 echo "${ECHO_T}$ac_file" >&6
10103 # Check the compiler produces executables we can run. If not, either
10104 # the compiler is broken, or we cross compile.
10105 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10106 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10107 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10108 # If not cross compiling, check that we can run a simple program.
10109 if test "$cross_compiling" != yes; then
10110 if { ac_try
='./$ac_file'
10111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10112 (eval $ac_try) 2>&5
10114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10115 (exit $ac_status); }; }; then
10118 if test "$cross_compiling" = maybe
; then
10119 cross_compiling
=yes
10121 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10122 If you meant to cross compile, use \`--host'.
10123 See \`config.log' for more details." >&5
10124 echo "$as_me: error: cannot run C compiled programs.
10125 If you meant to cross compile, use \`--host'.
10126 See \`config.log' for more details." >&2;}
10127 { (exit 1); exit 1; }; }
10131 echo "$as_me:$LINENO: result: yes" >&5
10132 echo "${ECHO_T}yes" >&6
10134 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
10135 ac_clean_files
=$ac_clean_files_save
10136 # Check the compiler produces executables we can run. If not, either
10137 # the compiler is broken, or we cross compile.
10138 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10139 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10140 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10141 echo "${ECHO_T}$cross_compiling" >&6
10143 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10144 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10145 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10146 (eval $ac_link) 2>&5
10148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10149 (exit $ac_status); }; then
10150 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10151 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10152 # work properly (i.e., refer to `conftest.exe'), while it won't with
10154 for ac_file
in conftest.exe conftest conftest.
*; do
10155 test -f "$ac_file" || continue
10157 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
10158 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10159 export ac_cv_exeext
10165 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10166 See \`config.log' for more details." >&5
10167 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10168 See \`config.log' for more details." >&2;}
10169 { (exit 1); exit 1; }; }
10172 rm -f conftest
$ac_cv_exeext
10173 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10174 echo "${ECHO_T}$ac_cv_exeext" >&6
10176 rm -f conftest.
$ac_ext
10177 EXEEXT
=$ac_cv_exeext
10179 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10180 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10181 if test "${ac_cv_objext+set}" = set; then
10182 echo $ECHO_N "(cached) $ECHO_C" >&6
10184 cat >conftest.
$ac_ext <<_ACEOF
10185 #line $LINENO "configure"
10188 cat confdefs.h
>>conftest.
$ac_ext
10189 cat >>conftest.
$ac_ext <<_ACEOF
10190 /* end confdefs.h. */
10200 rm -f conftest.o conftest.obj
10201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10202 (eval $ac_compile) 2>&5
10204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10205 (exit $ac_status); }; then
10206 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10208 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
10209 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
10214 echo "$as_me: failed program was:" >&5
10215 sed 's/^/| /' conftest.
$ac_ext >&5
10217 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10218 See \`config.log' for more details." >&5
10219 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10220 See \`config.log' for more details." >&2;}
10221 { (exit 1); exit 1; }; }
10224 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
10226 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10227 echo "${ECHO_T}$ac_cv_objext" >&6
10228 OBJEXT
=$ac_cv_objext
10230 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10231 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10232 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10233 echo $ECHO_N "(cached) $ECHO_C" >&6
10235 cat >conftest.
$ac_ext <<_ACEOF
10236 #line $LINENO "configure"
10239 cat confdefs.h
>>conftest.
$ac_ext
10240 cat >>conftest.
$ac_ext <<_ACEOF
10241 /* end confdefs.h. */
10254 rm -f conftest.
$ac_objext
10255 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10256 (eval $ac_compile) 2>&5
10258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10259 (exit $ac_status); } &&
10260 { ac_try
='test -s conftest.$ac_objext'
10261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10262 (eval $ac_try) 2>&5
10264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10265 (exit $ac_status); }; }; then
10266 ac_compiler_gnu
=yes
10268 echo "$as_me: failed program was:" >&5
10269 sed 's/^/| /' conftest.
$ac_ext >&5
10273 rm -f conftest.
$ac_objext conftest.
$ac_ext
10274 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
10277 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10278 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10279 GCC
=`test $ac_compiler_gnu = yes && echo yes`
10280 ac_test_CFLAGS
=${CFLAGS+set}
10281 ac_save_CFLAGS
=$CFLAGS
10283 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10284 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10285 if test "${ac_cv_prog_cc_g+set}" = set; then
10286 echo $ECHO_N "(cached) $ECHO_C" >&6
10288 cat >conftest.
$ac_ext <<_ACEOF
10289 #line $LINENO "configure"
10292 cat confdefs.h
>>conftest.
$ac_ext
10293 cat >>conftest.
$ac_ext <<_ACEOF
10294 /* end confdefs.h. */
10304 rm -f conftest.
$ac_objext
10305 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10306 (eval $ac_compile) 2>&5
10308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10309 (exit $ac_status); } &&
10310 { ac_try
='test -s conftest.$ac_objext'
10311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10312 (eval $ac_try) 2>&5
10314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10315 (exit $ac_status); }; }; then
10316 ac_cv_prog_cc_g
=yes
10318 echo "$as_me: failed program was:" >&5
10319 sed 's/^/| /' conftest.
$ac_ext >&5
10323 rm -f conftest.
$ac_objext conftest.
$ac_ext
10325 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10326 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10327 if test "$ac_test_CFLAGS" = set; then
10328 CFLAGS
=$ac_save_CFLAGS
10329 elif test $ac_cv_prog_cc_g = yes; then
10330 if test "$GCC" = yes; then
10336 if test "$GCC" = yes; then
10342 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10343 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10344 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10345 echo $ECHO_N "(cached) $ECHO_C" >&6
10347 ac_cv_prog_cc_stdc
=no
10349 cat >conftest.
$ac_ext <<_ACEOF
10350 #line $LINENO "configure"
10353 cat confdefs.h
>>conftest.
$ac_ext
10354 cat >>conftest.
$ac_ext <<_ACEOF
10355 /* end confdefs.h. */
10356 #include <stdarg.h>
10358 #include <sys/types.h>
10359 #include <sys/stat.h>
10360 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10361 struct buf { int x; };
10362 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10363 static char *e (p, i)
10369 static char *f (char * (*g) (char **, int), char **p, ...)
10374 s = g (p, va_arg (v,int));
10378 int test (int i, double x);
10379 struct s1 {int (*f) (int a);};
10380 struct s2 {int (*f) (double a);};
10381 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10387 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10392 # Don't try gcc -ansi; that turns off useful extensions and
10393 # breaks some systems' header files.
10394 # AIX -qlanglvl=ansi
10395 # Ultrix and OSF/1 -std1
10396 # HP-UX 10.20 and later -Ae
10397 # HP-UX older versions -Aa -D_HPUX_SOURCE
10398 # SVR4 -Xc -D__EXTENSIONS__
10399 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10401 CC
="$ac_save_CC $ac_arg"
10402 rm -f conftest.
$ac_objext
10403 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10404 (eval $ac_compile) 2>&5
10406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407 (exit $ac_status); } &&
10408 { ac_try
='test -s conftest.$ac_objext'
10409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10410 (eval $ac_try) 2>&5
10412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10413 (exit $ac_status); }; }; then
10414 ac_cv_prog_cc_stdc
=$ac_arg
10417 echo "$as_me: failed program was:" >&5
10418 sed 's/^/| /' conftest.
$ac_ext >&5
10421 rm -f conftest.
$ac_objext
10423 rm -f conftest.
$ac_ext conftest.
$ac_objext
10428 case "x$ac_cv_prog_cc_stdc" in
10430 echo "$as_me:$LINENO: result: none needed" >&5
10431 echo "${ECHO_T}none needed" >&6 ;;
10433 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10434 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10435 CC
="$CC $ac_cv_prog_cc_stdc" ;;
10438 # Some people use a C++ compiler to compile C. Since we use `exit',
10439 # in C++ we need to declare it. In case someone uses the same compiler
10440 # for both compiling C and C++ we need to have the C++ compiler decide
10441 # the declaration of exit, since it's the most demanding environment.
10442 cat >conftest.
$ac_ext <<_ACEOF
10443 #ifndef __cplusplus
10447 rm -f conftest.
$ac_objext
10448 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10449 (eval $ac_compile) 2>&5
10451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10452 (exit $ac_status); } &&
10453 { ac_try
='test -s conftest.$ac_objext'
10454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10455 (eval $ac_try) 2>&5
10457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10458 (exit $ac_status); }; }; then
10459 for ac_declaration
in \
10461 '#include <stdlib.h>' \
10462 'extern "C" void std::exit (int) throw (); using std::exit;' \
10463 'extern "C" void std::exit (int); using std::exit;' \
10464 'extern "C" void exit (int) throw ();' \
10465 'extern "C" void exit (int);' \
10468 cat >conftest.
$ac_ext <<_ACEOF
10469 #line $LINENO "configure"
10472 cat confdefs.h
>>conftest.
$ac_ext
10473 cat >>conftest.
$ac_ext <<_ACEOF
10474 /* end confdefs.h. */
10475 #include <stdlib.h>
10485 rm -f conftest.
$ac_objext
10486 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10487 (eval $ac_compile) 2>&5
10489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10490 (exit $ac_status); } &&
10491 { ac_try
='test -s conftest.$ac_objext'
10492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10493 (eval $ac_try) 2>&5
10495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10496 (exit $ac_status); }; }; then
10499 echo "$as_me: failed program was:" >&5
10500 sed 's/^/| /' conftest.
$ac_ext >&5
10504 rm -f conftest.
$ac_objext conftest.
$ac_ext
10505 cat >conftest.
$ac_ext <<_ACEOF
10506 #line $LINENO "configure"
10509 cat confdefs.h
>>conftest.
$ac_ext
10510 cat >>conftest.
$ac_ext <<_ACEOF
10511 /* end confdefs.h. */
10521 rm -f conftest.
$ac_objext
10522 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10523 (eval $ac_compile) 2>&5
10525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10526 (exit $ac_status); } &&
10527 { ac_try
='test -s conftest.$ac_objext'
10528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10529 (eval $ac_try) 2>&5
10531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10532 (exit $ac_status); }; }; then
10535 echo "$as_me: failed program was:" >&5
10536 sed 's/^/| /' conftest.
$ac_ext >&5
10539 rm -f conftest.
$ac_objext conftest.
$ac_ext
10542 if test -n "$ac_declaration"; then
10543 echo '#ifdef __cplusplus' >>confdefs.h
10544 echo $ac_declaration >>confdefs.h
10545 echo '#endif' >>confdefs.h
10549 echo "$as_me: failed program was:" >&5
10550 sed 's/^/| /' conftest.
$ac_ext >&5
10553 rm -f conftest.
$ac_objext conftest.
$ac_ext
10555 ac_cpp
='$CPP $CPPFLAGS'
10556 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10557 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10558 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10563 ac_cpp
='$CPP $CPPFLAGS'
10564 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10565 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10566 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10567 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
10568 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
10569 # On Suns, sometimes $CPP names a directory.
10570 if test -n "$CPP" && test -d "$CPP"; then
10573 if test -z "$CPP"; then
10574 if test "${ac_cv_prog_CPP+set}" = set; then
10575 echo $ECHO_N "(cached) $ECHO_C" >&6
10577 # Double quotes because CPP needs to be expanded
10578 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10580 ac_preproc_ok
=false
10581 for ac_c_preproc_warn_flag
in '' yes
10583 # Use a header file that comes with gcc, so configuring glibc
10584 # with a fresh cross-compiler works.
10585 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10586 # <limits.h> exists even on freestanding compilers.
10587 # On the NeXT, cc -E runs the code through the compiler's parser,
10588 # not just through cpp. "Syntax error" is here to catch this case.
10589 cat >conftest.
$ac_ext <<_ACEOF
10590 #line $LINENO "configure"
10593 cat confdefs.h
>>conftest.
$ac_ext
10594 cat >>conftest.
$ac_ext <<_ACEOF
10595 /* end confdefs.h. */
10597 # include <limits.h>
10599 # include <assert.h>
10603 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10604 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10606 grep -v '^ *+' conftest.er1
>conftest.err
10608 cat conftest.err
>&5
10609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10610 (exit $ac_status); } >/dev
/null
; then
10611 if test -s conftest.err
; then
10612 ac_cpp_err
=$ac_c_preproc_warn_flag
10619 if test -z "$ac_cpp_err"; then
10622 echo "$as_me: failed program was:" >&5
10623 sed 's/^/| /' conftest.
$ac_ext >&5
10625 # Broken: fails on valid input.
10628 rm -f conftest.err conftest.
$ac_ext
10630 # OK, works on sane cases. Now check whether non-existent headers
10631 # can be detected and how.
10632 cat >conftest.
$ac_ext <<_ACEOF
10633 #line $LINENO "configure"
10636 cat confdefs.h
>>conftest.
$ac_ext
10637 cat >>conftest.
$ac_ext <<_ACEOF
10638 /* end confdefs.h. */
10639 #include <ac_nonexistent.h>
10641 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10642 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10644 grep -v '^ *+' conftest.er1
>conftest.err
10646 cat conftest.err
>&5
10647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10648 (exit $ac_status); } >/dev
/null
; then
10649 if test -s conftest.err
; then
10650 ac_cpp_err
=$ac_c_preproc_warn_flag
10657 if test -z "$ac_cpp_err"; then
10658 # Broken: success on invalid input.
10661 echo "$as_me: failed program was:" >&5
10662 sed 's/^/| /' conftest.
$ac_ext >&5
10664 # Passes both tests.
10668 rm -f conftest.err conftest.
$ac_ext
10671 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10672 rm -f conftest.err conftest.
$ac_ext
10673 if $ac_preproc_ok; then
10678 ac_cv_prog_CPP
=$CPP
10681 CPP
=$ac_cv_prog_CPP
10683 ac_cv_prog_CPP
=$CPP
10685 echo "$as_me:$LINENO: result: $CPP" >&5
10686 echo "${ECHO_T}$CPP" >&6
10687 ac_preproc_ok
=false
10688 for ac_c_preproc_warn_flag
in '' yes
10690 # Use a header file that comes with gcc, so configuring glibc
10691 # with a fresh cross-compiler works.
10692 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10693 # <limits.h> exists even on freestanding compilers.
10694 # On the NeXT, cc -E runs the code through the compiler's parser,
10695 # not just through cpp. "Syntax error" is here to catch this case.
10696 cat >conftest.
$ac_ext <<_ACEOF
10697 #line $LINENO "configure"
10700 cat confdefs.h
>>conftest.
$ac_ext
10701 cat >>conftest.
$ac_ext <<_ACEOF
10702 /* end confdefs.h. */
10704 # include <limits.h>
10706 # include <assert.h>
10710 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10711 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10713 grep -v '^ *+' conftest.er1
>conftest.err
10715 cat conftest.err
>&5
10716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10717 (exit $ac_status); } >/dev
/null
; then
10718 if test -s conftest.err
; then
10719 ac_cpp_err
=$ac_c_preproc_warn_flag
10726 if test -z "$ac_cpp_err"; then
10729 echo "$as_me: failed program was:" >&5
10730 sed 's/^/| /' conftest.
$ac_ext >&5
10732 # Broken: fails on valid input.
10735 rm -f conftest.err conftest.
$ac_ext
10737 # OK, works on sane cases. Now check whether non-existent headers
10738 # can be detected and how.
10739 cat >conftest.
$ac_ext <<_ACEOF
10740 #line $LINENO "configure"
10743 cat confdefs.h
>>conftest.
$ac_ext
10744 cat >>conftest.
$ac_ext <<_ACEOF
10745 /* end confdefs.h. */
10746 #include <ac_nonexistent.h>
10748 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10749 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10751 grep -v '^ *+' conftest.er1
>conftest.err
10753 cat conftest.err
>&5
10754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10755 (exit $ac_status); } >/dev
/null
; then
10756 if test -s conftest.err
; then
10757 ac_cpp_err
=$ac_c_preproc_warn_flag
10764 if test -z "$ac_cpp_err"; then
10765 # Broken: success on invalid input.
10768 echo "$as_me: failed program was:" >&5
10769 sed 's/^/| /' conftest.
$ac_ext >&5
10771 # Passes both tests.
10775 rm -f conftest.err conftest.
$ac_ext
10778 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10779 rm -f conftest.err conftest.
$ac_ext
10780 if $ac_preproc_ok; then
10783 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
10784 See \`config.log' for more details." >&5
10785 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
10786 See \`config.log' for more details." >&2;}
10787 { (exit 1); exit 1; }; }
10791 ac_cpp
='$CPP $CPPFLAGS'
10792 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10793 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10794 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10797 echo "$as_me:$LINENO: checking for egrep" >&5
10798 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
10799 if test "${ac_cv_prog_egrep+set}" = set; then
10800 echo $ECHO_N "(cached) $ECHO_C" >&6
10802 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
10803 then ac_cv_prog_egrep
='grep -E'
10804 else ac_cv_prog_egrep
='egrep'
10807 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
10808 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
10809 EGREP
=$ac_cv_prog_egrep
10812 if test $ac_cv_c_compiler_gnu = yes; then
10813 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
10814 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
10815 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
10816 echo $ECHO_N "(cached) $ECHO_C" >&6
10818 ac_pattern
="Autoconf.*'x'"
10819 cat >conftest.
$ac_ext <<_ACEOF
10820 #line $LINENO "configure"
10823 cat confdefs.h
>>conftest.
$ac_ext
10824 cat >>conftest.
$ac_ext <<_ACEOF
10825 /* end confdefs.h. */
10829 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10830 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
10831 ac_cv_prog_gcc_traditional
=yes
10833 ac_cv_prog_gcc_traditional
=no
10838 if test $ac_cv_prog_gcc_traditional = no
; then
10839 cat >conftest.
$ac_ext <<_ACEOF
10840 #line $LINENO "configure"
10843 cat confdefs.h
>>conftest.
$ac_ext
10844 cat >>conftest.
$ac_ext <<_ACEOF
10845 /* end confdefs.h. */
10846 #include <termio.h>
10849 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10850 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
10851 ac_cv_prog_gcc_traditional
=yes
10857 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
10858 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
10859 if test $ac_cv_prog_gcc_traditional = yes; then
10860 CC
="$CC -traditional"
10868 ac_cpp
='$CXXCPP $CPPFLAGS'
10869 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10870 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10871 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10874 CXXFLAGS
=${CXXFLAGS:=}
10876 ac_cpp
='$CXXCPP $CPPFLAGS'
10877 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10878 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10879 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10880 if test -n "$ac_tool_prefix"; then
10881 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
10883 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10884 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10885 echo "$as_me:$LINENO: checking for $ac_word" >&5
10886 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10887 if test "${ac_cv_prog_CXX+set}" = set; then
10888 echo $ECHO_N "(cached) $ECHO_C" >&6
10890 if test -n "$CXX"; then
10891 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
10893 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10894 for as_dir
in $PATH
10897 test -z "$as_dir" && as_dir
=.
10898 for ac_exec_ext
in '' $ac_executable_extensions; do
10899 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10900 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
10901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10909 CXX
=$ac_cv_prog_CXX
10910 if test -n "$CXX"; then
10911 echo "$as_me:$LINENO: result: $CXX" >&5
10912 echo "${ECHO_T}$CXX" >&6
10914 echo "$as_me:$LINENO: result: no" >&5
10915 echo "${ECHO_T}no" >&6
10918 test -n "$CXX" && break
10921 if test -z "$CXX"; then
10923 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
10925 # Extract the first word of "$ac_prog", so it can be a program name with args.
10926 set dummy
$ac_prog; ac_word
=$2
10927 echo "$as_me:$LINENO: checking for $ac_word" >&5
10928 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10929 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
10930 echo $ECHO_N "(cached) $ECHO_C" >&6
10932 if test -n "$ac_ct_CXX"; then
10933 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
10935 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10936 for as_dir
in $PATH
10939 test -z "$as_dir" && as_dir
=.
10940 for ac_exec_ext
in '' $ac_executable_extensions; do
10941 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10942 ac_cv_prog_ac_ct_CXX
="$ac_prog"
10943 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10951 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
10952 if test -n "$ac_ct_CXX"; then
10953 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
10954 echo "${ECHO_T}$ac_ct_CXX" >&6
10956 echo "$as_me:$LINENO: result: no" >&5
10957 echo "${ECHO_T}no" >&6
10960 test -n "$ac_ct_CXX" && break
10962 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
10968 # Provide some information about the compiler.
10969 echo "$as_me:$LINENO:" \
10970 "checking for C++ compiler version" >&5
10971 ac_compiler
=`set X $ac_compile; echo $2`
10972 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10973 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
10975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10976 (exit $ac_status); }
10977 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10978 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
10980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10981 (exit $ac_status); }
10982 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10983 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
10985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10986 (exit $ac_status); }
10988 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
10989 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
10990 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
10991 echo $ECHO_N "(cached) $ECHO_C" >&6
10993 cat >conftest.
$ac_ext <<_ACEOF
10994 #line $LINENO "configure"
10997 cat confdefs.h
>>conftest.
$ac_ext
10998 cat >>conftest.
$ac_ext <<_ACEOF
10999 /* end confdefs.h. */
11012 rm -f conftest.
$ac_objext
11013 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11014 (eval $ac_compile) 2>&5
11016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11017 (exit $ac_status); } &&
11018 { ac_try
='test -s conftest.$ac_objext'
11019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11020 (eval $ac_try) 2>&5
11022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11023 (exit $ac_status); }; }; then
11024 ac_compiler_gnu
=yes
11026 echo "$as_me: failed program was:" >&5
11027 sed 's/^/| /' conftest.
$ac_ext >&5
11031 rm -f conftest.
$ac_objext conftest.
$ac_ext
11032 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
11035 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
11036 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
11037 GXX
=`test $ac_compiler_gnu = yes && echo yes`
11038 ac_test_CXXFLAGS
=${CXXFLAGS+set}
11039 ac_save_CXXFLAGS
=$CXXFLAGS
11041 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
11042 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
11043 if test "${ac_cv_prog_cxx_g+set}" = set; then
11044 echo $ECHO_N "(cached) $ECHO_C" >&6
11046 cat >conftest.
$ac_ext <<_ACEOF
11047 #line $LINENO "configure"
11050 cat confdefs.h
>>conftest.
$ac_ext
11051 cat >>conftest.
$ac_ext <<_ACEOF
11052 /* end confdefs.h. */
11062 rm -f conftest.
$ac_objext
11063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11064 (eval $ac_compile) 2>&5
11066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11067 (exit $ac_status); } &&
11068 { ac_try
='test -s conftest.$ac_objext'
11069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11070 (eval $ac_try) 2>&5
11072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11073 (exit $ac_status); }; }; then
11074 ac_cv_prog_cxx_g
=yes
11076 echo "$as_me: failed program was:" >&5
11077 sed 's/^/| /' conftest.
$ac_ext >&5
11079 ac_cv_prog_cxx_g
=no
11081 rm -f conftest.
$ac_objext conftest.
$ac_ext
11083 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11084 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11085 if test "$ac_test_CXXFLAGS" = set; then
11086 CXXFLAGS
=$ac_save_CXXFLAGS
11087 elif test $ac_cv_prog_cxx_g = yes; then
11088 if test "$GXX" = yes; then
11094 if test "$GXX" = yes; then
11100 for ac_declaration
in \
11102 '#include <stdlib.h>' \
11103 'extern "C" void std::exit (int) throw (); using std::exit;' \
11104 'extern "C" void std::exit (int); using std::exit;' \
11105 'extern "C" void exit (int) throw ();' \
11106 'extern "C" void exit (int);' \
11109 cat >conftest.
$ac_ext <<_ACEOF
11110 #line $LINENO "configure"
11113 cat confdefs.h
>>conftest.
$ac_ext
11114 cat >>conftest.
$ac_ext <<_ACEOF
11115 /* end confdefs.h. */
11116 #include <stdlib.h>
11126 rm -f conftest.
$ac_objext
11127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11128 (eval $ac_compile) 2>&5
11130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11131 (exit $ac_status); } &&
11132 { ac_try
='test -s conftest.$ac_objext'
11133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11134 (eval $ac_try) 2>&5
11136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11137 (exit $ac_status); }; }; then
11140 echo "$as_me: failed program was:" >&5
11141 sed 's/^/| /' conftest.
$ac_ext >&5
11145 rm -f conftest.
$ac_objext conftest.
$ac_ext
11146 cat >conftest.
$ac_ext <<_ACEOF
11147 #line $LINENO "configure"
11150 cat confdefs.h
>>conftest.
$ac_ext
11151 cat >>conftest.
$ac_ext <<_ACEOF
11152 /* end confdefs.h. */
11162 rm -f conftest.
$ac_objext
11163 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11164 (eval $ac_compile) 2>&5
11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167 (exit $ac_status); } &&
11168 { ac_try
='test -s conftest.$ac_objext'
11169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11170 (eval $ac_try) 2>&5
11172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11173 (exit $ac_status); }; }; then
11176 echo "$as_me: failed program was:" >&5
11177 sed 's/^/| /' conftest.
$ac_ext >&5
11180 rm -f conftest.
$ac_objext conftest.
$ac_ext
11183 if test -n "$ac_declaration"; then
11184 echo '#ifdef __cplusplus' >>confdefs.h
11185 echo $ac_declaration >>confdefs.h
11186 echo '#endif' >>confdefs.h
11190 ac_cpp
='$CXXCPP $CPPFLAGS'
11191 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11192 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11193 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11197 ac_cpp
='$CPP $CPPFLAGS'
11198 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11199 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11200 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11203 if test -n "$ac_tool_prefix"; then
11204 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11205 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
11206 echo "$as_me:$LINENO: checking for $ac_word" >&5
11207 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11208 if test "${ac_cv_prog_RANLIB+set}" = set; then
11209 echo $ECHO_N "(cached) $ECHO_C" >&6
11211 if test -n "$RANLIB"; then
11212 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
11214 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11215 for as_dir
in $PATH
11218 test -z "$as_dir" && as_dir
=.
11219 for ac_exec_ext
in '' $ac_executable_extensions; do
11220 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11221 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
11222 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11230 RANLIB
=$ac_cv_prog_RANLIB
11231 if test -n "$RANLIB"; then
11232 echo "$as_me:$LINENO: result: $RANLIB" >&5
11233 echo "${ECHO_T}$RANLIB" >&6
11235 echo "$as_me:$LINENO: result: no" >&5
11236 echo "${ECHO_T}no" >&6
11240 if test -z "$ac_cv_prog_RANLIB"; then
11241 ac_ct_RANLIB
=$RANLIB
11242 # Extract the first word of "ranlib", so it can be a program name with args.
11243 set dummy ranlib
; ac_word
=$2
11244 echo "$as_me:$LINENO: checking for $ac_word" >&5
11245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11246 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11247 echo $ECHO_N "(cached) $ECHO_C" >&6
11249 if test -n "$ac_ct_RANLIB"; then
11250 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
11252 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11253 for as_dir
in $PATH
11256 test -z "$as_dir" && as_dir
=.
11257 for ac_exec_ext
in '' $ac_executable_extensions; do
11258 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11259 ac_cv_prog_ac_ct_RANLIB
="ranlib"
11260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11266 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
11269 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
11270 if test -n "$ac_ct_RANLIB"; then
11271 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11272 echo "${ECHO_T}$ac_ct_RANLIB" >&6
11274 echo "$as_me:$LINENO: result: no" >&5
11275 echo "${ECHO_T}no" >&6
11278 RANLIB
=$ac_ct_RANLIB
11280 RANLIB
="$ac_cv_prog_RANLIB"
11284 # Extract the first word of "ar", so it can be a program name with args.
11285 set dummy
ar; ac_word
=$2
11286 echo "$as_me:$LINENO: checking for $ac_word" >&5
11287 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11288 if test "${ac_cv_prog_AR+set}" = set; then
11289 echo $ECHO_N "(cached) $ECHO_C" >&6
11291 if test -n "$AR"; then
11292 ac_cv_prog_AR
="$AR" # Let the user override the test.
11294 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11295 for as_dir
in $PATH
11298 test -z "$as_dir" && as_dir
=.
11299 for ac_exec_ext
in '' $ac_executable_extensions; do
11300 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11302 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11308 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
11312 if test -n "$AR"; then
11313 echo "$as_me:$LINENO: result: $AR" >&5
11314 echo "${ECHO_T}$AR" >&6
11316 echo "$as_me:$LINENO: result: no" >&5
11317 echo "${ECHO_T}no" >&6
11321 # Find a good install program. We prefer a C program (faster),
11322 # so one script is as good as another. But avoid the broken or
11323 # incompatible versions:
11324 # SysV /etc/install, /usr/sbin/install
11325 # SunOS /usr/etc/install
11326 # IRIX /sbin/install
11328 # AmigaOS /C/install, which installs bootblocks on floppy discs
11329 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11330 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
11331 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11332 # ./install, which can be erroneously created by make from ./install.sh.
11333 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11334 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11335 if test -z "$INSTALL"; then
11336 if test "${ac_cv_path_install+set}" = set; then
11337 echo $ECHO_N "(cached) $ECHO_C" >&6
11339 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11340 for as_dir
in $PATH
11343 test -z "$as_dir" && as_dir
=.
11344 # Account for people who put trailing slashes in PATH elements.
11346 .
/ | .
// | /cC
/* | \
11347 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
11350 # OSF1 and SCO ODT 3.0 have their own names for install.
11351 # Don't use installbsd from OSF since it installs stuff as root
11353 for ac_prog
in ginstall scoinst
install; do
11354 for ac_exec_ext
in '' $ac_executable_extensions; do
11355 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11356 if test $ac_prog = install &&
11357 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11358 # AIX install. It has an incompatible calling convention.
11360 elif test $ac_prog = install &&
11361 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11362 # program-specific install script used by HP pwplus--don't use.
11365 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
11377 if test "${ac_cv_path_install+set}" = set; then
11378 INSTALL
=$ac_cv_path_install
11380 # As a last resort, use the slow shell script. We don't cache a
11381 # path for INSTALL within a source directory, because that will
11382 # break other packages using the cache if that directory is
11383 # removed, or if the path is relative.
11384 INSTALL
=$ac_install_sh
11387 echo "$as_me:$LINENO: result: $INSTALL" >&5
11388 echo "${ECHO_T}$INSTALL" >&6
11390 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11391 # It thinks the first close brace ends the variable substitution.
11392 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
11394 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
11396 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
11402 ?
:* ) # Drive letter, considered as absolute.
11405 INSTALL
=`pwd`/${INSTALL} ;;
11410 INSTALL_DIR
="mkdir"
11413 *) INSTALL_DIR
="$INSTALL -d"
11420 powerpc
-*-darwin* )
11421 INSTALL_PROGRAM
="cp -fp"
11422 INSTALL_DATA
="cp -fp"
11428 # Extract the first word of "strip", so it can be a program name with args.
11429 set dummy strip
; ac_word
=$2
11430 echo "$as_me:$LINENO: checking for $ac_word" >&5
11431 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11432 if test "${ac_cv_prog_STRIP+set}" = set; then
11433 echo $ECHO_N "(cached) $ECHO_C" >&6
11435 if test -n "$STRIP"; then
11436 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
11438 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11439 for as_dir
in $PATH
11442 test -z "$as_dir" && as_dir
=.
11443 for ac_exec_ext
in '' $ac_executable_extensions; do
11444 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11445 ac_cv_prog_STRIP
="strip"
11446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11452 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
11455 STRIP
=$ac_cv_prog_STRIP
11456 if test -n "$STRIP"; then
11457 echo "$as_me:$LINENO: result: $STRIP" >&5
11458 echo "${ECHO_T}$STRIP" >&6
11460 echo "$as_me:$LINENO: result: no" >&5
11461 echo "${ECHO_T}no" >&6
11465 echo "$as_me:$LINENO: checking if make is GNU make" >&5
11466 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
11467 if test "${wx_cv_prog_makeisgnu+set}" = set; then
11468 echo $ECHO_N "(cached) $ECHO_C" >&6
11471 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
11472 egrep -s GNU
> /dev
/null
); then
11473 wx_cv_prog_makeisgnu
="yes"
11475 wx_cv_prog_makeisgnu
="no"
11479 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
11480 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
11482 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
11490 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
11491 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
11492 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
11493 if test "${wx_cv_prog_makevpath+set}" = set; then
11494 echo $ECHO_N "(cached) $ECHO_C" >&6
11497 cat - << EOF > confMake
11503 if test ! -d sub
; then
11506 echo dummy
> sub
/file
11507 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
11509 rm -f sub
/file check final_file confMake
11511 if test "$RESULT" = 0; then
11512 wx_cv_prog_makevpath
="yes"
11514 wx_cv_prog_makevpath
="no"
11518 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
11519 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
11521 if test "x$wx_cv_prog_makevpath" != "xyes"; then
11522 { { echo "$as_me:$LINENO: error:
11523 You need a make-utility that is able to use the variable
11525 If your version of make does not support VPATH correctly,
11526 please install GNU-make (possibly as gmake), and start
11527 configure with the following command:
11528 export MAKE=gmake; ./configure for sh-type shells
11529 setenv MAKE gmake; ./configure for csh-type shells
11530 Also please do remember to use gmake in this case every time
11531 you are trying to compile.
11533 echo "$as_me: error:
11534 You need a make-utility that is able to use the variable
11536 If your version of make does not support VPATH correctly,
11537 please install GNU-make (possibly as gmake), and start
11538 configure with the following command:
11539 export MAKE=gmake; ./configure for sh-type shells
11540 setenv MAKE gmake; ./configure for csh-type shells
11541 Also please do remember to use gmake in this case every time
11542 you are trying to compile.
11544 { (exit 1); exit 1; }; }
11546 for ac_prog
in 'bison -y' byacc
11548 # Extract the first word of "$ac_prog", so it can be a program name with args.
11549 set dummy
$ac_prog; ac_word
=$2
11550 echo "$as_me:$LINENO: checking for $ac_word" >&5
11551 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11552 if test "${ac_cv_prog_YACC+set}" = set; then
11553 echo $ECHO_N "(cached) $ECHO_C" >&6
11555 if test -n "$YACC"; then
11556 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
11558 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11559 for as_dir
in $PATH
11562 test -z "$as_dir" && as_dir
=.
11563 for ac_exec_ext
in '' $ac_executable_extensions; do
11564 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11565 ac_cv_prog_YACC
="$ac_prog"
11566 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11574 YACC
=$ac_cv_prog_YACC
11575 if test -n "$YACC"; then
11576 echo "$as_me:$LINENO: result: $YACC" >&5
11577 echo "${ECHO_T}$YACC" >&6
11579 echo "$as_me:$LINENO: result: no" >&5
11580 echo "${ECHO_T}no" >&6
11583 test -n "$YACC" && break
11585 test -n "$YACC" || YACC
="yacc"
11588 for ac_prog
in flex
lex
11590 # Extract the first word of "$ac_prog", so it can be a program name with args.
11591 set dummy
$ac_prog; ac_word
=$2
11592 echo "$as_me:$LINENO: checking for $ac_word" >&5
11593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11594 if test "${ac_cv_prog_LEX+set}" = set; then
11595 echo $ECHO_N "(cached) $ECHO_C" >&6
11597 if test -n "$LEX"; then
11598 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
11600 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11601 for as_dir
in $PATH
11604 test -z "$as_dir" && as_dir
=.
11605 for ac_exec_ext
in '' $ac_executable_extensions; do
11606 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11607 ac_cv_prog_LEX
="$ac_prog"
11608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11616 LEX
=$ac_cv_prog_LEX
11617 if test -n "$LEX"; then
11618 echo "$as_me:$LINENO: result: $LEX" >&5
11619 echo "${ECHO_T}$LEX" >&6
11621 echo "$as_me:$LINENO: result: no" >&5
11622 echo "${ECHO_T}no" >&6
11625 test -n "$LEX" && break
11627 test -n "$LEX" || LEX
=":"
11629 if test -z "$LEXLIB"
11631 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11632 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11633 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
11634 echo $ECHO_N "(cached) $ECHO_C" >&6
11636 ac_check_lib_save_LIBS
=$LIBS
11638 cat >conftest.
$ac_ext <<_ACEOF
11639 #line $LINENO "configure"
11642 cat confdefs.h
>>conftest.
$ac_ext
11643 cat >>conftest.
$ac_ext <<_ACEOF
11644 /* end confdefs.h. */
11646 /* Override any gcc2 internal prototype to avoid an error. */
11650 /* We use char because int might match the return type of a gcc2
11651 builtin and then its argument prototype would still apply. */
11661 rm -f conftest.
$ac_objext conftest
$ac_exeext
11662 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11663 (eval $ac_link) 2>&5
11665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11666 (exit $ac_status); } &&
11667 { ac_try
='test -s conftest$ac_exeext'
11668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11669 (eval $ac_try) 2>&5
11671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11672 (exit $ac_status); }; }; then
11673 ac_cv_lib_fl_yywrap
=yes
11675 echo "$as_me: failed program was:" >&5
11676 sed 's/^/| /' conftest.
$ac_ext >&5
11678 ac_cv_lib_fl_yywrap
=no
11680 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11681 LIBS
=$ac_check_lib_save_LIBS
11683 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11684 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11685 if test $ac_cv_lib_fl_yywrap = yes; then
11688 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11689 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11690 if test "${ac_cv_lib_l_yywrap+set}" = set; then
11691 echo $ECHO_N "(cached) $ECHO_C" >&6
11693 ac_check_lib_save_LIBS
=$LIBS
11695 cat >conftest.
$ac_ext <<_ACEOF
11696 #line $LINENO "configure"
11699 cat confdefs.h
>>conftest.
$ac_ext
11700 cat >>conftest.
$ac_ext <<_ACEOF
11701 /* end confdefs.h. */
11703 /* Override any gcc2 internal prototype to avoid an error. */
11707 /* We use char because int might match the return type of a gcc2
11708 builtin and then its argument prototype would still apply. */
11718 rm -f conftest.
$ac_objext conftest
$ac_exeext
11719 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11720 (eval $ac_link) 2>&5
11722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11723 (exit $ac_status); } &&
11724 { ac_try
='test -s conftest$ac_exeext'
11725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11726 (eval $ac_try) 2>&5
11728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11729 (exit $ac_status); }; }; then
11730 ac_cv_lib_l_yywrap
=yes
11732 echo "$as_me: failed program was:" >&5
11733 sed 's/^/| /' conftest.
$ac_ext >&5
11735 ac_cv_lib_l_yywrap
=no
11737 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11738 LIBS
=$ac_check_lib_save_LIBS
11740 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11741 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11742 if test $ac_cv_lib_l_yywrap = yes; then
11750 if test "x$LEX" != "x:"; then
11751 echo "$as_me:$LINENO: checking lex output file root" >&5
11752 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11753 if test "${ac_cv_prog_lex_root+set}" = set; then
11754 echo $ECHO_N "(cached) $ECHO_C" >&6
11756 # The minimal lex program is just a single line: %%. But some broken lexes
11757 # (Solaris, I think it was) want two %% lines, so accommodate them.
11758 cat >conftest.l
<<_ACEOF
11762 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11763 (eval $LEX conftest.l
) 2>&5
11765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11766 (exit $ac_status); }
11767 if test -f lex.yy.c
; then
11768 ac_cv_prog_lex_root
=lex.yy
11769 elif test -f lexyy.c
; then
11770 ac_cv_prog_lex_root
=lexyy
11772 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11773 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11774 { (exit 1); exit 1; }; }
11777 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11778 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11780 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
11782 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11783 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11784 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11785 echo $ECHO_N "(cached) $ECHO_C" >&6
11787 # POSIX says lex can declare yytext either as a pointer or an array; the
11788 # default is implementation-dependent. Figure out which it is, since
11789 # not all implementations provide the %pointer and %array declarations.
11790 ac_cv_prog_lex_yytext_pointer
=no
11791 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11793 LIBS
="$LIBS $LEXLIB"
11794 cat >conftest.
$ac_ext <<_ACEOF
11795 `cat $LEX_OUTPUT_ROOT.c`
11797 rm -f conftest.
$ac_objext conftest
$ac_exeext
11798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11799 (eval $ac_link) 2>&5
11801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11802 (exit $ac_status); } &&
11803 { ac_try
='test -s conftest$ac_exeext'
11804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11805 (eval $ac_try) 2>&5
11807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11808 (exit $ac_status); }; }; then
11809 ac_cv_prog_lex_yytext_pointer
=yes
11811 echo "$as_me: failed program was:" >&5
11812 sed 's/^/| /' conftest.
$ac_ext >&5
11815 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11817 rm -f "${LEX_OUTPUT_ROOT}.c"
11820 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11821 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11822 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11824 cat >>confdefs.h
<<\_ACEOF
11825 #define YYTEXT_POINTER 1
11832 echo "$as_me:$LINENO: checking whether ln -s works" >&5
11833 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
11835 if test "$LN_S" = "ln -s"; then
11836 echo "$as_me:$LINENO: result: yes" >&5
11837 echo "${ECHO_T}yes" >&6
11839 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
11840 echo "${ECHO_T}no, using $LN_S" >&6
11845 *-pc-os2_emx | *-pc-os2-emx )
11846 LIBS
="$LIBS -lstdcpp"
11847 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
11848 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
11849 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
11850 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
11851 echo $ECHO_N "(cached) $ECHO_C" >&6
11853 ac_check_lib_save_LIBS
=$LIBS
11854 LIBS
="-lcExt $LIBS"
11855 cat >conftest.
$ac_ext <<_ACEOF
11856 #line $LINENO "configure"
11859 cat confdefs.h
>>conftest.
$ac_ext
11860 cat >>conftest.
$ac_ext <<_ACEOF
11861 /* end confdefs.h. */
11863 /* Override any gcc2 internal prototype to avoid an error. */
11867 /* We use char because int might match the return type of a gcc2
11868 builtin and then its argument prototype would still apply. */
11878 rm -f conftest.
$ac_objext conftest
$ac_exeext
11879 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11880 (eval $ac_link) 2>&5
11882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883 (exit $ac_status); } &&
11884 { ac_try
='test -s conftest$ac_exeext'
11885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11886 (eval $ac_try) 2>&5
11888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11889 (exit $ac_status); }; }; then
11890 ac_cv_lib_cExt_drand48
=yes
11892 echo "$as_me: failed program was:" >&5
11893 sed 's/^/| /' conftest.
$ac_ext >&5
11895 ac_cv_lib_cExt_drand48
=no
11897 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11898 LIBS
=$ac_check_lib_save_LIBS
11900 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
11901 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
11902 if test $ac_cv_lib_cExt_drand48 = yes; then
11903 LIBS
="$LIBS -lcExt"
11907 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
11913 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
11914 echo "$as_me:$LINENO: checking for strings.h" >&5
11915 echo $ECHO_N "checking for strings.h... $ECHO_C" >&6
11916 if test "${ac_cv_header_strings_h+set}" = set; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11919 ac_cv_header_strings_h
=no
11921 echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5
11922 echo "${ECHO_T}$ac_cv_header_strings_h" >&6
11923 if test "$ac_cv_header_strings_h" = "no"; then
11924 echo "$as_me:$LINENO: result: forced no into cache" >&5
11925 echo "${ECHO_T}forced no into cache" >&6
11927 { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5
11928 echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;}
11931 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11932 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11933 if test "${ac_cv_header_stdc+set}" = set; then
11934 echo $ECHO_N "(cached) $ECHO_C" >&6
11936 cat >conftest.
$ac_ext <<_ACEOF
11937 #line $LINENO "configure"
11940 cat confdefs.h
>>conftest.
$ac_ext
11941 cat >>conftest.
$ac_ext <<_ACEOF
11942 /* end confdefs.h. */
11943 #include <stdlib.h>
11944 #include <stdarg.h>
11945 #include <string.h>
11956 rm -f conftest.
$ac_objext
11957 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11958 (eval $ac_compile) 2>&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } &&
11962 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
11968 ac_cv_header_stdc
=yes
11970 echo "$as_me: failed program was:" >&5
11971 sed 's/^/| /' conftest.
$ac_ext >&5
11973 ac_cv_header_stdc
=no
11975 rm -f conftest.
$ac_objext conftest.
$ac_ext
11977 if test $ac_cv_header_stdc = yes; then
11978 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11979 cat >conftest.
$ac_ext <<_ACEOF
11980 #line $LINENO "configure"
11983 cat confdefs.h
>>conftest.
$ac_ext
11984 cat >>conftest.
$ac_ext <<_ACEOF
11985 /* end confdefs.h. */
11986 #include <string.h>
11989 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11990 $EGREP "memchr" >/dev
/null
2>&1; then
11993 ac_cv_header_stdc
=no
11999 if test $ac_cv_header_stdc = yes; then
12000 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12001 cat >conftest.
$ac_ext <<_ACEOF
12002 #line $LINENO "configure"
12005 cat confdefs.h
>>conftest.
$ac_ext
12006 cat >>conftest.
$ac_ext <<_ACEOF
12007 /* end confdefs.h. */
12008 #include <stdlib.h>
12011 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12012 $EGREP "free" >/dev
/null
2>&1; then
12015 ac_cv_header_stdc
=no
12021 if test $ac_cv_header_stdc = yes; then
12022 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12023 if test "$cross_compiling" = yes; then
12026 cat >conftest.
$ac_ext <<_ACEOF
12027 #line $LINENO "configure"
12030 cat confdefs.h
>>conftest.
$ac_ext
12031 cat >>conftest.
$ac_ext <<_ACEOF
12032 /* end confdefs.h. */
12034 #if ((' ' & 0x0FF) == 0x020)
12035 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12036 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12038 # define ISLOWER(c) \
12039 (('a' <= (c) && (c) <= 'i') \
12040 || ('j' <= (c) && (c) <= 'r') \
12041 || ('s' <= (c) && (c) <= 'z'))
12042 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12045 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12050 for (i = 0; i < 256; i++)
12051 if (XOR (islower (i), ISLOWER (i))
12052 || toupper (i) != TOUPPER (i))
12057 rm -f conftest
$ac_exeext
12058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12059 (eval $ac_link) 2>&5
12061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12062 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12064 (eval $ac_try) 2>&5
12066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12067 (exit $ac_status); }; }; then
12070 echo "$as_me: program exited with status $ac_status" >&5
12071 echo "$as_me: failed program was:" >&5
12072 sed 's/^/| /' conftest.
$ac_ext >&5
12074 ( exit $ac_status )
12075 ac_cv_header_stdc
=no
12077 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12081 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12082 echo "${ECHO_T}$ac_cv_header_stdc" >&6
12083 if test $ac_cv_header_stdc = yes; then
12085 cat >>confdefs.h
<<\_ACEOF
12086 #define STDC_HEADERS 1
12091 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
12101 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
12102 inttypes.h stdint.h unistd.h
12104 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12105 echo "$as_me:$LINENO: checking for $ac_header" >&5
12106 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12107 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12108 echo $ECHO_N "(cached) $ECHO_C" >&6
12110 cat >conftest.
$ac_ext <<_ACEOF
12111 #line $LINENO "configure"
12114 cat confdefs.h
>>conftest.
$ac_ext
12115 cat >>conftest.
$ac_ext <<_ACEOF
12116 /* end confdefs.h. */
12117 $ac_includes_default
12119 #include <$ac_header>
12121 rm -f conftest.
$ac_objext
12122 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12123 (eval $ac_compile) 2>&5
12125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126 (exit $ac_status); } &&
12127 { ac_try
='test -s conftest.$ac_objext'
12128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12129 (eval $ac_try) 2>&5
12131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12132 (exit $ac_status); }; }; then
12133 eval "$as_ac_Header=yes"
12135 echo "$as_me: failed program was:" >&5
12136 sed 's/^/| /' conftest.
$ac_ext >&5
12138 eval "$as_ac_Header=no"
12140 rm -f conftest.
$ac_objext conftest.
$ac_ext
12142 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12143 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12144 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12145 cat >>confdefs.h
<<_ACEOF
12146 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12155 for ac_header
in strings.h
12157 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12158 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12159 echo "$as_me:$LINENO: checking for $ac_header" >&5
12160 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12161 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12162 echo $ECHO_N "(cached) $ECHO_C" >&6
12164 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12165 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12167 # Is the header compilable?
12168 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12169 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12170 cat >conftest.
$ac_ext <<_ACEOF
12171 #line $LINENO "configure"
12174 cat confdefs.h
>>conftest.
$ac_ext
12175 cat >>conftest.
$ac_ext <<_ACEOF
12176 /* end confdefs.h. */
12177 $ac_includes_default
12178 #include <$ac_header>
12180 rm -f conftest.
$ac_objext
12181 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12182 (eval $ac_compile) 2>&5
12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 (exit $ac_status); } &&
12186 { ac_try
='test -s conftest.$ac_objext'
12187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12188 (eval $ac_try) 2>&5
12190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12191 (exit $ac_status); }; }; then
12192 ac_header_compiler
=yes
12194 echo "$as_me: failed program was:" >&5
12195 sed 's/^/| /' conftest.
$ac_ext >&5
12197 ac_header_compiler
=no
12199 rm -f conftest.
$ac_objext conftest.
$ac_ext
12200 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12201 echo "${ECHO_T}$ac_header_compiler" >&6
12203 # Is the header present?
12204 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12205 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12206 cat >conftest.
$ac_ext <<_ACEOF
12207 #line $LINENO "configure"
12210 cat confdefs.h
>>conftest.
$ac_ext
12211 cat >>conftest.
$ac_ext <<_ACEOF
12212 /* end confdefs.h. */
12213 #include <$ac_header>
12215 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12216 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12218 grep -v '^ *+' conftest.er1
>conftest.err
12220 cat conftest.err
>&5
12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12222 (exit $ac_status); } >/dev
/null
; then
12223 if test -s conftest.err
; then
12224 ac_cpp_err
=$ac_c_preproc_warn_flag
12231 if test -z "$ac_cpp_err"; then
12232 ac_header_preproc
=yes
12234 echo "$as_me: failed program was:" >&5
12235 sed 's/^/| /' conftest.
$ac_ext >&5
12237 ac_header_preproc
=no
12239 rm -f conftest.err conftest.
$ac_ext
12240 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12241 echo "${ECHO_T}$ac_header_preproc" >&6
12243 # So? What about this header?
12244 case $ac_header_compiler:$ac_header_preproc in
12246 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12247 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12248 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12249 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12252 ## ------------------------------------ ##
12253 ## Report this to bug-autoconf@gnu.org. ##
12254 ## ------------------------------------ ##
12257 sed "s/^/$as_me: WARNING: /" >&2
12260 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12261 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12262 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12263 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12264 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12265 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12268 ## ------------------------------------ ##
12269 ## Report this to bug-autoconf@gnu.org. ##
12270 ## ------------------------------------ ##
12273 sed "s/^/$as_me: WARNING: /" >&2
12276 echo "$as_me:$LINENO: checking for $ac_header" >&5
12277 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12278 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12279 echo $ECHO_N "(cached) $ECHO_C" >&6
12281 eval "$as_ac_Header=$ac_header_preproc"
12283 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12284 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12287 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12288 cat >>confdefs.h
<<_ACEOF
12289 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12298 for ac_header
in stdlib.h
12300 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12301 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12302 echo "$as_me:$LINENO: checking for $ac_header" >&5
12303 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12304 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12307 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12308 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12310 # Is the header compilable?
12311 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12312 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12313 cat >conftest.
$ac_ext <<_ACEOF
12314 #line $LINENO "configure"
12317 cat confdefs.h
>>conftest.
$ac_ext
12318 cat >>conftest.
$ac_ext <<_ACEOF
12319 /* end confdefs.h. */
12320 $ac_includes_default
12321 #include <$ac_header>
12323 rm -f conftest.
$ac_objext
12324 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12325 (eval $ac_compile) 2>&5
12327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328 (exit $ac_status); } &&
12329 { ac_try
='test -s conftest.$ac_objext'
12330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12331 (eval $ac_try) 2>&5
12333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12334 (exit $ac_status); }; }; then
12335 ac_header_compiler
=yes
12337 echo "$as_me: failed program was:" >&5
12338 sed 's/^/| /' conftest.
$ac_ext >&5
12340 ac_header_compiler
=no
12342 rm -f conftest.
$ac_objext conftest.
$ac_ext
12343 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12344 echo "${ECHO_T}$ac_header_compiler" >&6
12346 # Is the header present?
12347 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12348 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12349 cat >conftest.
$ac_ext <<_ACEOF
12350 #line $LINENO "configure"
12353 cat confdefs.h
>>conftest.
$ac_ext
12354 cat >>conftest.
$ac_ext <<_ACEOF
12355 /* end confdefs.h. */
12356 #include <$ac_header>
12358 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12359 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12361 grep -v '^ *+' conftest.er1
>conftest.err
12363 cat conftest.err
>&5
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); } >/dev
/null
; then
12366 if test -s conftest.err
; then
12367 ac_cpp_err
=$ac_c_preproc_warn_flag
12374 if test -z "$ac_cpp_err"; then
12375 ac_header_preproc
=yes
12377 echo "$as_me: failed program was:" >&5
12378 sed 's/^/| /' conftest.
$ac_ext >&5
12380 ac_header_preproc
=no
12382 rm -f conftest.err conftest.
$ac_ext
12383 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12384 echo "${ECHO_T}$ac_header_preproc" >&6
12386 # So? What about this header?
12387 case $ac_header_compiler:$ac_header_preproc in
12389 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12390 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12391 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12392 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12395 ## ------------------------------------ ##
12396 ## Report this to bug-autoconf@gnu.org. ##
12397 ## ------------------------------------ ##
12400 sed "s/^/$as_me: WARNING: /" >&2
12403 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12404 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12405 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12406 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12407 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12408 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12411 ## ------------------------------------ ##
12412 ## Report this to bug-autoconf@gnu.org. ##
12413 ## ------------------------------------ ##
12416 sed "s/^/$as_me: WARNING: /" >&2
12419 echo "$as_me:$LINENO: checking for $ac_header" >&5
12420 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12421 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12422 echo $ECHO_N "(cached) $ECHO_C" >&6
12424 eval "$as_ac_Header=$ac_header_preproc"
12426 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12427 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12430 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12431 cat >>confdefs.h
<<_ACEOF
12432 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12440 for ac_header
in malloc.h
12442 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12443 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12444 echo "$as_me:$LINENO: checking for $ac_header" >&5
12445 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12446 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12447 echo $ECHO_N "(cached) $ECHO_C" >&6
12449 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12450 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12452 # Is the header compilable?
12453 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12454 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12455 cat >conftest.
$ac_ext <<_ACEOF
12456 #line $LINENO "configure"
12459 cat confdefs.h
>>conftest.
$ac_ext
12460 cat >>conftest.
$ac_ext <<_ACEOF
12461 /* end confdefs.h. */
12462 $ac_includes_default
12463 #include <$ac_header>
12465 rm -f conftest.
$ac_objext
12466 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12467 (eval $ac_compile) 2>&5
12469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12470 (exit $ac_status); } &&
12471 { ac_try
='test -s conftest.$ac_objext'
12472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12473 (eval $ac_try) 2>&5
12475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12476 (exit $ac_status); }; }; then
12477 ac_header_compiler
=yes
12479 echo "$as_me: failed program was:" >&5
12480 sed 's/^/| /' conftest.
$ac_ext >&5
12482 ac_header_compiler
=no
12484 rm -f conftest.
$ac_objext conftest.
$ac_ext
12485 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12486 echo "${ECHO_T}$ac_header_compiler" >&6
12488 # Is the header present?
12489 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12490 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12491 cat >conftest.
$ac_ext <<_ACEOF
12492 #line $LINENO "configure"
12495 cat confdefs.h
>>conftest.
$ac_ext
12496 cat >>conftest.
$ac_ext <<_ACEOF
12497 /* end confdefs.h. */
12498 #include <$ac_header>
12500 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12501 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12503 grep -v '^ *+' conftest.er1
>conftest.err
12505 cat conftest.err
>&5
12506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12507 (exit $ac_status); } >/dev
/null
; then
12508 if test -s conftest.err
; then
12509 ac_cpp_err
=$ac_c_preproc_warn_flag
12516 if test -z "$ac_cpp_err"; then
12517 ac_header_preproc
=yes
12519 echo "$as_me: failed program was:" >&5
12520 sed 's/^/| /' conftest.
$ac_ext >&5
12522 ac_header_preproc
=no
12524 rm -f conftest.err conftest.
$ac_ext
12525 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12526 echo "${ECHO_T}$ac_header_preproc" >&6
12528 # So? What about this header?
12529 case $ac_header_compiler:$ac_header_preproc in
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12532 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12534 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12537 ## ------------------------------------ ##
12538 ## Report this to bug-autoconf@gnu.org. ##
12539 ## ------------------------------------ ##
12542 sed "s/^/$as_me: WARNING: /" >&2
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12546 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12548 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12550 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12553 ## ------------------------------------ ##
12554 ## Report this to bug-autoconf@gnu.org. ##
12555 ## ------------------------------------ ##
12558 sed "s/^/$as_me: WARNING: /" >&2
12561 echo "$as_me:$LINENO: checking for $ac_header" >&5
12562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12563 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12564 echo $ECHO_N "(cached) $ECHO_C" >&6
12566 eval "$as_ac_Header=$ac_header_preproc"
12568 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12569 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12572 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12573 cat >>confdefs.h
<<_ACEOF
12574 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12582 for ac_header
in unistd.h
12584 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12585 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12586 echo "$as_me:$LINENO: checking for $ac_header" >&5
12587 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12588 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12589 echo $ECHO_N "(cached) $ECHO_C" >&6
12591 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12592 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12594 # Is the header compilable?
12595 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12596 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12597 cat >conftest.
$ac_ext <<_ACEOF
12598 #line $LINENO "configure"
12601 cat confdefs.h
>>conftest.
$ac_ext
12602 cat >>conftest.
$ac_ext <<_ACEOF
12603 /* end confdefs.h. */
12604 $ac_includes_default
12605 #include <$ac_header>
12607 rm -f conftest.
$ac_objext
12608 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12609 (eval $ac_compile) 2>&5
12611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12612 (exit $ac_status); } &&
12613 { ac_try
='test -s conftest.$ac_objext'
12614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12615 (eval $ac_try) 2>&5
12617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12618 (exit $ac_status); }; }; then
12619 ac_header_compiler
=yes
12621 echo "$as_me: failed program was:" >&5
12622 sed 's/^/| /' conftest.
$ac_ext >&5
12624 ac_header_compiler
=no
12626 rm -f conftest.
$ac_objext conftest.
$ac_ext
12627 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12628 echo "${ECHO_T}$ac_header_compiler" >&6
12630 # Is the header present?
12631 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12632 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12633 cat >conftest.
$ac_ext <<_ACEOF
12634 #line $LINENO "configure"
12637 cat confdefs.h
>>conftest.
$ac_ext
12638 cat >>conftest.
$ac_ext <<_ACEOF
12639 /* end confdefs.h. */
12640 #include <$ac_header>
12642 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12643 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12645 grep -v '^ *+' conftest.er1
>conftest.err
12647 cat conftest.err
>&5
12648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12649 (exit $ac_status); } >/dev
/null
; then
12650 if test -s conftest.err
; then
12651 ac_cpp_err
=$ac_c_preproc_warn_flag
12658 if test -z "$ac_cpp_err"; then
12659 ac_header_preproc
=yes
12661 echo "$as_me: failed program was:" >&5
12662 sed 's/^/| /' conftest.
$ac_ext >&5
12664 ac_header_preproc
=no
12666 rm -f conftest.err conftest.
$ac_ext
12667 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12668 echo "${ECHO_T}$ac_header_preproc" >&6
12670 # So? What about this header?
12671 case $ac_header_compiler:$ac_header_preproc in
12673 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12674 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12675 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12676 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12679 ## ------------------------------------ ##
12680 ## Report this to bug-autoconf@gnu.org. ##
12681 ## ------------------------------------ ##
12684 sed "s/^/$as_me: WARNING: /" >&2
12687 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12688 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12689 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12690 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12691 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12692 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12695 ## ------------------------------------ ##
12696 ## Report this to bug-autoconf@gnu.org. ##
12697 ## ------------------------------------ ##
12700 sed "s/^/$as_me: WARNING: /" >&2
12703 echo "$as_me:$LINENO: checking for $ac_header" >&5
12704 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12705 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12706 echo $ECHO_N "(cached) $ECHO_C" >&6
12708 eval "$as_ac_Header=$ac_header_preproc"
12710 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12711 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12714 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12715 cat >>confdefs.h
<<_ACEOF
12716 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12724 for ac_header
in wchar.h
12726 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12727 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12728 echo "$as_me:$LINENO: checking for $ac_header" >&5
12729 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12730 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12731 echo $ECHO_N "(cached) $ECHO_C" >&6
12733 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12734 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12736 # Is the header compilable?
12737 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12738 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12739 cat >conftest.
$ac_ext <<_ACEOF
12740 #line $LINENO "configure"
12743 cat confdefs.h
>>conftest.
$ac_ext
12744 cat >>conftest.
$ac_ext <<_ACEOF
12745 /* end confdefs.h. */
12746 $ac_includes_default
12747 #include <$ac_header>
12749 rm -f conftest.
$ac_objext
12750 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12751 (eval $ac_compile) 2>&5
12753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12754 (exit $ac_status); } &&
12755 { ac_try
='test -s conftest.$ac_objext'
12756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12757 (eval $ac_try) 2>&5
12759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12760 (exit $ac_status); }; }; then
12761 ac_header_compiler
=yes
12763 echo "$as_me: failed program was:" >&5
12764 sed 's/^/| /' conftest.
$ac_ext >&5
12766 ac_header_compiler
=no
12768 rm -f conftest.
$ac_objext conftest.
$ac_ext
12769 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12770 echo "${ECHO_T}$ac_header_compiler" >&6
12772 # Is the header present?
12773 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12774 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12775 cat >conftest.
$ac_ext <<_ACEOF
12776 #line $LINENO "configure"
12779 cat confdefs.h
>>conftest.
$ac_ext
12780 cat >>conftest.
$ac_ext <<_ACEOF
12781 /* end confdefs.h. */
12782 #include <$ac_header>
12784 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12785 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12787 grep -v '^ *+' conftest.er1
>conftest.err
12789 cat conftest.err
>&5
12790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12791 (exit $ac_status); } >/dev
/null
; then
12792 if test -s conftest.err
; then
12793 ac_cpp_err
=$ac_c_preproc_warn_flag
12800 if test -z "$ac_cpp_err"; then
12801 ac_header_preproc
=yes
12803 echo "$as_me: failed program was:" >&5
12804 sed 's/^/| /' conftest.
$ac_ext >&5
12806 ac_header_preproc
=no
12808 rm -f conftest.err conftest.
$ac_ext
12809 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12810 echo "${ECHO_T}$ac_header_preproc" >&6
12812 # So? What about this header?
12813 case $ac_header_compiler:$ac_header_preproc in
12815 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12816 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12817 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12818 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12821 ## ------------------------------------ ##
12822 ## Report this to bug-autoconf@gnu.org. ##
12823 ## ------------------------------------ ##
12826 sed "s/^/$as_me: WARNING: /" >&2
12829 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12830 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12831 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12832 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12833 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12834 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12837 ## ------------------------------------ ##
12838 ## Report this to bug-autoconf@gnu.org. ##
12839 ## ------------------------------------ ##
12842 sed "s/^/$as_me: WARNING: /" >&2
12845 echo "$as_me:$LINENO: checking for $ac_header" >&5
12846 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12847 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12848 echo $ECHO_N "(cached) $ECHO_C" >&6
12850 eval "$as_ac_Header=$ac_header_preproc"
12852 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12853 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12856 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12857 cat >>confdefs.h
<<_ACEOF
12858 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12866 if test "$ac_cv_header_wchar_h" != "yes"; then
12868 for ac_header
in wcstr.h
12870 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12871 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12872 echo "$as_me:$LINENO: checking for $ac_header" >&5
12873 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12874 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12875 echo $ECHO_N "(cached) $ECHO_C" >&6
12877 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12878 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12880 # Is the header compilable?
12881 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12882 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12883 cat >conftest.
$ac_ext <<_ACEOF
12884 #line $LINENO "configure"
12887 cat confdefs.h
>>conftest.
$ac_ext
12888 cat >>conftest.
$ac_ext <<_ACEOF
12889 /* end confdefs.h. */
12890 $ac_includes_default
12891 #include <$ac_header>
12893 rm -f conftest.
$ac_objext
12894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12895 (eval $ac_compile) 2>&5
12897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12898 (exit $ac_status); } &&
12899 { ac_try
='test -s conftest.$ac_objext'
12900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12901 (eval $ac_try) 2>&5
12903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12904 (exit $ac_status); }; }; then
12905 ac_header_compiler
=yes
12907 echo "$as_me: failed program was:" >&5
12908 sed 's/^/| /' conftest.
$ac_ext >&5
12910 ac_header_compiler
=no
12912 rm -f conftest.
$ac_objext conftest.
$ac_ext
12913 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12914 echo "${ECHO_T}$ac_header_compiler" >&6
12916 # Is the header present?
12917 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12918 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12919 cat >conftest.
$ac_ext <<_ACEOF
12920 #line $LINENO "configure"
12923 cat confdefs.h
>>conftest.
$ac_ext
12924 cat >>conftest.
$ac_ext <<_ACEOF
12925 /* end confdefs.h. */
12926 #include <$ac_header>
12928 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12929 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12931 grep -v '^ *+' conftest.er1
>conftest.err
12933 cat conftest.err
>&5
12934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12935 (exit $ac_status); } >/dev
/null
; then
12936 if test -s conftest.err
; then
12937 ac_cpp_err
=$ac_c_preproc_warn_flag
12944 if test -z "$ac_cpp_err"; then
12945 ac_header_preproc
=yes
12947 echo "$as_me: failed program was:" >&5
12948 sed 's/^/| /' conftest.
$ac_ext >&5
12950 ac_header_preproc
=no
12952 rm -f conftest.err conftest.
$ac_ext
12953 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12954 echo "${ECHO_T}$ac_header_preproc" >&6
12956 # So? What about this header?
12957 case $ac_header_compiler:$ac_header_preproc in
12959 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12960 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12961 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12962 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12965 ## ------------------------------------ ##
12966 ## Report this to bug-autoconf@gnu.org. ##
12967 ## ------------------------------------ ##
12970 sed "s/^/$as_me: WARNING: /" >&2
12973 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12974 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12975 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12976 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12977 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12978 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12981 ## ------------------------------------ ##
12982 ## Report this to bug-autoconf@gnu.org. ##
12983 ## ------------------------------------ ##
12986 sed "s/^/$as_me: WARNING: /" >&2
12989 echo "$as_me:$LINENO: checking for $ac_header" >&5
12990 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12991 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12992 echo $ECHO_N "(cached) $ECHO_C" >&6
12994 eval "$as_ac_Header=$ac_header_preproc"
12996 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12997 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13000 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13001 cat >>confdefs.h
<<_ACEOF
13002 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13012 for ac_header
in fnmatch.h
13014 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13015 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13016 echo "$as_me:$LINENO: checking for $ac_header" >&5
13017 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13018 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13019 echo $ECHO_N "(cached) $ECHO_C" >&6
13021 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13022 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13024 # Is the header compilable?
13025 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13026 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13027 cat >conftest.
$ac_ext <<_ACEOF
13028 #line $LINENO "configure"
13031 cat confdefs.h
>>conftest.
$ac_ext
13032 cat >>conftest.
$ac_ext <<_ACEOF
13033 /* end confdefs.h. */
13034 $ac_includes_default
13035 #include <$ac_header>
13037 rm -f conftest.
$ac_objext
13038 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13039 (eval $ac_compile) 2>&5
13041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13042 (exit $ac_status); } &&
13043 { ac_try
='test -s conftest.$ac_objext'
13044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13045 (eval $ac_try) 2>&5
13047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13048 (exit $ac_status); }; }; then
13049 ac_header_compiler
=yes
13051 echo "$as_me: failed program was:" >&5
13052 sed 's/^/| /' conftest.
$ac_ext >&5
13054 ac_header_compiler
=no
13056 rm -f conftest.
$ac_objext conftest.
$ac_ext
13057 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13058 echo "${ECHO_T}$ac_header_compiler" >&6
13060 # Is the header present?
13061 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13062 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13063 cat >conftest.
$ac_ext <<_ACEOF
13064 #line $LINENO "configure"
13067 cat confdefs.h
>>conftest.
$ac_ext
13068 cat >>conftest.
$ac_ext <<_ACEOF
13069 /* end confdefs.h. */
13070 #include <$ac_header>
13072 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13073 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13075 grep -v '^ *+' conftest.er1
>conftest.err
13077 cat conftest.err
>&5
13078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13079 (exit $ac_status); } >/dev
/null
; then
13080 if test -s conftest.err
; then
13081 ac_cpp_err
=$ac_c_preproc_warn_flag
13088 if test -z "$ac_cpp_err"; then
13089 ac_header_preproc
=yes
13091 echo "$as_me: failed program was:" >&5
13092 sed 's/^/| /' conftest.
$ac_ext >&5
13094 ac_header_preproc
=no
13096 rm -f conftest.err conftest.
$ac_ext
13097 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13098 echo "${ECHO_T}$ac_header_preproc" >&6
13100 # So? What about this header?
13101 case $ac_header_compiler:$ac_header_preproc in
13103 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13104 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13105 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13106 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13109 ## ------------------------------------ ##
13110 ## Report this to bug-autoconf@gnu.org. ##
13111 ## ------------------------------------ ##
13114 sed "s/^/$as_me: WARNING: /" >&2
13117 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13118 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13119 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13120 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13121 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13122 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13125 ## ------------------------------------ ##
13126 ## Report this to bug-autoconf@gnu.org. ##
13127 ## ------------------------------------ ##
13130 sed "s/^/$as_me: WARNING: /" >&2
13133 echo "$as_me:$LINENO: checking for $ac_header" >&5
13134 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13135 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13136 echo $ECHO_N "(cached) $ECHO_C" >&6
13138 eval "$as_ac_Header=$ac_header_preproc"
13140 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13141 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13144 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13145 cat >>confdefs.h
<<_ACEOF
13146 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13154 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13156 for ac_func
in fnmatch
13158 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13159 echo "$as_me:$LINENO: checking for $ac_func" >&5
13160 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13161 if eval "test \"\${$as_ac_var+set}\" = set"; then
13162 echo $ECHO_N "(cached) $ECHO_C" >&6
13164 cat >conftest.
$ac_ext <<_ACEOF
13165 #line $LINENO "configure"
13168 cat confdefs.h
>>conftest.
$ac_ext
13169 cat >>conftest.
$ac_ext <<_ACEOF
13170 /* end confdefs.h. */
13171 /* System header to define __stub macros and hopefully few prototypes,
13172 which can conflict with char $ac_func (); below.
13173 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13174 <limits.h> exists even on freestanding compilers. */
13176 # include <limits.h>
13178 # include <assert.h>
13180 /* Override any gcc2 internal prototype to avoid an error. */
13185 /* We use char because int might match the return type of a gcc2
13186 builtin and then its argument prototype would still apply. */
13188 /* The GNU C library defines this for functions which it implements
13189 to always fail with ENOSYS. Some functions are actually named
13190 something starting with __ and the normal name is an alias. */
13191 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13194 char (*f) () = $ac_func;
13203 return f != $ac_func;
13208 rm -f conftest.
$ac_objext conftest
$ac_exeext
13209 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13210 (eval $ac_link) 2>&5
13212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13213 (exit $ac_status); } &&
13214 { ac_try
='test -s conftest$ac_exeext'
13215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13216 (eval $ac_try) 2>&5
13218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13219 (exit $ac_status); }; }; then
13220 eval "$as_ac_var=yes"
13222 echo "$as_me: failed program was:" >&5
13223 sed 's/^/| /' conftest.
$ac_ext >&5
13225 eval "$as_ac_var=no"
13227 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13229 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13230 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13231 if test `eval echo '${'$as_ac_var'}'` = yes; then
13232 cat >>confdefs.h
<<_ACEOF
13233 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13242 for ac_header
in langinfo.h
13244 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13245 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13246 echo "$as_me:$LINENO: checking for $ac_header" >&5
13247 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13248 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13249 echo $ECHO_N "(cached) $ECHO_C" >&6
13251 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13252 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13254 # Is the header compilable?
13255 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13256 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13257 cat >conftest.
$ac_ext <<_ACEOF
13258 #line $LINENO "configure"
13261 cat confdefs.h
>>conftest.
$ac_ext
13262 cat >>conftest.
$ac_ext <<_ACEOF
13263 /* end confdefs.h. */
13264 $ac_includes_default
13265 #include <$ac_header>
13267 rm -f conftest.
$ac_objext
13268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13269 (eval $ac_compile) 2>&5
13271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13272 (exit $ac_status); } &&
13273 { ac_try
='test -s conftest.$ac_objext'
13274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13275 (eval $ac_try) 2>&5
13277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13278 (exit $ac_status); }; }; then
13279 ac_header_compiler
=yes
13281 echo "$as_me: failed program was:" >&5
13282 sed 's/^/| /' conftest.
$ac_ext >&5
13284 ac_header_compiler
=no
13286 rm -f conftest.
$ac_objext conftest.
$ac_ext
13287 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13288 echo "${ECHO_T}$ac_header_compiler" >&6
13290 # Is the header present?
13291 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13292 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13293 cat >conftest.
$ac_ext <<_ACEOF
13294 #line $LINENO "configure"
13297 cat confdefs.h
>>conftest.
$ac_ext
13298 cat >>conftest.
$ac_ext <<_ACEOF
13299 /* end confdefs.h. */
13300 #include <$ac_header>
13302 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13303 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13305 grep -v '^ *+' conftest.er1
>conftest.err
13307 cat conftest.err
>&5
13308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13309 (exit $ac_status); } >/dev
/null
; then
13310 if test -s conftest.err
; then
13311 ac_cpp_err
=$ac_c_preproc_warn_flag
13318 if test -z "$ac_cpp_err"; then
13319 ac_header_preproc
=yes
13321 echo "$as_me: failed program was:" >&5
13322 sed 's/^/| /' conftest.
$ac_ext >&5
13324 ac_header_preproc
=no
13326 rm -f conftest.err conftest.
$ac_ext
13327 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13328 echo "${ECHO_T}$ac_header_preproc" >&6
13330 # So? What about this header?
13331 case $ac_header_compiler:$ac_header_preproc in
13333 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13334 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13335 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13336 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13339 ## ------------------------------------ ##
13340 ## Report this to bug-autoconf@gnu.org. ##
13341 ## ------------------------------------ ##
13344 sed "s/^/$as_me: WARNING: /" >&2
13347 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13348 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13349 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13350 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13351 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13352 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13355 ## ------------------------------------ ##
13356 ## Report this to bug-autoconf@gnu.org. ##
13357 ## ------------------------------------ ##
13360 sed "s/^/$as_me: WARNING: /" >&2
13363 echo "$as_me:$LINENO: checking for $ac_header" >&5
13364 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13365 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13366 echo $ECHO_N "(cached) $ECHO_C" >&6
13368 eval "$as_ac_Header=$ac_header_preproc"
13370 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13371 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13374 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13375 cat >>confdefs.h
<<_ACEOF
13376 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13385 *-pc-os2_emx | *-pc-os2-emx )
13386 if test $ac_cv_header_langinfo_h = "yes"; then
13387 LIBS
="$LIBS -lintl"
13392 if test "$wxUSE_GUI" = "yes"; then
13393 if test "$wxUSE_UNIX" = "yes"; then
13395 for ac_header
in X
11/XKBlib.h
13397 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13398 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13399 echo "$as_me:$LINENO: checking for $ac_header" >&5
13400 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13401 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13402 echo $ECHO_N "(cached) $ECHO_C" >&6
13404 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13405 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13407 # Is the header compilable?
13408 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13409 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13410 cat >conftest.
$ac_ext <<_ACEOF
13411 #line $LINENO "configure"
13414 cat confdefs.h
>>conftest.
$ac_ext
13415 cat >>conftest.
$ac_ext <<_ACEOF
13416 /* end confdefs.h. */
13417 $ac_includes_default
13418 #include <$ac_header>
13420 rm -f conftest.
$ac_objext
13421 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13422 (eval $ac_compile) 2>&5
13424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13425 (exit $ac_status); } &&
13426 { ac_try
='test -s conftest.$ac_objext'
13427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13428 (eval $ac_try) 2>&5
13430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13431 (exit $ac_status); }; }; then
13432 ac_header_compiler
=yes
13434 echo "$as_me: failed program was:" >&5
13435 sed 's/^/| /' conftest.
$ac_ext >&5
13437 ac_header_compiler
=no
13439 rm -f conftest.
$ac_objext conftest.
$ac_ext
13440 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13441 echo "${ECHO_T}$ac_header_compiler" >&6
13443 # Is the header present?
13444 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13445 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13446 cat >conftest.
$ac_ext <<_ACEOF
13447 #line $LINENO "configure"
13450 cat confdefs.h
>>conftest.
$ac_ext
13451 cat >>conftest.
$ac_ext <<_ACEOF
13452 /* end confdefs.h. */
13453 #include <$ac_header>
13455 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13456 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13458 grep -v '^ *+' conftest.er1
>conftest.err
13460 cat conftest.err
>&5
13461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13462 (exit $ac_status); } >/dev
/null
; then
13463 if test -s conftest.err
; then
13464 ac_cpp_err
=$ac_c_preproc_warn_flag
13471 if test -z "$ac_cpp_err"; then
13472 ac_header_preproc
=yes
13474 echo "$as_me: failed program was:" >&5
13475 sed 's/^/| /' conftest.
$ac_ext >&5
13477 ac_header_preproc
=no
13479 rm -f conftest.err conftest.
$ac_ext
13480 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13481 echo "${ECHO_T}$ac_header_preproc" >&6
13483 # So? What about this header?
13484 case $ac_header_compiler:$ac_header_preproc in
13486 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13487 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13488 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13489 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13492 ## ------------------------------------ ##
13493 ## Report this to bug-autoconf@gnu.org. ##
13494 ## ------------------------------------ ##
13497 sed "s/^/$as_me: WARNING: /" >&2
13500 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13501 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13502 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13503 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13504 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13505 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13508 ## ------------------------------------ ##
13509 ## Report this to bug-autoconf@gnu.org. ##
13510 ## ------------------------------------ ##
13513 sed "s/^/$as_me: WARNING: /" >&2
13516 echo "$as_me:$LINENO: checking for $ac_header" >&5
13517 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13518 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13519 echo $ECHO_N "(cached) $ECHO_C" >&6
13521 eval "$as_ac_Header=$ac_header_preproc"
13523 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13524 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13527 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13528 cat >>confdefs.h
<<_ACEOF
13529 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13540 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13541 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13542 if test "${ac_cv_c_const+set}" = set; then
13543 echo $ECHO_N "(cached) $ECHO_C" >&6
13545 cat >conftest.
$ac_ext <<_ACEOF
13546 #line $LINENO "configure"
13549 cat confdefs.h
>>conftest.
$ac_ext
13550 cat >>conftest.
$ac_ext <<_ACEOF
13551 /* end confdefs.h. */
13556 /* FIXME: Include the comments suggested by Paul. */
13557 #ifndef __cplusplus
13558 /* Ultrix mips cc rejects this. */
13559 typedef int charset[2];
13561 /* SunOS 4.1.1 cc rejects this. */
13562 char const *const *ccp;
13564 /* NEC SVR4.0.2 mips cc rejects this. */
13565 struct point {int x, y;};
13566 static struct point const zero = {0,0};
13567 /* AIX XL C 1.02.0.0 rejects this.
13568 It does not let you subtract one const X* pointer from another in
13569 an arm of an if-expression whose if-part is not a constant
13571 const char *g = "string";
13572 ccp = &g + (g ? g-g : 0);
13573 /* HPUX 7.0 cc rejects these. */
13576 ccp = (char const *const *) p;
13577 { /* SCO 3.2v4 cc rejects this. */
13579 char const *s = 0 ? (char *) 0 : (char const *) 0;
13583 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13584 int x[] = {25, 17};
13585 const int *foo = &x[0];
13588 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13589 typedef const int *iptr;
13593 { /* AIX XL C 1.02.0.0 rejects this saying
13594 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13595 struct s { int j; const int *ap[3]; };
13596 struct s *b; b->j = 5;
13598 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13599 const int foo = 10;
13607 rm -f conftest.
$ac_objext
13608 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13609 (eval $ac_compile) 2>&5
13611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13612 (exit $ac_status); } &&
13613 { ac_try
='test -s conftest.$ac_objext'
13614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13615 (eval $ac_try) 2>&5
13617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13618 (exit $ac_status); }; }; then
13621 echo "$as_me: failed program was:" >&5
13622 sed 's/^/| /' conftest.
$ac_ext >&5
13626 rm -f conftest.
$ac_objext conftest.
$ac_ext
13628 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
13629 echo "${ECHO_T}$ac_cv_c_const" >&6
13630 if test $ac_cv_c_const = no
; then
13632 cat >>confdefs.h
<<\_ACEOF
13638 echo "$as_me:$LINENO: checking for inline" >&5
13639 echo $ECHO_N "checking for inline... $ECHO_C" >&6
13640 if test "${ac_cv_c_inline+set}" = set; then
13641 echo $ECHO_N "(cached) $ECHO_C" >&6
13644 for ac_kw
in inline __inline__ __inline
; do
13645 cat >conftest.
$ac_ext <<_ACEOF
13646 #line $LINENO "configure"
13649 cat confdefs.h
>>conftest.
$ac_ext
13650 cat >>conftest.
$ac_ext <<_ACEOF
13651 /* end confdefs.h. */
13652 #ifndef __cplusplus
13654 static $ac_kw foo_t static_foo () {return 0; }
13655 $ac_kw foo_t foo () {return 0; }
13659 rm -f conftest.
$ac_objext
13660 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13661 (eval $ac_compile) 2>&5
13663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13664 (exit $ac_status); } &&
13665 { ac_try
='test -s conftest.$ac_objext'
13666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13667 (eval $ac_try) 2>&5
13669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13670 (exit $ac_status); }; }; then
13671 ac_cv_c_inline
=$ac_kw; break
13673 echo "$as_me: failed program was:" >&5
13674 sed 's/^/| /' conftest.
$ac_ext >&5
13677 rm -f conftest.
$ac_objext conftest.
$ac_ext
13681 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13682 echo "${ECHO_T}$ac_cv_c_inline" >&6
13683 case $ac_cv_c_inline in
13686 cat >>confdefs.h
<<\_ACEOF
13690 *) cat >>confdefs.h
<<_ACEOF
13691 #define inline $ac_cv_c_inline
13697 echo "$as_me:$LINENO: checking for char" >&5
13698 echo $ECHO_N "checking for char... $ECHO_C" >&6
13699 if test "${ac_cv_type_char+set}" = set; then
13700 echo $ECHO_N "(cached) $ECHO_C" >&6
13702 cat >conftest.
$ac_ext <<_ACEOF
13703 #line $LINENO "configure"
13706 cat confdefs.h
>>conftest.
$ac_ext
13707 cat >>conftest.
$ac_ext <<_ACEOF
13708 /* end confdefs.h. */
13709 $ac_includes_default
13721 rm -f conftest.
$ac_objext
13722 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13723 (eval $ac_compile) 2>&5
13725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13726 (exit $ac_status); } &&
13727 { ac_try
='test -s conftest.$ac_objext'
13728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13729 (eval $ac_try) 2>&5
13731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13732 (exit $ac_status); }; }; then
13733 ac_cv_type_char
=yes
13735 echo "$as_me: failed program was:" >&5
13736 sed 's/^/| /' conftest.
$ac_ext >&5
13740 rm -f conftest.
$ac_objext conftest.
$ac_ext
13742 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
13743 echo "${ECHO_T}$ac_cv_type_char" >&6
13745 echo "$as_me:$LINENO: checking size of char" >&5
13746 echo $ECHO_N "checking size of char... $ECHO_C" >&6
13747 if test "${ac_cv_sizeof_char+set}" = set; then
13748 echo $ECHO_N "(cached) $ECHO_C" >&6
13750 if test "$ac_cv_type_char" = yes; then
13751 # The cast to unsigned long works around a bug in the HP C Compiler
13752 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13753 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13754 # This bug is HP SR number 8606223364.
13755 if test "$cross_compiling" = yes; then
13756 # Depending upon the size, compute the lo and hi bounds.
13757 cat >conftest.
$ac_ext <<_ACEOF
13758 #line $LINENO "configure"
13761 cat confdefs.h
>>conftest.
$ac_ext
13762 cat >>conftest.
$ac_ext <<_ACEOF
13763 /* end confdefs.h. */
13764 $ac_includes_default
13768 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
13775 rm -f conftest.
$ac_objext
13776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13777 (eval $ac_compile) 2>&5
13779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13780 (exit $ac_status); } &&
13781 { ac_try
='test -s conftest.$ac_objext'
13782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13783 (eval $ac_try) 2>&5
13785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13786 (exit $ac_status); }; }; then
13789 cat >conftest.
$ac_ext <<_ACEOF
13790 #line $LINENO "configure"
13793 cat confdefs.h
>>conftest.
$ac_ext
13794 cat >>conftest.
$ac_ext <<_ACEOF
13795 /* end confdefs.h. */
13796 $ac_includes_default
13800 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13807 rm -f conftest.
$ac_objext
13808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13809 (eval $ac_compile) 2>&5
13811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13812 (exit $ac_status); } &&
13813 { ac_try
='test -s conftest.$ac_objext'
13814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13815 (eval $ac_try) 2>&5
13817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13818 (exit $ac_status); }; }; then
13819 ac_hi
=$ac_mid; break
13821 echo "$as_me: failed program was:" >&5
13822 sed 's/^/| /' conftest.
$ac_ext >&5
13824 ac_lo
=`expr $ac_mid + 1`
13825 if test $ac_lo -le $ac_mid; then
13829 ac_mid
=`expr 2 '*' $ac_mid + 1`
13831 rm -f conftest.
$ac_objext conftest.
$ac_ext
13834 echo "$as_me: failed program was:" >&5
13835 sed 's/^/| /' conftest.
$ac_ext >&5
13837 cat >conftest.
$ac_ext <<_ACEOF
13838 #line $LINENO "configure"
13841 cat confdefs.h
>>conftest.
$ac_ext
13842 cat >>conftest.
$ac_ext <<_ACEOF
13843 /* end confdefs.h. */
13844 $ac_includes_default
13848 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
13855 rm -f conftest.
$ac_objext
13856 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13857 (eval $ac_compile) 2>&5
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } &&
13861 { ac_try
='test -s conftest.$ac_objext'
13862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13863 (eval $ac_try) 2>&5
13865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13866 (exit $ac_status); }; }; then
13869 cat >conftest.
$ac_ext <<_ACEOF
13870 #line $LINENO "configure"
13873 cat confdefs.h
>>conftest.
$ac_ext
13874 cat >>conftest.
$ac_ext <<_ACEOF
13875 /* end confdefs.h. */
13876 $ac_includes_default
13880 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
13887 rm -f conftest.
$ac_objext
13888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13889 (eval $ac_compile) 2>&5
13891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13892 (exit $ac_status); } &&
13893 { ac_try
='test -s conftest.$ac_objext'
13894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13895 (eval $ac_try) 2>&5
13897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13898 (exit $ac_status); }; }; then
13899 ac_lo
=$ac_mid; break
13901 echo "$as_me: failed program was:" >&5
13902 sed 's/^/| /' conftest.
$ac_ext >&5
13904 ac_hi
=`expr '(' $ac_mid ')' - 1`
13905 if test $ac_mid -le $ac_hi; then
13909 ac_mid
=`expr 2 '*' $ac_mid`
13911 rm -f conftest.
$ac_objext conftest.
$ac_ext
13914 echo "$as_me: failed program was:" >&5
13915 sed 's/^/| /' conftest.
$ac_ext >&5
13919 rm -f conftest.
$ac_objext conftest.
$ac_ext
13921 rm -f conftest.
$ac_objext conftest.
$ac_ext
13922 # Binary search between lo and hi bounds.
13923 while test "x$ac_lo" != "x$ac_hi"; do
13924 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13925 cat >conftest.
$ac_ext <<_ACEOF
13926 #line $LINENO "configure"
13929 cat confdefs.h
>>conftest.
$ac_ext
13930 cat >>conftest.
$ac_ext <<_ACEOF
13931 /* end confdefs.h. */
13932 $ac_includes_default
13936 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13943 rm -f conftest.
$ac_objext
13944 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13945 (eval $ac_compile) 2>&5
13947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13948 (exit $ac_status); } &&
13949 { ac_try
='test -s conftest.$ac_objext'
13950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13951 (eval $ac_try) 2>&5
13953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13954 (exit $ac_status); }; }; then
13957 echo "$as_me: failed program was:" >&5
13958 sed 's/^/| /' conftest.
$ac_ext >&5
13960 ac_lo
=`expr '(' $ac_mid ')' + 1`
13962 rm -f conftest.
$ac_objext conftest.
$ac_ext
13965 ?
*) ac_cv_sizeof_char
=$ac_lo;;
13966 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13967 See \`config.log' for more details." >&5
13968 echo "$as_me: error: cannot compute sizeof (char), 77
13969 See \`config.log' for more details." >&2;}
13970 { (exit 1); exit 1; }; } ;;
13973 if test "$cross_compiling" = yes; then
13974 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13975 See \`config.log' for more details." >&5
13976 echo "$as_me: error: cannot run test program while cross compiling
13977 See \`config.log' for more details." >&2;}
13978 { (exit 1); exit 1; }; }
13980 cat >conftest.
$ac_ext <<_ACEOF
13981 #line $LINENO "configure"
13984 cat confdefs.h
>>conftest.
$ac_ext
13985 cat >>conftest.
$ac_ext <<_ACEOF
13986 /* end confdefs.h. */
13987 $ac_includes_default
13988 long longval () { return (long) (sizeof (char)); }
13989 unsigned long ulongval () { return (long) (sizeof (char)); }
13991 #include <stdlib.h>
13996 FILE *f = fopen ("conftest.val", "w");
13999 if (((long) (sizeof (char))) < 0)
14001 long i = longval ();
14002 if (i != ((long) (sizeof (char))))
14004 fprintf (f, "%ld\n", i);
14008 unsigned long i = ulongval ();
14009 if (i != ((long) (sizeof (char))))
14011 fprintf (f, "%lu\n", i);
14013 exit (ferror (f) || fclose (f) != 0);
14019 rm -f conftest
$ac_exeext
14020 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14021 (eval $ac_link) 2>&5
14023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14024 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14026 (eval $ac_try) 2>&5
14028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14029 (exit $ac_status); }; }; then
14030 ac_cv_sizeof_char
=`cat conftest.val`
14032 echo "$as_me: program exited with status $ac_status" >&5
14033 echo "$as_me: failed program was:" >&5
14034 sed 's/^/| /' conftest.
$ac_ext >&5
14036 ( exit $ac_status )
14037 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14038 See \`config.log' for more details." >&5
14039 echo "$as_me: error: cannot compute sizeof (char), 77
14040 See \`config.log' for more details." >&2;}
14041 { (exit 1); exit 1; }; }
14043 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14048 ac_cv_sizeof_char
=0
14051 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14052 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14053 cat >>confdefs.h
<<_ACEOF
14054 #define SIZEOF_CHAR $ac_cv_sizeof_char
14058 echo "$as_me:$LINENO: checking for short" >&5
14059 echo $ECHO_N "checking for short... $ECHO_C" >&6
14060 if test "${ac_cv_type_short+set}" = set; then
14061 echo $ECHO_N "(cached) $ECHO_C" >&6
14063 cat >conftest.
$ac_ext <<_ACEOF
14064 #line $LINENO "configure"
14067 cat confdefs.h
>>conftest.
$ac_ext
14068 cat >>conftest.
$ac_ext <<_ACEOF
14069 /* end confdefs.h. */
14070 $ac_includes_default
14076 if (sizeof (short))
14082 rm -f conftest.
$ac_objext
14083 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14084 (eval $ac_compile) 2>&5
14086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14087 (exit $ac_status); } &&
14088 { ac_try
='test -s conftest.$ac_objext'
14089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14090 (eval $ac_try) 2>&5
14092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14093 (exit $ac_status); }; }; then
14094 ac_cv_type_short
=yes
14096 echo "$as_me: failed program was:" >&5
14097 sed 's/^/| /' conftest.
$ac_ext >&5
14099 ac_cv_type_short
=no
14101 rm -f conftest.
$ac_objext conftest.
$ac_ext
14103 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14104 echo "${ECHO_T}$ac_cv_type_short" >&6
14106 echo "$as_me:$LINENO: checking size of short" >&5
14107 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14108 if test "${ac_cv_sizeof_short+set}" = set; then
14109 echo $ECHO_N "(cached) $ECHO_C" >&6
14111 if test "$ac_cv_type_short" = yes; then
14112 # The cast to unsigned long works around a bug in the HP C Compiler
14113 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14114 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14115 # This bug is HP SR number 8606223364.
14116 if test "$cross_compiling" = yes; then
14117 # Depending upon the size, compute the lo and hi bounds.
14118 cat >conftest.
$ac_ext <<_ACEOF
14119 #line $LINENO "configure"
14122 cat confdefs.h
>>conftest.
$ac_ext
14123 cat >>conftest.
$ac_ext <<_ACEOF
14124 /* end confdefs.h. */
14125 $ac_includes_default
14129 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14136 rm -f conftest.
$ac_objext
14137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14138 (eval $ac_compile) 2>&5
14140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14141 (exit $ac_status); } &&
14142 { ac_try
='test -s conftest.$ac_objext'
14143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14144 (eval $ac_try) 2>&5
14146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14147 (exit $ac_status); }; }; then
14150 cat >conftest.
$ac_ext <<_ACEOF
14151 #line $LINENO "configure"
14154 cat confdefs.h
>>conftest.
$ac_ext
14155 cat >>conftest.
$ac_ext <<_ACEOF
14156 /* end confdefs.h. */
14157 $ac_includes_default
14161 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14168 rm -f conftest.
$ac_objext
14169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14170 (eval $ac_compile) 2>&5
14172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14173 (exit $ac_status); } &&
14174 { ac_try
='test -s conftest.$ac_objext'
14175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14176 (eval $ac_try) 2>&5
14178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14179 (exit $ac_status); }; }; then
14180 ac_hi
=$ac_mid; break
14182 echo "$as_me: failed program was:" >&5
14183 sed 's/^/| /' conftest.
$ac_ext >&5
14185 ac_lo
=`expr $ac_mid + 1`
14186 if test $ac_lo -le $ac_mid; then
14190 ac_mid
=`expr 2 '*' $ac_mid + 1`
14192 rm -f conftest.
$ac_objext conftest.
$ac_ext
14195 echo "$as_me: failed program was:" >&5
14196 sed 's/^/| /' conftest.
$ac_ext >&5
14198 cat >conftest.
$ac_ext <<_ACEOF
14199 #line $LINENO "configure"
14202 cat confdefs.h
>>conftest.
$ac_ext
14203 cat >>conftest.
$ac_ext <<_ACEOF
14204 /* end confdefs.h. */
14205 $ac_includes_default
14209 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14216 rm -f conftest.
$ac_objext
14217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14218 (eval $ac_compile) 2>&5
14220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14221 (exit $ac_status); } &&
14222 { ac_try
='test -s conftest.$ac_objext'
14223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14224 (eval $ac_try) 2>&5
14226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14227 (exit $ac_status); }; }; then
14230 cat >conftest.
$ac_ext <<_ACEOF
14231 #line $LINENO "configure"
14234 cat confdefs.h
>>conftest.
$ac_ext
14235 cat >>conftest.
$ac_ext <<_ACEOF
14236 /* end confdefs.h. */
14237 $ac_includes_default
14241 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14248 rm -f conftest.
$ac_objext
14249 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14250 (eval $ac_compile) 2>&5
14252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14253 (exit $ac_status); } &&
14254 { ac_try
='test -s conftest.$ac_objext'
14255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14256 (eval $ac_try) 2>&5
14258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14259 (exit $ac_status); }; }; then
14260 ac_lo
=$ac_mid; break
14262 echo "$as_me: failed program was:" >&5
14263 sed 's/^/| /' conftest.
$ac_ext >&5
14265 ac_hi
=`expr '(' $ac_mid ')' - 1`
14266 if test $ac_mid -le $ac_hi; then
14270 ac_mid
=`expr 2 '*' $ac_mid`
14272 rm -f conftest.
$ac_objext conftest.
$ac_ext
14275 echo "$as_me: failed program was:" >&5
14276 sed 's/^/| /' conftest.
$ac_ext >&5
14280 rm -f conftest.
$ac_objext conftest.
$ac_ext
14282 rm -f conftest.
$ac_objext conftest.
$ac_ext
14283 # Binary search between lo and hi bounds.
14284 while test "x$ac_lo" != "x$ac_hi"; do
14285 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14286 cat >conftest.
$ac_ext <<_ACEOF
14287 #line $LINENO "configure"
14290 cat confdefs.h
>>conftest.
$ac_ext
14291 cat >>conftest.
$ac_ext <<_ACEOF
14292 /* end confdefs.h. */
14293 $ac_includes_default
14297 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14304 rm -f conftest.
$ac_objext
14305 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14306 (eval $ac_compile) 2>&5
14308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14309 (exit $ac_status); } &&
14310 { ac_try
='test -s conftest.$ac_objext'
14311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14312 (eval $ac_try) 2>&5
14314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14315 (exit $ac_status); }; }; then
14318 echo "$as_me: failed program was:" >&5
14319 sed 's/^/| /' conftest.
$ac_ext >&5
14321 ac_lo
=`expr '(' $ac_mid ')' + 1`
14323 rm -f conftest.
$ac_objext conftest.
$ac_ext
14326 ?
*) ac_cv_sizeof_short
=$ac_lo;;
14327 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14328 See \`config.log' for more details." >&5
14329 echo "$as_me: error: cannot compute sizeof (short), 77
14330 See \`config.log' for more details." >&2;}
14331 { (exit 1); exit 1; }; } ;;
14334 if test "$cross_compiling" = yes; then
14335 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14336 See \`config.log' for more details." >&5
14337 echo "$as_me: error: cannot run test program while cross compiling
14338 See \`config.log' for more details." >&2;}
14339 { (exit 1); exit 1; }; }
14341 cat >conftest.
$ac_ext <<_ACEOF
14342 #line $LINENO "configure"
14345 cat confdefs.h
>>conftest.
$ac_ext
14346 cat >>conftest.
$ac_ext <<_ACEOF
14347 /* end confdefs.h. */
14348 $ac_includes_default
14349 long longval () { return (long) (sizeof (short)); }
14350 unsigned long ulongval () { return (long) (sizeof (short)); }
14352 #include <stdlib.h>
14357 FILE *f = fopen ("conftest.val", "w");
14360 if (((long) (sizeof (short))) < 0)
14362 long i = longval ();
14363 if (i != ((long) (sizeof (short))))
14365 fprintf (f, "%ld\n", i);
14369 unsigned long i = ulongval ();
14370 if (i != ((long) (sizeof (short))))
14372 fprintf (f, "%lu\n", i);
14374 exit (ferror (f) || fclose (f) != 0);
14380 rm -f conftest
$ac_exeext
14381 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14382 (eval $ac_link) 2>&5
14384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14385 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14387 (eval $ac_try) 2>&5
14389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14390 (exit $ac_status); }; }; then
14391 ac_cv_sizeof_short
=`cat conftest.val`
14393 echo "$as_me: program exited with status $ac_status" >&5
14394 echo "$as_me: failed program was:" >&5
14395 sed 's/^/| /' conftest.
$ac_ext >&5
14397 ( exit $ac_status )
14398 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14399 See \`config.log' for more details." >&5
14400 echo "$as_me: error: cannot compute sizeof (short), 77
14401 See \`config.log' for more details." >&2;}
14402 { (exit 1); exit 1; }; }
14404 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14409 ac_cv_sizeof_short
=0
14412 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
14413 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
14414 cat >>confdefs.h
<<_ACEOF
14415 #define SIZEOF_SHORT $ac_cv_sizeof_short
14419 echo "$as_me:$LINENO: checking for void *" >&5
14420 echo $ECHO_N "checking for void *... $ECHO_C" >&6
14421 if test "${ac_cv_type_void_p+set}" = set; then
14422 echo $ECHO_N "(cached) $ECHO_C" >&6
14424 cat >conftest.
$ac_ext <<_ACEOF
14425 #line $LINENO "configure"
14428 cat confdefs.h
>>conftest.
$ac_ext
14429 cat >>conftest.
$ac_ext <<_ACEOF
14430 /* end confdefs.h. */
14431 $ac_includes_default
14437 if (sizeof (void *))
14443 rm -f conftest.
$ac_objext
14444 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14445 (eval $ac_compile) 2>&5
14447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14448 (exit $ac_status); } &&
14449 { ac_try
='test -s conftest.$ac_objext'
14450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14451 (eval $ac_try) 2>&5
14453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14454 (exit $ac_status); }; }; then
14455 ac_cv_type_void_p
=yes
14457 echo "$as_me: failed program was:" >&5
14458 sed 's/^/| /' conftest.
$ac_ext >&5
14460 ac_cv_type_void_p
=no
14462 rm -f conftest.
$ac_objext conftest.
$ac_ext
14464 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14465 echo "${ECHO_T}$ac_cv_type_void_p" >&6
14467 echo "$as_me:$LINENO: checking size of void *" >&5
14468 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14469 if test "${ac_cv_sizeof_void_p+set}" = set; then
14470 echo $ECHO_N "(cached) $ECHO_C" >&6
14472 if test "$ac_cv_type_void_p" = yes; then
14473 # The cast to unsigned long works around a bug in the HP C Compiler
14474 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14475 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14476 # This bug is HP SR number 8606223364.
14477 if test "$cross_compiling" = yes; then
14478 # Depending upon the size, compute the lo and hi bounds.
14479 cat >conftest.
$ac_ext <<_ACEOF
14480 #line $LINENO "configure"
14483 cat confdefs.h
>>conftest.
$ac_ext
14484 cat >>conftest.
$ac_ext <<_ACEOF
14485 /* end confdefs.h. */
14486 $ac_includes_default
14490 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14497 rm -f conftest.
$ac_objext
14498 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14499 (eval $ac_compile) 2>&5
14501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14502 (exit $ac_status); } &&
14503 { ac_try
='test -s conftest.$ac_objext'
14504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14505 (eval $ac_try) 2>&5
14507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14508 (exit $ac_status); }; }; then
14511 cat >conftest.
$ac_ext <<_ACEOF
14512 #line $LINENO "configure"
14515 cat confdefs.h
>>conftest.
$ac_ext
14516 cat >>conftest.
$ac_ext <<_ACEOF
14517 /* end confdefs.h. */
14518 $ac_includes_default
14522 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14529 rm -f conftest.
$ac_objext
14530 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14531 (eval $ac_compile) 2>&5
14533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14534 (exit $ac_status); } &&
14535 { ac_try
='test -s conftest.$ac_objext'
14536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14537 (eval $ac_try) 2>&5
14539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14540 (exit $ac_status); }; }; then
14541 ac_hi
=$ac_mid; break
14543 echo "$as_me: failed program was:" >&5
14544 sed 's/^/| /' conftest.
$ac_ext >&5
14546 ac_lo
=`expr $ac_mid + 1`
14547 if test $ac_lo -le $ac_mid; then
14551 ac_mid
=`expr 2 '*' $ac_mid + 1`
14553 rm -f conftest.
$ac_objext conftest.
$ac_ext
14556 echo "$as_me: failed program was:" >&5
14557 sed 's/^/| /' conftest.
$ac_ext >&5
14559 cat >conftest.
$ac_ext <<_ACEOF
14560 #line $LINENO "configure"
14563 cat confdefs.h
>>conftest.
$ac_ext
14564 cat >>conftest.
$ac_ext <<_ACEOF
14565 /* end confdefs.h. */
14566 $ac_includes_default
14570 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
14577 rm -f conftest.
$ac_objext
14578 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14579 (eval $ac_compile) 2>&5
14581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14582 (exit $ac_status); } &&
14583 { ac_try
='test -s conftest.$ac_objext'
14584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14585 (eval $ac_try) 2>&5
14587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14588 (exit $ac_status); }; }; then
14591 cat >conftest.
$ac_ext <<_ACEOF
14592 #line $LINENO "configure"
14595 cat confdefs.h
>>conftest.
$ac_ext
14596 cat >>conftest.
$ac_ext <<_ACEOF
14597 /* end confdefs.h. */
14598 $ac_includes_default
14602 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
14609 rm -f conftest.
$ac_objext
14610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14611 (eval $ac_compile) 2>&5
14613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14614 (exit $ac_status); } &&
14615 { ac_try
='test -s conftest.$ac_objext'
14616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14617 (eval $ac_try) 2>&5
14619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14620 (exit $ac_status); }; }; then
14621 ac_lo
=$ac_mid; break
14623 echo "$as_me: failed program was:" >&5
14624 sed 's/^/| /' conftest.
$ac_ext >&5
14626 ac_hi
=`expr '(' $ac_mid ')' - 1`
14627 if test $ac_mid -le $ac_hi; then
14631 ac_mid
=`expr 2 '*' $ac_mid`
14633 rm -f conftest.
$ac_objext conftest.
$ac_ext
14636 echo "$as_me: failed program was:" >&5
14637 sed 's/^/| /' conftest.
$ac_ext >&5
14641 rm -f conftest.
$ac_objext conftest.
$ac_ext
14643 rm -f conftest.
$ac_objext conftest.
$ac_ext
14644 # Binary search between lo and hi bounds.
14645 while test "x$ac_lo" != "x$ac_hi"; do
14646 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14647 cat >conftest.
$ac_ext <<_ACEOF
14648 #line $LINENO "configure"
14651 cat confdefs.h
>>conftest.
$ac_ext
14652 cat >>conftest.
$ac_ext <<_ACEOF
14653 /* end confdefs.h. */
14654 $ac_includes_default
14658 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14665 rm -f conftest.
$ac_objext
14666 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14667 (eval $ac_compile) 2>&5
14669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14670 (exit $ac_status); } &&
14671 { ac_try
='test -s conftest.$ac_objext'
14672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14673 (eval $ac_try) 2>&5
14675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14676 (exit $ac_status); }; }; then
14679 echo "$as_me: failed program was:" >&5
14680 sed 's/^/| /' conftest.
$ac_ext >&5
14682 ac_lo
=`expr '(' $ac_mid ')' + 1`
14684 rm -f conftest.
$ac_objext conftest.
$ac_ext
14687 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
14688 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14689 See \`config.log' for more details." >&5
14690 echo "$as_me: error: cannot compute sizeof (void *), 77
14691 See \`config.log' for more details." >&2;}
14692 { (exit 1); exit 1; }; } ;;
14695 if test "$cross_compiling" = yes; then
14696 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14697 See \`config.log' for more details." >&5
14698 echo "$as_me: error: cannot run test program while cross compiling
14699 See \`config.log' for more details." >&2;}
14700 { (exit 1); exit 1; }; }
14702 cat >conftest.
$ac_ext <<_ACEOF
14703 #line $LINENO "configure"
14706 cat confdefs.h
>>conftest.
$ac_ext
14707 cat >>conftest.
$ac_ext <<_ACEOF
14708 /* end confdefs.h. */
14709 $ac_includes_default
14710 long longval () { return (long) (sizeof (void *)); }
14711 unsigned long ulongval () { return (long) (sizeof (void *)); }
14713 #include <stdlib.h>
14718 FILE *f = fopen ("conftest.val", "w");
14721 if (((long) (sizeof (void *))) < 0)
14723 long i = longval ();
14724 if (i != ((long) (sizeof (void *))))
14726 fprintf (f, "%ld\n", i);
14730 unsigned long i = ulongval ();
14731 if (i != ((long) (sizeof (void *))))
14733 fprintf (f, "%lu\n", i);
14735 exit (ferror (f) || fclose (f) != 0);
14741 rm -f conftest
$ac_exeext
14742 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14743 (eval $ac_link) 2>&5
14745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14746 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14748 (eval $ac_try) 2>&5
14750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14751 (exit $ac_status); }; }; then
14752 ac_cv_sizeof_void_p
=`cat conftest.val`
14754 echo "$as_me: program exited with status $ac_status" >&5
14755 echo "$as_me: failed program was:" >&5
14756 sed 's/^/| /' conftest.
$ac_ext >&5
14758 ( exit $ac_status )
14759 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14760 See \`config.log' for more details." >&5
14761 echo "$as_me: error: cannot compute sizeof (void *), 77
14762 See \`config.log' for more details." >&2;}
14763 { (exit 1); exit 1; }; }
14765 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14770 ac_cv_sizeof_void_p
=0
14773 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
14774 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
14775 cat >>confdefs.h
<<_ACEOF
14776 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14780 echo "$as_me:$LINENO: checking for int" >&5
14781 echo $ECHO_N "checking for int... $ECHO_C" >&6
14782 if test "${ac_cv_type_int+set}" = set; then
14783 echo $ECHO_N "(cached) $ECHO_C" >&6
14785 cat >conftest.
$ac_ext <<_ACEOF
14786 #line $LINENO "configure"
14789 cat confdefs.h
>>conftest.
$ac_ext
14790 cat >>conftest.
$ac_ext <<_ACEOF
14791 /* end confdefs.h. */
14792 $ac_includes_default
14804 rm -f conftest.
$ac_objext
14805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14806 (eval $ac_compile) 2>&5
14808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14809 (exit $ac_status); } &&
14810 { ac_try
='test -s conftest.$ac_objext'
14811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14812 (eval $ac_try) 2>&5
14814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14815 (exit $ac_status); }; }; then
14818 echo "$as_me: failed program was:" >&5
14819 sed 's/^/| /' conftest.
$ac_ext >&5
14823 rm -f conftest.
$ac_objext conftest.
$ac_ext
14825 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
14826 echo "${ECHO_T}$ac_cv_type_int" >&6
14828 echo "$as_me:$LINENO: checking size of int" >&5
14829 echo $ECHO_N "checking size of int... $ECHO_C" >&6
14830 if test "${ac_cv_sizeof_int+set}" = set; then
14831 echo $ECHO_N "(cached) $ECHO_C" >&6
14833 if test "$ac_cv_type_int" = yes; then
14834 # The cast to unsigned long works around a bug in the HP C Compiler
14835 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14836 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14837 # This bug is HP SR number 8606223364.
14838 if test "$cross_compiling" = yes; then
14839 # Depending upon the size, compute the lo and hi bounds.
14840 cat >conftest.
$ac_ext <<_ACEOF
14841 #line $LINENO "configure"
14844 cat confdefs.h
>>conftest.
$ac_ext
14845 cat >>conftest.
$ac_ext <<_ACEOF
14846 /* end confdefs.h. */
14847 $ac_includes_default
14851 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
14858 rm -f conftest.
$ac_objext
14859 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14860 (eval $ac_compile) 2>&5
14862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14863 (exit $ac_status); } &&
14864 { ac_try
='test -s conftest.$ac_objext'
14865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14866 (eval $ac_try) 2>&5
14868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14869 (exit $ac_status); }; }; then
14872 cat >conftest.
$ac_ext <<_ACEOF
14873 #line $LINENO "configure"
14876 cat confdefs.h
>>conftest.
$ac_ext
14877 cat >>conftest.
$ac_ext <<_ACEOF
14878 /* end confdefs.h. */
14879 $ac_includes_default
14883 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14890 rm -f conftest.
$ac_objext
14891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14892 (eval $ac_compile) 2>&5
14894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14895 (exit $ac_status); } &&
14896 { ac_try
='test -s conftest.$ac_objext'
14897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14898 (eval $ac_try) 2>&5
14900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14901 (exit $ac_status); }; }; then
14902 ac_hi
=$ac_mid; break
14904 echo "$as_me: failed program was:" >&5
14905 sed 's/^/| /' conftest.
$ac_ext >&5
14907 ac_lo
=`expr $ac_mid + 1`
14908 if test $ac_lo -le $ac_mid; then
14912 ac_mid
=`expr 2 '*' $ac_mid + 1`
14914 rm -f conftest.
$ac_objext conftest.
$ac_ext
14917 echo "$as_me: failed program was:" >&5
14918 sed 's/^/| /' conftest.
$ac_ext >&5
14920 cat >conftest.
$ac_ext <<_ACEOF
14921 #line $LINENO "configure"
14924 cat confdefs.h
>>conftest.
$ac_ext
14925 cat >>conftest.
$ac_ext <<_ACEOF
14926 /* end confdefs.h. */
14927 $ac_includes_default
14931 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
14938 rm -f conftest.
$ac_objext
14939 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14940 (eval $ac_compile) 2>&5
14942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14943 (exit $ac_status); } &&
14944 { ac_try
='test -s conftest.$ac_objext'
14945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14946 (eval $ac_try) 2>&5
14948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14949 (exit $ac_status); }; }; then
14952 cat >conftest.
$ac_ext <<_ACEOF
14953 #line $LINENO "configure"
14956 cat confdefs.h
>>conftest.
$ac_ext
14957 cat >>conftest.
$ac_ext <<_ACEOF
14958 /* end confdefs.h. */
14959 $ac_includes_default
14963 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
14970 rm -f conftest.
$ac_objext
14971 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14972 (eval $ac_compile) 2>&5
14974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14975 (exit $ac_status); } &&
14976 { ac_try
='test -s conftest.$ac_objext'
14977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14978 (eval $ac_try) 2>&5
14980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14981 (exit $ac_status); }; }; then
14982 ac_lo
=$ac_mid; break
14984 echo "$as_me: failed program was:" >&5
14985 sed 's/^/| /' conftest.
$ac_ext >&5
14987 ac_hi
=`expr '(' $ac_mid ')' - 1`
14988 if test $ac_mid -le $ac_hi; then
14992 ac_mid
=`expr 2 '*' $ac_mid`
14994 rm -f conftest.
$ac_objext conftest.
$ac_ext
14997 echo "$as_me: failed program was:" >&5
14998 sed 's/^/| /' conftest.
$ac_ext >&5
15002 rm -f conftest.
$ac_objext conftest.
$ac_ext
15004 rm -f conftest.
$ac_objext conftest.
$ac_ext
15005 # Binary search between lo and hi bounds.
15006 while test "x$ac_lo" != "x$ac_hi"; do
15007 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15008 cat >conftest.
$ac_ext <<_ACEOF
15009 #line $LINENO "configure"
15012 cat confdefs.h
>>conftest.
$ac_ext
15013 cat >>conftest.
$ac_ext <<_ACEOF
15014 /* end confdefs.h. */
15015 $ac_includes_default
15019 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15026 rm -f conftest.
$ac_objext
15027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15028 (eval $ac_compile) 2>&5
15030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15031 (exit $ac_status); } &&
15032 { ac_try
='test -s conftest.$ac_objext'
15033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15034 (eval $ac_try) 2>&5
15036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15037 (exit $ac_status); }; }; then
15040 echo "$as_me: failed program was:" >&5
15041 sed 's/^/| /' conftest.
$ac_ext >&5
15043 ac_lo
=`expr '(' $ac_mid ')' + 1`
15045 rm -f conftest.
$ac_objext conftest.
$ac_ext
15048 ?
*) ac_cv_sizeof_int
=$ac_lo;;
15049 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15050 See \`config.log' for more details." >&5
15051 echo "$as_me: error: cannot compute sizeof (int), 77
15052 See \`config.log' for more details." >&2;}
15053 { (exit 1); exit 1; }; } ;;
15056 if test "$cross_compiling" = yes; then
15057 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15058 See \`config.log' for more details." >&5
15059 echo "$as_me: error: cannot run test program while cross compiling
15060 See \`config.log' for more details." >&2;}
15061 { (exit 1); exit 1; }; }
15063 cat >conftest.
$ac_ext <<_ACEOF
15064 #line $LINENO "configure"
15067 cat confdefs.h
>>conftest.
$ac_ext
15068 cat >>conftest.
$ac_ext <<_ACEOF
15069 /* end confdefs.h. */
15070 $ac_includes_default
15071 long longval () { return (long) (sizeof (int)); }
15072 unsigned long ulongval () { return (long) (sizeof (int)); }
15074 #include <stdlib.h>
15079 FILE *f = fopen ("conftest.val", "w");
15082 if (((long) (sizeof (int))) < 0)
15084 long i = longval ();
15085 if (i != ((long) (sizeof (int))))
15087 fprintf (f, "%ld\n", i);
15091 unsigned long i = ulongval ();
15092 if (i != ((long) (sizeof (int))))
15094 fprintf (f, "%lu\n", i);
15096 exit (ferror (f) || fclose (f) != 0);
15102 rm -f conftest
$ac_exeext
15103 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15104 (eval $ac_link) 2>&5
15106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15107 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15109 (eval $ac_try) 2>&5
15111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15112 (exit $ac_status); }; }; then
15113 ac_cv_sizeof_int
=`cat conftest.val`
15115 echo "$as_me: program exited with status $ac_status" >&5
15116 echo "$as_me: failed program was:" >&5
15117 sed 's/^/| /' conftest.
$ac_ext >&5
15119 ( exit $ac_status )
15120 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15121 See \`config.log' for more details." >&5
15122 echo "$as_me: error: cannot compute sizeof (int), 77
15123 See \`config.log' for more details." >&2;}
15124 { (exit 1); exit 1; }; }
15126 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15134 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15135 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15136 cat >>confdefs.h
<<_ACEOF
15137 #define SIZEOF_INT $ac_cv_sizeof_int
15141 echo "$as_me:$LINENO: checking for long" >&5
15142 echo $ECHO_N "checking for long... $ECHO_C" >&6
15143 if test "${ac_cv_type_long+set}" = set; then
15144 echo $ECHO_N "(cached) $ECHO_C" >&6
15146 cat >conftest.
$ac_ext <<_ACEOF
15147 #line $LINENO "configure"
15150 cat confdefs.h
>>conftest.
$ac_ext
15151 cat >>conftest.
$ac_ext <<_ACEOF
15152 /* end confdefs.h. */
15153 $ac_includes_default
15165 rm -f conftest.
$ac_objext
15166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15167 (eval $ac_compile) 2>&5
15169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15170 (exit $ac_status); } &&
15171 { ac_try
='test -s conftest.$ac_objext'
15172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15173 (eval $ac_try) 2>&5
15175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15176 (exit $ac_status); }; }; then
15177 ac_cv_type_long
=yes
15179 echo "$as_me: failed program was:" >&5
15180 sed 's/^/| /' conftest.
$ac_ext >&5
15184 rm -f conftest.
$ac_objext conftest.
$ac_ext
15186 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15187 echo "${ECHO_T}$ac_cv_type_long" >&6
15189 echo "$as_me:$LINENO: checking size of long" >&5
15190 echo $ECHO_N "checking size of long... $ECHO_C" >&6
15191 if test "${ac_cv_sizeof_long+set}" = set; then
15192 echo $ECHO_N "(cached) $ECHO_C" >&6
15194 if test "$ac_cv_type_long" = yes; then
15195 # The cast to unsigned long works around a bug in the HP C Compiler
15196 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15197 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15198 # This bug is HP SR number 8606223364.
15199 if test "$cross_compiling" = yes; then
15200 # Depending upon the size, compute the lo and hi bounds.
15201 cat >conftest.
$ac_ext <<_ACEOF
15202 #line $LINENO "configure"
15205 cat confdefs.h
>>conftest.
$ac_ext
15206 cat >>conftest.
$ac_ext <<_ACEOF
15207 /* end confdefs.h. */
15208 $ac_includes_default
15212 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15219 rm -f conftest.
$ac_objext
15220 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15221 (eval $ac_compile) 2>&5
15223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15224 (exit $ac_status); } &&
15225 { ac_try
='test -s conftest.$ac_objext'
15226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15227 (eval $ac_try) 2>&5
15229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15230 (exit $ac_status); }; }; then
15233 cat >conftest.
$ac_ext <<_ACEOF
15234 #line $LINENO "configure"
15237 cat confdefs.h
>>conftest.
$ac_ext
15238 cat >>conftest.
$ac_ext <<_ACEOF
15239 /* end confdefs.h. */
15240 $ac_includes_default
15244 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15251 rm -f conftest.
$ac_objext
15252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15253 (eval $ac_compile) 2>&5
15255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15256 (exit $ac_status); } &&
15257 { ac_try
='test -s conftest.$ac_objext'
15258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15259 (eval $ac_try) 2>&5
15261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262 (exit $ac_status); }; }; then
15263 ac_hi
=$ac_mid; break
15265 echo "$as_me: failed program was:" >&5
15266 sed 's/^/| /' conftest.
$ac_ext >&5
15268 ac_lo
=`expr $ac_mid + 1`
15269 if test $ac_lo -le $ac_mid; then
15273 ac_mid
=`expr 2 '*' $ac_mid + 1`
15275 rm -f conftest.
$ac_objext conftest.
$ac_ext
15278 echo "$as_me: failed program was:" >&5
15279 sed 's/^/| /' conftest.
$ac_ext >&5
15281 cat >conftest.
$ac_ext <<_ACEOF
15282 #line $LINENO "configure"
15285 cat confdefs.h
>>conftest.
$ac_ext
15286 cat >>conftest.
$ac_ext <<_ACEOF
15287 /* end confdefs.h. */
15288 $ac_includes_default
15292 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
15299 rm -f conftest.
$ac_objext
15300 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15301 (eval $ac_compile) 2>&5
15303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15304 (exit $ac_status); } &&
15305 { ac_try
='test -s conftest.$ac_objext'
15306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15307 (eval $ac_try) 2>&5
15309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15310 (exit $ac_status); }; }; then
15313 cat >conftest.
$ac_ext <<_ACEOF
15314 #line $LINENO "configure"
15317 cat confdefs.h
>>conftest.
$ac_ext
15318 cat >>conftest.
$ac_ext <<_ACEOF
15319 /* end confdefs.h. */
15320 $ac_includes_default
15324 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
15331 rm -f conftest.
$ac_objext
15332 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15333 (eval $ac_compile) 2>&5
15335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15336 (exit $ac_status); } &&
15337 { ac_try
='test -s conftest.$ac_objext'
15338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15339 (eval $ac_try) 2>&5
15341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15342 (exit $ac_status); }; }; then
15343 ac_lo
=$ac_mid; break
15345 echo "$as_me: failed program was:" >&5
15346 sed 's/^/| /' conftest.
$ac_ext >&5
15348 ac_hi
=`expr '(' $ac_mid ')' - 1`
15349 if test $ac_mid -le $ac_hi; then
15353 ac_mid
=`expr 2 '*' $ac_mid`
15355 rm -f conftest.
$ac_objext conftest.
$ac_ext
15358 echo "$as_me: failed program was:" >&5
15359 sed 's/^/| /' conftest.
$ac_ext >&5
15363 rm -f conftest.
$ac_objext conftest.
$ac_ext
15365 rm -f conftest.
$ac_objext conftest.
$ac_ext
15366 # Binary search between lo and hi bounds.
15367 while test "x$ac_lo" != "x$ac_hi"; do
15368 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15369 cat >conftest.
$ac_ext <<_ACEOF
15370 #line $LINENO "configure"
15373 cat confdefs.h
>>conftest.
$ac_ext
15374 cat >>conftest.
$ac_ext <<_ACEOF
15375 /* end confdefs.h. */
15376 $ac_includes_default
15380 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15387 rm -f conftest.
$ac_objext
15388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15389 (eval $ac_compile) 2>&5
15391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15392 (exit $ac_status); } &&
15393 { ac_try
='test -s conftest.$ac_objext'
15394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15395 (eval $ac_try) 2>&5
15397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15398 (exit $ac_status); }; }; then
15401 echo "$as_me: failed program was:" >&5
15402 sed 's/^/| /' conftest.
$ac_ext >&5
15404 ac_lo
=`expr '(' $ac_mid ')' + 1`
15406 rm -f conftest.
$ac_objext conftest.
$ac_ext
15409 ?
*) ac_cv_sizeof_long
=$ac_lo;;
15410 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15411 See \`config.log' for more details." >&5
15412 echo "$as_me: error: cannot compute sizeof (long), 77
15413 See \`config.log' for more details." >&2;}
15414 { (exit 1); exit 1; }; } ;;
15417 if test "$cross_compiling" = yes; then
15418 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15419 See \`config.log' for more details." >&5
15420 echo "$as_me: error: cannot run test program while cross compiling
15421 See \`config.log' for more details." >&2;}
15422 { (exit 1); exit 1; }; }
15424 cat >conftest.
$ac_ext <<_ACEOF
15425 #line $LINENO "configure"
15428 cat confdefs.h
>>conftest.
$ac_ext
15429 cat >>conftest.
$ac_ext <<_ACEOF
15430 /* end confdefs.h. */
15431 $ac_includes_default
15432 long longval () { return (long) (sizeof (long)); }
15433 unsigned long ulongval () { return (long) (sizeof (long)); }
15435 #include <stdlib.h>
15440 FILE *f = fopen ("conftest.val", "w");
15443 if (((long) (sizeof (long))) < 0)
15445 long i = longval ();
15446 if (i != ((long) (sizeof (long))))
15448 fprintf (f, "%ld\n", i);
15452 unsigned long i = ulongval ();
15453 if (i != ((long) (sizeof (long))))
15455 fprintf (f, "%lu\n", i);
15457 exit (ferror (f) || fclose (f) != 0);
15463 rm -f conftest
$ac_exeext
15464 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15465 (eval $ac_link) 2>&5
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15470 (eval $ac_try) 2>&5
15472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15473 (exit $ac_status); }; }; then
15474 ac_cv_sizeof_long
=`cat conftest.val`
15476 echo "$as_me: program exited with status $ac_status" >&5
15477 echo "$as_me: failed program was:" >&5
15478 sed 's/^/| /' conftest.
$ac_ext >&5
15480 ( exit $ac_status )
15481 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15482 See \`config.log' for more details." >&5
15483 echo "$as_me: error: cannot compute sizeof (long), 77
15484 See \`config.log' for more details." >&2;}
15485 { (exit 1); exit 1; }; }
15487 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15492 ac_cv_sizeof_long
=0
15495 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
15496 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
15497 cat >>confdefs.h
<<_ACEOF
15498 #define SIZEOF_LONG $ac_cv_sizeof_long
15505 echo "$as_me:$LINENO: checking for long long" >&5
15506 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15507 if test "${ac_cv_type_long_long+set}" = set; then
15508 echo $ECHO_N "(cached) $ECHO_C" >&6
15510 cat >conftest.
$ac_ext <<_ACEOF
15511 #line $LINENO "configure"
15514 cat confdefs.h
>>conftest.
$ac_ext
15515 cat >>conftest.
$ac_ext <<_ACEOF
15516 /* end confdefs.h. */
15517 $ac_includes_default
15521 if ((long long *) 0)
15523 if (sizeof (long long))
15529 rm -f conftest.
$ac_objext
15530 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15531 (eval $ac_compile) 2>&5
15533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15534 (exit $ac_status); } &&
15535 { ac_try
='test -s conftest.$ac_objext'
15536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15537 (eval $ac_try) 2>&5
15539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15540 (exit $ac_status); }; }; then
15541 ac_cv_type_long_long
=yes
15543 echo "$as_me: failed program was:" >&5
15544 sed 's/^/| /' conftest.
$ac_ext >&5
15546 ac_cv_type_long_long
=no
15548 rm -f conftest.
$ac_objext conftest.
$ac_ext
15550 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15551 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15553 echo "$as_me:$LINENO: checking size of long long" >&5
15554 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15555 if test "${ac_cv_sizeof_long_long+set}" = set; then
15556 echo $ECHO_N "(cached) $ECHO_C" >&6
15558 if test "$ac_cv_type_long_long" = yes; then
15559 # The cast to unsigned long works around a bug in the HP C Compiler
15560 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15561 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15562 # This bug is HP SR number 8606223364.
15563 if test "$cross_compiling" = yes; then
15564 # Depending upon the size, compute the lo and hi bounds.
15565 cat >conftest.
$ac_ext <<_ACEOF
15566 #line $LINENO "configure"
15569 cat confdefs.h
>>conftest.
$ac_ext
15570 cat >>conftest.
$ac_ext <<_ACEOF
15571 /* end confdefs.h. */
15572 $ac_includes_default
15576 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15583 rm -f conftest.
$ac_objext
15584 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15585 (eval $ac_compile) 2>&5
15587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15588 (exit $ac_status); } &&
15589 { ac_try
='test -s conftest.$ac_objext'
15590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15591 (eval $ac_try) 2>&5
15593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15594 (exit $ac_status); }; }; then
15597 cat >conftest.
$ac_ext <<_ACEOF
15598 #line $LINENO "configure"
15601 cat confdefs.h
>>conftest.
$ac_ext
15602 cat >>conftest.
$ac_ext <<_ACEOF
15603 /* end confdefs.h. */
15604 $ac_includes_default
15608 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15615 rm -f conftest.
$ac_objext
15616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15617 (eval $ac_compile) 2>&5
15619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15620 (exit $ac_status); } &&
15621 { ac_try
='test -s conftest.$ac_objext'
15622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15623 (eval $ac_try) 2>&5
15625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15626 (exit $ac_status); }; }; then
15627 ac_hi
=$ac_mid; break
15629 echo "$as_me: failed program was:" >&5
15630 sed 's/^/| /' conftest.
$ac_ext >&5
15632 ac_lo
=`expr $ac_mid + 1`
15633 if test $ac_lo -le $ac_mid; then
15637 ac_mid
=`expr 2 '*' $ac_mid + 1`
15639 rm -f conftest.
$ac_objext conftest.
$ac_ext
15642 echo "$as_me: failed program was:" >&5
15643 sed 's/^/| /' conftest.
$ac_ext >&5
15645 cat >conftest.
$ac_ext <<_ACEOF
15646 #line $LINENO "configure"
15649 cat confdefs.h
>>conftest.
$ac_ext
15650 cat >>conftest.
$ac_ext <<_ACEOF
15651 /* end confdefs.h. */
15652 $ac_includes_default
15656 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15663 rm -f conftest.
$ac_objext
15664 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15665 (eval $ac_compile) 2>&5
15667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15668 (exit $ac_status); } &&
15669 { ac_try
='test -s conftest.$ac_objext'
15670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15671 (eval $ac_try) 2>&5
15673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15674 (exit $ac_status); }; }; then
15677 cat >conftest.
$ac_ext <<_ACEOF
15678 #line $LINENO "configure"
15681 cat confdefs.h
>>conftest.
$ac_ext
15682 cat >>conftest.
$ac_ext <<_ACEOF
15683 /* end confdefs.h. */
15684 $ac_includes_default
15688 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15695 rm -f conftest.
$ac_objext
15696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15697 (eval $ac_compile) 2>&5
15699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15700 (exit $ac_status); } &&
15701 { ac_try
='test -s conftest.$ac_objext'
15702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15703 (eval $ac_try) 2>&5
15705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15706 (exit $ac_status); }; }; then
15707 ac_lo
=$ac_mid; break
15709 echo "$as_me: failed program was:" >&5
15710 sed 's/^/| /' conftest.
$ac_ext >&5
15712 ac_hi
=`expr '(' $ac_mid ')' - 1`
15713 if test $ac_mid -le $ac_hi; then
15717 ac_mid
=`expr 2 '*' $ac_mid`
15719 rm -f conftest.
$ac_objext conftest.
$ac_ext
15722 echo "$as_me: failed program was:" >&5
15723 sed 's/^/| /' conftest.
$ac_ext >&5
15727 rm -f conftest.
$ac_objext conftest.
$ac_ext
15729 rm -f conftest.
$ac_objext conftest.
$ac_ext
15730 # Binary search between lo and hi bounds.
15731 while test "x$ac_lo" != "x$ac_hi"; do
15732 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15733 cat >conftest.
$ac_ext <<_ACEOF
15734 #line $LINENO "configure"
15737 cat confdefs.h
>>conftest.
$ac_ext
15738 cat >>conftest.
$ac_ext <<_ACEOF
15739 /* end confdefs.h. */
15740 $ac_includes_default
15744 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15751 rm -f conftest.
$ac_objext
15752 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15753 (eval $ac_compile) 2>&5
15755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15756 (exit $ac_status); } &&
15757 { ac_try
='test -s conftest.$ac_objext'
15758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15759 (eval $ac_try) 2>&5
15761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762 (exit $ac_status); }; }; then
15765 echo "$as_me: failed program was:" >&5
15766 sed 's/^/| /' conftest.
$ac_ext >&5
15768 ac_lo
=`expr '(' $ac_mid ')' + 1`
15770 rm -f conftest.
$ac_objext conftest.
$ac_ext
15773 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
15774 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15775 See \`config.log' for more details." >&5
15776 echo "$as_me: error: cannot compute sizeof (long long), 77
15777 See \`config.log' for more details." >&2;}
15778 { (exit 1); exit 1; }; } ;;
15781 if test "$cross_compiling" = yes; then
15782 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15783 See \`config.log' for more details." >&5
15784 echo "$as_me: error: cannot run test program while cross compiling
15785 See \`config.log' for more details." >&2;}
15786 { (exit 1); exit 1; }; }
15788 cat >conftest.
$ac_ext <<_ACEOF
15789 #line $LINENO "configure"
15792 cat confdefs.h
>>conftest.
$ac_ext
15793 cat >>conftest.
$ac_ext <<_ACEOF
15794 /* end confdefs.h. */
15795 $ac_includes_default
15796 long longval () { return (long) (sizeof (long long)); }
15797 unsigned long ulongval () { return (long) (sizeof (long long)); }
15799 #include <stdlib.h>
15804 FILE *f = fopen ("conftest.val", "w");
15807 if (((long) (sizeof (long long))) < 0)
15809 long i = longval ();
15810 if (i != ((long) (sizeof (long long))))
15812 fprintf (f, "%ld\n", i);
15816 unsigned long i = ulongval ();
15817 if (i != ((long) (sizeof (long long))))
15819 fprintf (f, "%lu\n", i);
15821 exit (ferror (f) || fclose (f) != 0);
15827 rm -f conftest
$ac_exeext
15828 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15829 (eval $ac_link) 2>&5
15831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15832 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15834 (eval $ac_try) 2>&5
15836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15837 (exit $ac_status); }; }; then
15838 ac_cv_sizeof_long_long
=`cat conftest.val`
15840 echo "$as_me: program exited with status $ac_status" >&5
15841 echo "$as_me: failed program was:" >&5
15842 sed 's/^/| /' conftest.
$ac_ext >&5
15844 ( exit $ac_status )
15845 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15846 See \`config.log' for more details." >&5
15847 echo "$as_me: error: cannot compute sizeof (long long), 77
15848 See \`config.log' for more details." >&2;}
15849 { (exit 1); exit 1; }; }
15851 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15856 ac_cv_sizeof_long_long
=0
15859 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
15860 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
15861 cat >>confdefs.h
<<_ACEOF
15862 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
15868 echo "$as_me:$LINENO: checking for long long" >&5
15869 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15870 if test "${ac_cv_type_long_long+set}" = set; then
15871 echo $ECHO_N "(cached) $ECHO_C" >&6
15873 cat >conftest.
$ac_ext <<_ACEOF
15874 #line $LINENO "configure"
15877 cat confdefs.h
>>conftest.
$ac_ext
15878 cat >>conftest.
$ac_ext <<_ACEOF
15879 /* end confdefs.h. */
15880 $ac_includes_default
15884 if ((long long *) 0)
15886 if (sizeof (long long))
15892 rm -f conftest.
$ac_objext
15893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15894 (eval $ac_compile) 2>&5
15896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15897 (exit $ac_status); } &&
15898 { ac_try
='test -s conftest.$ac_objext'
15899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15900 (eval $ac_try) 2>&5
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); }; }; then
15904 ac_cv_type_long_long
=yes
15906 echo "$as_me: failed program was:" >&5
15907 sed 's/^/| /' conftest.
$ac_ext >&5
15909 ac_cv_type_long_long
=no
15911 rm -f conftest.
$ac_objext conftest.
$ac_ext
15913 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15914 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15916 echo "$as_me:$LINENO: checking size of long long" >&5
15917 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15918 if test "${ac_cv_sizeof_long_long+set}" = set; then
15919 echo $ECHO_N "(cached) $ECHO_C" >&6
15921 if test "$ac_cv_type_long_long" = yes; then
15922 # The cast to unsigned long works around a bug in the HP C Compiler
15923 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15924 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15925 # This bug is HP SR number 8606223364.
15926 if test "$cross_compiling" = yes; then
15927 # Depending upon the size, compute the lo and hi bounds.
15928 cat >conftest.
$ac_ext <<_ACEOF
15929 #line $LINENO "configure"
15932 cat confdefs.h
>>conftest.
$ac_ext
15933 cat >>conftest.
$ac_ext <<_ACEOF
15934 /* end confdefs.h. */
15935 $ac_includes_default
15939 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15946 rm -f conftest.
$ac_objext
15947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15948 (eval $ac_compile) 2>&5
15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15951 (exit $ac_status); } &&
15952 { ac_try
='test -s conftest.$ac_objext'
15953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15954 (eval $ac_try) 2>&5
15956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15957 (exit $ac_status); }; }; then
15960 cat >conftest.
$ac_ext <<_ACEOF
15961 #line $LINENO "configure"
15964 cat confdefs.h
>>conftest.
$ac_ext
15965 cat >>conftest.
$ac_ext <<_ACEOF
15966 /* end confdefs.h. */
15967 $ac_includes_default
15971 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15978 rm -f conftest.
$ac_objext
15979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15980 (eval $ac_compile) 2>&5
15982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15983 (exit $ac_status); } &&
15984 { ac_try
='test -s conftest.$ac_objext'
15985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15986 (eval $ac_try) 2>&5
15988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15989 (exit $ac_status); }; }; then
15990 ac_hi
=$ac_mid; break
15992 echo "$as_me: failed program was:" >&5
15993 sed 's/^/| /' conftest.
$ac_ext >&5
15995 ac_lo
=`expr $ac_mid + 1`
15996 if test $ac_lo -le $ac_mid; then
16000 ac_mid
=`expr 2 '*' $ac_mid + 1`
16002 rm -f conftest.
$ac_objext conftest.
$ac_ext
16005 echo "$as_me: failed program was:" >&5
16006 sed 's/^/| /' conftest.
$ac_ext >&5
16008 cat >conftest.
$ac_ext <<_ACEOF
16009 #line $LINENO "configure"
16012 cat confdefs.h
>>conftest.
$ac_ext
16013 cat >>conftest.
$ac_ext <<_ACEOF
16014 /* end confdefs.h. */
16015 $ac_includes_default
16019 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16026 rm -f conftest.
$ac_objext
16027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16028 (eval $ac_compile) 2>&5
16030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16031 (exit $ac_status); } &&
16032 { ac_try
='test -s conftest.$ac_objext'
16033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16034 (eval $ac_try) 2>&5
16036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16037 (exit $ac_status); }; }; then
16040 cat >conftest.
$ac_ext <<_ACEOF
16041 #line $LINENO "configure"
16044 cat confdefs.h
>>conftest.
$ac_ext
16045 cat >>conftest.
$ac_ext <<_ACEOF
16046 /* end confdefs.h. */
16047 $ac_includes_default
16051 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16058 rm -f conftest.
$ac_objext
16059 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16060 (eval $ac_compile) 2>&5
16062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16063 (exit $ac_status); } &&
16064 { ac_try
='test -s conftest.$ac_objext'
16065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16066 (eval $ac_try) 2>&5
16068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16069 (exit $ac_status); }; }; then
16070 ac_lo
=$ac_mid; break
16072 echo "$as_me: failed program was:" >&5
16073 sed 's/^/| /' conftest.
$ac_ext >&5
16075 ac_hi
=`expr '(' $ac_mid ')' - 1`
16076 if test $ac_mid -le $ac_hi; then
16080 ac_mid
=`expr 2 '*' $ac_mid`
16082 rm -f conftest.
$ac_objext conftest.
$ac_ext
16085 echo "$as_me: failed program was:" >&5
16086 sed 's/^/| /' conftest.
$ac_ext >&5
16090 rm -f conftest.
$ac_objext conftest.
$ac_ext
16092 rm -f conftest.
$ac_objext conftest.
$ac_ext
16093 # Binary search between lo and hi bounds.
16094 while test "x$ac_lo" != "x$ac_hi"; do
16095 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16096 cat >conftest.
$ac_ext <<_ACEOF
16097 #line $LINENO "configure"
16100 cat confdefs.h
>>conftest.
$ac_ext
16101 cat >>conftest.
$ac_ext <<_ACEOF
16102 /* end confdefs.h. */
16103 $ac_includes_default
16107 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16114 rm -f conftest.
$ac_objext
16115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16116 (eval $ac_compile) 2>&5
16118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16119 (exit $ac_status); } &&
16120 { ac_try
='test -s conftest.$ac_objext'
16121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16122 (eval $ac_try) 2>&5
16124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16125 (exit $ac_status); }; }; then
16128 echo "$as_me: failed program was:" >&5
16129 sed 's/^/| /' conftest.
$ac_ext >&5
16131 ac_lo
=`expr '(' $ac_mid ')' + 1`
16133 rm -f conftest.
$ac_objext conftest.
$ac_ext
16136 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16137 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16138 See \`config.log' for more details." >&5
16139 echo "$as_me: error: cannot compute sizeof (long long), 77
16140 See \`config.log' for more details." >&2;}
16141 { (exit 1); exit 1; }; } ;;
16144 if test "$cross_compiling" = yes; then
16145 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16146 See \`config.log' for more details." >&5
16147 echo "$as_me: error: cannot run test program while cross compiling
16148 See \`config.log' for more details." >&2;}
16149 { (exit 1); exit 1; }; }
16151 cat >conftest.
$ac_ext <<_ACEOF
16152 #line $LINENO "configure"
16155 cat confdefs.h
>>conftest.
$ac_ext
16156 cat >>conftest.
$ac_ext <<_ACEOF
16157 /* end confdefs.h. */
16158 $ac_includes_default
16159 long longval () { return (long) (sizeof (long long)); }
16160 unsigned long ulongval () { return (long) (sizeof (long long)); }
16162 #include <stdlib.h>
16167 FILE *f = fopen ("conftest.val", "w");
16170 if (((long) (sizeof (long long))) < 0)
16172 long i = longval ();
16173 if (i != ((long) (sizeof (long long))))
16175 fprintf (f, "%ld\n", i);
16179 unsigned long i = ulongval ();
16180 if (i != ((long) (sizeof (long long))))
16182 fprintf (f, "%lu\n", i);
16184 exit (ferror (f) || fclose (f) != 0);
16190 rm -f conftest
$ac_exeext
16191 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16192 (eval $ac_link) 2>&5
16194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16195 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16197 (eval $ac_try) 2>&5
16199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16200 (exit $ac_status); }; }; then
16201 ac_cv_sizeof_long_long
=`cat conftest.val`
16203 echo "$as_me: program exited with status $ac_status" >&5
16204 echo "$as_me: failed program was:" >&5
16205 sed 's/^/| /' conftest.
$ac_ext >&5
16207 ( exit $ac_status )
16208 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16209 See \`config.log' for more details." >&5
16210 echo "$as_me: error: cannot compute sizeof (long long), 77
16211 See \`config.log' for more details." >&2;}
16212 { (exit 1); exit 1; }; }
16214 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16219 ac_cv_sizeof_long_long
=0
16222 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16223 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16224 cat >>confdefs.h
<<_ACEOF
16225 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16229 if test "$ac_cv_sizeof_long_long" != "0"; then
16230 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
16234 echo "$as_me:$LINENO: checking for long long" >&5
16235 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16236 if test "${ac_cv_type_long_long+set}" = set; then
16237 echo $ECHO_N "(cached) $ECHO_C" >&6
16239 cat >conftest.
$ac_ext <<_ACEOF
16240 #line $LINENO "configure"
16243 cat confdefs.h
>>conftest.
$ac_ext
16244 cat >>conftest.
$ac_ext <<_ACEOF
16245 /* end confdefs.h. */
16246 $ac_includes_default
16250 if ((long long *) 0)
16252 if (sizeof (long long))
16258 rm -f conftest.
$ac_objext
16259 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16260 (eval $ac_compile) 2>&5
16262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16263 (exit $ac_status); } &&
16264 { ac_try
='test -s conftest.$ac_objext'
16265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16266 (eval $ac_try) 2>&5
16268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16269 (exit $ac_status); }; }; then
16270 ac_cv_type_long_long
=yes
16272 echo "$as_me: failed program was:" >&5
16273 sed 's/^/| /' conftest.
$ac_ext >&5
16275 ac_cv_type_long_long
=no
16277 rm -f conftest.
$ac_objext conftest.
$ac_ext
16279 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16280 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16282 echo "$as_me:$LINENO: checking size of long long" >&5
16283 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16284 if test "${ac_cv_sizeof_long_long+set}" = set; then
16285 echo $ECHO_N "(cached) $ECHO_C" >&6
16287 if test "$ac_cv_type_long_long" = yes; then
16288 # The cast to unsigned long works around a bug in the HP C Compiler
16289 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16290 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16291 # This bug is HP SR number 8606223364.
16292 if test "$cross_compiling" = yes; then
16293 # Depending upon the size, compute the lo and hi bounds.
16294 cat >conftest.
$ac_ext <<_ACEOF
16295 #line $LINENO "configure"
16298 cat confdefs.h
>>conftest.
$ac_ext
16299 cat >>conftest.
$ac_ext <<_ACEOF
16300 /* end confdefs.h. */
16301 $ac_includes_default
16305 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16312 rm -f conftest.
$ac_objext
16313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16314 (eval $ac_compile) 2>&5
16316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16317 (exit $ac_status); } &&
16318 { ac_try
='test -s conftest.$ac_objext'
16319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16320 (eval $ac_try) 2>&5
16322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16323 (exit $ac_status); }; }; then
16326 cat >conftest.
$ac_ext <<_ACEOF
16327 #line $LINENO "configure"
16330 cat confdefs.h
>>conftest.
$ac_ext
16331 cat >>conftest.
$ac_ext <<_ACEOF
16332 /* end confdefs.h. */
16333 $ac_includes_default
16337 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16344 rm -f conftest.
$ac_objext
16345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16346 (eval $ac_compile) 2>&5
16348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16349 (exit $ac_status); } &&
16350 { ac_try
='test -s conftest.$ac_objext'
16351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16352 (eval $ac_try) 2>&5
16354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16355 (exit $ac_status); }; }; then
16356 ac_hi
=$ac_mid; break
16358 echo "$as_me: failed program was:" >&5
16359 sed 's/^/| /' conftest.
$ac_ext >&5
16361 ac_lo
=`expr $ac_mid + 1`
16362 if test $ac_lo -le $ac_mid; then
16366 ac_mid
=`expr 2 '*' $ac_mid + 1`
16368 rm -f conftest.
$ac_objext conftest.
$ac_ext
16371 echo "$as_me: failed program was:" >&5
16372 sed 's/^/| /' conftest.
$ac_ext >&5
16374 cat >conftest.
$ac_ext <<_ACEOF
16375 #line $LINENO "configure"
16378 cat confdefs.h
>>conftest.
$ac_ext
16379 cat >>conftest.
$ac_ext <<_ACEOF
16380 /* end confdefs.h. */
16381 $ac_includes_default
16385 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16392 rm -f conftest.
$ac_objext
16393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16394 (eval $ac_compile) 2>&5
16396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16397 (exit $ac_status); } &&
16398 { ac_try
='test -s conftest.$ac_objext'
16399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16400 (eval $ac_try) 2>&5
16402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16403 (exit $ac_status); }; }; then
16406 cat >conftest.
$ac_ext <<_ACEOF
16407 #line $LINENO "configure"
16410 cat confdefs.h
>>conftest.
$ac_ext
16411 cat >>conftest.
$ac_ext <<_ACEOF
16412 /* end confdefs.h. */
16413 $ac_includes_default
16417 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16424 rm -f conftest.
$ac_objext
16425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16426 (eval $ac_compile) 2>&5
16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); } &&
16430 { ac_try
='test -s conftest.$ac_objext'
16431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16432 (eval $ac_try) 2>&5
16434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16435 (exit $ac_status); }; }; then
16436 ac_lo
=$ac_mid; break
16438 echo "$as_me: failed program was:" >&5
16439 sed 's/^/| /' conftest.
$ac_ext >&5
16441 ac_hi
=`expr '(' $ac_mid ')' - 1`
16442 if test $ac_mid -le $ac_hi; then
16446 ac_mid
=`expr 2 '*' $ac_mid`
16448 rm -f conftest.
$ac_objext conftest.
$ac_ext
16451 echo "$as_me: failed program was:" >&5
16452 sed 's/^/| /' conftest.
$ac_ext >&5
16456 rm -f conftest.
$ac_objext conftest.
$ac_ext
16458 rm -f conftest.
$ac_objext conftest.
$ac_ext
16459 # Binary search between lo and hi bounds.
16460 while test "x$ac_lo" != "x$ac_hi"; do
16461 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16462 cat >conftest.
$ac_ext <<_ACEOF
16463 #line $LINENO "configure"
16466 cat confdefs.h
>>conftest.
$ac_ext
16467 cat >>conftest.
$ac_ext <<_ACEOF
16468 /* end confdefs.h. */
16469 $ac_includes_default
16473 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16480 rm -f conftest.
$ac_objext
16481 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16482 (eval $ac_compile) 2>&5
16484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16485 (exit $ac_status); } &&
16486 { ac_try
='test -s conftest.$ac_objext'
16487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16488 (eval $ac_try) 2>&5
16490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16491 (exit $ac_status); }; }; then
16494 echo "$as_me: failed program was:" >&5
16495 sed 's/^/| /' conftest.
$ac_ext >&5
16497 ac_lo
=`expr '(' $ac_mid ')' + 1`
16499 rm -f conftest.
$ac_objext conftest.
$ac_ext
16502 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16503 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16504 See \`config.log' for more details." >&5
16505 echo "$as_me: error: cannot compute sizeof (long long), 77
16506 See \`config.log' for more details." >&2;}
16507 { (exit 1); exit 1; }; } ;;
16510 if test "$cross_compiling" = yes; then
16511 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16512 See \`config.log' for more details." >&5
16513 echo "$as_me: error: cannot run test program while cross compiling
16514 See \`config.log' for more details." >&2;}
16515 { (exit 1); exit 1; }; }
16517 cat >conftest.
$ac_ext <<_ACEOF
16518 #line $LINENO "configure"
16521 cat confdefs.h
>>conftest.
$ac_ext
16522 cat >>conftest.
$ac_ext <<_ACEOF
16523 /* end confdefs.h. */
16524 $ac_includes_default
16525 long longval () { return (long) (sizeof (long long)); }
16526 unsigned long ulongval () { return (long) (sizeof (long long)); }
16528 #include <stdlib.h>
16533 FILE *f = fopen ("conftest.val", "w");
16536 if (((long) (sizeof (long long))) < 0)
16538 long i = longval ();
16539 if (i != ((long) (sizeof (long long))))
16541 fprintf (f, "%ld\n", i);
16545 unsigned long i = ulongval ();
16546 if (i != ((long) (sizeof (long long))))
16548 fprintf (f, "%lu\n", i);
16550 exit (ferror (f) || fclose (f) != 0);
16556 rm -f conftest
$ac_exeext
16557 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16558 (eval $ac_link) 2>&5
16560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16561 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16563 (eval $ac_try) 2>&5
16565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16566 (exit $ac_status); }; }; then
16567 ac_cv_sizeof_long_long
=`cat conftest.val`
16569 echo "$as_me: program exited with status $ac_status" >&5
16570 echo "$as_me: failed program was:" >&5
16571 sed 's/^/| /' conftest.
$ac_ext >&5
16573 ( exit $ac_status )
16574 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16575 See \`config.log' for more details." >&5
16576 echo "$as_me: error: cannot compute sizeof (long long), 77
16577 See \`config.log' for more details." >&2;}
16578 { (exit 1); exit 1; }; }
16580 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16585 ac_cv_sizeof_long_long
=0
16588 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16589 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16590 cat >>confdefs.h
<<_ACEOF
16591 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16597 echo "$as_me:$LINENO: checking size of wchar_t" >&5
16598 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
16599 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
16600 echo $ECHO_N "(cached) $ECHO_C" >&6
16603 if test "$cross_compiling" = yes; then
16607 wx_cv_sizeof_wchar_t
=0
16610 wx_cv_sizeof_wchar_t
=4
16616 cat >conftest.
$ac_ext <<_ACEOF
16617 #line $LINENO "configure"
16620 cat confdefs.h
>>conftest.
$ac_ext
16621 cat >>conftest.
$ac_ext <<_ACEOF
16622 /* end confdefs.h. */
16624 /* DJGPP only has fake wchar_t: */
16626 # error "fake wchar_t"
16628 #ifdef HAVE_WCHAR_H
16630 # include <stddef.h>
16632 # include <wchar.h>
16634 #ifdef HAVE_STDLIB_H
16635 # include <stdlib.h>
16640 FILE *f=fopen("conftestval", "w");
16642 fprintf(f, "%i", sizeof(wchar_t));
16647 rm -f conftest
$ac_exeext
16648 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16649 (eval $ac_link) 2>&5
16651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16654 (eval $ac_try) 2>&5
16656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16657 (exit $ac_status); }; }; then
16658 wx_cv_sizeof_wchar_t
=`cat conftestval`
16660 echo "$as_me: program exited with status $ac_status" >&5
16661 echo "$as_me: failed program was:" >&5
16662 sed 's/^/| /' conftest.
$ac_ext >&5
16664 ( exit $ac_status )
16665 wx_cv_sizeof_wchar_t
=0
16667 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16671 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
16672 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
16674 cat >>confdefs.h
<<_ACEOF
16675 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
16679 # Check whether --enable-largefile or --disable-largefile was given.
16680 if test "${enable_largefile+set}" = set; then
16681 enableval
="$enable_largefile"
16684 if test "$enable_largefile" != no
; then
16687 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
16688 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
16689 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
16690 echo $ECHO_N "(cached) $ECHO_C" >&6
16693 cat >conftest.
$ac_ext <<_ACEOF
16694 #line $LINENO "configure"
16697 cat confdefs.h
>>conftest.
$ac_ext
16698 cat >>conftest.
$ac_ext <<_ACEOF
16699 /* end confdefs.h. */
16700 #define _FILE_OFFSET_BITS 64
16701 #include <sys/types.h>
16706 unsigned int field: sizeof(off_t) == 8;
16713 rm -f conftest.
$ac_objext
16714 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16715 (eval $ac_compile) 2>&5
16717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16718 (exit $ac_status); } &&
16719 { ac_try
='test -s conftest.$ac_objext'
16720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16721 (eval $ac_try) 2>&5
16723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16724 (exit $ac_status); }; }; then
16725 ac_cv_sys_file_offset_bits
=64
16727 echo "$as_me: failed program was:" >&5
16728 sed 's/^/| /' conftest.
$ac_ext >&5
16730 ac_cv_sys_file_offset_bits
=no
16732 rm -f conftest.
$ac_objext conftest.
$ac_ext
16736 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
16737 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
16739 if test "$ac_cv_sys_file_offset_bits" != no
; then
16741 cat >>confdefs.h
<<_ACEOF
16742 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
16747 if test "x$wx_largefile" != "xyes"; then
16749 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
16750 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
16751 if test "${ac_cv_sys_large_files+set}" = set; then
16752 echo $ECHO_N "(cached) $ECHO_C" >&6
16755 cat >conftest.
$ac_ext <<_ACEOF
16756 #line $LINENO "configure"
16759 cat confdefs.h
>>conftest.
$ac_ext
16760 cat >>conftest.
$ac_ext <<_ACEOF
16761 /* end confdefs.h. */
16762 #define _LARGE_FILES 1
16763 #include <sys/types.h>
16768 unsigned int field: sizeof(off_t) == 8;
16775 rm -f conftest.
$ac_objext
16776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16777 (eval $ac_compile) 2>&5
16779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16780 (exit $ac_status); } &&
16781 { ac_try
='test -s conftest.$ac_objext'
16782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16783 (eval $ac_try) 2>&5
16785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786 (exit $ac_status); }; }; then
16787 ac_cv_sys_large_files
=1
16789 echo "$as_me: failed program was:" >&5
16790 sed 's/^/| /' conftest.
$ac_ext >&5
16792 ac_cv_sys_large_files
=no
16794 rm -f conftest.
$ac_objext conftest.
$ac_ext
16798 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
16799 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
16801 if test "$ac_cv_sys_large_files" != no
; then
16803 cat >>confdefs.h
<<_ACEOF
16804 #define _LARGE_FILES $ac_cv_sys_large_files
16811 echo "$as_me:$LINENO: checking if large file support is available" >&5
16812 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
16813 if test "x$wx_largefile" = "xyes"; then
16814 cat >>confdefs.h
<<\_ACEOF
16815 #define HAVE_LARGEFILE_SUPPORT 1
16819 echo "$as_me:$LINENO: result: $wx_largefile" >&5
16820 echo "${ECHO_T}$wx_largefile" >&6
16824 if test "x$wx_largefile" = "xyes"; then
16825 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
16826 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
16828 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
16830 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
16833 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
16834 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
16835 if test "${ac_cv_c_bigendian+set}" = set; then
16836 echo $ECHO_N "(cached) $ECHO_C" >&6
16838 ac_cv_c_bigendian
=unknown
16839 # See if sys/param.h defines the BYTE_ORDER macro.
16840 cat >conftest.
$ac_ext <<_ACEOF
16841 #line $LINENO "configure"
16844 cat confdefs.h
>>conftest.
$ac_ext
16845 cat >>conftest.
$ac_ext <<_ACEOF
16846 /* end confdefs.h. */
16847 #include <sys/types.h>
16848 #include <sys/param.h>
16853 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
16854 bogus endian macros
16860 rm -f conftest.
$ac_objext
16861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16862 (eval $ac_compile) 2>&5
16864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16865 (exit $ac_status); } &&
16866 { ac_try
='test -s conftest.$ac_objext'
16867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16868 (eval $ac_try) 2>&5
16870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871 (exit $ac_status); }; }; then
16872 # It does; now see whether it defined to BIG_ENDIAN or not.
16873 cat >conftest.
$ac_ext <<_ACEOF
16874 #line $LINENO "configure"
16877 cat confdefs.h
>>conftest.
$ac_ext
16878 cat >>conftest.
$ac_ext <<_ACEOF
16879 /* end confdefs.h. */
16880 #include <sys/types.h>
16881 #include <sys/param.h>
16886 #if BYTE_ORDER != BIG_ENDIAN
16893 rm -f conftest.
$ac_objext
16894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16895 (eval $ac_compile) 2>&5
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); } &&
16899 { ac_try
='test -s conftest.$ac_objext'
16900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16901 (eval $ac_try) 2>&5
16903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16904 (exit $ac_status); }; }; then
16905 ac_cv_c_bigendian
=yes
16907 echo "$as_me: failed program was:" >&5
16908 sed 's/^/| /' conftest.
$ac_ext >&5
16910 ac_cv_c_bigendian
=no
16912 rm -f conftest.
$ac_objext conftest.
$ac_ext
16914 echo "$as_me: failed program was:" >&5
16915 sed 's/^/| /' conftest.
$ac_ext >&5
16918 rm -f conftest.
$ac_objext conftest.
$ac_ext
16919 if test $ac_cv_c_bigendian = unknown
; then
16920 if test "$cross_compiling" = yes; then
16921 ac_cv_c_bigendian
=unknown
16923 cat >conftest.
$ac_ext <<_ACEOF
16924 #line $LINENO "configure"
16927 cat confdefs.h
>>conftest.
$ac_ext
16928 cat >>conftest.
$ac_ext <<_ACEOF
16929 /* end confdefs.h. */
16931 /* Are we little or big endian? From Harbison&Steele. */
16935 char c[sizeof (long)];
16938 exit (u.c[sizeof (long) - 1] == 1);
16941 rm -f conftest
$ac_exeext
16942 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16943 (eval $ac_link) 2>&5
16945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16946 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16948 (eval $ac_try) 2>&5
16950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16951 (exit $ac_status); }; }; then
16952 ac_cv_c_bigendian
=no
16954 echo "$as_me: program exited with status $ac_status" >&5
16955 echo "$as_me: failed program was:" >&5
16956 sed 's/^/| /' conftest.
$ac_ext >&5
16958 ( exit $ac_status )
16959 ac_cv_c_bigendian
=yes
16961 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16965 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
16966 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
16967 if test $ac_cv_c_bigendian = unknown
; then
16968 { 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
16969 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;}
16971 if test $ac_cv_c_bigendian = yes; then
16972 cat >>confdefs.h
<<\_ACEOF
16973 #define WORDS_BIGENDIAN 1
16981 ac_cpp
='$CXXCPP $CPPFLAGS'
16982 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16983 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16984 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
16985 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
16986 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
16987 if test -z "$CXXCPP"; then
16988 if test "${ac_cv_prog_CXXCPP+set}" = set; then
16989 echo $ECHO_N "(cached) $ECHO_C" >&6
16991 # Double quotes because CXXCPP needs to be expanded
16992 for CXXCPP
in "$CXX -E" "/lib/cpp"
16994 ac_preproc_ok
=false
16995 for ac_cxx_preproc_warn_flag
in '' yes
16997 # Use a header file that comes with gcc, so configuring glibc
16998 # with a fresh cross-compiler works.
16999 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17000 # <limits.h> exists even on freestanding compilers.
17001 # On the NeXT, cc -E runs the code through the compiler's parser,
17002 # not just through cpp. "Syntax error" is here to catch this case.
17003 cat >conftest.
$ac_ext <<_ACEOF
17004 #line $LINENO "configure"
17007 cat confdefs.h
>>conftest.
$ac_ext
17008 cat >>conftest.
$ac_ext <<_ACEOF
17009 /* end confdefs.h. */
17011 # include <limits.h>
17013 # include <assert.h>
17017 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17018 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17020 grep -v '^ *+' conftest.er1
>conftest.err
17022 cat conftest.err
>&5
17023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17024 (exit $ac_status); } >/dev
/null
; then
17025 if test -s conftest.err
; then
17026 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17033 if test -z "$ac_cpp_err"; then
17036 echo "$as_me: failed program was:" >&5
17037 sed 's/^/| /' conftest.
$ac_ext >&5
17039 # Broken: fails on valid input.
17042 rm -f conftest.err conftest.
$ac_ext
17044 # OK, works on sane cases. Now check whether non-existent headers
17045 # can be detected and how.
17046 cat >conftest.
$ac_ext <<_ACEOF
17047 #line $LINENO "configure"
17050 cat confdefs.h
>>conftest.
$ac_ext
17051 cat >>conftest.
$ac_ext <<_ACEOF
17052 /* end confdefs.h. */
17053 #include <ac_nonexistent.h>
17055 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17056 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17058 grep -v '^ *+' conftest.er1
>conftest.err
17060 cat conftest.err
>&5
17061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17062 (exit $ac_status); } >/dev
/null
; then
17063 if test -s conftest.err
; then
17064 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17071 if test -z "$ac_cpp_err"; then
17072 # Broken: success on invalid input.
17075 echo "$as_me: failed program was:" >&5
17076 sed 's/^/| /' conftest.
$ac_ext >&5
17078 # Passes both tests.
17082 rm -f conftest.err conftest.
$ac_ext
17085 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17086 rm -f conftest.err conftest.
$ac_ext
17087 if $ac_preproc_ok; then
17092 ac_cv_prog_CXXCPP
=$CXXCPP
17095 CXXCPP
=$ac_cv_prog_CXXCPP
17097 ac_cv_prog_CXXCPP
=$CXXCPP
17099 echo "$as_me:$LINENO: result: $CXXCPP" >&5
17100 echo "${ECHO_T}$CXXCPP" >&6
17101 ac_preproc_ok
=false
17102 for ac_cxx_preproc_warn_flag
in '' yes
17104 # Use a header file that comes with gcc, so configuring glibc
17105 # with a fresh cross-compiler works.
17106 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17107 # <limits.h> exists even on freestanding compilers.
17108 # On the NeXT, cc -E runs the code through the compiler's parser,
17109 # not just through cpp. "Syntax error" is here to catch this case.
17110 cat >conftest.
$ac_ext <<_ACEOF
17111 #line $LINENO "configure"
17114 cat confdefs.h
>>conftest.
$ac_ext
17115 cat >>conftest.
$ac_ext <<_ACEOF
17116 /* end confdefs.h. */
17118 # include <limits.h>
17120 # include <assert.h>
17124 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17125 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17127 grep -v '^ *+' conftest.er1
>conftest.err
17129 cat conftest.err
>&5
17130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17131 (exit $ac_status); } >/dev
/null
; then
17132 if test -s conftest.err
; then
17133 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17140 if test -z "$ac_cpp_err"; then
17143 echo "$as_me: failed program was:" >&5
17144 sed 's/^/| /' conftest.
$ac_ext >&5
17146 # Broken: fails on valid input.
17149 rm -f conftest.err conftest.
$ac_ext
17151 # OK, works on sane cases. Now check whether non-existent headers
17152 # can be detected and how.
17153 cat >conftest.
$ac_ext <<_ACEOF
17154 #line $LINENO "configure"
17157 cat confdefs.h
>>conftest.
$ac_ext
17158 cat >>conftest.
$ac_ext <<_ACEOF
17159 /* end confdefs.h. */
17160 #include <ac_nonexistent.h>
17162 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17163 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17165 grep -v '^ *+' conftest.er1
>conftest.err
17167 cat conftest.err
>&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } >/dev
/null
; then
17170 if test -s conftest.err
; then
17171 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17178 if test -z "$ac_cpp_err"; then
17179 # Broken: success on invalid input.
17182 echo "$as_me: failed program was:" >&5
17183 sed 's/^/| /' conftest.
$ac_ext >&5
17185 # Passes both tests.
17189 rm -f conftest.err conftest.
$ac_ext
17192 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17193 rm -f conftest.err conftest.
$ac_ext
17194 if $ac_preproc_ok; then
17197 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17198 See \`config.log' for more details." >&5
17199 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17200 See \`config.log' for more details." >&2;}
17201 { (exit 1); exit 1; }; }
17205 ac_cpp
='$CXXCPP $CPPFLAGS'
17206 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17207 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17208 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17212 if test "$cross_compiling" = "yes"; then
17213 cat >>confdefs.h
<<\_ACEOF
17214 #define wxUSE_IOSTREAMH 1
17221 ac_cpp
='$CXXCPP $CPPFLAGS'
17222 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17223 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17224 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17228 for ac_header
in iostream
17230 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17231 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17232 echo "$as_me:$LINENO: checking for $ac_header" >&5
17233 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17234 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17235 echo $ECHO_N "(cached) $ECHO_C" >&6
17237 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17238 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17240 # Is the header compilable?
17241 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17242 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17243 cat >conftest.
$ac_ext <<_ACEOF
17244 #line $LINENO "configure"
17247 cat confdefs.h
>>conftest.
$ac_ext
17248 cat >>conftest.
$ac_ext <<_ACEOF
17249 /* end confdefs.h. */
17250 $ac_includes_default
17251 #include <$ac_header>
17253 rm -f conftest.
$ac_objext
17254 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17255 (eval $ac_compile) 2>&5
17257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17258 (exit $ac_status); } &&
17259 { ac_try
='test -s conftest.$ac_objext'
17260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17261 (eval $ac_try) 2>&5
17263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17264 (exit $ac_status); }; }; then
17265 ac_header_compiler
=yes
17267 echo "$as_me: failed program was:" >&5
17268 sed 's/^/| /' conftest.
$ac_ext >&5
17270 ac_header_compiler
=no
17272 rm -f conftest.
$ac_objext conftest.
$ac_ext
17273 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17274 echo "${ECHO_T}$ac_header_compiler" >&6
17276 # Is the header present?
17277 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17278 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17279 cat >conftest.
$ac_ext <<_ACEOF
17280 #line $LINENO "configure"
17283 cat confdefs.h
>>conftest.
$ac_ext
17284 cat >>conftest.
$ac_ext <<_ACEOF
17285 /* end confdefs.h. */
17286 #include <$ac_header>
17288 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17289 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17291 grep -v '^ *+' conftest.er1
>conftest.err
17293 cat conftest.err
>&5
17294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17295 (exit $ac_status); } >/dev
/null
; then
17296 if test -s conftest.err
; then
17297 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17304 if test -z "$ac_cpp_err"; then
17305 ac_header_preproc
=yes
17307 echo "$as_me: failed program was:" >&5
17308 sed 's/^/| /' conftest.
$ac_ext >&5
17310 ac_header_preproc
=no
17312 rm -f conftest.err conftest.
$ac_ext
17313 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17314 echo "${ECHO_T}$ac_header_preproc" >&6
17316 # So? What about this header?
17317 case $ac_header_compiler:$ac_header_preproc in
17319 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17320 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17321 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17322 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17325 ## ------------------------------------ ##
17326 ## Report this to bug-autoconf@gnu.org. ##
17327 ## ------------------------------------ ##
17330 sed "s/^/$as_me: WARNING: /" >&2
17333 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17334 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17335 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17336 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17337 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17338 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17341 ## ------------------------------------ ##
17342 ## Report this to bug-autoconf@gnu.org. ##
17343 ## ------------------------------------ ##
17346 sed "s/^/$as_me: WARNING: /" >&2
17349 echo "$as_me:$LINENO: checking for $ac_header" >&5
17350 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17351 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17352 echo $ECHO_N "(cached) $ECHO_C" >&6
17354 eval "$as_ac_Header=$ac_header_preproc"
17356 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17357 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17360 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17361 cat >>confdefs.h
<<_ACEOF
17362 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17370 if test "$ac_cv_header_iostream" = "yes" ; then
17373 cat >>confdefs.h
<<\_ACEOF
17374 #define wxUSE_IOSTREAMH 1
17380 ac_cpp
='$CPP $CPPFLAGS'
17381 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17382 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17383 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17389 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
17390 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
17391 if test "${wx_cv_cpp_bool+set}" = set; then
17392 echo $ECHO_N "(cached) $ECHO_C" >&6
17398 ac_cpp
='$CXXCPP $CPPFLAGS'
17399 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17400 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17401 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17404 cat >conftest.
$ac_ext <<_ACEOF
17405 #line $LINENO "configure"
17408 cat confdefs.h
>>conftest.
$ac_ext
17409 cat >>conftest.
$ac_ext <<_ACEOF
17410 /* end confdefs.h. */
17425 rm -f conftest.
$ac_objext
17426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17427 (eval $ac_compile) 2>&5
17429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17430 (exit $ac_status); } &&
17431 { ac_try
='test -s conftest.$ac_objext'
17432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17433 (eval $ac_try) 2>&5
17435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17436 (exit $ac_status); }; }; then
17441 echo "$as_me: failed program was:" >&5
17442 sed 's/^/| /' conftest.
$ac_ext >&5
17449 rm -f conftest.
$ac_objext conftest.
$ac_ext
17452 ac_cpp
='$CPP $CPPFLAGS'
17453 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17454 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17455 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17459 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
17460 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
17462 if test "$wx_cv_cpp_bool" = "yes"; then
17463 cat >>confdefs.h
<<\_ACEOF
17464 #define HAVE_BOOL 1
17471 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
17472 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
17473 if test "${wx_cv_explicit+set}" = set; then
17474 echo $ECHO_N "(cached) $ECHO_C" >&6
17480 ac_cpp
='$CXXCPP $CPPFLAGS'
17481 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17482 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17483 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17486 cat >conftest.
$ac_ext <<_ACEOF
17487 #line $LINENO "configure"
17490 cat confdefs.h
>>conftest.
$ac_ext
17491 cat >>conftest.
$ac_ext <<_ACEOF
17492 /* end confdefs.h. */
17494 class Foo { public: explicit Foo(int) {} };
17506 rm -f conftest.
$ac_objext
17507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17508 (eval $ac_compile) 2>&5
17510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17511 (exit $ac_status); } &&
17512 { ac_try
='test -s conftest.$ac_objext'
17513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17514 (eval $ac_try) 2>&5
17516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17517 (exit $ac_status); }; }; then
17519 cat >conftest.
$ac_ext <<_ACEOF
17520 #line $LINENO "configure"
17523 cat confdefs.h
>>conftest.
$ac_ext
17524 cat >>conftest.
$ac_ext <<_ACEOF
17525 /* end confdefs.h. */
17527 class Foo { public: explicit Foo(int) {} };
17528 static void TakeFoo(const Foo& foo) { }
17541 rm -f conftest.
$ac_objext
17542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17543 (eval $ac_compile) 2>&5
17545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17546 (exit $ac_status); } &&
17547 { ac_try
='test -s conftest.$ac_objext'
17548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17549 (eval $ac_try) 2>&5
17551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17552 (exit $ac_status); }; }; then
17555 echo "$as_me: failed program was:" >&5
17556 sed 's/^/| /' conftest.
$ac_ext >&5
17561 rm -f conftest.
$ac_objext conftest.
$ac_ext
17564 echo "$as_me: failed program was:" >&5
17565 sed 's/^/| /' conftest.
$ac_ext >&5
17570 rm -f conftest.
$ac_objext conftest.
$ac_ext
17573 ac_cpp
='$CPP $CPPFLAGS'
17574 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17575 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17576 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17580 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
17581 echo "${ECHO_T}$wx_cv_explicit" >&6
17583 if test "$wx_cv_explicit" = "yes"; then
17584 cat >>confdefs.h
<<\_ACEOF
17585 #define HAVE_EXPLICIT 1
17591 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
17592 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
17593 if test "${ac_cv_cxx_const_cast+set}" = set; then
17594 echo $ECHO_N "(cached) $ECHO_C" >&6
17599 ac_cpp
='$CXXCPP $CPPFLAGS'
17600 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17601 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17602 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17604 cat >conftest.
$ac_ext <<_ACEOF
17605 #line $LINENO "configure"
17608 cat confdefs.h
>>conftest.
$ac_ext
17609 cat >>conftest.
$ac_ext <<_ACEOF
17610 /* end confdefs.h. */
17615 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
17620 rm -f conftest.
$ac_objext
17621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17622 (eval $ac_compile) 2>&5
17624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17625 (exit $ac_status); } &&
17626 { ac_try
='test -s conftest.$ac_objext'
17627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17628 (eval $ac_try) 2>&5
17630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17631 (exit $ac_status); }; }; then
17632 ac_cv_cxx_const_cast
=yes
17634 echo "$as_me: failed program was:" >&5
17635 sed 's/^/| /' conftest.
$ac_ext >&5
17637 ac_cv_cxx_const_cast
=no
17639 rm -f conftest.
$ac_objext conftest.
$ac_ext
17641 ac_cpp
='$CPP $CPPFLAGS'
17642 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17643 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17644 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17648 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
17649 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
17650 if test "$ac_cv_cxx_const_cast" = yes; then
17652 cat >>confdefs.h
<<\_ACEOF
17653 #define HAVE_CONST_CAST
17659 if test "$wxUSE_STL" = "yes"; then
17661 ac_cpp
='$CXXCPP $CPPFLAGS'
17662 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17663 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17664 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17667 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
17668 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
17669 cat >conftest.
$ac_ext <<_ACEOF
17670 #line $LINENO "configure"
17673 cat confdefs.h
>>conftest.
$ac_ext
17674 cat >>conftest.
$ac_ext <<_ACEOF
17675 /* end confdefs.h. */
17677 #include <functional>
17678 #include <algorithm>
17684 std::vector<int> moo;
17685 std::list<int> foo;
17686 std::vector<int>::iterator it =
17687 std::find_if(moo.begin(), moo.end(),
17688 std::bind2nd(std::less<int>(), 3));
17693 rm -f conftest.
$ac_objext
17694 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17695 (eval $ac_compile) 2>&5
17697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17698 (exit $ac_status); } &&
17699 { ac_try
='test -s conftest.$ac_objext'
17700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17701 (eval $ac_try) 2>&5
17703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17704 (exit $ac_status); }; }; then
17705 echo "$as_me:$LINENO: result: yes" >&5
17706 echo "${ECHO_T}yes" >&6
17708 echo "$as_me: failed program was:" >&5
17709 sed 's/^/| /' conftest.
$ac_ext >&5
17711 echo "$as_me:$LINENO: result: no" >&5
17712 echo "${ECHO_T}no" >&6
17713 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
17714 echo "$as_me: error: Basic STL functionality missing" >&2;}
17715 { (exit 1); exit 1; }; }
17717 rm -f conftest.
$ac_objext conftest.
$ac_ext
17719 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
17720 echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
17721 cat >conftest.
$ac_ext <<_ACEOF
17722 #line $LINENO "configure"
17725 cat confdefs.h
>>conftest.
$ac_ext
17726 cat >>conftest.
$ac_ext <<_ACEOF
17727 /* end confdefs.h. */
17737 rm -f conftest.
$ac_objext
17738 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17739 (eval $ac_compile) 2>&5
17741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17742 (exit $ac_status); } &&
17743 { ac_try
='test -s conftest.$ac_objext'
17744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17745 (eval $ac_try) 2>&5
17747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17748 (exit $ac_status); }; }; then
17749 echo "$as_me:$LINENO: result: yes" >&5
17750 echo "${ECHO_T}yes" >&6
17751 cat >>confdefs.h
<<\_ACEOF
17752 #define HAVE_STD_WSTRING 1
17756 echo "$as_me: failed program was:" >&5
17757 sed 's/^/| /' conftest.
$ac_ext >&5
17759 echo "$as_me:$LINENO: result: no" >&5
17760 echo "${ECHO_T}no" >&6
17762 rm -f conftest.
$ac_objext conftest.
$ac_ext
17764 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
17765 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
17766 cat >conftest.
$ac_ext <<_ACEOF
17767 #line $LINENO "configure"
17770 cat confdefs.h
>>conftest.
$ac_ext
17771 cat >>conftest.
$ac_ext <<_ACEOF
17772 /* end confdefs.h. */
17777 std::string foo, bar;
17779 foo.compare(1, 1, bar);
17780 foo.compare(1, 1, bar, 1, 1);
17782 foo.compare(1, 1, "");
17783 foo.compare(1, 1, "", 2);
17788 rm -f conftest.
$ac_objext
17789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17790 (eval $ac_compile) 2>&5
17792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17793 (exit $ac_status); } &&
17794 { ac_try
='test -s conftest.$ac_objext'
17795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17796 (eval $ac_try) 2>&5
17798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17799 (exit $ac_status); }; }; then
17800 echo "$as_me:$LINENO: result: yes" >&5
17801 echo "${ECHO_T}yes" >&6
17802 cat >>confdefs.h
<<\_ACEOF
17803 #define HAVE_STD_STRING_COMPARE 1
17807 echo "$as_me: failed program was:" >&5
17808 sed 's/^/| /' conftest.
$ac_ext >&5
17810 echo "$as_me:$LINENO: result: no" >&5
17811 echo "${ECHO_T}no" >&6
17813 rm -f conftest.
$ac_objext conftest.
$ac_ext
17816 ac_cpp
='$CPP $CPPFLAGS'
17817 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17818 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17819 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17825 /usr/local/include \
17827 /usr/Motif-1.2/include \
17828 /usr/Motif-2.1/include \
17830 /usr/include/Motif1.2 \
17831 /opt/xpm/include/X11 \
17832 /opt/GBxpm/include/ \
17833 /opt/GBxpm/X11/include/ \
17835 /usr/Motif1.2/include \
17837 /usr/openwin/include \
17841 /usr/X11R6/include \
17842 /usr/X11R6.4/include \
17843 /usr/X11R5/include \
17844 /usr/X11R4/include \
17846 /usr/include/X11R6 \
17847 /usr/include/X11R5 \
17848 /usr/include/X11R4 \
17850 /usr/local/X11R6/include \
17851 /usr/local/X11R5/include \
17852 /usr/local/X11R4/include \
17854 /usr/local/include/X11R6 \
17855 /usr/local/include/X11R5 \
17856 /usr/local/include/X11R4 \
17860 /usr/local/X11/include \
17861 /usr/local/include/X11 \
17863 /usr/X386/include \
17864 /usr/x386/include \
17865 /usr/XFree86/include/X11 \
17867 X:/XFree86/include \
17868 X:/XFree86/include/X11 \
17871 /usr/local/include/gtk \
17872 /usr/include/glib \
17873 /usr/local/include/glib \
17876 /usr/local/include/qt \
17878 /usr/include/windows \
17879 /usr/include/wine \
17880 /usr/local/include/wine \
17882 /usr/unsupported/include \
17883 /usr/athena/include \
17884 /usr/local/x11r5/include \
17885 /usr/lpp/Xamples/include \
17887 /usr/openwin/share/include"
17889 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
17892 cat >confcache
<<\_ACEOF
17893 # This file is a shell script that caches the results of configure
17894 # tests run on this system so they can be shared between configure
17895 # scripts and configure runs, see configure's option --config-cache.
17896 # It is not useful on other systems. If it contains results you don't
17897 # want to keep, you may remove or edit it.
17899 # config.status only pays attention to the cache file if you give it
17900 # the --recheck option to rerun configure.
17902 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17903 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17904 # following values.
17908 # The following way of writing the cache mishandles newlines in values,
17909 # but we know of no workaround that is simple, portable, and efficient.
17910 # So, don't put newlines in cache variables' values.
17911 # Ultrix sh set writes to stderr and can't be redirected directly,
17912 # and sets the high bit in the cache file unless we assign to the vars.
17915 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17917 # `set' does not quote correctly, so add quotes (double-quote
17918 # substitution turns \\\\ into \\, and sed turns \\ into \).
17921 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17924 # `set' quotes correctly as required by POSIX, so do not add quotes.
17926 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17933 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17935 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17937 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
17938 if test -w $cache_file; then
17939 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17940 cat confcache
>$cache_file
17942 echo "not updating unwritable cache $cache_file"
17947 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
17948 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
17949 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
17950 if test "${wx_cv_lib_glibc21+set}" = set; then
17951 echo $ECHO_N "(cached) $ECHO_C" >&6
17954 cat >conftest.
$ac_ext <<_ACEOF
17955 #line $LINENO "configure"
17958 cat confdefs.h
>>conftest.
$ac_ext
17959 cat >>conftest.
$ac_ext <<_ACEOF
17960 /* end confdefs.h. */
17961 #include <features.h>
17966 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
17967 #error not glibc2.1
17974 rm -f conftest.
$ac_objext
17975 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17976 (eval $ac_compile) 2>&5
17978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17979 (exit $ac_status); } &&
17980 { ac_try
='test -s conftest.$ac_objext'
17981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17982 (eval $ac_try) 2>&5
17984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17985 (exit $ac_status); }; }; then
17987 wx_cv_lib_glibc21
=yes
17990 echo "$as_me: failed program was:" >&5
17991 sed 's/^/| /' conftest.
$ac_ext >&5
17994 wx_cv_lib_glibc21
=no
17998 rm -f conftest.
$ac_objext conftest.
$ac_ext
18001 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
18002 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
18003 if test "$wx_cv_lib_glibc21" = "yes"; then
18004 cat >>confdefs.h
<<\_ACEOF
18005 #define wxHAVE_GLIBC2 1
18011 if test "x$wx_cv_lib_glibc21" = "xyes"; then
18012 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
18013 cat >>confdefs.h
<<\_ACEOF
18014 #define _GNU_SOURCE 1
18023 if test "$wxUSE_REGEX" != "no"; then
18024 cat >>confdefs.h
<<\_ACEOF
18025 #define wxUSE_REGEX 1
18029 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
18030 if test "${ac_cv_header_regex_h+set}" = set; then
18031 echo "$as_me:$LINENO: checking for regex.h" >&5
18032 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
18033 if test "${ac_cv_header_regex_h+set}" = set; then
18034 echo $ECHO_N "(cached) $ECHO_C" >&6
18036 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
18037 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
18039 # Is the header compilable?
18040 echo "$as_me:$LINENO: checking regex.h usability" >&5
18041 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
18042 cat >conftest.
$ac_ext <<_ACEOF
18043 #line $LINENO "configure"
18046 cat confdefs.h
>>conftest.
$ac_ext
18047 cat >>conftest.
$ac_ext <<_ACEOF
18048 /* end confdefs.h. */
18049 $ac_includes_default
18052 rm -f conftest.
$ac_objext
18053 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18054 (eval $ac_compile) 2>&5
18056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18057 (exit $ac_status); } &&
18058 { ac_try
='test -s conftest.$ac_objext'
18059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18060 (eval $ac_try) 2>&5
18062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18063 (exit $ac_status); }; }; then
18064 ac_header_compiler
=yes
18066 echo "$as_me: failed program was:" >&5
18067 sed 's/^/| /' conftest.
$ac_ext >&5
18069 ac_header_compiler
=no
18071 rm -f conftest.
$ac_objext conftest.
$ac_ext
18072 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18073 echo "${ECHO_T}$ac_header_compiler" >&6
18075 # Is the header present?
18076 echo "$as_me:$LINENO: checking regex.h presence" >&5
18077 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
18078 cat >conftest.
$ac_ext <<_ACEOF
18079 #line $LINENO "configure"
18082 cat confdefs.h
>>conftest.
$ac_ext
18083 cat >>conftest.
$ac_ext <<_ACEOF
18084 /* end confdefs.h. */
18087 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18088 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18090 grep -v '^ *+' conftest.er1
>conftest.err
18092 cat conftest.err
>&5
18093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18094 (exit $ac_status); } >/dev
/null
; then
18095 if test -s conftest.err
; then
18096 ac_cpp_err
=$ac_c_preproc_warn_flag
18103 if test -z "$ac_cpp_err"; then
18104 ac_header_preproc
=yes
18106 echo "$as_me: failed program was:" >&5
18107 sed 's/^/| /' conftest.
$ac_ext >&5
18109 ac_header_preproc
=no
18111 rm -f conftest.err conftest.
$ac_ext
18112 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18113 echo "${ECHO_T}$ac_header_preproc" >&6
18115 # So? What about this header?
18116 case $ac_header_compiler:$ac_header_preproc in
18118 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
18119 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18120 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
18121 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
18124 ## ------------------------------------ ##
18125 ## Report this to bug-autoconf@gnu.org. ##
18126 ## ------------------------------------ ##
18129 sed "s/^/$as_me: WARNING: /" >&2
18132 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
18133 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
18134 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
18135 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
18136 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
18137 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
18140 ## ------------------------------------ ##
18141 ## Report this to bug-autoconf@gnu.org. ##
18142 ## ------------------------------------ ##
18145 sed "s/^/$as_me: WARNING: /" >&2
18148 echo "$as_me:$LINENO: checking for regex.h" >&5
18149 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
18150 if test "${ac_cv_header_regex_h+set}" = set; then
18151 echo $ECHO_N "(cached) $ECHO_C" >&6
18153 ac_cv_header_regex_h
=$ac_header_preproc
18155 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
18156 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
18159 if test $ac_cv_header_regex_h = yes; then
18161 for ac_func
in regcomp
18163 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18164 echo "$as_me:$LINENO: checking for $ac_func" >&5
18165 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
18166 if eval "test \"\${$as_ac_var+set}\" = set"; then
18167 echo $ECHO_N "(cached) $ECHO_C" >&6
18169 cat >conftest.
$ac_ext <<_ACEOF
18170 #line $LINENO "configure"
18173 cat confdefs.h
>>conftest.
$ac_ext
18174 cat >>conftest.
$ac_ext <<_ACEOF
18175 /* end confdefs.h. */
18176 /* System header to define __stub macros and hopefully few prototypes,
18177 which can conflict with char $ac_func (); below.
18178 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18179 <limits.h> exists even on freestanding compilers. */
18181 # include <limits.h>
18183 # include <assert.h>
18185 /* Override any gcc2 internal prototype to avoid an error. */
18190 /* We use char because int might match the return type of a gcc2
18191 builtin and then its argument prototype would still apply. */
18193 /* The GNU C library defines this for functions which it implements
18194 to always fail with ENOSYS. Some functions are actually named
18195 something starting with __ and the normal name is an alias. */
18196 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18199 char (*f) () = $ac_func;
18208 return f != $ac_func;
18213 rm -f conftest.
$ac_objext conftest
$ac_exeext
18214 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18215 (eval $ac_link) 2>&5
18217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18218 (exit $ac_status); } &&
18219 { ac_try
='test -s conftest$ac_exeext'
18220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18221 (eval $ac_try) 2>&5
18223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18224 (exit $ac_status); }; }; then
18225 eval "$as_ac_var=yes"
18227 echo "$as_me: failed program was:" >&5
18228 sed 's/^/| /' conftest.
$ac_ext >&5
18230 eval "$as_ac_var=no"
18232 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18234 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18235 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18236 if test `eval echo '${'$as_ac_var'}'` = yes; then
18237 cat >>confdefs.h
<<_ACEOF
18238 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18248 if test "x$ac_cv_func_regcomp" != "xyes"; then
18249 if test "$wxUSE_REGEX" = "sys" ; then
18250 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
18251 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
18252 { (exit 1); exit 1; }; }
18254 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
18255 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
18256 wxUSE_REGEX
=builtin
18263 if test "$wxUSE_REGEX" = "builtin" ; then
18264 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
18271 if test "$wxUSE_ZLIB" != "no" ; then
18272 cat >>confdefs.h
<<\_ACEOF
18273 #define wxUSE_ZLIB 1
18277 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
18278 if test "$USE_DARWIN" = 1; then
18279 system_zlib_h_ok
="yes"
18281 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
18282 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
18283 if test "${ac_cv_header_zlib_h+set}" = set; then
18284 echo $ECHO_N "(cached) $ECHO_C" >&6
18286 if test "$cross_compiling" = yes; then
18287 unset ac_cv_header_zlib_h
18290 cat >conftest.
$ac_ext <<_ACEOF
18291 #line $LINENO "configure"
18294 cat confdefs.h
>>conftest.
$ac_ext
18295 cat >>conftest.
$ac_ext <<_ACEOF
18296 /* end confdefs.h. */
18303 FILE *f=fopen("conftestval", "w");
18306 ZLIB_VERSION[0] == '1' &&
18307 (ZLIB_VERSION[2] > '1' ||
18308 (ZLIB_VERSION[2] == '1' &&
18309 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
18314 rm -f conftest
$ac_exeext
18315 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18316 (eval $ac_link) 2>&5
18318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18319 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18321 (eval $ac_try) 2>&5
18323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18324 (exit $ac_status); }; }; then
18325 ac_cv_header_zlib_h
=`cat conftestval`
18327 echo "$as_me: program exited with status $ac_status" >&5
18328 echo "$as_me: failed program was:" >&5
18329 sed 's/^/| /' conftest.
$ac_ext >&5
18331 ( exit $ac_status )
18332 ac_cv_header_zlib_h
=no
18334 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18338 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18339 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18340 if test "${ac_cv_header_zlib_h+set}" = set; then
18341 echo "$as_me:$LINENO: checking for zlib.h" >&5
18342 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18343 if test "${ac_cv_header_zlib_h+set}" = set; then
18344 echo $ECHO_N "(cached) $ECHO_C" >&6
18346 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18347 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18349 # Is the header compilable?
18350 echo "$as_me:$LINENO: checking zlib.h usability" >&5
18351 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
18352 cat >conftest.
$ac_ext <<_ACEOF
18353 #line $LINENO "configure"
18356 cat confdefs.h
>>conftest.
$ac_ext
18357 cat >>conftest.
$ac_ext <<_ACEOF
18358 /* end confdefs.h. */
18359 $ac_includes_default
18362 rm -f conftest.
$ac_objext
18363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18364 (eval $ac_compile) 2>&5
18366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18367 (exit $ac_status); } &&
18368 { ac_try
='test -s conftest.$ac_objext'
18369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18370 (eval $ac_try) 2>&5
18372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18373 (exit $ac_status); }; }; then
18374 ac_header_compiler
=yes
18376 echo "$as_me: failed program was:" >&5
18377 sed 's/^/| /' conftest.
$ac_ext >&5
18379 ac_header_compiler
=no
18381 rm -f conftest.
$ac_objext conftest.
$ac_ext
18382 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18383 echo "${ECHO_T}$ac_header_compiler" >&6
18385 # Is the header present?
18386 echo "$as_me:$LINENO: checking zlib.h presence" >&5
18387 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
18388 cat >conftest.
$ac_ext <<_ACEOF
18389 #line $LINENO "configure"
18392 cat confdefs.h
>>conftest.
$ac_ext
18393 cat >>conftest.
$ac_ext <<_ACEOF
18394 /* end confdefs.h. */
18397 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18398 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18400 grep -v '^ *+' conftest.er1
>conftest.err
18402 cat conftest.err
>&5
18403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18404 (exit $ac_status); } >/dev
/null
; then
18405 if test -s conftest.err
; then
18406 ac_cpp_err
=$ac_c_preproc_warn_flag
18413 if test -z "$ac_cpp_err"; then
18414 ac_header_preproc
=yes
18416 echo "$as_me: failed program was:" >&5
18417 sed 's/^/| /' conftest.
$ac_ext >&5
18419 ac_header_preproc
=no
18421 rm -f conftest.err conftest.
$ac_ext
18422 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18423 echo "${ECHO_T}$ac_header_preproc" >&6
18425 # So? What about this header?
18426 case $ac_header_compiler:$ac_header_preproc in
18428 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
18429 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18430 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18431 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18434 ## ------------------------------------ ##
18435 ## Report this to bug-autoconf@gnu.org. ##
18436 ## ------------------------------------ ##
18439 sed "s/^/$as_me: WARNING: /" >&2
18442 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
18443 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
18444 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
18445 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
18446 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18447 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18450 ## ------------------------------------ ##
18451 ## Report this to bug-autoconf@gnu.org. ##
18452 ## ------------------------------------ ##
18455 sed "s/^/$as_me: WARNING: /" >&2
18458 echo "$as_me:$LINENO: checking for zlib.h" >&5
18459 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18460 if test "${ac_cv_header_zlib_h+set}" = set; then
18461 echo $ECHO_N "(cached) $ECHO_C" >&6
18463 ac_cv_header_zlib_h
=$ac_header_preproc
18465 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18466 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18472 system_zlib_h_ok
=$ac_cv_header_zlib_h
18475 if test "$system_zlib_h_ok" = "yes"; then
18476 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
18477 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
18478 if test "${ac_cv_lib_z_deflate+set}" = set; then
18479 echo $ECHO_N "(cached) $ECHO_C" >&6
18481 ac_check_lib_save_LIBS
=$LIBS
18483 cat >conftest.
$ac_ext <<_ACEOF
18484 #line $LINENO "configure"
18487 cat confdefs.h
>>conftest.
$ac_ext
18488 cat >>conftest.
$ac_ext <<_ACEOF
18489 /* end confdefs.h. */
18491 /* Override any gcc2 internal prototype to avoid an error. */
18495 /* We use char because int might match the return type of a gcc2
18496 builtin and then its argument prototype would still apply. */
18506 rm -f conftest.
$ac_objext conftest
$ac_exeext
18507 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18508 (eval $ac_link) 2>&5
18510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18511 (exit $ac_status); } &&
18512 { ac_try
='test -s conftest$ac_exeext'
18513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18514 (eval $ac_try) 2>&5
18516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18517 (exit $ac_status); }; }; then
18518 ac_cv_lib_z_deflate
=yes
18520 echo "$as_me: failed program was:" >&5
18521 sed 's/^/| /' conftest.
$ac_ext >&5
18523 ac_cv_lib_z_deflate
=no
18525 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18526 LIBS
=$ac_check_lib_save_LIBS
18528 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
18529 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
18530 if test $ac_cv_lib_z_deflate = yes; then
18536 if test "x$ZLIB_LINK" = "x" ; then
18537 if test "$wxUSE_ZLIB" = "sys" ; then
18538 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
18539 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
18540 { (exit 1); exit 1; }; }
18542 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
18543 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
18551 if test "$wxUSE_ZLIB" = "builtin" ; then
18552 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
18559 if test "$wxUSE_LIBPNG" != "no" ; then
18560 cat >>confdefs.h
<<\_ACEOF
18561 #define wxUSE_LIBPNG 1
18565 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
18566 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
18567 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
18571 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
18572 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
18573 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
18574 wxUSE_LIBPNG
=builtin
18577 if test "$wxUSE_MGL" != 1 ; then
18578 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
18579 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
18580 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
18581 if test "${ac_cv_header_png_h+set}" = set; then
18582 echo $ECHO_N "(cached) $ECHO_C" >&6
18584 if test "$cross_compiling" = yes; then
18585 unset ac_cv_header_png_h
18588 cat >conftest.
$ac_ext <<_ACEOF
18589 #line $LINENO "configure"
18592 cat confdefs.h
>>conftest.
$ac_ext
18593 cat >>conftest.
$ac_ext <<_ACEOF
18594 /* end confdefs.h. */
18601 FILE *f=fopen("conftestval", "w");
18604 PNG_LIBPNG_VER > 90 ? "yes" : "no");
18609 rm -f conftest
$ac_exeext
18610 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18611 (eval $ac_link) 2>&5
18613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18614 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18616 (eval $ac_try) 2>&5
18618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18619 (exit $ac_status); }; }; then
18620 ac_cv_header_png_h
=`cat conftestval`
18622 echo "$as_me: program exited with status $ac_status" >&5
18623 echo "$as_me: failed program was:" >&5
18624 sed 's/^/| /' conftest.
$ac_ext >&5
18626 ( exit $ac_status )
18627 ac_cv_header_png_h
=no
18629 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18633 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18634 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18635 if test "${ac_cv_header_png_h+set}" = set; then
18636 echo "$as_me:$LINENO: checking for png.h" >&5
18637 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18638 if test "${ac_cv_header_png_h+set}" = set; then
18639 echo $ECHO_N "(cached) $ECHO_C" >&6
18641 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18642 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18644 # Is the header compilable?
18645 echo "$as_me:$LINENO: checking png.h usability" >&5
18646 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
18647 cat >conftest.
$ac_ext <<_ACEOF
18648 #line $LINENO "configure"
18651 cat confdefs.h
>>conftest.
$ac_ext
18652 cat >>conftest.
$ac_ext <<_ACEOF
18653 /* end confdefs.h. */
18654 $ac_includes_default
18657 rm -f conftest.
$ac_objext
18658 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18659 (eval $ac_compile) 2>&5
18661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18662 (exit $ac_status); } &&
18663 { ac_try
='test -s conftest.$ac_objext'
18664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18665 (eval $ac_try) 2>&5
18667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18668 (exit $ac_status); }; }; then
18669 ac_header_compiler
=yes
18671 echo "$as_me: failed program was:" >&5
18672 sed 's/^/| /' conftest.
$ac_ext >&5
18674 ac_header_compiler
=no
18676 rm -f conftest.
$ac_objext conftest.
$ac_ext
18677 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18678 echo "${ECHO_T}$ac_header_compiler" >&6
18680 # Is the header present?
18681 echo "$as_me:$LINENO: checking png.h presence" >&5
18682 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
18683 cat >conftest.
$ac_ext <<_ACEOF
18684 #line $LINENO "configure"
18687 cat confdefs.h
>>conftest.
$ac_ext
18688 cat >>conftest.
$ac_ext <<_ACEOF
18689 /* end confdefs.h. */
18692 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18693 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18695 grep -v '^ *+' conftest.er1
>conftest.err
18697 cat conftest.err
>&5
18698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18699 (exit $ac_status); } >/dev
/null
; then
18700 if test -s conftest.err
; then
18701 ac_cpp_err
=$ac_c_preproc_warn_flag
18708 if test -z "$ac_cpp_err"; then
18709 ac_header_preproc
=yes
18711 echo "$as_me: failed program was:" >&5
18712 sed 's/^/| /' conftest.
$ac_ext >&5
18714 ac_header_preproc
=no
18716 rm -f conftest.err conftest.
$ac_ext
18717 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18718 echo "${ECHO_T}$ac_header_preproc" >&6
18720 # So? What about this header?
18721 case $ac_header_compiler:$ac_header_preproc in
18723 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
18724 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18725 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18726 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18729 ## ------------------------------------ ##
18730 ## Report this to bug-autoconf@gnu.org. ##
18731 ## ------------------------------------ ##
18734 sed "s/^/$as_me: WARNING: /" >&2
18737 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
18738 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
18739 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
18740 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
18741 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18742 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18745 ## ------------------------------------ ##
18746 ## Report this to bug-autoconf@gnu.org. ##
18747 ## ------------------------------------ ##
18750 sed "s/^/$as_me: WARNING: /" >&2
18753 echo "$as_me:$LINENO: checking for png.h" >&5
18754 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18755 if test "${ac_cv_header_png_h+set}" = set; then
18756 echo $ECHO_N "(cached) $ECHO_C" >&6
18758 ac_cv_header_png_h
=$ac_header_preproc
18760 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18761 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18767 if test "$ac_cv_header_png_h" = "yes"; then
18768 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
18769 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
18770 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
18771 echo $ECHO_N "(cached) $ECHO_C" >&6
18773 ac_check_lib_save_LIBS
=$LIBS
18774 LIBS
="-lpng -lz -lm $LIBS"
18775 cat >conftest.
$ac_ext <<_ACEOF
18776 #line $LINENO "configure"
18779 cat confdefs.h
>>conftest.
$ac_ext
18780 cat >>conftest.
$ac_ext <<_ACEOF
18781 /* end confdefs.h. */
18783 /* Override any gcc2 internal prototype to avoid an error. */
18787 /* We use char because int might match the return type of a gcc2
18788 builtin and then its argument prototype would still apply. */
18789 char png_check_sig ();
18798 rm -f conftest.
$ac_objext conftest
$ac_exeext
18799 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18800 (eval $ac_link) 2>&5
18802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18803 (exit $ac_status); } &&
18804 { ac_try
='test -s conftest$ac_exeext'
18805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18806 (eval $ac_try) 2>&5
18808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18809 (exit $ac_status); }; }; then
18810 ac_cv_lib_png_png_check_sig
=yes
18812 echo "$as_me: failed program was:" >&5
18813 sed 's/^/| /' conftest.
$ac_ext >&5
18815 ac_cv_lib_png_png_check_sig
=no
18817 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18818 LIBS
=$ac_check_lib_save_LIBS
18820 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
18821 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
18822 if test $ac_cv_lib_png_png_check_sig = yes; then
18828 if test "x$PNG_LINK" = "x" ; then
18829 if test "$wxUSE_LIBPNG" = "sys" ; then
18830 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
18831 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
18832 { (exit 1); exit 1; }; }
18834 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
18835 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
18836 wxUSE_LIBPNG
=builtin
18844 if test "$wxUSE_LIBPNG" = "builtin" ; then
18845 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
18848 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
18854 if test "$wxUSE_LIBJPEG" != "no" ; then
18855 cat >>confdefs.h
<<\_ACEOF
18856 #define wxUSE_LIBJPEG 1
18860 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
18861 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
18862 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
18866 if test "$wxUSE_MGL" != 1 ; then
18867 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
18868 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
18869 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
18870 if test "${ac_cv_header_jpeglib_h+set}" = set; then
18871 echo $ECHO_N "(cached) $ECHO_C" >&6
18873 cat >conftest.
$ac_ext <<_ACEOF
18874 #line $LINENO "configure"
18877 cat confdefs.h
>>conftest.
$ac_ext
18878 cat >>conftest.
$ac_ext <<_ACEOF
18879 /* end confdefs.h. */
18881 #undef HAVE_STDLIB_H
18883 #include <jpeglib.h>
18894 rm -f conftest.
$ac_objext
18895 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18896 (eval $ac_compile) 2>&5
18898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18899 (exit $ac_status); } &&
18900 { ac_try
='test -s conftest.$ac_objext'
18901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18902 (eval $ac_try) 2>&5
18904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18905 (exit $ac_status); }; }; then
18906 ac_cv_header_jpeglib_h
=yes
18908 echo "$as_me: failed program was:" >&5
18909 sed 's/^/| /' conftest.
$ac_ext >&5
18911 ac_cv_header_jpeglib_h
=no
18914 rm -f conftest.
$ac_objext conftest.
$ac_ext
18918 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
18919 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
18921 if test "$ac_cv_header_jpeglib_h" = "yes"; then
18922 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
18923 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
18924 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
18925 echo $ECHO_N "(cached) $ECHO_C" >&6
18927 ac_check_lib_save_LIBS
=$LIBS
18928 LIBS
="-ljpeg $LIBS"
18929 cat >conftest.
$ac_ext <<_ACEOF
18930 #line $LINENO "configure"
18933 cat confdefs.h
>>conftest.
$ac_ext
18934 cat >>conftest.
$ac_ext <<_ACEOF
18935 /* end confdefs.h. */
18937 /* Override any gcc2 internal prototype to avoid an error. */
18941 /* We use char because int might match the return type of a gcc2
18942 builtin and then its argument prototype would still apply. */
18943 char jpeg_read_header ();
18947 jpeg_read_header ();
18952 rm -f conftest.
$ac_objext conftest
$ac_exeext
18953 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18954 (eval $ac_link) 2>&5
18956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18957 (exit $ac_status); } &&
18958 { ac_try
='test -s conftest$ac_exeext'
18959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18960 (eval $ac_try) 2>&5
18962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18963 (exit $ac_status); }; }; then
18964 ac_cv_lib_jpeg_jpeg_read_header
=yes
18966 echo "$as_me: failed program was:" >&5
18967 sed 's/^/| /' conftest.
$ac_ext >&5
18969 ac_cv_lib_jpeg_jpeg_read_header
=no
18971 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18972 LIBS
=$ac_check_lib_save_LIBS
18974 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
18975 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
18976 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
18977 JPEG_LINK
=" -ljpeg"
18982 if test "x$JPEG_LINK" = "x" ; then
18983 if test "$wxUSE_LIBJPEG" = "sys" ; then
18984 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
18985 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
18986 { (exit 1); exit 1; }; }
18988 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
18989 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
18990 wxUSE_LIBJPEG
=builtin
18998 if test "$wxUSE_LIBJPEG" = "builtin" ; then
18999 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
19006 TIFF_PREREQ_LINKS
=-lm
19007 if test "$wxUSE_LIBTIFF" != "no" ; then
19008 cat >>confdefs.h
<<\_ACEOF
19009 #define wxUSE_LIBTIFF 1
19013 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
19014 if test "$wxUSE_LIBJPEG" = "sys"; then
19015 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
19017 if test "$wxUSE_ZLIB" = "sys"; then
19018 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
19020 if test "${ac_cv_header_tiffio_h+set}" = set; then
19021 echo "$as_me:$LINENO: checking for tiffio.h" >&5
19022 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
19023 if test "${ac_cv_header_tiffio_h+set}" = set; then
19024 echo $ECHO_N "(cached) $ECHO_C" >&6
19026 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
19027 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
19029 # Is the header compilable?
19030 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
19031 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
19032 cat >conftest.
$ac_ext <<_ACEOF
19033 #line $LINENO "configure"
19036 cat confdefs.h
>>conftest.
$ac_ext
19037 cat >>conftest.
$ac_ext <<_ACEOF
19038 /* end confdefs.h. */
19039 $ac_includes_default
19040 #include <tiffio.h>
19042 rm -f conftest.
$ac_objext
19043 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19044 (eval $ac_compile) 2>&5
19046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19047 (exit $ac_status); } &&
19048 { ac_try
='test -s conftest.$ac_objext'
19049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19050 (eval $ac_try) 2>&5
19052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19053 (exit $ac_status); }; }; then
19054 ac_header_compiler
=yes
19056 echo "$as_me: failed program was:" >&5
19057 sed 's/^/| /' conftest.
$ac_ext >&5
19059 ac_header_compiler
=no
19061 rm -f conftest.
$ac_objext conftest.
$ac_ext
19062 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19063 echo "${ECHO_T}$ac_header_compiler" >&6
19065 # Is the header present?
19066 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
19067 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
19068 cat >conftest.
$ac_ext <<_ACEOF
19069 #line $LINENO "configure"
19072 cat confdefs.h
>>conftest.
$ac_ext
19073 cat >>conftest.
$ac_ext <<_ACEOF
19074 /* end confdefs.h. */
19075 #include <tiffio.h>
19077 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19078 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19080 grep -v '^ *+' conftest.er1
>conftest.err
19082 cat conftest.err
>&5
19083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19084 (exit $ac_status); } >/dev
/null
; then
19085 if test -s conftest.err
; then
19086 ac_cpp_err
=$ac_c_preproc_warn_flag
19093 if test -z "$ac_cpp_err"; then
19094 ac_header_preproc
=yes
19096 echo "$as_me: failed program was:" >&5
19097 sed 's/^/| /' conftest.
$ac_ext >&5
19099 ac_header_preproc
=no
19101 rm -f conftest.err conftest.
$ac_ext
19102 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19103 echo "${ECHO_T}$ac_header_preproc" >&6
19105 # So? What about this header?
19106 case $ac_header_compiler:$ac_header_preproc in
19108 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
19109 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19110 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
19111 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
19114 ## ------------------------------------ ##
19115 ## Report this to bug-autoconf@gnu.org. ##
19116 ## ------------------------------------ ##
19119 sed "s/^/$as_me: WARNING: /" >&2
19122 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
19123 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
19124 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
19125 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
19126 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
19127 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
19130 ## ------------------------------------ ##
19131 ## Report this to bug-autoconf@gnu.org. ##
19132 ## ------------------------------------ ##
19135 sed "s/^/$as_me: WARNING: /" >&2
19138 echo "$as_me:$LINENO: checking for tiffio.h" >&5
19139 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
19140 if test "${ac_cv_header_tiffio_h+set}" = set; then
19141 echo $ECHO_N "(cached) $ECHO_C" >&6
19143 ac_cv_header_tiffio_h
=$ac_header_preproc
19145 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
19146 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
19149 if test $ac_cv_header_tiffio_h = yes; then
19150 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
19151 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
19152 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
19153 echo $ECHO_N "(cached) $ECHO_C" >&6
19155 ac_check_lib_save_LIBS
=$LIBS
19156 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
19157 cat >conftest.
$ac_ext <<_ACEOF
19158 #line $LINENO "configure"
19161 cat confdefs.h
>>conftest.
$ac_ext
19162 cat >>conftest.
$ac_ext <<_ACEOF
19163 /* end confdefs.h. */
19165 /* Override any gcc2 internal prototype to avoid an error. */
19169 /* We use char because int might match the return type of a gcc2
19170 builtin and then its argument prototype would still apply. */
19180 rm -f conftest.
$ac_objext conftest
$ac_exeext
19181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19182 (eval $ac_link) 2>&5
19184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19185 (exit $ac_status); } &&
19186 { ac_try
='test -s conftest$ac_exeext'
19187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19188 (eval $ac_try) 2>&5
19190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19191 (exit $ac_status); }; }; then
19192 ac_cv_lib_tiff_TIFFError
=yes
19194 echo "$as_me: failed program was:" >&5
19195 sed 's/^/| /' conftest.
$ac_ext >&5
19197 ac_cv_lib_tiff_TIFFError
=no
19199 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
19200 LIBS
=$ac_check_lib_save_LIBS
19202 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
19203 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
19204 if test $ac_cv_lib_tiff_TIFFError = yes; then
19205 TIFF_LINK
=" -ltiff"
19213 if test "x$TIFF_LINK" = "x" ; then
19214 if test "$wxUSE_LIBTIFF" = "sys" ; then
19215 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
19216 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
19217 { (exit 1); exit 1; }; }
19219 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
19220 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
19221 wxUSE_LIBTIFF
=builtin
19228 if test "$wxUSE_LIBTIFF" = "builtin" ; then
19229 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
19234 if test "$wxUSE_EXPAT" != "no"; then
19236 cat >>confdefs.h
<<\_ACEOF
19237 #define wxUSE_EXPAT 1
19240 cat >>confdefs.h
<<\_ACEOF
19241 #define wxUSE_XML 1
19245 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
19246 if test "${ac_cv_header_expat_h+set}" = set; then
19247 echo "$as_me:$LINENO: checking for expat.h" >&5
19248 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19249 if test "${ac_cv_header_expat_h+set}" = set; then
19250 echo $ECHO_N "(cached) $ECHO_C" >&6
19252 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19253 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19255 # Is the header compilable?
19256 echo "$as_me:$LINENO: checking expat.h usability" >&5
19257 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
19258 cat >conftest.
$ac_ext <<_ACEOF
19259 #line $LINENO "configure"
19262 cat confdefs.h
>>conftest.
$ac_ext
19263 cat >>conftest.
$ac_ext <<_ACEOF
19264 /* end confdefs.h. */
19265 $ac_includes_default
19268 rm -f conftest.
$ac_objext
19269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19270 (eval $ac_compile) 2>&5
19272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19273 (exit $ac_status); } &&
19274 { ac_try
='test -s conftest.$ac_objext'
19275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19276 (eval $ac_try) 2>&5
19278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19279 (exit $ac_status); }; }; then
19280 ac_header_compiler
=yes
19282 echo "$as_me: failed program was:" >&5
19283 sed 's/^/| /' conftest.
$ac_ext >&5
19285 ac_header_compiler
=no
19287 rm -f conftest.
$ac_objext conftest.
$ac_ext
19288 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19289 echo "${ECHO_T}$ac_header_compiler" >&6
19291 # Is the header present?
19292 echo "$as_me:$LINENO: checking expat.h presence" >&5
19293 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
19294 cat >conftest.
$ac_ext <<_ACEOF
19295 #line $LINENO "configure"
19298 cat confdefs.h
>>conftest.
$ac_ext
19299 cat >>conftest.
$ac_ext <<_ACEOF
19300 /* end confdefs.h. */
19303 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19304 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19306 grep -v '^ *+' conftest.er1
>conftest.err
19308 cat conftest.err
>&5
19309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19310 (exit $ac_status); } >/dev
/null
; then
19311 if test -s conftest.err
; then
19312 ac_cpp_err
=$ac_c_preproc_warn_flag
19319 if test -z "$ac_cpp_err"; then
19320 ac_header_preproc
=yes
19322 echo "$as_me: failed program was:" >&5
19323 sed 's/^/| /' conftest.
$ac_ext >&5
19325 ac_header_preproc
=no
19327 rm -f conftest.err conftest.
$ac_ext
19328 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19329 echo "${ECHO_T}$ac_header_preproc" >&6
19331 # So? What about this header?
19332 case $ac_header_compiler:$ac_header_preproc in
19334 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
19335 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19336 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19337 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19340 ## ------------------------------------ ##
19341 ## Report this to bug-autoconf@gnu.org. ##
19342 ## ------------------------------------ ##
19345 sed "s/^/$as_me: WARNING: /" >&2
19348 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
19349 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
19350 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
19351 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
19352 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19353 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19356 ## ------------------------------------ ##
19357 ## Report this to bug-autoconf@gnu.org. ##
19358 ## ------------------------------------ ##
19361 sed "s/^/$as_me: WARNING: /" >&2
19364 echo "$as_me:$LINENO: checking for expat.h" >&5
19365 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19366 if test "${ac_cv_header_expat_h+set}" = set; then
19367 echo $ECHO_N "(cached) $ECHO_C" >&6
19369 ac_cv_header_expat_h
=$ac_header_preproc
19371 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19372 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19375 if test $ac_cv_header_expat_h = yes; then
19380 if test "x$found_expat_h" = "x1"; then
19381 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
19382 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
19383 if test "${wx_cv_expat_is_not_broken+set}" = set; then
19384 echo $ECHO_N "(cached) $ECHO_C" >&6
19390 ac_cpp
='$CXXCPP $CPPFLAGS'
19391 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19392 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19393 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19395 cat >conftest.
$ac_ext <<_ACEOF
19396 #line $LINENO "configure"
19399 cat confdefs.h
>>conftest.
$ac_ext
19400 cat >>conftest.
$ac_ext <<_ACEOF
19401 /* end confdefs.h. */
19411 rm -f conftest.
$ac_objext
19412 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19413 (eval $ac_compile) 2>&5
19415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19416 (exit $ac_status); } &&
19417 { ac_try
='test -s conftest.$ac_objext'
19418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19419 (eval $ac_try) 2>&5
19421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19422 (exit $ac_status); }; }; then
19423 wx_cv_expat_is_not_broken
=yes
19425 echo "$as_me: failed program was:" >&5
19426 sed 's/^/| /' conftest.
$ac_ext >&5
19428 wx_cv_expat_is_not_broken
=no
19431 rm -f conftest.
$ac_objext conftest.
$ac_ext
19433 ac_cpp
='$CPP $CPPFLAGS'
19434 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19435 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19436 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19441 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
19442 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
19443 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
19444 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
19445 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
19446 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
19447 echo $ECHO_N "(cached) $ECHO_C" >&6
19449 ac_check_lib_save_LIBS
=$LIBS
19450 LIBS
="-lexpat $LIBS"
19451 cat >conftest.
$ac_ext <<_ACEOF
19452 #line $LINENO "configure"
19455 cat confdefs.h
>>conftest.
$ac_ext
19456 cat >>conftest.
$ac_ext <<_ACEOF
19457 /* end confdefs.h. */
19459 /* Override any gcc2 internal prototype to avoid an error. */
19463 /* We use char because int might match the return type of a gcc2
19464 builtin and then its argument prototype would still apply. */
19465 char XML_ParserCreate ();
19469 XML_ParserCreate ();
19474 rm -f conftest.
$ac_objext conftest
$ac_exeext
19475 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19476 (eval $ac_link) 2>&5
19478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19479 (exit $ac_status); } &&
19480 { ac_try
='test -s conftest$ac_exeext'
19481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19482 (eval $ac_try) 2>&5
19484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19485 (exit $ac_status); }; }; then
19486 ac_cv_lib_expat_XML_ParserCreate
=yes
19488 echo "$as_me: failed program was:" >&5
19489 sed 's/^/| /' conftest.
$ac_ext >&5
19491 ac_cv_lib_expat_XML_ParserCreate
=no
19493 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
19494 LIBS
=$ac_check_lib_save_LIBS
19496 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
19497 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
19498 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
19499 EXPAT_LINK
=" -lexpat"
19504 if test "x$EXPAT_LINK" = "x" ; then
19505 if test "$wxUSE_EXPAT" = "sys" ; then
19506 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
19507 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
19508 { (exit 1); exit 1; }; }
19510 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
19511 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
19512 wxUSE_EXPAT
=builtin
19518 if test "$wxUSE_EXPAT" = "builtin" ; then
19521 subdirs
="$subdirs src/expat"
19535 if test "$USE_WIN32" = 1 ; then
19537 for ac_header
in w32api.h
19539 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19540 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19541 echo "$as_me:$LINENO: checking for $ac_header" >&5
19542 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19543 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19544 echo $ECHO_N "(cached) $ECHO_C" >&6
19546 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19547 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19549 # Is the header compilable?
19550 echo "$as_me:$LINENO: checking $ac_header usability" >&5
19551 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19552 cat >conftest.
$ac_ext <<_ACEOF
19553 #line $LINENO "configure"
19556 cat confdefs.h
>>conftest.
$ac_ext
19557 cat >>conftest.
$ac_ext <<_ACEOF
19558 /* end confdefs.h. */
19559 $ac_includes_default
19560 #include <$ac_header>
19562 rm -f conftest.
$ac_objext
19563 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19564 (eval $ac_compile) 2>&5
19566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19567 (exit $ac_status); } &&
19568 { ac_try
='test -s conftest.$ac_objext'
19569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19570 (eval $ac_try) 2>&5
19572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19573 (exit $ac_status); }; }; then
19574 ac_header_compiler
=yes
19576 echo "$as_me: failed program was:" >&5
19577 sed 's/^/| /' conftest.
$ac_ext >&5
19579 ac_header_compiler
=no
19581 rm -f conftest.
$ac_objext conftest.
$ac_ext
19582 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19583 echo "${ECHO_T}$ac_header_compiler" >&6
19585 # Is the header present?
19586 echo "$as_me:$LINENO: checking $ac_header presence" >&5
19587 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19588 cat >conftest.
$ac_ext <<_ACEOF
19589 #line $LINENO "configure"
19592 cat confdefs.h
>>conftest.
$ac_ext
19593 cat >>conftest.
$ac_ext <<_ACEOF
19594 /* end confdefs.h. */
19595 #include <$ac_header>
19597 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19598 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19600 grep -v '^ *+' conftest.er1
>conftest.err
19602 cat conftest.err
>&5
19603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19604 (exit $ac_status); } >/dev
/null
; then
19605 if test -s conftest.err
; then
19606 ac_cpp_err
=$ac_c_preproc_warn_flag
19613 if test -z "$ac_cpp_err"; then
19614 ac_header_preproc
=yes
19616 echo "$as_me: failed program was:" >&5
19617 sed 's/^/| /' conftest.
$ac_ext >&5
19619 ac_header_preproc
=no
19621 rm -f conftest.err conftest.
$ac_ext
19622 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19623 echo "${ECHO_T}$ac_header_preproc" >&6
19625 # So? What about this header?
19626 case $ac_header_compiler:$ac_header_preproc in
19628 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19629 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19630 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19631 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19634 ## ------------------------------------ ##
19635 ## Report this to bug-autoconf@gnu.org. ##
19636 ## ------------------------------------ ##
19639 sed "s/^/$as_me: WARNING: /" >&2
19642 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19643 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19644 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19645 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19646 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19647 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19650 ## ------------------------------------ ##
19651 ## Report this to bug-autoconf@gnu.org. ##
19652 ## ------------------------------------ ##
19655 sed "s/^/$as_me: WARNING: /" >&2
19658 echo "$as_me:$LINENO: checking for $ac_header" >&5
19659 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19660 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19661 echo $ECHO_N "(cached) $ECHO_C" >&6
19663 eval "$as_ac_Header=$ac_header_preproc"
19665 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19666 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19669 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19670 cat >>confdefs.h
<<_ACEOF
19671 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19678 if test "${ac_cv_header_windows_h+set}" = set; then
19679 echo "$as_me:$LINENO: checking for windows.h" >&5
19680 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19681 if test "${ac_cv_header_windows_h+set}" = set; then
19682 echo $ECHO_N "(cached) $ECHO_C" >&6
19684 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19685 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19687 # Is the header compilable?
19688 echo "$as_me:$LINENO: checking windows.h usability" >&5
19689 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
19690 cat >conftest.
$ac_ext <<_ACEOF
19691 #line $LINENO "configure"
19694 cat confdefs.h
>>conftest.
$ac_ext
19695 cat >>conftest.
$ac_ext <<_ACEOF
19696 /* end confdefs.h. */
19697 $ac_includes_default
19698 #include <windows.h>
19700 rm -f conftest.
$ac_objext
19701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19702 (eval $ac_compile) 2>&5
19704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19705 (exit $ac_status); } &&
19706 { ac_try
='test -s conftest.$ac_objext'
19707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19708 (eval $ac_try) 2>&5
19710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19711 (exit $ac_status); }; }; then
19712 ac_header_compiler
=yes
19714 echo "$as_me: failed program was:" >&5
19715 sed 's/^/| /' conftest.
$ac_ext >&5
19717 ac_header_compiler
=no
19719 rm -f conftest.
$ac_objext conftest.
$ac_ext
19720 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19721 echo "${ECHO_T}$ac_header_compiler" >&6
19723 # Is the header present?
19724 echo "$as_me:$LINENO: checking windows.h presence" >&5
19725 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
19726 cat >conftest.
$ac_ext <<_ACEOF
19727 #line $LINENO "configure"
19730 cat confdefs.h
>>conftest.
$ac_ext
19731 cat >>conftest.
$ac_ext <<_ACEOF
19732 /* end confdefs.h. */
19733 #include <windows.h>
19735 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19736 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19738 grep -v '^ *+' conftest.er1
>conftest.err
19740 cat conftest.err
>&5
19741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19742 (exit $ac_status); } >/dev
/null
; then
19743 if test -s conftest.err
; then
19744 ac_cpp_err
=$ac_c_preproc_warn_flag
19751 if test -z "$ac_cpp_err"; then
19752 ac_header_preproc
=yes
19754 echo "$as_me: failed program was:" >&5
19755 sed 's/^/| /' conftest.
$ac_ext >&5
19757 ac_header_preproc
=no
19759 rm -f conftest.err conftest.
$ac_ext
19760 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19761 echo "${ECHO_T}$ac_header_preproc" >&6
19763 # So? What about this header?
19764 case $ac_header_compiler:$ac_header_preproc in
19766 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
19767 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19768 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19769 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19772 ## ------------------------------------ ##
19773 ## Report this to bug-autoconf@gnu.org. ##
19774 ## ------------------------------------ ##
19777 sed "s/^/$as_me: WARNING: /" >&2
19780 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
19781 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
19782 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
19783 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
19784 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19785 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19788 ## ------------------------------------ ##
19789 ## Report this to bug-autoconf@gnu.org. ##
19790 ## ------------------------------------ ##
19793 sed "s/^/$as_me: WARNING: /" >&2
19796 echo "$as_me:$LINENO: checking for windows.h" >&5
19797 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19798 if test "${ac_cv_header_windows_h+set}" = set; then
19799 echo $ECHO_N "(cached) $ECHO_C" >&6
19801 ac_cv_header_windows_h
=$ac_header_preproc
19803 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19804 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19807 if test $ac_cv_header_windows_h = yes; then
19811 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
19812 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
19813 { (exit 1); exit 1; }; }
19819 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
19821 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
19822 LIBS
="$LIBS -loleacc"
19827 LIBS
="$LIBS -lkernel32 -luser32"
19828 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
19831 if test "$wxUSE_ODBC" = "sys" ; then
19834 if test "$wxUSE_ODBC" = "yes" ; then
19835 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
19836 cat >>confdefs.h
<<\_ACEOF
19837 #define wxUSE_ODBC 1
19842 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
19843 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
19845 WIN32INSTALL
=win32install
19848 if test "$wxUSE_GUI" = "yes"; then
19857 if test "$wxUSE_MSW" = 1 ; then
19862 if test "$wxUSE_GTK" = 1; then
19863 echo "$as_me:$LINENO: checking for GTK+ version" >&5
19864 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
19866 gtk_version_cached
=1
19867 if test "${wx_cv_lib_gtk+set}" = set; then
19868 echo $ECHO_N "(cached) $ECHO_C" >&6
19871 gtk_version_cached
=0
19872 echo "$as_me:$LINENO: result: " >&5
19873 echo "${ECHO_T}" >&6
19876 if test "$wxUSE_THREADS" = "yes"; then
19877 GTK_MODULES
=gthread
19881 if test "x$wxUSE_GTK2" = "xyes"; then
19882 # Check whether --enable-gtktest or --disable-gtktest was given.
19883 if test "${enable_gtktest+set}" = set; then
19884 enableval
="$enable_gtktest"
19890 pkg_config_args
=gtk
+-2.0
19891 for module
in .
$GTK_MODULES
19895 pkg_config_args
="$pkg_config_args gthread-2.0"
19902 # Extract the first word of "pkg-config", so it can be a program name with args.
19903 set dummy pkg
-config; ac_word
=$2
19904 echo "$as_me:$LINENO: checking for $ac_word" >&5
19905 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19906 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
19907 echo $ECHO_N "(cached) $ECHO_C" >&6
19909 case $PKG_CONFIG in
19911 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
19914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
19915 for as_dir
in $PATH
19918 test -z "$as_dir" && as_dir
=.
19919 for ac_exec_ext
in '' $ac_executable_extensions; do
19920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19921 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
19922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19928 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
19932 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
19934 if test -n "$PKG_CONFIG"; then
19935 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
19936 echo "${ECHO_T}$PKG_CONFIG" >&6
19938 echo "$as_me:$LINENO: result: no" >&5
19939 echo "${ECHO_T}no" >&6
19943 if test x
$PKG_CONFIG != xno
; then
19944 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
19947 echo *** pkg
-config too old
; version
0.7 or better required.
19955 min_gtk_version
=2.0.0
19956 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
19957 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
19959 if test x
$PKG_CONFIG != xno
; then
19960 ## don't try to run the test against uninstalled libtool libs
19961 if $PKG_CONFIG --uninstalled $pkg_config_args; then
19962 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
19966 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
19973 if test x
"$no_gtk" = x
; then
19974 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
19975 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
19976 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19977 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
19978 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19979 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
19980 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19981 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
19982 if test "x$enable_gtktest" = "xyes" ; then
19983 ac_save_CFLAGS
="$CFLAGS"
19984 ac_save_LIBS
="$LIBS"
19985 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19986 LIBS
="$GTK_LIBS $LIBS"
19988 if test "$cross_compiling" = yes; then
19989 echo $ac_n "cross compiling; assumed OK... $ac_c"
19991 cat >conftest.
$ac_ext <<_ACEOF
19992 #line $LINENO "configure"
19995 cat confdefs.h
>>conftest.
$ac_ext
19996 cat >>conftest.
$ac_ext <<_ACEOF
19997 /* end confdefs.h. */
19999 #include <gtk/gtk.h>
20001 #include <stdlib.h>
20006 int major, minor, micro;
20009 system ("touch conf.gtktest");
20011 /* HP/UX 9 (%@#!) writes to sscanf strings */
20012 tmp_version = g_strdup("$min_gtk_version");
20013 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
20014 printf("%s, bad version string\n", "$min_gtk_version");
20018 if ((gtk_major_version != $gtk_config_major_version) ||
20019 (gtk_minor_version != $gtk_config_minor_version) ||
20020 (gtk_micro_version != $gtk_config_micro_version))
20022 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20023 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20024 gtk_major_version, gtk_minor_version, gtk_micro_version);
20025 printf ("*** was found! If pkg-config was correct, then it is best\n");
20026 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20027 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20028 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20029 printf("*** required on your system.\n");
20030 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
20031 printf("*** to point to the correct configuration files\n");
20033 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20034 (gtk_minor_version != GTK_MINOR_VERSION) ||
20035 (gtk_micro_version != GTK_MICRO_VERSION))
20037 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20038 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20039 printf("*** library (version %d.%d.%d)\n",
20040 gtk_major_version, gtk_minor_version, gtk_micro_version);
20044 if ((gtk_major_version > major) ||
20045 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20046 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20052 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20053 gtk_major_version, gtk_minor_version, gtk_micro_version);
20054 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20055 major, minor, micro);
20056 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20058 printf("*** If you have already installed a sufficiently new version, this error\n");
20059 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
20060 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20061 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
20062 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
20063 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20064 printf("*** so that the correct libraries are found at run-time))\n");
20071 rm -f conftest
$ac_exeext
20072 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20073 (eval $ac_link) 2>&5
20075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20076 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20078 (eval $ac_try) 2>&5
20080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20081 (exit $ac_status); }; }; then
20084 echo "$as_me: program exited with status $ac_status" >&5
20085 echo "$as_me: failed program was:" >&5
20086 sed 's/^/| /' conftest.
$ac_ext >&5
20088 ( exit $ac_status )
20091 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20093 CFLAGS
="$ac_save_CFLAGS"
20094 LIBS
="$ac_save_LIBS"
20097 if test "x$no_gtk" = x
; then
20098 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
20099 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
20102 echo "$as_me:$LINENO: result: no" >&5
20103 echo "${ECHO_T}no" >&6
20104 if test "$PKG_CONFIG" = "no" ; then
20105 echo "*** A new enough version of pkg-config was not found."
20106 echo "*** See http://pkgconfig.sourceforge.net"
20108 if test -f conf.gtktest
; then
20111 echo "*** Could not run GTK+ test program, checking why..."
20112 ac_save_CFLAGS
="$CFLAGS"
20113 ac_save_LIBS
="$LIBS"
20114 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20115 LIBS
="$LIBS $GTK_LIBS"
20116 cat >conftest.
$ac_ext <<_ACEOF
20117 #line $LINENO "configure"
20120 cat confdefs.h
>>conftest.
$ac_ext
20121 cat >>conftest.
$ac_ext <<_ACEOF
20122 /* end confdefs.h. */
20124 #include <gtk/gtk.h>
20130 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20135 rm -f conftest.
$ac_objext conftest
$ac_exeext
20136 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20137 (eval $ac_link) 2>&5
20139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20140 (exit $ac_status); } &&
20141 { ac_try
='test -s conftest$ac_exeext'
20142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20143 (eval $ac_try) 2>&5
20145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20146 (exit $ac_status); }; }; then
20147 echo "*** The test program compiled, but did not run. This usually means"
20148 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
20149 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
20150 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20151 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20152 echo "*** is required on your system"
20154 echo "*** If you have an old version installed, it is best to remove it, although"
20155 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20157 echo "$as_me: failed program was:" >&5
20158 sed 's/^/| /' conftest.
$ac_ext >&5
20160 echo "*** The test program failed to compile or link. See the file config.log for the"
20161 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
20163 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20164 CFLAGS
="$ac_save_CFLAGS"
20165 LIBS
="$ac_save_LIBS"
20178 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
20179 if test "${with_gtk_prefix+set}" = set; then
20180 withval
="$with_gtk_prefix"
20181 gtk_config_prefix
="$withval"
20183 gtk_config_prefix
=""
20186 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20187 if test "${with_gtk_exec_prefix+set}" = set; then
20188 withval
="$with_gtk_exec_prefix"
20189 gtk_config_exec_prefix
="$withval"
20191 gtk_config_exec_prefix
=""
20193 # Check whether --enable-gtktest or --disable-gtktest was given.
20194 if test "${enable_gtktest+set}" = set; then
20195 enableval
="$enable_gtktest"
20201 for module
in .
$GTK_MODULES
20205 gtk_config_args
="$gtk_config_args gthread"
20210 if test x
$gtk_config_exec_prefix != x
; then
20211 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20212 if test x
${GTK_CONFIG+set} != xset
; then
20213 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
20216 if test x
$gtk_config_prefix != x
; then
20217 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
20218 if test x
${GTK_CONFIG+set} != xset
; then
20219 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
20223 # Extract the first word of "gtk-config", so it can be a program name with args.
20224 set dummy gtk
-config; ac_word
=$2
20225 echo "$as_me:$LINENO: checking for $ac_word" >&5
20226 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20227 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20228 echo $ECHO_N "(cached) $ECHO_C" >&6
20230 case $GTK_CONFIG in
20232 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
20235 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20236 for as_dir
in $PATH
20239 test -z "$as_dir" && as_dir
=.
20240 for ac_exec_ext
in '' $ac_executable_extensions; do
20241 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20242 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20243 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20249 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
20253 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
20255 if test -n "$GTK_CONFIG"; then
20256 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20257 echo "${ECHO_T}$GTK_CONFIG" >&6
20259 echo "$as_me:$LINENO: result: no" >&5
20260 echo "${ECHO_T}no" >&6
20263 min_gtk_version
=1.2.7
20264 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20265 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
20267 if test "$GTK_CONFIG" = "no" ; then
20270 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
20271 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
20272 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
20273 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20274 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
20275 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20276 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
20277 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20278 if test "x$enable_gtktest" = "xyes" ; then
20279 ac_save_CFLAGS
="$CFLAGS"
20280 ac_save_LIBS
="$LIBS"
20281 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20282 LIBS
="$GTK_LIBS $LIBS"
20284 if test "$cross_compiling" = yes; then
20285 echo $ac_n "cross compiling; assumed OK... $ac_c"
20287 cat >conftest.
$ac_ext <<_ACEOF
20288 #line $LINENO "configure"
20291 cat confdefs.h
>>conftest.
$ac_ext
20292 cat >>conftest.
$ac_ext <<_ACEOF
20293 /* end confdefs.h. */
20295 #include <gtk/gtk.h>
20297 #include <stdlib.h>
20302 int major, minor, micro;
20305 system ("touch conf.gtktest");
20307 /* HP/UX 9 (%@#!) writes to sscanf strings */
20308 tmp_version = g_strdup("$min_gtk_version");
20309 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
20310 printf("%s, bad version string\n", "$min_gtk_version");
20314 if ((gtk_major_version != $gtk_config_major_version) ||
20315 (gtk_minor_version != $gtk_config_minor_version) ||
20316 (gtk_micro_version != $gtk_config_micro_version))
20318 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20319 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20320 gtk_major_version, gtk_minor_version, gtk_micro_version);
20321 printf ("*** was found! If gtk-config was correct, then it is best\n");
20322 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20323 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20324 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20325 printf("*** required on your system.\n");
20326 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20327 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20328 printf("*** before re-running configure\n");
20330 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20331 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20332 (gtk_minor_version != GTK_MINOR_VERSION) ||
20333 (gtk_micro_version != GTK_MICRO_VERSION))
20335 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20336 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20337 printf("*** library (version %d.%d.%d)\n",
20338 gtk_major_version, gtk_minor_version, gtk_micro_version);
20340 #endif /* defined (GTK_MAJOR_VERSION) ... */
20343 if ((gtk_major_version > major) ||
20344 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20345 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20351 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20352 gtk_major_version, gtk_minor_version, gtk_micro_version);
20353 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20354 major, minor, micro);
20355 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20357 printf("*** If you have already installed a sufficiently new version, this error\n");
20358 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20359 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20360 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20361 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20362 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20363 printf("*** so that the correct libraries are found at run-time))\n");
20370 rm -f conftest
$ac_exeext
20371 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20372 (eval $ac_link) 2>&5
20374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20375 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20377 (eval $ac_try) 2>&5
20379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20380 (exit $ac_status); }; }; then
20383 echo "$as_me: program exited with status $ac_status" >&5
20384 echo "$as_me: failed program was:" >&5
20385 sed 's/^/| /' conftest.
$ac_ext >&5
20387 ( exit $ac_status )
20390 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20392 CFLAGS
="$ac_save_CFLAGS"
20393 LIBS
="$ac_save_LIBS"
20396 if test "x$no_gtk" = x
; then
20397 echo "$as_me:$LINENO: result: yes" >&5
20398 echo "${ECHO_T}yes" >&6
20399 wx_cv_lib_gtk
=1.2.7
20401 echo "$as_me:$LINENO: result: no" >&5
20402 echo "${ECHO_T}no" >&6
20403 if test "$GTK_CONFIG" = "no" ; then
20404 echo "*** The gtk-config script installed by GTK could not be found"
20405 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20406 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20407 echo "*** full path to gtk-config."
20409 if test -f conf.gtktest
; then
20412 echo "*** Could not run GTK test program, checking why..."
20413 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20414 LIBS
="$LIBS $GTK_LIBS"
20415 cat >conftest.
$ac_ext <<_ACEOF
20416 #line $LINENO "configure"
20419 cat confdefs.h
>>conftest.
$ac_ext
20420 cat >>conftest.
$ac_ext <<_ACEOF
20421 /* end confdefs.h. */
20423 #include <gtk/gtk.h>
20429 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20434 rm -f conftest.
$ac_objext conftest
$ac_exeext
20435 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20436 (eval $ac_link) 2>&5
20438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20439 (exit $ac_status); } &&
20440 { ac_try
='test -s conftest$ac_exeext'
20441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20442 (eval $ac_try) 2>&5
20444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20445 (exit $ac_status); }; }; then
20446 echo "*** The test program compiled, but did not run. This usually means"
20447 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20448 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20449 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20450 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20451 echo "*** is required on your system"
20453 echo "*** If you have an old version installed, it is best to remove it, although"
20454 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20456 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20457 echo "*** came with the system with the command"
20459 echo "*** rpm --erase --nodeps gtk gtk-devel"
20461 echo "$as_me: failed program was:" >&5
20462 sed 's/^/| /' conftest.
$ac_ext >&5
20464 echo "*** The test program failed to compile or link. See the file config.log for the"
20465 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20466 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20467 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20469 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20470 CFLAGS
="$ac_save_CFLAGS"
20471 LIBS
="$ac_save_LIBS"
20483 if test -z "$wx_cv_lib_gtk"; then
20485 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
20486 if test "${with_gtk_prefix+set}" = set; then
20487 withval
="$with_gtk_prefix"
20488 gtk_config_prefix
="$withval"
20490 gtk_config_prefix
=""
20493 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20494 if test "${with_gtk_exec_prefix+set}" = set; then
20495 withval
="$with_gtk_exec_prefix"
20496 gtk_config_exec_prefix
="$withval"
20498 gtk_config_exec_prefix
=""
20500 # Check whether --enable-gtktest or --disable-gtktest was given.
20501 if test "${enable_gtktest+set}" = set; then
20502 enableval
="$enable_gtktest"
20508 for module
in .
$GTK_MODULES
20512 gtk_config_args
="$gtk_config_args gthread"
20517 if test x
$gtk_config_exec_prefix != x
; then
20518 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20519 if test x
${GTK_CONFIG+set} != xset
; then
20520 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
20523 if test x
$gtk_config_prefix != x
; then
20524 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
20525 if test x
${GTK_CONFIG+set} != xset
; then
20526 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
20530 # Extract the first word of "gtk-config", so it can be a program name with args.
20531 set dummy gtk
-config; ac_word
=$2
20532 echo "$as_me:$LINENO: checking for $ac_word" >&5
20533 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20534 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20535 echo $ECHO_N "(cached) $ECHO_C" >&6
20537 case $GTK_CONFIG in
20539 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
20542 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20543 for as_dir
in $PATH
20546 test -z "$as_dir" && as_dir
=.
20547 for ac_exec_ext
in '' $ac_executable_extensions; do
20548 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20549 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20550 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20556 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
20560 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
20562 if test -n "$GTK_CONFIG"; then
20563 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20564 echo "${ECHO_T}$GTK_CONFIG" >&6
20566 echo "$as_me:$LINENO: result: no" >&5
20567 echo "${ECHO_T}no" >&6
20570 min_gtk_version
=1.2.3
20571 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20572 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
20574 if test "$GTK_CONFIG" = "no" ; then
20577 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
20578 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
20579 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
20580 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20581 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
20582 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20583 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
20584 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20585 if test "x$enable_gtktest" = "xyes" ; then
20586 ac_save_CFLAGS
="$CFLAGS"
20587 ac_save_LIBS
="$LIBS"
20588 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20589 LIBS
="$GTK_LIBS $LIBS"
20591 if test "$cross_compiling" = yes; then
20592 echo $ac_n "cross compiling; assumed OK... $ac_c"
20594 cat >conftest.
$ac_ext <<_ACEOF
20595 #line $LINENO "configure"
20598 cat confdefs.h
>>conftest.
$ac_ext
20599 cat >>conftest.
$ac_ext <<_ACEOF
20600 /* end confdefs.h. */
20602 #include <gtk/gtk.h>
20604 #include <stdlib.h>
20609 int major, minor, micro;
20612 system ("touch conf.gtktest");
20614 /* HP/UX 9 (%@#!) writes to sscanf strings */
20615 tmp_version = g_strdup("$min_gtk_version");
20616 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
20617 printf("%s, bad version string\n", "$min_gtk_version");
20621 if ((gtk_major_version != $gtk_config_major_version) ||
20622 (gtk_minor_version != $gtk_config_minor_version) ||
20623 (gtk_micro_version != $gtk_config_micro_version))
20625 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20626 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20627 gtk_major_version, gtk_minor_version, gtk_micro_version);
20628 printf ("*** was found! If gtk-config was correct, then it is best\n");
20629 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20630 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20631 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20632 printf("*** required on your system.\n");
20633 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20634 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20635 printf("*** before re-running configure\n");
20637 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20638 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20639 (gtk_minor_version != GTK_MINOR_VERSION) ||
20640 (gtk_micro_version != GTK_MICRO_VERSION))
20642 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20643 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20644 printf("*** library (version %d.%d.%d)\n",
20645 gtk_major_version, gtk_minor_version, gtk_micro_version);
20647 #endif /* defined (GTK_MAJOR_VERSION) ... */
20650 if ((gtk_major_version > major) ||
20651 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20652 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20658 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20659 gtk_major_version, gtk_minor_version, gtk_micro_version);
20660 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20661 major, minor, micro);
20662 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20664 printf("*** If you have already installed a sufficiently new version, this error\n");
20665 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20666 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20667 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20668 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20669 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20670 printf("*** so that the correct libraries are found at run-time))\n");
20677 rm -f conftest
$ac_exeext
20678 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20679 (eval $ac_link) 2>&5
20681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20682 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20684 (eval $ac_try) 2>&5
20686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20687 (exit $ac_status); }; }; then
20690 echo "$as_me: program exited with status $ac_status" >&5
20691 echo "$as_me: failed program was:" >&5
20692 sed 's/^/| /' conftest.
$ac_ext >&5
20694 ( exit $ac_status )
20697 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20699 CFLAGS
="$ac_save_CFLAGS"
20700 LIBS
="$ac_save_LIBS"
20703 if test "x$no_gtk" = x
; then
20704 echo "$as_me:$LINENO: result: yes" >&5
20705 echo "${ECHO_T}yes" >&6
20706 wx_cv_lib_gtk
=1.2.3
20708 echo "$as_me:$LINENO: result: no" >&5
20709 echo "${ECHO_T}no" >&6
20710 if test "$GTK_CONFIG" = "no" ; then
20711 echo "*** The gtk-config script installed by GTK could not be found"
20712 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20713 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20714 echo "*** full path to gtk-config."
20716 if test -f conf.gtktest
; then
20719 echo "*** Could not run GTK test program, checking why..."
20720 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20721 LIBS
="$LIBS $GTK_LIBS"
20722 cat >conftest.
$ac_ext <<_ACEOF
20723 #line $LINENO "configure"
20726 cat confdefs.h
>>conftest.
$ac_ext
20727 cat >>conftest.
$ac_ext <<_ACEOF
20728 /* end confdefs.h. */
20730 #include <gtk/gtk.h>
20736 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20741 rm -f conftest.
$ac_objext conftest
$ac_exeext
20742 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20743 (eval $ac_link) 2>&5
20745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20746 (exit $ac_status); } &&
20747 { ac_try
='test -s conftest$ac_exeext'
20748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20749 (eval $ac_try) 2>&5
20751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20752 (exit $ac_status); }; }; then
20753 echo "*** The test program compiled, but did not run. This usually means"
20754 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20755 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20756 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20757 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20758 echo "*** is required on your system"
20760 echo "*** If you have an old version installed, it is best to remove it, although"
20761 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20763 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20764 echo "*** came with the system with the command"
20766 echo "*** rpm --erase --nodeps gtk gtk-devel"
20768 echo "$as_me: failed program was:" >&5
20769 sed 's/^/| /' conftest.
$ac_ext >&5
20771 echo "*** The test program failed to compile or link. See the file config.log for the"
20772 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20773 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20774 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20776 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20777 CFLAGS
="$ac_save_CFLAGS"
20778 LIBS
="$ac_save_LIBS"
20792 if test -z "$wx_cv_lib_gtk"; then
20795 wx_cv_cflags_gtk
=$GTK_CFLAGS
20796 wx_cv_libs_gtk
=$GTK_LIBS
20803 if test "$gtk_version_cached" = 1; then
20804 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
20805 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
20808 case "$wx_cv_lib_gtk" in
20817 *) { { echo "$as_me:$LINENO: error:
20818 Please check that gtk-config is in path, the directory
20819 where GTK+ libraries are installed (returned by
20820 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20821 equivalent variable and GTK+ is version 1.2.3 or above.
20823 echo "$as_me: error:
20824 Please check that gtk-config is in path, the directory
20825 where GTK+ libraries are installed (returned by
20826 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20827 equivalent variable and GTK+ is version 1.2.3 or above.
20829 { (exit 1); exit 1; }; }
20833 if test "$WXGTK20" = 1; then
20834 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
20838 if test -z "$PKG_CONFIG"; then
20839 # Extract the first word of "pkg-config", so it can be a program name with args.
20840 set dummy pkg
-config; ac_word
=$2
20841 echo "$as_me:$LINENO: checking for $ac_word" >&5
20842 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20843 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
20844 echo $ECHO_N "(cached) $ECHO_C" >&6
20846 case $PKG_CONFIG in
20848 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
20851 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20852 for as_dir
in $PATH
20855 test -z "$as_dir" && as_dir
=.
20856 for ac_exec_ext
in '' $ac_executable_extensions; do
20857 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20858 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20859 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20865 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
20869 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
20871 if test -n "$PKG_CONFIG"; then
20872 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20873 echo "${ECHO_T}$PKG_CONFIG" >&6
20875 echo "$as_me:$LINENO: result: no" >&5
20876 echo "${ECHO_T}no" >&6
20881 if test "$PKG_CONFIG" = "no" ; then
20882 echo "*** The pkg-config script could not be found. Make sure it is"
20883 echo "*** in your path, or set the PKG_CONFIG environment variable"
20884 echo "*** to the full path to pkg-config."
20885 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
20887 PKG_CONFIG_MIN_VERSION
=0.9.0
20888 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
20889 echo "$as_me:$LINENO: checking for pangoft2" >&5
20890 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
20892 if $PKG_CONFIG --exists "pangoft2" ; then
20893 echo "$as_me:$LINENO: result: yes" >&5
20894 echo "${ECHO_T}yes" >&6
20897 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
20898 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
20899 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
20900 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
20901 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
20903 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
20904 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
20905 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
20906 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
20907 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
20911 ## If we have a custom action on failure, don't print errors, but
20912 ## do set a variable so people can do so.
20913 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
20920 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
20921 echo "*** See http://www.freedesktop.org/software/pkgconfig"
20925 if test $succeeded = yes; then
20927 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
20928 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
20932 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
20933 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
20934 wxUSE_PRINTING_ARCHITECTURE
="no"
20941 if test "$wxUSE_UNICODE" = "yes"; then
20942 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
20943 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
20948 if test "$USE_DARWIN" != 1; then
20950 for ac_func
in poll
20952 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20953 echo "$as_me:$LINENO: checking for $ac_func" >&5
20954 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20955 if eval "test \"\${$as_ac_var+set}\" = set"; then
20956 echo $ECHO_N "(cached) $ECHO_C" >&6
20958 cat >conftest.
$ac_ext <<_ACEOF
20959 #line $LINENO "configure"
20962 cat confdefs.h
>>conftest.
$ac_ext
20963 cat >>conftest.
$ac_ext <<_ACEOF
20964 /* end confdefs.h. */
20965 /* System header to define __stub macros and hopefully few prototypes,
20966 which can conflict with char $ac_func (); below.
20967 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20968 <limits.h> exists even on freestanding compilers. */
20970 # include <limits.h>
20972 # include <assert.h>
20974 /* Override any gcc2 internal prototype to avoid an error. */
20979 /* We use char because int might match the return type of a gcc2
20980 builtin and then its argument prototype would still apply. */
20982 /* The GNU C library defines this for functions which it implements
20983 to always fail with ENOSYS. Some functions are actually named
20984 something starting with __ and the normal name is an alias. */
20985 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20988 char (*f) () = $ac_func;
20997 return f != $ac_func;
21002 rm -f conftest.
$ac_objext conftest
$ac_exeext
21003 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21004 (eval $ac_link) 2>&5
21006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21007 (exit $ac_status); } &&
21008 { ac_try
='test -s conftest$ac_exeext'
21009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21010 (eval $ac_try) 2>&5
21012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21013 (exit $ac_status); }; }; then
21014 eval "$as_ac_var=yes"
21016 echo "$as_me: failed program was:" >&5
21017 sed 's/^/| /' conftest.
$ac_ext >&5
21019 eval "$as_ac_var=no"
21021 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21023 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
21024 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
21025 if test `eval echo '${'$as_ac_var'}'` = yes; then
21026 cat >>confdefs.h
<<_ACEOF
21027 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
21035 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
21036 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
21038 AFMINSTALL
=afminstall
21042 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
21043 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
21044 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
21045 echo $ECHO_N "(cached) $ECHO_C" >&6
21047 ac_check_lib_save_LIBS
=$LIBS
21049 cat >conftest.
$ac_ext <<_ACEOF
21050 #line $LINENO "configure"
21053 cat confdefs.h
>>conftest.
$ac_ext
21054 cat >>conftest.
$ac_ext <<_ACEOF
21055 /* end confdefs.h. */
21057 /* Override any gcc2 internal prototype to avoid an error. */
21061 /* We use char because int might match the return type of a gcc2
21062 builtin and then its argument prototype would still apply. */
21063 char gdk_im_open ();
21072 rm -f conftest.
$ac_objext conftest
$ac_exeext
21073 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21074 (eval $ac_link) 2>&5
21076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077 (exit $ac_status); } &&
21078 { ac_try
='test -s conftest$ac_exeext'
21079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21080 (eval $ac_try) 2>&5
21082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21083 (exit $ac_status); }; }; then
21084 ac_cv_lib_gdk_gdk_im_open
=yes
21086 echo "$as_me: failed program was:" >&5
21087 sed 's/^/| /' conftest.
$ac_ext >&5
21089 ac_cv_lib_gdk_gdk_im_open
=no
21091 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21092 LIBS
=$ac_check_lib_save_LIBS
21094 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
21095 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
21096 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
21097 cat >>confdefs.h
<<\_ACEOF
21105 if test "$wxUSE_MGL" = 1; then
21106 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
21107 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
21108 if test "x$MGL_ROOT" = x
; then
21109 echo "$as_me:$LINENO: result: not found" >&5
21110 echo "${ECHO_T}not found" >&6
21111 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
21112 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
21113 { (exit 1); exit 1; }; }
21115 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
21116 echo "${ECHO_T}$MGL_ROOT" >&6
21119 echo "$as_me:$LINENO: checking for libmgl location" >&5
21120 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
21123 if test "x$wxUSE_SHARED" = xyes
; then
21124 mgl_os_candidates
="linux/gcc/glibc.so linux/gcc/glibc"
21126 mgl_os_candidates
="linux/gcc/glibc linux/gcc/glibc.so"
21130 mgl_os_candidates
="dos32/dj2"
21133 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
21134 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
21135 { (exit 1); exit 1; }; }
21141 for mgl_os_i
in $mgl_os_candidates ; do
21142 if test "x$mgl_os" = x
; then
21143 if test "$wxUSE_DEBUG_FLAG" = yes ; then
21144 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
21145 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
21150 if test "x$mgl_lib_type" = x
; then
21151 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
21152 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
21153 mgl_lib_type
=release
21160 if test "x$mgl_os" = x
; then
21161 echo "$as_me:$LINENO: result: not found" >&5
21162 echo "${ECHO_T}not found" >&6
21163 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
21164 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
21165 { (exit 1); exit 1; }; }
21167 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
21168 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
21170 wxUSE_UNIVERSAL
="yes"
21172 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
21173 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
21175 AFMINSTALL
=afminstall
21180 if test "$wxUSE_MICROWIN" = 1; then
21181 echo "$as_me:$LINENO: checking for MicroWindows" >&5
21182 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
21183 if test "x$MICROWINDOWS" = x
; then
21184 echo "$as_me:$LINENO: result: not found" >&5
21185 echo "${ECHO_T}not found" >&6
21186 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
21187 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
21188 { (exit 1); exit 1; }; }
21190 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
21191 echo "${ECHO_T}$MICROWINDOWS" >&6
21194 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
21195 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
21196 echo "${ECHO_T}MicroWindows' libraries found." >&6
21198 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
21199 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
21200 { (exit 1); exit 1; }; }
21203 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
21204 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
21206 wxUSE_UNIVERSAL
="yes"
21208 AFMINSTALL
=afminstall
21210 GUIDIST
=MICROWIN_DIST
21212 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
21215 if test "$wxUSE_X11" = 1; then
21216 echo "$as_me:$LINENO: checking for X" >&5
21217 echo $ECHO_N "checking for X... $ECHO_C" >&6
21220 # Check whether --with-x or --without-x was given.
21221 if test "${with_x+set}" = set; then
21225 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
21226 if test "x$with_x" = xno
; then
21227 # The user explicitly disabled X.
21230 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
21231 # Both variables are already set.
21234 if test "${ac_cv_have_x+set}" = set; then
21235 echo $ECHO_N "(cached) $ECHO_C" >&6
21237 # One or both of the vars are not set, and there is no cached value.
21238 ac_x_includes
=no ac_x_libraries
=no
21239 rm -fr conftest.dir
21240 if mkdir conftest.dir
; then
21242 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
21243 cat >Imakefile
<<'_ACEOF'
21245 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
21247 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
21248 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
21249 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
21250 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
21251 for ac_extension
in a so sl
; do
21252 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
21253 test -f $ac_im_libdir/libX11.
$ac_extension; then
21254 ac_im_usrlibdir
=$ac_im_libdir; break
21257 # Screen out bogus values from the imake configuration. They are
21258 # bogus both because they are the default anyway, and because
21259 # using them would break gcc on systems where it needs fixed includes.
21260 case $ac_im_incroot in
21262 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
21264 case $ac_im_usrlibdir in
21265 /usr
/lib
| /lib
) ;;
21266 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
21270 rm -fr conftest.dir
21273 # Standard set of common directories for X headers.
21274 # Check X11 before X11Rn because it is often a symlink to the current release.
21286 /usr/local/X11/include
21287 /usr/local/X11R6/include
21288 /usr/local/X11R5/include
21289 /usr/local/X11R4/include
21291 /usr/local/include/X11
21292 /usr/local/include/X11R6
21293 /usr/local/include/X11R5
21294 /usr/local/include/X11R4
21298 /usr/XFree86/include/X11
21302 /usr/unsupported/include
21303 /usr/athena/include
21304 /usr/local/x11r5/include
21305 /usr/lpp/Xamples/include
21307 /usr/openwin/include
21308 /usr/openwin/share/include'
21310 if test "$ac_x_includes" = no
; then
21311 # Guess where to find include files, by looking for Intrinsic.h.
21312 # First, try using that file with no special directory specified.
21313 cat >conftest.
$ac_ext <<_ACEOF
21314 #line $LINENO "configure"
21317 cat confdefs.h
>>conftest.
$ac_ext
21318 cat >>conftest.
$ac_ext <<_ACEOF
21319 /* end confdefs.h. */
21320 #include <X11/Intrinsic.h>
21322 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21323 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21325 grep -v '^ *+' conftest.er1
>conftest.err
21327 cat conftest.err
>&5
21328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21329 (exit $ac_status); } >/dev
/null
; then
21330 if test -s conftest.err
; then
21331 ac_cpp_err
=$ac_c_preproc_warn_flag
21338 if test -z "$ac_cpp_err"; then
21339 # We can compile using X headers with no special include directory.
21342 echo "$as_me: failed program was:" >&5
21343 sed 's/^/| /' conftest.
$ac_ext >&5
21345 for ac_dir
in $ac_x_header_dirs; do
21346 if test -r "$ac_dir/X11/Intrinsic.h"; then
21347 ac_x_includes
=$ac_dir
21352 rm -f conftest.err conftest.
$ac_ext
21353 fi # $ac_x_includes = no
21355 if test "$ac_x_libraries" = no
; then
21356 # Check for the libraries.
21357 # See if we find them without any special options.
21358 # Don't add to $LIBS permanently.
21361 cat >conftest.
$ac_ext <<_ACEOF
21362 #line $LINENO "configure"
21365 cat confdefs.h
>>conftest.
$ac_ext
21366 cat >>conftest.
$ac_ext <<_ACEOF
21367 /* end confdefs.h. */
21368 #include <X11/Intrinsic.h>
21377 rm -f conftest.
$ac_objext conftest
$ac_exeext
21378 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21379 (eval $ac_link) 2>&5
21381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21382 (exit $ac_status); } &&
21383 { ac_try
='test -s conftest$ac_exeext'
21384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21385 (eval $ac_try) 2>&5
21387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21388 (exit $ac_status); }; }; then
21390 # We can link X programs with no special library path.
21393 echo "$as_me: failed program was:" >&5
21394 sed 's/^/| /' conftest.
$ac_ext >&5
21397 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
21399 # Don't even attempt the hair of trying to link an X program!
21400 for ac_extension
in a so sl
; do
21401 if test -r $ac_dir/libXt.
$ac_extension; then
21402 ac_x_libraries
=$ac_dir
21408 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21409 fi # $ac_x_libraries = no
21411 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
21412 # Didn't find X anywhere. Cache the known absence of X.
21413 ac_cv_have_x
="have_x=no"
21415 # Record where we found X for the cache.
21416 ac_cv_have_x
="have_x=yes \
21417 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
21422 eval "$ac_cv_have_x"
21425 if test "$have_x" != yes; then
21426 echo "$as_me:$LINENO: result: $have_x" >&5
21427 echo "${ECHO_T}$have_x" >&6
21430 # If each of the values was on the command line, it overrides each guess.
21431 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
21432 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
21433 # Update the cache value to reflect the command line values.
21434 ac_cv_have_x
="have_x=yes \
21435 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
21436 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
21437 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
21440 if test "$no_x" = yes; then
21441 # Not all programs may use this symbol, but it does not hurt to define it.
21443 cat >>confdefs.h
<<\_ACEOF
21444 #define X_DISPLAY_MISSING 1
21447 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
21449 if test -n "$x_includes"; then
21450 X_CFLAGS
="$X_CFLAGS -I$x_includes"
21453 # It would also be nice to do this for all -L options, not just this one.
21454 if test -n "$x_libraries"; then
21455 X_LIBS
="$X_LIBS -L$x_libraries"
21456 # For Solaris; some versions of Sun CC require a space after -R and
21457 # others require no space. Words are not sufficient . . . .
21458 case `(uname -sr) 2>/dev/null` in
21460 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
21461 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
21462 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
21463 cat >conftest.
$ac_ext <<_ACEOF
21464 #line $LINENO "configure"
21467 cat confdefs.h
>>conftest.
$ac_ext
21468 cat >>conftest.
$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21479 rm -f conftest.
$ac_objext conftest
$ac_exeext
21480 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21481 (eval $ac_link) 2>&5
21483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21484 (exit $ac_status); } &&
21485 { ac_try
='test -s conftest$ac_exeext'
21486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21487 (eval $ac_try) 2>&5
21489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21490 (exit $ac_status); }; }; then
21493 echo "$as_me: failed program was:" >&5
21494 sed 's/^/| /' conftest.
$ac_ext >&5
21498 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21499 if test $ac_R_nospace = yes; then
21500 echo "$as_me:$LINENO: result: no" >&5
21501 echo "${ECHO_T}no" >&6
21502 X_LIBS
="$X_LIBS -R$x_libraries"
21504 LIBS
="$ac_xsave_LIBS -R $x_libraries"
21505 cat >conftest.
$ac_ext <<_ACEOF
21506 #line $LINENO "configure"
21509 cat confdefs.h
>>conftest.
$ac_ext
21510 cat >>conftest.
$ac_ext <<_ACEOF
21511 /* end confdefs.h. */
21521 rm -f conftest.
$ac_objext conftest
$ac_exeext
21522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21523 (eval $ac_link) 2>&5
21525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21526 (exit $ac_status); } &&
21527 { ac_try
='test -s conftest$ac_exeext'
21528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21529 (eval $ac_try) 2>&5
21531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21532 (exit $ac_status); }; }; then
21535 echo "$as_me: failed program was:" >&5
21536 sed 's/^/| /' conftest.
$ac_ext >&5
21540 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21541 if test $ac_R_space = yes; then
21542 echo "$as_me:$LINENO: result: yes" >&5
21543 echo "${ECHO_T}yes" >&6
21544 X_LIBS
="$X_LIBS -R $x_libraries"
21546 echo "$as_me:$LINENO: result: neither works" >&5
21547 echo "${ECHO_T}neither works" >&6
21550 LIBS
=$ac_xsave_LIBS
21554 # Check for system-dependent libraries X programs must link with.
21555 # Do this before checking for the system-independent R6 libraries
21556 # (-lICE), since we may need -lsocket or whatever for X linking.
21558 if test "$ISC" = yes; then
21559 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
21561 # Martyn Johnson says this is needed for Ultrix, if the X
21562 # libraries were built with DECnet support. And Karl Berry says
21563 # the Alpha needs dnet_stub (dnet does not exist).
21564 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
21565 cat >conftest.
$ac_ext <<_ACEOF
21566 #line $LINENO "configure"
21569 cat confdefs.h
>>conftest.
$ac_ext
21570 cat >>conftest.
$ac_ext <<_ACEOF
21571 /* end confdefs.h. */
21573 /* Override any gcc2 internal prototype to avoid an error. */
21577 /* We use char because int might match the return type of a gcc2
21578 builtin and then its argument prototype would still apply. */
21579 char XOpenDisplay ();
21588 rm -f conftest.
$ac_objext conftest
$ac_exeext
21589 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21590 (eval $ac_link) 2>&5
21592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21593 (exit $ac_status); } &&
21594 { ac_try
='test -s conftest$ac_exeext'
21595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21596 (eval $ac_try) 2>&5
21598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21599 (exit $ac_status); }; }; then
21602 echo "$as_me: failed program was:" >&5
21603 sed 's/^/| /' conftest.
$ac_ext >&5
21605 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
21606 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
21607 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
21608 echo $ECHO_N "(cached) $ECHO_C" >&6
21610 ac_check_lib_save_LIBS
=$LIBS
21611 LIBS
="-ldnet $LIBS"
21612 cat >conftest.
$ac_ext <<_ACEOF
21613 #line $LINENO "configure"
21616 cat confdefs.h
>>conftest.
$ac_ext
21617 cat >>conftest.
$ac_ext <<_ACEOF
21618 /* end confdefs.h. */
21620 /* Override any gcc2 internal prototype to avoid an error. */
21624 /* We use char because int might match the return type of a gcc2
21625 builtin and then its argument prototype would still apply. */
21635 rm -f conftest.
$ac_objext conftest
$ac_exeext
21636 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21637 (eval $ac_link) 2>&5
21639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21640 (exit $ac_status); } &&
21641 { ac_try
='test -s conftest$ac_exeext'
21642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21643 (eval $ac_try) 2>&5
21645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21646 (exit $ac_status); }; }; then
21647 ac_cv_lib_dnet_dnet_ntoa
=yes
21649 echo "$as_me: failed program was:" >&5
21650 sed 's/^/| /' conftest.
$ac_ext >&5
21652 ac_cv_lib_dnet_dnet_ntoa
=no
21654 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21655 LIBS
=$ac_check_lib_save_LIBS
21657 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
21658 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
21659 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
21660 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
21663 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
21664 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
21665 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
21666 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
21667 echo $ECHO_N "(cached) $ECHO_C" >&6
21669 ac_check_lib_save_LIBS
=$LIBS
21670 LIBS
="-ldnet_stub $LIBS"
21671 cat >conftest.
$ac_ext <<_ACEOF
21672 #line $LINENO "configure"
21675 cat confdefs.h
>>conftest.
$ac_ext
21676 cat >>conftest.
$ac_ext <<_ACEOF
21677 /* end confdefs.h. */
21679 /* Override any gcc2 internal prototype to avoid an error. */
21683 /* We use char because int might match the return type of a gcc2
21684 builtin and then its argument prototype would still apply. */
21694 rm -f conftest.
$ac_objext conftest
$ac_exeext
21695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21696 (eval $ac_link) 2>&5
21698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21699 (exit $ac_status); } &&
21700 { ac_try
='test -s conftest$ac_exeext'
21701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21702 (eval $ac_try) 2>&5
21704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21705 (exit $ac_status); }; }; then
21706 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
21708 echo "$as_me: failed program was:" >&5
21709 sed 's/^/| /' conftest.
$ac_ext >&5
21711 ac_cv_lib_dnet_stub_dnet_ntoa
=no
21713 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21714 LIBS
=$ac_check_lib_save_LIBS
21716 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
21717 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
21718 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
21719 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
21724 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21725 LIBS
="$ac_xsave_LIBS"
21727 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
21728 # to get the SysV transport functions.
21729 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
21731 # The nsl library prevents programs from opening the X display
21732 # on Irix 5.2, according to T.E. Dickey.
21733 # The functions gethostbyname, getservbyname, and inet_addr are
21734 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
21735 echo "$as_me:$LINENO: checking for gethostbyname" >&5
21736 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
21737 if test "${ac_cv_func_gethostbyname+set}" = set; then
21738 echo $ECHO_N "(cached) $ECHO_C" >&6
21740 cat >conftest.
$ac_ext <<_ACEOF
21741 #line $LINENO "configure"
21744 cat confdefs.h
>>conftest.
$ac_ext
21745 cat >>conftest.
$ac_ext <<_ACEOF
21746 /* end confdefs.h. */
21747 /* System header to define __stub macros and hopefully few prototypes,
21748 which can conflict with char gethostbyname (); below.
21749 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21750 <limits.h> exists even on freestanding compilers. */
21752 # include <limits.h>
21754 # include <assert.h>
21756 /* Override any gcc2 internal prototype to avoid an error. */
21761 /* We use char because int might match the return type of a gcc2
21762 builtin and then its argument prototype would still apply. */
21763 char gethostbyname ();
21764 /* The GNU C library defines this for functions which it implements
21765 to always fail with ENOSYS. Some functions are actually named
21766 something starting with __ and the normal name is an alias. */
21767 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
21770 char (*f) () = gethostbyname;
21779 return f != gethostbyname;
21784 rm -f conftest.
$ac_objext conftest
$ac_exeext
21785 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21786 (eval $ac_link) 2>&5
21788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21789 (exit $ac_status); } &&
21790 { ac_try
='test -s conftest$ac_exeext'
21791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21792 (eval $ac_try) 2>&5
21794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21795 (exit $ac_status); }; }; then
21796 ac_cv_func_gethostbyname
=yes
21798 echo "$as_me: failed program was:" >&5
21799 sed 's/^/| /' conftest.
$ac_ext >&5
21801 ac_cv_func_gethostbyname
=no
21803 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21805 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
21806 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
21808 if test $ac_cv_func_gethostbyname = no
; then
21809 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
21810 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
21811 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
21812 echo $ECHO_N "(cached) $ECHO_C" >&6
21814 ac_check_lib_save_LIBS
=$LIBS
21816 cat >conftest.
$ac_ext <<_ACEOF
21817 #line $LINENO "configure"
21820 cat confdefs.h
>>conftest.
$ac_ext
21821 cat >>conftest.
$ac_ext <<_ACEOF
21822 /* end confdefs.h. */
21824 /* Override any gcc2 internal prototype to avoid an error. */
21828 /* We use char because int might match the return type of a gcc2
21829 builtin and then its argument prototype would still apply. */
21830 char gethostbyname ();
21839 rm -f conftest.
$ac_objext conftest
$ac_exeext
21840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21841 (eval $ac_link) 2>&5
21843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21844 (exit $ac_status); } &&
21845 { ac_try
='test -s conftest$ac_exeext'
21846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21847 (eval $ac_try) 2>&5
21849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21850 (exit $ac_status); }; }; then
21851 ac_cv_lib_nsl_gethostbyname
=yes
21853 echo "$as_me: failed program was:" >&5
21854 sed 's/^/| /' conftest.
$ac_ext >&5
21856 ac_cv_lib_nsl_gethostbyname
=no
21858 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21859 LIBS
=$ac_check_lib_save_LIBS
21861 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
21862 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
21863 if test $ac_cv_lib_nsl_gethostbyname = yes; then
21864 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
21867 if test $ac_cv_lib_nsl_gethostbyname = no
; then
21868 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
21869 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
21870 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
21871 echo $ECHO_N "(cached) $ECHO_C" >&6
21873 ac_check_lib_save_LIBS
=$LIBS
21875 cat >conftest.
$ac_ext <<_ACEOF
21876 #line $LINENO "configure"
21879 cat confdefs.h
>>conftest.
$ac_ext
21880 cat >>conftest.
$ac_ext <<_ACEOF
21881 /* end confdefs.h. */
21883 /* Override any gcc2 internal prototype to avoid an error. */
21887 /* We use char because int might match the return type of a gcc2
21888 builtin and then its argument prototype would still apply. */
21889 char gethostbyname ();
21898 rm -f conftest.
$ac_objext conftest
$ac_exeext
21899 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21900 (eval $ac_link) 2>&5
21902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21903 (exit $ac_status); } &&
21904 { ac_try
='test -s conftest$ac_exeext'
21905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21906 (eval $ac_try) 2>&5
21908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21909 (exit $ac_status); }; }; then
21910 ac_cv_lib_bsd_gethostbyname
=yes
21912 echo "$as_me: failed program was:" >&5
21913 sed 's/^/| /' conftest.
$ac_ext >&5
21915 ac_cv_lib_bsd_gethostbyname
=no
21917 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21918 LIBS
=$ac_check_lib_save_LIBS
21920 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
21921 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
21922 if test $ac_cv_lib_bsd_gethostbyname = yes; then
21923 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
21929 # lieder@skyler.mavd.honeywell.com says without -lsocket,
21930 # socket/setsockopt and other routines are undefined under SCO ODT
21931 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
21932 # on later versions), says Simon Leinen: it contains gethostby*
21933 # variants that don't use the name server (or something). -lsocket
21934 # must be given before -lnsl if both are needed. We assume that
21935 # if connect needs -lnsl, so does gethostbyname.
21936 echo "$as_me:$LINENO: checking for connect" >&5
21937 echo $ECHO_N "checking for connect... $ECHO_C" >&6
21938 if test "${ac_cv_func_connect+set}" = set; then
21939 echo $ECHO_N "(cached) $ECHO_C" >&6
21941 cat >conftest.
$ac_ext <<_ACEOF
21942 #line $LINENO "configure"
21945 cat confdefs.h
>>conftest.
$ac_ext
21946 cat >>conftest.
$ac_ext <<_ACEOF
21947 /* end confdefs.h. */
21948 /* System header to define __stub macros and hopefully few prototypes,
21949 which can conflict with char connect (); below.
21950 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21951 <limits.h> exists even on freestanding compilers. */
21953 # include <limits.h>
21955 # include <assert.h>
21957 /* Override any gcc2 internal prototype to avoid an error. */
21962 /* We use char because int might match the return type of a gcc2
21963 builtin and then its argument prototype would still apply. */
21965 /* The GNU C library defines this for functions which it implements
21966 to always fail with ENOSYS. Some functions are actually named
21967 something starting with __ and the normal name is an alias. */
21968 #if defined (__stub_connect) || defined (__stub___connect)
21971 char (*f) () = connect;
21980 return f != connect;
21985 rm -f conftest.
$ac_objext conftest
$ac_exeext
21986 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21987 (eval $ac_link) 2>&5
21989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21990 (exit $ac_status); } &&
21991 { ac_try
='test -s conftest$ac_exeext'
21992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21993 (eval $ac_try) 2>&5
21995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21996 (exit $ac_status); }; }; then
21997 ac_cv_func_connect
=yes
21999 echo "$as_me: failed program was:" >&5
22000 sed 's/^/| /' conftest.
$ac_ext >&5
22002 ac_cv_func_connect
=no
22004 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22006 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
22007 echo "${ECHO_T}$ac_cv_func_connect" >&6
22009 if test $ac_cv_func_connect = no
; then
22010 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
22011 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
22012 if test "${ac_cv_lib_socket_connect+set}" = set; then
22013 echo $ECHO_N "(cached) $ECHO_C" >&6
22015 ac_check_lib_save_LIBS
=$LIBS
22016 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
22017 cat >conftest.
$ac_ext <<_ACEOF
22018 #line $LINENO "configure"
22021 cat confdefs.h
>>conftest.
$ac_ext
22022 cat >>conftest.
$ac_ext <<_ACEOF
22023 /* end confdefs.h. */
22025 /* Override any gcc2 internal prototype to avoid an error. */
22029 /* We use char because int might match the return type of a gcc2
22030 builtin and then its argument prototype would still apply. */
22040 rm -f conftest.
$ac_objext conftest
$ac_exeext
22041 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22042 (eval $ac_link) 2>&5
22044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22045 (exit $ac_status); } &&
22046 { ac_try
='test -s conftest$ac_exeext'
22047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22048 (eval $ac_try) 2>&5
22050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22051 (exit $ac_status); }; }; then
22052 ac_cv_lib_socket_connect
=yes
22054 echo "$as_me: failed program was:" >&5
22055 sed 's/^/| /' conftest.
$ac_ext >&5
22057 ac_cv_lib_socket_connect
=no
22059 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22060 LIBS
=$ac_check_lib_save_LIBS
22062 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
22063 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
22064 if test $ac_cv_lib_socket_connect = yes; then
22065 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
22070 # Guillermo Gomez says -lposix is necessary on A/UX.
22071 echo "$as_me:$LINENO: checking for remove" >&5
22072 echo $ECHO_N "checking for remove... $ECHO_C" >&6
22073 if test "${ac_cv_func_remove+set}" = set; then
22074 echo $ECHO_N "(cached) $ECHO_C" >&6
22076 cat >conftest.
$ac_ext <<_ACEOF
22077 #line $LINENO "configure"
22080 cat confdefs.h
>>conftest.
$ac_ext
22081 cat >>conftest.
$ac_ext <<_ACEOF
22082 /* end confdefs.h. */
22083 /* System header to define __stub macros and hopefully few prototypes,
22084 which can conflict with char remove (); below.
22085 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22086 <limits.h> exists even on freestanding compilers. */
22088 # include <limits.h>
22090 # include <assert.h>
22092 /* Override any gcc2 internal prototype to avoid an error. */
22097 /* We use char because int might match the return type of a gcc2
22098 builtin and then its argument prototype would still apply. */
22100 /* The GNU C library defines this for functions which it implements
22101 to always fail with ENOSYS. Some functions are actually named
22102 something starting with __ and the normal name is an alias. */
22103 #if defined (__stub_remove) || defined (__stub___remove)
22106 char (*f) () = remove;
22115 return f != remove;
22120 rm -f conftest.
$ac_objext conftest
$ac_exeext
22121 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22122 (eval $ac_link) 2>&5
22124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22125 (exit $ac_status); } &&
22126 { ac_try
='test -s conftest$ac_exeext'
22127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22128 (eval $ac_try) 2>&5
22130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22131 (exit $ac_status); }; }; then
22132 ac_cv_func_remove
=yes
22134 echo "$as_me: failed program was:" >&5
22135 sed 's/^/| /' conftest.
$ac_ext >&5
22137 ac_cv_func_remove
=no
22139 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22141 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
22142 echo "${ECHO_T}$ac_cv_func_remove" >&6
22144 if test $ac_cv_func_remove = no
; then
22145 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
22146 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
22147 if test "${ac_cv_lib_posix_remove+set}" = set; then
22148 echo $ECHO_N "(cached) $ECHO_C" >&6
22150 ac_check_lib_save_LIBS
=$LIBS
22151 LIBS
="-lposix $LIBS"
22152 cat >conftest.
$ac_ext <<_ACEOF
22153 #line $LINENO "configure"
22156 cat confdefs.h
>>conftest.
$ac_ext
22157 cat >>conftest.
$ac_ext <<_ACEOF
22158 /* end confdefs.h. */
22160 /* Override any gcc2 internal prototype to avoid an error. */
22164 /* We use char because int might match the return type of a gcc2
22165 builtin and then its argument prototype would still apply. */
22175 rm -f conftest.
$ac_objext conftest
$ac_exeext
22176 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22177 (eval $ac_link) 2>&5
22179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22180 (exit $ac_status); } &&
22181 { ac_try
='test -s conftest$ac_exeext'
22182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22183 (eval $ac_try) 2>&5
22185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22186 (exit $ac_status); }; }; then
22187 ac_cv_lib_posix_remove
=yes
22189 echo "$as_me: failed program was:" >&5
22190 sed 's/^/| /' conftest.
$ac_ext >&5
22192 ac_cv_lib_posix_remove
=no
22194 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22195 LIBS
=$ac_check_lib_save_LIBS
22197 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
22198 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
22199 if test $ac_cv_lib_posix_remove = yes; then
22200 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
22205 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
22206 echo "$as_me:$LINENO: checking for shmat" >&5
22207 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
22208 if test "${ac_cv_func_shmat+set}" = set; then
22209 echo $ECHO_N "(cached) $ECHO_C" >&6
22211 cat >conftest.
$ac_ext <<_ACEOF
22212 #line $LINENO "configure"
22215 cat confdefs.h
>>conftest.
$ac_ext
22216 cat >>conftest.
$ac_ext <<_ACEOF
22217 /* end confdefs.h. */
22218 /* System header to define __stub macros and hopefully few prototypes,
22219 which can conflict with char shmat (); below.
22220 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22221 <limits.h> exists even on freestanding compilers. */
22223 # include <limits.h>
22225 # include <assert.h>
22227 /* Override any gcc2 internal prototype to avoid an error. */
22232 /* We use char because int might match the return type of a gcc2
22233 builtin and then its argument prototype would still apply. */
22235 /* The GNU C library defines this for functions which it implements
22236 to always fail with ENOSYS. Some functions are actually named
22237 something starting with __ and the normal name is an alias. */
22238 #if defined (__stub_shmat) || defined (__stub___shmat)
22241 char (*f) () = shmat;
22255 rm -f conftest.
$ac_objext conftest
$ac_exeext
22256 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22257 (eval $ac_link) 2>&5
22259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22260 (exit $ac_status); } &&
22261 { ac_try
='test -s conftest$ac_exeext'
22262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22263 (eval $ac_try) 2>&5
22265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22266 (exit $ac_status); }; }; then
22267 ac_cv_func_shmat
=yes
22269 echo "$as_me: failed program was:" >&5
22270 sed 's/^/| /' conftest.
$ac_ext >&5
22272 ac_cv_func_shmat
=no
22274 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22276 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
22277 echo "${ECHO_T}$ac_cv_func_shmat" >&6
22279 if test $ac_cv_func_shmat = no
; then
22280 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
22281 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
22282 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
22283 echo $ECHO_N "(cached) $ECHO_C" >&6
22285 ac_check_lib_save_LIBS
=$LIBS
22287 cat >conftest.
$ac_ext <<_ACEOF
22288 #line $LINENO "configure"
22291 cat confdefs.h
>>conftest.
$ac_ext
22292 cat >>conftest.
$ac_ext <<_ACEOF
22293 /* end confdefs.h. */
22295 /* Override any gcc2 internal prototype to avoid an error. */
22299 /* We use char because int might match the return type of a gcc2
22300 builtin and then its argument prototype would still apply. */
22310 rm -f conftest.
$ac_objext conftest
$ac_exeext
22311 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22312 (eval $ac_link) 2>&5
22314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22315 (exit $ac_status); } &&
22316 { ac_try
='test -s conftest$ac_exeext'
22317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22318 (eval $ac_try) 2>&5
22320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22321 (exit $ac_status); }; }; then
22322 ac_cv_lib_ipc_shmat
=yes
22324 echo "$as_me: failed program was:" >&5
22325 sed 's/^/| /' conftest.
$ac_ext >&5
22327 ac_cv_lib_ipc_shmat
=no
22329 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22330 LIBS
=$ac_check_lib_save_LIBS
22332 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
22333 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
22334 if test $ac_cv_lib_ipc_shmat = yes; then
22335 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
22341 # Check for libraries that X11R6 Xt/Xaw programs need.
22342 ac_save_LDFLAGS
=$LDFLAGS
22343 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
22344 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
22345 # check for ICE first), but we must link in the order -lSM -lICE or
22346 # we get undefined symbols. So assume we have SM if we have ICE.
22347 # These have to be linked with before -lX11, unlike the other
22348 # libraries we check for below, so use a different variable.
22349 # John Interrante, Karl Berry
22350 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
22351 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
22352 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
22353 echo $ECHO_N "(cached) $ECHO_C" >&6
22355 ac_check_lib_save_LIBS
=$LIBS
22356 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
22357 cat >conftest.
$ac_ext <<_ACEOF
22358 #line $LINENO "configure"
22361 cat confdefs.h
>>conftest.
$ac_ext
22362 cat >>conftest.
$ac_ext <<_ACEOF
22363 /* end confdefs.h. */
22365 /* Override any gcc2 internal prototype to avoid an error. */
22369 /* We use char because int might match the return type of a gcc2
22370 builtin and then its argument prototype would still apply. */
22371 char IceConnectionNumber ();
22375 IceConnectionNumber ();
22380 rm -f conftest.
$ac_objext conftest
$ac_exeext
22381 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22382 (eval $ac_link) 2>&5
22384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22385 (exit $ac_status); } &&
22386 { ac_try
='test -s conftest$ac_exeext'
22387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22388 (eval $ac_try) 2>&5
22390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22391 (exit $ac_status); }; }; then
22392 ac_cv_lib_ICE_IceConnectionNumber
=yes
22394 echo "$as_me: failed program was:" >&5
22395 sed 's/^/| /' conftest.
$ac_ext >&5
22397 ac_cv_lib_ICE_IceConnectionNumber
=no
22399 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22400 LIBS
=$ac_check_lib_save_LIBS
22402 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
22403 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
22404 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
22405 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
22408 LDFLAGS
=$ac_save_LDFLAGS
22413 if test "$no_x" = "yes"; then
22414 { { echo "$as_me:$LINENO: error: X11 not found" >&5
22415 echo "$as_me: error: X11 not found" >&2;}
22416 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
22419 GUI_TK_LIBRARY
="$X_LIBS"
22420 TOOLKIT_INCLUDE
="$X_CFLAGS"
22421 AFMINSTALL
=afminstall
22422 COMPILED_X_PROGRAM
=0
22424 if test "$wxUSE_NANOX" = "yes"; then
22425 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
22426 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
22427 if test "x$MICROWIN" = x
; then
22428 echo "$as_me:$LINENO: result: not found" >&5
22429 echo "${ECHO_T}not found" >&6
22430 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
22431 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
22432 { (exit 1); exit 1; }; }
22434 echo "$as_me:$LINENO: result: $MICROWIN" >&5
22435 echo "${ECHO_T}$MICROWIN" >&6
22436 cat >>confdefs.h
<<\_ACEOF
22437 #define wxUSE_NANOX 1
22444 echo "$as_me:$LINENO: checking for Xpm library" >&5
22445 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
22448 for ac_dir
in $SEARCH_LIB /usr
/lib
;
22450 for ac_extension
in a so sl dylib
; do
22451 if test -f "$ac_dir/libXpm.$ac_extension"; then
22452 ac_find_libraries
=$ac_dir
22458 if test "$ac_find_libraries" != "" ; then
22460 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
22462 if test $result = 0; then
22465 ac_path_to_link
=" -L$ac_find_libraries"
22468 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
22470 cat >>confdefs.h
<<\_ACEOF
22471 #define wxHAVE_LIB_XPM 1
22474 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
22475 echo "${ECHO_T}found at $ac_find_libraries" >&6
22477 cat >conftest.
$ac_ext <<_ACEOF
22478 #line $LINENO "configure"
22481 cat confdefs.h
>>conftest.
$ac_ext
22482 cat >>conftest.
$ac_ext <<_ACEOF
22483 /* end confdefs.h. */
22485 #include <X11/xpm.h>
22492 version = XpmLibraryVersion();
22498 rm -f conftest.
$ac_objext
22499 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22500 (eval $ac_compile) 2>&5
22502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22503 (exit $ac_status); } &&
22504 { ac_try
='test -s conftest.$ac_objext'
22505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22506 (eval $ac_try) 2>&5
22508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22509 (exit $ac_status); }; }; then
22512 cat >>confdefs.h
<<\_ACEOF
22513 #define wxHAVE_LIB_XPM 1
22516 echo "$as_me:$LINENO: result: found in default search path" >&5
22517 echo "${ECHO_T}found in default search path" >&6
22518 COMPILED_X_PROGRAM
=0
22521 echo "$as_me: failed program was:" >&5
22522 sed 's/^/| /' conftest.
$ac_ext >&5
22525 echo "$as_me:$LINENO: result: no" >&5
22526 echo "${ECHO_T}no" >&6
22527 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
22528 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
22532 rm -f conftest.
$ac_objext conftest.
$ac_ext
22535 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
22536 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
22537 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
22538 echo $ECHO_N "(cached) $ECHO_C" >&6
22540 ac_check_lib_save_LIBS
=$LIBS
22541 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
22542 cat >conftest.
$ac_ext <<_ACEOF
22543 #line $LINENO "configure"
22546 cat confdefs.h
>>conftest.
$ac_ext
22547 cat >>conftest.
$ac_ext <<_ACEOF
22548 /* end confdefs.h. */
22550 /* Override any gcc2 internal prototype to avoid an error. */
22554 /* We use char because int might match the return type of a gcc2
22555 builtin and then its argument prototype would still apply. */
22556 char XShapeQueryExtension ();
22560 XShapeQueryExtension ();
22565 rm -f conftest.
$ac_objext conftest
$ac_exeext
22566 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22567 (eval $ac_link) 2>&5
22569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22570 (exit $ac_status); } &&
22571 { ac_try
='test -s conftest$ac_exeext'
22572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22573 (eval $ac_try) 2>&5
22575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22576 (exit $ac_status); }; }; then
22577 ac_cv_lib_Xext_XShapeQueryExtension
=yes
22579 echo "$as_me: failed program was:" >&5
22580 sed 's/^/| /' conftest.
$ac_ext >&5
22582 ac_cv_lib_Xext_XShapeQueryExtension
=no
22584 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22585 LIBS
=$ac_check_lib_save_LIBS
22587 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
22588 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
22589 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
22591 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
22597 if test "$wxUSE_UNICODE" = "yes"; then
22601 if test -z "$PKG_CONFIG"; then
22602 # Extract the first word of "pkg-config", so it can be a program name with args.
22603 set dummy pkg
-config; ac_word
=$2
22604 echo "$as_me:$LINENO: checking for $ac_word" >&5
22605 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22606 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22607 echo $ECHO_N "(cached) $ECHO_C" >&6
22609 case $PKG_CONFIG in
22611 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22614 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22615 for as_dir
in $PATH
22618 test -z "$as_dir" && as_dir
=.
22619 for ac_exec_ext
in '' $ac_executable_extensions; do
22620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22621 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22628 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22632 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22634 if test -n "$PKG_CONFIG"; then
22635 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22636 echo "${ECHO_T}$PKG_CONFIG" >&6
22638 echo "$as_me:$LINENO: result: no" >&5
22639 echo "${ECHO_T}no" >&6
22644 if test "$PKG_CONFIG" = "no" ; then
22645 echo "*** The pkg-config script could not be found. Make sure it is"
22646 echo "*** in your path, or set the PKG_CONFIG environment variable"
22647 echo "*** to the full path to pkg-config."
22648 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22650 PKG_CONFIG_MIN_VERSION
=0.9.0
22651 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22652 echo "$as_me:$LINENO: checking for pangox" >&5
22653 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
22655 if $PKG_CONFIG --exists "pangox" ; then
22656 echo "$as_me:$LINENO: result: yes" >&5
22657 echo "${ECHO_T}yes" >&6
22660 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
22661 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
22662 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
22663 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
22664 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
22666 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
22667 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
22668 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
22669 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
22670 echo "${ECHO_T}$PANGOX_LIBS" >&6
22674 ## If we have a custom action on failure, don't print errors, but
22675 ## do set a variable so people can do so.
22676 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
22683 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22684 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22688 if test $succeeded = yes; then
22690 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
22691 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
22695 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
22696 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
22697 { (exit 1); exit 1; }; }
22705 if test -z "$PKG_CONFIG"; then
22706 # Extract the first word of "pkg-config", so it can be a program name with args.
22707 set dummy pkg
-config; ac_word
=$2
22708 echo "$as_me:$LINENO: checking for $ac_word" >&5
22709 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22710 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22711 echo $ECHO_N "(cached) $ECHO_C" >&6
22713 case $PKG_CONFIG in
22715 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22718 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22719 for as_dir
in $PATH
22722 test -z "$as_dir" && as_dir
=.
22723 for ac_exec_ext
in '' $ac_executable_extensions; do
22724 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22725 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22726 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22732 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22736 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22738 if test -n "$PKG_CONFIG"; then
22739 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22740 echo "${ECHO_T}$PKG_CONFIG" >&6
22742 echo "$as_me:$LINENO: result: no" >&5
22743 echo "${ECHO_T}no" >&6
22748 if test "$PKG_CONFIG" = "no" ; then
22749 echo "*** The pkg-config script could not be found. Make sure it is"
22750 echo "*** in your path, or set the PKG_CONFIG environment variable"
22751 echo "*** to the full path to pkg-config."
22752 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22754 PKG_CONFIG_MIN_VERSION
=0.9.0
22755 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22756 echo "$as_me:$LINENO: checking for pangoft2" >&5
22757 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
22759 if $PKG_CONFIG --exists "pangoft2" ; then
22760 echo "$as_me:$LINENO: result: yes" >&5
22761 echo "${ECHO_T}yes" >&6
22764 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
22765 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
22766 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
22767 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
22768 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
22770 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
22771 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
22772 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
22773 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
22774 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
22778 ## If we have a custom action on failure, don't print errors, but
22779 ## do set a variable so people can do so.
22780 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
22787 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22788 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22792 if test $succeeded = yes; then
22794 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
22795 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
22799 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
22800 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
22801 wxUSE_PRINTING_ARCHITECTURE
="no"
22809 if test -z "$PKG_CONFIG"; then
22810 # Extract the first word of "pkg-config", so it can be a program name with args.
22811 set dummy pkg
-config; ac_word
=$2
22812 echo "$as_me:$LINENO: checking for $ac_word" >&5
22813 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22814 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22815 echo $ECHO_N "(cached) $ECHO_C" >&6
22817 case $PKG_CONFIG in
22819 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22822 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22823 for as_dir
in $PATH
22826 test -z "$as_dir" && as_dir
=.
22827 for ac_exec_ext
in '' $ac_executable_extensions; do
22828 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22829 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22830 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22836 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22840 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22842 if test -n "$PKG_CONFIG"; then
22843 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22844 echo "${ECHO_T}$PKG_CONFIG" >&6
22846 echo "$as_me:$LINENO: result: no" >&5
22847 echo "${ECHO_T}no" >&6
22852 if test "$PKG_CONFIG" = "no" ; then
22853 echo "*** The pkg-config script could not be found. Make sure it is"
22854 echo "*** in your path, or set the PKG_CONFIG environment variable"
22855 echo "*** to the full path to pkg-config."
22856 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22858 PKG_CONFIG_MIN_VERSION
=0.9.0
22859 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22860 echo "$as_me:$LINENO: checking for pangoxft" >&5
22861 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
22863 if $PKG_CONFIG --exists "pangoxft" ; then
22864 echo "$as_me:$LINENO: result: yes" >&5
22865 echo "${ECHO_T}yes" >&6
22868 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
22869 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
22870 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
22871 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
22872 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
22874 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
22875 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
22876 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
22877 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
22878 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
22882 ## If we have a custom action on failure, don't print errors, but
22883 ## do set a variable so people can do so.
22884 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
22891 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22892 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22896 if test $succeeded = yes; then
22898 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
22899 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
22903 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
22904 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
22911 wxUSE_UNIVERSAL
="yes"
22913 if test "$wxUSE_NANOX" = "yes"; then
22914 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
22915 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"
22916 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
22918 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11$xpm_link"
22921 TOOLKIT_VPATH
="\${top_srcdir}/src/x11"
22926 if test "$wxUSE_MOTIF" = 1; then
22927 if test "$no_x" = yes; then
22928 # Not all programs may use this symbol, but it does not hurt to define it.
22930 cat >>confdefs.h
<<\_ACEOF
22931 #define X_DISPLAY_MISSING 1
22934 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
22936 if test -n "$x_includes"; then
22937 X_CFLAGS
="$X_CFLAGS -I$x_includes"
22940 # It would also be nice to do this for all -L options, not just this one.
22941 if test -n "$x_libraries"; then
22942 X_LIBS
="$X_LIBS -L$x_libraries"
22943 # For Solaris; some versions of Sun CC require a space after -R and
22944 # others require no space. Words are not sufficient . . . .
22945 case `(uname -sr) 2>/dev/null` in
22947 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
22948 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
22949 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
22950 cat >conftest.
$ac_ext <<_ACEOF
22951 #line $LINENO "configure"
22954 cat confdefs.h
>>conftest.
$ac_ext
22955 cat >>conftest.
$ac_ext <<_ACEOF
22956 /* end confdefs.h. */
22966 rm -f conftest.
$ac_objext conftest
$ac_exeext
22967 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22968 (eval $ac_link) 2>&5
22970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22971 (exit $ac_status); } &&
22972 { ac_try
='test -s conftest$ac_exeext'
22973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22974 (eval $ac_try) 2>&5
22976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22977 (exit $ac_status); }; }; then
22980 echo "$as_me: failed program was:" >&5
22981 sed 's/^/| /' conftest.
$ac_ext >&5
22985 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22986 if test $ac_R_nospace = yes; then
22987 echo "$as_me:$LINENO: result: no" >&5
22988 echo "${ECHO_T}no" >&6
22989 X_LIBS
="$X_LIBS -R$x_libraries"
22991 LIBS
="$ac_xsave_LIBS -R $x_libraries"
22992 cat >conftest.
$ac_ext <<_ACEOF
22993 #line $LINENO "configure"
22996 cat confdefs.h
>>conftest.
$ac_ext
22997 cat >>conftest.
$ac_ext <<_ACEOF
22998 /* end confdefs.h. */
23008 rm -f conftest.
$ac_objext conftest
$ac_exeext
23009 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23010 (eval $ac_link) 2>&5
23012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23013 (exit $ac_status); } &&
23014 { ac_try
='test -s conftest$ac_exeext'
23015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23016 (eval $ac_try) 2>&5
23018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23019 (exit $ac_status); }; }; then
23022 echo "$as_me: failed program was:" >&5
23023 sed 's/^/| /' conftest.
$ac_ext >&5
23027 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23028 if test $ac_R_space = yes; then
23029 echo "$as_me:$LINENO: result: yes" >&5
23030 echo "${ECHO_T}yes" >&6
23031 X_LIBS
="$X_LIBS -R $x_libraries"
23033 echo "$as_me:$LINENO: result: neither works" >&5
23034 echo "${ECHO_T}neither works" >&6
23037 LIBS
=$ac_xsave_LIBS
23041 # Check for system-dependent libraries X programs must link with.
23042 # Do this before checking for the system-independent R6 libraries
23043 # (-lICE), since we may need -lsocket or whatever for X linking.
23045 if test "$ISC" = yes; then
23046 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
23048 # Martyn Johnson says this is needed for Ultrix, if the X
23049 # libraries were built with DECnet support. And Karl Berry says
23050 # the Alpha needs dnet_stub (dnet does not exist).
23051 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
23052 cat >conftest.
$ac_ext <<_ACEOF
23053 #line $LINENO "configure"
23056 cat confdefs.h
>>conftest.
$ac_ext
23057 cat >>conftest.
$ac_ext <<_ACEOF
23058 /* end confdefs.h. */
23060 /* Override any gcc2 internal prototype to avoid an error. */
23064 /* We use char because int might match the return type of a gcc2
23065 builtin and then its argument prototype would still apply. */
23066 char XOpenDisplay ();
23075 rm -f conftest.
$ac_objext conftest
$ac_exeext
23076 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23077 (eval $ac_link) 2>&5
23079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23080 (exit $ac_status); } &&
23081 { ac_try
='test -s conftest$ac_exeext'
23082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23083 (eval $ac_try) 2>&5
23085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23086 (exit $ac_status); }; }; then
23089 echo "$as_me: failed program was:" >&5
23090 sed 's/^/| /' conftest.
$ac_ext >&5
23092 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
23093 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
23094 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
23095 echo $ECHO_N "(cached) $ECHO_C" >&6
23097 ac_check_lib_save_LIBS
=$LIBS
23098 LIBS
="-ldnet $LIBS"
23099 cat >conftest.
$ac_ext <<_ACEOF
23100 #line $LINENO "configure"
23103 cat confdefs.h
>>conftest.
$ac_ext
23104 cat >>conftest.
$ac_ext <<_ACEOF
23105 /* end confdefs.h. */
23107 /* Override any gcc2 internal prototype to avoid an error. */
23111 /* We use char because int might match the return type of a gcc2
23112 builtin and then its argument prototype would still apply. */
23122 rm -f conftest.
$ac_objext conftest
$ac_exeext
23123 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23124 (eval $ac_link) 2>&5
23126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23127 (exit $ac_status); } &&
23128 { ac_try
='test -s conftest$ac_exeext'
23129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23130 (eval $ac_try) 2>&5
23132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23133 (exit $ac_status); }; }; then
23134 ac_cv_lib_dnet_dnet_ntoa
=yes
23136 echo "$as_me: failed program was:" >&5
23137 sed 's/^/| /' conftest.
$ac_ext >&5
23139 ac_cv_lib_dnet_dnet_ntoa
=no
23141 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23142 LIBS
=$ac_check_lib_save_LIBS
23144 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
23145 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
23146 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
23147 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
23150 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
23151 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
23152 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
23153 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
23154 echo $ECHO_N "(cached) $ECHO_C" >&6
23156 ac_check_lib_save_LIBS
=$LIBS
23157 LIBS
="-ldnet_stub $LIBS"
23158 cat >conftest.
$ac_ext <<_ACEOF
23159 #line $LINENO "configure"
23162 cat confdefs.h
>>conftest.
$ac_ext
23163 cat >>conftest.
$ac_ext <<_ACEOF
23164 /* end confdefs.h. */
23166 /* Override any gcc2 internal prototype to avoid an error. */
23170 /* We use char because int might match the return type of a gcc2
23171 builtin and then its argument prototype would still apply. */
23181 rm -f conftest.
$ac_objext conftest
$ac_exeext
23182 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23183 (eval $ac_link) 2>&5
23185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23186 (exit $ac_status); } &&
23187 { ac_try
='test -s conftest$ac_exeext'
23188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23189 (eval $ac_try) 2>&5
23191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23192 (exit $ac_status); }; }; then
23193 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
23195 echo "$as_me: failed program was:" >&5
23196 sed 's/^/| /' conftest.
$ac_ext >&5
23198 ac_cv_lib_dnet_stub_dnet_ntoa
=no
23200 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23201 LIBS
=$ac_check_lib_save_LIBS
23203 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
23204 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
23205 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
23206 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
23211 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23212 LIBS
="$ac_xsave_LIBS"
23214 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
23215 # to get the SysV transport functions.
23216 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
23218 # The nsl library prevents programs from opening the X display
23219 # on Irix 5.2, according to T.E. Dickey.
23220 # The functions gethostbyname, getservbyname, and inet_addr are
23221 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
23222 echo "$as_me:$LINENO: checking for gethostbyname" >&5
23223 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
23224 if test "${ac_cv_func_gethostbyname+set}" = set; then
23225 echo $ECHO_N "(cached) $ECHO_C" >&6
23227 cat >conftest.
$ac_ext <<_ACEOF
23228 #line $LINENO "configure"
23231 cat confdefs.h
>>conftest.
$ac_ext
23232 cat >>conftest.
$ac_ext <<_ACEOF
23233 /* end confdefs.h. */
23234 /* System header to define __stub macros and hopefully few prototypes,
23235 which can conflict with char gethostbyname (); below.
23236 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23237 <limits.h> exists even on freestanding compilers. */
23239 # include <limits.h>
23241 # include <assert.h>
23243 /* Override any gcc2 internal prototype to avoid an error. */
23248 /* We use char because int might match the return type of a gcc2
23249 builtin and then its argument prototype would still apply. */
23250 char gethostbyname ();
23251 /* The GNU C library defines this for functions which it implements
23252 to always fail with ENOSYS. Some functions are actually named
23253 something starting with __ and the normal name is an alias. */
23254 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
23257 char (*f) () = gethostbyname;
23266 return f != gethostbyname;
23271 rm -f conftest.
$ac_objext conftest
$ac_exeext
23272 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23273 (eval $ac_link) 2>&5
23275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23276 (exit $ac_status); } &&
23277 { ac_try
='test -s conftest$ac_exeext'
23278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23279 (eval $ac_try) 2>&5
23281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23282 (exit $ac_status); }; }; then
23283 ac_cv_func_gethostbyname
=yes
23285 echo "$as_me: failed program was:" >&5
23286 sed 's/^/| /' conftest.
$ac_ext >&5
23288 ac_cv_func_gethostbyname
=no
23290 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23292 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
23293 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
23295 if test $ac_cv_func_gethostbyname = no
; then
23296 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
23297 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
23298 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
23299 echo $ECHO_N "(cached) $ECHO_C" >&6
23301 ac_check_lib_save_LIBS
=$LIBS
23303 cat >conftest.
$ac_ext <<_ACEOF
23304 #line $LINENO "configure"
23307 cat confdefs.h
>>conftest.
$ac_ext
23308 cat >>conftest.
$ac_ext <<_ACEOF
23309 /* end confdefs.h. */
23311 /* Override any gcc2 internal prototype to avoid an error. */
23315 /* We use char because int might match the return type of a gcc2
23316 builtin and then its argument prototype would still apply. */
23317 char gethostbyname ();
23326 rm -f conftest.
$ac_objext conftest
$ac_exeext
23327 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23328 (eval $ac_link) 2>&5
23330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23331 (exit $ac_status); } &&
23332 { ac_try
='test -s conftest$ac_exeext'
23333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23334 (eval $ac_try) 2>&5
23336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23337 (exit $ac_status); }; }; then
23338 ac_cv_lib_nsl_gethostbyname
=yes
23340 echo "$as_me: failed program was:" >&5
23341 sed 's/^/| /' conftest.
$ac_ext >&5
23343 ac_cv_lib_nsl_gethostbyname
=no
23345 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23346 LIBS
=$ac_check_lib_save_LIBS
23348 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
23349 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
23350 if test $ac_cv_lib_nsl_gethostbyname = yes; then
23351 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
23354 if test $ac_cv_lib_nsl_gethostbyname = no
; then
23355 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
23356 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
23357 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
23358 echo $ECHO_N "(cached) $ECHO_C" >&6
23360 ac_check_lib_save_LIBS
=$LIBS
23362 cat >conftest.
$ac_ext <<_ACEOF
23363 #line $LINENO "configure"
23366 cat confdefs.h
>>conftest.
$ac_ext
23367 cat >>conftest.
$ac_ext <<_ACEOF
23368 /* end confdefs.h. */
23370 /* Override any gcc2 internal prototype to avoid an error. */
23374 /* We use char because int might match the return type of a gcc2
23375 builtin and then its argument prototype would still apply. */
23376 char gethostbyname ();
23385 rm -f conftest.
$ac_objext conftest
$ac_exeext
23386 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23387 (eval $ac_link) 2>&5
23389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23390 (exit $ac_status); } &&
23391 { ac_try
='test -s conftest$ac_exeext'
23392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23393 (eval $ac_try) 2>&5
23395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23396 (exit $ac_status); }; }; then
23397 ac_cv_lib_bsd_gethostbyname
=yes
23399 echo "$as_me: failed program was:" >&5
23400 sed 's/^/| /' conftest.
$ac_ext >&5
23402 ac_cv_lib_bsd_gethostbyname
=no
23404 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23405 LIBS
=$ac_check_lib_save_LIBS
23407 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
23408 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
23409 if test $ac_cv_lib_bsd_gethostbyname = yes; then
23410 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
23416 # lieder@skyler.mavd.honeywell.com says without -lsocket,
23417 # socket/setsockopt and other routines are undefined under SCO ODT
23418 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
23419 # on later versions), says Simon Leinen: it contains gethostby*
23420 # variants that don't use the name server (or something). -lsocket
23421 # must be given before -lnsl if both are needed. We assume that
23422 # if connect needs -lnsl, so does gethostbyname.
23423 echo "$as_me:$LINENO: checking for connect" >&5
23424 echo $ECHO_N "checking for connect... $ECHO_C" >&6
23425 if test "${ac_cv_func_connect+set}" = set; then
23426 echo $ECHO_N "(cached) $ECHO_C" >&6
23428 cat >conftest.
$ac_ext <<_ACEOF
23429 #line $LINENO "configure"
23432 cat confdefs.h
>>conftest.
$ac_ext
23433 cat >>conftest.
$ac_ext <<_ACEOF
23434 /* end confdefs.h. */
23435 /* System header to define __stub macros and hopefully few prototypes,
23436 which can conflict with char connect (); below.
23437 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23438 <limits.h> exists even on freestanding compilers. */
23440 # include <limits.h>
23442 # include <assert.h>
23444 /* Override any gcc2 internal prototype to avoid an error. */
23449 /* We use char because int might match the return type of a gcc2
23450 builtin and then its argument prototype would still apply. */
23452 /* The GNU C library defines this for functions which it implements
23453 to always fail with ENOSYS. Some functions are actually named
23454 something starting with __ and the normal name is an alias. */
23455 #if defined (__stub_connect) || defined (__stub___connect)
23458 char (*f) () = connect;
23467 return f != connect;
23472 rm -f conftest.
$ac_objext conftest
$ac_exeext
23473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23474 (eval $ac_link) 2>&5
23476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23477 (exit $ac_status); } &&
23478 { ac_try
='test -s conftest$ac_exeext'
23479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23480 (eval $ac_try) 2>&5
23482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23483 (exit $ac_status); }; }; then
23484 ac_cv_func_connect
=yes
23486 echo "$as_me: failed program was:" >&5
23487 sed 's/^/| /' conftest.
$ac_ext >&5
23489 ac_cv_func_connect
=no
23491 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23493 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
23494 echo "${ECHO_T}$ac_cv_func_connect" >&6
23496 if test $ac_cv_func_connect = no
; then
23497 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
23498 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
23499 if test "${ac_cv_lib_socket_connect+set}" = set; then
23500 echo $ECHO_N "(cached) $ECHO_C" >&6
23502 ac_check_lib_save_LIBS
=$LIBS
23503 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
23504 cat >conftest.
$ac_ext <<_ACEOF
23505 #line $LINENO "configure"
23508 cat confdefs.h
>>conftest.
$ac_ext
23509 cat >>conftest.
$ac_ext <<_ACEOF
23510 /* end confdefs.h. */
23512 /* Override any gcc2 internal prototype to avoid an error. */
23516 /* We use char because int might match the return type of a gcc2
23517 builtin and then its argument prototype would still apply. */
23527 rm -f conftest.
$ac_objext conftest
$ac_exeext
23528 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23529 (eval $ac_link) 2>&5
23531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23532 (exit $ac_status); } &&
23533 { ac_try
='test -s conftest$ac_exeext'
23534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23535 (eval $ac_try) 2>&5
23537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23538 (exit $ac_status); }; }; then
23539 ac_cv_lib_socket_connect
=yes
23541 echo "$as_me: failed program was:" >&5
23542 sed 's/^/| /' conftest.
$ac_ext >&5
23544 ac_cv_lib_socket_connect
=no
23546 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23547 LIBS
=$ac_check_lib_save_LIBS
23549 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
23550 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
23551 if test $ac_cv_lib_socket_connect = yes; then
23552 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
23557 # Guillermo Gomez says -lposix is necessary on A/UX.
23558 echo "$as_me:$LINENO: checking for remove" >&5
23559 echo $ECHO_N "checking for remove... $ECHO_C" >&6
23560 if test "${ac_cv_func_remove+set}" = set; then
23561 echo $ECHO_N "(cached) $ECHO_C" >&6
23563 cat >conftest.
$ac_ext <<_ACEOF
23564 #line $LINENO "configure"
23567 cat confdefs.h
>>conftest.
$ac_ext
23568 cat >>conftest.
$ac_ext <<_ACEOF
23569 /* end confdefs.h. */
23570 /* System header to define __stub macros and hopefully few prototypes,
23571 which can conflict with char remove (); below.
23572 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23573 <limits.h> exists even on freestanding compilers. */
23575 # include <limits.h>
23577 # include <assert.h>
23579 /* Override any gcc2 internal prototype to avoid an error. */
23584 /* We use char because int might match the return type of a gcc2
23585 builtin and then its argument prototype would still apply. */
23587 /* The GNU C library defines this for functions which it implements
23588 to always fail with ENOSYS. Some functions are actually named
23589 something starting with __ and the normal name is an alias. */
23590 #if defined (__stub_remove) || defined (__stub___remove)
23593 char (*f) () = remove;
23602 return f != remove;
23607 rm -f conftest.
$ac_objext conftest
$ac_exeext
23608 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23609 (eval $ac_link) 2>&5
23611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23612 (exit $ac_status); } &&
23613 { ac_try
='test -s conftest$ac_exeext'
23614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23615 (eval $ac_try) 2>&5
23617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23618 (exit $ac_status); }; }; then
23619 ac_cv_func_remove
=yes
23621 echo "$as_me: failed program was:" >&5
23622 sed 's/^/| /' conftest.
$ac_ext >&5
23624 ac_cv_func_remove
=no
23626 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23628 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
23629 echo "${ECHO_T}$ac_cv_func_remove" >&6
23631 if test $ac_cv_func_remove = no
; then
23632 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
23633 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
23634 if test "${ac_cv_lib_posix_remove+set}" = set; then
23635 echo $ECHO_N "(cached) $ECHO_C" >&6
23637 ac_check_lib_save_LIBS
=$LIBS
23638 LIBS
="-lposix $LIBS"
23639 cat >conftest.
$ac_ext <<_ACEOF
23640 #line $LINENO "configure"
23643 cat confdefs.h
>>conftest.
$ac_ext
23644 cat >>conftest.
$ac_ext <<_ACEOF
23645 /* end confdefs.h. */
23647 /* Override any gcc2 internal prototype to avoid an error. */
23651 /* We use char because int might match the return type of a gcc2
23652 builtin and then its argument prototype would still apply. */
23662 rm -f conftest.
$ac_objext conftest
$ac_exeext
23663 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23664 (eval $ac_link) 2>&5
23666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23667 (exit $ac_status); } &&
23668 { ac_try
='test -s conftest$ac_exeext'
23669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23670 (eval $ac_try) 2>&5
23672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23673 (exit $ac_status); }; }; then
23674 ac_cv_lib_posix_remove
=yes
23676 echo "$as_me: failed program was:" >&5
23677 sed 's/^/| /' conftest.
$ac_ext >&5
23679 ac_cv_lib_posix_remove
=no
23681 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23682 LIBS
=$ac_check_lib_save_LIBS
23684 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
23685 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
23686 if test $ac_cv_lib_posix_remove = yes; then
23687 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
23692 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
23693 echo "$as_me:$LINENO: checking for shmat" >&5
23694 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
23695 if test "${ac_cv_func_shmat+set}" = set; then
23696 echo $ECHO_N "(cached) $ECHO_C" >&6
23698 cat >conftest.
$ac_ext <<_ACEOF
23699 #line $LINENO "configure"
23702 cat confdefs.h
>>conftest.
$ac_ext
23703 cat >>conftest.
$ac_ext <<_ACEOF
23704 /* end confdefs.h. */
23705 /* System header to define __stub macros and hopefully few prototypes,
23706 which can conflict with char shmat (); below.
23707 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23708 <limits.h> exists even on freestanding compilers. */
23710 # include <limits.h>
23712 # include <assert.h>
23714 /* Override any gcc2 internal prototype to avoid an error. */
23719 /* We use char because int might match the return type of a gcc2
23720 builtin and then its argument prototype would still apply. */
23722 /* The GNU C library defines this for functions which it implements
23723 to always fail with ENOSYS. Some functions are actually named
23724 something starting with __ and the normal name is an alias. */
23725 #if defined (__stub_shmat) || defined (__stub___shmat)
23728 char (*f) () = shmat;
23742 rm -f conftest.
$ac_objext conftest
$ac_exeext
23743 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23744 (eval $ac_link) 2>&5
23746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23747 (exit $ac_status); } &&
23748 { ac_try
='test -s conftest$ac_exeext'
23749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23750 (eval $ac_try) 2>&5
23752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23753 (exit $ac_status); }; }; then
23754 ac_cv_func_shmat
=yes
23756 echo "$as_me: failed program was:" >&5
23757 sed 's/^/| /' conftest.
$ac_ext >&5
23759 ac_cv_func_shmat
=no
23761 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23763 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
23764 echo "${ECHO_T}$ac_cv_func_shmat" >&6
23766 if test $ac_cv_func_shmat = no
; then
23767 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
23768 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
23769 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
23770 echo $ECHO_N "(cached) $ECHO_C" >&6
23772 ac_check_lib_save_LIBS
=$LIBS
23774 cat >conftest.
$ac_ext <<_ACEOF
23775 #line $LINENO "configure"
23778 cat confdefs.h
>>conftest.
$ac_ext
23779 cat >>conftest.
$ac_ext <<_ACEOF
23780 /* end confdefs.h. */
23782 /* Override any gcc2 internal prototype to avoid an error. */
23786 /* We use char because int might match the return type of a gcc2
23787 builtin and then its argument prototype would still apply. */
23797 rm -f conftest.
$ac_objext conftest
$ac_exeext
23798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23799 (eval $ac_link) 2>&5
23801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23802 (exit $ac_status); } &&
23803 { ac_try
='test -s conftest$ac_exeext'
23804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23805 (eval $ac_try) 2>&5
23807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23808 (exit $ac_status); }; }; then
23809 ac_cv_lib_ipc_shmat
=yes
23811 echo "$as_me: failed program was:" >&5
23812 sed 's/^/| /' conftest.
$ac_ext >&5
23814 ac_cv_lib_ipc_shmat
=no
23816 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23817 LIBS
=$ac_check_lib_save_LIBS
23819 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
23820 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
23821 if test $ac_cv_lib_ipc_shmat = yes; then
23822 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
23828 # Check for libraries that X11R6 Xt/Xaw programs need.
23829 ac_save_LDFLAGS
=$LDFLAGS
23830 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
23831 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
23832 # check for ICE first), but we must link in the order -lSM -lICE or
23833 # we get undefined symbols. So assume we have SM if we have ICE.
23834 # These have to be linked with before -lX11, unlike the other
23835 # libraries we check for below, so use a different variable.
23836 # John Interrante, Karl Berry
23837 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
23838 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
23839 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
23840 echo $ECHO_N "(cached) $ECHO_C" >&6
23842 ac_check_lib_save_LIBS
=$LIBS
23843 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
23844 cat >conftest.
$ac_ext <<_ACEOF
23845 #line $LINENO "configure"
23848 cat confdefs.h
>>conftest.
$ac_ext
23849 cat >>conftest.
$ac_ext <<_ACEOF
23850 /* end confdefs.h. */
23852 /* Override any gcc2 internal prototype to avoid an error. */
23856 /* We use char because int might match the return type of a gcc2
23857 builtin and then its argument prototype would still apply. */
23858 char IceConnectionNumber ();
23862 IceConnectionNumber ();
23867 rm -f conftest.
$ac_objext conftest
$ac_exeext
23868 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23869 (eval $ac_link) 2>&5
23871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23872 (exit $ac_status); } &&
23873 { ac_try
='test -s conftest$ac_exeext'
23874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23875 (eval $ac_try) 2>&5
23877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23878 (exit $ac_status); }; }; then
23879 ac_cv_lib_ICE_IceConnectionNumber
=yes
23881 echo "$as_me: failed program was:" >&5
23882 sed 's/^/| /' conftest.
$ac_ext >&5
23884 ac_cv_lib_ICE_IceConnectionNumber
=no
23886 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23887 LIBS
=$ac_check_lib_save_LIBS
23889 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
23890 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
23891 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
23892 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
23895 LDFLAGS
=$ac_save_LDFLAGS
23900 if test "$no_x" = "yes"; then
23901 { { echo "$as_me:$LINENO: error: X11 not found" >&5
23902 echo "$as_me: error: X11 not found" >&2;}
23903 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
23906 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//'`
23907 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
23908 AFMINSTALL
=afminstall
23909 COMPILED_X_PROGRAM
=0
23911 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
23912 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
23915 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
23917 if test -f "$ac_dir/Xm/Xm.h"; then
23918 ac_find_includes
=$ac_dir
23923 if test "$ac_find_includes" != "" ; then
23924 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
23925 echo "${ECHO_T}found in $ac_find_includes" >&6
23927 if test "x$ac_find_includes" = "x/usr/include"; then
23928 ac_path_to_include
=""
23930 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
23932 if test $result = 0; then
23933 ac_path_to_include
=""
23935 ac_path_to_include
=" -I$ac_find_includes"
23939 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
23941 cat >conftest.
$ac_ext <<_ACEOF
23942 #line $LINENO "configure"
23945 cat confdefs.h
>>conftest.
$ac_ext
23946 cat >>conftest.
$ac_ext <<_ACEOF
23947 /* end confdefs.h. */
23956 version = xmUseVersion;
23962 rm -f conftest.
$ac_objext
23963 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23964 (eval $ac_compile) 2>&5
23966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23967 (exit $ac_status); } &&
23968 { ac_try
='test -s conftest.$ac_objext'
23969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23970 (eval $ac_try) 2>&5
23972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23973 (exit $ac_status); }; }; then
23975 echo "$as_me:$LINENO: result: found in default search path" >&5
23976 echo "${ECHO_T}found in default search path" >&6
23977 COMPILED_X_PROGRAM
=1
23980 echo "$as_me: failed program was:" >&5
23981 sed 's/^/| /' conftest.
$ac_ext >&5
23984 echo "$as_me:$LINENO: result: no" >&5
23985 echo "${ECHO_T}no" >&6
23986 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
23987 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
23988 { (exit 1); exit 1; }; }
23992 rm -f conftest.
$ac_objext conftest.
$ac_ext
23995 if test "$COMPILED_X_PROGRAM" = 0; then
23996 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
23997 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
24000 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24002 for ac_extension
in a so sl dylib
; do
24003 if test -f "$ac_dir/libXm.$ac_extension"; then
24004 ac_find_libraries
=$ac_dir
24010 if test "$ac_find_libraries" != "" ; then
24011 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
24012 echo "${ECHO_T}found at $ac_find_libraries" >&6
24015 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
24017 if test $result = 0; then
24020 ac_path_to_link
=" -L$ac_find_libraries"
24023 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
24025 save_CFLAGS
=$CFLAGS
24026 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
24028 cat >conftest.
$ac_ext <<_ACEOF
24029 #line $LINENO "configure"
24032 cat confdefs.h
>>conftest.
$ac_ext
24033 cat >>conftest.
$ac_ext <<_ACEOF
24034 /* end confdefs.h. */
24043 version = xmUseVersion;
24049 rm -f conftest.
$ac_objext
24050 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24051 (eval $ac_compile) 2>&5
24053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24054 (exit $ac_status); } &&
24055 { ac_try
='test -s conftest.$ac_objext'
24056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24057 (eval $ac_try) 2>&5
24059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24060 (exit $ac_status); }; }; then
24062 echo "$as_me:$LINENO: result: found in default search path" >&5
24063 echo "${ECHO_T}found in default search path" >&6
24064 COMPILED_X_PROGRAM
=1
24067 echo "$as_me: failed program was:" >&5
24068 sed 's/^/| /' conftest.
$ac_ext >&5
24071 echo "$as_me:$LINENO: result: no" >&5
24072 echo "${ECHO_T}no" >&6
24073 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
24074 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
24075 { (exit 1); exit 1; }; }
24079 rm -f conftest.
$ac_objext conftest.
$ac_ext
24081 CFLAGS
=$save_CFLAGS
24086 echo "$as_me:$LINENO: checking for Xpm library" >&5
24087 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
24090 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24092 for ac_extension
in a so sl dylib
; do
24093 if test -f "$ac_dir/libXpm.$ac_extension"; then
24094 ac_find_libraries
=$ac_dir
24100 if test "$ac_find_libraries" != "" ; then
24102 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
24104 if test $result = 0; then
24107 ac_path_to_link
=" -L$ac_find_libraries"
24110 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
24113 cat >>confdefs.h
<<\_ACEOF
24114 #define wxHAVE_LIB_XPM 1
24117 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
24118 echo "${ECHO_T}found at $ac_find_libraries" >&6
24120 save_CFLAGS
=$CFLAGS
24121 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
24123 cat >conftest.
$ac_ext <<_ACEOF
24124 #line $LINENO "configure"
24127 cat confdefs.h
>>conftest.
$ac_ext
24128 cat >>conftest.
$ac_ext <<_ACEOF
24129 /* end confdefs.h. */
24131 #include <X11/xpm.h>
24138 version = XpmLibraryVersion();
24144 rm -f conftest.
$ac_objext
24145 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24146 (eval $ac_compile) 2>&5
24148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24149 (exit $ac_status); } &&
24150 { ac_try
='test -s conftest.$ac_objext'
24151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24152 (eval $ac_try) 2>&5
24154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24155 (exit $ac_status); }; }; then
24158 cat >>confdefs.h
<<\_ACEOF
24159 #define wxHAVE_LIB_XPM 1
24162 echo "$as_me:$LINENO: result: found in default search path" >&5
24163 echo "${ECHO_T}found in default search path" >&6
24164 COMPILED_X_PROGRAM
=0
24167 echo "$as_me: failed program was:" >&5
24168 sed 's/^/| /' conftest.
$ac_ext >&5
24171 echo "$as_me:$LINENO: result: no" >&5
24172 echo "${ECHO_T}no" >&6
24173 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
24174 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
24178 rm -f conftest.
$ac_objext conftest.
$ac_ext
24180 CFLAGS
=$save_CFLAGS
24183 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
24184 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
24188 for libp
in "" " -lXp"; do
24189 if test "$libs_found" = "0"; then
24190 for libsm_ice
in " -lSM -lICE"; do
24191 if test "$libs_found" = "0"; then
24193 LIBS
="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
24194 save_CFLAGS
=$CFLAGS
24195 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
24197 cat >conftest.
$ac_ext <<_ACEOF
24198 #line $LINENO "configure"
24201 cat confdefs.h
>>conftest.
$ac_ext
24202 cat >>conftest.
$ac_ext <<_ACEOF
24203 /* end confdefs.h. */
24206 #include <Xm/List.h>
24212 XmString string = NULL;
24215 XmListAddItem(w, string, position);
24221 rm -f conftest.
$ac_objext conftest
$ac_exeext
24222 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24223 (eval $ac_link) 2>&5
24225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24226 (exit $ac_status); } &&
24227 { ac_try
='test -s conftest$ac_exeext'
24228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24229 (eval $ac_try) 2>&5
24231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24232 (exit $ac_status); }; }; then
24235 libsm_ice_link
="$libsm_ice"
24236 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
24237 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
24241 echo "$as_me: failed program was:" >&5
24242 sed 's/^/| /' conftest.
$ac_ext >&5
24247 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24250 CFLAGS
=$save_CFLAGS
24256 if test "$libs_found" = "0"; then
24257 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
24258 echo "${ECHO_T}can't find the right libraries" >&6
24259 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
24260 echo "$as_me: error: can't link a simple motif program" >&2;}
24261 { (exit 1); exit 1; }; }
24264 save_CFLAGS
=$CFLAGS
24265 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
24266 echo "$as_me:$LINENO: checking for Motif 2" >&5
24267 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
24268 cat >conftest.
$ac_ext <<_ACEOF
24269 #line $LINENO "configure"
24272 cat confdefs.h
>>conftest.
$ac_ext
24273 cat >>conftest.
$ac_ext <<_ACEOF
24274 /* end confdefs.h. */
24282 #if XmVersion < 2000
24283 #error "Not Motif 2"
24290 rm -f conftest.
$ac_objext
24291 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24292 (eval $ac_compile) 2>&5
24294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24295 (exit $ac_status); } &&
24296 { ac_try
='test -s conftest.$ac_objext'
24297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24298 (eval $ac_try) 2>&5
24300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24301 (exit $ac_status); }; }; then
24303 cat >>confdefs.h
<<\_ACEOF
24304 #define __WXMOTIF20__ 1
24307 echo "$as_me:$LINENO: result: found" >&5
24308 echo "${ECHO_T}found" >&6
24311 echo "$as_me: failed program was:" >&5
24312 sed 's/^/| /' conftest.
$ac_ext >&5
24315 cat >>confdefs.h
<<\_ACEOF
24316 #define __WXMOTIF20__ 0
24319 echo "$as_me:$LINENO: result: not found" >&5
24320 echo "${ECHO_T}not found" >&6
24323 rm -f conftest.
$ac_objext conftest.
$ac_ext
24324 CFLAGS
=$save_CFLAGS
24326 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
24327 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
24333 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 &&
24334 test "$wxHAVE_XEXT_LIB" = 1; then
24335 save_CFLAGS
="$CFLAGS"
24336 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
24338 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
24339 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
24340 cat >conftest.
$ac_ext <<_ACEOF
24341 #line $LINENO "configure"
24344 cat confdefs.h
>>conftest.
$ac_ext
24345 cat >>conftest.
$ac_ext <<_ACEOF
24346 /* end confdefs.h. */
24348 #include <X11/Xlib.h>
24349 #include <X11/extensions/shape.h>
24355 int dummy1, dummy2;
24356 XShapeQueryExtension((Display*)NULL,
24357 (int*)NULL, (int*)NULL);
24363 rm -f conftest.
$ac_objext
24364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24365 (eval $ac_compile) 2>&5
24367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24368 (exit $ac_status); } &&
24369 { ac_try
='test -s conftest.$ac_objext'
24370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24371 (eval $ac_try) 2>&5
24373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24374 (exit $ac_status); }; }; then
24376 cat >>confdefs.h
<<\_ACEOF
24377 #define HAVE_XSHAPE 1
24380 echo "$as_me:$LINENO: result: found" >&5
24381 echo "${ECHO_T}found" >&6
24384 echo "$as_me: failed program was:" >&5
24385 sed 's/^/| /' conftest.
$ac_ext >&5
24388 echo "$as_me:$LINENO: result: not found" >&5
24389 echo "${ECHO_T}not found" >&6
24392 rm -f conftest.
$ac_objext conftest.
$ac_ext
24393 CFLAGS
="$save_CFLAGS"
24396 if test "$wxUSE_MAC" = 1; then
24397 CPPFLAGS
="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
24399 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
24404 if test "$wxUSE_COCOA" = 1; then
24405 TOOLKIT_VPATH
="\${top_srcdir}/src/cocoa"
24410 if test "$wxUSE_PM" = 1; then
24413 { echo "$as_me:$LINENO: WARNING: OS/2 threads are not yet supported... disabled" >&5
24414 echo "$as_me: WARNING: OS/2 threads are not yet supported... disabled" >&2;}
24418 if test "$TOOLKIT" = "PM" ; then
24421 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
24424 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
24426 if test "$wxUSE_UNIVERSAL" = "yes"; then
24427 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
24429 ALL_SOURCES
="\$(ALL_SOURCES) \${UNIV_SOURCES}"
24430 ALL_HEADERS
="\$(ALL_HEADERS) \${UNIV_HEADERS}"
24432 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
24433 if test "$wxUSE_X11" = 1; then
24434 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
24436 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
24438 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
24441 ALL_OBJECTS
="\$(GUIOBJS)"
24442 ALL_SOURCES
="\$(ALL_SOURCES)"
24443 ALL_HEADERS
="\$(ALL_HEADERS)"
24446 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
24448 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
24449 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
24452 if test "$wxUSE_HTML" = "yes"; then
24453 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
24456 if test "$wxUSE_LIBJPEG" = "builtin" ; then
24457 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
24459 if test "$wxUSE_LIBTIFF" = "builtin" ; then
24460 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
24462 if test "$wxUSE_LIBPNG" = "builtin" ; then
24463 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
24466 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
24467 DISTDIR
="wx\$(TOOLKIT)"
24473 if test "$USE_WIN32" = 1 ; then
24474 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
24475 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
24479 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
24480 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
24483 ALL_SOURCES
="\$(ALL_SOURCES)"
24484 ALL_HEADERS
="\$(ALL_HEADERS)"
24486 PORT_FILES
="\${top_srcdir}/src/files.lst"
24488 GUIDIST
="BASE_DIST"
24498 if test "$TOOLKIT" != "MSW" ; then
24500 if test "$wxUSE_ODBC" != "no" ; then
24501 cat >>confdefs.h
<<\_ACEOF
24502 #define wxUSE_ODBC 1
24505 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
24507 WXODBCFLAG
="-D_IODBC_"
24510 if test "$wxUSE_ODBC" = "sys" ; then
24512 if test "${ac_cv_header_sql_h+set}" = set; then
24513 echo "$as_me:$LINENO: checking for sql.h" >&5
24514 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24515 if test "${ac_cv_header_sql_h+set}" = set; then
24516 echo $ECHO_N "(cached) $ECHO_C" >&6
24518 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24519 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24521 # Is the header compilable?
24522 echo "$as_me:$LINENO: checking sql.h usability" >&5
24523 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
24524 cat >conftest.
$ac_ext <<_ACEOF
24525 #line $LINENO "configure"
24528 cat confdefs.h
>>conftest.
$ac_ext
24529 cat >>conftest.
$ac_ext <<_ACEOF
24530 /* end confdefs.h. */
24531 $ac_includes_default
24534 rm -f conftest.
$ac_objext
24535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24536 (eval $ac_compile) 2>&5
24538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24539 (exit $ac_status); } &&
24540 { ac_try
='test -s conftest.$ac_objext'
24541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24542 (eval $ac_try) 2>&5
24544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24545 (exit $ac_status); }; }; then
24546 ac_header_compiler
=yes
24548 echo "$as_me: failed program was:" >&5
24549 sed 's/^/| /' conftest.
$ac_ext >&5
24551 ac_header_compiler
=no
24553 rm -f conftest.
$ac_objext conftest.
$ac_ext
24554 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24555 echo "${ECHO_T}$ac_header_compiler" >&6
24557 # Is the header present?
24558 echo "$as_me:$LINENO: checking sql.h presence" >&5
24559 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
24560 cat >conftest.
$ac_ext <<_ACEOF
24561 #line $LINENO "configure"
24564 cat confdefs.h
>>conftest.
$ac_ext
24565 cat >>conftest.
$ac_ext <<_ACEOF
24566 /* end confdefs.h. */
24569 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24570 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24572 grep -v '^ *+' conftest.er1
>conftest.err
24574 cat conftest.err
>&5
24575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24576 (exit $ac_status); } >/dev
/null
; then
24577 if test -s conftest.err
; then
24578 ac_cpp_err
=$ac_c_preproc_warn_flag
24585 if test -z "$ac_cpp_err"; then
24586 ac_header_preproc
=yes
24588 echo "$as_me: failed program was:" >&5
24589 sed 's/^/| /' conftest.
$ac_ext >&5
24591 ac_header_preproc
=no
24593 rm -f conftest.err conftest.
$ac_ext
24594 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24595 echo "${ECHO_T}$ac_header_preproc" >&6
24597 # So? What about this header?
24598 case $ac_header_compiler:$ac_header_preproc in
24600 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
24601 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24602 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24603 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24606 ## ------------------------------------ ##
24607 ## Report this to bug-autoconf@gnu.org. ##
24608 ## ------------------------------------ ##
24611 sed "s/^/$as_me: WARNING: /" >&2
24614 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
24615 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
24616 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
24617 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
24618 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24619 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24622 ## ------------------------------------ ##
24623 ## Report this to bug-autoconf@gnu.org. ##
24624 ## ------------------------------------ ##
24627 sed "s/^/$as_me: WARNING: /" >&2
24630 echo "$as_me:$LINENO: checking for sql.h" >&5
24631 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24632 if test "${ac_cv_header_sql_h+set}" = set; then
24633 echo $ECHO_N "(cached) $ECHO_C" >&6
24635 ac_cv_header_sql_h
=$ac_header_preproc
24637 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24638 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24643 echo "$as_me:$LINENO: checking for library containing SQLAllocEnv" >&5
24644 echo $ECHO_N "checking for library containing SQLAllocEnv... $ECHO_C" >&6
24645 if test "${ac_cv_search_SQLAllocEnv+set}" = set; then
24646 echo $ECHO_N "(cached) $ECHO_C" >&6
24648 ac_func_search_save_LIBS
=$LIBS
24649 ac_cv_search_SQLAllocEnv
=no
24650 cat >conftest.
$ac_ext <<_ACEOF
24651 #line $LINENO "configure"
24654 cat confdefs.h
>>conftest.
$ac_ext
24655 cat >>conftest.
$ac_ext <<_ACEOF
24656 /* end confdefs.h. */
24658 /* Override any gcc2 internal prototype to avoid an error. */
24662 /* We use char because int might match the return type of a gcc2
24663 builtin and then its argument prototype would still apply. */
24664 char SQLAllocEnv ();
24673 rm -f conftest.
$ac_objext conftest
$ac_exeext
24674 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24675 (eval $ac_link) 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_search_SQLAllocEnv
="none required"
24687 echo "$as_me: failed program was:" >&5
24688 sed 's/^/| /' conftest.
$ac_ext >&5
24691 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24692 if test "$ac_cv_search_SQLAllocEnv" = no
; then
24693 for ac_lib
in iodbc unixodbc odbc
; do
24694 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
24695 cat >conftest.
$ac_ext <<_ACEOF
24696 #line $LINENO "configure"
24699 cat confdefs.h
>>conftest.
$ac_ext
24700 cat >>conftest.
$ac_ext <<_ACEOF
24701 /* end confdefs.h. */
24703 /* Override any gcc2 internal prototype to avoid an error. */
24707 /* We use char because int might match the return type of a gcc2
24708 builtin and then its argument prototype would still apply. */
24709 char SQLAllocEnv ();
24718 rm -f conftest.
$ac_objext conftest
$ac_exeext
24719 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24720 (eval $ac_link) 2>&5
24722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24723 (exit $ac_status); } &&
24724 { ac_try
='test -s conftest$ac_exeext'
24725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24726 (eval $ac_try) 2>&5
24728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24729 (exit $ac_status); }; }; then
24730 ac_cv_search_SQLAllocEnv
="-l$ac_lib"
24733 echo "$as_me: failed program was:" >&5
24734 sed 's/^/| /' conftest.
$ac_ext >&5
24737 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24740 LIBS
=$ac_func_search_save_LIBS
24742 echo "$as_me:$LINENO: result: $ac_cv_search_SQLAllocEnv" >&5
24743 echo "${ECHO_T}$ac_cv_search_SQLAllocEnv" >&6
24744 if test "$ac_cv_search_SQLAllocEnv" != no
; then
24745 test "$ac_cv_search_SQLAllocEnv" = "none required" || LIBS
="$ac_cv_search_SQLAllocEnv $LIBS"
24749 wxUSE_ODBC
=builtin;
24750 { echo "$as_me:$LINENO: WARNING: can't find system Odbc library falling back to builtin " >&5
24751 echo "$as_me: WARNING: can't find system Odbc library falling back to builtin " >&2;}
24756 if test "$wxUSE_ODBC" != "sys" ; then
24757 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
24764 if test "$wxUSE_REGEX" = "builtin" ; then
24765 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
24767 if test "$wxUSE_ZLIB" = "builtin" ; then
24768 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
24773 if test "$wxUSE_OPENGL" = "yes"; then
24774 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
24775 OPENGL_LIBS
="-framework OpenGL -framework AGL"
24776 elif test "$wxUSE_MSW" = 1; then
24777 OPENGL_LIBS
="-lopengl32 -lglu32"
24782 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
24784 if test -f "$ac_dir/GL/gl.h"; then
24785 ac_find_includes
=$ac_dir
24790 if test "$ac_find_includes" != "" ; then
24791 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
24792 echo "${ECHO_T}found in $ac_find_includes" >&6
24795 if test "x$ac_find_includes" = "x/usr/include"; then
24796 ac_path_to_include
=""
24798 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
24800 if test $result = 0; then
24801 ac_path_to_include
=""
24803 ac_path_to_include
=" -I$ac_find_includes"
24807 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
24811 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24812 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24813 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24814 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24815 echo $ECHO_N "(cached) $ECHO_C" >&6
24817 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24818 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24820 # Is the header compilable?
24821 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
24822 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
24823 cat >conftest.
$ac_ext <<_ACEOF
24824 #line $LINENO "configure"
24827 cat confdefs.h
>>conftest.
$ac_ext
24828 cat >>conftest.
$ac_ext <<_ACEOF
24829 /* end confdefs.h. */
24830 $ac_includes_default
24833 rm -f conftest.
$ac_objext
24834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24835 (eval $ac_compile) 2>&5
24837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24838 (exit $ac_status); } &&
24839 { ac_try
='test -s conftest.$ac_objext'
24840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24841 (eval $ac_try) 2>&5
24843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24844 (exit $ac_status); }; }; then
24845 ac_header_compiler
=yes
24847 echo "$as_me: failed program was:" >&5
24848 sed 's/^/| /' conftest.
$ac_ext >&5
24850 ac_header_compiler
=no
24852 rm -f conftest.
$ac_objext conftest.
$ac_ext
24853 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24854 echo "${ECHO_T}$ac_header_compiler" >&6
24856 # Is the header present?
24857 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
24858 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
24859 cat >conftest.
$ac_ext <<_ACEOF
24860 #line $LINENO "configure"
24863 cat confdefs.h
>>conftest.
$ac_ext
24864 cat >>conftest.
$ac_ext <<_ACEOF
24865 /* end confdefs.h. */
24868 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24869 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24871 grep -v '^ *+' conftest.er1
>conftest.err
24873 cat conftest.err
>&5
24874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24875 (exit $ac_status); } >/dev
/null
; then
24876 if test -s conftest.err
; then
24877 ac_cpp_err
=$ac_c_preproc_warn_flag
24884 if test -z "$ac_cpp_err"; then
24885 ac_header_preproc
=yes
24887 echo "$as_me: failed program was:" >&5
24888 sed 's/^/| /' conftest.
$ac_ext >&5
24890 ac_header_preproc
=no
24892 rm -f conftest.err conftest.
$ac_ext
24893 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24894 echo "${ECHO_T}$ac_header_preproc" >&6
24896 # So? What about this header?
24897 case $ac_header_compiler:$ac_header_preproc in
24899 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
24900 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24901 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24902 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24905 ## ------------------------------------ ##
24906 ## Report this to bug-autoconf@gnu.org. ##
24907 ## ------------------------------------ ##
24910 sed "s/^/$as_me: WARNING: /" >&2
24913 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
24914 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
24915 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
24916 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
24917 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24918 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24921 ## ------------------------------------ ##
24922 ## Report this to bug-autoconf@gnu.org. ##
24923 ## ------------------------------------ ##
24926 sed "s/^/$as_me: WARNING: /" >&2
24929 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24930 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24931 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24932 echo $ECHO_N "(cached) $ECHO_C" >&6
24934 ac_cv_header_GL_gl_h
=$ac_header_preproc
24936 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24937 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24940 if test $ac_cv_header_GL_gl_h = yes; then
24944 echo "$as_me:$LINENO: checking for -lGL" >&5
24945 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
24948 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24950 for ac_extension
in a so sl dylib
; do
24951 if test -f "$ac_dir/libGL.$ac_extension"; then
24952 ac_find_libraries
=$ac_dir
24958 if test "$ac_find_libraries" != "" ; then
24960 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
24962 if test $result = 0; then
24965 ac_path_to_link
=" -L$ac_find_libraries"
24968 if test "$ac_path_to_link" != " -L/usr/lib" ; then
24969 LDFLAGS_GL
="$ac_path_to_link"
24974 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24976 for ac_extension
in a so sl dylib
; do
24977 if test -f "$ac_dir/libGLU.$ac_extension"; then
24978 ac_find_libraries
=$ac_dir
24984 if test "$ac_find_libraries" != "" ; then
24986 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
24988 if test $result = 0; then
24991 ac_path_to_link
=" -L$ac_find_libraries"
24994 if test "$ac_path_to_link" != " -L/usr/lib" -a \
24995 "$ac_path_to_link" != "$LDFLAGS_GL"; then
24996 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
25000 OPENGL_LIBS
="-lGL -lGLU"
25001 echo "$as_me:$LINENO: result: yes" >&5
25002 echo "${ECHO_T}yes" >&6
25006 if "$found_gl" != 1; then
25007 echo "$as_me:$LINENO: result: no" >&5
25008 echo "${ECHO_T}no" >&6
25009 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
25010 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
25013 for ac_dir
in $SEARCH_LIB /usr
/lib
;
25015 for ac_extension
in a so sl dylib
; do
25016 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
25017 ac_find_libraries
=$ac_dir
25023 if test "$ac_find_libraries" != "" ; then
25025 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
25027 if test $result = 0; then
25030 ac_path_to_link
=" -L$ac_find_libraries"
25033 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
25034 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
25035 echo "$as_me:$LINENO: result: yes" >&5
25036 echo "${ECHO_T}yes" >&6
25038 echo "$as_me:$LINENO: result: no" >&5
25039 echo "${ECHO_T}no" >&6
25047 if test "x$OPENGL_LIBS" = "x"; then
25048 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
25049 echo "$as_me: error: OpenGL libraries not available" >&2;}
25050 { (exit 1); exit 1; }; }
25054 if test "$wxUSE_OPENGL" = "yes"; then
25056 cat >>confdefs.h
<<\_ACEOF
25057 #define wxUSE_OPENGL 1
25060 cat >>confdefs.h
<<\_ACEOF
25061 #define wxUSE_GLCANVAS 1
25064 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
25068 if test -z "$TOOLKIT_VPATH" ; then
25069 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
25072 if test -n "$TOOLKIT" ; then
25073 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
25077 lib_unicode_suffix
=
25078 if test "$wxUSE_UNICODE" = "yes"; then
25079 lib_unicode_suffix
=u
25085 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
25090 WX_VERSION_TAG
=`echo WX${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
25092 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
25093 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
25095 if test "$cross_compiling" = "yes"; then
25096 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
25097 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
25098 HOST_SUFFIX
="-${host_alias}"
25101 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
25102 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
25103 WX_LIBRARY_BASENAME
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
25105 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
25106 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
25108 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
25109 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
25110 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
25111 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25114 *-*-cygwin* | *-*-mingw32* )
25115 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
25116 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25121 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
25122 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
25124 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
25125 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
25126 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
25127 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25129 if test "$wxUSE_MAC" = 1; then
25130 WX_RESOURCES_MACOSX_ASCII
="lib${WX_LIBRARY}.${WX_CURRENT}.r"
25131 WX_RESOURCES_MACOSX_DATA
="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
25136 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
25137 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
25139 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
25140 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
25142 if test "$wxUSE_OPENGL" = "yes"; then
25143 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
25144 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
25149 if test "$wxUSE_SHARED" = "yes"; then
25151 *-pc-os2_emx | *-pc-os2-emx | \
25154 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
25155 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
25161 if test "$wxUSE_SHARED" = "yes"; then
25165 found_versioning
=no
25168 if test $found_versioning = no
; then
25169 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
25170 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
25171 if test "${wx_cv_version_script+set}" = set; then
25172 echo $ECHO_N "(cached) $ECHO_C" >&6
25175 echo "VER_1 { *; };" >conftest.sym
25176 echo "int main() { return 0; }" >conftest.cpp
25179 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
25180 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
25181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25182 (eval $ac_try) 2>&5
25184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25185 (exit $ac_status); }; } ; then
25186 if test -s conftest.stderr
; then
25187 wx_cv_version_script
=no
25189 wx_cv_version_script
=yes
25192 wx_cv_version_script
=no
25194 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
25197 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
25198 echo "${ECHO_T}$wx_cv_version_script" >&6
25199 if test $wx_cv_version_script = yes ; then
25200 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
25206 *-*-linux* | *-*-gnu* )
25207 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
25211 if test "$GCC" = yes ; then
25212 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
25214 saveLdflags
="$LDFLAGS"
25215 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
25216 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
25217 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
25218 cat >conftest.
$ac_ext <<_ACEOF
25219 #line $LINENO "configure"
25222 cat confdefs.h
>>conftest.
$ac_ext
25223 cat >>conftest.
$ac_ext <<_ACEOF
25224 /* end confdefs.h. */
25234 rm -f conftest.
$ac_objext conftest
$ac_exeext
25235 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25236 (eval $ac_link) 2>&5
25238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25239 (exit $ac_status); } &&
25240 { ac_try
='test -s conftest$ac_exeext'
25241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25242 (eval $ac_try) 2>&5
25244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25245 (exit $ac_status); }; }; then
25247 echo "$as_me:$LINENO: result: yes" >&5
25248 echo "${ECHO_T}yes" >&6
25249 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
25252 echo "$as_me: failed program was:" >&5
25253 sed 's/^/| /' conftest.
$ac_ext >&5
25256 echo "$as_me:$LINENO: result: no" >&5
25257 echo "${ECHO_T}no" >&6
25258 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
25259 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
25260 LDFLAGS
="$saveLdflags -Wl,-R,/"
25261 cat >conftest.
$ac_ext <<_ACEOF
25262 #line $LINENO "configure"
25265 cat confdefs.h
>>conftest.
$ac_ext
25266 cat >>conftest.
$ac_ext <<_ACEOF
25267 /* end confdefs.h. */
25277 rm -f conftest.
$ac_objext conftest
$ac_exeext
25278 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25279 (eval $ac_link) 2>&5
25281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25282 (exit $ac_status); } &&
25283 { ac_try
='test -s conftest$ac_exeext'
25284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25285 (eval $ac_try) 2>&5
25287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25288 (exit $ac_status); }; }; then
25290 echo "$as_me:$LINENO: result: yes" >&5
25291 echo "${ECHO_T}yes" >&6
25292 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
25294 echo "$as_me: failed program was:" >&5
25295 sed 's/^/| /' conftest.
$ac_ext >&5
25298 echo "$as_me:$LINENO: result: no" >&5
25299 echo "${ECHO_T}no" >&6
25302 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
25305 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
25306 LDFLAGS
="$saveLdflags"
25308 SHARED_LD
="${CXX} -G -o"
25310 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
25315 if test "x$WX_TARGET_LIBRARY" = "x"; then
25316 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
25317 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
25320 WX_TARGET_LIBRARY_TYPE
="so"
25321 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
25324 if test "$wxUSE_SHARED" = "no"; then
25326 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
25327 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
25330 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
25331 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
25334 if test "$wxUSE_OPENGL" = "yes"; then
25335 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
25336 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
25338 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
25341 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
25342 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
25344 WX_TARGET_LIBRARY_TYPE
="a"
25345 INSTALL_LIBRARY
='$(INSTALL_DATA)'
25355 if test "$wxUSE_MAC" = 1; then
25356 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
25357 WX_ALL
="${WX_ALL} ${LIBWXMACRES}"
25358 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
25359 # Extract the first word of "Rez", so it can be a program name with args.
25360 set dummy Rez
; ac_word
=$2
25361 echo "$as_me:$LINENO: checking for $ac_word" >&5
25362 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25363 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25364 echo $ECHO_N "(cached) $ECHO_C" >&6
25366 if test -n "$RESCOMP"; then
25367 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
25369 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25370 for as_dir
in $PATH
25373 test -z "$as_dir" && as_dir
=.
25374 for ac_exec_ext
in '' $ac_executable_extensions; do
25375 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25376 ac_cv_prog_RESCOMP
="Rez"
25377 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25383 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
25386 RESCOMP
=$ac_cv_prog_RESCOMP
25387 if test -n "$RESCOMP"; then
25388 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25389 echo "${ECHO_T}$RESCOMP" >&6
25391 echo "$as_me:$LINENO: result: no" >&5
25392 echo "${ECHO_T}no" >&6
25395 # Extract the first word of "DeRez", so it can be a program name with args.
25396 set dummy DeRez
; ac_word
=$2
25397 echo "$as_me:$LINENO: checking for $ac_word" >&5
25398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25399 if test "${ac_cv_prog_DEREZ+set}" = set; then
25400 echo $ECHO_N "(cached) $ECHO_C" >&6
25402 if test -n "$DEREZ"; then
25403 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
25405 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25406 for as_dir
in $PATH
25409 test -z "$as_dir" && as_dir
=.
25410 for ac_exec_ext
in '' $ac_executable_extensions; do
25411 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25412 ac_cv_prog_DEREZ
="DeRez"
25413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25419 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
25422 DEREZ
=$ac_cv_prog_DEREZ
25423 if test -n "$DEREZ"; then
25424 echo "$as_me:$LINENO: result: $DEREZ" >&5
25425 echo "${ECHO_T}$DEREZ" >&6
25427 echo "$as_me:$LINENO: result: no" >&5
25428 echo "${ECHO_T}no" >&6
25431 # Extract the first word of "SetFile", so it can be a program name with args.
25432 set dummy SetFile
; ac_word
=$2
25433 echo "$as_me:$LINENO: checking for $ac_word" >&5
25434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25435 if test "${ac_cv_prog_SETFILE+set}" = set; then
25436 echo $ECHO_N "(cached) $ECHO_C" >&6
25438 if test -n "$SETFILE"; then
25439 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
25441 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25442 for as_dir
in $PATH
25445 test -z "$as_dir" && as_dir
=.
25446 for ac_exec_ext
in '' $ac_executable_extensions; do
25447 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25448 ac_cv_prog_SETFILE
="SetFile"
25449 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25455 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
25458 SETFILE
=$ac_cv_prog_SETFILE
25459 if test -n "$SETFILE"; then
25460 echo "$as_me:$LINENO: result: $SETFILE" >&5
25461 echo "${ECHO_T}$SETFILE" >&6
25463 echo "$as_me:$LINENO: result: no" >&5
25464 echo "${ECHO_T}no" >&6
25467 MACOSX_BUNDLE
="bundle"
25468 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
25469 MACSETFILE
="\$(SETFILE)"
25470 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25471 elif test "$wxUSE_COCOA" = 1; then
25472 # Extract the first word of "Rez", so it can be a program name with args.
25473 set dummy Rez
; ac_word
=$2
25474 echo "$as_me:$LINENO: checking for $ac_word" >&5
25475 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25476 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25477 echo $ECHO_N "(cached) $ECHO_C" >&6
25479 if test -n "$RESCOMP"; then
25480 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
25482 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25483 for as_dir
in $PATH
25486 test -z "$as_dir" && as_dir
=.
25487 for ac_exec_ext
in '' $ac_executable_extensions; do
25488 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25489 ac_cv_prog_RESCOMP
="Rez"
25490 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25496 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
25499 RESCOMP
=$ac_cv_prog_RESCOMP
25500 if test -n "$RESCOMP"; then
25501 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25502 echo "${ECHO_T}$RESCOMP" >&6
25504 echo "$as_me:$LINENO: result: no" >&5
25505 echo "${ECHO_T}no" >&6
25508 # Extract the first word of "DeRez", so it can be a program name with args.
25509 set dummy DeRez
; ac_word
=$2
25510 echo "$as_me:$LINENO: checking for $ac_word" >&5
25511 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25512 if test "${ac_cv_prog_DEREZ+set}" = set; then
25513 echo $ECHO_N "(cached) $ECHO_C" >&6
25515 if test -n "$DEREZ"; then
25516 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
25518 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25519 for as_dir
in $PATH
25522 test -z "$as_dir" && as_dir
=.
25523 for ac_exec_ext
in '' $ac_executable_extensions; do
25524 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25525 ac_cv_prog_DEREZ
="DeRez"
25526 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25532 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
25535 DEREZ
=$ac_cv_prog_DEREZ
25536 if test -n "$DEREZ"; then
25537 echo "$as_me:$LINENO: result: $DEREZ" >&5
25538 echo "${ECHO_T}$DEREZ" >&6
25540 echo "$as_me:$LINENO: result: no" >&5
25541 echo "${ECHO_T}no" >&6
25544 # Extract the first word of "SetFile", so it can be a program name with args.
25545 set dummy SetFile
; ac_word
=$2
25546 echo "$as_me:$LINENO: checking for $ac_word" >&5
25547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25548 if test "${ac_cv_prog_SETFILE+set}" = set; then
25549 echo $ECHO_N "(cached) $ECHO_C" >&6
25551 if test -n "$SETFILE"; then
25552 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
25554 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25555 for as_dir
in $PATH
25558 test -z "$as_dir" && as_dir
=.
25559 for ac_exec_ext
in '' $ac_executable_extensions; do
25560 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25561 ac_cv_prog_SETFILE
="SetFile"
25562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25568 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
25571 SETFILE
=$ac_cv_prog_SETFILE
25572 if test -n "$SETFILE"; then
25573 echo "$as_me:$LINENO: result: $SETFILE" >&5
25574 echo "${ECHO_T}$SETFILE" >&6
25576 echo "$as_me:$LINENO: result: no" >&5
25577 echo "${ECHO_T}no" >&6
25580 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
25581 MACSETFILE
="\$(SETFILE)"
25582 MACRESWXCONFIG
="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25584 if test "$wxUSE_PM" = 1; then
25585 MACRESCOMP
="emxbind -ep"
25590 echo "$as_me:$LINENO: checking for mode_t" >&5
25591 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
25592 if test "${ac_cv_type_mode_t+set}" = set; then
25593 echo $ECHO_N "(cached) $ECHO_C" >&6
25595 cat >conftest.
$ac_ext <<_ACEOF
25596 #line $LINENO "configure"
25599 cat confdefs.h
>>conftest.
$ac_ext
25600 cat >>conftest.
$ac_ext <<_ACEOF
25601 /* end confdefs.h. */
25602 $ac_includes_default
25608 if (sizeof (mode_t))
25614 rm -f conftest.
$ac_objext
25615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25616 (eval $ac_compile) 2>&5
25618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25619 (exit $ac_status); } &&
25620 { ac_try
='test -s conftest.$ac_objext'
25621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25622 (eval $ac_try) 2>&5
25624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25625 (exit $ac_status); }; }; then
25626 ac_cv_type_mode_t
=yes
25628 echo "$as_me: failed program was:" >&5
25629 sed 's/^/| /' conftest.
$ac_ext >&5
25631 ac_cv_type_mode_t
=no
25633 rm -f conftest.
$ac_objext conftest.
$ac_ext
25635 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
25636 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
25637 if test $ac_cv_type_mode_t = yes; then
25641 cat >>confdefs.h
<<_ACEOF
25647 echo "$as_me:$LINENO: checking for off_t" >&5
25648 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
25649 if test "${ac_cv_type_off_t+set}" = set; then
25650 echo $ECHO_N "(cached) $ECHO_C" >&6
25652 cat >conftest.
$ac_ext <<_ACEOF
25653 #line $LINENO "configure"
25656 cat confdefs.h
>>conftest.
$ac_ext
25657 cat >>conftest.
$ac_ext <<_ACEOF
25658 /* end confdefs.h. */
25659 $ac_includes_default
25665 if (sizeof (off_t))
25671 rm -f conftest.
$ac_objext
25672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25673 (eval $ac_compile) 2>&5
25675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25676 (exit $ac_status); } &&
25677 { ac_try
='test -s conftest.$ac_objext'
25678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25679 (eval $ac_try) 2>&5
25681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25682 (exit $ac_status); }; }; then
25683 ac_cv_type_off_t
=yes
25685 echo "$as_me: failed program was:" >&5
25686 sed 's/^/| /' conftest.
$ac_ext >&5
25688 ac_cv_type_off_t
=no
25690 rm -f conftest.
$ac_objext conftest.
$ac_ext
25692 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
25693 echo "${ECHO_T}$ac_cv_type_off_t" >&6
25694 if test $ac_cv_type_off_t = yes; then
25698 cat >>confdefs.h
<<_ACEOF
25704 echo "$as_me:$LINENO: checking for pid_t" >&5
25705 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
25706 if test "${ac_cv_type_pid_t+set}" = set; then
25707 echo $ECHO_N "(cached) $ECHO_C" >&6
25709 cat >conftest.
$ac_ext <<_ACEOF
25710 #line $LINENO "configure"
25713 cat confdefs.h
>>conftest.
$ac_ext
25714 cat >>conftest.
$ac_ext <<_ACEOF
25715 /* end confdefs.h. */
25716 $ac_includes_default
25722 if (sizeof (pid_t))
25728 rm -f conftest.
$ac_objext
25729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25730 (eval $ac_compile) 2>&5
25732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25733 (exit $ac_status); } &&
25734 { ac_try
='test -s conftest.$ac_objext'
25735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25736 (eval $ac_try) 2>&5
25738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25739 (exit $ac_status); }; }; then
25740 ac_cv_type_pid_t
=yes
25742 echo "$as_me: failed program was:" >&5
25743 sed 's/^/| /' conftest.
$ac_ext >&5
25745 ac_cv_type_pid_t
=no
25747 rm -f conftest.
$ac_objext conftest.
$ac_ext
25749 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
25750 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
25751 if test $ac_cv_type_pid_t = yes; then
25755 cat >>confdefs.h
<<_ACEOF
25761 echo "$as_me:$LINENO: checking for size_t" >&5
25762 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
25763 if test "${ac_cv_type_size_t+set}" = set; then
25764 echo $ECHO_N "(cached) $ECHO_C" >&6
25766 cat >conftest.
$ac_ext <<_ACEOF
25767 #line $LINENO "configure"
25770 cat confdefs.h
>>conftest.
$ac_ext
25771 cat >>conftest.
$ac_ext <<_ACEOF
25772 /* end confdefs.h. */
25773 $ac_includes_default
25779 if (sizeof (size_t))
25785 rm -f conftest.
$ac_objext
25786 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25787 (eval $ac_compile) 2>&5
25789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25790 (exit $ac_status); } &&
25791 { ac_try
='test -s conftest.$ac_objext'
25792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25793 (eval $ac_try) 2>&5
25795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25796 (exit $ac_status); }; }; then
25797 ac_cv_type_size_t
=yes
25799 echo "$as_me: failed program was:" >&5
25800 sed 's/^/| /' conftest.
$ac_ext >&5
25802 ac_cv_type_size_t
=no
25804 rm -f conftest.
$ac_objext conftest.
$ac_ext
25806 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
25807 echo "${ECHO_T}$ac_cv_type_size_t" >&6
25808 if test $ac_cv_type_size_t = yes; then
25812 cat >>confdefs.h
<<_ACEOF
25813 #define size_t unsigned
25818 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
25819 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
25820 if test "${ac_cv_type_uid_t+set}" = set; then
25821 echo $ECHO_N "(cached) $ECHO_C" >&6
25823 cat >conftest.
$ac_ext <<_ACEOF
25824 #line $LINENO "configure"
25827 cat confdefs.h
>>conftest.
$ac_ext
25828 cat >>conftest.
$ac_ext <<_ACEOF
25829 /* end confdefs.h. */
25830 #include <sys/types.h>
25833 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
25834 $EGREP "uid_t" >/dev
/null
2>&1; then
25835 ac_cv_type_uid_t
=yes
25837 ac_cv_type_uid_t
=no
25842 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
25843 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
25844 if test $ac_cv_type_uid_t = no
; then
25846 cat >>confdefs.h
<<\_ACEOF
25851 cat >>confdefs.h
<<\_ACEOF
25861 ac_cpp
='$CXXCPP $CPPFLAGS'
25862 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25863 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25864 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
25866 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
25867 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
25868 if test "${wx_cv_size_t_is_uint+set}" = set; then
25869 echo $ECHO_N "(cached) $ECHO_C" >&6
25872 cat >conftest.
$ac_ext <<_ACEOF
25873 #line $LINENO "configure"
25876 cat confdefs.h
>>conftest.
$ac_ext
25877 cat >>conftest.
$ac_ext <<_ACEOF
25878 /* end confdefs.h. */
25879 #include <stddef.h>
25886 struct Foo { void foo(size_t); void foo(unsigned int); };
25894 rm -f conftest.
$ac_objext
25895 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25896 (eval $ac_compile) 2>&5
25898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25899 (exit $ac_status); } &&
25900 { ac_try
='test -s conftest.$ac_objext'
25901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25902 (eval $ac_try) 2>&5
25904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25905 (exit $ac_status); }; }; then
25906 wx_cv_size_t_is_uint
=no
25908 echo "$as_me: failed program was:" >&5
25909 sed 's/^/| /' conftest.
$ac_ext >&5
25911 wx_cv_size_t_is_uint
=yes
25914 rm -f conftest.
$ac_objext conftest.
$ac_ext
25918 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
25919 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
25921 if test "$wx_cv_size_t_is_uint" = "yes"; then
25922 cat >>confdefs.h
<<\_ACEOF
25923 #define wxSIZE_T_IS_UINT 1
25927 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
25928 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
25929 if test "${wx_cv_size_t_is_ulong+set}" = set; then
25930 echo $ECHO_N "(cached) $ECHO_C" >&6
25932 cat >conftest.
$ac_ext <<_ACEOF
25933 #line $LINENO "configure"
25936 cat confdefs.h
>>conftest.
$ac_ext
25937 cat >>conftest.
$ac_ext <<_ACEOF
25938 /* end confdefs.h. */
25939 #include <stddef.h>
25946 struct Foo { void foo(size_t); void foo(unsigned long); };
25954 rm -f conftest.
$ac_objext
25955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25956 (eval $ac_compile) 2>&5
25958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25959 (exit $ac_status); } &&
25960 { ac_try
='test -s conftest.$ac_objext'
25961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25962 (eval $ac_try) 2>&5
25964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25965 (exit $ac_status); }; }; then
25966 wx_cv_size_t_is_ulong
=no
25968 echo "$as_me: failed program was:" >&5
25969 sed 's/^/| /' conftest.
$ac_ext >&5
25971 wx_cv_size_t_is_ulong
=yes
25974 rm -f conftest.
$ac_objext conftest.
$ac_ext
25977 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
25978 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
25980 if test "$wx_cv_size_t_is_ulong" = "yes"; then
25981 cat >>confdefs.h
<<\_ACEOF
25982 #define wxSIZE_T_IS_ULONG 1
25989 ac_cpp
='$CPP $CPPFLAGS'
25990 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25991 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25992 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
25996 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
25997 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
25998 if test "${wx_cv_struct_pw_gecos+set}" = set; then
25999 echo $ECHO_N "(cached) $ECHO_C" >&6
26002 cat >conftest.
$ac_ext <<_ACEOF
26003 #line $LINENO "configure"
26006 cat confdefs.h
>>conftest.
$ac_ext
26007 cat >>conftest.
$ac_ext <<_ACEOF
26008 /* end confdefs.h. */
26022 rm -f conftest.
$ac_objext
26023 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26024 (eval $ac_compile) 2>&5
26026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26027 (exit $ac_status); } &&
26028 { ac_try
='test -s conftest.$ac_objext'
26029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26030 (eval $ac_try) 2>&5
26032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26033 (exit $ac_status); }; }; then
26035 wx_cv_struct_pw_gecos
=yes
26038 echo "$as_me: failed program was:" >&5
26039 sed 's/^/| /' conftest.
$ac_ext >&5
26042 wx_cv_struct_pw_gecos
=no
26046 rm -f conftest.
$ac_objext conftest.
$ac_ext
26050 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
26051 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
26053 if test "$wx_cv_struct_pw_gecos" = "yes"; then
26054 cat >>confdefs.h
<<\_ACEOF
26055 #define HAVE_PW_GECOS 1
26061 if test "$wx_cv_sizeof_wchar_t" != "0"; then
26062 cat >>confdefs.h
<<\_ACEOF
26063 #define wxUSE_WCHAR_T 1
26070 for ac_func
in wcslen
26072 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26073 echo "$as_me:$LINENO: checking for $ac_func" >&5
26074 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26075 if eval "test \"\${$as_ac_var+set}\" = set"; then
26076 echo $ECHO_N "(cached) $ECHO_C" >&6
26078 cat >conftest.
$ac_ext <<_ACEOF
26079 #line $LINENO "configure"
26082 cat confdefs.h
>>conftest.
$ac_ext
26083 cat >>conftest.
$ac_ext <<_ACEOF
26084 /* end confdefs.h. */
26085 /* System header to define __stub macros and hopefully few prototypes,
26086 which can conflict with char $ac_func (); below.
26087 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26088 <limits.h> exists even on freestanding compilers. */
26090 # include <limits.h>
26092 # include <assert.h>
26094 /* Override any gcc2 internal prototype to avoid an error. */
26099 /* We use char because int might match the return type of a gcc2
26100 builtin and then its argument prototype would still apply. */
26102 /* The GNU C library defines this for functions which it implements
26103 to always fail with ENOSYS. Some functions are actually named
26104 something starting with __ and the normal name is an alias. */
26105 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26108 char (*f) () = $ac_func;
26117 return f != $ac_func;
26122 rm -f conftest.
$ac_objext conftest
$ac_exeext
26123 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26124 (eval $ac_link) 2>&5
26126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26127 (exit $ac_status); } &&
26128 { ac_try
='test -s conftest$ac_exeext'
26129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26130 (eval $ac_try) 2>&5
26132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26133 (exit $ac_status); }; }; then
26134 eval "$as_ac_var=yes"
26136 echo "$as_me: failed program was:" >&5
26137 sed 's/^/| /' conftest.
$ac_ext >&5
26139 eval "$as_ac_var=no"
26141 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26143 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26144 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26145 if test `eval echo '${'$as_ac_var'}'` = yes; then
26146 cat >>confdefs.h
<<_ACEOF
26147 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26154 if test "$WCSLEN_FOUND" = 0; then
26155 if test "$TOOLKIT" = "MSW"; then
26156 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
26157 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
26158 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
26159 echo $ECHO_N "(cached) $ECHO_C" >&6
26161 ac_check_lib_save_LIBS
=$LIBS
26162 LIBS
="-lmsvcrt $LIBS"
26163 cat >conftest.
$ac_ext <<_ACEOF
26164 #line $LINENO "configure"
26167 cat confdefs.h
>>conftest.
$ac_ext
26168 cat >>conftest.
$ac_ext <<_ACEOF
26169 /* end confdefs.h. */
26171 /* Override any gcc2 internal prototype to avoid an error. */
26175 /* We use char because int might match the return type of a gcc2
26176 builtin and then its argument prototype would still apply. */
26186 rm -f conftest.
$ac_objext conftest
$ac_exeext
26187 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26188 (eval $ac_link) 2>&5
26190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26191 (exit $ac_status); } &&
26192 { ac_try
='test -s conftest$ac_exeext'
26193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26194 (eval $ac_try) 2>&5
26196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26197 (exit $ac_status); }; }; then
26198 ac_cv_lib_msvcrt_wcslen
=yes
26200 echo "$as_me: failed program was:" >&5
26201 sed 's/^/| /' conftest.
$ac_ext >&5
26203 ac_cv_lib_msvcrt_wcslen
=no
26205 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26206 LIBS
=$ac_check_lib_save_LIBS
26208 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
26209 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
26210 if test $ac_cv_lib_msvcrt_wcslen = yes; then
26215 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
26216 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
26217 if test "${ac_cv_lib_w_wcslen+set}" = set; then
26218 echo $ECHO_N "(cached) $ECHO_C" >&6
26220 ac_check_lib_save_LIBS
=$LIBS
26222 cat >conftest.
$ac_ext <<_ACEOF
26223 #line $LINENO "configure"
26226 cat confdefs.h
>>conftest.
$ac_ext
26227 cat >>conftest.
$ac_ext <<_ACEOF
26228 /* end confdefs.h. */
26230 /* Override any gcc2 internal prototype to avoid an error. */
26234 /* We use char because int might match the return type of a gcc2
26235 builtin and then its argument prototype would still apply. */
26245 rm -f conftest.
$ac_objext conftest
$ac_exeext
26246 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26247 (eval $ac_link) 2>&5
26249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26250 (exit $ac_status); } &&
26251 { ac_try
='test -s conftest$ac_exeext'
26252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26253 (eval $ac_try) 2>&5
26255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26256 (exit $ac_status); }; }; then
26257 ac_cv_lib_w_wcslen
=yes
26259 echo "$as_me: failed program was:" >&5
26260 sed 's/^/| /' conftest.
$ac_ext >&5
26262 ac_cv_lib_w_wcslen
=no
26264 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26265 LIBS
=$ac_check_lib_save_LIBS
26267 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
26268 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
26269 if test $ac_cv_lib_w_wcslen = yes; then
26279 if test "$WCSLEN_FOUND" = 1; then
26280 cat >>confdefs.h
<<\_ACEOF
26281 #define HAVE_WCSLEN 1
26287 for ac_func
in wcsrtombs
26289 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26290 echo "$as_me:$LINENO: checking for $ac_func" >&5
26291 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26292 if eval "test \"\${$as_ac_var+set}\" = set"; then
26293 echo $ECHO_N "(cached) $ECHO_C" >&6
26295 cat >conftest.
$ac_ext <<_ACEOF
26296 #line $LINENO "configure"
26299 cat confdefs.h
>>conftest.
$ac_ext
26300 cat >>conftest.
$ac_ext <<_ACEOF
26301 /* end confdefs.h. */
26302 /* System header to define __stub macros and hopefully few prototypes,
26303 which can conflict with char $ac_func (); below.
26304 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26305 <limits.h> exists even on freestanding compilers. */
26307 # include <limits.h>
26309 # include <assert.h>
26311 /* Override any gcc2 internal prototype to avoid an error. */
26316 /* We use char because int might match the return type of a gcc2
26317 builtin and then its argument prototype would still apply. */
26319 /* The GNU C library defines this for functions which it implements
26320 to always fail with ENOSYS. Some functions are actually named
26321 something starting with __ and the normal name is an alias. */
26322 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26325 char (*f) () = $ac_func;
26334 return f != $ac_func;
26339 rm -f conftest.
$ac_objext conftest
$ac_exeext
26340 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26341 (eval $ac_link) 2>&5
26343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26344 (exit $ac_status); } &&
26345 { ac_try
='test -s conftest$ac_exeext'
26346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26347 (eval $ac_try) 2>&5
26349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26350 (exit $ac_status); }; }; then
26351 eval "$as_ac_var=yes"
26353 echo "$as_me: failed program was:" >&5
26354 sed 's/^/| /' conftest.
$ac_ext >&5
26356 eval "$as_ac_var=no"
26358 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26360 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26361 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26362 if test `eval echo '${'$as_ac_var'}'` = yes; then
26363 cat >>confdefs.h
<<_ACEOF
26364 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26371 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
26372 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
26378 ac_cpp
='$CXXCPP $CPPFLAGS'
26379 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26380 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26381 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26385 for ac_func
in vsnprintf
26387 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26388 echo "$as_me:$LINENO: checking for $ac_func" >&5
26389 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26390 if eval "test \"\${$as_ac_var+set}\" = set"; then
26391 echo $ECHO_N "(cached) $ECHO_C" >&6
26393 cat >conftest.
$ac_ext <<_ACEOF
26394 #line $LINENO "configure"
26397 cat confdefs.h
>>conftest.
$ac_ext
26398 cat >>conftest.
$ac_ext <<_ACEOF
26399 /* end confdefs.h. */
26400 /* System header to define __stub macros and hopefully few prototypes,
26401 which can conflict with char $ac_func (); below.
26402 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26403 <limits.h> exists even on freestanding compilers. */
26405 # include <limits.h>
26407 # include <assert.h>
26409 /* Override any gcc2 internal prototype to avoid an error. */
26414 /* We use char because int might match the return type of a gcc2
26415 builtin and then its argument prototype would still apply. */
26417 /* The GNU C library defines this for functions which it implements
26418 to always fail with ENOSYS. Some functions are actually named
26419 something starting with __ and the normal name is an alias. */
26420 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26423 char (*f) () = $ac_func;
26432 return f != $ac_func;
26437 rm -f conftest.
$ac_objext conftest
$ac_exeext
26438 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26439 (eval $ac_link) 2>&5
26441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26442 (exit $ac_status); } &&
26443 { ac_try
='test -s conftest$ac_exeext'
26444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26445 (eval $ac_try) 2>&5
26447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26448 (exit $ac_status); }; }; then
26449 eval "$as_ac_var=yes"
26451 echo "$as_me: failed program was:" >&5
26452 sed 's/^/| /' conftest.
$ac_ext >&5
26454 eval "$as_ac_var=no"
26456 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26458 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26459 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26460 if test `eval echo '${'$as_ac_var'}'` = yes; then
26461 cat >>confdefs.h
<<_ACEOF
26462 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26469 if test "$ac_cv_func_vsnprintf" = "yes"; then
26470 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
26471 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
26472 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
26473 echo $ECHO_N "(cached) $ECHO_C" >&6
26476 cat >conftest.
$ac_ext <<_ACEOF
26477 #line $LINENO "configure"
26480 cat confdefs.h
>>conftest.
$ac_ext
26481 cat >>conftest.
$ac_ext <<_ACEOF
26482 /* end confdefs.h. */
26485 #include <stdarg.h>
26493 vsnprintf(buf, 10u, "%s", ap);
26499 rm -f conftest.
$ac_objext
26500 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26501 (eval $ac_compile) 2>&5
26503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26504 (exit $ac_status); } &&
26505 { ac_try
='test -s conftest.$ac_objext'
26506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26507 (eval $ac_try) 2>&5
26509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26510 (exit $ac_status); }; }; then
26511 wx_cv_func_vsnprintf_decl
=yes
26513 echo "$as_me: failed program was:" >&5
26514 sed 's/^/| /' conftest.
$ac_ext >&5
26516 wx_cv_func_vsnprintf_decl
=no
26519 rm -f conftest.
$ac_objext conftest.
$ac_ext
26523 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
26524 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
26526 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
26527 cat >>confdefs.h
<<\_ACEOF
26528 #define HAVE_VSNPRINTF_DECL 1
26534 if test "$wxUSE_UNICODE" = yes; then
26538 for ac_func
in fputwc wprintf vswprintf
26540 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26541 echo "$as_me:$LINENO: checking for $ac_func" >&5
26542 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26543 if eval "test \"\${$as_ac_var+set}\" = set"; then
26544 echo $ECHO_N "(cached) $ECHO_C" >&6
26546 cat >conftest.
$ac_ext <<_ACEOF
26547 #line $LINENO "configure"
26550 cat confdefs.h
>>conftest.
$ac_ext
26551 cat >>conftest.
$ac_ext <<_ACEOF
26552 /* end confdefs.h. */
26553 /* System header to define __stub macros and hopefully few prototypes,
26554 which can conflict with char $ac_func (); below.
26555 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26556 <limits.h> exists even on freestanding compilers. */
26558 # include <limits.h>
26560 # include <assert.h>
26562 /* Override any gcc2 internal prototype to avoid an error. */
26567 /* We use char because int might match the return type of a gcc2
26568 builtin and then its argument prototype would still apply. */
26570 /* The GNU C library defines this for functions which it implements
26571 to always fail with ENOSYS. Some functions are actually named
26572 something starting with __ and the normal name is an alias. */
26573 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26576 char (*f) () = $ac_func;
26585 return f != $ac_func;
26590 rm -f conftest.
$ac_objext conftest
$ac_exeext
26591 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26592 (eval $ac_link) 2>&5
26594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26595 (exit $ac_status); } &&
26596 { ac_try
='test -s conftest$ac_exeext'
26597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26598 (eval $ac_try) 2>&5
26600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26601 (exit $ac_status); }; }; then
26602 eval "$as_ac_var=yes"
26604 echo "$as_me: failed program was:" >&5
26605 sed 's/^/| /' conftest.
$ac_ext >&5
26607 eval "$as_ac_var=no"
26609 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26611 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26612 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26613 if test `eval echo '${'$as_ac_var'}'` = yes; then
26614 cat >>confdefs.h
<<_ACEOF
26615 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26622 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
26623 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
26624 cat >conftest.
$ac_ext <<_ACEOF
26625 #line $LINENO "configure"
26628 cat confdefs.h
>>conftest.
$ac_ext
26629 cat >>conftest.
$ac_ext <<_ACEOF
26630 /* end confdefs.h. */
26640 rm -f conftest.
$ac_objext
26641 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26642 (eval $ac_compile) 2>&5
26644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26645 (exit $ac_status); } &&
26646 { ac_try
='test -s conftest.$ac_objext'
26647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26648 (eval $ac_try) 2>&5
26650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26651 (exit $ac_status); }; }; then
26652 echo "$as_me:$LINENO: result: yes" >&5
26653 echo "${ECHO_T}yes" >&6
26654 cat >>confdefs.h
<<\_ACEOF
26655 #define HAVE__VSNWPRINTF 1
26659 echo "$as_me: failed program was:" >&5
26660 sed 's/^/| /' conftest.
$ac_ext >&5
26662 echo "$as_me:$LINENO: result: no" >&5
26663 echo "${ECHO_T}no" >&6
26665 rm -f conftest.
$ac_objext conftest.
$ac_ext;
26669 ac_cpp
='$CPP $CPPFLAGS'
26670 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26671 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26672 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26677 if test "$TOOLKIT" != "MSW"; then
26683 ac_cpp
='$CXXCPP $CPPFLAGS'
26684 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26685 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26686 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26691 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
26692 if test "${with_libiconv_prefix+set}" = set; then
26693 withval
="$with_libiconv_prefix"
26695 for dir
in `echo "$withval" | tr : ' '`; do
26696 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
26697 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
26702 echo "$as_me:$LINENO: checking for iconv" >&5
26703 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
26704 if test "${am_cv_func_iconv+set}" = set; then
26705 echo $ECHO_N "(cached) $ECHO_C" >&6
26708 am_cv_func_iconv
="no, consider installing GNU libiconv"
26710 cat >conftest.
$ac_ext <<_ACEOF
26711 #line $LINENO "configure"
26714 cat confdefs.h
>>conftest.
$ac_ext
26715 cat >>conftest.
$ac_ext <<_ACEOF
26716 /* end confdefs.h. */
26717 #include <stdlib.h>
26722 iconv_t cd = iconv_open("","");
26723 iconv(cd,NULL,NULL,NULL,NULL);
26729 rm -f conftest.
$ac_objext conftest
$ac_exeext
26730 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26731 (eval $ac_link) 2>&5
26733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26734 (exit $ac_status); } &&
26735 { ac_try
='test -s conftest$ac_exeext'
26736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26737 (eval $ac_try) 2>&5
26739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26740 (exit $ac_status); }; }; then
26741 am_cv_func_iconv
=yes
26743 echo "$as_me: failed program was:" >&5
26744 sed 's/^/| /' conftest.
$ac_ext >&5
26747 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26748 if test "$am_cv_func_iconv" != yes; then
26749 am_save_LIBS
="$LIBS"
26750 LIBS
="$LIBS -liconv"
26751 cat >conftest.
$ac_ext <<_ACEOF
26752 #line $LINENO "configure"
26755 cat confdefs.h
>>conftest.
$ac_ext
26756 cat >>conftest.
$ac_ext <<_ACEOF
26757 /* end confdefs.h. */
26758 #include <stdlib.h>
26763 iconv_t cd = iconv_open("","");
26764 iconv(cd,NULL,NULL,NULL,NULL);
26770 rm -f conftest.
$ac_objext conftest
$ac_exeext
26771 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26772 (eval $ac_link) 2>&5
26774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26775 (exit $ac_status); } &&
26776 { ac_try
='test -s conftest$ac_exeext'
26777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26778 (eval $ac_try) 2>&5
26780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26781 (exit $ac_status); }; }; then
26782 am_cv_lib_iconv
=yes
26783 am_cv_func_iconv
=yes
26785 echo "$as_me: failed program was:" >&5
26786 sed 's/^/| /' conftest.
$ac_ext >&5
26789 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26790 LIBS
="$am_save_LIBS"
26794 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
26795 echo "${ECHO_T}$am_cv_func_iconv" >&6
26796 if test "$am_cv_func_iconv" = yes; then
26798 cat >>confdefs.h
<<\_ACEOF
26799 #define HAVE_ICONV 1
26802 echo "$as_me:$LINENO: checking if iconv needs const" >&5
26803 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
26804 if test "${wx_cv_func_iconv_const+set}" = set; then
26805 echo $ECHO_N "(cached) $ECHO_C" >&6
26807 cat >conftest.
$ac_ext <<_ACEOF
26808 #line $LINENO "configure"
26811 cat confdefs.h
>>conftest.
$ac_ext
26812 cat >>conftest.
$ac_ext <<_ACEOF
26813 /* end confdefs.h. */
26815 #include <stdlib.h>
26821 #if defined(__STDC__) || defined(__cplusplus)
26822 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
26835 rm -f conftest.
$ac_objext
26836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26837 (eval $ac_compile) 2>&5
26839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26840 (exit $ac_status); } &&
26841 { ac_try
='test -s conftest.$ac_objext'
26842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26843 (eval $ac_try) 2>&5
26845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26846 (exit $ac_status); }; }; then
26847 wx_cv_func_iconv_const
="no"
26849 echo "$as_me: failed program was:" >&5
26850 sed 's/^/| /' conftest.
$ac_ext >&5
26852 wx_cv_func_iconv_const
="yes"
26855 rm -f conftest.
$ac_objext conftest.
$ac_ext
26858 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
26859 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
26862 if test "x$wx_cv_func_iconv_const" = "xyes"; then
26863 iconv_const
="const"
26867 cat >>confdefs.h
<<_ACEOF
26868 #define ICONV_CONST $iconv_const
26873 if test "$am_cv_lib_iconv" = yes; then
26878 LIBS
="$LIBICONV $LIBS"
26880 ac_cpp
='$CPP $CPPFLAGS'
26881 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26882 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26883 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26886 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
26888 for ac_func
in sigaction
26890 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26891 echo "$as_me:$LINENO: checking for $ac_func" >&5
26892 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26893 if eval "test \"\${$as_ac_var+set}\" = set"; then
26894 echo $ECHO_N "(cached) $ECHO_C" >&6
26896 cat >conftest.
$ac_ext <<_ACEOF
26897 #line $LINENO "configure"
26900 cat confdefs.h
>>conftest.
$ac_ext
26901 cat >>conftest.
$ac_ext <<_ACEOF
26902 /* end confdefs.h. */
26903 /* System header to define __stub macros and hopefully few prototypes,
26904 which can conflict with char $ac_func (); below.
26905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26906 <limits.h> exists even on freestanding compilers. */
26908 # include <limits.h>
26910 # include <assert.h>
26912 /* Override any gcc2 internal prototype to avoid an error. */
26917 /* We use char because int might match the return type of a gcc2
26918 builtin and then its argument prototype would still apply. */
26920 /* The GNU C library defines this for functions which it implements
26921 to always fail with ENOSYS. Some functions are actually named
26922 something starting with __ and the normal name is an alias. */
26923 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26926 char (*f) () = $ac_func;
26935 return f != $ac_func;
26940 rm -f conftest.
$ac_objext conftest
$ac_exeext
26941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26942 (eval $ac_link) 2>&5
26944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26945 (exit $ac_status); } &&
26946 { ac_try
='test -s conftest$ac_exeext'
26947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26948 (eval $ac_try) 2>&5
26950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26951 (exit $ac_status); }; }; then
26952 eval "$as_ac_var=yes"
26954 echo "$as_me: failed program was:" >&5
26955 sed 's/^/| /' conftest.
$ac_ext >&5
26957 eval "$as_ac_var=no"
26959 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26961 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26962 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26963 if test `eval echo '${'$as_ac_var'}'` = yes; then
26964 cat >>confdefs.h
<<_ACEOF
26965 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26972 if test "$ac_cv_func_sigaction" = "no"; then
26973 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
26974 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
26975 wxUSE_ON_FATAL_EXCEPTION
=no
26978 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
26982 ac_cpp
='$CXXCPP $CPPFLAGS'
26983 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26984 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26985 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26988 echo "$as_me:$LINENO: checking for sa_handler type" >&5
26989 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
26990 if test "${wx_cv_type_sa_handler+set}" = set; then
26991 echo $ECHO_N "(cached) $ECHO_C" >&6
26994 cat >conftest.
$ac_ext <<_ACEOF
26995 #line $LINENO "configure"
26998 cat confdefs.h
>>conftest.
$ac_ext
26999 cat >>conftest.
$ac_ext <<_ACEOF
27000 /* end confdefs.h. */
27001 #include <signal.h>
27006 extern void testSigHandler(int);
27008 struct sigaction sa;
27009 sa.sa_handler = testSigHandler;
27015 rm -f conftest.
$ac_objext
27016 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27017 (eval $ac_compile) 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 wx_cv_type_sa_handler
=int
27031 echo "$as_me: failed program was:" >&5
27032 sed 's/^/| /' conftest.
$ac_ext >&5
27035 wx_cv_type_sa_handler
=void
27038 rm -f conftest.
$ac_objext conftest.
$ac_ext
27041 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
27042 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
27045 ac_cpp
='$CPP $CPPFLAGS'
27046 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27047 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27048 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27051 cat >>confdefs.h
<<_ACEOF
27052 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
27060 for ac_func
in mkstemp mktemp
27062 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27063 echo "$as_me:$LINENO: checking for $ac_func" >&5
27064 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27065 if eval "test \"\${$as_ac_var+set}\" = set"; then
27066 echo $ECHO_N "(cached) $ECHO_C" >&6
27068 cat >conftest.
$ac_ext <<_ACEOF
27069 #line $LINENO "configure"
27072 cat confdefs.h
>>conftest.
$ac_ext
27073 cat >>conftest.
$ac_ext <<_ACEOF
27074 /* end confdefs.h. */
27075 /* System header to define __stub macros and hopefully few prototypes,
27076 which can conflict with char $ac_func (); below.
27077 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27078 <limits.h> exists even on freestanding compilers. */
27080 # include <limits.h>
27082 # include <assert.h>
27084 /* Override any gcc2 internal prototype to avoid an error. */
27089 /* We use char because int might match the return type of a gcc2
27090 builtin and then its argument prototype would still apply. */
27092 /* The GNU C library defines this for functions which it implements
27093 to always fail with ENOSYS. Some functions are actually named
27094 something starting with __ and the normal name is an alias. */
27095 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27098 char (*f) () = $ac_func;
27107 return f != $ac_func;
27112 rm -f conftest.
$ac_objext conftest
$ac_exeext
27113 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27114 (eval $ac_link) 2>&5
27116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27117 (exit $ac_status); } &&
27118 { ac_try
='test -s conftest$ac_exeext'
27119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27120 (eval $ac_try) 2>&5
27122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27123 (exit $ac_status); }; }; then
27124 eval "$as_ac_var=yes"
27126 echo "$as_me: failed program was:" >&5
27127 sed 's/^/| /' conftest.
$ac_ext >&5
27129 eval "$as_ac_var=no"
27131 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27133 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27134 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27135 if test `eval echo '${'$as_ac_var'}'` = yes; then
27136 cat >>confdefs.h
<<_ACEOF
27137 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27144 echo "$as_me:$LINENO: checking for statfs" >&5
27145 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
27146 if test "${wx_cv_func_statfs+set}" = set; then
27147 echo $ECHO_N "(cached) $ECHO_C" >&6
27149 cat >conftest.
$ac_ext <<_ACEOF
27150 #line $LINENO "configure"
27153 cat confdefs.h
>>conftest.
$ac_ext
27154 cat >>conftest.
$ac_ext <<_ACEOF
27155 /* end confdefs.h. */
27157 #if defined(__BSD__)
27158 #include <sys/param.h>
27159 #include <sys/mount.h>
27161 #include <sys/vfs.h>
27179 rm -f conftest.
$ac_objext
27180 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27181 (eval $ac_compile) 2>&5
27183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27184 (exit $ac_status); } &&
27185 { ac_try
='test -s conftest.$ac_objext'
27186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27187 (eval $ac_try) 2>&5
27189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27190 (exit $ac_status); }; }; then
27192 wx_cv_func_statfs
=yes
27195 echo "$as_me: failed program was:" >&5
27196 sed 's/^/| /' conftest.
$ac_ext >&5
27199 wx_cv_func_statfs
=no
27203 rm -f conftest.
$ac_objext conftest.
$ac_ext
27206 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
27207 echo "${ECHO_T}$wx_cv_func_statfs" >&6
27209 if test "$wx_cv_func_statfs" = "yes"; then
27210 wx_cv_type_statvfs_t
="struct statfs"
27211 cat >>confdefs.h
<<\_ACEOF
27212 #define HAVE_STATFS 1
27216 echo "$as_me:$LINENO: checking for statvfs" >&5
27217 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
27218 if test "${wx_cv_func_statvfs+set}" = set; then
27219 echo $ECHO_N "(cached) $ECHO_C" >&6
27221 cat >conftest.
$ac_ext <<_ACEOF
27222 #line $LINENO "configure"
27225 cat confdefs.h
>>conftest.
$ac_ext
27226 cat >>conftest.
$ac_ext <<_ACEOF
27227 /* end confdefs.h. */
27229 #include <stddef.h>
27230 #include <sys/statvfs.h>
27236 statvfs("/", NULL);
27242 rm -f conftest.
$ac_objext
27243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27244 (eval $ac_compile) 2>&5
27246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27247 (exit $ac_status); } &&
27248 { ac_try
='test -s conftest.$ac_objext'
27249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27250 (eval $ac_try) 2>&5
27252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27253 (exit $ac_status); }; }; then
27254 wx_cv_func_statvfs
=yes
27256 echo "$as_me: failed program was:" >&5
27257 sed 's/^/| /' conftest.
$ac_ext >&5
27259 wx_cv_func_statvfs
=no
27262 rm -f conftest.
$ac_objext conftest.
$ac_ext
27265 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
27266 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
27268 if test "$wx_cv_func_statvfs" = "yes"; then
27272 ac_cpp
='$CXXCPP $CPPFLAGS'
27273 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27274 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27275 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
27278 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
27279 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
27280 if test "${wx_cv_type_statvfs_t+set}" = set; then
27281 echo $ECHO_N "(cached) $ECHO_C" >&6
27283 cat >conftest.
$ac_ext <<_ACEOF
27284 #line $LINENO "configure"
27287 cat confdefs.h
>>conftest.
$ac_ext
27288 cat >>conftest.
$ac_ext <<_ACEOF
27289 /* end confdefs.h. */
27291 #include <sys/statvfs.h>
27308 rm -f conftest.
$ac_objext
27309 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27310 (eval $ac_compile) 2>&5
27312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27313 (exit $ac_status); } &&
27314 { ac_try
='test -s conftest.$ac_objext'
27315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27316 (eval $ac_try) 2>&5
27318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27319 (exit $ac_status); }; }; then
27320 wx_cv_type_statvfs_t
=statvfs_t
27322 echo "$as_me: failed program was:" >&5
27323 sed 's/^/| /' conftest.
$ac_ext >&5
27326 cat >conftest.
$ac_ext <<_ACEOF
27327 #line $LINENO "configure"
27330 cat confdefs.h
>>conftest.
$ac_ext
27331 cat >>conftest.
$ac_ext <<_ACEOF
27332 /* end confdefs.h. */
27334 #include <sys/statvfs.h>
27351 rm -f conftest.
$ac_objext
27352 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27353 (eval $ac_compile) 2>&5
27355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27356 (exit $ac_status); } &&
27357 { ac_try
='test -s conftest.$ac_objext'
27358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27359 (eval $ac_try) 2>&5
27361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27362 (exit $ac_status); }; }; then
27363 wx_cv_type_statvfs_t
="struct statvfs"
27365 echo "$as_me: failed program was:" >&5
27366 sed 's/^/| /' conftest.
$ac_ext >&5
27368 wx_cv_type_statvfs_t
="unknown"
27371 rm -f conftest.
$ac_objext conftest.
$ac_ext
27375 rm -f conftest.
$ac_objext conftest.
$ac_ext
27378 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
27379 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
27382 ac_cpp
='$CPP $CPPFLAGS'
27383 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27384 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27385 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27388 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27389 cat >>confdefs.h
<<\_ACEOF
27390 #define HAVE_STATVFS 1
27395 wx_cv_type_statvfs_t
="unknown"
27399 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27400 cat >>confdefs.h
<<_ACEOF
27401 #define WX_STATFS_T $wx_cv_type_statvfs_t
27405 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
27406 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
27409 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
27412 for ac_func
in fcntl flock
27414 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27415 echo "$as_me:$LINENO: checking for $ac_func" >&5
27416 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27417 if eval "test \"\${$as_ac_var+set}\" = set"; then
27418 echo $ECHO_N "(cached) $ECHO_C" >&6
27420 cat >conftest.
$ac_ext <<_ACEOF
27421 #line $LINENO "configure"
27424 cat confdefs.h
>>conftest.
$ac_ext
27425 cat >>conftest.
$ac_ext <<_ACEOF
27426 /* end confdefs.h. */
27427 /* System header to define __stub macros and hopefully few prototypes,
27428 which can conflict with char $ac_func (); below.
27429 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27430 <limits.h> exists even on freestanding compilers. */
27432 # include <limits.h>
27434 # include <assert.h>
27436 /* Override any gcc2 internal prototype to avoid an error. */
27441 /* We use char because int might match the return type of a gcc2
27442 builtin and then its argument prototype would still apply. */
27444 /* The GNU C library defines this for functions which it implements
27445 to always fail with ENOSYS. Some functions are actually named
27446 something starting with __ and the normal name is an alias. */
27447 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27450 char (*f) () = $ac_func;
27459 return f != $ac_func;
27464 rm -f conftest.
$ac_objext conftest
$ac_exeext
27465 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27466 (eval $ac_link) 2>&5
27468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27469 (exit $ac_status); } &&
27470 { ac_try
='test -s conftest$ac_exeext'
27471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27472 (eval $ac_try) 2>&5
27474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27475 (exit $ac_status); }; }; then
27476 eval "$as_ac_var=yes"
27478 echo "$as_me: failed program was:" >&5
27479 sed 's/^/| /' conftest.
$ac_ext >&5
27481 eval "$as_ac_var=no"
27483 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27485 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27486 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27487 if test `eval echo '${'$as_ac_var'}'` = yes; then
27488 cat >>confdefs.h
<<_ACEOF
27489 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27496 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
27497 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
27498 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
27499 wxUSE_SNGLINST_CHECKER
=no
27504 for ac_func
in timegm
27506 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27507 echo "$as_me:$LINENO: checking for $ac_func" >&5
27508 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27509 if eval "test \"\${$as_ac_var+set}\" = set"; then
27510 echo $ECHO_N "(cached) $ECHO_C" >&6
27512 cat >conftest.
$ac_ext <<_ACEOF
27513 #line $LINENO "configure"
27516 cat confdefs.h
>>conftest.
$ac_ext
27517 cat >>conftest.
$ac_ext <<_ACEOF
27518 /* end confdefs.h. */
27519 /* System header to define __stub macros and hopefully few prototypes,
27520 which can conflict with char $ac_func (); below.
27521 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27522 <limits.h> exists even on freestanding compilers. */
27524 # include <limits.h>
27526 # include <assert.h>
27528 /* Override any gcc2 internal prototype to avoid an error. */
27533 /* We use char because int might match the return type of a gcc2
27534 builtin and then its argument prototype would still apply. */
27536 /* The GNU C library defines this for functions which it implements
27537 to always fail with ENOSYS. Some functions are actually named
27538 something starting with __ and the normal name is an alias. */
27539 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27542 char (*f) () = $ac_func;
27551 return f != $ac_func;
27556 rm -f conftest.
$ac_objext conftest
$ac_exeext
27557 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27558 (eval $ac_link) 2>&5
27560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27561 (exit $ac_status); } &&
27562 { ac_try
='test -s conftest$ac_exeext'
27563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27564 (eval $ac_try) 2>&5
27566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27567 (exit $ac_status); }; }; then
27568 eval "$as_ac_var=yes"
27570 echo "$as_me: failed program was:" >&5
27571 sed 's/^/| /' conftest.
$ac_ext >&5
27573 eval "$as_ac_var=no"
27575 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27577 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27578 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27579 if test `eval echo '${'$as_ac_var'}'` = yes; then
27580 cat >>confdefs.h
<<_ACEOF
27581 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27590 for ac_func
in putenv setenv
27592 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27593 echo "$as_me:$LINENO: checking for $ac_func" >&5
27594 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27595 if eval "test \"\${$as_ac_var+set}\" = set"; then
27596 echo $ECHO_N "(cached) $ECHO_C" >&6
27598 cat >conftest.
$ac_ext <<_ACEOF
27599 #line $LINENO "configure"
27602 cat confdefs.h
>>conftest.
$ac_ext
27603 cat >>conftest.
$ac_ext <<_ACEOF
27604 /* end confdefs.h. */
27605 /* System header to define __stub macros and hopefully few prototypes,
27606 which can conflict with char $ac_func (); below.
27607 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27608 <limits.h> exists even on freestanding compilers. */
27610 # include <limits.h>
27612 # include <assert.h>
27614 /* Override any gcc2 internal prototype to avoid an error. */
27619 /* We use char because int might match the return type of a gcc2
27620 builtin and then its argument prototype would still apply. */
27622 /* The GNU C library defines this for functions which it implements
27623 to always fail with ENOSYS. Some functions are actually named
27624 something starting with __ and the normal name is an alias. */
27625 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27628 char (*f) () = $ac_func;
27637 return f != $ac_func;
27642 rm -f conftest.
$ac_objext conftest
$ac_exeext
27643 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27644 (eval $ac_link) 2>&5
27646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27647 (exit $ac_status); } &&
27648 { ac_try
='test -s conftest$ac_exeext'
27649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27650 (eval $ac_try) 2>&5
27652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27653 (exit $ac_status); }; }; then
27654 eval "$as_ac_var=yes"
27656 echo "$as_me: failed program was:" >&5
27657 sed 's/^/| /' conftest.
$ac_ext >&5
27659 eval "$as_ac_var=no"
27661 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27663 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27664 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27665 if test `eval echo '${'$as_ac_var'}'` = yes; then
27666 cat >>confdefs.h
<<_ACEOF
27667 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27674 HAVE_SOME_SLEEP_FUNC
=0
27675 if test "$USE_BEOS" = 1; then
27676 cat >>confdefs.h
<<\_ACEOF
27677 #define HAVE_SLEEP 1
27680 HAVE_SOME_SLEEP_FUNC
=1
27683 if test "$USE_DARWIN" = 1; then
27684 cat >>confdefs.h
<<\_ACEOF
27685 #define HAVE_USLEEP 1
27688 HAVE_SOME_SLEEP_FUNC
=1
27691 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
27694 for ac_func
in nanosleep
27696 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27697 echo "$as_me:$LINENO: checking for $ac_func" >&5
27698 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27699 if eval "test \"\${$as_ac_var+set}\" = set"; then
27700 echo $ECHO_N "(cached) $ECHO_C" >&6
27702 cat >conftest.
$ac_ext <<_ACEOF
27703 #line $LINENO "configure"
27706 cat confdefs.h
>>conftest.
$ac_ext
27707 cat >>conftest.
$ac_ext <<_ACEOF
27708 /* end confdefs.h. */
27709 /* System header to define __stub macros and hopefully few prototypes,
27710 which can conflict with char $ac_func (); below.
27711 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27712 <limits.h> exists even on freestanding compilers. */
27714 # include <limits.h>
27716 # include <assert.h>
27718 /* Override any gcc2 internal prototype to avoid an error. */
27723 /* We use char because int might match the return type of a gcc2
27724 builtin and then its argument prototype would still apply. */
27726 /* The GNU C library defines this for functions which it implements
27727 to always fail with ENOSYS. Some functions are actually named
27728 something starting with __ and the normal name is an alias. */
27729 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27732 char (*f) () = $ac_func;
27741 return f != $ac_func;
27746 rm -f conftest.
$ac_objext conftest
$ac_exeext
27747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27748 (eval $ac_link) 2>&5
27750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27751 (exit $ac_status); } &&
27752 { ac_try
='test -s conftest$ac_exeext'
27753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27754 (eval $ac_try) 2>&5
27756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27757 (exit $ac_status); }; }; then
27758 eval "$as_ac_var=yes"
27760 echo "$as_me: failed program was:" >&5
27761 sed 's/^/| /' conftest.
$ac_ext >&5
27763 eval "$as_ac_var=no"
27765 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27767 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27768 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27769 if test `eval echo '${'$as_ac_var'}'` = yes; then
27770 cat >>confdefs.h
<<_ACEOF
27771 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27773 cat >>confdefs.h
<<\_ACEOF
27774 #define HAVE_NANOSLEEP 1
27779 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
27780 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
27781 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
27782 echo $ECHO_N "(cached) $ECHO_C" >&6
27784 ac_check_lib_save_LIBS
=$LIBS
27785 LIBS
="-lposix4 $LIBS"
27786 cat >conftest.
$ac_ext <<_ACEOF
27787 #line $LINENO "configure"
27790 cat confdefs.h
>>conftest.
$ac_ext
27791 cat >>conftest.
$ac_ext <<_ACEOF
27792 /* end confdefs.h. */
27794 /* Override any gcc2 internal prototype to avoid an error. */
27798 /* We use char because int might match the return type of a gcc2
27799 builtin and then its argument prototype would still apply. */
27809 rm -f conftest.
$ac_objext conftest
$ac_exeext
27810 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27811 (eval $ac_link) 2>&5
27813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27814 (exit $ac_status); } &&
27815 { ac_try
='test -s conftest$ac_exeext'
27816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27817 (eval $ac_try) 2>&5
27819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27820 (exit $ac_status); }; }; then
27821 ac_cv_lib_posix4_nanosleep
=yes
27823 echo "$as_me: failed program was:" >&5
27824 sed 's/^/| /' conftest.
$ac_ext >&5
27826 ac_cv_lib_posix4_nanosleep
=no
27828 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27829 LIBS
=$ac_check_lib_save_LIBS
27831 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
27832 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
27833 if test $ac_cv_lib_posix4_nanosleep = yes; then
27835 cat >>confdefs.h
<<\_ACEOF
27836 #define HAVE_NANOSLEEP 1
27839 POSIX4_LINK
=" -lposix4"
27844 for ac_func
in usleep
27846 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27847 echo "$as_me:$LINENO: checking for $ac_func" >&5
27848 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27849 if eval "test \"\${$as_ac_var+set}\" = set"; then
27850 echo $ECHO_N "(cached) $ECHO_C" >&6
27852 cat >conftest.
$ac_ext <<_ACEOF
27853 #line $LINENO "configure"
27856 cat confdefs.h
>>conftest.
$ac_ext
27857 cat >>conftest.
$ac_ext <<_ACEOF
27858 /* end confdefs.h. */
27859 /* System header to define __stub macros and hopefully few prototypes,
27860 which can conflict with char $ac_func (); below.
27861 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27862 <limits.h> exists even on freestanding compilers. */
27864 # include <limits.h>
27866 # include <assert.h>
27868 /* Override any gcc2 internal prototype to avoid an error. */
27873 /* We use char because int might match the return type of a gcc2
27874 builtin and then its argument prototype would still apply. */
27876 /* The GNU C library defines this for functions which it implements
27877 to always fail with ENOSYS. Some functions are actually named
27878 something starting with __ and the normal name is an alias. */
27879 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27882 char (*f) () = $ac_func;
27891 return f != $ac_func;
27896 rm -f conftest.
$ac_objext conftest
$ac_exeext
27897 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27898 (eval $ac_link) 2>&5
27900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27901 (exit $ac_status); } &&
27902 { ac_try
='test -s conftest$ac_exeext'
27903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27904 (eval $ac_try) 2>&5
27906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27907 (exit $ac_status); }; }; then
27908 eval "$as_ac_var=yes"
27910 echo "$as_me: failed program was:" >&5
27911 sed 's/^/| /' conftest.
$ac_ext >&5
27913 eval "$as_ac_var=no"
27915 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27917 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27918 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27919 if test `eval echo '${'$as_ac_var'}'` = yes; then
27920 cat >>confdefs.h
<<_ACEOF
27921 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27923 cat >>confdefs.h
<<\_ACEOF
27924 #define HAVE_USLEEP 1
27928 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
27929 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
27947 for ac_func
in uname gethostname
27949 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27950 echo "$as_me:$LINENO: checking for $ac_func" >&5
27951 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27952 if eval "test \"\${$as_ac_var+set}\" = set"; then
27953 echo $ECHO_N "(cached) $ECHO_C" >&6
27955 cat >conftest.
$ac_ext <<_ACEOF
27956 #line $LINENO "configure"
27959 cat confdefs.h
>>conftest.
$ac_ext
27960 cat >>conftest.
$ac_ext <<_ACEOF
27961 /* end confdefs.h. */
27962 /* System header to define __stub macros and hopefully few prototypes,
27963 which can conflict with char $ac_func (); below.
27964 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27965 <limits.h> exists even on freestanding compilers. */
27967 # include <limits.h>
27969 # include <assert.h>
27971 /* Override any gcc2 internal prototype to avoid an error. */
27976 /* We use char because int might match the return type of a gcc2
27977 builtin and then its argument prototype would still apply. */
27979 /* The GNU C library defines this for functions which it implements
27980 to always fail with ENOSYS. Some functions are actually named
27981 something starting with __ and the normal name is an alias. */
27982 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27985 char (*f) () = $ac_func;
27994 return f != $ac_func;
27999 rm -f conftest.
$ac_objext conftest
$ac_exeext
28000 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28001 (eval $ac_link) 2>&5
28003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28004 (exit $ac_status); } &&
28005 { ac_try
='test -s conftest$ac_exeext'
28006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28007 (eval $ac_try) 2>&5
28009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28010 (exit $ac_status); }; }; then
28011 eval "$as_ac_var=yes"
28013 echo "$as_me: failed program was:" >&5
28014 sed 's/^/| /' conftest.
$ac_ext >&5
28016 eval "$as_ac_var=no"
28018 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28020 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28021 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28022 if test `eval echo '${'$as_ac_var'}'` = yes; then
28023 cat >>confdefs.h
<<_ACEOF
28024 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28034 ac_cpp
='$CXXCPP $CPPFLAGS'
28035 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28036 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28037 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
28041 for ac_func
in strtok_r
28043 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28044 echo "$as_me:$LINENO: checking for $ac_func" >&5
28045 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28046 if eval "test \"\${$as_ac_var+set}\" = set"; then
28047 echo $ECHO_N "(cached) $ECHO_C" >&6
28049 cat >conftest.
$ac_ext <<_ACEOF
28050 #line $LINENO "configure"
28053 cat confdefs.h
>>conftest.
$ac_ext
28054 cat >>conftest.
$ac_ext <<_ACEOF
28055 /* end confdefs.h. */
28056 /* System header to define __stub macros and hopefully few prototypes,
28057 which can conflict with char $ac_func (); below.
28058 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28059 <limits.h> exists even on freestanding compilers. */
28061 # include <limits.h>
28063 # include <assert.h>
28065 /* Override any gcc2 internal prototype to avoid an error. */
28070 /* We use char because int might match the return type of a gcc2
28071 builtin and then its argument prototype would still apply. */
28073 /* The GNU C library defines this for functions which it implements
28074 to always fail with ENOSYS. Some functions are actually named
28075 something starting with __ and the normal name is an alias. */
28076 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28079 char (*f) () = $ac_func;
28088 return f != $ac_func;
28093 rm -f conftest.
$ac_objext conftest
$ac_exeext
28094 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28095 (eval $ac_link) 2>&5
28097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28098 (exit $ac_status); } &&
28099 { ac_try
='test -s conftest$ac_exeext'
28100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28101 (eval $ac_try) 2>&5
28103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28104 (exit $ac_status); }; }; then
28105 eval "$as_ac_var=yes"
28107 echo "$as_me: failed program was:" >&5
28108 sed 's/^/| /' conftest.
$ac_ext >&5
28110 eval "$as_ac_var=no"
28112 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28114 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28115 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28116 if test `eval echo '${'$as_ac_var'}'` = yes; then
28117 cat >>confdefs.h
<<_ACEOF
28118 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28126 ac_cpp
='$CPP $CPPFLAGS'
28127 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28128 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28129 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
28134 for ac_func
in inet_addr
28136 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28137 echo "$as_me:$LINENO: checking for $ac_func" >&5
28138 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28139 if eval "test \"\${$as_ac_var+set}\" = set"; then
28140 echo $ECHO_N "(cached) $ECHO_C" >&6
28142 cat >conftest.
$ac_ext <<_ACEOF
28143 #line $LINENO "configure"
28146 cat confdefs.h
>>conftest.
$ac_ext
28147 cat >>conftest.
$ac_ext <<_ACEOF
28148 /* end confdefs.h. */
28149 /* System header to define __stub macros and hopefully few prototypes,
28150 which can conflict with char $ac_func (); below.
28151 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28152 <limits.h> exists even on freestanding compilers. */
28154 # include <limits.h>
28156 # include <assert.h>
28158 /* Override any gcc2 internal prototype to avoid an error. */
28163 /* We use char because int might match the return type of a gcc2
28164 builtin and then its argument prototype would still apply. */
28166 /* The GNU C library defines this for functions which it implements
28167 to always fail with ENOSYS. Some functions are actually named
28168 something starting with __ and the normal name is an alias. */
28169 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28172 char (*f) () = $ac_func;
28181 return f != $ac_func;
28186 rm -f conftest.
$ac_objext conftest
$ac_exeext
28187 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28188 (eval $ac_link) 2>&5
28190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28191 (exit $ac_status); } &&
28192 { ac_try
='test -s conftest$ac_exeext'
28193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28194 (eval $ac_try) 2>&5
28196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28197 (exit $ac_status); }; }; then
28198 eval "$as_ac_var=yes"
28200 echo "$as_me: failed program was:" >&5
28201 sed 's/^/| /' conftest.
$ac_ext >&5
28203 eval "$as_ac_var=no"
28205 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28207 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28208 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28209 if test `eval echo '${'$as_ac_var'}'` = yes; then
28210 cat >>confdefs.h
<<_ACEOF
28211 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28213 cat >>confdefs.h
<<\_ACEOF
28214 #define HAVE_INET_ADDR 1
28219 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
28220 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
28221 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
28222 echo $ECHO_N "(cached) $ECHO_C" >&6
28224 ac_check_lib_save_LIBS
=$LIBS
28226 cat >conftest.
$ac_ext <<_ACEOF
28227 #line $LINENO "configure"
28230 cat confdefs.h
>>conftest.
$ac_ext
28231 cat >>conftest.
$ac_ext <<_ACEOF
28232 /* end confdefs.h. */
28234 /* Override any gcc2 internal prototype to avoid an error. */
28238 /* We use char because int might match the return type of a gcc2
28239 builtin and then its argument prototype would still apply. */
28249 rm -f conftest.
$ac_objext conftest
$ac_exeext
28250 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28251 (eval $ac_link) 2>&5
28253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28254 (exit $ac_status); } &&
28255 { ac_try
='test -s conftest$ac_exeext'
28256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28257 (eval $ac_try) 2>&5
28259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28260 (exit $ac_status); }; }; then
28261 ac_cv_lib_nsl_inet_addr
=yes
28263 echo "$as_me: failed program was:" >&5
28264 sed 's/^/| /' conftest.
$ac_ext >&5
28266 ac_cv_lib_nsl_inet_addr
=no
28268 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28269 LIBS
=$ac_check_lib_save_LIBS
28271 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
28272 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
28273 if test $ac_cv_lib_nsl_inet_addr = yes; then
28276 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
28277 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
28278 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
28279 echo $ECHO_N "(cached) $ECHO_C" >&6
28281 ac_check_lib_save_LIBS
=$LIBS
28282 LIBS
="-lresolv $LIBS"
28283 cat >conftest.
$ac_ext <<_ACEOF
28284 #line $LINENO "configure"
28287 cat confdefs.h
>>conftest.
$ac_ext
28288 cat >>conftest.
$ac_ext <<_ACEOF
28289 /* end confdefs.h. */
28291 /* Override any gcc2 internal prototype to avoid an error. */
28295 /* We use char because int might match the return type of a gcc2
28296 builtin and then its argument prototype would still apply. */
28306 rm -f conftest.
$ac_objext conftest
$ac_exeext
28307 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28308 (eval $ac_link) 2>&5
28310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28311 (exit $ac_status); } &&
28312 { ac_try
='test -s conftest$ac_exeext'
28313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28314 (eval $ac_try) 2>&5
28316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28317 (exit $ac_status); }; }; then
28318 ac_cv_lib_resolv_inet_addr
=yes
28320 echo "$as_me: failed program was:" >&5
28321 sed 's/^/| /' conftest.
$ac_ext >&5
28323 ac_cv_lib_resolv_inet_addr
=no
28325 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28326 LIBS
=$ac_check_lib_save_LIBS
28328 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
28329 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
28330 if test $ac_cv_lib_resolv_inet_addr = yes; then
28333 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
28334 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
28335 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
28336 echo $ECHO_N "(cached) $ECHO_C" >&6
28338 ac_check_lib_save_LIBS
=$LIBS
28339 LIBS
="-lsocket $LIBS"
28340 cat >conftest.
$ac_ext <<_ACEOF
28341 #line $LINENO "configure"
28344 cat confdefs.h
>>conftest.
$ac_ext
28345 cat >>conftest.
$ac_ext <<_ACEOF
28346 /* end confdefs.h. */
28348 /* Override any gcc2 internal prototype to avoid an error. */
28352 /* We use char because int might match the return type of a gcc2
28353 builtin and then its argument prototype would still apply. */
28363 rm -f conftest.
$ac_objext conftest
$ac_exeext
28364 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28365 (eval $ac_link) 2>&5
28367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28368 (exit $ac_status); } &&
28369 { ac_try
='test -s conftest$ac_exeext'
28370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28371 (eval $ac_try) 2>&5
28373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28374 (exit $ac_status); }; }; then
28375 ac_cv_lib_socket_inet_addr
=yes
28377 echo "$as_me: failed program was:" >&5
28378 sed 's/^/| /' conftest.
$ac_ext >&5
28380 ac_cv_lib_socket_inet_addr
=no
28382 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28383 LIBS
=$ac_check_lib_save_LIBS
28385 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
28386 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
28387 if test $ac_cv_lib_socket_inet_addr = yes; then
28405 for ac_func
in inet_aton
28407 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28408 echo "$as_me:$LINENO: checking for $ac_func" >&5
28409 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28410 if eval "test \"\${$as_ac_var+set}\" = set"; then
28411 echo $ECHO_N "(cached) $ECHO_C" >&6
28413 cat >conftest.
$ac_ext <<_ACEOF
28414 #line $LINENO "configure"
28417 cat confdefs.h
>>conftest.
$ac_ext
28418 cat >>conftest.
$ac_ext <<_ACEOF
28419 /* end confdefs.h. */
28420 /* System header to define __stub macros and hopefully few prototypes,
28421 which can conflict with char $ac_func (); below.
28422 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28423 <limits.h> exists even on freestanding compilers. */
28425 # include <limits.h>
28427 # include <assert.h>
28429 /* Override any gcc2 internal prototype to avoid an error. */
28434 /* We use char because int might match the return type of a gcc2
28435 builtin and then its argument prototype would still apply. */
28437 /* The GNU C library defines this for functions which it implements
28438 to always fail with ENOSYS. Some functions are actually named
28439 something starting with __ and the normal name is an alias. */
28440 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28443 char (*f) () = $ac_func;
28452 return f != $ac_func;
28457 rm -f conftest.
$ac_objext conftest
$ac_exeext
28458 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28459 (eval $ac_link) 2>&5
28461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28462 (exit $ac_status); } &&
28463 { ac_try
='test -s conftest$ac_exeext'
28464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28465 (eval $ac_try) 2>&5
28467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28468 (exit $ac_status); }; }; then
28469 eval "$as_ac_var=yes"
28471 echo "$as_me: failed program was:" >&5
28472 sed 's/^/| /' conftest.
$ac_ext >&5
28474 eval "$as_ac_var=no"
28476 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28478 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28479 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28480 if test `eval echo '${'$as_ac_var'}'` = yes; then
28481 cat >>confdefs.h
<<_ACEOF
28482 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28484 cat >>confdefs.h
<<\_ACEOF
28485 #define HAVE_INET_ATON 1
28490 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
28491 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
28492 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
28493 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
28494 echo $ECHO_N "(cached) $ECHO_C" >&6
28496 ac_check_lib_save_LIBS
=$LIBS
28497 LIBS
="-l$INET_LINK $LIBS"
28498 cat >conftest.
$ac_ext <<_ACEOF
28499 #line $LINENO "configure"
28502 cat confdefs.h
>>conftest.
$ac_ext
28503 cat >>conftest.
$ac_ext <<_ACEOF
28504 /* end confdefs.h. */
28506 /* Override any gcc2 internal prototype to avoid an error. */
28510 /* We use char because int might match the return type of a gcc2
28511 builtin and then its argument prototype would still apply. */
28521 rm -f conftest.
$ac_objext conftest
$ac_exeext
28522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28523 (eval $ac_link) 2>&5
28525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28526 (exit $ac_status); } &&
28527 { ac_try
='test -s conftest$ac_exeext'
28528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28529 (eval $ac_try) 2>&5
28531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28532 (exit $ac_status); }; }; then
28533 eval "$as_ac_Lib=yes"
28535 echo "$as_me: failed program was:" >&5
28536 sed 's/^/| /' conftest.
$ac_ext >&5
28538 eval "$as_ac_Lib=no"
28540 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28541 LIBS
=$ac_check_lib_save_LIBS
28543 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
28544 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
28545 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
28546 cat >>confdefs.h
<<\_ACEOF
28547 #define HAVE_INET_ATON 1
28557 if test "x$INET_LINK" != "x"; then
28558 cat >>confdefs.h
<<\_ACEOF
28559 #define HAVE_INET_ADDR 1
28562 INET_LINK
=" -l$INET_LINK"
28570 if test "${ac_cv_header_esd_h+set}" = set; then
28571 echo "$as_me:$LINENO: checking for esd.h" >&5
28572 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28573 if test "${ac_cv_header_esd_h+set}" = set; then
28574 echo $ECHO_N "(cached) $ECHO_C" >&6
28576 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28577 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28579 # Is the header compilable?
28580 echo "$as_me:$LINENO: checking esd.h usability" >&5
28581 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6
28582 cat >conftest.
$ac_ext <<_ACEOF
28583 #line $LINENO "configure"
28586 cat confdefs.h
>>conftest.
$ac_ext
28587 cat >>conftest.
$ac_ext <<_ACEOF
28588 /* end confdefs.h. */
28589 $ac_includes_default
28592 rm -f conftest.
$ac_objext
28593 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28594 (eval $ac_compile) 2>&5
28596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28597 (exit $ac_status); } &&
28598 { ac_try
='test -s conftest.$ac_objext'
28599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28600 (eval $ac_try) 2>&5
28602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28603 (exit $ac_status); }; }; then
28604 ac_header_compiler
=yes
28606 echo "$as_me: failed program was:" >&5
28607 sed 's/^/| /' conftest.
$ac_ext >&5
28609 ac_header_compiler
=no
28611 rm -f conftest.
$ac_objext conftest.
$ac_ext
28612 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28613 echo "${ECHO_T}$ac_header_compiler" >&6
28615 # Is the header present?
28616 echo "$as_me:$LINENO: checking esd.h presence" >&5
28617 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6
28618 cat >conftest.
$ac_ext <<_ACEOF
28619 #line $LINENO "configure"
28622 cat confdefs.h
>>conftest.
$ac_ext
28623 cat >>conftest.
$ac_ext <<_ACEOF
28624 /* end confdefs.h. */
28627 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28628 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
28630 grep -v '^ *+' conftest.er1
>conftest.err
28632 cat conftest.err
>&5
28633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28634 (exit $ac_status); } >/dev
/null
; then
28635 if test -s conftest.err
; then
28636 ac_cpp_err
=$ac_c_preproc_warn_flag
28643 if test -z "$ac_cpp_err"; then
28644 ac_header_preproc
=yes
28646 echo "$as_me: failed program was:" >&5
28647 sed 's/^/| /' conftest.
$ac_ext >&5
28649 ac_header_preproc
=no
28651 rm -f conftest.err conftest.
$ac_ext
28652 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28653 echo "${ECHO_T}$ac_header_preproc" >&6
28655 # So? What about this header?
28656 case $ac_header_compiler:$ac_header_preproc in
28658 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
28659 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28660 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28661 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28664 ## ------------------------------------ ##
28665 ## Report this to bug-autoconf@gnu.org. ##
28666 ## ------------------------------------ ##
28669 sed "s/^/$as_me: WARNING: /" >&2
28672 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
28673 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
28674 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
28675 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
28676 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28677 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28680 ## ------------------------------------ ##
28681 ## Report this to bug-autoconf@gnu.org. ##
28682 ## ------------------------------------ ##
28685 sed "s/^/$as_me: WARNING: /" >&2
28688 echo "$as_me:$LINENO: checking for esd.h" >&5
28689 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28690 if test "${ac_cv_header_esd_h+set}" = set; then
28691 echo $ECHO_N "(cached) $ECHO_C" >&6
28693 ac_cv_header_esd_h
=$ac_header_preproc
28695 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28696 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28699 if test $ac_cv_header_esd_h = yes; then
28701 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
28702 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
28703 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
28704 echo $ECHO_N "(cached) $ECHO_C" >&6
28706 ac_check_lib_save_LIBS
=$LIBS
28708 cat >conftest.
$ac_ext <<_ACEOF
28709 #line $LINENO "configure"
28712 cat confdefs.h
>>conftest.
$ac_ext
28713 cat >>conftest.
$ac_ext <<_ACEOF
28714 /* end confdefs.h. */
28716 /* Override any gcc2 internal prototype to avoid an error. */
28720 /* We use char because int might match the return type of a gcc2
28721 builtin and then its argument prototype would still apply. */
28731 rm -f conftest.
$ac_objext conftest
$ac_exeext
28732 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28733 (eval $ac_link) 2>&5
28735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28736 (exit $ac_status); } &&
28737 { ac_try
='test -s conftest$ac_exeext'
28738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28739 (eval $ac_try) 2>&5
28741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28742 (exit $ac_status); }; }; then
28743 ac_cv_lib_esd_esd_close
=yes
28745 echo "$as_me: failed program was:" >&5
28746 sed 's/^/| /' conftest.
$ac_ext >&5
28748 ac_cv_lib_esd_esd_close
=no
28750 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28751 LIBS
=$ac_check_lib_save_LIBS
28753 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
28754 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
28755 if test $ac_cv_lib_esd_esd_close = yes; then
28768 cat >confcache
<<\_ACEOF
28769 # This file is a shell script that caches the results of configure
28770 # tests run on this system so they can be shared between configure
28771 # scripts and configure runs, see configure's option --config-cache.
28772 # It is not useful on other systems. If it contains results you don't
28773 # want to keep, you may remove or edit it.
28775 # config.status only pays attention to the cache file if you give it
28776 # the --recheck option to rerun configure.
28778 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28779 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28780 # following values.
28784 # The following way of writing the cache mishandles newlines in values,
28785 # but we know of no workaround that is simple, portable, and efficient.
28786 # So, don't put newlines in cache variables' values.
28787 # Ultrix sh set writes to stderr and can't be redirected directly,
28788 # and sets the high bit in the cache file unless we assign to the vars.
28791 case `(ac_space=' '; set | grep ac_space) 2>&1` in
28793 # `set' does not quote correctly, so add quotes (double-quote
28794 # substitution turns \\\\ into \\, and sed turns \\ into \).
28797 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28800 # `set' quotes correctly as required by POSIX, so do not add quotes.
28802 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
28809 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28811 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28813 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
28814 if test -w $cache_file; then
28815 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
28816 cat confcache
>$cache_file
28818 echo "not updating unwritable cache $cache_file"
28825 if test "$TOOLKIT" != "MSW"; then
28831 if test "$wxUSE_THREADS" = "yes" ; then
28832 if test "$USE_BEOS" = 1; then
28833 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
28834 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
28839 if test "$wxUSE_THREADS" = "yes" ; then
28842 THREAD_OPTS
="-pthread"
28844 *-*-solaris2* | *-*-sunos4* )
28845 if test "x$GCC" = "xyes"; then
28846 THREAD_OPTS
="-pthreads $THREAD_OPTS"
28848 THREAD_OPTS
="-mt $THREAD_OPTS"
28852 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
28854 *-*-darwin* | *-*-cygwin* )
28858 THREAD_OPTS
="pthreads"
28861 if test "x$GCC" != "xyes"; then
28867 if test "x$GCC" = "xyes"; then
28873 if test "x$GCC" != "xyes"; then
28874 THREAD_OPTS
="-Ethread"
28879 THREAD_OPTS
="$THREAD_OPTS pthread none"
28882 for flag
in $THREAD_OPTS; do
28885 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
28886 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
28890 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
28891 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
28892 THREADS_CFLAGS
="$flag"
28896 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
28897 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
28898 THREADS_LINK
="-l$flag"
28903 save_CFLAGS
="$CFLAGS"
28904 LIBS
="$THREADS_LINK $LIBS"
28905 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
28907 cat >conftest.
$ac_ext <<_ACEOF
28908 #line $LINENO "configure"
28911 cat confdefs.h
>>conftest.
$ac_ext
28912 cat >>conftest.
$ac_ext <<_ACEOF
28913 /* end confdefs.h. */
28914 #include <pthread.h>
28918 pthread_create(0,0,0,0);
28923 rm -f conftest.
$ac_objext conftest
$ac_exeext
28924 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28925 (eval $ac_link) 2>&5
28927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28928 (exit $ac_status); } &&
28929 { ac_try
='test -s conftest$ac_exeext'
28930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28931 (eval $ac_try) 2>&5
28933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28934 (exit $ac_status); }; }; then
28937 echo "$as_me: failed program was:" >&5
28938 sed 's/^/| /' conftest.
$ac_ext >&5
28941 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28944 CFLAGS
="$save_CFLAGS"
28946 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
28947 echo "${ECHO_T}$THREADS_OK" >&6
28948 if test "x$THREADS_OK" = "xyes"; then
28956 if test "x$THREADS_OK" != "xyes"; then
28958 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
28959 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
28961 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
28962 LIBS
="$THREADS_LINK $LIBS"
28964 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
28965 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
28969 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
28970 flag
="-D_THREAD_SAFE"
28973 flag
="-D_THREAD_SAFE"
28976 flag
="-D_REENTRANT"
28977 if test "x$GCC" != "xyes"; then
28978 flag
="$flag -D_RWSTD_MULTI_THREAD"
28981 *solaris
* | alpha
*-osf*)
28982 flag
="-D_REENTRANT"
28985 echo "$as_me:$LINENO: result: ${flag}" >&5
28986 echo "${ECHO_T}${flag}" >&6
28987 if test "x$flag" != xno
; then
28988 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
28991 if test "x$THREADS_CFLAGS" != "x"; then
28992 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
28993 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
28998 if test "$wxUSE_THREADS" = "yes" ; then
29000 for ac_func
in thr_setconcurrency
29002 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29003 echo "$as_me:$LINENO: checking for $ac_func" >&5
29004 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29005 if eval "test \"\${$as_ac_var+set}\" = set"; then
29006 echo $ECHO_N "(cached) $ECHO_C" >&6
29008 cat >conftest.
$ac_ext <<_ACEOF
29009 #line $LINENO "configure"
29012 cat confdefs.h
>>conftest.
$ac_ext
29013 cat >>conftest.
$ac_ext <<_ACEOF
29014 /* end confdefs.h. */
29015 /* System header to define __stub macros and hopefully few prototypes,
29016 which can conflict with char $ac_func (); below.
29017 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29018 <limits.h> exists even on freestanding compilers. */
29020 # include <limits.h>
29022 # include <assert.h>
29024 /* Override any gcc2 internal prototype to avoid an error. */
29029 /* We use char because int might match the return type of a gcc2
29030 builtin and then its argument prototype would still apply. */
29032 /* The GNU C library defines this for functions which it implements
29033 to always fail with ENOSYS. Some functions are actually named
29034 something starting with __ and the normal name is an alias. */
29035 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29038 char (*f) () = $ac_func;
29047 return f != $ac_func;
29052 rm -f conftest.
$ac_objext conftest
$ac_exeext
29053 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29054 (eval $ac_link) 2>&5
29056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29057 (exit $ac_status); } &&
29058 { ac_try
='test -s conftest$ac_exeext'
29059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29060 (eval $ac_try) 2>&5
29062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29063 (exit $ac_status); }; }; then
29064 eval "$as_ac_var=yes"
29066 echo "$as_me: failed program was:" >&5
29067 sed 's/^/| /' conftest.
$ac_ext >&5
29069 eval "$as_ac_var=no"
29071 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29073 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29074 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29075 if test `eval echo '${'$as_ac_var'}'` = yes; then
29076 cat >>confdefs.h
<<_ACEOF
29077 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29085 for ac_header
in sched.h
29087 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29088 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29089 echo "$as_me:$LINENO: checking for $ac_header" >&5
29090 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29091 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29092 echo $ECHO_N "(cached) $ECHO_C" >&6
29094 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29095 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29097 # Is the header compilable?
29098 echo "$as_me:$LINENO: checking $ac_header usability" >&5
29099 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
29100 cat >conftest.
$ac_ext <<_ACEOF
29101 #line $LINENO "configure"
29104 cat confdefs.h
>>conftest.
$ac_ext
29105 cat >>conftest.
$ac_ext <<_ACEOF
29106 /* end confdefs.h. */
29107 $ac_includes_default
29108 #include <$ac_header>
29110 rm -f conftest.
$ac_objext
29111 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29112 (eval $ac_compile) 2>&5
29114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29115 (exit $ac_status); } &&
29116 { ac_try
='test -s conftest.$ac_objext'
29117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29118 (eval $ac_try) 2>&5
29120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29121 (exit $ac_status); }; }; then
29122 ac_header_compiler
=yes
29124 echo "$as_me: failed program was:" >&5
29125 sed 's/^/| /' conftest.
$ac_ext >&5
29127 ac_header_compiler
=no
29129 rm -f conftest.
$ac_objext conftest.
$ac_ext
29130 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29131 echo "${ECHO_T}$ac_header_compiler" >&6
29133 # Is the header present?
29134 echo "$as_me:$LINENO: checking $ac_header presence" >&5
29135 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
29136 cat >conftest.
$ac_ext <<_ACEOF
29137 #line $LINENO "configure"
29140 cat confdefs.h
>>conftest.
$ac_ext
29141 cat >>conftest.
$ac_ext <<_ACEOF
29142 /* end confdefs.h. */
29143 #include <$ac_header>
29145 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29146 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
29148 grep -v '^ *+' conftest.er1
>conftest.err
29150 cat conftest.err
>&5
29151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29152 (exit $ac_status); } >/dev
/null
; then
29153 if test -s conftest.err
; then
29154 ac_cpp_err
=$ac_c_preproc_warn_flag
29161 if test -z "$ac_cpp_err"; then
29162 ac_header_preproc
=yes
29164 echo "$as_me: failed program was:" >&5
29165 sed 's/^/| /' conftest.
$ac_ext >&5
29167 ac_header_preproc
=no
29169 rm -f conftest.err conftest.
$ac_ext
29170 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29171 echo "${ECHO_T}$ac_header_preproc" >&6
29173 # So? What about this header?
29174 case $ac_header_compiler:$ac_header_preproc in
29176 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29177 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29179 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29182 ## ------------------------------------ ##
29183 ## Report this to bug-autoconf@gnu.org. ##
29184 ## ------------------------------------ ##
29187 sed "s/^/$as_me: WARNING: /" >&2
29190 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29191 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29192 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29193 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29194 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29195 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29198 ## ------------------------------------ ##
29199 ## Report this to bug-autoconf@gnu.org. ##
29200 ## ------------------------------------ ##
29203 sed "s/^/$as_me: WARNING: /" >&2
29206 echo "$as_me:$LINENO: checking for $ac_header" >&5
29207 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29208 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29209 echo $ECHO_N "(cached) $ECHO_C" >&6
29211 eval "$as_ac_Header=$ac_header_preproc"
29213 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29214 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29217 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29218 cat >>confdefs.h
<<_ACEOF
29219 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29226 if test "$ac_cv_header_sched_h" = "yes"; then
29227 echo "$as_me:$LINENO: checking for sched_yield" >&5
29228 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
29229 if test "${ac_cv_func_sched_yield+set}" = set; then
29230 echo $ECHO_N "(cached) $ECHO_C" >&6
29232 cat >conftest.
$ac_ext <<_ACEOF
29233 #line $LINENO "configure"
29236 cat confdefs.h
>>conftest.
$ac_ext
29237 cat >>conftest.
$ac_ext <<_ACEOF
29238 /* end confdefs.h. */
29239 /* System header to define __stub macros and hopefully few prototypes,
29240 which can conflict with char sched_yield (); below.
29241 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29242 <limits.h> exists even on freestanding compilers. */
29244 # include <limits.h>
29246 # include <assert.h>
29248 /* Override any gcc2 internal prototype to avoid an error. */
29253 /* We use char because int might match the return type of a gcc2
29254 builtin and then its argument prototype would still apply. */
29255 char sched_yield ();
29256 /* The GNU C library defines this for functions which it implements
29257 to always fail with ENOSYS. Some functions are actually named
29258 something starting with __ and the normal name is an alias. */
29259 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
29262 char (*f) () = sched_yield;
29271 return f != sched_yield;
29276 rm -f conftest.
$ac_objext conftest
$ac_exeext
29277 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29278 (eval $ac_link) 2>&5
29280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29281 (exit $ac_status); } &&
29282 { ac_try
='test -s conftest$ac_exeext'
29283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29284 (eval $ac_try) 2>&5
29286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29287 (exit $ac_status); }; }; then
29288 ac_cv_func_sched_yield
=yes
29290 echo "$as_me: failed program was:" >&5
29291 sed 's/^/| /' conftest.
$ac_ext >&5
29293 ac_cv_func_sched_yield
=no
29295 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29297 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
29298 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
29299 if test $ac_cv_func_sched_yield = yes; then
29300 cat >>confdefs.h
<<\_ACEOF
29301 #define HAVE_SCHED_YIELD 1
29306 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
29307 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
29308 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
29309 echo $ECHO_N "(cached) $ECHO_C" >&6
29311 ac_check_lib_save_LIBS
=$LIBS
29312 LIBS
="-lposix4 $LIBS"
29313 cat >conftest.
$ac_ext <<_ACEOF
29314 #line $LINENO "configure"
29317 cat confdefs.h
>>conftest.
$ac_ext
29318 cat >>conftest.
$ac_ext <<_ACEOF
29319 /* end confdefs.h. */
29321 /* Override any gcc2 internal prototype to avoid an error. */
29325 /* We use char because int might match the return type of a gcc2
29326 builtin and then its argument prototype would still apply. */
29327 char sched_yield ();
29336 rm -f conftest.
$ac_objext conftest
$ac_exeext
29337 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29338 (eval $ac_link) 2>&5
29340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29341 (exit $ac_status); } &&
29342 { ac_try
='test -s conftest$ac_exeext'
29343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29344 (eval $ac_try) 2>&5
29346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29347 (exit $ac_status); }; }; then
29348 ac_cv_lib_posix4_sched_yield
=yes
29350 echo "$as_me: failed program was:" >&5
29351 sed 's/^/| /' conftest.
$ac_ext >&5
29353 ac_cv_lib_posix4_sched_yield
=no
29355 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29356 LIBS
=$ac_check_lib_save_LIBS
29358 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
29359 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
29360 if test $ac_cv_lib_posix4_sched_yield = yes; then
29361 cat >>confdefs.h
<<\_ACEOF
29362 #define HAVE_SCHED_YIELD 1
29364 POSIX4_LINK
=" -lposix4"
29366 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
29367 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
29378 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
29379 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
29380 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
29381 echo $ECHO_N "(cached) $ECHO_C" >&6
29383 cat >conftest.
$ac_ext <<_ACEOF
29384 #line $LINENO "configure"
29387 cat confdefs.h
>>conftest.
$ac_ext
29388 cat >>conftest.
$ac_ext <<_ACEOF
29389 /* end confdefs.h. */
29390 /* System header to define __stub macros and hopefully few prototypes,
29391 which can conflict with char pthread_attr_getschedpolicy (); below.
29392 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29393 <limits.h> exists even on freestanding compilers. */
29395 # include <limits.h>
29397 # include <assert.h>
29399 /* Override any gcc2 internal prototype to avoid an error. */
29404 /* We use char because int might match the return type of a gcc2
29405 builtin and then its argument prototype would still apply. */
29406 char pthread_attr_getschedpolicy ();
29407 /* The GNU C library defines this for functions which it implements
29408 to always fail with ENOSYS. Some functions are actually named
29409 something starting with __ and the normal name is an alias. */
29410 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
29413 char (*f) () = pthread_attr_getschedpolicy;
29422 return f != pthread_attr_getschedpolicy;
29427 rm -f conftest.
$ac_objext conftest
$ac_exeext
29428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29429 (eval $ac_link) 2>&5
29431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29432 (exit $ac_status); } &&
29433 { ac_try
='test -s conftest$ac_exeext'
29434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29435 (eval $ac_try) 2>&5
29437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29438 (exit $ac_status); }; }; then
29439 ac_cv_func_pthread_attr_getschedpolicy
=yes
29441 echo "$as_me: failed program was:" >&5
29442 sed 's/^/| /' conftest.
$ac_ext >&5
29444 ac_cv_func_pthread_attr_getschedpolicy
=no
29446 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29448 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
29449 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
29450 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
29451 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
29452 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
29453 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
29454 echo $ECHO_N "(cached) $ECHO_C" >&6
29456 cat >conftest.
$ac_ext <<_ACEOF
29457 #line $LINENO "configure"
29460 cat confdefs.h
>>conftest.
$ac_ext
29461 cat >>conftest.
$ac_ext <<_ACEOF
29462 /* end confdefs.h. */
29463 /* System header to define __stub macros and hopefully few prototypes,
29464 which can conflict with char pthread_attr_setschedparam (); below.
29465 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29466 <limits.h> exists even on freestanding compilers. */
29468 # include <limits.h>
29470 # include <assert.h>
29472 /* Override any gcc2 internal prototype to avoid an error. */
29477 /* We use char because int might match the return type of a gcc2
29478 builtin and then its argument prototype would still apply. */
29479 char pthread_attr_setschedparam ();
29480 /* The GNU C library defines this for functions which it implements
29481 to always fail with ENOSYS. Some functions are actually named
29482 something starting with __ and the normal name is an alias. */
29483 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
29486 char (*f) () = pthread_attr_setschedparam;
29495 return f != pthread_attr_setschedparam;
29500 rm -f conftest.
$ac_objext conftest
$ac_exeext
29501 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29502 (eval $ac_link) 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
29512 ac_cv_func_pthread_attr_setschedparam
=yes
29514 echo "$as_me: failed program was:" >&5
29515 sed 's/^/| /' conftest.
$ac_ext >&5
29517 ac_cv_func_pthread_attr_setschedparam
=no
29519 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29521 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
29522 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
29523 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
29524 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
29525 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
29526 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
29527 echo $ECHO_N "(cached) $ECHO_C" >&6
29529 cat >conftest.
$ac_ext <<_ACEOF
29530 #line $LINENO "configure"
29533 cat confdefs.h
>>conftest.
$ac_ext
29534 cat >>conftest.
$ac_ext <<_ACEOF
29535 /* end confdefs.h. */
29536 /* System header to define __stub macros and hopefully few prototypes,
29537 which can conflict with char sched_get_priority_max (); below.
29538 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29539 <limits.h> exists even on freestanding compilers. */
29541 # include <limits.h>
29543 # include <assert.h>
29545 /* Override any gcc2 internal prototype to avoid an error. */
29550 /* We use char because int might match the return type of a gcc2
29551 builtin and then its argument prototype would still apply. */
29552 char sched_get_priority_max ();
29553 /* The GNU C library defines this for functions which it implements
29554 to always fail with ENOSYS. Some functions are actually named
29555 something starting with __ and the normal name is an alias. */
29556 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
29559 char (*f) () = sched_get_priority_max;
29568 return f != sched_get_priority_max;
29573 rm -f conftest.
$ac_objext conftest
$ac_exeext
29574 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29575 (eval $ac_link) 2>&5
29577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29578 (exit $ac_status); } &&
29579 { ac_try
='test -s conftest$ac_exeext'
29580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29581 (eval $ac_try) 2>&5
29583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29584 (exit $ac_status); }; }; then
29585 ac_cv_func_sched_get_priority_max
=yes
29587 echo "$as_me: failed program was:" >&5
29588 sed 's/^/| /' conftest.
$ac_ext >&5
29590 ac_cv_func_sched_get_priority_max
=no
29592 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29594 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
29595 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
29596 if test $ac_cv_func_sched_get_priority_max = yes; then
29599 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
29600 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
29601 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
29602 echo $ECHO_N "(cached) $ECHO_C" >&6
29604 ac_check_lib_save_LIBS
=$LIBS
29605 LIBS
="-lposix4 $LIBS"
29606 cat >conftest.
$ac_ext <<_ACEOF
29607 #line $LINENO "configure"
29610 cat confdefs.h
>>conftest.
$ac_ext
29611 cat >>conftest.
$ac_ext <<_ACEOF
29612 /* end confdefs.h. */
29614 /* Override any gcc2 internal prototype to avoid an error. */
29618 /* We use char because int might match the return type of a gcc2
29619 builtin and then its argument prototype would still apply. */
29620 char sched_get_priority_max ();
29624 sched_get_priority_max ();
29629 rm -f conftest.
$ac_objext conftest
$ac_exeext
29630 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29631 (eval $ac_link) 2>&5
29633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29634 (exit $ac_status); } &&
29635 { ac_try
='test -s conftest$ac_exeext'
29636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29637 (eval $ac_try) 2>&5
29639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29640 (exit $ac_status); }; }; then
29641 ac_cv_lib_posix4_sched_get_priority_max
=yes
29643 echo "$as_me: failed program was:" >&5
29644 sed 's/^/| /' conftest.
$ac_ext >&5
29646 ac_cv_lib_posix4_sched_get_priority_max
=no
29648 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29649 LIBS
=$ac_check_lib_save_LIBS
29651 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
29652 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
29653 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
29656 POSIX4_LINK
=" -lposix4"
29670 if test "$HAVE_PRIOR_FUNCS" = 1; then
29671 cat >>confdefs.h
<<\_ACEOF
29672 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
29676 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
29677 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
29680 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
29681 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
29682 if test "${ac_cv_func_pthread_cancel+set}" = set; then
29683 echo $ECHO_N "(cached) $ECHO_C" >&6
29685 cat >conftest.
$ac_ext <<_ACEOF
29686 #line $LINENO "configure"
29689 cat confdefs.h
>>conftest.
$ac_ext
29690 cat >>conftest.
$ac_ext <<_ACEOF
29691 /* end confdefs.h. */
29692 /* System header to define __stub macros and hopefully few prototypes,
29693 which can conflict with char pthread_cancel (); below.
29694 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29695 <limits.h> exists even on freestanding compilers. */
29697 # include <limits.h>
29699 # include <assert.h>
29701 /* Override any gcc2 internal prototype to avoid an error. */
29706 /* We use char because int might match the return type of a gcc2
29707 builtin and then its argument prototype would still apply. */
29708 char pthread_cancel ();
29709 /* The GNU C library defines this for functions which it implements
29710 to always fail with ENOSYS. Some functions are actually named
29711 something starting with __ and the normal name is an alias. */
29712 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
29715 char (*f) () = pthread_cancel;
29724 return f != pthread_cancel;
29729 rm -f conftest.
$ac_objext conftest
$ac_exeext
29730 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29731 (eval $ac_link) 2>&5
29733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29734 (exit $ac_status); } &&
29735 { ac_try
='test -s conftest$ac_exeext'
29736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29737 (eval $ac_try) 2>&5
29739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29740 (exit $ac_status); }; }; then
29741 ac_cv_func_pthread_cancel
=yes
29743 echo "$as_me: failed program was:" >&5
29744 sed 's/^/| /' conftest.
$ac_ext >&5
29746 ac_cv_func_pthread_cancel
=no
29748 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29750 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
29751 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
29752 if test $ac_cv_func_pthread_cancel = yes; then
29753 cat >>confdefs.h
<<\_ACEOF
29754 #define HAVE_PTHREAD_CANCEL 1
29758 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
29759 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
29763 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
29764 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
29765 if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then
29766 echo $ECHO_N "(cached) $ECHO_C" >&6
29769 cat >conftest.
$ac_ext <<_ACEOF
29770 #line $LINENO "configure"
29773 cat confdefs.h
>>conftest.
$ac_ext
29774 cat >>conftest.
$ac_ext <<_ACEOF
29775 /* end confdefs.h. */
29776 #include <pthread.h>
29781 pthread_cleanup_push(NULL, NULL);
29782 pthread_cleanup_pop(0);
29788 rm -f conftest.
$ac_objext
29789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29790 (eval $ac_compile) 2>&5
29792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29793 (exit $ac_status); } &&
29794 { ac_try
='test -s conftest.$ac_objext'
29795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29796 (eval $ac_try) 2>&5
29798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29799 (exit $ac_status); }; }; then
29801 wx_cv_func_pthread_cleanup_push
=yes
29804 echo "$as_me: failed program was:" >&5
29805 sed 's/^/| /' conftest.
$ac_ext >&5
29808 wx_cv_func_pthread_cleanup_push
=no
29811 rm -f conftest.
$ac_objext conftest.
$ac_ext
29814 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup_push" >&5
29815 echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6
29817 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
29818 cat >>confdefs.h
<<\_ACEOF
29819 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
29825 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
29826 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
29827 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
29828 echo $ECHO_N "(cached) $ECHO_C" >&6
29831 cat >conftest.
$ac_ext <<_ACEOF
29832 #line $LINENO "configure"
29835 cat confdefs.h
>>conftest.
$ac_ext
29836 cat >>conftest.
$ac_ext <<_ACEOF
29837 /* end confdefs.h. */
29838 #include <pthread.h>
29843 pthread_mutexattr_t attr;
29844 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
29850 rm -f conftest.
$ac_objext
29851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29852 (eval $ac_compile) 2>&5
29854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29855 (exit $ac_status); } &&
29856 { ac_try
='test -s conftest.$ac_objext'
29857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29858 (eval $ac_try) 2>&5
29860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29861 (exit $ac_status); }; }; then
29863 wx_cv_type_pthread_mutexattr_t
=yes
29866 echo "$as_me: failed program was:" >&5
29867 sed 's/^/| /' conftest.
$ac_ext >&5
29870 wx_cv_type_pthread_mutexattr_t
=no
29874 rm -f conftest.
$ac_objext conftest.
$ac_ext
29877 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
29878 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
29880 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
29881 cat >>confdefs.h
<<\_ACEOF
29882 #define HAVE_PTHREAD_MUTEXATTR_T 1
29886 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
29887 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
29888 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
29889 echo $ECHO_N "(cached) $ECHO_C" >&6
29892 cat >conftest.
$ac_ext <<_ACEOF
29893 #line $LINENO "configure"
29896 cat confdefs.h
>>conftest.
$ac_ext
29897 cat >>conftest.
$ac_ext <<_ACEOF
29898 /* end confdefs.h. */
29899 #include <pthread.h>
29904 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
29910 rm -f conftest.
$ac_objext
29911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29912 (eval $ac_compile) 2>&5
29914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29915 (exit $ac_status); } &&
29916 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
29923 wx_cv_type_pthread_rec_mutex_init
=yes
29926 echo "$as_me: failed program was:" >&5
29927 sed 's/^/| /' conftest.
$ac_ext >&5
29930 wx_cv_type_pthread_rec_mutex_init
=no
29934 rm -f conftest.
$ac_objext conftest.
$ac_ext
29937 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
29938 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
29939 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
29940 cat >>confdefs.h
<<\_ACEOF
29941 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
29945 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
29946 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
29952 if test "$wxUSE_THREADS" = "yes" ; then
29955 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
29956 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
29957 if test "${wx_cv_cflags_mthread+set}" = set; then
29958 echo $ECHO_N "(cached) $ECHO_C" >&6
29961 CFLAGS_OLD
="$CFLAGS"
29962 CFLAGS
="$CFLAGS -mthreads"
29963 cat >conftest.
$ac_ext <<_ACEOF
29964 #line $LINENO "configure"
29967 cat confdefs.h
>>conftest.
$ac_ext
29968 cat >>conftest.
$ac_ext <<_ACEOF
29969 /* end confdefs.h. */
29979 rm -f conftest.
$ac_objext
29980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29981 (eval $ac_compile) 2>&5
29983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29984 (exit $ac_status); } &&
29985 { ac_try
='test -s conftest.$ac_objext'
29986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29987 (eval $ac_try) 2>&5
29989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29990 (exit $ac_status); }; }; then
29991 wx_cv_cflags_mthread
=yes
29993 echo "$as_me: failed program was:" >&5
29994 sed 's/^/| /' conftest.
$ac_ext >&5
29996 wx_cv_cflags_mthread
=no
29999 rm -f conftest.
$ac_objext conftest.
$ac_ext
30003 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
30004 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
30006 if test "$wx_cv_cflags_mthread" = "yes"; then
30007 CXXFLAGS
="$CXXFLAGS -mthreads"
30008 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
30009 LDFLAGS
="$LDFLAGS -mthreads"
30011 CFLAGS
="$CFLAGS_OLD"
30018 if test "$wxUSE_THREADS" = "yes"; then
30019 cat >>confdefs.h
<<\_ACEOF
30020 #define wxUSE_THREADS 1
30024 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
30026 if test "$ac_cv_func_strtok_r" = "yes"; then
30027 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
30028 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
30029 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
30030 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
30031 echo "$as_me:$LINENO: result: yes" >&5
30032 echo "${ECHO_T}yes" >&6
30034 echo "$as_me:$LINENO: result: no" >&5
30035 echo "${ECHO_T}no" >&6
30040 if test "$WXGTK20" = 1 ; then
30041 cat >>confdefs.h
<<_ACEOF
30042 #define __WXGTK20__ $WXGTK20
30048 if test "$WXGTK12" = 1 ; then
30049 cat >>confdefs.h
<<_ACEOF
30050 #define __WXGTK12__ $WXGTK12
30055 if test "$WXGTK127" = 1 ; then
30056 cat >>confdefs.h
<<_ACEOF
30057 #define __WXGTK127__ $WXGTK127
30064 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
30069 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
30070 wxUSE_DEBUG_INFO
=yes
30074 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
30075 cat >>confdefs.h
<<\_ACEOF
30079 WXDEBUG_DEFINE
="-D__WXDEBUG__"
30081 if test "$wxUSE_GTK" = 1 ; then
30082 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
30086 if test "$wxUSE_MEM_TRACING" = "yes" ; then
30087 cat >>confdefs.h
<<\_ACEOF
30088 #define wxUSE_MEMORY_TRACING 1
30091 cat >>confdefs.h
<<\_ACEOF
30092 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
30095 cat >>confdefs.h
<<\_ACEOF
30096 #define wxUSE_DEBUG_NEW_ALWAYS 1
30099 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
30102 if test "$wxUSE_DMALLOC" = "yes" ; then
30103 DMALLOC_LIBS
="-ldmalloc"
30107 if test "$wxUSE_PROFILE" = "yes" ; then
30112 CODE_GEN_FLAGS_CXX
=
30113 if test "$GCC" = "yes" ; then
30114 if test "$wxUSE_NO_RTTI" = "yes" ; then
30115 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
30117 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
30118 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
30120 if test "$wxUSE_PERMISSIVE" = "yes" ; then
30121 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
30126 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
30129 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
30135 if test "$wxUSE_OPTIMISE" = "no" ; then
30136 if test "$GCC" = yes ; then
30140 if test "$GCC" = yes ; then
30144 i586
-*-*|i686
-*-* )
30145 OPTIMISE
="${OPTIMISE} "
30154 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
30155 cat >>confdefs.h
<<\_ACEOF
30156 #define WXWIN_COMPATIBILITY_2 1
30160 WXWIN_COMPATIBILITY_2_2
="yes"
30163 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
30164 cat >>confdefs.h
<<\_ACEOF
30165 #define WXWIN_COMPATIBILITY_2_2 1
30169 WXWIN_COMPATIBILITY_2_4
="yes"
30172 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
30173 cat >>confdefs.h
<<\_ACEOF
30174 #define WXWIN_COMPATIBILITY_2_4 1
30180 if test "$wxUSE_GUI" = "yes"; then
30181 cat >>confdefs.h
<<\_ACEOF
30182 #define wxUSE_GUI 1
30187 cat >>confdefs.h
<<\_ACEOF
30188 #define wxUSE_NOGUI 1
30194 if test "$wxUSE_UNIX" = "yes"; then
30195 cat >>confdefs.h
<<\_ACEOF
30196 #define wxUSE_UNIX 1
30202 if test "$wxUSE_STL" = "yes"; then
30203 cat >>confdefs.h
<<\_ACEOF
30204 #define wxUSE_STL 1
30209 if test "$wxUSE_APPLE_IEEE" = "yes"; then
30210 cat >>confdefs.h
<<\_ACEOF
30211 #define wxUSE_APPLE_IEEE 1
30216 if test "$wxUSE_TIMER" = "yes"; then
30217 cat >>confdefs.h
<<\_ACEOF
30218 #define wxUSE_TIMER 1
30223 if test "$wxUSE_WAVE" = "yes"; then
30224 cat >>confdefs.h
<<\_ACEOF
30225 #define wxUSE_WAVE 1
30230 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
30231 cat >>confdefs.h
<<\_ACEOF
30232 #define wxUSE_CMDLINE_PARSER 1
30237 if test "$wxUSE_STOPWATCH" = "yes"; then
30238 cat >>confdefs.h
<<\_ACEOF
30239 #define wxUSE_STOPWATCH 1
30244 if test "$wxUSE_DATETIME" = "yes"; then
30245 cat >>confdefs.h
<<\_ACEOF
30246 #define wxUSE_DATETIME 1
30251 if test "$wxUSE_FILE" = "yes"; then
30252 cat >>confdefs.h
<<\_ACEOF
30253 #define wxUSE_FILE 1
30258 if test "$wxUSE_FFILE" = "yes"; then
30259 cat >>confdefs.h
<<\_ACEOF
30260 #define wxUSE_FFILE 1
30265 if test "$wxUSE_FILESYSTEM" = "yes"; then
30266 cat >>confdefs.h
<<\_ACEOF
30267 #define wxUSE_FILESYSTEM 1
30272 if test "$wxUSE_FS_ZIP" = "yes"; then
30273 cat >>confdefs.h
<<\_ACEOF
30274 #define wxUSE_FS_ZIP 1
30279 if test "$wxUSE_ZIPSTREAM" = "yes"; then
30280 cat >>confdefs.h
<<\_ACEOF
30281 #define wxUSE_ZIPSTREAM 1
30286 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30287 cat >>confdefs.h
<<\_ACEOF
30288 #define wxUSE_ON_FATAL_EXCEPTION 1
30293 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30294 cat >>confdefs.h
<<\_ACEOF
30295 #define wxUSE_SNGLINST_CHECKER 1
30300 if test "$wxUSE_BUSYINFO" = "yes"; then
30301 cat >>confdefs.h
<<\_ACEOF
30302 #define wxUSE_BUSYINFO 1
30307 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
30308 cat >>confdefs.h
<<\_ACEOF
30309 #define wxUSE_STD_IOSTREAM 1
30314 if test "$wxUSE_TEXTBUFFER" = "yes"; then
30315 cat >>confdefs.h
<<\_ACEOF
30316 #define wxUSE_TEXTBUFFER 1
30321 if test "$wxUSE_TEXTFILE" = "yes"; then
30322 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
30323 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
30324 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
30326 cat >>confdefs.h
<<\_ACEOF
30327 #define wxUSE_TEXTFILE 1
30333 if test "$wxUSE_CONFIG" = "yes" ; then
30334 if test "$wxUSE_TEXTFILE" != "yes"; then
30335 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
30336 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
30338 cat >>confdefs.h
<<\_ACEOF
30339 #define wxUSE_CONFIG 1
30342 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
30346 if test "$wxUSE_INTL" = "yes" ; then
30347 if test "$wxUSE_FILE" != "yes"; then
30348 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
30349 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
30351 cat >>confdefs.h
<<\_ACEOF
30352 #define wxUSE_INTL 1
30355 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
30356 GUIDIST
="$GUIDIST INTL_DIST"
30360 if test "$wxUSE_LOG" = "yes"; then
30361 cat >>confdefs.h
<<\_ACEOF
30362 #define wxUSE_LOG 1
30366 if test "$wxUSE_LOGGUI" = "yes"; then
30367 cat >>confdefs.h
<<\_ACEOF
30368 #define wxUSE_LOGGUI 1
30373 if test "$wxUSE_LOGWINDOW" = "yes"; then
30374 cat >>confdefs.h
<<\_ACEOF
30375 #define wxUSE_LOGWINDOW 1
30380 if test "$wxUSE_LOGDIALOG" = "yes"; then
30381 cat >>confdefs.h
<<\_ACEOF
30382 #define wxUSE_LOG_DIALOG 1
30388 if test "$wxUSE_LONGLONG" = "yes"; then
30389 cat >>confdefs.h
<<\_ACEOF
30390 #define wxUSE_LONGLONG 1
30395 if test "$wxUSE_GEOMETRY" = "yes"; then
30396 cat >>confdefs.h
<<\_ACEOF
30397 #define wxUSE_GEOMETRY 1
30402 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
30403 cat >>confdefs.h
<<\_ACEOF
30404 #define wxUSE_DIALUP_MANAGER 1
30407 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
30410 if test "$wxUSE_STREAMS" = "yes" ; then
30411 cat >>confdefs.h
<<\_ACEOF
30412 #define wxUSE_STREAMS 1
30418 if test "$wxUSE_DATETIME" = "yes"; then
30420 for ac_func
in strptime
30422 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30423 echo "$as_me:$LINENO: checking for $ac_func" >&5
30424 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30425 if eval "test \"\${$as_ac_var+set}\" = set"; then
30426 echo $ECHO_N "(cached) $ECHO_C" >&6
30428 cat >conftest.
$ac_ext <<_ACEOF
30429 #line $LINENO "configure"
30432 cat confdefs.h
>>conftest.
$ac_ext
30433 cat >>conftest.
$ac_ext <<_ACEOF
30434 /* end confdefs.h. */
30435 /* System header to define __stub macros and hopefully few prototypes,
30436 which can conflict with char $ac_func (); below.
30437 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30438 <limits.h> exists even on freestanding compilers. */
30440 # include <limits.h>
30442 # include <assert.h>
30444 /* Override any gcc2 internal prototype to avoid an error. */
30449 /* We use char because int might match the return type of a gcc2
30450 builtin and then its argument prototype would still apply. */
30452 /* The GNU C library defines this for functions which it implements
30453 to always fail with ENOSYS. Some functions are actually named
30454 something starting with __ and the normal name is an alias. */
30455 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30458 char (*f) () = $ac_func;
30467 return f != $ac_func;
30472 rm -f conftest.
$ac_objext conftest
$ac_exeext
30473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30474 (eval $ac_link) 2>&5
30476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30477 (exit $ac_status); } &&
30478 { ac_try
='test -s conftest$ac_exeext'
30479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30480 (eval $ac_try) 2>&5
30482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30483 (exit $ac_status); }; }; then
30484 eval "$as_ac_var=yes"
30486 echo "$as_me: failed program was:" >&5
30487 sed 's/^/| /' conftest.
$ac_ext >&5
30489 eval "$as_ac_var=no"
30491 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30493 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30494 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30495 if test `eval echo '${'$as_ac_var'}'` = yes; then
30496 cat >>confdefs.h
<<_ACEOF
30497 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30504 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
30505 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
30506 if test "${wx_cv_var_timezone+set}" = set; then
30507 echo $ECHO_N "(cached) $ECHO_C" >&6
30510 cat >conftest.
$ac_ext <<_ACEOF
30511 #line $LINENO "configure"
30514 cat confdefs.h
>>conftest.
$ac_ext
30515 cat >>conftest.
$ac_ext <<_ACEOF
30516 /* end confdefs.h. */
30531 rm -f conftest.
$ac_objext
30532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30533 (eval $ac_compile) 2>&5
30535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30536 (exit $ac_status); } &&
30537 { ac_try
='test -s conftest.$ac_objext'
30538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30539 (eval $ac_try) 2>&5
30541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30542 (exit $ac_status); }; }; then
30544 wx_cv_var_timezone
=timezone
30547 echo "$as_me: failed program was:" >&5
30548 sed 's/^/| /' conftest.
$ac_ext >&5
30551 cat >conftest.
$ac_ext <<_ACEOF
30552 #line $LINENO "configure"
30555 cat confdefs.h
>>conftest.
$ac_ext
30556 cat >>conftest.
$ac_ext <<_ACEOF
30557 /* end confdefs.h. */
30572 rm -f conftest.
$ac_objext
30573 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30574 (eval $ac_compile) 2>&5
30576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30577 (exit $ac_status); } &&
30578 { ac_try
='test -s conftest.$ac_objext'
30579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30580 (eval $ac_try) 2>&5
30582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30583 (exit $ac_status); }; }; then
30585 wx_cv_var_timezone
=_timezone
30588 echo "$as_me: failed program was:" >&5
30589 sed 's/^/| /' conftest.
$ac_ext >&5
30592 cat >conftest.
$ac_ext <<_ACEOF
30593 #line $LINENO "configure"
30596 cat confdefs.h
>>conftest.
$ac_ext
30597 cat >>conftest.
$ac_ext <<_ACEOF
30598 /* end confdefs.h. */
30613 rm -f conftest.
$ac_objext
30614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30615 (eval $ac_compile) 2>&5
30617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30618 (exit $ac_status); } &&
30619 { ac_try
='test -s conftest.$ac_objext'
30620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30621 (eval $ac_try) 2>&5
30623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30624 (exit $ac_status); }; }; then
30626 wx_cv_var_timezone
=__timezone
30629 echo "$as_me: failed program was:" >&5
30630 sed 's/^/| /' conftest.
$ac_ext >&5
30633 if test "$USE_DOS" = 0 ; then
30634 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
30635 echo "$as_me: WARNING: no timezone variable" >&2;}
30640 rm -f conftest.
$ac_objext conftest.
$ac_ext
30644 rm -f conftest.
$ac_objext conftest.
$ac_ext
30648 rm -f conftest.
$ac_objext conftest.
$ac_ext
30652 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
30653 echo "${ECHO_T}$wx_cv_var_timezone" >&6
30655 if test "x$wx_cv_var_timezone" != x
; then
30656 cat >>confdefs.h
<<_ACEOF
30657 #define WX_TIMEZONE $wx_cv_var_timezone
30663 for ac_func
in localtime
30665 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30666 echo "$as_me:$LINENO: checking for $ac_func" >&5
30667 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30668 if eval "test \"\${$as_ac_var+set}\" = set"; then
30669 echo $ECHO_N "(cached) $ECHO_C" >&6
30671 cat >conftest.
$ac_ext <<_ACEOF
30672 #line $LINENO "configure"
30675 cat confdefs.h
>>conftest.
$ac_ext
30676 cat >>conftest.
$ac_ext <<_ACEOF
30677 /* end confdefs.h. */
30678 /* System header to define __stub macros and hopefully few prototypes,
30679 which can conflict with char $ac_func (); below.
30680 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30681 <limits.h> exists even on freestanding compilers. */
30683 # include <limits.h>
30685 # include <assert.h>
30687 /* Override any gcc2 internal prototype to avoid an error. */
30692 /* We use char because int might match the return type of a gcc2
30693 builtin and then its argument prototype would still apply. */
30695 /* The GNU C library defines this for functions which it implements
30696 to always fail with ENOSYS. Some functions are actually named
30697 something starting with __ and the normal name is an alias. */
30698 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30701 char (*f) () = $ac_func;
30710 return f != $ac_func;
30715 rm -f conftest.
$ac_objext conftest
$ac_exeext
30716 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30717 (eval $ac_link) 2>&5
30719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30720 (exit $ac_status); } &&
30721 { ac_try
='test -s conftest$ac_exeext'
30722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30723 (eval $ac_try) 2>&5
30725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30726 (exit $ac_status); }; }; then
30727 eval "$as_ac_var=yes"
30729 echo "$as_me: failed program was:" >&5
30730 sed 's/^/| /' conftest.
$ac_ext >&5
30732 eval "$as_ac_var=no"
30734 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30736 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30737 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30738 if test `eval echo '${'$as_ac_var'}'` = yes; then
30739 cat >>confdefs.h
<<_ACEOF
30740 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30747 if test "$ac_cv_func_localtime" = "yes"; then
30748 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
30749 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
30750 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
30751 echo $ECHO_N "(cached) $ECHO_C" >&6
30754 cat >conftest.
$ac_ext <<_ACEOF
30755 #line $LINENO "configure"
30758 cat confdefs.h
>>conftest.
$ac_ext
30759 cat >>conftest.
$ac_ext <<_ACEOF
30760 /* end confdefs.h. */
30775 rm -f conftest.
$ac_objext
30776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30777 (eval $ac_compile) 2>&5
30779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30780 (exit $ac_status); } &&
30781 { ac_try
='test -s conftest.$ac_objext'
30782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30783 (eval $ac_try) 2>&5
30785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30786 (exit $ac_status); }; }; then
30788 wx_cv_struct_tm_has_gmtoff
=yes
30791 echo "$as_me: failed program was:" >&5
30792 sed 's/^/| /' conftest.
$ac_ext >&5
30794 wx_cv_struct_tm_has_gmtoff
=no
30797 rm -f conftest.
$ac_objext conftest.
$ac_ext
30800 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
30801 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
30804 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
30805 cat >>confdefs.h
<<\_ACEOF
30806 #define WX_GMTOFF_IN_TM 1
30813 for ac_func
in gettimeofday ftime
30815 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30816 echo "$as_me:$LINENO: checking for $ac_func" >&5
30817 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30818 if eval "test \"\${$as_ac_var+set}\" = set"; then
30819 echo $ECHO_N "(cached) $ECHO_C" >&6
30821 cat >conftest.
$ac_ext <<_ACEOF
30822 #line $LINENO "configure"
30825 cat confdefs.h
>>conftest.
$ac_ext
30826 cat >>conftest.
$ac_ext <<_ACEOF
30827 /* end confdefs.h. */
30828 /* System header to define __stub macros and hopefully few prototypes,
30829 which can conflict with char $ac_func (); below.
30830 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30831 <limits.h> exists even on freestanding compilers. */
30833 # include <limits.h>
30835 # include <assert.h>
30837 /* Override any gcc2 internal prototype to avoid an error. */
30842 /* We use char because int might match the return type of a gcc2
30843 builtin and then its argument prototype would still apply. */
30845 /* The GNU C library defines this for functions which it implements
30846 to always fail with ENOSYS. Some functions are actually named
30847 something starting with __ and the normal name is an alias. */
30848 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30851 char (*f) () = $ac_func;
30860 return f != $ac_func;
30865 rm -f conftest.
$ac_objext conftest
$ac_exeext
30866 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30867 (eval $ac_link) 2>&5
30869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30870 (exit $ac_status); } &&
30871 { ac_try
='test -s conftest$ac_exeext'
30872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30873 (eval $ac_try) 2>&5
30875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30876 (exit $ac_status); }; }; then
30877 eval "$as_ac_var=yes"
30879 echo "$as_me: failed program was:" >&5
30880 sed 's/^/| /' conftest.
$ac_ext >&5
30882 eval "$as_ac_var=no"
30884 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30886 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30887 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30888 if test `eval echo '${'$as_ac_var'}'` = yes; then
30889 cat >>confdefs.h
<<_ACEOF
30890 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30897 if test "$ac_cv_func_gettimeofday" = "yes"; then
30898 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
30899 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
30900 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
30901 echo $ECHO_N "(cached) $ECHO_C" >&6
30907 ac_cpp
='$CXXCPP $CPPFLAGS'
30908 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30909 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30910 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30913 cat >conftest.
$ac_ext <<_ACEOF
30914 #line $LINENO "configure"
30917 cat confdefs.h
>>conftest.
$ac_ext
30918 cat >>conftest.
$ac_ext <<_ACEOF
30919 /* end confdefs.h. */
30921 #include <sys/time.h>
30922 #include <unistd.h>
30929 gettimeofday(&tv, NULL);
30935 rm -f conftest.
$ac_objext
30936 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30937 (eval $ac_compile) 2>&5
30939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30940 (exit $ac_status); } &&
30941 { ac_try
='test -s conftest.$ac_objext'
30942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30943 (eval $ac_try) 2>&5
30945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30946 (exit $ac_status); }; }; then
30947 wx_cv_func_gettimeofday_has_2_args
=yes
30949 echo "$as_me: failed program was:" >&5
30950 sed 's/^/| /' conftest.
$ac_ext >&5
30952 cat >conftest.
$ac_ext <<_ACEOF
30953 #line $LINENO "configure"
30956 cat confdefs.h
>>conftest.
$ac_ext
30957 cat >>conftest.
$ac_ext <<_ACEOF
30958 /* end confdefs.h. */
30960 #include <sys/time.h>
30961 #include <unistd.h>
30974 rm -f conftest.
$ac_objext
30975 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30976 (eval $ac_compile) 2>&5
30978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30979 (exit $ac_status); } &&
30980 { ac_try
='test -s conftest.$ac_objext'
30981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30982 (eval $ac_try) 2>&5
30984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30985 (exit $ac_status); }; }; then
30986 wx_cv_func_gettimeofday_has_2_args
=no
30988 echo "$as_me: failed program was:" >&5
30989 sed 's/^/| /' conftest.
$ac_ext >&5
30992 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
30993 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
30994 wx_cv_func_gettimeofday_has_2_args
=unknown
30998 rm -f conftest.
$ac_objext conftest.
$ac_ext
31001 rm -f conftest.
$ac_objext conftest.
$ac_ext
31003 ac_cpp
='$CPP $CPPFLAGS'
31004 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31005 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31006 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31010 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
31011 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
31013 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
31014 cat >>confdefs.h
<<\_ACEOF
31015 #define WX_GETTIMEOFDAY_NO_TZ 1
31021 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
31025 if test "$wxUSE_SOCKETS" = "yes"; then
31026 if test "$wxUSE_MGL" = "1"; then
31027 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
31028 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
31031 if test "$wxUSE_COCOA" = "1"; then
31032 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under Cocoa... disabled" >&5
31033 echo "$as_me: WARNING: wxSocket not yet supported under Cocoa... disabled" >&2;}
31038 if test "$wxUSE_SOCKETS" = "yes"; then
31039 if test "$TOOLKIT" != "MSW"; then
31040 echo "$as_me:$LINENO: checking for socket" >&5
31041 echo $ECHO_N "checking for socket... $ECHO_C" >&6
31042 if test "${ac_cv_func_socket+set}" = set; then
31043 echo $ECHO_N "(cached) $ECHO_C" >&6
31045 cat >conftest.
$ac_ext <<_ACEOF
31046 #line $LINENO "configure"
31049 cat confdefs.h
>>conftest.
$ac_ext
31050 cat >>conftest.
$ac_ext <<_ACEOF
31051 /* end confdefs.h. */
31052 /* System header to define __stub macros and hopefully few prototypes,
31053 which can conflict with char socket (); below.
31054 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31055 <limits.h> exists even on freestanding compilers. */
31057 # include <limits.h>
31059 # include <assert.h>
31061 /* Override any gcc2 internal prototype to avoid an error. */
31066 /* We use char because int might match the return type of a gcc2
31067 builtin and then its argument prototype would still apply. */
31069 /* The GNU C library defines this for functions which it implements
31070 to always fail with ENOSYS. Some functions are actually named
31071 something starting with __ and the normal name is an alias. */
31072 #if defined (__stub_socket) || defined (__stub___socket)
31075 char (*f) () = socket;
31084 return f != socket;
31089 rm -f conftest.
$ac_objext conftest
$ac_exeext
31090 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31091 (eval $ac_link) 2>&5
31093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31094 (exit $ac_status); } &&
31095 { ac_try
='test -s conftest$ac_exeext'
31096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31097 (eval $ac_try) 2>&5
31099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31100 (exit $ac_status); }; }; then
31101 ac_cv_func_socket
=yes
31103 echo "$as_me: failed program was:" >&5
31104 sed 's/^/| /' conftest.
$ac_ext >&5
31106 ac_cv_func_socket
=no
31108 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31110 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
31111 echo "${ECHO_T}$ac_cv_func_socket" >&6
31112 if test $ac_cv_func_socket = yes; then
31115 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
31116 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
31117 if test "${ac_cv_lib_socket_socket+set}" = set; then
31118 echo $ECHO_N "(cached) $ECHO_C" >&6
31120 ac_check_lib_save_LIBS
=$LIBS
31121 LIBS
="-lsocket $LIBS"
31122 cat >conftest.
$ac_ext <<_ACEOF
31123 #line $LINENO "configure"
31126 cat confdefs.h
>>conftest.
$ac_ext
31127 cat >>conftest.
$ac_ext <<_ACEOF
31128 /* end confdefs.h. */
31130 /* Override any gcc2 internal prototype to avoid an error. */
31134 /* We use char because int might match the return type of a gcc2
31135 builtin and then its argument prototype would still apply. */
31145 rm -f conftest.
$ac_objext conftest
$ac_exeext
31146 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31147 (eval $ac_link) 2>&5
31149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31150 (exit $ac_status); } &&
31151 { ac_try
='test -s conftest$ac_exeext'
31152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31153 (eval $ac_try) 2>&5
31155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31156 (exit $ac_status); }; }; then
31157 ac_cv_lib_socket_socket
=yes
31159 echo "$as_me: failed program was:" >&5
31160 sed 's/^/| /' conftest.
$ac_ext >&5
31162 ac_cv_lib_socket_socket
=no
31164 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31165 LIBS
=$ac_check_lib_save_LIBS
31167 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
31168 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
31169 if test $ac_cv_lib_socket_socket = yes; then
31170 if test "$INET_LINK" != " -lsocket"; then
31171 INET_LINK
="$INET_LINK -lsocket"
31175 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
31176 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
31188 if test "$wxUSE_SOCKETS" = "yes" ; then
31189 if test "$TOOLKIT" != "MSW"; then
31190 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
31191 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
31192 if test "${wx_cv_type_getsockname3+set}" = set; then
31193 echo $ECHO_N "(cached) $ECHO_C" >&6
31196 cat >conftest.
$ac_ext <<_ACEOF
31197 #line $LINENO "configure"
31200 cat confdefs.h
>>conftest.
$ac_ext
31201 cat >>conftest.
$ac_ext <<_ACEOF
31202 /* end confdefs.h. */
31204 #include <sys/types.h>
31205 #include <sys/socket.h>
31212 getsockname(0, 0, &len);
31218 rm -f conftest.
$ac_objext
31219 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31220 (eval $ac_compile) 2>&5
31222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31223 (exit $ac_status); } &&
31224 { ac_try
='test -s conftest.$ac_objext'
31225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31226 (eval $ac_try) 2>&5
31228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31229 (exit $ac_status); }; }; then
31230 wx_cv_type_getsockname3
=socklen_t
31232 echo "$as_me: failed program was:" >&5
31233 sed 's/^/| /' conftest.
$ac_ext >&5
31236 CFLAGS_OLD
="$CFLAGS"
31237 if test "$GCC" = yes ; then
31238 CFLAGS
="$CFLAGS -Werror"
31241 cat >conftest.
$ac_ext <<_ACEOF
31242 #line $LINENO "configure"
31245 cat confdefs.h
>>conftest.
$ac_ext
31246 cat >>conftest.
$ac_ext <<_ACEOF
31247 /* end confdefs.h. */
31249 #include <sys/types.h>
31250 #include <sys/socket.h>
31257 getsockname(0, 0, &len);
31263 rm -f conftest.
$ac_objext
31264 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31265 (eval $ac_compile) 2>&5
31267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31268 (exit $ac_status); } &&
31269 { ac_try
='test -s conftest.$ac_objext'
31270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31271 (eval $ac_try) 2>&5
31273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31274 (exit $ac_status); }; }; then
31275 wx_cv_type_getsockname3
=size_t
31277 echo "$as_me: failed program was:" >&5
31278 sed 's/^/| /' conftest.
$ac_ext >&5
31280 cat >conftest.
$ac_ext <<_ACEOF
31281 #line $LINENO "configure"
31284 cat confdefs.h
>>conftest.
$ac_ext
31285 cat >>conftest.
$ac_ext <<_ACEOF
31286 /* end confdefs.h. */
31288 #include <sys/types.h>
31289 #include <sys/socket.h>
31296 getsockname(0, 0, &len);
31302 rm -f conftest.
$ac_objext
31303 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31304 (eval $ac_compile) 2>&5
31306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31307 (exit $ac_status); } &&
31308 { ac_try
='test -s conftest.$ac_objext'
31309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31310 (eval $ac_try) 2>&5
31312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31313 (exit $ac_status); }; }; then
31314 wx_cv_type_getsockname3
=int
31316 echo "$as_me: failed program was:" >&5
31317 sed 's/^/| /' conftest.
$ac_ext >&5
31319 wx_cv_type_getsockname3
=unknown
31322 rm -f conftest.
$ac_objext conftest.
$ac_ext
31325 rm -f conftest.
$ac_objext conftest.
$ac_ext
31327 CFLAGS
="$CFLAGS_OLD"
31331 rm -f conftest.
$ac_objext conftest.
$ac_ext
31334 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
31335 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
31337 if test "$wx_cv_type_getsockname3" = "unknown"; then
31339 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
31340 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
31342 cat >>confdefs.h
<<_ACEOF
31343 #define SOCKLEN_T $wx_cv_type_getsockname3
31350 if test "$wxUSE_SOCKETS" = "yes" ; then
31351 cat >>confdefs.h
<<\_ACEOF
31352 #define wxUSE_SOCKETS 1
31355 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
31358 if test "$wxUSE_PROTOCOL" = "yes"; then
31359 if test "$wxUSE_SOCKETS" != "yes"; then
31360 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
31361 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
31366 if test "$wxUSE_PROTOCOL" = "yes"; then
31367 cat >>confdefs.h
<<\_ACEOF
31368 #define wxUSE_PROTOCOL 1
31372 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
31373 cat >>confdefs.h
<<\_ACEOF
31374 #define wxUSE_PROTOCOL_HTTP 1
31378 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
31379 cat >>confdefs.h
<<\_ACEOF
31380 #define wxUSE_PROTOCOL_FTP 1
31384 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
31385 cat >>confdefs.h
<<\_ACEOF
31386 #define wxUSE_PROTOCOL_FILE 1
31391 if test "$wxUSE_FS_INET" = "yes"; then
31392 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
31393 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
31398 if test "$wxUSE_URL" = "yes"; then
31399 if test "$wxUSE_PROTOCOL" != "yes"; then
31400 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
31401 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
31404 if test "$wxUSE_URL" = "yes"; then
31405 cat >>confdefs.h
<<\_ACEOF
31406 #define wxUSE_URL 1
31412 if test "$wxUSE_FS_INET" = "yes"; then
31413 cat >>confdefs.h
<<\_ACEOF
31414 #define wxUSE_FS_INET 1
31420 if test "$wxUSE_GUI" = "yes"; then
31422 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
31423 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
31424 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
31427 if test "$TOOLKIT" = "MOTIF"; then
31428 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Motif... disabled" >&5
31429 echo "$as_me: WARNING: Joystick not yet supported under Motif... disabled" >&2;}
31432 if test "$TOOLKIT" = "X11"; then
31433 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under X11... disabled" >&5
31434 echo "$as_me: WARNING: Joystick not yet supported under X11... disabled" >&2;}
31438 if test "$TOOLKIT" != "MSW"; then
31439 if test "$wxUSE_JOYSTICK" = "yes"; then
31441 for ac_header
in linux
/joystick.h
31443 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31444 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31445 echo "$as_me:$LINENO: checking for $ac_header" >&5
31446 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31447 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31448 echo $ECHO_N "(cached) $ECHO_C" >&6
31450 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31451 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31453 # Is the header compilable?
31454 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31455 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31456 cat >conftest.
$ac_ext <<_ACEOF
31457 #line $LINENO "configure"
31460 cat confdefs.h
>>conftest.
$ac_ext
31461 cat >>conftest.
$ac_ext <<_ACEOF
31462 /* end confdefs.h. */
31463 $ac_includes_default
31464 #include <$ac_header>
31466 rm -f conftest.
$ac_objext
31467 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31468 (eval $ac_compile) 2>&5
31470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31471 (exit $ac_status); } &&
31472 { ac_try
='test -s conftest.$ac_objext'
31473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31474 (eval $ac_try) 2>&5
31476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31477 (exit $ac_status); }; }; then
31478 ac_header_compiler
=yes
31480 echo "$as_me: failed program was:" >&5
31481 sed 's/^/| /' conftest.
$ac_ext >&5
31483 ac_header_compiler
=no
31485 rm -f conftest.
$ac_objext conftest.
$ac_ext
31486 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31487 echo "${ECHO_T}$ac_header_compiler" >&6
31489 # Is the header present?
31490 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31491 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31492 cat >conftest.
$ac_ext <<_ACEOF
31493 #line $LINENO "configure"
31496 cat confdefs.h
>>conftest.
$ac_ext
31497 cat >>conftest.
$ac_ext <<_ACEOF
31498 /* end confdefs.h. */
31499 #include <$ac_header>
31501 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31502 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31504 grep -v '^ *+' conftest.er1
>conftest.err
31506 cat conftest.err
>&5
31507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31508 (exit $ac_status); } >/dev
/null
; then
31509 if test -s conftest.err
; then
31510 ac_cpp_err
=$ac_c_preproc_warn_flag
31517 if test -z "$ac_cpp_err"; then
31518 ac_header_preproc
=yes
31520 echo "$as_me: failed program was:" >&5
31521 sed 's/^/| /' conftest.
$ac_ext >&5
31523 ac_header_preproc
=no
31525 rm -f conftest.err conftest.
$ac_ext
31526 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31527 echo "${ECHO_T}$ac_header_preproc" >&6
31529 # So? What about this header?
31530 case $ac_header_compiler:$ac_header_preproc in
31532 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31533 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31535 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31538 ## ------------------------------------ ##
31539 ## Report this to bug-autoconf@gnu.org. ##
31540 ## ------------------------------------ ##
31543 sed "s/^/$as_me: WARNING: /" >&2
31546 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31547 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31548 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31549 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31551 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31554 ## ------------------------------------ ##
31555 ## Report this to bug-autoconf@gnu.org. ##
31556 ## ------------------------------------ ##
31559 sed "s/^/$as_me: WARNING: /" >&2
31562 echo "$as_me:$LINENO: checking for $ac_header" >&5
31563 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31564 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31565 echo $ECHO_N "(cached) $ECHO_C" >&6
31567 eval "$as_ac_Header=$ac_header_preproc"
31569 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31570 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31573 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31574 cat >>confdefs.h
<<_ACEOF
31575 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31582 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
31584 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
31585 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
31590 if test "$wxUSE_JOYSTICK" = "yes"; then
31591 cat >>confdefs.h
<<\_ACEOF
31592 #define wxUSE_JOYSTICK 1
31595 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
31600 if test "$TOOLKIT" != "MSW"; then
31604 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
31605 if test "$USE_DARWIN" = 1; then
31609 for ac_func
in dlopen
31611 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31612 echo "$as_me:$LINENO: checking for $ac_func" >&5
31613 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31614 if eval "test \"\${$as_ac_var+set}\" = set"; then
31615 echo $ECHO_N "(cached) $ECHO_C" >&6
31617 cat >conftest.
$ac_ext <<_ACEOF
31618 #line $LINENO "configure"
31621 cat confdefs.h
>>conftest.
$ac_ext
31622 cat >>conftest.
$ac_ext <<_ACEOF
31623 /* end confdefs.h. */
31624 /* System header to define __stub macros and hopefully few prototypes,
31625 which can conflict with char $ac_func (); below.
31626 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31627 <limits.h> exists even on freestanding compilers. */
31629 # include <limits.h>
31631 # include <assert.h>
31633 /* Override any gcc2 internal prototype to avoid an error. */
31638 /* We use char because int might match the return type of a gcc2
31639 builtin and then its argument prototype would still apply. */
31641 /* The GNU C library defines this for functions which it implements
31642 to always fail with ENOSYS. Some functions are actually named
31643 something starting with __ and the normal name is an alias. */
31644 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31647 char (*f) () = $ac_func;
31656 return f != $ac_func;
31661 rm -f conftest.
$ac_objext conftest
$ac_exeext
31662 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31663 (eval $ac_link) 2>&5
31665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31666 (exit $ac_status); } &&
31667 { ac_try
='test -s conftest$ac_exeext'
31668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31669 (eval $ac_try) 2>&5
31671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31672 (exit $ac_status); }; }; then
31673 eval "$as_ac_var=yes"
31675 echo "$as_me: failed program was:" >&5
31676 sed 's/^/| /' conftest.
$ac_ext >&5
31678 eval "$as_ac_var=no"
31680 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31682 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31683 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31684 if test `eval echo '${'$as_ac_var'}'` = yes; then
31685 cat >>confdefs.h
<<_ACEOF
31686 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31689 cat >>confdefs.h
<<\_ACEOF
31690 #define HAVE_DLOPEN 1
31697 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
31698 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
31699 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
31700 echo $ECHO_N "(cached) $ECHO_C" >&6
31702 ac_check_lib_save_LIBS
=$LIBS
31704 cat >conftest.
$ac_ext <<_ACEOF
31705 #line $LINENO "configure"
31708 cat confdefs.h
>>conftest.
$ac_ext
31709 cat >>conftest.
$ac_ext <<_ACEOF
31710 /* end confdefs.h. */
31712 /* Override any gcc2 internal prototype to avoid an error. */
31716 /* We use char because int might match the return type of a gcc2
31717 builtin and then its argument prototype would still apply. */
31727 rm -f conftest.
$ac_objext conftest
$ac_exeext
31728 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31729 (eval $ac_link) 2>&5
31731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31732 (exit $ac_status); } &&
31733 { ac_try
='test -s conftest$ac_exeext'
31734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31735 (eval $ac_try) 2>&5
31737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31738 (exit $ac_status); }; }; then
31739 ac_cv_lib_dl_dlopen
=yes
31741 echo "$as_me: failed program was:" >&5
31742 sed 's/^/| /' conftest.
$ac_ext >&5
31744 ac_cv_lib_dl_dlopen
=no
31746 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31747 LIBS
=$ac_check_lib_save_LIBS
31749 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
31750 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
31751 if test $ac_cv_lib_dl_dlopen = yes; then
31753 cat >>confdefs.h
<<\_ACEOF
31754 #define HAVE_DLOPEN 1
31758 DL_LINK
=" -ldl$DL_LINK"
31763 for ac_func
in shl_load
31765 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31766 echo "$as_me:$LINENO: checking for $ac_func" >&5
31767 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31768 if eval "test \"\${$as_ac_var+set}\" = set"; then
31769 echo $ECHO_N "(cached) $ECHO_C" >&6
31771 cat >conftest.
$ac_ext <<_ACEOF
31772 #line $LINENO "configure"
31775 cat confdefs.h
>>conftest.
$ac_ext
31776 cat >>conftest.
$ac_ext <<_ACEOF
31777 /* end confdefs.h. */
31778 /* System header to define __stub macros and hopefully few prototypes,
31779 which can conflict with char $ac_func (); below.
31780 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31781 <limits.h> exists even on freestanding compilers. */
31783 # include <limits.h>
31785 # include <assert.h>
31787 /* Override any gcc2 internal prototype to avoid an error. */
31792 /* We use char because int might match the return type of a gcc2
31793 builtin and then its argument prototype would still apply. */
31795 /* The GNU C library defines this for functions which it implements
31796 to always fail with ENOSYS. Some functions are actually named
31797 something starting with __ and the normal name is an alias. */
31798 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31801 char (*f) () = $ac_func;
31810 return f != $ac_func;
31815 rm -f conftest.
$ac_objext conftest
$ac_exeext
31816 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31817 (eval $ac_link) 2>&5
31819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31820 (exit $ac_status); } &&
31821 { ac_try
='test -s conftest$ac_exeext'
31822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31823 (eval $ac_try) 2>&5
31825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31826 (exit $ac_status); }; }; then
31827 eval "$as_ac_var=yes"
31829 echo "$as_me: failed program was:" >&5
31830 sed 's/^/| /' conftest.
$ac_ext >&5
31832 eval "$as_ac_var=no"
31834 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31836 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31837 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31838 if test `eval echo '${'$as_ac_var'}'` = yes; then
31839 cat >>confdefs.h
<<_ACEOF
31840 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31843 cat >>confdefs.h
<<\_ACEOF
31844 #define HAVE_SHL_LOAD 1
31851 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
31852 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
31853 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
31854 echo $ECHO_N "(cached) $ECHO_C" >&6
31856 ac_check_lib_save_LIBS
=$LIBS
31857 LIBS
="-lshl_load $LIBS"
31858 cat >conftest.
$ac_ext <<_ACEOF
31859 #line $LINENO "configure"
31862 cat confdefs.h
>>conftest.
$ac_ext
31863 cat >>conftest.
$ac_ext <<_ACEOF
31864 /* end confdefs.h. */
31866 /* Override any gcc2 internal prototype to avoid an error. */
31870 /* We use char because int might match the return type of a gcc2
31871 builtin and then its argument prototype would still apply. */
31881 rm -f conftest.
$ac_objext conftest
$ac_exeext
31882 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31883 (eval $ac_link) 2>&5
31885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31886 (exit $ac_status); } &&
31887 { ac_try
='test -s conftest$ac_exeext'
31888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31889 (eval $ac_try) 2>&5
31891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31892 (exit $ac_status); }; }; then
31893 ac_cv_lib_shl_load_dld
=yes
31895 echo "$as_me: failed program was:" >&5
31896 sed 's/^/| /' conftest.
$ac_ext >&5
31898 ac_cv_lib_shl_load_dld
=no
31900 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31901 LIBS
=$ac_check_lib_save_LIBS
31903 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
31904 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
31905 if test $ac_cv_lib_shl_load_dld = yes; then
31908 DL_LINK
=" -ldld$DL_LINK"
31924 if test "$HAVE_DL_FUNCS" = 1; then
31926 for ac_func
in dlerror
31928 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31929 echo "$as_me:$LINENO: checking for $ac_func" >&5
31930 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31931 if eval "test \"\${$as_ac_var+set}\" = set"; then
31932 echo $ECHO_N "(cached) $ECHO_C" >&6
31934 cat >conftest.
$ac_ext <<_ACEOF
31935 #line $LINENO "configure"
31938 cat confdefs.h
>>conftest.
$ac_ext
31939 cat >>conftest.
$ac_ext <<_ACEOF
31940 /* end confdefs.h. */
31941 /* System header to define __stub macros and hopefully few prototypes,
31942 which can conflict with char $ac_func (); below.
31943 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31944 <limits.h> exists even on freestanding compilers. */
31946 # include <limits.h>
31948 # include <assert.h>
31950 /* Override any gcc2 internal prototype to avoid an error. */
31955 /* We use char because int might match the return type of a gcc2
31956 builtin and then its argument prototype would still apply. */
31958 /* The GNU C library defines this for functions which it implements
31959 to always fail with ENOSYS. Some functions are actually named
31960 something starting with __ and the normal name is an alias. */
31961 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31964 char (*f) () = $ac_func;
31973 return f != $ac_func;
31978 rm -f conftest.
$ac_objext conftest
$ac_exeext
31979 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31980 (eval $ac_link) 2>&5
31982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31983 (exit $ac_status); } &&
31984 { ac_try
='test -s conftest$ac_exeext'
31985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31986 (eval $ac_try) 2>&5
31988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31989 (exit $ac_status); }; }; then
31990 eval "$as_ac_var=yes"
31992 echo "$as_me: failed program was:" >&5
31993 sed 's/^/| /' conftest.
$ac_ext >&5
31995 eval "$as_ac_var=no"
31997 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31999 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32000 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32001 if test `eval echo '${'$as_ac_var'}'` = yes; then
32002 cat >>confdefs.h
<<_ACEOF
32003 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32005 cat >>confdefs.h
<<\_ACEOF
32006 #define HAVE_DLERROR 1
32010 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
32011 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
32012 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
32013 echo $ECHO_N "(cached) $ECHO_C" >&6
32015 ac_check_lib_save_LIBS
=$LIBS
32017 cat >conftest.
$ac_ext <<_ACEOF
32018 #line $LINENO "configure"
32021 cat confdefs.h
>>conftest.
$ac_ext
32022 cat >>conftest.
$ac_ext <<_ACEOF
32023 /* end confdefs.h. */
32025 /* Override any gcc2 internal prototype to avoid an error. */
32029 /* We use char because int might match the return type of a gcc2
32030 builtin and then its argument prototype would still apply. */
32040 rm -f conftest.
$ac_objext conftest
$ac_exeext
32041 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32042 (eval $ac_link) 2>&5
32044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32045 (exit $ac_status); } &&
32046 { ac_try
='test -s conftest$ac_exeext'
32047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32048 (eval $ac_try) 2>&5
32050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32051 (exit $ac_status); }; }; then
32052 ac_cv_lib_dl_dlerror
=yes
32054 echo "$as_me: failed program was:" >&5
32055 sed 's/^/| /' conftest.
$ac_ext >&5
32057 ac_cv_lib_dl_dlerror
=no
32059 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
32060 LIBS
=$ac_check_lib_save_LIBS
32062 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
32063 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
32064 if test $ac_cv_lib_dl_dlerror = yes; then
32065 cat >>confdefs.h
<<\_ACEOF
32066 #define HAVE_DLERROR 1
32077 if test "$HAVE_DL_FUNCS" = 0; then
32078 if test "$HAVE_SHL_FUNCS" = 0; then
32079 if test "$USE_UNIX" = 1; then
32080 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
32081 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
32082 wxUSE_DYNAMIC_LOADER
=no
32083 wxUSE_DYNLIB_CLASS
=no
32085 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
32086 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
32093 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
32094 cat >>confdefs.h
<<\_ACEOF
32095 #define wxUSE_DYNAMIC_LOADER 1
32098 elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
32099 cat >>confdefs.h
<<\_ACEOF
32100 #define wxUSE_DYNLIB_CLASS 1
32106 if test "$wxUSE_FONTMAP" = "yes" ; then
32107 cat >>confdefs.h
<<\_ACEOF
32108 #define wxUSE_FONTMAP 1
32113 if test "$wxUSE_UNICODE" = "yes" ; then
32114 cat >>confdefs.h
<<\_ACEOF
32115 #define wxUSE_UNICODE 1
32119 if test "$wxUSE_MSW" != 1; then
32120 wxUSE_UNICODE_MSLU
=no
32123 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
32124 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
32125 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
32126 if test "${ac_cv_lib_unicows_main+set}" = set; then
32127 echo $ECHO_N "(cached) $ECHO_C" >&6
32129 ac_check_lib_save_LIBS
=$LIBS
32130 LIBS
="-lunicows $LIBS"
32131 cat >conftest.
$ac_ext <<_ACEOF
32132 #line $LINENO "configure"
32135 cat confdefs.h
>>conftest.
$ac_ext
32136 cat >>conftest.
$ac_ext <<_ACEOF
32137 /* end confdefs.h. */
32148 rm -f conftest.
$ac_objext conftest
$ac_exeext
32149 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32150 (eval $ac_link) 2>&5
32152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32153 (exit $ac_status); } &&
32154 { ac_try
='test -s conftest$ac_exeext'
32155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32156 (eval $ac_try) 2>&5
32158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32159 (exit $ac_status); }; }; then
32160 ac_cv_lib_unicows_main
=yes
32162 echo "$as_me: failed program was:" >&5
32163 sed 's/^/| /' conftest.
$ac_ext >&5
32165 ac_cv_lib_unicows_main
=no
32167 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
32168 LIBS
=$ac_check_lib_save_LIBS
32170 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
32171 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
32172 if test $ac_cv_lib_unicows_main = yes; then
32174 cat >>confdefs.h
<<\_ACEOF
32175 #define wxUSE_UNICODE_MSLU 1
32181 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
32182 Applications will only run on Windows NT/2000/XP!" >&5
32183 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
32184 Applications will only run on Windows NT/2000/XP!" >&2;}
32185 wxUSE_UNICODE_MSLU
=no
32192 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
32193 cat >>confdefs.h
<<\_ACEOF
32194 #define wxUSE_EXPERIMENTAL_PRINTF 1
32200 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
32201 cat >>confdefs.h
<<\_ACEOF
32202 #define wxUSE_POSTSCRIPT 1
32207 cat >>confdefs.h
<<\_ACEOF
32208 #define wxUSE_AFM_FOR_POSTSCRIPT 1
32212 cat >>confdefs.h
<<\_ACEOF
32213 #define wxUSE_NORMALIZED_PS_FONTS 1
32218 if test "$wxUSE_CONSTRAINTS" = "yes"; then
32219 cat >>confdefs.h
<<\_ACEOF
32220 #define wxUSE_CONSTRAINTS 1
32223 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
32226 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
32227 cat >>confdefs.h
<<\_ACEOF
32228 #define wxUSE_MDI_ARCHITECTURE 1
32231 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
32234 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
32235 cat >>confdefs.h
<<\_ACEOF
32236 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
32239 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
32240 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
32241 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
32245 if test "$wxUSE_HELP" = "yes"; then
32246 cat >>confdefs.h
<<\_ACEOF
32247 #define wxUSE_HELP 1
32250 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
32252 if test "$wxUSE_MSW" = 1; then
32253 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
32254 cat >>confdefs.h
<<\_ACEOF
32255 #define wxUSE_MS_HTML_HELP 1
32261 if test "$wxUSE_WXHTML_HELP" = "yes"; then
32262 if test "$wxUSE_HTML" = "yes"; then
32263 cat >>confdefs.h
<<\_ACEOF
32264 #define wxUSE_WXHTML_HELP 1
32268 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
32269 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
32270 wxUSE_WXHTML_HELP
=no
32275 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
32276 if test "$wxUSE_CONSTRAINTS" != "yes"; then
32277 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
32278 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
32280 cat >>confdefs.h
<<\_ACEOF
32281 #define wxUSE_PRINTING_ARCHITECTURE 1
32285 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
32288 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
32289 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
32290 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
32291 { (exit 1); exit 1; }; }
32295 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
32296 -o "$wxUSE_CLIPBOARD" = "yes" \
32297 -o "$wxUSE_OLE" = "yes" \
32298 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
32300 for ac_header
in ole2.h
32302 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32303 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32304 echo "$as_me:$LINENO: checking for $ac_header" >&5
32305 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32306 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32307 echo $ECHO_N "(cached) $ECHO_C" >&6
32309 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32310 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32312 # Is the header compilable?
32313 echo "$as_me:$LINENO: checking $ac_header usability" >&5
32314 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32315 cat >conftest.
$ac_ext <<_ACEOF
32316 #line $LINENO "configure"
32319 cat confdefs.h
>>conftest.
$ac_ext
32320 cat >>conftest.
$ac_ext <<_ACEOF
32321 /* end confdefs.h. */
32322 $ac_includes_default
32323 #include <$ac_header>
32325 rm -f conftest.
$ac_objext
32326 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32327 (eval $ac_compile) 2>&5
32329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32330 (exit $ac_status); } &&
32331 { ac_try
='test -s conftest.$ac_objext'
32332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32333 (eval $ac_try) 2>&5
32335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32336 (exit $ac_status); }; }; then
32337 ac_header_compiler
=yes
32339 echo "$as_me: failed program was:" >&5
32340 sed 's/^/| /' conftest.
$ac_ext >&5
32342 ac_header_compiler
=no
32344 rm -f conftest.
$ac_objext conftest.
$ac_ext
32345 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32346 echo "${ECHO_T}$ac_header_compiler" >&6
32348 # Is the header present?
32349 echo "$as_me:$LINENO: checking $ac_header presence" >&5
32350 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32351 cat >conftest.
$ac_ext <<_ACEOF
32352 #line $LINENO "configure"
32355 cat confdefs.h
>>conftest.
$ac_ext
32356 cat >>conftest.
$ac_ext <<_ACEOF
32357 /* end confdefs.h. */
32358 #include <$ac_header>
32360 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32361 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32363 grep -v '^ *+' conftest.er1
>conftest.err
32365 cat conftest.err
>&5
32366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32367 (exit $ac_status); } >/dev
/null
; then
32368 if test -s conftest.err
; then
32369 ac_cpp_err
=$ac_c_preproc_warn_flag
32376 if test -z "$ac_cpp_err"; then
32377 ac_header_preproc
=yes
32379 echo "$as_me: failed program was:" >&5
32380 sed 's/^/| /' conftest.
$ac_ext >&5
32382 ac_header_preproc
=no
32384 rm -f conftest.err conftest.
$ac_ext
32385 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32386 echo "${ECHO_T}$ac_header_preproc" >&6
32388 # So? What about this header?
32389 case $ac_header_compiler:$ac_header_preproc in
32391 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32392 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32393 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32394 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32397 ## ------------------------------------ ##
32398 ## Report this to bug-autoconf@gnu.org. ##
32399 ## ------------------------------------ ##
32402 sed "s/^/$as_me: WARNING: /" >&2
32405 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32406 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32407 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32408 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32409 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32410 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32413 ## ------------------------------------ ##
32414 ## Report this to bug-autoconf@gnu.org. ##
32415 ## ------------------------------------ ##
32418 sed "s/^/$as_me: WARNING: /" >&2
32421 echo "$as_me:$LINENO: checking for $ac_header" >&5
32422 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32423 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32424 echo $ECHO_N "(cached) $ECHO_C" >&6
32426 eval "$as_ac_Header=$ac_header_preproc"
32428 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32429 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32432 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32433 cat >>confdefs.h
<<_ACEOF
32434 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32442 if test "$ac_cv_header_ole2_h" = "yes" ; then
32443 if test "$GCC" = yes ; then
32447 ac_cpp
='$CXXCPP $CPPFLAGS'
32448 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32449 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32450 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32453 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
32454 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
32455 cat >conftest.
$ac_ext <<_ACEOF
32456 #line $LINENO "configure"
32459 cat confdefs.h
>>conftest.
$ac_ext
32460 cat >>conftest.
$ac_ext <<_ACEOF
32461 /* end confdefs.h. */
32462 #include <windows.h>
32472 rm -f conftest.
$ac_objext
32473 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32474 (eval $ac_compile) 2>&5
32476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32477 (exit $ac_status); } &&
32478 { ac_try
='test -s conftest.$ac_objext'
32479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32480 (eval $ac_try) 2>&5
32482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32483 (exit $ac_status); }; }; then
32484 echo "$as_me:$LINENO: result: no" >&5
32485 echo "${ECHO_T}no" >&6
32487 echo "$as_me: failed program was:" >&5
32488 sed 's/^/| /' conftest.
$ac_ext >&5
32490 echo "$as_me:$LINENO: result: yes" >&5
32491 echo "${ECHO_T}yes" >&6
32492 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
32494 rm -f conftest.
$ac_objext conftest.
$ac_ext
32496 ac_cpp
='$CPP $CPPFLAGS'
32497 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32498 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32499 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32501 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
32502 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
32503 cat >>confdefs.h
<<\_ACEOF
32504 #define wxUSE_OLE 1
32510 cat >>confdefs.h
<<\_ACEOF
32511 #define wxUSE_DATAOBJ 1
32515 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
32516 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
32519 wxUSE_DRAG_AND_DROP
=no
32524 if test "$wxUSE_METAFILE" = "yes"; then
32525 cat >>confdefs.h
<<\_ACEOF
32526 #define wxUSE_METAFILE 1
32530 cat >>confdefs.h
<<\_ACEOF
32531 #define wxUSE_ENH_METAFILE 1
32537 if test "$wxUSE_IPC" = "yes"; then
32538 if test "$wxUSE_SOCKETS" != "yes"; then
32539 { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5
32540 echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
32543 cat >>confdefs.h
<<\_ACEOF
32544 #define wxUSE_IPC 1
32549 if test "$wxUSE_CLIPBOARD" = "yes"; then
32550 if test "$wxUSE_MGL" = 1; then
32551 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
32552 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
32556 if test "$wxUSE_CLIPBOARD" = "yes"; then
32557 cat >>confdefs.h
<<\_ACEOF
32558 #define wxUSE_CLIPBOARD 1
32562 cat >>confdefs.h
<<\_ACEOF
32563 #define wxUSE_DATAOBJ 1
32569 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
32570 if test "$wxUSE_GTK" = 1; then
32571 if test "$WXGTK12" != 1; then
32572 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
32573 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
32574 wxUSE_DRAG_AND_DROP
=no
32578 if test "$wxUSE_MOTIF" = 1; then
32579 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
32580 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
32581 wxUSE_DRAG_AND_DROP
=no
32584 if test "$wxUSE_X11" = 1; then
32585 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
32586 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
32587 wxUSE_DRAG_AND_DROP
=no
32590 if test "$wxUSE_MGL" = 1; then
32591 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
32592 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
32593 wxUSE_DRAG_AND_DROP
=no
32596 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
32597 cat >>confdefs.h
<<\_ACEOF
32598 #define wxUSE_DRAG_AND_DROP 1
32601 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
32606 if test "$wxUSE_SPLINES" = "yes" ; then
32607 cat >>confdefs.h
<<\_ACEOF
32608 #define wxUSE_SPLINES 1
32615 if test "$wxUSE_CONTROLS" = "yes"; then
32619 if test "$wxUSE_ACCEL" = "yes"; then
32620 cat >>confdefs.h
<<\_ACEOF
32621 #define wxUSE_ACCEL 1
32627 if test "$wxUSE_BUTTON" = "yes"; then
32628 cat >>confdefs.h
<<\_ACEOF
32629 #define wxUSE_BUTTON 1
32635 if test "$wxUSE_BMPBUTTON" = "yes"; then
32636 cat >>confdefs.h
<<\_ACEOF
32637 #define wxUSE_BMPBUTTON 1
32643 if test "$wxUSE_CALCTRL" = "yes"; then
32644 cat >>confdefs.h
<<\_ACEOF
32645 #define wxUSE_CALENDARCTRL 1
32649 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
32652 if test "$wxUSE_CARET" = "yes"; then
32653 cat >>confdefs.h
<<\_ACEOF
32654 #define wxUSE_CARET 1
32658 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
32661 if test "$wxUSE_COMBOBOX" = "yes"; then
32662 cat >>confdefs.h
<<\_ACEOF
32663 #define wxUSE_COMBOBOX 1
32669 if test "$wxUSE_CHOICE" = "yes"; then
32670 cat >>confdefs.h
<<\_ACEOF
32671 #define wxUSE_CHOICE 1
32677 if test "$wxUSE_CHECKBOX" = "yes"; then
32678 cat >>confdefs.h
<<\_ACEOF
32679 #define wxUSE_CHECKBOX 1
32685 if test "$wxUSE_CHECKLST" = "yes"; then
32686 cat >>confdefs.h
<<\_ACEOF
32687 #define wxUSE_CHECKLISTBOX 1
32691 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
32694 if test "$wxUSE_DISPLAY" = "yes"; then
32695 cat >>confdefs.h
<<\_ACEOF
32696 #define wxUSE_DISPLAY 1
32699 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
32702 if test "$wxUSE_GAUGE" = "yes"; then
32703 cat >>confdefs.h
<<\_ACEOF
32704 #define wxUSE_GAUGE 1
32710 if test "$wxUSE_GRID" = "yes"; then
32711 cat >>confdefs.h
<<\_ACEOF
32712 #define wxUSE_GRID 1
32716 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
32719 if test "$wxUSE_IMAGLIST" = "yes"; then
32720 cat >>confdefs.h
<<\_ACEOF
32721 #define wxUSE_IMAGLIST 1
32726 if test "$wxUSE_LISTBOX" = "yes"; then
32727 cat >>confdefs.h
<<\_ACEOF
32728 #define wxUSE_LISTBOX 1
32734 if test "$wxUSE_LISTCTRL" = "yes"; then
32735 if test "$wxUSE_IMAGLIST" = "yes"; then
32736 cat >>confdefs.h
<<\_ACEOF
32737 #define wxUSE_LISTCTRL 1
32741 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
32743 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
32744 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
32748 if test "$wxUSE_NOTEBOOK" = "yes"; then
32749 cat >>confdefs.h
<<\_ACEOF
32750 #define wxUSE_NOTEBOOK 1
32754 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
32758 if test "$wxUSE_RADIOBOX" = "yes"; then
32759 cat >>confdefs.h
<<\_ACEOF
32760 #define wxUSE_RADIOBOX 1
32766 if test "$wxUSE_RADIOBTN" = "yes"; then
32767 cat >>confdefs.h
<<\_ACEOF
32768 #define wxUSE_RADIOBTN 1
32774 if test "$wxUSE_SASH" = "yes"; then
32775 cat >>confdefs.h
<<\_ACEOF
32776 #define wxUSE_SASH 1
32779 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
32782 if test "$wxUSE_SCROLLBAR" = "yes"; then
32783 cat >>confdefs.h
<<\_ACEOF
32784 #define wxUSE_SCROLLBAR 1
32788 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
32791 if test "$wxUSE_SLIDER" = "yes"; then
32792 cat >>confdefs.h
<<\_ACEOF
32793 #define wxUSE_SLIDER 1
32799 if test "$wxUSE_SPINBTN" = "yes"; then
32800 cat >>confdefs.h
<<\_ACEOF
32801 #define wxUSE_SPINBTN 1
32807 if test "$wxUSE_SPINCTRL" = "yes"; then
32808 cat >>confdefs.h
<<\_ACEOF
32809 #define wxUSE_SPINCTRL 1
32815 if test "$wxUSE_SPLITTER" = "yes"; then
32816 cat >>confdefs.h
<<\_ACEOF
32817 #define wxUSE_SPLITTER 1
32820 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
32823 if test "$wxUSE_STATBMP" = "yes"; then
32824 cat >>confdefs.h
<<\_ACEOF
32825 #define wxUSE_STATBMP 1
32831 if test "$wxUSE_STATBOX" = "yes"; then
32832 cat >>confdefs.h
<<\_ACEOF
32833 #define wxUSE_STATBOX 1
32839 if test "$wxUSE_STATTEXT" = "yes"; then
32840 cat >>confdefs.h
<<\_ACEOF
32841 #define wxUSE_STATTEXT 1
32847 if test "$wxUSE_STATLINE" = "yes"; then
32848 cat >>confdefs.h
<<\_ACEOF
32849 #define wxUSE_STATLINE 1
32855 if test "$wxUSE_STATUSBAR" = "yes"; then
32856 cat >>confdefs.h
<<\_ACEOF
32857 #define wxUSE_STATUSBAR 1
32862 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
32865 if test "$wxUSE_TABDIALOG" = "yes"; then
32866 cat >>confdefs.h
<<\_ACEOF
32867 #define wxUSE_TAB_DIALOG 1
32870 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
32873 if test "$wxUSE_TEXTCTRL" = "yes"; then
32874 cat >>confdefs.h
<<\_ACEOF
32875 #define wxUSE_TEXTCTRL 1
32879 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
32882 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32883 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32884 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
32885 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
32888 if test "$wxUSE_UNIVERSAL" = "yes"; then
32889 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
32890 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
32894 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32895 cat >>confdefs.h
<<\_ACEOF
32896 #define wxUSE_TOGGLEBTN 1
32903 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
32904 cat >>confdefs.h
<<\_ACEOF
32905 #define wxUSE_TOOLBAR_SIMPLE 1
32908 wxUSE_TOOLBAR
="yes"
32912 if test "$wxUSE_TOOLBAR" = "yes"; then
32913 cat >>confdefs.h
<<\_ACEOF
32914 #define wxUSE_TOOLBAR 1
32919 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
32920 wxUSE_TOOLBAR_NATIVE
="yes"
32923 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
32924 cat >>confdefs.h
<<\_ACEOF
32925 #define wxUSE_TOOLBAR_NATIVE 1
32931 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
32934 if test "$wxUSE_TOOLTIPS" = "yes"; then
32935 if test "$wxUSE_MOTIF" = 1; then
32936 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
32937 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
32939 if test "$wxUSE_UNIVERSAL" = "yes"; then
32940 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
32941 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
32943 cat >>confdefs.h
<<\_ACEOF
32944 #define wxUSE_TOOLTIPS 1
32951 if test "$wxUSE_TREECTRL" = "yes"; then
32952 if test "$wxUSE_IMAGLIST" = "yes"; then
32953 cat >>confdefs.h
<<\_ACEOF
32954 #define wxUSE_TREECTRL 1
32958 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
32960 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
32961 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
32965 if test "$wxUSE_POPUPWIN" = "yes"; then
32966 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32967 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
32968 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
32970 if test "$wxUSE_MOTIF" = 1; then
32971 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
32972 echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;}
32974 if test "$wxUSE_PM" = 1; then
32975 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
32976 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
32978 cat >>confdefs.h
<<\_ACEOF
32979 #define wxUSE_POPUPWIN 1
32989 if test "$wxUSE_TIPWINDOW" = "yes"; then
32990 if test "$wxUSE_PM" = 1; then
32991 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
32992 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
32994 cat >>confdefs.h
<<\_ACEOF
32995 #define wxUSE_TIPWINDOW 1
33001 if test "$USES_CONTROLS" = 1; then
33002 cat >>confdefs.h
<<\_ACEOF
33003 #define wxUSE_CONTROLS 1
33010 if test "$wxUSE_DRAGIMAGE" = "yes"; then
33011 cat >>confdefs.h
<<\_ACEOF
33012 #define wxUSE_DRAGIMAGE 1
33015 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
33018 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
33019 cat >>confdefs.h
<<\_ACEOF
33020 #define wxUSE_ACCESSIBILITY 1
33023 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
33026 if test "$wxUSE_MENUS" = "yes"; then
33027 cat >>confdefs.h
<<\_ACEOF
33028 #define wxUSE_MENUS 1
33031 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
33034 if test "$wxUSE_METAFILE" = "yes"; then
33035 cat >>confdefs.h
<<\_ACEOF
33036 #define wxUSE_METAFILE 1
33041 if test "$wxUSE_MIMETYPE" = "yes"; then
33042 cat >>confdefs.h
<<\_ACEOF
33043 #define wxUSE_MIMETYPE 1
33048 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
33049 cat >>confdefs.h
<<\_ACEOF
33050 #define wxUSE_SYSTEM_OPTIONS 1
33053 if test "$TOOLKIT" = "MSW"; then
33054 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
33059 if test "$wxUSE_MINIFRAME" = "yes"; then
33060 cat >>confdefs.h
<<\_ACEOF
33061 #define wxUSE_MINIFRAME 1
33064 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
33068 if test "$wxUSE_HTML" = "yes"; then
33069 cat >>confdefs.h
<<\_ACEOF
33070 #define wxUSE_HTML 1
33074 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
33077 if test "$wxUSE_VALIDATORS" = "yes"; then
33078 cat >>confdefs.h
<<\_ACEOF
33079 #define wxUSE_VALIDATORS 1
33082 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
33085 if test "$wxUSE_PALETTE" = "yes" ; then
33086 cat >>confdefs.h
<<\_ACEOF
33087 #define wxUSE_PALETTE 1
33092 if test "$wxUSE_IMAGE" = "yes" ; then
33093 cat >>confdefs.h
<<\_ACEOF
33094 #define wxUSE_IMAGE 1
33099 if test "$wxUSE_GIF" = "yes" ; then
33100 cat >>confdefs.h
<<\_ACEOF
33101 #define wxUSE_GIF 1
33106 if test "$wxUSE_PCX" = "yes" ; then
33107 cat >>confdefs.h
<<\_ACEOF
33108 #define wxUSE_PCX 1
33113 if test "$wxUSE_IFF" = "yes" ; then
33114 cat >>confdefs.h
<<\_ACEOF
33115 #define wxUSE_IFF 1
33120 if test "$wxUSE_PNM" = "yes" ; then
33121 cat >>confdefs.h
<<\_ACEOF
33122 #define wxUSE_PNM 1
33127 if test "$wxUSE_XPM" = "yes" ; then
33128 cat >>confdefs.h
<<\_ACEOF
33129 #define wxUSE_XPM 1
33134 if test "$wxUSE_ICO_CUR" = "yes" ; then
33135 cat >>confdefs.h
<<\_ACEOF
33136 #define wxUSE_ICO_CUR 1
33141 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
33142 LIBS
=" -lunicows $LIBS"
33146 if test "$wxUSE_CHOICEDLG" = "yes"; then
33147 cat >>confdefs.h
<<\_ACEOF
33148 #define wxUSE_CHOICEDLG 1
33153 if test "$wxUSE_COLOURDLG" = "yes"; then
33154 cat >>confdefs.h
<<\_ACEOF
33155 #define wxUSE_COLOURDLG 1
33160 if test "$wxUSE_FILEDLG" = "yes"; then
33161 cat >>confdefs.h
<<\_ACEOF
33162 #define wxUSE_FILEDLG 1
33167 if test "$wxUSE_FINDREPLDLG" = "yes"; then
33168 cat >>confdefs.h
<<\_ACEOF
33169 #define wxUSE_FINDREPLDLG 1
33174 if test "$wxUSE_FONTDLG" = "yes"; then
33175 cat >>confdefs.h
<<\_ACEOF
33176 #define wxUSE_FONTDLG 1
33181 if test "$wxUSE_DIRDLG" = "yes"; then
33182 if test "$wxUSE_TREECTRL" != "yes"; then
33183 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
33184 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
33186 cat >>confdefs.h
<<\_ACEOF
33187 #define wxUSE_DIRDLG 1
33193 if test "$wxUSE_MSGDLG" = "yes"; then
33194 cat >>confdefs.h
<<\_ACEOF
33195 #define wxUSE_MSGDLG 1
33200 if test "$wxUSE_NUMBERDLG" = "yes"; then
33201 cat >>confdefs.h
<<\_ACEOF
33202 #define wxUSE_NUMBERDLG 1
33207 if test "$wxUSE_PROGRESSDLG" = "yes"; then
33208 if test "$wxUSE_CONSTRAINTS" != "yes"; then
33209 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
33210 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
33212 cat >>confdefs.h
<<\_ACEOF
33213 #define wxUSE_PROGRESSDLG 1
33219 if test "$wxUSE_SPLASH" = "yes"; then
33220 cat >>confdefs.h
<<\_ACEOF
33221 #define wxUSE_SPLASH 1
33226 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
33227 if test "$wxUSE_CONSTRAINTS" != "yes"; then
33228 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
33229 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
33231 cat >>confdefs.h
<<\_ACEOF
33232 #define wxUSE_STARTUP_TIPS 1
33238 if test "$wxUSE_TEXTDLG" = "yes"; then
33239 cat >>confdefs.h
<<\_ACEOF
33240 #define wxUSE_TEXTDLG 1
33245 if test "$wxUSE_WIZARDDLG" = "yes"; then
33246 cat >>confdefs.h
<<\_ACEOF
33247 #define wxUSE_WIZARDDLG 1
33250 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
33254 if test "$cross_compiling" = "yes"; then
33257 OSINFO
=`uname -s -r -m`
33258 OSINFO
="\"$OSINFO\""
33261 cat >>confdefs.h
<<_ACEOF
33262 #define WXWIN_OS_DESCRIPTION $OSINFO
33267 if test "x$prefix" != "xNONE"; then
33270 wxPREFIX
=$ac_default_prefix
33273 cat >>confdefs.h
<<_ACEOF
33274 #define wxINSTALL_PREFIX "$wxPREFIX"
33278 top_builddir_wxconfig
=`pwd`
33283 if test "$wxUSE_MAC" = 1 ; then
33284 LDFLAGS
="$LDFLAGS -framework Carbon -framework System"
33286 if test "$wxUSE_COCOA" = 1 ; then
33287 LDFLAGS
="$LDFLAGS -framework Cocoa -framework System"
33291 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
33298 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33299 echo "$as_me:$LINENO: checking for $ac_func" >&5
33300 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33301 if eval "test \"\${$as_ac_var+set}\" = set"; then
33302 echo $ECHO_N "(cached) $ECHO_C" >&6
33304 cat >conftest.
$ac_ext <<_ACEOF
33305 #line $LINENO "configure"
33308 cat confdefs.h
>>conftest.
$ac_ext
33309 cat >>conftest.
$ac_ext <<_ACEOF
33310 /* end confdefs.h. */
33311 /* System header to define __stub macros and hopefully few prototypes,
33312 which can conflict with char $ac_func (); below.
33313 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33314 <limits.h> exists even on freestanding compilers. */
33316 # include <limits.h>
33318 # include <assert.h>
33320 /* Override any gcc2 internal prototype to avoid an error. */
33325 /* We use char because int might match the return type of a gcc2
33326 builtin and then its argument prototype would still apply. */
33328 /* The GNU C library defines this for functions which it implements
33329 to always fail with ENOSYS. Some functions are actually named
33330 something starting with __ and the normal name is an alias. */
33331 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33334 char (*f) () = $ac_func;
33343 return f != $ac_func;
33348 rm -f conftest.
$ac_objext conftest
$ac_exeext
33349 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33350 (eval $ac_link) 2>&5
33352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33353 (exit $ac_status); } &&
33354 { ac_try
='test -s conftest$ac_exeext'
33355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33356 (eval $ac_try) 2>&5
33358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33359 (exit $ac_status); }; }; then
33360 eval "$as_ac_var=yes"
33362 echo "$as_me: failed program was:" >&5
33363 sed 's/^/| /' conftest.
$ac_ext >&5
33365 eval "$as_ac_var=no"
33367 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33369 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33370 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33371 if test `eval echo '${'$as_ac_var'}'` = yes; then
33372 cat >>confdefs.h
<<_ACEOF
33373 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33380 for ac_func
in floor
33382 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33383 echo "$as_me:$LINENO: checking for $ac_func" >&5
33384 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33385 if eval "test \"\${$as_ac_var+set}\" = set"; then
33386 echo $ECHO_N "(cached) $ECHO_C" >&6
33388 cat >conftest.
$ac_ext <<_ACEOF
33389 #line $LINENO "configure"
33392 cat confdefs.h
>>conftest.
$ac_ext
33393 cat >>conftest.
$ac_ext <<_ACEOF
33394 /* end confdefs.h. */
33395 /* System header to define __stub macros and hopefully few prototypes,
33396 which can conflict with char $ac_func (); below.
33397 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33398 <limits.h> exists even on freestanding compilers. */
33400 # include <limits.h>
33402 # include <assert.h>
33404 /* Override any gcc2 internal prototype to avoid an error. */
33409 /* We use char because int might match the return type of a gcc2
33410 builtin and then its argument prototype would still apply. */
33412 /* The GNU C library defines this for functions which it implements
33413 to always fail with ENOSYS. Some functions are actually named
33414 something starting with __ and the normal name is an alias. */
33415 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33418 char (*f) () = $ac_func;
33427 return f != $ac_func;
33432 rm -f conftest.
$ac_objext conftest
$ac_exeext
33433 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33434 (eval $ac_link) 2>&5
33436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33437 (exit $ac_status); } &&
33438 { ac_try
='test -s conftest$ac_exeext'
33439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33440 (eval $ac_try) 2>&5
33442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33443 (exit $ac_status); }; }; then
33444 eval "$as_ac_var=yes"
33446 echo "$as_me: failed program was:" >&5
33447 sed 's/^/| /' conftest.
$ac_ext >&5
33449 eval "$as_ac_var=no"
33451 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33453 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33454 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33455 if test `eval echo '${'$as_ac_var'}'` = yes; then
33456 cat >>confdefs.h
<<_ACEOF
33457 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33463 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
33464 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
33465 if test "$have_cos" = 1 -a "$have_floor" = 1; then
33466 echo "$as_me:$LINENO: result: yes" >&5
33467 echo "${ECHO_T}yes" >&6
33469 echo "$as_me:$LINENO: result: no" >&5
33470 echo "${ECHO_T}no" >&6
33472 # use different functions to avoid configure caching
33478 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33479 echo "$as_me:$LINENO: checking for $ac_func" >&5
33480 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33481 if eval "test \"\${$as_ac_var+set}\" = set"; then
33482 echo $ECHO_N "(cached) $ECHO_C" >&6
33484 cat >conftest.
$ac_ext <<_ACEOF
33485 #line $LINENO "configure"
33488 cat confdefs.h
>>conftest.
$ac_ext
33489 cat >>conftest.
$ac_ext <<_ACEOF
33490 /* end confdefs.h. */
33491 /* System header to define __stub macros and hopefully few prototypes,
33492 which can conflict with char $ac_func (); below.
33493 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33494 <limits.h> exists even on freestanding compilers. */
33496 # include <limits.h>
33498 # include <assert.h>
33500 /* Override any gcc2 internal prototype to avoid an error. */
33505 /* We use char because int might match the return type of a gcc2
33506 builtin and then its argument prototype would still apply. */
33508 /* The GNU C library defines this for functions which it implements
33509 to always fail with ENOSYS. Some functions are actually named
33510 something starting with __ and the normal name is an alias. */
33511 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33514 char (*f) () = $ac_func;
33523 return f != $ac_func;
33528 rm -f conftest.
$ac_objext conftest
$ac_exeext
33529 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33530 (eval $ac_link) 2>&5
33532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33533 (exit $ac_status); } &&
33534 { ac_try
='test -s conftest$ac_exeext'
33535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33536 (eval $ac_try) 2>&5
33538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33539 (exit $ac_status); }; }; then
33540 eval "$as_ac_var=yes"
33542 echo "$as_me: failed program was:" >&5
33543 sed 's/^/| /' conftest.
$ac_ext >&5
33545 eval "$as_ac_var=no"
33547 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33549 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33550 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33551 if test `eval echo '${'$as_ac_var'}'` = yes; then
33552 cat >>confdefs.h
<<_ACEOF
33553 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33560 for ac_func
in ceil
33562 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33563 echo "$as_me:$LINENO: checking for $ac_func" >&5
33564 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33565 if eval "test \"\${$as_ac_var+set}\" = set"; then
33566 echo $ECHO_N "(cached) $ECHO_C" >&6
33568 cat >conftest.
$ac_ext <<_ACEOF
33569 #line $LINENO "configure"
33572 cat confdefs.h
>>conftest.
$ac_ext
33573 cat >>conftest.
$ac_ext <<_ACEOF
33574 /* end confdefs.h. */
33575 /* System header to define __stub macros and hopefully few prototypes,
33576 which can conflict with char $ac_func (); below.
33577 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33578 <limits.h> exists even on freestanding compilers. */
33580 # include <limits.h>
33582 # include <assert.h>
33584 /* Override any gcc2 internal prototype to avoid an error. */
33589 /* We use char because int might match the return type of a gcc2
33590 builtin and then its argument prototype would still apply. */
33592 /* The GNU C library defines this for functions which it implements
33593 to always fail with ENOSYS. Some functions are actually named
33594 something starting with __ and the normal name is an alias. */
33595 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33598 char (*f) () = $ac_func;
33607 return f != $ac_func;
33612 rm -f conftest.
$ac_objext conftest
$ac_exeext
33613 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33614 (eval $ac_link) 2>&5
33616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33617 (exit $ac_status); } &&
33618 { ac_try
='test -s conftest$ac_exeext'
33619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33620 (eval $ac_try) 2>&5
33622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33623 (exit $ac_status); }; }; then
33624 eval "$as_ac_var=yes"
33626 echo "$as_me: failed program was:" >&5
33627 sed 's/^/| /' conftest.
$ac_ext >&5
33629 eval "$as_ac_var=no"
33631 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33633 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33634 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33635 if test `eval echo '${'$as_ac_var'}'` = yes; then
33636 cat >>confdefs.h
<<_ACEOF
33637 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33643 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
33644 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
33645 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
33646 echo "$as_me:$LINENO: result: yes" >&5
33647 echo "${ECHO_T}yes" >&6
33649 echo "$as_me:$LINENO: result: no" >&5
33650 echo "${ECHO_T}no" >&6
33651 # not sure we should warn the user, crash, etc.
33655 if test "$wxUSE_GUI" = "yes"; then
33658 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs \
33659 drawing dynamic erase event exec font image \
33660 minimal propsize rotate shaped widgets"
33662 if test "$wxUSE_MONOLITHIC" != "yes"; then
33663 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
33666 SAMPLES_SUBDIRS
="console"
33670 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
33671 -I\${top_srcdir}/include \
33672 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
33675 if test "$GXX" = yes ; then
33676 CXXWARNINGS
="-Wall"
33679 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
33681 CPPFLAGS
=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
33682 CFLAGS
=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
33683 CXXFLAGS
=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
33686 LIBS
=`echo $LIBS | sed 's/ \+/ /g'`
33687 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
33688 EXTRALIBS_XML
="$EXPAT_LINK"
33689 if test "$wxUSE_GUI" = "yes"; then
33690 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK | sed 's/ \+/ /g'`
33692 if test "$wxUSE_OPENGL" = "yes"; then
33693 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
33696 LDFLAGS
="$LDFLAGS $PROFILE"
33698 if test "$wxUSE_GTK" = 1; then
33701 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
33704 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
33718 if test $wxUSE_MONOLITHIC = "yes" ; then
33738 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr [A-Z] [a-z]`
33745 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
33747 if test -n "$ac_tool_prefix"; then
33748 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
33749 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
33750 echo "$as_me:$LINENO: checking for $ac_word" >&5
33751 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33752 if test "${ac_cv_prog_RANLIB+set}" = set; then
33753 echo $ECHO_N "(cached) $ECHO_C" >&6
33755 if test -n "$RANLIB"; then
33756 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
33758 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33759 for as_dir
in $PATH
33762 test -z "$as_dir" && as_dir
=.
33763 for ac_exec_ext
in '' $ac_executable_extensions; do
33764 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33765 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
33766 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33774 RANLIB
=$ac_cv_prog_RANLIB
33775 if test -n "$RANLIB"; then
33776 echo "$as_me:$LINENO: result: $RANLIB" >&5
33777 echo "${ECHO_T}$RANLIB" >&6
33779 echo "$as_me:$LINENO: result: no" >&5
33780 echo "${ECHO_T}no" >&6
33784 if test -z "$ac_cv_prog_RANLIB"; then
33785 ac_ct_RANLIB
=$RANLIB
33786 # Extract the first word of "ranlib", so it can be a program name with args.
33787 set dummy ranlib
; ac_word
=$2
33788 echo "$as_me:$LINENO: checking for $ac_word" >&5
33789 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33790 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
33791 echo $ECHO_N "(cached) $ECHO_C" >&6
33793 if test -n "$ac_ct_RANLIB"; then
33794 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
33796 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33797 for as_dir
in $PATH
33800 test -z "$as_dir" && as_dir
=.
33801 for ac_exec_ext
in '' $ac_executable_extensions; do
33802 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33803 ac_cv_prog_ac_ct_RANLIB
="ranlib"
33804 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33810 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
33813 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
33814 if test -n "$ac_ct_RANLIB"; then
33815 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
33816 echo "${ECHO_T}$ac_ct_RANLIB" >&6
33818 echo "$as_me:$LINENO: result: no" >&5
33819 echo "${ECHO_T}no" >&6
33822 RANLIB
=$ac_ct_RANLIB
33824 RANLIB
="$ac_cv_prog_RANLIB"
33827 # Find a good install program. We prefer a C program (faster),
33828 # so one script is as good as another. But avoid the broken or
33829 # incompatible versions:
33830 # SysV /etc/install, /usr/sbin/install
33831 # SunOS /usr/etc/install
33832 # IRIX /sbin/install
33834 # AmigaOS /C/install, which installs bootblocks on floppy discs
33835 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
33836 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
33837 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
33838 # ./install, which can be erroneously created by make from ./install.sh.
33839 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
33840 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
33841 if test -z "$INSTALL"; then
33842 if test "${ac_cv_path_install+set}" = set; then
33843 echo $ECHO_N "(cached) $ECHO_C" >&6
33845 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33846 for as_dir
in $PATH
33849 test -z "$as_dir" && as_dir
=.
33850 # Account for people who put trailing slashes in PATH elements.
33852 .
/ | .
// | /cC
/* | \
33853 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
33856 # OSF1 and SCO ODT 3.0 have their own names for install.
33857 # Don't use installbsd from OSF since it installs stuff as root
33859 for ac_prog
in ginstall scoinst
install; do
33860 for ac_exec_ext
in '' $ac_executable_extensions; do
33861 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
33862 if test $ac_prog = install &&
33863 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
33864 # AIX install. It has an incompatible calling convention.
33866 elif test $ac_prog = install &&
33867 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
33868 # program-specific install script used by HP pwplus--don't use.
33871 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
33883 if test "${ac_cv_path_install+set}" = set; then
33884 INSTALL
=$ac_cv_path_install
33886 # As a last resort, use the slow shell script. We don't cache a
33887 # path for INSTALL within a source directory, because that will
33888 # break other packages using the cache if that directory is
33889 # removed, or if the path is relative.
33890 INSTALL
=$ac_install_sh
33893 echo "$as_me:$LINENO: result: $INSTALL" >&5
33894 echo "${ECHO_T}$INSTALL" >&6
33896 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
33897 # It thinks the first close brace ends the variable substitution.
33898 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
33900 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
33902 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
33904 echo "$as_me:$LINENO: checking whether ln -s works" >&5
33905 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
33907 if test "$LN_S" = "ln -s"; then
33908 echo "$as_me:$LINENO: result: yes" >&5
33909 echo "${ECHO_T}yes" >&6
33911 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
33912 echo "${ECHO_T}no, using $LN_S" >&6
33916 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
33917 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
33918 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,./+-,__p_,'`
33919 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
33920 echo $ECHO_N "(cached) $ECHO_C" >&6
33922 cat >conftest.
make <<\_ACEOF
33924 @
echo 'ac_maketemp="$(MAKE)"'
33926 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
33927 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
33928 if test -n "$ac_maketemp"; then
33929 eval ac_cv_prog_make_
${ac_make}_set
=yes
33931 eval ac_cv_prog_make_
${ac_make}_set
=no
33933 rm -f conftest.
make
33935 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
33936 echo "$as_me:$LINENO: result: yes" >&5
33937 echo "${ECHO_T}yes" >&6
33940 echo "$as_me:$LINENO: result: no" >&5
33941 echo "${ECHO_T}no" >&6
33942 SET_MAKE
="MAKE=${MAKE-make}"
33947 if test "$build" != "$host" ; then
33949 STRIP
=$host_alias-strip
33951 # Extract the first word of "ar", so it can be a program name with args.
33952 set dummy
ar; ac_word
=$2
33953 echo "$as_me:$LINENO: checking for $ac_word" >&5
33954 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33955 if test "${ac_cv_prog_AR+set}" = set; then
33956 echo $ECHO_N "(cached) $ECHO_C" >&6
33958 if test -n "$AR"; then
33959 ac_cv_prog_AR
="$AR" # Let the user override the test.
33961 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33962 for as_dir
in $PATH
33965 test -z "$as_dir" && as_dir
=.
33966 for ac_exec_ext
in '' $ac_executable_extensions; do
33967 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33969 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33975 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
33979 if test -n "$AR"; then
33980 echo "$as_me:$LINENO: result: $AR" >&5
33981 echo "${ECHO_T}$AR" >&6
33983 echo "$as_me:$LINENO: result: no" >&5
33984 echo "${ECHO_T}no" >&6
33987 # Extract the first word of "strip", so it can be a program name with args.
33988 set dummy strip
; ac_word
=$2
33989 echo "$as_me:$LINENO: checking for $ac_word" >&5
33990 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33991 if test "${ac_cv_prog_STRIP+set}" = set; then
33992 echo $ECHO_N "(cached) $ECHO_C" >&6
33994 if test -n "$STRIP"; then
33995 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
33997 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33998 for as_dir
in $PATH
34001 test -z "$as_dir" && as_dir
=.
34002 for ac_exec_ext
in '' $ac_executable_extensions; do
34003 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34004 ac_cv_prog_STRIP
="strip"
34005 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34011 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
34014 STRIP
=$ac_cv_prog_STRIP
34015 if test -n "$STRIP"; then
34016 echo "$as_me:$LINENO: result: $STRIP" >&5
34017 echo "${ECHO_T}$STRIP" >&6
34019 echo "$as_me:$LINENO: result: no" >&5
34020 echo "${ECHO_T}no" >&6
34027 INSTALL_DIR
="mkdir"
34029 *) INSTALL_DIR
="$INSTALL -d"
34036 *-*-cygwin* | *-*-mingw32* )
34037 LDFLAGS_GUI
="-Wl,--subsystem,windows -mwindows"
34043 echo "$as_me:$LINENO: checking if make is GNU make" >&5
34044 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
34045 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
34046 echo $ECHO_N "(cached) $ECHO_C" >&6
34049 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
34050 egrep -s GNU
> /dev
/null
); then
34051 bakefile_cv_prog_makeisgnu
="yes"
34053 bakefile_cv_prog_makeisgnu
="no"
34057 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
34058 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
34060 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
34075 *-*-cygwin* | *-*-mingw32* )
34078 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
34081 powerpc
-*-darwin* )
34108 *-*-cygwin* | *-*-mingw32* )
34113 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
34117 powerpc
-*-darwin* )
34127 SHARED_LD_CC
="\$(CC) -shared -o"
34128 SHARED_LD_CXX
="\$(CXX) -shared -o"
34130 if test "x$GCC" = "xyes"; then
34136 if test "x$GCC" = "xyes"; then
34137 SHARED_LD_CC
="${CC} -shared ${PIC_FLAG} -o"
34138 SHARED_LD_CXX
="${CXX} -shared ${PIC_FLAG} -o"
34140 LDFLAGS
="$LDFLAGS -L/usr/lib"
34142 SHARED_LD_CC
="${CC} -b -o"
34143 SHARED_LD_CXX
="${CXX} -b -o"
34149 if test "x$GCC" != "xyes"; then
34150 echo "$as_me:$LINENO: checking for Intel compiler" >&5
34151 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
34152 if test "${bakefile_cv_prog_icc+set}" = set; then
34153 echo $ECHO_N "(cached) $ECHO_C" >&6
34156 cat >conftest.
$ac_ext <<_ACEOF
34157 #line $LINENO "configure"
34160 cat confdefs.h
>>conftest.
$ac_ext
34161 cat >>conftest.
$ac_ext <<_ACEOF
34162 /* end confdefs.h. */
34168 #ifndef __INTEL_COMPILER
34176 rm -f conftest.
$ac_objext
34177 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34178 (eval $ac_compile) 2>&5
34180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34181 (exit $ac_status); } &&
34182 { ac_try
='test -s conftest.$ac_objext'
34183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34184 (eval $ac_try) 2>&5
34186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34187 (exit $ac_status); }; }; then
34188 bakefile_cv_prog_icc
=yes
34190 echo "$as_me: failed program was:" >&5
34191 sed 's/^/| /' conftest.
$ac_ext >&5
34193 bakefile_cv_prog_icc
=no
34196 rm -f conftest.
$ac_objext conftest.
$ac_ext
34199 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
34200 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
34201 if test "$bakefile_cv_prog_icc" = "yes"; then
34208 if test "x$GCC" != xyes
; then
34209 SHARED_LD_CC
="${CC} -G -o"
34210 SHARED_LD_CXX
="${CXX} -G -o"
34216 CFLAGS
="$CFLAGS -fno-common"
34217 CXXFLAGS
="$CXXFLAGS -fno-common"
34220 cat <<EOF >shared-ld-sh
34222 #-----------------------------------------------------------------------------
34223 #-- Name: distrib/mac/shared-ld-sh
34224 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
34225 #-- Author: Gilles Depeyrot
34226 #-- Copyright: (c) 2002 Gilles Depeyrot
34227 #-- Licence: any use permitted
34228 #-----------------------------------------------------------------------------
34234 while test \${#} -gt 0; do
34241 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
34242 # collect these options and values
34243 args="\${args} \${1} \${2}"
34247 -l*|-L*|-flat_namespace)
34248 # collect these options
34249 args="\${args} \${1}"
34253 # skip these options
34257 echo "shared-ld: unhandled option '\${1}'"
34261 *.o | *.a | *.dylib)
34262 # collect object files
34263 objects="\${objects} \${1}"
34267 echo "shared-ld: unhandled argument '\${1}'"
34276 # Link one module containing all the others
34278 if test \${verbose} = 1; then
34279 echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o"
34281 c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o
34283 if test \${status} != 0; then
34288 # Link the shared library from the single module created
34290 if test \${verbose} = 1; then
34291 echo "cc -dynamiclib master.\$\$.o \${args}"
34293 c++ -dynamiclib master.\$\$.o \${args}
34295 if test \${status} != 0; then
34300 # Remove intermediate module
34302 rm -f master.\$\$.o
34306 chmod +x shared
-ld-sh
34308 SHARED_LD_CC
="`pwd`/shared-ld-sh -undefined suppress -flat_namespace -o"
34309 SHARED_LD_CXX
="$SHARED_LD_CC"
34310 PIC_FLAG
="-dynamic -fPIC"
34314 if test "x$GCC" != "xyes"; then
34315 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
34316 set dummy makeC
++SharedLib
; ac_word
=$2
34317 echo "$as_me:$LINENO: checking for $ac_word" >&5
34318 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34319 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
34320 echo $ECHO_N "(cached) $ECHO_C" >&6
34322 if test -n "$AIX_CXX_LD"; then
34323 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
34325 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34326 for as_dir
in $PATH
34329 test -z "$as_dir" && as_dir
=.
34330 for ac_exec_ext
in '' $ac_executable_extensions; do
34331 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34332 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
34333 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34339 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
34342 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
34343 if test -n "$AIX_CXX_LD"; then
34344 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
34345 echo "${ECHO_T}$AIX_CXX_LD" >&6
34347 echo "$as_me:$LINENO: result: no" >&5
34348 echo "${ECHO_T}no" >&6
34351 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
34352 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
34357 SHARED_LD_CC
="${LD} -shared -o"
34358 SHARED_LD_CXX
="${LD} -shared -o"
34362 if test "x$GCC" != "xyes"; then
34367 *-*-cygwin* | *-*-mingw32* )
34371 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
34379 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
34380 echo "$as_me: error: unknown system type $host." >&2;}
34381 { (exit 1); exit 1; }; }
34398 SONAME_FLAG
="-Wl,-soname,"
34426 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
34427 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
34430 if test "x$GCC" = "xyes"; then
34434 powerpc
-*-darwin* )
34435 DEPSFLAG_GCC
="-no-cpp-precomp -MMD"
34438 DEPSFLAG_GCC
="-MMD"
34441 echo "$as_me:$LINENO: result: gcc" >&5
34442 echo "${ECHO_T}gcc" >&6
34444 echo "$as_me:$LINENO: result: none" >&5
34445 echo "${ECHO_T}none" >&6
34448 if test $DEPS_TRACKING = 1 ; then
34452 # This script is part of Bakefile (http://bakefile.sf.net) autoconf script.
34453 # It is used to track C/C++ files dependencies in portable way.
34455 # Permission is given to use this file in any way.
34459 DEPSFLAG_GCC="$DEPSFLAG_GCC"
34463 if test \$DEPSMODE = gcc ; then
34464 \${*} \${DEPSFLAG_GCC}
34466 if test \${status} != 0 ; then
34469 # move created file to the location we want it in:
34470 while test \${#} -gt 0; do
34484 depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\`
34485 depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\`
34486 if test -f \$depfile ; then
34487 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34490 depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
34491 if test -f \$depfile ; then
34492 sed -e "/^\$objfile/! s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34512 *-*-cygwin* | *-*-mingw32* )
34513 if test "$build" != "$host" ; then
34514 RESCOMP
=$host_alias-windres
34516 # Extract the first word of "windres", so it can be a program name with args.
34517 set dummy windres
; ac_word
=$2
34518 echo "$as_me:$LINENO: checking for $ac_word" >&5
34519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34520 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34521 echo $ECHO_N "(cached) $ECHO_C" >&6
34523 if test -n "$RESCOMP"; then
34524 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
34526 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34527 for as_dir
in $PATH
34530 test -z "$as_dir" && as_dir
=.
34531 for ac_exec_ext
in '' $ac_executable_extensions; do
34532 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34533 ac_cv_prog_RESCOMP
="windres"
34534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34540 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
34543 RESCOMP
=$ac_cv_prog_RESCOMP
34544 if test -n "$RESCOMP"; then
34545 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34546 echo "${ECHO_T}$RESCOMP" >&6
34548 echo "$as_me:$LINENO: result: no" >&5
34549 echo "${ECHO_T}no" >&6
34556 # Extract the first word of "Rez", so it can be a program name with args.
34557 set dummy Rez
; ac_word
=$2
34558 echo "$as_me:$LINENO: checking for $ac_word" >&5
34559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34560 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34561 echo $ECHO_N "(cached) $ECHO_C" >&6
34563 if test -n "$RESCOMP"; then
34564 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
34566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34567 for as_dir
in $PATH
34570 test -z "$as_dir" && as_dir
=.
34571 for ac_exec_ext
in '' $ac_executable_extensions; do
34572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34573 ac_cv_prog_RESCOMP
="Rez"
34574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34580 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
34583 RESCOMP
=$ac_cv_prog_RESCOMP
34584 if test -n "$RESCOMP"; then
34585 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34586 echo "${ECHO_T}$RESCOMP" >&6
34588 echo "$as_me:$LINENO: result: no" >&5
34589 echo "${ECHO_T}no" >&6
34592 # Extract the first word of "SetFile", so it can be a program name with args.
34593 set dummy SetFile
; ac_word
=$2
34594 echo "$as_me:$LINENO: checking for $ac_word" >&5
34595 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34596 if test "${ac_cv_prog_SETFILE+set}" = set; then
34597 echo $ECHO_N "(cached) $ECHO_C" >&6
34599 if test -n "$SETFILE"; then
34600 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
34602 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34603 for as_dir
in $PATH
34606 test -z "$as_dir" && as_dir
=.
34607 for ac_exec_ext
in '' $ac_executable_extensions; do
34608 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34609 ac_cv_prog_SETFILE
="SetFile"
34610 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34616 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
34619 SETFILE
=$ac_cv_prog_SETFILE
34620 if test -n "$SETFILE"; then
34621 echo "$as_me:$LINENO: result: $SETFILE" >&5
34622 echo "${ECHO_T}$SETFILE" >&6
34624 echo "$as_me:$LINENO: result: no" >&5
34625 echo "${ECHO_T}no" >&6
34637 COND_BUILD_DEBUG
="#"
34638 if test "x$BUILD" = "xdebug" ; then
34639 COND_BUILD_DEBUG
=""
34642 COND_BUILD_RELEASE
="#"
34643 if test "x$BUILD" = "xrelease" ; then
34644 COND_BUILD_RELEASE
=""
34647 COND_DEPS_TRACKING_0
="#"
34648 if test "x$DEPS_TRACKING" = "x0" ; then
34649 COND_DEPS_TRACKING_0
=""
34652 COND_DEPS_TRACKING_1
="#"
34653 if test "x$DEPS_TRACKING" = "x1" ; then
34654 COND_DEPS_TRACKING_1
=""
34657 COND_MONOLITHIC_0
="#"
34658 if test "x$MONOLITHIC" = "x0" ; then
34659 COND_MONOLITHIC_0
=""
34662 COND_MONOLITHIC_0_SHARED_0
="#"
34663 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
34664 COND_MONOLITHIC_0_SHARED_0
=""
34667 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
34668 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
34669 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
34672 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
="#"
34673 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
34674 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
=""
34677 COND_MONOLITHIC_0_SHARED_1
="#"
34678 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
34679 COND_MONOLITHIC_0_SHARED_1
=""
34682 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
34683 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
34684 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
34687 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
="#"
34688 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
34689 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
=""
34692 COND_MONOLITHIC_1
="#"
34693 if test "x$MONOLITHIC" = "x1" ; then
34694 COND_MONOLITHIC_1
=""
34697 COND_MONOLITHIC_1_SHARED_0
="#"
34698 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
34699 COND_MONOLITHIC_1_SHARED_0
=""
34702 COND_MONOLITHIC_1_SHARED_1
="#"
34703 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
34704 COND_MONOLITHIC_1_SHARED_1
=""
34707 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
34708 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
34709 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
34712 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
34713 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
34714 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
34717 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
34718 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
34719 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
34722 COND_PLATFORM_MACOSX_1
="#"
34723 if test "x$PLATFORM_MACOSX" = "x1" ; then
34724 COND_PLATFORM_MACOSX_1
=""
34727 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
34728 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
34729 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
34732 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
34733 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
34734 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
34737 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
34738 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
34739 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
34742 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
34743 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
34744 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
34747 COND_PLATFORM_UNIX_1
="#"
34748 if test "x$PLATFORM_UNIX" = "x1" ; then
34749 COND_PLATFORM_UNIX_1
=""
34752 COND_PLATFORM_WIN32_0
="#"
34753 if test "x$PLATFORM_WIN32" = "x0" ; then
34754 COND_PLATFORM_WIN32_0
=""
34757 COND_PLATFORM_WIN32_1
="#"
34758 if test "x$PLATFORM_WIN32" = "x1" ; then
34759 COND_PLATFORM_WIN32_1
=""
34762 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
34763 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
34764 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
34767 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
34768 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
34769 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
34772 COND_TOOLKIT_COCOA
="#"
34773 if test "x$TOOLKIT" = "xCOCOA" ; then
34774 COND_TOOLKIT_COCOA
=""
34777 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
34778 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34779 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
34782 COND_TOOLKIT_GTK
="#"
34783 if test "x$TOOLKIT" = "xGTK" ; then
34784 COND_TOOLKIT_GTK
=""
34787 COND_TOOLKIT_GTK_USE_GUI_1
="#"
34788 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
34789 COND_TOOLKIT_GTK_USE_GUI_1
=""
34792 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
34793 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34794 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
34797 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1
="#"
34798 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34799 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1
=""
34802 COND_TOOLKIT_MAC
="#"
34803 if test "x$TOOLKIT" = "xMAC" ; then
34804 COND_TOOLKIT_MAC
=""
34807 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
34808 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34809 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
34812 COND_TOOLKIT_MGL
="#"
34813 if test "x$TOOLKIT" = "xMGL" ; then
34814 COND_TOOLKIT_MGL
=""
34817 COND_TOOLKIT_MGL_USE_GUI_1
="#"
34818 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
34819 COND_TOOLKIT_MGL_USE_GUI_1
=""
34822 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1
="#"
34823 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34824 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1
=""
34827 COND_TOOLKIT_MOTIF
="#"
34828 if test "x$TOOLKIT" = "xMOTIF" ; then
34829 COND_TOOLKIT_MOTIF
=""
34832 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
34833 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
34834 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
34837 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
34838 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34839 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
34842 COND_TOOLKIT_MSW
="#"
34843 if test "x$TOOLKIT" = "xMSW" ; then
34844 COND_TOOLKIT_MSW
=""
34847 COND_TOOLKIT_MSW_USE_GUI_1
="#"
34848 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
34849 COND_TOOLKIT_MSW_USE_GUI_1
=""
34852 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
34853 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34854 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
34857 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1
="#"
34858 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34859 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1
=""
34862 COND_TOOLKIT_OS2
="#"
34863 if test "x$TOOLKIT" = "xOS2" ; then
34864 COND_TOOLKIT_OS2
=""
34867 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0
="#"
34868 if test "x$TOOLKIT" = "xOS2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34869 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0
=""
34872 COND_TOOLKIT_X11
="#"
34873 if test "x$TOOLKIT" = "xX11" ; then
34874 COND_TOOLKIT_X11
=""
34877 COND_TOOLKIT_X11_USE_GUI_1
="#"
34878 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
34879 COND_TOOLKIT_X11_USE_GUI_1
=""
34882 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1
="#"
34883 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34884 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1
=""
34888 if test "x$UNICODE" = "x1" ; then
34893 if test "x$USE_GUI" = "x0" ; then
34898 if test "x$USE_GUI" = "x1" ; then
34902 COND_USE_GUI_1_WXUNIV_0
="#"
34903 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34904 COND_USE_GUI_1_WXUNIV_0
=""
34907 COND_USE_GUI_1_WXUNIV_1
="#"
34908 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34909 COND_USE_GUI_1_WXUNIV_1
=""
34912 COND_USE_SOSYMLINKS_1
="#"
34913 if test "x$USE_SOSYMLINKS" = "x1" ; then
34914 COND_USE_SOSYMLINKS_1
=""
34917 COND_USE_SOVERLINUX_1
="#"
34918 if test "x$USE_SOVERLINUX" = "x1" ; then
34919 COND_USE_SOVERLINUX_1
=""
34922 COND_USE_SOVERSION_0
="#"
34923 if test "x$USE_SOVERSION" = "x0" ; then
34924 COND_USE_SOVERSION_0
=""
34927 COND_USE_SOVERSOLARIS_1
="#"
34928 if test "x$USE_SOVERSOLARIS" = "x1" ; then
34929 COND_USE_SOVERSOLARIS_1
=""
34933 if test "x$WXUNIV" = "x1" ; then
34937 COND_WXUSE_LIBJPEG_BUILTIN
="#"
34938 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
34939 COND_WXUSE_LIBJPEG_BUILTIN
=""
34942 COND_WXUSE_LIBPNG_BUILTIN
="#"
34943 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
34944 COND_WXUSE_LIBPNG_BUILTIN
=""
34947 COND_WXUSE_LIBTIFF_BUILTIN
="#"
34948 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
34949 COND_WXUSE_LIBTIFF_BUILTIN
=""
34952 COND_WXUSE_ODBC_BUILTIN
="#"
34953 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
34954 COND_WXUSE_ODBC_BUILTIN
=""
34957 COND_WXUSE_REGEX_BUILTIN
="#"
34958 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
34959 COND_WXUSE_REGEX_BUILTIN
=""
34962 COND_WXUSE_ZLIB_BUILTIN
="#"
34963 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
34964 COND_WXUSE_ZLIB_BUILTIN
=""
34967 COND_PLATFORM_MAC_1
="#"
34968 if test "x$PLATFORM_MAC" = "x1" ; then
34969 COND_PLATFORM_MAC_1
=""
34973 if test "x$SHARED" = "x1" ; then
34978 if test "x$SHARED" = "x0" ; then
34982 COND_WXUSE_EXPAT_BUILTIN
="#"
34983 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
34984 COND_WXUSE_EXPAT_BUILTIN
=""
34987 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
34988 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
34989 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
34992 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
34993 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
34994 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
34997 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
34998 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
34999 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
35007 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
35108 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
35109 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
35110 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,./+-,__p_,'`
35111 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
35112 echo $ECHO_N "(cached) $ECHO_C" >&6
35114 cat >conftest.
make <<\_ACEOF
35116 @
echo 'ac_maketemp="$(MAKE)"'
35118 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
35119 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
35120 if test -n "$ac_maketemp"; then
35121 eval ac_cv_prog_make_
${ac_make}_set
=yes
35123 eval ac_cv_prog_make_
${ac_make}_set
=no
35125 rm -f conftest.
make
35127 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
35128 echo "$as_me:$LINENO: result: yes" >&5
35129 echo "${ECHO_T}yes" >&6
35132 echo "$as_me:$LINENO: result: no" >&5
35133 echo "${ECHO_T}no" >&6
35134 SET_MAKE
="MAKE=${MAKE-make}"
35138 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
35139 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
35142 ac_config_headers
="$ac_config_headers setup.h"
35145 ac_config_files
="$ac_config_files wx-config version-script Makefile"
35148 ac_config_commands
="$ac_config_commands default"
35152 if test "$wxUSE_GUI" = "yes"; then
35153 SUBDIRS
="samples demos utils contrib"
35154 else SUBDIRS
="samples utils"
35157 for subdir
in `echo $SUBDIRS`; do
35158 if test -d ${srcdir}/${subdir} ; then
35159 if test "$wxUSE_GUI" = "yes"; then
35160 if test ${subdir} = "samples"; then
35161 for sample
in `echo $SAMPLES_SUBDIRS`; do
35162 if test -d $srcdir/samples
/$sample; then
35163 makefiles
="samples/$sample/Makefile.in $makefiles"
35166 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
35168 else if test ${subdir} = "samples"; then
35169 makefiles
="samples/console/Makefile.in"
35170 else makefiles
="utils/HelpGen/Makefile.in \
35171 utils/HelpGen/src/Makefile.in \
35172 utils/makegen/Makefile.in"
35176 for mkin
in $makefiles ; do
35177 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
35178 ac_config_files
="$ac_config_files $mk"
35185 cat >confcache
<<\_ACEOF
35186 # This file is a shell script that caches the results of configure
35187 # tests run on this system so they can be shared between configure
35188 # scripts and configure runs, see configure's option --config-cache.
35189 # It is not useful on other systems. If it contains results you don't
35190 # want to keep, you may remove or edit it.
35192 # config.status only pays attention to the cache file if you give it
35193 # the --recheck option to rerun configure.
35195 # `ac_cv_env_foo' variables (set or unset) will be overridden when
35196 # loading this file, other *unset* `ac_cv_foo' will be assigned the
35197 # following values.
35201 # The following way of writing the cache mishandles newlines in values,
35202 # but we know of no workaround that is simple, portable, and efficient.
35203 # So, don't put newlines in cache variables' values.
35204 # Ultrix sh set writes to stderr and can't be redirected directly,
35205 # and sets the high bit in the cache file unless we assign to the vars.
35208 case `(ac_space=' '; set | grep ac_space) 2>&1` in
35210 # `set' does not quote correctly, so add quotes (double-quote
35211 # substitution turns \\\\ into \\, and sed turns \\ into \).
35214 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
35217 # `set' quotes correctly as required by POSIX, so do not add quotes.
35219 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
35226 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
35228 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
35230 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
35231 if test -w $cache_file; then
35232 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
35233 cat confcache
>$cache_file
35235 echo "not updating unwritable cache $cache_file"
35240 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
35241 # Let make expand exec_prefix.
35242 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
35244 # VPATH may cause trouble with some makes, so we remove $(srcdir),
35245 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
35246 # trailing colons and then remove the whole line if VPATH becomes empty
35247 # (actually we leave an empty line to preserve line numbers).
35248 if test "x$srcdir" = x.
; then
35249 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
35250 s/:*\$(srcdir):*/:/;
35251 s/:*\${srcdir}:*/:/;
35253 s/^\([^=]*=[ ]*\):*/\1/;
35259 DEFS
=-DHAVE_CONFIG_H
35263 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
35264 # 1. Remove the extension, and $U if already installed.
35265 ac_i
=`echo "$ac_i" |
35266 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
35268 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
35269 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
35271 LIBOBJS
=$ac_libobjs
35273 LTLIBOBJS
=$ac_ltlibobjs
35277 : ${CONFIG_STATUS=./config.status}
35278 ac_clean_files_save
=$ac_clean_files
35279 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
35280 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
35281 echo "$as_me: creating $CONFIG_STATUS" >&6;}
35282 cat >$CONFIG_STATUS <<_ACEOF
35284 # Generated by $as_me.
35285 # Run this file to recreate the current configuration.
35286 # Compiler output produced by configure, useful for debugging
35287 # configure, is in config.log if it exists.
35290 ac_cs_recheck=false
35292 SHELL=\${CONFIG_SHELL-$SHELL}
35295 cat >>$CONFIG_STATUS <<\_ACEOF
35296 ## --------------------- ##
35297 ## M4sh Initialization. ##
35298 ## --------------------- ##
35300 # Be Bourne compatible
35301 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
35304 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
35305 # is contrary to our usage. Disable this feature.
35306 alias -g '${1+"$@"}'='"$@"'
35307 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
35311 # Support unset when possible.
35312 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
35319 # Work around bugs in pre-3.0 UWIN ksh.
35320 $as_unset ENV MAIL MAILPATH
35327 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
35328 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
35329 LC_TELEPHONE LC_TIME
35331 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
35332 eval $as_var=C
; export $as_var
35338 # Required to use basename.
35339 if expr a
: '\(a\)' >/dev
/null
2>&1; then
35345 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
35346 as_basename
=basename
35352 # Name of the executable.
35353 as_me
=`$as_basename "$0" ||
35354 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
35355 X"$0" : 'X\(//\)$' \| \
35356 X"$0" : 'X\(/\)$' \| \
35357 . : '\(.\)' 2>/dev/null ||
35359 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
35360 /^X\/\(\/\/\)$/{ s//\1/; q; }
35361 /^X\/\(\/\).*/{ s//\1/; q; }
35365 # PATH needs CR, and LINENO needs CR and PATH.
35366 # Avoid depending upon Character Ranges.
35367 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
35368 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35369 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
35370 as_cr_digits
='0123456789'
35371 as_cr_alnum
=$as_cr_Letters$as_cr_digits
35373 # The user is always right.
35374 if test "${PATH_SEPARATOR+set}" != set; then
35375 echo "#! /bin/sh" >conf$$.sh
35376 echo "exit 0" >>conf$$.sh
35378 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
35387 as_lineno_1
=$LINENO
35388 as_lineno_2
=$LINENO
35389 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
35390 test "x$as_lineno_1" != "x$as_lineno_2" &&
35391 test "x$as_lineno_3" = "x$as_lineno_2" || {
35392 # Find who we are. Look in the path if we contain no path at all
35395 *[\\/]* ) as_myself
=$0 ;;
35396 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
35397 for as_dir
in $PATH
35400 test -z "$as_dir" && as_dir
=.
35401 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
35406 # We did not find ourselves, most probably we were run as `sh COMMAND'
35407 # in which case we are not to be found in the path.
35408 if test "x$as_myself" = x
; then
35411 if test ! -f "$as_myself"; then
35412 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
35413 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
35414 { (exit 1); exit 1; }; }
35416 case $CONFIG_SHELL in
35418 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
35419 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
35422 test -z "$as_dir" && as_dir
=.
35423 for as_base
in sh bash ksh sh5
; do
35426 if ("$as_dir/$as_base" -c '
35427 as_lineno_1=$LINENO
35428 as_lineno_2=$LINENO
35429 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35430 test "x$as_lineno_1" != "x$as_lineno_2" &&
35431 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
35432 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
35433 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
35434 CONFIG_SHELL
=$as_dir/$as_base
35435 export CONFIG_SHELL
35436 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
35444 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
35445 # uniformly replaced by the line number. The first 'sed' inserts a
35446 # line-number line before each line; the second 'sed' does the real
35447 # work. The second script uses 'N' to pair each line-number line
35448 # with the numbered line, and appends trailing '-' during
35449 # substitution so that $LINENO is not a special case at line end.
35450 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
35451 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
35452 sed '=' <$as_myself |
35457 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
35460 s,^['$as_cr_digits']*\n,,
35461 ' >$as_me.lineno
&&
35462 chmod +x
$as_me.lineno
||
35463 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
35464 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
35465 { (exit 1); exit 1; }; }
35467 # Don't try to exec as it changes $[0], causing all sort of problems
35468 # (the dirname of $[0] is not the place where we might find the
35469 # original and so on. Autoconf is especially sensible to this).
35471 # Exit status is that of the last command.
35476 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
35477 *c
*,-n*) ECHO_N
= ECHO_C
='
35479 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
35480 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
35483 if expr a
: '\(a\)' >/dev
/null
2>&1; then
35489 rm -f conf$$ conf$$.exe conf$$.
file
35491 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
35492 # We could just check for DJGPP; but this test a) works b) is more generic
35493 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
35494 if test -f conf$$.exe
; then
35495 # Don't use ln at all; we don't have any links
35500 elif ln conf$$.
file conf$$
2>/dev
/null
; then
35505 rm -f conf$$ conf$$.exe conf$$.
file
35507 if mkdir -p .
2>/dev
/null
; then
35513 as_executable_p
="test -f"
35515 # Sed expression to map a string onto a valid CPP name.
35516 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
35518 # Sed expression to map a string onto a valid variable name.
35519 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
35523 # We need space, tab and new line, in precisely that order.
35533 # Open the log real soon, to keep \$[0] and so on meaningful, and to
35534 # report actual input values of CONFIG_FILES etc. instead of their
35535 # values after options handling. Logging --version etc. is OK.
35539 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
35540 ## Running $as_me. ##
35545 This file was extended by wxWindows $as_me 2.5.0, which was
35546 generated by GNU Autoconf 2.57. Invocation command line was
35548 CONFIG_FILES = $CONFIG_FILES
35549 CONFIG_HEADERS = $CONFIG_HEADERS
35550 CONFIG_LINKS = $CONFIG_LINKS
35551 CONFIG_COMMANDS = $CONFIG_COMMANDS
35555 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
35559 # Files that config.status was made for.
35560 if test -n "$ac_config_files"; then
35561 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
35564 if test -n "$ac_config_headers"; then
35565 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
35568 if test -n "$ac_config_links"; then
35569 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
35572 if test -n "$ac_config_commands"; then
35573 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
35576 cat >>$CONFIG_STATUS <<\_ACEOF
35579 \`$as_me' instantiates files from templates according to the
35580 current configuration.
35582 Usage: $0 [OPTIONS] [FILE]...
35584 -h, --help print this help, then exit
35585 -V, --version print version number, then exit
35586 -q, --quiet do not print progress messages
35587 -d, --debug don't remove temporary files
35588 --recheck update $as_me by reconfiguring in the same conditions
35589 --file=FILE[:TEMPLATE]
35590 instantiate the configuration file FILE
35591 --header=FILE[:TEMPLATE]
35592 instantiate the configuration header FILE
35594 Configuration files:
35597 Configuration headers:
35600 Configuration commands:
35603 Report bugs to <bug-autoconf@gnu.org>."
35606 cat >>$CONFIG_STATUS <<_ACEOF
35608 wxWindows config.status 2.5.0
35609 configured by $0, generated by GNU Autoconf 2.57,
35610 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
35612 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
35613 Free Software Foundation, Inc.
35614 This config.status script is free software; the Free Software Foundation
35615 gives unlimited permission to copy, distribute and modify it."
35620 cat >>$CONFIG_STATUS <<\_ACEOF
35621 # If no file are specified by the user, then we need to provide default
35622 # value. By we need to know if files were specified by the user.
35628 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
35629 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
35637 *) # This is not an option, so the user has probably given explicit
35640 ac_need_defaults
=false
;;
35644 # Handling of the options.
35646 cat >>$CONFIG_STATUS <<\_ACEOF
35647 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
35649 --version | --vers* | -V )
35650 echo "$ac_cs_version"; exit 0 ;;
35652 # Conflict between --help and --header
35653 { { echo "$as_me:$LINENO: error: ambiguous option: $1
35654 Try \`$0 --help' for more information." >&5
35655 echo "$as_me: error: ambiguous option: $1
35656 Try \`$0 --help' for more information." >&2;}
35657 { (exit 1); exit 1; }; };;
35658 --help | --hel | -h )
35659 echo "$ac_cs_usage"; exit 0 ;;
35660 --debug | --d* | -d )
35662 --file | --fil | --fi | --f )
35664 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
35665 ac_need_defaults
=false
;;
35666 --header | --heade | --head | --hea )
35668 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
35669 ac_need_defaults
=false
;;
35670 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
35671 | -silent | --silent | --silen | --sile | --sil | --si | --s)
35674 # This is an error.
35675 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
35676 Try \`$0 --help' for more information." >&5
35677 echo "$as_me: error: unrecognized option: $1
35678 Try \`$0 --help' for more information." >&2;}
35679 { (exit 1); exit 1; }; } ;;
35681 *) ac_config_targets
="$ac_config_targets $1" ;;
35687 ac_configure_extra_args
=
35689 if $ac_cs_silent; then
35691 ac_configure_extra_args
="$ac_configure_extra_args --silent"
35695 cat >>$CONFIG_STATUS <<_ACEOF
35696 if \$ac_cs_recheck; then
35697 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
35698 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
35703 cat >>$CONFIG_STATUS <<_ACEOF
35705 # INIT-COMMANDS section.
35709 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
35718 cat >>$CONFIG_STATUS <<\_ACEOF
35719 for ac_config_target
in $ac_config_targets
35721 case "$ac_config_target" in
35722 # Handling of arguments.
35723 "wx-config" ) CONFIG_FILES
="$CONFIG_FILES wx-config" ;;
35724 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
35725 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
35726 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
35727 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
35728 "setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS setup.h" ;;
35729 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
35730 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
35731 { (exit 1); exit 1; }; };;
35735 # If the user did not use the arguments to specify the items to instantiate,
35736 # then the envvar interface is used. Set only those that are not.
35737 # We use the long form for the default assignment because of an extremely
35738 # bizarre bug on SunOS 4.1.3.
35739 if $ac_need_defaults; then
35740 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
35741 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
35742 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
35745 # Have a temporary directory for convenience. Make it in the build tree
35746 # simply because there is no reason to put it here, and in addition,
35747 # creating and moving files from /tmp can sometimes cause problems.
35748 # Create a temporary directory, and hook for its removal unless debugging.
35751 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
35752 trap '{ (exit 1); exit 1; }' 1 2 13 15
35755 # Create a (secure) tmp directory for tmp files.
35758 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
35759 test -n "$tmp" && test -d "$tmp"
35762 tmp
=.
/confstat$$
-$RANDOM
35763 (umask 077 && mkdir $tmp)
35766 echo "$me: cannot create a temporary directory in ." >&2
35767 { (exit 1); exit 1; }
35772 cat >>$CONFIG_STATUS <<_ACEOF
35775 # CONFIG_FILES section.
35778 # No need to generate the scripts if there are no CONFIG_FILES.
35779 # This happens for instance when ./config.status config.h
35780 if test -n "\$CONFIG_FILES"; then
35781 # Protect against being on the right side of a sed subst in config.status.
35782 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
35783 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
35784 s,@SHELL@,$SHELL,;t t
35785 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
35786 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
35787 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
35788 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
35789 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
35790 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
35791 s,@exec_prefix@,$exec_prefix,;t t
35792 s,@prefix@,$prefix,;t t
35793 s,@program_transform_name@,$program_transform_name,;t t
35794 s,@bindir@,$bindir,;t t
35795 s,@sbindir@,$sbindir,;t t
35796 s,@libexecdir@,$libexecdir,;t t
35797 s,@datadir@,$datadir,;t t
35798 s,@sysconfdir@,$sysconfdir,;t t
35799 s,@sharedstatedir@,$sharedstatedir,;t t
35800 s,@localstatedir@,$localstatedir,;t t
35801 s,@libdir@,$libdir,;t t
35802 s,@includedir@,$includedir,;t t
35803 s,@oldincludedir@,$oldincludedir,;t t
35804 s,@infodir@,$infodir,;t t
35805 s,@mandir@,$mandir,;t t
35806 s,@build_alias@,$build_alias,;t t
35807 s,@host_alias@,$host_alias,;t t
35808 s,@target_alias@,$target_alias,;t t
35809 s,@DEFS@,$DEFS,;t t
35810 s,@ECHO_C@,$ECHO_C,;t t
35811 s,@ECHO_N@,$ECHO_N,;t t
35812 s,@ECHO_T@,$ECHO_T,;t t
35813 s,@LIBS@,$LIBS,;t t
35814 s,@build@,$build,;t t
35815 s,@build_cpu@,$build_cpu,;t t
35816 s,@build_vendor@,$build_vendor,;t t
35817 s,@build_os@,$build_os,;t t
35818 s,@host@,$host,;t t
35819 s,@host_cpu@,$host_cpu,;t t
35820 s,@host_vendor@,$host_vendor,;t t
35821 s,@host_os@,$host_os,;t t
35822 s,@target@,$target,;t t
35823 s,@target_cpu@,$target_cpu,;t t
35824 s,@target_vendor@,$target_vendor,;t t
35825 s,@target_os@,$target_os,;t t
35827 s,@CFLAGS@,$CFLAGS,;t t
35828 s,@LDFLAGS@,$LDFLAGS,;t t
35829 s,@CPPFLAGS@,$CPPFLAGS,;t t
35830 s,@ac_ct_CC@,$ac_ct_CC,;t t
35831 s,@EXEEXT@,$EXEEXT,;t t
35832 s,@OBJEXT@,$OBJEXT,;t t
35834 s,@EGREP@,$EGREP,;t t
35836 s,@CXXFLAGS@,$CXXFLAGS,;t t
35837 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
35838 s,@RANLIB@,$RANLIB,;t t
35839 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
35841 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
35842 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
35843 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
35844 s,@STRIP@,$STRIP,;t t
35845 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
35846 s,@YACC@,$YACC,;t t
35848 s,@LEXLIB@,$LEXLIB,;t t
35849 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
35850 s,@LN_S@,$LN_S,;t t
35851 s,@CXXCPP@,$CXXCPP,;t t
35852 s,@subdirs@,$subdirs,;t t
35853 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
35854 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
35855 s,@GTK_LIBS@,$GTK_LIBS,;t t
35856 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
35857 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
35858 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
35859 s,@X_CFLAGS@,$X_CFLAGS,;t t
35860 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
35861 s,@X_LIBS@,$X_LIBS,;t t
35862 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
35863 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
35864 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
35865 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
35866 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
35867 s,@RESCOMP@,$RESCOMP,;t t
35868 s,@DEREZ@,$DEREZ,;t t
35869 s,@SETFILE@,$SETFILE,;t t
35870 s,@LIBICONV@,$LIBICONV,;t t
35871 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
35872 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
35873 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
35874 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
35875 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
35876 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
35877 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
35878 s,@VENDOR@,$VENDOR,;t t
35879 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
35880 s,@WXUNIV@,$WXUNIV,;t t
35881 s,@MONOLITHIC@,$MONOLITHIC,;t t
35882 s,@EXTRALIBS@,$EXTRALIBS,;t t
35883 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
35884 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
35885 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
35886 s,@UNICODE@,$UNICODE,;t t
35887 s,@BUILD@,$BUILD,;t t
35888 s,@SHARED@,$SHARED,;t t
35889 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
35890 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
35891 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
35892 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
35893 s,@SET_MAKE@,$SET_MAKE,;t t
35894 s,@MAKE_SET@,$MAKE_SET,;t t
35895 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
35896 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
35897 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
35898 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
35899 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
35900 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
35901 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
35902 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
35903 s,@DLLPREFIX@,$DLLPREFIX,;t t
35904 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
35905 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
35906 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
35907 s,@PIC_FLAG@,$PIC_FLAG,;t t
35908 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
35909 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
35910 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
35911 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
35912 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
35913 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
35914 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
35915 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
35916 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
35917 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
35918 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
35919 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
35920 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
35921 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
35922 s,@COND_MONOLITHIC_0_SHARED_0_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_HTML_1,;t t
35923 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
35924 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
35925 s,@COND_MONOLITHIC_0_SHARED_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_HTML_1,;t t
35926 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
35927 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
35928 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
35929 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
35930 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
35931 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
35932 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
35933 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
35934 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
35935 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
35936 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
35937 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
35938 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
35939 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
35940 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
35941 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
35942 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
35943 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
35944 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
35945 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
35946 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
35947 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1,;t t
35948 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
35949 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
35950 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
35951 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
35952 s,@COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1,;t t
35953 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
35954 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
35955 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
35956 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
35957 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
35958 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
35959 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1,;t t
35960 s,@COND_TOOLKIT_OS2@,$COND_TOOLKIT_OS2,;t t
35961 s,@COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0,;t t
35962 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
35963 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
35964 s,@COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1,;t t
35965 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
35966 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
35967 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
35968 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
35969 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
35970 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
35971 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
35972 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
35973 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
35974 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
35975 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
35976 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
35977 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
35978 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
35979 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
35980 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
35981 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
35982 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
35983 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
35984 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
35985 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
35986 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
35987 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
35988 s,@LEX_STEM@,$LEX_STEM,;t t
35989 s,@PATH_IFS@,$PATH_IFS,;t t
35990 s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
35991 s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
35992 s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
35993 s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
35994 s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
35995 s,@WX_LIBRARY_BASENAME@,$WX_LIBRARY_BASENAME,;t t
35996 s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
35997 s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
35998 s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
35999 s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
36000 s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
36001 s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
36002 s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
36003 s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
36004 s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
36005 s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
36006 s,@WX_ALL@,$WX_ALL,;t t
36007 s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
36008 s,@SHARED_LD@,$SHARED_LD,;t t
36009 s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
36010 s,@STATIC_FLAG@,$STATIC_FLAG,;t t
36011 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
36012 s,@USE_GUI@,$USE_GUI,;t t
36013 s,@AFMINSTALL@,$AFMINSTALL,;t t
36014 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
36015 s,@TOOLKIT@,$TOOLKIT,;t t
36016 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
36017 s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
36018 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
36019 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
36020 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
36021 s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
36022 s,@cross_compiling@,$cross_compiling,;t t
36023 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
36024 s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
36025 s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
36026 s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
36027 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
36028 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
36029 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
36030 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
36031 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
36032 s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
36033 s,@ALL_HEADERS@,$ALL_HEADERS,;t t
36034 s,@ALL_SOURCES@,$ALL_SOURCES,;t t
36035 s,@GUIDIST@,$GUIDIST,;t t
36036 s,@PORT_FILES@,$PORT_FILES,;t t
36037 s,@DISTDIR@,$DISTDIR,;t t
36038 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
36039 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
36040 s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
36041 s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
36042 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
36043 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
36044 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
36045 s,@RESFLAGS@,$RESFLAGS,;t t
36046 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
36047 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
36048 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
36049 s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t
36050 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
36051 s,@MACRESCOMP@,$MACRESCOMP,;t t
36052 s,@MACSETFILE@,$MACSETFILE,;t t
36053 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
36055 s,@DLLTOOL@,$DLLTOOL,;t t
36059 s,@MAKEINFO@,$MAKEINFO,;t t
36060 s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
36061 s,@ESD_LINK@,$ESD_LINK,;t t
36062 s,@LIBOBJS@,$LIBOBJS,;t t
36063 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
36068 cat >>$CONFIG_STATUS <<\_ACEOF
36069 # Split the substitutions into bite-sized pieces for seds with
36070 # small command number limits, like on Digital OSF/1 and HP-UX.
36071 ac_max_sed_lines
=48
36072 ac_sed_frag
=1 # Number of current file.
36073 ac_beg
=1 # First line for current file.
36074 ac_end
=$ac_max_sed_lines # Line after last line for current file.
36077 while $ac_more_lines; do
36078 if test $ac_beg -gt 1; then
36079 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
36081 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
36083 if test ! -s $tmp/subs.frag
; then
36084 ac_more_lines
=false
36086 # The purpose of the label and of the branching condition is to
36087 # speed up the sed processing (if there are no `@' at all, there
36088 # is no need to browse any of the substitutions).
36089 # These are the two extra sed commands mentioned above.
36091 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
36092 if test -z "$ac_sed_cmds"; then
36093 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
36095 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
36097 ac_sed_frag
=`expr $ac_sed_frag + 1`
36099 ac_end
=`expr $ac_end + $ac_max_sed_lines`
36102 if test -z "$ac_sed_cmds"; then
36105 fi # test -n "$CONFIG_FILES"
36108 cat >>$CONFIG_STATUS <<\_ACEOF
36109 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
36110 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
36112 - | *:- | *:-:* ) # input from stdin
36114 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36115 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
36116 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36117 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
36118 * ) ac_file_in
=$ac_file.
in ;;
36121 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
36122 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
36123 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36124 X"$ac_file" : 'X\(//\)[^/]' \| \
36125 X"$ac_file" : 'X\(//\)$' \| \
36126 X"$ac_file" : 'X\(/\)' \| \
36127 . : '\(.\)' 2>/dev/null ||
36129 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36130 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36131 /^X\(\/\/\)$/{ s//\1/; q; }
36132 /^X\(\/\).*/{ s//\1/; q; }
36134 { if $as_mkdir_p; then
36139 while test ! -d "$as_dir"; do
36140 as_dirs
="$as_dir $as_dirs"
36141 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
36142 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36143 X"$as_dir" : 'X\(//\)[^/]' \| \
36144 X"$as_dir" : 'X\(//\)$' \| \
36145 X"$as_dir" : 'X\(/\)' \| \
36146 . : '\(.\)' 2>/dev/null ||
36148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36149 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36150 /^X\(\/\/\)$/{ s//\1/; q; }
36151 /^X\(\/\).*/{ s//\1/; q; }
36154 test ! -n "$as_dirs" || mkdir $as_dirs
36155 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36156 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36157 { (exit 1); exit 1; }; }; }
36161 if test "$ac_dir" != .
; then
36162 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36163 # A "../" for each directory in $ac_dir_suffix.
36164 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36166 ac_dir_suffix
= ac_top_builddir
=
36170 .
) # No --srcdir option. We are building in place.
36172 if test -z "$ac_top_builddir"; then
36175 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
36177 [\\/]* | ?
:[\\/]* ) # Absolute path.
36178 ac_srcdir
=$srcdir$ac_dir_suffix;
36179 ac_top_srcdir
=$srcdir ;;
36180 *) # Relative path.
36181 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
36182 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
36184 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36186 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
36187 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36188 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36189 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36193 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
36194 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
36197 if test x
"$ac_file" != x
-; then
36198 { echo "$as_me:$LINENO: creating $ac_file" >&5
36199 echo "$as_me: creating $ac_file" >&6;}
36202 # Let's still pretend it is `configure' which instantiates (i.e., don't
36203 # use $as_me), people would be surprised to read:
36204 # /* config.h. Generated by config.status. */
36205 if test x
"$ac_file" = x
-; then
36208 configure_input
="$ac_file. "
36210 configure_input
=$configure_input"Generated from `echo $ac_file_in |
36211 sed 's,.*/,,'` by configure."
36213 # First look for the input files in the build tree, otherwise in the
36215 ac_file_inputs
=`IFS=:
36216 for f in $ac_file_in; do
36218 -) echo $tmp/stdin ;;
36220 # Absolute (can't be DOS-style, as IFS=:)
36221 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36222 echo "$as_me: error: cannot find input file: $f" >&2;}
36223 { (exit 1); exit 1; }; }
36226 if test -f "$f"; then
36229 elif test -f "$srcdir/$f"; then
36234 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36235 echo "$as_me: error: cannot find input file: $f" >&2;}
36236 { (exit 1); exit 1; }; }
36239 done` || { (exit 1); exit 1; }
36241 cat >>$CONFIG_STATUS <<_ACEOF
36245 cat >>$CONFIG_STATUS <<\_ACEOF
36247 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
36248 s
,@configure_input@
,$configure_input,;t t
36249 s
,@srcdir@
,$ac_srcdir,;t t
36250 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
36251 s
,@top_srcdir@
,$ac_top_srcdir,;t t
36252 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
36253 s
,@builddir@
,$ac_builddir,;t t
36254 s
,@abs_builddir@
,$ac_abs_builddir,;t t
36255 s
,@top_builddir@
,$ac_top_builddir,;t t
36256 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
36257 s
,@INSTALL@
,$ac_INSTALL,;t t
36258 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
36260 if test x"$ac_file" != x-; then
36261 mv $tmp/out $ac_file
36269 cat >>$CONFIG_STATUS <<\_ACEOF
36272 # CONFIG_HEADER section.
36275 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
36276 # NAME is the cpp macro being defined and VALUE is the value it is being given.
36278 # ac_d sets the value in "#define NAME VALUE" lines.
36279 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
36280 ac_dB
='[ ].*$,\1#\2'
36283 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
36284 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
36285 ac_uB
='$,\1#\2define\3'
36289 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
36290 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
36292 - | *:- | *:-:* ) # input from stdin
36294 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36295 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
36296 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36297 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
36298 * ) ac_file_in
=$ac_file.
in ;;
36301 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
36302 echo "$as_me: creating $ac_file" >&6;}
36304 # First look for the input files in the build tree, otherwise in the
36306 ac_file_inputs
=`IFS=:
36307 for f in $ac_file_in; do
36309 -) echo $tmp/stdin ;;
36311 # Absolute (can't be DOS-style, as IFS=:)
36312 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36313 echo "$as_me: error: cannot find input file: $f" >&2;}
36314 { (exit 1); exit 1; }; }
36317 if test -f "$f"; then
36320 elif test -f "$srcdir/$f"; then
36325 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36326 echo "$as_me: error: cannot find input file: $f" >&2;}
36327 { (exit 1); exit 1; }; }
36330 done` || { (exit 1); exit 1; }
36331 # Remove the trailing spaces.
36332 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
36336 # Transform confdefs.h into two sed scripts, `conftest.defines' and
36337 # `conftest.undefs', that substitutes the proper values into
36338 # config.h.in to produce config.h. The first handles `#define'
36339 # templates, and the second `#undef' templates.
36340 # And first: Protect against being on the right side of a sed subst in
36341 # config.status. Protect against being in an unquoted here document
36342 # in config.status.
36343 rm -f conftest.defines conftest.undefs
36344 # Using a here document instead of a string reduces the quoting nightmare.
36345 # Putting comments in sed scripts is not portable.
36347 # `end' is used to avoid that the second main sed command (meant for
36348 # 0-ary CPP macros) applies to n-ary macro definitions.
36349 # See the Autoconf documentation for `clear'.
36350 cat >confdef2sed.
sed <<\_ACEOF
36355 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
36357 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
36360 # If some macros were called several times there might be several times
36361 # the same #defines, which is useless. Nevertheless, we may not want to
36362 # sort them, since we want the *last* AC-DEFINE to be honored.
36363 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
36364 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
36365 rm -f confdef2sed.sed
36367 # This sed command replaces #undef with comments. This is necessary, for
36368 # example, in the case of _POSIX_SOURCE, which is predefined and required
36369 # on some systems where configure will not decide to define it.
36370 cat >>conftest.undefs <<\_ACEOF
36371 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
36374 # Break up conftest.defines because some shells have a limit on the size
36375 # of here documents, and old seds have small limits too (100 cmds).
36376 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
36377 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
36378 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
36379 echo ' :' >>$CONFIG_STATUS
36380 rm -f conftest.tail
36381 while grep . conftest.defines >/dev/null
36383 # Write a limited-size here document to $tmp/defines.sed.
36384 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
36385 # Speed up: don't consider the non `#define' lines.
36386 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
36387 # Work around the forget-to-reset-the-flag bug.
36388 echo 't clr' >>$CONFIG_STATUS
36389 echo ': clr' >>$CONFIG_STATUS
36390 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
36392 sed -f $tmp/defines.sed $tmp/in >$tmp/out
36394 mv $tmp/out $tmp/in
36396 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
36397 rm -f conftest.defines
36398 mv conftest.
tail conftest.defines
36400 rm -f conftest.defines
36401 echo ' fi # grep' >>$CONFIG_STATUS
36402 echo >>$CONFIG_STATUS
36404 # Break up conftest.undefs because some shells have a limit on the size
36405 # of here documents, and old seds have small limits too (100 cmds).
36406 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
36407 rm -f conftest.
tail
36408 while grep . conftest.undefs
>/dev
/null
36410 # Write a limited-size here document to $tmp/undefs.sed.
36411 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
36412 # Speed up: don't consider the non
`#undef'
36413 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
36414 # Work around the forget-to-reset-the-flag bug.
36415 echo 't clr' >>$CONFIG_STATUS
36416 echo ': clr' >>$CONFIG_STATUS
36417 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
36419 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
36421 mv $tmp/out $tmp/in
36423 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
36424 rm -f conftest.undefs
36425 mv conftest.tail conftest.undefs
36427 rm -f conftest.undefs
36429 cat >>$CONFIG_STATUS <<\_ACEOF
36430 # Let's still pretend it is `configure
' which instantiates (i.e., don't
36431 # use $as_me), people would be surprised to read:
36432 # /* config.h. Generated by config.status. */
36433 if test x
"$ac_file" = x
-; then
36434 echo "/* Generated by configure. */" >$tmp/config.h
36436 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
36438 cat $tmp/in >>$tmp/config.h
36440 if test x
"$ac_file" != x
-; then
36441 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
36442 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
36443 echo "$as_me: $ac_file is unchanged" >&6;}
36445 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
36446 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36447 X"$ac_file" : 'X\(//\)[^/]' \| \
36448 X"$ac_file" : 'X\(//\)$' \| \
36449 X"$ac_file" : 'X\(/\)' \| \
36450 . : '\(.\)' 2>/dev/null ||
36452 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36453 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36454 /^X\(\/\/\)$/{ s//\1/; q; }
36455 /^X\(\/\).*/{ s//\1/; q; }
36457 { if $as_mkdir_p; then
36462 while test ! -d "$as_dir"; do
36463 as_dirs
="$as_dir $as_dirs"
36464 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
36465 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36466 X"$as_dir" : 'X\(//\)[^/]' \| \
36467 X"$as_dir" : 'X\(//\)$' \| \
36468 X"$as_dir" : 'X\(/\)' \| \
36469 . : '\(.\)' 2>/dev/null ||
36471 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36472 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36473 /^X\(\/\/\)$/{ s//\1/; q; }
36474 /^X\(\/\).*/{ s//\1/; q; }
36477 test ! -n "$as_dirs" || mkdir $as_dirs
36478 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36479 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36480 { (exit 1); exit 1; }; }; }
36483 mv $tmp/config.h
$ac_file
36487 rm -f $tmp/config.h
36491 cat >>$CONFIG_STATUS <<\_ACEOF
36494 # CONFIG_COMMANDS section.
36496 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
36497 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
36498 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36499 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
36500 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36501 X"$ac_dest" : 'X\(//\)[^/]' \| \
36502 X"$ac_dest" : 'X\(//\)$' \| \
36503 X"$ac_dest" : 'X\(/\)' \| \
36504 . : '\(.\)' 2>/dev/null ||
36506 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36507 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36508 /^X\(\/\/\)$/{ s//\1/; q; }
36509 /^X\(\/\).*/{ s//\1/; q; }
36513 if test "$ac_dir" != .
; then
36514 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36515 # A "../" for each directory in $ac_dir_suffix.
36516 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36518 ac_dir_suffix
= ac_top_builddir
=
36522 .
) # No --srcdir option. We are building in place.
36524 if test -z "$ac_top_builddir"; then
36527 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
36529 [\\/]* | ?
:[\\/]* ) # Absolute path.
36530 ac_srcdir
=$srcdir$ac_dir_suffix;
36531 ac_top_srcdir
=$srcdir ;;
36532 *) # Relative path.
36533 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
36534 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
36536 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36538 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
36539 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36540 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36541 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36544 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
36545 echo "$as_me: executing $ac_dest commands" >&6;}
36548 if test ! -h wx
-config; then
36550 mv wx
-config wx
${TOOLCHAIN_NAME}-config
36551 ${LN_S} wx
${TOOLCHAIN_NAME}-config wx
-config
36554 if test ! -d lib
; then
36557 if test ! -d lib
/wx
; then
36560 if test ! -d lib
/wx
/include
; then
36561 mkdir lib
/wx
/include
36563 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}; then
36564 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}
36566 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
; then
36567 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
36569 if test -f setup.h
; then
36570 mv -f setup.h lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
36577 cat >>$CONFIG_STATUS <<\_ACEOF
36579 { (exit 0); exit 0; }
36581 chmod +x
$CONFIG_STATUS
36582 ac_clean_files
=$ac_clean_files_save
36585 # configure is writing to config.log, and then calls config.status.
36586 # config.status does its own redirection, appending to config.log.
36587 # Unfortunately, on DOS this fails, as config.log is still kept open
36588 # by configure, so config.status won't be able to write to it; its
36589 # output is simply discarded. So we exec the FD to /dev/null,
36590 # effectively closing config.log, so it can be properly (re)opened and
36591 # appended to by config.status. When coming back to configure, we
36592 # need to make the FD available again.
36593 if test "$no_create" != yes; then
36595 ac_config_status_args
=
36596 test "$silent" = yes &&
36597 ac_config_status_args
="$ac_config_status_args --quiet"
36599 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
36601 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
36602 # would make configure fail if this is the last instruction.
36603 $ac_cs_success || { (exit 1); exit 1; }
36607 # CONFIG_SUBDIRS section.
36609 if test "$no_recursion" != yes; then
36611 # Remove --cache-file and --srcdir arguments so they do not pile up.
36612 ac_sub_configure_args
=
36614 for ac_arg
in $ac_configure_args; do
36615 if test -n "$ac_prev"; then
36620 -cache-file | --cache-file | --cache-fil | --cache-fi \
36621 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
36622 ac_prev
=cache_file
;;
36623 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
36624 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
36627 --config-cache | -C)
36629 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
36631 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
36633 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
36635 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
36637 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
36641 # Always prepend --prefix to ensure using the same prefix
36642 # in subdir configurations.
36643 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
36646 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
36648 # Do not complain, so a configure script can configure whichever
36649 # parts of a large source tree are present.
36650 test -d $srcdir/$ac_dir || continue
36652 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
36653 echo "$as_me: configuring in $ac_dir" >&6;}
36654 { if $as_mkdir_p; then
36659 while test ! -d "$as_dir"; do
36660 as_dirs
="$as_dir $as_dirs"
36661 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
36662 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36663 X"$as_dir" : 'X\(//\)[^/]' \| \
36664 X"$as_dir" : 'X\(//\)$' \| \
36665 X"$as_dir" : 'X\(/\)' \| \
36666 . : '\(.\)' 2>/dev/null ||
36668 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36669 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36670 /^X\(\/\/\)$/{ s//\1/; q; }
36671 /^X\(\/\).*/{ s//\1/; q; }
36674 test ! -n "$as_dirs" || mkdir $as_dirs
36675 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36676 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36677 { (exit 1); exit 1; }; }; }
36681 if test "$ac_dir" != .
; then
36682 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36683 # A "../" for each directory in $ac_dir_suffix.
36684 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36686 ac_dir_suffix
= ac_top_builddir
=
36690 .
) # No --srcdir option. We are building in place.
36692 if test -z "$ac_top_builddir"; then
36695 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
36697 [\\/]* | ?
:[\\/]* ) # Absolute path.
36698 ac_srcdir
=$srcdir$ac_dir_suffix;
36699 ac_top_srcdir
=$srcdir ;;
36700 *) # Relative path.
36701 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
36702 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
36704 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36706 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
36707 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36708 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36709 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36714 # Check for guested configure; otherwise get Cygnus style configure.
36715 if test -f $ac_srcdir/configure.gnu
; then
36716 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
36717 elif test -f $ac_srcdir/configure
; then
36718 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
36719 elif test -f $ac_srcdir/configure.
in; then
36720 ac_sub_configure
=$ac_configure
36722 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
36723 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
36727 # The recursion is here.
36728 if test -n "$ac_sub_configure"; then
36729 # Make the cache file name correct relative to the subdirectory.
36730 case $cache_file in
36731 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
36732 *) # Relative path.
36733 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
36736 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
36737 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
36738 # The eval makes quoting arguments work.
36739 eval $ac_sub_configure $ac_sub_configure_args \
36740 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
36741 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
36742 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
36743 { (exit 1); exit 1; }; }
36752 echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
36754 echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
36755 echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
36757 echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
36758 echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
36759 echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
36761 echo " What level of wxWindows compatibility should be enabled?"
36762 echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
36763 echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
36764 echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
36766 echo " Which libraries should wxWindows use?"
36767 echo " jpeg ${wxUSE_LIBJPEG-none}"
36768 echo " png ${wxUSE_LIBPNG-none}"
36769 echo " regex ${wxUSE_REGEX}"
36770 echo " tiff ${wxUSE_LIBTIFF-none}"
36771 echo " zlib ${wxUSE_ZLIB}"
36772 echo " odbc ${wxUSE_ODBC}"
36773 echo " expat ${wxUSE_EXPAT}"