2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.57 for wxWindows 2.5.1.
6 # Report bugs to <wx-dev@lists.wxwindows.org>.
8 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
9 # Free Software Foundation, Inc.
10 # This configure script is free software; the Free Software Foundation
11 # gives unlimited permission to copy, distribute and modify it.
12 ## --------------------- ##
13 ## M4sh Initialization. ##
14 ## --------------------- ##
16 # Be Bourne compatible
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
27 # Support unset when possible.
28 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
43 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
47 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
48 eval $as_var=C
; export $as_var
54 # Required to use basename.
55 if expr a
: '\(a\)' >/dev
/null
2>&1; then
61 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
68 # Name of the executable.
69 as_me
=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
81 # PATH needs CR, and LINENO needs CR and PATH.
82 # Avoid depending upon Character Ranges.
83 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits
='0123456789'
87 as_cr_alnum
=$as_cr_Letters$as_cr_digits
89 # The user is always right.
90 if test "${PATH_SEPARATOR+set}" != set; then
91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
94 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
105 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
106 test "x$as_lineno_1" != "x$as_lineno_2" &&
107 test "x$as_lineno_3" = "x$as_lineno_2" || {
108 # Find who we are. Look in the path if we contain no path at all
111 *[\\/]* ) as_myself
=$0 ;;
112 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
116 test -z "$as_dir" && as_dir
=.
117 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
122 # We did not find ourselves, most probably we were run as `sh COMMAND'
123 # in which case we are not to be found in the path.
124 if test "x$as_myself" = x
; then
127 if test ! -f "$as_myself"; then
128 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129 { (exit 1); exit 1; }; }
131 case $CONFIG_SHELL in
133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
134 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
137 test -z "$as_dir" && as_dir
=.
138 for as_base
in sh bash ksh sh5
; do
141 if ("$as_dir/$as_base" -c '
144 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 test "x$as_lineno_1" != "x$as_lineno_2" &&
146 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
147 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
148 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
149 CONFIG_SHELL
=$as_dir/$as_base
151 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
159 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160 # uniformly replaced by the line number. The first 'sed' inserts a
161 # line-number line before each line; the second 'sed' does the real
162 # work. The second script uses 'N' to pair each line-number line
163 # with the numbered line, and appends trailing '-' during
164 # substitution so that $LINENO is not a special case at line end.
165 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
167 sed '=' <$as_myself |
172 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
175 s,^['$as_cr_digits']*\n,,
177 chmod +x
$as_me.lineno
||
178 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179 { (exit 1); exit 1; }; }
181 # Don't try to exec as it changes $[0], causing all sort of problems
182 # (the dirname of $[0] is not the place where we might find the
183 # original and so on. Autoconf is especially sensible to this).
185 # Exit status is that of the last command.
190 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191 *c
*,-n*) ECHO_N
= ECHO_C
='
193 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
194 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
197 if expr a
: '\(a\)' >/dev
/null
2>&1; then
203 rm -f conf$$ conf$$.exe conf$$.
file
205 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
206 # We could just check for DJGPP; but this test a) works b) is more generic
207 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208 if test -f conf$$.exe
; then
209 # Don't use ln at all; we don't have any links
214 elif ln conf$$.
file conf$$
2>/dev
/null
; then
219 rm -f conf$$ conf$$.exe conf$$.
file
221 if mkdir -p .
2>/dev
/null
; then
227 as_executable_p
="test -f"
229 # Sed expression to map a string onto a valid CPP name.
230 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
232 # Sed expression to map a string onto a valid variable name.
233 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
237 # We need space, tab and new line, in precisely that order.
247 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248 # so uname gets run too.
249 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
256 ac_default_prefix
=/usr
/local
257 ac_config_libobj_dir
=.
262 SHELL
=${CONFIG_SHELL-/bin/sh}
264 # Maximum number of lines to put in a shell here document.
265 # This variable seems obsolete. It should probably be removed, and
266 # only ac_max_sed_lines should be used.
267 : ${ac_max_here_lines=38}
269 # Identity of this package.
270 PACKAGE_NAME
='wxWindows'
271 PACKAGE_TARNAME
='wxwindows'
272 PACKAGE_VERSION
='2.5.1'
273 PACKAGE_STRING
='wxWindows 2.5.1'
274 PACKAGE_BUGREPORT
='wx-dev@lists.wxwindows.org'
276 ac_unique_file
="wx-config.in"
277 # Factoring default headers for most tests.
278 ac_includes_default
="\
281 # include <sys/types.h>
284 # include <sys/stat.h>
295 # if !STDC_HEADERS && HAVE_MEMORY_H
301 # include <strings.h>
304 # include <inttypes.h>
314 ac_subdirs_all
="$ac_subdirs_all src/expat"
315 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE 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_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_SOVERSION_1 COND_PLATFORM_MAC_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_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_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_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'
318 # Initialize some variables set by options.
320 ac_init_version
=false
321 # The variables have the same names as the options, with
322 # dashes changed to underlines.
330 program_transform_name
=s
,x
,x
,
338 # Installation directory options.
339 # These are left unexpanded so users can "make install exec_prefix=/foo"
340 # and all the variables that are supposed to be based on exec_prefix
341 # by default will actually change.
342 # Use braces instead of parens because sh, perl, etc. also accept them.
343 bindir
='${exec_prefix}/bin'
344 sbindir
='${exec_prefix}/sbin'
345 libexecdir
='${exec_prefix}/libexec'
346 datadir
='${prefix}/share'
347 sysconfdir
='${prefix}/etc'
348 sharedstatedir
='${prefix}/com'
349 localstatedir
='${prefix}/var'
350 libdir
='${exec_prefix}/lib'
351 includedir
='${prefix}/include'
352 oldincludedir
='/usr/include'
353 infodir
='${prefix}/info'
354 mandir
='${prefix}/man'
359 # If the previous option needs an argument, assign it.
360 if test -n "$ac_prev"; then
361 eval "$ac_prev=\$ac_option"
366 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
368 # Accept the important Cygnus configure options, so we can diagnose typos.
372 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
377 -build | --build | --buil | --bui | --bu)
378 ac_prev
=build_alias
;;
379 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
380 build_alias
=$ac_optarg ;;
382 -cache-file | --cache-file | --cache-fil | --cache-fi \
383 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
384 ac_prev
=cache_file
;;
385 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
386 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
387 cache_file
=$ac_optarg ;;
390 cache_file
=config.cache
;;
392 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
394 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
396 datadir
=$ac_optarg ;;
398 -disable-* | --disable-*)
399 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
400 # Reject names that are not valid shell variable names.
401 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
402 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
403 { (exit 1); exit 1; }; }
404 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
405 eval "enable_$ac_feature=no" ;;
407 -enable-* | --enable-*)
408 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
409 # Reject names that are not valid shell variable names.
410 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
411 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
412 { (exit 1); exit 1; }; }
413 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
415 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
418 eval "enable_$ac_feature='$ac_optarg'" ;;
420 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
421 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
422 | --exec | --exe | --ex)
423 ac_prev
=exec_prefix
;;
424 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
425 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
426 | --exec=* | --exe=* | --ex=*)
427 exec_prefix
=$ac_optarg ;;
429 -gas | --gas | --ga | --g)
430 # Obsolete; use --with-gas.
433 -help | --help | --hel | --he | -h)
435 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
436 ac_init_help
=recursive
;;
437 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
438 ac_init_help
=short
;;
440 -host | --host | --hos | --ho)
441 ac_prev
=host_alias
;;
442 -host=* | --host=* | --hos=* | --ho=*)
443 host_alias
=$ac_optarg ;;
445 -includedir | --includedir | --includedi | --included | --include \
446 | --includ | --inclu | --incl | --inc)
447 ac_prev
=includedir
;;
448 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
449 | --includ=* | --inclu=* | --incl=* | --inc=*)
450 includedir
=$ac_optarg ;;
452 -infodir | --infodir | --infodi | --infod | --info | --inf)
454 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
455 infodir
=$ac_optarg ;;
457 -libdir | --libdir | --libdi | --libd)
459 -libdir=* | --libdir=* | --libdi=* | --libd=*)
462 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
463 | --libexe | --libex | --libe)
464 ac_prev
=libexecdir
;;
465 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
466 | --libexe=* | --libex=* | --libe=*)
467 libexecdir
=$ac_optarg ;;
469 -localstatedir | --localstatedir | --localstatedi | --localstated \
470 | --localstate | --localstat | --localsta | --localst \
471 | --locals | --local | --loca | --loc | --lo)
472 ac_prev
=localstatedir
;;
473 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
474 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
475 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
476 localstatedir
=$ac_optarg ;;
478 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
480 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
484 # Obsolete; use --without-fp.
487 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
488 | --no-cr | --no-c | -n)
491 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
492 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
495 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
496 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
497 | --oldin | --oldi | --old | --ol | --o)
498 ac_prev
=oldincludedir
;;
499 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
500 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
501 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
502 oldincludedir
=$ac_optarg ;;
504 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
506 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
509 -program-prefix | --program-prefix | --program-prefi | --program-pref \
510 | --program-pre | --program-pr | --program-p)
511 ac_prev
=program_prefix
;;
512 -program-prefix=* | --program-prefix=* | --program-prefi=* \
513 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
514 program_prefix
=$ac_optarg ;;
516 -program-suffix | --program-suffix | --program-suffi | --program-suff \
517 | --program-suf | --program-su | --program-s)
518 ac_prev
=program_suffix
;;
519 -program-suffix=* | --program-suffix=* | --program-suffi=* \
520 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
521 program_suffix
=$ac_optarg ;;
523 -program-transform-name | --program-transform-name \
524 | --program-transform-nam | --program-transform-na \
525 | --program-transform-n | --program-transform- \
526 | --program-transform | --program-transfor \
527 | --program-transfo | --program-transf \
528 | --program-trans | --program-tran \
529 | --progr-tra | --program-tr | --program-t)
530 ac_prev
=program_transform_name
;;
531 -program-transform-name=* | --program-transform-name=* \
532 | --program-transform-nam=* | --program-transform-na=* \
533 | --program-transform-n=* | --program-transform-=* \
534 | --program-transform=* | --program-transfor=* \
535 | --program-transfo=* | --program-transf=* \
536 | --program-trans=* | --program-tran=* \
537 | --progr-tra=* | --program-tr=* | --program-t=*)
538 program_transform_name
=$ac_optarg ;;
540 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
541 | -silent | --silent | --silen | --sile | --sil)
544 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
546 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
548 sbindir
=$ac_optarg ;;
550 -sharedstatedir | --sharedstatedir | --sharedstatedi \
551 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
552 | --sharedst | --shareds | --shared | --share | --shar \
554 ac_prev
=sharedstatedir
;;
555 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
556 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
557 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
559 sharedstatedir
=$ac_optarg ;;
561 -site | --site | --sit)
563 -site=* | --site=* | --sit=*)
566 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
568 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
571 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
572 | --syscon | --sysco | --sysc | --sys | --sy)
573 ac_prev
=sysconfdir
;;
574 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
575 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
576 sysconfdir
=$ac_optarg ;;
578 -target | --target | --targe | --targ | --tar | --ta | --t)
579 ac_prev
=target_alias
;;
580 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
581 target_alias
=$ac_optarg ;;
583 -v | -verbose | --verbose | --verbos | --verbo | --verb)
586 -version | --version | --versio | --versi | --vers | -V)
590 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
591 # Reject names that are not valid shell variable names.
592 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
593 { echo "$as_me: error: invalid package name: $ac_package" >&2
594 { (exit 1); exit 1; }; }
595 ac_package
=`echo $ac_package| sed 's/-/_/g'`
597 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
600 eval "with_$ac_package='$ac_optarg'" ;;
602 -without-* | --without-*)
603 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
604 # Reject names that are not valid shell variable names.
605 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
606 { echo "$as_me: error: invalid package name: $ac_package" >&2
607 { (exit 1); exit 1; }; }
608 ac_package
=`echo $ac_package | sed 's/-/_/g'`
609 eval "with_$ac_package=no" ;;
612 # Obsolete; use --with-x.
615 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
616 | --x-incl | --x-inc | --x-in | --x-i)
617 ac_prev
=x_includes
;;
618 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
619 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
620 x_includes
=$ac_optarg ;;
622 -x-libraries | --x-libraries | --x-librarie | --x-librari \
623 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
624 ac_prev
=x_libraries
;;
625 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
626 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
627 x_libraries
=$ac_optarg ;;
629 -*) { echo "$as_me: error: unrecognized option: $ac_option
630 Try \`$0 --help' for more information." >&2
631 { (exit 1); exit 1; }; }
635 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
636 # Reject names that are not valid shell variable names.
637 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
638 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
639 { (exit 1); exit 1; }; }
640 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
641 eval "$ac_envvar='$ac_optarg'"
645 # FIXME: should be removed in autoconf 3.0.
646 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
647 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
648 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
649 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
655 if test -n "$ac_prev"; then
656 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
657 { echo "$as_me: error: missing argument to $ac_option" >&2
658 { (exit 1); exit 1; }; }
661 # Be sure to have absolute paths.
662 for ac_var
in exec_prefix prefix
664 eval ac_val
=$
`echo $ac_var`
666 [\\/$
]* | ?
:[\\/]* | NONE
| '' ) ;;
667 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
668 { (exit 1); exit 1; }; };;
672 # Be sure to have absolute paths.
673 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
674 localstatedir libdir includedir oldincludedir infodir mandir
676 eval ac_val
=$
`echo $ac_var`
678 [\\/$
]* | ?
:[\\/]* ) ;;
679 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
680 { (exit 1); exit 1; }; };;
684 # There might be people who depend on the old broken behavior: `$host'
685 # used to hold the argument of --host etc.
686 # FIXME: To remove some day.
691 # FIXME: To remove some day.
692 if test "x$host_alias" != x
; then
693 if test "x$build_alias" = x
; then
694 cross_compiling
=maybe
695 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
696 If a cross compiler is detected then cross compile mode will be used." >&2
697 elif test "x$build_alias" != "x$host_alias"; then
703 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
705 test "$silent" = yes && exec 6>/dev
/null
708 # Find the source files, if location was not specified.
709 if test -z "$srcdir"; then
710 ac_srcdir_defaulted
=yes
711 # Try the directory containing this script, then its parent.
712 ac_confdir
=`(dirname "$0") 2>/dev/null ||
713 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
714 X"$0" : 'X\(//\)[^/]' \| \
715 X"$0" : 'X\(//\)$' \| \
716 X"$0" : 'X\(/\)' \| \
717 . : '\(.\)' 2>/dev/null ||
719 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
720 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
721 /^X\(\/\/\)$/{ s//\1/; q; }
722 /^X\(\/\).*/{ s//\1/; q; }
725 if test ! -r $srcdir/$ac_unique_file; then
729 ac_srcdir_defaulted
=no
731 if test ! -r $srcdir/$ac_unique_file; then
732 if test "$ac_srcdir_defaulted" = yes; then
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
734 { (exit 1); exit 1; }; }
736 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
737 { (exit 1); exit 1; }; }
740 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null
||
741 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
742 { (exit 1); exit 1; }; }
743 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
744 ac_env_build_alias_set
=${build_alias+set}
745 ac_env_build_alias_value
=$build_alias
746 ac_cv_env_build_alias_set
=${build_alias+set}
747 ac_cv_env_build_alias_value
=$build_alias
748 ac_env_host_alias_set
=${host_alias+set}
749 ac_env_host_alias_value
=$host_alias
750 ac_cv_env_host_alias_set
=${host_alias+set}
751 ac_cv_env_host_alias_value
=$host_alias
752 ac_env_target_alias_set
=${target_alias+set}
753 ac_env_target_alias_value
=$target_alias
754 ac_cv_env_target_alias_set
=${target_alias+set}
755 ac_cv_env_target_alias_value
=$target_alias
756 ac_env_CC_set
=${CC+set}
758 ac_cv_env_CC_set
=${CC+set}
759 ac_cv_env_CC_value
=$CC
760 ac_env_CFLAGS_set
=${CFLAGS+set}
761 ac_env_CFLAGS_value
=$CFLAGS
762 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
763 ac_cv_env_CFLAGS_value
=$CFLAGS
764 ac_env_LDFLAGS_set
=${LDFLAGS+set}
765 ac_env_LDFLAGS_value
=$LDFLAGS
766 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
767 ac_cv_env_LDFLAGS_value
=$LDFLAGS
768 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
769 ac_env_CPPFLAGS_value
=$CPPFLAGS
770 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
771 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
772 ac_env_CPP_set
=${CPP+set}
773 ac_env_CPP_value
=$CPP
774 ac_cv_env_CPP_set
=${CPP+set}
775 ac_cv_env_CPP_value
=$CPP
776 ac_env_CXX_set
=${CXX+set}
777 ac_env_CXX_value
=$CXX
778 ac_cv_env_CXX_set
=${CXX+set}
779 ac_cv_env_CXX_value
=$CXX
780 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
781 ac_env_CXXFLAGS_value
=$CXXFLAGS
782 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
783 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
784 ac_env_CXXCPP_set
=${CXXCPP+set}
785 ac_env_CXXCPP_value
=$CXXCPP
786 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
787 ac_cv_env_CXXCPP_value
=$CXXCPP
790 # Report the --help message.
792 if test "$ac_init_help" = "long"; then
793 # Omit some internal or obsolete options to make the list less imposing.
794 # This message is too long to be a string in the A/UX 3.1 sh.
796 \`configure' configures wxWindows 2.5.1 to adapt to many kinds of systems.
798 Usage: $0 [OPTION]... [VAR=VALUE]...
800 To assign environment variables (e.g., CC, CFLAGS...), specify them as
801 VAR=VALUE. See below for descriptions of some of the useful variables.
803 Defaults for the options are specified in brackets.
806 -h, --help display this help and exit
807 --help=short display options specific to this package
808 --help=recursive display the short help of all the included packages
809 -V, --version display version information and exit
810 -q, --quiet, --silent do not print \`checking...' messages
811 --cache-file=FILE cache test results in FILE [disabled]
812 -C, --config-cache alias for \`--cache-file=config.cache'
813 -n, --no-create do not create output files
814 --srcdir=DIR find the sources in DIR [configure dir or \`..']
819 Installation directories:
820 --prefix=PREFIX install architecture-independent files in PREFIX
822 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
825 By default, \`make install' will install all the files in
826 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
827 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
828 for instance \`--prefix=\$HOME'.
830 For better control, use the options below.
832 Fine tuning of the installation directories:
833 --bindir=DIR user executables [EPREFIX/bin]
834 --sbindir=DIR system admin executables [EPREFIX/sbin]
835 --libexecdir=DIR program executables [EPREFIX/libexec]
836 --datadir=DIR read-only architecture-independent data [PREFIX/share]
837 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
838 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
839 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
840 --libdir=DIR object code libraries [EPREFIX/lib]
841 --includedir=DIR C header files [PREFIX/include]
842 --oldincludedir=DIR C header files for non-gcc [/usr/include]
843 --infodir=DIR info documentation [PREFIX/info]
844 --mandir=DIR man documentation [PREFIX/man]
850 --x-includes=DIR X include files are
in DIR
851 --x-libraries=DIR X library files are
in DIR
854 --build=BUILD configure
for building on BUILD
[guessed
]
855 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
856 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
860 if test -n "$ac_init_help"; then
861 case $ac_init_help in
862 short
| recursive
) echo "Configuration of wxWindows 2.5.1:";;
867 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
868 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
869 --enable-gui use GUI classes
870 --disable-monolithic don
't build wxWindows as single library
871 --enable-universal use wxWindows GUI controls instead of native ones
872 --enable-nanox use NanoX
873 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)
874 --enable-shared create shared library code
875 --enable-optimise create optimised code
876 --enable-debug same as debug_flag and debug_info
877 --enable-stl use STL for containers
878 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
879 --enable-debug_info create code with debugging information
880 --enable-debug_gdb create code with extra GDB debugging information
881 --enable-debug_cntxt use wxDebugContext
882 --enable-mem_tracing create code with memory tracing
883 --enable-profile create code with profiling information
884 --enable-no_rtti create code without RTTI information
885 --enable-no_exceptions create code without C++ exceptions handling
886 --enable-permissive compile code disregarding strict ANSI
887 --enable-no_deps create code without dependency information
888 --enable-compat22 enable wxWindows 2.2 compatibility
889 --disable-compat24 disable wxWindows 2.4 compatibility
890 --enable-rpath=DIR output the rpath flag from wx-config
891 --enable-intl use internationalization system
892 --enable-config use wxConfig (and derived) classes
893 --enable-protocols use wxProtocol and derived classes
894 --enable-ftp use wxFTP (requires wxProtocol
895 --enable-http use wxHTTP (requires wxProtocol
896 --enable-fileproto use wxFileProto class (requires wxProtocol
897 --enable-sockets use socket/network classes
898 --enable-ole use OLE classes (Win32 only)
899 --enable-dataobj use data object classes
900 --enable-ipc use interprocess communication (wxSocket etc.)
901 --enable-apple_ieee use the Apple IEEE codec
902 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
903 --enable-cmdline use wxCmdLineParser class
904 --enable-datetime use wxDateTime class
905 --enable-dialupman use dialup network classes
906 --enable-dynlib use wxLibrary class for DLL loading
907 --enable-dynamicloader use (new) wxDynamicLibrary class
908 --enable-exceptions build exception-safe library
909 --enable-ffile use wxFFile class
910 --enable-file use wxFile class
911 --enable-filesystem use virtual file systems classes
912 --enable-fontmap use font encodings conversion classes
913 --enable-fs_inet use virtual HTTP/FTP filesystems
914 --enable-fs_zip use virtual ZIP filesystems
915 --enable-geometry use geometry class
916 --enable-log use logging system
917 --enable-longlong use wxLongLong class
918 --enable-mimetype use wxMimeTypesManager
919 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
920 --enable-snglinst use wxSingleInstanceChecker class
921 --enable-streams use wxStream etc classes
922 --enable-std_iostreams use standard C++ stream classes
923 --enable-stopwatch use wxStopWatch class
924 --enable-sysoptions use wxSystemOptions
925 --enable-textbuf use wxTextBuffer class
926 --enable-textfile use wxTextFile class
927 --enable-timer use wxTimer class
928 --enable-unicode compile wxString with Unicode support
929 --enable-wave use wxWave class
930 --enable-wxprintfv use wxWindows implementation of vprintf()
931 --enable-zipstream use wxZipInputStream
932 --enable-url use wxURL class
933 --enable-protocol use wxProtocol class
934 --enable-protocol-http HTTP support in wxProtocol
935 --enable-protocol-ftp FTP support in wxProtocol
936 --enable-protocol-file FILE support in wxProtocol
937 --enable-threads use threads
938 --enable-docview use document view architecture
939 --enable-help use help subsystem
940 --enable-mshtmlhelp use MS HTML Help (win32)
941 --enable-html use wxHTML sub-library
942 --enable-htmlhelp use wxHTML-based help
943 --enable-constraints use layout-constraints system
944 --enable-printarch use printing architecture
945 --enable-mdi use multiple document interface architecture
946 --enable-loggui use standard GUI logger
947 --enable-logwin use wxLogWindow
948 --enable-logdialog use wxLogDialog
949 --enable-postscript use wxPostscriptDC device context (default for gtk+)
950 --enable-prologio not available; see contrib
951 --enable-resources not available; see contrib
952 --enable-clipboard use wxClipboard class
953 --enable-dnd use Drag'n
'Drop classes
954 --enable-metafile use win32 metafiles
955 --enable-controls use all usual controls
956 --enable-accel use accelerators
957 --enable-button use wxButton class
958 --enable-bmpbutton use wxBitmapButton class
959 --enable-calendar use wxCalendarCtrl class
960 --enable-caret use wxCaret class
961 --enable-checkbox use wxCheckBox class
962 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
963 --enable-choice use wxChoice class
964 --enable-combobox use wxComboBox class
965 --enable-display use wxDisplay class
966 --enable-gauge use wxGauge class
967 --enable-grid use wxGrid class
968 --enable-imaglist use wxImageList class
969 --enable-listbook use wxListbook class
970 --enable-listbox use wxListBox class
971 --enable-listctrl use wxListCtrl class
972 --enable-notebook use wxNotebook class
973 --enable-radiobox use wxRadioBox class
974 --enable-radiobtn use wxRadioButton class
975 --enable-sash use wxSashWindow class
976 --enable-scrollbar use wxScrollBar class and scrollable windows
977 --enable-slider use wxSlider class
978 --enable-spinbtn use wxSpinButton class
979 --enable-spinctrl use wxSpinCtrl class
980 --enable-splitter use wxSplitterWindow class
981 --enable-statbmp use wxStaticBitmap class
982 --enable-statbox use wxStaticBox class
983 --enable-statline use wxStaticLine class
984 --enable-stattext use wxStaticText class
985 --enable-statusbar use wxStatusBar class
986 --enable-tabdialog use wxTabControl class
987 --enable-textctrl use wxTextCtrl class
988 --enable-togglebtn use wxToggleButton class
989 --enable-toolbar use wxToolBar class
990 --enable-tbarnative use native wxToolBar class
991 --enable-tbarsmpl use wxToolBarSimple class
992 --enable-treectrl use wxTreeCtrl class
993 --enable-tipwindow use wxTipWindow class
994 --enable-popupwin use wxPopUpWindow class
995 --enable-commondlg use all common dialogs
996 --enable-choicedlg use wxChoiceDialog
997 --enable-coldlg use wxColourDialog
998 --enable-filedlg use wxFileDialog
999 --enable-finddlg use wxFindReplaceDialog
1000 --enable-fontdlg use wxFontDialog
1001 --enable-dirdlg use wxDirDialog
1002 --enable-msgdlg use wxMessageDialog
1003 --enable-numberdlg use wxNumberEntryDialog
1004 --enable-splash use wxSplashScreen
1005 --enable-textdlg use wxTextDialog
1006 --enable-tipdlg use startup tips
1007 --enable-progressdlg use wxProgressDialog
1008 --enable-wizarddlg use wxWizard
1009 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1010 --enable-miniframe use wxMiniFrame class
1011 --enable-tooltips use wxToolTip class
1012 --enable-splines use spline drawing code
1013 --enable-validators use wxValidator and derived classes
1014 --enable-busyinfo use wxBusyInfo
1015 --enable-joystick use wxJoystick (Linux only)
1016 --enable-metafiles use wxMetaFile (Windows only)
1017 --enable-dragimage use wxDragImage
1018 --enable-accessibility enable accessibility support
1019 --enable-palette use wxPalette class
1020 --enable-image use wxImage class
1021 --enable-gif use gif images (GIF file format)
1022 --enable-pcx use pcx images (PCX file format)
1023 --enable-iff use iff images (IFF file format)
1024 --enable-pnm use pnm images (PNM file format)
1025 --enable-xpm use xpm images (XPM file format)
1026 --enable-icocur use Windows ICO and CUR formats
1027 --enable-official_build official build of wxWindows (win32 DLL only)
1028 --enable-vendor=VENDOR vendor name (win32 DLL only)
1029 --disable-largefile omit support for large files
1030 --disable-gtktest do not try to compile and run a test GTK+ program
1031 --disable-gtktest Do not try to compile and run a test GTK program
1032 --disable-precomp-headers don't use precompiled headers even
if compiler can
1035 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1036 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1038 --with-motif use Motif
/Lesstif
1039 --with-mac use Mac OS X
1040 --with-cocoa use Cocoa
1041 --with-wine use Wine
1042 --with-msw use MS
-Windows
1043 --with-pm use OS
/2 Presentation Manager
1044 --with-mgl use SciTech MGL
1045 --with-microwin use MicroWindows
1047 --with-libpng use libpng
(PNG image format
)
1048 --with-libjpeg use libjpeg
(JPEG
file format
)
1049 --with-libtiff use libtiff
(TIFF
file format
)
1050 --with-opengl use OpenGL
(or Mesa
)
1051 --with-dmalloc use dmalloc library
(http
://dmalloc.com
/)
1052 --with-regex enable support
for wxRegEx class
1053 --with-zlib use zlib
for LZW compression
1054 --with-odbc use the IODBC and wxODBC classes
1055 --with-expat enable XML support using expat parser
1056 --with-gtk-prefix=PFX Prefix where GTK is installed
(optional
)
1057 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed
(optional
)
1058 --with-x use the X Window System
1059 --with-libiconv-prefix=DIR search
for libiconv
in DIR
/include and DIR
/lib
1061 Some influential environment variables
:
1062 CC C compiler
command
1063 CFLAGS C compiler flags
1064 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1065 nonstandard directory
<lib dir
>
1066 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
1067 headers
in a nonstandard directory
<include dir
>
1069 CXX C
++ compiler
command
1070 CXXFLAGS C
++ compiler flags
1071 CXXCPP C
++ preprocessor
1073 Use these variables to override the choices made by
`configure' or to help
1074 it to find libraries and programs with nonstandard names/locations.
1076 Report bugs to <wx-dev@lists.wxwindows.org>.
1080 if test "$ac_init_help" = "recursive"; then
1081 # If there are subdirs, report their specific --help.
1083 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1084 test -d $ac_dir || continue
1087 if test "$ac_dir" != .; then
1088 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1089 # A "../" for each directory in $ac_dir_suffix.
1090 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1092 ac_dir_suffix= ac_top_builddir=
1096 .) # No --srcdir option. We are building in place.
1098 if test -z "$ac_top_builddir"; then
1101 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1103 [\\/]* | ?:[\\/]* ) # Absolute path.
1104 ac_srcdir=$srcdir$ac_dir_suffix;
1105 ac_top_srcdir=$srcdir ;;
1107 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1108 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1110 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1112 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
1113 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}.
&& pwd`
1114 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1115 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1118 # Check for guested configure; otherwise get Cygnus style configure.
1119 if test -f $ac_srcdir/configure.gnu; then
1121 $SHELL $ac_srcdir/configure.gnu --help=recursive
1122 elif test -f $ac_srcdir/configure; then
1124 $SHELL $ac_srcdir/configure --help=recursive
1125 elif test -f $ac_srcdir/configure.ac ||
1126 test -f $ac_srcdir/configure.in; then
1128 $ac_configure --help
1130 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1136 test -n "$ac_init_help" && exit 0
1137 if $ac_init_version; then
1139 wxWindows configure 2.5.1
1140 generated by GNU Autoconf 2.57
1142 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1143 Free Software Foundation, Inc.
1144 This configure script is free software; the Free Software Foundation
1145 gives unlimited permission to copy, distribute and modify it.
1151 This file contains any messages produced by compilers while
1152 running configure, to aid debugging if configure makes a mistake.
1154 It was created by wxWindows $as_me 2.5.1, which was
1155 generated by GNU Autoconf 2.57. Invocation command line was
1166 hostname = `(hostname
|| uname
-n) 2>/dev
/null
| sed 1q
`
1167 uname -m = `(uname
-m) 2>/dev
/null
|| echo unknown
`
1168 uname -r = `(uname
-r) 2>/dev
/null
|| echo unknown
`
1169 uname -s = `(uname
-s) 2>/dev
/null
|| echo unknown
`
1170 uname -v = `(uname
-v) 2>/dev
/null
|| echo unknown
`
1172 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null
|| echo unknown
`
1173 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null
|| echo unknown
`
1175 /bin/arch = `(/bin
/arch
) 2>/dev
/null
|| echo unknown
`
1176 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null
|| echo unknown
`
1177 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null
|| echo unknown
`
1178 hostinfo = `(hostinfo
) 2>/dev
/null
|| echo unknown
`
1179 /bin/machine = `(/bin
/machine
) 2>/dev
/null
|| echo unknown
`
1180 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null
|| echo unknown
`
1181 /bin/universe = `(/bin
/universe
) 2>/dev
/null
|| echo unknown
`
1185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1189 test -z "$as_dir" && as_dir=.
1190 echo "PATH: $as_dir"
1205 # Keep a trace of the command line.
1206 # Strip out --no-create and --no-recursion so they do not pile up.
1207 # Strip out --silent because we don't want to record it for future runs.
1208 # Also quote any args containing shell meta-characters.
1209 # Make two passes to allow for proper duplicate-argument suppression.
1214 ac_must_keep_next=false
1220 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1221 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1222 | -silent | --silent | --silen | --sile | --sil)
1224 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1225 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1228 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1230 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1231 if test $ac_must_keep_next = true; then
1232 ac_must_keep_next=false # Got value, back to normal.
1235 *=* | --config-cache | -C | -disable-* | --disable-* \
1236 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1237 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1238 | -with-* | --with-* | -without-* | --without-* | --x)
1239 case "$ac_configure_args0 " in
1240 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1243 -* ) ac_must_keep_next=true ;;
1246 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1247 # Get rid of the leading space.
1253 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1254 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1256 # When interrupted or exit'd, cleanup temporary files, and complete
1257 # config.log. We remove comments because anyway the quotes in there
1258 # would cause problems or look ugly.
1259 # WARNING: Be sure not to use single quotes in there, as some shells,
1260 # such as our DU 5.0 friend, will then `close
' the trap.
1261 trap 'exit_status
=$?
1262 # Save into config.log some information that might help in debugging.
1267 ## ---------------- ##
1268 ## Cache variables. ##
1269 ## ---------------- ##
1272 # The following way of writing the cache mishandles newlines in values,
1275 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1278 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1279 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1283 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1290 ## ----------------- ##
1291 ## Output variables. ##
1292 ## ----------------- ##
1295 for ac_var
in $ac_subst_vars
1297 eval ac_val
=$
`echo $ac_var`
1298 echo "$ac_var='"'"'$ac_val'"'"'"
1302 if test -n "$ac_subst_files"; then
1309 for ac_var
in $ac_subst_files
1311 eval ac_val
=$
`echo $ac_var`
1312 echo "$ac_var='"'"'$ac_val'"'"'"
1317 if test -s confdefs.h
; then
1324 sed "/^$/d" confdefs.h
| sort
1327 test "$ac_signal" != 0 &&
1328 echo "$as_me: caught signal $ac_signal"
1329 echo "$as_me: exit $exit_status"
1331 rm -f core core.
* *.core
&&
1332 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1335 for ac_signal in 1 2 13 15; do
1336 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1340 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1341 rm -rf conftest* confdefs.h
1342 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1345 # Predefined preprocessor variables.
1347 cat >>confdefs.h <<_ACEOF
1348 #define PACKAGE_NAME "$PACKAGE_NAME"
1352 cat >>confdefs.h <<_ACEOF
1353 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1357 cat >>confdefs.h <<_ACEOF
1358 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1362 cat >>confdefs.h <<_ACEOF
1363 #define PACKAGE_STRING "$PACKAGE_STRING"
1367 cat >>confdefs.h <<_ACEOF
1368 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1372 # Let the site file select an alternate cache file if it wants to.
1373 # Prefer explicitly selected file to automatically selected ones.
1374 if test -z "$CONFIG_SITE"; then
1375 if test "x$prefix" != xNONE; then
1376 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1378 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1381 for ac_site_file in $CONFIG_SITE; do
1382 if test -r "$ac_site_file"; then
1383 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1384 echo "$as_me: loading site script $ac_site_file" >&6;}
1385 sed 's
/^
/| /' "$ac_site_file" >&5
1390 if test -r "$cache_file"; then
1391 # Some versions of bash will fail to source /dev/null (special
1392 # files actually), so we avoid doing that.
1393 if test -f "$cache_file"; then
1394 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1395 echo "$as_me: loading cache $cache_file" >&6;}
1397 [\\/]* | ?:[\\/]* ) . $cache_file;;
1398 *) . ./$cache_file;;
1402 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1403 echo "$as_me: creating cache $cache_file" >&6;}
1407 # Check that the precious variables saved in the cache have kept the same
1409 ac_cache_corrupted=false
1410 for ac_var in `(set) 2>&1 |
1411 sed -n 's
/^ac_env_\
([a
-zA-Z_0-9]*\
)_set
=.
*/\
1/p
'`; do
1412 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1413 eval ac_new_set=\$ac_env_${ac_var}_set
1414 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1415 eval ac_new_val="\$ac_env_${ac_var}_value"
1416 case $ac_old_set,$ac_new_set in
1418 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1419 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1420 ac_cache_corrupted=: ;;
1422 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1423 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1424 ac_cache_corrupted=: ;;
1427 if test "x$ac_old_val" != "x$ac_new_val"; then
1428 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1429 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1430 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1431 echo "$as_me: former value: $ac_old_val" >&2;}
1432 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1433 echo "$as_me: current value: $ac_new_val" >&2;}
1434 ac_cache_corrupted=:
1437 # Pass precious variables to config.status.
1438 if test "$ac_new_set" = set; then
1440 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1441 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1442 *) ac_arg=$ac_var=$ac_new_val ;;
1444 case " $ac_configure_args " in
1445 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1446 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1450 if $ac_cache_corrupted; then
1451 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1452 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1453 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1454 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1455 { (exit 1); exit 1; }; }
1459 ac_cpp='$CPP $CPPFLAGS'
1460 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1461 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1462 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1494 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1495 if test -f $ac_dir/install-sh; then
1497 ac_install_sh="$ac_aux_dir/install-sh -c"
1499 elif test -f $ac_dir/install.sh; then
1501 ac_install_sh="$ac_aux_dir/install.sh -c"
1503 elif test -f $ac_dir/shtool; then
1505 ac_install_sh="$ac_aux_dir/shtool install -c"
1509 if test -z "$ac_aux_dir"; then
1510 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1511 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1512 { (exit 1); exit 1; }; }
1514 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1515 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1516 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1518 # Make sure we can run config.sub.
1519 $ac_config_sub sun4 >/dev/null 2>&1 ||
1520 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1521 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1522 { (exit 1); exit 1; }; }
1524 echo "$as_me:$LINENO: checking build system type" >&5
1525 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1526 if test "${ac_cv_build+set}" = set; then
1527 echo $ECHO_N "(cached) $ECHO_C" >&6
1529 ac_cv_build_alias=$build_alias
1530 test -z "$ac_cv_build_alias" &&
1531 ac_cv_build_alias=`$ac_config_guess`
1532 test -z "$ac_cv_build_alias" &&
1533 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1534 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1535 { (exit 1); exit 1; }; }
1536 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1537 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1538 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1539 { (exit 1); exit 1; }; }
1542 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1543 echo "${ECHO_T}$ac_cv_build" >&6
1545 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1546 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1547 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1550 echo "$as_me:$LINENO: checking host system type" >&5
1551 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1552 if test "${ac_cv_host+set}" = set; then
1553 echo $ECHO_N "(cached) $ECHO_C" >&6
1555 ac_cv_host_alias=$host_alias
1556 test -z "$ac_cv_host_alias" &&
1557 ac_cv_host_alias=$ac_cv_build_alias
1558 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1559 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1560 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1561 { (exit 1); exit 1; }; }
1564 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1565 echo "${ECHO_T}$ac_cv_host" >&6
1567 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1568 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1569 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1572 echo "$as_me:$LINENO: checking target system type" >&5
1573 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1574 if test "${ac_cv_target+set}" = set; then
1575 echo $ECHO_N "(cached) $ECHO_C" >&6
1577 ac_cv_target_alias=$target_alias
1578 test "x$ac_cv_target_alias" = "x" &&
1579 ac_cv_target_alias=$ac_cv_host_alias
1580 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1581 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1582 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1583 { (exit 1); exit 1; }; }
1586 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1587 echo "${ECHO_T}$ac_cv_target" >&6
1588 target=$ac_cv_target
1589 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1590 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1591 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1594 # The aliases save the names the user supplied, while $host etc.
1595 # will get canonicalized.
1596 test -n "$target_alias" &&
1597 test "$program_prefix$program_suffix$program_transform_name" = \
1599 program_prefix=${target_alias}-
1603 WX_MAJOR_VERSION_NUMBER=2
1604 WX_MINOR_VERSION_NUMBER=5
1607 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
1608 WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
1610 WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1626 USE_BSD= USE_DARWIN= USE_FREEBSD=
1632 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1638 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1640 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1642 DEFAULT_wxUSE_COCOA=0
1646 DEFAULT_wxUSE_MICROWIN=0
1647 DEFAULT_wxUSE_MOTIF=0
1652 DEFAULT_DEFAULT_wxUSE_COCOA=0
1653 DEFAULT_DEFAULT_wxUSE_GTK=0
1654 DEFAULT_DEFAULT_wxUSE_MAC=0
1655 DEFAULT_DEFAULT_wxUSE_MGL=0
1656 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1657 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1658 DEFAULT_DEFAULT_wxUSE_MSW=0
1659 DEFAULT_DEFAULT_wxUSE_PM=0
1660 DEFAULT_DEFAULT_wxUSE_X11=0
1665 SAMPLES_RPATH_POSTLINK=
1670 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1671 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1673 cat >>confdefs.h <<\_ACEOF
1680 cat >>confdefs.h <<\_ACEOF
1685 if test "x$TMP" = "xalpha"; then
1687 cat >>confdefs.h <<\_ACEOF
1692 DEFAULT_DEFAULT_wxUSE_GTK=1
1696 cat >>confdefs.h <<\_ACEOF
1701 if test "x$TMP" = "xalpha"; then
1703 cat >>confdefs.h <<\_ACEOF
1708 DEFAULT_DEFAULT_wxUSE_GTK=1
1710 *-*-irix5* | *-*-irix6* )
1713 cat >>confdefs.h <<\_ACEOF
1717 cat >>confdefs.h <<\_ACEOF
1721 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1727 cat >>confdefs.h <<\_ACEOF
1731 cat >>confdefs.h <<\_ACEOF
1732 #define __SOLARIS__ 1
1735 cat >>confdefs.h <<\_ACEOF
1739 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1740 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1746 cat >>confdefs.h <<\_ACEOF
1750 cat >>confdefs.h <<\_ACEOF
1754 cat >>confdefs.h <<\_ACEOF
1758 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1763 cat >>confdefs.h <<\_ACEOF
1764 #define __FREEBSD__ 1
1767 cat >>confdefs.h <<\_ACEOF
1771 DEFAULT_DEFAULT_wxUSE_GTK=1
1776 cat >>confdefs.h <<\_ACEOF
1777 #define __OPENBSD__ 1
1780 cat >>confdefs.h <<\_ACEOF
1784 DEFAULT_DEFAULT_wxUSE_GTK=1
1789 cat >>confdefs.h <<\_ACEOF
1790 #define __NETBSD__ 1
1793 cat >>confdefs.h <<\_ACEOF
1797 DEFAULT_DEFAULT_wxUSE_GTK=1
1802 cat >>confdefs.h <<\_ACEOF
1806 cat >>confdefs.h <<\_ACEOF
1810 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1811 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1816 cat >>confdefs.h <<\_ACEOF
1820 cat >>confdefs.h <<\_ACEOF
1824 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1829 cat >>confdefs.h <<\_ACEOF
1833 cat >>confdefs.h <<\_ACEOF
1837 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1844 cat >>confdefs.h <<\_ACEOF
1848 cat >>confdefs.h <<\_ACEOF
1852 cat >>confdefs.h <<\_ACEOF
1856 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1863 cat >>confdefs.h <<\_ACEOF
1864 #define __UNIXWARE__ 1
1869 *-*-cygwin* | *-*-mingw32* )
1873 DEFAULT_DEFAULT_wxUSE_MSW=1
1879 cat >>confdefs.h <<\_ACEOF
1884 DEFAULT_DEFAULT_wxUSE_MGL=1
1885 LIBS="$LIBS -lstdc++"
1888 *-pc-os2_emx | *-pc-os2-emx )
1889 cat >>confdefs.h <<\_ACEOF
1895 DEFAULT_DEFAULT_wxUSE_PM=1
1897 LDFLAGS="$LDFLAGS -Zcrtdll -Zsysv-signals"
1898 ac_executable_extensions=".exe"
1899 export ac_executable_extensions
1903 for ac_dir in $PATH; do
1905 if test -z "$ac_TEMP_PATH"; then
1906 ac_TEMP_PATH="$ac_dir"
1908 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1911 export PATH="$ac_TEMP_PATH"
1919 cat >>confdefs.h <<\_ACEOF
1923 cat >>confdefs.h <<\_ACEOF
1924 #define __DARWIN__ 1
1927 cat >>confdefs.h <<\_ACEOF
1928 #define __POWERPC__ 1
1931 cat >>confdefs.h <<\_ACEOF
1932 #define TARGET_CARBON 1
1935 DEFAULT_DEFAULT_wxUSE_MAC=1
1940 cat >>confdefs.h <<\_ACEOF
1947 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1948 echo "$as_me: error: unknown system type ${host}." >&2;}
1949 { (exit 1); exit 1; }; }
1955 wx_arg_cache_file="configarg.cache"
1956 echo "loading argument cache $wx_arg_cache_file"
1957 rm -f ${wx_arg_cache_file}.tmp
1958 touch ${wx_arg_cache_file}.tmp
1959 touch ${wx_arg_cache_file}
1963 if test $DEBUG_CONFIGURE = 1; then
1964 DEFAULT_wxUSE_UNIVERSAL=no
1965 DEFAULT_wxUSE_STL=no
1967 DEFAULT_wxUSE_NANOX=no
1969 DEFAULT_wxUSE_THREADS=yes
1971 DEFAULT_wxUSE_SHARED=yes
1972 DEFAULT_wxUSE_OPTIMISE=no
1973 DEFAULT_wxUSE_PROFILE=no
1974 DEFAULT_wxUSE_NO_DEPS=no
1975 DEFAULT_wxUSE_NO_RTTI=no
1976 DEFAULT_wxUSE_NO_EXCEPTIONS=no
1977 DEFAULT_wxUSE_PERMISSIVE=no
1978 DEFAULT_wxUSE_DEBUG_FLAG=yes
1979 DEFAULT_wxUSE_DEBUG_INFO=yes
1980 DEFAULT_wxUSE_DEBUG_GDB=yes
1981 DEFAULT_wxUSE_MEM_TRACING=no
1982 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1983 DEFAULT_wxUSE_DMALLOC=no
1984 DEFAULT_wxUSE_APPLE_IEEE=no
1986 DEFAULT_wxUSE_EXCEPTIONS=no
1987 DEFAULT_wxUSE_LOG=yes
1988 DEFAULT_wxUSE_LOGWINDOW=no
1989 DEFAULT_wxUSE_LOGGUI=no
1990 DEFAULT_wxUSE_LOGDIALOG=no
1992 DEFAULT_wxUSE_GUI=yes
1993 DEFAULT_wxUSE_CONTROLS=no
1995 DEFAULT_wxUSE_REGEX=no
1996 DEFAULT_wxUSE_XML=no
1997 DEFAULT_wxUSE_EXPAT=no
1998 DEFAULT_wxUSE_ZLIB=no
1999 DEFAULT_wxUSE_LIBPNG=no
2000 DEFAULT_wxUSE_LIBJPEG=no
2001 DEFAULT_wxUSE_LIBTIFF=no
2002 DEFAULT_wxUSE_ODBC=no
2003 DEFAULT_wxUSE_OPENGL=no
2005 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2006 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2007 DEFAULT_wxUSE_STD_IOSTREAM=no
2008 DEFAULT_wxUSE_CMDLINE_PARSER=no
2009 DEFAULT_wxUSE_DATETIME=no
2010 DEFAULT_wxUSE_TIMER=no
2011 DEFAULT_wxUSE_STOPWATCH=no
2012 DEFAULT_wxUSE_FILE=no
2013 DEFAULT_wxUSE_FFILE=no
2014 DEFAULT_wxUSE_TEXTBUFFER=no
2015 DEFAULT_wxUSE_TEXTFILE=no
2016 DEFAULT_wxUSE_WAVE=no
2017 DEFAULT_wxUSE_INTL=no
2018 DEFAULT_wxUSE_CONFIG=no
2019 DEFAULT_wxUSE_FONTMAP=no
2020 DEFAULT_wxUSE_STREAMS=no
2021 DEFAULT_wxUSE_SOCKETS=no
2022 DEFAULT_wxUSE_OLE=no
2023 DEFAULT_wxUSE_DATAOBJ=no
2024 DEFAULT_wxUSE_DIALUP_MANAGER=no
2025 DEFAULT_wxUSE_JOYSTICK=no
2026 DEFAULT_wxUSE_DYNLIB_CLASS=no
2027 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2028 DEFAULT_wxUSE_LONGLONG=no
2029 DEFAULT_wxUSE_GEOMETRY=no
2031 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2032 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2033 DEFAULT_wxUSE_POSTSCRIPT=no
2035 DEFAULT_wxUSE_CLIPBOARD=no
2036 DEFAULT_wxUSE_TOOLTIPS=no
2037 DEFAULT_wxUSE_DRAG_AND_DROP=no
2038 DEFAULT_wxUSE_DRAGIMAGE=no
2039 DEFAULT_wxUSE_SPLINES=no
2041 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2042 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2043 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2045 DEFAULT_wxUSE_RESOURCES=no
2046 DEFAULT_wxUSE_CONSTRAINTS=no
2047 DEFAULT_wxUSE_IPC=no
2048 DEFAULT_wxUSE_HELP=no
2049 DEFAULT_wxUSE_MS_HTML_HELP=no
2050 DEFAULT_wxUSE_WXHTML_HELP=no
2051 DEFAULT_wxUSE_TREELAYOUT=no
2052 DEFAULT_wxUSE_METAFILE=no
2053 DEFAULT_wxUSE_MIMETYPE=no
2054 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2055 DEFAULT_wxUSE_PROTOCOL=no
2056 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2057 DEFAULT_wxUSE_PROTOCOL_FTP=no
2058 DEFAULT_wxUSE_PROTOCOL_FILE=no
2059 DEFAULT_wxUSE_URL=no
2061 DEFAULT_wxUSE_COMMONDLGS=no
2062 DEFAULT_wxUSE_CHOICEDLG=no
2063 DEFAULT_wxUSE_COLOURDLG=no
2064 DEFAULT_wxUSE_DIRDLG=no
2065 DEFAULT_wxUSE_FILEDLG=no
2066 DEFAULT_wxUSE_FINDREPLDLG=no
2067 DEFAULT_wxUSE_FONTDLG=no
2068 DEFAULT_wxUSE_MSGDLG=no
2069 DEFAULT_wxUSE_NUMBERDLG=no
2070 DEFAULT_wxUSE_TEXTDLG=no
2071 DEFAULT_wxUSE_SPLASH=no
2072 DEFAULT_wxUSE_STARTUP_TIPS=no
2073 DEFAULT_wxUSE_PROGRESSDLG=no
2074 DEFAULT_wxUSE_WIZARDDLG=no
2076 DEFAULT_wxUSE_MENUS=no
2077 DEFAULT_wxUSE_MINIFRAME=no
2078 DEFAULT_wxUSE_HTML=no
2079 DEFAULT_wxUSE_FILESYSTEM=no
2080 DEFAULT_wxUSE_FS_INET=no
2081 DEFAULT_wxUSE_FS_ZIP=no
2082 DEFAULT_wxUSE_BUSYINFO=no
2083 DEFAULT_wxUSE_ZIPSTREAM=no
2084 DEFAULT_wxUSE_VALIDATORS=no
2086 DEFAULT_wxUSE_ACCEL=no
2087 DEFAULT_wxUSE_BUTTON=no
2088 DEFAULT_wxUSE_BMPBUTTON=no
2089 DEFAULT_wxUSE_CALCTRL=no
2090 DEFAULT_wxUSE_CARET=no
2091 DEFAULT_wxUSE_CHECKBOX=no
2092 DEFAULT_wxUSE_CHECKLST=no
2093 DEFAULT_wxUSE_CHOICE=no
2094 DEFAULT_wxUSE_COMBOBOX=no
2095 DEFAULT_wxUSE_DISPLAY=no
2096 DEFAULT_wxUSE_GAUGE=no
2097 DEFAULT_wxUSE_GRID=no
2098 DEFAULT_wxUSE_IMAGLIST=no
2099 DEFAULT_wxUSE_LISTBOOK=no
2100 DEFAULT_wxUSE_LISTBOX=no
2101 DEFAULT_wxUSE_LISTCTRL=no
2102 DEFAULT_wxUSE_NOTEBOOK=no
2103 DEFAULT_wxUSE_RADIOBOX=no
2104 DEFAULT_wxUSE_RADIOBTN=no
2105 DEFAULT_wxUSE_SASH=no
2106 DEFAULT_wxUSE_SCROLLBAR=no
2107 DEFAULT_wxUSE_SLIDER=no
2108 DEFAULT_wxUSE_SPINBTN=no
2109 DEFAULT_wxUSE_SPINCTRL=no
2110 DEFAULT_wxUSE_SPLITTER=no
2111 DEFAULT_wxUSE_STATBMP=no
2112 DEFAULT_wxUSE_STATBOX=no
2113 DEFAULT_wxUSE_STATLINE=no
2114 DEFAULT_wxUSE_STATTEXT=no
2115 DEFAULT_wxUSE_STATUSBAR=yes
2116 DEFAULT_wxUSE_TABDIALOG=no
2117 DEFAULT_wxUSE_TEXTCTRL=no
2118 DEFAULT_wxUSE_TOGGLEBTN=no
2119 DEFAULT_wxUSE_TOOLBAR=no
2120 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2121 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2122 DEFAULT_wxUSE_TREECTRL=no
2123 DEFAULT_wxUSE_POPUPWIN=no
2124 DEFAULT_wxUSE_TIPWINDOW=no
2126 DEFAULT_wxUSE_UNICODE=no
2127 DEFAULT_wxUSE_UNICODE_MSLU=no
2128 DEFAULT_wxUSE_WCSRTOMBS=no
2130 DEFAULT_wxUSE_PALETTE=no
2131 DEFAULT_wxUSE_IMAGE=no
2132 DEFAULT_wxUSE_GIF=no
2133 DEFAULT_wxUSE_PCX=no
2134 DEFAULT_wxUSE_PNM=no
2135 DEFAULT_wxUSE_IFF=no
2136 DEFAULT_wxUSE_XPM=no
2137 DEFAULT_wxUSE_ICO_CUR=no
2138 DEFAULT_wxUSE_ACCESSIBILITY=no
2140 DEFAULT_wxUSE_MONOLITHIC=no
2141 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2143 DEFAULT_wxUSE_UNIVERSAL=no
2144 DEFAULT_wxUSE_STL=no
2146 DEFAULT_wxUSE_NANOX=no
2148 DEFAULT_wxUSE_THREADS=yes
2150 DEFAULT_wxUSE_SHARED=yes
2151 DEFAULT_wxUSE_OPTIMISE=yes
2152 DEFAULT_wxUSE_PROFILE=no
2153 DEFAULT_wxUSE_NO_DEPS=no
2154 DEFAULT_wxUSE_NO_RTTI=no
2155 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2156 DEFAULT_wxUSE_PERMISSIVE=no
2157 DEFAULT_wxUSE_DEBUG_FLAG=no
2158 DEFAULT_wxUSE_DEBUG_INFO=no
2159 DEFAULT_wxUSE_DEBUG_GDB=no
2160 DEFAULT_wxUSE_MEM_TRACING=no
2161 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2162 DEFAULT_wxUSE_DMALLOC=no
2163 DEFAULT_wxUSE_APPLE_IEEE=yes
2165 DEFAULT_wxUSE_EXCEPTIONS=yes
2166 DEFAULT_wxUSE_LOG=yes
2167 DEFAULT_wxUSE_LOGWINDOW=yes
2168 DEFAULT_wxUSE_LOGGUI=yes
2169 DEFAULT_wxUSE_LOGDIALOG=yes
2171 DEFAULT_wxUSE_GUI=yes
2173 DEFAULT_wxUSE_REGEX=yes
2174 DEFAULT_wxUSE_XML=yes
2175 DEFAULT_wxUSE_EXPAT=yes
2176 DEFAULT_wxUSE_ZLIB=yes
2177 DEFAULT_wxUSE_LIBPNG=yes
2178 DEFAULT_wxUSE_LIBJPEG=yes
2179 DEFAULT_wxUSE_LIBTIFF=yes
2180 DEFAULT_wxUSE_ODBC=no
2181 DEFAULT_wxUSE_OPENGL=no
2183 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2184 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2185 DEFAULT_wxUSE_STD_IOSTREAM=no
2186 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2187 DEFAULT_wxUSE_DATETIME=yes
2188 DEFAULT_wxUSE_TIMER=yes
2189 DEFAULT_wxUSE_STOPWATCH=yes
2190 DEFAULT_wxUSE_FILE=yes
2191 DEFAULT_wxUSE_FFILE=yes
2192 DEFAULT_wxUSE_TEXTBUFFER=yes
2193 DEFAULT_wxUSE_TEXTFILE=yes
2194 DEFAULT_wxUSE_WAVE=no
2195 DEFAULT_wxUSE_INTL=yes
2196 DEFAULT_wxUSE_CONFIG=yes
2197 DEFAULT_wxUSE_FONTMAP=yes
2198 DEFAULT_wxUSE_STREAMS=yes
2199 DEFAULT_wxUSE_SOCKETS=yes
2200 DEFAULT_wxUSE_OLE=yes
2201 DEFAULT_wxUSE_DATAOBJ=yes
2202 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2203 DEFAULT_wxUSE_JOYSTICK=yes
2204 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2205 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2206 DEFAULT_wxUSE_LONGLONG=yes
2207 DEFAULT_wxUSE_GEOMETRY=yes
2209 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2210 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2211 DEFAULT_wxUSE_POSTSCRIPT=yes
2213 DEFAULT_wxUSE_CLIPBOARD=yes
2214 DEFAULT_wxUSE_TOOLTIPS=yes
2215 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2216 DEFAULT_wxUSE_DRAGIMAGE=yes
2217 DEFAULT_wxUSE_SPLINES=yes
2219 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2220 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2221 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2223 DEFAULT_wxUSE_RESOURCES=no
2224 DEFAULT_wxUSE_CONSTRAINTS=yes
2225 DEFAULT_wxUSE_IPC=yes
2226 DEFAULT_wxUSE_HELP=yes
2227 DEFAULT_wxUSE_MS_HTML_HELP=yes
2228 DEFAULT_wxUSE_WXHTML_HELP=yes
2229 DEFAULT_wxUSE_TREELAYOUT=yes
2230 DEFAULT_wxUSE_METAFILE=yes
2231 DEFAULT_wxUSE_MIMETYPE=yes
2232 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2233 DEFAULT_wxUSE_PROTOCOL=yes
2234 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2235 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2236 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2237 DEFAULT_wxUSE_URL=yes
2239 DEFAULT_wxUSE_COMMONDLGS=yes
2240 DEFAULT_wxUSE_CHOICEDLG=yes
2241 DEFAULT_wxUSE_COLOURDLG=yes
2242 DEFAULT_wxUSE_DIRDLG=yes
2243 DEFAULT_wxUSE_FILEDLG=yes
2244 DEFAULT_wxUSE_FINDREPLDLG=yes
2245 DEFAULT_wxUSE_FONTDLG=yes
2246 DEFAULT_wxUSE_MSGDLG=yes
2247 DEFAULT_wxUSE_NUMBERDLG=yes
2248 DEFAULT_wxUSE_TEXTDLG=yes
2249 DEFAULT_wxUSE_SPLASH=yes
2250 DEFAULT_wxUSE_STARTUP_TIPS=yes
2251 DEFAULT_wxUSE_PROGRESSDLG=yes
2252 DEFAULT_wxUSE_WIZARDDLG=yes
2254 DEFAULT_wxUSE_MENUS=yes
2255 DEFAULT_wxUSE_MINIFRAME=yes
2256 DEFAULT_wxUSE_HTML=yes
2257 DEFAULT_wxUSE_FILESYSTEM=yes
2258 DEFAULT_wxUSE_FS_INET=yes
2259 DEFAULT_wxUSE_FS_ZIP=yes
2260 DEFAULT_wxUSE_BUSYINFO=yes
2261 DEFAULT_wxUSE_ZIPSTREAM=yes
2262 DEFAULT_wxUSE_VALIDATORS=yes
2264 DEFAULT_wxUSE_ACCEL=yes
2265 DEFAULT_wxUSE_BUTTON=yes
2266 DEFAULT_wxUSE_BMPBUTTON=yes
2267 DEFAULT_wxUSE_CALCTRL=yes
2268 DEFAULT_wxUSE_CARET=yes
2269 DEFAULT_wxUSE_CHECKBOX=yes
2270 DEFAULT_wxUSE_CHECKLST=yes
2271 DEFAULT_wxUSE_CHOICE=yes
2272 DEFAULT_wxUSE_COMBOBOX=yes
2273 DEFAULT_wxUSE_DISPLAY=no
2274 DEFAULT_wxUSE_GAUGE=yes
2275 DEFAULT_wxUSE_GRID=yes
2276 DEFAULT_wxUSE_IMAGLIST=yes
2277 DEFAULT_wxUSE_LISTBOOK=yes
2278 DEFAULT_wxUSE_LISTBOX=yes
2279 DEFAULT_wxUSE_LISTCTRL=yes
2280 DEFAULT_wxUSE_NOTEBOOK=yes
2281 DEFAULT_wxUSE_RADIOBOX=yes
2282 DEFAULT_wxUSE_RADIOBTN=yes
2283 DEFAULT_wxUSE_SASH=yes
2284 DEFAULT_wxUSE_SCROLLBAR=yes
2285 DEFAULT_wxUSE_SLIDER=yes
2286 DEFAULT_wxUSE_SPINBTN=yes
2287 DEFAULT_wxUSE_SPINCTRL=yes
2288 DEFAULT_wxUSE_SPLITTER=yes
2289 DEFAULT_wxUSE_STATBMP=yes
2290 DEFAULT_wxUSE_STATBOX=yes
2291 DEFAULT_wxUSE_STATLINE=yes
2292 DEFAULT_wxUSE_STATTEXT=yes
2293 DEFAULT_wxUSE_STATUSBAR=yes
2294 DEFAULT_wxUSE_TABDIALOG=no
2295 DEFAULT_wxUSE_TEXTCTRL=yes
2296 DEFAULT_wxUSE_TOGGLEBTN=yes
2297 DEFAULT_wxUSE_TOOLBAR=yes
2298 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2299 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2300 DEFAULT_wxUSE_TREECTRL=yes
2301 DEFAULT_wxUSE_POPUPWIN=yes
2302 DEFAULT_wxUSE_TIPWINDOW=yes
2304 DEFAULT_wxUSE_UNICODE=no
2305 DEFAULT_wxUSE_UNICODE_MSLU=yes
2306 DEFAULT_wxUSE_WCSRTOMBS=no
2308 DEFAULT_wxUSE_PALETTE=yes
2309 DEFAULT_wxUSE_IMAGE=yes
2310 DEFAULT_wxUSE_GIF=yes
2311 DEFAULT_wxUSE_PCX=yes
2312 DEFAULT_wxUSE_IFF=no
2313 DEFAULT_wxUSE_PNM=yes
2314 DEFAULT_wxUSE_XPM=yes
2315 DEFAULT_wxUSE_ICO_CUR=yes
2316 DEFAULT_wxUSE_ACCESSIBILITY=no
2318 DEFAULT_wxUSE_MONOLITHIC=no
2319 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2324 for toolkit in `echo $ALL_TOOLKITS`; do
2325 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2326 if test "x$LINE" != "x" ; then
2327 has_toolkit_in_cache=1
2328 eval "DEFAULT_$LINE"
2329 eval "CACHE_$toolkit=1"
2336 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2337 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2339 # Check whether --enable-gui or --disable-gui was given.
2340 if test "${enable_gui+set}" = set; then
2341 enableval="$enable_gui"
2343 if test "$enableval" = yes; then
2344 ac_cv_use_gui='wxUSE_GUI
=yes'
2346 ac_cv_use_gui='wxUSE_GUI
=no
'
2351 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2352 if test "x$LINE" != x ; then
2353 eval "DEFAULT_$LINE"
2358 ac_cv_use_gui='wxUSE_GUI
='$DEFAULT_wxUSE_GUI
2362 eval "$ac_cv_use_gui"
2363 if test "$no_cache" != 1; then
2364 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2367 if test "$wxUSE_GUI" = yes; then
2368 echo "$as_me:$LINENO: result: yes" >&5
2369 echo "${ECHO_T}yes" >&6
2371 echo "$as_me:$LINENO: result: no" >&5
2372 echo "${ECHO_T}no" >&6
2377 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2378 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2380 # Check whether --enable-monolithic or --disable-monolithic was given.
2381 if test "${enable_monolithic+set}" = set; then
2382 enableval="$enable_monolithic"
2384 if test "$enableval" = yes; then
2385 ac_cv_use_monolithic='wxUSE_MONOLITHIC
=yes'
2387 ac_cv_use_monolithic='wxUSE_MONOLITHIC
=no
'
2392 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2393 if test "x$LINE" != x ; then
2394 eval "DEFAULT_$LINE"
2399 ac_cv_use_monolithic='wxUSE_MONOLITHIC
='$DEFAULT_wxUSE_MONOLITHIC
2403 eval "$ac_cv_use_monolithic"
2404 if test "$no_cache" != 1; then
2405 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2408 if test "$wxUSE_MONOLITHIC" = yes; then
2409 echo "$as_me:$LINENO: result: yes" >&5
2410 echo "${ECHO_T}yes" >&6
2412 echo "$as_me:$LINENO: result: no" >&5
2413 echo "${ECHO_T}no" >&6
2417 if test "$wxUSE_GUI" = "yes"; then
2421 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2422 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2424 # Check whether --enable-universal or --disable-universal was given.
2425 if test "${enable_universal+set}" = set; then
2426 enableval="$enable_universal"
2428 if test "$enableval" = yes; then
2429 ac_cv_use_universal='wxUSE_UNIVERSAL
=yes'
2431 ac_cv_use_universal='wxUSE_UNIVERSAL
=no
'
2436 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2437 if test "x$LINE" != x ; then
2438 eval "DEFAULT_$LINE"
2443 ac_cv_use_universal='wxUSE_UNIVERSAL
='$DEFAULT_wxUSE_UNIVERSAL
2447 eval "$ac_cv_use_universal"
2448 if test "$no_cache" != 1; then
2449 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2452 if test "$wxUSE_UNIVERSAL" = yes; then
2453 echo "$as_me:$LINENO: result: yes" >&5
2454 echo "${ECHO_T}yes" >&6
2456 echo "$as_me:$LINENO: result: no" >&5
2457 echo "${ECHO_T}no" >&6
2461 # Check whether --with-gtk or --without-gtk was given.
2462 if test "${with_gtk+set}" = set; then
2464 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2467 # Check whether --with-motif or --without-motif was given.
2468 if test "${with_motif+set}" = set; then
2469 withval="$with_motif"
2470 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2473 # Check whether --with-mac or --without-mac was given.
2474 if test "${with_mac+set}" = set; then
2476 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
2479 # Check whether --with-cocoa or --without-cocoa was given.
2480 if test "${with_cocoa+set}" = set; then
2481 withval="$with_cocoa"
2482 wxUSE_COCOA="$withval" TOOLKIT_GIVEN=1
2485 # Check whether --with-wine or --without-wine was given.
2486 if test "${with_wine+set}" = set; then
2487 withval="$with_wine"
2488 wxUSE_WINE="$withval" CACHE_WINE=1
2491 # Check whether --with-msw or --without-msw was given.
2492 if test "${with_msw+set}" = set; then
2494 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2497 # Check whether --with-pm or --without-pm was given.
2498 if test "${with_pm+set}" = set; then
2500 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2503 # Check whether --with-mgl or --without-mgl was given.
2504 if test "${with_mgl+set}" = set; then
2506 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2509 # Check whether --with-microwin or --without-microwin was given.
2510 if test "${with_microwin+set}" = set; then
2511 withval="$with_microwin"
2512 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2515 # Check whether --with-x11 or --without-x11 was given.
2516 if test "${with_x11+set}" = set; then
2518 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2522 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2523 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2525 # Check whether --enable-nanox or --disable-nanox was given.
2526 if test "${enable_nanox+set}" = set; then
2527 enableval="$enable_nanox"
2529 if test "$enableval" = yes; then
2530 ac_cv_use_nanox='wxUSE_NANOX
=yes'
2532 ac_cv_use_nanox='wxUSE_NANOX
=no
'
2537 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2538 if test "x$LINE" != x ; then
2539 eval "DEFAULT_$LINE"
2544 ac_cv_use_nanox='wxUSE_NANOX
='$DEFAULT_wxUSE_NANOX
2548 eval "$ac_cv_use_nanox"
2549 if test "$no_cache" != 1; then
2550 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2553 if test "$wxUSE_NANOX" = yes; then
2554 echo "$as_me:$LINENO: result: yes" >&5
2555 echo "${ECHO_T}yes" >&6
2557 echo "$as_me:$LINENO: result: no" >&5
2558 echo "${ECHO_T}no" >&6
2564 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2565 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2567 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2568 if test "${enable_gtk2+set}" = set; then
2569 enableval="$enable_gtk2"
2571 if test "$enableval" = yes; then
2572 ac_cv_use_gtk2='wxUSE_GTK2
=yes'
2574 ac_cv_use_gtk2='wxUSE_GTK2
=no
'
2579 LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2580 if test "x$LINE" != x ; then
2581 eval "DEFAULT_$LINE"
2586 ac_cv_use_gtk2='wxUSE_GTK2
='$DEFAULT_wxUSE_GTK2
2590 eval "$ac_cv_use_gtk2"
2591 if test "$no_cache" != 1; then
2592 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2595 if test "$wxUSE_GTK2" = 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
2605 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2606 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2609 # Check whether --with-libpng or --without-libpng was given.
2610 if test "${with_libpng+set}" = set; then
2611 withval="$with_libpng"
2613 if test "$withval" = yes; then
2614 ac_cv_use_libpng='wxUSE_LIBPNG
=yes'
2615 elif test "$withval" = no; then
2616 ac_cv_use_libpng='wxUSE_LIBPNG
=no
'
2617 elif test "$withval" = sys; then
2618 ac_cv_use_libpng='wxUSE_LIBPNG
=sys
'
2619 elif test "$withval" = builtin; then
2620 ac_cv_use_libpng='wxUSE_LIBPNG
=builtin'
2622 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2623 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2624 { (exit 1); exit 1; }; }
2629 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2630 if test "x$LINE" != x ; then
2631 eval "DEFAULT_$LINE"
2636 ac_cv_use_libpng='wxUSE_LIBPNG
='$DEFAULT_wxUSE_LIBPNG
2640 eval "$ac_cv_use_libpng"
2641 if test "$no_cache" != 1; then
2642 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2645 if test "$wxUSE_LIBPNG" = yes; then
2646 echo "$as_me:$LINENO: result: yes" >&5
2647 echo "${ECHO_T}yes" >&6
2648 elif test "$wxUSE_LIBPNG" = no; then
2649 echo "$as_me:$LINENO: result: no" >&5
2650 echo "${ECHO_T}no" >&6
2651 elif test "$wxUSE_LIBPNG" = sys; then
2652 echo "$as_me:$LINENO: result: system version" >&5
2653 echo "${ECHO_T}system version" >&6
2654 elif test "$wxUSE_LIBPNG" = builtin; then
2655 echo "$as_me:$LINENO: result: builtin version" >&5
2656 echo "${ECHO_T}builtin version" >&6
2658 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2659 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2660 { (exit 1); exit 1; }; }
2664 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2665 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2668 # Check whether --with-libjpeg or --without-libjpeg was given.
2669 if test "${with_libjpeg+set}" = set; then
2670 withval="$with_libjpeg"
2672 if test "$withval" = yes; then
2673 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=yes'
2674 elif test "$withval" = no; then
2675 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=no
'
2676 elif test "$withval" = sys; then
2677 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=sys
'
2678 elif test "$withval" = builtin; then
2679 ac_cv_use_libjpeg='wxUSE_LIBJPEG
=builtin'
2681 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2682 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2683 { (exit 1); exit 1; }; }
2688 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2689 if test "x$LINE" != x ; then
2690 eval "DEFAULT_$LINE"
2695 ac_cv_use_libjpeg='wxUSE_LIBJPEG
='$DEFAULT_wxUSE_LIBJPEG
2699 eval "$ac_cv_use_libjpeg"
2700 if test "$no_cache" != 1; then
2701 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2704 if test "$wxUSE_LIBJPEG" = yes; then
2705 echo "$as_me:$LINENO: result: yes" >&5
2706 echo "${ECHO_T}yes" >&6
2707 elif test "$wxUSE_LIBJPEG" = no; then
2708 echo "$as_me:$LINENO: result: no" >&5
2709 echo "${ECHO_T}no" >&6
2710 elif test "$wxUSE_LIBJPEG" = sys; then
2711 echo "$as_me:$LINENO: result: system version" >&5
2712 echo "${ECHO_T}system version" >&6
2713 elif test "$wxUSE_LIBJPEG" = builtin; then
2714 echo "$as_me:$LINENO: result: builtin version" >&5
2715 echo "${ECHO_T}builtin version" >&6
2717 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2718 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2719 { (exit 1); exit 1; }; }
2723 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2724 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2727 # Check whether --with-libtiff or --without-libtiff was given.
2728 if test "${with_libtiff+set}" = set; then
2729 withval="$with_libtiff"
2731 if test "$withval" = yes; then
2732 ac_cv_use_libtiff='wxUSE_LIBTIFF
=yes'
2733 elif test "$withval" = no; then
2734 ac_cv_use_libtiff='wxUSE_LIBTIFF
=no
'
2735 elif test "$withval" = sys; then
2736 ac_cv_use_libtiff='wxUSE_LIBTIFF
=sys
'
2737 elif test "$withval" = builtin; then
2738 ac_cv_use_libtiff='wxUSE_LIBTIFF
=builtin'
2740 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2741 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2742 { (exit 1); exit 1; }; }
2747 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2748 if test "x$LINE" != x ; then
2749 eval "DEFAULT_$LINE"
2754 ac_cv_use_libtiff='wxUSE_LIBTIFF
='$DEFAULT_wxUSE_LIBTIFF
2758 eval "$ac_cv_use_libtiff"
2759 if test "$no_cache" != 1; then
2760 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2763 if test "$wxUSE_LIBTIFF" = yes; then
2764 echo "$as_me:$LINENO: result: yes" >&5
2765 echo "${ECHO_T}yes" >&6
2766 elif test "$wxUSE_LIBTIFF" = no; then
2767 echo "$as_me:$LINENO: result: no" >&5
2768 echo "${ECHO_T}no" >&6
2769 elif test "$wxUSE_LIBTIFF" = sys; then
2770 echo "$as_me:$LINENO: result: system version" >&5
2771 echo "${ECHO_T}system version" >&6
2772 elif test "$wxUSE_LIBTIFF" = builtin; then
2773 echo "$as_me:$LINENO: result: builtin version" >&5
2774 echo "${ECHO_T}builtin version" >&6
2776 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2777 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2778 { (exit 1); exit 1; }; }
2782 echo "$as_me:$LINENO: checking for --with-opengl" >&5
2783 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
2786 # Check whether --with-opengl or --without-opengl was given.
2787 if test "${with_opengl+set}" = set; then
2788 withval="$with_opengl"
2790 if test "$withval" = yes; then
2791 ac_cv_use_opengl='wxUSE_OPENGL
=yes'
2793 ac_cv_use_opengl='wxUSE_OPENGL
=no
'
2798 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2799 if test "x$LINE" != x ; then
2800 eval "DEFAULT_$LINE"
2805 ac_cv_use_opengl='wxUSE_OPENGL
='$DEFAULT_wxUSE_OPENGL
2809 eval "$ac_cv_use_opengl"
2810 if test "$no_cache" != 1; then
2811 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2814 if test "$wxUSE_OPENGL" = yes; then
2815 echo "$as_me:$LINENO: result: yes" >&5
2816 echo "${ECHO_T}yes" >&6
2818 echo "$as_me:$LINENO: result: no" >&5
2819 echo "${ECHO_T}no" >&6
2826 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
2827 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
2830 # Check whether --with-dmalloc or --without-dmalloc was given.
2831 if test "${with_dmalloc+set}" = set; then
2832 withval="$with_dmalloc"
2834 if test "$withval" = yes; then
2835 ac_cv_use_dmalloc='wxUSE_DMALLOC
=yes'
2837 ac_cv_use_dmalloc='wxUSE_DMALLOC
=no
'
2842 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2843 if test "x$LINE" != x ; then
2844 eval "DEFAULT_$LINE"
2849 ac_cv_use_dmalloc='wxUSE_DMALLOC
='$DEFAULT_wxUSE_DMALLOC
2853 eval "$ac_cv_use_dmalloc"
2854 if test "$no_cache" != 1; then
2855 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2858 if test "$wxUSE_DMALLOC" = yes; then
2859 echo "$as_me:$LINENO: result: yes" >&5
2860 echo "${ECHO_T}yes" >&6
2862 echo "$as_me:$LINENO: result: no" >&5
2863 echo "${ECHO_T}no" >&6
2867 echo "$as_me:$LINENO: checking for --with-regex" >&5
2868 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
2871 # Check whether --with-regex or --without-regex was given.
2872 if test "${with_regex+set}" = set; then
2873 withval="$with_regex"
2875 if test "$withval" = yes; then
2876 ac_cv_use_regex='wxUSE_REGEX
=yes'
2877 elif test "$withval" = no; then
2878 ac_cv_use_regex='wxUSE_REGEX
=no
'
2879 elif test "$withval" = sys; then
2880 ac_cv_use_regex='wxUSE_REGEX
=sys
'
2881 elif test "$withval" = builtin; then
2882 ac_cv_use_regex='wxUSE_REGEX
=builtin'
2884 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2885 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2886 { (exit 1); exit 1; }; }
2891 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2892 if test "x$LINE" != x ; then
2893 eval "DEFAULT_$LINE"
2898 ac_cv_use_regex='wxUSE_REGEX
='$DEFAULT_wxUSE_REGEX
2902 eval "$ac_cv_use_regex"
2903 if test "$no_cache" != 1; then
2904 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2907 if test "$wxUSE_REGEX" = yes; then
2908 echo "$as_me:$LINENO: result: yes" >&5
2909 echo "${ECHO_T}yes" >&6
2910 elif test "$wxUSE_REGEX" = no; then
2911 echo "$as_me:$LINENO: result: no" >&5
2912 echo "${ECHO_T}no" >&6
2913 elif test "$wxUSE_REGEX" = sys; then
2914 echo "$as_me:$LINENO: result: system version" >&5
2915 echo "${ECHO_T}system version" >&6
2916 elif test "$wxUSE_REGEX" = builtin; then
2917 echo "$as_me:$LINENO: result: builtin version" >&5
2918 echo "${ECHO_T}builtin version" >&6
2920 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2921 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2922 { (exit 1); exit 1; }; }
2926 echo "$as_me:$LINENO: checking for --with-zlib" >&5
2927 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
2930 # Check whether --with-zlib or --without-zlib was given.
2931 if test "${with_zlib+set}" = set; then
2932 withval="$with_zlib"
2934 if test "$withval" = yes; then
2935 ac_cv_use_zlib='wxUSE_ZLIB
=yes'
2936 elif test "$withval" = no; then
2937 ac_cv_use_zlib='wxUSE_ZLIB
=no
'
2938 elif test "$withval" = sys; then
2939 ac_cv_use_zlib='wxUSE_ZLIB
=sys
'
2940 elif test "$withval" = builtin; then
2941 ac_cv_use_zlib='wxUSE_ZLIB
=builtin'
2943 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2944 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2945 { (exit 1); exit 1; }; }
2950 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2951 if test "x$LINE" != x ; then
2952 eval "DEFAULT_$LINE"
2957 ac_cv_use_zlib='wxUSE_ZLIB
='$DEFAULT_wxUSE_ZLIB
2961 eval "$ac_cv_use_zlib"
2962 if test "$no_cache" != 1; then
2963 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2966 if test "$wxUSE_ZLIB" = yes; then
2967 echo "$as_me:$LINENO: result: yes" >&5
2968 echo "${ECHO_T}yes" >&6
2969 elif test "$wxUSE_ZLIB" = no; then
2970 echo "$as_me:$LINENO: result: no" >&5
2971 echo "${ECHO_T}no" >&6
2972 elif test "$wxUSE_ZLIB" = sys; then
2973 echo "$as_me:$LINENO: result: system version" >&5
2974 echo "${ECHO_T}system version" >&6
2975 elif test "$wxUSE_ZLIB" = builtin; then
2976 echo "$as_me:$LINENO: result: builtin version" >&5
2977 echo "${ECHO_T}builtin version" >&6
2979 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2980 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2981 { (exit 1); exit 1; }; }
2985 echo "$as_me:$LINENO: checking for --with-odbc" >&5
2986 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
2989 # Check whether --with-odbc or --without-odbc was given.
2990 if test "${with_odbc+set}" = set; then
2991 withval="$with_odbc"
2993 if test "$withval" = yes; then
2994 ac_cv_use_odbc='wxUSE_ODBC
=yes'
2995 elif test "$withval" = no; then
2996 ac_cv_use_odbc='wxUSE_ODBC
=no
'
2997 elif test "$withval" = sys; then
2998 ac_cv_use_odbc='wxUSE_ODBC
=sys
'
2999 elif test "$withval" = builtin; then
3000 ac_cv_use_odbc='wxUSE_ODBC
=builtin'
3002 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3003 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3004 { (exit 1); exit 1; }; }
3009 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3010 if test "x$LINE" != x ; then
3011 eval "DEFAULT_$LINE"
3016 ac_cv_use_odbc='wxUSE_ODBC
='$DEFAULT_wxUSE_ODBC
3020 eval "$ac_cv_use_odbc"
3021 if test "$no_cache" != 1; then
3022 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3025 if test "$wxUSE_ODBC" = yes; then
3026 echo "$as_me:$LINENO: result: yes" >&5
3027 echo "${ECHO_T}yes" >&6
3028 elif test "$wxUSE_ODBC" = no; then
3029 echo "$as_me:$LINENO: result: no" >&5
3030 echo "${ECHO_T}no" >&6
3031 elif test "$wxUSE_ODBC" = sys; then
3032 echo "$as_me:$LINENO: result: system version" >&5
3033 echo "${ECHO_T}system version" >&6
3034 elif test "$wxUSE_ODBC" = builtin; then
3035 echo "$as_me:$LINENO: result: builtin version" >&5
3036 echo "${ECHO_T}builtin version" >&6
3038 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3039 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3040 { (exit 1); exit 1; }; }
3044 echo "$as_me:$LINENO: checking for --with-expat" >&5
3045 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3048 # Check whether --with-expat or --without-expat was given.
3049 if test "${with_expat+set}" = set; then
3050 withval="$with_expat"
3052 if test "$withval" = yes; then
3053 ac_cv_use_expat='wxUSE_EXPAT
=yes'
3054 elif test "$withval" = no; then
3055 ac_cv_use_expat='wxUSE_EXPAT
=no
'
3056 elif test "$withval" = sys; then
3057 ac_cv_use_expat='wxUSE_EXPAT
=sys
'
3058 elif test "$withval" = builtin; then
3059 ac_cv_use_expat='wxUSE_EXPAT
=builtin'
3061 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3062 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3063 { (exit 1); exit 1; }; }
3068 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3069 if test "x$LINE" != x ; then
3070 eval "DEFAULT_$LINE"
3075 ac_cv_use_expat='wxUSE_EXPAT
='$DEFAULT_wxUSE_EXPAT
3079 eval "$ac_cv_use_expat"
3080 if test "$no_cache" != 1; then
3081 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3084 if test "$wxUSE_EXPAT" = yes; then
3085 echo "$as_me:$LINENO: result: yes" >&5
3086 echo "${ECHO_T}yes" >&6
3087 elif test "$wxUSE_EXPAT" = no; then
3088 echo "$as_me:$LINENO: result: no" >&5
3089 echo "${ECHO_T}no" >&6
3090 elif test "$wxUSE_EXPAT" = sys; then
3091 echo "$as_me:$LINENO: result: system version" >&5
3092 echo "${ECHO_T}system version" >&6
3093 elif test "$wxUSE_EXPAT" = builtin; then
3094 echo "$as_me:$LINENO: result: builtin version" >&5
3095 echo "${ECHO_T}builtin version" >&6
3097 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3098 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3099 { (exit 1); exit 1; }; }
3106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3107 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3109 # Check whether --enable-shared or --disable-shared was given.
3110 if test "${enable_shared+set}" = set; then
3111 enableval="$enable_shared"
3113 if test "$enableval" = yes; then
3114 ac_cv_use_shared='wxUSE_SHARED
=yes'
3116 ac_cv_use_shared='wxUSE_SHARED
=no
'
3121 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3122 if test "x$LINE" != x ; then
3123 eval "DEFAULT_$LINE"
3128 ac_cv_use_shared='wxUSE_SHARED
='$DEFAULT_wxUSE_SHARED
3132 eval "$ac_cv_use_shared"
3133 if test "$no_cache" != 1; then
3134 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3137 if test "$wxUSE_SHARED" = yes; then
3138 echo "$as_me:$LINENO: result: yes" >&5
3139 echo "${ECHO_T}yes" >&6
3141 echo "$as_me:$LINENO: result: no" >&5
3142 echo "${ECHO_T}no" >&6
3147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3148 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3150 # Check whether --enable-optimise or --disable-optimise was given.
3151 if test "${enable_optimise+set}" = set; then
3152 enableval="$enable_optimise"
3154 if test "$enableval" = yes; then
3155 ac_cv_use_optimise='wxUSE_OPTIMISE
=yes'
3157 ac_cv_use_optimise='wxUSE_OPTIMISE
=no
'
3162 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3163 if test "x$LINE" != x ; then
3164 eval "DEFAULT_$LINE"
3169 ac_cv_use_optimise='wxUSE_OPTIMISE
='$DEFAULT_wxUSE_OPTIMISE
3173 eval "$ac_cv_use_optimise"
3174 if test "$no_cache" != 1; then
3175 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3178 if test "$wxUSE_OPTIMISE" = yes; then
3179 echo "$as_me:$LINENO: result: yes" >&5
3180 echo "${ECHO_T}yes" >&6
3182 echo "$as_me:$LINENO: result: no" >&5
3183 echo "${ECHO_T}no" >&6
3188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3189 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3191 # Check whether --enable-debug or --disable-debug was given.
3192 if test "${enable_debug+set}" = set; then
3193 enableval="$enable_debug"
3195 if test "$enableval" = yes; then
3196 ac_cv_use_debug='wxUSE_DEBUG
=yes'
3198 ac_cv_use_debug='wxUSE_DEBUG
=no
'
3203 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3204 if test "x$LINE" != x ; then
3205 eval "DEFAULT_$LINE"
3210 ac_cv_use_debug='wxUSE_DEBUG
='$DEFAULT_wxUSE_DEBUG
3214 eval "$ac_cv_use_debug"
3215 if test "$no_cache" != 1; then
3216 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3219 if test "$wxUSE_DEBUG" = yes; then
3220 echo "$as_me:$LINENO: result: yes" >&5
3221 echo "${ECHO_T}yes" >&6
3223 echo "$as_me:$LINENO: result: no" >&5
3224 echo "${ECHO_T}no" >&6
3229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3230 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3232 # Check whether --enable-stl or --disable-stl was given.
3233 if test "${enable_stl+set}" = set; then
3234 enableval="$enable_stl"
3236 if test "$enableval" = yes; then
3237 ac_cv_use_stl='wxUSE_STL
=yes'
3239 ac_cv_use_stl='wxUSE_STL
=no
'
3244 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3245 if test "x$LINE" != x ; then
3246 eval "DEFAULT_$LINE"
3251 ac_cv_use_stl='wxUSE_STL
='$DEFAULT_wxUSE_STL
3255 eval "$ac_cv_use_stl"
3256 if test "$no_cache" != 1; then
3257 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3260 if test "$wxUSE_STL" = yes; then
3261 echo "$as_me:$LINENO: result: yes" >&5
3262 echo "${ECHO_T}yes" >&6
3264 echo "$as_me:$LINENO: result: no" >&5
3265 echo "${ECHO_T}no" >&6
3269 if test "$wxUSE_DEBUG" = "yes"; then
3270 DEFAULT_wxUSE_DEBUG_FLAG=yes
3271 DEFAULT_wxUSE_DEBUG_INFO=yes
3273 elif test "$wxUSE_DEBUG" = "no"; then
3274 DEFAULT_wxUSE_DEBUG_FLAG=no
3275 DEFAULT_wxUSE_DEBUG_INFO=no
3281 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3282 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3284 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3285 if test "${enable_debug_flag+set}" = set; then
3286 enableval="$enable_debug_flag"
3288 if test "$enableval" = yes; then
3289 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=yes'
3291 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=no
'
3296 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3297 if test "x$LINE" != x ; then
3298 eval "DEFAULT_$LINE"
3303 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG
='$DEFAULT_wxUSE_DEBUG_FLAG
3307 eval "$ac_cv_use_debug_flag"
3308 if test "$no_cache" != 1; then
3309 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3312 if test "$wxUSE_DEBUG_FLAG" = yes; then
3313 echo "$as_me:$LINENO: result: yes" >&5
3314 echo "${ECHO_T}yes" >&6
3316 echo "$as_me:$LINENO: result: no" >&5
3317 echo "${ECHO_T}no" >&6
3322 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3323 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3325 # Check whether --enable-debug_info or --disable-debug_info was given.
3326 if test "${enable_debug_info+set}" = set; then
3327 enableval="$enable_debug_info"
3329 if test "$enableval" = yes; then
3330 ac_cv_use_debug_info='wxUSE_DEBUG_INFO
=yes'
3332 ac_cv_use_debug_info='wxUSE_DEBUG_INFO
=no
'
3337 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3338 if test "x$LINE" != x ; then
3339 eval "DEFAULT_$LINE"
3344 ac_cv_use_debug_info='wxUSE_DEBUG_INFO
='$DEFAULT_wxUSE_DEBUG_INFO
3348 eval "$ac_cv_use_debug_info"
3349 if test "$no_cache" != 1; then
3350 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3353 if test "$wxUSE_DEBUG_INFO" = yes; then
3354 echo "$as_me:$LINENO: result: yes" >&5
3355 echo "${ECHO_T}yes" >&6
3357 echo "$as_me:$LINENO: result: no" >&5
3358 echo "${ECHO_T}no" >&6
3363 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3364 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3366 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3367 if test "${enable_debug_gdb+set}" = set; then
3368 enableval="$enable_debug_gdb"
3370 if test "$enableval" = yes; then
3371 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB
=yes'
3373 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB
=no
'
3378 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3379 if test "x$LINE" != x ; then
3380 eval "DEFAULT_$LINE"
3385 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB
='$DEFAULT_wxUSE_DEBUG_GDB
3389 eval "$ac_cv_use_debug_gdb"
3390 if test "$no_cache" != 1; then
3391 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3394 if test "$wxUSE_DEBUG_GDB" = yes; then
3395 echo "$as_me:$LINENO: result: yes" >&5
3396 echo "${ECHO_T}yes" >&6
3398 echo "$as_me:$LINENO: result: no" >&5
3399 echo "${ECHO_T}no" >&6
3404 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3405 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3407 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3408 if test "${enable_debug_cntxt+set}" = set; then
3409 enableval="$enable_debug_cntxt"
3411 if test "$enableval" = yes; then
3412 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=yes'
3414 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=no
'
3419 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3420 if test "x$LINE" != x ; then
3421 eval "DEFAULT_$LINE"
3426 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
='$DEFAULT_wxUSE_DEBUG_CONTEXT
3430 eval "$ac_cv_use_debug_cntxt"
3431 if test "$no_cache" != 1; then
3432 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3435 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3436 echo "$as_me:$LINENO: result: yes" >&5
3437 echo "${ECHO_T}yes" >&6
3439 echo "$as_me:$LINENO: result: no" >&5
3440 echo "${ECHO_T}no" >&6
3445 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3446 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3448 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3449 if test "${enable_mem_tracing+set}" = set; then
3450 enableval="$enable_mem_tracing"
3452 if test "$enableval" = yes; then
3453 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING
=yes'
3455 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING
=no
'
3460 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3461 if test "x$LINE" != x ; then
3462 eval "DEFAULT_$LINE"
3467 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING
='$DEFAULT_wxUSE_MEM_TRACING
3471 eval "$ac_cv_use_mem_tracing"
3472 if test "$no_cache" != 1; then
3473 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3476 if test "$wxUSE_MEM_TRACING" = yes; then
3477 echo "$as_me:$LINENO: result: yes" >&5
3478 echo "${ECHO_T}yes" >&6
3480 echo "$as_me:$LINENO: result: no" >&5
3481 echo "${ECHO_T}no" >&6
3486 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3487 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3489 # Check whether --enable-profile or --disable-profile was given.
3490 if test "${enable_profile+set}" = set; then
3491 enableval="$enable_profile"
3493 if test "$enableval" = yes; then
3494 ac_cv_use_profile='wxUSE_PROFILE
=yes'
3496 ac_cv_use_profile='wxUSE_PROFILE
=no
'
3501 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3502 if test "x$LINE" != x ; then
3503 eval "DEFAULT_$LINE"
3508 ac_cv_use_profile='wxUSE_PROFILE
='$DEFAULT_wxUSE_PROFILE
3512 eval "$ac_cv_use_profile"
3513 if test "$no_cache" != 1; then
3514 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3517 if test "$wxUSE_PROFILE" = yes; then
3518 echo "$as_me:$LINENO: result: yes" >&5
3519 echo "${ECHO_T}yes" >&6
3521 echo "$as_me:$LINENO: result: no" >&5
3522 echo "${ECHO_T}no" >&6
3527 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3528 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3530 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3531 if test "${enable_no_rtti+set}" = set; then
3532 enableval="$enable_no_rtti"
3534 if test "$enableval" = yes; then
3535 ac_cv_use_no_rtti='wxUSE_NO_RTTI
=yes'
3537 ac_cv_use_no_rtti='wxUSE_NO_RTTI
=no
'
3542 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3543 if test "x$LINE" != x ; then
3544 eval "DEFAULT_$LINE"
3549 ac_cv_use_no_rtti='wxUSE_NO_RTTI
='$DEFAULT_wxUSE_NO_RTTI
3553 eval "$ac_cv_use_no_rtti"
3554 if test "$no_cache" != 1; then
3555 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3558 if test "$wxUSE_NO_RTTI" = yes; then
3559 echo "$as_me:$LINENO: result: yes" >&5
3560 echo "${ECHO_T}yes" >&6
3562 echo "$as_me:$LINENO: result: no" >&5
3563 echo "${ECHO_T}no" >&6
3568 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3569 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3571 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3572 if test "${enable_no_exceptions+set}" = set; then
3573 enableval="$enable_no_exceptions"
3575 if test "$enableval" = yes; then
3576 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS
=yes'
3578 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS
=no
'
3583 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3584 if test "x$LINE" != x ; then
3585 eval "DEFAULT_$LINE"
3590 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS
='$DEFAULT_wxUSE_NO_EXCEPTIONS
3594 eval "$ac_cv_use_no_exceptions"
3595 if test "$no_cache" != 1; then
3596 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3599 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3600 echo "$as_me:$LINENO: result: yes" >&5
3601 echo "${ECHO_T}yes" >&6
3603 echo "$as_me:$LINENO: result: no" >&5
3604 echo "${ECHO_T}no" >&6
3609 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3610 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3612 # Check whether --enable-permissive or --disable-permissive was given.
3613 if test "${enable_permissive+set}" = set; then
3614 enableval="$enable_permissive"
3616 if test "$enableval" = yes; then
3617 ac_cv_use_permissive='wxUSE_PERMISSIVE
=yes'
3619 ac_cv_use_permissive='wxUSE_PERMISSIVE
=no
'
3624 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3625 if test "x$LINE" != x ; then
3626 eval "DEFAULT_$LINE"
3631 ac_cv_use_permissive='wxUSE_PERMISSIVE
='$DEFAULT_wxUSE_PERMISSIVE
3635 eval "$ac_cv_use_permissive"
3636 if test "$no_cache" != 1; then
3637 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3640 if test "$wxUSE_PERMISSIVE" = yes; then
3641 echo "$as_me:$LINENO: result: yes" >&5
3642 echo "${ECHO_T}yes" >&6
3644 echo "$as_me:$LINENO: result: no" >&5
3645 echo "${ECHO_T}no" >&6
3650 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3651 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
3653 # Check whether --enable-no_deps or --disable-no_deps was given.
3654 if test "${enable_no_deps+set}" = set; then
3655 enableval="$enable_no_deps"
3657 if test "$enableval" = yes; then
3658 ac_cv_use_no_deps='wxUSE_NO_DEPS
=yes'
3660 ac_cv_use_no_deps='wxUSE_NO_DEPS
=no
'
3665 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
3666 if test "x$LINE" != x ; then
3667 eval "DEFAULT_$LINE"
3672 ac_cv_use_no_deps='wxUSE_NO_DEPS
='$DEFAULT_wxUSE_NO_DEPS
3676 eval "$ac_cv_use_no_deps"
3677 if test "$no_cache" != 1; then
3678 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
3681 if test "$wxUSE_NO_DEPS" = yes; then
3682 echo "$as_me:$LINENO: result: yes" >&5
3683 echo "${ECHO_T}yes" >&6
3685 echo "$as_me:$LINENO: result: no" >&5
3686 echo "${ECHO_T}no" >&6
3692 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
3693 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
3695 # Check whether --enable-compat22 or --disable-compat22 was given.
3696 if test "${enable_compat22+set}" = set; then
3697 enableval="$enable_compat22"
3699 if test "$enableval" = yes; then
3700 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2
=yes'
3702 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2
=no
'
3707 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3708 if test "x$LINE" != x ; then
3709 eval "DEFAULT_$LINE"
3714 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2
='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3718 eval "$ac_cv_use_compat22"
3719 if test "$no_cache" != 1; then
3720 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3723 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3724 echo "$as_me:$LINENO: result: yes" >&5
3725 echo "${ECHO_T}yes" >&6
3727 echo "$as_me:$LINENO: result: no" >&5
3728 echo "${ECHO_T}no" >&6
3732 enablestring=disable
3733 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
3734 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
3736 # Check whether --enable-compat24 or --disable-compat24 was given.
3737 if test "${enable_compat24+set}" = set; then
3738 enableval="$enable_compat24"
3740 if test "$enableval" = yes; then
3741 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4
=yes'
3743 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4
=no
'
3748 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
3749 if test "x$LINE" != x ; then
3750 eval "DEFAULT_$LINE"
3755 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4
='$DEFAULT_WXWIN_COMPATIBILITY_2_4
3759 eval "$ac_cv_use_compat24"
3760 if test "$no_cache" != 1; then
3761 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
3764 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
3765 echo "$as_me:$LINENO: result: yes" >&5
3766 echo "${ECHO_T}yes" >&6
3768 echo "$as_me:$LINENO: result: no" >&5
3769 echo "${ECHO_T}no" >&6
3773 # Check whether --enable-rpath or --disable-rpath was given.
3774 if test "${enable_rpath+set}" = set; then
3775 enableval="$enable_rpath"
3776 wxRPATH_DIR="$enableval"
3779 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3780 WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR"
3787 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
3788 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
3790 # Check whether --enable-intl or --disable-intl was given.
3791 if test "${enable_intl+set}" = set; then
3792 enableval="$enable_intl"
3794 if test "$enableval" = yes; then
3795 ac_cv_use_intl='wxUSE_INTL
=yes'
3797 ac_cv_use_intl='wxUSE_INTL
=no
'
3802 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3803 if test "x$LINE" != x ; then
3804 eval "DEFAULT_$LINE"
3809 ac_cv_use_intl='wxUSE_INTL
='$DEFAULT_wxUSE_INTL
3813 eval "$ac_cv_use_intl"
3814 if test "$no_cache" != 1; then
3815 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3818 if test "$wxUSE_INTL" = yes; then
3819 echo "$as_me:$LINENO: result: yes" >&5
3820 echo "${ECHO_T}yes" >&6
3822 echo "$as_me:$LINENO: result: no" >&5
3823 echo "${ECHO_T}no" >&6
3828 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
3829 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
3831 # Check whether --enable-config or --disable-config was given.
3832 if test "${enable_config+set}" = set; then
3833 enableval="$enable_config"
3835 if test "$enableval" = yes; then
3836 ac_cv_use_config='wxUSE_CONFIG
=yes'
3838 ac_cv_use_config='wxUSE_CONFIG
=no
'
3843 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3844 if test "x$LINE" != x ; then
3845 eval "DEFAULT_$LINE"
3850 ac_cv_use_config='wxUSE_CONFIG
='$DEFAULT_wxUSE_CONFIG
3854 eval "$ac_cv_use_config"
3855 if test "$no_cache" != 1; then
3856 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3859 if test "$wxUSE_CONFIG" = yes; then
3860 echo "$as_me:$LINENO: result: yes" >&5
3861 echo "${ECHO_T}yes" >&6
3863 echo "$as_me:$LINENO: result: no" >&5
3864 echo "${ECHO_T}no" >&6
3870 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
3871 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
3873 # Check whether --enable-protocols or --disable-protocols was given.
3874 if test "${enable_protocols+set}" = set; then
3875 enableval="$enable_protocols"
3877 if test "$enableval" = yes; then
3878 ac_cv_use_protocols='wxUSE_PROTOCOL
=yes'
3880 ac_cv_use_protocols='wxUSE_PROTOCOL
=no
'
3885 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3886 if test "x$LINE" != x ; then
3887 eval "DEFAULT_$LINE"
3892 ac_cv_use_protocols='wxUSE_PROTOCOL
='$DEFAULT_wxUSE_PROTOCOL
3896 eval "$ac_cv_use_protocols"
3897 if test "$no_cache" != 1; then
3898 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3901 if test "$wxUSE_PROTOCOL" = yes; then
3902 echo "$as_me:$LINENO: result: yes" >&5
3903 echo "${ECHO_T}yes" >&6
3905 echo "$as_me:$LINENO: result: no" >&5
3906 echo "${ECHO_T}no" >&6
3911 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
3912 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
3914 # Check whether --enable-ftp or --disable-ftp was given.
3915 if test "${enable_ftp+set}" = set; then
3916 enableval="$enable_ftp"
3918 if test "$enableval" = yes; then
3919 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP
=yes'
3921 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP
=no
'
3926 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3927 if test "x$LINE" != x ; then
3928 eval "DEFAULT_$LINE"
3933 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP
='$DEFAULT_wxUSE_PROTOCOL_FTP
3937 eval "$ac_cv_use_ftp"
3938 if test "$no_cache" != 1; then
3939 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3942 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3943 echo "$as_me:$LINENO: result: yes" >&5
3944 echo "${ECHO_T}yes" >&6
3946 echo "$as_me:$LINENO: result: no" >&5
3947 echo "${ECHO_T}no" >&6
3952 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
3953 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
3955 # Check whether --enable-http or --disable-http was given.
3956 if test "${enable_http+set}" = set; then
3957 enableval="$enable_http"
3959 if test "$enableval" = yes; then
3960 ac_cv_use_http='wxUSE_PROTOCOL_HTTP
=yes'
3962 ac_cv_use_http='wxUSE_PROTOCOL_HTTP
=no
'
3967 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3968 if test "x$LINE" != x ; then
3969 eval "DEFAULT_$LINE"
3974 ac_cv_use_http='wxUSE_PROTOCOL_HTTP
='$DEFAULT_wxUSE_PROTOCOL_HTTP
3978 eval "$ac_cv_use_http"
3979 if test "$no_cache" != 1; then
3980 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3983 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3984 echo "$as_me:$LINENO: result: yes" >&5
3985 echo "${ECHO_T}yes" >&6
3987 echo "$as_me:$LINENO: result: no" >&5
3988 echo "${ECHO_T}no" >&6
3993 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
3994 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
3996 # Check whether --enable-fileproto or --disable-fileproto was given.
3997 if test "${enable_fileproto+set}" = set; then
3998 enableval="$enable_fileproto"
4000 if test "$enableval" = yes; then
4001 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE
=yes'
4003 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE
=no
'
4008 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4009 if test "x$LINE" != x ; then
4010 eval "DEFAULT_$LINE"
4015 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE
='$DEFAULT_wxUSE_PROTOCOL_FILE
4019 eval "$ac_cv_use_fileproto"
4020 if test "$no_cache" != 1; then
4021 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4024 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4025 echo "$as_me:$LINENO: result: yes" >&5
4026 echo "${ECHO_T}yes" >&6
4028 echo "$as_me:$LINENO: result: no" >&5
4029 echo "${ECHO_T}no" >&6
4034 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4035 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4037 # Check whether --enable-sockets or --disable-sockets was given.
4038 if test "${enable_sockets+set}" = set; then
4039 enableval="$enable_sockets"
4041 if test "$enableval" = yes; then
4042 ac_cv_use_sockets='wxUSE_SOCKETS
=yes'
4044 ac_cv_use_sockets='wxUSE_SOCKETS
=no
'
4049 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4050 if test "x$LINE" != x ; then
4051 eval "DEFAULT_$LINE"
4056 ac_cv_use_sockets='wxUSE_SOCKETS
='$DEFAULT_wxUSE_SOCKETS
4060 eval "$ac_cv_use_sockets"
4061 if test "$no_cache" != 1; then
4062 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4065 if test "$wxUSE_SOCKETS" = yes; then
4066 echo "$as_me:$LINENO: result: yes" >&5
4067 echo "${ECHO_T}yes" >&6
4069 echo "$as_me:$LINENO: result: no" >&5
4070 echo "${ECHO_T}no" >&6
4075 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4076 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4078 # Check whether --enable-ole or --disable-ole was given.
4079 if test "${enable_ole+set}" = set; then
4080 enableval="$enable_ole"
4082 if test "$enableval" = yes; then
4083 ac_cv_use_ole='wxUSE_OLE
=yes'
4085 ac_cv_use_ole='wxUSE_OLE
=no
'
4090 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4091 if test "x$LINE" != x ; then
4092 eval "DEFAULT_$LINE"
4097 ac_cv_use_ole='wxUSE_OLE
='$DEFAULT_wxUSE_OLE
4101 eval "$ac_cv_use_ole"
4102 if test "$no_cache" != 1; then
4103 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4106 if test "$wxUSE_OLE" = yes; then
4107 echo "$as_me:$LINENO: result: yes" >&5
4108 echo "${ECHO_T}yes" >&6
4110 echo "$as_me:$LINENO: result: no" >&5
4111 echo "${ECHO_T}no" >&6
4116 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4117 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4119 # Check whether --enable-dataobj or --disable-dataobj was given.
4120 if test "${enable_dataobj+set}" = set; then
4121 enableval="$enable_dataobj"
4123 if test "$enableval" = yes; then
4124 ac_cv_use_dataobj='wxUSE_DATAOBJ
=yes'
4126 ac_cv_use_dataobj='wxUSE_DATAOBJ
=no
'
4131 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4132 if test "x$LINE" != x ; then
4133 eval "DEFAULT_$LINE"
4138 ac_cv_use_dataobj='wxUSE_DATAOBJ
='$DEFAULT_wxUSE_DATAOBJ
4142 eval "$ac_cv_use_dataobj"
4143 if test "$no_cache" != 1; then
4144 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4147 if test "$wxUSE_DATAOBJ" = yes; then
4148 echo "$as_me:$LINENO: result: yes" >&5
4149 echo "${ECHO_T}yes" >&6
4151 echo "$as_me:$LINENO: result: no" >&5
4152 echo "${ECHO_T}no" >&6
4158 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4159 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4161 # Check whether --enable-ipc or --disable-ipc was given.
4162 if test "${enable_ipc+set}" = set; then
4163 enableval="$enable_ipc"
4165 if test "$enableval" = yes; then
4166 ac_cv_use_ipc='wxUSE_IPC
=yes'
4168 ac_cv_use_ipc='wxUSE_IPC
=no
'
4173 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4174 if test "x$LINE" != x ; then
4175 eval "DEFAULT_$LINE"
4180 ac_cv_use_ipc='wxUSE_IPC
='$DEFAULT_wxUSE_IPC
4184 eval "$ac_cv_use_ipc"
4185 if test "$no_cache" != 1; then
4186 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4189 if test "$wxUSE_IPC" = yes; then
4190 echo "$as_me:$LINENO: result: yes" >&5
4191 echo "${ECHO_T}yes" >&6
4193 echo "$as_me:$LINENO: result: no" >&5
4194 echo "${ECHO_T}no" >&6
4200 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4201 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4203 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4204 if test "${enable_apple_ieee+set}" = set; then
4205 enableval="$enable_apple_ieee"
4207 if test "$enableval" = yes; then
4208 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=yes'
4210 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=no
'
4215 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4216 if test "x$LINE" != x ; then
4217 eval "DEFAULT_$LINE"
4222 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE
='$DEFAULT_wxUSE_APPLE_IEEE
4226 eval "$ac_cv_use_apple_ieee"
4227 if test "$no_cache" != 1; then
4228 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4231 if test "$wxUSE_APPLE_IEEE" = yes; then
4232 echo "$as_me:$LINENO: result: yes" >&5
4233 echo "${ECHO_T}yes" >&6
4235 echo "$as_me:$LINENO: result: no" >&5
4236 echo "${ECHO_T}no" >&6
4241 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4242 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4244 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4245 if test "${enable_catch_segvs+set}" = set; then
4246 enableval="$enable_catch_segvs"
4248 if test "$enableval" = yes; then
4249 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION
=yes'
4251 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION
=no
'
4256 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4257 if test "x$LINE" != x ; then
4258 eval "DEFAULT_$LINE"
4263 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION
='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4267 eval "$ac_cv_use_catch_segvs"
4268 if test "$no_cache" != 1; then
4269 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4272 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4273 echo "$as_me:$LINENO: result: yes" >&5
4274 echo "${ECHO_T}yes" >&6
4276 echo "$as_me:$LINENO: result: no" >&5
4277 echo "${ECHO_T}no" >&6
4282 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4283 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4285 # Check whether --enable-cmdline or --disable-cmdline was given.
4286 if test "${enable_cmdline+set}" = set; then
4287 enableval="$enable_cmdline"
4289 if test "$enableval" = yes; then
4290 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER
=yes'
4292 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER
=no
'
4297 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4298 if test "x$LINE" != x ; then
4299 eval "DEFAULT_$LINE"
4304 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER
='$DEFAULT_wxUSE_CMDLINE_PARSER
4308 eval "$ac_cv_use_cmdline"
4309 if test "$no_cache" != 1; then
4310 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4313 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4314 echo "$as_me:$LINENO: result: yes" >&5
4315 echo "${ECHO_T}yes" >&6
4317 echo "$as_me:$LINENO: result: no" >&5
4318 echo "${ECHO_T}no" >&6
4323 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4324 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4326 # Check whether --enable-datetime or --disable-datetime was given.
4327 if test "${enable_datetime+set}" = set; then
4328 enableval="$enable_datetime"
4330 if test "$enableval" = yes; then
4331 ac_cv_use_datetime='wxUSE_DATETIME
=yes'
4333 ac_cv_use_datetime='wxUSE_DATETIME
=no
'
4338 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4339 if test "x$LINE" != x ; then
4340 eval "DEFAULT_$LINE"
4345 ac_cv_use_datetime='wxUSE_DATETIME
='$DEFAULT_wxUSE_DATETIME
4349 eval "$ac_cv_use_datetime"
4350 if test "$no_cache" != 1; then
4351 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4354 if test "$wxUSE_DATETIME" = yes; then
4355 echo "$as_me:$LINENO: result: yes" >&5
4356 echo "${ECHO_T}yes" >&6
4358 echo "$as_me:$LINENO: result: no" >&5
4359 echo "${ECHO_T}no" >&6
4364 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4365 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4367 # Check whether --enable-dialupman or --disable-dialupman was given.
4368 if test "${enable_dialupman+set}" = set; then
4369 enableval="$enable_dialupman"
4371 if test "$enableval" = yes; then
4372 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER
=yes'
4374 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER
=no
'
4379 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4380 if test "x$LINE" != x ; then
4381 eval "DEFAULT_$LINE"
4386 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER
='$DEFAULT_wxUSE_DIALUP_MANAGER
4390 eval "$ac_cv_use_dialupman"
4391 if test "$no_cache" != 1; then
4392 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4395 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4396 echo "$as_me:$LINENO: result: yes" >&5
4397 echo "${ECHO_T}yes" >&6
4399 echo "$as_me:$LINENO: result: no" >&5
4400 echo "${ECHO_T}no" >&6
4405 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4406 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4408 # Check whether --enable-dynlib or --disable-dynlib was given.
4409 if test "${enable_dynlib+set}" = set; then
4410 enableval="$enable_dynlib"
4412 if test "$enableval" = yes; then
4413 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=yes'
4415 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=no
'
4420 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4421 if test "x$LINE" != x ; then
4422 eval "DEFAULT_$LINE"
4427 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS
='$DEFAULT_wxUSE_DYNLIB_CLASS
4431 eval "$ac_cv_use_dynlib"
4432 if test "$no_cache" != 1; then
4433 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4436 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4437 echo "$as_me:$LINENO: result: yes" >&5
4438 echo "${ECHO_T}yes" >&6
4440 echo "$as_me:$LINENO: result: no" >&5
4441 echo "${ECHO_T}no" >&6
4446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4447 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4449 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4450 if test "${enable_dynamicloader+set}" = set; then
4451 enableval="$enable_dynamicloader"
4453 if test "$enableval" = yes; then
4454 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER
=yes'
4456 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER
=no
'
4461 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4462 if test "x$LINE" != x ; then
4463 eval "DEFAULT_$LINE"
4468 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER
='$DEFAULT_wxUSE_DYNAMIC_LOADER
4472 eval "$ac_cv_use_dynamicloader"
4473 if test "$no_cache" != 1; then
4474 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4477 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
4478 echo "$as_me:$LINENO: result: yes" >&5
4479 echo "${ECHO_T}yes" >&6
4481 echo "$as_me:$LINENO: result: no" >&5
4482 echo "${ECHO_T}no" >&6
4487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
4488 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
4490 # Check whether --enable-exceptions or --disable-exceptions was given.
4491 if test "${enable_exceptions+set}" = set; then
4492 enableval="$enable_exceptions"
4494 if test "$enableval" = yes; then
4495 ac_cv_use_exceptions='wxUSE_EXCEPTIONS
=yes'
4497 ac_cv_use_exceptions='wxUSE_EXCEPTIONS
=no
'
4502 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
4503 if test "x$LINE" != x ; then
4504 eval "DEFAULT_$LINE"
4509 ac_cv_use_exceptions='wxUSE_EXCEPTIONS
='$DEFAULT_wxUSE_EXCEPTIONS
4513 eval "$ac_cv_use_exceptions"
4514 if test "$no_cache" != 1; then
4515 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
4518 if test "$wxUSE_EXCEPTIONS" = yes; then
4519 echo "$as_me:$LINENO: result: yes" >&5
4520 echo "${ECHO_T}yes" >&6
4522 echo "$as_me:$LINENO: result: no" >&5
4523 echo "${ECHO_T}no" >&6
4528 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4529 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
4531 # Check whether --enable-ffile or --disable-ffile was given.
4532 if test "${enable_ffile+set}" = set; then
4533 enableval="$enable_ffile"
4535 if test "$enableval" = yes; then
4536 ac_cv_use_ffile='wxUSE_FFILE
=yes'
4538 ac_cv_use_ffile='wxUSE_FFILE
=no
'
4543 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4544 if test "x$LINE" != x ; then
4545 eval "DEFAULT_$LINE"
4550 ac_cv_use_ffile='wxUSE_FFILE
='$DEFAULT_wxUSE_FFILE
4554 eval "$ac_cv_use_ffile"
4555 if test "$no_cache" != 1; then
4556 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4559 if test "$wxUSE_FFILE" = yes; then
4560 echo "$as_me:$LINENO: result: yes" >&5
4561 echo "${ECHO_T}yes" >&6
4563 echo "$as_me:$LINENO: result: no" >&5
4564 echo "${ECHO_T}no" >&6
4569 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4570 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
4572 # Check whether --enable-file or --disable-file was given.
4573 if test "${enable_file+set}" = set; then
4574 enableval="$enable_file"
4576 if test "$enableval" = yes; then
4577 ac_cv_use_file='wxUSE_FILE
=yes'
4579 ac_cv_use_file='wxUSE_FILE
=no
'
4584 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4585 if test "x$LINE" != x ; then
4586 eval "DEFAULT_$LINE"
4591 ac_cv_use_file='wxUSE_FILE
='$DEFAULT_wxUSE_FILE
4595 eval "$ac_cv_use_file"
4596 if test "$no_cache" != 1; then
4597 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4600 if test "$wxUSE_FILE" = yes; then
4601 echo "$as_me:$LINENO: result: yes" >&5
4602 echo "${ECHO_T}yes" >&6
4604 echo "$as_me:$LINENO: result: no" >&5
4605 echo "${ECHO_T}no" >&6
4610 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
4611 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
4613 # Check whether --enable-filesystem or --disable-filesystem was given.
4614 if test "${enable_filesystem+set}" = set; then
4615 enableval="$enable_filesystem"
4617 if test "$enableval" = yes; then
4618 ac_cv_use_filesystem='wxUSE_FILESYSTEM
=yes'
4620 ac_cv_use_filesystem='wxUSE_FILESYSTEM
=no
'
4625 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4626 if test "x$LINE" != x ; then
4627 eval "DEFAULT_$LINE"
4632 ac_cv_use_filesystem='wxUSE_FILESYSTEM
='$DEFAULT_wxUSE_FILESYSTEM
4636 eval "$ac_cv_use_filesystem"
4637 if test "$no_cache" != 1; then
4638 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4641 if test "$wxUSE_FILESYSTEM" = yes; then
4642 echo "$as_me:$LINENO: result: yes" >&5
4643 echo "${ECHO_T}yes" >&6
4645 echo "$as_me:$LINENO: result: no" >&5
4646 echo "${ECHO_T}no" >&6
4651 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4652 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
4654 # Check whether --enable-fontmap or --disable-fontmap was given.
4655 if test "${enable_fontmap+set}" = set; then
4656 enableval="$enable_fontmap"
4658 if test "$enableval" = yes; then
4659 ac_cv_use_fontmap='wxUSE_FONTMAP
=yes'
4661 ac_cv_use_fontmap='wxUSE_FONTMAP
=no
'
4666 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4667 if test "x$LINE" != x ; then
4668 eval "DEFAULT_$LINE"
4673 ac_cv_use_fontmap='wxUSE_FONTMAP
='$DEFAULT_wxUSE_FONTMAP
4677 eval "$ac_cv_use_fontmap"
4678 if test "$no_cache" != 1; then
4679 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4682 if test "$wxUSE_FONTMAP" = yes; then
4683 echo "$as_me:$LINENO: result: yes" >&5
4684 echo "${ECHO_T}yes" >&6
4686 echo "$as_me:$LINENO: result: no" >&5
4687 echo "${ECHO_T}no" >&6
4692 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
4693 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
4695 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4696 if test "${enable_fs_inet+set}" = set; then
4697 enableval="$enable_fs_inet"
4699 if test "$enableval" = yes; then
4700 ac_cv_use_fs_inet='wxUSE_FS_INET
=yes'
4702 ac_cv_use_fs_inet='wxUSE_FS_INET
=no
'
4707 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4708 if test "x$LINE" != x ; then
4709 eval "DEFAULT_$LINE"
4714 ac_cv_use_fs_inet='wxUSE_FS_INET
='$DEFAULT_wxUSE_FS_INET
4718 eval "$ac_cv_use_fs_inet"
4719 if test "$no_cache" != 1; then
4720 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4723 if test "$wxUSE_FS_INET" = yes; then
4724 echo "$as_me:$LINENO: result: yes" >&5
4725 echo "${ECHO_T}yes" >&6
4727 echo "$as_me:$LINENO: result: no" >&5
4728 echo "${ECHO_T}no" >&6
4733 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
4734 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
4736 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4737 if test "${enable_fs_zip+set}" = set; then
4738 enableval="$enable_fs_zip"
4740 if test "$enableval" = yes; then
4741 ac_cv_use_fs_zip='wxUSE_FS_ZIP
=yes'
4743 ac_cv_use_fs_zip='wxUSE_FS_ZIP
=no
'
4748 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4749 if test "x$LINE" != x ; then
4750 eval "DEFAULT_$LINE"
4755 ac_cv_use_fs_zip='wxUSE_FS_ZIP
='$DEFAULT_wxUSE_FS_ZIP
4759 eval "$ac_cv_use_fs_zip"
4760 if test "$no_cache" != 1; then
4761 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4764 if test "$wxUSE_FS_ZIP" = yes; then
4765 echo "$as_me:$LINENO: result: yes" >&5
4766 echo "${ECHO_T}yes" >&6
4768 echo "$as_me:$LINENO: result: no" >&5
4769 echo "${ECHO_T}no" >&6
4774 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
4775 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
4777 # Check whether --enable-geometry or --disable-geometry was given.
4778 if test "${enable_geometry+set}" = set; then
4779 enableval="$enable_geometry"
4781 if test "$enableval" = yes; then
4782 ac_cv_use_geometry='wxUSE_GEOMETRY
=yes'
4784 ac_cv_use_geometry='wxUSE_GEOMETRY
=no
'
4789 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
4790 if test "x$LINE" != x ; then
4791 eval "DEFAULT_$LINE"
4796 ac_cv_use_geometry='wxUSE_GEOMETRY
='$DEFAULT_wxUSE_GEOMETRY
4800 eval "$ac_cv_use_geometry"
4801 if test "$no_cache" != 1; then
4802 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
4805 if test "$wxUSE_GEOMETRY" = yes; then
4806 echo "$as_me:$LINENO: result: yes" >&5
4807 echo "${ECHO_T}yes" >&6
4809 echo "$as_me:$LINENO: result: no" >&5
4810 echo "${ECHO_T}no" >&6
4815 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
4816 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
4818 # Check whether --enable-log or --disable-log was given.
4819 if test "${enable_log+set}" = set; then
4820 enableval="$enable_log"
4822 if test "$enableval" = yes; then
4823 ac_cv_use_log='wxUSE_LOG
=yes'
4825 ac_cv_use_log='wxUSE_LOG
=no
'
4830 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4831 if test "x$LINE" != x ; then
4832 eval "DEFAULT_$LINE"
4837 ac_cv_use_log='wxUSE_LOG
='$DEFAULT_wxUSE_LOG
4841 eval "$ac_cv_use_log"
4842 if test "$no_cache" != 1; then
4843 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4846 if test "$wxUSE_LOG" = yes; then
4847 echo "$as_me:$LINENO: result: yes" >&5
4848 echo "${ECHO_T}yes" >&6
4850 echo "$as_me:$LINENO: result: no" >&5
4851 echo "${ECHO_T}no" >&6
4856 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
4857 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
4859 # Check whether --enable-longlong or --disable-longlong was given.
4860 if test "${enable_longlong+set}" = set; then
4861 enableval="$enable_longlong"
4863 if test "$enableval" = yes; then
4864 ac_cv_use_longlong='wxUSE_LONGLONG
=yes'
4866 ac_cv_use_longlong='wxUSE_LONGLONG
=no
'
4871 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
4872 if test "x$LINE" != x ; then
4873 eval "DEFAULT_$LINE"
4878 ac_cv_use_longlong='wxUSE_LONGLONG
='$DEFAULT_wxUSE_LONGLONG
4882 eval "$ac_cv_use_longlong"
4883 if test "$no_cache" != 1; then
4884 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
4887 if test "$wxUSE_LONGLONG" = yes; then
4888 echo "$as_me:$LINENO: result: yes" >&5
4889 echo "${ECHO_T}yes" >&6
4891 echo "$as_me:$LINENO: result: no" >&5
4892 echo "${ECHO_T}no" >&6
4897 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
4898 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
4900 # Check whether --enable-mimetype or --disable-mimetype was given.
4901 if test "${enable_mimetype+set}" = set; then
4902 enableval="$enable_mimetype"
4904 if test "$enableval" = yes; then
4905 ac_cv_use_mimetype='wxUSE_MIMETYPE
=yes'
4907 ac_cv_use_mimetype='wxUSE_MIMETYPE
=no
'
4912 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4913 if test "x$LINE" != x ; then
4914 eval "DEFAULT_$LINE"
4919 ac_cv_use_mimetype='wxUSE_MIMETYPE
='$DEFAULT_wxUSE_MIMETYPE
4923 eval "$ac_cv_use_mimetype"
4924 if test "$no_cache" != 1; then
4925 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4928 if test "$wxUSE_MIMETYPE" = yes; then
4929 echo "$as_me:$LINENO: result: yes" >&5
4930 echo "${ECHO_T}yes" >&6
4932 echo "$as_me:$LINENO: result: no" >&5
4933 echo "${ECHO_T}no" >&6
4938 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
4939 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
4941 # Check whether --enable-mslu or --disable-mslu was given.
4942 if test "${enable_mslu+set}" = set; then
4943 enableval="$enable_mslu"
4945 if test "$enableval" = yes; then
4946 ac_cv_use_mslu='wxUSE_UNICODE_MSLU
=yes'
4948 ac_cv_use_mslu='wxUSE_UNICODE_MSLU
=no
'
4953 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4954 if test "x$LINE" != x ; then
4955 eval "DEFAULT_$LINE"
4960 ac_cv_use_mslu='wxUSE_UNICODE_MSLU
='$DEFAULT_wxUSE_UNICODE_MSLU
4964 eval "$ac_cv_use_mslu"
4965 if test "$no_cache" != 1; then
4966 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4969 if test "$wxUSE_UNICODE_MSLU" = yes; then
4970 echo "$as_me:$LINENO: result: yes" >&5
4971 echo "${ECHO_T}yes" >&6
4973 echo "$as_me:$LINENO: result: no" >&5
4974 echo "${ECHO_T}no" >&6
4979 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
4980 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
4982 # Check whether --enable-snglinst or --disable-snglinst was given.
4983 if test "${enable_snglinst+set}" = set; then
4984 enableval="$enable_snglinst"
4986 if test "$enableval" = yes; then
4987 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
=yes'
4989 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
=no
'
4994 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4995 if test "x$LINE" != x ; then
4996 eval "DEFAULT_$LINE"
5001 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER
='$DEFAULT_wxUSE_SNGLINST_CHECKER
5005 eval "$ac_cv_use_snglinst"
5006 if test "$no_cache" != 1; then
5007 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5010 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5011 echo "$as_me:$LINENO: result: yes" >&5
5012 echo "${ECHO_T}yes" >&6
5014 echo "$as_me:$LINENO: result: no" >&5
5015 echo "${ECHO_T}no" >&6
5020 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5021 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5023 # Check whether --enable-streams or --disable-streams was given.
5024 if test "${enable_streams+set}" = set; then
5025 enableval="$enable_streams"
5027 if test "$enableval" = yes; then
5028 ac_cv_use_streams='wxUSE_STREAMS
=yes'
5030 ac_cv_use_streams='wxUSE_STREAMS
=no
'
5035 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5036 if test "x$LINE" != x ; then
5037 eval "DEFAULT_$LINE"
5042 ac_cv_use_streams='wxUSE_STREAMS
='$DEFAULT_wxUSE_STREAMS
5046 eval "$ac_cv_use_streams"
5047 if test "$no_cache" != 1; then
5048 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5051 if test "$wxUSE_STREAMS" = yes; then
5052 echo "$as_me:$LINENO: result: yes" >&5
5053 echo "${ECHO_T}yes" >&6
5055 echo "$as_me:$LINENO: result: no" >&5
5056 echo "${ECHO_T}no" >&6
5061 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5062 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5064 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5065 if test "${enable_std_iostreams+set}" = set; then
5066 enableval="$enable_std_iostreams"
5068 if test "$enableval" = yes; then
5069 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
=yes'
5071 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
=no
'
5076 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5077 if test "x$LINE" != x ; then
5078 eval "DEFAULT_$LINE"
5083 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM
='$DEFAULT_wxUSE_STD_IOSTREAM
5087 eval "$ac_cv_use_std_iostreams"
5088 if test "$no_cache" != 1; then
5089 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5092 if test "$wxUSE_STD_IOSTREAM" = yes; then
5093 echo "$as_me:$LINENO: result: yes" >&5
5094 echo "${ECHO_T}yes" >&6
5096 echo "$as_me:$LINENO: result: no" >&5
5097 echo "${ECHO_T}no" >&6
5102 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5103 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5105 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5106 if test "${enable_stopwatch+set}" = set; then
5107 enableval="$enable_stopwatch"
5109 if test "$enableval" = yes; then
5110 ac_cv_use_stopwatch='wxUSE_STOPWATCH
=yes'
5112 ac_cv_use_stopwatch='wxUSE_STOPWATCH
=no
'
5117 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5118 if test "x$LINE" != x ; then
5119 eval "DEFAULT_$LINE"
5124 ac_cv_use_stopwatch='wxUSE_STOPWATCH
='$DEFAULT_wxUSE_STOPWATCH
5128 eval "$ac_cv_use_stopwatch"
5129 if test "$no_cache" != 1; then
5130 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5133 if test "$wxUSE_STOPWATCH" = yes; then
5134 echo "$as_me:$LINENO: result: yes" >&5
5135 echo "${ECHO_T}yes" >&6
5137 echo "$as_me:$LINENO: result: no" >&5
5138 echo "${ECHO_T}no" >&6
5143 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5144 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5146 # Check whether --enable-system_options or --disable-system_options was given.
5147 if test "${enable_system_options+set}" = set; then
5148 enableval="$enable_system_options"
5150 if test "$enableval" = yes; then
5151 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS
=yes'
5153 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS
=no
'
5158 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5159 if test "x$LINE" != x ; then
5160 eval "DEFAULT_$LINE"
5165 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS
='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5169 eval "$ac_cv_use_system_options"
5170 if test "$no_cache" != 1; then
5171 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5174 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5175 echo "$as_me:$LINENO: result: yes" >&5
5176 echo "${ECHO_T}yes" >&6
5178 echo "$as_me:$LINENO: result: no" >&5
5179 echo "${ECHO_T}no" >&6
5184 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5185 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5187 # Check whether --enable-textbuf or --disable-textbuf was given.
5188 if test "${enable_textbuf+set}" = set; then
5189 enableval="$enable_textbuf"
5191 if test "$enableval" = yes; then
5192 ac_cv_use_textbuf='wxUSE_TEXTBUFFER
=yes'
5194 ac_cv_use_textbuf='wxUSE_TEXTBUFFER
=no
'
5199 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5200 if test "x$LINE" != x ; then
5201 eval "DEFAULT_$LINE"
5206 ac_cv_use_textbuf='wxUSE_TEXTBUFFER
='$DEFAULT_wxUSE_TEXTBUFFER
5210 eval "$ac_cv_use_textbuf"
5211 if test "$no_cache" != 1; then
5212 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5215 if test "$wxUSE_TEXTBUFFER" = yes; then
5216 echo "$as_me:$LINENO: result: yes" >&5
5217 echo "${ECHO_T}yes" >&6
5219 echo "$as_me:$LINENO: result: no" >&5
5220 echo "${ECHO_T}no" >&6
5225 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5226 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5228 # Check whether --enable-textfile or --disable-textfile was given.
5229 if test "${enable_textfile+set}" = set; then
5230 enableval="$enable_textfile"
5232 if test "$enableval" = yes; then
5233 ac_cv_use_textfile='wxUSE_TEXTFILE
=yes'
5235 ac_cv_use_textfile='wxUSE_TEXTFILE
=no
'
5240 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5241 if test "x$LINE" != x ; then
5242 eval "DEFAULT_$LINE"
5247 ac_cv_use_textfile='wxUSE_TEXTFILE
='$DEFAULT_wxUSE_TEXTFILE
5251 eval "$ac_cv_use_textfile"
5252 if test "$no_cache" != 1; then
5253 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5256 if test "$wxUSE_TEXTFILE" = yes; then
5257 echo "$as_me:$LINENO: result: yes" >&5
5258 echo "${ECHO_T}yes" >&6
5260 echo "$as_me:$LINENO: result: no" >&5
5261 echo "${ECHO_T}no" >&6
5266 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5267 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5269 # Check whether --enable-timer or --disable-timer was given.
5270 if test "${enable_timer+set}" = set; then
5271 enableval="$enable_timer"
5273 if test "$enableval" = yes; then
5274 ac_cv_use_timer='wxUSE_TIMER
=yes'
5276 ac_cv_use_timer='wxUSE_TIMER
=no
'
5281 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5282 if test "x$LINE" != x ; then
5283 eval "DEFAULT_$LINE"
5288 ac_cv_use_timer='wxUSE_TIMER
='$DEFAULT_wxUSE_TIMER
5292 eval "$ac_cv_use_timer"
5293 if test "$no_cache" != 1; then
5294 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5297 if test "$wxUSE_TIMER" = yes; then
5298 echo "$as_me:$LINENO: result: yes" >&5
5299 echo "${ECHO_T}yes" >&6
5301 echo "$as_me:$LINENO: result: no" >&5
5302 echo "${ECHO_T}no" >&6
5307 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5308 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5310 # Check whether --enable-unicode or --disable-unicode was given.
5311 if test "${enable_unicode+set}" = set; then
5312 enableval="$enable_unicode"
5314 if test "$enableval" = yes; then
5315 ac_cv_use_unicode='wxUSE_UNICODE
=yes'
5317 ac_cv_use_unicode='wxUSE_UNICODE
=no
'
5322 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5323 if test "x$LINE" != x ; then
5324 eval "DEFAULT_$LINE"
5329 ac_cv_use_unicode='wxUSE_UNICODE
='$DEFAULT_wxUSE_UNICODE
5333 eval "$ac_cv_use_unicode"
5334 if test "$no_cache" != 1; then
5335 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5338 if test "$wxUSE_UNICODE" = yes; then
5339 echo "$as_me:$LINENO: result: yes" >&5
5340 echo "${ECHO_T}yes" >&6
5342 echo "$as_me:$LINENO: result: no" >&5
5343 echo "${ECHO_T}no" >&6
5348 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wave" >&5
5349 echo $ECHO_N "checking for --${enablestring:-enable}-wave... $ECHO_C" >&6
5351 # Check whether --enable-wave or --disable-wave was given.
5352 if test "${enable_wave+set}" = set; then
5353 enableval="$enable_wave"
5355 if test "$enableval" = yes; then
5356 ac_cv_use_wave='wxUSE_WAVE
=yes'
5358 ac_cv_use_wave='wxUSE_WAVE
=no
'
5363 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
5364 if test "x$LINE" != x ; then
5365 eval "DEFAULT_$LINE"
5370 ac_cv_use_wave='wxUSE_WAVE
='$DEFAULT_wxUSE_WAVE
5374 eval "$ac_cv_use_wave"
5375 if test "$no_cache" != 1; then
5376 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
5379 if test "$wxUSE_WAVE" = yes; then
5380 echo "$as_me:$LINENO: result: yes" >&5
5381 echo "${ECHO_T}yes" >&6
5383 echo "$as_me:$LINENO: result: no" >&5
5384 echo "${ECHO_T}no" >&6
5389 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5390 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
5392 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5393 if test "${enable_wxprintfv+set}" = set; then
5394 enableval="$enable_wxprintfv"
5396 if test "$enableval" = yes; then
5397 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF
=yes'
5399 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF
=no
'
5404 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5405 if test "x$LINE" != x ; then
5406 eval "DEFAULT_$LINE"
5411 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF
='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
5415 eval "$ac_cv_use_wxprintfv"
5416 if test "$no_cache" != 1; then
5417 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5420 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
5421 echo "$as_me:$LINENO: result: yes" >&5
5422 echo "${ECHO_T}yes" >&6
5424 echo "$as_me:$LINENO: result: no" >&5
5425 echo "${ECHO_T}no" >&6
5430 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5431 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
5433 # Check whether --enable-zipstream or --disable-zipstream was given.
5434 if test "${enable_zipstream+set}" = set; then
5435 enableval="$enable_zipstream"
5437 if test "$enableval" = yes; then
5438 ac_cv_use_zipstream='wxUSE_ZIPSTREAM
=yes'
5440 ac_cv_use_zipstream='wxUSE_ZIPSTREAM
=no
'
5445 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5446 if test "x$LINE" != x ; then
5447 eval "DEFAULT_$LINE"
5452 ac_cv_use_zipstream='wxUSE_ZIPSTREAM
='$DEFAULT_wxUSE_ZIPSTREAM
5456 eval "$ac_cv_use_zipstream"
5457 if test "$no_cache" != 1; then
5458 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5461 if test "$wxUSE_ZIPSTREAM" = yes; then
5462 echo "$as_me:$LINENO: result: yes" >&5
5463 echo "${ECHO_T}yes" >&6
5465 echo "$as_me:$LINENO: result: no" >&5
5466 echo "${ECHO_T}no" >&6
5472 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5473 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
5475 # Check whether --enable-url or --disable-url was given.
5476 if test "${enable_url+set}" = set; then
5477 enableval="$enable_url"
5479 if test "$enableval" = yes; then
5480 ac_cv_use_url='wxUSE_URL
=yes'
5482 ac_cv_use_url='wxUSE_URL
=no
'
5487 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5488 if test "x$LINE" != x ; then
5489 eval "DEFAULT_$LINE"
5494 ac_cv_use_url='wxUSE_URL
='$DEFAULT_wxUSE_URL
5498 eval "$ac_cv_use_url"
5499 if test "$no_cache" != 1; then
5500 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5503 if test "$wxUSE_URL" = yes; then
5504 echo "$as_me:$LINENO: result: yes" >&5
5505 echo "${ECHO_T}yes" >&6
5507 echo "$as_me:$LINENO: result: no" >&5
5508 echo "${ECHO_T}no" >&6
5513 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5514 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
5516 # Check whether --enable-protocol or --disable-protocol was given.
5517 if test "${enable_protocol+set}" = set; then
5518 enableval="$enable_protocol"
5520 if test "$enableval" = yes; then
5521 ac_cv_use_protocol='wxUSE_PROTOCOL
=yes'
5523 ac_cv_use_protocol='wxUSE_PROTOCOL
=no
'
5528 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5529 if test "x$LINE" != x ; then
5530 eval "DEFAULT_$LINE"
5535 ac_cv_use_protocol='wxUSE_PROTOCOL
='$DEFAULT_wxUSE_PROTOCOL
5539 eval "$ac_cv_use_protocol"
5540 if test "$no_cache" != 1; then
5541 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5544 if test "$wxUSE_PROTOCOL" = yes; then
5545 echo "$as_me:$LINENO: result: yes" >&5
5546 echo "${ECHO_T}yes" >&6
5548 echo "$as_me:$LINENO: result: no" >&5
5549 echo "${ECHO_T}no" >&6
5554 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5555 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
5557 # Check whether --enable-protocol_http or --disable-protocol_http was given.
5558 if test "${enable_protocol_http+set}" = set; then
5559 enableval="$enable_protocol_http"
5561 if test "$enableval" = yes; then
5562 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=yes'
5564 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=no
'
5569 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5570 if test "x$LINE" != x ; then
5571 eval "DEFAULT_$LINE"
5576 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
='$DEFAULT_wxUSE_PROTOCOL_HTTP
5580 eval "$ac_cv_use_protocol_http"
5581 if test "$no_cache" != 1; then
5582 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5585 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
5586 echo "$as_me:$LINENO: result: yes" >&5
5587 echo "${ECHO_T}yes" >&6
5589 echo "$as_me:$LINENO: result: no" >&5
5590 echo "${ECHO_T}no" >&6
5595 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
5596 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
5598 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5599 if test "${enable_protocol_ftp+set}" = set; then
5600 enableval="$enable_protocol_ftp"
5602 if test "$enableval" = yes; then
5603 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
=yes'
5605 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
=no
'
5610 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5611 if test "x$LINE" != x ; then
5612 eval "DEFAULT_$LINE"
5617 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP
='$DEFAULT_wxUSE_PROTOCOL_FTP
5621 eval "$ac_cv_use_protocol_ftp"
5622 if test "$no_cache" != 1; then
5623 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5626 if test "$wxUSE_PROTOCOL_FTP" = yes; then
5627 echo "$as_me:$LINENO: result: yes" >&5
5628 echo "${ECHO_T}yes" >&6
5630 echo "$as_me:$LINENO: result: no" >&5
5631 echo "${ECHO_T}no" >&6
5636 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
5637 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
5639 # Check whether --enable-protocol_file or --disable-protocol_file was given.
5640 if test "${enable_protocol_file+set}" = set; then
5641 enableval="$enable_protocol_file"
5643 if test "$enableval" = yes; then
5644 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE
=yes'
5646 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE
=no
'
5651 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5652 if test "x$LINE" != x ; then
5653 eval "DEFAULT_$LINE"
5658 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE
='$DEFAULT_wxUSE_PROTOCOL_FILE
5662 eval "$ac_cv_use_protocol_file"
5663 if test "$no_cache" != 1; then
5664 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
5667 if test "$wxUSE_PROTOCOL_FILE" = yes; then
5668 echo "$as_me:$LINENO: result: yes" >&5
5669 echo "${ECHO_T}yes" >&6
5671 echo "$as_me:$LINENO: result: no" >&5
5672 echo "${ECHO_T}no" >&6
5680 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
5681 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
5683 # Check whether --enable-threads or --disable-threads was given.
5684 if test "${enable_threads+set}" = set; then
5685 enableval="$enable_threads"
5687 if test "$enableval" = yes; then
5688 ac_cv_use_threads='wxUSE_THREADS
=yes'
5690 ac_cv_use_threads='wxUSE_THREADS
=no
'
5695 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
5696 if test "x$LINE" != x ; then
5697 eval "DEFAULT_$LINE"
5702 ac_cv_use_threads='wxUSE_THREADS
='$DEFAULT_wxUSE_THREADS
5706 eval "$ac_cv_use_threads"
5707 if test "$no_cache" != 1; then
5708 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
5711 if test "$wxUSE_THREADS" = yes; then
5712 echo "$as_me:$LINENO: result: yes" >&5
5713 echo "${ECHO_T}yes" >&6
5715 echo "$as_me:$LINENO: result: no" >&5
5716 echo "${ECHO_T}no" >&6
5720 if test "$wxUSE_GUI" = "yes"; then
5725 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
5726 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
5728 # Check whether --enable-docview or --disable-docview was given.
5729 if test "${enable_docview+set}" = set; then
5730 enableval="$enable_docview"
5732 if test "$enableval" = yes; then
5733 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=yes'
5735 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=no
'
5740 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5741 if test "x$LINE" != x ; then
5742 eval "DEFAULT_$LINE"
5747 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
5751 eval "$ac_cv_use_docview"
5752 if test "$no_cache" != 1; then
5753 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5756 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
5757 echo "$as_me:$LINENO: result: yes" >&5
5758 echo "${ECHO_T}yes" >&6
5760 echo "$as_me:$LINENO: result: no" >&5
5761 echo "${ECHO_T}no" >&6
5766 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
5767 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
5769 # Check whether --enable-help or --disable-help was given.
5770 if test "${enable_help+set}" = set; then
5771 enableval="$enable_help"
5773 if test "$enableval" = yes; then
5774 ac_cv_use_help='wxUSE_HELP
=yes'
5776 ac_cv_use_help='wxUSE_HELP
=no
'
5781 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5782 if test "x$LINE" != x ; then
5783 eval "DEFAULT_$LINE"
5788 ac_cv_use_help='wxUSE_HELP
='$DEFAULT_wxUSE_HELP
5792 eval "$ac_cv_use_help"
5793 if test "$no_cache" != 1; then
5794 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5797 if test "$wxUSE_HELP" = yes; then
5798 echo "$as_me:$LINENO: result: yes" >&5
5799 echo "${ECHO_T}yes" >&6
5801 echo "$as_me:$LINENO: result: no" >&5
5802 echo "${ECHO_T}no" >&6
5807 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5808 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
5810 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5811 if test "${enable_mshtmlhelp+set}" = set; then
5812 enableval="$enable_mshtmlhelp"
5814 if test "$enableval" = yes; then
5815 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP
=yes'
5817 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP
=no
'
5822 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
5823 if test "x$LINE" != x ; then
5824 eval "DEFAULT_$LINE"
5829 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP
='$DEFAULT_wxUSE_MS_HTML_HELP
5833 eval "$ac_cv_use_mshtmlhelp"
5834 if test "$no_cache" != 1; then
5835 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
5838 if test "$wxUSE_MS_HTML_HELP" = yes; then
5839 echo "$as_me:$LINENO: result: yes" >&5
5840 echo "${ECHO_T}yes" >&6
5842 echo "$as_me:$LINENO: result: no" >&5
5843 echo "${ECHO_T}no" >&6
5848 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
5849 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
5851 # Check whether --enable-html or --disable-html was given.
5852 if test "${enable_html+set}" = set; then
5853 enableval="$enable_html"
5855 if test "$enableval" = yes; then
5856 ac_cv_use_html='wxUSE_HTML
=yes'
5858 ac_cv_use_html='wxUSE_HTML
=no
'
5863 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5864 if test "x$LINE" != x ; then
5865 eval "DEFAULT_$LINE"
5870 ac_cv_use_html='wxUSE_HTML
='$DEFAULT_wxUSE_HTML
5874 eval "$ac_cv_use_html"
5875 if test "$no_cache" != 1; then
5876 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5879 if test "$wxUSE_HTML" = yes; then
5880 echo "$as_me:$LINENO: result: yes" >&5
5881 echo "${ECHO_T}yes" >&6
5883 echo "$as_me:$LINENO: result: no" >&5
5884 echo "${ECHO_T}no" >&6
5889 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
5890 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
5892 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5893 if test "${enable_htmlhelp+set}" = set; then
5894 enableval="$enable_htmlhelp"
5896 if test "$enableval" = yes; then
5897 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP
=yes'
5899 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP
=no
'
5904 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5905 if test "x$LINE" != x ; then
5906 eval "DEFAULT_$LINE"
5911 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP
='$DEFAULT_wxUSE_WXHTML_HELP
5915 eval "$ac_cv_use_htmlhelp"
5916 if test "$no_cache" != 1; then
5917 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5920 if test "$wxUSE_WXHTML_HELP" = yes; then
5921 echo "$as_me:$LINENO: result: yes" >&5
5922 echo "${ECHO_T}yes" >&6
5924 echo "$as_me:$LINENO: result: no" >&5
5925 echo "${ECHO_T}no" >&6
5930 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
5931 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
5933 # Check whether --enable-constraints or --disable-constraints was given.
5934 if test "${enable_constraints+set}" = set; then
5935 enableval="$enable_constraints"
5937 if test "$enableval" = yes; then
5938 ac_cv_use_constraints='wxUSE_CONSTRAINTS
=yes'
5940 ac_cv_use_constraints='wxUSE_CONSTRAINTS
=no
'
5945 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5946 if test "x$LINE" != x ; then
5947 eval "DEFAULT_$LINE"
5952 ac_cv_use_constraints='wxUSE_CONSTRAINTS
='$DEFAULT_wxUSE_CONSTRAINTS
5956 eval "$ac_cv_use_constraints"
5957 if test "$no_cache" != 1; then
5958 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5961 if test "$wxUSE_CONSTRAINTS" = yes; then
5962 echo "$as_me:$LINENO: result: yes" >&5
5963 echo "${ECHO_T}yes" >&6
5965 echo "$as_me:$LINENO: result: no" >&5
5966 echo "${ECHO_T}no" >&6
5971 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
5972 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
5974 # Check whether --enable-printarch or --disable-printarch was given.
5975 if test "${enable_printarch+set}" = set; then
5976 enableval="$enable_printarch"
5978 if test "$enableval" = yes; then
5979 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE
=yes'
5981 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE
=no
'
5986 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5987 if test "x$LINE" != x ; then
5988 eval "DEFAULT_$LINE"
5993 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE
='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5997 eval "$ac_cv_use_printarch"
5998 if test "$no_cache" != 1; then
5999 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6002 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6003 echo "$as_me:$LINENO: result: yes" >&5
6004 echo "${ECHO_T}yes" >&6
6006 echo "$as_me:$LINENO: result: no" >&5
6007 echo "${ECHO_T}no" >&6
6012 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6013 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6015 # Check whether --enable-mdi or --disable-mdi was given.
6016 if test "${enable_mdi+set}" = set; then
6017 enableval="$enable_mdi"
6019 if test "$enableval" = yes; then
6020 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE
=yes'
6022 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE
=no
'
6027 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6028 if test "x$LINE" != x ; then
6029 eval "DEFAULT_$LINE"
6034 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE
='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6038 eval "$ac_cv_use_mdi"
6039 if test "$no_cache" != 1; then
6040 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6043 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6044 echo "$as_me:$LINENO: result: yes" >&5
6045 echo "${ECHO_T}yes" >&6
6047 echo "$as_me:$LINENO: result: no" >&5
6048 echo "${ECHO_T}no" >&6
6053 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6054 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6056 # Check whether --enable-loggui or --disable-loggui was given.
6057 if test "${enable_loggui+set}" = set; then
6058 enableval="$enable_loggui"
6060 if test "$enableval" = yes; then
6061 ac_cv_use_loggui='wxUSE_LOGGUI
=yes'
6063 ac_cv_use_loggui='wxUSE_LOGGUI
=no
'
6068 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6069 if test "x$LINE" != x ; then
6070 eval "DEFAULT_$LINE"
6075 ac_cv_use_loggui='wxUSE_LOGGUI
='$DEFAULT_wxUSE_LOGGUI
6079 eval "$ac_cv_use_loggui"
6080 if test "$no_cache" != 1; then
6081 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6084 if test "$wxUSE_LOGGUI" = yes; then
6085 echo "$as_me:$LINENO: result: yes" >&5
6086 echo "${ECHO_T}yes" >&6
6088 echo "$as_me:$LINENO: result: no" >&5
6089 echo "${ECHO_T}no" >&6
6094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6095 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6097 # Check whether --enable-logwin or --disable-logwin was given.
6098 if test "${enable_logwin+set}" = set; then
6099 enableval="$enable_logwin"
6101 if test "$enableval" = yes; then
6102 ac_cv_use_logwin='wxUSE_LOGWINDOW
=yes'
6104 ac_cv_use_logwin='wxUSE_LOGWINDOW
=no
'
6109 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6110 if test "x$LINE" != x ; then
6111 eval "DEFAULT_$LINE"
6116 ac_cv_use_logwin='wxUSE_LOGWINDOW
='$DEFAULT_wxUSE_LOGWINDOW
6120 eval "$ac_cv_use_logwin"
6121 if test "$no_cache" != 1; then
6122 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6125 if test "$wxUSE_LOGWINDOW" = yes; then
6126 echo "$as_me:$LINENO: result: yes" >&5
6127 echo "${ECHO_T}yes" >&6
6129 echo "$as_me:$LINENO: result: no" >&5
6130 echo "${ECHO_T}no" >&6
6135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6136 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6138 # Check whether --enable-logdialog or --disable-logdialog was given.
6139 if test "${enable_logdialog+set}" = set; then
6140 enableval="$enable_logdialog"
6142 if test "$enableval" = yes; then
6143 ac_cv_use_logdialog='wxUSE_LOGDIALOG
=yes'
6145 ac_cv_use_logdialog='wxUSE_LOGDIALOG
=no
'
6150 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6151 if test "x$LINE" != x ; then
6152 eval "DEFAULT_$LINE"
6157 ac_cv_use_logdialog='wxUSE_LOGDIALOG
='$DEFAULT_wxUSE_LOGDIALOG
6161 eval "$ac_cv_use_logdialog"
6162 if test "$no_cache" != 1; then
6163 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6166 if test "$wxUSE_LOGDIALOG" = yes; then
6167 echo "$as_me:$LINENO: result: yes" >&5
6168 echo "${ECHO_T}yes" >&6
6170 echo "$as_me:$LINENO: result: no" >&5
6171 echo "${ECHO_T}no" >&6
6177 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6178 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6180 # Check whether --enable-postscript or --disable-postscript was given.
6181 if test "${enable_postscript+set}" = set; then
6182 enableval="$enable_postscript"
6184 if test "$enableval" = yes; then
6185 ac_cv_use_postscript='wxUSE_POSTSCRIPT
=yes'
6187 ac_cv_use_postscript='wxUSE_POSTSCRIPT
=no
'
6192 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6193 if test "x$LINE" != x ; then
6194 eval "DEFAULT_$LINE"
6199 ac_cv_use_postscript='wxUSE_POSTSCRIPT
='$DEFAULT_wxUSE_POSTSCRIPT
6203 eval "$ac_cv_use_postscript"
6204 if test "$no_cache" != 1; then
6205 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6208 if test "$wxUSE_POSTSCRIPT" = yes; then
6209 echo "$as_me:$LINENO: result: yes" >&5
6210 echo "${ECHO_T}yes" >&6
6212 echo "$as_me:$LINENO: result: no" >&5
6213 echo "${ECHO_T}no" >&6
6221 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6222 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6224 # Check whether --enable-prologio or --disable-prologio was given.
6225 if test "${enable_prologio+set}" = set; then
6226 enableval="$enable_prologio"
6228 if test "$enableval" = yes; then
6229 ac_cv_use_prologio='wxUSE_PROLOGIO
=yes'
6231 ac_cv_use_prologio='wxUSE_PROLOGIO
=no
'
6236 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
6237 if test "x$LINE" != x ; then
6238 eval "DEFAULT_$LINE"
6243 ac_cv_use_prologio='wxUSE_PROLOGIO
='$DEFAULT_wxUSE_PROLOGIO
6247 eval "$ac_cv_use_prologio"
6248 if test "$no_cache" != 1; then
6249 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
6252 if test "$wxUSE_PROLOGIO" = yes; then
6253 echo "$as_me:$LINENO: result: yes" >&5
6254 echo "${ECHO_T}yes" >&6
6256 echo "$as_me:$LINENO: result: no" >&5
6257 echo "${ECHO_T}no" >&6
6262 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6263 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
6265 # Check whether --enable-resources or --disable-resources was given.
6266 if test "${enable_resources+set}" = set; then
6267 enableval="$enable_resources"
6269 if test "$enableval" = yes; then
6270 ac_cv_use_resources='wxUSE_RESOURCES
=yes'
6272 ac_cv_use_resources='wxUSE_RESOURCES
=no
'
6277 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
6278 if test "x$LINE" != x ; then
6279 eval "DEFAULT_$LINE"
6284 ac_cv_use_resources='wxUSE_RESOURCES
='$DEFAULT_wxUSE_RESOURCES
6288 eval "$ac_cv_use_resources"
6289 if test "$no_cache" != 1; then
6290 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
6293 if test "$wxUSE_RESOURCES" = yes; then
6294 echo "$as_me:$LINENO: result: yes" >&5
6295 echo "${ECHO_T}yes" >&6
6297 echo "$as_me:$LINENO: result: no" >&5
6298 echo "${ECHO_T}no" >&6
6305 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6306 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
6308 # Check whether --enable-clipboard or --disable-clipboard was given.
6309 if test "${enable_clipboard+set}" = set; then
6310 enableval="$enable_clipboard"
6312 if test "$enableval" = yes; then
6313 ac_cv_use_clipboard='wxUSE_CLIPBOARD
=yes'
6315 ac_cv_use_clipboard='wxUSE_CLIPBOARD
=no
'
6320 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6321 if test "x$LINE" != x ; then
6322 eval "DEFAULT_$LINE"
6327 ac_cv_use_clipboard='wxUSE_CLIPBOARD
='$DEFAULT_wxUSE_CLIPBOARD
6331 eval "$ac_cv_use_clipboard"
6332 if test "$no_cache" != 1; then
6333 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6336 if test "$wxUSE_CLIPBOARD" = yes; then
6337 echo "$as_me:$LINENO: result: yes" >&5
6338 echo "${ECHO_T}yes" >&6
6340 echo "$as_me:$LINENO: result: no" >&5
6341 echo "${ECHO_T}no" >&6
6346 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6347 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
6349 # Check whether --enable-dnd or --disable-dnd was given.
6350 if test "${enable_dnd+set}" = set; then
6351 enableval="$enable_dnd"
6353 if test "$enableval" = yes; then
6354 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP
=yes'
6356 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP
=no
'
6361 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6362 if test "x$LINE" != x ; then
6363 eval "DEFAULT_$LINE"
6368 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP
='$DEFAULT_wxUSE_DRAG_AND_DROP
6372 eval "$ac_cv_use_dnd"
6373 if test "$no_cache" != 1; then
6374 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6377 if test "$wxUSE_DRAG_AND_DROP" = yes; then
6378 echo "$as_me:$LINENO: result: yes" >&5
6379 echo "${ECHO_T}yes" >&6
6381 echo "$as_me:$LINENO: result: no" >&5
6382 echo "${ECHO_T}no" >&6
6387 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6388 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
6390 # Check whether --enable-metafile or --disable-metafile was given.
6391 if test "${enable_metafile+set}" = set; then
6392 enableval="$enable_metafile"
6394 if test "$enableval" = yes; then
6395 ac_cv_use_metafile='wxUSE_METAFILE
=yes'
6397 ac_cv_use_metafile='wxUSE_METAFILE
=no
'
6402 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6403 if test "x$LINE" != x ; then
6404 eval "DEFAULT_$LINE"
6409 ac_cv_use_metafile='wxUSE_METAFILE
='$DEFAULT_wxUSE_METAFILE
6413 eval "$ac_cv_use_metafile"
6414 if test "$no_cache" != 1; then
6415 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6418 if test "$wxUSE_METAFILE" = yes; then
6419 echo "$as_me:$LINENO: result: yes" >&5
6420 echo "${ECHO_T}yes" >&6
6422 echo "$as_me:$LINENO: result: no" >&5
6423 echo "${ECHO_T}no" >&6
6431 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6432 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
6434 # Check whether --enable-controls or --disable-controls was given.
6435 if test "${enable_controls+set}" = set; then
6436 enableval="$enable_controls"
6438 if test "$enableval" = yes; then
6439 ac_cv_use_controls='wxUSE_CONTROLS
=yes'
6441 ac_cv_use_controls='wxUSE_CONTROLS
=no
'
6446 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6447 if test "x$LINE" != x ; then
6448 eval "DEFAULT_$LINE"
6453 ac_cv_use_controls='wxUSE_CONTROLS
='$DEFAULT_wxUSE_CONTROLS
6457 eval "$ac_cv_use_controls"
6458 if test "$no_cache" != 1; then
6459 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6462 if test "$wxUSE_CONTROLS" = yes; then
6463 echo "$as_me:$LINENO: result: yes" >&5
6464 echo "${ECHO_T}yes" >&6
6466 echo "$as_me:$LINENO: result: no" >&5
6467 echo "${ECHO_T}no" >&6
6471 if test "$wxUSE_CONTROLS" = "yes"; then
6472 DEFAULT_wxUSE_ACCEL=yes
6473 DEFAULT_wxUSE_BMPBUTTON=yes
6474 DEFAULT_wxUSE_BUTTON=yes
6475 DEFAULT_wxUSE_CALCTRL=no
6476 DEFAULT_wxUSE_CARET=yes
6477 DEFAULT_wxUSE_COMBOBOX=yes
6478 DEFAULT_wxUSE_CHECKBOX=yes
6479 DEFAULT_wxUSE_CHECKLISTBOX=yes
6480 DEFAULT_wxUSE_CHOICE=yes
6481 DEFAULT_wxUSE_GAUGE=yes
6482 DEFAULT_wxUSE_GRID=yes
6483 DEFAULT_wxUSE_IMAGLIST=yes
6484 DEFAULT_wxUSE_LISTBOOK=yes
6485 DEFAULT_wxUSE_LISTBOX=yes
6486 DEFAULT_wxUSE_LISTCTRL=yes
6487 DEFAULT_wxUSE_NOTEBOOK=yes
6488 DEFAULT_wxUSE_RADIOBOX=yes
6489 DEFAULT_wxUSE_RADIOBTN=yes
6490 DEFAULT_wxUSE_SASH=yes
6491 DEFAULT_wxUSE_SCROLLBAR=yes
6492 DEFAULT_wxUSE_SLIDER=yes
6493 DEFAULT_wxUSE_SPINBTN=yes
6494 DEFAULT_wxUSE_SPINCTRL=yes
6495 DEFAULT_wxUSE_SPLITTER=yes
6496 DEFAULT_wxUSE_STATBMP=yes
6497 DEFAULT_wxUSE_STATBOX=yes
6498 DEFAULT_wxUSE_STATLINE=yes
6499 DEFAULT_wxUSE_STATUSBAR=yes
6500 DEFAULT_wxUSE_TAB_DIALOG=yes
6501 DEFAULT_wxUSE_TOGGLEBTN=yes
6502 DEFAULT_wxUSE_TOOLBAR=yes
6503 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
6504 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
6505 DEFAULT_wxUSE_TOOLTIPS=yes
6506 DEFAULT_wxUSE_TREECTRL=yes
6507 DEFAULT_wxUSE_POPUPWIN=yes
6508 DEFAULT_wxUSE_TIPWINDOW=yes
6509 elif test "$wxUSE_CONTROLS" = "no"; then
6510 DEFAULT_wxUSE_ACCEL=no
6511 DEFAULT_wxUSE_BMPBUTTON=no
6512 DEFAULT_wxUSE_BUTTON=no
6513 DEFAULT_wxUSE_CALCTRL=no
6514 DEFAULT_wxUSE_CARET=no
6515 DEFAULT_wxUSE_COMBOBOX=no
6516 DEFAULT_wxUSE_CHECKBOX=no
6517 DEFAULT_wxUSE_CHECKLISTBOX=no
6518 DEFAULT_wxUSE_CHOICE=no
6519 DEFAULT_wxUSE_GAUGE=no
6520 DEFAULT_wxUSE_GRID=no
6521 DEFAULT_wxUSE_IMAGLIST=no
6522 DEFAULT_wxUSE_LISTBOOK=no
6523 DEFAULT_wxUSE_LISTBOX=no
6524 DEFAULT_wxUSE_LISTCTRL=no
6525 DEFAULT_wxUSE_NOTEBOOK=no
6526 DEFAULT_wxUSE_RADIOBOX=no
6527 DEFAULT_wxUSE_RADIOBTN=no
6528 DEFAULT_wxUSE_SASH=no
6529 DEFAULT_wxUSE_SCROLLBAR=no
6530 DEFAULT_wxUSE_SLIDER=no
6531 DEFAULT_wxUSE_SPINBTN=no
6532 DEFAULT_wxUSE_SPINCTRL=no
6533 DEFAULT_wxUSE_SPLITTER=no
6534 DEFAULT_wxUSE_STATBMP=no
6535 DEFAULT_wxUSE_STATBOX=no
6536 DEFAULT_wxUSE_STATLINE=no
6537 DEFAULT_wxUSE_STATUSBAR=no
6538 DEFAULT_wxUSE_TAB_DIALOG=no
6539 DEFAULT_wxUSE_TOGGLEBTN=no
6540 DEFAULT_wxUSE_TOOLBAR=no
6541 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6542 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
6543 DEFAULT_wxUSE_TOOLTIPS=no
6544 DEFAULT_wxUSE_TREECTRL=no
6545 DEFAULT_wxUSE_POPUPWIN=no
6546 DEFAULT_wxUSE_TIPWINDOW=no
6549 ## FIXME: This is a blatant hack
6550 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
6551 wxUSE_PRINTING_ARCHITECTURE=no
6552 wxUSE_DRAG_AND_DROP=no
6553 # Generic notebook requires tab dialog
6554 DEFAULT_wxUSE_TABDIALOG=yes
6555 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6556 DEFAULT_wxUSE_SCROLLBAR=no
6557 DEFAULT_wxUSE_TOOLTIPS=no
6558 DEFAULT_wxUSE_DRAGIMAGE=no
6563 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
6564 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
6566 # Check whether --enable-accel or --disable-accel was given.
6567 if test "${enable_accel+set}" = set; then
6568 enableval="$enable_accel"
6570 if test "$enableval" = yes; then
6571 ac_cv_use_accel='wxUSE_ACCEL
=yes'
6573 ac_cv_use_accel='wxUSE_ACCEL
=no
'
6578 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
6579 if test "x$LINE" != x ; then
6580 eval "DEFAULT_$LINE"
6585 ac_cv_use_accel='wxUSE_ACCEL
='$DEFAULT_wxUSE_ACCEL
6589 eval "$ac_cv_use_accel"
6590 if test "$no_cache" != 1; then
6591 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
6594 if test "$wxUSE_ACCEL" = yes; then
6595 echo "$as_me:$LINENO: result: yes" >&5
6596 echo "${ECHO_T}yes" >&6
6598 echo "$as_me:$LINENO: result: no" >&5
6599 echo "${ECHO_T}no" >&6
6604 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
6605 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
6607 # Check whether --enable-button or --disable-button was given.
6608 if test "${enable_button+set}" = set; then
6609 enableval="$enable_button"
6611 if test "$enableval" = yes; then
6612 ac_cv_use_button='wxUSE_BUTTON
=yes'
6614 ac_cv_use_button='wxUSE_BUTTON
=no
'
6619 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
6620 if test "x$LINE" != x ; then
6621 eval "DEFAULT_$LINE"
6626 ac_cv_use_button='wxUSE_BUTTON
='$DEFAULT_wxUSE_BUTTON
6630 eval "$ac_cv_use_button"
6631 if test "$no_cache" != 1; then
6632 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
6635 if test "$wxUSE_BUTTON" = yes; then
6636 echo "$as_me:$LINENO: result: yes" >&5
6637 echo "${ECHO_T}yes" >&6
6639 echo "$as_me:$LINENO: result: no" >&5
6640 echo "${ECHO_T}no" >&6
6645 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
6646 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
6648 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
6649 if test "${enable_bmpbutton+set}" = set; then
6650 enableval="$enable_bmpbutton"
6652 if test "$enableval" = yes; then
6653 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON
=yes'
6655 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON
=no
'
6660 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
6661 if test "x$LINE" != x ; then
6662 eval "DEFAULT_$LINE"
6667 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON
='$DEFAULT_wxUSE_BMPBUTTON
6671 eval "$ac_cv_use_bmpbutton"
6672 if test "$no_cache" != 1; then
6673 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
6676 if test "$wxUSE_BMPBUTTON" = yes; then
6677 echo "$as_me:$LINENO: result: yes" >&5
6678 echo "${ECHO_T}yes" >&6
6680 echo "$as_me:$LINENO: result: no" >&5
6681 echo "${ECHO_T}no" >&6
6686 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
6687 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
6689 # Check whether --enable-calendar or --disable-calendar was given.
6690 if test "${enable_calendar+set}" = set; then
6691 enableval="$enable_calendar"
6693 if test "$enableval" = yes; then
6694 ac_cv_use_calendar='wxUSE_CALCTRL
=yes'
6696 ac_cv_use_calendar='wxUSE_CALCTRL
=no
'
6701 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
6702 if test "x$LINE" != x ; then
6703 eval "DEFAULT_$LINE"
6708 ac_cv_use_calendar='wxUSE_CALCTRL
='$DEFAULT_wxUSE_CALCTRL
6712 eval "$ac_cv_use_calendar"
6713 if test "$no_cache" != 1; then
6714 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6717 if test "$wxUSE_CALCTRL" = yes; then
6718 echo "$as_me:$LINENO: result: yes" >&5
6719 echo "${ECHO_T}yes" >&6
6721 echo "$as_me:$LINENO: result: no" >&5
6722 echo "${ECHO_T}no" >&6
6727 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
6728 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
6730 # Check whether --enable-caret or --disable-caret was given.
6731 if test "${enable_caret+set}" = set; then
6732 enableval="$enable_caret"
6734 if test "$enableval" = yes; then
6735 ac_cv_use_caret='wxUSE_CARET
=yes'
6737 ac_cv_use_caret='wxUSE_CARET
=no
'
6742 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6743 if test "x$LINE" != x ; then
6744 eval "DEFAULT_$LINE"
6749 ac_cv_use_caret='wxUSE_CARET
='$DEFAULT_wxUSE_CARET
6753 eval "$ac_cv_use_caret"
6754 if test "$no_cache" != 1; then
6755 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6758 if test "$wxUSE_CARET" = yes; then
6759 echo "$as_me:$LINENO: result: yes" >&5
6760 echo "${ECHO_T}yes" >&6
6762 echo "$as_me:$LINENO: result: no" >&5
6763 echo "${ECHO_T}no" >&6
6768 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
6769 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
6771 # Check whether --enable-checkbox or --disable-checkbox was given.
6772 if test "${enable_checkbox+set}" = set; then
6773 enableval="$enable_checkbox"
6775 if test "$enableval" = yes; then
6776 ac_cv_use_checkbox='wxUSE_CHECKBOX
=yes'
6778 ac_cv_use_checkbox='wxUSE_CHECKBOX
=no
'
6783 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6784 if test "x$LINE" != x ; then
6785 eval "DEFAULT_$LINE"
6790 ac_cv_use_checkbox='wxUSE_CHECKBOX
='$DEFAULT_wxUSE_CHECKBOX
6794 eval "$ac_cv_use_checkbox"
6795 if test "$no_cache" != 1; then
6796 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6799 if test "$wxUSE_CHECKBOX" = yes; then
6800 echo "$as_me:$LINENO: result: yes" >&5
6801 echo "${ECHO_T}yes" >&6
6803 echo "$as_me:$LINENO: result: no" >&5
6804 echo "${ECHO_T}no" >&6
6809 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
6810 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
6812 # Check whether --enable-checklst or --disable-checklst was given.
6813 if test "${enable_checklst+set}" = set; then
6814 enableval="$enable_checklst"
6816 if test "$enableval" = yes; then
6817 ac_cv_use_checklst='wxUSE_CHECKLST
=yes'
6819 ac_cv_use_checklst='wxUSE_CHECKLST
=no
'
6824 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
6825 if test "x$LINE" != x ; then
6826 eval "DEFAULT_$LINE"
6831 ac_cv_use_checklst='wxUSE_CHECKLST
='$DEFAULT_wxUSE_CHECKLST
6835 eval "$ac_cv_use_checklst"
6836 if test "$no_cache" != 1; then
6837 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6840 if test "$wxUSE_CHECKLST" = yes; then
6841 echo "$as_me:$LINENO: result: yes" >&5
6842 echo "${ECHO_T}yes" >&6
6844 echo "$as_me:$LINENO: result: no" >&5
6845 echo "${ECHO_T}no" >&6
6850 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
6851 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
6853 # Check whether --enable-choice or --disable-choice was given.
6854 if test "${enable_choice+set}" = set; then
6855 enableval="$enable_choice"
6857 if test "$enableval" = yes; then
6858 ac_cv_use_choice='wxUSE_CHOICE
=yes'
6860 ac_cv_use_choice='wxUSE_CHOICE
=no
'
6865 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6866 if test "x$LINE" != x ; then
6867 eval "DEFAULT_$LINE"
6872 ac_cv_use_choice='wxUSE_CHOICE
='$DEFAULT_wxUSE_CHOICE
6876 eval "$ac_cv_use_choice"
6877 if test "$no_cache" != 1; then
6878 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6881 if test "$wxUSE_CHOICE" = yes; then
6882 echo "$as_me:$LINENO: result: yes" >&5
6883 echo "${ECHO_T}yes" >&6
6885 echo "$as_me:$LINENO: result: no" >&5
6886 echo "${ECHO_T}no" >&6
6891 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
6892 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
6894 # Check whether --enable-combobox or --disable-combobox was given.
6895 if test "${enable_combobox+set}" = set; then
6896 enableval="$enable_combobox"
6898 if test "$enableval" = yes; then
6899 ac_cv_use_combobox='wxUSE_COMBOBOX
=yes'
6901 ac_cv_use_combobox='wxUSE_COMBOBOX
=no
'
6906 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6907 if test "x$LINE" != x ; then
6908 eval "DEFAULT_$LINE"
6913 ac_cv_use_combobox='wxUSE_COMBOBOX
='$DEFAULT_wxUSE_COMBOBOX
6917 eval "$ac_cv_use_combobox"
6918 if test "$no_cache" != 1; then
6919 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6922 if test "$wxUSE_COMBOBOX" = yes; then
6923 echo "$as_me:$LINENO: result: yes" >&5
6924 echo "${ECHO_T}yes" >&6
6926 echo "$as_me:$LINENO: result: no" >&5
6927 echo "${ECHO_T}no" >&6
6932 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
6933 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
6935 # Check whether --enable-display or --disable-display was given.
6936 if test "${enable_display+set}" = set; then
6937 enableval="$enable_display"
6939 if test "$enableval" = yes; then
6940 ac_cv_use_display='wxUSE_DISPLAY
=yes'
6942 ac_cv_use_display='wxUSE_DISPLAY
=no
'
6947 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
6948 if test "x$LINE" != x ; then
6949 eval "DEFAULT_$LINE"
6954 ac_cv_use_display='wxUSE_DISPLAY
='$DEFAULT_wxUSE_DISPLAY
6958 eval "$ac_cv_use_display"
6959 if test "$no_cache" != 1; then
6960 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
6963 if test "$wxUSE_DISPLAY" = yes; then
6964 echo "$as_me:$LINENO: result: yes" >&5
6965 echo "${ECHO_T}yes" >&6
6967 echo "$as_me:$LINENO: result: no" >&5
6968 echo "${ECHO_T}no" >&6
6973 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
6974 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
6976 # Check whether --enable-gauge or --disable-gauge was given.
6977 if test "${enable_gauge+set}" = set; then
6978 enableval="$enable_gauge"
6980 if test "$enableval" = yes; then
6981 ac_cv_use_gauge='wxUSE_GAUGE
=yes'
6983 ac_cv_use_gauge='wxUSE_GAUGE
=no
'
6988 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6989 if test "x$LINE" != x ; then
6990 eval "DEFAULT_$LINE"
6995 ac_cv_use_gauge='wxUSE_GAUGE
='$DEFAULT_wxUSE_GAUGE
6999 eval "$ac_cv_use_gauge"
7000 if test "$no_cache" != 1; then
7001 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7004 if test "$wxUSE_GAUGE" = yes; then
7005 echo "$as_me:$LINENO: result: yes" >&5
7006 echo "${ECHO_T}yes" >&6
7008 echo "$as_me:$LINENO: result: no" >&5
7009 echo "${ECHO_T}no" >&6
7014 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7015 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7017 # Check whether --enable-grid or --disable-grid was given.
7018 if test "${enable_grid+set}" = set; then
7019 enableval="$enable_grid"
7021 if test "$enableval" = yes; then
7022 ac_cv_use_grid='wxUSE_GRID
=yes'
7024 ac_cv_use_grid='wxUSE_GRID
=no
'
7029 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7030 if test "x$LINE" != x ; then
7031 eval "DEFAULT_$LINE"
7036 ac_cv_use_grid='wxUSE_GRID
='$DEFAULT_wxUSE_GRID
7040 eval "$ac_cv_use_grid"
7041 if test "$no_cache" != 1; then
7042 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7045 if test "$wxUSE_GRID" = yes; then
7046 echo "$as_me:$LINENO: result: yes" >&5
7047 echo "${ECHO_T}yes" >&6
7049 echo "$as_me:$LINENO: result: no" >&5
7050 echo "${ECHO_T}no" >&6
7055 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7056 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7058 # Check whether --enable-imaglist or --disable-imaglist was given.
7059 if test "${enable_imaglist+set}" = set; then
7060 enableval="$enable_imaglist"
7062 if test "$enableval" = yes; then
7063 ac_cv_use_imaglist='wxUSE_IMAGLIST
=yes'
7065 ac_cv_use_imaglist='wxUSE_IMAGLIST
=no
'
7070 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7071 if test "x$LINE" != x ; then
7072 eval "DEFAULT_$LINE"
7077 ac_cv_use_imaglist='wxUSE_IMAGLIST
='$DEFAULT_wxUSE_IMAGLIST
7081 eval "$ac_cv_use_imaglist"
7082 if test "$no_cache" != 1; then
7083 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7086 if test "$wxUSE_IMAGLIST" = yes; then
7087 echo "$as_me:$LINENO: result: yes" >&5
7088 echo "${ECHO_T}yes" >&6
7090 echo "$as_me:$LINENO: result: no" >&5
7091 echo "${ECHO_T}no" >&6
7096 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7097 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7099 # Check whether --enable-listbook or --disable-listbook was given.
7100 if test "${enable_listbook+set}" = set; then
7101 enableval="$enable_listbook"
7103 if test "$enableval" = yes; then
7104 ac_cv_use_listbook='wxUSE_LISTBOOK
=yes'
7106 ac_cv_use_listbook='wxUSE_LISTBOOK
=no
'
7111 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7112 if test "x$LINE" != x ; then
7113 eval "DEFAULT_$LINE"
7118 ac_cv_use_listbook='wxUSE_LISTBOOK
='$DEFAULT_wxUSE_LISTBOOK
7122 eval "$ac_cv_use_listbook"
7123 if test "$no_cache" != 1; then
7124 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7127 if test "$wxUSE_LISTBOOK" = yes; then
7128 echo "$as_me:$LINENO: result: yes" >&5
7129 echo "${ECHO_T}yes" >&6
7131 echo "$as_me:$LINENO: result: no" >&5
7132 echo "${ECHO_T}no" >&6
7137 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7138 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7140 # Check whether --enable-listbox or --disable-listbox was given.
7141 if test "${enable_listbox+set}" = set; then
7142 enableval="$enable_listbox"
7144 if test "$enableval" = yes; then
7145 ac_cv_use_listbox='wxUSE_LISTBOX
=yes'
7147 ac_cv_use_listbox='wxUSE_LISTBOX
=no
'
7152 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7153 if test "x$LINE" != x ; then
7154 eval "DEFAULT_$LINE"
7159 ac_cv_use_listbox='wxUSE_LISTBOX
='$DEFAULT_wxUSE_LISTBOX
7163 eval "$ac_cv_use_listbox"
7164 if test "$no_cache" != 1; then
7165 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7168 if test "$wxUSE_LISTBOX" = yes; then
7169 echo "$as_me:$LINENO: result: yes" >&5
7170 echo "${ECHO_T}yes" >&6
7172 echo "$as_me:$LINENO: result: no" >&5
7173 echo "${ECHO_T}no" >&6
7178 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7179 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
7181 # Check whether --enable-listctrl or --disable-listctrl was given.
7182 if test "${enable_listctrl+set}" = set; then
7183 enableval="$enable_listctrl"
7185 if test "$enableval" = yes; then
7186 ac_cv_use_listctrl='wxUSE_LISTCTRL
=yes'
7188 ac_cv_use_listctrl='wxUSE_LISTCTRL
=no
'
7193 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7194 if test "x$LINE" != x ; then
7195 eval "DEFAULT_$LINE"
7200 ac_cv_use_listctrl='wxUSE_LISTCTRL
='$DEFAULT_wxUSE_LISTCTRL
7204 eval "$ac_cv_use_listctrl"
7205 if test "$no_cache" != 1; then
7206 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7209 if test "$wxUSE_LISTCTRL" = yes; then
7210 echo "$as_me:$LINENO: result: yes" >&5
7211 echo "${ECHO_T}yes" >&6
7213 echo "$as_me:$LINENO: result: no" >&5
7214 echo "${ECHO_T}no" >&6
7219 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7220 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
7222 # Check whether --enable-notebook or --disable-notebook was given.
7223 if test "${enable_notebook+set}" = set; then
7224 enableval="$enable_notebook"
7226 if test "$enableval" = yes; then
7227 ac_cv_use_notebook='wxUSE_NOTEBOOK
=yes'
7229 ac_cv_use_notebook='wxUSE_NOTEBOOK
=no
'
7234 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7235 if test "x$LINE" != x ; then
7236 eval "DEFAULT_$LINE"
7241 ac_cv_use_notebook='wxUSE_NOTEBOOK
='$DEFAULT_wxUSE_NOTEBOOK
7245 eval "$ac_cv_use_notebook"
7246 if test "$no_cache" != 1; then
7247 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7250 if test "$wxUSE_NOTEBOOK" = yes; then
7251 echo "$as_me:$LINENO: result: yes" >&5
7252 echo "${ECHO_T}yes" >&6
7254 echo "$as_me:$LINENO: result: no" >&5
7255 echo "${ECHO_T}no" >&6
7260 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7261 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
7263 # Check whether --enable-radiobox or --disable-radiobox was given.
7264 if test "${enable_radiobox+set}" = set; then
7265 enableval="$enable_radiobox"
7267 if test "$enableval" = yes; then
7268 ac_cv_use_radiobox='wxUSE_RADIOBOX
=yes'
7270 ac_cv_use_radiobox='wxUSE_RADIOBOX
=no
'
7275 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7276 if test "x$LINE" != x ; then
7277 eval "DEFAULT_$LINE"
7282 ac_cv_use_radiobox='wxUSE_RADIOBOX
='$DEFAULT_wxUSE_RADIOBOX
7286 eval "$ac_cv_use_radiobox"
7287 if test "$no_cache" != 1; then
7288 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7291 if test "$wxUSE_RADIOBOX" = yes; then
7292 echo "$as_me:$LINENO: result: yes" >&5
7293 echo "${ECHO_T}yes" >&6
7295 echo "$as_me:$LINENO: result: no" >&5
7296 echo "${ECHO_T}no" >&6
7301 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7302 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
7304 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7305 if test "${enable_radiobtn+set}" = set; then
7306 enableval="$enable_radiobtn"
7308 if test "$enableval" = yes; then
7309 ac_cv_use_radiobtn='wxUSE_RADIOBTN
=yes'
7311 ac_cv_use_radiobtn='wxUSE_RADIOBTN
=no
'
7316 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7317 if test "x$LINE" != x ; then
7318 eval "DEFAULT_$LINE"
7323 ac_cv_use_radiobtn='wxUSE_RADIOBTN
='$DEFAULT_wxUSE_RADIOBTN
7327 eval "$ac_cv_use_radiobtn"
7328 if test "$no_cache" != 1; then
7329 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7332 if test "$wxUSE_RADIOBTN" = yes; then
7333 echo "$as_me:$LINENO: result: yes" >&5
7334 echo "${ECHO_T}yes" >&6
7336 echo "$as_me:$LINENO: result: no" >&5
7337 echo "${ECHO_T}no" >&6
7342 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7343 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
7345 # Check whether --enable-sash or --disable-sash was given.
7346 if test "${enable_sash+set}" = set; then
7347 enableval="$enable_sash"
7349 if test "$enableval" = yes; then
7350 ac_cv_use_sash='wxUSE_SASH
=yes'
7352 ac_cv_use_sash='wxUSE_SASH
=no
'
7357 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7358 if test "x$LINE" != x ; then
7359 eval "DEFAULT_$LINE"
7364 ac_cv_use_sash='wxUSE_SASH
='$DEFAULT_wxUSE_SASH
7368 eval "$ac_cv_use_sash"
7369 if test "$no_cache" != 1; then
7370 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7373 if test "$wxUSE_SASH" = yes; then
7374 echo "$as_me:$LINENO: result: yes" >&5
7375 echo "${ECHO_T}yes" >&6
7377 echo "$as_me:$LINENO: result: no" >&5
7378 echo "${ECHO_T}no" >&6
7383 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7384 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
7386 # Check whether --enable-scrollbar or --disable-scrollbar was given.
7387 if test "${enable_scrollbar+set}" = set; then
7388 enableval="$enable_scrollbar"
7390 if test "$enableval" = yes; then
7391 ac_cv_use_scrollbar='wxUSE_SCROLLBAR
=yes'
7393 ac_cv_use_scrollbar='wxUSE_SCROLLBAR
=no
'
7398 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7399 if test "x$LINE" != x ; then
7400 eval "DEFAULT_$LINE"
7405 ac_cv_use_scrollbar='wxUSE_SCROLLBAR
='$DEFAULT_wxUSE_SCROLLBAR
7409 eval "$ac_cv_use_scrollbar"
7410 if test "$no_cache" != 1; then
7411 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7414 if test "$wxUSE_SCROLLBAR" = yes; then
7415 echo "$as_me:$LINENO: result: yes" >&5
7416 echo "${ECHO_T}yes" >&6
7418 echo "$as_me:$LINENO: result: no" >&5
7419 echo "${ECHO_T}no" >&6
7424 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7425 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
7427 # Check whether --enable-slider or --disable-slider was given.
7428 if test "${enable_slider+set}" = set; then
7429 enableval="$enable_slider"
7431 if test "$enableval" = yes; then
7432 ac_cv_use_slider='wxUSE_SLIDER
=yes'
7434 ac_cv_use_slider='wxUSE_SLIDER
=no
'
7439 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7440 if test "x$LINE" != x ; then
7441 eval "DEFAULT_$LINE"
7446 ac_cv_use_slider='wxUSE_SLIDER
='$DEFAULT_wxUSE_SLIDER
7450 eval "$ac_cv_use_slider"
7451 if test "$no_cache" != 1; then
7452 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7455 if test "$wxUSE_SLIDER" = yes; then
7456 echo "$as_me:$LINENO: result: yes" >&5
7457 echo "${ECHO_T}yes" >&6
7459 echo "$as_me:$LINENO: result: no" >&5
7460 echo "${ECHO_T}no" >&6
7465 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7466 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
7468 # Check whether --enable-spinbtn or --disable-spinbtn was given.
7469 if test "${enable_spinbtn+set}" = set; then
7470 enableval="$enable_spinbtn"
7472 if test "$enableval" = yes; then
7473 ac_cv_use_spinbtn='wxUSE_SPINBTN
=yes'
7475 ac_cv_use_spinbtn='wxUSE_SPINBTN
=no
'
7480 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7481 if test "x$LINE" != x ; then
7482 eval "DEFAULT_$LINE"
7487 ac_cv_use_spinbtn='wxUSE_SPINBTN
='$DEFAULT_wxUSE_SPINBTN
7491 eval "$ac_cv_use_spinbtn"
7492 if test "$no_cache" != 1; then
7493 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7496 if test "$wxUSE_SPINBTN" = yes; then
7497 echo "$as_me:$LINENO: result: yes" >&5
7498 echo "${ECHO_T}yes" >&6
7500 echo "$as_me:$LINENO: result: no" >&5
7501 echo "${ECHO_T}no" >&6
7506 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
7507 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
7509 # Check whether --enable-spinctrl or --disable-spinctrl was given.
7510 if test "${enable_spinctrl+set}" = set; then
7511 enableval="$enable_spinctrl"
7513 if test "$enableval" = yes; then
7514 ac_cv_use_spinctrl='wxUSE_SPINCTRL
=yes'
7516 ac_cv_use_spinctrl='wxUSE_SPINCTRL
=no
'
7521 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
7522 if test "x$LINE" != x ; then
7523 eval "DEFAULT_$LINE"
7528 ac_cv_use_spinctrl='wxUSE_SPINCTRL
='$DEFAULT_wxUSE_SPINCTRL
7532 eval "$ac_cv_use_spinctrl"
7533 if test "$no_cache" != 1; then
7534 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
7537 if test "$wxUSE_SPINCTRL" = yes; then
7538 echo "$as_me:$LINENO: result: yes" >&5
7539 echo "${ECHO_T}yes" >&6
7541 echo "$as_me:$LINENO: result: no" >&5
7542 echo "${ECHO_T}no" >&6
7547 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
7548 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
7550 # Check whether --enable-splitter or --disable-splitter was given.
7551 if test "${enable_splitter+set}" = set; then
7552 enableval="$enable_splitter"
7554 if test "$enableval" = yes; then
7555 ac_cv_use_splitter='wxUSE_SPLITTER
=yes'
7557 ac_cv_use_splitter='wxUSE_SPLITTER
=no
'
7562 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
7563 if test "x$LINE" != x ; then
7564 eval "DEFAULT_$LINE"
7569 ac_cv_use_splitter='wxUSE_SPLITTER
='$DEFAULT_wxUSE_SPLITTER
7573 eval "$ac_cv_use_splitter"
7574 if test "$no_cache" != 1; then
7575 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
7578 if test "$wxUSE_SPLITTER" = yes; then
7579 echo "$as_me:$LINENO: result: yes" >&5
7580 echo "${ECHO_T}yes" >&6
7582 echo "$as_me:$LINENO: result: no" >&5
7583 echo "${ECHO_T}no" >&6
7588 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
7589 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
7591 # Check whether --enable-statbmp or --disable-statbmp was given.
7592 if test "${enable_statbmp+set}" = set; then
7593 enableval="$enable_statbmp"
7595 if test "$enableval" = yes; then
7596 ac_cv_use_statbmp='wxUSE_STATBMP
=yes'
7598 ac_cv_use_statbmp='wxUSE_STATBMP
=no
'
7603 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
7604 if test "x$LINE" != x ; then
7605 eval "DEFAULT_$LINE"
7610 ac_cv_use_statbmp='wxUSE_STATBMP
='$DEFAULT_wxUSE_STATBMP
7614 eval "$ac_cv_use_statbmp"
7615 if test "$no_cache" != 1; then
7616 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
7619 if test "$wxUSE_STATBMP" = yes; then
7620 echo "$as_me:$LINENO: result: yes" >&5
7621 echo "${ECHO_T}yes" >&6
7623 echo "$as_me:$LINENO: result: no" >&5
7624 echo "${ECHO_T}no" >&6
7629 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
7630 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
7632 # Check whether --enable-statbox or --disable-statbox was given.
7633 if test "${enable_statbox+set}" = set; then
7634 enableval="$enable_statbox"
7636 if test "$enableval" = yes; then
7637 ac_cv_use_statbox='wxUSE_STATBOX
=yes'
7639 ac_cv_use_statbox='wxUSE_STATBOX
=no
'
7644 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
7645 if test "x$LINE" != x ; then
7646 eval "DEFAULT_$LINE"
7651 ac_cv_use_statbox='wxUSE_STATBOX
='$DEFAULT_wxUSE_STATBOX
7655 eval "$ac_cv_use_statbox"
7656 if test "$no_cache" != 1; then
7657 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
7660 if test "$wxUSE_STATBOX" = yes; then
7661 echo "$as_me:$LINENO: result: yes" >&5
7662 echo "${ECHO_T}yes" >&6
7664 echo "$as_me:$LINENO: result: no" >&5
7665 echo "${ECHO_T}no" >&6
7670 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
7671 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
7673 # Check whether --enable-statline or --disable-statline was given.
7674 if test "${enable_statline+set}" = set; then
7675 enableval="$enable_statline"
7677 if test "$enableval" = yes; then
7678 ac_cv_use_statline='wxUSE_STATLINE
=yes'
7680 ac_cv_use_statline='wxUSE_STATLINE
=no
'
7685 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
7686 if test "x$LINE" != x ; then
7687 eval "DEFAULT_$LINE"
7692 ac_cv_use_statline='wxUSE_STATLINE
='$DEFAULT_wxUSE_STATLINE
7696 eval "$ac_cv_use_statline"
7697 if test "$no_cache" != 1; then
7698 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
7701 if test "$wxUSE_STATLINE" = yes; then
7702 echo "$as_me:$LINENO: result: yes" >&5
7703 echo "${ECHO_T}yes" >&6
7705 echo "$as_me:$LINENO: result: no" >&5
7706 echo "${ECHO_T}no" >&6
7711 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
7712 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
7714 # Check whether --enable-stattext or --disable-stattext was given.
7715 if test "${enable_stattext+set}" = set; then
7716 enableval="$enable_stattext"
7718 if test "$enableval" = yes; then
7719 ac_cv_use_stattext='wxUSE_STATTEXT
=yes'
7721 ac_cv_use_stattext='wxUSE_STATTEXT
=no
'
7726 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
7727 if test "x$LINE" != x ; then
7728 eval "DEFAULT_$LINE"
7733 ac_cv_use_stattext='wxUSE_STATTEXT
='$DEFAULT_wxUSE_STATTEXT
7737 eval "$ac_cv_use_stattext"
7738 if test "$no_cache" != 1; then
7739 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
7742 if test "$wxUSE_STATTEXT" = yes; then
7743 echo "$as_me:$LINENO: result: yes" >&5
7744 echo "${ECHO_T}yes" >&6
7746 echo "$as_me:$LINENO: result: no" >&5
7747 echo "${ECHO_T}no" >&6
7752 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
7753 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
7755 # Check whether --enable-statusbar or --disable-statusbar was given.
7756 if test "${enable_statusbar+set}" = set; then
7757 enableval="$enable_statusbar"
7759 if test "$enableval" = yes; then
7760 ac_cv_use_statusbar='wxUSE_STATUSBAR
=yes'
7762 ac_cv_use_statusbar='wxUSE_STATUSBAR
=no
'
7767 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
7768 if test "x$LINE" != x ; then
7769 eval "DEFAULT_$LINE"
7774 ac_cv_use_statusbar='wxUSE_STATUSBAR
='$DEFAULT_wxUSE_STATUSBAR
7778 eval "$ac_cv_use_statusbar"
7779 if test "$no_cache" != 1; then
7780 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7783 if test "$wxUSE_STATUSBAR" = yes; then
7784 echo "$as_me:$LINENO: result: yes" >&5
7785 echo "${ECHO_T}yes" >&6
7787 echo "$as_me:$LINENO: result: no" >&5
7788 echo "${ECHO_T}no" >&6
7793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
7794 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
7796 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7797 if test "${enable_tabdialog+set}" = set; then
7798 enableval="$enable_tabdialog"
7800 if test "$enableval" = yes; then
7801 ac_cv_use_tabdialog='wxUSE_TABDIALOG
=yes'
7803 ac_cv_use_tabdialog='wxUSE_TABDIALOG
=no
'
7808 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7809 if test "x$LINE" != x ; then
7810 eval "DEFAULT_$LINE"
7815 ac_cv_use_tabdialog='wxUSE_TABDIALOG
='$DEFAULT_wxUSE_TABDIALOG
7819 eval "$ac_cv_use_tabdialog"
7820 if test "$no_cache" != 1; then
7821 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
7824 if test "$wxUSE_TABDIALOG" = yes; then
7825 echo "$as_me:$LINENO: result: yes" >&5
7826 echo "${ECHO_T}yes" >&6
7828 echo "$as_me:$LINENO: result: no" >&5
7829 echo "${ECHO_T}no" >&6
7834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
7835 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
7837 # Check whether --enable-textctrl or --disable-textctrl was given.
7838 if test "${enable_textctrl+set}" = set; then
7839 enableval="$enable_textctrl"
7841 if test "$enableval" = yes; then
7842 ac_cv_use_textctrl='wxUSE_TEXTCTRL
=yes'
7844 ac_cv_use_textctrl='wxUSE_TEXTCTRL
=no
'
7849 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
7850 if test "x$LINE" != x ; then
7851 eval "DEFAULT_$LINE"
7856 ac_cv_use_textctrl='wxUSE_TEXTCTRL
='$DEFAULT_wxUSE_TEXTCTRL
7860 eval "$ac_cv_use_textctrl"
7861 if test "$no_cache" != 1; then
7862 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
7865 if test "$wxUSE_TEXTCTRL" = yes; then
7866 echo "$as_me:$LINENO: result: yes" >&5
7867 echo "${ECHO_T}yes" >&6
7869 echo "$as_me:$LINENO: result: no" >&5
7870 echo "${ECHO_T}no" >&6
7875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
7876 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
7878 # Check whether --enable-togglebtn or --disable-togglebtn was given.
7879 if test "${enable_togglebtn+set}" = set; then
7880 enableval="$enable_togglebtn"
7882 if test "$enableval" = yes; then
7883 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN
=yes'
7885 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN
=no
'
7890 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7891 if test "x$LINE" != x ; then
7892 eval "DEFAULT_$LINE"
7897 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN
='$DEFAULT_wxUSE_TOGGLEBTN
7901 eval "$ac_cv_use_togglebtn"
7902 if test "$no_cache" != 1; then
7903 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7906 if test "$wxUSE_TOGGLEBTN" = yes; then
7907 echo "$as_me:$LINENO: result: yes" >&5
7908 echo "${ECHO_T}yes" >&6
7910 echo "$as_me:$LINENO: result: no" >&5
7911 echo "${ECHO_T}no" >&6
7916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
7917 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
7919 # Check whether --enable-toolbar or --disable-toolbar was given.
7920 if test "${enable_toolbar+set}" = set; then
7921 enableval="$enable_toolbar"
7923 if test "$enableval" = yes; then
7924 ac_cv_use_toolbar='wxUSE_TOOLBAR
=yes'
7926 ac_cv_use_toolbar='wxUSE_TOOLBAR
=no
'
7931 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7932 if test "x$LINE" != x ; then
7933 eval "DEFAULT_$LINE"
7938 ac_cv_use_toolbar='wxUSE_TOOLBAR
='$DEFAULT_wxUSE_TOOLBAR
7942 eval "$ac_cv_use_toolbar"
7943 if test "$no_cache" != 1; then
7944 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7947 if test "$wxUSE_TOOLBAR" = yes; then
7948 echo "$as_me:$LINENO: result: yes" >&5
7949 echo "${ECHO_T}yes" >&6
7951 echo "$as_me:$LINENO: result: no" >&5
7952 echo "${ECHO_T}no" >&6
7957 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
7958 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
7960 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7961 if test "${enable_tbarnative+set}" = set; then
7962 enableval="$enable_tbarnative"
7964 if test "$enableval" = yes; then
7965 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE
=yes'
7967 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE
=no
'
7972 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7973 if test "x$LINE" != x ; then
7974 eval "DEFAULT_$LINE"
7979 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE
='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7983 eval "$ac_cv_use_tbarnative"
7984 if test "$no_cache" != 1; then
7985 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7988 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7989 echo "$as_me:$LINENO: result: yes" >&5
7990 echo "${ECHO_T}yes" >&6
7992 echo "$as_me:$LINENO: result: no" >&5
7993 echo "${ECHO_T}no" >&6
7998 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
7999 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8001 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8002 if test "${enable_tbarsmpl+set}" = set; then
8003 enableval="$enable_tbarsmpl"
8005 if test "$enableval" = yes; then
8006 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE
=yes'
8008 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE
=no
'
8013 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8014 if test "x$LINE" != x ; then
8015 eval "DEFAULT_$LINE"
8020 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE
='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8024 eval "$ac_cv_use_tbarsmpl"
8025 if test "$no_cache" != 1; then
8026 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8029 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8030 echo "$as_me:$LINENO: result: yes" >&5
8031 echo "${ECHO_T}yes" >&6
8033 echo "$as_me:$LINENO: result: no" >&5
8034 echo "${ECHO_T}no" >&6
8039 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8040 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8042 # Check whether --enable-treectrl or --disable-treectrl was given.
8043 if test "${enable_treectrl+set}" = set; then
8044 enableval="$enable_treectrl"
8046 if test "$enableval" = yes; then
8047 ac_cv_use_treectrl='wxUSE_TREECTRL
=yes'
8049 ac_cv_use_treectrl='wxUSE_TREECTRL
=no
'
8054 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8055 if test "x$LINE" != x ; then
8056 eval "DEFAULT_$LINE"
8061 ac_cv_use_treectrl='wxUSE_TREECTRL
='$DEFAULT_wxUSE_TREECTRL
8065 eval "$ac_cv_use_treectrl"
8066 if test "$no_cache" != 1; then
8067 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8070 if test "$wxUSE_TREECTRL" = yes; then
8071 echo "$as_me:$LINENO: result: yes" >&5
8072 echo "${ECHO_T}yes" >&6
8074 echo "$as_me:$LINENO: result: no" >&5
8075 echo "${ECHO_T}no" >&6
8080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8081 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8083 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8084 if test "${enable_tipwindow+set}" = set; then
8085 enableval="$enable_tipwindow"
8087 if test "$enableval" = yes; then
8088 ac_cv_use_tipwindow='wxUSE_TIPWINDOW
=yes'
8090 ac_cv_use_tipwindow='wxUSE_TIPWINDOW
=no
'
8095 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8096 if test "x$LINE" != x ; then
8097 eval "DEFAULT_$LINE"
8102 ac_cv_use_tipwindow='wxUSE_TIPWINDOW
='$DEFAULT_wxUSE_TIPWINDOW
8106 eval "$ac_cv_use_tipwindow"
8107 if test "$no_cache" != 1; then
8108 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8111 if test "$wxUSE_TIPWINDOW" = yes; then
8112 echo "$as_me:$LINENO: result: yes" >&5
8113 echo "${ECHO_T}yes" >&6
8115 echo "$as_me:$LINENO: result: no" >&5
8116 echo "${ECHO_T}no" >&6
8121 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8122 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8124 # Check whether --enable-popupwin or --disable-popupwin was given.
8125 if test "${enable_popupwin+set}" = set; then
8126 enableval="$enable_popupwin"
8128 if test "$enableval" = yes; then
8129 ac_cv_use_popupwin='wxUSE_POPUPWIN
=yes'
8131 ac_cv_use_popupwin='wxUSE_POPUPWIN
=no
'
8136 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8137 if test "x$LINE" != x ; then
8138 eval "DEFAULT_$LINE"
8143 ac_cv_use_popupwin='wxUSE_POPUPWIN
='$DEFAULT_wxUSE_POPUPWIN
8147 eval "$ac_cv_use_popupwin"
8148 if test "$no_cache" != 1; then
8149 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8152 if test "$wxUSE_POPUPWIN" = yes; then
8153 echo "$as_me:$LINENO: result: yes" >&5
8154 echo "${ECHO_T}yes" >&6
8156 echo "$as_me:$LINENO: result: no" >&5
8157 echo "${ECHO_T}no" >&6
8164 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8165 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
8167 # Check whether --enable-commondlg or --disable-commondlg was given.
8168 if test "${enable_commondlg+set}" = set; then
8169 enableval="$enable_commondlg"
8171 if test "$enableval" = yes; then
8172 ac_cv_use_commondlg='wxUSE_COMMONDLGS
=yes'
8174 ac_cv_use_commondlg='wxUSE_COMMONDLGS
=no
'
8179 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8180 if test "x$LINE" != x ; then
8181 eval "DEFAULT_$LINE"
8186 ac_cv_use_commondlg='wxUSE_COMMONDLGS
='$DEFAULT_wxUSE_COMMONDLGS
8190 eval "$ac_cv_use_commondlg"
8191 if test "$no_cache" != 1; then
8192 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8195 if test "$wxUSE_COMMONDLGS" = yes; then
8196 echo "$as_me:$LINENO: result: yes" >&5
8197 echo "${ECHO_T}yes" >&6
8199 echo "$as_me:$LINENO: result: no" >&5
8200 echo "${ECHO_T}no" >&6
8205 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8206 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
8208 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8209 if test "${enable_choicedlg+set}" = set; then
8210 enableval="$enable_choicedlg"
8212 if test "$enableval" = yes; then
8213 ac_cv_use_choicedlg='wxUSE_CHOICEDLG
=yes'
8215 ac_cv_use_choicedlg='wxUSE_CHOICEDLG
=no
'
8220 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8221 if test "x$LINE" != x ; then
8222 eval "DEFAULT_$LINE"
8227 ac_cv_use_choicedlg='wxUSE_CHOICEDLG
='$DEFAULT_wxUSE_CHOICEDLG
8231 eval "$ac_cv_use_choicedlg"
8232 if test "$no_cache" != 1; then
8233 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8236 if test "$wxUSE_CHOICEDLG" = yes; then
8237 echo "$as_me:$LINENO: result: yes" >&5
8238 echo "${ECHO_T}yes" >&6
8240 echo "$as_me:$LINENO: result: no" >&5
8241 echo "${ECHO_T}no" >&6
8246 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8247 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
8249 # Check whether --enable-coldlg or --disable-coldlg was given.
8250 if test "${enable_coldlg+set}" = set; then
8251 enableval="$enable_coldlg"
8253 if test "$enableval" = yes; then
8254 ac_cv_use_coldlg='wxUSE_COLOURDLG
=yes'
8256 ac_cv_use_coldlg='wxUSE_COLOURDLG
=no
'
8261 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8262 if test "x$LINE" != x ; then
8263 eval "DEFAULT_$LINE"
8268 ac_cv_use_coldlg='wxUSE_COLOURDLG
='$DEFAULT_wxUSE_COLOURDLG
8272 eval "$ac_cv_use_coldlg"
8273 if test "$no_cache" != 1; then
8274 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8277 if test "$wxUSE_COLOURDLG" = yes; then
8278 echo "$as_me:$LINENO: result: yes" >&5
8279 echo "${ECHO_T}yes" >&6
8281 echo "$as_me:$LINENO: result: no" >&5
8282 echo "${ECHO_T}no" >&6
8287 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8288 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
8290 # Check whether --enable-filedlg or --disable-filedlg was given.
8291 if test "${enable_filedlg+set}" = set; then
8292 enableval="$enable_filedlg"
8294 if test "$enableval" = yes; then
8295 ac_cv_use_filedlg='wxUSE_FILEDLG
=yes'
8297 ac_cv_use_filedlg='wxUSE_FILEDLG
=no
'
8302 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8303 if test "x$LINE" != x ; then
8304 eval "DEFAULT_$LINE"
8309 ac_cv_use_filedlg='wxUSE_FILEDLG
='$DEFAULT_wxUSE_FILEDLG
8313 eval "$ac_cv_use_filedlg"
8314 if test "$no_cache" != 1; then
8315 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8318 if test "$wxUSE_FILEDLG" = yes; then
8319 echo "$as_me:$LINENO: result: yes" >&5
8320 echo "${ECHO_T}yes" >&6
8322 echo "$as_me:$LINENO: result: no" >&5
8323 echo "${ECHO_T}no" >&6
8328 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8329 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8331 # Check whether --enable-finddlg or --disable-finddlg was given.
8332 if test "${enable_finddlg+set}" = set; then
8333 enableval="$enable_finddlg"
8335 if test "$enableval" = yes; then
8336 ac_cv_use_finddlg='wxUSE_FINDREPLDLG
=yes'
8338 ac_cv_use_finddlg='wxUSE_FINDREPLDLG
=no
'
8343 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8344 if test "x$LINE" != x ; then
8345 eval "DEFAULT_$LINE"
8350 ac_cv_use_finddlg='wxUSE_FINDREPLDLG
='$DEFAULT_wxUSE_FINDREPLDLG
8354 eval "$ac_cv_use_finddlg"
8355 if test "$no_cache" != 1; then
8356 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8359 if test "$wxUSE_FINDREPLDLG" = yes; then
8360 echo "$as_me:$LINENO: result: yes" >&5
8361 echo "${ECHO_T}yes" >&6
8363 echo "$as_me:$LINENO: result: no" >&5
8364 echo "${ECHO_T}no" >&6
8369 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8370 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
8372 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8373 if test "${enable_fontdlg+set}" = set; then
8374 enableval="$enable_fontdlg"
8376 if test "$enableval" = yes; then
8377 ac_cv_use_fontdlg='wxUSE_FONTDLG
=yes'
8379 ac_cv_use_fontdlg='wxUSE_FONTDLG
=no
'
8384 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8385 if test "x$LINE" != x ; then
8386 eval "DEFAULT_$LINE"
8391 ac_cv_use_fontdlg='wxUSE_FONTDLG
='$DEFAULT_wxUSE_FONTDLG
8395 eval "$ac_cv_use_fontdlg"
8396 if test "$no_cache" != 1; then
8397 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8400 if test "$wxUSE_FONTDLG" = yes; then
8401 echo "$as_me:$LINENO: result: yes" >&5
8402 echo "${ECHO_T}yes" >&6
8404 echo "$as_me:$LINENO: result: no" >&5
8405 echo "${ECHO_T}no" >&6
8410 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8411 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
8413 # Check whether --enable-dirdlg or --disable-dirdlg was given.
8414 if test "${enable_dirdlg+set}" = set; then
8415 enableval="$enable_dirdlg"
8417 if test "$enableval" = yes; then
8418 ac_cv_use_dirdlg='wxUSE_DIRDLG
=yes'
8420 ac_cv_use_dirdlg='wxUSE_DIRDLG
=no
'
8425 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8426 if test "x$LINE" != x ; then
8427 eval "DEFAULT_$LINE"
8432 ac_cv_use_dirdlg='wxUSE_DIRDLG
='$DEFAULT_wxUSE_DIRDLG
8436 eval "$ac_cv_use_dirdlg"
8437 if test "$no_cache" != 1; then
8438 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
8441 if test "$wxUSE_DIRDLG" = yes; then
8442 echo "$as_me:$LINENO: result: yes" >&5
8443 echo "${ECHO_T}yes" >&6
8445 echo "$as_me:$LINENO: result: no" >&5
8446 echo "${ECHO_T}no" >&6
8451 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8452 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
8454 # Check whether --enable-msgdlg or --disable-msgdlg was given.
8455 if test "${enable_msgdlg+set}" = set; then
8456 enableval="$enable_msgdlg"
8458 if test "$enableval" = yes; then
8459 ac_cv_use_msgdlg='wxUSE_MSGDLG
=yes'
8461 ac_cv_use_msgdlg='wxUSE_MSGDLG
=no
'
8466 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
8467 if test "x$LINE" != x ; then
8468 eval "DEFAULT_$LINE"
8473 ac_cv_use_msgdlg='wxUSE_MSGDLG
='$DEFAULT_wxUSE_MSGDLG
8477 eval "$ac_cv_use_msgdlg"
8478 if test "$no_cache" != 1; then
8479 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
8482 if test "$wxUSE_MSGDLG" = yes; then
8483 echo "$as_me:$LINENO: result: yes" >&5
8484 echo "${ECHO_T}yes" >&6
8486 echo "$as_me:$LINENO: result: no" >&5
8487 echo "${ECHO_T}no" >&6
8492 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8493 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
8495 # Check whether --enable-numberdlg or --disable-numberdlg was given.
8496 if test "${enable_numberdlg+set}" = set; then
8497 enableval="$enable_numberdlg"
8499 if test "$enableval" = yes; then
8500 ac_cv_use_numberdlg='wxUSE_NUMBERDLG
=yes'
8502 ac_cv_use_numberdlg='wxUSE_NUMBERDLG
=no
'
8507 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
8508 if test "x$LINE" != x ; then
8509 eval "DEFAULT_$LINE"
8514 ac_cv_use_numberdlg='wxUSE_NUMBERDLG
='$DEFAULT_wxUSE_NUMBERDLG
8518 eval "$ac_cv_use_numberdlg"
8519 if test "$no_cache" != 1; then
8520 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
8523 if test "$wxUSE_NUMBERDLG" = yes; then
8524 echo "$as_me:$LINENO: result: yes" >&5
8525 echo "${ECHO_T}yes" >&6
8527 echo "$as_me:$LINENO: result: no" >&5
8528 echo "${ECHO_T}no" >&6
8533 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
8534 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
8536 # Check whether --enable-splash or --disable-splash was given.
8537 if test "${enable_splash+set}" = set; then
8538 enableval="$enable_splash"
8540 if test "$enableval" = yes; then
8541 ac_cv_use_splash='wxUSE_SPLASH
=yes'
8543 ac_cv_use_splash='wxUSE_SPLASH
=no
'
8548 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
8549 if test "x$LINE" != x ; then
8550 eval "DEFAULT_$LINE"
8555 ac_cv_use_splash='wxUSE_SPLASH
='$DEFAULT_wxUSE_SPLASH
8559 eval "$ac_cv_use_splash"
8560 if test "$no_cache" != 1; then
8561 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
8564 if test "$wxUSE_SPLASH" = yes; then
8565 echo "$as_me:$LINENO: result: yes" >&5
8566 echo "${ECHO_T}yes" >&6
8568 echo "$as_me:$LINENO: result: no" >&5
8569 echo "${ECHO_T}no" >&6
8574 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
8575 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
8577 # Check whether --enable-textdlg or --disable-textdlg was given.
8578 if test "${enable_textdlg+set}" = set; then
8579 enableval="$enable_textdlg"
8581 if test "$enableval" = yes; then
8582 ac_cv_use_textdlg='wxUSE_TEXTDLG
=yes'
8584 ac_cv_use_textdlg='wxUSE_TEXTDLG
=no
'
8589 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
8590 if test "x$LINE" != x ; then
8591 eval "DEFAULT_$LINE"
8596 ac_cv_use_textdlg='wxUSE_TEXTDLG
='$DEFAULT_wxUSE_TEXTDLG
8600 eval "$ac_cv_use_textdlg"
8601 if test "$no_cache" != 1; then
8602 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
8605 if test "$wxUSE_TEXTDLG" = yes; then
8606 echo "$as_me:$LINENO: result: yes" >&5
8607 echo "${ECHO_T}yes" >&6
8609 echo "$as_me:$LINENO: result: no" >&5
8610 echo "${ECHO_T}no" >&6
8615 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
8616 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
8618 # Check whether --enable-tipdlg or --disable-tipdlg was given.
8619 if test "${enable_tipdlg+set}" = set; then
8620 enableval="$enable_tipdlg"
8622 if test "$enableval" = yes; then
8623 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS
=yes'
8625 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS
=no
'
8630 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
8631 if test "x$LINE" != x ; then
8632 eval "DEFAULT_$LINE"
8637 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS
='$DEFAULT_wxUSE_STARTUP_TIPS
8641 eval "$ac_cv_use_tipdlg"
8642 if test "$no_cache" != 1; then
8643 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
8646 if test "$wxUSE_STARTUP_TIPS" = yes; then
8647 echo "$as_me:$LINENO: result: yes" >&5
8648 echo "${ECHO_T}yes" >&6
8650 echo "$as_me:$LINENO: result: no" >&5
8651 echo "${ECHO_T}no" >&6
8656 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
8657 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
8659 # Check whether --enable-progressdlg or --disable-progressdlg was given.
8660 if test "${enable_progressdlg+set}" = set; then
8661 enableval="$enable_progressdlg"
8663 if test "$enableval" = yes; then
8664 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG
=yes'
8666 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG
=no
'
8671 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
8672 if test "x$LINE" != x ; then
8673 eval "DEFAULT_$LINE"
8678 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG
='$DEFAULT_wxUSE_PROGRESSDLG
8682 eval "$ac_cv_use_progressdlg"
8683 if test "$no_cache" != 1; then
8684 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
8687 if test "$wxUSE_PROGRESSDLG" = yes; then
8688 echo "$as_me:$LINENO: result: yes" >&5
8689 echo "${ECHO_T}yes" >&6
8691 echo "$as_me:$LINENO: result: no" >&5
8692 echo "${ECHO_T}no" >&6
8697 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
8698 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
8700 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
8701 if test "${enable_wizarddlg+set}" = set; then
8702 enableval="$enable_wizarddlg"
8704 if test "$enableval" = yes; then
8705 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG
=yes'
8707 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG
=no
'
8712 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
8713 if test "x$LINE" != x ; then
8714 eval "DEFAULT_$LINE"
8719 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG
='$DEFAULT_wxUSE_WIZARDDLG
8723 eval "$ac_cv_use_wizarddlg"
8724 if test "$no_cache" != 1; then
8725 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
8728 if test "$wxUSE_WIZARDDLG" = yes; then
8729 echo "$as_me:$LINENO: result: yes" >&5
8730 echo "${ECHO_T}yes" >&6
8732 echo "$as_me:$LINENO: result: no" >&5
8733 echo "${ECHO_T}no" >&6
8740 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
8741 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
8743 # Check whether --enable-menus or --disable-menus was given.
8744 if test "${enable_menus+set}" = set; then
8745 enableval="$enable_menus"
8747 if test "$enableval" = yes; then
8748 ac_cv_use_menus='wxUSE_MENUS
=yes'
8750 ac_cv_use_menus='wxUSE_MENUS
=no
'
8755 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
8756 if test "x$LINE" != x ; then
8757 eval "DEFAULT_$LINE"
8762 ac_cv_use_menus='wxUSE_MENUS
='$DEFAULT_wxUSE_MENUS
8766 eval "$ac_cv_use_menus"
8767 if test "$no_cache" != 1; then
8768 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
8771 if test "$wxUSE_MENUS" = yes; then
8772 echo "$as_me:$LINENO: result: yes" >&5
8773 echo "${ECHO_T}yes" >&6
8775 echo "$as_me:$LINENO: result: no" >&5
8776 echo "${ECHO_T}no" >&6
8781 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
8782 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
8784 # Check whether --enable-miniframe or --disable-miniframe was given.
8785 if test "${enable_miniframe+set}" = set; then
8786 enableval="$enable_miniframe"
8788 if test "$enableval" = yes; then
8789 ac_cv_use_miniframe='wxUSE_MINIFRAME
=yes'
8791 ac_cv_use_miniframe='wxUSE_MINIFRAME
=no
'
8796 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
8797 if test "x$LINE" != x ; then
8798 eval "DEFAULT_$LINE"
8803 ac_cv_use_miniframe='wxUSE_MINIFRAME
='$DEFAULT_wxUSE_MINIFRAME
8807 eval "$ac_cv_use_miniframe"
8808 if test "$no_cache" != 1; then
8809 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8812 if test "$wxUSE_MINIFRAME" = yes; then
8813 echo "$as_me:$LINENO: result: yes" >&5
8814 echo "${ECHO_T}yes" >&6
8816 echo "$as_me:$LINENO: result: no" >&5
8817 echo "${ECHO_T}no" >&6
8822 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
8823 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
8825 # Check whether --enable-tooltips or --disable-tooltips was given.
8826 if test "${enable_tooltips+set}" = set; then
8827 enableval="$enable_tooltips"
8829 if test "$enableval" = yes; then
8830 ac_cv_use_tooltips='wxUSE_TOOLTIPS
=yes'
8832 ac_cv_use_tooltips='wxUSE_TOOLTIPS
=no
'
8837 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
8838 if test "x$LINE" != x ; then
8839 eval "DEFAULT_$LINE"
8844 ac_cv_use_tooltips='wxUSE_TOOLTIPS
='$DEFAULT_wxUSE_TOOLTIPS
8848 eval "$ac_cv_use_tooltips"
8849 if test "$no_cache" != 1; then
8850 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
8853 if test "$wxUSE_TOOLTIPS" = yes; then
8854 echo "$as_me:$LINENO: result: yes" >&5
8855 echo "${ECHO_T}yes" >&6
8857 echo "$as_me:$LINENO: result: no" >&5
8858 echo "${ECHO_T}no" >&6
8863 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
8864 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
8866 # Check whether --enable-splines or --disable-splines was given.
8867 if test "${enable_splines+set}" = set; then
8868 enableval="$enable_splines"
8870 if test "$enableval" = yes; then
8871 ac_cv_use_splines='wxUSE_SPLINES
=yes'
8873 ac_cv_use_splines='wxUSE_SPLINES
=no
'
8878 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
8879 if test "x$LINE" != x ; then
8880 eval "DEFAULT_$LINE"
8885 ac_cv_use_splines='wxUSE_SPLINES
='$DEFAULT_wxUSE_SPLINES
8889 eval "$ac_cv_use_splines"
8890 if test "$no_cache" != 1; then
8891 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
8894 if test "$wxUSE_SPLINES" = yes; then
8895 echo "$as_me:$LINENO: result: yes" >&5
8896 echo "${ECHO_T}yes" >&6
8898 echo "$as_me:$LINENO: result: no" >&5
8899 echo "${ECHO_T}no" >&6
8904 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
8905 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
8907 # Check whether --enable-validators or --disable-validators was given.
8908 if test "${enable_validators+set}" = set; then
8909 enableval="$enable_validators"
8911 if test "$enableval" = yes; then
8912 ac_cv_use_validators='wxUSE_VALIDATORS
=yes'
8914 ac_cv_use_validators='wxUSE_VALIDATORS
=no
'
8919 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
8920 if test "x$LINE" != x ; then
8921 eval "DEFAULT_$LINE"
8926 ac_cv_use_validators='wxUSE_VALIDATORS
='$DEFAULT_wxUSE_VALIDATORS
8930 eval "$ac_cv_use_validators"
8931 if test "$no_cache" != 1; then
8932 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
8935 if test "$wxUSE_VALIDATORS" = yes; then
8936 echo "$as_me:$LINENO: result: yes" >&5
8937 echo "${ECHO_T}yes" >&6
8939 echo "$as_me:$LINENO: result: no" >&5
8940 echo "${ECHO_T}no" >&6
8945 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
8946 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
8948 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8949 if test "${enable_busyinfo+set}" = set; then
8950 enableval="$enable_busyinfo"
8952 if test "$enableval" = yes; then
8953 ac_cv_use_busyinfo='wxUSE_BUSYINFO
=yes'
8955 ac_cv_use_busyinfo='wxUSE_BUSYINFO
=no
'
8960 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8961 if test "x$LINE" != x ; then
8962 eval "DEFAULT_$LINE"
8967 ac_cv_use_busyinfo='wxUSE_BUSYINFO
='$DEFAULT_wxUSE_BUSYINFO
8971 eval "$ac_cv_use_busyinfo"
8972 if test "$no_cache" != 1; then
8973 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8976 if test "$wxUSE_BUSYINFO" = yes; then
8977 echo "$as_me:$LINENO: result: yes" >&5
8978 echo "${ECHO_T}yes" >&6
8980 echo "$as_me:$LINENO: result: no" >&5
8981 echo "${ECHO_T}no" >&6
8986 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
8987 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
8989 # Check whether --enable-joystick or --disable-joystick was given.
8990 if test "${enable_joystick+set}" = set; then
8991 enableval="$enable_joystick"
8993 if test "$enableval" = yes; then
8994 ac_cv_use_joystick='wxUSE_JOYSTICK
=yes'
8996 ac_cv_use_joystick='wxUSE_JOYSTICK
=no
'
9001 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9002 if test "x$LINE" != x ; then
9003 eval "DEFAULT_$LINE"
9008 ac_cv_use_joystick='wxUSE_JOYSTICK
='$DEFAULT_wxUSE_JOYSTICK
9012 eval "$ac_cv_use_joystick"
9013 if test "$no_cache" != 1; then
9014 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9017 if test "$wxUSE_JOYSTICK" = yes; then
9018 echo "$as_me:$LINENO: result: yes" >&5
9019 echo "${ECHO_T}yes" >&6
9021 echo "$as_me:$LINENO: result: no" >&5
9022 echo "${ECHO_T}no" >&6
9027 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9028 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9030 # Check whether --enable-metafile or --disable-metafile was given.
9031 if test "${enable_metafile+set}" = set; then
9032 enableval="$enable_metafile"
9034 if test "$enableval" = yes; then
9035 ac_cv_use_metafile='wxUSE_METAFILE
=yes'
9037 ac_cv_use_metafile='wxUSE_METAFILE
=no
'
9042 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9043 if test "x$LINE" != x ; then
9044 eval "DEFAULT_$LINE"
9049 ac_cv_use_metafile='wxUSE_METAFILE
='$DEFAULT_wxUSE_METAFILE
9053 eval "$ac_cv_use_metafile"
9054 if test "$no_cache" != 1; then
9055 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9058 if test "$wxUSE_METAFILE" = yes; then
9059 echo "$as_me:$LINENO: result: yes" >&5
9060 echo "${ECHO_T}yes" >&6
9062 echo "$as_me:$LINENO: result: no" >&5
9063 echo "${ECHO_T}no" >&6
9068 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9069 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9071 # Check whether --enable-dragimage or --disable-dragimage was given.
9072 if test "${enable_dragimage+set}" = set; then
9073 enableval="$enable_dragimage"
9075 if test "$enableval" = yes; then
9076 ac_cv_use_dragimage='wxUSE_DRAGIMAGE
=yes'
9078 ac_cv_use_dragimage='wxUSE_DRAGIMAGE
=no
'
9083 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9084 if test "x$LINE" != x ; then
9085 eval "DEFAULT_$LINE"
9090 ac_cv_use_dragimage='wxUSE_DRAGIMAGE
='$DEFAULT_wxUSE_DRAGIMAGE
9094 eval "$ac_cv_use_dragimage"
9095 if test "$no_cache" != 1; then
9096 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9099 if test "$wxUSE_DRAGIMAGE" = yes; then
9100 echo "$as_me:$LINENO: result: yes" >&5
9101 echo "${ECHO_T}yes" >&6
9103 echo "$as_me:$LINENO: result: no" >&5
9104 echo "${ECHO_T}no" >&6
9109 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9110 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9112 # Check whether --enable-accessibility or --disable-accessibility was given.
9113 if test "${enable_accessibility+set}" = set; then
9114 enableval="$enable_accessibility"
9116 if test "$enableval" = yes; then
9117 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY
=yes'
9119 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY
=no
'
9124 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9125 if test "x$LINE" != x ; then
9126 eval "DEFAULT_$LINE"
9131 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY
='$DEFAULT_wxUSE_ACCESSIBILITY
9135 eval "$ac_cv_use_accessibility"
9136 if test "$no_cache" != 1; then
9137 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9140 if test "$wxUSE_ACCESSIBILITY" = yes; then
9141 echo "$as_me:$LINENO: result: yes" >&5
9142 echo "${ECHO_T}yes" >&6
9144 echo "$as_me:$LINENO: result: no" >&5
9145 echo "${ECHO_T}no" >&6
9152 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9153 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9155 # Check whether --enable-palette or --disable-palette was given.
9156 if test "${enable_palette+set}" = set; then
9157 enableval="$enable_palette"
9159 if test "$enableval" = yes; then
9160 ac_cv_use_palette='wxUSE_PALETTE
=yes'
9162 ac_cv_use_palette='wxUSE_PALETTE
=no
'
9167 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9168 if test "x$LINE" != x ; then
9169 eval "DEFAULT_$LINE"
9174 ac_cv_use_palette='wxUSE_PALETTE
='$DEFAULT_wxUSE_PALETTE
9178 eval "$ac_cv_use_palette"
9179 if test "$no_cache" != 1; then
9180 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9183 if test "$wxUSE_PALETTE" = yes; then
9184 echo "$as_me:$LINENO: result: yes" >&5
9185 echo "${ECHO_T}yes" >&6
9187 echo "$as_me:$LINENO: result: no" >&5
9188 echo "${ECHO_T}no" >&6
9193 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9194 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
9196 # Check whether --enable-image or --disable-image was given.
9197 if test "${enable_image+set}" = set; then
9198 enableval="$enable_image"
9200 if test "$enableval" = yes; then
9201 ac_cv_use_image='wxUSE_IMAGE
=yes'
9203 ac_cv_use_image='wxUSE_IMAGE
=no
'
9208 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9209 if test "x$LINE" != x ; then
9210 eval "DEFAULT_$LINE"
9215 ac_cv_use_image='wxUSE_IMAGE
='$DEFAULT_wxUSE_IMAGE
9219 eval "$ac_cv_use_image"
9220 if test "$no_cache" != 1; then
9221 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9224 if test "$wxUSE_IMAGE" = yes; then
9225 echo "$as_me:$LINENO: result: yes" >&5
9226 echo "${ECHO_T}yes" >&6
9228 echo "$as_me:$LINENO: result: no" >&5
9229 echo "${ECHO_T}no" >&6
9234 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9235 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
9237 # Check whether --enable-gif or --disable-gif was given.
9238 if test "${enable_gif+set}" = set; then
9239 enableval="$enable_gif"
9241 if test "$enableval" = yes; then
9242 ac_cv_use_gif='wxUSE_GIF
=yes'
9244 ac_cv_use_gif='wxUSE_GIF
=no
'
9249 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9250 if test "x$LINE" != x ; then
9251 eval "DEFAULT_$LINE"
9256 ac_cv_use_gif='wxUSE_GIF
='$DEFAULT_wxUSE_GIF
9260 eval "$ac_cv_use_gif"
9261 if test "$no_cache" != 1; then
9262 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9265 if test "$wxUSE_GIF" = yes; then
9266 echo "$as_me:$LINENO: result: yes" >&5
9267 echo "${ECHO_T}yes" >&6
9269 echo "$as_me:$LINENO: result: no" >&5
9270 echo "${ECHO_T}no" >&6
9275 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9276 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
9278 # Check whether --enable-pcx or --disable-pcx was given.
9279 if test "${enable_pcx+set}" = set; then
9280 enableval="$enable_pcx"
9282 if test "$enableval" = yes; then
9283 ac_cv_use_pcx='wxUSE_PCX
=yes'
9285 ac_cv_use_pcx='wxUSE_PCX
=no
'
9290 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9291 if test "x$LINE" != x ; then
9292 eval "DEFAULT_$LINE"
9297 ac_cv_use_pcx='wxUSE_PCX
='$DEFAULT_wxUSE_PCX
9301 eval "$ac_cv_use_pcx"
9302 if test "$no_cache" != 1; then
9303 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9306 if test "$wxUSE_PCX" = yes; then
9307 echo "$as_me:$LINENO: result: yes" >&5
9308 echo "${ECHO_T}yes" >&6
9310 echo "$as_me:$LINENO: result: no" >&5
9311 echo "${ECHO_T}no" >&6
9316 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9317 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
9319 # Check whether --enable-iff or --disable-iff was given.
9320 if test "${enable_iff+set}" = set; then
9321 enableval="$enable_iff"
9323 if test "$enableval" = yes; then
9324 ac_cv_use_iff='wxUSE_IFF
=yes'
9326 ac_cv_use_iff='wxUSE_IFF
=no
'
9331 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9332 if test "x$LINE" != x ; then
9333 eval "DEFAULT_$LINE"
9338 ac_cv_use_iff='wxUSE_IFF
='$DEFAULT_wxUSE_IFF
9342 eval "$ac_cv_use_iff"
9343 if test "$no_cache" != 1; then
9344 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9347 if test "$wxUSE_IFF" = yes; then
9348 echo "$as_me:$LINENO: result: yes" >&5
9349 echo "${ECHO_T}yes" >&6
9351 echo "$as_me:$LINENO: result: no" >&5
9352 echo "${ECHO_T}no" >&6
9357 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9358 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
9360 # Check whether --enable-pnm or --disable-pnm was given.
9361 if test "${enable_pnm+set}" = set; then
9362 enableval="$enable_pnm"
9364 if test "$enableval" = yes; then
9365 ac_cv_use_pnm='wxUSE_PNM
=yes'
9367 ac_cv_use_pnm='wxUSE_PNM
=no
'
9372 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9373 if test "x$LINE" != x ; then
9374 eval "DEFAULT_$LINE"
9379 ac_cv_use_pnm='wxUSE_PNM
='$DEFAULT_wxUSE_PNM
9383 eval "$ac_cv_use_pnm"
9384 if test "$no_cache" != 1; then
9385 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9388 if test "$wxUSE_PNM" = yes; then
9389 echo "$as_me:$LINENO: result: yes" >&5
9390 echo "${ECHO_T}yes" >&6
9392 echo "$as_me:$LINENO: result: no" >&5
9393 echo "${ECHO_T}no" >&6
9398 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9399 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
9401 # Check whether --enable-xpm or --disable-xpm was given.
9402 if test "${enable_xpm+set}" = set; then
9403 enableval="$enable_xpm"
9405 if test "$enableval" = yes; then
9406 ac_cv_use_xpm='wxUSE_XPM
=yes'
9408 ac_cv_use_xpm='wxUSE_XPM
=no
'
9413 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9414 if test "x$LINE" != x ; then
9415 eval "DEFAULT_$LINE"
9420 ac_cv_use_xpm='wxUSE_XPM
='$DEFAULT_wxUSE_XPM
9424 eval "$ac_cv_use_xpm"
9425 if test "$no_cache" != 1; then
9426 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
9429 if test "$wxUSE_XPM" = yes; then
9430 echo "$as_me:$LINENO: result: yes" >&5
9431 echo "${ECHO_T}yes" >&6
9433 echo "$as_me:$LINENO: result: no" >&5
9434 echo "${ECHO_T}no" >&6
9439 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9440 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
9442 # Check whether --enable-ico_cur or --disable-ico_cur was given.
9443 if test "${enable_ico_cur+set}" = set; then
9444 enableval="$enable_ico_cur"
9446 if test "$enableval" = yes; then
9447 ac_cv_use_ico_cur='wxUSE_ICO_CUR
=yes'
9449 ac_cv_use_ico_cur='wxUSE_ICO_CUR
=no
'
9454 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9455 if test "x$LINE" != x ; then
9456 eval "DEFAULT_$LINE"
9461 ac_cv_use_ico_cur='wxUSE_ICO_CUR
='$DEFAULT_wxUSE_ICO_CUR
9465 eval "$ac_cv_use_ico_cur"
9466 if test "$no_cache" != 1; then
9467 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
9470 if test "$wxUSE_ICO_CUR" = yes; then
9471 echo "$as_me:$LINENO: result: yes" >&5
9472 echo "${ECHO_T}yes" >&6
9474 echo "$as_me:$LINENO: result: no" >&5
9475 echo "${ECHO_T}no" >&6
9484 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
9485 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
9487 # Check whether --enable-official_build or --disable-official_build was given.
9488 if test "${enable_official_build+set}" = set; then
9489 enableval="$enable_official_build"
9491 if test "$enableval" = yes; then
9492 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=yes'
9494 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=no
'
9499 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
9500 if test "x$LINE" != x ; then
9501 eval "DEFAULT_$LINE"
9506 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD
='$DEFAULT_wxUSE_OFFICIAL_BUILD
9510 eval "$ac_cv_use_official_build"
9511 if test "$no_cache" != 1; then
9512 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
9515 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
9516 echo "$as_me:$LINENO: result: yes" >&5
9517 echo "${ECHO_T}yes" >&6
9519 echo "$as_me:$LINENO: result: no" >&5
9520 echo "${ECHO_T}no" >&6
9523 # Check whether --enable-vendor or --disable-vendor was given.
9524 if test "${enable_vendor+set}" = set; then
9525 enableval="$enable_vendor"
9528 if test "x$VENDOR" = "x"; then
9533 *-pc-os2_emx | *-pc-os2-emx )
9543 echo "saving argument cache $wx_arg_cache_file"
9544 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
9548 echo "$as_me:$LINENO: checking for toolkit" >&5
9549 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
9551 # In Wine, we need to default to MSW, not GTK or MOTIF
9552 if test "$wxUSE_WINE" = "yes"; then
9553 DEFAULT_DEFAULT_wxUSE_GTK=0
9554 DEFAULT_DEFAULT_wxUSE_MOTIF=0
9555 DEFAULT_DEFAULT_wxUSE_MSW=1
9558 if test "$wxUSE_GUI" = "yes"; then
9560 if test "$USE_BEOS" = 1; then
9561 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
9562 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
9563 { (exit 1); exit 1; }; }
9566 if test "$TOOLKIT_GIVEN" = 1; then
9567 for toolkit in `echo $ALL_TOOLKITS`; do
9569 eval "value=\$${var}"
9570 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
9573 for toolkit in `echo $ALL_TOOLKITS`; do
9574 if test "$has_toolkit_in_cache" != 1; then
9575 var=DEFAULT_DEFAULT_wxUSE_$toolkit
9577 var=DEFAULT_wxUSE_$toolkit
9579 eval "wxUSE_$toolkit=\$${var}"
9583 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
9584 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
9585 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
9588 *-pc-os2_emx | *-pc-os2-emx )
9589 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
9592 case "$NUM_TOOLKITS" in
9596 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
9597 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
9598 { (exit 1); exit 1; }; }
9601 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
9602 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
9603 { (exit 1); exit 1; }; }
9606 for toolkit in `echo $ALL_TOOLKITS`; do
9608 eval "value=\$${var}"
9609 if test "x$value" != x; then
9610 cache_var=CACHE_$toolkit
9611 eval "cache=\$${cache_var}"
9612 if test "$cache" = 1; then
9613 echo "$var=$value" >> ${wx_arg_cache_file}
9615 if test "$value" = 1; then
9616 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
9617 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
9618 echo "${ECHO_T}$toolkit_echo" >&6
9623 if test "x$host_alias" != "x"; then
9624 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
9625 echo "${ECHO_T}base ($host_alias hosted) only" >&6
9627 echo "$as_me:$LINENO: result: base only" >&5
9628 echo "${ECHO_T}base only" >&6
9636 if test "$wxUSE_MSW" = 1 ; then
9647 if test "$wxUSE_WINE" = "yes"; then
9654 if test "$wants_win32" = 1 ; then
9657 cat >>confdefs.h <<\_ACEOF
9661 cat >>confdefs.h <<\_ACEOF
9665 cat >>confdefs.h <<\_ACEOF
9666 #define __WINDOWS__ 1
9669 cat >>confdefs.h <<\_ACEOF
9670 #define __GNUWIN32__ 1
9673 cat >>confdefs.h <<\_ACEOF
9677 cat >>confdefs.h <<\_ACEOF
9678 #define WINVER 0x0400
9682 if test "$doesnt_want_win32" = 1 ; then
9687 if test "$USE_UNIX" = 1 ; then
9689 cat >>confdefs.h <<\_ACEOF
9696 cat >confcache <<\_ACEOF
9697 # This file is a shell script that caches the results of configure
9698 # tests run on this system so they can be shared between configure
9699 # scripts and configure runs, see configure's option
--config-cache.
9700 # It is not useful on other systems. If it contains results you don't
9701 # want to keep, you may remove or edit it.
9703 # config.status only pays attention to the cache file if you give it
9704 # the --recheck option to rerun configure.
9706 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9707 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9712 # The following way of writing the cache mishandles newlines in values,
9713 # but we know of no workaround that is simple, portable, and efficient.
9714 # So, don't put newlines in cache variables' values.
9715 # Ultrix sh set writes to stderr and can't be redirected directly,
9716 # and sets the high bit in the cache file unless we assign to the vars.
9719 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9721 # `set' does not quote correctly, so add quotes (double-quote
9722 # substitution turns \\\\ into \\, and sed turns \\ into \).
9725 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9728 # `set' quotes correctly as required by POSIX, so do not add quotes.
9730 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9737 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9739 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9741 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
9742 if test -w $cache_file; then
9743 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9744 cat confcache
>$cache_file
9746 echo "not updating unwritable cache $cache_file"
9751 if test "$build" != "$host" ; then
9752 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
9756 RANLIB
=$host_alias-ranlib
9757 DLLTOOL
=$host_alias-dlltool
9758 RESCOMP
=$host_alias-windres
9761 STRIP
=$host_alias-strip
9763 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
9764 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
9765 { (exit 1); exit 1; }; }
9771 ac_cpp
='$CPP $CPPFLAGS'
9772 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9773 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9774 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
9775 if test -n "$ac_tool_prefix"; then
9776 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9777 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
9778 echo "$as_me:$LINENO: checking for $ac_word" >&5
9779 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9780 if test "${ac_cv_prog_CC+set}" = set; then
9781 echo $ECHO_N "(cached) $ECHO_C" >&6
9783 if test -n "$CC"; then
9784 ac_cv_prog_CC
="$CC" # Let the user override the test.
9786 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9790 test -z "$as_dir" && as_dir
=.
9791 for ac_exec_ext
in '' $ac_executable_extensions; do
9792 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9793 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
9794 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9803 if test -n "$CC"; then
9804 echo "$as_me:$LINENO: result: $CC" >&5
9805 echo "${ECHO_T}$CC" >&6
9807 echo "$as_me:$LINENO: result: no" >&5
9808 echo "${ECHO_T}no" >&6
9812 if test -z "$ac_cv_prog_CC"; then
9814 # Extract the first word of "gcc", so it can be a program name with args.
9815 set dummy gcc
; ac_word
=$2
9816 echo "$as_me:$LINENO: checking for $ac_word" >&5
9817 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9818 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9819 echo $ECHO_N "(cached) $ECHO_C" >&6
9821 if test -n "$ac_ct_CC"; then
9822 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9824 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9828 test -z "$as_dir" && as_dir
=.
9829 for ac_exec_ext
in '' $ac_executable_extensions; do
9830 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9831 ac_cv_prog_ac_ct_CC
="gcc"
9832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9840 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9841 if test -n "$ac_ct_CC"; then
9842 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9843 echo "${ECHO_T}$ac_ct_CC" >&6
9845 echo "$as_me:$LINENO: result: no" >&5
9846 echo "${ECHO_T}no" >&6
9854 if test -z "$CC"; then
9855 if test -n "$ac_tool_prefix"; then
9856 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
9857 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
9858 echo "$as_me:$LINENO: checking for $ac_word" >&5
9859 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9860 if test "${ac_cv_prog_CC+set}" = set; then
9861 echo $ECHO_N "(cached) $ECHO_C" >&6
9863 if test -n "$CC"; then
9864 ac_cv_prog_CC
="$CC" # Let the user override the test.
9866 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9870 test -z "$as_dir" && as_dir
=.
9871 for ac_exec_ext
in '' $ac_executable_extensions; do
9872 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9873 ac_cv_prog_CC
="${ac_tool_prefix}cc"
9874 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9883 if test -n "$CC"; then
9884 echo "$as_me:$LINENO: result: $CC" >&5
9885 echo "${ECHO_T}$CC" >&6
9887 echo "$as_me:$LINENO: result: no" >&5
9888 echo "${ECHO_T}no" >&6
9892 if test -z "$ac_cv_prog_CC"; then
9894 # Extract the first word of "cc", so it can be a program name with args.
9895 set dummy cc
; ac_word
=$2
9896 echo "$as_me:$LINENO: checking for $ac_word" >&5
9897 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9898 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9899 echo $ECHO_N "(cached) $ECHO_C" >&6
9901 if test -n "$ac_ct_CC"; then
9902 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9904 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9908 test -z "$as_dir" && as_dir
=.
9909 for ac_exec_ext
in '' $ac_executable_extensions; do
9910 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9911 ac_cv_prog_ac_ct_CC
="cc"
9912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9920 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9921 if test -n "$ac_ct_CC"; then
9922 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9923 echo "${ECHO_T}$ac_ct_CC" >&6
9925 echo "$as_me:$LINENO: result: no" >&5
9926 echo "${ECHO_T}no" >&6
9935 if test -z "$CC"; then
9936 # Extract the first word of "cc", so it can be a program name with args.
9937 set dummy cc
; ac_word
=$2
9938 echo "$as_me:$LINENO: checking for $ac_word" >&5
9939 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9940 if test "${ac_cv_prog_CC+set}" = set; then
9941 echo $ECHO_N "(cached) $ECHO_C" >&6
9943 if test -n "$CC"; then
9944 ac_cv_prog_CC
="$CC" # Let the user override the test.
9947 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9951 test -z "$as_dir" && as_dir
=.
9952 for ac_exec_ext
in '' $ac_executable_extensions; do
9953 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9954 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
9955 ac_prog_rejected
=yes
9959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9965 if test $ac_prog_rejected = yes; then
9966 # We found a bogon in the path, so make sure we never use it.
9967 set dummy
$ac_cv_prog_CC
9969 if test $# != 0; then
9970 # We chose a different compiler from the bogus one.
9971 # However, it has the same basename, so the bogon will be chosen
9972 # first if we set CC to just the basename; use the full file name.
9974 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
9980 if test -n "$CC"; then
9981 echo "$as_me:$LINENO: result: $CC" >&5
9982 echo "${ECHO_T}$CC" >&6
9984 echo "$as_me:$LINENO: result: no" >&5
9985 echo "${ECHO_T}no" >&6
9989 if test -z "$CC"; then
9990 if test -n "$ac_tool_prefix"; then
9993 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9994 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
9995 echo "$as_me:$LINENO: checking for $ac_word" >&5
9996 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9997 if test "${ac_cv_prog_CC+set}" = set; then
9998 echo $ECHO_N "(cached) $ECHO_C" >&6
10000 if test -n "$CC"; then
10001 ac_cv_prog_CC
="$CC" # Let the user override the test.
10003 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10004 for as_dir
in $PATH
10007 test -z "$as_dir" && as_dir
=.
10008 for ac_exec_ext
in '' $ac_executable_extensions; do
10009 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10010 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
10011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10020 if test -n "$CC"; then
10021 echo "$as_me:$LINENO: result: $CC" >&5
10022 echo "${ECHO_T}$CC" >&6
10024 echo "$as_me:$LINENO: result: no" >&5
10025 echo "${ECHO_T}no" >&6
10028 test -n "$CC" && break
10031 if test -z "$CC"; then
10035 # Extract the first word of "$ac_prog", so it can be a program name with args.
10036 set dummy
$ac_prog; ac_word
=$2
10037 echo "$as_me:$LINENO: checking for $ac_word" >&5
10038 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10039 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10040 echo $ECHO_N "(cached) $ECHO_C" >&6
10042 if test -n "$ac_ct_CC"; then
10043 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10045 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10046 for as_dir
in $PATH
10049 test -z "$as_dir" && as_dir
=.
10050 for ac_exec_ext
in '' $ac_executable_extensions; do
10051 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10052 ac_cv_prog_ac_ct_CC
="$ac_prog"
10053 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10061 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10062 if test -n "$ac_ct_CC"; then
10063 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10064 echo "${ECHO_T}$ac_ct_CC" >&6
10066 echo "$as_me:$LINENO: result: no" >&5
10067 echo "${ECHO_T}no" >&6
10070 test -n "$ac_ct_CC" && break
10079 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10080 See \`config.log' for more details." >&5
10081 echo "$as_me: error: no acceptable C compiler found in \$PATH
10082 See \`config.log' for more details." >&2;}
10083 { (exit 1); exit 1; }; }
10085 # Provide some information about the compiler.
10086 echo "$as_me:$LINENO:" \
10087 "checking for C compiler version" >&5
10088 ac_compiler
=`set X $ac_compile; echo $2`
10089 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10090 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
10092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10093 (exit $ac_status); }
10094 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10095 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
10097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10098 (exit $ac_status); }
10099 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10100 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
10102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10103 (exit $ac_status); }
10105 cat >conftest.
$ac_ext <<_ACEOF
10106 #line $LINENO "configure"
10109 cat confdefs.h
>>conftest.
$ac_ext
10110 cat >>conftest.
$ac_ext <<_ACEOF
10111 /* end confdefs.h. */
10121 ac_clean_files_save
=$ac_clean_files
10122 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
10123 # Try to create an executable without -o first, disregard a.out.
10124 # It will help us diagnose broken compilers, and finding out an intuition
10126 echo "$as_me:$LINENO: checking for C compiler default output" >&5
10127 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
10128 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10129 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10130 (eval $ac_link_default) 2>&5
10132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10133 (exit $ac_status); }; then
10134 # Find the output, starting from the most likely. This scheme is
10135 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10138 # Be careful to initialize this variable, since it used to be cached.
10139 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10141 # b.out is created by i960 compilers.
10142 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
10144 test -f "$ac_file" || continue
10146 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
10149 # This is the source file.
10152 # We found the default executable, but exeext='' is most
10156 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10157 # FIXME: I believe we export ac_cv_exeext for Libtool,
10158 # but it would be cool to find out if it's true. Does anybody
10159 # maintain Libtool? --akim.
10160 export ac_cv_exeext
10167 echo "$as_me: failed program was:" >&5
10168 sed 's/^/| /' conftest.
$ac_ext >&5
10170 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10171 See \`config.log' for more details." >&5
10172 echo "$as_me: error: C compiler cannot create executables
10173 See \`config.log' for more details." >&2;}
10174 { (exit 77); exit 77; }; }
10177 ac_exeext
=$ac_cv_exeext
10178 echo "$as_me:$LINENO: result: $ac_file" >&5
10179 echo "${ECHO_T}$ac_file" >&6
10181 # Check the compiler produces executables we can run. If not, either
10182 # the compiler is broken, or we cross compile.
10183 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10184 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10185 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10186 # If not cross compiling, check that we can run a simple program.
10187 if test "$cross_compiling" != yes; then
10188 if { ac_try
='./$ac_file'
10189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10190 (eval $ac_try) 2>&5
10192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10193 (exit $ac_status); }; }; then
10196 if test "$cross_compiling" = maybe
; then
10197 cross_compiling
=yes
10199 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10200 If you meant to cross compile, use \`--host'.
10201 See \`config.log' for more details." >&5
10202 echo "$as_me: error: cannot run C compiled programs.
10203 If you meant to cross compile, use \`--host'.
10204 See \`config.log' for more details." >&2;}
10205 { (exit 1); exit 1; }; }
10209 echo "$as_me:$LINENO: result: yes" >&5
10210 echo "${ECHO_T}yes" >&6
10212 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
10213 ac_clean_files
=$ac_clean_files_save
10214 # Check the compiler produces executables we can run. If not, either
10215 # the compiler is broken, or we cross compile.
10216 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10217 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10218 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10219 echo "${ECHO_T}$cross_compiling" >&6
10221 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10222 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10223 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10224 (eval $ac_link) 2>&5
10226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10227 (exit $ac_status); }; then
10228 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10229 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10230 # work properly (i.e., refer to `conftest.exe'), while it won't with
10232 for ac_file
in conftest.exe conftest conftest.
*; do
10233 test -f "$ac_file" || continue
10235 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
10236 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10237 export ac_cv_exeext
10243 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10244 See \`config.log' for more details." >&5
10245 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10246 See \`config.log' for more details." >&2;}
10247 { (exit 1); exit 1; }; }
10250 rm -f conftest
$ac_cv_exeext
10251 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10252 echo "${ECHO_T}$ac_cv_exeext" >&6
10254 rm -f conftest.
$ac_ext
10255 EXEEXT
=$ac_cv_exeext
10257 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10258 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10259 if test "${ac_cv_objext+set}" = set; then
10260 echo $ECHO_N "(cached) $ECHO_C" >&6
10262 cat >conftest.
$ac_ext <<_ACEOF
10263 #line $LINENO "configure"
10266 cat confdefs.h
>>conftest.
$ac_ext
10267 cat >>conftest.
$ac_ext <<_ACEOF
10268 /* end confdefs.h. */
10278 rm -f conftest.o conftest.obj
10279 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10280 (eval $ac_compile) 2>&5
10282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10283 (exit $ac_status); }; then
10284 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10286 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
10287 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
10292 echo "$as_me: failed program was:" >&5
10293 sed 's/^/| /' conftest.
$ac_ext >&5
10295 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10296 See \`config.log' for more details." >&5
10297 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10298 See \`config.log' for more details." >&2;}
10299 { (exit 1); exit 1; }; }
10302 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
10304 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10305 echo "${ECHO_T}$ac_cv_objext" >&6
10306 OBJEXT
=$ac_cv_objext
10308 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10309 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10310 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10311 echo $ECHO_N "(cached) $ECHO_C" >&6
10313 cat >conftest.
$ac_ext <<_ACEOF
10314 #line $LINENO "configure"
10317 cat confdefs.h
>>conftest.
$ac_ext
10318 cat >>conftest.
$ac_ext <<_ACEOF
10319 /* end confdefs.h. */
10332 rm -f conftest.
$ac_objext
10333 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10334 (eval $ac_compile) 2>&5
10336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10337 (exit $ac_status); } &&
10338 { ac_try
='test -s conftest.$ac_objext'
10339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10340 (eval $ac_try) 2>&5
10342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343 (exit $ac_status); }; }; then
10344 ac_compiler_gnu
=yes
10346 echo "$as_me: failed program was:" >&5
10347 sed 's/^/| /' conftest.
$ac_ext >&5
10351 rm -f conftest.
$ac_objext conftest.
$ac_ext
10352 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
10355 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10356 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10357 GCC
=`test $ac_compiler_gnu = yes && echo yes`
10358 ac_test_CFLAGS
=${CFLAGS+set}
10359 ac_save_CFLAGS
=$CFLAGS
10361 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10362 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10363 if test "${ac_cv_prog_cc_g+set}" = set; then
10364 echo $ECHO_N "(cached) $ECHO_C" >&6
10366 cat >conftest.
$ac_ext <<_ACEOF
10367 #line $LINENO "configure"
10370 cat confdefs.h
>>conftest.
$ac_ext
10371 cat >>conftest.
$ac_ext <<_ACEOF
10372 /* end confdefs.h. */
10382 rm -f conftest.
$ac_objext
10383 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10384 (eval $ac_compile) 2>&5
10386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10387 (exit $ac_status); } &&
10388 { ac_try
='test -s conftest.$ac_objext'
10389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10390 (eval $ac_try) 2>&5
10392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10393 (exit $ac_status); }; }; then
10394 ac_cv_prog_cc_g
=yes
10396 echo "$as_me: failed program was:" >&5
10397 sed 's/^/| /' conftest.
$ac_ext >&5
10401 rm -f conftest.
$ac_objext conftest.
$ac_ext
10403 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10404 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10405 if test "$ac_test_CFLAGS" = set; then
10406 CFLAGS
=$ac_save_CFLAGS
10407 elif test $ac_cv_prog_cc_g = yes; then
10408 if test "$GCC" = yes; then
10414 if test "$GCC" = yes; then
10420 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10421 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10422 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10423 echo $ECHO_N "(cached) $ECHO_C" >&6
10425 ac_cv_prog_cc_stdc
=no
10427 cat >conftest.
$ac_ext <<_ACEOF
10428 #line $LINENO "configure"
10431 cat confdefs.h
>>conftest.
$ac_ext
10432 cat >>conftest.
$ac_ext <<_ACEOF
10433 /* end confdefs.h. */
10434 #include <stdarg.h>
10436 #include <sys/types.h>
10437 #include <sys/stat.h>
10438 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10439 struct buf { int x; };
10440 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10441 static char *e (p, i)
10447 static char *f (char * (*g) (char **, int), char **p, ...)
10452 s = g (p, va_arg (v,int));
10456 int test (int i, double x);
10457 struct s1 {int (*f) (int a);};
10458 struct s2 {int (*f) (double a);};
10459 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10465 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10470 # Don't try gcc -ansi; that turns off useful extensions and
10471 # breaks some systems' header files.
10472 # AIX -qlanglvl=ansi
10473 # Ultrix and OSF/1 -std1
10474 # HP-UX 10.20 and later -Ae
10475 # HP-UX older versions -Aa -D_HPUX_SOURCE
10476 # SVR4 -Xc -D__EXTENSIONS__
10477 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10479 CC
="$ac_save_CC $ac_arg"
10480 rm -f conftest.
$ac_objext
10481 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10482 (eval $ac_compile) 2>&5
10484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10485 (exit $ac_status); } &&
10486 { ac_try
='test -s conftest.$ac_objext'
10487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10488 (eval $ac_try) 2>&5
10490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10491 (exit $ac_status); }; }; then
10492 ac_cv_prog_cc_stdc
=$ac_arg
10495 echo "$as_me: failed program was:" >&5
10496 sed 's/^/| /' conftest.
$ac_ext >&5
10499 rm -f conftest.
$ac_objext
10501 rm -f conftest.
$ac_ext conftest.
$ac_objext
10506 case "x$ac_cv_prog_cc_stdc" in
10508 echo "$as_me:$LINENO: result: none needed" >&5
10509 echo "${ECHO_T}none needed" >&6 ;;
10511 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10512 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10513 CC
="$CC $ac_cv_prog_cc_stdc" ;;
10516 # Some people use a C++ compiler to compile C. Since we use `exit',
10517 # in C++ we need to declare it. In case someone uses the same compiler
10518 # for both compiling C and C++ we need to have the C++ compiler decide
10519 # the declaration of exit, since it's the most demanding environment.
10520 cat >conftest.
$ac_ext <<_ACEOF
10521 #ifndef __cplusplus
10525 rm -f conftest.
$ac_objext
10526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10527 (eval $ac_compile) 2>&5
10529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10530 (exit $ac_status); } &&
10531 { ac_try
='test -s conftest.$ac_objext'
10532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10533 (eval $ac_try) 2>&5
10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10536 (exit $ac_status); }; }; then
10537 for ac_declaration
in \
10539 '#include <stdlib.h>' \
10540 'extern "C" void std::exit (int) throw (); using std::exit;' \
10541 'extern "C" void std::exit (int); using std::exit;' \
10542 'extern "C" void exit (int) throw ();' \
10543 'extern "C" void exit (int);' \
10546 cat >conftest.
$ac_ext <<_ACEOF
10547 #line $LINENO "configure"
10550 cat confdefs.h
>>conftest.
$ac_ext
10551 cat >>conftest.
$ac_ext <<_ACEOF
10552 /* end confdefs.h. */
10553 #include <stdlib.h>
10563 rm -f conftest.
$ac_objext
10564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10565 (eval $ac_compile) 2>&5
10567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10568 (exit $ac_status); } &&
10569 { ac_try
='test -s conftest.$ac_objext'
10570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10571 (eval $ac_try) 2>&5
10573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10574 (exit $ac_status); }; }; then
10577 echo "$as_me: failed program was:" >&5
10578 sed 's/^/| /' conftest.
$ac_ext >&5
10582 rm -f conftest.
$ac_objext conftest.
$ac_ext
10583 cat >conftest.
$ac_ext <<_ACEOF
10584 #line $LINENO "configure"
10587 cat confdefs.h
>>conftest.
$ac_ext
10588 cat >>conftest.
$ac_ext <<_ACEOF
10589 /* end confdefs.h. */
10599 rm -f conftest.
$ac_objext
10600 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10601 (eval $ac_compile) 2>&5
10603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10604 (exit $ac_status); } &&
10605 { ac_try
='test -s conftest.$ac_objext'
10606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10607 (eval $ac_try) 2>&5
10609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10610 (exit $ac_status); }; }; then
10613 echo "$as_me: failed program was:" >&5
10614 sed 's/^/| /' conftest.
$ac_ext >&5
10617 rm -f conftest.
$ac_objext conftest.
$ac_ext
10620 if test -n "$ac_declaration"; then
10621 echo '#ifdef __cplusplus' >>confdefs.h
10622 echo $ac_declaration >>confdefs.h
10623 echo '#endif' >>confdefs.h
10627 echo "$as_me: failed program was:" >&5
10628 sed 's/^/| /' conftest.
$ac_ext >&5
10631 rm -f conftest.
$ac_objext conftest.
$ac_ext
10633 ac_cpp
='$CPP $CPPFLAGS'
10634 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10635 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10636 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10641 ac_cpp
='$CPP $CPPFLAGS'
10642 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10643 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10644 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10645 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
10646 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
10647 # On Suns, sometimes $CPP names a directory.
10648 if test -n "$CPP" && test -d "$CPP"; then
10651 if test -z "$CPP"; then
10652 if test "${ac_cv_prog_CPP+set}" = set; then
10653 echo $ECHO_N "(cached) $ECHO_C" >&6
10655 # Double quotes because CPP needs to be expanded
10656 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10658 ac_preproc_ok
=false
10659 for ac_c_preproc_warn_flag
in '' yes
10661 # Use a header file that comes with gcc, so configuring glibc
10662 # with a fresh cross-compiler works.
10663 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10664 # <limits.h> exists even on freestanding compilers.
10665 # On the NeXT, cc -E runs the code through the compiler's parser,
10666 # not just through cpp. "Syntax error" is here to catch this case.
10667 cat >conftest.
$ac_ext <<_ACEOF
10668 #line $LINENO "configure"
10671 cat confdefs.h
>>conftest.
$ac_ext
10672 cat >>conftest.
$ac_ext <<_ACEOF
10673 /* end confdefs.h. */
10675 # include <limits.h>
10677 # include <assert.h>
10681 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10682 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10684 grep -v '^ *+' conftest.er1
>conftest.err
10686 cat conftest.err
>&5
10687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10688 (exit $ac_status); } >/dev
/null
; then
10689 if test -s conftest.err
; then
10690 ac_cpp_err
=$ac_c_preproc_warn_flag
10697 if test -z "$ac_cpp_err"; then
10700 echo "$as_me: failed program was:" >&5
10701 sed 's/^/| /' conftest.
$ac_ext >&5
10703 # Broken: fails on valid input.
10706 rm -f conftest.err conftest.
$ac_ext
10708 # OK, works on sane cases. Now check whether non-existent headers
10709 # can be detected and how.
10710 cat >conftest.
$ac_ext <<_ACEOF
10711 #line $LINENO "configure"
10714 cat confdefs.h
>>conftest.
$ac_ext
10715 cat >>conftest.
$ac_ext <<_ACEOF
10716 /* end confdefs.h. */
10717 #include <ac_nonexistent.h>
10719 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10720 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10722 grep -v '^ *+' conftest.er1
>conftest.err
10724 cat conftest.err
>&5
10725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10726 (exit $ac_status); } >/dev
/null
; then
10727 if test -s conftest.err
; then
10728 ac_cpp_err
=$ac_c_preproc_warn_flag
10735 if test -z "$ac_cpp_err"; then
10736 # Broken: success on invalid input.
10739 echo "$as_me: failed program was:" >&5
10740 sed 's/^/| /' conftest.
$ac_ext >&5
10742 # Passes both tests.
10746 rm -f conftest.err conftest.
$ac_ext
10749 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10750 rm -f conftest.err conftest.
$ac_ext
10751 if $ac_preproc_ok; then
10756 ac_cv_prog_CPP
=$CPP
10759 CPP
=$ac_cv_prog_CPP
10761 ac_cv_prog_CPP
=$CPP
10763 echo "$as_me:$LINENO: result: $CPP" >&5
10764 echo "${ECHO_T}$CPP" >&6
10765 ac_preproc_ok
=false
10766 for ac_c_preproc_warn_flag
in '' yes
10768 # Use a header file that comes with gcc, so configuring glibc
10769 # with a fresh cross-compiler works.
10770 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10771 # <limits.h> exists even on freestanding compilers.
10772 # On the NeXT, cc -E runs the code through the compiler's parser,
10773 # not just through cpp. "Syntax error" is here to catch this case.
10774 cat >conftest.
$ac_ext <<_ACEOF
10775 #line $LINENO "configure"
10778 cat confdefs.h
>>conftest.
$ac_ext
10779 cat >>conftest.
$ac_ext <<_ACEOF
10780 /* end confdefs.h. */
10782 # include <limits.h>
10784 # include <assert.h>
10788 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10789 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10791 grep -v '^ *+' conftest.er1
>conftest.err
10793 cat conftest.err
>&5
10794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10795 (exit $ac_status); } >/dev
/null
; then
10796 if test -s conftest.err
; then
10797 ac_cpp_err
=$ac_c_preproc_warn_flag
10804 if test -z "$ac_cpp_err"; then
10807 echo "$as_me: failed program was:" >&5
10808 sed 's/^/| /' conftest.
$ac_ext >&5
10810 # Broken: fails on valid input.
10813 rm -f conftest.err conftest.
$ac_ext
10815 # OK, works on sane cases. Now check whether non-existent headers
10816 # can be detected and how.
10817 cat >conftest.
$ac_ext <<_ACEOF
10818 #line $LINENO "configure"
10821 cat confdefs.h
>>conftest.
$ac_ext
10822 cat >>conftest.
$ac_ext <<_ACEOF
10823 /* end confdefs.h. */
10824 #include <ac_nonexistent.h>
10826 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10827 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10829 grep -v '^ *+' conftest.er1
>conftest.err
10831 cat conftest.err
>&5
10832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10833 (exit $ac_status); } >/dev
/null
; then
10834 if test -s conftest.err
; then
10835 ac_cpp_err
=$ac_c_preproc_warn_flag
10842 if test -z "$ac_cpp_err"; then
10843 # Broken: success on invalid input.
10846 echo "$as_me: failed program was:" >&5
10847 sed 's/^/| /' conftest.
$ac_ext >&5
10849 # Passes both tests.
10853 rm -f conftest.err conftest.
$ac_ext
10856 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10857 rm -f conftest.err conftest.
$ac_ext
10858 if $ac_preproc_ok; then
10861 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
10862 See \`config.log' for more details." >&5
10863 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
10864 See \`config.log' for more details." >&2;}
10865 { (exit 1); exit 1; }; }
10869 ac_cpp
='$CPP $CPPFLAGS'
10870 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10871 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10872 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10875 echo "$as_me:$LINENO: checking for egrep" >&5
10876 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
10877 if test "${ac_cv_prog_egrep+set}" = set; then
10878 echo $ECHO_N "(cached) $ECHO_C" >&6
10880 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
10881 then ac_cv_prog_egrep
='grep -E'
10882 else ac_cv_prog_egrep
='egrep'
10885 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
10886 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
10887 EGREP
=$ac_cv_prog_egrep
10890 if test $ac_cv_c_compiler_gnu = yes; then
10891 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
10892 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
10893 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
10894 echo $ECHO_N "(cached) $ECHO_C" >&6
10896 ac_pattern
="Autoconf.*'x'"
10897 cat >conftest.
$ac_ext <<_ACEOF
10898 #line $LINENO "configure"
10901 cat confdefs.h
>>conftest.
$ac_ext
10902 cat >>conftest.
$ac_ext <<_ACEOF
10903 /* end confdefs.h. */
10907 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10908 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
10909 ac_cv_prog_gcc_traditional
=yes
10911 ac_cv_prog_gcc_traditional
=no
10916 if test $ac_cv_prog_gcc_traditional = no
; then
10917 cat >conftest.
$ac_ext <<_ACEOF
10918 #line $LINENO "configure"
10921 cat confdefs.h
>>conftest.
$ac_ext
10922 cat >>conftest.
$ac_ext <<_ACEOF
10923 /* end confdefs.h. */
10924 #include <termio.h>
10927 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10928 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
10929 ac_cv_prog_gcc_traditional
=yes
10935 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
10936 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
10937 if test $ac_cv_prog_gcc_traditional = yes; then
10938 CC
="$CC -traditional"
10946 ac_cpp
='$CXXCPP $CPPFLAGS'
10947 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10948 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10949 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10952 CXXFLAGS
=${CXXFLAGS:=}
10954 ac_cpp
='$CXXCPP $CPPFLAGS'
10955 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10956 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10957 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10958 if test -n "$ac_tool_prefix"; then
10959 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
10961 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10962 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10963 echo "$as_me:$LINENO: checking for $ac_word" >&5
10964 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10965 if test "${ac_cv_prog_CXX+set}" = set; then
10966 echo $ECHO_N "(cached) $ECHO_C" >&6
10968 if test -n "$CXX"; then
10969 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
10971 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10972 for as_dir
in $PATH
10975 test -z "$as_dir" && as_dir
=.
10976 for ac_exec_ext
in '' $ac_executable_extensions; do
10977 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10978 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
10979 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10987 CXX
=$ac_cv_prog_CXX
10988 if test -n "$CXX"; then
10989 echo "$as_me:$LINENO: result: $CXX" >&5
10990 echo "${ECHO_T}$CXX" >&6
10992 echo "$as_me:$LINENO: result: no" >&5
10993 echo "${ECHO_T}no" >&6
10996 test -n "$CXX" && break
10999 if test -z "$CXX"; then
11001 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
11003 # Extract the first word of "$ac_prog", so it can be a program name with args.
11004 set dummy
$ac_prog; ac_word
=$2
11005 echo "$as_me:$LINENO: checking for $ac_word" >&5
11006 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11007 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
11008 echo $ECHO_N "(cached) $ECHO_C" >&6
11010 if test -n "$ac_ct_CXX"; then
11011 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
11013 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11014 for as_dir
in $PATH
11017 test -z "$as_dir" && as_dir
=.
11018 for ac_exec_ext
in '' $ac_executable_extensions; do
11019 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11020 ac_cv_prog_ac_ct_CXX
="$ac_prog"
11021 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11029 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
11030 if test -n "$ac_ct_CXX"; then
11031 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
11032 echo "${ECHO_T}$ac_ct_CXX" >&6
11034 echo "$as_me:$LINENO: result: no" >&5
11035 echo "${ECHO_T}no" >&6
11038 test -n "$ac_ct_CXX" && break
11040 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
11046 # Provide some information about the compiler.
11047 echo "$as_me:$LINENO:" \
11048 "checking for C++ compiler version" >&5
11049 ac_compiler
=`set X $ac_compile; echo $2`
11050 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11051 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11054 (exit $ac_status); }
11055 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11056 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
11058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059 (exit $ac_status); }
11060 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11061 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
11063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11064 (exit $ac_status); }
11066 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
11067 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
11068 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
11069 echo $ECHO_N "(cached) $ECHO_C" >&6
11071 cat >conftest.
$ac_ext <<_ACEOF
11072 #line $LINENO "configure"
11075 cat confdefs.h
>>conftest.
$ac_ext
11076 cat >>conftest.
$ac_ext <<_ACEOF
11077 /* end confdefs.h. */
11090 rm -f conftest.
$ac_objext
11091 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11092 (eval $ac_compile) 2>&5
11094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11095 (exit $ac_status); } &&
11096 { ac_try
='test -s conftest.$ac_objext'
11097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11098 (eval $ac_try) 2>&5
11100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11101 (exit $ac_status); }; }; then
11102 ac_compiler_gnu
=yes
11104 echo "$as_me: failed program was:" >&5
11105 sed 's/^/| /' conftest.
$ac_ext >&5
11109 rm -f conftest.
$ac_objext conftest.
$ac_ext
11110 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
11113 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
11114 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
11115 GXX
=`test $ac_compiler_gnu = yes && echo yes`
11116 ac_test_CXXFLAGS
=${CXXFLAGS+set}
11117 ac_save_CXXFLAGS
=$CXXFLAGS
11119 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
11120 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
11121 if test "${ac_cv_prog_cxx_g+set}" = set; then
11122 echo $ECHO_N "(cached) $ECHO_C" >&6
11124 cat >conftest.
$ac_ext <<_ACEOF
11125 #line $LINENO "configure"
11128 cat confdefs.h
>>conftest.
$ac_ext
11129 cat >>conftest.
$ac_ext <<_ACEOF
11130 /* end confdefs.h. */
11140 rm -f conftest.
$ac_objext
11141 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11142 (eval $ac_compile) 2>&5
11144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11145 (exit $ac_status); } &&
11146 { ac_try
='test -s conftest.$ac_objext'
11147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11148 (eval $ac_try) 2>&5
11150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11151 (exit $ac_status); }; }; then
11152 ac_cv_prog_cxx_g
=yes
11154 echo "$as_me: failed program was:" >&5
11155 sed 's/^/| /' conftest.
$ac_ext >&5
11157 ac_cv_prog_cxx_g
=no
11159 rm -f conftest.
$ac_objext conftest.
$ac_ext
11161 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11162 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11163 if test "$ac_test_CXXFLAGS" = set; then
11164 CXXFLAGS
=$ac_save_CXXFLAGS
11165 elif test $ac_cv_prog_cxx_g = yes; then
11166 if test "$GXX" = yes; then
11172 if test "$GXX" = yes; then
11178 for ac_declaration
in \
11180 '#include <stdlib.h>' \
11181 'extern "C" void std::exit (int) throw (); using std::exit;' \
11182 'extern "C" void std::exit (int); using std::exit;' \
11183 'extern "C" void exit (int) throw ();' \
11184 'extern "C" void exit (int);' \
11187 cat >conftest.
$ac_ext <<_ACEOF
11188 #line $LINENO "configure"
11191 cat confdefs.h
>>conftest.
$ac_ext
11192 cat >>conftest.
$ac_ext <<_ACEOF
11193 /* end confdefs.h. */
11194 #include <stdlib.h>
11204 rm -f conftest.
$ac_objext
11205 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11206 (eval $ac_compile) 2>&5
11208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11209 (exit $ac_status); } &&
11210 { ac_try
='test -s conftest.$ac_objext'
11211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11212 (eval $ac_try) 2>&5
11214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11215 (exit $ac_status); }; }; then
11218 echo "$as_me: failed program was:" >&5
11219 sed 's/^/| /' conftest.
$ac_ext >&5
11223 rm -f conftest.
$ac_objext conftest.
$ac_ext
11224 cat >conftest.
$ac_ext <<_ACEOF
11225 #line $LINENO "configure"
11228 cat confdefs.h
>>conftest.
$ac_ext
11229 cat >>conftest.
$ac_ext <<_ACEOF
11230 /* end confdefs.h. */
11240 rm -f conftest.
$ac_objext
11241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11242 (eval $ac_compile) 2>&5
11244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11245 (exit $ac_status); } &&
11246 { ac_try
='test -s conftest.$ac_objext'
11247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11248 (eval $ac_try) 2>&5
11250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11251 (exit $ac_status); }; }; then
11254 echo "$as_me: failed program was:" >&5
11255 sed 's/^/| /' conftest.
$ac_ext >&5
11258 rm -f conftest.
$ac_objext conftest.
$ac_ext
11261 if test -n "$ac_declaration"; then
11262 echo '#ifdef __cplusplus' >>confdefs.h
11263 echo $ac_declaration >>confdefs.h
11264 echo '#endif' >>confdefs.h
11268 ac_cpp
='$CXXCPP $CPPFLAGS'
11269 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11270 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11271 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11275 ac_cpp
='$CPP $CPPFLAGS'
11276 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11277 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11278 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11281 if test -n "$ac_tool_prefix"; then
11282 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11283 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
11284 echo "$as_me:$LINENO: checking for $ac_word" >&5
11285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11286 if test "${ac_cv_prog_RANLIB+set}" = set; then
11287 echo $ECHO_N "(cached) $ECHO_C" >&6
11289 if test -n "$RANLIB"; then
11290 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
11292 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11293 for as_dir
in $PATH
11296 test -z "$as_dir" && as_dir
=.
11297 for ac_exec_ext
in '' $ac_executable_extensions; do
11298 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11299 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
11300 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11308 RANLIB
=$ac_cv_prog_RANLIB
11309 if test -n "$RANLIB"; then
11310 echo "$as_me:$LINENO: result: $RANLIB" >&5
11311 echo "${ECHO_T}$RANLIB" >&6
11313 echo "$as_me:$LINENO: result: no" >&5
11314 echo "${ECHO_T}no" >&6
11318 if test -z "$ac_cv_prog_RANLIB"; then
11319 ac_ct_RANLIB
=$RANLIB
11320 # Extract the first word of "ranlib", so it can be a program name with args.
11321 set dummy ranlib
; ac_word
=$2
11322 echo "$as_me:$LINENO: checking for $ac_word" >&5
11323 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11324 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11325 echo $ECHO_N "(cached) $ECHO_C" >&6
11327 if test -n "$ac_ct_RANLIB"; then
11328 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
11330 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11331 for as_dir
in $PATH
11334 test -z "$as_dir" && as_dir
=.
11335 for ac_exec_ext
in '' $ac_executable_extensions; do
11336 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11337 ac_cv_prog_ac_ct_RANLIB
="ranlib"
11338 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11344 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
11347 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
11348 if test -n "$ac_ct_RANLIB"; then
11349 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11350 echo "${ECHO_T}$ac_ct_RANLIB" >&6
11352 echo "$as_me:$LINENO: result: no" >&5
11353 echo "${ECHO_T}no" >&6
11356 RANLIB
=$ac_ct_RANLIB
11358 RANLIB
="$ac_cv_prog_RANLIB"
11362 # Extract the first word of "ar", so it can be a program name with args.
11363 set dummy
ar; ac_word
=$2
11364 echo "$as_me:$LINENO: checking for $ac_word" >&5
11365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11366 if test "${ac_cv_prog_AR+set}" = set; then
11367 echo $ECHO_N "(cached) $ECHO_C" >&6
11369 if test -n "$AR"; then
11370 ac_cv_prog_AR
="$AR" # Let the user override the test.
11372 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11373 for as_dir
in $PATH
11376 test -z "$as_dir" && as_dir
=.
11377 for ac_exec_ext
in '' $ac_executable_extensions; do
11378 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11380 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11389 if test -n "$AR"; then
11390 echo "$as_me:$LINENO: result: $AR" >&5
11391 echo "${ECHO_T}$AR" >&6
11393 echo "$as_me:$LINENO: result: no" >&5
11394 echo "${ECHO_T}no" >&6
11397 if test "x$AR" = "x" ; then
11398 { { echo "$as_me:$LINENO: error: ar is needed to build wxWindows" >&5
11399 echo "$as_me: error: ar is needed to build wxWindows" >&2;}
11400 { (exit 1); exit 1; }; }
11403 # Find a good install program. We prefer a C program (faster),
11404 # so one script is as good as another. But avoid the broken or
11405 # incompatible versions:
11406 # SysV /etc/install, /usr/sbin/install
11407 # SunOS /usr/etc/install
11408 # IRIX /sbin/install
11410 # AmigaOS /C/install, which installs bootblocks on floppy discs
11411 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11412 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
11413 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11414 # ./install, which can be erroneously created by make from ./install.sh.
11415 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11416 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11417 if test -z "$INSTALL"; then
11418 if test "${ac_cv_path_install+set}" = set; then
11419 echo $ECHO_N "(cached) $ECHO_C" >&6
11421 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11422 for as_dir
in $PATH
11425 test -z "$as_dir" && as_dir
=.
11426 # Account for people who put trailing slashes in PATH elements.
11428 .
/ | .
// | /cC
/* | \
11429 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
11432 # OSF1 and SCO ODT 3.0 have their own names for install.
11433 # Don't use installbsd from OSF since it installs stuff as root
11435 for ac_prog
in ginstall scoinst
install; do
11436 for ac_exec_ext
in '' $ac_executable_extensions; do
11437 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11438 if test $ac_prog = install &&
11439 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11440 # AIX install. It has an incompatible calling convention.
11442 elif test $ac_prog = install &&
11443 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11444 # program-specific install script used by HP pwplus--don't use.
11447 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
11459 if test "${ac_cv_path_install+set}" = set; then
11460 INSTALL
=$ac_cv_path_install
11462 # As a last resort, use the slow shell script. We don't cache a
11463 # path for INSTALL within a source directory, because that will
11464 # break other packages using the cache if that directory is
11465 # removed, or if the path is relative.
11466 INSTALL
=$ac_install_sh
11469 echo "$as_me:$LINENO: result: $INSTALL" >&5
11470 echo "${ECHO_T}$INSTALL" >&6
11472 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11473 # It thinks the first close brace ends the variable substitution.
11474 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
11476 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
11478 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
11484 ?
:* ) # Drive letter, considered as absolute.
11487 INSTALL
=`pwd`/${INSTALL} ;;
11492 INSTALL_DIR
="mkdir"
11495 *) INSTALL_DIR
="$INSTALL -d"
11502 powerpc
-*-darwin* )
11503 INSTALL_PROGRAM
="cp -fp"
11504 INSTALL_DATA
="cp -fp"
11510 # Extract the first word of "strip", so it can be a program name with args.
11511 set dummy strip
; ac_word
=$2
11512 echo "$as_me:$LINENO: checking for $ac_word" >&5
11513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11514 if test "${ac_cv_prog_STRIP+set}" = set; then
11515 echo $ECHO_N "(cached) $ECHO_C" >&6
11517 if test -n "$STRIP"; then
11518 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
11520 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11521 for as_dir
in $PATH
11524 test -z "$as_dir" && as_dir
=.
11525 for ac_exec_ext
in '' $ac_executable_extensions; do
11526 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11527 ac_cv_prog_STRIP
="strip"
11528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11534 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
11537 STRIP
=$ac_cv_prog_STRIP
11538 if test -n "$STRIP"; then
11539 echo "$as_me:$LINENO: result: $STRIP" >&5
11540 echo "${ECHO_T}$STRIP" >&6
11542 echo "$as_me:$LINENO: result: no" >&5
11543 echo "${ECHO_T}no" >&6
11547 echo "$as_me:$LINENO: checking if make is GNU make" >&5
11548 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
11549 if test "${wx_cv_prog_makeisgnu+set}" = set; then
11550 echo $ECHO_N "(cached) $ECHO_C" >&6
11553 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
11554 egrep -s GNU
> /dev
/null
); then
11555 wx_cv_prog_makeisgnu
="yes"
11557 wx_cv_prog_makeisgnu
="no"
11561 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
11562 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
11564 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
11572 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
11573 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
11574 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
11575 if test "${wx_cv_prog_makevpath+set}" = set; then
11576 echo $ECHO_N "(cached) $ECHO_C" >&6
11579 cat - << EOF > confMake
11585 if test ! -d sub
; then
11588 echo dummy
> sub
/file
11589 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
11591 rm -f sub
/file check final_file confMake
11593 if test "$RESULT" = 0; then
11594 wx_cv_prog_makevpath
="yes"
11596 wx_cv_prog_makevpath
="no"
11600 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
11601 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
11603 if test "x$wx_cv_prog_makevpath" != "xyes"; then
11604 { { echo "$as_me:$LINENO: error:
11605 You need a make-utility that is able to use the variable
11607 If your version of make does not support VPATH correctly,
11608 please install GNU-make (possibly as gmake), and start
11609 configure with the following command:
11610 export MAKE=gmake; ./configure for sh-type shells
11611 setenv MAKE gmake; ./configure for csh-type shells
11612 Also please do remember to use gmake in this case every time
11613 you are trying to compile.
11615 echo "$as_me: error:
11616 You need a make-utility that is able to use the variable
11618 If your version of make does not support VPATH correctly,
11619 please install GNU-make (possibly as gmake), and start
11620 configure with the following command:
11621 export MAKE=gmake; ./configure for sh-type shells
11622 setenv MAKE gmake; ./configure for csh-type shells
11623 Also please do remember to use gmake in this case every time
11624 you are trying to compile.
11626 { (exit 1); exit 1; }; }
11628 echo "$as_me:$LINENO: checking whether ln -s works" >&5
11629 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
11631 if test "$LN_S" = "ln -s"; then
11632 echo "$as_me:$LINENO: result: yes" >&5
11633 echo "${ECHO_T}yes" >&6
11635 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
11636 echo "${ECHO_T}no, using $LN_S" >&6
11641 *-pc-os2_emx | *-pc-os2-emx )
11642 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
11643 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
11644 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
11645 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
11646 echo $ECHO_N "(cached) $ECHO_C" >&6
11648 ac_check_lib_save_LIBS
=$LIBS
11649 LIBS
="-lcExt $LIBS"
11650 cat >conftest.
$ac_ext <<_ACEOF
11651 #line $LINENO "configure"
11654 cat confdefs.h
>>conftest.
$ac_ext
11655 cat >>conftest.
$ac_ext <<_ACEOF
11656 /* end confdefs.h. */
11658 /* Override any gcc2 internal prototype to avoid an error. */
11662 /* We use char because int might match the return type of a gcc2
11663 builtin and then its argument prototype would still apply. */
11673 rm -f conftest.
$ac_objext conftest
$ac_exeext
11674 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11675 (eval $ac_link) 2>&5
11677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11678 (exit $ac_status); } &&
11679 { ac_try
='test -s conftest$ac_exeext'
11680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11681 (eval $ac_try) 2>&5
11683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11684 (exit $ac_status); }; }; then
11685 ac_cv_lib_cExt_drand48
=yes
11687 echo "$as_me: failed program was:" >&5
11688 sed 's/^/| /' conftest.
$ac_ext >&5
11690 ac_cv_lib_cExt_drand48
=no
11692 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11693 LIBS
=$ac_check_lib_save_LIBS
11695 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
11696 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
11697 if test $ac_cv_lib_cExt_drand48 = yes; then
11698 LIBS
="$LIBS -lcExt"
11702 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
11704 echo "$as_me:$LINENO: checking for gcc 3 or later" >&5
11705 echo $ECHO_N "checking for gcc 3 or later... $ECHO_C" >&6
11706 if test "${wx_cv_gcc3+set}" = set; then
11707 echo $ECHO_N "(cached) $ECHO_C" >&6
11710 cat >conftest.
$ac_ext <<_ACEOF
11711 #line $LINENO "configure"
11714 cat confdefs.h
>>conftest.
$ac_ext
11715 cat >>conftest.
$ac_ext <<_ACEOF
11716 /* end confdefs.h. */
11717 #include <features.h>
11730 rm -f conftest.
$ac_objext
11731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11732 (eval $ac_compile) 2>&5
11734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11735 (exit $ac_status); } &&
11736 { ac_try
='test -s conftest.$ac_objext'
11737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11738 (eval $ac_try) 2>&5
11740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11741 (exit $ac_status); }; }; then
11746 echo "$as_me: failed program was:" >&5
11747 sed 's/^/| /' conftest.
$ac_ext >&5
11754 rm -f conftest.
$ac_objext conftest.
$ac_ext
11757 echo "$as_me:$LINENO: result: $wx_cv_gcc3" >&5
11758 echo "${ECHO_T}$wx_cv_gcc3" >&6
11759 if test "$wx_cv_gcc3" = "no"; then
11760 LIBS
="$LIBS -lstdcpp"
11762 LIBS
="$LIBS -lstdcxx"
11768 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
11769 echo "$as_me:$LINENO: checking for strings.h" >&5
11770 echo $ECHO_N "checking for strings.h... $ECHO_C" >&6
11771 if test "${ac_cv_header_strings_h+set}" = set; then
11772 echo $ECHO_N "(cached) $ECHO_C" >&6
11774 ac_cv_header_strings_h
=no
11776 echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5
11777 echo "${ECHO_T}$ac_cv_header_strings_h" >&6
11778 if test "$ac_cv_header_strings_h" = "no"; then
11779 echo "$as_me:$LINENO: result: forced no into cache" >&5
11780 echo "${ECHO_T}forced no into cache" >&6
11782 { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5
11783 echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;}
11786 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11787 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11788 if test "${ac_cv_header_stdc+set}" = set; then
11789 echo $ECHO_N "(cached) $ECHO_C" >&6
11791 cat >conftest.
$ac_ext <<_ACEOF
11792 #line $LINENO "configure"
11795 cat confdefs.h
>>conftest.
$ac_ext
11796 cat >>conftest.
$ac_ext <<_ACEOF
11797 /* end confdefs.h. */
11798 #include <stdlib.h>
11799 #include <stdarg.h>
11800 #include <string.h>
11811 rm -f conftest.
$ac_objext
11812 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11813 (eval $ac_compile) 2>&5
11815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11816 (exit $ac_status); } &&
11817 { ac_try
='test -s conftest.$ac_objext'
11818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11819 (eval $ac_try) 2>&5
11821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11822 (exit $ac_status); }; }; then
11823 ac_cv_header_stdc
=yes
11825 echo "$as_me: failed program was:" >&5
11826 sed 's/^/| /' conftest.
$ac_ext >&5
11828 ac_cv_header_stdc
=no
11830 rm -f conftest.
$ac_objext conftest.
$ac_ext
11832 if test $ac_cv_header_stdc = yes; then
11833 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11834 cat >conftest.
$ac_ext <<_ACEOF
11835 #line $LINENO "configure"
11838 cat confdefs.h
>>conftest.
$ac_ext
11839 cat >>conftest.
$ac_ext <<_ACEOF
11840 /* end confdefs.h. */
11841 #include <string.h>
11844 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11845 $EGREP "memchr" >/dev
/null
2>&1; then
11848 ac_cv_header_stdc
=no
11854 if test $ac_cv_header_stdc = yes; then
11855 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11856 cat >conftest.
$ac_ext <<_ACEOF
11857 #line $LINENO "configure"
11860 cat confdefs.h
>>conftest.
$ac_ext
11861 cat >>conftest.
$ac_ext <<_ACEOF
11862 /* end confdefs.h. */
11863 #include <stdlib.h>
11866 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11867 $EGREP "free" >/dev
/null
2>&1; then
11870 ac_cv_header_stdc
=no
11876 if test $ac_cv_header_stdc = yes; then
11877 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11878 if test "$cross_compiling" = yes; then
11881 cat >conftest.
$ac_ext <<_ACEOF
11882 #line $LINENO "configure"
11885 cat confdefs.h
>>conftest.
$ac_ext
11886 cat >>conftest.
$ac_ext <<_ACEOF
11887 /* end confdefs.h. */
11889 #if ((' ' & 0x0FF) == 0x020)
11890 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11891 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11893 # define ISLOWER(c) \
11894 (('a' <= (c) && (c) <= 'i') \
11895 || ('j' <= (c) && (c) <= 'r') \
11896 || ('s' <= (c) && (c) <= 'z'))
11897 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11900 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11905 for (i = 0; i < 256; i++)
11906 if (XOR (islower (i), ISLOWER (i))
11907 || toupper (i) != TOUPPER (i))
11912 rm -f conftest
$ac_exeext
11913 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11914 (eval $ac_link) 2>&5
11916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11917 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
11918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11919 (eval $ac_try) 2>&5
11921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11922 (exit $ac_status); }; }; then
11925 echo "$as_me: program exited with status $ac_status" >&5
11926 echo "$as_me: failed program was:" >&5
11927 sed 's/^/| /' conftest.
$ac_ext >&5
11929 ( exit $ac_status )
11930 ac_cv_header_stdc
=no
11932 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
11936 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
11937 echo "${ECHO_T}$ac_cv_header_stdc" >&6
11938 if test $ac_cv_header_stdc = yes; then
11940 cat >>confdefs.h
<<\_ACEOF
11941 #define STDC_HEADERS 1
11946 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
11956 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
11957 inttypes.h stdint.h unistd.h
11959 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11960 echo "$as_me:$LINENO: checking for $ac_header" >&5
11961 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11962 if eval "test \"\${$as_ac_Header+set}\" = set"; then
11963 echo $ECHO_N "(cached) $ECHO_C" >&6
11965 cat >conftest.
$ac_ext <<_ACEOF
11966 #line $LINENO "configure"
11969 cat confdefs.h
>>conftest.
$ac_ext
11970 cat >>conftest.
$ac_ext <<_ACEOF
11971 /* end confdefs.h. */
11972 $ac_includes_default
11974 #include <$ac_header>
11976 rm -f conftest.
$ac_objext
11977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11978 (eval $ac_compile) 2>&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } &&
11982 { ac_try
='test -s conftest.$ac_objext'
11983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11984 (eval $ac_try) 2>&5
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); }; }; then
11988 eval "$as_ac_Header=yes"
11990 echo "$as_me: failed program was:" >&5
11991 sed 's/^/| /' conftest.
$ac_ext >&5
11993 eval "$as_ac_Header=no"
11995 rm -f conftest.
$ac_objext conftest.
$ac_ext
11997 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11998 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11999 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12000 cat >>confdefs.h
<<_ACEOF
12001 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12010 for ac_header
in strings.h
12012 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12013 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12014 echo "$as_me:$LINENO: checking for $ac_header" >&5
12015 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12016 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12017 echo $ECHO_N "(cached) $ECHO_C" >&6
12019 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12020 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12022 # Is the header compilable?
12023 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12024 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12025 cat >conftest.
$ac_ext <<_ACEOF
12026 #line $LINENO "configure"
12029 cat confdefs.h
>>conftest.
$ac_ext
12030 cat >>conftest.
$ac_ext <<_ACEOF
12031 /* end confdefs.h. */
12032 $ac_includes_default
12033 #include <$ac_header>
12035 rm -f conftest.
$ac_objext
12036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12037 (eval $ac_compile) 2>&5
12039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12040 (exit $ac_status); } &&
12041 { ac_try
='test -s conftest.$ac_objext'
12042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12043 (eval $ac_try) 2>&5
12045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12046 (exit $ac_status); }; }; then
12047 ac_header_compiler
=yes
12049 echo "$as_me: failed program was:" >&5
12050 sed 's/^/| /' conftest.
$ac_ext >&5
12052 ac_header_compiler
=no
12054 rm -f conftest.
$ac_objext conftest.
$ac_ext
12055 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12056 echo "${ECHO_T}$ac_header_compiler" >&6
12058 # Is the header present?
12059 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12060 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12061 cat >conftest.
$ac_ext <<_ACEOF
12062 #line $LINENO "configure"
12065 cat confdefs.h
>>conftest.
$ac_ext
12066 cat >>conftest.
$ac_ext <<_ACEOF
12067 /* end confdefs.h. */
12068 #include <$ac_header>
12070 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12071 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12073 grep -v '^ *+' conftest.er1
>conftest.err
12075 cat conftest.err
>&5
12076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12077 (exit $ac_status); } >/dev
/null
; then
12078 if test -s conftest.err
; then
12079 ac_cpp_err
=$ac_c_preproc_warn_flag
12086 if test -z "$ac_cpp_err"; then
12087 ac_header_preproc
=yes
12089 echo "$as_me: failed program was:" >&5
12090 sed 's/^/| /' conftest.
$ac_ext >&5
12092 ac_header_preproc
=no
12094 rm -f conftest.err conftest.
$ac_ext
12095 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12096 echo "${ECHO_T}$ac_header_preproc" >&6
12098 # So? What about this header?
12099 case $ac_header_compiler:$ac_header_preproc in
12101 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12102 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12103 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12104 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12107 ## ------------------------------------ ##
12108 ## Report this to bug-autoconf@gnu.org. ##
12109 ## ------------------------------------ ##
12112 sed "s/^/$as_me: WARNING: /" >&2
12115 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12116 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12117 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12118 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12119 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12120 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12123 ## ------------------------------------ ##
12124 ## Report this to bug-autoconf@gnu.org. ##
12125 ## ------------------------------------ ##
12128 sed "s/^/$as_me: WARNING: /" >&2
12131 echo "$as_me:$LINENO: checking for $ac_header" >&5
12132 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12133 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12134 echo $ECHO_N "(cached) $ECHO_C" >&6
12136 eval "$as_ac_Header=$ac_header_preproc"
12138 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12139 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12142 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12143 cat >>confdefs.h
<<_ACEOF
12144 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12153 for ac_header
in stdlib.h
12155 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12156 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12157 echo "$as_me:$LINENO: checking for $ac_header" >&5
12158 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12159 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12160 echo $ECHO_N "(cached) $ECHO_C" >&6
12162 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12163 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12165 # Is the header compilable?
12166 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12167 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12168 cat >conftest.
$ac_ext <<_ACEOF
12169 #line $LINENO "configure"
12172 cat confdefs.h
>>conftest.
$ac_ext
12173 cat >>conftest.
$ac_ext <<_ACEOF
12174 /* end confdefs.h. */
12175 $ac_includes_default
12176 #include <$ac_header>
12178 rm -f conftest.
$ac_objext
12179 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12180 (eval $ac_compile) 2>&5
12182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12183 (exit $ac_status); } &&
12184 { ac_try
='test -s conftest.$ac_objext'
12185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12186 (eval $ac_try) 2>&5
12188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189 (exit $ac_status); }; }; then
12190 ac_header_compiler
=yes
12192 echo "$as_me: failed program was:" >&5
12193 sed 's/^/| /' conftest.
$ac_ext >&5
12195 ac_header_compiler
=no
12197 rm -f conftest.
$ac_objext conftest.
$ac_ext
12198 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12199 echo "${ECHO_T}$ac_header_compiler" >&6
12201 # Is the header present?
12202 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12203 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12204 cat >conftest.
$ac_ext <<_ACEOF
12205 #line $LINENO "configure"
12208 cat confdefs.h
>>conftest.
$ac_ext
12209 cat >>conftest.
$ac_ext <<_ACEOF
12210 /* end confdefs.h. */
12211 #include <$ac_header>
12213 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12214 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12216 grep -v '^ *+' conftest.er1
>conftest.err
12218 cat conftest.err
>&5
12219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12220 (exit $ac_status); } >/dev
/null
; then
12221 if test -s conftest.err
; then
12222 ac_cpp_err
=$ac_c_preproc_warn_flag
12229 if test -z "$ac_cpp_err"; then
12230 ac_header_preproc
=yes
12232 echo "$as_me: failed program was:" >&5
12233 sed 's/^/| /' conftest.
$ac_ext >&5
12235 ac_header_preproc
=no
12237 rm -f conftest.err conftest.
$ac_ext
12238 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12239 echo "${ECHO_T}$ac_header_preproc" >&6
12241 # So? What about this header?
12242 case $ac_header_compiler:$ac_header_preproc in
12244 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12245 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12246 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12247 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12250 ## ------------------------------------ ##
12251 ## Report this to bug-autoconf@gnu.org. ##
12252 ## ------------------------------------ ##
12255 sed "s/^/$as_me: WARNING: /" >&2
12258 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12259 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12260 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12261 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12262 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12263 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12266 ## ------------------------------------ ##
12267 ## Report this to bug-autoconf@gnu.org. ##
12268 ## ------------------------------------ ##
12271 sed "s/^/$as_me: WARNING: /" >&2
12274 echo "$as_me:$LINENO: checking for $ac_header" >&5
12275 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12276 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12277 echo $ECHO_N "(cached) $ECHO_C" >&6
12279 eval "$as_ac_Header=$ac_header_preproc"
12281 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12282 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12285 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12286 cat >>confdefs.h
<<_ACEOF
12287 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12295 for ac_header
in malloc.h
12297 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12298 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12299 echo "$as_me:$LINENO: checking for $ac_header" >&5
12300 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12301 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12302 echo $ECHO_N "(cached) $ECHO_C" >&6
12304 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12305 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12307 # Is the header compilable?
12308 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12309 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12310 cat >conftest.
$ac_ext <<_ACEOF
12311 #line $LINENO "configure"
12314 cat confdefs.h
>>conftest.
$ac_ext
12315 cat >>conftest.
$ac_ext <<_ACEOF
12316 /* end confdefs.h. */
12317 $ac_includes_default
12318 #include <$ac_header>
12320 rm -f conftest.
$ac_objext
12321 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12322 (eval $ac_compile) 2>&5
12324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12325 (exit $ac_status); } &&
12326 { ac_try
='test -s conftest.$ac_objext'
12327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12328 (eval $ac_try) 2>&5
12330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12331 (exit $ac_status); }; }; then
12332 ac_header_compiler
=yes
12334 echo "$as_me: failed program was:" >&5
12335 sed 's/^/| /' conftest.
$ac_ext >&5
12337 ac_header_compiler
=no
12339 rm -f conftest.
$ac_objext conftest.
$ac_ext
12340 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12341 echo "${ECHO_T}$ac_header_compiler" >&6
12343 # Is the header present?
12344 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12345 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12346 cat >conftest.
$ac_ext <<_ACEOF
12347 #line $LINENO "configure"
12350 cat confdefs.h
>>conftest.
$ac_ext
12351 cat >>conftest.
$ac_ext <<_ACEOF
12352 /* end confdefs.h. */
12353 #include <$ac_header>
12355 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12356 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12358 grep -v '^ *+' conftest.er1
>conftest.err
12360 cat conftest.err
>&5
12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); } >/dev
/null
; then
12363 if test -s conftest.err
; then
12364 ac_cpp_err
=$ac_c_preproc_warn_flag
12371 if test -z "$ac_cpp_err"; then
12372 ac_header_preproc
=yes
12374 echo "$as_me: failed program was:" >&5
12375 sed 's/^/| /' conftest.
$ac_ext >&5
12377 ac_header_preproc
=no
12379 rm -f conftest.err conftest.
$ac_ext
12380 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12381 echo "${ECHO_T}$ac_header_preproc" >&6
12383 # So? What about this header?
12384 case $ac_header_compiler:$ac_header_preproc in
12386 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12387 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12388 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12389 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12392 ## ------------------------------------ ##
12393 ## Report this to bug-autoconf@gnu.org. ##
12394 ## ------------------------------------ ##
12397 sed "s/^/$as_me: WARNING: /" >&2
12400 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12401 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12402 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12403 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12404 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12405 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12408 ## ------------------------------------ ##
12409 ## Report this to bug-autoconf@gnu.org. ##
12410 ## ------------------------------------ ##
12413 sed "s/^/$as_me: WARNING: /" >&2
12416 echo "$as_me:$LINENO: checking for $ac_header" >&5
12417 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12418 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12419 echo $ECHO_N "(cached) $ECHO_C" >&6
12421 eval "$as_ac_Header=$ac_header_preproc"
12423 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12424 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12427 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12428 cat >>confdefs.h
<<_ACEOF
12429 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12437 for ac_header
in unistd.h
12439 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12440 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12441 echo "$as_me:$LINENO: checking for $ac_header" >&5
12442 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12443 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12444 echo $ECHO_N "(cached) $ECHO_C" >&6
12446 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12447 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12449 # Is the header compilable?
12450 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12451 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12452 cat >conftest.
$ac_ext <<_ACEOF
12453 #line $LINENO "configure"
12456 cat confdefs.h
>>conftest.
$ac_ext
12457 cat >>conftest.
$ac_ext <<_ACEOF
12458 /* end confdefs.h. */
12459 $ac_includes_default
12460 #include <$ac_header>
12462 rm -f conftest.
$ac_objext
12463 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12464 (eval $ac_compile) 2>&5
12466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12467 (exit $ac_status); } &&
12468 { ac_try
='test -s conftest.$ac_objext'
12469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12470 (eval $ac_try) 2>&5
12472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12473 (exit $ac_status); }; }; then
12474 ac_header_compiler
=yes
12476 echo "$as_me: failed program was:" >&5
12477 sed 's/^/| /' conftest.
$ac_ext >&5
12479 ac_header_compiler
=no
12481 rm -f conftest.
$ac_objext conftest.
$ac_ext
12482 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12483 echo "${ECHO_T}$ac_header_compiler" >&6
12485 # Is the header present?
12486 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12487 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12488 cat >conftest.
$ac_ext <<_ACEOF
12489 #line $LINENO "configure"
12492 cat confdefs.h
>>conftest.
$ac_ext
12493 cat >>conftest.
$ac_ext <<_ACEOF
12494 /* end confdefs.h. */
12495 #include <$ac_header>
12497 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12498 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12500 grep -v '^ *+' conftest.er1
>conftest.err
12502 cat conftest.err
>&5
12503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12504 (exit $ac_status); } >/dev
/null
; then
12505 if test -s conftest.err
; then
12506 ac_cpp_err
=$ac_c_preproc_warn_flag
12513 if test -z "$ac_cpp_err"; then
12514 ac_header_preproc
=yes
12516 echo "$as_me: failed program was:" >&5
12517 sed 's/^/| /' conftest.
$ac_ext >&5
12519 ac_header_preproc
=no
12521 rm -f conftest.err conftest.
$ac_ext
12522 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12523 echo "${ECHO_T}$ac_header_preproc" >&6
12525 # So? What about this header?
12526 case $ac_header_compiler:$ac_header_preproc in
12528 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12529 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12530 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12531 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12534 ## ------------------------------------ ##
12535 ## Report this to bug-autoconf@gnu.org. ##
12536 ## ------------------------------------ ##
12539 sed "s/^/$as_me: WARNING: /" >&2
12542 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12543 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12544 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12545 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12546 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12547 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12550 ## ------------------------------------ ##
12551 ## Report this to bug-autoconf@gnu.org. ##
12552 ## ------------------------------------ ##
12555 sed "s/^/$as_me: WARNING: /" >&2
12558 echo "$as_me:$LINENO: checking for $ac_header" >&5
12559 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12560 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12561 echo $ECHO_N "(cached) $ECHO_C" >&6
12563 eval "$as_ac_Header=$ac_header_preproc"
12565 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12566 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12569 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12570 cat >>confdefs.h
<<_ACEOF
12571 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12579 for ac_header
in wchar.h
12581 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12582 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12583 echo "$as_me:$LINENO: checking for $ac_header" >&5
12584 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12585 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12586 echo $ECHO_N "(cached) $ECHO_C" >&6
12588 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12589 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12591 # Is the header compilable?
12592 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12593 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12594 cat >conftest.
$ac_ext <<_ACEOF
12595 #line $LINENO "configure"
12598 cat confdefs.h
>>conftest.
$ac_ext
12599 cat >>conftest.
$ac_ext <<_ACEOF
12600 /* end confdefs.h. */
12601 $ac_includes_default
12602 #include <$ac_header>
12604 rm -f conftest.
$ac_objext
12605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12606 (eval $ac_compile) 2>&5
12608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12609 (exit $ac_status); } &&
12610 { ac_try
='test -s conftest.$ac_objext'
12611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12612 (eval $ac_try) 2>&5
12614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12615 (exit $ac_status); }; }; then
12616 ac_header_compiler
=yes
12618 echo "$as_me: failed program was:" >&5
12619 sed 's/^/| /' conftest.
$ac_ext >&5
12621 ac_header_compiler
=no
12623 rm -f conftest.
$ac_objext conftest.
$ac_ext
12624 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12625 echo "${ECHO_T}$ac_header_compiler" >&6
12627 # Is the header present?
12628 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12629 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12630 cat >conftest.
$ac_ext <<_ACEOF
12631 #line $LINENO "configure"
12634 cat confdefs.h
>>conftest.
$ac_ext
12635 cat >>conftest.
$ac_ext <<_ACEOF
12636 /* end confdefs.h. */
12637 #include <$ac_header>
12639 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12640 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12642 grep -v '^ *+' conftest.er1
>conftest.err
12644 cat conftest.err
>&5
12645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12646 (exit $ac_status); } >/dev
/null
; then
12647 if test -s conftest.err
; then
12648 ac_cpp_err
=$ac_c_preproc_warn_flag
12655 if test -z "$ac_cpp_err"; then
12656 ac_header_preproc
=yes
12658 echo "$as_me: failed program was:" >&5
12659 sed 's/^/| /' conftest.
$ac_ext >&5
12661 ac_header_preproc
=no
12663 rm -f conftest.err conftest.
$ac_ext
12664 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12665 echo "${ECHO_T}$ac_header_preproc" >&6
12667 # So? What about this header?
12668 case $ac_header_compiler:$ac_header_preproc in
12670 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12671 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12672 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12673 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12676 ## ------------------------------------ ##
12677 ## Report this to bug-autoconf@gnu.org. ##
12678 ## ------------------------------------ ##
12681 sed "s/^/$as_me: WARNING: /" >&2
12684 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12685 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12686 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12687 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12688 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12689 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12692 ## ------------------------------------ ##
12693 ## Report this to bug-autoconf@gnu.org. ##
12694 ## ------------------------------------ ##
12697 sed "s/^/$as_me: WARNING: /" >&2
12700 echo "$as_me:$LINENO: checking for $ac_header" >&5
12701 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12702 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12703 echo $ECHO_N "(cached) $ECHO_C" >&6
12705 eval "$as_ac_Header=$ac_header_preproc"
12707 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12708 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12711 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12712 cat >>confdefs.h
<<_ACEOF
12713 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12721 if test "$ac_cv_header_wchar_h" != "yes"; then
12723 for ac_header
in wcstr.h
12725 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12726 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12727 echo "$as_me:$LINENO: checking for $ac_header" >&5
12728 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12729 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12730 echo $ECHO_N "(cached) $ECHO_C" >&6
12732 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12733 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12735 # Is the header compilable?
12736 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12737 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12738 cat >conftest.
$ac_ext <<_ACEOF
12739 #line $LINENO "configure"
12742 cat confdefs.h
>>conftest.
$ac_ext
12743 cat >>conftest.
$ac_ext <<_ACEOF
12744 /* end confdefs.h. */
12745 $ac_includes_default
12746 #include <$ac_header>
12748 rm -f conftest.
$ac_objext
12749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12750 (eval $ac_compile) 2>&5
12752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12753 (exit $ac_status); } &&
12754 { ac_try
='test -s conftest.$ac_objext'
12755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12756 (eval $ac_try) 2>&5
12758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12759 (exit $ac_status); }; }; then
12760 ac_header_compiler
=yes
12762 echo "$as_me: failed program was:" >&5
12763 sed 's/^/| /' conftest.
$ac_ext >&5
12765 ac_header_compiler
=no
12767 rm -f conftest.
$ac_objext conftest.
$ac_ext
12768 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12769 echo "${ECHO_T}$ac_header_compiler" >&6
12771 # Is the header present?
12772 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12773 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12774 cat >conftest.
$ac_ext <<_ACEOF
12775 #line $LINENO "configure"
12778 cat confdefs.h
>>conftest.
$ac_ext
12779 cat >>conftest.
$ac_ext <<_ACEOF
12780 /* end confdefs.h. */
12781 #include <$ac_header>
12783 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12784 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12786 grep -v '^ *+' conftest.er1
>conftest.err
12788 cat conftest.err
>&5
12789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790 (exit $ac_status); } >/dev
/null
; then
12791 if test -s conftest.err
; then
12792 ac_cpp_err
=$ac_c_preproc_warn_flag
12799 if test -z "$ac_cpp_err"; then
12800 ac_header_preproc
=yes
12802 echo "$as_me: failed program was:" >&5
12803 sed 's/^/| /' conftest.
$ac_ext >&5
12805 ac_header_preproc
=no
12807 rm -f conftest.err conftest.
$ac_ext
12808 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12809 echo "${ECHO_T}$ac_header_preproc" >&6
12811 # So? What about this header?
12812 case $ac_header_compiler:$ac_header_preproc in
12814 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12815 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12816 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12817 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12820 ## ------------------------------------ ##
12821 ## Report this to bug-autoconf@gnu.org. ##
12822 ## ------------------------------------ ##
12825 sed "s/^/$as_me: WARNING: /" >&2
12828 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12829 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12830 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12831 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12832 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12833 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12836 ## ------------------------------------ ##
12837 ## Report this to bug-autoconf@gnu.org. ##
12838 ## ------------------------------------ ##
12841 sed "s/^/$as_me: WARNING: /" >&2
12844 echo "$as_me:$LINENO: checking for $ac_header" >&5
12845 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12846 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12847 echo $ECHO_N "(cached) $ECHO_C" >&6
12849 eval "$as_ac_Header=$ac_header_preproc"
12851 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12852 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12855 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12856 cat >>confdefs.h
<<_ACEOF
12857 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12867 for ac_header
in fnmatch.h
12869 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12870 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12871 echo "$as_me:$LINENO: checking for $ac_header" >&5
12872 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12873 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12874 echo $ECHO_N "(cached) $ECHO_C" >&6
12876 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12877 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12879 # Is the header compilable?
12880 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12881 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12882 cat >conftest.
$ac_ext <<_ACEOF
12883 #line $LINENO "configure"
12886 cat confdefs.h
>>conftest.
$ac_ext
12887 cat >>conftest.
$ac_ext <<_ACEOF
12888 /* end confdefs.h. */
12889 $ac_includes_default
12890 #include <$ac_header>
12892 rm -f conftest.
$ac_objext
12893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12894 (eval $ac_compile) 2>&5
12896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12897 (exit $ac_status); } &&
12898 { ac_try
='test -s conftest.$ac_objext'
12899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12900 (eval $ac_try) 2>&5
12902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12903 (exit $ac_status); }; }; then
12904 ac_header_compiler
=yes
12906 echo "$as_me: failed program was:" >&5
12907 sed 's/^/| /' conftest.
$ac_ext >&5
12909 ac_header_compiler
=no
12911 rm -f conftest.
$ac_objext conftest.
$ac_ext
12912 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12913 echo "${ECHO_T}$ac_header_compiler" >&6
12915 # Is the header present?
12916 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12917 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12918 cat >conftest.
$ac_ext <<_ACEOF
12919 #line $LINENO "configure"
12922 cat confdefs.h
>>conftest.
$ac_ext
12923 cat >>conftest.
$ac_ext <<_ACEOF
12924 /* end confdefs.h. */
12925 #include <$ac_header>
12927 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12928 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12930 grep -v '^ *+' conftest.er1
>conftest.err
12932 cat conftest.err
>&5
12933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12934 (exit $ac_status); } >/dev
/null
; then
12935 if test -s conftest.err
; then
12936 ac_cpp_err
=$ac_c_preproc_warn_flag
12943 if test -z "$ac_cpp_err"; then
12944 ac_header_preproc
=yes
12946 echo "$as_me: failed program was:" >&5
12947 sed 's/^/| /' conftest.
$ac_ext >&5
12949 ac_header_preproc
=no
12951 rm -f conftest.err conftest.
$ac_ext
12952 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12953 echo "${ECHO_T}$ac_header_preproc" >&6
12955 # So? What about this header?
12956 case $ac_header_compiler:$ac_header_preproc in
12958 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12959 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12960 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12961 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12964 ## ------------------------------------ ##
12965 ## Report this to bug-autoconf@gnu.org. ##
12966 ## ------------------------------------ ##
12969 sed "s/^/$as_me: WARNING: /" >&2
12972 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12973 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12974 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12975 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12976 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12977 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12980 ## ------------------------------------ ##
12981 ## Report this to bug-autoconf@gnu.org. ##
12982 ## ------------------------------------ ##
12985 sed "s/^/$as_me: WARNING: /" >&2
12988 echo "$as_me:$LINENO: checking for $ac_header" >&5
12989 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12990 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12991 echo $ECHO_N "(cached) $ECHO_C" >&6
12993 eval "$as_ac_Header=$ac_header_preproc"
12995 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12996 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12999 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13000 cat >>confdefs.h
<<_ACEOF
13001 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13009 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13011 for ac_func
in fnmatch
13013 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13014 echo "$as_me:$LINENO: checking for $ac_func" >&5
13015 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13016 if eval "test \"\${$as_ac_var+set}\" = set"; then
13017 echo $ECHO_N "(cached) $ECHO_C" >&6
13019 cat >conftest.
$ac_ext <<_ACEOF
13020 #line $LINENO "configure"
13023 cat confdefs.h
>>conftest.
$ac_ext
13024 cat >>conftest.
$ac_ext <<_ACEOF
13025 /* end confdefs.h. */
13026 /* System header to define __stub macros and hopefully few prototypes,
13027 which can conflict with char $ac_func (); below.
13028 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13029 <limits.h> exists even on freestanding compilers. */
13031 # include <limits.h>
13033 # include <assert.h>
13035 /* Override any gcc2 internal prototype to avoid an error. */
13040 /* We use char because int might match the return type of a gcc2
13041 builtin and then its argument prototype would still apply. */
13043 /* The GNU C library defines this for functions which it implements
13044 to always fail with ENOSYS. Some functions are actually named
13045 something starting with __ and the normal name is an alias. */
13046 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13049 char (*f) () = $ac_func;
13058 return f != $ac_func;
13063 rm -f conftest.
$ac_objext conftest
$ac_exeext
13064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13065 (eval $ac_link) 2>&5
13067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13068 (exit $ac_status); } &&
13069 { ac_try
='test -s conftest$ac_exeext'
13070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13071 (eval $ac_try) 2>&5
13073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13074 (exit $ac_status); }; }; then
13075 eval "$as_ac_var=yes"
13077 echo "$as_me: failed program was:" >&5
13078 sed 's/^/| /' conftest.
$ac_ext >&5
13080 eval "$as_ac_var=no"
13082 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13084 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13085 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13086 if test `eval echo '${'$as_ac_var'}'` = yes; then
13087 cat >>confdefs.h
<<_ACEOF
13088 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13097 for ac_header
in langinfo.h
13099 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13100 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13101 echo "$as_me:$LINENO: checking for $ac_header" >&5
13102 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13103 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13104 echo $ECHO_N "(cached) $ECHO_C" >&6
13106 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13107 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13109 # Is the header compilable?
13110 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13111 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13112 cat >conftest.
$ac_ext <<_ACEOF
13113 #line $LINENO "configure"
13116 cat confdefs.h
>>conftest.
$ac_ext
13117 cat >>conftest.
$ac_ext <<_ACEOF
13118 /* end confdefs.h. */
13119 $ac_includes_default
13120 #include <$ac_header>
13122 rm -f conftest.
$ac_objext
13123 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13124 (eval $ac_compile) 2>&5
13126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13127 (exit $ac_status); } &&
13128 { ac_try
='test -s conftest.$ac_objext'
13129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13130 (eval $ac_try) 2>&5
13132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13133 (exit $ac_status); }; }; then
13134 ac_header_compiler
=yes
13136 echo "$as_me: failed program was:" >&5
13137 sed 's/^/| /' conftest.
$ac_ext >&5
13139 ac_header_compiler
=no
13141 rm -f conftest.
$ac_objext conftest.
$ac_ext
13142 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13143 echo "${ECHO_T}$ac_header_compiler" >&6
13145 # Is the header present?
13146 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13147 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13148 cat >conftest.
$ac_ext <<_ACEOF
13149 #line $LINENO "configure"
13152 cat confdefs.h
>>conftest.
$ac_ext
13153 cat >>conftest.
$ac_ext <<_ACEOF
13154 /* end confdefs.h. */
13155 #include <$ac_header>
13157 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13158 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13160 grep -v '^ *+' conftest.er1
>conftest.err
13162 cat conftest.err
>&5
13163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13164 (exit $ac_status); } >/dev
/null
; then
13165 if test -s conftest.err
; then
13166 ac_cpp_err
=$ac_c_preproc_warn_flag
13173 if test -z "$ac_cpp_err"; then
13174 ac_header_preproc
=yes
13176 echo "$as_me: failed program was:" >&5
13177 sed 's/^/| /' conftest.
$ac_ext >&5
13179 ac_header_preproc
=no
13181 rm -f conftest.err conftest.
$ac_ext
13182 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13183 echo "${ECHO_T}$ac_header_preproc" >&6
13185 # So? What about this header?
13186 case $ac_header_compiler:$ac_header_preproc in
13188 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13189 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13190 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13191 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13194 ## ------------------------------------ ##
13195 ## Report this to bug-autoconf@gnu.org. ##
13196 ## ------------------------------------ ##
13199 sed "s/^/$as_me: WARNING: /" >&2
13202 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13203 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13204 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13205 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13206 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13207 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13210 ## ------------------------------------ ##
13211 ## Report this to bug-autoconf@gnu.org. ##
13212 ## ------------------------------------ ##
13215 sed "s/^/$as_me: WARNING: /" >&2
13218 echo "$as_me:$LINENO: checking for $ac_header" >&5
13219 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13220 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13221 echo $ECHO_N "(cached) $ECHO_C" >&6
13223 eval "$as_ac_Header=$ac_header_preproc"
13225 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13226 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13229 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13230 cat >>confdefs.h
<<_ACEOF
13231 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13240 *-pc-os2_emx | *-pc-os2-emx )
13241 if test $ac_cv_header_langinfo_h = "yes"; then
13242 LIBS
="$LIBS -lintl"
13247 if test "$wxUSE_GUI" = "yes"; then
13248 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
13250 for ac_header
in X
11/Xlib.h
13252 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13253 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13254 echo "$as_me:$LINENO: checking for $ac_header" >&5
13255 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13256 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13257 echo $ECHO_N "(cached) $ECHO_C" >&6
13259 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13260 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13262 # Is the header compilable?
13263 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13264 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13265 cat >conftest.
$ac_ext <<_ACEOF
13266 #line $LINENO "configure"
13269 cat confdefs.h
>>conftest.
$ac_ext
13270 cat >>conftest.
$ac_ext <<_ACEOF
13271 /* end confdefs.h. */
13272 $ac_includes_default
13273 #include <$ac_header>
13275 rm -f conftest.
$ac_objext
13276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13277 (eval $ac_compile) 2>&5
13279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13280 (exit $ac_status); } &&
13281 { ac_try
='test -s conftest.$ac_objext'
13282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13283 (eval $ac_try) 2>&5
13285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13286 (exit $ac_status); }; }; then
13287 ac_header_compiler
=yes
13289 echo "$as_me: failed program was:" >&5
13290 sed 's/^/| /' conftest.
$ac_ext >&5
13292 ac_header_compiler
=no
13294 rm -f conftest.
$ac_objext conftest.
$ac_ext
13295 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13296 echo "${ECHO_T}$ac_header_compiler" >&6
13298 # Is the header present?
13299 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13300 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13301 cat >conftest.
$ac_ext <<_ACEOF
13302 #line $LINENO "configure"
13305 cat confdefs.h
>>conftest.
$ac_ext
13306 cat >>conftest.
$ac_ext <<_ACEOF
13307 /* end confdefs.h. */
13308 #include <$ac_header>
13310 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13311 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13313 grep -v '^ *+' conftest.er1
>conftest.err
13315 cat conftest.err
>&5
13316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13317 (exit $ac_status); } >/dev
/null
; then
13318 if test -s conftest.err
; then
13319 ac_cpp_err
=$ac_c_preproc_warn_flag
13326 if test -z "$ac_cpp_err"; then
13327 ac_header_preproc
=yes
13329 echo "$as_me: failed program was:" >&5
13330 sed 's/^/| /' conftest.
$ac_ext >&5
13332 ac_header_preproc
=no
13334 rm -f conftest.err conftest.
$ac_ext
13335 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13336 echo "${ECHO_T}$ac_header_preproc" >&6
13338 # So? What about this header?
13339 case $ac_header_compiler:$ac_header_preproc in
13341 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13342 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13343 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13344 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13347 ## ------------------------------------ ##
13348 ## Report this to bug-autoconf@gnu.org. ##
13349 ## ------------------------------------ ##
13352 sed "s/^/$as_me: WARNING: /" >&2
13355 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13356 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13357 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13358 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13359 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13360 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13363 ## ------------------------------------ ##
13364 ## Report this to bug-autoconf@gnu.org. ##
13365 ## ------------------------------------ ##
13368 sed "s/^/$as_me: WARNING: /" >&2
13371 echo "$as_me:$LINENO: checking for $ac_header" >&5
13372 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13373 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13374 echo $ECHO_N "(cached) $ECHO_C" >&6
13376 eval "$as_ac_Header=$ac_header_preproc"
13378 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13379 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13382 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13383 cat >>confdefs.h
<<_ACEOF
13384 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13392 for ac_header
in X
11/XKBlib.h
13394 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13395 echo "$as_me:$LINENO: checking for $ac_header" >&5
13396 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13397 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13398 echo $ECHO_N "(cached) $ECHO_C" >&6
13400 cat >conftest.
$ac_ext <<_ACEOF
13401 #line $LINENO "configure"
13404 cat confdefs.h
>>conftest.
$ac_ext
13405 cat >>conftest.
$ac_ext <<_ACEOF
13406 /* end confdefs.h. */
13408 #if HAVE_X11_XLIB_H
13409 #include <X11/Xlib.h>
13413 #include <$ac_header>
13415 rm -f conftest.
$ac_objext
13416 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13417 (eval $ac_compile) 2>&5
13419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13420 (exit $ac_status); } &&
13421 { ac_try
='test -s conftest.$ac_objext'
13422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13423 (eval $ac_try) 2>&5
13425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13426 (exit $ac_status); }; }; then
13427 eval "$as_ac_Header=yes"
13429 echo "$as_me: failed program was:" >&5
13430 sed 's/^/| /' conftest.
$ac_ext >&5
13432 eval "$as_ac_Header=no"
13434 rm -f conftest.
$ac_objext conftest.
$ac_ext
13436 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13437 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13438 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13439 cat >>confdefs.h
<<_ACEOF
13440 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13451 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13452 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13453 if test "${ac_cv_c_const+set}" = set; then
13454 echo $ECHO_N "(cached) $ECHO_C" >&6
13456 cat >conftest.
$ac_ext <<_ACEOF
13457 #line $LINENO "configure"
13460 cat confdefs.h
>>conftest.
$ac_ext
13461 cat >>conftest.
$ac_ext <<_ACEOF
13462 /* end confdefs.h. */
13467 /* FIXME: Include the comments suggested by Paul. */
13468 #ifndef __cplusplus
13469 /* Ultrix mips cc rejects this. */
13470 typedef int charset[2];
13472 /* SunOS 4.1.1 cc rejects this. */
13473 char const *const *ccp;
13475 /* NEC SVR4.0.2 mips cc rejects this. */
13476 struct point {int x, y;};
13477 static struct point const zero = {0,0};
13478 /* AIX XL C 1.02.0.0 rejects this.
13479 It does not let you subtract one const X* pointer from another in
13480 an arm of an if-expression whose if-part is not a constant
13482 const char *g = "string";
13483 ccp = &g + (g ? g-g : 0);
13484 /* HPUX 7.0 cc rejects these. */
13487 ccp = (char const *const *) p;
13488 { /* SCO 3.2v4 cc rejects this. */
13490 char const *s = 0 ? (char *) 0 : (char const *) 0;
13494 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13495 int x[] = {25, 17};
13496 const int *foo = &x[0];
13499 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13500 typedef const int *iptr;
13504 { /* AIX XL C 1.02.0.0 rejects this saying
13505 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13506 struct s { int j; const int *ap[3]; };
13507 struct s *b; b->j = 5;
13509 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13510 const int foo = 10;
13518 rm -f conftest.
$ac_objext
13519 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13520 (eval $ac_compile) 2>&5
13522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13523 (exit $ac_status); } &&
13524 { ac_try
='test -s conftest.$ac_objext'
13525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13526 (eval $ac_try) 2>&5
13528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13529 (exit $ac_status); }; }; then
13532 echo "$as_me: failed program was:" >&5
13533 sed 's/^/| /' conftest.
$ac_ext >&5
13537 rm -f conftest.
$ac_objext conftest.
$ac_ext
13539 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
13540 echo "${ECHO_T}$ac_cv_c_const" >&6
13541 if test $ac_cv_c_const = no
; then
13543 cat >>confdefs.h
<<\_ACEOF
13549 echo "$as_me:$LINENO: checking for inline" >&5
13550 echo $ECHO_N "checking for inline... $ECHO_C" >&6
13551 if test "${ac_cv_c_inline+set}" = set; then
13552 echo $ECHO_N "(cached) $ECHO_C" >&6
13555 for ac_kw
in inline __inline__ __inline
; do
13556 cat >conftest.
$ac_ext <<_ACEOF
13557 #line $LINENO "configure"
13560 cat confdefs.h
>>conftest.
$ac_ext
13561 cat >>conftest.
$ac_ext <<_ACEOF
13562 /* end confdefs.h. */
13563 #ifndef __cplusplus
13565 static $ac_kw foo_t static_foo () {return 0; }
13566 $ac_kw foo_t foo () {return 0; }
13570 rm -f conftest.
$ac_objext
13571 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13572 (eval $ac_compile) 2>&5
13574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13575 (exit $ac_status); } &&
13576 { ac_try
='test -s conftest.$ac_objext'
13577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13578 (eval $ac_try) 2>&5
13580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13581 (exit $ac_status); }; }; then
13582 ac_cv_c_inline
=$ac_kw; break
13584 echo "$as_me: failed program was:" >&5
13585 sed 's/^/| /' conftest.
$ac_ext >&5
13588 rm -f conftest.
$ac_objext conftest.
$ac_ext
13592 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13593 echo "${ECHO_T}$ac_cv_c_inline" >&6
13594 case $ac_cv_c_inline in
13597 cat >>confdefs.h
<<\_ACEOF
13601 *) cat >>confdefs.h
<<_ACEOF
13602 #define inline $ac_cv_c_inline
13608 echo "$as_me:$LINENO: checking for char" >&5
13609 echo $ECHO_N "checking for char... $ECHO_C" >&6
13610 if test "${ac_cv_type_char+set}" = set; then
13611 echo $ECHO_N "(cached) $ECHO_C" >&6
13613 cat >conftest.
$ac_ext <<_ACEOF
13614 #line $LINENO "configure"
13617 cat confdefs.h
>>conftest.
$ac_ext
13618 cat >>conftest.
$ac_ext <<_ACEOF
13619 /* end confdefs.h. */
13620 $ac_includes_default
13632 rm -f conftest.
$ac_objext
13633 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13634 (eval $ac_compile) 2>&5
13636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13637 (exit $ac_status); } &&
13638 { ac_try
='test -s conftest.$ac_objext'
13639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13640 (eval $ac_try) 2>&5
13642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643 (exit $ac_status); }; }; then
13644 ac_cv_type_char
=yes
13646 echo "$as_me: failed program was:" >&5
13647 sed 's/^/| /' conftest.
$ac_ext >&5
13651 rm -f conftest.
$ac_objext conftest.
$ac_ext
13653 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
13654 echo "${ECHO_T}$ac_cv_type_char" >&6
13656 echo "$as_me:$LINENO: checking size of char" >&5
13657 echo $ECHO_N "checking size of char... $ECHO_C" >&6
13658 if test "${ac_cv_sizeof_char+set}" = set; then
13659 echo $ECHO_N "(cached) $ECHO_C" >&6
13661 if test "$ac_cv_type_char" = yes; then
13662 # The cast to unsigned long works around a bug in the HP C Compiler
13663 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13664 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13665 # This bug is HP SR number 8606223364.
13666 if test "$cross_compiling" = yes; then
13667 # Depending upon the size, compute the lo and hi bounds.
13668 cat >conftest.
$ac_ext <<_ACEOF
13669 #line $LINENO "configure"
13672 cat confdefs.h
>>conftest.
$ac_ext
13673 cat >>conftest.
$ac_ext <<_ACEOF
13674 /* end confdefs.h. */
13675 $ac_includes_default
13679 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
13686 rm -f conftest.
$ac_objext
13687 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13688 (eval $ac_compile) 2>&5
13690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13691 (exit $ac_status); } &&
13692 { ac_try
='test -s conftest.$ac_objext'
13693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13694 (eval $ac_try) 2>&5
13696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13697 (exit $ac_status); }; }; then
13700 cat >conftest.
$ac_ext <<_ACEOF
13701 #line $LINENO "configure"
13704 cat confdefs.h
>>conftest.
$ac_ext
13705 cat >>conftest.
$ac_ext <<_ACEOF
13706 /* end confdefs.h. */
13707 $ac_includes_default
13711 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13718 rm -f conftest.
$ac_objext
13719 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13720 (eval $ac_compile) 2>&5
13722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13723 (exit $ac_status); } &&
13724 { ac_try
='test -s conftest.$ac_objext'
13725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13726 (eval $ac_try) 2>&5
13728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13729 (exit $ac_status); }; }; then
13730 ac_hi
=$ac_mid; break
13732 echo "$as_me: failed program was:" >&5
13733 sed 's/^/| /' conftest.
$ac_ext >&5
13735 ac_lo
=`expr $ac_mid + 1`
13736 if test $ac_lo -le $ac_mid; then
13740 ac_mid
=`expr 2 '*' $ac_mid + 1`
13742 rm -f conftest.
$ac_objext conftest.
$ac_ext
13745 echo "$as_me: failed program was:" >&5
13746 sed 's/^/| /' conftest.
$ac_ext >&5
13748 cat >conftest.
$ac_ext <<_ACEOF
13749 #line $LINENO "configure"
13752 cat confdefs.h
>>conftest.
$ac_ext
13753 cat >>conftest.
$ac_ext <<_ACEOF
13754 /* end confdefs.h. */
13755 $ac_includes_default
13759 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
13766 rm -f conftest.
$ac_objext
13767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13768 (eval $ac_compile) 2>&5
13770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13771 (exit $ac_status); } &&
13772 { ac_try
='test -s conftest.$ac_objext'
13773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13774 (eval $ac_try) 2>&5
13776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13777 (exit $ac_status); }; }; then
13780 cat >conftest.
$ac_ext <<_ACEOF
13781 #line $LINENO "configure"
13784 cat confdefs.h
>>conftest.
$ac_ext
13785 cat >>conftest.
$ac_ext <<_ACEOF
13786 /* end confdefs.h. */
13787 $ac_includes_default
13791 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
13798 rm -f conftest.
$ac_objext
13799 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13800 (eval $ac_compile) 2>&5
13802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13803 (exit $ac_status); } &&
13804 { ac_try
='test -s conftest.$ac_objext'
13805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13806 (eval $ac_try) 2>&5
13808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13809 (exit $ac_status); }; }; then
13810 ac_lo
=$ac_mid; break
13812 echo "$as_me: failed program was:" >&5
13813 sed 's/^/| /' conftest.
$ac_ext >&5
13815 ac_hi
=`expr '(' $ac_mid ')' - 1`
13816 if test $ac_mid -le $ac_hi; then
13820 ac_mid
=`expr 2 '*' $ac_mid`
13822 rm -f conftest.
$ac_objext conftest.
$ac_ext
13825 echo "$as_me: failed program was:" >&5
13826 sed 's/^/| /' conftest.
$ac_ext >&5
13830 rm -f conftest.
$ac_objext conftest.
$ac_ext
13832 rm -f conftest.
$ac_objext conftest.
$ac_ext
13833 # Binary search between lo and hi bounds.
13834 while test "x$ac_lo" != "x$ac_hi"; do
13835 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13836 cat >conftest.
$ac_ext <<_ACEOF
13837 #line $LINENO "configure"
13840 cat confdefs.h
>>conftest.
$ac_ext
13841 cat >>conftest.
$ac_ext <<_ACEOF
13842 /* end confdefs.h. */
13843 $ac_includes_default
13847 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13854 rm -f conftest.
$ac_objext
13855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13856 (eval $ac_compile) 2>&5
13858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13859 (exit $ac_status); } &&
13860 { ac_try
='test -s conftest.$ac_objext'
13861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13862 (eval $ac_try) 2>&5
13864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13865 (exit $ac_status); }; }; then
13868 echo "$as_me: failed program was:" >&5
13869 sed 's/^/| /' conftest.
$ac_ext >&5
13871 ac_lo
=`expr '(' $ac_mid ')' + 1`
13873 rm -f conftest.
$ac_objext conftest.
$ac_ext
13876 ?
*) ac_cv_sizeof_char
=$ac_lo;;
13877 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13878 See \`config.log' for more details." >&5
13879 echo "$as_me: error: cannot compute sizeof (char), 77
13880 See \`config.log' for more details." >&2;}
13881 { (exit 1); exit 1; }; } ;;
13884 if test "$cross_compiling" = yes; then
13885 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13886 See \`config.log' for more details." >&5
13887 echo "$as_me: error: cannot run test program while cross compiling
13888 See \`config.log' for more details." >&2;}
13889 { (exit 1); exit 1; }; }
13891 cat >conftest.
$ac_ext <<_ACEOF
13892 #line $LINENO "configure"
13895 cat confdefs.h
>>conftest.
$ac_ext
13896 cat >>conftest.
$ac_ext <<_ACEOF
13897 /* end confdefs.h. */
13898 $ac_includes_default
13899 long longval () { return (long) (sizeof (char)); }
13900 unsigned long ulongval () { return (long) (sizeof (char)); }
13902 #include <stdlib.h>
13907 FILE *f = fopen ("conftest.val", "w");
13910 if (((long) (sizeof (char))) < 0)
13912 long i = longval ();
13913 if (i != ((long) (sizeof (char))))
13915 fprintf (f, "%ld\n", i);
13919 unsigned long i = ulongval ();
13920 if (i != ((long) (sizeof (char))))
13922 fprintf (f, "%lu\n", i);
13924 exit (ferror (f) || fclose (f) != 0);
13930 rm -f conftest
$ac_exeext
13931 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13932 (eval $ac_link) 2>&5
13934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13935 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13937 (eval $ac_try) 2>&5
13939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13940 (exit $ac_status); }; }; then
13941 ac_cv_sizeof_char
=`cat conftest.val`
13943 echo "$as_me: program exited with status $ac_status" >&5
13944 echo "$as_me: failed program was:" >&5
13945 sed 's/^/| /' conftest.
$ac_ext >&5
13947 ( exit $ac_status )
13948 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13949 See \`config.log' for more details." >&5
13950 echo "$as_me: error: cannot compute sizeof (char), 77
13951 See \`config.log' for more details." >&2;}
13952 { (exit 1); exit 1; }; }
13954 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
13959 ac_cv_sizeof_char
=0
13962 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
13963 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
13964 cat >>confdefs.h
<<_ACEOF
13965 #define SIZEOF_CHAR $ac_cv_sizeof_char
13969 echo "$as_me:$LINENO: checking for short" >&5
13970 echo $ECHO_N "checking for short... $ECHO_C" >&6
13971 if test "${ac_cv_type_short+set}" = set; then
13972 echo $ECHO_N "(cached) $ECHO_C" >&6
13974 cat >conftest.
$ac_ext <<_ACEOF
13975 #line $LINENO "configure"
13978 cat confdefs.h
>>conftest.
$ac_ext
13979 cat >>conftest.
$ac_ext <<_ACEOF
13980 /* end confdefs.h. */
13981 $ac_includes_default
13987 if (sizeof (short))
13993 rm -f conftest.
$ac_objext
13994 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13995 (eval $ac_compile) 2>&5
13997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13998 (exit $ac_status); } &&
13999 { ac_try
='test -s conftest.$ac_objext'
14000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14001 (eval $ac_try) 2>&5
14003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14004 (exit $ac_status); }; }; then
14005 ac_cv_type_short
=yes
14007 echo "$as_me: failed program was:" >&5
14008 sed 's/^/| /' conftest.
$ac_ext >&5
14010 ac_cv_type_short
=no
14012 rm -f conftest.
$ac_objext conftest.
$ac_ext
14014 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14015 echo "${ECHO_T}$ac_cv_type_short" >&6
14017 echo "$as_me:$LINENO: checking size of short" >&5
14018 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14019 if test "${ac_cv_sizeof_short+set}" = set; then
14020 echo $ECHO_N "(cached) $ECHO_C" >&6
14022 if test "$ac_cv_type_short" = yes; then
14023 # The cast to unsigned long works around a bug in the HP C Compiler
14024 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14025 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14026 # This bug is HP SR number 8606223364.
14027 if test "$cross_compiling" = yes; then
14028 # Depending upon the size, compute the lo and hi bounds.
14029 cat >conftest.
$ac_ext <<_ACEOF
14030 #line $LINENO "configure"
14033 cat confdefs.h
>>conftest.
$ac_ext
14034 cat >>conftest.
$ac_ext <<_ACEOF
14035 /* end confdefs.h. */
14036 $ac_includes_default
14040 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14047 rm -f conftest.
$ac_objext
14048 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14049 (eval $ac_compile) 2>&5
14051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14052 (exit $ac_status); } &&
14053 { ac_try
='test -s conftest.$ac_objext'
14054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14055 (eval $ac_try) 2>&5
14057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14058 (exit $ac_status); }; }; then
14061 cat >conftest.
$ac_ext <<_ACEOF
14062 #line $LINENO "configure"
14065 cat confdefs.h
>>conftest.
$ac_ext
14066 cat >>conftest.
$ac_ext <<_ACEOF
14067 /* end confdefs.h. */
14068 $ac_includes_default
14072 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14079 rm -f conftest.
$ac_objext
14080 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14081 (eval $ac_compile) 2>&5
14083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14084 (exit $ac_status); } &&
14085 { ac_try
='test -s conftest.$ac_objext'
14086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14087 (eval $ac_try) 2>&5
14089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14090 (exit $ac_status); }; }; then
14091 ac_hi
=$ac_mid; break
14093 echo "$as_me: failed program was:" >&5
14094 sed 's/^/| /' conftest.
$ac_ext >&5
14096 ac_lo
=`expr $ac_mid + 1`
14097 if test $ac_lo -le $ac_mid; then
14101 ac_mid
=`expr 2 '*' $ac_mid + 1`
14103 rm -f conftest.
$ac_objext conftest.
$ac_ext
14106 echo "$as_me: failed program was:" >&5
14107 sed 's/^/| /' conftest.
$ac_ext >&5
14109 cat >conftest.
$ac_ext <<_ACEOF
14110 #line $LINENO "configure"
14113 cat confdefs.h
>>conftest.
$ac_ext
14114 cat >>conftest.
$ac_ext <<_ACEOF
14115 /* end confdefs.h. */
14116 $ac_includes_default
14120 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14127 rm -f conftest.
$ac_objext
14128 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14129 (eval $ac_compile) 2>&5
14131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14132 (exit $ac_status); } &&
14133 { ac_try
='test -s conftest.$ac_objext'
14134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14135 (eval $ac_try) 2>&5
14137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14138 (exit $ac_status); }; }; then
14141 cat >conftest.
$ac_ext <<_ACEOF
14142 #line $LINENO "configure"
14145 cat confdefs.h
>>conftest.
$ac_ext
14146 cat >>conftest.
$ac_ext <<_ACEOF
14147 /* end confdefs.h. */
14148 $ac_includes_default
14152 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14159 rm -f conftest.
$ac_objext
14160 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14161 (eval $ac_compile) 2>&5
14163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14164 (exit $ac_status); } &&
14165 { ac_try
='test -s conftest.$ac_objext'
14166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14167 (eval $ac_try) 2>&5
14169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14170 (exit $ac_status); }; }; then
14171 ac_lo
=$ac_mid; break
14173 echo "$as_me: failed program was:" >&5
14174 sed 's/^/| /' conftest.
$ac_ext >&5
14176 ac_hi
=`expr '(' $ac_mid ')' - 1`
14177 if test $ac_mid -le $ac_hi; then
14181 ac_mid
=`expr 2 '*' $ac_mid`
14183 rm -f conftest.
$ac_objext conftest.
$ac_ext
14186 echo "$as_me: failed program was:" >&5
14187 sed 's/^/| /' conftest.
$ac_ext >&5
14191 rm -f conftest.
$ac_objext conftest.
$ac_ext
14193 rm -f conftest.
$ac_objext conftest.
$ac_ext
14194 # Binary search between lo and hi bounds.
14195 while test "x$ac_lo" != "x$ac_hi"; do
14196 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14197 cat >conftest.
$ac_ext <<_ACEOF
14198 #line $LINENO "configure"
14201 cat confdefs.h
>>conftest.
$ac_ext
14202 cat >>conftest.
$ac_ext <<_ACEOF
14203 /* end confdefs.h. */
14204 $ac_includes_default
14208 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14215 rm -f conftest.
$ac_objext
14216 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14217 (eval $ac_compile) 2>&5
14219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14220 (exit $ac_status); } &&
14221 { ac_try
='test -s conftest.$ac_objext'
14222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14223 (eval $ac_try) 2>&5
14225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14226 (exit $ac_status); }; }; then
14229 echo "$as_me: failed program was:" >&5
14230 sed 's/^/| /' conftest.
$ac_ext >&5
14232 ac_lo
=`expr '(' $ac_mid ')' + 1`
14234 rm -f conftest.
$ac_objext conftest.
$ac_ext
14237 ?
*) ac_cv_sizeof_short
=$ac_lo;;
14238 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14239 See \`config.log' for more details." >&5
14240 echo "$as_me: error: cannot compute sizeof (short), 77
14241 See \`config.log' for more details." >&2;}
14242 { (exit 1); exit 1; }; } ;;
14245 if test "$cross_compiling" = yes; then
14246 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14247 See \`config.log' for more details." >&5
14248 echo "$as_me: error: cannot run test program while cross compiling
14249 See \`config.log' for more details." >&2;}
14250 { (exit 1); exit 1; }; }
14252 cat >conftest.
$ac_ext <<_ACEOF
14253 #line $LINENO "configure"
14256 cat confdefs.h
>>conftest.
$ac_ext
14257 cat >>conftest.
$ac_ext <<_ACEOF
14258 /* end confdefs.h. */
14259 $ac_includes_default
14260 long longval () { return (long) (sizeof (short)); }
14261 unsigned long ulongval () { return (long) (sizeof (short)); }
14263 #include <stdlib.h>
14268 FILE *f = fopen ("conftest.val", "w");
14271 if (((long) (sizeof (short))) < 0)
14273 long i = longval ();
14274 if (i != ((long) (sizeof (short))))
14276 fprintf (f, "%ld\n", i);
14280 unsigned long i = ulongval ();
14281 if (i != ((long) (sizeof (short))))
14283 fprintf (f, "%lu\n", i);
14285 exit (ferror (f) || fclose (f) != 0);
14291 rm -f conftest
$ac_exeext
14292 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14293 (eval $ac_link) 2>&5
14295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14296 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14298 (eval $ac_try) 2>&5
14300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14301 (exit $ac_status); }; }; then
14302 ac_cv_sizeof_short
=`cat conftest.val`
14304 echo "$as_me: program exited with status $ac_status" >&5
14305 echo "$as_me: failed program was:" >&5
14306 sed 's/^/| /' conftest.
$ac_ext >&5
14308 ( exit $ac_status )
14309 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14310 See \`config.log' for more details." >&5
14311 echo "$as_me: error: cannot compute sizeof (short), 77
14312 See \`config.log' for more details." >&2;}
14313 { (exit 1); exit 1; }; }
14315 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14320 ac_cv_sizeof_short
=0
14323 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
14324 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
14325 cat >>confdefs.h
<<_ACEOF
14326 #define SIZEOF_SHORT $ac_cv_sizeof_short
14330 echo "$as_me:$LINENO: checking for void *" >&5
14331 echo $ECHO_N "checking for void *... $ECHO_C" >&6
14332 if test "${ac_cv_type_void_p+set}" = set; then
14333 echo $ECHO_N "(cached) $ECHO_C" >&6
14335 cat >conftest.
$ac_ext <<_ACEOF
14336 #line $LINENO "configure"
14339 cat confdefs.h
>>conftest.
$ac_ext
14340 cat >>conftest.
$ac_ext <<_ACEOF
14341 /* end confdefs.h. */
14342 $ac_includes_default
14348 if (sizeof (void *))
14354 rm -f conftest.
$ac_objext
14355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14356 (eval $ac_compile) 2>&5
14358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14359 (exit $ac_status); } &&
14360 { ac_try
='test -s conftest.$ac_objext'
14361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14362 (eval $ac_try) 2>&5
14364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14365 (exit $ac_status); }; }; then
14366 ac_cv_type_void_p
=yes
14368 echo "$as_me: failed program was:" >&5
14369 sed 's/^/| /' conftest.
$ac_ext >&5
14371 ac_cv_type_void_p
=no
14373 rm -f conftest.
$ac_objext conftest.
$ac_ext
14375 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14376 echo "${ECHO_T}$ac_cv_type_void_p" >&6
14378 echo "$as_me:$LINENO: checking size of void *" >&5
14379 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14380 if test "${ac_cv_sizeof_void_p+set}" = set; then
14381 echo $ECHO_N "(cached) $ECHO_C" >&6
14383 if test "$ac_cv_type_void_p" = yes; then
14384 # The cast to unsigned long works around a bug in the HP C Compiler
14385 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14386 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14387 # This bug is HP SR number 8606223364.
14388 if test "$cross_compiling" = yes; then
14389 # Depending upon the size, compute the lo and hi bounds.
14390 cat >conftest.
$ac_ext <<_ACEOF
14391 #line $LINENO "configure"
14394 cat confdefs.h
>>conftest.
$ac_ext
14395 cat >>conftest.
$ac_ext <<_ACEOF
14396 /* end confdefs.h. */
14397 $ac_includes_default
14401 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14408 rm -f conftest.
$ac_objext
14409 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14410 (eval $ac_compile) 2>&5
14412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14413 (exit $ac_status); } &&
14414 { ac_try
='test -s conftest.$ac_objext'
14415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14416 (eval $ac_try) 2>&5
14418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14419 (exit $ac_status); }; }; then
14422 cat >conftest.
$ac_ext <<_ACEOF
14423 #line $LINENO "configure"
14426 cat confdefs.h
>>conftest.
$ac_ext
14427 cat >>conftest.
$ac_ext <<_ACEOF
14428 /* end confdefs.h. */
14429 $ac_includes_default
14433 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14440 rm -f conftest.
$ac_objext
14441 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14442 (eval $ac_compile) 2>&5
14444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14445 (exit $ac_status); } &&
14446 { ac_try
='test -s conftest.$ac_objext'
14447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14448 (eval $ac_try) 2>&5
14450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14451 (exit $ac_status); }; }; then
14452 ac_hi
=$ac_mid; break
14454 echo "$as_me: failed program was:" >&5
14455 sed 's/^/| /' conftest.
$ac_ext >&5
14457 ac_lo
=`expr $ac_mid + 1`
14458 if test $ac_lo -le $ac_mid; then
14462 ac_mid
=`expr 2 '*' $ac_mid + 1`
14464 rm -f conftest.
$ac_objext conftest.
$ac_ext
14467 echo "$as_me: failed program was:" >&5
14468 sed 's/^/| /' conftest.
$ac_ext >&5
14470 cat >conftest.
$ac_ext <<_ACEOF
14471 #line $LINENO "configure"
14474 cat confdefs.h
>>conftest.
$ac_ext
14475 cat >>conftest.
$ac_ext <<_ACEOF
14476 /* end confdefs.h. */
14477 $ac_includes_default
14481 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
14488 rm -f conftest.
$ac_objext
14489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14490 (eval $ac_compile) 2>&5
14492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14493 (exit $ac_status); } &&
14494 { ac_try
='test -s conftest.$ac_objext'
14495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14496 (eval $ac_try) 2>&5
14498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14499 (exit $ac_status); }; }; then
14502 cat >conftest.
$ac_ext <<_ACEOF
14503 #line $LINENO "configure"
14506 cat confdefs.h
>>conftest.
$ac_ext
14507 cat >>conftest.
$ac_ext <<_ACEOF
14508 /* end confdefs.h. */
14509 $ac_includes_default
14513 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
14520 rm -f conftest.
$ac_objext
14521 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14522 (eval $ac_compile) 2>&5
14524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14525 (exit $ac_status); } &&
14526 { ac_try
='test -s conftest.$ac_objext'
14527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14528 (eval $ac_try) 2>&5
14530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14531 (exit $ac_status); }; }; then
14532 ac_lo
=$ac_mid; break
14534 echo "$as_me: failed program was:" >&5
14535 sed 's/^/| /' conftest.
$ac_ext >&5
14537 ac_hi
=`expr '(' $ac_mid ')' - 1`
14538 if test $ac_mid -le $ac_hi; then
14542 ac_mid
=`expr 2 '*' $ac_mid`
14544 rm -f conftest.
$ac_objext conftest.
$ac_ext
14547 echo "$as_me: failed program was:" >&5
14548 sed 's/^/| /' conftest.
$ac_ext >&5
14552 rm -f conftest.
$ac_objext conftest.
$ac_ext
14554 rm -f conftest.
$ac_objext conftest.
$ac_ext
14555 # Binary search between lo and hi bounds.
14556 while test "x$ac_lo" != "x$ac_hi"; do
14557 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14558 cat >conftest.
$ac_ext <<_ACEOF
14559 #line $LINENO "configure"
14562 cat confdefs.h
>>conftest.
$ac_ext
14563 cat >>conftest.
$ac_ext <<_ACEOF
14564 /* end confdefs.h. */
14565 $ac_includes_default
14569 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14576 rm -f conftest.
$ac_objext
14577 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14578 (eval $ac_compile) 2>&5
14580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14581 (exit $ac_status); } &&
14582 { ac_try
='test -s conftest.$ac_objext'
14583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14584 (eval $ac_try) 2>&5
14586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14587 (exit $ac_status); }; }; then
14590 echo "$as_me: failed program was:" >&5
14591 sed 's/^/| /' conftest.
$ac_ext >&5
14593 ac_lo
=`expr '(' $ac_mid ')' + 1`
14595 rm -f conftest.
$ac_objext conftest.
$ac_ext
14598 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
14599 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14600 See \`config.log' for more details." >&5
14601 echo "$as_me: error: cannot compute sizeof (void *), 77
14602 See \`config.log' for more details." >&2;}
14603 { (exit 1); exit 1; }; } ;;
14606 if test "$cross_compiling" = yes; then
14607 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14608 See \`config.log' for more details." >&5
14609 echo "$as_me: error: cannot run test program while cross compiling
14610 See \`config.log' for more details." >&2;}
14611 { (exit 1); exit 1; }; }
14613 cat >conftest.
$ac_ext <<_ACEOF
14614 #line $LINENO "configure"
14617 cat confdefs.h
>>conftest.
$ac_ext
14618 cat >>conftest.
$ac_ext <<_ACEOF
14619 /* end confdefs.h. */
14620 $ac_includes_default
14621 long longval () { return (long) (sizeof (void *)); }
14622 unsigned long ulongval () { return (long) (sizeof (void *)); }
14624 #include <stdlib.h>
14629 FILE *f = fopen ("conftest.val", "w");
14632 if (((long) (sizeof (void *))) < 0)
14634 long i = longval ();
14635 if (i != ((long) (sizeof (void *))))
14637 fprintf (f, "%ld\n", i);
14641 unsigned long i = ulongval ();
14642 if (i != ((long) (sizeof (void *))))
14644 fprintf (f, "%lu\n", i);
14646 exit (ferror (f) || fclose (f) != 0);
14652 rm -f conftest
$ac_exeext
14653 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14654 (eval $ac_link) 2>&5
14656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14657 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14659 (eval $ac_try) 2>&5
14661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14662 (exit $ac_status); }; }; then
14663 ac_cv_sizeof_void_p
=`cat conftest.val`
14665 echo "$as_me: program exited with status $ac_status" >&5
14666 echo "$as_me: failed program was:" >&5
14667 sed 's/^/| /' conftest.
$ac_ext >&5
14669 ( exit $ac_status )
14670 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14671 See \`config.log' for more details." >&5
14672 echo "$as_me: error: cannot compute sizeof (void *), 77
14673 See \`config.log' for more details." >&2;}
14674 { (exit 1); exit 1; }; }
14676 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14681 ac_cv_sizeof_void_p
=0
14684 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
14685 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
14686 cat >>confdefs.h
<<_ACEOF
14687 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14691 echo "$as_me:$LINENO: checking for int" >&5
14692 echo $ECHO_N "checking for int... $ECHO_C" >&6
14693 if test "${ac_cv_type_int+set}" = set; then
14694 echo $ECHO_N "(cached) $ECHO_C" >&6
14696 cat >conftest.
$ac_ext <<_ACEOF
14697 #line $LINENO "configure"
14700 cat confdefs.h
>>conftest.
$ac_ext
14701 cat >>conftest.
$ac_ext <<_ACEOF
14702 /* end confdefs.h. */
14703 $ac_includes_default
14715 rm -f conftest.
$ac_objext
14716 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14717 (eval $ac_compile) 2>&5
14719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14720 (exit $ac_status); } &&
14721 { ac_try
='test -s conftest.$ac_objext'
14722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14723 (eval $ac_try) 2>&5
14725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14726 (exit $ac_status); }; }; then
14729 echo "$as_me: failed program was:" >&5
14730 sed 's/^/| /' conftest.
$ac_ext >&5
14734 rm -f conftest.
$ac_objext conftest.
$ac_ext
14736 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
14737 echo "${ECHO_T}$ac_cv_type_int" >&6
14739 echo "$as_me:$LINENO: checking size of int" >&5
14740 echo $ECHO_N "checking size of int... $ECHO_C" >&6
14741 if test "${ac_cv_sizeof_int+set}" = set; then
14742 echo $ECHO_N "(cached) $ECHO_C" >&6
14744 if test "$ac_cv_type_int" = yes; then
14745 # The cast to unsigned long works around a bug in the HP C Compiler
14746 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14747 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14748 # This bug is HP SR number 8606223364.
14749 if test "$cross_compiling" = yes; then
14750 # Depending upon the size, compute the lo and hi bounds.
14751 cat >conftest.
$ac_ext <<_ACEOF
14752 #line $LINENO "configure"
14755 cat confdefs.h
>>conftest.
$ac_ext
14756 cat >>conftest.
$ac_ext <<_ACEOF
14757 /* end confdefs.h. */
14758 $ac_includes_default
14762 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
14769 rm -f conftest.
$ac_objext
14770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14771 (eval $ac_compile) 2>&5
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); } &&
14775 { ac_try
='test -s conftest.$ac_objext'
14776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14777 (eval $ac_try) 2>&5
14779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14780 (exit $ac_status); }; }; then
14783 cat >conftest.
$ac_ext <<_ACEOF
14784 #line $LINENO "configure"
14787 cat confdefs.h
>>conftest.
$ac_ext
14788 cat >>conftest.
$ac_ext <<_ACEOF
14789 /* end confdefs.h. */
14790 $ac_includes_default
14794 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14801 rm -f conftest.
$ac_objext
14802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14803 (eval $ac_compile) 2>&5
14805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14806 (exit $ac_status); } &&
14807 { ac_try
='test -s conftest.$ac_objext'
14808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14809 (eval $ac_try) 2>&5
14811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14812 (exit $ac_status); }; }; then
14813 ac_hi
=$ac_mid; break
14815 echo "$as_me: failed program was:" >&5
14816 sed 's/^/| /' conftest.
$ac_ext >&5
14818 ac_lo
=`expr $ac_mid + 1`
14819 if test $ac_lo -le $ac_mid; then
14823 ac_mid
=`expr 2 '*' $ac_mid + 1`
14825 rm -f conftest.
$ac_objext conftest.
$ac_ext
14828 echo "$as_me: failed program was:" >&5
14829 sed 's/^/| /' conftest.
$ac_ext >&5
14831 cat >conftest.
$ac_ext <<_ACEOF
14832 #line $LINENO "configure"
14835 cat confdefs.h
>>conftest.
$ac_ext
14836 cat >>conftest.
$ac_ext <<_ACEOF
14837 /* end confdefs.h. */
14838 $ac_includes_default
14842 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
14849 rm -f conftest.
$ac_objext
14850 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14851 (eval $ac_compile) 2>&5
14853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14854 (exit $ac_status); } &&
14855 { ac_try
='test -s conftest.$ac_objext'
14856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14857 (eval $ac_try) 2>&5
14859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14860 (exit $ac_status); }; }; then
14863 cat >conftest.
$ac_ext <<_ACEOF
14864 #line $LINENO "configure"
14867 cat confdefs.h
>>conftest.
$ac_ext
14868 cat >>conftest.
$ac_ext <<_ACEOF
14869 /* end confdefs.h. */
14870 $ac_includes_default
14874 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
14881 rm -f conftest.
$ac_objext
14882 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14883 (eval $ac_compile) 2>&5
14885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14886 (exit $ac_status); } &&
14887 { ac_try
='test -s conftest.$ac_objext'
14888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14889 (eval $ac_try) 2>&5
14891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14892 (exit $ac_status); }; }; then
14893 ac_lo
=$ac_mid; break
14895 echo "$as_me: failed program was:" >&5
14896 sed 's/^/| /' conftest.
$ac_ext >&5
14898 ac_hi
=`expr '(' $ac_mid ')' - 1`
14899 if test $ac_mid -le $ac_hi; then
14903 ac_mid
=`expr 2 '*' $ac_mid`
14905 rm -f conftest.
$ac_objext conftest.
$ac_ext
14908 echo "$as_me: failed program was:" >&5
14909 sed 's/^/| /' conftest.
$ac_ext >&5
14913 rm -f conftest.
$ac_objext conftest.
$ac_ext
14915 rm -f conftest.
$ac_objext conftest.
$ac_ext
14916 # Binary search between lo and hi bounds.
14917 while test "x$ac_lo" != "x$ac_hi"; do
14918 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14919 cat >conftest.
$ac_ext <<_ACEOF
14920 #line $LINENO "configure"
14923 cat confdefs.h
>>conftest.
$ac_ext
14924 cat >>conftest.
$ac_ext <<_ACEOF
14925 /* end confdefs.h. */
14926 $ac_includes_default
14930 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14937 rm -f conftest.
$ac_objext
14938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14939 (eval $ac_compile) 2>&5
14941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14942 (exit $ac_status); } &&
14943 { ac_try
='test -s conftest.$ac_objext'
14944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14945 (eval $ac_try) 2>&5
14947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14948 (exit $ac_status); }; }; then
14951 echo "$as_me: failed program was:" >&5
14952 sed 's/^/| /' conftest.
$ac_ext >&5
14954 ac_lo
=`expr '(' $ac_mid ')' + 1`
14956 rm -f conftest.
$ac_objext conftest.
$ac_ext
14959 ?
*) ac_cv_sizeof_int
=$ac_lo;;
14960 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
14961 See \`config.log' for more details." >&5
14962 echo "$as_me: error: cannot compute sizeof (int), 77
14963 See \`config.log' for more details." >&2;}
14964 { (exit 1); exit 1; }; } ;;
14967 if test "$cross_compiling" = yes; then
14968 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14969 See \`config.log' for more details." >&5
14970 echo "$as_me: error: cannot run test program while cross compiling
14971 See \`config.log' for more details." >&2;}
14972 { (exit 1); exit 1; }; }
14974 cat >conftest.
$ac_ext <<_ACEOF
14975 #line $LINENO "configure"
14978 cat confdefs.h
>>conftest.
$ac_ext
14979 cat >>conftest.
$ac_ext <<_ACEOF
14980 /* end confdefs.h. */
14981 $ac_includes_default
14982 long longval () { return (long) (sizeof (int)); }
14983 unsigned long ulongval () { return (long) (sizeof (int)); }
14985 #include <stdlib.h>
14990 FILE *f = fopen ("conftest.val", "w");
14993 if (((long) (sizeof (int))) < 0)
14995 long i = longval ();
14996 if (i != ((long) (sizeof (int))))
14998 fprintf (f, "%ld\n", i);
15002 unsigned long i = ulongval ();
15003 if (i != ((long) (sizeof (int))))
15005 fprintf (f, "%lu\n", i);
15007 exit (ferror (f) || fclose (f) != 0);
15013 rm -f conftest
$ac_exeext
15014 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15015 (eval $ac_link) 2>&5
15017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15018 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15020 (eval $ac_try) 2>&5
15022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15023 (exit $ac_status); }; }; then
15024 ac_cv_sizeof_int
=`cat conftest.val`
15026 echo "$as_me: program exited with status $ac_status" >&5
15027 echo "$as_me: failed program was:" >&5
15028 sed 's/^/| /' conftest.
$ac_ext >&5
15030 ( exit $ac_status )
15031 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15032 See \`config.log' for more details." >&5
15033 echo "$as_me: error: cannot compute sizeof (int), 77
15034 See \`config.log' for more details." >&2;}
15035 { (exit 1); exit 1; }; }
15037 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15045 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15046 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15047 cat >>confdefs.h
<<_ACEOF
15048 #define SIZEOF_INT $ac_cv_sizeof_int
15052 echo "$as_me:$LINENO: checking for long" >&5
15053 echo $ECHO_N "checking for long... $ECHO_C" >&6
15054 if test "${ac_cv_type_long+set}" = set; then
15055 echo $ECHO_N "(cached) $ECHO_C" >&6
15057 cat >conftest.
$ac_ext <<_ACEOF
15058 #line $LINENO "configure"
15061 cat confdefs.h
>>conftest.
$ac_ext
15062 cat >>conftest.
$ac_ext <<_ACEOF
15063 /* end confdefs.h. */
15064 $ac_includes_default
15076 rm -f conftest.
$ac_objext
15077 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15078 (eval $ac_compile) 2>&5
15080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15081 (exit $ac_status); } &&
15082 { ac_try
='test -s conftest.$ac_objext'
15083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15084 (eval $ac_try) 2>&5
15086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15087 (exit $ac_status); }; }; then
15088 ac_cv_type_long
=yes
15090 echo "$as_me: failed program was:" >&5
15091 sed 's/^/| /' conftest.
$ac_ext >&5
15095 rm -f conftest.
$ac_objext conftest.
$ac_ext
15097 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15098 echo "${ECHO_T}$ac_cv_type_long" >&6
15100 echo "$as_me:$LINENO: checking size of long" >&5
15101 echo $ECHO_N "checking size of long... $ECHO_C" >&6
15102 if test "${ac_cv_sizeof_long+set}" = set; then
15103 echo $ECHO_N "(cached) $ECHO_C" >&6
15105 if test "$ac_cv_type_long" = yes; then
15106 # The cast to unsigned long works around a bug in the HP C Compiler
15107 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15108 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15109 # This bug is HP SR number 8606223364.
15110 if test "$cross_compiling" = yes; then
15111 # Depending upon the size, compute the lo and hi bounds.
15112 cat >conftest.
$ac_ext <<_ACEOF
15113 #line $LINENO "configure"
15116 cat confdefs.h
>>conftest.
$ac_ext
15117 cat >>conftest.
$ac_ext <<_ACEOF
15118 /* end confdefs.h. */
15119 $ac_includes_default
15123 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15130 rm -f conftest.
$ac_objext
15131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15132 (eval $ac_compile) 2>&5
15134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15135 (exit $ac_status); } &&
15136 { ac_try
='test -s conftest.$ac_objext'
15137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15138 (eval $ac_try) 2>&5
15140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15141 (exit $ac_status); }; }; then
15144 cat >conftest.
$ac_ext <<_ACEOF
15145 #line $LINENO "configure"
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 (long))) <= $ac_mid)];
15162 rm -f conftest.
$ac_objext
15163 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15164 (eval $ac_compile) 2>&5
15166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15167 (exit $ac_status); } &&
15168 { ac_try
='test -s conftest.$ac_objext'
15169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15170 (eval $ac_try) 2>&5
15172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15173 (exit $ac_status); }; }; then
15174 ac_hi
=$ac_mid; break
15176 echo "$as_me: failed program was:" >&5
15177 sed 's/^/| /' conftest.
$ac_ext >&5
15179 ac_lo
=`expr $ac_mid + 1`
15180 if test $ac_lo -le $ac_mid; then
15184 ac_mid
=`expr 2 '*' $ac_mid + 1`
15186 rm -f conftest.
$ac_objext conftest.
$ac_ext
15189 echo "$as_me: failed program was:" >&5
15190 sed 's/^/| /' conftest.
$ac_ext >&5
15192 cat >conftest.
$ac_ext <<_ACEOF
15193 #line $LINENO "configure"
15196 cat confdefs.h
>>conftest.
$ac_ext
15197 cat >>conftest.
$ac_ext <<_ACEOF
15198 /* end confdefs.h. */
15199 $ac_includes_default
15203 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
15210 rm -f conftest.
$ac_objext
15211 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15212 (eval $ac_compile) 2>&5
15214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15215 (exit $ac_status); } &&
15216 { ac_try
='test -s conftest.$ac_objext'
15217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15218 (eval $ac_try) 2>&5
15220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15221 (exit $ac_status); }; }; then
15224 cat >conftest.
$ac_ext <<_ACEOF
15225 #line $LINENO "configure"
15228 cat confdefs.h
>>conftest.
$ac_ext
15229 cat >>conftest.
$ac_ext <<_ACEOF
15230 /* end confdefs.h. */
15231 $ac_includes_default
15235 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
15242 rm -f conftest.
$ac_objext
15243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15244 (eval $ac_compile) 2>&5
15246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15247 (exit $ac_status); } &&
15248 { ac_try
='test -s conftest.$ac_objext'
15249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15250 (eval $ac_try) 2>&5
15252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15253 (exit $ac_status); }; }; then
15254 ac_lo
=$ac_mid; break
15256 echo "$as_me: failed program was:" >&5
15257 sed 's/^/| /' conftest.
$ac_ext >&5
15259 ac_hi
=`expr '(' $ac_mid ')' - 1`
15260 if test $ac_mid -le $ac_hi; then
15264 ac_mid
=`expr 2 '*' $ac_mid`
15266 rm -f conftest.
$ac_objext conftest.
$ac_ext
15269 echo "$as_me: failed program was:" >&5
15270 sed 's/^/| /' conftest.
$ac_ext >&5
15274 rm -f conftest.
$ac_objext conftest.
$ac_ext
15276 rm -f conftest.
$ac_objext conftest.
$ac_ext
15277 # Binary search between lo and hi bounds.
15278 while test "x$ac_lo" != "x$ac_hi"; do
15279 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15280 cat >conftest.
$ac_ext <<_ACEOF
15281 #line $LINENO "configure"
15284 cat confdefs.h
>>conftest.
$ac_ext
15285 cat >>conftest.
$ac_ext <<_ACEOF
15286 /* end confdefs.h. */
15287 $ac_includes_default
15291 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15298 rm -f conftest.
$ac_objext
15299 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15300 (eval $ac_compile) 2>&5
15302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15303 (exit $ac_status); } &&
15304 { ac_try
='test -s conftest.$ac_objext'
15305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15306 (eval $ac_try) 2>&5
15308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15309 (exit $ac_status); }; }; then
15312 echo "$as_me: failed program was:" >&5
15313 sed 's/^/| /' conftest.
$ac_ext >&5
15315 ac_lo
=`expr '(' $ac_mid ')' + 1`
15317 rm -f conftest.
$ac_objext conftest.
$ac_ext
15320 ?
*) ac_cv_sizeof_long
=$ac_lo;;
15321 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15322 See \`config.log' for more details." >&5
15323 echo "$as_me: error: cannot compute sizeof (long), 77
15324 See \`config.log' for more details." >&2;}
15325 { (exit 1); exit 1; }; } ;;
15328 if test "$cross_compiling" = yes; then
15329 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15330 See \`config.log' for more details." >&5
15331 echo "$as_me: error: cannot run test program while cross compiling
15332 See \`config.log' for more details." >&2;}
15333 { (exit 1); exit 1; }; }
15335 cat >conftest.
$ac_ext <<_ACEOF
15336 #line $LINENO "configure"
15339 cat confdefs.h
>>conftest.
$ac_ext
15340 cat >>conftest.
$ac_ext <<_ACEOF
15341 /* end confdefs.h. */
15342 $ac_includes_default
15343 long longval () { return (long) (sizeof (long)); }
15344 unsigned long ulongval () { return (long) (sizeof (long)); }
15346 #include <stdlib.h>
15351 FILE *f = fopen ("conftest.val", "w");
15354 if (((long) (sizeof (long))) < 0)
15356 long i = longval ();
15357 if (i != ((long) (sizeof (long))))
15359 fprintf (f, "%ld\n", i);
15363 unsigned long i = ulongval ();
15364 if (i != ((long) (sizeof (long))))
15366 fprintf (f, "%lu\n", i);
15368 exit (ferror (f) || fclose (f) != 0);
15374 rm -f conftest
$ac_exeext
15375 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15376 (eval $ac_link) 2>&5
15378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15379 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15381 (eval $ac_try) 2>&5
15383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15384 (exit $ac_status); }; }; then
15385 ac_cv_sizeof_long
=`cat conftest.val`
15387 echo "$as_me: program exited with status $ac_status" >&5
15388 echo "$as_me: failed program was:" >&5
15389 sed 's/^/| /' conftest.
$ac_ext >&5
15391 ( exit $ac_status )
15392 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15393 See \`config.log' for more details." >&5
15394 echo "$as_me: error: cannot compute sizeof (long), 77
15395 See \`config.log' for more details." >&2;}
15396 { (exit 1); exit 1; }; }
15398 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15403 ac_cv_sizeof_long
=0
15406 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
15407 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
15408 cat >>confdefs.h
<<_ACEOF
15409 #define SIZEOF_LONG $ac_cv_sizeof_long
15416 echo "$as_me:$LINENO: checking for long long" >&5
15417 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15418 if test "${ac_cv_type_long_long+set}" = set; then
15419 echo $ECHO_N "(cached) $ECHO_C" >&6
15421 cat >conftest.
$ac_ext <<_ACEOF
15422 #line $LINENO "configure"
15425 cat confdefs.h
>>conftest.
$ac_ext
15426 cat >>conftest.
$ac_ext <<_ACEOF
15427 /* end confdefs.h. */
15428 $ac_includes_default
15432 if ((long long *) 0)
15434 if (sizeof (long long))
15440 rm -f conftest.
$ac_objext
15441 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15442 (eval $ac_compile) 2>&5
15444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15445 (exit $ac_status); } &&
15446 { ac_try
='test -s conftest.$ac_objext'
15447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15448 (eval $ac_try) 2>&5
15450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15451 (exit $ac_status); }; }; then
15452 ac_cv_type_long_long
=yes
15454 echo "$as_me: failed program was:" >&5
15455 sed 's/^/| /' conftest.
$ac_ext >&5
15457 ac_cv_type_long_long
=no
15459 rm -f conftest.
$ac_objext conftest.
$ac_ext
15461 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15462 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15464 echo "$as_me:$LINENO: checking size of long long" >&5
15465 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15466 if test "${ac_cv_sizeof_long_long+set}" = set; then
15467 echo $ECHO_N "(cached) $ECHO_C" >&6
15469 if test "$ac_cv_type_long_long" = yes; then
15470 # The cast to unsigned long works around a bug in the HP C Compiler
15471 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15472 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15473 # This bug is HP SR number 8606223364.
15474 if test "$cross_compiling" = yes; then
15475 # Depending upon the size, compute the lo and hi bounds.
15476 cat >conftest.
$ac_ext <<_ACEOF
15477 #line $LINENO "configure"
15480 cat confdefs.h
>>conftest.
$ac_ext
15481 cat >>conftest.
$ac_ext <<_ACEOF
15482 /* end confdefs.h. */
15483 $ac_includes_default
15487 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15494 rm -f conftest.
$ac_objext
15495 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15496 (eval $ac_compile) 2>&5
15498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15499 (exit $ac_status); } &&
15500 { ac_try
='test -s conftest.$ac_objext'
15501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15502 (eval $ac_try) 2>&5
15504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15505 (exit $ac_status); }; }; then
15508 cat >conftest.
$ac_ext <<_ACEOF
15509 #line $LINENO "configure"
15512 cat confdefs.h
>>conftest.
$ac_ext
15513 cat >>conftest.
$ac_ext <<_ACEOF
15514 /* end confdefs.h. */
15515 $ac_includes_default
15519 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15526 rm -f conftest.
$ac_objext
15527 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15528 (eval $ac_compile) 2>&5
15530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15531 (exit $ac_status); } &&
15532 { ac_try
='test -s conftest.$ac_objext'
15533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15534 (eval $ac_try) 2>&5
15536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15537 (exit $ac_status); }; }; then
15538 ac_hi
=$ac_mid; break
15540 echo "$as_me: failed program was:" >&5
15541 sed 's/^/| /' conftest.
$ac_ext >&5
15543 ac_lo
=`expr $ac_mid + 1`
15544 if test $ac_lo -le $ac_mid; then
15548 ac_mid
=`expr 2 '*' $ac_mid + 1`
15550 rm -f conftest.
$ac_objext conftest.
$ac_ext
15553 echo "$as_me: failed program was:" >&5
15554 sed 's/^/| /' conftest.
$ac_ext >&5
15556 cat >conftest.
$ac_ext <<_ACEOF
15557 #line $LINENO "configure"
15560 cat confdefs.h
>>conftest.
$ac_ext
15561 cat >>conftest.
$ac_ext <<_ACEOF
15562 /* end confdefs.h. */
15563 $ac_includes_default
15567 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15574 rm -f conftest.
$ac_objext
15575 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15576 (eval $ac_compile) 2>&5
15578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15579 (exit $ac_status); } &&
15580 { ac_try
='test -s conftest.$ac_objext'
15581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15582 (eval $ac_try) 2>&5
15584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15585 (exit $ac_status); }; }; then
15588 cat >conftest.
$ac_ext <<_ACEOF
15589 #line $LINENO "configure"
15592 cat confdefs.h
>>conftest.
$ac_ext
15593 cat >>conftest.
$ac_ext <<_ACEOF
15594 /* end confdefs.h. */
15595 $ac_includes_default
15599 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15606 rm -f conftest.
$ac_objext
15607 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15608 (eval $ac_compile) 2>&5
15610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15611 (exit $ac_status); } &&
15612 { ac_try
='test -s conftest.$ac_objext'
15613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15614 (eval $ac_try) 2>&5
15616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15617 (exit $ac_status); }; }; then
15618 ac_lo
=$ac_mid; break
15620 echo "$as_me: failed program was:" >&5
15621 sed 's/^/| /' conftest.
$ac_ext >&5
15623 ac_hi
=`expr '(' $ac_mid ')' - 1`
15624 if test $ac_mid -le $ac_hi; then
15628 ac_mid
=`expr 2 '*' $ac_mid`
15630 rm -f conftest.
$ac_objext conftest.
$ac_ext
15633 echo "$as_me: failed program was:" >&5
15634 sed 's/^/| /' conftest.
$ac_ext >&5
15638 rm -f conftest.
$ac_objext conftest.
$ac_ext
15640 rm -f conftest.
$ac_objext conftest.
$ac_ext
15641 # Binary search between lo and hi bounds.
15642 while test "x$ac_lo" != "x$ac_hi"; do
15643 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15644 cat >conftest.
$ac_ext <<_ACEOF
15645 #line $LINENO "configure"
15648 cat confdefs.h
>>conftest.
$ac_ext
15649 cat >>conftest.
$ac_ext <<_ACEOF
15650 /* end confdefs.h. */
15651 $ac_includes_default
15655 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15662 rm -f conftest.
$ac_objext
15663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15664 (eval $ac_compile) 2>&5
15666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15667 (exit $ac_status); } &&
15668 { ac_try
='test -s conftest.$ac_objext'
15669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15670 (eval $ac_try) 2>&5
15672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15673 (exit $ac_status); }; }; then
15676 echo "$as_me: failed program was:" >&5
15677 sed 's/^/| /' conftest.
$ac_ext >&5
15679 ac_lo
=`expr '(' $ac_mid ')' + 1`
15681 rm -f conftest.
$ac_objext conftest.
$ac_ext
15684 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
15685 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15686 See \`config.log' for more details." >&5
15687 echo "$as_me: error: cannot compute sizeof (long long), 77
15688 See \`config.log' for more details." >&2;}
15689 { (exit 1); exit 1; }; } ;;
15692 if test "$cross_compiling" = yes; then
15693 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15694 See \`config.log' for more details." >&5
15695 echo "$as_me: error: cannot run test program while cross compiling
15696 See \`config.log' for more details." >&2;}
15697 { (exit 1); exit 1; }; }
15699 cat >conftest.
$ac_ext <<_ACEOF
15700 #line $LINENO "configure"
15703 cat confdefs.h
>>conftest.
$ac_ext
15704 cat >>conftest.
$ac_ext <<_ACEOF
15705 /* end confdefs.h. */
15706 $ac_includes_default
15707 long longval () { return (long) (sizeof (long long)); }
15708 unsigned long ulongval () { return (long) (sizeof (long long)); }
15710 #include <stdlib.h>
15715 FILE *f = fopen ("conftest.val", "w");
15718 if (((long) (sizeof (long long))) < 0)
15720 long i = longval ();
15721 if (i != ((long) (sizeof (long long))))
15723 fprintf (f, "%ld\n", i);
15727 unsigned long i = ulongval ();
15728 if (i != ((long) (sizeof (long long))))
15730 fprintf (f, "%lu\n", i);
15732 exit (ferror (f) || fclose (f) != 0);
15738 rm -f conftest
$ac_exeext
15739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15740 (eval $ac_link) 2>&5
15742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15743 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15745 (eval $ac_try) 2>&5
15747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15748 (exit $ac_status); }; }; then
15749 ac_cv_sizeof_long_long
=`cat conftest.val`
15751 echo "$as_me: program exited with status $ac_status" >&5
15752 echo "$as_me: failed program was:" >&5
15753 sed 's/^/| /' conftest.
$ac_ext >&5
15755 ( exit $ac_status )
15756 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15757 See \`config.log' for more details." >&5
15758 echo "$as_me: error: cannot compute sizeof (long long), 77
15759 See \`config.log' for more details." >&2;}
15760 { (exit 1); exit 1; }; }
15762 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15767 ac_cv_sizeof_long_long
=0
15770 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
15771 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
15772 cat >>confdefs.h
<<_ACEOF
15773 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
15779 echo "$as_me:$LINENO: checking for long long" >&5
15780 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15781 if test "${ac_cv_type_long_long+set}" = set; then
15782 echo $ECHO_N "(cached) $ECHO_C" >&6
15784 cat >conftest.
$ac_ext <<_ACEOF
15785 #line $LINENO "configure"
15788 cat confdefs.h
>>conftest.
$ac_ext
15789 cat >>conftest.
$ac_ext <<_ACEOF
15790 /* end confdefs.h. */
15791 $ac_includes_default
15795 if ((long long *) 0)
15797 if (sizeof (long long))
15803 rm -f conftest.
$ac_objext
15804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15805 (eval $ac_compile) 2>&5
15807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15808 (exit $ac_status); } &&
15809 { ac_try
='test -s conftest.$ac_objext'
15810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15811 (eval $ac_try) 2>&5
15813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15814 (exit $ac_status); }; }; then
15815 ac_cv_type_long_long
=yes
15817 echo "$as_me: failed program was:" >&5
15818 sed 's/^/| /' conftest.
$ac_ext >&5
15820 ac_cv_type_long_long
=no
15822 rm -f conftest.
$ac_objext conftest.
$ac_ext
15824 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15825 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15827 echo "$as_me:$LINENO: checking size of long long" >&5
15828 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15829 if test "${ac_cv_sizeof_long_long+set}" = set; then
15830 echo $ECHO_N "(cached) $ECHO_C" >&6
15832 if test "$ac_cv_type_long_long" = yes; then
15833 # The cast to unsigned long works around a bug in the HP C Compiler
15834 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15835 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15836 # This bug is HP SR number 8606223364.
15837 if test "$cross_compiling" = yes; then
15838 # Depending upon the size, compute the lo and hi bounds.
15839 cat >conftest.
$ac_ext <<_ACEOF
15840 #line $LINENO "configure"
15843 cat confdefs.h
>>conftest.
$ac_ext
15844 cat >>conftest.
$ac_ext <<_ACEOF
15845 /* end confdefs.h. */
15846 $ac_includes_default
15850 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15857 rm -f conftest.
$ac_objext
15858 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15859 (eval $ac_compile) 2>&5
15861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15862 (exit $ac_status); } &&
15863 { ac_try
='test -s conftest.$ac_objext'
15864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15865 (eval $ac_try) 2>&5
15867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15868 (exit $ac_status); }; }; then
15871 cat >conftest.
$ac_ext <<_ACEOF
15872 #line $LINENO "configure"
15875 cat confdefs.h
>>conftest.
$ac_ext
15876 cat >>conftest.
$ac_ext <<_ACEOF
15877 /* end confdefs.h. */
15878 $ac_includes_default
15882 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15889 rm -f conftest.
$ac_objext
15890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15891 (eval $ac_compile) 2>&5
15893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15894 (exit $ac_status); } &&
15895 { ac_try
='test -s conftest.$ac_objext'
15896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15897 (eval $ac_try) 2>&5
15899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15900 (exit $ac_status); }; }; then
15901 ac_hi
=$ac_mid; break
15903 echo "$as_me: failed program was:" >&5
15904 sed 's/^/| /' conftest.
$ac_ext >&5
15906 ac_lo
=`expr $ac_mid + 1`
15907 if test $ac_lo -le $ac_mid; then
15911 ac_mid
=`expr 2 '*' $ac_mid + 1`
15913 rm -f conftest.
$ac_objext conftest.
$ac_ext
15916 echo "$as_me: failed program was:" >&5
15917 sed 's/^/| /' conftest.
$ac_ext >&5
15919 cat >conftest.
$ac_ext <<_ACEOF
15920 #line $LINENO "configure"
15923 cat confdefs.h
>>conftest.
$ac_ext
15924 cat >>conftest.
$ac_ext <<_ACEOF
15925 /* end confdefs.h. */
15926 $ac_includes_default
15930 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15937 rm -f conftest.
$ac_objext
15938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15939 (eval $ac_compile) 2>&5
15941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15942 (exit $ac_status); } &&
15943 { ac_try
='test -s conftest.$ac_objext'
15944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15945 (eval $ac_try) 2>&5
15947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15948 (exit $ac_status); }; }; then
15951 cat >conftest.
$ac_ext <<_ACEOF
15952 #line $LINENO "configure"
15955 cat confdefs.h
>>conftest.
$ac_ext
15956 cat >>conftest.
$ac_ext <<_ACEOF
15957 /* end confdefs.h. */
15958 $ac_includes_default
15962 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15969 rm -f conftest.
$ac_objext
15970 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15971 (eval $ac_compile) 2>&5
15973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15974 (exit $ac_status); } &&
15975 { ac_try
='test -s conftest.$ac_objext'
15976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15977 (eval $ac_try) 2>&5
15979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15980 (exit $ac_status); }; }; then
15981 ac_lo
=$ac_mid; break
15983 echo "$as_me: failed program was:" >&5
15984 sed 's/^/| /' conftest.
$ac_ext >&5
15986 ac_hi
=`expr '(' $ac_mid ')' - 1`
15987 if test $ac_mid -le $ac_hi; then
15991 ac_mid
=`expr 2 '*' $ac_mid`
15993 rm -f conftest.
$ac_objext conftest.
$ac_ext
15996 echo "$as_me: failed program was:" >&5
15997 sed 's/^/| /' conftest.
$ac_ext >&5
16001 rm -f conftest.
$ac_objext conftest.
$ac_ext
16003 rm -f conftest.
$ac_objext conftest.
$ac_ext
16004 # Binary search between lo and hi bounds.
16005 while test "x$ac_lo" != "x$ac_hi"; do
16006 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16007 cat >conftest.
$ac_ext <<_ACEOF
16008 #line $LINENO "configure"
16011 cat confdefs.h
>>conftest.
$ac_ext
16012 cat >>conftest.
$ac_ext <<_ACEOF
16013 /* end confdefs.h. */
16014 $ac_includes_default
16018 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16025 rm -f conftest.
$ac_objext
16026 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16027 (eval $ac_compile) 2>&5
16029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16030 (exit $ac_status); } &&
16031 { ac_try
='test -s conftest.$ac_objext'
16032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16033 (eval $ac_try) 2>&5
16035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16036 (exit $ac_status); }; }; then
16039 echo "$as_me: failed program was:" >&5
16040 sed 's/^/| /' conftest.
$ac_ext >&5
16042 ac_lo
=`expr '(' $ac_mid ')' + 1`
16044 rm -f conftest.
$ac_objext conftest.
$ac_ext
16047 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16048 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16049 See \`config.log' for more details." >&5
16050 echo "$as_me: error: cannot compute sizeof (long long), 77
16051 See \`config.log' for more details." >&2;}
16052 { (exit 1); exit 1; }; } ;;
16055 if test "$cross_compiling" = yes; then
16056 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16057 See \`config.log' for more details." >&5
16058 echo "$as_me: error: cannot run test program while cross compiling
16059 See \`config.log' for more details." >&2;}
16060 { (exit 1); exit 1; }; }
16062 cat >conftest.
$ac_ext <<_ACEOF
16063 #line $LINENO "configure"
16066 cat confdefs.h
>>conftest.
$ac_ext
16067 cat >>conftest.
$ac_ext <<_ACEOF
16068 /* end confdefs.h. */
16069 $ac_includes_default
16070 long longval () { return (long) (sizeof (long long)); }
16071 unsigned long ulongval () { return (long) (sizeof (long long)); }
16073 #include <stdlib.h>
16078 FILE *f = fopen ("conftest.val", "w");
16081 if (((long) (sizeof (long long))) < 0)
16083 long i = longval ();
16084 if (i != ((long) (sizeof (long long))))
16086 fprintf (f, "%ld\n", i);
16090 unsigned long i = ulongval ();
16091 if (i != ((long) (sizeof (long long))))
16093 fprintf (f, "%lu\n", i);
16095 exit (ferror (f) || fclose (f) != 0);
16101 rm -f conftest
$ac_exeext
16102 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16103 (eval $ac_link) 2>&5
16105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16106 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16108 (eval $ac_try) 2>&5
16110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16111 (exit $ac_status); }; }; then
16112 ac_cv_sizeof_long_long
=`cat conftest.val`
16114 echo "$as_me: program exited with status $ac_status" >&5
16115 echo "$as_me: failed program was:" >&5
16116 sed 's/^/| /' conftest.
$ac_ext >&5
16118 ( exit $ac_status )
16119 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16120 See \`config.log' for more details." >&5
16121 echo "$as_me: error: cannot compute sizeof (long long), 77
16122 See \`config.log' for more details." >&2;}
16123 { (exit 1); exit 1; }; }
16125 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16130 ac_cv_sizeof_long_long
=0
16133 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16134 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16135 cat >>confdefs.h
<<_ACEOF
16136 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16140 if test "$ac_cv_sizeof_long_long" != "0"; then
16141 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
16145 echo "$as_me:$LINENO: checking for long long" >&5
16146 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16147 if test "${ac_cv_type_long_long+set}" = set; then
16148 echo $ECHO_N "(cached) $ECHO_C" >&6
16150 cat >conftest.
$ac_ext <<_ACEOF
16151 #line $LINENO "configure"
16154 cat confdefs.h
>>conftest.
$ac_ext
16155 cat >>conftest.
$ac_ext <<_ACEOF
16156 /* end confdefs.h. */
16157 $ac_includes_default
16161 if ((long long *) 0)
16163 if (sizeof (long long))
16169 rm -f conftest.
$ac_objext
16170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16171 (eval $ac_compile) 2>&5
16173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16174 (exit $ac_status); } &&
16175 { ac_try
='test -s conftest.$ac_objext'
16176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16177 (eval $ac_try) 2>&5
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); }; }; then
16181 ac_cv_type_long_long
=yes
16183 echo "$as_me: failed program was:" >&5
16184 sed 's/^/| /' conftest.
$ac_ext >&5
16186 ac_cv_type_long_long
=no
16188 rm -f conftest.
$ac_objext conftest.
$ac_ext
16190 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16191 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16193 echo "$as_me:$LINENO: checking size of long long" >&5
16194 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16195 if test "${ac_cv_sizeof_long_long+set}" = set; then
16196 echo $ECHO_N "(cached) $ECHO_C" >&6
16198 if test "$ac_cv_type_long_long" = yes; then
16199 # The cast to unsigned long works around a bug in the HP C Compiler
16200 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16201 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16202 # This bug is HP SR number 8606223364.
16203 if test "$cross_compiling" = yes; then
16204 # Depending upon the size, compute the lo and hi bounds.
16205 cat >conftest.
$ac_ext <<_ACEOF
16206 #line $LINENO "configure"
16209 cat confdefs.h
>>conftest.
$ac_ext
16210 cat >>conftest.
$ac_ext <<_ACEOF
16211 /* end confdefs.h. */
16212 $ac_includes_default
16216 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16223 rm -f conftest.
$ac_objext
16224 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16225 (eval $ac_compile) 2>&5
16227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16228 (exit $ac_status); } &&
16229 { ac_try
='test -s conftest.$ac_objext'
16230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16231 (eval $ac_try) 2>&5
16233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16234 (exit $ac_status); }; }; then
16237 cat >conftest.
$ac_ext <<_ACEOF
16238 #line $LINENO "configure"
16241 cat confdefs.h
>>conftest.
$ac_ext
16242 cat >>conftest.
$ac_ext <<_ACEOF
16243 /* end confdefs.h. */
16244 $ac_includes_default
16248 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16255 rm -f conftest.
$ac_objext
16256 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16257 (eval $ac_compile) 2>&5
16259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16260 (exit $ac_status); } &&
16261 { ac_try
='test -s conftest.$ac_objext'
16262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16263 (eval $ac_try) 2>&5
16265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16266 (exit $ac_status); }; }; then
16267 ac_hi
=$ac_mid; break
16269 echo "$as_me: failed program was:" >&5
16270 sed 's/^/| /' conftest.
$ac_ext >&5
16272 ac_lo
=`expr $ac_mid + 1`
16273 if test $ac_lo -le $ac_mid; then
16277 ac_mid
=`expr 2 '*' $ac_mid + 1`
16279 rm -f conftest.
$ac_objext conftest.
$ac_ext
16282 echo "$as_me: failed program was:" >&5
16283 sed 's/^/| /' conftest.
$ac_ext >&5
16285 cat >conftest.
$ac_ext <<_ACEOF
16286 #line $LINENO "configure"
16289 cat confdefs.h
>>conftest.
$ac_ext
16290 cat >>conftest.
$ac_ext <<_ACEOF
16291 /* end confdefs.h. */
16292 $ac_includes_default
16296 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16303 rm -f conftest.
$ac_objext
16304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16305 (eval $ac_compile) 2>&5
16307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16308 (exit $ac_status); } &&
16309 { ac_try
='test -s conftest.$ac_objext'
16310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16311 (eval $ac_try) 2>&5
16313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16314 (exit $ac_status); }; }; then
16317 cat >conftest.
$ac_ext <<_ACEOF
16318 #line $LINENO "configure"
16321 cat confdefs.h
>>conftest.
$ac_ext
16322 cat >>conftest.
$ac_ext <<_ACEOF
16323 /* end confdefs.h. */
16324 $ac_includes_default
16328 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16335 rm -f conftest.
$ac_objext
16336 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16337 (eval $ac_compile) 2>&5
16339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16340 (exit $ac_status); } &&
16341 { ac_try
='test -s conftest.$ac_objext'
16342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16343 (eval $ac_try) 2>&5
16345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16346 (exit $ac_status); }; }; then
16347 ac_lo
=$ac_mid; break
16349 echo "$as_me: failed program was:" >&5
16350 sed 's/^/| /' conftest.
$ac_ext >&5
16352 ac_hi
=`expr '(' $ac_mid ')' - 1`
16353 if test $ac_mid -le $ac_hi; then
16357 ac_mid
=`expr 2 '*' $ac_mid`
16359 rm -f conftest.
$ac_objext conftest.
$ac_ext
16362 echo "$as_me: failed program was:" >&5
16363 sed 's/^/| /' conftest.
$ac_ext >&5
16367 rm -f conftest.
$ac_objext conftest.
$ac_ext
16369 rm -f conftest.
$ac_objext conftest.
$ac_ext
16370 # Binary search between lo and hi bounds.
16371 while test "x$ac_lo" != "x$ac_hi"; do
16372 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16373 cat >conftest.
$ac_ext <<_ACEOF
16374 #line $LINENO "configure"
16377 cat confdefs.h
>>conftest.
$ac_ext
16378 cat >>conftest.
$ac_ext <<_ACEOF
16379 /* end confdefs.h. */
16380 $ac_includes_default
16384 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16391 rm -f conftest.
$ac_objext
16392 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16393 (eval $ac_compile) 2>&5
16395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16396 (exit $ac_status); } &&
16397 { ac_try
='test -s conftest.$ac_objext'
16398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16399 (eval $ac_try) 2>&5
16401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16402 (exit $ac_status); }; }; then
16405 echo "$as_me: failed program was:" >&5
16406 sed 's/^/| /' conftest.
$ac_ext >&5
16408 ac_lo
=`expr '(' $ac_mid ')' + 1`
16410 rm -f conftest.
$ac_objext conftest.
$ac_ext
16413 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16414 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16415 See \`config.log' for more details." >&5
16416 echo "$as_me: error: cannot compute sizeof (long long), 77
16417 See \`config.log' for more details." >&2;}
16418 { (exit 1); exit 1; }; } ;;
16421 if test "$cross_compiling" = yes; then
16422 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16423 See \`config.log' for more details." >&5
16424 echo "$as_me: error: cannot run test program while cross compiling
16425 See \`config.log' for more details." >&2;}
16426 { (exit 1); exit 1; }; }
16428 cat >conftest.
$ac_ext <<_ACEOF
16429 #line $LINENO "configure"
16432 cat confdefs.h
>>conftest.
$ac_ext
16433 cat >>conftest.
$ac_ext <<_ACEOF
16434 /* end confdefs.h. */
16435 $ac_includes_default
16436 long longval () { return (long) (sizeof (long long)); }
16437 unsigned long ulongval () { return (long) (sizeof (long long)); }
16439 #include <stdlib.h>
16444 FILE *f = fopen ("conftest.val", "w");
16447 if (((long) (sizeof (long long))) < 0)
16449 long i = longval ();
16450 if (i != ((long) (sizeof (long long))))
16452 fprintf (f, "%ld\n", i);
16456 unsigned long i = ulongval ();
16457 if (i != ((long) (sizeof (long long))))
16459 fprintf (f, "%lu\n", i);
16461 exit (ferror (f) || fclose (f) != 0);
16467 rm -f conftest
$ac_exeext
16468 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16469 (eval $ac_link) 2>&5
16471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16472 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16474 (eval $ac_try) 2>&5
16476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16477 (exit $ac_status); }; }; then
16478 ac_cv_sizeof_long_long
=`cat conftest.val`
16480 echo "$as_me: program exited with status $ac_status" >&5
16481 echo "$as_me: failed program was:" >&5
16482 sed 's/^/| /' conftest.
$ac_ext >&5
16484 ( exit $ac_status )
16485 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16486 See \`config.log' for more details." >&5
16487 echo "$as_me: error: cannot compute sizeof (long long), 77
16488 See \`config.log' for more details." >&2;}
16489 { (exit 1); exit 1; }; }
16491 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16496 ac_cv_sizeof_long_long
=0
16499 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16500 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16501 cat >>confdefs.h
<<_ACEOF
16502 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16508 echo "$as_me:$LINENO: checking size of wchar_t" >&5
16509 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
16510 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
16511 echo $ECHO_N "(cached) $ECHO_C" >&6
16514 if test "$cross_compiling" = yes; then
16518 wx_cv_sizeof_wchar_t
=0
16521 wx_cv_sizeof_wchar_t
=4
16527 cat >conftest.
$ac_ext <<_ACEOF
16528 #line $LINENO "configure"
16531 cat confdefs.h
>>conftest.
$ac_ext
16532 cat >>conftest.
$ac_ext <<_ACEOF
16533 /* end confdefs.h. */
16535 /* DJGPP only has fake wchar_t: */
16537 # error "fake wchar_t"
16539 #ifdef HAVE_WCHAR_H
16541 # include <stddef.h>
16543 # include <wchar.h>
16545 #ifdef HAVE_STDLIB_H
16546 # include <stdlib.h>
16551 FILE *f=fopen("conftestval", "w");
16553 fprintf(f, "%i", sizeof(wchar_t));
16558 rm -f conftest
$ac_exeext
16559 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16560 (eval $ac_link) 2>&5
16562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16563 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16565 (eval $ac_try) 2>&5
16567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16568 (exit $ac_status); }; }; then
16569 wx_cv_sizeof_wchar_t
=`cat conftestval`
16571 echo "$as_me: program exited with status $ac_status" >&5
16572 echo "$as_me: failed program was:" >&5
16573 sed 's/^/| /' conftest.
$ac_ext >&5
16575 ( exit $ac_status )
16576 wx_cv_sizeof_wchar_t
=0
16578 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16582 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
16583 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
16585 cat >>confdefs.h
<<_ACEOF
16586 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
16590 # Check whether --enable-largefile or --disable-largefile was given.
16591 if test "${enable_largefile+set}" = set; then
16592 enableval
="$enable_largefile"
16595 if test "$enable_largefile" != no
; then
16598 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
16599 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
16600 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
16601 echo $ECHO_N "(cached) $ECHO_C" >&6
16604 cat >conftest.
$ac_ext <<_ACEOF
16605 #line $LINENO "configure"
16608 cat confdefs.h
>>conftest.
$ac_ext
16609 cat >>conftest.
$ac_ext <<_ACEOF
16610 /* end confdefs.h. */
16611 #define _FILE_OFFSET_BITS 64
16612 #include <sys/types.h>
16617 unsigned int field: sizeof(off_t) == 8;
16624 rm -f conftest.
$ac_objext
16625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16626 (eval $ac_compile) 2>&5
16628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16629 (exit $ac_status); } &&
16630 { ac_try
='test -s conftest.$ac_objext'
16631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16632 (eval $ac_try) 2>&5
16634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16635 (exit $ac_status); }; }; then
16636 ac_cv_sys_file_offset_bits
=64
16638 echo "$as_me: failed program was:" >&5
16639 sed 's/^/| /' conftest.
$ac_ext >&5
16641 ac_cv_sys_file_offset_bits
=no
16643 rm -f conftest.
$ac_objext conftest.
$ac_ext
16647 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
16648 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
16650 if test "$ac_cv_sys_file_offset_bits" != no
; then
16652 cat >>confdefs.h
<<_ACEOF
16653 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
16658 if test "x$wx_largefile" != "xyes"; then
16660 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
16661 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
16662 if test "${ac_cv_sys_large_files+set}" = set; then
16663 echo $ECHO_N "(cached) $ECHO_C" >&6
16666 cat >conftest.
$ac_ext <<_ACEOF
16667 #line $LINENO "configure"
16670 cat confdefs.h
>>conftest.
$ac_ext
16671 cat >>conftest.
$ac_ext <<_ACEOF
16672 /* end confdefs.h. */
16673 #define _LARGE_FILES 1
16674 #include <sys/types.h>
16679 unsigned int field: sizeof(off_t) == 8;
16686 rm -f conftest.
$ac_objext
16687 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16688 (eval $ac_compile) 2>&5
16690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16691 (exit $ac_status); } &&
16692 { ac_try
='test -s conftest.$ac_objext'
16693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16694 (eval $ac_try) 2>&5
16696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16697 (exit $ac_status); }; }; then
16698 ac_cv_sys_large_files
=1
16700 echo "$as_me: failed program was:" >&5
16701 sed 's/^/| /' conftest.
$ac_ext >&5
16703 ac_cv_sys_large_files
=no
16705 rm -f conftest.
$ac_objext conftest.
$ac_ext
16709 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
16710 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
16712 if test "$ac_cv_sys_large_files" != no
; then
16714 cat >>confdefs.h
<<_ACEOF
16715 #define _LARGE_FILES $ac_cv_sys_large_files
16722 echo "$as_me:$LINENO: checking if large file support is available" >&5
16723 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
16724 if test "x$wx_largefile" = "xyes"; then
16725 cat >>confdefs.h
<<\_ACEOF
16726 #define HAVE_LARGEFILE_SUPPORT 1
16730 echo "$as_me:$LINENO: result: $wx_largefile" >&5
16731 echo "${ECHO_T}$wx_largefile" >&6
16735 if test "x$wx_largefile" = "xyes"; then
16736 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
16737 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
16739 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
16741 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
16744 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
16745 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
16746 if test "${ac_cv_c_bigendian+set}" = set; then
16747 echo $ECHO_N "(cached) $ECHO_C" >&6
16749 ac_cv_c_bigendian
=unknown
16750 # See if sys/param.h defines the BYTE_ORDER macro.
16751 cat >conftest.
$ac_ext <<_ACEOF
16752 #line $LINENO "configure"
16755 cat confdefs.h
>>conftest.
$ac_ext
16756 cat >>conftest.
$ac_ext <<_ACEOF
16757 /* end confdefs.h. */
16758 #include <sys/types.h>
16759 #include <sys/param.h>
16764 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
16765 bogus endian macros
16771 rm -f conftest.
$ac_objext
16772 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16773 (eval $ac_compile) 2>&5
16775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16776 (exit $ac_status); } &&
16777 { ac_try
='test -s conftest.$ac_objext'
16778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16779 (eval $ac_try) 2>&5
16781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16782 (exit $ac_status); }; }; then
16783 # It does; now see whether it defined to BIG_ENDIAN or not.
16784 cat >conftest.
$ac_ext <<_ACEOF
16785 #line $LINENO "configure"
16788 cat confdefs.h
>>conftest.
$ac_ext
16789 cat >>conftest.
$ac_ext <<_ACEOF
16790 /* end confdefs.h. */
16791 #include <sys/types.h>
16792 #include <sys/param.h>
16797 #if BYTE_ORDER != BIG_ENDIAN
16804 rm -f conftest.
$ac_objext
16805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16806 (eval $ac_compile) 2>&5
16808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16809 (exit $ac_status); } &&
16810 { ac_try
='test -s conftest.$ac_objext'
16811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16812 (eval $ac_try) 2>&5
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); }; }; then
16816 ac_cv_c_bigendian
=yes
16818 echo "$as_me: failed program was:" >&5
16819 sed 's/^/| /' conftest.
$ac_ext >&5
16821 ac_cv_c_bigendian
=no
16823 rm -f conftest.
$ac_objext conftest.
$ac_ext
16825 echo "$as_me: failed program was:" >&5
16826 sed 's/^/| /' conftest.
$ac_ext >&5
16829 rm -f conftest.
$ac_objext conftest.
$ac_ext
16830 if test $ac_cv_c_bigendian = unknown
; then
16831 if test "$cross_compiling" = yes; then
16832 ac_cv_c_bigendian
=unknown
16834 cat >conftest.
$ac_ext <<_ACEOF
16835 #line $LINENO "configure"
16838 cat confdefs.h
>>conftest.
$ac_ext
16839 cat >>conftest.
$ac_ext <<_ACEOF
16840 /* end confdefs.h. */
16842 /* Are we little or big endian? From Harbison&Steele. */
16846 char c[sizeof (long)];
16849 exit (u.c[sizeof (long) - 1] == 1);
16852 rm -f conftest
$ac_exeext
16853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16854 (eval $ac_link) 2>&5
16856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16857 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16859 (eval $ac_try) 2>&5
16861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16862 (exit $ac_status); }; }; then
16863 ac_cv_c_bigendian
=no
16865 echo "$as_me: program exited with status $ac_status" >&5
16866 echo "$as_me: failed program was:" >&5
16867 sed 's/^/| /' conftest.
$ac_ext >&5
16869 ( exit $ac_status )
16870 ac_cv_c_bigendian
=yes
16872 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16876 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
16877 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
16878 if test $ac_cv_c_bigendian = unknown
; then
16879 { 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
16880 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;}
16882 if test $ac_cv_c_bigendian = yes; then
16883 cat >>confdefs.h
<<\_ACEOF
16884 #define WORDS_BIGENDIAN 1
16892 ac_cpp
='$CXXCPP $CPPFLAGS'
16893 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16894 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16895 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
16896 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
16897 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
16898 if test -z "$CXXCPP"; then
16899 if test "${ac_cv_prog_CXXCPP+set}" = set; then
16900 echo $ECHO_N "(cached) $ECHO_C" >&6
16902 # Double quotes because CXXCPP needs to be expanded
16903 for CXXCPP
in "$CXX -E" "/lib/cpp"
16905 ac_preproc_ok
=false
16906 for ac_cxx_preproc_warn_flag
in '' yes
16908 # Use a header file that comes with gcc, so configuring glibc
16909 # with a fresh cross-compiler works.
16910 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16911 # <limits.h> exists even on freestanding compilers.
16912 # On the NeXT, cc -E runs the code through the compiler's parser,
16913 # not just through cpp. "Syntax error" is here to catch this case.
16914 cat >conftest.
$ac_ext <<_ACEOF
16915 #line $LINENO "configure"
16918 cat confdefs.h
>>conftest.
$ac_ext
16919 cat >>conftest.
$ac_ext <<_ACEOF
16920 /* end confdefs.h. */
16922 # include <limits.h>
16924 # include <assert.h>
16928 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16929 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16931 grep -v '^ *+' conftest.er1
>conftest.err
16933 cat conftest.err
>&5
16934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16935 (exit $ac_status); } >/dev
/null
; then
16936 if test -s conftest.err
; then
16937 ac_cpp_err
=$ac_cxx_preproc_warn_flag
16944 if test -z "$ac_cpp_err"; then
16947 echo "$as_me: failed program was:" >&5
16948 sed 's/^/| /' conftest.
$ac_ext >&5
16950 # Broken: fails on valid input.
16953 rm -f conftest.err conftest.
$ac_ext
16955 # OK, works on sane cases. Now check whether non-existent headers
16956 # can be detected and how.
16957 cat >conftest.
$ac_ext <<_ACEOF
16958 #line $LINENO "configure"
16961 cat confdefs.h
>>conftest.
$ac_ext
16962 cat >>conftest.
$ac_ext <<_ACEOF
16963 /* end confdefs.h. */
16964 #include <ac_nonexistent.h>
16966 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16967 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16969 grep -v '^ *+' conftest.er1
>conftest.err
16971 cat conftest.err
>&5
16972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16973 (exit $ac_status); } >/dev
/null
; then
16974 if test -s conftest.err
; then
16975 ac_cpp_err
=$ac_cxx_preproc_warn_flag
16982 if test -z "$ac_cpp_err"; then
16983 # Broken: success on invalid input.
16986 echo "$as_me: failed program was:" >&5
16987 sed 's/^/| /' conftest.
$ac_ext >&5
16989 # Passes both tests.
16993 rm -f conftest.err conftest.
$ac_ext
16996 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16997 rm -f conftest.err conftest.
$ac_ext
16998 if $ac_preproc_ok; then
17003 ac_cv_prog_CXXCPP
=$CXXCPP
17006 CXXCPP
=$ac_cv_prog_CXXCPP
17008 ac_cv_prog_CXXCPP
=$CXXCPP
17010 echo "$as_me:$LINENO: result: $CXXCPP" >&5
17011 echo "${ECHO_T}$CXXCPP" >&6
17012 ac_preproc_ok
=false
17013 for ac_cxx_preproc_warn_flag
in '' yes
17015 # Use a header file that comes with gcc, so configuring glibc
17016 # with a fresh cross-compiler works.
17017 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17018 # <limits.h> exists even on freestanding compilers.
17019 # On the NeXT, cc -E runs the code through the compiler's parser,
17020 # not just through cpp. "Syntax error" is here to catch this case.
17021 cat >conftest.
$ac_ext <<_ACEOF
17022 #line $LINENO "configure"
17025 cat confdefs.h
>>conftest.
$ac_ext
17026 cat >>conftest.
$ac_ext <<_ACEOF
17027 /* end confdefs.h. */
17029 # include <limits.h>
17031 # include <assert.h>
17035 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17036 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17038 grep -v '^ *+' conftest.er1
>conftest.err
17040 cat conftest.err
>&5
17041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17042 (exit $ac_status); } >/dev
/null
; then
17043 if test -s conftest.err
; then
17044 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17051 if test -z "$ac_cpp_err"; then
17054 echo "$as_me: failed program was:" >&5
17055 sed 's/^/| /' conftest.
$ac_ext >&5
17057 # Broken: fails on valid input.
17060 rm -f conftest.err conftest.
$ac_ext
17062 # OK, works on sane cases. Now check whether non-existent headers
17063 # can be detected and how.
17064 cat >conftest.
$ac_ext <<_ACEOF
17065 #line $LINENO "configure"
17068 cat confdefs.h
>>conftest.
$ac_ext
17069 cat >>conftest.
$ac_ext <<_ACEOF
17070 /* end confdefs.h. */
17071 #include <ac_nonexistent.h>
17073 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17074 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17076 grep -v '^ *+' conftest.er1
>conftest.err
17078 cat conftest.err
>&5
17079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17080 (exit $ac_status); } >/dev
/null
; then
17081 if test -s conftest.err
; then
17082 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17089 if test -z "$ac_cpp_err"; then
17090 # Broken: success on invalid input.
17093 echo "$as_me: failed program was:" >&5
17094 sed 's/^/| /' conftest.
$ac_ext >&5
17096 # Passes both tests.
17100 rm -f conftest.err conftest.
$ac_ext
17103 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17104 rm -f conftest.err conftest.
$ac_ext
17105 if $ac_preproc_ok; then
17108 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17109 See \`config.log' for more details." >&5
17110 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17111 See \`config.log' for more details." >&2;}
17112 { (exit 1); exit 1; }; }
17116 ac_cpp
='$CXXCPP $CPPFLAGS'
17117 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17118 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17119 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17123 if test "$cross_compiling" = "yes"; then
17124 cat >>confdefs.h
<<\_ACEOF
17125 #define wxUSE_IOSTREAMH 1
17132 ac_cpp
='$CXXCPP $CPPFLAGS'
17133 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17134 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17135 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17139 for ac_header
in iostream
17141 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17142 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17143 echo "$as_me:$LINENO: checking for $ac_header" >&5
17144 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17145 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17146 echo $ECHO_N "(cached) $ECHO_C" >&6
17148 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17149 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17151 # Is the header compilable?
17152 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17153 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17154 cat >conftest.
$ac_ext <<_ACEOF
17155 #line $LINENO "configure"
17158 cat confdefs.h
>>conftest.
$ac_ext
17159 cat >>conftest.
$ac_ext <<_ACEOF
17160 /* end confdefs.h. */
17161 $ac_includes_default
17162 #include <$ac_header>
17164 rm -f conftest.
$ac_objext
17165 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17166 (eval $ac_compile) 2>&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } &&
17170 { ac_try
='test -s conftest.$ac_objext'
17171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17172 (eval $ac_try) 2>&5
17174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17175 (exit $ac_status); }; }; then
17176 ac_header_compiler
=yes
17178 echo "$as_me: failed program was:" >&5
17179 sed 's/^/| /' conftest.
$ac_ext >&5
17181 ac_header_compiler
=no
17183 rm -f conftest.
$ac_objext conftest.
$ac_ext
17184 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17185 echo "${ECHO_T}$ac_header_compiler" >&6
17187 # Is the header present?
17188 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17189 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17190 cat >conftest.
$ac_ext <<_ACEOF
17191 #line $LINENO "configure"
17194 cat confdefs.h
>>conftest.
$ac_ext
17195 cat >>conftest.
$ac_ext <<_ACEOF
17196 /* end confdefs.h. */
17197 #include <$ac_header>
17199 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17200 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17202 grep -v '^ *+' conftest.er1
>conftest.err
17204 cat conftest.err
>&5
17205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17206 (exit $ac_status); } >/dev
/null
; then
17207 if test -s conftest.err
; then
17208 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17215 if test -z "$ac_cpp_err"; then
17216 ac_header_preproc
=yes
17218 echo "$as_me: failed program was:" >&5
17219 sed 's/^/| /' conftest.
$ac_ext >&5
17221 ac_header_preproc
=no
17223 rm -f conftest.err conftest.
$ac_ext
17224 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17225 echo "${ECHO_T}$ac_header_preproc" >&6
17227 # So? What about this header?
17228 case $ac_header_compiler:$ac_header_preproc in
17230 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17231 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17232 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17233 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17236 ## ------------------------------------ ##
17237 ## Report this to bug-autoconf@gnu.org. ##
17238 ## ------------------------------------ ##
17241 sed "s/^/$as_me: WARNING: /" >&2
17244 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17245 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17246 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17247 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17248 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17249 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17252 ## ------------------------------------ ##
17253 ## Report this to bug-autoconf@gnu.org. ##
17254 ## ------------------------------------ ##
17257 sed "s/^/$as_me: WARNING: /" >&2
17260 echo "$as_me:$LINENO: checking for $ac_header" >&5
17261 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17262 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17263 echo $ECHO_N "(cached) $ECHO_C" >&6
17265 eval "$as_ac_Header=$ac_header_preproc"
17267 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17268 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17271 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17272 cat >>confdefs.h
<<_ACEOF
17273 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17281 if test "$ac_cv_header_iostream" = "yes" ; then
17284 cat >>confdefs.h
<<\_ACEOF
17285 #define wxUSE_IOSTREAMH 1
17291 ac_cpp
='$CPP $CPPFLAGS'
17292 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17293 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17294 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17300 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
17301 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
17302 if test "${wx_cv_cpp_bool+set}" = set; then
17303 echo $ECHO_N "(cached) $ECHO_C" >&6
17309 ac_cpp
='$CXXCPP $CPPFLAGS'
17310 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17311 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17312 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17315 cat >conftest.
$ac_ext <<_ACEOF
17316 #line $LINENO "configure"
17319 cat confdefs.h
>>conftest.
$ac_ext
17320 cat >>conftest.
$ac_ext <<_ACEOF
17321 /* end confdefs.h. */
17336 rm -f conftest.
$ac_objext
17337 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17338 (eval $ac_compile) 2>&5
17340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17341 (exit $ac_status); } &&
17342 { ac_try
='test -s conftest.$ac_objext'
17343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17344 (eval $ac_try) 2>&5
17346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17347 (exit $ac_status); }; }; then
17352 echo "$as_me: failed program was:" >&5
17353 sed 's/^/| /' conftest.
$ac_ext >&5
17360 rm -f conftest.
$ac_objext conftest.
$ac_ext
17363 ac_cpp
='$CPP $CPPFLAGS'
17364 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17365 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17366 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17370 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
17371 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
17373 if test "$wx_cv_cpp_bool" = "yes"; then
17374 cat >>confdefs.h
<<\_ACEOF
17375 #define HAVE_BOOL 1
17382 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
17383 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
17384 if test "${wx_cv_explicit+set}" = set; then
17385 echo $ECHO_N "(cached) $ECHO_C" >&6
17391 ac_cpp
='$CXXCPP $CPPFLAGS'
17392 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17393 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17394 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17397 cat >conftest.
$ac_ext <<_ACEOF
17398 #line $LINENO "configure"
17401 cat confdefs.h
>>conftest.
$ac_ext
17402 cat >>conftest.
$ac_ext <<_ACEOF
17403 /* end confdefs.h. */
17405 class Foo { public: explicit Foo(int) {} };
17417 rm -f conftest.
$ac_objext
17418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17419 (eval $ac_compile) 2>&5
17421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17422 (exit $ac_status); } &&
17423 { ac_try
='test -s conftest.$ac_objext'
17424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17425 (eval $ac_try) 2>&5
17427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17428 (exit $ac_status); }; }; then
17430 cat >conftest.
$ac_ext <<_ACEOF
17431 #line $LINENO "configure"
17434 cat confdefs.h
>>conftest.
$ac_ext
17435 cat >>conftest.
$ac_ext <<_ACEOF
17436 /* end confdefs.h. */
17438 class Foo { public: explicit Foo(int) {} };
17439 static void TakeFoo(const Foo& foo) { }
17452 rm -f conftest.
$ac_objext
17453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17454 (eval $ac_compile) 2>&5
17456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17457 (exit $ac_status); } &&
17458 { ac_try
='test -s conftest.$ac_objext'
17459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17460 (eval $ac_try) 2>&5
17462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17463 (exit $ac_status); }; }; then
17466 echo "$as_me: failed program was:" >&5
17467 sed 's/^/| /' conftest.
$ac_ext >&5
17472 rm -f conftest.
$ac_objext conftest.
$ac_ext
17475 echo "$as_me: failed program was:" >&5
17476 sed 's/^/| /' conftest.
$ac_ext >&5
17481 rm -f conftest.
$ac_objext conftest.
$ac_ext
17484 ac_cpp
='$CPP $CPPFLAGS'
17485 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17486 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17487 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17491 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
17492 echo "${ECHO_T}$wx_cv_explicit" >&6
17494 if test "$wx_cv_explicit" = "yes"; then
17495 cat >>confdefs.h
<<\_ACEOF
17496 #define HAVE_EXPLICIT 1
17502 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
17503 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
17504 if test "${ac_cv_cxx_const_cast+set}" = set; then
17505 echo $ECHO_N "(cached) $ECHO_C" >&6
17510 ac_cpp
='$CXXCPP $CPPFLAGS'
17511 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17512 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17513 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17515 cat >conftest.
$ac_ext <<_ACEOF
17516 #line $LINENO "configure"
17519 cat confdefs.h
>>conftest.
$ac_ext
17520 cat >>conftest.
$ac_ext <<_ACEOF
17521 /* end confdefs.h. */
17526 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
17531 rm -f conftest.
$ac_objext
17532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17533 (eval $ac_compile) 2>&5
17535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17536 (exit $ac_status); } &&
17537 { ac_try
='test -s conftest.$ac_objext'
17538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17539 (eval $ac_try) 2>&5
17541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17542 (exit $ac_status); }; }; then
17543 ac_cv_cxx_const_cast
=yes
17545 echo "$as_me: failed program was:" >&5
17546 sed 's/^/| /' conftest.
$ac_ext >&5
17548 ac_cv_cxx_const_cast
=no
17550 rm -f conftest.
$ac_objext conftest.
$ac_ext
17552 ac_cpp
='$CPP $CPPFLAGS'
17553 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17554 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17555 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17559 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
17560 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
17561 if test "$ac_cv_cxx_const_cast" = yes; then
17563 cat >>confdefs.h
<<\_ACEOF
17564 #define HAVE_CONST_CAST
17570 if test "$wxUSE_STL" = "yes"; then
17572 ac_cpp
='$CXXCPP $CPPFLAGS'
17573 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17574 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17575 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17578 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
17579 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
17580 cat >conftest.
$ac_ext <<_ACEOF
17581 #line $LINENO "configure"
17584 cat confdefs.h
>>conftest.
$ac_ext
17585 cat >>conftest.
$ac_ext <<_ACEOF
17586 /* end confdefs.h. */
17588 #include <functional>
17589 #include <algorithm>
17595 std::vector<int> moo;
17596 std::list<int> foo;
17597 std::vector<int>::iterator it =
17598 std::find_if(moo.begin(), moo.end(),
17599 std::bind2nd(std::less<int>(), 3));
17604 rm -f conftest.
$ac_objext
17605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17606 (eval $ac_compile) 2>&5
17608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17609 (exit $ac_status); } &&
17610 { ac_try
='test -s conftest.$ac_objext'
17611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17612 (eval $ac_try) 2>&5
17614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17615 (exit $ac_status); }; }; then
17616 echo "$as_me:$LINENO: result: yes" >&5
17617 echo "${ECHO_T}yes" >&6
17619 echo "$as_me: failed program was:" >&5
17620 sed 's/^/| /' conftest.
$ac_ext >&5
17622 echo "$as_me:$LINENO: result: no" >&5
17623 echo "${ECHO_T}no" >&6
17624 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
17625 echo "$as_me: error: Basic STL functionality missing" >&2;}
17626 { (exit 1); exit 1; }; }
17628 rm -f conftest.
$ac_objext conftest.
$ac_ext
17630 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
17631 echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
17632 cat >conftest.
$ac_ext <<_ACEOF
17633 #line $LINENO "configure"
17636 cat confdefs.h
>>conftest.
$ac_ext
17637 cat >>conftest.
$ac_ext <<_ACEOF
17638 /* end confdefs.h. */
17648 rm -f conftest.
$ac_objext
17649 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17650 (eval $ac_compile) 2>&5
17652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17653 (exit $ac_status); } &&
17654 { ac_try
='test -s conftest.$ac_objext'
17655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17656 (eval $ac_try) 2>&5
17658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17659 (exit $ac_status); }; }; then
17660 echo "$as_me:$LINENO: result: yes" >&5
17661 echo "${ECHO_T}yes" >&6
17662 cat >>confdefs.h
<<\_ACEOF
17663 #define HAVE_STD_WSTRING 1
17667 echo "$as_me: failed program was:" >&5
17668 sed 's/^/| /' conftest.
$ac_ext >&5
17670 echo "$as_me:$LINENO: result: no" >&5
17671 echo "${ECHO_T}no" >&6
17673 rm -f conftest.
$ac_objext conftest.
$ac_ext
17675 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
17676 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
17677 cat >conftest.
$ac_ext <<_ACEOF
17678 #line $LINENO "configure"
17681 cat confdefs.h
>>conftest.
$ac_ext
17682 cat >>conftest.
$ac_ext <<_ACEOF
17683 /* end confdefs.h. */
17688 std::string foo, bar;
17690 foo.compare(1, 1, bar);
17691 foo.compare(1, 1, bar, 1, 1);
17693 foo.compare(1, 1, "");
17694 foo.compare(1, 1, "", 2);
17699 rm -f conftest.
$ac_objext
17700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17701 (eval $ac_compile) 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 echo "$as_me:$LINENO: result: yes" >&5
17712 echo "${ECHO_T}yes" >&6
17713 cat >>confdefs.h
<<\_ACEOF
17714 #define HAVE_STD_STRING_COMPARE 1
17718 echo "$as_me: failed program was:" >&5
17719 sed 's/^/| /' conftest.
$ac_ext >&5
17721 echo "$as_me:$LINENO: result: no" >&5
17722 echo "${ECHO_T}no" >&6
17724 rm -f conftest.
$ac_objext conftest.
$ac_ext
17727 ac_cpp
='$CPP $CPPFLAGS'
17728 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17729 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17730 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17736 /usr/local/include \
17738 /usr/Motif-1.2/include \
17739 /usr/Motif-2.1/include \
17741 /usr/include/Motif1.2 \
17742 /opt/xpm/include/X11 \
17743 /opt/GBxpm/include/ \
17744 /opt/GBxpm/X11/include/ \
17746 /usr/Motif1.2/include \
17748 /usr/openwin/include \
17752 /usr/X11R6/include \
17753 /usr/X11R6.4/include \
17754 /usr/X11R5/include \
17755 /usr/X11R4/include \
17757 /usr/include/X11R6 \
17758 /usr/include/X11R5 \
17759 /usr/include/X11R4 \
17761 /usr/local/X11R6/include \
17762 /usr/local/X11R5/include \
17763 /usr/local/X11R4/include \
17765 /usr/local/include/X11R6 \
17766 /usr/local/include/X11R5 \
17767 /usr/local/include/X11R4 \
17771 /usr/local/X11/include \
17772 /usr/local/include/X11 \
17774 /usr/X386/include \
17775 /usr/x386/include \
17776 /usr/XFree86/include/X11 \
17778 X:/XFree86/include \
17779 X:/XFree86/include/X11 \
17782 /usr/local/include/gtk \
17783 /usr/include/glib \
17784 /usr/local/include/glib \
17787 /usr/local/include/qt \
17789 /usr/include/windows \
17790 /usr/include/wine \
17791 /usr/local/include/wine \
17793 /usr/unsupported/include \
17794 /usr/athena/include \
17795 /usr/local/x11r5/include \
17796 /usr/lpp/Xamples/include \
17798 /usr/openwin/share/include"
17800 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
17803 cat >confcache
<<\_ACEOF
17804 # This file is a shell script that caches the results of configure
17805 # tests run on this system so they can be shared between configure
17806 # scripts and configure runs, see configure's option --config-cache.
17807 # It is not useful on other systems. If it contains results you don't
17808 # want to keep, you may remove or edit it.
17810 # config.status only pays attention to the cache file if you give it
17811 # the --recheck option to rerun configure.
17813 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17814 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17815 # following values.
17819 # The following way of writing the cache mishandles newlines in values,
17820 # but we know of no workaround that is simple, portable, and efficient.
17821 # So, don't put newlines in cache variables' values.
17822 # Ultrix sh set writes to stderr and can't be redirected directly,
17823 # and sets the high bit in the cache file unless we assign to the vars.
17826 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17828 # `set' does not quote correctly, so add quotes (double-quote
17829 # substitution turns \\\\ into \\, and sed turns \\ into \).
17832 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17835 # `set' quotes correctly as required by POSIX, so do not add quotes.
17837 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17844 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17846 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17848 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
17849 if test -w $cache_file; then
17850 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17851 cat confcache
>$cache_file
17853 echo "not updating unwritable cache $cache_file"
17858 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
17859 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
17860 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
17861 if test "${wx_cv_lib_glibc21+set}" = set; then
17862 echo $ECHO_N "(cached) $ECHO_C" >&6
17865 cat >conftest.
$ac_ext <<_ACEOF
17866 #line $LINENO "configure"
17869 cat confdefs.h
>>conftest.
$ac_ext
17870 cat >>conftest.
$ac_ext <<_ACEOF
17871 /* end confdefs.h. */
17872 #include <features.h>
17877 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
17878 #error not glibc2.1
17885 rm -f conftest.
$ac_objext
17886 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17887 (eval $ac_compile) 2>&5
17889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17890 (exit $ac_status); } &&
17891 { ac_try
='test -s conftest.$ac_objext'
17892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17893 (eval $ac_try) 2>&5
17895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17896 (exit $ac_status); }; }; then
17898 wx_cv_lib_glibc21
=yes
17901 echo "$as_me: failed program was:" >&5
17902 sed 's/^/| /' conftest.
$ac_ext >&5
17905 wx_cv_lib_glibc21
=no
17909 rm -f conftest.
$ac_objext conftest.
$ac_ext
17912 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
17913 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
17914 if test "$wx_cv_lib_glibc21" = "yes"; then
17915 cat >>confdefs.h
<<\_ACEOF
17916 #define wxHAVE_GLIBC2 1
17922 if test "x$wx_cv_lib_glibc21" = "xyes"; then
17923 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
17924 cat >>confdefs.h
<<\_ACEOF
17925 #define _GNU_SOURCE 1
17934 if test "$wxUSE_REGEX" != "no"; then
17935 cat >>confdefs.h
<<\_ACEOF
17936 #define wxUSE_REGEX 1
17940 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
17941 if test "${ac_cv_header_regex_h+set}" = set; then
17942 echo "$as_me:$LINENO: checking for regex.h" >&5
17943 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
17944 if test "${ac_cv_header_regex_h+set}" = set; then
17945 echo $ECHO_N "(cached) $ECHO_C" >&6
17947 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
17948 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
17950 # Is the header compilable?
17951 echo "$as_me:$LINENO: checking regex.h usability" >&5
17952 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
17953 cat >conftest.
$ac_ext <<_ACEOF
17954 #line $LINENO "configure"
17957 cat confdefs.h
>>conftest.
$ac_ext
17958 cat >>conftest.
$ac_ext <<_ACEOF
17959 /* end confdefs.h. */
17960 $ac_includes_default
17963 rm -f conftest.
$ac_objext
17964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17965 (eval $ac_compile) 2>&5
17967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17968 (exit $ac_status); } &&
17969 { ac_try
='test -s conftest.$ac_objext'
17970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17971 (eval $ac_try) 2>&5
17973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17974 (exit $ac_status); }; }; then
17975 ac_header_compiler
=yes
17977 echo "$as_me: failed program was:" >&5
17978 sed 's/^/| /' conftest.
$ac_ext >&5
17980 ac_header_compiler
=no
17982 rm -f conftest.
$ac_objext conftest.
$ac_ext
17983 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17984 echo "${ECHO_T}$ac_header_compiler" >&6
17986 # Is the header present?
17987 echo "$as_me:$LINENO: checking regex.h presence" >&5
17988 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
17989 cat >conftest.
$ac_ext <<_ACEOF
17990 #line $LINENO "configure"
17993 cat confdefs.h
>>conftest.
$ac_ext
17994 cat >>conftest.
$ac_ext <<_ACEOF
17995 /* end confdefs.h. */
17998 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17999 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18001 grep -v '^ *+' conftest.er1
>conftest.err
18003 cat conftest.err
>&5
18004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18005 (exit $ac_status); } >/dev
/null
; then
18006 if test -s conftest.err
; then
18007 ac_cpp_err
=$ac_c_preproc_warn_flag
18014 if test -z "$ac_cpp_err"; then
18015 ac_header_preproc
=yes
18017 echo "$as_me: failed program was:" >&5
18018 sed 's/^/| /' conftest.
$ac_ext >&5
18020 ac_header_preproc
=no
18022 rm -f conftest.err conftest.
$ac_ext
18023 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18024 echo "${ECHO_T}$ac_header_preproc" >&6
18026 # So? What about this header?
18027 case $ac_header_compiler:$ac_header_preproc in
18029 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
18030 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18031 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
18032 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
18035 ## ------------------------------------ ##
18036 ## Report this to bug-autoconf@gnu.org. ##
18037 ## ------------------------------------ ##
18040 sed "s/^/$as_me: WARNING: /" >&2
18043 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
18044 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
18045 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
18046 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
18047 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
18048 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
18051 ## ------------------------------------ ##
18052 ## Report this to bug-autoconf@gnu.org. ##
18053 ## ------------------------------------ ##
18056 sed "s/^/$as_me: WARNING: /" >&2
18059 echo "$as_me:$LINENO: checking for regex.h" >&5
18060 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
18061 if test "${ac_cv_header_regex_h+set}" = set; then
18062 echo $ECHO_N "(cached) $ECHO_C" >&6
18064 ac_cv_header_regex_h
=$ac_header_preproc
18066 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
18067 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
18070 if test $ac_cv_header_regex_h = yes; then
18072 for ac_func
in regcomp
18074 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18075 echo "$as_me:$LINENO: checking for $ac_func" >&5
18076 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
18077 if eval "test \"\${$as_ac_var+set}\" = set"; then
18078 echo $ECHO_N "(cached) $ECHO_C" >&6
18080 cat >conftest.
$ac_ext <<_ACEOF
18081 #line $LINENO "configure"
18084 cat confdefs.h
>>conftest.
$ac_ext
18085 cat >>conftest.
$ac_ext <<_ACEOF
18086 /* end confdefs.h. */
18087 /* System header to define __stub macros and hopefully few prototypes,
18088 which can conflict with char $ac_func (); below.
18089 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18090 <limits.h> exists even on freestanding compilers. */
18092 # include <limits.h>
18094 # include <assert.h>
18096 /* Override any gcc2 internal prototype to avoid an error. */
18101 /* We use char because int might match the return type of a gcc2
18102 builtin and then its argument prototype would still apply. */
18104 /* The GNU C library defines this for functions which it implements
18105 to always fail with ENOSYS. Some functions are actually named
18106 something starting with __ and the normal name is an alias. */
18107 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18110 char (*f) () = $ac_func;
18119 return f != $ac_func;
18124 rm -f conftest.
$ac_objext conftest
$ac_exeext
18125 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18126 (eval $ac_link) 2>&5
18128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18129 (exit $ac_status); } &&
18130 { ac_try
='test -s conftest$ac_exeext'
18131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18132 (eval $ac_try) 2>&5
18134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18135 (exit $ac_status); }; }; then
18136 eval "$as_ac_var=yes"
18138 echo "$as_me: failed program was:" >&5
18139 sed 's/^/| /' conftest.
$ac_ext >&5
18141 eval "$as_ac_var=no"
18143 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18145 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18146 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18147 if test `eval echo '${'$as_ac_var'}'` = yes; then
18148 cat >>confdefs.h
<<_ACEOF
18149 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18159 if test "x$ac_cv_func_regcomp" != "xyes"; then
18160 if test "$wxUSE_REGEX" = "sys" ; then
18161 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
18162 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
18163 { (exit 1); exit 1; }; }
18165 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
18166 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
18167 wxUSE_REGEX
=builtin
18174 if test "$wxUSE_REGEX" = "builtin" ; then
18175 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
18182 if test "$wxUSE_ZLIB" != "no" ; then
18183 cat >>confdefs.h
<<\_ACEOF
18184 #define wxUSE_ZLIB 1
18188 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
18189 if test "$USE_DARWIN" = 1; then
18190 system_zlib_h_ok
="yes"
18192 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
18193 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
18194 if test "${ac_cv_header_zlib_h+set}" = set; then
18195 echo $ECHO_N "(cached) $ECHO_C" >&6
18197 if test "$cross_compiling" = yes; then
18198 unset ac_cv_header_zlib_h
18201 cat >conftest.
$ac_ext <<_ACEOF
18202 #line $LINENO "configure"
18205 cat confdefs.h
>>conftest.
$ac_ext
18206 cat >>conftest.
$ac_ext <<_ACEOF
18207 /* end confdefs.h. */
18214 FILE *f=fopen("conftestval", "w");
18217 ZLIB_VERSION[0] == '1' &&
18218 (ZLIB_VERSION[2] > '1' ||
18219 (ZLIB_VERSION[2] == '1' &&
18220 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
18225 rm -f conftest
$ac_exeext
18226 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18227 (eval $ac_link) 2>&5
18229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18230 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18232 (eval $ac_try) 2>&5
18234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18235 (exit $ac_status); }; }; then
18236 ac_cv_header_zlib_h
=`cat conftestval`
18238 echo "$as_me: program exited with status $ac_status" >&5
18239 echo "$as_me: failed program was:" >&5
18240 sed 's/^/| /' conftest.
$ac_ext >&5
18242 ( exit $ac_status )
18243 ac_cv_header_zlib_h
=no
18245 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18249 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18250 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18251 if test "${ac_cv_header_zlib_h+set}" = set; then
18252 echo "$as_me:$LINENO: checking for zlib.h" >&5
18253 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18254 if test "${ac_cv_header_zlib_h+set}" = set; then
18255 echo $ECHO_N "(cached) $ECHO_C" >&6
18257 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18258 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18260 # Is the header compilable?
18261 echo "$as_me:$LINENO: checking zlib.h usability" >&5
18262 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
18263 cat >conftest.
$ac_ext <<_ACEOF
18264 #line $LINENO "configure"
18267 cat confdefs.h
>>conftest.
$ac_ext
18268 cat >>conftest.
$ac_ext <<_ACEOF
18269 /* end confdefs.h. */
18270 $ac_includes_default
18273 rm -f conftest.
$ac_objext
18274 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18275 (eval $ac_compile) 2>&5
18277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278 (exit $ac_status); } &&
18279 { ac_try
='test -s conftest.$ac_objext'
18280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18281 (eval $ac_try) 2>&5
18283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18284 (exit $ac_status); }; }; then
18285 ac_header_compiler
=yes
18287 echo "$as_me: failed program was:" >&5
18288 sed 's/^/| /' conftest.
$ac_ext >&5
18290 ac_header_compiler
=no
18292 rm -f conftest.
$ac_objext conftest.
$ac_ext
18293 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18294 echo "${ECHO_T}$ac_header_compiler" >&6
18296 # Is the header present?
18297 echo "$as_me:$LINENO: checking zlib.h presence" >&5
18298 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
18299 cat >conftest.
$ac_ext <<_ACEOF
18300 #line $LINENO "configure"
18303 cat confdefs.h
>>conftest.
$ac_ext
18304 cat >>conftest.
$ac_ext <<_ACEOF
18305 /* end confdefs.h. */
18308 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18309 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18311 grep -v '^ *+' conftest.er1
>conftest.err
18313 cat conftest.err
>&5
18314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18315 (exit $ac_status); } >/dev
/null
; then
18316 if test -s conftest.err
; then
18317 ac_cpp_err
=$ac_c_preproc_warn_flag
18324 if test -z "$ac_cpp_err"; then
18325 ac_header_preproc
=yes
18327 echo "$as_me: failed program was:" >&5
18328 sed 's/^/| /' conftest.
$ac_ext >&5
18330 ac_header_preproc
=no
18332 rm -f conftest.err conftest.
$ac_ext
18333 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18334 echo "${ECHO_T}$ac_header_preproc" >&6
18336 # So? What about this header?
18337 case $ac_header_compiler:$ac_header_preproc in
18339 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
18340 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18341 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18342 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18345 ## ------------------------------------ ##
18346 ## Report this to bug-autoconf@gnu.org. ##
18347 ## ------------------------------------ ##
18350 sed "s/^/$as_me: WARNING: /" >&2
18353 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
18354 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
18355 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
18356 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
18357 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18358 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18361 ## ------------------------------------ ##
18362 ## Report this to bug-autoconf@gnu.org. ##
18363 ## ------------------------------------ ##
18366 sed "s/^/$as_me: WARNING: /" >&2
18369 echo "$as_me:$LINENO: checking for zlib.h" >&5
18370 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18371 if test "${ac_cv_header_zlib_h+set}" = set; then
18372 echo $ECHO_N "(cached) $ECHO_C" >&6
18374 ac_cv_header_zlib_h
=$ac_header_preproc
18376 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18377 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18383 system_zlib_h_ok
=$ac_cv_header_zlib_h
18386 if test "$system_zlib_h_ok" = "yes"; then
18387 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
18388 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
18389 if test "${ac_cv_lib_z_deflate+set}" = set; then
18390 echo $ECHO_N "(cached) $ECHO_C" >&6
18392 ac_check_lib_save_LIBS
=$LIBS
18394 cat >conftest.
$ac_ext <<_ACEOF
18395 #line $LINENO "configure"
18398 cat confdefs.h
>>conftest.
$ac_ext
18399 cat >>conftest.
$ac_ext <<_ACEOF
18400 /* end confdefs.h. */
18402 /* Override any gcc2 internal prototype to avoid an error. */
18406 /* We use char because int might match the return type of a gcc2
18407 builtin and then its argument prototype would still apply. */
18417 rm -f conftest.
$ac_objext conftest
$ac_exeext
18418 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18419 (eval $ac_link) 2>&5
18421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18422 (exit $ac_status); } &&
18423 { ac_try
='test -s conftest$ac_exeext'
18424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18425 (eval $ac_try) 2>&5
18427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18428 (exit $ac_status); }; }; then
18429 ac_cv_lib_z_deflate
=yes
18431 echo "$as_me: failed program was:" >&5
18432 sed 's/^/| /' conftest.
$ac_ext >&5
18434 ac_cv_lib_z_deflate
=no
18436 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18437 LIBS
=$ac_check_lib_save_LIBS
18439 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
18440 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
18441 if test $ac_cv_lib_z_deflate = yes; then
18447 if test "x$ZLIB_LINK" = "x" ; then
18448 if test "$wxUSE_ZLIB" = "sys" ; then
18449 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
18450 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
18451 { (exit 1); exit 1; }; }
18453 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
18454 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
18462 if test "$wxUSE_ZLIB" = "builtin" ; then
18463 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
18470 if test "$wxUSE_LIBPNG" != "no" ; then
18471 cat >>confdefs.h
<<\_ACEOF
18472 #define wxUSE_LIBPNG 1
18476 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
18477 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
18478 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
18482 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
18483 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
18484 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
18485 wxUSE_LIBPNG
=builtin
18488 if test "$wxUSE_MGL" != 1 ; then
18489 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
18490 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
18491 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
18492 if test "${ac_cv_header_png_h+set}" = set; then
18493 echo $ECHO_N "(cached) $ECHO_C" >&6
18495 if test "$cross_compiling" = yes; then
18496 unset ac_cv_header_png_h
18499 cat >conftest.
$ac_ext <<_ACEOF
18500 #line $LINENO "configure"
18503 cat confdefs.h
>>conftest.
$ac_ext
18504 cat >>conftest.
$ac_ext <<_ACEOF
18505 /* end confdefs.h. */
18512 FILE *f=fopen("conftestval", "w");
18515 PNG_LIBPNG_VER > 90 ? "yes" : "no");
18520 rm -f conftest
$ac_exeext
18521 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18522 (eval $ac_link) 2>&5
18524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18525 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18527 (eval $ac_try) 2>&5
18529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18530 (exit $ac_status); }; }; then
18531 ac_cv_header_png_h
=`cat conftestval`
18533 echo "$as_me: program exited with status $ac_status" >&5
18534 echo "$as_me: failed program was:" >&5
18535 sed 's/^/| /' conftest.
$ac_ext >&5
18537 ( exit $ac_status )
18538 ac_cv_header_png_h
=no
18540 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18544 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18545 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18546 if test "${ac_cv_header_png_h+set}" = set; then
18547 echo "$as_me:$LINENO: checking for png.h" >&5
18548 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18549 if test "${ac_cv_header_png_h+set}" = set; then
18550 echo $ECHO_N "(cached) $ECHO_C" >&6
18552 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18553 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18555 # Is the header compilable?
18556 echo "$as_me:$LINENO: checking png.h usability" >&5
18557 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
18558 cat >conftest.
$ac_ext <<_ACEOF
18559 #line $LINENO "configure"
18562 cat confdefs.h
>>conftest.
$ac_ext
18563 cat >>conftest.
$ac_ext <<_ACEOF
18564 /* end confdefs.h. */
18565 $ac_includes_default
18568 rm -f conftest.
$ac_objext
18569 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18570 (eval $ac_compile) 2>&5
18572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18573 (exit $ac_status); } &&
18574 { ac_try
='test -s conftest.$ac_objext'
18575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18576 (eval $ac_try) 2>&5
18578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18579 (exit $ac_status); }; }; then
18580 ac_header_compiler
=yes
18582 echo "$as_me: failed program was:" >&5
18583 sed 's/^/| /' conftest.
$ac_ext >&5
18585 ac_header_compiler
=no
18587 rm -f conftest.
$ac_objext conftest.
$ac_ext
18588 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18589 echo "${ECHO_T}$ac_header_compiler" >&6
18591 # Is the header present?
18592 echo "$as_me:$LINENO: checking png.h presence" >&5
18593 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
18594 cat >conftest.
$ac_ext <<_ACEOF
18595 #line $LINENO "configure"
18598 cat confdefs.h
>>conftest.
$ac_ext
18599 cat >>conftest.
$ac_ext <<_ACEOF
18600 /* end confdefs.h. */
18603 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18604 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18606 grep -v '^ *+' conftest.er1
>conftest.err
18608 cat conftest.err
>&5
18609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18610 (exit $ac_status); } >/dev
/null
; then
18611 if test -s conftest.err
; then
18612 ac_cpp_err
=$ac_c_preproc_warn_flag
18619 if test -z "$ac_cpp_err"; then
18620 ac_header_preproc
=yes
18622 echo "$as_me: failed program was:" >&5
18623 sed 's/^/| /' conftest.
$ac_ext >&5
18625 ac_header_preproc
=no
18627 rm -f conftest.err conftest.
$ac_ext
18628 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18629 echo "${ECHO_T}$ac_header_preproc" >&6
18631 # So? What about this header?
18632 case $ac_header_compiler:$ac_header_preproc in
18634 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
18635 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18636 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18637 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18640 ## ------------------------------------ ##
18641 ## Report this to bug-autoconf@gnu.org. ##
18642 ## ------------------------------------ ##
18645 sed "s/^/$as_me: WARNING: /" >&2
18648 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
18649 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
18650 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
18651 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
18652 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18653 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18656 ## ------------------------------------ ##
18657 ## Report this to bug-autoconf@gnu.org. ##
18658 ## ------------------------------------ ##
18661 sed "s/^/$as_me: WARNING: /" >&2
18664 echo "$as_me:$LINENO: checking for png.h" >&5
18665 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18666 if test "${ac_cv_header_png_h+set}" = set; then
18667 echo $ECHO_N "(cached) $ECHO_C" >&6
18669 ac_cv_header_png_h
=$ac_header_preproc
18671 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18672 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18678 if test "$ac_cv_header_png_h" = "yes"; then
18679 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
18680 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
18681 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
18682 echo $ECHO_N "(cached) $ECHO_C" >&6
18684 ac_check_lib_save_LIBS
=$LIBS
18685 LIBS
="-lpng -lz -lm $LIBS"
18686 cat >conftest.
$ac_ext <<_ACEOF
18687 #line $LINENO "configure"
18690 cat confdefs.h
>>conftest.
$ac_ext
18691 cat >>conftest.
$ac_ext <<_ACEOF
18692 /* end confdefs.h. */
18694 /* Override any gcc2 internal prototype to avoid an error. */
18698 /* We use char because int might match the return type of a gcc2
18699 builtin and then its argument prototype would still apply. */
18700 char png_check_sig ();
18709 rm -f conftest.
$ac_objext conftest
$ac_exeext
18710 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18711 (eval $ac_link) 2>&5
18713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18714 (exit $ac_status); } &&
18715 { ac_try
='test -s conftest$ac_exeext'
18716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18717 (eval $ac_try) 2>&5
18719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18720 (exit $ac_status); }; }; then
18721 ac_cv_lib_png_png_check_sig
=yes
18723 echo "$as_me: failed program was:" >&5
18724 sed 's/^/| /' conftest.
$ac_ext >&5
18726 ac_cv_lib_png_png_check_sig
=no
18728 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18729 LIBS
=$ac_check_lib_save_LIBS
18731 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
18732 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
18733 if test $ac_cv_lib_png_png_check_sig = yes; then
18739 if test "x$PNG_LINK" = "x" ; then
18740 if test "$wxUSE_LIBPNG" = "sys" ; then
18741 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
18742 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
18743 { (exit 1); exit 1; }; }
18745 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
18746 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
18747 wxUSE_LIBPNG
=builtin
18755 if test "$wxUSE_LIBPNG" = "builtin" ; then
18756 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
18759 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
18765 if test "$wxUSE_LIBJPEG" != "no" ; then
18766 cat >>confdefs.h
<<\_ACEOF
18767 #define wxUSE_LIBJPEG 1
18771 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
18772 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
18773 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
18777 if test "$wxUSE_MGL" != 1 ; then
18778 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
18779 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
18780 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
18781 if test "${ac_cv_header_jpeglib_h+set}" = set; then
18782 echo $ECHO_N "(cached) $ECHO_C" >&6
18784 cat >conftest.
$ac_ext <<_ACEOF
18785 #line $LINENO "configure"
18788 cat confdefs.h
>>conftest.
$ac_ext
18789 cat >>conftest.
$ac_ext <<_ACEOF
18790 /* end confdefs.h. */
18792 #undef HAVE_STDLIB_H
18794 #include <jpeglib.h>
18805 rm -f conftest.
$ac_objext
18806 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18807 (eval $ac_compile) 2>&5
18809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18810 (exit $ac_status); } &&
18811 { ac_try
='test -s conftest.$ac_objext'
18812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18813 (eval $ac_try) 2>&5
18815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18816 (exit $ac_status); }; }; then
18817 ac_cv_header_jpeglib_h
=yes
18819 echo "$as_me: failed program was:" >&5
18820 sed 's/^/| /' conftest.
$ac_ext >&5
18822 ac_cv_header_jpeglib_h
=no
18825 rm -f conftest.
$ac_objext conftest.
$ac_ext
18829 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
18830 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
18832 if test "$ac_cv_header_jpeglib_h" = "yes"; then
18833 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
18834 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
18835 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
18836 echo $ECHO_N "(cached) $ECHO_C" >&6
18838 ac_check_lib_save_LIBS
=$LIBS
18839 LIBS
="-ljpeg $LIBS"
18840 cat >conftest.
$ac_ext <<_ACEOF
18841 #line $LINENO "configure"
18844 cat confdefs.h
>>conftest.
$ac_ext
18845 cat >>conftest.
$ac_ext <<_ACEOF
18846 /* end confdefs.h. */
18848 /* Override any gcc2 internal prototype to avoid an error. */
18852 /* We use char because int might match the return type of a gcc2
18853 builtin and then its argument prototype would still apply. */
18854 char jpeg_read_header ();
18858 jpeg_read_header ();
18863 rm -f conftest.
$ac_objext conftest
$ac_exeext
18864 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18865 (eval $ac_link) 2>&5
18867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18868 (exit $ac_status); } &&
18869 { ac_try
='test -s conftest$ac_exeext'
18870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18871 (eval $ac_try) 2>&5
18873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18874 (exit $ac_status); }; }; then
18875 ac_cv_lib_jpeg_jpeg_read_header
=yes
18877 echo "$as_me: failed program was:" >&5
18878 sed 's/^/| /' conftest.
$ac_ext >&5
18880 ac_cv_lib_jpeg_jpeg_read_header
=no
18882 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18883 LIBS
=$ac_check_lib_save_LIBS
18885 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
18886 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
18887 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
18888 JPEG_LINK
=" -ljpeg"
18893 if test "x$JPEG_LINK" = "x" ; then
18894 if test "$wxUSE_LIBJPEG" = "sys" ; then
18895 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
18896 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
18897 { (exit 1); exit 1; }; }
18899 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
18900 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
18901 wxUSE_LIBJPEG
=builtin
18909 if test "$wxUSE_LIBJPEG" = "builtin" ; then
18910 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
18917 TIFF_PREREQ_LINKS
=-lm
18918 if test "$wxUSE_LIBTIFF" != "no" ; then
18919 cat >>confdefs.h
<<\_ACEOF
18920 #define wxUSE_LIBTIFF 1
18924 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
18925 if test "$wxUSE_LIBJPEG" = "sys"; then
18926 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
18928 if test "$wxUSE_ZLIB" = "sys"; then
18929 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
18931 if test "${ac_cv_header_tiffio_h+set}" = set; then
18932 echo "$as_me:$LINENO: checking for tiffio.h" >&5
18933 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
18934 if test "${ac_cv_header_tiffio_h+set}" = set; then
18935 echo $ECHO_N "(cached) $ECHO_C" >&6
18937 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
18938 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
18940 # Is the header compilable?
18941 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
18942 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
18943 cat >conftest.
$ac_ext <<_ACEOF
18944 #line $LINENO "configure"
18947 cat confdefs.h
>>conftest.
$ac_ext
18948 cat >>conftest.
$ac_ext <<_ACEOF
18949 /* end confdefs.h. */
18950 $ac_includes_default
18951 #include <tiffio.h>
18953 rm -f conftest.
$ac_objext
18954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18955 (eval $ac_compile) 2>&5
18957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18958 (exit $ac_status); } &&
18959 { ac_try
='test -s conftest.$ac_objext'
18960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18961 (eval $ac_try) 2>&5
18963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18964 (exit $ac_status); }; }; then
18965 ac_header_compiler
=yes
18967 echo "$as_me: failed program was:" >&5
18968 sed 's/^/| /' conftest.
$ac_ext >&5
18970 ac_header_compiler
=no
18972 rm -f conftest.
$ac_objext conftest.
$ac_ext
18973 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18974 echo "${ECHO_T}$ac_header_compiler" >&6
18976 # Is the header present?
18977 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
18978 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
18979 cat >conftest.
$ac_ext <<_ACEOF
18980 #line $LINENO "configure"
18983 cat confdefs.h
>>conftest.
$ac_ext
18984 cat >>conftest.
$ac_ext <<_ACEOF
18985 /* end confdefs.h. */
18986 #include <tiffio.h>
18988 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18989 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18991 grep -v '^ *+' conftest.er1
>conftest.err
18993 cat conftest.err
>&5
18994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18995 (exit $ac_status); } >/dev
/null
; then
18996 if test -s conftest.err
; then
18997 ac_cpp_err
=$ac_c_preproc_warn_flag
19004 if test -z "$ac_cpp_err"; then
19005 ac_header_preproc
=yes
19007 echo "$as_me: failed program was:" >&5
19008 sed 's/^/| /' conftest.
$ac_ext >&5
19010 ac_header_preproc
=no
19012 rm -f conftest.err conftest.
$ac_ext
19013 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19014 echo "${ECHO_T}$ac_header_preproc" >&6
19016 # So? What about this header?
19017 case $ac_header_compiler:$ac_header_preproc in
19019 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
19020 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19021 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
19022 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
19025 ## ------------------------------------ ##
19026 ## Report this to bug-autoconf@gnu.org. ##
19027 ## ------------------------------------ ##
19030 sed "s/^/$as_me: WARNING: /" >&2
19033 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
19034 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
19035 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
19036 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
19037 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
19038 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
19041 ## ------------------------------------ ##
19042 ## Report this to bug-autoconf@gnu.org. ##
19043 ## ------------------------------------ ##
19046 sed "s/^/$as_me: WARNING: /" >&2
19049 echo "$as_me:$LINENO: checking for tiffio.h" >&5
19050 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
19051 if test "${ac_cv_header_tiffio_h+set}" = set; then
19052 echo $ECHO_N "(cached) $ECHO_C" >&6
19054 ac_cv_header_tiffio_h
=$ac_header_preproc
19056 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
19057 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
19060 if test $ac_cv_header_tiffio_h = yes; then
19062 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
19063 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
19064 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
19065 echo $ECHO_N "(cached) $ECHO_C" >&6
19067 ac_check_lib_save_LIBS
=$LIBS
19068 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
19069 cat >conftest.
$ac_ext <<_ACEOF
19070 #line $LINENO "configure"
19073 cat confdefs.h
>>conftest.
$ac_ext
19074 cat >>conftest.
$ac_ext <<_ACEOF
19075 /* end confdefs.h. */
19077 /* Override any gcc2 internal prototype to avoid an error. */
19081 /* We use char because int might match the return type of a gcc2
19082 builtin and then its argument prototype would still apply. */
19092 rm -f conftest.
$ac_objext conftest
$ac_exeext
19093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19094 (eval $ac_link) 2>&5
19096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19097 (exit $ac_status); } &&
19098 { ac_try
='test -s conftest$ac_exeext'
19099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19100 (eval $ac_try) 2>&5
19102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19103 (exit $ac_status); }; }; then
19104 ac_cv_lib_tiff_TIFFError
=yes
19106 echo "$as_me: failed program was:" >&5
19107 sed 's/^/| /' conftest.
$ac_ext >&5
19109 ac_cv_lib_tiff_TIFFError
=no
19111 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
19112 LIBS
=$ac_check_lib_save_LIBS
19114 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
19115 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
19116 if test $ac_cv_lib_tiff_TIFFError = yes; then
19117 TIFF_LINK
=" -ltiff"
19126 if test "x$TIFF_LINK" = "x" ; then
19127 if test "$wxUSE_LIBTIFF" = "sys" ; then
19128 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
19129 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
19130 { (exit 1); exit 1; }; }
19132 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
19133 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
19134 wxUSE_LIBTIFF
=builtin
19141 if test "$wxUSE_LIBTIFF" = "builtin" ; then
19142 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
19147 if test "$wxUSE_EXPAT" != "no"; then
19149 cat >>confdefs.h
<<\_ACEOF
19150 #define wxUSE_EXPAT 1
19153 cat >>confdefs.h
<<\_ACEOF
19154 #define wxUSE_XML 1
19158 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
19159 if test "${ac_cv_header_expat_h+set}" = set; then
19160 echo "$as_me:$LINENO: checking for expat.h" >&5
19161 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19162 if test "${ac_cv_header_expat_h+set}" = set; then
19163 echo $ECHO_N "(cached) $ECHO_C" >&6
19165 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19166 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19168 # Is the header compilable?
19169 echo "$as_me:$LINENO: checking expat.h usability" >&5
19170 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
19171 cat >conftest.
$ac_ext <<_ACEOF
19172 #line $LINENO "configure"
19175 cat confdefs.h
>>conftest.
$ac_ext
19176 cat >>conftest.
$ac_ext <<_ACEOF
19177 /* end confdefs.h. */
19178 $ac_includes_default
19181 rm -f conftest.
$ac_objext
19182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19183 (eval $ac_compile) 2>&5
19185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19186 (exit $ac_status); } &&
19187 { ac_try
='test -s conftest.$ac_objext'
19188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19189 (eval $ac_try) 2>&5
19191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19192 (exit $ac_status); }; }; then
19193 ac_header_compiler
=yes
19195 echo "$as_me: failed program was:" >&5
19196 sed 's/^/| /' conftest.
$ac_ext >&5
19198 ac_header_compiler
=no
19200 rm -f conftest.
$ac_objext conftest.
$ac_ext
19201 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19202 echo "${ECHO_T}$ac_header_compiler" >&6
19204 # Is the header present?
19205 echo "$as_me:$LINENO: checking expat.h presence" >&5
19206 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
19207 cat >conftest.
$ac_ext <<_ACEOF
19208 #line $LINENO "configure"
19211 cat confdefs.h
>>conftest.
$ac_ext
19212 cat >>conftest.
$ac_ext <<_ACEOF
19213 /* end confdefs.h. */
19216 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19217 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19219 grep -v '^ *+' conftest.er1
>conftest.err
19221 cat conftest.err
>&5
19222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19223 (exit $ac_status); } >/dev
/null
; then
19224 if test -s conftest.err
; then
19225 ac_cpp_err
=$ac_c_preproc_warn_flag
19232 if test -z "$ac_cpp_err"; then
19233 ac_header_preproc
=yes
19235 echo "$as_me: failed program was:" >&5
19236 sed 's/^/| /' conftest.
$ac_ext >&5
19238 ac_header_preproc
=no
19240 rm -f conftest.err conftest.
$ac_ext
19241 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19242 echo "${ECHO_T}$ac_header_preproc" >&6
19244 # So? What about this header?
19245 case $ac_header_compiler:$ac_header_preproc in
19247 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
19248 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19249 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19250 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19253 ## ------------------------------------ ##
19254 ## Report this to bug-autoconf@gnu.org. ##
19255 ## ------------------------------------ ##
19258 sed "s/^/$as_me: WARNING: /" >&2
19261 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
19262 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
19263 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
19264 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
19265 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19266 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19269 ## ------------------------------------ ##
19270 ## Report this to bug-autoconf@gnu.org. ##
19271 ## ------------------------------------ ##
19274 sed "s/^/$as_me: WARNING: /" >&2
19277 echo "$as_me:$LINENO: checking for expat.h" >&5
19278 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19279 if test "${ac_cv_header_expat_h+set}" = set; then
19280 echo $ECHO_N "(cached) $ECHO_C" >&6
19282 ac_cv_header_expat_h
=$ac_header_preproc
19284 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19285 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19288 if test $ac_cv_header_expat_h = yes; then
19293 if test "x$found_expat_h" = "x1"; then
19294 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
19295 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
19296 if test "${wx_cv_expat_is_not_broken+set}" = set; then
19297 echo $ECHO_N "(cached) $ECHO_C" >&6
19303 ac_cpp
='$CXXCPP $CPPFLAGS'
19304 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19305 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19306 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19308 cat >conftest.
$ac_ext <<_ACEOF
19309 #line $LINENO "configure"
19312 cat confdefs.h
>>conftest.
$ac_ext
19313 cat >>conftest.
$ac_ext <<_ACEOF
19314 /* end confdefs.h. */
19324 rm -f conftest.
$ac_objext
19325 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19326 (eval $ac_compile) 2>&5
19328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); } &&
19330 { ac_try
='test -s conftest.$ac_objext'
19331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19332 (eval $ac_try) 2>&5
19334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); }; }; then
19336 wx_cv_expat_is_not_broken
=yes
19338 echo "$as_me: failed program was:" >&5
19339 sed 's/^/| /' conftest.
$ac_ext >&5
19341 wx_cv_expat_is_not_broken
=no
19344 rm -f conftest.
$ac_objext conftest.
$ac_ext
19346 ac_cpp
='$CPP $CPPFLAGS'
19347 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19348 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19349 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19354 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
19355 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
19356 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
19357 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
19358 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
19359 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
19360 echo $ECHO_N "(cached) $ECHO_C" >&6
19362 ac_check_lib_save_LIBS
=$LIBS
19363 LIBS
="-lexpat $LIBS"
19364 cat >conftest.
$ac_ext <<_ACEOF
19365 #line $LINENO "configure"
19368 cat confdefs.h
>>conftest.
$ac_ext
19369 cat >>conftest.
$ac_ext <<_ACEOF
19370 /* end confdefs.h. */
19372 /* Override any gcc2 internal prototype to avoid an error. */
19376 /* We use char because int might match the return type of a gcc2
19377 builtin and then its argument prototype would still apply. */
19378 char XML_ParserCreate ();
19382 XML_ParserCreate ();
19387 rm -f conftest.
$ac_objext conftest
$ac_exeext
19388 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19389 (eval $ac_link) 2>&5
19391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); } &&
19393 { ac_try
='test -s conftest$ac_exeext'
19394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19395 (eval $ac_try) 2>&5
19397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19398 (exit $ac_status); }; }; then
19399 ac_cv_lib_expat_XML_ParserCreate
=yes
19401 echo "$as_me: failed program was:" >&5
19402 sed 's/^/| /' conftest.
$ac_ext >&5
19404 ac_cv_lib_expat_XML_ParserCreate
=no
19406 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
19407 LIBS
=$ac_check_lib_save_LIBS
19409 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
19410 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
19411 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
19412 EXPAT_LINK
=" -lexpat"
19417 if test "x$EXPAT_LINK" = "x" ; then
19418 if test "$wxUSE_EXPAT" = "sys" ; then
19419 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
19420 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
19421 { (exit 1); exit 1; }; }
19423 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
19424 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
19425 wxUSE_EXPAT
=builtin
19431 if test "$wxUSE_EXPAT" = "builtin" ; then
19434 subdirs
="$subdirs src/expat"
19448 if test "$USE_WIN32" = 1 ; then
19450 for ac_header
in w32api.h
19452 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19453 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19454 echo "$as_me:$LINENO: checking for $ac_header" >&5
19455 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19456 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19457 echo $ECHO_N "(cached) $ECHO_C" >&6
19459 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19460 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19462 # Is the header compilable?
19463 echo "$as_me:$LINENO: checking $ac_header usability" >&5
19464 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19465 cat >conftest.
$ac_ext <<_ACEOF
19466 #line $LINENO "configure"
19469 cat confdefs.h
>>conftest.
$ac_ext
19470 cat >>conftest.
$ac_ext <<_ACEOF
19471 /* end confdefs.h. */
19472 $ac_includes_default
19473 #include <$ac_header>
19475 rm -f conftest.
$ac_objext
19476 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19477 (eval $ac_compile) 2>&5
19479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19480 (exit $ac_status); } &&
19481 { ac_try
='test -s conftest.$ac_objext'
19482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19483 (eval $ac_try) 2>&5
19485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19486 (exit $ac_status); }; }; then
19487 ac_header_compiler
=yes
19489 echo "$as_me: failed program was:" >&5
19490 sed 's/^/| /' conftest.
$ac_ext >&5
19492 ac_header_compiler
=no
19494 rm -f conftest.
$ac_objext conftest.
$ac_ext
19495 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19496 echo "${ECHO_T}$ac_header_compiler" >&6
19498 # Is the header present?
19499 echo "$as_me:$LINENO: checking $ac_header presence" >&5
19500 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19501 cat >conftest.
$ac_ext <<_ACEOF
19502 #line $LINENO "configure"
19505 cat confdefs.h
>>conftest.
$ac_ext
19506 cat >>conftest.
$ac_ext <<_ACEOF
19507 /* end confdefs.h. */
19508 #include <$ac_header>
19510 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19511 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19513 grep -v '^ *+' conftest.er1
>conftest.err
19515 cat conftest.err
>&5
19516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19517 (exit $ac_status); } >/dev
/null
; then
19518 if test -s conftest.err
; then
19519 ac_cpp_err
=$ac_c_preproc_warn_flag
19526 if test -z "$ac_cpp_err"; then
19527 ac_header_preproc
=yes
19529 echo "$as_me: failed program was:" >&5
19530 sed 's/^/| /' conftest.
$ac_ext >&5
19532 ac_header_preproc
=no
19534 rm -f conftest.err conftest.
$ac_ext
19535 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19536 echo "${ECHO_T}$ac_header_preproc" >&6
19538 # So? What about this header?
19539 case $ac_header_compiler:$ac_header_preproc in
19541 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19542 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19543 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19544 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19547 ## ------------------------------------ ##
19548 ## Report this to bug-autoconf@gnu.org. ##
19549 ## ------------------------------------ ##
19552 sed "s/^/$as_me: WARNING: /" >&2
19555 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19556 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19557 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19558 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19559 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19560 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19563 ## ------------------------------------ ##
19564 ## Report this to bug-autoconf@gnu.org. ##
19565 ## ------------------------------------ ##
19568 sed "s/^/$as_me: WARNING: /" >&2
19571 echo "$as_me:$LINENO: checking for $ac_header" >&5
19572 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19573 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19574 echo $ECHO_N "(cached) $ECHO_C" >&6
19576 eval "$as_ac_Header=$ac_header_preproc"
19578 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19579 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19582 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19583 cat >>confdefs.h
<<_ACEOF
19584 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19591 if test "${ac_cv_header_windows_h+set}" = set; then
19592 echo "$as_me:$LINENO: checking for windows.h" >&5
19593 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19594 if test "${ac_cv_header_windows_h+set}" = set; then
19595 echo $ECHO_N "(cached) $ECHO_C" >&6
19597 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19598 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19600 # Is the header compilable?
19601 echo "$as_me:$LINENO: checking windows.h usability" >&5
19602 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
19603 cat >conftest.
$ac_ext <<_ACEOF
19604 #line $LINENO "configure"
19607 cat confdefs.h
>>conftest.
$ac_ext
19608 cat >>conftest.
$ac_ext <<_ACEOF
19609 /* end confdefs.h. */
19610 $ac_includes_default
19611 #include <windows.h>
19613 rm -f conftest.
$ac_objext
19614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19615 (eval $ac_compile) 2>&5
19617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19618 (exit $ac_status); } &&
19619 { ac_try
='test -s conftest.$ac_objext'
19620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19621 (eval $ac_try) 2>&5
19623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19624 (exit $ac_status); }; }; then
19625 ac_header_compiler
=yes
19627 echo "$as_me: failed program was:" >&5
19628 sed 's/^/| /' conftest.
$ac_ext >&5
19630 ac_header_compiler
=no
19632 rm -f conftest.
$ac_objext conftest.
$ac_ext
19633 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19634 echo "${ECHO_T}$ac_header_compiler" >&6
19636 # Is the header present?
19637 echo "$as_me:$LINENO: checking windows.h presence" >&5
19638 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
19639 cat >conftest.
$ac_ext <<_ACEOF
19640 #line $LINENO "configure"
19643 cat confdefs.h
>>conftest.
$ac_ext
19644 cat >>conftest.
$ac_ext <<_ACEOF
19645 /* end confdefs.h. */
19646 #include <windows.h>
19648 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19649 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19651 grep -v '^ *+' conftest.er1
>conftest.err
19653 cat conftest.err
>&5
19654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19655 (exit $ac_status); } >/dev
/null
; then
19656 if test -s conftest.err
; then
19657 ac_cpp_err
=$ac_c_preproc_warn_flag
19664 if test -z "$ac_cpp_err"; then
19665 ac_header_preproc
=yes
19667 echo "$as_me: failed program was:" >&5
19668 sed 's/^/| /' conftest.
$ac_ext >&5
19670 ac_header_preproc
=no
19672 rm -f conftest.err conftest.
$ac_ext
19673 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19674 echo "${ECHO_T}$ac_header_preproc" >&6
19676 # So? What about this header?
19677 case $ac_header_compiler:$ac_header_preproc in
19679 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
19680 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19681 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19682 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19685 ## ------------------------------------ ##
19686 ## Report this to bug-autoconf@gnu.org. ##
19687 ## ------------------------------------ ##
19690 sed "s/^/$as_me: WARNING: /" >&2
19693 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
19694 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
19695 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
19696 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
19697 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19698 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19701 ## ------------------------------------ ##
19702 ## Report this to bug-autoconf@gnu.org. ##
19703 ## ------------------------------------ ##
19706 sed "s/^/$as_me: WARNING: /" >&2
19709 echo "$as_me:$LINENO: checking for windows.h" >&5
19710 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19711 if test "${ac_cv_header_windows_h+set}" = set; then
19712 echo $ECHO_N "(cached) $ECHO_C" >&6
19714 ac_cv_header_windows_h
=$ac_header_preproc
19716 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19717 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19720 if test $ac_cv_header_windows_h = yes; then
19724 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
19725 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
19726 { (exit 1); exit 1; }; }
19732 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
19734 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
19735 LIBS
="$LIBS -loleacc"
19740 LIBS
="$LIBS -lkernel32 -luser32"
19741 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
19744 if test "$wxUSE_ODBC" = "sys" ; then
19747 if test "$wxUSE_ODBC" = "yes" ; then
19748 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
19749 cat >>confdefs.h
<<\_ACEOF
19750 #define wxUSE_ODBC 1
19755 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
19756 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
19758 WIN32INSTALL
=win32install
19761 if test "$wxUSE_GUI" = "yes"; then
19770 if test "$wxUSE_MSW" = 1 ; then
19776 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
19780 if test "$wxUSE_GTK" = 1; then
19781 echo "$as_me:$LINENO: checking for GTK+ version" >&5
19782 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
19784 gtk_version_cached
=1
19785 if test "${wx_cv_lib_gtk+set}" = set; then
19786 echo $ECHO_N "(cached) $ECHO_C" >&6
19789 gtk_version_cached
=0
19790 echo "$as_me:$LINENO: result: " >&5
19791 echo "${ECHO_T}" >&6
19794 if test "$wxUSE_THREADS" = "yes"; then
19795 GTK_MODULES
=gthread
19799 if test "x$wxUSE_GTK2" = "xyes"; then
19800 # Check whether --enable-gtktest or --disable-gtktest was given.
19801 if test "${enable_gtktest+set}" = set; then
19802 enableval
="$enable_gtktest"
19808 pkg_config_args
=gtk
+-2.0
19809 for module
in .
$GTK_MODULES
19813 pkg_config_args
="$pkg_config_args gthread-2.0"
19820 # Extract the first word of "pkg-config", so it can be a program name with args.
19821 set dummy pkg
-config; ac_word
=$2
19822 echo "$as_me:$LINENO: checking for $ac_word" >&5
19823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19824 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
19825 echo $ECHO_N "(cached) $ECHO_C" >&6
19827 case $PKG_CONFIG in
19829 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
19832 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
19833 for as_dir
in $PATH
19836 test -z "$as_dir" && as_dir
=.
19837 for ac_exec_ext
in '' $ac_executable_extensions; do
19838 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19839 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
19840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19846 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
19850 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
19852 if test -n "$PKG_CONFIG"; then
19853 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
19854 echo "${ECHO_T}$PKG_CONFIG" >&6
19856 echo "$as_me:$LINENO: result: no" >&5
19857 echo "${ECHO_T}no" >&6
19861 if test x
$PKG_CONFIG != xno
; then
19862 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
19865 echo *** pkg
-config too old
; version
0.7 or better required.
19873 min_gtk_version
=2.0.0
19874 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
19875 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
19877 if test x
$PKG_CONFIG != xno
; then
19878 ## don't try to run the test against uninstalled libtool libs
19879 if $PKG_CONFIG --uninstalled $pkg_config_args; then
19880 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
19884 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
19891 if test x
"$no_gtk" = x
; then
19892 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
19893 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
19894 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19895 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
19896 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19897 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
19898 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19899 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
19900 if test "x$enable_gtktest" = "xyes" ; then
19901 ac_save_CFLAGS
="$CFLAGS"
19902 ac_save_LIBS
="$LIBS"
19903 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19904 LIBS
="$GTK_LIBS $LIBS"
19906 if test "$cross_compiling" = yes; then
19907 echo $ac_n "cross compiling; assumed OK... $ac_c"
19909 cat >conftest.
$ac_ext <<_ACEOF
19910 #line $LINENO "configure"
19913 cat confdefs.h
>>conftest.
$ac_ext
19914 cat >>conftest.
$ac_ext <<_ACEOF
19915 /* end confdefs.h. */
19917 #include <gtk/gtk.h>
19919 #include <stdlib.h>
19924 int major, minor, micro;
19927 system ("touch conf.gtktest");
19929 /* HP/UX 9 (%@#!) writes to sscanf strings */
19930 tmp_version = g_strdup("$min_gtk_version");
19931 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
19932 printf("%s, bad version string\n", "$min_gtk_version");
19936 if ((gtk_major_version != $gtk_config_major_version) ||
19937 (gtk_minor_version != $gtk_config_minor_version) ||
19938 (gtk_micro_version != $gtk_config_micro_version))
19940 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
19941 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
19942 gtk_major_version, gtk_minor_version, gtk_micro_version);
19943 printf ("*** was found! If pkg-config was correct, then it is best\n");
19944 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
19945 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
19946 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
19947 printf("*** required on your system.\n");
19948 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
19949 printf("*** to point to the correct configuration files\n");
19951 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
19952 (gtk_minor_version != GTK_MINOR_VERSION) ||
19953 (gtk_micro_version != GTK_MICRO_VERSION))
19955 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
19956 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
19957 printf("*** library (version %d.%d.%d)\n",
19958 gtk_major_version, gtk_minor_version, gtk_micro_version);
19962 if ((gtk_major_version > major) ||
19963 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
19964 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
19970 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
19971 gtk_major_version, gtk_minor_version, gtk_micro_version);
19972 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
19973 major, minor, micro);
19974 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
19976 printf("*** If you have already installed a sufficiently new version, this error\n");
19977 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
19978 printf("*** being found. The easiest way to fix this is to remove the old version\n");
19979 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
19980 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
19981 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
19982 printf("*** so that the correct libraries are found at run-time))\n");
19989 rm -f conftest
$ac_exeext
19990 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19991 (eval $ac_link) 2>&5
19993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19994 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
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); }; }; then
20002 echo "$as_me: program exited with status $ac_status" >&5
20003 echo "$as_me: failed program was:" >&5
20004 sed 's/^/| /' conftest.
$ac_ext >&5
20006 ( exit $ac_status )
20009 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20011 CFLAGS
="$ac_save_CFLAGS"
20012 LIBS
="$ac_save_LIBS"
20015 if test "x$no_gtk" = x
; then
20016 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
20017 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
20020 echo "$as_me:$LINENO: result: no" >&5
20021 echo "${ECHO_T}no" >&6
20022 if test "$PKG_CONFIG" = "no" ; then
20023 echo "*** A new enough version of pkg-config was not found."
20024 echo "*** See http://pkgconfig.sourceforge.net"
20026 if test -f conf.gtktest
; then
20029 echo "*** Could not run GTK+ test program, checking why..."
20030 ac_save_CFLAGS
="$CFLAGS"
20031 ac_save_LIBS
="$LIBS"
20032 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20033 LIBS
="$LIBS $GTK_LIBS"
20034 cat >conftest.
$ac_ext <<_ACEOF
20035 #line $LINENO "configure"
20038 cat confdefs.h
>>conftest.
$ac_ext
20039 cat >>conftest.
$ac_ext <<_ACEOF
20040 /* end confdefs.h. */
20042 #include <gtk/gtk.h>
20048 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20053 rm -f conftest.
$ac_objext conftest
$ac_exeext
20054 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20055 (eval $ac_link) 2>&5
20057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20058 (exit $ac_status); } &&
20059 { ac_try
='test -s conftest$ac_exeext'
20060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20061 (eval $ac_try) 2>&5
20063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20064 (exit $ac_status); }; }; then
20065 echo "*** The test program compiled, but did not run. This usually means"
20066 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
20067 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
20068 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20069 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20070 echo "*** is required on your system"
20072 echo "*** If you have an old version installed, it is best to remove it, although"
20073 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20075 echo "$as_me: failed program was:" >&5
20076 sed 's/^/| /' conftest.
$ac_ext >&5
20078 echo "*** The test program failed to compile or link. See the file config.log for the"
20079 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
20081 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20082 CFLAGS
="$ac_save_CFLAGS"
20083 LIBS
="$ac_save_LIBS"
20096 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
20097 if test "${with_gtk_prefix+set}" = set; then
20098 withval
="$with_gtk_prefix"
20099 gtk_config_prefix
="$withval"
20101 gtk_config_prefix
=""
20104 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20105 if test "${with_gtk_exec_prefix+set}" = set; then
20106 withval
="$with_gtk_exec_prefix"
20107 gtk_config_exec_prefix
="$withval"
20109 gtk_config_exec_prefix
=""
20111 # Check whether --enable-gtktest or --disable-gtktest was given.
20112 if test "${enable_gtktest+set}" = set; then
20113 enableval
="$enable_gtktest"
20119 for module
in .
$GTK_MODULES
20123 gtk_config_args
="$gtk_config_args gthread"
20128 if test x
$gtk_config_exec_prefix != x
; then
20129 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20130 if test x
${GTK_CONFIG+set} != xset
; then
20131 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
20134 if test x
$gtk_config_prefix != x
; then
20135 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
20136 if test x
${GTK_CONFIG+set} != xset
; then
20137 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
20141 # Extract the first word of "gtk-config", so it can be a program name with args.
20142 set dummy gtk
-config; ac_word
=$2
20143 echo "$as_me:$LINENO: checking for $ac_word" >&5
20144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20145 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20146 echo $ECHO_N "(cached) $ECHO_C" >&6
20148 case $GTK_CONFIG in
20150 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
20153 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20154 for as_dir
in $PATH
20157 test -z "$as_dir" && as_dir
=.
20158 for ac_exec_ext
in '' $ac_executable_extensions; do
20159 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20160 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20161 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20167 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
20171 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
20173 if test -n "$GTK_CONFIG"; then
20174 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20175 echo "${ECHO_T}$GTK_CONFIG" >&6
20177 echo "$as_me:$LINENO: result: no" >&5
20178 echo "${ECHO_T}no" >&6
20181 min_gtk_version
=1.2.7
20182 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20183 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
20185 if test "$GTK_CONFIG" = "no" ; then
20188 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
20189 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
20190 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
20191 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20192 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
20193 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20194 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
20195 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20196 if test "x$enable_gtktest" = "xyes" ; then
20197 ac_save_CFLAGS
="$CFLAGS"
20198 ac_save_LIBS
="$LIBS"
20199 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20200 LIBS
="$GTK_LIBS $LIBS"
20202 if test "$cross_compiling" = yes; then
20203 echo $ac_n "cross compiling; assumed OK... $ac_c"
20205 cat >conftest.
$ac_ext <<_ACEOF
20206 #line $LINENO "configure"
20209 cat confdefs.h
>>conftest.
$ac_ext
20210 cat >>conftest.
$ac_ext <<_ACEOF
20211 /* end confdefs.h. */
20213 #include <gtk/gtk.h>
20215 #include <stdlib.h>
20220 int major, minor, micro;
20223 system ("touch conf.gtktest");
20225 /* HP/UX 9 (%@#!) writes to sscanf strings */
20226 tmp_version = g_strdup("$min_gtk_version");
20227 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
20228 printf("%s, bad version string\n", "$min_gtk_version");
20232 if ((gtk_major_version != $gtk_config_major_version) ||
20233 (gtk_minor_version != $gtk_config_minor_version) ||
20234 (gtk_micro_version != $gtk_config_micro_version))
20236 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20237 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20238 gtk_major_version, gtk_minor_version, gtk_micro_version);
20239 printf ("*** was found! If gtk-config was correct, then it is best\n");
20240 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20241 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20242 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20243 printf("*** required on your system.\n");
20244 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20245 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20246 printf("*** before re-running configure\n");
20248 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20249 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20250 (gtk_minor_version != GTK_MINOR_VERSION) ||
20251 (gtk_micro_version != GTK_MICRO_VERSION))
20253 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20254 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20255 printf("*** library (version %d.%d.%d)\n",
20256 gtk_major_version, gtk_minor_version, gtk_micro_version);
20258 #endif /* defined (GTK_MAJOR_VERSION) ... */
20261 if ((gtk_major_version > major) ||
20262 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20263 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20269 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20270 gtk_major_version, gtk_minor_version, gtk_micro_version);
20271 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20272 major, minor, micro);
20273 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20275 printf("*** If you have already installed a sufficiently new version, this error\n");
20276 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20277 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20278 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20279 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20280 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20281 printf("*** so that the correct libraries are found at run-time))\n");
20288 rm -f conftest
$ac_exeext
20289 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20290 (eval $ac_link) 2>&5
20292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20293 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20295 (eval $ac_try) 2>&5
20297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20298 (exit $ac_status); }; }; then
20301 echo "$as_me: program exited with status $ac_status" >&5
20302 echo "$as_me: failed program was:" >&5
20303 sed 's/^/| /' conftest.
$ac_ext >&5
20305 ( exit $ac_status )
20308 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20310 CFLAGS
="$ac_save_CFLAGS"
20311 LIBS
="$ac_save_LIBS"
20314 if test "x$no_gtk" = x
; then
20315 echo "$as_me:$LINENO: result: yes" >&5
20316 echo "${ECHO_T}yes" >&6
20317 wx_cv_lib_gtk
=1.2.7
20319 echo "$as_me:$LINENO: result: no" >&5
20320 echo "${ECHO_T}no" >&6
20321 if test "$GTK_CONFIG" = "no" ; then
20322 echo "*** The gtk-config script installed by GTK could not be found"
20323 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20324 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20325 echo "*** full path to gtk-config."
20327 if test -f conf.gtktest
; then
20330 echo "*** Could not run GTK test program, checking why..."
20331 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20332 LIBS
="$LIBS $GTK_LIBS"
20333 cat >conftest.
$ac_ext <<_ACEOF
20334 #line $LINENO "configure"
20337 cat confdefs.h
>>conftest.
$ac_ext
20338 cat >>conftest.
$ac_ext <<_ACEOF
20339 /* end confdefs.h. */
20341 #include <gtk/gtk.h>
20347 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20352 rm -f conftest.
$ac_objext conftest
$ac_exeext
20353 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20354 (eval $ac_link) 2>&5
20356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20357 (exit $ac_status); } &&
20358 { ac_try
='test -s conftest$ac_exeext'
20359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20360 (eval $ac_try) 2>&5
20362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20363 (exit $ac_status); }; }; then
20364 echo "*** The test program compiled, but did not run. This usually means"
20365 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20366 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20367 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20368 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20369 echo "*** is required on your system"
20371 echo "*** If you have an old version installed, it is best to remove it, although"
20372 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20374 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20375 echo "*** came with the system with the command"
20377 echo "*** rpm --erase --nodeps gtk gtk-devel"
20379 echo "$as_me: failed program was:" >&5
20380 sed 's/^/| /' conftest.
$ac_ext >&5
20382 echo "*** The test program failed to compile or link. See the file config.log for the"
20383 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20384 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20385 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20387 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20388 CFLAGS
="$ac_save_CFLAGS"
20389 LIBS
="$ac_save_LIBS"
20401 if test -z "$wx_cv_lib_gtk"; then
20403 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
20404 if test "${with_gtk_prefix+set}" = set; then
20405 withval
="$with_gtk_prefix"
20406 gtk_config_prefix
="$withval"
20408 gtk_config_prefix
=""
20411 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20412 if test "${with_gtk_exec_prefix+set}" = set; then
20413 withval
="$with_gtk_exec_prefix"
20414 gtk_config_exec_prefix
="$withval"
20416 gtk_config_exec_prefix
=""
20418 # Check whether --enable-gtktest or --disable-gtktest was given.
20419 if test "${enable_gtktest+set}" = set; then
20420 enableval
="$enable_gtktest"
20426 for module
in .
$GTK_MODULES
20430 gtk_config_args
="$gtk_config_args gthread"
20435 if test x
$gtk_config_exec_prefix != x
; then
20436 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20437 if test x
${GTK_CONFIG+set} != xset
; then
20438 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
20441 if test x
$gtk_config_prefix != x
; then
20442 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
20443 if test x
${GTK_CONFIG+set} != xset
; then
20444 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
20448 # Extract the first word of "gtk-config", so it can be a program name with args.
20449 set dummy gtk
-config; ac_word
=$2
20450 echo "$as_me:$LINENO: checking for $ac_word" >&5
20451 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20452 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20453 echo $ECHO_N "(cached) $ECHO_C" >&6
20455 case $GTK_CONFIG in
20457 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
20460 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20461 for as_dir
in $PATH
20464 test -z "$as_dir" && as_dir
=.
20465 for ac_exec_ext
in '' $ac_executable_extensions; do
20466 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20467 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20468 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20474 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
20478 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
20480 if test -n "$GTK_CONFIG"; then
20481 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20482 echo "${ECHO_T}$GTK_CONFIG" >&6
20484 echo "$as_me:$LINENO: result: no" >&5
20485 echo "${ECHO_T}no" >&6
20488 min_gtk_version
=1.2.3
20489 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20490 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
20492 if test "$GTK_CONFIG" = "no" ; then
20495 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
20496 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
20497 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
20498 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20499 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
20500 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20501 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
20502 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20503 if test "x$enable_gtktest" = "xyes" ; then
20504 ac_save_CFLAGS
="$CFLAGS"
20505 ac_save_LIBS
="$LIBS"
20506 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20507 LIBS
="$GTK_LIBS $LIBS"
20509 if test "$cross_compiling" = yes; then
20510 echo $ac_n "cross compiling; assumed OK... $ac_c"
20512 cat >conftest.
$ac_ext <<_ACEOF
20513 #line $LINENO "configure"
20516 cat confdefs.h
>>conftest.
$ac_ext
20517 cat >>conftest.
$ac_ext <<_ACEOF
20518 /* end confdefs.h. */
20520 #include <gtk/gtk.h>
20522 #include <stdlib.h>
20527 int major, minor, micro;
20530 system ("touch conf.gtktest");
20532 /* HP/UX 9 (%@#!) writes to sscanf strings */
20533 tmp_version = g_strdup("$min_gtk_version");
20534 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
20535 printf("%s, bad version string\n", "$min_gtk_version");
20539 if ((gtk_major_version != $gtk_config_major_version) ||
20540 (gtk_minor_version != $gtk_config_minor_version) ||
20541 (gtk_micro_version != $gtk_config_micro_version))
20543 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20544 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20545 gtk_major_version, gtk_minor_version, gtk_micro_version);
20546 printf ("*** was found! If gtk-config was correct, then it is best\n");
20547 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20548 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20549 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20550 printf("*** required on your system.\n");
20551 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20552 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20553 printf("*** before re-running configure\n");
20555 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20556 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20557 (gtk_minor_version != GTK_MINOR_VERSION) ||
20558 (gtk_micro_version != GTK_MICRO_VERSION))
20560 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20561 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20562 printf("*** library (version %d.%d.%d)\n",
20563 gtk_major_version, gtk_minor_version, gtk_micro_version);
20565 #endif /* defined (GTK_MAJOR_VERSION) ... */
20568 if ((gtk_major_version > major) ||
20569 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20570 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20576 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20577 gtk_major_version, gtk_minor_version, gtk_micro_version);
20578 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20579 major, minor, micro);
20580 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20582 printf("*** If you have already installed a sufficiently new version, this error\n");
20583 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20584 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20585 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20586 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20587 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20588 printf("*** so that the correct libraries are found at run-time))\n");
20595 rm -f conftest
$ac_exeext
20596 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20597 (eval $ac_link) 2>&5
20599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20600 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20602 (eval $ac_try) 2>&5
20604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20605 (exit $ac_status); }; }; then
20608 echo "$as_me: program exited with status $ac_status" >&5
20609 echo "$as_me: failed program was:" >&5
20610 sed 's/^/| /' conftest.
$ac_ext >&5
20612 ( exit $ac_status )
20615 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20617 CFLAGS
="$ac_save_CFLAGS"
20618 LIBS
="$ac_save_LIBS"
20621 if test "x$no_gtk" = x
; then
20622 echo "$as_me:$LINENO: result: yes" >&5
20623 echo "${ECHO_T}yes" >&6
20624 wx_cv_lib_gtk
=1.2.3
20626 echo "$as_me:$LINENO: result: no" >&5
20627 echo "${ECHO_T}no" >&6
20628 if test "$GTK_CONFIG" = "no" ; then
20629 echo "*** The gtk-config script installed by GTK could not be found"
20630 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20631 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20632 echo "*** full path to gtk-config."
20634 if test -f conf.gtktest
; then
20637 echo "*** Could not run GTK test program, checking why..."
20638 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20639 LIBS
="$LIBS $GTK_LIBS"
20640 cat >conftest.
$ac_ext <<_ACEOF
20641 #line $LINENO "configure"
20644 cat confdefs.h
>>conftest.
$ac_ext
20645 cat >>conftest.
$ac_ext <<_ACEOF
20646 /* end confdefs.h. */
20648 #include <gtk/gtk.h>
20654 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20659 rm -f conftest.
$ac_objext conftest
$ac_exeext
20660 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20661 (eval $ac_link) 2>&5
20663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20664 (exit $ac_status); } &&
20665 { ac_try
='test -s conftest$ac_exeext'
20666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20667 (eval $ac_try) 2>&5
20669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20670 (exit $ac_status); }; }; then
20671 echo "*** The test program compiled, but did not run. This usually means"
20672 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20673 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20674 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20675 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20676 echo "*** is required on your system"
20678 echo "*** If you have an old version installed, it is best to remove it, although"
20679 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20681 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20682 echo "*** came with the system with the command"
20684 echo "*** rpm --erase --nodeps gtk gtk-devel"
20686 echo "$as_me: failed program was:" >&5
20687 sed 's/^/| /' conftest.
$ac_ext >&5
20689 echo "*** The test program failed to compile or link. See the file config.log for the"
20690 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20691 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20692 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20694 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20695 CFLAGS
="$ac_save_CFLAGS"
20696 LIBS
="$ac_save_LIBS"
20710 if test -z "$wx_cv_lib_gtk"; then
20713 wx_cv_cflags_gtk
=$GTK_CFLAGS
20714 wx_cv_libs_gtk
=$GTK_LIBS
20721 if test "$gtk_version_cached" = 1; then
20722 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
20723 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
20726 case "$wx_cv_lib_gtk" in
20735 *) { { echo "$as_me:$LINENO: error:
20736 Please check that gtk-config is in path, the directory
20737 where GTK+ libraries are installed (returned by
20738 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20739 equivalent variable and GTK+ is version 1.2.3 or above.
20741 echo "$as_me: error:
20742 Please check that gtk-config is in path, the directory
20743 where GTK+ libraries are installed (returned by
20744 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20745 equivalent variable and GTK+ is version 1.2.3 or above.
20747 { (exit 1); exit 1; }; }
20751 if test "$WXGTK20" = 1; then
20752 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
20756 if test -z "$PKG_CONFIG"; then
20757 # Extract the first word of "pkg-config", so it can be a program name with args.
20758 set dummy pkg
-config; ac_word
=$2
20759 echo "$as_me:$LINENO: checking for $ac_word" >&5
20760 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20761 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
20762 echo $ECHO_N "(cached) $ECHO_C" >&6
20764 case $PKG_CONFIG in
20766 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
20769 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20770 for as_dir
in $PATH
20773 test -z "$as_dir" && as_dir
=.
20774 for ac_exec_ext
in '' $ac_executable_extensions; do
20775 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20776 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20777 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20783 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
20787 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
20789 if test -n "$PKG_CONFIG"; then
20790 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20791 echo "${ECHO_T}$PKG_CONFIG" >&6
20793 echo "$as_me:$LINENO: result: no" >&5
20794 echo "${ECHO_T}no" >&6
20799 if test "$PKG_CONFIG" = "no" ; then
20800 echo "*** The pkg-config script could not be found. Make sure it is"
20801 echo "*** in your path, or set the PKG_CONFIG environment variable"
20802 echo "*** to the full path to pkg-config."
20803 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
20805 PKG_CONFIG_MIN_VERSION
=0.9.0
20806 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
20807 echo "$as_me:$LINENO: checking for pangoft2" >&5
20808 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
20810 if $PKG_CONFIG --exists "pangoft2" ; then
20811 echo "$as_me:$LINENO: result: yes" >&5
20812 echo "${ECHO_T}yes" >&6
20815 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
20816 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
20817 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
20818 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
20819 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
20821 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
20822 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
20823 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
20824 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
20825 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
20829 ## If we have a custom action on failure, don't print errors, but
20830 ## do set a variable so people can do so.
20831 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
20838 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
20839 echo "*** See http://www.freedesktop.org/software/pkgconfig"
20843 if test $succeeded = yes; then
20845 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
20846 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
20850 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
20851 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
20852 wxUSE_PRINTING_ARCHITECTURE
="no"
20859 if test "$wxUSE_UNICODE" = "yes"; then
20860 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
20861 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
20866 if test "$USE_DARWIN" != 1; then
20868 for ac_func
in poll
20870 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20871 echo "$as_me:$LINENO: checking for $ac_func" >&5
20872 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20873 if eval "test \"\${$as_ac_var+set}\" = set"; then
20874 echo $ECHO_N "(cached) $ECHO_C" >&6
20876 cat >conftest.
$ac_ext <<_ACEOF
20877 #line $LINENO "configure"
20880 cat confdefs.h
>>conftest.
$ac_ext
20881 cat >>conftest.
$ac_ext <<_ACEOF
20882 /* end confdefs.h. */
20883 /* System header to define __stub macros and hopefully few prototypes,
20884 which can conflict with char $ac_func (); below.
20885 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20886 <limits.h> exists even on freestanding compilers. */
20888 # include <limits.h>
20890 # include <assert.h>
20892 /* Override any gcc2 internal prototype to avoid an error. */
20897 /* We use char because int might match the return type of a gcc2
20898 builtin and then its argument prototype would still apply. */
20900 /* The GNU C library defines this for functions which it implements
20901 to always fail with ENOSYS. Some functions are actually named
20902 something starting with __ and the normal name is an alias. */
20903 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20906 char (*f) () = $ac_func;
20915 return f != $ac_func;
20920 rm -f conftest.
$ac_objext conftest
$ac_exeext
20921 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20922 (eval $ac_link) 2>&5
20924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20925 (exit $ac_status); } &&
20926 { ac_try
='test -s conftest$ac_exeext'
20927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20928 (eval $ac_try) 2>&5
20930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20931 (exit $ac_status); }; }; then
20932 eval "$as_ac_var=yes"
20934 echo "$as_me: failed program was:" >&5
20935 sed 's/^/| /' conftest.
$ac_ext >&5
20937 eval "$as_ac_var=no"
20939 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20941 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20942 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20943 if test `eval echo '${'$as_ac_var'}'` = yes; then
20944 cat >>confdefs.h
<<_ACEOF
20945 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20953 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
20954 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
20956 AFMINSTALL
=afminstall
20960 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
20961 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
20962 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
20963 echo $ECHO_N "(cached) $ECHO_C" >&6
20965 ac_check_lib_save_LIBS
=$LIBS
20967 cat >conftest.
$ac_ext <<_ACEOF
20968 #line $LINENO "configure"
20971 cat confdefs.h
>>conftest.
$ac_ext
20972 cat >>conftest.
$ac_ext <<_ACEOF
20973 /* end confdefs.h. */
20975 /* Override any gcc2 internal prototype to avoid an error. */
20979 /* We use char because int might match the return type of a gcc2
20980 builtin and then its argument prototype would still apply. */
20981 char gdk_im_open ();
20990 rm -f conftest.
$ac_objext conftest
$ac_exeext
20991 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20992 (eval $ac_link) 2>&5
20994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20995 (exit $ac_status); } &&
20996 { ac_try
='test -s conftest$ac_exeext'
20997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20998 (eval $ac_try) 2>&5
21000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21001 (exit $ac_status); }; }; then
21002 ac_cv_lib_gdk_gdk_im_open
=yes
21004 echo "$as_me: failed program was:" >&5
21005 sed 's/^/| /' conftest.
$ac_ext >&5
21007 ac_cv_lib_gdk_gdk_im_open
=no
21009 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21010 LIBS
=$ac_check_lib_save_LIBS
21012 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
21013 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
21014 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
21015 cat >>confdefs.h
<<\_ACEOF
21023 if test "$wxUSE_MGL" = 1; then
21024 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
21025 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
21026 if test "x$MGL_ROOT" = x
; then
21027 echo "$as_me:$LINENO: result: not found" >&5
21028 echo "${ECHO_T}not found" >&6
21029 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
21030 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
21031 { (exit 1); exit 1; }; }
21033 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
21034 echo "${ECHO_T}$MGL_ROOT" >&6
21037 echo "$as_me:$LINENO: checking for libmgl location" >&5
21038 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
21041 if test "x$wxUSE_SHARED" = xyes
; then
21042 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
21044 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
21048 mgl_os_candidates
="dos32/dj2"
21051 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
21052 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
21053 { (exit 1); exit 1; }; }
21059 for mgl_os_i
in $mgl_os_candidates ; do
21060 if test "x$mgl_os" = x
; then
21061 if test "$wxUSE_DEBUG_FLAG" = yes ; then
21062 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
21063 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
21068 if test "x$mgl_lib_type" = x
; then
21069 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
21070 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
21071 mgl_lib_type
=release
21078 if test "x$mgl_os" = x
; then
21079 echo "$as_me:$LINENO: result: not found" >&5
21080 echo "${ECHO_T}not found" >&6
21081 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
21082 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
21083 { (exit 1); exit 1; }; }
21085 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
21086 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
21088 wxUSE_UNIVERSAL
="yes"
21090 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
21091 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
21093 AFMINSTALL
=afminstall
21098 if test "$wxUSE_MICROWIN" = 1; then
21099 echo "$as_me:$LINENO: checking for MicroWindows" >&5
21100 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
21101 if test "x$MICROWINDOWS" = x
; then
21102 echo "$as_me:$LINENO: result: not found" >&5
21103 echo "${ECHO_T}not found" >&6
21104 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
21105 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
21106 { (exit 1); exit 1; }; }
21108 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
21109 echo "${ECHO_T}$MICROWINDOWS" >&6
21112 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
21113 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
21114 echo "${ECHO_T}MicroWindows' libraries found." >&6
21116 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
21117 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
21118 { (exit 1); exit 1; }; }
21121 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
21122 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
21124 wxUSE_UNIVERSAL
="yes"
21126 AFMINSTALL
=afminstall
21128 GUIDIST
=MICROWIN_DIST
21130 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
21133 if test "$wxUSE_X11" = 1; then
21134 echo "$as_me:$LINENO: checking for X" >&5
21135 echo $ECHO_N "checking for X... $ECHO_C" >&6
21138 # Check whether --with-x or --without-x was given.
21139 if test "${with_x+set}" = set; then
21143 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
21144 if test "x$with_x" = xno
; then
21145 # The user explicitly disabled X.
21148 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
21149 # Both variables are already set.
21152 if test "${ac_cv_have_x+set}" = set; then
21153 echo $ECHO_N "(cached) $ECHO_C" >&6
21155 # One or both of the vars are not set, and there is no cached value.
21156 ac_x_includes
=no ac_x_libraries
=no
21157 rm -fr conftest.dir
21158 if mkdir conftest.dir
; then
21160 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
21161 cat >Imakefile
<<'_ACEOF'
21163 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
21165 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
21166 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
21167 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
21168 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
21169 for ac_extension
in a so sl
; do
21170 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
21171 test -f $ac_im_libdir/libX11.
$ac_extension; then
21172 ac_im_usrlibdir
=$ac_im_libdir; break
21175 # Screen out bogus values from the imake configuration. They are
21176 # bogus both because they are the default anyway, and because
21177 # using them would break gcc on systems where it needs fixed includes.
21178 case $ac_im_incroot in
21180 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
21182 case $ac_im_usrlibdir in
21183 /usr
/lib
| /lib
) ;;
21184 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
21188 rm -fr conftest.dir
21191 # Standard set of common directories for X headers.
21192 # Check X11 before X11Rn because it is often a symlink to the current release.
21204 /usr/local/X11/include
21205 /usr/local/X11R6/include
21206 /usr/local/X11R5/include
21207 /usr/local/X11R4/include
21209 /usr/local/include/X11
21210 /usr/local/include/X11R6
21211 /usr/local/include/X11R5
21212 /usr/local/include/X11R4
21216 /usr/XFree86/include/X11
21220 /usr/unsupported/include
21221 /usr/athena/include
21222 /usr/local/x11r5/include
21223 /usr/lpp/Xamples/include
21225 /usr/openwin/include
21226 /usr/openwin/share/include'
21228 if test "$ac_x_includes" = no
; then
21229 # Guess where to find include files, by looking for Intrinsic.h.
21230 # First, try using that file with no special directory specified.
21231 cat >conftest.
$ac_ext <<_ACEOF
21232 #line $LINENO "configure"
21235 cat confdefs.h
>>conftest.
$ac_ext
21236 cat >>conftest.
$ac_ext <<_ACEOF
21237 /* end confdefs.h. */
21238 #include <X11/Intrinsic.h>
21240 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21241 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21243 grep -v '^ *+' conftest.er1
>conftest.err
21245 cat conftest.err
>&5
21246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21247 (exit $ac_status); } >/dev
/null
; then
21248 if test -s conftest.err
; then
21249 ac_cpp_err
=$ac_c_preproc_warn_flag
21256 if test -z "$ac_cpp_err"; then
21257 # We can compile using X headers with no special include directory.
21260 echo "$as_me: failed program was:" >&5
21261 sed 's/^/| /' conftest.
$ac_ext >&5
21263 for ac_dir
in $ac_x_header_dirs; do
21264 if test -r "$ac_dir/X11/Intrinsic.h"; then
21265 ac_x_includes
=$ac_dir
21270 rm -f conftest.err conftest.
$ac_ext
21271 fi # $ac_x_includes = no
21273 if test "$ac_x_libraries" = no
; then
21274 # Check for the libraries.
21275 # See if we find them without any special options.
21276 # Don't add to $LIBS permanently.
21279 cat >conftest.
$ac_ext <<_ACEOF
21280 #line $LINENO "configure"
21283 cat confdefs.h
>>conftest.
$ac_ext
21284 cat >>conftest.
$ac_ext <<_ACEOF
21285 /* end confdefs.h. */
21286 #include <X11/Intrinsic.h>
21295 rm -f conftest.
$ac_objext conftest
$ac_exeext
21296 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21297 (eval $ac_link) 2>&5
21299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21300 (exit $ac_status); } &&
21301 { ac_try
='test -s conftest$ac_exeext'
21302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21303 (eval $ac_try) 2>&5
21305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21306 (exit $ac_status); }; }; then
21308 # We can link X programs with no special library path.
21311 echo "$as_me: failed program was:" >&5
21312 sed 's/^/| /' conftest.
$ac_ext >&5
21315 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
21317 # Don't even attempt the hair of trying to link an X program!
21318 for ac_extension
in a so sl
; do
21319 if test -r $ac_dir/libXt.
$ac_extension; then
21320 ac_x_libraries
=$ac_dir
21326 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21327 fi # $ac_x_libraries = no
21329 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
21330 # Didn't find X anywhere. Cache the known absence of X.
21331 ac_cv_have_x
="have_x=no"
21333 # Record where we found X for the cache.
21334 ac_cv_have_x
="have_x=yes \
21335 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
21340 eval "$ac_cv_have_x"
21343 if test "$have_x" != yes; then
21344 echo "$as_me:$LINENO: result: $have_x" >&5
21345 echo "${ECHO_T}$have_x" >&6
21348 # If each of the values was on the command line, it overrides each guess.
21349 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
21350 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
21351 # Update the cache value to reflect the command line values.
21352 ac_cv_have_x
="have_x=yes \
21353 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
21354 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
21355 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
21358 if test "$no_x" = yes; then
21359 # Not all programs may use this symbol, but it does not hurt to define it.
21361 cat >>confdefs.h
<<\_ACEOF
21362 #define X_DISPLAY_MISSING 1
21365 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
21367 if test -n "$x_includes"; then
21368 X_CFLAGS
="$X_CFLAGS -I$x_includes"
21371 # It would also be nice to do this for all -L options, not just this one.
21372 if test -n "$x_libraries"; then
21373 X_LIBS
="$X_LIBS -L$x_libraries"
21374 # For Solaris; some versions of Sun CC require a space after -R and
21375 # others require no space. Words are not sufficient . . . .
21376 case `(uname -sr) 2>/dev/null` in
21378 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
21379 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
21380 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
21381 cat >conftest.
$ac_ext <<_ACEOF
21382 #line $LINENO "configure"
21385 cat confdefs.h
>>conftest.
$ac_ext
21386 cat >>conftest.
$ac_ext <<_ACEOF
21387 /* end confdefs.h. */
21397 rm -f conftest.
$ac_objext conftest
$ac_exeext
21398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21399 (eval $ac_link) 2>&5
21401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21402 (exit $ac_status); } &&
21403 { ac_try
='test -s conftest$ac_exeext'
21404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21405 (eval $ac_try) 2>&5
21407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21408 (exit $ac_status); }; }; then
21411 echo "$as_me: failed program was:" >&5
21412 sed 's/^/| /' conftest.
$ac_ext >&5
21416 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21417 if test $ac_R_nospace = yes; then
21418 echo "$as_me:$LINENO: result: no" >&5
21419 echo "${ECHO_T}no" >&6
21420 X_LIBS
="$X_LIBS -R$x_libraries"
21422 LIBS
="$ac_xsave_LIBS -R $x_libraries"
21423 cat >conftest.
$ac_ext <<_ACEOF
21424 #line $LINENO "configure"
21427 cat confdefs.h
>>conftest.
$ac_ext
21428 cat >>conftest.
$ac_ext <<_ACEOF
21429 /* end confdefs.h. */
21439 rm -f conftest.
$ac_objext conftest
$ac_exeext
21440 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21441 (eval $ac_link) 2>&5
21443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21444 (exit $ac_status); } &&
21445 { ac_try
='test -s conftest$ac_exeext'
21446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21447 (eval $ac_try) 2>&5
21449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21450 (exit $ac_status); }; }; then
21453 echo "$as_me: failed program was:" >&5
21454 sed 's/^/| /' conftest.
$ac_ext >&5
21458 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21459 if test $ac_R_space = yes; then
21460 echo "$as_me:$LINENO: result: yes" >&5
21461 echo "${ECHO_T}yes" >&6
21462 X_LIBS
="$X_LIBS -R $x_libraries"
21464 echo "$as_me:$LINENO: result: neither works" >&5
21465 echo "${ECHO_T}neither works" >&6
21468 LIBS
=$ac_xsave_LIBS
21472 # Check for system-dependent libraries X programs must link with.
21473 # Do this before checking for the system-independent R6 libraries
21474 # (-lICE), since we may need -lsocket or whatever for X linking.
21476 if test "$ISC" = yes; then
21477 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
21479 # Martyn Johnson says this is needed for Ultrix, if the X
21480 # libraries were built with DECnet support. And Karl Berry says
21481 # the Alpha needs dnet_stub (dnet does not exist).
21482 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
21483 cat >conftest.
$ac_ext <<_ACEOF
21484 #line $LINENO "configure"
21487 cat confdefs.h
>>conftest.
$ac_ext
21488 cat >>conftest.
$ac_ext <<_ACEOF
21489 /* end confdefs.h. */
21491 /* Override any gcc2 internal prototype to avoid an error. */
21495 /* We use char because int might match the return type of a gcc2
21496 builtin and then its argument prototype would still apply. */
21497 char XOpenDisplay ();
21506 rm -f conftest.
$ac_objext conftest
$ac_exeext
21507 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21508 (eval $ac_link) 2>&5
21510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21511 (exit $ac_status); } &&
21512 { ac_try
='test -s conftest$ac_exeext'
21513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21514 (eval $ac_try) 2>&5
21516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21517 (exit $ac_status); }; }; then
21520 echo "$as_me: failed program was:" >&5
21521 sed 's/^/| /' conftest.
$ac_ext >&5
21523 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
21524 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
21525 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
21526 echo $ECHO_N "(cached) $ECHO_C" >&6
21528 ac_check_lib_save_LIBS
=$LIBS
21529 LIBS
="-ldnet $LIBS"
21530 cat >conftest.
$ac_ext <<_ACEOF
21531 #line $LINENO "configure"
21534 cat confdefs.h
>>conftest.
$ac_ext
21535 cat >>conftest.
$ac_ext <<_ACEOF
21536 /* end confdefs.h. */
21538 /* Override any gcc2 internal prototype to avoid an error. */
21542 /* We use char because int might match the return type of a gcc2
21543 builtin and then its argument prototype would still apply. */
21553 rm -f conftest.
$ac_objext conftest
$ac_exeext
21554 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21555 (eval $ac_link) 2>&5
21557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21558 (exit $ac_status); } &&
21559 { ac_try
='test -s conftest$ac_exeext'
21560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21561 (eval $ac_try) 2>&5
21563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21564 (exit $ac_status); }; }; then
21565 ac_cv_lib_dnet_dnet_ntoa
=yes
21567 echo "$as_me: failed program was:" >&5
21568 sed 's/^/| /' conftest.
$ac_ext >&5
21570 ac_cv_lib_dnet_dnet_ntoa
=no
21572 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21573 LIBS
=$ac_check_lib_save_LIBS
21575 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
21576 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
21577 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
21578 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
21581 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
21582 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
21583 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
21584 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
21585 echo $ECHO_N "(cached) $ECHO_C" >&6
21587 ac_check_lib_save_LIBS
=$LIBS
21588 LIBS
="-ldnet_stub $LIBS"
21589 cat >conftest.
$ac_ext <<_ACEOF
21590 #line $LINENO "configure"
21593 cat confdefs.h
>>conftest.
$ac_ext
21594 cat >>conftest.
$ac_ext <<_ACEOF
21595 /* end confdefs.h. */
21597 /* Override any gcc2 internal prototype to avoid an error. */
21601 /* We use char because int might match the return type of a gcc2
21602 builtin and then its argument prototype would still apply. */
21612 rm -f conftest.
$ac_objext conftest
$ac_exeext
21613 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21614 (eval $ac_link) 2>&5
21616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21617 (exit $ac_status); } &&
21618 { ac_try
='test -s conftest$ac_exeext'
21619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21620 (eval $ac_try) 2>&5
21622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21623 (exit $ac_status); }; }; then
21624 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
21626 echo "$as_me: failed program was:" >&5
21627 sed 's/^/| /' conftest.
$ac_ext >&5
21629 ac_cv_lib_dnet_stub_dnet_ntoa
=no
21631 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21632 LIBS
=$ac_check_lib_save_LIBS
21634 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
21635 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
21636 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
21637 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
21642 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21643 LIBS
="$ac_xsave_LIBS"
21645 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
21646 # to get the SysV transport functions.
21647 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
21649 # The nsl library prevents programs from opening the X display
21650 # on Irix 5.2, according to T.E. Dickey.
21651 # The functions gethostbyname, getservbyname, and inet_addr are
21652 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
21653 echo "$as_me:$LINENO: checking for gethostbyname" >&5
21654 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
21655 if test "${ac_cv_func_gethostbyname+set}" = set; then
21656 echo $ECHO_N "(cached) $ECHO_C" >&6
21658 cat >conftest.
$ac_ext <<_ACEOF
21659 #line $LINENO "configure"
21662 cat confdefs.h
>>conftest.
$ac_ext
21663 cat >>conftest.
$ac_ext <<_ACEOF
21664 /* end confdefs.h. */
21665 /* System header to define __stub macros and hopefully few prototypes,
21666 which can conflict with char gethostbyname (); below.
21667 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21668 <limits.h> exists even on freestanding compilers. */
21670 # include <limits.h>
21672 # include <assert.h>
21674 /* Override any gcc2 internal prototype to avoid an error. */
21679 /* We use char because int might match the return type of a gcc2
21680 builtin and then its argument prototype would still apply. */
21681 char gethostbyname ();
21682 /* The GNU C library defines this for functions which it implements
21683 to always fail with ENOSYS. Some functions are actually named
21684 something starting with __ and the normal name is an alias. */
21685 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
21688 char (*f) () = gethostbyname;
21697 return f != gethostbyname;
21702 rm -f conftest.
$ac_objext conftest
$ac_exeext
21703 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21704 (eval $ac_link) 2>&5
21706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21707 (exit $ac_status); } &&
21708 { ac_try
='test -s conftest$ac_exeext'
21709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21710 (eval $ac_try) 2>&5
21712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21713 (exit $ac_status); }; }; then
21714 ac_cv_func_gethostbyname
=yes
21716 echo "$as_me: failed program was:" >&5
21717 sed 's/^/| /' conftest.
$ac_ext >&5
21719 ac_cv_func_gethostbyname
=no
21721 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21723 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
21724 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
21726 if test $ac_cv_func_gethostbyname = no
; then
21727 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
21728 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
21729 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
21730 echo $ECHO_N "(cached) $ECHO_C" >&6
21732 ac_check_lib_save_LIBS
=$LIBS
21734 cat >conftest.
$ac_ext <<_ACEOF
21735 #line $LINENO "configure"
21738 cat confdefs.h
>>conftest.
$ac_ext
21739 cat >>conftest.
$ac_ext <<_ACEOF
21740 /* end confdefs.h. */
21742 /* Override any gcc2 internal prototype to avoid an error. */
21746 /* We use char because int might match the return type of a gcc2
21747 builtin and then its argument prototype would still apply. */
21748 char gethostbyname ();
21757 rm -f conftest.
$ac_objext conftest
$ac_exeext
21758 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21759 (eval $ac_link) 2>&5
21761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21762 (exit $ac_status); } &&
21763 { ac_try
='test -s conftest$ac_exeext'
21764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21765 (eval $ac_try) 2>&5
21767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21768 (exit $ac_status); }; }; then
21769 ac_cv_lib_nsl_gethostbyname
=yes
21771 echo "$as_me: failed program was:" >&5
21772 sed 's/^/| /' conftest.
$ac_ext >&5
21774 ac_cv_lib_nsl_gethostbyname
=no
21776 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21777 LIBS
=$ac_check_lib_save_LIBS
21779 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
21780 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
21781 if test $ac_cv_lib_nsl_gethostbyname = yes; then
21782 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
21785 if test $ac_cv_lib_nsl_gethostbyname = no
; then
21786 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
21787 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
21788 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
21789 echo $ECHO_N "(cached) $ECHO_C" >&6
21791 ac_check_lib_save_LIBS
=$LIBS
21793 cat >conftest.
$ac_ext <<_ACEOF
21794 #line $LINENO "configure"
21797 cat confdefs.h
>>conftest.
$ac_ext
21798 cat >>conftest.
$ac_ext <<_ACEOF
21799 /* end confdefs.h. */
21801 /* Override any gcc2 internal prototype to avoid an error. */
21805 /* We use char because int might match the return type of a gcc2
21806 builtin and then its argument prototype would still apply. */
21807 char gethostbyname ();
21816 rm -f conftest.
$ac_objext conftest
$ac_exeext
21817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21818 (eval $ac_link) 2>&5
21820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21821 (exit $ac_status); } &&
21822 { ac_try
='test -s conftest$ac_exeext'
21823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21824 (eval $ac_try) 2>&5
21826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21827 (exit $ac_status); }; }; then
21828 ac_cv_lib_bsd_gethostbyname
=yes
21830 echo "$as_me: failed program was:" >&5
21831 sed 's/^/| /' conftest.
$ac_ext >&5
21833 ac_cv_lib_bsd_gethostbyname
=no
21835 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21836 LIBS
=$ac_check_lib_save_LIBS
21838 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
21839 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
21840 if test $ac_cv_lib_bsd_gethostbyname = yes; then
21841 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
21847 # lieder@skyler.mavd.honeywell.com says without -lsocket,
21848 # socket/setsockopt and other routines are undefined under SCO ODT
21849 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
21850 # on later versions), says Simon Leinen: it contains gethostby*
21851 # variants that don't use the name server (or something). -lsocket
21852 # must be given before -lnsl if both are needed. We assume that
21853 # if connect needs -lnsl, so does gethostbyname.
21854 echo "$as_me:$LINENO: checking for connect" >&5
21855 echo $ECHO_N "checking for connect... $ECHO_C" >&6
21856 if test "${ac_cv_func_connect+set}" = set; then
21857 echo $ECHO_N "(cached) $ECHO_C" >&6
21859 cat >conftest.
$ac_ext <<_ACEOF
21860 #line $LINENO "configure"
21863 cat confdefs.h
>>conftest.
$ac_ext
21864 cat >>conftest.
$ac_ext <<_ACEOF
21865 /* end confdefs.h. */
21866 /* System header to define __stub macros and hopefully few prototypes,
21867 which can conflict with char connect (); below.
21868 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21869 <limits.h> exists even on freestanding compilers. */
21871 # include <limits.h>
21873 # include <assert.h>
21875 /* Override any gcc2 internal prototype to avoid an error. */
21880 /* We use char because int might match the return type of a gcc2
21881 builtin and then its argument prototype would still apply. */
21883 /* The GNU C library defines this for functions which it implements
21884 to always fail with ENOSYS. Some functions are actually named
21885 something starting with __ and the normal name is an alias. */
21886 #if defined (__stub_connect) || defined (__stub___connect)
21889 char (*f) () = connect;
21898 return f != connect;
21903 rm -f conftest.
$ac_objext conftest
$ac_exeext
21904 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21905 (eval $ac_link) 2>&5
21907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21908 (exit $ac_status); } &&
21909 { ac_try
='test -s conftest$ac_exeext'
21910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21911 (eval $ac_try) 2>&5
21913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21914 (exit $ac_status); }; }; then
21915 ac_cv_func_connect
=yes
21917 echo "$as_me: failed program was:" >&5
21918 sed 's/^/| /' conftest.
$ac_ext >&5
21920 ac_cv_func_connect
=no
21922 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21924 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
21925 echo "${ECHO_T}$ac_cv_func_connect" >&6
21927 if test $ac_cv_func_connect = no
; then
21928 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
21929 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
21930 if test "${ac_cv_lib_socket_connect+set}" = set; then
21931 echo $ECHO_N "(cached) $ECHO_C" >&6
21933 ac_check_lib_save_LIBS
=$LIBS
21934 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
21935 cat >conftest.
$ac_ext <<_ACEOF
21936 #line $LINENO "configure"
21939 cat confdefs.h
>>conftest.
$ac_ext
21940 cat >>conftest.
$ac_ext <<_ACEOF
21941 /* end confdefs.h. */
21943 /* Override any gcc2 internal prototype to avoid an error. */
21947 /* We use char because int might match the return type of a gcc2
21948 builtin and then its argument prototype would still apply. */
21958 rm -f conftest.
$ac_objext conftest
$ac_exeext
21959 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21960 (eval $ac_link) 2>&5
21962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21963 (exit $ac_status); } &&
21964 { ac_try
='test -s conftest$ac_exeext'
21965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21966 (eval $ac_try) 2>&5
21968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21969 (exit $ac_status); }; }; then
21970 ac_cv_lib_socket_connect
=yes
21972 echo "$as_me: failed program was:" >&5
21973 sed 's/^/| /' conftest.
$ac_ext >&5
21975 ac_cv_lib_socket_connect
=no
21977 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21978 LIBS
=$ac_check_lib_save_LIBS
21980 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
21981 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
21982 if test $ac_cv_lib_socket_connect = yes; then
21983 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
21988 # Guillermo Gomez says -lposix is necessary on A/UX.
21989 echo "$as_me:$LINENO: checking for remove" >&5
21990 echo $ECHO_N "checking for remove... $ECHO_C" >&6
21991 if test "${ac_cv_func_remove+set}" = set; then
21992 echo $ECHO_N "(cached) $ECHO_C" >&6
21994 cat >conftest.
$ac_ext <<_ACEOF
21995 #line $LINENO "configure"
21998 cat confdefs.h
>>conftest.
$ac_ext
21999 cat >>conftest.
$ac_ext <<_ACEOF
22000 /* end confdefs.h. */
22001 /* System header to define __stub macros and hopefully few prototypes,
22002 which can conflict with char remove (); below.
22003 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22004 <limits.h> exists even on freestanding compilers. */
22006 # include <limits.h>
22008 # include <assert.h>
22010 /* Override any gcc2 internal prototype to avoid an error. */
22015 /* We use char because int might match the return type of a gcc2
22016 builtin and then its argument prototype would still apply. */
22018 /* The GNU C library defines this for functions which it implements
22019 to always fail with ENOSYS. Some functions are actually named
22020 something starting with __ and the normal name is an alias. */
22021 #if defined (__stub_remove) || defined (__stub___remove)
22024 char (*f) () = remove;
22033 return f != remove;
22038 rm -f conftest.
$ac_objext conftest
$ac_exeext
22039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22040 (eval $ac_link) 2>&5
22042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22043 (exit $ac_status); } &&
22044 { ac_try
='test -s conftest$ac_exeext'
22045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22046 (eval $ac_try) 2>&5
22048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22049 (exit $ac_status); }; }; then
22050 ac_cv_func_remove
=yes
22052 echo "$as_me: failed program was:" >&5
22053 sed 's/^/| /' conftest.
$ac_ext >&5
22055 ac_cv_func_remove
=no
22057 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22059 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
22060 echo "${ECHO_T}$ac_cv_func_remove" >&6
22062 if test $ac_cv_func_remove = no
; then
22063 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
22064 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
22065 if test "${ac_cv_lib_posix_remove+set}" = set; then
22066 echo $ECHO_N "(cached) $ECHO_C" >&6
22068 ac_check_lib_save_LIBS
=$LIBS
22069 LIBS
="-lposix $LIBS"
22070 cat >conftest.
$ac_ext <<_ACEOF
22071 #line $LINENO "configure"
22074 cat confdefs.h
>>conftest.
$ac_ext
22075 cat >>conftest.
$ac_ext <<_ACEOF
22076 /* end confdefs.h. */
22078 /* Override any gcc2 internal prototype to avoid an error. */
22082 /* We use char because int might match the return type of a gcc2
22083 builtin and then its argument prototype would still apply. */
22093 rm -f conftest.
$ac_objext conftest
$ac_exeext
22094 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22095 (eval $ac_link) 2>&5
22097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22098 (exit $ac_status); } &&
22099 { ac_try
='test -s conftest$ac_exeext'
22100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22101 (eval $ac_try) 2>&5
22103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22104 (exit $ac_status); }; }; then
22105 ac_cv_lib_posix_remove
=yes
22107 echo "$as_me: failed program was:" >&5
22108 sed 's/^/| /' conftest.
$ac_ext >&5
22110 ac_cv_lib_posix_remove
=no
22112 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22113 LIBS
=$ac_check_lib_save_LIBS
22115 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
22116 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
22117 if test $ac_cv_lib_posix_remove = yes; then
22118 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
22123 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
22124 echo "$as_me:$LINENO: checking for shmat" >&5
22125 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
22126 if test "${ac_cv_func_shmat+set}" = set; then
22127 echo $ECHO_N "(cached) $ECHO_C" >&6
22129 cat >conftest.
$ac_ext <<_ACEOF
22130 #line $LINENO "configure"
22133 cat confdefs.h
>>conftest.
$ac_ext
22134 cat >>conftest.
$ac_ext <<_ACEOF
22135 /* end confdefs.h. */
22136 /* System header to define __stub macros and hopefully few prototypes,
22137 which can conflict with char shmat (); below.
22138 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22139 <limits.h> exists even on freestanding compilers. */
22141 # include <limits.h>
22143 # include <assert.h>
22145 /* Override any gcc2 internal prototype to avoid an error. */
22150 /* We use char because int might match the return type of a gcc2
22151 builtin and then its argument prototype would still apply. */
22153 /* The GNU C library defines this for functions which it implements
22154 to always fail with ENOSYS. Some functions are actually named
22155 something starting with __ and the normal name is an alias. */
22156 #if defined (__stub_shmat) || defined (__stub___shmat)
22159 char (*f) () = shmat;
22173 rm -f conftest.
$ac_objext conftest
$ac_exeext
22174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22175 (eval $ac_link) 2>&5
22177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178 (exit $ac_status); } &&
22179 { ac_try
='test -s conftest$ac_exeext'
22180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22181 (eval $ac_try) 2>&5
22183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22184 (exit $ac_status); }; }; then
22185 ac_cv_func_shmat
=yes
22187 echo "$as_me: failed program was:" >&5
22188 sed 's/^/| /' conftest.
$ac_ext >&5
22190 ac_cv_func_shmat
=no
22192 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22194 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
22195 echo "${ECHO_T}$ac_cv_func_shmat" >&6
22197 if test $ac_cv_func_shmat = no
; then
22198 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
22199 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
22200 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
22201 echo $ECHO_N "(cached) $ECHO_C" >&6
22203 ac_check_lib_save_LIBS
=$LIBS
22205 cat >conftest.
$ac_ext <<_ACEOF
22206 #line $LINENO "configure"
22209 cat confdefs.h
>>conftest.
$ac_ext
22210 cat >>conftest.
$ac_ext <<_ACEOF
22211 /* end confdefs.h. */
22213 /* Override any gcc2 internal prototype to avoid an error. */
22217 /* We use char because int might match the return type of a gcc2
22218 builtin and then its argument prototype would still apply. */
22228 rm -f conftest.
$ac_objext conftest
$ac_exeext
22229 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22230 (eval $ac_link) 2>&5
22232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22233 (exit $ac_status); } &&
22234 { ac_try
='test -s conftest$ac_exeext'
22235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22236 (eval $ac_try) 2>&5
22238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22239 (exit $ac_status); }; }; then
22240 ac_cv_lib_ipc_shmat
=yes
22242 echo "$as_me: failed program was:" >&5
22243 sed 's/^/| /' conftest.
$ac_ext >&5
22245 ac_cv_lib_ipc_shmat
=no
22247 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22248 LIBS
=$ac_check_lib_save_LIBS
22250 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
22251 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
22252 if test $ac_cv_lib_ipc_shmat = yes; then
22253 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
22259 # Check for libraries that X11R6 Xt/Xaw programs need.
22260 ac_save_LDFLAGS
=$LDFLAGS
22261 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
22262 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
22263 # check for ICE first), but we must link in the order -lSM -lICE or
22264 # we get undefined symbols. So assume we have SM if we have ICE.
22265 # These have to be linked with before -lX11, unlike the other
22266 # libraries we check for below, so use a different variable.
22267 # John Interrante, Karl Berry
22268 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
22269 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
22270 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
22271 echo $ECHO_N "(cached) $ECHO_C" >&6
22273 ac_check_lib_save_LIBS
=$LIBS
22274 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
22275 cat >conftest.
$ac_ext <<_ACEOF
22276 #line $LINENO "configure"
22279 cat confdefs.h
>>conftest.
$ac_ext
22280 cat >>conftest.
$ac_ext <<_ACEOF
22281 /* end confdefs.h. */
22283 /* Override any gcc2 internal prototype to avoid an error. */
22287 /* We use char because int might match the return type of a gcc2
22288 builtin and then its argument prototype would still apply. */
22289 char IceConnectionNumber ();
22293 IceConnectionNumber ();
22298 rm -f conftest.
$ac_objext conftest
$ac_exeext
22299 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22300 (eval $ac_link) 2>&5
22302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22303 (exit $ac_status); } &&
22304 { ac_try
='test -s conftest$ac_exeext'
22305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22306 (eval $ac_try) 2>&5
22308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22309 (exit $ac_status); }; }; then
22310 ac_cv_lib_ICE_IceConnectionNumber
=yes
22312 echo "$as_me: failed program was:" >&5
22313 sed 's/^/| /' conftest.
$ac_ext >&5
22315 ac_cv_lib_ICE_IceConnectionNumber
=no
22317 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22318 LIBS
=$ac_check_lib_save_LIBS
22320 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
22321 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
22322 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
22323 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
22326 LDFLAGS
=$ac_save_LDFLAGS
22331 if test "$no_x" = "yes"; then
22332 { { echo "$as_me:$LINENO: error: X11 not found" >&5
22333 echo "$as_me: error: X11 not found" >&2;}
22334 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
22337 GUI_TK_LIBRARY
="$X_LIBS"
22338 TOOLKIT_INCLUDE
="$X_CFLAGS"
22339 AFMINSTALL
=afminstall
22340 COMPILED_X_PROGRAM
=0
22342 if test "$wxUSE_NANOX" = "yes"; then
22343 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
22344 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
22345 if test "x$MICROWIN" = x
; then
22346 echo "$as_me:$LINENO: result: not found" >&5
22347 echo "${ECHO_T}not found" >&6
22348 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
22349 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
22350 { (exit 1); exit 1; }; }
22352 echo "$as_me:$LINENO: result: $MICROWIN" >&5
22353 echo "${ECHO_T}$MICROWIN" >&6
22354 cat >>confdefs.h
<<\_ACEOF
22355 #define wxUSE_NANOX 1
22362 echo "$as_me:$LINENO: checking for Xpm library" >&5
22363 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
22366 for ac_dir
in $SEARCH_LIB /usr
/lib
;
22368 for ac_extension
in a so sl dylib
; do
22369 if test -f "$ac_dir/libXpm.$ac_extension"; then
22370 ac_find_libraries
=$ac_dir
22376 if test "$ac_find_libraries" != "" ; then
22378 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
22380 if test $result = 0; then
22383 ac_path_to_link
=" -L$ac_find_libraries"
22386 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
22388 cat >>confdefs.h
<<\_ACEOF
22389 #define wxHAVE_LIB_XPM 1
22392 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
22393 echo "${ECHO_T}found at $ac_find_libraries" >&6
22395 cat >conftest.
$ac_ext <<_ACEOF
22396 #line $LINENO "configure"
22399 cat confdefs.h
>>conftest.
$ac_ext
22400 cat >>conftest.
$ac_ext <<_ACEOF
22401 /* end confdefs.h. */
22403 #include <X11/xpm.h>
22410 version = XpmLibraryVersion();
22416 rm -f conftest.
$ac_objext
22417 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22418 (eval $ac_compile) 2>&5
22420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22421 (exit $ac_status); } &&
22422 { ac_try
='test -s conftest.$ac_objext'
22423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22424 (eval $ac_try) 2>&5
22426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22427 (exit $ac_status); }; }; then
22430 cat >>confdefs.h
<<\_ACEOF
22431 #define wxHAVE_LIB_XPM 1
22434 echo "$as_me:$LINENO: result: found in default search path" >&5
22435 echo "${ECHO_T}found in default search path" >&6
22436 COMPILED_X_PROGRAM
=0
22439 echo "$as_me: failed program was:" >&5
22440 sed 's/^/| /' conftest.
$ac_ext >&5
22443 echo "$as_me:$LINENO: result: no" >&5
22444 echo "${ECHO_T}no" >&6
22445 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
22446 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
22450 rm -f conftest.
$ac_objext conftest.
$ac_ext
22453 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
22454 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
22455 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
22456 echo $ECHO_N "(cached) $ECHO_C" >&6
22458 ac_check_lib_save_LIBS
=$LIBS
22459 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
22460 cat >conftest.
$ac_ext <<_ACEOF
22461 #line $LINENO "configure"
22464 cat confdefs.h
>>conftest.
$ac_ext
22465 cat >>conftest.
$ac_ext <<_ACEOF
22466 /* end confdefs.h. */
22468 /* Override any gcc2 internal prototype to avoid an error. */
22472 /* We use char because int might match the return type of a gcc2
22473 builtin and then its argument prototype would still apply. */
22474 char XShapeQueryExtension ();
22478 XShapeQueryExtension ();
22483 rm -f conftest.
$ac_objext conftest
$ac_exeext
22484 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22485 (eval $ac_link) 2>&5
22487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22488 (exit $ac_status); } &&
22489 { ac_try
='test -s conftest$ac_exeext'
22490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22491 (eval $ac_try) 2>&5
22493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22494 (exit $ac_status); }; }; then
22495 ac_cv_lib_Xext_XShapeQueryExtension
=yes
22497 echo "$as_me: failed program was:" >&5
22498 sed 's/^/| /' conftest.
$ac_ext >&5
22500 ac_cv_lib_Xext_XShapeQueryExtension
=no
22502 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22503 LIBS
=$ac_check_lib_save_LIBS
22505 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
22506 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
22507 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
22509 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
22515 if test "$wxUSE_UNICODE" = "yes"; then
22519 if test -z "$PKG_CONFIG"; then
22520 # Extract the first word of "pkg-config", so it can be a program name with args.
22521 set dummy pkg
-config; ac_word
=$2
22522 echo "$as_me:$LINENO: checking for $ac_word" >&5
22523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22524 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22525 echo $ECHO_N "(cached) $ECHO_C" >&6
22527 case $PKG_CONFIG in
22529 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22532 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22533 for as_dir
in $PATH
22536 test -z "$as_dir" && as_dir
=.
22537 for ac_exec_ext
in '' $ac_executable_extensions; do
22538 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22539 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22546 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22550 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22552 if test -n "$PKG_CONFIG"; then
22553 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22554 echo "${ECHO_T}$PKG_CONFIG" >&6
22556 echo "$as_me:$LINENO: result: no" >&5
22557 echo "${ECHO_T}no" >&6
22562 if test "$PKG_CONFIG" = "no" ; then
22563 echo "*** The pkg-config script could not be found. Make sure it is"
22564 echo "*** in your path, or set the PKG_CONFIG environment variable"
22565 echo "*** to the full path to pkg-config."
22566 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22568 PKG_CONFIG_MIN_VERSION
=0.9.0
22569 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22570 echo "$as_me:$LINENO: checking for pangox" >&5
22571 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
22573 if $PKG_CONFIG --exists "pangox" ; then
22574 echo "$as_me:$LINENO: result: yes" >&5
22575 echo "${ECHO_T}yes" >&6
22578 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
22579 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
22580 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
22581 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
22582 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
22584 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
22585 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
22586 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
22587 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
22588 echo "${ECHO_T}$PANGOX_LIBS" >&6
22592 ## If we have a custom action on failure, don't print errors, but
22593 ## do set a variable so people can do so.
22594 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
22601 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22602 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22606 if test $succeeded = yes; then
22608 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
22609 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
22613 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
22614 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
22615 { (exit 1); exit 1; }; }
22623 if test -z "$PKG_CONFIG"; then
22624 # Extract the first word of "pkg-config", so it can be a program name with args.
22625 set dummy pkg
-config; ac_word
=$2
22626 echo "$as_me:$LINENO: checking for $ac_word" >&5
22627 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22628 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22629 echo $ECHO_N "(cached) $ECHO_C" >&6
22631 case $PKG_CONFIG in
22633 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22636 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22637 for as_dir
in $PATH
22640 test -z "$as_dir" && as_dir
=.
22641 for ac_exec_ext
in '' $ac_executable_extensions; do
22642 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22643 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22644 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22650 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22654 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22656 if test -n "$PKG_CONFIG"; then
22657 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22658 echo "${ECHO_T}$PKG_CONFIG" >&6
22660 echo "$as_me:$LINENO: result: no" >&5
22661 echo "${ECHO_T}no" >&6
22666 if test "$PKG_CONFIG" = "no" ; then
22667 echo "*** The pkg-config script could not be found. Make sure it is"
22668 echo "*** in your path, or set the PKG_CONFIG environment variable"
22669 echo "*** to the full path to pkg-config."
22670 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22672 PKG_CONFIG_MIN_VERSION
=0.9.0
22673 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22674 echo "$as_me:$LINENO: checking for pangoft2" >&5
22675 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
22677 if $PKG_CONFIG --exists "pangoft2" ; then
22678 echo "$as_me:$LINENO: result: yes" >&5
22679 echo "${ECHO_T}yes" >&6
22682 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
22683 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
22684 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
22685 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
22686 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
22688 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
22689 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
22690 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
22691 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
22692 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
22696 ## If we have a custom action on failure, don't print errors, but
22697 ## do set a variable so people can do so.
22698 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
22705 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22706 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22710 if test $succeeded = yes; then
22712 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
22713 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
22717 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
22718 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
22719 wxUSE_PRINTING_ARCHITECTURE
="no"
22727 if test -z "$PKG_CONFIG"; then
22728 # Extract the first word of "pkg-config", so it can be a program name with args.
22729 set dummy pkg
-config; ac_word
=$2
22730 echo "$as_me:$LINENO: checking for $ac_word" >&5
22731 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22732 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22733 echo $ECHO_N "(cached) $ECHO_C" >&6
22735 case $PKG_CONFIG in
22737 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22740 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22741 for as_dir
in $PATH
22744 test -z "$as_dir" && as_dir
=.
22745 for ac_exec_ext
in '' $ac_executable_extensions; do
22746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22747 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22754 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22758 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22760 if test -n "$PKG_CONFIG"; then
22761 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22762 echo "${ECHO_T}$PKG_CONFIG" >&6
22764 echo "$as_me:$LINENO: result: no" >&5
22765 echo "${ECHO_T}no" >&6
22770 if test "$PKG_CONFIG" = "no" ; then
22771 echo "*** The pkg-config script could not be found. Make sure it is"
22772 echo "*** in your path, or set the PKG_CONFIG environment variable"
22773 echo "*** to the full path to pkg-config."
22774 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22776 PKG_CONFIG_MIN_VERSION
=0.9.0
22777 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22778 echo "$as_me:$LINENO: checking for pangoxft" >&5
22779 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
22781 if $PKG_CONFIG --exists "pangoxft" ; then
22782 echo "$as_me:$LINENO: result: yes" >&5
22783 echo "${ECHO_T}yes" >&6
22786 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
22787 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
22788 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
22789 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
22790 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
22792 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
22793 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
22794 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
22795 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
22796 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
22800 ## If we have a custom action on failure, don't print errors, but
22801 ## do set a variable so people can do so.
22802 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
22809 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22810 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22814 if test $succeeded = yes; then
22816 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
22817 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
22821 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
22822 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
22829 wxUSE_UNIVERSAL
="yes"
22831 if test "$wxUSE_NANOX" = "yes"; then
22832 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
22833 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"
22834 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
22836 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11$xpm_link"
22839 TOOLKIT_VPATH
="\${top_srcdir}/src/x11"
22844 if test "$wxUSE_MOTIF" = 1; then
22845 if test "$no_x" = yes; then
22846 # Not all programs may use this symbol, but it does not hurt to define it.
22848 cat >>confdefs.h
<<\_ACEOF
22849 #define X_DISPLAY_MISSING 1
22852 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
22854 if test -n "$x_includes"; then
22855 X_CFLAGS
="$X_CFLAGS -I$x_includes"
22858 # It would also be nice to do this for all -L options, not just this one.
22859 if test -n "$x_libraries"; then
22860 X_LIBS
="$X_LIBS -L$x_libraries"
22861 # For Solaris; some versions of Sun CC require a space after -R and
22862 # others require no space. Words are not sufficient . . . .
22863 case `(uname -sr) 2>/dev/null` in
22865 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
22866 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
22867 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
22868 cat >conftest.
$ac_ext <<_ACEOF
22869 #line $LINENO "configure"
22872 cat confdefs.h
>>conftest.
$ac_ext
22873 cat >>conftest.
$ac_ext <<_ACEOF
22874 /* end confdefs.h. */
22884 rm -f conftest.
$ac_objext conftest
$ac_exeext
22885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22886 (eval $ac_link) 2>&5
22888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22889 (exit $ac_status); } &&
22890 { ac_try
='test -s conftest$ac_exeext'
22891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22892 (eval $ac_try) 2>&5
22894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22895 (exit $ac_status); }; }; then
22898 echo "$as_me: failed program was:" >&5
22899 sed 's/^/| /' conftest.
$ac_ext >&5
22903 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22904 if test $ac_R_nospace = yes; then
22905 echo "$as_me:$LINENO: result: no" >&5
22906 echo "${ECHO_T}no" >&6
22907 X_LIBS
="$X_LIBS -R$x_libraries"
22909 LIBS
="$ac_xsave_LIBS -R $x_libraries"
22910 cat >conftest.
$ac_ext <<_ACEOF
22911 #line $LINENO "configure"
22914 cat confdefs.h
>>conftest.
$ac_ext
22915 cat >>conftest.
$ac_ext <<_ACEOF
22916 /* end confdefs.h. */
22926 rm -f conftest.
$ac_objext conftest
$ac_exeext
22927 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22928 (eval $ac_link) 2>&5
22930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22931 (exit $ac_status); } &&
22932 { ac_try
='test -s conftest$ac_exeext'
22933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22934 (eval $ac_try) 2>&5
22936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22937 (exit $ac_status); }; }; then
22940 echo "$as_me: failed program was:" >&5
22941 sed 's/^/| /' conftest.
$ac_ext >&5
22945 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22946 if test $ac_R_space = yes; then
22947 echo "$as_me:$LINENO: result: yes" >&5
22948 echo "${ECHO_T}yes" >&6
22949 X_LIBS
="$X_LIBS -R $x_libraries"
22951 echo "$as_me:$LINENO: result: neither works" >&5
22952 echo "${ECHO_T}neither works" >&6
22955 LIBS
=$ac_xsave_LIBS
22959 # Check for system-dependent libraries X programs must link with.
22960 # Do this before checking for the system-independent R6 libraries
22961 # (-lICE), since we may need -lsocket or whatever for X linking.
22963 if test "$ISC" = yes; then
22964 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
22966 # Martyn Johnson says this is needed for Ultrix, if the X
22967 # libraries were built with DECnet support. And Karl Berry says
22968 # the Alpha needs dnet_stub (dnet does not exist).
22969 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
22970 cat >conftest.
$ac_ext <<_ACEOF
22971 #line $LINENO "configure"
22974 cat confdefs.h
>>conftest.
$ac_ext
22975 cat >>conftest.
$ac_ext <<_ACEOF
22976 /* end confdefs.h. */
22978 /* Override any gcc2 internal prototype to avoid an error. */
22982 /* We use char because int might match the return type of a gcc2
22983 builtin and then its argument prototype would still apply. */
22984 char XOpenDisplay ();
22993 rm -f conftest.
$ac_objext conftest
$ac_exeext
22994 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22995 (eval $ac_link) 2>&5
22997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22998 (exit $ac_status); } &&
22999 { ac_try
='test -s conftest$ac_exeext'
23000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23001 (eval $ac_try) 2>&5
23003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23004 (exit $ac_status); }; }; then
23007 echo "$as_me: failed program was:" >&5
23008 sed 's/^/| /' conftest.
$ac_ext >&5
23010 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
23011 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
23012 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
23013 echo $ECHO_N "(cached) $ECHO_C" >&6
23015 ac_check_lib_save_LIBS
=$LIBS
23016 LIBS
="-ldnet $LIBS"
23017 cat >conftest.
$ac_ext <<_ACEOF
23018 #line $LINENO "configure"
23021 cat confdefs.h
>>conftest.
$ac_ext
23022 cat >>conftest.
$ac_ext <<_ACEOF
23023 /* end confdefs.h. */
23025 /* Override any gcc2 internal prototype to avoid an error. */
23029 /* We use char because int might match the return type of a gcc2
23030 builtin and then its argument prototype would still apply. */
23040 rm -f conftest.
$ac_objext conftest
$ac_exeext
23041 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23042 (eval $ac_link) 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_dnet_ntoa
=yes
23054 echo "$as_me: failed program was:" >&5
23055 sed 's/^/| /' conftest.
$ac_ext >&5
23057 ac_cv_lib_dnet_dnet_ntoa
=no
23059 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23060 LIBS
=$ac_check_lib_save_LIBS
23062 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
23063 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
23064 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
23065 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
23068 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
23069 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
23070 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
23071 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
23072 echo $ECHO_N "(cached) $ECHO_C" >&6
23074 ac_check_lib_save_LIBS
=$LIBS
23075 LIBS
="-ldnet_stub $LIBS"
23076 cat >conftest.
$ac_ext <<_ACEOF
23077 #line $LINENO "configure"
23080 cat confdefs.h
>>conftest.
$ac_ext
23081 cat >>conftest.
$ac_ext <<_ACEOF
23082 /* end confdefs.h. */
23084 /* Override any gcc2 internal prototype to avoid an error. */
23088 /* We use char because int might match the return type of a gcc2
23089 builtin and then its argument prototype would still apply. */
23099 rm -f conftest.
$ac_objext conftest
$ac_exeext
23100 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23101 (eval $ac_link) 2>&5
23103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23104 (exit $ac_status); } &&
23105 { ac_try
='test -s conftest$ac_exeext'
23106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23107 (eval $ac_try) 2>&5
23109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23110 (exit $ac_status); }; }; then
23111 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
23113 echo "$as_me: failed program was:" >&5
23114 sed 's/^/| /' conftest.
$ac_ext >&5
23116 ac_cv_lib_dnet_stub_dnet_ntoa
=no
23118 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23119 LIBS
=$ac_check_lib_save_LIBS
23121 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
23122 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
23123 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
23124 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
23129 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23130 LIBS
="$ac_xsave_LIBS"
23132 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
23133 # to get the SysV transport functions.
23134 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
23136 # The nsl library prevents programs from opening the X display
23137 # on Irix 5.2, according to T.E. Dickey.
23138 # The functions gethostbyname, getservbyname, and inet_addr are
23139 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
23140 echo "$as_me:$LINENO: checking for gethostbyname" >&5
23141 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
23142 if test "${ac_cv_func_gethostbyname+set}" = set; then
23143 echo $ECHO_N "(cached) $ECHO_C" >&6
23145 cat >conftest.
$ac_ext <<_ACEOF
23146 #line $LINENO "configure"
23149 cat confdefs.h
>>conftest.
$ac_ext
23150 cat >>conftest.
$ac_ext <<_ACEOF
23151 /* end confdefs.h. */
23152 /* System header to define __stub macros and hopefully few prototypes,
23153 which can conflict with char gethostbyname (); below.
23154 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23155 <limits.h> exists even on freestanding compilers. */
23157 # include <limits.h>
23159 # include <assert.h>
23161 /* Override any gcc2 internal prototype to avoid an error. */
23166 /* We use char because int might match the return type of a gcc2
23167 builtin and then its argument prototype would still apply. */
23168 char gethostbyname ();
23169 /* The GNU C library defines this for functions which it implements
23170 to always fail with ENOSYS. Some functions are actually named
23171 something starting with __ and the normal name is an alias. */
23172 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
23175 char (*f) () = gethostbyname;
23184 return f != gethostbyname;
23189 rm -f conftest.
$ac_objext conftest
$ac_exeext
23190 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23191 (eval $ac_link) 2>&5
23193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23194 (exit $ac_status); } &&
23195 { ac_try
='test -s conftest$ac_exeext'
23196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23197 (eval $ac_try) 2>&5
23199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23200 (exit $ac_status); }; }; then
23201 ac_cv_func_gethostbyname
=yes
23203 echo "$as_me: failed program was:" >&5
23204 sed 's/^/| /' conftest.
$ac_ext >&5
23206 ac_cv_func_gethostbyname
=no
23208 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23210 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
23211 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
23213 if test $ac_cv_func_gethostbyname = no
; then
23214 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
23215 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
23216 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
23217 echo $ECHO_N "(cached) $ECHO_C" >&6
23219 ac_check_lib_save_LIBS
=$LIBS
23221 cat >conftest.
$ac_ext <<_ACEOF
23222 #line $LINENO "configure"
23225 cat confdefs.h
>>conftest.
$ac_ext
23226 cat >>conftest.
$ac_ext <<_ACEOF
23227 /* end confdefs.h. */
23229 /* Override any gcc2 internal prototype to avoid an error. */
23233 /* We use char because int might match the return type of a gcc2
23234 builtin and then its argument prototype would still apply. */
23235 char gethostbyname ();
23244 rm -f conftest.
$ac_objext conftest
$ac_exeext
23245 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23246 (eval $ac_link) 2>&5
23248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23249 (exit $ac_status); } &&
23250 { ac_try
='test -s conftest$ac_exeext'
23251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23252 (eval $ac_try) 2>&5
23254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23255 (exit $ac_status); }; }; then
23256 ac_cv_lib_nsl_gethostbyname
=yes
23258 echo "$as_me: failed program was:" >&5
23259 sed 's/^/| /' conftest.
$ac_ext >&5
23261 ac_cv_lib_nsl_gethostbyname
=no
23263 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23264 LIBS
=$ac_check_lib_save_LIBS
23266 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
23267 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
23268 if test $ac_cv_lib_nsl_gethostbyname = yes; then
23269 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
23272 if test $ac_cv_lib_nsl_gethostbyname = no
; then
23273 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
23274 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
23275 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
23276 echo $ECHO_N "(cached) $ECHO_C" >&6
23278 ac_check_lib_save_LIBS
=$LIBS
23280 cat >conftest.
$ac_ext <<_ACEOF
23281 #line $LINENO "configure"
23284 cat confdefs.h
>>conftest.
$ac_ext
23285 cat >>conftest.
$ac_ext <<_ACEOF
23286 /* end confdefs.h. */
23288 /* Override any gcc2 internal prototype to avoid an error. */
23292 /* We use char because int might match the return type of a gcc2
23293 builtin and then its argument prototype would still apply. */
23294 char gethostbyname ();
23303 rm -f conftest.
$ac_objext conftest
$ac_exeext
23304 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23305 (eval $ac_link) 2>&5
23307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23308 (exit $ac_status); } &&
23309 { ac_try
='test -s conftest$ac_exeext'
23310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23311 (eval $ac_try) 2>&5
23313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23314 (exit $ac_status); }; }; then
23315 ac_cv_lib_bsd_gethostbyname
=yes
23317 echo "$as_me: failed program was:" >&5
23318 sed 's/^/| /' conftest.
$ac_ext >&5
23320 ac_cv_lib_bsd_gethostbyname
=no
23322 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23323 LIBS
=$ac_check_lib_save_LIBS
23325 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
23326 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
23327 if test $ac_cv_lib_bsd_gethostbyname = yes; then
23328 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
23334 # lieder@skyler.mavd.honeywell.com says without -lsocket,
23335 # socket/setsockopt and other routines are undefined under SCO ODT
23336 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
23337 # on later versions), says Simon Leinen: it contains gethostby*
23338 # variants that don't use the name server (or something). -lsocket
23339 # must be given before -lnsl if both are needed. We assume that
23340 # if connect needs -lnsl, so does gethostbyname.
23341 echo "$as_me:$LINENO: checking for connect" >&5
23342 echo $ECHO_N "checking for connect... $ECHO_C" >&6
23343 if test "${ac_cv_func_connect+set}" = set; then
23344 echo $ECHO_N "(cached) $ECHO_C" >&6
23346 cat >conftest.
$ac_ext <<_ACEOF
23347 #line $LINENO "configure"
23350 cat confdefs.h
>>conftest.
$ac_ext
23351 cat >>conftest.
$ac_ext <<_ACEOF
23352 /* end confdefs.h. */
23353 /* System header to define __stub macros and hopefully few prototypes,
23354 which can conflict with char connect (); below.
23355 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23356 <limits.h> exists even on freestanding compilers. */
23358 # include <limits.h>
23360 # include <assert.h>
23362 /* Override any gcc2 internal prototype to avoid an error. */
23367 /* We use char because int might match the return type of a gcc2
23368 builtin and then its argument prototype would still apply. */
23370 /* The GNU C library defines this for functions which it implements
23371 to always fail with ENOSYS. Some functions are actually named
23372 something starting with __ and the normal name is an alias. */
23373 #if defined (__stub_connect) || defined (__stub___connect)
23376 char (*f) () = connect;
23385 return f != connect;
23390 rm -f conftest.
$ac_objext conftest
$ac_exeext
23391 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23392 (eval $ac_link) 2>&5
23394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23395 (exit $ac_status); } &&
23396 { ac_try
='test -s conftest$ac_exeext'
23397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23398 (eval $ac_try) 2>&5
23400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23401 (exit $ac_status); }; }; then
23402 ac_cv_func_connect
=yes
23404 echo "$as_me: failed program was:" >&5
23405 sed 's/^/| /' conftest.
$ac_ext >&5
23407 ac_cv_func_connect
=no
23409 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23411 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
23412 echo "${ECHO_T}$ac_cv_func_connect" >&6
23414 if test $ac_cv_func_connect = no
; then
23415 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
23416 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
23417 if test "${ac_cv_lib_socket_connect+set}" = set; then
23418 echo $ECHO_N "(cached) $ECHO_C" >&6
23420 ac_check_lib_save_LIBS
=$LIBS
23421 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
23422 cat >conftest.
$ac_ext <<_ACEOF
23423 #line $LINENO "configure"
23426 cat confdefs.h
>>conftest.
$ac_ext
23427 cat >>conftest.
$ac_ext <<_ACEOF
23428 /* end confdefs.h. */
23430 /* Override any gcc2 internal prototype to avoid an error. */
23434 /* We use char because int might match the return type of a gcc2
23435 builtin and then its argument prototype would still apply. */
23445 rm -f conftest.
$ac_objext conftest
$ac_exeext
23446 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23447 (eval $ac_link) 2>&5
23449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23450 (exit $ac_status); } &&
23451 { ac_try
='test -s conftest$ac_exeext'
23452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23453 (eval $ac_try) 2>&5
23455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23456 (exit $ac_status); }; }; then
23457 ac_cv_lib_socket_connect
=yes
23459 echo "$as_me: failed program was:" >&5
23460 sed 's/^/| /' conftest.
$ac_ext >&5
23462 ac_cv_lib_socket_connect
=no
23464 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23465 LIBS
=$ac_check_lib_save_LIBS
23467 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
23468 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
23469 if test $ac_cv_lib_socket_connect = yes; then
23470 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
23475 # Guillermo Gomez says -lposix is necessary on A/UX.
23476 echo "$as_me:$LINENO: checking for remove" >&5
23477 echo $ECHO_N "checking for remove... $ECHO_C" >&6
23478 if test "${ac_cv_func_remove+set}" = set; then
23479 echo $ECHO_N "(cached) $ECHO_C" >&6
23481 cat >conftest.
$ac_ext <<_ACEOF
23482 #line $LINENO "configure"
23485 cat confdefs.h
>>conftest.
$ac_ext
23486 cat >>conftest.
$ac_ext <<_ACEOF
23487 /* end confdefs.h. */
23488 /* System header to define __stub macros and hopefully few prototypes,
23489 which can conflict with char remove (); below.
23490 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23491 <limits.h> exists even on freestanding compilers. */
23493 # include <limits.h>
23495 # include <assert.h>
23497 /* Override any gcc2 internal prototype to avoid an error. */
23502 /* We use char because int might match the return type of a gcc2
23503 builtin and then its argument prototype would still apply. */
23505 /* The GNU C library defines this for functions which it implements
23506 to always fail with ENOSYS. Some functions are actually named
23507 something starting with __ and the normal name is an alias. */
23508 #if defined (__stub_remove) || defined (__stub___remove)
23511 char (*f) () = remove;
23520 return f != remove;
23525 rm -f conftest.
$ac_objext conftest
$ac_exeext
23526 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23527 (eval $ac_link) 2>&5
23529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23530 (exit $ac_status); } &&
23531 { ac_try
='test -s conftest$ac_exeext'
23532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23533 (eval $ac_try) 2>&5
23535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23536 (exit $ac_status); }; }; then
23537 ac_cv_func_remove
=yes
23539 echo "$as_me: failed program was:" >&5
23540 sed 's/^/| /' conftest.
$ac_ext >&5
23542 ac_cv_func_remove
=no
23544 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23546 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
23547 echo "${ECHO_T}$ac_cv_func_remove" >&6
23549 if test $ac_cv_func_remove = no
; then
23550 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
23551 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
23552 if test "${ac_cv_lib_posix_remove+set}" = set; then
23553 echo $ECHO_N "(cached) $ECHO_C" >&6
23555 ac_check_lib_save_LIBS
=$LIBS
23556 LIBS
="-lposix $LIBS"
23557 cat >conftest.
$ac_ext <<_ACEOF
23558 #line $LINENO "configure"
23561 cat confdefs.h
>>conftest.
$ac_ext
23562 cat >>conftest.
$ac_ext <<_ACEOF
23563 /* end confdefs.h. */
23565 /* Override any gcc2 internal prototype to avoid an error. */
23569 /* We use char because int might match the return type of a gcc2
23570 builtin and then its argument prototype would still apply. */
23580 rm -f conftest.
$ac_objext conftest
$ac_exeext
23581 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23582 (eval $ac_link) 2>&5
23584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23585 (exit $ac_status); } &&
23586 { ac_try
='test -s conftest$ac_exeext'
23587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23588 (eval $ac_try) 2>&5
23590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23591 (exit $ac_status); }; }; then
23592 ac_cv_lib_posix_remove
=yes
23594 echo "$as_me: failed program was:" >&5
23595 sed 's/^/| /' conftest.
$ac_ext >&5
23597 ac_cv_lib_posix_remove
=no
23599 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23600 LIBS
=$ac_check_lib_save_LIBS
23602 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
23603 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
23604 if test $ac_cv_lib_posix_remove = yes; then
23605 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
23610 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
23611 echo "$as_me:$LINENO: checking for shmat" >&5
23612 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
23613 if test "${ac_cv_func_shmat+set}" = set; then
23614 echo $ECHO_N "(cached) $ECHO_C" >&6
23616 cat >conftest.
$ac_ext <<_ACEOF
23617 #line $LINENO "configure"
23620 cat confdefs.h
>>conftest.
$ac_ext
23621 cat >>conftest.
$ac_ext <<_ACEOF
23622 /* end confdefs.h. */
23623 /* System header to define __stub macros and hopefully few prototypes,
23624 which can conflict with char shmat (); below.
23625 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23626 <limits.h> exists even on freestanding compilers. */
23628 # include <limits.h>
23630 # include <assert.h>
23632 /* Override any gcc2 internal prototype to avoid an error. */
23637 /* We use char because int might match the return type of a gcc2
23638 builtin and then its argument prototype would still apply. */
23640 /* The GNU C library defines this for functions which it implements
23641 to always fail with ENOSYS. Some functions are actually named
23642 something starting with __ and the normal name is an alias. */
23643 #if defined (__stub_shmat) || defined (__stub___shmat)
23646 char (*f) () = shmat;
23660 rm -f conftest.
$ac_objext conftest
$ac_exeext
23661 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23662 (eval $ac_link) 2>&5
23664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23665 (exit $ac_status); } &&
23666 { ac_try
='test -s conftest$ac_exeext'
23667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23668 (eval $ac_try) 2>&5
23670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23671 (exit $ac_status); }; }; then
23672 ac_cv_func_shmat
=yes
23674 echo "$as_me: failed program was:" >&5
23675 sed 's/^/| /' conftest.
$ac_ext >&5
23677 ac_cv_func_shmat
=no
23679 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23681 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
23682 echo "${ECHO_T}$ac_cv_func_shmat" >&6
23684 if test $ac_cv_func_shmat = no
; then
23685 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
23686 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
23687 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
23688 echo $ECHO_N "(cached) $ECHO_C" >&6
23690 ac_check_lib_save_LIBS
=$LIBS
23692 cat >conftest.
$ac_ext <<_ACEOF
23693 #line $LINENO "configure"
23696 cat confdefs.h
>>conftest.
$ac_ext
23697 cat >>conftest.
$ac_ext <<_ACEOF
23698 /* end confdefs.h. */
23700 /* Override any gcc2 internal prototype to avoid an error. */
23704 /* We use char because int might match the return type of a gcc2
23705 builtin and then its argument prototype would still apply. */
23715 rm -f conftest.
$ac_objext conftest
$ac_exeext
23716 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23717 (eval $ac_link) 2>&5
23719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23720 (exit $ac_status); } &&
23721 { ac_try
='test -s conftest$ac_exeext'
23722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23723 (eval $ac_try) 2>&5
23725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23726 (exit $ac_status); }; }; then
23727 ac_cv_lib_ipc_shmat
=yes
23729 echo "$as_me: failed program was:" >&5
23730 sed 's/^/| /' conftest.
$ac_ext >&5
23732 ac_cv_lib_ipc_shmat
=no
23734 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23735 LIBS
=$ac_check_lib_save_LIBS
23737 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
23738 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
23739 if test $ac_cv_lib_ipc_shmat = yes; then
23740 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
23746 # Check for libraries that X11R6 Xt/Xaw programs need.
23747 ac_save_LDFLAGS
=$LDFLAGS
23748 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
23749 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
23750 # check for ICE first), but we must link in the order -lSM -lICE or
23751 # we get undefined symbols. So assume we have SM if we have ICE.
23752 # These have to be linked with before -lX11, unlike the other
23753 # libraries we check for below, so use a different variable.
23754 # John Interrante, Karl Berry
23755 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
23756 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
23757 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
23758 echo $ECHO_N "(cached) $ECHO_C" >&6
23760 ac_check_lib_save_LIBS
=$LIBS
23761 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
23762 cat >conftest.
$ac_ext <<_ACEOF
23763 #line $LINENO "configure"
23766 cat confdefs.h
>>conftest.
$ac_ext
23767 cat >>conftest.
$ac_ext <<_ACEOF
23768 /* end confdefs.h. */
23770 /* Override any gcc2 internal prototype to avoid an error. */
23774 /* We use char because int might match the return type of a gcc2
23775 builtin and then its argument prototype would still apply. */
23776 char IceConnectionNumber ();
23780 IceConnectionNumber ();
23785 rm -f conftest.
$ac_objext conftest
$ac_exeext
23786 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23787 (eval $ac_link) 2>&5
23789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23790 (exit $ac_status); } &&
23791 { ac_try
='test -s conftest$ac_exeext'
23792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23793 (eval $ac_try) 2>&5
23795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23796 (exit $ac_status); }; }; then
23797 ac_cv_lib_ICE_IceConnectionNumber
=yes
23799 echo "$as_me: failed program was:" >&5
23800 sed 's/^/| /' conftest.
$ac_ext >&5
23802 ac_cv_lib_ICE_IceConnectionNumber
=no
23804 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23805 LIBS
=$ac_check_lib_save_LIBS
23807 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
23808 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
23809 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
23810 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
23813 LDFLAGS
=$ac_save_LDFLAGS
23818 if test "$no_x" = "yes"; then
23819 { { echo "$as_me:$LINENO: error: X11 not found" >&5
23820 echo "$as_me: error: X11 not found" >&2;}
23821 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
23824 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//'`
23825 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
23826 AFMINSTALL
=afminstall
23827 COMPILED_X_PROGRAM
=0
23829 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
23830 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
23833 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
23835 if test -f "$ac_dir/Xm/Xm.h"; then
23836 ac_find_includes
=$ac_dir
23841 if test "$ac_find_includes" != "" ; then
23842 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
23843 echo "${ECHO_T}found in $ac_find_includes" >&6
23845 if test "x$ac_find_includes" = "x/usr/include"; then
23846 ac_path_to_include
=""
23848 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
23850 if test $result = 0; then
23851 ac_path_to_include
=""
23853 ac_path_to_include
=" -I$ac_find_includes"
23857 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
23859 cat >conftest.
$ac_ext <<_ACEOF
23860 #line $LINENO "configure"
23863 cat confdefs.h
>>conftest.
$ac_ext
23864 cat >>conftest.
$ac_ext <<_ACEOF
23865 /* end confdefs.h. */
23874 version = xmUseVersion;
23880 rm -f conftest.
$ac_objext
23881 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23882 (eval $ac_compile) 2>&5
23884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23885 (exit $ac_status); } &&
23886 { ac_try
='test -s conftest.$ac_objext'
23887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23888 (eval $ac_try) 2>&5
23890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23891 (exit $ac_status); }; }; then
23893 echo "$as_me:$LINENO: result: found in default search path" >&5
23894 echo "${ECHO_T}found in default search path" >&6
23895 COMPILED_X_PROGRAM
=1
23898 echo "$as_me: failed program was:" >&5
23899 sed 's/^/| /' conftest.
$ac_ext >&5
23902 echo "$as_me:$LINENO: result: no" >&5
23903 echo "${ECHO_T}no" >&6
23904 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
23905 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
23906 { (exit 1); exit 1; }; }
23910 rm -f conftest.
$ac_objext conftest.
$ac_ext
23913 if test "$COMPILED_X_PROGRAM" = 0; then
23914 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
23915 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
23918 for ac_dir
in $SEARCH_LIB /usr
/lib
;
23920 for ac_extension
in a so sl dylib
; do
23921 if test -f "$ac_dir/libXm.$ac_extension"; then
23922 ac_find_libraries
=$ac_dir
23928 if test "$ac_find_libraries" != "" ; then
23929 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23930 echo "${ECHO_T}found at $ac_find_libraries" >&6
23933 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
23935 if test $result = 0; then
23938 ac_path_to_link
=" -L$ac_find_libraries"
23941 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
23943 save_CFLAGS
=$CFLAGS
23944 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23946 cat >conftest.
$ac_ext <<_ACEOF
23947 #line $LINENO "configure"
23950 cat confdefs.h
>>conftest.
$ac_ext
23951 cat >>conftest.
$ac_ext <<_ACEOF
23952 /* end confdefs.h. */
23961 version = xmUseVersion;
23967 rm -f conftest.
$ac_objext
23968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23969 (eval $ac_compile) 2>&5
23971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23972 (exit $ac_status); } &&
23973 { ac_try
='test -s conftest.$ac_objext'
23974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23975 (eval $ac_try) 2>&5
23977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23978 (exit $ac_status); }; }; then
23980 echo "$as_me:$LINENO: result: found in default search path" >&5
23981 echo "${ECHO_T}found in default search path" >&6
23982 COMPILED_X_PROGRAM
=1
23985 echo "$as_me: failed program was:" >&5
23986 sed 's/^/| /' conftest.
$ac_ext >&5
23989 echo "$as_me:$LINENO: result: no" >&5
23990 echo "${ECHO_T}no" >&6
23991 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
23992 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
23993 { (exit 1); exit 1; }; }
23997 rm -f conftest.
$ac_objext conftest.
$ac_ext
23999 CFLAGS
=$save_CFLAGS
24004 echo "$as_me:$LINENO: checking for Xpm library" >&5
24005 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
24008 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24010 for ac_extension
in a so sl dylib
; do
24011 if test -f "$ac_dir/libXpm.$ac_extension"; then
24012 ac_find_libraries
=$ac_dir
24018 if test "$ac_find_libraries" != "" ; then
24020 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
24022 if test $result = 0; then
24025 ac_path_to_link
=" -L$ac_find_libraries"
24028 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
24031 cat >>confdefs.h
<<\_ACEOF
24032 #define wxHAVE_LIB_XPM 1
24035 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
24036 echo "${ECHO_T}found at $ac_find_libraries" >&6
24038 save_CFLAGS
=$CFLAGS
24039 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
24041 cat >conftest.
$ac_ext <<_ACEOF
24042 #line $LINENO "configure"
24045 cat confdefs.h
>>conftest.
$ac_ext
24046 cat >>conftest.
$ac_ext <<_ACEOF
24047 /* end confdefs.h. */
24049 #include <X11/xpm.h>
24056 version = XpmLibraryVersion();
24062 rm -f conftest.
$ac_objext
24063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24064 (eval $ac_compile) 2>&5
24066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24067 (exit $ac_status); } &&
24068 { ac_try
='test -s conftest.$ac_objext'
24069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24070 (eval $ac_try) 2>&5
24072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24073 (exit $ac_status); }; }; then
24076 cat >>confdefs.h
<<\_ACEOF
24077 #define wxHAVE_LIB_XPM 1
24080 echo "$as_me:$LINENO: result: found in default search path" >&5
24081 echo "${ECHO_T}found in default search path" >&6
24082 COMPILED_X_PROGRAM
=0
24085 echo "$as_me: failed program was:" >&5
24086 sed 's/^/| /' conftest.
$ac_ext >&5
24089 echo "$as_me:$LINENO: result: no" >&5
24090 echo "${ECHO_T}no" >&6
24091 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
24092 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
24096 rm -f conftest.
$ac_objext conftest.
$ac_ext
24098 CFLAGS
=$save_CFLAGS
24101 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
24102 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
24106 for libp
in "" " -lXp"; do
24107 if test "$libs_found" = "0"; then
24108 for libsm_ice
in " -lSM -lICE"; do
24109 if test "$libs_found" = "0"; then
24111 LIBS
="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
24112 save_CFLAGS
=$CFLAGS
24113 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
24115 cat >conftest.
$ac_ext <<_ACEOF
24116 #line $LINENO "configure"
24119 cat confdefs.h
>>conftest.
$ac_ext
24120 cat >>conftest.
$ac_ext <<_ACEOF
24121 /* end confdefs.h. */
24124 #include <Xm/List.h>
24130 XmString string = NULL;
24133 XmListAddItem(w, string, position);
24139 rm -f conftest.
$ac_objext conftest
$ac_exeext
24140 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24141 (eval $ac_link) 2>&5
24143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24144 (exit $ac_status); } &&
24145 { ac_try
='test -s conftest$ac_exeext'
24146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24147 (eval $ac_try) 2>&5
24149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24150 (exit $ac_status); }; }; then
24153 libsm_ice_link
="$libsm_ice"
24154 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
24155 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
24159 echo "$as_me: failed program was:" >&5
24160 sed 's/^/| /' conftest.
$ac_ext >&5
24165 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24168 CFLAGS
=$save_CFLAGS
24174 if test "$libs_found" = "0"; then
24175 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
24176 echo "${ECHO_T}can't find the right libraries" >&6
24177 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
24178 echo "$as_me: error: can't link a simple motif program" >&2;}
24179 { (exit 1); exit 1; }; }
24182 save_CFLAGS
=$CFLAGS
24183 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
24184 echo "$as_me:$LINENO: checking for Motif 2" >&5
24185 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
24186 cat >conftest.
$ac_ext <<_ACEOF
24187 #line $LINENO "configure"
24190 cat confdefs.h
>>conftest.
$ac_ext
24191 cat >>conftest.
$ac_ext <<_ACEOF
24192 /* end confdefs.h. */
24200 #if XmVersion < 2000
24201 #error "Not Motif 2"
24208 rm -f conftest.
$ac_objext
24209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24210 (eval $ac_compile) 2>&5
24212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24213 (exit $ac_status); } &&
24214 { ac_try
='test -s conftest.$ac_objext'
24215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24216 (eval $ac_try) 2>&5
24218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24219 (exit $ac_status); }; }; then
24221 cat >>confdefs.h
<<\_ACEOF
24222 #define __WXMOTIF20__ 1
24225 echo "$as_me:$LINENO: result: found" >&5
24226 echo "${ECHO_T}found" >&6
24229 echo "$as_me: failed program was:" >&5
24230 sed 's/^/| /' conftest.
$ac_ext >&5
24233 cat >>confdefs.h
<<\_ACEOF
24234 #define __WXMOTIF20__ 0
24237 echo "$as_me:$LINENO: result: not found" >&5
24238 echo "${ECHO_T}not found" >&6
24241 rm -f conftest.
$ac_objext conftest.
$ac_ext
24242 CFLAGS
=$save_CFLAGS
24244 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
24245 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
24251 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 &&
24252 test "$wxHAVE_XEXT_LIB" = 1; then
24253 save_CFLAGS
="$CFLAGS"
24254 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
24256 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
24257 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
24258 cat >conftest.
$ac_ext <<_ACEOF
24259 #line $LINENO "configure"
24262 cat confdefs.h
>>conftest.
$ac_ext
24263 cat >>conftest.
$ac_ext <<_ACEOF
24264 /* end confdefs.h. */
24266 #include <X11/Xlib.h>
24267 #include <X11/extensions/shape.h>
24273 int dummy1, dummy2;
24274 XShapeQueryExtension((Display*)NULL,
24275 (int*)NULL, (int*)NULL);
24281 rm -f conftest.
$ac_objext
24282 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24283 (eval $ac_compile) 2>&5
24285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24286 (exit $ac_status); } &&
24287 { ac_try
='test -s conftest.$ac_objext'
24288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24289 (eval $ac_try) 2>&5
24291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24292 (exit $ac_status); }; }; then
24294 cat >>confdefs.h
<<\_ACEOF
24295 #define HAVE_XSHAPE 1
24298 echo "$as_me:$LINENO: result: found" >&5
24299 echo "${ECHO_T}found" >&6
24302 echo "$as_me: failed program was:" >&5
24303 sed 's/^/| /' conftest.
$ac_ext >&5
24306 echo "$as_me:$LINENO: result: not found" >&5
24307 echo "${ECHO_T}not found" >&6
24310 rm -f conftest.
$ac_objext conftest.
$ac_ext
24311 CFLAGS
="$save_CFLAGS"
24314 if test "$wxUSE_MAC" = 1; then
24315 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
24316 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
24317 if test "$GCC" = yes; then
24318 echo "$as_me:$LINENO: result: gcc" >&5
24319 echo "${ECHO_T}gcc" >&6
24320 CPPFLAGS_PASCAL
="-fpascal-strings"
24321 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
24322 echo "$as_me:$LINENO: result: xlc" >&5
24323 echo "${ECHO_T}xlc" >&6
24324 CPPFLAGS_PASCAL
="-qmacpstr"
24326 echo "$as_me:$LINENO: result: none" >&5
24327 echo "${ECHO_T}none" >&6
24330 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
24332 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
24335 WXBASEPORT
="_carbon"
24338 if test "$wxUSE_COCOA" = 1; then
24339 TOOLKIT_VPATH
="\${top_srcdir}/src/cocoa"
24344 if test "$wxUSE_PM" = 1; then
24349 if test "$TOOLKIT" = "PM" ; then
24352 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
24355 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
24357 if test "$wxUSE_UNIVERSAL" = "yes"; then
24358 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
24360 ALL_SOURCES
="\$(ALL_SOURCES) \${UNIV_SOURCES}"
24361 ALL_HEADERS
="\$(ALL_HEADERS) \${UNIV_HEADERS}"
24363 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
24364 if test "$wxUSE_X11" = 1; then
24365 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
24367 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
24369 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
24372 ALL_OBJECTS
="\$(GUIOBJS)"
24373 ALL_SOURCES
="\$(ALL_SOURCES)"
24374 ALL_HEADERS
="\$(ALL_HEADERS)"
24377 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
24379 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
24380 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
24383 if test "$wxUSE_HTML" = "yes"; then
24384 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
24387 if test "$wxUSE_LIBJPEG" = "builtin" ; then
24388 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
24390 if test "$wxUSE_LIBTIFF" = "builtin" ; then
24391 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
24393 if test "$wxUSE_LIBPNG" = "builtin" ; then
24394 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
24397 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
24398 DISTDIR
="wx\$(TOOLKIT)"
24404 if test "$USE_WIN32" = 1 ; then
24405 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
24406 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
24410 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
24411 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
24414 ALL_SOURCES
="\$(ALL_SOURCES)"
24415 ALL_HEADERS
="\$(ALL_HEADERS)"
24417 PORT_FILES
="\${top_srcdir}/src/files.lst"
24419 GUIDIST
="BASE_DIST"
24429 if test "$TOOLKIT" != "MSW" ; then
24431 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
24433 if test "${ac_cv_header_sql_h+set}" = set; then
24434 echo "$as_me:$LINENO: checking for sql.h" >&5
24435 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24436 if test "${ac_cv_header_sql_h+set}" = set; then
24437 echo $ECHO_N "(cached) $ECHO_C" >&6
24439 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24440 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24442 # Is the header compilable?
24443 echo "$as_me:$LINENO: checking sql.h usability" >&5
24444 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
24445 cat >conftest.
$ac_ext <<_ACEOF
24446 #line $LINENO "configure"
24449 cat confdefs.h
>>conftest.
$ac_ext
24450 cat >>conftest.
$ac_ext <<_ACEOF
24451 /* end confdefs.h. */
24452 $ac_includes_default
24455 rm -f conftest.
$ac_objext
24456 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24457 (eval $ac_compile) 2>&5
24459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24460 (exit $ac_status); } &&
24461 { ac_try
='test -s conftest.$ac_objext'
24462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24463 (eval $ac_try) 2>&5
24465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24466 (exit $ac_status); }; }; then
24467 ac_header_compiler
=yes
24469 echo "$as_me: failed program was:" >&5
24470 sed 's/^/| /' conftest.
$ac_ext >&5
24472 ac_header_compiler
=no
24474 rm -f conftest.
$ac_objext conftest.
$ac_ext
24475 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24476 echo "${ECHO_T}$ac_header_compiler" >&6
24478 # Is the header present?
24479 echo "$as_me:$LINENO: checking sql.h presence" >&5
24480 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
24481 cat >conftest.
$ac_ext <<_ACEOF
24482 #line $LINENO "configure"
24485 cat confdefs.h
>>conftest.
$ac_ext
24486 cat >>conftest.
$ac_ext <<_ACEOF
24487 /* end confdefs.h. */
24490 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24491 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24493 grep -v '^ *+' conftest.er1
>conftest.err
24495 cat conftest.err
>&5
24496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24497 (exit $ac_status); } >/dev
/null
; then
24498 if test -s conftest.err
; then
24499 ac_cpp_err
=$ac_c_preproc_warn_flag
24506 if test -z "$ac_cpp_err"; then
24507 ac_header_preproc
=yes
24509 echo "$as_me: failed program was:" >&5
24510 sed 's/^/| /' conftest.
$ac_ext >&5
24512 ac_header_preproc
=no
24514 rm -f conftest.err conftest.
$ac_ext
24515 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24516 echo "${ECHO_T}$ac_header_preproc" >&6
24518 # So? What about this header?
24519 case $ac_header_compiler:$ac_header_preproc in
24521 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
24522 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24523 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24524 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24527 ## ------------------------------------ ##
24528 ## Report this to bug-autoconf@gnu.org. ##
24529 ## ------------------------------------ ##
24532 sed "s/^/$as_me: WARNING: /" >&2
24535 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
24536 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
24537 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
24538 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
24539 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24540 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24543 ## ------------------------------------ ##
24544 ## Report this to bug-autoconf@gnu.org. ##
24545 ## ------------------------------------ ##
24548 sed "s/^/$as_me: WARNING: /" >&2
24551 echo "$as_me:$LINENO: checking for sql.h" >&5
24552 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24553 if test "${ac_cv_header_sql_h+set}" = set; then
24554 echo $ECHO_N "(cached) $ECHO_C" >&6
24556 ac_cv_header_sql_h
=$ac_header_preproc
24558 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24559 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24562 if test $ac_cv_header_sql_h = yes; then
24567 if test "x$found_sql_h" = "x1" ; then
24568 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
24569 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
24570 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
24571 echo $ECHO_N "(cached) $ECHO_C" >&6
24573 ac_check_lib_save_LIBS
=$LIBS
24574 LIBS
="-liodbc $LIBS"
24575 cat >conftest.
$ac_ext <<_ACEOF
24576 #line $LINENO "configure"
24579 cat confdefs.h
>>conftest.
$ac_ext
24580 cat >>conftest.
$ac_ext <<_ACEOF
24581 /* end confdefs.h. */
24583 /* Override any gcc2 internal prototype to avoid an error. */
24587 /* We use char because int might match the return type of a gcc2
24588 builtin and then its argument prototype would still apply. */
24589 char SQLAllocEnv ();
24598 rm -f conftest.
$ac_objext conftest
$ac_exeext
24599 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24600 (eval $ac_link) 2>&5
24602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24603 (exit $ac_status); } &&
24604 { ac_try
='test -s conftest$ac_exeext'
24605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24606 (eval $ac_try) 2>&5
24608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24609 (exit $ac_status); }; }; then
24610 ac_cv_lib_iodbc_SQLAllocEnv
=yes
24612 echo "$as_me: failed program was:" >&5
24613 sed 's/^/| /' conftest.
$ac_ext >&5
24615 ac_cv_lib_iodbc_SQLAllocEnv
=no
24617 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24618 LIBS
=$ac_check_lib_save_LIBS
24620 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
24621 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
24622 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
24623 ODBC_LINK
=" -liodbc"
24626 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
24627 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
24628 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
24629 echo $ECHO_N "(cached) $ECHO_C" >&6
24631 ac_check_lib_save_LIBS
=$LIBS
24632 LIBS
="-lunixodbc $LIBS"
24633 cat >conftest.
$ac_ext <<_ACEOF
24634 #line $LINENO "configure"
24637 cat confdefs.h
>>conftest.
$ac_ext
24638 cat >>conftest.
$ac_ext <<_ACEOF
24639 /* end confdefs.h. */
24641 /* Override any gcc2 internal prototype to avoid an error. */
24645 /* We use char because int might match the return type of a gcc2
24646 builtin and then its argument prototype would still apply. */
24647 char SQLAllocEnv ();
24656 rm -f conftest.
$ac_objext conftest
$ac_exeext
24657 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24658 (eval $ac_link) 2>&5
24660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24661 (exit $ac_status); } &&
24662 { ac_try
='test -s conftest$ac_exeext'
24663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24664 (eval $ac_try) 2>&5
24666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24667 (exit $ac_status); }; }; then
24668 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
24670 echo "$as_me: failed program was:" >&5
24671 sed 's/^/| /' conftest.
$ac_ext >&5
24673 ac_cv_lib_unixodbc_SQLAllocEnv
=no
24675 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24676 LIBS
=$ac_check_lib_save_LIBS
24678 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
24679 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
24680 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
24681 ODBC_LINK
=" -lunixodbc"
24684 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
24685 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
24686 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
24687 echo $ECHO_N "(cached) $ECHO_C" >&6
24689 ac_check_lib_save_LIBS
=$LIBS
24690 LIBS
="-lodbc $LIBS"
24691 cat >conftest.
$ac_ext <<_ACEOF
24692 #line $LINENO "configure"
24695 cat confdefs.h
>>conftest.
$ac_ext
24696 cat >>conftest.
$ac_ext <<_ACEOF
24697 /* end confdefs.h. */
24699 /* Override any gcc2 internal prototype to avoid an error. */
24703 /* We use char because int might match the return type of a gcc2
24704 builtin and then its argument prototype would still apply. */
24705 char SQLAllocEnv ();
24714 rm -f conftest.
$ac_objext conftest
$ac_exeext
24715 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24716 (eval $ac_link) 2>&5
24718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24719 (exit $ac_status); } &&
24720 { ac_try
='test -s conftest$ac_exeext'
24721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24722 (eval $ac_try) 2>&5
24724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24725 (exit $ac_status); }; }; then
24726 ac_cv_lib_odbc_SQLAllocEnv
=yes
24728 echo "$as_me: failed program was:" >&5
24729 sed 's/^/| /' conftest.
$ac_ext >&5
24731 ac_cv_lib_odbc_SQLAllocEnv
=no
24733 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24734 LIBS
=$ac_check_lib_save_LIBS
24736 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
24737 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
24738 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
24739 ODBC_LINK
=" -lodbc"
24749 if test "x$ODBC_LINK" = "x" ; then
24750 if test "$wxUSE_ODBC" = "sys" ; then
24751 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
24752 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
24753 { (exit 1); exit 1; }; }
24755 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
24756 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
24763 if test "$wxUSE_ODBC" != "no" ; then
24764 cat >>confdefs.h
<<\_ACEOF
24765 #define wxUSE_ODBC 1
24768 if test "$wxUSE_ODBC" = "builtin" ; then
24769 cat >>confdefs.h
<<\_ACEOF
24770 #define wxUSE_BUILTIN_IODBC 1
24774 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
24776 WXODBCFLAG
="-D_IODBC_"
24780 if test "$wxUSE_REGEX" = "builtin" ; then
24781 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
24783 if test "$wxUSE_ZLIB" = "builtin" ; then
24784 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
24789 if test "$wxUSE_OPENGL" = "yes"; then
24790 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
24791 OPENGL_LIBS
="-framework OpenGL -framework AGL"
24792 elif test "$wxUSE_MSW" = 1; then
24793 OPENGL_LIBS
="-lopengl32 -lglu32"
24798 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
24800 if test -f "$ac_dir/GL/gl.h"; then
24801 ac_find_includes
=$ac_dir
24806 if test "$ac_find_includes" != "" ; then
24807 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
24808 echo "${ECHO_T}found in $ac_find_includes" >&6
24810 if test "x$ac_find_includes" = "x/usr/include"; then
24811 ac_path_to_include
=""
24813 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
24815 if test $result = 0; then
24816 ac_path_to_include
=""
24818 ac_path_to_include
=" -I$ac_find_includes"
24822 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
24825 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24826 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24827 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24828 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24829 echo $ECHO_N "(cached) $ECHO_C" >&6
24831 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24832 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24834 # Is the header compilable?
24835 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
24836 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
24837 cat >conftest.
$ac_ext <<_ACEOF
24838 #line $LINENO "configure"
24841 cat confdefs.h
>>conftest.
$ac_ext
24842 cat >>conftest.
$ac_ext <<_ACEOF
24843 /* end confdefs.h. */
24844 $ac_includes_default
24847 rm -f conftest.
$ac_objext
24848 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24849 (eval $ac_compile) 2>&5
24851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24852 (exit $ac_status); } &&
24853 { ac_try
='test -s conftest.$ac_objext'
24854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24855 (eval $ac_try) 2>&5
24857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24858 (exit $ac_status); }; }; then
24859 ac_header_compiler
=yes
24861 echo "$as_me: failed program was:" >&5
24862 sed 's/^/| /' conftest.
$ac_ext >&5
24864 ac_header_compiler
=no
24866 rm -f conftest.
$ac_objext conftest.
$ac_ext
24867 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24868 echo "${ECHO_T}$ac_header_compiler" >&6
24870 # Is the header present?
24871 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
24872 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
24873 cat >conftest.
$ac_ext <<_ACEOF
24874 #line $LINENO "configure"
24877 cat confdefs.h
>>conftest.
$ac_ext
24878 cat >>conftest.
$ac_ext <<_ACEOF
24879 /* end confdefs.h. */
24882 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24883 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24885 grep -v '^ *+' conftest.er1
>conftest.err
24887 cat conftest.err
>&5
24888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24889 (exit $ac_status); } >/dev
/null
; then
24890 if test -s conftest.err
; then
24891 ac_cpp_err
=$ac_c_preproc_warn_flag
24898 if test -z "$ac_cpp_err"; then
24899 ac_header_preproc
=yes
24901 echo "$as_me: failed program was:" >&5
24902 sed 's/^/| /' conftest.
$ac_ext >&5
24904 ac_header_preproc
=no
24906 rm -f conftest.err conftest.
$ac_ext
24907 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24908 echo "${ECHO_T}$ac_header_preproc" >&6
24910 # So? What about this header?
24911 case $ac_header_compiler:$ac_header_preproc in
24913 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
24914 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24915 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24916 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24919 ## ------------------------------------ ##
24920 ## Report this to bug-autoconf@gnu.org. ##
24921 ## ------------------------------------ ##
24924 sed "s/^/$as_me: WARNING: /" >&2
24927 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
24928 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
24929 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
24930 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
24931 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24932 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24935 ## ------------------------------------ ##
24936 ## Report this to bug-autoconf@gnu.org. ##
24937 ## ------------------------------------ ##
24940 sed "s/^/$as_me: WARNING: /" >&2
24943 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24944 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24945 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24946 echo $ECHO_N "(cached) $ECHO_C" >&6
24948 ac_cv_header_GL_gl_h
=$ac_header_preproc
24950 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24951 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24954 if test $ac_cv_header_GL_gl_h = yes; then
24958 echo "$as_me:$LINENO: checking for -lGL" >&5
24959 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
24962 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24964 for ac_extension
in a so sl dylib
; do
24965 if test -f "$ac_dir/libGL.$ac_extension"; then
24966 ac_find_libraries
=$ac_dir
24972 if test "$ac_find_libraries" != "" ; then
24974 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
24976 if test $result = 0; then
24979 ac_path_to_link
=" -L$ac_find_libraries"
24982 if test "$ac_path_to_link" != " -L/usr/lib" ; then
24983 LDFLAGS_GL
="$ac_path_to_link"
24988 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24990 for ac_extension
in a so sl dylib
; do
24991 if test -f "$ac_dir/libGLU.$ac_extension"; then
24992 ac_find_libraries
=$ac_dir
24998 if test "$ac_find_libraries" != "" ; then
25000 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
25002 if test $result = 0; then
25005 ac_path_to_link
=" -L$ac_find_libraries"
25008 if test "$ac_path_to_link" != " -L/usr/lib" -a \
25009 "$ac_path_to_link" != "$LDFLAGS_GL"; then
25010 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
25014 OPENGL_LIBS
="-lGL -lGLU"
25015 echo "$as_me:$LINENO: result: yes" >&5
25016 echo "${ECHO_T}yes" >&6
25020 if test "$found_gl" != 1; then
25021 echo "$as_me:$LINENO: result: no" >&5
25022 echo "${ECHO_T}no" >&6
25023 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
25024 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
25027 for ac_dir
in $SEARCH_LIB /usr
/lib
;
25029 for ac_extension
in a so sl dylib
; do
25030 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
25031 ac_find_libraries
=$ac_dir
25037 if test "$ac_find_libraries" != "" ; then
25039 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
25041 if test $result = 0; then
25044 ac_path_to_link
=" -L$ac_find_libraries"
25047 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
25048 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
25049 echo "$as_me:$LINENO: result: yes" >&5
25050 echo "${ECHO_T}yes" >&6
25052 echo "$as_me:$LINENO: result: no" >&5
25053 echo "${ECHO_T}no" >&6
25061 if test "x$OPENGL_LIBS" = "x"; then
25062 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
25063 echo "$as_me: error: OpenGL libraries not available" >&2;}
25064 { (exit 1); exit 1; }; }
25068 if test "$wxUSE_OPENGL" = "yes"; then
25070 cat >>confdefs.h
<<\_ACEOF
25071 #define wxUSE_OPENGL 1
25074 cat >>confdefs.h
<<\_ACEOF
25075 #define wxUSE_GLCANVAS 1
25078 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
25082 if test -z "$TOOLKIT_VPATH" ; then
25083 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
25086 if test -n "$TOOLKIT" ; then
25087 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
25091 lib_unicode_suffix
=
25092 if test "$wxUSE_UNICODE" = "yes"; then
25093 lib_unicode_suffix
=u
25099 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
25105 if test "$wxUSE_DEBUG_INFO" = "yes"; then
25109 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
25111 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
25112 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
25114 if test "$cross_compiling" = "yes"; then
25115 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
25116 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
25117 HOST_SUFFIX
="-${host_alias}"
25120 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
25121 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
25122 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}"
25123 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
25125 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
25126 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
25128 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
25129 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
25130 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
25131 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25134 *-*-cygwin* | *-*-mingw32* )
25135 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
25136 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25141 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
25142 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
25144 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
25145 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
25146 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
25147 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25149 if test "$wxUSE_MAC" = 1; then
25150 WX_RESOURCES_MACOSX_ASCII
="lib${WX_LIBRARY}.${WX_CURRENT}.r"
25151 WX_RESOURCES_MACOSX_DATA
="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
25156 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
25157 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
25159 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
25160 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
25162 if test "$wxUSE_OPENGL" = "yes"; then
25163 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
25164 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
25169 if test "$wxUSE_SHARED" = "yes"; then
25171 *-pc-os2_emx | *-pc-os2-emx | \
25174 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
25175 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
25181 if test "$wxUSE_SHARED" = "yes"; then
25185 found_versioning
=no
25188 if test $found_versioning = no
; then
25189 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
25190 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
25191 if test "${wx_cv_version_script+set}" = set; then
25192 echo $ECHO_N "(cached) $ECHO_C" >&6
25195 echo "VER_1 { *; };" >conftest.sym
25196 echo "int main() { return 0; }" >conftest.cpp
25199 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
25200 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
25201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25202 (eval $ac_try) 2>&5
25204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25205 (exit $ac_status); }; } ; then
25206 if test -s conftest.stderr
; then
25207 wx_cv_version_script
=no
25209 wx_cv_version_script
=yes
25212 wx_cv_version_script
=no
25214 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
25217 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
25218 echo "${ECHO_T}$wx_cv_version_script" >&6
25219 if test $wx_cv_version_script = yes ; then
25220 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
25226 *-*-linux* | *-*-gnu* )
25227 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
25231 if test "$GCC" = yes ; then
25232 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
25234 saveLdflags
="$LDFLAGS"
25235 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
25236 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
25237 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
25238 cat >conftest.
$ac_ext <<_ACEOF
25239 #line $LINENO "configure"
25242 cat confdefs.h
>>conftest.
$ac_ext
25243 cat >>conftest.
$ac_ext <<_ACEOF
25244 /* end confdefs.h. */
25254 rm -f conftest.
$ac_objext conftest
$ac_exeext
25255 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25256 (eval $ac_link) 2>&5
25258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25259 (exit $ac_status); } &&
25260 { ac_try
='test -s conftest$ac_exeext'
25261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25262 (eval $ac_try) 2>&5
25264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25265 (exit $ac_status); }; }; then
25267 echo "$as_me:$LINENO: result: yes" >&5
25268 echo "${ECHO_T}yes" >&6
25269 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
25272 echo "$as_me: failed program was:" >&5
25273 sed 's/^/| /' conftest.
$ac_ext >&5
25276 echo "$as_me:$LINENO: result: no" >&5
25277 echo "${ECHO_T}no" >&6
25278 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
25279 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
25280 LDFLAGS
="$saveLdflags -Wl,-R,/"
25281 cat >conftest.
$ac_ext <<_ACEOF
25282 #line $LINENO "configure"
25285 cat confdefs.h
>>conftest.
$ac_ext
25286 cat >>conftest.
$ac_ext <<_ACEOF
25287 /* end confdefs.h. */
25297 rm -f conftest.
$ac_objext conftest
$ac_exeext
25298 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25299 (eval $ac_link) 2>&5
25301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25302 (exit $ac_status); } &&
25303 { ac_try
='test -s conftest$ac_exeext'
25304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25305 (eval $ac_try) 2>&5
25307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25308 (exit $ac_status); }; }; then
25310 echo "$as_me:$LINENO: result: yes" >&5
25311 echo "${ECHO_T}yes" >&6
25312 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
25314 echo "$as_me: failed program was:" >&5
25315 sed 's/^/| /' conftest.
$ac_ext >&5
25318 echo "$as_me:$LINENO: result: no" >&5
25319 echo "${ECHO_T}no" >&6
25322 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
25325 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
25326 LDFLAGS
="$saveLdflags"
25328 SHARED_LD
="${CXX} -G -o"
25330 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
25334 powerpc
-*-darwin* )
25335 SAMPLES_RPATH_POSTLINK
="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
25336 cat <<EOF >change-install-names
25338 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
25339 inst_cmd="install_name_tool "
25340 for i in \${libnames} ; do
25341 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
25345 chmod +x change
-install-names
25350 if test "x$WX_TARGET_LIBRARY" = "x"; then
25351 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
25352 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
25355 WX_TARGET_LIBRARY_TYPE
="so"
25356 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
25359 if test "$wxUSE_SHARED" = "no"; then
25361 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
25362 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
25365 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
25366 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
25369 if test "$wxUSE_OPENGL" = "yes"; then
25370 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
25371 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
25373 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
25376 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
25377 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
25379 WX_TARGET_LIBRARY_TYPE
="a"
25380 INSTALL_LIBRARY
='$(INSTALL_DATA)'
25390 if test "$wxUSE_MAC" = 1; then
25391 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
25392 WX_ALL
="${WX_ALL} ${LIBWXMACRES}"
25393 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
25394 # Extract the first word of "Rez", so it can be a program name with args.
25395 set dummy Rez
; ac_word
=$2
25396 echo "$as_me:$LINENO: checking for $ac_word" >&5
25397 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25398 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25399 echo $ECHO_N "(cached) $ECHO_C" >&6
25401 if test -n "$RESCOMP"; then
25402 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
25404 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25405 for as_dir
in $PATH
25408 test -z "$as_dir" && as_dir
=.
25409 for ac_exec_ext
in '' $ac_executable_extensions; do
25410 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25411 ac_cv_prog_RESCOMP
="Rez"
25412 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25418 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
25421 RESCOMP
=$ac_cv_prog_RESCOMP
25422 if test -n "$RESCOMP"; then
25423 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25424 echo "${ECHO_T}$RESCOMP" >&6
25426 echo "$as_me:$LINENO: result: no" >&5
25427 echo "${ECHO_T}no" >&6
25430 # Extract the first word of "DeRez", so it can be a program name with args.
25431 set dummy DeRez
; ac_word
=$2
25432 echo "$as_me:$LINENO: checking for $ac_word" >&5
25433 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25434 if test "${ac_cv_prog_DEREZ+set}" = set; then
25435 echo $ECHO_N "(cached) $ECHO_C" >&6
25437 if test -n "$DEREZ"; then
25438 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
25440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25441 for as_dir
in $PATH
25444 test -z "$as_dir" && as_dir
=.
25445 for ac_exec_ext
in '' $ac_executable_extensions; do
25446 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25447 ac_cv_prog_DEREZ
="DeRez"
25448 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25454 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
25457 DEREZ
=$ac_cv_prog_DEREZ
25458 if test -n "$DEREZ"; then
25459 echo "$as_me:$LINENO: result: $DEREZ" >&5
25460 echo "${ECHO_T}$DEREZ" >&6
25462 echo "$as_me:$LINENO: result: no" >&5
25463 echo "${ECHO_T}no" >&6
25466 # Extract the first word of "SetFile", so it can be a program name with args.
25467 set dummy SetFile
; ac_word
=$2
25468 echo "$as_me:$LINENO: checking for $ac_word" >&5
25469 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25470 if test "${ac_cv_prog_SETFILE+set}" = set; then
25471 echo $ECHO_N "(cached) $ECHO_C" >&6
25473 if test -n "$SETFILE"; then
25474 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
25476 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25477 for as_dir
in $PATH
25480 test -z "$as_dir" && as_dir
=.
25481 for ac_exec_ext
in '' $ac_executable_extensions; do
25482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25483 ac_cv_prog_SETFILE
="SetFile"
25484 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25490 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
25493 SETFILE
=$ac_cv_prog_SETFILE
25494 if test -n "$SETFILE"; then
25495 echo "$as_me:$LINENO: result: $SETFILE" >&5
25496 echo "${ECHO_T}$SETFILE" >&6
25498 echo "$as_me:$LINENO: result: no" >&5
25499 echo "${ECHO_T}no" >&6
25502 MACOSX_BUNDLE
="bundle"
25503 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
25504 MACSETFILE
="\$(SETFILE)"
25505 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25506 elif test "$wxUSE_COCOA" = 1; then
25507 # Extract the first word of "Rez", so it can be a program name with args.
25508 set dummy Rez
; ac_word
=$2
25509 echo "$as_me:$LINENO: checking for $ac_word" >&5
25510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25511 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25512 echo $ECHO_N "(cached) $ECHO_C" >&6
25514 if test -n "$RESCOMP"; then
25515 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
25517 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25518 for as_dir
in $PATH
25521 test -z "$as_dir" && as_dir
=.
25522 for ac_exec_ext
in '' $ac_executable_extensions; do
25523 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25524 ac_cv_prog_RESCOMP
="Rez"
25525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25531 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
25534 RESCOMP
=$ac_cv_prog_RESCOMP
25535 if test -n "$RESCOMP"; then
25536 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25537 echo "${ECHO_T}$RESCOMP" >&6
25539 echo "$as_me:$LINENO: result: no" >&5
25540 echo "${ECHO_T}no" >&6
25543 # Extract the first word of "DeRez", so it can be a program name with args.
25544 set dummy DeRez
; ac_word
=$2
25545 echo "$as_me:$LINENO: checking for $ac_word" >&5
25546 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25547 if test "${ac_cv_prog_DEREZ+set}" = set; then
25548 echo $ECHO_N "(cached) $ECHO_C" >&6
25550 if test -n "$DEREZ"; then
25551 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
25553 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25554 for as_dir
in $PATH
25557 test -z "$as_dir" && as_dir
=.
25558 for ac_exec_ext
in '' $ac_executable_extensions; do
25559 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25560 ac_cv_prog_DEREZ
="DeRez"
25561 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25567 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
25570 DEREZ
=$ac_cv_prog_DEREZ
25571 if test -n "$DEREZ"; then
25572 echo "$as_me:$LINENO: result: $DEREZ" >&5
25573 echo "${ECHO_T}$DEREZ" >&6
25575 echo "$as_me:$LINENO: result: no" >&5
25576 echo "${ECHO_T}no" >&6
25579 # Extract the first word of "SetFile", so it can be a program name with args.
25580 set dummy SetFile
; ac_word
=$2
25581 echo "$as_me:$LINENO: checking for $ac_word" >&5
25582 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25583 if test "${ac_cv_prog_SETFILE+set}" = set; then
25584 echo $ECHO_N "(cached) $ECHO_C" >&6
25586 if test -n "$SETFILE"; then
25587 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
25589 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25590 for as_dir
in $PATH
25593 test -z "$as_dir" && as_dir
=.
25594 for ac_exec_ext
in '' $ac_executable_extensions; do
25595 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25596 ac_cv_prog_SETFILE
="SetFile"
25597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25603 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
25606 SETFILE
=$ac_cv_prog_SETFILE
25607 if test -n "$SETFILE"; then
25608 echo "$as_me:$LINENO: result: $SETFILE" >&5
25609 echo "${ECHO_T}$SETFILE" >&6
25611 echo "$as_me:$LINENO: result: no" >&5
25612 echo "${ECHO_T}no" >&6
25615 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
25616 MACSETFILE
="\$(SETFILE)"
25617 MACRESWXCONFIG
="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25619 if test "$wxUSE_PM" = 1; then
25620 MACRESCOMP
="emxbind -ep"
25625 echo "$as_me:$LINENO: checking for mode_t" >&5
25626 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
25627 if test "${ac_cv_type_mode_t+set}" = set; then
25628 echo $ECHO_N "(cached) $ECHO_C" >&6
25630 cat >conftest.
$ac_ext <<_ACEOF
25631 #line $LINENO "configure"
25634 cat confdefs.h
>>conftest.
$ac_ext
25635 cat >>conftest.
$ac_ext <<_ACEOF
25636 /* end confdefs.h. */
25637 $ac_includes_default
25643 if (sizeof (mode_t))
25649 rm -f conftest.
$ac_objext
25650 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25651 (eval $ac_compile) 2>&5
25653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25654 (exit $ac_status); } &&
25655 { ac_try
='test -s conftest.$ac_objext'
25656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25657 (eval $ac_try) 2>&5
25659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25660 (exit $ac_status); }; }; then
25661 ac_cv_type_mode_t
=yes
25663 echo "$as_me: failed program was:" >&5
25664 sed 's/^/| /' conftest.
$ac_ext >&5
25666 ac_cv_type_mode_t
=no
25668 rm -f conftest.
$ac_objext conftest.
$ac_ext
25670 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
25671 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
25672 if test $ac_cv_type_mode_t = yes; then
25676 cat >>confdefs.h
<<_ACEOF
25682 echo "$as_me:$LINENO: checking for off_t" >&5
25683 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
25684 if test "${ac_cv_type_off_t+set}" = set; then
25685 echo $ECHO_N "(cached) $ECHO_C" >&6
25687 cat >conftest.
$ac_ext <<_ACEOF
25688 #line $LINENO "configure"
25691 cat confdefs.h
>>conftest.
$ac_ext
25692 cat >>conftest.
$ac_ext <<_ACEOF
25693 /* end confdefs.h. */
25694 $ac_includes_default
25700 if (sizeof (off_t))
25706 rm -f conftest.
$ac_objext
25707 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25708 (eval $ac_compile) 2>&5
25710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25711 (exit $ac_status); } &&
25712 { ac_try
='test -s conftest.$ac_objext'
25713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25714 (eval $ac_try) 2>&5
25716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25717 (exit $ac_status); }; }; then
25718 ac_cv_type_off_t
=yes
25720 echo "$as_me: failed program was:" >&5
25721 sed 's/^/| /' conftest.
$ac_ext >&5
25723 ac_cv_type_off_t
=no
25725 rm -f conftest.
$ac_objext conftest.
$ac_ext
25727 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
25728 echo "${ECHO_T}$ac_cv_type_off_t" >&6
25729 if test $ac_cv_type_off_t = yes; then
25733 cat >>confdefs.h
<<_ACEOF
25739 echo "$as_me:$LINENO: checking for pid_t" >&5
25740 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
25741 if test "${ac_cv_type_pid_t+set}" = set; then
25742 echo $ECHO_N "(cached) $ECHO_C" >&6
25744 cat >conftest.
$ac_ext <<_ACEOF
25745 #line $LINENO "configure"
25748 cat confdefs.h
>>conftest.
$ac_ext
25749 cat >>conftest.
$ac_ext <<_ACEOF
25750 /* end confdefs.h. */
25751 $ac_includes_default
25757 if (sizeof (pid_t))
25763 rm -f conftest.
$ac_objext
25764 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25765 (eval $ac_compile) 2>&5
25767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25768 (exit $ac_status); } &&
25769 { ac_try
='test -s conftest.$ac_objext'
25770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25771 (eval $ac_try) 2>&5
25773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25774 (exit $ac_status); }; }; then
25775 ac_cv_type_pid_t
=yes
25777 echo "$as_me: failed program was:" >&5
25778 sed 's/^/| /' conftest.
$ac_ext >&5
25780 ac_cv_type_pid_t
=no
25782 rm -f conftest.
$ac_objext conftest.
$ac_ext
25784 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
25785 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
25786 if test $ac_cv_type_pid_t = yes; then
25790 cat >>confdefs.h
<<_ACEOF
25796 echo "$as_me:$LINENO: checking for size_t" >&5
25797 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
25798 if test "${ac_cv_type_size_t+set}" = set; then
25799 echo $ECHO_N "(cached) $ECHO_C" >&6
25801 cat >conftest.
$ac_ext <<_ACEOF
25802 #line $LINENO "configure"
25805 cat confdefs.h
>>conftest.
$ac_ext
25806 cat >>conftest.
$ac_ext <<_ACEOF
25807 /* end confdefs.h. */
25808 $ac_includes_default
25814 if (sizeof (size_t))
25820 rm -f conftest.
$ac_objext
25821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25822 (eval $ac_compile) 2>&5
25824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25825 (exit $ac_status); } &&
25826 { ac_try
='test -s conftest.$ac_objext'
25827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25828 (eval $ac_try) 2>&5
25830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25831 (exit $ac_status); }; }; then
25832 ac_cv_type_size_t
=yes
25834 echo "$as_me: failed program was:" >&5
25835 sed 's/^/| /' conftest.
$ac_ext >&5
25837 ac_cv_type_size_t
=no
25839 rm -f conftest.
$ac_objext conftest.
$ac_ext
25841 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
25842 echo "${ECHO_T}$ac_cv_type_size_t" >&6
25843 if test $ac_cv_type_size_t = yes; then
25847 cat >>confdefs.h
<<_ACEOF
25848 #define size_t unsigned
25853 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
25854 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
25855 if test "${ac_cv_type_uid_t+set}" = set; then
25856 echo $ECHO_N "(cached) $ECHO_C" >&6
25858 cat >conftest.
$ac_ext <<_ACEOF
25859 #line $LINENO "configure"
25862 cat confdefs.h
>>conftest.
$ac_ext
25863 cat >>conftest.
$ac_ext <<_ACEOF
25864 /* end confdefs.h. */
25865 #include <sys/types.h>
25868 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
25869 $EGREP "uid_t" >/dev
/null
2>&1; then
25870 ac_cv_type_uid_t
=yes
25872 ac_cv_type_uid_t
=no
25877 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
25878 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
25879 if test $ac_cv_type_uid_t = no
; then
25881 cat >>confdefs.h
<<\_ACEOF
25886 cat >>confdefs.h
<<\_ACEOF
25896 ac_cpp
='$CXXCPP $CPPFLAGS'
25897 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25898 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25899 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
25901 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
25902 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
25903 if test "${wx_cv_size_t_is_uint+set}" = set; then
25904 echo $ECHO_N "(cached) $ECHO_C" >&6
25907 cat >conftest.
$ac_ext <<_ACEOF
25908 #line $LINENO "configure"
25911 cat confdefs.h
>>conftest.
$ac_ext
25912 cat >>conftest.
$ac_ext <<_ACEOF
25913 /* end confdefs.h. */
25914 #include <stddef.h>
25921 struct Foo { void foo(size_t); void foo(unsigned int); };
25929 rm -f conftest.
$ac_objext
25930 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25931 (eval $ac_compile) 2>&5
25933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25934 (exit $ac_status); } &&
25935 { ac_try
='test -s conftest.$ac_objext'
25936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25937 (eval $ac_try) 2>&5
25939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25940 (exit $ac_status); }; }; then
25941 wx_cv_size_t_is_uint
=no
25943 echo "$as_me: failed program was:" >&5
25944 sed 's/^/| /' conftest.
$ac_ext >&5
25946 wx_cv_size_t_is_uint
=yes
25949 rm -f conftest.
$ac_objext conftest.
$ac_ext
25953 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
25954 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
25956 if test "$wx_cv_size_t_is_uint" = "yes"; then
25957 cat >>confdefs.h
<<\_ACEOF
25958 #define wxSIZE_T_IS_UINT 1
25962 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
25963 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
25964 if test "${wx_cv_size_t_is_ulong+set}" = set; then
25965 echo $ECHO_N "(cached) $ECHO_C" >&6
25967 cat >conftest.
$ac_ext <<_ACEOF
25968 #line $LINENO "configure"
25971 cat confdefs.h
>>conftest.
$ac_ext
25972 cat >>conftest.
$ac_ext <<_ACEOF
25973 /* end confdefs.h. */
25974 #include <stddef.h>
25981 struct Foo { void foo(size_t); void foo(unsigned long); };
25989 rm -f conftest.
$ac_objext
25990 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25991 (eval $ac_compile) 2>&5
25993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25994 (exit $ac_status); } &&
25995 { ac_try
='test -s conftest.$ac_objext'
25996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25997 (eval $ac_try) 2>&5
25999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26000 (exit $ac_status); }; }; then
26001 wx_cv_size_t_is_ulong
=no
26003 echo "$as_me: failed program was:" >&5
26004 sed 's/^/| /' conftest.
$ac_ext >&5
26006 wx_cv_size_t_is_ulong
=yes
26009 rm -f conftest.
$ac_objext conftest.
$ac_ext
26012 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
26013 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
26015 if test "$wx_cv_size_t_is_ulong" = "yes"; then
26016 cat >>confdefs.h
<<\_ACEOF
26017 #define wxSIZE_T_IS_ULONG 1
26024 ac_cpp
='$CPP $CPPFLAGS'
26025 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26026 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26027 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26031 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
26032 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
26033 if test "${wx_cv_struct_pw_gecos+set}" = set; then
26034 echo $ECHO_N "(cached) $ECHO_C" >&6
26037 cat >conftest.
$ac_ext <<_ACEOF
26038 #line $LINENO "configure"
26041 cat confdefs.h
>>conftest.
$ac_ext
26042 cat >>conftest.
$ac_ext <<_ACEOF
26043 /* end confdefs.h. */
26057 rm -f conftest.
$ac_objext
26058 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26059 (eval $ac_compile) 2>&5
26061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26062 (exit $ac_status); } &&
26063 { ac_try
='test -s conftest.$ac_objext'
26064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26065 (eval $ac_try) 2>&5
26067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26068 (exit $ac_status); }; }; then
26070 wx_cv_struct_pw_gecos
=yes
26073 echo "$as_me: failed program was:" >&5
26074 sed 's/^/| /' conftest.
$ac_ext >&5
26077 wx_cv_struct_pw_gecos
=no
26081 rm -f conftest.
$ac_objext conftest.
$ac_ext
26085 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
26086 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
26088 if test "$wx_cv_struct_pw_gecos" = "yes"; then
26089 cat >>confdefs.h
<<\_ACEOF
26090 #define HAVE_PW_GECOS 1
26096 if test "$wx_cv_sizeof_wchar_t" != "0"; then
26097 cat >>confdefs.h
<<\_ACEOF
26098 #define wxUSE_WCHAR_T 1
26105 for ac_func
in wcslen
26107 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26108 echo "$as_me:$LINENO: checking for $ac_func" >&5
26109 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26110 if eval "test \"\${$as_ac_var+set}\" = set"; then
26111 echo $ECHO_N "(cached) $ECHO_C" >&6
26113 cat >conftest.
$ac_ext <<_ACEOF
26114 #line $LINENO "configure"
26117 cat confdefs.h
>>conftest.
$ac_ext
26118 cat >>conftest.
$ac_ext <<_ACEOF
26119 /* end confdefs.h. */
26120 /* System header to define __stub macros and hopefully few prototypes,
26121 which can conflict with char $ac_func (); below.
26122 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26123 <limits.h> exists even on freestanding compilers. */
26125 # include <limits.h>
26127 # include <assert.h>
26129 /* Override any gcc2 internal prototype to avoid an error. */
26134 /* We use char because int might match the return type of a gcc2
26135 builtin and then its argument prototype would still apply. */
26137 /* The GNU C library defines this for functions which it implements
26138 to always fail with ENOSYS. Some functions are actually named
26139 something starting with __ and the normal name is an alias. */
26140 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26143 char (*f) () = $ac_func;
26152 return f != $ac_func;
26157 rm -f conftest.
$ac_objext conftest
$ac_exeext
26158 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26159 (eval $ac_link) 2>&5
26161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26162 (exit $ac_status); } &&
26163 { ac_try
='test -s conftest$ac_exeext'
26164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26165 (eval $ac_try) 2>&5
26167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26168 (exit $ac_status); }; }; then
26169 eval "$as_ac_var=yes"
26171 echo "$as_me: failed program was:" >&5
26172 sed 's/^/| /' conftest.
$ac_ext >&5
26174 eval "$as_ac_var=no"
26176 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26178 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26179 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26180 if test `eval echo '${'$as_ac_var'}'` = yes; then
26181 cat >>confdefs.h
<<_ACEOF
26182 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26189 if test "$WCSLEN_FOUND" = 0; then
26190 if test "$TOOLKIT" = "MSW"; then
26191 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
26192 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
26193 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
26194 echo $ECHO_N "(cached) $ECHO_C" >&6
26196 ac_check_lib_save_LIBS
=$LIBS
26197 LIBS
="-lmsvcrt $LIBS"
26198 cat >conftest.
$ac_ext <<_ACEOF
26199 #line $LINENO "configure"
26202 cat confdefs.h
>>conftest.
$ac_ext
26203 cat >>conftest.
$ac_ext <<_ACEOF
26204 /* end confdefs.h. */
26206 /* Override any gcc2 internal prototype to avoid an error. */
26210 /* We use char because int might match the return type of a gcc2
26211 builtin and then its argument prototype would still apply. */
26221 rm -f conftest.
$ac_objext conftest
$ac_exeext
26222 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26223 (eval $ac_link) 2>&5
26225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26226 (exit $ac_status); } &&
26227 { ac_try
='test -s conftest$ac_exeext'
26228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26229 (eval $ac_try) 2>&5
26231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26232 (exit $ac_status); }; }; then
26233 ac_cv_lib_msvcrt_wcslen
=yes
26235 echo "$as_me: failed program was:" >&5
26236 sed 's/^/| /' conftest.
$ac_ext >&5
26238 ac_cv_lib_msvcrt_wcslen
=no
26240 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26241 LIBS
=$ac_check_lib_save_LIBS
26243 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
26244 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
26245 if test $ac_cv_lib_msvcrt_wcslen = yes; then
26250 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
26251 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
26252 if test "${ac_cv_lib_w_wcslen+set}" = set; then
26253 echo $ECHO_N "(cached) $ECHO_C" >&6
26255 ac_check_lib_save_LIBS
=$LIBS
26257 cat >conftest.
$ac_ext <<_ACEOF
26258 #line $LINENO "configure"
26261 cat confdefs.h
>>conftest.
$ac_ext
26262 cat >>conftest.
$ac_ext <<_ACEOF
26263 /* end confdefs.h. */
26265 /* Override any gcc2 internal prototype to avoid an error. */
26269 /* We use char because int might match the return type of a gcc2
26270 builtin and then its argument prototype would still apply. */
26280 rm -f conftest.
$ac_objext conftest
$ac_exeext
26281 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26282 (eval $ac_link) 2>&5
26284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26285 (exit $ac_status); } &&
26286 { ac_try
='test -s conftest$ac_exeext'
26287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26288 (eval $ac_try) 2>&5
26290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26291 (exit $ac_status); }; }; then
26292 ac_cv_lib_w_wcslen
=yes
26294 echo "$as_me: failed program was:" >&5
26295 sed 's/^/| /' conftest.
$ac_ext >&5
26297 ac_cv_lib_w_wcslen
=no
26299 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26300 LIBS
=$ac_check_lib_save_LIBS
26302 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
26303 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
26304 if test $ac_cv_lib_w_wcslen = yes; then
26314 if test "$WCSLEN_FOUND" = 1; then
26315 cat >>confdefs.h
<<\_ACEOF
26316 #define HAVE_WCSLEN 1
26322 for ac_func
in wcsrtombs
26324 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26325 echo "$as_me:$LINENO: checking for $ac_func" >&5
26326 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26327 if eval "test \"\${$as_ac_var+set}\" = set"; then
26328 echo $ECHO_N "(cached) $ECHO_C" >&6
26330 cat >conftest.
$ac_ext <<_ACEOF
26331 #line $LINENO "configure"
26334 cat confdefs.h
>>conftest.
$ac_ext
26335 cat >>conftest.
$ac_ext <<_ACEOF
26336 /* end confdefs.h. */
26337 /* System header to define __stub macros and hopefully few prototypes,
26338 which can conflict with char $ac_func (); below.
26339 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26340 <limits.h> exists even on freestanding compilers. */
26342 # include <limits.h>
26344 # include <assert.h>
26346 /* Override any gcc2 internal prototype to avoid an error. */
26351 /* We use char because int might match the return type of a gcc2
26352 builtin and then its argument prototype would still apply. */
26354 /* The GNU C library defines this for functions which it implements
26355 to always fail with ENOSYS. Some functions are actually named
26356 something starting with __ and the normal name is an alias. */
26357 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26360 char (*f) () = $ac_func;
26369 return f != $ac_func;
26374 rm -f conftest.
$ac_objext conftest
$ac_exeext
26375 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26376 (eval $ac_link) 2>&5
26378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26379 (exit $ac_status); } &&
26380 { ac_try
='test -s conftest$ac_exeext'
26381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26382 (eval $ac_try) 2>&5
26384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26385 (exit $ac_status); }; }; then
26386 eval "$as_ac_var=yes"
26388 echo "$as_me: failed program was:" >&5
26389 sed 's/^/| /' conftest.
$ac_ext >&5
26391 eval "$as_ac_var=no"
26393 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26395 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26396 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26397 if test `eval echo '${'$as_ac_var'}'` = yes; then
26398 cat >>confdefs.h
<<_ACEOF
26399 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26406 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
26407 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
26413 ac_cpp
='$CXXCPP $CPPFLAGS'
26414 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26415 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26416 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26420 for ac_func
in vsnprintf
26422 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26423 echo "$as_me:$LINENO: checking for $ac_func" >&5
26424 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26425 if eval "test \"\${$as_ac_var+set}\" = set"; then
26426 echo $ECHO_N "(cached) $ECHO_C" >&6
26428 cat >conftest.
$ac_ext <<_ACEOF
26429 #line $LINENO "configure"
26432 cat confdefs.h
>>conftest.
$ac_ext
26433 cat >>conftest.
$ac_ext <<_ACEOF
26434 /* end confdefs.h. */
26435 /* System header to define __stub macros and hopefully few prototypes,
26436 which can conflict with char $ac_func (); below.
26437 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26438 <limits.h> exists even on freestanding compilers. */
26440 # include <limits.h>
26442 # include <assert.h>
26444 /* Override any gcc2 internal prototype to avoid an error. */
26449 /* We use char because int might match the return type of a gcc2
26450 builtin and then its argument prototype would still apply. */
26452 /* The GNU C library defines this for functions which it implements
26453 to always fail with ENOSYS. Some functions are actually named
26454 something starting with __ and the normal name is an alias. */
26455 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26458 char (*f) () = $ac_func;
26467 return f != $ac_func;
26472 rm -f conftest.
$ac_objext conftest
$ac_exeext
26473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26474 (eval $ac_link) 2>&5
26476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26477 (exit $ac_status); } &&
26478 { ac_try
='test -s conftest$ac_exeext'
26479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26480 (eval $ac_try) 2>&5
26482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26483 (exit $ac_status); }; }; then
26484 eval "$as_ac_var=yes"
26486 echo "$as_me: failed program was:" >&5
26487 sed 's/^/| /' conftest.
$ac_ext >&5
26489 eval "$as_ac_var=no"
26491 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26493 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26494 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26495 if test `eval echo '${'$as_ac_var'}'` = yes; then
26496 cat >>confdefs.h
<<_ACEOF
26497 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26504 if test "$ac_cv_func_vsnprintf" = "yes"; then
26505 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
26506 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
26507 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
26508 echo $ECHO_N "(cached) $ECHO_C" >&6
26511 cat >conftest.
$ac_ext <<_ACEOF
26512 #line $LINENO "configure"
26515 cat confdefs.h
>>conftest.
$ac_ext
26516 cat >>conftest.
$ac_ext <<_ACEOF
26517 /* end confdefs.h. */
26520 #include <stdarg.h>
26528 vsnprintf(buf, 10u, "%s", ap);
26534 rm -f conftest.
$ac_objext
26535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26536 (eval $ac_compile) 2>&5
26538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26539 (exit $ac_status); } &&
26540 { ac_try
='test -s conftest.$ac_objext'
26541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26542 (eval $ac_try) 2>&5
26544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26545 (exit $ac_status); }; }; then
26546 wx_cv_func_vsnprintf_decl
=yes
26548 echo "$as_me: failed program was:" >&5
26549 sed 's/^/| /' conftest.
$ac_ext >&5
26551 wx_cv_func_vsnprintf_decl
=no
26554 rm -f conftest.
$ac_objext conftest.
$ac_ext
26558 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
26559 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
26561 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
26562 cat >>confdefs.h
<<\_ACEOF
26563 #define HAVE_VSNPRINTF_DECL 1
26569 if test "$wxUSE_UNICODE" = yes; then
26573 for ac_func
in fputwc wprintf vswprintf
26575 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26576 echo "$as_me:$LINENO: checking for $ac_func" >&5
26577 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26578 if eval "test \"\${$as_ac_var+set}\" = set"; then
26579 echo $ECHO_N "(cached) $ECHO_C" >&6
26581 cat >conftest.
$ac_ext <<_ACEOF
26582 #line $LINENO "configure"
26585 cat confdefs.h
>>conftest.
$ac_ext
26586 cat >>conftest.
$ac_ext <<_ACEOF
26587 /* end confdefs.h. */
26588 /* System header to define __stub macros and hopefully few prototypes,
26589 which can conflict with char $ac_func (); below.
26590 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26591 <limits.h> exists even on freestanding compilers. */
26593 # include <limits.h>
26595 # include <assert.h>
26597 /* Override any gcc2 internal prototype to avoid an error. */
26602 /* We use char because int might match the return type of a gcc2
26603 builtin and then its argument prototype would still apply. */
26605 /* The GNU C library defines this for functions which it implements
26606 to always fail with ENOSYS. Some functions are actually named
26607 something starting with __ and the normal name is an alias. */
26608 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26611 char (*f) () = $ac_func;
26620 return f != $ac_func;
26625 rm -f conftest.
$ac_objext conftest
$ac_exeext
26626 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26627 (eval $ac_link) 2>&5
26629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26630 (exit $ac_status); } &&
26631 { ac_try
='test -s conftest$ac_exeext'
26632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26633 (eval $ac_try) 2>&5
26635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26636 (exit $ac_status); }; }; then
26637 eval "$as_ac_var=yes"
26639 echo "$as_me: failed program was:" >&5
26640 sed 's/^/| /' conftest.
$ac_ext >&5
26642 eval "$as_ac_var=no"
26644 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26646 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26647 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26648 if test `eval echo '${'$as_ac_var'}'` = yes; then
26649 cat >>confdefs.h
<<_ACEOF
26650 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26657 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
26658 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
26659 cat >conftest.
$ac_ext <<_ACEOF
26660 #line $LINENO "configure"
26663 cat confdefs.h
>>conftest.
$ac_ext
26664 cat >>conftest.
$ac_ext <<_ACEOF
26665 /* end confdefs.h. */
26675 rm -f conftest.
$ac_objext
26676 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26677 (eval $ac_compile) 2>&5
26679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26680 (exit $ac_status); } &&
26681 { ac_try
='test -s conftest.$ac_objext'
26682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26683 (eval $ac_try) 2>&5
26685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26686 (exit $ac_status); }; }; then
26687 echo "$as_me:$LINENO: result: yes" >&5
26688 echo "${ECHO_T}yes" >&6
26689 cat >>confdefs.h
<<\_ACEOF
26690 #define HAVE__VSNWPRINTF 1
26694 echo "$as_me: failed program was:" >&5
26695 sed 's/^/| /' conftest.
$ac_ext >&5
26697 echo "$as_me:$LINENO: result: no" >&5
26698 echo "${ECHO_T}no" >&6
26700 rm -f conftest.
$ac_objext conftest.
$ac_ext;
26704 ac_cpp
='$CPP $CPPFLAGS'
26705 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26706 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26707 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26712 if test "$TOOLKIT" != "MSW"; then
26718 ac_cpp
='$CXXCPP $CPPFLAGS'
26719 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26720 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26721 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26726 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
26727 if test "${with_libiconv_prefix+set}" = set; then
26728 withval
="$with_libiconv_prefix"
26730 for dir
in `echo "$withval" | tr : ' '`; do
26731 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
26732 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
26737 echo "$as_me:$LINENO: checking for iconv" >&5
26738 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
26739 if test "${am_cv_func_iconv+set}" = set; then
26740 echo $ECHO_N "(cached) $ECHO_C" >&6
26743 am_cv_func_iconv
="no, consider installing GNU libiconv"
26745 cat >conftest.
$ac_ext <<_ACEOF
26746 #line $LINENO "configure"
26749 cat confdefs.h
>>conftest.
$ac_ext
26750 cat >>conftest.
$ac_ext <<_ACEOF
26751 /* end confdefs.h. */
26752 #include <stdlib.h>
26757 iconv_t cd = iconv_open("","");
26758 iconv(cd,NULL,NULL,NULL,NULL);
26764 rm -f conftest.
$ac_objext conftest
$ac_exeext
26765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26766 (eval $ac_link) 2>&5
26768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26769 (exit $ac_status); } &&
26770 { ac_try
='test -s conftest$ac_exeext'
26771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26772 (eval $ac_try) 2>&5
26774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26775 (exit $ac_status); }; }; then
26776 am_cv_func_iconv
=yes
26778 echo "$as_me: failed program was:" >&5
26779 sed 's/^/| /' conftest.
$ac_ext >&5
26782 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26783 if test "$am_cv_func_iconv" != yes; then
26784 am_save_LIBS
="$LIBS"
26785 LIBS
="$LIBS -liconv"
26786 cat >conftest.
$ac_ext <<_ACEOF
26787 #line $LINENO "configure"
26790 cat confdefs.h
>>conftest.
$ac_ext
26791 cat >>conftest.
$ac_ext <<_ACEOF
26792 /* end confdefs.h. */
26793 #include <stdlib.h>
26798 iconv_t cd = iconv_open("","");
26799 iconv(cd,NULL,NULL,NULL,NULL);
26805 rm -f conftest.
$ac_objext conftest
$ac_exeext
26806 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26807 (eval $ac_link) 2>&5
26809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26810 (exit $ac_status); } &&
26811 { ac_try
='test -s conftest$ac_exeext'
26812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26813 (eval $ac_try) 2>&5
26815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26816 (exit $ac_status); }; }; then
26817 am_cv_lib_iconv
=yes
26818 am_cv_func_iconv
=yes
26820 echo "$as_me: failed program was:" >&5
26821 sed 's/^/| /' conftest.
$ac_ext >&5
26824 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26825 LIBS
="$am_save_LIBS"
26829 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
26830 echo "${ECHO_T}$am_cv_func_iconv" >&6
26831 if test "$am_cv_func_iconv" = yes; then
26833 cat >>confdefs.h
<<\_ACEOF
26834 #define HAVE_ICONV 1
26837 echo "$as_me:$LINENO: checking if iconv needs const" >&5
26838 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
26839 if test "${wx_cv_func_iconv_const+set}" = set; then
26840 echo $ECHO_N "(cached) $ECHO_C" >&6
26842 cat >conftest.
$ac_ext <<_ACEOF
26843 #line $LINENO "configure"
26846 cat confdefs.h
>>conftest.
$ac_ext
26847 cat >>conftest.
$ac_ext <<_ACEOF
26848 /* end confdefs.h. */
26850 #include <stdlib.h>
26856 #if defined(__STDC__) || defined(__cplusplus)
26857 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
26870 rm -f conftest.
$ac_objext
26871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26872 (eval $ac_compile) 2>&5
26874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26875 (exit $ac_status); } &&
26876 { ac_try
='test -s conftest.$ac_objext'
26877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26878 (eval $ac_try) 2>&5
26880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26881 (exit $ac_status); }; }; then
26882 wx_cv_func_iconv_const
="no"
26884 echo "$as_me: failed program was:" >&5
26885 sed 's/^/| /' conftest.
$ac_ext >&5
26887 wx_cv_func_iconv_const
="yes"
26890 rm -f conftest.
$ac_objext conftest.
$ac_ext
26893 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
26894 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
26897 if test "x$wx_cv_func_iconv_const" = "xyes"; then
26898 iconv_const
="const"
26902 cat >>confdefs.h
<<_ACEOF
26903 #define ICONV_CONST $iconv_const
26908 if test "$am_cv_lib_iconv" = yes; then
26913 LIBS
="$LIBICONV $LIBS"
26915 ac_cpp
='$CPP $CPPFLAGS'
26916 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26917 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26918 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26921 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
26923 for ac_func
in sigaction
26925 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26926 echo "$as_me:$LINENO: checking for $ac_func" >&5
26927 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26928 if eval "test \"\${$as_ac_var+set}\" = set"; then
26929 echo $ECHO_N "(cached) $ECHO_C" >&6
26931 cat >conftest.
$ac_ext <<_ACEOF
26932 #line $LINENO "configure"
26935 cat confdefs.h
>>conftest.
$ac_ext
26936 cat >>conftest.
$ac_ext <<_ACEOF
26937 /* end confdefs.h. */
26938 /* System header to define __stub macros and hopefully few prototypes,
26939 which can conflict with char $ac_func (); below.
26940 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26941 <limits.h> exists even on freestanding compilers. */
26943 # include <limits.h>
26945 # include <assert.h>
26947 /* Override any gcc2 internal prototype to avoid an error. */
26952 /* We use char because int might match the return type of a gcc2
26953 builtin and then its argument prototype would still apply. */
26955 /* The GNU C library defines this for functions which it implements
26956 to always fail with ENOSYS. Some functions are actually named
26957 something starting with __ and the normal name is an alias. */
26958 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26961 char (*f) () = $ac_func;
26970 return f != $ac_func;
26975 rm -f conftest.
$ac_objext conftest
$ac_exeext
26976 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26977 (eval $ac_link) 2>&5
26979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26980 (exit $ac_status); } &&
26981 { ac_try
='test -s conftest$ac_exeext'
26982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26983 (eval $ac_try) 2>&5
26985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26986 (exit $ac_status); }; }; then
26987 eval "$as_ac_var=yes"
26989 echo "$as_me: failed program was:" >&5
26990 sed 's/^/| /' conftest.
$ac_ext >&5
26992 eval "$as_ac_var=no"
26994 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26996 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26997 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26998 if test `eval echo '${'$as_ac_var'}'` = yes; then
26999 cat >>confdefs.h
<<_ACEOF
27000 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27007 if test "$ac_cv_func_sigaction" = "no"; then
27008 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
27009 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
27010 wxUSE_ON_FATAL_EXCEPTION
=no
27013 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
27017 ac_cpp
='$CXXCPP $CPPFLAGS'
27018 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27019 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27020 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
27023 echo "$as_me:$LINENO: checking for sa_handler type" >&5
27024 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
27025 if test "${wx_cv_type_sa_handler+set}" = set; then
27026 echo $ECHO_N "(cached) $ECHO_C" >&6
27029 cat >conftest.
$ac_ext <<_ACEOF
27030 #line $LINENO "configure"
27033 cat confdefs.h
>>conftest.
$ac_ext
27034 cat >>conftest.
$ac_ext <<_ACEOF
27035 /* end confdefs.h. */
27036 #include <signal.h>
27041 extern void testSigHandler(int);
27043 struct sigaction sa;
27044 sa.sa_handler = testSigHandler;
27050 rm -f conftest.
$ac_objext
27051 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27052 (eval $ac_compile) 2>&5
27054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27055 (exit $ac_status); } &&
27056 { ac_try
='test -s conftest.$ac_objext'
27057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27058 (eval $ac_try) 2>&5
27060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27061 (exit $ac_status); }; }; then
27063 wx_cv_type_sa_handler
=int
27066 echo "$as_me: failed program was:" >&5
27067 sed 's/^/| /' conftest.
$ac_ext >&5
27070 wx_cv_type_sa_handler
=void
27073 rm -f conftest.
$ac_objext conftest.
$ac_ext
27076 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
27077 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
27080 ac_cpp
='$CPP $CPPFLAGS'
27081 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27082 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27083 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27086 cat >>confdefs.h
<<_ACEOF
27087 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
27095 for ac_func
in mkstemp mktemp
27097 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27098 echo "$as_me:$LINENO: checking for $ac_func" >&5
27099 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27100 if eval "test \"\${$as_ac_var+set}\" = set"; then
27101 echo $ECHO_N "(cached) $ECHO_C" >&6
27103 cat >conftest.
$ac_ext <<_ACEOF
27104 #line $LINENO "configure"
27107 cat confdefs.h
>>conftest.
$ac_ext
27108 cat >>conftest.
$ac_ext <<_ACEOF
27109 /* end confdefs.h. */
27110 /* System header to define __stub macros and hopefully few prototypes,
27111 which can conflict with char $ac_func (); below.
27112 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27113 <limits.h> exists even on freestanding compilers. */
27115 # include <limits.h>
27117 # include <assert.h>
27119 /* Override any gcc2 internal prototype to avoid an error. */
27124 /* We use char because int might match the return type of a gcc2
27125 builtin and then its argument prototype would still apply. */
27127 /* The GNU C library defines this for functions which it implements
27128 to always fail with ENOSYS. Some functions are actually named
27129 something starting with __ and the normal name is an alias. */
27130 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27133 char (*f) () = $ac_func;
27142 return f != $ac_func;
27147 rm -f conftest.
$ac_objext conftest
$ac_exeext
27148 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27149 (eval $ac_link) 2>&5
27151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27152 (exit $ac_status); } &&
27153 { ac_try
='test -s conftest$ac_exeext'
27154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27155 (eval $ac_try) 2>&5
27157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27158 (exit $ac_status); }; }; then
27159 eval "$as_ac_var=yes"
27161 echo "$as_me: failed program was:" >&5
27162 sed 's/^/| /' conftest.
$ac_ext >&5
27164 eval "$as_ac_var=no"
27166 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27168 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27169 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27170 if test `eval echo '${'$as_ac_var'}'` = yes; then
27171 cat >>confdefs.h
<<_ACEOF
27172 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27179 echo "$as_me:$LINENO: checking for statfs" >&5
27180 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
27181 if test "${wx_cv_func_statfs+set}" = set; then
27182 echo $ECHO_N "(cached) $ECHO_C" >&6
27184 cat >conftest.
$ac_ext <<_ACEOF
27185 #line $LINENO "configure"
27188 cat confdefs.h
>>conftest.
$ac_ext
27189 cat >>conftest.
$ac_ext <<_ACEOF
27190 /* end confdefs.h. */
27192 #if defined(__BSD__)
27193 #include <sys/param.h>
27194 #include <sys/mount.h>
27196 #include <sys/vfs.h>
27214 rm -f conftest.
$ac_objext
27215 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27216 (eval $ac_compile) 2>&5
27218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27219 (exit $ac_status); } &&
27220 { ac_try
='test -s conftest.$ac_objext'
27221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27222 (eval $ac_try) 2>&5
27224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27225 (exit $ac_status); }; }; then
27227 wx_cv_func_statfs
=yes
27230 echo "$as_me: failed program was:" >&5
27231 sed 's/^/| /' conftest.
$ac_ext >&5
27234 wx_cv_func_statfs
=no
27238 rm -f conftest.
$ac_objext conftest.
$ac_ext
27241 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
27242 echo "${ECHO_T}$wx_cv_func_statfs" >&6
27244 if test "$wx_cv_func_statfs" = "yes"; then
27245 wx_cv_type_statvfs_t
="struct statfs"
27246 cat >>confdefs.h
<<\_ACEOF
27247 #define HAVE_STATFS 1
27251 echo "$as_me:$LINENO: checking for statvfs" >&5
27252 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
27253 if test "${wx_cv_func_statvfs+set}" = set; then
27254 echo $ECHO_N "(cached) $ECHO_C" >&6
27256 cat >conftest.
$ac_ext <<_ACEOF
27257 #line $LINENO "configure"
27260 cat confdefs.h
>>conftest.
$ac_ext
27261 cat >>conftest.
$ac_ext <<_ACEOF
27262 /* end confdefs.h. */
27264 #include <stddef.h>
27265 #include <sys/statvfs.h>
27271 statvfs("/", NULL);
27277 rm -f conftest.
$ac_objext
27278 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27279 (eval $ac_compile) 2>&5
27281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27282 (exit $ac_status); } &&
27283 { ac_try
='test -s conftest.$ac_objext'
27284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27285 (eval $ac_try) 2>&5
27287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27288 (exit $ac_status); }; }; then
27289 wx_cv_func_statvfs
=yes
27291 echo "$as_me: failed program was:" >&5
27292 sed 's/^/| /' conftest.
$ac_ext >&5
27294 wx_cv_func_statvfs
=no
27297 rm -f conftest.
$ac_objext conftest.
$ac_ext
27300 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
27301 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
27303 if test "$wx_cv_func_statvfs" = "yes"; then
27307 ac_cpp
='$CXXCPP $CPPFLAGS'
27308 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27309 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27310 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
27313 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
27314 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
27315 if test "${wx_cv_type_statvfs_t+set}" = set; then
27316 echo $ECHO_N "(cached) $ECHO_C" >&6
27318 cat >conftest.
$ac_ext <<_ACEOF
27319 #line $LINENO "configure"
27322 cat confdefs.h
>>conftest.
$ac_ext
27323 cat >>conftest.
$ac_ext <<_ACEOF
27324 /* end confdefs.h. */
27326 #include <sys/statvfs.h>
27343 rm -f conftest.
$ac_objext
27344 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27345 (eval $ac_compile) 2>&5
27347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27348 (exit $ac_status); } &&
27349 { ac_try
='test -s conftest.$ac_objext'
27350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27351 (eval $ac_try) 2>&5
27353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27354 (exit $ac_status); }; }; then
27355 wx_cv_type_statvfs_t
=statvfs_t
27357 echo "$as_me: failed program was:" >&5
27358 sed 's/^/| /' conftest.
$ac_ext >&5
27361 cat >conftest.
$ac_ext <<_ACEOF
27362 #line $LINENO "configure"
27365 cat confdefs.h
>>conftest.
$ac_ext
27366 cat >>conftest.
$ac_ext <<_ACEOF
27367 /* end confdefs.h. */
27369 #include <sys/statvfs.h>
27386 rm -f conftest.
$ac_objext
27387 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27388 (eval $ac_compile) 2>&5
27390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27391 (exit $ac_status); } &&
27392 { ac_try
='test -s conftest.$ac_objext'
27393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27394 (eval $ac_try) 2>&5
27396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27397 (exit $ac_status); }; }; then
27398 wx_cv_type_statvfs_t
="struct statvfs"
27400 echo "$as_me: failed program was:" >&5
27401 sed 's/^/| /' conftest.
$ac_ext >&5
27403 wx_cv_type_statvfs_t
="unknown"
27406 rm -f conftest.
$ac_objext conftest.
$ac_ext
27410 rm -f conftest.
$ac_objext conftest.
$ac_ext
27413 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
27414 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
27417 ac_cpp
='$CPP $CPPFLAGS'
27418 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27419 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27420 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27423 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27424 cat >>confdefs.h
<<\_ACEOF
27425 #define HAVE_STATVFS 1
27430 wx_cv_type_statvfs_t
="unknown"
27434 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27435 cat >>confdefs.h
<<_ACEOF
27436 #define WX_STATFS_T $wx_cv_type_statvfs_t
27440 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
27441 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
27444 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
27447 for ac_func
in fcntl flock
27449 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27450 echo "$as_me:$LINENO: checking for $ac_func" >&5
27451 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27452 if eval "test \"\${$as_ac_var+set}\" = set"; then
27453 echo $ECHO_N "(cached) $ECHO_C" >&6
27455 cat >conftest.
$ac_ext <<_ACEOF
27456 #line $LINENO "configure"
27459 cat confdefs.h
>>conftest.
$ac_ext
27460 cat >>conftest.
$ac_ext <<_ACEOF
27461 /* end confdefs.h. */
27462 /* System header to define __stub macros and hopefully few prototypes,
27463 which can conflict with char $ac_func (); below.
27464 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27465 <limits.h> exists even on freestanding compilers. */
27467 # include <limits.h>
27469 # include <assert.h>
27471 /* Override any gcc2 internal prototype to avoid an error. */
27476 /* We use char because int might match the return type of a gcc2
27477 builtin and then its argument prototype would still apply. */
27479 /* The GNU C library defines this for functions which it implements
27480 to always fail with ENOSYS. Some functions are actually named
27481 something starting with __ and the normal name is an alias. */
27482 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27485 char (*f) () = $ac_func;
27494 return f != $ac_func;
27499 rm -f conftest.
$ac_objext conftest
$ac_exeext
27500 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27501 (eval $ac_link) 2>&5
27503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27504 (exit $ac_status); } &&
27505 { ac_try
='test -s conftest$ac_exeext'
27506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27507 (eval $ac_try) 2>&5
27509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27510 (exit $ac_status); }; }; then
27511 eval "$as_ac_var=yes"
27513 echo "$as_me: failed program was:" >&5
27514 sed 's/^/| /' conftest.
$ac_ext >&5
27516 eval "$as_ac_var=no"
27518 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27520 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27521 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27522 if test `eval echo '${'$as_ac_var'}'` = yes; then
27523 cat >>confdefs.h
<<_ACEOF
27524 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27531 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
27532 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
27533 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
27534 wxUSE_SNGLINST_CHECKER
=no
27539 for ac_func
in timegm
27541 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27542 echo "$as_me:$LINENO: checking for $ac_func" >&5
27543 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27544 if eval "test \"\${$as_ac_var+set}\" = set"; then
27545 echo $ECHO_N "(cached) $ECHO_C" >&6
27547 cat >conftest.
$ac_ext <<_ACEOF
27548 #line $LINENO "configure"
27551 cat confdefs.h
>>conftest.
$ac_ext
27552 cat >>conftest.
$ac_ext <<_ACEOF
27553 /* end confdefs.h. */
27554 /* System header to define __stub macros and hopefully few prototypes,
27555 which can conflict with char $ac_func (); below.
27556 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27557 <limits.h> exists even on freestanding compilers. */
27559 # include <limits.h>
27561 # include <assert.h>
27563 /* Override any gcc2 internal prototype to avoid an error. */
27568 /* We use char because int might match the return type of a gcc2
27569 builtin and then its argument prototype would still apply. */
27571 /* The GNU C library defines this for functions which it implements
27572 to always fail with ENOSYS. Some functions are actually named
27573 something starting with __ and the normal name is an alias. */
27574 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27577 char (*f) () = $ac_func;
27586 return f != $ac_func;
27591 rm -f conftest.
$ac_objext conftest
$ac_exeext
27592 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27593 (eval $ac_link) 2>&5
27595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27596 (exit $ac_status); } &&
27597 { ac_try
='test -s conftest$ac_exeext'
27598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27599 (eval $ac_try) 2>&5
27601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27602 (exit $ac_status); }; }; then
27603 eval "$as_ac_var=yes"
27605 echo "$as_me: failed program was:" >&5
27606 sed 's/^/| /' conftest.
$ac_ext >&5
27608 eval "$as_ac_var=no"
27610 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27612 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27613 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27614 if test `eval echo '${'$as_ac_var'}'` = yes; then
27615 cat >>confdefs.h
<<_ACEOF
27616 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27625 for ac_func
in putenv setenv
27627 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27628 echo "$as_me:$LINENO: checking for $ac_func" >&5
27629 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27630 if eval "test \"\${$as_ac_var+set}\" = set"; then
27631 echo $ECHO_N "(cached) $ECHO_C" >&6
27633 cat >conftest.
$ac_ext <<_ACEOF
27634 #line $LINENO "configure"
27637 cat confdefs.h
>>conftest.
$ac_ext
27638 cat >>conftest.
$ac_ext <<_ACEOF
27639 /* end confdefs.h. */
27640 /* System header to define __stub macros and hopefully few prototypes,
27641 which can conflict with char $ac_func (); below.
27642 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27643 <limits.h> exists even on freestanding compilers. */
27645 # include <limits.h>
27647 # include <assert.h>
27649 /* Override any gcc2 internal prototype to avoid an error. */
27654 /* We use char because int might match the return type of a gcc2
27655 builtin and then its argument prototype would still apply. */
27657 /* The GNU C library defines this for functions which it implements
27658 to always fail with ENOSYS. Some functions are actually named
27659 something starting with __ and the normal name is an alias. */
27660 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27663 char (*f) () = $ac_func;
27672 return f != $ac_func;
27677 rm -f conftest.
$ac_objext conftest
$ac_exeext
27678 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27679 (eval $ac_link) 2>&5
27681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27682 (exit $ac_status); } &&
27683 { ac_try
='test -s conftest$ac_exeext'
27684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27685 (eval $ac_try) 2>&5
27687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27688 (exit $ac_status); }; }; then
27689 eval "$as_ac_var=yes"
27691 echo "$as_me: failed program was:" >&5
27692 sed 's/^/| /' conftest.
$ac_ext >&5
27694 eval "$as_ac_var=no"
27696 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27698 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27699 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27700 if test `eval echo '${'$as_ac_var'}'` = yes; then
27701 cat >>confdefs.h
<<_ACEOF
27702 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27709 HAVE_SOME_SLEEP_FUNC
=0
27710 if test "$USE_BEOS" = 1; then
27711 cat >>confdefs.h
<<\_ACEOF
27712 #define HAVE_SLEEP 1
27715 HAVE_SOME_SLEEP_FUNC
=1
27718 if test "$USE_DARWIN" = 1; then
27719 cat >>confdefs.h
<<\_ACEOF
27720 #define HAVE_USLEEP 1
27723 HAVE_SOME_SLEEP_FUNC
=1
27726 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
27729 for ac_func
in nanosleep
27731 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27732 echo "$as_me:$LINENO: checking for $ac_func" >&5
27733 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27734 if eval "test \"\${$as_ac_var+set}\" = set"; then
27735 echo $ECHO_N "(cached) $ECHO_C" >&6
27737 cat >conftest.
$ac_ext <<_ACEOF
27738 #line $LINENO "configure"
27741 cat confdefs.h
>>conftest.
$ac_ext
27742 cat >>conftest.
$ac_ext <<_ACEOF
27743 /* end confdefs.h. */
27744 /* System header to define __stub macros and hopefully few prototypes,
27745 which can conflict with char $ac_func (); below.
27746 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27747 <limits.h> exists even on freestanding compilers. */
27749 # include <limits.h>
27751 # include <assert.h>
27753 /* Override any gcc2 internal prototype to avoid an error. */
27758 /* We use char because int might match the return type of a gcc2
27759 builtin and then its argument prototype would still apply. */
27761 /* The GNU C library defines this for functions which it implements
27762 to always fail with ENOSYS. Some functions are actually named
27763 something starting with __ and the normal name is an alias. */
27764 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27767 char (*f) () = $ac_func;
27776 return f != $ac_func;
27781 rm -f conftest.
$ac_objext conftest
$ac_exeext
27782 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27783 (eval $ac_link) 2>&5
27785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27786 (exit $ac_status); } &&
27787 { ac_try
='test -s conftest$ac_exeext'
27788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27789 (eval $ac_try) 2>&5
27791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27792 (exit $ac_status); }; }; then
27793 eval "$as_ac_var=yes"
27795 echo "$as_me: failed program was:" >&5
27796 sed 's/^/| /' conftest.
$ac_ext >&5
27798 eval "$as_ac_var=no"
27800 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27802 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27803 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27804 if test `eval echo '${'$as_ac_var'}'` = yes; then
27805 cat >>confdefs.h
<<_ACEOF
27806 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27808 cat >>confdefs.h
<<\_ACEOF
27809 #define HAVE_NANOSLEEP 1
27814 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
27815 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
27816 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
27817 echo $ECHO_N "(cached) $ECHO_C" >&6
27819 ac_check_lib_save_LIBS
=$LIBS
27820 LIBS
="-lposix4 $LIBS"
27821 cat >conftest.
$ac_ext <<_ACEOF
27822 #line $LINENO "configure"
27825 cat confdefs.h
>>conftest.
$ac_ext
27826 cat >>conftest.
$ac_ext <<_ACEOF
27827 /* end confdefs.h. */
27829 /* Override any gcc2 internal prototype to avoid an error. */
27833 /* We use char because int might match the return type of a gcc2
27834 builtin and then its argument prototype would still apply. */
27844 rm -f conftest.
$ac_objext conftest
$ac_exeext
27845 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27846 (eval $ac_link) 2>&5
27848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27849 (exit $ac_status); } &&
27850 { ac_try
='test -s conftest$ac_exeext'
27851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27852 (eval $ac_try) 2>&5
27854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27855 (exit $ac_status); }; }; then
27856 ac_cv_lib_posix4_nanosleep
=yes
27858 echo "$as_me: failed program was:" >&5
27859 sed 's/^/| /' conftest.
$ac_ext >&5
27861 ac_cv_lib_posix4_nanosleep
=no
27863 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27864 LIBS
=$ac_check_lib_save_LIBS
27866 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
27867 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
27868 if test $ac_cv_lib_posix4_nanosleep = yes; then
27870 cat >>confdefs.h
<<\_ACEOF
27871 #define HAVE_NANOSLEEP 1
27874 POSIX4_LINK
=" -lposix4"
27879 for ac_func
in usleep
27881 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27882 echo "$as_me:$LINENO: checking for $ac_func" >&5
27883 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27884 if eval "test \"\${$as_ac_var+set}\" = set"; then
27885 echo $ECHO_N "(cached) $ECHO_C" >&6
27887 cat >conftest.
$ac_ext <<_ACEOF
27888 #line $LINENO "configure"
27891 cat confdefs.h
>>conftest.
$ac_ext
27892 cat >>conftest.
$ac_ext <<_ACEOF
27893 /* end confdefs.h. */
27894 /* System header to define __stub macros and hopefully few prototypes,
27895 which can conflict with char $ac_func (); below.
27896 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27897 <limits.h> exists even on freestanding compilers. */
27899 # include <limits.h>
27901 # include <assert.h>
27903 /* Override any gcc2 internal prototype to avoid an error. */
27908 /* We use char because int might match the return type of a gcc2
27909 builtin and then its argument prototype would still apply. */
27911 /* The GNU C library defines this for functions which it implements
27912 to always fail with ENOSYS. Some functions are actually named
27913 something starting with __ and the normal name is an alias. */
27914 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27917 char (*f) () = $ac_func;
27926 return f != $ac_func;
27931 rm -f conftest.
$ac_objext conftest
$ac_exeext
27932 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27933 (eval $ac_link) 2>&5
27935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27936 (exit $ac_status); } &&
27937 { ac_try
='test -s conftest$ac_exeext'
27938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27939 (eval $ac_try) 2>&5
27941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27942 (exit $ac_status); }; }; then
27943 eval "$as_ac_var=yes"
27945 echo "$as_me: failed program was:" >&5
27946 sed 's/^/| /' conftest.
$ac_ext >&5
27948 eval "$as_ac_var=no"
27950 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27952 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27953 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27954 if test `eval echo '${'$as_ac_var'}'` = yes; then
27955 cat >>confdefs.h
<<_ACEOF
27956 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27958 cat >>confdefs.h
<<\_ACEOF
27959 #define HAVE_USLEEP 1
27963 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
27964 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
27982 for ac_func
in uname gethostname
27984 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27985 echo "$as_me:$LINENO: checking for $ac_func" >&5
27986 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27987 if eval "test \"\${$as_ac_var+set}\" = set"; then
27988 echo $ECHO_N "(cached) $ECHO_C" >&6
27990 cat >conftest.
$ac_ext <<_ACEOF
27991 #line $LINENO "configure"
27994 cat confdefs.h
>>conftest.
$ac_ext
27995 cat >>conftest.
$ac_ext <<_ACEOF
27996 /* end confdefs.h. */
27997 /* System header to define __stub macros and hopefully few prototypes,
27998 which can conflict with char $ac_func (); below.
27999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28000 <limits.h> exists even on freestanding compilers. */
28002 # include <limits.h>
28004 # include <assert.h>
28006 /* Override any gcc2 internal prototype to avoid an error. */
28011 /* We use char because int might match the return type of a gcc2
28012 builtin and then its argument prototype would still apply. */
28014 /* The GNU C library defines this for functions which it implements
28015 to always fail with ENOSYS. Some functions are actually named
28016 something starting with __ and the normal name is an alias. */
28017 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28020 char (*f) () = $ac_func;
28029 return f != $ac_func;
28034 rm -f conftest.
$ac_objext conftest
$ac_exeext
28035 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28036 (eval $ac_link) 2>&5
28038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28039 (exit $ac_status); } &&
28040 { ac_try
='test -s conftest$ac_exeext'
28041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28042 (eval $ac_try) 2>&5
28044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28045 (exit $ac_status); }; }; then
28046 eval "$as_ac_var=yes"
28048 echo "$as_me: failed program was:" >&5
28049 sed 's/^/| /' conftest.
$ac_ext >&5
28051 eval "$as_ac_var=no"
28053 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28055 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28056 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28057 if test `eval echo '${'$as_ac_var'}'` = yes; then
28058 cat >>confdefs.h
<<_ACEOF
28059 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28069 ac_cpp
='$CXXCPP $CPPFLAGS'
28070 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28071 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28072 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
28076 for ac_func
in strtok_r
28078 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28079 echo "$as_me:$LINENO: checking for $ac_func" >&5
28080 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28081 if eval "test \"\${$as_ac_var+set}\" = set"; then
28082 echo $ECHO_N "(cached) $ECHO_C" >&6
28084 cat >conftest.
$ac_ext <<_ACEOF
28085 #line $LINENO "configure"
28088 cat confdefs.h
>>conftest.
$ac_ext
28089 cat >>conftest.
$ac_ext <<_ACEOF
28090 /* end confdefs.h. */
28091 /* System header to define __stub macros and hopefully few prototypes,
28092 which can conflict with char $ac_func (); below.
28093 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28094 <limits.h> exists even on freestanding compilers. */
28096 # include <limits.h>
28098 # include <assert.h>
28100 /* Override any gcc2 internal prototype to avoid an error. */
28105 /* We use char because int might match the return type of a gcc2
28106 builtin and then its argument prototype would still apply. */
28108 /* The GNU C library defines this for functions which it implements
28109 to always fail with ENOSYS. Some functions are actually named
28110 something starting with __ and the normal name is an alias. */
28111 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28114 char (*f) () = $ac_func;
28123 return f != $ac_func;
28128 rm -f conftest.
$ac_objext conftest
$ac_exeext
28129 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28130 (eval $ac_link) 2>&5
28132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28133 (exit $ac_status); } &&
28134 { ac_try
='test -s conftest$ac_exeext'
28135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28136 (eval $ac_try) 2>&5
28138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28139 (exit $ac_status); }; }; then
28140 eval "$as_ac_var=yes"
28142 echo "$as_me: failed program was:" >&5
28143 sed 's/^/| /' conftest.
$ac_ext >&5
28145 eval "$as_ac_var=no"
28147 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28149 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28150 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28151 if test `eval echo '${'$as_ac_var'}'` = yes; then
28152 cat >>confdefs.h
<<_ACEOF
28153 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28161 ac_cpp
='$CPP $CPPFLAGS'
28162 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28163 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28164 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
28169 for ac_func
in inet_addr
28171 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28172 echo "$as_me:$LINENO: checking for $ac_func" >&5
28173 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28174 if eval "test \"\${$as_ac_var+set}\" = set"; then
28175 echo $ECHO_N "(cached) $ECHO_C" >&6
28177 cat >conftest.
$ac_ext <<_ACEOF
28178 #line $LINENO "configure"
28181 cat confdefs.h
>>conftest.
$ac_ext
28182 cat >>conftest.
$ac_ext <<_ACEOF
28183 /* end confdefs.h. */
28184 /* System header to define __stub macros and hopefully few prototypes,
28185 which can conflict with char $ac_func (); below.
28186 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28187 <limits.h> exists even on freestanding compilers. */
28189 # include <limits.h>
28191 # include <assert.h>
28193 /* Override any gcc2 internal prototype to avoid an error. */
28198 /* We use char because int might match the return type of a gcc2
28199 builtin and then its argument prototype would still apply. */
28201 /* The GNU C library defines this for functions which it implements
28202 to always fail with ENOSYS. Some functions are actually named
28203 something starting with __ and the normal name is an alias. */
28204 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28207 char (*f) () = $ac_func;
28216 return f != $ac_func;
28221 rm -f conftest.
$ac_objext conftest
$ac_exeext
28222 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28223 (eval $ac_link) 2>&5
28225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28226 (exit $ac_status); } &&
28227 { ac_try
='test -s conftest$ac_exeext'
28228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28229 (eval $ac_try) 2>&5
28231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28232 (exit $ac_status); }; }; then
28233 eval "$as_ac_var=yes"
28235 echo "$as_me: failed program was:" >&5
28236 sed 's/^/| /' conftest.
$ac_ext >&5
28238 eval "$as_ac_var=no"
28240 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28242 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28243 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28244 if test `eval echo '${'$as_ac_var'}'` = yes; then
28245 cat >>confdefs.h
<<_ACEOF
28246 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28248 cat >>confdefs.h
<<\_ACEOF
28249 #define HAVE_INET_ADDR 1
28254 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
28255 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
28256 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
28257 echo $ECHO_N "(cached) $ECHO_C" >&6
28259 ac_check_lib_save_LIBS
=$LIBS
28261 cat >conftest.
$ac_ext <<_ACEOF
28262 #line $LINENO "configure"
28265 cat confdefs.h
>>conftest.
$ac_ext
28266 cat >>conftest.
$ac_ext <<_ACEOF
28267 /* end confdefs.h. */
28269 /* Override any gcc2 internal prototype to avoid an error. */
28273 /* We use char because int might match the return type of a gcc2
28274 builtin and then its argument prototype would still apply. */
28284 rm -f conftest.
$ac_objext conftest
$ac_exeext
28285 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28286 (eval $ac_link) 2>&5
28288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28289 (exit $ac_status); } &&
28290 { ac_try
='test -s conftest$ac_exeext'
28291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28292 (eval $ac_try) 2>&5
28294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28295 (exit $ac_status); }; }; then
28296 ac_cv_lib_nsl_inet_addr
=yes
28298 echo "$as_me: failed program was:" >&5
28299 sed 's/^/| /' conftest.
$ac_ext >&5
28301 ac_cv_lib_nsl_inet_addr
=no
28303 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28304 LIBS
=$ac_check_lib_save_LIBS
28306 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
28307 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
28308 if test $ac_cv_lib_nsl_inet_addr = yes; then
28312 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
28313 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
28314 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
28315 echo $ECHO_N "(cached) $ECHO_C" >&6
28317 ac_check_lib_save_LIBS
=$LIBS
28318 LIBS
="-lresolv $LIBS"
28319 cat >conftest.
$ac_ext <<_ACEOF
28320 #line $LINENO "configure"
28323 cat confdefs.h
>>conftest.
$ac_ext
28324 cat >>conftest.
$ac_ext <<_ACEOF
28325 /* end confdefs.h. */
28327 /* Override any gcc2 internal prototype to avoid an error. */
28331 /* We use char because int might match the return type of a gcc2
28332 builtin and then its argument prototype would still apply. */
28342 rm -f conftest.
$ac_objext conftest
$ac_exeext
28343 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28344 (eval $ac_link) 2>&5
28346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28347 (exit $ac_status); } &&
28348 { ac_try
='test -s conftest$ac_exeext'
28349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28350 (eval $ac_try) 2>&5
28352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28353 (exit $ac_status); }; }; then
28354 ac_cv_lib_resolv_inet_addr
=yes
28356 echo "$as_me: failed program was:" >&5
28357 sed 's/^/| /' conftest.
$ac_ext >&5
28359 ac_cv_lib_resolv_inet_addr
=no
28361 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28362 LIBS
=$ac_check_lib_save_LIBS
28364 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
28365 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
28366 if test $ac_cv_lib_resolv_inet_addr = yes; then
28370 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
28371 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
28372 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
28373 echo $ECHO_N "(cached) $ECHO_C" >&6
28375 ac_check_lib_save_LIBS
=$LIBS
28376 LIBS
="-lsocket $LIBS"
28377 cat >conftest.
$ac_ext <<_ACEOF
28378 #line $LINENO "configure"
28381 cat confdefs.h
>>conftest.
$ac_ext
28382 cat >>conftest.
$ac_ext <<_ACEOF
28383 /* end confdefs.h. */
28385 /* Override any gcc2 internal prototype to avoid an error. */
28389 /* We use char because int might match the return type of a gcc2
28390 builtin and then its argument prototype would still apply. */
28400 rm -f conftest.
$ac_objext conftest
$ac_exeext
28401 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28402 (eval $ac_link) 2>&5
28404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28405 (exit $ac_status); } &&
28406 { ac_try
='test -s conftest$ac_exeext'
28407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28408 (eval $ac_try) 2>&5
28410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28411 (exit $ac_status); }; }; then
28412 ac_cv_lib_socket_inet_addr
=yes
28414 echo "$as_me: failed program was:" >&5
28415 sed 's/^/| /' conftest.
$ac_ext >&5
28417 ac_cv_lib_socket_inet_addr
=no
28419 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28420 LIBS
=$ac_check_lib_save_LIBS
28422 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
28423 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
28424 if test $ac_cv_lib_socket_inet_addr = yes; then
28444 for ac_func
in inet_aton
28446 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28447 echo "$as_me:$LINENO: checking for $ac_func" >&5
28448 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28449 if eval "test \"\${$as_ac_var+set}\" = set"; then
28450 echo $ECHO_N "(cached) $ECHO_C" >&6
28452 cat >conftest.
$ac_ext <<_ACEOF
28453 #line $LINENO "configure"
28456 cat confdefs.h
>>conftest.
$ac_ext
28457 cat >>conftest.
$ac_ext <<_ACEOF
28458 /* end confdefs.h. */
28459 /* System header to define __stub macros and hopefully few prototypes,
28460 which can conflict with char $ac_func (); below.
28461 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28462 <limits.h> exists even on freestanding compilers. */
28464 # include <limits.h>
28466 # include <assert.h>
28468 /* Override any gcc2 internal prototype to avoid an error. */
28473 /* We use char because int might match the return type of a gcc2
28474 builtin and then its argument prototype would still apply. */
28476 /* The GNU C library defines this for functions which it implements
28477 to always fail with ENOSYS. Some functions are actually named
28478 something starting with __ and the normal name is an alias. */
28479 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28482 char (*f) () = $ac_func;
28491 return f != $ac_func;
28496 rm -f conftest.
$ac_objext conftest
$ac_exeext
28497 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28498 (eval $ac_link) 2>&5
28500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28501 (exit $ac_status); } &&
28502 { ac_try
='test -s conftest$ac_exeext'
28503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28504 (eval $ac_try) 2>&5
28506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28507 (exit $ac_status); }; }; then
28508 eval "$as_ac_var=yes"
28510 echo "$as_me: failed program was:" >&5
28511 sed 's/^/| /' conftest.
$ac_ext >&5
28513 eval "$as_ac_var=no"
28515 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28517 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28518 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28519 if test `eval echo '${'$as_ac_var'}'` = yes; then
28520 cat >>confdefs.h
<<_ACEOF
28521 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28523 cat >>confdefs.h
<<\_ACEOF
28524 #define HAVE_INET_ATON 1
28529 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
28530 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
28531 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
28532 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
28533 echo $ECHO_N "(cached) $ECHO_C" >&6
28535 ac_check_lib_save_LIBS
=$LIBS
28536 LIBS
="-l$INET_LINK $LIBS"
28537 cat >conftest.
$ac_ext <<_ACEOF
28538 #line $LINENO "configure"
28541 cat confdefs.h
>>conftest.
$ac_ext
28542 cat >>conftest.
$ac_ext <<_ACEOF
28543 /* end confdefs.h. */
28545 /* Override any gcc2 internal prototype to avoid an error. */
28549 /* We use char because int might match the return type of a gcc2
28550 builtin and then its argument prototype would still apply. */
28560 rm -f conftest.
$ac_objext conftest
$ac_exeext
28561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28562 (eval $ac_link) 2>&5
28564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28565 (exit $ac_status); } &&
28566 { ac_try
='test -s conftest$ac_exeext'
28567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28568 (eval $ac_try) 2>&5
28570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28571 (exit $ac_status); }; }; then
28572 eval "$as_ac_Lib=yes"
28574 echo "$as_me: failed program was:" >&5
28575 sed 's/^/| /' conftest.
$ac_ext >&5
28577 eval "$as_ac_Lib=no"
28579 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28580 LIBS
=$ac_check_lib_save_LIBS
28582 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
28583 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
28584 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
28585 cat >>confdefs.h
<<\_ACEOF
28586 #define HAVE_INET_ATON 1
28596 if test "x$INET_LINK" != "x"; then
28597 cat >>confdefs.h
<<\_ACEOF
28598 #define HAVE_INET_ADDR 1
28601 INET_LINK
=" -l$INET_LINK"
28609 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
28610 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
28611 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
28612 echo $ECHO_N "(cached) $ECHO_C" >&6
28614 ac_check_lib_save_LIBS
=$LIBS
28616 cat >conftest.
$ac_ext <<_ACEOF
28617 #line $LINENO "configure"
28620 cat confdefs.h
>>conftest.
$ac_ext
28621 cat >>conftest.
$ac_ext <<_ACEOF
28622 /* end confdefs.h. */
28624 /* Override any gcc2 internal prototype to avoid an error. */
28628 /* We use char because int might match the return type of a gcc2
28629 builtin and then its argument prototype would still apply. */
28639 rm -f conftest.
$ac_objext conftest
$ac_exeext
28640 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28641 (eval $ac_link) 2>&5
28643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28644 (exit $ac_status); } &&
28645 { ac_try
='test -s conftest$ac_exeext'
28646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28647 (eval $ac_try) 2>&5
28649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28650 (exit $ac_status); }; }; then
28651 ac_cv_lib_esd_esd_close
=yes
28653 echo "$as_me: failed program was:" >&5
28654 sed 's/^/| /' conftest.
$ac_ext >&5
28656 ac_cv_lib_esd_esd_close
=no
28658 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28659 LIBS
=$ac_check_lib_save_LIBS
28661 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
28662 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
28663 if test $ac_cv_lib_esd_esd_close = yes; then
28666 for ac_header
in esd.h
28668 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28669 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28670 echo "$as_me:$LINENO: checking for $ac_header" >&5
28671 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28672 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28673 echo $ECHO_N "(cached) $ECHO_C" >&6
28675 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28676 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28678 # Is the header compilable?
28679 echo "$as_me:$LINENO: checking $ac_header usability" >&5
28680 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
28681 cat >conftest.
$ac_ext <<_ACEOF
28682 #line $LINENO "configure"
28685 cat confdefs.h
>>conftest.
$ac_ext
28686 cat >>conftest.
$ac_ext <<_ACEOF
28687 /* end confdefs.h. */
28688 $ac_includes_default
28689 #include <$ac_header>
28691 rm -f conftest.
$ac_objext
28692 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28693 (eval $ac_compile) 2>&5
28695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28696 (exit $ac_status); } &&
28697 { ac_try
='test -s conftest.$ac_objext'
28698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28699 (eval $ac_try) 2>&5
28701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28702 (exit $ac_status); }; }; then
28703 ac_header_compiler
=yes
28705 echo "$as_me: failed program was:" >&5
28706 sed 's/^/| /' conftest.
$ac_ext >&5
28708 ac_header_compiler
=no
28710 rm -f conftest.
$ac_objext conftest.
$ac_ext
28711 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28712 echo "${ECHO_T}$ac_header_compiler" >&6
28714 # Is the header present?
28715 echo "$as_me:$LINENO: checking $ac_header presence" >&5
28716 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
28717 cat >conftest.
$ac_ext <<_ACEOF
28718 #line $LINENO "configure"
28721 cat confdefs.h
>>conftest.
$ac_ext
28722 cat >>conftest.
$ac_ext <<_ACEOF
28723 /* end confdefs.h. */
28724 #include <$ac_header>
28726 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28727 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
28729 grep -v '^ *+' conftest.er1
>conftest.err
28731 cat conftest.err
>&5
28732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28733 (exit $ac_status); } >/dev
/null
; then
28734 if test -s conftest.err
; then
28735 ac_cpp_err
=$ac_c_preproc_warn_flag
28742 if test -z "$ac_cpp_err"; then
28743 ac_header_preproc
=yes
28745 echo "$as_me: failed program was:" >&5
28746 sed 's/^/| /' conftest.
$ac_ext >&5
28748 ac_header_preproc
=no
28750 rm -f conftest.err conftest.
$ac_ext
28751 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28752 echo "${ECHO_T}$ac_header_preproc" >&6
28754 # So? What about this header?
28755 case $ac_header_compiler:$ac_header_preproc in
28757 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28758 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28759 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28760 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28763 ## ------------------------------------ ##
28764 ## Report this to bug-autoconf@gnu.org. ##
28765 ## ------------------------------------ ##
28768 sed "s/^/$as_me: WARNING: /" >&2
28771 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28772 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28773 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
28774 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
28775 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28776 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28779 ## ------------------------------------ ##
28780 ## Report this to bug-autoconf@gnu.org. ##
28781 ## ------------------------------------ ##
28784 sed "s/^/$as_me: WARNING: /" >&2
28787 echo "$as_me:$LINENO: checking for $ac_header" >&5
28788 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28789 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28790 echo $ECHO_N "(cached) $ECHO_C" >&6
28792 eval "$as_ac_Header=$ac_header_preproc"
28794 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28795 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28798 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28799 cat >>confdefs.h
<<_ACEOF
28800 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28803 EXTRALIBS_ESD
="-lesd"
28814 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
28815 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
28816 cat >conftest.
$ac_ext <<_ACEOF
28817 #line $LINENO "configure"
28820 cat confdefs.h
>>conftest.
$ac_ext
28821 cat >>conftest.
$ac_ext <<_ACEOF
28822 /* end confdefs.h. */
28824 #include <linux/cdrom.h>
28827 #include <sys/cdio.h>
28833 struct cdrom_tocentry entry, old_entry;
28838 rm -f conftest.
$ac_objext
28839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28840 (eval $ac_compile) 2>&5
28842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28843 (exit $ac_status); } &&
28844 { ac_try
='test -s conftest.$ac_objext'
28845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28846 (eval $ac_try) 2>&5
28848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28849 (exit $ac_status); }; }; then
28850 echo "$as_me:$LINENO: result: yes" >&5
28851 echo "${ECHO_T}yes" >&6
28852 cat >>confdefs.h
<<\_ACEOF
28853 #define HAVE_KNOWN_CDROM_INTERFACE 1
28857 echo "$as_me: failed program was:" >&5
28858 sed 's/^/| /' conftest.
$ac_ext >&5
28860 echo "$as_me:$LINENO: result: no" >&5
28861 echo "${ECHO_T}no" >&6
28863 rm -f conftest.
$ac_objext conftest.
$ac_ext
28866 cat >confcache
<<\_ACEOF
28867 # This file is a shell script that caches the results of configure
28868 # tests run on this system so they can be shared between configure
28869 # scripts and configure runs, see configure's option --config-cache.
28870 # It is not useful on other systems. If it contains results you don't
28871 # want to keep, you may remove or edit it.
28873 # config.status only pays attention to the cache file if you give it
28874 # the --recheck option to rerun configure.
28876 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28877 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28878 # following values.
28882 # The following way of writing the cache mishandles newlines in values,
28883 # but we know of no workaround that is simple, portable, and efficient.
28884 # So, don't put newlines in cache variables' values.
28885 # Ultrix sh set writes to stderr and can't be redirected directly,
28886 # and sets the high bit in the cache file unless we assign to the vars.
28889 case `(ac_space=' '; set | grep ac_space) 2>&1` in
28891 # `set' does not quote correctly, so add quotes (double-quote
28892 # substitution turns \\\\ into \\, and sed turns \\ into \).
28895 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28898 # `set' quotes correctly as required by POSIX, so do not add quotes.
28900 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
28907 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28909 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28911 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
28912 if test -w $cache_file; then
28913 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
28914 cat confcache
>$cache_file
28916 echo "not updating unwritable cache $cache_file"
28923 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
28929 if test "$wxUSE_THREADS" = "yes" ; then
28930 if test "$USE_BEOS" = 1; then
28931 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
28932 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
28937 if test "$wxUSE_THREADS" = "yes" ; then
28940 THREAD_OPTS
="-pthread"
28942 *-*-solaris2* | *-*-sunos4* )
28943 if test "x$GCC" = "xyes"; then
28944 THREAD_OPTS
="-pthreads $THREAD_OPTS"
28946 THREAD_OPTS
="-mt $THREAD_OPTS"
28950 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
28952 *-*-darwin* | *-*-cygwin* )
28956 THREAD_OPTS
="pthreads"
28959 if test "x$GCC" != "xyes"; then
28965 if test "x$GCC" = "xyes"; then
28971 if test "x$GCC" != "xyes"; then
28972 THREAD_OPTS
="-Ethread"
28977 THREAD_OPTS
="$THREAD_OPTS pthread none"
28980 for flag
in $THREAD_OPTS; do
28983 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
28984 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
28988 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
28989 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
28990 THREADS_CFLAGS
="$flag"
28994 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
28995 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
28996 THREADS_LINK
="-l$flag"
29001 save_CFLAGS
="$CFLAGS"
29002 LIBS
="$THREADS_LINK $LIBS"
29003 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
29005 cat >conftest.
$ac_ext <<_ACEOF
29006 #line $LINENO "configure"
29009 cat confdefs.h
>>conftest.
$ac_ext
29010 cat >>conftest.
$ac_ext <<_ACEOF
29011 /* end confdefs.h. */
29012 #include <pthread.h>
29016 pthread_create(0,0,0,0);
29021 rm -f conftest.
$ac_objext conftest
$ac_exeext
29022 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29023 (eval $ac_link) 2>&5
29025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29026 (exit $ac_status); } &&
29027 { ac_try
='test -s conftest$ac_exeext'
29028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29029 (eval $ac_try) 2>&5
29031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29032 (exit $ac_status); }; }; then
29035 echo "$as_me: failed program was:" >&5
29036 sed 's/^/| /' conftest.
$ac_ext >&5
29039 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29042 CFLAGS
="$save_CFLAGS"
29044 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
29045 echo "${ECHO_T}$THREADS_OK" >&6
29046 if test "x$THREADS_OK" = "xyes"; then
29054 if test "x$THREADS_OK" != "xyes"; then
29056 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
29057 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
29059 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
29060 LIBS
="$THREADS_LINK $LIBS"
29062 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
29063 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
29067 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
29068 flag
="-D_THREAD_SAFE"
29071 flag
="-D_THREAD_SAFE"
29074 flag
="-D_REENTRANT"
29075 if test "x$GCC" != "xyes"; then
29076 flag
="$flag -D_RWSTD_MULTI_THREAD"
29079 *solaris
* | alpha
*-osf*)
29080 flag
="-D_REENTRANT"
29083 echo "$as_me:$LINENO: result: ${flag}" >&5
29084 echo "${ECHO_T}${flag}" >&6
29085 if test "x$flag" != xno
; then
29086 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
29089 if test "x$THREADS_CFLAGS" != "x"; then
29090 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
29091 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
29096 if test "$wxUSE_THREADS" = "yes" ; then
29098 for ac_func
in thr_setconcurrency
29100 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29101 echo "$as_me:$LINENO: checking for $ac_func" >&5
29102 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29103 if eval "test \"\${$as_ac_var+set}\" = set"; then
29104 echo $ECHO_N "(cached) $ECHO_C" >&6
29106 cat >conftest.
$ac_ext <<_ACEOF
29107 #line $LINENO "configure"
29110 cat confdefs.h
>>conftest.
$ac_ext
29111 cat >>conftest.
$ac_ext <<_ACEOF
29112 /* end confdefs.h. */
29113 /* System header to define __stub macros and hopefully few prototypes,
29114 which can conflict with char $ac_func (); below.
29115 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29116 <limits.h> exists even on freestanding compilers. */
29118 # include <limits.h>
29120 # include <assert.h>
29122 /* Override any gcc2 internal prototype to avoid an error. */
29127 /* We use char because int might match the return type of a gcc2
29128 builtin and then its argument prototype would still apply. */
29130 /* The GNU C library defines this for functions which it implements
29131 to always fail with ENOSYS. Some functions are actually named
29132 something starting with __ and the normal name is an alias. */
29133 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29136 char (*f) () = $ac_func;
29145 return f != $ac_func;
29150 rm -f conftest.
$ac_objext conftest
$ac_exeext
29151 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29152 (eval $ac_link) 2>&5
29154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29155 (exit $ac_status); } &&
29156 { ac_try
='test -s conftest$ac_exeext'
29157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29158 (eval $ac_try) 2>&5
29160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29161 (exit $ac_status); }; }; then
29162 eval "$as_ac_var=yes"
29164 echo "$as_me: failed program was:" >&5
29165 sed 's/^/| /' conftest.
$ac_ext >&5
29167 eval "$as_ac_var=no"
29169 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29171 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29172 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29173 if test `eval echo '${'$as_ac_var'}'` = yes; then
29174 cat >>confdefs.h
<<_ACEOF
29175 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29183 for ac_header
in sched.h
29185 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29186 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29187 echo "$as_me:$LINENO: checking for $ac_header" >&5
29188 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29189 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29190 echo $ECHO_N "(cached) $ECHO_C" >&6
29192 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29193 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29195 # Is the header compilable?
29196 echo "$as_me:$LINENO: checking $ac_header usability" >&5
29197 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
29198 cat >conftest.
$ac_ext <<_ACEOF
29199 #line $LINENO "configure"
29202 cat confdefs.h
>>conftest.
$ac_ext
29203 cat >>conftest.
$ac_ext <<_ACEOF
29204 /* end confdefs.h. */
29205 $ac_includes_default
29206 #include <$ac_header>
29208 rm -f conftest.
$ac_objext
29209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29210 (eval $ac_compile) 2>&5
29212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29213 (exit $ac_status); } &&
29214 { ac_try
='test -s conftest.$ac_objext'
29215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29216 (eval $ac_try) 2>&5
29218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29219 (exit $ac_status); }; }; then
29220 ac_header_compiler
=yes
29222 echo "$as_me: failed program was:" >&5
29223 sed 's/^/| /' conftest.
$ac_ext >&5
29225 ac_header_compiler
=no
29227 rm -f conftest.
$ac_objext conftest.
$ac_ext
29228 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29229 echo "${ECHO_T}$ac_header_compiler" >&6
29231 # Is the header present?
29232 echo "$as_me:$LINENO: checking $ac_header presence" >&5
29233 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
29234 cat >conftest.
$ac_ext <<_ACEOF
29235 #line $LINENO "configure"
29238 cat confdefs.h
>>conftest.
$ac_ext
29239 cat >>conftest.
$ac_ext <<_ACEOF
29240 /* end confdefs.h. */
29241 #include <$ac_header>
29243 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29244 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
29246 grep -v '^ *+' conftest.er1
>conftest.err
29248 cat conftest.err
>&5
29249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29250 (exit $ac_status); } >/dev
/null
; then
29251 if test -s conftest.err
; then
29252 ac_cpp_err
=$ac_c_preproc_warn_flag
29259 if test -z "$ac_cpp_err"; then
29260 ac_header_preproc
=yes
29262 echo "$as_me: failed program was:" >&5
29263 sed 's/^/| /' conftest.
$ac_ext >&5
29265 ac_header_preproc
=no
29267 rm -f conftest.err conftest.
$ac_ext
29268 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29269 echo "${ECHO_T}$ac_header_preproc" >&6
29271 # So? What about this header?
29272 case $ac_header_compiler:$ac_header_preproc in
29274 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29275 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29276 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29277 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29280 ## ------------------------------------ ##
29281 ## Report this to bug-autoconf@gnu.org. ##
29282 ## ------------------------------------ ##
29285 sed "s/^/$as_me: WARNING: /" >&2
29288 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29289 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29290 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29291 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29292 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29293 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29296 ## ------------------------------------ ##
29297 ## Report this to bug-autoconf@gnu.org. ##
29298 ## ------------------------------------ ##
29301 sed "s/^/$as_me: WARNING: /" >&2
29304 echo "$as_me:$LINENO: checking for $ac_header" >&5
29305 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29306 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29307 echo $ECHO_N "(cached) $ECHO_C" >&6
29309 eval "$as_ac_Header=$ac_header_preproc"
29311 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29312 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29315 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29316 cat >>confdefs.h
<<_ACEOF
29317 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29324 if test "$ac_cv_header_sched_h" = "yes"; then
29325 echo "$as_me:$LINENO: checking for sched_yield" >&5
29326 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
29327 if test "${ac_cv_func_sched_yield+set}" = set; then
29328 echo $ECHO_N "(cached) $ECHO_C" >&6
29330 cat >conftest.
$ac_ext <<_ACEOF
29331 #line $LINENO "configure"
29334 cat confdefs.h
>>conftest.
$ac_ext
29335 cat >>conftest.
$ac_ext <<_ACEOF
29336 /* end confdefs.h. */
29337 /* System header to define __stub macros and hopefully few prototypes,
29338 which can conflict with char sched_yield (); below.
29339 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29340 <limits.h> exists even on freestanding compilers. */
29342 # include <limits.h>
29344 # include <assert.h>
29346 /* Override any gcc2 internal prototype to avoid an error. */
29351 /* We use char because int might match the return type of a gcc2
29352 builtin and then its argument prototype would still apply. */
29353 char sched_yield ();
29354 /* The GNU C library defines this for functions which it implements
29355 to always fail with ENOSYS. Some functions are actually named
29356 something starting with __ and the normal name is an alias. */
29357 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
29360 char (*f) () = sched_yield;
29369 return f != sched_yield;
29374 rm -f conftest.
$ac_objext conftest
$ac_exeext
29375 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29376 (eval $ac_link) 2>&5
29378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29379 (exit $ac_status); } &&
29380 { ac_try
='test -s conftest$ac_exeext'
29381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29382 (eval $ac_try) 2>&5
29384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29385 (exit $ac_status); }; }; then
29386 ac_cv_func_sched_yield
=yes
29388 echo "$as_me: failed program was:" >&5
29389 sed 's/^/| /' conftest.
$ac_ext >&5
29391 ac_cv_func_sched_yield
=no
29393 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29395 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
29396 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
29397 if test $ac_cv_func_sched_yield = yes; then
29398 cat >>confdefs.h
<<\_ACEOF
29399 #define HAVE_SCHED_YIELD 1
29404 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
29405 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
29406 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
29407 echo $ECHO_N "(cached) $ECHO_C" >&6
29409 ac_check_lib_save_LIBS
=$LIBS
29410 LIBS
="-lposix4 $LIBS"
29411 cat >conftest.
$ac_ext <<_ACEOF
29412 #line $LINENO "configure"
29415 cat confdefs.h
>>conftest.
$ac_ext
29416 cat >>conftest.
$ac_ext <<_ACEOF
29417 /* end confdefs.h. */
29419 /* Override any gcc2 internal prototype to avoid an error. */
29423 /* We use char because int might match the return type of a gcc2
29424 builtin and then its argument prototype would still apply. */
29425 char sched_yield ();
29434 rm -f conftest.
$ac_objext conftest
$ac_exeext
29435 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29436 (eval $ac_link) 2>&5
29438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29439 (exit $ac_status); } &&
29440 { ac_try
='test -s conftest$ac_exeext'
29441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29442 (eval $ac_try) 2>&5
29444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29445 (exit $ac_status); }; }; then
29446 ac_cv_lib_posix4_sched_yield
=yes
29448 echo "$as_me: failed program was:" >&5
29449 sed 's/^/| /' conftest.
$ac_ext >&5
29451 ac_cv_lib_posix4_sched_yield
=no
29453 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29454 LIBS
=$ac_check_lib_save_LIBS
29456 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
29457 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
29458 if test $ac_cv_lib_posix4_sched_yield = yes; then
29459 cat >>confdefs.h
<<\_ACEOF
29460 #define HAVE_SCHED_YIELD 1
29462 POSIX4_LINK
=" -lposix4"
29464 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
29465 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
29476 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
29477 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
29478 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
29479 echo $ECHO_N "(cached) $ECHO_C" >&6
29481 cat >conftest.
$ac_ext <<_ACEOF
29482 #line $LINENO "configure"
29485 cat confdefs.h
>>conftest.
$ac_ext
29486 cat >>conftest.
$ac_ext <<_ACEOF
29487 /* end confdefs.h. */
29488 /* System header to define __stub macros and hopefully few prototypes,
29489 which can conflict with char pthread_attr_getschedpolicy (); below.
29490 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29491 <limits.h> exists even on freestanding compilers. */
29493 # include <limits.h>
29495 # include <assert.h>
29497 /* Override any gcc2 internal prototype to avoid an error. */
29502 /* We use char because int might match the return type of a gcc2
29503 builtin and then its argument prototype would still apply. */
29504 char pthread_attr_getschedpolicy ();
29505 /* The GNU C library defines this for functions which it implements
29506 to always fail with ENOSYS. Some functions are actually named
29507 something starting with __ and the normal name is an alias. */
29508 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
29511 char (*f) () = pthread_attr_getschedpolicy;
29520 return f != pthread_attr_getschedpolicy;
29525 rm -f conftest.
$ac_objext conftest
$ac_exeext
29526 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29527 (eval $ac_link) 2>&5
29529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29530 (exit $ac_status); } &&
29531 { ac_try
='test -s conftest$ac_exeext'
29532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29533 (eval $ac_try) 2>&5
29535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29536 (exit $ac_status); }; }; then
29537 ac_cv_func_pthread_attr_getschedpolicy
=yes
29539 echo "$as_me: failed program was:" >&5
29540 sed 's/^/| /' conftest.
$ac_ext >&5
29542 ac_cv_func_pthread_attr_getschedpolicy
=no
29544 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29546 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
29547 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
29548 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
29549 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
29550 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
29551 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
29552 echo $ECHO_N "(cached) $ECHO_C" >&6
29554 cat >conftest.
$ac_ext <<_ACEOF
29555 #line $LINENO "configure"
29558 cat confdefs.h
>>conftest.
$ac_ext
29559 cat >>conftest.
$ac_ext <<_ACEOF
29560 /* end confdefs.h. */
29561 /* System header to define __stub macros and hopefully few prototypes,
29562 which can conflict with char pthread_attr_setschedparam (); below.
29563 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29564 <limits.h> exists even on freestanding compilers. */
29566 # include <limits.h>
29568 # include <assert.h>
29570 /* Override any gcc2 internal prototype to avoid an error. */
29575 /* We use char because int might match the return type of a gcc2
29576 builtin and then its argument prototype would still apply. */
29577 char pthread_attr_setschedparam ();
29578 /* The GNU C library defines this for functions which it implements
29579 to always fail with ENOSYS. Some functions are actually named
29580 something starting with __ and the normal name is an alias. */
29581 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
29584 char (*f) () = pthread_attr_setschedparam;
29593 return f != pthread_attr_setschedparam;
29598 rm -f conftest.
$ac_objext conftest
$ac_exeext
29599 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29600 (eval $ac_link) 2>&5
29602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29603 (exit $ac_status); } &&
29604 { ac_try
='test -s conftest$ac_exeext'
29605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29606 (eval $ac_try) 2>&5
29608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29609 (exit $ac_status); }; }; then
29610 ac_cv_func_pthread_attr_setschedparam
=yes
29612 echo "$as_me: failed program was:" >&5
29613 sed 's/^/| /' conftest.
$ac_ext >&5
29615 ac_cv_func_pthread_attr_setschedparam
=no
29617 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29619 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
29620 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
29621 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
29622 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
29623 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
29624 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
29625 echo $ECHO_N "(cached) $ECHO_C" >&6
29627 cat >conftest.
$ac_ext <<_ACEOF
29628 #line $LINENO "configure"
29631 cat confdefs.h
>>conftest.
$ac_ext
29632 cat >>conftest.
$ac_ext <<_ACEOF
29633 /* end confdefs.h. */
29634 /* System header to define __stub macros and hopefully few prototypes,
29635 which can conflict with char sched_get_priority_max (); below.
29636 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29637 <limits.h> exists even on freestanding compilers. */
29639 # include <limits.h>
29641 # include <assert.h>
29643 /* Override any gcc2 internal prototype to avoid an error. */
29648 /* We use char because int might match the return type of a gcc2
29649 builtin and then its argument prototype would still apply. */
29650 char sched_get_priority_max ();
29651 /* The GNU C library defines this for functions which it implements
29652 to always fail with ENOSYS. Some functions are actually named
29653 something starting with __ and the normal name is an alias. */
29654 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
29657 char (*f) () = sched_get_priority_max;
29666 return f != sched_get_priority_max;
29671 rm -f conftest.
$ac_objext conftest
$ac_exeext
29672 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29673 (eval $ac_link) 2>&5
29675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29676 (exit $ac_status); } &&
29677 { ac_try
='test -s conftest$ac_exeext'
29678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29679 (eval $ac_try) 2>&5
29681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29682 (exit $ac_status); }; }; then
29683 ac_cv_func_sched_get_priority_max
=yes
29685 echo "$as_me: failed program was:" >&5
29686 sed 's/^/| /' conftest.
$ac_ext >&5
29688 ac_cv_func_sched_get_priority_max
=no
29690 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29692 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
29693 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
29694 if test $ac_cv_func_sched_get_priority_max = yes; then
29697 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
29698 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
29699 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
29700 echo $ECHO_N "(cached) $ECHO_C" >&6
29702 ac_check_lib_save_LIBS
=$LIBS
29703 LIBS
="-lposix4 $LIBS"
29704 cat >conftest.
$ac_ext <<_ACEOF
29705 #line $LINENO "configure"
29708 cat confdefs.h
>>conftest.
$ac_ext
29709 cat >>conftest.
$ac_ext <<_ACEOF
29710 /* end confdefs.h. */
29712 /* Override any gcc2 internal prototype to avoid an error. */
29716 /* We use char because int might match the return type of a gcc2
29717 builtin and then its argument prototype would still apply. */
29718 char sched_get_priority_max ();
29722 sched_get_priority_max ();
29727 rm -f conftest.
$ac_objext conftest
$ac_exeext
29728 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29729 (eval $ac_link) 2>&5
29731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29732 (exit $ac_status); } &&
29733 { ac_try
='test -s conftest$ac_exeext'
29734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29735 (eval $ac_try) 2>&5
29737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29738 (exit $ac_status); }; }; then
29739 ac_cv_lib_posix4_sched_get_priority_max
=yes
29741 echo "$as_me: failed program was:" >&5
29742 sed 's/^/| /' conftest.
$ac_ext >&5
29744 ac_cv_lib_posix4_sched_get_priority_max
=no
29746 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29747 LIBS
=$ac_check_lib_save_LIBS
29749 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
29750 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
29751 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
29754 POSIX4_LINK
=" -lposix4"
29768 if test "$HAVE_PRIOR_FUNCS" = 1; then
29769 cat >>confdefs.h
<<\_ACEOF
29770 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
29774 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
29775 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
29778 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
29779 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
29780 if test "${ac_cv_func_pthread_cancel+set}" = set; then
29781 echo $ECHO_N "(cached) $ECHO_C" >&6
29783 cat >conftest.
$ac_ext <<_ACEOF
29784 #line $LINENO "configure"
29787 cat confdefs.h
>>conftest.
$ac_ext
29788 cat >>conftest.
$ac_ext <<_ACEOF
29789 /* end confdefs.h. */
29790 /* System header to define __stub macros and hopefully few prototypes,
29791 which can conflict with char pthread_cancel (); below.
29792 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29793 <limits.h> exists even on freestanding compilers. */
29795 # include <limits.h>
29797 # include <assert.h>
29799 /* Override any gcc2 internal prototype to avoid an error. */
29804 /* We use char because int might match the return type of a gcc2
29805 builtin and then its argument prototype would still apply. */
29806 char pthread_cancel ();
29807 /* The GNU C library defines this for functions which it implements
29808 to always fail with ENOSYS. Some functions are actually named
29809 something starting with __ and the normal name is an alias. */
29810 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
29813 char (*f) () = pthread_cancel;
29822 return f != pthread_cancel;
29827 rm -f conftest.
$ac_objext conftest
$ac_exeext
29828 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29829 (eval $ac_link) 2>&5
29831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29832 (exit $ac_status); } &&
29833 { ac_try
='test -s conftest$ac_exeext'
29834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29835 (eval $ac_try) 2>&5
29837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29838 (exit $ac_status); }; }; then
29839 ac_cv_func_pthread_cancel
=yes
29841 echo "$as_me: failed program was:" >&5
29842 sed 's/^/| /' conftest.
$ac_ext >&5
29844 ac_cv_func_pthread_cancel
=no
29846 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29848 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
29849 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
29850 if test $ac_cv_func_pthread_cancel = yes; then
29851 cat >>confdefs.h
<<\_ACEOF
29852 #define HAVE_PTHREAD_CANCEL 1
29856 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
29857 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
29861 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
29862 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
29863 if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then
29864 echo $ECHO_N "(cached) $ECHO_C" >&6
29867 cat >conftest.
$ac_ext <<_ACEOF
29868 #line $LINENO "configure"
29871 cat confdefs.h
>>conftest.
$ac_ext
29872 cat >>conftest.
$ac_ext <<_ACEOF
29873 /* end confdefs.h. */
29874 #include <pthread.h>
29879 pthread_cleanup_push(NULL, NULL);
29880 pthread_cleanup_pop(0);
29886 rm -f conftest.
$ac_objext
29887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29888 (eval $ac_compile) 2>&5
29890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29891 (exit $ac_status); } &&
29892 { ac_try
='test -s conftest.$ac_objext'
29893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29894 (eval $ac_try) 2>&5
29896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29897 (exit $ac_status); }; }; then
29899 wx_cv_func_pthread_cleanup_push
=yes
29902 echo "$as_me: failed program was:" >&5
29903 sed 's/^/| /' conftest.
$ac_ext >&5
29906 wx_cv_func_pthread_cleanup_push
=no
29909 rm -f conftest.
$ac_objext conftest.
$ac_ext
29912 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup_push" >&5
29913 echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6
29915 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
29916 cat >>confdefs.h
<<\_ACEOF
29917 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
29923 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
29924 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
29925 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
29926 echo $ECHO_N "(cached) $ECHO_C" >&6
29929 cat >conftest.
$ac_ext <<_ACEOF
29930 #line $LINENO "configure"
29933 cat confdefs.h
>>conftest.
$ac_ext
29934 cat >>conftest.
$ac_ext <<_ACEOF
29935 /* end confdefs.h. */
29936 #include <pthread.h>
29941 pthread_mutexattr_t attr;
29942 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
29948 rm -f conftest.
$ac_objext
29949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29950 (eval $ac_compile) 2>&5
29952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29953 (exit $ac_status); } &&
29954 { ac_try
='test -s conftest.$ac_objext'
29955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29956 (eval $ac_try) 2>&5
29958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29959 (exit $ac_status); }; }; then
29961 wx_cv_type_pthread_mutexattr_t
=yes
29964 echo "$as_me: failed program was:" >&5
29965 sed 's/^/| /' conftest.
$ac_ext >&5
29968 wx_cv_type_pthread_mutexattr_t
=no
29972 rm -f conftest.
$ac_objext conftest.
$ac_ext
29975 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
29976 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
29978 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
29979 cat >>confdefs.h
<<\_ACEOF
29980 #define HAVE_PTHREAD_MUTEXATTR_T 1
29984 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
29985 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
29986 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
29987 echo $ECHO_N "(cached) $ECHO_C" >&6
29990 cat >conftest.
$ac_ext <<_ACEOF
29991 #line $LINENO "configure"
29994 cat confdefs.h
>>conftest.
$ac_ext
29995 cat >>conftest.
$ac_ext <<_ACEOF
29996 /* end confdefs.h. */
29997 #include <pthread.h>
30002 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
30008 rm -f conftest.
$ac_objext
30009 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30010 (eval $ac_compile) 2>&5
30012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30013 (exit $ac_status); } &&
30014 { ac_try
='test -s conftest.$ac_objext'
30015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30016 (eval $ac_try) 2>&5
30018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30019 (exit $ac_status); }; }; then
30021 wx_cv_type_pthread_rec_mutex_init
=yes
30024 echo "$as_me: failed program was:" >&5
30025 sed 's/^/| /' conftest.
$ac_ext >&5
30028 wx_cv_type_pthread_rec_mutex_init
=no
30032 rm -f conftest.
$ac_objext conftest.
$ac_ext
30035 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
30036 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
30037 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
30038 cat >>confdefs.h
<<\_ACEOF
30039 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
30043 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
30044 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
30050 if test "$wxUSE_THREADS" = "yes" ; then
30053 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
30054 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
30055 if test "${wx_cv_cflags_mthread+set}" = set; then
30056 echo $ECHO_N "(cached) $ECHO_C" >&6
30059 CFLAGS_OLD
="$CFLAGS"
30060 CFLAGS
="$CFLAGS -mthreads"
30061 cat >conftest.
$ac_ext <<_ACEOF
30062 #line $LINENO "configure"
30065 cat confdefs.h
>>conftest.
$ac_ext
30066 cat >>conftest.
$ac_ext <<_ACEOF
30067 /* end confdefs.h. */
30077 rm -f conftest.
$ac_objext
30078 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30079 (eval $ac_compile) 2>&5
30081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30082 (exit $ac_status); } &&
30083 { ac_try
='test -s conftest.$ac_objext'
30084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30085 (eval $ac_try) 2>&5
30087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30088 (exit $ac_status); }; }; then
30089 wx_cv_cflags_mthread
=yes
30091 echo "$as_me: failed program was:" >&5
30092 sed 's/^/| /' conftest.
$ac_ext >&5
30094 wx_cv_cflags_mthread
=no
30097 rm -f conftest.
$ac_objext conftest.
$ac_ext
30101 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
30102 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
30104 if test "$wx_cv_cflags_mthread" = "yes"; then
30105 CXXFLAGS
="$CXXFLAGS -mthreads"
30106 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
30107 LDFLAGS
="$LDFLAGS -mthreads"
30109 CFLAGS
="$CFLAGS_OLD"
30113 CFLAGS
="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
30114 CXXFLAGS
="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
30115 LDFLAGS
="$LDFLAGS -Zmt"
30121 if test "$wxUSE_THREADS" = "yes"; then
30122 cat >>confdefs.h
<<\_ACEOF
30123 #define wxUSE_THREADS 1
30127 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
30129 if test "$ac_cv_func_strtok_r" = "yes"; then
30130 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
30131 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
30132 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
30133 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
30134 echo "$as_me:$LINENO: result: yes" >&5
30135 echo "${ECHO_T}yes" >&6
30137 echo "$as_me:$LINENO: result: no" >&5
30138 echo "${ECHO_T}no" >&6
30143 if test "$WXGTK20" = 1 ; then
30144 cat >>confdefs.h
<<_ACEOF
30145 #define __WXGTK20__ $WXGTK20
30151 if test "$WXGTK12" = 1 ; then
30152 cat >>confdefs.h
<<_ACEOF
30153 #define __WXGTK12__ $WXGTK12
30158 if test "$WXGTK127" = 1 ; then
30159 cat >>confdefs.h
<<_ACEOF
30160 #define __WXGTK127__ $WXGTK127
30167 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
30172 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
30173 wxUSE_DEBUG_INFO
=yes
30177 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
30178 cat >>confdefs.h
<<\_ACEOF
30182 WXDEBUG_DEFINE
="-D__WXDEBUG__"
30184 if test "$wxUSE_GTK" = 1 ; then
30185 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
30189 if test "$wxUSE_MEM_TRACING" = "yes" ; then
30190 cat >>confdefs.h
<<\_ACEOF
30191 #define wxUSE_MEMORY_TRACING 1
30194 cat >>confdefs.h
<<\_ACEOF
30195 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
30198 cat >>confdefs.h
<<\_ACEOF
30199 #define wxUSE_DEBUG_NEW_ALWAYS 1
30202 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
30205 if test "$wxUSE_DMALLOC" = "yes" ; then
30206 DMALLOC_LIBS
="-ldmalloc"
30210 if test "$wxUSE_PROFILE" = "yes" ; then
30215 CODE_GEN_FLAGS_CXX
=
30216 if test "$GCC" = "yes" ; then
30217 if test "$wxUSE_NO_RTTI" = "yes" ; then
30218 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
30220 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
30221 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
30223 if test "$wxUSE_PERMISSIVE" = "yes" ; then
30224 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
30229 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
30232 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
30238 if test "$wxUSE_OPTIMISE" = "no" ; then
30239 if test "$GCC" = yes ; then
30243 if test "$GCC" = yes ; then
30247 i586
-*-*|i686
-*-* )
30248 OPTIMISE
="${OPTIMISE} "
30257 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
30258 cat >>confdefs.h
<<\_ACEOF
30259 #define WXWIN_COMPATIBILITY_2_2 1
30263 WXWIN_COMPATIBILITY_2_4
="yes"
30266 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
30267 cat >>confdefs.h
<<\_ACEOF
30268 #define WXWIN_COMPATIBILITY_2_4 1
30274 if test "$wxUSE_GUI" = "yes"; then
30275 cat >>confdefs.h
<<\_ACEOF
30276 #define wxUSE_GUI 1
30281 cat >>confdefs.h
<<\_ACEOF
30282 #define wxUSE_NOGUI 1
30288 if test "$wxUSE_UNIX" = "yes"; then
30289 cat >>confdefs.h
<<\_ACEOF
30290 #define wxUSE_UNIX 1
30296 if test "$wxUSE_STL" = "yes"; then
30297 cat >>confdefs.h
<<\_ACEOF
30298 #define wxUSE_STL 1
30303 if test "$wxUSE_APPLE_IEEE" = "yes"; then
30304 cat >>confdefs.h
<<\_ACEOF
30305 #define wxUSE_APPLE_IEEE 1
30310 if test "$wxUSE_TIMER" = "yes"; then
30311 cat >>confdefs.h
<<\_ACEOF
30312 #define wxUSE_TIMER 1
30317 if test "$wxUSE_WAVE" = "yes"; then
30318 cat >>confdefs.h
<<\_ACEOF
30319 #define wxUSE_WAVE 1
30324 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
30325 cat >>confdefs.h
<<\_ACEOF
30326 #define wxUSE_CMDLINE_PARSER 1
30331 if test "$wxUSE_STOPWATCH" = "yes"; then
30332 cat >>confdefs.h
<<\_ACEOF
30333 #define wxUSE_STOPWATCH 1
30338 if test "$wxUSE_DATETIME" = "yes"; then
30339 cat >>confdefs.h
<<\_ACEOF
30340 #define wxUSE_DATETIME 1
30345 if test "$wxUSE_FILE" = "yes"; then
30346 cat >>confdefs.h
<<\_ACEOF
30347 #define wxUSE_FILE 1
30352 if test "$wxUSE_FFILE" = "yes"; then
30353 cat >>confdefs.h
<<\_ACEOF
30354 #define wxUSE_FFILE 1
30359 if test "$wxUSE_FILESYSTEM" = "yes"; then
30360 cat >>confdefs.h
<<\_ACEOF
30361 #define wxUSE_FILESYSTEM 1
30366 if test "$wxUSE_FS_ZIP" = "yes"; then
30367 cat >>confdefs.h
<<\_ACEOF
30368 #define wxUSE_FS_ZIP 1
30373 if test "$wxUSE_ZIPSTREAM" = "yes"; then
30374 cat >>confdefs.h
<<\_ACEOF
30375 #define wxUSE_ZIPSTREAM 1
30380 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30381 cat >>confdefs.h
<<\_ACEOF
30382 #define wxUSE_ON_FATAL_EXCEPTION 1
30387 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30388 cat >>confdefs.h
<<\_ACEOF
30389 #define wxUSE_SNGLINST_CHECKER 1
30394 if test "$wxUSE_BUSYINFO" = "yes"; then
30395 cat >>confdefs.h
<<\_ACEOF
30396 #define wxUSE_BUSYINFO 1
30401 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
30402 cat >>confdefs.h
<<\_ACEOF
30403 #define wxUSE_STD_IOSTREAM 1
30408 if test "$wxUSE_TEXTBUFFER" = "yes"; then
30409 cat >>confdefs.h
<<\_ACEOF
30410 #define wxUSE_TEXTBUFFER 1
30415 if test "$wxUSE_TEXTFILE" = "yes"; then
30416 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
30417 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
30418 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
30420 cat >>confdefs.h
<<\_ACEOF
30421 #define wxUSE_TEXTFILE 1
30427 if test "$wxUSE_CONFIG" = "yes" ; then
30428 if test "$wxUSE_TEXTFILE" != "yes"; then
30429 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
30430 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
30432 cat >>confdefs.h
<<\_ACEOF
30433 #define wxUSE_CONFIG 1
30436 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
30440 if test "$wxUSE_INTL" = "yes" ; then
30441 if test "$wxUSE_FILE" != "yes"; then
30442 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
30443 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
30445 cat >>confdefs.h
<<\_ACEOF
30446 #define wxUSE_INTL 1
30449 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
30450 GUIDIST
="$GUIDIST INTL_DIST"
30454 if test "$wxUSE_LOG" = "yes"; then
30455 cat >>confdefs.h
<<\_ACEOF
30456 #define wxUSE_LOG 1
30460 if test "$wxUSE_LOGGUI" = "yes"; then
30461 cat >>confdefs.h
<<\_ACEOF
30462 #define wxUSE_LOGGUI 1
30467 if test "$wxUSE_LOGWINDOW" = "yes"; then
30468 cat >>confdefs.h
<<\_ACEOF
30469 #define wxUSE_LOGWINDOW 1
30474 if test "$wxUSE_LOGDIALOG" = "yes"; then
30475 cat >>confdefs.h
<<\_ACEOF
30476 #define wxUSE_LOG_DIALOG 1
30482 if test "$wxUSE_LONGLONG" = "yes"; then
30483 cat >>confdefs.h
<<\_ACEOF
30484 #define wxUSE_LONGLONG 1
30489 if test "$wxUSE_GEOMETRY" = "yes"; then
30490 cat >>confdefs.h
<<\_ACEOF
30491 #define wxUSE_GEOMETRY 1
30496 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
30497 cat >>confdefs.h
<<\_ACEOF
30498 #define wxUSE_DIALUP_MANAGER 1
30501 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
30504 if test "$wxUSE_STREAMS" = "yes" ; then
30505 cat >>confdefs.h
<<\_ACEOF
30506 #define wxUSE_STREAMS 1
30512 if test "$wxUSE_DATETIME" = "yes"; then
30514 for ac_func
in strptime
30516 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30517 echo "$as_me:$LINENO: checking for $ac_func" >&5
30518 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30519 if eval "test \"\${$as_ac_var+set}\" = set"; then
30520 echo $ECHO_N "(cached) $ECHO_C" >&6
30522 cat >conftest.
$ac_ext <<_ACEOF
30523 #line $LINENO "configure"
30526 cat confdefs.h
>>conftest.
$ac_ext
30527 cat >>conftest.
$ac_ext <<_ACEOF
30528 /* end confdefs.h. */
30529 /* System header to define __stub macros and hopefully few prototypes,
30530 which can conflict with char $ac_func (); below.
30531 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30532 <limits.h> exists even on freestanding compilers. */
30534 # include <limits.h>
30536 # include <assert.h>
30538 /* Override any gcc2 internal prototype to avoid an error. */
30543 /* We use char because int might match the return type of a gcc2
30544 builtin and then its argument prototype would still apply. */
30546 /* The GNU C library defines this for functions which it implements
30547 to always fail with ENOSYS. Some functions are actually named
30548 something starting with __ and the normal name is an alias. */
30549 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30552 char (*f) () = $ac_func;
30561 return f != $ac_func;
30566 rm -f conftest.
$ac_objext conftest
$ac_exeext
30567 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30568 (eval $ac_link) 2>&5
30570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30571 (exit $ac_status); } &&
30572 { ac_try
='test -s conftest$ac_exeext'
30573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30574 (eval $ac_try) 2>&5
30576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30577 (exit $ac_status); }; }; then
30578 eval "$as_ac_var=yes"
30580 echo "$as_me: failed program was:" >&5
30581 sed 's/^/| /' conftest.
$ac_ext >&5
30583 eval "$as_ac_var=no"
30585 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30587 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30588 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30589 if test `eval echo '${'$as_ac_var'}'` = yes; then
30590 cat >>confdefs.h
<<_ACEOF
30591 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30598 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
30599 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
30600 if test "${wx_cv_var_timezone+set}" = set; then
30601 echo $ECHO_N "(cached) $ECHO_C" >&6
30604 cat >conftest.
$ac_ext <<_ACEOF
30605 #line $LINENO "configure"
30608 cat confdefs.h
>>conftest.
$ac_ext
30609 cat >>conftest.
$ac_ext <<_ACEOF
30610 /* end confdefs.h. */
30625 rm -f conftest.
$ac_objext
30626 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30627 (eval $ac_compile) 2>&5
30629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30630 (exit $ac_status); } &&
30631 { ac_try
='test -s conftest.$ac_objext'
30632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30633 (eval $ac_try) 2>&5
30635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30636 (exit $ac_status); }; }; then
30638 wx_cv_var_timezone
=timezone
30641 echo "$as_me: failed program was:" >&5
30642 sed 's/^/| /' conftest.
$ac_ext >&5
30645 cat >conftest.
$ac_ext <<_ACEOF
30646 #line $LINENO "configure"
30649 cat confdefs.h
>>conftest.
$ac_ext
30650 cat >>conftest.
$ac_ext <<_ACEOF
30651 /* end confdefs.h. */
30666 rm -f conftest.
$ac_objext
30667 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30668 (eval $ac_compile) 2>&5
30670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30671 (exit $ac_status); } &&
30672 { ac_try
='test -s conftest.$ac_objext'
30673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30674 (eval $ac_try) 2>&5
30676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30677 (exit $ac_status); }; }; then
30679 wx_cv_var_timezone
=_timezone
30682 echo "$as_me: failed program was:" >&5
30683 sed 's/^/| /' conftest.
$ac_ext >&5
30686 cat >conftest.
$ac_ext <<_ACEOF
30687 #line $LINENO "configure"
30690 cat confdefs.h
>>conftest.
$ac_ext
30691 cat >>conftest.
$ac_ext <<_ACEOF
30692 /* end confdefs.h. */
30707 rm -f conftest.
$ac_objext
30708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30709 (eval $ac_compile) 2>&5
30711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30712 (exit $ac_status); } &&
30713 { ac_try
='test -s conftest.$ac_objext'
30714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30715 (eval $ac_try) 2>&5
30717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30718 (exit $ac_status); }; }; then
30720 wx_cv_var_timezone
=__timezone
30723 echo "$as_me: failed program was:" >&5
30724 sed 's/^/| /' conftest.
$ac_ext >&5
30727 if test "$USE_DOS" = 0 ; then
30728 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
30729 echo "$as_me: WARNING: no timezone variable" >&2;}
30734 rm -f conftest.
$ac_objext conftest.
$ac_ext
30738 rm -f conftest.
$ac_objext conftest.
$ac_ext
30742 rm -f conftest.
$ac_objext conftest.
$ac_ext
30746 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
30747 echo "${ECHO_T}$wx_cv_var_timezone" >&6
30749 if test "x$wx_cv_var_timezone" != x
; then
30750 cat >>confdefs.h
<<_ACEOF
30751 #define WX_TIMEZONE $wx_cv_var_timezone
30757 for ac_func
in localtime
30759 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30760 echo "$as_me:$LINENO: checking for $ac_func" >&5
30761 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30762 if eval "test \"\${$as_ac_var+set}\" = set"; then
30763 echo $ECHO_N "(cached) $ECHO_C" >&6
30765 cat >conftest.
$ac_ext <<_ACEOF
30766 #line $LINENO "configure"
30769 cat confdefs.h
>>conftest.
$ac_ext
30770 cat >>conftest.
$ac_ext <<_ACEOF
30771 /* end confdefs.h. */
30772 /* System header to define __stub macros and hopefully few prototypes,
30773 which can conflict with char $ac_func (); below.
30774 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30775 <limits.h> exists even on freestanding compilers. */
30777 # include <limits.h>
30779 # include <assert.h>
30781 /* Override any gcc2 internal prototype to avoid an error. */
30786 /* We use char because int might match the return type of a gcc2
30787 builtin and then its argument prototype would still apply. */
30789 /* The GNU C library defines this for functions which it implements
30790 to always fail with ENOSYS. Some functions are actually named
30791 something starting with __ and the normal name is an alias. */
30792 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30795 char (*f) () = $ac_func;
30804 return f != $ac_func;
30809 rm -f conftest.
$ac_objext conftest
$ac_exeext
30810 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30811 (eval $ac_link) 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.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30830 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30831 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30832 if test `eval echo '${'$as_ac_var'}'` = yes; then
30833 cat >>confdefs.h
<<_ACEOF
30834 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30841 if test "$ac_cv_func_localtime" = "yes"; then
30842 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
30843 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
30844 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
30845 echo $ECHO_N "(cached) $ECHO_C" >&6
30848 cat >conftest.
$ac_ext <<_ACEOF
30849 #line $LINENO "configure"
30852 cat confdefs.h
>>conftest.
$ac_ext
30853 cat >>conftest.
$ac_ext <<_ACEOF
30854 /* end confdefs.h. */
30869 rm -f conftest.
$ac_objext
30870 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30871 (eval $ac_compile) 2>&5
30873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30874 (exit $ac_status); } &&
30875 { ac_try
='test -s conftest.$ac_objext'
30876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30877 (eval $ac_try) 2>&5
30879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30880 (exit $ac_status); }; }; then
30882 wx_cv_struct_tm_has_gmtoff
=yes
30885 echo "$as_me: failed program was:" >&5
30886 sed 's/^/| /' conftest.
$ac_ext >&5
30888 wx_cv_struct_tm_has_gmtoff
=no
30891 rm -f conftest.
$ac_objext conftest.
$ac_ext
30894 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
30895 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
30898 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
30899 cat >>confdefs.h
<<\_ACEOF
30900 #define WX_GMTOFF_IN_TM 1
30907 for ac_func
in gettimeofday ftime
30909 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30910 echo "$as_me:$LINENO: checking for $ac_func" >&5
30911 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30912 if eval "test \"\${$as_ac_var+set}\" = set"; then
30913 echo $ECHO_N "(cached) $ECHO_C" >&6
30915 cat >conftest.
$ac_ext <<_ACEOF
30916 #line $LINENO "configure"
30919 cat confdefs.h
>>conftest.
$ac_ext
30920 cat >>conftest.
$ac_ext <<_ACEOF
30921 /* end confdefs.h. */
30922 /* System header to define __stub macros and hopefully few prototypes,
30923 which can conflict with char $ac_func (); below.
30924 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30925 <limits.h> exists even on freestanding compilers. */
30927 # include <limits.h>
30929 # include <assert.h>
30931 /* Override any gcc2 internal prototype to avoid an error. */
30936 /* We use char because int might match the return type of a gcc2
30937 builtin and then its argument prototype would still apply. */
30939 /* The GNU C library defines this for functions which it implements
30940 to always fail with ENOSYS. Some functions are actually named
30941 something starting with __ and the normal name is an alias. */
30942 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30945 char (*f) () = $ac_func;
30954 return f != $ac_func;
30959 rm -f conftest.
$ac_objext conftest
$ac_exeext
30960 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30961 (eval $ac_link) 2>&5
30963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30964 (exit $ac_status); } &&
30965 { ac_try
='test -s conftest$ac_exeext'
30966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30967 (eval $ac_try) 2>&5
30969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30970 (exit $ac_status); }; }; then
30971 eval "$as_ac_var=yes"
30973 echo "$as_me: failed program was:" >&5
30974 sed 's/^/| /' conftest.
$ac_ext >&5
30976 eval "$as_ac_var=no"
30978 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30980 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30981 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30982 if test `eval echo '${'$as_ac_var'}'` = yes; then
30983 cat >>confdefs.h
<<_ACEOF
30984 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30991 if test "$ac_cv_func_gettimeofday" = "yes"; then
30992 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
30993 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
30994 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
30995 echo $ECHO_N "(cached) $ECHO_C" >&6
31001 ac_cpp
='$CXXCPP $CPPFLAGS'
31002 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31003 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31004 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
31007 cat >conftest.
$ac_ext <<_ACEOF
31008 #line $LINENO "configure"
31011 cat confdefs.h
>>conftest.
$ac_ext
31012 cat >>conftest.
$ac_ext <<_ACEOF
31013 /* end confdefs.h. */
31015 #include <sys/time.h>
31016 #include <unistd.h>
31023 gettimeofday(&tv, NULL);
31029 rm -f conftest.
$ac_objext
31030 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31031 (eval $ac_compile) 2>&5
31033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31034 (exit $ac_status); } &&
31035 { ac_try
='test -s conftest.$ac_objext'
31036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31037 (eval $ac_try) 2>&5
31039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31040 (exit $ac_status); }; }; then
31041 wx_cv_func_gettimeofday_has_2_args
=yes
31043 echo "$as_me: failed program was:" >&5
31044 sed 's/^/| /' conftest.
$ac_ext >&5
31046 cat >conftest.
$ac_ext <<_ACEOF
31047 #line $LINENO "configure"
31050 cat confdefs.h
>>conftest.
$ac_ext
31051 cat >>conftest.
$ac_ext <<_ACEOF
31052 /* end confdefs.h. */
31054 #include <sys/time.h>
31055 #include <unistd.h>
31068 rm -f conftest.
$ac_objext
31069 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31070 (eval $ac_compile) 2>&5
31072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31073 (exit $ac_status); } &&
31074 { ac_try
='test -s conftest.$ac_objext'
31075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31076 (eval $ac_try) 2>&5
31078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31079 (exit $ac_status); }; }; then
31080 wx_cv_func_gettimeofday_has_2_args
=no
31082 echo "$as_me: failed program was:" >&5
31083 sed 's/^/| /' conftest.
$ac_ext >&5
31086 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
31087 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
31088 wx_cv_func_gettimeofday_has_2_args
=unknown
31092 rm -f conftest.
$ac_objext conftest.
$ac_ext
31095 rm -f conftest.
$ac_objext conftest.
$ac_ext
31097 ac_cpp
='$CPP $CPPFLAGS'
31098 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31099 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31100 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31104 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
31105 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
31107 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
31108 cat >>confdefs.h
<<\_ACEOF
31109 #define WX_GETTIMEOFDAY_NO_TZ 1
31115 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
31119 if test "$wxUSE_SOCKETS" = "yes"; then
31120 if test "$wxUSE_MGL" = "1"; then
31121 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
31122 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
31125 if test "$wxUSE_COCOA" = "1"; then
31126 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under Cocoa... disabled" >&5
31127 echo "$as_me: WARNING: wxSocket not yet supported under Cocoa... disabled" >&2;}
31132 if test "$wxUSE_SOCKETS" = "yes"; then
31133 if test "$TOOLKIT" != "MSW"; then
31134 echo "$as_me:$LINENO: checking for socket" >&5
31135 echo $ECHO_N "checking for socket... $ECHO_C" >&6
31136 if test "${ac_cv_func_socket+set}" = set; then
31137 echo $ECHO_N "(cached) $ECHO_C" >&6
31139 cat >conftest.
$ac_ext <<_ACEOF
31140 #line $LINENO "configure"
31143 cat confdefs.h
>>conftest.
$ac_ext
31144 cat >>conftest.
$ac_ext <<_ACEOF
31145 /* end confdefs.h. */
31146 /* System header to define __stub macros and hopefully few prototypes,
31147 which can conflict with char socket (); below.
31148 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31149 <limits.h> exists even on freestanding compilers. */
31151 # include <limits.h>
31153 # include <assert.h>
31155 /* Override any gcc2 internal prototype to avoid an error. */
31160 /* We use char because int might match the return type of a gcc2
31161 builtin and then its argument prototype would still apply. */
31163 /* The GNU C library defines this for functions which it implements
31164 to always fail with ENOSYS. Some functions are actually named
31165 something starting with __ and the normal name is an alias. */
31166 #if defined (__stub_socket) || defined (__stub___socket)
31169 char (*f) () = socket;
31178 return f != socket;
31183 rm -f conftest.
$ac_objext conftest
$ac_exeext
31184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31185 (eval $ac_link) 2>&5
31187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31188 (exit $ac_status); } &&
31189 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
31195 ac_cv_func_socket
=yes
31197 echo "$as_me: failed program was:" >&5
31198 sed 's/^/| /' conftest.
$ac_ext >&5
31200 ac_cv_func_socket
=no
31202 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31204 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
31205 echo "${ECHO_T}$ac_cv_func_socket" >&6
31206 if test $ac_cv_func_socket = yes; then
31210 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
31211 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
31212 if test "${ac_cv_lib_socket_socket+set}" = set; then
31213 echo $ECHO_N "(cached) $ECHO_C" >&6
31215 ac_check_lib_save_LIBS
=$LIBS
31216 LIBS
="-lsocket $LIBS"
31217 cat >conftest.
$ac_ext <<_ACEOF
31218 #line $LINENO "configure"
31221 cat confdefs.h
>>conftest.
$ac_ext
31222 cat >>conftest.
$ac_ext <<_ACEOF
31223 /* end confdefs.h. */
31225 /* Override any gcc2 internal prototype to avoid an error. */
31229 /* We use char because int might match the return type of a gcc2
31230 builtin and then its argument prototype would still apply. */
31240 rm -f conftest.
$ac_objext conftest
$ac_exeext
31241 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31242 (eval $ac_link) 2>&5
31244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31245 (exit $ac_status); } &&
31246 { ac_try
='test -s conftest$ac_exeext'
31247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31248 (eval $ac_try) 2>&5
31250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31251 (exit $ac_status); }; }; then
31252 ac_cv_lib_socket_socket
=yes
31254 echo "$as_me: failed program was:" >&5
31255 sed 's/^/| /' conftest.
$ac_ext >&5
31257 ac_cv_lib_socket_socket
=no
31259 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31260 LIBS
=$ac_check_lib_save_LIBS
31262 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
31263 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
31264 if test $ac_cv_lib_socket_socket = yes; then
31265 if test "$INET_LINK" != " -lsocket"; then
31266 INET_LINK
="$INET_LINK -lsocket"
31270 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
31271 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
31284 if test "$wxUSE_SOCKETS" = "yes" ; then
31285 if test "$TOOLKIT" != "MSW"; then
31286 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
31287 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
31288 if test "${wx_cv_type_getsockname3+set}" = set; then
31289 echo $ECHO_N "(cached) $ECHO_C" >&6
31292 cat >conftest.
$ac_ext <<_ACEOF
31293 #line $LINENO "configure"
31296 cat confdefs.h
>>conftest.
$ac_ext
31297 cat >>conftest.
$ac_ext <<_ACEOF
31298 /* end confdefs.h. */
31300 #include <sys/types.h>
31301 #include <sys/socket.h>
31308 getsockname(0, 0, &len);
31314 rm -f conftest.
$ac_objext
31315 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31316 (eval $ac_compile) 2>&5
31318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31319 (exit $ac_status); } &&
31320 { ac_try
='test -s conftest.$ac_objext'
31321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31322 (eval $ac_try) 2>&5
31324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31325 (exit $ac_status); }; }; then
31326 wx_cv_type_getsockname3
=socklen_t
31328 echo "$as_me: failed program was:" >&5
31329 sed 's/^/| /' conftest.
$ac_ext >&5
31332 CFLAGS_OLD
="$CFLAGS"
31333 if test "$GCC" = yes ; then
31334 CFLAGS
="$CFLAGS -Werror"
31337 cat >conftest.
$ac_ext <<_ACEOF
31338 #line $LINENO "configure"
31341 cat confdefs.h
>>conftest.
$ac_ext
31342 cat >>conftest.
$ac_ext <<_ACEOF
31343 /* end confdefs.h. */
31345 #include <sys/types.h>
31346 #include <sys/socket.h>
31353 getsockname(0, 0, &len);
31359 rm -f conftest.
$ac_objext
31360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31361 (eval $ac_compile) 2>&5
31363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31364 (exit $ac_status); } &&
31365 { ac_try
='test -s conftest.$ac_objext'
31366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31367 (eval $ac_try) 2>&5
31369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31370 (exit $ac_status); }; }; then
31371 wx_cv_type_getsockname3
=size_t
31373 echo "$as_me: failed program was:" >&5
31374 sed 's/^/| /' conftest.
$ac_ext >&5
31376 cat >conftest.
$ac_ext <<_ACEOF
31377 #line $LINENO "configure"
31380 cat confdefs.h
>>conftest.
$ac_ext
31381 cat >>conftest.
$ac_ext <<_ACEOF
31382 /* end confdefs.h. */
31384 #include <sys/types.h>
31385 #include <sys/socket.h>
31392 getsockname(0, 0, &len);
31398 rm -f conftest.
$ac_objext
31399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31400 (eval $ac_compile) 2>&5
31402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31403 (exit $ac_status); } &&
31404 { ac_try
='test -s conftest.$ac_objext'
31405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31406 (eval $ac_try) 2>&5
31408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31409 (exit $ac_status); }; }; then
31410 wx_cv_type_getsockname3
=int
31412 echo "$as_me: failed program was:" >&5
31413 sed 's/^/| /' conftest.
$ac_ext >&5
31415 wx_cv_type_getsockname3
=unknown
31418 rm -f conftest.
$ac_objext conftest.
$ac_ext
31421 rm -f conftest.
$ac_objext conftest.
$ac_ext
31423 CFLAGS
="$CFLAGS_OLD"
31427 rm -f conftest.
$ac_objext conftest.
$ac_ext
31430 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
31431 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
31433 if test "$wx_cv_type_getsockname3" = "unknown"; then
31435 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
31436 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
31438 cat >>confdefs.h
<<_ACEOF
31439 #define SOCKLEN_T $wx_cv_type_getsockname3
31446 if test "$wxUSE_SOCKETS" = "yes" ; then
31447 cat >>confdefs.h
<<\_ACEOF
31448 #define wxUSE_SOCKETS 1
31451 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
31454 if test "$wxUSE_PROTOCOL" = "yes"; then
31455 if test "$wxUSE_SOCKETS" != "yes"; then
31456 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
31457 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
31462 if test "$wxUSE_PROTOCOL" = "yes"; then
31463 cat >>confdefs.h
<<\_ACEOF
31464 #define wxUSE_PROTOCOL 1
31468 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
31469 cat >>confdefs.h
<<\_ACEOF
31470 #define wxUSE_PROTOCOL_HTTP 1
31474 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
31475 cat >>confdefs.h
<<\_ACEOF
31476 #define wxUSE_PROTOCOL_FTP 1
31480 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
31481 cat >>confdefs.h
<<\_ACEOF
31482 #define wxUSE_PROTOCOL_FILE 1
31487 if test "$wxUSE_FS_INET" = "yes"; then
31488 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
31489 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
31494 if test "$wxUSE_URL" = "yes"; then
31495 if test "$wxUSE_PROTOCOL" != "yes"; then
31496 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
31497 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
31500 if test "$wxUSE_URL" = "yes"; then
31501 cat >>confdefs.h
<<\_ACEOF
31502 #define wxUSE_URL 1
31508 if test "$wxUSE_FS_INET" = "yes"; then
31509 cat >>confdefs.h
<<\_ACEOF
31510 #define wxUSE_FS_INET 1
31516 if test "$wxUSE_GUI" = "yes"; then
31518 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
31519 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
31520 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
31524 if test "$TOOLKIT" != "MSW"; then
31525 if test "$wxUSE_JOYSTICK" = "yes"; then
31527 for ac_header
in linux
/joystick.h
31529 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31530 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31531 echo "$as_me:$LINENO: checking for $ac_header" >&5
31532 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31533 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31534 echo $ECHO_N "(cached) $ECHO_C" >&6
31536 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31537 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31539 # Is the header compilable?
31540 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31541 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31542 cat >conftest.
$ac_ext <<_ACEOF
31543 #line $LINENO "configure"
31546 cat confdefs.h
>>conftest.
$ac_ext
31547 cat >>conftest.
$ac_ext <<_ACEOF
31548 /* end confdefs.h. */
31549 $ac_includes_default
31550 #include <$ac_header>
31552 rm -f conftest.
$ac_objext
31553 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31554 (eval $ac_compile) 2>&5
31556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31557 (exit $ac_status); } &&
31558 { ac_try
='test -s conftest.$ac_objext'
31559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31560 (eval $ac_try) 2>&5
31562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31563 (exit $ac_status); }; }; then
31564 ac_header_compiler
=yes
31566 echo "$as_me: failed program was:" >&5
31567 sed 's/^/| /' conftest.
$ac_ext >&5
31569 ac_header_compiler
=no
31571 rm -f conftest.
$ac_objext conftest.
$ac_ext
31572 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31573 echo "${ECHO_T}$ac_header_compiler" >&6
31575 # Is the header present?
31576 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31577 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31578 cat >conftest.
$ac_ext <<_ACEOF
31579 #line $LINENO "configure"
31582 cat confdefs.h
>>conftest.
$ac_ext
31583 cat >>conftest.
$ac_ext <<_ACEOF
31584 /* end confdefs.h. */
31585 #include <$ac_header>
31587 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31588 (eval $ac_cpp conftest.
$ac_ext) 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); } >/dev
/null
; then
31595 if test -s conftest.err
; then
31596 ac_cpp_err
=$ac_c_preproc_warn_flag
31603 if test -z "$ac_cpp_err"; then
31604 ac_header_preproc
=yes
31606 echo "$as_me: failed program was:" >&5
31607 sed 's/^/| /' conftest.
$ac_ext >&5
31609 ac_header_preproc
=no
31611 rm -f conftest.err conftest.
$ac_ext
31612 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31613 echo "${ECHO_T}$ac_header_preproc" >&6
31615 # So? What about this header?
31616 case $ac_header_compiler:$ac_header_preproc in
31618 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31619 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31620 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31621 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31624 ## ------------------------------------ ##
31625 ## Report this to bug-autoconf@gnu.org. ##
31626 ## ------------------------------------ ##
31629 sed "s/^/$as_me: WARNING: /" >&2
31632 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31633 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31634 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31635 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31636 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31637 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31640 ## ------------------------------------ ##
31641 ## Report this to bug-autoconf@gnu.org. ##
31642 ## ------------------------------------ ##
31645 sed "s/^/$as_me: WARNING: /" >&2
31648 echo "$as_me:$LINENO: checking for $ac_header" >&5
31649 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31650 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31651 echo $ECHO_N "(cached) $ECHO_C" >&6
31653 eval "$as_ac_Header=$ac_header_preproc"
31655 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31656 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31659 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31660 cat >>confdefs.h
<<_ACEOF
31661 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31668 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
31670 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
31671 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
31676 if test "$wxUSE_JOYSTICK" = "yes"; then
31677 cat >>confdefs.h
<<\_ACEOF
31678 #define wxUSE_JOYSTICK 1
31681 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
31686 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
31690 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
31691 if test "$USE_DARWIN" = 1; then
31695 for ac_func
in dlopen
31697 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31698 echo "$as_me:$LINENO: checking for $ac_func" >&5
31699 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31700 if eval "test \"\${$as_ac_var+set}\" = set"; then
31701 echo $ECHO_N "(cached) $ECHO_C" >&6
31703 cat >conftest.
$ac_ext <<_ACEOF
31704 #line $LINENO "configure"
31707 cat confdefs.h
>>conftest.
$ac_ext
31708 cat >>conftest.
$ac_ext <<_ACEOF
31709 /* end confdefs.h. */
31710 /* System header to define __stub macros and hopefully few prototypes,
31711 which can conflict with char $ac_func (); below.
31712 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31713 <limits.h> exists even on freestanding compilers. */
31715 # include <limits.h>
31717 # include <assert.h>
31719 /* Override any gcc2 internal prototype to avoid an error. */
31724 /* We use char because int might match the return type of a gcc2
31725 builtin and then its argument prototype would still apply. */
31727 /* The GNU C library defines this for functions which it implements
31728 to always fail with ENOSYS. Some functions are actually named
31729 something starting with __ and the normal name is an alias. */
31730 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31733 char (*f) () = $ac_func;
31742 return f != $ac_func;
31747 rm -f conftest.
$ac_objext conftest
$ac_exeext
31748 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31749 (eval $ac_link) 2>&5
31751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31752 (exit $ac_status); } &&
31753 { ac_try
='test -s conftest$ac_exeext'
31754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31755 (eval $ac_try) 2>&5
31757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31758 (exit $ac_status); }; }; then
31759 eval "$as_ac_var=yes"
31761 echo "$as_me: failed program was:" >&5
31762 sed 's/^/| /' conftest.
$ac_ext >&5
31764 eval "$as_ac_var=no"
31766 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31768 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31769 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31770 if test `eval echo '${'$as_ac_var'}'` = yes; then
31771 cat >>confdefs.h
<<_ACEOF
31772 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31775 cat >>confdefs.h
<<\_ACEOF
31776 #define HAVE_DLOPEN 1
31783 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
31784 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
31785 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
31786 echo $ECHO_N "(cached) $ECHO_C" >&6
31788 ac_check_lib_save_LIBS
=$LIBS
31790 cat >conftest.
$ac_ext <<_ACEOF
31791 #line $LINENO "configure"
31794 cat confdefs.h
>>conftest.
$ac_ext
31795 cat >>conftest.
$ac_ext <<_ACEOF
31796 /* end confdefs.h. */
31798 /* Override any gcc2 internal prototype to avoid an error. */
31802 /* We use char because int might match the return type of a gcc2
31803 builtin and then its argument prototype would still apply. */
31813 rm -f conftest.
$ac_objext conftest
$ac_exeext
31814 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31815 (eval $ac_link) 2>&5
31817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31818 (exit $ac_status); } &&
31819 { ac_try
='test -s conftest$ac_exeext'
31820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31821 (eval $ac_try) 2>&5
31823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31824 (exit $ac_status); }; }; then
31825 ac_cv_lib_dl_dlopen
=yes
31827 echo "$as_me: failed program was:" >&5
31828 sed 's/^/| /' conftest.
$ac_ext >&5
31830 ac_cv_lib_dl_dlopen
=no
31832 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31833 LIBS
=$ac_check_lib_save_LIBS
31835 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
31836 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
31837 if test $ac_cv_lib_dl_dlopen = yes; then
31839 cat >>confdefs.h
<<\_ACEOF
31840 #define HAVE_DLOPEN 1
31844 DL_LINK
=" -ldl$DL_LINK"
31849 for ac_func
in shl_load
31851 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31852 echo "$as_me:$LINENO: checking for $ac_func" >&5
31853 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31854 if eval "test \"\${$as_ac_var+set}\" = set"; then
31855 echo $ECHO_N "(cached) $ECHO_C" >&6
31857 cat >conftest.
$ac_ext <<_ACEOF
31858 #line $LINENO "configure"
31861 cat confdefs.h
>>conftest.
$ac_ext
31862 cat >>conftest.
$ac_ext <<_ACEOF
31863 /* end confdefs.h. */
31864 /* System header to define __stub macros and hopefully few prototypes,
31865 which can conflict with char $ac_func (); below.
31866 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31867 <limits.h> exists even on freestanding compilers. */
31869 # include <limits.h>
31871 # include <assert.h>
31873 /* Override any gcc2 internal prototype to avoid an error. */
31878 /* We use char because int might match the return type of a gcc2
31879 builtin and then its argument prototype would still apply. */
31881 /* The GNU C library defines this for functions which it implements
31882 to always fail with ENOSYS. Some functions are actually named
31883 something starting with __ and the normal name is an alias. */
31884 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31887 char (*f) () = $ac_func;
31896 return f != $ac_func;
31901 rm -f conftest.
$ac_objext conftest
$ac_exeext
31902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31903 (eval $ac_link) 2>&5
31905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31906 (exit $ac_status); } &&
31907 { ac_try
='test -s conftest$ac_exeext'
31908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31909 (eval $ac_try) 2>&5
31911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31912 (exit $ac_status); }; }; then
31913 eval "$as_ac_var=yes"
31915 echo "$as_me: failed program was:" >&5
31916 sed 's/^/| /' conftest.
$ac_ext >&5
31918 eval "$as_ac_var=no"
31920 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31922 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31923 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31924 if test `eval echo '${'$as_ac_var'}'` = yes; then
31925 cat >>confdefs.h
<<_ACEOF
31926 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31929 cat >>confdefs.h
<<\_ACEOF
31930 #define HAVE_SHL_LOAD 1
31937 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
31938 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
31939 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
31940 echo $ECHO_N "(cached) $ECHO_C" >&6
31942 ac_check_lib_save_LIBS
=$LIBS
31943 LIBS
="-lshl_load $LIBS"
31944 cat >conftest.
$ac_ext <<_ACEOF
31945 #line $LINENO "configure"
31948 cat confdefs.h
>>conftest.
$ac_ext
31949 cat >>conftest.
$ac_ext <<_ACEOF
31950 /* end confdefs.h. */
31952 /* Override any gcc2 internal prototype to avoid an error. */
31956 /* We use char because int might match the return type of a gcc2
31957 builtin and then its argument prototype would still apply. */
31967 rm -f conftest.
$ac_objext conftest
$ac_exeext
31968 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31969 (eval $ac_link) 2>&5
31971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31972 (exit $ac_status); } &&
31973 { ac_try
='test -s conftest$ac_exeext'
31974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31975 (eval $ac_try) 2>&5
31977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31978 (exit $ac_status); }; }; then
31979 ac_cv_lib_shl_load_dld
=yes
31981 echo "$as_me: failed program was:" >&5
31982 sed 's/^/| /' conftest.
$ac_ext >&5
31984 ac_cv_lib_shl_load_dld
=no
31986 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31987 LIBS
=$ac_check_lib_save_LIBS
31989 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
31990 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
31991 if test $ac_cv_lib_shl_load_dld = yes; then
31994 DL_LINK
=" -ldld$DL_LINK"
32010 if test "$HAVE_DL_FUNCS" = 1; then
32012 for ac_func
in dlerror
32014 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32015 echo "$as_me:$LINENO: checking for $ac_func" >&5
32016 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32017 if eval "test \"\${$as_ac_var+set}\" = set"; then
32018 echo $ECHO_N "(cached) $ECHO_C" >&6
32020 cat >conftest.
$ac_ext <<_ACEOF
32021 #line $LINENO "configure"
32024 cat confdefs.h
>>conftest.
$ac_ext
32025 cat >>conftest.
$ac_ext <<_ACEOF
32026 /* end confdefs.h. */
32027 /* System header to define __stub macros and hopefully few prototypes,
32028 which can conflict with char $ac_func (); below.
32029 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32030 <limits.h> exists even on freestanding compilers. */
32032 # include <limits.h>
32034 # include <assert.h>
32036 /* Override any gcc2 internal prototype to avoid an error. */
32041 /* We use char because int might match the return type of a gcc2
32042 builtin and then its argument prototype would still apply. */
32044 /* The GNU C library defines this for functions which it implements
32045 to always fail with ENOSYS. Some functions are actually named
32046 something starting with __ and the normal name is an alias. */
32047 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32050 char (*f) () = $ac_func;
32059 return f != $ac_func;
32064 rm -f conftest.
$ac_objext conftest
$ac_exeext
32065 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32066 (eval $ac_link) 2>&5
32068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32069 (exit $ac_status); } &&
32070 { ac_try
='test -s conftest$ac_exeext'
32071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32072 (eval $ac_try) 2>&5
32074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32075 (exit $ac_status); }; }; then
32076 eval "$as_ac_var=yes"
32078 echo "$as_me: failed program was:" >&5
32079 sed 's/^/| /' conftest.
$ac_ext >&5
32081 eval "$as_ac_var=no"
32083 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
32085 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32086 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32087 if test `eval echo '${'$as_ac_var'}'` = yes; then
32088 cat >>confdefs.h
<<_ACEOF
32089 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32091 cat >>confdefs.h
<<\_ACEOF
32092 #define HAVE_DLERROR 1
32097 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
32098 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
32099 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
32100 echo $ECHO_N "(cached) $ECHO_C" >&6
32102 ac_check_lib_save_LIBS
=$LIBS
32104 cat >conftest.
$ac_ext <<_ACEOF
32105 #line $LINENO "configure"
32108 cat confdefs.h
>>conftest.
$ac_ext
32109 cat >>conftest.
$ac_ext <<_ACEOF
32110 /* end confdefs.h. */
32112 /* Override any gcc2 internal prototype to avoid an error. */
32116 /* We use char because int might match the return type of a gcc2
32117 builtin and then its argument prototype would still apply. */
32127 rm -f conftest.
$ac_objext conftest
$ac_exeext
32128 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32129 (eval $ac_link) 2>&5
32131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32132 (exit $ac_status); } &&
32133 { ac_try
='test -s conftest$ac_exeext'
32134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32135 (eval $ac_try) 2>&5
32137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32138 (exit $ac_status); }; }; then
32139 ac_cv_lib_dl_dlerror
=yes
32141 echo "$as_me: failed program was:" >&5
32142 sed 's/^/| /' conftest.
$ac_ext >&5
32144 ac_cv_lib_dl_dlerror
=no
32146 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
32147 LIBS
=$ac_check_lib_save_LIBS
32149 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
32150 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
32151 if test $ac_cv_lib_dl_dlerror = yes; then
32152 cat >>confdefs.h
<<\_ACEOF
32153 #define HAVE_DLERROR 1
32166 if test "$HAVE_DL_FUNCS" = 0; then
32167 if test "$HAVE_SHL_FUNCS" = 0; then
32168 if test "$USE_UNIX" = 1; then
32169 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
32170 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
32171 wxUSE_DYNAMIC_LOADER
=no
32172 wxUSE_DYNLIB_CLASS
=no
32174 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
32175 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
32182 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
32183 cat >>confdefs.h
<<\_ACEOF
32184 #define wxUSE_DYNAMIC_LOADER 1
32188 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
32189 cat >>confdefs.h
<<\_ACEOF
32190 #define wxUSE_DYNLIB_CLASS 1
32196 if test "$wxUSE_FONTMAP" = "yes" ; then
32197 cat >>confdefs.h
<<\_ACEOF
32198 #define wxUSE_FONTMAP 1
32203 if test "$wxUSE_UNICODE" = "yes" ; then
32204 cat >>confdefs.h
<<\_ACEOF
32205 #define wxUSE_UNICODE 1
32209 if test "$USE_WIN32" != 1; then
32210 wxUSE_UNICODE_MSLU
=no
32213 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
32214 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
32215 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
32216 if test "${ac_cv_lib_unicows_main+set}" = set; then
32217 echo $ECHO_N "(cached) $ECHO_C" >&6
32219 ac_check_lib_save_LIBS
=$LIBS
32220 LIBS
="-lunicows $LIBS"
32221 cat >conftest.
$ac_ext <<_ACEOF
32222 #line $LINENO "configure"
32225 cat confdefs.h
>>conftest.
$ac_ext
32226 cat >>conftest.
$ac_ext <<_ACEOF
32227 /* end confdefs.h. */
32238 rm -f conftest.
$ac_objext conftest
$ac_exeext
32239 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32240 (eval $ac_link) 2>&5
32242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32243 (exit $ac_status); } &&
32244 { ac_try
='test -s conftest$ac_exeext'
32245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32246 (eval $ac_try) 2>&5
32248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32249 (exit $ac_status); }; }; then
32250 ac_cv_lib_unicows_main
=yes
32252 echo "$as_me: failed program was:" >&5
32253 sed 's/^/| /' conftest.
$ac_ext >&5
32255 ac_cv_lib_unicows_main
=no
32257 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
32258 LIBS
=$ac_check_lib_save_LIBS
32260 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
32261 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
32262 if test $ac_cv_lib_unicows_main = yes; then
32264 cat >>confdefs.h
<<\_ACEOF
32265 #define wxUSE_UNICODE_MSLU 1
32271 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
32272 Applications will only run on Windows NT/2000/XP!" >&5
32273 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
32274 Applications will only run on Windows NT/2000/XP!" >&2;}
32275 wxUSE_UNICODE_MSLU
=no
32282 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
32283 cat >>confdefs.h
<<\_ACEOF
32284 #define wxUSE_EXPERIMENTAL_PRINTF 1
32290 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
32291 cat >>confdefs.h
<<\_ACEOF
32292 #define wxUSE_POSTSCRIPT 1
32297 cat >>confdefs.h
<<\_ACEOF
32298 #define wxUSE_AFM_FOR_POSTSCRIPT 1
32302 cat >>confdefs.h
<<\_ACEOF
32303 #define wxUSE_NORMALIZED_PS_FONTS 1
32308 if test "$wxUSE_CONSTRAINTS" = "yes"; then
32309 cat >>confdefs.h
<<\_ACEOF
32310 #define wxUSE_CONSTRAINTS 1
32313 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
32316 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
32317 cat >>confdefs.h
<<\_ACEOF
32318 #define wxUSE_MDI_ARCHITECTURE 1
32321 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
32324 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
32325 cat >>confdefs.h
<<\_ACEOF
32326 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
32329 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
32330 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
32331 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
32335 if test "$wxUSE_HELP" = "yes"; then
32336 cat >>confdefs.h
<<\_ACEOF
32337 #define wxUSE_HELP 1
32340 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
32342 if test "$wxUSE_MSW" = 1; then
32343 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
32344 cat >>confdefs.h
<<\_ACEOF
32345 #define wxUSE_MS_HTML_HELP 1
32351 if test "$wxUSE_WXHTML_HELP" = "yes"; then
32352 if test "$wxUSE_HTML" = "yes"; then
32353 cat >>confdefs.h
<<\_ACEOF
32354 #define wxUSE_WXHTML_HELP 1
32358 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
32359 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
32360 wxUSE_WXHTML_HELP
=no
32365 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
32366 if test "$wxUSE_CONSTRAINTS" != "yes"; then
32367 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
32368 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
32370 cat >>confdefs.h
<<\_ACEOF
32371 #define wxUSE_PRINTING_ARCHITECTURE 1
32375 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
32378 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
32379 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
32380 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
32381 { (exit 1); exit 1; }; }
32385 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
32386 -o "$wxUSE_CLIPBOARD" = "yes" \
32387 -o "$wxUSE_OLE" = "yes" \
32388 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
32390 for ac_header
in ole2.h
32392 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32393 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32394 echo "$as_me:$LINENO: checking for $ac_header" >&5
32395 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32396 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32397 echo $ECHO_N "(cached) $ECHO_C" >&6
32399 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32400 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32402 # Is the header compilable?
32403 echo "$as_me:$LINENO: checking $ac_header usability" >&5
32404 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32405 cat >conftest.
$ac_ext <<_ACEOF
32406 #line $LINENO "configure"
32409 cat confdefs.h
>>conftest.
$ac_ext
32410 cat >>conftest.
$ac_ext <<_ACEOF
32411 /* end confdefs.h. */
32412 $ac_includes_default
32413 #include <$ac_header>
32415 rm -f conftest.
$ac_objext
32416 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32417 (eval $ac_compile) 2>&5
32419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32420 (exit $ac_status); } &&
32421 { ac_try
='test -s conftest.$ac_objext'
32422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32423 (eval $ac_try) 2>&5
32425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32426 (exit $ac_status); }; }; then
32427 ac_header_compiler
=yes
32429 echo "$as_me: failed program was:" >&5
32430 sed 's/^/| /' conftest.
$ac_ext >&5
32432 ac_header_compiler
=no
32434 rm -f conftest.
$ac_objext conftest.
$ac_ext
32435 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32436 echo "${ECHO_T}$ac_header_compiler" >&6
32438 # Is the header present?
32439 echo "$as_me:$LINENO: checking $ac_header presence" >&5
32440 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32441 cat >conftest.
$ac_ext <<_ACEOF
32442 #line $LINENO "configure"
32445 cat confdefs.h
>>conftest.
$ac_ext
32446 cat >>conftest.
$ac_ext <<_ACEOF
32447 /* end confdefs.h. */
32448 #include <$ac_header>
32450 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32451 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32453 grep -v '^ *+' conftest.er1
>conftest.err
32455 cat conftest.err
>&5
32456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32457 (exit $ac_status); } >/dev
/null
; then
32458 if test -s conftest.err
; then
32459 ac_cpp_err
=$ac_c_preproc_warn_flag
32466 if test -z "$ac_cpp_err"; then
32467 ac_header_preproc
=yes
32469 echo "$as_me: failed program was:" >&5
32470 sed 's/^/| /' conftest.
$ac_ext >&5
32472 ac_header_preproc
=no
32474 rm -f conftest.err conftest.
$ac_ext
32475 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32476 echo "${ECHO_T}$ac_header_preproc" >&6
32478 # So? What about this header?
32479 case $ac_header_compiler:$ac_header_preproc in
32481 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32482 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32483 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32484 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32487 ## ------------------------------------ ##
32488 ## Report this to bug-autoconf@gnu.org. ##
32489 ## ------------------------------------ ##
32492 sed "s/^/$as_me: WARNING: /" >&2
32495 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32496 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32497 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32498 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32499 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32500 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32503 ## ------------------------------------ ##
32504 ## Report this to bug-autoconf@gnu.org. ##
32505 ## ------------------------------------ ##
32508 sed "s/^/$as_me: WARNING: /" >&2
32511 echo "$as_me:$LINENO: checking for $ac_header" >&5
32512 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32513 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32514 echo $ECHO_N "(cached) $ECHO_C" >&6
32516 eval "$as_ac_Header=$ac_header_preproc"
32518 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32519 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32522 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32523 cat >>confdefs.h
<<_ACEOF
32524 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32532 if test "$ac_cv_header_ole2_h" = "yes" ; then
32533 if test "$GCC" = yes ; then
32537 ac_cpp
='$CXXCPP $CPPFLAGS'
32538 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32539 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32540 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32543 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
32544 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
32545 cat >conftest.
$ac_ext <<_ACEOF
32546 #line $LINENO "configure"
32549 cat confdefs.h
>>conftest.
$ac_ext
32550 cat >>conftest.
$ac_ext <<_ACEOF
32551 /* end confdefs.h. */
32552 #include <windows.h>
32562 rm -f conftest.
$ac_objext
32563 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32564 (eval $ac_compile) 2>&5
32566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32567 (exit $ac_status); } &&
32568 { ac_try
='test -s conftest.$ac_objext'
32569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32570 (eval $ac_try) 2>&5
32572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32573 (exit $ac_status); }; }; then
32574 echo "$as_me:$LINENO: result: no" >&5
32575 echo "${ECHO_T}no" >&6
32577 echo "$as_me: failed program was:" >&5
32578 sed 's/^/| /' conftest.
$ac_ext >&5
32580 echo "$as_me:$LINENO: result: yes" >&5
32581 echo "${ECHO_T}yes" >&6
32582 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
32584 rm -f conftest.
$ac_objext conftest.
$ac_ext
32586 ac_cpp
='$CPP $CPPFLAGS'
32587 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32588 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32589 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32591 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
32592 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
32593 cat >>confdefs.h
<<\_ACEOF
32594 #define wxUSE_OLE 1
32600 cat >>confdefs.h
<<\_ACEOF
32601 #define wxUSE_DATAOBJ 1
32605 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
32606 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
32609 wxUSE_DRAG_AND_DROP
=no
32614 if test "$wxUSE_METAFILE" = "yes"; then
32615 cat >>confdefs.h
<<\_ACEOF
32616 #define wxUSE_METAFILE 1
32620 cat >>confdefs.h
<<\_ACEOF
32621 #define wxUSE_ENH_METAFILE 1
32627 if test "$wxUSE_IPC" = "yes"; then
32628 if test "$wxUSE_SOCKETS" != "yes"; then
32629 { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5
32630 echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
32633 cat >>confdefs.h
<<\_ACEOF
32634 #define wxUSE_IPC 1
32639 if test "$wxUSE_CLIPBOARD" = "yes"; then
32640 if test "$wxUSE_MGL" = 1; then
32641 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
32642 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
32646 if test "$wxUSE_CLIPBOARD" = "yes"; then
32647 cat >>confdefs.h
<<\_ACEOF
32648 #define wxUSE_CLIPBOARD 1
32652 cat >>confdefs.h
<<\_ACEOF
32653 #define wxUSE_DATAOBJ 1
32659 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
32660 if test "$wxUSE_GTK" = 1; then
32661 if test "$WXGTK12" != 1; then
32662 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
32663 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
32664 wxUSE_DRAG_AND_DROP
=no
32668 if test "$wxUSE_MOTIF" = 1; then
32669 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
32670 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
32671 wxUSE_DRAG_AND_DROP
=no
32674 if test "$wxUSE_X11" = 1; then
32675 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
32676 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
32677 wxUSE_DRAG_AND_DROP
=no
32680 if test "$wxUSE_MGL" = 1; then
32681 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
32682 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
32683 wxUSE_DRAG_AND_DROP
=no
32686 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
32687 cat >>confdefs.h
<<\_ACEOF
32688 #define wxUSE_DRAG_AND_DROP 1
32691 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
32696 if test "$wxUSE_SPLINES" = "yes" ; then
32697 cat >>confdefs.h
<<\_ACEOF
32698 #define wxUSE_SPLINES 1
32705 if test "$wxUSE_CONTROLS" = "yes"; then
32709 if test "$wxUSE_ACCEL" = "yes"; then
32710 cat >>confdefs.h
<<\_ACEOF
32711 #define wxUSE_ACCEL 1
32717 if test "$wxUSE_BUTTON" = "yes"; then
32718 cat >>confdefs.h
<<\_ACEOF
32719 #define wxUSE_BUTTON 1
32725 if test "$wxUSE_BMPBUTTON" = "yes"; then
32726 cat >>confdefs.h
<<\_ACEOF
32727 #define wxUSE_BMPBUTTON 1
32733 if test "$wxUSE_CALCTRL" = "yes"; then
32734 cat >>confdefs.h
<<\_ACEOF
32735 #define wxUSE_CALENDARCTRL 1
32739 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
32742 if test "$wxUSE_CARET" = "yes"; then
32743 cat >>confdefs.h
<<\_ACEOF
32744 #define wxUSE_CARET 1
32748 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
32751 if test "$wxUSE_COMBOBOX" = "yes"; then
32752 cat >>confdefs.h
<<\_ACEOF
32753 #define wxUSE_COMBOBOX 1
32759 if test "$wxUSE_CHOICE" = "yes"; then
32760 cat >>confdefs.h
<<\_ACEOF
32761 #define wxUSE_CHOICE 1
32767 if test "$wxUSE_CHECKBOX" = "yes"; then
32768 cat >>confdefs.h
<<\_ACEOF
32769 #define wxUSE_CHECKBOX 1
32775 if test "$wxUSE_CHECKLST" = "yes"; then
32776 cat >>confdefs.h
<<\_ACEOF
32777 #define wxUSE_CHECKLISTBOX 1
32781 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
32784 if test "$wxUSE_DISPLAY" = "yes"; then
32785 cat >>confdefs.h
<<\_ACEOF
32786 #define wxUSE_DISPLAY 1
32789 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
32792 if test "$wxUSE_GAUGE" = "yes"; then
32793 cat >>confdefs.h
<<\_ACEOF
32794 #define wxUSE_GAUGE 1
32800 if test "$wxUSE_GRID" = "yes"; then
32801 cat >>confdefs.h
<<\_ACEOF
32802 #define wxUSE_GRID 1
32806 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
32809 if test "$wxUSE_IMAGLIST" = "yes"; then
32810 cat >>confdefs.h
<<\_ACEOF
32811 #define wxUSE_IMAGLIST 1
32816 if test "$wxUSE_LISTBOOK" = "yes"; then
32817 cat >>confdefs.h
<<\_ACEOF
32818 #define wxUSE_LISTBOOK 1
32824 if test "$wxUSE_LISTBOX" = "yes"; then
32825 cat >>confdefs.h
<<\_ACEOF
32826 #define wxUSE_LISTBOX 1
32832 if test "$wxUSE_LISTCTRL" = "yes"; then
32833 if test "$wxUSE_IMAGLIST" = "yes"; then
32834 cat >>confdefs.h
<<\_ACEOF
32835 #define wxUSE_LISTCTRL 1
32839 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
32841 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
32842 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
32846 if test "$wxUSE_NOTEBOOK" = "yes"; then
32847 cat >>confdefs.h
<<\_ACEOF
32848 #define wxUSE_NOTEBOOK 1
32852 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
32856 if test "$wxUSE_RADIOBOX" = "yes"; then
32857 cat >>confdefs.h
<<\_ACEOF
32858 #define wxUSE_RADIOBOX 1
32864 if test "$wxUSE_RADIOBTN" = "yes"; then
32865 cat >>confdefs.h
<<\_ACEOF
32866 #define wxUSE_RADIOBTN 1
32872 if test "$wxUSE_SASH" = "yes"; then
32873 cat >>confdefs.h
<<\_ACEOF
32874 #define wxUSE_SASH 1
32877 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
32880 if test "$wxUSE_SCROLLBAR" = "yes"; then
32881 cat >>confdefs.h
<<\_ACEOF
32882 #define wxUSE_SCROLLBAR 1
32886 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
32889 if test "$wxUSE_SLIDER" = "yes"; then
32890 cat >>confdefs.h
<<\_ACEOF
32891 #define wxUSE_SLIDER 1
32897 if test "$wxUSE_SPINBTN" = "yes"; then
32898 cat >>confdefs.h
<<\_ACEOF
32899 #define wxUSE_SPINBTN 1
32905 if test "$wxUSE_SPINCTRL" = "yes"; then
32906 cat >>confdefs.h
<<\_ACEOF
32907 #define wxUSE_SPINCTRL 1
32913 if test "$wxUSE_SPLITTER" = "yes"; then
32914 cat >>confdefs.h
<<\_ACEOF
32915 #define wxUSE_SPLITTER 1
32918 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
32921 if test "$wxUSE_STATBMP" = "yes"; then
32922 cat >>confdefs.h
<<\_ACEOF
32923 #define wxUSE_STATBMP 1
32929 if test "$wxUSE_STATBOX" = "yes"; then
32930 cat >>confdefs.h
<<\_ACEOF
32931 #define wxUSE_STATBOX 1
32937 if test "$wxUSE_STATTEXT" = "yes"; then
32938 cat >>confdefs.h
<<\_ACEOF
32939 #define wxUSE_STATTEXT 1
32945 if test "$wxUSE_STATLINE" = "yes"; then
32946 cat >>confdefs.h
<<\_ACEOF
32947 #define wxUSE_STATLINE 1
32953 if test "$wxUSE_STATUSBAR" = "yes"; then
32954 cat >>confdefs.h
<<\_ACEOF
32955 #define wxUSE_STATUSBAR 1
32960 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
32963 if test "$wxUSE_TABDIALOG" = "yes"; then
32964 cat >>confdefs.h
<<\_ACEOF
32965 #define wxUSE_TAB_DIALOG 1
32968 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
32971 if test "$wxUSE_TEXTCTRL" = "yes"; then
32972 cat >>confdefs.h
<<\_ACEOF
32973 #define wxUSE_TEXTCTRL 1
32977 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
32980 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32981 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32982 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
32983 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
32986 if test "$wxUSE_UNIVERSAL" = "yes"; then
32987 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
32988 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
32992 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32993 cat >>confdefs.h
<<\_ACEOF
32994 #define wxUSE_TOGGLEBTN 1
33001 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
33002 cat >>confdefs.h
<<\_ACEOF
33003 #define wxUSE_TOOLBAR_SIMPLE 1
33006 wxUSE_TOOLBAR
="yes"
33010 if test "$wxUSE_TOOLBAR" = "yes"; then
33011 cat >>confdefs.h
<<\_ACEOF
33012 #define wxUSE_TOOLBAR 1
33017 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
33018 wxUSE_TOOLBAR_NATIVE
="yes"
33021 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
33022 cat >>confdefs.h
<<\_ACEOF
33023 #define wxUSE_TOOLBAR_NATIVE 1
33029 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
33032 if test "$wxUSE_TOOLTIPS" = "yes"; then
33033 if test "$wxUSE_MOTIF" = 1; then
33034 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
33035 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
33037 if test "$wxUSE_UNIVERSAL" = "yes"; then
33038 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
33039 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
33041 cat >>confdefs.h
<<\_ACEOF
33042 #define wxUSE_TOOLTIPS 1
33049 if test "$wxUSE_TREECTRL" = "yes"; then
33050 if test "$wxUSE_IMAGLIST" = "yes"; then
33051 cat >>confdefs.h
<<\_ACEOF
33052 #define wxUSE_TREECTRL 1
33056 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
33058 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
33059 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
33063 if test "$wxUSE_POPUPWIN" = "yes"; then
33064 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
33065 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
33066 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
33068 if test "$wxUSE_MOTIF" = 1; then
33069 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
33070 echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;}
33072 if test "$wxUSE_PM" = 1; then
33073 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
33074 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
33076 cat >>confdefs.h
<<\_ACEOF
33077 #define wxUSE_POPUPWIN 1
33087 if test "$wxUSE_TIPWINDOW" = "yes"; then
33088 if test "$wxUSE_PM" = 1; then
33089 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
33090 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
33092 cat >>confdefs.h
<<\_ACEOF
33093 #define wxUSE_TIPWINDOW 1
33099 if test "$USES_CONTROLS" = 1; then
33100 cat >>confdefs.h
<<\_ACEOF
33101 #define wxUSE_CONTROLS 1
33107 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
33108 cat >>confdefs.h
<<\_ACEOF
33109 #define wxUSE_ACCESSIBILITY 1
33112 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
33115 if test "$wxUSE_DRAGIMAGE" = "yes"; then
33116 cat >>confdefs.h
<<\_ACEOF
33117 #define wxUSE_DRAGIMAGE 1
33120 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
33123 if test "$wxUSE_EXCEPTIONS" = "yes"; then
33124 cat >>confdefs.h
<<\_ACEOF
33125 #define wxUSE_EXCEPTIONS 1
33131 if test "$wxUSE_HTML" = "yes"; then
33132 cat >>confdefs.h
<<\_ACEOF
33133 #define wxUSE_HTML 1
33137 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
33140 if test "$wxUSE_MENUS" = "yes"; then
33141 cat >>confdefs.h
<<\_ACEOF
33142 #define wxUSE_MENUS 1
33145 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
33148 if test "$wxUSE_METAFILE" = "yes"; then
33149 cat >>confdefs.h
<<\_ACEOF
33150 #define wxUSE_METAFILE 1
33155 if test "$wxUSE_MIMETYPE" = "yes"; then
33156 cat >>confdefs.h
<<\_ACEOF
33157 #define wxUSE_MIMETYPE 1
33162 if test "$wxUSE_MINIFRAME" = "yes"; then
33163 cat >>confdefs.h
<<\_ACEOF
33164 #define wxUSE_MINIFRAME 1
33167 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
33170 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
33171 cat >>confdefs.h
<<\_ACEOF
33172 #define wxUSE_SYSTEM_OPTIONS 1
33175 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
33176 "$TOOLKIT" = "MOTIF"; then
33177 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
33182 if test "$wxUSE_VALIDATORS" = "yes"; then
33183 cat >>confdefs.h
<<\_ACEOF
33184 #define wxUSE_VALIDATORS 1
33187 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
33190 if test "$wxUSE_PALETTE" = "yes" ; then
33191 cat >>confdefs.h
<<\_ACEOF
33192 #define wxUSE_PALETTE 1
33197 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
33198 LIBS
=" -lunicows $LIBS"
33202 if test "$wxUSE_IMAGE" = "yes" ; then
33203 cat >>confdefs.h
<<\_ACEOF
33204 #define wxUSE_IMAGE 1
33208 if test "$wxUSE_GIF" = "yes" ; then
33209 cat >>confdefs.h
<<\_ACEOF
33210 #define wxUSE_GIF 1
33215 if test "$wxUSE_PCX" = "yes" ; then
33216 cat >>confdefs.h
<<\_ACEOF
33217 #define wxUSE_PCX 1
33222 if test "$wxUSE_IFF" = "yes" ; then
33223 cat >>confdefs.h
<<\_ACEOF
33224 #define wxUSE_IFF 1
33229 if test "$wxUSE_PNM" = "yes" ; then
33230 cat >>confdefs.h
<<\_ACEOF
33231 #define wxUSE_PNM 1
33236 if test "$wxUSE_XPM" = "yes" ; then
33237 cat >>confdefs.h
<<\_ACEOF
33238 #define wxUSE_XPM 1
33243 if test "$wxUSE_ICO_CUR" = "yes" ; then
33244 cat >>confdefs.h
<<\_ACEOF
33245 #define wxUSE_ICO_CUR 1
33252 if test "$wxUSE_CHOICEDLG" = "yes"; then
33253 cat >>confdefs.h
<<\_ACEOF
33254 #define wxUSE_CHOICEDLG 1
33259 if test "$wxUSE_COLOURDLG" = "yes"; then
33260 cat >>confdefs.h
<<\_ACEOF
33261 #define wxUSE_COLOURDLG 1
33266 if test "$wxUSE_FILEDLG" = "yes"; then
33267 cat >>confdefs.h
<<\_ACEOF
33268 #define wxUSE_FILEDLG 1
33273 if test "$wxUSE_FINDREPLDLG" = "yes"; then
33274 cat >>confdefs.h
<<\_ACEOF
33275 #define wxUSE_FINDREPLDLG 1
33280 if test "$wxUSE_FONTDLG" = "yes"; then
33281 cat >>confdefs.h
<<\_ACEOF
33282 #define wxUSE_FONTDLG 1
33287 if test "$wxUSE_DIRDLG" = "yes"; then
33288 if test "$wxUSE_TREECTRL" != "yes"; then
33289 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
33290 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
33292 cat >>confdefs.h
<<\_ACEOF
33293 #define wxUSE_DIRDLG 1
33299 if test "$wxUSE_MSGDLG" = "yes"; then
33300 cat >>confdefs.h
<<\_ACEOF
33301 #define wxUSE_MSGDLG 1
33306 if test "$wxUSE_NUMBERDLG" = "yes"; then
33307 cat >>confdefs.h
<<\_ACEOF
33308 #define wxUSE_NUMBERDLG 1
33313 if test "$wxUSE_PROGRESSDLG" = "yes"; then
33314 if test "$wxUSE_CONSTRAINTS" != "yes"; then
33315 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
33316 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
33318 cat >>confdefs.h
<<\_ACEOF
33319 #define wxUSE_PROGRESSDLG 1
33325 if test "$wxUSE_SPLASH" = "yes"; then
33326 cat >>confdefs.h
<<\_ACEOF
33327 #define wxUSE_SPLASH 1
33332 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
33333 if test "$wxUSE_CONSTRAINTS" != "yes"; then
33334 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
33335 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
33337 cat >>confdefs.h
<<\_ACEOF
33338 #define wxUSE_STARTUP_TIPS 1
33344 if test "$wxUSE_TEXTDLG" = "yes"; then
33345 cat >>confdefs.h
<<\_ACEOF
33346 #define wxUSE_TEXTDLG 1
33351 if test "$wxUSE_WIZARDDLG" = "yes"; then
33352 cat >>confdefs.h
<<\_ACEOF
33353 #define wxUSE_WIZARDDLG 1
33356 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
33360 if test "$cross_compiling" = "yes"; then
33363 OSINFO
=`uname -s -r -m`
33364 OSINFO
="\"$OSINFO\""
33367 cat >>confdefs.h
<<_ACEOF
33368 #define WXWIN_OS_DESCRIPTION $OSINFO
33373 if test "x$prefix" != "xNONE"; then
33376 wxPREFIX
=$ac_default_prefix
33379 cat >>confdefs.h
<<_ACEOF
33380 #define wxINSTALL_PREFIX "$wxPREFIX"
33384 top_builddir_wxconfig
=`pwd`
33388 CORE_BASE_LIBS
="net base"
33389 CORE_GUI_LIBS
="adv core"
33391 if test "$wxUSE_XML" = "yes" ; then
33392 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
33394 if test "$wxUSE_ODBC" != "no" ; then
33395 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
33396 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
33398 if test "$wxUSE_HTML" = "yes" ; then
33399 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
33409 if test "$wxUSE_MAC" = 1 ; then
33410 LDFLAGS
="$LDFLAGS -framework Carbon -framework System"
33412 if test "$wxUSE_COCOA" = 1 ; then
33413 LDFLAGS
="$LDFLAGS -framework Cocoa -framework System"
33417 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
33424 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33425 echo "$as_me:$LINENO: checking for $ac_func" >&5
33426 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33427 if eval "test \"\${$as_ac_var+set}\" = set"; then
33428 echo $ECHO_N "(cached) $ECHO_C" >&6
33430 cat >conftest.
$ac_ext <<_ACEOF
33431 #line $LINENO "configure"
33434 cat confdefs.h
>>conftest.
$ac_ext
33435 cat >>conftest.
$ac_ext <<_ACEOF
33436 /* end confdefs.h. */
33437 /* System header to define __stub macros and hopefully few prototypes,
33438 which can conflict with char $ac_func (); below.
33439 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33440 <limits.h> exists even on freestanding compilers. */
33442 # include <limits.h>
33444 # include <assert.h>
33446 /* Override any gcc2 internal prototype to avoid an error. */
33451 /* We use char because int might match the return type of a gcc2
33452 builtin and then its argument prototype would still apply. */
33454 /* The GNU C library defines this for functions which it implements
33455 to always fail with ENOSYS. Some functions are actually named
33456 something starting with __ and the normal name is an alias. */
33457 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33460 char (*f) () = $ac_func;
33469 return f != $ac_func;
33474 rm -f conftest.
$ac_objext conftest
$ac_exeext
33475 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33476 (eval $ac_link) 2>&5
33478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33479 (exit $ac_status); } &&
33480 { ac_try
='test -s conftest$ac_exeext'
33481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33482 (eval $ac_try) 2>&5
33484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33485 (exit $ac_status); }; }; then
33486 eval "$as_ac_var=yes"
33488 echo "$as_me: failed program was:" >&5
33489 sed 's/^/| /' conftest.
$ac_ext >&5
33491 eval "$as_ac_var=no"
33493 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33495 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33496 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33497 if test `eval echo '${'$as_ac_var'}'` = yes; then
33498 cat >>confdefs.h
<<_ACEOF
33499 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33506 for ac_func
in floor
33508 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33509 echo "$as_me:$LINENO: checking for $ac_func" >&5
33510 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33511 if eval "test \"\${$as_ac_var+set}\" = set"; then
33512 echo $ECHO_N "(cached) $ECHO_C" >&6
33514 cat >conftest.
$ac_ext <<_ACEOF
33515 #line $LINENO "configure"
33518 cat confdefs.h
>>conftest.
$ac_ext
33519 cat >>conftest.
$ac_ext <<_ACEOF
33520 /* end confdefs.h. */
33521 /* System header to define __stub macros and hopefully few prototypes,
33522 which can conflict with char $ac_func (); below.
33523 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33524 <limits.h> exists even on freestanding compilers. */
33526 # include <limits.h>
33528 # include <assert.h>
33530 /* Override any gcc2 internal prototype to avoid an error. */
33535 /* We use char because int might match the return type of a gcc2
33536 builtin and then its argument prototype would still apply. */
33538 /* The GNU C library defines this for functions which it implements
33539 to always fail with ENOSYS. Some functions are actually named
33540 something starting with __ and the normal name is an alias. */
33541 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33544 char (*f) () = $ac_func;
33553 return f != $ac_func;
33558 rm -f conftest.
$ac_objext conftest
$ac_exeext
33559 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33560 (eval $ac_link) 2>&5
33562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33563 (exit $ac_status); } &&
33564 { ac_try
='test -s conftest$ac_exeext'
33565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33566 (eval $ac_try) 2>&5
33568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33569 (exit $ac_status); }; }; then
33570 eval "$as_ac_var=yes"
33572 echo "$as_me: failed program was:" >&5
33573 sed 's/^/| /' conftest.
$ac_ext >&5
33575 eval "$as_ac_var=no"
33577 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33579 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33580 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33581 if test `eval echo '${'$as_ac_var'}'` = yes; then
33582 cat >>confdefs.h
<<_ACEOF
33583 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33589 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
33590 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
33591 if test "$have_cos" = 1 -a "$have_floor" = 1; then
33592 echo "$as_me:$LINENO: result: yes" >&5
33593 echo "${ECHO_T}yes" >&6
33595 echo "$as_me:$LINENO: result: no" >&5
33596 echo "${ECHO_T}no" >&6
33598 # use different functions to avoid configure caching
33604 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33605 echo "$as_me:$LINENO: checking for $ac_func" >&5
33606 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33607 if eval "test \"\${$as_ac_var+set}\" = set"; then
33608 echo $ECHO_N "(cached) $ECHO_C" >&6
33610 cat >conftest.
$ac_ext <<_ACEOF
33611 #line $LINENO "configure"
33614 cat confdefs.h
>>conftest.
$ac_ext
33615 cat >>conftest.
$ac_ext <<_ACEOF
33616 /* end confdefs.h. */
33617 /* System header to define __stub macros and hopefully few prototypes,
33618 which can conflict with char $ac_func (); below.
33619 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33620 <limits.h> exists even on freestanding compilers. */
33622 # include <limits.h>
33624 # include <assert.h>
33626 /* Override any gcc2 internal prototype to avoid an error. */
33631 /* We use char because int might match the return type of a gcc2
33632 builtin and then its argument prototype would still apply. */
33634 /* The GNU C library defines this for functions which it implements
33635 to always fail with ENOSYS. Some functions are actually named
33636 something starting with __ and the normal name is an alias. */
33637 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33640 char (*f) () = $ac_func;
33649 return f != $ac_func;
33654 rm -f conftest.
$ac_objext conftest
$ac_exeext
33655 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33656 (eval $ac_link) 2>&5
33658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33659 (exit $ac_status); } &&
33660 { ac_try
='test -s conftest$ac_exeext'
33661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33662 (eval $ac_try) 2>&5
33664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33665 (exit $ac_status); }; }; then
33666 eval "$as_ac_var=yes"
33668 echo "$as_me: failed program was:" >&5
33669 sed 's/^/| /' conftest.
$ac_ext >&5
33671 eval "$as_ac_var=no"
33673 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33675 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33676 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33677 if test `eval echo '${'$as_ac_var'}'` = yes; then
33678 cat >>confdefs.h
<<_ACEOF
33679 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33686 for ac_func
in ceil
33688 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33689 echo "$as_me:$LINENO: checking for $ac_func" >&5
33690 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33691 if eval "test \"\${$as_ac_var+set}\" = set"; then
33692 echo $ECHO_N "(cached) $ECHO_C" >&6
33694 cat >conftest.
$ac_ext <<_ACEOF
33695 #line $LINENO "configure"
33698 cat confdefs.h
>>conftest.
$ac_ext
33699 cat >>conftest.
$ac_ext <<_ACEOF
33700 /* end confdefs.h. */
33701 /* System header to define __stub macros and hopefully few prototypes,
33702 which can conflict with char $ac_func (); below.
33703 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33704 <limits.h> exists even on freestanding compilers. */
33706 # include <limits.h>
33708 # include <assert.h>
33710 /* Override any gcc2 internal prototype to avoid an error. */
33715 /* We use char because int might match the return type of a gcc2
33716 builtin and then its argument prototype would still apply. */
33718 /* The GNU C library defines this for functions which it implements
33719 to always fail with ENOSYS. Some functions are actually named
33720 something starting with __ and the normal name is an alias. */
33721 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33724 char (*f) () = $ac_func;
33733 return f != $ac_func;
33738 rm -f conftest.
$ac_objext conftest
$ac_exeext
33739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33740 (eval $ac_link) 2>&5
33742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33743 (exit $ac_status); } &&
33744 { ac_try
='test -s conftest$ac_exeext'
33745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33746 (eval $ac_try) 2>&5
33748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33749 (exit $ac_status); }; }; then
33750 eval "$as_ac_var=yes"
33752 echo "$as_me: failed program was:" >&5
33753 sed 's/^/| /' conftest.
$ac_ext >&5
33755 eval "$as_ac_var=no"
33757 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33759 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33760 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33761 if test `eval echo '${'$as_ac_var'}'` = yes; then
33762 cat >>confdefs.h
<<_ACEOF
33763 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33769 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
33770 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
33771 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
33772 echo "$as_me:$LINENO: result: yes" >&5
33773 echo "${ECHO_T}yes" >&6
33775 echo "$as_me:$LINENO: result: no" >&5
33776 echo "${ECHO_T}no" >&6
33777 # not sure we should warn the user, crash, etc.
33781 if test "$wxUSE_GUI" = "yes"; then
33784 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs \
33785 drawing dynamic erase event exec font image \
33786 minimal propsize rotate shaped widgets render"
33788 if test "$wxUSE_MONOLITHIC" != "yes"; then
33789 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
33792 SAMPLES_SUBDIRS
="console"
33796 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
33797 -I\${top_srcdir}/include \
33798 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
33801 if test "$GXX" = yes ; then
33802 CXXWARNINGS
="-Wall"
33805 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
33807 CPPFLAGS
=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
33808 CFLAGS
=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
33809 CXXFLAGS
=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
33812 LIBS
=`echo $LIBS | sed 's/ \+/ /g'`
33813 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
33814 EXTRALIBS_XML
="$EXPAT_LINK"
33815 EXTRALIBS_ODBC
="$ODBC_LINK"
33816 if test "$wxUSE_GUI" = "yes"; then
33817 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK | sed 's/ \+/ /g'`
33819 if test "$wxUSE_OPENGL" = "yes"; then
33820 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
33823 LDFLAGS
="$LDFLAGS $PROFILE"
33825 if test "$wxUSE_GTK" = 1; then
33828 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
33831 WXCONFIG_EXTRALIBS
="$LIBS"
33833 if test "$wxUSE_REGEX" = "builtin" ; then
33834 wxconfig_3rdparty
="$wxconfig_3rdparty regex"
33836 if test "$wxUSE_EXPAT" = "builtin" ; then
33837 wxconfig_3rdparty
="$wxconfig_3rdparty expat"
33839 if test "$wxUSE_ODBC" = "builtin" ; then
33840 wxconfig_3rdparty
="$wxconfig_3rdparty odbc"
33842 if test "$wxUSE_LIBTIFF" = "builtin" ; then
33843 wxconfig_3rdparty
="$wxconfig_3rdparty tiff"
33845 if test "$wxUSE_LIBJPEG" = "builtin" ; then
33846 wxconfig_3rdparty
="$wxconfig_3rdparty jpeg"
33848 if test "$wxUSE_LIBPNG" = "builtin" ; then
33849 wxconfig_3rdparty
="$wxconfig_3rdparty png"
33851 if test "$wxUSE_ZLIB" = "builtin" ; then
33852 wxconfig_3rdparty
="$wxconfig_3rdparty zlib"
33854 if test "$wxUSE_ODBC" = "builtin" ; then
33855 wxconfig_3rdparty
="$wxconfig_3rdparty odbc"
33858 for i
in $wxconfig_3rdparty ; do
33859 WXCONFIG_EXTRALIBS
="$WXCONFIG_EXTRALIBS -lwx${i}${lib_debug_suffix}${HOST_SUFFIX}"
33863 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
33877 if test $wxUSE_MONOLITHIC = "yes" ; then
33883 if test $wxUSE_ODBC != "no" ; then
33889 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
33911 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr [A-Z] [a-z]`
33919 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
33921 if test -n "$ac_tool_prefix"; then
33922 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
33923 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
33924 echo "$as_me:$LINENO: checking for $ac_word" >&5
33925 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33926 if test "${ac_cv_prog_RANLIB+set}" = set; then
33927 echo $ECHO_N "(cached) $ECHO_C" >&6
33929 if test -n "$RANLIB"; then
33930 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
33932 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33933 for as_dir
in $PATH
33936 test -z "$as_dir" && as_dir
=.
33937 for ac_exec_ext
in '' $ac_executable_extensions; do
33938 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33939 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
33940 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33948 RANLIB
=$ac_cv_prog_RANLIB
33949 if test -n "$RANLIB"; then
33950 echo "$as_me:$LINENO: result: $RANLIB" >&5
33951 echo "${ECHO_T}$RANLIB" >&6
33953 echo "$as_me:$LINENO: result: no" >&5
33954 echo "${ECHO_T}no" >&6
33958 if test -z "$ac_cv_prog_RANLIB"; then
33959 ac_ct_RANLIB
=$RANLIB
33960 # Extract the first word of "ranlib", so it can be a program name with args.
33961 set dummy ranlib
; ac_word
=$2
33962 echo "$as_me:$LINENO: checking for $ac_word" >&5
33963 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33964 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
33965 echo $ECHO_N "(cached) $ECHO_C" >&6
33967 if test -n "$ac_ct_RANLIB"; then
33968 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
33970 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33971 for as_dir
in $PATH
33974 test -z "$as_dir" && as_dir
=.
33975 for ac_exec_ext
in '' $ac_executable_extensions; do
33976 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33977 ac_cv_prog_ac_ct_RANLIB
="ranlib"
33978 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33984 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
33987 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
33988 if test -n "$ac_ct_RANLIB"; then
33989 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
33990 echo "${ECHO_T}$ac_ct_RANLIB" >&6
33992 echo "$as_me:$LINENO: result: no" >&5
33993 echo "${ECHO_T}no" >&6
33996 RANLIB
=$ac_ct_RANLIB
33998 RANLIB
="$ac_cv_prog_RANLIB"
34001 # Find a good install program. We prefer a C program (faster),
34002 # so one script is as good as another. But avoid the broken or
34003 # incompatible versions:
34004 # SysV /etc/install, /usr/sbin/install
34005 # SunOS /usr/etc/install
34006 # IRIX /sbin/install
34008 # AmigaOS /C/install, which installs bootblocks on floppy discs
34009 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
34010 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
34011 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
34012 # ./install, which can be erroneously created by make from ./install.sh.
34013 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
34014 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
34015 if test -z "$INSTALL"; then
34016 if test "${ac_cv_path_install+set}" = set; then
34017 echo $ECHO_N "(cached) $ECHO_C" >&6
34019 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34020 for as_dir
in $PATH
34023 test -z "$as_dir" && as_dir
=.
34024 # Account for people who put trailing slashes in PATH elements.
34026 .
/ | .
// | /cC
/* | \
34027 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
34030 # OSF1 and SCO ODT 3.0 have their own names for install.
34031 # Don't use installbsd from OSF since it installs stuff as root
34033 for ac_prog
in ginstall scoinst
install; do
34034 for ac_exec_ext
in '' $ac_executable_extensions; do
34035 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
34036 if test $ac_prog = install &&
34037 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
34038 # AIX install. It has an incompatible calling convention.
34040 elif test $ac_prog = install &&
34041 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
34042 # program-specific install script used by HP pwplus--don't use.
34045 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
34057 if test "${ac_cv_path_install+set}" = set; then
34058 INSTALL
=$ac_cv_path_install
34060 # As a last resort, use the slow shell script. We don't cache a
34061 # path for INSTALL within a source directory, because that will
34062 # break other packages using the cache if that directory is
34063 # removed, or if the path is relative.
34064 INSTALL
=$ac_install_sh
34067 echo "$as_me:$LINENO: result: $INSTALL" >&5
34068 echo "${ECHO_T}$INSTALL" >&6
34070 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
34071 # It thinks the first close brace ends the variable substitution.
34072 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
34074 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
34076 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
34078 echo "$as_me:$LINENO: checking whether ln -s works" >&5
34079 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
34081 if test "$LN_S" = "ln -s"; then
34082 echo "$as_me:$LINENO: result: yes" >&5
34083 echo "${ECHO_T}yes" >&6
34085 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
34086 echo "${ECHO_T}no, using $LN_S" >&6
34090 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
34091 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
34092 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,./+-,__p_,'`
34093 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
34094 echo $ECHO_N "(cached) $ECHO_C" >&6
34096 cat >conftest.
make <<\_ACEOF
34098 @
echo 'ac_maketemp="$(MAKE)"'
34100 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
34101 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
34102 if test -n "$ac_maketemp"; then
34103 eval ac_cv_prog_make_
${ac_make}_set
=yes
34105 eval ac_cv_prog_make_
${ac_make}_set
=no
34107 rm -f conftest.
make
34109 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
34110 echo "$as_me:$LINENO: result: yes" >&5
34111 echo "${ECHO_T}yes" >&6
34114 echo "$as_me:$LINENO: result: no" >&5
34115 echo "${ECHO_T}no" >&6
34116 SET_MAKE
="MAKE=${MAKE-make}"
34121 if test -n "$ac_tool_prefix"; then
34122 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
34123 set dummy
${ac_tool_prefix}ar; ac_word
=$2
34124 echo "$as_me:$LINENO: checking for $ac_word" >&5
34125 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34126 if test "${ac_cv_prog_AR+set}" = set; then
34127 echo $ECHO_N "(cached) $ECHO_C" >&6
34129 if test -n "$AR"; then
34130 ac_cv_prog_AR
="$AR" # Let the user override the test.
34132 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34133 for as_dir
in $PATH
34136 test -z "$as_dir" && as_dir
=.
34137 for ac_exec_ext
in '' $ac_executable_extensions; do
34138 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34139 ac_cv_prog_AR
="${ac_tool_prefix}ar"
34140 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34149 if test -n "$AR"; then
34150 echo "$as_me:$LINENO: result: $AR" >&5
34151 echo "${ECHO_T}$AR" >&6
34153 echo "$as_me:$LINENO: result: no" >&5
34154 echo "${ECHO_T}no" >&6
34158 if test -z "$ac_cv_prog_AR"; then
34160 # Extract the first word of "ar", so it can be a program name with args.
34161 set dummy
ar; ac_word
=$2
34162 echo "$as_me:$LINENO: checking for $ac_word" >&5
34163 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34164 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
34165 echo $ECHO_N "(cached) $ECHO_C" >&6
34167 if test -n "$ac_ct_AR"; then
34168 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
34170 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34171 for as_dir
in $PATH
34174 test -z "$as_dir" && as_dir
=.
34175 for ac_exec_ext
in '' $ac_executable_extensions; do
34176 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34177 ac_cv_prog_ac_ct_AR
="ar"
34178 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34184 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
34187 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
34188 if test -n "$ac_ct_AR"; then
34189 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
34190 echo "${ECHO_T}$ac_ct_AR" >&6
34192 echo "$as_me:$LINENO: result: no" >&5
34193 echo "${ECHO_T}no" >&6
34198 AR
="$ac_cv_prog_AR"
34201 if test -n "$ac_tool_prefix"; then
34202 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
34203 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
34204 echo "$as_me:$LINENO: checking for $ac_word" >&5
34205 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34206 if test "${ac_cv_prog_STRIP+set}" = set; then
34207 echo $ECHO_N "(cached) $ECHO_C" >&6
34209 if test -n "$STRIP"; then
34210 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
34212 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34213 for as_dir
in $PATH
34216 test -z "$as_dir" && as_dir
=.
34217 for ac_exec_ext
in '' $ac_executable_extensions; do
34218 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34219 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
34220 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34228 STRIP
=$ac_cv_prog_STRIP
34229 if test -n "$STRIP"; then
34230 echo "$as_me:$LINENO: result: $STRIP" >&5
34231 echo "${ECHO_T}$STRIP" >&6
34233 echo "$as_me:$LINENO: result: no" >&5
34234 echo "${ECHO_T}no" >&6
34238 if test -z "$ac_cv_prog_STRIP"; then
34240 # Extract the first word of "strip", so it can be a program name with args.
34241 set dummy strip
; ac_word
=$2
34242 echo "$as_me:$LINENO: checking for $ac_word" >&5
34243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34244 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
34245 echo $ECHO_N "(cached) $ECHO_C" >&6
34247 if test -n "$ac_ct_STRIP"; then
34248 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
34250 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34251 for as_dir
in $PATH
34254 test -z "$as_dir" && as_dir
=.
34255 for ac_exec_ext
in '' $ac_executable_extensions; do
34256 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34257 ac_cv_prog_ac_ct_STRIP
="strip"
34258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34264 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
34267 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
34268 if test -n "$ac_ct_STRIP"; then
34269 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
34270 echo "${ECHO_T}$ac_ct_STRIP" >&6
34272 echo "$as_me:$LINENO: result: no" >&5
34273 echo "${ECHO_T}no" >&6
34278 STRIP
="$ac_cv_prog_STRIP"
34281 if test -n "$ac_tool_prefix"; then
34282 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
34283 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
34284 echo "$as_me:$LINENO: checking for $ac_word" >&5
34285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34286 if test "${ac_cv_prog_NM+set}" = set; then
34287 echo $ECHO_N "(cached) $ECHO_C" >&6
34289 if test -n "$NM"; then
34290 ac_cv_prog_NM
="$NM" # Let the user override the test.
34292 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34293 for as_dir
in $PATH
34296 test -z "$as_dir" && as_dir
=.
34297 for ac_exec_ext
in '' $ac_executable_extensions; do
34298 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34299 ac_cv_prog_NM
="${ac_tool_prefix}nm"
34300 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34309 if test -n "$NM"; then
34310 echo "$as_me:$LINENO: result: $NM" >&5
34311 echo "${ECHO_T}$NM" >&6
34313 echo "$as_me:$LINENO: result: no" >&5
34314 echo "${ECHO_T}no" >&6
34318 if test -z "$ac_cv_prog_NM"; then
34320 # Extract the first word of "nm", so it can be a program name with args.
34321 set dummy nm
; ac_word
=$2
34322 echo "$as_me:$LINENO: checking for $ac_word" >&5
34323 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34324 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
34325 echo $ECHO_N "(cached) $ECHO_C" >&6
34327 if test -n "$ac_ct_NM"; then
34328 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
34330 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34331 for as_dir
in $PATH
34334 test -z "$as_dir" && as_dir
=.
34335 for ac_exec_ext
in '' $ac_executable_extensions; do
34336 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34337 ac_cv_prog_ac_ct_NM
="nm"
34338 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34344 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
34347 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
34348 if test -n "$ac_ct_NM"; then
34349 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
34350 echo "${ECHO_T}$ac_ct_NM" >&6
34352 echo "$as_me:$LINENO: result: no" >&5
34353 echo "${ECHO_T}no" >&6
34358 NM
="$ac_cv_prog_NM"
34364 INSTALL_DIR
="mkdir"
34366 *) INSTALL_DIR
="$INSTALL -d"
34373 *-*-cygwin* | *-*-mingw32* )
34374 LDFLAGS_GUI
="-Wl,--subsystem,windows -mwindows"
34380 echo "$as_me:$LINENO: checking if make is GNU make" >&5
34381 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
34382 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
34383 echo $ECHO_N "(cached) $ECHO_C" >&6
34386 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
34387 egrep -s GNU
> /dev
/null
); then
34388 bakefile_cv_prog_makeisgnu
="yes"
34390 bakefile_cv_prog_makeisgnu
="no"
34394 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
34395 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
34397 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
34413 *-*-cygwin* | *-*-mingw32* )
34419 *-pc-os2_emx | *-pc-os2-emx )
34422 powerpc
-*-darwin* )
34440 SO_SUFFIX_MODULE
="so"
34449 SO_SUFFIX_MODULE
="sl"
34453 SO_SUFFIX_MODULE
="a"
34455 *-*-cygwin* | *-*-mingw32* )
34457 SO_SUFFIX_MODULE
="dll"
34465 *-pc-os2_emx | *-pc-os2-emx )
34470 powerpc
-*-darwin* )
34472 SO_SUFFIX_MODULE
="bundle"
34484 SHARED_LD_CC
="\$(CC) -shared -o"
34485 SHARED_LD_CXX
="\$(CXX) -shared -o"
34487 if test "x$GCC" = "xyes"; then
34493 if test "x$GCC" = "xyes"; then
34494 SHARED_LD_CC
="${CC} -shared ${PIC_FLAG} -o"
34495 SHARED_LD_CXX
="${CXX} -shared ${PIC_FLAG} -o"
34497 LDFLAGS
="$LDFLAGS -L/usr/lib"
34499 SHARED_LD_CC
="${CC} -b -o"
34500 SHARED_LD_CXX
="${CXX} -b -o"
34506 if test "x$GCC" != "xyes"; then
34507 echo "$as_me:$LINENO: checking for Intel compiler" >&5
34508 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
34509 if test "${bakefile_cv_prog_icc+set}" = set; then
34510 echo $ECHO_N "(cached) $ECHO_C" >&6
34513 cat >conftest.
$ac_ext <<_ACEOF
34514 #line $LINENO "configure"
34517 cat confdefs.h
>>conftest.
$ac_ext
34518 cat >>conftest.
$ac_ext <<_ACEOF
34519 /* end confdefs.h. */
34525 #ifndef __INTEL_COMPILER
34533 rm -f conftest.
$ac_objext
34534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34535 (eval $ac_compile) 2>&5
34537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34538 (exit $ac_status); } &&
34539 { ac_try
='test -s conftest.$ac_objext'
34540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34541 (eval $ac_try) 2>&5
34543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34544 (exit $ac_status); }; }; then
34545 bakefile_cv_prog_icc
=yes
34547 echo "$as_me: failed program was:" >&5
34548 sed 's/^/| /' conftest.
$ac_ext >&5
34550 bakefile_cv_prog_icc
=no
34553 rm -f conftest.
$ac_objext conftest.
$ac_ext
34556 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
34557 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
34558 if test "$bakefile_cv_prog_icc" = "yes"; then
34565 if test "x$GCC" != xyes
; then
34566 SHARED_LD_CC
="${CC} -G -o"
34567 SHARED_LD_CXX
="${CXX} -G -o"
34573 CFLAGS
="$CFLAGS -fno-common"
34574 CXXFLAGS
="$CXXFLAGS -fno-common"
34577 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
34578 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
34579 if test "${wx_cv_gcc31+set}" = set; then
34580 echo $ECHO_N "(cached) $ECHO_C" >&6
34583 cat >conftest.
$ac_ext <<_ACEOF
34584 #line $LINENO "configure"
34587 cat confdefs.h
>>conftest.
$ac_ext
34588 cat >>conftest.
$ac_ext <<_ACEOF
34589 /* end confdefs.h. */
34595 #if (__GNUC__ < 3) || \
34596 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
34604 rm -f conftest.
$ac_objext
34605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34606 (eval $ac_compile) 2>&5
34608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34609 (exit $ac_status); } &&
34610 { ac_try
='test -s conftest.$ac_objext'
34611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34612 (eval $ac_try) 2>&5
34614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34615 (exit $ac_status); }; }; then
34620 echo "$as_me: failed program was:" >&5
34621 sed 's/^/| /' conftest.
$ac_ext >&5
34628 rm -f conftest.
$ac_objext conftest.
$ac_ext
34631 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
34632 echo "${ECHO_T}$wx_cv_gcc31" >&6
34633 if test "$wx_cv_gcc31" = "no"; then
34634 cat <<EOF >shared-ld-sh
34636 #-----------------------------------------------------------------------------
34637 #-- Name: distrib/mac/shared-ld-sh
34638 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
34639 #-- Author: Gilles Depeyrot
34640 #-- Copyright: (c) 2002 Gilles Depeyrot
34641 #-- Licence: any use permitted
34642 #-----------------------------------------------------------------------------
34647 linking_flag="-dynamiclib"
34649 while test \${#} -gt 0; do
34656 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
34657 # collect these options and values
34658 args="\${args} \${1} \${2}"
34662 -l*|-L*|-flat_namespace)
34663 # collect these options
34664 args="\${args} \${1}"
34667 -dynamiclib|-bundle)
34668 linking_flag="\${1}"
34672 echo "shared-ld: unhandled option '\${1}'"
34676 *.o | *.a | *.dylib)
34677 # collect object files
34678 objects="\${objects} \${1}"
34682 echo "shared-ld: unhandled argument '\${1}'"
34691 # Link one module containing all the others
34693 if test \${verbose} = 1; then
34694 echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o"
34696 c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o
34698 if test \${status} != 0; then
34703 # Link the shared library from the single module created
34705 if test \${verbose} = 1; then
34706 echo "cc \${linking_flag} master.\$\$.o \${args}"
34708 c++ \${linking_flag} master.\$\$.o \${args}
34710 if test \${status} != 0; then
34715 # Remove intermediate module
34717 rm -f master.\$\$.o
34721 chmod +x shared
-ld-sh
34723 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -o"
34724 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -o"
34725 SHARED_LD_CXX
="$SHARED_LD_CC"
34726 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
34728 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -o"
34729 SHARED_LD_MODULE_CC
="\${CC} -bundle -single_module -o"
34730 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -o"
34731 SHARED_LD_MODULE_CXX
="\${CXX} -bundle -single_module -o"
34734 PIC_FLAG
="-dynamic -fPIC"
34738 if test "x$GCC" != "xyes"; then
34739 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
34740 set dummy makeC
++SharedLib
; ac_word
=$2
34741 echo "$as_me:$LINENO: checking for $ac_word" >&5
34742 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34743 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
34744 echo $ECHO_N "(cached) $ECHO_C" >&6
34746 if test -n "$AIX_CXX_LD"; then
34747 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
34749 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34750 for as_dir
in $PATH
34753 test -z "$as_dir" && as_dir
=.
34754 for ac_exec_ext
in '' $ac_executable_extensions; do
34755 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34756 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
34757 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34763 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
34766 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
34767 if test -n "$AIX_CXX_LD"; then
34768 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
34769 echo "${ECHO_T}$AIX_CXX_LD" >&6
34771 echo "$as_me:$LINENO: result: no" >&5
34772 echo "${ECHO_T}no" >&6
34775 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
34776 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
34781 SHARED_LD_CC
="${LD} -shared -o"
34782 SHARED_LD_CXX
="${LD} -shared -o"
34786 if test "x$GCC" != "xyes"; then
34791 *-*-cygwin* | *-*-mingw32* )
34795 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
34799 *-pc-os2_emx | *-pc-os2-emx | \
34804 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
34805 echo "$as_me: error: unknown system type $host." >&2;}
34806 { (exit 1); exit 1; }; }
34809 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
34810 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
34812 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
34813 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
34832 SONAME_FLAG
="-Wl,-soname,"
34860 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
34861 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
34864 if test "x$GCC" = "xyes"; then
34868 powerpc
-*-darwin* )
34869 DEPSFLAG_GCC
="-no-cpp-precomp -MMD"
34872 DEPSFLAG_GCC
="-MMD"
34875 echo "$as_me:$LINENO: result: gcc" >&5
34876 echo "${ECHO_T}gcc" >&6
34878 echo "$as_me:$LINENO: result: none" >&5
34879 echo "${ECHO_T}none" >&6
34882 if test $DEPS_TRACKING = 1 ; then
34886 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
34887 # script. It is used to track C/C++ files dependencies in portable way.
34889 # Permission is given to use this file in any way.
34893 DEPSFLAG_GCC="$DEPSFLAG_GCC"
34897 if test \$DEPSMODE = gcc ; then
34898 \${*} \${DEPSFLAG_GCC}
34900 if test \${status} != 0 ; then
34903 # move created file to the location we want it in:
34904 while test \${#} -gt 0; do
34918 depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\`
34919 depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\`
34920 if test -f \$depfile ; then
34921 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34924 depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
34925 if test -f \$depfile ; then
34926 sed -e "/^\$objfile/! s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34946 *-*-cygwin* | *-*-mingw32* )
34947 if test "$build" != "$host" ; then
34948 RESCOMP
=$host_alias-windres
34950 # Extract the first word of "windres", so it can be a program name with args.
34951 set dummy windres
; ac_word
=$2
34952 echo "$as_me:$LINENO: checking for $ac_word" >&5
34953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34954 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34955 echo $ECHO_N "(cached) $ECHO_C" >&6
34957 if test -n "$RESCOMP"; then
34958 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
34960 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34961 for as_dir
in $PATH
34964 test -z "$as_dir" && as_dir
=.
34965 for ac_exec_ext
in '' $ac_executable_extensions; do
34966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34967 ac_cv_prog_RESCOMP
="windres"
34968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34974 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
34977 RESCOMP
=$ac_cv_prog_RESCOMP
34978 if test -n "$RESCOMP"; then
34979 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34980 echo "${ECHO_T}$RESCOMP" >&6
34982 echo "$as_me:$LINENO: result: no" >&5
34983 echo "${ECHO_T}no" >&6
34990 # Extract the first word of "Rez", so it can be a program name with args.
34991 set dummy Rez
; ac_word
=$2
34992 echo "$as_me:$LINENO: checking for $ac_word" >&5
34993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34994 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34995 echo $ECHO_N "(cached) $ECHO_C" >&6
34997 if test -n "$RESCOMP"; then
34998 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
35000 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
35001 for as_dir
in $PATH
35004 test -z "$as_dir" && as_dir
=.
35005 for ac_exec_ext
in '' $ac_executable_extensions; do
35006 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
35007 ac_cv_prog_RESCOMP
="Rez"
35008 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
35014 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
35017 RESCOMP
=$ac_cv_prog_RESCOMP
35018 if test -n "$RESCOMP"; then
35019 echo "$as_me:$LINENO: result: $RESCOMP" >&5
35020 echo "${ECHO_T}$RESCOMP" >&6
35022 echo "$as_me:$LINENO: result: no" >&5
35023 echo "${ECHO_T}no" >&6
35026 # Extract the first word of "SetFile", so it can be a program name with args.
35027 set dummy SetFile
; ac_word
=$2
35028 echo "$as_me:$LINENO: checking for $ac_word" >&5
35029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
35030 if test "${ac_cv_prog_SETFILE+set}" = set; then
35031 echo $ECHO_N "(cached) $ECHO_C" >&6
35033 if test -n "$SETFILE"; then
35034 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
35036 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
35037 for as_dir
in $PATH
35040 test -z "$as_dir" && as_dir
=.
35041 for ac_exec_ext
in '' $ac_executable_extensions; do
35042 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
35043 ac_cv_prog_SETFILE
="SetFile"
35044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
35050 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
35053 SETFILE
=$ac_cv_prog_SETFILE
35054 if test -n "$SETFILE"; then
35055 echo "$as_me:$LINENO: result: $SETFILE" >&5
35056 echo "${ECHO_T}$SETFILE" >&6
35058 echo "$as_me:$LINENO: result: no" >&5
35059 echo "${ECHO_T}no" >&6
35072 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
35073 if test "${enable_precomp_headers+set}" = set; then
35074 enableval
="$enable_precomp_headers"
35075 bk_use_pch
="$enableval"
35080 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
35081 if test "x$GCC" = "xyes"; then
35082 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
35083 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
35084 cat >conftest.
$ac_ext <<_ACEOF
35085 #line $LINENO "configure"
35088 cat confdefs.h
>>conftest.
$ac_ext
35089 cat >>conftest.
$ac_ext <<_ACEOF
35090 /* end confdefs.h. */
35096 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
35097 #error "no pch support"
35100 #error "no pch support"
35102 #if (__GNUC__ == 3) && \
35103 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
35104 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
35105 #error "no pch support"
35112 rm -f conftest.
$ac_objext
35113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35114 (eval $ac_compile) 2>&5
35116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35117 (exit $ac_status); } &&
35118 { ac_try
='test -s conftest.$ac_objext'
35119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35120 (eval $ac_try) 2>&5
35122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35123 (exit $ac_status); }; }; then
35125 echo "$as_me:$LINENO: result: yes" >&5
35126 echo "${ECHO_T}yes" >&6
35127 CPPFLAGS
="-fpch-deps $CPPFLAGS"
35131 echo "$as_me: failed program was:" >&5
35132 sed 's/^/| /' conftest.
$ac_ext >&5
35135 echo "$as_me:$LINENO: result: no" >&5
35136 echo "${ECHO_T}no" >&6
35139 rm -f conftest.
$ac_objext conftest.
$ac_ext
35140 if test $GCC_PCH = 1 ; then
35141 cat <<EOF >bk-make-pch
35144 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
35145 # script. It is used to generated precompiled headers.
35147 # Permission is given to use this file in any way.
35156 while test \${#} -gt 0; do
35159 incdir=\`echo \${1} | sed -e 's/-I\(.*\)/\1/g'\`
35160 if test "x\${headerfile}" = "x" -a -f "\${incdir}/\${header}" ; then
35161 headerfile="\${incdir}/\${header}"
35165 compiler="\${compiler} \${1}"
35169 if test "x\${headerfile}" = "x" ; then
35170 echo "error: can't find header \${header} in include paths" >2
35172 if test -f \${outfile} ; then
35175 mkdir -p \`dirname \${outfile}\`
35177 depsfile=".deps/\`basename \${outfile}\`.d"
35179 # can do this because gcc is >= 3.4:
35180 \${compiler} -o \${outfile} -MMD -MF "\${depsfile}" "\${headerfile}"
35184 chmod +x bk
-make-pch
35193 COND_BUILD_DEBUG
="#"
35194 if test "x$BUILD" = "xdebug" ; then
35195 COND_BUILD_DEBUG
=""
35198 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
35199 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
35200 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
35203 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
35204 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
35205 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
35208 COND_BUILD_RELEASE
="#"
35209 if test "x$BUILD" = "xrelease" ; then
35210 COND_BUILD_RELEASE
=""
35213 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
35214 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
35215 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
35218 COND_DEBUG_FLAG_1
="#"
35219 if test "x$DEBUG_FLAG" = "x1" ; then
35220 COND_DEBUG_FLAG_1
=""
35223 COND_DEBUG_INFO_0
="#"
35224 if test "x$DEBUG_INFO" = "x0" ; then
35225 COND_DEBUG_INFO_0
=""
35228 COND_DEBUG_INFO_1
="#"
35229 if test "x$DEBUG_INFO" = "x1" ; then
35230 COND_DEBUG_INFO_1
=""
35233 COND_DEPS_TRACKING_0
="#"
35234 if test "x$DEPS_TRACKING" = "x0" ; then
35235 COND_DEPS_TRACKING_0
=""
35238 COND_DEPS_TRACKING_1
="#"
35239 if test "x$DEPS_TRACKING" = "x1" ; then
35240 COND_DEPS_TRACKING_1
=""
35244 if test "x$GCC_PCH" = "x1" ; then
35248 COND_MONOLITHIC_0
="#"
35249 if test "x$MONOLITHIC" = "x0" ; then
35250 COND_MONOLITHIC_0
=""
35253 COND_MONOLITHIC_0_SHARED_0
="#"
35254 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
35255 COND_MONOLITHIC_0_SHARED_0
=""
35258 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
35259 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
35260 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
35263 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
35264 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
35265 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
35268 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
="#"
35269 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
35270 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
=""
35273 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
35274 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
35275 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
35278 COND_MONOLITHIC_0_SHARED_1
="#"
35279 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
35280 COND_MONOLITHIC_0_SHARED_1
=""
35283 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
35284 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
35285 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
35288 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
35289 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
35290 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
35293 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
="#"
35294 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
35295 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
=""
35298 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
35299 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
35300 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
35303 COND_MONOLITHIC_1
="#"
35304 if test "x$MONOLITHIC" = "x1" ; then
35305 COND_MONOLITHIC_1
=""
35308 COND_MONOLITHIC_1_SHARED_0
="#"
35309 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
35310 COND_MONOLITHIC_1_SHARED_0
=""
35313 COND_MONOLITHIC_1_SHARED_1
="#"
35314 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
35315 COND_MONOLITHIC_1_SHARED_1
=""
35318 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
35319 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
35320 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
35323 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
35324 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
35325 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
35328 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
35329 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
35330 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
35333 COND_PLATFORM_MACOSX_1
="#"
35334 if test "x$PLATFORM_MACOSX" = "x1" ; then
35335 COND_PLATFORM_MACOSX_1
=""
35338 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
35339 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
35340 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
35343 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
35344 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
35345 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
35348 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
35349 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
35350 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
35353 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
35354 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
35355 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
35358 COND_PLATFORM_MAC_1
="#"
35359 if test "x$PLATFORM_MAC" = "x1" ; then
35360 COND_PLATFORM_MAC_1
=""
35363 COND_PLATFORM_OS2_1
="#"
35364 if test "x$PLATFORM_OS2" = "x1" ; then
35365 COND_PLATFORM_OS2_1
=""
35368 COND_PLATFORM_UNIX_0
="#"
35369 if test "x$PLATFORM_UNIX" = "x0" ; then
35370 COND_PLATFORM_UNIX_0
=""
35373 COND_PLATFORM_UNIX_1
="#"
35374 if test "x$PLATFORM_UNIX" = "x1" ; then
35375 COND_PLATFORM_UNIX_1
=""
35378 COND_PLATFORM_WIN32_0
="#"
35379 if test "x$PLATFORM_WIN32" = "x0" ; then
35380 COND_PLATFORM_WIN32_0
=""
35383 COND_PLATFORM_WIN32_1
="#"
35384 if test "x$PLATFORM_WIN32" = "x1" ; then
35385 COND_PLATFORM_WIN32_1
=""
35389 if test "x$SHARED" = "x0" ; then
35393 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
35394 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
35395 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
35398 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
35399 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
35400 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
35403 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
35404 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
35405 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
35408 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
35409 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
35410 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
35413 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
35414 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
35415 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
35418 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
35419 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
35420 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
35423 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
35424 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
35425 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
35428 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
35429 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
35430 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
35434 if test "x$SHARED" = "x1" ; then
35438 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
35439 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
35440 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
35443 COND_TOOLKIT_COCOA
="#"
35444 if test "x$TOOLKIT" = "xCOCOA" ; then
35445 COND_TOOLKIT_COCOA
=""
35448 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
35449 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35450 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
35453 COND_TOOLKIT_GTK
="#"
35454 if test "x$TOOLKIT" = "xGTK" ; then
35455 COND_TOOLKIT_GTK
=""
35458 COND_TOOLKIT_GTK_USE_GUI_1
="#"
35459 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
35460 COND_TOOLKIT_GTK_USE_GUI_1
=""
35463 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
35464 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35465 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
35468 COND_TOOLKIT_MAC
="#"
35469 if test "x$TOOLKIT" = "xMAC" ; then
35470 COND_TOOLKIT_MAC
=""
35473 COND_TOOLKIT_MAC_USE_GUI_1
="#"
35474 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
35475 COND_TOOLKIT_MAC_USE_GUI_1
=""
35478 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
35479 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35480 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
35483 COND_TOOLKIT_MGL
="#"
35484 if test "x$TOOLKIT" = "xMGL" ; then
35485 COND_TOOLKIT_MGL
=""
35488 COND_TOOLKIT_MGL_USE_GUI_1
="#"
35489 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
35490 COND_TOOLKIT_MGL_USE_GUI_1
=""
35493 COND_TOOLKIT_MOTIF
="#"
35494 if test "x$TOOLKIT" = "xMOTIF" ; then
35495 COND_TOOLKIT_MOTIF
=""
35498 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
35499 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
35500 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
35503 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
35504 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35505 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
35508 COND_TOOLKIT_MSW
="#"
35509 if test "x$TOOLKIT" = "xMSW" ; then
35510 COND_TOOLKIT_MSW
=""
35513 COND_TOOLKIT_MSW_USE_GUI_1
="#"
35514 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
35515 COND_TOOLKIT_MSW_USE_GUI_1
=""
35518 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
35519 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35520 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
35523 COND_TOOLKIT_PM
="#"
35524 if test "x$TOOLKIT" = "xPM" ; then
35528 COND_TOOLKIT_PM_USE_GUI_1
="#"
35529 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
35530 COND_TOOLKIT_PM_USE_GUI_1
=""
35533 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
35534 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35535 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
35538 COND_TOOLKIT_X11
="#"
35539 if test "x$TOOLKIT" = "xX11" ; then
35540 COND_TOOLKIT_X11
=""
35543 COND_TOOLKIT_X11_USE_GUI_1
="#"
35544 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
35545 COND_TOOLKIT_X11_USE_GUI_1
=""
35549 if test "x$UNICODE" = "x1" ; then
35554 if test "x$USE_GUI" = "x0" ; then
35559 if test "x$USE_GUI" = "x1" ; then
35563 COND_USE_GUI_1_WXUNIV_0
="#"
35564 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35565 COND_USE_GUI_1_WXUNIV_0
=""
35568 COND_USE_GUI_1_WXUNIV_1
="#"
35569 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
35570 COND_USE_GUI_1_WXUNIV_1
=""
35573 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
35574 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
35575 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
35578 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
35579 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
35580 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
35583 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
35584 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
35585 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
35588 COND_USE_SOSYMLINKS_1
="#"
35589 if test "x$USE_SOSYMLINKS" = "x1" ; then
35590 COND_USE_SOSYMLINKS_1
=""
35593 COND_USE_SOVERLINUX_1
="#"
35594 if test "x$USE_SOVERLINUX" = "x1" ; then
35595 COND_USE_SOVERLINUX_1
=""
35598 COND_USE_SOVERSION_0
="#"
35599 if test "x$USE_SOVERSION" = "x0" ; then
35600 COND_USE_SOVERSION_0
=""
35603 COND_USE_SOVERSOLARIS_1
="#"
35604 if test "x$USE_SOVERSOLARIS" = "x1" ; then
35605 COND_USE_SOVERSOLARIS_1
=""
35609 if test "x$WXUNIV" = "x1" ; then
35613 COND_WXUSE_EXPAT_BUILTIN
="#"
35614 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
35615 COND_WXUSE_EXPAT_BUILTIN
=""
35618 COND_WXUSE_LIBJPEG_BUILTIN
="#"
35619 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
35620 COND_WXUSE_LIBJPEG_BUILTIN
=""
35623 COND_WXUSE_LIBPNG_BUILTIN
="#"
35624 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
35625 COND_WXUSE_LIBPNG_BUILTIN
=""
35628 COND_WXUSE_LIBTIFF_BUILTIN
="#"
35629 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
35630 COND_WXUSE_LIBTIFF_BUILTIN
=""
35633 COND_WXUSE_ODBC_BUILTIN
="#"
35634 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
35635 COND_WXUSE_ODBC_BUILTIN
=""
35638 COND_WXUSE_REGEX_BUILTIN
="#"
35639 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
35640 COND_WXUSE_REGEX_BUILTIN
=""
35643 COND_WXUSE_ZLIB_BUILTIN
="#"
35644 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
35645 COND_WXUSE_ZLIB_BUILTIN
=""
35652 if test $GCC_PCH = 1 ; then
35653 CPPFLAGS
="-DWX_PRECOMP -DNO_GCC_PRAGMA $CPPFLAGS"
35656 powerpc
-*-darwin* )
35657 CPPFLAGS
="-DNO_GCC_PRAGMA $CPPFLAGS"
35662 powerpc
-*-darwin* )
35663 CODE_GEN_FLAGS_CXX
="-DNO_GCC_PRAGMA $CODE_GEN_FLAGS_CXX"
35668 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
35769 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
35770 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
35771 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,./+-,__p_,'`
35772 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
35773 echo $ECHO_N "(cached) $ECHO_C" >&6
35775 cat >conftest.
make <<\_ACEOF
35777 @
echo 'ac_maketemp="$(MAKE)"'
35779 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
35780 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
35781 if test -n "$ac_maketemp"; then
35782 eval ac_cv_prog_make_
${ac_make}_set
=yes
35784 eval ac_cv_prog_make_
${ac_make}_set
=no
35786 rm -f conftest.
make
35788 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
35789 echo "$as_me:$LINENO: result: yes" >&5
35790 echo "${ECHO_T}yes" >&6
35793 echo "$as_me:$LINENO: result: no" >&5
35794 echo "${ECHO_T}no" >&6
35795 SET_MAKE
="MAKE=${MAKE-make}"
35799 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
35800 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
35803 ac_config_headers
="$ac_config_headers setup.h"
35806 ac_config_files
="$ac_config_files wx-config version-script Makefile"
35809 ac_config_commands
="$ac_config_commands default"
35813 if test "$wxUSE_GUI" = "yes"; then
35814 SUBDIRS
="samples demos utils contrib"
35815 else SUBDIRS
="samples utils"
35818 for subdir
in `echo $SUBDIRS`; do
35819 if test -d ${srcdir}/${subdir} ; then
35820 if test "$wxUSE_GUI" = "yes"; then
35821 if test ${subdir} = "samples"; then
35822 makefiles
="samples/Makefile.in $makefiles"
35823 for sample
in `echo $SAMPLES_SUBDIRS`; do
35824 if test -d $srcdir/samples
/$sample; then
35825 makefiles
="samples/$sample/Makefile.in $makefiles"
35828 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
35830 else if test ${subdir} = "samples"; then
35831 makefiles
="samples/Makefile.in samples/console/Makefile.in"
35832 else makefiles
="utils/HelpGen/Makefile.in \
35833 utils/HelpGen/src/Makefile.in"
35837 for mkin
in $makefiles ; do
35838 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
35839 ac_config_files
="$ac_config_files $mk"
35846 cat >confcache
<<\_ACEOF
35847 # This file is a shell script that caches the results of configure
35848 # tests run on this system so they can be shared between configure
35849 # scripts and configure runs, see configure's option --config-cache.
35850 # It is not useful on other systems. If it contains results you don't
35851 # want to keep, you may remove or edit it.
35853 # config.status only pays attention to the cache file if you give it
35854 # the --recheck option to rerun configure.
35856 # `ac_cv_env_foo' variables (set or unset) will be overridden when
35857 # loading this file, other *unset* `ac_cv_foo' will be assigned the
35858 # following values.
35862 # The following way of writing the cache mishandles newlines in values,
35863 # but we know of no workaround that is simple, portable, and efficient.
35864 # So, don't put newlines in cache variables' values.
35865 # Ultrix sh set writes to stderr and can't be redirected directly,
35866 # and sets the high bit in the cache file unless we assign to the vars.
35869 case `(ac_space=' '; set | grep ac_space) 2>&1` in
35871 # `set' does not quote correctly, so add quotes (double-quote
35872 # substitution turns \\\\ into \\, and sed turns \\ into \).
35875 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
35878 # `set' quotes correctly as required by POSIX, so do not add quotes.
35880 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
35887 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
35889 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
35891 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
35892 if test -w $cache_file; then
35893 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
35894 cat confcache
>$cache_file
35896 echo "not updating unwritable cache $cache_file"
35901 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
35902 # Let make expand exec_prefix.
35903 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
35905 # VPATH may cause trouble with some makes, so we remove $(srcdir),
35906 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
35907 # trailing colons and then remove the whole line if VPATH becomes empty
35908 # (actually we leave an empty line to preserve line numbers).
35909 if test "x$srcdir" = x.
; then
35910 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
35911 s/:*\$(srcdir):*/:/;
35912 s/:*\${srcdir}:*/:/;
35914 s/^\([^=]*=[ ]*\):*/\1/;
35920 DEFS
=-DHAVE_CONFIG_H
35924 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
35925 # 1. Remove the extension, and $U if already installed.
35926 ac_i
=`echo "$ac_i" |
35927 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
35929 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
35930 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
35932 LIBOBJS
=$ac_libobjs
35934 LTLIBOBJS
=$ac_ltlibobjs
35938 : ${CONFIG_STATUS=./config.status}
35939 ac_clean_files_save
=$ac_clean_files
35940 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
35941 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
35942 echo "$as_me: creating $CONFIG_STATUS" >&6;}
35943 cat >$CONFIG_STATUS <<_ACEOF
35945 # Generated by $as_me.
35946 # Run this file to recreate the current configuration.
35947 # Compiler output produced by configure, useful for debugging
35948 # configure, is in config.log if it exists.
35951 ac_cs_recheck=false
35953 SHELL=\${CONFIG_SHELL-$SHELL}
35956 cat >>$CONFIG_STATUS <<\_ACEOF
35957 ## --------------------- ##
35958 ## M4sh Initialization. ##
35959 ## --------------------- ##
35961 # Be Bourne compatible
35962 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
35965 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
35966 # is contrary to our usage. Disable this feature.
35967 alias -g '${1+"$@"}'='"$@"'
35968 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
35972 # Support unset when possible.
35973 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
35980 # Work around bugs in pre-3.0 UWIN ksh.
35981 $as_unset ENV MAIL MAILPATH
35988 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
35989 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
35990 LC_TELEPHONE LC_TIME
35992 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
35993 eval $as_var=C
; export $as_var
35999 # Required to use basename.
36000 if expr a
: '\(a\)' >/dev
/null
2>&1; then
36006 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
36007 as_basename
=basename
36013 # Name of the executable.
36014 as_me
=`$as_basename "$0" ||
36015 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
36016 X"$0" : 'X\(//\)$' \| \
36017 X"$0" : 'X\(/\)$' \| \
36018 . : '\(.\)' 2>/dev/null ||
36020 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
36021 /^X\/\(\/\/\)$/{ s//\1/; q; }
36022 /^X\/\(\/\).*/{ s//\1/; q; }
36026 # PATH needs CR, and LINENO needs CR and PATH.
36027 # Avoid depending upon Character Ranges.
36028 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
36029 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36030 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
36031 as_cr_digits
='0123456789'
36032 as_cr_alnum
=$as_cr_Letters$as_cr_digits
36034 # The user is always right.
36035 if test "${PATH_SEPARATOR+set}" != set; then
36036 echo "#! /bin/sh" >conf$$.sh
36037 echo "exit 0" >>conf$$.sh
36039 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
36048 as_lineno_1
=$LINENO
36049 as_lineno_2
=$LINENO
36050 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
36051 test "x$as_lineno_1" != "x$as_lineno_2" &&
36052 test "x$as_lineno_3" = "x$as_lineno_2" || {
36053 # Find who we are. Look in the path if we contain no path at all
36056 *[\\/]* ) as_myself
=$0 ;;
36057 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36058 for as_dir
in $PATH
36061 test -z "$as_dir" && as_dir
=.
36062 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
36067 # We did not find ourselves, most probably we were run as `sh COMMAND'
36068 # in which case we are not to be found in the path.
36069 if test "x$as_myself" = x
; then
36072 if test ! -f "$as_myself"; then
36073 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
36074 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
36075 { (exit 1); exit 1; }; }
36077 case $CONFIG_SHELL in
36079 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36080 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
36083 test -z "$as_dir" && as_dir
=.
36084 for as_base
in sh bash ksh sh5
; do
36087 if ("$as_dir/$as_base" -c '
36088 as_lineno_1=$LINENO
36089 as_lineno_2=$LINENO
36090 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
36091 test "x$as_lineno_1" != "x$as_lineno_2" &&
36092 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
36093 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
36094 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
36095 CONFIG_SHELL
=$as_dir/$as_base
36096 export CONFIG_SHELL
36097 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
36105 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
36106 # uniformly replaced by the line number. The first 'sed' inserts a
36107 # line-number line before each line; the second 'sed' does the real
36108 # work. The second script uses 'N' to pair each line-number line
36109 # with the numbered line, and appends trailing '-' during
36110 # substitution so that $LINENO is not a special case at line end.
36111 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
36112 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
36113 sed '=' <$as_myself |
36118 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
36121 s,^['$as_cr_digits']*\n,,
36122 ' >$as_me.lineno
&&
36123 chmod +x
$as_me.lineno
||
36124 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
36125 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
36126 { (exit 1); exit 1; }; }
36128 # Don't try to exec as it changes $[0], causing all sort of problems
36129 # (the dirname of $[0] is not the place where we might find the
36130 # original and so on. Autoconf is especially sensible to this).
36132 # Exit status is that of the last command.
36137 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
36138 *c
*,-n*) ECHO_N
= ECHO_C
='
36140 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
36141 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
36144 if expr a
: '\(a\)' >/dev
/null
2>&1; then
36150 rm -f conf$$ conf$$.exe conf$$.
file
36152 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
36153 # We could just check for DJGPP; but this test a) works b) is more generic
36154 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
36155 if test -f conf$$.exe
; then
36156 # Don't use ln at all; we don't have any links
36161 elif ln conf$$.
file conf$$
2>/dev
/null
; then
36166 rm -f conf$$ conf$$.exe conf$$.
file
36168 if mkdir -p .
2>/dev
/null
; then
36174 as_executable_p
="test -f"
36176 # Sed expression to map a string onto a valid CPP name.
36177 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
36179 # Sed expression to map a string onto a valid variable name.
36180 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
36184 # We need space, tab and new line, in precisely that order.
36194 # Open the log real soon, to keep \$[0] and so on meaningful, and to
36195 # report actual input values of CONFIG_FILES etc. instead of their
36196 # values after options handling. Logging --version etc. is OK.
36200 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
36201 ## Running $as_me. ##
36206 This file was extended by wxWindows $as_me 2.5.1, which was
36207 generated by GNU Autoconf 2.57. Invocation command line was
36209 CONFIG_FILES = $CONFIG_FILES
36210 CONFIG_HEADERS = $CONFIG_HEADERS
36211 CONFIG_LINKS = $CONFIG_LINKS
36212 CONFIG_COMMANDS = $CONFIG_COMMANDS
36216 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
36220 # Files that config.status was made for.
36221 if test -n "$ac_config_files"; then
36222 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
36225 if test -n "$ac_config_headers"; then
36226 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
36229 if test -n "$ac_config_links"; then
36230 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
36233 if test -n "$ac_config_commands"; then
36234 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
36237 cat >>$CONFIG_STATUS <<\_ACEOF
36240 \`$as_me' instantiates files from templates according to the
36241 current configuration.
36243 Usage: $0 [OPTIONS] [FILE]...
36245 -h, --help print this help, then exit
36246 -V, --version print version number, then exit
36247 -q, --quiet do not print progress messages
36248 -d, --debug don't remove temporary files
36249 --recheck update $as_me by reconfiguring in the same conditions
36250 --file=FILE[:TEMPLATE]
36251 instantiate the configuration file FILE
36252 --header=FILE[:TEMPLATE]
36253 instantiate the configuration header FILE
36255 Configuration files:
36258 Configuration headers:
36261 Configuration commands:
36264 Report bugs to <bug-autoconf@gnu.org>."
36267 cat >>$CONFIG_STATUS <<_ACEOF
36269 wxWindows config.status 2.5.1
36270 configured by $0, generated by GNU Autoconf 2.57,
36271 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
36273 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
36274 Free Software Foundation, Inc.
36275 This config.status script is free software; the Free Software Foundation
36276 gives unlimited permission to copy, distribute and modify it."
36281 cat >>$CONFIG_STATUS <<\_ACEOF
36282 # If no file are specified by the user, then we need to provide default
36283 # value. By we need to know if files were specified by the user.
36289 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
36290 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
36298 *) # This is not an option, so the user has probably given explicit
36301 ac_need_defaults
=false
;;
36305 # Handling of the options.
36307 cat >>$CONFIG_STATUS <<\_ACEOF
36308 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
36310 --version | --vers* | -V )
36311 echo "$ac_cs_version"; exit 0 ;;
36313 # Conflict between --help and --header
36314 { { echo "$as_me:$LINENO: error: ambiguous option: $1
36315 Try \`$0 --help' for more information." >&5
36316 echo "$as_me: error: ambiguous option: $1
36317 Try \`$0 --help' for more information." >&2;}
36318 { (exit 1); exit 1; }; };;
36319 --help | --hel | -h )
36320 echo "$ac_cs_usage"; exit 0 ;;
36321 --debug | --d* | -d )
36323 --file | --fil | --fi | --f )
36325 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
36326 ac_need_defaults
=false
;;
36327 --header | --heade | --head | --hea )
36329 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
36330 ac_need_defaults
=false
;;
36331 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
36332 | -silent | --silent | --silen | --sile | --sil | --si | --s)
36335 # This is an error.
36336 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
36337 Try \`$0 --help' for more information." >&5
36338 echo "$as_me: error: unrecognized option: $1
36339 Try \`$0 --help' for more information." >&2;}
36340 { (exit 1); exit 1; }; } ;;
36342 *) ac_config_targets
="$ac_config_targets $1" ;;
36348 ac_configure_extra_args
=
36350 if $ac_cs_silent; then
36352 ac_configure_extra_args
="$ac_configure_extra_args --silent"
36356 cat >>$CONFIG_STATUS <<_ACEOF
36357 if \$ac_cs_recheck; then
36358 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
36359 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
36364 cat >>$CONFIG_STATUS <<_ACEOF
36366 # INIT-COMMANDS section.
36370 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
36379 cat >>$CONFIG_STATUS <<\_ACEOF
36380 for ac_config_target
in $ac_config_targets
36382 case "$ac_config_target" in
36383 # Handling of arguments.
36384 "wx-config" ) CONFIG_FILES
="$CONFIG_FILES wx-config" ;;
36385 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
36386 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
36387 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
36388 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
36389 "setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS setup.h" ;;
36390 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
36391 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
36392 { (exit 1); exit 1; }; };;
36396 # If the user did not use the arguments to specify the items to instantiate,
36397 # then the envvar interface is used. Set only those that are not.
36398 # We use the long form for the default assignment because of an extremely
36399 # bizarre bug on SunOS 4.1.3.
36400 if $ac_need_defaults; then
36401 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
36402 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
36403 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
36406 # Have a temporary directory for convenience. Make it in the build tree
36407 # simply because there is no reason to put it here, and in addition,
36408 # creating and moving files from /tmp can sometimes cause problems.
36409 # Create a temporary directory, and hook for its removal unless debugging.
36412 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
36413 trap '{ (exit 1); exit 1; }' 1 2 13 15
36416 # Create a (secure) tmp directory for tmp files.
36419 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
36420 test -n "$tmp" && test -d "$tmp"
36423 tmp
=.
/confstat$$
-$RANDOM
36424 (umask 077 && mkdir $tmp)
36427 echo "$me: cannot create a temporary directory in ." >&2
36428 { (exit 1); exit 1; }
36433 cat >>$CONFIG_STATUS <<_ACEOF
36436 # CONFIG_FILES section.
36439 # No need to generate the scripts if there are no CONFIG_FILES.
36440 # This happens for instance when ./config.status config.h
36441 if test -n "\$CONFIG_FILES"; then
36442 # Protect against being on the right side of a sed subst in config.status.
36443 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
36444 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
36445 s,@SHELL@,$SHELL,;t t
36446 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
36447 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
36448 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
36449 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
36450 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
36451 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
36452 s,@exec_prefix@,$exec_prefix,;t t
36453 s,@prefix@,$prefix,;t t
36454 s,@program_transform_name@,$program_transform_name,;t t
36455 s,@bindir@,$bindir,;t t
36456 s,@sbindir@,$sbindir,;t t
36457 s,@libexecdir@,$libexecdir,;t t
36458 s,@datadir@,$datadir,;t t
36459 s,@sysconfdir@,$sysconfdir,;t t
36460 s,@sharedstatedir@,$sharedstatedir,;t t
36461 s,@localstatedir@,$localstatedir,;t t
36462 s,@libdir@,$libdir,;t t
36463 s,@includedir@,$includedir,;t t
36464 s,@oldincludedir@,$oldincludedir,;t t
36465 s,@infodir@,$infodir,;t t
36466 s,@mandir@,$mandir,;t t
36467 s,@build_alias@,$build_alias,;t t
36468 s,@host_alias@,$host_alias,;t t
36469 s,@target_alias@,$target_alias,;t t
36470 s,@DEFS@,$DEFS,;t t
36471 s,@ECHO_C@,$ECHO_C,;t t
36472 s,@ECHO_N@,$ECHO_N,;t t
36473 s,@ECHO_T@,$ECHO_T,;t t
36474 s,@LIBS@,$LIBS,;t t
36475 s,@build@,$build,;t t
36476 s,@build_cpu@,$build_cpu,;t t
36477 s,@build_vendor@,$build_vendor,;t t
36478 s,@build_os@,$build_os,;t t
36479 s,@host@,$host,;t t
36480 s,@host_cpu@,$host_cpu,;t t
36481 s,@host_vendor@,$host_vendor,;t t
36482 s,@host_os@,$host_os,;t t
36483 s,@target@,$target,;t t
36484 s,@target_cpu@,$target_cpu,;t t
36485 s,@target_vendor@,$target_vendor,;t t
36486 s,@target_os@,$target_os,;t t
36488 s,@CFLAGS@,$CFLAGS,;t t
36489 s,@LDFLAGS@,$LDFLAGS,;t t
36490 s,@CPPFLAGS@,$CPPFLAGS,;t t
36491 s,@ac_ct_CC@,$ac_ct_CC,;t t
36492 s,@EXEEXT@,$EXEEXT,;t t
36493 s,@OBJEXT@,$OBJEXT,;t t
36495 s,@EGREP@,$EGREP,;t t
36497 s,@CXXFLAGS@,$CXXFLAGS,;t t
36498 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
36499 s,@RANLIB@,$RANLIB,;t t
36500 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
36502 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
36503 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
36504 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
36505 s,@STRIP@,$STRIP,;t t
36506 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
36507 s,@LN_S@,$LN_S,;t t
36508 s,@CXXCPP@,$CXXCPP,;t t
36509 s,@subdirs@,$subdirs,;t t
36510 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
36511 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
36512 s,@GTK_LIBS@,$GTK_LIBS,;t t
36513 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
36514 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
36515 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
36516 s,@X_CFLAGS@,$X_CFLAGS,;t t
36517 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
36518 s,@X_LIBS@,$X_LIBS,;t t
36519 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
36520 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
36521 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
36522 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
36523 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
36524 s,@RESCOMP@,$RESCOMP,;t t
36525 s,@DEREZ@,$DEREZ,;t t
36526 s,@SETFILE@,$SETFILE,;t t
36527 s,@LIBICONV@,$LIBICONV,;t t
36528 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
36529 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
36530 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
36531 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
36532 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
36533 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
36534 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
36535 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
36536 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
36537 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
36538 s,@VENDOR@,$VENDOR,;t t
36539 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
36540 s,@WXUNIV@,$WXUNIV,;t t
36541 s,@MONOLITHIC@,$MONOLITHIC,;t t
36542 s,@EXTRALIBS@,$EXTRALIBS,;t t
36543 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
36544 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
36545 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
36546 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
36547 s,@UNICODE@,$UNICODE,;t t
36548 s,@BUILD@,$BUILD,;t t
36549 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
36550 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
36551 s,@SHARED@,$SHARED,;t t
36552 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
36553 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
36554 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
36555 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
36556 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
36557 s,@SET_MAKE@,$SET_MAKE,;t t
36558 s,@MAKE_SET@,$MAKE_SET,;t t
36559 s,@ac_ct_AR@,$ac_ct_AR,;t t
36560 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
36562 s,@ac_ct_NM@,$ac_ct_NM,;t t
36563 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
36564 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
36565 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
36566 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
36567 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
36568 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
36569 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
36570 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
36571 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
36572 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
36573 s,@LIBPREFIX@,$LIBPREFIX,;t t
36574 s,@DLLPREFIX@,$DLLPREFIX,;t t
36575 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
36576 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
36577 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
36578 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
36579 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
36580 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
36581 s,@PIC_FLAG@,$PIC_FLAG,;t t
36582 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
36583 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
36584 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
36585 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
36586 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
36587 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
36588 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
36589 s,@GCC_PCH@,$GCC_PCH,;t t
36590 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
36591 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
36592 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
36593 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
36594 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
36595 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
36596 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
36597 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
36598 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
36599 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
36600 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
36601 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
36602 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
36603 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
36604 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
36605 s,@COND_MONOLITHIC_0_SHARED_0_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_HTML_1,;t t
36606 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
36607 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
36608 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
36609 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
36610 s,@COND_MONOLITHIC_0_SHARED_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_HTML_1,;t t
36611 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
36612 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
36613 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
36614 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
36615 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
36616 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
36617 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
36618 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
36619 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
36620 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
36621 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
36622 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
36623 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
36624 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
36625 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
36626 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
36627 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
36628 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
36629 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
36630 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
36631 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
36632 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
36633 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
36634 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
36635 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
36636 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
36637 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
36638 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
36639 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
36640 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
36641 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
36642 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
36643 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
36644 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
36645 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
36646 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
36647 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
36648 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
36649 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
36650 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
36651 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
36652 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
36653 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
36654 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
36655 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
36656 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
36657 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
36658 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
36659 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
36660 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
36661 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
36662 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
36663 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
36664 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
36665 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
36666 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
36667 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
36668 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
36669 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
36670 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
36671 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
36672 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
36673 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
36674 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
36675 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
36676 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
36677 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
36678 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
36679 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
36680 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
36681 s,@PATH_IFS@,$PATH_IFS,;t t
36682 s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
36683 s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
36684 s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
36685 s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
36686 s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
36687 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
36688 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
36689 s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
36690 s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
36691 s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
36692 s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
36693 s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
36694 s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
36695 s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
36696 s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
36697 s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
36698 s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
36699 s,@WX_ALL@,$WX_ALL,;t t
36700 s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
36701 s,@SHARED_LD@,$SHARED_LD,;t t
36702 s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
36703 s,@STATIC_FLAG@,$STATIC_FLAG,;t t
36704 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
36705 s,@USE_GUI@,$USE_GUI,;t t
36706 s,@AFMINSTALL@,$AFMINSTALL,;t t
36707 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
36708 s,@TOOLKIT@,$TOOLKIT,;t t
36709 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
36710 s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
36711 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
36712 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
36713 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
36714 s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
36715 s,@cross_compiling@,$cross_compiling,;t t
36716 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
36717 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
36718 s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
36719 s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
36720 s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
36721 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
36722 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
36723 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
36724 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
36725 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
36726 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
36727 s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
36728 s,@ALL_HEADERS@,$ALL_HEADERS,;t t
36729 s,@ALL_SOURCES@,$ALL_SOURCES,;t t
36730 s,@GUIDIST@,$GUIDIST,;t t
36731 s,@PORT_FILES@,$PORT_FILES,;t t
36732 s,@DISTDIR@,$DISTDIR,;t t
36733 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
36734 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
36735 s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
36736 s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
36737 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
36738 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
36739 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
36740 s,@RESFLAGS@,$RESFLAGS,;t t
36741 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
36742 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
36743 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
36744 s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t
36745 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
36746 s,@MACRESCOMP@,$MACRESCOMP,;t t
36747 s,@MACSETFILE@,$MACSETFILE,;t t
36748 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
36750 s,@DLLTOOL@,$DLLTOOL,;t t
36753 s,@MAKEINFO@,$MAKEINFO,;t t
36754 s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
36755 s,@LIBOBJS@,$LIBOBJS,;t t
36756 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
36761 cat >>$CONFIG_STATUS <<\_ACEOF
36762 # Split the substitutions into bite-sized pieces for seds with
36763 # small command number limits, like on Digital OSF/1 and HP-UX.
36764 ac_max_sed_lines
=48
36765 ac_sed_frag
=1 # Number of current file.
36766 ac_beg
=1 # First line for current file.
36767 ac_end
=$ac_max_sed_lines # Line after last line for current file.
36770 while $ac_more_lines; do
36771 if test $ac_beg -gt 1; then
36772 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
36774 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
36776 if test ! -s $tmp/subs.frag
; then
36777 ac_more_lines
=false
36779 # The purpose of the label and of the branching condition is to
36780 # speed up the sed processing (if there are no `@' at all, there
36781 # is no need to browse any of the substitutions).
36782 # These are the two extra sed commands mentioned above.
36784 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
36785 if test -z "$ac_sed_cmds"; then
36786 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
36788 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
36790 ac_sed_frag
=`expr $ac_sed_frag + 1`
36792 ac_end
=`expr $ac_end + $ac_max_sed_lines`
36795 if test -z "$ac_sed_cmds"; then
36798 fi # test -n "$CONFIG_FILES"
36801 cat >>$CONFIG_STATUS <<\_ACEOF
36802 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
36803 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
36805 - | *:- | *:-:* ) # input from stdin
36807 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36808 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
36809 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36810 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
36811 * ) ac_file_in
=$ac_file.
in ;;
36814 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
36815 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
36816 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36817 X"$ac_file" : 'X\(//\)[^/]' \| \
36818 X"$ac_file" : 'X\(//\)$' \| \
36819 X"$ac_file" : 'X\(/\)' \| \
36820 . : '\(.\)' 2>/dev/null ||
36822 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36823 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36824 /^X\(\/\/\)$/{ s//\1/; q; }
36825 /^X\(\/\).*/{ s//\1/; q; }
36827 { if $as_mkdir_p; then
36832 while test ! -d "$as_dir"; do
36833 as_dirs
="$as_dir $as_dirs"
36834 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
36835 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36836 X"$as_dir" : 'X\(//\)[^/]' \| \
36837 X"$as_dir" : 'X\(//\)$' \| \
36838 X"$as_dir" : 'X\(/\)' \| \
36839 . : '\(.\)' 2>/dev/null ||
36841 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36842 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36843 /^X\(\/\/\)$/{ s//\1/; q; }
36844 /^X\(\/\).*/{ s//\1/; q; }
36847 test ! -n "$as_dirs" || mkdir $as_dirs
36848 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36849 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36850 { (exit 1); exit 1; }; }; }
36854 if test "$ac_dir" != .
; then
36855 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36856 # A "../" for each directory in $ac_dir_suffix.
36857 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36859 ac_dir_suffix
= ac_top_builddir
=
36863 .
) # No --srcdir option. We are building in place.
36865 if test -z "$ac_top_builddir"; then
36868 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
36870 [\\/]* | ?
:[\\/]* ) # Absolute path.
36871 ac_srcdir
=$srcdir$ac_dir_suffix;
36872 ac_top_srcdir
=$srcdir ;;
36873 *) # Relative path.
36874 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
36875 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
36877 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36879 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
36880 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36881 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36882 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36886 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
36887 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
36890 if test x
"$ac_file" != x
-; then
36891 { echo "$as_me:$LINENO: creating $ac_file" >&5
36892 echo "$as_me: creating $ac_file" >&6;}
36895 # Let's still pretend it is `configure' which instantiates (i.e., don't
36896 # use $as_me), people would be surprised to read:
36897 # /* config.h. Generated by config.status. */
36898 if test x
"$ac_file" = x
-; then
36901 configure_input
="$ac_file. "
36903 configure_input
=$configure_input"Generated from `echo $ac_file_in |
36904 sed 's,.*/,,'` by configure."
36906 # First look for the input files in the build tree, otherwise in the
36908 ac_file_inputs
=`IFS=:
36909 for f in $ac_file_in; do
36911 -) echo $tmp/stdin ;;
36913 # Absolute (can't be DOS-style, as IFS=:)
36914 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36915 echo "$as_me: error: cannot find input file: $f" >&2;}
36916 { (exit 1); exit 1; }; }
36919 if test -f "$f"; then
36922 elif test -f "$srcdir/$f"; then
36927 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36928 echo "$as_me: error: cannot find input file: $f" >&2;}
36929 { (exit 1); exit 1; }; }
36932 done` || { (exit 1); exit 1; }
36934 cat >>$CONFIG_STATUS <<_ACEOF
36938 cat >>$CONFIG_STATUS <<\_ACEOF
36940 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
36941 s
,@configure_input@
,$configure_input,;t t
36942 s
,@srcdir@
,$ac_srcdir,;t t
36943 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
36944 s
,@top_srcdir@
,$ac_top_srcdir,;t t
36945 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
36946 s
,@builddir@
,$ac_builddir,;t t
36947 s
,@abs_builddir@
,$ac_abs_builddir,;t t
36948 s
,@top_builddir@
,$ac_top_builddir,;t t
36949 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
36950 s
,@INSTALL@
,$ac_INSTALL,;t t
36951 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
36953 if test x"$ac_file" != x-; then
36954 mv $tmp/out $ac_file
36962 cat >>$CONFIG_STATUS <<\_ACEOF
36965 # CONFIG_HEADER section.
36968 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
36969 # NAME is the cpp macro being defined and VALUE is the value it is being given.
36971 # ac_d sets the value in "#define NAME VALUE" lines.
36972 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
36973 ac_dB
='[ ].*$,\1#\2'
36976 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
36977 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
36978 ac_uB
='$,\1#\2define\3'
36982 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
36983 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
36985 - | *:- | *:-:* ) # input from stdin
36987 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36988 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
36989 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36990 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
36991 * ) ac_file_in
=$ac_file.
in ;;
36994 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
36995 echo "$as_me: creating $ac_file" >&6;}
36997 # First look for the input files in the build tree, otherwise in the
36999 ac_file_inputs
=`IFS=:
37000 for f in $ac_file_in; do
37002 -) echo $tmp/stdin ;;
37004 # Absolute (can't be DOS-style, as IFS=:)
37005 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
37006 echo "$as_me: error: cannot find input file: $f" >&2;}
37007 { (exit 1); exit 1; }; }
37010 if test -f "$f"; then
37013 elif test -f "$srcdir/$f"; then
37018 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
37019 echo "$as_me: error: cannot find input file: $f" >&2;}
37020 { (exit 1); exit 1; }; }
37023 done` || { (exit 1); exit 1; }
37024 # Remove the trailing spaces.
37025 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
37029 # Transform confdefs.h into two sed scripts, `conftest.defines' and
37030 # `conftest.undefs', that substitutes the proper values into
37031 # config.h.in to produce config.h. The first handles `#define'
37032 # templates, and the second `#undef' templates.
37033 # And first: Protect against being on the right side of a sed subst in
37034 # config.status. Protect against being in an unquoted here document
37035 # in config.status.
37036 rm -f conftest.defines conftest.undefs
37037 # Using a here document instead of a string reduces the quoting nightmare.
37038 # Putting comments in sed scripts is not portable.
37040 # `end' is used to avoid that the second main sed command (meant for
37041 # 0-ary CPP macros) applies to n-ary macro definitions.
37042 # See the Autoconf documentation for `clear'.
37043 cat >confdef2sed.
sed <<\_ACEOF
37048 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
37050 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
37053 # If some macros were called several times there might be several times
37054 # the same #defines, which is useless. Nevertheless, we may not want to
37055 # sort them, since we want the *last* AC-DEFINE to be honored.
37056 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
37057 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
37058 rm -f confdef2sed.sed
37060 # This sed command replaces #undef with comments. This is necessary, for
37061 # example, in the case of _POSIX_SOURCE, which is predefined and required
37062 # on some systems where configure will not decide to define it.
37063 cat >>conftest.undefs <<\_ACEOF
37064 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
37067 # Break up conftest.defines because some shells have a limit on the size
37068 # of here documents, and old seds have small limits too (100 cmds).
37069 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
37070 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
37071 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
37072 echo ' :' >>$CONFIG_STATUS
37073 rm -f conftest.tail
37074 while grep . conftest.defines >/dev/null
37076 # Write a limited-size here document to $tmp/defines.sed.
37077 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
37078 # Speed up: don't consider the non `#define' lines.
37079 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
37080 # Work around the forget-to-reset-the-flag bug.
37081 echo 't clr' >>$CONFIG_STATUS
37082 echo ': clr' >>$CONFIG_STATUS
37083 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
37085 sed -f $tmp/defines.sed $tmp/in >$tmp/out
37087 mv $tmp/out $tmp/in
37089 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
37090 rm -f conftest.defines
37091 mv conftest.
tail conftest.defines
37093 rm -f conftest.defines
37094 echo ' fi # grep' >>$CONFIG_STATUS
37095 echo >>$CONFIG_STATUS
37097 # Break up conftest.undefs because some shells have a limit on the size
37098 # of here documents, and old seds have small limits too (100 cmds).
37099 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
37100 rm -f conftest.
tail
37101 while grep . conftest.undefs
>/dev
/null
37103 # Write a limited-size here document to $tmp/undefs.sed.
37104 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
37105 # Speed up: don't consider the non
`#undef'
37106 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
37107 # Work around the forget-to-reset-the-flag bug.
37108 echo 't clr' >>$CONFIG_STATUS
37109 echo ': clr' >>$CONFIG_STATUS
37110 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
37112 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
37114 mv $tmp/out $tmp/in
37116 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
37117 rm -f conftest.undefs
37118 mv conftest.tail conftest.undefs
37120 rm -f conftest.undefs
37122 cat >>$CONFIG_STATUS <<\_ACEOF
37123 # Let's still pretend it is `configure
' which instantiates (i.e., don't
37124 # use $as_me), people would be surprised to read:
37125 # /* config.h. Generated by config.status. */
37126 if test x
"$ac_file" = x
-; then
37127 echo "/* Generated by configure. */" >$tmp/config.h
37129 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
37131 cat $tmp/in >>$tmp/config.h
37133 if test x
"$ac_file" != x
-; then
37134 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
37135 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
37136 echo "$as_me: $ac_file is unchanged" >&6;}
37138 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
37139 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
37140 X"$ac_file" : 'X\(//\)[^/]' \| \
37141 X"$ac_file" : 'X\(//\)$' \| \
37142 X"$ac_file" : 'X\(/\)' \| \
37143 . : '\(.\)' 2>/dev/null ||
37145 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
37146 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
37147 /^X\(\/\/\)$/{ s//\1/; q; }
37148 /^X\(\/\).*/{ s//\1/; q; }
37150 { if $as_mkdir_p; then
37155 while test ! -d "$as_dir"; do
37156 as_dirs
="$as_dir $as_dirs"
37157 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
37158 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
37159 X"$as_dir" : 'X\(//\)[^/]' \| \
37160 X"$as_dir" : 'X\(//\)$' \| \
37161 X"$as_dir" : 'X\(/\)' \| \
37162 . : '\(.\)' 2>/dev/null ||
37164 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
37165 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
37166 /^X\(\/\/\)$/{ s//\1/; q; }
37167 /^X\(\/\).*/{ s//\1/; q; }
37170 test ! -n "$as_dirs" || mkdir $as_dirs
37171 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
37172 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
37173 { (exit 1); exit 1; }; }; }
37176 mv $tmp/config.h
$ac_file
37180 rm -f $tmp/config.h
37184 cat >>$CONFIG_STATUS <<\_ACEOF
37187 # CONFIG_COMMANDS section.
37189 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
37190 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
37191 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
37192 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
37193 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
37194 X"$ac_dest" : 'X\(//\)[^/]' \| \
37195 X"$ac_dest" : 'X\(//\)$' \| \
37196 X"$ac_dest" : 'X\(/\)' \| \
37197 . : '\(.\)' 2>/dev/null ||
37199 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
37200 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
37201 /^X\(\/\/\)$/{ s//\1/; q; }
37202 /^X\(\/\).*/{ s//\1/; q; }
37206 if test "$ac_dir" != .
; then
37207 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
37208 # A "../" for each directory in $ac_dir_suffix.
37209 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
37211 ac_dir_suffix
= ac_top_builddir
=
37215 .
) # No --srcdir option. We are building in place.
37217 if test -z "$ac_top_builddir"; then
37220 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
37222 [\\/]* | ?
:[\\/]* ) # Absolute path.
37223 ac_srcdir
=$srcdir$ac_dir_suffix;
37224 ac_top_srcdir
=$srcdir ;;
37225 *) # Relative path.
37226 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
37227 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
37229 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
37231 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
37232 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
37233 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
37234 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
37237 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
37238 echo "$as_me: executing $ac_dest commands" >&6;}
37241 if test ! -h wx
-config; then
37243 mv wx
-config wx
${TOOLCHAIN_NAME}-config
37244 ${LN_S} wx
${TOOLCHAIN_NAME}-config wx
-config
37247 if test ! -d lib
; then
37250 if test ! -d lib
/wx
; then
37253 if test ! -d lib
/wx
/include
; then
37254 mkdir lib
/wx
/include
37256 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}; then
37257 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}
37259 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
; then
37260 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
37262 if test -f setup.h
; then
37263 mv -f setup.h lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
37270 cat >>$CONFIG_STATUS <<\_ACEOF
37272 { (exit 0); exit 0; }
37274 chmod +x
$CONFIG_STATUS
37275 ac_clean_files
=$ac_clean_files_save
37278 # configure is writing to config.log, and then calls config.status.
37279 # config.status does its own redirection, appending to config.log.
37280 # Unfortunately, on DOS this fails, as config.log is still kept open
37281 # by configure, so config.status won't be able to write to it; its
37282 # output is simply discarded. So we exec the FD to /dev/null,
37283 # effectively closing config.log, so it can be properly (re)opened and
37284 # appended to by config.status. When coming back to configure, we
37285 # need to make the FD available again.
37286 if test "$no_create" != yes; then
37288 ac_config_status_args
=
37289 test "$silent" = yes &&
37290 ac_config_status_args
="$ac_config_status_args --quiet"
37292 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
37294 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
37295 # would make configure fail if this is the last instruction.
37296 $ac_cs_success || { (exit 1); exit 1; }
37300 # CONFIG_SUBDIRS section.
37302 if test "$no_recursion" != yes; then
37304 # Remove --cache-file and --srcdir arguments so they do not pile up.
37305 ac_sub_configure_args
=
37307 for ac_arg
in $ac_configure_args; do
37308 if test -n "$ac_prev"; then
37313 -cache-file | --cache-file | --cache-fil | --cache-fi \
37314 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
37315 ac_prev
=cache_file
;;
37316 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
37317 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
37320 --config-cache | -C)
37322 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
37324 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
37326 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
37328 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
37330 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
37334 # Always prepend --prefix to ensure using the same prefix
37335 # in subdir configurations.
37336 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
37339 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
37341 # Do not complain, so a configure script can configure whichever
37342 # parts of a large source tree are present.
37343 test -d $srcdir/$ac_dir || continue
37345 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
37346 echo "$as_me: configuring in $ac_dir" >&6;}
37347 { if $as_mkdir_p; then
37352 while test ! -d "$as_dir"; do
37353 as_dirs
="$as_dir $as_dirs"
37354 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
37355 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
37356 X"$as_dir" : 'X\(//\)[^/]' \| \
37357 X"$as_dir" : 'X\(//\)$' \| \
37358 X"$as_dir" : 'X\(/\)' \| \
37359 . : '\(.\)' 2>/dev/null ||
37361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
37362 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
37363 /^X\(\/\/\)$/{ s//\1/; q; }
37364 /^X\(\/\).*/{ s//\1/; q; }
37367 test ! -n "$as_dirs" || mkdir $as_dirs
37368 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
37369 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
37370 { (exit 1); exit 1; }; }; }
37374 if test "$ac_dir" != .
; then
37375 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
37376 # A "../" for each directory in $ac_dir_suffix.
37377 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
37379 ac_dir_suffix
= ac_top_builddir
=
37383 .
) # No --srcdir option. We are building in place.
37385 if test -z "$ac_top_builddir"; then
37388 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
37390 [\\/]* | ?
:[\\/]* ) # Absolute path.
37391 ac_srcdir
=$srcdir$ac_dir_suffix;
37392 ac_top_srcdir
=$srcdir ;;
37393 *) # Relative path.
37394 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
37395 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
37397 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
37399 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
37400 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
37401 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
37402 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
37407 # Check for guested configure; otherwise get Cygnus style configure.
37408 if test -f $ac_srcdir/configure.gnu
; then
37409 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
37410 elif test -f $ac_srcdir/configure
; then
37411 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
37412 elif test -f $ac_srcdir/configure.
in; then
37413 ac_sub_configure
=$ac_configure
37415 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
37416 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
37420 # The recursion is here.
37421 if test -n "$ac_sub_configure"; then
37422 # Make the cache file name correct relative to the subdirectory.
37423 case $cache_file in
37424 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
37425 *) # Relative path.
37426 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
37429 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
37430 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
37431 # The eval makes quoting arguments work.
37432 eval $ac_sub_configure $ac_sub_configure_args \
37433 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
37434 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
37435 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
37436 { (exit 1); exit 1; }; }
37445 echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
37447 echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
37448 echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
37450 echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
37451 echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
37452 echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
37454 echo " What level of wxWindows compatibility should be enabled?"
37455 echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
37456 echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
37458 echo " Which libraries should wxWindows use?"
37459 echo " jpeg ${wxUSE_LIBJPEG-none}"
37460 echo " png ${wxUSE_LIBPNG-none}"
37461 echo " regex ${wxUSE_REGEX}"
37462 echo " tiff ${wxUSE_LIBTIFF-none}"
37463 echo " zlib ${wxUSE_ZLIB}"
37464 echo " odbc ${wxUSE_ODBC}"
37465 echo " expat ${wxUSE_EXPAT}"