2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.58 for wxWindows 2.5.1.
6 # Report bugs to <wx-dev@lists.wxwindows.org>.
8 # Copyright (C) 2003 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
25 DUALCASE
=1; export DUALCASE
# for MKS sh
27 # Support unset when possible.
28 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
43 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
47 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48 eval $as_var=C
; export $as_var
54 # Required to use basename.
55 if expr a
: '\(a\)' >/dev
/null
2>&1; then
61 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
68 # Name of the executable.
69 as_me
=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
81 # PATH needs CR, and LINENO needs CR and PATH.
82 # Avoid depending upon Character Ranges.
83 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits
='0123456789'
87 as_cr_alnum
=$as_cr_Letters$as_cr_digits
89 # The user is always right.
90 if test "${PATH_SEPARATOR+set}" != set; then
91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
94 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
105 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
106 test "x$as_lineno_1" != "x$as_lineno_2" &&
107 test "x$as_lineno_3" = "x$as_lineno_2" || {
108 # Find who we are. Look in the path if we contain no path at all
111 *[\\/]* ) as_myself
=$0 ;;
112 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
116 test -z "$as_dir" && as_dir
=.
117 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
122 # We did not find ourselves, most probably we were run as `sh COMMAND'
123 # in which case we are not to be found in the path.
124 if test "x$as_myself" = x
; then
127 if test ! -f "$as_myself"; then
128 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129 { (exit 1); exit 1; }; }
131 case $CONFIG_SHELL in
133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
134 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
137 test -z "$as_dir" && as_dir
=.
138 for as_base
in sh bash ksh sh5
; do
141 if ("$as_dir/$as_base" -c '
144 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 test "x$as_lineno_1" != "x$as_lineno_2" &&
146 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
147 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
148 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
149 CONFIG_SHELL
=$as_dir/$as_base
151 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
159 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160 # uniformly replaced by the line number. The first 'sed' inserts a
161 # line-number line before each line; the second 'sed' does the real
162 # work. The second script uses 'N' to pair each line-number line
163 # with the numbered line, and appends trailing '-' during
164 # substitution so that $LINENO is not a special case at line end.
165 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
167 sed '=' <$as_myself |
172 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
175 s,^['$as_cr_digits']*\n,,
177 chmod +x
$as_me.lineno
||
178 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179 { (exit 1); exit 1; }; }
181 # Don't try to exec as it changes $[0], causing all sort of problems
182 # (the dirname of $[0] is not the place where we might find the
183 # original and so on. Autoconf is especially sensible to this).
185 # Exit status is that of the last command.
190 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191 *c
*,-n*) ECHO_N
= ECHO_C
='
193 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
194 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
197 if expr a
: '\(a\)' >/dev
/null
2>&1; then
203 rm -f conf$$ conf$$.exe conf$$.
file
205 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
206 # We could just check for DJGPP; but this test a) works b) is more generic
207 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208 if test -f conf$$.exe
; then
209 # Don't use ln at all; we don't have any links
214 elif ln conf$$.
file conf$$
2>/dev
/null
; then
219 rm -f conf$$ conf$$.exe conf$$.
file
221 if mkdir -p .
2>/dev
/null
; then
224 test -d .
/-p && rmdir .
/-p
228 as_executable_p
="test -f"
230 # Sed expression to map a string onto a valid CPP name.
231 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
233 # Sed expression to map a string onto a valid variable name.
234 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
238 # We need space, tab and new line, in precisely that order.
248 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
249 # so uname gets run too.
250 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
257 ac_default_prefix
=/usr
/local
258 ac_config_libobj_dir
=.
263 SHELL
=${CONFIG_SHELL-/bin/sh}
265 # Maximum number of lines to put in a shell here document.
266 # This variable seems obsolete. It should probably be removed, and
267 # only ac_max_sed_lines should be used.
268 : ${ac_max_here_lines=38}
270 # Identity of this package.
271 PACKAGE_NAME
='wxWindows'
272 PACKAGE_TARNAME
='wxwindows'
273 PACKAGE_VERSION
='2.5.1'
274 PACKAGE_STRING
='wxWindows 2.5.1'
275 PACKAGE_BUGREPORT
='wx-dev@lists.wxwindows.org'
277 ac_unique_file
="wx-config.in"
278 # Factoring default headers for most tests.
279 ac_includes_default
="\
282 # include <sys/types.h>
285 # include <sys/stat.h>
296 # if !STDC_HEADERS && HAVE_MEMORY_H
302 # include <strings.h>
305 # include <inttypes.h>
315 ac_subdirs_all
="$ac_subdirs_all src/expat"
316 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG PANGOFT2_CFLAGS PANGOFT2_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS RESCOMP DEREZ SETFILE LIBICONV EXTRALIBS_ESD CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WXUNIV MONOLITHIC EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL UNICODE BUILD DEBUG_INFO DEBUG_FLAG SHARED TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX SET_MAKE MAKE_SET ac_ct_AR ac_ct_STRIP NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOSX PLATFORM_OS2 SO_SUFFIX SO_SUFFIX_MODULE LIBPREFIX DLLPREFIX DLLPREFIX_MODULE AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_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_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MAC_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN PATH_IFS WX_MAJOR_VERSION_NUMBER WX_MINOR_VERSION_NUMBER WX_RELEASE_NUMBER WX_LIBRARY_NAME_STATIC WX_LIBRARY_NAME_SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI WX_LIBRARY_IMPORTLIB WX_TARGET_LIBRARY WX_LIBRARY_LINK1 WX_LIBRARY_LINK2 PROGRAM_EXT WX_LIBRARY_NAME_STATIC_GL WX_LIBRARY_NAME_SHARED_GL WX_TARGET_LIBRARY_GL WX_LIBRARY_LINK1_GL WX_LIBRARY_LINK2_GL WX_ALL WX_ALL_INSTALLED SHARED_LD WX_TARGET_LIBRARY_TYPE STATIC_FLAG WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLKIT_VPATH TOOLCHAIN_NAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS top_builddir_wxconfig cross_compiling WXCONFIG_EXTRALIBS WXCONFIG_LIBS WXCONFIG_LIBS_GL WXCONFIG_LIBS_STATIC WXCONFIG_LIBS_STATIC_GL WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI 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 LD MAKEINFO INSTALL_LIBRARY LIBOBJS LTLIBOBJS'
319 # Initialize some variables set by options.
321 ac_init_version
=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
331 program_transform_name
=s
,x
,x
,
339 # Installation directory options.
340 # These are left unexpanded so users can "make install exec_prefix=/foo"
341 # and all the variables that are supposed to be based on exec_prefix
342 # by default will actually change.
343 # Use braces instead of parens because sh, perl, etc. also accept them.
344 bindir
='${exec_prefix}/bin'
345 sbindir
='${exec_prefix}/sbin'
346 libexecdir
='${exec_prefix}/libexec'
347 datadir
='${prefix}/share'
348 sysconfdir
='${prefix}/etc'
349 sharedstatedir
='${prefix}/com'
350 localstatedir
='${prefix}/var'
351 libdir
='${exec_prefix}/lib'
352 includedir
='${prefix}/include'
353 oldincludedir
='/usr/include'
354 infodir
='${prefix}/info'
355 mandir
='${prefix}/man'
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
367 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
369 # Accept the important Cygnus configure options, so we can diagnose typos.
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
378 -build | --build | --buil | --bui | --bu)
379 ac_prev
=build_alias
;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias
=$ac_optarg ;;
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev
=cache_file
;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file
=$ac_optarg ;;
391 cache_file
=config.cache
;;
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
397 datadir
=$ac_optarg ;;
399 -disable-* | --disable-*)
400 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
408 -enable-* | --enable-*)
409 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
416 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
419 eval "enable_$ac_feature='$ac_optarg'" ;;
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev
=exec_prefix
;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix
=$ac_optarg ;;
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
434 -help | --help | --hel | --he | -h)
436 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
437 ac_init_help
=recursive
;;
438 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
439 ac_init_help
=short
;;
441 -host | --host | --hos | --ho)
442 ac_prev
=host_alias
;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias
=$ac_optarg ;;
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev
=includedir
;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir
=$ac_optarg ;;
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir
=$ac_optarg ;;
458 -libdir | --libdir | --libdi | --libd)
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev
=libexecdir
;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir
=$ac_optarg ;;
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev
=localstatedir
;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir
=$ac_optarg ;;
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
485 # Obsolete; use --without-fp.
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev
=oldincludedir
;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir
=$ac_optarg ;;
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev
=program_prefix
;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix
=$ac_optarg ;;
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev
=program_suffix
;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix
=$ac_optarg ;;
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev
=program_transform_name
;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name
=$ac_optarg ;;
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
549 sbindir
=$ac_optarg ;;
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
555 ac_prev
=sharedstatedir
;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
560 sharedstatedir
=$ac_optarg ;;
562 -site | --site | --sit)
564 -site=* | --site=* | --sit=*)
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev
=sysconfdir
;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir
=$ac_optarg ;;
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev
=target_alias
;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias
=$ac_optarg ;;
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
587 -version | --version | --versio | --versi | --vers | -V)
591 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package
=`echo $ac_package| sed 's/-/_/g'`
598 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
601 eval "with_$ac_package='$ac_optarg'" ;;
603 -without-* | --without-*)
604 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package
=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
613 # Obsolete; use --with-x.
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev
=x_includes
;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes
=$ac_optarg ;;
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev
=x_libraries
;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries
=$ac_optarg ;;
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631 Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
636 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
656 if test -n "$ac_prev"; then
657 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
662 # Be sure to have absolute paths.
663 for ac_var
in exec_prefix prefix
665 eval ac_val
=$
`echo $ac_var`
667 [\\/$
]* | ?
:[\\/]* | NONE
| '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
673 # Be sure to have absolute paths.
674 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
677 eval ac_val
=$
`echo $ac_var`
679 [\\/$
]* | ?
:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
685 # There might be people who depend on the old broken behavior: `$host'
686 # used to hold the argument of --host etc.
687 # FIXME: To remove some day.
692 # FIXME: To remove some day.
693 if test "x$host_alias" != x
; then
694 if test "x$build_alias" = x
; then
695 cross_compiling
=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
704 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
706 test "$silent" = yes && exec 6>/dev
/null
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711 ac_srcdir_defaulted
=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir
=`(dirname "$0") 2>/dev/null ||
714 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
726 if test ! -r $srcdir/$ac_unique_file; then
730 ac_srcdir_defaulted
=no
732 if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
741 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null
||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set
=${build_alias+set}
746 ac_env_build_alias_value
=$build_alias
747 ac_cv_env_build_alias_set
=${build_alias+set}
748 ac_cv_env_build_alias_value
=$build_alias
749 ac_env_host_alias_set
=${host_alias+set}
750 ac_env_host_alias_value
=$host_alias
751 ac_cv_env_host_alias_set
=${host_alias+set}
752 ac_cv_env_host_alias_value
=$host_alias
753 ac_env_target_alias_set
=${target_alias+set}
754 ac_env_target_alias_value
=$target_alias
755 ac_cv_env_target_alias_set
=${target_alias+set}
756 ac_cv_env_target_alias_value
=$target_alias
757 ac_env_CC_set
=${CC+set}
759 ac_cv_env_CC_set
=${CC+set}
760 ac_cv_env_CC_value
=$CC
761 ac_env_CFLAGS_set
=${CFLAGS+set}
762 ac_env_CFLAGS_value
=$CFLAGS
763 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value
=$CFLAGS
765 ac_env_LDFLAGS_set
=${LDFLAGS+set}
766 ac_env_LDFLAGS_value
=$LDFLAGS
767 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value
=$LDFLAGS
769 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value
=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
773 ac_env_CPP_set
=${CPP+set}
774 ac_env_CPP_value
=$CPP
775 ac_cv_env_CPP_set
=${CPP+set}
776 ac_cv_env_CPP_value
=$CPP
777 ac_env_CXX_set
=${CXX+set}
778 ac_env_CXX_value
=$CXX
779 ac_cv_env_CXX_set
=${CXX+set}
780 ac_cv_env_CXX_value
=$CXX
781 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
782 ac_env_CXXFLAGS_value
=$CXXFLAGS
783 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
784 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
785 ac_env_CXXCPP_set
=${CXXCPP+set}
786 ac_env_CXXCPP_value
=$CXXCPP
787 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
788 ac_cv_env_CXXCPP_value
=$CXXCPP
791 # Report the --help message.
793 if test "$ac_init_help" = "long"; then
794 # Omit some internal or obsolete options to make the list less imposing.
795 # This message is too long to be a string in the A/UX 3.1 sh.
797 \`configure' configures wxWindows 2.5.1 to adapt to many kinds of systems.
799 Usage: $0 [OPTION]... [VAR=VALUE]...
801 To assign environment variables (e.g., CC, CFLAGS...), specify them as
802 VAR=VALUE. See below for descriptions of some of the useful variables.
804 Defaults for the options are specified in brackets.
807 -h, --help display this help and exit
808 --help=short display options specific to this package
809 --help=recursive display the short help of all the included packages
810 -V, --version display version information and exit
811 -q, --quiet, --silent do not print \`checking...' messages
812 --cache-file=FILE cache test results in FILE [disabled]
813 -C, --config-cache alias for \`--cache-file=config.cache'
814 -n, --no-create do not create output files
815 --srcdir=DIR find the sources in DIR [configure dir or \`..']
820 Installation directories:
821 --prefix=PREFIX install architecture-independent files in PREFIX
823 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
826 By default, \`make install' will install all the files in
827 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
828 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
829 for instance \`--prefix=\$HOME'.
831 For better control, use the options below.
833 Fine tuning of the installation directories:
834 --bindir=DIR user executables [EPREFIX/bin]
835 --sbindir=DIR system admin executables [EPREFIX/sbin]
836 --libexecdir=DIR program executables [EPREFIX/libexec]
837 --datadir=DIR read-only architecture-independent data [PREFIX/share]
838 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
839 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
840 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
841 --libdir=DIR object code libraries [EPREFIX/lib]
842 --includedir=DIR C header files [PREFIX/include]
843 --oldincludedir=DIR C header files for non-gcc [/usr/include]
844 --infodir=DIR info documentation [PREFIX/info]
845 --mandir=DIR man documentation [PREFIX/man]
851 --x-includes=DIR X include files are
in DIR
852 --x-libraries=DIR X library files are
in DIR
855 --build=BUILD configure
for building on BUILD
[guessed
]
856 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
857 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
861 if test -n "$ac_init_help"; then
862 case $ac_init_help in
863 short
| recursive
) echo "Configuration of wxWindows 2.5.1:";;
868 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
869 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
870 --enable-gui use GUI classes
871 --disable-monolithic don
't build wxWindows as single library
872 --enable-universal use wxWindows GUI controls instead of native ones
873 --enable-nanox use NanoX
874 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)
875 --enable-shared create shared library code
876 --enable-optimise create optimised code
877 --enable-debug same as debug_flag and debug_info
878 --enable-stl use STL for containers
879 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
880 --enable-debug_info create code with debugging information
881 --enable-debug_gdb create code with extra GDB debugging information
882 --enable-debug_cntxt use wxDebugContext
883 --enable-mem_tracing create code with memory tracing
884 --enable-profile create code with profiling information
885 --enable-no_rtti create code without RTTI information
886 --enable-no_exceptions create code without C++ exceptions handling
887 --enable-permissive compile code disregarding strict ANSI
888 --enable-no_deps create code without dependency information
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 (Win32 only)
900 --enable-dataobj use data object classes
901 --enable-ipc use interprocess communication (wxSocket etc.)
902 --enable-apple_ieee use the Apple IEEE codec
903 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
904 --enable-cmdline use wxCmdLineParser class
905 --enable-datetime use wxDateTime class
906 --enable-dialupman use dialup network classes
907 --enable-dynlib use wxLibrary class for DLL loading
908 --enable-dynamicloader use (new) wxDynamicLibrary class
909 --enable-exceptions build exception-safe library
910 --enable-ffile use wxFFile class
911 --enable-file use wxFile class
912 --enable-filesystem use virtual file systems classes
913 --enable-fontmap use font encodings conversion classes
914 --enable-fs_inet use virtual HTTP/FTP filesystems
915 --enable-fs_zip use virtual ZIP filesystems
916 --enable-geometry use geometry class
917 --enable-log use logging system
918 --enable-longlong use wxLongLong class
919 --enable-mimetype use wxMimeTypesManager
920 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
921 --enable-snglinst use wxSingleInstanceChecker class
922 --enable-streams use wxStream etc classes
923 --enable-std_iostreams use standard C++ stream classes
924 --enable-stopwatch use wxStopWatch class
925 --enable-sysoptions use wxSystemOptions
926 --enable-textbuf use wxTextBuffer class
927 --enable-textfile use wxTextFile class
928 --enable-timer use wxTimer class
929 --enable-unicode compile wxString with Unicode support
930 --enable-wave use wxWave class
931 --enable-wxprintfv use wxWindows implementation of vprintf()
932 --enable-zipstream use wxZipInputStream
933 --enable-gzstream use wxGzipInputStream
934 --enable-url use wxURL class
935 --enable-protocol use wxProtocol class
936 --enable-protocol-http HTTP support in wxProtocol
937 --enable-protocol-ftp FTP support in wxProtocol
938 --enable-protocol-file FILE support in wxProtocol
939 --enable-threads use threads
940 --enable-docview use document view architecture
941 --enable-help use help subsystem
942 --enable-mshtmlhelp use MS HTML Help (win32)
943 --enable-html use wxHTML sub-library
944 --enable-htmlhelp use wxHTML-based help
945 --enable-constraints use layout-constraints system
946 --enable-printarch use printing architecture
947 --enable-mdi use multiple document interface architecture
948 --enable-loggui use standard GUI logger
949 --enable-logwin use wxLogWindow
950 --enable-logdialog use wxLogDialog
951 --enable-postscript use wxPostscriptDC device context (default for gtk+)
952 --enable-prologio not available; see contrib
953 --enable-resources not available; see contrib
954 --enable-clipboard use wxClipboard class
955 --enable-dnd use Drag'n
'Drop classes
956 --enable-metafile use win32 metafiles
957 --enable-controls use all usual controls
958 --enable-accel use accelerators
959 --enable-button use wxButton class
960 --enable-bmpbutton use wxBitmapButton class
961 --enable-calendar use wxCalendarCtrl class
962 --enable-caret use wxCaret class
963 --enable-checkbox use wxCheckBox class
964 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
965 --enable-choice use wxChoice class
966 --enable-combobox use wxComboBox class
967 --enable-display use wxDisplay class
968 --enable-gauge use wxGauge class
969 --enable-grid use wxGrid class
970 --enable-imaglist use wxImageList class
971 --enable-listbook use wxListbook class
972 --enable-listbox use wxListBox class
973 --enable-listctrl use wxListCtrl class
974 --enable-notebook use wxNotebook class
975 --enable-radiobox use wxRadioBox class
976 --enable-radiobtn use wxRadioButton class
977 --enable-sash use wxSashWindow class
978 --enable-scrollbar use wxScrollBar class and scrollable windows
979 --enable-slider use wxSlider class
980 --enable-spinbtn use wxSpinButton class
981 --enable-spinctrl use wxSpinCtrl class
982 --enable-splitter use wxSplitterWindow class
983 --enable-statbmp use wxStaticBitmap class
984 --enable-statbox use wxStaticBox class
985 --enable-statline use wxStaticLine class
986 --enable-stattext use wxStaticText class
987 --enable-statusbar use wxStatusBar class
988 --enable-tabdialog use wxTabControl class
989 --enable-textctrl use wxTextCtrl class
990 --enable-togglebtn use wxToggleButton class
991 --enable-toolbar use wxToolBar class
992 --enable-tbarnative use native wxToolBar class
993 --enable-tbarsmpl use wxToolBarSimple class
994 --enable-treectrl use wxTreeCtrl class
995 --enable-tipwindow use wxTipWindow class
996 --enable-popupwin use wxPopUpWindow class
997 --enable-commondlg use all common dialogs
998 --enable-choicedlg use wxChoiceDialog
999 --enable-coldlg use wxColourDialog
1000 --enable-filedlg use wxFileDialog
1001 --enable-finddlg use wxFindReplaceDialog
1002 --enable-fontdlg use wxFontDialog
1003 --enable-dirdlg use wxDirDialog
1004 --enable-msgdlg use wxMessageDialog
1005 --enable-numberdlg use wxNumberEntryDialog
1006 --enable-splash use wxSplashScreen
1007 --enable-textdlg use wxTextDialog
1008 --enable-tipdlg use startup tips
1009 --enable-progressdlg use wxProgressDialog
1010 --enable-wizarddlg use wxWizard
1011 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1012 --enable-miniframe use wxMiniFrame class
1013 --enable-tooltips use wxToolTip class
1014 --enable-splines use spline drawing code
1015 --enable-validators use wxValidator and derived classes
1016 --enable-busyinfo use wxBusyInfo
1017 --enable-joystick use wxJoystick (Linux only)
1018 --enable-metafiles use wxMetaFile (Windows only)
1019 --enable-dragimage use wxDragImage
1020 --enable-accessibility enable accessibility support
1021 --enable-palette use wxPalette class
1022 --enable-image use wxImage class
1023 --enable-gif use gif images (GIF file format)
1024 --enable-pcx use pcx images (PCX file format)
1025 --enable-iff use iff images (IFF file format)
1026 --enable-pnm use pnm images (PNM file format)
1027 --enable-xpm use xpm images (XPM file format)
1028 --enable-icocur use Windows ICO and CUR formats
1029 --enable-official_build official build of wxWindows (win32 DLL only)
1030 --enable-vendor=VENDOR vendor name (win32 DLL only)
1031 --disable-largefile omit support for large files
1032 --disable-gtktest do not try to compile and run a test GTK+ program
1033 --disable-gtktest Do not try to compile and run a test GTK program
1034 --disable-precomp-headers don't use precompiled headers even
if compiler can
1037 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1038 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1040 --with-motif use Motif
/Lesstif
1041 --with-mac use Mac OS X
1042 --with-cocoa use Cocoa
1043 --with-wine use Wine
1044 --with-msw use MS
-Windows
1045 --with-pm use OS
/2 Presentation Manager
1046 --with-mgl use SciTech MGL
1047 --with-microwin use MicroWindows
1049 --with-libpng use libpng
(PNG image format
)
1050 --with-libjpeg use libjpeg
(JPEG
file format
)
1051 --with-libtiff use libtiff
(TIFF
file format
)
1052 --with-libxpm use libxpm
(XPM
file format
)
1053 --with-libmspack use libmspack
(CHM
help files loading
)
1054 --with-opengl use OpenGL
(or Mesa
)
1055 --with-dmalloc use dmalloc library
(http
://dmalloc.com
/)
1056 --with-regex enable support
for wxRegEx class
1057 --with-zlib use zlib
for LZW compression
1058 --with-odbc use the IODBC and wxODBC classes
1059 --with-expat enable XML support using expat parser
1060 --with-gtk-prefix=PFX Prefix where GTK is installed
(optional
)
1061 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed
(optional
)
1062 --with-x use the X Window System
1063 --with-libiconv-prefix=DIR search
for libiconv
in DIR
/include and DIR
/lib
1065 Some influential environment variables
:
1066 CC C compiler
command
1067 CFLAGS C compiler flags
1068 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1069 nonstandard directory
<lib dir
>
1070 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
1071 headers
in a nonstandard directory
<include dir
>
1073 CXX C
++ compiler
command
1074 CXXFLAGS C
++ compiler flags
1075 CXXCPP C
++ preprocessor
1077 Use these variables to override the choices made by
`configure' or to help
1078 it to find libraries and programs with nonstandard names/locations.
1080 Report bugs to <wx-dev@lists.wxwindows.org>.
1084 if test "$ac_init_help" = "recursive"; then
1085 # If there are subdirs, report their specific --help.
1087 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1088 test -d $ac_dir || continue
1091 if test "$ac_dir" != .; then
1092 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1093 # A "../" for each directory in $ac_dir_suffix.
1094 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1096 ac_dir_suffix= ac_top_builddir=
1100 .) # No --srcdir option. We are building in place.
1102 if test -z "$ac_top_builddir"; then
1105 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1107 [\\/]* | ?:[\\/]* ) # Absolute path.
1108 ac_srcdir=$srcdir$ac_dir_suffix;
1109 ac_top_srcdir=$srcdir ;;
1111 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1112 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1115 .) ac_abs_builddir=$ac_builddir;;
1117 case $ac_builddir in
1118 .) ac_abs_builddir="$ac_dir";;
1119 [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;
1120 *) ac_abs_builddir="$ac_dir"/$ac_builddir;;
1124 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1126 case ${ac_top_builddir}. in
1127 .) ac_abs_top_builddir="$ac_dir";;
1128 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1129 *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;
1133 .) ac_abs_srcdir=$ac_srcdir;;
1136 .) ac_abs_srcdir="$ac_dir";;
1137 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1138 *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;
1142 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1144 case $ac_top_srcdir in
1145 .) ac_abs_top_srcdir="$ac_dir";;
1146 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1147 *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;
1152 # Check for guested configure; otherwise get Cygnus style configure.
1153 if test -f $ac_srcdir/configure.gnu; then
1155 $SHELL $ac_srcdir/configure.gnu --help=recursive
1156 elif test -f $ac_srcdir/configure; then
1158 $SHELL $ac_srcdir/configure --help=recursive
1159 elif test -f $ac_srcdir/configure.ac ||
1160 test -f $ac_srcdir/configure.in; then
1162 $ac_configure --help
1164 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1170 test -n "$ac_init_help" && exit 0
1171 if $ac_init_version; then
1173 wxWindows configure 2.5.1
1174 generated by GNU Autoconf 2.58
1176 Copyright (C) 2003 Free Software Foundation, Inc.
1177 This configure script is free software; the Free Software Foundation
1178 gives unlimited permission to copy, distribute and modify it.
1184 This file contains any messages produced by compilers while
1185 running configure, to aid debugging if configure makes a mistake.
1187 It was created by wxWindows $as_me 2.5.1, which was
1188 generated by GNU Autoconf 2.58. Invocation command line was
1199 hostname = `(hostname
|| uname
-n) 2>/dev
/null
| sed 1q
`
1200 uname -m = `(uname
-m) 2>/dev
/null
|| echo unknown
`
1201 uname -r = `(uname
-r) 2>/dev
/null
|| echo unknown
`
1202 uname -s = `(uname
-s) 2>/dev
/null
|| echo unknown
`
1203 uname -v = `(uname
-v) 2>/dev
/null
|| echo unknown
`
1205 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null
|| echo unknown
`
1206 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null
|| echo unknown
`
1208 /bin/arch = `(/bin
/arch
) 2>/dev
/null
|| echo unknown
`
1209 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null
|| echo unknown
`
1210 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null
|| echo unknown
`
1211 hostinfo = `(hostinfo
) 2>/dev
/null
|| echo unknown
`
1212 /bin/machine = `(/bin
/machine
) 2>/dev
/null
|| echo unknown
`
1213 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null
|| echo unknown
`
1214 /bin/universe = `(/bin
/universe
) 2>/dev
/null
|| echo unknown
`
1218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1222 test -z "$as_dir" && as_dir=.
1223 echo "PATH: $as_dir"
1238 # Keep a trace of the command line.
1239 # Strip out --no-create and --no-recursion so they do not pile up.
1240 # Strip out --silent because we don't want to record it for future runs.
1241 # Also quote any args containing shell meta-characters.
1242 # Make two passes to allow for proper duplicate-argument suppression.
1247 ac_must_keep_next=false
1253 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1254 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1255 | -silent | --silent | --silen | --sile | --sil)
1257 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1258 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1261 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1263 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1264 if test $ac_must_keep_next = true; then
1265 ac_must_keep_next=false # Got value, back to normal.
1268 *=* | --config-cache | -C | -disable-* | --disable-* \
1269 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1270 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1271 | -with-* | --with-* | -without-* | --without-* | --x)
1272 case "$ac_configure_args0 " in
1273 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1276 -* ) ac_must_keep_next=true ;;
1279 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1280 # Get rid of the leading space.
1286 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1287 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1289 # When interrupted or exit'd, cleanup temporary files, and complete
1290 # config.log. We remove comments because anyway the quotes in there
1291 # would cause problems or look ugly.
1292 # WARNING: Be sure not to use single quotes in there, as some shells,
1293 # such as our DU 5.0 friend, will then `close
' the trap.
1294 trap 'exit_status
=$?
1295 # Save into config.log some information that might help in debugging.
1300 ## ---------------- ##
1301 ## Cache variables. ##
1302 ## ---------------- ##
1305 # The following way of writing the cache mishandles newlines in values,
1308 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1311 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1312 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1316 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1323 ## ----------------- ##
1324 ## Output variables. ##
1325 ## ----------------- ##
1328 for ac_var
in $ac_subst_vars
1330 eval ac_val
=$
`echo $ac_var`
1331 echo "$ac_var='"'"'$ac_val'"'"'"
1335 if test -n "$ac_subst_files"; then
1342 for ac_var
in $ac_subst_files
1344 eval ac_val
=$
`echo $ac_var`
1345 echo "$ac_var='"'"'$ac_val'"'"'"
1350 if test -s confdefs.h
; then
1357 sed "/^$/d" confdefs.h
| sort
1360 test "$ac_signal" != 0 &&
1361 echo "$as_me: caught signal $ac_signal"
1362 echo "$as_me: exit $exit_status"
1364 rm -f core
*.core
&&
1365 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1368 for ac_signal in 1 2 13 15; do
1369 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1373 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1374 rm -rf conftest* confdefs.h
1375 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1378 # Predefined preprocessor variables.
1380 cat >>confdefs.h <<_ACEOF
1381 #define PACKAGE_NAME "$PACKAGE_NAME"
1385 cat >>confdefs.h <<_ACEOF
1386 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1390 cat >>confdefs.h <<_ACEOF
1391 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1395 cat >>confdefs.h <<_ACEOF
1396 #define PACKAGE_STRING "$PACKAGE_STRING"
1400 cat >>confdefs.h <<_ACEOF
1401 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1405 # Let the site file select an alternate cache file if it wants to.
1406 # Prefer explicitly selected file to automatically selected ones.
1407 if test -z "$CONFIG_SITE"; then
1408 if test "x$prefix" != xNONE; then
1409 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1411 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1414 for ac_site_file in $CONFIG_SITE; do
1415 if test -r "$ac_site_file"; then
1416 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1417 echo "$as_me: loading site script $ac_site_file" >&6;}
1418 sed 's
/^
/| /' "$ac_site_file" >&5
1423 if test -r "$cache_file"; then
1424 # Some versions of bash will fail to source /dev/null (special
1425 # files actually), so we avoid doing that.
1426 if test -f "$cache_file"; then
1427 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1428 echo "$as_me: loading cache $cache_file" >&6;}
1430 [\\/]* | ?:[\\/]* ) . $cache_file;;
1431 *) . ./$cache_file;;
1435 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1436 echo "$as_me: creating cache $cache_file" >&6;}
1440 # Check that the precious variables saved in the cache have kept the same
1442 ac_cache_corrupted=false
1443 for ac_var in `(set) 2>&1 |
1444 sed -n 's
/^ac_env_\
([a
-zA-Z_0-9]*\
)_set
=.
*/\
1/p
'`; do
1445 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1446 eval ac_new_set=\$ac_env_${ac_var}_set
1447 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1448 eval ac_new_val="\$ac_env_${ac_var}_value"
1449 case $ac_old_set,$ac_new_set in
1451 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1452 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1453 ac_cache_corrupted=: ;;
1455 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1456 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1457 ac_cache_corrupted=: ;;
1460 if test "x$ac_old_val" != "x$ac_new_val"; then
1461 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1462 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1463 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1464 echo "$as_me: former value: $ac_old_val" >&2;}
1465 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1466 echo "$as_me: current value: $ac_new_val" >&2;}
1467 ac_cache_corrupted=:
1470 # Pass precious variables to config.status.
1471 if test "$ac_new_set" = set; then
1473 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1474 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1475 *) ac_arg=$ac_var=$ac_new_val ;;
1477 case " $ac_configure_args " in
1478 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1479 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1483 if $ac_cache_corrupted; then
1484 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1485 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1486 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1487 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1488 { (exit 1); exit 1; }; }
1492 ac_cpp='$CPP $CPPFLAGS'
1493 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1494 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1495 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1527 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1528 if test -f $ac_dir/install-sh; then
1530 ac_install_sh="$ac_aux_dir/install-sh -c"
1532 elif test -f $ac_dir/install.sh; then
1534 ac_install_sh="$ac_aux_dir/install.sh -c"
1536 elif test -f $ac_dir/shtool; then
1538 ac_install_sh="$ac_aux_dir/shtool install -c"
1542 if test -z "$ac_aux_dir"; then
1543 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1544 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1545 { (exit 1); exit 1; }; }
1547 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1548 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1549 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1551 # Make sure we can run config.sub.
1552 $ac_config_sub sun4 >/dev/null 2>&1 ||
1553 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1554 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1555 { (exit 1); exit 1; }; }
1557 echo "$as_me:$LINENO: checking build system type" >&5
1558 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1559 if test "${ac_cv_build+set}" = set; then
1560 echo $ECHO_N "(cached) $ECHO_C" >&6
1562 ac_cv_build_alias=$build_alias
1563 test -z "$ac_cv_build_alias" &&
1564 ac_cv_build_alias=`$ac_config_guess`
1565 test -z "$ac_cv_build_alias" &&
1566 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1567 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1568 { (exit 1); exit 1; }; }
1569 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1570 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1571 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1572 { (exit 1); exit 1; }; }
1575 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1576 echo "${ECHO_T}$ac_cv_build" >&6
1578 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1579 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1580 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1583 echo "$as_me:$LINENO: checking host system type" >&5
1584 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1585 if test "${ac_cv_host+set}" = set; then
1586 echo $ECHO_N "(cached) $ECHO_C" >&6
1588 ac_cv_host_alias=$host_alias
1589 test -z "$ac_cv_host_alias" &&
1590 ac_cv_host_alias=$ac_cv_build_alias
1591 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1592 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1593 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1594 { (exit 1); exit 1; }; }
1597 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1598 echo "${ECHO_T}$ac_cv_host" >&6
1600 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1601 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1602 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1605 echo "$as_me:$LINENO: checking target system type" >&5
1606 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1607 if test "${ac_cv_target+set}" = set; then
1608 echo $ECHO_N "(cached) $ECHO_C" >&6
1610 ac_cv_target_alias=$target_alias
1611 test "x$ac_cv_target_alias" = "x" &&
1612 ac_cv_target_alias=$ac_cv_host_alias
1613 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1614 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1615 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1616 { (exit 1); exit 1; }; }
1619 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1620 echo "${ECHO_T}$ac_cv_target" >&6
1621 target=$ac_cv_target
1622 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1623 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1624 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1627 # The aliases save the names the user supplied, while $host etc.
1628 # will get canonicalized.
1629 test -n "$target_alias" &&
1630 test "$program_prefix$program_suffix$program_transform_name" = \
1632 program_prefix=${target_alias}-
1636 WX_MAJOR_VERSION_NUMBER=2
1637 WX_MINOR_VERSION_NUMBER=5
1640 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1641 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1643 WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1659 USE_BSD= USE_DARWIN= USE_FREEBSD=
1665 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1671 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1673 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1675 DEFAULT_wxUSE_COCOA=0
1679 DEFAULT_wxUSE_MICROWIN=0
1680 DEFAULT_wxUSE_MOTIF=0
1685 DEFAULT_DEFAULT_wxUSE_COCOA=0
1686 DEFAULT_DEFAULT_wxUSE_GTK=0
1687 DEFAULT_DEFAULT_wxUSE_MAC=0
1688 DEFAULT_DEFAULT_wxUSE_MGL=0
1689 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1690 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1691 DEFAULT_DEFAULT_wxUSE_MSW=0
1692 DEFAULT_DEFAULT_wxUSE_PM=0
1693 DEFAULT_DEFAULT_wxUSE_X11=0
1698 SAMPLES_RPATH_POSTLINK=
1703 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1704 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1706 cat >>confdefs.h <<\_ACEOF
1713 cat >>confdefs.h <<\_ACEOF
1718 if test "x$TMP" = "xalpha"; then
1720 cat >>confdefs.h <<\_ACEOF
1725 DEFAULT_DEFAULT_wxUSE_GTK=1
1729 cat >>confdefs.h <<\_ACEOF
1734 if test "x$TMP" = "xalpha"; then
1736 cat >>confdefs.h <<\_ACEOF
1741 DEFAULT_DEFAULT_wxUSE_GTK=1
1743 *-*-irix5* | *-*-irix6* )
1746 cat >>confdefs.h <<\_ACEOF
1750 cat >>confdefs.h <<\_ACEOF
1754 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1760 cat >>confdefs.h <<\_ACEOF
1764 cat >>confdefs.h <<\_ACEOF
1765 #define __SOLARIS__ 1
1768 cat >>confdefs.h <<\_ACEOF
1772 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1773 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1779 cat >>confdefs.h <<\_ACEOF
1783 cat >>confdefs.h <<\_ACEOF
1787 cat >>confdefs.h <<\_ACEOF
1791 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1796 cat >>confdefs.h <<\_ACEOF
1797 #define __FREEBSD__ 1
1800 cat >>confdefs.h <<\_ACEOF
1804 DEFAULT_DEFAULT_wxUSE_GTK=1
1809 cat >>confdefs.h <<\_ACEOF
1810 #define __OPENBSD__ 1
1813 cat >>confdefs.h <<\_ACEOF
1817 DEFAULT_DEFAULT_wxUSE_GTK=1
1822 cat >>confdefs.h <<\_ACEOF
1823 #define __NETBSD__ 1
1826 cat >>confdefs.h <<\_ACEOF
1830 DEFAULT_DEFAULT_wxUSE_GTK=1
1835 cat >>confdefs.h <<\_ACEOF
1839 cat >>confdefs.h <<\_ACEOF
1843 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1844 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1849 cat >>confdefs.h <<\_ACEOF
1853 cat >>confdefs.h <<\_ACEOF
1857 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1862 cat >>confdefs.h <<\_ACEOF
1866 cat >>confdefs.h <<\_ACEOF
1870 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1877 cat >>confdefs.h <<\_ACEOF
1881 cat >>confdefs.h <<\_ACEOF
1885 cat >>confdefs.h <<\_ACEOF
1889 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1896 cat >>confdefs.h <<\_ACEOF
1897 #define __UNIXWARE__ 1
1902 *-*-cygwin* | *-*-mingw32* )
1906 DEFAULT_DEFAULT_wxUSE_MSW=1
1912 cat >>confdefs.h <<\_ACEOF
1917 DEFAULT_DEFAULT_wxUSE_MGL=1
1918 LIBS="$LIBS -lstdc++"
1921 *-pc-os2_emx | *-pc-os2-emx )
1922 cat >>confdefs.h <<\_ACEOF
1927 cat >>confdefs.h <<\_ACEOF
1932 DEFAULT_DEFAULT_wxUSE_PM=1
1934 LDFLAGS="$LDFLAGS -Zcrtdll -Zsysv-signals"
1935 ac_executable_extensions=".exe"
1936 export ac_executable_extensions
1940 for ac_dir in $PATH; do
1942 if test -z "$ac_TEMP_PATH"; then
1943 ac_TEMP_PATH="$ac_dir"
1945 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1948 export PATH="$ac_TEMP_PATH"
1956 cat >>confdefs.h <<\_ACEOF
1960 cat >>confdefs.h <<\_ACEOF
1961 #define __DARWIN__ 1
1964 cat >>confdefs.h <<\_ACEOF
1965 #define __POWERPC__ 1
1968 cat >>confdefs.h <<\_ACEOF
1969 #define TARGET_CARBON 1
1972 DEFAULT_DEFAULT_wxUSE_MAC=1
1977 cat >>confdefs.h <<\_ACEOF
1984 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1985 echo "$as_me: error: unknown system type ${host}." >&2;}
1986 { (exit 1); exit 1; }; }
1992 wx_arg_cache_file="configarg.cache"
1993 echo "loading argument cache $wx_arg_cache_file"
1994 rm -f ${wx_arg_cache_file}.tmp
1995 touch ${wx_arg_cache_file}.tmp
1996 touch ${wx_arg_cache_file}
2000 if test $DEBUG_CONFIGURE = 1; then
2001 DEFAULT_wxUSE_UNIVERSAL=no
2002 DEFAULT_wxUSE_STL=no
2004 DEFAULT_wxUSE_NANOX=no
2006 DEFAULT_wxUSE_THREADS=yes
2008 DEFAULT_wxUSE_SHARED=yes
2009 DEFAULT_wxUSE_OPTIMISE=no
2010 DEFAULT_wxUSE_PROFILE=no
2011 DEFAULT_wxUSE_NO_DEPS=no
2012 DEFAULT_wxUSE_NO_RTTI=no
2013 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2014 DEFAULT_wxUSE_PERMISSIVE=no
2015 DEFAULT_wxUSE_DEBUG_FLAG=yes
2016 DEFAULT_wxUSE_DEBUG_INFO=yes
2017 DEFAULT_wxUSE_DEBUG_GDB=yes
2018 DEFAULT_wxUSE_MEM_TRACING=no
2019 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2020 DEFAULT_wxUSE_DMALLOC=no
2021 DEFAULT_wxUSE_APPLE_IEEE=no
2023 DEFAULT_wxUSE_EXCEPTIONS=no
2024 DEFAULT_wxUSE_LOG=yes
2025 DEFAULT_wxUSE_LOGWINDOW=no
2026 DEFAULT_wxUSE_LOGGUI=no
2027 DEFAULT_wxUSE_LOGDIALOG=no
2029 DEFAULT_wxUSE_GUI=yes
2030 DEFAULT_wxUSE_CONTROLS=no
2032 DEFAULT_wxUSE_REGEX=no
2033 DEFAULT_wxUSE_XML=no
2034 DEFAULT_wxUSE_EXPAT=no
2035 DEFAULT_wxUSE_ZLIB=no
2036 DEFAULT_wxUSE_LIBPNG=no
2037 DEFAULT_wxUSE_LIBJPEG=no
2038 DEFAULT_wxUSE_LIBTIFF=no
2039 DEFAULT_wxUSE_LIBXPM=no
2040 DEFAULT_wxUSE_ODBC=no
2041 DEFAULT_wxUSE_OPENGL=no
2043 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2044 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2045 DEFAULT_wxUSE_STD_IOSTREAM=no
2046 DEFAULT_wxUSE_CMDLINE_PARSER=no
2047 DEFAULT_wxUSE_DATETIME=no
2048 DEFAULT_wxUSE_TIMER=no
2049 DEFAULT_wxUSE_STOPWATCH=no
2050 DEFAULT_wxUSE_FILE=no
2051 DEFAULT_wxUSE_FFILE=no
2052 DEFAULT_wxUSE_TEXTBUFFER=no
2053 DEFAULT_wxUSE_TEXTFILE=no
2054 DEFAULT_wxUSE_WAVE=no
2055 DEFAULT_wxUSE_INTL=no
2056 DEFAULT_wxUSE_CONFIG=no
2057 DEFAULT_wxUSE_FONTMAP=no
2058 DEFAULT_wxUSE_STREAMS=no
2059 DEFAULT_wxUSE_SOCKETS=no
2060 DEFAULT_wxUSE_OLE=no
2061 DEFAULT_wxUSE_DATAOBJ=no
2062 DEFAULT_wxUSE_DIALUP_MANAGER=no
2063 DEFAULT_wxUSE_JOYSTICK=no
2064 DEFAULT_wxUSE_DYNLIB_CLASS=no
2065 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2066 DEFAULT_wxUSE_LONGLONG=no
2067 DEFAULT_wxUSE_GEOMETRY=no
2069 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2070 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2071 DEFAULT_wxUSE_POSTSCRIPT=no
2073 DEFAULT_wxUSE_CLIPBOARD=no
2074 DEFAULT_wxUSE_TOOLTIPS=no
2075 DEFAULT_wxUSE_DRAG_AND_DROP=no
2076 DEFAULT_wxUSE_DRAGIMAGE=no
2077 DEFAULT_wxUSE_SPLINES=no
2079 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2080 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2081 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2083 DEFAULT_wxUSE_RESOURCES=no
2084 DEFAULT_wxUSE_CONSTRAINTS=no
2085 DEFAULT_wxUSE_IPC=no
2086 DEFAULT_wxUSE_HELP=no
2087 DEFAULT_wxUSE_MS_HTML_HELP=no
2088 DEFAULT_wxUSE_WXHTML_HELP=no
2089 DEFAULT_wxUSE_TREELAYOUT=no
2090 DEFAULT_wxUSE_METAFILE=no
2091 DEFAULT_wxUSE_MIMETYPE=no
2092 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2093 DEFAULT_wxUSE_PROTOCOL=no
2094 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2095 DEFAULT_wxUSE_PROTOCOL_FTP=no
2096 DEFAULT_wxUSE_PROTOCOL_FILE=no
2097 DEFAULT_wxUSE_URL=no
2099 DEFAULT_wxUSE_COMMONDLGS=no
2100 DEFAULT_wxUSE_CHOICEDLG=no
2101 DEFAULT_wxUSE_COLOURDLG=no
2102 DEFAULT_wxUSE_DIRDLG=no
2103 DEFAULT_wxUSE_FILEDLG=no
2104 DEFAULT_wxUSE_FINDREPLDLG=no
2105 DEFAULT_wxUSE_FONTDLG=no
2106 DEFAULT_wxUSE_MSGDLG=no
2107 DEFAULT_wxUSE_NUMBERDLG=no
2108 DEFAULT_wxUSE_TEXTDLG=no
2109 DEFAULT_wxUSE_SPLASH=no
2110 DEFAULT_wxUSE_STARTUP_TIPS=no
2111 DEFAULT_wxUSE_PROGRESSDLG=no
2112 DEFAULT_wxUSE_WIZARDDLG=no
2114 DEFAULT_wxUSE_MENUS=no
2115 DEFAULT_wxUSE_MINIFRAME=no
2116 DEFAULT_wxUSE_HTML=no
2117 DEFAULT_wxUSE_FILESYSTEM=no
2118 DEFAULT_wxUSE_FS_INET=no
2119 DEFAULT_wxUSE_FS_ZIP=no
2120 DEFAULT_wxUSE_BUSYINFO=no
2121 DEFAULT_wxUSE_ZIPSTREAM=no
2122 DEFAULT_wxUSE_GZSTREAM=no
2123 DEFAULT_wxUSE_VALIDATORS=no
2125 DEFAULT_wxUSE_ACCEL=no
2126 DEFAULT_wxUSE_BUTTON=no
2127 DEFAULT_wxUSE_BMPBUTTON=no
2128 DEFAULT_wxUSE_CALCTRL=no
2129 DEFAULT_wxUSE_CARET=no
2130 DEFAULT_wxUSE_CHECKBOX=no
2131 DEFAULT_wxUSE_CHECKLST=no
2132 DEFAULT_wxUSE_CHOICE=no
2133 DEFAULT_wxUSE_COMBOBOX=no
2134 DEFAULT_wxUSE_DISPLAY=no
2135 DEFAULT_wxUSE_GAUGE=no
2136 DEFAULT_wxUSE_GRID=no
2137 DEFAULT_wxUSE_IMAGLIST=no
2138 DEFAULT_wxUSE_LISTBOOK=no
2139 DEFAULT_wxUSE_LISTBOX=no
2140 DEFAULT_wxUSE_LISTCTRL=no
2141 DEFAULT_wxUSE_NOTEBOOK=no
2142 DEFAULT_wxUSE_RADIOBOX=no
2143 DEFAULT_wxUSE_RADIOBTN=no
2144 DEFAULT_wxUSE_SASH=no
2145 DEFAULT_wxUSE_SCROLLBAR=no
2146 DEFAULT_wxUSE_SLIDER=no
2147 DEFAULT_wxUSE_SPINBTN=no
2148 DEFAULT_wxUSE_SPINCTRL=no
2149 DEFAULT_wxUSE_SPLITTER=no
2150 DEFAULT_wxUSE_STATBMP=no
2151 DEFAULT_wxUSE_STATBOX=no
2152 DEFAULT_wxUSE_STATLINE=no
2153 DEFAULT_wxUSE_STATTEXT=no
2154 DEFAULT_wxUSE_STATUSBAR=yes
2155 DEFAULT_wxUSE_TABDIALOG=no
2156 DEFAULT_wxUSE_TEXTCTRL=no
2157 DEFAULT_wxUSE_TOGGLEBTN=no
2158 DEFAULT_wxUSE_TOOLBAR=no
2159 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2160 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2161 DEFAULT_wxUSE_TREECTRL=no
2162 DEFAULT_wxUSE_POPUPWIN=no
2163 DEFAULT_wxUSE_TIPWINDOW=no
2165 DEFAULT_wxUSE_UNICODE=no
2166 DEFAULT_wxUSE_UNICODE_MSLU=no
2167 DEFAULT_wxUSE_WCSRTOMBS=no
2169 DEFAULT_wxUSE_PALETTE=no
2170 DEFAULT_wxUSE_IMAGE=no
2171 DEFAULT_wxUSE_GIF=no
2172 DEFAULT_wxUSE_PCX=no
2173 DEFAULT_wxUSE_PNM=no
2174 DEFAULT_wxUSE_IFF=no
2175 DEFAULT_wxUSE_XPM=no
2176 DEFAULT_wxUSE_ICO_CUR=no
2177 DEFAULT_wxUSE_ACCESSIBILITY=no
2179 DEFAULT_wxUSE_MONOLITHIC=no
2180 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2182 DEFAULT_wxUSE_UNIVERSAL=no
2183 DEFAULT_wxUSE_STL=no
2185 DEFAULT_wxUSE_NANOX=no
2187 DEFAULT_wxUSE_THREADS=yes
2189 DEFAULT_wxUSE_SHARED=yes
2190 DEFAULT_wxUSE_OPTIMISE=yes
2191 DEFAULT_wxUSE_PROFILE=no
2192 DEFAULT_wxUSE_NO_DEPS=no
2193 DEFAULT_wxUSE_NO_RTTI=no
2194 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2195 DEFAULT_wxUSE_PERMISSIVE=no
2196 DEFAULT_wxUSE_DEBUG_FLAG=no
2197 DEFAULT_wxUSE_DEBUG_INFO=no
2198 DEFAULT_wxUSE_DEBUG_GDB=no
2199 DEFAULT_wxUSE_MEM_TRACING=no
2200 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2201 DEFAULT_wxUSE_DMALLOC=no
2202 DEFAULT_wxUSE_APPLE_IEEE=yes
2204 DEFAULT_wxUSE_EXCEPTIONS=yes
2205 DEFAULT_wxUSE_LOG=yes
2206 DEFAULT_wxUSE_LOGWINDOW=yes
2207 DEFAULT_wxUSE_LOGGUI=yes
2208 DEFAULT_wxUSE_LOGDIALOG=yes
2210 DEFAULT_wxUSE_GUI=yes
2212 DEFAULT_wxUSE_REGEX=yes
2213 DEFAULT_wxUSE_XML=yes
2214 DEFAULT_wxUSE_EXPAT=yes
2215 DEFAULT_wxUSE_ZLIB=yes
2216 DEFAULT_wxUSE_LIBPNG=yes
2217 DEFAULT_wxUSE_LIBJPEG=yes
2218 DEFAULT_wxUSE_LIBTIFF=yes
2219 DEFAULT_wxUSE_LIBXPM=yes
2220 DEFAULT_wxUSE_LIBMSPACK=yes
2221 DEFAULT_wxUSE_ODBC=no
2222 DEFAULT_wxUSE_OPENGL=no
2224 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2225 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2226 DEFAULT_wxUSE_STD_IOSTREAM=no
2227 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2228 DEFAULT_wxUSE_DATETIME=yes
2229 DEFAULT_wxUSE_TIMER=yes
2230 DEFAULT_wxUSE_STOPWATCH=yes
2231 DEFAULT_wxUSE_FILE=yes
2232 DEFAULT_wxUSE_FFILE=yes
2233 DEFAULT_wxUSE_TEXTBUFFER=yes
2234 DEFAULT_wxUSE_TEXTFILE=yes
2235 DEFAULT_wxUSE_WAVE=no
2236 DEFAULT_wxUSE_INTL=yes
2237 DEFAULT_wxUSE_CONFIG=yes
2238 DEFAULT_wxUSE_FONTMAP=yes
2239 DEFAULT_wxUSE_STREAMS=yes
2240 DEFAULT_wxUSE_SOCKETS=yes
2241 DEFAULT_wxUSE_OLE=yes
2242 DEFAULT_wxUSE_DATAOBJ=yes
2243 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2244 DEFAULT_wxUSE_JOYSTICK=yes
2245 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2246 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2247 DEFAULT_wxUSE_LONGLONG=yes
2248 DEFAULT_wxUSE_GEOMETRY=yes
2250 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2251 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2252 DEFAULT_wxUSE_POSTSCRIPT=yes
2254 DEFAULT_wxUSE_CLIPBOARD=yes
2255 DEFAULT_wxUSE_TOOLTIPS=yes
2256 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2257 DEFAULT_wxUSE_DRAGIMAGE=yes
2258 DEFAULT_wxUSE_SPLINES=yes
2260 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2261 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2262 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2264 DEFAULT_wxUSE_RESOURCES=no
2265 DEFAULT_wxUSE_CONSTRAINTS=yes
2266 DEFAULT_wxUSE_IPC=yes
2267 DEFAULT_wxUSE_HELP=yes
2268 DEFAULT_wxUSE_MS_HTML_HELP=yes
2269 DEFAULT_wxUSE_WXHTML_HELP=yes
2270 DEFAULT_wxUSE_TREELAYOUT=yes
2271 DEFAULT_wxUSE_METAFILE=yes
2272 DEFAULT_wxUSE_MIMETYPE=yes
2273 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2274 DEFAULT_wxUSE_PROTOCOL=yes
2275 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2276 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2277 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2278 DEFAULT_wxUSE_URL=yes
2280 DEFAULT_wxUSE_COMMONDLGS=yes
2281 DEFAULT_wxUSE_CHOICEDLG=yes
2282 DEFAULT_wxUSE_COLOURDLG=yes
2283 DEFAULT_wxUSE_DIRDLG=yes
2284 DEFAULT_wxUSE_FILEDLG=yes
2285 DEFAULT_wxUSE_FINDREPLDLG=yes
2286 DEFAULT_wxUSE_FONTDLG=yes
2287 DEFAULT_wxUSE_MSGDLG=yes
2288 DEFAULT_wxUSE_NUMBERDLG=yes
2289 DEFAULT_wxUSE_TEXTDLG=yes
2290 DEFAULT_wxUSE_SPLASH=yes
2291 DEFAULT_wxUSE_STARTUP_TIPS=yes
2292 DEFAULT_wxUSE_PROGRESSDLG=yes
2293 DEFAULT_wxUSE_WIZARDDLG=yes
2295 DEFAULT_wxUSE_MENUS=yes
2296 DEFAULT_wxUSE_MINIFRAME=yes
2297 DEFAULT_wxUSE_HTML=yes
2298 DEFAULT_wxUSE_FILESYSTEM=yes
2299 DEFAULT_wxUSE_FS_INET=yes
2300 DEFAULT_wxUSE_FS_ZIP=yes
2301 DEFAULT_wxUSE_BUSYINFO=yes
2302 DEFAULT_wxUSE_ZIPSTREAM=yes
2303 DEFAULT_wxUSE_GZSTREAM=yes
2304 DEFAULT_wxUSE_VALIDATORS=yes
2306 DEFAULT_wxUSE_ACCEL=yes
2307 DEFAULT_wxUSE_BUTTON=yes
2308 DEFAULT_wxUSE_BMPBUTTON=yes
2309 DEFAULT_wxUSE_CALCTRL=yes
2310 DEFAULT_wxUSE_CARET=yes
2311 DEFAULT_wxUSE_CHECKBOX=yes
2312 DEFAULT_wxUSE_CHECKLST=yes
2313 DEFAULT_wxUSE_CHOICE=yes
2314 DEFAULT_wxUSE_COMBOBOX=yes
2315 DEFAULT_wxUSE_DISPLAY=no
2316 DEFAULT_wxUSE_GAUGE=yes
2317 DEFAULT_wxUSE_GRID=yes
2318 DEFAULT_wxUSE_IMAGLIST=yes
2319 DEFAULT_wxUSE_LISTBOOK=yes
2320 DEFAULT_wxUSE_LISTBOX=yes
2321 DEFAULT_wxUSE_LISTCTRL=yes
2322 DEFAULT_wxUSE_NOTEBOOK=yes
2323 DEFAULT_wxUSE_RADIOBOX=yes
2324 DEFAULT_wxUSE_RADIOBTN=yes
2325 DEFAULT_wxUSE_SASH=yes
2326 DEFAULT_wxUSE_SCROLLBAR=yes
2327 DEFAULT_wxUSE_SLIDER=yes
2328 DEFAULT_wxUSE_SPINBTN=yes
2329 DEFAULT_wxUSE_SPINCTRL=yes
2330 DEFAULT_wxUSE_SPLITTER=yes
2331 DEFAULT_wxUSE_STATBMP=yes
2332 DEFAULT_wxUSE_STATBOX=yes
2333 DEFAULT_wxUSE_STATLINE=yes
2334 DEFAULT_wxUSE_STATTEXT=yes
2335 DEFAULT_wxUSE_STATUSBAR=yes
2336 DEFAULT_wxUSE_TABDIALOG=no
2337 DEFAULT_wxUSE_TEXTCTRL=yes
2338 DEFAULT_wxUSE_TOGGLEBTN=yes
2339 DEFAULT_wxUSE_TOOLBAR=yes
2340 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2341 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2342 DEFAULT_wxUSE_TREECTRL=yes
2343 DEFAULT_wxUSE_POPUPWIN=yes
2344 DEFAULT_wxUSE_TIPWINDOW=yes
2346 DEFAULT_wxUSE_UNICODE=no
2347 DEFAULT_wxUSE_UNICODE_MSLU=yes
2348 DEFAULT_wxUSE_WCSRTOMBS=no
2350 DEFAULT_wxUSE_PALETTE=yes
2351 DEFAULT_wxUSE_IMAGE=yes
2352 DEFAULT_wxUSE_GIF=yes
2353 DEFAULT_wxUSE_PCX=yes
2354 DEFAULT_wxUSE_IFF=no
2355 DEFAULT_wxUSE_PNM=yes
2356 DEFAULT_wxUSE_XPM=yes
2357 DEFAULT_wxUSE_ICO_CUR=yes
2358 DEFAULT_wxUSE_ACCESSIBILITY=no
2360 DEFAULT_wxUSE_MONOLITHIC=no
2361 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2366 for toolkit in `echo $ALL_TOOLKITS`; do
2367 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2368 if test "x$LINE" != "x" ; then
2369 has_toolkit_in_cache=1
2370 eval "DEFAULT_$LINE"
2371 eval "CACHE_$toolkit=1"
2378 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2379 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2381 # Check whether --enable-gui or --disable-gui was given.
2382 if test "${enable_gui+set}" = set; then
2383 enableval="$enable_gui"
2385 if test "$enableval" = yes; then
2386 ac_cv_use_gui='wxUSE_GUI
=yes'
2388 ac_cv_use_gui='wxUSE_GUI
=no
'
2393 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2394 if test "x$LINE" != x ; then
2395 eval "DEFAULT_$LINE"
2400 ac_cv_use_gui='wxUSE_GUI
='$DEFAULT_wxUSE_GUI
2404 eval "$ac_cv_use_gui"
2405 if test "$no_cache" != 1; then
2406 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2409 if test "$wxUSE_GUI" = yes; then
2410 echo "$as_me:$LINENO: result: yes" >&5
2411 echo "${ECHO_T}yes" >&6
2413 echo "$as_me:$LINENO: result: no" >&5
2414 echo "${ECHO_T}no" >&6
2419 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2420 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2422 # Check whether --enable-monolithic or --disable-monolithic was given.
2423 if test "${enable_monolithic+set}" = set; then
2424 enableval="$enable_monolithic"
2426 if test "$enableval" = yes; then
2427 ac_cv_use_monolithic='wxUSE_MONOLITHIC
=yes'
2429 ac_cv_use_monolithic='wxUSE_MONOLITHIC
=no
'
2434 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2435 if test "x$LINE" != x ; then
2436 eval "DEFAULT_$LINE"
2441 ac_cv_use_monolithic='wxUSE_MONOLITHIC
='$DEFAULT_wxUSE_MONOLITHIC
2445 eval "$ac_cv_use_monolithic"
2446 if test "$no_cache" != 1; then
2447 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2450 if test "$wxUSE_MONOLITHIC" = yes; then
2451 echo "$as_me:$LINENO: result: yes" >&5
2452 echo "${ECHO_T}yes" >&6
2454 echo "$as_me:$LINENO: result: no" >&5
2455 echo "${ECHO_T}no" >&6
2459 if test "$wxUSE_GUI" = "yes"; then
2463 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2464 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2466 # Check whether --enable-universal or --disable-universal was given.
2467 if test "${enable_universal+set}" = set; then
2468 enableval="$enable_universal"
2470 if test "$enableval" = yes; then
2471 ac_cv_use_universal='wxUSE_UNIVERSAL
=yes'
2473 ac_cv_use_universal='wxUSE_UNIVERSAL
=no
'
2478 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2479 if test "x$LINE" != x ; then
2480 eval "DEFAULT_$LINE"
2485 ac_cv_use_universal='wxUSE_UNIVERSAL
='$DEFAULT_wxUSE_UNIVERSAL
2489 eval "$ac_cv_use_universal"
2490 if test "$no_cache" != 1; then
2491 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2494 if test "$wxUSE_UNIVERSAL" = yes; then
2495 echo "$as_me:$LINENO: result: yes" >&5
2496 echo "${ECHO_T}yes" >&6
2498 echo "$as_me:$LINENO: result: no" >&5
2499 echo "${ECHO_T}no" >&6
2503 # Check whether --with-gtk or --without-gtk was given.
2504 if test "${with_gtk+set}" = set; then
2506 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2509 # Check whether --with-motif or --without-motif was given.
2510 if test "${with_motif+set}" = set; then
2511 withval="$with_motif"
2512 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2515 # Check whether --with-mac or --without-mac was given.
2516 if test "${with_mac+set}" = set; then
2518 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
2521 # Check whether --with-cocoa or --without-cocoa was given.
2522 if test "${with_cocoa+set}" = set; then
2523 withval="$with_cocoa"
2524 wxUSE_COCOA="$withval" TOOLKIT_GIVEN=1
2527 # Check whether --with-wine or --without-wine was given.
2528 if test "${with_wine+set}" = set; then
2529 withval="$with_wine"
2530 wxUSE_WINE="$withval" CACHE_WINE=1
2533 # Check whether --with-msw or --without-msw was given.
2534 if test "${with_msw+set}" = set; then
2536 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2539 # Check whether --with-pm or --without-pm was given.
2540 if test "${with_pm+set}" = set; then
2542 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2545 # Check whether --with-mgl or --without-mgl was given.
2546 if test "${with_mgl+set}" = set; then
2548 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2551 # Check whether --with-microwin or --without-microwin was given.
2552 if test "${with_microwin+set}" = set; then
2553 withval="$with_microwin"
2554 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2557 # Check whether --with-x11 or --without-x11 was given.
2558 if test "${with_x11+set}" = set; then
2560 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2564 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2565 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2567 # Check whether --enable-nanox or --disable-nanox was given.
2568 if test "${enable_nanox+set}" = set; then
2569 enableval="$enable_nanox"
2571 if test "$enableval" = yes; then
2572 ac_cv_use_nanox='wxUSE_NANOX
=yes'
2574 ac_cv_use_nanox='wxUSE_NANOX
=no
'
2579 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2580 if test "x$LINE" != x ; then
2581 eval "DEFAULT_$LINE"
2586 ac_cv_use_nanox='wxUSE_NANOX
='$DEFAULT_wxUSE_NANOX
2590 eval "$ac_cv_use_nanox"
2591 if test "$no_cache" != 1; then
2592 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2595 if test "$wxUSE_NANOX" = yes; then
2596 echo "$as_me:$LINENO: result: yes" >&5
2597 echo "${ECHO_T}yes" >&6
2599 echo "$as_me:$LINENO: result: no" >&5
2600 echo "${ECHO_T}no" >&6
2606 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2607 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2609 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2610 if test "${enable_gtk2+set}" = set; then
2611 enableval="$enable_gtk2"
2613 if test "$enableval" = yes; then
2614 ac_cv_use_gtk2='wxUSE_GTK2
=yes'
2616 ac_cv_use_gtk2='wxUSE_GTK2
=no
'
2621 LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2622 if test "x$LINE" != x ; then
2623 eval "DEFAULT_$LINE"
2628 ac_cv_use_gtk2='wxUSE_GTK2
='$DEFAULT_wxUSE_GTK2
2632 eval "$ac_cv_use_gtk2"
2633 if test "$no_cache" != 1; then
2634 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2637 if test "$wxUSE_GTK2" = yes; then
2638 echo "$as_me:$LINENO: result: yes" >&5
2639 echo "${ECHO_T}yes" >&6
2641 echo "$as_me:$LINENO: result: no" >&5
2642 echo "${ECHO_T}no" >&6
2647 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2648 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2651 # Check whether --with-libpng or --without-libpng was given.
2652 if test "${with_libpng+set}" = set; then
2653 withval="$with_libpng"
2655 if test "$withval" = yes; then
2656 ac_cv_use_libpng='wxUSE_LIBPNG
=yes'
2657 elif test "$withval" = no; then
2658 ac_cv_use_libpng='wxUSE_LIBPNG
=no
'
2659 elif test "$withval" = sys; then
2660 ac_cv_use_libpng='wxUSE_LIBPNG
=sys
'
2661 elif test "$withval" = builtin; then
2662 ac_cv_use_libpng='wxUSE_LIBPNG
=builtin'
2664 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2665 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2666 { (exit 1); exit 1; }; }
2671 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2672 if test "x$LINE" != x ; then
2673 eval "DEFAULT_$LINE"
2678 ac_cv_use_libpng='wxUSE_LIBPNG
='$DEFAULT_wxUSE_LIBPNG
2682 eval "$ac_cv_use_libpng"
2683 if test "$no_cache" != 1; then
2684 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2687 if test "$wxUSE_LIBPNG" = yes; then
2688 echo "$as_me:$LINENO: result: yes" >&5
2689 echo "${ECHO_T}yes" >&6
2690 elif test "$wxUSE_LIBPNG" = no; then
2691 echo "$as_me:$LINENO: result: no" >&5
2692 echo "${ECHO_T}no" >&6
2693 elif test "$wxUSE_LIBPNG" = sys; then
2694 echo "$as_me:$LINENO: result: system version" >&5
2695 echo "${ECHO_T}system version" >&6
2696 elif test "$wxUSE_LIBPNG" = builtin; then
2697 echo "$as_me:$LINENO: result: builtin version" >&5
2698 echo "${ECHO_T}builtin version" >&6
2700 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2701 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2702 { (exit 1); exit 1; }; }
2706 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2707 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2710 # Check whether --with-libjpeg or --without-libjpeg was given.
2711 if test "${with_libjpeg+set}" = set; then
2712 withval="$with_libjpeg"
2714 if test "$withval" = yes; then
2715 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=yes'
2716 elif test "$withval" = no; then
2717 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=no
'
2718 elif test "$withval" = sys; then
2719 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=sys
'
2720 elif test "$withval" = builtin; then
2721 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=builtin'
2723 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2724 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2725 { (exit 1); exit 1; }; }
2730 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2731 if test "x$LINE" != x ; then
2732 eval "DEFAULT_$LINE"
2737 ac_cv_use_libjpeg='wxUSE_LIBJPEG
='$DEFAULT_wxUSE_LIBJPEG
2741 eval "$ac_cv_use_libjpeg"
2742 if test "$no_cache" != 1; then
2743 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2746 if test "$wxUSE_LIBJPEG" = yes; then
2747 echo "$as_me:$LINENO: result: yes" >&5
2748 echo "${ECHO_T}yes" >&6
2749 elif test "$wxUSE_LIBJPEG" = no; then
2750 echo "$as_me:$LINENO: result: no" >&5
2751 echo "${ECHO_T}no" >&6
2752 elif test "$wxUSE_LIBJPEG" = sys; then
2753 echo "$as_me:$LINENO: result: system version" >&5
2754 echo "${ECHO_T}system version" >&6
2755 elif test "$wxUSE_LIBJPEG" = builtin; then
2756 echo "$as_me:$LINENO: result: builtin version" >&5
2757 echo "${ECHO_T}builtin version" >&6
2759 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2760 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2761 { (exit 1); exit 1; }; }
2765 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2766 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2769 # Check whether --with-libtiff or --without-libtiff was given.
2770 if test "${with_libtiff+set}" = set; then
2771 withval="$with_libtiff"
2773 if test "$withval" = yes; then
2774 ac_cv_use_libtiff='wxUSE_LIBTIFF
=yes'
2775 elif test "$withval" = no; then
2776 ac_cv_use_libtiff='wxUSE_LIBTIFF
=no
'
2777 elif test "$withval" = sys; then
2778 ac_cv_use_libtiff='wxUSE_LIBTIFF
=sys
'
2779 elif test "$withval" = builtin; then
2780 ac_cv_use_libtiff='wxUSE_LIBTIFF
=builtin'
2782 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2783 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2784 { (exit 1); exit 1; }; }
2789 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2790 if test "x$LINE" != x ; then
2791 eval "DEFAULT_$LINE"
2796 ac_cv_use_libtiff='wxUSE_LIBTIFF
='$DEFAULT_wxUSE_LIBTIFF
2800 eval "$ac_cv_use_libtiff"
2801 if test "$no_cache" != 1; then
2802 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2805 if test "$wxUSE_LIBTIFF" = yes; then
2806 echo "$as_me:$LINENO: result: yes" >&5
2807 echo "${ECHO_T}yes" >&6
2808 elif test "$wxUSE_LIBTIFF" = no; then
2809 echo "$as_me:$LINENO: result: no" >&5
2810 echo "${ECHO_T}no" >&6
2811 elif test "$wxUSE_LIBTIFF" = sys; then
2812 echo "$as_me:$LINENO: result: system version" >&5
2813 echo "${ECHO_T}system version" >&6
2814 elif test "$wxUSE_LIBTIFF" = builtin; then
2815 echo "$as_me:$LINENO: result: builtin version" >&5
2816 echo "${ECHO_T}builtin version" >&6
2818 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2819 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2820 { (exit 1); exit 1; }; }
2824 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2825 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2828 # Check whether --with-libxpm or --without-libxpm was given.
2829 if test "${with_libxpm+set}" = set; then
2830 withval="$with_libxpm"
2832 if test "$withval" = yes; then
2833 ac_cv_use_libxpm='wxUSE_LIBXPM
=yes'
2834 elif test "$withval" = no; then
2835 ac_cv_use_libxpm='wxUSE_LIBXPM
=no
'
2836 elif test "$withval" = sys; then
2837 ac_cv_use_libxpm='wxUSE_LIBXPM
=sys
'
2838 elif test "$withval" = builtin; then
2839 ac_cv_use_libxpm='wxUSE_LIBXPM
=builtin'
2841 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2842 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2843 { (exit 1); exit 1; }; }
2848 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2849 if test "x$LINE" != x ; then
2850 eval "DEFAULT_$LINE"
2855 ac_cv_use_libxpm='wxUSE_LIBXPM
='$DEFAULT_wxUSE_LIBXPM
2859 eval "$ac_cv_use_libxpm"
2860 if test "$no_cache" != 1; then
2861 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2864 if test "$wxUSE_LIBXPM" = yes; then
2865 echo "$as_me:$LINENO: result: yes" >&5
2866 echo "${ECHO_T}yes" >&6
2867 elif test "$wxUSE_LIBXPM" = no; then
2868 echo "$as_me:$LINENO: result: no" >&5
2869 echo "${ECHO_T}no" >&6
2870 elif test "$wxUSE_LIBXPM" = sys; then
2871 echo "$as_me:$LINENO: result: system version" >&5
2872 echo "${ECHO_T}system version" >&6
2873 elif test "$wxUSE_LIBXPM" = builtin; then
2874 echo "$as_me:$LINENO: result: builtin version" >&5
2875 echo "${ECHO_T}builtin version" >&6
2877 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2878 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2879 { (exit 1); exit 1; }; }
2883 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
2884 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
2887 # Check whether --with-libmspack or --without-libmspack was given.
2888 if test "${with_libmspack+set}" = set; then
2889 withval="$with_libmspack"
2891 if test "$withval" = yes; then
2892 ac_cv_use_libmspack='wxUSE_LIBMSPACK
=yes'
2894 ac_cv_use_libmspack='wxUSE_LIBMSPACK
=no
'
2899 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
2900 if test "x$LINE" != x ; then
2901 eval "DEFAULT_$LINE"
2906 ac_cv_use_libmspack='wxUSE_LIBMSPACK
='$DEFAULT_wxUSE_LIBMSPACK
2910 eval "$ac_cv_use_libmspack"
2911 if test "$no_cache" != 1; then
2912 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
2915 if test "$wxUSE_LIBMSPACK" = yes; then
2916 echo "$as_me:$LINENO: result: yes" >&5
2917 echo "${ECHO_T}yes" >&6
2919 echo "$as_me:$LINENO: result: no" >&5
2920 echo "${ECHO_T}no" >&6
2924 echo "$as_me:$LINENO: checking for --with-opengl" >&5
2925 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
2928 # Check whether --with-opengl or --without-opengl was given.
2929 if test "${with_opengl+set}" = set; then
2930 withval="$with_opengl"
2932 if test "$withval" = yes; then
2933 ac_cv_use_opengl='wxUSE_OPENGL
=yes'
2935 ac_cv_use_opengl='wxUSE_OPENGL
=no
'
2940 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2941 if test "x$LINE" != x ; then
2942 eval "DEFAULT_$LINE"
2947 ac_cv_use_opengl='wxUSE_OPENGL
='$DEFAULT_wxUSE_OPENGL
2951 eval "$ac_cv_use_opengl"
2952 if test "$no_cache" != 1; then
2953 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2956 if test "$wxUSE_OPENGL" = yes; then
2957 echo "$as_me:$LINENO: result: yes" >&5
2958 echo "${ECHO_T}yes" >&6
2960 echo "$as_me:$LINENO: result: no" >&5
2961 echo "${ECHO_T}no" >&6
2968 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
2969 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
2972 # Check whether --with-dmalloc or --without-dmalloc was given.
2973 if test "${with_dmalloc+set}" = set; then
2974 withval="$with_dmalloc"
2976 if test "$withval" = yes; then
2977 ac_cv_use_dmalloc='wxUSE_DMALLOC
=yes'
2979 ac_cv_use_dmalloc='wxUSE_DMALLOC
=no
'
2984 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2985 if test "x$LINE" != x ; then
2986 eval "DEFAULT_$LINE"
2991 ac_cv_use_dmalloc='wxUSE_DMALLOC
='$DEFAULT_wxUSE_DMALLOC
2995 eval "$ac_cv_use_dmalloc"
2996 if test "$no_cache" != 1; then
2997 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3000 if test "$wxUSE_DMALLOC" = yes; then
3001 echo "$as_me:$LINENO: result: yes" >&5
3002 echo "${ECHO_T}yes" >&6
3004 echo "$as_me:$LINENO: result: no" >&5
3005 echo "${ECHO_T}no" >&6
3009 echo "$as_me:$LINENO: checking for --with-regex" >&5
3010 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3013 # Check whether --with-regex or --without-regex was given.
3014 if test "${with_regex+set}" = set; then
3015 withval="$with_regex"
3017 if test "$withval" = yes; then
3018 ac_cv_use_regex='wxUSE_REGEX
=yes'
3019 elif test "$withval" = no; then
3020 ac_cv_use_regex='wxUSE_REGEX
=no
'
3021 elif test "$withval" = sys; then
3022 ac_cv_use_regex='wxUSE_REGEX
=sys
'
3023 elif test "$withval" = builtin; then
3024 ac_cv_use_regex='wxUSE_REGEX
=builtin'
3026 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3027 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3028 { (exit 1); exit 1; }; }
3033 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3034 if test "x$LINE" != x ; then
3035 eval "DEFAULT_$LINE"
3040 ac_cv_use_regex='wxUSE_REGEX
='$DEFAULT_wxUSE_REGEX
3044 eval "$ac_cv_use_regex"
3045 if test "$no_cache" != 1; then
3046 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3049 if test "$wxUSE_REGEX" = yes; then
3050 echo "$as_me:$LINENO: result: yes" >&5
3051 echo "${ECHO_T}yes" >&6
3052 elif test "$wxUSE_REGEX" = no; then
3053 echo "$as_me:$LINENO: result: no" >&5
3054 echo "${ECHO_T}no" >&6
3055 elif test "$wxUSE_REGEX" = sys; then
3056 echo "$as_me:$LINENO: result: system version" >&5
3057 echo "${ECHO_T}system version" >&6
3058 elif test "$wxUSE_REGEX" = builtin; then
3059 echo "$as_me:$LINENO: result: builtin version" >&5
3060 echo "${ECHO_T}builtin version" >&6
3062 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3063 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3064 { (exit 1); exit 1; }; }
3068 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3069 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3072 # Check whether --with-zlib or --without-zlib was given.
3073 if test "${with_zlib+set}" = set; then
3074 withval="$with_zlib"
3076 if test "$withval" = yes; then
3077 ac_cv_use_zlib='wxUSE_ZLIB
=yes'
3078 elif test "$withval" = no; then
3079 ac_cv_use_zlib='wxUSE_ZLIB
=no
'
3080 elif test "$withval" = sys; then
3081 ac_cv_use_zlib='wxUSE_ZLIB
=sys
'
3082 elif test "$withval" = builtin; then
3083 ac_cv_use_zlib='wxUSE_ZLIB
=builtin'
3085 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3086 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3087 { (exit 1); exit 1; }; }
3092 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3093 if test "x$LINE" != x ; then
3094 eval "DEFAULT_$LINE"
3099 ac_cv_use_zlib='wxUSE_ZLIB
='$DEFAULT_wxUSE_ZLIB
3103 eval "$ac_cv_use_zlib"
3104 if test "$no_cache" != 1; then
3105 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3108 if test "$wxUSE_ZLIB" = yes; then
3109 echo "$as_me:$LINENO: result: yes" >&5
3110 echo "${ECHO_T}yes" >&6
3111 elif test "$wxUSE_ZLIB" = no; then
3112 echo "$as_me:$LINENO: result: no" >&5
3113 echo "${ECHO_T}no" >&6
3114 elif test "$wxUSE_ZLIB" = sys; then
3115 echo "$as_me:$LINENO: result: system version" >&5
3116 echo "${ECHO_T}system version" >&6
3117 elif test "$wxUSE_ZLIB" = builtin; then
3118 echo "$as_me:$LINENO: result: builtin version" >&5
3119 echo "${ECHO_T}builtin version" >&6
3121 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3122 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3123 { (exit 1); exit 1; }; }
3127 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3128 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3131 # Check whether --with-odbc or --without-odbc was given.
3132 if test "${with_odbc+set}" = set; then
3133 withval="$with_odbc"
3135 if test "$withval" = yes; then
3136 ac_cv_use_odbc='wxUSE_ODBC
=yes'
3137 elif test "$withval" = no; then
3138 ac_cv_use_odbc='wxUSE_ODBC
=no
'
3139 elif test "$withval" = sys; then
3140 ac_cv_use_odbc='wxUSE_ODBC
=sys
'
3141 elif test "$withval" = builtin; then
3142 ac_cv_use_odbc='wxUSE_ODBC
=builtin'
3144 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3145 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3146 { (exit 1); exit 1; }; }
3151 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3152 if test "x$LINE" != x ; then
3153 eval "DEFAULT_$LINE"
3158 ac_cv_use_odbc='wxUSE_ODBC
='$DEFAULT_wxUSE_ODBC
3162 eval "$ac_cv_use_odbc"
3163 if test "$no_cache" != 1; then
3164 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3167 if test "$wxUSE_ODBC" = yes; then
3168 echo "$as_me:$LINENO: result: yes" >&5
3169 echo "${ECHO_T}yes" >&6
3170 elif test "$wxUSE_ODBC" = no; then
3171 echo "$as_me:$LINENO: result: no" >&5
3172 echo "${ECHO_T}no" >&6
3173 elif test "$wxUSE_ODBC" = sys; then
3174 echo "$as_me:$LINENO: result: system version" >&5
3175 echo "${ECHO_T}system version" >&6
3176 elif test "$wxUSE_ODBC" = builtin; then
3177 echo "$as_me:$LINENO: result: builtin version" >&5
3178 echo "${ECHO_T}builtin version" >&6
3180 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3181 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3182 { (exit 1); exit 1; }; }
3186 echo "$as_me:$LINENO: checking for --with-expat" >&5
3187 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3190 # Check whether --with-expat or --without-expat was given.
3191 if test "${with_expat+set}" = set; then
3192 withval="$with_expat"
3194 if test "$withval" = yes; then
3195 ac_cv_use_expat='wxUSE_EXPAT
=yes'
3196 elif test "$withval" = no; then
3197 ac_cv_use_expat='wxUSE_EXPAT
=no
'
3198 elif test "$withval" = sys; then
3199 ac_cv_use_expat='wxUSE_EXPAT
=sys
'
3200 elif test "$withval" = builtin; then
3201 ac_cv_use_expat='wxUSE_EXPAT
=builtin'
3203 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3204 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3205 { (exit 1); exit 1; }; }
3210 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3211 if test "x$LINE" != x ; then
3212 eval "DEFAULT_$LINE"
3217 ac_cv_use_expat='wxUSE_EXPAT
='$DEFAULT_wxUSE_EXPAT
3221 eval "$ac_cv_use_expat"
3222 if test "$no_cache" != 1; then
3223 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3226 if test "$wxUSE_EXPAT" = yes; then
3227 echo "$as_me:$LINENO: result: yes" >&5
3228 echo "${ECHO_T}yes" >&6
3229 elif test "$wxUSE_EXPAT" = no; then
3230 echo "$as_me:$LINENO: result: no" >&5
3231 echo "${ECHO_T}no" >&6
3232 elif test "$wxUSE_EXPAT" = sys; then
3233 echo "$as_me:$LINENO: result: system version" >&5
3234 echo "${ECHO_T}system version" >&6
3235 elif test "$wxUSE_EXPAT" = builtin; then
3236 echo "$as_me:$LINENO: result: builtin version" >&5
3237 echo "${ECHO_T}builtin version" >&6
3239 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3240 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3241 { (exit 1); exit 1; }; }
3248 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3249 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3251 # Check whether --enable-shared or --disable-shared was given.
3252 if test "${enable_shared+set}" = set; then
3253 enableval="$enable_shared"
3255 if test "$enableval" = yes; then
3256 ac_cv_use_shared='wxUSE_SHARED
=yes'
3258 ac_cv_use_shared='wxUSE_SHARED
=no
'
3263 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3264 if test "x$LINE" != x ; then
3265 eval "DEFAULT_$LINE"
3270 ac_cv_use_shared='wxUSE_SHARED
='$DEFAULT_wxUSE_SHARED
3274 eval "$ac_cv_use_shared"
3275 if test "$no_cache" != 1; then
3276 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3279 if test "$wxUSE_SHARED" = yes; then
3280 echo "$as_me:$LINENO: result: yes" >&5
3281 echo "${ECHO_T}yes" >&6
3283 echo "$as_me:$LINENO: result: no" >&5
3284 echo "${ECHO_T}no" >&6
3289 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3290 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3292 # Check whether --enable-optimise or --disable-optimise was given.
3293 if test "${enable_optimise+set}" = set; then
3294 enableval="$enable_optimise"
3296 if test "$enableval" = yes; then
3297 ac_cv_use_optimise='wxUSE_OPTIMISE
=yes'
3299 ac_cv_use_optimise='wxUSE_OPTIMISE
=no
'
3304 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3305 if test "x$LINE" != x ; then
3306 eval "DEFAULT_$LINE"
3311 ac_cv_use_optimise='wxUSE_OPTIMISE
='$DEFAULT_wxUSE_OPTIMISE
3315 eval "$ac_cv_use_optimise"
3316 if test "$no_cache" != 1; then
3317 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3320 if test "$wxUSE_OPTIMISE" = yes; then
3321 echo "$as_me:$LINENO: result: yes" >&5
3322 echo "${ECHO_T}yes" >&6
3324 echo "$as_me:$LINENO: result: no" >&5
3325 echo "${ECHO_T}no" >&6
3330 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3331 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3333 # Check whether --enable-debug or --disable-debug was given.
3334 if test "${enable_debug+set}" = set; then
3335 enableval="$enable_debug"
3337 if test "$enableval" = yes; then
3338 ac_cv_use_debug='wxUSE_DEBUG
=yes'
3340 ac_cv_use_debug='wxUSE_DEBUG
=no
'
3345 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3346 if test "x$LINE" != x ; then
3347 eval "DEFAULT_$LINE"
3352 ac_cv_use_debug='wxUSE_DEBUG
='$DEFAULT_wxUSE_DEBUG
3356 eval "$ac_cv_use_debug"
3357 if test "$no_cache" != 1; then
3358 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3361 if test "$wxUSE_DEBUG" = yes; then
3362 echo "$as_me:$LINENO: result: yes" >&5
3363 echo "${ECHO_T}yes" >&6
3365 echo "$as_me:$LINENO: result: no" >&5
3366 echo "${ECHO_T}no" >&6
3371 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3372 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3374 # Check whether --enable-stl or --disable-stl was given.
3375 if test "${enable_stl+set}" = set; then
3376 enableval="$enable_stl"
3378 if test "$enableval" = yes; then
3379 ac_cv_use_stl='wxUSE_STL
=yes'
3381 ac_cv_use_stl='wxUSE_STL
=no
'
3386 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3387 if test "x$LINE" != x ; then
3388 eval "DEFAULT_$LINE"
3393 ac_cv_use_stl='wxUSE_STL
='$DEFAULT_wxUSE_STL
3397 eval "$ac_cv_use_stl"
3398 if test "$no_cache" != 1; then
3399 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3402 if test "$wxUSE_STL" = yes; then
3403 echo "$as_me:$LINENO: result: yes" >&5
3404 echo "${ECHO_T}yes" >&6
3406 echo "$as_me:$LINENO: result: no" >&5
3407 echo "${ECHO_T}no" >&6
3411 if test "$wxUSE_DEBUG" = "yes"; then
3412 DEFAULT_wxUSE_DEBUG_FLAG=yes
3413 DEFAULT_wxUSE_DEBUG_INFO=yes
3415 elif test "$wxUSE_DEBUG" = "no"; then
3416 DEFAULT_wxUSE_DEBUG_FLAG=no
3417 DEFAULT_wxUSE_DEBUG_INFO=no
3423 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3424 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3426 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3427 if test "${enable_debug_flag+set}" = set; then
3428 enableval="$enable_debug_flag"
3430 if test "$enableval" = yes; then
3431 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=yes'
3433 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=no
'
3438 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3439 if test "x$LINE" != x ; then
3440 eval "DEFAULT_$LINE"
3445 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG
='$DEFAULT_wxUSE_DEBUG_FLAG
3449 eval "$ac_cv_use_debug_flag"
3450 if test "$no_cache" != 1; then
3451 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3454 if test "$wxUSE_DEBUG_FLAG" = yes; then
3455 echo "$as_me:$LINENO: result: yes" >&5
3456 echo "${ECHO_T}yes" >&6
3458 echo "$as_me:$LINENO: result: no" >&5
3459 echo "${ECHO_T}no" >&6
3464 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3465 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3467 # Check whether --enable-debug_info or --disable-debug_info was given.
3468 if test "${enable_debug_info+set}" = set; then
3469 enableval="$enable_debug_info"
3471 if test "$enableval" = yes; then
3472 ac_cv_use_debug_info='wxUSE_DEBUG_INFO
=yes'
3474 ac_cv_use_debug_info='wxUSE_DEBUG_INFO
=no
'
3479 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3480 if test "x$LINE" != x ; then
3481 eval "DEFAULT_$LINE"
3486 ac_cv_use_debug_info='wxUSE_DEBUG_INFO
='$DEFAULT_wxUSE_DEBUG_INFO
3490 eval "$ac_cv_use_debug_info"
3491 if test "$no_cache" != 1; then
3492 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3495 if test "$wxUSE_DEBUG_INFO" = yes; then
3496 echo "$as_me:$LINENO: result: yes" >&5
3497 echo "${ECHO_T}yes" >&6
3499 echo "$as_me:$LINENO: result: no" >&5
3500 echo "${ECHO_T}no" >&6
3505 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3506 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3508 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3509 if test "${enable_debug_gdb+set}" = set; then
3510 enableval="$enable_debug_gdb"
3512 if test "$enableval" = yes; then
3513 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB
=yes'
3515 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB
=no
'
3520 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3521 if test "x$LINE" != x ; then
3522 eval "DEFAULT_$LINE"
3527 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB
='$DEFAULT_wxUSE_DEBUG_GDB
3531 eval "$ac_cv_use_debug_gdb"
3532 if test "$no_cache" != 1; then
3533 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3536 if test "$wxUSE_DEBUG_GDB" = yes; then
3537 echo "$as_me:$LINENO: result: yes" >&5
3538 echo "${ECHO_T}yes" >&6
3540 echo "$as_me:$LINENO: result: no" >&5
3541 echo "${ECHO_T}no" >&6
3546 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3547 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3549 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3550 if test "${enable_debug_cntxt+set}" = set; then
3551 enableval="$enable_debug_cntxt"
3553 if test "$enableval" = yes; then
3554 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=yes'
3556 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=no
'
3561 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3562 if test "x$LINE" != x ; then
3563 eval "DEFAULT_$LINE"
3568 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
='$DEFAULT_wxUSE_DEBUG_CONTEXT
3572 eval "$ac_cv_use_debug_cntxt"
3573 if test "$no_cache" != 1; then
3574 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3577 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3578 echo "$as_me:$LINENO: result: yes" >&5
3579 echo "${ECHO_T}yes" >&6
3581 echo "$as_me:$LINENO: result: no" >&5
3582 echo "${ECHO_T}no" >&6
3587 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3588 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3590 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3591 if test "${enable_mem_tracing+set}" = set; then
3592 enableval="$enable_mem_tracing"
3594 if test "$enableval" = yes; then
3595 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING
=yes'
3597 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING
=no
'
3602 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3603 if test "x$LINE" != x ; then
3604 eval "DEFAULT_$LINE"
3609 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING
='$DEFAULT_wxUSE_MEM_TRACING
3613 eval "$ac_cv_use_mem_tracing"
3614 if test "$no_cache" != 1; then
3615 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3618 if test "$wxUSE_MEM_TRACING" = yes; then
3619 echo "$as_me:$LINENO: result: yes" >&5
3620 echo "${ECHO_T}yes" >&6
3622 echo "$as_me:$LINENO: result: no" >&5
3623 echo "${ECHO_T}no" >&6
3628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3629 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3631 # Check whether --enable-profile or --disable-profile was given.
3632 if test "${enable_profile+set}" = set; then
3633 enableval="$enable_profile"
3635 if test "$enableval" = yes; then
3636 ac_cv_use_profile='wxUSE_PROFILE
=yes'
3638 ac_cv_use_profile='wxUSE_PROFILE
=no
'
3643 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3644 if test "x$LINE" != x ; then
3645 eval "DEFAULT_$LINE"
3650 ac_cv_use_profile='wxUSE_PROFILE
='$DEFAULT_wxUSE_PROFILE
3654 eval "$ac_cv_use_profile"
3655 if test "$no_cache" != 1; then
3656 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3659 if test "$wxUSE_PROFILE" = yes; then
3660 echo "$as_me:$LINENO: result: yes" >&5
3661 echo "${ECHO_T}yes" >&6
3663 echo "$as_me:$LINENO: result: no" >&5
3664 echo "${ECHO_T}no" >&6
3669 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3670 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3672 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3673 if test "${enable_no_rtti+set}" = set; then
3674 enableval="$enable_no_rtti"
3676 if test "$enableval" = yes; then
3677 ac_cv_use_no_rtti='wxUSE_NO_RTTI
=yes'
3679 ac_cv_use_no_rtti='wxUSE_NO_RTTI
=no
'
3684 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3685 if test "x$LINE" != x ; then
3686 eval "DEFAULT_$LINE"
3691 ac_cv_use_no_rtti='wxUSE_NO_RTTI
='$DEFAULT_wxUSE_NO_RTTI
3695 eval "$ac_cv_use_no_rtti"
3696 if test "$no_cache" != 1; then
3697 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3700 if test "$wxUSE_NO_RTTI" = yes; then
3701 echo "$as_me:$LINENO: result: yes" >&5
3702 echo "${ECHO_T}yes" >&6
3704 echo "$as_me:$LINENO: result: no" >&5
3705 echo "${ECHO_T}no" >&6
3710 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3711 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3713 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3714 if test "${enable_no_exceptions+set}" = set; then
3715 enableval="$enable_no_exceptions"
3717 if test "$enableval" = yes; then
3718 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS
=yes'
3720 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS
=no
'
3725 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3726 if test "x$LINE" != x ; then
3727 eval "DEFAULT_$LINE"
3732 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS
='$DEFAULT_wxUSE_NO_EXCEPTIONS
3736 eval "$ac_cv_use_no_exceptions"
3737 if test "$no_cache" != 1; then
3738 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3741 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3742 echo "$as_me:$LINENO: result: yes" >&5
3743 echo "${ECHO_T}yes" >&6
3745 echo "$as_me:$LINENO: result: no" >&5
3746 echo "${ECHO_T}no" >&6
3751 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3752 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3754 # Check whether --enable-permissive or --disable-permissive was given.
3755 if test "${enable_permissive+set}" = set; then
3756 enableval="$enable_permissive"
3758 if test "$enableval" = yes; then
3759 ac_cv_use_permissive='wxUSE_PERMISSIVE
=yes'
3761 ac_cv_use_permissive='wxUSE_PERMISSIVE
=no
'
3766 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3767 if test "x$LINE" != x ; then
3768 eval "DEFAULT_$LINE"
3773 ac_cv_use_permissive='wxUSE_PERMISSIVE
='$DEFAULT_wxUSE_PERMISSIVE
3777 eval "$ac_cv_use_permissive"
3778 if test "$no_cache" != 1; then
3779 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3782 if test "$wxUSE_PERMISSIVE" = yes; then
3783 echo "$as_me:$LINENO: result: yes" >&5
3784 echo "${ECHO_T}yes" >&6
3786 echo "$as_me:$LINENO: result: no" >&5
3787 echo "${ECHO_T}no" >&6
3792 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3793 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
3795 # Check whether --enable-no_deps or --disable-no_deps was given.
3796 if test "${enable_no_deps+set}" = set; then
3797 enableval="$enable_no_deps"
3799 if test "$enableval" = yes; then
3800 ac_cv_use_no_deps='wxUSE_NO_DEPS
=yes'
3802 ac_cv_use_no_deps='wxUSE_NO_DEPS
=no
'
3807 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
3808 if test "x$LINE" != x ; then
3809 eval "DEFAULT_$LINE"
3814 ac_cv_use_no_deps='wxUSE_NO_DEPS
='$DEFAULT_wxUSE_NO_DEPS
3818 eval "$ac_cv_use_no_deps"
3819 if test "$no_cache" != 1; then
3820 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
3823 if test "$wxUSE_NO_DEPS" = yes; then
3824 echo "$as_me:$LINENO: result: yes" >&5
3825 echo "${ECHO_T}yes" >&6
3827 echo "$as_me:$LINENO: result: no" >&5
3828 echo "${ECHO_T}no" >&6
3834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
3835 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
3837 # Check whether --enable-compat22 or --disable-compat22 was given.
3838 if test "${enable_compat22+set}" = set; then
3839 enableval="$enable_compat22"
3841 if test "$enableval" = yes; then
3842 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2
=yes'
3844 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2
=no
'
3849 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3850 if test "x$LINE" != x ; then
3851 eval "DEFAULT_$LINE"
3856 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2
='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3860 eval "$ac_cv_use_compat22"
3861 if test "$no_cache" != 1; then
3862 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3865 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3866 echo "$as_me:$LINENO: result: yes" >&5
3867 echo "${ECHO_T}yes" >&6
3869 echo "$as_me:$LINENO: result: no" >&5
3870 echo "${ECHO_T}no" >&6
3874 enablestring=disable
3875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
3876 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
3878 # Check whether --enable-compat24 or --disable-compat24 was given.
3879 if test "${enable_compat24+set}" = set; then
3880 enableval="$enable_compat24"
3882 if test "$enableval" = yes; then
3883 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4
=yes'
3885 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4
=no
'
3890 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
3891 if test "x$LINE" != x ; then
3892 eval "DEFAULT_$LINE"
3897 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4
='$DEFAULT_WXWIN_COMPATIBILITY_2_4
3901 eval "$ac_cv_use_compat24"
3902 if test "$no_cache" != 1; then
3903 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
3906 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
3907 echo "$as_me:$LINENO: result: yes" >&5
3908 echo "${ECHO_T}yes" >&6
3910 echo "$as_me:$LINENO: result: no" >&5
3911 echo "${ECHO_T}no" >&6
3915 # Check whether --enable-rpath or --disable-rpath was given.
3916 if test "${enable_rpath+set}" = set; then
3917 enableval="$enable_rpath"
3918 wxRPATH_DIR="$enableval"
3921 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3922 WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR"
3929 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
3930 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
3932 # Check whether --enable-intl or --disable-intl was given.
3933 if test "${enable_intl+set}" = set; then
3934 enableval="$enable_intl"
3936 if test "$enableval" = yes; then
3937 ac_cv_use_intl='wxUSE_INTL
=yes'
3939 ac_cv_use_intl='wxUSE_INTL
=no
'
3944 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3945 if test "x$LINE" != x ; then
3946 eval "DEFAULT_$LINE"
3951 ac_cv_use_intl='wxUSE_INTL
='$DEFAULT_wxUSE_INTL
3955 eval "$ac_cv_use_intl"
3956 if test "$no_cache" != 1; then
3957 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3960 if test "$wxUSE_INTL" = yes; then
3961 echo "$as_me:$LINENO: result: yes" >&5
3962 echo "${ECHO_T}yes" >&6
3964 echo "$as_me:$LINENO: result: no" >&5
3965 echo "${ECHO_T}no" >&6
3970 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
3971 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
3973 # Check whether --enable-config or --disable-config was given.
3974 if test "${enable_config+set}" = set; then
3975 enableval="$enable_config"
3977 if test "$enableval" = yes; then
3978 ac_cv_use_config='wxUSE_CONFIG
=yes'
3980 ac_cv_use_config='wxUSE_CONFIG
=no
'
3985 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3986 if test "x$LINE" != x ; then
3987 eval "DEFAULT_$LINE"
3992 ac_cv_use_config='wxUSE_CONFIG
='$DEFAULT_wxUSE_CONFIG
3996 eval "$ac_cv_use_config"
3997 if test "$no_cache" != 1; then
3998 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4001 if test "$wxUSE_CONFIG" = yes; then
4002 echo "$as_me:$LINENO: result: yes" >&5
4003 echo "${ECHO_T}yes" >&6
4005 echo "$as_me:$LINENO: result: no" >&5
4006 echo "${ECHO_T}no" >&6
4012 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4013 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4015 # Check whether --enable-protocols or --disable-protocols was given.
4016 if test "${enable_protocols+set}" = set; then
4017 enableval="$enable_protocols"
4019 if test "$enableval" = yes; then
4020 ac_cv_use_protocols='wxUSE_PROTOCOL
=yes'
4022 ac_cv_use_protocols='wxUSE_PROTOCOL
=no
'
4027 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4028 if test "x$LINE" != x ; then
4029 eval "DEFAULT_$LINE"
4034 ac_cv_use_protocols='wxUSE_PROTOCOL
='$DEFAULT_wxUSE_PROTOCOL
4038 eval "$ac_cv_use_protocols"
4039 if test "$no_cache" != 1; then
4040 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4043 if test "$wxUSE_PROTOCOL" = yes; then
4044 echo "$as_me:$LINENO: result: yes" >&5
4045 echo "${ECHO_T}yes" >&6
4047 echo "$as_me:$LINENO: result: no" >&5
4048 echo "${ECHO_T}no" >&6
4053 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4054 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4056 # Check whether --enable-ftp or --disable-ftp was given.
4057 if test "${enable_ftp+set}" = set; then
4058 enableval="$enable_ftp"
4060 if test "$enableval" = yes; then
4061 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP
=yes'
4063 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP
=no
'
4068 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4069 if test "x$LINE" != x ; then
4070 eval "DEFAULT_$LINE"
4075 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP
='$DEFAULT_wxUSE_PROTOCOL_FTP
4079 eval "$ac_cv_use_ftp"
4080 if test "$no_cache" != 1; then
4081 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4084 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4085 echo "$as_me:$LINENO: result: yes" >&5
4086 echo "${ECHO_T}yes" >&6
4088 echo "$as_me:$LINENO: result: no" >&5
4089 echo "${ECHO_T}no" >&6
4094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4095 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4097 # Check whether --enable-http or --disable-http was given.
4098 if test "${enable_http+set}" = set; then
4099 enableval="$enable_http"
4101 if test "$enableval" = yes; then
4102 ac_cv_use_http='wxUSE_PROTOCOL_HTTP
=yes'
4104 ac_cv_use_http='wxUSE_PROTOCOL_HTTP
=no
'
4109 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4110 if test "x$LINE" != x ; then
4111 eval "DEFAULT_$LINE"
4116 ac_cv_use_http='wxUSE_PROTOCOL_HTTP
='$DEFAULT_wxUSE_PROTOCOL_HTTP
4120 eval "$ac_cv_use_http"
4121 if test "$no_cache" != 1; then
4122 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4125 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4126 echo "$as_me:$LINENO: result: yes" >&5
4127 echo "${ECHO_T}yes" >&6
4129 echo "$as_me:$LINENO: result: no" >&5
4130 echo "${ECHO_T}no" >&6
4135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4136 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4138 # Check whether --enable-fileproto or --disable-fileproto was given.
4139 if test "${enable_fileproto+set}" = set; then
4140 enableval="$enable_fileproto"
4142 if test "$enableval" = yes; then
4143 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE
=yes'
4145 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE
=no
'
4150 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4151 if test "x$LINE" != x ; then
4152 eval "DEFAULT_$LINE"
4157 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE
='$DEFAULT_wxUSE_PROTOCOL_FILE
4161 eval "$ac_cv_use_fileproto"
4162 if test "$no_cache" != 1; then
4163 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4166 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4167 echo "$as_me:$LINENO: result: yes" >&5
4168 echo "${ECHO_T}yes" >&6
4170 echo "$as_me:$LINENO: result: no" >&5
4171 echo "${ECHO_T}no" >&6
4176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4177 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4179 # Check whether --enable-sockets or --disable-sockets was given.
4180 if test "${enable_sockets+set}" = set; then
4181 enableval="$enable_sockets"
4183 if test "$enableval" = yes; then
4184 ac_cv_use_sockets='wxUSE_SOCKETS
=yes'
4186 ac_cv_use_sockets='wxUSE_SOCKETS
=no
'
4191 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4192 if test "x$LINE" != x ; then
4193 eval "DEFAULT_$LINE"
4198 ac_cv_use_sockets='wxUSE_SOCKETS
='$DEFAULT_wxUSE_SOCKETS
4202 eval "$ac_cv_use_sockets"
4203 if test "$no_cache" != 1; then
4204 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4207 if test "$wxUSE_SOCKETS" = yes; then
4208 echo "$as_me:$LINENO: result: yes" >&5
4209 echo "${ECHO_T}yes" >&6
4211 echo "$as_me:$LINENO: result: no" >&5
4212 echo "${ECHO_T}no" >&6
4217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4218 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4220 # Check whether --enable-ole or --disable-ole was given.
4221 if test "${enable_ole+set}" = set; then
4222 enableval="$enable_ole"
4224 if test "$enableval" = yes; then
4225 ac_cv_use_ole='wxUSE_OLE
=yes'
4227 ac_cv_use_ole='wxUSE_OLE
=no
'
4232 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4233 if test "x$LINE" != x ; then
4234 eval "DEFAULT_$LINE"
4239 ac_cv_use_ole='wxUSE_OLE
='$DEFAULT_wxUSE_OLE
4243 eval "$ac_cv_use_ole"
4244 if test "$no_cache" != 1; then
4245 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4248 if test "$wxUSE_OLE" = yes; then
4249 echo "$as_me:$LINENO: result: yes" >&5
4250 echo "${ECHO_T}yes" >&6
4252 echo "$as_me:$LINENO: result: no" >&5
4253 echo "${ECHO_T}no" >&6
4258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4259 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4261 # Check whether --enable-dataobj or --disable-dataobj was given.
4262 if test "${enable_dataobj+set}" = set; then
4263 enableval="$enable_dataobj"
4265 if test "$enableval" = yes; then
4266 ac_cv_use_dataobj='wxUSE_DATAOBJ
=yes'
4268 ac_cv_use_dataobj='wxUSE_DATAOBJ
=no
'
4273 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4274 if test "x$LINE" != x ; then
4275 eval "DEFAULT_$LINE"
4280 ac_cv_use_dataobj='wxUSE_DATAOBJ
='$DEFAULT_wxUSE_DATAOBJ
4284 eval "$ac_cv_use_dataobj"
4285 if test "$no_cache" != 1; then
4286 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4289 if test "$wxUSE_DATAOBJ" = yes; then
4290 echo "$as_me:$LINENO: result: yes" >&5
4291 echo "${ECHO_T}yes" >&6
4293 echo "$as_me:$LINENO: result: no" >&5
4294 echo "${ECHO_T}no" >&6
4300 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4301 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4303 # Check whether --enable-ipc or --disable-ipc was given.
4304 if test "${enable_ipc+set}" = set; then
4305 enableval="$enable_ipc"
4307 if test "$enableval" = yes; then
4308 ac_cv_use_ipc='wxUSE_IPC
=yes'
4310 ac_cv_use_ipc='wxUSE_IPC
=no
'
4315 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4316 if test "x$LINE" != x ; then
4317 eval "DEFAULT_$LINE"
4322 ac_cv_use_ipc='wxUSE_IPC
='$DEFAULT_wxUSE_IPC
4326 eval "$ac_cv_use_ipc"
4327 if test "$no_cache" != 1; then
4328 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4331 if test "$wxUSE_IPC" = yes; then
4332 echo "$as_me:$LINENO: result: yes" >&5
4333 echo "${ECHO_T}yes" >&6
4335 echo "$as_me:$LINENO: result: no" >&5
4336 echo "${ECHO_T}no" >&6
4342 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4343 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4345 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4346 if test "${enable_apple_ieee+set}" = set; then
4347 enableval="$enable_apple_ieee"
4349 if test "$enableval" = yes; then
4350 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=yes'
4352 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=no
'
4357 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4358 if test "x$LINE" != x ; then
4359 eval "DEFAULT_$LINE"
4364 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE
='$DEFAULT_wxUSE_APPLE_IEEE
4368 eval "$ac_cv_use_apple_ieee"
4369 if test "$no_cache" != 1; then
4370 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4373 if test "$wxUSE_APPLE_IEEE" = yes; then
4374 echo "$as_me:$LINENO: result: yes" >&5
4375 echo "${ECHO_T}yes" >&6
4377 echo "$as_me:$LINENO: result: no" >&5
4378 echo "${ECHO_T}no" >&6
4383 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4384 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4386 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4387 if test "${enable_catch_segvs+set}" = set; then
4388 enableval="$enable_catch_segvs"
4390 if test "$enableval" = yes; then
4391 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION
=yes'
4393 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION
=no
'
4398 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4399 if test "x$LINE" != x ; then
4400 eval "DEFAULT_$LINE"
4405 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION
='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4409 eval "$ac_cv_use_catch_segvs"
4410 if test "$no_cache" != 1; then
4411 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4414 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4415 echo "$as_me:$LINENO: result: yes" >&5
4416 echo "${ECHO_T}yes" >&6
4418 echo "$as_me:$LINENO: result: no" >&5
4419 echo "${ECHO_T}no" >&6
4424 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4425 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4427 # Check whether --enable-cmdline or --disable-cmdline was given.
4428 if test "${enable_cmdline+set}" = set; then
4429 enableval="$enable_cmdline"
4431 if test "$enableval" = yes; then
4432 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER
=yes'
4434 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER
=no
'
4439 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4440 if test "x$LINE" != x ; then
4441 eval "DEFAULT_$LINE"
4446 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER
='$DEFAULT_wxUSE_CMDLINE_PARSER
4450 eval "$ac_cv_use_cmdline"
4451 if test "$no_cache" != 1; then
4452 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4455 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4456 echo "$as_me:$LINENO: result: yes" >&5
4457 echo "${ECHO_T}yes" >&6
4459 echo "$as_me:$LINENO: result: no" >&5
4460 echo "${ECHO_T}no" >&6
4465 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4466 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4468 # Check whether --enable-datetime or --disable-datetime was given.
4469 if test "${enable_datetime+set}" = set; then
4470 enableval="$enable_datetime"
4472 if test "$enableval" = yes; then
4473 ac_cv_use_datetime='wxUSE_DATETIME
=yes'
4475 ac_cv_use_datetime='wxUSE_DATETIME
=no
'
4480 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4481 if test "x$LINE" != x ; then
4482 eval "DEFAULT_$LINE"
4487 ac_cv_use_datetime='wxUSE_DATETIME
='$DEFAULT_wxUSE_DATETIME
4491 eval "$ac_cv_use_datetime"
4492 if test "$no_cache" != 1; then
4493 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4496 if test "$wxUSE_DATETIME" = yes; then
4497 echo "$as_me:$LINENO: result: yes" >&5
4498 echo "${ECHO_T}yes" >&6
4500 echo "$as_me:$LINENO: result: no" >&5
4501 echo "${ECHO_T}no" >&6
4506 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4507 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4509 # Check whether --enable-dialupman or --disable-dialupman was given.
4510 if test "${enable_dialupman+set}" = set; then
4511 enableval="$enable_dialupman"
4513 if test "$enableval" = yes; then
4514 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER
=yes'
4516 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER
=no
'
4521 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4522 if test "x$LINE" != x ; then
4523 eval "DEFAULT_$LINE"
4528 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER
='$DEFAULT_wxUSE_DIALUP_MANAGER
4532 eval "$ac_cv_use_dialupman"
4533 if test "$no_cache" != 1; then
4534 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4537 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4538 echo "$as_me:$LINENO: result: yes" >&5
4539 echo "${ECHO_T}yes" >&6
4541 echo "$as_me:$LINENO: result: no" >&5
4542 echo "${ECHO_T}no" >&6
4547 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4548 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4550 # Check whether --enable-dynlib or --disable-dynlib was given.
4551 if test "${enable_dynlib+set}" = set; then
4552 enableval="$enable_dynlib"
4554 if test "$enableval" = yes; then
4555 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=yes'
4557 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=no
'
4562 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4563 if test "x$LINE" != x ; then
4564 eval "DEFAULT_$LINE"
4569 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS
='$DEFAULT_wxUSE_DYNLIB_CLASS
4573 eval "$ac_cv_use_dynlib"
4574 if test "$no_cache" != 1; then
4575 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4578 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4579 echo "$as_me:$LINENO: result: yes" >&5
4580 echo "${ECHO_T}yes" >&6
4582 echo "$as_me:$LINENO: result: no" >&5
4583 echo "${ECHO_T}no" >&6
4588 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4589 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4591 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4592 if test "${enable_dynamicloader+set}" = set; then
4593 enableval="$enable_dynamicloader"
4595 if test "$enableval" = yes; then
4596 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER
=yes'
4598 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER
=no
'
4603 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4604 if test "x$LINE" != x ; then
4605 eval "DEFAULT_$LINE"
4610 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER
='$DEFAULT_wxUSE_DYNAMIC_LOADER
4614 eval "$ac_cv_use_dynamicloader"
4615 if test "$no_cache" != 1; then
4616 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4619 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
4620 echo "$as_me:$LINENO: result: yes" >&5
4621 echo "${ECHO_T}yes" >&6
4623 echo "$as_me:$LINENO: result: no" >&5
4624 echo "${ECHO_T}no" >&6
4629 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
4630 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
4632 # Check whether --enable-exceptions or --disable-exceptions was given.
4633 if test "${enable_exceptions+set}" = set; then
4634 enableval="$enable_exceptions"
4636 if test "$enableval" = yes; then
4637 ac_cv_use_exceptions='wxUSE_EXCEPTIONS
=yes'
4639 ac_cv_use_exceptions='wxUSE_EXCEPTIONS
=no
'
4644 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
4645 if test "x$LINE" != x ; then
4646 eval "DEFAULT_$LINE"
4651 ac_cv_use_exceptions='wxUSE_EXCEPTIONS
='$DEFAULT_wxUSE_EXCEPTIONS
4655 eval "$ac_cv_use_exceptions"
4656 if test "$no_cache" != 1; then
4657 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
4660 if test "$wxUSE_EXCEPTIONS" = yes; then
4661 echo "$as_me:$LINENO: result: yes" >&5
4662 echo "${ECHO_T}yes" >&6
4664 echo "$as_me:$LINENO: result: no" >&5
4665 echo "${ECHO_T}no" >&6
4670 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4671 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
4673 # Check whether --enable-ffile or --disable-ffile was given.
4674 if test "${enable_ffile+set}" = set; then
4675 enableval="$enable_ffile"
4677 if test "$enableval" = yes; then
4678 ac_cv_use_ffile='wxUSE_FFILE
=yes'
4680 ac_cv_use_ffile='wxUSE_FFILE
=no
'
4685 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4686 if test "x$LINE" != x ; then
4687 eval "DEFAULT_$LINE"
4692 ac_cv_use_ffile='wxUSE_FFILE
='$DEFAULT_wxUSE_FFILE
4696 eval "$ac_cv_use_ffile"
4697 if test "$no_cache" != 1; then
4698 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4701 if test "$wxUSE_FFILE" = yes; then
4702 echo "$as_me:$LINENO: result: yes" >&5
4703 echo "${ECHO_T}yes" >&6
4705 echo "$as_me:$LINENO: result: no" >&5
4706 echo "${ECHO_T}no" >&6
4711 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4712 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
4714 # Check whether --enable-file or --disable-file was given.
4715 if test "${enable_file+set}" = set; then
4716 enableval="$enable_file"
4718 if test "$enableval" = yes; then
4719 ac_cv_use_file='wxUSE_FILE
=yes'
4721 ac_cv_use_file='wxUSE_FILE
=no
'
4726 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4727 if test "x$LINE" != x ; then
4728 eval "DEFAULT_$LINE"
4733 ac_cv_use_file='wxUSE_FILE
='$DEFAULT_wxUSE_FILE
4737 eval "$ac_cv_use_file"
4738 if test "$no_cache" != 1; then
4739 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4742 if test "$wxUSE_FILE" = yes; then
4743 echo "$as_me:$LINENO: result: yes" >&5
4744 echo "${ECHO_T}yes" >&6
4746 echo "$as_me:$LINENO: result: no" >&5
4747 echo "${ECHO_T}no" >&6
4752 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
4753 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
4755 # Check whether --enable-filesystem or --disable-filesystem was given.
4756 if test "${enable_filesystem+set}" = set; then
4757 enableval="$enable_filesystem"
4759 if test "$enableval" = yes; then
4760 ac_cv_use_filesystem='wxUSE_FILESYSTEM
=yes'
4762 ac_cv_use_filesystem='wxUSE_FILESYSTEM
=no
'
4767 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4768 if test "x$LINE" != x ; then
4769 eval "DEFAULT_$LINE"
4774 ac_cv_use_filesystem='wxUSE_FILESYSTEM
='$DEFAULT_wxUSE_FILESYSTEM
4778 eval "$ac_cv_use_filesystem"
4779 if test "$no_cache" != 1; then
4780 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4783 if test "$wxUSE_FILESYSTEM" = yes; then
4784 echo "$as_me:$LINENO: result: yes" >&5
4785 echo "${ECHO_T}yes" >&6
4787 echo "$as_me:$LINENO: result: no" >&5
4788 echo "${ECHO_T}no" >&6
4793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4794 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
4796 # Check whether --enable-fontmap or --disable-fontmap was given.
4797 if test "${enable_fontmap+set}" = set; then
4798 enableval="$enable_fontmap"
4800 if test "$enableval" = yes; then
4801 ac_cv_use_fontmap='wxUSE_FONTMAP
=yes'
4803 ac_cv_use_fontmap='wxUSE_FONTMAP
=no
'
4808 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4809 if test "x$LINE" != x ; then
4810 eval "DEFAULT_$LINE"
4815 ac_cv_use_fontmap='wxUSE_FONTMAP
='$DEFAULT_wxUSE_FONTMAP
4819 eval "$ac_cv_use_fontmap"
4820 if test "$no_cache" != 1; then
4821 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4824 if test "$wxUSE_FONTMAP" = yes; then
4825 echo "$as_me:$LINENO: result: yes" >&5
4826 echo "${ECHO_T}yes" >&6
4828 echo "$as_me:$LINENO: result: no" >&5
4829 echo "${ECHO_T}no" >&6
4834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
4835 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
4837 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4838 if test "${enable_fs_inet+set}" = set; then
4839 enableval="$enable_fs_inet"
4841 if test "$enableval" = yes; then
4842 ac_cv_use_fs_inet='wxUSE_FS_INET
=yes'
4844 ac_cv_use_fs_inet='wxUSE_FS_INET
=no
'
4849 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4850 if test "x$LINE" != x ; then
4851 eval "DEFAULT_$LINE"
4856 ac_cv_use_fs_inet='wxUSE_FS_INET
='$DEFAULT_wxUSE_FS_INET
4860 eval "$ac_cv_use_fs_inet"
4861 if test "$no_cache" != 1; then
4862 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4865 if test "$wxUSE_FS_INET" = yes; then
4866 echo "$as_me:$LINENO: result: yes" >&5
4867 echo "${ECHO_T}yes" >&6
4869 echo "$as_me:$LINENO: result: no" >&5
4870 echo "${ECHO_T}no" >&6
4875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
4876 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
4878 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4879 if test "${enable_fs_zip+set}" = set; then
4880 enableval="$enable_fs_zip"
4882 if test "$enableval" = yes; then
4883 ac_cv_use_fs_zip='wxUSE_FS_ZIP
=yes'
4885 ac_cv_use_fs_zip='wxUSE_FS_ZIP
=no
'
4890 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4891 if test "x$LINE" != x ; then
4892 eval "DEFAULT_$LINE"
4897 ac_cv_use_fs_zip='wxUSE_FS_ZIP
='$DEFAULT_wxUSE_FS_ZIP
4901 eval "$ac_cv_use_fs_zip"
4902 if test "$no_cache" != 1; then
4903 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4906 if test "$wxUSE_FS_ZIP" = yes; then
4907 echo "$as_me:$LINENO: result: yes" >&5
4908 echo "${ECHO_T}yes" >&6
4910 echo "$as_me:$LINENO: result: no" >&5
4911 echo "${ECHO_T}no" >&6
4916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
4917 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
4919 # Check whether --enable-geometry or --disable-geometry was given.
4920 if test "${enable_geometry+set}" = set; then
4921 enableval="$enable_geometry"
4923 if test "$enableval" = yes; then
4924 ac_cv_use_geometry='wxUSE_GEOMETRY
=yes'
4926 ac_cv_use_geometry='wxUSE_GEOMETRY
=no
'
4931 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
4932 if test "x$LINE" != x ; then
4933 eval "DEFAULT_$LINE"
4938 ac_cv_use_geometry='wxUSE_GEOMETRY
='$DEFAULT_wxUSE_GEOMETRY
4942 eval "$ac_cv_use_geometry"
4943 if test "$no_cache" != 1; then
4944 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
4947 if test "$wxUSE_GEOMETRY" = yes; then
4948 echo "$as_me:$LINENO: result: yes" >&5
4949 echo "${ECHO_T}yes" >&6
4951 echo "$as_me:$LINENO: result: no" >&5
4952 echo "${ECHO_T}no" >&6
4957 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
4958 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
4960 # Check whether --enable-log or --disable-log was given.
4961 if test "${enable_log+set}" = set; then
4962 enableval="$enable_log"
4964 if test "$enableval" = yes; then
4965 ac_cv_use_log='wxUSE_LOG
=yes'
4967 ac_cv_use_log='wxUSE_LOG
=no
'
4972 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4973 if test "x$LINE" != x ; then
4974 eval "DEFAULT_$LINE"
4979 ac_cv_use_log='wxUSE_LOG
='$DEFAULT_wxUSE_LOG
4983 eval "$ac_cv_use_log"
4984 if test "$no_cache" != 1; then
4985 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4988 if test "$wxUSE_LOG" = yes; then
4989 echo "$as_me:$LINENO: result: yes" >&5
4990 echo "${ECHO_T}yes" >&6
4992 echo "$as_me:$LINENO: result: no" >&5
4993 echo "${ECHO_T}no" >&6
4998 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
4999 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5001 # Check whether --enable-longlong or --disable-longlong was given.
5002 if test "${enable_longlong+set}" = set; then
5003 enableval="$enable_longlong"
5005 if test "$enableval" = yes; then
5006 ac_cv_use_longlong='wxUSE_LONGLONG
=yes'
5008 ac_cv_use_longlong='wxUSE_LONGLONG
=no
'
5013 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5014 if test "x$LINE" != x ; then
5015 eval "DEFAULT_$LINE"
5020 ac_cv_use_longlong='wxUSE_LONGLONG
='$DEFAULT_wxUSE_LONGLONG
5024 eval "$ac_cv_use_longlong"
5025 if test "$no_cache" != 1; then
5026 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5029 if test "$wxUSE_LONGLONG" = yes; then
5030 echo "$as_me:$LINENO: result: yes" >&5
5031 echo "${ECHO_T}yes" >&6
5033 echo "$as_me:$LINENO: result: no" >&5
5034 echo "${ECHO_T}no" >&6
5039 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5040 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5042 # Check whether --enable-mimetype or --disable-mimetype was given.
5043 if test "${enable_mimetype+set}" = set; then
5044 enableval="$enable_mimetype"
5046 if test "$enableval" = yes; then
5047 ac_cv_use_mimetype='wxUSE_MIMETYPE
=yes'
5049 ac_cv_use_mimetype='wxUSE_MIMETYPE
=no
'
5054 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5055 if test "x$LINE" != x ; then
5056 eval "DEFAULT_$LINE"
5061 ac_cv_use_mimetype='wxUSE_MIMETYPE
='$DEFAULT_wxUSE_MIMETYPE
5065 eval "$ac_cv_use_mimetype"
5066 if test "$no_cache" != 1; then
5067 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5070 if test "$wxUSE_MIMETYPE" = yes; then
5071 echo "$as_me:$LINENO: result: yes" >&5
5072 echo "${ECHO_T}yes" >&6
5074 echo "$as_me:$LINENO: result: no" >&5
5075 echo "${ECHO_T}no" >&6
5080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5081 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5083 # Check whether --enable-mslu or --disable-mslu was given.
5084 if test "${enable_mslu+set}" = set; then
5085 enableval="$enable_mslu"
5087 if test "$enableval" = yes; then
5088 ac_cv_use_mslu='wxUSE_UNICODE_MSLU
=yes'
5090 ac_cv_use_mslu='wxUSE_UNICODE_MSLU
=no
'
5095 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5096 if test "x$LINE" != x ; then
5097 eval "DEFAULT_$LINE"
5102 ac_cv_use_mslu='wxUSE_UNICODE_MSLU
='$DEFAULT_wxUSE_UNICODE_MSLU
5106 eval "$ac_cv_use_mslu"
5107 if test "$no_cache" != 1; then
5108 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5111 if test "$wxUSE_UNICODE_MSLU" = yes; then
5112 echo "$as_me:$LINENO: result: yes" >&5
5113 echo "${ECHO_T}yes" >&6
5115 echo "$as_me:$LINENO: result: no" >&5
5116 echo "${ECHO_T}no" >&6
5121 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5122 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5124 # Check whether --enable-snglinst or --disable-snglinst was given.
5125 if test "${enable_snglinst+set}" = set; then
5126 enableval="$enable_snglinst"
5128 if test "$enableval" = yes; then
5129 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
=yes'
5131 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
=no
'
5136 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5137 if test "x$LINE" != x ; then
5138 eval "DEFAULT_$LINE"
5143 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
='$DEFAULT_wxUSE_SNGLINST_CHECKER
5147 eval "$ac_cv_use_snglinst"
5148 if test "$no_cache" != 1; then
5149 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5152 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5153 echo "$as_me:$LINENO: result: yes" >&5
5154 echo "${ECHO_T}yes" >&6
5156 echo "$as_me:$LINENO: result: no" >&5
5157 echo "${ECHO_T}no" >&6
5162 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5163 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5165 # Check whether --enable-streams or --disable-streams was given.
5166 if test "${enable_streams+set}" = set; then
5167 enableval="$enable_streams"
5169 if test "$enableval" = yes; then
5170 ac_cv_use_streams='wxUSE_STREAMS
=yes'
5172 ac_cv_use_streams='wxUSE_STREAMS
=no
'
5177 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5178 if test "x$LINE" != x ; then
5179 eval "DEFAULT_$LINE"
5184 ac_cv_use_streams='wxUSE_STREAMS
='$DEFAULT_wxUSE_STREAMS
5188 eval "$ac_cv_use_streams"
5189 if test "$no_cache" != 1; then
5190 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5193 if test "$wxUSE_STREAMS" = yes; then
5194 echo "$as_me:$LINENO: result: yes" >&5
5195 echo "${ECHO_T}yes" >&6
5197 echo "$as_me:$LINENO: result: no" >&5
5198 echo "${ECHO_T}no" >&6
5203 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5204 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5206 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5207 if test "${enable_std_iostreams+set}" = set; then
5208 enableval="$enable_std_iostreams"
5210 if test "$enableval" = yes; then
5211 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
=yes'
5213 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
=no
'
5218 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5219 if test "x$LINE" != x ; then
5220 eval "DEFAULT_$LINE"
5225 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
='$DEFAULT_wxUSE_STD_IOSTREAM
5229 eval "$ac_cv_use_std_iostreams"
5230 if test "$no_cache" != 1; then
5231 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5234 if test "$wxUSE_STD_IOSTREAM" = yes; then
5235 echo "$as_me:$LINENO: result: yes" >&5
5236 echo "${ECHO_T}yes" >&6
5238 echo "$as_me:$LINENO: result: no" >&5
5239 echo "${ECHO_T}no" >&6
5244 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5245 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5247 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5248 if test "${enable_stopwatch+set}" = set; then
5249 enableval="$enable_stopwatch"
5251 if test "$enableval" = yes; then
5252 ac_cv_use_stopwatch='wxUSE_STOPWATCH
=yes'
5254 ac_cv_use_stopwatch='wxUSE_STOPWATCH
=no
'
5259 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5260 if test "x$LINE" != x ; then
5261 eval "DEFAULT_$LINE"
5266 ac_cv_use_stopwatch='wxUSE_STOPWATCH
='$DEFAULT_wxUSE_STOPWATCH
5270 eval "$ac_cv_use_stopwatch"
5271 if test "$no_cache" != 1; then
5272 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5275 if test "$wxUSE_STOPWATCH" = yes; then
5276 echo "$as_me:$LINENO: result: yes" >&5
5277 echo "${ECHO_T}yes" >&6
5279 echo "$as_me:$LINENO: result: no" >&5
5280 echo "${ECHO_T}no" >&6
5285 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5286 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5288 # Check whether --enable-system_options or --disable-system_options was given.
5289 if test "${enable_system_options+set}" = set; then
5290 enableval="$enable_system_options"
5292 if test "$enableval" = yes; then
5293 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS
=yes'
5295 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS
=no
'
5300 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5301 if test "x$LINE" != x ; then
5302 eval "DEFAULT_$LINE"
5307 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS
='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5311 eval "$ac_cv_use_system_options"
5312 if test "$no_cache" != 1; then
5313 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5316 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5317 echo "$as_me:$LINENO: result: yes" >&5
5318 echo "${ECHO_T}yes" >&6
5320 echo "$as_me:$LINENO: result: no" >&5
5321 echo "${ECHO_T}no" >&6
5326 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5327 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5329 # Check whether --enable-textbuf or --disable-textbuf was given.
5330 if test "${enable_textbuf+set}" = set; then
5331 enableval="$enable_textbuf"
5333 if test "$enableval" = yes; then
5334 ac_cv_use_textbuf='wxUSE_TEXTBUFFER
=yes'
5336 ac_cv_use_textbuf='wxUSE_TEXTBUFFER
=no
'
5341 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5342 if test "x$LINE" != x ; then
5343 eval "DEFAULT_$LINE"
5348 ac_cv_use_textbuf='wxUSE_TEXTBUFFER
='$DEFAULT_wxUSE_TEXTBUFFER
5352 eval "$ac_cv_use_textbuf"
5353 if test "$no_cache" != 1; then
5354 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5357 if test "$wxUSE_TEXTBUFFER" = yes; then
5358 echo "$as_me:$LINENO: result: yes" >&5
5359 echo "${ECHO_T}yes" >&6
5361 echo "$as_me:$LINENO: result: no" >&5
5362 echo "${ECHO_T}no" >&6
5367 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5368 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5370 # Check whether --enable-textfile or --disable-textfile was given.
5371 if test "${enable_textfile+set}" = set; then
5372 enableval="$enable_textfile"
5374 if test "$enableval" = yes; then
5375 ac_cv_use_textfile='wxUSE_TEXTFILE
=yes'
5377 ac_cv_use_textfile='wxUSE_TEXTFILE
=no
'
5382 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5383 if test "x$LINE" != x ; then
5384 eval "DEFAULT_$LINE"
5389 ac_cv_use_textfile='wxUSE_TEXTFILE
='$DEFAULT_wxUSE_TEXTFILE
5393 eval "$ac_cv_use_textfile"
5394 if test "$no_cache" != 1; then
5395 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5398 if test "$wxUSE_TEXTFILE" = yes; then
5399 echo "$as_me:$LINENO: result: yes" >&5
5400 echo "${ECHO_T}yes" >&6
5402 echo "$as_me:$LINENO: result: no" >&5
5403 echo "${ECHO_T}no" >&6
5408 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5409 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5411 # Check whether --enable-timer or --disable-timer was given.
5412 if test "${enable_timer+set}" = set; then
5413 enableval="$enable_timer"
5415 if test "$enableval" = yes; then
5416 ac_cv_use_timer='wxUSE_TIMER
=yes'
5418 ac_cv_use_timer='wxUSE_TIMER
=no
'
5423 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5424 if test "x$LINE" != x ; then
5425 eval "DEFAULT_$LINE"
5430 ac_cv_use_timer='wxUSE_TIMER
='$DEFAULT_wxUSE_TIMER
5434 eval "$ac_cv_use_timer"
5435 if test "$no_cache" != 1; then
5436 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5439 if test "$wxUSE_TIMER" = yes; then
5440 echo "$as_me:$LINENO: result: yes" >&5
5441 echo "${ECHO_T}yes" >&6
5443 echo "$as_me:$LINENO: result: no" >&5
5444 echo "${ECHO_T}no" >&6
5449 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5450 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5452 # Check whether --enable-unicode or --disable-unicode was given.
5453 if test "${enable_unicode+set}" = set; then
5454 enableval="$enable_unicode"
5456 if test "$enableval" = yes; then
5457 ac_cv_use_unicode='wxUSE_UNICODE
=yes'
5459 ac_cv_use_unicode='wxUSE_UNICODE
=no
'
5464 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5465 if test "x$LINE" != x ; then
5466 eval "DEFAULT_$LINE"
5471 ac_cv_use_unicode='wxUSE_UNICODE
='$DEFAULT_wxUSE_UNICODE
5475 eval "$ac_cv_use_unicode"
5476 if test "$no_cache" != 1; then
5477 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5480 if test "$wxUSE_UNICODE" = yes; then
5481 echo "$as_me:$LINENO: result: yes" >&5
5482 echo "${ECHO_T}yes" >&6
5484 echo "$as_me:$LINENO: result: no" >&5
5485 echo "${ECHO_T}no" >&6
5490 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wave" >&5
5491 echo $ECHO_N "checking for --${enablestring:-enable}-wave... $ECHO_C" >&6
5493 # Check whether --enable-wave or --disable-wave was given.
5494 if test "${enable_wave+set}" = set; then
5495 enableval="$enable_wave"
5497 if test "$enableval" = yes; then
5498 ac_cv_use_wave='wxUSE_WAVE
=yes'
5500 ac_cv_use_wave='wxUSE_WAVE
=no
'
5505 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
5506 if test "x$LINE" != x ; then
5507 eval "DEFAULT_$LINE"
5512 ac_cv_use_wave='wxUSE_WAVE
='$DEFAULT_wxUSE_WAVE
5516 eval "$ac_cv_use_wave"
5517 if test "$no_cache" != 1; then
5518 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
5521 if test "$wxUSE_WAVE" = yes; then
5522 echo "$as_me:$LINENO: result: yes" >&5
5523 echo "${ECHO_T}yes" >&6
5525 echo "$as_me:$LINENO: result: no" >&5
5526 echo "${ECHO_T}no" >&6
5531 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5532 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
5534 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5535 if test "${enable_wxprintfv+set}" = set; then
5536 enableval="$enable_wxprintfv"
5538 if test "$enableval" = yes; then
5539 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF
=yes'
5541 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF
=no
'
5546 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5547 if test "x$LINE" != x ; then
5548 eval "DEFAULT_$LINE"
5553 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF
='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
5557 eval "$ac_cv_use_wxprintfv"
5558 if test "$no_cache" != 1; then
5559 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5562 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
5563 echo "$as_me:$LINENO: result: yes" >&5
5564 echo "${ECHO_T}yes" >&6
5566 echo "$as_me:$LINENO: result: no" >&5
5567 echo "${ECHO_T}no" >&6
5572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5573 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
5575 # Check whether --enable-zipstream or --disable-zipstream was given.
5576 if test "${enable_zipstream+set}" = set; then
5577 enableval="$enable_zipstream"
5579 if test "$enableval" = yes; then
5580 ac_cv_use_zipstream='wxUSE_ZIPSTREAM
=yes'
5582 ac_cv_use_zipstream='wxUSE_ZIPSTREAM
=no
'
5587 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5588 if test "x$LINE" != x ; then
5589 eval "DEFAULT_$LINE"
5594 ac_cv_use_zipstream='wxUSE_ZIPSTREAM
='$DEFAULT_wxUSE_ZIPSTREAM
5598 eval "$ac_cv_use_zipstream"
5599 if test "$no_cache" != 1; then
5600 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5603 if test "$wxUSE_ZIPSTREAM" = yes; then
5604 echo "$as_me:$LINENO: result: yes" >&5
5605 echo "${ECHO_T}yes" >&6
5607 echo "$as_me:$LINENO: result: no" >&5
5608 echo "${ECHO_T}no" >&6
5613 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gzstream" >&5
5614 echo $ECHO_N "checking for --${enablestring:-enable}-gzstream... $ECHO_C" >&6
5616 # Check whether --enable-gzstream or --disable-gzstream was given.
5617 if test "${enable_gzstream+set}" = set; then
5618 enableval="$enable_gzstream"
5620 if test "$enableval" = yes; then
5621 ac_cv_use_gzstream='wxUSE_GZSTREAM
=yes'
5623 ac_cv_use_gzstream='wxUSE_GZSTREAM
=no
'
5628 LINE=`grep "wxUSE_GZSTREAM" ${wx_arg_cache_file}`
5629 if test "x$LINE" != x ; then
5630 eval "DEFAULT_$LINE"
5635 ac_cv_use_gzstream='wxUSE_GZSTREAM
='$DEFAULT_wxUSE_GZSTREAM
5639 eval "$ac_cv_use_gzstream"
5640 if test "$no_cache" != 1; then
5641 echo $ac_cv_use_gzstream >> ${wx_arg_cache_file}.tmp
5644 if test "$wxUSE_GZSTREAM" = yes; then
5645 echo "$as_me:$LINENO: result: yes" >&5
5646 echo "${ECHO_T}yes" >&6
5648 echo "$as_me:$LINENO: result: no" >&5
5649 echo "${ECHO_T}no" >&6
5655 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5656 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
5658 # Check whether --enable-url or --disable-url was given.
5659 if test "${enable_url+set}" = set; then
5660 enableval="$enable_url"
5662 if test "$enableval" = yes; then
5663 ac_cv_use_url='wxUSE_URL
=yes'
5665 ac_cv_use_url='wxUSE_URL
=no
'
5670 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5671 if test "x$LINE" != x ; then
5672 eval "DEFAULT_$LINE"
5677 ac_cv_use_url='wxUSE_URL
='$DEFAULT_wxUSE_URL
5681 eval "$ac_cv_use_url"
5682 if test "$no_cache" != 1; then
5683 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5686 if test "$wxUSE_URL" = yes; then
5687 echo "$as_me:$LINENO: result: yes" >&5
5688 echo "${ECHO_T}yes" >&6
5690 echo "$as_me:$LINENO: result: no" >&5
5691 echo "${ECHO_T}no" >&6
5696 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5697 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
5699 # Check whether --enable-protocol or --disable-protocol was given.
5700 if test "${enable_protocol+set}" = set; then
5701 enableval="$enable_protocol"
5703 if test "$enableval" = yes; then
5704 ac_cv_use_protocol='wxUSE_PROTOCOL
=yes'
5706 ac_cv_use_protocol='wxUSE_PROTOCOL
=no
'
5711 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5712 if test "x$LINE" != x ; then
5713 eval "DEFAULT_$LINE"
5718 ac_cv_use_protocol='wxUSE_PROTOCOL
='$DEFAULT_wxUSE_PROTOCOL
5722 eval "$ac_cv_use_protocol"
5723 if test "$no_cache" != 1; then
5724 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5727 if test "$wxUSE_PROTOCOL" = yes; then
5728 echo "$as_me:$LINENO: result: yes" >&5
5729 echo "${ECHO_T}yes" >&6
5731 echo "$as_me:$LINENO: result: no" >&5
5732 echo "${ECHO_T}no" >&6
5737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5738 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
5740 # Check whether --enable-protocol_http or --disable-protocol_http was given.
5741 if test "${enable_protocol_http+set}" = set; then
5742 enableval="$enable_protocol_http"
5744 if test "$enableval" = yes; then
5745 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=yes'
5747 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=no
'
5752 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5753 if test "x$LINE" != x ; then
5754 eval "DEFAULT_$LINE"
5759 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
='$DEFAULT_wxUSE_PROTOCOL_HTTP
5763 eval "$ac_cv_use_protocol_http"
5764 if test "$no_cache" != 1; then
5765 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5768 if test "$wxUSE_PROTOCOL_HTTP" = 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}-protocol_ftp" >&5
5779 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
5781 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5782 if test "${enable_protocol_ftp+set}" = set; then
5783 enableval="$enable_protocol_ftp"
5785 if test "$enableval" = yes; then
5786 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
=yes'
5788 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
=no
'
5793 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5794 if test "x$LINE" != x ; then
5795 eval "DEFAULT_$LINE"
5800 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
='$DEFAULT_wxUSE_PROTOCOL_FTP
5804 eval "$ac_cv_use_protocol_ftp"
5805 if test "$no_cache" != 1; then
5806 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5809 if test "$wxUSE_PROTOCOL_FTP" = 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}-protocol_file" >&5
5820 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
5822 # Check whether --enable-protocol_file or --disable-protocol_file was given.
5823 if test "${enable_protocol_file+set}" = set; then
5824 enableval="$enable_protocol_file"
5826 if test "$enableval" = yes; then
5827 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE
=yes'
5829 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE
=no
'
5834 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5835 if test "x$LINE" != x ; then
5836 eval "DEFAULT_$LINE"
5841 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE
='$DEFAULT_wxUSE_PROTOCOL_FILE
5845 eval "$ac_cv_use_protocol_file"
5846 if test "$no_cache" != 1; then
5847 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
5850 if test "$wxUSE_PROTOCOL_FILE" = 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
5863 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
5864 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
5866 # Check whether --enable-threads or --disable-threads was given.
5867 if test "${enable_threads+set}" = set; then
5868 enableval="$enable_threads"
5870 if test "$enableval" = yes; then
5871 ac_cv_use_threads='wxUSE_THREADS
=yes'
5873 ac_cv_use_threads='wxUSE_THREADS
=no
'
5878 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
5879 if test "x$LINE" != x ; then
5880 eval "DEFAULT_$LINE"
5885 ac_cv_use_threads='wxUSE_THREADS
='$DEFAULT_wxUSE_THREADS
5889 eval "$ac_cv_use_threads"
5890 if test "$no_cache" != 1; then
5891 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
5894 if test "$wxUSE_THREADS" = yes; then
5895 echo "$as_me:$LINENO: result: yes" >&5
5896 echo "${ECHO_T}yes" >&6
5898 echo "$as_me:$LINENO: result: no" >&5
5899 echo "${ECHO_T}no" >&6
5903 if test "$wxUSE_GUI" = "yes"; then
5908 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
5909 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
5911 # Check whether --enable-docview or --disable-docview was given.
5912 if test "${enable_docview+set}" = set; then
5913 enableval="$enable_docview"
5915 if test "$enableval" = yes; then
5916 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=yes'
5918 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=no
'
5923 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5924 if test "x$LINE" != x ; then
5925 eval "DEFAULT_$LINE"
5930 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
5934 eval "$ac_cv_use_docview"
5935 if test "$no_cache" != 1; then
5936 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5939 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
5940 echo "$as_me:$LINENO: result: yes" >&5
5941 echo "${ECHO_T}yes" >&6
5943 echo "$as_me:$LINENO: result: no" >&5
5944 echo "${ECHO_T}no" >&6
5949 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
5950 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
5952 # Check whether --enable-help or --disable-help was given.
5953 if test "${enable_help+set}" = set; then
5954 enableval="$enable_help"
5956 if test "$enableval" = yes; then
5957 ac_cv_use_help='wxUSE_HELP
=yes'
5959 ac_cv_use_help='wxUSE_HELP
=no
'
5964 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5965 if test "x$LINE" != x ; then
5966 eval "DEFAULT_$LINE"
5971 ac_cv_use_help='wxUSE_HELP
='$DEFAULT_wxUSE_HELP
5975 eval "$ac_cv_use_help"
5976 if test "$no_cache" != 1; then
5977 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5980 if test "$wxUSE_HELP" = yes; then
5981 echo "$as_me:$LINENO: result: yes" >&5
5982 echo "${ECHO_T}yes" >&6
5984 echo "$as_me:$LINENO: result: no" >&5
5985 echo "${ECHO_T}no" >&6
5990 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5991 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
5993 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5994 if test "${enable_mshtmlhelp+set}" = set; then
5995 enableval="$enable_mshtmlhelp"
5997 if test "$enableval" = yes; then
5998 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP
=yes'
6000 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP
=no
'
6005 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6006 if test "x$LINE" != x ; then
6007 eval "DEFAULT_$LINE"
6012 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP
='$DEFAULT_wxUSE_MS_HTML_HELP
6016 eval "$ac_cv_use_mshtmlhelp"
6017 if test "$no_cache" != 1; then
6018 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6021 if test "$wxUSE_MS_HTML_HELP" = yes; then
6022 echo "$as_me:$LINENO: result: yes" >&5
6023 echo "${ECHO_T}yes" >&6
6025 echo "$as_me:$LINENO: result: no" >&5
6026 echo "${ECHO_T}no" >&6
6031 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6032 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6034 # Check whether --enable-html or --disable-html was given.
6035 if test "${enable_html+set}" = set; then
6036 enableval="$enable_html"
6038 if test "$enableval" = yes; then
6039 ac_cv_use_html='wxUSE_HTML
=yes'
6041 ac_cv_use_html='wxUSE_HTML
=no
'
6046 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6047 if test "x$LINE" != x ; then
6048 eval "DEFAULT_$LINE"
6053 ac_cv_use_html='wxUSE_HTML
='$DEFAULT_wxUSE_HTML
6057 eval "$ac_cv_use_html"
6058 if test "$no_cache" != 1; then
6059 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6062 if test "$wxUSE_HTML" = yes; then
6063 echo "$as_me:$LINENO: result: yes" >&5
6064 echo "${ECHO_T}yes" >&6
6066 echo "$as_me:$LINENO: result: no" >&5
6067 echo "${ECHO_T}no" >&6
6072 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6073 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6075 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6076 if test "${enable_htmlhelp+set}" = set; then
6077 enableval="$enable_htmlhelp"
6079 if test "$enableval" = yes; then
6080 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP
=yes'
6082 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP
=no
'
6087 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6088 if test "x$LINE" != x ; then
6089 eval "DEFAULT_$LINE"
6094 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP
='$DEFAULT_wxUSE_WXHTML_HELP
6098 eval "$ac_cv_use_htmlhelp"
6099 if test "$no_cache" != 1; then
6100 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6103 if test "$wxUSE_WXHTML_HELP" = yes; then
6104 echo "$as_me:$LINENO: result: yes" >&5
6105 echo "${ECHO_T}yes" >&6
6107 echo "$as_me:$LINENO: result: no" >&5
6108 echo "${ECHO_T}no" >&6
6113 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6114 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6116 # Check whether --enable-constraints or --disable-constraints was given.
6117 if test "${enable_constraints+set}" = set; then
6118 enableval="$enable_constraints"
6120 if test "$enableval" = yes; then
6121 ac_cv_use_constraints='wxUSE_CONSTRAINTS
=yes'
6123 ac_cv_use_constraints='wxUSE_CONSTRAINTS
=no
'
6128 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6129 if test "x$LINE" != x ; then
6130 eval "DEFAULT_$LINE"
6135 ac_cv_use_constraints='wxUSE_CONSTRAINTS
='$DEFAULT_wxUSE_CONSTRAINTS
6139 eval "$ac_cv_use_constraints"
6140 if test "$no_cache" != 1; then
6141 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6144 if test "$wxUSE_CONSTRAINTS" = yes; then
6145 echo "$as_me:$LINENO: result: yes" >&5
6146 echo "${ECHO_T}yes" >&6
6148 echo "$as_me:$LINENO: result: no" >&5
6149 echo "${ECHO_T}no" >&6
6154 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6155 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6157 # Check whether --enable-printarch or --disable-printarch was given.
6158 if test "${enable_printarch+set}" = set; then
6159 enableval="$enable_printarch"
6161 if test "$enableval" = yes; then
6162 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE
=yes'
6164 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE
=no
'
6169 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6170 if test "x$LINE" != x ; then
6171 eval "DEFAULT_$LINE"
6176 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE
='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6180 eval "$ac_cv_use_printarch"
6181 if test "$no_cache" != 1; then
6182 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6185 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6186 echo "$as_me:$LINENO: result: yes" >&5
6187 echo "${ECHO_T}yes" >&6
6189 echo "$as_me:$LINENO: result: no" >&5
6190 echo "${ECHO_T}no" >&6
6195 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6196 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6198 # Check whether --enable-mdi or --disable-mdi was given.
6199 if test "${enable_mdi+set}" = set; then
6200 enableval="$enable_mdi"
6202 if test "$enableval" = yes; then
6203 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE
=yes'
6205 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE
=no
'
6210 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6211 if test "x$LINE" != x ; then
6212 eval "DEFAULT_$LINE"
6217 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE
='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6221 eval "$ac_cv_use_mdi"
6222 if test "$no_cache" != 1; then
6223 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6226 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6227 echo "$as_me:$LINENO: result: yes" >&5
6228 echo "${ECHO_T}yes" >&6
6230 echo "$as_me:$LINENO: result: no" >&5
6231 echo "${ECHO_T}no" >&6
6236 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6237 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6239 # Check whether --enable-loggui or --disable-loggui was given.
6240 if test "${enable_loggui+set}" = set; then
6241 enableval="$enable_loggui"
6243 if test "$enableval" = yes; then
6244 ac_cv_use_loggui='wxUSE_LOGGUI
=yes'
6246 ac_cv_use_loggui='wxUSE_LOGGUI
=no
'
6251 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6252 if test "x$LINE" != x ; then
6253 eval "DEFAULT_$LINE"
6258 ac_cv_use_loggui='wxUSE_LOGGUI
='$DEFAULT_wxUSE_LOGGUI
6262 eval "$ac_cv_use_loggui"
6263 if test "$no_cache" != 1; then
6264 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6267 if test "$wxUSE_LOGGUI" = yes; then
6268 echo "$as_me:$LINENO: result: yes" >&5
6269 echo "${ECHO_T}yes" >&6
6271 echo "$as_me:$LINENO: result: no" >&5
6272 echo "${ECHO_T}no" >&6
6277 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6278 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6280 # Check whether --enable-logwin or --disable-logwin was given.
6281 if test "${enable_logwin+set}" = set; then
6282 enableval="$enable_logwin"
6284 if test "$enableval" = yes; then
6285 ac_cv_use_logwin='wxUSE_LOGWINDOW
=yes'
6287 ac_cv_use_logwin='wxUSE_LOGWINDOW
=no
'
6292 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6293 if test "x$LINE" != x ; then
6294 eval "DEFAULT_$LINE"
6299 ac_cv_use_logwin='wxUSE_LOGWINDOW
='$DEFAULT_wxUSE_LOGWINDOW
6303 eval "$ac_cv_use_logwin"
6304 if test "$no_cache" != 1; then
6305 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6308 if test "$wxUSE_LOGWINDOW" = yes; then
6309 echo "$as_me:$LINENO: result: yes" >&5
6310 echo "${ECHO_T}yes" >&6
6312 echo "$as_me:$LINENO: result: no" >&5
6313 echo "${ECHO_T}no" >&6
6318 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6319 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6321 # Check whether --enable-logdialog or --disable-logdialog was given.
6322 if test "${enable_logdialog+set}" = set; then
6323 enableval="$enable_logdialog"
6325 if test "$enableval" = yes; then
6326 ac_cv_use_logdialog='wxUSE_LOGDIALOG
=yes'
6328 ac_cv_use_logdialog='wxUSE_LOGDIALOG
=no
'
6333 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6334 if test "x$LINE" != x ; then
6335 eval "DEFAULT_$LINE"
6340 ac_cv_use_logdialog='wxUSE_LOGDIALOG
='$DEFAULT_wxUSE_LOGDIALOG
6344 eval "$ac_cv_use_logdialog"
6345 if test "$no_cache" != 1; then
6346 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6349 if test "$wxUSE_LOGDIALOG" = yes; then
6350 echo "$as_me:$LINENO: result: yes" >&5
6351 echo "${ECHO_T}yes" >&6
6353 echo "$as_me:$LINENO: result: no" >&5
6354 echo "${ECHO_T}no" >&6
6360 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6361 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6363 # Check whether --enable-postscript or --disable-postscript was given.
6364 if test "${enable_postscript+set}" = set; then
6365 enableval="$enable_postscript"
6367 if test "$enableval" = yes; then
6368 ac_cv_use_postscript='wxUSE_POSTSCRIPT
=yes'
6370 ac_cv_use_postscript='wxUSE_POSTSCRIPT
=no
'
6375 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6376 if test "x$LINE" != x ; then
6377 eval "DEFAULT_$LINE"
6382 ac_cv_use_postscript='wxUSE_POSTSCRIPT
='$DEFAULT_wxUSE_POSTSCRIPT
6386 eval "$ac_cv_use_postscript"
6387 if test "$no_cache" != 1; then
6388 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6391 if test "$wxUSE_POSTSCRIPT" = yes; then
6392 echo "$as_me:$LINENO: result: yes" >&5
6393 echo "${ECHO_T}yes" >&6
6395 echo "$as_me:$LINENO: result: no" >&5
6396 echo "${ECHO_T}no" >&6
6404 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6405 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6407 # Check whether --enable-prologio or --disable-prologio was given.
6408 if test "${enable_prologio+set}" = set; then
6409 enableval="$enable_prologio"
6411 if test "$enableval" = yes; then
6412 ac_cv_use_prologio='wxUSE_PROLOGIO
=yes'
6414 ac_cv_use_prologio='wxUSE_PROLOGIO
=no
'
6419 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
6420 if test "x$LINE" != x ; then
6421 eval "DEFAULT_$LINE"
6426 ac_cv_use_prologio='wxUSE_PROLOGIO
='$DEFAULT_wxUSE_PROLOGIO
6430 eval "$ac_cv_use_prologio"
6431 if test "$no_cache" != 1; then
6432 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
6435 if test "$wxUSE_PROLOGIO" = yes; then
6436 echo "$as_me:$LINENO: result: yes" >&5
6437 echo "${ECHO_T}yes" >&6
6439 echo "$as_me:$LINENO: result: no" >&5
6440 echo "${ECHO_T}no" >&6
6445 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6446 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
6448 # Check whether --enable-resources or --disable-resources was given.
6449 if test "${enable_resources+set}" = set; then
6450 enableval="$enable_resources"
6452 if test "$enableval" = yes; then
6453 ac_cv_use_resources='wxUSE_RESOURCES
=yes'
6455 ac_cv_use_resources='wxUSE_RESOURCES
=no
'
6460 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
6461 if test "x$LINE" != x ; then
6462 eval "DEFAULT_$LINE"
6467 ac_cv_use_resources='wxUSE_RESOURCES
='$DEFAULT_wxUSE_RESOURCES
6471 eval "$ac_cv_use_resources"
6472 if test "$no_cache" != 1; then
6473 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
6476 if test "$wxUSE_RESOURCES" = yes; then
6477 echo "$as_me:$LINENO: result: yes" >&5
6478 echo "${ECHO_T}yes" >&6
6480 echo "$as_me:$LINENO: result: no" >&5
6481 echo "${ECHO_T}no" >&6
6488 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6489 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
6491 # Check whether --enable-clipboard or --disable-clipboard was given.
6492 if test "${enable_clipboard+set}" = set; then
6493 enableval="$enable_clipboard"
6495 if test "$enableval" = yes; then
6496 ac_cv_use_clipboard='wxUSE_CLIPBOARD
=yes'
6498 ac_cv_use_clipboard='wxUSE_CLIPBOARD
=no
'
6503 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6504 if test "x$LINE" != x ; then
6505 eval "DEFAULT_$LINE"
6510 ac_cv_use_clipboard='wxUSE_CLIPBOARD
='$DEFAULT_wxUSE_CLIPBOARD
6514 eval "$ac_cv_use_clipboard"
6515 if test "$no_cache" != 1; then
6516 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6519 if test "$wxUSE_CLIPBOARD" = yes; then
6520 echo "$as_me:$LINENO: result: yes" >&5
6521 echo "${ECHO_T}yes" >&6
6523 echo "$as_me:$LINENO: result: no" >&5
6524 echo "${ECHO_T}no" >&6
6529 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6530 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
6532 # Check whether --enable-dnd or --disable-dnd was given.
6533 if test "${enable_dnd+set}" = set; then
6534 enableval="$enable_dnd"
6536 if test "$enableval" = yes; then
6537 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP
=yes'
6539 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP
=no
'
6544 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6545 if test "x$LINE" != x ; then
6546 eval "DEFAULT_$LINE"
6551 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP
='$DEFAULT_wxUSE_DRAG_AND_DROP
6555 eval "$ac_cv_use_dnd"
6556 if test "$no_cache" != 1; then
6557 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6560 if test "$wxUSE_DRAG_AND_DROP" = yes; then
6561 echo "$as_me:$LINENO: result: yes" >&5
6562 echo "${ECHO_T}yes" >&6
6564 echo "$as_me:$LINENO: result: no" >&5
6565 echo "${ECHO_T}no" >&6
6570 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6571 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
6573 # Check whether --enable-metafile or --disable-metafile was given.
6574 if test "${enable_metafile+set}" = set; then
6575 enableval="$enable_metafile"
6577 if test "$enableval" = yes; then
6578 ac_cv_use_metafile='wxUSE_METAFILE
=yes'
6580 ac_cv_use_metafile='wxUSE_METAFILE
=no
'
6585 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6586 if test "x$LINE" != x ; then
6587 eval "DEFAULT_$LINE"
6592 ac_cv_use_metafile='wxUSE_METAFILE
='$DEFAULT_wxUSE_METAFILE
6596 eval "$ac_cv_use_metafile"
6597 if test "$no_cache" != 1; then
6598 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6601 if test "$wxUSE_METAFILE" = yes; then
6602 echo "$as_me:$LINENO: result: yes" >&5
6603 echo "${ECHO_T}yes" >&6
6605 echo "$as_me:$LINENO: result: no" >&5
6606 echo "${ECHO_T}no" >&6
6614 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6615 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
6617 # Check whether --enable-controls or --disable-controls was given.
6618 if test "${enable_controls+set}" = set; then
6619 enableval="$enable_controls"
6621 if test "$enableval" = yes; then
6622 ac_cv_use_controls='wxUSE_CONTROLS
=yes'
6624 ac_cv_use_controls='wxUSE_CONTROLS
=no
'
6629 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6630 if test "x$LINE" != x ; then
6631 eval "DEFAULT_$LINE"
6636 ac_cv_use_controls='wxUSE_CONTROLS
='$DEFAULT_wxUSE_CONTROLS
6640 eval "$ac_cv_use_controls"
6641 if test "$no_cache" != 1; then
6642 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6645 if test "$wxUSE_CONTROLS" = yes; then
6646 echo "$as_me:$LINENO: result: yes" >&5
6647 echo "${ECHO_T}yes" >&6
6649 echo "$as_me:$LINENO: result: no" >&5
6650 echo "${ECHO_T}no" >&6
6654 if test "$wxUSE_CONTROLS" = "yes"; then
6655 DEFAULT_wxUSE_ACCEL=yes
6656 DEFAULT_wxUSE_BMPBUTTON=yes
6657 DEFAULT_wxUSE_BUTTON=yes
6658 DEFAULT_wxUSE_CALCTRL=no
6659 DEFAULT_wxUSE_CARET=yes
6660 DEFAULT_wxUSE_COMBOBOX=yes
6661 DEFAULT_wxUSE_CHECKBOX=yes
6662 DEFAULT_wxUSE_CHECKLISTBOX=yes
6663 DEFAULT_wxUSE_CHOICE=yes
6664 DEFAULT_wxUSE_GAUGE=yes
6665 DEFAULT_wxUSE_GRID=yes
6666 DEFAULT_wxUSE_IMAGLIST=yes
6667 DEFAULT_wxUSE_LISTBOOK=yes
6668 DEFAULT_wxUSE_LISTBOX=yes
6669 DEFAULT_wxUSE_LISTCTRL=yes
6670 DEFAULT_wxUSE_NOTEBOOK=yes
6671 DEFAULT_wxUSE_RADIOBOX=yes
6672 DEFAULT_wxUSE_RADIOBTN=yes
6673 DEFAULT_wxUSE_SASH=yes
6674 DEFAULT_wxUSE_SCROLLBAR=yes
6675 DEFAULT_wxUSE_SLIDER=yes
6676 DEFAULT_wxUSE_SPINBTN=yes
6677 DEFAULT_wxUSE_SPINCTRL=yes
6678 DEFAULT_wxUSE_SPLITTER=yes
6679 DEFAULT_wxUSE_STATBMP=yes
6680 DEFAULT_wxUSE_STATBOX=yes
6681 DEFAULT_wxUSE_STATLINE=yes
6682 DEFAULT_wxUSE_STATUSBAR=yes
6683 DEFAULT_wxUSE_TAB_DIALOG=yes
6684 DEFAULT_wxUSE_TOGGLEBTN=yes
6685 DEFAULT_wxUSE_TOOLBAR=yes
6686 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
6687 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
6688 DEFAULT_wxUSE_TOOLTIPS=yes
6689 DEFAULT_wxUSE_TREECTRL=yes
6690 DEFAULT_wxUSE_POPUPWIN=yes
6691 DEFAULT_wxUSE_TIPWINDOW=yes
6692 elif test "$wxUSE_CONTROLS" = "no"; then
6693 DEFAULT_wxUSE_ACCEL=no
6694 DEFAULT_wxUSE_BMPBUTTON=no
6695 DEFAULT_wxUSE_BUTTON=no
6696 DEFAULT_wxUSE_CALCTRL=no
6697 DEFAULT_wxUSE_CARET=no
6698 DEFAULT_wxUSE_COMBOBOX=no
6699 DEFAULT_wxUSE_CHECKBOX=no
6700 DEFAULT_wxUSE_CHECKLISTBOX=no
6701 DEFAULT_wxUSE_CHOICE=no
6702 DEFAULT_wxUSE_GAUGE=no
6703 DEFAULT_wxUSE_GRID=no
6704 DEFAULT_wxUSE_IMAGLIST=no
6705 DEFAULT_wxUSE_LISTBOOK=no
6706 DEFAULT_wxUSE_LISTBOX=no
6707 DEFAULT_wxUSE_LISTCTRL=no
6708 DEFAULT_wxUSE_NOTEBOOK=no
6709 DEFAULT_wxUSE_RADIOBOX=no
6710 DEFAULT_wxUSE_RADIOBTN=no
6711 DEFAULT_wxUSE_SASH=no
6712 DEFAULT_wxUSE_SCROLLBAR=no
6713 DEFAULT_wxUSE_SLIDER=no
6714 DEFAULT_wxUSE_SPINBTN=no
6715 DEFAULT_wxUSE_SPINCTRL=no
6716 DEFAULT_wxUSE_SPLITTER=no
6717 DEFAULT_wxUSE_STATBMP=no
6718 DEFAULT_wxUSE_STATBOX=no
6719 DEFAULT_wxUSE_STATLINE=no
6720 DEFAULT_wxUSE_STATUSBAR=no
6721 DEFAULT_wxUSE_TAB_DIALOG=no
6722 DEFAULT_wxUSE_TOGGLEBTN=no
6723 DEFAULT_wxUSE_TOOLBAR=no
6724 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6725 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
6726 DEFAULT_wxUSE_TOOLTIPS=no
6727 DEFAULT_wxUSE_TREECTRL=no
6728 DEFAULT_wxUSE_POPUPWIN=no
6729 DEFAULT_wxUSE_TIPWINDOW=no
6732 ## FIXME: This is a blatant hack
6733 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
6734 wxUSE_PRINTING_ARCHITECTURE=no
6735 wxUSE_DRAG_AND_DROP=no
6736 # Generic notebook requires tab dialog
6737 DEFAULT_wxUSE_TABDIALOG=yes
6738 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6739 DEFAULT_wxUSE_SCROLLBAR=no
6740 DEFAULT_wxUSE_TOOLTIPS=no
6741 DEFAULT_wxUSE_DRAGIMAGE=no
6746 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
6747 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
6749 # Check whether --enable-accel or --disable-accel was given.
6750 if test "${enable_accel+set}" = set; then
6751 enableval="$enable_accel"
6753 if test "$enableval" = yes; then
6754 ac_cv_use_accel='wxUSE_ACCEL
=yes'
6756 ac_cv_use_accel='wxUSE_ACCEL
=no
'
6761 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
6762 if test "x$LINE" != x ; then
6763 eval "DEFAULT_$LINE"
6768 ac_cv_use_accel='wxUSE_ACCEL
='$DEFAULT_wxUSE_ACCEL
6772 eval "$ac_cv_use_accel"
6773 if test "$no_cache" != 1; then
6774 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
6777 if test "$wxUSE_ACCEL" = yes; then
6778 echo "$as_me:$LINENO: result: yes" >&5
6779 echo "${ECHO_T}yes" >&6
6781 echo "$as_me:$LINENO: result: no" >&5
6782 echo "${ECHO_T}no" >&6
6787 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
6788 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
6790 # Check whether --enable-button or --disable-button was given.
6791 if test "${enable_button+set}" = set; then
6792 enableval="$enable_button"
6794 if test "$enableval" = yes; then
6795 ac_cv_use_button='wxUSE_BUTTON
=yes'
6797 ac_cv_use_button='wxUSE_BUTTON
=no
'
6802 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
6803 if test "x$LINE" != x ; then
6804 eval "DEFAULT_$LINE"
6809 ac_cv_use_button='wxUSE_BUTTON
='$DEFAULT_wxUSE_BUTTON
6813 eval "$ac_cv_use_button"
6814 if test "$no_cache" != 1; then
6815 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
6818 if test "$wxUSE_BUTTON" = yes; then
6819 echo "$as_me:$LINENO: result: yes" >&5
6820 echo "${ECHO_T}yes" >&6
6822 echo "$as_me:$LINENO: result: no" >&5
6823 echo "${ECHO_T}no" >&6
6828 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
6829 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
6831 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
6832 if test "${enable_bmpbutton+set}" = set; then
6833 enableval="$enable_bmpbutton"
6835 if test "$enableval" = yes; then
6836 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON
=yes'
6838 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON
=no
'
6843 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
6844 if test "x$LINE" != x ; then
6845 eval "DEFAULT_$LINE"
6850 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON
='$DEFAULT_wxUSE_BMPBUTTON
6854 eval "$ac_cv_use_bmpbutton"
6855 if test "$no_cache" != 1; then
6856 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
6859 if test "$wxUSE_BMPBUTTON" = yes; then
6860 echo "$as_me:$LINENO: result: yes" >&5
6861 echo "${ECHO_T}yes" >&6
6863 echo "$as_me:$LINENO: result: no" >&5
6864 echo "${ECHO_T}no" >&6
6869 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
6870 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
6872 # Check whether --enable-calendar or --disable-calendar was given.
6873 if test "${enable_calendar+set}" = set; then
6874 enableval="$enable_calendar"
6876 if test "$enableval" = yes; then
6877 ac_cv_use_calendar='wxUSE_CALCTRL
=yes'
6879 ac_cv_use_calendar='wxUSE_CALCTRL
=no
'
6884 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
6885 if test "x$LINE" != x ; then
6886 eval "DEFAULT_$LINE"
6891 ac_cv_use_calendar='wxUSE_CALCTRL
='$DEFAULT_wxUSE_CALCTRL
6895 eval "$ac_cv_use_calendar"
6896 if test "$no_cache" != 1; then
6897 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6900 if test "$wxUSE_CALCTRL" = yes; then
6901 echo "$as_me:$LINENO: result: yes" >&5
6902 echo "${ECHO_T}yes" >&6
6904 echo "$as_me:$LINENO: result: no" >&5
6905 echo "${ECHO_T}no" >&6
6910 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
6911 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
6913 # Check whether --enable-caret or --disable-caret was given.
6914 if test "${enable_caret+set}" = set; then
6915 enableval="$enable_caret"
6917 if test "$enableval" = yes; then
6918 ac_cv_use_caret='wxUSE_CARET
=yes'
6920 ac_cv_use_caret='wxUSE_CARET
=no
'
6925 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6926 if test "x$LINE" != x ; then
6927 eval "DEFAULT_$LINE"
6932 ac_cv_use_caret='wxUSE_CARET
='$DEFAULT_wxUSE_CARET
6936 eval "$ac_cv_use_caret"
6937 if test "$no_cache" != 1; then
6938 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6941 if test "$wxUSE_CARET" = yes; then
6942 echo "$as_me:$LINENO: result: yes" >&5
6943 echo "${ECHO_T}yes" >&6
6945 echo "$as_me:$LINENO: result: no" >&5
6946 echo "${ECHO_T}no" >&6
6951 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
6952 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
6954 # Check whether --enable-checkbox or --disable-checkbox was given.
6955 if test "${enable_checkbox+set}" = set; then
6956 enableval="$enable_checkbox"
6958 if test "$enableval" = yes; then
6959 ac_cv_use_checkbox='wxUSE_CHECKBOX
=yes'
6961 ac_cv_use_checkbox='wxUSE_CHECKBOX
=no
'
6966 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6967 if test "x$LINE" != x ; then
6968 eval "DEFAULT_$LINE"
6973 ac_cv_use_checkbox='wxUSE_CHECKBOX
='$DEFAULT_wxUSE_CHECKBOX
6977 eval "$ac_cv_use_checkbox"
6978 if test "$no_cache" != 1; then
6979 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6982 if test "$wxUSE_CHECKBOX" = yes; then
6983 echo "$as_me:$LINENO: result: yes" >&5
6984 echo "${ECHO_T}yes" >&6
6986 echo "$as_me:$LINENO: result: no" >&5
6987 echo "${ECHO_T}no" >&6
6992 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
6993 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
6995 # Check whether --enable-checklst or --disable-checklst was given.
6996 if test "${enable_checklst+set}" = set; then
6997 enableval="$enable_checklst"
6999 if test "$enableval" = yes; then
7000 ac_cv_use_checklst='wxUSE_CHECKLST
=yes'
7002 ac_cv_use_checklst='wxUSE_CHECKLST
=no
'
7007 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7008 if test "x$LINE" != x ; then
7009 eval "DEFAULT_$LINE"
7014 ac_cv_use_checklst='wxUSE_CHECKLST
='$DEFAULT_wxUSE_CHECKLST
7018 eval "$ac_cv_use_checklst"
7019 if test "$no_cache" != 1; then
7020 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7023 if test "$wxUSE_CHECKLST" = yes; then
7024 echo "$as_me:$LINENO: result: yes" >&5
7025 echo "${ECHO_T}yes" >&6
7027 echo "$as_me:$LINENO: result: no" >&5
7028 echo "${ECHO_T}no" >&6
7033 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7034 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7036 # Check whether --enable-choice or --disable-choice was given.
7037 if test "${enable_choice+set}" = set; then
7038 enableval="$enable_choice"
7040 if test "$enableval" = yes; then
7041 ac_cv_use_choice='wxUSE_CHOICE
=yes'
7043 ac_cv_use_choice='wxUSE_CHOICE
=no
'
7048 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7049 if test "x$LINE" != x ; then
7050 eval "DEFAULT_$LINE"
7055 ac_cv_use_choice='wxUSE_CHOICE
='$DEFAULT_wxUSE_CHOICE
7059 eval "$ac_cv_use_choice"
7060 if test "$no_cache" != 1; then
7061 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7064 if test "$wxUSE_CHOICE" = yes; then
7065 echo "$as_me:$LINENO: result: yes" >&5
7066 echo "${ECHO_T}yes" >&6
7068 echo "$as_me:$LINENO: result: no" >&5
7069 echo "${ECHO_T}no" >&6
7074 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7075 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7077 # Check whether --enable-combobox or --disable-combobox was given.
7078 if test "${enable_combobox+set}" = set; then
7079 enableval="$enable_combobox"
7081 if test "$enableval" = yes; then
7082 ac_cv_use_combobox='wxUSE_COMBOBOX
=yes'
7084 ac_cv_use_combobox='wxUSE_COMBOBOX
=no
'
7089 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7090 if test "x$LINE" != x ; then
7091 eval "DEFAULT_$LINE"
7096 ac_cv_use_combobox='wxUSE_COMBOBOX
='$DEFAULT_wxUSE_COMBOBOX
7100 eval "$ac_cv_use_combobox"
7101 if test "$no_cache" != 1; then
7102 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7105 if test "$wxUSE_COMBOBOX" = yes; then
7106 echo "$as_me:$LINENO: result: yes" >&5
7107 echo "${ECHO_T}yes" >&6
7109 echo "$as_me:$LINENO: result: no" >&5
7110 echo "${ECHO_T}no" >&6
7115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7116 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7118 # Check whether --enable-display or --disable-display was given.
7119 if test "${enable_display+set}" = set; then
7120 enableval="$enable_display"
7122 if test "$enableval" = yes; then
7123 ac_cv_use_display='wxUSE_DISPLAY
=yes'
7125 ac_cv_use_display='wxUSE_DISPLAY
=no
'
7130 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7131 if test "x$LINE" != x ; then
7132 eval "DEFAULT_$LINE"
7137 ac_cv_use_display='wxUSE_DISPLAY
='$DEFAULT_wxUSE_DISPLAY
7141 eval "$ac_cv_use_display"
7142 if test "$no_cache" != 1; then
7143 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7146 if test "$wxUSE_DISPLAY" = yes; then
7147 echo "$as_me:$LINENO: result: yes" >&5
7148 echo "${ECHO_T}yes" >&6
7150 echo "$as_me:$LINENO: result: no" >&5
7151 echo "${ECHO_T}no" >&6
7156 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7157 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7159 # Check whether --enable-gauge or --disable-gauge was given.
7160 if test "${enable_gauge+set}" = set; then
7161 enableval="$enable_gauge"
7163 if test "$enableval" = yes; then
7164 ac_cv_use_gauge='wxUSE_GAUGE
=yes'
7166 ac_cv_use_gauge='wxUSE_GAUGE
=no
'
7171 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7172 if test "x$LINE" != x ; then
7173 eval "DEFAULT_$LINE"
7178 ac_cv_use_gauge='wxUSE_GAUGE
='$DEFAULT_wxUSE_GAUGE
7182 eval "$ac_cv_use_gauge"
7183 if test "$no_cache" != 1; then
7184 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7187 if test "$wxUSE_GAUGE" = yes; then
7188 echo "$as_me:$LINENO: result: yes" >&5
7189 echo "${ECHO_T}yes" >&6
7191 echo "$as_me:$LINENO: result: no" >&5
7192 echo "${ECHO_T}no" >&6
7197 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7198 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7200 # Check whether --enable-grid or --disable-grid was given.
7201 if test "${enable_grid+set}" = set; then
7202 enableval="$enable_grid"
7204 if test "$enableval" = yes; then
7205 ac_cv_use_grid='wxUSE_GRID
=yes'
7207 ac_cv_use_grid='wxUSE_GRID
=no
'
7212 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7213 if test "x$LINE" != x ; then
7214 eval "DEFAULT_$LINE"
7219 ac_cv_use_grid='wxUSE_GRID
='$DEFAULT_wxUSE_GRID
7223 eval "$ac_cv_use_grid"
7224 if test "$no_cache" != 1; then
7225 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7228 if test "$wxUSE_GRID" = yes; then
7229 echo "$as_me:$LINENO: result: yes" >&5
7230 echo "${ECHO_T}yes" >&6
7232 echo "$as_me:$LINENO: result: no" >&5
7233 echo "${ECHO_T}no" >&6
7238 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7239 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7241 # Check whether --enable-imaglist or --disable-imaglist was given.
7242 if test "${enable_imaglist+set}" = set; then
7243 enableval="$enable_imaglist"
7245 if test "$enableval" = yes; then
7246 ac_cv_use_imaglist='wxUSE_IMAGLIST
=yes'
7248 ac_cv_use_imaglist='wxUSE_IMAGLIST
=no
'
7253 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7254 if test "x$LINE" != x ; then
7255 eval "DEFAULT_$LINE"
7260 ac_cv_use_imaglist='wxUSE_IMAGLIST
='$DEFAULT_wxUSE_IMAGLIST
7264 eval "$ac_cv_use_imaglist"
7265 if test "$no_cache" != 1; then
7266 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7269 if test "$wxUSE_IMAGLIST" = yes; then
7270 echo "$as_me:$LINENO: result: yes" >&5
7271 echo "${ECHO_T}yes" >&6
7273 echo "$as_me:$LINENO: result: no" >&5
7274 echo "${ECHO_T}no" >&6
7279 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7280 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7282 # Check whether --enable-listbook or --disable-listbook was given.
7283 if test "${enable_listbook+set}" = set; then
7284 enableval="$enable_listbook"
7286 if test "$enableval" = yes; then
7287 ac_cv_use_listbook='wxUSE_LISTBOOK
=yes'
7289 ac_cv_use_listbook='wxUSE_LISTBOOK
=no
'
7294 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7295 if test "x$LINE" != x ; then
7296 eval "DEFAULT_$LINE"
7301 ac_cv_use_listbook='wxUSE_LISTBOOK
='$DEFAULT_wxUSE_LISTBOOK
7305 eval "$ac_cv_use_listbook"
7306 if test "$no_cache" != 1; then
7307 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7310 if test "$wxUSE_LISTBOOK" = yes; then
7311 echo "$as_me:$LINENO: result: yes" >&5
7312 echo "${ECHO_T}yes" >&6
7314 echo "$as_me:$LINENO: result: no" >&5
7315 echo "${ECHO_T}no" >&6
7320 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7321 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7323 # Check whether --enable-listbox or --disable-listbox was given.
7324 if test "${enable_listbox+set}" = set; then
7325 enableval="$enable_listbox"
7327 if test "$enableval" = yes; then
7328 ac_cv_use_listbox='wxUSE_LISTBOX
=yes'
7330 ac_cv_use_listbox='wxUSE_LISTBOX
=no
'
7335 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7336 if test "x$LINE" != x ; then
7337 eval "DEFAULT_$LINE"
7342 ac_cv_use_listbox='wxUSE_LISTBOX
='$DEFAULT_wxUSE_LISTBOX
7346 eval "$ac_cv_use_listbox"
7347 if test "$no_cache" != 1; then
7348 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7351 if test "$wxUSE_LISTBOX" = yes; then
7352 echo "$as_me:$LINENO: result: yes" >&5
7353 echo "${ECHO_T}yes" >&6
7355 echo "$as_me:$LINENO: result: no" >&5
7356 echo "${ECHO_T}no" >&6
7361 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7362 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
7364 # Check whether --enable-listctrl or --disable-listctrl was given.
7365 if test "${enable_listctrl+set}" = set; then
7366 enableval="$enable_listctrl"
7368 if test "$enableval" = yes; then
7369 ac_cv_use_listctrl='wxUSE_LISTCTRL
=yes'
7371 ac_cv_use_listctrl='wxUSE_LISTCTRL
=no
'
7376 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7377 if test "x$LINE" != x ; then
7378 eval "DEFAULT_$LINE"
7383 ac_cv_use_listctrl='wxUSE_LISTCTRL
='$DEFAULT_wxUSE_LISTCTRL
7387 eval "$ac_cv_use_listctrl"
7388 if test "$no_cache" != 1; then
7389 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7392 if test "$wxUSE_LISTCTRL" = yes; then
7393 echo "$as_me:$LINENO: result: yes" >&5
7394 echo "${ECHO_T}yes" >&6
7396 echo "$as_me:$LINENO: result: no" >&5
7397 echo "${ECHO_T}no" >&6
7402 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7403 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
7405 # Check whether --enable-notebook or --disable-notebook was given.
7406 if test "${enable_notebook+set}" = set; then
7407 enableval="$enable_notebook"
7409 if test "$enableval" = yes; then
7410 ac_cv_use_notebook='wxUSE_NOTEBOOK
=yes'
7412 ac_cv_use_notebook='wxUSE_NOTEBOOK
=no
'
7417 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7418 if test "x$LINE" != x ; then
7419 eval "DEFAULT_$LINE"
7424 ac_cv_use_notebook='wxUSE_NOTEBOOK
='$DEFAULT_wxUSE_NOTEBOOK
7428 eval "$ac_cv_use_notebook"
7429 if test "$no_cache" != 1; then
7430 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7433 if test "$wxUSE_NOTEBOOK" = yes; then
7434 echo "$as_me:$LINENO: result: yes" >&5
7435 echo "${ECHO_T}yes" >&6
7437 echo "$as_me:$LINENO: result: no" >&5
7438 echo "${ECHO_T}no" >&6
7443 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7444 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
7446 # Check whether --enable-radiobox or --disable-radiobox was given.
7447 if test "${enable_radiobox+set}" = set; then
7448 enableval="$enable_radiobox"
7450 if test "$enableval" = yes; then
7451 ac_cv_use_radiobox='wxUSE_RADIOBOX
=yes'
7453 ac_cv_use_radiobox='wxUSE_RADIOBOX
=no
'
7458 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7459 if test "x$LINE" != x ; then
7460 eval "DEFAULT_$LINE"
7465 ac_cv_use_radiobox='wxUSE_RADIOBOX
='$DEFAULT_wxUSE_RADIOBOX
7469 eval "$ac_cv_use_radiobox"
7470 if test "$no_cache" != 1; then
7471 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7474 if test "$wxUSE_RADIOBOX" = yes; then
7475 echo "$as_me:$LINENO: result: yes" >&5
7476 echo "${ECHO_T}yes" >&6
7478 echo "$as_me:$LINENO: result: no" >&5
7479 echo "${ECHO_T}no" >&6
7484 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7485 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
7487 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7488 if test "${enable_radiobtn+set}" = set; then
7489 enableval="$enable_radiobtn"
7491 if test "$enableval" = yes; then
7492 ac_cv_use_radiobtn='wxUSE_RADIOBTN
=yes'
7494 ac_cv_use_radiobtn='wxUSE_RADIOBTN
=no
'
7499 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7500 if test "x$LINE" != x ; then
7501 eval "DEFAULT_$LINE"
7506 ac_cv_use_radiobtn='wxUSE_RADIOBTN
='$DEFAULT_wxUSE_RADIOBTN
7510 eval "$ac_cv_use_radiobtn"
7511 if test "$no_cache" != 1; then
7512 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7515 if test "$wxUSE_RADIOBTN" = yes; then
7516 echo "$as_me:$LINENO: result: yes" >&5
7517 echo "${ECHO_T}yes" >&6
7519 echo "$as_me:$LINENO: result: no" >&5
7520 echo "${ECHO_T}no" >&6
7525 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7526 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
7528 # Check whether --enable-sash or --disable-sash was given.
7529 if test "${enable_sash+set}" = set; then
7530 enableval="$enable_sash"
7532 if test "$enableval" = yes; then
7533 ac_cv_use_sash='wxUSE_SASH
=yes'
7535 ac_cv_use_sash='wxUSE_SASH
=no
'
7540 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7541 if test "x$LINE" != x ; then
7542 eval "DEFAULT_$LINE"
7547 ac_cv_use_sash='wxUSE_SASH
='$DEFAULT_wxUSE_SASH
7551 eval "$ac_cv_use_sash"
7552 if test "$no_cache" != 1; then
7553 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7556 if test "$wxUSE_SASH" = yes; then
7557 echo "$as_me:$LINENO: result: yes" >&5
7558 echo "${ECHO_T}yes" >&6
7560 echo "$as_me:$LINENO: result: no" >&5
7561 echo "${ECHO_T}no" >&6
7566 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7567 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
7569 # Check whether --enable-scrollbar or --disable-scrollbar was given.
7570 if test "${enable_scrollbar+set}" = set; then
7571 enableval="$enable_scrollbar"
7573 if test "$enableval" = yes; then
7574 ac_cv_use_scrollbar='wxUSE_SCROLLBAR
=yes'
7576 ac_cv_use_scrollbar='wxUSE_SCROLLBAR
=no
'
7581 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7582 if test "x$LINE" != x ; then
7583 eval "DEFAULT_$LINE"
7588 ac_cv_use_scrollbar='wxUSE_SCROLLBAR
='$DEFAULT_wxUSE_SCROLLBAR
7592 eval "$ac_cv_use_scrollbar"
7593 if test "$no_cache" != 1; then
7594 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7597 if test "$wxUSE_SCROLLBAR" = yes; then
7598 echo "$as_me:$LINENO: result: yes" >&5
7599 echo "${ECHO_T}yes" >&6
7601 echo "$as_me:$LINENO: result: no" >&5
7602 echo "${ECHO_T}no" >&6
7607 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7608 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
7610 # Check whether --enable-slider or --disable-slider was given.
7611 if test "${enable_slider+set}" = set; then
7612 enableval="$enable_slider"
7614 if test "$enableval" = yes; then
7615 ac_cv_use_slider='wxUSE_SLIDER
=yes'
7617 ac_cv_use_slider='wxUSE_SLIDER
=no
'
7622 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7623 if test "x$LINE" != x ; then
7624 eval "DEFAULT_$LINE"
7629 ac_cv_use_slider='wxUSE_SLIDER
='$DEFAULT_wxUSE_SLIDER
7633 eval "$ac_cv_use_slider"
7634 if test "$no_cache" != 1; then
7635 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7638 if test "$wxUSE_SLIDER" = yes; then
7639 echo "$as_me:$LINENO: result: yes" >&5
7640 echo "${ECHO_T}yes" >&6
7642 echo "$as_me:$LINENO: result: no" >&5
7643 echo "${ECHO_T}no" >&6
7648 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7649 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
7651 # Check whether --enable-spinbtn or --disable-spinbtn was given.
7652 if test "${enable_spinbtn+set}" = set; then
7653 enableval="$enable_spinbtn"
7655 if test "$enableval" = yes; then
7656 ac_cv_use_spinbtn='wxUSE_SPINBTN
=yes'
7658 ac_cv_use_spinbtn='wxUSE_SPINBTN
=no
'
7663 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7664 if test "x$LINE" != x ; then
7665 eval "DEFAULT_$LINE"
7670 ac_cv_use_spinbtn='wxUSE_SPINBTN
='$DEFAULT_wxUSE_SPINBTN
7674 eval "$ac_cv_use_spinbtn"
7675 if test "$no_cache" != 1; then
7676 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7679 if test "$wxUSE_SPINBTN" = yes; then
7680 echo "$as_me:$LINENO: result: yes" >&5
7681 echo "${ECHO_T}yes" >&6
7683 echo "$as_me:$LINENO: result: no" >&5
7684 echo "${ECHO_T}no" >&6
7689 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
7690 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
7692 # Check whether --enable-spinctrl or --disable-spinctrl was given.
7693 if test "${enable_spinctrl+set}" = set; then
7694 enableval="$enable_spinctrl"
7696 if test "$enableval" = yes; then
7697 ac_cv_use_spinctrl='wxUSE_SPINCTRL
=yes'
7699 ac_cv_use_spinctrl='wxUSE_SPINCTRL
=no
'
7704 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
7705 if test "x$LINE" != x ; then
7706 eval "DEFAULT_$LINE"
7711 ac_cv_use_spinctrl='wxUSE_SPINCTRL
='$DEFAULT_wxUSE_SPINCTRL
7715 eval "$ac_cv_use_spinctrl"
7716 if test "$no_cache" != 1; then
7717 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
7720 if test "$wxUSE_SPINCTRL" = yes; then
7721 echo "$as_me:$LINENO: result: yes" >&5
7722 echo "${ECHO_T}yes" >&6
7724 echo "$as_me:$LINENO: result: no" >&5
7725 echo "${ECHO_T}no" >&6
7730 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
7731 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
7733 # Check whether --enable-splitter or --disable-splitter was given.
7734 if test "${enable_splitter+set}" = set; then
7735 enableval="$enable_splitter"
7737 if test "$enableval" = yes; then
7738 ac_cv_use_splitter='wxUSE_SPLITTER
=yes'
7740 ac_cv_use_splitter='wxUSE_SPLITTER
=no
'
7745 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
7746 if test "x$LINE" != x ; then
7747 eval "DEFAULT_$LINE"
7752 ac_cv_use_splitter='wxUSE_SPLITTER
='$DEFAULT_wxUSE_SPLITTER
7756 eval "$ac_cv_use_splitter"
7757 if test "$no_cache" != 1; then
7758 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
7761 if test "$wxUSE_SPLITTER" = yes; then
7762 echo "$as_me:$LINENO: result: yes" >&5
7763 echo "${ECHO_T}yes" >&6
7765 echo "$as_me:$LINENO: result: no" >&5
7766 echo "${ECHO_T}no" >&6
7771 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
7772 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
7774 # Check whether --enable-statbmp or --disable-statbmp was given.
7775 if test "${enable_statbmp+set}" = set; then
7776 enableval="$enable_statbmp"
7778 if test "$enableval" = yes; then
7779 ac_cv_use_statbmp='wxUSE_STATBMP
=yes'
7781 ac_cv_use_statbmp='wxUSE_STATBMP
=no
'
7786 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
7787 if test "x$LINE" != x ; then
7788 eval "DEFAULT_$LINE"
7793 ac_cv_use_statbmp='wxUSE_STATBMP
='$DEFAULT_wxUSE_STATBMP
7797 eval "$ac_cv_use_statbmp"
7798 if test "$no_cache" != 1; then
7799 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
7802 if test "$wxUSE_STATBMP" = yes; then
7803 echo "$as_me:$LINENO: result: yes" >&5
7804 echo "${ECHO_T}yes" >&6
7806 echo "$as_me:$LINENO: result: no" >&5
7807 echo "${ECHO_T}no" >&6
7812 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
7813 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
7815 # Check whether --enable-statbox or --disable-statbox was given.
7816 if test "${enable_statbox+set}" = set; then
7817 enableval="$enable_statbox"
7819 if test "$enableval" = yes; then
7820 ac_cv_use_statbox='wxUSE_STATBOX
=yes'
7822 ac_cv_use_statbox='wxUSE_STATBOX
=no
'
7827 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
7828 if test "x$LINE" != x ; then
7829 eval "DEFAULT_$LINE"
7834 ac_cv_use_statbox='wxUSE_STATBOX
='$DEFAULT_wxUSE_STATBOX
7838 eval "$ac_cv_use_statbox"
7839 if test "$no_cache" != 1; then
7840 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
7843 if test "$wxUSE_STATBOX" = yes; then
7844 echo "$as_me:$LINENO: result: yes" >&5
7845 echo "${ECHO_T}yes" >&6
7847 echo "$as_me:$LINENO: result: no" >&5
7848 echo "${ECHO_T}no" >&6
7853 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
7854 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
7856 # Check whether --enable-statline or --disable-statline was given.
7857 if test "${enable_statline+set}" = set; then
7858 enableval="$enable_statline"
7860 if test "$enableval" = yes; then
7861 ac_cv_use_statline='wxUSE_STATLINE
=yes'
7863 ac_cv_use_statline='wxUSE_STATLINE
=no
'
7868 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
7869 if test "x$LINE" != x ; then
7870 eval "DEFAULT_$LINE"
7875 ac_cv_use_statline='wxUSE_STATLINE
='$DEFAULT_wxUSE_STATLINE
7879 eval "$ac_cv_use_statline"
7880 if test "$no_cache" != 1; then
7881 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
7884 if test "$wxUSE_STATLINE" = yes; then
7885 echo "$as_me:$LINENO: result: yes" >&5
7886 echo "${ECHO_T}yes" >&6
7888 echo "$as_me:$LINENO: result: no" >&5
7889 echo "${ECHO_T}no" >&6
7894 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
7895 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
7897 # Check whether --enable-stattext or --disable-stattext was given.
7898 if test "${enable_stattext+set}" = set; then
7899 enableval="$enable_stattext"
7901 if test "$enableval" = yes; then
7902 ac_cv_use_stattext='wxUSE_STATTEXT
=yes'
7904 ac_cv_use_stattext='wxUSE_STATTEXT
=no
'
7909 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
7910 if test "x$LINE" != x ; then
7911 eval "DEFAULT_$LINE"
7916 ac_cv_use_stattext='wxUSE_STATTEXT
='$DEFAULT_wxUSE_STATTEXT
7920 eval "$ac_cv_use_stattext"
7921 if test "$no_cache" != 1; then
7922 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
7925 if test "$wxUSE_STATTEXT" = yes; then
7926 echo "$as_me:$LINENO: result: yes" >&5
7927 echo "${ECHO_T}yes" >&6
7929 echo "$as_me:$LINENO: result: no" >&5
7930 echo "${ECHO_T}no" >&6
7935 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
7936 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
7938 # Check whether --enable-statusbar or --disable-statusbar was given.
7939 if test "${enable_statusbar+set}" = set; then
7940 enableval="$enable_statusbar"
7942 if test "$enableval" = yes; then
7943 ac_cv_use_statusbar='wxUSE_STATUSBAR
=yes'
7945 ac_cv_use_statusbar='wxUSE_STATUSBAR
=no
'
7950 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
7951 if test "x$LINE" != x ; then
7952 eval "DEFAULT_$LINE"
7957 ac_cv_use_statusbar='wxUSE_STATUSBAR
='$DEFAULT_wxUSE_STATUSBAR
7961 eval "$ac_cv_use_statusbar"
7962 if test "$no_cache" != 1; then
7963 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7966 if test "$wxUSE_STATUSBAR" = yes; then
7967 echo "$as_me:$LINENO: result: yes" >&5
7968 echo "${ECHO_T}yes" >&6
7970 echo "$as_me:$LINENO: result: no" >&5
7971 echo "${ECHO_T}no" >&6
7976 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
7977 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
7979 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7980 if test "${enable_tabdialog+set}" = set; then
7981 enableval="$enable_tabdialog"
7983 if test "$enableval" = yes; then
7984 ac_cv_use_tabdialog='wxUSE_TABDIALOG
=yes'
7986 ac_cv_use_tabdialog='wxUSE_TABDIALOG
=no
'
7991 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7992 if test "x$LINE" != x ; then
7993 eval "DEFAULT_$LINE"
7998 ac_cv_use_tabdialog='wxUSE_TABDIALOG
='$DEFAULT_wxUSE_TABDIALOG
8002 eval "$ac_cv_use_tabdialog"
8003 if test "$no_cache" != 1; then
8004 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8007 if test "$wxUSE_TABDIALOG" = yes; then
8008 echo "$as_me:$LINENO: result: yes" >&5
8009 echo "${ECHO_T}yes" >&6
8011 echo "$as_me:$LINENO: result: no" >&5
8012 echo "${ECHO_T}no" >&6
8017 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8018 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8020 # Check whether --enable-textctrl or --disable-textctrl was given.
8021 if test "${enable_textctrl+set}" = set; then
8022 enableval="$enable_textctrl"
8024 if test "$enableval" = yes; then
8025 ac_cv_use_textctrl='wxUSE_TEXTCTRL
=yes'
8027 ac_cv_use_textctrl='wxUSE_TEXTCTRL
=no
'
8032 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8033 if test "x$LINE" != x ; then
8034 eval "DEFAULT_$LINE"
8039 ac_cv_use_textctrl='wxUSE_TEXTCTRL
='$DEFAULT_wxUSE_TEXTCTRL
8043 eval "$ac_cv_use_textctrl"
8044 if test "$no_cache" != 1; then
8045 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8048 if test "$wxUSE_TEXTCTRL" = yes; then
8049 echo "$as_me:$LINENO: result: yes" >&5
8050 echo "${ECHO_T}yes" >&6
8052 echo "$as_me:$LINENO: result: no" >&5
8053 echo "${ECHO_T}no" >&6
8058 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8059 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8061 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8062 if test "${enable_togglebtn+set}" = set; then
8063 enableval="$enable_togglebtn"
8065 if test "$enableval" = yes; then
8066 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN
=yes'
8068 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN
=no
'
8073 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8074 if test "x$LINE" != x ; then
8075 eval "DEFAULT_$LINE"
8080 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN
='$DEFAULT_wxUSE_TOGGLEBTN
8084 eval "$ac_cv_use_togglebtn"
8085 if test "$no_cache" != 1; then
8086 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8089 if test "$wxUSE_TOGGLEBTN" = yes; then
8090 echo "$as_me:$LINENO: result: yes" >&5
8091 echo "${ECHO_T}yes" >&6
8093 echo "$as_me:$LINENO: result: no" >&5
8094 echo "${ECHO_T}no" >&6
8099 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8100 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8102 # Check whether --enable-toolbar or --disable-toolbar was given.
8103 if test "${enable_toolbar+set}" = set; then
8104 enableval="$enable_toolbar"
8106 if test "$enableval" = yes; then
8107 ac_cv_use_toolbar='wxUSE_TOOLBAR
=yes'
8109 ac_cv_use_toolbar='wxUSE_TOOLBAR
=no
'
8114 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8115 if test "x$LINE" != x ; then
8116 eval "DEFAULT_$LINE"
8121 ac_cv_use_toolbar='wxUSE_TOOLBAR
='$DEFAULT_wxUSE_TOOLBAR
8125 eval "$ac_cv_use_toolbar"
8126 if test "$no_cache" != 1; then
8127 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8130 if test "$wxUSE_TOOLBAR" = yes; then
8131 echo "$as_me:$LINENO: result: yes" >&5
8132 echo "${ECHO_T}yes" >&6
8134 echo "$as_me:$LINENO: result: no" >&5
8135 echo "${ECHO_T}no" >&6
8140 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8141 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8143 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8144 if test "${enable_tbarnative+set}" = set; then
8145 enableval="$enable_tbarnative"
8147 if test "$enableval" = yes; then
8148 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE
=yes'
8150 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE
=no
'
8155 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8156 if test "x$LINE" != x ; then
8157 eval "DEFAULT_$LINE"
8162 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE
='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8166 eval "$ac_cv_use_tbarnative"
8167 if test "$no_cache" != 1; then
8168 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8171 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8172 echo "$as_me:$LINENO: result: yes" >&5
8173 echo "${ECHO_T}yes" >&6
8175 echo "$as_me:$LINENO: result: no" >&5
8176 echo "${ECHO_T}no" >&6
8181 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8182 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8184 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8185 if test "${enable_tbarsmpl+set}" = set; then
8186 enableval="$enable_tbarsmpl"
8188 if test "$enableval" = yes; then
8189 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE
=yes'
8191 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE
=no
'
8196 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8197 if test "x$LINE" != x ; then
8198 eval "DEFAULT_$LINE"
8203 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE
='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8207 eval "$ac_cv_use_tbarsmpl"
8208 if test "$no_cache" != 1; then
8209 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8212 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8213 echo "$as_me:$LINENO: result: yes" >&5
8214 echo "${ECHO_T}yes" >&6
8216 echo "$as_me:$LINENO: result: no" >&5
8217 echo "${ECHO_T}no" >&6
8222 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8223 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8225 # Check whether --enable-treectrl or --disable-treectrl was given.
8226 if test "${enable_treectrl+set}" = set; then
8227 enableval="$enable_treectrl"
8229 if test "$enableval" = yes; then
8230 ac_cv_use_treectrl='wxUSE_TREECTRL
=yes'
8232 ac_cv_use_treectrl='wxUSE_TREECTRL
=no
'
8237 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8238 if test "x$LINE" != x ; then
8239 eval "DEFAULT_$LINE"
8244 ac_cv_use_treectrl='wxUSE_TREECTRL
='$DEFAULT_wxUSE_TREECTRL
8248 eval "$ac_cv_use_treectrl"
8249 if test "$no_cache" != 1; then
8250 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8253 if test "$wxUSE_TREECTRL" = yes; then
8254 echo "$as_me:$LINENO: result: yes" >&5
8255 echo "${ECHO_T}yes" >&6
8257 echo "$as_me:$LINENO: result: no" >&5
8258 echo "${ECHO_T}no" >&6
8263 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8264 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8266 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8267 if test "${enable_tipwindow+set}" = set; then
8268 enableval="$enable_tipwindow"
8270 if test "$enableval" = yes; then
8271 ac_cv_use_tipwindow='wxUSE_TIPWINDOW
=yes'
8273 ac_cv_use_tipwindow='wxUSE_TIPWINDOW
=no
'
8278 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8279 if test "x$LINE" != x ; then
8280 eval "DEFAULT_$LINE"
8285 ac_cv_use_tipwindow='wxUSE_TIPWINDOW
='$DEFAULT_wxUSE_TIPWINDOW
8289 eval "$ac_cv_use_tipwindow"
8290 if test "$no_cache" != 1; then
8291 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8294 if test "$wxUSE_TIPWINDOW" = yes; then
8295 echo "$as_me:$LINENO: result: yes" >&5
8296 echo "${ECHO_T}yes" >&6
8298 echo "$as_me:$LINENO: result: no" >&5
8299 echo "${ECHO_T}no" >&6
8304 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8305 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8307 # Check whether --enable-popupwin or --disable-popupwin was given.
8308 if test "${enable_popupwin+set}" = set; then
8309 enableval="$enable_popupwin"
8311 if test "$enableval" = yes; then
8312 ac_cv_use_popupwin='wxUSE_POPUPWIN
=yes'
8314 ac_cv_use_popupwin='wxUSE_POPUPWIN
=no
'
8319 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8320 if test "x$LINE" != x ; then
8321 eval "DEFAULT_$LINE"
8326 ac_cv_use_popupwin='wxUSE_POPUPWIN
='$DEFAULT_wxUSE_POPUPWIN
8330 eval "$ac_cv_use_popupwin"
8331 if test "$no_cache" != 1; then
8332 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8335 if test "$wxUSE_POPUPWIN" = yes; then
8336 echo "$as_me:$LINENO: result: yes" >&5
8337 echo "${ECHO_T}yes" >&6
8339 echo "$as_me:$LINENO: result: no" >&5
8340 echo "${ECHO_T}no" >&6
8347 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8348 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
8350 # Check whether --enable-commondlg or --disable-commondlg was given.
8351 if test "${enable_commondlg+set}" = set; then
8352 enableval="$enable_commondlg"
8354 if test "$enableval" = yes; then
8355 ac_cv_use_commondlg='wxUSE_COMMONDLGS
=yes'
8357 ac_cv_use_commondlg='wxUSE_COMMONDLGS
=no
'
8362 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8363 if test "x$LINE" != x ; then
8364 eval "DEFAULT_$LINE"
8369 ac_cv_use_commondlg='wxUSE_COMMONDLGS
='$DEFAULT_wxUSE_COMMONDLGS
8373 eval "$ac_cv_use_commondlg"
8374 if test "$no_cache" != 1; then
8375 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8378 if test "$wxUSE_COMMONDLGS" = yes; then
8379 echo "$as_me:$LINENO: result: yes" >&5
8380 echo "${ECHO_T}yes" >&6
8382 echo "$as_me:$LINENO: result: no" >&5
8383 echo "${ECHO_T}no" >&6
8388 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8389 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
8391 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8392 if test "${enable_choicedlg+set}" = set; then
8393 enableval="$enable_choicedlg"
8395 if test "$enableval" = yes; then
8396 ac_cv_use_choicedlg='wxUSE_CHOICEDLG
=yes'
8398 ac_cv_use_choicedlg='wxUSE_CHOICEDLG
=no
'
8403 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8404 if test "x$LINE" != x ; then
8405 eval "DEFAULT_$LINE"
8410 ac_cv_use_choicedlg='wxUSE_CHOICEDLG
='$DEFAULT_wxUSE_CHOICEDLG
8414 eval "$ac_cv_use_choicedlg"
8415 if test "$no_cache" != 1; then
8416 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8419 if test "$wxUSE_CHOICEDLG" = yes; then
8420 echo "$as_me:$LINENO: result: yes" >&5
8421 echo "${ECHO_T}yes" >&6
8423 echo "$as_me:$LINENO: result: no" >&5
8424 echo "${ECHO_T}no" >&6
8429 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8430 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
8432 # Check whether --enable-coldlg or --disable-coldlg was given.
8433 if test "${enable_coldlg+set}" = set; then
8434 enableval="$enable_coldlg"
8436 if test "$enableval" = yes; then
8437 ac_cv_use_coldlg='wxUSE_COLOURDLG
=yes'
8439 ac_cv_use_coldlg='wxUSE_COLOURDLG
=no
'
8444 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8445 if test "x$LINE" != x ; then
8446 eval "DEFAULT_$LINE"
8451 ac_cv_use_coldlg='wxUSE_COLOURDLG
='$DEFAULT_wxUSE_COLOURDLG
8455 eval "$ac_cv_use_coldlg"
8456 if test "$no_cache" != 1; then
8457 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8460 if test "$wxUSE_COLOURDLG" = yes; then
8461 echo "$as_me:$LINENO: result: yes" >&5
8462 echo "${ECHO_T}yes" >&6
8464 echo "$as_me:$LINENO: result: no" >&5
8465 echo "${ECHO_T}no" >&6
8470 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8471 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
8473 # Check whether --enable-filedlg or --disable-filedlg was given.
8474 if test "${enable_filedlg+set}" = set; then
8475 enableval="$enable_filedlg"
8477 if test "$enableval" = yes; then
8478 ac_cv_use_filedlg='wxUSE_FILEDLG
=yes'
8480 ac_cv_use_filedlg='wxUSE_FILEDLG
=no
'
8485 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8486 if test "x$LINE" != x ; then
8487 eval "DEFAULT_$LINE"
8492 ac_cv_use_filedlg='wxUSE_FILEDLG
='$DEFAULT_wxUSE_FILEDLG
8496 eval "$ac_cv_use_filedlg"
8497 if test "$no_cache" != 1; then
8498 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8501 if test "$wxUSE_FILEDLG" = yes; then
8502 echo "$as_me:$LINENO: result: yes" >&5
8503 echo "${ECHO_T}yes" >&6
8505 echo "$as_me:$LINENO: result: no" >&5
8506 echo "${ECHO_T}no" >&6
8511 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8512 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8514 # Check whether --enable-finddlg or --disable-finddlg was given.
8515 if test "${enable_finddlg+set}" = set; then
8516 enableval="$enable_finddlg"
8518 if test "$enableval" = yes; then
8519 ac_cv_use_finddlg='wxUSE_FINDREPLDLG
=yes'
8521 ac_cv_use_finddlg='wxUSE_FINDREPLDLG
=no
'
8526 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8527 if test "x$LINE" != x ; then
8528 eval "DEFAULT_$LINE"
8533 ac_cv_use_finddlg='wxUSE_FINDREPLDLG
='$DEFAULT_wxUSE_FINDREPLDLG
8537 eval "$ac_cv_use_finddlg"
8538 if test "$no_cache" != 1; then
8539 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8542 if test "$wxUSE_FINDREPLDLG" = yes; then
8543 echo "$as_me:$LINENO: result: yes" >&5
8544 echo "${ECHO_T}yes" >&6
8546 echo "$as_me:$LINENO: result: no" >&5
8547 echo "${ECHO_T}no" >&6
8552 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8553 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
8555 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8556 if test "${enable_fontdlg+set}" = set; then
8557 enableval="$enable_fontdlg"
8559 if test "$enableval" = yes; then
8560 ac_cv_use_fontdlg='wxUSE_FONTDLG
=yes'
8562 ac_cv_use_fontdlg='wxUSE_FONTDLG
=no
'
8567 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8568 if test "x$LINE" != x ; then
8569 eval "DEFAULT_$LINE"
8574 ac_cv_use_fontdlg='wxUSE_FONTDLG
='$DEFAULT_wxUSE_FONTDLG
8578 eval "$ac_cv_use_fontdlg"
8579 if test "$no_cache" != 1; then
8580 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8583 if test "$wxUSE_FONTDLG" = yes; then
8584 echo "$as_me:$LINENO: result: yes" >&5
8585 echo "${ECHO_T}yes" >&6
8587 echo "$as_me:$LINENO: result: no" >&5
8588 echo "${ECHO_T}no" >&6
8593 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8594 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
8596 # Check whether --enable-dirdlg or --disable-dirdlg was given.
8597 if test "${enable_dirdlg+set}" = set; then
8598 enableval="$enable_dirdlg"
8600 if test "$enableval" = yes; then
8601 ac_cv_use_dirdlg='wxUSE_DIRDLG
=yes'
8603 ac_cv_use_dirdlg='wxUSE_DIRDLG
=no
'
8608 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8609 if test "x$LINE" != x ; then
8610 eval "DEFAULT_$LINE"
8615 ac_cv_use_dirdlg='wxUSE_DIRDLG
='$DEFAULT_wxUSE_DIRDLG
8619 eval "$ac_cv_use_dirdlg"
8620 if test "$no_cache" != 1; then
8621 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
8624 if test "$wxUSE_DIRDLG" = yes; then
8625 echo "$as_me:$LINENO: result: yes" >&5
8626 echo "${ECHO_T}yes" >&6
8628 echo "$as_me:$LINENO: result: no" >&5
8629 echo "${ECHO_T}no" >&6
8634 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8635 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
8637 # Check whether --enable-msgdlg or --disable-msgdlg was given.
8638 if test "${enable_msgdlg+set}" = set; then
8639 enableval="$enable_msgdlg"
8641 if test "$enableval" = yes; then
8642 ac_cv_use_msgdlg='wxUSE_MSGDLG
=yes'
8644 ac_cv_use_msgdlg='wxUSE_MSGDLG
=no
'
8649 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
8650 if test "x$LINE" != x ; then
8651 eval "DEFAULT_$LINE"
8656 ac_cv_use_msgdlg='wxUSE_MSGDLG
='$DEFAULT_wxUSE_MSGDLG
8660 eval "$ac_cv_use_msgdlg"
8661 if test "$no_cache" != 1; then
8662 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
8665 if test "$wxUSE_MSGDLG" = yes; then
8666 echo "$as_me:$LINENO: result: yes" >&5
8667 echo "${ECHO_T}yes" >&6
8669 echo "$as_me:$LINENO: result: no" >&5
8670 echo "${ECHO_T}no" >&6
8675 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8676 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
8678 # Check whether --enable-numberdlg or --disable-numberdlg was given.
8679 if test "${enable_numberdlg+set}" = set; then
8680 enableval="$enable_numberdlg"
8682 if test "$enableval" = yes; then
8683 ac_cv_use_numberdlg='wxUSE_NUMBERDLG
=yes'
8685 ac_cv_use_numberdlg='wxUSE_NUMBERDLG
=no
'
8690 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
8691 if test "x$LINE" != x ; then
8692 eval "DEFAULT_$LINE"
8697 ac_cv_use_numberdlg='wxUSE_NUMBERDLG
='$DEFAULT_wxUSE_NUMBERDLG
8701 eval "$ac_cv_use_numberdlg"
8702 if test "$no_cache" != 1; then
8703 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
8706 if test "$wxUSE_NUMBERDLG" = yes; then
8707 echo "$as_me:$LINENO: result: yes" >&5
8708 echo "${ECHO_T}yes" >&6
8710 echo "$as_me:$LINENO: result: no" >&5
8711 echo "${ECHO_T}no" >&6
8716 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
8717 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
8719 # Check whether --enable-splash or --disable-splash was given.
8720 if test "${enable_splash+set}" = set; then
8721 enableval="$enable_splash"
8723 if test "$enableval" = yes; then
8724 ac_cv_use_splash='wxUSE_SPLASH
=yes'
8726 ac_cv_use_splash='wxUSE_SPLASH
=no
'
8731 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
8732 if test "x$LINE" != x ; then
8733 eval "DEFAULT_$LINE"
8738 ac_cv_use_splash='wxUSE_SPLASH
='$DEFAULT_wxUSE_SPLASH
8742 eval "$ac_cv_use_splash"
8743 if test "$no_cache" != 1; then
8744 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
8747 if test "$wxUSE_SPLASH" = yes; then
8748 echo "$as_me:$LINENO: result: yes" >&5
8749 echo "${ECHO_T}yes" >&6
8751 echo "$as_me:$LINENO: result: no" >&5
8752 echo "${ECHO_T}no" >&6
8757 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
8758 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
8760 # Check whether --enable-textdlg or --disable-textdlg was given.
8761 if test "${enable_textdlg+set}" = set; then
8762 enableval="$enable_textdlg"
8764 if test "$enableval" = yes; then
8765 ac_cv_use_textdlg='wxUSE_TEXTDLG
=yes'
8767 ac_cv_use_textdlg='wxUSE_TEXTDLG
=no
'
8772 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
8773 if test "x$LINE" != x ; then
8774 eval "DEFAULT_$LINE"
8779 ac_cv_use_textdlg='wxUSE_TEXTDLG
='$DEFAULT_wxUSE_TEXTDLG
8783 eval "$ac_cv_use_textdlg"
8784 if test "$no_cache" != 1; then
8785 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
8788 if test "$wxUSE_TEXTDLG" = yes; then
8789 echo "$as_me:$LINENO: result: yes" >&5
8790 echo "${ECHO_T}yes" >&6
8792 echo "$as_me:$LINENO: result: no" >&5
8793 echo "${ECHO_T}no" >&6
8798 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
8799 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
8801 # Check whether --enable-tipdlg or --disable-tipdlg was given.
8802 if test "${enable_tipdlg+set}" = set; then
8803 enableval="$enable_tipdlg"
8805 if test "$enableval" = yes; then
8806 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS
=yes'
8808 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS
=no
'
8813 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
8814 if test "x$LINE" != x ; then
8815 eval "DEFAULT_$LINE"
8820 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS
='$DEFAULT_wxUSE_STARTUP_TIPS
8824 eval "$ac_cv_use_tipdlg"
8825 if test "$no_cache" != 1; then
8826 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
8829 if test "$wxUSE_STARTUP_TIPS" = yes; then
8830 echo "$as_me:$LINENO: result: yes" >&5
8831 echo "${ECHO_T}yes" >&6
8833 echo "$as_me:$LINENO: result: no" >&5
8834 echo "${ECHO_T}no" >&6
8839 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
8840 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
8842 # Check whether --enable-progressdlg or --disable-progressdlg was given.
8843 if test "${enable_progressdlg+set}" = set; then
8844 enableval="$enable_progressdlg"
8846 if test "$enableval" = yes; then
8847 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG
=yes'
8849 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG
=no
'
8854 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
8855 if test "x$LINE" != x ; then
8856 eval "DEFAULT_$LINE"
8861 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG
='$DEFAULT_wxUSE_PROGRESSDLG
8865 eval "$ac_cv_use_progressdlg"
8866 if test "$no_cache" != 1; then
8867 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
8870 if test "$wxUSE_PROGRESSDLG" = yes; then
8871 echo "$as_me:$LINENO: result: yes" >&5
8872 echo "${ECHO_T}yes" >&6
8874 echo "$as_me:$LINENO: result: no" >&5
8875 echo "${ECHO_T}no" >&6
8880 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
8881 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
8883 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
8884 if test "${enable_wizarddlg+set}" = set; then
8885 enableval="$enable_wizarddlg"
8887 if test "$enableval" = yes; then
8888 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG
=yes'
8890 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG
=no
'
8895 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
8896 if test "x$LINE" != x ; then
8897 eval "DEFAULT_$LINE"
8902 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG
='$DEFAULT_wxUSE_WIZARDDLG
8906 eval "$ac_cv_use_wizarddlg"
8907 if test "$no_cache" != 1; then
8908 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
8911 if test "$wxUSE_WIZARDDLG" = yes; then
8912 echo "$as_me:$LINENO: result: yes" >&5
8913 echo "${ECHO_T}yes" >&6
8915 echo "$as_me:$LINENO: result: no" >&5
8916 echo "${ECHO_T}no" >&6
8923 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
8924 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
8926 # Check whether --enable-menus or --disable-menus was given.
8927 if test "${enable_menus+set}" = set; then
8928 enableval="$enable_menus"
8930 if test "$enableval" = yes; then
8931 ac_cv_use_menus='wxUSE_MENUS
=yes'
8933 ac_cv_use_menus='wxUSE_MENUS
=no
'
8938 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
8939 if test "x$LINE" != x ; then
8940 eval "DEFAULT_$LINE"
8945 ac_cv_use_menus='wxUSE_MENUS
='$DEFAULT_wxUSE_MENUS
8949 eval "$ac_cv_use_menus"
8950 if test "$no_cache" != 1; then
8951 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
8954 if test "$wxUSE_MENUS" = yes; then
8955 echo "$as_me:$LINENO: result: yes" >&5
8956 echo "${ECHO_T}yes" >&6
8958 echo "$as_me:$LINENO: result: no" >&5
8959 echo "${ECHO_T}no" >&6
8964 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
8965 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
8967 # Check whether --enable-miniframe or --disable-miniframe was given.
8968 if test "${enable_miniframe+set}" = set; then
8969 enableval="$enable_miniframe"
8971 if test "$enableval" = yes; then
8972 ac_cv_use_miniframe='wxUSE_MINIFRAME
=yes'
8974 ac_cv_use_miniframe='wxUSE_MINIFRAME
=no
'
8979 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
8980 if test "x$LINE" != x ; then
8981 eval "DEFAULT_$LINE"
8986 ac_cv_use_miniframe='wxUSE_MINIFRAME
='$DEFAULT_wxUSE_MINIFRAME
8990 eval "$ac_cv_use_miniframe"
8991 if test "$no_cache" != 1; then
8992 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8995 if test "$wxUSE_MINIFRAME" = yes; then
8996 echo "$as_me:$LINENO: result: yes" >&5
8997 echo "${ECHO_T}yes" >&6
8999 echo "$as_me:$LINENO: result: no" >&5
9000 echo "${ECHO_T}no" >&6
9005 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9006 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9008 # Check whether --enable-tooltips or --disable-tooltips was given.
9009 if test "${enable_tooltips+set}" = set; then
9010 enableval="$enable_tooltips"
9012 if test "$enableval" = yes; then
9013 ac_cv_use_tooltips='wxUSE_TOOLTIPS
=yes'
9015 ac_cv_use_tooltips='wxUSE_TOOLTIPS
=no
'
9020 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9021 if test "x$LINE" != x ; then
9022 eval "DEFAULT_$LINE"
9027 ac_cv_use_tooltips='wxUSE_TOOLTIPS
='$DEFAULT_wxUSE_TOOLTIPS
9031 eval "$ac_cv_use_tooltips"
9032 if test "$no_cache" != 1; then
9033 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9036 if test "$wxUSE_TOOLTIPS" = yes; then
9037 echo "$as_me:$LINENO: result: yes" >&5
9038 echo "${ECHO_T}yes" >&6
9040 echo "$as_me:$LINENO: result: no" >&5
9041 echo "${ECHO_T}no" >&6
9046 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9047 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9049 # Check whether --enable-splines or --disable-splines was given.
9050 if test "${enable_splines+set}" = set; then
9051 enableval="$enable_splines"
9053 if test "$enableval" = yes; then
9054 ac_cv_use_splines='wxUSE_SPLINES
=yes'
9056 ac_cv_use_splines='wxUSE_SPLINES
=no
'
9061 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9062 if test "x$LINE" != x ; then
9063 eval "DEFAULT_$LINE"
9068 ac_cv_use_splines='wxUSE_SPLINES
='$DEFAULT_wxUSE_SPLINES
9072 eval "$ac_cv_use_splines"
9073 if test "$no_cache" != 1; then
9074 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9077 if test "$wxUSE_SPLINES" = yes; then
9078 echo "$as_me:$LINENO: result: yes" >&5
9079 echo "${ECHO_T}yes" >&6
9081 echo "$as_me:$LINENO: result: no" >&5
9082 echo "${ECHO_T}no" >&6
9087 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9088 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9090 # Check whether --enable-validators or --disable-validators was given.
9091 if test "${enable_validators+set}" = set; then
9092 enableval="$enable_validators"
9094 if test "$enableval" = yes; then
9095 ac_cv_use_validators='wxUSE_VALIDATORS
=yes'
9097 ac_cv_use_validators='wxUSE_VALIDATORS
=no
'
9102 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9103 if test "x$LINE" != x ; then
9104 eval "DEFAULT_$LINE"
9109 ac_cv_use_validators='wxUSE_VALIDATORS
='$DEFAULT_wxUSE_VALIDATORS
9113 eval "$ac_cv_use_validators"
9114 if test "$no_cache" != 1; then
9115 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9118 if test "$wxUSE_VALIDATORS" = yes; then
9119 echo "$as_me:$LINENO: result: yes" >&5
9120 echo "${ECHO_T}yes" >&6
9122 echo "$as_me:$LINENO: result: no" >&5
9123 echo "${ECHO_T}no" >&6
9128 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9129 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9131 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9132 if test "${enable_busyinfo+set}" = set; then
9133 enableval="$enable_busyinfo"
9135 if test "$enableval" = yes; then
9136 ac_cv_use_busyinfo='wxUSE_BUSYINFO
=yes'
9138 ac_cv_use_busyinfo='wxUSE_BUSYINFO
=no
'
9143 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9144 if test "x$LINE" != x ; then
9145 eval "DEFAULT_$LINE"
9150 ac_cv_use_busyinfo='wxUSE_BUSYINFO
='$DEFAULT_wxUSE_BUSYINFO
9154 eval "$ac_cv_use_busyinfo"
9155 if test "$no_cache" != 1; then
9156 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9159 if test "$wxUSE_BUSYINFO" = yes; then
9160 echo "$as_me:$LINENO: result: yes" >&5
9161 echo "${ECHO_T}yes" >&6
9163 echo "$as_me:$LINENO: result: no" >&5
9164 echo "${ECHO_T}no" >&6
9169 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9170 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9172 # Check whether --enable-joystick or --disable-joystick was given.
9173 if test "${enable_joystick+set}" = set; then
9174 enableval="$enable_joystick"
9176 if test "$enableval" = yes; then
9177 ac_cv_use_joystick='wxUSE_JOYSTICK
=yes'
9179 ac_cv_use_joystick='wxUSE_JOYSTICK
=no
'
9184 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9185 if test "x$LINE" != x ; then
9186 eval "DEFAULT_$LINE"
9191 ac_cv_use_joystick='wxUSE_JOYSTICK
='$DEFAULT_wxUSE_JOYSTICK
9195 eval "$ac_cv_use_joystick"
9196 if test "$no_cache" != 1; then
9197 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9200 if test "$wxUSE_JOYSTICK" = yes; then
9201 echo "$as_me:$LINENO: result: yes" >&5
9202 echo "${ECHO_T}yes" >&6
9204 echo "$as_me:$LINENO: result: no" >&5
9205 echo "${ECHO_T}no" >&6
9210 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9211 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9213 # Check whether --enable-metafile or --disable-metafile was given.
9214 if test "${enable_metafile+set}" = set; then
9215 enableval="$enable_metafile"
9217 if test "$enableval" = yes; then
9218 ac_cv_use_metafile='wxUSE_METAFILE
=yes'
9220 ac_cv_use_metafile='wxUSE_METAFILE
=no
'
9225 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9226 if test "x$LINE" != x ; then
9227 eval "DEFAULT_$LINE"
9232 ac_cv_use_metafile='wxUSE_METAFILE
='$DEFAULT_wxUSE_METAFILE
9236 eval "$ac_cv_use_metafile"
9237 if test "$no_cache" != 1; then
9238 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9241 if test "$wxUSE_METAFILE" = yes; then
9242 echo "$as_me:$LINENO: result: yes" >&5
9243 echo "${ECHO_T}yes" >&6
9245 echo "$as_me:$LINENO: result: no" >&5
9246 echo "${ECHO_T}no" >&6
9251 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9252 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9254 # Check whether --enable-dragimage or --disable-dragimage was given.
9255 if test "${enable_dragimage+set}" = set; then
9256 enableval="$enable_dragimage"
9258 if test "$enableval" = yes; then
9259 ac_cv_use_dragimage='wxUSE_DRAGIMAGE
=yes'
9261 ac_cv_use_dragimage='wxUSE_DRAGIMAGE
=no
'
9266 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9267 if test "x$LINE" != x ; then
9268 eval "DEFAULT_$LINE"
9273 ac_cv_use_dragimage='wxUSE_DRAGIMAGE
='$DEFAULT_wxUSE_DRAGIMAGE
9277 eval "$ac_cv_use_dragimage"
9278 if test "$no_cache" != 1; then
9279 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9282 if test "$wxUSE_DRAGIMAGE" = yes; then
9283 echo "$as_me:$LINENO: result: yes" >&5
9284 echo "${ECHO_T}yes" >&6
9286 echo "$as_me:$LINENO: result: no" >&5
9287 echo "${ECHO_T}no" >&6
9292 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9293 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9295 # Check whether --enable-accessibility or --disable-accessibility was given.
9296 if test "${enable_accessibility+set}" = set; then
9297 enableval="$enable_accessibility"
9299 if test "$enableval" = yes; then
9300 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY
=yes'
9302 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY
=no
'
9307 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9308 if test "x$LINE" != x ; then
9309 eval "DEFAULT_$LINE"
9314 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY
='$DEFAULT_wxUSE_ACCESSIBILITY
9318 eval "$ac_cv_use_accessibility"
9319 if test "$no_cache" != 1; then
9320 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9323 if test "$wxUSE_ACCESSIBILITY" = yes; then
9324 echo "$as_me:$LINENO: result: yes" >&5
9325 echo "${ECHO_T}yes" >&6
9327 echo "$as_me:$LINENO: result: no" >&5
9328 echo "${ECHO_T}no" >&6
9335 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9336 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9338 # Check whether --enable-palette or --disable-palette was given.
9339 if test "${enable_palette+set}" = set; then
9340 enableval="$enable_palette"
9342 if test "$enableval" = yes; then
9343 ac_cv_use_palette='wxUSE_PALETTE
=yes'
9345 ac_cv_use_palette='wxUSE_PALETTE
=no
'
9350 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9351 if test "x$LINE" != x ; then
9352 eval "DEFAULT_$LINE"
9357 ac_cv_use_palette='wxUSE_PALETTE
='$DEFAULT_wxUSE_PALETTE
9361 eval "$ac_cv_use_palette"
9362 if test "$no_cache" != 1; then
9363 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9366 if test "$wxUSE_PALETTE" = yes; then
9367 echo "$as_me:$LINENO: result: yes" >&5
9368 echo "${ECHO_T}yes" >&6
9370 echo "$as_me:$LINENO: result: no" >&5
9371 echo "${ECHO_T}no" >&6
9376 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9377 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
9379 # Check whether --enable-image or --disable-image was given.
9380 if test "${enable_image+set}" = set; then
9381 enableval="$enable_image"
9383 if test "$enableval" = yes; then
9384 ac_cv_use_image='wxUSE_IMAGE
=yes'
9386 ac_cv_use_image='wxUSE_IMAGE
=no
'
9391 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9392 if test "x$LINE" != x ; then
9393 eval "DEFAULT_$LINE"
9398 ac_cv_use_image='wxUSE_IMAGE
='$DEFAULT_wxUSE_IMAGE
9402 eval "$ac_cv_use_image"
9403 if test "$no_cache" != 1; then
9404 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9407 if test "$wxUSE_IMAGE" = yes; then
9408 echo "$as_me:$LINENO: result: yes" >&5
9409 echo "${ECHO_T}yes" >&6
9411 echo "$as_me:$LINENO: result: no" >&5
9412 echo "${ECHO_T}no" >&6
9417 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9418 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
9420 # Check whether --enable-gif or --disable-gif was given.
9421 if test "${enable_gif+set}" = set; then
9422 enableval="$enable_gif"
9424 if test "$enableval" = yes; then
9425 ac_cv_use_gif='wxUSE_GIF
=yes'
9427 ac_cv_use_gif='wxUSE_GIF
=no
'
9432 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9433 if test "x$LINE" != x ; then
9434 eval "DEFAULT_$LINE"
9439 ac_cv_use_gif='wxUSE_GIF
='$DEFAULT_wxUSE_GIF
9443 eval "$ac_cv_use_gif"
9444 if test "$no_cache" != 1; then
9445 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9448 if test "$wxUSE_GIF" = yes; then
9449 echo "$as_me:$LINENO: result: yes" >&5
9450 echo "${ECHO_T}yes" >&6
9452 echo "$as_me:$LINENO: result: no" >&5
9453 echo "${ECHO_T}no" >&6
9458 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9459 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
9461 # Check whether --enable-pcx or --disable-pcx was given.
9462 if test "${enable_pcx+set}" = set; then
9463 enableval="$enable_pcx"
9465 if test "$enableval" = yes; then
9466 ac_cv_use_pcx='wxUSE_PCX
=yes'
9468 ac_cv_use_pcx='wxUSE_PCX
=no
'
9473 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9474 if test "x$LINE" != x ; then
9475 eval "DEFAULT_$LINE"
9480 ac_cv_use_pcx='wxUSE_PCX
='$DEFAULT_wxUSE_PCX
9484 eval "$ac_cv_use_pcx"
9485 if test "$no_cache" != 1; then
9486 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9489 if test "$wxUSE_PCX" = yes; then
9490 echo "$as_me:$LINENO: result: yes" >&5
9491 echo "${ECHO_T}yes" >&6
9493 echo "$as_me:$LINENO: result: no" >&5
9494 echo "${ECHO_T}no" >&6
9499 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9500 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
9502 # Check whether --enable-iff or --disable-iff was given.
9503 if test "${enable_iff+set}" = set; then
9504 enableval="$enable_iff"
9506 if test "$enableval" = yes; then
9507 ac_cv_use_iff='wxUSE_IFF
=yes'
9509 ac_cv_use_iff='wxUSE_IFF
=no
'
9514 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9515 if test "x$LINE" != x ; then
9516 eval "DEFAULT_$LINE"
9521 ac_cv_use_iff='wxUSE_IFF
='$DEFAULT_wxUSE_IFF
9525 eval "$ac_cv_use_iff"
9526 if test "$no_cache" != 1; then
9527 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9530 if test "$wxUSE_IFF" = yes; then
9531 echo "$as_me:$LINENO: result: yes" >&5
9532 echo "${ECHO_T}yes" >&6
9534 echo "$as_me:$LINENO: result: no" >&5
9535 echo "${ECHO_T}no" >&6
9540 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9541 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
9543 # Check whether --enable-pnm or --disable-pnm was given.
9544 if test "${enable_pnm+set}" = set; then
9545 enableval="$enable_pnm"
9547 if test "$enableval" = yes; then
9548 ac_cv_use_pnm='wxUSE_PNM
=yes'
9550 ac_cv_use_pnm='wxUSE_PNM
=no
'
9555 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9556 if test "x$LINE" != x ; then
9557 eval "DEFAULT_$LINE"
9562 ac_cv_use_pnm='wxUSE_PNM
='$DEFAULT_wxUSE_PNM
9566 eval "$ac_cv_use_pnm"
9567 if test "$no_cache" != 1; then
9568 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9571 if test "$wxUSE_PNM" = yes; then
9572 echo "$as_me:$LINENO: result: yes" >&5
9573 echo "${ECHO_T}yes" >&6
9575 echo "$as_me:$LINENO: result: no" >&5
9576 echo "${ECHO_T}no" >&6
9581 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9582 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
9584 # Check whether --enable-xpm or --disable-xpm was given.
9585 if test "${enable_xpm+set}" = set; then
9586 enableval="$enable_xpm"
9588 if test "$enableval" = yes; then
9589 ac_cv_use_xpm='wxUSE_XPM
=yes'
9591 ac_cv_use_xpm='wxUSE_XPM
=no
'
9596 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9597 if test "x$LINE" != x ; then
9598 eval "DEFAULT_$LINE"
9603 ac_cv_use_xpm='wxUSE_XPM
='$DEFAULT_wxUSE_XPM
9607 eval "$ac_cv_use_xpm"
9608 if test "$no_cache" != 1; then
9609 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
9612 if test "$wxUSE_XPM" = yes; then
9613 echo "$as_me:$LINENO: result: yes" >&5
9614 echo "${ECHO_T}yes" >&6
9616 echo "$as_me:$LINENO: result: no" >&5
9617 echo "${ECHO_T}no" >&6
9622 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9623 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
9625 # Check whether --enable-ico_cur or --disable-ico_cur was given.
9626 if test "${enable_ico_cur+set}" = set; then
9627 enableval="$enable_ico_cur"
9629 if test "$enableval" = yes; then
9630 ac_cv_use_ico_cur='wxUSE_ICO_CUR
=yes'
9632 ac_cv_use_ico_cur='wxUSE_ICO_CUR
=no
'
9637 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9638 if test "x$LINE" != x ; then
9639 eval "DEFAULT_$LINE"
9644 ac_cv_use_ico_cur='wxUSE_ICO_CUR
='$DEFAULT_wxUSE_ICO_CUR
9648 eval "$ac_cv_use_ico_cur"
9649 if test "$no_cache" != 1; then
9650 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
9653 if test "$wxUSE_ICO_CUR" = yes; then
9654 echo "$as_me:$LINENO: result: yes" >&5
9655 echo "${ECHO_T}yes" >&6
9657 echo "$as_me:$LINENO: result: no" >&5
9658 echo "${ECHO_T}no" >&6
9667 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
9668 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
9670 # Check whether --enable-official_build or --disable-official_build was given.
9671 if test "${enable_official_build+set}" = set; then
9672 enableval="$enable_official_build"
9674 if test "$enableval" = yes; then
9675 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=yes'
9677 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=no
'
9682 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
9683 if test "x$LINE" != x ; then
9684 eval "DEFAULT_$LINE"
9689 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD
='$DEFAULT_wxUSE_OFFICIAL_BUILD
9693 eval "$ac_cv_use_official_build"
9694 if test "$no_cache" != 1; then
9695 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
9698 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
9699 echo "$as_me:$LINENO: result: yes" >&5
9700 echo "${ECHO_T}yes" >&6
9702 echo "$as_me:$LINENO: result: no" >&5
9703 echo "${ECHO_T}no" >&6
9706 # Check whether --enable-vendor or --disable-vendor was given.
9707 if test "${enable_vendor+set}" = set; then
9708 enableval="$enable_vendor"
9711 if test "x$VENDOR" = "x"; then
9716 *-pc-os2_emx | *-pc-os2-emx )
9726 echo "saving argument cache $wx_arg_cache_file"
9727 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
9731 echo "$as_me:$LINENO: checking for toolkit" >&5
9732 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
9734 # In Wine, we need to default to MSW, not GTK or MOTIF
9735 if test "$wxUSE_WINE" = "yes"; then
9736 DEFAULT_DEFAULT_wxUSE_GTK=0
9737 DEFAULT_DEFAULT_wxUSE_MOTIF=0
9738 DEFAULT_DEFAULT_wxUSE_MSW=1
9742 if test "$wxUSE_GUI" = "yes"; then
9744 if test "$USE_BEOS" = 1; then
9745 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
9746 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
9747 { (exit 1); exit 1; }; }
9750 if test "$TOOLKIT_GIVEN" = 1; then
9751 for toolkit in `echo $ALL_TOOLKITS`; do
9753 eval "value=\$${var}"
9754 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
9757 for toolkit in `echo $ALL_TOOLKITS`; do
9758 if test "$has_toolkit_in_cache" != 1; then
9759 var=DEFAULT_DEFAULT_wxUSE_$toolkit
9761 var=DEFAULT_wxUSE_$toolkit
9763 eval "wxUSE_$toolkit=\$${var}"
9767 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
9768 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
9769 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
9772 *-pc-os2_emx | *-pc-os2-emx )
9773 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
9776 case "$NUM_TOOLKITS" in
9780 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
9781 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
9782 { (exit 1); exit 1; }; }
9785 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
9786 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
9787 { (exit 1); exit 1; }; }
9790 for toolkit in `echo $ALL_TOOLKITS`; do
9792 eval "value=\$${var}"
9793 if test "x$value" != x; then
9794 cache_var=CACHE_$toolkit
9795 eval "cache=\$${cache_var}"
9796 if test "$cache" = 1; then
9797 echo "$var=$value" >> ${wx_arg_cache_file}
9799 if test "$value" = 1; then
9800 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
9801 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
9802 echo "${ECHO_T}$toolkit_echo" >&6
9807 if test "x$host_alias" != "x"; then
9808 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
9809 echo "${ECHO_T}base ($host_alias hosted) only" >&6
9811 echo "$as_me:$LINENO: result: base only" >&5
9812 echo "${ECHO_T}base only" >&6
9820 if test "$wxUSE_MSW" = 1 ; then
9831 if test "$wxUSE_WINE" = "yes"; then
9838 if test "$wants_win32" = 1 ; then
9841 cat >>confdefs.h <<\_ACEOF
9845 cat >>confdefs.h <<\_ACEOF
9849 cat >>confdefs.h <<\_ACEOF
9850 #define __WINDOWS__ 1
9853 cat >>confdefs.h <<\_ACEOF
9854 #define __GNUWIN32__ 1
9857 cat >>confdefs.h <<\_ACEOF
9861 cat >>confdefs.h <<\_ACEOF
9862 #define WINVER 0x0400
9866 if test "$doesnt_want_win32" = 1 ; then
9871 if test "$USE_UNIX" = 1 ; then
9873 cat >>confdefs.h <<\_ACEOF
9880 cat >confcache <<\_ACEOF
9881 # This file is a shell script that caches the results of configure
9882 # tests run on this system so they can be shared between configure
9883 # scripts and configure runs, see configure's option
--config-cache.
9884 # It is not useful on other systems. If it contains results you don't
9885 # want to keep, you may remove or edit it.
9887 # config.status only pays attention to the cache file if you give it
9888 # the --recheck option to rerun configure.
9890 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9891 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9896 # The following way of writing the cache mishandles newlines in values,
9897 # but we know of no workaround that is simple, portable, and efficient.
9898 # So, don't put newlines in cache variables' values.
9899 # Ultrix sh set writes to stderr and can't be redirected directly,
9900 # and sets the high bit in the cache file unless we assign to the vars.
9903 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9905 # `set' does not quote correctly, so add quotes (double-quote
9906 # substitution turns \\\\ into \\, and sed turns \\ into \).
9909 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9912 # `set' quotes correctly as required by POSIX, so do not add quotes.
9914 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9921 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9923 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9925 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
9926 if test -w $cache_file; then
9927 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9928 cat confcache
>$cache_file
9930 echo "not updating unwritable cache $cache_file"
9935 if test "$build" != "$host" ; then
9936 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
9940 RANLIB
=$host_alias-ranlib
9941 DLLTOOL
=$host_alias-dlltool
9942 RESCOMP
=$host_alias-windres
9945 STRIP
=$host_alias-strip
9947 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
9948 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
9949 { (exit 1); exit 1; }; }
9955 ac_cpp
='$CPP $CPPFLAGS'
9956 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9957 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9958 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
9959 if test -n "$ac_tool_prefix"; then
9960 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9961 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
9962 echo "$as_me:$LINENO: checking for $ac_word" >&5
9963 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9964 if test "${ac_cv_prog_CC+set}" = set; then
9965 echo $ECHO_N "(cached) $ECHO_C" >&6
9967 if test -n "$CC"; then
9968 ac_cv_prog_CC
="$CC" # Let the user override the test.
9970 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9974 test -z "$as_dir" && as_dir
=.
9975 for ac_exec_ext
in '' $ac_executable_extensions; do
9976 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9977 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
9978 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9987 if test -n "$CC"; then
9988 echo "$as_me:$LINENO: result: $CC" >&5
9989 echo "${ECHO_T}$CC" >&6
9991 echo "$as_me:$LINENO: result: no" >&5
9992 echo "${ECHO_T}no" >&6
9996 if test -z "$ac_cv_prog_CC"; then
9998 # Extract the first word of "gcc", so it can be a program name with args.
9999 set dummy gcc
; ac_word
=$2
10000 echo "$as_me:$LINENO: checking for $ac_word" >&5
10001 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10002 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10003 echo $ECHO_N "(cached) $ECHO_C" >&6
10005 if test -n "$ac_ct_CC"; then
10006 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10008 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10009 for as_dir
in $PATH
10012 test -z "$as_dir" && as_dir
=.
10013 for ac_exec_ext
in '' $ac_executable_extensions; do
10014 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10015 ac_cv_prog_ac_ct_CC
="gcc"
10016 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10024 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10025 if test -n "$ac_ct_CC"; then
10026 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10027 echo "${ECHO_T}$ac_ct_CC" >&6
10029 echo "$as_me:$LINENO: result: no" >&5
10030 echo "${ECHO_T}no" >&6
10035 CC
="$ac_cv_prog_CC"
10038 if test -z "$CC"; then
10039 if test -n "$ac_tool_prefix"; then
10040 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10041 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
10042 echo "$as_me:$LINENO: checking for $ac_word" >&5
10043 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10044 if test "${ac_cv_prog_CC+set}" = set; then
10045 echo $ECHO_N "(cached) $ECHO_C" >&6
10047 if test -n "$CC"; then
10048 ac_cv_prog_CC
="$CC" # Let the user override the test.
10050 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10051 for as_dir
in $PATH
10054 test -z "$as_dir" && as_dir
=.
10055 for ac_exec_ext
in '' $ac_executable_extensions; do
10056 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10057 ac_cv_prog_CC
="${ac_tool_prefix}cc"
10058 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10067 if test -n "$CC"; then
10068 echo "$as_me:$LINENO: result: $CC" >&5
10069 echo "${ECHO_T}$CC" >&6
10071 echo "$as_me:$LINENO: result: no" >&5
10072 echo "${ECHO_T}no" >&6
10076 if test -z "$ac_cv_prog_CC"; then
10078 # Extract the first word of "cc", so it can be a program name with args.
10079 set dummy cc
; ac_word
=$2
10080 echo "$as_me:$LINENO: checking for $ac_word" >&5
10081 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10082 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10083 echo $ECHO_N "(cached) $ECHO_C" >&6
10085 if test -n "$ac_ct_CC"; then
10086 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10088 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10089 for as_dir
in $PATH
10092 test -z "$as_dir" && as_dir
=.
10093 for ac_exec_ext
in '' $ac_executable_extensions; do
10094 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10095 ac_cv_prog_ac_ct_CC
="cc"
10096 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10104 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10105 if test -n "$ac_ct_CC"; then
10106 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10107 echo "${ECHO_T}$ac_ct_CC" >&6
10109 echo "$as_me:$LINENO: result: no" >&5
10110 echo "${ECHO_T}no" >&6
10115 CC
="$ac_cv_prog_CC"
10119 if test -z "$CC"; then
10120 # Extract the first word of "cc", so it can be a program name with args.
10121 set dummy cc
; ac_word
=$2
10122 echo "$as_me:$LINENO: checking for $ac_word" >&5
10123 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10124 if test "${ac_cv_prog_CC+set}" = set; then
10125 echo $ECHO_N "(cached) $ECHO_C" >&6
10127 if test -n "$CC"; then
10128 ac_cv_prog_CC
="$CC" # Let the user override the test.
10130 ac_prog_rejected
=no
10131 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10132 for as_dir
in $PATH
10135 test -z "$as_dir" && as_dir
=.
10136 for ac_exec_ext
in '' $ac_executable_extensions; do
10137 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10138 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10139 ac_prog_rejected
=yes
10143 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10149 if test $ac_prog_rejected = yes; then
10150 # We found a bogon in the path, so make sure we never use it.
10151 set dummy
$ac_cv_prog_CC
10153 if test $# != 0; then
10154 # We chose a different compiler from the bogus one.
10155 # However, it has the same basename, so the bogon will be chosen
10156 # first if we set CC to just the basename; use the full file name.
10158 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
10164 if test -n "$CC"; then
10165 echo "$as_me:$LINENO: result: $CC" >&5
10166 echo "${ECHO_T}$CC" >&6
10168 echo "$as_me:$LINENO: result: no" >&5
10169 echo "${ECHO_T}no" >&6
10173 if test -z "$CC"; then
10174 if test -n "$ac_tool_prefix"; then
10177 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10178 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10179 echo "$as_me:$LINENO: checking for $ac_word" >&5
10180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10181 if test "${ac_cv_prog_CC+set}" = set; then
10182 echo $ECHO_N "(cached) $ECHO_C" >&6
10184 if test -n "$CC"; then
10185 ac_cv_prog_CC
="$CC" # Let the user override the test.
10187 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10188 for as_dir
in $PATH
10191 test -z "$as_dir" && as_dir
=.
10192 for ac_exec_ext
in '' $ac_executable_extensions; do
10193 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10194 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
10195 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10204 if test -n "$CC"; then
10205 echo "$as_me:$LINENO: result: $CC" >&5
10206 echo "${ECHO_T}$CC" >&6
10208 echo "$as_me:$LINENO: result: no" >&5
10209 echo "${ECHO_T}no" >&6
10212 test -n "$CC" && break
10215 if test -z "$CC"; then
10219 # Extract the first word of "$ac_prog", so it can be a program name with args.
10220 set dummy
$ac_prog; ac_word
=$2
10221 echo "$as_me:$LINENO: checking for $ac_word" >&5
10222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10223 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10224 echo $ECHO_N "(cached) $ECHO_C" >&6
10226 if test -n "$ac_ct_CC"; then
10227 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10229 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10230 for as_dir
in $PATH
10233 test -z "$as_dir" && as_dir
=.
10234 for ac_exec_ext
in '' $ac_executable_extensions; do
10235 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10236 ac_cv_prog_ac_ct_CC
="$ac_prog"
10237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10245 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10246 if test -n "$ac_ct_CC"; then
10247 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10248 echo "${ECHO_T}$ac_ct_CC" >&6
10250 echo "$as_me:$LINENO: result: no" >&5
10251 echo "${ECHO_T}no" >&6
10254 test -n "$ac_ct_CC" && break
10263 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10264 See \`config.log' for more details." >&5
10265 echo "$as_me: error: no acceptable C compiler found in \$PATH
10266 See \`config.log' for more details." >&2;}
10267 { (exit 1); exit 1; }; }
10269 # Provide some information about the compiler.
10270 echo "$as_me:$LINENO:" \
10271 "checking for C compiler version" >&5
10272 ac_compiler
=`set X $ac_compile; echo $2`
10273 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10274 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
10276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10277 (exit $ac_status); }
10278 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10279 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
10281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10282 (exit $ac_status); }
10283 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10284 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
10286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10287 (exit $ac_status); }
10289 cat >conftest.
$ac_ext <<_ACEOF
10292 cat confdefs.h
>>conftest.
$ac_ext
10293 cat >>conftest.
$ac_ext <<_ACEOF
10294 /* end confdefs.h. */
10304 ac_clean_files_save
=$ac_clean_files
10305 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
10306 # Try to create an executable without -o first, disregard a.out.
10307 # It will help us diagnose broken compilers, and finding out an intuition
10309 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
10310 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
10311 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10312 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10313 (eval $ac_link_default) 2>&5
10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 (exit $ac_status); }; then
10317 # Find the output, starting from the most likely. This scheme is
10318 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10321 # Be careful to initialize this variable, since it used to be cached.
10322 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10324 # b.out is created by i960 compilers.
10325 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
10327 test -f "$ac_file" || continue
10329 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
10332 # This is the source file.
10335 # We found the default executable, but exeext='' is most
10339 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10340 # FIXME: I believe we export ac_cv_exeext for Libtool,
10341 # but it would be cool to find out if it's true. Does anybody
10342 # maintain Libtool? --akim.
10343 export ac_cv_exeext
10350 echo "$as_me: failed program was:" >&5
10351 sed 's/^/| /' conftest.
$ac_ext >&5
10353 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10354 See \`config.log' for more details." >&5
10355 echo "$as_me: error: C compiler cannot create executables
10356 See \`config.log' for more details." >&2;}
10357 { (exit 77); exit 77; }; }
10360 ac_exeext
=$ac_cv_exeext
10361 echo "$as_me:$LINENO: result: $ac_file" >&5
10362 echo "${ECHO_T}$ac_file" >&6
10364 # Check the compiler produces executables we can run. If not, either
10365 # the compiler is broken, or we cross compile.
10366 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10367 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10368 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10369 # If not cross compiling, check that we can run a simple program.
10370 if test "$cross_compiling" != yes; then
10371 if { ac_try
='./$ac_file'
10372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10373 (eval $ac_try) 2>&5
10375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10376 (exit $ac_status); }; }; then
10379 if test "$cross_compiling" = maybe
; then
10380 cross_compiling
=yes
10382 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10383 If you meant to cross compile, use \`--host'.
10384 See \`config.log' for more details." >&5
10385 echo "$as_me: error: cannot run C compiled programs.
10386 If you meant to cross compile, use \`--host'.
10387 See \`config.log' for more details." >&2;}
10388 { (exit 1); exit 1; }; }
10392 echo "$as_me:$LINENO: result: yes" >&5
10393 echo "${ECHO_T}yes" >&6
10395 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
10396 ac_clean_files
=$ac_clean_files_save
10397 # Check the compiler produces executables we can run. If not, either
10398 # the compiler is broken, or we cross compile.
10399 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10400 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10401 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10402 echo "${ECHO_T}$cross_compiling" >&6
10404 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10405 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10406 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10407 (eval $ac_link) 2>&5
10409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10410 (exit $ac_status); }; then
10411 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10412 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10413 # work properly (i.e., refer to `conftest.exe'), while it won't with
10415 for ac_file
in conftest.exe conftest conftest.
*; do
10416 test -f "$ac_file" || continue
10418 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
10419 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10420 export ac_cv_exeext
10426 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10427 See \`config.log' for more details." >&5
10428 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10429 See \`config.log' for more details." >&2;}
10430 { (exit 1); exit 1; }; }
10433 rm -f conftest
$ac_cv_exeext
10434 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10435 echo "${ECHO_T}$ac_cv_exeext" >&6
10437 rm -f conftest.
$ac_ext
10438 EXEEXT
=$ac_cv_exeext
10440 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10441 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10442 if test "${ac_cv_objext+set}" = set; then
10443 echo $ECHO_N "(cached) $ECHO_C" >&6
10445 cat >conftest.
$ac_ext <<_ACEOF
10448 cat confdefs.h
>>conftest.
$ac_ext
10449 cat >>conftest.
$ac_ext <<_ACEOF
10450 /* end confdefs.h. */
10460 rm -f conftest.o conftest.obj
10461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10462 (eval $ac_compile) 2>&5
10464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10465 (exit $ac_status); }; then
10466 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10468 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
10469 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
10474 echo "$as_me: failed program was:" >&5
10475 sed 's/^/| /' conftest.
$ac_ext >&5
10477 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10478 See \`config.log' for more details." >&5
10479 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10480 See \`config.log' for more details." >&2;}
10481 { (exit 1); exit 1; }; }
10484 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
10486 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10487 echo "${ECHO_T}$ac_cv_objext" >&6
10488 OBJEXT
=$ac_cv_objext
10490 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10491 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10492 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10493 echo $ECHO_N "(cached) $ECHO_C" >&6
10495 cat >conftest.
$ac_ext <<_ACEOF
10498 cat confdefs.h
>>conftest.
$ac_ext
10499 cat >>conftest.
$ac_ext <<_ACEOF
10500 /* end confdefs.h. */
10513 rm -f conftest.
$ac_objext
10514 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10515 (eval $ac_compile) 2>conftest.er1
10517 grep -v '^ *+' conftest.er1
>conftest.err
10519 cat conftest.err
>&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } &&
10522 { ac_try
='test -z "$ac_c_werror_flag"
10523 || test ! -s conftest.err'
10524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10525 (eval $ac_try) 2>&5
10527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10528 (exit $ac_status); }; } &&
10529 { ac_try
='test -s conftest.$ac_objext'
10530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10531 (eval $ac_try) 2>&5
10533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10534 (exit $ac_status); }; }; then
10535 ac_compiler_gnu
=yes
10537 echo "$as_me: failed program was:" >&5
10538 sed 's/^/| /' conftest.
$ac_ext >&5
10542 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10543 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
10546 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10547 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10548 GCC
=`test $ac_compiler_gnu = yes && echo yes`
10549 ac_test_CFLAGS
=${CFLAGS+set}
10550 ac_save_CFLAGS
=$CFLAGS
10552 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10553 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10554 if test "${ac_cv_prog_cc_g+set}" = set; then
10555 echo $ECHO_N "(cached) $ECHO_C" >&6
10557 cat >conftest.
$ac_ext <<_ACEOF
10560 cat confdefs.h
>>conftest.
$ac_ext
10561 cat >>conftest.
$ac_ext <<_ACEOF
10562 /* end confdefs.h. */
10572 rm -f conftest.
$ac_objext
10573 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10574 (eval $ac_compile) 2>conftest.er1
10576 grep -v '^ *+' conftest.er1
>conftest.err
10578 cat conftest.err
>&5
10579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10580 (exit $ac_status); } &&
10581 { ac_try
='test -z "$ac_c_werror_flag"
10582 || test ! -s conftest.err'
10583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10584 (eval $ac_try) 2>&5
10586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10587 (exit $ac_status); }; } &&
10588 { ac_try
='test -s conftest.$ac_objext'
10589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10590 (eval $ac_try) 2>&5
10592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10593 (exit $ac_status); }; }; then
10594 ac_cv_prog_cc_g
=yes
10596 echo "$as_me: failed program was:" >&5
10597 sed 's/^/| /' conftest.
$ac_ext >&5
10601 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10603 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10604 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10605 if test "$ac_test_CFLAGS" = set; then
10606 CFLAGS
=$ac_save_CFLAGS
10607 elif test $ac_cv_prog_cc_g = yes; then
10608 if test "$GCC" = yes; then
10614 if test "$GCC" = yes; then
10620 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10621 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10622 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10623 echo $ECHO_N "(cached) $ECHO_C" >&6
10625 ac_cv_prog_cc_stdc
=no
10627 cat >conftest.
$ac_ext <<_ACEOF
10630 cat confdefs.h
>>conftest.
$ac_ext
10631 cat >>conftest.
$ac_ext <<_ACEOF
10632 /* end confdefs.h. */
10633 #include <stdarg.h>
10635 #include <sys/types.h>
10636 #include <sys/stat.h>
10637 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10638 struct buf { int x; };
10639 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10640 static char *e (p, i)
10646 static char *f (char * (*g) (char **, int), char **p, ...)
10651 s = g (p, va_arg (v,int));
10656 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
10657 function prototypes and stuff, but not '\xHH' hex character constants.
10658 These don't provoke an error unfortunately, instead are silently treated
10659 as 'x'. The following induces an error, until -std1 is added to get
10660 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
10661 array size at least. It's necessary to write '\x00'==0 to get something
10662 that's true only with -std1. */
10663 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
10665 int test (int i, double x);
10666 struct s1 {int (*f) (int a);};
10667 struct s2 {int (*f) (double a);};
10668 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10674 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10679 # Don't try gcc -ansi; that turns off useful extensions and
10680 # breaks some systems' header files.
10681 # AIX -qlanglvl=ansi
10682 # Ultrix and OSF/1 -std1
10683 # HP-UX 10.20 and later -Ae
10684 # HP-UX older versions -Aa -D_HPUX_SOURCE
10685 # SVR4 -Xc -D__EXTENSIONS__
10686 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10688 CC
="$ac_save_CC $ac_arg"
10689 rm -f conftest.
$ac_objext
10690 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10691 (eval $ac_compile) 2>conftest.er1
10693 grep -v '^ *+' conftest.er1
>conftest.err
10695 cat conftest.err
>&5
10696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10697 (exit $ac_status); } &&
10698 { ac_try
='test -z "$ac_c_werror_flag"
10699 || test ! -s conftest.err'
10700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10701 (eval $ac_try) 2>&5
10703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10704 (exit $ac_status); }; } &&
10705 { ac_try
='test -s conftest.$ac_objext'
10706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10707 (eval $ac_try) 2>&5
10709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10710 (exit $ac_status); }; }; then
10711 ac_cv_prog_cc_stdc
=$ac_arg
10714 echo "$as_me: failed program was:" >&5
10715 sed 's/^/| /' conftest.
$ac_ext >&5
10718 rm -f conftest.err conftest.
$ac_objext
10720 rm -f conftest.
$ac_ext conftest.
$ac_objext
10725 case "x$ac_cv_prog_cc_stdc" in
10727 echo "$as_me:$LINENO: result: none needed" >&5
10728 echo "${ECHO_T}none needed" >&6 ;;
10730 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10731 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10732 CC
="$CC $ac_cv_prog_cc_stdc" ;;
10735 # Some people use a C++ compiler to compile C. Since we use `exit',
10736 # in C++ we need to declare it. In case someone uses the same compiler
10737 # for both compiling C and C++ we need to have the C++ compiler decide
10738 # the declaration of exit, since it's the most demanding environment.
10739 cat >conftest.
$ac_ext <<_ACEOF
10740 #ifndef __cplusplus
10744 rm -f conftest.
$ac_objext
10745 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10746 (eval $ac_compile) 2>conftest.er1
10748 grep -v '^ *+' conftest.er1
>conftest.err
10750 cat conftest.err
>&5
10751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10752 (exit $ac_status); } &&
10753 { ac_try
='test -z "$ac_c_werror_flag"
10754 || test ! -s conftest.err'
10755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10756 (eval $ac_try) 2>&5
10758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10759 (exit $ac_status); }; } &&
10760 { ac_try
='test -s conftest.$ac_objext'
10761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10762 (eval $ac_try) 2>&5
10764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10765 (exit $ac_status); }; }; then
10766 for ac_declaration
in \
10768 'extern "C" void std::exit (int) throw (); using std::exit;' \
10769 'extern "C" void std::exit (int); using std::exit;' \
10770 'extern "C" void exit (int) throw ();' \
10771 'extern "C" void exit (int);' \
10774 cat >conftest.
$ac_ext <<_ACEOF
10777 cat confdefs.h
>>conftest.
$ac_ext
10778 cat >>conftest.
$ac_ext <<_ACEOF
10779 /* end confdefs.h. */
10781 #include <stdlib.h>
10790 rm -f conftest.
$ac_objext
10791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10792 (eval $ac_compile) 2>conftest.er1
10794 grep -v '^ *+' conftest.er1
>conftest.err
10796 cat conftest.err
>&5
10797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10798 (exit $ac_status); } &&
10799 { ac_try
='test -z "$ac_c_werror_flag"
10800 || test ! -s conftest.err'
10801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10802 (eval $ac_try) 2>&5
10804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10805 (exit $ac_status); }; } &&
10806 { ac_try
='test -s conftest.$ac_objext'
10807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10808 (eval $ac_try) 2>&5
10810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10811 (exit $ac_status); }; }; then
10814 echo "$as_me: failed program was:" >&5
10815 sed 's/^/| /' conftest.
$ac_ext >&5
10819 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10820 cat >conftest.
$ac_ext <<_ACEOF
10823 cat confdefs.h
>>conftest.
$ac_ext
10824 cat >>conftest.
$ac_ext <<_ACEOF
10825 /* end confdefs.h. */
10835 rm -f conftest.
$ac_objext
10836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10837 (eval $ac_compile) 2>conftest.er1
10839 grep -v '^ *+' conftest.er1
>conftest.err
10841 cat conftest.err
>&5
10842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10843 (exit $ac_status); } &&
10844 { ac_try
='test -z "$ac_c_werror_flag"
10845 || test ! -s conftest.err'
10846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10847 (eval $ac_try) 2>&5
10849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10850 (exit $ac_status); }; } &&
10851 { ac_try
='test -s conftest.$ac_objext'
10852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10853 (eval $ac_try) 2>&5
10855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10856 (exit $ac_status); }; }; then
10859 echo "$as_me: failed program was:" >&5
10860 sed 's/^/| /' conftest.
$ac_ext >&5
10863 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10866 if test -n "$ac_declaration"; then
10867 echo '#ifdef __cplusplus' >>confdefs.h
10868 echo $ac_declaration >>confdefs.h
10869 echo '#endif' >>confdefs.h
10873 echo "$as_me: failed program was:" >&5
10874 sed 's/^/| /' conftest.
$ac_ext >&5
10877 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10879 ac_cpp
='$CPP $CPPFLAGS'
10880 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10881 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10882 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10887 ac_cpp
='$CPP $CPPFLAGS'
10888 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10889 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10890 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10891 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
10892 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
10893 # On Suns, sometimes $CPP names a directory.
10894 if test -n "$CPP" && test -d "$CPP"; then
10897 if test -z "$CPP"; then
10898 if test "${ac_cv_prog_CPP+set}" = set; then
10899 echo $ECHO_N "(cached) $ECHO_C" >&6
10901 # Double quotes because CPP needs to be expanded
10902 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10904 ac_preproc_ok
=false
10905 for ac_c_preproc_warn_flag
in '' yes
10907 # Use a header file that comes with gcc, so configuring glibc
10908 # with a fresh cross-compiler works.
10909 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10910 # <limits.h> exists even on freestanding compilers.
10911 # On the NeXT, cc -E runs the code through the compiler's parser,
10912 # not just through cpp. "Syntax error" is here to catch this case.
10913 cat >conftest.
$ac_ext <<_ACEOF
10916 cat confdefs.h
>>conftest.
$ac_ext
10917 cat >>conftest.
$ac_ext <<_ACEOF
10918 /* end confdefs.h. */
10920 # include <limits.h>
10922 # include <assert.h>
10926 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10927 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10929 grep -v '^ *+' conftest.er1
>conftest.err
10931 cat conftest.err
>&5
10932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10933 (exit $ac_status); } >/dev
/null
; then
10934 if test -s conftest.err
; then
10935 ac_cpp_err
=$ac_c_preproc_warn_flag
10936 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
10943 if test -z "$ac_cpp_err"; then
10946 echo "$as_me: failed program was:" >&5
10947 sed 's/^/| /' conftest.
$ac_ext >&5
10949 # Broken: fails on valid input.
10952 rm -f conftest.err conftest.
$ac_ext
10954 # OK, works on sane cases. Now check whether non-existent headers
10955 # can be detected and how.
10956 cat >conftest.
$ac_ext <<_ACEOF
10959 cat confdefs.h
>>conftest.
$ac_ext
10960 cat >>conftest.
$ac_ext <<_ACEOF
10961 /* end confdefs.h. */
10962 #include <ac_nonexistent.h>
10964 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10965 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10967 grep -v '^ *+' conftest.er1
>conftest.err
10969 cat conftest.err
>&5
10970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10971 (exit $ac_status); } >/dev
/null
; then
10972 if test -s conftest.err
; then
10973 ac_cpp_err
=$ac_c_preproc_warn_flag
10974 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
10981 if test -z "$ac_cpp_err"; then
10982 # Broken: success on invalid input.
10985 echo "$as_me: failed program was:" >&5
10986 sed 's/^/| /' conftest.
$ac_ext >&5
10988 # Passes both tests.
10992 rm -f conftest.err conftest.
$ac_ext
10995 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10996 rm -f conftest.err conftest.
$ac_ext
10997 if $ac_preproc_ok; then
11002 ac_cv_prog_CPP
=$CPP
11005 CPP
=$ac_cv_prog_CPP
11007 ac_cv_prog_CPP
=$CPP
11009 echo "$as_me:$LINENO: result: $CPP" >&5
11010 echo "${ECHO_T}$CPP" >&6
11011 ac_preproc_ok
=false
11012 for ac_c_preproc_warn_flag
in '' yes
11014 # Use a header file that comes with gcc, so configuring glibc
11015 # with a fresh cross-compiler works.
11016 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11017 # <limits.h> exists even on freestanding compilers.
11018 # On the NeXT, cc -E runs the code through the compiler's parser,
11019 # not just through cpp. "Syntax error" is here to catch this case.
11020 cat >conftest.
$ac_ext <<_ACEOF
11023 cat confdefs.h
>>conftest.
$ac_ext
11024 cat >>conftest.
$ac_ext <<_ACEOF
11025 /* end confdefs.h. */
11027 # include <limits.h>
11029 # include <assert.h>
11033 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11034 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11036 grep -v '^ *+' conftest.er1
>conftest.err
11038 cat conftest.err
>&5
11039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11040 (exit $ac_status); } >/dev
/null
; then
11041 if test -s conftest.err
; then
11042 ac_cpp_err
=$ac_c_preproc_warn_flag
11043 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11050 if test -z "$ac_cpp_err"; then
11053 echo "$as_me: failed program was:" >&5
11054 sed 's/^/| /' conftest.
$ac_ext >&5
11056 # Broken: fails on valid input.
11059 rm -f conftest.err conftest.
$ac_ext
11061 # OK, works on sane cases. Now check whether non-existent headers
11062 # can be detected and how.
11063 cat >conftest.
$ac_ext <<_ACEOF
11066 cat confdefs.h
>>conftest.
$ac_ext
11067 cat >>conftest.
$ac_ext <<_ACEOF
11068 /* end confdefs.h. */
11069 #include <ac_nonexistent.h>
11071 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11072 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11074 grep -v '^ *+' conftest.er1
>conftest.err
11076 cat conftest.err
>&5
11077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11078 (exit $ac_status); } >/dev
/null
; then
11079 if test -s conftest.err
; then
11080 ac_cpp_err
=$ac_c_preproc_warn_flag
11081 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11088 if test -z "$ac_cpp_err"; then
11089 # Broken: success on invalid input.
11092 echo "$as_me: failed program was:" >&5
11093 sed 's/^/| /' conftest.
$ac_ext >&5
11095 # Passes both tests.
11099 rm -f conftest.err conftest.
$ac_ext
11102 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11103 rm -f conftest.err conftest.
$ac_ext
11104 if $ac_preproc_ok; then
11107 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
11108 See \`config.log' for more details." >&5
11109 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
11110 See \`config.log' for more details." >&2;}
11111 { (exit 1); exit 1; }; }
11115 ac_cpp
='$CPP $CPPFLAGS'
11116 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11117 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11118 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11121 echo "$as_me:$LINENO: checking for egrep" >&5
11122 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
11123 if test "${ac_cv_prog_egrep+set}" = set; then
11124 echo $ECHO_N "(cached) $ECHO_C" >&6
11126 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
11127 then ac_cv_prog_egrep
='grep -E'
11128 else ac_cv_prog_egrep
='egrep'
11131 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
11132 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
11133 EGREP
=$ac_cv_prog_egrep
11136 if test $ac_cv_c_compiler_gnu = yes; then
11137 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
11138 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
11139 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
11140 echo $ECHO_N "(cached) $ECHO_C" >&6
11142 ac_pattern
="Autoconf.*'x'"
11143 cat >conftest.
$ac_ext <<_ACEOF
11146 cat confdefs.h
>>conftest.
$ac_ext
11147 cat >>conftest.
$ac_ext <<_ACEOF
11148 /* end confdefs.h. */
11152 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11153 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
11154 ac_cv_prog_gcc_traditional
=yes
11156 ac_cv_prog_gcc_traditional
=no
11161 if test $ac_cv_prog_gcc_traditional = no
; then
11162 cat >conftest.
$ac_ext <<_ACEOF
11165 cat confdefs.h
>>conftest.
$ac_ext
11166 cat >>conftest.
$ac_ext <<_ACEOF
11167 /* end confdefs.h. */
11168 #include <termio.h>
11171 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11172 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
11173 ac_cv_prog_gcc_traditional
=yes
11179 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
11180 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
11181 if test $ac_cv_prog_gcc_traditional = yes; then
11182 CC
="$CC -traditional"
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
11196 CXXFLAGS
=${CXXFLAGS:=}
11198 ac_cpp
='$CXXCPP $CPPFLAGS'
11199 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11200 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11201 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11202 if test -n "$ac_tool_prefix"; then
11203 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
11205 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11206 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
11207 echo "$as_me:$LINENO: checking for $ac_word" >&5
11208 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11209 if test "${ac_cv_prog_CXX+set}" = set; then
11210 echo $ECHO_N "(cached) $ECHO_C" >&6
11212 if test -n "$CXX"; then
11213 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
11215 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11216 for as_dir
in $PATH
11219 test -z "$as_dir" && as_dir
=.
11220 for ac_exec_ext
in '' $ac_executable_extensions; do
11221 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11222 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
11223 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11231 CXX
=$ac_cv_prog_CXX
11232 if test -n "$CXX"; then
11233 echo "$as_me:$LINENO: result: $CXX" >&5
11234 echo "${ECHO_T}$CXX" >&6
11236 echo "$as_me:$LINENO: result: no" >&5
11237 echo "${ECHO_T}no" >&6
11240 test -n "$CXX" && break
11243 if test -z "$CXX"; then
11245 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
11247 # Extract the first word of "$ac_prog", so it can be a program name with args.
11248 set dummy
$ac_prog; ac_word
=$2
11249 echo "$as_me:$LINENO: checking for $ac_word" >&5
11250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11251 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
11252 echo $ECHO_N "(cached) $ECHO_C" >&6
11254 if test -n "$ac_ct_CXX"; then
11255 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
11257 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11258 for as_dir
in $PATH
11261 test -z "$as_dir" && as_dir
=.
11262 for ac_exec_ext
in '' $ac_executable_extensions; do
11263 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11264 ac_cv_prog_ac_ct_CXX
="$ac_prog"
11265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11273 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
11274 if test -n "$ac_ct_CXX"; then
11275 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
11276 echo "${ECHO_T}$ac_ct_CXX" >&6
11278 echo "$as_me:$LINENO: result: no" >&5
11279 echo "${ECHO_T}no" >&6
11282 test -n "$ac_ct_CXX" && break
11284 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
11290 # Provide some information about the compiler.
11291 echo "$as_me:$LINENO:" \
11292 "checking for C++ compiler version" >&5
11293 ac_compiler
=`set X $ac_compile; echo $2`
11294 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11295 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11298 (exit $ac_status); }
11299 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11300 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
11302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11303 (exit $ac_status); }
11304 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11305 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
11307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11308 (exit $ac_status); }
11310 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
11311 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
11312 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
11313 echo $ECHO_N "(cached) $ECHO_C" >&6
11315 cat >conftest.
$ac_ext <<_ACEOF
11318 cat confdefs.h
>>conftest.
$ac_ext
11319 cat >>conftest.
$ac_ext <<_ACEOF
11320 /* end confdefs.h. */
11333 rm -f conftest.
$ac_objext
11334 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11335 (eval $ac_compile) 2>conftest.er1
11337 grep -v '^ *+' conftest.er1
>conftest.err
11339 cat conftest.err
>&5
11340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11341 (exit $ac_status); } &&
11342 { ac_try
='test -z "$ac_cxx_werror_flag"
11343 || test ! -s conftest.err'
11344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11345 (eval $ac_try) 2>&5
11347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11348 (exit $ac_status); }; } &&
11349 { ac_try
='test -s conftest.$ac_objext'
11350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11351 (eval $ac_try) 2>&5
11353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354 (exit $ac_status); }; }; then
11355 ac_compiler_gnu
=yes
11357 echo "$as_me: failed program was:" >&5
11358 sed 's/^/| /' conftest.
$ac_ext >&5
11362 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11363 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
11366 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
11367 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
11368 GXX
=`test $ac_compiler_gnu = yes && echo yes`
11369 ac_test_CXXFLAGS
=${CXXFLAGS+set}
11370 ac_save_CXXFLAGS
=$CXXFLAGS
11372 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
11373 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
11374 if test "${ac_cv_prog_cxx_g+set}" = set; then
11375 echo $ECHO_N "(cached) $ECHO_C" >&6
11377 cat >conftest.
$ac_ext <<_ACEOF
11380 cat confdefs.h
>>conftest.
$ac_ext
11381 cat >>conftest.
$ac_ext <<_ACEOF
11382 /* end confdefs.h. */
11392 rm -f conftest.
$ac_objext
11393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11394 (eval $ac_compile) 2>conftest.er1
11396 grep -v '^ *+' conftest.er1
>conftest.err
11398 cat conftest.err
>&5
11399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11400 (exit $ac_status); } &&
11401 { ac_try
='test -z "$ac_cxx_werror_flag"
11402 || test ! -s conftest.err'
11403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11404 (eval $ac_try) 2>&5
11406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11407 (exit $ac_status); }; } &&
11408 { ac_try
='test -s conftest.$ac_objext'
11409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11410 (eval $ac_try) 2>&5
11412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11413 (exit $ac_status); }; }; then
11414 ac_cv_prog_cxx_g
=yes
11416 echo "$as_me: failed program was:" >&5
11417 sed 's/^/| /' conftest.
$ac_ext >&5
11419 ac_cv_prog_cxx_g
=no
11421 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11423 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11424 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11425 if test "$ac_test_CXXFLAGS" = set; then
11426 CXXFLAGS
=$ac_save_CXXFLAGS
11427 elif test $ac_cv_prog_cxx_g = yes; then
11428 if test "$GXX" = yes; then
11434 if test "$GXX" = yes; then
11440 for ac_declaration
in \
11442 'extern "C" void std::exit (int) throw (); using std::exit;' \
11443 'extern "C" void std::exit (int); using std::exit;' \
11444 'extern "C" void exit (int) throw ();' \
11445 'extern "C" void exit (int);' \
11448 cat >conftest.
$ac_ext <<_ACEOF
11451 cat confdefs.h
>>conftest.
$ac_ext
11452 cat >>conftest.
$ac_ext <<_ACEOF
11453 /* end confdefs.h. */
11455 #include <stdlib.h>
11464 rm -f conftest.
$ac_objext
11465 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11466 (eval $ac_compile) 2>conftest.er1
11468 grep -v '^ *+' conftest.er1
>conftest.err
11470 cat conftest.err
>&5
11471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11472 (exit $ac_status); } &&
11473 { ac_try
='test -z "$ac_cxx_werror_flag"
11474 || test ! -s conftest.err'
11475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11476 (eval $ac_try) 2>&5
11478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11479 (exit $ac_status); }; } &&
11480 { ac_try
='test -s conftest.$ac_objext'
11481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11482 (eval $ac_try) 2>&5
11484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11485 (exit $ac_status); }; }; then
11488 echo "$as_me: failed program was:" >&5
11489 sed 's/^/| /' conftest.
$ac_ext >&5
11493 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11494 cat >conftest.
$ac_ext <<_ACEOF
11497 cat confdefs.h
>>conftest.
$ac_ext
11498 cat >>conftest.
$ac_ext <<_ACEOF
11499 /* end confdefs.h. */
11509 rm -f conftest.
$ac_objext
11510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11511 (eval $ac_compile) 2>conftest.er1
11513 grep -v '^ *+' conftest.er1
>conftest.err
11515 cat conftest.err
>&5
11516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11517 (exit $ac_status); } &&
11518 { ac_try
='test -z "$ac_cxx_werror_flag"
11519 || test ! -s conftest.err'
11520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11521 (eval $ac_try) 2>&5
11523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11524 (exit $ac_status); }; } &&
11525 { ac_try
='test -s conftest.$ac_objext'
11526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11527 (eval $ac_try) 2>&5
11529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11530 (exit $ac_status); }; }; then
11533 echo "$as_me: failed program was:" >&5
11534 sed 's/^/| /' conftest.
$ac_ext >&5
11537 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11540 if test -n "$ac_declaration"; then
11541 echo '#ifdef __cplusplus' >>confdefs.h
11542 echo $ac_declaration >>confdefs.h
11543 echo '#endif' >>confdefs.h
11547 ac_cpp
='$CXXCPP $CPPFLAGS'
11548 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11549 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11550 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11554 ac_cpp
='$CPP $CPPFLAGS'
11555 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11556 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11557 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11560 if test -n "$ac_tool_prefix"; then
11561 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11562 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
11563 echo "$as_me:$LINENO: checking for $ac_word" >&5
11564 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11565 if test "${ac_cv_prog_RANLIB+set}" = set; then
11566 echo $ECHO_N "(cached) $ECHO_C" >&6
11568 if test -n "$RANLIB"; then
11569 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
11571 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11572 for as_dir
in $PATH
11575 test -z "$as_dir" && as_dir
=.
11576 for ac_exec_ext
in '' $ac_executable_extensions; do
11577 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11578 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
11579 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11587 RANLIB
=$ac_cv_prog_RANLIB
11588 if test -n "$RANLIB"; then
11589 echo "$as_me:$LINENO: result: $RANLIB" >&5
11590 echo "${ECHO_T}$RANLIB" >&6
11592 echo "$as_me:$LINENO: result: no" >&5
11593 echo "${ECHO_T}no" >&6
11597 if test -z "$ac_cv_prog_RANLIB"; then
11598 ac_ct_RANLIB
=$RANLIB
11599 # Extract the first word of "ranlib", so it can be a program name with args.
11600 set dummy ranlib
; ac_word
=$2
11601 echo "$as_me:$LINENO: checking for $ac_word" >&5
11602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11603 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11604 echo $ECHO_N "(cached) $ECHO_C" >&6
11606 if test -n "$ac_ct_RANLIB"; then
11607 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
11609 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11610 for as_dir
in $PATH
11613 test -z "$as_dir" && as_dir
=.
11614 for ac_exec_ext
in '' $ac_executable_extensions; do
11615 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11616 ac_cv_prog_ac_ct_RANLIB
="ranlib"
11617 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11623 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
11626 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
11627 if test -n "$ac_ct_RANLIB"; then
11628 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11629 echo "${ECHO_T}$ac_ct_RANLIB" >&6
11631 echo "$as_me:$LINENO: result: no" >&5
11632 echo "${ECHO_T}no" >&6
11635 RANLIB
=$ac_ct_RANLIB
11637 RANLIB
="$ac_cv_prog_RANLIB"
11641 # Extract the first word of "ar", so it can be a program name with args.
11642 set dummy
ar; ac_word
=$2
11643 echo "$as_me:$LINENO: checking for $ac_word" >&5
11644 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11645 if test "${ac_cv_prog_AR+set}" = set; then
11646 echo $ECHO_N "(cached) $ECHO_C" >&6
11648 if test -n "$AR"; then
11649 ac_cv_prog_AR
="$AR" # Let the user override the test.
11651 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11652 for as_dir
in $PATH
11655 test -z "$as_dir" && as_dir
=.
11656 for ac_exec_ext
in '' $ac_executable_extensions; do
11657 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11659 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11668 if test -n "$AR"; then
11669 echo "$as_me:$LINENO: result: $AR" >&5
11670 echo "${ECHO_T}$AR" >&6
11672 echo "$as_me:$LINENO: result: no" >&5
11673 echo "${ECHO_T}no" >&6
11676 if test "x$AR" = "x" ; then
11677 { { echo "$as_me:$LINENO: error: ar is needed to build wxWindows" >&5
11678 echo "$as_me: error: ar is needed to build wxWindows" >&2;}
11679 { (exit 1); exit 1; }; }
11682 # Find a good install program. We prefer a C program (faster),
11683 # so one script is as good as another. But avoid the broken or
11684 # incompatible versions:
11685 # SysV /etc/install, /usr/sbin/install
11686 # SunOS /usr/etc/install
11687 # IRIX /sbin/install
11689 # AmigaOS /C/install, which installs bootblocks on floppy discs
11690 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11691 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
11692 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11693 # OS/2's system install, which has a completely different semantic
11694 # ./install, which can be erroneously created by make from ./install.sh.
11695 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11696 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11697 if test -z "$INSTALL"; then
11698 if test "${ac_cv_path_install+set}" = set; then
11699 echo $ECHO_N "(cached) $ECHO_C" >&6
11701 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11702 for as_dir
in $PATH
11705 test -z "$as_dir" && as_dir
=.
11706 # Account for people who put trailing slashes in PATH elements.
11708 .
/ | .
// | /cC
/* | \
11709 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
11710 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
11713 # OSF1 and SCO ODT 3.0 have their own names for install.
11714 # Don't use installbsd from OSF since it installs stuff as root
11716 for ac_prog
in ginstall scoinst
install; do
11717 for ac_exec_ext
in '' $ac_executable_extensions; do
11718 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11719 if test $ac_prog = install &&
11720 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11721 # AIX install. It has an incompatible calling convention.
11723 elif test $ac_prog = install &&
11724 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11725 # program-specific install script used by HP pwplus--don't use.
11728 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
11740 if test "${ac_cv_path_install+set}" = set; then
11741 INSTALL
=$ac_cv_path_install
11743 # As a last resort, use the slow shell script. We don't cache a
11744 # path for INSTALL within a source directory, because that will
11745 # break other packages using the cache if that directory is
11746 # removed, or if the path is relative.
11747 INSTALL
=$ac_install_sh
11750 echo "$as_me:$LINENO: result: $INSTALL" >&5
11751 echo "${ECHO_T}$INSTALL" >&6
11753 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11754 # It thinks the first close brace ends the variable substitution.
11755 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
11757 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
11759 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
11765 ?
:* ) # Drive letter, considered as absolute.
11768 INSTALL
=`pwd`/${INSTALL} ;;
11773 INSTALL_DIR
="mkdir"
11776 *) INSTALL_DIR
="$INSTALL -d"
11783 powerpc
-*-darwin* )
11784 INSTALL_PROGRAM
="cp -fp"
11785 INSTALL_DATA
="cp -fp"
11791 # Extract the first word of "strip", so it can be a program name with args.
11792 set dummy strip
; ac_word
=$2
11793 echo "$as_me:$LINENO: checking for $ac_word" >&5
11794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11795 if test "${ac_cv_prog_STRIP+set}" = set; then
11796 echo $ECHO_N "(cached) $ECHO_C" >&6
11798 if test -n "$STRIP"; then
11799 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
11801 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11802 for as_dir
in $PATH
11805 test -z "$as_dir" && as_dir
=.
11806 for ac_exec_ext
in '' $ac_executable_extensions; do
11807 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11808 ac_cv_prog_STRIP
="strip"
11809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11815 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
11818 STRIP
=$ac_cv_prog_STRIP
11819 if test -n "$STRIP"; then
11820 echo "$as_me:$LINENO: result: $STRIP" >&5
11821 echo "${ECHO_T}$STRIP" >&6
11823 echo "$as_me:$LINENO: result: no" >&5
11824 echo "${ECHO_T}no" >&6
11828 echo "$as_me:$LINENO: checking if make is GNU make" >&5
11829 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
11830 if test "${wx_cv_prog_makeisgnu+set}" = set; then
11831 echo $ECHO_N "(cached) $ECHO_C" >&6
11834 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
11835 egrep -s GNU
> /dev
/null
); then
11836 wx_cv_prog_makeisgnu
="yes"
11838 wx_cv_prog_makeisgnu
="no"
11842 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
11843 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
11845 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
11853 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
11854 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
11855 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
11856 if test "${wx_cv_prog_makevpath+set}" = set; then
11857 echo $ECHO_N "(cached) $ECHO_C" >&6
11860 cat - << EOF > confMake
11866 if test ! -d sub
; then
11869 echo dummy
> sub
/file
11870 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
11872 rm -f sub
/file check final_file confMake
11874 if test "$RESULT" = 0; then
11875 wx_cv_prog_makevpath
="yes"
11877 wx_cv_prog_makevpath
="no"
11881 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
11882 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
11884 if test "x$wx_cv_prog_makevpath" != "xyes"; then
11885 { { echo "$as_me:$LINENO: error:
11886 You need a make-utility that is able to use the variable
11888 If your version of make does not support VPATH correctly,
11889 please install GNU-make (possibly as gmake), and start
11890 configure with the following command:
11891 export MAKE=gmake; ./configure for sh-type shells
11892 setenv MAKE gmake; ./configure for csh-type shells
11893 Also please do remember to use gmake in this case every time
11894 you are trying to compile.
11896 echo "$as_me: error:
11897 You need a make-utility that is able to use the variable
11899 If your version of make does not support VPATH correctly,
11900 please install GNU-make (possibly as gmake), and start
11901 configure with the following command:
11902 export MAKE=gmake; ./configure for sh-type shells
11903 setenv MAKE gmake; ./configure for csh-type shells
11904 Also please do remember to use gmake in this case every time
11905 you are trying to compile.
11907 { (exit 1); exit 1; }; }
11909 echo "$as_me:$LINENO: checking whether ln -s works" >&5
11910 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
11912 if test "$LN_S" = "ln -s"; then
11913 echo "$as_me:$LINENO: result: yes" >&5
11914 echo "${ECHO_T}yes" >&6
11916 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
11917 echo "${ECHO_T}no, using $LN_S" >&6
11922 *-pc-os2_emx | *-pc-os2-emx )
11923 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
11924 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
11925 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
11926 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
11927 echo $ECHO_N "(cached) $ECHO_C" >&6
11929 ac_check_lib_save_LIBS
=$LIBS
11930 LIBS
="-lcExt $LIBS"
11931 cat >conftest.
$ac_ext <<_ACEOF
11934 cat confdefs.h
>>conftest.
$ac_ext
11935 cat >>conftest.
$ac_ext <<_ACEOF
11936 /* end confdefs.h. */
11938 /* Override any gcc2 internal prototype to avoid an error. */
11942 /* We use char because int might match the return type of a gcc2
11943 builtin and then its argument prototype would still apply. */
11953 rm -f conftest.
$ac_objext conftest
$ac_exeext
11954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11955 (eval $ac_link) 2>conftest.er1
11957 grep -v '^ *+' conftest.er1
>conftest.err
11959 cat conftest.err
>&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } &&
11962 { ac_try
='test -z "$ac_c_werror_flag"
11963 || test ! -s conftest.err'
11964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11965 (eval $ac_try) 2>&5
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); }; } &&
11969 { ac_try
='test -s conftest$ac_exeext'
11970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11971 (eval $ac_try) 2>&5
11973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11974 (exit $ac_status); }; }; then
11975 ac_cv_lib_cExt_drand48
=yes
11977 echo "$as_me: failed program was:" >&5
11978 sed 's/^/| /' conftest.
$ac_ext >&5
11980 ac_cv_lib_cExt_drand48
=no
11982 rm -f conftest.err conftest.
$ac_objext \
11983 conftest
$ac_exeext conftest.
$ac_ext
11984 LIBS
=$ac_check_lib_save_LIBS
11986 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
11987 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
11988 if test $ac_cv_lib_cExt_drand48 = yes; then
11989 LIBS
="$LIBS -lcExt"
11993 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
11995 echo "$as_me:$LINENO: checking for gcc 3 or later" >&5
11996 echo $ECHO_N "checking for gcc 3 or later... $ECHO_C" >&6
11997 if test "${wx_cv_gcc3+set}" = set; then
11998 echo $ECHO_N "(cached) $ECHO_C" >&6
12001 cat >conftest.
$ac_ext <<_ACEOF
12004 cat confdefs.h
>>conftest.
$ac_ext
12005 cat >>conftest.
$ac_ext <<_ACEOF
12006 /* end confdefs.h. */
12020 rm -f conftest.
$ac_objext
12021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12022 (eval $ac_compile) 2>conftest.er1
12024 grep -v '^ *+' conftest.er1
>conftest.err
12026 cat conftest.err
>&5
12027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12028 (exit $ac_status); } &&
12029 { ac_try
='test -z "$ac_c_werror_flag"
12030 || test ! -s conftest.err'
12031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12032 (eval $ac_try) 2>&5
12034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12035 (exit $ac_status); }; } &&
12036 { ac_try
='test -s conftest.$ac_objext'
12037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12038 (eval $ac_try) 2>&5
12040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12041 (exit $ac_status); }; }; then
12046 echo "$as_me: failed program was:" >&5
12047 sed 's/^/| /' conftest.
$ac_ext >&5
12054 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12057 echo "$as_me:$LINENO: result: $wx_cv_gcc3" >&5
12058 echo "${ECHO_T}$wx_cv_gcc3" >&6
12059 if test "$wx_cv_gcc3" = "no"; then
12060 LIBS
="$LIBS -lstdcpp"
12062 LIBS
="$LIBS -lstdcxx"
12068 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
12069 echo "$as_me:$LINENO: checking for strings.h" >&5
12070 echo $ECHO_N "checking for strings.h... $ECHO_C" >&6
12071 if test "${ac_cv_header_strings_h+set}" = set; then
12072 echo $ECHO_N "(cached) $ECHO_C" >&6
12074 ac_cv_header_strings_h
=no
12076 echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5
12077 echo "${ECHO_T}$ac_cv_header_strings_h" >&6
12078 if test "$ac_cv_header_strings_h" = "no"; then
12079 echo "$as_me:$LINENO: result: forced no into cache" >&5
12080 echo "${ECHO_T}forced no into cache" >&6
12082 { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5
12083 echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;}
12086 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
12087 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
12088 if test "${ac_cv_header_stdc+set}" = set; then
12089 echo $ECHO_N "(cached) $ECHO_C" >&6
12091 cat >conftest.
$ac_ext <<_ACEOF
12094 cat confdefs.h
>>conftest.
$ac_ext
12095 cat >>conftest.
$ac_ext <<_ACEOF
12096 /* end confdefs.h. */
12097 #include <stdlib.h>
12098 #include <stdarg.h>
12099 #include <string.h>
12110 rm -f conftest.
$ac_objext
12111 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12112 (eval $ac_compile) 2>conftest.er1
12114 grep -v '^ *+' conftest.er1
>conftest.err
12116 cat conftest.err
>&5
12117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12118 (exit $ac_status); } &&
12119 { ac_try
='test -z "$ac_c_werror_flag"
12120 || test ! -s conftest.err'
12121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12122 (eval $ac_try) 2>&5
12124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12125 (exit $ac_status); }; } &&
12126 { ac_try
='test -s conftest.$ac_objext'
12127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12128 (eval $ac_try) 2>&5
12130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12131 (exit $ac_status); }; }; then
12132 ac_cv_header_stdc
=yes
12134 echo "$as_me: failed program was:" >&5
12135 sed 's/^/| /' conftest.
$ac_ext >&5
12137 ac_cv_header_stdc
=no
12139 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12141 if test $ac_cv_header_stdc = yes; then
12142 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12143 cat >conftest.
$ac_ext <<_ACEOF
12146 cat confdefs.h
>>conftest.
$ac_ext
12147 cat >>conftest.
$ac_ext <<_ACEOF
12148 /* end confdefs.h. */
12149 #include <string.h>
12152 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12153 $EGREP "memchr" >/dev
/null
2>&1; then
12156 ac_cv_header_stdc
=no
12162 if test $ac_cv_header_stdc = yes; then
12163 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12164 cat >conftest.
$ac_ext <<_ACEOF
12167 cat confdefs.h
>>conftest.
$ac_ext
12168 cat >>conftest.
$ac_ext <<_ACEOF
12169 /* end confdefs.h. */
12170 #include <stdlib.h>
12173 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12174 $EGREP "free" >/dev
/null
2>&1; then
12177 ac_cv_header_stdc
=no
12183 if test $ac_cv_header_stdc = yes; then
12184 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12185 if test "$cross_compiling" = yes; then
12188 cat >conftest.
$ac_ext <<_ACEOF
12191 cat confdefs.h
>>conftest.
$ac_ext
12192 cat >>conftest.
$ac_ext <<_ACEOF
12193 /* end confdefs.h. */
12195 #if ((' ' & 0x0FF) == 0x020)
12196 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12197 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12199 # define ISLOWER(c) \
12200 (('a' <= (c) && (c) <= 'i') \
12201 || ('j' <= (c) && (c) <= 'r') \
12202 || ('s' <= (c) && (c) <= 'z'))
12203 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12206 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12211 for (i = 0; i < 256; i++)
12212 if (XOR (islower (i), ISLOWER (i))
12213 || toupper (i) != TOUPPER (i))
12218 rm -f conftest
$ac_exeext
12219 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12220 (eval $ac_link) 2>&5
12222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12223 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12225 (eval $ac_try) 2>&5
12227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12228 (exit $ac_status); }; }; then
12231 echo "$as_me: program exited with status $ac_status" >&5
12232 echo "$as_me: failed program was:" >&5
12233 sed 's/^/| /' conftest.
$ac_ext >&5
12235 ( exit $ac_status )
12236 ac_cv_header_stdc
=no
12238 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12242 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12243 echo "${ECHO_T}$ac_cv_header_stdc" >&6
12244 if test $ac_cv_header_stdc = yes; then
12246 cat >>confdefs.h
<<\_ACEOF
12247 #define STDC_HEADERS 1
12252 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
12262 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
12263 inttypes.h stdint.h unistd.h
12265 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12266 echo "$as_me:$LINENO: checking for $ac_header" >&5
12267 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12268 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12269 echo $ECHO_N "(cached) $ECHO_C" >&6
12271 cat >conftest.
$ac_ext <<_ACEOF
12274 cat confdefs.h
>>conftest.
$ac_ext
12275 cat >>conftest.
$ac_ext <<_ACEOF
12276 /* end confdefs.h. */
12277 $ac_includes_default
12279 #include <$ac_header>
12281 rm -f conftest.
$ac_objext
12282 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12283 (eval $ac_compile) 2>conftest.er1
12285 grep -v '^ *+' conftest.er1
>conftest.err
12287 cat conftest.err
>&5
12288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12289 (exit $ac_status); } &&
12290 { ac_try
='test -z "$ac_c_werror_flag"
12291 || test ! -s conftest.err'
12292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12293 (eval $ac_try) 2>&5
12295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12296 (exit $ac_status); }; } &&
12297 { ac_try
='test -s conftest.$ac_objext'
12298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12299 (eval $ac_try) 2>&5
12301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12302 (exit $ac_status); }; }; then
12303 eval "$as_ac_Header=yes"
12305 echo "$as_me: failed program was:" >&5
12306 sed 's/^/| /' conftest.
$ac_ext >&5
12308 eval "$as_ac_Header=no"
12310 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12312 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12313 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12314 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12315 cat >>confdefs.h
<<_ACEOF
12316 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12325 for ac_header
in strings.h
12327 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12328 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12329 echo "$as_me:$LINENO: checking for $ac_header" >&5
12330 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12331 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12332 echo $ECHO_N "(cached) $ECHO_C" >&6
12334 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12335 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12337 # Is the header compilable?
12338 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12339 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12340 cat >conftest.
$ac_ext <<_ACEOF
12343 cat confdefs.h
>>conftest.
$ac_ext
12344 cat >>conftest.
$ac_ext <<_ACEOF
12345 /* end confdefs.h. */
12346 $ac_includes_default
12347 #include <$ac_header>
12349 rm -f conftest.
$ac_objext
12350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12351 (eval $ac_compile) 2>conftest.er1
12353 grep -v '^ *+' conftest.er1
>conftest.err
12355 cat conftest.err
>&5
12356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12357 (exit $ac_status); } &&
12358 { ac_try
='test -z "$ac_c_werror_flag"
12359 || test ! -s conftest.err'
12360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12361 (eval $ac_try) 2>&5
12363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12364 (exit $ac_status); }; } &&
12365 { ac_try
='test -s conftest.$ac_objext'
12366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12367 (eval $ac_try) 2>&5
12369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12370 (exit $ac_status); }; }; then
12371 ac_header_compiler
=yes
12373 echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.
$ac_ext >&5
12376 ac_header_compiler
=no
12378 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12379 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12380 echo "${ECHO_T}$ac_header_compiler" >&6
12382 # Is the header present?
12383 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12384 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12385 cat >conftest.
$ac_ext <<_ACEOF
12388 cat confdefs.h
>>conftest.
$ac_ext
12389 cat >>conftest.
$ac_ext <<_ACEOF
12390 /* end confdefs.h. */
12391 #include <$ac_header>
12393 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12394 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12396 grep -v '^ *+' conftest.er1
>conftest.err
12398 cat conftest.err
>&5
12399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12400 (exit $ac_status); } >/dev
/null
; then
12401 if test -s conftest.err
; then
12402 ac_cpp_err
=$ac_c_preproc_warn_flag
12403 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12410 if test -z "$ac_cpp_err"; then
12411 ac_header_preproc
=yes
12413 echo "$as_me: failed program was:" >&5
12414 sed 's/^/| /' conftest.
$ac_ext >&5
12416 ac_header_preproc
=no
12418 rm -f conftest.err conftest.
$ac_ext
12419 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12420 echo "${ECHO_T}$ac_header_preproc" >&6
12422 # So? What about this header?
12423 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12425 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12426 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12427 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12428 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12429 ac_header_preproc
=yes
12432 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12433 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12434 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12435 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12436 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12437 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12438 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12439 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12440 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12441 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12442 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12443 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12446 ## ----------------------------------------- ##
12447 ## Report this to wx-dev@lists.wxwindows.org ##
12448 ## ----------------------------------------- ##
12451 sed "s/^/$as_me: WARNING: /" >&2
12454 echo "$as_me:$LINENO: checking for $ac_header" >&5
12455 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12456 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12457 echo $ECHO_N "(cached) $ECHO_C" >&6
12459 eval "$as_ac_Header=\$ac_header_preproc"
12461 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12462 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12465 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12466 cat >>confdefs.h
<<_ACEOF
12467 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12476 for ac_header
in stdlib.h
12478 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12479 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12480 echo "$as_me:$LINENO: checking for $ac_header" >&5
12481 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12482 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12483 echo $ECHO_N "(cached) $ECHO_C" >&6
12485 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12486 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12488 # Is the header compilable?
12489 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12490 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12491 cat >conftest.
$ac_ext <<_ACEOF
12494 cat confdefs.h
>>conftest.
$ac_ext
12495 cat >>conftest.
$ac_ext <<_ACEOF
12496 /* end confdefs.h. */
12497 $ac_includes_default
12498 #include <$ac_header>
12500 rm -f conftest.
$ac_objext
12501 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12502 (eval $ac_compile) 2>conftest.er1
12504 grep -v '^ *+' conftest.er1
>conftest.err
12506 cat conftest.err
>&5
12507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12508 (exit $ac_status); } &&
12509 { ac_try
='test -z "$ac_c_werror_flag"
12510 || test ! -s conftest.err'
12511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12512 (eval $ac_try) 2>&5
12514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12515 (exit $ac_status); }; } &&
12516 { ac_try
='test -s conftest.$ac_objext'
12517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12518 (eval $ac_try) 2>&5
12520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12521 (exit $ac_status); }; }; then
12522 ac_header_compiler
=yes
12524 echo "$as_me: failed program was:" >&5
12525 sed 's/^/| /' conftest.
$ac_ext >&5
12527 ac_header_compiler
=no
12529 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12530 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12531 echo "${ECHO_T}$ac_header_compiler" >&6
12533 # Is the header present?
12534 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12535 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12536 cat >conftest.
$ac_ext <<_ACEOF
12539 cat confdefs.h
>>conftest.
$ac_ext
12540 cat >>conftest.
$ac_ext <<_ACEOF
12541 /* end confdefs.h. */
12542 #include <$ac_header>
12544 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12545 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12547 grep -v '^ *+' conftest.er1
>conftest.err
12549 cat conftest.err
>&5
12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12551 (exit $ac_status); } >/dev
/null
; then
12552 if test -s conftest.err
; then
12553 ac_cpp_err
=$ac_c_preproc_warn_flag
12554 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12561 if test -z "$ac_cpp_err"; then
12562 ac_header_preproc
=yes
12564 echo "$as_me: failed program was:" >&5
12565 sed 's/^/| /' conftest.
$ac_ext >&5
12567 ac_header_preproc
=no
12569 rm -f conftest.err conftest.
$ac_ext
12570 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12571 echo "${ECHO_T}$ac_header_preproc" >&6
12573 # So? What about this header?
12574 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12576 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12577 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12578 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12579 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12580 ac_header_preproc
=yes
12583 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12584 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12585 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12586 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12587 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12588 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12589 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12590 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12591 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12592 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12593 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12594 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12597 ## ----------------------------------------- ##
12598 ## Report this to wx-dev@lists.wxwindows.org ##
12599 ## ----------------------------------------- ##
12602 sed "s/^/$as_me: WARNING: /" >&2
12605 echo "$as_me:$LINENO: checking for $ac_header" >&5
12606 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12607 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12608 echo $ECHO_N "(cached) $ECHO_C" >&6
12610 eval "$as_ac_Header=\$ac_header_preproc"
12612 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12613 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12616 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12617 cat >>confdefs.h
<<_ACEOF
12618 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12626 for ac_header
in malloc.h
12628 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12629 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12630 echo "$as_me:$LINENO: checking for $ac_header" >&5
12631 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12632 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12633 echo $ECHO_N "(cached) $ECHO_C" >&6
12635 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12636 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12638 # Is the header compilable?
12639 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12640 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12641 cat >conftest.
$ac_ext <<_ACEOF
12644 cat confdefs.h
>>conftest.
$ac_ext
12645 cat >>conftest.
$ac_ext <<_ACEOF
12646 /* end confdefs.h. */
12647 $ac_includes_default
12648 #include <$ac_header>
12650 rm -f conftest.
$ac_objext
12651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12652 (eval $ac_compile) 2>conftest.er1
12654 grep -v '^ *+' conftest.er1
>conftest.err
12656 cat conftest.err
>&5
12657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12658 (exit $ac_status); } &&
12659 { ac_try
='test -z "$ac_c_werror_flag"
12660 || test ! -s conftest.err'
12661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12662 (eval $ac_try) 2>&5
12664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12665 (exit $ac_status); }; } &&
12666 { ac_try
='test -s conftest.$ac_objext'
12667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12668 (eval $ac_try) 2>&5
12670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671 (exit $ac_status); }; }; then
12672 ac_header_compiler
=yes
12674 echo "$as_me: failed program was:" >&5
12675 sed 's/^/| /' conftest.
$ac_ext >&5
12677 ac_header_compiler
=no
12679 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12680 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12681 echo "${ECHO_T}$ac_header_compiler" >&6
12683 # Is the header present?
12684 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12685 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12686 cat >conftest.
$ac_ext <<_ACEOF
12689 cat confdefs.h
>>conftest.
$ac_ext
12690 cat >>conftest.
$ac_ext <<_ACEOF
12691 /* end confdefs.h. */
12692 #include <$ac_header>
12694 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12695 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12697 grep -v '^ *+' conftest.er1
>conftest.err
12699 cat conftest.err
>&5
12700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12701 (exit $ac_status); } >/dev
/null
; then
12702 if test -s conftest.err
; then
12703 ac_cpp_err
=$ac_c_preproc_warn_flag
12704 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12711 if test -z "$ac_cpp_err"; then
12712 ac_header_preproc
=yes
12714 echo "$as_me: failed program was:" >&5
12715 sed 's/^/| /' conftest.
$ac_ext >&5
12717 ac_header_preproc
=no
12719 rm -f conftest.err conftest.
$ac_ext
12720 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12721 echo "${ECHO_T}$ac_header_preproc" >&6
12723 # So? What about this header?
12724 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12726 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12727 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12728 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12729 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12730 ac_header_preproc
=yes
12733 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12734 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12735 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12736 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12737 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12738 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12739 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12740 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12741 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12742 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12743 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12744 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12747 ## ----------------------------------------- ##
12748 ## Report this to wx-dev@lists.wxwindows.org ##
12749 ## ----------------------------------------- ##
12752 sed "s/^/$as_me: WARNING: /" >&2
12755 echo "$as_me:$LINENO: checking for $ac_header" >&5
12756 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12757 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12758 echo $ECHO_N "(cached) $ECHO_C" >&6
12760 eval "$as_ac_Header=\$ac_header_preproc"
12762 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12763 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12766 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12767 cat >>confdefs.h
<<_ACEOF
12768 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12776 for ac_header
in unistd.h
12778 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12779 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12780 echo "$as_me:$LINENO: checking for $ac_header" >&5
12781 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12782 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12783 echo $ECHO_N "(cached) $ECHO_C" >&6
12785 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12786 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12788 # Is the header compilable?
12789 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12790 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12791 cat >conftest.
$ac_ext <<_ACEOF
12794 cat confdefs.h
>>conftest.
$ac_ext
12795 cat >>conftest.
$ac_ext <<_ACEOF
12796 /* end confdefs.h. */
12797 $ac_includes_default
12798 #include <$ac_header>
12800 rm -f conftest.
$ac_objext
12801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12802 (eval $ac_compile) 2>conftest.er1
12804 grep -v '^ *+' conftest.er1
>conftest.err
12806 cat conftest.err
>&5
12807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12808 (exit $ac_status); } &&
12809 { ac_try
='test -z "$ac_c_werror_flag"
12810 || test ! -s conftest.err'
12811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12812 (eval $ac_try) 2>&5
12814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12815 (exit $ac_status); }; } &&
12816 { ac_try
='test -s conftest.$ac_objext'
12817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12818 (eval $ac_try) 2>&5
12820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12821 (exit $ac_status); }; }; then
12822 ac_header_compiler
=yes
12824 echo "$as_me: failed program was:" >&5
12825 sed 's/^/| /' conftest.
$ac_ext >&5
12827 ac_header_compiler
=no
12829 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12830 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12831 echo "${ECHO_T}$ac_header_compiler" >&6
12833 # Is the header present?
12834 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12835 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12836 cat >conftest.
$ac_ext <<_ACEOF
12839 cat confdefs.h
>>conftest.
$ac_ext
12840 cat >>conftest.
$ac_ext <<_ACEOF
12841 /* end confdefs.h. */
12842 #include <$ac_header>
12844 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12845 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12847 grep -v '^ *+' conftest.er1
>conftest.err
12849 cat conftest.err
>&5
12850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12851 (exit $ac_status); } >/dev
/null
; then
12852 if test -s conftest.err
; then
12853 ac_cpp_err
=$ac_c_preproc_warn_flag
12854 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12861 if test -z "$ac_cpp_err"; then
12862 ac_header_preproc
=yes
12864 echo "$as_me: failed program was:" >&5
12865 sed 's/^/| /' conftest.
$ac_ext >&5
12867 ac_header_preproc
=no
12869 rm -f conftest.err conftest.
$ac_ext
12870 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12871 echo "${ECHO_T}$ac_header_preproc" >&6
12873 # So? What about this header?
12874 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12876 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12877 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12878 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12879 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12880 ac_header_preproc
=yes
12883 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12884 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12885 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12886 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12887 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12888 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12889 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12890 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12891 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12892 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12893 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12894 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12897 ## ----------------------------------------- ##
12898 ## Report this to wx-dev@lists.wxwindows.org ##
12899 ## ----------------------------------------- ##
12902 sed "s/^/$as_me: WARNING: /" >&2
12905 echo "$as_me:$LINENO: checking for $ac_header" >&5
12906 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12907 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12908 echo $ECHO_N "(cached) $ECHO_C" >&6
12910 eval "$as_ac_Header=\$ac_header_preproc"
12912 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12913 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12916 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12917 cat >>confdefs.h
<<_ACEOF
12918 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12926 for ac_header
in wchar.h
12928 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12929 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12930 echo "$as_me:$LINENO: checking for $ac_header" >&5
12931 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12932 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12933 echo $ECHO_N "(cached) $ECHO_C" >&6
12935 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12936 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12938 # Is the header compilable?
12939 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12940 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12941 cat >conftest.
$ac_ext <<_ACEOF
12944 cat confdefs.h
>>conftest.
$ac_ext
12945 cat >>conftest.
$ac_ext <<_ACEOF
12946 /* end confdefs.h. */
12947 $ac_includes_default
12948 #include <$ac_header>
12950 rm -f conftest.
$ac_objext
12951 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12952 (eval $ac_compile) 2>conftest.er1
12954 grep -v '^ *+' conftest.er1
>conftest.err
12956 cat conftest.err
>&5
12957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12958 (exit $ac_status); } &&
12959 { ac_try
='test -z "$ac_c_werror_flag"
12960 || test ! -s conftest.err'
12961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12962 (eval $ac_try) 2>&5
12964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12965 (exit $ac_status); }; } &&
12966 { ac_try
='test -s conftest.$ac_objext'
12967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12968 (eval $ac_try) 2>&5
12970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12971 (exit $ac_status); }; }; then
12972 ac_header_compiler
=yes
12974 echo "$as_me: failed program was:" >&5
12975 sed 's/^/| /' conftest.
$ac_ext >&5
12977 ac_header_compiler
=no
12979 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12980 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12981 echo "${ECHO_T}$ac_header_compiler" >&6
12983 # Is the header present?
12984 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12985 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12986 cat >conftest.
$ac_ext <<_ACEOF
12989 cat confdefs.h
>>conftest.
$ac_ext
12990 cat >>conftest.
$ac_ext <<_ACEOF
12991 /* end confdefs.h. */
12992 #include <$ac_header>
12994 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12995 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12997 grep -v '^ *+' conftest.er1
>conftest.err
12999 cat conftest.err
>&5
13000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13001 (exit $ac_status); } >/dev
/null
; then
13002 if test -s conftest.err
; then
13003 ac_cpp_err
=$ac_c_preproc_warn_flag
13004 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13011 if test -z "$ac_cpp_err"; then
13012 ac_header_preproc
=yes
13014 echo "$as_me: failed program was:" >&5
13015 sed 's/^/| /' conftest.
$ac_ext >&5
13017 ac_header_preproc
=no
13019 rm -f conftest.err conftest.
$ac_ext
13020 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13021 echo "${ECHO_T}$ac_header_preproc" >&6
13023 # So? What about this header?
13024 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13026 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13027 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13028 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13029 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13030 ac_header_preproc
=yes
13033 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13034 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13035 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13036 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13037 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13038 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13039 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13040 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13041 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13042 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13043 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13044 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13047 ## ----------------------------------------- ##
13048 ## Report this to wx-dev@lists.wxwindows.org ##
13049 ## ----------------------------------------- ##
13052 sed "s/^/$as_me: WARNING: /" >&2
13055 echo "$as_me:$LINENO: checking for $ac_header" >&5
13056 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13057 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13058 echo $ECHO_N "(cached) $ECHO_C" >&6
13060 eval "$as_ac_Header=\$ac_header_preproc"
13062 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13063 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13066 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13067 cat >>confdefs.h
<<_ACEOF
13068 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13076 if test "$ac_cv_header_wchar_h" != "yes"; then
13078 for ac_header
in wcstr.h
13080 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13081 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13082 echo "$as_me:$LINENO: checking for $ac_header" >&5
13083 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13084 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13085 echo $ECHO_N "(cached) $ECHO_C" >&6
13087 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13088 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13090 # Is the header compilable?
13091 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13092 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13093 cat >conftest.
$ac_ext <<_ACEOF
13096 cat confdefs.h
>>conftest.
$ac_ext
13097 cat >>conftest.
$ac_ext <<_ACEOF
13098 /* end confdefs.h. */
13099 $ac_includes_default
13100 #include <$ac_header>
13102 rm -f conftest.
$ac_objext
13103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13104 (eval $ac_compile) 2>conftest.er1
13106 grep -v '^ *+' conftest.er1
>conftest.err
13108 cat conftest.err
>&5
13109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13110 (exit $ac_status); } &&
13111 { ac_try
='test -z "$ac_c_werror_flag"
13112 || test ! -s conftest.err'
13113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13114 (eval $ac_try) 2>&5
13116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13117 (exit $ac_status); }; } &&
13118 { ac_try
='test -s conftest.$ac_objext'
13119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13120 (eval $ac_try) 2>&5
13122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13123 (exit $ac_status); }; }; then
13124 ac_header_compiler
=yes
13126 echo "$as_me: failed program was:" >&5
13127 sed 's/^/| /' conftest.
$ac_ext >&5
13129 ac_header_compiler
=no
13131 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13132 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13133 echo "${ECHO_T}$ac_header_compiler" >&6
13135 # Is the header present?
13136 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13137 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13138 cat >conftest.
$ac_ext <<_ACEOF
13141 cat confdefs.h
>>conftest.
$ac_ext
13142 cat >>conftest.
$ac_ext <<_ACEOF
13143 /* end confdefs.h. */
13144 #include <$ac_header>
13146 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13147 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13149 grep -v '^ *+' conftest.er1
>conftest.err
13151 cat conftest.err
>&5
13152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13153 (exit $ac_status); } >/dev
/null
; then
13154 if test -s conftest.err
; then
13155 ac_cpp_err
=$ac_c_preproc_warn_flag
13156 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13163 if test -z "$ac_cpp_err"; then
13164 ac_header_preproc
=yes
13166 echo "$as_me: failed program was:" >&5
13167 sed 's/^/| /' conftest.
$ac_ext >&5
13169 ac_header_preproc
=no
13171 rm -f conftest.err conftest.
$ac_ext
13172 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13173 echo "${ECHO_T}$ac_header_preproc" >&6
13175 # So? What about this header?
13176 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13178 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13179 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13180 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13181 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13182 ac_header_preproc
=yes
13185 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13186 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13187 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13188 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13189 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13190 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13191 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13192 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13193 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13194 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13195 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13196 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13199 ## ----------------------------------------- ##
13200 ## Report this to wx-dev@lists.wxwindows.org ##
13201 ## ----------------------------------------- ##
13204 sed "s/^/$as_me: WARNING: /" >&2
13207 echo "$as_me:$LINENO: checking for $ac_header" >&5
13208 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13209 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13210 echo $ECHO_N "(cached) $ECHO_C" >&6
13212 eval "$as_ac_Header=\$ac_header_preproc"
13214 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13215 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13218 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13219 cat >>confdefs.h
<<_ACEOF
13220 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13230 for ac_header
in fnmatch.h
13232 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13233 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13234 echo "$as_me:$LINENO: checking for $ac_header" >&5
13235 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13236 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13237 echo $ECHO_N "(cached) $ECHO_C" >&6
13239 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13240 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13242 # Is the header compilable?
13243 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13244 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13245 cat >conftest.
$ac_ext <<_ACEOF
13248 cat confdefs.h
>>conftest.
$ac_ext
13249 cat >>conftest.
$ac_ext <<_ACEOF
13250 /* end confdefs.h. */
13251 $ac_includes_default
13252 #include <$ac_header>
13254 rm -f conftest.
$ac_objext
13255 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13256 (eval $ac_compile) 2>conftest.er1
13258 grep -v '^ *+' conftest.er1
>conftest.err
13260 cat conftest.err
>&5
13261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13262 (exit $ac_status); } &&
13263 { ac_try
='test -z "$ac_c_werror_flag"
13264 || test ! -s conftest.err'
13265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13266 (eval $ac_try) 2>&5
13268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13269 (exit $ac_status); }; } &&
13270 { ac_try
='test -s conftest.$ac_objext'
13271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13272 (eval $ac_try) 2>&5
13274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13275 (exit $ac_status); }; }; then
13276 ac_header_compiler
=yes
13278 echo "$as_me: failed program was:" >&5
13279 sed 's/^/| /' conftest.
$ac_ext >&5
13281 ac_header_compiler
=no
13283 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13284 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13285 echo "${ECHO_T}$ac_header_compiler" >&6
13287 # Is the header present?
13288 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13289 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13290 cat >conftest.
$ac_ext <<_ACEOF
13293 cat confdefs.h
>>conftest.
$ac_ext
13294 cat >>conftest.
$ac_ext <<_ACEOF
13295 /* end confdefs.h. */
13296 #include <$ac_header>
13298 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13299 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13301 grep -v '^ *+' conftest.er1
>conftest.err
13303 cat conftest.err
>&5
13304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13305 (exit $ac_status); } >/dev
/null
; then
13306 if test -s conftest.err
; then
13307 ac_cpp_err
=$ac_c_preproc_warn_flag
13308 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13315 if test -z "$ac_cpp_err"; then
13316 ac_header_preproc
=yes
13318 echo "$as_me: failed program was:" >&5
13319 sed 's/^/| /' conftest.
$ac_ext >&5
13321 ac_header_preproc
=no
13323 rm -f conftest.err conftest.
$ac_ext
13324 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13325 echo "${ECHO_T}$ac_header_preproc" >&6
13327 # So? What about this header?
13328 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13330 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13331 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13332 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13333 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13334 ac_header_preproc
=yes
13337 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13338 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13339 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13340 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13341 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13342 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13343 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13344 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13345 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13346 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13347 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13348 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13351 ## ----------------------------------------- ##
13352 ## Report this to wx-dev@lists.wxwindows.org ##
13353 ## ----------------------------------------- ##
13356 sed "s/^/$as_me: WARNING: /" >&2
13359 echo "$as_me:$LINENO: checking for $ac_header" >&5
13360 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13361 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13362 echo $ECHO_N "(cached) $ECHO_C" >&6
13364 eval "$as_ac_Header=\$ac_header_preproc"
13366 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13367 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13370 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13371 cat >>confdefs.h
<<_ACEOF
13372 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13380 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13382 for ac_func
in fnmatch
13384 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13385 echo "$as_me:$LINENO: checking for $ac_func" >&5
13386 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13387 if eval "test \"\${$as_ac_var+set}\" = set"; then
13388 echo $ECHO_N "(cached) $ECHO_C" >&6
13390 cat >conftest.
$ac_ext <<_ACEOF
13393 cat confdefs.h
>>conftest.
$ac_ext
13394 cat >>conftest.
$ac_ext <<_ACEOF
13395 /* end confdefs.h. */
13396 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13397 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13398 #define $ac_func innocuous_$ac_func
13400 /* System header to define __stub macros and hopefully few prototypes,
13401 which can conflict with char $ac_func (); below.
13402 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13403 <limits.h> exists even on freestanding compilers. */
13406 # include <limits.h>
13408 # include <assert.h>
13413 /* Override any gcc2 internal prototype to avoid an error. */
13418 /* We use char because int might match the return type of a gcc2
13419 builtin and then its argument prototype would still apply. */
13421 /* The GNU C library defines this for functions which it implements
13422 to always fail with ENOSYS. Some functions are actually named
13423 something starting with __ and the normal name is an alias. */
13424 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13427 char (*f) () = $ac_func;
13436 return f != $ac_func;
13441 rm -f conftest.
$ac_objext conftest
$ac_exeext
13442 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13443 (eval $ac_link) 2>conftest.er1
13445 grep -v '^ *+' conftest.er1
>conftest.err
13447 cat conftest.err
>&5
13448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13449 (exit $ac_status); } &&
13450 { ac_try
='test -z "$ac_c_werror_flag"
13451 || test ! -s conftest.err'
13452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13453 (eval $ac_try) 2>&5
13455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13456 (exit $ac_status); }; } &&
13457 { ac_try
='test -s conftest$ac_exeext'
13458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13459 (eval $ac_try) 2>&5
13461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13462 (exit $ac_status); }; }; then
13463 eval "$as_ac_var=yes"
13465 echo "$as_me: failed program was:" >&5
13466 sed 's/^/| /' conftest.
$ac_ext >&5
13468 eval "$as_ac_var=no"
13470 rm -f conftest.err conftest.
$ac_objext \
13471 conftest
$ac_exeext conftest.
$ac_ext
13473 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13474 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13475 if test `eval echo '${'$as_ac_var'}'` = yes; then
13476 cat >>confdefs.h
<<_ACEOF
13477 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13486 for ac_header
in langinfo.h
13488 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13489 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13490 echo "$as_me:$LINENO: checking for $ac_header" >&5
13491 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13492 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13493 echo $ECHO_N "(cached) $ECHO_C" >&6
13495 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13496 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13498 # Is the header compilable?
13499 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13500 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13501 cat >conftest.
$ac_ext <<_ACEOF
13504 cat confdefs.h
>>conftest.
$ac_ext
13505 cat >>conftest.
$ac_ext <<_ACEOF
13506 /* end confdefs.h. */
13507 $ac_includes_default
13508 #include <$ac_header>
13510 rm -f conftest.
$ac_objext
13511 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13512 (eval $ac_compile) 2>conftest.er1
13514 grep -v '^ *+' conftest.er1
>conftest.err
13516 cat conftest.err
>&5
13517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13518 (exit $ac_status); } &&
13519 { ac_try
='test -z "$ac_c_werror_flag"
13520 || test ! -s conftest.err'
13521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13522 (eval $ac_try) 2>&5
13524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13525 (exit $ac_status); }; } &&
13526 { ac_try
='test -s conftest.$ac_objext'
13527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13528 (eval $ac_try) 2>&5
13530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13531 (exit $ac_status); }; }; then
13532 ac_header_compiler
=yes
13534 echo "$as_me: failed program was:" >&5
13535 sed 's/^/| /' conftest.
$ac_ext >&5
13537 ac_header_compiler
=no
13539 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13540 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13541 echo "${ECHO_T}$ac_header_compiler" >&6
13543 # Is the header present?
13544 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13545 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13546 cat >conftest.
$ac_ext <<_ACEOF
13549 cat confdefs.h
>>conftest.
$ac_ext
13550 cat >>conftest.
$ac_ext <<_ACEOF
13551 /* end confdefs.h. */
13552 #include <$ac_header>
13554 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13555 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13557 grep -v '^ *+' conftest.er1
>conftest.err
13559 cat conftest.err
>&5
13560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13561 (exit $ac_status); } >/dev
/null
; then
13562 if test -s conftest.err
; then
13563 ac_cpp_err
=$ac_c_preproc_warn_flag
13564 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13571 if test -z "$ac_cpp_err"; then
13572 ac_header_preproc
=yes
13574 echo "$as_me: failed program was:" >&5
13575 sed 's/^/| /' conftest.
$ac_ext >&5
13577 ac_header_preproc
=no
13579 rm -f conftest.err conftest.
$ac_ext
13580 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13581 echo "${ECHO_T}$ac_header_preproc" >&6
13583 # So? What about this header?
13584 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13586 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13587 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13588 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13589 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13590 ac_header_preproc
=yes
13593 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13594 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13595 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13596 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13597 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13598 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13599 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13600 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13601 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13602 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13603 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13604 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13607 ## ----------------------------------------- ##
13608 ## Report this to wx-dev@lists.wxwindows.org ##
13609 ## ----------------------------------------- ##
13612 sed "s/^/$as_me: WARNING: /" >&2
13615 echo "$as_me:$LINENO: checking for $ac_header" >&5
13616 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13617 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13618 echo $ECHO_N "(cached) $ECHO_C" >&6
13620 eval "$as_ac_Header=\$ac_header_preproc"
13622 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13623 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13626 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13627 cat >>confdefs.h
<<_ACEOF
13628 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13637 *-pc-os2_emx | *-pc-os2-emx )
13638 if test $ac_cv_header_langinfo_h = "yes"; then
13639 LIBS
="$LIBS -lintl"
13644 if test "$wxUSE_GUI" = "yes"; then
13645 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
13647 for ac_header
in X
11/Xlib.h
13649 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13650 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13651 echo "$as_me:$LINENO: checking for $ac_header" >&5
13652 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13653 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13654 echo $ECHO_N "(cached) $ECHO_C" >&6
13656 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13657 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13659 # Is the header compilable?
13660 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13661 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13662 cat >conftest.
$ac_ext <<_ACEOF
13665 cat confdefs.h
>>conftest.
$ac_ext
13666 cat >>conftest.
$ac_ext <<_ACEOF
13667 /* end confdefs.h. */
13668 $ac_includes_default
13669 #include <$ac_header>
13671 rm -f conftest.
$ac_objext
13672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13673 (eval $ac_compile) 2>conftest.er1
13675 grep -v '^ *+' conftest.er1
>conftest.err
13677 cat conftest.err
>&5
13678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13679 (exit $ac_status); } &&
13680 { ac_try
='test -z "$ac_c_werror_flag"
13681 || test ! -s conftest.err'
13682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13683 (eval $ac_try) 2>&5
13685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13686 (exit $ac_status); }; } &&
13687 { ac_try
='test -s conftest.$ac_objext'
13688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13689 (eval $ac_try) 2>&5
13691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13692 (exit $ac_status); }; }; then
13693 ac_header_compiler
=yes
13695 echo "$as_me: failed program was:" >&5
13696 sed 's/^/| /' conftest.
$ac_ext >&5
13698 ac_header_compiler
=no
13700 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13701 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13702 echo "${ECHO_T}$ac_header_compiler" >&6
13704 # Is the header present?
13705 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13706 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13707 cat >conftest.
$ac_ext <<_ACEOF
13710 cat confdefs.h
>>conftest.
$ac_ext
13711 cat >>conftest.
$ac_ext <<_ACEOF
13712 /* end confdefs.h. */
13713 #include <$ac_header>
13715 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13716 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13718 grep -v '^ *+' conftest.er1
>conftest.err
13720 cat conftest.err
>&5
13721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13722 (exit $ac_status); } >/dev
/null
; then
13723 if test -s conftest.err
; then
13724 ac_cpp_err
=$ac_c_preproc_warn_flag
13725 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13732 if test -z "$ac_cpp_err"; then
13733 ac_header_preproc
=yes
13735 echo "$as_me: failed program was:" >&5
13736 sed 's/^/| /' conftest.
$ac_ext >&5
13738 ac_header_preproc
=no
13740 rm -f conftest.err conftest.
$ac_ext
13741 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13742 echo "${ECHO_T}$ac_header_preproc" >&6
13744 # So? What about this header?
13745 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13747 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13748 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13749 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13750 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13751 ac_header_preproc
=yes
13754 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13755 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13756 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13757 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13758 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13759 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13760 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13761 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13762 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13763 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13764 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13765 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13768 ## ----------------------------------------- ##
13769 ## Report this to wx-dev@lists.wxwindows.org ##
13770 ## ----------------------------------------- ##
13773 sed "s/^/$as_me: WARNING: /" >&2
13776 echo "$as_me:$LINENO: checking for $ac_header" >&5
13777 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13778 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13779 echo $ECHO_N "(cached) $ECHO_C" >&6
13781 eval "$as_ac_Header=\$ac_header_preproc"
13783 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13784 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13787 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13788 cat >>confdefs.h
<<_ACEOF
13789 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13797 for ac_header
in X
11/XKBlib.h
13799 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13800 echo "$as_me:$LINENO: checking for $ac_header" >&5
13801 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13802 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13803 echo $ECHO_N "(cached) $ECHO_C" >&6
13805 cat >conftest.
$ac_ext <<_ACEOF
13808 cat confdefs.h
>>conftest.
$ac_ext
13809 cat >>conftest.
$ac_ext <<_ACEOF
13810 /* end confdefs.h. */
13812 #if HAVE_X11_XLIB_H
13813 #include <X11/Xlib.h>
13817 #include <$ac_header>
13819 rm -f conftest.
$ac_objext
13820 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13821 (eval $ac_compile) 2>conftest.er1
13823 grep -v '^ *+' conftest.er1
>conftest.err
13825 cat conftest.err
>&5
13826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13827 (exit $ac_status); } &&
13828 { ac_try
='test -z "$ac_c_werror_flag"
13829 || test ! -s conftest.err'
13830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13831 (eval $ac_try) 2>&5
13833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13834 (exit $ac_status); }; } &&
13835 { ac_try
='test -s conftest.$ac_objext'
13836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13837 (eval $ac_try) 2>&5
13839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13840 (exit $ac_status); }; }; then
13841 eval "$as_ac_Header=yes"
13843 echo "$as_me: failed program was:" >&5
13844 sed 's/^/| /' conftest.
$ac_ext >&5
13846 eval "$as_ac_Header=no"
13848 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13850 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13851 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13853 cat >>confdefs.h
<<_ACEOF
13854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13865 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13866 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13867 if test "${ac_cv_c_const+set}" = set; then
13868 echo $ECHO_N "(cached) $ECHO_C" >&6
13870 cat >conftest.
$ac_ext <<_ACEOF
13873 cat confdefs.h
>>conftest.
$ac_ext
13874 cat >>conftest.
$ac_ext <<_ACEOF
13875 /* end confdefs.h. */
13880 /* FIXME: Include the comments suggested by Paul. */
13881 #ifndef __cplusplus
13882 /* Ultrix mips cc rejects this. */
13883 typedef int charset[2];
13885 /* SunOS 4.1.1 cc rejects this. */
13886 char const *const *ccp;
13888 /* NEC SVR4.0.2 mips cc rejects this. */
13889 struct point {int x, y;};
13890 static struct point const zero = {0,0};
13891 /* AIX XL C 1.02.0.0 rejects this.
13892 It does not let you subtract one const X* pointer from another in
13893 an arm of an if-expression whose if-part is not a constant
13895 const char *g = "string";
13896 ccp = &g + (g ? g-g : 0);
13897 /* HPUX 7.0 cc rejects these. */
13900 ccp = (char const *const *) p;
13901 { /* SCO 3.2v4 cc rejects this. */
13903 char const *s = 0 ? (char *) 0 : (char const *) 0;
13907 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13908 int x[] = {25, 17};
13909 const int *foo = &x[0];
13912 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13913 typedef const int *iptr;
13917 { /* AIX XL C 1.02.0.0 rejects this saying
13918 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13919 struct s { int j; const int *ap[3]; };
13920 struct s *b; b->j = 5;
13922 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13923 const int foo = 10;
13931 rm -f conftest.
$ac_objext
13932 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13933 (eval $ac_compile) 2>conftest.er1
13935 grep -v '^ *+' conftest.er1
>conftest.err
13937 cat conftest.err
>&5
13938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13939 (exit $ac_status); } &&
13940 { ac_try
='test -z "$ac_c_werror_flag"
13941 || test ! -s conftest.err'
13942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13943 (eval $ac_try) 2>&5
13945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13946 (exit $ac_status); }; } &&
13947 { ac_try
='test -s conftest.$ac_objext'
13948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13949 (eval $ac_try) 2>&5
13951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13952 (exit $ac_status); }; }; then
13955 echo "$as_me: failed program was:" >&5
13956 sed 's/^/| /' conftest.
$ac_ext >&5
13960 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13962 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
13963 echo "${ECHO_T}$ac_cv_c_const" >&6
13964 if test $ac_cv_c_const = no
; then
13966 cat >>confdefs.h
<<\_ACEOF
13972 echo "$as_me:$LINENO: checking for inline" >&5
13973 echo $ECHO_N "checking for inline... $ECHO_C" >&6
13974 if test "${ac_cv_c_inline+set}" = set; then
13975 echo $ECHO_N "(cached) $ECHO_C" >&6
13978 for ac_kw
in inline __inline__ __inline
; do
13979 cat >conftest.
$ac_ext <<_ACEOF
13982 cat confdefs.h
>>conftest.
$ac_ext
13983 cat >>conftest.
$ac_ext <<_ACEOF
13984 /* end confdefs.h. */
13985 #ifndef __cplusplus
13987 static $ac_kw foo_t static_foo () {return 0; }
13988 $ac_kw foo_t foo () {return 0; }
13992 rm -f conftest.
$ac_objext
13993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13994 (eval $ac_compile) 2>conftest.er1
13996 grep -v '^ *+' conftest.er1
>conftest.err
13998 cat conftest.err
>&5
13999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14000 (exit $ac_status); } &&
14001 { ac_try
='test -z "$ac_c_werror_flag"
14002 || test ! -s conftest.err'
14003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14004 (eval $ac_try) 2>&5
14006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14007 (exit $ac_status); }; } &&
14008 { ac_try
='test -s conftest.$ac_objext'
14009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14010 (eval $ac_try) 2>&5
14012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14013 (exit $ac_status); }; }; then
14014 ac_cv_c_inline
=$ac_kw; break
14016 echo "$as_me: failed program was:" >&5
14017 sed 's/^/| /' conftest.
$ac_ext >&5
14020 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14024 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
14025 echo "${ECHO_T}$ac_cv_c_inline" >&6
14028 case $ac_cv_c_inline in
14031 case $ac_cv_c_inline in
14033 *) ac_val
=$ac_cv_c_inline;;
14035 cat >>confdefs.h
<<_ACEOF
14036 #ifndef __cplusplus
14037 #define inline $ac_val
14044 echo "$as_me:$LINENO: checking for char" >&5
14045 echo $ECHO_N "checking for char... $ECHO_C" >&6
14046 if test "${ac_cv_type_char+set}" = set; then
14047 echo $ECHO_N "(cached) $ECHO_C" >&6
14049 cat >conftest.
$ac_ext <<_ACEOF
14052 cat confdefs.h
>>conftest.
$ac_ext
14053 cat >>conftest.
$ac_ext <<_ACEOF
14054 /* end confdefs.h. */
14055 $ac_includes_default
14067 rm -f conftest.
$ac_objext
14068 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14069 (eval $ac_compile) 2>conftest.er1
14071 grep -v '^ *+' conftest.er1
>conftest.err
14073 cat conftest.err
>&5
14074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14075 (exit $ac_status); } &&
14076 { ac_try
='test -z "$ac_c_werror_flag"
14077 || test ! -s conftest.err'
14078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14079 (eval $ac_try) 2>&5
14081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14082 (exit $ac_status); }; } &&
14083 { ac_try
='test -s conftest.$ac_objext'
14084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14085 (eval $ac_try) 2>&5
14087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14088 (exit $ac_status); }; }; then
14089 ac_cv_type_char
=yes
14091 echo "$as_me: failed program was:" >&5
14092 sed 's/^/| /' conftest.
$ac_ext >&5
14096 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14098 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
14099 echo "${ECHO_T}$ac_cv_type_char" >&6
14101 echo "$as_me:$LINENO: checking size of char" >&5
14102 echo $ECHO_N "checking size of char... $ECHO_C" >&6
14103 if test "${ac_cv_sizeof_char+set}" = set; then
14104 echo $ECHO_N "(cached) $ECHO_C" >&6
14106 if test "$ac_cv_type_char" = yes; then
14107 # The cast to unsigned long works around a bug in the HP C Compiler
14108 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14109 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14110 # This bug is HP SR number 8606223364.
14111 if test "$cross_compiling" = yes; then
14112 # Depending upon the size, compute the lo and hi bounds.
14113 cat >conftest.
$ac_ext <<_ACEOF
14116 cat confdefs.h
>>conftest.
$ac_ext
14117 cat >>conftest.
$ac_ext <<_ACEOF
14118 /* end confdefs.h. */
14119 $ac_includes_default
14123 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
14130 rm -f conftest.
$ac_objext
14131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14132 (eval $ac_compile) 2>conftest.er1
14134 grep -v '^ *+' conftest.er1
>conftest.err
14136 cat conftest.err
>&5
14137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14138 (exit $ac_status); } &&
14139 { ac_try
='test -z "$ac_c_werror_flag"
14140 || test ! -s conftest.err'
14141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14142 (eval $ac_try) 2>&5
14144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14145 (exit $ac_status); }; } &&
14146 { ac_try
='test -s conftest.$ac_objext'
14147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14148 (eval $ac_try) 2>&5
14150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14151 (exit $ac_status); }; }; then
14154 cat >conftest.
$ac_ext <<_ACEOF
14157 cat confdefs.h
>>conftest.
$ac_ext
14158 cat >>conftest.
$ac_ext <<_ACEOF
14159 /* end confdefs.h. */
14160 $ac_includes_default
14164 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
14171 rm -f conftest.
$ac_objext
14172 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14173 (eval $ac_compile) 2>conftest.er1
14175 grep -v '^ *+' conftest.er1
>conftest.err
14177 cat conftest.err
>&5
14178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14179 (exit $ac_status); } &&
14180 { ac_try
='test -z "$ac_c_werror_flag"
14181 || test ! -s conftest.err'
14182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14183 (eval $ac_try) 2>&5
14185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14186 (exit $ac_status); }; } &&
14187 { ac_try
='test -s conftest.$ac_objext'
14188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14189 (eval $ac_try) 2>&5
14191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14192 (exit $ac_status); }; }; then
14193 ac_hi
=$ac_mid; break
14195 echo "$as_me: failed program was:" >&5
14196 sed 's/^/| /' conftest.
$ac_ext >&5
14198 ac_lo
=`expr $ac_mid + 1`
14199 if test $ac_lo -le $ac_mid; then
14203 ac_mid
=`expr 2 '*' $ac_mid + 1`
14205 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14208 echo "$as_me: failed program was:" >&5
14209 sed 's/^/| /' conftest.
$ac_ext >&5
14211 cat >conftest.
$ac_ext <<_ACEOF
14214 cat confdefs.h
>>conftest.
$ac_ext
14215 cat >>conftest.
$ac_ext <<_ACEOF
14216 /* end confdefs.h. */
14217 $ac_includes_default
14221 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
14228 rm -f conftest.
$ac_objext
14229 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14230 (eval $ac_compile) 2>conftest.er1
14232 grep -v '^ *+' conftest.er1
>conftest.err
14234 cat conftest.err
>&5
14235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14236 (exit $ac_status); } &&
14237 { ac_try
='test -z "$ac_c_werror_flag"
14238 || test ! -s conftest.err'
14239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14240 (eval $ac_try) 2>&5
14242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14243 (exit $ac_status); }; } &&
14244 { ac_try
='test -s conftest.$ac_objext'
14245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14246 (eval $ac_try) 2>&5
14248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14249 (exit $ac_status); }; }; then
14252 cat >conftest.
$ac_ext <<_ACEOF
14255 cat confdefs.h
>>conftest.
$ac_ext
14256 cat >>conftest.
$ac_ext <<_ACEOF
14257 /* end confdefs.h. */
14258 $ac_includes_default
14262 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
14269 rm -f conftest.
$ac_objext
14270 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14271 (eval $ac_compile) 2>conftest.er1
14273 grep -v '^ *+' conftest.er1
>conftest.err
14275 cat conftest.err
>&5
14276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14277 (exit $ac_status); } &&
14278 { ac_try
='test -z "$ac_c_werror_flag"
14279 || test ! -s conftest.err'
14280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14281 (eval $ac_try) 2>&5
14283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14284 (exit $ac_status); }; } &&
14285 { ac_try
='test -s conftest.$ac_objext'
14286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14287 (eval $ac_try) 2>&5
14289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14290 (exit $ac_status); }; }; then
14291 ac_lo
=$ac_mid; break
14293 echo "$as_me: failed program was:" >&5
14294 sed 's/^/| /' conftest.
$ac_ext >&5
14296 ac_hi
=`expr '(' $ac_mid ')' - 1`
14297 if test $ac_mid -le $ac_hi; then
14301 ac_mid
=`expr 2 '*' $ac_mid`
14303 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14306 echo "$as_me: failed program was:" >&5
14307 sed 's/^/| /' conftest.
$ac_ext >&5
14311 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14313 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14314 # Binary search between lo and hi bounds.
14315 while test "x$ac_lo" != "x$ac_hi"; do
14316 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14317 cat >conftest.
$ac_ext <<_ACEOF
14320 cat confdefs.h
>>conftest.
$ac_ext
14321 cat >>conftest.
$ac_ext <<_ACEOF
14322 /* end confdefs.h. */
14323 $ac_includes_default
14327 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
14334 rm -f conftest.
$ac_objext
14335 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14336 (eval $ac_compile) 2>conftest.er1
14338 grep -v '^ *+' conftest.er1
>conftest.err
14340 cat conftest.err
>&5
14341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14342 (exit $ac_status); } &&
14343 { ac_try
='test -z "$ac_c_werror_flag"
14344 || test ! -s conftest.err'
14345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14346 (eval $ac_try) 2>&5
14348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14349 (exit $ac_status); }; } &&
14350 { ac_try
='test -s conftest.$ac_objext'
14351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14352 (eval $ac_try) 2>&5
14354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14355 (exit $ac_status); }; }; then
14358 echo "$as_me: failed program was:" >&5
14359 sed 's/^/| /' conftest.
$ac_ext >&5
14361 ac_lo
=`expr '(' $ac_mid ')' + 1`
14363 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14366 ?
*) ac_cv_sizeof_char
=$ac_lo;;
14367 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14368 See \`config.log' for more details." >&5
14369 echo "$as_me: error: cannot compute sizeof (char), 77
14370 See \`config.log' for more details." >&2;}
14371 { (exit 1); exit 1; }; } ;;
14374 if test "$cross_compiling" = yes; then
14375 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14376 See \`config.log' for more details." >&5
14377 echo "$as_me: error: cannot run test program while cross compiling
14378 See \`config.log' for more details." >&2;}
14379 { (exit 1); exit 1; }; }
14381 cat >conftest.
$ac_ext <<_ACEOF
14384 cat confdefs.h
>>conftest.
$ac_ext
14385 cat >>conftest.
$ac_ext <<_ACEOF
14386 /* end confdefs.h. */
14387 $ac_includes_default
14388 long longval () { return (long) (sizeof (char)); }
14389 unsigned long ulongval () { return (long) (sizeof (char)); }
14391 #include <stdlib.h>
14396 FILE *f = fopen ("conftest.val", "w");
14399 if (((long) (sizeof (char))) < 0)
14401 long i = longval ();
14402 if (i != ((long) (sizeof (char))))
14404 fprintf (f, "%ld\n", i);
14408 unsigned long i = ulongval ();
14409 if (i != ((long) (sizeof (char))))
14411 fprintf (f, "%lu\n", i);
14413 exit (ferror (f) || fclose (f) != 0);
14419 rm -f conftest
$ac_exeext
14420 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14421 (eval $ac_link) 2>&5
14423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14424 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14426 (eval $ac_try) 2>&5
14428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14429 (exit $ac_status); }; }; then
14430 ac_cv_sizeof_char
=`cat conftest.val`
14432 echo "$as_me: program exited with status $ac_status" >&5
14433 echo "$as_me: failed program was:" >&5
14434 sed 's/^/| /' conftest.
$ac_ext >&5
14436 ( exit $ac_status )
14437 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14438 See \`config.log' for more details." >&5
14439 echo "$as_me: error: cannot compute sizeof (char), 77
14440 See \`config.log' for more details." >&2;}
14441 { (exit 1); exit 1; }; }
14443 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14448 ac_cv_sizeof_char
=0
14451 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14452 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14453 cat >>confdefs.h
<<_ACEOF
14454 #define SIZEOF_CHAR $ac_cv_sizeof_char
14458 echo "$as_me:$LINENO: checking for short" >&5
14459 echo $ECHO_N "checking for short... $ECHO_C" >&6
14460 if test "${ac_cv_type_short+set}" = set; then
14461 echo $ECHO_N "(cached) $ECHO_C" >&6
14463 cat >conftest.
$ac_ext <<_ACEOF
14466 cat confdefs.h
>>conftest.
$ac_ext
14467 cat >>conftest.
$ac_ext <<_ACEOF
14468 /* end confdefs.h. */
14469 $ac_includes_default
14475 if (sizeof (short))
14481 rm -f conftest.
$ac_objext
14482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14483 (eval $ac_compile) 2>conftest.er1
14485 grep -v '^ *+' conftest.er1
>conftest.err
14487 cat conftest.err
>&5
14488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14489 (exit $ac_status); } &&
14490 { ac_try
='test -z "$ac_c_werror_flag"
14491 || test ! -s conftest.err'
14492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14493 (eval $ac_try) 2>&5
14495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14496 (exit $ac_status); }; } &&
14497 { ac_try
='test -s conftest.$ac_objext'
14498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14499 (eval $ac_try) 2>&5
14501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14502 (exit $ac_status); }; }; then
14503 ac_cv_type_short
=yes
14505 echo "$as_me: failed program was:" >&5
14506 sed 's/^/| /' conftest.
$ac_ext >&5
14508 ac_cv_type_short
=no
14510 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14512 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14513 echo "${ECHO_T}$ac_cv_type_short" >&6
14515 echo "$as_me:$LINENO: checking size of short" >&5
14516 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14517 if test "${ac_cv_sizeof_short+set}" = set; then
14518 echo $ECHO_N "(cached) $ECHO_C" >&6
14520 if test "$ac_cv_type_short" = yes; then
14521 # The cast to unsigned long works around a bug in the HP C Compiler
14522 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14523 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14524 # This bug is HP SR number 8606223364.
14525 if test "$cross_compiling" = yes; then
14526 # Depending upon the size, compute the lo and hi bounds.
14527 cat >conftest.
$ac_ext <<_ACEOF
14530 cat confdefs.h
>>conftest.
$ac_ext
14531 cat >>conftest.
$ac_ext <<_ACEOF
14532 /* end confdefs.h. */
14533 $ac_includes_default
14537 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14544 rm -f conftest.
$ac_objext
14545 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14546 (eval $ac_compile) 2>conftest.er1
14548 grep -v '^ *+' conftest.er1
>conftest.err
14550 cat conftest.err
>&5
14551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14552 (exit $ac_status); } &&
14553 { ac_try
='test -z "$ac_c_werror_flag"
14554 || test ! -s conftest.err'
14555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14556 (eval $ac_try) 2>&5
14558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14559 (exit $ac_status); }; } &&
14560 { ac_try
='test -s conftest.$ac_objext'
14561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14562 (eval $ac_try) 2>&5
14564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14565 (exit $ac_status); }; }; then
14568 cat >conftest.
$ac_ext <<_ACEOF
14571 cat confdefs.h
>>conftest.
$ac_ext
14572 cat >>conftest.
$ac_ext <<_ACEOF
14573 /* end confdefs.h. */
14574 $ac_includes_default
14578 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14585 rm -f conftest.
$ac_objext
14586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14587 (eval $ac_compile) 2>conftest.er1
14589 grep -v '^ *+' conftest.er1
>conftest.err
14591 cat conftest.err
>&5
14592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14593 (exit $ac_status); } &&
14594 { ac_try
='test -z "$ac_c_werror_flag"
14595 || test ! -s conftest.err'
14596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14597 (eval $ac_try) 2>&5
14599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14600 (exit $ac_status); }; } &&
14601 { ac_try
='test -s conftest.$ac_objext'
14602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14603 (eval $ac_try) 2>&5
14605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14606 (exit $ac_status); }; }; then
14607 ac_hi
=$ac_mid; break
14609 echo "$as_me: failed program was:" >&5
14610 sed 's/^/| /' conftest.
$ac_ext >&5
14612 ac_lo
=`expr $ac_mid + 1`
14613 if test $ac_lo -le $ac_mid; then
14617 ac_mid
=`expr 2 '*' $ac_mid + 1`
14619 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14622 echo "$as_me: failed program was:" >&5
14623 sed 's/^/| /' conftest.
$ac_ext >&5
14625 cat >conftest.
$ac_ext <<_ACEOF
14628 cat confdefs.h
>>conftest.
$ac_ext
14629 cat >>conftest.
$ac_ext <<_ACEOF
14630 /* end confdefs.h. */
14631 $ac_includes_default
14635 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14642 rm -f conftest.
$ac_objext
14643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14644 (eval $ac_compile) 2>conftest.er1
14646 grep -v '^ *+' conftest.er1
>conftest.err
14648 cat conftest.err
>&5
14649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14650 (exit $ac_status); } &&
14651 { ac_try
='test -z "$ac_c_werror_flag"
14652 || test ! -s conftest.err'
14653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14654 (eval $ac_try) 2>&5
14656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14657 (exit $ac_status); }; } &&
14658 { ac_try
='test -s conftest.$ac_objext'
14659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14660 (eval $ac_try) 2>&5
14662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14663 (exit $ac_status); }; }; then
14666 cat >conftest.
$ac_ext <<_ACEOF
14669 cat confdefs.h
>>conftest.
$ac_ext
14670 cat >>conftest.
$ac_ext <<_ACEOF
14671 /* end confdefs.h. */
14672 $ac_includes_default
14676 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14683 rm -f conftest.
$ac_objext
14684 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14685 (eval $ac_compile) 2>conftest.er1
14687 grep -v '^ *+' conftest.er1
>conftest.err
14689 cat conftest.err
>&5
14690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14691 (exit $ac_status); } &&
14692 { ac_try
='test -z "$ac_c_werror_flag"
14693 || test ! -s conftest.err'
14694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14695 (eval $ac_try) 2>&5
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); }; } &&
14699 { ac_try
='test -s conftest.$ac_objext'
14700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14701 (eval $ac_try) 2>&5
14703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14704 (exit $ac_status); }; }; then
14705 ac_lo
=$ac_mid; break
14707 echo "$as_me: failed program was:" >&5
14708 sed 's/^/| /' conftest.
$ac_ext >&5
14710 ac_hi
=`expr '(' $ac_mid ')' - 1`
14711 if test $ac_mid -le $ac_hi; then
14715 ac_mid
=`expr 2 '*' $ac_mid`
14717 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14720 echo "$as_me: failed program was:" >&5
14721 sed 's/^/| /' conftest.
$ac_ext >&5
14725 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14727 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14728 # Binary search between lo and hi bounds.
14729 while test "x$ac_lo" != "x$ac_hi"; do
14730 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14731 cat >conftest.
$ac_ext <<_ACEOF
14734 cat confdefs.h
>>conftest.
$ac_ext
14735 cat >>conftest.
$ac_ext <<_ACEOF
14736 /* end confdefs.h. */
14737 $ac_includes_default
14741 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14748 rm -f conftest.
$ac_objext
14749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14750 (eval $ac_compile) 2>conftest.er1
14752 grep -v '^ *+' conftest.er1
>conftest.err
14754 cat conftest.err
>&5
14755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14756 (exit $ac_status); } &&
14757 { ac_try
='test -z "$ac_c_werror_flag"
14758 || test ! -s conftest.err'
14759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14760 (eval $ac_try) 2>&5
14762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14763 (exit $ac_status); }; } &&
14764 { ac_try
='test -s conftest.$ac_objext'
14765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14766 (eval $ac_try) 2>&5
14768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14769 (exit $ac_status); }; }; then
14772 echo "$as_me: failed program was:" >&5
14773 sed 's/^/| /' conftest.
$ac_ext >&5
14775 ac_lo
=`expr '(' $ac_mid ')' + 1`
14777 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14780 ?
*) ac_cv_sizeof_short
=$ac_lo;;
14781 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14782 See \`config.log' for more details." >&5
14783 echo "$as_me: error: cannot compute sizeof (short), 77
14784 See \`config.log' for more details." >&2;}
14785 { (exit 1); exit 1; }; } ;;
14788 if test "$cross_compiling" = yes; then
14789 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14790 See \`config.log' for more details." >&5
14791 echo "$as_me: error: cannot run test program while cross compiling
14792 See \`config.log' for more details." >&2;}
14793 { (exit 1); exit 1; }; }
14795 cat >conftest.
$ac_ext <<_ACEOF
14798 cat confdefs.h
>>conftest.
$ac_ext
14799 cat >>conftest.
$ac_ext <<_ACEOF
14800 /* end confdefs.h. */
14801 $ac_includes_default
14802 long longval () { return (long) (sizeof (short)); }
14803 unsigned long ulongval () { return (long) (sizeof (short)); }
14805 #include <stdlib.h>
14810 FILE *f = fopen ("conftest.val", "w");
14813 if (((long) (sizeof (short))) < 0)
14815 long i = longval ();
14816 if (i != ((long) (sizeof (short))))
14818 fprintf (f, "%ld\n", i);
14822 unsigned long i = ulongval ();
14823 if (i != ((long) (sizeof (short))))
14825 fprintf (f, "%lu\n", i);
14827 exit (ferror (f) || fclose (f) != 0);
14833 rm -f conftest
$ac_exeext
14834 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14835 (eval $ac_link) 2>&5
14837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14838 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14840 (eval $ac_try) 2>&5
14842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14843 (exit $ac_status); }; }; then
14844 ac_cv_sizeof_short
=`cat conftest.val`
14846 echo "$as_me: program exited with status $ac_status" >&5
14847 echo "$as_me: failed program was:" >&5
14848 sed 's/^/| /' conftest.
$ac_ext >&5
14850 ( exit $ac_status )
14851 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14852 See \`config.log' for more details." >&5
14853 echo "$as_me: error: cannot compute sizeof (short), 77
14854 See \`config.log' for more details." >&2;}
14855 { (exit 1); exit 1; }; }
14857 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14862 ac_cv_sizeof_short
=0
14865 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
14866 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
14867 cat >>confdefs.h
<<_ACEOF
14868 #define SIZEOF_SHORT $ac_cv_sizeof_short
14872 echo "$as_me:$LINENO: checking for void *" >&5
14873 echo $ECHO_N "checking for void *... $ECHO_C" >&6
14874 if test "${ac_cv_type_void_p+set}" = set; then
14875 echo $ECHO_N "(cached) $ECHO_C" >&6
14877 cat >conftest.
$ac_ext <<_ACEOF
14880 cat confdefs.h
>>conftest.
$ac_ext
14881 cat >>conftest.
$ac_ext <<_ACEOF
14882 /* end confdefs.h. */
14883 $ac_includes_default
14889 if (sizeof (void *))
14895 rm -f conftest.
$ac_objext
14896 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14897 (eval $ac_compile) 2>conftest.er1
14899 grep -v '^ *+' conftest.er1
>conftest.err
14901 cat conftest.err
>&5
14902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14903 (exit $ac_status); } &&
14904 { ac_try
='test -z "$ac_c_werror_flag"
14905 || test ! -s conftest.err'
14906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14907 (eval $ac_try) 2>&5
14909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14910 (exit $ac_status); }; } &&
14911 { ac_try
='test -s conftest.$ac_objext'
14912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14913 (eval $ac_try) 2>&5
14915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14916 (exit $ac_status); }; }; then
14917 ac_cv_type_void_p
=yes
14919 echo "$as_me: failed program was:" >&5
14920 sed 's/^/| /' conftest.
$ac_ext >&5
14922 ac_cv_type_void_p
=no
14924 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14926 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14927 echo "${ECHO_T}$ac_cv_type_void_p" >&6
14929 echo "$as_me:$LINENO: checking size of void *" >&5
14930 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14931 if test "${ac_cv_sizeof_void_p+set}" = set; then
14932 echo $ECHO_N "(cached) $ECHO_C" >&6
14934 if test "$ac_cv_type_void_p" = yes; then
14935 # The cast to unsigned long works around a bug in the HP C Compiler
14936 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14937 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14938 # This bug is HP SR number 8606223364.
14939 if test "$cross_compiling" = yes; then
14940 # Depending upon the size, compute the lo and hi bounds.
14941 cat >conftest.
$ac_ext <<_ACEOF
14944 cat confdefs.h
>>conftest.
$ac_ext
14945 cat >>conftest.
$ac_ext <<_ACEOF
14946 /* end confdefs.h. */
14947 $ac_includes_default
14951 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14958 rm -f conftest.
$ac_objext
14959 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14960 (eval $ac_compile) 2>conftest.er1
14962 grep -v '^ *+' conftest.er1
>conftest.err
14964 cat conftest.err
>&5
14965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14966 (exit $ac_status); } &&
14967 { ac_try
='test -z "$ac_c_werror_flag"
14968 || test ! -s conftest.err'
14969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14970 (eval $ac_try) 2>&5
14972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14973 (exit $ac_status); }; } &&
14974 { ac_try
='test -s conftest.$ac_objext'
14975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14976 (eval $ac_try) 2>&5
14978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14979 (exit $ac_status); }; }; then
14982 cat >conftest.
$ac_ext <<_ACEOF
14985 cat confdefs.h
>>conftest.
$ac_ext
14986 cat >>conftest.
$ac_ext <<_ACEOF
14987 /* end confdefs.h. */
14988 $ac_includes_default
14992 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14999 rm -f conftest.
$ac_objext
15000 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15001 (eval $ac_compile) 2>conftest.er1
15003 grep -v '^ *+' conftest.er1
>conftest.err
15005 cat conftest.err
>&5
15006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15007 (exit $ac_status); } &&
15008 { ac_try
='test -z "$ac_c_werror_flag"
15009 || test ! -s conftest.err'
15010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15011 (eval $ac_try) 2>&5
15013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15014 (exit $ac_status); }; } &&
15015 { ac_try
='test -s conftest.$ac_objext'
15016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15017 (eval $ac_try) 2>&5
15019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15020 (exit $ac_status); }; }; then
15021 ac_hi
=$ac_mid; break
15023 echo "$as_me: failed program was:" >&5
15024 sed 's/^/| /' conftest.
$ac_ext >&5
15026 ac_lo
=`expr $ac_mid + 1`
15027 if test $ac_lo -le $ac_mid; then
15031 ac_mid
=`expr 2 '*' $ac_mid + 1`
15033 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15036 echo "$as_me: failed program was:" >&5
15037 sed 's/^/| /' conftest.
$ac_ext >&5
15039 cat >conftest.
$ac_ext <<_ACEOF
15042 cat confdefs.h
>>conftest.
$ac_ext
15043 cat >>conftest.
$ac_ext <<_ACEOF
15044 /* end confdefs.h. */
15045 $ac_includes_default
15049 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
15056 rm -f conftest.
$ac_objext
15057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15058 (eval $ac_compile) 2>conftest.er1
15060 grep -v '^ *+' conftest.er1
>conftest.err
15062 cat conftest.err
>&5
15063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15064 (exit $ac_status); } &&
15065 { ac_try
='test -z "$ac_c_werror_flag"
15066 || test ! -s conftest.err'
15067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15068 (eval $ac_try) 2>&5
15070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15071 (exit $ac_status); }; } &&
15072 { ac_try
='test -s conftest.$ac_objext'
15073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15074 (eval $ac_try) 2>&5
15076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15077 (exit $ac_status); }; }; then
15080 cat >conftest.
$ac_ext <<_ACEOF
15083 cat confdefs.h
>>conftest.
$ac_ext
15084 cat >>conftest.
$ac_ext <<_ACEOF
15085 /* end confdefs.h. */
15086 $ac_includes_default
15090 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
15097 rm -f conftest.
$ac_objext
15098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15099 (eval $ac_compile) 2>conftest.er1
15101 grep -v '^ *+' conftest.er1
>conftest.err
15103 cat conftest.err
>&5
15104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15105 (exit $ac_status); } &&
15106 { ac_try
='test -z "$ac_c_werror_flag"
15107 || test ! -s conftest.err'
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); }; } &&
15113 { ac_try
='test -s conftest.$ac_objext'
15114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15115 (eval $ac_try) 2>&5
15117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15118 (exit $ac_status); }; }; then
15119 ac_lo
=$ac_mid; break
15121 echo "$as_me: failed program was:" >&5
15122 sed 's/^/| /' conftest.
$ac_ext >&5
15124 ac_hi
=`expr '(' $ac_mid ')' - 1`
15125 if test $ac_mid -le $ac_hi; then
15129 ac_mid
=`expr 2 '*' $ac_mid`
15131 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15134 echo "$as_me: failed program was:" >&5
15135 sed 's/^/| /' conftest.
$ac_ext >&5
15139 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15141 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15142 # Binary search between lo and hi bounds.
15143 while test "x$ac_lo" != "x$ac_hi"; do
15144 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15145 cat >conftest.
$ac_ext <<_ACEOF
15148 cat confdefs.h
>>conftest.
$ac_ext
15149 cat >>conftest.
$ac_ext <<_ACEOF
15150 /* end confdefs.h. */
15151 $ac_includes_default
15155 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
15162 rm -f conftest.
$ac_objext
15163 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15164 (eval $ac_compile) 2>conftest.er1
15166 grep -v '^ *+' conftest.er1
>conftest.err
15168 cat conftest.err
>&5
15169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15170 (exit $ac_status); } &&
15171 { ac_try
='test -z "$ac_c_werror_flag"
15172 || test ! -s conftest.err'
15173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15174 (eval $ac_try) 2>&5
15176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15177 (exit $ac_status); }; } &&
15178 { ac_try
='test -s conftest.$ac_objext'
15179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15180 (eval $ac_try) 2>&5
15182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15183 (exit $ac_status); }; }; then
15186 echo "$as_me: failed program was:" >&5
15187 sed 's/^/| /' conftest.
$ac_ext >&5
15189 ac_lo
=`expr '(' $ac_mid ')' + 1`
15191 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15194 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
15195 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
15196 See \`config.log' for more details." >&5
15197 echo "$as_me: error: cannot compute sizeof (void *), 77
15198 See \`config.log' for more details." >&2;}
15199 { (exit 1); exit 1; }; } ;;
15202 if test "$cross_compiling" = yes; then
15203 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15204 See \`config.log' for more details." >&5
15205 echo "$as_me: error: cannot run test program while cross compiling
15206 See \`config.log' for more details." >&2;}
15207 { (exit 1); exit 1; }; }
15209 cat >conftest.
$ac_ext <<_ACEOF
15212 cat confdefs.h
>>conftest.
$ac_ext
15213 cat >>conftest.
$ac_ext <<_ACEOF
15214 /* end confdefs.h. */
15215 $ac_includes_default
15216 long longval () { return (long) (sizeof (void *)); }
15217 unsigned long ulongval () { return (long) (sizeof (void *)); }
15219 #include <stdlib.h>
15224 FILE *f = fopen ("conftest.val", "w");
15227 if (((long) (sizeof (void *))) < 0)
15229 long i = longval ();
15230 if (i != ((long) (sizeof (void *))))
15232 fprintf (f, "%ld\n", i);
15236 unsigned long i = ulongval ();
15237 if (i != ((long) (sizeof (void *))))
15239 fprintf (f, "%lu\n", i);
15241 exit (ferror (f) || fclose (f) != 0);
15247 rm -f conftest
$ac_exeext
15248 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15249 (eval $ac_link) 2>&5
15251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15252 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15254 (eval $ac_try) 2>&5
15256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15257 (exit $ac_status); }; }; then
15258 ac_cv_sizeof_void_p
=`cat conftest.val`
15260 echo "$as_me: program exited with status $ac_status" >&5
15261 echo "$as_me: failed program was:" >&5
15262 sed 's/^/| /' conftest.
$ac_ext >&5
15264 ( exit $ac_status )
15265 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
15266 See \`config.log' for more details." >&5
15267 echo "$as_me: error: cannot compute sizeof (void *), 77
15268 See \`config.log' for more details." >&2;}
15269 { (exit 1); exit 1; }; }
15271 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15276 ac_cv_sizeof_void_p
=0
15279 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
15280 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
15281 cat >>confdefs.h
<<_ACEOF
15282 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
15286 echo "$as_me:$LINENO: checking for int" >&5
15287 echo $ECHO_N "checking for int... $ECHO_C" >&6
15288 if test "${ac_cv_type_int+set}" = set; then
15289 echo $ECHO_N "(cached) $ECHO_C" >&6
15291 cat >conftest.
$ac_ext <<_ACEOF
15294 cat confdefs.h
>>conftest.
$ac_ext
15295 cat >>conftest.
$ac_ext <<_ACEOF
15296 /* end confdefs.h. */
15297 $ac_includes_default
15309 rm -f conftest.
$ac_objext
15310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15311 (eval $ac_compile) 2>conftest.er1
15313 grep -v '^ *+' conftest.er1
>conftest.err
15315 cat conftest.err
>&5
15316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15317 (exit $ac_status); } &&
15318 { ac_try
='test -z "$ac_c_werror_flag"
15319 || test ! -s conftest.err'
15320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15321 (eval $ac_try) 2>&5
15323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); }; } &&
15325 { ac_try
='test -s conftest.$ac_objext'
15326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15327 (eval $ac_try) 2>&5
15329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15330 (exit $ac_status); }; }; then
15333 echo "$as_me: failed program was:" >&5
15334 sed 's/^/| /' conftest.
$ac_ext >&5
15338 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15340 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
15341 echo "${ECHO_T}$ac_cv_type_int" >&6
15343 echo "$as_me:$LINENO: checking size of int" >&5
15344 echo $ECHO_N "checking size of int... $ECHO_C" >&6
15345 if test "${ac_cv_sizeof_int+set}" = set; then
15346 echo $ECHO_N "(cached) $ECHO_C" >&6
15348 if test "$ac_cv_type_int" = yes; then
15349 # The cast to unsigned long works around a bug in the HP C Compiler
15350 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15351 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15352 # This bug is HP SR number 8606223364.
15353 if test "$cross_compiling" = yes; then
15354 # Depending upon the size, compute the lo and hi bounds.
15355 cat >conftest.
$ac_ext <<_ACEOF
15358 cat confdefs.h
>>conftest.
$ac_ext
15359 cat >>conftest.
$ac_ext <<_ACEOF
15360 /* end confdefs.h. */
15361 $ac_includes_default
15365 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
15372 rm -f conftest.
$ac_objext
15373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15374 (eval $ac_compile) 2>conftest.er1
15376 grep -v '^ *+' conftest.er1
>conftest.err
15378 cat conftest.err
>&5
15379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15380 (exit $ac_status); } &&
15381 { ac_try
='test -z "$ac_c_werror_flag"
15382 || test ! -s conftest.err'
15383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15384 (eval $ac_try) 2>&5
15386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15387 (exit $ac_status); }; } &&
15388 { ac_try
='test -s conftest.$ac_objext'
15389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15390 (eval $ac_try) 2>&5
15392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15393 (exit $ac_status); }; }; then
15396 cat >conftest.
$ac_ext <<_ACEOF
15399 cat confdefs.h
>>conftest.
$ac_ext
15400 cat >>conftest.
$ac_ext <<_ACEOF
15401 /* end confdefs.h. */
15402 $ac_includes_default
15406 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15413 rm -f conftest.
$ac_objext
15414 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15415 (eval $ac_compile) 2>conftest.er1
15417 grep -v '^ *+' conftest.er1
>conftest.err
15419 cat conftest.err
>&5
15420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15421 (exit $ac_status); } &&
15422 { ac_try
='test -z "$ac_c_werror_flag"
15423 || test ! -s conftest.err'
15424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15425 (eval $ac_try) 2>&5
15427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15428 (exit $ac_status); }; } &&
15429 { ac_try
='test -s conftest.$ac_objext'
15430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15431 (eval $ac_try) 2>&5
15433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15434 (exit $ac_status); }; }; then
15435 ac_hi
=$ac_mid; break
15437 echo "$as_me: failed program was:" >&5
15438 sed 's/^/| /' conftest.
$ac_ext >&5
15440 ac_lo
=`expr $ac_mid + 1`
15441 if test $ac_lo -le $ac_mid; then
15445 ac_mid
=`expr 2 '*' $ac_mid + 1`
15447 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15450 echo "$as_me: failed program was:" >&5
15451 sed 's/^/| /' conftest.
$ac_ext >&5
15453 cat >conftest.
$ac_ext <<_ACEOF
15456 cat confdefs.h
>>conftest.
$ac_ext
15457 cat >>conftest.
$ac_ext <<_ACEOF
15458 /* end confdefs.h. */
15459 $ac_includes_default
15463 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
15470 rm -f conftest.
$ac_objext
15471 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15472 (eval $ac_compile) 2>conftest.er1
15474 grep -v '^ *+' conftest.er1
>conftest.err
15476 cat conftest.err
>&5
15477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15478 (exit $ac_status); } &&
15479 { ac_try
='test -z "$ac_c_werror_flag"
15480 || test ! -s conftest.err'
15481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15482 (eval $ac_try) 2>&5
15484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15485 (exit $ac_status); }; } &&
15486 { ac_try
='test -s conftest.$ac_objext'
15487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15488 (eval $ac_try) 2>&5
15490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15491 (exit $ac_status); }; }; then
15494 cat >conftest.
$ac_ext <<_ACEOF
15497 cat confdefs.h
>>conftest.
$ac_ext
15498 cat >>conftest.
$ac_ext <<_ACEOF
15499 /* end confdefs.h. */
15500 $ac_includes_default
15504 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
15511 rm -f conftest.
$ac_objext
15512 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15513 (eval $ac_compile) 2>conftest.er1
15515 grep -v '^ *+' conftest.er1
>conftest.err
15517 cat conftest.err
>&5
15518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15519 (exit $ac_status); } &&
15520 { ac_try
='test -z "$ac_c_werror_flag"
15521 || test ! -s conftest.err'
15522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15523 (eval $ac_try) 2>&5
15525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15526 (exit $ac_status); }; } &&
15527 { ac_try
='test -s conftest.$ac_objext'
15528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15529 (eval $ac_try) 2>&5
15531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15532 (exit $ac_status); }; }; then
15533 ac_lo
=$ac_mid; break
15535 echo "$as_me: failed program was:" >&5
15536 sed 's/^/| /' conftest.
$ac_ext >&5
15538 ac_hi
=`expr '(' $ac_mid ')' - 1`
15539 if test $ac_mid -le $ac_hi; then
15543 ac_mid
=`expr 2 '*' $ac_mid`
15545 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15548 echo "$as_me: failed program was:" >&5
15549 sed 's/^/| /' conftest.
$ac_ext >&5
15553 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15555 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15556 # Binary search between lo and hi bounds.
15557 while test "x$ac_lo" != "x$ac_hi"; do
15558 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15559 cat >conftest.
$ac_ext <<_ACEOF
15562 cat confdefs.h
>>conftest.
$ac_ext
15563 cat >>conftest.
$ac_ext <<_ACEOF
15564 /* end confdefs.h. */
15565 $ac_includes_default
15569 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15576 rm -f conftest.
$ac_objext
15577 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15578 (eval $ac_compile) 2>conftest.er1
15580 grep -v '^ *+' conftest.er1
>conftest.err
15582 cat conftest.err
>&5
15583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15584 (exit $ac_status); } &&
15585 { ac_try
='test -z "$ac_c_werror_flag"
15586 || test ! -s conftest.err'
15587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15588 (eval $ac_try) 2>&5
15590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15591 (exit $ac_status); }; } &&
15592 { ac_try
='test -s conftest.$ac_objext'
15593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15594 (eval $ac_try) 2>&5
15596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15597 (exit $ac_status); }; }; then
15600 echo "$as_me: failed program was:" >&5
15601 sed 's/^/| /' conftest.
$ac_ext >&5
15603 ac_lo
=`expr '(' $ac_mid ')' + 1`
15605 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15608 ?
*) ac_cv_sizeof_int
=$ac_lo;;
15609 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15610 See \`config.log' for more details." >&5
15611 echo "$as_me: error: cannot compute sizeof (int), 77
15612 See \`config.log' for more details." >&2;}
15613 { (exit 1); exit 1; }; } ;;
15616 if test "$cross_compiling" = yes; then
15617 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15618 See \`config.log' for more details." >&5
15619 echo "$as_me: error: cannot run test program while cross compiling
15620 See \`config.log' for more details." >&2;}
15621 { (exit 1); exit 1; }; }
15623 cat >conftest.
$ac_ext <<_ACEOF
15626 cat confdefs.h
>>conftest.
$ac_ext
15627 cat >>conftest.
$ac_ext <<_ACEOF
15628 /* end confdefs.h. */
15629 $ac_includes_default
15630 long longval () { return (long) (sizeof (int)); }
15631 unsigned long ulongval () { return (long) (sizeof (int)); }
15633 #include <stdlib.h>
15638 FILE *f = fopen ("conftest.val", "w");
15641 if (((long) (sizeof (int))) < 0)
15643 long i = longval ();
15644 if (i != ((long) (sizeof (int))))
15646 fprintf (f, "%ld\n", i);
15650 unsigned long i = ulongval ();
15651 if (i != ((long) (sizeof (int))))
15653 fprintf (f, "%lu\n", i);
15655 exit (ferror (f) || fclose (f) != 0);
15661 rm -f conftest
$ac_exeext
15662 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15663 (eval $ac_link) 2>&5
15665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15666 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15668 (eval $ac_try) 2>&5
15670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15671 (exit $ac_status); }; }; then
15672 ac_cv_sizeof_int
=`cat conftest.val`
15674 echo "$as_me: program exited with status $ac_status" >&5
15675 echo "$as_me: failed program was:" >&5
15676 sed 's/^/| /' conftest.
$ac_ext >&5
15678 ( exit $ac_status )
15679 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15680 See \`config.log' for more details." >&5
15681 echo "$as_me: error: cannot compute sizeof (int), 77
15682 See \`config.log' for more details." >&2;}
15683 { (exit 1); exit 1; }; }
15685 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15693 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15694 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15695 cat >>confdefs.h
<<_ACEOF
15696 #define SIZEOF_INT $ac_cv_sizeof_int
15700 echo "$as_me:$LINENO: checking for long" >&5
15701 echo $ECHO_N "checking for long... $ECHO_C" >&6
15702 if test "${ac_cv_type_long+set}" = set; then
15703 echo $ECHO_N "(cached) $ECHO_C" >&6
15705 cat >conftest.
$ac_ext <<_ACEOF
15708 cat confdefs.h
>>conftest.
$ac_ext
15709 cat >>conftest.
$ac_ext <<_ACEOF
15710 /* end confdefs.h. */
15711 $ac_includes_default
15723 rm -f conftest.
$ac_objext
15724 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15725 (eval $ac_compile) 2>conftest.er1
15727 grep -v '^ *+' conftest.er1
>conftest.err
15729 cat conftest.err
>&5
15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731 (exit $ac_status); } &&
15732 { ac_try
='test -z "$ac_c_werror_flag"
15733 || test ! -s conftest.err'
15734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15735 (eval $ac_try) 2>&5
15737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15738 (exit $ac_status); }; } &&
15739 { ac_try
='test -s conftest.$ac_objext'
15740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15741 (eval $ac_try) 2>&5
15743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15744 (exit $ac_status); }; }; then
15745 ac_cv_type_long
=yes
15747 echo "$as_me: failed program was:" >&5
15748 sed 's/^/| /' conftest.
$ac_ext >&5
15752 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15754 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15755 echo "${ECHO_T}$ac_cv_type_long" >&6
15757 echo "$as_me:$LINENO: checking size of long" >&5
15758 echo $ECHO_N "checking size of long... $ECHO_C" >&6
15759 if test "${ac_cv_sizeof_long+set}" = set; then
15760 echo $ECHO_N "(cached) $ECHO_C" >&6
15762 if test "$ac_cv_type_long" = yes; then
15763 # The cast to unsigned long works around a bug in the HP C Compiler
15764 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15765 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15766 # This bug is HP SR number 8606223364.
15767 if test "$cross_compiling" = yes; then
15768 # Depending upon the size, compute the lo and hi bounds.
15769 cat >conftest.
$ac_ext <<_ACEOF
15772 cat confdefs.h
>>conftest.
$ac_ext
15773 cat >>conftest.
$ac_ext <<_ACEOF
15774 /* end confdefs.h. */
15775 $ac_includes_default
15779 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15786 rm -f conftest.
$ac_objext
15787 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15788 (eval $ac_compile) 2>conftest.er1
15790 grep -v '^ *+' conftest.er1
>conftest.err
15792 cat conftest.err
>&5
15793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15794 (exit $ac_status); } &&
15795 { ac_try
='test -z "$ac_c_werror_flag"
15796 || test ! -s conftest.err'
15797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15798 (eval $ac_try) 2>&5
15800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15801 (exit $ac_status); }; } &&
15802 { ac_try
='test -s conftest.$ac_objext'
15803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15804 (eval $ac_try) 2>&5
15806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15807 (exit $ac_status); }; }; then
15810 cat >conftest.
$ac_ext <<_ACEOF
15813 cat confdefs.h
>>conftest.
$ac_ext
15814 cat >>conftest.
$ac_ext <<_ACEOF
15815 /* end confdefs.h. */
15816 $ac_includes_default
15820 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15827 rm -f conftest.
$ac_objext
15828 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15829 (eval $ac_compile) 2>conftest.er1
15831 grep -v '^ *+' conftest.er1
>conftest.err
15833 cat conftest.err
>&5
15834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15835 (exit $ac_status); } &&
15836 { ac_try
='test -z "$ac_c_werror_flag"
15837 || test ! -s conftest.err'
15838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15839 (eval $ac_try) 2>&5
15841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15842 (exit $ac_status); }; } &&
15843 { ac_try
='test -s conftest.$ac_objext'
15844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15845 (eval $ac_try) 2>&5
15847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15848 (exit $ac_status); }; }; then
15849 ac_hi
=$ac_mid; break
15851 echo "$as_me: failed program was:" >&5
15852 sed 's/^/| /' conftest.
$ac_ext >&5
15854 ac_lo
=`expr $ac_mid + 1`
15855 if test $ac_lo -le $ac_mid; then
15859 ac_mid
=`expr 2 '*' $ac_mid + 1`
15861 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15864 echo "$as_me: failed program was:" >&5
15865 sed 's/^/| /' conftest.
$ac_ext >&5
15867 cat >conftest.
$ac_ext <<_ACEOF
15870 cat confdefs.h
>>conftest.
$ac_ext
15871 cat >>conftest.
$ac_ext <<_ACEOF
15872 /* end confdefs.h. */
15873 $ac_includes_default
15877 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
15884 rm -f conftest.
$ac_objext
15885 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15886 (eval $ac_compile) 2>conftest.er1
15888 grep -v '^ *+' conftest.er1
>conftest.err
15890 cat conftest.err
>&5
15891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15892 (exit $ac_status); } &&
15893 { ac_try
='test -z "$ac_c_werror_flag"
15894 || test ! -s conftest.err'
15895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15896 (eval $ac_try) 2>&5
15898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15899 (exit $ac_status); }; } &&
15900 { ac_try
='test -s conftest.$ac_objext'
15901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15902 (eval $ac_try) 2>&5
15904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15905 (exit $ac_status); }; }; then
15908 cat >conftest.
$ac_ext <<_ACEOF
15911 cat confdefs.h
>>conftest.
$ac_ext
15912 cat >>conftest.
$ac_ext <<_ACEOF
15913 /* end confdefs.h. */
15914 $ac_includes_default
15918 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
15925 rm -f conftest.
$ac_objext
15926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15927 (eval $ac_compile) 2>conftest.er1
15929 grep -v '^ *+' conftest.er1
>conftest.err
15931 cat conftest.err
>&5
15932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15933 (exit $ac_status); } &&
15934 { ac_try
='test -z "$ac_c_werror_flag"
15935 || test ! -s conftest.err'
15936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15937 (eval $ac_try) 2>&5
15939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15940 (exit $ac_status); }; } &&
15941 { ac_try
='test -s conftest.$ac_objext'
15942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15943 (eval $ac_try) 2>&5
15945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15946 (exit $ac_status); }; }; then
15947 ac_lo
=$ac_mid; break
15949 echo "$as_me: failed program was:" >&5
15950 sed 's/^/| /' conftest.
$ac_ext >&5
15952 ac_hi
=`expr '(' $ac_mid ')' - 1`
15953 if test $ac_mid -le $ac_hi; then
15957 ac_mid
=`expr 2 '*' $ac_mid`
15959 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15962 echo "$as_me: failed program was:" >&5
15963 sed 's/^/| /' conftest.
$ac_ext >&5
15967 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15969 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15970 # Binary search between lo and hi bounds.
15971 while test "x$ac_lo" != "x$ac_hi"; do
15972 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15973 cat >conftest.
$ac_ext <<_ACEOF
15976 cat confdefs.h
>>conftest.
$ac_ext
15977 cat >>conftest.
$ac_ext <<_ACEOF
15978 /* end confdefs.h. */
15979 $ac_includes_default
15983 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15990 rm -f conftest.
$ac_objext
15991 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15992 (eval $ac_compile) 2>conftest.er1
15994 grep -v '^ *+' conftest.er1
>conftest.err
15996 cat conftest.err
>&5
15997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15998 (exit $ac_status); } &&
15999 { ac_try
='test -z "$ac_c_werror_flag"
16000 || test ! -s conftest.err'
16001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16002 (eval $ac_try) 2>&5
16004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16005 (exit $ac_status); }; } &&
16006 { ac_try
='test -s conftest.$ac_objext'
16007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16008 (eval $ac_try) 2>&5
16010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16011 (exit $ac_status); }; }; then
16014 echo "$as_me: failed program was:" >&5
16015 sed 's/^/| /' conftest.
$ac_ext >&5
16017 ac_lo
=`expr '(' $ac_mid ')' + 1`
16019 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16022 ?
*) ac_cv_sizeof_long
=$ac_lo;;
16023 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
16024 See \`config.log' for more details." >&5
16025 echo "$as_me: error: cannot compute sizeof (long), 77
16026 See \`config.log' for more details." >&2;}
16027 { (exit 1); exit 1; }; } ;;
16030 if test "$cross_compiling" = yes; then
16031 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16032 See \`config.log' for more details." >&5
16033 echo "$as_me: error: cannot run test program while cross compiling
16034 See \`config.log' for more details." >&2;}
16035 { (exit 1); exit 1; }; }
16037 cat >conftest.
$ac_ext <<_ACEOF
16040 cat confdefs.h
>>conftest.
$ac_ext
16041 cat >>conftest.
$ac_ext <<_ACEOF
16042 /* end confdefs.h. */
16043 $ac_includes_default
16044 long longval () { return (long) (sizeof (long)); }
16045 unsigned long ulongval () { return (long) (sizeof (long)); }
16047 #include <stdlib.h>
16052 FILE *f = fopen ("conftest.val", "w");
16055 if (((long) (sizeof (long))) < 0)
16057 long i = longval ();
16058 if (i != ((long) (sizeof (long))))
16060 fprintf (f, "%ld\n", i);
16064 unsigned long i = ulongval ();
16065 if (i != ((long) (sizeof (long))))
16067 fprintf (f, "%lu\n", i);
16069 exit (ferror (f) || fclose (f) != 0);
16075 rm -f conftest
$ac_exeext
16076 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16077 (eval $ac_link) 2>&5
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16082 (eval $ac_try) 2>&5
16084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16085 (exit $ac_status); }; }; then
16086 ac_cv_sizeof_long
=`cat conftest.val`
16088 echo "$as_me: program exited with status $ac_status" >&5
16089 echo "$as_me: failed program was:" >&5
16090 sed 's/^/| /' conftest.
$ac_ext >&5
16092 ( exit $ac_status )
16093 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
16094 See \`config.log' for more details." >&5
16095 echo "$as_me: error: cannot compute sizeof (long), 77
16096 See \`config.log' for more details." >&2;}
16097 { (exit 1); exit 1; }; }
16099 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16104 ac_cv_sizeof_long
=0
16107 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
16108 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
16109 cat >>confdefs.h
<<_ACEOF
16110 #define SIZEOF_LONG $ac_cv_sizeof_long
16117 echo "$as_me:$LINENO: checking for long long" >&5
16118 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16119 if test "${ac_cv_type_long_long+set}" = set; then
16120 echo $ECHO_N "(cached) $ECHO_C" >&6
16122 cat >conftest.
$ac_ext <<_ACEOF
16125 cat confdefs.h
>>conftest.
$ac_ext
16126 cat >>conftest.
$ac_ext <<_ACEOF
16127 /* end confdefs.h. */
16128 $ac_includes_default
16132 if ((long long *) 0)
16134 if (sizeof (long long))
16140 rm -f conftest.
$ac_objext
16141 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16142 (eval $ac_compile) 2>conftest.er1
16144 grep -v '^ *+' conftest.er1
>conftest.err
16146 cat conftest.err
>&5
16147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16148 (exit $ac_status); } &&
16149 { ac_try
='test -z "$ac_c_werror_flag"
16150 || test ! -s conftest.err'
16151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16152 (eval $ac_try) 2>&5
16154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16155 (exit $ac_status); }; } &&
16156 { ac_try
='test -s conftest.$ac_objext'
16157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16158 (eval $ac_try) 2>&5
16160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16161 (exit $ac_status); }; }; then
16162 ac_cv_type_long_long
=yes
16164 echo "$as_me: failed program was:" >&5
16165 sed 's/^/| /' conftest.
$ac_ext >&5
16167 ac_cv_type_long_long
=no
16169 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16171 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16172 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16174 echo "$as_me:$LINENO: checking size of long long" >&5
16175 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16176 if test "${ac_cv_sizeof_long_long+set}" = set; then
16177 echo $ECHO_N "(cached) $ECHO_C" >&6
16179 if test "$ac_cv_type_long_long" = yes; then
16180 # The cast to unsigned long works around a bug in the HP C Compiler
16181 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16182 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16183 # This bug is HP SR number 8606223364.
16184 if test "$cross_compiling" = yes; then
16185 # Depending upon the size, compute the lo and hi bounds.
16186 cat >conftest.
$ac_ext <<_ACEOF
16189 cat confdefs.h
>>conftest.
$ac_ext
16190 cat >>conftest.
$ac_ext <<_ACEOF
16191 /* end confdefs.h. */
16192 $ac_includes_default
16196 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16203 rm -f conftest.
$ac_objext
16204 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16205 (eval $ac_compile) 2>conftest.er1
16207 grep -v '^ *+' conftest.er1
>conftest.err
16209 cat conftest.err
>&5
16210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16211 (exit $ac_status); } &&
16212 { ac_try
='test -z "$ac_c_werror_flag"
16213 || test ! -s conftest.err'
16214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16215 (eval $ac_try) 2>&5
16217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16218 (exit $ac_status); }; } &&
16219 { ac_try
='test -s conftest.$ac_objext'
16220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16221 (eval $ac_try) 2>&5
16223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16224 (exit $ac_status); }; }; then
16227 cat >conftest.
$ac_ext <<_ACEOF
16230 cat confdefs.h
>>conftest.
$ac_ext
16231 cat >>conftest.
$ac_ext <<_ACEOF
16232 /* end confdefs.h. */
16233 $ac_includes_default
16237 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16244 rm -f conftest.
$ac_objext
16245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16246 (eval $ac_compile) 2>conftest.er1
16248 grep -v '^ *+' conftest.er1
>conftest.err
16250 cat conftest.err
>&5
16251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16252 (exit $ac_status); } &&
16253 { ac_try
='test -z "$ac_c_werror_flag"
16254 || test ! -s conftest.err'
16255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16256 (eval $ac_try) 2>&5
16258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16259 (exit $ac_status); }; } &&
16260 { ac_try
='test -s conftest.$ac_objext'
16261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16262 (eval $ac_try) 2>&5
16264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16265 (exit $ac_status); }; }; then
16266 ac_hi
=$ac_mid; break
16268 echo "$as_me: failed program was:" >&5
16269 sed 's/^/| /' conftest.
$ac_ext >&5
16271 ac_lo
=`expr $ac_mid + 1`
16272 if test $ac_lo -le $ac_mid; then
16276 ac_mid
=`expr 2 '*' $ac_mid + 1`
16278 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16281 echo "$as_me: failed program was:" >&5
16282 sed 's/^/| /' conftest.
$ac_ext >&5
16284 cat >conftest.
$ac_ext <<_ACEOF
16287 cat confdefs.h
>>conftest.
$ac_ext
16288 cat >>conftest.
$ac_ext <<_ACEOF
16289 /* end confdefs.h. */
16290 $ac_includes_default
16294 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16301 rm -f conftest.
$ac_objext
16302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16303 (eval $ac_compile) 2>conftest.er1
16305 grep -v '^ *+' conftest.er1
>conftest.err
16307 cat conftest.err
>&5
16308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16309 (exit $ac_status); } &&
16310 { ac_try
='test -z "$ac_c_werror_flag"
16311 || test ! -s conftest.err'
16312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16313 (eval $ac_try) 2>&5
16315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16316 (exit $ac_status); }; } &&
16317 { ac_try
='test -s conftest.$ac_objext'
16318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16319 (eval $ac_try) 2>&5
16321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16322 (exit $ac_status); }; }; then
16325 cat >conftest.
$ac_ext <<_ACEOF
16328 cat confdefs.h
>>conftest.
$ac_ext
16329 cat >>conftest.
$ac_ext <<_ACEOF
16330 /* end confdefs.h. */
16331 $ac_includes_default
16335 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16342 rm -f conftest.
$ac_objext
16343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16344 (eval $ac_compile) 2>conftest.er1
16346 grep -v '^ *+' conftest.er1
>conftest.err
16348 cat conftest.err
>&5
16349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16350 (exit $ac_status); } &&
16351 { ac_try
='test -z "$ac_c_werror_flag"
16352 || test ! -s conftest.err'
16353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16354 (eval $ac_try) 2>&5
16356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16357 (exit $ac_status); }; } &&
16358 { ac_try
='test -s conftest.$ac_objext'
16359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16360 (eval $ac_try) 2>&5
16362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16363 (exit $ac_status); }; }; then
16364 ac_lo
=$ac_mid; break
16366 echo "$as_me: failed program was:" >&5
16367 sed 's/^/| /' conftest.
$ac_ext >&5
16369 ac_hi
=`expr '(' $ac_mid ')' - 1`
16370 if test $ac_mid -le $ac_hi; then
16374 ac_mid
=`expr 2 '*' $ac_mid`
16376 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16379 echo "$as_me: failed program was:" >&5
16380 sed 's/^/| /' conftest.
$ac_ext >&5
16384 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16386 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16387 # Binary search between lo and hi bounds.
16388 while test "x$ac_lo" != "x$ac_hi"; do
16389 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16390 cat >conftest.
$ac_ext <<_ACEOF
16393 cat confdefs.h
>>conftest.
$ac_ext
16394 cat >>conftest.
$ac_ext <<_ACEOF
16395 /* end confdefs.h. */
16396 $ac_includes_default
16400 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16407 rm -f conftest.
$ac_objext
16408 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16409 (eval $ac_compile) 2>conftest.er1
16411 grep -v '^ *+' conftest.er1
>conftest.err
16413 cat conftest.err
>&5
16414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16415 (exit $ac_status); } &&
16416 { ac_try
='test -z "$ac_c_werror_flag"
16417 || test ! -s conftest.err'
16418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16419 (eval $ac_try) 2>&5
16421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16422 (exit $ac_status); }; } &&
16423 { ac_try
='test -s conftest.$ac_objext'
16424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16425 (eval $ac_try) 2>&5
16427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16428 (exit $ac_status); }; }; then
16431 echo "$as_me: failed program was:" >&5
16432 sed 's/^/| /' conftest.
$ac_ext >&5
16434 ac_lo
=`expr '(' $ac_mid ')' + 1`
16436 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16439 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16440 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16441 See \`config.log' for more details." >&5
16442 echo "$as_me: error: cannot compute sizeof (long long), 77
16443 See \`config.log' for more details." >&2;}
16444 { (exit 1); exit 1; }; } ;;
16447 if test "$cross_compiling" = yes; then
16448 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16449 See \`config.log' for more details." >&5
16450 echo "$as_me: error: cannot run test program while cross compiling
16451 See \`config.log' for more details." >&2;}
16452 { (exit 1); exit 1; }; }
16454 cat >conftest.
$ac_ext <<_ACEOF
16457 cat confdefs.h
>>conftest.
$ac_ext
16458 cat >>conftest.
$ac_ext <<_ACEOF
16459 /* end confdefs.h. */
16460 $ac_includes_default
16461 long longval () { return (long) (sizeof (long long)); }
16462 unsigned long ulongval () { return (long) (sizeof (long long)); }
16464 #include <stdlib.h>
16469 FILE *f = fopen ("conftest.val", "w");
16472 if (((long) (sizeof (long long))) < 0)
16474 long i = longval ();
16475 if (i != ((long) (sizeof (long long))))
16477 fprintf (f, "%ld\n", i);
16481 unsigned long i = ulongval ();
16482 if (i != ((long) (sizeof (long long))))
16484 fprintf (f, "%lu\n", i);
16486 exit (ferror (f) || fclose (f) != 0);
16492 rm -f conftest
$ac_exeext
16493 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16494 (eval $ac_link) 2>&5
16496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16497 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16499 (eval $ac_try) 2>&5
16501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16502 (exit $ac_status); }; }; then
16503 ac_cv_sizeof_long_long
=`cat conftest.val`
16505 echo "$as_me: program exited with status $ac_status" >&5
16506 echo "$as_me: failed program was:" >&5
16507 sed 's/^/| /' conftest.
$ac_ext >&5
16509 ( exit $ac_status )
16510 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16511 See \`config.log' for more details." >&5
16512 echo "$as_me: error: cannot compute sizeof (long long), 77
16513 See \`config.log' for more details." >&2;}
16514 { (exit 1); exit 1; }; }
16516 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16521 ac_cv_sizeof_long_long
=0
16524 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16525 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16526 cat >>confdefs.h
<<_ACEOF
16527 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16533 echo "$as_me:$LINENO: checking for long long" >&5
16534 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16535 if test "${ac_cv_type_long_long+set}" = set; then
16536 echo $ECHO_N "(cached) $ECHO_C" >&6
16538 cat >conftest.
$ac_ext <<_ACEOF
16541 cat confdefs.h
>>conftest.
$ac_ext
16542 cat >>conftest.
$ac_ext <<_ACEOF
16543 /* end confdefs.h. */
16544 $ac_includes_default
16548 if ((long long *) 0)
16550 if (sizeof (long long))
16556 rm -f conftest.
$ac_objext
16557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16558 (eval $ac_compile) 2>conftest.er1
16560 grep -v '^ *+' conftest.er1
>conftest.err
16562 cat conftest.err
>&5
16563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16564 (exit $ac_status); } &&
16565 { ac_try
='test -z "$ac_c_werror_flag"
16566 || test ! -s conftest.err'
16567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16568 (eval $ac_try) 2>&5
16570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16571 (exit $ac_status); }; } &&
16572 { ac_try
='test -s conftest.$ac_objext'
16573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16574 (eval $ac_try) 2>&5
16576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16577 (exit $ac_status); }; }; then
16578 ac_cv_type_long_long
=yes
16580 echo "$as_me: failed program was:" >&5
16581 sed 's/^/| /' conftest.
$ac_ext >&5
16583 ac_cv_type_long_long
=no
16585 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16587 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16588 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16590 echo "$as_me:$LINENO: checking size of long long" >&5
16591 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16592 if test "${ac_cv_sizeof_long_long+set}" = set; then
16593 echo $ECHO_N "(cached) $ECHO_C" >&6
16595 if test "$ac_cv_type_long_long" = yes; then
16596 # The cast to unsigned long works around a bug in the HP C Compiler
16597 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16598 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16599 # This bug is HP SR number 8606223364.
16600 if test "$cross_compiling" = yes; then
16601 # Depending upon the size, compute the lo and hi bounds.
16602 cat >conftest.
$ac_ext <<_ACEOF
16605 cat confdefs.h
>>conftest.
$ac_ext
16606 cat >>conftest.
$ac_ext <<_ACEOF
16607 /* end confdefs.h. */
16608 $ac_includes_default
16612 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16619 rm -f conftest.
$ac_objext
16620 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16621 (eval $ac_compile) 2>conftest.er1
16623 grep -v '^ *+' conftest.er1
>conftest.err
16625 cat conftest.err
>&5
16626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16627 (exit $ac_status); } &&
16628 { ac_try
='test -z "$ac_c_werror_flag"
16629 || test ! -s conftest.err'
16630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16631 (eval $ac_try) 2>&5
16633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16634 (exit $ac_status); }; } &&
16635 { ac_try
='test -s conftest.$ac_objext'
16636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16637 (eval $ac_try) 2>&5
16639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16640 (exit $ac_status); }; }; then
16643 cat >conftest.
$ac_ext <<_ACEOF
16646 cat confdefs.h
>>conftest.
$ac_ext
16647 cat >>conftest.
$ac_ext <<_ACEOF
16648 /* end confdefs.h. */
16649 $ac_includes_default
16653 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16660 rm -f conftest.
$ac_objext
16661 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16662 (eval $ac_compile) 2>conftest.er1
16664 grep -v '^ *+' conftest.er1
>conftest.err
16666 cat conftest.err
>&5
16667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16668 (exit $ac_status); } &&
16669 { ac_try
='test -z "$ac_c_werror_flag"
16670 || test ! -s conftest.err'
16671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16672 (eval $ac_try) 2>&5
16674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16675 (exit $ac_status); }; } &&
16676 { ac_try
='test -s conftest.$ac_objext'
16677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16678 (eval $ac_try) 2>&5
16680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16681 (exit $ac_status); }; }; then
16682 ac_hi
=$ac_mid; break
16684 echo "$as_me: failed program was:" >&5
16685 sed 's/^/| /' conftest.
$ac_ext >&5
16687 ac_lo
=`expr $ac_mid + 1`
16688 if test $ac_lo -le $ac_mid; then
16692 ac_mid
=`expr 2 '*' $ac_mid + 1`
16694 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16697 echo "$as_me: failed program was:" >&5
16698 sed 's/^/| /' conftest.
$ac_ext >&5
16700 cat >conftest.
$ac_ext <<_ACEOF
16703 cat confdefs.h
>>conftest.
$ac_ext
16704 cat >>conftest.
$ac_ext <<_ACEOF
16705 /* end confdefs.h. */
16706 $ac_includes_default
16710 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16717 rm -f conftest.
$ac_objext
16718 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16719 (eval $ac_compile) 2>conftest.er1
16721 grep -v '^ *+' conftest.er1
>conftest.err
16723 cat conftest.err
>&5
16724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16725 (exit $ac_status); } &&
16726 { ac_try
='test -z "$ac_c_werror_flag"
16727 || test ! -s conftest.err'
16728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16729 (eval $ac_try) 2>&5
16731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16732 (exit $ac_status); }; } &&
16733 { ac_try
='test -s conftest.$ac_objext'
16734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16735 (eval $ac_try) 2>&5
16737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16738 (exit $ac_status); }; }; then
16741 cat >conftest.
$ac_ext <<_ACEOF
16744 cat confdefs.h
>>conftest.
$ac_ext
16745 cat >>conftest.
$ac_ext <<_ACEOF
16746 /* end confdefs.h. */
16747 $ac_includes_default
16751 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16758 rm -f conftest.
$ac_objext
16759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16760 (eval $ac_compile) 2>conftest.er1
16762 grep -v '^ *+' conftest.er1
>conftest.err
16764 cat conftest.err
>&5
16765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16766 (exit $ac_status); } &&
16767 { ac_try
='test -z "$ac_c_werror_flag"
16768 || test ! -s conftest.err'
16769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16770 (eval $ac_try) 2>&5
16772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16773 (exit $ac_status); }; } &&
16774 { ac_try
='test -s conftest.$ac_objext'
16775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16776 (eval $ac_try) 2>&5
16778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16779 (exit $ac_status); }; }; then
16780 ac_lo
=$ac_mid; break
16782 echo "$as_me: failed program was:" >&5
16783 sed 's/^/| /' conftest.
$ac_ext >&5
16785 ac_hi
=`expr '(' $ac_mid ')' - 1`
16786 if test $ac_mid -le $ac_hi; then
16790 ac_mid
=`expr 2 '*' $ac_mid`
16792 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16795 echo "$as_me: failed program was:" >&5
16796 sed 's/^/| /' conftest.
$ac_ext >&5
16800 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16802 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16803 # Binary search between lo and hi bounds.
16804 while test "x$ac_lo" != "x$ac_hi"; do
16805 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16806 cat >conftest.
$ac_ext <<_ACEOF
16809 cat confdefs.h
>>conftest.
$ac_ext
16810 cat >>conftest.
$ac_ext <<_ACEOF
16811 /* end confdefs.h. */
16812 $ac_includes_default
16816 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16823 rm -f conftest.
$ac_objext
16824 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16825 (eval $ac_compile) 2>conftest.er1
16827 grep -v '^ *+' conftest.er1
>conftest.err
16829 cat conftest.err
>&5
16830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16831 (exit $ac_status); } &&
16832 { ac_try
='test -z "$ac_c_werror_flag"
16833 || test ! -s conftest.err'
16834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16835 (eval $ac_try) 2>&5
16837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16838 (exit $ac_status); }; } &&
16839 { ac_try
='test -s conftest.$ac_objext'
16840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16841 (eval $ac_try) 2>&5
16843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16844 (exit $ac_status); }; }; then
16847 echo "$as_me: failed program was:" >&5
16848 sed 's/^/| /' conftest.
$ac_ext >&5
16850 ac_lo
=`expr '(' $ac_mid ')' + 1`
16852 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16855 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16856 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16857 See \`config.log' for more details." >&5
16858 echo "$as_me: error: cannot compute sizeof (long long), 77
16859 See \`config.log' for more details." >&2;}
16860 { (exit 1); exit 1; }; } ;;
16863 if test "$cross_compiling" = yes; then
16864 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16865 See \`config.log' for more details." >&5
16866 echo "$as_me: error: cannot run test program while cross compiling
16867 See \`config.log' for more details." >&2;}
16868 { (exit 1); exit 1; }; }
16870 cat >conftest.
$ac_ext <<_ACEOF
16873 cat confdefs.h
>>conftest.
$ac_ext
16874 cat >>conftest.
$ac_ext <<_ACEOF
16875 /* end confdefs.h. */
16876 $ac_includes_default
16877 long longval () { return (long) (sizeof (long long)); }
16878 unsigned long ulongval () { return (long) (sizeof (long long)); }
16880 #include <stdlib.h>
16885 FILE *f = fopen ("conftest.val", "w");
16888 if (((long) (sizeof (long long))) < 0)
16890 long i = longval ();
16891 if (i != ((long) (sizeof (long long))))
16893 fprintf (f, "%ld\n", i);
16897 unsigned long i = ulongval ();
16898 if (i != ((long) (sizeof (long long))))
16900 fprintf (f, "%lu\n", i);
16902 exit (ferror (f) || fclose (f) != 0);
16908 rm -f conftest
$ac_exeext
16909 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16910 (eval $ac_link) 2>&5
16912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16913 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16915 (eval $ac_try) 2>&5
16917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16918 (exit $ac_status); }; }; then
16919 ac_cv_sizeof_long_long
=`cat conftest.val`
16921 echo "$as_me: program exited with status $ac_status" >&5
16922 echo "$as_me: failed program was:" >&5
16923 sed 's/^/| /' conftest.
$ac_ext >&5
16925 ( exit $ac_status )
16926 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16927 See \`config.log' for more details." >&5
16928 echo "$as_me: error: cannot compute sizeof (long long), 77
16929 See \`config.log' for more details." >&2;}
16930 { (exit 1); exit 1; }; }
16932 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16937 ac_cv_sizeof_long_long
=0
16940 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16941 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16942 cat >>confdefs.h
<<_ACEOF
16943 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16947 if test "$ac_cv_sizeof_long_long" != "0"; then
16948 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
16952 echo "$as_me:$LINENO: checking for long long" >&5
16953 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16954 if test "${ac_cv_type_long_long+set}" = set; then
16955 echo $ECHO_N "(cached) $ECHO_C" >&6
16957 cat >conftest.
$ac_ext <<_ACEOF
16960 cat confdefs.h
>>conftest.
$ac_ext
16961 cat >>conftest.
$ac_ext <<_ACEOF
16962 /* end confdefs.h. */
16963 $ac_includes_default
16967 if ((long long *) 0)
16969 if (sizeof (long long))
16975 rm -f conftest.
$ac_objext
16976 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16977 (eval $ac_compile) 2>conftest.er1
16979 grep -v '^ *+' conftest.er1
>conftest.err
16981 cat conftest.err
>&5
16982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16983 (exit $ac_status); } &&
16984 { ac_try
='test -z "$ac_c_werror_flag"
16985 || test ! -s conftest.err'
16986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16987 (eval $ac_try) 2>&5
16989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16990 (exit $ac_status); }; } &&
16991 { ac_try
='test -s conftest.$ac_objext'
16992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16993 (eval $ac_try) 2>&5
16995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16996 (exit $ac_status); }; }; then
16997 ac_cv_type_long_long
=yes
16999 echo "$as_me: failed program was:" >&5
17000 sed 's/^/| /' conftest.
$ac_ext >&5
17002 ac_cv_type_long_long
=no
17004 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17006 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17007 echo "${ECHO_T}$ac_cv_type_long_long" >&6
17009 echo "$as_me:$LINENO: checking size of long long" >&5
17010 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17011 if test "${ac_cv_sizeof_long_long+set}" = set; then
17012 echo $ECHO_N "(cached) $ECHO_C" >&6
17014 if test "$ac_cv_type_long_long" = yes; then
17015 # The cast to unsigned long works around a bug in the HP C Compiler
17016 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17017 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17018 # This bug is HP SR number 8606223364.
17019 if test "$cross_compiling" = yes; then
17020 # Depending upon the size, compute the lo and hi bounds.
17021 cat >conftest.
$ac_ext <<_ACEOF
17024 cat confdefs.h
>>conftest.
$ac_ext
17025 cat >>conftest.
$ac_ext <<_ACEOF
17026 /* end confdefs.h. */
17027 $ac_includes_default
17031 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17038 rm -f conftest.
$ac_objext
17039 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17040 (eval $ac_compile) 2>conftest.er1
17042 grep -v '^ *+' conftest.er1
>conftest.err
17044 cat conftest.err
>&5
17045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17046 (exit $ac_status); } &&
17047 { ac_try
='test -z "$ac_c_werror_flag"
17048 || test ! -s conftest.err'
17049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17050 (eval $ac_try) 2>&5
17052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17053 (exit $ac_status); }; } &&
17054 { ac_try
='test -s conftest.$ac_objext'
17055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17056 (eval $ac_try) 2>&5
17058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17059 (exit $ac_status); }; }; then
17062 cat >conftest.
$ac_ext <<_ACEOF
17065 cat confdefs.h
>>conftest.
$ac_ext
17066 cat >>conftest.
$ac_ext <<_ACEOF
17067 /* end confdefs.h. */
17068 $ac_includes_default
17072 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17079 rm -f conftest.
$ac_objext
17080 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17081 (eval $ac_compile) 2>conftest.er1
17083 grep -v '^ *+' conftest.er1
>conftest.err
17085 cat conftest.err
>&5
17086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17087 (exit $ac_status); } &&
17088 { ac_try
='test -z "$ac_c_werror_flag"
17089 || test ! -s conftest.err'
17090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17091 (eval $ac_try) 2>&5
17093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17094 (exit $ac_status); }; } &&
17095 { ac_try
='test -s conftest.$ac_objext'
17096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17097 (eval $ac_try) 2>&5
17099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17100 (exit $ac_status); }; }; then
17101 ac_hi
=$ac_mid; break
17103 echo "$as_me: failed program was:" >&5
17104 sed 's/^/| /' conftest.
$ac_ext >&5
17106 ac_lo
=`expr $ac_mid + 1`
17107 if test $ac_lo -le $ac_mid; then
17111 ac_mid
=`expr 2 '*' $ac_mid + 1`
17113 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17116 echo "$as_me: failed program was:" >&5
17117 sed 's/^/| /' conftest.
$ac_ext >&5
17119 cat >conftest.
$ac_ext <<_ACEOF
17122 cat confdefs.h
>>conftest.
$ac_ext
17123 cat >>conftest.
$ac_ext <<_ACEOF
17124 /* end confdefs.h. */
17125 $ac_includes_default
17129 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
17136 rm -f conftest.
$ac_objext
17137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17138 (eval $ac_compile) 2>conftest.er1
17140 grep -v '^ *+' conftest.er1
>conftest.err
17142 cat conftest.err
>&5
17143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17144 (exit $ac_status); } &&
17145 { ac_try
='test -z "$ac_c_werror_flag"
17146 || test ! -s conftest.err'
17147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17148 (eval $ac_try) 2>&5
17150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17151 (exit $ac_status); }; } &&
17152 { ac_try
='test -s conftest.$ac_objext'
17153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17154 (eval $ac_try) 2>&5
17156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17157 (exit $ac_status); }; }; then
17160 cat >conftest.
$ac_ext <<_ACEOF
17163 cat confdefs.h
>>conftest.
$ac_ext
17164 cat >>conftest.
$ac_ext <<_ACEOF
17165 /* end confdefs.h. */
17166 $ac_includes_default
17170 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
17177 rm -f conftest.
$ac_objext
17178 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17179 (eval $ac_compile) 2>conftest.er1
17181 grep -v '^ *+' conftest.er1
>conftest.err
17183 cat conftest.err
>&5
17184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17185 (exit $ac_status); } &&
17186 { ac_try
='test -z "$ac_c_werror_flag"
17187 || test ! -s conftest.err'
17188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17189 (eval $ac_try) 2>&5
17191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17192 (exit $ac_status); }; } &&
17193 { ac_try
='test -s conftest.$ac_objext'
17194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17195 (eval $ac_try) 2>&5
17197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17198 (exit $ac_status); }; }; then
17199 ac_lo
=$ac_mid; break
17201 echo "$as_me: failed program was:" >&5
17202 sed 's/^/| /' conftest.
$ac_ext >&5
17204 ac_hi
=`expr '(' $ac_mid ')' - 1`
17205 if test $ac_mid -le $ac_hi; then
17209 ac_mid
=`expr 2 '*' $ac_mid`
17211 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17214 echo "$as_me: failed program was:" >&5
17215 sed 's/^/| /' conftest.
$ac_ext >&5
17219 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17221 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17222 # Binary search between lo and hi bounds.
17223 while test "x$ac_lo" != "x$ac_hi"; do
17224 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17225 cat >conftest.
$ac_ext <<_ACEOF
17228 cat confdefs.h
>>conftest.
$ac_ext
17229 cat >>conftest.
$ac_ext <<_ACEOF
17230 /* end confdefs.h. */
17231 $ac_includes_default
17235 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17242 rm -f conftest.
$ac_objext
17243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17244 (eval $ac_compile) 2>conftest.er1
17246 grep -v '^ *+' conftest.er1
>conftest.err
17248 cat conftest.err
>&5
17249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17250 (exit $ac_status); } &&
17251 { ac_try
='test -z "$ac_c_werror_flag"
17252 || test ! -s conftest.err'
17253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17254 (eval $ac_try) 2>&5
17256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17257 (exit $ac_status); }; } &&
17258 { ac_try
='test -s conftest.$ac_objext'
17259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17260 (eval $ac_try) 2>&5
17262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17263 (exit $ac_status); }; }; then
17266 echo "$as_me: failed program was:" >&5
17267 sed 's/^/| /' conftest.
$ac_ext >&5
17269 ac_lo
=`expr '(' $ac_mid ')' + 1`
17271 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17274 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
17275 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17276 See \`config.log' for more details." >&5
17277 echo "$as_me: error: cannot compute sizeof (long long), 77
17278 See \`config.log' for more details." >&2;}
17279 { (exit 1); exit 1; }; } ;;
17282 if test "$cross_compiling" = yes; then
17283 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17284 See \`config.log' for more details." >&5
17285 echo "$as_me: error: cannot run test program while cross compiling
17286 See \`config.log' for more details." >&2;}
17287 { (exit 1); exit 1; }; }
17289 cat >conftest.
$ac_ext <<_ACEOF
17292 cat confdefs.h
>>conftest.
$ac_ext
17293 cat >>conftest.
$ac_ext <<_ACEOF
17294 /* end confdefs.h. */
17295 $ac_includes_default
17296 long longval () { return (long) (sizeof (long long)); }
17297 unsigned long ulongval () { return (long) (sizeof (long long)); }
17299 #include <stdlib.h>
17304 FILE *f = fopen ("conftest.val", "w");
17307 if (((long) (sizeof (long long))) < 0)
17309 long i = longval ();
17310 if (i != ((long) (sizeof (long long))))
17312 fprintf (f, "%ld\n", i);
17316 unsigned long i = ulongval ();
17317 if (i != ((long) (sizeof (long long))))
17319 fprintf (f, "%lu\n", i);
17321 exit (ferror (f) || fclose (f) != 0);
17327 rm -f conftest
$ac_exeext
17328 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17329 (eval $ac_link) 2>&5
17331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17332 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17334 (eval $ac_try) 2>&5
17336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17337 (exit $ac_status); }; }; then
17338 ac_cv_sizeof_long_long
=`cat conftest.val`
17340 echo "$as_me: program exited with status $ac_status" >&5
17341 echo "$as_me: failed program was:" >&5
17342 sed 's/^/| /' conftest.
$ac_ext >&5
17344 ( exit $ac_status )
17345 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17346 See \`config.log' for more details." >&5
17347 echo "$as_me: error: cannot compute sizeof (long long), 77
17348 See \`config.log' for more details." >&2;}
17349 { (exit 1); exit 1; }; }
17351 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17356 ac_cv_sizeof_long_long
=0
17359 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
17360 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
17361 cat >>confdefs.h
<<_ACEOF
17362 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
17368 echo "$as_me:$LINENO: checking size of wchar_t" >&5
17369 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
17370 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
17371 echo $ECHO_N "(cached) $ECHO_C" >&6
17374 if test "$cross_compiling" = yes; then
17378 wx_cv_sizeof_wchar_t
=0
17381 wx_cv_sizeof_wchar_t
=4
17387 cat >conftest.
$ac_ext <<_ACEOF
17390 cat confdefs.h
>>conftest.
$ac_ext
17391 cat >>conftest.
$ac_ext <<_ACEOF
17392 /* end confdefs.h. */
17394 /* DJGPP only has fake wchar_t: */
17396 # error "fake wchar_t"
17398 #ifdef HAVE_WCHAR_H
17400 # include <stddef.h>
17402 # include <wchar.h>
17404 #ifdef HAVE_STDLIB_H
17405 # include <stdlib.h>
17410 FILE *f=fopen("conftestval", "w");
17412 fprintf(f, "%i", sizeof(wchar_t));
17417 rm -f conftest
$ac_exeext
17418 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17419 (eval $ac_link) 2>&5
17421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17422 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17424 (eval $ac_try) 2>&5
17426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17427 (exit $ac_status); }; }; then
17428 wx_cv_sizeof_wchar_t
=`cat conftestval`
17430 echo "$as_me: program exited with status $ac_status" >&5
17431 echo "$as_me: failed program was:" >&5
17432 sed 's/^/| /' conftest.
$ac_ext >&5
17434 ( exit $ac_status )
17435 wx_cv_sizeof_wchar_t
=0
17437 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17441 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
17442 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
17444 cat >>confdefs.h
<<_ACEOF
17445 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
17449 # Check whether --enable-largefile or --disable-largefile was given.
17450 if test "${enable_largefile+set}" = set; then
17451 enableval
="$enable_largefile"
17454 if test "$enable_largefile" != no
; then
17457 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
17458 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
17459 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
17460 echo $ECHO_N "(cached) $ECHO_C" >&6
17463 cat >conftest.
$ac_ext <<_ACEOF
17466 cat confdefs.h
>>conftest.
$ac_ext
17467 cat >>conftest.
$ac_ext <<_ACEOF
17468 /* end confdefs.h. */
17469 #define _FILE_OFFSET_BITS 64
17470 #include <sys/types.h>
17475 unsigned int field: sizeof(off_t) == 8;
17482 rm -f conftest.
$ac_objext
17483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17484 (eval $ac_compile) 2>conftest.er1
17486 grep -v '^ *+' conftest.er1
>conftest.err
17488 cat conftest.err
>&5
17489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17490 (exit $ac_status); } &&
17491 { ac_try
='test -z "$ac_c_werror_flag"
17492 || test ! -s conftest.err'
17493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17494 (eval $ac_try) 2>&5
17496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17497 (exit $ac_status); }; } &&
17498 { ac_try
='test -s conftest.$ac_objext'
17499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17500 (eval $ac_try) 2>&5
17502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17503 (exit $ac_status); }; }; then
17504 ac_cv_sys_file_offset_bits
=64
17506 echo "$as_me: failed program was:" >&5
17507 sed 's/^/| /' conftest.
$ac_ext >&5
17509 ac_cv_sys_file_offset_bits
=no
17511 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17515 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
17516 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
17518 if test "$ac_cv_sys_file_offset_bits" != no
; then
17520 cat >>confdefs.h
<<_ACEOF
17521 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
17526 if test "x$wx_largefile" != "xyes"; then
17528 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
17529 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
17530 if test "${ac_cv_sys_large_files+set}" = set; then
17531 echo $ECHO_N "(cached) $ECHO_C" >&6
17534 cat >conftest.
$ac_ext <<_ACEOF
17537 cat confdefs.h
>>conftest.
$ac_ext
17538 cat >>conftest.
$ac_ext <<_ACEOF
17539 /* end confdefs.h. */
17540 #define _LARGE_FILES 1
17541 #include <sys/types.h>
17546 unsigned int field: sizeof(off_t) == 8;
17553 rm -f conftest.
$ac_objext
17554 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17555 (eval $ac_compile) 2>conftest.er1
17557 grep -v '^ *+' conftest.er1
>conftest.err
17559 cat conftest.err
>&5
17560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17561 (exit $ac_status); } &&
17562 { ac_try
='test -z "$ac_c_werror_flag"
17563 || test ! -s conftest.err'
17564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17565 (eval $ac_try) 2>&5
17567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17568 (exit $ac_status); }; } &&
17569 { ac_try
='test -s conftest.$ac_objext'
17570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17571 (eval $ac_try) 2>&5
17573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17574 (exit $ac_status); }; }; then
17575 ac_cv_sys_large_files
=1
17577 echo "$as_me: failed program was:" >&5
17578 sed 's/^/| /' conftest.
$ac_ext >&5
17580 ac_cv_sys_large_files
=no
17582 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17586 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
17587 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
17589 if test "$ac_cv_sys_large_files" != no
; then
17591 cat >>confdefs.h
<<_ACEOF
17592 #define _LARGE_FILES $ac_cv_sys_large_files
17599 echo "$as_me:$LINENO: checking if large file support is available" >&5
17600 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
17601 if test "x$wx_largefile" = "xyes"; then
17602 cat >>confdefs.h
<<\_ACEOF
17603 #define HAVE_LARGEFILE_SUPPORT 1
17607 echo "$as_me:$LINENO: result: $wx_largefile" >&5
17608 echo "${ECHO_T}$wx_largefile" >&6
17612 if test "x$wx_largefile" = "xyes"; then
17613 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
17614 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
17616 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
17618 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
17621 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
17622 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
17623 if test "${ac_cv_c_bigendian+set}" = set; then
17624 echo $ECHO_N "(cached) $ECHO_C" >&6
17626 ac_cv_c_bigendian
=unknown
17627 # See if sys/param.h defines the BYTE_ORDER macro.
17628 cat >conftest.
$ac_ext <<_ACEOF
17631 cat confdefs.h
>>conftest.
$ac_ext
17632 cat >>conftest.
$ac_ext <<_ACEOF
17633 /* end confdefs.h. */
17634 #include <sys/types.h>
17635 #include <sys/param.h>
17640 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
17641 bogus endian macros
17647 rm -f conftest.
$ac_objext
17648 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17649 (eval $ac_compile) 2>conftest.er1
17651 grep -v '^ *+' conftest.er1
>conftest.err
17653 cat conftest.err
>&5
17654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17655 (exit $ac_status); } &&
17656 { ac_try
='test -z "$ac_c_werror_flag"
17657 || test ! -s conftest.err'
17658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17659 (eval $ac_try) 2>&5
17661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17662 (exit $ac_status); }; } &&
17663 { ac_try
='test -s conftest.$ac_objext'
17664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17665 (eval $ac_try) 2>&5
17667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668 (exit $ac_status); }; }; then
17669 # It does; now see whether it defined to BIG_ENDIAN or not.
17670 cat >conftest.
$ac_ext <<_ACEOF
17673 cat confdefs.h
>>conftest.
$ac_ext
17674 cat >>conftest.
$ac_ext <<_ACEOF
17675 /* end confdefs.h. */
17676 #include <sys/types.h>
17677 #include <sys/param.h>
17682 #if BYTE_ORDER != BIG_ENDIAN
17689 rm -f conftest.
$ac_objext
17690 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17691 (eval $ac_compile) 2>conftest.er1
17693 grep -v '^ *+' conftest.er1
>conftest.err
17695 cat conftest.err
>&5
17696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17697 (exit $ac_status); } &&
17698 { ac_try
='test -z "$ac_c_werror_flag"
17699 || test ! -s conftest.err'
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); }; } &&
17705 { ac_try
='test -s conftest.$ac_objext'
17706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17707 (eval $ac_try) 2>&5
17709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); }; }; then
17711 ac_cv_c_bigendian
=yes
17713 echo "$as_me: failed program was:" >&5
17714 sed 's/^/| /' conftest.
$ac_ext >&5
17716 ac_cv_c_bigendian
=no
17718 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17720 echo "$as_me: failed program was:" >&5
17721 sed 's/^/| /' conftest.
$ac_ext >&5
17724 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17725 if test $ac_cv_c_bigendian = unknown
; then
17726 if test "$cross_compiling" = yes; then
17727 ac_cv_c_bigendian
=unknown
17729 cat >conftest.
$ac_ext <<_ACEOF
17732 cat confdefs.h
>>conftest.
$ac_ext
17733 cat >>conftest.
$ac_ext <<_ACEOF
17734 /* end confdefs.h. */
17736 /* Are we little or big endian? From Harbison&Steele. */
17740 char c[sizeof (long)];
17743 exit (u.c[sizeof (long) - 1] == 1);
17746 rm -f conftest
$ac_exeext
17747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17748 (eval $ac_link) 2>&5
17750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17751 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17753 (eval $ac_try) 2>&5
17755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17756 (exit $ac_status); }; }; then
17757 ac_cv_c_bigendian
=no
17759 echo "$as_me: program exited with status $ac_status" >&5
17760 echo "$as_me: failed program was:" >&5
17761 sed 's/^/| /' conftest.
$ac_ext >&5
17763 ( exit $ac_status )
17764 ac_cv_c_bigendian
=yes
17766 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17770 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
17771 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
17772 if test $ac_cv_c_bigendian = unknown
; then
17773 { 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
17774 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;}
17776 if test $ac_cv_c_bigendian = yes; then
17777 cat >>confdefs.h
<<\_ACEOF
17778 #define WORDS_BIGENDIAN 1
17786 ac_cpp
='$CXXCPP $CPPFLAGS'
17787 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17788 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17789 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17790 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
17791 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
17792 if test -z "$CXXCPP"; then
17793 if test "${ac_cv_prog_CXXCPP+set}" = set; then
17794 echo $ECHO_N "(cached) $ECHO_C" >&6
17796 # Double quotes because CXXCPP needs to be expanded
17797 for CXXCPP
in "$CXX -E" "/lib/cpp"
17799 ac_preproc_ok
=false
17800 for ac_cxx_preproc_warn_flag
in '' yes
17802 # Use a header file that comes with gcc, so configuring glibc
17803 # with a fresh cross-compiler works.
17804 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17805 # <limits.h> exists even on freestanding compilers.
17806 # On the NeXT, cc -E runs the code through the compiler's parser,
17807 # not just through cpp. "Syntax error" is here to catch this case.
17808 cat >conftest.
$ac_ext <<_ACEOF
17811 cat confdefs.h
>>conftest.
$ac_ext
17812 cat >>conftest.
$ac_ext <<_ACEOF
17813 /* end confdefs.h. */
17815 # include <limits.h>
17817 # include <assert.h>
17821 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17822 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17824 grep -v '^ *+' conftest.er1
>conftest.err
17826 cat conftest.err
>&5
17827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17828 (exit $ac_status); } >/dev
/null
; then
17829 if test -s conftest.err
; then
17830 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17831 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17838 if test -z "$ac_cpp_err"; then
17841 echo "$as_me: failed program was:" >&5
17842 sed 's/^/| /' conftest.
$ac_ext >&5
17844 # Broken: fails on valid input.
17847 rm -f conftest.err conftest.
$ac_ext
17849 # OK, works on sane cases. Now check whether non-existent headers
17850 # can be detected and how.
17851 cat >conftest.
$ac_ext <<_ACEOF
17854 cat confdefs.h
>>conftest.
$ac_ext
17855 cat >>conftest.
$ac_ext <<_ACEOF
17856 /* end confdefs.h. */
17857 #include <ac_nonexistent.h>
17859 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17860 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17862 grep -v '^ *+' conftest.er1
>conftest.err
17864 cat conftest.err
>&5
17865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17866 (exit $ac_status); } >/dev
/null
; then
17867 if test -s conftest.err
; then
17868 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17869 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17876 if test -z "$ac_cpp_err"; then
17877 # Broken: success on invalid input.
17880 echo "$as_me: failed program was:" >&5
17881 sed 's/^/| /' conftest.
$ac_ext >&5
17883 # Passes both tests.
17887 rm -f conftest.err conftest.
$ac_ext
17890 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17891 rm -f conftest.err conftest.
$ac_ext
17892 if $ac_preproc_ok; then
17897 ac_cv_prog_CXXCPP
=$CXXCPP
17900 CXXCPP
=$ac_cv_prog_CXXCPP
17902 ac_cv_prog_CXXCPP
=$CXXCPP
17904 echo "$as_me:$LINENO: result: $CXXCPP" >&5
17905 echo "${ECHO_T}$CXXCPP" >&6
17906 ac_preproc_ok
=false
17907 for ac_cxx_preproc_warn_flag
in '' yes
17909 # Use a header file that comes with gcc, so configuring glibc
17910 # with a fresh cross-compiler works.
17911 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17912 # <limits.h> exists even on freestanding compilers.
17913 # On the NeXT, cc -E runs the code through the compiler's parser,
17914 # not just through cpp. "Syntax error" is here to catch this case.
17915 cat >conftest.
$ac_ext <<_ACEOF
17918 cat confdefs.h
>>conftest.
$ac_ext
17919 cat >>conftest.
$ac_ext <<_ACEOF
17920 /* end confdefs.h. */
17922 # include <limits.h>
17924 # include <assert.h>
17928 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17929 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17931 grep -v '^ *+' conftest.er1
>conftest.err
17933 cat conftest.err
>&5
17934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17935 (exit $ac_status); } >/dev
/null
; then
17936 if test -s conftest.err
; then
17937 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17938 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17945 if test -z "$ac_cpp_err"; then
17948 echo "$as_me: failed program was:" >&5
17949 sed 's/^/| /' conftest.
$ac_ext >&5
17951 # Broken: fails on valid input.
17954 rm -f conftest.err conftest.
$ac_ext
17956 # OK, works on sane cases. Now check whether non-existent headers
17957 # can be detected and how.
17958 cat >conftest.
$ac_ext <<_ACEOF
17961 cat confdefs.h
>>conftest.
$ac_ext
17962 cat >>conftest.
$ac_ext <<_ACEOF
17963 /* end confdefs.h. */
17964 #include <ac_nonexistent.h>
17966 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17967 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17969 grep -v '^ *+' conftest.er1
>conftest.err
17971 cat conftest.err
>&5
17972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17973 (exit $ac_status); } >/dev
/null
; then
17974 if test -s conftest.err
; then
17975 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17976 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17983 if test -z "$ac_cpp_err"; then
17984 # Broken: success on invalid input.
17987 echo "$as_me: failed program was:" >&5
17988 sed 's/^/| /' conftest.
$ac_ext >&5
17990 # Passes both tests.
17994 rm -f conftest.err conftest.
$ac_ext
17997 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17998 rm -f conftest.err conftest.
$ac_ext
17999 if $ac_preproc_ok; then
18002 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
18003 See \`config.log' for more details." >&5
18004 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
18005 See \`config.log' for more details." >&2;}
18006 { (exit 1); exit 1; }; }
18010 ac_cpp
='$CXXCPP $CPPFLAGS'
18011 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18012 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18013 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18017 if test "$cross_compiling" = "yes"; then
18018 cat >>confdefs.h
<<\_ACEOF
18019 #define wxUSE_IOSTREAMH 1
18026 ac_cpp
='$CXXCPP $CPPFLAGS'
18027 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18028 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18029 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18033 for ac_header
in iostream
18035 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18036 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18037 echo "$as_me:$LINENO: checking for $ac_header" >&5
18038 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18039 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18040 echo $ECHO_N "(cached) $ECHO_C" >&6
18042 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18043 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18045 # Is the header compilable?
18046 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18047 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18048 cat >conftest.
$ac_ext <<_ACEOF
18051 cat confdefs.h
>>conftest.
$ac_ext
18052 cat >>conftest.
$ac_ext <<_ACEOF
18053 /* end confdefs.h. */
18054 $ac_includes_default
18055 #include <$ac_header>
18057 rm -f conftest.
$ac_objext
18058 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18059 (eval $ac_compile) 2>conftest.er1
18061 grep -v '^ *+' conftest.er1
>conftest.err
18063 cat conftest.err
>&5
18064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18065 (exit $ac_status); } &&
18066 { ac_try
='test -z "$ac_cxx_werror_flag"
18067 || test ! -s conftest.err'
18068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18069 (eval $ac_try) 2>&5
18071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18072 (exit $ac_status); }; } &&
18073 { ac_try
='test -s conftest.$ac_objext'
18074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18075 (eval $ac_try) 2>&5
18077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18078 (exit $ac_status); }; }; then
18079 ac_header_compiler
=yes
18081 echo "$as_me: failed program was:" >&5
18082 sed 's/^/| /' conftest.
$ac_ext >&5
18084 ac_header_compiler
=no
18086 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18087 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18088 echo "${ECHO_T}$ac_header_compiler" >&6
18090 # Is the header present?
18091 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18092 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18093 cat >conftest.
$ac_ext <<_ACEOF
18096 cat confdefs.h
>>conftest.
$ac_ext
18097 cat >>conftest.
$ac_ext <<_ACEOF
18098 /* end confdefs.h. */
18099 #include <$ac_header>
18101 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18102 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18104 grep -v '^ *+' conftest.er1
>conftest.err
18106 cat conftest.err
>&5
18107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18108 (exit $ac_status); } >/dev
/null
; then
18109 if test -s conftest.err
; then
18110 ac_cpp_err
=$ac_cxx_preproc_warn_flag
18111 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
18118 if test -z "$ac_cpp_err"; then
18119 ac_header_preproc
=yes
18121 echo "$as_me: failed program was:" >&5
18122 sed 's/^/| /' conftest.
$ac_ext >&5
18124 ac_header_preproc
=no
18126 rm -f conftest.err conftest.
$ac_ext
18127 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18128 echo "${ECHO_T}$ac_header_preproc" >&6
18130 # So? What about this header?
18131 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
18133 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18134 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18135 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18136 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18137 ac_header_preproc
=yes
18140 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18141 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18142 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18143 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18144 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18145 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18146 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18147 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18148 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18149 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18150 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18151 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18154 ## ----------------------------------------- ##
18155 ## Report this to wx-dev@lists.wxwindows.org ##
18156 ## ----------------------------------------- ##
18159 sed "s/^/$as_me: WARNING: /" >&2
18162 echo "$as_me:$LINENO: checking for $ac_header" >&5
18163 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18164 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18165 echo $ECHO_N "(cached) $ECHO_C" >&6
18167 eval "$as_ac_Header=\$ac_header_preproc"
18169 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18170 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18173 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18174 cat >>confdefs.h
<<_ACEOF
18175 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18183 if test "$ac_cv_header_iostream" = "yes" ; then
18186 cat >>confdefs.h
<<\_ACEOF
18187 #define wxUSE_IOSTREAMH 1
18193 ac_cpp
='$CPP $CPPFLAGS'
18194 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18195 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18196 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18202 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
18203 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
18204 if test "${wx_cv_cpp_bool+set}" = set; then
18205 echo $ECHO_N "(cached) $ECHO_C" >&6
18211 ac_cpp
='$CXXCPP $CPPFLAGS'
18212 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18213 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18214 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18217 cat >conftest.
$ac_ext <<_ACEOF
18220 cat confdefs.h
>>conftest.
$ac_ext
18221 cat >>conftest.
$ac_ext <<_ACEOF
18222 /* end confdefs.h. */
18237 rm -f conftest.
$ac_objext
18238 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18239 (eval $ac_compile) 2>conftest.er1
18241 grep -v '^ *+' conftest.er1
>conftest.err
18243 cat conftest.err
>&5
18244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18245 (exit $ac_status); } &&
18246 { ac_try
='test -z "$ac_cxx_werror_flag"
18247 || test ! -s conftest.err'
18248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18249 (eval $ac_try) 2>&5
18251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18252 (exit $ac_status); }; } &&
18253 { ac_try
='test -s conftest.$ac_objext'
18254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18255 (eval $ac_try) 2>&5
18257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18258 (exit $ac_status); }; }; then
18263 echo "$as_me: failed program was:" >&5
18264 sed 's/^/| /' conftest.
$ac_ext >&5
18271 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18274 ac_cpp
='$CPP $CPPFLAGS'
18275 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18276 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18277 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18281 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
18282 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
18284 if test "$wx_cv_cpp_bool" = "yes"; then
18285 cat >>confdefs.h
<<\_ACEOF
18286 #define HAVE_BOOL 1
18293 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
18294 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
18295 if test "${wx_cv_explicit+set}" = set; then
18296 echo $ECHO_N "(cached) $ECHO_C" >&6
18302 ac_cpp
='$CXXCPP $CPPFLAGS'
18303 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18304 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18305 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18308 cat >conftest.
$ac_ext <<_ACEOF
18311 cat confdefs.h
>>conftest.
$ac_ext
18312 cat >>conftest.
$ac_ext <<_ACEOF
18313 /* end confdefs.h. */
18315 class Foo { public: explicit Foo(int) {} };
18327 rm -f conftest.
$ac_objext
18328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18329 (eval $ac_compile) 2>conftest.er1
18331 grep -v '^ *+' conftest.er1
>conftest.err
18333 cat conftest.err
>&5
18334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18335 (exit $ac_status); } &&
18336 { ac_try
='test -z "$ac_cxx_werror_flag"
18337 || test ! -s conftest.err'
18338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18339 (eval $ac_try) 2>&5
18341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18342 (exit $ac_status); }; } &&
18343 { ac_try
='test -s conftest.$ac_objext'
18344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18345 (eval $ac_try) 2>&5
18347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18348 (exit $ac_status); }; }; then
18350 cat >conftest.
$ac_ext <<_ACEOF
18353 cat confdefs.h
>>conftest.
$ac_ext
18354 cat >>conftest.
$ac_ext <<_ACEOF
18355 /* end confdefs.h. */
18357 class Foo { public: explicit Foo(int) {} };
18358 static void TakeFoo(const Foo& foo) { }
18371 rm -f conftest.
$ac_objext
18372 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18373 (eval $ac_compile) 2>conftest.er1
18375 grep -v '^ *+' conftest.er1
>conftest.err
18377 cat conftest.err
>&5
18378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18379 (exit $ac_status); } &&
18380 { ac_try
='test -z "$ac_cxx_werror_flag"
18381 || test ! -s conftest.err'
18382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18383 (eval $ac_try) 2>&5
18385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18386 (exit $ac_status); }; } &&
18387 { ac_try
='test -s conftest.$ac_objext'
18388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18389 (eval $ac_try) 2>&5
18391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18392 (exit $ac_status); }; }; then
18395 echo "$as_me: failed program was:" >&5
18396 sed 's/^/| /' conftest.
$ac_ext >&5
18401 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18404 echo "$as_me: failed program was:" >&5
18405 sed 's/^/| /' conftest.
$ac_ext >&5
18410 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18413 ac_cpp
='$CPP $CPPFLAGS'
18414 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18415 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18416 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18420 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
18421 echo "${ECHO_T}$wx_cv_explicit" >&6
18423 if test "$wx_cv_explicit" = "yes"; then
18424 cat >>confdefs.h
<<\_ACEOF
18425 #define HAVE_EXPLICIT 1
18431 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
18432 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
18433 if test "${ac_cv_cxx_const_cast+set}" = set; then
18434 echo $ECHO_N "(cached) $ECHO_C" >&6
18439 ac_cpp
='$CXXCPP $CPPFLAGS'
18440 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18441 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18442 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18444 cat >conftest.
$ac_ext <<_ACEOF
18447 cat confdefs.h
>>conftest.
$ac_ext
18448 cat >>conftest.
$ac_ext <<_ACEOF
18449 /* end confdefs.h. */
18454 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
18459 rm -f conftest.
$ac_objext
18460 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18461 (eval $ac_compile) 2>conftest.er1
18463 grep -v '^ *+' conftest.er1
>conftest.err
18465 cat conftest.err
>&5
18466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18467 (exit $ac_status); } &&
18468 { ac_try
='test -z "$ac_cxx_werror_flag"
18469 || test ! -s conftest.err'
18470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18471 (eval $ac_try) 2>&5
18473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18474 (exit $ac_status); }; } &&
18475 { ac_try
='test -s conftest.$ac_objext'
18476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18477 (eval $ac_try) 2>&5
18479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18480 (exit $ac_status); }; }; then
18481 ac_cv_cxx_const_cast
=yes
18483 echo "$as_me: failed program was:" >&5
18484 sed 's/^/| /' conftest.
$ac_ext >&5
18486 ac_cv_cxx_const_cast
=no
18488 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18490 ac_cpp
='$CPP $CPPFLAGS'
18491 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18492 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18493 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18497 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
18498 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
18499 if test "$ac_cv_cxx_const_cast" = yes; then
18501 cat >>confdefs.h
<<\_ACEOF
18502 #define HAVE_CONST_CAST
18508 if test "$wxUSE_STL" = "yes"; then
18510 ac_cpp
='$CXXCPP $CPPFLAGS'
18511 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18512 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18513 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18516 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
18517 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
18518 cat >conftest.
$ac_ext <<_ACEOF
18521 cat confdefs.h
>>conftest.
$ac_ext
18522 cat >>conftest.
$ac_ext <<_ACEOF
18523 /* end confdefs.h. */
18525 #include <functional>
18526 #include <algorithm>
18532 std::vector<int> moo;
18533 std::list<int> foo;
18534 std::vector<int>::iterator it =
18535 std::find_if(moo.begin(), moo.end(),
18536 std::bind2nd(std::less<int>(), 3));
18541 rm -f conftest.
$ac_objext
18542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18543 (eval $ac_compile) 2>conftest.er1
18545 grep -v '^ *+' conftest.er1
>conftest.err
18547 cat conftest.err
>&5
18548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18549 (exit $ac_status); } &&
18550 { ac_try
='test -z "$ac_cxx_werror_flag"
18551 || test ! -s conftest.err'
18552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18553 (eval $ac_try) 2>&5
18555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18556 (exit $ac_status); }; } &&
18557 { ac_try
='test -s conftest.$ac_objext'
18558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18559 (eval $ac_try) 2>&5
18561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18562 (exit $ac_status); }; }; then
18563 echo "$as_me:$LINENO: result: yes" >&5
18564 echo "${ECHO_T}yes" >&6
18566 echo "$as_me: failed program was:" >&5
18567 sed 's/^/| /' conftest.
$ac_ext >&5
18569 echo "$as_me:$LINENO: result: no" >&5
18570 echo "${ECHO_T}no" >&6
18571 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
18572 echo "$as_me: error: Basic STL functionality missing" >&2;}
18573 { (exit 1); exit 1; }; }
18575 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18577 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
18578 echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
18579 cat >conftest.
$ac_ext <<_ACEOF
18582 cat confdefs.h
>>conftest.
$ac_ext
18583 cat >>conftest.
$ac_ext <<_ACEOF
18584 /* end confdefs.h. */
18594 rm -f conftest.
$ac_objext
18595 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18596 (eval $ac_compile) 2>conftest.er1
18598 grep -v '^ *+' conftest.er1
>conftest.err
18600 cat conftest.err
>&5
18601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18602 (exit $ac_status); } &&
18603 { ac_try
='test -z "$ac_cxx_werror_flag"
18604 || test ! -s conftest.err'
18605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18606 (eval $ac_try) 2>&5
18608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18609 (exit $ac_status); }; } &&
18610 { ac_try
='test -s conftest.$ac_objext'
18611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18612 (eval $ac_try) 2>&5
18614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18615 (exit $ac_status); }; }; then
18616 echo "$as_me:$LINENO: result: yes" >&5
18617 echo "${ECHO_T}yes" >&6
18618 cat >>confdefs.h
<<\_ACEOF
18619 #define HAVE_STD_WSTRING 1
18623 echo "$as_me: failed program was:" >&5
18624 sed 's/^/| /' conftest.
$ac_ext >&5
18626 echo "$as_me:$LINENO: result: no" >&5
18627 echo "${ECHO_T}no" >&6
18629 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18631 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
18632 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
18633 cat >conftest.
$ac_ext <<_ACEOF
18636 cat confdefs.h
>>conftest.
$ac_ext
18637 cat >>conftest.
$ac_ext <<_ACEOF
18638 /* end confdefs.h. */
18643 std::string foo, bar;
18645 foo.compare(1, 1, bar);
18646 foo.compare(1, 1, bar, 1, 1);
18648 foo.compare(1, 1, "");
18649 foo.compare(1, 1, "", 2);
18654 rm -f conftest.
$ac_objext
18655 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18656 (eval $ac_compile) 2>conftest.er1
18658 grep -v '^ *+' conftest.er1
>conftest.err
18660 cat conftest.err
>&5
18661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18662 (exit $ac_status); } &&
18663 { ac_try
='test -z "$ac_cxx_werror_flag"
18664 || test ! -s conftest.err'
18665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18666 (eval $ac_try) 2>&5
18668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18669 (exit $ac_status); }; } &&
18670 { ac_try
='test -s conftest.$ac_objext'
18671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18672 (eval $ac_try) 2>&5
18674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18675 (exit $ac_status); }; }; then
18676 echo "$as_me:$LINENO: result: yes" >&5
18677 echo "${ECHO_T}yes" >&6
18678 cat >>confdefs.h
<<\_ACEOF
18679 #define HAVE_STD_STRING_COMPARE 1
18683 echo "$as_me: failed program was:" >&5
18684 sed 's/^/| /' conftest.
$ac_ext >&5
18686 echo "$as_me:$LINENO: result: no" >&5
18687 echo "${ECHO_T}no" >&6
18689 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18692 ac_cpp
='$CPP $CPPFLAGS'
18693 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18694 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18695 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18701 /usr/local/include \
18703 /usr/Motif-1.2/include \
18704 /usr/Motif-2.1/include \
18706 /usr/include/Motif1.2 \
18707 /opt/xpm/include/X11 \
18708 /opt/GBxpm/include/ \
18709 /opt/GBxpm/X11/include/ \
18711 /usr/Motif1.2/include \
18713 /usr/openwin/include \
18717 /usr/X11R6/include \
18718 /usr/X11R6.4/include \
18719 /usr/X11R5/include \
18720 /usr/X11R4/include \
18722 /usr/include/X11R6 \
18723 /usr/include/X11R5 \
18724 /usr/include/X11R4 \
18726 /usr/local/X11R6/include \
18727 /usr/local/X11R5/include \
18728 /usr/local/X11R4/include \
18730 /usr/local/include/X11R6 \
18731 /usr/local/include/X11R5 \
18732 /usr/local/include/X11R4 \
18736 /usr/local/X11/include \
18737 /usr/local/include/X11 \
18739 /usr/X386/include \
18740 /usr/x386/include \
18741 /usr/XFree86/include/X11 \
18743 X:/XFree86/include \
18744 X:/XFree86/include/X11 \
18747 /usr/local/include/gtk \
18748 /usr/include/glib \
18749 /usr/local/include/glib \
18752 /usr/local/include/qt \
18754 /usr/include/windows \
18755 /usr/include/wine \
18756 /usr/local/include/wine \
18758 /usr/unsupported/include \
18759 /usr/athena/include \
18760 /usr/local/x11r5/include \
18761 /usr/lpp/Xamples/include \
18763 /usr/openwin/share/include"
18765 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
18768 cat >confcache
<<\_ACEOF
18769 # This file is a shell script that caches the results of configure
18770 # tests run on this system so they can be shared between configure
18771 # scripts and configure runs, see configure's option --config-cache.
18772 # It is not useful on other systems. If it contains results you don't
18773 # want to keep, you may remove or edit it.
18775 # config.status only pays attention to the cache file if you give it
18776 # the --recheck option to rerun configure.
18778 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18779 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18780 # following values.
18784 # The following way of writing the cache mishandles newlines in values,
18785 # but we know of no workaround that is simple, portable, and efficient.
18786 # So, don't put newlines in cache variables' values.
18787 # Ultrix sh set writes to stderr and can't be redirected directly,
18788 # and sets the high bit in the cache file unless we assign to the vars.
18791 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18793 # `set' does not quote correctly, so add quotes (double-quote
18794 # substitution turns \\\\ into \\, and sed turns \\ into \).
18797 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18800 # `set' quotes correctly as required by POSIX, so do not add quotes.
18802 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
18809 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18811 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18813 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
18814 if test -w $cache_file; then
18815 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
18816 cat confcache
>$cache_file
18818 echo "not updating unwritable cache $cache_file"
18823 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
18824 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
18825 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
18826 if test "${wx_cv_lib_glibc21+set}" = set; then
18827 echo $ECHO_N "(cached) $ECHO_C" >&6
18830 cat >conftest.
$ac_ext <<_ACEOF
18833 cat confdefs.h
>>conftest.
$ac_ext
18834 cat >>conftest.
$ac_ext <<_ACEOF
18835 /* end confdefs.h. */
18836 #include <features.h>
18841 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
18842 #error not glibc2.1
18849 rm -f conftest.
$ac_objext
18850 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18851 (eval $ac_compile) 2>conftest.er1
18853 grep -v '^ *+' conftest.er1
>conftest.err
18855 cat conftest.err
>&5
18856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18857 (exit $ac_status); } &&
18858 { ac_try
='test -z "$ac_c_werror_flag"
18859 || test ! -s conftest.err'
18860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18861 (eval $ac_try) 2>&5
18863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18864 (exit $ac_status); }; } &&
18865 { ac_try
='test -s conftest.$ac_objext'
18866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18867 (eval $ac_try) 2>&5
18869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18870 (exit $ac_status); }; }; then
18872 wx_cv_lib_glibc21
=yes
18875 echo "$as_me: failed program was:" >&5
18876 sed 's/^/| /' conftest.
$ac_ext >&5
18879 wx_cv_lib_glibc21
=no
18883 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18886 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
18887 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
18888 if test "$wx_cv_lib_glibc21" = "yes"; then
18889 cat >>confdefs.h
<<\_ACEOF
18890 #define wxHAVE_GLIBC2 1
18896 if test "x$wx_cv_lib_glibc21" = "xyes"; then
18897 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
18898 cat >>confdefs.h
<<\_ACEOF
18899 #define _GNU_SOURCE 1
18907 if test "$wxUSE_REGEX" != "no"; then
18908 cat >>confdefs.h
<<\_ACEOF
18909 #define wxUSE_REGEX 1
18913 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
18914 if test "${ac_cv_header_regex_h+set}" = set; then
18915 echo "$as_me:$LINENO: checking for regex.h" >&5
18916 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
18917 if test "${ac_cv_header_regex_h+set}" = set; then
18918 echo $ECHO_N "(cached) $ECHO_C" >&6
18920 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
18921 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
18923 # Is the header compilable?
18924 echo "$as_me:$LINENO: checking regex.h usability" >&5
18925 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
18926 cat >conftest.
$ac_ext <<_ACEOF
18929 cat confdefs.h
>>conftest.
$ac_ext
18930 cat >>conftest.
$ac_ext <<_ACEOF
18931 /* end confdefs.h. */
18932 $ac_includes_default
18935 rm -f conftest.
$ac_objext
18936 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18937 (eval $ac_compile) 2>conftest.er1
18939 grep -v '^ *+' conftest.er1
>conftest.err
18941 cat conftest.err
>&5
18942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18943 (exit $ac_status); } &&
18944 { ac_try
='test -z "$ac_c_werror_flag"
18945 || test ! -s conftest.err'
18946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18947 (eval $ac_try) 2>&5
18949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18950 (exit $ac_status); }; } &&
18951 { ac_try
='test -s conftest.$ac_objext'
18952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18953 (eval $ac_try) 2>&5
18955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18956 (exit $ac_status); }; }; then
18957 ac_header_compiler
=yes
18959 echo "$as_me: failed program was:" >&5
18960 sed 's/^/| /' conftest.
$ac_ext >&5
18962 ac_header_compiler
=no
18964 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18965 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18966 echo "${ECHO_T}$ac_header_compiler" >&6
18968 # Is the header present?
18969 echo "$as_me:$LINENO: checking regex.h presence" >&5
18970 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
18971 cat >conftest.
$ac_ext <<_ACEOF
18974 cat confdefs.h
>>conftest.
$ac_ext
18975 cat >>conftest.
$ac_ext <<_ACEOF
18976 /* end confdefs.h. */
18979 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18980 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18982 grep -v '^ *+' conftest.er1
>conftest.err
18984 cat conftest.err
>&5
18985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18986 (exit $ac_status); } >/dev
/null
; then
18987 if test -s conftest.err
; then
18988 ac_cpp_err
=$ac_c_preproc_warn_flag
18989 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
18996 if test -z "$ac_cpp_err"; then
18997 ac_header_preproc
=yes
18999 echo "$as_me: failed program was:" >&5
19000 sed 's/^/| /' conftest.
$ac_ext >&5
19002 ac_header_preproc
=no
19004 rm -f conftest.err conftest.
$ac_ext
19005 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19006 echo "${ECHO_T}$ac_header_preproc" >&6
19008 # So? What about this header?
19009 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19011 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
19012 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19013 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
19014 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
19015 ac_header_preproc
=yes
19018 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
19019 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
19020 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
19021 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
19022 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
19023 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
19024 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
19025 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
19026 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
19027 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
19028 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
19029 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
19032 ## ----------------------------------------- ##
19033 ## Report this to wx-dev@lists.wxwindows.org ##
19034 ## ----------------------------------------- ##
19037 sed "s/^/$as_me: WARNING: /" >&2
19040 echo "$as_me:$LINENO: checking for regex.h" >&5
19041 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
19042 if test "${ac_cv_header_regex_h+set}" = set; then
19043 echo $ECHO_N "(cached) $ECHO_C" >&6
19045 ac_cv_header_regex_h
=$ac_header_preproc
19047 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
19048 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
19051 if test $ac_cv_header_regex_h = yes; then
19053 for ac_func
in regcomp
19055 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19056 echo "$as_me:$LINENO: checking for $ac_func" >&5
19057 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19058 if eval "test \"\${$as_ac_var+set}\" = set"; then
19059 echo $ECHO_N "(cached) $ECHO_C" >&6
19061 cat >conftest.
$ac_ext <<_ACEOF
19064 cat confdefs.h
>>conftest.
$ac_ext
19065 cat >>conftest.
$ac_ext <<_ACEOF
19066 /* end confdefs.h. */
19067 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19068 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19069 #define $ac_func innocuous_$ac_func
19071 /* System header to define __stub macros and hopefully few prototypes,
19072 which can conflict with char $ac_func (); below.
19073 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19074 <limits.h> exists even on freestanding compilers. */
19077 # include <limits.h>
19079 # include <assert.h>
19084 /* Override any gcc2 internal prototype to avoid an error. */
19089 /* We use char because int might match the return type of a gcc2
19090 builtin and then its argument prototype would still apply. */
19092 /* The GNU C library defines this for functions which it implements
19093 to always fail with ENOSYS. Some functions are actually named
19094 something starting with __ and the normal name is an alias. */
19095 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19098 char (*f) () = $ac_func;
19107 return f != $ac_func;
19112 rm -f conftest.
$ac_objext conftest
$ac_exeext
19113 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19114 (eval $ac_link) 2>conftest.er1
19116 grep -v '^ *+' conftest.er1
>conftest.err
19118 cat conftest.err
>&5
19119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19120 (exit $ac_status); } &&
19121 { ac_try
='test -z "$ac_c_werror_flag"
19122 || test ! -s conftest.err'
19123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19124 (eval $ac_try) 2>&5
19126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19127 (exit $ac_status); }; } &&
19128 { ac_try
='test -s conftest$ac_exeext'
19129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19130 (eval $ac_try) 2>&5
19132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19133 (exit $ac_status); }; }; then
19134 eval "$as_ac_var=yes"
19136 echo "$as_me: failed program was:" >&5
19137 sed 's/^/| /' conftest.
$ac_ext >&5
19139 eval "$as_ac_var=no"
19141 rm -f conftest.err conftest.
$ac_objext \
19142 conftest
$ac_exeext conftest.
$ac_ext
19144 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19145 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19146 if test `eval echo '${'$as_ac_var'}'` = yes; then
19147 cat >>confdefs.h
<<_ACEOF
19148 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19158 if test "x$ac_cv_func_regcomp" != "xyes"; then
19159 if test "$wxUSE_REGEX" = "sys" ; then
19160 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
19161 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
19162 { (exit 1); exit 1; }; }
19164 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
19165 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
19166 wxUSE_REGEX
=builtin
19176 if test "$wxUSE_ZLIB" != "no" ; then
19177 cat >>confdefs.h
<<\_ACEOF
19178 #define wxUSE_ZLIB 1
19182 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
19183 if test "$USE_DARWIN" = 1; then
19184 system_zlib_h_ok
="yes"
19186 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
19187 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
19188 if test "${ac_cv_header_zlib_h+set}" = set; then
19189 echo $ECHO_N "(cached) $ECHO_C" >&6
19191 if test "$cross_compiling" = yes; then
19192 unset ac_cv_header_zlib_h
19195 cat >conftest.
$ac_ext <<_ACEOF
19198 cat confdefs.h
>>conftest.
$ac_ext
19199 cat >>conftest.
$ac_ext <<_ACEOF
19200 /* end confdefs.h. */
19207 FILE *f=fopen("conftestval", "w");
19210 ZLIB_VERSION[0] == '1' &&
19211 (ZLIB_VERSION[2] > '1' ||
19212 (ZLIB_VERSION[2] == '1' &&
19213 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
19218 rm -f conftest
$ac_exeext
19219 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19220 (eval $ac_link) 2>&5
19222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19223 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19225 (eval $ac_try) 2>&5
19227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19228 (exit $ac_status); }; }; then
19229 ac_cv_header_zlib_h
=`cat conftestval`
19231 echo "$as_me: program exited with status $ac_status" >&5
19232 echo "$as_me: failed program was:" >&5
19233 sed 's/^/| /' conftest.
$ac_ext >&5
19235 ( exit $ac_status )
19236 ac_cv_header_zlib_h
=no
19238 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19242 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
19243 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
19244 if test "${ac_cv_header_zlib_h+set}" = set; then
19245 echo "$as_me:$LINENO: checking for zlib.h" >&5
19246 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
19247 if test "${ac_cv_header_zlib_h+set}" = set; then
19248 echo $ECHO_N "(cached) $ECHO_C" >&6
19250 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
19251 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
19253 # Is the header compilable?
19254 echo "$as_me:$LINENO: checking zlib.h usability" >&5
19255 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
19256 cat >conftest.
$ac_ext <<_ACEOF
19259 cat confdefs.h
>>conftest.
$ac_ext
19260 cat >>conftest.
$ac_ext <<_ACEOF
19261 /* end confdefs.h. */
19262 $ac_includes_default
19265 rm -f conftest.
$ac_objext
19266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19267 (eval $ac_compile) 2>conftest.er1
19269 grep -v '^ *+' conftest.er1
>conftest.err
19271 cat conftest.err
>&5
19272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19273 (exit $ac_status); } &&
19274 { ac_try
='test -z "$ac_c_werror_flag"
19275 || test ! -s conftest.err'
19276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19277 (eval $ac_try) 2>&5
19279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19280 (exit $ac_status); }; } &&
19281 { ac_try
='test -s conftest.$ac_objext'
19282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19283 (eval $ac_try) 2>&5
19285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19286 (exit $ac_status); }; }; then
19287 ac_header_compiler
=yes
19289 echo "$as_me: failed program was:" >&5
19290 sed 's/^/| /' conftest.
$ac_ext >&5
19292 ac_header_compiler
=no
19294 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19295 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19296 echo "${ECHO_T}$ac_header_compiler" >&6
19298 # Is the header present?
19299 echo "$as_me:$LINENO: checking zlib.h presence" >&5
19300 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
19301 cat >conftest.
$ac_ext <<_ACEOF
19304 cat confdefs.h
>>conftest.
$ac_ext
19305 cat >>conftest.
$ac_ext <<_ACEOF
19306 /* end confdefs.h. */
19309 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19310 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19312 grep -v '^ *+' conftest.er1
>conftest.err
19314 cat conftest.err
>&5
19315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19316 (exit $ac_status); } >/dev
/null
; then
19317 if test -s conftest.err
; then
19318 ac_cpp_err
=$ac_c_preproc_warn_flag
19319 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
19326 if test -z "$ac_cpp_err"; then
19327 ac_header_preproc
=yes
19329 echo "$as_me: failed program was:" >&5
19330 sed 's/^/| /' conftest.
$ac_ext >&5
19332 ac_header_preproc
=no
19334 rm -f conftest.err conftest.
$ac_ext
19335 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19336 echo "${ECHO_T}$ac_header_preproc" >&6
19338 # So? What about this header?
19339 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19341 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
19342 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19343 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
19344 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
19345 ac_header_preproc
=yes
19348 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
19349 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
19350 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
19351 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
19352 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
19353 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
19354 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
19355 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
19356 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
19357 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
19358 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
19359 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
19362 ## ----------------------------------------- ##
19363 ## Report this to wx-dev@lists.wxwindows.org ##
19364 ## ----------------------------------------- ##
19367 sed "s/^/$as_me: WARNING: /" >&2
19370 echo "$as_me:$LINENO: checking for zlib.h" >&5
19371 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
19372 if test "${ac_cv_header_zlib_h+set}" = set; then
19373 echo $ECHO_N "(cached) $ECHO_C" >&6
19375 ac_cv_header_zlib_h
=$ac_header_preproc
19377 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
19378 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
19384 system_zlib_h_ok
=$ac_cv_header_zlib_h
19387 if test "$system_zlib_h_ok" = "yes"; then
19388 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
19389 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
19390 if test "${ac_cv_lib_z_deflate+set}" = set; then
19391 echo $ECHO_N "(cached) $ECHO_C" >&6
19393 ac_check_lib_save_LIBS
=$LIBS
19395 cat >conftest.
$ac_ext <<_ACEOF
19398 cat confdefs.h
>>conftest.
$ac_ext
19399 cat >>conftest.
$ac_ext <<_ACEOF
19400 /* end confdefs.h. */
19402 /* Override any gcc2 internal prototype to avoid an error. */
19406 /* We use char because int might match the return type of a gcc2
19407 builtin and then its argument prototype would still apply. */
19417 rm -f conftest.
$ac_objext conftest
$ac_exeext
19418 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19419 (eval $ac_link) 2>conftest.er1
19421 grep -v '^ *+' conftest.er1
>conftest.err
19423 cat conftest.err
>&5
19424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19425 (exit $ac_status); } &&
19426 { ac_try
='test -z "$ac_c_werror_flag"
19427 || test ! -s conftest.err'
19428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19429 (eval $ac_try) 2>&5
19431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19432 (exit $ac_status); }; } &&
19433 { ac_try
='test -s conftest$ac_exeext'
19434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19435 (eval $ac_try) 2>&5
19437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19438 (exit $ac_status); }; }; then
19439 ac_cv_lib_z_deflate
=yes
19441 echo "$as_me: failed program was:" >&5
19442 sed 's/^/| /' conftest.
$ac_ext >&5
19444 ac_cv_lib_z_deflate
=no
19446 rm -f conftest.err conftest.
$ac_objext \
19447 conftest
$ac_exeext conftest.
$ac_ext
19448 LIBS
=$ac_check_lib_save_LIBS
19450 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
19451 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
19452 if test $ac_cv_lib_z_deflate = yes; then
19458 if test "x$ZLIB_LINK" = "x" ; then
19459 if test "$wxUSE_ZLIB" = "sys" ; then
19460 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
19461 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
19462 { (exit 1); exit 1; }; }
19464 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
19465 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
19476 if test "$wxUSE_LIBPNG" != "no" ; then
19477 cat >>confdefs.h
<<\_ACEOF
19478 #define wxUSE_LIBPNG 1
19482 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
19483 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
19484 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
19488 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
19489 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
19490 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
19491 wxUSE_LIBPNG
=builtin
19494 if test "$wxUSE_MGL" != 1 ; then
19495 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
19496 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
19497 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
19498 if test "${ac_cv_header_png_h+set}" = set; then
19499 echo $ECHO_N "(cached) $ECHO_C" >&6
19501 if test "$cross_compiling" = yes; then
19502 unset ac_cv_header_png_h
19505 cat >conftest.
$ac_ext <<_ACEOF
19508 cat confdefs.h
>>conftest.
$ac_ext
19509 cat >>conftest.
$ac_ext <<_ACEOF
19510 /* end confdefs.h. */
19517 FILE *f=fopen("conftestval", "w");
19520 PNG_LIBPNG_VER > 90 ? "yes" : "no");
19525 rm -f conftest
$ac_exeext
19526 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19527 (eval $ac_link) 2>&5
19529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19530 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19532 (eval $ac_try) 2>&5
19534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19535 (exit $ac_status); }; }; then
19536 ac_cv_header_png_h
=`cat conftestval`
19538 echo "$as_me: program exited with status $ac_status" >&5
19539 echo "$as_me: failed program was:" >&5
19540 sed 's/^/| /' conftest.
$ac_ext >&5
19542 ( exit $ac_status )
19543 ac_cv_header_png_h
=no
19545 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19549 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
19550 echo "${ECHO_T}$ac_cv_header_png_h" >&6
19551 if test "${ac_cv_header_png_h+set}" = set; then
19552 echo "$as_me:$LINENO: checking for png.h" >&5
19553 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
19554 if test "${ac_cv_header_png_h+set}" = set; then
19555 echo $ECHO_N "(cached) $ECHO_C" >&6
19557 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
19558 echo "${ECHO_T}$ac_cv_header_png_h" >&6
19560 # Is the header compilable?
19561 echo "$as_me:$LINENO: checking png.h usability" >&5
19562 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
19563 cat >conftest.
$ac_ext <<_ACEOF
19566 cat confdefs.h
>>conftest.
$ac_ext
19567 cat >>conftest.
$ac_ext <<_ACEOF
19568 /* end confdefs.h. */
19569 $ac_includes_default
19572 rm -f conftest.
$ac_objext
19573 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19574 (eval $ac_compile) 2>conftest.er1
19576 grep -v '^ *+' conftest.er1
>conftest.err
19578 cat conftest.err
>&5
19579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19580 (exit $ac_status); } &&
19581 { ac_try
='test -z "$ac_c_werror_flag"
19582 || test ! -s conftest.err'
19583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19584 (eval $ac_try) 2>&5
19586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19587 (exit $ac_status); }; } &&
19588 { ac_try
='test -s conftest.$ac_objext'
19589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19590 (eval $ac_try) 2>&5
19592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19593 (exit $ac_status); }; }; then
19594 ac_header_compiler
=yes
19596 echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.
$ac_ext >&5
19599 ac_header_compiler
=no
19601 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19602 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19603 echo "${ECHO_T}$ac_header_compiler" >&6
19605 # Is the header present?
19606 echo "$as_me:$LINENO: checking png.h presence" >&5
19607 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
19608 cat >conftest.
$ac_ext <<_ACEOF
19611 cat confdefs.h
>>conftest.
$ac_ext
19612 cat >>conftest.
$ac_ext <<_ACEOF
19613 /* end confdefs.h. */
19616 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19617 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19619 grep -v '^ *+' conftest.er1
>conftest.err
19621 cat conftest.err
>&5
19622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19623 (exit $ac_status); } >/dev
/null
; then
19624 if test -s conftest.err
; then
19625 ac_cpp_err
=$ac_c_preproc_warn_flag
19626 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
19633 if test -z "$ac_cpp_err"; then
19634 ac_header_preproc
=yes
19636 echo "$as_me: failed program was:" >&5
19637 sed 's/^/| /' conftest.
$ac_ext >&5
19639 ac_header_preproc
=no
19641 rm -f conftest.err conftest.
$ac_ext
19642 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19643 echo "${ECHO_T}$ac_header_preproc" >&6
19645 # So? What about this header?
19646 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
19648 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
19649 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19650 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
19651 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
19652 ac_header_preproc
=yes
19655 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
19656 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
19657 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
19658 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
19659 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
19660 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
19661 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
19662 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
19663 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
19664 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
19665 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
19666 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
19669 ## ----------------------------------------- ##
19670 ## Report this to wx-dev@lists.wxwindows.org ##
19671 ## ----------------------------------------- ##
19674 sed "s/^/$as_me: WARNING: /" >&2
19677 echo "$as_me:$LINENO: checking for png.h" >&5
19678 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
19679 if test "${ac_cv_header_png_h+set}" = set; then
19680 echo $ECHO_N "(cached) $ECHO_C" >&6
19682 ac_cv_header_png_h
=$ac_header_preproc
19684 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
19685 echo "${ECHO_T}$ac_cv_header_png_h" >&6
19691 if test "$ac_cv_header_png_h" = "yes"; then
19692 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
19693 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
19694 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
19695 echo $ECHO_N "(cached) $ECHO_C" >&6
19697 ac_check_lib_save_LIBS
=$LIBS
19698 LIBS
="-lpng -lz -lm $LIBS"
19699 cat >conftest.
$ac_ext <<_ACEOF
19702 cat confdefs.h
>>conftest.
$ac_ext
19703 cat >>conftest.
$ac_ext <<_ACEOF
19704 /* end confdefs.h. */
19706 /* Override any gcc2 internal prototype to avoid an error. */
19710 /* We use char because int might match the return type of a gcc2
19711 builtin and then its argument prototype would still apply. */
19712 char png_check_sig ();
19721 rm -f conftest.
$ac_objext conftest
$ac_exeext
19722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19723 (eval $ac_link) 2>conftest.er1
19725 grep -v '^ *+' conftest.er1
>conftest.err
19727 cat conftest.err
>&5
19728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19729 (exit $ac_status); } &&
19730 { ac_try
='test -z "$ac_c_werror_flag"
19731 || test ! -s conftest.err'
19732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19733 (eval $ac_try) 2>&5
19735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19736 (exit $ac_status); }; } &&
19737 { ac_try
='test -s conftest$ac_exeext'
19738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19739 (eval $ac_try) 2>&5
19741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19742 (exit $ac_status); }; }; then
19743 ac_cv_lib_png_png_check_sig
=yes
19745 echo "$as_me: failed program was:" >&5
19746 sed 's/^/| /' conftest.
$ac_ext >&5
19748 ac_cv_lib_png_png_check_sig
=no
19750 rm -f conftest.err conftest.
$ac_objext \
19751 conftest
$ac_exeext conftest.
$ac_ext
19752 LIBS
=$ac_check_lib_save_LIBS
19754 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
19755 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
19756 if test $ac_cv_lib_png_png_check_sig = yes; then
19762 if test "x$PNG_LINK" = "x" ; then
19763 if test "$wxUSE_LIBPNG" = "sys" ; then
19764 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
19765 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
19766 { (exit 1); exit 1; }; }
19768 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
19769 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
19770 wxUSE_LIBPNG
=builtin
19778 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
19783 if test "$wxUSE_LIBJPEG" != "no" ; then
19784 cat >>confdefs.h
<<\_ACEOF
19785 #define wxUSE_LIBJPEG 1
19789 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
19790 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
19791 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
19795 if test "$wxUSE_MGL" != 1 ; then
19796 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
19797 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
19798 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
19799 if test "${ac_cv_header_jpeglib_h+set}" = set; then
19800 echo $ECHO_N "(cached) $ECHO_C" >&6
19802 cat >conftest.
$ac_ext <<_ACEOF
19805 cat confdefs.h
>>conftest.
$ac_ext
19806 cat >>conftest.
$ac_ext <<_ACEOF
19807 /* end confdefs.h. */
19809 #undef HAVE_STDLIB_H
19811 #include <jpeglib.h>
19822 rm -f conftest.
$ac_objext
19823 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19824 (eval $ac_compile) 2>conftest.er1
19826 grep -v '^ *+' conftest.er1
>conftest.err
19828 cat conftest.err
>&5
19829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19830 (exit $ac_status); } &&
19831 { ac_try
='test -z "$ac_c_werror_flag"
19832 || test ! -s conftest.err'
19833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19834 (eval $ac_try) 2>&5
19836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19837 (exit $ac_status); }; } &&
19838 { ac_try
='test -s conftest.$ac_objext'
19839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19840 (eval $ac_try) 2>&5
19842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19843 (exit $ac_status); }; }; then
19844 ac_cv_header_jpeglib_h
=yes
19846 echo "$as_me: failed program was:" >&5
19847 sed 's/^/| /' conftest.
$ac_ext >&5
19849 ac_cv_header_jpeglib_h
=no
19852 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19856 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
19857 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
19859 if test "$ac_cv_header_jpeglib_h" = "yes"; then
19860 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
19861 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
19862 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
19863 echo $ECHO_N "(cached) $ECHO_C" >&6
19865 ac_check_lib_save_LIBS
=$LIBS
19866 LIBS
="-ljpeg $LIBS"
19867 cat >conftest.
$ac_ext <<_ACEOF
19870 cat confdefs.h
>>conftest.
$ac_ext
19871 cat >>conftest.
$ac_ext <<_ACEOF
19872 /* end confdefs.h. */
19874 /* Override any gcc2 internal prototype to avoid an error. */
19878 /* We use char because int might match the return type of a gcc2
19879 builtin and then its argument prototype would still apply. */
19880 char jpeg_read_header ();
19884 jpeg_read_header ();
19889 rm -f conftest.
$ac_objext conftest
$ac_exeext
19890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19891 (eval $ac_link) 2>conftest.er1
19893 grep -v '^ *+' conftest.er1
>conftest.err
19895 cat conftest.err
>&5
19896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19897 (exit $ac_status); } &&
19898 { ac_try
='test -z "$ac_c_werror_flag"
19899 || test ! -s conftest.err'
19900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19901 (eval $ac_try) 2>&5
19903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19904 (exit $ac_status); }; } &&
19905 { ac_try
='test -s conftest$ac_exeext'
19906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19907 (eval $ac_try) 2>&5
19909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19910 (exit $ac_status); }; }; then
19911 ac_cv_lib_jpeg_jpeg_read_header
=yes
19913 echo "$as_me: failed program was:" >&5
19914 sed 's/^/| /' conftest.
$ac_ext >&5
19916 ac_cv_lib_jpeg_jpeg_read_header
=no
19918 rm -f conftest.err conftest.
$ac_objext \
19919 conftest
$ac_exeext conftest.
$ac_ext
19920 LIBS
=$ac_check_lib_save_LIBS
19922 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
19923 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
19924 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
19925 JPEG_LINK
=" -ljpeg"
19930 if test "x$JPEG_LINK" = "x" ; then
19931 if test "$wxUSE_LIBJPEG" = "sys" ; then
19932 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
19933 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
19934 { (exit 1); exit 1; }; }
19936 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
19937 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
19938 wxUSE_LIBJPEG
=builtin
19949 TIFF_PREREQ_LINKS
=-lm
19950 if test "$wxUSE_LIBTIFF" != "no" ; then
19951 cat >>confdefs.h
<<\_ACEOF
19952 #define wxUSE_LIBTIFF 1
19956 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
19957 if test "$wxUSE_LIBJPEG" = "sys"; then
19958 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
19960 if test "$wxUSE_ZLIB" = "sys"; then
19961 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
19963 if test "${ac_cv_header_tiffio_h+set}" = set; then
19964 echo "$as_me:$LINENO: checking for tiffio.h" >&5
19965 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
19966 if test "${ac_cv_header_tiffio_h+set}" = set; then
19967 echo $ECHO_N "(cached) $ECHO_C" >&6
19969 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
19970 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
19972 # Is the header compilable?
19973 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
19974 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
19975 cat >conftest.
$ac_ext <<_ACEOF
19978 cat confdefs.h
>>conftest.
$ac_ext
19979 cat >>conftest.
$ac_ext <<_ACEOF
19980 /* end confdefs.h. */
19981 $ac_includes_default
19982 #include <tiffio.h>
19984 rm -f conftest.
$ac_objext
19985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19986 (eval $ac_compile) 2>conftest.er1
19988 grep -v '^ *+' conftest.er1
>conftest.err
19990 cat conftest.err
>&5
19991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19992 (exit $ac_status); } &&
19993 { ac_try
='test -z "$ac_c_werror_flag"
19994 || test ! -s conftest.err'
19995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19996 (eval $ac_try) 2>&5
19998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19999 (exit $ac_status); }; } &&
20000 { ac_try
='test -s conftest.$ac_objext'
20001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20002 (eval $ac_try) 2>&5
20004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20005 (exit $ac_status); }; }; then
20006 ac_header_compiler
=yes
20008 echo "$as_me: failed program was:" >&5
20009 sed 's/^/| /' conftest.
$ac_ext >&5
20011 ac_header_compiler
=no
20013 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20014 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20015 echo "${ECHO_T}$ac_header_compiler" >&6
20017 # Is the header present?
20018 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
20019 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
20020 cat >conftest.
$ac_ext <<_ACEOF
20023 cat confdefs.h
>>conftest.
$ac_ext
20024 cat >>conftest.
$ac_ext <<_ACEOF
20025 /* end confdefs.h. */
20026 #include <tiffio.h>
20028 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20029 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20031 grep -v '^ *+' conftest.er1
>conftest.err
20033 cat conftest.err
>&5
20034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20035 (exit $ac_status); } >/dev
/null
; then
20036 if test -s conftest.err
; then
20037 ac_cpp_err
=$ac_c_preproc_warn_flag
20038 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20045 if test -z "$ac_cpp_err"; then
20046 ac_header_preproc
=yes
20048 echo "$as_me: failed program was:" >&5
20049 sed 's/^/| /' conftest.
$ac_ext >&5
20051 ac_header_preproc
=no
20053 rm -f conftest.err conftest.
$ac_ext
20054 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20055 echo "${ECHO_T}$ac_header_preproc" >&6
20057 # So? What about this header?
20058 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20060 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
20061 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20062 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
20063 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
20064 ac_header_preproc
=yes
20067 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
20068 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
20069 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
20070 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
20071 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
20072 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
20073 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
20074 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
20075 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
20076 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
20077 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
20078 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
20081 ## ----------------------------------------- ##
20082 ## Report this to wx-dev@lists.wxwindows.org ##
20083 ## ----------------------------------------- ##
20086 sed "s/^/$as_me: WARNING: /" >&2
20089 echo "$as_me:$LINENO: checking for tiffio.h" >&5
20090 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
20091 if test "${ac_cv_header_tiffio_h+set}" = set; then
20092 echo $ECHO_N "(cached) $ECHO_C" >&6
20094 ac_cv_header_tiffio_h
=$ac_header_preproc
20096 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
20097 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
20100 if test $ac_cv_header_tiffio_h = yes; then
20102 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
20103 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
20104 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
20105 echo $ECHO_N "(cached) $ECHO_C" >&6
20107 ac_check_lib_save_LIBS
=$LIBS
20108 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
20109 cat >conftest.
$ac_ext <<_ACEOF
20112 cat confdefs.h
>>conftest.
$ac_ext
20113 cat >>conftest.
$ac_ext <<_ACEOF
20114 /* end confdefs.h. */
20116 /* Override any gcc2 internal prototype to avoid an error. */
20120 /* We use char because int might match the return type of a gcc2
20121 builtin and then its argument prototype would still apply. */
20131 rm -f conftest.
$ac_objext conftest
$ac_exeext
20132 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20133 (eval $ac_link) 2>conftest.er1
20135 grep -v '^ *+' conftest.er1
>conftest.err
20137 cat conftest.err
>&5
20138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20139 (exit $ac_status); } &&
20140 { ac_try
='test -z "$ac_c_werror_flag"
20141 || test ! -s conftest.err'
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); }; } &&
20147 { ac_try
='test -s conftest$ac_exeext'
20148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20149 (eval $ac_try) 2>&5
20151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20152 (exit $ac_status); }; }; then
20153 ac_cv_lib_tiff_TIFFError
=yes
20155 echo "$as_me: failed program was:" >&5
20156 sed 's/^/| /' conftest.
$ac_ext >&5
20158 ac_cv_lib_tiff_TIFFError
=no
20160 rm -f conftest.err conftest.
$ac_objext \
20161 conftest
$ac_exeext conftest.
$ac_ext
20162 LIBS
=$ac_check_lib_save_LIBS
20164 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
20165 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
20166 if test $ac_cv_lib_tiff_TIFFError = yes; then
20167 TIFF_LINK
=" -ltiff"
20176 if test "x$TIFF_LINK" = "x" ; then
20177 if test "$wxUSE_LIBTIFF" = "sys" ; then
20178 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
20179 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
20180 { (exit 1); exit 1; }; }
20182 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
20183 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
20184 wxUSE_LIBTIFF
=builtin
20193 if test "$wxUSE_EXPAT" != "no"; then
20195 cat >>confdefs.h
<<\_ACEOF
20196 #define wxUSE_EXPAT 1
20199 cat >>confdefs.h
<<\_ACEOF
20200 #define wxUSE_XML 1
20204 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
20205 if test "${ac_cv_header_expat_h+set}" = set; then
20206 echo "$as_me:$LINENO: checking for expat.h" >&5
20207 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
20208 if test "${ac_cv_header_expat_h+set}" = set; then
20209 echo $ECHO_N "(cached) $ECHO_C" >&6
20211 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
20212 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
20214 # Is the header compilable?
20215 echo "$as_me:$LINENO: checking expat.h usability" >&5
20216 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
20217 cat >conftest.
$ac_ext <<_ACEOF
20220 cat confdefs.h
>>conftest.
$ac_ext
20221 cat >>conftest.
$ac_ext <<_ACEOF
20222 /* end confdefs.h. */
20223 $ac_includes_default
20226 rm -f conftest.
$ac_objext
20227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20228 (eval $ac_compile) 2>conftest.er1
20230 grep -v '^ *+' conftest.er1
>conftest.err
20232 cat conftest.err
>&5
20233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20234 (exit $ac_status); } &&
20235 { ac_try
='test -z "$ac_c_werror_flag"
20236 || test ! -s conftest.err'
20237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20238 (eval $ac_try) 2>&5
20240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20241 (exit $ac_status); }; } &&
20242 { ac_try
='test -s conftest.$ac_objext'
20243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20244 (eval $ac_try) 2>&5
20246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20247 (exit $ac_status); }; }; then
20248 ac_header_compiler
=yes
20250 echo "$as_me: failed program was:" >&5
20251 sed 's/^/| /' conftest.
$ac_ext >&5
20253 ac_header_compiler
=no
20255 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20256 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20257 echo "${ECHO_T}$ac_header_compiler" >&6
20259 # Is the header present?
20260 echo "$as_me:$LINENO: checking expat.h presence" >&5
20261 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
20262 cat >conftest.
$ac_ext <<_ACEOF
20265 cat confdefs.h
>>conftest.
$ac_ext
20266 cat >>conftest.
$ac_ext <<_ACEOF
20267 /* end confdefs.h. */
20270 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20271 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20273 grep -v '^ *+' conftest.er1
>conftest.err
20275 cat conftest.err
>&5
20276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20277 (exit $ac_status); } >/dev
/null
; then
20278 if test -s conftest.err
; then
20279 ac_cpp_err
=$ac_c_preproc_warn_flag
20280 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20287 if test -z "$ac_cpp_err"; then
20288 ac_header_preproc
=yes
20290 echo "$as_me: failed program was:" >&5
20291 sed 's/^/| /' conftest.
$ac_ext >&5
20293 ac_header_preproc
=no
20295 rm -f conftest.err conftest.
$ac_ext
20296 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20297 echo "${ECHO_T}$ac_header_preproc" >&6
20299 # So? What about this header?
20300 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20302 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
20303 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20304 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
20305 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
20306 ac_header_preproc
=yes
20309 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
20310 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
20311 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
20312 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
20313 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
20314 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
20315 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
20316 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
20317 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
20318 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
20319 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
20320 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
20323 ## ----------------------------------------- ##
20324 ## Report this to wx-dev@lists.wxwindows.org ##
20325 ## ----------------------------------------- ##
20328 sed "s/^/$as_me: WARNING: /" >&2
20331 echo "$as_me:$LINENO: checking for expat.h" >&5
20332 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
20333 if test "${ac_cv_header_expat_h+set}" = set; then
20334 echo $ECHO_N "(cached) $ECHO_C" >&6
20336 ac_cv_header_expat_h
=$ac_header_preproc
20338 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
20339 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
20342 if test $ac_cv_header_expat_h = yes; then
20347 if test "x$found_expat_h" = "x1"; then
20348 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
20349 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
20350 if test "${wx_cv_expat_is_not_broken+set}" = set; then
20351 echo $ECHO_N "(cached) $ECHO_C" >&6
20357 ac_cpp
='$CXXCPP $CPPFLAGS'
20358 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20359 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20360 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20362 cat >conftest.
$ac_ext <<_ACEOF
20365 cat confdefs.h
>>conftest.
$ac_ext
20366 cat >>conftest.
$ac_ext <<_ACEOF
20367 /* end confdefs.h. */
20377 rm -f conftest.
$ac_objext
20378 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20379 (eval $ac_compile) 2>conftest.er1
20381 grep -v '^ *+' conftest.er1
>conftest.err
20383 cat conftest.err
>&5
20384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20385 (exit $ac_status); } &&
20386 { ac_try
='test -z "$ac_cxx_werror_flag"
20387 || test ! -s conftest.err'
20388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20389 (eval $ac_try) 2>&5
20391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20392 (exit $ac_status); }; } &&
20393 { ac_try
='test -s conftest.$ac_objext'
20394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20395 (eval $ac_try) 2>&5
20397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20398 (exit $ac_status); }; }; then
20399 wx_cv_expat_is_not_broken
=yes
20401 echo "$as_me: failed program was:" >&5
20402 sed 's/^/| /' conftest.
$ac_ext >&5
20404 wx_cv_expat_is_not_broken
=no
20407 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20409 ac_cpp
='$CPP $CPPFLAGS'
20410 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20411 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20412 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20417 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
20418 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
20419 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
20420 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
20421 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
20422 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
20423 echo $ECHO_N "(cached) $ECHO_C" >&6
20425 ac_check_lib_save_LIBS
=$LIBS
20426 LIBS
="-lexpat $LIBS"
20427 cat >conftest.
$ac_ext <<_ACEOF
20430 cat confdefs.h
>>conftest.
$ac_ext
20431 cat >>conftest.
$ac_ext <<_ACEOF
20432 /* end confdefs.h. */
20434 /* Override any gcc2 internal prototype to avoid an error. */
20438 /* We use char because int might match the return type of a gcc2
20439 builtin and then its argument prototype would still apply. */
20440 char XML_ParserCreate ();
20444 XML_ParserCreate ();
20449 rm -f conftest.
$ac_objext conftest
$ac_exeext
20450 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20451 (eval $ac_link) 2>conftest.er1
20453 grep -v '^ *+' conftest.er1
>conftest.err
20455 cat conftest.err
>&5
20456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20457 (exit $ac_status); } &&
20458 { ac_try
='test -z "$ac_c_werror_flag"
20459 || test ! -s conftest.err'
20460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20461 (eval $ac_try) 2>&5
20463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20464 (exit $ac_status); }; } &&
20465 { ac_try
='test -s conftest$ac_exeext'
20466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20467 (eval $ac_try) 2>&5
20469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20470 (exit $ac_status); }; }; then
20471 ac_cv_lib_expat_XML_ParserCreate
=yes
20473 echo "$as_me: failed program was:" >&5
20474 sed 's/^/| /' conftest.
$ac_ext >&5
20476 ac_cv_lib_expat_XML_ParserCreate
=no
20478 rm -f conftest.err conftest.
$ac_objext \
20479 conftest
$ac_exeext conftest.
$ac_ext
20480 LIBS
=$ac_check_lib_save_LIBS
20482 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
20483 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
20484 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
20485 EXPAT_LINK
=" -lexpat"
20490 if test "x$EXPAT_LINK" = "x" ; then
20491 if test "$wxUSE_EXPAT" = "sys" ; then
20492 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
20493 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
20494 { (exit 1); exit 1; }; }
20496 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
20497 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
20498 wxUSE_EXPAT
=builtin
20504 if test "$wxUSE_EXPAT" = "builtin" ; then
20507 subdirs
="$subdirs src/expat"
20514 if test "$wxUSE_LIBMSPACK" != "no"; then
20516 if test "${ac_cv_header_mspack_h+set}" = set; then
20517 echo "$as_me:$LINENO: checking for mspack.h" >&5
20518 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
20519 if test "${ac_cv_header_mspack_h+set}" = set; then
20520 echo $ECHO_N "(cached) $ECHO_C" >&6
20522 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
20523 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
20525 # Is the header compilable?
20526 echo "$as_me:$LINENO: checking mspack.h usability" >&5
20527 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
20528 cat >conftest.
$ac_ext <<_ACEOF
20531 cat confdefs.h
>>conftest.
$ac_ext
20532 cat >>conftest.
$ac_ext <<_ACEOF
20533 /* end confdefs.h. */
20534 $ac_includes_default
20535 #include <mspack.h>
20537 rm -f conftest.
$ac_objext
20538 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20539 (eval $ac_compile) 2>conftest.er1
20541 grep -v '^ *+' conftest.er1
>conftest.err
20543 cat conftest.err
>&5
20544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20545 (exit $ac_status); } &&
20546 { ac_try
='test -z "$ac_c_werror_flag"
20547 || test ! -s conftest.err'
20548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20549 (eval $ac_try) 2>&5
20551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20552 (exit $ac_status); }; } &&
20553 { ac_try
='test -s conftest.$ac_objext'
20554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20555 (eval $ac_try) 2>&5
20557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20558 (exit $ac_status); }; }; then
20559 ac_header_compiler
=yes
20561 echo "$as_me: failed program was:" >&5
20562 sed 's/^/| /' conftest.
$ac_ext >&5
20564 ac_header_compiler
=no
20566 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20567 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20568 echo "${ECHO_T}$ac_header_compiler" >&6
20570 # Is the header present?
20571 echo "$as_me:$LINENO: checking mspack.h presence" >&5
20572 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
20573 cat >conftest.
$ac_ext <<_ACEOF
20576 cat confdefs.h
>>conftest.
$ac_ext
20577 cat >>conftest.
$ac_ext <<_ACEOF
20578 /* end confdefs.h. */
20579 #include <mspack.h>
20581 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20582 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20584 grep -v '^ *+' conftest.er1
>conftest.err
20586 cat conftest.err
>&5
20587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20588 (exit $ac_status); } >/dev
/null
; then
20589 if test -s conftest.err
; then
20590 ac_cpp_err
=$ac_c_preproc_warn_flag
20591 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20598 if test -z "$ac_cpp_err"; then
20599 ac_header_preproc
=yes
20601 echo "$as_me: failed program was:" >&5
20602 sed 's/^/| /' conftest.
$ac_ext >&5
20604 ac_header_preproc
=no
20606 rm -f conftest.err conftest.
$ac_ext
20607 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20608 echo "${ECHO_T}$ac_header_preproc" >&6
20610 # So? What about this header?
20611 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20613 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
20614 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20615 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
20616 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
20617 ac_header_preproc
=yes
20620 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
20621 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
20622 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
20623 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
20624 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
20625 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
20626 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
20627 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
20628 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
20629 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
20630 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
20631 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
20634 ## ----------------------------------------- ##
20635 ## Report this to wx-dev@lists.wxwindows.org ##
20636 ## ----------------------------------------- ##
20639 sed "s/^/$as_me: WARNING: /" >&2
20642 echo "$as_me:$LINENO: checking for mspack.h" >&5
20643 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
20644 if test "${ac_cv_header_mspack_h+set}" = set; then
20645 echo $ECHO_N "(cached) $ECHO_C" >&6
20647 ac_cv_header_mspack_h
=$ac_header_preproc
20649 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
20650 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
20653 if test $ac_cv_header_mspack_h = yes; then
20658 if test "x$found_mspack_h" = "x1"; then
20659 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
20660 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
20661 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
20662 echo $ECHO_N "(cached) $ECHO_C" >&6
20664 ac_check_lib_save_LIBS
=$LIBS
20665 LIBS
="-lmspack $LIBS"
20666 cat >conftest.
$ac_ext <<_ACEOF
20669 cat confdefs.h
>>conftest.
$ac_ext
20670 cat >>conftest.
$ac_ext <<_ACEOF
20671 /* end confdefs.h. */
20673 /* Override any gcc2 internal prototype to avoid an error. */
20677 /* We use char because int might match the return type of a gcc2
20678 builtin and then its argument prototype would still apply. */
20679 char mspack_create_chm_decompressor ();
20683 mspack_create_chm_decompressor ();
20688 rm -f conftest.
$ac_objext conftest
$ac_exeext
20689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20690 (eval $ac_link) 2>conftest.er1
20692 grep -v '^ *+' conftest.er1
>conftest.err
20694 cat conftest.err
>&5
20695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20696 (exit $ac_status); } &&
20697 { ac_try
='test -z "$ac_c_werror_flag"
20698 || test ! -s conftest.err'
20699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20700 (eval $ac_try) 2>&5
20702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20703 (exit $ac_status); }; } &&
20704 { ac_try
='test -s conftest$ac_exeext'
20705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20706 (eval $ac_try) 2>&5
20708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20709 (exit $ac_status); }; }; then
20710 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
20712 echo "$as_me: failed program was:" >&5
20713 sed 's/^/| /' conftest.
$ac_ext >&5
20715 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
20717 rm -f conftest.err conftest.
$ac_objext \
20718 conftest
$ac_exeext conftest.
$ac_ext
20719 LIBS
=$ac_check_lib_save_LIBS
20721 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
20722 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
20723 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
20724 MSPACK_LINK
=" -lmspack"
20728 if test "x$MSPACK_LINK" = "x" ; then
20731 cat >>confdefs.h
<<\_ACEOF
20732 #define wxUSE_LIBMSPACK 1
20747 if test "$USE_WIN32" = 1 ; then
20749 for ac_header
in w32api.h
20751 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20752 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20753 echo "$as_me:$LINENO: checking for $ac_header" >&5
20754 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20755 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20756 echo $ECHO_N "(cached) $ECHO_C" >&6
20758 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20759 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20761 # Is the header compilable?
20762 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20763 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20764 cat >conftest.
$ac_ext <<_ACEOF
20767 cat confdefs.h
>>conftest.
$ac_ext
20768 cat >>conftest.
$ac_ext <<_ACEOF
20769 /* end confdefs.h. */
20770 $ac_includes_default
20771 #include <$ac_header>
20773 rm -f conftest.
$ac_objext
20774 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20775 (eval $ac_compile) 2>conftest.er1
20777 grep -v '^ *+' conftest.er1
>conftest.err
20779 cat conftest.err
>&5
20780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20781 (exit $ac_status); } &&
20782 { ac_try
='test -z "$ac_c_werror_flag"
20783 || test ! -s conftest.err'
20784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20785 (eval $ac_try) 2>&5
20787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20788 (exit $ac_status); }; } &&
20789 { ac_try
='test -s conftest.$ac_objext'
20790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20791 (eval $ac_try) 2>&5
20793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20794 (exit $ac_status); }; }; then
20795 ac_header_compiler
=yes
20797 echo "$as_me: failed program was:" >&5
20798 sed 's/^/| /' conftest.
$ac_ext >&5
20800 ac_header_compiler
=no
20802 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20803 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20804 echo "${ECHO_T}$ac_header_compiler" >&6
20806 # Is the header present?
20807 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20808 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20809 cat >conftest.
$ac_ext <<_ACEOF
20812 cat confdefs.h
>>conftest.
$ac_ext
20813 cat >>conftest.
$ac_ext <<_ACEOF
20814 /* end confdefs.h. */
20815 #include <$ac_header>
20817 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20818 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20820 grep -v '^ *+' conftest.er1
>conftest.err
20822 cat conftest.err
>&5
20823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20824 (exit $ac_status); } >/dev
/null
; then
20825 if test -s conftest.err
; then
20826 ac_cpp_err
=$ac_c_preproc_warn_flag
20827 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20834 if test -z "$ac_cpp_err"; then
20835 ac_header_preproc
=yes
20837 echo "$as_me: failed program was:" >&5
20838 sed 's/^/| /' conftest.
$ac_ext >&5
20840 ac_header_preproc
=no
20842 rm -f conftest.err conftest.
$ac_ext
20843 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20844 echo "${ECHO_T}$ac_header_preproc" >&6
20846 # So? What about this header?
20847 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20849 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20850 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20851 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20852 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20853 ac_header_preproc
=yes
20856 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20857 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20858 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20859 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20860 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20861 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20862 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20863 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20864 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20865 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20866 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20867 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20870 ## ----------------------------------------- ##
20871 ## Report this to wx-dev@lists.wxwindows.org ##
20872 ## ----------------------------------------- ##
20875 sed "s/^/$as_me: WARNING: /" >&2
20878 echo "$as_me:$LINENO: checking for $ac_header" >&5
20879 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20880 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20881 echo $ECHO_N "(cached) $ECHO_C" >&6
20883 eval "$as_ac_Header=\$ac_header_preproc"
20885 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20886 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20889 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20890 cat >>confdefs.h
<<_ACEOF
20891 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20898 if test "${ac_cv_header_windows_h+set}" = set; then
20899 echo "$as_me:$LINENO: checking for windows.h" >&5
20900 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
20901 if test "${ac_cv_header_windows_h+set}" = set; then
20902 echo $ECHO_N "(cached) $ECHO_C" >&6
20904 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
20905 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
20907 # Is the header compilable?
20908 echo "$as_me:$LINENO: checking windows.h usability" >&5
20909 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
20910 cat >conftest.
$ac_ext <<_ACEOF
20913 cat confdefs.h
>>conftest.
$ac_ext
20914 cat >>conftest.
$ac_ext <<_ACEOF
20915 /* end confdefs.h. */
20916 $ac_includes_default
20917 #include <windows.h>
20919 rm -f conftest.
$ac_objext
20920 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20921 (eval $ac_compile) 2>conftest.er1
20923 grep -v '^ *+' conftest.er1
>conftest.err
20925 cat conftest.err
>&5
20926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20927 (exit $ac_status); } &&
20928 { ac_try
='test -z "$ac_c_werror_flag"
20929 || test ! -s conftest.err'
20930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20931 (eval $ac_try) 2>&5
20933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20934 (exit $ac_status); }; } &&
20935 { ac_try
='test -s conftest.$ac_objext'
20936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20937 (eval $ac_try) 2>&5
20939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20940 (exit $ac_status); }; }; then
20941 ac_header_compiler
=yes
20943 echo "$as_me: failed program was:" >&5
20944 sed 's/^/| /' conftest.
$ac_ext >&5
20946 ac_header_compiler
=no
20948 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20949 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20950 echo "${ECHO_T}$ac_header_compiler" >&6
20952 # Is the header present?
20953 echo "$as_me:$LINENO: checking windows.h presence" >&5
20954 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
20955 cat >conftest.
$ac_ext <<_ACEOF
20958 cat confdefs.h
>>conftest.
$ac_ext
20959 cat >>conftest.
$ac_ext <<_ACEOF
20960 /* end confdefs.h. */
20961 #include <windows.h>
20963 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20964 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20966 grep -v '^ *+' conftest.er1
>conftest.err
20968 cat conftest.err
>&5
20969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20970 (exit $ac_status); } >/dev
/null
; then
20971 if test -s conftest.err
; then
20972 ac_cpp_err
=$ac_c_preproc_warn_flag
20973 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20980 if test -z "$ac_cpp_err"; then
20981 ac_header_preproc
=yes
20983 echo "$as_me: failed program was:" >&5
20984 sed 's/^/| /' conftest.
$ac_ext >&5
20986 ac_header_preproc
=no
20988 rm -f conftest.err conftest.
$ac_ext
20989 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20990 echo "${ECHO_T}$ac_header_preproc" >&6
20992 # So? What about this header?
20993 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20995 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
20996 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20997 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
20998 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
20999 ac_header_preproc
=yes
21002 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
21003 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
21004 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
21005 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
21006 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
21007 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
21008 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
21009 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
21010 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
21011 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
21012 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
21013 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
21016 ## ----------------------------------------- ##
21017 ## Report this to wx-dev@lists.wxwindows.org ##
21018 ## ----------------------------------------- ##
21021 sed "s/^/$as_me: WARNING: /" >&2
21024 echo "$as_me:$LINENO: checking for windows.h" >&5
21025 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
21026 if test "${ac_cv_header_windows_h+set}" = set; then
21027 echo $ECHO_N "(cached) $ECHO_C" >&6
21029 ac_cv_header_windows_h
=$ac_header_preproc
21031 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
21032 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
21035 if test $ac_cv_header_windows_h = yes; then
21039 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
21040 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
21041 { (exit 1); exit 1; }; }
21047 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
21049 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
21050 LIBS
="$LIBS -loleacc"
21055 LIBS
="$LIBS -lkernel32 -luser32"
21056 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
21059 if test "$wxUSE_ODBC" = "sys" ; then
21062 if test "$wxUSE_ODBC" = "yes" ; then
21063 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
21064 cat >>confdefs.h
<<\_ACEOF
21065 #define wxUSE_ODBC 1
21070 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
21071 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
21073 WIN32INSTALL
=win32install
21076 if test "$wxUSE_GUI" = "yes"; then
21085 if test "$wxUSE_MSW" = 1 ; then
21091 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
21095 if test "$wxUSE_GTK" = 1; then
21096 echo "$as_me:$LINENO: checking for GTK+ version" >&5
21097 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
21099 gtk_version_cached
=1
21100 if test "${wx_cv_lib_gtk+set}" = set; then
21101 echo $ECHO_N "(cached) $ECHO_C" >&6
21104 gtk_version_cached
=0
21105 echo "$as_me:$LINENO: result: " >&5
21106 echo "${ECHO_T}" >&6
21109 if test "$wxUSE_THREADS" = "yes"; then
21110 GTK_MODULES
=gthread
21114 if test "x$wxUSE_GTK2" = "xyes"; then
21115 # Check whether --enable-gtktest or --disable-gtktest was given.
21116 if test "${enable_gtktest+set}" = set; then
21117 enableval
="$enable_gtktest"
21123 pkg_config_args
=gtk
+-2.0
21124 for module
in .
$GTK_MODULES
21128 pkg_config_args
="$pkg_config_args gthread-2.0"
21135 # Extract the first word of "pkg-config", so it can be a program name with args.
21136 set dummy pkg
-config; ac_word
=$2
21137 echo "$as_me:$LINENO: checking for $ac_word" >&5
21138 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
21139 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
21140 echo $ECHO_N "(cached) $ECHO_C" >&6
21142 case $PKG_CONFIG in
21144 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
21147 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21148 for as_dir
in $PATH
21151 test -z "$as_dir" && as_dir
=.
21152 for ac_exec_ext
in '' $ac_executable_extensions; do
21153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21154 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
21155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21161 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
21165 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
21167 if test -n "$PKG_CONFIG"; then
21168 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
21169 echo "${ECHO_T}$PKG_CONFIG" >&6
21171 echo "$as_me:$LINENO: result: no" >&5
21172 echo "${ECHO_T}no" >&6
21176 if test x
$PKG_CONFIG != xno
; then
21177 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
21180 echo *** pkg
-config too old
; version
0.7 or better required.
21188 min_gtk_version
=2.0.0
21189 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
21190 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
21192 if test x
$PKG_CONFIG != xno
; then
21193 ## don't try to run the test against uninstalled libtool libs
21194 if $PKG_CONFIG --uninstalled $pkg_config_args; then
21195 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
21199 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
21206 if test x
"$no_gtk" = x
; then
21207 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
21208 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
21209 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
21210 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
21211 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
21212 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
21213 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
21214 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
21215 if test "x$enable_gtktest" = "xyes" ; then
21216 ac_save_CFLAGS
="$CFLAGS"
21217 ac_save_LIBS
="$LIBS"
21218 CFLAGS
="$CFLAGS $GTK_CFLAGS"
21219 LIBS
="$GTK_LIBS $LIBS"
21221 if test "$cross_compiling" = yes; then
21222 echo $ac_n "cross compiling; assumed OK... $ac_c"
21224 cat >conftest.
$ac_ext <<_ACEOF
21227 cat confdefs.h
>>conftest.
$ac_ext
21228 cat >>conftest.
$ac_ext <<_ACEOF
21229 /* end confdefs.h. */
21231 #include <gtk/gtk.h>
21233 #include <stdlib.h>
21238 int major, minor, micro;
21241 system ("touch conf.gtktest");
21243 /* HP/UX 9 (%@#!) writes to sscanf strings */
21244 tmp_version = g_strdup("$min_gtk_version");
21245 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
21246 printf("%s, bad version string\n", "$min_gtk_version");
21250 if ((gtk_major_version != $gtk_config_major_version) ||
21251 (gtk_minor_version != $gtk_config_minor_version) ||
21252 (gtk_micro_version != $gtk_config_micro_version))
21254 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
21255 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
21256 gtk_major_version, gtk_minor_version, gtk_micro_version);
21257 printf ("*** was found! If pkg-config was correct, then it is best\n");
21258 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
21259 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
21260 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
21261 printf("*** required on your system.\n");
21262 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
21263 printf("*** to point to the correct configuration files\n");
21265 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
21266 (gtk_minor_version != GTK_MINOR_VERSION) ||
21267 (gtk_micro_version != GTK_MICRO_VERSION))
21269 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
21270 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
21271 printf("*** library (version %d.%d.%d)\n",
21272 gtk_major_version, gtk_minor_version, gtk_micro_version);
21276 if ((gtk_major_version > major) ||
21277 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
21278 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
21284 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
21285 gtk_major_version, gtk_minor_version, gtk_micro_version);
21286 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
21287 major, minor, micro);
21288 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
21290 printf("*** If you have already installed a sufficiently new version, this error\n");
21291 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
21292 printf("*** being found. The easiest way to fix this is to remove the old version\n");
21293 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
21294 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
21295 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
21296 printf("*** so that the correct libraries are found at run-time))\n");
21303 rm -f conftest
$ac_exeext
21304 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21305 (eval $ac_link) 2>&5
21307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21308 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21310 (eval $ac_try) 2>&5
21312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21313 (exit $ac_status); }; }; then
21316 echo "$as_me: program exited with status $ac_status" >&5
21317 echo "$as_me: failed program was:" >&5
21318 sed 's/^/| /' conftest.
$ac_ext >&5
21320 ( exit $ac_status )
21323 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21325 CFLAGS
="$ac_save_CFLAGS"
21326 LIBS
="$ac_save_LIBS"
21329 if test "x$no_gtk" = x
; then
21330 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
21331 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
21334 echo "$as_me:$LINENO: result: no" >&5
21335 echo "${ECHO_T}no" >&6
21336 if test "$PKG_CONFIG" = "no" ; then
21337 echo "*** A new enough version of pkg-config was not found."
21338 echo "*** See http://pkgconfig.sourceforge.net"
21340 if test -f conf.gtktest
; then
21343 echo "*** Could not run GTK+ test program, checking why..."
21344 ac_save_CFLAGS
="$CFLAGS"
21345 ac_save_LIBS
="$LIBS"
21346 CFLAGS
="$CFLAGS $GTK_CFLAGS"
21347 LIBS
="$LIBS $GTK_LIBS"
21348 cat >conftest.
$ac_ext <<_ACEOF
21351 cat confdefs.h
>>conftest.
$ac_ext
21352 cat >>conftest.
$ac_ext <<_ACEOF
21353 /* end confdefs.h. */
21355 #include <gtk/gtk.h>
21361 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
21366 rm -f conftest.
$ac_objext conftest
$ac_exeext
21367 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21368 (eval $ac_link) 2>conftest.er1
21370 grep -v '^ *+' conftest.er1
>conftest.err
21372 cat conftest.err
>&5
21373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21374 (exit $ac_status); } &&
21375 { ac_try
='test -z "$ac_c_werror_flag"
21376 || test ! -s conftest.err'
21377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21378 (eval $ac_try) 2>&5
21380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21381 (exit $ac_status); }; } &&
21382 { ac_try
='test -s conftest$ac_exeext'
21383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21384 (eval $ac_try) 2>&5
21386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21387 (exit $ac_status); }; }; then
21388 echo "*** The test program compiled, but did not run. This usually means"
21389 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
21390 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
21391 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
21392 echo "*** to the installed location Also, make sure you have run ldconfig if that"
21393 echo "*** is required on your system"
21395 echo "*** If you have an old version installed, it is best to remove it, although"
21396 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
21398 echo "$as_me: failed program was:" >&5
21399 sed 's/^/| /' conftest.
$ac_ext >&5
21401 echo "*** The test program failed to compile or link. See the file config.log for the"
21402 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
21404 rm -f conftest.err conftest.
$ac_objext \
21405 conftest
$ac_exeext conftest.
$ac_ext
21406 CFLAGS
="$ac_save_CFLAGS"
21407 LIBS
="$ac_save_LIBS"
21420 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
21421 if test "${with_gtk_prefix+set}" = set; then
21422 withval
="$with_gtk_prefix"
21423 gtk_config_prefix
="$withval"
21425 gtk_config_prefix
=""
21428 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
21429 if test "${with_gtk_exec_prefix+set}" = set; then
21430 withval
="$with_gtk_exec_prefix"
21431 gtk_config_exec_prefix
="$withval"
21433 gtk_config_exec_prefix
=""
21435 # Check whether --enable-gtktest or --disable-gtktest was given.
21436 if test "${enable_gtktest+set}" = set; then
21437 enableval
="$enable_gtktest"
21443 for module
in .
$GTK_MODULES
21447 gtk_config_args
="$gtk_config_args gthread"
21452 if test x
$gtk_config_exec_prefix != x
; then
21453 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
21454 if test x
${GTK_CONFIG+set} != xset
; then
21455 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
21458 if test x
$gtk_config_prefix != x
; then
21459 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
21460 if test x
${GTK_CONFIG+set} != xset
; then
21461 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
21465 # Extract the first word of "gtk-config", so it can be a program name with args.
21466 set dummy gtk
-config; ac_word
=$2
21467 echo "$as_me:$LINENO: checking for $ac_word" >&5
21468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
21469 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
21470 echo $ECHO_N "(cached) $ECHO_C" >&6
21472 case $GTK_CONFIG in
21474 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
21477 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21478 for as_dir
in $PATH
21481 test -z "$as_dir" && as_dir
=.
21482 for ac_exec_ext
in '' $ac_executable_extensions; do
21483 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21484 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
21485 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21491 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
21495 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
21497 if test -n "$GTK_CONFIG"; then
21498 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
21499 echo "${ECHO_T}$GTK_CONFIG" >&6
21501 echo "$as_me:$LINENO: result: no" >&5
21502 echo "${ECHO_T}no" >&6
21505 min_gtk_version
=1.2.7
21506 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
21507 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
21509 if test "$GTK_CONFIG" = "no" ; then
21512 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
21513 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
21514 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
21515 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
21516 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
21517 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
21518 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
21519 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
21520 if test "x$enable_gtktest" = "xyes" ; then
21521 ac_save_CFLAGS
="$CFLAGS"
21522 ac_save_LIBS
="$LIBS"
21523 CFLAGS
="$CFLAGS $GTK_CFLAGS"
21524 LIBS
="$GTK_LIBS $LIBS"
21526 if test "$cross_compiling" = yes; then
21527 echo $ac_n "cross compiling; assumed OK... $ac_c"
21529 cat >conftest.
$ac_ext <<_ACEOF
21532 cat confdefs.h
>>conftest.
$ac_ext
21533 cat >>conftest.
$ac_ext <<_ACEOF
21534 /* end confdefs.h. */
21536 #include <gtk/gtk.h>
21538 #include <stdlib.h>
21543 int major, minor, micro;
21546 system ("touch conf.gtktest");
21548 /* HP/UX 9 (%@#!) writes to sscanf strings */
21549 tmp_version = g_strdup("$min_gtk_version");
21550 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
21551 printf("%s, bad version string\n", "$min_gtk_version");
21555 if ((gtk_major_version != $gtk_config_major_version) ||
21556 (gtk_minor_version != $gtk_config_minor_version) ||
21557 (gtk_micro_version != $gtk_config_micro_version))
21559 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
21560 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
21561 gtk_major_version, gtk_minor_version, gtk_micro_version);
21562 printf ("*** was found! If gtk-config was correct, then it is best\n");
21563 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
21564 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
21565 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
21566 printf("*** required on your system.\n");
21567 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
21568 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
21569 printf("*** before re-running configure\n");
21571 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
21572 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
21573 (gtk_minor_version != GTK_MINOR_VERSION) ||
21574 (gtk_micro_version != GTK_MICRO_VERSION))
21576 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
21577 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
21578 printf("*** library (version %d.%d.%d)\n",
21579 gtk_major_version, gtk_minor_version, gtk_micro_version);
21581 #endif /* defined (GTK_MAJOR_VERSION) ... */
21584 if ((gtk_major_version > major) ||
21585 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
21586 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
21592 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
21593 gtk_major_version, gtk_minor_version, gtk_micro_version);
21594 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
21595 major, minor, micro);
21596 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
21598 printf("*** If you have already installed a sufficiently new version, this error\n");
21599 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
21600 printf("*** being found. The easiest way to fix this is to remove the old version\n");
21601 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
21602 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
21603 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
21604 printf("*** so that the correct libraries are found at run-time))\n");
21611 rm -f conftest
$ac_exeext
21612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21613 (eval $ac_link) 2>&5
21615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21616 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21618 (eval $ac_try) 2>&5
21620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621 (exit $ac_status); }; }; then
21624 echo "$as_me: program exited with status $ac_status" >&5
21625 echo "$as_me: failed program was:" >&5
21626 sed 's/^/| /' conftest.
$ac_ext >&5
21628 ( exit $ac_status )
21631 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21633 CFLAGS
="$ac_save_CFLAGS"
21634 LIBS
="$ac_save_LIBS"
21637 if test "x$no_gtk" = x
; then
21638 echo "$as_me:$LINENO: result: yes" >&5
21639 echo "${ECHO_T}yes" >&6
21640 wx_cv_lib_gtk
=1.2.7
21642 echo "$as_me:$LINENO: result: no" >&5
21643 echo "${ECHO_T}no" >&6
21644 if test "$GTK_CONFIG" = "no" ; then
21645 echo "*** The gtk-config script installed by GTK could not be found"
21646 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
21647 echo "*** your path, or set the GTK_CONFIG environment variable to the"
21648 echo "*** full path to gtk-config."
21650 if test -f conf.gtktest
; then
21653 echo "*** Could not run GTK test program, checking why..."
21654 CFLAGS
="$CFLAGS $GTK_CFLAGS"
21655 LIBS
="$LIBS $GTK_LIBS"
21656 cat >conftest.
$ac_ext <<_ACEOF
21659 cat confdefs.h
>>conftest.
$ac_ext
21660 cat >>conftest.
$ac_ext <<_ACEOF
21661 /* end confdefs.h. */
21663 #include <gtk/gtk.h>
21669 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
21674 rm -f conftest.
$ac_objext conftest
$ac_exeext
21675 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21676 (eval $ac_link) 2>conftest.er1
21678 grep -v '^ *+' conftest.er1
>conftest.err
21680 cat conftest.err
>&5
21681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21682 (exit $ac_status); } &&
21683 { ac_try
='test -z "$ac_c_werror_flag"
21684 || test ! -s conftest.err'
21685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21686 (eval $ac_try) 2>&5
21688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21689 (exit $ac_status); }; } &&
21690 { ac_try
='test -s conftest$ac_exeext'
21691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21692 (eval $ac_try) 2>&5
21694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21695 (exit $ac_status); }; }; then
21696 echo "*** The test program compiled, but did not run. This usually means"
21697 echo "*** that the run-time linker is not finding GTK or finding the wrong"
21698 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
21699 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
21700 echo "*** to the installed location Also, make sure you have run ldconfig if that"
21701 echo "*** is required on your system"
21703 echo "*** If you have an old version installed, it is best to remove it, although"
21704 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
21706 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
21707 echo "*** came with the system with the command"
21709 echo "*** rpm --erase --nodeps gtk gtk-devel"
21711 echo "$as_me: failed program was:" >&5
21712 sed 's/^/| /' conftest.
$ac_ext >&5
21714 echo "*** The test program failed to compile or link. See the file config.log for the"
21715 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
21716 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
21717 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
21719 rm -f conftest.err conftest.
$ac_objext \
21720 conftest
$ac_exeext conftest.
$ac_ext
21721 CFLAGS
="$ac_save_CFLAGS"
21722 LIBS
="$ac_save_LIBS"
21734 if test -z "$wx_cv_lib_gtk"; then
21736 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
21737 if test "${with_gtk_prefix+set}" = set; then
21738 withval
="$with_gtk_prefix"
21739 gtk_config_prefix
="$withval"
21741 gtk_config_prefix
=""
21744 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
21745 if test "${with_gtk_exec_prefix+set}" = set; then
21746 withval
="$with_gtk_exec_prefix"
21747 gtk_config_exec_prefix
="$withval"
21749 gtk_config_exec_prefix
=""
21751 # Check whether --enable-gtktest or --disable-gtktest was given.
21752 if test "${enable_gtktest+set}" = set; then
21753 enableval
="$enable_gtktest"
21759 for module
in .
$GTK_MODULES
21763 gtk_config_args
="$gtk_config_args gthread"
21768 if test x
$gtk_config_exec_prefix != x
; then
21769 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
21770 if test x
${GTK_CONFIG+set} != xset
; then
21771 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
21774 if test x
$gtk_config_prefix != x
; then
21775 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
21776 if test x
${GTK_CONFIG+set} != xset
; then
21777 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
21781 # Extract the first word of "gtk-config", so it can be a program name with args.
21782 set dummy gtk
-config; ac_word
=$2
21783 echo "$as_me:$LINENO: checking for $ac_word" >&5
21784 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
21785 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
21786 echo $ECHO_N "(cached) $ECHO_C" >&6
21788 case $GTK_CONFIG in
21790 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
21793 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
21794 for as_dir
in $PATH
21797 test -z "$as_dir" && as_dir
=.
21798 for ac_exec_ext
in '' $ac_executable_extensions; do
21799 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21800 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
21801 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21807 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
21811 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
21813 if test -n "$GTK_CONFIG"; then
21814 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
21815 echo "${ECHO_T}$GTK_CONFIG" >&6
21817 echo "$as_me:$LINENO: result: no" >&5
21818 echo "${ECHO_T}no" >&6
21821 min_gtk_version
=1.2.3
21822 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
21823 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
21825 if test "$GTK_CONFIG" = "no" ; then
21828 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
21829 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
21830 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
21831 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
21832 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
21833 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
21834 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
21835 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
21836 if test "x$enable_gtktest" = "xyes" ; then
21837 ac_save_CFLAGS
="$CFLAGS"
21838 ac_save_LIBS
="$LIBS"
21839 CFLAGS
="$CFLAGS $GTK_CFLAGS"
21840 LIBS
="$GTK_LIBS $LIBS"
21842 if test "$cross_compiling" = yes; then
21843 echo $ac_n "cross compiling; assumed OK... $ac_c"
21845 cat >conftest.
$ac_ext <<_ACEOF
21848 cat confdefs.h
>>conftest.
$ac_ext
21849 cat >>conftest.
$ac_ext <<_ACEOF
21850 /* end confdefs.h. */
21852 #include <gtk/gtk.h>
21854 #include <stdlib.h>
21859 int major, minor, micro;
21862 system ("touch conf.gtktest");
21864 /* HP/UX 9 (%@#!) writes to sscanf strings */
21865 tmp_version = g_strdup("$min_gtk_version");
21866 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
21867 printf("%s, bad version string\n", "$min_gtk_version");
21871 if ((gtk_major_version != $gtk_config_major_version) ||
21872 (gtk_minor_version != $gtk_config_minor_version) ||
21873 (gtk_micro_version != $gtk_config_micro_version))
21875 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
21876 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
21877 gtk_major_version, gtk_minor_version, gtk_micro_version);
21878 printf ("*** was found! If gtk-config was correct, then it is best\n");
21879 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
21880 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
21881 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
21882 printf("*** required on your system.\n");
21883 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
21884 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
21885 printf("*** before re-running configure\n");
21887 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
21888 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
21889 (gtk_minor_version != GTK_MINOR_VERSION) ||
21890 (gtk_micro_version != GTK_MICRO_VERSION))
21892 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
21893 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
21894 printf("*** library (version %d.%d.%d)\n",
21895 gtk_major_version, gtk_minor_version, gtk_micro_version);
21897 #endif /* defined (GTK_MAJOR_VERSION) ... */
21900 if ((gtk_major_version > major) ||
21901 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
21902 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
21908 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
21909 gtk_major_version, gtk_minor_version, gtk_micro_version);
21910 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
21911 major, minor, micro);
21912 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
21914 printf("*** If you have already installed a sufficiently new version, this error\n");
21915 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
21916 printf("*** being found. The easiest way to fix this is to remove the old version\n");
21917 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
21918 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
21919 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
21920 printf("*** so that the correct libraries are found at run-time))\n");
21927 rm -f conftest
$ac_exeext
21928 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21929 (eval $ac_link) 2>&5
21931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21932 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21934 (eval $ac_try) 2>&5
21936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21937 (exit $ac_status); }; }; then
21940 echo "$as_me: program exited with status $ac_status" >&5
21941 echo "$as_me: failed program was:" >&5
21942 sed 's/^/| /' conftest.
$ac_ext >&5
21944 ( exit $ac_status )
21947 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21949 CFLAGS
="$ac_save_CFLAGS"
21950 LIBS
="$ac_save_LIBS"
21953 if test "x$no_gtk" = x
; then
21954 echo "$as_me:$LINENO: result: yes" >&5
21955 echo "${ECHO_T}yes" >&6
21956 wx_cv_lib_gtk
=1.2.3
21958 echo "$as_me:$LINENO: result: no" >&5
21959 echo "${ECHO_T}no" >&6
21960 if test "$GTK_CONFIG" = "no" ; then
21961 echo "*** The gtk-config script installed by GTK could not be found"
21962 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
21963 echo "*** your path, or set the GTK_CONFIG environment variable to the"
21964 echo "*** full path to gtk-config."
21966 if test -f conf.gtktest
; then
21969 echo "*** Could not run GTK test program, checking why..."
21970 CFLAGS
="$CFLAGS $GTK_CFLAGS"
21971 LIBS
="$LIBS $GTK_LIBS"
21972 cat >conftest.
$ac_ext <<_ACEOF
21975 cat confdefs.h
>>conftest.
$ac_ext
21976 cat >>conftest.
$ac_ext <<_ACEOF
21977 /* end confdefs.h. */
21979 #include <gtk/gtk.h>
21985 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
21990 rm -f conftest.
$ac_objext conftest
$ac_exeext
21991 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21992 (eval $ac_link) 2>conftest.er1
21994 grep -v '^ *+' conftest.er1
>conftest.err
21996 cat conftest.err
>&5
21997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21998 (exit $ac_status); } &&
21999 { ac_try
='test -z "$ac_c_werror_flag"
22000 || test ! -s conftest.err'
22001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22002 (eval $ac_try) 2>&5
22004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22005 (exit $ac_status); }; } &&
22006 { ac_try
='test -s conftest$ac_exeext'
22007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22008 (eval $ac_try) 2>&5
22010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22011 (exit $ac_status); }; }; then
22012 echo "*** The test program compiled, but did not run. This usually means"
22013 echo "*** that the run-time linker is not finding GTK or finding the wrong"
22014 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
22015 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
22016 echo "*** to the installed location Also, make sure you have run ldconfig if that"
22017 echo "*** is required on your system"
22019 echo "*** If you have an old version installed, it is best to remove it, although"
22020 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
22022 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
22023 echo "*** came with the system with the command"
22025 echo "*** rpm --erase --nodeps gtk gtk-devel"
22027 echo "$as_me: failed program was:" >&5
22028 sed 's/^/| /' conftest.
$ac_ext >&5
22030 echo "*** The test program failed to compile or link. See the file config.log for the"
22031 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
22032 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
22033 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
22035 rm -f conftest.err conftest.
$ac_objext \
22036 conftest
$ac_exeext conftest.
$ac_ext
22037 CFLAGS
="$ac_save_CFLAGS"
22038 LIBS
="$ac_save_LIBS"
22052 if test -z "$wx_cv_lib_gtk"; then
22055 wx_cv_cflags_gtk
=$GTK_CFLAGS
22056 wx_cv_libs_gtk
=$GTK_LIBS
22063 if test "$gtk_version_cached" = 1; then
22064 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
22065 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
22068 case "$wx_cv_lib_gtk" in
22077 *) { { echo "$as_me:$LINENO: error:
22078 Please check that gtk-config is in path, the directory
22079 where GTK+ libraries are installed (returned by
22080 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
22081 equivalent variable and GTK+ is version 1.2.3 or above.
22083 echo "$as_me: error:
22084 Please check that gtk-config is in path, the directory
22085 where GTK+ libraries are installed (returned by
22086 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
22087 equivalent variable and GTK+ is version 1.2.3 or above.
22089 { (exit 1); exit 1; }; }
22093 if test "$WXGTK20" = 1; then
22094 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
22098 if test -z "$PKG_CONFIG"; then
22099 # Extract the first word of "pkg-config", so it can be a program name with args.
22100 set dummy pkg
-config; ac_word
=$2
22101 echo "$as_me:$LINENO: checking for $ac_word" >&5
22102 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22103 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22104 echo $ECHO_N "(cached) $ECHO_C" >&6
22106 case $PKG_CONFIG in
22108 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22111 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22112 for as_dir
in $PATH
22115 test -z "$as_dir" && as_dir
=.
22116 for ac_exec_ext
in '' $ac_executable_extensions; do
22117 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22118 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22119 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22125 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22129 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22131 if test -n "$PKG_CONFIG"; then
22132 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22133 echo "${ECHO_T}$PKG_CONFIG" >&6
22135 echo "$as_me:$LINENO: result: no" >&5
22136 echo "${ECHO_T}no" >&6
22141 if test "$PKG_CONFIG" = "no" ; then
22142 echo "*** The pkg-config script could not be found. Make sure it is"
22143 echo "*** in your path, or set the PKG_CONFIG environment variable"
22144 echo "*** to the full path to pkg-config."
22145 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22147 PKG_CONFIG_MIN_VERSION
=0.9.0
22148 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22149 echo "$as_me:$LINENO: checking for pangoft2" >&5
22150 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
22152 if $PKG_CONFIG --exists "pangoft2" ; then
22153 echo "$as_me:$LINENO: result: yes" >&5
22154 echo "${ECHO_T}yes" >&6
22157 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
22158 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
22159 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
22160 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
22161 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
22163 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
22164 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
22165 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
22166 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
22167 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
22171 ## If we have a custom action on failure, don't print errors, but
22172 ## do set a variable so people can do so.
22173 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
22180 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22181 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22185 if test $succeeded = yes; then
22187 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
22188 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
22192 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
22193 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
22194 wxUSE_PRINTING_ARCHITECTURE
="no"
22201 if test "$wxUSE_UNICODE" = "yes"; then
22202 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
22203 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
22208 if test "$USE_DARWIN" != 1; then
22210 for ac_func
in poll
22212 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22213 echo "$as_me:$LINENO: checking for $ac_func" >&5
22214 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22215 if eval "test \"\${$as_ac_var+set}\" = set"; then
22216 echo $ECHO_N "(cached) $ECHO_C" >&6
22218 cat >conftest.
$ac_ext <<_ACEOF
22221 cat confdefs.h
>>conftest.
$ac_ext
22222 cat >>conftest.
$ac_ext <<_ACEOF
22223 /* end confdefs.h. */
22224 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22225 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22226 #define $ac_func innocuous_$ac_func
22228 /* System header to define __stub macros and hopefully few prototypes,
22229 which can conflict with char $ac_func (); below.
22230 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22231 <limits.h> exists even on freestanding compilers. */
22234 # include <limits.h>
22236 # include <assert.h>
22241 /* Override any gcc2 internal prototype to avoid an error. */
22246 /* We use char because int might match the return type of a gcc2
22247 builtin and then its argument prototype would still apply. */
22249 /* The GNU C library defines this for functions which it implements
22250 to always fail with ENOSYS. Some functions are actually named
22251 something starting with __ and the normal name is an alias. */
22252 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22255 char (*f) () = $ac_func;
22264 return f != $ac_func;
22269 rm -f conftest.
$ac_objext conftest
$ac_exeext
22270 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22271 (eval $ac_link) 2>conftest.er1
22273 grep -v '^ *+' conftest.er1
>conftest.err
22275 cat conftest.err
>&5
22276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22277 (exit $ac_status); } &&
22278 { ac_try
='test -z "$ac_c_werror_flag"
22279 || test ! -s conftest.err'
22280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22281 (eval $ac_try) 2>&5
22283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22284 (exit $ac_status); }; } &&
22285 { ac_try
='test -s conftest$ac_exeext'
22286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22287 (eval $ac_try) 2>&5
22289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22290 (exit $ac_status); }; }; then
22291 eval "$as_ac_var=yes"
22293 echo "$as_me: failed program was:" >&5
22294 sed 's/^/| /' conftest.
$ac_ext >&5
22296 eval "$as_ac_var=no"
22298 rm -f conftest.err conftest.
$ac_objext \
22299 conftest
$ac_exeext conftest.
$ac_ext
22301 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22302 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22303 if test `eval echo '${'$as_ac_var'}'` = yes; then
22304 cat >>confdefs.h
<<_ACEOF
22305 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22313 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
22314 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
22316 AFMINSTALL
=afminstall
22320 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
22321 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
22322 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
22323 echo $ECHO_N "(cached) $ECHO_C" >&6
22325 ac_check_lib_save_LIBS
=$LIBS
22327 cat >conftest.
$ac_ext <<_ACEOF
22330 cat confdefs.h
>>conftest.
$ac_ext
22331 cat >>conftest.
$ac_ext <<_ACEOF
22332 /* end confdefs.h. */
22334 /* Override any gcc2 internal prototype to avoid an error. */
22338 /* We use char because int might match the return type of a gcc2
22339 builtin and then its argument prototype would still apply. */
22340 char gdk_im_open ();
22349 rm -f conftest.
$ac_objext conftest
$ac_exeext
22350 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22351 (eval $ac_link) 2>conftest.er1
22353 grep -v '^ *+' conftest.er1
>conftest.err
22355 cat conftest.err
>&5
22356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22357 (exit $ac_status); } &&
22358 { ac_try
='test -z "$ac_c_werror_flag"
22359 || test ! -s conftest.err'
22360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22361 (eval $ac_try) 2>&5
22363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22364 (exit $ac_status); }; } &&
22365 { ac_try
='test -s conftest$ac_exeext'
22366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22367 (eval $ac_try) 2>&5
22369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22370 (exit $ac_status); }; }; then
22371 ac_cv_lib_gdk_gdk_im_open
=yes
22373 echo "$as_me: failed program was:" >&5
22374 sed 's/^/| /' conftest.
$ac_ext >&5
22376 ac_cv_lib_gdk_gdk_im_open
=no
22378 rm -f conftest.err conftest.
$ac_objext \
22379 conftest
$ac_exeext conftest.
$ac_ext
22380 LIBS
=$ac_check_lib_save_LIBS
22382 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
22383 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
22384 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
22385 cat >>confdefs.h
<<\_ACEOF
22393 if test "$wxUSE_MGL" = 1; then
22394 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
22395 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
22396 if test "x$MGL_ROOT" = x
; then
22397 echo "$as_me:$LINENO: result: not found" >&5
22398 echo "${ECHO_T}not found" >&6
22399 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
22400 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
22401 { (exit 1); exit 1; }; }
22403 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
22404 echo "${ECHO_T}$MGL_ROOT" >&6
22407 echo "$as_me:$LINENO: checking for libmgl location" >&5
22408 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
22411 if test "x$wxUSE_SHARED" = xyes
; then
22412 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
22414 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
22418 mgl_os_candidates
="dos32/dj2"
22421 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
22422 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
22423 { (exit 1); exit 1; }; }
22429 for mgl_os_i
in $mgl_os_candidates ; do
22430 if test "x$mgl_os" = x
; then
22431 if test "$wxUSE_DEBUG_FLAG" = yes ; then
22432 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
22433 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
22438 if test "x$mgl_lib_type" = x
; then
22439 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
22440 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
22441 mgl_lib_type
=release
22448 if test "x$mgl_os" = x
; then
22449 echo "$as_me:$LINENO: result: not found" >&5
22450 echo "${ECHO_T}not found" >&6
22451 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
22452 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
22453 { (exit 1); exit 1; }; }
22455 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
22456 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
22458 wxUSE_UNIVERSAL
="yes"
22460 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
22461 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
22463 AFMINSTALL
=afminstall
22468 if test "$wxUSE_MICROWIN" = 1; then
22469 echo "$as_me:$LINENO: checking for MicroWindows" >&5
22470 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
22471 if test "x$MICROWINDOWS" = x
; then
22472 echo "$as_me:$LINENO: result: not found" >&5
22473 echo "${ECHO_T}not found" >&6
22474 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
22475 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
22476 { (exit 1); exit 1; }; }
22478 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
22479 echo "${ECHO_T}$MICROWINDOWS" >&6
22482 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
22483 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
22484 echo "${ECHO_T}MicroWindows' libraries found." >&6
22486 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
22487 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
22488 { (exit 1); exit 1; }; }
22491 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
22492 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
22494 wxUSE_UNIVERSAL
="yes"
22496 AFMINSTALL
=afminstall
22498 GUIDIST
=MICROWIN_DIST
22500 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
22503 if test "$wxUSE_X11" = 1; then
22504 echo "$as_me:$LINENO: checking for X" >&5
22505 echo $ECHO_N "checking for X... $ECHO_C" >&6
22508 # Check whether --with-x or --without-x was given.
22509 if test "${with_x+set}" = set; then
22513 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
22514 if test "x$with_x" = xno
; then
22515 # The user explicitly disabled X.
22518 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
22519 # Both variables are already set.
22522 if test "${ac_cv_have_x+set}" = set; then
22523 echo $ECHO_N "(cached) $ECHO_C" >&6
22525 # One or both of the vars are not set, and there is no cached value.
22526 ac_x_includes
=no ac_x_libraries
=no
22527 rm -fr conftest.dir
22528 if mkdir conftest.dir
; then
22530 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
22531 cat >Imakefile
<<'_ACEOF'
22533 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
22535 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
22536 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
22537 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
22538 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
22539 for ac_extension
in a so sl
; do
22540 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
22541 test -f $ac_im_libdir/libX11.
$ac_extension; then
22542 ac_im_usrlibdir
=$ac_im_libdir; break
22545 # Screen out bogus values from the imake configuration. They are
22546 # bogus both because they are the default anyway, and because
22547 # using them would break gcc on systems where it needs fixed includes.
22548 case $ac_im_incroot in
22550 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
22552 case $ac_im_usrlibdir in
22553 /usr
/lib
| /lib
) ;;
22554 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
22558 rm -fr conftest.dir
22561 # Standard set of common directories for X headers.
22562 # Check X11 before X11Rn because it is often a symlink to the current release.
22574 /usr/local/X11/include
22575 /usr/local/X11R6/include
22576 /usr/local/X11R5/include
22577 /usr/local/X11R4/include
22579 /usr/local/include/X11
22580 /usr/local/include/X11R6
22581 /usr/local/include/X11R5
22582 /usr/local/include/X11R4
22586 /usr/XFree86/include/X11
22590 /usr/unsupported/include
22591 /usr/athena/include
22592 /usr/local/x11r5/include
22593 /usr/lpp/Xamples/include
22595 /usr/openwin/include
22596 /usr/openwin/share/include'
22598 if test "$ac_x_includes" = no
; then
22599 # Guess where to find include files, by looking for Intrinsic.h.
22600 # First, try using that file with no special directory specified.
22601 cat >conftest.
$ac_ext <<_ACEOF
22604 cat confdefs.h
>>conftest.
$ac_ext
22605 cat >>conftest.
$ac_ext <<_ACEOF
22606 /* end confdefs.h. */
22607 #include <X11/Intrinsic.h>
22609 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22610 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22612 grep -v '^ *+' conftest.er1
>conftest.err
22614 cat conftest.err
>&5
22615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22616 (exit $ac_status); } >/dev
/null
; then
22617 if test -s conftest.err
; then
22618 ac_cpp_err
=$ac_c_preproc_warn_flag
22619 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22626 if test -z "$ac_cpp_err"; then
22627 # We can compile using X headers with no special include directory.
22630 echo "$as_me: failed program was:" >&5
22631 sed 's/^/| /' conftest.
$ac_ext >&5
22633 for ac_dir
in $ac_x_header_dirs; do
22634 if test -r "$ac_dir/X11/Intrinsic.h"; then
22635 ac_x_includes
=$ac_dir
22640 rm -f conftest.err conftest.
$ac_ext
22641 fi # $ac_x_includes = no
22643 if test "$ac_x_libraries" = no
; then
22644 # Check for the libraries.
22645 # See if we find them without any special options.
22646 # Don't add to $LIBS permanently.
22649 cat >conftest.
$ac_ext <<_ACEOF
22652 cat confdefs.h
>>conftest.
$ac_ext
22653 cat >>conftest.
$ac_ext <<_ACEOF
22654 /* end confdefs.h. */
22655 #include <X11/Intrinsic.h>
22664 rm -f conftest.
$ac_objext conftest
$ac_exeext
22665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22666 (eval $ac_link) 2>conftest.er1
22668 grep -v '^ *+' conftest.er1
>conftest.err
22670 cat conftest.err
>&5
22671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22672 (exit $ac_status); } &&
22673 { ac_try
='test -z "$ac_c_werror_flag"
22674 || test ! -s conftest.err'
22675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22676 (eval $ac_try) 2>&5
22678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22679 (exit $ac_status); }; } &&
22680 { ac_try
='test -s conftest$ac_exeext'
22681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22682 (eval $ac_try) 2>&5
22684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22685 (exit $ac_status); }; }; then
22687 # We can link X programs with no special library path.
22690 echo "$as_me: failed program was:" >&5
22691 sed 's/^/| /' conftest.
$ac_ext >&5
22694 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
22696 # Don't even attempt the hair of trying to link an X program!
22697 for ac_extension
in a so sl
; do
22698 if test -r $ac_dir/libXt.
$ac_extension; then
22699 ac_x_libraries
=$ac_dir
22705 rm -f conftest.err conftest.
$ac_objext \
22706 conftest
$ac_exeext conftest.
$ac_ext
22707 fi # $ac_x_libraries = no
22709 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
22710 # Didn't find X anywhere. Cache the known absence of X.
22711 ac_cv_have_x
="have_x=no"
22713 # Record where we found X for the cache.
22714 ac_cv_have_x
="have_x=yes \
22715 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
22720 eval "$ac_cv_have_x"
22723 if test "$have_x" != yes; then
22724 echo "$as_me:$LINENO: result: $have_x" >&5
22725 echo "${ECHO_T}$have_x" >&6
22728 # If each of the values was on the command line, it overrides each guess.
22729 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
22730 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
22731 # Update the cache value to reflect the command line values.
22732 ac_cv_have_x
="have_x=yes \
22733 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
22734 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
22735 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
22738 if test "$no_x" = yes; then
22739 # Not all programs may use this symbol, but it does not hurt to define it.
22741 cat >>confdefs.h
<<\_ACEOF
22742 #define X_DISPLAY_MISSING 1
22745 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
22747 if test -n "$x_includes"; then
22748 X_CFLAGS
="$X_CFLAGS -I$x_includes"
22751 # It would also be nice to do this for all -L options, not just this one.
22752 if test -n "$x_libraries"; then
22753 X_LIBS
="$X_LIBS -L$x_libraries"
22754 # For Solaris; some versions of Sun CC require a space after -R and
22755 # others require no space. Words are not sufficient . . . .
22756 case `(uname -sr) 2>/dev/null` in
22758 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
22759 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
22760 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
22761 cat >conftest.
$ac_ext <<_ACEOF
22764 cat confdefs.h
>>conftest.
$ac_ext
22765 cat >>conftest.
$ac_ext <<_ACEOF
22766 /* end confdefs.h. */
22776 rm -f conftest.
$ac_objext conftest
$ac_exeext
22777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22778 (eval $ac_link) 2>conftest.er1
22780 grep -v '^ *+' conftest.er1
>conftest.err
22782 cat conftest.err
>&5
22783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784 (exit $ac_status); } &&
22785 { ac_try
='test -z "$ac_c_werror_flag"
22786 || test ! -s conftest.err'
22787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22788 (eval $ac_try) 2>&5
22790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22791 (exit $ac_status); }; } &&
22792 { ac_try
='test -s conftest$ac_exeext'
22793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22794 (eval $ac_try) 2>&5
22796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22797 (exit $ac_status); }; }; then
22800 echo "$as_me: failed program was:" >&5
22801 sed 's/^/| /' conftest.
$ac_ext >&5
22805 rm -f conftest.err conftest.
$ac_objext \
22806 conftest
$ac_exeext conftest.
$ac_ext
22807 if test $ac_R_nospace = yes; then
22808 echo "$as_me:$LINENO: result: no" >&5
22809 echo "${ECHO_T}no" >&6
22810 X_LIBS
="$X_LIBS -R$x_libraries"
22812 LIBS
="$ac_xsave_LIBS -R $x_libraries"
22813 cat >conftest.
$ac_ext <<_ACEOF
22816 cat confdefs.h
>>conftest.
$ac_ext
22817 cat >>conftest.
$ac_ext <<_ACEOF
22818 /* end confdefs.h. */
22828 rm -f conftest.
$ac_objext conftest
$ac_exeext
22829 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22830 (eval $ac_link) 2>conftest.er1
22832 grep -v '^ *+' conftest.er1
>conftest.err
22834 cat conftest.err
>&5
22835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22836 (exit $ac_status); } &&
22837 { ac_try
='test -z "$ac_c_werror_flag"
22838 || test ! -s conftest.err'
22839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22840 (eval $ac_try) 2>&5
22842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22843 (exit $ac_status); }; } &&
22844 { ac_try
='test -s conftest$ac_exeext'
22845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22846 (eval $ac_try) 2>&5
22848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22849 (exit $ac_status); }; }; then
22852 echo "$as_me: failed program was:" >&5
22853 sed 's/^/| /' conftest.
$ac_ext >&5
22857 rm -f conftest.err conftest.
$ac_objext \
22858 conftest
$ac_exeext conftest.
$ac_ext
22859 if test $ac_R_space = yes; then
22860 echo "$as_me:$LINENO: result: yes" >&5
22861 echo "${ECHO_T}yes" >&6
22862 X_LIBS
="$X_LIBS -R $x_libraries"
22864 echo "$as_me:$LINENO: result: neither works" >&5
22865 echo "${ECHO_T}neither works" >&6
22868 LIBS
=$ac_xsave_LIBS
22872 # Check for system-dependent libraries X programs must link with.
22873 # Do this before checking for the system-independent R6 libraries
22874 # (-lICE), since we may need -lsocket or whatever for X linking.
22876 if test "$ISC" = yes; then
22877 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
22879 # Martyn Johnson says this is needed for Ultrix, if the X
22880 # libraries were built with DECnet support. And Karl Berry says
22881 # the Alpha needs dnet_stub (dnet does not exist).
22882 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
22883 cat >conftest.
$ac_ext <<_ACEOF
22886 cat confdefs.h
>>conftest.
$ac_ext
22887 cat >>conftest.
$ac_ext <<_ACEOF
22888 /* end confdefs.h. */
22890 /* Override any gcc2 internal prototype to avoid an error. */
22894 /* We use char because int might match the return type of a gcc2
22895 builtin and then its argument prototype would still apply. */
22896 char XOpenDisplay ();
22905 rm -f conftest.
$ac_objext conftest
$ac_exeext
22906 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22907 (eval $ac_link) 2>conftest.er1
22909 grep -v '^ *+' conftest.er1
>conftest.err
22911 cat conftest.err
>&5
22912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22913 (exit $ac_status); } &&
22914 { ac_try
='test -z "$ac_c_werror_flag"
22915 || test ! -s conftest.err'
22916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22917 (eval $ac_try) 2>&5
22919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22920 (exit $ac_status); }; } &&
22921 { ac_try
='test -s conftest$ac_exeext'
22922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22923 (eval $ac_try) 2>&5
22925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22926 (exit $ac_status); }; }; then
22929 echo "$as_me: failed program was:" >&5
22930 sed 's/^/| /' conftest.
$ac_ext >&5
22932 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
22933 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
22934 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
22935 echo $ECHO_N "(cached) $ECHO_C" >&6
22937 ac_check_lib_save_LIBS
=$LIBS
22938 LIBS
="-ldnet $LIBS"
22939 cat >conftest.
$ac_ext <<_ACEOF
22942 cat confdefs.h
>>conftest.
$ac_ext
22943 cat >>conftest.
$ac_ext <<_ACEOF
22944 /* end confdefs.h. */
22946 /* Override any gcc2 internal prototype to avoid an error. */
22950 /* We use char because int might match the return type of a gcc2
22951 builtin and then its argument prototype would still apply. */
22961 rm -f conftest.
$ac_objext conftest
$ac_exeext
22962 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22963 (eval $ac_link) 2>conftest.er1
22965 grep -v '^ *+' conftest.er1
>conftest.err
22967 cat conftest.err
>&5
22968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22969 (exit $ac_status); } &&
22970 { ac_try
='test -z "$ac_c_werror_flag"
22971 || test ! -s conftest.err'
22972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22973 (eval $ac_try) 2>&5
22975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22976 (exit $ac_status); }; } &&
22977 { ac_try
='test -s conftest$ac_exeext'
22978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22979 (eval $ac_try) 2>&5
22981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22982 (exit $ac_status); }; }; then
22983 ac_cv_lib_dnet_dnet_ntoa
=yes
22985 echo "$as_me: failed program was:" >&5
22986 sed 's/^/| /' conftest.
$ac_ext >&5
22988 ac_cv_lib_dnet_dnet_ntoa
=no
22990 rm -f conftest.err conftest.
$ac_objext \
22991 conftest
$ac_exeext conftest.
$ac_ext
22992 LIBS
=$ac_check_lib_save_LIBS
22994 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
22995 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
22996 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
22997 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
23000 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
23001 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
23002 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
23003 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
23004 echo $ECHO_N "(cached) $ECHO_C" >&6
23006 ac_check_lib_save_LIBS
=$LIBS
23007 LIBS
="-ldnet_stub $LIBS"
23008 cat >conftest.
$ac_ext <<_ACEOF
23011 cat confdefs.h
>>conftest.
$ac_ext
23012 cat >>conftest.
$ac_ext <<_ACEOF
23013 /* end confdefs.h. */
23015 /* Override any gcc2 internal prototype to avoid an error. */
23019 /* We use char because int might match the return type of a gcc2
23020 builtin and then its argument prototype would still apply. */
23030 rm -f conftest.
$ac_objext conftest
$ac_exeext
23031 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23032 (eval $ac_link) 2>conftest.er1
23034 grep -v '^ *+' conftest.er1
>conftest.err
23036 cat conftest.err
>&5
23037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23038 (exit $ac_status); } &&
23039 { ac_try
='test -z "$ac_c_werror_flag"
23040 || test ! -s conftest.err'
23041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23042 (eval $ac_try) 2>&5
23044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23045 (exit $ac_status); }; } &&
23046 { ac_try
='test -s conftest$ac_exeext'
23047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23048 (eval $ac_try) 2>&5
23050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23051 (exit $ac_status); }; }; then
23052 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
23054 echo "$as_me: failed program was:" >&5
23055 sed 's/^/| /' conftest.
$ac_ext >&5
23057 ac_cv_lib_dnet_stub_dnet_ntoa
=no
23059 rm -f conftest.err conftest.
$ac_objext \
23060 conftest
$ac_exeext conftest.
$ac_ext
23061 LIBS
=$ac_check_lib_save_LIBS
23063 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
23064 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
23065 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
23066 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
23071 rm -f conftest.err conftest.
$ac_objext \
23072 conftest
$ac_exeext conftest.
$ac_ext
23073 LIBS
="$ac_xsave_LIBS"
23075 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
23076 # to get the SysV transport functions.
23077 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
23079 # The nsl library prevents programs from opening the X display
23080 # on Irix 5.2, according to T.E. Dickey.
23081 # The functions gethostbyname, getservbyname, and inet_addr are
23082 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
23083 echo "$as_me:$LINENO: checking for gethostbyname" >&5
23084 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
23085 if test "${ac_cv_func_gethostbyname+set}" = set; then
23086 echo $ECHO_N "(cached) $ECHO_C" >&6
23088 cat >conftest.
$ac_ext <<_ACEOF
23091 cat confdefs.h
>>conftest.
$ac_ext
23092 cat >>conftest.
$ac_ext <<_ACEOF
23093 /* end confdefs.h. */
23094 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
23095 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23096 #define gethostbyname innocuous_gethostbyname
23098 /* System header to define __stub macros and hopefully few prototypes,
23099 which can conflict with char gethostbyname (); below.
23100 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23101 <limits.h> exists even on freestanding compilers. */
23104 # include <limits.h>
23106 # include <assert.h>
23109 #undef gethostbyname
23111 /* Override any gcc2 internal prototype to avoid an error. */
23116 /* We use char because int might match the return type of a gcc2
23117 builtin and then its argument prototype would still apply. */
23118 char gethostbyname ();
23119 /* The GNU C library defines this for functions which it implements
23120 to always fail with ENOSYS. Some functions are actually named
23121 something starting with __ and the normal name is an alias. */
23122 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
23125 char (*f) () = gethostbyname;
23134 return f != gethostbyname;
23139 rm -f conftest.
$ac_objext conftest
$ac_exeext
23140 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23141 (eval $ac_link) 2>conftest.er1
23143 grep -v '^ *+' conftest.er1
>conftest.err
23145 cat conftest.err
>&5
23146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23147 (exit $ac_status); } &&
23148 { ac_try
='test -z "$ac_c_werror_flag"
23149 || test ! -s conftest.err'
23150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23151 (eval $ac_try) 2>&5
23153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23154 (exit $ac_status); }; } &&
23155 { ac_try
='test -s conftest$ac_exeext'
23156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23157 (eval $ac_try) 2>&5
23159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23160 (exit $ac_status); }; }; then
23161 ac_cv_func_gethostbyname
=yes
23163 echo "$as_me: failed program was:" >&5
23164 sed 's/^/| /' conftest.
$ac_ext >&5
23166 ac_cv_func_gethostbyname
=no
23168 rm -f conftest.err conftest.
$ac_objext \
23169 conftest
$ac_exeext conftest.
$ac_ext
23171 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
23172 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
23174 if test $ac_cv_func_gethostbyname = no
; then
23175 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
23176 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
23177 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
23178 echo $ECHO_N "(cached) $ECHO_C" >&6
23180 ac_check_lib_save_LIBS
=$LIBS
23182 cat >conftest.
$ac_ext <<_ACEOF
23185 cat confdefs.h
>>conftest.
$ac_ext
23186 cat >>conftest.
$ac_ext <<_ACEOF
23187 /* end confdefs.h. */
23189 /* Override any gcc2 internal prototype to avoid an error. */
23193 /* We use char because int might match the return type of a gcc2
23194 builtin and then its argument prototype would still apply. */
23195 char gethostbyname ();
23204 rm -f conftest.
$ac_objext conftest
$ac_exeext
23205 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23206 (eval $ac_link) 2>conftest.er1
23208 grep -v '^ *+' conftest.er1
>conftest.err
23210 cat conftest.err
>&5
23211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23212 (exit $ac_status); } &&
23213 { ac_try
='test -z "$ac_c_werror_flag"
23214 || test ! -s conftest.err'
23215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23216 (eval $ac_try) 2>&5
23218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23219 (exit $ac_status); }; } &&
23220 { ac_try
='test -s conftest$ac_exeext'
23221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23222 (eval $ac_try) 2>&5
23224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23225 (exit $ac_status); }; }; then
23226 ac_cv_lib_nsl_gethostbyname
=yes
23228 echo "$as_me: failed program was:" >&5
23229 sed 's/^/| /' conftest.
$ac_ext >&5
23231 ac_cv_lib_nsl_gethostbyname
=no
23233 rm -f conftest.err conftest.
$ac_objext \
23234 conftest
$ac_exeext conftest.
$ac_ext
23235 LIBS
=$ac_check_lib_save_LIBS
23237 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
23238 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
23239 if test $ac_cv_lib_nsl_gethostbyname = yes; then
23240 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
23243 if test $ac_cv_lib_nsl_gethostbyname = no
; then
23244 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
23245 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
23246 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
23247 echo $ECHO_N "(cached) $ECHO_C" >&6
23249 ac_check_lib_save_LIBS
=$LIBS
23251 cat >conftest.
$ac_ext <<_ACEOF
23254 cat confdefs.h
>>conftest.
$ac_ext
23255 cat >>conftest.
$ac_ext <<_ACEOF
23256 /* end confdefs.h. */
23258 /* Override any gcc2 internal prototype to avoid an error. */
23262 /* We use char because int might match the return type of a gcc2
23263 builtin and then its argument prototype would still apply. */
23264 char gethostbyname ();
23273 rm -f conftest.
$ac_objext conftest
$ac_exeext
23274 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23275 (eval $ac_link) 2>conftest.er1
23277 grep -v '^ *+' conftest.er1
>conftest.err
23279 cat conftest.err
>&5
23280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23281 (exit $ac_status); } &&
23282 { ac_try
='test -z "$ac_c_werror_flag"
23283 || test ! -s conftest.err'
23284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23285 (eval $ac_try) 2>&5
23287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23288 (exit $ac_status); }; } &&
23289 { ac_try
='test -s conftest$ac_exeext'
23290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23291 (eval $ac_try) 2>&5
23293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23294 (exit $ac_status); }; }; then
23295 ac_cv_lib_bsd_gethostbyname
=yes
23297 echo "$as_me: failed program was:" >&5
23298 sed 's/^/| /' conftest.
$ac_ext >&5
23300 ac_cv_lib_bsd_gethostbyname
=no
23302 rm -f conftest.err conftest.
$ac_objext \
23303 conftest
$ac_exeext conftest.
$ac_ext
23304 LIBS
=$ac_check_lib_save_LIBS
23306 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
23307 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
23308 if test $ac_cv_lib_bsd_gethostbyname = yes; then
23309 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
23315 # lieder@skyler.mavd.honeywell.com says without -lsocket,
23316 # socket/setsockopt and other routines are undefined under SCO ODT
23317 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
23318 # on later versions), says Simon Leinen: it contains gethostby*
23319 # variants that don't use the name server (or something). -lsocket
23320 # must be given before -lnsl if both are needed. We assume that
23321 # if connect needs -lnsl, so does gethostbyname.
23322 echo "$as_me:$LINENO: checking for connect" >&5
23323 echo $ECHO_N "checking for connect... $ECHO_C" >&6
23324 if test "${ac_cv_func_connect+set}" = set; then
23325 echo $ECHO_N "(cached) $ECHO_C" >&6
23327 cat >conftest.
$ac_ext <<_ACEOF
23330 cat confdefs.h
>>conftest.
$ac_ext
23331 cat >>conftest.
$ac_ext <<_ACEOF
23332 /* end confdefs.h. */
23333 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
23334 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23335 #define connect innocuous_connect
23337 /* System header to define __stub macros and hopefully few prototypes,
23338 which can conflict with char connect (); below.
23339 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23340 <limits.h> exists even on freestanding compilers. */
23343 # include <limits.h>
23345 # include <assert.h>
23350 /* Override any gcc2 internal prototype to avoid an error. */
23355 /* We use char because int might match the return type of a gcc2
23356 builtin and then its argument prototype would still apply. */
23358 /* The GNU C library defines this for functions which it implements
23359 to always fail with ENOSYS. Some functions are actually named
23360 something starting with __ and the normal name is an alias. */
23361 #if defined (__stub_connect) || defined (__stub___connect)
23364 char (*f) () = connect;
23373 return f != connect;
23378 rm -f conftest.
$ac_objext conftest
$ac_exeext
23379 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23380 (eval $ac_link) 2>conftest.er1
23382 grep -v '^ *+' conftest.er1
>conftest.err
23384 cat conftest.err
>&5
23385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23386 (exit $ac_status); } &&
23387 { ac_try
='test -z "$ac_c_werror_flag"
23388 || test ! -s conftest.err'
23389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23390 (eval $ac_try) 2>&5
23392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23393 (exit $ac_status); }; } &&
23394 { ac_try
='test -s conftest$ac_exeext'
23395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23396 (eval $ac_try) 2>&5
23398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23399 (exit $ac_status); }; }; then
23400 ac_cv_func_connect
=yes
23402 echo "$as_me: failed program was:" >&5
23403 sed 's/^/| /' conftest.
$ac_ext >&5
23405 ac_cv_func_connect
=no
23407 rm -f conftest.err conftest.
$ac_objext \
23408 conftest
$ac_exeext conftest.
$ac_ext
23410 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
23411 echo "${ECHO_T}$ac_cv_func_connect" >&6
23413 if test $ac_cv_func_connect = no
; then
23414 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
23415 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
23416 if test "${ac_cv_lib_socket_connect+set}" = set; then
23417 echo $ECHO_N "(cached) $ECHO_C" >&6
23419 ac_check_lib_save_LIBS
=$LIBS
23420 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
23421 cat >conftest.
$ac_ext <<_ACEOF
23424 cat confdefs.h
>>conftest.
$ac_ext
23425 cat >>conftest.
$ac_ext <<_ACEOF
23426 /* end confdefs.h. */
23428 /* Override any gcc2 internal prototype to avoid an error. */
23432 /* We use char because int might match the return type of a gcc2
23433 builtin and then its argument prototype would still apply. */
23443 rm -f conftest.
$ac_objext conftest
$ac_exeext
23444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23445 (eval $ac_link) 2>conftest.er1
23447 grep -v '^ *+' conftest.er1
>conftest.err
23449 cat conftest.err
>&5
23450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23451 (exit $ac_status); } &&
23452 { ac_try
='test -z "$ac_c_werror_flag"
23453 || test ! -s conftest.err'
23454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23455 (eval $ac_try) 2>&5
23457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23458 (exit $ac_status); }; } &&
23459 { ac_try
='test -s conftest$ac_exeext'
23460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23461 (eval $ac_try) 2>&5
23463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23464 (exit $ac_status); }; }; then
23465 ac_cv_lib_socket_connect
=yes
23467 echo "$as_me: failed program was:" >&5
23468 sed 's/^/| /' conftest.
$ac_ext >&5
23470 ac_cv_lib_socket_connect
=no
23472 rm -f conftest.err conftest.
$ac_objext \
23473 conftest
$ac_exeext conftest.
$ac_ext
23474 LIBS
=$ac_check_lib_save_LIBS
23476 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
23477 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
23478 if test $ac_cv_lib_socket_connect = yes; then
23479 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
23484 # Guillermo Gomez says -lposix is necessary on A/UX.
23485 echo "$as_me:$LINENO: checking for remove" >&5
23486 echo $ECHO_N "checking for remove... $ECHO_C" >&6
23487 if test "${ac_cv_func_remove+set}" = set; then
23488 echo $ECHO_N "(cached) $ECHO_C" >&6
23490 cat >conftest.
$ac_ext <<_ACEOF
23493 cat confdefs.h
>>conftest.
$ac_ext
23494 cat >>conftest.
$ac_ext <<_ACEOF
23495 /* end confdefs.h. */
23496 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
23497 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23498 #define remove innocuous_remove
23500 /* System header to define __stub macros and hopefully few prototypes,
23501 which can conflict with char remove (); below.
23502 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23503 <limits.h> exists even on freestanding compilers. */
23506 # include <limits.h>
23508 # include <assert.h>
23513 /* Override any gcc2 internal prototype to avoid an error. */
23518 /* We use char because int might match the return type of a gcc2
23519 builtin and then its argument prototype would still apply. */
23521 /* The GNU C library defines this for functions which it implements
23522 to always fail with ENOSYS. Some functions are actually named
23523 something starting with __ and the normal name is an alias. */
23524 #if defined (__stub_remove) || defined (__stub___remove)
23527 char (*f) () = remove;
23536 return f != remove;
23541 rm -f conftest.
$ac_objext conftest
$ac_exeext
23542 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23543 (eval $ac_link) 2>conftest.er1
23545 grep -v '^ *+' conftest.er1
>conftest.err
23547 cat conftest.err
>&5
23548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23549 (exit $ac_status); } &&
23550 { ac_try
='test -z "$ac_c_werror_flag"
23551 || test ! -s conftest.err'
23552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23553 (eval $ac_try) 2>&5
23555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23556 (exit $ac_status); }; } &&
23557 { ac_try
='test -s conftest$ac_exeext'
23558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23559 (eval $ac_try) 2>&5
23561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23562 (exit $ac_status); }; }; then
23563 ac_cv_func_remove
=yes
23565 echo "$as_me: failed program was:" >&5
23566 sed 's/^/| /' conftest.
$ac_ext >&5
23568 ac_cv_func_remove
=no
23570 rm -f conftest.err conftest.
$ac_objext \
23571 conftest
$ac_exeext conftest.
$ac_ext
23573 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
23574 echo "${ECHO_T}$ac_cv_func_remove" >&6
23576 if test $ac_cv_func_remove = no
; then
23577 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
23578 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
23579 if test "${ac_cv_lib_posix_remove+set}" = set; then
23580 echo $ECHO_N "(cached) $ECHO_C" >&6
23582 ac_check_lib_save_LIBS
=$LIBS
23583 LIBS
="-lposix $LIBS"
23584 cat >conftest.
$ac_ext <<_ACEOF
23587 cat confdefs.h
>>conftest.
$ac_ext
23588 cat >>conftest.
$ac_ext <<_ACEOF
23589 /* end confdefs.h. */
23591 /* Override any gcc2 internal prototype to avoid an error. */
23595 /* We use char because int might match the return type of a gcc2
23596 builtin and then its argument prototype would still apply. */
23606 rm -f conftest.
$ac_objext conftest
$ac_exeext
23607 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23608 (eval $ac_link) 2>conftest.er1
23610 grep -v '^ *+' conftest.er1
>conftest.err
23612 cat conftest.err
>&5
23613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23614 (exit $ac_status); } &&
23615 { ac_try
='test -z "$ac_c_werror_flag"
23616 || test ! -s conftest.err'
23617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23618 (eval $ac_try) 2>&5
23620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23621 (exit $ac_status); }; } &&
23622 { ac_try
='test -s conftest$ac_exeext'
23623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23624 (eval $ac_try) 2>&5
23626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23627 (exit $ac_status); }; }; then
23628 ac_cv_lib_posix_remove
=yes
23630 echo "$as_me: failed program was:" >&5
23631 sed 's/^/| /' conftest.
$ac_ext >&5
23633 ac_cv_lib_posix_remove
=no
23635 rm -f conftest.err conftest.
$ac_objext \
23636 conftest
$ac_exeext conftest.
$ac_ext
23637 LIBS
=$ac_check_lib_save_LIBS
23639 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
23640 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
23641 if test $ac_cv_lib_posix_remove = yes; then
23642 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
23647 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
23648 echo "$as_me:$LINENO: checking for shmat" >&5
23649 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
23650 if test "${ac_cv_func_shmat+set}" = set; then
23651 echo $ECHO_N "(cached) $ECHO_C" >&6
23653 cat >conftest.
$ac_ext <<_ACEOF
23656 cat confdefs.h
>>conftest.
$ac_ext
23657 cat >>conftest.
$ac_ext <<_ACEOF
23658 /* end confdefs.h. */
23659 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
23660 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23661 #define shmat innocuous_shmat
23663 /* System header to define __stub macros and hopefully few prototypes,
23664 which can conflict with char shmat (); below.
23665 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23666 <limits.h> exists even on freestanding compilers. */
23669 # include <limits.h>
23671 # include <assert.h>
23676 /* Override any gcc2 internal prototype to avoid an error. */
23681 /* We use char because int might match the return type of a gcc2
23682 builtin and then its argument prototype would still apply. */
23684 /* The GNU C library defines this for functions which it implements
23685 to always fail with ENOSYS. Some functions are actually named
23686 something starting with __ and the normal name is an alias. */
23687 #if defined (__stub_shmat) || defined (__stub___shmat)
23690 char (*f) () = shmat;
23704 rm -f conftest.
$ac_objext conftest
$ac_exeext
23705 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23706 (eval $ac_link) 2>conftest.er1
23708 grep -v '^ *+' conftest.er1
>conftest.err
23710 cat conftest.err
>&5
23711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23712 (exit $ac_status); } &&
23713 { ac_try
='test -z "$ac_c_werror_flag"
23714 || test ! -s conftest.err'
23715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23716 (eval $ac_try) 2>&5
23718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23719 (exit $ac_status); }; } &&
23720 { ac_try
='test -s conftest$ac_exeext'
23721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23722 (eval $ac_try) 2>&5
23724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23725 (exit $ac_status); }; }; then
23726 ac_cv_func_shmat
=yes
23728 echo "$as_me: failed program was:" >&5
23729 sed 's/^/| /' conftest.
$ac_ext >&5
23731 ac_cv_func_shmat
=no
23733 rm -f conftest.err conftest.
$ac_objext \
23734 conftest
$ac_exeext conftest.
$ac_ext
23736 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
23737 echo "${ECHO_T}$ac_cv_func_shmat" >&6
23739 if test $ac_cv_func_shmat = no
; then
23740 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
23741 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
23742 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
23743 echo $ECHO_N "(cached) $ECHO_C" >&6
23745 ac_check_lib_save_LIBS
=$LIBS
23747 cat >conftest.
$ac_ext <<_ACEOF
23750 cat confdefs.h
>>conftest.
$ac_ext
23751 cat >>conftest.
$ac_ext <<_ACEOF
23752 /* end confdefs.h. */
23754 /* Override any gcc2 internal prototype to avoid an error. */
23758 /* We use char because int might match the return type of a gcc2
23759 builtin and then its argument prototype would still apply. */
23769 rm -f conftest.
$ac_objext conftest
$ac_exeext
23770 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23771 (eval $ac_link) 2>conftest.er1
23773 grep -v '^ *+' conftest.er1
>conftest.err
23775 cat conftest.err
>&5
23776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23777 (exit $ac_status); } &&
23778 { ac_try
='test -z "$ac_c_werror_flag"
23779 || test ! -s conftest.err'
23780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23781 (eval $ac_try) 2>&5
23783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23784 (exit $ac_status); }; } &&
23785 { ac_try
='test -s conftest$ac_exeext'
23786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23787 (eval $ac_try) 2>&5
23789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23790 (exit $ac_status); }; }; then
23791 ac_cv_lib_ipc_shmat
=yes
23793 echo "$as_me: failed program was:" >&5
23794 sed 's/^/| /' conftest.
$ac_ext >&5
23796 ac_cv_lib_ipc_shmat
=no
23798 rm -f conftest.err conftest.
$ac_objext \
23799 conftest
$ac_exeext conftest.
$ac_ext
23800 LIBS
=$ac_check_lib_save_LIBS
23802 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
23803 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
23804 if test $ac_cv_lib_ipc_shmat = yes; then
23805 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
23811 # Check for libraries that X11R6 Xt/Xaw programs need.
23812 ac_save_LDFLAGS
=$LDFLAGS
23813 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
23814 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
23815 # check for ICE first), but we must link in the order -lSM -lICE or
23816 # we get undefined symbols. So assume we have SM if we have ICE.
23817 # These have to be linked with before -lX11, unlike the other
23818 # libraries we check for below, so use a different variable.
23819 # John Interrante, Karl Berry
23820 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
23821 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
23822 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
23823 echo $ECHO_N "(cached) $ECHO_C" >&6
23825 ac_check_lib_save_LIBS
=$LIBS
23826 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
23827 cat >conftest.
$ac_ext <<_ACEOF
23830 cat confdefs.h
>>conftest.
$ac_ext
23831 cat >>conftest.
$ac_ext <<_ACEOF
23832 /* end confdefs.h. */
23834 /* Override any gcc2 internal prototype to avoid an error. */
23838 /* We use char because int might match the return type of a gcc2
23839 builtin and then its argument prototype would still apply. */
23840 char IceConnectionNumber ();
23844 IceConnectionNumber ();
23849 rm -f conftest.
$ac_objext conftest
$ac_exeext
23850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23851 (eval $ac_link) 2>conftest.er1
23853 grep -v '^ *+' conftest.er1
>conftest.err
23855 cat conftest.err
>&5
23856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23857 (exit $ac_status); } &&
23858 { ac_try
='test -z "$ac_c_werror_flag"
23859 || test ! -s conftest.err'
23860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23861 (eval $ac_try) 2>&5
23863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23864 (exit $ac_status); }; } &&
23865 { ac_try
='test -s conftest$ac_exeext'
23866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23867 (eval $ac_try) 2>&5
23869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23870 (exit $ac_status); }; }; then
23871 ac_cv_lib_ICE_IceConnectionNumber
=yes
23873 echo "$as_me: failed program was:" >&5
23874 sed 's/^/| /' conftest.
$ac_ext >&5
23876 ac_cv_lib_ICE_IceConnectionNumber
=no
23878 rm -f conftest.err conftest.
$ac_objext \
23879 conftest
$ac_exeext conftest.
$ac_ext
23880 LIBS
=$ac_check_lib_save_LIBS
23882 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
23883 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
23884 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
23885 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
23888 LDFLAGS
=$ac_save_LDFLAGS
23893 if test "$no_x" = "yes"; then
23894 { { echo "$as_me:$LINENO: error: X11 not found" >&5
23895 echo "$as_me: error: X11 not found" >&2;}
23896 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
23899 GUI_TK_LIBRARY
="$X_LIBS"
23900 TOOLKIT_INCLUDE
="$X_CFLAGS"
23901 AFMINSTALL
=afminstall
23902 COMPILED_X_PROGRAM
=0
23904 if test "$wxUSE_NANOX" = "yes"; then
23905 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
23906 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
23907 if test "x$MICROWIN" = x
; then
23908 echo "$as_me:$LINENO: result: not found" >&5
23909 echo "${ECHO_T}not found" >&6
23910 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
23911 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
23912 { (exit 1); exit 1; }; }
23914 echo "$as_me:$LINENO: result: $MICROWIN" >&5
23915 echo "${ECHO_T}$MICROWIN" >&6
23916 cat >>confdefs.h
<<\_ACEOF
23917 #define wxUSE_NANOX 1
23923 if test "$wxUSE_UNICODE" = "yes"; then
23927 if test -z "$PKG_CONFIG"; then
23928 # Extract the first word of "pkg-config", so it can be a program name with args.
23929 set dummy pkg
-config; ac_word
=$2
23930 echo "$as_me:$LINENO: checking for $ac_word" >&5
23931 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
23932 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
23933 echo $ECHO_N "(cached) $ECHO_C" >&6
23935 case $PKG_CONFIG in
23937 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
23940 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23941 for as_dir
in $PATH
23944 test -z "$as_dir" && as_dir
=.
23945 for ac_exec_ext
in '' $ac_executable_extensions; do
23946 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23947 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23954 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
23958 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
23960 if test -n "$PKG_CONFIG"; then
23961 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
23962 echo "${ECHO_T}$PKG_CONFIG" >&6
23964 echo "$as_me:$LINENO: result: no" >&5
23965 echo "${ECHO_T}no" >&6
23970 if test "$PKG_CONFIG" = "no" ; then
23971 echo "*** The pkg-config script could not be found. Make sure it is"
23972 echo "*** in your path, or set the PKG_CONFIG environment variable"
23973 echo "*** to the full path to pkg-config."
23974 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
23976 PKG_CONFIG_MIN_VERSION
=0.9.0
23977 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
23978 echo "$as_me:$LINENO: checking for pangox" >&5
23979 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
23981 if $PKG_CONFIG --exists "pangox" ; then
23982 echo "$as_me:$LINENO: result: yes" >&5
23983 echo "${ECHO_T}yes" >&6
23986 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
23987 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
23988 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
23989 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
23990 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
23992 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
23993 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
23994 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
23995 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
23996 echo "${ECHO_T}$PANGOX_LIBS" >&6
24000 ## If we have a custom action on failure, don't print errors, but
24001 ## do set a variable so people can do so.
24002 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
24009 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
24010 echo "*** See http://www.freedesktop.org/software/pkgconfig"
24014 if test $succeeded = yes; then
24016 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
24017 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
24021 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
24022 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
24023 { (exit 1); exit 1; }; }
24031 if test -z "$PKG_CONFIG"; then
24032 # Extract the first word of "pkg-config", so it can be a program name with args.
24033 set dummy pkg
-config; ac_word
=$2
24034 echo "$as_me:$LINENO: checking for $ac_word" >&5
24035 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24036 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24037 echo $ECHO_N "(cached) $ECHO_C" >&6
24039 case $PKG_CONFIG in
24041 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24044 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24045 for as_dir
in $PATH
24048 test -z "$as_dir" && as_dir
=.
24049 for ac_exec_ext
in '' $ac_executable_extensions; do
24050 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24051 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24052 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24058 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
24062 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
24064 if test -n "$PKG_CONFIG"; then
24065 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24066 echo "${ECHO_T}$PKG_CONFIG" >&6
24068 echo "$as_me:$LINENO: result: no" >&5
24069 echo "${ECHO_T}no" >&6
24074 if test "$PKG_CONFIG" = "no" ; then
24075 echo "*** The pkg-config script could not be found. Make sure it is"
24076 echo "*** in your path, or set the PKG_CONFIG environment variable"
24077 echo "*** to the full path to pkg-config."
24078 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
24080 PKG_CONFIG_MIN_VERSION
=0.9.0
24081 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
24082 echo "$as_me:$LINENO: checking for pangoft2" >&5
24083 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
24085 if $PKG_CONFIG --exists "pangoft2" ; then
24086 echo "$as_me:$LINENO: result: yes" >&5
24087 echo "${ECHO_T}yes" >&6
24090 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
24091 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
24092 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
24093 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
24094 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
24096 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
24097 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
24098 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
24099 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
24100 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
24104 ## If we have a custom action on failure, don't print errors, but
24105 ## do set a variable so people can do so.
24106 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
24113 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
24114 echo "*** See http://www.freedesktop.org/software/pkgconfig"
24118 if test $succeeded = yes; then
24120 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
24121 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
24125 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
24126 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
24127 wxUSE_PRINTING_ARCHITECTURE
="no"
24135 if test -z "$PKG_CONFIG"; then
24136 # Extract the first word of "pkg-config", so it can be a program name with args.
24137 set dummy pkg
-config; ac_word
=$2
24138 echo "$as_me:$LINENO: checking for $ac_word" >&5
24139 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24140 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24141 echo $ECHO_N "(cached) $ECHO_C" >&6
24143 case $PKG_CONFIG in
24145 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24148 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24149 for as_dir
in $PATH
24152 test -z "$as_dir" && as_dir
=.
24153 for ac_exec_ext
in '' $ac_executable_extensions; do
24154 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24155 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24162 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
24166 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
24168 if test -n "$PKG_CONFIG"; then
24169 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24170 echo "${ECHO_T}$PKG_CONFIG" >&6
24172 echo "$as_me:$LINENO: result: no" >&5
24173 echo "${ECHO_T}no" >&6
24178 if test "$PKG_CONFIG" = "no" ; then
24179 echo "*** The pkg-config script could not be found. Make sure it is"
24180 echo "*** in your path, or set the PKG_CONFIG environment variable"
24181 echo "*** to the full path to pkg-config."
24182 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
24184 PKG_CONFIG_MIN_VERSION
=0.9.0
24185 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
24186 echo "$as_me:$LINENO: checking for pangoxft" >&5
24187 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
24189 if $PKG_CONFIG --exists "pangoxft" ; then
24190 echo "$as_me:$LINENO: result: yes" >&5
24191 echo "${ECHO_T}yes" >&6
24194 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
24195 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
24196 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
24197 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
24198 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
24200 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
24201 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
24202 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
24203 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
24204 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
24208 ## If we have a custom action on failure, don't print errors, but
24209 ## do set a variable so people can do so.
24210 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
24217 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
24218 echo "*** See http://www.freedesktop.org/software/pkgconfig"
24222 if test $succeeded = yes; then
24224 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
24225 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
24229 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
24230 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
24237 wxUSE_UNIVERSAL
="yes"
24239 if test "$wxUSE_NANOX" = "yes"; then
24240 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
24241 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"
24242 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
24244 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
24247 TOOLKIT_VPATH
="\${top_srcdir}/src/x11"
24252 if test "$wxUSE_MOTIF" = 1; then
24253 if test "$no_x" = yes; then
24254 # Not all programs may use this symbol, but it does not hurt to define it.
24256 cat >>confdefs.h
<<\_ACEOF
24257 #define X_DISPLAY_MISSING 1
24260 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
24262 if test -n "$x_includes"; then
24263 X_CFLAGS
="$X_CFLAGS -I$x_includes"
24266 # It would also be nice to do this for all -L options, not just this one.
24267 if test -n "$x_libraries"; then
24268 X_LIBS
="$X_LIBS -L$x_libraries"
24269 # For Solaris; some versions of Sun CC require a space after -R and
24270 # others require no space. Words are not sufficient . . . .
24271 case `(uname -sr) 2>/dev/null` in
24273 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
24274 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
24275 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
24276 cat >conftest.
$ac_ext <<_ACEOF
24279 cat confdefs.h
>>conftest.
$ac_ext
24280 cat >>conftest.
$ac_ext <<_ACEOF
24281 /* end confdefs.h. */
24291 rm -f conftest.
$ac_objext conftest
$ac_exeext
24292 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24293 (eval $ac_link) 2>conftest.er1
24295 grep -v '^ *+' conftest.er1
>conftest.err
24297 cat conftest.err
>&5
24298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24299 (exit $ac_status); } &&
24300 { ac_try
='test -z "$ac_c_werror_flag"
24301 || test ! -s conftest.err'
24302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24303 (eval $ac_try) 2>&5
24305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24306 (exit $ac_status); }; } &&
24307 { ac_try
='test -s conftest$ac_exeext'
24308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24309 (eval $ac_try) 2>&5
24311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24312 (exit $ac_status); }; }; then
24315 echo "$as_me: failed program was:" >&5
24316 sed 's/^/| /' conftest.
$ac_ext >&5
24320 rm -f conftest.err conftest.
$ac_objext \
24321 conftest
$ac_exeext conftest.
$ac_ext
24322 if test $ac_R_nospace = yes; then
24323 echo "$as_me:$LINENO: result: no" >&5
24324 echo "${ECHO_T}no" >&6
24325 X_LIBS
="$X_LIBS -R$x_libraries"
24327 LIBS
="$ac_xsave_LIBS -R $x_libraries"
24328 cat >conftest.
$ac_ext <<_ACEOF
24331 cat confdefs.h
>>conftest.
$ac_ext
24332 cat >>conftest.
$ac_ext <<_ACEOF
24333 /* end confdefs.h. */
24343 rm -f conftest.
$ac_objext conftest
$ac_exeext
24344 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24345 (eval $ac_link) 2>conftest.er1
24347 grep -v '^ *+' conftest.er1
>conftest.err
24349 cat conftest.err
>&5
24350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24351 (exit $ac_status); } &&
24352 { ac_try
='test -z "$ac_c_werror_flag"
24353 || test ! -s conftest.err'
24354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24355 (eval $ac_try) 2>&5
24357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24358 (exit $ac_status); }; } &&
24359 { ac_try
='test -s conftest$ac_exeext'
24360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24361 (eval $ac_try) 2>&5
24363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24364 (exit $ac_status); }; }; then
24367 echo "$as_me: failed program was:" >&5
24368 sed 's/^/| /' conftest.
$ac_ext >&5
24372 rm -f conftest.err conftest.
$ac_objext \
24373 conftest
$ac_exeext conftest.
$ac_ext
24374 if test $ac_R_space = yes; then
24375 echo "$as_me:$LINENO: result: yes" >&5
24376 echo "${ECHO_T}yes" >&6
24377 X_LIBS
="$X_LIBS -R $x_libraries"
24379 echo "$as_me:$LINENO: result: neither works" >&5
24380 echo "${ECHO_T}neither works" >&6
24383 LIBS
=$ac_xsave_LIBS
24387 # Check for system-dependent libraries X programs must link with.
24388 # Do this before checking for the system-independent R6 libraries
24389 # (-lICE), since we may need -lsocket or whatever for X linking.
24391 if test "$ISC" = yes; then
24392 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
24394 # Martyn Johnson says this is needed for Ultrix, if the X
24395 # libraries were built with DECnet support. And Karl Berry says
24396 # the Alpha needs dnet_stub (dnet does not exist).
24397 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
24398 cat >conftest.
$ac_ext <<_ACEOF
24401 cat confdefs.h
>>conftest.
$ac_ext
24402 cat >>conftest.
$ac_ext <<_ACEOF
24403 /* end confdefs.h. */
24405 /* Override any gcc2 internal prototype to avoid an error. */
24409 /* We use char because int might match the return type of a gcc2
24410 builtin and then its argument prototype would still apply. */
24411 char XOpenDisplay ();
24420 rm -f conftest.
$ac_objext conftest
$ac_exeext
24421 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24422 (eval $ac_link) 2>conftest.er1
24424 grep -v '^ *+' conftest.er1
>conftest.err
24426 cat conftest.err
>&5
24427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24428 (exit $ac_status); } &&
24429 { ac_try
='test -z "$ac_c_werror_flag"
24430 || test ! -s conftest.err'
24431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24432 (eval $ac_try) 2>&5
24434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24435 (exit $ac_status); }; } &&
24436 { ac_try
='test -s conftest$ac_exeext'
24437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24438 (eval $ac_try) 2>&5
24440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24441 (exit $ac_status); }; }; then
24444 echo "$as_me: failed program was:" >&5
24445 sed 's/^/| /' conftest.
$ac_ext >&5
24447 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
24448 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
24449 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
24450 echo $ECHO_N "(cached) $ECHO_C" >&6
24452 ac_check_lib_save_LIBS
=$LIBS
24453 LIBS
="-ldnet $LIBS"
24454 cat >conftest.
$ac_ext <<_ACEOF
24457 cat confdefs.h
>>conftest.
$ac_ext
24458 cat >>conftest.
$ac_ext <<_ACEOF
24459 /* end confdefs.h. */
24461 /* Override any gcc2 internal prototype to avoid an error. */
24465 /* We use char because int might match the return type of a gcc2
24466 builtin and then its argument prototype would still apply. */
24476 rm -f conftest.
$ac_objext conftest
$ac_exeext
24477 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24478 (eval $ac_link) 2>conftest.er1
24480 grep -v '^ *+' conftest.er1
>conftest.err
24482 cat conftest.err
>&5
24483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24484 (exit $ac_status); } &&
24485 { ac_try
='test -z "$ac_c_werror_flag"
24486 || test ! -s conftest.err'
24487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24488 (eval $ac_try) 2>&5
24490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24491 (exit $ac_status); }; } &&
24492 { ac_try
='test -s conftest$ac_exeext'
24493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24494 (eval $ac_try) 2>&5
24496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24497 (exit $ac_status); }; }; then
24498 ac_cv_lib_dnet_dnet_ntoa
=yes
24500 echo "$as_me: failed program was:" >&5
24501 sed 's/^/| /' conftest.
$ac_ext >&5
24503 ac_cv_lib_dnet_dnet_ntoa
=no
24505 rm -f conftest.err conftest.
$ac_objext \
24506 conftest
$ac_exeext conftest.
$ac_ext
24507 LIBS
=$ac_check_lib_save_LIBS
24509 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
24510 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
24511 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
24512 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
24515 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
24516 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
24517 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
24518 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
24519 echo $ECHO_N "(cached) $ECHO_C" >&6
24521 ac_check_lib_save_LIBS
=$LIBS
24522 LIBS
="-ldnet_stub $LIBS"
24523 cat >conftest.
$ac_ext <<_ACEOF
24526 cat confdefs.h
>>conftest.
$ac_ext
24527 cat >>conftest.
$ac_ext <<_ACEOF
24528 /* end confdefs.h. */
24530 /* Override any gcc2 internal prototype to avoid an error. */
24534 /* We use char because int might match the return type of a gcc2
24535 builtin and then its argument prototype would still apply. */
24545 rm -f conftest.
$ac_objext conftest
$ac_exeext
24546 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24547 (eval $ac_link) 2>conftest.er1
24549 grep -v '^ *+' conftest.er1
>conftest.err
24551 cat conftest.err
>&5
24552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24553 (exit $ac_status); } &&
24554 { ac_try
='test -z "$ac_c_werror_flag"
24555 || test ! -s conftest.err'
24556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24557 (eval $ac_try) 2>&5
24559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24560 (exit $ac_status); }; } &&
24561 { ac_try
='test -s conftest$ac_exeext'
24562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24563 (eval $ac_try) 2>&5
24565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24566 (exit $ac_status); }; }; then
24567 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
24569 echo "$as_me: failed program was:" >&5
24570 sed 's/^/| /' conftest.
$ac_ext >&5
24572 ac_cv_lib_dnet_stub_dnet_ntoa
=no
24574 rm -f conftest.err conftest.
$ac_objext \
24575 conftest
$ac_exeext conftest.
$ac_ext
24576 LIBS
=$ac_check_lib_save_LIBS
24578 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
24579 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
24580 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
24581 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
24586 rm -f conftest.err conftest.
$ac_objext \
24587 conftest
$ac_exeext conftest.
$ac_ext
24588 LIBS
="$ac_xsave_LIBS"
24590 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
24591 # to get the SysV transport functions.
24592 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
24594 # The nsl library prevents programs from opening the X display
24595 # on Irix 5.2, according to T.E. Dickey.
24596 # The functions gethostbyname, getservbyname, and inet_addr are
24597 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
24598 echo "$as_me:$LINENO: checking for gethostbyname" >&5
24599 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
24600 if test "${ac_cv_func_gethostbyname+set}" = set; then
24601 echo $ECHO_N "(cached) $ECHO_C" >&6
24603 cat >conftest.
$ac_ext <<_ACEOF
24606 cat confdefs.h
>>conftest.
$ac_ext
24607 cat >>conftest.
$ac_ext <<_ACEOF
24608 /* end confdefs.h. */
24609 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
24610 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24611 #define gethostbyname innocuous_gethostbyname
24613 /* System header to define __stub macros and hopefully few prototypes,
24614 which can conflict with char gethostbyname (); below.
24615 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24616 <limits.h> exists even on freestanding compilers. */
24619 # include <limits.h>
24621 # include <assert.h>
24624 #undef gethostbyname
24626 /* Override any gcc2 internal prototype to avoid an error. */
24631 /* We use char because int might match the return type of a gcc2
24632 builtin and then its argument prototype would still apply. */
24633 char gethostbyname ();
24634 /* The GNU C library defines this for functions which it implements
24635 to always fail with ENOSYS. Some functions are actually named
24636 something starting with __ and the normal name is an alias. */
24637 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
24640 char (*f) () = gethostbyname;
24649 return f != gethostbyname;
24654 rm -f conftest.
$ac_objext conftest
$ac_exeext
24655 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24656 (eval $ac_link) 2>conftest.er1
24658 grep -v '^ *+' conftest.er1
>conftest.err
24660 cat conftest.err
>&5
24661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24662 (exit $ac_status); } &&
24663 { ac_try
='test -z "$ac_c_werror_flag"
24664 || test ! -s conftest.err'
24665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24666 (eval $ac_try) 2>&5
24668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24669 (exit $ac_status); }; } &&
24670 { ac_try
='test -s conftest$ac_exeext'
24671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24672 (eval $ac_try) 2>&5
24674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24675 (exit $ac_status); }; }; then
24676 ac_cv_func_gethostbyname
=yes
24678 echo "$as_me: failed program was:" >&5
24679 sed 's/^/| /' conftest.
$ac_ext >&5
24681 ac_cv_func_gethostbyname
=no
24683 rm -f conftest.err conftest.
$ac_objext \
24684 conftest
$ac_exeext conftest.
$ac_ext
24686 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
24687 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
24689 if test $ac_cv_func_gethostbyname = no
; then
24690 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
24691 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
24692 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
24693 echo $ECHO_N "(cached) $ECHO_C" >&6
24695 ac_check_lib_save_LIBS
=$LIBS
24697 cat >conftest.
$ac_ext <<_ACEOF
24700 cat confdefs.h
>>conftest.
$ac_ext
24701 cat >>conftest.
$ac_ext <<_ACEOF
24702 /* end confdefs.h. */
24704 /* Override any gcc2 internal prototype to avoid an error. */
24708 /* We use char because int might match the return type of a gcc2
24709 builtin and then its argument prototype would still apply. */
24710 char gethostbyname ();
24719 rm -f conftest.
$ac_objext conftest
$ac_exeext
24720 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24721 (eval $ac_link) 2>conftest.er1
24723 grep -v '^ *+' conftest.er1
>conftest.err
24725 cat conftest.err
>&5
24726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24727 (exit $ac_status); } &&
24728 { ac_try
='test -z "$ac_c_werror_flag"
24729 || test ! -s conftest.err'
24730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24731 (eval $ac_try) 2>&5
24733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24734 (exit $ac_status); }; } &&
24735 { ac_try
='test -s conftest$ac_exeext'
24736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24737 (eval $ac_try) 2>&5
24739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24740 (exit $ac_status); }; }; then
24741 ac_cv_lib_nsl_gethostbyname
=yes
24743 echo "$as_me: failed program was:" >&5
24744 sed 's/^/| /' conftest.
$ac_ext >&5
24746 ac_cv_lib_nsl_gethostbyname
=no
24748 rm -f conftest.err conftest.
$ac_objext \
24749 conftest
$ac_exeext conftest.
$ac_ext
24750 LIBS
=$ac_check_lib_save_LIBS
24752 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
24753 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
24754 if test $ac_cv_lib_nsl_gethostbyname = yes; then
24755 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
24758 if test $ac_cv_lib_nsl_gethostbyname = no
; then
24759 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
24760 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
24761 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
24762 echo $ECHO_N "(cached) $ECHO_C" >&6
24764 ac_check_lib_save_LIBS
=$LIBS
24766 cat >conftest.
$ac_ext <<_ACEOF
24769 cat confdefs.h
>>conftest.
$ac_ext
24770 cat >>conftest.
$ac_ext <<_ACEOF
24771 /* end confdefs.h. */
24773 /* Override any gcc2 internal prototype to avoid an error. */
24777 /* We use char because int might match the return type of a gcc2
24778 builtin and then its argument prototype would still apply. */
24779 char gethostbyname ();
24788 rm -f conftest.
$ac_objext conftest
$ac_exeext
24789 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24790 (eval $ac_link) 2>conftest.er1
24792 grep -v '^ *+' conftest.er1
>conftest.err
24794 cat conftest.err
>&5
24795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24796 (exit $ac_status); } &&
24797 { ac_try
='test -z "$ac_c_werror_flag"
24798 || test ! -s conftest.err'
24799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24800 (eval $ac_try) 2>&5
24802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24803 (exit $ac_status); }; } &&
24804 { ac_try
='test -s conftest$ac_exeext'
24805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24806 (eval $ac_try) 2>&5
24808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24809 (exit $ac_status); }; }; then
24810 ac_cv_lib_bsd_gethostbyname
=yes
24812 echo "$as_me: failed program was:" >&5
24813 sed 's/^/| /' conftest.
$ac_ext >&5
24815 ac_cv_lib_bsd_gethostbyname
=no
24817 rm -f conftest.err conftest.
$ac_objext \
24818 conftest
$ac_exeext conftest.
$ac_ext
24819 LIBS
=$ac_check_lib_save_LIBS
24821 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
24822 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
24823 if test $ac_cv_lib_bsd_gethostbyname = yes; then
24824 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
24830 # lieder@skyler.mavd.honeywell.com says without -lsocket,
24831 # socket/setsockopt and other routines are undefined under SCO ODT
24832 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
24833 # on later versions), says Simon Leinen: it contains gethostby*
24834 # variants that don't use the name server (or something). -lsocket
24835 # must be given before -lnsl if both are needed. We assume that
24836 # if connect needs -lnsl, so does gethostbyname.
24837 echo "$as_me:$LINENO: checking for connect" >&5
24838 echo $ECHO_N "checking for connect... $ECHO_C" >&6
24839 if test "${ac_cv_func_connect+set}" = set; then
24840 echo $ECHO_N "(cached) $ECHO_C" >&6
24842 cat >conftest.
$ac_ext <<_ACEOF
24845 cat confdefs.h
>>conftest.
$ac_ext
24846 cat >>conftest.
$ac_ext <<_ACEOF
24847 /* end confdefs.h. */
24848 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
24849 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24850 #define connect innocuous_connect
24852 /* System header to define __stub macros and hopefully few prototypes,
24853 which can conflict with char connect (); below.
24854 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24855 <limits.h> exists even on freestanding compilers. */
24858 # include <limits.h>
24860 # include <assert.h>
24865 /* Override any gcc2 internal prototype to avoid an error. */
24870 /* We use char because int might match the return type of a gcc2
24871 builtin and then its argument prototype would still apply. */
24873 /* The GNU C library defines this for functions which it implements
24874 to always fail with ENOSYS. Some functions are actually named
24875 something starting with __ and the normal name is an alias. */
24876 #if defined (__stub_connect) || defined (__stub___connect)
24879 char (*f) () = connect;
24888 return f != connect;
24893 rm -f conftest.
$ac_objext conftest
$ac_exeext
24894 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24895 (eval $ac_link) 2>conftest.er1
24897 grep -v '^ *+' conftest.er1
>conftest.err
24899 cat conftest.err
>&5
24900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24901 (exit $ac_status); } &&
24902 { ac_try
='test -z "$ac_c_werror_flag"
24903 || test ! -s conftest.err'
24904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24905 (eval $ac_try) 2>&5
24907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24908 (exit $ac_status); }; } &&
24909 { ac_try
='test -s conftest$ac_exeext'
24910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24911 (eval $ac_try) 2>&5
24913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24914 (exit $ac_status); }; }; then
24915 ac_cv_func_connect
=yes
24917 echo "$as_me: failed program was:" >&5
24918 sed 's/^/| /' conftest.
$ac_ext >&5
24920 ac_cv_func_connect
=no
24922 rm -f conftest.err conftest.
$ac_objext \
24923 conftest
$ac_exeext conftest.
$ac_ext
24925 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
24926 echo "${ECHO_T}$ac_cv_func_connect" >&6
24928 if test $ac_cv_func_connect = no
; then
24929 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
24930 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
24931 if test "${ac_cv_lib_socket_connect+set}" = set; then
24932 echo $ECHO_N "(cached) $ECHO_C" >&6
24934 ac_check_lib_save_LIBS
=$LIBS
24935 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
24936 cat >conftest.
$ac_ext <<_ACEOF
24939 cat confdefs.h
>>conftest.
$ac_ext
24940 cat >>conftest.
$ac_ext <<_ACEOF
24941 /* end confdefs.h. */
24943 /* Override any gcc2 internal prototype to avoid an error. */
24947 /* We use char because int might match the return type of a gcc2
24948 builtin and then its argument prototype would still apply. */
24958 rm -f conftest.
$ac_objext conftest
$ac_exeext
24959 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24960 (eval $ac_link) 2>conftest.er1
24962 grep -v '^ *+' conftest.er1
>conftest.err
24964 cat conftest.err
>&5
24965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24966 (exit $ac_status); } &&
24967 { ac_try
='test -z "$ac_c_werror_flag"
24968 || test ! -s conftest.err'
24969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24970 (eval $ac_try) 2>&5
24972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24973 (exit $ac_status); }; } &&
24974 { ac_try
='test -s conftest$ac_exeext'
24975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24976 (eval $ac_try) 2>&5
24978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24979 (exit $ac_status); }; }; then
24980 ac_cv_lib_socket_connect
=yes
24982 echo "$as_me: failed program was:" >&5
24983 sed 's/^/| /' conftest.
$ac_ext >&5
24985 ac_cv_lib_socket_connect
=no
24987 rm -f conftest.err conftest.
$ac_objext \
24988 conftest
$ac_exeext conftest.
$ac_ext
24989 LIBS
=$ac_check_lib_save_LIBS
24991 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
24992 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
24993 if test $ac_cv_lib_socket_connect = yes; then
24994 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
24999 # Guillermo Gomez says -lposix is necessary on A/UX.
25000 echo "$as_me:$LINENO: checking for remove" >&5
25001 echo $ECHO_N "checking for remove... $ECHO_C" >&6
25002 if test "${ac_cv_func_remove+set}" = set; then
25003 echo $ECHO_N "(cached) $ECHO_C" >&6
25005 cat >conftest.
$ac_ext <<_ACEOF
25008 cat confdefs.h
>>conftest.
$ac_ext
25009 cat >>conftest.
$ac_ext <<_ACEOF
25010 /* end confdefs.h. */
25011 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
25012 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25013 #define remove innocuous_remove
25015 /* System header to define __stub macros and hopefully few prototypes,
25016 which can conflict with char remove (); below.
25017 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25018 <limits.h> exists even on freestanding compilers. */
25021 # include <limits.h>
25023 # include <assert.h>
25028 /* Override any gcc2 internal prototype to avoid an error. */
25033 /* We use char because int might match the return type of a gcc2
25034 builtin and then its argument prototype would still apply. */
25036 /* The GNU C library defines this for functions which it implements
25037 to always fail with ENOSYS. Some functions are actually named
25038 something starting with __ and the normal name is an alias. */
25039 #if defined (__stub_remove) || defined (__stub___remove)
25042 char (*f) () = remove;
25051 return f != remove;
25056 rm -f conftest.
$ac_objext conftest
$ac_exeext
25057 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25058 (eval $ac_link) 2>conftest.er1
25060 grep -v '^ *+' conftest.er1
>conftest.err
25062 cat conftest.err
>&5
25063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25064 (exit $ac_status); } &&
25065 { ac_try
='test -z "$ac_c_werror_flag"
25066 || test ! -s conftest.err'
25067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25068 (eval $ac_try) 2>&5
25070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25071 (exit $ac_status); }; } &&
25072 { ac_try
='test -s conftest$ac_exeext'
25073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25074 (eval $ac_try) 2>&5
25076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25077 (exit $ac_status); }; }; then
25078 ac_cv_func_remove
=yes
25080 echo "$as_me: failed program was:" >&5
25081 sed 's/^/| /' conftest.
$ac_ext >&5
25083 ac_cv_func_remove
=no
25085 rm -f conftest.err conftest.
$ac_objext \
25086 conftest
$ac_exeext conftest.
$ac_ext
25088 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
25089 echo "${ECHO_T}$ac_cv_func_remove" >&6
25091 if test $ac_cv_func_remove = no
; then
25092 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
25093 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
25094 if test "${ac_cv_lib_posix_remove+set}" = set; then
25095 echo $ECHO_N "(cached) $ECHO_C" >&6
25097 ac_check_lib_save_LIBS
=$LIBS
25098 LIBS
="-lposix $LIBS"
25099 cat >conftest.
$ac_ext <<_ACEOF
25102 cat confdefs.h
>>conftest.
$ac_ext
25103 cat >>conftest.
$ac_ext <<_ACEOF
25104 /* end confdefs.h. */
25106 /* Override any gcc2 internal prototype to avoid an error. */
25110 /* We use char because int might match the return type of a gcc2
25111 builtin and then its argument prototype would still apply. */
25121 rm -f conftest.
$ac_objext conftest
$ac_exeext
25122 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25123 (eval $ac_link) 2>conftest.er1
25125 grep -v '^ *+' conftest.er1
>conftest.err
25127 cat conftest.err
>&5
25128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25129 (exit $ac_status); } &&
25130 { ac_try
='test -z "$ac_c_werror_flag"
25131 || test ! -s conftest.err'
25132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25133 (eval $ac_try) 2>&5
25135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25136 (exit $ac_status); }; } &&
25137 { ac_try
='test -s conftest$ac_exeext'
25138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25139 (eval $ac_try) 2>&5
25141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25142 (exit $ac_status); }; }; then
25143 ac_cv_lib_posix_remove
=yes
25145 echo "$as_me: failed program was:" >&5
25146 sed 's/^/| /' conftest.
$ac_ext >&5
25148 ac_cv_lib_posix_remove
=no
25150 rm -f conftest.err conftest.
$ac_objext \
25151 conftest
$ac_exeext conftest.
$ac_ext
25152 LIBS
=$ac_check_lib_save_LIBS
25154 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
25155 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
25156 if test $ac_cv_lib_posix_remove = yes; then
25157 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
25162 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
25163 echo "$as_me:$LINENO: checking for shmat" >&5
25164 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
25165 if test "${ac_cv_func_shmat+set}" = set; then
25166 echo $ECHO_N "(cached) $ECHO_C" >&6
25168 cat >conftest.
$ac_ext <<_ACEOF
25171 cat confdefs.h
>>conftest.
$ac_ext
25172 cat >>conftest.
$ac_ext <<_ACEOF
25173 /* end confdefs.h. */
25174 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
25175 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25176 #define shmat innocuous_shmat
25178 /* System header to define __stub macros and hopefully few prototypes,
25179 which can conflict with char shmat (); below.
25180 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25181 <limits.h> exists even on freestanding compilers. */
25184 # include <limits.h>
25186 # include <assert.h>
25191 /* Override any gcc2 internal prototype to avoid an error. */
25196 /* We use char because int might match the return type of a gcc2
25197 builtin and then its argument prototype would still apply. */
25199 /* The GNU C library defines this for functions which it implements
25200 to always fail with ENOSYS. Some functions are actually named
25201 something starting with __ and the normal name is an alias. */
25202 #if defined (__stub_shmat) || defined (__stub___shmat)
25205 char (*f) () = shmat;
25219 rm -f conftest.
$ac_objext conftest
$ac_exeext
25220 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25221 (eval $ac_link) 2>conftest.er1
25223 grep -v '^ *+' conftest.er1
>conftest.err
25225 cat conftest.err
>&5
25226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25227 (exit $ac_status); } &&
25228 { ac_try
='test -z "$ac_c_werror_flag"
25229 || test ! -s conftest.err'
25230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25231 (eval $ac_try) 2>&5
25233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25234 (exit $ac_status); }; } &&
25235 { ac_try
='test -s conftest$ac_exeext'
25236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25237 (eval $ac_try) 2>&5
25239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25240 (exit $ac_status); }; }; then
25241 ac_cv_func_shmat
=yes
25243 echo "$as_me: failed program was:" >&5
25244 sed 's/^/| /' conftest.
$ac_ext >&5
25246 ac_cv_func_shmat
=no
25248 rm -f conftest.err conftest.
$ac_objext \
25249 conftest
$ac_exeext conftest.
$ac_ext
25251 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
25252 echo "${ECHO_T}$ac_cv_func_shmat" >&6
25254 if test $ac_cv_func_shmat = no
; then
25255 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
25256 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
25257 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
25258 echo $ECHO_N "(cached) $ECHO_C" >&6
25260 ac_check_lib_save_LIBS
=$LIBS
25262 cat >conftest.
$ac_ext <<_ACEOF
25265 cat confdefs.h
>>conftest.
$ac_ext
25266 cat >>conftest.
$ac_ext <<_ACEOF
25267 /* end confdefs.h. */
25269 /* Override any gcc2 internal prototype to avoid an error. */
25273 /* We use char because int might match the return type of a gcc2
25274 builtin and then its argument prototype would still apply. */
25284 rm -f conftest.
$ac_objext conftest
$ac_exeext
25285 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25286 (eval $ac_link) 2>conftest.er1
25288 grep -v '^ *+' conftest.er1
>conftest.err
25290 cat conftest.err
>&5
25291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25292 (exit $ac_status); } &&
25293 { ac_try
='test -z "$ac_c_werror_flag"
25294 || test ! -s conftest.err'
25295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25296 (eval $ac_try) 2>&5
25298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25299 (exit $ac_status); }; } &&
25300 { ac_try
='test -s conftest$ac_exeext'
25301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25302 (eval $ac_try) 2>&5
25304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25305 (exit $ac_status); }; }; then
25306 ac_cv_lib_ipc_shmat
=yes
25308 echo "$as_me: failed program was:" >&5
25309 sed 's/^/| /' conftest.
$ac_ext >&5
25311 ac_cv_lib_ipc_shmat
=no
25313 rm -f conftest.err conftest.
$ac_objext \
25314 conftest
$ac_exeext conftest.
$ac_ext
25315 LIBS
=$ac_check_lib_save_LIBS
25317 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
25318 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
25319 if test $ac_cv_lib_ipc_shmat = yes; then
25320 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
25326 # Check for libraries that X11R6 Xt/Xaw programs need.
25327 ac_save_LDFLAGS
=$LDFLAGS
25328 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
25329 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
25330 # check for ICE first), but we must link in the order -lSM -lICE or
25331 # we get undefined symbols. So assume we have SM if we have ICE.
25332 # These have to be linked with before -lX11, unlike the other
25333 # libraries we check for below, so use a different variable.
25334 # John Interrante, Karl Berry
25335 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
25336 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
25337 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
25338 echo $ECHO_N "(cached) $ECHO_C" >&6
25340 ac_check_lib_save_LIBS
=$LIBS
25341 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
25342 cat >conftest.
$ac_ext <<_ACEOF
25345 cat confdefs.h
>>conftest.
$ac_ext
25346 cat >>conftest.
$ac_ext <<_ACEOF
25347 /* end confdefs.h. */
25349 /* Override any gcc2 internal prototype to avoid an error. */
25353 /* We use char because int might match the return type of a gcc2
25354 builtin and then its argument prototype would still apply. */
25355 char IceConnectionNumber ();
25359 IceConnectionNumber ();
25364 rm -f conftest.
$ac_objext conftest
$ac_exeext
25365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25366 (eval $ac_link) 2>conftest.er1
25368 grep -v '^ *+' conftest.er1
>conftest.err
25370 cat conftest.err
>&5
25371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25372 (exit $ac_status); } &&
25373 { ac_try
='test -z "$ac_c_werror_flag"
25374 || test ! -s conftest.err'
25375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25376 (eval $ac_try) 2>&5
25378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25379 (exit $ac_status); }; } &&
25380 { ac_try
='test -s conftest$ac_exeext'
25381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25382 (eval $ac_try) 2>&5
25384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25385 (exit $ac_status); }; }; then
25386 ac_cv_lib_ICE_IceConnectionNumber
=yes
25388 echo "$as_me: failed program was:" >&5
25389 sed 's/^/| /' conftest.
$ac_ext >&5
25391 ac_cv_lib_ICE_IceConnectionNumber
=no
25393 rm -f conftest.err conftest.
$ac_objext \
25394 conftest
$ac_exeext conftest.
$ac_ext
25395 LIBS
=$ac_check_lib_save_LIBS
25397 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
25398 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
25399 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
25400 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
25403 LDFLAGS
=$ac_save_LDFLAGS
25408 if test "$no_x" = "yes"; then
25409 { { echo "$as_me:$LINENO: error: X11 not found" >&5
25410 echo "$as_me: error: X11 not found" >&2;}
25411 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
25414 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//'`
25415 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
25416 AFMINSTALL
=afminstall
25417 COMPILED_X_PROGRAM
=0
25419 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
25420 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
25423 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
25425 if test -f "$ac_dir/Xm/Xm.h"; then
25426 ac_find_includes
=$ac_dir
25431 if test "$ac_find_includes" != "" ; then
25432 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
25433 echo "${ECHO_T}found in $ac_find_includes" >&6
25435 if test "x$ac_find_includes" = "x/usr/include"; then
25436 ac_path_to_include
=""
25438 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
25440 if test $result = 0; then
25441 ac_path_to_include
=""
25443 ac_path_to_include
=" -I$ac_find_includes"
25447 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
25449 cat >conftest.
$ac_ext <<_ACEOF
25452 cat confdefs.h
>>conftest.
$ac_ext
25453 cat >>conftest.
$ac_ext <<_ACEOF
25454 /* end confdefs.h. */
25463 version = xmUseVersion;
25469 rm -f conftest.
$ac_objext
25470 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25471 (eval $ac_compile) 2>conftest.er1
25473 grep -v '^ *+' conftest.er1
>conftest.err
25475 cat conftest.err
>&5
25476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25477 (exit $ac_status); } &&
25478 { ac_try
='test -z "$ac_c_werror_flag"
25479 || test ! -s conftest.err'
25480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25481 (eval $ac_try) 2>&5
25483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25484 (exit $ac_status); }; } &&
25485 { ac_try
='test -s conftest.$ac_objext'
25486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25487 (eval $ac_try) 2>&5
25489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25490 (exit $ac_status); }; }; then
25492 echo "$as_me:$LINENO: result: found in default search path" >&5
25493 echo "${ECHO_T}found in default search path" >&6
25494 COMPILED_X_PROGRAM
=1
25497 echo "$as_me: failed program was:" >&5
25498 sed 's/^/| /' conftest.
$ac_ext >&5
25501 echo "$as_me:$LINENO: result: no" >&5
25502 echo "${ECHO_T}no" >&6
25503 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
25504 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
25505 { (exit 1); exit 1; }; }
25509 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25512 if test "$COMPILED_X_PROGRAM" = 0; then
25513 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
25514 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
25517 for ac_dir
in $SEARCH_LIB /usr
/lib
;
25519 for ac_extension
in a so sl dylib
; do
25520 if test -f "$ac_dir/libXm.$ac_extension"; then
25521 ac_find_libraries
=$ac_dir
25527 if test "$ac_find_libraries" != "" ; then
25528 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
25529 echo "${ECHO_T}found at $ac_find_libraries" >&6
25532 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
25534 if test $result = 0; then
25537 ac_path_to_link
=" -L$ac_find_libraries"
25540 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
25542 save_CFLAGS
=$CFLAGS
25543 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
25545 cat >conftest.
$ac_ext <<_ACEOF
25548 cat confdefs.h
>>conftest.
$ac_ext
25549 cat >>conftest.
$ac_ext <<_ACEOF
25550 /* end confdefs.h. */
25559 version = xmUseVersion;
25565 rm -f conftest.
$ac_objext
25566 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25567 (eval $ac_compile) 2>conftest.er1
25569 grep -v '^ *+' conftest.er1
>conftest.err
25571 cat conftest.err
>&5
25572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25573 (exit $ac_status); } &&
25574 { ac_try
='test -z "$ac_c_werror_flag"
25575 || test ! -s conftest.err'
25576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25577 (eval $ac_try) 2>&5
25579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25580 (exit $ac_status); }; } &&
25581 { ac_try
='test -s conftest.$ac_objext'
25582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25583 (eval $ac_try) 2>&5
25585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25586 (exit $ac_status); }; }; then
25588 echo "$as_me:$LINENO: result: found in default search path" >&5
25589 echo "${ECHO_T}found in default search path" >&6
25590 COMPILED_X_PROGRAM
=1
25593 echo "$as_me: failed program was:" >&5
25594 sed 's/^/| /' conftest.
$ac_ext >&5
25597 echo "$as_me:$LINENO: result: no" >&5
25598 echo "${ECHO_T}no" >&6
25599 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
25600 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
25601 { (exit 1); exit 1; }; }
25605 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25607 CFLAGS
=$save_CFLAGS
25611 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
25612 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
25616 for libp
in "" " -lXp"; do
25617 if test "$libs_found" = "0"; then
25618 for libsm_ice
in "" " -lSM -lICE"; do
25619 if test "$libs_found" = "0"; then
25621 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
25622 save_CFLAGS
=$CFLAGS
25623 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
25625 cat >conftest.
$ac_ext <<_ACEOF
25628 cat confdefs.h
>>conftest.
$ac_ext
25629 cat >>conftest.
$ac_ext <<_ACEOF
25630 /* end confdefs.h. */
25633 #include <Xm/List.h>
25639 XmString string = NULL;
25642 XmListAddItem(w, string, position);
25648 rm -f conftest.
$ac_objext conftest
$ac_exeext
25649 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25650 (eval $ac_link) 2>conftest.er1
25652 grep -v '^ *+' conftest.er1
>conftest.err
25654 cat conftest.err
>&5
25655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25656 (exit $ac_status); } &&
25657 { ac_try
='test -z "$ac_c_werror_flag"
25658 || test ! -s conftest.err'
25659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25660 (eval $ac_try) 2>&5
25662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25663 (exit $ac_status); }; } &&
25664 { ac_try
='test -s conftest$ac_exeext'
25665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25666 (eval $ac_try) 2>&5
25668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25669 (exit $ac_status); }; }; then
25672 libsm_ice_link
="$libsm_ice"
25673 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
25674 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
25678 echo "$as_me: failed program was:" >&5
25679 sed 's/^/| /' conftest.
$ac_ext >&5
25684 rm -f conftest.err conftest.
$ac_objext \
25685 conftest
$ac_exeext conftest.
$ac_ext
25688 CFLAGS
=$save_CFLAGS
25694 if test "$libs_found" = "0"; then
25695 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
25696 echo "${ECHO_T}can't find the right libraries" >&6
25697 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
25698 echo "$as_me: error: can't link a simple motif program" >&2;}
25699 { (exit 1); exit 1; }; }
25702 save_CFLAGS
=$CFLAGS
25703 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
25704 echo "$as_me:$LINENO: checking for Motif 2" >&5
25705 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
25706 cat >conftest.
$ac_ext <<_ACEOF
25709 cat confdefs.h
>>conftest.
$ac_ext
25710 cat >>conftest.
$ac_ext <<_ACEOF
25711 /* end confdefs.h. */
25719 #if XmVersion < 2000
25720 #error "Not Motif 2"
25727 rm -f conftest.
$ac_objext
25728 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25729 (eval $ac_compile) 2>conftest.er1
25731 grep -v '^ *+' conftest.er1
>conftest.err
25733 cat conftest.err
>&5
25734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25735 (exit $ac_status); } &&
25736 { ac_try
='test -z "$ac_c_werror_flag"
25737 || test ! -s conftest.err'
25738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25739 (eval $ac_try) 2>&5
25741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25742 (exit $ac_status); }; } &&
25743 { ac_try
='test -s conftest.$ac_objext'
25744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25745 (eval $ac_try) 2>&5
25747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25748 (exit $ac_status); }; }; then
25750 cat >>confdefs.h
<<\_ACEOF
25751 #define __WXMOTIF20__ 1
25754 echo "$as_me:$LINENO: result: found" >&5
25755 echo "${ECHO_T}found" >&6
25758 echo "$as_me: failed program was:" >&5
25759 sed 's/^/| /' conftest.
$ac_ext >&5
25762 cat >>confdefs.h
<<\_ACEOF
25763 #define __WXMOTIF20__ 0
25766 echo "$as_me:$LINENO: result: not found" >&5
25767 echo "${ECHO_T}not found" >&6
25770 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25771 CFLAGS
=$save_CFLAGS
25773 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
25774 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
25779 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
25780 if test "$wxUSE_LIBXPM" = "sys"; then
25781 echo "$as_me:$LINENO: checking for Xpm library" >&5
25782 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
25785 for ac_dir
in $SEARCH_LIB /usr
/lib
;
25787 for ac_extension
in a so sl dylib
; do
25788 if test -f "$ac_dir/libXpm.$ac_extension"; then
25789 ac_find_libraries
=$ac_dir
25795 if test "$ac_find_libraries" != "" ; then
25797 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
25799 if test $result = 0; then
25802 ac_path_to_link
=" -L$ac_find_libraries"
25805 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
25806 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
25807 echo "${ECHO_T}found at $ac_find_libraries" >&6
25809 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
25810 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
25811 if test "${wx_cv_x11_xpm_h+set}" = set; then
25812 echo $ECHO_N "(cached) $ECHO_C" >&6
25815 save_CFLAGS
=$CFLAGS
25816 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
25818 cat >conftest.
$ac_ext <<_ACEOF
25821 cat confdefs.h
>>conftest.
$ac_ext
25822 cat >>conftest.
$ac_ext <<_ACEOF
25823 /* end confdefs.h. */
25825 #include <X11/xpm.h>
25832 version = XpmLibraryVersion();
25838 rm -f conftest.
$ac_objext
25839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25840 (eval $ac_compile) 2>conftest.er1
25842 grep -v '^ *+' conftest.er1
>conftest.err
25844 cat conftest.err
>&5
25845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25846 (exit $ac_status); } &&
25847 { ac_try
='test -z "$ac_c_werror_flag"
25848 || test ! -s conftest.err'
25849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25850 (eval $ac_try) 2>&5
25852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25853 (exit $ac_status); }; } &&
25854 { ac_try
='test -s conftest.$ac_objext'
25855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25856 (eval $ac_try) 2>&5
25858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25859 (exit $ac_status); }; }; then
25860 wx_cv_x11_xpm_h
=yes
25862 echo "$as_me: failed program was:" >&5
25863 sed 's/^/| /' conftest.
$ac_ext >&5
25868 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25870 CFLAGS
=$save_CFLAGS
25874 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
25875 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
25877 if test $wx_cv_x11_xpm_h = "yes"; then
25878 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
25879 cat >>confdefs.h
<<\_ACEOF
25880 #define wxHAVE_LIB_XPM 1
25884 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
25885 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
25891 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
25892 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
25893 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
25894 echo $ECHO_N "(cached) $ECHO_C" >&6
25896 ac_check_lib_save_LIBS
=$LIBS
25897 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
25898 cat >conftest.
$ac_ext <<_ACEOF
25901 cat confdefs.h
>>conftest.
$ac_ext
25902 cat >>conftest.
$ac_ext <<_ACEOF
25903 /* end confdefs.h. */
25905 /* Override any gcc2 internal prototype to avoid an error. */
25909 /* We use char because int might match the return type of a gcc2
25910 builtin and then its argument prototype would still apply. */
25911 char XShapeQueryExtension ();
25915 XShapeQueryExtension ();
25920 rm -f conftest.
$ac_objext conftest
$ac_exeext
25921 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25922 (eval $ac_link) 2>conftest.er1
25924 grep -v '^ *+' conftest.er1
>conftest.err
25926 cat conftest.err
>&5
25927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25928 (exit $ac_status); } &&
25929 { ac_try
='test -z "$ac_c_werror_flag"
25930 || test ! -s conftest.err'
25931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25932 (eval $ac_try) 2>&5
25934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25935 (exit $ac_status); }; } &&
25936 { ac_try
='test -s conftest$ac_exeext'
25937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25938 (eval $ac_try) 2>&5
25940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25941 (exit $ac_status); }; }; then
25942 ac_cv_lib_Xext_XShapeQueryExtension
=yes
25944 echo "$as_me: failed program was:" >&5
25945 sed 's/^/| /' conftest.
$ac_ext >&5
25947 ac_cv_lib_Xext_XShapeQueryExtension
=no
25949 rm -f conftest.err conftest.
$ac_objext \
25950 conftest
$ac_exeext conftest.
$ac_ext
25951 LIBS
=$ac_check_lib_save_LIBS
25953 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
25954 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
25955 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
25957 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
25963 if test "$wxHAVE_XEXT_LIB" = 1; then
25964 save_CFLAGS
="$CFLAGS"
25965 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
25967 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
25968 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
25969 cat >conftest.
$ac_ext <<_ACEOF
25972 cat confdefs.h
>>conftest.
$ac_ext
25973 cat >>conftest.
$ac_ext <<_ACEOF
25974 /* end confdefs.h. */
25976 #include <X11/Xlib.h>
25977 #include <X11/extensions/shape.h>
25983 int dummy1, dummy2;
25984 XShapeQueryExtension((Display*)NULL,
25985 (int*)NULL, (int*)NULL);
25991 rm -f conftest.
$ac_objext
25992 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25993 (eval $ac_compile) 2>conftest.er1
25995 grep -v '^ *+' conftest.er1
>conftest.err
25997 cat conftest.err
>&5
25998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25999 (exit $ac_status); } &&
26000 { ac_try
='test -z "$ac_c_werror_flag"
26001 || test ! -s conftest.err'
26002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26003 (eval $ac_try) 2>&5
26005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26006 (exit $ac_status); }; } &&
26007 { ac_try
='test -s conftest.$ac_objext'
26008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26009 (eval $ac_try) 2>&5
26011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26012 (exit $ac_status); }; }; then
26014 cat >>confdefs.h
<<\_ACEOF
26015 #define HAVE_XSHAPE 1
26018 echo "$as_me:$LINENO: result: found" >&5
26019 echo "${ECHO_T}found" >&6
26022 echo "$as_me: failed program was:" >&5
26023 sed 's/^/| /' conftest.
$ac_ext >&5
26026 echo "$as_me:$LINENO: result: not found" >&5
26027 echo "${ECHO_T}not found" >&6
26030 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26031 CFLAGS
="$save_CFLAGS"
26036 if test "$wxUSE_MAC" = 1; then
26037 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
26038 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
26039 if test "$GCC" = yes; then
26040 echo "$as_me:$LINENO: result: gcc" >&5
26041 echo "${ECHO_T}gcc" >&6
26042 CPPFLAGS_PASCAL
="-fpascal-strings"
26043 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
26044 echo "$as_me:$LINENO: result: xlc" >&5
26045 echo "${ECHO_T}xlc" >&6
26046 CPPFLAGS_PASCAL
="-qmacpstr"
26048 echo "$as_me:$LINENO: result: none" >&5
26049 echo "${ECHO_T}none" >&6
26052 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
26054 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
26057 WXBASEPORT
="_carbon"
26060 if test "$wxUSE_COCOA" = 1; then
26061 TOOLKIT_VPATH
="\${top_srcdir}/src/cocoa"
26066 if test "$wxUSE_PM" = 1; then
26071 if test "$TOOLKIT" = "PM" ; then
26074 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
26077 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
26079 if test "$wxUSE_UNIVERSAL" = "yes"; then
26080 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
26082 ALL_SOURCES
="\$(ALL_SOURCES) \${UNIV_SOURCES}"
26083 ALL_HEADERS
="\$(ALL_HEADERS) \${UNIV_HEADERS}"
26085 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
26086 if test "$wxUSE_X11" = 1; then
26087 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
26089 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
26091 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
26094 ALL_OBJECTS
="\$(GUIOBJS)"
26095 ALL_SOURCES
="\$(ALL_SOURCES)"
26096 ALL_HEADERS
="\$(ALL_HEADERS)"
26099 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
26101 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
26102 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
26105 if test "$wxUSE_HTML" = "yes"; then
26106 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
26109 if test "$wxUSE_LIBJPEG" = "builtin" ; then
26110 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
26112 if test "$wxUSE_LIBTIFF" = "builtin" ; then
26113 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
26115 if test "$wxUSE_LIBPNG" = "builtin" ; then
26116 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
26119 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
26120 DISTDIR
="wx\$(TOOLKIT)"
26126 if test "$USE_WIN32" = 1 ; then
26127 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
26128 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
26132 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
26133 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
26136 ALL_SOURCES
="\$(ALL_SOURCES)"
26137 ALL_HEADERS
="\$(ALL_HEADERS)"
26139 PORT_FILES
="\${top_srcdir}/src/files.lst"
26141 GUIDIST
="BASE_DIST"
26151 if test "$TOOLKIT" != "MSW" ; then
26153 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
26155 if test "${ac_cv_header_sql_h+set}" = set; then
26156 echo "$as_me:$LINENO: checking for sql.h" >&5
26157 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
26158 if test "${ac_cv_header_sql_h+set}" = set; then
26159 echo $ECHO_N "(cached) $ECHO_C" >&6
26161 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
26162 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
26164 # Is the header compilable?
26165 echo "$as_me:$LINENO: checking sql.h usability" >&5
26166 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
26167 cat >conftest.
$ac_ext <<_ACEOF
26170 cat confdefs.h
>>conftest.
$ac_ext
26171 cat >>conftest.
$ac_ext <<_ACEOF
26172 /* end confdefs.h. */
26173 $ac_includes_default
26176 rm -f conftest.
$ac_objext
26177 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26178 (eval $ac_compile) 2>conftest.er1
26180 grep -v '^ *+' conftest.er1
>conftest.err
26182 cat conftest.err
>&5
26183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26184 (exit $ac_status); } &&
26185 { ac_try
='test -z "$ac_c_werror_flag"
26186 || test ! -s conftest.err'
26187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26188 (eval $ac_try) 2>&5
26190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26191 (exit $ac_status); }; } &&
26192 { ac_try
='test -s conftest.$ac_objext'
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_header_compiler
=yes
26200 echo "$as_me: failed program was:" >&5
26201 sed 's/^/| /' conftest.
$ac_ext >&5
26203 ac_header_compiler
=no
26205 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26206 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26207 echo "${ECHO_T}$ac_header_compiler" >&6
26209 # Is the header present?
26210 echo "$as_me:$LINENO: checking sql.h presence" >&5
26211 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
26212 cat >conftest.
$ac_ext <<_ACEOF
26215 cat confdefs.h
>>conftest.
$ac_ext
26216 cat >>conftest.
$ac_ext <<_ACEOF
26217 /* end confdefs.h. */
26220 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26221 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26223 grep -v '^ *+' conftest.er1
>conftest.err
26225 cat conftest.err
>&5
26226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26227 (exit $ac_status); } >/dev
/null
; then
26228 if test -s conftest.err
; then
26229 ac_cpp_err
=$ac_c_preproc_warn_flag
26230 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26237 if test -z "$ac_cpp_err"; then
26238 ac_header_preproc
=yes
26240 echo "$as_me: failed program was:" >&5
26241 sed 's/^/| /' conftest.
$ac_ext >&5
26243 ac_header_preproc
=no
26245 rm -f conftest.err conftest.
$ac_ext
26246 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26247 echo "${ECHO_T}$ac_header_preproc" >&6
26249 # So? What about this header?
26250 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26252 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
26253 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26254 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
26255 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
26256 ac_header_preproc
=yes
26259 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
26260 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
26261 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
26262 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
26263 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
26264 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
26265 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
26266 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
26267 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
26268 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
26269 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
26270 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
26273 ## ----------------------------------------- ##
26274 ## Report this to wx-dev@lists.wxwindows.org ##
26275 ## ----------------------------------------- ##
26278 sed "s/^/$as_me: WARNING: /" >&2
26281 echo "$as_me:$LINENO: checking for sql.h" >&5
26282 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
26283 if test "${ac_cv_header_sql_h+set}" = set; then
26284 echo $ECHO_N "(cached) $ECHO_C" >&6
26286 ac_cv_header_sql_h
=$ac_header_preproc
26288 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
26289 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
26292 if test $ac_cv_header_sql_h = yes; then
26297 if test "x$found_sql_h" = "x1" ; then
26298 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
26299 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
26300 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
26301 echo $ECHO_N "(cached) $ECHO_C" >&6
26303 ac_check_lib_save_LIBS
=$LIBS
26304 LIBS
="-liodbc $LIBS"
26305 cat >conftest.
$ac_ext <<_ACEOF
26308 cat confdefs.h
>>conftest.
$ac_ext
26309 cat >>conftest.
$ac_ext <<_ACEOF
26310 /* end confdefs.h. */
26312 /* 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. */
26318 char SQLAllocEnv ();
26327 rm -f conftest.
$ac_objext conftest
$ac_exeext
26328 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26329 (eval $ac_link) 2>conftest.er1
26331 grep -v '^ *+' conftest.er1
>conftest.err
26333 cat conftest.err
>&5
26334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26335 (exit $ac_status); } &&
26336 { ac_try
='test -z "$ac_c_werror_flag"
26337 || test ! -s conftest.err'
26338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26339 (eval $ac_try) 2>&5
26341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26342 (exit $ac_status); }; } &&
26343 { ac_try
='test -s conftest$ac_exeext'
26344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26345 (eval $ac_try) 2>&5
26347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26348 (exit $ac_status); }; }; then
26349 ac_cv_lib_iodbc_SQLAllocEnv
=yes
26351 echo "$as_me: failed program was:" >&5
26352 sed 's/^/| /' conftest.
$ac_ext >&5
26354 ac_cv_lib_iodbc_SQLAllocEnv
=no
26356 rm -f conftest.err conftest.
$ac_objext \
26357 conftest
$ac_exeext conftest.
$ac_ext
26358 LIBS
=$ac_check_lib_save_LIBS
26360 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
26361 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
26362 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
26363 ODBC_LINK
=" -liodbc"
26366 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
26367 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
26368 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
26369 echo $ECHO_N "(cached) $ECHO_C" >&6
26371 ac_check_lib_save_LIBS
=$LIBS
26372 LIBS
="-lunixodbc $LIBS"
26373 cat >conftest.
$ac_ext <<_ACEOF
26376 cat confdefs.h
>>conftest.
$ac_ext
26377 cat >>conftest.
$ac_ext <<_ACEOF
26378 /* end confdefs.h. */
26380 /* Override any gcc2 internal prototype to avoid an error. */
26384 /* We use char because int might match the return type of a gcc2
26385 builtin and then its argument prototype would still apply. */
26386 char SQLAllocEnv ();
26395 rm -f conftest.
$ac_objext conftest
$ac_exeext
26396 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26397 (eval $ac_link) 2>conftest.er1
26399 grep -v '^ *+' conftest.er1
>conftest.err
26401 cat conftest.err
>&5
26402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26403 (exit $ac_status); } &&
26404 { ac_try
='test -z "$ac_c_werror_flag"
26405 || test ! -s conftest.err'
26406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26407 (eval $ac_try) 2>&5
26409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26410 (exit $ac_status); }; } &&
26411 { ac_try
='test -s conftest$ac_exeext'
26412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26413 (eval $ac_try) 2>&5
26415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26416 (exit $ac_status); }; }; then
26417 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
26419 echo "$as_me: failed program was:" >&5
26420 sed 's/^/| /' conftest.
$ac_ext >&5
26422 ac_cv_lib_unixodbc_SQLAllocEnv
=no
26424 rm -f conftest.err conftest.
$ac_objext \
26425 conftest
$ac_exeext conftest.
$ac_ext
26426 LIBS
=$ac_check_lib_save_LIBS
26428 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
26429 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
26430 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
26431 ODBC_LINK
=" -lunixodbc"
26434 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
26435 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
26436 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
26437 echo $ECHO_N "(cached) $ECHO_C" >&6
26439 ac_check_lib_save_LIBS
=$LIBS
26440 LIBS
="-lodbc $LIBS"
26441 cat >conftest.
$ac_ext <<_ACEOF
26444 cat confdefs.h
>>conftest.
$ac_ext
26445 cat >>conftest.
$ac_ext <<_ACEOF
26446 /* end confdefs.h. */
26448 /* Override any gcc2 internal prototype to avoid an error. */
26452 /* We use char because int might match the return type of a gcc2
26453 builtin and then its argument prototype would still apply. */
26454 char SQLAllocEnv ();
26463 rm -f conftest.
$ac_objext conftest
$ac_exeext
26464 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26465 (eval $ac_link) 2>conftest.er1
26467 grep -v '^ *+' conftest.er1
>conftest.err
26469 cat conftest.err
>&5
26470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26471 (exit $ac_status); } &&
26472 { ac_try
='test -z "$ac_c_werror_flag"
26473 || test ! -s conftest.err'
26474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26475 (eval $ac_try) 2>&5
26477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26478 (exit $ac_status); }; } &&
26479 { ac_try
='test -s conftest$ac_exeext'
26480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26481 (eval $ac_try) 2>&5
26483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26484 (exit $ac_status); }; }; then
26485 ac_cv_lib_odbc_SQLAllocEnv
=yes
26487 echo "$as_me: failed program was:" >&5
26488 sed 's/^/| /' conftest.
$ac_ext >&5
26490 ac_cv_lib_odbc_SQLAllocEnv
=no
26492 rm -f conftest.err conftest.
$ac_objext \
26493 conftest
$ac_exeext conftest.
$ac_ext
26494 LIBS
=$ac_check_lib_save_LIBS
26496 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
26497 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
26498 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
26499 ODBC_LINK
=" -lodbc"
26509 if test "x$ODBC_LINK" = "x" ; then
26510 if test "$wxUSE_ODBC" = "sys" ; then
26511 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
26512 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
26513 { (exit 1); exit 1; }; }
26515 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
26516 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
26523 if test "$wxUSE_ODBC" != "no" ; then
26524 cat >>confdefs.h
<<\_ACEOF
26525 #define wxUSE_ODBC 1
26528 if test "$wxUSE_ODBC" = "builtin" ; then
26529 cat >>confdefs.h
<<\_ACEOF
26530 #define wxUSE_BUILTIN_IODBC 1
26534 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
26536 WXODBCFLAG
="-D_IODBC_"
26540 if test "$wxUSE_REGEX" = "builtin" ; then
26541 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
26543 if test "$wxUSE_ZLIB" = "builtin" ; then
26544 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
26547 if test "$wxUSE_DISPLAY" = "yes"; then
26548 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1; then
26549 echo "$as_me:$LINENO: checking for Xinerama" >&5
26550 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
26553 for ac_dir
in $SEARCH_LIB /usr
/lib
;
26555 for ac_extension
in a so sl dylib
; do
26556 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26557 ac_find_libraries
=$ac_dir
26563 if test "$ac_find_libraries" != "" ; then
26565 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
26567 if test $result = 0; then
26570 ac_path_to_link
=" -L$ac_find_libraries"
26573 if test "$ac_path_to_link" != " -L/usr/lib" ; then
26574 LDFLAGS
="$LDFLAGS $ac_path_to_link"
26576 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
26577 echo "$as_me:$LINENO: result: yes" >&5
26578 echo "${ECHO_T}yes" >&6
26580 echo "$as_me:$LINENO: result: no" >&5
26581 echo "${ECHO_T}no" >&6
26582 { echo "$as_me:$LINENO: WARNING: \"*** Xinerama not found; disabling wxDisplay\"" >&5
26583 echo "$as_me: WARNING: \"*** Xinerama not found; disabling wxDisplay\"" >&2;}
26591 if test "$wxUSE_OPENGL" = "yes"; then
26592 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
26593 OPENGL_LIBS
="-framework OpenGL -framework AGL"
26594 elif test "$wxUSE_MSW" = 1; then
26595 OPENGL_LIBS
="-lopengl32 -lglu32"
26600 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
26602 if test -f "$ac_dir/GL/gl.h"; then
26603 ac_find_includes
=$ac_dir
26608 if test "$ac_find_includes" != "" ; then
26609 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
26610 echo "${ECHO_T}found in $ac_find_includes" >&6
26612 if test "x$ac_find_includes" = "x/usr/include"; then
26613 ac_path_to_include
=""
26615 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
26617 if test $result = 0; then
26618 ac_path_to_include
=""
26620 ac_path_to_include
=" -I$ac_find_includes"
26624 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
26627 if test "${ac_cv_header_GL_gl_h+set}" = set; then
26628 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
26629 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
26630 if test "${ac_cv_header_GL_gl_h+set}" = set; then
26631 echo $ECHO_N "(cached) $ECHO_C" >&6
26633 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
26634 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
26636 # Is the header compilable?
26637 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
26638 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
26639 cat >conftest.
$ac_ext <<_ACEOF
26642 cat confdefs.h
>>conftest.
$ac_ext
26643 cat >>conftest.
$ac_ext <<_ACEOF
26644 /* end confdefs.h. */
26645 $ac_includes_default
26648 rm -f conftest.
$ac_objext
26649 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26650 (eval $ac_compile) 2>conftest.er1
26652 grep -v '^ *+' conftest.er1
>conftest.err
26654 cat conftest.err
>&5
26655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26656 (exit $ac_status); } &&
26657 { ac_try
='test -z "$ac_c_werror_flag"
26658 || test ! -s conftest.err'
26659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26660 (eval $ac_try) 2>&5
26662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26663 (exit $ac_status); }; } &&
26664 { ac_try
='test -s conftest.$ac_objext'
26665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26666 (eval $ac_try) 2>&5
26668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26669 (exit $ac_status); }; }; then
26670 ac_header_compiler
=yes
26672 echo "$as_me: failed program was:" >&5
26673 sed 's/^/| /' conftest.
$ac_ext >&5
26675 ac_header_compiler
=no
26677 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26678 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26679 echo "${ECHO_T}$ac_header_compiler" >&6
26681 # Is the header present?
26682 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
26683 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
26684 cat >conftest.
$ac_ext <<_ACEOF
26687 cat confdefs.h
>>conftest.
$ac_ext
26688 cat >>conftest.
$ac_ext <<_ACEOF
26689 /* end confdefs.h. */
26692 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26693 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26695 grep -v '^ *+' conftest.er1
>conftest.err
26697 cat conftest.err
>&5
26698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26699 (exit $ac_status); } >/dev
/null
; then
26700 if test -s conftest.err
; then
26701 ac_cpp_err
=$ac_c_preproc_warn_flag
26702 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26709 if test -z "$ac_cpp_err"; then
26710 ac_header_preproc
=yes
26712 echo "$as_me: failed program was:" >&5
26713 sed 's/^/| /' conftest.
$ac_ext >&5
26715 ac_header_preproc
=no
26717 rm -f conftest.err conftest.
$ac_ext
26718 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26719 echo "${ECHO_T}$ac_header_preproc" >&6
26721 # So? What about this header?
26722 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26724 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
26725 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26726 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
26727 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
26728 ac_header_preproc
=yes
26731 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
26732 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
26733 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
26734 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
26735 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
26736 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
26737 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
26738 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
26739 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
26740 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
26741 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
26742 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
26745 ## ----------------------------------------- ##
26746 ## Report this to wx-dev@lists.wxwindows.org ##
26747 ## ----------------------------------------- ##
26750 sed "s/^/$as_me: WARNING: /" >&2
26753 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
26754 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
26755 if test "${ac_cv_header_GL_gl_h+set}" = set; then
26756 echo $ECHO_N "(cached) $ECHO_C" >&6
26758 ac_cv_header_GL_gl_h
=$ac_header_preproc
26760 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
26761 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
26764 if test $ac_cv_header_GL_gl_h = yes; then
26768 echo "$as_me:$LINENO: checking for -lGL" >&5
26769 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
26772 for ac_dir
in $SEARCH_LIB /usr
/lib
;
26774 for ac_extension
in a so sl dylib
; do
26775 if test -f "$ac_dir/libGL.$ac_extension"; then
26776 ac_find_libraries
=$ac_dir
26782 if test "$ac_find_libraries" != "" ; then
26784 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
26786 if test $result = 0; then
26789 ac_path_to_link
=" -L$ac_find_libraries"
26792 if test "$ac_path_to_link" != " -L/usr/lib" ; then
26793 LDFLAGS_GL
="$ac_path_to_link"
26798 for ac_dir
in $SEARCH_LIB /usr
/lib
;
26800 for ac_extension
in a so sl dylib
; do
26801 if test -f "$ac_dir/libGLU.$ac_extension"; then
26802 ac_find_libraries
=$ac_dir
26808 if test "$ac_find_libraries" != "" ; then
26810 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
26812 if test $result = 0; then
26815 ac_path_to_link
=" -L$ac_find_libraries"
26818 if test "$ac_path_to_link" != " -L/usr/lib" -a \
26819 "$ac_path_to_link" != "$LDFLAGS_GL"; then
26820 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
26824 OPENGL_LIBS
="-lGL -lGLU"
26825 echo "$as_me:$LINENO: result: yes" >&5
26826 echo "${ECHO_T}yes" >&6
26830 if test "$found_gl" != 1; then
26831 echo "$as_me:$LINENO: result: no" >&5
26832 echo "${ECHO_T}no" >&6
26833 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
26834 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
26837 for ac_dir
in $SEARCH_LIB /usr
/lib
;
26839 for ac_extension
in a so sl dylib
; do
26840 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
26841 ac_find_libraries
=$ac_dir
26847 if test "$ac_find_libraries" != "" ; then
26849 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
26851 if test $result = 0; then
26854 ac_path_to_link
=" -L$ac_find_libraries"
26857 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
26858 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
26859 echo "$as_me:$LINENO: result: yes" >&5
26860 echo "${ECHO_T}yes" >&6
26862 echo "$as_me:$LINENO: result: no" >&5
26863 echo "${ECHO_T}no" >&6
26871 if test "x$OPENGL_LIBS" = "x"; then
26872 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
26873 echo "$as_me: error: OpenGL libraries not available" >&2;}
26874 { (exit 1); exit 1; }; }
26878 if test "$wxUSE_OPENGL" = "yes"; then
26880 cat >>confdefs.h
<<\_ACEOF
26881 #define wxUSE_OPENGL 1
26884 cat >>confdefs.h
<<\_ACEOF
26885 #define wxUSE_GLCANVAS 1
26888 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
26892 if test -z "$TOOLKIT_VPATH" ; then
26893 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
26896 if test -n "$TOOLKIT" ; then
26897 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
26901 lib_unicode_suffix
=
26902 if test "$wxUSE_UNICODE" = "yes"; then
26903 lib_unicode_suffix
=u
26909 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
26915 if test "$wxUSE_DEBUG_INFO" = "yes"; then
26919 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
26921 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
26922 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
26924 if test "$cross_compiling" = "yes"; then
26925 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
26926 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
26927 HOST_SUFFIX
="-${host_alias}"
26930 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
26931 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
26932 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}"
26933 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
26935 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
26936 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
26938 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
26939 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
26940 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
26941 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
26944 *-*-cygwin* | *-*-mingw32* )
26945 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
26946 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
26951 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
26952 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
26954 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
26955 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
26956 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
26957 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
26959 if test "$wxUSE_MAC" = 1; then
26960 WX_RESOURCES_MACOSX_ASCII
="lib${WX_LIBRARY}.${WX_CURRENT}.r"
26961 WX_RESOURCES_MACOSX_DATA
="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
26966 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
26967 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
26969 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
26970 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
26972 if test "$wxUSE_OPENGL" = "yes"; then
26973 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
26974 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
26979 if test "$wxUSE_SHARED" = "yes"; then
26981 *-pc-os2_emx | *-pc-os2-emx | \
26984 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
26985 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
26991 if test "$wxUSE_SHARED" = "yes"; then
26995 found_versioning
=no
26998 if test $found_versioning = no
; then
26999 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
27000 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
27001 if test "${wx_cv_version_script+set}" = set; then
27002 echo $ECHO_N "(cached) $ECHO_C" >&6
27005 echo "VER_1 { *; };" >conftest.sym
27006 echo "int main() { return 0; }" >conftest.cpp
27009 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
27010 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
27011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27012 (eval $ac_try) 2>&5
27014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27015 (exit $ac_status); }; } ; then
27016 if test -s conftest.stderr
; then
27017 wx_cv_version_script
=no
27019 wx_cv_version_script
=yes
27022 wx_cv_version_script
=no
27024 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
27027 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
27028 echo "${ECHO_T}$wx_cv_version_script" >&6
27029 if test $wx_cv_version_script = yes ; then
27030 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
27036 *-*-linux* | *-*-gnu* )
27037 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
27041 if test "$GCC" = yes ; then
27042 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
27044 saveLdflags
="$LDFLAGS"
27045 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
27046 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
27047 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
27048 cat >conftest.
$ac_ext <<_ACEOF
27051 cat confdefs.h
>>conftest.
$ac_ext
27052 cat >>conftest.
$ac_ext <<_ACEOF
27053 /* end confdefs.h. */
27063 rm -f conftest.
$ac_objext conftest
$ac_exeext
27064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27065 (eval $ac_link) 2>conftest.er1
27067 grep -v '^ *+' conftest.er1
>conftest.err
27069 cat conftest.err
>&5
27070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27071 (exit $ac_status); } &&
27072 { ac_try
='test -z "$ac_c_werror_flag"
27073 || test ! -s conftest.err'
27074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27075 (eval $ac_try) 2>&5
27077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27078 (exit $ac_status); }; } &&
27079 { ac_try
='test -s conftest$ac_exeext'
27080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27081 (eval $ac_try) 2>&5
27083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27084 (exit $ac_status); }; }; then
27086 echo "$as_me:$LINENO: result: yes" >&5
27087 echo "${ECHO_T}yes" >&6
27088 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
27091 echo "$as_me: failed program was:" >&5
27092 sed 's/^/| /' conftest.
$ac_ext >&5
27095 echo "$as_me:$LINENO: result: no" >&5
27096 echo "${ECHO_T}no" >&6
27097 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
27098 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
27099 LDFLAGS
="$saveLdflags -Wl,-R,/"
27100 cat >conftest.
$ac_ext <<_ACEOF
27103 cat confdefs.h
>>conftest.
$ac_ext
27104 cat >>conftest.
$ac_ext <<_ACEOF
27105 /* end confdefs.h. */
27115 rm -f conftest.
$ac_objext conftest
$ac_exeext
27116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27117 (eval $ac_link) 2>conftest.er1
27119 grep -v '^ *+' conftest.er1
>conftest.err
27121 cat conftest.err
>&5
27122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27123 (exit $ac_status); } &&
27124 { ac_try
='test -z "$ac_c_werror_flag"
27125 || test ! -s conftest.err'
27126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27127 (eval $ac_try) 2>&5
27129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27130 (exit $ac_status); }; } &&
27131 { ac_try
='test -s conftest$ac_exeext'
27132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27133 (eval $ac_try) 2>&5
27135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27136 (exit $ac_status); }; }; then
27138 echo "$as_me:$LINENO: result: yes" >&5
27139 echo "${ECHO_T}yes" >&6
27140 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
27142 echo "$as_me: failed program was:" >&5
27143 sed 's/^/| /' conftest.
$ac_ext >&5
27146 echo "$as_me:$LINENO: result: no" >&5
27147 echo "${ECHO_T}no" >&6
27150 rm -f conftest.err conftest.
$ac_objext \
27151 conftest
$ac_exeext conftest.
$ac_ext
27154 rm -f conftest.err conftest.
$ac_objext \
27155 conftest
$ac_exeext conftest.
$ac_ext
27156 LDFLAGS
="$saveLdflags"
27158 SHARED_LD
="${CXX} -G -o"
27160 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
27164 powerpc
-*-darwin* )
27165 SAMPLES_RPATH_POSTLINK
="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
27166 cat <<EOF >change-install-names
27168 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
27169 inst_cmd="install_name_tool "
27170 for i in \${libnames} ; do
27171 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
27175 chmod +x change
-install-names
27180 if test "x$WX_TARGET_LIBRARY" = "x"; then
27181 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
27182 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
27185 WX_TARGET_LIBRARY_TYPE
="so"
27186 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
27189 if test "$wxUSE_SHARED" = "no"; then
27191 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
27192 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
27195 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
27196 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
27199 if test "$wxUSE_OPENGL" = "yes"; then
27200 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
27201 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
27203 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
27206 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
27207 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
27209 WX_TARGET_LIBRARY_TYPE
="a"
27210 INSTALL_LIBRARY
='$(INSTALL_DATA)'
27220 if test "$wxUSE_MAC" = 1; then
27221 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
27222 WX_ALL
="${WX_ALL} ${LIBWXMACRES}"
27223 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
27224 # Extract the first word of "Rez", so it can be a program name with args.
27225 set dummy Rez
; ac_word
=$2
27226 echo "$as_me:$LINENO: checking for $ac_word" >&5
27227 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27228 if test "${ac_cv_prog_RESCOMP+set}" = set; then
27229 echo $ECHO_N "(cached) $ECHO_C" >&6
27231 if test -n "$RESCOMP"; then
27232 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
27234 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27235 for as_dir
in $PATH
27238 test -z "$as_dir" && as_dir
=.
27239 for ac_exec_ext
in '' $ac_executable_extensions; do
27240 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27241 ac_cv_prog_RESCOMP
="Rez"
27242 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27248 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
27251 RESCOMP
=$ac_cv_prog_RESCOMP
27252 if test -n "$RESCOMP"; then
27253 echo "$as_me:$LINENO: result: $RESCOMP" >&5
27254 echo "${ECHO_T}$RESCOMP" >&6
27256 echo "$as_me:$LINENO: result: no" >&5
27257 echo "${ECHO_T}no" >&6
27260 # Extract the first word of "DeRez", so it can be a program name with args.
27261 set dummy DeRez
; ac_word
=$2
27262 echo "$as_me:$LINENO: checking for $ac_word" >&5
27263 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27264 if test "${ac_cv_prog_DEREZ+set}" = set; then
27265 echo $ECHO_N "(cached) $ECHO_C" >&6
27267 if test -n "$DEREZ"; then
27268 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
27270 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27271 for as_dir
in $PATH
27274 test -z "$as_dir" && as_dir
=.
27275 for ac_exec_ext
in '' $ac_executable_extensions; do
27276 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27277 ac_cv_prog_DEREZ
="DeRez"
27278 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27284 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
27287 DEREZ
=$ac_cv_prog_DEREZ
27288 if test -n "$DEREZ"; then
27289 echo "$as_me:$LINENO: result: $DEREZ" >&5
27290 echo "${ECHO_T}$DEREZ" >&6
27292 echo "$as_me:$LINENO: result: no" >&5
27293 echo "${ECHO_T}no" >&6
27296 # Extract the first word of "SetFile", so it can be a program name with args.
27297 set dummy SetFile
; ac_word
=$2
27298 echo "$as_me:$LINENO: checking for $ac_word" >&5
27299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27300 if test "${ac_cv_prog_SETFILE+set}" = set; then
27301 echo $ECHO_N "(cached) $ECHO_C" >&6
27303 if test -n "$SETFILE"; then
27304 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
27306 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27307 for as_dir
in $PATH
27310 test -z "$as_dir" && as_dir
=.
27311 for ac_exec_ext
in '' $ac_executable_extensions; do
27312 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27313 ac_cv_prog_SETFILE
="SetFile"
27314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27320 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
27323 SETFILE
=$ac_cv_prog_SETFILE
27324 if test -n "$SETFILE"; then
27325 echo "$as_me:$LINENO: result: $SETFILE" >&5
27326 echo "${ECHO_T}$SETFILE" >&6
27328 echo "$as_me:$LINENO: result: no" >&5
27329 echo "${ECHO_T}no" >&6
27332 MACOSX_BUNDLE
="bundle"
27333 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
27334 MACSETFILE
="\$(SETFILE)"
27335 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
27336 elif test "$wxUSE_COCOA" = 1; then
27337 # Extract the first word of "Rez", so it can be a program name with args.
27338 set dummy Rez
; ac_word
=$2
27339 echo "$as_me:$LINENO: checking for $ac_word" >&5
27340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27341 if test "${ac_cv_prog_RESCOMP+set}" = set; then
27342 echo $ECHO_N "(cached) $ECHO_C" >&6
27344 if test -n "$RESCOMP"; then
27345 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
27347 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27348 for as_dir
in $PATH
27351 test -z "$as_dir" && as_dir
=.
27352 for ac_exec_ext
in '' $ac_executable_extensions; do
27353 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27354 ac_cv_prog_RESCOMP
="Rez"
27355 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27361 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
27364 RESCOMP
=$ac_cv_prog_RESCOMP
27365 if test -n "$RESCOMP"; then
27366 echo "$as_me:$LINENO: result: $RESCOMP" >&5
27367 echo "${ECHO_T}$RESCOMP" >&6
27369 echo "$as_me:$LINENO: result: no" >&5
27370 echo "${ECHO_T}no" >&6
27373 # Extract the first word of "DeRez", so it can be a program name with args.
27374 set dummy DeRez
; ac_word
=$2
27375 echo "$as_me:$LINENO: checking for $ac_word" >&5
27376 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27377 if test "${ac_cv_prog_DEREZ+set}" = set; then
27378 echo $ECHO_N "(cached) $ECHO_C" >&6
27380 if test -n "$DEREZ"; then
27381 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
27383 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27384 for as_dir
in $PATH
27387 test -z "$as_dir" && as_dir
=.
27388 for ac_exec_ext
in '' $ac_executable_extensions; do
27389 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27390 ac_cv_prog_DEREZ
="DeRez"
27391 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27397 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
27400 DEREZ
=$ac_cv_prog_DEREZ
27401 if test -n "$DEREZ"; then
27402 echo "$as_me:$LINENO: result: $DEREZ" >&5
27403 echo "${ECHO_T}$DEREZ" >&6
27405 echo "$as_me:$LINENO: result: no" >&5
27406 echo "${ECHO_T}no" >&6
27409 # Extract the first word of "SetFile", so it can be a program name with args.
27410 set dummy SetFile
; ac_word
=$2
27411 echo "$as_me:$LINENO: checking for $ac_word" >&5
27412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27413 if test "${ac_cv_prog_SETFILE+set}" = set; then
27414 echo $ECHO_N "(cached) $ECHO_C" >&6
27416 if test -n "$SETFILE"; then
27417 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
27419 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27420 for as_dir
in $PATH
27423 test -z "$as_dir" && as_dir
=.
27424 for ac_exec_ext
in '' $ac_executable_extensions; do
27425 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27426 ac_cv_prog_SETFILE
="SetFile"
27427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27433 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
27436 SETFILE
=$ac_cv_prog_SETFILE
27437 if test -n "$SETFILE"; then
27438 echo "$as_me:$LINENO: result: $SETFILE" >&5
27439 echo "${ECHO_T}$SETFILE" >&6
27441 echo "$as_me:$LINENO: result: no" >&5
27442 echo "${ECHO_T}no" >&6
27445 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
27446 MACSETFILE
="\$(SETFILE)"
27447 MACRESWXCONFIG
="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
27449 if test "$wxUSE_PM" = 1; then
27450 MACRESCOMP
="emxbind -ep"
27455 echo "$as_me:$LINENO: checking for mode_t" >&5
27456 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
27457 if test "${ac_cv_type_mode_t+set}" = set; then
27458 echo $ECHO_N "(cached) $ECHO_C" >&6
27460 cat >conftest.
$ac_ext <<_ACEOF
27463 cat confdefs.h
>>conftest.
$ac_ext
27464 cat >>conftest.
$ac_ext <<_ACEOF
27465 /* end confdefs.h. */
27466 $ac_includes_default
27472 if (sizeof (mode_t))
27478 rm -f conftest.
$ac_objext
27479 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27480 (eval $ac_compile) 2>conftest.er1
27482 grep -v '^ *+' conftest.er1
>conftest.err
27484 cat conftest.err
>&5
27485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27486 (exit $ac_status); } &&
27487 { ac_try
='test -z "$ac_c_werror_flag"
27488 || test ! -s conftest.err'
27489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27490 (eval $ac_try) 2>&5
27492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27493 (exit $ac_status); }; } &&
27494 { ac_try
='test -s conftest.$ac_objext'
27495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27496 (eval $ac_try) 2>&5
27498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27499 (exit $ac_status); }; }; then
27500 ac_cv_type_mode_t
=yes
27502 echo "$as_me: failed program was:" >&5
27503 sed 's/^/| /' conftest.
$ac_ext >&5
27505 ac_cv_type_mode_t
=no
27507 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27509 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
27510 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
27511 if test $ac_cv_type_mode_t = yes; then
27515 cat >>confdefs.h
<<_ACEOF
27521 echo "$as_me:$LINENO: checking for off_t" >&5
27522 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
27523 if test "${ac_cv_type_off_t+set}" = set; then
27524 echo $ECHO_N "(cached) $ECHO_C" >&6
27526 cat >conftest.
$ac_ext <<_ACEOF
27529 cat confdefs.h
>>conftest.
$ac_ext
27530 cat >>conftest.
$ac_ext <<_ACEOF
27531 /* end confdefs.h. */
27532 $ac_includes_default
27538 if (sizeof (off_t))
27544 rm -f conftest.
$ac_objext
27545 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27546 (eval $ac_compile) 2>conftest.er1
27548 grep -v '^ *+' conftest.er1
>conftest.err
27550 cat conftest.err
>&5
27551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27552 (exit $ac_status); } &&
27553 { ac_try
='test -z "$ac_c_werror_flag"
27554 || test ! -s conftest.err'
27555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27556 (eval $ac_try) 2>&5
27558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27559 (exit $ac_status); }; } &&
27560 { ac_try
='test -s conftest.$ac_objext'
27561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27562 (eval $ac_try) 2>&5
27564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27565 (exit $ac_status); }; }; then
27566 ac_cv_type_off_t
=yes
27568 echo "$as_me: failed program was:" >&5
27569 sed 's/^/| /' conftest.
$ac_ext >&5
27571 ac_cv_type_off_t
=no
27573 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27575 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
27576 echo "${ECHO_T}$ac_cv_type_off_t" >&6
27577 if test $ac_cv_type_off_t = yes; then
27581 cat >>confdefs.h
<<_ACEOF
27587 echo "$as_me:$LINENO: checking for pid_t" >&5
27588 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
27589 if test "${ac_cv_type_pid_t+set}" = set; then
27590 echo $ECHO_N "(cached) $ECHO_C" >&6
27592 cat >conftest.
$ac_ext <<_ACEOF
27595 cat confdefs.h
>>conftest.
$ac_ext
27596 cat >>conftest.
$ac_ext <<_ACEOF
27597 /* end confdefs.h. */
27598 $ac_includes_default
27604 if (sizeof (pid_t))
27610 rm -f conftest.
$ac_objext
27611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27612 (eval $ac_compile) 2>conftest.er1
27614 grep -v '^ *+' conftest.er1
>conftest.err
27616 cat conftest.err
>&5
27617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27618 (exit $ac_status); } &&
27619 { ac_try
='test -z "$ac_c_werror_flag"
27620 || test ! -s conftest.err'
27621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27622 (eval $ac_try) 2>&5
27624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27625 (exit $ac_status); }; } &&
27626 { ac_try
='test -s conftest.$ac_objext'
27627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27628 (eval $ac_try) 2>&5
27630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27631 (exit $ac_status); }; }; then
27632 ac_cv_type_pid_t
=yes
27634 echo "$as_me: failed program was:" >&5
27635 sed 's/^/| /' conftest.
$ac_ext >&5
27637 ac_cv_type_pid_t
=no
27639 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27641 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
27642 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
27643 if test $ac_cv_type_pid_t = yes; then
27647 cat >>confdefs.h
<<_ACEOF
27653 echo "$as_me:$LINENO: checking for size_t" >&5
27654 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
27655 if test "${ac_cv_type_size_t+set}" = set; then
27656 echo $ECHO_N "(cached) $ECHO_C" >&6
27658 cat >conftest.
$ac_ext <<_ACEOF
27661 cat confdefs.h
>>conftest.
$ac_ext
27662 cat >>conftest.
$ac_ext <<_ACEOF
27663 /* end confdefs.h. */
27664 $ac_includes_default
27670 if (sizeof (size_t))
27676 rm -f conftest.
$ac_objext
27677 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27678 (eval $ac_compile) 2>conftest.er1
27680 grep -v '^ *+' conftest.er1
>conftest.err
27682 cat conftest.err
>&5
27683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27684 (exit $ac_status); } &&
27685 { ac_try
='test -z "$ac_c_werror_flag"
27686 || test ! -s conftest.err'
27687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27688 (eval $ac_try) 2>&5
27690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27691 (exit $ac_status); }; } &&
27692 { ac_try
='test -s conftest.$ac_objext'
27693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27694 (eval $ac_try) 2>&5
27696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27697 (exit $ac_status); }; }; then
27698 ac_cv_type_size_t
=yes
27700 echo "$as_me: failed program was:" >&5
27701 sed 's/^/| /' conftest.
$ac_ext >&5
27703 ac_cv_type_size_t
=no
27705 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27707 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
27708 echo "${ECHO_T}$ac_cv_type_size_t" >&6
27709 if test $ac_cv_type_size_t = yes; then
27713 cat >>confdefs.h
<<_ACEOF
27714 #define size_t unsigned
27719 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
27720 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
27721 if test "${ac_cv_type_uid_t+set}" = set; then
27722 echo $ECHO_N "(cached) $ECHO_C" >&6
27724 cat >conftest.
$ac_ext <<_ACEOF
27727 cat confdefs.h
>>conftest.
$ac_ext
27728 cat >>conftest.
$ac_ext <<_ACEOF
27729 /* end confdefs.h. */
27730 #include <sys/types.h>
27733 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
27734 $EGREP "uid_t" >/dev
/null
2>&1; then
27735 ac_cv_type_uid_t
=yes
27737 ac_cv_type_uid_t
=no
27742 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
27743 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
27744 if test $ac_cv_type_uid_t = no
; then
27746 cat >>confdefs.h
<<\_ACEOF
27751 cat >>confdefs.h
<<\_ACEOF
27761 ac_cpp
='$CXXCPP $CPPFLAGS'
27762 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27763 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27764 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
27766 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
27767 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
27768 if test "${wx_cv_size_t_is_uint+set}" = set; then
27769 echo $ECHO_N "(cached) $ECHO_C" >&6
27772 cat >conftest.
$ac_ext <<_ACEOF
27775 cat confdefs.h
>>conftest.
$ac_ext
27776 cat >>conftest.
$ac_ext <<_ACEOF
27777 /* end confdefs.h. */
27778 #include <stddef.h>
27785 struct Foo { void foo(size_t); void foo(unsigned int); };
27793 rm -f conftest.
$ac_objext
27794 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27795 (eval $ac_compile) 2>conftest.er1
27797 grep -v '^ *+' conftest.er1
>conftest.err
27799 cat conftest.err
>&5
27800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27801 (exit $ac_status); } &&
27802 { ac_try
='test -z "$ac_cxx_werror_flag"
27803 || test ! -s conftest.err'
27804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27805 (eval $ac_try) 2>&5
27807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27808 (exit $ac_status); }; } &&
27809 { ac_try
='test -s conftest.$ac_objext'
27810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27811 (eval $ac_try) 2>&5
27813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27814 (exit $ac_status); }; }; then
27815 wx_cv_size_t_is_uint
=no
27817 echo "$as_me: failed program was:" >&5
27818 sed 's/^/| /' conftest.
$ac_ext >&5
27820 wx_cv_size_t_is_uint
=yes
27823 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27827 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
27828 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
27830 if test "$wx_cv_size_t_is_uint" = "yes"; then
27831 cat >>confdefs.h
<<\_ACEOF
27832 #define wxSIZE_T_IS_UINT 1
27836 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
27837 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
27838 if test "${wx_cv_size_t_is_ulong+set}" = set; then
27839 echo $ECHO_N "(cached) $ECHO_C" >&6
27841 cat >conftest.
$ac_ext <<_ACEOF
27844 cat confdefs.h
>>conftest.
$ac_ext
27845 cat >>conftest.
$ac_ext <<_ACEOF
27846 /* end confdefs.h. */
27847 #include <stddef.h>
27854 struct Foo { void foo(size_t); void foo(unsigned long); };
27862 rm -f conftest.
$ac_objext
27863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27864 (eval $ac_compile) 2>conftest.er1
27866 grep -v '^ *+' conftest.er1
>conftest.err
27868 cat conftest.err
>&5
27869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27870 (exit $ac_status); } &&
27871 { ac_try
='test -z "$ac_cxx_werror_flag"
27872 || test ! -s conftest.err'
27873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27874 (eval $ac_try) 2>&5
27876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27877 (exit $ac_status); }; } &&
27878 { ac_try
='test -s conftest.$ac_objext'
27879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27880 (eval $ac_try) 2>&5
27882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27883 (exit $ac_status); }; }; then
27884 wx_cv_size_t_is_ulong
=no
27886 echo "$as_me: failed program was:" >&5
27887 sed 's/^/| /' conftest.
$ac_ext >&5
27889 wx_cv_size_t_is_ulong
=yes
27892 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27895 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
27896 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
27898 if test "$wx_cv_size_t_is_ulong" = "yes"; then
27899 cat >>confdefs.h
<<\_ACEOF
27900 #define wxSIZE_T_IS_ULONG 1
27907 ac_cpp
='$CPP $CPPFLAGS'
27908 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27909 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27910 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27914 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
27915 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
27916 if test "${wx_cv_struct_pw_gecos+set}" = set; then
27917 echo $ECHO_N "(cached) $ECHO_C" >&6
27920 cat >conftest.
$ac_ext <<_ACEOF
27923 cat confdefs.h
>>conftest.
$ac_ext
27924 cat >>conftest.
$ac_ext <<_ACEOF
27925 /* end confdefs.h. */
27939 rm -f conftest.
$ac_objext
27940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27941 (eval $ac_compile) 2>conftest.er1
27943 grep -v '^ *+' conftest.er1
>conftest.err
27945 cat conftest.err
>&5
27946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27947 (exit $ac_status); } &&
27948 { ac_try
='test -z "$ac_c_werror_flag"
27949 || test ! -s conftest.err'
27950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27951 (eval $ac_try) 2>&5
27953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27954 (exit $ac_status); }; } &&
27955 { ac_try
='test -s conftest.$ac_objext'
27956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27957 (eval $ac_try) 2>&5
27959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27960 (exit $ac_status); }; }; then
27962 wx_cv_struct_pw_gecos
=yes
27965 echo "$as_me: failed program was:" >&5
27966 sed 's/^/| /' conftest.
$ac_ext >&5
27969 wx_cv_struct_pw_gecos
=no
27973 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27977 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
27978 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
27980 if test "$wx_cv_struct_pw_gecos" = "yes"; then
27981 cat >>confdefs.h
<<\_ACEOF
27982 #define HAVE_PW_GECOS 1
27988 if test "$wx_cv_sizeof_wchar_t" != "0"; then
27989 cat >>confdefs.h
<<\_ACEOF
27990 #define wxUSE_WCHAR_T 1
27997 for ac_func
in wcslen
27999 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28000 echo "$as_me:$LINENO: checking for $ac_func" >&5
28001 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28002 if eval "test \"\${$as_ac_var+set}\" = set"; then
28003 echo $ECHO_N "(cached) $ECHO_C" >&6
28005 cat >conftest.
$ac_ext <<_ACEOF
28008 cat confdefs.h
>>conftest.
$ac_ext
28009 cat >>conftest.
$ac_ext <<_ACEOF
28010 /* end confdefs.h. */
28011 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28012 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28013 #define $ac_func innocuous_$ac_func
28015 /* System header to define __stub macros and hopefully few prototypes,
28016 which can conflict with char $ac_func (); below.
28017 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28018 <limits.h> exists even on freestanding compilers. */
28021 # include <limits.h>
28023 # include <assert.h>
28028 /* Override any gcc2 internal prototype to avoid an error. */
28033 /* We use char because int might match the return type of a gcc2
28034 builtin and then its argument prototype would still apply. */
28036 /* The GNU C library defines this for functions which it implements
28037 to always fail with ENOSYS. Some functions are actually named
28038 something starting with __ and the normal name is an alias. */
28039 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28042 char (*f) () = $ac_func;
28051 return f != $ac_func;
28056 rm -f conftest.
$ac_objext conftest
$ac_exeext
28057 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28058 (eval $ac_link) 2>conftest.er1
28060 grep -v '^ *+' conftest.er1
>conftest.err
28062 cat conftest.err
>&5
28063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28064 (exit $ac_status); } &&
28065 { ac_try
='test -z "$ac_c_werror_flag"
28066 || test ! -s conftest.err'
28067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28068 (eval $ac_try) 2>&5
28070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28071 (exit $ac_status); }; } &&
28072 { ac_try
='test -s conftest$ac_exeext'
28073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28074 (eval $ac_try) 2>&5
28076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28077 (exit $ac_status); }; }; then
28078 eval "$as_ac_var=yes"
28080 echo "$as_me: failed program was:" >&5
28081 sed 's/^/| /' conftest.
$ac_ext >&5
28083 eval "$as_ac_var=no"
28085 rm -f conftest.err conftest.
$ac_objext \
28086 conftest
$ac_exeext conftest.
$ac_ext
28088 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28089 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28090 if test `eval echo '${'$as_ac_var'}'` = yes; then
28091 cat >>confdefs.h
<<_ACEOF
28092 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28099 if test "$WCSLEN_FOUND" = 0; then
28100 if test "$TOOLKIT" = "MSW"; then
28101 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
28102 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
28103 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
28104 echo $ECHO_N "(cached) $ECHO_C" >&6
28106 ac_check_lib_save_LIBS
=$LIBS
28107 LIBS
="-lmsvcrt $LIBS"
28108 cat >conftest.
$ac_ext <<_ACEOF
28111 cat confdefs.h
>>conftest.
$ac_ext
28112 cat >>conftest.
$ac_ext <<_ACEOF
28113 /* end confdefs.h. */
28115 /* Override any gcc2 internal prototype to avoid an error. */
28119 /* We use char because int might match the return type of a gcc2
28120 builtin and then its argument prototype would still apply. */
28130 rm -f conftest.
$ac_objext conftest
$ac_exeext
28131 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28132 (eval $ac_link) 2>conftest.er1
28134 grep -v '^ *+' conftest.er1
>conftest.err
28136 cat conftest.err
>&5
28137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28138 (exit $ac_status); } &&
28139 { ac_try
='test -z "$ac_c_werror_flag"
28140 || test ! -s conftest.err'
28141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28142 (eval $ac_try) 2>&5
28144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28145 (exit $ac_status); }; } &&
28146 { ac_try
='test -s conftest$ac_exeext'
28147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28148 (eval $ac_try) 2>&5
28150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28151 (exit $ac_status); }; }; then
28152 ac_cv_lib_msvcrt_wcslen
=yes
28154 echo "$as_me: failed program was:" >&5
28155 sed 's/^/| /' conftest.
$ac_ext >&5
28157 ac_cv_lib_msvcrt_wcslen
=no
28159 rm -f conftest.err conftest.
$ac_objext \
28160 conftest
$ac_exeext conftest.
$ac_ext
28161 LIBS
=$ac_check_lib_save_LIBS
28163 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
28164 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
28165 if test $ac_cv_lib_msvcrt_wcslen = yes; then
28170 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
28171 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
28172 if test "${ac_cv_lib_w_wcslen+set}" = set; then
28173 echo $ECHO_N "(cached) $ECHO_C" >&6
28175 ac_check_lib_save_LIBS
=$LIBS
28177 cat >conftest.
$ac_ext <<_ACEOF
28180 cat confdefs.h
>>conftest.
$ac_ext
28181 cat >>conftest.
$ac_ext <<_ACEOF
28182 /* end confdefs.h. */
28184 /* Override any gcc2 internal prototype to avoid an error. */
28188 /* We use char because int might match the return type of a gcc2
28189 builtin and then its argument prototype would still apply. */
28199 rm -f conftest.
$ac_objext conftest
$ac_exeext
28200 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28201 (eval $ac_link) 2>conftest.er1
28203 grep -v '^ *+' conftest.er1
>conftest.err
28205 cat conftest.err
>&5
28206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28207 (exit $ac_status); } &&
28208 { ac_try
='test -z "$ac_c_werror_flag"
28209 || test ! -s conftest.err'
28210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28211 (eval $ac_try) 2>&5
28213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28214 (exit $ac_status); }; } &&
28215 { ac_try
='test -s conftest$ac_exeext'
28216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28217 (eval $ac_try) 2>&5
28219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28220 (exit $ac_status); }; }; then
28221 ac_cv_lib_w_wcslen
=yes
28223 echo "$as_me: failed program was:" >&5
28224 sed 's/^/| /' conftest.
$ac_ext >&5
28226 ac_cv_lib_w_wcslen
=no
28228 rm -f conftest.err conftest.
$ac_objext \
28229 conftest
$ac_exeext conftest.
$ac_ext
28230 LIBS
=$ac_check_lib_save_LIBS
28232 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
28233 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
28234 if test $ac_cv_lib_w_wcslen = yes; then
28244 if test "$WCSLEN_FOUND" = 1; then
28245 cat >>confdefs.h
<<\_ACEOF
28246 #define HAVE_WCSLEN 1
28252 for ac_func
in wcsrtombs
28254 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28255 echo "$as_me:$LINENO: checking for $ac_func" >&5
28256 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28257 if eval "test \"\${$as_ac_var+set}\" = set"; then
28258 echo $ECHO_N "(cached) $ECHO_C" >&6
28260 cat >conftest.
$ac_ext <<_ACEOF
28263 cat confdefs.h
>>conftest.
$ac_ext
28264 cat >>conftest.
$ac_ext <<_ACEOF
28265 /* end confdefs.h. */
28266 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28267 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28268 #define $ac_func innocuous_$ac_func
28270 /* System header to define __stub macros and hopefully few prototypes,
28271 which can conflict with char $ac_func (); below.
28272 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28273 <limits.h> exists even on freestanding compilers. */
28276 # include <limits.h>
28278 # include <assert.h>
28283 /* Override any gcc2 internal prototype to avoid an error. */
28288 /* We use char because int might match the return type of a gcc2
28289 builtin and then its argument prototype would still apply. */
28291 /* The GNU C library defines this for functions which it implements
28292 to always fail with ENOSYS. Some functions are actually named
28293 something starting with __ and the normal name is an alias. */
28294 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28297 char (*f) () = $ac_func;
28306 return f != $ac_func;
28311 rm -f conftest.
$ac_objext conftest
$ac_exeext
28312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28313 (eval $ac_link) 2>conftest.er1
28315 grep -v '^ *+' conftest.er1
>conftest.err
28317 cat conftest.err
>&5
28318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28319 (exit $ac_status); } &&
28320 { ac_try
='test -z "$ac_c_werror_flag"
28321 || test ! -s conftest.err'
28322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28323 (eval $ac_try) 2>&5
28325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28326 (exit $ac_status); }; } &&
28327 { ac_try
='test -s conftest$ac_exeext'
28328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28329 (eval $ac_try) 2>&5
28331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28332 (exit $ac_status); }; }; then
28333 eval "$as_ac_var=yes"
28335 echo "$as_me: failed program was:" >&5
28336 sed 's/^/| /' conftest.
$ac_ext >&5
28338 eval "$as_ac_var=no"
28340 rm -f conftest.err conftest.
$ac_objext \
28341 conftest
$ac_exeext conftest.
$ac_ext
28343 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28344 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28345 if test `eval echo '${'$as_ac_var'}'` = yes; then
28346 cat >>confdefs.h
<<_ACEOF
28347 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28354 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
28355 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
28361 ac_cpp
='$CXXCPP $CPPFLAGS'
28362 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28363 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28364 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
28368 for ac_func
in vsnprintf
28370 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28371 echo "$as_me:$LINENO: checking for $ac_func" >&5
28372 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28373 if eval "test \"\${$as_ac_var+set}\" = set"; then
28374 echo $ECHO_N "(cached) $ECHO_C" >&6
28376 cat >conftest.
$ac_ext <<_ACEOF
28379 cat confdefs.h
>>conftest.
$ac_ext
28380 cat >>conftest.
$ac_ext <<_ACEOF
28381 /* end confdefs.h. */
28382 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28383 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28384 #define $ac_func innocuous_$ac_func
28386 /* System header to define __stub macros and hopefully few prototypes,
28387 which can conflict with char $ac_func (); below.
28388 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28389 <limits.h> exists even on freestanding compilers. */
28392 # include <limits.h>
28394 # include <assert.h>
28399 /* Override any gcc2 internal prototype to avoid an error. */
28404 /* We use char because int might match the return type of a gcc2
28405 builtin and then its argument prototype would still apply. */
28407 /* The GNU C library defines this for functions which it implements
28408 to always fail with ENOSYS. Some functions are actually named
28409 something starting with __ and the normal name is an alias. */
28410 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28413 char (*f) () = $ac_func;
28422 return f != $ac_func;
28427 rm -f conftest.
$ac_objext conftest
$ac_exeext
28428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28429 (eval $ac_link) 2>conftest.er1
28431 grep -v '^ *+' conftest.er1
>conftest.err
28433 cat conftest.err
>&5
28434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28435 (exit $ac_status); } &&
28436 { ac_try
='test -z "$ac_cxx_werror_flag"
28437 || test ! -s conftest.err'
28438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28439 (eval $ac_try) 2>&5
28441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28442 (exit $ac_status); }; } &&
28443 { ac_try
='test -s conftest$ac_exeext'
28444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28445 (eval $ac_try) 2>&5
28447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28448 (exit $ac_status); }; }; then
28449 eval "$as_ac_var=yes"
28451 echo "$as_me: failed program was:" >&5
28452 sed 's/^/| /' conftest.
$ac_ext >&5
28454 eval "$as_ac_var=no"
28456 rm -f conftest.err conftest.
$ac_objext \
28457 conftest
$ac_exeext conftest.
$ac_ext
28459 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28460 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28461 if test `eval echo '${'$as_ac_var'}'` = yes; then
28462 cat >>confdefs.h
<<_ACEOF
28463 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28470 if test "$ac_cv_func_vsnprintf" = "yes"; then
28471 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
28472 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
28473 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
28474 echo $ECHO_N "(cached) $ECHO_C" >&6
28477 cat >conftest.
$ac_ext <<_ACEOF
28480 cat confdefs.h
>>conftest.
$ac_ext
28481 cat >>conftest.
$ac_ext <<_ACEOF
28482 /* end confdefs.h. */
28485 #include <stdarg.h>
28493 vsnprintf(buf, 10u, "%s", ap);
28499 rm -f conftest.
$ac_objext
28500 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28501 (eval $ac_compile) 2>conftest.er1
28503 grep -v '^ *+' conftest.er1
>conftest.err
28505 cat conftest.err
>&5
28506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28507 (exit $ac_status); } &&
28508 { ac_try
='test -z "$ac_cxx_werror_flag"
28509 || test ! -s conftest.err'
28510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28511 (eval $ac_try) 2>&5
28513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28514 (exit $ac_status); }; } &&
28515 { ac_try
='test -s conftest.$ac_objext'
28516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28517 (eval $ac_try) 2>&5
28519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28520 (exit $ac_status); }; }; then
28521 wx_cv_func_vsnprintf_decl
=yes
28523 echo "$as_me: failed program was:" >&5
28524 sed 's/^/| /' conftest.
$ac_ext >&5
28526 wx_cv_func_vsnprintf_decl
=no
28529 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28533 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
28534 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
28536 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
28537 cat >>confdefs.h
<<\_ACEOF
28538 #define HAVE_VSNPRINTF_DECL 1
28544 if test "$wxUSE_UNICODE" = yes; then
28548 for ac_func
in fputwc wprintf vswprintf
28550 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28551 echo "$as_me:$LINENO: checking for $ac_func" >&5
28552 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28553 if eval "test \"\${$as_ac_var+set}\" = set"; then
28554 echo $ECHO_N "(cached) $ECHO_C" >&6
28556 cat >conftest.
$ac_ext <<_ACEOF
28559 cat confdefs.h
>>conftest.
$ac_ext
28560 cat >>conftest.
$ac_ext <<_ACEOF
28561 /* end confdefs.h. */
28562 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28563 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28564 #define $ac_func innocuous_$ac_func
28566 /* System header to define __stub macros and hopefully few prototypes,
28567 which can conflict with char $ac_func (); below.
28568 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28569 <limits.h> exists even on freestanding compilers. */
28572 # include <limits.h>
28574 # include <assert.h>
28579 /* Override any gcc2 internal prototype to avoid an error. */
28584 /* We use char because int might match the return type of a gcc2
28585 builtin and then its argument prototype would still apply. */
28587 /* The GNU C library defines this for functions which it implements
28588 to always fail with ENOSYS. Some functions are actually named
28589 something starting with __ and the normal name is an alias. */
28590 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28593 char (*f) () = $ac_func;
28602 return f != $ac_func;
28607 rm -f conftest.
$ac_objext conftest
$ac_exeext
28608 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28609 (eval $ac_link) 2>conftest.er1
28611 grep -v '^ *+' conftest.er1
>conftest.err
28613 cat conftest.err
>&5
28614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28615 (exit $ac_status); } &&
28616 { ac_try
='test -z "$ac_cxx_werror_flag"
28617 || test ! -s conftest.err'
28618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28619 (eval $ac_try) 2>&5
28621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28622 (exit $ac_status); }; } &&
28623 { ac_try
='test -s conftest$ac_exeext'
28624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28625 (eval $ac_try) 2>&5
28627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28628 (exit $ac_status); }; }; then
28629 eval "$as_ac_var=yes"
28631 echo "$as_me: failed program was:" >&5
28632 sed 's/^/| /' conftest.
$ac_ext >&5
28634 eval "$as_ac_var=no"
28636 rm -f conftest.err conftest.
$ac_objext \
28637 conftest
$ac_exeext conftest.
$ac_ext
28639 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28640 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28641 if test `eval echo '${'$as_ac_var'}'` = yes; then
28642 cat >>confdefs.h
<<_ACEOF
28643 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28650 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
28651 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
28652 cat >conftest.
$ac_ext <<_ACEOF
28655 cat confdefs.h
>>conftest.
$ac_ext
28656 cat >>conftest.
$ac_ext <<_ACEOF
28657 /* end confdefs.h. */
28667 rm -f conftest.
$ac_objext
28668 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28669 (eval $ac_compile) 2>conftest.er1
28671 grep -v '^ *+' conftest.er1
>conftest.err
28673 cat conftest.err
>&5
28674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28675 (exit $ac_status); } &&
28676 { ac_try
='test -z "$ac_cxx_werror_flag"
28677 || test ! -s conftest.err'
28678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28679 (eval $ac_try) 2>&5
28681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28682 (exit $ac_status); }; } &&
28683 { ac_try
='test -s conftest.$ac_objext'
28684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28685 (eval $ac_try) 2>&5
28687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28688 (exit $ac_status); }; }; then
28689 echo "$as_me:$LINENO: result: yes" >&5
28690 echo "${ECHO_T}yes" >&6
28691 cat >>confdefs.h
<<\_ACEOF
28692 #define HAVE__VSNWPRINTF 1
28696 echo "$as_me: failed program was:" >&5
28697 sed 's/^/| /' conftest.
$ac_ext >&5
28699 echo "$as_me:$LINENO: result: no" >&5
28700 echo "${ECHO_T}no" >&6
28702 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext;
28706 ac_cpp
='$CPP $CPPFLAGS'
28707 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28708 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28709 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
28714 if test "$TOOLKIT" != "MSW"; then
28720 ac_cpp
='$CXXCPP $CPPFLAGS'
28721 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28722 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28723 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
28728 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
28729 if test "${with_libiconv_prefix+set}" = set; then
28730 withval
="$with_libiconv_prefix"
28732 for dir
in `echo "$withval" | tr : ' '`; do
28733 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
28734 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
28739 echo "$as_me:$LINENO: checking for iconv" >&5
28740 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
28741 if test "${am_cv_func_iconv+set}" = set; then
28742 echo $ECHO_N "(cached) $ECHO_C" >&6
28745 am_cv_func_iconv
="no, consider installing GNU libiconv"
28747 cat >conftest.
$ac_ext <<_ACEOF
28750 cat confdefs.h
>>conftest.
$ac_ext
28751 cat >>conftest.
$ac_ext <<_ACEOF
28752 /* end confdefs.h. */
28753 #include <stdlib.h>
28758 iconv_t cd = iconv_open("","");
28759 iconv(cd,NULL,NULL,NULL,NULL);
28765 rm -f conftest.
$ac_objext conftest
$ac_exeext
28766 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28767 (eval $ac_link) 2>conftest.er1
28769 grep -v '^ *+' conftest.er1
>conftest.err
28771 cat conftest.err
>&5
28772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28773 (exit $ac_status); } &&
28774 { ac_try
='test -z "$ac_cxx_werror_flag"
28775 || test ! -s conftest.err'
28776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28777 (eval $ac_try) 2>&5
28779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28780 (exit $ac_status); }; } &&
28781 { ac_try
='test -s conftest$ac_exeext'
28782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28783 (eval $ac_try) 2>&5
28785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28786 (exit $ac_status); }; }; then
28787 am_cv_func_iconv
=yes
28789 echo "$as_me: failed program was:" >&5
28790 sed 's/^/| /' conftest.
$ac_ext >&5
28793 rm -f conftest.err conftest.
$ac_objext \
28794 conftest
$ac_exeext conftest.
$ac_ext
28795 if test "$am_cv_func_iconv" != yes; then
28796 am_save_LIBS
="$LIBS"
28797 LIBS
="$LIBS -liconv"
28798 cat >conftest.
$ac_ext <<_ACEOF
28801 cat confdefs.h
>>conftest.
$ac_ext
28802 cat >>conftest.
$ac_ext <<_ACEOF
28803 /* end confdefs.h. */
28804 #include <stdlib.h>
28809 iconv_t cd = iconv_open("","");
28810 iconv(cd,NULL,NULL,NULL,NULL);
28816 rm -f conftest.
$ac_objext conftest
$ac_exeext
28817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28818 (eval $ac_link) 2>conftest.er1
28820 grep -v '^ *+' conftest.er1
>conftest.err
28822 cat conftest.err
>&5
28823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28824 (exit $ac_status); } &&
28825 { ac_try
='test -z "$ac_cxx_werror_flag"
28826 || test ! -s conftest.err'
28827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28828 (eval $ac_try) 2>&5
28830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28831 (exit $ac_status); }; } &&
28832 { ac_try
='test -s conftest$ac_exeext'
28833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28834 (eval $ac_try) 2>&5
28836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28837 (exit $ac_status); }; }; then
28838 am_cv_lib_iconv
=yes
28839 am_cv_func_iconv
=yes
28841 echo "$as_me: failed program was:" >&5
28842 sed 's/^/| /' conftest.
$ac_ext >&5
28845 rm -f conftest.err conftest.
$ac_objext \
28846 conftest
$ac_exeext conftest.
$ac_ext
28847 LIBS
="$am_save_LIBS"
28851 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
28852 echo "${ECHO_T}$am_cv_func_iconv" >&6
28853 if test "$am_cv_func_iconv" = yes; then
28855 cat >>confdefs.h
<<\_ACEOF
28856 #define HAVE_ICONV 1
28859 echo "$as_me:$LINENO: checking if iconv needs const" >&5
28860 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
28861 if test "${wx_cv_func_iconv_const+set}" = set; then
28862 echo $ECHO_N "(cached) $ECHO_C" >&6
28864 cat >conftest.
$ac_ext <<_ACEOF
28867 cat confdefs.h
>>conftest.
$ac_ext
28868 cat >>conftest.
$ac_ext <<_ACEOF
28869 /* end confdefs.h. */
28871 #include <stdlib.h>
28877 #if defined(__STDC__) || defined(__cplusplus)
28878 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
28891 rm -f conftest.
$ac_objext
28892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28893 (eval $ac_compile) 2>conftest.er1
28895 grep -v '^ *+' conftest.er1
>conftest.err
28897 cat conftest.err
>&5
28898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28899 (exit $ac_status); } &&
28900 { ac_try
='test -z "$ac_cxx_werror_flag"
28901 || test ! -s conftest.err'
28902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28903 (eval $ac_try) 2>&5
28905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28906 (exit $ac_status); }; } &&
28907 { ac_try
='test -s conftest.$ac_objext'
28908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28909 (eval $ac_try) 2>&5
28911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28912 (exit $ac_status); }; }; then
28913 wx_cv_func_iconv_const
="no"
28915 echo "$as_me: failed program was:" >&5
28916 sed 's/^/| /' conftest.
$ac_ext >&5
28918 wx_cv_func_iconv_const
="yes"
28921 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28924 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
28925 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
28928 if test "x$wx_cv_func_iconv_const" = "xyes"; then
28929 iconv_const
="const"
28933 cat >>confdefs.h
<<_ACEOF
28934 #define ICONV_CONST $iconv_const
28939 if test "$am_cv_lib_iconv" = yes; then
28944 LIBS
="$LIBICONV $LIBS"
28946 ac_cpp
='$CPP $CPPFLAGS'
28947 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28948 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28949 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
28952 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
28954 for ac_func
in sigaction
28956 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28957 echo "$as_me:$LINENO: checking for $ac_func" >&5
28958 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28959 if eval "test \"\${$as_ac_var+set}\" = set"; then
28960 echo $ECHO_N "(cached) $ECHO_C" >&6
28962 cat >conftest.
$ac_ext <<_ACEOF
28965 cat confdefs.h
>>conftest.
$ac_ext
28966 cat >>conftest.
$ac_ext <<_ACEOF
28967 /* end confdefs.h. */
28968 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28969 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28970 #define $ac_func innocuous_$ac_func
28972 /* System header to define __stub macros and hopefully few prototypes,
28973 which can conflict with char $ac_func (); below.
28974 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28975 <limits.h> exists even on freestanding compilers. */
28978 # include <limits.h>
28980 # include <assert.h>
28985 /* Override any gcc2 internal prototype to avoid an error. */
28990 /* We use char because int might match the return type of a gcc2
28991 builtin and then its argument prototype would still apply. */
28993 /* The GNU C library defines this for functions which it implements
28994 to always fail with ENOSYS. Some functions are actually named
28995 something starting with __ and the normal name is an alias. */
28996 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28999 char (*f) () = $ac_func;
29008 return f != $ac_func;
29013 rm -f conftest.
$ac_objext conftest
$ac_exeext
29014 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29015 (eval $ac_link) 2>conftest.er1
29017 grep -v '^ *+' conftest.er1
>conftest.err
29019 cat conftest.err
>&5
29020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29021 (exit $ac_status); } &&
29022 { ac_try
='test -z "$ac_c_werror_flag"
29023 || test ! -s conftest.err'
29024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29025 (eval $ac_try) 2>&5
29027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29028 (exit $ac_status); }; } &&
29029 { ac_try
='test -s conftest$ac_exeext'
29030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29031 (eval $ac_try) 2>&5
29033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29034 (exit $ac_status); }; }; then
29035 eval "$as_ac_var=yes"
29037 echo "$as_me: failed program was:" >&5
29038 sed 's/^/| /' conftest.
$ac_ext >&5
29040 eval "$as_ac_var=no"
29042 rm -f conftest.err conftest.
$ac_objext \
29043 conftest
$ac_exeext conftest.
$ac_ext
29045 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29046 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29047 if test `eval echo '${'$as_ac_var'}'` = yes; then
29048 cat >>confdefs.h
<<_ACEOF
29049 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29056 if test "$ac_cv_func_sigaction" = "no"; then
29057 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
29058 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
29059 wxUSE_ON_FATAL_EXCEPTION
=no
29062 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
29066 ac_cpp
='$CXXCPP $CPPFLAGS'
29067 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29068 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29069 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29072 echo "$as_me:$LINENO: checking for sa_handler type" >&5
29073 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
29074 if test "${wx_cv_type_sa_handler+set}" = set; then
29075 echo $ECHO_N "(cached) $ECHO_C" >&6
29078 cat >conftest.
$ac_ext <<_ACEOF
29081 cat confdefs.h
>>conftest.
$ac_ext
29082 cat >>conftest.
$ac_ext <<_ACEOF
29083 /* end confdefs.h. */
29084 #include <signal.h>
29089 extern void testSigHandler(int);
29091 struct sigaction sa;
29092 sa.sa_handler = testSigHandler;
29098 rm -f conftest.
$ac_objext
29099 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29100 (eval $ac_compile) 2>conftest.er1
29102 grep -v '^ *+' conftest.er1
>conftest.err
29104 cat conftest.err
>&5
29105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29106 (exit $ac_status); } &&
29107 { ac_try
='test -z "$ac_cxx_werror_flag"
29108 || test ! -s conftest.err'
29109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29110 (eval $ac_try) 2>&5
29112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29113 (exit $ac_status); }; } &&
29114 { ac_try
='test -s conftest.$ac_objext'
29115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29116 (eval $ac_try) 2>&5
29118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29119 (exit $ac_status); }; }; then
29121 wx_cv_type_sa_handler
=int
29124 echo "$as_me: failed program was:" >&5
29125 sed 's/^/| /' conftest.
$ac_ext >&5
29128 wx_cv_type_sa_handler
=void
29131 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29134 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
29135 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
29138 ac_cpp
='$CPP $CPPFLAGS'
29139 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29140 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29141 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29144 cat >>confdefs.h
<<_ACEOF
29145 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
29153 for ac_func
in mkstemp mktemp
29155 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29156 echo "$as_me:$LINENO: checking for $ac_func" >&5
29157 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29158 if eval "test \"\${$as_ac_var+set}\" = set"; then
29159 echo $ECHO_N "(cached) $ECHO_C" >&6
29161 cat >conftest.
$ac_ext <<_ACEOF
29164 cat confdefs.h
>>conftest.
$ac_ext
29165 cat >>conftest.
$ac_ext <<_ACEOF
29166 /* end confdefs.h. */
29167 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29168 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29169 #define $ac_func innocuous_$ac_func
29171 /* System header to define __stub macros and hopefully few prototypes,
29172 which can conflict with char $ac_func (); below.
29173 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29174 <limits.h> exists even on freestanding compilers. */
29177 # include <limits.h>
29179 # include <assert.h>
29184 /* Override any gcc2 internal prototype to avoid an error. */
29189 /* We use char because int might match the return type of a gcc2
29190 builtin and then its argument prototype would still apply. */
29192 /* The GNU C library defines this for functions which it implements
29193 to always fail with ENOSYS. Some functions are actually named
29194 something starting with __ and the normal name is an alias. */
29195 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29198 char (*f) () = $ac_func;
29207 return f != $ac_func;
29212 rm -f conftest.
$ac_objext conftest
$ac_exeext
29213 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29214 (eval $ac_link) 2>conftest.er1
29216 grep -v '^ *+' conftest.er1
>conftest.err
29218 cat conftest.err
>&5
29219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29220 (exit $ac_status); } &&
29221 { ac_try
='test -z "$ac_c_werror_flag"
29222 || test ! -s conftest.err'
29223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29224 (eval $ac_try) 2>&5
29226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29227 (exit $ac_status); }; } &&
29228 { ac_try
='test -s conftest$ac_exeext'
29229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29230 (eval $ac_try) 2>&5
29232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29233 (exit $ac_status); }; }; then
29234 eval "$as_ac_var=yes"
29236 echo "$as_me: failed program was:" >&5
29237 sed 's/^/| /' conftest.
$ac_ext >&5
29239 eval "$as_ac_var=no"
29241 rm -f conftest.err conftest.
$ac_objext \
29242 conftest
$ac_exeext conftest.
$ac_ext
29244 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29245 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29246 if test `eval echo '${'$as_ac_var'}'` = yes; then
29247 cat >>confdefs.h
<<_ACEOF
29248 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29255 echo "$as_me:$LINENO: checking for statfs" >&5
29256 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
29257 if test "${wx_cv_func_statfs+set}" = set; then
29258 echo $ECHO_N "(cached) $ECHO_C" >&6
29260 cat >conftest.
$ac_ext <<_ACEOF
29263 cat confdefs.h
>>conftest.
$ac_ext
29264 cat >>conftest.
$ac_ext <<_ACEOF
29265 /* end confdefs.h. */
29267 #if defined(__BSD__)
29268 #include <sys/param.h>
29269 #include <sys/mount.h>
29271 #include <sys/vfs.h>
29289 rm -f conftest.
$ac_objext
29290 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29291 (eval $ac_compile) 2>conftest.er1
29293 grep -v '^ *+' conftest.er1
>conftest.err
29295 cat conftest.err
>&5
29296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29297 (exit $ac_status); } &&
29298 { ac_try
='test -z "$ac_c_werror_flag"
29299 || test ! -s conftest.err'
29300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29301 (eval $ac_try) 2>&5
29303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29304 (exit $ac_status); }; } &&
29305 { ac_try
='test -s conftest.$ac_objext'
29306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29307 (eval $ac_try) 2>&5
29309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29310 (exit $ac_status); }; }; then
29312 wx_cv_func_statfs
=yes
29315 echo "$as_me: failed program was:" >&5
29316 sed 's/^/| /' conftest.
$ac_ext >&5
29319 wx_cv_func_statfs
=no
29323 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29326 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
29327 echo "${ECHO_T}$wx_cv_func_statfs" >&6
29329 if test "$wx_cv_func_statfs" = "yes"; then
29330 wx_cv_type_statvfs_t
="struct statfs"
29331 cat >>confdefs.h
<<\_ACEOF
29332 #define HAVE_STATFS 1
29336 echo "$as_me:$LINENO: checking for statvfs" >&5
29337 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
29338 if test "${wx_cv_func_statvfs+set}" = set; then
29339 echo $ECHO_N "(cached) $ECHO_C" >&6
29341 cat >conftest.
$ac_ext <<_ACEOF
29344 cat confdefs.h
>>conftest.
$ac_ext
29345 cat >>conftest.
$ac_ext <<_ACEOF
29346 /* end confdefs.h. */
29348 #include <stddef.h>
29349 #include <sys/statvfs.h>
29355 statvfs("/", NULL);
29361 rm -f conftest.
$ac_objext
29362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29363 (eval $ac_compile) 2>conftest.er1
29365 grep -v '^ *+' conftest.er1
>conftest.err
29367 cat conftest.err
>&5
29368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29369 (exit $ac_status); } &&
29370 { ac_try
='test -z "$ac_c_werror_flag"
29371 || test ! -s conftest.err'
29372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29373 (eval $ac_try) 2>&5
29375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29376 (exit $ac_status); }; } &&
29377 { ac_try
='test -s conftest.$ac_objext'
29378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29379 (eval $ac_try) 2>&5
29381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29382 (exit $ac_status); }; }; then
29383 wx_cv_func_statvfs
=yes
29385 echo "$as_me: failed program was:" >&5
29386 sed 's/^/| /' conftest.
$ac_ext >&5
29388 wx_cv_func_statvfs
=no
29391 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29394 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
29395 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
29397 if test "$wx_cv_func_statvfs" = "yes"; then
29401 ac_cpp
='$CXXCPP $CPPFLAGS'
29402 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29403 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29404 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29407 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
29408 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
29409 if test "${wx_cv_type_statvfs_t+set}" = set; then
29410 echo $ECHO_N "(cached) $ECHO_C" >&6
29412 cat >conftest.
$ac_ext <<_ACEOF
29415 cat confdefs.h
>>conftest.
$ac_ext
29416 cat >>conftest.
$ac_ext <<_ACEOF
29417 /* end confdefs.h. */
29419 #include <sys/statvfs.h>
29436 rm -f conftest.
$ac_objext
29437 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29438 (eval $ac_compile) 2>conftest.er1
29440 grep -v '^ *+' conftest.er1
>conftest.err
29442 cat conftest.err
>&5
29443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29444 (exit $ac_status); } &&
29445 { ac_try
='test -z "$ac_cxx_werror_flag"
29446 || test ! -s conftest.err'
29447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29448 (eval $ac_try) 2>&5
29450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29451 (exit $ac_status); }; } &&
29452 { ac_try
='test -s conftest.$ac_objext'
29453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29454 (eval $ac_try) 2>&5
29456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29457 (exit $ac_status); }; }; then
29458 wx_cv_type_statvfs_t
=statvfs_t
29460 echo "$as_me: failed program was:" >&5
29461 sed 's/^/| /' conftest.
$ac_ext >&5
29464 cat >conftest.
$ac_ext <<_ACEOF
29467 cat confdefs.h
>>conftest.
$ac_ext
29468 cat >>conftest.
$ac_ext <<_ACEOF
29469 /* end confdefs.h. */
29471 #include <sys/statvfs.h>
29488 rm -f conftest.
$ac_objext
29489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29490 (eval $ac_compile) 2>conftest.er1
29492 grep -v '^ *+' conftest.er1
>conftest.err
29494 cat conftest.err
>&5
29495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29496 (exit $ac_status); } &&
29497 { ac_try
='test -z "$ac_cxx_werror_flag"
29498 || test ! -s conftest.err'
29499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29500 (eval $ac_try) 2>&5
29502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29503 (exit $ac_status); }; } &&
29504 { ac_try
='test -s conftest.$ac_objext'
29505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29506 (eval $ac_try) 2>&5
29508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29509 (exit $ac_status); }; }; then
29510 wx_cv_type_statvfs_t
="struct statvfs"
29512 echo "$as_me: failed program was:" >&5
29513 sed 's/^/| /' conftest.
$ac_ext >&5
29515 wx_cv_type_statvfs_t
="unknown"
29518 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29522 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29525 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
29526 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
29529 ac_cpp
='$CPP $CPPFLAGS'
29530 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29531 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29532 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29535 if test "$wx_cv_type_statvfs_t" != "unknown"; then
29536 cat >>confdefs.h
<<\_ACEOF
29537 #define HAVE_STATVFS 1
29542 wx_cv_type_statvfs_t
="unknown"
29546 if test "$wx_cv_type_statvfs_t" != "unknown"; then
29547 cat >>confdefs.h
<<_ACEOF
29548 #define WX_STATFS_T $wx_cv_type_statvfs_t
29552 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
29553 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
29556 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
29559 for ac_func
in fcntl flock
29561 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29562 echo "$as_me:$LINENO: checking for $ac_func" >&5
29563 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29564 if eval "test \"\${$as_ac_var+set}\" = set"; then
29565 echo $ECHO_N "(cached) $ECHO_C" >&6
29567 cat >conftest.
$ac_ext <<_ACEOF
29570 cat confdefs.h
>>conftest.
$ac_ext
29571 cat >>conftest.
$ac_ext <<_ACEOF
29572 /* end confdefs.h. */
29573 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29574 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29575 #define $ac_func innocuous_$ac_func
29577 /* System header to define __stub macros and hopefully few prototypes,
29578 which can conflict with char $ac_func (); below.
29579 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29580 <limits.h> exists even on freestanding compilers. */
29583 # include <limits.h>
29585 # include <assert.h>
29590 /* Override any gcc2 internal prototype to avoid an error. */
29595 /* We use char because int might match the return type of a gcc2
29596 builtin and then its argument prototype would still apply. */
29598 /* The GNU C library defines this for functions which it implements
29599 to always fail with ENOSYS. Some functions are actually named
29600 something starting with __ and the normal name is an alias. */
29601 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29604 char (*f) () = $ac_func;
29613 return f != $ac_func;
29618 rm -f conftest.
$ac_objext conftest
$ac_exeext
29619 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29620 (eval $ac_link) 2>conftest.er1
29622 grep -v '^ *+' conftest.er1
>conftest.err
29624 cat conftest.err
>&5
29625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29626 (exit $ac_status); } &&
29627 { ac_try
='test -z "$ac_c_werror_flag"
29628 || test ! -s conftest.err'
29629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29630 (eval $ac_try) 2>&5
29632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29633 (exit $ac_status); }; } &&
29634 { ac_try
='test -s conftest$ac_exeext'
29635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29636 (eval $ac_try) 2>&5
29638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29639 (exit $ac_status); }; }; then
29640 eval "$as_ac_var=yes"
29642 echo "$as_me: failed program was:" >&5
29643 sed 's/^/| /' conftest.
$ac_ext >&5
29645 eval "$as_ac_var=no"
29647 rm -f conftest.err conftest.
$ac_objext \
29648 conftest
$ac_exeext conftest.
$ac_ext
29650 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29651 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29652 if test `eval echo '${'$as_ac_var'}'` = yes; then
29653 cat >>confdefs.h
<<_ACEOF
29654 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29661 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
29662 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
29663 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
29664 wxUSE_SNGLINST_CHECKER
=no
29669 for ac_func
in timegm
29671 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29672 echo "$as_me:$LINENO: checking for $ac_func" >&5
29673 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29674 if eval "test \"\${$as_ac_var+set}\" = set"; then
29675 echo $ECHO_N "(cached) $ECHO_C" >&6
29677 cat >conftest.
$ac_ext <<_ACEOF
29680 cat confdefs.h
>>conftest.
$ac_ext
29681 cat >>conftest.
$ac_ext <<_ACEOF
29682 /* end confdefs.h. */
29683 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29684 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29685 #define $ac_func innocuous_$ac_func
29687 /* System header to define __stub macros and hopefully few prototypes,
29688 which can conflict with char $ac_func (); below.
29689 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29690 <limits.h> exists even on freestanding compilers. */
29693 # include <limits.h>
29695 # include <assert.h>
29700 /* Override any gcc2 internal prototype to avoid an error. */
29705 /* We use char because int might match the return type of a gcc2
29706 builtin and then its argument prototype would still apply. */
29708 /* The GNU C library defines this for functions which it implements
29709 to always fail with ENOSYS. Some functions are actually named
29710 something starting with __ and the normal name is an alias. */
29711 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29714 char (*f) () = $ac_func;
29723 return f != $ac_func;
29728 rm -f conftest.
$ac_objext conftest
$ac_exeext
29729 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29730 (eval $ac_link) 2>conftest.er1
29732 grep -v '^ *+' conftest.er1
>conftest.err
29734 cat conftest.err
>&5
29735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29736 (exit $ac_status); } &&
29737 { ac_try
='test -z "$ac_c_werror_flag"
29738 || test ! -s conftest.err'
29739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29740 (eval $ac_try) 2>&5
29742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29743 (exit $ac_status); }; } &&
29744 { ac_try
='test -s conftest$ac_exeext'
29745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29746 (eval $ac_try) 2>&5
29748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29749 (exit $ac_status); }; }; then
29750 eval "$as_ac_var=yes"
29752 echo "$as_me: failed program was:" >&5
29753 sed 's/^/| /' conftest.
$ac_ext >&5
29755 eval "$as_ac_var=no"
29757 rm -f conftest.err conftest.
$ac_objext \
29758 conftest
$ac_exeext conftest.
$ac_ext
29760 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29761 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29762 if test `eval echo '${'$as_ac_var'}'` = yes; then
29763 cat >>confdefs.h
<<_ACEOF
29764 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29773 for ac_func
in putenv setenv
29775 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29776 echo "$as_me:$LINENO: checking for $ac_func" >&5
29777 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29778 if eval "test \"\${$as_ac_var+set}\" = set"; then
29779 echo $ECHO_N "(cached) $ECHO_C" >&6
29781 cat >conftest.
$ac_ext <<_ACEOF
29784 cat confdefs.h
>>conftest.
$ac_ext
29785 cat >>conftest.
$ac_ext <<_ACEOF
29786 /* end confdefs.h. */
29787 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29788 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29789 #define $ac_func innocuous_$ac_func
29791 /* System header to define __stub macros and hopefully few prototypes,
29792 which can conflict with char $ac_func (); below.
29793 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29794 <limits.h> exists even on freestanding compilers. */
29797 # include <limits.h>
29799 # include <assert.h>
29804 /* Override any gcc2 internal prototype to avoid an error. */
29809 /* We use char because int might match the return type of a gcc2
29810 builtin and then its argument prototype would still apply. */
29812 /* The GNU C library defines this for functions which it implements
29813 to always fail with ENOSYS. Some functions are actually named
29814 something starting with __ and the normal name is an alias. */
29815 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29818 char (*f) () = $ac_func;
29827 return f != $ac_func;
29832 rm -f conftest.
$ac_objext conftest
$ac_exeext
29833 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29834 (eval $ac_link) 2>conftest.er1
29836 grep -v '^ *+' conftest.er1
>conftest.err
29838 cat conftest.err
>&5
29839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29840 (exit $ac_status); } &&
29841 { ac_try
='test -z "$ac_c_werror_flag"
29842 || test ! -s conftest.err'
29843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29844 (eval $ac_try) 2>&5
29846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29847 (exit $ac_status); }; } &&
29848 { ac_try
='test -s conftest$ac_exeext'
29849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29850 (eval $ac_try) 2>&5
29852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29853 (exit $ac_status); }; }; then
29854 eval "$as_ac_var=yes"
29856 echo "$as_me: failed program was:" >&5
29857 sed 's/^/| /' conftest.
$ac_ext >&5
29859 eval "$as_ac_var=no"
29861 rm -f conftest.err conftest.
$ac_objext \
29862 conftest
$ac_exeext conftest.
$ac_ext
29864 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29865 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29866 if test `eval echo '${'$as_ac_var'}'` = yes; then
29867 cat >>confdefs.h
<<_ACEOF
29868 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29875 HAVE_SOME_SLEEP_FUNC
=0
29876 if test "$USE_BEOS" = 1; then
29877 cat >>confdefs.h
<<\_ACEOF
29878 #define HAVE_SLEEP 1
29881 HAVE_SOME_SLEEP_FUNC
=1
29884 if test "$USE_DARWIN" = 1; then
29885 cat >>confdefs.h
<<\_ACEOF
29886 #define HAVE_USLEEP 1
29889 HAVE_SOME_SLEEP_FUNC
=1
29892 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
29895 for ac_func
in nanosleep
29897 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29898 echo "$as_me:$LINENO: checking for $ac_func" >&5
29899 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29900 if eval "test \"\${$as_ac_var+set}\" = set"; then
29901 echo $ECHO_N "(cached) $ECHO_C" >&6
29903 cat >conftest.
$ac_ext <<_ACEOF
29906 cat confdefs.h
>>conftest.
$ac_ext
29907 cat >>conftest.
$ac_ext <<_ACEOF
29908 /* end confdefs.h. */
29909 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29910 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29911 #define $ac_func innocuous_$ac_func
29913 /* System header to define __stub macros and hopefully few prototypes,
29914 which can conflict with char $ac_func (); below.
29915 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29916 <limits.h> exists even on freestanding compilers. */
29919 # include <limits.h>
29921 # include <assert.h>
29926 /* Override any gcc2 internal prototype to avoid an error. */
29931 /* We use char because int might match the return type of a gcc2
29932 builtin and then its argument prototype would still apply. */
29934 /* The GNU C library defines this for functions which it implements
29935 to always fail with ENOSYS. Some functions are actually named
29936 something starting with __ and the normal name is an alias. */
29937 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29940 char (*f) () = $ac_func;
29949 return f != $ac_func;
29954 rm -f conftest.
$ac_objext conftest
$ac_exeext
29955 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29956 (eval $ac_link) 2>conftest.er1
29958 grep -v '^ *+' conftest.er1
>conftest.err
29960 cat conftest.err
>&5
29961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29962 (exit $ac_status); } &&
29963 { ac_try
='test -z "$ac_c_werror_flag"
29964 || test ! -s conftest.err'
29965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29966 (eval $ac_try) 2>&5
29968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29969 (exit $ac_status); }; } &&
29970 { ac_try
='test -s conftest$ac_exeext'
29971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29972 (eval $ac_try) 2>&5
29974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29975 (exit $ac_status); }; }; then
29976 eval "$as_ac_var=yes"
29978 echo "$as_me: failed program was:" >&5
29979 sed 's/^/| /' conftest.
$ac_ext >&5
29981 eval "$as_ac_var=no"
29983 rm -f conftest.err conftest.
$ac_objext \
29984 conftest
$ac_exeext conftest.
$ac_ext
29986 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29987 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29988 if test `eval echo '${'$as_ac_var'}'` = yes; then
29989 cat >>confdefs.h
<<_ACEOF
29990 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29992 cat >>confdefs.h
<<\_ACEOF
29993 #define HAVE_NANOSLEEP 1
29998 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
29999 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
30000 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
30001 echo $ECHO_N "(cached) $ECHO_C" >&6
30003 ac_check_lib_save_LIBS
=$LIBS
30004 LIBS
="-lposix4 $LIBS"
30005 cat >conftest.
$ac_ext <<_ACEOF
30008 cat confdefs.h
>>conftest.
$ac_ext
30009 cat >>conftest.
$ac_ext <<_ACEOF
30010 /* end confdefs.h. */
30012 /* Override any gcc2 internal prototype to avoid an error. */
30016 /* We use char because int might match the return type of a gcc2
30017 builtin and then its argument prototype would still apply. */
30027 rm -f conftest.
$ac_objext conftest
$ac_exeext
30028 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30029 (eval $ac_link) 2>conftest.er1
30031 grep -v '^ *+' conftest.er1
>conftest.err
30033 cat conftest.err
>&5
30034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30035 (exit $ac_status); } &&
30036 { ac_try
='test -z "$ac_c_werror_flag"
30037 || test ! -s conftest.err'
30038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30039 (eval $ac_try) 2>&5
30041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30042 (exit $ac_status); }; } &&
30043 { ac_try
='test -s conftest$ac_exeext'
30044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30045 (eval $ac_try) 2>&5
30047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30048 (exit $ac_status); }; }; then
30049 ac_cv_lib_posix4_nanosleep
=yes
30051 echo "$as_me: failed program was:" >&5
30052 sed 's/^/| /' conftest.
$ac_ext >&5
30054 ac_cv_lib_posix4_nanosleep
=no
30056 rm -f conftest.err conftest.
$ac_objext \
30057 conftest
$ac_exeext conftest.
$ac_ext
30058 LIBS
=$ac_check_lib_save_LIBS
30060 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
30061 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
30062 if test $ac_cv_lib_posix4_nanosleep = yes; then
30064 cat >>confdefs.h
<<\_ACEOF
30065 #define HAVE_NANOSLEEP 1
30068 POSIX4_LINK
=" -lposix4"
30073 for ac_func
in usleep
30075 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30076 echo "$as_me:$LINENO: checking for $ac_func" >&5
30077 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30078 if eval "test \"\${$as_ac_var+set}\" = set"; then
30079 echo $ECHO_N "(cached) $ECHO_C" >&6
30081 cat >conftest.
$ac_ext <<_ACEOF
30084 cat confdefs.h
>>conftest.
$ac_ext
30085 cat >>conftest.
$ac_ext <<_ACEOF
30086 /* end confdefs.h. */
30087 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30088 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30089 #define $ac_func innocuous_$ac_func
30091 /* System header to define __stub macros and hopefully few prototypes,
30092 which can conflict with char $ac_func (); below.
30093 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30094 <limits.h> exists even on freestanding compilers. */
30097 # include <limits.h>
30099 # include <assert.h>
30104 /* Override any gcc2 internal prototype to avoid an error. */
30109 /* We use char because int might match the return type of a gcc2
30110 builtin and then its argument prototype would still apply. */
30112 /* The GNU C library defines this for functions which it implements
30113 to always fail with ENOSYS. Some functions are actually named
30114 something starting with __ and the normal name is an alias. */
30115 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30118 char (*f) () = $ac_func;
30127 return f != $ac_func;
30132 rm -f conftest.
$ac_objext conftest
$ac_exeext
30133 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30134 (eval $ac_link) 2>conftest.er1
30136 grep -v '^ *+' conftest.er1
>conftest.err
30138 cat conftest.err
>&5
30139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30140 (exit $ac_status); } &&
30141 { ac_try
='test -z "$ac_c_werror_flag"
30142 || test ! -s conftest.err'
30143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30144 (eval $ac_try) 2>&5
30146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30147 (exit $ac_status); }; } &&
30148 { ac_try
='test -s conftest$ac_exeext'
30149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30150 (eval $ac_try) 2>&5
30152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30153 (exit $ac_status); }; }; then
30154 eval "$as_ac_var=yes"
30156 echo "$as_me: failed program was:" >&5
30157 sed 's/^/| /' conftest.
$ac_ext >&5
30159 eval "$as_ac_var=no"
30161 rm -f conftest.err conftest.
$ac_objext \
30162 conftest
$ac_exeext conftest.
$ac_ext
30164 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30165 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30166 if test `eval echo '${'$as_ac_var'}'` = yes; then
30167 cat >>confdefs.h
<<_ACEOF
30168 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30170 cat >>confdefs.h
<<\_ACEOF
30171 #define HAVE_USLEEP 1
30175 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
30176 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
30194 for ac_func
in uname gethostname
30196 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30197 echo "$as_me:$LINENO: checking for $ac_func" >&5
30198 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30199 if eval "test \"\${$as_ac_var+set}\" = set"; then
30200 echo $ECHO_N "(cached) $ECHO_C" >&6
30202 cat >conftest.
$ac_ext <<_ACEOF
30205 cat confdefs.h
>>conftest.
$ac_ext
30206 cat >>conftest.
$ac_ext <<_ACEOF
30207 /* end confdefs.h. */
30208 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30209 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30210 #define $ac_func innocuous_$ac_func
30212 /* System header to define __stub macros and hopefully few prototypes,
30213 which can conflict with char $ac_func (); below.
30214 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30215 <limits.h> exists even on freestanding compilers. */
30218 # include <limits.h>
30220 # include <assert.h>
30225 /* Override any gcc2 internal prototype to avoid an error. */
30230 /* We use char because int might match the return type of a gcc2
30231 builtin and then its argument prototype would still apply. */
30233 /* The GNU C library defines this for functions which it implements
30234 to always fail with ENOSYS. Some functions are actually named
30235 something starting with __ and the normal name is an alias. */
30236 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30239 char (*f) () = $ac_func;
30248 return f != $ac_func;
30253 rm -f conftest.
$ac_objext conftest
$ac_exeext
30254 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30255 (eval $ac_link) 2>conftest.er1
30257 grep -v '^ *+' conftest.er1
>conftest.err
30259 cat conftest.err
>&5
30260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30261 (exit $ac_status); } &&
30262 { ac_try
='test -z "$ac_c_werror_flag"
30263 || test ! -s conftest.err'
30264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30265 (eval $ac_try) 2>&5
30267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30268 (exit $ac_status); }; } &&
30269 { ac_try
='test -s conftest$ac_exeext'
30270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30271 (eval $ac_try) 2>&5
30273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30274 (exit $ac_status); }; }; then
30275 eval "$as_ac_var=yes"
30277 echo "$as_me: failed program was:" >&5
30278 sed 's/^/| /' conftest.
$ac_ext >&5
30280 eval "$as_ac_var=no"
30282 rm -f conftest.err conftest.
$ac_objext \
30283 conftest
$ac_exeext conftest.
$ac_ext
30285 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30286 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30287 if test `eval echo '${'$as_ac_var'}'` = yes; then
30288 cat >>confdefs.h
<<_ACEOF
30289 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30299 ac_cpp
='$CXXCPP $CPPFLAGS'
30300 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30301 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30302 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30306 for ac_func
in strtok_r
30308 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30309 echo "$as_me:$LINENO: checking for $ac_func" >&5
30310 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30311 if eval "test \"\${$as_ac_var+set}\" = set"; then
30312 echo $ECHO_N "(cached) $ECHO_C" >&6
30314 cat >conftest.
$ac_ext <<_ACEOF
30317 cat confdefs.h
>>conftest.
$ac_ext
30318 cat >>conftest.
$ac_ext <<_ACEOF
30319 /* end confdefs.h. */
30320 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30321 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30322 #define $ac_func innocuous_$ac_func
30324 /* System header to define __stub macros and hopefully few prototypes,
30325 which can conflict with char $ac_func (); below.
30326 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30327 <limits.h> exists even on freestanding compilers. */
30330 # include <limits.h>
30332 # include <assert.h>
30337 /* Override any gcc2 internal prototype to avoid an error. */
30342 /* We use char because int might match the return type of a gcc2
30343 builtin and then its argument prototype would still apply. */
30345 /* The GNU C library defines this for functions which it implements
30346 to always fail with ENOSYS. Some functions are actually named
30347 something starting with __ and the normal name is an alias. */
30348 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30351 char (*f) () = $ac_func;
30360 return f != $ac_func;
30365 rm -f conftest.
$ac_objext conftest
$ac_exeext
30366 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30367 (eval $ac_link) 2>conftest.er1
30369 grep -v '^ *+' conftest.er1
>conftest.err
30371 cat conftest.err
>&5
30372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30373 (exit $ac_status); } &&
30374 { ac_try
='test -z "$ac_cxx_werror_flag"
30375 || test ! -s conftest.err'
30376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30377 (eval $ac_try) 2>&5
30379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30380 (exit $ac_status); }; } &&
30381 { ac_try
='test -s conftest$ac_exeext'
30382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30383 (eval $ac_try) 2>&5
30385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30386 (exit $ac_status); }; }; then
30387 eval "$as_ac_var=yes"
30389 echo "$as_me: failed program was:" >&5
30390 sed 's/^/| /' conftest.
$ac_ext >&5
30392 eval "$as_ac_var=no"
30394 rm -f conftest.err conftest.
$ac_objext \
30395 conftest
$ac_exeext conftest.
$ac_ext
30397 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30398 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30399 if test `eval echo '${'$as_ac_var'}'` = yes; then
30400 cat >>confdefs.h
<<_ACEOF
30401 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30409 ac_cpp
='$CPP $CPPFLAGS'
30410 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30411 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30412 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30417 for ac_func
in inet_addr
30419 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30420 echo "$as_me:$LINENO: checking for $ac_func" >&5
30421 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30422 if eval "test \"\${$as_ac_var+set}\" = set"; then
30423 echo $ECHO_N "(cached) $ECHO_C" >&6
30425 cat >conftest.
$ac_ext <<_ACEOF
30428 cat confdefs.h
>>conftest.
$ac_ext
30429 cat >>conftest.
$ac_ext <<_ACEOF
30430 /* end confdefs.h. */
30431 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30432 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30433 #define $ac_func innocuous_$ac_func
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. */
30441 # include <limits.h>
30443 # include <assert.h>
30448 /* Override any gcc2 internal prototype to avoid an error. */
30453 /* We use char because int might match the return type of a gcc2
30454 builtin and then its argument prototype would still apply. */
30456 /* The GNU C library defines this for functions which it implements
30457 to always fail with ENOSYS. Some functions are actually named
30458 something starting with __ and the normal name is an alias. */
30459 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30462 char (*f) () = $ac_func;
30471 return f != $ac_func;
30476 rm -f conftest.
$ac_objext conftest
$ac_exeext
30477 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30478 (eval $ac_link) 2>conftest.er1
30480 grep -v '^ *+' conftest.er1
>conftest.err
30482 cat conftest.err
>&5
30483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30484 (exit $ac_status); } &&
30485 { ac_try
='test -z "$ac_c_werror_flag"
30486 || test ! -s conftest.err'
30487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30488 (eval $ac_try) 2>&5
30490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30491 (exit $ac_status); }; } &&
30492 { ac_try
='test -s conftest$ac_exeext'
30493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30494 (eval $ac_try) 2>&5
30496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30497 (exit $ac_status); }; }; then
30498 eval "$as_ac_var=yes"
30500 echo "$as_me: failed program was:" >&5
30501 sed 's/^/| /' conftest.
$ac_ext >&5
30503 eval "$as_ac_var=no"
30505 rm -f conftest.err conftest.
$ac_objext \
30506 conftest
$ac_exeext conftest.
$ac_ext
30508 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30509 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30510 if test `eval echo '${'$as_ac_var'}'` = yes; then
30511 cat >>confdefs.h
<<_ACEOF
30512 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30514 cat >>confdefs.h
<<\_ACEOF
30515 #define HAVE_INET_ADDR 1
30520 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
30521 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
30522 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
30523 echo $ECHO_N "(cached) $ECHO_C" >&6
30525 ac_check_lib_save_LIBS
=$LIBS
30527 cat >conftest.
$ac_ext <<_ACEOF
30530 cat confdefs.h
>>conftest.
$ac_ext
30531 cat >>conftest.
$ac_ext <<_ACEOF
30532 /* end confdefs.h. */
30534 /* Override any gcc2 internal prototype to avoid an error. */
30538 /* We use char because int might match the return type of a gcc2
30539 builtin and then its argument prototype would still apply. */
30549 rm -f conftest.
$ac_objext conftest
$ac_exeext
30550 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30551 (eval $ac_link) 2>conftest.er1
30553 grep -v '^ *+' conftest.er1
>conftest.err
30555 cat conftest.err
>&5
30556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30557 (exit $ac_status); } &&
30558 { ac_try
='test -z "$ac_c_werror_flag"
30559 || test ! -s conftest.err'
30560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30561 (eval $ac_try) 2>&5
30563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30564 (exit $ac_status); }; } &&
30565 { ac_try
='test -s conftest$ac_exeext'
30566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30567 (eval $ac_try) 2>&5
30569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30570 (exit $ac_status); }; }; then
30571 ac_cv_lib_nsl_inet_addr
=yes
30573 echo "$as_me: failed program was:" >&5
30574 sed 's/^/| /' conftest.
$ac_ext >&5
30576 ac_cv_lib_nsl_inet_addr
=no
30578 rm -f conftest.err conftest.
$ac_objext \
30579 conftest
$ac_exeext conftest.
$ac_ext
30580 LIBS
=$ac_check_lib_save_LIBS
30582 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
30583 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
30584 if test $ac_cv_lib_nsl_inet_addr = yes; then
30588 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
30589 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
30590 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
30591 echo $ECHO_N "(cached) $ECHO_C" >&6
30593 ac_check_lib_save_LIBS
=$LIBS
30594 LIBS
="-lresolv $LIBS"
30595 cat >conftest.
$ac_ext <<_ACEOF
30598 cat confdefs.h
>>conftest.
$ac_ext
30599 cat >>conftest.
$ac_ext <<_ACEOF
30600 /* end confdefs.h. */
30602 /* Override any gcc2 internal prototype to avoid an error. */
30606 /* We use char because int might match the return type of a gcc2
30607 builtin and then its argument prototype would still apply. */
30617 rm -f conftest.
$ac_objext conftest
$ac_exeext
30618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30619 (eval $ac_link) 2>conftest.er1
30621 grep -v '^ *+' conftest.er1
>conftest.err
30623 cat conftest.err
>&5
30624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30625 (exit $ac_status); } &&
30626 { ac_try
='test -z "$ac_c_werror_flag"
30627 || test ! -s conftest.err'
30628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30629 (eval $ac_try) 2>&5
30631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30632 (exit $ac_status); }; } &&
30633 { ac_try
='test -s conftest$ac_exeext'
30634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30635 (eval $ac_try) 2>&5
30637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30638 (exit $ac_status); }; }; then
30639 ac_cv_lib_resolv_inet_addr
=yes
30641 echo "$as_me: failed program was:" >&5
30642 sed 's/^/| /' conftest.
$ac_ext >&5
30644 ac_cv_lib_resolv_inet_addr
=no
30646 rm -f conftest.err conftest.
$ac_objext \
30647 conftest
$ac_exeext conftest.
$ac_ext
30648 LIBS
=$ac_check_lib_save_LIBS
30650 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
30651 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
30652 if test $ac_cv_lib_resolv_inet_addr = yes; then
30656 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
30657 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
30658 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
30659 echo $ECHO_N "(cached) $ECHO_C" >&6
30661 ac_check_lib_save_LIBS
=$LIBS
30662 LIBS
="-lsocket $LIBS"
30663 cat >conftest.
$ac_ext <<_ACEOF
30666 cat confdefs.h
>>conftest.
$ac_ext
30667 cat >>conftest.
$ac_ext <<_ACEOF
30668 /* end confdefs.h. */
30670 /* Override any gcc2 internal prototype to avoid an error. */
30674 /* We use char because int might match the return type of a gcc2
30675 builtin and then its argument prototype would still apply. */
30685 rm -f conftest.
$ac_objext conftest
$ac_exeext
30686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30687 (eval $ac_link) 2>conftest.er1
30689 grep -v '^ *+' conftest.er1
>conftest.err
30691 cat conftest.err
>&5
30692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30693 (exit $ac_status); } &&
30694 { ac_try
='test -z "$ac_c_werror_flag"
30695 || test ! -s conftest.err'
30696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30697 (eval $ac_try) 2>&5
30699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30700 (exit $ac_status); }; } &&
30701 { ac_try
='test -s conftest$ac_exeext'
30702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30703 (eval $ac_try) 2>&5
30705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30706 (exit $ac_status); }; }; then
30707 ac_cv_lib_socket_inet_addr
=yes
30709 echo "$as_me: failed program was:" >&5
30710 sed 's/^/| /' conftest.
$ac_ext >&5
30712 ac_cv_lib_socket_inet_addr
=no
30714 rm -f conftest.err conftest.
$ac_objext \
30715 conftest
$ac_exeext conftest.
$ac_ext
30716 LIBS
=$ac_check_lib_save_LIBS
30718 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
30719 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
30720 if test $ac_cv_lib_socket_inet_addr = yes; then
30740 for ac_func
in inet_aton
30742 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30743 echo "$as_me:$LINENO: checking for $ac_func" >&5
30744 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30745 if eval "test \"\${$as_ac_var+set}\" = set"; then
30746 echo $ECHO_N "(cached) $ECHO_C" >&6
30748 cat >conftest.
$ac_ext <<_ACEOF
30751 cat confdefs.h
>>conftest.
$ac_ext
30752 cat >>conftest.
$ac_ext <<_ACEOF
30753 /* end confdefs.h. */
30754 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30755 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30756 #define $ac_func innocuous_$ac_func
30758 /* System header to define __stub macros and hopefully few prototypes,
30759 which can conflict with char $ac_func (); below.
30760 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30761 <limits.h> exists even on freestanding compilers. */
30764 # include <limits.h>
30766 # include <assert.h>
30771 /* Override any gcc2 internal prototype to avoid an error. */
30776 /* We use char because int might match the return type of a gcc2
30777 builtin and then its argument prototype would still apply. */
30779 /* The GNU C library defines this for functions which it implements
30780 to always fail with ENOSYS. Some functions are actually named
30781 something starting with __ and the normal name is an alias. */
30782 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30785 char (*f) () = $ac_func;
30794 return f != $ac_func;
30799 rm -f conftest.
$ac_objext conftest
$ac_exeext
30800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30801 (eval $ac_link) 2>conftest.er1
30803 grep -v '^ *+' conftest.er1
>conftest.err
30805 cat conftest.err
>&5
30806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30807 (exit $ac_status); } &&
30808 { ac_try
='test -z "$ac_c_werror_flag"
30809 || test ! -s conftest.err'
30810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30811 (eval $ac_try) 2>&5
30813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30814 (exit $ac_status); }; } &&
30815 { ac_try
='test -s conftest$ac_exeext'
30816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30817 (eval $ac_try) 2>&5
30819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30820 (exit $ac_status); }; }; then
30821 eval "$as_ac_var=yes"
30823 echo "$as_me: failed program was:" >&5
30824 sed 's/^/| /' conftest.
$ac_ext >&5
30826 eval "$as_ac_var=no"
30828 rm -f conftest.err conftest.
$ac_objext \
30829 conftest
$ac_exeext conftest.
$ac_ext
30831 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30832 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30833 if test `eval echo '${'$as_ac_var'}'` = yes; then
30834 cat >>confdefs.h
<<_ACEOF
30835 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30837 cat >>confdefs.h
<<\_ACEOF
30838 #define HAVE_INET_ATON 1
30843 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
30844 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
30845 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
30846 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
30847 echo $ECHO_N "(cached) $ECHO_C" >&6
30849 ac_check_lib_save_LIBS
=$LIBS
30850 LIBS
="-l$INET_LINK $LIBS"
30851 cat >conftest.
$ac_ext <<_ACEOF
30854 cat confdefs.h
>>conftest.
$ac_ext
30855 cat >>conftest.
$ac_ext <<_ACEOF
30856 /* end confdefs.h. */
30858 /* Override any gcc2 internal prototype to avoid an error. */
30862 /* We use char because int might match the return type of a gcc2
30863 builtin and then its argument prototype would still apply. */
30873 rm -f conftest.
$ac_objext conftest
$ac_exeext
30874 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30875 (eval $ac_link) 2>conftest.er1
30877 grep -v '^ *+' conftest.er1
>conftest.err
30879 cat conftest.err
>&5
30880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30881 (exit $ac_status); } &&
30882 { ac_try
='test -z "$ac_c_werror_flag"
30883 || test ! -s conftest.err'
30884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30885 (eval $ac_try) 2>&5
30887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30888 (exit $ac_status); }; } &&
30889 { ac_try
='test -s conftest$ac_exeext'
30890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30891 (eval $ac_try) 2>&5
30893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30894 (exit $ac_status); }; }; then
30895 eval "$as_ac_Lib=yes"
30897 echo "$as_me: failed program was:" >&5
30898 sed 's/^/| /' conftest.
$ac_ext >&5
30900 eval "$as_ac_Lib=no"
30902 rm -f conftest.err conftest.
$ac_objext \
30903 conftest
$ac_exeext conftest.
$ac_ext
30904 LIBS
=$ac_check_lib_save_LIBS
30906 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
30907 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
30908 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
30909 cat >>confdefs.h
<<\_ACEOF
30910 #define HAVE_INET_ATON 1
30920 if test "x$INET_LINK" != "x"; then
30921 cat >>confdefs.h
<<\_ACEOF
30922 #define HAVE_INET_ADDR 1
30925 INET_LINK
=" -l$INET_LINK"
30933 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
30934 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
30935 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
30936 echo $ECHO_N "(cached) $ECHO_C" >&6
30938 ac_check_lib_save_LIBS
=$LIBS
30940 cat >conftest.
$ac_ext <<_ACEOF
30943 cat confdefs.h
>>conftest.
$ac_ext
30944 cat >>conftest.
$ac_ext <<_ACEOF
30945 /* end confdefs.h. */
30947 /* Override any gcc2 internal prototype to avoid an error. */
30951 /* We use char because int might match the return type of a gcc2
30952 builtin and then its argument prototype would still apply. */
30962 rm -f conftest.
$ac_objext conftest
$ac_exeext
30963 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30964 (eval $ac_link) 2>conftest.er1
30966 grep -v '^ *+' conftest.er1
>conftest.err
30968 cat conftest.err
>&5
30969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30970 (exit $ac_status); } &&
30971 { ac_try
='test -z "$ac_c_werror_flag"
30972 || test ! -s conftest.err'
30973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30974 (eval $ac_try) 2>&5
30976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30977 (exit $ac_status); }; } &&
30978 { ac_try
='test -s conftest$ac_exeext'
30979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30980 (eval $ac_try) 2>&5
30982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30983 (exit $ac_status); }; }; then
30984 ac_cv_lib_esd_esd_close
=yes
30986 echo "$as_me: failed program was:" >&5
30987 sed 's/^/| /' conftest.
$ac_ext >&5
30989 ac_cv_lib_esd_esd_close
=no
30991 rm -f conftest.err conftest.
$ac_objext \
30992 conftest
$ac_exeext conftest.
$ac_ext
30993 LIBS
=$ac_check_lib_save_LIBS
30995 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
30996 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
30997 if test $ac_cv_lib_esd_esd_close = yes; then
31000 for ac_header
in esd.h
31002 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31003 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31004 echo "$as_me:$LINENO: checking for $ac_header" >&5
31005 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31006 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31007 echo $ECHO_N "(cached) $ECHO_C" >&6
31009 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31010 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31012 # Is the header compilable?
31013 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31014 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31015 cat >conftest.
$ac_ext <<_ACEOF
31018 cat confdefs.h
>>conftest.
$ac_ext
31019 cat >>conftest.
$ac_ext <<_ACEOF
31020 /* end confdefs.h. */
31021 $ac_includes_default
31022 #include <$ac_header>
31024 rm -f conftest.
$ac_objext
31025 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31026 (eval $ac_compile) 2>conftest.er1
31028 grep -v '^ *+' conftest.er1
>conftest.err
31030 cat conftest.err
>&5
31031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31032 (exit $ac_status); } &&
31033 { ac_try
='test -z "$ac_c_werror_flag"
31034 || test ! -s conftest.err'
31035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31036 (eval $ac_try) 2>&5
31038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31039 (exit $ac_status); }; } &&
31040 { ac_try
='test -s conftest.$ac_objext'
31041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31042 (eval $ac_try) 2>&5
31044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31045 (exit $ac_status); }; }; then
31046 ac_header_compiler
=yes
31048 echo "$as_me: failed program was:" >&5
31049 sed 's/^/| /' conftest.
$ac_ext >&5
31051 ac_header_compiler
=no
31053 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31054 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31055 echo "${ECHO_T}$ac_header_compiler" >&6
31057 # Is the header present?
31058 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31059 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31060 cat >conftest.
$ac_ext <<_ACEOF
31063 cat confdefs.h
>>conftest.
$ac_ext
31064 cat >>conftest.
$ac_ext <<_ACEOF
31065 /* end confdefs.h. */
31066 #include <$ac_header>
31068 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31069 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31071 grep -v '^ *+' conftest.er1
>conftest.err
31073 cat conftest.err
>&5
31074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31075 (exit $ac_status); } >/dev
/null
; then
31076 if test -s conftest.err
; then
31077 ac_cpp_err
=$ac_c_preproc_warn_flag
31078 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
31085 if test -z "$ac_cpp_err"; then
31086 ac_header_preproc
=yes
31088 echo "$as_me: failed program was:" >&5
31089 sed 's/^/| /' conftest.
$ac_ext >&5
31091 ac_header_preproc
=no
31093 rm -f conftest.err conftest.
$ac_ext
31094 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31095 echo "${ECHO_T}$ac_header_preproc" >&6
31097 # So? What about this header?
31098 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31100 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31101 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31102 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31103 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31104 ac_header_preproc
=yes
31107 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31108 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31109 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31110 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31111 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31112 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31113 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31114 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31115 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31116 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31117 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31118 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31121 ## ----------------------------------------- ##
31122 ## Report this to wx-dev@lists.wxwindows.org ##
31123 ## ----------------------------------------- ##
31126 sed "s/^/$as_me: WARNING: /" >&2
31129 echo "$as_me:$LINENO: checking for $ac_header" >&5
31130 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31131 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31132 echo $ECHO_N "(cached) $ECHO_C" >&6
31134 eval "$as_ac_Header=\$ac_header_preproc"
31136 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31137 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31140 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31141 cat >>confdefs.h
<<_ACEOF
31142 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31145 EXTRALIBS_ESD
="-lesd"
31156 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
31157 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
31158 cat >conftest.
$ac_ext <<_ACEOF
31161 cat confdefs.h
>>conftest.
$ac_ext
31162 cat >>conftest.
$ac_ext <<_ACEOF
31163 /* end confdefs.h. */
31165 #include <linux/cdrom.h>
31168 #include <sys/cdio.h>
31174 struct cdrom_tocentry entry, old_entry;
31179 rm -f conftest.
$ac_objext
31180 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31181 (eval $ac_compile) 2>conftest.er1
31183 grep -v '^ *+' conftest.er1
>conftest.err
31185 cat conftest.err
>&5
31186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31187 (exit $ac_status); } &&
31188 { ac_try
='test -z "$ac_c_werror_flag"
31189 || test ! -s conftest.err'
31190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31191 (eval $ac_try) 2>&5
31193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31194 (exit $ac_status); }; } &&
31195 { ac_try
='test -s conftest.$ac_objext'
31196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31197 (eval $ac_try) 2>&5
31199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31200 (exit $ac_status); }; }; then
31201 echo "$as_me:$LINENO: result: yes" >&5
31202 echo "${ECHO_T}yes" >&6
31203 cat >>confdefs.h
<<\_ACEOF
31204 #define HAVE_KNOWN_CDROM_INTERFACE 1
31208 echo "$as_me: failed program was:" >&5
31209 sed 's/^/| /' conftest.
$ac_ext >&5
31211 echo "$as_me:$LINENO: result: no" >&5
31212 echo "${ECHO_T}no" >&6
31214 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31217 cat >confcache
<<\_ACEOF
31218 # This file is a shell script that caches the results of configure
31219 # tests run on this system so they can be shared between configure
31220 # scripts and configure runs, see configure's option --config-cache.
31221 # It is not useful on other systems. If it contains results you don't
31222 # want to keep, you may remove or edit it.
31224 # config.status only pays attention to the cache file if you give it
31225 # the --recheck option to rerun configure.
31227 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31228 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31229 # following values.
31233 # The following way of writing the cache mishandles newlines in values,
31234 # but we know of no workaround that is simple, portable, and efficient.
31235 # So, don't put newlines in cache variables' values.
31236 # Ultrix sh set writes to stderr and can't be redirected directly,
31237 # and sets the high bit in the cache file unless we assign to the vars.
31240 case `(ac_space=' '; set | grep ac_space) 2>&1` in
31242 # `set' does not quote correctly, so add quotes (double-quote
31243 # substitution turns \\\\ into \\, and sed turns \\ into \).
31246 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31249 # `set' quotes correctly as required by POSIX, so do not add quotes.
31251 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
31258 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31260 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31262 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
31263 if test -w $cache_file; then
31264 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
31265 cat confcache
>$cache_file
31267 echo "not updating unwritable cache $cache_file"
31274 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
31280 if test "$wxUSE_THREADS" = "yes" ; then
31281 if test "$USE_BEOS" = 1; then
31282 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
31283 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
31288 if test "$wxUSE_THREADS" = "yes" ; then
31291 THREAD_OPTS
="-pthread"
31293 *-*-solaris2* | *-*-sunos4* )
31294 if test "x$GCC" = "xyes"; then
31295 THREAD_OPTS
="-pthreads $THREAD_OPTS"
31297 THREAD_OPTS
="-mt $THREAD_OPTS"
31301 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
31303 *-*-darwin* | *-*-cygwin* )
31307 THREAD_OPTS
="pthreads"
31310 if test "x$GCC" != "xyes"; then
31316 if test "x$GCC" = "xyes"; then
31322 if test "x$GCC" != "xyes"; then
31323 THREAD_OPTS
="-Ethread"
31328 THREAD_OPTS
="$THREAD_OPTS pthread none"
31331 for flag
in $THREAD_OPTS; do
31334 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
31335 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
31339 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
31340 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
31341 THREADS_CFLAGS
="$flag"
31345 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
31346 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
31347 THREADS_LINK
="-l$flag"
31352 save_CFLAGS
="$CFLAGS"
31353 LIBS
="$THREADS_LINK $LIBS"
31354 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
31356 cat >conftest.
$ac_ext <<_ACEOF
31359 cat confdefs.h
>>conftest.
$ac_ext
31360 cat >>conftest.
$ac_ext <<_ACEOF
31361 /* end confdefs.h. */
31362 #include <pthread.h>
31366 pthread_create(0,0,0,0);
31371 rm -f conftest.
$ac_objext conftest
$ac_exeext
31372 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31373 (eval $ac_link) 2>conftest.er1
31375 grep -v '^ *+' conftest.er1
>conftest.err
31377 cat conftest.err
>&5
31378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31379 (exit $ac_status); } &&
31380 { ac_try
='test -z "$ac_c_werror_flag"
31381 || test ! -s conftest.err'
31382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31383 (eval $ac_try) 2>&5
31385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31386 (exit $ac_status); }; } &&
31387 { ac_try
='test -s conftest$ac_exeext'
31388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31389 (eval $ac_try) 2>&5
31391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31392 (exit $ac_status); }; }; then
31395 echo "$as_me: failed program was:" >&5
31396 sed 's/^/| /' conftest.
$ac_ext >&5
31399 rm -f conftest.err conftest.
$ac_objext \
31400 conftest
$ac_exeext conftest.
$ac_ext
31403 CFLAGS
="$save_CFLAGS"
31405 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
31406 echo "${ECHO_T}$THREADS_OK" >&6
31407 if test "x$THREADS_OK" = "xyes"; then
31415 if test "x$THREADS_OK" != "xyes"; then
31417 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
31418 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
31420 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
31421 LIBS
="$THREADS_LINK $LIBS"
31423 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
31424 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
31428 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
31429 flag
="-D_THREAD_SAFE"
31432 flag
="-D_THREAD_SAFE"
31435 flag
="-D_REENTRANT"
31436 if test "x$GCC" != "xyes"; then
31437 flag
="$flag -D_RWSTD_MULTI_THREAD"
31440 *solaris
* | alpha
*-osf*)
31441 flag
="-D_REENTRANT"
31444 echo "$as_me:$LINENO: result: ${flag}" >&5
31445 echo "${ECHO_T}${flag}" >&6
31446 if test "x$flag" != xno
; then
31447 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
31450 if test "x$THREADS_CFLAGS" != "x"; then
31451 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
31452 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
31457 if test "$wxUSE_THREADS" = "yes" ; then
31459 for ac_func
in thr_setconcurrency
31461 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31462 echo "$as_me:$LINENO: checking for $ac_func" >&5
31463 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31464 if eval "test \"\${$as_ac_var+set}\" = set"; then
31465 echo $ECHO_N "(cached) $ECHO_C" >&6
31467 cat >conftest.
$ac_ext <<_ACEOF
31470 cat confdefs.h
>>conftest.
$ac_ext
31471 cat >>conftest.
$ac_ext <<_ACEOF
31472 /* end confdefs.h. */
31473 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31474 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31475 #define $ac_func innocuous_$ac_func
31477 /* System header to define __stub macros and hopefully few prototypes,
31478 which can conflict with char $ac_func (); below.
31479 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31480 <limits.h> exists even on freestanding compilers. */
31483 # include <limits.h>
31485 # include <assert.h>
31490 /* Override any gcc2 internal prototype to avoid an error. */
31495 /* We use char because int might match the return type of a gcc2
31496 builtin and then its argument prototype would still apply. */
31498 /* The GNU C library defines this for functions which it implements
31499 to always fail with ENOSYS. Some functions are actually named
31500 something starting with __ and the normal name is an alias. */
31501 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31504 char (*f) () = $ac_func;
31513 return f != $ac_func;
31518 rm -f conftest.
$ac_objext conftest
$ac_exeext
31519 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31520 (eval $ac_link) 2>conftest.er1
31522 grep -v '^ *+' conftest.er1
>conftest.err
31524 cat conftest.err
>&5
31525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31526 (exit $ac_status); } &&
31527 { ac_try
='test -z "$ac_c_werror_flag"
31528 || test ! -s conftest.err'
31529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31530 (eval $ac_try) 2>&5
31532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31533 (exit $ac_status); }; } &&
31534 { ac_try
='test -s conftest$ac_exeext'
31535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31536 (eval $ac_try) 2>&5
31538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31539 (exit $ac_status); }; }; then
31540 eval "$as_ac_var=yes"
31542 echo "$as_me: failed program was:" >&5
31543 sed 's/^/| /' conftest.
$ac_ext >&5
31545 eval "$as_ac_var=no"
31547 rm -f conftest.err conftest.
$ac_objext \
31548 conftest
$ac_exeext conftest.
$ac_ext
31550 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31551 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31552 if test `eval echo '${'$as_ac_var'}'` = yes; then
31553 cat >>confdefs.h
<<_ACEOF
31554 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31562 for ac_header
in sched.h
31564 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31565 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31566 echo "$as_me:$LINENO: checking for $ac_header" >&5
31567 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31568 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31569 echo $ECHO_N "(cached) $ECHO_C" >&6
31571 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31572 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31574 # Is the header compilable?
31575 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31576 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31577 cat >conftest.
$ac_ext <<_ACEOF
31580 cat confdefs.h
>>conftest.
$ac_ext
31581 cat >>conftest.
$ac_ext <<_ACEOF
31582 /* end confdefs.h. */
31583 $ac_includes_default
31584 #include <$ac_header>
31586 rm -f conftest.
$ac_objext
31587 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31588 (eval $ac_compile) 2>conftest.er1
31590 grep -v '^ *+' conftest.er1
>conftest.err
31592 cat conftest.err
>&5
31593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31594 (exit $ac_status); } &&
31595 { ac_try
='test -z "$ac_c_werror_flag"
31596 || test ! -s conftest.err'
31597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31598 (eval $ac_try) 2>&5
31600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31601 (exit $ac_status); }; } &&
31602 { ac_try
='test -s conftest.$ac_objext'
31603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31604 (eval $ac_try) 2>&5
31606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31607 (exit $ac_status); }; }; then
31608 ac_header_compiler
=yes
31610 echo "$as_me: failed program was:" >&5
31611 sed 's/^/| /' conftest.
$ac_ext >&5
31613 ac_header_compiler
=no
31615 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31616 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31617 echo "${ECHO_T}$ac_header_compiler" >&6
31619 # Is the header present?
31620 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31621 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31622 cat >conftest.
$ac_ext <<_ACEOF
31625 cat confdefs.h
>>conftest.
$ac_ext
31626 cat >>conftest.
$ac_ext <<_ACEOF
31627 /* end confdefs.h. */
31628 #include <$ac_header>
31630 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31631 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31633 grep -v '^ *+' conftest.er1
>conftest.err
31635 cat conftest.err
>&5
31636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31637 (exit $ac_status); } >/dev
/null
; then
31638 if test -s conftest.err
; then
31639 ac_cpp_err
=$ac_c_preproc_warn_flag
31640 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
31647 if test -z "$ac_cpp_err"; then
31648 ac_header_preproc
=yes
31650 echo "$as_me: failed program was:" >&5
31651 sed 's/^/| /' conftest.
$ac_ext >&5
31653 ac_header_preproc
=no
31655 rm -f conftest.err conftest.
$ac_ext
31656 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31657 echo "${ECHO_T}$ac_header_preproc" >&6
31659 # So? What about this header?
31660 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31662 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31663 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31664 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31665 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31666 ac_header_preproc
=yes
31669 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31670 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31671 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31672 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31673 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31674 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31675 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31676 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31677 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31678 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31679 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31680 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31683 ## ----------------------------------------- ##
31684 ## Report this to wx-dev@lists.wxwindows.org ##
31685 ## ----------------------------------------- ##
31688 sed "s/^/$as_me: WARNING: /" >&2
31691 echo "$as_me:$LINENO: checking for $ac_header" >&5
31692 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31693 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31694 echo $ECHO_N "(cached) $ECHO_C" >&6
31696 eval "$as_ac_Header=\$ac_header_preproc"
31698 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31699 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31702 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31703 cat >>confdefs.h
<<_ACEOF
31704 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31711 if test "$ac_cv_header_sched_h" = "yes"; then
31712 echo "$as_me:$LINENO: checking for sched_yield" >&5
31713 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
31714 if test "${ac_cv_func_sched_yield+set}" = set; then
31715 echo $ECHO_N "(cached) $ECHO_C" >&6
31717 cat >conftest.
$ac_ext <<_ACEOF
31720 cat confdefs.h
>>conftest.
$ac_ext
31721 cat >>conftest.
$ac_ext <<_ACEOF
31722 /* end confdefs.h. */
31723 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
31724 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31725 #define sched_yield innocuous_sched_yield
31727 /* System header to define __stub macros and hopefully few prototypes,
31728 which can conflict with char sched_yield (); below.
31729 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31730 <limits.h> exists even on freestanding compilers. */
31733 # include <limits.h>
31735 # include <assert.h>
31740 /* Override any gcc2 internal prototype to avoid an error. */
31745 /* We use char because int might match the return type of a gcc2
31746 builtin and then its argument prototype would still apply. */
31747 char sched_yield ();
31748 /* The GNU C library defines this for functions which it implements
31749 to always fail with ENOSYS. Some functions are actually named
31750 something starting with __ and the normal name is an alias. */
31751 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
31754 char (*f) () = sched_yield;
31763 return f != sched_yield;
31768 rm -f conftest.
$ac_objext conftest
$ac_exeext
31769 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31770 (eval $ac_link) 2>conftest.er1
31772 grep -v '^ *+' conftest.er1
>conftest.err
31774 cat conftest.err
>&5
31775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31776 (exit $ac_status); } &&
31777 { ac_try
='test -z "$ac_c_werror_flag"
31778 || test ! -s conftest.err'
31779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31780 (eval $ac_try) 2>&5
31782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31783 (exit $ac_status); }; } &&
31784 { ac_try
='test -s conftest$ac_exeext'
31785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31786 (eval $ac_try) 2>&5
31788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31789 (exit $ac_status); }; }; then
31790 ac_cv_func_sched_yield
=yes
31792 echo "$as_me: failed program was:" >&5
31793 sed 's/^/| /' conftest.
$ac_ext >&5
31795 ac_cv_func_sched_yield
=no
31797 rm -f conftest.err conftest.
$ac_objext \
31798 conftest
$ac_exeext conftest.
$ac_ext
31800 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
31801 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
31802 if test $ac_cv_func_sched_yield = yes; then
31803 cat >>confdefs.h
<<\_ACEOF
31804 #define HAVE_SCHED_YIELD 1
31809 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
31810 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
31811 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
31812 echo $ECHO_N "(cached) $ECHO_C" >&6
31814 ac_check_lib_save_LIBS
=$LIBS
31815 LIBS
="-lposix4 $LIBS"
31816 cat >conftest.
$ac_ext <<_ACEOF
31819 cat confdefs.h
>>conftest.
$ac_ext
31820 cat >>conftest.
$ac_ext <<_ACEOF
31821 /* end confdefs.h. */
31823 /* Override any gcc2 internal prototype to avoid an error. */
31827 /* We use char because int might match the return type of a gcc2
31828 builtin and then its argument prototype would still apply. */
31829 char sched_yield ();
31838 rm -f conftest.
$ac_objext conftest
$ac_exeext
31839 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31840 (eval $ac_link) 2>conftest.er1
31842 grep -v '^ *+' conftest.er1
>conftest.err
31844 cat conftest.err
>&5
31845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31846 (exit $ac_status); } &&
31847 { ac_try
='test -z "$ac_c_werror_flag"
31848 || test ! -s conftest.err'
31849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31850 (eval $ac_try) 2>&5
31852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31853 (exit $ac_status); }; } &&
31854 { ac_try
='test -s conftest$ac_exeext'
31855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31856 (eval $ac_try) 2>&5
31858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31859 (exit $ac_status); }; }; then
31860 ac_cv_lib_posix4_sched_yield
=yes
31862 echo "$as_me: failed program was:" >&5
31863 sed 's/^/| /' conftest.
$ac_ext >&5
31865 ac_cv_lib_posix4_sched_yield
=no
31867 rm -f conftest.err conftest.
$ac_objext \
31868 conftest
$ac_exeext conftest.
$ac_ext
31869 LIBS
=$ac_check_lib_save_LIBS
31871 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
31872 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
31873 if test $ac_cv_lib_posix4_sched_yield = yes; then
31874 cat >>confdefs.h
<<\_ACEOF
31875 #define HAVE_SCHED_YIELD 1
31877 POSIX4_LINK
=" -lposix4"
31879 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
31880 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
31891 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
31892 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
31893 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
31894 echo $ECHO_N "(cached) $ECHO_C" >&6
31896 cat >conftest.
$ac_ext <<_ACEOF
31899 cat confdefs.h
>>conftest.
$ac_ext
31900 cat >>conftest.
$ac_ext <<_ACEOF
31901 /* end confdefs.h. */
31902 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
31903 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31904 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
31906 /* System header to define __stub macros and hopefully few prototypes,
31907 which can conflict with char pthread_attr_getschedpolicy (); below.
31908 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31909 <limits.h> exists even on freestanding compilers. */
31912 # include <limits.h>
31914 # include <assert.h>
31917 #undef pthread_attr_getschedpolicy
31919 /* Override any gcc2 internal prototype to avoid an error. */
31924 /* We use char because int might match the return type of a gcc2
31925 builtin and then its argument prototype would still apply. */
31926 char pthread_attr_getschedpolicy ();
31927 /* The GNU C library defines this for functions which it implements
31928 to always fail with ENOSYS. Some functions are actually named
31929 something starting with __ and the normal name is an alias. */
31930 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
31933 char (*f) () = pthread_attr_getschedpolicy;
31942 return f != pthread_attr_getschedpolicy;
31947 rm -f conftest.
$ac_objext conftest
$ac_exeext
31948 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31949 (eval $ac_link) 2>conftest.er1
31951 grep -v '^ *+' conftest.er1
>conftest.err
31953 cat conftest.err
>&5
31954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31955 (exit $ac_status); } &&
31956 { ac_try
='test -z "$ac_c_werror_flag"
31957 || test ! -s conftest.err'
31958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31959 (eval $ac_try) 2>&5
31961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31962 (exit $ac_status); }; } &&
31963 { ac_try
='test -s conftest$ac_exeext'
31964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31965 (eval $ac_try) 2>&5
31967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31968 (exit $ac_status); }; }; then
31969 ac_cv_func_pthread_attr_getschedpolicy
=yes
31971 echo "$as_me: failed program was:" >&5
31972 sed 's/^/| /' conftest.
$ac_ext >&5
31974 ac_cv_func_pthread_attr_getschedpolicy
=no
31976 rm -f conftest.err conftest.
$ac_objext \
31977 conftest
$ac_exeext conftest.
$ac_ext
31979 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
31980 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
31981 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
31982 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
31983 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
31984 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
31985 echo $ECHO_N "(cached) $ECHO_C" >&6
31987 cat >conftest.
$ac_ext <<_ACEOF
31990 cat confdefs.h
>>conftest.
$ac_ext
31991 cat >>conftest.
$ac_ext <<_ACEOF
31992 /* end confdefs.h. */
31993 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
31994 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31995 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
31997 /* System header to define __stub macros and hopefully few prototypes,
31998 which can conflict with char pthread_attr_setschedparam (); below.
31999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32000 <limits.h> exists even on freestanding compilers. */
32003 # include <limits.h>
32005 # include <assert.h>
32008 #undef pthread_attr_setschedparam
32010 /* Override any gcc2 internal prototype to avoid an error. */
32015 /* We use char because int might match the return type of a gcc2
32016 builtin and then its argument prototype would still apply. */
32017 char pthread_attr_setschedparam ();
32018 /* The GNU C library defines this for functions which it implements
32019 to always fail with ENOSYS. Some functions are actually named
32020 something starting with __ and the normal name is an alias. */
32021 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
32024 char (*f) () = pthread_attr_setschedparam;
32033 return f != pthread_attr_setschedparam;
32038 rm -f conftest.
$ac_objext conftest
$ac_exeext
32039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32040 (eval $ac_link) 2>conftest.er1
32042 grep -v '^ *+' conftest.er1
>conftest.err
32044 cat conftest.err
>&5
32045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32046 (exit $ac_status); } &&
32047 { ac_try
='test -z "$ac_c_werror_flag"
32048 || test ! -s conftest.err'
32049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32050 (eval $ac_try) 2>&5
32052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32053 (exit $ac_status); }; } &&
32054 { ac_try
='test -s conftest$ac_exeext'
32055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32056 (eval $ac_try) 2>&5
32058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32059 (exit $ac_status); }; }; then
32060 ac_cv_func_pthread_attr_setschedparam
=yes
32062 echo "$as_me: failed program was:" >&5
32063 sed 's/^/| /' conftest.
$ac_ext >&5
32065 ac_cv_func_pthread_attr_setschedparam
=no
32067 rm -f conftest.err conftest.
$ac_objext \
32068 conftest
$ac_exeext conftest.
$ac_ext
32070 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
32071 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
32072 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
32073 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
32074 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
32075 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
32076 echo $ECHO_N "(cached) $ECHO_C" >&6
32078 cat >conftest.
$ac_ext <<_ACEOF
32081 cat confdefs.h
>>conftest.
$ac_ext
32082 cat >>conftest.
$ac_ext <<_ACEOF
32083 /* end confdefs.h. */
32084 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
32085 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32086 #define sched_get_priority_max innocuous_sched_get_priority_max
32088 /* System header to define __stub macros and hopefully few prototypes,
32089 which can conflict with char sched_get_priority_max (); below.
32090 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32091 <limits.h> exists even on freestanding compilers. */
32094 # include <limits.h>
32096 # include <assert.h>
32099 #undef sched_get_priority_max
32101 /* Override any gcc2 internal prototype to avoid an error. */
32106 /* We use char because int might match the return type of a gcc2
32107 builtin and then its argument prototype would still apply. */
32108 char sched_get_priority_max ();
32109 /* The GNU C library defines this for functions which it implements
32110 to always fail with ENOSYS. Some functions are actually named
32111 something starting with __ and the normal name is an alias. */
32112 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
32115 char (*f) () = sched_get_priority_max;
32124 return f != sched_get_priority_max;
32129 rm -f conftest.
$ac_objext conftest
$ac_exeext
32130 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32131 (eval $ac_link) 2>conftest.er1
32133 grep -v '^ *+' conftest.er1
>conftest.err
32135 cat conftest.err
>&5
32136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32137 (exit $ac_status); } &&
32138 { ac_try
='test -z "$ac_c_werror_flag"
32139 || test ! -s conftest.err'
32140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32141 (eval $ac_try) 2>&5
32143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32144 (exit $ac_status); }; } &&
32145 { ac_try
='test -s conftest$ac_exeext'
32146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32147 (eval $ac_try) 2>&5
32149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32150 (exit $ac_status); }; }; then
32151 ac_cv_func_sched_get_priority_max
=yes
32153 echo "$as_me: failed program was:" >&5
32154 sed 's/^/| /' conftest.
$ac_ext >&5
32156 ac_cv_func_sched_get_priority_max
=no
32158 rm -f conftest.err conftest.
$ac_objext \
32159 conftest
$ac_exeext conftest.
$ac_ext
32161 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
32162 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
32163 if test $ac_cv_func_sched_get_priority_max = yes; then
32166 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
32167 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
32168 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
32169 echo $ECHO_N "(cached) $ECHO_C" >&6
32171 ac_check_lib_save_LIBS
=$LIBS
32172 LIBS
="-lposix4 $LIBS"
32173 cat >conftest.
$ac_ext <<_ACEOF
32176 cat confdefs.h
>>conftest.
$ac_ext
32177 cat >>conftest.
$ac_ext <<_ACEOF
32178 /* end confdefs.h. */
32180 /* Override any gcc2 internal prototype to avoid an error. */
32184 /* We use char because int might match the return type of a gcc2
32185 builtin and then its argument prototype would still apply. */
32186 char sched_get_priority_max ();
32190 sched_get_priority_max ();
32195 rm -f conftest.
$ac_objext conftest
$ac_exeext
32196 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32197 (eval $ac_link) 2>conftest.er1
32199 grep -v '^ *+' conftest.er1
>conftest.err
32201 cat conftest.err
>&5
32202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32203 (exit $ac_status); } &&
32204 { ac_try
='test -z "$ac_c_werror_flag"
32205 || test ! -s conftest.err'
32206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32207 (eval $ac_try) 2>&5
32209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32210 (exit $ac_status); }; } &&
32211 { ac_try
='test -s conftest$ac_exeext'
32212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32213 (eval $ac_try) 2>&5
32215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32216 (exit $ac_status); }; }; then
32217 ac_cv_lib_posix4_sched_get_priority_max
=yes
32219 echo "$as_me: failed program was:" >&5
32220 sed 's/^/| /' conftest.
$ac_ext >&5
32222 ac_cv_lib_posix4_sched_get_priority_max
=no
32224 rm -f conftest.err conftest.
$ac_objext \
32225 conftest
$ac_exeext conftest.
$ac_ext
32226 LIBS
=$ac_check_lib_save_LIBS
32228 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
32229 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
32230 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
32233 POSIX4_LINK
=" -lposix4"
32247 if test "$HAVE_PRIOR_FUNCS" = 1; then
32248 cat >>confdefs.h
<<\_ACEOF
32249 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
32253 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
32254 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
32257 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
32258 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
32259 if test "${ac_cv_func_pthread_cancel+set}" = set; then
32260 echo $ECHO_N "(cached) $ECHO_C" >&6
32262 cat >conftest.
$ac_ext <<_ACEOF
32265 cat confdefs.h
>>conftest.
$ac_ext
32266 cat >>conftest.
$ac_ext <<_ACEOF
32267 /* end confdefs.h. */
32268 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
32269 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32270 #define pthread_cancel innocuous_pthread_cancel
32272 /* System header to define __stub macros and hopefully few prototypes,
32273 which can conflict with char pthread_cancel (); below.
32274 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32275 <limits.h> exists even on freestanding compilers. */
32278 # include <limits.h>
32280 # include <assert.h>
32283 #undef pthread_cancel
32285 /* Override any gcc2 internal prototype to avoid an error. */
32290 /* We use char because int might match the return type of a gcc2
32291 builtin and then its argument prototype would still apply. */
32292 char pthread_cancel ();
32293 /* The GNU C library defines this for functions which it implements
32294 to always fail with ENOSYS. Some functions are actually named
32295 something starting with __ and the normal name is an alias. */
32296 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
32299 char (*f) () = pthread_cancel;
32308 return f != pthread_cancel;
32313 rm -f conftest.
$ac_objext conftest
$ac_exeext
32314 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32315 (eval $ac_link) 2>conftest.er1
32317 grep -v '^ *+' conftest.er1
>conftest.err
32319 cat conftest.err
>&5
32320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32321 (exit $ac_status); } &&
32322 { ac_try
='test -z "$ac_c_werror_flag"
32323 || test ! -s conftest.err'
32324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32325 (eval $ac_try) 2>&5
32327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32328 (exit $ac_status); }; } &&
32329 { ac_try
='test -s conftest$ac_exeext'
32330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32331 (eval $ac_try) 2>&5
32333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32334 (exit $ac_status); }; }; then
32335 ac_cv_func_pthread_cancel
=yes
32337 echo "$as_me: failed program was:" >&5
32338 sed 's/^/| /' conftest.
$ac_ext >&5
32340 ac_cv_func_pthread_cancel
=no
32342 rm -f conftest.err conftest.
$ac_objext \
32343 conftest
$ac_exeext conftest.
$ac_ext
32345 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
32346 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
32347 if test $ac_cv_func_pthread_cancel = yes; then
32348 cat >>confdefs.h
<<\_ACEOF
32349 #define HAVE_PTHREAD_CANCEL 1
32353 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
32354 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
32360 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
32361 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
32362 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
32363 echo $ECHO_N "(cached) $ECHO_C" >&6
32366 cat >conftest.
$ac_ext <<_ACEOF
32369 cat confdefs.h
>>conftest.
$ac_ext
32370 cat >>conftest.
$ac_ext <<_ACEOF
32371 /* end confdefs.h. */
32372 #include <pthread.h>
32377 pthread_mutexattr_t attr;
32378 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32384 rm -f conftest.
$ac_objext
32385 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32386 (eval $ac_compile) 2>conftest.er1
32388 grep -v '^ *+' conftest.er1
>conftest.err
32390 cat conftest.err
>&5
32391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32392 (exit $ac_status); } &&
32393 { ac_try
='test -z "$ac_c_werror_flag"
32394 || test ! -s conftest.err'
32395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32396 (eval $ac_try) 2>&5
32398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32399 (exit $ac_status); }; } &&
32400 { ac_try
='test -s conftest.$ac_objext'
32401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32402 (eval $ac_try) 2>&5
32404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32405 (exit $ac_status); }; }; then
32407 wx_cv_type_pthread_mutexattr_t
=yes
32410 echo "$as_me: failed program was:" >&5
32411 sed 's/^/| /' conftest.
$ac_ext >&5
32414 wx_cv_type_pthread_mutexattr_t
=no
32418 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32421 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
32422 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
32424 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
32425 cat >>confdefs.h
<<\_ACEOF
32426 #define HAVE_PTHREAD_MUTEXATTR_T 1
32430 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
32431 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
32432 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
32433 echo $ECHO_N "(cached) $ECHO_C" >&6
32436 cat >conftest.
$ac_ext <<_ACEOF
32439 cat confdefs.h
>>conftest.
$ac_ext
32440 cat >>conftest.
$ac_ext <<_ACEOF
32441 /* end confdefs.h. */
32442 #include <pthread.h>
32447 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
32453 rm -f conftest.
$ac_objext
32454 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32455 (eval $ac_compile) 2>conftest.er1
32457 grep -v '^ *+' conftest.er1
>conftest.err
32459 cat conftest.err
>&5
32460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32461 (exit $ac_status); } &&
32462 { ac_try
='test -z "$ac_c_werror_flag"
32463 || test ! -s conftest.err'
32464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32465 (eval $ac_try) 2>&5
32467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32468 (exit $ac_status); }; } &&
32469 { ac_try
='test -s conftest.$ac_objext'
32470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32471 (eval $ac_try) 2>&5
32473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32474 (exit $ac_status); }; }; then
32476 wx_cv_type_pthread_rec_mutex_init
=yes
32479 echo "$as_me: failed program was:" >&5
32480 sed 's/^/| /' conftest.
$ac_ext >&5
32483 wx_cv_type_pthread_rec_mutex_init
=no
32487 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32490 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
32491 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
32492 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
32493 cat >>confdefs.h
<<\_ACEOF
32494 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
32498 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
32499 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
32505 if test "$wxUSE_THREADS" = "yes" ; then
32508 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
32509 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
32510 if test "${wx_cv_cflags_mthread+set}" = set; then
32511 echo $ECHO_N "(cached) $ECHO_C" >&6
32514 CFLAGS_OLD
="$CFLAGS"
32515 CFLAGS
="$CFLAGS -mthreads"
32516 cat >conftest.
$ac_ext <<_ACEOF
32519 cat confdefs.h
>>conftest.
$ac_ext
32520 cat >>conftest.
$ac_ext <<_ACEOF
32521 /* end confdefs.h. */
32531 rm -f conftest.
$ac_objext
32532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32533 (eval $ac_compile) 2>conftest.er1
32535 grep -v '^ *+' conftest.er1
>conftest.err
32537 cat conftest.err
>&5
32538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32539 (exit $ac_status); } &&
32540 { ac_try
='test -z "$ac_c_werror_flag"
32541 || test ! -s conftest.err'
32542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32543 (eval $ac_try) 2>&5
32545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32546 (exit $ac_status); }; } &&
32547 { ac_try
='test -s conftest.$ac_objext'
32548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32549 (eval $ac_try) 2>&5
32551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32552 (exit $ac_status); }; }; then
32553 wx_cv_cflags_mthread
=yes
32555 echo "$as_me: failed program was:" >&5
32556 sed 's/^/| /' conftest.
$ac_ext >&5
32558 wx_cv_cflags_mthread
=no
32561 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32565 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
32566 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
32568 if test "$wx_cv_cflags_mthread" = "yes"; then
32569 CXXFLAGS
="$CXXFLAGS -mthreads"
32570 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
32571 LDFLAGS
="$LDFLAGS -mthreads"
32573 CFLAGS
="$CFLAGS_OLD"
32577 CFLAGS
="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
32578 CXXFLAGS
="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
32579 LDFLAGS
="$LDFLAGS -Zmt"
32585 if test "$wxUSE_THREADS" = "yes"; then
32586 cat >>confdefs.h
<<\_ACEOF
32587 #define wxUSE_THREADS 1
32591 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
32593 if test "$ac_cv_func_strtok_r" = "yes"; then
32594 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
32595 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
32596 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
32597 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
32598 echo "$as_me:$LINENO: result: yes" >&5
32599 echo "${ECHO_T}yes" >&6
32601 echo "$as_me:$LINENO: result: no" >&5
32602 echo "${ECHO_T}no" >&6
32607 if test "$WXGTK20" = 1 ; then
32608 cat >>confdefs.h
<<_ACEOF
32609 #define __WXGTK20__ $WXGTK20
32615 if test "$WXGTK12" = 1 ; then
32616 cat >>confdefs.h
<<_ACEOF
32617 #define __WXGTK12__ $WXGTK12
32622 if test "$WXGTK127" = 1 ; then
32623 cat >>confdefs.h
<<_ACEOF
32624 #define __WXGTK127__ $WXGTK127
32631 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
32636 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
32637 wxUSE_DEBUG_INFO
=yes
32641 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
32642 cat >>confdefs.h
<<\_ACEOF
32646 WXDEBUG_DEFINE
="-D__WXDEBUG__"
32648 if test "$wxUSE_GTK" = 1 ; then
32649 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
32653 if test "$wxUSE_MEM_TRACING" = "yes" ; then
32654 cat >>confdefs.h
<<\_ACEOF
32655 #define wxUSE_MEMORY_TRACING 1
32658 cat >>confdefs.h
<<\_ACEOF
32659 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
32662 cat >>confdefs.h
<<\_ACEOF
32663 #define wxUSE_DEBUG_NEW_ALWAYS 1
32666 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
32669 if test "$wxUSE_DMALLOC" = "yes" ; then
32670 DMALLOC_LIBS
="-ldmalloc"
32674 if test "$wxUSE_PROFILE" = "yes" ; then
32679 CODE_GEN_FLAGS_CXX
=
32680 if test "$GCC" = "yes" ; then
32681 if test "$wxUSE_NO_RTTI" = "yes" ; then
32682 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
32684 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
32685 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
32687 if test "$wxUSE_PERMISSIVE" = "yes" ; then
32688 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
32693 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
32696 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
32702 if test "$wxUSE_OPTIMISE" = "no" ; then
32703 if test "$GCC" = yes ; then
32707 if test "$GCC" = yes ; then
32711 i586
-*-*|i686
-*-* )
32712 OPTIMISE
="${OPTIMISE} "
32721 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
32722 cat >>confdefs.h
<<\_ACEOF
32723 #define WXWIN_COMPATIBILITY_2_2 1
32727 WXWIN_COMPATIBILITY_2_4
="yes"
32730 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
32731 cat >>confdefs.h
<<\_ACEOF
32732 #define WXWIN_COMPATIBILITY_2_4 1
32738 if test "$wxUSE_GUI" = "yes"; then
32739 cat >>confdefs.h
<<\_ACEOF
32740 #define wxUSE_GUI 1
32745 cat >>confdefs.h
<<\_ACEOF
32746 #define wxUSE_NOGUI 1
32752 if test "$wxUSE_UNIX" = "yes"; then
32753 cat >>confdefs.h
<<\_ACEOF
32754 #define wxUSE_UNIX 1
32760 if test "$wxUSE_STL" = "yes"; then
32761 cat >>confdefs.h
<<\_ACEOF
32762 #define wxUSE_STL 1
32767 if test "$wxUSE_APPLE_IEEE" = "yes"; then
32768 cat >>confdefs.h
<<\_ACEOF
32769 #define wxUSE_APPLE_IEEE 1
32774 if test "$wxUSE_TIMER" = "yes"; then
32775 cat >>confdefs.h
<<\_ACEOF
32776 #define wxUSE_TIMER 1
32781 if test "$wxUSE_WAVE" = "yes"; then
32782 cat >>confdefs.h
<<\_ACEOF
32783 #define wxUSE_WAVE 1
32788 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
32789 cat >>confdefs.h
<<\_ACEOF
32790 #define wxUSE_CMDLINE_PARSER 1
32795 if test "$wxUSE_STOPWATCH" = "yes"; then
32796 cat >>confdefs.h
<<\_ACEOF
32797 #define wxUSE_STOPWATCH 1
32802 if test "$wxUSE_DATETIME" = "yes"; then
32803 cat >>confdefs.h
<<\_ACEOF
32804 #define wxUSE_DATETIME 1
32809 if test "$wxUSE_FILE" = "yes"; then
32810 cat >>confdefs.h
<<\_ACEOF
32811 #define wxUSE_FILE 1
32816 if test "$wxUSE_FFILE" = "yes"; then
32817 cat >>confdefs.h
<<\_ACEOF
32818 #define wxUSE_FFILE 1
32823 if test "$wxUSE_FILESYSTEM" = "yes"; then
32824 cat >>confdefs.h
<<\_ACEOF
32825 #define wxUSE_FILESYSTEM 1
32830 if test "$wxUSE_FS_ZIP" = "yes"; then
32831 cat >>confdefs.h
<<\_ACEOF
32832 #define wxUSE_FS_ZIP 1
32837 if test "$wxUSE_ZIPSTREAM" = "yes"; then
32838 cat >>confdefs.h
<<\_ACEOF
32839 #define wxUSE_ZIPSTREAM 1
32844 if test "$wxUSE_GZSTREAM" = "yes"; then
32845 cat >>confdefs.h
<<\_ACEOF
32846 #define wxUSE_GZSTREAM 1
32851 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
32852 cat >>confdefs.h
<<\_ACEOF
32853 #define wxUSE_ON_FATAL_EXCEPTION 1
32858 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
32859 cat >>confdefs.h
<<\_ACEOF
32860 #define wxUSE_SNGLINST_CHECKER 1
32865 if test "$wxUSE_BUSYINFO" = "yes"; then
32866 cat >>confdefs.h
<<\_ACEOF
32867 #define wxUSE_BUSYINFO 1
32872 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
32873 cat >>confdefs.h
<<\_ACEOF
32874 #define wxUSE_STD_IOSTREAM 1
32879 if test "$wxUSE_TEXTBUFFER" = "yes"; then
32880 cat >>confdefs.h
<<\_ACEOF
32881 #define wxUSE_TEXTBUFFER 1
32886 if test "$wxUSE_TEXTFILE" = "yes"; then
32887 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
32888 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
32889 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
32891 cat >>confdefs.h
<<\_ACEOF
32892 #define wxUSE_TEXTFILE 1
32898 if test "$wxUSE_CONFIG" = "yes" ; then
32899 if test "$wxUSE_TEXTFILE" != "yes"; then
32900 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
32901 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
32903 cat >>confdefs.h
<<\_ACEOF
32904 #define wxUSE_CONFIG 1
32907 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
32911 if test "$wxUSE_INTL" = "yes" ; then
32912 if test "$wxUSE_FILE" != "yes"; then
32913 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
32914 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
32916 cat >>confdefs.h
<<\_ACEOF
32917 #define wxUSE_INTL 1
32920 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
32921 GUIDIST
="$GUIDIST INTL_DIST"
32925 if test "$wxUSE_LOG" = "yes"; then
32926 cat >>confdefs.h
<<\_ACEOF
32927 #define wxUSE_LOG 1
32931 if test "$wxUSE_LOGGUI" = "yes"; then
32932 cat >>confdefs.h
<<\_ACEOF
32933 #define wxUSE_LOGGUI 1
32938 if test "$wxUSE_LOGWINDOW" = "yes"; then
32939 cat >>confdefs.h
<<\_ACEOF
32940 #define wxUSE_LOGWINDOW 1
32945 if test "$wxUSE_LOGDIALOG" = "yes"; then
32946 cat >>confdefs.h
<<\_ACEOF
32947 #define wxUSE_LOG_DIALOG 1
32953 if test "$wxUSE_LONGLONG" = "yes"; then
32954 cat >>confdefs.h
<<\_ACEOF
32955 #define wxUSE_LONGLONG 1
32960 if test "$wxUSE_GEOMETRY" = "yes"; then
32961 cat >>confdefs.h
<<\_ACEOF
32962 #define wxUSE_GEOMETRY 1
32967 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
32968 cat >>confdefs.h
<<\_ACEOF
32969 #define wxUSE_DIALUP_MANAGER 1
32972 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
32975 if test "$wxUSE_STREAMS" = "yes" ; then
32976 cat >>confdefs.h
<<\_ACEOF
32977 #define wxUSE_STREAMS 1
32983 if test "$wxUSE_DATETIME" = "yes"; then
32985 for ac_func
in strptime
32987 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32988 echo "$as_me:$LINENO: checking for $ac_func" >&5
32989 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32990 if eval "test \"\${$as_ac_var+set}\" = set"; then
32991 echo $ECHO_N "(cached) $ECHO_C" >&6
32993 cat >conftest.
$ac_ext <<_ACEOF
32996 cat confdefs.h
>>conftest.
$ac_ext
32997 cat >>conftest.
$ac_ext <<_ACEOF
32998 /* end confdefs.h. */
32999 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33000 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33001 #define $ac_func innocuous_$ac_func
33003 /* System header to define __stub macros and hopefully few prototypes,
33004 which can conflict with char $ac_func (); below.
33005 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33006 <limits.h> exists even on freestanding compilers. */
33009 # include <limits.h>
33011 # include <assert.h>
33016 /* Override any gcc2 internal prototype to avoid an error. */
33021 /* We use char because int might match the return type of a gcc2
33022 builtin and then its argument prototype would still apply. */
33024 /* The GNU C library defines this for functions which it implements
33025 to always fail with ENOSYS. Some functions are actually named
33026 something starting with __ and the normal name is an alias. */
33027 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33030 char (*f) () = $ac_func;
33039 return f != $ac_func;
33044 rm -f conftest.
$ac_objext conftest
$ac_exeext
33045 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33046 (eval $ac_link) 2>conftest.er1
33048 grep -v '^ *+' conftest.er1
>conftest.err
33050 cat conftest.err
>&5
33051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33052 (exit $ac_status); } &&
33053 { ac_try
='test -z "$ac_c_werror_flag"
33054 || test ! -s conftest.err'
33055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33056 (eval $ac_try) 2>&5
33058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33059 (exit $ac_status); }; } &&
33060 { ac_try
='test -s conftest$ac_exeext'
33061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33062 (eval $ac_try) 2>&5
33064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33065 (exit $ac_status); }; }; then
33066 eval "$as_ac_var=yes"
33068 echo "$as_me: failed program was:" >&5
33069 sed 's/^/| /' conftest.
$ac_ext >&5
33071 eval "$as_ac_var=no"
33073 rm -f conftest.err conftest.
$ac_objext \
33074 conftest
$ac_exeext conftest.
$ac_ext
33076 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33077 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33078 if test `eval echo '${'$as_ac_var'}'` = yes; then
33079 cat >>confdefs.h
<<_ACEOF
33080 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33087 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
33088 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
33089 if test "${wx_cv_var_timezone+set}" = set; then
33090 echo $ECHO_N "(cached) $ECHO_C" >&6
33093 cat >conftest.
$ac_ext <<_ACEOF
33096 cat confdefs.h
>>conftest.
$ac_ext
33097 cat >>conftest.
$ac_ext <<_ACEOF
33098 /* end confdefs.h. */
33113 rm -f conftest.
$ac_objext
33114 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33115 (eval $ac_compile) 2>conftest.er1
33117 grep -v '^ *+' conftest.er1
>conftest.err
33119 cat conftest.err
>&5
33120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33121 (exit $ac_status); } &&
33122 { ac_try
='test -z "$ac_c_werror_flag"
33123 || test ! -s conftest.err'
33124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33125 (eval $ac_try) 2>&5
33127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33128 (exit $ac_status); }; } &&
33129 { ac_try
='test -s conftest.$ac_objext'
33130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33131 (eval $ac_try) 2>&5
33133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33134 (exit $ac_status); }; }; then
33136 wx_cv_var_timezone
=timezone
33139 echo "$as_me: failed program was:" >&5
33140 sed 's/^/| /' conftest.
$ac_ext >&5
33143 cat >conftest.
$ac_ext <<_ACEOF
33146 cat confdefs.h
>>conftest.
$ac_ext
33147 cat >>conftest.
$ac_ext <<_ACEOF
33148 /* end confdefs.h. */
33163 rm -f conftest.
$ac_objext
33164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33165 (eval $ac_compile) 2>conftest.er1
33167 grep -v '^ *+' conftest.er1
>conftest.err
33169 cat conftest.err
>&5
33170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33171 (exit $ac_status); } &&
33172 { ac_try
='test -z "$ac_c_werror_flag"
33173 || test ! -s conftest.err'
33174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33175 (eval $ac_try) 2>&5
33177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33178 (exit $ac_status); }; } &&
33179 { ac_try
='test -s conftest.$ac_objext'
33180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33181 (eval $ac_try) 2>&5
33183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33184 (exit $ac_status); }; }; then
33186 wx_cv_var_timezone
=_timezone
33189 echo "$as_me: failed program was:" >&5
33190 sed 's/^/| /' conftest.
$ac_ext >&5
33193 cat >conftest.
$ac_ext <<_ACEOF
33196 cat confdefs.h
>>conftest.
$ac_ext
33197 cat >>conftest.
$ac_ext <<_ACEOF
33198 /* end confdefs.h. */
33213 rm -f conftest.
$ac_objext
33214 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33215 (eval $ac_compile) 2>conftest.er1
33217 grep -v '^ *+' conftest.er1
>conftest.err
33219 cat conftest.err
>&5
33220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33221 (exit $ac_status); } &&
33222 { ac_try
='test -z "$ac_c_werror_flag"
33223 || test ! -s conftest.err'
33224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33225 (eval $ac_try) 2>&5
33227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33228 (exit $ac_status); }; } &&
33229 { ac_try
='test -s conftest.$ac_objext'
33230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33231 (eval $ac_try) 2>&5
33233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33234 (exit $ac_status); }; }; then
33236 wx_cv_var_timezone
=__timezone
33239 echo "$as_me: failed program was:" >&5
33240 sed 's/^/| /' conftest.
$ac_ext >&5
33243 if test "$USE_DOS" = 0 ; then
33244 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
33245 echo "$as_me: WARNING: no timezone variable" >&2;}
33250 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33254 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33258 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33262 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
33263 echo "${ECHO_T}$wx_cv_var_timezone" >&6
33265 if test "x$wx_cv_var_timezone" != x
; then
33266 cat >>confdefs.h
<<_ACEOF
33267 #define WX_TIMEZONE $wx_cv_var_timezone
33273 for ac_func
in localtime
33275 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33276 echo "$as_me:$LINENO: checking for $ac_func" >&5
33277 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33278 if eval "test \"\${$as_ac_var+set}\" = set"; then
33279 echo $ECHO_N "(cached) $ECHO_C" >&6
33281 cat >conftest.
$ac_ext <<_ACEOF
33284 cat confdefs.h
>>conftest.
$ac_ext
33285 cat >>conftest.
$ac_ext <<_ACEOF
33286 /* end confdefs.h. */
33287 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33288 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33289 #define $ac_func innocuous_$ac_func
33291 /* System header to define __stub macros and hopefully few prototypes,
33292 which can conflict with char $ac_func (); below.
33293 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33294 <limits.h> exists even on freestanding compilers. */
33297 # include <limits.h>
33299 # include <assert.h>
33304 /* Override any gcc2 internal prototype to avoid an error. */
33309 /* We use char because int might match the return type of a gcc2
33310 builtin and then its argument prototype would still apply. */
33312 /* The GNU C library defines this for functions which it implements
33313 to always fail with ENOSYS. Some functions are actually named
33314 something starting with __ and the normal name is an alias. */
33315 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33318 char (*f) () = $ac_func;
33327 return f != $ac_func;
33332 rm -f conftest.
$ac_objext conftest
$ac_exeext
33333 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33334 (eval $ac_link) 2>conftest.er1
33336 grep -v '^ *+' conftest.er1
>conftest.err
33338 cat conftest.err
>&5
33339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33340 (exit $ac_status); } &&
33341 { ac_try
='test -z "$ac_c_werror_flag"
33342 || test ! -s conftest.err'
33343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33344 (eval $ac_try) 2>&5
33346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33347 (exit $ac_status); }; } &&
33348 { ac_try
='test -s conftest$ac_exeext'
33349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33350 (eval $ac_try) 2>&5
33352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33353 (exit $ac_status); }; }; then
33354 eval "$as_ac_var=yes"
33356 echo "$as_me: failed program was:" >&5
33357 sed 's/^/| /' conftest.
$ac_ext >&5
33359 eval "$as_ac_var=no"
33361 rm -f conftest.err conftest.
$ac_objext \
33362 conftest
$ac_exeext conftest.
$ac_ext
33364 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33365 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33366 if test `eval echo '${'$as_ac_var'}'` = yes; then
33367 cat >>confdefs.h
<<_ACEOF
33368 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33375 if test "$ac_cv_func_localtime" = "yes"; then
33376 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
33377 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
33378 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
33379 echo $ECHO_N "(cached) $ECHO_C" >&6
33382 cat >conftest.
$ac_ext <<_ACEOF
33385 cat confdefs.h
>>conftest.
$ac_ext
33386 cat >>conftest.
$ac_ext <<_ACEOF
33387 /* end confdefs.h. */
33402 rm -f conftest.
$ac_objext
33403 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33404 (eval $ac_compile) 2>conftest.er1
33406 grep -v '^ *+' conftest.er1
>conftest.err
33408 cat conftest.err
>&5
33409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33410 (exit $ac_status); } &&
33411 { ac_try
='test -z "$ac_c_werror_flag"
33412 || test ! -s conftest.err'
33413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33414 (eval $ac_try) 2>&5
33416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33417 (exit $ac_status); }; } &&
33418 { ac_try
='test -s conftest.$ac_objext'
33419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33420 (eval $ac_try) 2>&5
33422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33423 (exit $ac_status); }; }; then
33425 wx_cv_struct_tm_has_gmtoff
=yes
33428 echo "$as_me: failed program was:" >&5
33429 sed 's/^/| /' conftest.
$ac_ext >&5
33431 wx_cv_struct_tm_has_gmtoff
=no
33434 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33437 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
33438 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
33441 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
33442 cat >>confdefs.h
<<\_ACEOF
33443 #define WX_GMTOFF_IN_TM 1
33450 for ac_func
in gettimeofday ftime
33452 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33453 echo "$as_me:$LINENO: checking for $ac_func" >&5
33454 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33455 if eval "test \"\${$as_ac_var+set}\" = set"; then
33456 echo $ECHO_N "(cached) $ECHO_C" >&6
33458 cat >conftest.
$ac_ext <<_ACEOF
33461 cat confdefs.h
>>conftest.
$ac_ext
33462 cat >>conftest.
$ac_ext <<_ACEOF
33463 /* end confdefs.h. */
33464 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33465 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33466 #define $ac_func innocuous_$ac_func
33468 /* System header to define __stub macros and hopefully few prototypes,
33469 which can conflict with char $ac_func (); below.
33470 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33471 <limits.h> exists even on freestanding compilers. */
33474 # include <limits.h>
33476 # include <assert.h>
33481 /* Override any gcc2 internal prototype to avoid an error. */
33486 /* We use char because int might match the return type of a gcc2
33487 builtin and then its argument prototype would still apply. */
33489 /* The GNU C library defines this for functions which it implements
33490 to always fail with ENOSYS. Some functions are actually named
33491 something starting with __ and the normal name is an alias. */
33492 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33495 char (*f) () = $ac_func;
33504 return f != $ac_func;
33509 rm -f conftest.
$ac_objext conftest
$ac_exeext
33510 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33511 (eval $ac_link) 2>conftest.er1
33513 grep -v '^ *+' conftest.er1
>conftest.err
33515 cat conftest.err
>&5
33516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33517 (exit $ac_status); } &&
33518 { ac_try
='test -z "$ac_c_werror_flag"
33519 || test ! -s conftest.err'
33520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33521 (eval $ac_try) 2>&5
33523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33524 (exit $ac_status); }; } &&
33525 { ac_try
='test -s conftest$ac_exeext'
33526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33527 (eval $ac_try) 2>&5
33529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33530 (exit $ac_status); }; }; then
33531 eval "$as_ac_var=yes"
33533 echo "$as_me: failed program was:" >&5
33534 sed 's/^/| /' conftest.
$ac_ext >&5
33536 eval "$as_ac_var=no"
33538 rm -f conftest.err conftest.
$ac_objext \
33539 conftest
$ac_exeext conftest.
$ac_ext
33541 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33542 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33543 if test `eval echo '${'$as_ac_var'}'` = yes; then
33544 cat >>confdefs.h
<<_ACEOF
33545 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33552 if test "$ac_cv_func_gettimeofday" = "yes"; then
33553 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
33554 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
33555 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
33556 echo $ECHO_N "(cached) $ECHO_C" >&6
33562 ac_cpp
='$CXXCPP $CPPFLAGS'
33563 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33564 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33565 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
33568 cat >conftest.
$ac_ext <<_ACEOF
33571 cat confdefs.h
>>conftest.
$ac_ext
33572 cat >>conftest.
$ac_ext <<_ACEOF
33573 /* end confdefs.h. */
33575 #include <sys/time.h>
33576 #include <unistd.h>
33583 gettimeofday(&tv, NULL);
33589 rm -f conftest.
$ac_objext
33590 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33591 (eval $ac_compile) 2>conftest.er1
33593 grep -v '^ *+' conftest.er1
>conftest.err
33595 cat conftest.err
>&5
33596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33597 (exit $ac_status); } &&
33598 { ac_try
='test -z "$ac_cxx_werror_flag"
33599 || test ! -s conftest.err'
33600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33601 (eval $ac_try) 2>&5
33603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33604 (exit $ac_status); }; } &&
33605 { ac_try
='test -s conftest.$ac_objext'
33606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33607 (eval $ac_try) 2>&5
33609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33610 (exit $ac_status); }; }; then
33611 wx_cv_func_gettimeofday_has_2_args
=yes
33613 echo "$as_me: failed program was:" >&5
33614 sed 's/^/| /' conftest.
$ac_ext >&5
33616 cat >conftest.
$ac_ext <<_ACEOF
33619 cat confdefs.h
>>conftest.
$ac_ext
33620 cat >>conftest.
$ac_ext <<_ACEOF
33621 /* end confdefs.h. */
33623 #include <sys/time.h>
33624 #include <unistd.h>
33637 rm -f conftest.
$ac_objext
33638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33639 (eval $ac_compile) 2>conftest.er1
33641 grep -v '^ *+' conftest.er1
>conftest.err
33643 cat conftest.err
>&5
33644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33645 (exit $ac_status); } &&
33646 { ac_try
='test -z "$ac_cxx_werror_flag"
33647 || test ! -s conftest.err'
33648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33649 (eval $ac_try) 2>&5
33651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33652 (exit $ac_status); }; } &&
33653 { ac_try
='test -s conftest.$ac_objext'
33654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33655 (eval $ac_try) 2>&5
33657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33658 (exit $ac_status); }; }; then
33659 wx_cv_func_gettimeofday_has_2_args
=no
33661 echo "$as_me: failed program was:" >&5
33662 sed 's/^/| /' conftest.
$ac_ext >&5
33665 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
33666 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
33667 wx_cv_func_gettimeofday_has_2_args
=unknown
33671 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33674 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33676 ac_cpp
='$CPP $CPPFLAGS'
33677 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33678 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33679 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33683 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
33684 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
33686 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
33687 cat >>confdefs.h
<<\_ACEOF
33688 #define WX_GETTIMEOFDAY_NO_TZ 1
33694 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
33698 if test "$wxUSE_SOCKETS" = "yes"; then
33699 if test "$wxUSE_MGL" = "1"; then
33700 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
33701 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
33704 if test "$wxUSE_COCOA" = "1"; then
33705 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under Cocoa... disabled" >&5
33706 echo "$as_me: WARNING: wxSocket not yet supported under Cocoa... disabled" >&2;}
33711 if test "$wxUSE_SOCKETS" = "yes"; then
33712 if test "$TOOLKIT" != "MSW"; then
33713 echo "$as_me:$LINENO: checking for socket" >&5
33714 echo $ECHO_N "checking for socket... $ECHO_C" >&6
33715 if test "${ac_cv_func_socket+set}" = set; then
33716 echo $ECHO_N "(cached) $ECHO_C" >&6
33718 cat >conftest.
$ac_ext <<_ACEOF
33721 cat confdefs.h
>>conftest.
$ac_ext
33722 cat >>conftest.
$ac_ext <<_ACEOF
33723 /* end confdefs.h. */
33724 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
33725 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33726 #define socket innocuous_socket
33728 /* System header to define __stub macros and hopefully few prototypes,
33729 which can conflict with char socket (); below.
33730 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33731 <limits.h> exists even on freestanding compilers. */
33734 # include <limits.h>
33736 # include <assert.h>
33741 /* Override any gcc2 internal prototype to avoid an error. */
33746 /* We use char because int might match the return type of a gcc2
33747 builtin and then its argument prototype would still apply. */
33749 /* The GNU C library defines this for functions which it implements
33750 to always fail with ENOSYS. Some functions are actually named
33751 something starting with __ and the normal name is an alias. */
33752 #if defined (__stub_socket) || defined (__stub___socket)
33755 char (*f) () = socket;
33764 return f != socket;
33769 rm -f conftest.
$ac_objext conftest
$ac_exeext
33770 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33771 (eval $ac_link) 2>conftest.er1
33773 grep -v '^ *+' conftest.er1
>conftest.err
33775 cat conftest.err
>&5
33776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33777 (exit $ac_status); } &&
33778 { ac_try
='test -z "$ac_c_werror_flag"
33779 || test ! -s conftest.err'
33780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33781 (eval $ac_try) 2>&5
33783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33784 (exit $ac_status); }; } &&
33785 { ac_try
='test -s conftest$ac_exeext'
33786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33787 (eval $ac_try) 2>&5
33789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33790 (exit $ac_status); }; }; then
33791 ac_cv_func_socket
=yes
33793 echo "$as_me: failed program was:" >&5
33794 sed 's/^/| /' conftest.
$ac_ext >&5
33796 ac_cv_func_socket
=no
33798 rm -f conftest.err conftest.
$ac_objext \
33799 conftest
$ac_exeext conftest.
$ac_ext
33801 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
33802 echo "${ECHO_T}$ac_cv_func_socket" >&6
33803 if test $ac_cv_func_socket = yes; then
33807 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
33808 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
33809 if test "${ac_cv_lib_socket_socket+set}" = set; then
33810 echo $ECHO_N "(cached) $ECHO_C" >&6
33812 ac_check_lib_save_LIBS
=$LIBS
33813 LIBS
="-lsocket $LIBS"
33814 cat >conftest.
$ac_ext <<_ACEOF
33817 cat confdefs.h
>>conftest.
$ac_ext
33818 cat >>conftest.
$ac_ext <<_ACEOF
33819 /* end confdefs.h. */
33821 /* Override any gcc2 internal prototype to avoid an error. */
33825 /* We use char because int might match the return type of a gcc2
33826 builtin and then its argument prototype would still apply. */
33836 rm -f conftest.
$ac_objext conftest
$ac_exeext
33837 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33838 (eval $ac_link) 2>conftest.er1
33840 grep -v '^ *+' conftest.er1
>conftest.err
33842 cat conftest.err
>&5
33843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33844 (exit $ac_status); } &&
33845 { ac_try
='test -z "$ac_c_werror_flag"
33846 || test ! -s conftest.err'
33847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33848 (eval $ac_try) 2>&5
33850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33851 (exit $ac_status); }; } &&
33852 { ac_try
='test -s conftest$ac_exeext'
33853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33854 (eval $ac_try) 2>&5
33856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33857 (exit $ac_status); }; }; then
33858 ac_cv_lib_socket_socket
=yes
33860 echo "$as_me: failed program was:" >&5
33861 sed 's/^/| /' conftest.
$ac_ext >&5
33863 ac_cv_lib_socket_socket
=no
33865 rm -f conftest.err conftest.
$ac_objext \
33866 conftest
$ac_exeext conftest.
$ac_ext
33867 LIBS
=$ac_check_lib_save_LIBS
33869 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
33870 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
33871 if test $ac_cv_lib_socket_socket = yes; then
33872 if test "$INET_LINK" != " -lsocket"; then
33873 INET_LINK
="$INET_LINK -lsocket"
33877 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
33878 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
33891 if test "$wxUSE_SOCKETS" = "yes" ; then
33892 if test "$TOOLKIT" != "MSW"; then
33893 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
33894 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
33895 if test "${wx_cv_type_getsockname3+set}" = set; then
33896 echo $ECHO_N "(cached) $ECHO_C" >&6
33899 cat >conftest.
$ac_ext <<_ACEOF
33902 cat confdefs.h
>>conftest.
$ac_ext
33903 cat >>conftest.
$ac_ext <<_ACEOF
33904 /* end confdefs.h. */
33906 #include <sys/types.h>
33907 #include <sys/socket.h>
33914 getsockname(0, 0, &len);
33920 rm -f conftest.
$ac_objext
33921 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33922 (eval $ac_compile) 2>conftest.er1
33924 grep -v '^ *+' conftest.er1
>conftest.err
33926 cat conftest.err
>&5
33927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33928 (exit $ac_status); } &&
33929 { ac_try
='test -z "$ac_c_werror_flag"
33930 || test ! -s conftest.err'
33931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33932 (eval $ac_try) 2>&5
33934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33935 (exit $ac_status); }; } &&
33936 { ac_try
='test -s conftest.$ac_objext'
33937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33938 (eval $ac_try) 2>&5
33940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33941 (exit $ac_status); }; }; then
33942 wx_cv_type_getsockname3
=socklen_t
33944 echo "$as_me: failed program was:" >&5
33945 sed 's/^/| /' conftest.
$ac_ext >&5
33948 CFLAGS_OLD
="$CFLAGS"
33949 if test "$GCC" = yes ; then
33950 CFLAGS
="$CFLAGS -Werror"
33953 cat >conftest.
$ac_ext <<_ACEOF
33956 cat confdefs.h
>>conftest.
$ac_ext
33957 cat >>conftest.
$ac_ext <<_ACEOF
33958 /* end confdefs.h. */
33960 #include <sys/types.h>
33961 #include <sys/socket.h>
33968 getsockname(0, 0, &len);
33974 rm -f conftest.
$ac_objext
33975 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33976 (eval $ac_compile) 2>conftest.er1
33978 grep -v '^ *+' conftest.er1
>conftest.err
33980 cat conftest.err
>&5
33981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33982 (exit $ac_status); } &&
33983 { ac_try
='test -z "$ac_c_werror_flag"
33984 || test ! -s conftest.err'
33985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33986 (eval $ac_try) 2>&5
33988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33989 (exit $ac_status); }; } &&
33990 { ac_try
='test -s conftest.$ac_objext'
33991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33992 (eval $ac_try) 2>&5
33994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33995 (exit $ac_status); }; }; then
33996 wx_cv_type_getsockname3
=size_t
33998 echo "$as_me: failed program was:" >&5
33999 sed 's/^/| /' conftest.
$ac_ext >&5
34001 cat >conftest.
$ac_ext <<_ACEOF
34004 cat confdefs.h
>>conftest.
$ac_ext
34005 cat >>conftest.
$ac_ext <<_ACEOF
34006 /* end confdefs.h. */
34008 #include <sys/types.h>
34009 #include <sys/socket.h>
34016 getsockname(0, 0, &len);
34022 rm -f conftest.
$ac_objext
34023 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34024 (eval $ac_compile) 2>conftest.er1
34026 grep -v '^ *+' conftest.er1
>conftest.err
34028 cat conftest.err
>&5
34029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34030 (exit $ac_status); } &&
34031 { ac_try
='test -z "$ac_c_werror_flag"
34032 || test ! -s conftest.err'
34033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34034 (eval $ac_try) 2>&5
34036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34037 (exit $ac_status); }; } &&
34038 { ac_try
='test -s conftest.$ac_objext'
34039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34040 (eval $ac_try) 2>&5
34042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34043 (exit $ac_status); }; }; then
34044 wx_cv_type_getsockname3
=int
34046 echo "$as_me: failed program was:" >&5
34047 sed 's/^/| /' conftest.
$ac_ext >&5
34049 wx_cv_type_getsockname3
=unknown
34052 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34055 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34057 CFLAGS
="$CFLAGS_OLD"
34061 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34064 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
34065 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
34067 if test "$wx_cv_type_getsockname3" = "unknown"; then
34069 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
34070 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
34072 cat >>confdefs.h
<<_ACEOF
34073 #define SOCKLEN_T $wx_cv_type_getsockname3
34080 if test "$wxUSE_SOCKETS" = "yes" ; then
34081 cat >>confdefs.h
<<\_ACEOF
34082 #define wxUSE_SOCKETS 1
34085 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
34088 if test "$wxUSE_PROTOCOL" = "yes"; then
34089 if test "$wxUSE_SOCKETS" != "yes"; then
34090 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
34091 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
34096 if test "$wxUSE_PROTOCOL" = "yes"; then
34097 cat >>confdefs.h
<<\_ACEOF
34098 #define wxUSE_PROTOCOL 1
34102 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
34103 cat >>confdefs.h
<<\_ACEOF
34104 #define wxUSE_PROTOCOL_HTTP 1
34108 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
34109 cat >>confdefs.h
<<\_ACEOF
34110 #define wxUSE_PROTOCOL_FTP 1
34114 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
34115 cat >>confdefs.h
<<\_ACEOF
34116 #define wxUSE_PROTOCOL_FILE 1
34121 if test "$wxUSE_FS_INET" = "yes"; then
34122 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
34123 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
34128 if test "$wxUSE_URL" = "yes"; then
34129 if test "$wxUSE_PROTOCOL" != "yes"; then
34130 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
34131 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
34134 if test "$wxUSE_URL" = "yes"; then
34135 cat >>confdefs.h
<<\_ACEOF
34136 #define wxUSE_URL 1
34142 if test "$wxUSE_FS_INET" = "yes"; then
34143 cat >>confdefs.h
<<\_ACEOF
34144 #define wxUSE_FS_INET 1
34150 if test "$wxUSE_GUI" = "yes"; then
34152 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
34153 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
34154 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
34158 if test "$TOOLKIT" != "MSW"; then
34159 if test "$wxUSE_JOYSTICK" = "yes"; then
34161 for ac_header
in linux
/joystick.h
34163 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34164 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34165 echo "$as_me:$LINENO: checking for $ac_header" >&5
34166 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34167 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34168 echo $ECHO_N "(cached) $ECHO_C" >&6
34170 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34171 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34173 # Is the header compilable?
34174 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34175 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34176 cat >conftest.
$ac_ext <<_ACEOF
34179 cat confdefs.h
>>conftest.
$ac_ext
34180 cat >>conftest.
$ac_ext <<_ACEOF
34181 /* end confdefs.h. */
34182 $ac_includes_default
34183 #include <$ac_header>
34185 rm -f conftest.
$ac_objext
34186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34187 (eval $ac_compile) 2>conftest.er1
34189 grep -v '^ *+' conftest.er1
>conftest.err
34191 cat conftest.err
>&5
34192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34193 (exit $ac_status); } &&
34194 { ac_try
='test -z "$ac_c_werror_flag"
34195 || test ! -s conftest.err'
34196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34197 (eval $ac_try) 2>&5
34199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34200 (exit $ac_status); }; } &&
34201 { ac_try
='test -s conftest.$ac_objext'
34202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34203 (eval $ac_try) 2>&5
34205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34206 (exit $ac_status); }; }; then
34207 ac_header_compiler
=yes
34209 echo "$as_me: failed program was:" >&5
34210 sed 's/^/| /' conftest.
$ac_ext >&5
34212 ac_header_compiler
=no
34214 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34215 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34216 echo "${ECHO_T}$ac_header_compiler" >&6
34218 # Is the header present?
34219 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34220 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34221 cat >conftest.
$ac_ext <<_ACEOF
34224 cat confdefs.h
>>conftest.
$ac_ext
34225 cat >>conftest.
$ac_ext <<_ACEOF
34226 /* end confdefs.h. */
34227 #include <$ac_header>
34229 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34230 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
34232 grep -v '^ *+' conftest.er1
>conftest.err
34234 cat conftest.err
>&5
34235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34236 (exit $ac_status); } >/dev
/null
; then
34237 if test -s conftest.err
; then
34238 ac_cpp_err
=$ac_c_preproc_warn_flag
34239 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
34246 if test -z "$ac_cpp_err"; then
34247 ac_header_preproc
=yes
34249 echo "$as_me: failed program was:" >&5
34250 sed 's/^/| /' conftest.
$ac_ext >&5
34252 ac_header_preproc
=no
34254 rm -f conftest.err conftest.
$ac_ext
34255 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34256 echo "${ECHO_T}$ac_header_preproc" >&6
34258 # So? What about this header?
34259 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34261 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34262 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34263 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34264 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34265 ac_header_preproc
=yes
34268 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34269 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34270 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34271 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34272 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34273 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34274 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34275 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
34276 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34277 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34278 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34279 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34282 ## ----------------------------------------- ##
34283 ## Report this to wx-dev@lists.wxwindows.org ##
34284 ## ----------------------------------------- ##
34287 sed "s/^/$as_me: WARNING: /" >&2
34290 echo "$as_me:$LINENO: checking for $ac_header" >&5
34291 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34292 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34293 echo $ECHO_N "(cached) $ECHO_C" >&6
34295 eval "$as_ac_Header=\$ac_header_preproc"
34297 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34298 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34301 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34302 cat >>confdefs.h
<<_ACEOF
34303 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34310 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
34312 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
34313 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
34318 if test "$wxUSE_JOYSTICK" = "yes"; then
34319 cat >>confdefs.h
<<\_ACEOF
34320 #define wxUSE_JOYSTICK 1
34323 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
34328 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
34332 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
34333 if test "$USE_DARWIN" = 1; then
34337 for ac_func
in dlopen
34339 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34340 echo "$as_me:$LINENO: checking for $ac_func" >&5
34341 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34342 if eval "test \"\${$as_ac_var+set}\" = set"; then
34343 echo $ECHO_N "(cached) $ECHO_C" >&6
34345 cat >conftest.
$ac_ext <<_ACEOF
34348 cat confdefs.h
>>conftest.
$ac_ext
34349 cat >>conftest.
$ac_ext <<_ACEOF
34350 /* end confdefs.h. */
34351 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34352 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34353 #define $ac_func innocuous_$ac_func
34355 /* System header to define __stub macros and hopefully few prototypes,
34356 which can conflict with char $ac_func (); below.
34357 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34358 <limits.h> exists even on freestanding compilers. */
34361 # include <limits.h>
34363 # include <assert.h>
34368 /* Override any gcc2 internal prototype to avoid an error. */
34373 /* We use char because int might match the return type of a gcc2
34374 builtin and then its argument prototype would still apply. */
34376 /* The GNU C library defines this for functions which it implements
34377 to always fail with ENOSYS. Some functions are actually named
34378 something starting with __ and the normal name is an alias. */
34379 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34382 char (*f) () = $ac_func;
34391 return f != $ac_func;
34396 rm -f conftest.
$ac_objext conftest
$ac_exeext
34397 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34398 (eval $ac_link) 2>conftest.er1
34400 grep -v '^ *+' conftest.er1
>conftest.err
34402 cat conftest.err
>&5
34403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34404 (exit $ac_status); } &&
34405 { ac_try
='test -z "$ac_c_werror_flag"
34406 || test ! -s conftest.err'
34407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34408 (eval $ac_try) 2>&5
34410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34411 (exit $ac_status); }; } &&
34412 { ac_try
='test -s conftest$ac_exeext'
34413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34414 (eval $ac_try) 2>&5
34416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34417 (exit $ac_status); }; }; then
34418 eval "$as_ac_var=yes"
34420 echo "$as_me: failed program was:" >&5
34421 sed 's/^/| /' conftest.
$ac_ext >&5
34423 eval "$as_ac_var=no"
34425 rm -f conftest.err conftest.
$ac_objext \
34426 conftest
$ac_exeext conftest.
$ac_ext
34428 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34429 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34430 if test `eval echo '${'$as_ac_var'}'` = yes; then
34431 cat >>confdefs.h
<<_ACEOF
34432 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34435 cat >>confdefs.h
<<\_ACEOF
34436 #define HAVE_DLOPEN 1
34443 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
34444 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
34445 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
34446 echo $ECHO_N "(cached) $ECHO_C" >&6
34448 ac_check_lib_save_LIBS
=$LIBS
34450 cat >conftest.
$ac_ext <<_ACEOF
34453 cat confdefs.h
>>conftest.
$ac_ext
34454 cat >>conftest.
$ac_ext <<_ACEOF
34455 /* end confdefs.h. */
34457 /* Override any gcc2 internal prototype to avoid an error. */
34461 /* We use char because int might match the return type of a gcc2
34462 builtin and then its argument prototype would still apply. */
34472 rm -f conftest.
$ac_objext conftest
$ac_exeext
34473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34474 (eval $ac_link) 2>conftest.er1
34476 grep -v '^ *+' conftest.er1
>conftest.err
34478 cat conftest.err
>&5
34479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34480 (exit $ac_status); } &&
34481 { ac_try
='test -z "$ac_c_werror_flag"
34482 || test ! -s conftest.err'
34483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34484 (eval $ac_try) 2>&5
34486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34487 (exit $ac_status); }; } &&
34488 { ac_try
='test -s conftest$ac_exeext'
34489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34490 (eval $ac_try) 2>&5
34492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34493 (exit $ac_status); }; }; then
34494 ac_cv_lib_dl_dlopen
=yes
34496 echo "$as_me: failed program was:" >&5
34497 sed 's/^/| /' conftest.
$ac_ext >&5
34499 ac_cv_lib_dl_dlopen
=no
34501 rm -f conftest.err conftest.
$ac_objext \
34502 conftest
$ac_exeext conftest.
$ac_ext
34503 LIBS
=$ac_check_lib_save_LIBS
34505 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
34506 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
34507 if test $ac_cv_lib_dl_dlopen = yes; then
34509 cat >>confdefs.h
<<\_ACEOF
34510 #define HAVE_DLOPEN 1
34514 DL_LINK
=" -ldl$DL_LINK"
34519 for ac_func
in shl_load
34521 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34522 echo "$as_me:$LINENO: checking for $ac_func" >&5
34523 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34524 if eval "test \"\${$as_ac_var+set}\" = set"; then
34525 echo $ECHO_N "(cached) $ECHO_C" >&6
34527 cat >conftest.
$ac_ext <<_ACEOF
34530 cat confdefs.h
>>conftest.
$ac_ext
34531 cat >>conftest.
$ac_ext <<_ACEOF
34532 /* end confdefs.h. */
34533 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34535 #define $ac_func innocuous_$ac_func
34537 /* System header to define __stub macros and hopefully few prototypes,
34538 which can conflict with char $ac_func (); below.
34539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34540 <limits.h> exists even on freestanding compilers. */
34543 # include <limits.h>
34545 # include <assert.h>
34550 /* Override any gcc2 internal prototype to avoid an error. */
34555 /* We use char because int might match the return type of a gcc2
34556 builtin and then its argument prototype would still apply. */
34558 /* The GNU C library defines this for functions which it implements
34559 to always fail with ENOSYS. Some functions are actually named
34560 something starting with __ and the normal name is an alias. */
34561 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34564 char (*f) () = $ac_func;
34573 return f != $ac_func;
34578 rm -f conftest.
$ac_objext conftest
$ac_exeext
34579 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34580 (eval $ac_link) 2>conftest.er1
34582 grep -v '^ *+' conftest.er1
>conftest.err
34584 cat conftest.err
>&5
34585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34586 (exit $ac_status); } &&
34587 { ac_try
='test -z "$ac_c_werror_flag"
34588 || test ! -s conftest.err'
34589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34590 (eval $ac_try) 2>&5
34592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34593 (exit $ac_status); }; } &&
34594 { ac_try
='test -s conftest$ac_exeext'
34595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34596 (eval $ac_try) 2>&5
34598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34599 (exit $ac_status); }; }; then
34600 eval "$as_ac_var=yes"
34602 echo "$as_me: failed program was:" >&5
34603 sed 's/^/| /' conftest.
$ac_ext >&5
34605 eval "$as_ac_var=no"
34607 rm -f conftest.err conftest.
$ac_objext \
34608 conftest
$ac_exeext conftest.
$ac_ext
34610 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34611 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34612 if test `eval echo '${'$as_ac_var'}'` = yes; then
34613 cat >>confdefs.h
<<_ACEOF
34614 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34617 cat >>confdefs.h
<<\_ACEOF
34618 #define HAVE_SHL_LOAD 1
34625 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
34626 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
34627 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
34628 echo $ECHO_N "(cached) $ECHO_C" >&6
34630 ac_check_lib_save_LIBS
=$LIBS
34631 LIBS
="-lshl_load $LIBS"
34632 cat >conftest.
$ac_ext <<_ACEOF
34635 cat confdefs.h
>>conftest.
$ac_ext
34636 cat >>conftest.
$ac_ext <<_ACEOF
34637 /* end confdefs.h. */
34639 /* Override any gcc2 internal prototype to avoid an error. */
34643 /* We use char because int might match the return type of a gcc2
34644 builtin and then its argument prototype would still apply. */
34654 rm -f conftest.
$ac_objext conftest
$ac_exeext
34655 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34656 (eval $ac_link) 2>conftest.er1
34658 grep -v '^ *+' conftest.er1
>conftest.err
34660 cat conftest.err
>&5
34661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34662 (exit $ac_status); } &&
34663 { ac_try
='test -z "$ac_c_werror_flag"
34664 || test ! -s conftest.err'
34665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34666 (eval $ac_try) 2>&5
34668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34669 (exit $ac_status); }; } &&
34670 { ac_try
='test -s conftest$ac_exeext'
34671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34672 (eval $ac_try) 2>&5
34674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34675 (exit $ac_status); }; }; then
34676 ac_cv_lib_shl_load_dld
=yes
34678 echo "$as_me: failed program was:" >&5
34679 sed 's/^/| /' conftest.
$ac_ext >&5
34681 ac_cv_lib_shl_load_dld
=no
34683 rm -f conftest.err conftest.
$ac_objext \
34684 conftest
$ac_exeext conftest.
$ac_ext
34685 LIBS
=$ac_check_lib_save_LIBS
34687 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
34688 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
34689 if test $ac_cv_lib_shl_load_dld = yes; then
34692 DL_LINK
=" -ldld$DL_LINK"
34708 if test "$HAVE_DL_FUNCS" = 1; then
34710 for ac_func
in dlerror
34712 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34713 echo "$as_me:$LINENO: checking for $ac_func" >&5
34714 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34715 if eval "test \"\${$as_ac_var+set}\" = set"; then
34716 echo $ECHO_N "(cached) $ECHO_C" >&6
34718 cat >conftest.
$ac_ext <<_ACEOF
34721 cat confdefs.h
>>conftest.
$ac_ext
34722 cat >>conftest.
$ac_ext <<_ACEOF
34723 /* end confdefs.h. */
34724 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34725 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34726 #define $ac_func innocuous_$ac_func
34728 /* System header to define __stub macros and hopefully few prototypes,
34729 which can conflict with char $ac_func (); below.
34730 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34731 <limits.h> exists even on freestanding compilers. */
34734 # include <limits.h>
34736 # include <assert.h>
34741 /* Override any gcc2 internal prototype to avoid an error. */
34746 /* We use char because int might match the return type of a gcc2
34747 builtin and then its argument prototype would still apply. */
34749 /* The GNU C library defines this for functions which it implements
34750 to always fail with ENOSYS. Some functions are actually named
34751 something starting with __ and the normal name is an alias. */
34752 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34755 char (*f) () = $ac_func;
34764 return f != $ac_func;
34769 rm -f conftest.
$ac_objext conftest
$ac_exeext
34770 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34771 (eval $ac_link) 2>conftest.er1
34773 grep -v '^ *+' conftest.er1
>conftest.err
34775 cat conftest.err
>&5
34776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34777 (exit $ac_status); } &&
34778 { ac_try
='test -z "$ac_c_werror_flag"
34779 || test ! -s conftest.err'
34780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34781 (eval $ac_try) 2>&5
34783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34784 (exit $ac_status); }; } &&
34785 { ac_try
='test -s conftest$ac_exeext'
34786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34787 (eval $ac_try) 2>&5
34789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34790 (exit $ac_status); }; }; then
34791 eval "$as_ac_var=yes"
34793 echo "$as_me: failed program was:" >&5
34794 sed 's/^/| /' conftest.
$ac_ext >&5
34796 eval "$as_ac_var=no"
34798 rm -f conftest.err conftest.
$ac_objext \
34799 conftest
$ac_exeext conftest.
$ac_ext
34801 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34802 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34803 if test `eval echo '${'$as_ac_var'}'` = yes; then
34804 cat >>confdefs.h
<<_ACEOF
34805 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34807 cat >>confdefs.h
<<\_ACEOF
34808 #define HAVE_DLERROR 1
34813 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
34814 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
34815 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
34816 echo $ECHO_N "(cached) $ECHO_C" >&6
34818 ac_check_lib_save_LIBS
=$LIBS
34820 cat >conftest.
$ac_ext <<_ACEOF
34823 cat confdefs.h
>>conftest.
$ac_ext
34824 cat >>conftest.
$ac_ext <<_ACEOF
34825 /* end confdefs.h. */
34827 /* Override any gcc2 internal prototype to avoid an error. */
34831 /* We use char because int might match the return type of a gcc2
34832 builtin and then its argument prototype would still apply. */
34842 rm -f conftest.
$ac_objext conftest
$ac_exeext
34843 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34844 (eval $ac_link) 2>conftest.er1
34846 grep -v '^ *+' conftest.er1
>conftest.err
34848 cat conftest.err
>&5
34849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34850 (exit $ac_status); } &&
34851 { ac_try
='test -z "$ac_c_werror_flag"
34852 || test ! -s conftest.err'
34853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34854 (eval $ac_try) 2>&5
34856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34857 (exit $ac_status); }; } &&
34858 { ac_try
='test -s conftest$ac_exeext'
34859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34860 (eval $ac_try) 2>&5
34862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34863 (exit $ac_status); }; }; then
34864 ac_cv_lib_dl_dlerror
=yes
34866 echo "$as_me: failed program was:" >&5
34867 sed 's/^/| /' conftest.
$ac_ext >&5
34869 ac_cv_lib_dl_dlerror
=no
34871 rm -f conftest.err conftest.
$ac_objext \
34872 conftest
$ac_exeext conftest.
$ac_ext
34873 LIBS
=$ac_check_lib_save_LIBS
34875 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
34876 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
34877 if test $ac_cv_lib_dl_dlerror = yes; then
34878 cat >>confdefs.h
<<\_ACEOF
34879 #define HAVE_DLERROR 1
34892 if test "$HAVE_DL_FUNCS" = 0; then
34893 if test "$HAVE_SHL_FUNCS" = 0; then
34894 if test "$USE_UNIX" = 1; then
34895 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
34896 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
34897 wxUSE_DYNAMIC_LOADER
=no
34898 wxUSE_DYNLIB_CLASS
=no
34900 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
34901 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
34908 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
34909 cat >>confdefs.h
<<\_ACEOF
34910 #define wxUSE_DYNAMIC_LOADER 1
34914 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
34915 cat >>confdefs.h
<<\_ACEOF
34916 #define wxUSE_DYNLIB_CLASS 1
34922 if test "$wxUSE_FONTMAP" = "yes" ; then
34923 cat >>confdefs.h
<<\_ACEOF
34924 #define wxUSE_FONTMAP 1
34929 if test "$wxUSE_UNICODE" = "yes" ; then
34930 cat >>confdefs.h
<<\_ACEOF
34931 #define wxUSE_UNICODE 1
34935 if test "$USE_WIN32" != 1; then
34936 wxUSE_UNICODE_MSLU
=no
34939 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
34940 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
34941 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
34942 if test "${ac_cv_lib_unicows_main+set}" = set; then
34943 echo $ECHO_N "(cached) $ECHO_C" >&6
34945 ac_check_lib_save_LIBS
=$LIBS
34946 LIBS
="-lunicows $LIBS"
34947 cat >conftest.
$ac_ext <<_ACEOF
34950 cat confdefs.h
>>conftest.
$ac_ext
34951 cat >>conftest.
$ac_ext <<_ACEOF
34952 /* end confdefs.h. */
34963 rm -f conftest.
$ac_objext conftest
$ac_exeext
34964 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34965 (eval $ac_link) 2>conftest.er1
34967 grep -v '^ *+' conftest.er1
>conftest.err
34969 cat conftest.err
>&5
34970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34971 (exit $ac_status); } &&
34972 { ac_try
='test -z "$ac_c_werror_flag"
34973 || test ! -s conftest.err'
34974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34975 (eval $ac_try) 2>&5
34977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34978 (exit $ac_status); }; } &&
34979 { ac_try
='test -s conftest$ac_exeext'
34980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34981 (eval $ac_try) 2>&5
34983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34984 (exit $ac_status); }; }; then
34985 ac_cv_lib_unicows_main
=yes
34987 echo "$as_me: failed program was:" >&5
34988 sed 's/^/| /' conftest.
$ac_ext >&5
34990 ac_cv_lib_unicows_main
=no
34992 rm -f conftest.err conftest.
$ac_objext \
34993 conftest
$ac_exeext conftest.
$ac_ext
34994 LIBS
=$ac_check_lib_save_LIBS
34996 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
34997 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
34998 if test $ac_cv_lib_unicows_main = yes; then
35000 cat >>confdefs.h
<<\_ACEOF
35001 #define wxUSE_UNICODE_MSLU 1
35007 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35008 Applications will only run on Windows NT/2000/XP!" >&5
35009 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35010 Applications will only run on Windows NT/2000/XP!" >&2;}
35011 wxUSE_UNICODE_MSLU
=no
35018 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
35019 cat >>confdefs.h
<<\_ACEOF
35020 #define wxUSE_EXPERIMENTAL_PRINTF 1
35026 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
35027 cat >>confdefs.h
<<\_ACEOF
35028 #define wxUSE_POSTSCRIPT 1
35033 cat >>confdefs.h
<<\_ACEOF
35034 #define wxUSE_AFM_FOR_POSTSCRIPT 1
35038 cat >>confdefs.h
<<\_ACEOF
35039 #define wxUSE_NORMALIZED_PS_FONTS 1
35044 if test "$wxUSE_CONSTRAINTS" = "yes"; then
35045 cat >>confdefs.h
<<\_ACEOF
35046 #define wxUSE_CONSTRAINTS 1
35049 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
35052 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
35053 cat >>confdefs.h
<<\_ACEOF
35054 #define wxUSE_MDI_ARCHITECTURE 1
35057 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
35060 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
35061 cat >>confdefs.h
<<\_ACEOF
35062 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
35065 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
35066 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
35067 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
35071 if test "$wxUSE_HELP" = "yes"; then
35072 cat >>confdefs.h
<<\_ACEOF
35073 #define wxUSE_HELP 1
35076 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
35078 if test "$wxUSE_MSW" = 1; then
35079 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
35080 cat >>confdefs.h
<<\_ACEOF
35081 #define wxUSE_MS_HTML_HELP 1
35087 if test "$wxUSE_WXHTML_HELP" = "yes"; then
35088 if test "$wxUSE_HTML" = "yes"; then
35089 cat >>confdefs.h
<<\_ACEOF
35090 #define wxUSE_WXHTML_HELP 1
35094 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
35095 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
35096 wxUSE_WXHTML_HELP
=no
35101 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
35102 if test "$wxUSE_CONSTRAINTS" != "yes"; then
35103 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
35104 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
35106 cat >>confdefs.h
<<\_ACEOF
35107 #define wxUSE_PRINTING_ARCHITECTURE 1
35111 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
35114 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
35115 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
35116 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
35117 { (exit 1); exit 1; }; }
35121 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
35122 -o "$wxUSE_CLIPBOARD" = "yes" \
35123 -o "$wxUSE_OLE" = "yes" \
35124 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
35126 for ac_header
in ole2.h
35128 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35129 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35130 echo "$as_me:$LINENO: checking for $ac_header" >&5
35131 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35132 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35133 echo $ECHO_N "(cached) $ECHO_C" >&6
35135 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35136 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35138 # Is the header compilable?
35139 echo "$as_me:$LINENO: checking $ac_header usability" >&5
35140 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35141 cat >conftest.
$ac_ext <<_ACEOF
35144 cat confdefs.h
>>conftest.
$ac_ext
35145 cat >>conftest.
$ac_ext <<_ACEOF
35146 /* end confdefs.h. */
35147 $ac_includes_default
35148 #include <$ac_header>
35150 rm -f conftest.
$ac_objext
35151 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35152 (eval $ac_compile) 2>conftest.er1
35154 grep -v '^ *+' conftest.er1
>conftest.err
35156 cat conftest.err
>&5
35157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35158 (exit $ac_status); } &&
35159 { ac_try
='test -z "$ac_c_werror_flag"
35160 || test ! -s conftest.err'
35161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35162 (eval $ac_try) 2>&5
35164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35165 (exit $ac_status); }; } &&
35166 { ac_try
='test -s conftest.$ac_objext'
35167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35168 (eval $ac_try) 2>&5
35170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35171 (exit $ac_status); }; }; then
35172 ac_header_compiler
=yes
35174 echo "$as_me: failed program was:" >&5
35175 sed 's/^/| /' conftest.
$ac_ext >&5
35177 ac_header_compiler
=no
35179 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35180 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35181 echo "${ECHO_T}$ac_header_compiler" >&6
35183 # Is the header present?
35184 echo "$as_me:$LINENO: checking $ac_header presence" >&5
35185 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35186 cat >conftest.
$ac_ext <<_ACEOF
35189 cat confdefs.h
>>conftest.
$ac_ext
35190 cat >>conftest.
$ac_ext <<_ACEOF
35191 /* end confdefs.h. */
35192 #include <$ac_header>
35194 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35195 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
35197 grep -v '^ *+' conftest.er1
>conftest.err
35199 cat conftest.err
>&5
35200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35201 (exit $ac_status); } >/dev
/null
; then
35202 if test -s conftest.err
; then
35203 ac_cpp_err
=$ac_c_preproc_warn_flag
35204 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
35211 if test -z "$ac_cpp_err"; then
35212 ac_header_preproc
=yes
35214 echo "$as_me: failed program was:" >&5
35215 sed 's/^/| /' conftest.
$ac_ext >&5
35217 ac_header_preproc
=no
35219 rm -f conftest.err conftest.
$ac_ext
35220 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35221 echo "${ECHO_T}$ac_header_preproc" >&6
35223 # So? What about this header?
35224 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35226 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35227 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35228 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35229 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35230 ac_header_preproc
=yes
35233 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35234 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35235 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35236 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35237 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35238 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35239 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35240 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
35241 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35242 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35243 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35244 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35247 ## ----------------------------------------- ##
35248 ## Report this to wx-dev@lists.wxwindows.org ##
35249 ## ----------------------------------------- ##
35252 sed "s/^/$as_me: WARNING: /" >&2
35255 echo "$as_me:$LINENO: checking for $ac_header" >&5
35256 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35257 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35258 echo $ECHO_N "(cached) $ECHO_C" >&6
35260 eval "$as_ac_Header=\$ac_header_preproc"
35262 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35263 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35266 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35267 cat >>confdefs.h
<<_ACEOF
35268 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35276 if test "$ac_cv_header_ole2_h" = "yes" ; then
35277 if test "$GCC" = yes ; then
35281 ac_cpp
='$CXXCPP $CPPFLAGS'
35282 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35283 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35284 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35287 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
35288 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
35289 cat >conftest.
$ac_ext <<_ACEOF
35292 cat confdefs.h
>>conftest.
$ac_ext
35293 cat >>conftest.
$ac_ext <<_ACEOF
35294 /* end confdefs.h. */
35295 #include <windows.h>
35305 rm -f conftest.
$ac_objext
35306 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35307 (eval $ac_compile) 2>conftest.er1
35309 grep -v '^ *+' conftest.er1
>conftest.err
35311 cat conftest.err
>&5
35312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35313 (exit $ac_status); } &&
35314 { ac_try
='test -z "$ac_cxx_werror_flag"
35315 || test ! -s conftest.err'
35316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35317 (eval $ac_try) 2>&5
35319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35320 (exit $ac_status); }; } &&
35321 { ac_try
='test -s conftest.$ac_objext'
35322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35323 (eval $ac_try) 2>&5
35325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35326 (exit $ac_status); }; }; then
35327 echo "$as_me:$LINENO: result: no" >&5
35328 echo "${ECHO_T}no" >&6
35330 echo "$as_me: failed program was:" >&5
35331 sed 's/^/| /' conftest.
$ac_ext >&5
35333 echo "$as_me:$LINENO: result: yes" >&5
35334 echo "${ECHO_T}yes" >&6
35335 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
35337 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35339 ac_cpp
='$CPP $CPPFLAGS'
35340 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35341 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35342 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35344 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
35345 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
35346 cat >>confdefs.h
<<\_ACEOF
35347 #define wxUSE_OLE 1
35353 cat >>confdefs.h
<<\_ACEOF
35354 #define wxUSE_DATAOBJ 1
35358 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
35359 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
35362 wxUSE_DRAG_AND_DROP
=no
35367 if test "$wxUSE_METAFILE" = "yes"; then
35368 cat >>confdefs.h
<<\_ACEOF
35369 #define wxUSE_METAFILE 1
35373 cat >>confdefs.h
<<\_ACEOF
35374 #define wxUSE_ENH_METAFILE 1
35380 if test "$wxUSE_IPC" = "yes"; then
35381 if test "$wxUSE_SOCKETS" != "yes"; then
35382 { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5
35383 echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
35386 cat >>confdefs.h
<<\_ACEOF
35387 #define wxUSE_IPC 1
35392 if test "$wxUSE_CLIPBOARD" = "yes"; then
35393 if test "$wxUSE_MGL" = 1; then
35394 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
35395 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
35399 if test "$wxUSE_CLIPBOARD" = "yes"; then
35400 cat >>confdefs.h
<<\_ACEOF
35401 #define wxUSE_CLIPBOARD 1
35405 cat >>confdefs.h
<<\_ACEOF
35406 #define wxUSE_DATAOBJ 1
35412 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
35413 if test "$wxUSE_GTK" = 1; then
35414 if test "$WXGTK12" != 1; then
35415 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
35416 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
35417 wxUSE_DRAG_AND_DROP
=no
35421 if test "$wxUSE_MOTIF" = 1; then
35422 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
35423 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
35424 wxUSE_DRAG_AND_DROP
=no
35427 if test "$wxUSE_X11" = 1; then
35428 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
35429 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
35430 wxUSE_DRAG_AND_DROP
=no
35433 if test "$wxUSE_MGL" = 1; then
35434 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
35435 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
35436 wxUSE_DRAG_AND_DROP
=no
35439 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
35440 cat >>confdefs.h
<<\_ACEOF
35441 #define wxUSE_DRAG_AND_DROP 1
35444 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
35449 if test "$wxUSE_SPLINES" = "yes" ; then
35450 cat >>confdefs.h
<<\_ACEOF
35451 #define wxUSE_SPLINES 1
35458 if test "$wxUSE_CONTROLS" = "yes"; then
35462 if test "$wxUSE_ACCEL" = "yes"; then
35463 cat >>confdefs.h
<<\_ACEOF
35464 #define wxUSE_ACCEL 1
35470 if test "$wxUSE_BUTTON" = "yes"; then
35471 cat >>confdefs.h
<<\_ACEOF
35472 #define wxUSE_BUTTON 1
35478 if test "$wxUSE_BMPBUTTON" = "yes"; then
35479 cat >>confdefs.h
<<\_ACEOF
35480 #define wxUSE_BMPBUTTON 1
35486 if test "$wxUSE_CALCTRL" = "yes"; then
35487 cat >>confdefs.h
<<\_ACEOF
35488 #define wxUSE_CALENDARCTRL 1
35492 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
35495 if test "$wxUSE_CARET" = "yes"; then
35496 cat >>confdefs.h
<<\_ACEOF
35497 #define wxUSE_CARET 1
35501 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
35504 if test "$wxUSE_COMBOBOX" = "yes"; then
35505 cat >>confdefs.h
<<\_ACEOF
35506 #define wxUSE_COMBOBOX 1
35512 if test "$wxUSE_CHOICE" = "yes"; then
35513 cat >>confdefs.h
<<\_ACEOF
35514 #define wxUSE_CHOICE 1
35520 if test "$wxUSE_CHECKBOX" = "yes"; then
35521 cat >>confdefs.h
<<\_ACEOF
35522 #define wxUSE_CHECKBOX 1
35528 if test "$wxUSE_CHECKLST" = "yes"; then
35529 cat >>confdefs.h
<<\_ACEOF
35530 #define wxUSE_CHECKLISTBOX 1
35534 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
35537 if test "$wxUSE_DISPLAY" = "yes"; then
35538 cat >>confdefs.h
<<\_ACEOF
35539 #define wxUSE_DISPLAY 1
35542 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
35545 if test "$wxUSE_GAUGE" = "yes"; then
35546 cat >>confdefs.h
<<\_ACEOF
35547 #define wxUSE_GAUGE 1
35553 if test "$wxUSE_GRID" = "yes"; then
35554 cat >>confdefs.h
<<\_ACEOF
35555 #define wxUSE_GRID 1
35559 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
35562 if test "$wxUSE_IMAGLIST" = "yes"; then
35563 cat >>confdefs.h
<<\_ACEOF
35564 #define wxUSE_IMAGLIST 1
35569 if test "$wxUSE_LISTBOOK" = "yes"; then
35570 cat >>confdefs.h
<<\_ACEOF
35571 #define wxUSE_LISTBOOK 1
35577 if test "$wxUSE_LISTBOX" = "yes"; then
35578 cat >>confdefs.h
<<\_ACEOF
35579 #define wxUSE_LISTBOX 1
35585 if test "$wxUSE_LISTCTRL" = "yes"; then
35586 if test "$wxUSE_IMAGLIST" = "yes"; then
35587 cat >>confdefs.h
<<\_ACEOF
35588 #define wxUSE_LISTCTRL 1
35592 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
35594 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
35595 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
35599 if test "$wxUSE_NOTEBOOK" = "yes"; then
35600 cat >>confdefs.h
<<\_ACEOF
35601 #define wxUSE_NOTEBOOK 1
35605 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
35609 if test "$wxUSE_RADIOBOX" = "yes"; then
35610 cat >>confdefs.h
<<\_ACEOF
35611 #define wxUSE_RADIOBOX 1
35617 if test "$wxUSE_RADIOBTN" = "yes"; then
35618 cat >>confdefs.h
<<\_ACEOF
35619 #define wxUSE_RADIOBTN 1
35625 if test "$wxUSE_SASH" = "yes"; then
35626 cat >>confdefs.h
<<\_ACEOF
35627 #define wxUSE_SASH 1
35630 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
35633 if test "$wxUSE_SCROLLBAR" = "yes"; then
35634 cat >>confdefs.h
<<\_ACEOF
35635 #define wxUSE_SCROLLBAR 1
35639 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
35642 if test "$wxUSE_SLIDER" = "yes"; then
35643 cat >>confdefs.h
<<\_ACEOF
35644 #define wxUSE_SLIDER 1
35650 if test "$wxUSE_SPINBTN" = "yes"; then
35651 cat >>confdefs.h
<<\_ACEOF
35652 #define wxUSE_SPINBTN 1
35658 if test "$wxUSE_SPINCTRL" = "yes"; then
35659 cat >>confdefs.h
<<\_ACEOF
35660 #define wxUSE_SPINCTRL 1
35666 if test "$wxUSE_SPLITTER" = "yes"; then
35667 cat >>confdefs.h
<<\_ACEOF
35668 #define wxUSE_SPLITTER 1
35671 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
35674 if test "$wxUSE_STATBMP" = "yes"; then
35675 cat >>confdefs.h
<<\_ACEOF
35676 #define wxUSE_STATBMP 1
35682 if test "$wxUSE_STATBOX" = "yes"; then
35683 cat >>confdefs.h
<<\_ACEOF
35684 #define wxUSE_STATBOX 1
35690 if test "$wxUSE_STATTEXT" = "yes"; then
35691 cat >>confdefs.h
<<\_ACEOF
35692 #define wxUSE_STATTEXT 1
35698 if test "$wxUSE_STATLINE" = "yes"; then
35699 cat >>confdefs.h
<<\_ACEOF
35700 #define wxUSE_STATLINE 1
35706 if test "$wxUSE_STATUSBAR" = "yes"; then
35707 cat >>confdefs.h
<<\_ACEOF
35708 #define wxUSE_STATUSBAR 1
35713 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
35716 if test "$wxUSE_TABDIALOG" = "yes"; then
35717 cat >>confdefs.h
<<\_ACEOF
35718 #define wxUSE_TAB_DIALOG 1
35721 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
35724 if test "$wxUSE_TEXTCTRL" = "yes"; then
35725 cat >>confdefs.h
<<\_ACEOF
35726 #define wxUSE_TEXTCTRL 1
35730 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
35733 if test "$wxUSE_TOGGLEBTN" = "yes"; then
35734 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
35735 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
35736 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
35739 if test "$wxUSE_UNIVERSAL" = "yes"; then
35740 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
35741 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
35745 if test "$wxUSE_TOGGLEBTN" = "yes"; then
35746 cat >>confdefs.h
<<\_ACEOF
35747 #define wxUSE_TOGGLEBTN 1
35754 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
35755 cat >>confdefs.h
<<\_ACEOF
35756 #define wxUSE_TOOLBAR_SIMPLE 1
35759 wxUSE_TOOLBAR
="yes"
35763 if test "$wxUSE_TOOLBAR" = "yes"; then
35764 cat >>confdefs.h
<<\_ACEOF
35765 #define wxUSE_TOOLBAR 1
35770 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
35771 wxUSE_TOOLBAR_NATIVE
="yes"
35774 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
35775 cat >>confdefs.h
<<\_ACEOF
35776 #define wxUSE_TOOLBAR_NATIVE 1
35782 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
35785 if test "$wxUSE_TOOLTIPS" = "yes"; then
35786 if test "$wxUSE_MOTIF" = 1; then
35787 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
35788 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
35790 if test "$wxUSE_UNIVERSAL" = "yes"; then
35791 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
35792 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
35794 cat >>confdefs.h
<<\_ACEOF
35795 #define wxUSE_TOOLTIPS 1
35802 if test "$wxUSE_TREECTRL" = "yes"; then
35803 if test "$wxUSE_IMAGLIST" = "yes"; then
35804 cat >>confdefs.h
<<\_ACEOF
35805 #define wxUSE_TREECTRL 1
35809 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
35811 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
35812 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
35816 if test "$wxUSE_POPUPWIN" = "yes"; then
35817 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
35818 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
35819 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
35821 if test "$wxUSE_PM" = 1; then
35822 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
35823 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
35825 cat >>confdefs.h
<<\_ACEOF
35826 #define wxUSE_POPUPWIN 1
35835 if test "$wxUSE_TIPWINDOW" = "yes"; then
35836 if test "$wxUSE_PM" = 1; then
35837 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
35838 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
35840 cat >>confdefs.h
<<\_ACEOF
35841 #define wxUSE_TIPWINDOW 1
35847 if test "$USES_CONTROLS" = 1; then
35848 cat >>confdefs.h
<<\_ACEOF
35849 #define wxUSE_CONTROLS 1
35855 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
35856 cat >>confdefs.h
<<\_ACEOF
35857 #define wxUSE_ACCESSIBILITY 1
35860 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
35863 if test "$wxUSE_DRAGIMAGE" = "yes"; then
35864 cat >>confdefs.h
<<\_ACEOF
35865 #define wxUSE_DRAGIMAGE 1
35868 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
35871 if test "$wxUSE_EXCEPTIONS" = "yes"; then
35872 cat >>confdefs.h
<<\_ACEOF
35873 #define wxUSE_EXCEPTIONS 1
35879 if test "$wxUSE_HTML" = "yes"; then
35880 cat >>confdefs.h
<<\_ACEOF
35881 #define wxUSE_HTML 1
35885 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
35888 if test "$wxUSE_MENUS" = "yes"; then
35889 cat >>confdefs.h
<<\_ACEOF
35890 #define wxUSE_MENUS 1
35893 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
35896 if test "$wxUSE_METAFILE" = "yes"; then
35897 cat >>confdefs.h
<<\_ACEOF
35898 #define wxUSE_METAFILE 1
35903 if test "$wxUSE_MIMETYPE" = "yes"; then
35904 cat >>confdefs.h
<<\_ACEOF
35905 #define wxUSE_MIMETYPE 1
35910 if test "$wxUSE_MINIFRAME" = "yes"; then
35911 cat >>confdefs.h
<<\_ACEOF
35912 #define wxUSE_MINIFRAME 1
35915 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
35918 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
35919 cat >>confdefs.h
<<\_ACEOF
35920 #define wxUSE_SYSTEM_OPTIONS 1
35923 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
35924 "$TOOLKIT" = "MOTIF"; then
35925 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
35930 if test "$wxUSE_VALIDATORS" = "yes"; then
35931 cat >>confdefs.h
<<\_ACEOF
35932 #define wxUSE_VALIDATORS 1
35935 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
35938 if test "$wxUSE_PALETTE" = "yes" ; then
35939 cat >>confdefs.h
<<\_ACEOF
35940 #define wxUSE_PALETTE 1
35945 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
35946 LIBS
=" -lunicows $LIBS"
35950 if test "$wxUSE_IMAGE" = "yes" ; then
35951 cat >>confdefs.h
<<\_ACEOF
35952 #define wxUSE_IMAGE 1
35956 if test "$wxUSE_GIF" = "yes" ; then
35957 cat >>confdefs.h
<<\_ACEOF
35958 #define wxUSE_GIF 1
35963 if test "$wxUSE_PCX" = "yes" ; then
35964 cat >>confdefs.h
<<\_ACEOF
35965 #define wxUSE_PCX 1
35970 if test "$wxUSE_IFF" = "yes" ; then
35971 cat >>confdefs.h
<<\_ACEOF
35972 #define wxUSE_IFF 1
35977 if test "$wxUSE_PNM" = "yes" ; then
35978 cat >>confdefs.h
<<\_ACEOF
35979 #define wxUSE_PNM 1
35984 if test "$wxUSE_XPM" = "yes" ; then
35985 cat >>confdefs.h
<<\_ACEOF
35986 #define wxUSE_XPM 1
35991 if test "$wxUSE_ICO_CUR" = "yes" ; then
35992 cat >>confdefs.h
<<\_ACEOF
35993 #define wxUSE_ICO_CUR 1
36000 if test "$wxUSE_CHOICEDLG" = "yes"; then
36001 cat >>confdefs.h
<<\_ACEOF
36002 #define wxUSE_CHOICEDLG 1
36007 if test "$wxUSE_COLOURDLG" = "yes"; then
36008 cat >>confdefs.h
<<\_ACEOF
36009 #define wxUSE_COLOURDLG 1
36014 if test "$wxUSE_FILEDLG" = "yes"; then
36015 cat >>confdefs.h
<<\_ACEOF
36016 #define wxUSE_FILEDLG 1
36021 if test "$wxUSE_FINDREPLDLG" = "yes"; then
36022 cat >>confdefs.h
<<\_ACEOF
36023 #define wxUSE_FINDREPLDLG 1
36028 if test "$wxUSE_FONTDLG" = "yes"; then
36029 cat >>confdefs.h
<<\_ACEOF
36030 #define wxUSE_FONTDLG 1
36035 if test "$wxUSE_DIRDLG" = "yes"; then
36036 if test "$wxUSE_TREECTRL" != "yes"; then
36037 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
36038 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
36040 cat >>confdefs.h
<<\_ACEOF
36041 #define wxUSE_DIRDLG 1
36047 if test "$wxUSE_MSGDLG" = "yes"; then
36048 cat >>confdefs.h
<<\_ACEOF
36049 #define wxUSE_MSGDLG 1
36054 if test "$wxUSE_NUMBERDLG" = "yes"; then
36055 cat >>confdefs.h
<<\_ACEOF
36056 #define wxUSE_NUMBERDLG 1
36061 if test "$wxUSE_PROGRESSDLG" = "yes"; then
36062 if test "$wxUSE_CONSTRAINTS" != "yes"; then
36063 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
36064 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
36066 cat >>confdefs.h
<<\_ACEOF
36067 #define wxUSE_PROGRESSDLG 1
36073 if test "$wxUSE_SPLASH" = "yes"; then
36074 cat >>confdefs.h
<<\_ACEOF
36075 #define wxUSE_SPLASH 1
36080 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
36081 if test "$wxUSE_CONSTRAINTS" != "yes"; then
36082 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
36083 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
36085 cat >>confdefs.h
<<\_ACEOF
36086 #define wxUSE_STARTUP_TIPS 1
36092 if test "$wxUSE_TEXTDLG" = "yes"; then
36093 cat >>confdefs.h
<<\_ACEOF
36094 #define wxUSE_TEXTDLG 1
36099 if test "$wxUSE_WIZARDDLG" = "yes"; then
36100 cat >>confdefs.h
<<\_ACEOF
36101 #define wxUSE_WIZARDDLG 1
36104 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
36108 if test "$cross_compiling" = "yes"; then
36111 OSINFO
=`uname -s -r -m`
36112 OSINFO
="\"$OSINFO\""
36115 cat >>confdefs.h
<<_ACEOF
36116 #define WXWIN_OS_DESCRIPTION $OSINFO
36121 if test "x$prefix" != "xNONE"; then
36124 wxPREFIX
=$ac_default_prefix
36127 cat >>confdefs.h
<<_ACEOF
36128 #define wxINSTALL_PREFIX "$wxPREFIX"
36132 top_builddir_wxconfig
=`pwd`
36136 CORE_BASE_LIBS
="net base"
36137 CORE_GUI_LIBS
="adv core"
36139 if test "$wxUSE_XML" = "yes" ; then
36140 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
36142 if test "$wxUSE_ODBC" != "no" ; then
36143 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
36144 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
36146 if test "$wxUSE_HTML" = "yes" ; then
36147 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
36150 if test "$wxUSE_GUI" != "yes"; then
36161 if test "$wxUSE_MAC" = 1 ; then
36162 LDFLAGS
="$LDFLAGS -framework Carbon -framework System"
36164 if test "$wxUSE_COCOA" = 1 ; then
36165 LDFLAGS
="$LDFLAGS -framework Cocoa -framework System"
36169 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
36176 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36177 echo "$as_me:$LINENO: checking for $ac_func" >&5
36178 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36179 if eval "test \"\${$as_ac_var+set}\" = set"; then
36180 echo $ECHO_N "(cached) $ECHO_C" >&6
36182 cat >conftest.
$ac_ext <<_ACEOF
36185 cat confdefs.h
>>conftest.
$ac_ext
36186 cat >>conftest.
$ac_ext <<_ACEOF
36187 /* end confdefs.h. */
36188 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36189 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36190 #define $ac_func innocuous_$ac_func
36192 /* System header to define __stub macros and hopefully few prototypes,
36193 which can conflict with char $ac_func (); below.
36194 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36195 <limits.h> exists even on freestanding compilers. */
36198 # include <limits.h>
36200 # include <assert.h>
36205 /* Override any gcc2 internal prototype to avoid an error. */
36210 /* We use char because int might match the return type of a gcc2
36211 builtin and then its argument prototype would still apply. */
36213 /* The GNU C library defines this for functions which it implements
36214 to always fail with ENOSYS. Some functions are actually named
36215 something starting with __ and the normal name is an alias. */
36216 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36219 char (*f) () = $ac_func;
36228 return f != $ac_func;
36233 rm -f conftest.
$ac_objext conftest
$ac_exeext
36234 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36235 (eval $ac_link) 2>conftest.er1
36237 grep -v '^ *+' conftest.er1
>conftest.err
36239 cat conftest.err
>&5
36240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36241 (exit $ac_status); } &&
36242 { ac_try
='test -z "$ac_c_werror_flag"
36243 || test ! -s conftest.err'
36244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36245 (eval $ac_try) 2>&5
36247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36248 (exit $ac_status); }; } &&
36249 { ac_try
='test -s conftest$ac_exeext'
36250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36251 (eval $ac_try) 2>&5
36253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36254 (exit $ac_status); }; }; then
36255 eval "$as_ac_var=yes"
36257 echo "$as_me: failed program was:" >&5
36258 sed 's/^/| /' conftest.
$ac_ext >&5
36260 eval "$as_ac_var=no"
36262 rm -f conftest.err conftest.
$ac_objext \
36263 conftest
$ac_exeext conftest.
$ac_ext
36265 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36266 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36267 if test `eval echo '${'$as_ac_var'}'` = yes; then
36268 cat >>confdefs.h
<<_ACEOF
36269 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36276 for ac_func
in floor
36278 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36279 echo "$as_me:$LINENO: checking for $ac_func" >&5
36280 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36281 if eval "test \"\${$as_ac_var+set}\" = set"; then
36282 echo $ECHO_N "(cached) $ECHO_C" >&6
36284 cat >conftest.
$ac_ext <<_ACEOF
36287 cat confdefs.h
>>conftest.
$ac_ext
36288 cat >>conftest.
$ac_ext <<_ACEOF
36289 /* end confdefs.h. */
36290 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36291 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36292 #define $ac_func innocuous_$ac_func
36294 /* System header to define __stub macros and hopefully few prototypes,
36295 which can conflict with char $ac_func (); below.
36296 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36297 <limits.h> exists even on freestanding compilers. */
36300 # include <limits.h>
36302 # include <assert.h>
36307 /* Override any gcc2 internal prototype to avoid an error. */
36312 /* We use char because int might match the return type of a gcc2
36313 builtin and then its argument prototype would still apply. */
36315 /* The GNU C library defines this for functions which it implements
36316 to always fail with ENOSYS. Some functions are actually named
36317 something starting with __ and the normal name is an alias. */
36318 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36321 char (*f) () = $ac_func;
36330 return f != $ac_func;
36335 rm -f conftest.
$ac_objext conftest
$ac_exeext
36336 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36337 (eval $ac_link) 2>conftest.er1
36339 grep -v '^ *+' conftest.er1
>conftest.err
36341 cat conftest.err
>&5
36342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36343 (exit $ac_status); } &&
36344 { ac_try
='test -z "$ac_c_werror_flag"
36345 || test ! -s conftest.err'
36346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36347 (eval $ac_try) 2>&5
36349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36350 (exit $ac_status); }; } &&
36351 { ac_try
='test -s conftest$ac_exeext'
36352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36353 (eval $ac_try) 2>&5
36355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36356 (exit $ac_status); }; }; then
36357 eval "$as_ac_var=yes"
36359 echo "$as_me: failed program was:" >&5
36360 sed 's/^/| /' conftest.
$ac_ext >&5
36362 eval "$as_ac_var=no"
36364 rm -f conftest.err conftest.
$ac_objext \
36365 conftest
$ac_exeext conftest.
$ac_ext
36367 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36368 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36369 if test `eval echo '${'$as_ac_var'}'` = yes; then
36370 cat >>confdefs.h
<<_ACEOF
36371 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36377 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
36378 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
36379 if test "$have_cos" = 1 -a "$have_floor" = 1; then
36380 echo "$as_me:$LINENO: result: yes" >&5
36381 echo "${ECHO_T}yes" >&6
36383 echo "$as_me:$LINENO: result: no" >&5
36384 echo "${ECHO_T}no" >&6
36386 # use different functions to avoid configure caching
36392 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36393 echo "$as_me:$LINENO: checking for $ac_func" >&5
36394 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36395 if eval "test \"\${$as_ac_var+set}\" = set"; then
36396 echo $ECHO_N "(cached) $ECHO_C" >&6
36398 cat >conftest.
$ac_ext <<_ACEOF
36401 cat confdefs.h
>>conftest.
$ac_ext
36402 cat >>conftest.
$ac_ext <<_ACEOF
36403 /* end confdefs.h. */
36404 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36405 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36406 #define $ac_func innocuous_$ac_func
36408 /* System header to define __stub macros and hopefully few prototypes,
36409 which can conflict with char $ac_func (); below.
36410 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36411 <limits.h> exists even on freestanding compilers. */
36414 # include <limits.h>
36416 # include <assert.h>
36421 /* Override any gcc2 internal prototype to avoid an error. */
36426 /* We use char because int might match the return type of a gcc2
36427 builtin and then its argument prototype would still apply. */
36429 /* The GNU C library defines this for functions which it implements
36430 to always fail with ENOSYS. Some functions are actually named
36431 something starting with __ and the normal name is an alias. */
36432 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36435 char (*f) () = $ac_func;
36444 return f != $ac_func;
36449 rm -f conftest.
$ac_objext conftest
$ac_exeext
36450 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36451 (eval $ac_link) 2>conftest.er1
36453 grep -v '^ *+' conftest.er1
>conftest.err
36455 cat conftest.err
>&5
36456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36457 (exit $ac_status); } &&
36458 { ac_try
='test -z "$ac_c_werror_flag"
36459 || test ! -s conftest.err'
36460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36461 (eval $ac_try) 2>&5
36463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36464 (exit $ac_status); }; } &&
36465 { ac_try
='test -s conftest$ac_exeext'
36466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36467 (eval $ac_try) 2>&5
36469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36470 (exit $ac_status); }; }; then
36471 eval "$as_ac_var=yes"
36473 echo "$as_me: failed program was:" >&5
36474 sed 's/^/| /' conftest.
$ac_ext >&5
36476 eval "$as_ac_var=no"
36478 rm -f conftest.err conftest.
$ac_objext \
36479 conftest
$ac_exeext conftest.
$ac_ext
36481 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36482 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36483 if test `eval echo '${'$as_ac_var'}'` = yes; then
36484 cat >>confdefs.h
<<_ACEOF
36485 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36492 for ac_func
in ceil
36494 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36495 echo "$as_me:$LINENO: checking for $ac_func" >&5
36496 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36497 if eval "test \"\${$as_ac_var+set}\" = set"; then
36498 echo $ECHO_N "(cached) $ECHO_C" >&6
36500 cat >conftest.
$ac_ext <<_ACEOF
36503 cat confdefs.h
>>conftest.
$ac_ext
36504 cat >>conftest.
$ac_ext <<_ACEOF
36505 /* end confdefs.h. */
36506 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36507 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36508 #define $ac_func innocuous_$ac_func
36510 /* System header to define __stub macros and hopefully few prototypes,
36511 which can conflict with char $ac_func (); below.
36512 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36513 <limits.h> exists even on freestanding compilers. */
36516 # include <limits.h>
36518 # include <assert.h>
36523 /* Override any gcc2 internal prototype to avoid an error. */
36528 /* We use char because int might match the return type of a gcc2
36529 builtin and then its argument prototype would still apply. */
36531 /* The GNU C library defines this for functions which it implements
36532 to always fail with ENOSYS. Some functions are actually named
36533 something starting with __ and the normal name is an alias. */
36534 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36537 char (*f) () = $ac_func;
36546 return f != $ac_func;
36551 rm -f conftest.
$ac_objext conftest
$ac_exeext
36552 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36553 (eval $ac_link) 2>conftest.er1
36555 grep -v '^ *+' conftest.er1
>conftest.err
36557 cat conftest.err
>&5
36558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36559 (exit $ac_status); } &&
36560 { ac_try
='test -z "$ac_c_werror_flag"
36561 || test ! -s conftest.err'
36562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36563 (eval $ac_try) 2>&5
36565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36566 (exit $ac_status); }; } &&
36567 { ac_try
='test -s conftest$ac_exeext'
36568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36569 (eval $ac_try) 2>&5
36571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36572 (exit $ac_status); }; }; then
36573 eval "$as_ac_var=yes"
36575 echo "$as_me: failed program was:" >&5
36576 sed 's/^/| /' conftest.
$ac_ext >&5
36578 eval "$as_ac_var=no"
36580 rm -f conftest.err conftest.
$ac_objext \
36581 conftest
$ac_exeext conftest.
$ac_ext
36583 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36584 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36585 if test `eval echo '${'$as_ac_var'}'` = yes; then
36586 cat >>confdefs.h
<<_ACEOF
36587 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36593 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
36594 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
36595 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
36596 echo "$as_me:$LINENO: result: yes" >&5
36597 echo "${ECHO_T}yes" >&6
36599 echo "$as_me:$LINENO: result: no" >&5
36600 echo "${ECHO_T}no" >&6
36601 # not sure we should warn the user, crash, etc.
36605 if test "$wxUSE_GUI" = "yes"; then
36608 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs \
36609 drawing dynamic erase event exec font image \
36610 minimal propsize rotate shaped widgets render"
36612 if test "$wxUSE_MONOLITHIC" != "yes"; then
36613 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
36616 SAMPLES_SUBDIRS
="console"
36620 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
36621 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
36623 if test "$GXX" = yes ; then
36624 CXXWARNINGS
="-Wall"
36627 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
36629 CPPFLAGS
=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
36630 CFLAGS
=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
36631 CXXFLAGS
=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
36634 LIBS
=`echo $LIBS | sed 's/ \+/ /g'`
36635 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
36636 EXTRALIBS_XML
="$EXPAT_LINK"
36637 EXTRALIBS_HTML
="$MSPACK_LINK"
36638 EXTRALIBS_ODBC
="$ODBC_LINK"
36639 if test "$wxUSE_GUI" = "yes"; then
36640 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK | sed 's/ \+/ /g'`
36642 if test "$wxUSE_OPENGL" = "yes"; then
36643 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
36646 LDFLAGS
="$LDFLAGS $PROFILE"
36648 if test "$wxUSE_GTK" = 1; then
36651 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
36654 WXCONFIG_EXTRALIBS
="$LIBS"
36656 if test "$wxUSE_REGEX" = "builtin" ; then
36657 wxconfig_3rdparty
="$wxconfig_3rdparty regex"
36659 if test "$wxUSE_EXPAT" = "builtin" ; then
36660 wxconfig_3rdparty
="$wxconfig_3rdparty expat"
36662 if test "$wxUSE_ODBC" = "builtin" ; then
36663 wxconfig_3rdparty
="$wxconfig_3rdparty odbc"
36665 if test "$wxUSE_LIBTIFF" = "builtin" ; then
36666 wxconfig_3rdparty
="$wxconfig_3rdparty tiff"
36668 if test "$wxUSE_LIBJPEG" = "builtin" ; then
36669 wxconfig_3rdparty
="$wxconfig_3rdparty jpeg"
36671 if test "$wxUSE_LIBPNG" = "builtin" ; then
36672 wxconfig_3rdparty
="$wxconfig_3rdparty png"
36674 if test "$wxUSE_ZLIB" = "builtin" ; then
36675 wxconfig_3rdparty
="$wxconfig_3rdparty zlib"
36677 if test "$wxUSE_ODBC" = "builtin" ; then
36678 wxconfig_3rdparty
="$wxconfig_3rdparty odbc"
36681 for i
in $wxconfig_3rdparty ; do
36682 WXCONFIG_EXTRALIBS
="$WXCONFIG_EXTRALIBS -lwx${i}${lib_debug_suffix}${HOST_SUFFIX}"
36686 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
36700 if test $wxUSE_MONOLITHIC = "yes" ; then
36706 if test $wxUSE_ODBC != "no" ; then
36712 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
36735 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
36743 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
36745 if test -n "$ac_tool_prefix"; then
36746 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
36747 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
36748 echo "$as_me:$LINENO: checking for $ac_word" >&5
36749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36750 if test "${ac_cv_prog_RANLIB+set}" = set; then
36751 echo $ECHO_N "(cached) $ECHO_C" >&6
36753 if test -n "$RANLIB"; then
36754 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
36756 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36757 for as_dir
in $PATH
36760 test -z "$as_dir" && as_dir
=.
36761 for ac_exec_ext
in '' $ac_executable_extensions; do
36762 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36763 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
36764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36772 RANLIB
=$ac_cv_prog_RANLIB
36773 if test -n "$RANLIB"; then
36774 echo "$as_me:$LINENO: result: $RANLIB" >&5
36775 echo "${ECHO_T}$RANLIB" >&6
36777 echo "$as_me:$LINENO: result: no" >&5
36778 echo "${ECHO_T}no" >&6
36782 if test -z "$ac_cv_prog_RANLIB"; then
36783 ac_ct_RANLIB
=$RANLIB
36784 # Extract the first word of "ranlib", so it can be a program name with args.
36785 set dummy ranlib
; ac_word
=$2
36786 echo "$as_me:$LINENO: checking for $ac_word" >&5
36787 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36788 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
36789 echo $ECHO_N "(cached) $ECHO_C" >&6
36791 if test -n "$ac_ct_RANLIB"; then
36792 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
36794 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36795 for as_dir
in $PATH
36798 test -z "$as_dir" && as_dir
=.
36799 for ac_exec_ext
in '' $ac_executable_extensions; do
36800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36801 ac_cv_prog_ac_ct_RANLIB
="ranlib"
36802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36808 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
36811 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
36812 if test -n "$ac_ct_RANLIB"; then
36813 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
36814 echo "${ECHO_T}$ac_ct_RANLIB" >&6
36816 echo "$as_me:$LINENO: result: no" >&5
36817 echo "${ECHO_T}no" >&6
36820 RANLIB
=$ac_ct_RANLIB
36822 RANLIB
="$ac_cv_prog_RANLIB"
36825 # Find a good install program. We prefer a C program (faster),
36826 # so one script is as good as another. But avoid the broken or
36827 # incompatible versions:
36828 # SysV /etc/install, /usr/sbin/install
36829 # SunOS /usr/etc/install
36830 # IRIX /sbin/install
36832 # AmigaOS /C/install, which installs bootblocks on floppy discs
36833 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
36834 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
36835 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
36836 # OS/2's system install, which has a completely different semantic
36837 # ./install, which can be erroneously created by make from ./install.sh.
36838 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
36839 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
36840 if test -z "$INSTALL"; then
36841 if test "${ac_cv_path_install+set}" = set; then
36842 echo $ECHO_N "(cached) $ECHO_C" >&6
36844 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36845 for as_dir
in $PATH
36848 test -z "$as_dir" && as_dir
=.
36849 # Account for people who put trailing slashes in PATH elements.
36851 .
/ | .
// | /cC
/* | \
36852 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
36853 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
36856 # OSF1 and SCO ODT 3.0 have their own names for install.
36857 # Don't use installbsd from OSF since it installs stuff as root
36859 for ac_prog
in ginstall scoinst
install; do
36860 for ac_exec_ext
in '' $ac_executable_extensions; do
36861 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
36862 if test $ac_prog = install &&
36863 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
36864 # AIX install. It has an incompatible calling convention.
36866 elif test $ac_prog = install &&
36867 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
36868 # program-specific install script used by HP pwplus--don't use.
36871 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
36883 if test "${ac_cv_path_install+set}" = set; then
36884 INSTALL
=$ac_cv_path_install
36886 # As a last resort, use the slow shell script. We don't cache a
36887 # path for INSTALL within a source directory, because that will
36888 # break other packages using the cache if that directory is
36889 # removed, or if the path is relative.
36890 INSTALL
=$ac_install_sh
36893 echo "$as_me:$LINENO: result: $INSTALL" >&5
36894 echo "${ECHO_T}$INSTALL" >&6
36896 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
36897 # It thinks the first close brace ends the variable substitution.
36898 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
36900 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
36902 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
36904 echo "$as_me:$LINENO: checking whether ln -s works" >&5
36905 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
36907 if test "$LN_S" = "ln -s"; then
36908 echo "$as_me:$LINENO: result: yes" >&5
36909 echo "${ECHO_T}yes" >&6
36911 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
36912 echo "${ECHO_T}no, using $LN_S" >&6
36916 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
36917 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
36918 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
36919 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
36920 echo $ECHO_N "(cached) $ECHO_C" >&6
36922 cat >conftest.
make <<\_ACEOF
36924 @
echo 'ac_maketemp="$(MAKE)"'
36926 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
36927 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
36928 if test -n "$ac_maketemp"; then
36929 eval ac_cv_prog_make_
${ac_make}_set
=yes
36931 eval ac_cv_prog_make_
${ac_make}_set
=no
36933 rm -f conftest.
make
36935 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
36936 echo "$as_me:$LINENO: result: yes" >&5
36937 echo "${ECHO_T}yes" >&6
36940 echo "$as_me:$LINENO: result: no" >&5
36941 echo "${ECHO_T}no" >&6
36942 SET_MAKE
="MAKE=${MAKE-make}"
36947 if test -n "$ac_tool_prefix"; then
36948 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
36949 set dummy
${ac_tool_prefix}ar; ac_word
=$2
36950 echo "$as_me:$LINENO: checking for $ac_word" >&5
36951 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36952 if test "${ac_cv_prog_AR+set}" = set; then
36953 echo $ECHO_N "(cached) $ECHO_C" >&6
36955 if test -n "$AR"; then
36956 ac_cv_prog_AR
="$AR" # Let the user override the test.
36958 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36959 for as_dir
in $PATH
36962 test -z "$as_dir" && as_dir
=.
36963 for ac_exec_ext
in '' $ac_executable_extensions; do
36964 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36965 ac_cv_prog_AR
="${ac_tool_prefix}ar"
36966 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36975 if test -n "$AR"; then
36976 echo "$as_me:$LINENO: result: $AR" >&5
36977 echo "${ECHO_T}$AR" >&6
36979 echo "$as_me:$LINENO: result: no" >&5
36980 echo "${ECHO_T}no" >&6
36984 if test -z "$ac_cv_prog_AR"; then
36986 # Extract the first word of "ar", so it can be a program name with args.
36987 set dummy
ar; ac_word
=$2
36988 echo "$as_me:$LINENO: checking for $ac_word" >&5
36989 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36990 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
36991 echo $ECHO_N "(cached) $ECHO_C" >&6
36993 if test -n "$ac_ct_AR"; then
36994 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
36996 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36997 for as_dir
in $PATH
37000 test -z "$as_dir" && as_dir
=.
37001 for ac_exec_ext
in '' $ac_executable_extensions; do
37002 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37003 ac_cv_prog_ac_ct_AR
="ar"
37004 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37010 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
37013 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
37014 if test -n "$ac_ct_AR"; then
37015 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
37016 echo "${ECHO_T}$ac_ct_AR" >&6
37018 echo "$as_me:$LINENO: result: no" >&5
37019 echo "${ECHO_T}no" >&6
37024 AR
="$ac_cv_prog_AR"
37027 if test -n "$ac_tool_prefix"; then
37028 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
37029 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
37030 echo "$as_me:$LINENO: checking for $ac_word" >&5
37031 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37032 if test "${ac_cv_prog_STRIP+set}" = set; then
37033 echo $ECHO_N "(cached) $ECHO_C" >&6
37035 if test -n "$STRIP"; then
37036 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
37038 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37039 for as_dir
in $PATH
37042 test -z "$as_dir" && as_dir
=.
37043 for ac_exec_ext
in '' $ac_executable_extensions; do
37044 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37045 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
37046 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37054 STRIP
=$ac_cv_prog_STRIP
37055 if test -n "$STRIP"; then
37056 echo "$as_me:$LINENO: result: $STRIP" >&5
37057 echo "${ECHO_T}$STRIP" >&6
37059 echo "$as_me:$LINENO: result: no" >&5
37060 echo "${ECHO_T}no" >&6
37064 if test -z "$ac_cv_prog_STRIP"; then
37066 # Extract the first word of "strip", so it can be a program name with args.
37067 set dummy strip
; ac_word
=$2
37068 echo "$as_me:$LINENO: checking for $ac_word" >&5
37069 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37070 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
37071 echo $ECHO_N "(cached) $ECHO_C" >&6
37073 if test -n "$ac_ct_STRIP"; then
37074 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
37076 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37077 for as_dir
in $PATH
37080 test -z "$as_dir" && as_dir
=.
37081 for ac_exec_ext
in '' $ac_executable_extensions; do
37082 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37083 ac_cv_prog_ac_ct_STRIP
="strip"
37084 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37090 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
37093 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
37094 if test -n "$ac_ct_STRIP"; then
37095 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
37096 echo "${ECHO_T}$ac_ct_STRIP" >&6
37098 echo "$as_me:$LINENO: result: no" >&5
37099 echo "${ECHO_T}no" >&6
37104 STRIP
="$ac_cv_prog_STRIP"
37107 if test -n "$ac_tool_prefix"; then
37108 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
37109 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
37110 echo "$as_me:$LINENO: checking for $ac_word" >&5
37111 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37112 if test "${ac_cv_prog_NM+set}" = set; then
37113 echo $ECHO_N "(cached) $ECHO_C" >&6
37115 if test -n "$NM"; then
37116 ac_cv_prog_NM
="$NM" # Let the user override the test.
37118 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37119 for as_dir
in $PATH
37122 test -z "$as_dir" && as_dir
=.
37123 for ac_exec_ext
in '' $ac_executable_extensions; do
37124 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37125 ac_cv_prog_NM
="${ac_tool_prefix}nm"
37126 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37135 if test -n "$NM"; then
37136 echo "$as_me:$LINENO: result: $NM" >&5
37137 echo "${ECHO_T}$NM" >&6
37139 echo "$as_me:$LINENO: result: no" >&5
37140 echo "${ECHO_T}no" >&6
37144 if test -z "$ac_cv_prog_NM"; then
37146 # Extract the first word of "nm", so it can be a program name with args.
37147 set dummy nm
; ac_word
=$2
37148 echo "$as_me:$LINENO: checking for $ac_word" >&5
37149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37150 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
37151 echo $ECHO_N "(cached) $ECHO_C" >&6
37153 if test -n "$ac_ct_NM"; then
37154 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
37156 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37157 for as_dir
in $PATH
37160 test -z "$as_dir" && as_dir
=.
37161 for ac_exec_ext
in '' $ac_executable_extensions; do
37162 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37163 ac_cv_prog_ac_ct_NM
="nm"
37164 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37170 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
37173 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
37174 if test -n "$ac_ct_NM"; then
37175 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
37176 echo "${ECHO_T}$ac_ct_NM" >&6
37178 echo "$as_me:$LINENO: result: no" >&5
37179 echo "${ECHO_T}no" >&6
37184 NM
="$ac_cv_prog_NM"
37190 INSTALL_DIR
="mkdir"
37192 *) INSTALL_DIR
="$INSTALL -d"
37199 *-*-cygwin* | *-*-mingw32* )
37200 LDFLAGS_GUI
="-Wl,--subsystem,windows -mwindows"
37206 echo "$as_me:$LINENO: checking if make is GNU make" >&5
37207 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
37208 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
37209 echo $ECHO_N "(cached) $ECHO_C" >&6
37212 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
37213 egrep -s GNU
> /dev
/null
); then
37214 bakefile_cv_prog_makeisgnu
="yes"
37216 bakefile_cv_prog_makeisgnu
="no"
37220 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
37221 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
37223 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
37239 *-*-cygwin* | *-*-mingw32* )
37245 *-pc-os2_emx | *-pc-os2-emx )
37248 powerpc
-*-darwin* )
37266 SO_SUFFIX_MODULE
="so"
37275 SO_SUFFIX_MODULE
="sl"
37279 SO_SUFFIX_MODULE
="a"
37281 *-*-cygwin* | *-*-mingw32* )
37283 SO_SUFFIX_MODULE
="dll"
37291 *-pc-os2_emx | *-pc-os2-emx )
37296 powerpc
-*-darwin* )
37298 SO_SUFFIX_MODULE
="bundle"
37310 SHARED_LD_CC
="\$(CC) -shared -o"
37311 SHARED_LD_CXX
="\$(CXX) -shared -o"
37313 if test "x$GCC" = "xyes"; then
37319 if test "x$GCC" = "xyes"; then
37320 SHARED_LD_CC
="${CC} -shared ${PIC_FLAG} -o"
37321 SHARED_LD_CXX
="${CXX} -shared ${PIC_FLAG} -o"
37323 LDFLAGS
="$LDFLAGS -L/usr/lib"
37325 SHARED_LD_CC
="${CC} -b -o"
37326 SHARED_LD_CXX
="${CXX} -b -o"
37332 if test "x$GCC" != "xyes"; then
37333 echo "$as_me:$LINENO: checking for Intel compiler" >&5
37334 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
37335 if test "${bakefile_cv_prog_icc+set}" = set; then
37336 echo $ECHO_N "(cached) $ECHO_C" >&6
37339 cat >conftest.
$ac_ext <<_ACEOF
37342 cat confdefs.h
>>conftest.
$ac_ext
37343 cat >>conftest.
$ac_ext <<_ACEOF
37344 /* end confdefs.h. */
37350 #ifndef __INTEL_COMPILER
37358 rm -f conftest.
$ac_objext
37359 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37360 (eval $ac_compile) 2>conftest.er1
37362 grep -v '^ *+' conftest.er1
>conftest.err
37364 cat conftest.err
>&5
37365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37366 (exit $ac_status); } &&
37367 { ac_try
='test -z "$ac_c_werror_flag"
37368 || test ! -s conftest.err'
37369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37370 (eval $ac_try) 2>&5
37372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37373 (exit $ac_status); }; } &&
37374 { ac_try
='test -s conftest.$ac_objext'
37375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37376 (eval $ac_try) 2>&5
37378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37379 (exit $ac_status); }; }; then
37380 bakefile_cv_prog_icc
=yes
37382 echo "$as_me: failed program was:" >&5
37383 sed 's/^/| /' conftest.
$ac_ext >&5
37385 bakefile_cv_prog_icc
=no
37388 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37391 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
37392 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
37393 if test "$bakefile_cv_prog_icc" = "yes"; then
37400 if test "x$GCC" != xyes
; then
37401 SHARED_LD_CC
="${CC} -G -o"
37402 SHARED_LD_CXX
="${CXX} -G -o"
37408 CFLAGS
="$CFLAGS -fno-common"
37409 CXXFLAGS
="$CXXFLAGS -fno-common"
37412 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
37413 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
37414 if test "${wx_cv_gcc31+set}" = set; then
37415 echo $ECHO_N "(cached) $ECHO_C" >&6
37418 cat >conftest.
$ac_ext <<_ACEOF
37421 cat confdefs.h
>>conftest.
$ac_ext
37422 cat >>conftest.
$ac_ext <<_ACEOF
37423 /* end confdefs.h. */
37429 #if (__GNUC__ < 3) || \
37430 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
37438 rm -f conftest.
$ac_objext
37439 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37440 (eval $ac_compile) 2>conftest.er1
37442 grep -v '^ *+' conftest.er1
>conftest.err
37444 cat conftest.err
>&5
37445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37446 (exit $ac_status); } &&
37447 { ac_try
='test -z "$ac_c_werror_flag"
37448 || test ! -s conftest.err'
37449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37450 (eval $ac_try) 2>&5
37452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37453 (exit $ac_status); }; } &&
37454 { ac_try
='test -s conftest.$ac_objext'
37455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37456 (eval $ac_try) 2>&5
37458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37459 (exit $ac_status); }; }; then
37464 echo "$as_me: failed program was:" >&5
37465 sed 's/^/| /' conftest.
$ac_ext >&5
37472 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37475 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
37476 echo "${ECHO_T}$wx_cv_gcc31" >&6
37477 if test "$wx_cv_gcc31" = "no"; then
37478 cat <<EOF >shared-ld-sh
37480 #-----------------------------------------------------------------------------
37481 #-- Name: distrib/mac/shared-ld-sh
37482 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
37483 #-- Author: Gilles Depeyrot
37484 #-- Copyright: (c) 2002 Gilles Depeyrot
37485 #-- Licence: any use permitted
37486 #-----------------------------------------------------------------------------
37491 linking_flag="-dynamiclib"
37493 while test \${#} -gt 0; do
37500 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
37501 # collect these options and values
37502 args="\${args} \${1} \${2}"
37506 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
37507 # collect these options
37508 args="\${args} \${1}"
37511 -dynamiclib|-bundle)
37512 linking_flag="\${1}"
37516 echo "shared-ld: unhandled option '\${1}'"
37520 *.o | *.a | *.dylib)
37521 # collect object files
37522 objects="\${objects} \${1}"
37526 echo "shared-ld: unhandled argument '\${1}'"
37535 # Link one module containing all the others
37537 if test \${verbose} = 1; then
37538 echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o"
37540 c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o
37542 if test \${status} != 0; then
37547 # Link the shared library from the single module created
37549 if test \${verbose} = 1; then
37550 echo "cc \${linking_flag} master.\$\$.o \${args}"
37552 c++ \${linking_flag} master.\$\$.o \${args}
37554 if test \${status} != 0; then
37559 # Remove intermediate module
37561 rm -f master.\$\$.o
37565 chmod +x shared
-ld-sh
37567 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
37568 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
37569 SHARED_LD_CXX
="$SHARED_LD_CC"
37570 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
37572 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
37573 SHARED_LD_MODULE_CC
="\${CC} -bundle -single_module -headerpad_max_install_names -o"
37574 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
37575 SHARED_LD_MODULE_CXX
="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
37578 PIC_FLAG
="-dynamic -fPIC"
37582 if test "x$GCC" != "xyes"; then
37583 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
37584 set dummy makeC
++SharedLib
; ac_word
=$2
37585 echo "$as_me:$LINENO: checking for $ac_word" >&5
37586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37587 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
37588 echo $ECHO_N "(cached) $ECHO_C" >&6
37590 if test -n "$AIX_CXX_LD"; then
37591 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
37593 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37594 for as_dir
in $PATH
37597 test -z "$as_dir" && as_dir
=.
37598 for ac_exec_ext
in '' $ac_executable_extensions; do
37599 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37600 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
37601 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37607 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
37610 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
37611 if test -n "$AIX_CXX_LD"; then
37612 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
37613 echo "${ECHO_T}$AIX_CXX_LD" >&6
37615 echo "$as_me:$LINENO: result: no" >&5
37616 echo "${ECHO_T}no" >&6
37619 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
37620 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
37625 SHARED_LD_CC
="${LD} -shared -o"
37626 SHARED_LD_CXX
="${LD} -shared -o"
37630 if test "x$GCC" != "xyes"; then
37635 *-*-cygwin* | *-*-mingw32* )
37639 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
37643 *-pc-os2_emx | *-pc-os2-emx | \
37648 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
37649 echo "$as_me: error: unknown system type $host." >&2;}
37650 { (exit 1); exit 1; }; }
37653 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
37654 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
37656 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
37657 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
37676 SONAME_FLAG
="-Wl,-soname,"
37704 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
37705 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
37708 if test "x$GCC" = "xyes"; then
37712 powerpc
-*-darwin* )
37713 DEPSFLAG_GCC
="-no-cpp-precomp -MMD"
37716 DEPSFLAG_GCC
="-MMD"
37719 echo "$as_me:$LINENO: result: gcc" >&5
37720 echo "${ECHO_T}gcc" >&6
37722 echo "$as_me:$LINENO: result: none" >&5
37723 echo "${ECHO_T}none" >&6
37726 if test $DEPS_TRACKING = 1 ; then
37730 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
37731 # script. It is used to track C/C++ files dependencies in portable way.
37733 # Permission is given to use this file in any way.
37737 DEPSFLAG_GCC="$DEPSFLAG_GCC"
37741 if test \$DEPSMODE = gcc ; then
37742 \${*} \${DEPSFLAG_GCC}
37744 if test \${status} != 0 ; then
37747 # move created file to the location we want it in:
37748 while test \${#} -gt 0; do
37762 depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\`
37763 depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\`
37764 if test -f \$depfile ; then
37765 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
37768 depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
37769 if test -f \$depfile ; then
37770 sed -e "/^\$objfile/!s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
37790 *-*-cygwin* | *-*-mingw32* )
37791 if test "$build" != "$host" ; then
37792 RESCOMP
=$host_alias-windres
37794 # Extract the first word of "windres", so it can be a program name with args.
37795 set dummy windres
; ac_word
=$2
37796 echo "$as_me:$LINENO: checking for $ac_word" >&5
37797 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37798 if test "${ac_cv_prog_RESCOMP+set}" = set; then
37799 echo $ECHO_N "(cached) $ECHO_C" >&6
37801 if test -n "$RESCOMP"; then
37802 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
37804 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37805 for as_dir
in $PATH
37808 test -z "$as_dir" && as_dir
=.
37809 for ac_exec_ext
in '' $ac_executable_extensions; do
37810 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37811 ac_cv_prog_RESCOMP
="windres"
37812 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37818 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
37821 RESCOMP
=$ac_cv_prog_RESCOMP
37822 if test -n "$RESCOMP"; then
37823 echo "$as_me:$LINENO: result: $RESCOMP" >&5
37824 echo "${ECHO_T}$RESCOMP" >&6
37826 echo "$as_me:$LINENO: result: no" >&5
37827 echo "${ECHO_T}no" >&6
37834 # Extract the first word of "Rez", so it can be a program name with args.
37835 set dummy Rez
; ac_word
=$2
37836 echo "$as_me:$LINENO: checking for $ac_word" >&5
37837 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37838 if test "${ac_cv_prog_RESCOMP+set}" = set; then
37839 echo $ECHO_N "(cached) $ECHO_C" >&6
37841 if test -n "$RESCOMP"; then
37842 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
37844 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37845 for as_dir
in $PATH
37848 test -z "$as_dir" && as_dir
=.
37849 for ac_exec_ext
in '' $ac_executable_extensions; do
37850 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37851 ac_cv_prog_RESCOMP
="Rez"
37852 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37858 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
37861 RESCOMP
=$ac_cv_prog_RESCOMP
37862 if test -n "$RESCOMP"; then
37863 echo "$as_me:$LINENO: result: $RESCOMP" >&5
37864 echo "${ECHO_T}$RESCOMP" >&6
37866 echo "$as_me:$LINENO: result: no" >&5
37867 echo "${ECHO_T}no" >&6
37870 # Extract the first word of "SetFile", so it can be a program name with args.
37871 set dummy SetFile
; ac_word
=$2
37872 echo "$as_me:$LINENO: checking for $ac_word" >&5
37873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37874 if test "${ac_cv_prog_SETFILE+set}" = set; then
37875 echo $ECHO_N "(cached) $ECHO_C" >&6
37877 if test -n "$SETFILE"; then
37878 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
37880 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37881 for as_dir
in $PATH
37884 test -z "$as_dir" && as_dir
=.
37885 for ac_exec_ext
in '' $ac_executable_extensions; do
37886 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37887 ac_cv_prog_SETFILE
="SetFile"
37888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37894 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
37897 SETFILE
=$ac_cv_prog_SETFILE
37898 if test -n "$SETFILE"; then
37899 echo "$as_me:$LINENO: result: $SETFILE" >&5
37900 echo "${ECHO_T}$SETFILE" >&6
37902 echo "$as_me:$LINENO: result: no" >&5
37903 echo "${ECHO_T}no" >&6
37918 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
37919 if test "${enable_precomp_headers+set}" = set; then
37920 enableval
="$enable_precomp_headers"
37921 bk_use_pch
="$enableval"
37926 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
37927 if test "x$GCC" = "xyes"; then
37928 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
37929 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
37930 cat >conftest.
$ac_ext <<_ACEOF
37933 cat confdefs.h
>>conftest.
$ac_ext
37934 cat >>conftest.
$ac_ext <<_ACEOF
37935 /* end confdefs.h. */
37941 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
37942 #error "no pch support"
37945 #error "no pch support"
37947 #if (__GNUC__ == 3) && \
37948 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
37949 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
37950 #error "no pch support"
37957 rm -f conftest.
$ac_objext
37958 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37959 (eval $ac_compile) 2>conftest.er1
37961 grep -v '^ *+' conftest.er1
>conftest.err
37963 cat conftest.err
>&5
37964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37965 (exit $ac_status); } &&
37966 { ac_try
='test -z "$ac_c_werror_flag"
37967 || test ! -s conftest.err'
37968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37969 (eval $ac_try) 2>&5
37971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37972 (exit $ac_status); }; } &&
37973 { ac_try
='test -s conftest.$ac_objext'
37974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37975 (eval $ac_try) 2>&5
37977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37978 (exit $ac_status); }; }; then
37980 echo "$as_me:$LINENO: result: yes" >&5
37981 echo "${ECHO_T}yes" >&6
37982 CPPFLAGS
="-fpch-deps $CPPFLAGS"
37986 echo "$as_me: failed program was:" >&5
37987 sed 's/^/| /' conftest.
$ac_ext >&5
37990 echo "$as_me:$LINENO: result: no" >&5
37991 echo "${ECHO_T}no" >&6
37994 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37995 if test $GCC_PCH = 1 ; then
37996 cat <<EOF >bk-make-pch
37999 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
38000 # script. It is used to generated precompiled headers.
38002 # Permission is given to use this file in any way.
38011 while test \${#} -gt 0; do
38014 incdir=\`echo \${1} | sed -e 's/-I\(.*\)/\1/g'\`
38015 if test "x\${headerfile}" = "x" -a -f "\${incdir}/\${header}" ; then
38016 headerfile="\${incdir}/\${header}"
38020 compiler="\${compiler} \${1}"
38024 if test "x\${headerfile}" = "x" ; then
38025 echo "error: can't find header \${header} in include paths" >2
38027 if test -f \${outfile} ; then
38030 mkdir -p \`dirname \${outfile}\`
38032 depsfile=".deps/\`basename \${outfile}\`.d"
38034 # can do this because gcc is >= 3.4:
38035 \${compiler} -o \${outfile} -MMD -MF "\${depsfile}" "\${headerfile}"
38039 chmod +x bk
-make-pch
38048 COND_BUILD_DEBUG
="#"
38049 if test "x$BUILD" = "xdebug" ; then
38050 COND_BUILD_DEBUG
=""
38053 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
38054 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
38055 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
38058 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
38059 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
38060 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
38063 COND_BUILD_RELEASE
="#"
38064 if test "x$BUILD" = "xrelease" ; then
38065 COND_BUILD_RELEASE
=""
38068 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
38069 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
38070 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
38073 COND_DEBUG_FLAG_1
="#"
38074 if test "x$DEBUG_FLAG" = "x1" ; then
38075 COND_DEBUG_FLAG_1
=""
38078 COND_DEBUG_INFO_0
="#"
38079 if test "x$DEBUG_INFO" = "x0" ; then
38080 COND_DEBUG_INFO_0
=""
38083 COND_DEBUG_INFO_1
="#"
38084 if test "x$DEBUG_INFO" = "x1" ; then
38085 COND_DEBUG_INFO_1
=""
38088 COND_DEPS_TRACKING_0
="#"
38089 if test "x$DEPS_TRACKING" = "x0" ; then
38090 COND_DEPS_TRACKING_0
=""
38093 COND_DEPS_TRACKING_1
="#"
38094 if test "x$DEPS_TRACKING" = "x1" ; then
38095 COND_DEPS_TRACKING_1
=""
38099 if test "x$GCC_PCH" = "x1" ; then
38103 COND_MONOLITHIC_0
="#"
38104 if test "x$MONOLITHIC" = "x0" ; then
38105 COND_MONOLITHIC_0
=""
38108 COND_MONOLITHIC_0_SHARED_0
="#"
38109 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
38110 COND_MONOLITHIC_0_SHARED_0
=""
38113 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
38114 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
38115 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
38118 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
38119 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
38120 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
38123 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
="#"
38124 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
38125 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
=""
38128 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
38129 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
38130 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
38133 COND_MONOLITHIC_0_SHARED_1
="#"
38134 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
38135 COND_MONOLITHIC_0_SHARED_1
=""
38138 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
38139 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
38140 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
38143 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
38144 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
38145 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
38148 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
="#"
38149 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
38150 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
=""
38153 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
38154 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
38155 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
38158 COND_MONOLITHIC_1
="#"
38159 if test "x$MONOLITHIC" = "x1" ; then
38160 COND_MONOLITHIC_1
=""
38163 COND_MONOLITHIC_1_SHARED_0
="#"
38164 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
38165 COND_MONOLITHIC_1_SHARED_0
=""
38168 COND_MONOLITHIC_1_SHARED_1
="#"
38169 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
38170 COND_MONOLITHIC_1_SHARED_1
=""
38173 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
38174 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
38175 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
38178 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
38179 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
38180 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
38183 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
38184 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
38185 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
38188 COND_PLATFORM_MACOSX_1
="#"
38189 if test "x$PLATFORM_MACOSX" = "x1" ; then
38190 COND_PLATFORM_MACOSX_1
=""
38193 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
38194 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
38195 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
38198 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
38199 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
38200 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
38203 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
38204 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
38205 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
38208 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
38209 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
38210 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
38213 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
38214 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
38215 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
38218 COND_PLATFORM_MAC_1
="#"
38219 if test "x$PLATFORM_MAC" = "x1" ; then
38220 COND_PLATFORM_MAC_1
=""
38223 COND_PLATFORM_OS2_1
="#"
38224 if test "x$PLATFORM_OS2" = "x1" ; then
38225 COND_PLATFORM_OS2_1
=""
38228 COND_PLATFORM_UNIX_0
="#"
38229 if test "x$PLATFORM_UNIX" = "x0" ; then
38230 COND_PLATFORM_UNIX_0
=""
38233 COND_PLATFORM_UNIX_1
="#"
38234 if test "x$PLATFORM_UNIX" = "x1" ; then
38235 COND_PLATFORM_UNIX_1
=""
38238 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
38239 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
38240 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
38243 COND_PLATFORM_WIN32_0
="#"
38244 if test "x$PLATFORM_WIN32" = "x0" ; then
38245 COND_PLATFORM_WIN32_0
=""
38248 COND_PLATFORM_WIN32_1
="#"
38249 if test "x$PLATFORM_WIN32" = "x1" ; then
38250 COND_PLATFORM_WIN32_1
=""
38254 if test "x$SHARED" = "x0" ; then
38258 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
38259 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
38260 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
38263 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
38264 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
38265 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
38268 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
38269 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
38270 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
38273 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
38274 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
38275 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
38278 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
38279 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
38280 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
38283 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
38284 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
38285 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
38288 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
38289 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
38290 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
38293 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
38294 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
38295 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
38299 if test "x$SHARED" = "x1" ; then
38303 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
38304 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
38305 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
38308 COND_TOOLKIT_COCOA
="#"
38309 if test "x$TOOLKIT" = "xCOCOA" ; then
38310 COND_TOOLKIT_COCOA
=""
38313 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
38314 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
38315 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
38318 COND_TOOLKIT_GTK
="#"
38319 if test "x$TOOLKIT" = "xGTK" ; then
38320 COND_TOOLKIT_GTK
=""
38323 COND_TOOLKIT_GTK_USE_GUI_1
="#"
38324 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
38325 COND_TOOLKIT_GTK_USE_GUI_1
=""
38328 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
38329 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
38330 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
38333 COND_TOOLKIT_MAC
="#"
38334 if test "x$TOOLKIT" = "xMAC" ; then
38335 COND_TOOLKIT_MAC
=""
38338 COND_TOOLKIT_MAC_USE_GUI_1
="#"
38339 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
38340 COND_TOOLKIT_MAC_USE_GUI_1
=""
38343 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
38344 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
38345 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
38348 COND_TOOLKIT_MGL
="#"
38349 if test "x$TOOLKIT" = "xMGL" ; then
38350 COND_TOOLKIT_MGL
=""
38353 COND_TOOLKIT_MGL_USE_GUI_1
="#"
38354 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
38355 COND_TOOLKIT_MGL_USE_GUI_1
=""
38358 COND_TOOLKIT_MOTIF
="#"
38359 if test "x$TOOLKIT" = "xMOTIF" ; then
38360 COND_TOOLKIT_MOTIF
=""
38363 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
38364 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
38365 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
38368 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
38369 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
38370 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
38373 COND_TOOLKIT_MSW
="#"
38374 if test "x$TOOLKIT" = "xMSW" ; then
38375 COND_TOOLKIT_MSW
=""
38378 COND_TOOLKIT_MSW_USE_GUI_1
="#"
38379 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
38380 COND_TOOLKIT_MSW_USE_GUI_1
=""
38383 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
38384 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
38385 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
38388 COND_TOOLKIT_PM
="#"
38389 if test "x$TOOLKIT" = "xPM" ; then
38393 COND_TOOLKIT_PM_USE_GUI_1
="#"
38394 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
38395 COND_TOOLKIT_PM_USE_GUI_1
=""
38398 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
38399 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
38400 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
38403 COND_TOOLKIT_X11
="#"
38404 if test "x$TOOLKIT" = "xX11" ; then
38405 COND_TOOLKIT_X11
=""
38408 COND_TOOLKIT_X11_USE_GUI_1
="#"
38409 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
38410 COND_TOOLKIT_X11_USE_GUI_1
=""
38414 if test "x$UNICODE" = "x1" ; then
38418 COND_USE_EXCEPTIONS_0
="#"
38419 if test "x$USE_EXCEPTIONS" = "x0" ; then
38420 COND_USE_EXCEPTIONS_0
=""
38423 COND_USE_EXCEPTIONS_1
="#"
38424 if test "x$USE_EXCEPTIONS" = "x1" ; then
38425 COND_USE_EXCEPTIONS_1
=""
38429 if test "x$USE_GUI" = "x0" ; then
38434 if test "x$USE_GUI" = "x1" ; then
38438 COND_USE_GUI_1_WXUNIV_0
="#"
38439 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
38440 COND_USE_GUI_1_WXUNIV_0
=""
38443 COND_USE_GUI_1_WXUNIV_1
="#"
38444 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
38445 COND_USE_GUI_1_WXUNIV_1
=""
38448 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
38449 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
38450 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
38453 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
38454 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
38455 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
38458 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
38459 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
38460 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
38463 COND_USE_ODBC_1
="#"
38464 if test "x$USE_ODBC" = "x1" ; then
38468 COND_USE_SOSYMLINKS_1
="#"
38469 if test "x$USE_SOSYMLINKS" = "x1" ; then
38470 COND_USE_SOSYMLINKS_1
=""
38473 COND_USE_SOVERLINUX_1
="#"
38474 if test "x$USE_SOVERLINUX" = "x1" ; then
38475 COND_USE_SOVERLINUX_1
=""
38478 COND_USE_SOVERSION_0
="#"
38479 if test "x$USE_SOVERSION" = "x0" ; then
38480 COND_USE_SOVERSION_0
=""
38483 COND_USE_SOVERSOLARIS_1
="#"
38484 if test "x$USE_SOVERSOLARIS" = "x1" ; then
38485 COND_USE_SOVERSOLARIS_1
=""
38489 if test "x$WXUNIV" = "x1" ; then
38493 COND_WXUSE_EXPAT_BUILTIN
="#"
38494 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
38495 COND_WXUSE_EXPAT_BUILTIN
=""
38498 COND_WXUSE_LIBJPEG_BUILTIN
="#"
38499 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
38500 COND_WXUSE_LIBJPEG_BUILTIN
=""
38503 COND_WXUSE_LIBPNG_BUILTIN
="#"
38504 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
38505 COND_WXUSE_LIBPNG_BUILTIN
=""
38508 COND_WXUSE_LIBTIFF_BUILTIN
="#"
38509 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
38510 COND_WXUSE_LIBTIFF_BUILTIN
=""
38513 COND_WXUSE_ODBC_BUILTIN
="#"
38514 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
38515 COND_WXUSE_ODBC_BUILTIN
=""
38518 COND_WXUSE_REGEX_BUILTIN
="#"
38519 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
38520 COND_WXUSE_REGEX_BUILTIN
=""
38523 COND_WXUSE_ZLIB_BUILTIN
="#"
38524 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
38525 COND_WXUSE_ZLIB_BUILTIN
=""
38532 if test $GCC_PCH = 1 ; then
38533 CODE_GEN_FLAGS
="-DWX_PRECOMP -DNO_GCC_PRAGMA $CODE_GEN_FLAGS"
38534 CPPFLAGS
="-DWX_PRECOMP -DNO_GCC_PRAGMA $CPPFLAGS"
38537 powerpc
-*-darwin* )
38538 CODE_GEN_FLAGS
="-DNO_GCC_PRAGMA $CODE_GEN_FLAGS"
38539 CPPFLAGS
="-DNO_GCC_PRAGMA $CPPFLAGS"
38545 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
38646 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
38647 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
38648 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
38649 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
38650 echo $ECHO_N "(cached) $ECHO_C" >&6
38652 cat >conftest.
make <<\_ACEOF
38654 @
echo 'ac_maketemp="$(MAKE)"'
38656 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
38657 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
38658 if test -n "$ac_maketemp"; then
38659 eval ac_cv_prog_make_
${ac_make}_set
=yes
38661 eval ac_cv_prog_make_
${ac_make}_set
=no
38663 rm -f conftest.
make
38665 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
38666 echo "$as_me:$LINENO: result: yes" >&5
38667 echo "${ECHO_T}yes" >&6
38670 echo "$as_me:$LINENO: result: no" >&5
38671 echo "${ECHO_T}no" >&6
38672 SET_MAKE
="MAKE=${MAKE-make}"
38676 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
38677 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
38680 ac_config_headers
="$ac_config_headers setup.h"
38683 ac_config_files
="$ac_config_files wx-config version-script Makefile"
38686 ac_config_commands
="$ac_config_commands default"
38690 if test "$wxUSE_GUI" = "yes"; then
38691 SUBDIRS
="samples demos utils contrib"
38692 else SUBDIRS
="samples utils"
38695 for subdir
in `echo $SUBDIRS`; do
38696 if test -d ${srcdir}/${subdir} ; then
38697 if test "$wxUSE_GUI" = "yes"; then
38698 if test ${subdir} = "samples"; then
38699 makefiles
="samples/Makefile.in $makefiles"
38700 for sample
in `echo $SAMPLES_SUBDIRS`; do
38701 if test -d $srcdir/samples
/$sample; then
38702 makefiles
="samples/$sample/Makefile.in $makefiles"
38705 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
38707 else if test ${subdir} = "samples"; then
38708 makefiles
="samples/Makefile.in samples/console/Makefile.in"
38709 else makefiles
="utils/HelpGen/Makefile.in \
38710 utils/HelpGen/src/Makefile.in \
38711 utils/tex2rtf/Makefile.in \
38712 utils/tex2rtf/src/Makefile.in"
38716 for mkin
in $makefiles ; do
38717 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
38718 ac_config_files
="$ac_config_files $mk"
38725 cat >confcache
<<\_ACEOF
38726 # This file is a shell script that caches the results of configure
38727 # tests run on this system so they can be shared between configure
38728 # scripts and configure runs, see configure's option --config-cache.
38729 # It is not useful on other systems. If it contains results you don't
38730 # want to keep, you may remove or edit it.
38732 # config.status only pays attention to the cache file if you give it
38733 # the --recheck option to rerun configure.
38735 # `ac_cv_env_foo' variables (set or unset) will be overridden when
38736 # loading this file, other *unset* `ac_cv_foo' will be assigned the
38737 # following values.
38741 # The following way of writing the cache mishandles newlines in values,
38742 # but we know of no workaround that is simple, portable, and efficient.
38743 # So, don't put newlines in cache variables' values.
38744 # Ultrix sh set writes to stderr and can't be redirected directly,
38745 # and sets the high bit in the cache file unless we assign to the vars.
38748 case `(ac_space=' '; set | grep ac_space) 2>&1` in
38750 # `set' does not quote correctly, so add quotes (double-quote
38751 # substitution turns \\\\ into \\, and sed turns \\ into \).
38754 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
38757 # `set' quotes correctly as required by POSIX, so do not add quotes.
38759 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
38766 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
38768 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
38770 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
38771 if test -w $cache_file; then
38772 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
38773 cat confcache
>$cache_file
38775 echo "not updating unwritable cache $cache_file"
38780 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
38781 # Let make expand exec_prefix.
38782 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
38784 # VPATH may cause trouble with some makes, so we remove $(srcdir),
38785 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
38786 # trailing colons and then remove the whole line if VPATH becomes empty
38787 # (actually we leave an empty line to preserve line numbers).
38788 if test "x$srcdir" = x.
; then
38789 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
38790 s/:*\$(srcdir):*/:/;
38791 s/:*\${srcdir}:*/:/;
38793 s/^\([^=]*=[ ]*\):*/\1/;
38799 DEFS
=-DHAVE_CONFIG_H
38803 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
38804 # 1. Remove the extension, and $U if already installed.
38805 ac_i
=`echo "$ac_i" |
38806 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
38808 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
38809 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
38811 LIBOBJS
=$ac_libobjs
38813 LTLIBOBJS
=$ac_ltlibobjs
38817 : ${CONFIG_STATUS=./config.status}
38818 ac_clean_files_save
=$ac_clean_files
38819 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
38820 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
38821 echo "$as_me: creating $CONFIG_STATUS" >&6;}
38822 cat >$CONFIG_STATUS <<_ACEOF
38824 # Generated by $as_me.
38825 # Run this file to recreate the current configuration.
38826 # Compiler output produced by configure, useful for debugging
38827 # configure, is in config.log if it exists.
38830 ac_cs_recheck=false
38832 SHELL=\${CONFIG_SHELL-$SHELL}
38835 cat >>$CONFIG_STATUS <<\_ACEOF
38836 ## --------------------- ##
38837 ## M4sh Initialization. ##
38838 ## --------------------- ##
38840 # Be Bourne compatible
38841 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
38844 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
38845 # is contrary to our usage. Disable this feature.
38846 alias -g '${1+"$@"}'='"$@"'
38847 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
38850 DUALCASE
=1; export DUALCASE
# for MKS sh
38852 # Support unset when possible.
38853 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
38860 # Work around bugs in pre-3.0 UWIN ksh.
38861 $as_unset ENV MAIL MAILPATH
38868 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
38869 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
38870 LC_TELEPHONE LC_TIME
38872 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
38873 eval $as_var=C
; export $as_var
38879 # Required to use basename.
38880 if expr a
: '\(a\)' >/dev
/null
2>&1; then
38886 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
38887 as_basename
=basename
38893 # Name of the executable.
38894 as_me
=`$as_basename "$0" ||
38895 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
38896 X"$0" : 'X\(//\)$' \| \
38897 X"$0" : 'X\(/\)$' \| \
38898 . : '\(.\)' 2>/dev/null ||
38900 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
38901 /^X\/\(\/\/\)$/{ s//\1/; q; }
38902 /^X\/\(\/\).*/{ s//\1/; q; }
38906 # PATH needs CR, and LINENO needs CR and PATH.
38907 # Avoid depending upon Character Ranges.
38908 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
38909 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38910 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
38911 as_cr_digits
='0123456789'
38912 as_cr_alnum
=$as_cr_Letters$as_cr_digits
38914 # The user is always right.
38915 if test "${PATH_SEPARATOR+set}" != set; then
38916 echo "#! /bin/sh" >conf$$.sh
38917 echo "exit 0" >>conf$$.sh
38919 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
38928 as_lineno_1
=$LINENO
38929 as_lineno_2
=$LINENO
38930 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
38931 test "x$as_lineno_1" != "x$as_lineno_2" &&
38932 test "x$as_lineno_3" = "x$as_lineno_2" || {
38933 # Find who we are. Look in the path if we contain no path at all
38936 *[\\/]* ) as_myself
=$0 ;;
38937 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38938 for as_dir
in $PATH
38941 test -z "$as_dir" && as_dir
=.
38942 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
38947 # We did not find ourselves, most probably we were run as `sh COMMAND'
38948 # in which case we are not to be found in the path.
38949 if test "x$as_myself" = x
; then
38952 if test ! -f "$as_myself"; then
38953 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
38954 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
38955 { (exit 1); exit 1; }; }
38957 case $CONFIG_SHELL in
38959 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38960 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
38963 test -z "$as_dir" && as_dir
=.
38964 for as_base
in sh bash ksh sh5
; do
38967 if ("$as_dir/$as_base" -c '
38968 as_lineno_1=$LINENO
38969 as_lineno_2=$LINENO
38970 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
38971 test "x$as_lineno_1" != "x$as_lineno_2" &&
38972 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
38973 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
38974 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
38975 CONFIG_SHELL
=$as_dir/$as_base
38976 export CONFIG_SHELL
38977 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
38985 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
38986 # uniformly replaced by the line number. The first 'sed' inserts a
38987 # line-number line before each line; the second 'sed' does the real
38988 # work. The second script uses 'N' to pair each line-number line
38989 # with the numbered line, and appends trailing '-' during
38990 # substitution so that $LINENO is not a special case at line end.
38991 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
38992 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
38993 sed '=' <$as_myself |
38998 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
39001 s,^['$as_cr_digits']*\n,,
39002 ' >$as_me.lineno
&&
39003 chmod +x
$as_me.lineno
||
39004 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
39005 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
39006 { (exit 1); exit 1; }; }
39008 # Don't try to exec as it changes $[0], causing all sort of problems
39009 # (the dirname of $[0] is not the place where we might find the
39010 # original and so on. Autoconf is especially sensible to this).
39012 # Exit status is that of the last command.
39017 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
39018 *c
*,-n*) ECHO_N
= ECHO_C
='
39020 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
39021 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
39024 if expr a
: '\(a\)' >/dev
/null
2>&1; then
39030 rm -f conf$$ conf$$.exe conf$$.
file
39032 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
39033 # We could just check for DJGPP; but this test a) works b) is more generic
39034 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
39035 if test -f conf$$.exe
; then
39036 # Don't use ln at all; we don't have any links
39041 elif ln conf$$.
file conf$$
2>/dev
/null
; then
39046 rm -f conf$$ conf$$.exe conf$$.
file
39048 if mkdir -p .
2>/dev
/null
; then
39051 test -d .
/-p && rmdir .
/-p
39055 as_executable_p
="test -f"
39057 # Sed expression to map a string onto a valid CPP name.
39058 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
39060 # Sed expression to map a string onto a valid variable name.
39061 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
39065 # We need space, tab and new line, in precisely that order.
39075 # Open the log real soon, to keep \$[0] and so on meaningful, and to
39076 # report actual input values of CONFIG_FILES etc. instead of their
39077 # values after options handling. Logging --version etc. is OK.
39081 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
39082 ## Running $as_me. ##
39087 This file was extended by wxWindows $as_me 2.5.1, which was
39088 generated by GNU Autoconf 2.58. Invocation command line was
39090 CONFIG_FILES = $CONFIG_FILES
39091 CONFIG_HEADERS = $CONFIG_HEADERS
39092 CONFIG_LINKS = $CONFIG_LINKS
39093 CONFIG_COMMANDS = $CONFIG_COMMANDS
39097 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
39101 # Files that config.status was made for.
39102 if test -n "$ac_config_files"; then
39103 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
39106 if test -n "$ac_config_headers"; then
39107 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
39110 if test -n "$ac_config_links"; then
39111 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
39114 if test -n "$ac_config_commands"; then
39115 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
39118 cat >>$CONFIG_STATUS <<\_ACEOF
39121 \`$as_me' instantiates files from templates according to the
39122 current configuration.
39124 Usage: $0 [OPTIONS] [FILE]...
39126 -h, --help print this help, then exit
39127 -V, --version print version number, then exit
39128 -q, --quiet do not print progress messages
39129 -d, --debug don't remove temporary files
39130 --recheck update $as_me by reconfiguring in the same conditions
39131 --file=FILE[:TEMPLATE]
39132 instantiate the configuration file FILE
39133 --header=FILE[:TEMPLATE]
39134 instantiate the configuration header FILE
39136 Configuration files:
39139 Configuration headers:
39142 Configuration commands:
39145 Report bugs to <bug-autoconf@gnu.org>."
39148 cat >>$CONFIG_STATUS <<_ACEOF
39150 wxWindows config.status 2.5.1
39151 configured by $0, generated by GNU Autoconf 2.58,
39152 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
39154 Copyright (C) 2003 Free Software Foundation, Inc.
39155 This config.status script is free software; the Free Software Foundation
39156 gives unlimited permission to copy, distribute and modify it."
39161 cat >>$CONFIG_STATUS <<\_ACEOF
39162 # If no file are specified by the user, then we need to provide default
39163 # value. By we need to know if files were specified by the user.
39169 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
39170 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
39178 *) # This is not an option, so the user has probably given explicit
39181 ac_need_defaults
=false
;;
39185 # Handling of the options.
39187 cat >>$CONFIG_STATUS <<\_ACEOF
39188 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
39190 --version | --vers* | -V )
39191 echo "$ac_cs_version"; exit 0 ;;
39193 # Conflict between --help and --header
39194 { { echo "$as_me:$LINENO: error: ambiguous option: $1
39195 Try \`$0 --help' for more information." >&5
39196 echo "$as_me: error: ambiguous option: $1
39197 Try \`$0 --help' for more information." >&2;}
39198 { (exit 1); exit 1; }; };;
39199 --help | --hel | -h )
39200 echo "$ac_cs_usage"; exit 0 ;;
39201 --debug | --d* | -d )
39203 --file | --fil | --fi | --f )
39205 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
39206 ac_need_defaults
=false
;;
39207 --header | --heade | --head | --hea )
39209 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
39210 ac_need_defaults
=false
;;
39211 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
39212 | -silent | --silent | --silen | --sile | --sil | --si | --s)
39215 # This is an error.
39216 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
39217 Try \`$0 --help' for more information." >&5
39218 echo "$as_me: error: unrecognized option: $1
39219 Try \`$0 --help' for more information." >&2;}
39220 { (exit 1); exit 1; }; } ;;
39222 *) ac_config_targets
="$ac_config_targets $1" ;;
39228 ac_configure_extra_args
=
39230 if $ac_cs_silent; then
39232 ac_configure_extra_args
="$ac_configure_extra_args --silent"
39236 cat >>$CONFIG_STATUS <<_ACEOF
39237 if \$ac_cs_recheck; then
39238 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
39239 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
39244 cat >>$CONFIG_STATUS <<_ACEOF
39246 # INIT-COMMANDS section.
39250 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
39259 cat >>$CONFIG_STATUS <<\_ACEOF
39260 for ac_config_target
in $ac_config_targets
39262 case "$ac_config_target" in
39263 # Handling of arguments.
39264 "wx-config" ) CONFIG_FILES
="$CONFIG_FILES wx-config" ;;
39265 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
39266 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
39267 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
39268 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
39269 "setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS setup.h" ;;
39270 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
39271 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
39272 { (exit 1); exit 1; }; };;
39276 # If the user did not use the arguments to specify the items to instantiate,
39277 # then the envvar interface is used. Set only those that are not.
39278 # We use the long form for the default assignment because of an extremely
39279 # bizarre bug on SunOS 4.1.3.
39280 if $ac_need_defaults; then
39281 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
39282 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
39283 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
39286 # Have a temporary directory for convenience. Make it in the build tree
39287 # simply because there is no reason to put it here, and in addition,
39288 # creating and moving files from /tmp can sometimes cause problems.
39289 # Create a temporary directory, and hook for its removal unless debugging.
39292 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
39293 trap '{ (exit 1); exit 1; }' 1 2 13 15
39296 # Create a (secure) tmp directory for tmp files.
39299 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
39300 test -n "$tmp" && test -d "$tmp"
39303 tmp
=.
/confstat$$
-$RANDOM
39304 (umask 077 && mkdir $tmp)
39307 echo "$me: cannot create a temporary directory in ." >&2
39308 { (exit 1); exit 1; }
39313 cat >>$CONFIG_STATUS <<_ACEOF
39316 # CONFIG_FILES section.
39319 # No need to generate the scripts if there are no CONFIG_FILES.
39320 # This happens for instance when ./config.status config.h
39321 if test -n "\$CONFIG_FILES"; then
39322 # Protect against being on the right side of a sed subst in config.status.
39323 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
39324 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
39325 s,@SHELL@,$SHELL,;t t
39326 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
39327 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
39328 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
39329 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
39330 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
39331 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
39332 s,@exec_prefix@,$exec_prefix,;t t
39333 s,@prefix@,$prefix,;t t
39334 s,@program_transform_name@,$program_transform_name,;t t
39335 s,@bindir@,$bindir,;t t
39336 s,@sbindir@,$sbindir,;t t
39337 s,@libexecdir@,$libexecdir,;t t
39338 s,@datadir@,$datadir,;t t
39339 s,@sysconfdir@,$sysconfdir,;t t
39340 s,@sharedstatedir@,$sharedstatedir,;t t
39341 s,@localstatedir@,$localstatedir,;t t
39342 s,@libdir@,$libdir,;t t
39343 s,@includedir@,$includedir,;t t
39344 s,@oldincludedir@,$oldincludedir,;t t
39345 s,@infodir@,$infodir,;t t
39346 s,@mandir@,$mandir,;t t
39347 s,@build_alias@,$build_alias,;t t
39348 s,@host_alias@,$host_alias,;t t
39349 s,@target_alias@,$target_alias,;t t
39350 s,@DEFS@,$DEFS,;t t
39351 s,@ECHO_C@,$ECHO_C,;t t
39352 s,@ECHO_N@,$ECHO_N,;t t
39353 s,@ECHO_T@,$ECHO_T,;t t
39354 s,@LIBS@,$LIBS,;t t
39355 s,@build@,$build,;t t
39356 s,@build_cpu@,$build_cpu,;t t
39357 s,@build_vendor@,$build_vendor,;t t
39358 s,@build_os@,$build_os,;t t
39359 s,@host@,$host,;t t
39360 s,@host_cpu@,$host_cpu,;t t
39361 s,@host_vendor@,$host_vendor,;t t
39362 s,@host_os@,$host_os,;t t
39363 s,@target@,$target,;t t
39364 s,@target_cpu@,$target_cpu,;t t
39365 s,@target_vendor@,$target_vendor,;t t
39366 s,@target_os@,$target_os,;t t
39368 s,@CFLAGS@,$CFLAGS,;t t
39369 s,@LDFLAGS@,$LDFLAGS,;t t
39370 s,@CPPFLAGS@,$CPPFLAGS,;t t
39371 s,@ac_ct_CC@,$ac_ct_CC,;t t
39372 s,@EXEEXT@,$EXEEXT,;t t
39373 s,@OBJEXT@,$OBJEXT,;t t
39375 s,@EGREP@,$EGREP,;t t
39377 s,@CXXFLAGS@,$CXXFLAGS,;t t
39378 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
39379 s,@RANLIB@,$RANLIB,;t t
39380 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
39382 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
39383 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
39384 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
39385 s,@STRIP@,$STRIP,;t t
39386 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
39387 s,@LN_S@,$LN_S,;t t
39388 s,@CXXCPP@,$CXXCPP,;t t
39389 s,@subdirs@,$subdirs,;t t
39390 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
39391 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
39392 s,@GTK_LIBS@,$GTK_LIBS,;t t
39393 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
39394 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
39395 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
39396 s,@X_CFLAGS@,$X_CFLAGS,;t t
39397 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
39398 s,@X_LIBS@,$X_LIBS,;t t
39399 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
39400 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
39401 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
39402 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
39403 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
39404 s,@RESCOMP@,$RESCOMP,;t t
39405 s,@DEREZ@,$DEREZ,;t t
39406 s,@SETFILE@,$SETFILE,;t t
39407 s,@LIBICONV@,$LIBICONV,;t t
39408 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
39409 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
39410 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
39411 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
39412 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
39413 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
39414 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
39415 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
39416 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
39417 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
39418 s,@VENDOR@,$VENDOR,;t t
39419 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
39420 s,@WXUNIV@,$WXUNIV,;t t
39421 s,@MONOLITHIC@,$MONOLITHIC,;t t
39422 s,@EXTRALIBS@,$EXTRALIBS,;t t
39423 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
39424 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
39425 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
39426 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
39427 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
39428 s,@UNICODE@,$UNICODE,;t t
39429 s,@BUILD@,$BUILD,;t t
39430 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
39431 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
39432 s,@SHARED@,$SHARED,;t t
39433 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
39434 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
39435 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
39436 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
39437 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
39438 s,@SET_MAKE@,$SET_MAKE,;t t
39439 s,@MAKE_SET@,$MAKE_SET,;t t
39440 s,@ac_ct_AR@,$ac_ct_AR,;t t
39441 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
39443 s,@ac_ct_NM@,$ac_ct_NM,;t t
39444 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
39445 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
39446 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
39447 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
39448 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
39449 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
39450 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
39451 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
39452 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
39453 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
39454 s,@LIBPREFIX@,$LIBPREFIX,;t t
39455 s,@DLLPREFIX@,$DLLPREFIX,;t t
39456 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
39457 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
39458 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
39459 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
39460 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
39461 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
39462 s,@PIC_FLAG@,$PIC_FLAG,;t t
39463 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
39464 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
39465 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
39466 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
39467 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
39468 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
39469 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
39470 s,@GCC_PCH@,$GCC_PCH,;t t
39471 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
39472 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
39473 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
39474 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
39475 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
39476 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
39477 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
39478 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
39479 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
39480 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
39481 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
39482 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
39483 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
39484 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
39485 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1,;t t
39486 s,@COND_MONOLITHIC_0_SHARED_0_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_HTML_1,;t t
39487 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
39488 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
39489 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
39490 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1,;t t
39491 s,@COND_MONOLITHIC_0_SHARED_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_HTML_1,;t t
39492 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
39493 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
39494 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
39495 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
39496 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
39497 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
39498 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
39499 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
39500 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
39501 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
39502 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
39503 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
39504 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
39505 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
39506 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
39507 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
39508 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
39509 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
39510 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
39511 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
39512 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
39513 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
39514 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
39515 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
39516 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
39517 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
39518 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
39519 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
39520 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
39521 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
39522 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
39523 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
39524 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
39525 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
39526 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
39527 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
39528 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
39529 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
39530 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
39531 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
39532 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
39533 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
39534 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
39535 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
39536 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
39537 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
39538 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
39539 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
39540 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
39541 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
39542 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
39543 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
39544 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
39545 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
39546 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
39547 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
39548 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
39549 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
39550 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
39551 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
39552 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
39553 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
39554 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
39555 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
39556 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
39557 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
39558 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
39559 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
39560 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
39561 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
39562 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
39563 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
39564 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
39565 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
39566 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
39567 s,@PATH_IFS@,$PATH_IFS,;t t
39568 s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
39569 s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
39570 s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
39571 s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
39572 s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
39573 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
39574 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
39575 s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
39576 s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
39577 s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
39578 s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
39579 s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
39580 s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
39581 s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
39582 s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
39583 s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
39584 s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
39585 s,@WX_ALL@,$WX_ALL,;t t
39586 s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
39587 s,@SHARED_LD@,$SHARED_LD,;t t
39588 s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
39589 s,@STATIC_FLAG@,$STATIC_FLAG,;t t
39590 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
39591 s,@USE_GUI@,$USE_GUI,;t t
39592 s,@AFMINSTALL@,$AFMINSTALL,;t t
39593 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
39594 s,@TOOLKIT@,$TOOLKIT,;t t
39595 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
39596 s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
39597 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
39598 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
39599 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
39600 s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
39601 s,@cross_compiling@,$cross_compiling,;t t
39602 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
39603 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
39604 s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
39605 s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
39606 s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
39607 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
39608 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
39609 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
39610 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
39611 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
39612 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
39613 s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
39614 s,@ALL_HEADERS@,$ALL_HEADERS,;t t
39615 s,@ALL_SOURCES@,$ALL_SOURCES,;t t
39616 s,@GUIDIST@,$GUIDIST,;t t
39617 s,@PORT_FILES@,$PORT_FILES,;t t
39618 s,@DISTDIR@,$DISTDIR,;t t
39619 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
39620 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
39621 s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
39622 s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
39623 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
39624 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
39625 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
39626 s,@RESFLAGS@,$RESFLAGS,;t t
39627 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
39628 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
39629 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
39630 s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t
39631 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
39632 s,@MACRESCOMP@,$MACRESCOMP,;t t
39633 s,@MACSETFILE@,$MACSETFILE,;t t
39634 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
39636 s,@DLLTOOL@,$DLLTOOL,;t t
39639 s,@MAKEINFO@,$MAKEINFO,;t t
39640 s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
39641 s,@LIBOBJS@,$LIBOBJS,;t t
39642 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
39647 cat >>$CONFIG_STATUS <<\_ACEOF
39648 # Split the substitutions into bite-sized pieces for seds with
39649 # small command number limits, like on Digital OSF/1 and HP-UX.
39650 ac_max_sed_lines
=48
39651 ac_sed_frag
=1 # Number of current file.
39652 ac_beg
=1 # First line for current file.
39653 ac_end
=$ac_max_sed_lines # Line after last line for current file.
39656 while $ac_more_lines; do
39657 if test $ac_beg -gt 1; then
39658 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
39660 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
39662 if test ! -s $tmp/subs.frag
; then
39663 ac_more_lines
=false
39665 # The purpose of the label and of the branching condition is to
39666 # speed up the sed processing (if there are no `@' at all, there
39667 # is no need to browse any of the substitutions).
39668 # These are the two extra sed commands mentioned above.
39670 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
39671 if test -z "$ac_sed_cmds"; then
39672 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
39674 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
39676 ac_sed_frag
=`expr $ac_sed_frag + 1`
39678 ac_end
=`expr $ac_end + $ac_max_sed_lines`
39681 if test -z "$ac_sed_cmds"; then
39684 fi # test -n "$CONFIG_FILES"
39687 cat >>$CONFIG_STATUS <<\_ACEOF
39688 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
39689 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
39691 - | *:- | *:-:* ) # input from stdin
39693 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
39694 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
39695 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
39696 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
39697 * ) ac_file_in
=$ac_file.
in ;;
39700 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
39701 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
39702 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
39703 X"$ac_file" : 'X\(//\)[^/]' \| \
39704 X"$ac_file" : 'X\(//\)$' \| \
39705 X"$ac_file" : 'X\(/\)' \| \
39706 . : '\(.\)' 2>/dev/null ||
39708 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
39709 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
39710 /^X\(\/\/\)$/{ s//\1/; q; }
39711 /^X\(\/\).*/{ s//\1/; q; }
39713 { if $as_mkdir_p; then
39718 while test ! -d "$as_dir"; do
39719 as_dirs
="$as_dir $as_dirs"
39720 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
39721 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
39722 X"$as_dir" : 'X\(//\)[^/]' \| \
39723 X"$as_dir" : 'X\(//\)$' \| \
39724 X"$as_dir" : 'X\(/\)' \| \
39725 . : '\(.\)' 2>/dev/null ||
39727 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
39728 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
39729 /^X\(\/\/\)$/{ s//\1/; q; }
39730 /^X\(\/\).*/{ s//\1/; q; }
39733 test ! -n "$as_dirs" || mkdir $as_dirs
39734 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
39735 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
39736 { (exit 1); exit 1; }; }; }
39740 if test "$ac_dir" != .
; then
39741 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
39742 # A "../" for each directory in $ac_dir_suffix.
39743 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
39745 ac_dir_suffix
= ac_top_builddir
=
39749 .
) # No --srcdir option. We are building in place.
39751 if test -z "$ac_top_builddir"; then
39754 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
39756 [\\/]* | ?
:[\\/]* ) # Absolute path.
39757 ac_srcdir
=$srcdir$ac_dir_suffix;
39758 ac_top_srcdir
=$srcdir ;;
39759 *) # Relative path.
39760 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
39761 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
39764 .
) ac_abs_builddir
=$ac_builddir;;
39766 case $ac_builddir in
39767 .
) ac_abs_builddir
="$ac_dir";;
39768 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
=$ac_builddir;;
39769 *) ac_abs_builddir
="$ac_dir"/$ac_builddir;;
39773 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
39775 case ${ac_top_builddir}.
in
39776 .
) ac_abs_top_builddir
="$ac_dir";;
39777 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
39778 *) ac_abs_top_builddir
="$ac_dir"/${ac_top_builddir}.
;;
39782 .
) ac_abs_srcdir
=$ac_srcdir;;
39785 .
) ac_abs_srcdir
="$ac_dir";;
39786 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
39787 *) ac_abs_srcdir
="$ac_dir"/$ac_srcdir;;
39791 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
39793 case $ac_top_srcdir in
39794 .
) ac_abs_top_srcdir
="$ac_dir";;
39795 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
39796 *) ac_abs_top_srcdir
="$ac_dir"/$ac_top_srcdir;;
39802 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
39803 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
39806 if test x
"$ac_file" != x
-; then
39807 { echo "$as_me:$LINENO: creating $ac_file" >&5
39808 echo "$as_me: creating $ac_file" >&6;}
39811 # Let's still pretend it is `configure' which instantiates (i.e., don't
39812 # use $as_me), people would be surprised to read:
39813 # /* config.h. Generated by config.status. */
39814 if test x
"$ac_file" = x
-; then
39817 configure_input
="$ac_file. "
39819 configure_input
=$configure_input"Generated from `echo $ac_file_in |
39820 sed 's,.*/,,'` by configure."
39822 # First look for the input files in the build tree, otherwise in the
39824 ac_file_inputs
=`IFS=:
39825 for f in $ac_file_in; do
39827 -) echo $tmp/stdin ;;
39829 # Absolute (can't be DOS-style, as IFS=:)
39830 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
39831 echo "$as_me: error: cannot find input file: $f" >&2;}
39832 { (exit 1); exit 1; }; }
39835 if test -f "$f"; then
39838 elif test -f "$srcdir/$f"; then
39843 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
39844 echo "$as_me: error: cannot find input file: $f" >&2;}
39845 { (exit 1); exit 1; }; }
39848 done` || { (exit 1); exit 1; }
39850 cat >>$CONFIG_STATUS <<_ACEOF
39854 cat >>$CONFIG_STATUS <<\_ACEOF
39856 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
39857 s
,@configure_input@
,$configure_input,;t t
39858 s
,@srcdir@
,$ac_srcdir,;t t
39859 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
39860 s
,@top_srcdir@
,$ac_top_srcdir,;t t
39861 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
39862 s
,@builddir@
,$ac_builddir,;t t
39863 s
,@abs_builddir@
,$ac_abs_builddir,;t t
39864 s
,@top_builddir@
,$ac_top_builddir,;t t
39865 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
39866 s
,@INSTALL@
,$ac_INSTALL,;t t
39867 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
39869 if test x"$ac_file" != x-; then
39870 mv $tmp/out $ac_file
39878 cat >>$CONFIG_STATUS <<\_ACEOF
39881 # CONFIG_HEADER section.
39884 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
39885 # NAME is the cpp macro being defined and VALUE is the value it is being given.
39887 # ac_d sets the value in "#define NAME VALUE" lines.
39888 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
39889 ac_dB
='[ ].*$,\1#\2'
39892 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
39893 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
39894 ac_uB
='$,\1#\2define\3'
39898 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
39899 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
39901 - | *:- | *:-:* ) # input from stdin
39903 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
39904 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
39905 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
39906 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
39907 * ) ac_file_in
=$ac_file.
in ;;
39910 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
39911 echo "$as_me: creating $ac_file" >&6;}
39913 # First look for the input files in the build tree, otherwise in the
39915 ac_file_inputs
=`IFS=:
39916 for f in $ac_file_in; do
39918 -) echo $tmp/stdin ;;
39920 # Absolute (can't be DOS-style, as IFS=:)
39921 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
39922 echo "$as_me: error: cannot find input file: $f" >&2;}
39923 { (exit 1); exit 1; }; }
39924 # Do quote $f, to prevent DOS paths from being IFS'd.
39927 if test -f "$f"; then
39930 elif test -f "$srcdir/$f"; then
39935 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
39936 echo "$as_me: error: cannot find input file: $f" >&2;}
39937 { (exit 1); exit 1; }; }
39940 done` || { (exit 1); exit 1; }
39941 # Remove the trailing spaces.
39942 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
39946 # Transform confdefs.h into two sed scripts, `conftest.defines' and
39947 # `conftest.undefs', that substitutes the proper values into
39948 # config.h.in to produce config.h. The first handles `#define'
39949 # templates, and the second `#undef' templates.
39950 # And first: Protect against being on the right side of a sed subst in
39951 # config.status. Protect against being in an unquoted here document
39952 # in config.status.
39953 rm -f conftest.defines conftest.undefs
39954 # Using a here document instead of a string reduces the quoting nightmare.
39955 # Putting comments in sed scripts is not portable.
39957 # `end' is used to avoid that the second main sed command (meant for
39958 # 0-ary CPP macros) applies to n-ary macro definitions.
39959 # See the Autoconf documentation for `clear'.
39960 cat >confdef2sed.
sed <<\_ACEOF
39965 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
39967 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
39970 # If some macros were called several times there might be several times
39971 # the same #defines, which is useless. Nevertheless, we may not want to
39972 # sort them, since we want the *last* AC-DEFINE to be honored.
39973 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
39974 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
39975 rm -f confdef2sed.sed
39977 # This sed command replaces #undef with comments. This is necessary, for
39978 # example, in the case of _POSIX_SOURCE, which is predefined and required
39979 # on some systems where configure will not decide to define it.
39980 cat >>conftest.undefs <<\_ACEOF
39981 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
39984 # Break up conftest.defines because some shells have a limit on the size
39985 # of here documents, and old seds have small limits too (100 cmds).
39986 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
39987 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
39988 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
39989 echo ' :' >>$CONFIG_STATUS
39990 rm -f conftest.tail
39991 while grep . conftest.defines >/dev/null
39993 # Write a limited-size here document to $tmp/defines.sed.
39994 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
39995 # Speed up: don't consider the non `#define' lines.
39996 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
39997 # Work around the forget-to-reset-the-flag bug.
39998 echo 't clr' >>$CONFIG_STATUS
39999 echo ': clr' >>$CONFIG_STATUS
40000 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
40002 sed -f $tmp/defines.sed $tmp/in >$tmp/out
40004 mv $tmp/out $tmp/in
40006 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
40007 rm -f conftest.defines
40008 mv conftest.
tail conftest.defines
40010 rm -f conftest.defines
40011 echo ' fi # grep' >>$CONFIG_STATUS
40012 echo >>$CONFIG_STATUS
40014 # Break up conftest.undefs because some shells have a limit on the size
40015 # of here documents, and old seds have small limits too (100 cmds).
40016 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
40017 rm -f conftest.
tail
40018 while grep . conftest.undefs
>/dev
/null
40020 # Write a limited-size here document to $tmp/undefs.sed.
40021 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
40022 # Speed up: don't consider the non
`#undef'
40023 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
40024 # Work around the forget-to-reset-the-flag bug.
40025 echo 't clr' >>$CONFIG_STATUS
40026 echo ': clr' >>$CONFIG_STATUS
40027 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
40029 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
40031 mv $tmp/out $tmp/in
40033 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
40034 rm -f conftest.undefs
40035 mv conftest.tail conftest.undefs
40037 rm -f conftest.undefs
40039 cat >>$CONFIG_STATUS <<\_ACEOF
40040 # Let's still pretend it is `configure
' which instantiates (i.e., don't
40041 # use $as_me), people would be surprised to read:
40042 # /* config.h. Generated by config.status. */
40043 if test x
"$ac_file" = x
-; then
40044 echo "/* Generated by configure. */" >$tmp/config.h
40046 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
40048 cat $tmp/in >>$tmp/config.h
40050 if test x
"$ac_file" != x
-; then
40051 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
40052 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
40053 echo "$as_me: $ac_file is unchanged" >&6;}
40055 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
40056 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40057 X"$ac_file" : 'X\(//\)[^/]' \| \
40058 X"$ac_file" : 'X\(//\)$' \| \
40059 X"$ac_file" : 'X\(/\)' \| \
40060 . : '\(.\)' 2>/dev/null ||
40062 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
40063 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
40064 /^X\(\/\/\)$/{ s//\1/; q; }
40065 /^X\(\/\).*/{ s//\1/; q; }
40067 { if $as_mkdir_p; then
40072 while test ! -d "$as_dir"; do
40073 as_dirs
="$as_dir $as_dirs"
40074 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
40075 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40076 X"$as_dir" : 'X\(//\)[^/]' \| \
40077 X"$as_dir" : 'X\(//\)$' \| \
40078 X"$as_dir" : 'X\(/\)' \| \
40079 . : '\(.\)' 2>/dev/null ||
40081 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
40082 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
40083 /^X\(\/\/\)$/{ s//\1/; q; }
40084 /^X\(\/\).*/{ s//\1/; q; }
40087 test ! -n "$as_dirs" || mkdir $as_dirs
40088 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
40089 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
40090 { (exit 1); exit 1; }; }; }
40093 mv $tmp/config.h
$ac_file
40097 rm -f $tmp/config.h
40101 cat >>$CONFIG_STATUS <<\_ACEOF
40104 # CONFIG_COMMANDS section.
40106 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
40107 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
40108 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
40109 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
40110 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40111 X"$ac_dest" : 'X\(//\)[^/]' \| \
40112 X"$ac_dest" : 'X\(//\)$' \| \
40113 X"$ac_dest" : 'X\(/\)' \| \
40114 . : '\(.\)' 2>/dev/null ||
40116 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
40117 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
40118 /^X\(\/\/\)$/{ s//\1/; q; }
40119 /^X\(\/\).*/{ s//\1/; q; }
40121 { if $as_mkdir_p; then
40126 while test ! -d "$as_dir"; do
40127 as_dirs
="$as_dir $as_dirs"
40128 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
40129 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40130 X"$as_dir" : 'X\(//\)[^/]' \| \
40131 X"$as_dir" : 'X\(//\)$' \| \
40132 X"$as_dir" : 'X\(/\)' \| \
40133 . : '\(.\)' 2>/dev/null ||
40135 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
40136 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
40137 /^X\(\/\/\)$/{ s//\1/; q; }
40138 /^X\(\/\).*/{ s//\1/; q; }
40141 test ! -n "$as_dirs" || mkdir $as_dirs
40142 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
40143 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
40144 { (exit 1); exit 1; }; }; }
40148 if test "$ac_dir" != .
; then
40149 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
40150 # A "../" for each directory in $ac_dir_suffix.
40151 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
40153 ac_dir_suffix
= ac_top_builddir
=
40157 .
) # No --srcdir option. We are building in place.
40159 if test -z "$ac_top_builddir"; then
40162 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
40164 [\\/]* | ?
:[\\/]* ) # Absolute path.
40165 ac_srcdir
=$srcdir$ac_dir_suffix;
40166 ac_top_srcdir
=$srcdir ;;
40167 *) # Relative path.
40168 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
40169 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
40172 .
) ac_abs_builddir
=$ac_builddir;;
40174 case $ac_builddir in
40175 .
) ac_abs_builddir
="$ac_dir";;
40176 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
=$ac_builddir;;
40177 *) ac_abs_builddir
="$ac_dir"/$ac_builddir;;
40181 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
40183 case ${ac_top_builddir}.
in
40184 .
) ac_abs_top_builddir
="$ac_dir";;
40185 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
40186 *) ac_abs_top_builddir
="$ac_dir"/${ac_top_builddir}.
;;
40190 .
) ac_abs_srcdir
=$ac_srcdir;;
40193 .
) ac_abs_srcdir
="$ac_dir";;
40194 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
40195 *) ac_abs_srcdir
="$ac_dir"/$ac_srcdir;;
40199 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
40201 case $ac_top_srcdir in
40202 .
) ac_abs_top_srcdir
="$ac_dir";;
40203 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
40204 *) ac_abs_top_srcdir
="$ac_dir"/$ac_top_srcdir;;
40209 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
40210 echo "$as_me: executing $ac_dest commands" >&6;}
40213 if test ! -h wx
-config; then
40215 mv wx
-config wx
${TOOLCHAIN_NAME}-config
40216 ${LN_S} wx
${TOOLCHAIN_NAME}-config wx
-config
40219 if test ! -d lib
; then
40222 if test ! -d lib
/wx
; then
40225 if test ! -d lib
/wx
/include
; then
40226 mkdir lib
/wx
/include
40228 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}; then
40229 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}
40231 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
; then
40232 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
40234 if test -f setup.h
; then
40235 mv -f setup.h lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
40242 cat >>$CONFIG_STATUS <<\_ACEOF
40244 { (exit 0); exit 0; }
40246 chmod +x
$CONFIG_STATUS
40247 ac_clean_files
=$ac_clean_files_save
40250 # configure is writing to config.log, and then calls config.status.
40251 # config.status does its own redirection, appending to config.log.
40252 # Unfortunately, on DOS this fails, as config.log is still kept open
40253 # by configure, so config.status won't be able to write to it; its
40254 # output is simply discarded. So we exec the FD to /dev/null,
40255 # effectively closing config.log, so it can be properly (re)opened and
40256 # appended to by config.status. When coming back to configure, we
40257 # need to make the FD available again.
40258 if test "$no_create" != yes; then
40260 ac_config_status_args
=
40261 test "$silent" = yes &&
40262 ac_config_status_args
="$ac_config_status_args --quiet"
40264 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
40266 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
40267 # would make configure fail if this is the last instruction.
40268 $ac_cs_success || { (exit 1); exit 1; }
40272 # CONFIG_SUBDIRS section.
40274 if test "$no_recursion" != yes; then
40276 # Remove --cache-file and --srcdir arguments so they do not pile up.
40277 ac_sub_configure_args
=
40279 for ac_arg
in $ac_configure_args; do
40280 if test -n "$ac_prev"; then
40285 -cache-file | --cache-file | --cache-fil | --cache-fi \
40286 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
40287 ac_prev
=cache_file
;;
40288 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
40289 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
40292 --config-cache | -C)
40294 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
40296 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
40298 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
40300 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
40302 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
40306 # Always prepend --prefix to ensure using the same prefix
40307 # in subdir configurations.
40308 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
40311 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
40313 # Do not complain, so a configure script can configure whichever
40314 # parts of a large source tree are present.
40315 test -d $srcdir/$ac_dir || continue
40317 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
40318 echo "$as_me: configuring in $ac_dir" >&6;}
40319 { if $as_mkdir_p; then
40324 while test ! -d "$as_dir"; do
40325 as_dirs
="$as_dir $as_dirs"
40326 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
40327 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
40328 X"$as_dir" : 'X\(//\)[^/]' \| \
40329 X"$as_dir" : 'X\(//\)$' \| \
40330 X"$as_dir" : 'X\(/\)' \| \
40331 . : '\(.\)' 2>/dev/null ||
40333 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
40334 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
40335 /^X\(\/\/\)$/{ s//\1/; q; }
40336 /^X\(\/\).*/{ s//\1/; q; }
40339 test ! -n "$as_dirs" || mkdir $as_dirs
40340 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
40341 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
40342 { (exit 1); exit 1; }; }; }
40346 if test "$ac_dir" != .
; then
40347 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
40348 # A "../" for each directory in $ac_dir_suffix.
40349 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
40351 ac_dir_suffix
= ac_top_builddir
=
40355 .
) # No --srcdir option. We are building in place.
40357 if test -z "$ac_top_builddir"; then
40360 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
40362 [\\/]* | ?
:[\\/]* ) # Absolute path.
40363 ac_srcdir
=$srcdir$ac_dir_suffix;
40364 ac_top_srcdir
=$srcdir ;;
40365 *) # Relative path.
40366 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
40367 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
40370 .
) ac_abs_builddir
=$ac_builddir;;
40372 case $ac_builddir in
40373 .
) ac_abs_builddir
="$ac_dir";;
40374 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
=$ac_builddir;;
40375 *) ac_abs_builddir
="$ac_dir"/$ac_builddir;;
40379 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
40381 case ${ac_top_builddir}.
in
40382 .
) ac_abs_top_builddir
="$ac_dir";;
40383 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
40384 *) ac_abs_top_builddir
="$ac_dir"/${ac_top_builddir}.
;;
40388 .
) ac_abs_srcdir
=$ac_srcdir;;
40391 .
) ac_abs_srcdir
="$ac_dir";;
40392 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
40393 *) ac_abs_srcdir
="$ac_dir"/$ac_srcdir;;
40397 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
40399 case $ac_top_srcdir in
40400 .
) ac_abs_top_srcdir
="$ac_dir";;
40401 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
40402 *) ac_abs_top_srcdir
="$ac_dir"/$ac_top_srcdir;;
40409 # Check for guested configure; otherwise get Cygnus style configure.
40410 if test -f $ac_srcdir/configure.gnu
; then
40411 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
40412 elif test -f $ac_srcdir/configure
; then
40413 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
40414 elif test -f $ac_srcdir/configure.
in; then
40415 ac_sub_configure
=$ac_configure
40417 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
40418 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
40422 # The recursion is here.
40423 if test -n "$ac_sub_configure"; then
40424 # Make the cache file name correct relative to the subdirectory.
40425 case $cache_file in
40426 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
40427 *) # Relative path.
40428 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
40431 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
40432 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
40433 # The eval makes quoting arguments work.
40434 eval $ac_sub_configure $ac_sub_configure_args \
40435 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
40436 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
40437 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
40438 { (exit 1); exit 1; }; }
40447 echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
40449 echo " Which GUI toolkit should wxWindows use? ${TOOLKIT_LOWERCASE:-base only}"
40450 echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
40452 echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
40453 echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
40454 echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
40456 echo " What level of wxWindows compatibility should be enabled?"
40457 echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
40458 echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
40460 echo " Which libraries should wxWindows use?"
40461 echo " jpeg ${wxUSE_LIBJPEG-none}"
40462 echo " png ${wxUSE_LIBPNG-none}"
40463 echo " regex ${wxUSE_REGEX}"
40464 echo " tiff ${wxUSE_LIBTIFF-none}"
40465 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
40466 echo " xpm ${wxUSE_LIBXPM-none}"
40468 echo " zlib ${wxUSE_ZLIB}"
40469 echo " odbc ${wxUSE_ODBC}"
40470 echo " expat ${wxUSE_EXPAT}"
40471 echo " libmspack ${wxUSE_LIBMSPACK}"