2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.57 for wxWindows 2.5.0.
6 # Report bugs to <wx-dev@lists.wxwindows.org>.
8 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
9 # Free Software Foundation, Inc.
10 # This configure script is free software; the Free Software Foundation
11 # gives unlimited permission to copy, distribute and modify it.
12 ## --------------------- ##
13 ## M4sh Initialization. ##
14 ## --------------------- ##
16 # Be Bourne compatible
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
27 # Support unset when possible.
28 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
43 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
47 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
48 eval $as_var=C
; export $as_var
54 # Required to use basename.
55 if expr a
: '\(a\)' >/dev
/null
2>&1; then
61 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
68 # Name of the executable.
69 as_me
=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
81 # PATH needs CR, and LINENO needs CR and PATH.
82 # Avoid depending upon Character Ranges.
83 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits
='0123456789'
87 as_cr_alnum
=$as_cr_Letters$as_cr_digits
89 # The user is always right.
90 if test "${PATH_SEPARATOR+set}" != set; then
91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
94 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
105 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
106 test "x$as_lineno_1" != "x$as_lineno_2" &&
107 test "x$as_lineno_3" = "x$as_lineno_2" || {
108 # Find who we are. Look in the path if we contain no path at all
111 *[\\/]* ) as_myself
=$0 ;;
112 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
116 test -z "$as_dir" && as_dir
=.
117 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
122 # We did not find ourselves, most probably we were run as `sh COMMAND'
123 # in which case we are not to be found in the path.
124 if test "x$as_myself" = x
; then
127 if test ! -f "$as_myself"; then
128 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129 { (exit 1); exit 1; }; }
131 case $CONFIG_SHELL in
133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
134 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
137 test -z "$as_dir" && as_dir
=.
138 for as_base
in sh bash ksh sh5
; do
141 if ("$as_dir/$as_base" -c '
144 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 test "x$as_lineno_1" != "x$as_lineno_2" &&
146 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
147 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
148 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
149 CONFIG_SHELL
=$as_dir/$as_base
151 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
159 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160 # uniformly replaced by the line number. The first 'sed' inserts a
161 # line-number line before each line; the second 'sed' does the real
162 # work. The second script uses 'N' to pair each line-number line
163 # with the numbered line, and appends trailing '-' during
164 # substitution so that $LINENO is not a special case at line end.
165 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
167 sed '=' <$as_myself |
172 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
175 s,^['$as_cr_digits']*\n,,
177 chmod +x
$as_me.lineno
||
178 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179 { (exit 1); exit 1; }; }
181 # Don't try to exec as it changes $[0], causing all sort of problems
182 # (the dirname of $[0] is not the place where we might find the
183 # original and so on. Autoconf is especially sensible to this).
185 # Exit status is that of the last command.
190 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191 *c
*,-n*) ECHO_N
= ECHO_C
='
193 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
194 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
197 if expr a
: '\(a\)' >/dev
/null
2>&1; then
203 rm -f conf$$ conf$$.exe conf$$.
file
205 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
206 # We could just check for DJGPP; but this test a) works b) is more generic
207 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208 if test -f conf$$.exe
; then
209 # Don't use ln at all; we don't have any links
214 elif ln conf$$.
file conf$$
2>/dev
/null
; then
219 rm -f conf$$ conf$$.exe conf$$.
file
221 if mkdir -p .
2>/dev
/null
; then
227 as_executable_p
="test -f"
229 # Sed expression to map a string onto a valid CPP name.
230 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
232 # Sed expression to map a string onto a valid variable name.
233 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
237 # We need space, tab and new line, in precisely that order.
247 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248 # so uname gets run too.
249 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
256 ac_default_prefix
=/usr
/local
257 ac_config_libobj_dir
=.
262 SHELL
=${CONFIG_SHELL-/bin/sh}
264 # Maximum number of lines to put in a shell here document.
265 # This variable seems obsolete. It should probably be removed, and
266 # only ac_max_sed_lines should be used.
267 : ${ac_max_here_lines=38}
269 # Identity of this package.
270 PACKAGE_NAME
='wxWindows'
271 PACKAGE_TARNAME
='wxwindows'
272 PACKAGE_VERSION
='2.5.0'
273 PACKAGE_STRING
='wxWindows 2.5.0'
274 PACKAGE_BUGREPORT
='wx-dev@lists.wxwindows.org'
276 ac_unique_file
="wx-config.in"
277 # Factoring default headers for most tests.
278 ac_includes_default
="\
281 # include <sys/types.h>
284 # include <sys/stat.h>
295 # if !STDC_HEADERS && HAVE_MEMORY_H
301 # include <strings.h>
304 # include <inttypes.h>
314 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE YACC LEX LEXLIB LEX_OUTPUT_ROOT LN_S CXXCPP 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 AIX_CXX_LD RESCOMP DEREZ SETFILE LIBICONV wxUSE_ZLIB wxUSE_REGEX wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WXUNIV MONOLITHIC EXTRALIBS UNICODE BUILD SHARED TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SET_MAKE MAKE_SET INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOSX SO_SUFFIX DLLPREFIX SHARED_LD_CC SHARED_LD_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING COND_BUILD_DEBUG COND_BUILD_RELEASE COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_MONOLITHIC_0 COND_MONOLITHIC_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MAC_1 COND_PLATFORM_UNIX_1 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_1 COND_TOOLKIT_MAC COND_UNICODE_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_WXUNIV_1 COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1 COND_TOOLKIT_OS2 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_SHARED_0 LEX_STEM PATH_IFS WX_MAJOR_VERSION_NUMBER WX_MINOR_VERSION_NUMBER WX_RELEASE_NUMBER WX_LIBRARY_NAME_STATIC WX_LIBRARY_NAME_SHARED WX_LIBRARY_BASENAME WX_LIBRARY_IMPORTLIB WX_TARGET_LIBRARY WX_LIBRARY_LINK1 WX_LIBRARY_LINK2 PROGRAM_EXT WX_LIBRARY_NAME_STATIC_GL WX_LIBRARY_NAME_SHARED_GL WX_TARGET_LIBRARY_GL WX_LIBRARY_LINK1_GL WX_LIBRARY_LINK2_GL WX_ALL WX_ALL_INSTALLED SHARED_LD WX_TARGET_LIBRARY_TYPE STATIC_FLAG WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLKIT_VPATH TOOLCHAIN_NAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS top_builddir_wxconfig cross_compiling WXCONFIG_LIBS WXCONFIG_LIBS_GL WXCONFIG_LIBS_STATIC WXCONFIG_LIBS_STATIC_GL WXCONFIG_INCLUDE WXCONFIG_RPATH WX_LARGEFILE_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX ALL_OBJECTS ALL_HEADERS ALL_SOURCES GUIDIST PORT_FILES DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL LDFLAGS_VERSIONING LDFLAGS_EXE OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA MACOSX_BUNDLE LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL AS NM LD MAKEINFO INSTALL_LIBRARY ESD_LINK LIBOBJS LTLIBOBJS'
317 # Initialize some variables set by options.
319 ac_init_version
=false
320 # The variables have the same names as the options, with
321 # dashes changed to underlines.
329 program_transform_name
=s
,x
,x
,
337 # Installation directory options.
338 # These are left unexpanded so users can "make install exec_prefix=/foo"
339 # and all the variables that are supposed to be based on exec_prefix
340 # by default will actually change.
341 # Use braces instead of parens because sh, perl, etc. also accept them.
342 bindir
='${exec_prefix}/bin'
343 sbindir
='${exec_prefix}/sbin'
344 libexecdir
='${exec_prefix}/libexec'
345 datadir
='${prefix}/share'
346 sysconfdir
='${prefix}/etc'
347 sharedstatedir
='${prefix}/com'
348 localstatedir
='${prefix}/var'
349 libdir
='${exec_prefix}/lib'
350 includedir
='${prefix}/include'
351 oldincludedir
='/usr/include'
352 infodir
='${prefix}/info'
353 mandir
='${prefix}/man'
358 # If the previous option needs an argument, assign it.
359 if test -n "$ac_prev"; then
360 eval "$ac_prev=\$ac_option"
365 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
367 # Accept the important Cygnus configure options, so we can diagnose typos.
371 -bindir | --bindir | --bindi | --bind | --bin | --bi)
373 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
376 -build | --build | --buil | --bui | --bu)
377 ac_prev
=build_alias
;;
378 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
379 build_alias
=$ac_optarg ;;
381 -cache-file | --cache-file | --cache-fil | --cache-fi \
382 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
383 ac_prev
=cache_file
;;
384 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
385 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
386 cache_file
=$ac_optarg ;;
389 cache_file
=config.cache
;;
391 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
393 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
395 datadir
=$ac_optarg ;;
397 -disable-* | --disable-*)
398 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
399 # Reject names that are not valid shell variable names.
400 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
401 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
402 { (exit 1); exit 1; }; }
403 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
404 eval "enable_$ac_feature=no" ;;
406 -enable-* | --enable-*)
407 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
408 # Reject names that are not valid shell variable names.
409 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
410 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
411 { (exit 1); exit 1; }; }
412 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
414 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
417 eval "enable_$ac_feature='$ac_optarg'" ;;
419 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
420 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
421 | --exec | --exe | --ex)
422 ac_prev
=exec_prefix
;;
423 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
424 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
425 | --exec=* | --exe=* | --ex=*)
426 exec_prefix
=$ac_optarg ;;
428 -gas | --gas | --ga | --g)
429 # Obsolete; use --with-gas.
432 -help | --help | --hel | --he | -h)
434 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
435 ac_init_help
=recursive
;;
436 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
437 ac_init_help
=short
;;
439 -host | --host | --hos | --ho)
440 ac_prev
=host_alias
;;
441 -host=* | --host=* | --hos=* | --ho=*)
442 host_alias
=$ac_optarg ;;
444 -includedir | --includedir | --includedi | --included | --include \
445 | --includ | --inclu | --incl | --inc)
446 ac_prev
=includedir
;;
447 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
448 | --includ=* | --inclu=* | --incl=* | --inc=*)
449 includedir
=$ac_optarg ;;
451 -infodir | --infodir | --infodi | --infod | --info | --inf)
453 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
454 infodir
=$ac_optarg ;;
456 -libdir | --libdir | --libdi | --libd)
458 -libdir=* | --libdir=* | --libdi=* | --libd=*)
461 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
462 | --libexe | --libex | --libe)
463 ac_prev
=libexecdir
;;
464 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
465 | --libexe=* | --libex=* | --libe=*)
466 libexecdir
=$ac_optarg ;;
468 -localstatedir | --localstatedir | --localstatedi | --localstated \
469 | --localstate | --localstat | --localsta | --localst \
470 | --locals | --local | --loca | --loc | --lo)
471 ac_prev
=localstatedir
;;
472 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
473 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
475 localstatedir
=$ac_optarg ;;
477 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
479 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
483 # Obsolete; use --without-fp.
486 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
487 | --no-cr | --no-c | -n)
490 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
491 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
494 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
495 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
496 | --oldin | --oldi | --old | --ol | --o)
497 ac_prev
=oldincludedir
;;
498 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
499 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
500 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
501 oldincludedir
=$ac_optarg ;;
503 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
505 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
508 -program-prefix | --program-prefix | --program-prefi | --program-pref \
509 | --program-pre | --program-pr | --program-p)
510 ac_prev
=program_prefix
;;
511 -program-prefix=* | --program-prefix=* | --program-prefi=* \
512 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
513 program_prefix
=$ac_optarg ;;
515 -program-suffix | --program-suffix | --program-suffi | --program-suff \
516 | --program-suf | --program-su | --program-s)
517 ac_prev
=program_suffix
;;
518 -program-suffix=* | --program-suffix=* | --program-suffi=* \
519 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
520 program_suffix
=$ac_optarg ;;
522 -program-transform-name | --program-transform-name \
523 | --program-transform-nam | --program-transform-na \
524 | --program-transform-n | --program-transform- \
525 | --program-transform | --program-transfor \
526 | --program-transfo | --program-transf \
527 | --program-trans | --program-tran \
528 | --progr-tra | --program-tr | --program-t)
529 ac_prev
=program_transform_name
;;
530 -program-transform-name=* | --program-transform-name=* \
531 | --program-transform-nam=* | --program-transform-na=* \
532 | --program-transform-n=* | --program-transform-=* \
533 | --program-transform=* | --program-transfor=* \
534 | --program-transfo=* | --program-transf=* \
535 | --program-trans=* | --program-tran=* \
536 | --progr-tra=* | --program-tr=* | --program-t=*)
537 program_transform_name
=$ac_optarg ;;
539 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
540 | -silent | --silent | --silen | --sile | --sil)
543 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
545 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
547 sbindir
=$ac_optarg ;;
549 -sharedstatedir | --sharedstatedir | --sharedstatedi \
550 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
551 | --sharedst | --shareds | --shared | --share | --shar \
553 ac_prev
=sharedstatedir
;;
554 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
555 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
556 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
558 sharedstatedir
=$ac_optarg ;;
560 -site | --site | --sit)
562 -site=* | --site=* | --sit=*)
565 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
567 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
570 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
571 | --syscon | --sysco | --sysc | --sys | --sy)
572 ac_prev
=sysconfdir
;;
573 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
574 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
575 sysconfdir
=$ac_optarg ;;
577 -target | --target | --targe | --targ | --tar | --ta | --t)
578 ac_prev
=target_alias
;;
579 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
580 target_alias
=$ac_optarg ;;
582 -v | -verbose | --verbose | --verbos | --verbo | --verb)
585 -version | --version | --versio | --versi | --vers | -V)
589 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
590 # Reject names that are not valid shell variable names.
591 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
592 { echo "$as_me: error: invalid package name: $ac_package" >&2
593 { (exit 1); exit 1; }; }
594 ac_package
=`echo $ac_package| sed 's/-/_/g'`
596 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
599 eval "with_$ac_package='$ac_optarg'" ;;
601 -without-* | --without-*)
602 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
603 # Reject names that are not valid shell variable names.
604 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
605 { echo "$as_me: error: invalid package name: $ac_package" >&2
606 { (exit 1); exit 1; }; }
607 ac_package
=`echo $ac_package | sed 's/-/_/g'`
608 eval "with_$ac_package=no" ;;
611 # Obsolete; use --with-x.
614 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
615 | --x-incl | --x-inc | --x-in | --x-i)
616 ac_prev
=x_includes
;;
617 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
618 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
619 x_includes
=$ac_optarg ;;
621 -x-libraries | --x-libraries | --x-librarie | --x-librari \
622 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
623 ac_prev
=x_libraries
;;
624 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
625 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
626 x_libraries
=$ac_optarg ;;
628 -*) { echo "$as_me: error: unrecognized option: $ac_option
629 Try \`$0 --help' for more information." >&2
630 { (exit 1); exit 1; }; }
634 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
635 # Reject names that are not valid shell variable names.
636 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
637 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
638 { (exit 1); exit 1; }; }
639 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
640 eval "$ac_envvar='$ac_optarg'"
644 # FIXME: should be removed in autoconf 3.0.
645 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
646 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
647 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
648 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
654 if test -n "$ac_prev"; then
655 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
656 { echo "$as_me: error: missing argument to $ac_option" >&2
657 { (exit 1); exit 1; }; }
660 # Be sure to have absolute paths.
661 for ac_var
in exec_prefix prefix
663 eval ac_val
=$
`echo $ac_var`
665 [\\/$
]* | ?
:[\\/]* | NONE
| '' ) ;;
666 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
667 { (exit 1); exit 1; }; };;
671 # Be sure to have absolute paths.
672 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
673 localstatedir libdir includedir oldincludedir infodir mandir
675 eval ac_val
=$
`echo $ac_var`
677 [\\/$
]* | ?
:[\\/]* ) ;;
678 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
679 { (exit 1); exit 1; }; };;
683 # There might be people who depend on the old broken behavior: `$host'
684 # used to hold the argument of --host etc.
685 # FIXME: To remove some day.
690 # FIXME: To remove some day.
691 if test "x$host_alias" != x
; then
692 if test "x$build_alias" = x
; then
693 cross_compiling
=maybe
694 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
695 If a cross compiler is detected then cross compile mode will be used." >&2
696 elif test "x$build_alias" != "x$host_alias"; then
702 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
704 test "$silent" = yes && exec 6>/dev
/null
707 # Find the source files, if location was not specified.
708 if test -z "$srcdir"; then
709 ac_srcdir_defaulted
=yes
710 # Try the directory containing this script, then its parent.
711 ac_confdir
=`(dirname "$0") 2>/dev/null ||
712 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
713 X"$0" : 'X\(//\)[^/]' \| \
714 X"$0" : 'X\(//\)$' \| \
715 X"$0" : 'X\(/\)' \| \
716 . : '\(.\)' 2>/dev/null ||
718 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
719 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
720 /^X\(\/\/\)$/{ s//\1/; q; }
721 /^X\(\/\).*/{ s//\1/; q; }
724 if test ! -r $srcdir/$ac_unique_file; then
728 ac_srcdir_defaulted
=no
730 if test ! -r $srcdir/$ac_unique_file; then
731 if test "$ac_srcdir_defaulted" = yes; then
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
733 { (exit 1); exit 1; }; }
735 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
736 { (exit 1); exit 1; }; }
739 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null
||
740 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
741 { (exit 1); exit 1; }; }
742 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
743 ac_env_build_alias_set
=${build_alias+set}
744 ac_env_build_alias_value
=$build_alias
745 ac_cv_env_build_alias_set
=${build_alias+set}
746 ac_cv_env_build_alias_value
=$build_alias
747 ac_env_host_alias_set
=${host_alias+set}
748 ac_env_host_alias_value
=$host_alias
749 ac_cv_env_host_alias_set
=${host_alias+set}
750 ac_cv_env_host_alias_value
=$host_alias
751 ac_env_target_alias_set
=${target_alias+set}
752 ac_env_target_alias_value
=$target_alias
753 ac_cv_env_target_alias_set
=${target_alias+set}
754 ac_cv_env_target_alias_value
=$target_alias
755 ac_env_CC_set
=${CC+set}
757 ac_cv_env_CC_set
=${CC+set}
758 ac_cv_env_CC_value
=$CC
759 ac_env_CFLAGS_set
=${CFLAGS+set}
760 ac_env_CFLAGS_value
=$CFLAGS
761 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
762 ac_cv_env_CFLAGS_value
=$CFLAGS
763 ac_env_LDFLAGS_set
=${LDFLAGS+set}
764 ac_env_LDFLAGS_value
=$LDFLAGS
765 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
766 ac_cv_env_LDFLAGS_value
=$LDFLAGS
767 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
768 ac_env_CPPFLAGS_value
=$CPPFLAGS
769 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
770 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
771 ac_env_CPP_set
=${CPP+set}
772 ac_env_CPP_value
=$CPP
773 ac_cv_env_CPP_set
=${CPP+set}
774 ac_cv_env_CPP_value
=$CPP
775 ac_env_CXX_set
=${CXX+set}
776 ac_env_CXX_value
=$CXX
777 ac_cv_env_CXX_set
=${CXX+set}
778 ac_cv_env_CXX_value
=$CXX
779 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
780 ac_env_CXXFLAGS_value
=$CXXFLAGS
781 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
782 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
783 ac_env_CXXCPP_set
=${CXXCPP+set}
784 ac_env_CXXCPP_value
=$CXXCPP
785 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
786 ac_cv_env_CXXCPP_value
=$CXXCPP
789 # Report the --help message.
791 if test "$ac_init_help" = "long"; then
792 # Omit some internal or obsolete options to make the list less imposing.
793 # This message is too long to be a string in the A/UX 3.1 sh.
795 \`configure' configures wxWindows 2.5.0 to adapt to many kinds of systems.
797 Usage: $0 [OPTION]... [VAR=VALUE]...
799 To assign environment variables (e.g., CC, CFLAGS...), specify them as
800 VAR=VALUE. See below for descriptions of some of the useful variables.
802 Defaults for the options are specified in brackets.
805 -h, --help display this help and exit
806 --help=short display options specific to this package
807 --help=recursive display the short help of all the included packages
808 -V, --version display version information and exit
809 -q, --quiet, --silent do not print \`checking...' messages
810 --cache-file=FILE cache test results in FILE [disabled]
811 -C, --config-cache alias for \`--cache-file=config.cache'
812 -n, --no-create do not create output files
813 --srcdir=DIR find the sources in DIR [configure dir or \`..']
818 Installation directories:
819 --prefix=PREFIX install architecture-independent files in PREFIX
821 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
824 By default, \`make install' will install all the files in
825 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
826 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
827 for instance \`--prefix=\$HOME'.
829 For better control, use the options below.
831 Fine tuning of the installation directories:
832 --bindir=DIR user executables [EPREFIX/bin]
833 --sbindir=DIR system admin executables [EPREFIX/sbin]
834 --libexecdir=DIR program executables [EPREFIX/libexec]
835 --datadir=DIR read-only architecture-independent data [PREFIX/share]
836 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
837 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
838 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
839 --libdir=DIR object code libraries [EPREFIX/lib]
840 --includedir=DIR C header files [PREFIX/include]
841 --oldincludedir=DIR C header files for non-gcc [/usr/include]
842 --infodir=DIR info documentation [PREFIX/info]
843 --mandir=DIR man documentation [PREFIX/man]
849 --x-includes=DIR X include files are
in DIR
850 --x-libraries=DIR X library files are
in DIR
853 --build=BUILD configure
for building on BUILD
[guessed
]
854 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
855 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
859 if test -n "$ac_init_help"; then
860 case $ac_init_help in
861 short
| recursive
) echo "Configuration of wxWindows 2.5.0:";;
866 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
867 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
868 --enable-gui use GUI classes
869 --disable-monolithic don
't build wxWindows as single library
870 --enable-universal use wxWindows GUI controls instead of native ones
871 --enable-nanox use NanoX
872 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)
873 --enable-shared create shared library code
874 --enable-optimise create optimised code
875 --enable-debug same as debug_flag and debug_info
876 --enable-precomp enable use of precompiled headers (Mac OS X/Darwin)
877 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
878 --enable-debug_info create code with debugging information
879 --enable-debug_gdb create code with extra GDB debugging information
880 --enable-debug_cntxt use wxDebugContext
881 --enable-mem_tracing create code with memory tracing
882 --enable-profile create code with profiling information
883 --enable-no_rtti create code without RTTI information
884 --enable-no_exceptions create code without C++ exceptions handling
885 --enable-permissive compile code disregarding strict ANSI
886 --enable-no_deps create code without dependency information
887 --enable-compat20 enable wxWindows 2.0 compatibility
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
899 --enable-dataobj use data object classes
900 --enable-ipc use interprocess communication (wxSocket etc.)
901 --enable-cmdline use wxCmdLineParser class
902 --enable-datetime use wxDateTime class
903 --enable-stopwatch use wxStopWatch class
904 --enable-dialupman use dialup network classes
905 --enable-apple_ieee use the Apple IEEE codec
906 --enable-timer use wxTimer class
907 --enable-wave use wxWave class
908 --enable-fraction use wxFraction class
909 --enable-dynlib use wxLibrary class for DLL loading
910 --enable-dynamicloader use (new) wxDynamicLibrary class
911 --enable-longlong use wxLongLong class
912 --enable-geometry use geometry class
913 --enable-log use logging system
914 --enable-streams use wxStream etc classes
915 --enable-file use wxFile classes
916 --enable-ffile use wxFFile classes
917 --enable-textbuf use wxTextBuffer class
918 --enable-textfile use wxTextFile class
919 --enable-fontmap use font encodings conversion classes
920 --enable-unicode compile wxString with Unicode support
921 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)
922 --enable-wxprintfv use wxWindows implementation of vprintf()
923 --enable-std_iostreams use standard C++ stream classes
924 --enable-filesystem use virtual file systems classes
925 --enable-fs_inet use virtual HTTP/FTP filesystems
926 --enable-fs_zip use virtual ZIP filesystems
927 --enable-zipstream use wxZipInputStream
928 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException
929 --enable-snglinst use wxSingleInstanceChecker class
930 --enable-mimetype use wxMimeTypesManager
931 --enable-sysoptions use wxSystemOptions
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-listbox use wxListBox class
970 --enable-listctrl use wxListCtrl class
971 --enable-notebook use wxNotebook class
972 --enable-radiobox use wxRadioBox class
973 --enable-radiobtn use wxRadioButton class
974 --enable-sash use wxSashWindow class
975 --enable-scrollbar use wxScrollBar class and scrollable windows
976 --enable-slider use wxSlider class
977 --enable-spinbtn use wxSpinButton class
978 --enable-spinctrl use wxSpinCtrl class
979 --enable-splitter use wxSplitterWindow class
980 --enable-statbmp use wxStaticBitmap class
981 --enable-statbox use wxStaticBox class
982 --enable-statline use wxStaticLine class
983 --enable-stattext use wxStaticText class
984 --enable-statusbar use wxStatusBar class
985 --enable-tabdialog use wxTabControl class
986 --enable-textctrl use wxTextCtrl class
987 --enable-togglebtn use wxToggleButton class
988 --enable-toolbar use wxToolBar class
989 --enable-tbarnative use native wxToolBar class
990 --enable-tbarsmpl use wxToolBarSimple class
991 --enable-treectrl use wxTreeCtrl class
992 --enable-tipwindow use wxTipWindow class
993 --enable-popupwin use wxPopUpWindow class
994 --enable-commondlg use all common dialogs
995 --enable-choicedlg use wxChoiceDialog
996 --enable-coldlg use wxColourDialog
997 --enable-filedlg use wxFileDialog
998 --enable-finddlg use wxFindReplaceDialog
999 --enable-fontdlg use wxFontDialog
1000 --enable-dirdlg use wxDirDialog
1001 --enable-msgdlg use wxMessageDialog
1002 --enable-numberdlg use wxNumberEntryDialog
1003 --enable-splash use wxSplashScreen
1004 --enable-textdlg use wxTextDialog
1005 --enable-tipdlg use startup tips
1006 --enable-progressdlg use wxProgressDialog
1007 --enable-wizarddlg use wxWizard
1008 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1009 --enable-miniframe use wxMiniFrame class
1010 --enable-tooltips use wxToolTip class
1011 --enable-splines use spline drawing code
1012 --enable-validators use wxValidator and derived classes
1013 --enable-busyinfo use wxBusyInfo
1014 --enable-joystick use wxJoystick (Linux only)
1015 --enable-metafiles use wxMetaFile (Windows only)
1016 --enable-dragimage use wxDragImage
1017 --enable-accessibility enable accessibility support
1018 --enable-palette use wxPalette class
1019 --enable-image use wxImage class
1020 --enable-gif use gif images (GIF file format)
1021 --enable-pcx use pcx images (PCX file format)
1022 --enable-iff use iff images (IFF file format)
1023 --enable-pnm use pnm images (PNM file format)
1024 --enable-xpm use xpm images (XPM file format)
1025 --enable-icocur use Windows ICO and CUR formats
1026 --disable-largefile omit support for large files
1027 --disable-gtktest do not try to compile and run a test GTK+ program
1028 --disable-gtktest Do not try to compile and run a test GTK program
1031 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1032 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1034 --with-motif use Motif/Lesstif
1035 --with-mac use Mac OS X
1036 --with-cocoa use Cocoa
1037 --with-wine use Wine
1038 --with-msw use MS-Windows
1039 --with-pm use OS/2 Presentation Manager
1040 --with-mgl use SciTech MGL
1041 --with-microwin use MicroWindows
1043 --with-libpng use libpng (PNG image format)
1044 --with-libjpeg use libjpeg (JPEG file format)
1045 --with-libtiff use libtiff (TIFF file format)
1046 --with-opengl use OpenGL (or Mesa)
1047 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1048 --with-regex enable support for wxRegEx class
1049 --with-zlib use zlib for LZW compression
1050 --with-odbc use the IODBC and wxODBC classes
1051 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1052 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1053 --with-x use the X Window System
1054 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1056 Some influential environment variables:
1057 CC C compiler command
1058 CFLAGS C compiler flags
1059 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1060 nonstandard directory <lib dir>
1061 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1062 headers in a nonstandard directory <include dir>
1064 CXX C++ compiler command
1065 CXXFLAGS C++ compiler flags
1066 CXXCPP C++ preprocessor
1068 Use these variables to override the choices made by `configure' or to
help
1069 it to
find libraries and programs with nonstandard names
/locations.
1071 Report bugs to
<wx
-dev@lists.wxwindows.org
>.
1075 if test "$ac_init_help" = "recursive"; then
1076 # If there are subdirs, report their specific --help.
1078 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1079 test -d $ac_dir || continue
1082 if test "$ac_dir" != .
; then
1083 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1084 # A "../" for each directory in $ac_dir_suffix.
1085 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1087 ac_dir_suffix
= ac_top_builddir
=
1091 .
) # No --srcdir option. We are building in place.
1093 if test -z "$ac_top_builddir"; then
1096 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1098 [\\/]* | ?
:[\\/]* ) # Absolute path.
1099 ac_srcdir
=$srcdir$ac_dir_suffix;
1100 ac_top_srcdir
=$srcdir ;;
1102 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1103 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1105 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1107 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
1108 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
1109 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1110 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1113 # Check for guested configure; otherwise get Cygnus style configure.
1114 if test -f $ac_srcdir/configure.gnu
; then
1116 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1117 elif test -f $ac_srcdir/configure
; then
1119 $SHELL $ac_srcdir/configure
--help=recursive
1120 elif test -f $ac_srcdir/configure.ac
||
1121 test -f $ac_srcdir/configure.
in; then
1123 $ac_configure --help
1125 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1131 test -n "$ac_init_help" && exit 0
1132 if $ac_init_version; then
1134 wxWindows configure
2.5.0
1135 generated by GNU Autoconf
2.57
1137 Copyright
1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1138 Free Software Foundation
, Inc.
1139 This configure
script is free software
; the Free Software Foundation
1140 gives unlimited permission to copy
, distribute and modify it.
1146 This file contains any messages produced by compilers while
1147 running configure, to aid debugging if configure makes a mistake.
1149 It was created by wxWindows $as_me 2.5.0, which was
1150 generated by GNU Autoconf 2.57. Invocation command line was
1161 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1162 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1163 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1164 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1165 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1167 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1168 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1170 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1171 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1172 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1173 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1174 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1175 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1176 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1180 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1184 test -z "$as_dir" && as_dir
=.
1185 echo "PATH: $as_dir"
1200 # Keep a trace of the command line.
1201 # Strip out --no-create and --no-recursion so they do not pile up.
1202 # Strip out --silent because we don't want to record it for future runs.
1203 # Also quote any args containing shell meta-characters.
1204 # Make two passes to allow for proper duplicate-argument suppression.
1209 ac_must_keep_next
=false
1215 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1216 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1217 | -silent | --silent | --silen | --sile | --sil)
1219 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1220 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1223 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1225 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1226 if test $ac_must_keep_next = true
; then
1227 ac_must_keep_next
=false
# Got value, back to normal.
1230 *=* | --config-cache | -C | -disable-* | --disable-* \
1231 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1232 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1233 | -with-* | --with-* | -without-* | --without-* | --x)
1234 case "$ac_configure_args0 " in
1235 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1238 -* ) ac_must_keep_next
=true
;;
1241 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1242 # Get rid of the leading space.
1248 $as_unset ac_configure_args0
|| test "${ac_configure_args0+set}" != set || { ac_configure_args0
=; export ac_configure_args0
; }
1249 $as_unset ac_configure_args1
|| test "${ac_configure_args1+set}" != set || { ac_configure_args1
=; export ac_configure_args1
; }
1251 # When interrupted or exit'd, cleanup temporary files, and complete
1252 # config.log. We remove comments because anyway the quotes in there
1253 # would cause problems or look ugly.
1254 # WARNING: Be sure not to use single quotes in there, as some shells,
1255 # such as our DU 5.0 friend, will then `close' the trap.
1256 trap 'exit_status=$?
1257 # Save into config.log some information that might help in debugging.
1262 ## ---------------- ##
1263 ## Cache variables. ##
1264 ## ---------------- ##
1267 # The following way of writing the cache mishandles newlines in values,
1270 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1273 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1274 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1278 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1285 ## ----------------- ##
1286 ## Output variables. ##
1287 ## ----------------- ##
1290 for ac_var in $ac_subst_vars
1292 eval ac_val=$`echo $ac_var`
1293 echo "$ac_var='"'"'$ac_val'"'"'"
1297 if test -n "$ac_subst_files"; then
1304 for ac_var in $ac_subst_files
1306 eval ac_val=$`echo $ac_var`
1307 echo "$ac_var='"'"'$ac_val'"'"'"
1312 if test -s confdefs.h; then
1319 sed "/^$/d" confdefs.h | sort
1322 test "$ac_signal" != 0 &&
1323 echo "$as_me: caught signal $ac_signal"
1324 echo "$as_me: exit $exit_status"
1326 rm -f core core.* *.core &&
1327 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1330 for ac_signal
in 1 2 13 15; do
1331 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1335 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1336 rm -rf conftest
* confdefs.h
1337 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1340 # Predefined preprocessor variables.
1342 cat >>confdefs.h
<<_ACEOF
1343 #define PACKAGE_NAME "$PACKAGE_NAME"
1347 cat >>confdefs.h
<<_ACEOF
1348 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1352 cat >>confdefs.h
<<_ACEOF
1353 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1357 cat >>confdefs.h
<<_ACEOF
1358 #define PACKAGE_STRING "$PACKAGE_STRING"
1362 cat >>confdefs.h
<<_ACEOF
1363 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1367 # Let the site file select an alternate cache file if it wants to.
1368 # Prefer explicitly selected file to automatically selected ones.
1369 if test -z "$CONFIG_SITE"; then
1370 if test "x$prefix" != xNONE
; then
1371 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1373 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1376 for ac_site_file
in $CONFIG_SITE; do
1377 if test -r "$ac_site_file"; then
1378 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1379 echo "$as_me: loading site script $ac_site_file" >&6;}
1380 sed 's/^/| /' "$ac_site_file" >&5
1385 if test -r "$cache_file"; then
1386 # Some versions of bash will fail to source /dev/null (special
1387 # files actually), so we avoid doing that.
1388 if test -f "$cache_file"; then
1389 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1390 echo "$as_me: loading cache $cache_file" >&6;}
1392 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1393 *) . .
/$cache_file;;
1397 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1398 echo "$as_me: creating cache $cache_file" >&6;}
1402 # Check that the precious variables saved in the cache have kept the same
1404 ac_cache_corrupted
=false
1405 for ac_var
in `(set) 2>&1 |
1406 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1407 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1408 eval ac_new_set
=\
$ac_env_${ac_var}_set
1409 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1410 eval ac_new_val
="\$ac_env_${ac_var}_value"
1411 case $ac_old_set,$ac_new_set in
1413 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1414 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1415 ac_cache_corrupted
=: ;;
1417 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1418 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1419 ac_cache_corrupted
=: ;;
1422 if test "x$ac_old_val" != "x$ac_new_val"; then
1423 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1424 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1425 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1426 echo "$as_me: former value: $ac_old_val" >&2;}
1427 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1428 echo "$as_me: current value: $ac_new_val" >&2;}
1429 ac_cache_corrupted
=:
1432 # Pass precious variables to config.status.
1433 if test "$ac_new_set" = set; then
1435 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1436 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1437 *) ac_arg
=$ac_var=$ac_new_val ;;
1439 case " $ac_configure_args " in
1440 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1441 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1445 if $ac_cache_corrupted; then
1446 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1447 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1448 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1449 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1450 { (exit 1); exit 1; }; }
1454 ac_cpp
='$CPP $CPPFLAGS'
1455 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1456 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1457 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1489 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1490 if test -f $ac_dir/install-sh; then
1492 ac_install_sh
="$ac_aux_dir/install-sh -c"
1494 elif test -f $ac_dir/install.sh
; then
1496 ac_install_sh
="$ac_aux_dir/install.sh -c"
1498 elif test -f $ac_dir/shtool
; then
1500 ac_install_sh
="$ac_aux_dir/shtool install -c"
1504 if test -z "$ac_aux_dir"; then
1505 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1506 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1507 { (exit 1); exit 1; }; }
1509 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1510 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1511 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1513 # Make sure we can run config.sub.
1514 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1515 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1516 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1517 { (exit 1); exit 1; }; }
1519 echo "$as_me:$LINENO: checking build system type" >&5
1520 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1521 if test "${ac_cv_build+set}" = set; then
1522 echo $ECHO_N "(cached) $ECHO_C" >&6
1524 ac_cv_build_alias
=$build_alias
1525 test -z "$ac_cv_build_alias" &&
1526 ac_cv_build_alias
=`$ac_config_guess`
1527 test -z "$ac_cv_build_alias" &&
1528 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1529 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1530 { (exit 1); exit 1; }; }
1531 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1532 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1533 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1534 { (exit 1); exit 1; }; }
1537 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1538 echo "${ECHO_T}$ac_cv_build" >&6
1540 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1541 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1542 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1545 echo "$as_me:$LINENO: checking host system type" >&5
1546 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1547 if test "${ac_cv_host+set}" = set; then
1548 echo $ECHO_N "(cached) $ECHO_C" >&6
1550 ac_cv_host_alias
=$host_alias
1551 test -z "$ac_cv_host_alias" &&
1552 ac_cv_host_alias
=$ac_cv_build_alias
1553 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1554 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1555 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1556 { (exit 1); exit 1; }; }
1559 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1560 echo "${ECHO_T}$ac_cv_host" >&6
1562 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1563 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1564 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1567 echo "$as_me:$LINENO: checking target system type" >&5
1568 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1569 if test "${ac_cv_target+set}" = set; then
1570 echo $ECHO_N "(cached) $ECHO_C" >&6
1572 ac_cv_target_alias
=$target_alias
1573 test "x$ac_cv_target_alias" = "x" &&
1574 ac_cv_target_alias
=$ac_cv_host_alias
1575 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1576 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1577 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1578 { (exit 1); exit 1; }; }
1581 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1582 echo "${ECHO_T}$ac_cv_target" >&6
1583 target
=$ac_cv_target
1584 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1585 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1586 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1589 # The aliases save the names the user supplied, while $host etc.
1590 # will get canonicalized.
1591 test -n "$target_alias" &&
1592 test "$program_prefix$program_suffix$program_transform_name" = \
1594 program_prefix
=${target_alias}-
1598 WX_MAJOR_VERSION_NUMBER
=2
1599 WX_MINOR_VERSION_NUMBER
=5
1602 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
1603 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1605 WX_MSW_VERSION
=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1620 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
1626 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
1632 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1634 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1636 DEFAULT_wxUSE_COCOA
=0
1640 DEFAULT_wxUSE_MICROWIN
=0
1641 DEFAULT_wxUSE_MOTIF
=0
1646 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1647 DEFAULT_DEFAULT_wxUSE_GTK
=0
1648 DEFAULT_DEFAULT_wxUSE_MAC
=0
1649 DEFAULT_DEFAULT_wxUSE_MGL
=0
1650 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1651 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1652 DEFAULT_DEFAULT_wxUSE_MSW
=0
1653 DEFAULT_DEFAULT_wxUSE_PM
=0
1654 DEFAULT_DEFAULT_wxUSE_X11
=0
1663 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1664 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1666 cat >>confdefs.h
<<\_ACEOF
1673 cat >>confdefs.h
<<\_ACEOF
1678 if test "x$TMP" = "xalpha"; then
1680 cat >>confdefs.h
<<\_ACEOF
1685 DEFAULT_DEFAULT_wxUSE_GTK
=1
1689 cat >>confdefs.h
<<\_ACEOF
1694 if test "x$TMP" = "xalpha"; then
1696 cat >>confdefs.h
<<\_ACEOF
1701 DEFAULT_DEFAULT_wxUSE_GTK
=1
1703 *-*-irix5* | *-*-irix6* )
1706 cat >>confdefs.h
<<\_ACEOF
1710 cat >>confdefs.h
<<\_ACEOF
1714 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1720 cat >>confdefs.h
<<\_ACEOF
1724 cat >>confdefs.h
<<\_ACEOF
1725 #define __SOLARIS__ 1
1728 cat >>confdefs.h
<<\_ACEOF
1732 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1733 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1739 cat >>confdefs.h
<<\_ACEOF
1743 cat >>confdefs.h
<<\_ACEOF
1747 cat >>confdefs.h
<<\_ACEOF
1751 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1756 cat >>confdefs.h
<<\_ACEOF
1757 #define __FREEBSD__ 1
1760 cat >>confdefs.h
<<\_ACEOF
1764 DEFAULT_DEFAULT_wxUSE_GTK
=1
1769 cat >>confdefs.h
<<\_ACEOF
1770 #define __OPENBSD__ 1
1773 cat >>confdefs.h
<<\_ACEOF
1777 DEFAULT_DEFAULT_wxUSE_GTK
=1
1782 cat >>confdefs.h
<<\_ACEOF
1783 #define __NETBSD__ 1
1786 cat >>confdefs.h
<<\_ACEOF
1790 DEFAULT_DEFAULT_wxUSE_GTK
=1
1795 cat >>confdefs.h
<<\_ACEOF
1799 cat >>confdefs.h
<<\_ACEOF
1803 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1804 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1809 cat >>confdefs.h
<<\_ACEOF
1813 cat >>confdefs.h
<<\_ACEOF
1817 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1822 cat >>confdefs.h
<<\_ACEOF
1826 cat >>confdefs.h
<<\_ACEOF
1830 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1837 cat >>confdefs.h
<<\_ACEOF
1841 cat >>confdefs.h
<<\_ACEOF
1845 cat >>confdefs.h
<<\_ACEOF
1849 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1856 cat >>confdefs.h
<<\_ACEOF
1857 #define __UNIXWARE__ 1
1862 *-*-cygwin* | *-*-mingw32* )
1866 DEFAULT_DEFAULT_wxUSE_MSW
=1
1872 cat >>confdefs.h
<<\_ACEOF
1877 DEFAULT_DEFAULT_wxUSE_MGL
=1
1878 LIBS
="$LIBS -lstdc++"
1881 *-pc-os2_emx | *-pc-os2-emx )
1882 cat >>confdefs.h
<<\_ACEOF
1887 DEFAULT_DEFAULT_wxUSE_PM
=1
1894 cat >>confdefs.h
<<\_ACEOF
1898 cat >>confdefs.h
<<\_ACEOF
1899 #define __DARWIN__ 1
1902 cat >>confdefs.h
<<\_ACEOF
1903 #define __POWERPC__ 1
1906 cat >>confdefs.h
<<\_ACEOF
1907 #define TARGET_CARBON 1
1910 DEFAULT_DEFAULT_wxUSE_MAC
=1
1915 cat >>confdefs.h
<<\_ACEOF
1922 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1923 echo "$as_me: error: unknown system type ${host}." >&2;}
1924 { (exit 1); exit 1; }; }
1930 wx_arg_cache_file
="configarg.cache"
1931 echo "loading argument cache $wx_arg_cache_file"
1932 rm -f ${wx_arg_cache_file}.tmp
1933 touch ${wx_arg_cache_file}.tmp
1934 touch ${wx_arg_cache_file}
1938 if test $DEBUG_CONFIGURE = 1; then
1939 DEFAULT_wxUSE_UNIVERSAL
=no
1941 DEFAULT_wxUSE_NANOX
=no
1943 DEFAULT_wxUSE_THREADS
=yes
1945 DEFAULT_wxUSE_SHARED
=yes
1946 DEFAULT_wxUSE_OPTIMISE
=no
1947 DEFAULT_wxUSE_PROFILE
=no
1948 DEFAULT_wxUSE_NO_DEPS
=no
1949 DEFAULT_wxUSE_NO_RTTI
=no
1950 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1951 DEFAULT_wxUSE_PERMISSIVE
=no
1952 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1953 DEFAULT_wxUSE_DEBUG_INFO
=yes
1954 DEFAULT_wxUSE_DEBUG_GDB
=yes
1955 DEFAULT_wxUSE_MEM_TRACING
=no
1956 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1957 DEFAULT_wxUSE_DMALLOC
=no
1958 DEFAULT_wxUSE_PRECOMP
=no
1959 DEFAULT_wxUSE_APPLE_IEEE
=no
1961 DEFAULT_wxUSE_LOG
=yes
1962 DEFAULT_wxUSE_LOGWINDOW
=no
1963 DEFAULT_wxUSE_LOGGUI
=no
1964 DEFAULT_wxUSE_LOGDIALOG
=no
1966 DEFAULT_wxUSE_GUI
=yes
1967 DEFAULT_wxUSE_CONTROLS
=no
1969 DEFAULT_wxUSE_REGEX
=no
1970 DEFAULT_wxUSE_ZLIB
=no
1971 DEFAULT_wxUSE_LIBPNG
=no
1972 DEFAULT_wxUSE_LIBJPEG
=no
1973 DEFAULT_wxUSE_LIBTIFF
=no
1974 DEFAULT_wxUSE_ODBC
=no
1975 DEFAULT_wxUSE_OPENGL
=no
1977 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1978 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
1979 DEFAULT_wxUSE_STD_IOSTREAM
=no
1980 DEFAULT_wxUSE_CMDLINE_PARSER
=no
1981 DEFAULT_wxUSE_DATETIME
=no
1982 DEFAULT_wxUSE_TIMER
=no
1983 DEFAULT_wxUSE_STOPWATCH
=no
1984 DEFAULT_wxUSE_FILE
=no
1985 DEFAULT_wxUSE_FFILE
=no
1986 DEFAULT_wxUSE_TEXTBUFFER
=no
1987 DEFAULT_wxUSE_TEXTFILE
=no
1988 DEFAULT_wxUSE_WAVE
=no
1989 DEFAULT_wxUSE_INTL
=no
1990 DEFAULT_wxUSE_CONFIG
=no
1991 DEFAULT_wxUSE_FONTMAP
=no
1992 DEFAULT_wxUSE_STREAMS
=no
1993 DEFAULT_wxUSE_SOCKETS
=no
1994 DEFAULT_wxUSE_OLE
=no
1995 DEFAULT_wxUSE_DATAOBJ
=no
1996 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1997 DEFAULT_wxUSE_JOYSTICK
=no
1998 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1999 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
2000 DEFAULT_wxUSE_LONGLONG
=no
2001 DEFAULT_wxUSE_GEOMETRY
=no
2003 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
2004 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
2005 DEFAULT_wxUSE_POSTSCRIPT
=no
2007 DEFAULT_wxUSE_CLIPBOARD
=no
2008 DEFAULT_wxUSE_TOOLTIPS
=no
2009 DEFAULT_wxUSE_DRAG_AND_DROP
=no
2010 DEFAULT_wxUSE_DRAGIMAGE
=no
2011 DEFAULT_wxUSE_SPLINES
=no
2013 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
2014 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
2015 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
2017 DEFAULT_wxUSE_RESOURCES
=no
2018 DEFAULT_wxUSE_CONSTRAINTS
=no
2019 DEFAULT_wxUSE_IPC
=no
2020 DEFAULT_wxUSE_HELP
=no
2021 DEFAULT_wxUSE_MS_HTML_HELP
=no
2022 DEFAULT_wxUSE_WXHTML_HELP
=no
2023 DEFAULT_wxUSE_TREELAYOUT
=no
2024 DEFAULT_wxUSE_METAFILE
=no
2025 DEFAULT_wxUSE_MIMETYPE
=no
2026 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
2027 DEFAULT_wxUSE_PROTOCOL
=no
2028 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
2029 DEFAULT_wxUSE_PROTOCOL_FTP
=no
2030 DEFAULT_wxUSE_PROTOCOL_FILE
=no
2031 DEFAULT_wxUSE_URL
=no
2033 DEFAULT_wxUSE_COMMONDLGS
=no
2034 DEFAULT_wxUSE_CHOICEDLG
=no
2035 DEFAULT_wxUSE_COLOURDLG
=no
2036 DEFAULT_wxUSE_DIRDLG
=no
2037 DEFAULT_wxUSE_FILEDLG
=no
2038 DEFAULT_wxUSE_FINDREPLDLG
=no
2039 DEFAULT_wxUSE_FONTDLG
=no
2040 DEFAULT_wxUSE_MSGDLG
=no
2041 DEFAULT_wxUSE_NUMBERDLG
=no
2042 DEFAULT_wxUSE_TEXTDLG
=no
2043 DEFAULT_wxUSE_SPLASH
=no
2044 DEFAULT_wxUSE_STARTUP_TIPS
=no
2045 DEFAULT_wxUSE_PROGRESSDLG
=no
2046 DEFAULT_wxUSE_WIZARDDLG
=no
2048 DEFAULT_wxUSE_MENUS
=no
2049 DEFAULT_wxUSE_MINIFRAME
=no
2050 DEFAULT_wxUSE_HTML
=no
2051 DEFAULT_wxUSE_FILESYSTEM
=no
2052 DEFAULT_wxUSE_FS_INET
=no
2053 DEFAULT_wxUSE_FS_ZIP
=no
2054 DEFAULT_wxUSE_BUSYINFO
=no
2055 DEFAULT_wxUSE_ZIPSTREAM
=no
2056 DEFAULT_wxUSE_VALIDATORS
=no
2058 DEFAULT_wxUSE_ACCEL
=no
2059 DEFAULT_wxUSE_BUTTON
=no
2060 DEFAULT_wxUSE_BMPBUTTON
=no
2061 DEFAULT_wxUSE_CALCTRL
=no
2062 DEFAULT_wxUSE_CARET
=no
2063 DEFAULT_wxUSE_CHECKBOX
=no
2064 DEFAULT_wxUSE_CHECKLST
=no
2065 DEFAULT_wxUSE_CHOICE
=no
2066 DEFAULT_wxUSE_COMBOBOX
=no
2067 DEFAULT_wxUSE_DISPLAY
=no
2068 DEFAULT_wxUSE_GAUGE
=no
2069 DEFAULT_wxUSE_GRID
=no
2070 DEFAULT_wxUSE_IMAGLIST
=no
2071 DEFAULT_wxUSE_LISTBOX
=no
2072 DEFAULT_wxUSE_LISTCTRL
=no
2073 DEFAULT_wxUSE_NOTEBOOK
=no
2074 DEFAULT_wxUSE_RADIOBOX
=no
2075 DEFAULT_wxUSE_RADIOBTN
=no
2076 DEFAULT_wxUSE_SASH
=no
2077 DEFAULT_wxUSE_SCROLLBAR
=no
2078 DEFAULT_wxUSE_SLIDER
=no
2079 DEFAULT_wxUSE_SPINBTN
=no
2080 DEFAULT_wxUSE_SPINCTRL
=no
2081 DEFAULT_wxUSE_SPLITTER
=no
2082 DEFAULT_wxUSE_STATBMP
=no
2083 DEFAULT_wxUSE_STATBOX
=no
2084 DEFAULT_wxUSE_STATLINE
=no
2085 DEFAULT_wxUSE_STATTEXT
=no
2086 DEFAULT_wxUSE_STATUSBAR
=yes
2087 DEFAULT_wxUSE_TABDIALOG
=no
2088 DEFAULT_wxUSE_TEXTCTRL
=no
2089 DEFAULT_wxUSE_TOGGLEBTN
=no
2090 DEFAULT_wxUSE_TOOLBAR
=no
2091 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
2092 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
2093 DEFAULT_wxUSE_TREECTRL
=no
2094 DEFAULT_wxUSE_POPUPWIN
=no
2095 DEFAULT_wxUSE_TIPWINDOW
=no
2097 DEFAULT_wxUSE_UNICODE
=no
2098 DEFAULT_wxUSE_UNICODE_MSLU
=no
2099 DEFAULT_wxUSE_WCSRTOMBS
=no
2101 DEFAULT_wxUSE_PALETTE
=no
2102 DEFAULT_wxUSE_IMAGE
=no
2103 DEFAULT_wxUSE_GIF
=no
2104 DEFAULT_wxUSE_PCX
=no
2105 DEFAULT_wxUSE_PNM
=no
2106 DEFAULT_wxUSE_IFF
=no
2107 DEFAULT_wxUSE_XPM
=no
2108 DEFAULT_wxUSE_ICO_CUR
=no
2109 DEFAULT_wxUSE_ACCESSIBILITY
=no
2111 DEFAULT_wxUSE_MONOLITHIC
=yes
2113 DEFAULT_wxUSE_UNIVERSAL
=no
2115 DEFAULT_wxUSE_NANOX
=no
2117 DEFAULT_wxUSE_THREADS
=yes
2119 DEFAULT_wxUSE_SHARED
=yes
2120 DEFAULT_wxUSE_OPTIMISE
=yes
2121 DEFAULT_wxUSE_PROFILE
=no
2122 DEFAULT_wxUSE_NO_DEPS
=no
2123 DEFAULT_wxUSE_NO_RTTI
=no
2124 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2125 DEFAULT_wxUSE_PERMISSIVE
=no
2126 DEFAULT_wxUSE_DEBUG_FLAG
=no
2127 DEFAULT_wxUSE_DEBUG_INFO
=no
2128 DEFAULT_wxUSE_DEBUG_GDB
=no
2129 DEFAULT_wxUSE_MEM_TRACING
=no
2130 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2131 DEFAULT_wxUSE_DMALLOC
=no
2132 DEFAULT_wxUSE_PRECOMP
=no
2133 DEFAULT_wxUSE_APPLE_IEEE
=yes
2135 DEFAULT_wxUSE_LOG
=yes
2136 DEFAULT_wxUSE_LOGWINDOW
=yes
2137 DEFAULT_wxUSE_LOGGUI
=yes
2138 DEFAULT_wxUSE_LOGDIALOG
=yes
2140 DEFAULT_wxUSE_GUI
=yes
2142 DEFAULT_wxUSE_REGEX
=yes
2143 DEFAULT_wxUSE_ZLIB
=yes
2144 DEFAULT_wxUSE_LIBPNG
=yes
2145 DEFAULT_wxUSE_LIBJPEG
=yes
2146 DEFAULT_wxUSE_LIBTIFF
=yes
2147 DEFAULT_wxUSE_ODBC
=no
2148 DEFAULT_wxUSE_OPENGL
=no
2150 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
2151 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
2152 DEFAULT_wxUSE_STD_IOSTREAM
=no
2153 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
2154 DEFAULT_wxUSE_DATETIME
=yes
2155 DEFAULT_wxUSE_TIMER
=yes
2156 DEFAULT_wxUSE_STOPWATCH
=yes
2157 DEFAULT_wxUSE_FILE
=yes
2158 DEFAULT_wxUSE_FFILE
=yes
2159 DEFAULT_wxUSE_TEXTBUFFER
=yes
2160 DEFAULT_wxUSE_TEXTFILE
=yes
2161 DEFAULT_wxUSE_WAVE
=no
2162 DEFAULT_wxUSE_INTL
=yes
2163 DEFAULT_wxUSE_CONFIG
=yes
2164 DEFAULT_wxUSE_FONTMAP
=yes
2165 DEFAULT_wxUSE_STREAMS
=yes
2166 DEFAULT_wxUSE_SOCKETS
=yes
2167 DEFAULT_wxUSE_OLE
=yes
2168 DEFAULT_wxUSE_DATAOBJ
=yes
2169 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
2170 DEFAULT_wxUSE_JOYSTICK
=yes
2171 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
2172 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
2173 DEFAULT_wxUSE_LONGLONG
=yes
2174 DEFAULT_wxUSE_GEOMETRY
=yes
2176 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
2177 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
2178 DEFAULT_wxUSE_POSTSCRIPT
=yes
2180 DEFAULT_wxUSE_CLIPBOARD
=yes
2181 DEFAULT_wxUSE_TOOLTIPS
=yes
2182 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
2183 DEFAULT_wxUSE_DRAGIMAGE
=yes
2184 DEFAULT_wxUSE_SPLINES
=yes
2186 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
2187 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
2188 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
2190 DEFAULT_wxUSE_RESOURCES
=no
2191 DEFAULT_wxUSE_CONSTRAINTS
=yes
2192 DEFAULT_wxUSE_IPC
=yes
2193 DEFAULT_wxUSE_HELP
=yes
2194 DEFAULT_wxUSE_MS_HTML_HELP
=yes
2195 DEFAULT_wxUSE_WXHTML_HELP
=yes
2196 DEFAULT_wxUSE_TREELAYOUT
=yes
2197 DEFAULT_wxUSE_METAFILE
=yes
2198 DEFAULT_wxUSE_MIMETYPE
=yes
2199 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
2200 DEFAULT_wxUSE_PROTOCOL
=yes
2201 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
2202 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
2203 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
2204 DEFAULT_wxUSE_URL
=yes
2206 DEFAULT_wxUSE_COMMONDLGS
=yes
2207 DEFAULT_wxUSE_CHOICEDLG
=yes
2208 DEFAULT_wxUSE_COLOURDLG
=yes
2209 DEFAULT_wxUSE_DIRDLG
=yes
2210 DEFAULT_wxUSE_FILEDLG
=yes
2211 DEFAULT_wxUSE_FINDREPLDLG
=yes
2212 DEFAULT_wxUSE_FONTDLG
=yes
2213 DEFAULT_wxUSE_MSGDLG
=yes
2214 DEFAULT_wxUSE_NUMBERDLG
=yes
2215 DEFAULT_wxUSE_TEXTDLG
=yes
2216 DEFAULT_wxUSE_SPLASH
=yes
2217 DEFAULT_wxUSE_STARTUP_TIPS
=yes
2218 DEFAULT_wxUSE_PROGRESSDLG
=yes
2219 DEFAULT_wxUSE_WIZARDDLG
=yes
2221 DEFAULT_wxUSE_MENUS
=yes
2222 DEFAULT_wxUSE_MINIFRAME
=yes
2223 DEFAULT_wxUSE_HTML
=yes
2224 DEFAULT_wxUSE_FILESYSTEM
=yes
2225 DEFAULT_wxUSE_FS_INET
=yes
2226 DEFAULT_wxUSE_FS_ZIP
=yes
2227 DEFAULT_wxUSE_BUSYINFO
=yes
2228 DEFAULT_wxUSE_ZIPSTREAM
=yes
2229 DEFAULT_wxUSE_VALIDATORS
=yes
2231 DEFAULT_wxUSE_ACCEL
=yes
2232 DEFAULT_wxUSE_BUTTON
=yes
2233 DEFAULT_wxUSE_BMPBUTTON
=yes
2234 DEFAULT_wxUSE_CALCTRL
=yes
2235 DEFAULT_wxUSE_CARET
=yes
2236 DEFAULT_wxUSE_CHECKBOX
=yes
2237 DEFAULT_wxUSE_CHECKLST
=yes
2238 DEFAULT_wxUSE_CHOICE
=yes
2239 DEFAULT_wxUSE_COMBOBOX
=yes
2240 DEFAULT_wxUSE_DISPLAY
=no
2241 DEFAULT_wxUSE_GAUGE
=yes
2242 DEFAULT_wxUSE_GRID
=yes
2243 DEFAULT_wxUSE_IMAGLIST
=yes
2244 DEFAULT_wxUSE_LISTBOX
=yes
2245 DEFAULT_wxUSE_LISTCTRL
=yes
2246 DEFAULT_wxUSE_NOTEBOOK
=yes
2247 DEFAULT_wxUSE_RADIOBOX
=yes
2248 DEFAULT_wxUSE_RADIOBTN
=yes
2249 DEFAULT_wxUSE_SASH
=yes
2250 DEFAULT_wxUSE_SCROLLBAR
=yes
2251 DEFAULT_wxUSE_SLIDER
=yes
2252 DEFAULT_wxUSE_SPINBTN
=yes
2253 DEFAULT_wxUSE_SPINCTRL
=yes
2254 DEFAULT_wxUSE_SPLITTER
=yes
2255 DEFAULT_wxUSE_STATBMP
=yes
2256 DEFAULT_wxUSE_STATBOX
=yes
2257 DEFAULT_wxUSE_STATLINE
=yes
2258 DEFAULT_wxUSE_STATTEXT
=yes
2259 DEFAULT_wxUSE_STATUSBAR
=yes
2260 DEFAULT_wxUSE_TABDIALOG
=no
2261 DEFAULT_wxUSE_TEXTCTRL
=yes
2262 DEFAULT_wxUSE_TOGGLEBTN
=yes
2263 DEFAULT_wxUSE_TOOLBAR
=yes
2264 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
2265 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
2266 DEFAULT_wxUSE_TREECTRL
=yes
2267 DEFAULT_wxUSE_POPUPWIN
=yes
2268 DEFAULT_wxUSE_TIPWINDOW
=yes
2270 DEFAULT_wxUSE_UNICODE
=no
2271 DEFAULT_wxUSE_UNICODE_MSLU
=yes
2272 DEFAULT_wxUSE_WCSRTOMBS
=no
2274 DEFAULT_wxUSE_PALETTE
=yes
2275 DEFAULT_wxUSE_IMAGE
=yes
2276 DEFAULT_wxUSE_GIF
=yes
2277 DEFAULT_wxUSE_PCX
=yes
2278 DEFAULT_wxUSE_IFF
=no
2279 DEFAULT_wxUSE_PNM
=yes
2280 DEFAULT_wxUSE_XPM
=yes
2281 DEFAULT_wxUSE_ICO_CUR
=yes
2282 DEFAULT_wxUSE_ACCESSIBILITY
=no
2284 DEFAULT_wxUSE_MONOLITHIC
=yes
2289 for toolkit
in `echo $ALL_TOOLKITS`; do
2290 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2291 if test "x$LINE" != "x" ; then
2292 has_toolkit_in_cache
=1
2293 eval "DEFAULT_$LINE"
2294 eval "CACHE_$toolkit=1"
2301 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2302 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2304 # Check whether --enable-gui or --disable-gui was given.
2305 if test "${enable_gui+set}" = set; then
2306 enableval
="$enable_gui"
2308 if test "$enableval" = yes; then
2309 ac_cv_use_gui
='wxUSE_GUI=yes'
2311 ac_cv_use_gui
='wxUSE_GUI=no'
2316 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2317 if test "x$LINE" != x
; then
2318 eval "DEFAULT_$LINE"
2323 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2327 eval "$ac_cv_use_gui"
2328 if test "$no_cache" != 1; then
2329 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2332 if test "$wxUSE_GUI" = yes; then
2333 echo "$as_me:$LINENO: result: yes" >&5
2334 echo "${ECHO_T}yes" >&6
2336 echo "$as_me:$LINENO: result: no" >&5
2337 echo "${ECHO_T}no" >&6
2342 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2343 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2345 # Check whether --enable-monolithic or --disable-monolithic was given.
2346 if test "${enable_monolithic+set}" = set; then
2347 enableval
="$enable_monolithic"
2349 if test "$enableval" = yes; then
2350 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=yes'
2352 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=no'
2357 LINE
=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2358 if test "x$LINE" != x
; then
2359 eval "DEFAULT_$LINE"
2364 ac_cv_use_monolithic
='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2368 eval "$ac_cv_use_monolithic"
2369 if test "$no_cache" != 1; then
2370 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2373 if test "$wxUSE_MONOLITHIC" = yes; then
2374 echo "$as_me:$LINENO: result: yes" >&5
2375 echo "${ECHO_T}yes" >&6
2377 echo "$as_me:$LINENO: result: no" >&5
2378 echo "${ECHO_T}no" >&6
2382 if test "$wxUSE_GUI" = "yes"; then
2386 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2387 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2389 # Check whether --enable-universal or --disable-universal was given.
2390 if test "${enable_universal+set}" = set; then
2391 enableval
="$enable_universal"
2393 if test "$enableval" = yes; then
2394 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
2396 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
2401 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2402 if test "x$LINE" != x
; then
2403 eval "DEFAULT_$LINE"
2408 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2412 eval "$ac_cv_use_universal"
2413 if test "$no_cache" != 1; then
2414 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2417 if test "$wxUSE_UNIVERSAL" = yes; then
2418 echo "$as_me:$LINENO: result: yes" >&5
2419 echo "${ECHO_T}yes" >&6
2421 echo "$as_me:$LINENO: result: no" >&5
2422 echo "${ECHO_T}no" >&6
2426 # Check whether --with-gtk or --without-gtk was given.
2427 if test "${with_gtk+set}" = set; then
2429 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
2432 # Check whether --with-motif or --without-motif was given.
2433 if test "${with_motif+set}" = set; then
2434 withval
="$with_motif"
2435 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
2438 # Check whether --with-mac or --without-mac was given.
2439 if test "${with_mac+set}" = set; then
2441 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
2444 # Check whether --with-cocoa or --without-cocoa was given.
2445 if test "${with_cocoa+set}" = set; then
2446 withval
="$with_cocoa"
2447 wxUSE_COCOA
="$withval" TOOLKIT_GIVEN
=1
2450 # Check whether --with-wine or --without-wine was given.
2451 if test "${with_wine+set}" = set; then
2452 withval
="$with_wine"
2453 wxUSE_WINE
="$withval" CACHE_WINE
=1
2456 # Check whether --with-msw or --without-msw was given.
2457 if test "${with_msw+set}" = set; then
2459 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
2462 # Check whether --with-pm or --without-pm was given.
2463 if test "${with_pm+set}" = set; then
2465 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
2468 # Check whether --with-mgl or --without-mgl was given.
2469 if test "${with_mgl+set}" = set; then
2471 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
2474 # Check whether --with-microwin or --without-microwin was given.
2475 if test "${with_microwin+set}" = set; then
2476 withval
="$with_microwin"
2477 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
2480 # Check whether --with-x11 or --without-x11 was given.
2481 if test "${with_x11+set}" = set; then
2483 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
2487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2488 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2490 # Check whether --enable-nanox or --disable-nanox was given.
2491 if test "${enable_nanox+set}" = set; then
2492 enableval
="$enable_nanox"
2494 if test "$enableval" = yes; then
2495 ac_cv_use_nanox
='wxUSE_NANOX=yes'
2497 ac_cv_use_nanox
='wxUSE_NANOX=no'
2502 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2503 if test "x$LINE" != x
; then
2504 eval "DEFAULT_$LINE"
2509 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2513 eval "$ac_cv_use_nanox"
2514 if test "$no_cache" != 1; then
2515 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2518 if test "$wxUSE_NANOX" = yes; then
2519 echo "$as_me:$LINENO: result: yes" >&5
2520 echo "${ECHO_T}yes" >&6
2522 echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6
2529 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2530 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2532 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2533 if test "${enable_gtk2+set}" = set; then
2534 enableval
="$enable_gtk2"
2536 if test "$enableval" = yes; then
2537 ac_cv_use_gtk2
='wxUSE_GTK2=yes'
2539 ac_cv_use_gtk2
='wxUSE_GTK2=no'
2544 LINE
=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2545 if test "x$LINE" != x
; then
2546 eval "DEFAULT_$LINE"
2551 ac_cv_use_gtk2
='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
2555 eval "$ac_cv_use_gtk2"
2556 if test "$no_cache" != 1; then
2557 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2560 if test "$wxUSE_GTK2" = yes; then
2561 echo "$as_me:$LINENO: result: yes" >&5
2562 echo "${ECHO_T}yes" >&6
2564 echo "$as_me:$LINENO: result: no" >&5
2565 echo "${ECHO_T}no" >&6
2570 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2571 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2574 # Check whether --with-libpng or --without-libpng was given.
2575 if test "${with_libpng+set}" = set; then
2576 withval
="$with_libpng"
2578 if test "$withval" = yes; then
2579 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
2580 elif test "$withval" = no
; then
2581 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
2582 elif test "$withval" = sys
; then
2583 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
2584 elif test "$withval" = builtin; then
2585 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
2587 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2588 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2589 { (exit 1); exit 1; }; }
2594 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2595 if test "x$LINE" != x
; then
2596 eval "DEFAULT_$LINE"
2601 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2605 eval "$ac_cv_use_libpng"
2606 if test "$no_cache" != 1; then
2607 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2610 if test "$wxUSE_LIBPNG" = yes; then
2611 echo "$as_me:$LINENO: result: yes" >&5
2612 echo "${ECHO_T}yes" >&6
2613 elif test "$wxUSE_LIBPNG" = no
; then
2614 echo "$as_me:$LINENO: result: no" >&5
2615 echo "${ECHO_T}no" >&6
2616 elif test "$wxUSE_LIBPNG" = sys
; then
2617 echo "$as_me:$LINENO: result: system version" >&5
2618 echo "${ECHO_T}system version" >&6
2619 elif test "$wxUSE_LIBPNG" = builtin; then
2620 echo "$as_me:$LINENO: result: builtin version" >&5
2621 echo "${ECHO_T}builtin version" >&6
2623 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2624 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2625 { (exit 1); exit 1; }; }
2629 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2630 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2633 # Check whether --with-libjpeg or --without-libjpeg was given.
2634 if test "${with_libjpeg+set}" = set; then
2635 withval
="$with_libjpeg"
2637 if test "$withval" = yes; then
2638 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
2639 elif test "$withval" = no
; then
2640 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
2641 elif test "$withval" = sys
; then
2642 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2643 elif test "$withval" = builtin; then
2644 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2646 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2647 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2648 { (exit 1); exit 1; }; }
2653 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2654 if test "x$LINE" != x
; then
2655 eval "DEFAULT_$LINE"
2660 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2664 eval "$ac_cv_use_libjpeg"
2665 if test "$no_cache" != 1; then
2666 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2669 if test "$wxUSE_LIBJPEG" = yes; then
2670 echo "$as_me:$LINENO: result: yes" >&5
2671 echo "${ECHO_T}yes" >&6
2672 elif test "$wxUSE_LIBJPEG" = no
; then
2673 echo "$as_me:$LINENO: result: no" >&5
2674 echo "${ECHO_T}no" >&6
2675 elif test "$wxUSE_LIBJPEG" = sys
; then
2676 echo "$as_me:$LINENO: result: system version" >&5
2677 echo "${ECHO_T}system version" >&6
2678 elif test "$wxUSE_LIBJPEG" = builtin; then
2679 echo "$as_me:$LINENO: result: builtin version" >&5
2680 echo "${ECHO_T}builtin version" >&6
2682 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2683 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2684 { (exit 1); exit 1; }; }
2688 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2689 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2692 # Check whether --with-libtiff or --without-libtiff was given.
2693 if test "${with_libtiff+set}" = set; then
2694 withval
="$with_libtiff"
2696 if test "$withval" = yes; then
2697 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2698 elif test "$withval" = no
; then
2699 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2700 elif test "$withval" = sys
; then
2701 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2702 elif test "$withval" = builtin; then
2703 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2705 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2706 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2707 { (exit 1); exit 1; }; }
2712 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2713 if test "x$LINE" != x
; then
2714 eval "DEFAULT_$LINE"
2719 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2723 eval "$ac_cv_use_libtiff"
2724 if test "$no_cache" != 1; then
2725 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2728 if test "$wxUSE_LIBTIFF" = yes; then
2729 echo "$as_me:$LINENO: result: yes" >&5
2730 echo "${ECHO_T}yes" >&6
2731 elif test "$wxUSE_LIBTIFF" = no
; then
2732 echo "$as_me:$LINENO: result: no" >&5
2733 echo "${ECHO_T}no" >&6
2734 elif test "$wxUSE_LIBTIFF" = sys
; then
2735 echo "$as_me:$LINENO: result: system version" >&5
2736 echo "${ECHO_T}system version" >&6
2737 elif test "$wxUSE_LIBTIFF" = builtin; then
2738 echo "$as_me:$LINENO: result: builtin version" >&5
2739 echo "${ECHO_T}builtin version" >&6
2741 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2742 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2743 { (exit 1); exit 1; }; }
2747 echo "$as_me:$LINENO: checking for --with-opengl" >&5
2748 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
2751 # Check whether --with-opengl or --without-opengl was given.
2752 if test "${with_opengl+set}" = set; then
2753 withval
="$with_opengl"
2755 if test "$withval" = yes; then
2756 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
2758 ac_cv_use_opengl
='wxUSE_OPENGL=no'
2763 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2764 if test "x$LINE" != x
; then
2765 eval "DEFAULT_$LINE"
2770 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2774 eval "$ac_cv_use_opengl"
2775 if test "$no_cache" != 1; then
2776 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2779 if test "$wxUSE_OPENGL" = yes; then
2780 echo "$as_me:$LINENO: result: yes" >&5
2781 echo "${ECHO_T}yes" >&6
2783 echo "$as_me:$LINENO: result: no" >&5
2784 echo "${ECHO_T}no" >&6
2791 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
2792 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
2795 # Check whether --with-dmalloc or --without-dmalloc was given.
2796 if test "${with_dmalloc+set}" = set; then
2797 withval
="$with_dmalloc"
2799 if test "$withval" = yes; then
2800 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
2802 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
2807 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2808 if test "x$LINE" != x
; then
2809 eval "DEFAULT_$LINE"
2814 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2818 eval "$ac_cv_use_dmalloc"
2819 if test "$no_cache" != 1; then
2820 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2823 if test "$wxUSE_DMALLOC" = yes; then
2824 echo "$as_me:$LINENO: result: yes" >&5
2825 echo "${ECHO_T}yes" >&6
2827 echo "$as_me:$LINENO: result: no" >&5
2828 echo "${ECHO_T}no" >&6
2832 echo "$as_me:$LINENO: checking for --with-regex" >&5
2833 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
2836 # Check whether --with-regex or --without-regex was given.
2837 if test "${with_regex+set}" = set; then
2838 withval
="$with_regex"
2840 if test "$withval" = yes; then
2841 ac_cv_use_regex
='wxUSE_REGEX=yes'
2842 elif test "$withval" = no
; then
2843 ac_cv_use_regex
='wxUSE_REGEX=no'
2844 elif test "$withval" = sys
; then
2845 ac_cv_use_regex
='wxUSE_REGEX=sys'
2846 elif test "$withval" = builtin; then
2847 ac_cv_use_regex
='wxUSE_REGEX=builtin'
2849 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2850 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2851 { (exit 1); exit 1; }; }
2856 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2857 if test "x$LINE" != x
; then
2858 eval "DEFAULT_$LINE"
2863 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2867 eval "$ac_cv_use_regex"
2868 if test "$no_cache" != 1; then
2869 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2872 if test "$wxUSE_REGEX" = yes; then
2873 echo "$as_me:$LINENO: result: yes" >&5
2874 echo "${ECHO_T}yes" >&6
2875 elif test "$wxUSE_REGEX" = no
; then
2876 echo "$as_me:$LINENO: result: no" >&5
2877 echo "${ECHO_T}no" >&6
2878 elif test "$wxUSE_REGEX" = sys
; then
2879 echo "$as_me:$LINENO: result: system version" >&5
2880 echo "${ECHO_T}system version" >&6
2881 elif test "$wxUSE_REGEX" = builtin; then
2882 echo "$as_me:$LINENO: result: builtin version" >&5
2883 echo "${ECHO_T}builtin version" >&6
2885 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2886 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2887 { (exit 1); exit 1; }; }
2891 echo "$as_me:$LINENO: checking for --with-zlib" >&5
2892 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
2895 # Check whether --with-zlib or --without-zlib was given.
2896 if test "${with_zlib+set}" = set; then
2897 withval
="$with_zlib"
2899 if test "$withval" = yes; then
2900 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
2901 elif test "$withval" = no
; then
2902 ac_cv_use_zlib
='wxUSE_ZLIB=no'
2903 elif test "$withval" = sys
; then
2904 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
2905 elif test "$withval" = builtin; then
2906 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
2908 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2909 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2910 { (exit 1); exit 1; }; }
2915 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2916 if test "x$LINE" != x
; then
2917 eval "DEFAULT_$LINE"
2922 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2926 eval "$ac_cv_use_zlib"
2927 if test "$no_cache" != 1; then
2928 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2931 if test "$wxUSE_ZLIB" = yes; then
2932 echo "$as_me:$LINENO: result: yes" >&5
2933 echo "${ECHO_T}yes" >&6
2934 elif test "$wxUSE_ZLIB" = no
; then
2935 echo "$as_me:$LINENO: result: no" >&5
2936 echo "${ECHO_T}no" >&6
2937 elif test "$wxUSE_ZLIB" = sys
; then
2938 echo "$as_me:$LINENO: result: system version" >&5
2939 echo "${ECHO_T}system version" >&6
2940 elif test "$wxUSE_ZLIB" = builtin; then
2941 echo "$as_me:$LINENO: result: builtin version" >&5
2942 echo "${ECHO_T}builtin version" >&6
2944 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2945 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2946 { (exit 1); exit 1; }; }
2950 echo "$as_me:$LINENO: checking for --with-odbc" >&5
2951 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
2954 # Check whether --with-odbc or --without-odbc was given.
2955 if test "${with_odbc+set}" = set; then
2956 withval
="$with_odbc"
2958 if test "$withval" = yes; then
2959 ac_cv_use_odbc
='wxUSE_ODBC=yes'
2960 elif test "$withval" = no
; then
2961 ac_cv_use_odbc
='wxUSE_ODBC=no'
2962 elif test "$withval" = sys
; then
2963 ac_cv_use_odbc
='wxUSE_ODBC=sys'
2964 elif test "$withval" = builtin; then
2965 ac_cv_use_odbc
='wxUSE_ODBC=builtin'
2967 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
2968 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
2969 { (exit 1); exit 1; }; }
2974 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2975 if test "x$LINE" != x
; then
2976 eval "DEFAULT_$LINE"
2981 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2985 eval "$ac_cv_use_odbc"
2986 if test "$no_cache" != 1; then
2987 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2990 if test "$wxUSE_ODBC" = yes; then
2991 echo "$as_me:$LINENO: result: yes" >&5
2992 echo "${ECHO_T}yes" >&6
2993 elif test "$wxUSE_ODBC" = no
; then
2994 echo "$as_me:$LINENO: result: no" >&5
2995 echo "${ECHO_T}no" >&6
2996 elif test "$wxUSE_ODBC" = sys
; then
2997 echo "$as_me:$LINENO: result: system version" >&5
2998 echo "${ECHO_T}system version" >&6
2999 elif test "$wxUSE_ODBC" = builtin; then
3000 echo "$as_me:$LINENO: result: builtin version" >&5
3001 echo "${ECHO_T}builtin version" >&6
3003 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3004 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3005 { (exit 1); exit 1; }; }
3012 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3013 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3015 # Check whether --enable-shared or --disable-shared was given.
3016 if test "${enable_shared+set}" = set; then
3017 enableval
="$enable_shared"
3019 if test "$enableval" = yes; then
3020 ac_cv_use_shared
='wxUSE_SHARED=yes'
3022 ac_cv_use_shared
='wxUSE_SHARED=no'
3027 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3028 if test "x$LINE" != x
; then
3029 eval "DEFAULT_$LINE"
3034 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3038 eval "$ac_cv_use_shared"
3039 if test "$no_cache" != 1; then
3040 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3043 if test "$wxUSE_SHARED" = yes; then
3044 echo "$as_me:$LINENO: result: yes" >&5
3045 echo "${ECHO_T}yes" >&6
3047 echo "$as_me:$LINENO: result: no" >&5
3048 echo "${ECHO_T}no" >&6
3053 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3054 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3056 # Check whether --enable-optimise or --disable-optimise was given.
3057 if test "${enable_optimise+set}" = set; then
3058 enableval
="$enable_optimise"
3060 if test "$enableval" = yes; then
3061 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
3063 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
3068 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3069 if test "x$LINE" != x
; then
3070 eval "DEFAULT_$LINE"
3075 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3079 eval "$ac_cv_use_optimise"
3080 if test "$no_cache" != 1; then
3081 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3084 if test "$wxUSE_OPTIMISE" = yes; then
3085 echo "$as_me:$LINENO: result: yes" >&5
3086 echo "${ECHO_T}yes" >&6
3088 echo "$as_me:$LINENO: result: no" >&5
3089 echo "${ECHO_T}no" >&6
3094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3095 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3097 # Check whether --enable-debug or --disable-debug was given.
3098 if test "${enable_debug+set}" = set; then
3099 enableval
="$enable_debug"
3101 if test "$enableval" = yes; then
3102 ac_cv_use_debug
='wxUSE_DEBUG=yes'
3104 ac_cv_use_debug
='wxUSE_DEBUG=no'
3109 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3110 if test "x$LINE" != x
; then
3111 eval "DEFAULT_$LINE"
3116 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3120 eval "$ac_cv_use_debug"
3121 if test "$no_cache" != 1; then
3122 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3125 if test "$wxUSE_DEBUG" = yes; then
3126 echo "$as_me:$LINENO: result: yes" >&5
3127 echo "${ECHO_T}yes" >&6
3129 echo "$as_me:$LINENO: result: no" >&5
3130 echo "${ECHO_T}no" >&6
3136 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-precomp" >&5
3137 echo $ECHO_N "checking for --${enablestring:-enable}-precomp... $ECHO_C" >&6
3139 # Check whether --enable-precomp or --disable-precomp was given.
3140 if test "${enable_precomp+set}" = set; then
3141 enableval
="$enable_precomp"
3143 if test "$enableval" = yes; then
3144 ac_cv_use_precomp
='wxUSE_PRECOMP=yes'
3146 ac_cv_use_precomp
='wxUSE_PRECOMP=no'
3151 LINE
=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
3152 if test "x$LINE" != x
; then
3153 eval "DEFAULT_$LINE"
3158 ac_cv_use_precomp
='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
3162 eval "$ac_cv_use_precomp"
3163 if test "$no_cache" != 1; then
3164 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
3167 if test "$wxUSE_PRECOMP" = yes; then
3168 echo "$as_me:$LINENO: result: yes" >&5
3169 echo "${ECHO_T}yes" >&6
3171 echo "$as_me:$LINENO: result: no" >&5
3172 echo "${ECHO_T}no" >&6
3176 if test "$wxUSE_DEBUG" = "yes"; then
3177 DEFAULT_wxUSE_DEBUG_FLAG
=yes
3178 DEFAULT_wxUSE_DEBUG_INFO
=yes
3179 elif test "$wxUSE_DEBUG" = "no"; then
3180 DEFAULT_wxUSE_DEBUG_FLAG
=no
3181 DEFAULT_wxUSE_DEBUG_INFO
=no
3186 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3187 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3189 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3190 if test "${enable_debug_flag+set}" = set; then
3191 enableval
="$enable_debug_flag"
3193 if test "$enableval" = yes; then
3194 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
3196 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
3201 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3202 if test "x$LINE" != x
; then
3203 eval "DEFAULT_$LINE"
3208 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3212 eval "$ac_cv_use_debug_flag"
3213 if test "$no_cache" != 1; then
3214 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3217 if test "$wxUSE_DEBUG_FLAG" = yes; then
3218 echo "$as_me:$LINENO: result: yes" >&5
3219 echo "${ECHO_T}yes" >&6
3221 echo "$as_me:$LINENO: result: no" >&5
3222 echo "${ECHO_T}no" >&6
3227 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3228 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3230 # Check whether --enable-debug_info or --disable-debug_info was given.
3231 if test "${enable_debug_info+set}" = set; then
3232 enableval
="$enable_debug_info"
3234 if test "$enableval" = yes; then
3235 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
3237 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
3242 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3243 if test "x$LINE" != x
; then
3244 eval "DEFAULT_$LINE"
3249 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3253 eval "$ac_cv_use_debug_info"
3254 if test "$no_cache" != 1; then
3255 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3258 if test "$wxUSE_DEBUG_INFO" = yes; then
3259 echo "$as_me:$LINENO: result: yes" >&5
3260 echo "${ECHO_T}yes" >&6
3262 echo "$as_me:$LINENO: result: no" >&5
3263 echo "${ECHO_T}no" >&6
3268 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3269 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3271 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3272 if test "${enable_debug_gdb+set}" = set; then
3273 enableval
="$enable_debug_gdb"
3275 if test "$enableval" = yes; then
3276 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
3278 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
3283 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3284 if test "x$LINE" != x
; then
3285 eval "DEFAULT_$LINE"
3290 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3294 eval "$ac_cv_use_debug_gdb"
3295 if test "$no_cache" != 1; then
3296 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3299 if test "$wxUSE_DEBUG_GDB" = yes; then
3300 echo "$as_me:$LINENO: result: yes" >&5
3301 echo "${ECHO_T}yes" >&6
3303 echo "$as_me:$LINENO: result: no" >&5
3304 echo "${ECHO_T}no" >&6
3309 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3310 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3312 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3313 if test "${enable_debug_cntxt+set}" = set; then
3314 enableval
="$enable_debug_cntxt"
3316 if test "$enableval" = yes; then
3317 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
3319 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
3324 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3325 if test "x$LINE" != x
; then
3326 eval "DEFAULT_$LINE"
3331 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3335 eval "$ac_cv_use_debug_cntxt"
3336 if test "$no_cache" != 1; then
3337 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3340 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3341 echo "$as_me:$LINENO: result: yes" >&5
3342 echo "${ECHO_T}yes" >&6
3344 echo "$as_me:$LINENO: result: no" >&5
3345 echo "${ECHO_T}no" >&6
3350 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3351 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3353 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3354 if test "${enable_mem_tracing+set}" = set; then
3355 enableval
="$enable_mem_tracing"
3357 if test "$enableval" = yes; then
3358 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
3360 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
3365 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3366 if test "x$LINE" != x
; then
3367 eval "DEFAULT_$LINE"
3372 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3376 eval "$ac_cv_use_mem_tracing"
3377 if test "$no_cache" != 1; then
3378 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3381 if test "$wxUSE_MEM_TRACING" = yes; then
3382 echo "$as_me:$LINENO: result: yes" >&5
3383 echo "${ECHO_T}yes" >&6
3385 echo "$as_me:$LINENO: result: no" >&5
3386 echo "${ECHO_T}no" >&6
3391 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3392 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3394 # Check whether --enable-profile or --disable-profile was given.
3395 if test "${enable_profile+set}" = set; then
3396 enableval
="$enable_profile"
3398 if test "$enableval" = yes; then
3399 ac_cv_use_profile
='wxUSE_PROFILE=yes'
3401 ac_cv_use_profile
='wxUSE_PROFILE=no'
3406 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3407 if test "x$LINE" != x
; then
3408 eval "DEFAULT_$LINE"
3413 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3417 eval "$ac_cv_use_profile"
3418 if test "$no_cache" != 1; then
3419 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3422 if test "$wxUSE_PROFILE" = yes; then
3423 echo "$as_me:$LINENO: result: yes" >&5
3424 echo "${ECHO_T}yes" >&6
3426 echo "$as_me:$LINENO: result: no" >&5
3427 echo "${ECHO_T}no" >&6
3432 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3433 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3435 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3436 if test "${enable_no_rtti+set}" = set; then
3437 enableval
="$enable_no_rtti"
3439 if test "$enableval" = yes; then
3440 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
3442 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
3447 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3448 if test "x$LINE" != x
; then
3449 eval "DEFAULT_$LINE"
3454 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3458 eval "$ac_cv_use_no_rtti"
3459 if test "$no_cache" != 1; then
3460 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3463 if test "$wxUSE_NO_RTTI" = yes; then
3464 echo "$as_me:$LINENO: result: yes" >&5
3465 echo "${ECHO_T}yes" >&6
3467 echo "$as_me:$LINENO: result: no" >&5
3468 echo "${ECHO_T}no" >&6
3473 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3474 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3476 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3477 if test "${enable_no_exceptions+set}" = set; then
3478 enableval
="$enable_no_exceptions"
3480 if test "$enableval" = yes; then
3481 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
3483 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
3488 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3489 if test "x$LINE" != x
; then
3490 eval "DEFAULT_$LINE"
3495 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3499 eval "$ac_cv_use_no_exceptions"
3500 if test "$no_cache" != 1; then
3501 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3504 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3505 echo "$as_me:$LINENO: result: yes" >&5
3506 echo "${ECHO_T}yes" >&6
3508 echo "$as_me:$LINENO: result: no" >&5
3509 echo "${ECHO_T}no" >&6
3514 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3515 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3517 # Check whether --enable-permissive or --disable-permissive was given.
3518 if test "${enable_permissive+set}" = set; then
3519 enableval
="$enable_permissive"
3521 if test "$enableval" = yes; then
3522 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
3524 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
3529 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3530 if test "x$LINE" != x
; then
3531 eval "DEFAULT_$LINE"
3536 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
3540 eval "$ac_cv_use_permissive"
3541 if test "$no_cache" != 1; then
3542 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3545 if test "$wxUSE_PERMISSIVE" = yes; then
3546 echo "$as_me:$LINENO: result: yes" >&5
3547 echo "${ECHO_T}yes" >&6
3549 echo "$as_me:$LINENO: result: no" >&5
3550 echo "${ECHO_T}no" >&6
3555 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3556 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
3558 # Check whether --enable-no_deps or --disable-no_deps was given.
3559 if test "${enable_no_deps+set}" = set; then
3560 enableval
="$enable_no_deps"
3562 if test "$enableval" = yes; then
3563 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
3565 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
3570 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
3571 if test "x$LINE" != x
; then
3572 eval "DEFAULT_$LINE"
3577 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
3581 eval "$ac_cv_use_no_deps"
3582 if test "$no_cache" != 1; then
3583 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
3586 if test "$wxUSE_NO_DEPS" = yes; then
3587 echo "$as_me:$LINENO: result: yes" >&5
3588 echo "${ECHO_T}yes" >&6
3590 echo "$as_me:$LINENO: result: no" >&5
3591 echo "${ECHO_T}no" >&6
3597 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat20" >&5
3598 echo $ECHO_N "checking for --${enablestring:-enable}-compat20... $ECHO_C" >&6
3600 # Check whether --enable-compat20 or --disable-compat20 was given.
3601 if test "${enable_compat20+set}" = set; then
3602 enableval
="$enable_compat20"
3604 if test "$enableval" = yes; then
3605 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes'
3607 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no'
3612 LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
3613 if test "x$LINE" != x
; then
3614 eval "DEFAULT_$LINE"
3619 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
3623 eval "$ac_cv_use_compat20"
3624 if test "$no_cache" != 1; then
3625 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3628 if test "$WXWIN_COMPATIBILITY_2" = yes; then
3629 echo "$as_me:$LINENO: result: yes" >&5
3630 echo "${ECHO_T}yes" >&6
3632 echo "$as_me:$LINENO: result: no" >&5
3633 echo "${ECHO_T}no" >&6
3638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
3639 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
3641 # Check whether --enable-compat22 or --disable-compat22 was given.
3642 if test "${enable_compat22+set}" = set; then
3643 enableval
="$enable_compat22"
3645 if test "$enableval" = yes; then
3646 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
3648 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
3653 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3654 if test "x$LINE" != x
; then
3655 eval "DEFAULT_$LINE"
3660 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3664 eval "$ac_cv_use_compat22"
3665 if test "$no_cache" != 1; then
3666 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3669 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3670 echo "$as_me:$LINENO: result: yes" >&5
3671 echo "${ECHO_T}yes" >&6
3673 echo "$as_me:$LINENO: result: no" >&5
3674 echo "${ECHO_T}no" >&6
3678 enablestring
=disable
3679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
3680 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
3682 # Check whether --enable-compat24 or --disable-compat24 was given.
3683 if test "${enable_compat24+set}" = set; then
3684 enableval
="$enable_compat24"
3686 if test "$enableval" = yes; then
3687 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
3689 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
3694 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
3695 if test "x$LINE" != x
; then
3696 eval "DEFAULT_$LINE"
3701 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
3705 eval "$ac_cv_use_compat24"
3706 if test "$no_cache" != 1; then
3707 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
3710 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
3711 echo "$as_me:$LINENO: result: yes" >&5
3712 echo "${ECHO_T}yes" >&6
3714 echo "$as_me:$LINENO: result: no" >&5
3715 echo "${ECHO_T}no" >&6
3719 # Check whether --enable-rpath or --disable-rpath was given.
3720 if test "${enable_rpath+set}" = set; then
3721 enableval
="$enable_rpath"
3722 wxRPATH_DIR
="$enableval"
3725 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3726 WXCONFIG_RPATH
="-Wl,-rpath -Wl,$wxRPATH_DIR"
3733 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
3734 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
3736 # Check whether --enable-intl or --disable-intl was given.
3737 if test "${enable_intl+set}" = set; then
3738 enableval
="$enable_intl"
3740 if test "$enableval" = yes; then
3741 ac_cv_use_intl
='wxUSE_INTL=yes'
3743 ac_cv_use_intl
='wxUSE_INTL=no'
3748 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3749 if test "x$LINE" != x
; then
3750 eval "DEFAULT_$LINE"
3755 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3759 eval "$ac_cv_use_intl"
3760 if test "$no_cache" != 1; then
3761 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3764 if test "$wxUSE_INTL" = 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
3774 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
3775 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
3777 # Check whether --enable-config or --disable-config was given.
3778 if test "${enable_config+set}" = set; then
3779 enableval
="$enable_config"
3781 if test "$enableval" = yes; then
3782 ac_cv_use_config
='wxUSE_CONFIG=yes'
3784 ac_cv_use_config
='wxUSE_CONFIG=no'
3789 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3790 if test "x$LINE" != x
; then
3791 eval "DEFAULT_$LINE"
3796 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3800 eval "$ac_cv_use_config"
3801 if test "$no_cache" != 1; then
3802 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3805 if test "$wxUSE_CONFIG" = yes; then
3806 echo "$as_me:$LINENO: result: yes" >&5
3807 echo "${ECHO_T}yes" >&6
3809 echo "$as_me:$LINENO: result: no" >&5
3810 echo "${ECHO_T}no" >&6
3816 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
3817 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
3819 # Check whether --enable-protocols or --disable-protocols was given.
3820 if test "${enable_protocols+set}" = set; then
3821 enableval
="$enable_protocols"
3823 if test "$enableval" = yes; then
3824 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
3826 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
3831 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3832 if test "x$LINE" != x
; then
3833 eval "DEFAULT_$LINE"
3838 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3842 eval "$ac_cv_use_protocols"
3843 if test "$no_cache" != 1; then
3844 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3847 if test "$wxUSE_PROTOCOL" = yes; then
3848 echo "$as_me:$LINENO: result: yes" >&5
3849 echo "${ECHO_T}yes" >&6
3851 echo "$as_me:$LINENO: result: no" >&5
3852 echo "${ECHO_T}no" >&6
3857 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
3858 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
3860 # Check whether --enable-ftp or --disable-ftp was given.
3861 if test "${enable_ftp+set}" = set; then
3862 enableval
="$enable_ftp"
3864 if test "$enableval" = yes; then
3865 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
3867 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
3872 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3873 if test "x$LINE" != x
; then
3874 eval "DEFAULT_$LINE"
3879 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3883 eval "$ac_cv_use_ftp"
3884 if test "$no_cache" != 1; then
3885 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3888 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3889 echo "$as_me:$LINENO: result: yes" >&5
3890 echo "${ECHO_T}yes" >&6
3892 echo "$as_me:$LINENO: result: no" >&5
3893 echo "${ECHO_T}no" >&6
3898 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
3899 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
3901 # Check whether --enable-http or --disable-http was given.
3902 if test "${enable_http+set}" = set; then
3903 enableval
="$enable_http"
3905 if test "$enableval" = yes; then
3906 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
3908 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
3913 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3914 if test "x$LINE" != x
; then
3915 eval "DEFAULT_$LINE"
3920 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3924 eval "$ac_cv_use_http"
3925 if test "$no_cache" != 1; then
3926 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3929 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3930 echo "$as_me:$LINENO: result: yes" >&5
3931 echo "${ECHO_T}yes" >&6
3933 echo "$as_me:$LINENO: result: no" >&5
3934 echo "${ECHO_T}no" >&6
3939 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
3940 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
3942 # Check whether --enable-fileproto or --disable-fileproto was given.
3943 if test "${enable_fileproto+set}" = set; then
3944 enableval
="$enable_fileproto"
3946 if test "$enableval" = yes; then
3947 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
3949 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
3954 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
3955 if test "x$LINE" != x
; then
3956 eval "DEFAULT_$LINE"
3961 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
3965 eval "$ac_cv_use_fileproto"
3966 if test "$no_cache" != 1; then
3967 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
3970 if test "$wxUSE_PROTOCOL_FILE" = yes; then
3971 echo "$as_me:$LINENO: result: yes" >&5
3972 echo "${ECHO_T}yes" >&6
3974 echo "$as_me:$LINENO: result: no" >&5
3975 echo "${ECHO_T}no" >&6
3980 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
3981 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
3983 # Check whether --enable-sockets or --disable-sockets was given.
3984 if test "${enable_sockets+set}" = set; then
3985 enableval
="$enable_sockets"
3987 if test "$enableval" = yes; then
3988 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
3990 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
3995 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3996 if test "x$LINE" != x
; then
3997 eval "DEFAULT_$LINE"
4002 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4006 eval "$ac_cv_use_sockets"
4007 if test "$no_cache" != 1; then
4008 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4011 if test "$wxUSE_SOCKETS" = yes; then
4012 echo "$as_me:$LINENO: result: yes" >&5
4013 echo "${ECHO_T}yes" >&6
4015 echo "$as_me:$LINENO: result: no" >&5
4016 echo "${ECHO_T}no" >&6
4021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4022 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4024 # Check whether --enable-ole or --disable-ole was given.
4025 if test "${enable_ole+set}" = set; then
4026 enableval
="$enable_ole"
4028 if test "$enableval" = yes; then
4029 ac_cv_use_ole
='wxUSE_OLE=yes'
4031 ac_cv_use_ole
='wxUSE_OLE=no'
4036 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4037 if test "x$LINE" != x
; then
4038 eval "DEFAULT_$LINE"
4043 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4047 eval "$ac_cv_use_ole"
4048 if test "$no_cache" != 1; then
4049 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4052 if test "$wxUSE_OLE" = yes; then
4053 echo "$as_me:$LINENO: result: yes" >&5
4054 echo "${ECHO_T}yes" >&6
4056 echo "$as_me:$LINENO: result: no" >&5
4057 echo "${ECHO_T}no" >&6
4062 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4063 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4065 # Check whether --enable-dataobj or --disable-dataobj was given.
4066 if test "${enable_dataobj+set}" = set; then
4067 enableval
="$enable_dataobj"
4069 if test "$enableval" = yes; then
4070 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
4072 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
4077 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4078 if test "x$LINE" != x
; then
4079 eval "DEFAULT_$LINE"
4084 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4088 eval "$ac_cv_use_dataobj"
4089 if test "$no_cache" != 1; then
4090 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4093 if test "$wxUSE_DATAOBJ" = yes; then
4094 echo "$as_me:$LINENO: result: yes" >&5
4095 echo "${ECHO_T}yes" >&6
4097 echo "$as_me:$LINENO: result: no" >&5
4098 echo "${ECHO_T}no" >&6
4104 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4105 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4107 # Check whether --enable-ipc or --disable-ipc was given.
4108 if test "${enable_ipc+set}" = set; then
4109 enableval
="$enable_ipc"
4111 if test "$enableval" = yes; then
4112 ac_cv_use_ipc
='wxUSE_IPC=yes'
4114 ac_cv_use_ipc
='wxUSE_IPC=no'
4119 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4120 if test "x$LINE" != x
; then
4121 eval "DEFAULT_$LINE"
4126 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4130 eval "$ac_cv_use_ipc"
4131 if test "$no_cache" != 1; then
4132 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4135 if test "$wxUSE_IPC" = yes; then
4136 echo "$as_me:$LINENO: result: yes" >&5
4137 echo "${ECHO_T}yes" >&6
4139 echo "$as_me:$LINENO: result: no" >&5
4140 echo "${ECHO_T}no" >&6
4146 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4147 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4149 # Check whether --enable-cmdline or --disable-cmdline was given.
4150 if test "${enable_cmdline+set}" = set; then
4151 enableval
="$enable_cmdline"
4153 if test "$enableval" = yes; then
4154 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
4156 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
4161 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4162 if test "x$LINE" != x
; then
4163 eval "DEFAULT_$LINE"
4168 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4172 eval "$ac_cv_use_cmdline"
4173 if test "$no_cache" != 1; then
4174 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4177 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4178 echo "$as_me:$LINENO: result: yes" >&5
4179 echo "${ECHO_T}yes" >&6
4181 echo "$as_me:$LINENO: result: no" >&5
4182 echo "${ECHO_T}no" >&6
4187 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4188 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4190 # Check whether --enable-datetime or --disable-datetime was given.
4191 if test "${enable_datetime+set}" = set; then
4192 enableval
="$enable_datetime"
4194 if test "$enableval" = yes; then
4195 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
4197 ac_cv_use_datetime
='wxUSE_DATETIME=no'
4202 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4203 if test "x$LINE" != x
; then
4204 eval "DEFAULT_$LINE"
4209 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4213 eval "$ac_cv_use_datetime"
4214 if test "$no_cache" != 1; then
4215 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4218 if test "$wxUSE_DATETIME" = yes; then
4219 echo "$as_me:$LINENO: result: yes" >&5
4220 echo "${ECHO_T}yes" >&6
4222 echo "$as_me:$LINENO: result: no" >&5
4223 echo "${ECHO_T}no" >&6
4228 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
4229 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
4231 # Check whether --enable-stopwatch or --disable-stopwatch was given.
4232 if test "${enable_stopwatch+set}" = set; then
4233 enableval
="$enable_stopwatch"
4235 if test "$enableval" = yes; then
4236 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
4238 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
4243 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
4244 if test "x$LINE" != x
; then
4245 eval "DEFAULT_$LINE"
4250 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
4254 eval "$ac_cv_use_stopwatch"
4255 if test "$no_cache" != 1; then
4256 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
4259 if test "$wxUSE_STOPWATCH" = yes; then
4260 echo "$as_me:$LINENO: result: yes" >&5
4261 echo "${ECHO_T}yes" >&6
4263 echo "$as_me:$LINENO: result: no" >&5
4264 echo "${ECHO_T}no" >&6
4269 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4270 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4272 # Check whether --enable-dialupman or --disable-dialupman was given.
4273 if test "${enable_dialupman+set}" = set; then
4274 enableval
="$enable_dialupman"
4276 if test "$enableval" = yes; then
4277 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
4279 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
4284 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4285 if test "x$LINE" != x
; then
4286 eval "DEFAULT_$LINE"
4291 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4295 eval "$ac_cv_use_dialupman"
4296 if test "$no_cache" != 1; then
4297 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4300 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4301 echo "$as_me:$LINENO: result: yes" >&5
4302 echo "${ECHO_T}yes" >&6
4304 echo "$as_me:$LINENO: result: no" >&5
4305 echo "${ECHO_T}no" >&6
4310 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4311 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4313 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4314 if test "${enable_apple_ieee+set}" = set; then
4315 enableval
="$enable_apple_ieee"
4317 if test "$enableval" = yes; then
4318 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
4320 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
4325 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4326 if test "x$LINE" != x
; then
4327 eval "DEFAULT_$LINE"
4332 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4336 eval "$ac_cv_use_apple_ieee"
4337 if test "$no_cache" != 1; then
4338 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4341 if test "$wxUSE_APPLE_IEEE" = yes; then
4342 echo "$as_me:$LINENO: result: yes" >&5
4343 echo "${ECHO_T}yes" >&6
4345 echo "$as_me:$LINENO: result: no" >&5
4346 echo "${ECHO_T}no" >&6
4351 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
4352 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
4354 # Check whether --enable-timer or --disable-timer was given.
4355 if test "${enable_timer+set}" = set; then
4356 enableval
="$enable_timer"
4358 if test "$enableval" = yes; then
4359 ac_cv_use_timer
='wxUSE_TIMER=yes'
4361 ac_cv_use_timer
='wxUSE_TIMER=no'
4366 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
4367 if test "x$LINE" != x
; then
4368 eval "DEFAULT_$LINE"
4373 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
4377 eval "$ac_cv_use_timer"
4378 if test "$no_cache" != 1; then
4379 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
4382 if test "$wxUSE_TIMER" = yes; then
4383 echo "$as_me:$LINENO: result: yes" >&5
4384 echo "${ECHO_T}yes" >&6
4386 echo "$as_me:$LINENO: result: no" >&5
4387 echo "${ECHO_T}no" >&6
4392 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wave" >&5
4393 echo $ECHO_N "checking for --${enablestring:-enable}-wave... $ECHO_C" >&6
4395 # Check whether --enable-wave or --disable-wave was given.
4396 if test "${enable_wave+set}" = set; then
4397 enableval
="$enable_wave"
4399 if test "$enableval" = yes; then
4400 ac_cv_use_wave
='wxUSE_WAVE=yes'
4402 ac_cv_use_wave
='wxUSE_WAVE=no'
4407 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
4408 if test "x$LINE" != x
; then
4409 eval "DEFAULT_$LINE"
4414 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
4418 eval "$ac_cv_use_wave"
4419 if test "$no_cache" != 1; then
4420 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
4423 if test "$wxUSE_WAVE" = yes; then
4424 echo "$as_me:$LINENO: result: yes" >&5
4425 echo "${ECHO_T}yes" >&6
4427 echo "$as_me:$LINENO: result: no" >&5
4428 echo "${ECHO_T}no" >&6
4433 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fraction" >&5
4434 echo $ECHO_N "checking for --${enablestring:-enable}-fraction... $ECHO_C" >&6
4436 # Check whether --enable-fraction or --disable-fraction was given.
4437 if test "${enable_fraction+set}" = set; then
4438 enableval
="$enable_fraction"
4440 if test "$enableval" = yes; then
4441 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
4443 ac_cv_use_fraction
='wxUSE_FRACTION=no'
4448 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
4449 if test "x$LINE" != x
; then
4450 eval "DEFAULT_$LINE"
4455 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
4459 eval "$ac_cv_use_fraction"
4460 if test "$no_cache" != 1; then
4461 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
4464 if test "$wxUSE_FRACTION" = yes; then
4465 echo "$as_me:$LINENO: result: yes" >&5
4466 echo "${ECHO_T}yes" >&6
4468 echo "$as_me:$LINENO: result: no" >&5
4469 echo "${ECHO_T}no" >&6
4474 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4475 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4477 # Check whether --enable-dynlib or --disable-dynlib was given.
4478 if test "${enable_dynlib+set}" = set; then
4479 enableval
="$enable_dynlib"
4481 if test "$enableval" = yes; then
4482 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
4484 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
4489 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4490 if test "x$LINE" != x
; then
4491 eval "DEFAULT_$LINE"
4496 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4500 eval "$ac_cv_use_dynlib"
4501 if test "$no_cache" != 1; then
4502 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4505 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4506 echo "$as_me:$LINENO: result: yes" >&5
4507 echo "${ECHO_T}yes" >&6
4509 echo "$as_me:$LINENO: result: no" >&5
4510 echo "${ECHO_T}no" >&6
4515 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4516 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4518 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4519 if test "${enable_dynamicloader+set}" = set; then
4520 enableval
="$enable_dynamicloader"
4522 if test "$enableval" = yes; then
4523 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
4525 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
4530 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4531 if test "x$LINE" != x
; then
4532 eval "DEFAULT_$LINE"
4537 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
4541 eval "$ac_cv_use_dynamicloader"
4542 if test "$no_cache" != 1; then
4543 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4546 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
4547 echo "$as_me:$LINENO: result: yes" >&5
4548 echo "${ECHO_T}yes" >&6
4550 echo "$as_me:$LINENO: result: no" >&5
4551 echo "${ECHO_T}no" >&6
4556 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
4557 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
4559 # Check whether --enable-longlong or --disable-longlong was given.
4560 if test "${enable_longlong+set}" = set; then
4561 enableval
="$enable_longlong"
4563 if test "$enableval" = yes; then
4564 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
4566 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
4571 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
4572 if test "x$LINE" != x
; then
4573 eval "DEFAULT_$LINE"
4578 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
4582 eval "$ac_cv_use_longlong"
4583 if test "$no_cache" != 1; then
4584 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
4587 if test "$wxUSE_LONGLONG" = yes; then
4588 echo "$as_me:$LINENO: result: yes" >&5
4589 echo "${ECHO_T}yes" >&6
4591 echo "$as_me:$LINENO: result: no" >&5
4592 echo "${ECHO_T}no" >&6
4597 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
4598 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
4600 # Check whether --enable-geometry or --disable-geometry was given.
4601 if test "${enable_geometry+set}" = set; then
4602 enableval
="$enable_geometry"
4604 if test "$enableval" = yes; then
4605 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
4607 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
4612 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
4613 if test "x$LINE" != x
; then
4614 eval "DEFAULT_$LINE"
4619 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
4623 eval "$ac_cv_use_geometry"
4624 if test "$no_cache" != 1; then
4625 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
4628 if test "$wxUSE_GEOMETRY" = yes; then
4629 echo "$as_me:$LINENO: result: yes" >&5
4630 echo "${ECHO_T}yes" >&6
4632 echo "$as_me:$LINENO: result: no" >&5
4633 echo "${ECHO_T}no" >&6
4638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
4639 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
4641 # Check whether --enable-log or --disable-log was given.
4642 if test "${enable_log+set}" = set; then
4643 enableval
="$enable_log"
4645 if test "$enableval" = yes; then
4646 ac_cv_use_log
='wxUSE_LOG=yes'
4648 ac_cv_use_log
='wxUSE_LOG=no'
4653 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4654 if test "x$LINE" != x
; then
4655 eval "DEFAULT_$LINE"
4660 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
4664 eval "$ac_cv_use_log"
4665 if test "$no_cache" != 1; then
4666 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4669 if test "$wxUSE_LOG" = yes; then
4670 echo "$as_me:$LINENO: result: yes" >&5
4671 echo "${ECHO_T}yes" >&6
4673 echo "$as_me:$LINENO: result: no" >&5
4674 echo "${ECHO_T}no" >&6
4679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
4680 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
4682 # Check whether --enable-streams or --disable-streams was given.
4683 if test "${enable_streams+set}" = set; then
4684 enableval
="$enable_streams"
4686 if test "$enableval" = yes; then
4687 ac_cv_use_streams
='wxUSE_STREAMS=yes'
4689 ac_cv_use_streams
='wxUSE_STREAMS=no'
4694 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
4695 if test "x$LINE" != x
; then
4696 eval "DEFAULT_$LINE"
4701 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
4705 eval "$ac_cv_use_streams"
4706 if test "$no_cache" != 1; then
4707 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
4710 if test "$wxUSE_STREAMS" = yes; then
4711 echo "$as_me:$LINENO: result: yes" >&5
4712 echo "${ECHO_T}yes" >&6
4714 echo "$as_me:$LINENO: result: no" >&5
4715 echo "${ECHO_T}no" >&6
4720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4721 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
4723 # Check whether --enable-file or --disable-file was given.
4724 if test "${enable_file+set}" = set; then
4725 enableval
="$enable_file"
4727 if test "$enableval" = yes; then
4728 ac_cv_use_file
='wxUSE_FILE=yes'
4730 ac_cv_use_file
='wxUSE_FILE=no'
4735 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4736 if test "x$LINE" != x
; then
4737 eval "DEFAULT_$LINE"
4742 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
4746 eval "$ac_cv_use_file"
4747 if test "$no_cache" != 1; then
4748 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4751 if test "$wxUSE_FILE" = yes; then
4752 echo "$as_me:$LINENO: result: yes" >&5
4753 echo "${ECHO_T}yes" >&6
4755 echo "$as_me:$LINENO: result: no" >&5
4756 echo "${ECHO_T}no" >&6
4761 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4762 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
4764 # Check whether --enable-ffile or --disable-ffile was given.
4765 if test "${enable_ffile+set}" = set; then
4766 enableval
="$enable_ffile"
4768 if test "$enableval" = yes; then
4769 ac_cv_use_ffile
='wxUSE_FFILE=yes'
4771 ac_cv_use_ffile
='wxUSE_FFILE=no'
4776 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4777 if test "x$LINE" != x
; then
4778 eval "DEFAULT_$LINE"
4783 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4787 eval "$ac_cv_use_ffile"
4788 if test "$no_cache" != 1; then
4789 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4792 if test "$wxUSE_FFILE" = yes; then
4793 echo "$as_me:$LINENO: result: yes" >&5
4794 echo "${ECHO_T}yes" >&6
4796 echo "$as_me:$LINENO: result: no" >&5
4797 echo "${ECHO_T}no" >&6
4802 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
4803 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
4805 # Check whether --enable-textbuf or --disable-textbuf was given.
4806 if test "${enable_textbuf+set}" = set; then
4807 enableval
="$enable_textbuf"
4809 if test "$enableval" = yes; then
4810 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
4812 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
4817 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4818 if test "x$LINE" != x
; then
4819 eval "DEFAULT_$LINE"
4824 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4828 eval "$ac_cv_use_textbuf"
4829 if test "$no_cache" != 1; then
4830 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4833 if test "$wxUSE_TEXTBUFFER" = yes; then
4834 echo "$as_me:$LINENO: result: yes" >&5
4835 echo "${ECHO_T}yes" >&6
4837 echo "$as_me:$LINENO: result: no" >&5
4838 echo "${ECHO_T}no" >&6
4843 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
4844 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
4846 # Check whether --enable-textfile or --disable-textfile was given.
4847 if test "${enable_textfile+set}" = set; then
4848 enableval
="$enable_textfile"
4850 if test "$enableval" = yes; then
4851 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
4853 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
4858 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4859 if test "x$LINE" != x
; then
4860 eval "DEFAULT_$LINE"
4865 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4869 eval "$ac_cv_use_textfile"
4870 if test "$no_cache" != 1; then
4871 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4874 if test "$wxUSE_TEXTFILE" = yes; then
4875 echo "$as_me:$LINENO: result: yes" >&5
4876 echo "${ECHO_T}yes" >&6
4878 echo "$as_me:$LINENO: result: no" >&5
4879 echo "${ECHO_T}no" >&6
4884 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4885 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
4887 # Check whether --enable-fontmap or --disable-fontmap was given.
4888 if test "${enable_fontmap+set}" = set; then
4889 enableval
="$enable_fontmap"
4891 if test "$enableval" = yes; then
4892 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
4894 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
4899 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4900 if test "x$LINE" != x
; then
4901 eval "DEFAULT_$LINE"
4906 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4910 eval "$ac_cv_use_fontmap"
4911 if test "$no_cache" != 1; then
4912 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4915 if test "$wxUSE_FONTMAP" = yes; then
4916 echo "$as_me:$LINENO: result: yes" >&5
4917 echo "${ECHO_T}yes" >&6
4919 echo "$as_me:$LINENO: result: no" >&5
4920 echo "${ECHO_T}no" >&6
4925 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4926 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
4928 # Check whether --enable-unicode or --disable-unicode was given.
4929 if test "${enable_unicode+set}" = set; then
4930 enableval
="$enable_unicode"
4932 if test "$enableval" = yes; then
4933 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
4935 ac_cv_use_unicode
='wxUSE_UNICODE=no'
4940 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
4941 if test "x$LINE" != x
; then
4942 eval "DEFAULT_$LINE"
4947 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
4951 eval "$ac_cv_use_unicode"
4952 if test "$no_cache" != 1; then
4953 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
4956 if test "$wxUSE_UNICODE" = yes; then
4957 echo "$as_me:$LINENO: result: yes" >&5
4958 echo "${ECHO_T}yes" >&6
4960 echo "$as_me:$LINENO: result: no" >&5
4961 echo "${ECHO_T}no" >&6
4966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
4967 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
4969 # Check whether --enable-mslu or --disable-mslu was given.
4970 if test "${enable_mslu+set}" = set; then
4971 enableval
="$enable_mslu"
4973 if test "$enableval" = yes; then
4974 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
4976 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
4981 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4982 if test "x$LINE" != x
; then
4983 eval "DEFAULT_$LINE"
4988 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
4992 eval "$ac_cv_use_mslu"
4993 if test "$no_cache" != 1; then
4994 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4997 if test "$wxUSE_UNICODE_MSLU" = yes; then
4998 echo "$as_me:$LINENO: result: yes" >&5
4999 echo "${ECHO_T}yes" >&6
5001 echo "$as_me:$LINENO: result: no" >&5
5002 echo "${ECHO_T}no" >&6
5007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5008 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
5010 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5011 if test "${enable_wxprintfv+set}" = set; then
5012 enableval
="$enable_wxprintfv"
5014 if test "$enableval" = yes; then
5015 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
5017 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
5022 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5023 if test "x$LINE" != x
; then
5024 eval "DEFAULT_$LINE"
5029 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
5033 eval "$ac_cv_use_wxprintfv"
5034 if test "$no_cache" != 1; then
5035 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5038 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
5039 echo "$as_me:$LINENO: result: yes" >&5
5040 echo "${ECHO_T}yes" >&6
5042 echo "$as_me:$LINENO: result: no" >&5
5043 echo "${ECHO_T}no" >&6
5048 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5049 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5051 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5052 if test "${enable_std_iostreams+set}" = set; then
5053 enableval
="$enable_std_iostreams"
5055 if test "$enableval" = yes; then
5056 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
5058 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
5063 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5064 if test "x$LINE" != x
; then
5065 eval "DEFAULT_$LINE"
5070 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5074 eval "$ac_cv_use_std_iostreams"
5075 if test "$no_cache" != 1; then
5076 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5079 if test "$wxUSE_STD_IOSTREAM" = yes; then
5080 echo "$as_me:$LINENO: result: yes" >&5
5081 echo "${ECHO_T}yes" >&6
5083 echo "$as_me:$LINENO: result: no" >&5
5084 echo "${ECHO_T}no" >&6
5089 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5090 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5092 # Check whether --enable-filesystem or --disable-filesystem was given.
5093 if test "${enable_filesystem+set}" = set; then
5094 enableval
="$enable_filesystem"
5096 if test "$enableval" = yes; then
5097 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
5099 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
5104 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5105 if test "x$LINE" != x
; then
5106 eval "DEFAULT_$LINE"
5111 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5115 eval "$ac_cv_use_filesystem"
5116 if test "$no_cache" != 1; then
5117 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5120 if test "$wxUSE_FILESYSTEM" = yes; then
5121 echo "$as_me:$LINENO: result: yes" >&5
5122 echo "${ECHO_T}yes" >&6
5124 echo "$as_me:$LINENO: result: no" >&5
5125 echo "${ECHO_T}no" >&6
5130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5131 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5133 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5134 if test "${enable_fs_inet+set}" = set; then
5135 enableval
="$enable_fs_inet"
5137 if test "$enableval" = yes; then
5138 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
5140 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
5145 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5146 if test "x$LINE" != x
; then
5147 eval "DEFAULT_$LINE"
5152 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5156 eval "$ac_cv_use_fs_inet"
5157 if test "$no_cache" != 1; then
5158 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5161 if test "$wxUSE_FS_INET" = yes; then
5162 echo "$as_me:$LINENO: result: yes" >&5
5163 echo "${ECHO_T}yes" >&6
5165 echo "$as_me:$LINENO: result: no" >&5
5166 echo "${ECHO_T}no" >&6
5171 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5172 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5174 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5175 if test "${enable_fs_zip+set}" = set; then
5176 enableval
="$enable_fs_zip"
5178 if test "$enableval" = yes; then
5179 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
5181 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
5186 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5187 if test "x$LINE" != x
; then
5188 eval "DEFAULT_$LINE"
5193 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5197 eval "$ac_cv_use_fs_zip"
5198 if test "$no_cache" != 1; then
5199 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5202 if test "$wxUSE_FS_ZIP" = yes; then
5203 echo "$as_me:$LINENO: result: yes" >&5
5204 echo "${ECHO_T}yes" >&6
5206 echo "$as_me:$LINENO: result: no" >&5
5207 echo "${ECHO_T}no" >&6
5212 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5213 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
5215 # Check whether --enable-zipstream or --disable-zipstream was given.
5216 if test "${enable_zipstream+set}" = set; then
5217 enableval
="$enable_zipstream"
5219 if test "$enableval" = yes; then
5220 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
5222 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
5227 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5228 if test "x$LINE" != x
; then
5229 eval "DEFAULT_$LINE"
5234 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
5238 eval "$ac_cv_use_zipstream"
5239 if test "$no_cache" != 1; then
5240 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5243 if test "$wxUSE_ZIPSTREAM" = yes; then
5244 echo "$as_me:$LINENO: result: yes" >&5
5245 echo "${ECHO_T}yes" >&6
5247 echo "$as_me:$LINENO: result: no" >&5
5248 echo "${ECHO_T}no" >&6
5254 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
5255 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
5257 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
5258 if test "${enable_catch_segvs+set}" = set; then
5259 enableval
="$enable_catch_segvs"
5261 if test "$enableval" = yes; then
5262 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
5264 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
5269 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
5270 if test "x$LINE" != x
; then
5271 eval "DEFAULT_$LINE"
5276 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
5280 eval "$ac_cv_use_catch_segvs"
5281 if test "$no_cache" != 1; then
5282 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
5285 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
5286 echo "$as_me:$LINENO: result: yes" >&5
5287 echo "${ECHO_T}yes" >&6
5289 echo "$as_me:$LINENO: result: no" >&5
5290 echo "${ECHO_T}no" >&6
5295 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5296 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5298 # Check whether --enable-snglinst or --disable-snglinst was given.
5299 if test "${enable_snglinst+set}" = set; then
5300 enableval
="$enable_snglinst"
5302 if test "$enableval" = yes; then
5303 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
5305 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
5310 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5311 if test "x$LINE" != x
; then
5312 eval "DEFAULT_$LINE"
5317 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5321 eval "$ac_cv_use_snglinst"
5322 if test "$no_cache" != 1; then
5323 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5326 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5327 echo "$as_me:$LINENO: result: yes" >&5
5328 echo "${ECHO_T}yes" >&6
5330 echo "$as_me:$LINENO: result: no" >&5
5331 echo "${ECHO_T}no" >&6
5337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5338 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5340 # Check whether --enable-mimetype or --disable-mimetype was given.
5341 if test "${enable_mimetype+set}" = set; then
5342 enableval
="$enable_mimetype"
5344 if test "$enableval" = yes; then
5345 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
5347 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
5352 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5353 if test "x$LINE" != x
; then
5354 eval "DEFAULT_$LINE"
5359 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5363 eval "$ac_cv_use_mimetype"
5364 if test "$no_cache" != 1; then
5365 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5368 if test "$wxUSE_MIMETYPE" = yes; then
5369 echo "$as_me:$LINENO: result: yes" >&5
5370 echo "${ECHO_T}yes" >&6
5372 echo "$as_me:$LINENO: result: no" >&5
5373 echo "${ECHO_T}no" >&6
5378 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5379 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5381 # Check whether --enable-system_options or --disable-system_options was given.
5382 if test "${enable_system_options+set}" = set; then
5383 enableval
="$enable_system_options"
5385 if test "$enableval" = yes; then
5386 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
5388 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
5393 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5394 if test "x$LINE" != x
; then
5395 eval "DEFAULT_$LINE"
5400 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5404 eval "$ac_cv_use_system_options"
5405 if test "$no_cache" != 1; then
5406 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5409 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5410 echo "$as_me:$LINENO: result: yes" >&5
5411 echo "${ECHO_T}yes" >&6
5413 echo "$as_me:$LINENO: result: no" >&5
5414 echo "${ECHO_T}no" >&6
5420 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5421 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
5423 # Check whether --enable-url or --disable-url was given.
5424 if test "${enable_url+set}" = set; then
5425 enableval
="$enable_url"
5427 if test "$enableval" = yes; then
5428 ac_cv_use_url
='wxUSE_URL=yes'
5430 ac_cv_use_url
='wxUSE_URL=no'
5435 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5436 if test "x$LINE" != x
; then
5437 eval "DEFAULT_$LINE"
5442 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
5446 eval "$ac_cv_use_url"
5447 if test "$no_cache" != 1; then
5448 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5451 if test "$wxUSE_URL" = yes; then
5452 echo "$as_me:$LINENO: result: yes" >&5
5453 echo "${ECHO_T}yes" >&6
5455 echo "$as_me:$LINENO: result: no" >&5
5456 echo "${ECHO_T}no" >&6
5461 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5462 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
5464 # Check whether --enable-protocol or --disable-protocol was given.
5465 if test "${enable_protocol+set}" = set; then
5466 enableval
="$enable_protocol"
5468 if test "$enableval" = yes; then
5469 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
5471 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
5476 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5477 if test "x$LINE" != x
; then
5478 eval "DEFAULT_$LINE"
5483 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
5487 eval "$ac_cv_use_protocol"
5488 if test "$no_cache" != 1; then
5489 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5492 if test "$wxUSE_PROTOCOL" = yes; then
5493 echo "$as_me:$LINENO: result: yes" >&5
5494 echo "${ECHO_T}yes" >&6
5496 echo "$as_me:$LINENO: result: no" >&5
5497 echo "${ECHO_T}no" >&6
5502 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5503 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
5505 # Check whether --enable-protocol_http or --disable-protocol_http was given.
5506 if test "${enable_protocol_http+set}" = set; then
5507 enableval
="$enable_protocol_http"
5509 if test "$enableval" = yes; then
5510 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
5512 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
5517 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5518 if test "x$LINE" != x
; then
5519 eval "DEFAULT_$LINE"
5524 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
5528 eval "$ac_cv_use_protocol_http"
5529 if test "$no_cache" != 1; then
5530 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5533 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
5534 echo "$as_me:$LINENO: result: yes" >&5
5535 echo "${ECHO_T}yes" >&6
5537 echo "$as_me:$LINENO: result: no" >&5
5538 echo "${ECHO_T}no" >&6
5543 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
5544 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
5546 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5547 if test "${enable_protocol_ftp+set}" = set; then
5548 enableval
="$enable_protocol_ftp"
5550 if test "$enableval" = yes; then
5551 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
5553 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
5558 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5559 if test "x$LINE" != x
; then
5560 eval "DEFAULT_$LINE"
5565 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
5569 eval "$ac_cv_use_protocol_ftp"
5570 if test "$no_cache" != 1; then
5571 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5574 if test "$wxUSE_PROTOCOL_FTP" = yes; then
5575 echo "$as_me:$LINENO: result: yes" >&5
5576 echo "${ECHO_T}yes" >&6
5578 echo "$as_me:$LINENO: result: no" >&5
5579 echo "${ECHO_T}no" >&6
5584 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
5585 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
5587 # Check whether --enable-protocol_file or --disable-protocol_file was given.
5588 if test "${enable_protocol_file+set}" = set; then
5589 enableval
="$enable_protocol_file"
5591 if test "$enableval" = yes; then
5592 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
5594 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
5599 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5600 if test "x$LINE" != x
; then
5601 eval "DEFAULT_$LINE"
5606 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
5610 eval "$ac_cv_use_protocol_file"
5611 if test "$no_cache" != 1; then
5612 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
5615 if test "$wxUSE_PROTOCOL_FILE" = yes; then
5616 echo "$as_me:$LINENO: result: yes" >&5
5617 echo "${ECHO_T}yes" >&6
5619 echo "$as_me:$LINENO: result: no" >&5
5620 echo "${ECHO_T}no" >&6
5628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
5629 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
5631 # Check whether --enable-threads or --disable-threads was given.
5632 if test "${enable_threads+set}" = set; then
5633 enableval
="$enable_threads"
5635 if test "$enableval" = yes; then
5636 ac_cv_use_threads
='wxUSE_THREADS=yes'
5638 ac_cv_use_threads
='wxUSE_THREADS=no'
5643 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
5644 if test "x$LINE" != x
; then
5645 eval "DEFAULT_$LINE"
5650 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
5654 eval "$ac_cv_use_threads"
5655 if test "$no_cache" != 1; then
5656 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
5659 if test "$wxUSE_THREADS" = yes; then
5660 echo "$as_me:$LINENO: result: yes" >&5
5661 echo "${ECHO_T}yes" >&6
5663 echo "$as_me:$LINENO: result: no" >&5
5664 echo "${ECHO_T}no" >&6
5668 if test "$wxUSE_GUI" = "yes"; then
5673 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
5674 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
5676 # Check whether --enable-docview or --disable-docview was given.
5677 if test "${enable_docview+set}" = set; then
5678 enableval
="$enable_docview"
5680 if test "$enableval" = yes; then
5681 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
5683 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
5688 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5689 if test "x$LINE" != x
; then
5690 eval "DEFAULT_$LINE"
5695 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
5699 eval "$ac_cv_use_docview"
5700 if test "$no_cache" != 1; then
5701 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5704 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
5705 echo "$as_me:$LINENO: result: yes" >&5
5706 echo "${ECHO_T}yes" >&6
5708 echo "$as_me:$LINENO: result: no" >&5
5709 echo "${ECHO_T}no" >&6
5714 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
5715 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
5717 # Check whether --enable-help or --disable-help was given.
5718 if test "${enable_help+set}" = set; then
5719 enableval
="$enable_help"
5721 if test "$enableval" = yes; then
5722 ac_cv_use_help
='wxUSE_HELP=yes'
5724 ac_cv_use_help
='wxUSE_HELP=no'
5729 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5730 if test "x$LINE" != x
; then
5731 eval "DEFAULT_$LINE"
5736 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
5740 eval "$ac_cv_use_help"
5741 if test "$no_cache" != 1; then
5742 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5745 if test "$wxUSE_HELP" = yes; then
5746 echo "$as_me:$LINENO: result: yes" >&5
5747 echo "${ECHO_T}yes" >&6
5749 echo "$as_me:$LINENO: result: no" >&5
5750 echo "${ECHO_T}no" >&6
5755 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5756 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
5758 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5759 if test "${enable_mshtmlhelp+set}" = set; then
5760 enableval
="$enable_mshtmlhelp"
5762 if test "$enableval" = yes; then
5763 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
5765 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
5770 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
5771 if test "x$LINE" != x
; then
5772 eval "DEFAULT_$LINE"
5777 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
5781 eval "$ac_cv_use_mshtmlhelp"
5782 if test "$no_cache" != 1; then
5783 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
5786 if test "$wxUSE_MS_HTML_HELP" = yes; then
5787 echo "$as_me:$LINENO: result: yes" >&5
5788 echo "${ECHO_T}yes" >&6
5790 echo "$as_me:$LINENO: result: no" >&5
5791 echo "${ECHO_T}no" >&6
5796 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
5797 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
5799 # Check whether --enable-html or --disable-html was given.
5800 if test "${enable_html+set}" = set; then
5801 enableval
="$enable_html"
5803 if test "$enableval" = yes; then
5804 ac_cv_use_html
='wxUSE_HTML=yes'
5806 ac_cv_use_html
='wxUSE_HTML=no'
5811 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5812 if test "x$LINE" != x
; then
5813 eval "DEFAULT_$LINE"
5818 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5822 eval "$ac_cv_use_html"
5823 if test "$no_cache" != 1; then
5824 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5827 if test "$wxUSE_HTML" = yes; then
5828 echo "$as_me:$LINENO: result: yes" >&5
5829 echo "${ECHO_T}yes" >&6
5831 echo "$as_me:$LINENO: result: no" >&5
5832 echo "${ECHO_T}no" >&6
5837 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
5838 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
5840 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5841 if test "${enable_htmlhelp+set}" = set; then
5842 enableval
="$enable_htmlhelp"
5844 if test "$enableval" = yes; then
5845 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
5847 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
5852 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5853 if test "x$LINE" != x
; then
5854 eval "DEFAULT_$LINE"
5859 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
5863 eval "$ac_cv_use_htmlhelp"
5864 if test "$no_cache" != 1; then
5865 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5868 if test "$wxUSE_WXHTML_HELP" = yes; then
5869 echo "$as_me:$LINENO: result: yes" >&5
5870 echo "${ECHO_T}yes" >&6
5872 echo "$as_me:$LINENO: result: no" >&5
5873 echo "${ECHO_T}no" >&6
5878 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
5879 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
5881 # Check whether --enable-constraints or --disable-constraints was given.
5882 if test "${enable_constraints+set}" = set; then
5883 enableval
="$enable_constraints"
5885 if test "$enableval" = yes; then
5886 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
5888 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
5893 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5894 if test "x$LINE" != x
; then
5895 eval "DEFAULT_$LINE"
5900 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5904 eval "$ac_cv_use_constraints"
5905 if test "$no_cache" != 1; then
5906 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5909 if test "$wxUSE_CONSTRAINTS" = yes; then
5910 echo "$as_me:$LINENO: result: yes" >&5
5911 echo "${ECHO_T}yes" >&6
5913 echo "$as_me:$LINENO: result: no" >&5
5914 echo "${ECHO_T}no" >&6
5919 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
5920 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
5922 # Check whether --enable-printarch or --disable-printarch was given.
5923 if test "${enable_printarch+set}" = set; then
5924 enableval
="$enable_printarch"
5926 if test "$enableval" = yes; then
5927 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
5929 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
5934 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5935 if test "x$LINE" != x
; then
5936 eval "DEFAULT_$LINE"
5941 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5945 eval "$ac_cv_use_printarch"
5946 if test "$no_cache" != 1; then
5947 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
5950 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
5951 echo "$as_me:$LINENO: result: yes" >&5
5952 echo "${ECHO_T}yes" >&6
5954 echo "$as_me:$LINENO: result: no" >&5
5955 echo "${ECHO_T}no" >&6
5960 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
5961 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
5963 # Check whether --enable-mdi or --disable-mdi was given.
5964 if test "${enable_mdi+set}" = set; then
5965 enableval
="$enable_mdi"
5967 if test "$enableval" = yes; then
5968 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
5970 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
5975 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
5976 if test "x$LINE" != x
; then
5977 eval "DEFAULT_$LINE"
5982 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
5986 eval "$ac_cv_use_mdi"
5987 if test "$no_cache" != 1; then
5988 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
5991 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
5992 echo "$as_me:$LINENO: result: yes" >&5
5993 echo "${ECHO_T}yes" >&6
5995 echo "$as_me:$LINENO: result: no" >&5
5996 echo "${ECHO_T}no" >&6
6001 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6002 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6004 # Check whether --enable-loggui or --disable-loggui was given.
6005 if test "${enable_loggui+set}" = set; then
6006 enableval
="$enable_loggui"
6008 if test "$enableval" = yes; then
6009 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
6011 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
6016 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6017 if test "x$LINE" != x
; then
6018 eval "DEFAULT_$LINE"
6023 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6027 eval "$ac_cv_use_loggui"
6028 if test "$no_cache" != 1; then
6029 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6032 if test "$wxUSE_LOGGUI" = yes; then
6033 echo "$as_me:$LINENO: result: yes" >&5
6034 echo "${ECHO_T}yes" >&6
6036 echo "$as_me:$LINENO: result: no" >&5
6037 echo "${ECHO_T}no" >&6
6042 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6043 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6045 # Check whether --enable-logwin or --disable-logwin was given.
6046 if test "${enable_logwin+set}" = set; then
6047 enableval
="$enable_logwin"
6049 if test "$enableval" = yes; then
6050 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
6052 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
6057 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6058 if test "x$LINE" != x
; then
6059 eval "DEFAULT_$LINE"
6064 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6068 eval "$ac_cv_use_logwin"
6069 if test "$no_cache" != 1; then
6070 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6073 if test "$wxUSE_LOGWINDOW" = yes; then
6074 echo "$as_me:$LINENO: result: yes" >&5
6075 echo "${ECHO_T}yes" >&6
6077 echo "$as_me:$LINENO: result: no" >&5
6078 echo "${ECHO_T}no" >&6
6083 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6084 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6086 # Check whether --enable-logdialog or --disable-logdialog was given.
6087 if test "${enable_logdialog+set}" = set; then
6088 enableval
="$enable_logdialog"
6090 if test "$enableval" = yes; then
6091 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
6093 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
6098 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6099 if test "x$LINE" != x
; then
6100 eval "DEFAULT_$LINE"
6105 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6109 eval "$ac_cv_use_logdialog"
6110 if test "$no_cache" != 1; then
6111 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6114 if test "$wxUSE_LOGDIALOG" = yes; then
6115 echo "$as_me:$LINENO: result: yes" >&5
6116 echo "${ECHO_T}yes" >&6
6118 echo "$as_me:$LINENO: result: no" >&5
6119 echo "${ECHO_T}no" >&6
6125 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6126 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6128 # Check whether --enable-postscript or --disable-postscript was given.
6129 if test "${enable_postscript+set}" = set; then
6130 enableval
="$enable_postscript"
6132 if test "$enableval" = yes; then
6133 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
6135 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
6140 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6141 if test "x$LINE" != x
; then
6142 eval "DEFAULT_$LINE"
6147 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6151 eval "$ac_cv_use_postscript"
6152 if test "$no_cache" != 1; then
6153 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6156 if test "$wxUSE_POSTSCRIPT" = yes; then
6157 echo "$as_me:$LINENO: result: yes" >&5
6158 echo "${ECHO_T}yes" >&6
6160 echo "$as_me:$LINENO: result: no" >&5
6161 echo "${ECHO_T}no" >&6
6169 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6170 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6172 # Check whether --enable-prologio or --disable-prologio was given.
6173 if test "${enable_prologio+set}" = set; then
6174 enableval
="$enable_prologio"
6176 if test "$enableval" = yes; then
6177 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
6179 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
6184 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
6185 if test "x$LINE" != x
; then
6186 eval "DEFAULT_$LINE"
6191 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
6195 eval "$ac_cv_use_prologio"
6196 if test "$no_cache" != 1; then
6197 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
6200 if test "$wxUSE_PROLOGIO" = yes; then
6201 echo "$as_me:$LINENO: result: yes" >&5
6202 echo "${ECHO_T}yes" >&6
6204 echo "$as_me:$LINENO: result: no" >&5
6205 echo "${ECHO_T}no" >&6
6210 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6211 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
6213 # Check whether --enable-resources or --disable-resources was given.
6214 if test "${enable_resources+set}" = set; then
6215 enableval
="$enable_resources"
6217 if test "$enableval" = yes; then
6218 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
6220 ac_cv_use_resources
='wxUSE_RESOURCES=no'
6225 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
6226 if test "x$LINE" != x
; then
6227 eval "DEFAULT_$LINE"
6232 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
6236 eval "$ac_cv_use_resources"
6237 if test "$no_cache" != 1; then
6238 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
6241 if test "$wxUSE_RESOURCES" = yes; then
6242 echo "$as_me:$LINENO: result: yes" >&5
6243 echo "${ECHO_T}yes" >&6
6245 echo "$as_me:$LINENO: result: no" >&5
6246 echo "${ECHO_T}no" >&6
6253 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6254 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
6256 # Check whether --enable-clipboard or --disable-clipboard was given.
6257 if test "${enable_clipboard+set}" = set; then
6258 enableval
="$enable_clipboard"
6260 if test "$enableval" = yes; then
6261 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
6263 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
6268 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6269 if test "x$LINE" != x
; then
6270 eval "DEFAULT_$LINE"
6275 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
6279 eval "$ac_cv_use_clipboard"
6280 if test "$no_cache" != 1; then
6281 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6284 if test "$wxUSE_CLIPBOARD" = yes; then
6285 echo "$as_me:$LINENO: result: yes" >&5
6286 echo "${ECHO_T}yes" >&6
6288 echo "$as_me:$LINENO: result: no" >&5
6289 echo "${ECHO_T}no" >&6
6294 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6295 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
6297 # Check whether --enable-dnd or --disable-dnd was given.
6298 if test "${enable_dnd+set}" = set; then
6299 enableval
="$enable_dnd"
6301 if test "$enableval" = yes; then
6302 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
6304 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
6309 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6310 if test "x$LINE" != x
; then
6311 eval "DEFAULT_$LINE"
6316 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
6320 eval "$ac_cv_use_dnd"
6321 if test "$no_cache" != 1; then
6322 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6325 if test "$wxUSE_DRAG_AND_DROP" = yes; then
6326 echo "$as_me:$LINENO: result: yes" >&5
6327 echo "${ECHO_T}yes" >&6
6329 echo "$as_me:$LINENO: result: no" >&5
6330 echo "${ECHO_T}no" >&6
6335 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6336 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
6338 # Check whether --enable-metafile or --disable-metafile was given.
6339 if test "${enable_metafile+set}" = set; then
6340 enableval
="$enable_metafile"
6342 if test "$enableval" = yes; then
6343 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
6345 ac_cv_use_metafile
='wxUSE_METAFILE=no'
6350 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6351 if test "x$LINE" != x
; then
6352 eval "DEFAULT_$LINE"
6357 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
6361 eval "$ac_cv_use_metafile"
6362 if test "$no_cache" != 1; then
6363 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6366 if test "$wxUSE_METAFILE" = yes; then
6367 echo "$as_me:$LINENO: result: yes" >&5
6368 echo "${ECHO_T}yes" >&6
6370 echo "$as_me:$LINENO: result: no" >&5
6371 echo "${ECHO_T}no" >&6
6379 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6380 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
6382 # Check whether --enable-controls or --disable-controls was given.
6383 if test "${enable_controls+set}" = set; then
6384 enableval
="$enable_controls"
6386 if test "$enableval" = yes; then
6387 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
6389 ac_cv_use_controls
='wxUSE_CONTROLS=no'
6394 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6395 if test "x$LINE" != x
; then
6396 eval "DEFAULT_$LINE"
6401 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
6405 eval "$ac_cv_use_controls"
6406 if test "$no_cache" != 1; then
6407 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6410 if test "$wxUSE_CONTROLS" = yes; then
6411 echo "$as_me:$LINENO: result: yes" >&5
6412 echo "${ECHO_T}yes" >&6
6414 echo "$as_me:$LINENO: result: no" >&5
6415 echo "${ECHO_T}no" >&6
6419 if test "$wxUSE_CONTROLS" = "yes"; then
6420 DEFAULT_wxUSE_ACCEL
=yes
6421 DEFAULT_wxUSE_BMPBUTTON
=yes
6422 DEFAULT_wxUSE_BUTTON
=yes
6423 DEFAULT_wxUSE_CALCTRL
=no
6424 DEFAULT_wxUSE_CARET
=yes
6425 DEFAULT_wxUSE_COMBOBOX
=yes
6426 DEFAULT_wxUSE_CHECKBOX
=yes
6427 DEFAULT_wxUSE_CHECKLISTBOX
=yes
6428 DEFAULT_wxUSE_CHOICE
=yes
6429 DEFAULT_wxUSE_GAUGE
=yes
6430 DEFAULT_wxUSE_GRID
=yes
6431 DEFAULT_wxUSE_IMAGLIST
=yes
6432 DEFAULT_wxUSE_LISTBOX
=yes
6433 DEFAULT_wxUSE_LISTCTRL
=yes
6434 DEFAULT_wxUSE_NOTEBOOK
=yes
6435 DEFAULT_wxUSE_RADIOBOX
=yes
6436 DEFAULT_wxUSE_RADIOBTN
=yes
6437 DEFAULT_wxUSE_SASH
=yes
6438 DEFAULT_wxUSE_SCROLLBAR
=yes
6439 DEFAULT_wxUSE_SLIDER
=yes
6440 DEFAULT_wxUSE_SPINBTN
=yes
6441 DEFAULT_wxUSE_SPINCTRL
=yes
6442 DEFAULT_wxUSE_SPLITTER
=yes
6443 DEFAULT_wxUSE_STATBMP
=yes
6444 DEFAULT_wxUSE_STATBOX
=yes
6445 DEFAULT_wxUSE_STATLINE
=yes
6446 DEFAULT_wxUSE_STATUSBAR
=yes
6447 DEFAULT_wxUSE_TAB_DIALOG
=yes
6448 DEFAULT_wxUSE_TOGGLEBTN
=yes
6449 DEFAULT_wxUSE_TOOLBAR
=yes
6450 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
6451 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
6452 DEFAULT_wxUSE_TOOLTIPS
=yes
6453 DEFAULT_wxUSE_TREECTRL
=yes
6454 DEFAULT_wxUSE_POPUPWIN
=yes
6455 DEFAULT_wxUSE_TIPWINDOW
=yes
6456 elif test "$wxUSE_CONTROLS" = "no"; then
6457 DEFAULT_wxUSE_ACCEL
=no
6458 DEFAULT_wxUSE_BMPBUTTON
=no
6459 DEFAULT_wxUSE_BUTTON
=no
6460 DEFAULT_wxUSE_CALCTRL
=no
6461 DEFAULT_wxUSE_CARET
=no
6462 DEFAULT_wxUSE_COMBOBOX
=no
6463 DEFAULT_wxUSE_CHECKBOX
=no
6464 DEFAULT_wxUSE_CHECKLISTBOX
=no
6465 DEFAULT_wxUSE_CHOICE
=no
6466 DEFAULT_wxUSE_GAUGE
=no
6467 DEFAULT_wxUSE_GRID
=no
6468 DEFAULT_wxUSE_IMAGLIST
=no
6469 DEFAULT_wxUSE_LISTBOX
=no
6470 DEFAULT_wxUSE_LISTCTRL
=no
6471 DEFAULT_wxUSE_NOTEBOOK
=no
6472 DEFAULT_wxUSE_RADIOBOX
=no
6473 DEFAULT_wxUSE_RADIOBTN
=no
6474 DEFAULT_wxUSE_SASH
=no
6475 DEFAULT_wxUSE_SCROLLBAR
=no
6476 DEFAULT_wxUSE_SLIDER
=no
6477 DEFAULT_wxUSE_SPINBTN
=no
6478 DEFAULT_wxUSE_SPINCTRL
=no
6479 DEFAULT_wxUSE_SPLITTER
=no
6480 DEFAULT_wxUSE_STATBMP
=no
6481 DEFAULT_wxUSE_STATBOX
=no
6482 DEFAULT_wxUSE_STATLINE
=no
6483 DEFAULT_wxUSE_STATUSBAR
=no
6484 DEFAULT_wxUSE_TAB_DIALOG
=no
6485 DEFAULT_wxUSE_TOGGLEBTN
=no
6486 DEFAULT_wxUSE_TOOLBAR
=no
6487 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
6488 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
6489 DEFAULT_wxUSE_TOOLTIPS
=no
6490 DEFAULT_wxUSE_TREECTRL
=no
6491 DEFAULT_wxUSE_POPUPWIN
=no
6492 DEFAULT_wxUSE_TIPWINDOW
=no
6495 ## FIXME: This is a blatant hack
6496 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
6497 wxUSE_PRINTING_ARCHITECTURE
=no
6500 wxUSE_DRAG_AND_DROP
=no
6502 # Generic notebook requires tab dialog
6503 DEFAULT_wxUSE_TABDIALOG
=yes
6504 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
6505 DEFAULT_wxUSE_GAUGE
=no
6506 DEFAULT_wxUSE_SCROLLBAR
=no
6507 DEFAULT_wxUSE_COMBOBOX
=no
6508 DEFAULT_wxUSE_CALCTRL
=no
6509 DEFAULT_wxUSE_SPINBTN
=no
6510 DEFAULT_wxUSE_SPINCTRL
=no
6511 DEFAULT_wxUSE_TOOLTIPS
=no
6512 DEFAULT_wxUSE_DRAGIMAGE
=no
6513 DEFAULT_wxUSE_FINDREPLDLG
=no
6514 DEFAULT_wxUSE_FONTDLG
=no
6515 DEFAULT_wxUSE_GRID
=no
6516 DEFAULT_wxUSE_NUMBERDLG
=no
6517 DEFAULT_wxUSE_PROGRESSDLG
=no
6518 DEFAULT_wxUSE_SASH
=no
6519 DEFAULT_wxUSE_SPLITTER
=no
6520 DEFAULT_wxUSE_WIZARDDLG
=no
6521 DEFAULT_wxUSE_SPLITTER
=no
6522 DEFAULT_wxUSE_STARTUP_TIPS
=no
6527 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
6528 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
6530 # Check whether --enable-accel or --disable-accel was given.
6531 if test "${enable_accel+set}" = set; then
6532 enableval
="$enable_accel"
6534 if test "$enableval" = yes; then
6535 ac_cv_use_accel
='wxUSE_ACCEL=yes'
6537 ac_cv_use_accel
='wxUSE_ACCEL=no'
6542 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
6543 if test "x$LINE" != x
; then
6544 eval "DEFAULT_$LINE"
6549 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
6553 eval "$ac_cv_use_accel"
6554 if test "$no_cache" != 1; then
6555 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
6558 if test "$wxUSE_ACCEL" = yes; then
6559 echo "$as_me:$LINENO: result: yes" >&5
6560 echo "${ECHO_T}yes" >&6
6562 echo "$as_me:$LINENO: result: no" >&5
6563 echo "${ECHO_T}no" >&6
6568 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
6569 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
6571 # Check whether --enable-button or --disable-button was given.
6572 if test "${enable_button+set}" = set; then
6573 enableval
="$enable_button"
6575 if test "$enableval" = yes; then
6576 ac_cv_use_button
='wxUSE_BUTTON=yes'
6578 ac_cv_use_button
='wxUSE_BUTTON=no'
6583 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
6584 if test "x$LINE" != x
; then
6585 eval "DEFAULT_$LINE"
6590 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
6594 eval "$ac_cv_use_button"
6595 if test "$no_cache" != 1; then
6596 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
6599 if test "$wxUSE_BUTTON" = yes; then
6600 echo "$as_me:$LINENO: result: yes" >&5
6601 echo "${ECHO_T}yes" >&6
6603 echo "$as_me:$LINENO: result: no" >&5
6604 echo "${ECHO_T}no" >&6
6609 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
6610 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
6612 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
6613 if test "${enable_bmpbutton+set}" = set; then
6614 enableval
="$enable_bmpbutton"
6616 if test "$enableval" = yes; then
6617 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
6619 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
6624 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
6625 if test "x$LINE" != x
; then
6626 eval "DEFAULT_$LINE"
6631 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
6635 eval "$ac_cv_use_bmpbutton"
6636 if test "$no_cache" != 1; then
6637 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
6640 if test "$wxUSE_BMPBUTTON" = yes; then
6641 echo "$as_me:$LINENO: result: yes" >&5
6642 echo "${ECHO_T}yes" >&6
6644 echo "$as_me:$LINENO: result: no" >&5
6645 echo "${ECHO_T}no" >&6
6650 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
6651 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
6653 # Check whether --enable-calendar or --disable-calendar was given.
6654 if test "${enable_calendar+set}" = set; then
6655 enableval
="$enable_calendar"
6657 if test "$enableval" = yes; then
6658 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
6660 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
6665 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
6666 if test "x$LINE" != x
; then
6667 eval "DEFAULT_$LINE"
6672 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
6676 eval "$ac_cv_use_calendar"
6677 if test "$no_cache" != 1; then
6678 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6681 if test "$wxUSE_CALCTRL" = yes; then
6682 echo "$as_me:$LINENO: result: yes" >&5
6683 echo "${ECHO_T}yes" >&6
6685 echo "$as_me:$LINENO: result: no" >&5
6686 echo "${ECHO_T}no" >&6
6691 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
6692 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
6694 # Check whether --enable-caret or --disable-caret was given.
6695 if test "${enable_caret+set}" = set; then
6696 enableval
="$enable_caret"
6698 if test "$enableval" = yes; then
6699 ac_cv_use_caret
='wxUSE_CARET=yes'
6701 ac_cv_use_caret
='wxUSE_CARET=no'
6706 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6707 if test "x$LINE" != x
; then
6708 eval "DEFAULT_$LINE"
6713 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
6717 eval "$ac_cv_use_caret"
6718 if test "$no_cache" != 1; then
6719 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6722 if test "$wxUSE_CARET" = yes; then
6723 echo "$as_me:$LINENO: result: yes" >&5
6724 echo "${ECHO_T}yes" >&6
6726 echo "$as_me:$LINENO: result: no" >&5
6727 echo "${ECHO_T}no" >&6
6732 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
6733 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
6735 # Check whether --enable-checkbox or --disable-checkbox was given.
6736 if test "${enable_checkbox+set}" = set; then
6737 enableval
="$enable_checkbox"
6739 if test "$enableval" = yes; then
6740 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
6742 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
6747 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6748 if test "x$LINE" != x
; then
6749 eval "DEFAULT_$LINE"
6754 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
6758 eval "$ac_cv_use_checkbox"
6759 if test "$no_cache" != 1; then
6760 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6763 if test "$wxUSE_CHECKBOX" = yes; then
6764 echo "$as_me:$LINENO: result: yes" >&5
6765 echo "${ECHO_T}yes" >&6
6767 echo "$as_me:$LINENO: result: no" >&5
6768 echo "${ECHO_T}no" >&6
6773 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
6774 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
6776 # Check whether --enable-checklst or --disable-checklst was given.
6777 if test "${enable_checklst+set}" = set; then
6778 enableval
="$enable_checklst"
6780 if test "$enableval" = yes; then
6781 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
6783 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
6788 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
6789 if test "x$LINE" != x
; then
6790 eval "DEFAULT_$LINE"
6795 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
6799 eval "$ac_cv_use_checklst"
6800 if test "$no_cache" != 1; then
6801 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6804 if test "$wxUSE_CHECKLST" = yes; then
6805 echo "$as_me:$LINENO: result: yes" >&5
6806 echo "${ECHO_T}yes" >&6
6808 echo "$as_me:$LINENO: result: no" >&5
6809 echo "${ECHO_T}no" >&6
6814 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
6815 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
6817 # Check whether --enable-choice or --disable-choice was given.
6818 if test "${enable_choice+set}" = set; then
6819 enableval
="$enable_choice"
6821 if test "$enableval" = yes; then
6822 ac_cv_use_choice
='wxUSE_CHOICE=yes'
6824 ac_cv_use_choice
='wxUSE_CHOICE=no'
6829 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6830 if test "x$LINE" != x
; then
6831 eval "DEFAULT_$LINE"
6836 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
6840 eval "$ac_cv_use_choice"
6841 if test "$no_cache" != 1; then
6842 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6845 if test "$wxUSE_CHOICE" = yes; then
6846 echo "$as_me:$LINENO: result: yes" >&5
6847 echo "${ECHO_T}yes" >&6
6849 echo "$as_me:$LINENO: result: no" >&5
6850 echo "${ECHO_T}no" >&6
6855 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
6856 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
6858 # Check whether --enable-combobox or --disable-combobox was given.
6859 if test "${enable_combobox+set}" = set; then
6860 enableval
="$enable_combobox"
6862 if test "$enableval" = yes; then
6863 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
6865 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
6870 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6871 if test "x$LINE" != x
; then
6872 eval "DEFAULT_$LINE"
6877 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6881 eval "$ac_cv_use_combobox"
6882 if test "$no_cache" != 1; then
6883 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6886 if test "$wxUSE_COMBOBOX" = yes; then
6887 echo "$as_me:$LINENO: result: yes" >&5
6888 echo "${ECHO_T}yes" >&6
6890 echo "$as_me:$LINENO: result: no" >&5
6891 echo "${ECHO_T}no" >&6
6896 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
6897 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
6899 # Check whether --enable-display or --disable-display was given.
6900 if test "${enable_display+set}" = set; then
6901 enableval
="$enable_display"
6903 if test "$enableval" = yes; then
6904 ac_cv_use_display
='wxUSE_DISPLAY=yes'
6906 ac_cv_use_display
='wxUSE_DISPLAY=no'
6911 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
6912 if test "x$LINE" != x
; then
6913 eval "DEFAULT_$LINE"
6918 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
6922 eval "$ac_cv_use_display"
6923 if test "$no_cache" != 1; then
6924 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
6927 if test "$wxUSE_DISPLAY" = yes; then
6928 echo "$as_me:$LINENO: result: yes" >&5
6929 echo "${ECHO_T}yes" >&6
6931 echo "$as_me:$LINENO: result: no" >&5
6932 echo "${ECHO_T}no" >&6
6937 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
6938 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
6940 # Check whether --enable-gauge or --disable-gauge was given.
6941 if test "${enable_gauge+set}" = set; then
6942 enableval
="$enable_gauge"
6944 if test "$enableval" = yes; then
6945 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
6947 ac_cv_use_gauge
='wxUSE_GAUGE=no'
6952 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6953 if test "x$LINE" != x
; then
6954 eval "DEFAULT_$LINE"
6959 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
6963 eval "$ac_cv_use_gauge"
6964 if test "$no_cache" != 1; then
6965 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
6968 if test "$wxUSE_GAUGE" = yes; then
6969 echo "$as_me:$LINENO: result: yes" >&5
6970 echo "${ECHO_T}yes" >&6
6972 echo "$as_me:$LINENO: result: no" >&5
6973 echo "${ECHO_T}no" >&6
6978 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
6979 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
6981 # Check whether --enable-grid or --disable-grid was given.
6982 if test "${enable_grid+set}" = set; then
6983 enableval
="$enable_grid"
6985 if test "$enableval" = yes; then
6986 ac_cv_use_grid
='wxUSE_GRID=yes'
6988 ac_cv_use_grid
='wxUSE_GRID=no'
6993 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
6994 if test "x$LINE" != x
; then
6995 eval "DEFAULT_$LINE"
7000 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7004 eval "$ac_cv_use_grid"
7005 if test "$no_cache" != 1; then
7006 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7009 if test "$wxUSE_GRID" = yes; then
7010 echo "$as_me:$LINENO: result: yes" >&5
7011 echo "${ECHO_T}yes" >&6
7013 echo "$as_me:$LINENO: result: no" >&5
7014 echo "${ECHO_T}no" >&6
7019 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7020 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7022 # Check whether --enable-imaglist or --disable-imaglist was given.
7023 if test "${enable_imaglist+set}" = set; then
7024 enableval
="$enable_imaglist"
7026 if test "$enableval" = yes; then
7027 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
7029 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
7034 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7035 if test "x$LINE" != x
; then
7036 eval "DEFAULT_$LINE"
7041 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7045 eval "$ac_cv_use_imaglist"
7046 if test "$no_cache" != 1; then
7047 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7050 if test "$wxUSE_IMAGLIST" = yes; then
7051 echo "$as_me:$LINENO: result: yes" >&5
7052 echo "${ECHO_T}yes" >&6
7054 echo "$as_me:$LINENO: result: no" >&5
7055 echo "${ECHO_T}no" >&6
7060 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7061 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7063 # Check whether --enable-listbox or --disable-listbox was given.
7064 if test "${enable_listbox+set}" = set; then
7065 enableval
="$enable_listbox"
7067 if test "$enableval" = yes; then
7068 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
7070 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
7075 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7076 if test "x$LINE" != x
; then
7077 eval "DEFAULT_$LINE"
7082 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
7086 eval "$ac_cv_use_listbox"
7087 if test "$no_cache" != 1; then
7088 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7091 if test "$wxUSE_LISTBOX" = yes; then
7092 echo "$as_me:$LINENO: result: yes" >&5
7093 echo "${ECHO_T}yes" >&6
7095 echo "$as_me:$LINENO: result: no" >&5
7096 echo "${ECHO_T}no" >&6
7101 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7102 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
7104 # Check whether --enable-listctrl or --disable-listctrl was given.
7105 if test "${enable_listctrl+set}" = set; then
7106 enableval
="$enable_listctrl"
7108 if test "$enableval" = yes; then
7109 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
7111 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
7116 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7117 if test "x$LINE" != x
; then
7118 eval "DEFAULT_$LINE"
7123 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
7127 eval "$ac_cv_use_listctrl"
7128 if test "$no_cache" != 1; then
7129 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7132 if test "$wxUSE_LISTCTRL" = yes; then
7133 echo "$as_me:$LINENO: result: yes" >&5
7134 echo "${ECHO_T}yes" >&6
7136 echo "$as_me:$LINENO: result: no" >&5
7137 echo "${ECHO_T}no" >&6
7142 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7143 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
7145 # Check whether --enable-notebook or --disable-notebook was given.
7146 if test "${enable_notebook+set}" = set; then
7147 enableval
="$enable_notebook"
7149 if test "$enableval" = yes; then
7150 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
7152 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
7157 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7158 if test "x$LINE" != x
; then
7159 eval "DEFAULT_$LINE"
7164 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
7168 eval "$ac_cv_use_notebook"
7169 if test "$no_cache" != 1; then
7170 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7173 if test "$wxUSE_NOTEBOOK" = yes; then
7174 echo "$as_me:$LINENO: result: yes" >&5
7175 echo "${ECHO_T}yes" >&6
7177 echo "$as_me:$LINENO: result: no" >&5
7178 echo "${ECHO_T}no" >&6
7183 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7184 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
7186 # Check whether --enable-radiobox or --disable-radiobox was given.
7187 if test "${enable_radiobox+set}" = set; then
7188 enableval
="$enable_radiobox"
7190 if test "$enableval" = yes; then
7191 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
7193 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
7198 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7199 if test "x$LINE" != x
; then
7200 eval "DEFAULT_$LINE"
7205 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
7209 eval "$ac_cv_use_radiobox"
7210 if test "$no_cache" != 1; then
7211 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7214 if test "$wxUSE_RADIOBOX" = yes; then
7215 echo "$as_me:$LINENO: result: yes" >&5
7216 echo "${ECHO_T}yes" >&6
7218 echo "$as_me:$LINENO: result: no" >&5
7219 echo "${ECHO_T}no" >&6
7224 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7225 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
7227 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7228 if test "${enable_radiobtn+set}" = set; then
7229 enableval
="$enable_radiobtn"
7231 if test "$enableval" = yes; then
7232 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
7234 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
7239 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7240 if test "x$LINE" != x
; then
7241 eval "DEFAULT_$LINE"
7246 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
7250 eval "$ac_cv_use_radiobtn"
7251 if test "$no_cache" != 1; then
7252 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7255 if test "$wxUSE_RADIOBTN" = yes; then
7256 echo "$as_me:$LINENO: result: yes" >&5
7257 echo "${ECHO_T}yes" >&6
7259 echo "$as_me:$LINENO: result: no" >&5
7260 echo "${ECHO_T}no" >&6
7265 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7266 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
7268 # Check whether --enable-sash or --disable-sash was given.
7269 if test "${enable_sash+set}" = set; then
7270 enableval
="$enable_sash"
7272 if test "$enableval" = yes; then
7273 ac_cv_use_sash
='wxUSE_SASH=yes'
7275 ac_cv_use_sash
='wxUSE_SASH=no'
7280 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7281 if test "x$LINE" != x
; then
7282 eval "DEFAULT_$LINE"
7287 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
7291 eval "$ac_cv_use_sash"
7292 if test "$no_cache" != 1; then
7293 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7296 if test "$wxUSE_SASH" = yes; then
7297 echo "$as_me:$LINENO: result: yes" >&5
7298 echo "${ECHO_T}yes" >&6
7300 echo "$as_me:$LINENO: result: no" >&5
7301 echo "${ECHO_T}no" >&6
7306 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7307 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
7309 # Check whether --enable-scrollbar or --disable-scrollbar was given.
7310 if test "${enable_scrollbar+set}" = set; then
7311 enableval
="$enable_scrollbar"
7313 if test "$enableval" = yes; then
7314 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
7316 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
7321 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7322 if test "x$LINE" != x
; then
7323 eval "DEFAULT_$LINE"
7328 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
7332 eval "$ac_cv_use_scrollbar"
7333 if test "$no_cache" != 1; then
7334 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7337 if test "$wxUSE_SCROLLBAR" = yes; then
7338 echo "$as_me:$LINENO: result: yes" >&5
7339 echo "${ECHO_T}yes" >&6
7341 echo "$as_me:$LINENO: result: no" >&5
7342 echo "${ECHO_T}no" >&6
7347 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7348 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
7350 # Check whether --enable-slider or --disable-slider was given.
7351 if test "${enable_slider+set}" = set; then
7352 enableval
="$enable_slider"
7354 if test "$enableval" = yes; then
7355 ac_cv_use_slider
='wxUSE_SLIDER=yes'
7357 ac_cv_use_slider
='wxUSE_SLIDER=no'
7362 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7363 if test "x$LINE" != x
; then
7364 eval "DEFAULT_$LINE"
7369 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
7373 eval "$ac_cv_use_slider"
7374 if test "$no_cache" != 1; then
7375 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7378 if test "$wxUSE_SLIDER" = yes; then
7379 echo "$as_me:$LINENO: result: yes" >&5
7380 echo "${ECHO_T}yes" >&6
7382 echo "$as_me:$LINENO: result: no" >&5
7383 echo "${ECHO_T}no" >&6
7388 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7389 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
7391 # Check whether --enable-spinbtn or --disable-spinbtn was given.
7392 if test "${enable_spinbtn+set}" = set; then
7393 enableval
="$enable_spinbtn"
7395 if test "$enableval" = yes; then
7396 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
7398 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
7403 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7404 if test "x$LINE" != x
; then
7405 eval "DEFAULT_$LINE"
7410 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
7414 eval "$ac_cv_use_spinbtn"
7415 if test "$no_cache" != 1; then
7416 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7419 if test "$wxUSE_SPINBTN" = yes; then
7420 echo "$as_me:$LINENO: result: yes" >&5
7421 echo "${ECHO_T}yes" >&6
7423 echo "$as_me:$LINENO: result: no" >&5
7424 echo "${ECHO_T}no" >&6
7429 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
7430 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
7432 # Check whether --enable-spinctrl or --disable-spinctrl was given.
7433 if test "${enable_spinctrl+set}" = set; then
7434 enableval
="$enable_spinctrl"
7436 if test "$enableval" = yes; then
7437 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
7439 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
7444 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
7445 if test "x$LINE" != x
; then
7446 eval "DEFAULT_$LINE"
7451 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
7455 eval "$ac_cv_use_spinctrl"
7456 if test "$no_cache" != 1; then
7457 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
7460 if test "$wxUSE_SPINCTRL" = yes; then
7461 echo "$as_me:$LINENO: result: yes" >&5
7462 echo "${ECHO_T}yes" >&6
7464 echo "$as_me:$LINENO: result: no" >&5
7465 echo "${ECHO_T}no" >&6
7470 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
7471 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
7473 # Check whether --enable-splitter or --disable-splitter was given.
7474 if test "${enable_splitter+set}" = set; then
7475 enableval
="$enable_splitter"
7477 if test "$enableval" = yes; then
7478 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
7480 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
7485 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
7486 if test "x$LINE" != x
; then
7487 eval "DEFAULT_$LINE"
7492 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
7496 eval "$ac_cv_use_splitter"
7497 if test "$no_cache" != 1; then
7498 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
7501 if test "$wxUSE_SPLITTER" = yes; then
7502 echo "$as_me:$LINENO: result: yes" >&5
7503 echo "${ECHO_T}yes" >&6
7505 echo "$as_me:$LINENO: result: no" >&5
7506 echo "${ECHO_T}no" >&6
7511 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
7512 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
7514 # Check whether --enable-statbmp or --disable-statbmp was given.
7515 if test "${enable_statbmp+set}" = set; then
7516 enableval
="$enable_statbmp"
7518 if test "$enableval" = yes; then
7519 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
7521 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
7526 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
7527 if test "x$LINE" != x
; then
7528 eval "DEFAULT_$LINE"
7533 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
7537 eval "$ac_cv_use_statbmp"
7538 if test "$no_cache" != 1; then
7539 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
7542 if test "$wxUSE_STATBMP" = yes; then
7543 echo "$as_me:$LINENO: result: yes" >&5
7544 echo "${ECHO_T}yes" >&6
7546 echo "$as_me:$LINENO: result: no" >&5
7547 echo "${ECHO_T}no" >&6
7552 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
7553 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
7555 # Check whether --enable-statbox or --disable-statbox was given.
7556 if test "${enable_statbox+set}" = set; then
7557 enableval
="$enable_statbox"
7559 if test "$enableval" = yes; then
7560 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
7562 ac_cv_use_statbox
='wxUSE_STATBOX=no'
7567 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
7568 if test "x$LINE" != x
; then
7569 eval "DEFAULT_$LINE"
7574 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
7578 eval "$ac_cv_use_statbox"
7579 if test "$no_cache" != 1; then
7580 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
7583 if test "$wxUSE_STATBOX" = yes; then
7584 echo "$as_me:$LINENO: result: yes" >&5
7585 echo "${ECHO_T}yes" >&6
7587 echo "$as_me:$LINENO: result: no" >&5
7588 echo "${ECHO_T}no" >&6
7593 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
7594 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
7596 # Check whether --enable-statline or --disable-statline was given.
7597 if test "${enable_statline+set}" = set; then
7598 enableval
="$enable_statline"
7600 if test "$enableval" = yes; then
7601 ac_cv_use_statline
='wxUSE_STATLINE=yes'
7603 ac_cv_use_statline
='wxUSE_STATLINE=no'
7608 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
7609 if test "x$LINE" != x
; then
7610 eval "DEFAULT_$LINE"
7615 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
7619 eval "$ac_cv_use_statline"
7620 if test "$no_cache" != 1; then
7621 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
7624 if test "$wxUSE_STATLINE" = yes; then
7625 echo "$as_me:$LINENO: result: yes" >&5
7626 echo "${ECHO_T}yes" >&6
7628 echo "$as_me:$LINENO: result: no" >&5
7629 echo "${ECHO_T}no" >&6
7634 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
7635 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
7637 # Check whether --enable-stattext or --disable-stattext was given.
7638 if test "${enable_stattext+set}" = set; then
7639 enableval
="$enable_stattext"
7641 if test "$enableval" = yes; then
7642 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
7644 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
7649 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
7650 if test "x$LINE" != x
; then
7651 eval "DEFAULT_$LINE"
7656 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
7660 eval "$ac_cv_use_stattext"
7661 if test "$no_cache" != 1; then
7662 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
7665 if test "$wxUSE_STATTEXT" = yes; then
7666 echo "$as_me:$LINENO: result: yes" >&5
7667 echo "${ECHO_T}yes" >&6
7669 echo "$as_me:$LINENO: result: no" >&5
7670 echo "${ECHO_T}no" >&6
7675 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
7676 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
7678 # Check whether --enable-statusbar or --disable-statusbar was given.
7679 if test "${enable_statusbar+set}" = set; then
7680 enableval
="$enable_statusbar"
7682 if test "$enableval" = yes; then
7683 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
7685 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
7690 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
7691 if test "x$LINE" != x
; then
7692 eval "DEFAULT_$LINE"
7697 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
7701 eval "$ac_cv_use_statusbar"
7702 if test "$no_cache" != 1; then
7703 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7706 if test "$wxUSE_STATUSBAR" = yes; then
7707 echo "$as_me:$LINENO: result: yes" >&5
7708 echo "${ECHO_T}yes" >&6
7710 echo "$as_me:$LINENO: result: no" >&5
7711 echo "${ECHO_T}no" >&6
7716 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
7717 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
7719 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7720 if test "${enable_tabdialog+set}" = set; then
7721 enableval
="$enable_tabdialog"
7723 if test "$enableval" = yes; then
7724 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
7726 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
7731 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7732 if test "x$LINE" != x
; then
7733 eval "DEFAULT_$LINE"
7738 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
7742 eval "$ac_cv_use_tabdialog"
7743 if test "$no_cache" != 1; then
7744 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
7747 if test "$wxUSE_TABDIALOG" = yes; then
7748 echo "$as_me:$LINENO: result: yes" >&5
7749 echo "${ECHO_T}yes" >&6
7751 echo "$as_me:$LINENO: result: no" >&5
7752 echo "${ECHO_T}no" >&6
7757 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
7758 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
7760 # Check whether --enable-textctrl or --disable-textctrl was given.
7761 if test "${enable_textctrl+set}" = set; then
7762 enableval
="$enable_textctrl"
7764 if test "$enableval" = yes; then
7765 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
7767 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
7772 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
7773 if test "x$LINE" != x
; then
7774 eval "DEFAULT_$LINE"
7779 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
7783 eval "$ac_cv_use_textctrl"
7784 if test "$no_cache" != 1; then
7785 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
7788 if test "$wxUSE_TEXTCTRL" = yes; then
7789 echo "$as_me:$LINENO: result: yes" >&5
7790 echo "${ECHO_T}yes" >&6
7792 echo "$as_me:$LINENO: result: no" >&5
7793 echo "${ECHO_T}no" >&6
7798 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
7799 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
7801 # Check whether --enable-togglebtn or --disable-togglebtn was given.
7802 if test "${enable_togglebtn+set}" = set; then
7803 enableval
="$enable_togglebtn"
7805 if test "$enableval" = yes; then
7806 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
7808 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
7813 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7814 if test "x$LINE" != x
; then
7815 eval "DEFAULT_$LINE"
7820 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
7824 eval "$ac_cv_use_togglebtn"
7825 if test "$no_cache" != 1; then
7826 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7829 if test "$wxUSE_TOGGLEBTN" = yes; then
7830 echo "$as_me:$LINENO: result: yes" >&5
7831 echo "${ECHO_T}yes" >&6
7833 echo "$as_me:$LINENO: result: no" >&5
7834 echo "${ECHO_T}no" >&6
7839 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
7840 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
7842 # Check whether --enable-toolbar or --disable-toolbar was given.
7843 if test "${enable_toolbar+set}" = set; then
7844 enableval
="$enable_toolbar"
7846 if test "$enableval" = yes; then
7847 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
7849 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
7854 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7855 if test "x$LINE" != x
; then
7856 eval "DEFAULT_$LINE"
7861 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
7865 eval "$ac_cv_use_toolbar"
7866 if test "$no_cache" != 1; then
7867 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7870 if test "$wxUSE_TOOLBAR" = yes; then
7871 echo "$as_me:$LINENO: result: yes" >&5
7872 echo "${ECHO_T}yes" >&6
7874 echo "$as_me:$LINENO: result: no" >&5
7875 echo "${ECHO_T}no" >&6
7880 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
7881 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
7883 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7884 if test "${enable_tbarnative+set}" = set; then
7885 enableval
="$enable_tbarnative"
7887 if test "$enableval" = yes; then
7888 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
7890 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
7895 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7896 if test "x$LINE" != x
; then
7897 eval "DEFAULT_$LINE"
7902 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7906 eval "$ac_cv_use_tbarnative"
7907 if test "$no_cache" != 1; then
7908 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7911 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7912 echo "$as_me:$LINENO: result: yes" >&5
7913 echo "${ECHO_T}yes" >&6
7915 echo "$as_me:$LINENO: result: no" >&5
7916 echo "${ECHO_T}no" >&6
7921 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
7922 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
7924 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7925 if test "${enable_tbarsmpl+set}" = set; then
7926 enableval
="$enable_tbarsmpl"
7928 if test "$enableval" = yes; then
7929 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
7931 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
7936 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7937 if test "x$LINE" != x
; then
7938 eval "DEFAULT_$LINE"
7943 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7947 eval "$ac_cv_use_tbarsmpl"
7948 if test "$no_cache" != 1; then
7949 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7952 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
7953 echo "$as_me:$LINENO: result: yes" >&5
7954 echo "${ECHO_T}yes" >&6
7956 echo "$as_me:$LINENO: result: no" >&5
7957 echo "${ECHO_T}no" >&6
7962 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
7963 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
7965 # Check whether --enable-treectrl or --disable-treectrl was given.
7966 if test "${enable_treectrl+set}" = set; then
7967 enableval
="$enable_treectrl"
7969 if test "$enableval" = yes; then
7970 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
7972 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
7977 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
7978 if test "x$LINE" != x
; then
7979 eval "DEFAULT_$LINE"
7984 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
7988 eval "$ac_cv_use_treectrl"
7989 if test "$no_cache" != 1; then
7990 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
7993 if test "$wxUSE_TREECTRL" = yes; then
7994 echo "$as_me:$LINENO: result: yes" >&5
7995 echo "${ECHO_T}yes" >&6
7997 echo "$as_me:$LINENO: result: no" >&5
7998 echo "${ECHO_T}no" >&6
8003 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8004 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8006 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8007 if test "${enable_tipwindow+set}" = set; then
8008 enableval
="$enable_tipwindow"
8010 if test "$enableval" = yes; then
8011 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
8013 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
8018 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8019 if test "x$LINE" != x
; then
8020 eval "DEFAULT_$LINE"
8025 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8029 eval "$ac_cv_use_tipwindow"
8030 if test "$no_cache" != 1; then
8031 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8034 if test "$wxUSE_TIPWINDOW" = yes; then
8035 echo "$as_me:$LINENO: result: yes" >&5
8036 echo "${ECHO_T}yes" >&6
8038 echo "$as_me:$LINENO: result: no" >&5
8039 echo "${ECHO_T}no" >&6
8044 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8045 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8047 # Check whether --enable-popupwin or --disable-popupwin was given.
8048 if test "${enable_popupwin+set}" = set; then
8049 enableval
="$enable_popupwin"
8051 if test "$enableval" = yes; then
8052 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
8054 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
8059 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8060 if test "x$LINE" != x
; then
8061 eval "DEFAULT_$LINE"
8066 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
8070 eval "$ac_cv_use_popupwin"
8071 if test "$no_cache" != 1; then
8072 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8075 if test "$wxUSE_POPUPWIN" = yes; then
8076 echo "$as_me:$LINENO: result: yes" >&5
8077 echo "${ECHO_T}yes" >&6
8079 echo "$as_me:$LINENO: result: no" >&5
8080 echo "${ECHO_T}no" >&6
8087 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8088 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
8090 # Check whether --enable-commondlg or --disable-commondlg was given.
8091 if test "${enable_commondlg+set}" = set; then
8092 enableval
="$enable_commondlg"
8094 if test "$enableval" = yes; then
8095 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
8097 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
8102 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8103 if test "x$LINE" != x
; then
8104 eval "DEFAULT_$LINE"
8109 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
8113 eval "$ac_cv_use_commondlg"
8114 if test "$no_cache" != 1; then
8115 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8118 if test "$wxUSE_COMMONDLGS" = yes; then
8119 echo "$as_me:$LINENO: result: yes" >&5
8120 echo "${ECHO_T}yes" >&6
8122 echo "$as_me:$LINENO: result: no" >&5
8123 echo "${ECHO_T}no" >&6
8128 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8129 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
8131 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8132 if test "${enable_choicedlg+set}" = set; then
8133 enableval
="$enable_choicedlg"
8135 if test "$enableval" = yes; then
8136 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
8138 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
8143 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8144 if test "x$LINE" != x
; then
8145 eval "DEFAULT_$LINE"
8150 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
8154 eval "$ac_cv_use_choicedlg"
8155 if test "$no_cache" != 1; then
8156 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8159 if test "$wxUSE_CHOICEDLG" = yes; then
8160 echo "$as_me:$LINENO: result: yes" >&5
8161 echo "${ECHO_T}yes" >&6
8163 echo "$as_me:$LINENO: result: no" >&5
8164 echo "${ECHO_T}no" >&6
8169 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8170 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
8172 # Check whether --enable-coldlg or --disable-coldlg was given.
8173 if test "${enable_coldlg+set}" = set; then
8174 enableval
="$enable_coldlg"
8176 if test "$enableval" = yes; then
8177 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
8179 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
8184 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8185 if test "x$LINE" != x
; then
8186 eval "DEFAULT_$LINE"
8191 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
8195 eval "$ac_cv_use_coldlg"
8196 if test "$no_cache" != 1; then
8197 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8200 if test "$wxUSE_COLOURDLG" = yes; then
8201 echo "$as_me:$LINENO: result: yes" >&5
8202 echo "${ECHO_T}yes" >&6
8204 echo "$as_me:$LINENO: result: no" >&5
8205 echo "${ECHO_T}no" >&6
8210 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8211 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
8213 # Check whether --enable-filedlg or --disable-filedlg was given.
8214 if test "${enable_filedlg+set}" = set; then
8215 enableval
="$enable_filedlg"
8217 if test "$enableval" = yes; then
8218 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
8220 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
8225 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8226 if test "x$LINE" != x
; then
8227 eval "DEFAULT_$LINE"
8232 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
8236 eval "$ac_cv_use_filedlg"
8237 if test "$no_cache" != 1; then
8238 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8241 if test "$wxUSE_FILEDLG" = yes; then
8242 echo "$as_me:$LINENO: result: yes" >&5
8243 echo "${ECHO_T}yes" >&6
8245 echo "$as_me:$LINENO: result: no" >&5
8246 echo "${ECHO_T}no" >&6
8251 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8252 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8254 # Check whether --enable-finddlg or --disable-finddlg was given.
8255 if test "${enable_finddlg+set}" = set; then
8256 enableval
="$enable_finddlg"
8258 if test "$enableval" = yes; then
8259 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
8261 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
8266 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8267 if test "x$LINE" != x
; then
8268 eval "DEFAULT_$LINE"
8273 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
8277 eval "$ac_cv_use_finddlg"
8278 if test "$no_cache" != 1; then
8279 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8282 if test "$wxUSE_FINDREPLDLG" = yes; then
8283 echo "$as_me:$LINENO: result: yes" >&5
8284 echo "${ECHO_T}yes" >&6
8286 echo "$as_me:$LINENO: result: no" >&5
8287 echo "${ECHO_T}no" >&6
8292 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8293 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
8295 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8296 if test "${enable_fontdlg+set}" = set; then
8297 enableval
="$enable_fontdlg"
8299 if test "$enableval" = yes; then
8300 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
8302 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
8307 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8308 if test "x$LINE" != x
; then
8309 eval "DEFAULT_$LINE"
8314 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
8318 eval "$ac_cv_use_fontdlg"
8319 if test "$no_cache" != 1; then
8320 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8323 if test "$wxUSE_FONTDLG" = yes; then
8324 echo "$as_me:$LINENO: result: yes" >&5
8325 echo "${ECHO_T}yes" >&6
8327 echo "$as_me:$LINENO: result: no" >&5
8328 echo "${ECHO_T}no" >&6
8333 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8334 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
8336 # Check whether --enable-dirdlg or --disable-dirdlg was given.
8337 if test "${enable_dirdlg+set}" = set; then
8338 enableval
="$enable_dirdlg"
8340 if test "$enableval" = yes; then
8341 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
8343 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
8348 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8349 if test "x$LINE" != x
; then
8350 eval "DEFAULT_$LINE"
8355 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
8359 eval "$ac_cv_use_dirdlg"
8360 if test "$no_cache" != 1; then
8361 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
8364 if test "$wxUSE_DIRDLG" = yes; then
8365 echo "$as_me:$LINENO: result: yes" >&5
8366 echo "${ECHO_T}yes" >&6
8368 echo "$as_me:$LINENO: result: no" >&5
8369 echo "${ECHO_T}no" >&6
8374 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8375 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
8377 # Check whether --enable-msgdlg or --disable-msgdlg was given.
8378 if test "${enable_msgdlg+set}" = set; then
8379 enableval
="$enable_msgdlg"
8381 if test "$enableval" = yes; then
8382 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
8384 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
8389 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
8390 if test "x$LINE" != x
; then
8391 eval "DEFAULT_$LINE"
8396 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
8400 eval "$ac_cv_use_msgdlg"
8401 if test "$no_cache" != 1; then
8402 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
8405 if test "$wxUSE_MSGDLG" = yes; then
8406 echo "$as_me:$LINENO: result: yes" >&5
8407 echo "${ECHO_T}yes" >&6
8409 echo "$as_me:$LINENO: result: no" >&5
8410 echo "${ECHO_T}no" >&6
8415 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8416 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
8418 # Check whether --enable-numberdlg or --disable-numberdlg was given.
8419 if test "${enable_numberdlg+set}" = set; then
8420 enableval
="$enable_numberdlg"
8422 if test "$enableval" = yes; then
8423 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
8425 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
8430 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
8431 if test "x$LINE" != x
; then
8432 eval "DEFAULT_$LINE"
8437 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
8441 eval "$ac_cv_use_numberdlg"
8442 if test "$no_cache" != 1; then
8443 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
8446 if test "$wxUSE_NUMBERDLG" = yes; then
8447 echo "$as_me:$LINENO: result: yes" >&5
8448 echo "${ECHO_T}yes" >&6
8450 echo "$as_me:$LINENO: result: no" >&5
8451 echo "${ECHO_T}no" >&6
8456 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
8457 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
8459 # Check whether --enable-splash or --disable-splash was given.
8460 if test "${enable_splash+set}" = set; then
8461 enableval
="$enable_splash"
8463 if test "$enableval" = yes; then
8464 ac_cv_use_splash
='wxUSE_SPLASH=yes'
8466 ac_cv_use_splash
='wxUSE_SPLASH=no'
8471 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
8472 if test "x$LINE" != x
; then
8473 eval "DEFAULT_$LINE"
8478 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
8482 eval "$ac_cv_use_splash"
8483 if test "$no_cache" != 1; then
8484 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
8487 if test "$wxUSE_SPLASH" = yes; then
8488 echo "$as_me:$LINENO: result: yes" >&5
8489 echo "${ECHO_T}yes" >&6
8491 echo "$as_me:$LINENO: result: no" >&5
8492 echo "${ECHO_T}no" >&6
8497 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
8498 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
8500 # Check whether --enable-textdlg or --disable-textdlg was given.
8501 if test "${enable_textdlg+set}" = set; then
8502 enableval
="$enable_textdlg"
8504 if test "$enableval" = yes; then
8505 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
8507 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
8512 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
8513 if test "x$LINE" != x
; then
8514 eval "DEFAULT_$LINE"
8519 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
8523 eval "$ac_cv_use_textdlg"
8524 if test "$no_cache" != 1; then
8525 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
8528 if test "$wxUSE_TEXTDLG" = yes; then
8529 echo "$as_me:$LINENO: result: yes" >&5
8530 echo "${ECHO_T}yes" >&6
8532 echo "$as_me:$LINENO: result: no" >&5
8533 echo "${ECHO_T}no" >&6
8538 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
8539 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
8541 # Check whether --enable-tipdlg or --disable-tipdlg was given.
8542 if test "${enable_tipdlg+set}" = set; then
8543 enableval
="$enable_tipdlg"
8545 if test "$enableval" = yes; then
8546 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
8548 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
8553 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
8554 if test "x$LINE" != x
; then
8555 eval "DEFAULT_$LINE"
8560 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
8564 eval "$ac_cv_use_tipdlg"
8565 if test "$no_cache" != 1; then
8566 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
8569 if test "$wxUSE_STARTUP_TIPS" = yes; then
8570 echo "$as_me:$LINENO: result: yes" >&5
8571 echo "${ECHO_T}yes" >&6
8573 echo "$as_me:$LINENO: result: no" >&5
8574 echo "${ECHO_T}no" >&6
8579 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
8580 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
8582 # Check whether --enable-progressdlg or --disable-progressdlg was given.
8583 if test "${enable_progressdlg+set}" = set; then
8584 enableval
="$enable_progressdlg"
8586 if test "$enableval" = yes; then
8587 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
8589 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
8594 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
8595 if test "x$LINE" != x
; then
8596 eval "DEFAULT_$LINE"
8601 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
8605 eval "$ac_cv_use_progressdlg"
8606 if test "$no_cache" != 1; then
8607 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
8610 if test "$wxUSE_PROGRESSDLG" = yes; then
8611 echo "$as_me:$LINENO: result: yes" >&5
8612 echo "${ECHO_T}yes" >&6
8614 echo "$as_me:$LINENO: result: no" >&5
8615 echo "${ECHO_T}no" >&6
8620 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
8621 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
8623 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
8624 if test "${enable_wizarddlg+set}" = set; then
8625 enableval
="$enable_wizarddlg"
8627 if test "$enableval" = yes; then
8628 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
8630 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
8635 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
8636 if test "x$LINE" != x
; then
8637 eval "DEFAULT_$LINE"
8642 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
8646 eval "$ac_cv_use_wizarddlg"
8647 if test "$no_cache" != 1; then
8648 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
8651 if test "$wxUSE_WIZARDDLG" = yes; then
8652 echo "$as_me:$LINENO: result: yes" >&5
8653 echo "${ECHO_T}yes" >&6
8655 echo "$as_me:$LINENO: result: no" >&5
8656 echo "${ECHO_T}no" >&6
8663 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
8664 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
8666 # Check whether --enable-menus or --disable-menus was given.
8667 if test "${enable_menus+set}" = set; then
8668 enableval
="$enable_menus"
8670 if test "$enableval" = yes; then
8671 ac_cv_use_menus
='wxUSE_MENUS=yes'
8673 ac_cv_use_menus
='wxUSE_MENUS=no'
8678 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
8679 if test "x$LINE" != x
; then
8680 eval "DEFAULT_$LINE"
8685 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
8689 eval "$ac_cv_use_menus"
8690 if test "$no_cache" != 1; then
8691 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
8694 if test "$wxUSE_MENUS" = yes; then
8695 echo "$as_me:$LINENO: result: yes" >&5
8696 echo "${ECHO_T}yes" >&6
8698 echo "$as_me:$LINENO: result: no" >&5
8699 echo "${ECHO_T}no" >&6
8704 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
8705 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
8707 # Check whether --enable-miniframe or --disable-miniframe was given.
8708 if test "${enable_miniframe+set}" = set; then
8709 enableval
="$enable_miniframe"
8711 if test "$enableval" = yes; then
8712 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
8714 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
8719 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
8720 if test "x$LINE" != x
; then
8721 eval "DEFAULT_$LINE"
8726 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
8730 eval "$ac_cv_use_miniframe"
8731 if test "$no_cache" != 1; then
8732 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8735 if test "$wxUSE_MINIFRAME" = yes; then
8736 echo "$as_me:$LINENO: result: yes" >&5
8737 echo "${ECHO_T}yes" >&6
8739 echo "$as_me:$LINENO: result: no" >&5
8740 echo "${ECHO_T}no" >&6
8745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
8746 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
8748 # Check whether --enable-tooltips or --disable-tooltips was given.
8749 if test "${enable_tooltips+set}" = set; then
8750 enableval
="$enable_tooltips"
8752 if test "$enableval" = yes; then
8753 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
8755 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
8760 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
8761 if test "x$LINE" != x
; then
8762 eval "DEFAULT_$LINE"
8767 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
8771 eval "$ac_cv_use_tooltips"
8772 if test "$no_cache" != 1; then
8773 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
8776 if test "$wxUSE_TOOLTIPS" = yes; then
8777 echo "$as_me:$LINENO: result: yes" >&5
8778 echo "${ECHO_T}yes" >&6
8780 echo "$as_me:$LINENO: result: no" >&5
8781 echo "${ECHO_T}no" >&6
8786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
8787 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
8789 # Check whether --enable-splines or --disable-splines was given.
8790 if test "${enable_splines+set}" = set; then
8791 enableval
="$enable_splines"
8793 if test "$enableval" = yes; then
8794 ac_cv_use_splines
='wxUSE_SPLINES=yes'
8796 ac_cv_use_splines
='wxUSE_SPLINES=no'
8801 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
8802 if test "x$LINE" != x
; then
8803 eval "DEFAULT_$LINE"
8808 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
8812 eval "$ac_cv_use_splines"
8813 if test "$no_cache" != 1; then
8814 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
8817 if test "$wxUSE_SPLINES" = yes; then
8818 echo "$as_me:$LINENO: result: yes" >&5
8819 echo "${ECHO_T}yes" >&6
8821 echo "$as_me:$LINENO: result: no" >&5
8822 echo "${ECHO_T}no" >&6
8827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
8828 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
8830 # Check whether --enable-validators or --disable-validators was given.
8831 if test "${enable_validators+set}" = set; then
8832 enableval
="$enable_validators"
8834 if test "$enableval" = yes; then
8835 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
8837 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
8842 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
8843 if test "x$LINE" != x
; then
8844 eval "DEFAULT_$LINE"
8849 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
8853 eval "$ac_cv_use_validators"
8854 if test "$no_cache" != 1; then
8855 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
8858 if test "$wxUSE_VALIDATORS" = yes; then
8859 echo "$as_me:$LINENO: result: yes" >&5
8860 echo "${ECHO_T}yes" >&6
8862 echo "$as_me:$LINENO: result: no" >&5
8863 echo "${ECHO_T}no" >&6
8868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
8869 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
8871 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8872 if test "${enable_busyinfo+set}" = set; then
8873 enableval
="$enable_busyinfo"
8875 if test "$enableval" = yes; then
8876 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
8878 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
8883 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8884 if test "x$LINE" != x
; then
8885 eval "DEFAULT_$LINE"
8890 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
8894 eval "$ac_cv_use_busyinfo"
8895 if test "$no_cache" != 1; then
8896 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8899 if test "$wxUSE_BUSYINFO" = yes; then
8900 echo "$as_me:$LINENO: result: yes" >&5
8901 echo "${ECHO_T}yes" >&6
8903 echo "$as_me:$LINENO: result: no" >&5
8904 echo "${ECHO_T}no" >&6
8909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
8910 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
8912 # Check whether --enable-joystick or --disable-joystick was given.
8913 if test "${enable_joystick+set}" = set; then
8914 enableval
="$enable_joystick"
8916 if test "$enableval" = yes; then
8917 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
8919 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
8924 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8925 if test "x$LINE" != x
; then
8926 eval "DEFAULT_$LINE"
8931 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8935 eval "$ac_cv_use_joystick"
8936 if test "$no_cache" != 1; then
8937 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8940 if test "$wxUSE_JOYSTICK" = yes; then
8941 echo "$as_me:$LINENO: result: yes" >&5
8942 echo "${ECHO_T}yes" >&6
8944 echo "$as_me:$LINENO: result: no" >&5
8945 echo "${ECHO_T}no" >&6
8950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
8951 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
8953 # Check whether --enable-metafile or --disable-metafile was given.
8954 if test "${enable_metafile+set}" = set; then
8955 enableval
="$enable_metafile"
8957 if test "$enableval" = yes; then
8958 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
8960 ac_cv_use_metafile
='wxUSE_METAFILE=no'
8965 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
8966 if test "x$LINE" != x
; then
8967 eval "DEFAULT_$LINE"
8972 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
8976 eval "$ac_cv_use_metafile"
8977 if test "$no_cache" != 1; then
8978 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
8981 if test "$wxUSE_METAFILE" = yes; then
8982 echo "$as_me:$LINENO: result: yes" >&5
8983 echo "${ECHO_T}yes" >&6
8985 echo "$as_me:$LINENO: result: no" >&5
8986 echo "${ECHO_T}no" >&6
8991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
8992 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
8994 # Check whether --enable-dragimage or --disable-dragimage was given.
8995 if test "${enable_dragimage+set}" = set; then
8996 enableval
="$enable_dragimage"
8998 if test "$enableval" = yes; then
8999 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
9001 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
9006 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9007 if test "x$LINE" != x
; then
9008 eval "DEFAULT_$LINE"
9013 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9017 eval "$ac_cv_use_dragimage"
9018 if test "$no_cache" != 1; then
9019 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9022 if test "$wxUSE_DRAGIMAGE" = yes; then
9023 echo "$as_me:$LINENO: result: yes" >&5
9024 echo "${ECHO_T}yes" >&6
9026 echo "$as_me:$LINENO: result: no" >&5
9027 echo "${ECHO_T}no" >&6
9032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9033 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9035 # Check whether --enable-accessibility or --disable-accessibility was given.
9036 if test "${enable_accessibility+set}" = set; then
9037 enableval
="$enable_accessibility"
9039 if test "$enableval" = yes; then
9040 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
9042 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
9047 LINE
=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9048 if test "x$LINE" != x
; then
9049 eval "DEFAULT_$LINE"
9054 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
9058 eval "$ac_cv_use_accessibility"
9059 if test "$no_cache" != 1; then
9060 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9063 if test "$wxUSE_ACCESSIBILITY" = yes; then
9064 echo "$as_me:$LINENO: result: yes" >&5
9065 echo "${ECHO_T}yes" >&6
9067 echo "$as_me:$LINENO: result: no" >&5
9068 echo "${ECHO_T}no" >&6
9075 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9076 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9078 # Check whether --enable-palette or --disable-palette was given.
9079 if test "${enable_palette+set}" = set; then
9080 enableval
="$enable_palette"
9082 if test "$enableval" = yes; then
9083 ac_cv_use_palette
='wxUSE_PALETTE=yes'
9085 ac_cv_use_palette
='wxUSE_PALETTE=no'
9090 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9091 if test "x$LINE" != x
; then
9092 eval "DEFAULT_$LINE"
9097 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
9101 eval "$ac_cv_use_palette"
9102 if test "$no_cache" != 1; then
9103 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9106 if test "$wxUSE_PALETTE" = yes; then
9107 echo "$as_me:$LINENO: result: yes" >&5
9108 echo "${ECHO_T}yes" >&6
9110 echo "$as_me:$LINENO: result: no" >&5
9111 echo "${ECHO_T}no" >&6
9116 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9117 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
9119 # Check whether --enable-image or --disable-image was given.
9120 if test "${enable_image+set}" = set; then
9121 enableval
="$enable_image"
9123 if test "$enableval" = yes; then
9124 ac_cv_use_image
='wxUSE_IMAGE=yes'
9126 ac_cv_use_image
='wxUSE_IMAGE=no'
9131 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9132 if test "x$LINE" != x
; then
9133 eval "DEFAULT_$LINE"
9138 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
9142 eval "$ac_cv_use_image"
9143 if test "$no_cache" != 1; then
9144 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9147 if test "$wxUSE_IMAGE" = yes; then
9148 echo "$as_me:$LINENO: result: yes" >&5
9149 echo "${ECHO_T}yes" >&6
9151 echo "$as_me:$LINENO: result: no" >&5
9152 echo "${ECHO_T}no" >&6
9157 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9158 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
9160 # Check whether --enable-gif or --disable-gif was given.
9161 if test "${enable_gif+set}" = set; then
9162 enableval
="$enable_gif"
9164 if test "$enableval" = yes; then
9165 ac_cv_use_gif
='wxUSE_GIF=yes'
9167 ac_cv_use_gif
='wxUSE_GIF=no'
9172 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9173 if test "x$LINE" != x
; then
9174 eval "DEFAULT_$LINE"
9179 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
9183 eval "$ac_cv_use_gif"
9184 if test "$no_cache" != 1; then
9185 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9188 if test "$wxUSE_GIF" = yes; then
9189 echo "$as_me:$LINENO: result: yes" >&5
9190 echo "${ECHO_T}yes" >&6
9192 echo "$as_me:$LINENO: result: no" >&5
9193 echo "${ECHO_T}no" >&6
9198 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9199 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
9201 # Check whether --enable-pcx or --disable-pcx was given.
9202 if test "${enable_pcx+set}" = set; then
9203 enableval
="$enable_pcx"
9205 if test "$enableval" = yes; then
9206 ac_cv_use_pcx
='wxUSE_PCX=yes'
9208 ac_cv_use_pcx
='wxUSE_PCX=no'
9213 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9214 if test "x$LINE" != x
; then
9215 eval "DEFAULT_$LINE"
9220 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
9224 eval "$ac_cv_use_pcx"
9225 if test "$no_cache" != 1; then
9226 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9229 if test "$wxUSE_PCX" = yes; then
9230 echo "$as_me:$LINENO: result: yes" >&5
9231 echo "${ECHO_T}yes" >&6
9233 echo "$as_me:$LINENO: result: no" >&5
9234 echo "${ECHO_T}no" >&6
9239 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9240 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
9242 # Check whether --enable-iff or --disable-iff was given.
9243 if test "${enable_iff+set}" = set; then
9244 enableval
="$enable_iff"
9246 if test "$enableval" = yes; then
9247 ac_cv_use_iff
='wxUSE_IFF=yes'
9249 ac_cv_use_iff
='wxUSE_IFF=no'
9254 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9255 if test "x$LINE" != x
; then
9256 eval "DEFAULT_$LINE"
9261 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
9265 eval "$ac_cv_use_iff"
9266 if test "$no_cache" != 1; then
9267 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9270 if test "$wxUSE_IFF" = yes; then
9271 echo "$as_me:$LINENO: result: yes" >&5
9272 echo "${ECHO_T}yes" >&6
9274 echo "$as_me:$LINENO: result: no" >&5
9275 echo "${ECHO_T}no" >&6
9280 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9281 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
9283 # Check whether --enable-pnm or --disable-pnm was given.
9284 if test "${enable_pnm+set}" = set; then
9285 enableval
="$enable_pnm"
9287 if test "$enableval" = yes; then
9288 ac_cv_use_pnm
='wxUSE_PNM=yes'
9290 ac_cv_use_pnm
='wxUSE_PNM=no'
9295 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9296 if test "x$LINE" != x
; then
9297 eval "DEFAULT_$LINE"
9302 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
9306 eval "$ac_cv_use_pnm"
9307 if test "$no_cache" != 1; then
9308 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9311 if test "$wxUSE_PNM" = yes; then
9312 echo "$as_me:$LINENO: result: yes" >&5
9313 echo "${ECHO_T}yes" >&6
9315 echo "$as_me:$LINENO: result: no" >&5
9316 echo "${ECHO_T}no" >&6
9321 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9322 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
9324 # Check whether --enable-xpm or --disable-xpm was given.
9325 if test "${enable_xpm+set}" = set; then
9326 enableval
="$enable_xpm"
9328 if test "$enableval" = yes; then
9329 ac_cv_use_xpm
='wxUSE_XPM=yes'
9331 ac_cv_use_xpm
='wxUSE_XPM=no'
9336 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9337 if test "x$LINE" != x
; then
9338 eval "DEFAULT_$LINE"
9343 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
9347 eval "$ac_cv_use_xpm"
9348 if test "$no_cache" != 1; then
9349 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
9352 if test "$wxUSE_XPM" = yes; then
9353 echo "$as_me:$LINENO: result: yes" >&5
9354 echo "${ECHO_T}yes" >&6
9356 echo "$as_me:$LINENO: result: no" >&5
9357 echo "${ECHO_T}no" >&6
9362 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9363 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
9365 # Check whether --enable-ico_cur or --disable-ico_cur was given.
9366 if test "${enable_ico_cur+set}" = set; then
9367 enableval
="$enable_ico_cur"
9369 if test "$enableval" = yes; then
9370 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
9372 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
9377 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9378 if test "x$LINE" != x
; then
9379 eval "DEFAULT_$LINE"
9384 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
9388 eval "$ac_cv_use_ico_cur"
9389 if test "$no_cache" != 1; then
9390 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
9393 if test "$wxUSE_ICO_CUR" = yes; then
9394 echo "$as_me:$LINENO: result: yes" >&5
9395 echo "${ECHO_T}yes" >&6
9397 echo "$as_me:$LINENO: result: no" >&5
9398 echo "${ECHO_T}no" >&6
9405 *-pc-os2_emx | *-pc-os2-emx )
9417 echo "saving argument cache $wx_arg_cache_file"
9418 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
9422 echo "$as_me:$LINENO: checking for toolkit" >&5
9423 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
9425 # In Wine, we need to default to MSW, not GTK or MOTIF
9426 if test "$wxUSE_WINE" = "yes"; then
9427 DEFAULT_DEFAULT_wxUSE_GTK
=0
9428 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
9429 DEFAULT_DEFAULT_wxUSE_MSW
=1
9432 if test "$wxUSE_GUI" = "yes"; then
9434 if test "$USE_BEOS" = 1; then
9435 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
9436 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
9437 { (exit 1); exit 1; }; }
9440 if test "$TOOLKIT_GIVEN" = 1; then
9441 for toolkit
in `echo $ALL_TOOLKITS`; do
9443 eval "value=\$${var}"
9444 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
9447 for toolkit
in `echo $ALL_TOOLKITS`; do
9448 if test "$has_toolkit_in_cache" != 1; then
9449 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
9451 var
=DEFAULT_wxUSE_
$toolkit
9453 eval "wxUSE_$toolkit=\$${var}"
9457 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
9458 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
9459 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
9462 *-pc-os2_emx | *-pc-os2-emx )
9463 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
9466 case "$NUM_TOOLKITS" in
9470 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
9471 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
9472 { (exit 1); exit 1; }; }
9475 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
9476 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
9477 { (exit 1); exit 1; }; }
9480 for toolkit
in `echo $ALL_TOOLKITS`; do
9482 eval "value=\$${var}"
9483 if test "x$value" != x
; then
9484 cache_var
=CACHE_
$toolkit
9485 eval "cache=\$${cache_var}"
9486 if test "$cache" = 1; then
9487 echo "$var=$value" >> ${wx_arg_cache_file}
9489 if test "$value" = 1; then
9490 toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]`
9491 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
9492 echo "${ECHO_T}$toolkit_echo" >&6
9497 if test "x$host_alias" != "x"; then
9498 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
9499 echo "${ECHO_T}base ($host_alias hosted) only" >&6
9501 echo "$as_me:$LINENO: result: base only" >&5
9502 echo "${ECHO_T}base only" >&6
9510 if test "$wxUSE_MSW" = 1 ; then
9521 if test "$wxUSE_WINE" = "yes"; then
9528 if test "$wants_win32" = 1 ; then
9531 cat >>confdefs.h
<<\_ACEOF
9535 cat >>confdefs.h
<<\_ACEOF
9539 cat >>confdefs.h
<<\_ACEOF
9540 #define __WINDOWS__ 1
9543 cat >>confdefs.h
<<\_ACEOF
9544 #define __GNUWIN32__ 1
9547 cat >>confdefs.h
<<\_ACEOF
9551 cat >>confdefs.h
<<\_ACEOF
9552 #define WINVER 0x0400
9556 if test "$doesnt_want_win32" = 1 ; then
9561 if test "$USE_UNIX" = 1 ; then
9563 cat >>confdefs.h
<<\_ACEOF
9570 cat >confcache
<<\_ACEOF
9571 # This file is a shell script that caches the results of configure
9572 # tests run on this system so they can be shared between configure
9573 # scripts and configure runs, see configure's option --config-cache.
9574 # It is not useful on other systems. If it contains results you don't
9575 # want to keep, you may remove or edit it.
9577 # config.status only pays attention to the cache file if you give it
9578 # the --recheck option to rerun configure.
9580 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9581 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9586 # The following way of writing the cache mishandles newlines in values,
9587 # but we know of no workaround that is simple, portable, and efficient.
9588 # So, don't put newlines in cache variables' values.
9589 # Ultrix sh set writes to stderr and can't be redirected directly,
9590 # and sets the high bit in the cache file unless we assign to the vars.
9593 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9595 # `set' does not quote correctly, so add quotes (double-quote
9596 # substitution turns \\\\ into \\, and sed turns \\ into \).
9599 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9602 # `set' quotes correctly as required by POSIX, so do not add quotes.
9604 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9611 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9613 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9615 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
9616 if test -w $cache_file; then
9617 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9618 cat confcache
>$cache_file
9620 echo "not updating unwritable cache $cache_file"
9625 if test "$build" != "$host" ; then
9626 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
9630 RANLIB
=$host_alias-ranlib
9631 DLLTOOL
=$host_alias-dlltool
9632 RESCOMP
=$host_alias-windres
9635 STRIP
=$host_alias-strip
9637 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
9638 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
9639 { (exit 1); exit 1; }; }
9645 ac_cpp
='$CPP $CPPFLAGS'
9646 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9647 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9648 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
9649 if test -n "$ac_tool_prefix"; then
9650 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9651 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
9652 echo "$as_me:$LINENO: checking for $ac_word" >&5
9653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9654 if test "${ac_cv_prog_CC+set}" = set; then
9655 echo $ECHO_N "(cached) $ECHO_C" >&6
9657 if test -n "$CC"; then
9658 ac_cv_prog_CC
="$CC" # Let the user override the test.
9660 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9664 test -z "$as_dir" && as_dir
=.
9665 for ac_exec_ext
in '' $ac_executable_extensions; do
9666 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9667 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
9668 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9677 if test -n "$CC"; then
9678 echo "$as_me:$LINENO: result: $CC" >&5
9679 echo "${ECHO_T}$CC" >&6
9681 echo "$as_me:$LINENO: result: no" >&5
9682 echo "${ECHO_T}no" >&6
9686 if test -z "$ac_cv_prog_CC"; then
9688 # Extract the first word of "gcc", so it can be a program name with args.
9689 set dummy gcc
; ac_word
=$2
9690 echo "$as_me:$LINENO: checking for $ac_word" >&5
9691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9692 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9693 echo $ECHO_N "(cached) $ECHO_C" >&6
9695 if test -n "$ac_ct_CC"; then
9696 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9698 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9702 test -z "$as_dir" && as_dir
=.
9703 for ac_exec_ext
in '' $ac_executable_extensions; do
9704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9705 ac_cv_prog_ac_ct_CC
="gcc"
9706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9714 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9715 if test -n "$ac_ct_CC"; then
9716 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9717 echo "${ECHO_T}$ac_ct_CC" >&6
9719 echo "$as_me:$LINENO: result: no" >&5
9720 echo "${ECHO_T}no" >&6
9728 if test -z "$CC"; then
9729 if test -n "$ac_tool_prefix"; then
9730 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
9731 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
9732 echo "$as_me:$LINENO: checking for $ac_word" >&5
9733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9734 if test "${ac_cv_prog_CC+set}" = set; then
9735 echo $ECHO_N "(cached) $ECHO_C" >&6
9737 if test -n "$CC"; then
9738 ac_cv_prog_CC
="$CC" # Let the user override the test.
9740 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9744 test -z "$as_dir" && as_dir
=.
9745 for ac_exec_ext
in '' $ac_executable_extensions; do
9746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9747 ac_cv_prog_CC
="${ac_tool_prefix}cc"
9748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9757 if test -n "$CC"; then
9758 echo "$as_me:$LINENO: result: $CC" >&5
9759 echo "${ECHO_T}$CC" >&6
9761 echo "$as_me:$LINENO: result: no" >&5
9762 echo "${ECHO_T}no" >&6
9766 if test -z "$ac_cv_prog_CC"; then
9768 # Extract the first word of "cc", so it can be a program name with args.
9769 set dummy cc
; ac_word
=$2
9770 echo "$as_me:$LINENO: checking for $ac_word" >&5
9771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9772 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9773 echo $ECHO_N "(cached) $ECHO_C" >&6
9775 if test -n "$ac_ct_CC"; then
9776 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9778 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9782 test -z "$as_dir" && as_dir
=.
9783 for ac_exec_ext
in '' $ac_executable_extensions; do
9784 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9785 ac_cv_prog_ac_ct_CC
="cc"
9786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9794 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9795 if test -n "$ac_ct_CC"; then
9796 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9797 echo "${ECHO_T}$ac_ct_CC" >&6
9799 echo "$as_me:$LINENO: result: no" >&5
9800 echo "${ECHO_T}no" >&6
9809 if test -z "$CC"; then
9810 # Extract the first word of "cc", so it can be a program name with args.
9811 set dummy cc
; ac_word
=$2
9812 echo "$as_me:$LINENO: checking for $ac_word" >&5
9813 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9814 if test "${ac_cv_prog_CC+set}" = set; then
9815 echo $ECHO_N "(cached) $ECHO_C" >&6
9817 if test -n "$CC"; then
9818 ac_cv_prog_CC
="$CC" # Let the user override the test.
9821 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9825 test -z "$as_dir" && as_dir
=.
9826 for ac_exec_ext
in '' $ac_executable_extensions; do
9827 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9828 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
9829 ac_prog_rejected
=yes
9833 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9839 if test $ac_prog_rejected = yes; then
9840 # We found a bogon in the path, so make sure we never use it.
9841 set dummy
$ac_cv_prog_CC
9843 if test $# != 0; then
9844 # We chose a different compiler from the bogus one.
9845 # However, it has the same basename, so the bogon will be chosen
9846 # first if we set CC to just the basename; use the full file name.
9848 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
9854 if test -n "$CC"; then
9855 echo "$as_me:$LINENO: result: $CC" >&5
9856 echo "${ECHO_T}$CC" >&6
9858 echo "$as_me:$LINENO: result: no" >&5
9859 echo "${ECHO_T}no" >&6
9863 if test -z "$CC"; then
9864 if test -n "$ac_tool_prefix"; then
9867 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9868 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
9869 echo "$as_me:$LINENO: checking for $ac_word" >&5
9870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9871 if test "${ac_cv_prog_CC+set}" = set; then
9872 echo $ECHO_N "(cached) $ECHO_C" >&6
9874 if test -n "$CC"; then
9875 ac_cv_prog_CC
="$CC" # Let the user override the test.
9877 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9881 test -z "$as_dir" && as_dir
=.
9882 for ac_exec_ext
in '' $ac_executable_extensions; do
9883 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9884 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
9885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9894 if test -n "$CC"; then
9895 echo "$as_me:$LINENO: result: $CC" >&5
9896 echo "${ECHO_T}$CC" >&6
9898 echo "$as_me:$LINENO: result: no" >&5
9899 echo "${ECHO_T}no" >&6
9902 test -n "$CC" && break
9905 if test -z "$CC"; then
9909 # Extract the first word of "$ac_prog", so it can be a program name with args.
9910 set dummy
$ac_prog; ac_word
=$2
9911 echo "$as_me:$LINENO: checking for $ac_word" >&5
9912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9913 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9914 echo $ECHO_N "(cached) $ECHO_C" >&6
9916 if test -n "$ac_ct_CC"; then
9917 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9919 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9923 test -z "$as_dir" && as_dir
=.
9924 for ac_exec_ext
in '' $ac_executable_extensions; do
9925 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9926 ac_cv_prog_ac_ct_CC
="$ac_prog"
9927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9935 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9936 if test -n "$ac_ct_CC"; then
9937 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9938 echo "${ECHO_T}$ac_ct_CC" >&6
9940 echo "$as_me:$LINENO: result: no" >&5
9941 echo "${ECHO_T}no" >&6
9944 test -n "$ac_ct_CC" && break
9953 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
9954 See \`config.log' for more details." >&5
9955 echo "$as_me: error: no acceptable C compiler found in \$PATH
9956 See \`config.log' for more details." >&2;}
9957 { (exit 1); exit 1; }; }
9959 # Provide some information about the compiler.
9960 echo "$as_me:$LINENO:" \
9961 "checking for C compiler version" >&5
9962 ac_compiler
=`set X $ac_compile; echo $2`
9963 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
9964 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
9966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9967 (exit $ac_status); }
9968 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
9969 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
9971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9972 (exit $ac_status); }
9973 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
9974 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
9976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9977 (exit $ac_status); }
9979 cat >conftest.
$ac_ext <<_ACEOF
9980 #line $LINENO "configure"
9983 cat confdefs.h
>>conftest.
$ac_ext
9984 cat >>conftest.
$ac_ext <<_ACEOF
9985 /* end confdefs.h. */
9995 ac_clean_files_save
=$ac_clean_files
9996 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
9997 # Try to create an executable without -o first, disregard a.out.
9998 # It will help us diagnose broken compilers, and finding out an intuition
10000 echo "$as_me:$LINENO: checking for C compiler default output" >&5
10001 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
10002 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10003 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10004 (eval $ac_link_default) 2>&5
10006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10007 (exit $ac_status); }; then
10008 # Find the output, starting from the most likely. This scheme is
10009 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10012 # Be careful to initialize this variable, since it used to be cached.
10013 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10015 # b.out is created by i960 compilers.
10016 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
10018 test -f "$ac_file" || continue
10020 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
10023 # This is the source file.
10026 # We found the default executable, but exeext='' is most
10030 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10031 # FIXME: I believe we export ac_cv_exeext for Libtool,
10032 # but it would be cool to find out if it's true. Does anybody
10033 # maintain Libtool? --akim.
10034 export ac_cv_exeext
10041 echo "$as_me: failed program was:" >&5
10042 sed 's/^/| /' conftest.
$ac_ext >&5
10044 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10045 See \`config.log' for more details." >&5
10046 echo "$as_me: error: C compiler cannot create executables
10047 See \`config.log' for more details." >&2;}
10048 { (exit 77); exit 77; }; }
10051 ac_exeext
=$ac_cv_exeext
10052 echo "$as_me:$LINENO: result: $ac_file" >&5
10053 echo "${ECHO_T}$ac_file" >&6
10055 # Check the compiler produces executables we can run. If not, either
10056 # the compiler is broken, or we cross compile.
10057 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10058 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10059 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10060 # If not cross compiling, check that we can run a simple program.
10061 if test "$cross_compiling" != yes; then
10062 if { ac_try
='./$ac_file'
10063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10064 (eval $ac_try) 2>&5
10066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10067 (exit $ac_status); }; }; then
10070 if test "$cross_compiling" = maybe
; then
10071 cross_compiling
=yes
10073 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10074 If you meant to cross compile, use \`--host'.
10075 See \`config.log' for more details." >&5
10076 echo "$as_me: error: cannot run C compiled programs.
10077 If you meant to cross compile, use \`--host'.
10078 See \`config.log' for more details." >&2;}
10079 { (exit 1); exit 1; }; }
10083 echo "$as_me:$LINENO: result: yes" >&5
10084 echo "${ECHO_T}yes" >&6
10086 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
10087 ac_clean_files
=$ac_clean_files_save
10088 # Check the compiler produces executables we can run. If not, either
10089 # the compiler is broken, or we cross compile.
10090 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10091 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10092 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10093 echo "${ECHO_T}$cross_compiling" >&6
10095 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10096 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10098 (eval $ac_link) 2>&5
10100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10101 (exit $ac_status); }; then
10102 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10103 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10104 # work properly (i.e., refer to `conftest.exe'), while it won't with
10106 for ac_file
in conftest.exe conftest conftest.
*; do
10107 test -f "$ac_file" || continue
10109 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
10110 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10111 export ac_cv_exeext
10117 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10118 See \`config.log' for more details." >&5
10119 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10120 See \`config.log' for more details." >&2;}
10121 { (exit 1); exit 1; }; }
10124 rm -f conftest
$ac_cv_exeext
10125 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10126 echo "${ECHO_T}$ac_cv_exeext" >&6
10128 rm -f conftest.
$ac_ext
10129 EXEEXT
=$ac_cv_exeext
10131 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10132 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10133 if test "${ac_cv_objext+set}" = set; then
10134 echo $ECHO_N "(cached) $ECHO_C" >&6
10136 cat >conftest.
$ac_ext <<_ACEOF
10137 #line $LINENO "configure"
10140 cat confdefs.h
>>conftest.
$ac_ext
10141 cat >>conftest.
$ac_ext <<_ACEOF
10142 /* end confdefs.h. */
10152 rm -f conftest.o conftest.obj
10153 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10154 (eval $ac_compile) 2>&5
10156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10157 (exit $ac_status); }; then
10158 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10160 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
10161 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
10166 echo "$as_me: failed program was:" >&5
10167 sed 's/^/| /' conftest.
$ac_ext >&5
10169 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10170 See \`config.log' for more details." >&5
10171 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10172 See \`config.log' for more details." >&2;}
10173 { (exit 1); exit 1; }; }
10176 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
10178 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10179 echo "${ECHO_T}$ac_cv_objext" >&6
10180 OBJEXT
=$ac_cv_objext
10182 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10183 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10184 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10185 echo $ECHO_N "(cached) $ECHO_C" >&6
10187 cat >conftest.
$ac_ext <<_ACEOF
10188 #line $LINENO "configure"
10191 cat confdefs.h
>>conftest.
$ac_ext
10192 cat >>conftest.
$ac_ext <<_ACEOF
10193 /* end confdefs.h. */
10206 rm -f conftest.
$ac_objext
10207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10208 (eval $ac_compile) 2>&5
10210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10211 (exit $ac_status); } &&
10212 { ac_try
='test -s conftest.$ac_objext'
10213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10214 (eval $ac_try) 2>&5
10216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10217 (exit $ac_status); }; }; then
10218 ac_compiler_gnu
=yes
10220 echo "$as_me: failed program was:" >&5
10221 sed 's/^/| /' conftest.
$ac_ext >&5
10225 rm -f conftest.
$ac_objext conftest.
$ac_ext
10226 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
10229 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10230 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10231 GCC
=`test $ac_compiler_gnu = yes && echo yes`
10232 ac_test_CFLAGS
=${CFLAGS+set}
10233 ac_save_CFLAGS
=$CFLAGS
10235 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10236 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10237 if test "${ac_cv_prog_cc_g+set}" = set; then
10238 echo $ECHO_N "(cached) $ECHO_C" >&6
10240 cat >conftest.
$ac_ext <<_ACEOF
10241 #line $LINENO "configure"
10244 cat confdefs.h
>>conftest.
$ac_ext
10245 cat >>conftest.
$ac_ext <<_ACEOF
10246 /* end confdefs.h. */
10256 rm -f conftest.
$ac_objext
10257 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10258 (eval $ac_compile) 2>&5
10260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10261 (exit $ac_status); } &&
10262 { ac_try
='test -s conftest.$ac_objext'
10263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10264 (eval $ac_try) 2>&5
10266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10267 (exit $ac_status); }; }; then
10268 ac_cv_prog_cc_g
=yes
10270 echo "$as_me: failed program was:" >&5
10271 sed 's/^/| /' conftest.
$ac_ext >&5
10275 rm -f conftest.
$ac_objext conftest.
$ac_ext
10277 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10278 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10279 if test "$ac_test_CFLAGS" = set; then
10280 CFLAGS
=$ac_save_CFLAGS
10281 elif test $ac_cv_prog_cc_g = yes; then
10282 if test "$GCC" = yes; then
10288 if test "$GCC" = yes; then
10294 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10295 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10296 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10297 echo $ECHO_N "(cached) $ECHO_C" >&6
10299 ac_cv_prog_cc_stdc
=no
10301 cat >conftest.
$ac_ext <<_ACEOF
10302 #line $LINENO "configure"
10305 cat confdefs.h
>>conftest.
$ac_ext
10306 cat >>conftest.
$ac_ext <<_ACEOF
10307 /* end confdefs.h. */
10308 #include <stdarg.h>
10310 #include <sys/types.h>
10311 #include <sys/stat.h>
10312 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10313 struct buf { int x; };
10314 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10315 static char *e (p, i)
10321 static char *f (char * (*g) (char **, int), char **p, ...)
10326 s = g (p, va_arg (v,int));
10330 int test (int i, double x);
10331 struct s1 {int (*f) (int a);};
10332 struct s2 {int (*f) (double a);};
10333 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10339 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10344 # Don't try gcc -ansi; that turns off useful extensions and
10345 # breaks some systems' header files.
10346 # AIX -qlanglvl=ansi
10347 # Ultrix and OSF/1 -std1
10348 # HP-UX 10.20 and later -Ae
10349 # HP-UX older versions -Aa -D_HPUX_SOURCE
10350 # SVR4 -Xc -D__EXTENSIONS__
10351 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10353 CC
="$ac_save_CC $ac_arg"
10354 rm -f conftest.
$ac_objext
10355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10356 (eval $ac_compile) 2>&5
10358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10359 (exit $ac_status); } &&
10360 { ac_try
='test -s conftest.$ac_objext'
10361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10362 (eval $ac_try) 2>&5
10364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10365 (exit $ac_status); }; }; then
10366 ac_cv_prog_cc_stdc
=$ac_arg
10369 echo "$as_me: failed program was:" >&5
10370 sed 's/^/| /' conftest.
$ac_ext >&5
10373 rm -f conftest.
$ac_objext
10375 rm -f conftest.
$ac_ext conftest.
$ac_objext
10380 case "x$ac_cv_prog_cc_stdc" in
10382 echo "$as_me:$LINENO: result: none needed" >&5
10383 echo "${ECHO_T}none needed" >&6 ;;
10385 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10386 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10387 CC
="$CC $ac_cv_prog_cc_stdc" ;;
10390 # Some people use a C++ compiler to compile C. Since we use `exit',
10391 # in C++ we need to declare it. In case someone uses the same compiler
10392 # for both compiling C and C++ we need to have the C++ compiler decide
10393 # the declaration of exit, since it's the most demanding environment.
10394 cat >conftest.
$ac_ext <<_ACEOF
10395 #ifndef __cplusplus
10399 rm -f conftest.
$ac_objext
10400 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10401 (eval $ac_compile) 2>&5
10403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10404 (exit $ac_status); } &&
10405 { ac_try
='test -s conftest.$ac_objext'
10406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10407 (eval $ac_try) 2>&5
10409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10410 (exit $ac_status); }; }; then
10411 for ac_declaration
in \
10413 '#include <stdlib.h>' \
10414 'extern "C" void std::exit (int) throw (); using std::exit;' \
10415 'extern "C" void std::exit (int); using std::exit;' \
10416 'extern "C" void exit (int) throw ();' \
10417 'extern "C" void exit (int);' \
10420 cat >conftest.
$ac_ext <<_ACEOF
10421 #line $LINENO "configure"
10424 cat confdefs.h
>>conftest.
$ac_ext
10425 cat >>conftest.
$ac_ext <<_ACEOF
10426 /* end confdefs.h. */
10427 #include <stdlib.h>
10437 rm -f conftest.
$ac_objext
10438 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10439 (eval $ac_compile) 2>&5
10441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10442 (exit $ac_status); } &&
10443 { ac_try
='test -s conftest.$ac_objext'
10444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10445 (eval $ac_try) 2>&5
10447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10448 (exit $ac_status); }; }; then
10451 echo "$as_me: failed program was:" >&5
10452 sed 's/^/| /' conftest.
$ac_ext >&5
10456 rm -f conftest.
$ac_objext conftest.
$ac_ext
10457 cat >conftest.
$ac_ext <<_ACEOF
10458 #line $LINENO "configure"
10461 cat confdefs.h
>>conftest.
$ac_ext
10462 cat >>conftest.
$ac_ext <<_ACEOF
10463 /* end confdefs.h. */
10473 rm -f conftest.
$ac_objext
10474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10475 (eval $ac_compile) 2>&5
10477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10478 (exit $ac_status); } &&
10479 { ac_try
='test -s conftest.$ac_objext'
10480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10481 (eval $ac_try) 2>&5
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 (exit $ac_status); }; }; then
10487 echo "$as_me: failed program was:" >&5
10488 sed 's/^/| /' conftest.
$ac_ext >&5
10491 rm -f conftest.
$ac_objext conftest.
$ac_ext
10494 if test -n "$ac_declaration"; then
10495 echo '#ifdef __cplusplus' >>confdefs.h
10496 echo $ac_declaration >>confdefs.h
10497 echo '#endif' >>confdefs.h
10501 echo "$as_me: failed program was:" >&5
10502 sed 's/^/| /' conftest.
$ac_ext >&5
10505 rm -f conftest.
$ac_objext conftest.
$ac_ext
10507 ac_cpp
='$CPP $CPPFLAGS'
10508 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10509 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10510 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10515 ac_cpp
='$CPP $CPPFLAGS'
10516 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10517 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10518 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10519 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
10520 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
10521 # On Suns, sometimes $CPP names a directory.
10522 if test -n "$CPP" && test -d "$CPP"; then
10525 if test -z "$CPP"; then
10526 if test "${ac_cv_prog_CPP+set}" = set; then
10527 echo $ECHO_N "(cached) $ECHO_C" >&6
10529 # Double quotes because CPP needs to be expanded
10530 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10532 ac_preproc_ok
=false
10533 for ac_c_preproc_warn_flag
in '' yes
10535 # Use a header file that comes with gcc, so configuring glibc
10536 # with a fresh cross-compiler works.
10537 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10538 # <limits.h> exists even on freestanding compilers.
10539 # On the NeXT, cc -E runs the code through the compiler's parser,
10540 # not just through cpp. "Syntax error" is here to catch this case.
10541 cat >conftest.
$ac_ext <<_ACEOF
10542 #line $LINENO "configure"
10545 cat confdefs.h
>>conftest.
$ac_ext
10546 cat >>conftest.
$ac_ext <<_ACEOF
10547 /* end confdefs.h. */
10549 # include <limits.h>
10551 # include <assert.h>
10555 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10556 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10558 grep -v '^ *+' conftest.er1
>conftest.err
10560 cat conftest.err
>&5
10561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10562 (exit $ac_status); } >/dev
/null
; then
10563 if test -s conftest.err
; then
10564 ac_cpp_err
=$ac_c_preproc_warn_flag
10571 if test -z "$ac_cpp_err"; then
10574 echo "$as_me: failed program was:" >&5
10575 sed 's/^/| /' conftest.
$ac_ext >&5
10577 # Broken: fails on valid input.
10580 rm -f conftest.err conftest.
$ac_ext
10582 # OK, works on sane cases. Now check whether non-existent headers
10583 # can be detected and how.
10584 cat >conftest.
$ac_ext <<_ACEOF
10585 #line $LINENO "configure"
10588 cat confdefs.h
>>conftest.
$ac_ext
10589 cat >>conftest.
$ac_ext <<_ACEOF
10590 /* end confdefs.h. */
10591 #include <ac_nonexistent.h>
10593 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10594 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10596 grep -v '^ *+' conftest.er1
>conftest.err
10598 cat conftest.err
>&5
10599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10600 (exit $ac_status); } >/dev
/null
; then
10601 if test -s conftest.err
; then
10602 ac_cpp_err
=$ac_c_preproc_warn_flag
10609 if test -z "$ac_cpp_err"; then
10610 # Broken: success on invalid input.
10613 echo "$as_me: failed program was:" >&5
10614 sed 's/^/| /' conftest.
$ac_ext >&5
10616 # Passes both tests.
10620 rm -f conftest.err conftest.
$ac_ext
10623 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10624 rm -f conftest.err conftest.
$ac_ext
10625 if $ac_preproc_ok; then
10630 ac_cv_prog_CPP
=$CPP
10633 CPP
=$ac_cv_prog_CPP
10635 ac_cv_prog_CPP
=$CPP
10637 echo "$as_me:$LINENO: result: $CPP" >&5
10638 echo "${ECHO_T}$CPP" >&6
10639 ac_preproc_ok
=false
10640 for ac_c_preproc_warn_flag
in '' yes
10642 # Use a header file that comes with gcc, so configuring glibc
10643 # with a fresh cross-compiler works.
10644 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10645 # <limits.h> exists even on freestanding compilers.
10646 # On the NeXT, cc -E runs the code through the compiler's parser,
10647 # not just through cpp. "Syntax error" is here to catch this case.
10648 cat >conftest.
$ac_ext <<_ACEOF
10649 #line $LINENO "configure"
10652 cat confdefs.h
>>conftest.
$ac_ext
10653 cat >>conftest.
$ac_ext <<_ACEOF
10654 /* end confdefs.h. */
10656 # include <limits.h>
10658 # include <assert.h>
10662 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10663 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10665 grep -v '^ *+' conftest.er1
>conftest.err
10667 cat conftest.err
>&5
10668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10669 (exit $ac_status); } >/dev
/null
; then
10670 if test -s conftest.err
; then
10671 ac_cpp_err
=$ac_c_preproc_warn_flag
10678 if test -z "$ac_cpp_err"; then
10681 echo "$as_me: failed program was:" >&5
10682 sed 's/^/| /' conftest.
$ac_ext >&5
10684 # Broken: fails on valid input.
10687 rm -f conftest.err conftest.
$ac_ext
10689 # OK, works on sane cases. Now check whether non-existent headers
10690 # can be detected and how.
10691 cat >conftest.
$ac_ext <<_ACEOF
10692 #line $LINENO "configure"
10695 cat confdefs.h
>>conftest.
$ac_ext
10696 cat >>conftest.
$ac_ext <<_ACEOF
10697 /* end confdefs.h. */
10698 #include <ac_nonexistent.h>
10700 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10701 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10703 grep -v '^ *+' conftest.er1
>conftest.err
10705 cat conftest.err
>&5
10706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10707 (exit $ac_status); } >/dev
/null
; then
10708 if test -s conftest.err
; then
10709 ac_cpp_err
=$ac_c_preproc_warn_flag
10716 if test -z "$ac_cpp_err"; then
10717 # Broken: success on invalid input.
10720 echo "$as_me: failed program was:" >&5
10721 sed 's/^/| /' conftest.
$ac_ext >&5
10723 # Passes both tests.
10727 rm -f conftest.err conftest.
$ac_ext
10730 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10731 rm -f conftest.err conftest.
$ac_ext
10732 if $ac_preproc_ok; then
10735 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
10736 See \`config.log' for more details." >&5
10737 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
10738 See \`config.log' for more details." >&2;}
10739 { (exit 1); exit 1; }; }
10743 ac_cpp
='$CPP $CPPFLAGS'
10744 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10745 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10746 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10749 echo "$as_me:$LINENO: checking for egrep" >&5
10750 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
10751 if test "${ac_cv_prog_egrep+set}" = set; then
10752 echo $ECHO_N "(cached) $ECHO_C" >&6
10754 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
10755 then ac_cv_prog_egrep
='grep -E'
10756 else ac_cv_prog_egrep
='egrep'
10759 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
10760 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
10761 EGREP
=$ac_cv_prog_egrep
10764 if test $ac_cv_c_compiler_gnu = yes; then
10765 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
10766 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
10767 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
10768 echo $ECHO_N "(cached) $ECHO_C" >&6
10770 ac_pattern
="Autoconf.*'x'"
10771 cat >conftest.
$ac_ext <<_ACEOF
10772 #line $LINENO "configure"
10775 cat confdefs.h
>>conftest.
$ac_ext
10776 cat >>conftest.
$ac_ext <<_ACEOF
10777 /* end confdefs.h. */
10781 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10782 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
10783 ac_cv_prog_gcc_traditional
=yes
10785 ac_cv_prog_gcc_traditional
=no
10790 if test $ac_cv_prog_gcc_traditional = no
; then
10791 cat >conftest.
$ac_ext <<_ACEOF
10792 #line $LINENO "configure"
10795 cat confdefs.h
>>conftest.
$ac_ext
10796 cat >>conftest.
$ac_ext <<_ACEOF
10797 /* end confdefs.h. */
10798 #include <termio.h>
10801 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10802 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
10803 ac_cv_prog_gcc_traditional
=yes
10809 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
10810 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
10811 if test $ac_cv_prog_gcc_traditional = yes; then
10812 CC
="$CC -traditional"
10820 ac_cpp
='$CXXCPP $CPPFLAGS'
10821 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10822 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10823 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10826 CXXFLAGS
=${CXXFLAGS:=}
10828 ac_cpp
='$CXXCPP $CPPFLAGS'
10829 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10830 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10831 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10832 if test -n "$ac_tool_prefix"; then
10833 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
10835 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10836 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10837 echo "$as_me:$LINENO: checking for $ac_word" >&5
10838 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10839 if test "${ac_cv_prog_CXX+set}" = set; then
10840 echo $ECHO_N "(cached) $ECHO_C" >&6
10842 if test -n "$CXX"; then
10843 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
10845 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10846 for as_dir
in $PATH
10849 test -z "$as_dir" && as_dir
=.
10850 for ac_exec_ext
in '' $ac_executable_extensions; do
10851 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10852 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
10853 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10861 CXX
=$ac_cv_prog_CXX
10862 if test -n "$CXX"; then
10863 echo "$as_me:$LINENO: result: $CXX" >&5
10864 echo "${ECHO_T}$CXX" >&6
10866 echo "$as_me:$LINENO: result: no" >&5
10867 echo "${ECHO_T}no" >&6
10870 test -n "$CXX" && break
10873 if test -z "$CXX"; then
10875 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
10877 # Extract the first word of "$ac_prog", so it can be a program name with args.
10878 set dummy
$ac_prog; ac_word
=$2
10879 echo "$as_me:$LINENO: checking for $ac_word" >&5
10880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10881 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
10882 echo $ECHO_N "(cached) $ECHO_C" >&6
10884 if test -n "$ac_ct_CXX"; then
10885 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
10887 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10888 for as_dir
in $PATH
10891 test -z "$as_dir" && as_dir
=.
10892 for ac_exec_ext
in '' $ac_executable_extensions; do
10893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10894 ac_cv_prog_ac_ct_CXX
="$ac_prog"
10895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10903 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
10904 if test -n "$ac_ct_CXX"; then
10905 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
10906 echo "${ECHO_T}$ac_ct_CXX" >&6
10908 echo "$as_me:$LINENO: result: no" >&5
10909 echo "${ECHO_T}no" >&6
10912 test -n "$ac_ct_CXX" && break
10914 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
10920 # Provide some information about the compiler.
10921 echo "$as_me:$LINENO:" \
10922 "checking for C++ compiler version" >&5
10923 ac_compiler
=`set X $ac_compile; echo $2`
10924 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10925 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); }
10929 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10930 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
10932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10933 (exit $ac_status); }
10934 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10935 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
10937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10938 (exit $ac_status); }
10940 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
10941 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
10942 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
10943 echo $ECHO_N "(cached) $ECHO_C" >&6
10945 cat >conftest.
$ac_ext <<_ACEOF
10946 #line $LINENO "configure"
10949 cat confdefs.h
>>conftest.
$ac_ext
10950 cat >>conftest.
$ac_ext <<_ACEOF
10951 /* end confdefs.h. */
10964 rm -f conftest.
$ac_objext
10965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10966 (eval $ac_compile) 2>&5
10968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10969 (exit $ac_status); } &&
10970 { ac_try
='test -s conftest.$ac_objext'
10971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10972 (eval $ac_try) 2>&5
10974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975 (exit $ac_status); }; }; then
10976 ac_compiler_gnu
=yes
10978 echo "$as_me: failed program was:" >&5
10979 sed 's/^/| /' conftest.
$ac_ext >&5
10983 rm -f conftest.
$ac_objext conftest.
$ac_ext
10984 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
10987 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
10988 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
10989 GXX
=`test $ac_compiler_gnu = yes && echo yes`
10990 ac_test_CXXFLAGS
=${CXXFLAGS+set}
10991 ac_save_CXXFLAGS
=$CXXFLAGS
10993 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
10994 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
10995 if test "${ac_cv_prog_cxx_g+set}" = set; then
10996 echo $ECHO_N "(cached) $ECHO_C" >&6
10998 cat >conftest.
$ac_ext <<_ACEOF
10999 #line $LINENO "configure"
11002 cat confdefs.h
>>conftest.
$ac_ext
11003 cat >>conftest.
$ac_ext <<_ACEOF
11004 /* end confdefs.h. */
11014 rm -f conftest.
$ac_objext
11015 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11016 (eval $ac_compile) 2>&5
11018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019 (exit $ac_status); } &&
11020 { ac_try
='test -s conftest.$ac_objext'
11021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11022 (eval $ac_try) 2>&5
11024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11025 (exit $ac_status); }; }; then
11026 ac_cv_prog_cxx_g
=yes
11028 echo "$as_me: failed program was:" >&5
11029 sed 's/^/| /' conftest.
$ac_ext >&5
11031 ac_cv_prog_cxx_g
=no
11033 rm -f conftest.
$ac_objext conftest.
$ac_ext
11035 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11036 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11037 if test "$ac_test_CXXFLAGS" = set; then
11038 CXXFLAGS
=$ac_save_CXXFLAGS
11039 elif test $ac_cv_prog_cxx_g = yes; then
11040 if test "$GXX" = yes; then
11046 if test "$GXX" = yes; then
11052 for ac_declaration
in \
11054 '#include <stdlib.h>' \
11055 'extern "C" void std::exit (int) throw (); using std::exit;' \
11056 'extern "C" void std::exit (int); using std::exit;' \
11057 'extern "C" void exit (int) throw ();' \
11058 'extern "C" void exit (int);' \
11061 cat >conftest.
$ac_ext <<_ACEOF
11062 #line $LINENO "configure"
11065 cat confdefs.h
>>conftest.
$ac_ext
11066 cat >>conftest.
$ac_ext <<_ACEOF
11067 /* end confdefs.h. */
11068 #include <stdlib.h>
11078 rm -f conftest.
$ac_objext
11079 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11080 (eval $ac_compile) 2>&5
11082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11083 (exit $ac_status); } &&
11084 { ac_try
='test -s conftest.$ac_objext'
11085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11086 (eval $ac_try) 2>&5
11088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11089 (exit $ac_status); }; }; then
11092 echo "$as_me: failed program was:" >&5
11093 sed 's/^/| /' conftest.
$ac_ext >&5
11097 rm -f conftest.
$ac_objext conftest.
$ac_ext
11098 cat >conftest.
$ac_ext <<_ACEOF
11099 #line $LINENO "configure"
11102 cat confdefs.h
>>conftest.
$ac_ext
11103 cat >>conftest.
$ac_ext <<_ACEOF
11104 /* end confdefs.h. */
11114 rm -f conftest.
$ac_objext
11115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11116 (eval $ac_compile) 2>&5
11118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11119 (exit $ac_status); } &&
11120 { ac_try
='test -s conftest.$ac_objext'
11121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11122 (eval $ac_try) 2>&5
11124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11125 (exit $ac_status); }; }; then
11128 echo "$as_me: failed program was:" >&5
11129 sed 's/^/| /' conftest.
$ac_ext >&5
11132 rm -f conftest.
$ac_objext conftest.
$ac_ext
11135 if test -n "$ac_declaration"; then
11136 echo '#ifdef __cplusplus' >>confdefs.h
11137 echo $ac_declaration >>confdefs.h
11138 echo '#endif' >>confdefs.h
11142 ac_cpp
='$CXXCPP $CPPFLAGS'
11143 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11144 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11145 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11149 ac_cpp
='$CPP $CPPFLAGS'
11150 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11151 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11152 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11155 if test -n "$ac_tool_prefix"; then
11156 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11157 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
11158 echo "$as_me:$LINENO: checking for $ac_word" >&5
11159 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11160 if test "${ac_cv_prog_RANLIB+set}" = set; then
11161 echo $ECHO_N "(cached) $ECHO_C" >&6
11163 if test -n "$RANLIB"; then
11164 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
11166 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11167 for as_dir
in $PATH
11170 test -z "$as_dir" && as_dir
=.
11171 for ac_exec_ext
in '' $ac_executable_extensions; do
11172 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11173 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
11174 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11182 RANLIB
=$ac_cv_prog_RANLIB
11183 if test -n "$RANLIB"; then
11184 echo "$as_me:$LINENO: result: $RANLIB" >&5
11185 echo "${ECHO_T}$RANLIB" >&6
11187 echo "$as_me:$LINENO: result: no" >&5
11188 echo "${ECHO_T}no" >&6
11192 if test -z "$ac_cv_prog_RANLIB"; then
11193 ac_ct_RANLIB
=$RANLIB
11194 # Extract the first word of "ranlib", so it can be a program name with args.
11195 set dummy ranlib
; ac_word
=$2
11196 echo "$as_me:$LINENO: checking for $ac_word" >&5
11197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11198 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11199 echo $ECHO_N "(cached) $ECHO_C" >&6
11201 if test -n "$ac_ct_RANLIB"; then
11202 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
11204 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11205 for as_dir
in $PATH
11208 test -z "$as_dir" && as_dir
=.
11209 for ac_exec_ext
in '' $ac_executable_extensions; do
11210 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11211 ac_cv_prog_ac_ct_RANLIB
="ranlib"
11212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11218 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
11221 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
11222 if test -n "$ac_ct_RANLIB"; then
11223 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11224 echo "${ECHO_T}$ac_ct_RANLIB" >&6
11226 echo "$as_me:$LINENO: result: no" >&5
11227 echo "${ECHO_T}no" >&6
11230 RANLIB
=$ac_ct_RANLIB
11232 RANLIB
="$ac_cv_prog_RANLIB"
11236 # Extract the first word of "ar", so it can be a program name with args.
11237 set dummy
ar; ac_word
=$2
11238 echo "$as_me:$LINENO: checking for $ac_word" >&5
11239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11240 if test "${ac_cv_prog_AR+set}" = set; then
11241 echo $ECHO_N "(cached) $ECHO_C" >&6
11243 if test -n "$AR"; then
11244 ac_cv_prog_AR
="$AR" # Let the user override the test.
11246 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11247 for as_dir
in $PATH
11250 test -z "$as_dir" && as_dir
=.
11251 for ac_exec_ext
in '' $ac_executable_extensions; do
11252 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11260 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
11264 if test -n "$AR"; then
11265 echo "$as_me:$LINENO: result: $AR" >&5
11266 echo "${ECHO_T}$AR" >&6
11268 echo "$as_me:$LINENO: result: no" >&5
11269 echo "${ECHO_T}no" >&6
11273 # Find a good install program. We prefer a C program (faster),
11274 # so one script is as good as another. But avoid the broken or
11275 # incompatible versions:
11276 # SysV /etc/install, /usr/sbin/install
11277 # SunOS /usr/etc/install
11278 # IRIX /sbin/install
11280 # AmigaOS /C/install, which installs bootblocks on floppy discs
11281 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11282 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
11283 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11284 # ./install, which can be erroneously created by make from ./install.sh.
11285 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11286 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11287 if test -z "$INSTALL"; then
11288 if test "${ac_cv_path_install+set}" = set; then
11289 echo $ECHO_N "(cached) $ECHO_C" >&6
11291 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11292 for as_dir
in $PATH
11295 test -z "$as_dir" && as_dir
=.
11296 # Account for people who put trailing slashes in PATH elements.
11298 .
/ | .
// | /cC
/* | \
11299 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
11302 # OSF1 and SCO ODT 3.0 have their own names for install.
11303 # Don't use installbsd from OSF since it installs stuff as root
11305 for ac_prog
in ginstall scoinst
install; do
11306 for ac_exec_ext
in '' $ac_executable_extensions; do
11307 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11308 if test $ac_prog = install &&
11309 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11310 # AIX install. It has an incompatible calling convention.
11312 elif test $ac_prog = install &&
11313 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11314 # program-specific install script used by HP pwplus--don't use.
11317 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
11329 if test "${ac_cv_path_install+set}" = set; then
11330 INSTALL
=$ac_cv_path_install
11332 # As a last resort, use the slow shell script. We don't cache a
11333 # path for INSTALL within a source directory, because that will
11334 # break other packages using the cache if that directory is
11335 # removed, or if the path is relative.
11336 INSTALL
=$ac_install_sh
11339 echo "$as_me:$LINENO: result: $INSTALL" >&5
11340 echo "${ECHO_T}$INSTALL" >&6
11342 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11343 # It thinks the first close brace ends the variable substitution.
11344 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
11346 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
11348 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
11354 ?
:* ) # Drive letter, considered as absolute.
11357 INSTALL
=`pwd`/${INSTALL} ;;
11362 INSTALL_DIR
="mkdir"
11365 *) INSTALL_DIR
="$INSTALL -d"
11372 powerpc
-*-darwin* )
11373 INSTALL_PROGRAM
="cp -fp"
11374 INSTALL_DATA
="cp -fp"
11380 # Extract the first word of "strip", so it can be a program name with args.
11381 set dummy strip
; ac_word
=$2
11382 echo "$as_me:$LINENO: checking for $ac_word" >&5
11383 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11384 if test "${ac_cv_prog_STRIP+set}" = set; then
11385 echo $ECHO_N "(cached) $ECHO_C" >&6
11387 if test -n "$STRIP"; then
11388 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
11390 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11391 for as_dir
in $PATH
11394 test -z "$as_dir" && as_dir
=.
11395 for ac_exec_ext
in '' $ac_executable_extensions; do
11396 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11397 ac_cv_prog_STRIP
="strip"
11398 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11404 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
11407 STRIP
=$ac_cv_prog_STRIP
11408 if test -n "$STRIP"; then
11409 echo "$as_me:$LINENO: result: $STRIP" >&5
11410 echo "${ECHO_T}$STRIP" >&6
11412 echo "$as_me:$LINENO: result: no" >&5
11413 echo "${ECHO_T}no" >&6
11417 echo "$as_me:$LINENO: checking if make is GNU make" >&5
11418 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
11419 if test "${wx_cv_prog_makeisgnu+set}" = set; then
11420 echo $ECHO_N "(cached) $ECHO_C" >&6
11423 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
11424 egrep -s GNU
> /dev
/null
); then
11425 wx_cv_prog_makeisgnu
="yes"
11427 wx_cv_prog_makeisgnu
="no"
11431 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
11432 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
11434 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
11442 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
11443 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
11444 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
11445 if test "${wx_cv_prog_makevpath+set}" = set; then
11446 echo $ECHO_N "(cached) $ECHO_C" >&6
11449 cat - << EOF > confMake
11455 if test ! -d sub
; then
11458 echo dummy
> sub
/file
11459 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
11461 rm -f sub
/file check final_file confMake
11463 if test "$RESULT" = 0; then
11464 wx_cv_prog_makevpath
="yes"
11466 wx_cv_prog_makevpath
="no"
11470 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
11471 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
11473 if test "x$wx_cv_prog_makevpath" != "xyes"; then
11474 { { echo "$as_me:$LINENO: error:
11475 You need a make-utility that is able to use the variable
11477 If your version of make does not support VPATH correctly,
11478 please install GNU-make (possibly as gmake), and start
11479 configure with the following command:
11480 export MAKE=gmake; ./configure for sh-type shells
11481 setenv MAKE gmake; ./configure for csh-type shells
11482 Also please do remember to use gmake in this case every time
11483 you are trying to compile.
11485 echo "$as_me: error:
11486 You need a make-utility that is able to use the variable
11488 If your version of make does not support VPATH correctly,
11489 please install GNU-make (possibly as gmake), and start
11490 configure with the following command:
11491 export MAKE=gmake; ./configure for sh-type shells
11492 setenv MAKE gmake; ./configure for csh-type shells
11493 Also please do remember to use gmake in this case every time
11494 you are trying to compile.
11496 { (exit 1); exit 1; }; }
11498 for ac_prog
in 'bison -y' byacc
11500 # Extract the first word of "$ac_prog", so it can be a program name with args.
11501 set dummy
$ac_prog; ac_word
=$2
11502 echo "$as_me:$LINENO: checking for $ac_word" >&5
11503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11504 if test "${ac_cv_prog_YACC+set}" = set; then
11505 echo $ECHO_N "(cached) $ECHO_C" >&6
11507 if test -n "$YACC"; then
11508 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
11510 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11511 for as_dir
in $PATH
11514 test -z "$as_dir" && as_dir
=.
11515 for ac_exec_ext
in '' $ac_executable_extensions; do
11516 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11517 ac_cv_prog_YACC
="$ac_prog"
11518 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11526 YACC
=$ac_cv_prog_YACC
11527 if test -n "$YACC"; then
11528 echo "$as_me:$LINENO: result: $YACC" >&5
11529 echo "${ECHO_T}$YACC" >&6
11531 echo "$as_me:$LINENO: result: no" >&5
11532 echo "${ECHO_T}no" >&6
11535 test -n "$YACC" && break
11537 test -n "$YACC" || YACC
="yacc"
11540 for ac_prog
in flex
lex
11542 # Extract the first word of "$ac_prog", so it can be a program name with args.
11543 set dummy
$ac_prog; ac_word
=$2
11544 echo "$as_me:$LINENO: checking for $ac_word" >&5
11545 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11546 if test "${ac_cv_prog_LEX+set}" = set; then
11547 echo $ECHO_N "(cached) $ECHO_C" >&6
11549 if test -n "$LEX"; then
11550 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
11552 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11553 for as_dir
in $PATH
11556 test -z "$as_dir" && as_dir
=.
11557 for ac_exec_ext
in '' $ac_executable_extensions; do
11558 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11559 ac_cv_prog_LEX
="$ac_prog"
11560 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11568 LEX
=$ac_cv_prog_LEX
11569 if test -n "$LEX"; then
11570 echo "$as_me:$LINENO: result: $LEX" >&5
11571 echo "${ECHO_T}$LEX" >&6
11573 echo "$as_me:$LINENO: result: no" >&5
11574 echo "${ECHO_T}no" >&6
11577 test -n "$LEX" && break
11579 test -n "$LEX" || LEX
=":"
11581 if test -z "$LEXLIB"
11583 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11584 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11585 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
11586 echo $ECHO_N "(cached) $ECHO_C" >&6
11588 ac_check_lib_save_LIBS
=$LIBS
11590 cat >conftest.
$ac_ext <<_ACEOF
11591 #line $LINENO "configure"
11594 cat confdefs.h
>>conftest.
$ac_ext
11595 cat >>conftest.
$ac_ext <<_ACEOF
11596 /* end confdefs.h. */
11598 /* Override any gcc2 internal prototype to avoid an error. */
11602 /* We use char because int might match the return type of a gcc2
11603 builtin and then its argument prototype would still apply. */
11613 rm -f conftest.
$ac_objext conftest
$ac_exeext
11614 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11615 (eval $ac_link) 2>&5
11617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11618 (exit $ac_status); } &&
11619 { ac_try
='test -s conftest$ac_exeext'
11620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11621 (eval $ac_try) 2>&5
11623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11624 (exit $ac_status); }; }; then
11625 ac_cv_lib_fl_yywrap
=yes
11627 echo "$as_me: failed program was:" >&5
11628 sed 's/^/| /' conftest.
$ac_ext >&5
11630 ac_cv_lib_fl_yywrap
=no
11632 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11633 LIBS
=$ac_check_lib_save_LIBS
11635 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11636 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11637 if test $ac_cv_lib_fl_yywrap = yes; then
11640 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11641 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11642 if test "${ac_cv_lib_l_yywrap+set}" = set; then
11643 echo $ECHO_N "(cached) $ECHO_C" >&6
11645 ac_check_lib_save_LIBS
=$LIBS
11647 cat >conftest.
$ac_ext <<_ACEOF
11648 #line $LINENO "configure"
11651 cat confdefs.h
>>conftest.
$ac_ext
11652 cat >>conftest.
$ac_ext <<_ACEOF
11653 /* end confdefs.h. */
11655 /* Override any gcc2 internal prototype to avoid an error. */
11659 /* We use char because int might match the return type of a gcc2
11660 builtin and then its argument prototype would still apply. */
11670 rm -f conftest.
$ac_objext conftest
$ac_exeext
11671 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11672 (eval $ac_link) 2>&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } &&
11676 { ac_try
='test -s conftest$ac_exeext'
11677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11678 (eval $ac_try) 2>&5
11680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11681 (exit $ac_status); }; }; then
11682 ac_cv_lib_l_yywrap
=yes
11684 echo "$as_me: failed program was:" >&5
11685 sed 's/^/| /' conftest.
$ac_ext >&5
11687 ac_cv_lib_l_yywrap
=no
11689 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11690 LIBS
=$ac_check_lib_save_LIBS
11692 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11693 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11694 if test $ac_cv_lib_l_yywrap = yes; then
11702 if test "x$LEX" != "x:"; then
11703 echo "$as_me:$LINENO: checking lex output file root" >&5
11704 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11705 if test "${ac_cv_prog_lex_root+set}" = set; then
11706 echo $ECHO_N "(cached) $ECHO_C" >&6
11708 # The minimal lex program is just a single line: %%. But some broken lexes
11709 # (Solaris, I think it was) want two %% lines, so accommodate them.
11710 cat >conftest.l
<<_ACEOF
11714 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11715 (eval $LEX conftest.l
) 2>&5
11717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11718 (exit $ac_status); }
11719 if test -f lex.yy.c
; then
11720 ac_cv_prog_lex_root
=lex.yy
11721 elif test -f lexyy.c
; then
11722 ac_cv_prog_lex_root
=lexyy
11724 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11725 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11726 { (exit 1); exit 1; }; }
11729 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11730 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11732 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
11734 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11735 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11736 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11737 echo $ECHO_N "(cached) $ECHO_C" >&6
11739 # POSIX says lex can declare yytext either as a pointer or an array; the
11740 # default is implementation-dependent. Figure out which it is, since
11741 # not all implementations provide the %pointer and %array declarations.
11742 ac_cv_prog_lex_yytext_pointer
=no
11743 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11745 LIBS
="$LIBS $LEXLIB"
11746 cat >conftest.
$ac_ext <<_ACEOF
11747 `cat $LEX_OUTPUT_ROOT.c`
11749 rm -f conftest.
$ac_objext conftest
$ac_exeext
11750 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11751 (eval $ac_link) 2>&5
11753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11754 (exit $ac_status); } &&
11755 { ac_try
='test -s conftest$ac_exeext'
11756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11757 (eval $ac_try) 2>&5
11759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760 (exit $ac_status); }; }; then
11761 ac_cv_prog_lex_yytext_pointer
=yes
11763 echo "$as_me: failed program was:" >&5
11764 sed 's/^/| /' conftest.
$ac_ext >&5
11767 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11769 rm -f "${LEX_OUTPUT_ROOT}.c"
11772 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11773 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11774 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11776 cat >>confdefs.h
<<\_ACEOF
11777 #define YYTEXT_POINTER 1
11784 echo "$as_me:$LINENO: checking whether ln -s works" >&5
11785 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
11787 if test "$LN_S" = "ln -s"; then
11788 echo "$as_me:$LINENO: result: yes" >&5
11789 echo "${ECHO_T}yes" >&6
11791 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
11792 echo "${ECHO_T}no, using $LN_S" >&6
11797 *-pc-os2_emx | *-pc-os2-emx )
11798 LIBS
="$LIBS -lstdcpp"
11799 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
11800 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
11801 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
11802 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
11803 echo $ECHO_N "(cached) $ECHO_C" >&6
11805 ac_check_lib_save_LIBS
=$LIBS
11806 LIBS
="-lcExt $LIBS"
11807 cat >conftest.
$ac_ext <<_ACEOF
11808 #line $LINENO "configure"
11811 cat confdefs.h
>>conftest.
$ac_ext
11812 cat >>conftest.
$ac_ext <<_ACEOF
11813 /* end confdefs.h. */
11815 /* Override any gcc2 internal prototype to avoid an error. */
11819 /* We use char because int might match the return type of a gcc2
11820 builtin and then its argument prototype would still apply. */
11830 rm -f conftest.
$ac_objext conftest
$ac_exeext
11831 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11832 (eval $ac_link) 2>&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } &&
11836 { ac_try
='test -s conftest$ac_exeext'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; }; then
11842 ac_cv_lib_cExt_drand48
=yes
11844 echo "$as_me: failed program was:" >&5
11845 sed 's/^/| /' conftest.
$ac_ext >&5
11847 ac_cv_lib_cExt_drand48
=no
11849 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11850 LIBS
=$ac_check_lib_save_LIBS
11852 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
11853 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
11854 if test $ac_cv_lib_cExt_drand48 = yes; then
11855 LIBS
="$LIBS -lcExt"
11859 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
11865 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
11866 echo "$as_me:$LINENO: checking for strings.h" >&5
11867 echo $ECHO_N "checking for strings.h... $ECHO_C" >&6
11868 if test "${ac_cv_header_strings_h+set}" = set; then
11869 echo $ECHO_N "(cached) $ECHO_C" >&6
11871 ac_cv_header_strings_h
=no
11873 echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5
11874 echo "${ECHO_T}$ac_cv_header_strings_h" >&6
11875 if test "$ac_cv_header_strings_h" = "no"; then
11876 echo "$as_me:$LINENO: result: forced no into cache" >&5
11877 echo "${ECHO_T}forced no into cache" >&6
11879 { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5
11880 echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;}
11883 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11884 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11885 if test "${ac_cv_header_stdc+set}" = set; then
11886 echo $ECHO_N "(cached) $ECHO_C" >&6
11888 cat >conftest.
$ac_ext <<_ACEOF
11889 #line $LINENO "configure"
11892 cat confdefs.h
>>conftest.
$ac_ext
11893 cat >>conftest.
$ac_ext <<_ACEOF
11894 /* end confdefs.h. */
11895 #include <stdlib.h>
11896 #include <stdarg.h>
11897 #include <string.h>
11908 rm -f conftest.
$ac_objext
11909 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11910 (eval $ac_compile) 2>&5
11912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11913 (exit $ac_status); } &&
11914 { ac_try
='test -s conftest.$ac_objext'
11915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11916 (eval $ac_try) 2>&5
11918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11919 (exit $ac_status); }; }; then
11920 ac_cv_header_stdc
=yes
11922 echo "$as_me: failed program was:" >&5
11923 sed 's/^/| /' conftest.
$ac_ext >&5
11925 ac_cv_header_stdc
=no
11927 rm -f conftest.
$ac_objext conftest.
$ac_ext
11929 if test $ac_cv_header_stdc = yes; then
11930 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11931 cat >conftest.
$ac_ext <<_ACEOF
11932 #line $LINENO "configure"
11935 cat confdefs.h
>>conftest.
$ac_ext
11936 cat >>conftest.
$ac_ext <<_ACEOF
11937 /* end confdefs.h. */
11938 #include <string.h>
11941 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11942 $EGREP "memchr" >/dev
/null
2>&1; then
11945 ac_cv_header_stdc
=no
11951 if test $ac_cv_header_stdc = yes; then
11952 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11953 cat >conftest.
$ac_ext <<_ACEOF
11954 #line $LINENO "configure"
11957 cat confdefs.h
>>conftest.
$ac_ext
11958 cat >>conftest.
$ac_ext <<_ACEOF
11959 /* end confdefs.h. */
11960 #include <stdlib.h>
11963 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11964 $EGREP "free" >/dev
/null
2>&1; then
11967 ac_cv_header_stdc
=no
11973 if test $ac_cv_header_stdc = yes; then
11974 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11975 if test "$cross_compiling" = yes; then
11978 cat >conftest.
$ac_ext <<_ACEOF
11979 #line $LINENO "configure"
11982 cat confdefs.h
>>conftest.
$ac_ext
11983 cat >>conftest.
$ac_ext <<_ACEOF
11984 /* end confdefs.h. */
11986 #if ((' ' & 0x0FF) == 0x020)
11987 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11988 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11990 # define ISLOWER(c) \
11991 (('a' <= (c) && (c) <= 'i') \
11992 || ('j' <= (c) && (c) <= 'r') \
11993 || ('s' <= (c) && (c) <= 'z'))
11994 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11997 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12002 for (i = 0; i < 256; i++)
12003 if (XOR (islower (i), ISLOWER (i))
12004 || toupper (i) != TOUPPER (i))
12009 rm -f conftest
$ac_exeext
12010 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12011 (eval $ac_link) 2>&5
12013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12016 (eval $ac_try) 2>&5
12018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12019 (exit $ac_status); }; }; then
12022 echo "$as_me: program exited with status $ac_status" >&5
12023 echo "$as_me: failed program was:" >&5
12024 sed 's/^/| /' conftest.
$ac_ext >&5
12026 ( exit $ac_status )
12027 ac_cv_header_stdc
=no
12029 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12033 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12034 echo "${ECHO_T}$ac_cv_header_stdc" >&6
12035 if test $ac_cv_header_stdc = yes; then
12037 cat >>confdefs.h
<<\_ACEOF
12038 #define STDC_HEADERS 1
12043 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
12053 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
12054 inttypes.h stdint.h unistd.h
12056 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12057 echo "$as_me:$LINENO: checking for $ac_header" >&5
12058 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12059 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12060 echo $ECHO_N "(cached) $ECHO_C" >&6
12062 cat >conftest.
$ac_ext <<_ACEOF
12063 #line $LINENO "configure"
12066 cat confdefs.h
>>conftest.
$ac_ext
12067 cat >>conftest.
$ac_ext <<_ACEOF
12068 /* end confdefs.h. */
12069 $ac_includes_default
12071 #include <$ac_header>
12073 rm -f conftest.
$ac_objext
12074 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12075 (eval $ac_compile) 2>&5
12077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12078 (exit $ac_status); } &&
12079 { ac_try
='test -s conftest.$ac_objext'
12080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12081 (eval $ac_try) 2>&5
12083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12084 (exit $ac_status); }; }; then
12085 eval "$as_ac_Header=yes"
12087 echo "$as_me: failed program was:" >&5
12088 sed 's/^/| /' conftest.
$ac_ext >&5
12090 eval "$as_ac_Header=no"
12092 rm -f conftest.
$ac_objext conftest.
$ac_ext
12094 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12095 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12096 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12097 cat >>confdefs.h
<<_ACEOF
12098 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12107 for ac_header
in strings.h
12109 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12110 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12111 echo "$as_me:$LINENO: checking for $ac_header" >&5
12112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12113 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12114 echo $ECHO_N "(cached) $ECHO_C" >&6
12116 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12117 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12119 # Is the header compilable?
12120 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12121 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12122 cat >conftest.
$ac_ext <<_ACEOF
12123 #line $LINENO "configure"
12126 cat confdefs.h
>>conftest.
$ac_ext
12127 cat >>conftest.
$ac_ext <<_ACEOF
12128 /* end confdefs.h. */
12129 $ac_includes_default
12130 #include <$ac_header>
12132 rm -f conftest.
$ac_objext
12133 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12134 (eval $ac_compile) 2>&5
12136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12137 (exit $ac_status); } &&
12138 { ac_try
='test -s conftest.$ac_objext'
12139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12140 (eval $ac_try) 2>&5
12142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12143 (exit $ac_status); }; }; then
12144 ac_header_compiler
=yes
12146 echo "$as_me: failed program was:" >&5
12147 sed 's/^/| /' conftest.
$ac_ext >&5
12149 ac_header_compiler
=no
12151 rm -f conftest.
$ac_objext conftest.
$ac_ext
12152 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12153 echo "${ECHO_T}$ac_header_compiler" >&6
12155 # Is the header present?
12156 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12157 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12158 cat >conftest.
$ac_ext <<_ACEOF
12159 #line $LINENO "configure"
12162 cat confdefs.h
>>conftest.
$ac_ext
12163 cat >>conftest.
$ac_ext <<_ACEOF
12164 /* end confdefs.h. */
12165 #include <$ac_header>
12167 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12168 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12170 grep -v '^ *+' conftest.er1
>conftest.err
12172 cat conftest.err
>&5
12173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12174 (exit $ac_status); } >/dev
/null
; then
12175 if test -s conftest.err
; then
12176 ac_cpp_err
=$ac_c_preproc_warn_flag
12183 if test -z "$ac_cpp_err"; then
12184 ac_header_preproc
=yes
12186 echo "$as_me: failed program was:" >&5
12187 sed 's/^/| /' conftest.
$ac_ext >&5
12189 ac_header_preproc
=no
12191 rm -f conftest.err conftest.
$ac_ext
12192 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12193 echo "${ECHO_T}$ac_header_preproc" >&6
12195 # So? What about this header?
12196 case $ac_header_compiler:$ac_header_preproc in
12198 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12199 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12200 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12201 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12204 ## ------------------------------------ ##
12205 ## Report this to bug-autoconf@gnu.org. ##
12206 ## ------------------------------------ ##
12209 sed "s/^/$as_me: WARNING: /" >&2
12212 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12213 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12214 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12215 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12216 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12217 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12220 ## ------------------------------------ ##
12221 ## Report this to bug-autoconf@gnu.org. ##
12222 ## ------------------------------------ ##
12225 sed "s/^/$as_me: WARNING: /" >&2
12228 echo "$as_me:$LINENO: checking for $ac_header" >&5
12229 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12230 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12231 echo $ECHO_N "(cached) $ECHO_C" >&6
12233 eval "$as_ac_Header=$ac_header_preproc"
12235 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12236 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12239 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12240 cat >>confdefs.h
<<_ACEOF
12241 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12250 for ac_header
in stdlib.h
12252 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12253 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12254 echo "$as_me:$LINENO: checking for $ac_header" >&5
12255 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12256 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12257 echo $ECHO_N "(cached) $ECHO_C" >&6
12259 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12260 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12262 # Is the header compilable?
12263 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12264 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12265 cat >conftest.
$ac_ext <<_ACEOF
12266 #line $LINENO "configure"
12269 cat confdefs.h
>>conftest.
$ac_ext
12270 cat >>conftest.
$ac_ext <<_ACEOF
12271 /* end confdefs.h. */
12272 $ac_includes_default
12273 #include <$ac_header>
12275 rm -f conftest.
$ac_objext
12276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12277 (eval $ac_compile) 2>&5
12279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12280 (exit $ac_status); } &&
12281 { ac_try
='test -s conftest.$ac_objext'
12282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12283 (eval $ac_try) 2>&5
12285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12286 (exit $ac_status); }; }; then
12287 ac_header_compiler
=yes
12289 echo "$as_me: failed program was:" >&5
12290 sed 's/^/| /' conftest.
$ac_ext >&5
12292 ac_header_compiler
=no
12294 rm -f conftest.
$ac_objext conftest.
$ac_ext
12295 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12296 echo "${ECHO_T}$ac_header_compiler" >&6
12298 # Is the header present?
12299 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12300 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12301 cat >conftest.
$ac_ext <<_ACEOF
12302 #line $LINENO "configure"
12305 cat confdefs.h
>>conftest.
$ac_ext
12306 cat >>conftest.
$ac_ext <<_ACEOF
12307 /* end confdefs.h. */
12308 #include <$ac_header>
12310 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12311 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12313 grep -v '^ *+' conftest.er1
>conftest.err
12315 cat conftest.err
>&5
12316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12317 (exit $ac_status); } >/dev
/null
; then
12318 if test -s conftest.err
; then
12319 ac_cpp_err
=$ac_c_preproc_warn_flag
12326 if test -z "$ac_cpp_err"; then
12327 ac_header_preproc
=yes
12329 echo "$as_me: failed program was:" >&5
12330 sed 's/^/| /' conftest.
$ac_ext >&5
12332 ac_header_preproc
=no
12334 rm -f conftest.err conftest.
$ac_ext
12335 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12336 echo "${ECHO_T}$ac_header_preproc" >&6
12338 # So? What about this header?
12339 case $ac_header_compiler:$ac_header_preproc in
12341 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12342 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12343 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12344 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12347 ## ------------------------------------ ##
12348 ## Report this to bug-autoconf@gnu.org. ##
12349 ## ------------------------------------ ##
12352 sed "s/^/$as_me: WARNING: /" >&2
12355 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12356 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12357 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12358 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12359 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12360 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12363 ## ------------------------------------ ##
12364 ## Report this to bug-autoconf@gnu.org. ##
12365 ## ------------------------------------ ##
12368 sed "s/^/$as_me: WARNING: /" >&2
12371 echo "$as_me:$LINENO: checking for $ac_header" >&5
12372 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12373 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12374 echo $ECHO_N "(cached) $ECHO_C" >&6
12376 eval "$as_ac_Header=$ac_header_preproc"
12378 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12379 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12382 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12383 cat >>confdefs.h
<<_ACEOF
12384 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12392 for ac_header
in malloc.h
12394 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12395 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12396 echo "$as_me:$LINENO: checking for $ac_header" >&5
12397 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12398 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12399 echo $ECHO_N "(cached) $ECHO_C" >&6
12401 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12402 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12404 # Is the header compilable?
12405 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12406 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12407 cat >conftest.
$ac_ext <<_ACEOF
12408 #line $LINENO "configure"
12411 cat confdefs.h
>>conftest.
$ac_ext
12412 cat >>conftest.
$ac_ext <<_ACEOF
12413 /* end confdefs.h. */
12414 $ac_includes_default
12415 #include <$ac_header>
12417 rm -f conftest.
$ac_objext
12418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12419 (eval $ac_compile) 2>&5
12421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12422 (exit $ac_status); } &&
12423 { ac_try
='test -s conftest.$ac_objext'
12424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12425 (eval $ac_try) 2>&5
12427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12428 (exit $ac_status); }; }; then
12429 ac_header_compiler
=yes
12431 echo "$as_me: failed program was:" >&5
12432 sed 's/^/| /' conftest.
$ac_ext >&5
12434 ac_header_compiler
=no
12436 rm -f conftest.
$ac_objext conftest.
$ac_ext
12437 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12438 echo "${ECHO_T}$ac_header_compiler" >&6
12440 # Is the header present?
12441 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12442 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12443 cat >conftest.
$ac_ext <<_ACEOF
12444 #line $LINENO "configure"
12447 cat confdefs.h
>>conftest.
$ac_ext
12448 cat >>conftest.
$ac_ext <<_ACEOF
12449 /* end confdefs.h. */
12450 #include <$ac_header>
12452 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12453 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12455 grep -v '^ *+' conftest.er1
>conftest.err
12457 cat conftest.err
>&5
12458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12459 (exit $ac_status); } >/dev
/null
; then
12460 if test -s conftest.err
; then
12461 ac_cpp_err
=$ac_c_preproc_warn_flag
12468 if test -z "$ac_cpp_err"; then
12469 ac_header_preproc
=yes
12471 echo "$as_me: failed program was:" >&5
12472 sed 's/^/| /' conftest.
$ac_ext >&5
12474 ac_header_preproc
=no
12476 rm -f conftest.err conftest.
$ac_ext
12477 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12478 echo "${ECHO_T}$ac_header_preproc" >&6
12480 # So? What about this header?
12481 case $ac_header_compiler:$ac_header_preproc in
12483 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12484 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12485 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12486 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12489 ## ------------------------------------ ##
12490 ## Report this to bug-autoconf@gnu.org. ##
12491 ## ------------------------------------ ##
12494 sed "s/^/$as_me: WARNING: /" >&2
12497 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12498 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12499 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12500 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12501 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12502 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12505 ## ------------------------------------ ##
12506 ## Report this to bug-autoconf@gnu.org. ##
12507 ## ------------------------------------ ##
12510 sed "s/^/$as_me: WARNING: /" >&2
12513 echo "$as_me:$LINENO: checking for $ac_header" >&5
12514 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12515 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12516 echo $ECHO_N "(cached) $ECHO_C" >&6
12518 eval "$as_ac_Header=$ac_header_preproc"
12520 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12521 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12524 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12525 cat >>confdefs.h
<<_ACEOF
12526 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12534 for ac_header
in unistd.h
12536 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12537 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12538 echo "$as_me:$LINENO: checking for $ac_header" >&5
12539 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12540 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12541 echo $ECHO_N "(cached) $ECHO_C" >&6
12543 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12544 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12546 # Is the header compilable?
12547 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12548 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12549 cat >conftest.
$ac_ext <<_ACEOF
12550 #line $LINENO "configure"
12553 cat confdefs.h
>>conftest.
$ac_ext
12554 cat >>conftest.
$ac_ext <<_ACEOF
12555 /* end confdefs.h. */
12556 $ac_includes_default
12557 #include <$ac_header>
12559 rm -f conftest.
$ac_objext
12560 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12561 (eval $ac_compile) 2>&5
12563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12564 (exit $ac_status); } &&
12565 { ac_try
='test -s conftest.$ac_objext'
12566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12567 (eval $ac_try) 2>&5
12569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12570 (exit $ac_status); }; }; then
12571 ac_header_compiler
=yes
12573 echo "$as_me: failed program was:" >&5
12574 sed 's/^/| /' conftest.
$ac_ext >&5
12576 ac_header_compiler
=no
12578 rm -f conftest.
$ac_objext conftest.
$ac_ext
12579 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12580 echo "${ECHO_T}$ac_header_compiler" >&6
12582 # Is the header present?
12583 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12584 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12585 cat >conftest.
$ac_ext <<_ACEOF
12586 #line $LINENO "configure"
12589 cat confdefs.h
>>conftest.
$ac_ext
12590 cat >>conftest.
$ac_ext <<_ACEOF
12591 /* end confdefs.h. */
12592 #include <$ac_header>
12594 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12595 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12597 grep -v '^ *+' conftest.er1
>conftest.err
12599 cat conftest.err
>&5
12600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12601 (exit $ac_status); } >/dev
/null
; then
12602 if test -s conftest.err
; then
12603 ac_cpp_err
=$ac_c_preproc_warn_flag
12610 if test -z "$ac_cpp_err"; then
12611 ac_header_preproc
=yes
12613 echo "$as_me: failed program was:" >&5
12614 sed 's/^/| /' conftest.
$ac_ext >&5
12616 ac_header_preproc
=no
12618 rm -f conftest.err conftest.
$ac_ext
12619 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12620 echo "${ECHO_T}$ac_header_preproc" >&6
12622 # So? What about this header?
12623 case $ac_header_compiler:$ac_header_preproc in
12625 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12626 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12627 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12628 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12631 ## ------------------------------------ ##
12632 ## Report this to bug-autoconf@gnu.org. ##
12633 ## ------------------------------------ ##
12636 sed "s/^/$as_me: WARNING: /" >&2
12639 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12640 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12641 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12642 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12643 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12644 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12647 ## ------------------------------------ ##
12648 ## Report this to bug-autoconf@gnu.org. ##
12649 ## ------------------------------------ ##
12652 sed "s/^/$as_me: WARNING: /" >&2
12655 echo "$as_me:$LINENO: checking for $ac_header" >&5
12656 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12657 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12658 echo $ECHO_N "(cached) $ECHO_C" >&6
12660 eval "$as_ac_Header=$ac_header_preproc"
12662 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12663 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12666 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12667 cat >>confdefs.h
<<_ACEOF
12668 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12676 for ac_header
in wchar.h
12678 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12679 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12680 echo "$as_me:$LINENO: checking for $ac_header" >&5
12681 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12682 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12683 echo $ECHO_N "(cached) $ECHO_C" >&6
12685 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12686 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12688 # Is the header compilable?
12689 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12690 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12691 cat >conftest.
$ac_ext <<_ACEOF
12692 #line $LINENO "configure"
12695 cat confdefs.h
>>conftest.
$ac_ext
12696 cat >>conftest.
$ac_ext <<_ACEOF
12697 /* end confdefs.h. */
12698 $ac_includes_default
12699 #include <$ac_header>
12701 rm -f conftest.
$ac_objext
12702 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12703 (eval $ac_compile) 2>&5
12705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12706 (exit $ac_status); } &&
12707 { ac_try
='test -s conftest.$ac_objext'
12708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12709 (eval $ac_try) 2>&5
12711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12712 (exit $ac_status); }; }; then
12713 ac_header_compiler
=yes
12715 echo "$as_me: failed program was:" >&5
12716 sed 's/^/| /' conftest.
$ac_ext >&5
12718 ac_header_compiler
=no
12720 rm -f conftest.
$ac_objext conftest.
$ac_ext
12721 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12722 echo "${ECHO_T}$ac_header_compiler" >&6
12724 # Is the header present?
12725 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12726 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12727 cat >conftest.
$ac_ext <<_ACEOF
12728 #line $LINENO "configure"
12731 cat confdefs.h
>>conftest.
$ac_ext
12732 cat >>conftest.
$ac_ext <<_ACEOF
12733 /* end confdefs.h. */
12734 #include <$ac_header>
12736 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12737 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12739 grep -v '^ *+' conftest.er1
>conftest.err
12741 cat conftest.err
>&5
12742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12743 (exit $ac_status); } >/dev
/null
; then
12744 if test -s conftest.err
; then
12745 ac_cpp_err
=$ac_c_preproc_warn_flag
12752 if test -z "$ac_cpp_err"; then
12753 ac_header_preproc
=yes
12755 echo "$as_me: failed program was:" >&5
12756 sed 's/^/| /' conftest.
$ac_ext >&5
12758 ac_header_preproc
=no
12760 rm -f conftest.err conftest.
$ac_ext
12761 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12762 echo "${ECHO_T}$ac_header_preproc" >&6
12764 # So? What about this header?
12765 case $ac_header_compiler:$ac_header_preproc in
12767 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12768 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12769 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12770 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12773 ## ------------------------------------ ##
12774 ## Report this to bug-autoconf@gnu.org. ##
12775 ## ------------------------------------ ##
12778 sed "s/^/$as_me: WARNING: /" >&2
12781 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12782 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12783 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12784 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12785 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12786 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12789 ## ------------------------------------ ##
12790 ## Report this to bug-autoconf@gnu.org. ##
12791 ## ------------------------------------ ##
12794 sed "s/^/$as_me: WARNING: /" >&2
12797 echo "$as_me:$LINENO: checking for $ac_header" >&5
12798 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12799 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12800 echo $ECHO_N "(cached) $ECHO_C" >&6
12802 eval "$as_ac_Header=$ac_header_preproc"
12804 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12805 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12808 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12809 cat >>confdefs.h
<<_ACEOF
12810 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12818 if test "$ac_cv_header_wchar_h" != "yes"; then
12820 for ac_header
in wcstr.h
12822 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12823 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12824 echo "$as_me:$LINENO: checking for $ac_header" >&5
12825 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12826 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12827 echo $ECHO_N "(cached) $ECHO_C" >&6
12829 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12830 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12832 # Is the header compilable?
12833 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12834 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12835 cat >conftest.
$ac_ext <<_ACEOF
12836 #line $LINENO "configure"
12839 cat confdefs.h
>>conftest.
$ac_ext
12840 cat >>conftest.
$ac_ext <<_ACEOF
12841 /* end confdefs.h. */
12842 $ac_includes_default
12843 #include <$ac_header>
12845 rm -f conftest.
$ac_objext
12846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12847 (eval $ac_compile) 2>&5
12849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12850 (exit $ac_status); } &&
12851 { ac_try
='test -s conftest.$ac_objext'
12852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12853 (eval $ac_try) 2>&5
12855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12856 (exit $ac_status); }; }; then
12857 ac_header_compiler
=yes
12859 echo "$as_me: failed program was:" >&5
12860 sed 's/^/| /' conftest.
$ac_ext >&5
12862 ac_header_compiler
=no
12864 rm -f conftest.
$ac_objext conftest.
$ac_ext
12865 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12866 echo "${ECHO_T}$ac_header_compiler" >&6
12868 # Is the header present?
12869 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12870 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12871 cat >conftest.
$ac_ext <<_ACEOF
12872 #line $LINENO "configure"
12875 cat confdefs.h
>>conftest.
$ac_ext
12876 cat >>conftest.
$ac_ext <<_ACEOF
12877 /* end confdefs.h. */
12878 #include <$ac_header>
12880 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12881 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12883 grep -v '^ *+' conftest.er1
>conftest.err
12885 cat conftest.err
>&5
12886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12887 (exit $ac_status); } >/dev
/null
; then
12888 if test -s conftest.err
; then
12889 ac_cpp_err
=$ac_c_preproc_warn_flag
12896 if test -z "$ac_cpp_err"; then
12897 ac_header_preproc
=yes
12899 echo "$as_me: failed program was:" >&5
12900 sed 's/^/| /' conftest.
$ac_ext >&5
12902 ac_header_preproc
=no
12904 rm -f conftest.err conftest.
$ac_ext
12905 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12906 echo "${ECHO_T}$ac_header_preproc" >&6
12908 # So? What about this header?
12909 case $ac_header_compiler:$ac_header_preproc in
12911 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12912 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12913 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12914 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12917 ## ------------------------------------ ##
12918 ## Report this to bug-autoconf@gnu.org. ##
12919 ## ------------------------------------ ##
12922 sed "s/^/$as_me: WARNING: /" >&2
12925 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12926 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12927 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12928 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12929 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12930 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12933 ## ------------------------------------ ##
12934 ## Report this to bug-autoconf@gnu.org. ##
12935 ## ------------------------------------ ##
12938 sed "s/^/$as_me: WARNING: /" >&2
12941 echo "$as_me:$LINENO: checking for $ac_header" >&5
12942 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12943 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12944 echo $ECHO_N "(cached) $ECHO_C" >&6
12946 eval "$as_ac_Header=$ac_header_preproc"
12948 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12949 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12952 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12953 cat >>confdefs.h
<<_ACEOF
12954 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12964 for ac_header
in fnmatch.h
12966 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12967 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12968 echo "$as_me:$LINENO: checking for $ac_header" >&5
12969 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12970 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12971 echo $ECHO_N "(cached) $ECHO_C" >&6
12973 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12974 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12976 # Is the header compilable?
12977 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12978 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12979 cat >conftest.
$ac_ext <<_ACEOF
12980 #line $LINENO "configure"
12983 cat confdefs.h
>>conftest.
$ac_ext
12984 cat >>conftest.
$ac_ext <<_ACEOF
12985 /* end confdefs.h. */
12986 $ac_includes_default
12987 #include <$ac_header>
12989 rm -f conftest.
$ac_objext
12990 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12991 (eval $ac_compile) 2>&5
12993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12994 (exit $ac_status); } &&
12995 { ac_try
='test -s conftest.$ac_objext'
12996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12997 (eval $ac_try) 2>&5
12999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13000 (exit $ac_status); }; }; then
13001 ac_header_compiler
=yes
13003 echo "$as_me: failed program was:" >&5
13004 sed 's/^/| /' conftest.
$ac_ext >&5
13006 ac_header_compiler
=no
13008 rm -f conftest.
$ac_objext conftest.
$ac_ext
13009 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13010 echo "${ECHO_T}$ac_header_compiler" >&6
13012 # Is the header present?
13013 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13014 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13015 cat >conftest.
$ac_ext <<_ACEOF
13016 #line $LINENO "configure"
13019 cat confdefs.h
>>conftest.
$ac_ext
13020 cat >>conftest.
$ac_ext <<_ACEOF
13021 /* end confdefs.h. */
13022 #include <$ac_header>
13024 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13025 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13027 grep -v '^ *+' conftest.er1
>conftest.err
13029 cat conftest.err
>&5
13030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13031 (exit $ac_status); } >/dev
/null
; then
13032 if test -s conftest.err
; then
13033 ac_cpp_err
=$ac_c_preproc_warn_flag
13040 if test -z "$ac_cpp_err"; then
13041 ac_header_preproc
=yes
13043 echo "$as_me: failed program was:" >&5
13044 sed 's/^/| /' conftest.
$ac_ext >&5
13046 ac_header_preproc
=no
13048 rm -f conftest.err conftest.
$ac_ext
13049 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13050 echo "${ECHO_T}$ac_header_preproc" >&6
13052 # So? What about this header?
13053 case $ac_header_compiler:$ac_header_preproc in
13055 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13056 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13057 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13058 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13061 ## ------------------------------------ ##
13062 ## Report this to bug-autoconf@gnu.org. ##
13063 ## ------------------------------------ ##
13066 sed "s/^/$as_me: WARNING: /" >&2
13069 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13070 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13071 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13072 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13073 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13074 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13077 ## ------------------------------------ ##
13078 ## Report this to bug-autoconf@gnu.org. ##
13079 ## ------------------------------------ ##
13082 sed "s/^/$as_me: WARNING: /" >&2
13085 echo "$as_me:$LINENO: checking for $ac_header" >&5
13086 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13087 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13088 echo $ECHO_N "(cached) $ECHO_C" >&6
13090 eval "$as_ac_Header=$ac_header_preproc"
13092 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13093 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13096 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13097 cat >>confdefs.h
<<_ACEOF
13098 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13106 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13108 for ac_func
in fnmatch
13110 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13111 echo "$as_me:$LINENO: checking for $ac_func" >&5
13112 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13113 if eval "test \"\${$as_ac_var+set}\" = set"; then
13114 echo $ECHO_N "(cached) $ECHO_C" >&6
13116 cat >conftest.
$ac_ext <<_ACEOF
13117 #line $LINENO "configure"
13120 cat confdefs.h
>>conftest.
$ac_ext
13121 cat >>conftest.
$ac_ext <<_ACEOF
13122 /* end confdefs.h. */
13123 /* System header to define __stub macros and hopefully few prototypes,
13124 which can conflict with char $ac_func (); below.
13125 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13126 <limits.h> exists even on freestanding compilers. */
13128 # include <limits.h>
13130 # include <assert.h>
13132 /* Override any gcc2 internal prototype to avoid an error. */
13137 /* We use char because int might match the return type of a gcc2
13138 builtin and then its argument prototype would still apply. */
13140 /* The GNU C library defines this for functions which it implements
13141 to always fail with ENOSYS. Some functions are actually named
13142 something starting with __ and the normal name is an alias. */
13143 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13146 char (*f) () = $ac_func;
13155 return f != $ac_func;
13160 rm -f conftest.
$ac_objext conftest
$ac_exeext
13161 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13162 (eval $ac_link) 2>&5
13164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13165 (exit $ac_status); } &&
13166 { ac_try
='test -s conftest$ac_exeext'
13167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13168 (eval $ac_try) 2>&5
13170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13171 (exit $ac_status); }; }; then
13172 eval "$as_ac_var=yes"
13174 echo "$as_me: failed program was:" >&5
13175 sed 's/^/| /' conftest.
$ac_ext >&5
13177 eval "$as_ac_var=no"
13179 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13181 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13182 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13183 if test `eval echo '${'$as_ac_var'}'` = yes; then
13184 cat >>confdefs.h
<<_ACEOF
13185 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13194 for ac_header
in langinfo.h
13196 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13197 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13198 echo "$as_me:$LINENO: checking for $ac_header" >&5
13199 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13200 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13201 echo $ECHO_N "(cached) $ECHO_C" >&6
13203 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13204 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13206 # Is the header compilable?
13207 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13208 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13209 cat >conftest.
$ac_ext <<_ACEOF
13210 #line $LINENO "configure"
13213 cat confdefs.h
>>conftest.
$ac_ext
13214 cat >>conftest.
$ac_ext <<_ACEOF
13215 /* end confdefs.h. */
13216 $ac_includes_default
13217 #include <$ac_header>
13219 rm -f conftest.
$ac_objext
13220 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13221 (eval $ac_compile) 2>&5
13223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13224 (exit $ac_status); } &&
13225 { ac_try
='test -s conftest.$ac_objext'
13226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13227 (eval $ac_try) 2>&5
13229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13230 (exit $ac_status); }; }; then
13231 ac_header_compiler
=yes
13233 echo "$as_me: failed program was:" >&5
13234 sed 's/^/| /' conftest.
$ac_ext >&5
13236 ac_header_compiler
=no
13238 rm -f conftest.
$ac_objext conftest.
$ac_ext
13239 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13240 echo "${ECHO_T}$ac_header_compiler" >&6
13242 # Is the header present?
13243 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13244 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13245 cat >conftest.
$ac_ext <<_ACEOF
13246 #line $LINENO "configure"
13249 cat confdefs.h
>>conftest.
$ac_ext
13250 cat >>conftest.
$ac_ext <<_ACEOF
13251 /* end confdefs.h. */
13252 #include <$ac_header>
13254 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13255 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13257 grep -v '^ *+' conftest.er1
>conftest.err
13259 cat conftest.err
>&5
13260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13261 (exit $ac_status); } >/dev
/null
; then
13262 if test -s conftest.err
; then
13263 ac_cpp_err
=$ac_c_preproc_warn_flag
13270 if test -z "$ac_cpp_err"; then
13271 ac_header_preproc
=yes
13273 echo "$as_me: failed program was:" >&5
13274 sed 's/^/| /' conftest.
$ac_ext >&5
13276 ac_header_preproc
=no
13278 rm -f conftest.err conftest.
$ac_ext
13279 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13280 echo "${ECHO_T}$ac_header_preproc" >&6
13282 # So? What about this header?
13283 case $ac_header_compiler:$ac_header_preproc in
13285 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13286 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13287 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13288 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13291 ## ------------------------------------ ##
13292 ## Report this to bug-autoconf@gnu.org. ##
13293 ## ------------------------------------ ##
13296 sed "s/^/$as_me: WARNING: /" >&2
13299 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13300 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13301 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13302 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13303 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13304 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13307 ## ------------------------------------ ##
13308 ## Report this to bug-autoconf@gnu.org. ##
13309 ## ------------------------------------ ##
13312 sed "s/^/$as_me: WARNING: /" >&2
13315 echo "$as_me:$LINENO: checking for $ac_header" >&5
13316 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13317 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13318 echo $ECHO_N "(cached) $ECHO_C" >&6
13320 eval "$as_ac_Header=$ac_header_preproc"
13322 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13323 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13326 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13327 cat >>confdefs.h
<<_ACEOF
13328 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13337 *-pc-os2_emx | *-pc-os2-emx )
13338 if test $ac_cv_header_langinfo_h = "yes"; then
13339 LIBS
="$LIBS -lintl"
13344 if test "$wxUSE_GUI" = "yes"; then
13345 if test "$wxUSE_UNIX" = "yes"; then
13347 for ac_header
in X
11/XKBlib.h
13349 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13350 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13351 echo "$as_me:$LINENO: checking for $ac_header" >&5
13352 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13353 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13354 echo $ECHO_N "(cached) $ECHO_C" >&6
13356 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13357 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13359 # Is the header compilable?
13360 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13361 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13362 cat >conftest.
$ac_ext <<_ACEOF
13363 #line $LINENO "configure"
13366 cat confdefs.h
>>conftest.
$ac_ext
13367 cat >>conftest.
$ac_ext <<_ACEOF
13368 /* end confdefs.h. */
13369 $ac_includes_default
13370 #include <$ac_header>
13372 rm -f conftest.
$ac_objext
13373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13374 (eval $ac_compile) 2>&5
13376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13377 (exit $ac_status); } &&
13378 { ac_try
='test -s conftest.$ac_objext'
13379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13380 (eval $ac_try) 2>&5
13382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13383 (exit $ac_status); }; }; then
13384 ac_header_compiler
=yes
13386 echo "$as_me: failed program was:" >&5
13387 sed 's/^/| /' conftest.
$ac_ext >&5
13389 ac_header_compiler
=no
13391 rm -f conftest.
$ac_objext conftest.
$ac_ext
13392 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13393 echo "${ECHO_T}$ac_header_compiler" >&6
13395 # Is the header present?
13396 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13397 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13398 cat >conftest.
$ac_ext <<_ACEOF
13399 #line $LINENO "configure"
13402 cat confdefs.h
>>conftest.
$ac_ext
13403 cat >>conftest.
$ac_ext <<_ACEOF
13404 /* end confdefs.h. */
13405 #include <$ac_header>
13407 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13408 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13410 grep -v '^ *+' conftest.er1
>conftest.err
13412 cat conftest.err
>&5
13413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13414 (exit $ac_status); } >/dev
/null
; then
13415 if test -s conftest.err
; then
13416 ac_cpp_err
=$ac_c_preproc_warn_flag
13423 if test -z "$ac_cpp_err"; then
13424 ac_header_preproc
=yes
13426 echo "$as_me: failed program was:" >&5
13427 sed 's/^/| /' conftest.
$ac_ext >&5
13429 ac_header_preproc
=no
13431 rm -f conftest.err conftest.
$ac_ext
13432 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13433 echo "${ECHO_T}$ac_header_preproc" >&6
13435 # So? What about this header?
13436 case $ac_header_compiler:$ac_header_preproc in
13438 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13439 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13440 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13441 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13444 ## ------------------------------------ ##
13445 ## Report this to bug-autoconf@gnu.org. ##
13446 ## ------------------------------------ ##
13449 sed "s/^/$as_me: WARNING: /" >&2
13452 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13453 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13454 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13455 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13456 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13457 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13460 ## ------------------------------------ ##
13461 ## Report this to bug-autoconf@gnu.org. ##
13462 ## ------------------------------------ ##
13465 sed "s/^/$as_me: WARNING: /" >&2
13468 echo "$as_me:$LINENO: checking for $ac_header" >&5
13469 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13470 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13471 echo $ECHO_N "(cached) $ECHO_C" >&6
13473 eval "$as_ac_Header=$ac_header_preproc"
13475 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13476 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13479 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13480 cat >>confdefs.h
<<_ACEOF
13481 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13492 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13493 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13494 if test "${ac_cv_c_const+set}" = set; then
13495 echo $ECHO_N "(cached) $ECHO_C" >&6
13497 cat >conftest.
$ac_ext <<_ACEOF
13498 #line $LINENO "configure"
13501 cat confdefs.h
>>conftest.
$ac_ext
13502 cat >>conftest.
$ac_ext <<_ACEOF
13503 /* end confdefs.h. */
13508 /* FIXME: Include the comments suggested by Paul. */
13509 #ifndef __cplusplus
13510 /* Ultrix mips cc rejects this. */
13511 typedef int charset[2];
13513 /* SunOS 4.1.1 cc rejects this. */
13514 char const *const *ccp;
13516 /* NEC SVR4.0.2 mips cc rejects this. */
13517 struct point {int x, y;};
13518 static struct point const zero = {0,0};
13519 /* AIX XL C 1.02.0.0 rejects this.
13520 It does not let you subtract one const X* pointer from another in
13521 an arm of an if-expression whose if-part is not a constant
13523 const char *g = "string";
13524 ccp = &g + (g ? g-g : 0);
13525 /* HPUX 7.0 cc rejects these. */
13528 ccp = (char const *const *) p;
13529 { /* SCO 3.2v4 cc rejects this. */
13531 char const *s = 0 ? (char *) 0 : (char const *) 0;
13535 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13536 int x[] = {25, 17};
13537 const int *foo = &x[0];
13540 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13541 typedef const int *iptr;
13545 { /* AIX XL C 1.02.0.0 rejects this saying
13546 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13547 struct s { int j; const int *ap[3]; };
13548 struct s *b; b->j = 5;
13550 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13551 const int foo = 10;
13559 rm -f conftest.
$ac_objext
13560 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13561 (eval $ac_compile) 2>&5
13563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13564 (exit $ac_status); } &&
13565 { ac_try
='test -s conftest.$ac_objext'
13566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13567 (eval $ac_try) 2>&5
13569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13570 (exit $ac_status); }; }; then
13573 echo "$as_me: failed program was:" >&5
13574 sed 's/^/| /' conftest.
$ac_ext >&5
13578 rm -f conftest.
$ac_objext conftest.
$ac_ext
13580 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
13581 echo "${ECHO_T}$ac_cv_c_const" >&6
13582 if test $ac_cv_c_const = no
; then
13584 cat >>confdefs.h
<<\_ACEOF
13590 echo "$as_me:$LINENO: checking for inline" >&5
13591 echo $ECHO_N "checking for inline... $ECHO_C" >&6
13592 if test "${ac_cv_c_inline+set}" = set; then
13593 echo $ECHO_N "(cached) $ECHO_C" >&6
13596 for ac_kw
in inline __inline__ __inline
; do
13597 cat >conftest.
$ac_ext <<_ACEOF
13598 #line $LINENO "configure"
13601 cat confdefs.h
>>conftest.
$ac_ext
13602 cat >>conftest.
$ac_ext <<_ACEOF
13603 /* end confdefs.h. */
13604 #ifndef __cplusplus
13606 static $ac_kw foo_t static_foo () {return 0; }
13607 $ac_kw foo_t foo () {return 0; }
13611 rm -f conftest.
$ac_objext
13612 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13613 (eval $ac_compile) 2>&5
13615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13616 (exit $ac_status); } &&
13617 { ac_try
='test -s conftest.$ac_objext'
13618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13619 (eval $ac_try) 2>&5
13621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13622 (exit $ac_status); }; }; then
13623 ac_cv_c_inline
=$ac_kw; break
13625 echo "$as_me: failed program was:" >&5
13626 sed 's/^/| /' conftest.
$ac_ext >&5
13629 rm -f conftest.
$ac_objext conftest.
$ac_ext
13633 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13634 echo "${ECHO_T}$ac_cv_c_inline" >&6
13635 case $ac_cv_c_inline in
13638 cat >>confdefs.h
<<\_ACEOF
13642 *) cat >>confdefs.h
<<_ACEOF
13643 #define inline $ac_cv_c_inline
13649 echo "$as_me:$LINENO: checking for char" >&5
13650 echo $ECHO_N "checking for char... $ECHO_C" >&6
13651 if test "${ac_cv_type_char+set}" = set; then
13652 echo $ECHO_N "(cached) $ECHO_C" >&6
13654 cat >conftest.
$ac_ext <<_ACEOF
13655 #line $LINENO "configure"
13658 cat confdefs.h
>>conftest.
$ac_ext
13659 cat >>conftest.
$ac_ext <<_ACEOF
13660 /* end confdefs.h. */
13661 $ac_includes_default
13673 rm -f conftest.
$ac_objext
13674 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13675 (eval $ac_compile) 2>&5
13677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13678 (exit $ac_status); } &&
13679 { ac_try
='test -s conftest.$ac_objext'
13680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13681 (eval $ac_try) 2>&5
13683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13684 (exit $ac_status); }; }; then
13685 ac_cv_type_char
=yes
13687 echo "$as_me: failed program was:" >&5
13688 sed 's/^/| /' conftest.
$ac_ext >&5
13692 rm -f conftest.
$ac_objext conftest.
$ac_ext
13694 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
13695 echo "${ECHO_T}$ac_cv_type_char" >&6
13697 echo "$as_me:$LINENO: checking size of char" >&5
13698 echo $ECHO_N "checking size of char... $ECHO_C" >&6
13699 if test "${ac_cv_sizeof_char+set}" = set; then
13700 echo $ECHO_N "(cached) $ECHO_C" >&6
13702 if test "$ac_cv_type_char" = yes; then
13703 # The cast to unsigned long works around a bug in the HP C Compiler
13704 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13705 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13706 # This bug is HP SR number 8606223364.
13707 if test "$cross_compiling" = yes; then
13708 # Depending upon the size, compute the lo and hi bounds.
13709 cat >conftest.
$ac_ext <<_ACEOF
13710 #line $LINENO "configure"
13713 cat confdefs.h
>>conftest.
$ac_ext
13714 cat >>conftest.
$ac_ext <<_ACEOF
13715 /* end confdefs.h. */
13716 $ac_includes_default
13720 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
13727 rm -f conftest.
$ac_objext
13728 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13729 (eval $ac_compile) 2>&5
13731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13732 (exit $ac_status); } &&
13733 { ac_try
='test -s conftest.$ac_objext'
13734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13735 (eval $ac_try) 2>&5
13737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13738 (exit $ac_status); }; }; then
13741 cat >conftest.
$ac_ext <<_ACEOF
13742 #line $LINENO "configure"
13745 cat confdefs.h
>>conftest.
$ac_ext
13746 cat >>conftest.
$ac_ext <<_ACEOF
13747 /* end confdefs.h. */
13748 $ac_includes_default
13752 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13759 rm -f conftest.
$ac_objext
13760 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13761 (eval $ac_compile) 2>&5
13763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13764 (exit $ac_status); } &&
13765 { ac_try
='test -s conftest.$ac_objext'
13766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13767 (eval $ac_try) 2>&5
13769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13770 (exit $ac_status); }; }; then
13771 ac_hi
=$ac_mid; break
13773 echo "$as_me: failed program was:" >&5
13774 sed 's/^/| /' conftest.
$ac_ext >&5
13776 ac_lo
=`expr $ac_mid + 1`
13777 if test $ac_lo -le $ac_mid; then
13781 ac_mid
=`expr 2 '*' $ac_mid + 1`
13783 rm -f conftest.
$ac_objext conftest.
$ac_ext
13786 echo "$as_me: failed program was:" >&5
13787 sed 's/^/| /' conftest.
$ac_ext >&5
13789 cat >conftest.
$ac_ext <<_ACEOF
13790 #line $LINENO "configure"
13793 cat confdefs.h
>>conftest.
$ac_ext
13794 cat >>conftest.
$ac_ext <<_ACEOF
13795 /* end confdefs.h. */
13796 $ac_includes_default
13800 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
13807 rm -f conftest.
$ac_objext
13808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13809 (eval $ac_compile) 2>&5
13811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13812 (exit $ac_status); } &&
13813 { ac_try
='test -s conftest.$ac_objext'
13814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13815 (eval $ac_try) 2>&5
13817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13818 (exit $ac_status); }; }; then
13821 cat >conftest.
$ac_ext <<_ACEOF
13822 #line $LINENO "configure"
13825 cat confdefs.h
>>conftest.
$ac_ext
13826 cat >>conftest.
$ac_ext <<_ACEOF
13827 /* end confdefs.h. */
13828 $ac_includes_default
13832 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
13839 rm -f conftest.
$ac_objext
13840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13841 (eval $ac_compile) 2>&5
13843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13844 (exit $ac_status); } &&
13845 { ac_try
='test -s conftest.$ac_objext'
13846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13847 (eval $ac_try) 2>&5
13849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13850 (exit $ac_status); }; }; then
13851 ac_lo
=$ac_mid; break
13853 echo "$as_me: failed program was:" >&5
13854 sed 's/^/| /' conftest.
$ac_ext >&5
13856 ac_hi
=`expr '(' $ac_mid ')' - 1`
13857 if test $ac_mid -le $ac_hi; then
13861 ac_mid
=`expr 2 '*' $ac_mid`
13863 rm -f conftest.
$ac_objext conftest.
$ac_ext
13866 echo "$as_me: failed program was:" >&5
13867 sed 's/^/| /' conftest.
$ac_ext >&5
13871 rm -f conftest.
$ac_objext conftest.
$ac_ext
13873 rm -f conftest.
$ac_objext conftest.
$ac_ext
13874 # Binary search between lo and hi bounds.
13875 while test "x$ac_lo" != "x$ac_hi"; do
13876 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13877 cat >conftest.
$ac_ext <<_ACEOF
13878 #line $LINENO "configure"
13881 cat confdefs.h
>>conftest.
$ac_ext
13882 cat >>conftest.
$ac_ext <<_ACEOF
13883 /* end confdefs.h. */
13884 $ac_includes_default
13888 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13895 rm -f conftest.
$ac_objext
13896 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13897 (eval $ac_compile) 2>&5
13899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13900 (exit $ac_status); } &&
13901 { ac_try
='test -s conftest.$ac_objext'
13902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13903 (eval $ac_try) 2>&5
13905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13906 (exit $ac_status); }; }; then
13909 echo "$as_me: failed program was:" >&5
13910 sed 's/^/| /' conftest.
$ac_ext >&5
13912 ac_lo
=`expr '(' $ac_mid ')' + 1`
13914 rm -f conftest.
$ac_objext conftest.
$ac_ext
13917 ?
*) ac_cv_sizeof_char
=$ac_lo;;
13918 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13919 See \`config.log' for more details." >&5
13920 echo "$as_me: error: cannot compute sizeof (char), 77
13921 See \`config.log' for more details." >&2;}
13922 { (exit 1); exit 1; }; } ;;
13925 if test "$cross_compiling" = yes; then
13926 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13927 See \`config.log' for more details." >&5
13928 echo "$as_me: error: cannot run test program while cross compiling
13929 See \`config.log' for more details." >&2;}
13930 { (exit 1); exit 1; }; }
13932 cat >conftest.
$ac_ext <<_ACEOF
13933 #line $LINENO "configure"
13936 cat confdefs.h
>>conftest.
$ac_ext
13937 cat >>conftest.
$ac_ext <<_ACEOF
13938 /* end confdefs.h. */
13939 $ac_includes_default
13940 long longval () { return (long) (sizeof (char)); }
13941 unsigned long ulongval () { return (long) (sizeof (char)); }
13943 #include <stdlib.h>
13948 FILE *f = fopen ("conftest.val", "w");
13951 if (((long) (sizeof (char))) < 0)
13953 long i = longval ();
13954 if (i != ((long) (sizeof (char))))
13956 fprintf (f, "%ld\n", i);
13960 unsigned long i = ulongval ();
13961 if (i != ((long) (sizeof (char))))
13963 fprintf (f, "%lu\n", i);
13965 exit (ferror (f) || fclose (f) != 0);
13971 rm -f conftest
$ac_exeext
13972 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13973 (eval $ac_link) 2>&5
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13978 (eval $ac_try) 2>&5
13980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13981 (exit $ac_status); }; }; then
13982 ac_cv_sizeof_char
=`cat conftest.val`
13984 echo "$as_me: program exited with status $ac_status" >&5
13985 echo "$as_me: failed program was:" >&5
13986 sed 's/^/| /' conftest.
$ac_ext >&5
13988 ( exit $ac_status )
13989 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13990 See \`config.log' for more details." >&5
13991 echo "$as_me: error: cannot compute sizeof (char), 77
13992 See \`config.log' for more details." >&2;}
13993 { (exit 1); exit 1; }; }
13995 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14000 ac_cv_sizeof_char
=0
14003 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14004 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14005 cat >>confdefs.h
<<_ACEOF
14006 #define SIZEOF_CHAR $ac_cv_sizeof_char
14010 echo "$as_me:$LINENO: checking for short" >&5
14011 echo $ECHO_N "checking for short... $ECHO_C" >&6
14012 if test "${ac_cv_type_short+set}" = set; then
14013 echo $ECHO_N "(cached) $ECHO_C" >&6
14015 cat >conftest.
$ac_ext <<_ACEOF
14016 #line $LINENO "configure"
14019 cat confdefs.h
>>conftest.
$ac_ext
14020 cat >>conftest.
$ac_ext <<_ACEOF
14021 /* end confdefs.h. */
14022 $ac_includes_default
14028 if (sizeof (short))
14034 rm -f conftest.
$ac_objext
14035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14036 (eval $ac_compile) 2>&5
14038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14039 (exit $ac_status); } &&
14040 { ac_try
='test -s conftest.$ac_objext'
14041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14042 (eval $ac_try) 2>&5
14044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14045 (exit $ac_status); }; }; then
14046 ac_cv_type_short
=yes
14048 echo "$as_me: failed program was:" >&5
14049 sed 's/^/| /' conftest.
$ac_ext >&5
14051 ac_cv_type_short
=no
14053 rm -f conftest.
$ac_objext conftest.
$ac_ext
14055 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14056 echo "${ECHO_T}$ac_cv_type_short" >&6
14058 echo "$as_me:$LINENO: checking size of short" >&5
14059 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14060 if test "${ac_cv_sizeof_short+set}" = set; then
14061 echo $ECHO_N "(cached) $ECHO_C" >&6
14063 if test "$ac_cv_type_short" = yes; then
14064 # The cast to unsigned long works around a bug in the HP C Compiler
14065 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14066 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14067 # This bug is HP SR number 8606223364.
14068 if test "$cross_compiling" = yes; then
14069 # Depending upon the size, compute the lo and hi bounds.
14070 cat >conftest.
$ac_ext <<_ACEOF
14071 #line $LINENO "configure"
14074 cat confdefs.h
>>conftest.
$ac_ext
14075 cat >>conftest.
$ac_ext <<_ACEOF
14076 /* end confdefs.h. */
14077 $ac_includes_default
14081 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14088 rm -f conftest.
$ac_objext
14089 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14090 (eval $ac_compile) 2>&5
14092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14093 (exit $ac_status); } &&
14094 { ac_try
='test -s conftest.$ac_objext'
14095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14096 (eval $ac_try) 2>&5
14098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14099 (exit $ac_status); }; }; then
14102 cat >conftest.
$ac_ext <<_ACEOF
14103 #line $LINENO "configure"
14106 cat confdefs.h
>>conftest.
$ac_ext
14107 cat >>conftest.
$ac_ext <<_ACEOF
14108 /* end confdefs.h. */
14109 $ac_includes_default
14113 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14120 rm -f conftest.
$ac_objext
14121 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14122 (eval $ac_compile) 2>&5
14124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14125 (exit $ac_status); } &&
14126 { ac_try
='test -s conftest.$ac_objext'
14127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14128 (eval $ac_try) 2>&5
14130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14131 (exit $ac_status); }; }; then
14132 ac_hi
=$ac_mid; break
14134 echo "$as_me: failed program was:" >&5
14135 sed 's/^/| /' conftest.
$ac_ext >&5
14137 ac_lo
=`expr $ac_mid + 1`
14138 if test $ac_lo -le $ac_mid; then
14142 ac_mid
=`expr 2 '*' $ac_mid + 1`
14144 rm -f conftest.
$ac_objext conftest.
$ac_ext
14147 echo "$as_me: failed program was:" >&5
14148 sed 's/^/| /' conftest.
$ac_ext >&5
14150 cat >conftest.
$ac_ext <<_ACEOF
14151 #line $LINENO "configure"
14154 cat confdefs.h
>>conftest.
$ac_ext
14155 cat >>conftest.
$ac_ext <<_ACEOF
14156 /* end confdefs.h. */
14157 $ac_includes_default
14161 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14168 rm -f conftest.
$ac_objext
14169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14170 (eval $ac_compile) 2>&5
14172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14173 (exit $ac_status); } &&
14174 { ac_try
='test -s conftest.$ac_objext'
14175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14176 (eval $ac_try) 2>&5
14178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14179 (exit $ac_status); }; }; then
14182 cat >conftest.
$ac_ext <<_ACEOF
14183 #line $LINENO "configure"
14186 cat confdefs.h
>>conftest.
$ac_ext
14187 cat >>conftest.
$ac_ext <<_ACEOF
14188 /* end confdefs.h. */
14189 $ac_includes_default
14193 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14200 rm -f conftest.
$ac_objext
14201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14202 (eval $ac_compile) 2>&5
14204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14205 (exit $ac_status); } &&
14206 { ac_try
='test -s conftest.$ac_objext'
14207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14208 (eval $ac_try) 2>&5
14210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14211 (exit $ac_status); }; }; then
14212 ac_lo
=$ac_mid; break
14214 echo "$as_me: failed program was:" >&5
14215 sed 's/^/| /' conftest.
$ac_ext >&5
14217 ac_hi
=`expr '(' $ac_mid ')' - 1`
14218 if test $ac_mid -le $ac_hi; then
14222 ac_mid
=`expr 2 '*' $ac_mid`
14224 rm -f conftest.
$ac_objext conftest.
$ac_ext
14227 echo "$as_me: failed program was:" >&5
14228 sed 's/^/| /' conftest.
$ac_ext >&5
14232 rm -f conftest.
$ac_objext conftest.
$ac_ext
14234 rm -f conftest.
$ac_objext conftest.
$ac_ext
14235 # Binary search between lo and hi bounds.
14236 while test "x$ac_lo" != "x$ac_hi"; do
14237 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14238 cat >conftest.
$ac_ext <<_ACEOF
14239 #line $LINENO "configure"
14242 cat confdefs.h
>>conftest.
$ac_ext
14243 cat >>conftest.
$ac_ext <<_ACEOF
14244 /* end confdefs.h. */
14245 $ac_includes_default
14249 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14256 rm -f conftest.
$ac_objext
14257 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14258 (eval $ac_compile) 2>&5
14260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14261 (exit $ac_status); } &&
14262 { ac_try
='test -s conftest.$ac_objext'
14263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14264 (eval $ac_try) 2>&5
14266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14267 (exit $ac_status); }; }; then
14270 echo "$as_me: failed program was:" >&5
14271 sed 's/^/| /' conftest.
$ac_ext >&5
14273 ac_lo
=`expr '(' $ac_mid ')' + 1`
14275 rm -f conftest.
$ac_objext conftest.
$ac_ext
14278 ?
*) ac_cv_sizeof_short
=$ac_lo;;
14279 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14280 See \`config.log' for more details." >&5
14281 echo "$as_me: error: cannot compute sizeof (short), 77
14282 See \`config.log' for more details." >&2;}
14283 { (exit 1); exit 1; }; } ;;
14286 if test "$cross_compiling" = yes; then
14287 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14288 See \`config.log' for more details." >&5
14289 echo "$as_me: error: cannot run test program while cross compiling
14290 See \`config.log' for more details." >&2;}
14291 { (exit 1); exit 1; }; }
14293 cat >conftest.
$ac_ext <<_ACEOF
14294 #line $LINENO "configure"
14297 cat confdefs.h
>>conftest.
$ac_ext
14298 cat >>conftest.
$ac_ext <<_ACEOF
14299 /* end confdefs.h. */
14300 $ac_includes_default
14301 long longval () { return (long) (sizeof (short)); }
14302 unsigned long ulongval () { return (long) (sizeof (short)); }
14304 #include <stdlib.h>
14309 FILE *f = fopen ("conftest.val", "w");
14312 if (((long) (sizeof (short))) < 0)
14314 long i = longval ();
14315 if (i != ((long) (sizeof (short))))
14317 fprintf (f, "%ld\n", i);
14321 unsigned long i = ulongval ();
14322 if (i != ((long) (sizeof (short))))
14324 fprintf (f, "%lu\n", i);
14326 exit (ferror (f) || fclose (f) != 0);
14332 rm -f conftest
$ac_exeext
14333 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14334 (eval $ac_link) 2>&5
14336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14337 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14339 (eval $ac_try) 2>&5
14341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14342 (exit $ac_status); }; }; then
14343 ac_cv_sizeof_short
=`cat conftest.val`
14345 echo "$as_me: program exited with status $ac_status" >&5
14346 echo "$as_me: failed program was:" >&5
14347 sed 's/^/| /' conftest.
$ac_ext >&5
14349 ( exit $ac_status )
14350 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14351 See \`config.log' for more details." >&5
14352 echo "$as_me: error: cannot compute sizeof (short), 77
14353 See \`config.log' for more details." >&2;}
14354 { (exit 1); exit 1; }; }
14356 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14361 ac_cv_sizeof_short
=0
14364 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
14365 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
14366 cat >>confdefs.h
<<_ACEOF
14367 #define SIZEOF_SHORT $ac_cv_sizeof_short
14371 echo "$as_me:$LINENO: checking for void *" >&5
14372 echo $ECHO_N "checking for void *... $ECHO_C" >&6
14373 if test "${ac_cv_type_void_p+set}" = set; then
14374 echo $ECHO_N "(cached) $ECHO_C" >&6
14376 cat >conftest.
$ac_ext <<_ACEOF
14377 #line $LINENO "configure"
14380 cat confdefs.h
>>conftest.
$ac_ext
14381 cat >>conftest.
$ac_ext <<_ACEOF
14382 /* end confdefs.h. */
14383 $ac_includes_default
14389 if (sizeof (void *))
14395 rm -f conftest.
$ac_objext
14396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14397 (eval $ac_compile) 2>&5
14399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14400 (exit $ac_status); } &&
14401 { ac_try
='test -s conftest.$ac_objext'
14402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14403 (eval $ac_try) 2>&5
14405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14406 (exit $ac_status); }; }; then
14407 ac_cv_type_void_p
=yes
14409 echo "$as_me: failed program was:" >&5
14410 sed 's/^/| /' conftest.
$ac_ext >&5
14412 ac_cv_type_void_p
=no
14414 rm -f conftest.
$ac_objext conftest.
$ac_ext
14416 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14417 echo "${ECHO_T}$ac_cv_type_void_p" >&6
14419 echo "$as_me:$LINENO: checking size of void *" >&5
14420 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14421 if test "${ac_cv_sizeof_void_p+set}" = set; then
14422 echo $ECHO_N "(cached) $ECHO_C" >&6
14424 if test "$ac_cv_type_void_p" = yes; then
14425 # The cast to unsigned long works around a bug in the HP C Compiler
14426 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14427 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14428 # This bug is HP SR number 8606223364.
14429 if test "$cross_compiling" = yes; then
14430 # Depending upon the size, compute the lo and hi bounds.
14431 cat >conftest.
$ac_ext <<_ACEOF
14432 #line $LINENO "configure"
14435 cat confdefs.h
>>conftest.
$ac_ext
14436 cat >>conftest.
$ac_ext <<_ACEOF
14437 /* end confdefs.h. */
14438 $ac_includes_default
14442 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14449 rm -f conftest.
$ac_objext
14450 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14451 (eval $ac_compile) 2>&5
14453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14454 (exit $ac_status); } &&
14455 { ac_try
='test -s conftest.$ac_objext'
14456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14457 (eval $ac_try) 2>&5
14459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14460 (exit $ac_status); }; }; then
14463 cat >conftest.
$ac_ext <<_ACEOF
14464 #line $LINENO "configure"
14467 cat confdefs.h
>>conftest.
$ac_ext
14468 cat >>conftest.
$ac_ext <<_ACEOF
14469 /* end confdefs.h. */
14470 $ac_includes_default
14474 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14481 rm -f conftest.
$ac_objext
14482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14483 (eval $ac_compile) 2>&5
14485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14486 (exit $ac_status); } &&
14487 { ac_try
='test -s conftest.$ac_objext'
14488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14489 (eval $ac_try) 2>&5
14491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14492 (exit $ac_status); }; }; then
14493 ac_hi
=$ac_mid; break
14495 echo "$as_me: failed program was:" >&5
14496 sed 's/^/| /' conftest.
$ac_ext >&5
14498 ac_lo
=`expr $ac_mid + 1`
14499 if test $ac_lo -le $ac_mid; then
14503 ac_mid
=`expr 2 '*' $ac_mid + 1`
14505 rm -f conftest.
$ac_objext conftest.
$ac_ext
14508 echo "$as_me: failed program was:" >&5
14509 sed 's/^/| /' conftest.
$ac_ext >&5
14511 cat >conftest.
$ac_ext <<_ACEOF
14512 #line $LINENO "configure"
14515 cat confdefs.h
>>conftest.
$ac_ext
14516 cat >>conftest.
$ac_ext <<_ACEOF
14517 /* end confdefs.h. */
14518 $ac_includes_default
14522 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
14529 rm -f conftest.
$ac_objext
14530 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14531 (eval $ac_compile) 2>&5
14533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14534 (exit $ac_status); } &&
14535 { ac_try
='test -s conftest.$ac_objext'
14536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14537 (eval $ac_try) 2>&5
14539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14540 (exit $ac_status); }; }; then
14543 cat >conftest.
$ac_ext <<_ACEOF
14544 #line $LINENO "configure"
14547 cat confdefs.h
>>conftest.
$ac_ext
14548 cat >>conftest.
$ac_ext <<_ACEOF
14549 /* end confdefs.h. */
14550 $ac_includes_default
14554 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
14561 rm -f conftest.
$ac_objext
14562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14563 (eval $ac_compile) 2>&5
14565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14566 (exit $ac_status); } &&
14567 { ac_try
='test -s conftest.$ac_objext'
14568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14569 (eval $ac_try) 2>&5
14571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14572 (exit $ac_status); }; }; then
14573 ac_lo
=$ac_mid; break
14575 echo "$as_me: failed program was:" >&5
14576 sed 's/^/| /' conftest.
$ac_ext >&5
14578 ac_hi
=`expr '(' $ac_mid ')' - 1`
14579 if test $ac_mid -le $ac_hi; then
14583 ac_mid
=`expr 2 '*' $ac_mid`
14585 rm -f conftest.
$ac_objext conftest.
$ac_ext
14588 echo "$as_me: failed program was:" >&5
14589 sed 's/^/| /' conftest.
$ac_ext >&5
14593 rm -f conftest.
$ac_objext conftest.
$ac_ext
14595 rm -f conftest.
$ac_objext conftest.
$ac_ext
14596 # Binary search between lo and hi bounds.
14597 while test "x$ac_lo" != "x$ac_hi"; do
14598 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14599 cat >conftest.
$ac_ext <<_ACEOF
14600 #line $LINENO "configure"
14603 cat confdefs.h
>>conftest.
$ac_ext
14604 cat >>conftest.
$ac_ext <<_ACEOF
14605 /* end confdefs.h. */
14606 $ac_includes_default
14610 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14617 rm -f conftest.
$ac_objext
14618 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14619 (eval $ac_compile) 2>&5
14621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14622 (exit $ac_status); } &&
14623 { ac_try
='test -s conftest.$ac_objext'
14624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14625 (eval $ac_try) 2>&5
14627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14628 (exit $ac_status); }; }; then
14631 echo "$as_me: failed program was:" >&5
14632 sed 's/^/| /' conftest.
$ac_ext >&5
14634 ac_lo
=`expr '(' $ac_mid ')' + 1`
14636 rm -f conftest.
$ac_objext conftest.
$ac_ext
14639 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
14640 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14641 See \`config.log' for more details." >&5
14642 echo "$as_me: error: cannot compute sizeof (void *), 77
14643 See \`config.log' for more details." >&2;}
14644 { (exit 1); exit 1; }; } ;;
14647 if test "$cross_compiling" = yes; then
14648 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14649 See \`config.log' for more details." >&5
14650 echo "$as_me: error: cannot run test program while cross compiling
14651 See \`config.log' for more details." >&2;}
14652 { (exit 1); exit 1; }; }
14654 cat >conftest.
$ac_ext <<_ACEOF
14655 #line $LINENO "configure"
14658 cat confdefs.h
>>conftest.
$ac_ext
14659 cat >>conftest.
$ac_ext <<_ACEOF
14660 /* end confdefs.h. */
14661 $ac_includes_default
14662 long longval () { return (long) (sizeof (void *)); }
14663 unsigned long ulongval () { return (long) (sizeof (void *)); }
14665 #include <stdlib.h>
14670 FILE *f = fopen ("conftest.val", "w");
14673 if (((long) (sizeof (void *))) < 0)
14675 long i = longval ();
14676 if (i != ((long) (sizeof (void *))))
14678 fprintf (f, "%ld\n", i);
14682 unsigned long i = ulongval ();
14683 if (i != ((long) (sizeof (void *))))
14685 fprintf (f, "%lu\n", i);
14687 exit (ferror (f) || fclose (f) != 0);
14693 rm -f conftest
$ac_exeext
14694 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14695 (eval $ac_link) 2>&5
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14700 (eval $ac_try) 2>&5
14702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14703 (exit $ac_status); }; }; then
14704 ac_cv_sizeof_void_p
=`cat conftest.val`
14706 echo "$as_me: program exited with status $ac_status" >&5
14707 echo "$as_me: failed program was:" >&5
14708 sed 's/^/| /' conftest.
$ac_ext >&5
14710 ( exit $ac_status )
14711 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14712 See \`config.log' for more details." >&5
14713 echo "$as_me: error: cannot compute sizeof (void *), 77
14714 See \`config.log' for more details." >&2;}
14715 { (exit 1); exit 1; }; }
14717 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14722 ac_cv_sizeof_void_p
=0
14725 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
14726 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
14727 cat >>confdefs.h
<<_ACEOF
14728 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14732 echo "$as_me:$LINENO: checking for int" >&5
14733 echo $ECHO_N "checking for int... $ECHO_C" >&6
14734 if test "${ac_cv_type_int+set}" = set; then
14735 echo $ECHO_N "(cached) $ECHO_C" >&6
14737 cat >conftest.
$ac_ext <<_ACEOF
14738 #line $LINENO "configure"
14741 cat confdefs.h
>>conftest.
$ac_ext
14742 cat >>conftest.
$ac_ext <<_ACEOF
14743 /* end confdefs.h. */
14744 $ac_includes_default
14756 rm -f conftest.
$ac_objext
14757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14758 (eval $ac_compile) 2>&5
14760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14761 (exit $ac_status); } &&
14762 { ac_try
='test -s conftest.$ac_objext'
14763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14764 (eval $ac_try) 2>&5
14766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14767 (exit $ac_status); }; }; then
14770 echo "$as_me: failed program was:" >&5
14771 sed 's/^/| /' conftest.
$ac_ext >&5
14775 rm -f conftest.
$ac_objext conftest.
$ac_ext
14777 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
14778 echo "${ECHO_T}$ac_cv_type_int" >&6
14780 echo "$as_me:$LINENO: checking size of int" >&5
14781 echo $ECHO_N "checking size of int... $ECHO_C" >&6
14782 if test "${ac_cv_sizeof_int+set}" = set; then
14783 echo $ECHO_N "(cached) $ECHO_C" >&6
14785 if test "$ac_cv_type_int" = yes; then
14786 # The cast to unsigned long works around a bug in the HP C Compiler
14787 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14788 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14789 # This bug is HP SR number 8606223364.
14790 if test "$cross_compiling" = yes; then
14791 # Depending upon the size, compute the lo and hi bounds.
14792 cat >conftest.
$ac_ext <<_ACEOF
14793 #line $LINENO "configure"
14796 cat confdefs.h
>>conftest.
$ac_ext
14797 cat >>conftest.
$ac_ext <<_ACEOF
14798 /* end confdefs.h. */
14799 $ac_includes_default
14803 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
14810 rm -f conftest.
$ac_objext
14811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14812 (eval $ac_compile) 2>&5
14814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14815 (exit $ac_status); } &&
14816 { ac_try
='test -s conftest.$ac_objext'
14817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14818 (eval $ac_try) 2>&5
14820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14821 (exit $ac_status); }; }; then
14824 cat >conftest.
$ac_ext <<_ACEOF
14825 #line $LINENO "configure"
14828 cat confdefs.h
>>conftest.
$ac_ext
14829 cat >>conftest.
$ac_ext <<_ACEOF
14830 /* end confdefs.h. */
14831 $ac_includes_default
14835 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14842 rm -f conftest.
$ac_objext
14843 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14844 (eval $ac_compile) 2>&5
14846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14847 (exit $ac_status); } &&
14848 { ac_try
='test -s conftest.$ac_objext'
14849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14850 (eval $ac_try) 2>&5
14852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14853 (exit $ac_status); }; }; then
14854 ac_hi
=$ac_mid; break
14856 echo "$as_me: failed program was:" >&5
14857 sed 's/^/| /' conftest.
$ac_ext >&5
14859 ac_lo
=`expr $ac_mid + 1`
14860 if test $ac_lo -le $ac_mid; then
14864 ac_mid
=`expr 2 '*' $ac_mid + 1`
14866 rm -f conftest.
$ac_objext conftest.
$ac_ext
14869 echo "$as_me: failed program was:" >&5
14870 sed 's/^/| /' conftest.
$ac_ext >&5
14872 cat >conftest.
$ac_ext <<_ACEOF
14873 #line $LINENO "configure"
14876 cat confdefs.h
>>conftest.
$ac_ext
14877 cat >>conftest.
$ac_ext <<_ACEOF
14878 /* end confdefs.h. */
14879 $ac_includes_default
14883 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
14890 rm -f conftest.
$ac_objext
14891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14892 (eval $ac_compile) 2>&5
14894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14895 (exit $ac_status); } &&
14896 { ac_try
='test -s conftest.$ac_objext'
14897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14898 (eval $ac_try) 2>&5
14900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14901 (exit $ac_status); }; }; then
14904 cat >conftest.
$ac_ext <<_ACEOF
14905 #line $LINENO "configure"
14908 cat confdefs.h
>>conftest.
$ac_ext
14909 cat >>conftest.
$ac_ext <<_ACEOF
14910 /* end confdefs.h. */
14911 $ac_includes_default
14915 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
14922 rm -f conftest.
$ac_objext
14923 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14924 (eval $ac_compile) 2>&5
14926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14927 (exit $ac_status); } &&
14928 { ac_try
='test -s conftest.$ac_objext'
14929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14930 (eval $ac_try) 2>&5
14932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14933 (exit $ac_status); }; }; then
14934 ac_lo
=$ac_mid; break
14936 echo "$as_me: failed program was:" >&5
14937 sed 's/^/| /' conftest.
$ac_ext >&5
14939 ac_hi
=`expr '(' $ac_mid ')' - 1`
14940 if test $ac_mid -le $ac_hi; then
14944 ac_mid
=`expr 2 '*' $ac_mid`
14946 rm -f conftest.
$ac_objext conftest.
$ac_ext
14949 echo "$as_me: failed program was:" >&5
14950 sed 's/^/| /' conftest.
$ac_ext >&5
14954 rm -f conftest.
$ac_objext conftest.
$ac_ext
14956 rm -f conftest.
$ac_objext conftest.
$ac_ext
14957 # Binary search between lo and hi bounds.
14958 while test "x$ac_lo" != "x$ac_hi"; do
14959 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14960 cat >conftest.
$ac_ext <<_ACEOF
14961 #line $LINENO "configure"
14964 cat confdefs.h
>>conftest.
$ac_ext
14965 cat >>conftest.
$ac_ext <<_ACEOF
14966 /* end confdefs.h. */
14967 $ac_includes_default
14971 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14978 rm -f conftest.
$ac_objext
14979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14980 (eval $ac_compile) 2>&5
14982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14983 (exit $ac_status); } &&
14984 { ac_try
='test -s conftest.$ac_objext'
14985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14986 (eval $ac_try) 2>&5
14988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14989 (exit $ac_status); }; }; then
14992 echo "$as_me: failed program was:" >&5
14993 sed 's/^/| /' conftest.
$ac_ext >&5
14995 ac_lo
=`expr '(' $ac_mid ')' + 1`
14997 rm -f conftest.
$ac_objext conftest.
$ac_ext
15000 ?
*) ac_cv_sizeof_int
=$ac_lo;;
15001 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15002 See \`config.log' for more details." >&5
15003 echo "$as_me: error: cannot compute sizeof (int), 77
15004 See \`config.log' for more details." >&2;}
15005 { (exit 1); exit 1; }; } ;;
15008 if test "$cross_compiling" = yes; then
15009 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15010 See \`config.log' for more details." >&5
15011 echo "$as_me: error: cannot run test program while cross compiling
15012 See \`config.log' for more details." >&2;}
15013 { (exit 1); exit 1; }; }
15015 cat >conftest.
$ac_ext <<_ACEOF
15016 #line $LINENO "configure"
15019 cat confdefs.h
>>conftest.
$ac_ext
15020 cat >>conftest.
$ac_ext <<_ACEOF
15021 /* end confdefs.h. */
15022 $ac_includes_default
15023 long longval () { return (long) (sizeof (int)); }
15024 unsigned long ulongval () { return (long) (sizeof (int)); }
15026 #include <stdlib.h>
15031 FILE *f = fopen ("conftest.val", "w");
15034 if (((long) (sizeof (int))) < 0)
15036 long i = longval ();
15037 if (i != ((long) (sizeof (int))))
15039 fprintf (f, "%ld\n", i);
15043 unsigned long i = ulongval ();
15044 if (i != ((long) (sizeof (int))))
15046 fprintf (f, "%lu\n", i);
15048 exit (ferror (f) || fclose (f) != 0);
15054 rm -f conftest
$ac_exeext
15055 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15056 (eval $ac_link) 2>&5
15058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15059 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15061 (eval $ac_try) 2>&5
15063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15064 (exit $ac_status); }; }; then
15065 ac_cv_sizeof_int
=`cat conftest.val`
15067 echo "$as_me: program exited with status $ac_status" >&5
15068 echo "$as_me: failed program was:" >&5
15069 sed 's/^/| /' conftest.
$ac_ext >&5
15071 ( exit $ac_status )
15072 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15073 See \`config.log' for more details." >&5
15074 echo "$as_me: error: cannot compute sizeof (int), 77
15075 See \`config.log' for more details." >&2;}
15076 { (exit 1); exit 1; }; }
15078 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15086 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15087 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15088 cat >>confdefs.h
<<_ACEOF
15089 #define SIZEOF_INT $ac_cv_sizeof_int
15093 echo "$as_me:$LINENO: checking for long" >&5
15094 echo $ECHO_N "checking for long... $ECHO_C" >&6
15095 if test "${ac_cv_type_long+set}" = set; then
15096 echo $ECHO_N "(cached) $ECHO_C" >&6
15098 cat >conftest.
$ac_ext <<_ACEOF
15099 #line $LINENO "configure"
15102 cat confdefs.h
>>conftest.
$ac_ext
15103 cat >>conftest.
$ac_ext <<_ACEOF
15104 /* end confdefs.h. */
15105 $ac_includes_default
15117 rm -f conftest.
$ac_objext
15118 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15119 (eval $ac_compile) 2>&5
15121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15122 (exit $ac_status); } &&
15123 { ac_try
='test -s conftest.$ac_objext'
15124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15125 (eval $ac_try) 2>&5
15127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15128 (exit $ac_status); }; }; then
15129 ac_cv_type_long
=yes
15131 echo "$as_me: failed program was:" >&5
15132 sed 's/^/| /' conftest.
$ac_ext >&5
15136 rm -f conftest.
$ac_objext conftest.
$ac_ext
15138 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15139 echo "${ECHO_T}$ac_cv_type_long" >&6
15141 echo "$as_me:$LINENO: checking size of long" >&5
15142 echo $ECHO_N "checking size of long... $ECHO_C" >&6
15143 if test "${ac_cv_sizeof_long+set}" = set; then
15144 echo $ECHO_N "(cached) $ECHO_C" >&6
15146 if test "$ac_cv_type_long" = yes; then
15147 # The cast to unsigned long works around a bug in the HP C Compiler
15148 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15149 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15150 # This bug is HP SR number 8606223364.
15151 if test "$cross_compiling" = yes; then
15152 # Depending upon the size, compute the lo and hi bounds.
15153 cat >conftest.
$ac_ext <<_ACEOF
15154 #line $LINENO "configure"
15157 cat confdefs.h
>>conftest.
$ac_ext
15158 cat >>conftest.
$ac_ext <<_ACEOF
15159 /* end confdefs.h. */
15160 $ac_includes_default
15164 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15171 rm -f conftest.
$ac_objext
15172 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15173 (eval $ac_compile) 2>&5
15175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15176 (exit $ac_status); } &&
15177 { ac_try
='test -s conftest.$ac_objext'
15178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15179 (eval $ac_try) 2>&5
15181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15182 (exit $ac_status); }; }; then
15185 cat >conftest.
$ac_ext <<_ACEOF
15186 #line $LINENO "configure"
15189 cat confdefs.h
>>conftest.
$ac_ext
15190 cat >>conftest.
$ac_ext <<_ACEOF
15191 /* end confdefs.h. */
15192 $ac_includes_default
15196 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15203 rm -f conftest.
$ac_objext
15204 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15205 (eval $ac_compile) 2>&5
15207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15208 (exit $ac_status); } &&
15209 { ac_try
='test -s conftest.$ac_objext'
15210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15211 (eval $ac_try) 2>&5
15213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15214 (exit $ac_status); }; }; then
15215 ac_hi
=$ac_mid; break
15217 echo "$as_me: failed program was:" >&5
15218 sed 's/^/| /' conftest.
$ac_ext >&5
15220 ac_lo
=`expr $ac_mid + 1`
15221 if test $ac_lo -le $ac_mid; then
15225 ac_mid
=`expr 2 '*' $ac_mid + 1`
15227 rm -f conftest.
$ac_objext conftest.
$ac_ext
15230 echo "$as_me: failed program was:" >&5
15231 sed 's/^/| /' conftest.
$ac_ext >&5
15233 cat >conftest.
$ac_ext <<_ACEOF
15234 #line $LINENO "configure"
15237 cat confdefs.h
>>conftest.
$ac_ext
15238 cat >>conftest.
$ac_ext <<_ACEOF
15239 /* end confdefs.h. */
15240 $ac_includes_default
15244 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
15251 rm -f conftest.
$ac_objext
15252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15253 (eval $ac_compile) 2>&5
15255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15256 (exit $ac_status); } &&
15257 { ac_try
='test -s conftest.$ac_objext'
15258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15259 (eval $ac_try) 2>&5
15261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262 (exit $ac_status); }; }; then
15265 cat >conftest.
$ac_ext <<_ACEOF
15266 #line $LINENO "configure"
15269 cat confdefs.h
>>conftest.
$ac_ext
15270 cat >>conftest.
$ac_ext <<_ACEOF
15271 /* end confdefs.h. */
15272 $ac_includes_default
15276 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
15283 rm -f conftest.
$ac_objext
15284 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15285 (eval $ac_compile) 2>&5
15287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15288 (exit $ac_status); } &&
15289 { ac_try
='test -s conftest.$ac_objext'
15290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15291 (eval $ac_try) 2>&5
15293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15294 (exit $ac_status); }; }; then
15295 ac_lo
=$ac_mid; break
15297 echo "$as_me: failed program was:" >&5
15298 sed 's/^/| /' conftest.
$ac_ext >&5
15300 ac_hi
=`expr '(' $ac_mid ')' - 1`
15301 if test $ac_mid -le $ac_hi; then
15305 ac_mid
=`expr 2 '*' $ac_mid`
15307 rm -f conftest.
$ac_objext conftest.
$ac_ext
15310 echo "$as_me: failed program was:" >&5
15311 sed 's/^/| /' conftest.
$ac_ext >&5
15315 rm -f conftest.
$ac_objext conftest.
$ac_ext
15317 rm -f conftest.
$ac_objext conftest.
$ac_ext
15318 # Binary search between lo and hi bounds.
15319 while test "x$ac_lo" != "x$ac_hi"; do
15320 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15321 cat >conftest.
$ac_ext <<_ACEOF
15322 #line $LINENO "configure"
15325 cat confdefs.h
>>conftest.
$ac_ext
15326 cat >>conftest.
$ac_ext <<_ACEOF
15327 /* end confdefs.h. */
15328 $ac_includes_default
15332 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15339 rm -f conftest.
$ac_objext
15340 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15341 (eval $ac_compile) 2>&5
15343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15344 (exit $ac_status); } &&
15345 { ac_try
='test -s conftest.$ac_objext'
15346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15347 (eval $ac_try) 2>&5
15349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15350 (exit $ac_status); }; }; then
15353 echo "$as_me: failed program was:" >&5
15354 sed 's/^/| /' conftest.
$ac_ext >&5
15356 ac_lo
=`expr '(' $ac_mid ')' + 1`
15358 rm -f conftest.
$ac_objext conftest.
$ac_ext
15361 ?
*) ac_cv_sizeof_long
=$ac_lo;;
15362 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15363 See \`config.log' for more details." >&5
15364 echo "$as_me: error: cannot compute sizeof (long), 77
15365 See \`config.log' for more details." >&2;}
15366 { (exit 1); exit 1; }; } ;;
15369 if test "$cross_compiling" = yes; then
15370 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15371 See \`config.log' for more details." >&5
15372 echo "$as_me: error: cannot run test program while cross compiling
15373 See \`config.log' for more details." >&2;}
15374 { (exit 1); exit 1; }; }
15376 cat >conftest.
$ac_ext <<_ACEOF
15377 #line $LINENO "configure"
15380 cat confdefs.h
>>conftest.
$ac_ext
15381 cat >>conftest.
$ac_ext <<_ACEOF
15382 /* end confdefs.h. */
15383 $ac_includes_default
15384 long longval () { return (long) (sizeof (long)); }
15385 unsigned long ulongval () { return (long) (sizeof (long)); }
15387 #include <stdlib.h>
15392 FILE *f = fopen ("conftest.val", "w");
15395 if (((long) (sizeof (long))) < 0)
15397 long i = longval ();
15398 if (i != ((long) (sizeof (long))))
15400 fprintf (f, "%ld\n", i);
15404 unsigned long i = ulongval ();
15405 if (i != ((long) (sizeof (long))))
15407 fprintf (f, "%lu\n", i);
15409 exit (ferror (f) || fclose (f) != 0);
15415 rm -f conftest
$ac_exeext
15416 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15417 (eval $ac_link) 2>&5
15419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15420 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15422 (eval $ac_try) 2>&5
15424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15425 (exit $ac_status); }; }; then
15426 ac_cv_sizeof_long
=`cat conftest.val`
15428 echo "$as_me: program exited with status $ac_status" >&5
15429 echo "$as_me: failed program was:" >&5
15430 sed 's/^/| /' conftest.
$ac_ext >&5
15432 ( exit $ac_status )
15433 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15434 See \`config.log' for more details." >&5
15435 echo "$as_me: error: cannot compute sizeof (long), 77
15436 See \`config.log' for more details." >&2;}
15437 { (exit 1); exit 1; }; }
15439 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15444 ac_cv_sizeof_long
=0
15447 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
15448 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
15449 cat >>confdefs.h
<<_ACEOF
15450 #define SIZEOF_LONG $ac_cv_sizeof_long
15457 echo "$as_me:$LINENO: checking for long long" >&5
15458 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15459 if test "${ac_cv_type_long_long+set}" = set; then
15460 echo $ECHO_N "(cached) $ECHO_C" >&6
15462 cat >conftest.
$ac_ext <<_ACEOF
15463 #line $LINENO "configure"
15466 cat confdefs.h
>>conftest.
$ac_ext
15467 cat >>conftest.
$ac_ext <<_ACEOF
15468 /* end confdefs.h. */
15469 $ac_includes_default
15473 if ((long long *) 0)
15475 if (sizeof (long long))
15481 rm -f conftest.
$ac_objext
15482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15483 (eval $ac_compile) 2>&5
15485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15486 (exit $ac_status); } &&
15487 { ac_try
='test -s conftest.$ac_objext'
15488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15489 (eval $ac_try) 2>&5
15491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15492 (exit $ac_status); }; }; then
15493 ac_cv_type_long_long
=yes
15495 echo "$as_me: failed program was:" >&5
15496 sed 's/^/| /' conftest.
$ac_ext >&5
15498 ac_cv_type_long_long
=no
15500 rm -f conftest.
$ac_objext conftest.
$ac_ext
15502 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15503 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15505 echo "$as_me:$LINENO: checking size of long long" >&5
15506 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15507 if test "${ac_cv_sizeof_long_long+set}" = set; then
15508 echo $ECHO_N "(cached) $ECHO_C" >&6
15510 if test "$ac_cv_type_long_long" = yes; then
15511 # The cast to unsigned long works around a bug in the HP C Compiler
15512 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15513 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15514 # This bug is HP SR number 8606223364.
15515 if test "$cross_compiling" = yes; then
15516 # Depending upon the size, compute the lo and hi bounds.
15517 cat >conftest.
$ac_ext <<_ACEOF
15518 #line $LINENO "configure"
15521 cat confdefs.h
>>conftest.
$ac_ext
15522 cat >>conftest.
$ac_ext <<_ACEOF
15523 /* end confdefs.h. */
15524 $ac_includes_default
15528 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15535 rm -f conftest.
$ac_objext
15536 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15537 (eval $ac_compile) 2>&5
15539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15540 (exit $ac_status); } &&
15541 { ac_try
='test -s conftest.$ac_objext'
15542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15543 (eval $ac_try) 2>&5
15545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15546 (exit $ac_status); }; }; then
15549 cat >conftest.
$ac_ext <<_ACEOF
15550 #line $LINENO "configure"
15553 cat confdefs.h
>>conftest.
$ac_ext
15554 cat >>conftest.
$ac_ext <<_ACEOF
15555 /* end confdefs.h. */
15556 $ac_includes_default
15560 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15567 rm -f conftest.
$ac_objext
15568 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15569 (eval $ac_compile) 2>&5
15571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15572 (exit $ac_status); } &&
15573 { ac_try
='test -s conftest.$ac_objext'
15574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15575 (eval $ac_try) 2>&5
15577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15578 (exit $ac_status); }; }; then
15579 ac_hi
=$ac_mid; break
15581 echo "$as_me: failed program was:" >&5
15582 sed 's/^/| /' conftest.
$ac_ext >&5
15584 ac_lo
=`expr $ac_mid + 1`
15585 if test $ac_lo -le $ac_mid; then
15589 ac_mid
=`expr 2 '*' $ac_mid + 1`
15591 rm -f conftest.
$ac_objext conftest.
$ac_ext
15594 echo "$as_me: failed program was:" >&5
15595 sed 's/^/| /' conftest.
$ac_ext >&5
15597 cat >conftest.
$ac_ext <<_ACEOF
15598 #line $LINENO "configure"
15601 cat confdefs.h
>>conftest.
$ac_ext
15602 cat >>conftest.
$ac_ext <<_ACEOF
15603 /* end confdefs.h. */
15604 $ac_includes_default
15608 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15615 rm -f conftest.
$ac_objext
15616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15617 (eval $ac_compile) 2>&5
15619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15620 (exit $ac_status); } &&
15621 { ac_try
='test -s conftest.$ac_objext'
15622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15623 (eval $ac_try) 2>&5
15625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15626 (exit $ac_status); }; }; then
15629 cat >conftest.
$ac_ext <<_ACEOF
15630 #line $LINENO "configure"
15633 cat confdefs.h
>>conftest.
$ac_ext
15634 cat >>conftest.
$ac_ext <<_ACEOF
15635 /* end confdefs.h. */
15636 $ac_includes_default
15640 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15647 rm -f conftest.
$ac_objext
15648 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15649 (eval $ac_compile) 2>&5
15651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15652 (exit $ac_status); } &&
15653 { ac_try
='test -s conftest.$ac_objext'
15654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15655 (eval $ac_try) 2>&5
15657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15658 (exit $ac_status); }; }; then
15659 ac_lo
=$ac_mid; break
15661 echo "$as_me: failed program was:" >&5
15662 sed 's/^/| /' conftest.
$ac_ext >&5
15664 ac_hi
=`expr '(' $ac_mid ')' - 1`
15665 if test $ac_mid -le $ac_hi; then
15669 ac_mid
=`expr 2 '*' $ac_mid`
15671 rm -f conftest.
$ac_objext conftest.
$ac_ext
15674 echo "$as_me: failed program was:" >&5
15675 sed 's/^/| /' conftest.
$ac_ext >&5
15679 rm -f conftest.
$ac_objext conftest.
$ac_ext
15681 rm -f conftest.
$ac_objext conftest.
$ac_ext
15682 # Binary search between lo and hi bounds.
15683 while test "x$ac_lo" != "x$ac_hi"; do
15684 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15685 cat >conftest.
$ac_ext <<_ACEOF
15686 #line $LINENO "configure"
15689 cat confdefs.h
>>conftest.
$ac_ext
15690 cat >>conftest.
$ac_ext <<_ACEOF
15691 /* end confdefs.h. */
15692 $ac_includes_default
15696 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15703 rm -f conftest.
$ac_objext
15704 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15705 (eval $ac_compile) 2>&5
15707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15708 (exit $ac_status); } &&
15709 { ac_try
='test -s conftest.$ac_objext'
15710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15711 (eval $ac_try) 2>&5
15713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15714 (exit $ac_status); }; }; then
15717 echo "$as_me: failed program was:" >&5
15718 sed 's/^/| /' conftest.
$ac_ext >&5
15720 ac_lo
=`expr '(' $ac_mid ')' + 1`
15722 rm -f conftest.
$ac_objext conftest.
$ac_ext
15725 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
15726 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15727 See \`config.log' for more details." >&5
15728 echo "$as_me: error: cannot compute sizeof (long long), 77
15729 See \`config.log' for more details." >&2;}
15730 { (exit 1); exit 1; }; } ;;
15733 if test "$cross_compiling" = yes; then
15734 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15735 See \`config.log' for more details." >&5
15736 echo "$as_me: error: cannot run test program while cross compiling
15737 See \`config.log' for more details." >&2;}
15738 { (exit 1); exit 1; }; }
15740 cat >conftest.
$ac_ext <<_ACEOF
15741 #line $LINENO "configure"
15744 cat confdefs.h
>>conftest.
$ac_ext
15745 cat >>conftest.
$ac_ext <<_ACEOF
15746 /* end confdefs.h. */
15747 $ac_includes_default
15748 long longval () { return (long) (sizeof (long long)); }
15749 unsigned long ulongval () { return (long) (sizeof (long long)); }
15751 #include <stdlib.h>
15756 FILE *f = fopen ("conftest.val", "w");
15759 if (((long) (sizeof (long long))) < 0)
15761 long i = longval ();
15762 if (i != ((long) (sizeof (long long))))
15764 fprintf (f, "%ld\n", i);
15768 unsigned long i = ulongval ();
15769 if (i != ((long) (sizeof (long long))))
15771 fprintf (f, "%lu\n", i);
15773 exit (ferror (f) || fclose (f) != 0);
15779 rm -f conftest
$ac_exeext
15780 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15781 (eval $ac_link) 2>&5
15783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15784 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15786 (eval $ac_try) 2>&5
15788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789 (exit $ac_status); }; }; then
15790 ac_cv_sizeof_long_long
=`cat conftest.val`
15792 echo "$as_me: program exited with status $ac_status" >&5
15793 echo "$as_me: failed program was:" >&5
15794 sed 's/^/| /' conftest.
$ac_ext >&5
15796 ( exit $ac_status )
15797 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15798 See \`config.log' for more details." >&5
15799 echo "$as_me: error: cannot compute sizeof (long long), 77
15800 See \`config.log' for more details." >&2;}
15801 { (exit 1); exit 1; }; }
15803 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15808 ac_cv_sizeof_long_long
=0
15811 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
15812 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
15813 cat >>confdefs.h
<<_ACEOF
15814 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
15820 echo "$as_me:$LINENO: checking for long long" >&5
15821 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15822 if test "${ac_cv_type_long_long+set}" = set; then
15823 echo $ECHO_N "(cached) $ECHO_C" >&6
15825 cat >conftest.
$ac_ext <<_ACEOF
15826 #line $LINENO "configure"
15829 cat confdefs.h
>>conftest.
$ac_ext
15830 cat >>conftest.
$ac_ext <<_ACEOF
15831 /* end confdefs.h. */
15832 $ac_includes_default
15836 if ((long long *) 0)
15838 if (sizeof (long long))
15844 rm -f conftest.
$ac_objext
15845 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15846 (eval $ac_compile) 2>&5
15848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15849 (exit $ac_status); } &&
15850 { ac_try
='test -s conftest.$ac_objext'
15851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15852 (eval $ac_try) 2>&5
15854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15855 (exit $ac_status); }; }; then
15856 ac_cv_type_long_long
=yes
15858 echo "$as_me: failed program was:" >&5
15859 sed 's/^/| /' conftest.
$ac_ext >&5
15861 ac_cv_type_long_long
=no
15863 rm -f conftest.
$ac_objext conftest.
$ac_ext
15865 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15866 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15868 echo "$as_me:$LINENO: checking size of long long" >&5
15869 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15870 if test "${ac_cv_sizeof_long_long+set}" = set; then
15871 echo $ECHO_N "(cached) $ECHO_C" >&6
15873 if test "$ac_cv_type_long_long" = yes; then
15874 # The cast to unsigned long works around a bug in the HP C Compiler
15875 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15876 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15877 # This bug is HP SR number 8606223364.
15878 if test "$cross_compiling" = yes; then
15879 # Depending upon the size, compute the lo and hi bounds.
15880 cat >conftest.
$ac_ext <<_ACEOF
15881 #line $LINENO "configure"
15884 cat confdefs.h
>>conftest.
$ac_ext
15885 cat >>conftest.
$ac_ext <<_ACEOF
15886 /* end confdefs.h. */
15887 $ac_includes_default
15891 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15898 rm -f conftest.
$ac_objext
15899 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15900 (eval $ac_compile) 2>&5
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); } &&
15904 { ac_try
='test -s conftest.$ac_objext'
15905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15906 (eval $ac_try) 2>&5
15908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15909 (exit $ac_status); }; }; then
15912 cat >conftest.
$ac_ext <<_ACEOF
15913 #line $LINENO "configure"
15916 cat confdefs.h
>>conftest.
$ac_ext
15917 cat >>conftest.
$ac_ext <<_ACEOF
15918 /* end confdefs.h. */
15919 $ac_includes_default
15923 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15930 rm -f conftest.
$ac_objext
15931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15932 (eval $ac_compile) 2>&5
15934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15935 (exit $ac_status); } &&
15936 { ac_try
='test -s conftest.$ac_objext'
15937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15938 (eval $ac_try) 2>&5
15940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15941 (exit $ac_status); }; }; then
15942 ac_hi
=$ac_mid; break
15944 echo "$as_me: failed program was:" >&5
15945 sed 's/^/| /' conftest.
$ac_ext >&5
15947 ac_lo
=`expr $ac_mid + 1`
15948 if test $ac_lo -le $ac_mid; then
15952 ac_mid
=`expr 2 '*' $ac_mid + 1`
15954 rm -f conftest.
$ac_objext conftest.
$ac_ext
15957 echo "$as_me: failed program was:" >&5
15958 sed 's/^/| /' conftest.
$ac_ext >&5
15960 cat >conftest.
$ac_ext <<_ACEOF
15961 #line $LINENO "configure"
15964 cat confdefs.h
>>conftest.
$ac_ext
15965 cat >>conftest.
$ac_ext <<_ACEOF
15966 /* end confdefs.h. */
15967 $ac_includes_default
15971 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15978 rm -f conftest.
$ac_objext
15979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15980 (eval $ac_compile) 2>&5
15982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15983 (exit $ac_status); } &&
15984 { ac_try
='test -s conftest.$ac_objext'
15985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15986 (eval $ac_try) 2>&5
15988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15989 (exit $ac_status); }; }; then
15992 cat >conftest.
$ac_ext <<_ACEOF
15993 #line $LINENO "configure"
15996 cat confdefs.h
>>conftest.
$ac_ext
15997 cat >>conftest.
$ac_ext <<_ACEOF
15998 /* end confdefs.h. */
15999 $ac_includes_default
16003 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16010 rm -f conftest.
$ac_objext
16011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16012 (eval $ac_compile) 2>&5
16014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16015 (exit $ac_status); } &&
16016 { ac_try
='test -s conftest.$ac_objext'
16017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16018 (eval $ac_try) 2>&5
16020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16021 (exit $ac_status); }; }; then
16022 ac_lo
=$ac_mid; break
16024 echo "$as_me: failed program was:" >&5
16025 sed 's/^/| /' conftest.
$ac_ext >&5
16027 ac_hi
=`expr '(' $ac_mid ')' - 1`
16028 if test $ac_mid -le $ac_hi; then
16032 ac_mid
=`expr 2 '*' $ac_mid`
16034 rm -f conftest.
$ac_objext conftest.
$ac_ext
16037 echo "$as_me: failed program was:" >&5
16038 sed 's/^/| /' conftest.
$ac_ext >&5
16042 rm -f conftest.
$ac_objext conftest.
$ac_ext
16044 rm -f conftest.
$ac_objext conftest.
$ac_ext
16045 # Binary search between lo and hi bounds.
16046 while test "x$ac_lo" != "x$ac_hi"; do
16047 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16048 cat >conftest.
$ac_ext <<_ACEOF
16049 #line $LINENO "configure"
16052 cat confdefs.h
>>conftest.
$ac_ext
16053 cat >>conftest.
$ac_ext <<_ACEOF
16054 /* end confdefs.h. */
16055 $ac_includes_default
16059 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16066 rm -f conftest.
$ac_objext
16067 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16068 (eval $ac_compile) 2>&5
16070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16071 (exit $ac_status); } &&
16072 { ac_try
='test -s conftest.$ac_objext'
16073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16074 (eval $ac_try) 2>&5
16076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16077 (exit $ac_status); }; }; then
16080 echo "$as_me: failed program was:" >&5
16081 sed 's/^/| /' conftest.
$ac_ext >&5
16083 ac_lo
=`expr '(' $ac_mid ')' + 1`
16085 rm -f conftest.
$ac_objext conftest.
$ac_ext
16088 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16089 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16090 See \`config.log' for more details." >&5
16091 echo "$as_me: error: cannot compute sizeof (long long), 77
16092 See \`config.log' for more details." >&2;}
16093 { (exit 1); exit 1; }; } ;;
16096 if test "$cross_compiling" = yes; then
16097 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16098 See \`config.log' for more details." >&5
16099 echo "$as_me: error: cannot run test program while cross compiling
16100 See \`config.log' for more details." >&2;}
16101 { (exit 1); exit 1; }; }
16103 cat >conftest.
$ac_ext <<_ACEOF
16104 #line $LINENO "configure"
16107 cat confdefs.h
>>conftest.
$ac_ext
16108 cat >>conftest.
$ac_ext <<_ACEOF
16109 /* end confdefs.h. */
16110 $ac_includes_default
16111 long longval () { return (long) (sizeof (long long)); }
16112 unsigned long ulongval () { return (long) (sizeof (long long)); }
16114 #include <stdlib.h>
16119 FILE *f = fopen ("conftest.val", "w");
16122 if (((long) (sizeof (long long))) < 0)
16124 long i = longval ();
16125 if (i != ((long) (sizeof (long long))))
16127 fprintf (f, "%ld\n", i);
16131 unsigned long i = ulongval ();
16132 if (i != ((long) (sizeof (long long))))
16134 fprintf (f, "%lu\n", i);
16136 exit (ferror (f) || fclose (f) != 0);
16142 rm -f conftest
$ac_exeext
16143 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16144 (eval $ac_link) 2>&5
16146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16147 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16149 (eval $ac_try) 2>&5
16151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16152 (exit $ac_status); }; }; then
16153 ac_cv_sizeof_long_long
=`cat conftest.val`
16155 echo "$as_me: program exited with status $ac_status" >&5
16156 echo "$as_me: failed program was:" >&5
16157 sed 's/^/| /' conftest.
$ac_ext >&5
16159 ( exit $ac_status )
16160 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16161 See \`config.log' for more details." >&5
16162 echo "$as_me: error: cannot compute sizeof (long long), 77
16163 See \`config.log' for more details." >&2;}
16164 { (exit 1); exit 1; }; }
16166 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16171 ac_cv_sizeof_long_long
=0
16174 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16175 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16176 cat >>confdefs.h
<<_ACEOF
16177 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16181 if test "$ac_cv_sizeof_long_long" != "0"; then
16182 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
16186 echo "$as_me:$LINENO: checking for long long" >&5
16187 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16188 if test "${ac_cv_type_long_long+set}" = set; then
16189 echo $ECHO_N "(cached) $ECHO_C" >&6
16191 cat >conftest.
$ac_ext <<_ACEOF
16192 #line $LINENO "configure"
16195 cat confdefs.h
>>conftest.
$ac_ext
16196 cat >>conftest.
$ac_ext <<_ACEOF
16197 /* end confdefs.h. */
16198 $ac_includes_default
16202 if ((long long *) 0)
16204 if (sizeof (long long))
16210 rm -f conftest.
$ac_objext
16211 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16212 (eval $ac_compile) 2>&5
16214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16215 (exit $ac_status); } &&
16216 { ac_try
='test -s conftest.$ac_objext'
16217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16218 (eval $ac_try) 2>&5
16220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16221 (exit $ac_status); }; }; then
16222 ac_cv_type_long_long
=yes
16224 echo "$as_me: failed program was:" >&5
16225 sed 's/^/| /' conftest.
$ac_ext >&5
16227 ac_cv_type_long_long
=no
16229 rm -f conftest.
$ac_objext conftest.
$ac_ext
16231 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16232 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16234 echo "$as_me:$LINENO: checking size of long long" >&5
16235 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16236 if test "${ac_cv_sizeof_long_long+set}" = set; then
16237 echo $ECHO_N "(cached) $ECHO_C" >&6
16239 if test "$ac_cv_type_long_long" = yes; then
16240 # The cast to unsigned long works around a bug in the HP C Compiler
16241 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16242 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16243 # This bug is HP SR number 8606223364.
16244 if test "$cross_compiling" = yes; then
16245 # Depending upon the size, compute the lo and hi bounds.
16246 cat >conftest.
$ac_ext <<_ACEOF
16247 #line $LINENO "configure"
16250 cat confdefs.h
>>conftest.
$ac_ext
16251 cat >>conftest.
$ac_ext <<_ACEOF
16252 /* end confdefs.h. */
16253 $ac_includes_default
16257 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16264 rm -f conftest.
$ac_objext
16265 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16266 (eval $ac_compile) 2>&5
16268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16269 (exit $ac_status); } &&
16270 { ac_try
='test -s conftest.$ac_objext'
16271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16272 (eval $ac_try) 2>&5
16274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16275 (exit $ac_status); }; }; then
16278 cat >conftest.
$ac_ext <<_ACEOF
16279 #line $LINENO "configure"
16282 cat confdefs.h
>>conftest.
$ac_ext
16283 cat >>conftest.
$ac_ext <<_ACEOF
16284 /* end confdefs.h. */
16285 $ac_includes_default
16289 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16296 rm -f conftest.
$ac_objext
16297 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16298 (eval $ac_compile) 2>&5
16300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16301 (exit $ac_status); } &&
16302 { ac_try
='test -s conftest.$ac_objext'
16303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16304 (eval $ac_try) 2>&5
16306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16307 (exit $ac_status); }; }; then
16308 ac_hi
=$ac_mid; break
16310 echo "$as_me: failed program was:" >&5
16311 sed 's/^/| /' conftest.
$ac_ext >&5
16313 ac_lo
=`expr $ac_mid + 1`
16314 if test $ac_lo -le $ac_mid; then
16318 ac_mid
=`expr 2 '*' $ac_mid + 1`
16320 rm -f conftest.
$ac_objext conftest.
$ac_ext
16323 echo "$as_me: failed program was:" >&5
16324 sed 's/^/| /' conftest.
$ac_ext >&5
16326 cat >conftest.
$ac_ext <<_ACEOF
16327 #line $LINENO "configure"
16330 cat confdefs.h
>>conftest.
$ac_ext
16331 cat >>conftest.
$ac_ext <<_ACEOF
16332 /* end confdefs.h. */
16333 $ac_includes_default
16337 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16344 rm -f conftest.
$ac_objext
16345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16346 (eval $ac_compile) 2>&5
16348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16349 (exit $ac_status); } &&
16350 { ac_try
='test -s conftest.$ac_objext'
16351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16352 (eval $ac_try) 2>&5
16354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16355 (exit $ac_status); }; }; then
16358 cat >conftest.
$ac_ext <<_ACEOF
16359 #line $LINENO "configure"
16362 cat confdefs.h
>>conftest.
$ac_ext
16363 cat >>conftest.
$ac_ext <<_ACEOF
16364 /* end confdefs.h. */
16365 $ac_includes_default
16369 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16376 rm -f conftest.
$ac_objext
16377 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16378 (eval $ac_compile) 2>&5
16380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16381 (exit $ac_status); } &&
16382 { ac_try
='test -s conftest.$ac_objext'
16383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16384 (eval $ac_try) 2>&5
16386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16387 (exit $ac_status); }; }; then
16388 ac_lo
=$ac_mid; break
16390 echo "$as_me: failed program was:" >&5
16391 sed 's/^/| /' conftest.
$ac_ext >&5
16393 ac_hi
=`expr '(' $ac_mid ')' - 1`
16394 if test $ac_mid -le $ac_hi; then
16398 ac_mid
=`expr 2 '*' $ac_mid`
16400 rm -f conftest.
$ac_objext conftest.
$ac_ext
16403 echo "$as_me: failed program was:" >&5
16404 sed 's/^/| /' conftest.
$ac_ext >&5
16408 rm -f conftest.
$ac_objext conftest.
$ac_ext
16410 rm -f conftest.
$ac_objext conftest.
$ac_ext
16411 # Binary search between lo and hi bounds.
16412 while test "x$ac_lo" != "x$ac_hi"; do
16413 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16414 cat >conftest.
$ac_ext <<_ACEOF
16415 #line $LINENO "configure"
16418 cat confdefs.h
>>conftest.
$ac_ext
16419 cat >>conftest.
$ac_ext <<_ACEOF
16420 /* end confdefs.h. */
16421 $ac_includes_default
16425 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16432 rm -f conftest.
$ac_objext
16433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16434 (eval $ac_compile) 2>&5
16436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16437 (exit $ac_status); } &&
16438 { ac_try
='test -s conftest.$ac_objext'
16439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16440 (eval $ac_try) 2>&5
16442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16443 (exit $ac_status); }; }; then
16446 echo "$as_me: failed program was:" >&5
16447 sed 's/^/| /' conftest.
$ac_ext >&5
16449 ac_lo
=`expr '(' $ac_mid ')' + 1`
16451 rm -f conftest.
$ac_objext conftest.
$ac_ext
16454 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16455 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16456 See \`config.log' for more details." >&5
16457 echo "$as_me: error: cannot compute sizeof (long long), 77
16458 See \`config.log' for more details." >&2;}
16459 { (exit 1); exit 1; }; } ;;
16462 if test "$cross_compiling" = yes; then
16463 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16464 See \`config.log' for more details." >&5
16465 echo "$as_me: error: cannot run test program while cross compiling
16466 See \`config.log' for more details." >&2;}
16467 { (exit 1); exit 1; }; }
16469 cat >conftest.
$ac_ext <<_ACEOF
16470 #line $LINENO "configure"
16473 cat confdefs.h
>>conftest.
$ac_ext
16474 cat >>conftest.
$ac_ext <<_ACEOF
16475 /* end confdefs.h. */
16476 $ac_includes_default
16477 long longval () { return (long) (sizeof (long long)); }
16478 unsigned long ulongval () { return (long) (sizeof (long long)); }
16480 #include <stdlib.h>
16485 FILE *f = fopen ("conftest.val", "w");
16488 if (((long) (sizeof (long long))) < 0)
16490 long i = longval ();
16491 if (i != ((long) (sizeof (long long))))
16493 fprintf (f, "%ld\n", i);
16497 unsigned long i = ulongval ();
16498 if (i != ((long) (sizeof (long long))))
16500 fprintf (f, "%lu\n", i);
16502 exit (ferror (f) || fclose (f) != 0);
16508 rm -f conftest
$ac_exeext
16509 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16510 (eval $ac_link) 2>&5
16512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16513 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16515 (eval $ac_try) 2>&5
16517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16518 (exit $ac_status); }; }; then
16519 ac_cv_sizeof_long_long
=`cat conftest.val`
16521 echo "$as_me: program exited with status $ac_status" >&5
16522 echo "$as_me: failed program was:" >&5
16523 sed 's/^/| /' conftest.
$ac_ext >&5
16525 ( exit $ac_status )
16526 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16527 See \`config.log' for more details." >&5
16528 echo "$as_me: error: cannot compute sizeof (long long), 77
16529 See \`config.log' for more details." >&2;}
16530 { (exit 1); exit 1; }; }
16532 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16537 ac_cv_sizeof_long_long
=0
16540 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16541 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16542 cat >>confdefs.h
<<_ACEOF
16543 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16549 echo "$as_me:$LINENO: checking size of wchar_t" >&5
16550 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
16551 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
16552 echo $ECHO_N "(cached) $ECHO_C" >&6
16555 if test "$cross_compiling" = yes; then
16559 wx_cv_sizeof_wchar_t
=0
16562 wx_cv_sizeof_wchar_t
=4
16568 cat >conftest.
$ac_ext <<_ACEOF
16569 #line $LINENO "configure"
16572 cat confdefs.h
>>conftest.
$ac_ext
16573 cat >>conftest.
$ac_ext <<_ACEOF
16574 /* end confdefs.h. */
16576 /* DJGPP only has fake wchar_t: */
16578 # error "fake wchar_t"
16580 #ifdef HAVE_WCHAR_H
16582 # include <stddef.h>
16584 # include <wchar.h>
16586 #ifdef HAVE_STDLIB_H
16587 # include <stdlib.h>
16592 FILE *f=fopen("conftestval", "w");
16594 fprintf(f, "%i", sizeof(wchar_t));
16599 rm -f conftest
$ac_exeext
16600 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16601 (eval $ac_link) 2>&5
16603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16606 (eval $ac_try) 2>&5
16608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16609 (exit $ac_status); }; }; then
16610 wx_cv_sizeof_wchar_t
=`cat conftestval`
16612 echo "$as_me: program exited with status $ac_status" >&5
16613 echo "$as_me: failed program was:" >&5
16614 sed 's/^/| /' conftest.
$ac_ext >&5
16616 ( exit $ac_status )
16617 wx_cv_sizeof_wchar_t
=0
16619 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16623 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
16624 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
16626 cat >>confdefs.h
<<_ACEOF
16627 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
16631 # Check whether --enable-largefile or --disable-largefile was given.
16632 if test "${enable_largefile+set}" = set; then
16633 enableval
="$enable_largefile"
16636 if test "$enable_largefile" != no
; then
16639 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
16640 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
16641 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
16642 echo $ECHO_N "(cached) $ECHO_C" >&6
16645 cat >conftest.
$ac_ext <<_ACEOF
16646 #line $LINENO "configure"
16649 cat confdefs.h
>>conftest.
$ac_ext
16650 cat >>conftest.
$ac_ext <<_ACEOF
16651 /* end confdefs.h. */
16652 #define _FILE_OFFSET_BITS 64
16653 #include <sys/types.h>
16658 unsigned int field: sizeof(off_t) == 8;
16665 rm -f conftest.
$ac_objext
16666 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16667 (eval $ac_compile) 2>&5
16669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16670 (exit $ac_status); } &&
16671 { ac_try
='test -s conftest.$ac_objext'
16672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16673 (eval $ac_try) 2>&5
16675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16676 (exit $ac_status); }; }; then
16677 ac_cv_sys_file_offset_bits
=64
16679 echo "$as_me: failed program was:" >&5
16680 sed 's/^/| /' conftest.
$ac_ext >&5
16682 ac_cv_sys_file_offset_bits
=no
16684 rm -f conftest.
$ac_objext conftest.
$ac_ext
16688 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
16689 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
16691 if test "$ac_cv_sys_file_offset_bits" != no
; then
16693 cat >>confdefs.h
<<_ACEOF
16694 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
16699 if test "x$wx_largefile" != "xyes"; then
16701 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
16702 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
16703 if test "${ac_cv_sys_large_files+set}" = set; then
16704 echo $ECHO_N "(cached) $ECHO_C" >&6
16707 cat >conftest.
$ac_ext <<_ACEOF
16708 #line $LINENO "configure"
16711 cat confdefs.h
>>conftest.
$ac_ext
16712 cat >>conftest.
$ac_ext <<_ACEOF
16713 /* end confdefs.h. */
16714 #define _LARGE_FILES 1
16715 #include <sys/types.h>
16720 unsigned int field: sizeof(off_t) == 8;
16727 rm -f conftest.
$ac_objext
16728 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16729 (eval $ac_compile) 2>&5
16731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16732 (exit $ac_status); } &&
16733 { ac_try
='test -s conftest.$ac_objext'
16734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16735 (eval $ac_try) 2>&5
16737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16738 (exit $ac_status); }; }; then
16739 ac_cv_sys_large_files
=1
16741 echo "$as_me: failed program was:" >&5
16742 sed 's/^/| /' conftest.
$ac_ext >&5
16744 ac_cv_sys_large_files
=no
16746 rm -f conftest.
$ac_objext conftest.
$ac_ext
16750 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
16751 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
16753 if test "$ac_cv_sys_large_files" != no
; then
16755 cat >>confdefs.h
<<_ACEOF
16756 #define _LARGE_FILES $ac_cv_sys_large_files
16763 echo "$as_me:$LINENO: checking if large file support is available" >&5
16764 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
16765 if test "x$wx_largefile" = "xyes"; then
16766 cat >>confdefs.h
<<\_ACEOF
16767 #define HAVE_LARGEFILE_SUPPORT 1
16771 echo "$as_me:$LINENO: result: $wx_largefile" >&5
16772 echo "${ECHO_T}$wx_largefile" >&6
16776 if test "x$wx_largefile" = "xyes"; then
16777 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
16778 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
16780 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
16782 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
16785 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
16786 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
16787 if test "${ac_cv_c_bigendian+set}" = set; then
16788 echo $ECHO_N "(cached) $ECHO_C" >&6
16790 ac_cv_c_bigendian
=unknown
16791 # See if sys/param.h defines the BYTE_ORDER macro.
16792 cat >conftest.
$ac_ext <<_ACEOF
16793 #line $LINENO "configure"
16796 cat confdefs.h
>>conftest.
$ac_ext
16797 cat >>conftest.
$ac_ext <<_ACEOF
16798 /* end confdefs.h. */
16799 #include <sys/types.h>
16800 #include <sys/param.h>
16805 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
16806 bogus endian macros
16812 rm -f conftest.
$ac_objext
16813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16814 (eval $ac_compile) 2>&5
16816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16817 (exit $ac_status); } &&
16818 { ac_try
='test -s conftest.$ac_objext'
16819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16820 (eval $ac_try) 2>&5
16822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16823 (exit $ac_status); }; }; then
16824 # It does; now see whether it defined to BIG_ENDIAN or not.
16825 cat >conftest.
$ac_ext <<_ACEOF
16826 #line $LINENO "configure"
16829 cat confdefs.h
>>conftest.
$ac_ext
16830 cat >>conftest.
$ac_ext <<_ACEOF
16831 /* end confdefs.h. */
16832 #include <sys/types.h>
16833 #include <sys/param.h>
16838 #if BYTE_ORDER != BIG_ENDIAN
16845 rm -f conftest.
$ac_objext
16846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16847 (eval $ac_compile) 2>&5
16849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16850 (exit $ac_status); } &&
16851 { ac_try
='test -s conftest.$ac_objext'
16852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16853 (eval $ac_try) 2>&5
16855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16856 (exit $ac_status); }; }; then
16857 ac_cv_c_bigendian
=yes
16859 echo "$as_me: failed program was:" >&5
16860 sed 's/^/| /' conftest.
$ac_ext >&5
16862 ac_cv_c_bigendian
=no
16864 rm -f conftest.
$ac_objext conftest.
$ac_ext
16866 echo "$as_me: failed program was:" >&5
16867 sed 's/^/| /' conftest.
$ac_ext >&5
16870 rm -f conftest.
$ac_objext conftest.
$ac_ext
16871 if test $ac_cv_c_bigendian = unknown
; then
16872 if test "$cross_compiling" = yes; then
16873 ac_cv_c_bigendian
=unknown
16875 cat >conftest.
$ac_ext <<_ACEOF
16876 #line $LINENO "configure"
16879 cat confdefs.h
>>conftest.
$ac_ext
16880 cat >>conftest.
$ac_ext <<_ACEOF
16881 /* end confdefs.h. */
16883 /* Are we little or big endian? From Harbison&Steele. */
16887 char c[sizeof (long)];
16890 exit (u.c[sizeof (long) - 1] == 1);
16893 rm -f conftest
$ac_exeext
16894 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16895 (eval $ac_link) 2>&5
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16900 (eval $ac_try) 2>&5
16902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16903 (exit $ac_status); }; }; then
16904 ac_cv_c_bigendian
=no
16906 echo "$as_me: program exited with status $ac_status" >&5
16907 echo "$as_me: failed program was:" >&5
16908 sed 's/^/| /' conftest.
$ac_ext >&5
16910 ( exit $ac_status )
16911 ac_cv_c_bigendian
=yes
16913 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16917 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
16918 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
16919 if test $ac_cv_c_bigendian = unknown
; then
16920 { 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
16921 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;}
16923 if test $ac_cv_c_bigendian = yes; then
16924 cat >>confdefs.h
<<\_ACEOF
16925 #define WORDS_BIGENDIAN 1
16933 ac_cpp
='$CXXCPP $CPPFLAGS'
16934 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16935 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16936 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
16937 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
16938 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
16939 if test -z "$CXXCPP"; then
16940 if test "${ac_cv_prog_CXXCPP+set}" = set; then
16941 echo $ECHO_N "(cached) $ECHO_C" >&6
16943 # Double quotes because CXXCPP needs to be expanded
16944 for CXXCPP
in "$CXX -E" "/lib/cpp"
16946 ac_preproc_ok
=false
16947 for ac_cxx_preproc_warn_flag
in '' yes
16949 # Use a header file that comes with gcc, so configuring glibc
16950 # with a fresh cross-compiler works.
16951 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16952 # <limits.h> exists even on freestanding compilers.
16953 # On the NeXT, cc -E runs the code through the compiler's parser,
16954 # not just through cpp. "Syntax error" is here to catch this case.
16955 cat >conftest.
$ac_ext <<_ACEOF
16956 #line $LINENO "configure"
16959 cat confdefs.h
>>conftest.
$ac_ext
16960 cat >>conftest.
$ac_ext <<_ACEOF
16961 /* end confdefs.h. */
16963 # include <limits.h>
16965 # include <assert.h>
16969 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16970 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16972 grep -v '^ *+' conftest.er1
>conftest.err
16974 cat conftest.err
>&5
16975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16976 (exit $ac_status); } >/dev
/null
; then
16977 if test -s conftest.err
; then
16978 ac_cpp_err
=$ac_cxx_preproc_warn_flag
16985 if test -z "$ac_cpp_err"; then
16988 echo "$as_me: failed program was:" >&5
16989 sed 's/^/| /' conftest.
$ac_ext >&5
16991 # Broken: fails on valid input.
16994 rm -f conftest.err conftest.
$ac_ext
16996 # OK, works on sane cases. Now check whether non-existent headers
16997 # can be detected and how.
16998 cat >conftest.
$ac_ext <<_ACEOF
16999 #line $LINENO "configure"
17002 cat confdefs.h
>>conftest.
$ac_ext
17003 cat >>conftest.
$ac_ext <<_ACEOF
17004 /* end confdefs.h. */
17005 #include <ac_nonexistent.h>
17007 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17008 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17010 grep -v '^ *+' conftest.er1
>conftest.err
17012 cat conftest.err
>&5
17013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17014 (exit $ac_status); } >/dev
/null
; then
17015 if test -s conftest.err
; then
17016 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17023 if test -z "$ac_cpp_err"; then
17024 # Broken: success on invalid input.
17027 echo "$as_me: failed program was:" >&5
17028 sed 's/^/| /' conftest.
$ac_ext >&5
17030 # Passes both tests.
17034 rm -f conftest.err conftest.
$ac_ext
17037 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17038 rm -f conftest.err conftest.
$ac_ext
17039 if $ac_preproc_ok; then
17044 ac_cv_prog_CXXCPP
=$CXXCPP
17047 CXXCPP
=$ac_cv_prog_CXXCPP
17049 ac_cv_prog_CXXCPP
=$CXXCPP
17051 echo "$as_me:$LINENO: result: $CXXCPP" >&5
17052 echo "${ECHO_T}$CXXCPP" >&6
17053 ac_preproc_ok
=false
17054 for ac_cxx_preproc_warn_flag
in '' yes
17056 # Use a header file that comes with gcc, so configuring glibc
17057 # with a fresh cross-compiler works.
17058 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17059 # <limits.h> exists even on freestanding compilers.
17060 # On the NeXT, cc -E runs the code through the compiler's parser,
17061 # not just through cpp. "Syntax error" is here to catch this case.
17062 cat >conftest.
$ac_ext <<_ACEOF
17063 #line $LINENO "configure"
17066 cat confdefs.h
>>conftest.
$ac_ext
17067 cat >>conftest.
$ac_ext <<_ACEOF
17068 /* end confdefs.h. */
17070 # include <limits.h>
17072 # include <assert.h>
17076 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17077 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17079 grep -v '^ *+' conftest.er1
>conftest.err
17081 cat conftest.err
>&5
17082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17083 (exit $ac_status); } >/dev
/null
; then
17084 if test -s conftest.err
; then
17085 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17092 if test -z "$ac_cpp_err"; then
17095 echo "$as_me: failed program was:" >&5
17096 sed 's/^/| /' conftest.
$ac_ext >&5
17098 # Broken: fails on valid input.
17101 rm -f conftest.err conftest.
$ac_ext
17103 # OK, works on sane cases. Now check whether non-existent headers
17104 # can be detected and how.
17105 cat >conftest.
$ac_ext <<_ACEOF
17106 #line $LINENO "configure"
17109 cat confdefs.h
>>conftest.
$ac_ext
17110 cat >>conftest.
$ac_ext <<_ACEOF
17111 /* end confdefs.h. */
17112 #include <ac_nonexistent.h>
17114 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17115 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17117 grep -v '^ *+' conftest.er1
>conftest.err
17119 cat conftest.err
>&5
17120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17121 (exit $ac_status); } >/dev
/null
; then
17122 if test -s conftest.err
; then
17123 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17130 if test -z "$ac_cpp_err"; then
17131 # Broken: success on invalid input.
17134 echo "$as_me: failed program was:" >&5
17135 sed 's/^/| /' conftest.
$ac_ext >&5
17137 # Passes both tests.
17141 rm -f conftest.err conftest.
$ac_ext
17144 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17145 rm -f conftest.err conftest.
$ac_ext
17146 if $ac_preproc_ok; then
17149 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17150 See \`config.log' for more details." >&5
17151 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17152 See \`config.log' for more details." >&2;}
17153 { (exit 1); exit 1; }; }
17157 ac_cpp
='$CXXCPP $CPPFLAGS'
17158 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17159 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17160 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17164 if test "$cross_compiling" = "yes"; then
17165 cat >>confdefs.h
<<\_ACEOF
17166 #define wxUSE_IOSTREAMH 1
17173 ac_cpp
='$CXXCPP $CPPFLAGS'
17174 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17175 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17176 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17180 for ac_header
in iostream
17182 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17183 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17184 echo "$as_me:$LINENO: checking for $ac_header" >&5
17185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17186 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17187 echo $ECHO_N "(cached) $ECHO_C" >&6
17189 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17190 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17192 # Is the header compilable?
17193 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17194 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17195 cat >conftest.
$ac_ext <<_ACEOF
17196 #line $LINENO "configure"
17199 cat confdefs.h
>>conftest.
$ac_ext
17200 cat >>conftest.
$ac_ext <<_ACEOF
17201 /* end confdefs.h. */
17202 $ac_includes_default
17203 #include <$ac_header>
17205 rm -f conftest.
$ac_objext
17206 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17207 (eval $ac_compile) 2>&5
17209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17210 (exit $ac_status); } &&
17211 { ac_try
='test -s conftest.$ac_objext'
17212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17213 (eval $ac_try) 2>&5
17215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17216 (exit $ac_status); }; }; then
17217 ac_header_compiler
=yes
17219 echo "$as_me: failed program was:" >&5
17220 sed 's/^/| /' conftest.
$ac_ext >&5
17222 ac_header_compiler
=no
17224 rm -f conftest.
$ac_objext conftest.
$ac_ext
17225 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17226 echo "${ECHO_T}$ac_header_compiler" >&6
17228 # Is the header present?
17229 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17230 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17231 cat >conftest.
$ac_ext <<_ACEOF
17232 #line $LINENO "configure"
17235 cat confdefs.h
>>conftest.
$ac_ext
17236 cat >>conftest.
$ac_ext <<_ACEOF
17237 /* end confdefs.h. */
17238 #include <$ac_header>
17240 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17241 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17243 grep -v '^ *+' conftest.er1
>conftest.err
17245 cat conftest.err
>&5
17246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17247 (exit $ac_status); } >/dev
/null
; then
17248 if test -s conftest.err
; then
17249 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17256 if test -z "$ac_cpp_err"; then
17257 ac_header_preproc
=yes
17259 echo "$as_me: failed program was:" >&5
17260 sed 's/^/| /' conftest.
$ac_ext >&5
17262 ac_header_preproc
=no
17264 rm -f conftest.err conftest.
$ac_ext
17265 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17266 echo "${ECHO_T}$ac_header_preproc" >&6
17268 # So? What about this header?
17269 case $ac_header_compiler:$ac_header_preproc in
17271 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17272 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17273 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17274 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17277 ## ------------------------------------ ##
17278 ## Report this to bug-autoconf@gnu.org. ##
17279 ## ------------------------------------ ##
17282 sed "s/^/$as_me: WARNING: /" >&2
17285 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17286 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17287 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17288 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17289 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17290 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17293 ## ------------------------------------ ##
17294 ## Report this to bug-autoconf@gnu.org. ##
17295 ## ------------------------------------ ##
17298 sed "s/^/$as_me: WARNING: /" >&2
17301 echo "$as_me:$LINENO: checking for $ac_header" >&5
17302 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17303 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17304 echo $ECHO_N "(cached) $ECHO_C" >&6
17306 eval "$as_ac_Header=$ac_header_preproc"
17308 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17309 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17312 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17313 cat >>confdefs.h
<<_ACEOF
17314 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17322 if test "$ac_cv_header_iostream" = "yes" ; then
17325 cat >>confdefs.h
<<\_ACEOF
17326 #define wxUSE_IOSTREAMH 1
17332 ac_cpp
='$CPP $CPPFLAGS'
17333 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17334 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17335 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17341 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
17342 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
17343 if test "${wx_cv_cpp_bool+set}" = set; then
17344 echo $ECHO_N "(cached) $ECHO_C" >&6
17350 ac_cpp
='$CXXCPP $CPPFLAGS'
17351 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17352 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17353 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17356 cat >conftest.
$ac_ext <<_ACEOF
17357 #line $LINENO "configure"
17360 cat confdefs.h
>>conftest.
$ac_ext
17361 cat >>conftest.
$ac_ext <<_ACEOF
17362 /* end confdefs.h. */
17377 rm -f conftest.
$ac_objext
17378 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17379 (eval $ac_compile) 2>&5
17381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17382 (exit $ac_status); } &&
17383 { ac_try
='test -s conftest.$ac_objext'
17384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17385 (eval $ac_try) 2>&5
17387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17388 (exit $ac_status); }; }; then
17393 echo "$as_me: failed program was:" >&5
17394 sed 's/^/| /' conftest.
$ac_ext >&5
17401 rm -f conftest.
$ac_objext conftest.
$ac_ext
17404 ac_cpp
='$CPP $CPPFLAGS'
17405 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17406 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17407 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17411 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
17412 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
17414 if test "$wx_cv_cpp_bool" = "yes"; then
17415 cat >>confdefs.h
<<\_ACEOF
17416 #define HAVE_BOOL 1
17423 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
17424 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
17425 if test "${wx_cv_explicit+set}" = set; then
17426 echo $ECHO_N "(cached) $ECHO_C" >&6
17432 ac_cpp
='$CXXCPP $CPPFLAGS'
17433 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17434 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17435 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17438 cat >conftest.
$ac_ext <<_ACEOF
17439 #line $LINENO "configure"
17442 cat confdefs.h
>>conftest.
$ac_ext
17443 cat >>conftest.
$ac_ext <<_ACEOF
17444 /* end confdefs.h. */
17446 class Foo { public: explicit Foo(int) {} };
17458 rm -f conftest.
$ac_objext
17459 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17460 (eval $ac_compile) 2>&5
17462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17463 (exit $ac_status); } &&
17464 { ac_try
='test -s conftest.$ac_objext'
17465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17466 (eval $ac_try) 2>&5
17468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17469 (exit $ac_status); }; }; then
17471 cat >conftest.
$ac_ext <<_ACEOF
17472 #line $LINENO "configure"
17475 cat confdefs.h
>>conftest.
$ac_ext
17476 cat >>conftest.
$ac_ext <<_ACEOF
17477 /* end confdefs.h. */
17479 class Foo { public: explicit Foo(int) {} };
17480 static void TakeFoo(const Foo& foo) { }
17493 rm -f conftest.
$ac_objext
17494 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17495 (eval $ac_compile) 2>&5
17497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17498 (exit $ac_status); } &&
17499 { ac_try
='test -s conftest.$ac_objext'
17500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17501 (eval $ac_try) 2>&5
17503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504 (exit $ac_status); }; }; then
17507 echo "$as_me: failed program was:" >&5
17508 sed 's/^/| /' conftest.
$ac_ext >&5
17513 rm -f conftest.
$ac_objext conftest.
$ac_ext
17516 echo "$as_me: failed program was:" >&5
17517 sed 's/^/| /' conftest.
$ac_ext >&5
17522 rm -f conftest.
$ac_objext conftest.
$ac_ext
17525 ac_cpp
='$CPP $CPPFLAGS'
17526 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17527 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17528 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17532 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
17533 echo "${ECHO_T}$wx_cv_explicit" >&6
17535 if test "$wx_cv_explicit" = "yes"; then
17536 cat >>confdefs.h
<<\_ACEOF
17537 #define HAVE_EXPLICIT 1
17543 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
17544 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
17545 if test "${ac_cv_cxx_const_cast+set}" = set; then
17546 echo $ECHO_N "(cached) $ECHO_C" >&6
17551 ac_cpp
='$CXXCPP $CPPFLAGS'
17552 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17553 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17554 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17556 cat >conftest.
$ac_ext <<_ACEOF
17557 #line $LINENO "configure"
17560 cat confdefs.h
>>conftest.
$ac_ext
17561 cat >>conftest.
$ac_ext <<_ACEOF
17562 /* end confdefs.h. */
17567 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
17572 rm -f conftest.
$ac_objext
17573 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17574 (eval $ac_compile) 2>&5
17576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17577 (exit $ac_status); } &&
17578 { ac_try
='test -s conftest.$ac_objext'
17579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17580 (eval $ac_try) 2>&5
17582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17583 (exit $ac_status); }; }; then
17584 ac_cv_cxx_const_cast
=yes
17586 echo "$as_me: failed program was:" >&5
17587 sed 's/^/| /' conftest.
$ac_ext >&5
17589 ac_cv_cxx_const_cast
=no
17591 rm -f conftest.
$ac_objext conftest.
$ac_ext
17593 ac_cpp
='$CPP $CPPFLAGS'
17594 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17595 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17596 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17600 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
17601 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
17602 if test "$ac_cv_cxx_const_cast" = yes; then
17604 cat >>confdefs.h
<<\_ACEOF
17605 #define HAVE_CONST_CAST
17613 /usr/local/include \
17615 /usr/Motif-1.2/include \
17616 /usr/Motif-2.1/include \
17618 /usr/include/Motif1.2 \
17619 /opt/xpm/include/X11 \
17620 /opt/GBxpm/include/ \
17621 /opt/GBxpm/X11/include/ \
17623 /usr/Motif1.2/include \
17625 /usr/openwin/include \
17629 /usr/X11R6/include \
17630 /usr/X11R6.4/include \
17631 /usr/X11R5/include \
17632 /usr/X11R4/include \
17634 /usr/include/X11R6 \
17635 /usr/include/X11R5 \
17636 /usr/include/X11R4 \
17638 /usr/local/X11R6/include \
17639 /usr/local/X11R5/include \
17640 /usr/local/X11R4/include \
17642 /usr/local/include/X11R6 \
17643 /usr/local/include/X11R5 \
17644 /usr/local/include/X11R4 \
17648 /usr/local/X11/include \
17649 /usr/local/include/X11 \
17651 /usr/X386/include \
17652 /usr/x386/include \
17653 /usr/XFree86/include/X11 \
17655 X:/XFree86/include \
17656 X:/XFree86/include/X11 \
17659 /usr/local/include/gtk \
17660 /usr/include/glib \
17661 /usr/local/include/glib \
17664 /usr/local/include/qt \
17666 /usr/include/windows \
17667 /usr/include/wine \
17668 /usr/local/include/wine \
17670 /usr/unsupported/include \
17671 /usr/athena/include \
17672 /usr/local/x11r5/include \
17673 /usr/lpp/Xamples/include \
17675 /usr/openwin/share/include"
17677 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
17680 cat >confcache
<<\_ACEOF
17681 # This file is a shell script that caches the results of configure
17682 # tests run on this system so they can be shared between configure
17683 # scripts and configure runs, see configure's option --config-cache.
17684 # It is not useful on other systems. If it contains results you don't
17685 # want to keep, you may remove or edit it.
17687 # config.status only pays attention to the cache file if you give it
17688 # the --recheck option to rerun configure.
17690 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17691 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17692 # following values.
17696 # The following way of writing the cache mishandles newlines in values,
17697 # but we know of no workaround that is simple, portable, and efficient.
17698 # So, don't put newlines in cache variables' values.
17699 # Ultrix sh set writes to stderr and can't be redirected directly,
17700 # and sets the high bit in the cache file unless we assign to the vars.
17703 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17705 # `set' does not quote correctly, so add quotes (double-quote
17706 # substitution turns \\\\ into \\, and sed turns \\ into \).
17709 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17712 # `set' quotes correctly as required by POSIX, so do not add quotes.
17714 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17721 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17723 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17725 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
17726 if test -w $cache_file; then
17727 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17728 cat confcache
>$cache_file
17730 echo "not updating unwritable cache $cache_file"
17735 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
17736 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
17737 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
17738 if test "${wx_cv_lib_glibc21+set}" = set; then
17739 echo $ECHO_N "(cached) $ECHO_C" >&6
17742 cat >conftest.
$ac_ext <<_ACEOF
17743 #line $LINENO "configure"
17746 cat confdefs.h
>>conftest.
$ac_ext
17747 cat >>conftest.
$ac_ext <<_ACEOF
17748 /* end confdefs.h. */
17749 #include <features.h>
17754 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
17755 #error not glibc2.1
17762 rm -f conftest.
$ac_objext
17763 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17764 (eval $ac_compile) 2>&5
17766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17767 (exit $ac_status); } &&
17768 { ac_try
='test -s conftest.$ac_objext'
17769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17770 (eval $ac_try) 2>&5
17772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17773 (exit $ac_status); }; }; then
17775 wx_cv_lib_glibc21
=yes
17778 echo "$as_me: failed program was:" >&5
17779 sed 's/^/| /' conftest.
$ac_ext >&5
17782 wx_cv_lib_glibc21
=no
17786 rm -f conftest.
$ac_objext conftest.
$ac_ext
17789 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
17790 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
17791 if test "$wx_cv_lib_glibc21" = "yes"; then
17792 cat >>confdefs.h
<<\_ACEOF
17793 #define wxHAVE_GLIBC2 1
17799 if test "x$wx_cv_lib_glibc21" = "xyes"; then
17800 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
17801 cat >>confdefs.h
<<\_ACEOF
17802 #define _GNU_SOURCE 1
17811 if test "$wxUSE_REGEX" != "no"; then
17812 cat >>confdefs.h
<<\_ACEOF
17813 #define wxUSE_REGEX 1
17817 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
17818 if test "${ac_cv_header_regex_h+set}" = set; then
17819 echo "$as_me:$LINENO: checking for regex.h" >&5
17820 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
17821 if test "${ac_cv_header_regex_h+set}" = set; then
17822 echo $ECHO_N "(cached) $ECHO_C" >&6
17824 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
17825 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
17827 # Is the header compilable?
17828 echo "$as_me:$LINENO: checking regex.h usability" >&5
17829 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
17830 cat >conftest.
$ac_ext <<_ACEOF
17831 #line $LINENO "configure"
17834 cat confdefs.h
>>conftest.
$ac_ext
17835 cat >>conftest.
$ac_ext <<_ACEOF
17836 /* end confdefs.h. */
17837 $ac_includes_default
17840 rm -f conftest.
$ac_objext
17841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17842 (eval $ac_compile) 2>&5
17844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17845 (exit $ac_status); } &&
17846 { ac_try
='test -s conftest.$ac_objext'
17847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17848 (eval $ac_try) 2>&5
17850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17851 (exit $ac_status); }; }; then
17852 ac_header_compiler
=yes
17854 echo "$as_me: failed program was:" >&5
17855 sed 's/^/| /' conftest.
$ac_ext >&5
17857 ac_header_compiler
=no
17859 rm -f conftest.
$ac_objext conftest.
$ac_ext
17860 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17861 echo "${ECHO_T}$ac_header_compiler" >&6
17863 # Is the header present?
17864 echo "$as_me:$LINENO: checking regex.h presence" >&5
17865 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
17866 cat >conftest.
$ac_ext <<_ACEOF
17867 #line $LINENO "configure"
17870 cat confdefs.h
>>conftest.
$ac_ext
17871 cat >>conftest.
$ac_ext <<_ACEOF
17872 /* end confdefs.h. */
17875 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17876 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17878 grep -v '^ *+' conftest.er1
>conftest.err
17880 cat conftest.err
>&5
17881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17882 (exit $ac_status); } >/dev
/null
; then
17883 if test -s conftest.err
; then
17884 ac_cpp_err
=$ac_c_preproc_warn_flag
17891 if test -z "$ac_cpp_err"; then
17892 ac_header_preproc
=yes
17894 echo "$as_me: failed program was:" >&5
17895 sed 's/^/| /' conftest.
$ac_ext >&5
17897 ac_header_preproc
=no
17899 rm -f conftest.err conftest.
$ac_ext
17900 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17901 echo "${ECHO_T}$ac_header_preproc" >&6
17903 # So? What about this header?
17904 case $ac_header_compiler:$ac_header_preproc in
17906 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
17907 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17908 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
17909 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
17912 ## ------------------------------------ ##
17913 ## Report this to bug-autoconf@gnu.org. ##
17914 ## ------------------------------------ ##
17917 sed "s/^/$as_me: WARNING: /" >&2
17920 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
17921 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
17922 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
17923 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
17924 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
17925 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
17928 ## ------------------------------------ ##
17929 ## Report this to bug-autoconf@gnu.org. ##
17930 ## ------------------------------------ ##
17933 sed "s/^/$as_me: WARNING: /" >&2
17936 echo "$as_me:$LINENO: checking for regex.h" >&5
17937 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
17938 if test "${ac_cv_header_regex_h+set}" = set; then
17939 echo $ECHO_N "(cached) $ECHO_C" >&6
17941 ac_cv_header_regex_h
=$ac_header_preproc
17943 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
17944 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
17947 if test $ac_cv_header_regex_h = yes; then
17949 for ac_func
in regcomp
17951 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17952 echo "$as_me:$LINENO: checking for $ac_func" >&5
17953 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17954 if eval "test \"\${$as_ac_var+set}\" = set"; then
17955 echo $ECHO_N "(cached) $ECHO_C" >&6
17957 cat >conftest.
$ac_ext <<_ACEOF
17958 #line $LINENO "configure"
17961 cat confdefs.h
>>conftest.
$ac_ext
17962 cat >>conftest.
$ac_ext <<_ACEOF
17963 /* end confdefs.h. */
17964 /* System header to define __stub macros and hopefully few prototypes,
17965 which can conflict with char $ac_func (); below.
17966 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17967 <limits.h> exists even on freestanding compilers. */
17969 # include <limits.h>
17971 # include <assert.h>
17973 /* Override any gcc2 internal prototype to avoid an error. */
17978 /* We use char because int might match the return type of a gcc2
17979 builtin and then its argument prototype would still apply. */
17981 /* The GNU C library defines this for functions which it implements
17982 to always fail with ENOSYS. Some functions are actually named
17983 something starting with __ and the normal name is an alias. */
17984 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17987 char (*f) () = $ac_func;
17996 return f != $ac_func;
18001 rm -f conftest.
$ac_objext conftest
$ac_exeext
18002 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18003 (eval $ac_link) 2>&5
18005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18006 (exit $ac_status); } &&
18007 { ac_try
='test -s conftest$ac_exeext'
18008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18009 (eval $ac_try) 2>&5
18011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18012 (exit $ac_status); }; }; then
18013 eval "$as_ac_var=yes"
18015 echo "$as_me: failed program was:" >&5
18016 sed 's/^/| /' conftest.
$ac_ext >&5
18018 eval "$as_ac_var=no"
18020 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18022 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18023 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18024 if test `eval echo '${'$as_ac_var'}'` = yes; then
18025 cat >>confdefs.h
<<_ACEOF
18026 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18036 if test "x$ac_cv_func_regcomp" != "xyes"; then
18037 if test "$wxUSE_REGEX" = "sys" ; then
18038 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
18039 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
18040 { (exit 1); exit 1; }; }
18042 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
18043 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
18044 wxUSE_REGEX
=builtin
18051 if test "$wxUSE_REGEX" = "builtin" ; then
18052 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
18059 if test "$wxUSE_ZLIB" != "no" ; then
18060 cat >>confdefs.h
<<\_ACEOF
18061 #define wxUSE_ZLIB 1
18065 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
18066 if test "$USE_DARWIN" = 1; then
18067 system_zlib_h_ok
="yes"
18069 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
18070 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
18071 if test "${ac_cv_header_zlib_h+set}" = set; then
18072 echo $ECHO_N "(cached) $ECHO_C" >&6
18074 if test "$cross_compiling" = yes; then
18075 unset ac_cv_header_zlib_h
18078 cat >conftest.
$ac_ext <<_ACEOF
18079 #line $LINENO "configure"
18082 cat confdefs.h
>>conftest.
$ac_ext
18083 cat >>conftest.
$ac_ext <<_ACEOF
18084 /* end confdefs.h. */
18091 FILE *f=fopen("conftestval", "w");
18094 ZLIB_VERSION[0] == '1' &&
18095 (ZLIB_VERSION[2] > '1' ||
18096 (ZLIB_VERSION[2] == '1' &&
18097 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
18102 rm -f conftest
$ac_exeext
18103 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18104 (eval $ac_link) 2>&5
18106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18107 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18109 (eval $ac_try) 2>&5
18111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18112 (exit $ac_status); }; }; then
18113 ac_cv_header_zlib_h
=`cat conftestval`
18115 echo "$as_me: program exited with status $ac_status" >&5
18116 echo "$as_me: failed program was:" >&5
18117 sed 's/^/| /' conftest.
$ac_ext >&5
18119 ( exit $ac_status )
18120 ac_cv_header_zlib_h
=no
18122 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18126 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18127 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18128 if test "${ac_cv_header_zlib_h+set}" = set; then
18129 echo "$as_me:$LINENO: checking for zlib.h" >&5
18130 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18131 if test "${ac_cv_header_zlib_h+set}" = set; then
18132 echo $ECHO_N "(cached) $ECHO_C" >&6
18134 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18135 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18137 # Is the header compilable?
18138 echo "$as_me:$LINENO: checking zlib.h usability" >&5
18139 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
18140 cat >conftest.
$ac_ext <<_ACEOF
18141 #line $LINENO "configure"
18144 cat confdefs.h
>>conftest.
$ac_ext
18145 cat >>conftest.
$ac_ext <<_ACEOF
18146 /* end confdefs.h. */
18147 $ac_includes_default
18150 rm -f conftest.
$ac_objext
18151 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18152 (eval $ac_compile) 2>&5
18154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18155 (exit $ac_status); } &&
18156 { ac_try
='test -s conftest.$ac_objext'
18157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18158 (eval $ac_try) 2>&5
18160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18161 (exit $ac_status); }; }; then
18162 ac_header_compiler
=yes
18164 echo "$as_me: failed program was:" >&5
18165 sed 's/^/| /' conftest.
$ac_ext >&5
18167 ac_header_compiler
=no
18169 rm -f conftest.
$ac_objext conftest.
$ac_ext
18170 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18171 echo "${ECHO_T}$ac_header_compiler" >&6
18173 # Is the header present?
18174 echo "$as_me:$LINENO: checking zlib.h presence" >&5
18175 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
18176 cat >conftest.
$ac_ext <<_ACEOF
18177 #line $LINENO "configure"
18180 cat confdefs.h
>>conftest.
$ac_ext
18181 cat >>conftest.
$ac_ext <<_ACEOF
18182 /* end confdefs.h. */
18185 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18186 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18188 grep -v '^ *+' conftest.er1
>conftest.err
18190 cat conftest.err
>&5
18191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18192 (exit $ac_status); } >/dev
/null
; then
18193 if test -s conftest.err
; then
18194 ac_cpp_err
=$ac_c_preproc_warn_flag
18201 if test -z "$ac_cpp_err"; then
18202 ac_header_preproc
=yes
18204 echo "$as_me: failed program was:" >&5
18205 sed 's/^/| /' conftest.
$ac_ext >&5
18207 ac_header_preproc
=no
18209 rm -f conftest.err conftest.
$ac_ext
18210 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18211 echo "${ECHO_T}$ac_header_preproc" >&6
18213 # So? What about this header?
18214 case $ac_header_compiler:$ac_header_preproc in
18216 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
18217 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18218 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18219 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18222 ## ------------------------------------ ##
18223 ## Report this to bug-autoconf@gnu.org. ##
18224 ## ------------------------------------ ##
18227 sed "s/^/$as_me: WARNING: /" >&2
18230 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
18231 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
18232 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
18233 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
18234 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18235 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18238 ## ------------------------------------ ##
18239 ## Report this to bug-autoconf@gnu.org. ##
18240 ## ------------------------------------ ##
18243 sed "s/^/$as_me: WARNING: /" >&2
18246 echo "$as_me:$LINENO: checking for zlib.h" >&5
18247 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18248 if test "${ac_cv_header_zlib_h+set}" = set; then
18249 echo $ECHO_N "(cached) $ECHO_C" >&6
18251 ac_cv_header_zlib_h
=$ac_header_preproc
18253 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18254 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18260 system_zlib_h_ok
=$ac_cv_header_zlib_h
18263 if test "$system_zlib_h_ok" = "yes"; then
18264 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
18265 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
18266 if test "${ac_cv_lib_z_deflate+set}" = set; then
18267 echo $ECHO_N "(cached) $ECHO_C" >&6
18269 ac_check_lib_save_LIBS
=$LIBS
18271 cat >conftest.
$ac_ext <<_ACEOF
18272 #line $LINENO "configure"
18275 cat confdefs.h
>>conftest.
$ac_ext
18276 cat >>conftest.
$ac_ext <<_ACEOF
18277 /* end confdefs.h. */
18279 /* Override any gcc2 internal prototype to avoid an error. */
18283 /* We use char because int might match the return type of a gcc2
18284 builtin and then its argument prototype would still apply. */
18294 rm -f conftest.
$ac_objext conftest
$ac_exeext
18295 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18296 (eval $ac_link) 2>&5
18298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18299 (exit $ac_status); } &&
18300 { ac_try
='test -s conftest$ac_exeext'
18301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18302 (eval $ac_try) 2>&5
18304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18305 (exit $ac_status); }; }; then
18306 ac_cv_lib_z_deflate
=yes
18308 echo "$as_me: failed program was:" >&5
18309 sed 's/^/| /' conftest.
$ac_ext >&5
18311 ac_cv_lib_z_deflate
=no
18313 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18314 LIBS
=$ac_check_lib_save_LIBS
18316 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
18317 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
18318 if test $ac_cv_lib_z_deflate = yes; then
18324 if test "x$ZLIB_LINK" = "x" ; then
18325 if test "$wxUSE_ZLIB" = "sys" ; then
18326 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
18327 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
18328 { (exit 1); exit 1; }; }
18330 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
18331 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
18339 if test "$wxUSE_ZLIB" = "builtin" ; then
18340 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
18347 if test "$wxUSE_LIBPNG" != "no" ; then
18348 cat >>confdefs.h
<<\_ACEOF
18349 #define wxUSE_LIBPNG 1
18353 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
18354 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
18355 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
18359 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
18360 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
18361 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
18362 wxUSE_LIBPNG
=builtin
18365 if test "$wxUSE_MGL" != 1 ; then
18366 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
18367 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
18368 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
18369 if test "${ac_cv_header_png_h+set}" = set; then
18370 echo $ECHO_N "(cached) $ECHO_C" >&6
18372 if test "$cross_compiling" = yes; then
18373 unset ac_cv_header_png_h
18376 cat >conftest.
$ac_ext <<_ACEOF
18377 #line $LINENO "configure"
18380 cat confdefs.h
>>conftest.
$ac_ext
18381 cat >>conftest.
$ac_ext <<_ACEOF
18382 /* end confdefs.h. */
18389 FILE *f=fopen("conftestval", "w");
18392 PNG_LIBPNG_VER > 90 ? "yes" : "no");
18397 rm -f conftest
$ac_exeext
18398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18399 (eval $ac_link) 2>&5
18401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18402 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18404 (eval $ac_try) 2>&5
18406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18407 (exit $ac_status); }; }; then
18408 ac_cv_header_png_h
=`cat conftestval`
18410 echo "$as_me: program exited with status $ac_status" >&5
18411 echo "$as_me: failed program was:" >&5
18412 sed 's/^/| /' conftest.
$ac_ext >&5
18414 ( exit $ac_status )
18415 ac_cv_header_png_h
=no
18417 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18421 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18422 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18423 if test "${ac_cv_header_png_h+set}" = set; then
18424 echo "$as_me:$LINENO: checking for png.h" >&5
18425 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18426 if test "${ac_cv_header_png_h+set}" = set; then
18427 echo $ECHO_N "(cached) $ECHO_C" >&6
18429 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18430 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18432 # Is the header compilable?
18433 echo "$as_me:$LINENO: checking png.h usability" >&5
18434 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
18435 cat >conftest.
$ac_ext <<_ACEOF
18436 #line $LINENO "configure"
18439 cat confdefs.h
>>conftest.
$ac_ext
18440 cat >>conftest.
$ac_ext <<_ACEOF
18441 /* end confdefs.h. */
18442 $ac_includes_default
18445 rm -f conftest.
$ac_objext
18446 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18447 (eval $ac_compile) 2>&5
18449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18450 (exit $ac_status); } &&
18451 { ac_try
='test -s conftest.$ac_objext'
18452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18453 (eval $ac_try) 2>&5
18455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18456 (exit $ac_status); }; }; then
18457 ac_header_compiler
=yes
18459 echo "$as_me: failed program was:" >&5
18460 sed 's/^/| /' conftest.
$ac_ext >&5
18462 ac_header_compiler
=no
18464 rm -f conftest.
$ac_objext conftest.
$ac_ext
18465 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18466 echo "${ECHO_T}$ac_header_compiler" >&6
18468 # Is the header present?
18469 echo "$as_me:$LINENO: checking png.h presence" >&5
18470 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
18471 cat >conftest.
$ac_ext <<_ACEOF
18472 #line $LINENO "configure"
18475 cat confdefs.h
>>conftest.
$ac_ext
18476 cat >>conftest.
$ac_ext <<_ACEOF
18477 /* end confdefs.h. */
18480 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18481 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18483 grep -v '^ *+' conftest.er1
>conftest.err
18485 cat conftest.err
>&5
18486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18487 (exit $ac_status); } >/dev
/null
; then
18488 if test -s conftest.err
; then
18489 ac_cpp_err
=$ac_c_preproc_warn_flag
18496 if test -z "$ac_cpp_err"; then
18497 ac_header_preproc
=yes
18499 echo "$as_me: failed program was:" >&5
18500 sed 's/^/| /' conftest.
$ac_ext >&5
18502 ac_header_preproc
=no
18504 rm -f conftest.err conftest.
$ac_ext
18505 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18506 echo "${ECHO_T}$ac_header_preproc" >&6
18508 # So? What about this header?
18509 case $ac_header_compiler:$ac_header_preproc in
18511 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
18512 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18513 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18514 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18517 ## ------------------------------------ ##
18518 ## Report this to bug-autoconf@gnu.org. ##
18519 ## ------------------------------------ ##
18522 sed "s/^/$as_me: WARNING: /" >&2
18525 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
18526 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
18527 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
18528 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
18529 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18530 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18533 ## ------------------------------------ ##
18534 ## Report this to bug-autoconf@gnu.org. ##
18535 ## ------------------------------------ ##
18538 sed "s/^/$as_me: WARNING: /" >&2
18541 echo "$as_me:$LINENO: checking for png.h" >&5
18542 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18543 if test "${ac_cv_header_png_h+set}" = set; then
18544 echo $ECHO_N "(cached) $ECHO_C" >&6
18546 ac_cv_header_png_h
=$ac_header_preproc
18548 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18549 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18555 if test "$ac_cv_header_png_h" = "yes"; then
18556 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
18557 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
18558 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
18559 echo $ECHO_N "(cached) $ECHO_C" >&6
18561 ac_check_lib_save_LIBS
=$LIBS
18562 LIBS
="-lpng -lz -lm $LIBS"
18563 cat >conftest.
$ac_ext <<_ACEOF
18564 #line $LINENO "configure"
18567 cat confdefs.h
>>conftest.
$ac_ext
18568 cat >>conftest.
$ac_ext <<_ACEOF
18569 /* end confdefs.h. */
18571 /* Override any gcc2 internal prototype to avoid an error. */
18575 /* We use char because int might match the return type of a gcc2
18576 builtin and then its argument prototype would still apply. */
18577 char png_check_sig ();
18586 rm -f conftest.
$ac_objext conftest
$ac_exeext
18587 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18588 (eval $ac_link) 2>&5
18590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18591 (exit $ac_status); } &&
18592 { ac_try
='test -s conftest$ac_exeext'
18593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18594 (eval $ac_try) 2>&5
18596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18597 (exit $ac_status); }; }; then
18598 ac_cv_lib_png_png_check_sig
=yes
18600 echo "$as_me: failed program was:" >&5
18601 sed 's/^/| /' conftest.
$ac_ext >&5
18603 ac_cv_lib_png_png_check_sig
=no
18605 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18606 LIBS
=$ac_check_lib_save_LIBS
18608 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
18609 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
18610 if test $ac_cv_lib_png_png_check_sig = yes; then
18616 if test "x$PNG_LINK" = "x" ; then
18617 if test "$wxUSE_LIBPNG" = "sys" ; then
18618 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
18619 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
18620 { (exit 1); exit 1; }; }
18622 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
18623 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
18624 wxUSE_LIBPNG
=builtin
18632 if test "$wxUSE_LIBPNG" = "builtin" ; then
18633 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
18636 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
18642 if test "$wxUSE_LIBJPEG" != "no" ; then
18643 cat >>confdefs.h
<<\_ACEOF
18644 #define wxUSE_LIBJPEG 1
18648 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
18649 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
18650 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
18654 if test "$wxUSE_MGL" != 1 ; then
18655 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
18656 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
18657 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
18658 if test "${ac_cv_header_jpeglib_h+set}" = set; then
18659 echo $ECHO_N "(cached) $ECHO_C" >&6
18661 cat >conftest.
$ac_ext <<_ACEOF
18662 #line $LINENO "configure"
18665 cat confdefs.h
>>conftest.
$ac_ext
18666 cat >>conftest.
$ac_ext <<_ACEOF
18667 /* end confdefs.h. */
18669 #undef HAVE_STDLIB_H
18671 #include <jpeglib.h>
18682 rm -f conftest.
$ac_objext
18683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18684 (eval $ac_compile) 2>&5
18686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18687 (exit $ac_status); } &&
18688 { ac_try
='test -s conftest.$ac_objext'
18689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18690 (eval $ac_try) 2>&5
18692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18693 (exit $ac_status); }; }; then
18694 ac_cv_header_jpeglib_h
=yes
18696 echo "$as_me: failed program was:" >&5
18697 sed 's/^/| /' conftest.
$ac_ext >&5
18699 ac_cv_header_jpeglib_h
=no
18702 rm -f conftest.
$ac_objext conftest.
$ac_ext
18706 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
18707 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
18709 if test "$ac_cv_header_jpeglib_h" = "yes"; then
18710 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
18711 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
18712 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
18713 echo $ECHO_N "(cached) $ECHO_C" >&6
18715 ac_check_lib_save_LIBS
=$LIBS
18716 LIBS
="-ljpeg $LIBS"
18717 cat >conftest.
$ac_ext <<_ACEOF
18718 #line $LINENO "configure"
18721 cat confdefs.h
>>conftest.
$ac_ext
18722 cat >>conftest.
$ac_ext <<_ACEOF
18723 /* end confdefs.h. */
18725 /* Override any gcc2 internal prototype to avoid an error. */
18729 /* We use char because int might match the return type of a gcc2
18730 builtin and then its argument prototype would still apply. */
18731 char jpeg_read_header ();
18735 jpeg_read_header ();
18740 rm -f conftest.
$ac_objext conftest
$ac_exeext
18741 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18742 (eval $ac_link) 2>&5
18744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18745 (exit $ac_status); } &&
18746 { ac_try
='test -s conftest$ac_exeext'
18747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18748 (eval $ac_try) 2>&5
18750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18751 (exit $ac_status); }; }; then
18752 ac_cv_lib_jpeg_jpeg_read_header
=yes
18754 echo "$as_me: failed program was:" >&5
18755 sed 's/^/| /' conftest.
$ac_ext >&5
18757 ac_cv_lib_jpeg_jpeg_read_header
=no
18759 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18760 LIBS
=$ac_check_lib_save_LIBS
18762 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
18763 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
18764 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
18765 JPEG_LINK
=" -ljpeg"
18770 if test "x$JPEG_LINK" = "x" ; then
18771 if test "$wxUSE_LIBJPEG" = "sys" ; then
18772 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
18773 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
18774 { (exit 1); exit 1; }; }
18776 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
18777 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
18778 wxUSE_LIBJPEG
=builtin
18786 if test "$wxUSE_LIBJPEG" = "builtin" ; then
18787 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
18794 TIFF_PREREQ_LINKS
=-lm
18795 if test "$wxUSE_LIBTIFF" != "no" ; then
18796 cat >>confdefs.h
<<\_ACEOF
18797 #define wxUSE_LIBTIFF 1
18801 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
18802 if test "$wxUSE_LIBJPEG" = "sys"; then
18803 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
18805 if test "$wxUSE_ZLIB" = "sys"; then
18806 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
18808 if test "${ac_cv_header_tiffio_h+set}" = set; then
18809 echo "$as_me:$LINENO: checking for tiffio.h" >&5
18810 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
18811 if test "${ac_cv_header_tiffio_h+set}" = set; then
18812 echo $ECHO_N "(cached) $ECHO_C" >&6
18814 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
18815 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
18817 # Is the header compilable?
18818 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
18819 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
18820 cat >conftest.
$ac_ext <<_ACEOF
18821 #line $LINENO "configure"
18824 cat confdefs.h
>>conftest.
$ac_ext
18825 cat >>conftest.
$ac_ext <<_ACEOF
18826 /* end confdefs.h. */
18827 $ac_includes_default
18828 #include <tiffio.h>
18830 rm -f conftest.
$ac_objext
18831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18832 (eval $ac_compile) 2>&5
18834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18835 (exit $ac_status); } &&
18836 { ac_try
='test -s conftest.$ac_objext'
18837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18838 (eval $ac_try) 2>&5
18840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18841 (exit $ac_status); }; }; then
18842 ac_header_compiler
=yes
18844 echo "$as_me: failed program was:" >&5
18845 sed 's/^/| /' conftest.
$ac_ext >&5
18847 ac_header_compiler
=no
18849 rm -f conftest.
$ac_objext conftest.
$ac_ext
18850 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18851 echo "${ECHO_T}$ac_header_compiler" >&6
18853 # Is the header present?
18854 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
18855 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
18856 cat >conftest.
$ac_ext <<_ACEOF
18857 #line $LINENO "configure"
18860 cat confdefs.h
>>conftest.
$ac_ext
18861 cat >>conftest.
$ac_ext <<_ACEOF
18862 /* end confdefs.h. */
18863 #include <tiffio.h>
18865 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18866 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18868 grep -v '^ *+' conftest.er1
>conftest.err
18870 cat conftest.err
>&5
18871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18872 (exit $ac_status); } >/dev
/null
; then
18873 if test -s conftest.err
; then
18874 ac_cpp_err
=$ac_c_preproc_warn_flag
18881 if test -z "$ac_cpp_err"; then
18882 ac_header_preproc
=yes
18884 echo "$as_me: failed program was:" >&5
18885 sed 's/^/| /' conftest.
$ac_ext >&5
18887 ac_header_preproc
=no
18889 rm -f conftest.err conftest.
$ac_ext
18890 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18891 echo "${ECHO_T}$ac_header_preproc" >&6
18893 # So? What about this header?
18894 case $ac_header_compiler:$ac_header_preproc in
18896 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
18897 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18898 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
18899 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
18902 ## ------------------------------------ ##
18903 ## Report this to bug-autoconf@gnu.org. ##
18904 ## ------------------------------------ ##
18907 sed "s/^/$as_me: WARNING: /" >&2
18910 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
18911 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
18912 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
18913 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
18914 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
18915 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
18918 ## ------------------------------------ ##
18919 ## Report this to bug-autoconf@gnu.org. ##
18920 ## ------------------------------------ ##
18923 sed "s/^/$as_me: WARNING: /" >&2
18926 echo "$as_me:$LINENO: checking for tiffio.h" >&5
18927 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
18928 if test "${ac_cv_header_tiffio_h+set}" = set; then
18929 echo $ECHO_N "(cached) $ECHO_C" >&6
18931 ac_cv_header_tiffio_h
=$ac_header_preproc
18933 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
18934 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
18937 if test $ac_cv_header_tiffio_h = yes; then
18938 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
18939 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
18940 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
18941 echo $ECHO_N "(cached) $ECHO_C" >&6
18943 ac_check_lib_save_LIBS
=$LIBS
18944 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
18945 cat >conftest.
$ac_ext <<_ACEOF
18946 #line $LINENO "configure"
18949 cat confdefs.h
>>conftest.
$ac_ext
18950 cat >>conftest.
$ac_ext <<_ACEOF
18951 /* end confdefs.h. */
18953 /* Override any gcc2 internal prototype to avoid an error. */
18957 /* We use char because int might match the return type of a gcc2
18958 builtin and then its argument prototype would still apply. */
18968 rm -f conftest.
$ac_objext conftest
$ac_exeext
18969 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18970 (eval $ac_link) 2>&5
18972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18973 (exit $ac_status); } &&
18974 { ac_try
='test -s conftest$ac_exeext'
18975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18976 (eval $ac_try) 2>&5
18978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18979 (exit $ac_status); }; }; then
18980 ac_cv_lib_tiff_TIFFError
=yes
18982 echo "$as_me: failed program was:" >&5
18983 sed 's/^/| /' conftest.
$ac_ext >&5
18985 ac_cv_lib_tiff_TIFFError
=no
18987 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18988 LIBS
=$ac_check_lib_save_LIBS
18990 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
18991 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
18992 if test $ac_cv_lib_tiff_TIFFError = yes; then
18993 TIFF_LINK
=" -ltiff"
19001 if test "x$TIFF_LINK" = "x" ; then
19002 if test "$wxUSE_LIBTIFF" = "sys" ; then
19003 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
19004 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
19005 { (exit 1); exit 1; }; }
19007 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
19008 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
19009 wxUSE_LIBTIFF
=builtin
19016 if test "$wxUSE_LIBTIFF" = "builtin" ; then
19017 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
19029 if test "$USE_WIN32" = 1 ; then
19031 for ac_header
in w32api.h
19033 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19034 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19035 echo "$as_me:$LINENO: checking for $ac_header" >&5
19036 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19037 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19038 echo $ECHO_N "(cached) $ECHO_C" >&6
19040 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19041 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19043 # Is the header compilable?
19044 echo "$as_me:$LINENO: checking $ac_header usability" >&5
19045 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19046 cat >conftest.
$ac_ext <<_ACEOF
19047 #line $LINENO "configure"
19050 cat confdefs.h
>>conftest.
$ac_ext
19051 cat >>conftest.
$ac_ext <<_ACEOF
19052 /* end confdefs.h. */
19053 $ac_includes_default
19054 #include <$ac_header>
19056 rm -f conftest.
$ac_objext
19057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19058 (eval $ac_compile) 2>&5
19060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19061 (exit $ac_status); } &&
19062 { ac_try
='test -s conftest.$ac_objext'
19063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19064 (eval $ac_try) 2>&5
19066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19067 (exit $ac_status); }; }; then
19068 ac_header_compiler
=yes
19070 echo "$as_me: failed program was:" >&5
19071 sed 's/^/| /' conftest.
$ac_ext >&5
19073 ac_header_compiler
=no
19075 rm -f conftest.
$ac_objext conftest.
$ac_ext
19076 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19077 echo "${ECHO_T}$ac_header_compiler" >&6
19079 # Is the header present?
19080 echo "$as_me:$LINENO: checking $ac_header presence" >&5
19081 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19082 cat >conftest.
$ac_ext <<_ACEOF
19083 #line $LINENO "configure"
19086 cat confdefs.h
>>conftest.
$ac_ext
19087 cat >>conftest.
$ac_ext <<_ACEOF
19088 /* end confdefs.h. */
19089 #include <$ac_header>
19091 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19092 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19094 grep -v '^ *+' conftest.er1
>conftest.err
19096 cat conftest.err
>&5
19097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19098 (exit $ac_status); } >/dev
/null
; then
19099 if test -s conftest.err
; then
19100 ac_cpp_err
=$ac_c_preproc_warn_flag
19107 if test -z "$ac_cpp_err"; then
19108 ac_header_preproc
=yes
19110 echo "$as_me: failed program was:" >&5
19111 sed 's/^/| /' conftest.
$ac_ext >&5
19113 ac_header_preproc
=no
19115 rm -f conftest.err conftest.
$ac_ext
19116 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19117 echo "${ECHO_T}$ac_header_preproc" >&6
19119 # So? What about this header?
19120 case $ac_header_compiler:$ac_header_preproc in
19122 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19123 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19124 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19125 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19128 ## ------------------------------------ ##
19129 ## Report this to bug-autoconf@gnu.org. ##
19130 ## ------------------------------------ ##
19133 sed "s/^/$as_me: WARNING: /" >&2
19136 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19137 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19138 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19139 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19140 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19141 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19144 ## ------------------------------------ ##
19145 ## Report this to bug-autoconf@gnu.org. ##
19146 ## ------------------------------------ ##
19149 sed "s/^/$as_me: WARNING: /" >&2
19152 echo "$as_me:$LINENO: checking for $ac_header" >&5
19153 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19154 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19155 echo $ECHO_N "(cached) $ECHO_C" >&6
19157 eval "$as_ac_Header=$ac_header_preproc"
19159 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19160 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19163 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19164 cat >>confdefs.h
<<_ACEOF
19165 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19172 if test "${ac_cv_header_windows_h+set}" = set; then
19173 echo "$as_me:$LINENO: checking for windows.h" >&5
19174 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19175 if test "${ac_cv_header_windows_h+set}" = set; then
19176 echo $ECHO_N "(cached) $ECHO_C" >&6
19178 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19179 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19181 # Is the header compilable?
19182 echo "$as_me:$LINENO: checking windows.h usability" >&5
19183 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
19184 cat >conftest.
$ac_ext <<_ACEOF
19185 #line $LINENO "configure"
19188 cat confdefs.h
>>conftest.
$ac_ext
19189 cat >>conftest.
$ac_ext <<_ACEOF
19190 /* end confdefs.h. */
19191 $ac_includes_default
19192 #include <windows.h>
19194 rm -f conftest.
$ac_objext
19195 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19196 (eval $ac_compile) 2>&5
19198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19199 (exit $ac_status); } &&
19200 { ac_try
='test -s conftest.$ac_objext'
19201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19202 (eval $ac_try) 2>&5
19204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19205 (exit $ac_status); }; }; then
19206 ac_header_compiler
=yes
19208 echo "$as_me: failed program was:" >&5
19209 sed 's/^/| /' conftest.
$ac_ext >&5
19211 ac_header_compiler
=no
19213 rm -f conftest.
$ac_objext conftest.
$ac_ext
19214 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19215 echo "${ECHO_T}$ac_header_compiler" >&6
19217 # Is the header present?
19218 echo "$as_me:$LINENO: checking windows.h presence" >&5
19219 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
19220 cat >conftest.
$ac_ext <<_ACEOF
19221 #line $LINENO "configure"
19224 cat confdefs.h
>>conftest.
$ac_ext
19225 cat >>conftest.
$ac_ext <<_ACEOF
19226 /* end confdefs.h. */
19227 #include <windows.h>
19229 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19230 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19232 grep -v '^ *+' conftest.er1
>conftest.err
19234 cat conftest.err
>&5
19235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19236 (exit $ac_status); } >/dev
/null
; then
19237 if test -s conftest.err
; then
19238 ac_cpp_err
=$ac_c_preproc_warn_flag
19245 if test -z "$ac_cpp_err"; then
19246 ac_header_preproc
=yes
19248 echo "$as_me: failed program was:" >&5
19249 sed 's/^/| /' conftest.
$ac_ext >&5
19251 ac_header_preproc
=no
19253 rm -f conftest.err conftest.
$ac_ext
19254 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19255 echo "${ECHO_T}$ac_header_preproc" >&6
19257 # So? What about this header?
19258 case $ac_header_compiler:$ac_header_preproc in
19260 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
19261 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19262 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19263 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19266 ## ------------------------------------ ##
19267 ## Report this to bug-autoconf@gnu.org. ##
19268 ## ------------------------------------ ##
19271 sed "s/^/$as_me: WARNING: /" >&2
19274 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
19275 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
19276 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
19277 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
19278 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19279 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19282 ## ------------------------------------ ##
19283 ## Report this to bug-autoconf@gnu.org. ##
19284 ## ------------------------------------ ##
19287 sed "s/^/$as_me: WARNING: /" >&2
19290 echo "$as_me:$LINENO: checking for windows.h" >&5
19291 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19292 if test "${ac_cv_header_windows_h+set}" = set; then
19293 echo $ECHO_N "(cached) $ECHO_C" >&6
19295 ac_cv_header_windows_h
=$ac_header_preproc
19297 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19298 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19301 if test $ac_cv_header_windows_h = yes; then
19305 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
19306 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
19307 { (exit 1); exit 1; }; }
19313 echo "$as_me:$LINENO: checking if w32api has good enough MSIE support" >&5
19314 echo $ECHO_N "checking if w32api has good enough MSIE support... $ECHO_C" >&6
19315 if test "${wx_cv_w32api_win32_ie+set}" = set; then
19316 echo $ECHO_N "(cached) $ECHO_C" >&6
19319 cat >conftest.
$ac_ext <<_ACEOF
19320 #line $LINENO "configure"
19323 cat confdefs.h
>>conftest.
$ac_ext
19324 cat >>conftest.
$ac_ext <<_ACEOF
19325 /* end confdefs.h. */
19326 #include <w32api.h>
19331 #define wxCHECK_W32API_VERSION( major, minor ) \
19332 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
19333 && ( ( __W32API_MAJOR_VERSION > (major) ) \
19334 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
19336 #if !wxCHECK_W32API_VERSION(1,1)
19337 #error You need w32api 1.1 or newer
19344 rm -f conftest.
$ac_objext
19345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19346 (eval $ac_compile) 2>&5
19348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19349 (exit $ac_status); } &&
19350 { ac_try
='test -s conftest.$ac_objext'
19351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19352 (eval $ac_try) 2>&5
19354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19355 (exit $ac_status); }; }; then
19357 wx_cv_w32api_win32_ie
=yes
19360 echo "$as_me: failed program was:" >&5
19361 sed 's/^/| /' conftest.
$ac_ext >&5
19364 wx_cv_w32api_win32_ie
=no
19367 rm -f conftest.
$ac_objext conftest.
$ac_ext
19370 echo "$as_me:$LINENO: result: $wx_cv_w32api_win32_ie" >&5
19371 echo "${ECHO_T}$wx_cv_w32api_win32_ie" >&6
19372 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
19373 CPPFLAGS
="$CPPFLAGS -D_WIN32_IE=0x400"
19376 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
19378 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
19379 LIBS
="$LIBS -loleacc"
19384 LIBS
="$LIBS -lkernel32 -luser32"
19385 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
19388 if test "$wxUSE_ODBC" = "sys" ; then
19391 if test "$wxUSE_ODBC" = "yes" ; then
19392 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
19393 cat >>confdefs.h
<<\_ACEOF
19394 #define wxUSE_ODBC 1
19399 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
19400 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
19402 WIN32INSTALL
=win32install
19405 if test "$USE_DARWIN" = 1; then
19406 if test "$wxUSE_PRECOMP" = "yes"; then
19407 CPPFLAGS
="$CPPFLAGS -cpp-precomp"
19409 CPPFLAGS
="$CPPFLAGS -no-cpp-precomp"
19413 if test "$wxUSE_GUI" = "yes"; then
19422 if test "$wxUSE_MSW" = 1 ; then
19427 if test "$wxUSE_GTK" = 1; then
19428 echo "$as_me:$LINENO: checking for GTK+ version" >&5
19429 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
19431 gtk_version_cached
=1
19432 if test "${wx_cv_lib_gtk+set}" = set; then
19433 echo $ECHO_N "(cached) $ECHO_C" >&6
19436 gtk_version_cached
=0
19437 echo "$as_me:$LINENO: result: " >&5
19438 echo "${ECHO_T}" >&6
19441 if test "$wxUSE_THREADS" = "yes"; then
19442 GTK_MODULES
=gthread
19446 if test "x$wxUSE_GTK2" = "xyes"; then
19447 # Check whether --enable-gtktest or --disable-gtktest was given.
19448 if test "${enable_gtktest+set}" = set; then
19449 enableval
="$enable_gtktest"
19455 pkg_config_args
=gtk
+-2.0
19456 for module
in .
$GTK_MODULES
19460 pkg_config_args
="$pkg_config_args gthread-2.0"
19467 # Extract the first word of "pkg-config", so it can be a program name with args.
19468 set dummy pkg
-config; ac_word
=$2
19469 echo "$as_me:$LINENO: checking for $ac_word" >&5
19470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19471 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
19472 echo $ECHO_N "(cached) $ECHO_C" >&6
19474 case $PKG_CONFIG in
19476 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
19479 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
19480 for as_dir
in $PATH
19483 test -z "$as_dir" && as_dir
=.
19484 for ac_exec_ext
in '' $ac_executable_extensions; do
19485 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19486 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
19487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19493 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
19497 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
19499 if test -n "$PKG_CONFIG"; then
19500 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
19501 echo "${ECHO_T}$PKG_CONFIG" >&6
19503 echo "$as_me:$LINENO: result: no" >&5
19504 echo "${ECHO_T}no" >&6
19508 if test x
$PKG_CONFIG != xno
; then
19509 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
19512 echo *** pkg
-config too old
; version
0.7 or better required.
19520 min_gtk_version
=2.0.0
19521 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
19522 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
19524 if test x
$PKG_CONFIG != xno
; then
19525 ## don't try to run the test against uninstalled libtool libs
19526 if $PKG_CONFIG --uninstalled $pkg_config_args; then
19527 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
19531 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
19538 if test x
"$no_gtk" = x
; then
19539 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
19540 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
19541 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19542 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
19543 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19544 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
19545 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19546 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
19547 if test "x$enable_gtktest" = "xyes" ; then
19548 ac_save_CFLAGS
="$CFLAGS"
19549 ac_save_LIBS
="$LIBS"
19550 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19551 LIBS
="$GTK_LIBS $LIBS"
19553 if test "$cross_compiling" = yes; then
19554 echo $ac_n "cross compiling; assumed OK... $ac_c"
19556 cat >conftest.
$ac_ext <<_ACEOF
19557 #line $LINENO "configure"
19560 cat confdefs.h
>>conftest.
$ac_ext
19561 cat >>conftest.
$ac_ext <<_ACEOF
19562 /* end confdefs.h. */
19564 #include <gtk/gtk.h>
19566 #include <stdlib.h>
19571 int major, minor, micro;
19574 system ("touch conf.gtktest");
19576 /* HP/UX 9 (%@#!) writes to sscanf strings */
19577 tmp_version = g_strdup("$min_gtk_version");
19578 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
19579 printf("%s, bad version string\n", "$min_gtk_version");
19583 if ((gtk_major_version != $gtk_config_major_version) ||
19584 (gtk_minor_version != $gtk_config_minor_version) ||
19585 (gtk_micro_version != $gtk_config_micro_version))
19587 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
19588 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
19589 gtk_major_version, gtk_minor_version, gtk_micro_version);
19590 printf ("*** was found! If pkg-config was correct, then it is best\n");
19591 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
19592 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
19593 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
19594 printf("*** required on your system.\n");
19595 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
19596 printf("*** to point to the correct configuration files\n");
19598 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
19599 (gtk_minor_version != GTK_MINOR_VERSION) ||
19600 (gtk_micro_version != GTK_MICRO_VERSION))
19602 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
19603 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
19604 printf("*** library (version %d.%d.%d)\n",
19605 gtk_major_version, gtk_minor_version, gtk_micro_version);
19609 if ((gtk_major_version > major) ||
19610 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
19611 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
19617 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
19618 gtk_major_version, gtk_minor_version, gtk_micro_version);
19619 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
19620 major, minor, micro);
19621 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
19623 printf("*** If you have already installed a sufficiently new version, this error\n");
19624 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
19625 printf("*** being found. The easiest way to fix this is to remove the old version\n");
19626 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
19627 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
19628 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
19629 printf("*** so that the correct libraries are found at run-time))\n");
19636 rm -f conftest
$ac_exeext
19637 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19638 (eval $ac_link) 2>&5
19640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19641 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19643 (eval $ac_try) 2>&5
19645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19646 (exit $ac_status); }; }; then
19649 echo "$as_me: program exited with status $ac_status" >&5
19650 echo "$as_me: failed program was:" >&5
19651 sed 's/^/| /' conftest.
$ac_ext >&5
19653 ( exit $ac_status )
19656 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19658 CFLAGS
="$ac_save_CFLAGS"
19659 LIBS
="$ac_save_LIBS"
19662 if test "x$no_gtk" = x
; then
19663 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
19664 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
19667 echo "$as_me:$LINENO: result: no" >&5
19668 echo "${ECHO_T}no" >&6
19669 if test "$PKG_CONFIG" = "no" ; then
19670 echo "*** A new enough version of pkg-config was not found."
19671 echo "*** See http://pkgconfig.sourceforge.net"
19673 if test -f conf.gtktest
; then
19676 echo "*** Could not run GTK+ test program, checking why..."
19677 ac_save_CFLAGS
="$CFLAGS"
19678 ac_save_LIBS
="$LIBS"
19679 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19680 LIBS
="$LIBS $GTK_LIBS"
19681 cat >conftest.
$ac_ext <<_ACEOF
19682 #line $LINENO "configure"
19685 cat confdefs.h
>>conftest.
$ac_ext
19686 cat >>conftest.
$ac_ext <<_ACEOF
19687 /* end confdefs.h. */
19689 #include <gtk/gtk.h>
19695 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
19700 rm -f conftest.
$ac_objext conftest
$ac_exeext
19701 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19702 (eval $ac_link) 2>&5
19704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19705 (exit $ac_status); } &&
19706 { ac_try
='test -s conftest$ac_exeext'
19707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19708 (eval $ac_try) 2>&5
19710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19711 (exit $ac_status); }; }; then
19712 echo "*** The test program compiled, but did not run. This usually means"
19713 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
19714 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
19715 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
19716 echo "*** to the installed location Also, make sure you have run ldconfig if that"
19717 echo "*** is required on your system"
19719 echo "*** If you have an old version installed, it is best to remove it, although"
19720 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
19722 echo "$as_me: failed program was:" >&5
19723 sed 's/^/| /' conftest.
$ac_ext >&5
19725 echo "*** The test program failed to compile or link. See the file config.log for the"
19726 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
19728 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
19729 CFLAGS
="$ac_save_CFLAGS"
19730 LIBS
="$ac_save_LIBS"
19743 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
19744 if test "${with_gtk_prefix+set}" = set; then
19745 withval
="$with_gtk_prefix"
19746 gtk_config_prefix
="$withval"
19748 gtk_config_prefix
=""
19751 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
19752 if test "${with_gtk_exec_prefix+set}" = set; then
19753 withval
="$with_gtk_exec_prefix"
19754 gtk_config_exec_prefix
="$withval"
19756 gtk_config_exec_prefix
=""
19758 # Check whether --enable-gtktest or --disable-gtktest was given.
19759 if test "${enable_gtktest+set}" = set; then
19760 enableval
="$enable_gtktest"
19766 for module
in .
$GTK_MODULES
19770 gtk_config_args
="$gtk_config_args gthread"
19775 if test x
$gtk_config_exec_prefix != x
; then
19776 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
19777 if test x
${GTK_CONFIG+set} != xset
; then
19778 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
19781 if test x
$gtk_config_prefix != x
; then
19782 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
19783 if test x
${GTK_CONFIG+set} != xset
; then
19784 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
19788 # Extract the first word of "gtk-config", so it can be a program name with args.
19789 set dummy gtk
-config; ac_word
=$2
19790 echo "$as_me:$LINENO: checking for $ac_word" >&5
19791 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19792 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
19793 echo $ECHO_N "(cached) $ECHO_C" >&6
19795 case $GTK_CONFIG in
19797 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
19800 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
19801 for as_dir
in $PATH
19804 test -z "$as_dir" && as_dir
=.
19805 for ac_exec_ext
in '' $ac_executable_extensions; do
19806 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19807 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
19808 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19814 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
19818 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
19820 if test -n "$GTK_CONFIG"; then
19821 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
19822 echo "${ECHO_T}$GTK_CONFIG" >&6
19824 echo "$as_me:$LINENO: result: no" >&5
19825 echo "${ECHO_T}no" >&6
19828 min_gtk_version
=1.2.7
19829 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
19830 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
19832 if test "$GTK_CONFIG" = "no" ; then
19835 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
19836 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
19837 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
19838 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
19839 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
19840 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
19841 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
19842 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
19843 if test "x$enable_gtktest" = "xyes" ; then
19844 ac_save_CFLAGS
="$CFLAGS"
19845 ac_save_LIBS
="$LIBS"
19846 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19847 LIBS
="$GTK_LIBS $LIBS"
19849 if test "$cross_compiling" = yes; then
19850 echo $ac_n "cross compiling; assumed OK... $ac_c"
19852 cat >conftest.
$ac_ext <<_ACEOF
19853 #line $LINENO "configure"
19856 cat confdefs.h
>>conftest.
$ac_ext
19857 cat >>conftest.
$ac_ext <<_ACEOF
19858 /* end confdefs.h. */
19860 #include <gtk/gtk.h>
19862 #include <stdlib.h>
19867 int major, minor, micro;
19870 system ("touch conf.gtktest");
19872 /* HP/UX 9 (%@#!) writes to sscanf strings */
19873 tmp_version = g_strdup("$min_gtk_version");
19874 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
19875 printf("%s, bad version string\n", "$min_gtk_version");
19879 if ((gtk_major_version != $gtk_config_major_version) ||
19880 (gtk_minor_version != $gtk_config_minor_version) ||
19881 (gtk_micro_version != $gtk_config_micro_version))
19883 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
19884 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
19885 gtk_major_version, gtk_minor_version, gtk_micro_version);
19886 printf ("*** was found! If gtk-config was correct, then it is best\n");
19887 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
19888 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
19889 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
19890 printf("*** required on your system.\n");
19891 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
19892 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
19893 printf("*** before re-running configure\n");
19895 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
19896 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
19897 (gtk_minor_version != GTK_MINOR_VERSION) ||
19898 (gtk_micro_version != GTK_MICRO_VERSION))
19900 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
19901 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
19902 printf("*** library (version %d.%d.%d)\n",
19903 gtk_major_version, gtk_minor_version, gtk_micro_version);
19905 #endif /* defined (GTK_MAJOR_VERSION) ... */
19908 if ((gtk_major_version > major) ||
19909 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
19910 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
19916 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
19917 gtk_major_version, gtk_minor_version, gtk_micro_version);
19918 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
19919 major, minor, micro);
19920 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
19922 printf("*** If you have already installed a sufficiently new version, this error\n");
19923 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
19924 printf("*** being found. The easiest way to fix this is to remove the old version\n");
19925 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
19926 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
19927 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
19928 printf("*** so that the correct libraries are found at run-time))\n");
19935 rm -f conftest
$ac_exeext
19936 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19937 (eval $ac_link) 2>&5
19939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19940 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19942 (eval $ac_try) 2>&5
19944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19945 (exit $ac_status); }; }; then
19948 echo "$as_me: program exited with status $ac_status" >&5
19949 echo "$as_me: failed program was:" >&5
19950 sed 's/^/| /' conftest.
$ac_ext >&5
19952 ( exit $ac_status )
19955 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19957 CFLAGS
="$ac_save_CFLAGS"
19958 LIBS
="$ac_save_LIBS"
19961 if test "x$no_gtk" = x
; then
19962 echo "$as_me:$LINENO: result: yes" >&5
19963 echo "${ECHO_T}yes" >&6
19964 wx_cv_lib_gtk
=1.2.7
19966 echo "$as_me:$LINENO: result: no" >&5
19967 echo "${ECHO_T}no" >&6
19968 if test "$GTK_CONFIG" = "no" ; then
19969 echo "*** The gtk-config script installed by GTK could not be found"
19970 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
19971 echo "*** your path, or set the GTK_CONFIG environment variable to the"
19972 echo "*** full path to gtk-config."
19974 if test -f conf.gtktest
; then
19977 echo "*** Could not run GTK test program, checking why..."
19978 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19979 LIBS
="$LIBS $GTK_LIBS"
19980 cat >conftest.
$ac_ext <<_ACEOF
19981 #line $LINENO "configure"
19984 cat confdefs.h
>>conftest.
$ac_ext
19985 cat >>conftest.
$ac_ext <<_ACEOF
19986 /* end confdefs.h. */
19988 #include <gtk/gtk.h>
19994 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
19999 rm -f conftest.
$ac_objext conftest
$ac_exeext
20000 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20001 (eval $ac_link) 2>&5
20003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20004 (exit $ac_status); } &&
20005 { ac_try
='test -s conftest$ac_exeext'
20006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20007 (eval $ac_try) 2>&5
20009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20010 (exit $ac_status); }; }; then
20011 echo "*** The test program compiled, but did not run. This usually means"
20012 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20013 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20014 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20015 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20016 echo "*** is required on your system"
20018 echo "*** If you have an old version installed, it is best to remove it, although"
20019 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20021 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20022 echo "*** came with the system with the command"
20024 echo "*** rpm --erase --nodeps gtk gtk-devel"
20026 echo "$as_me: failed program was:" >&5
20027 sed 's/^/| /' conftest.
$ac_ext >&5
20029 echo "*** The test program failed to compile or link. See the file config.log for the"
20030 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20031 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20032 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20034 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20035 CFLAGS
="$ac_save_CFLAGS"
20036 LIBS
="$ac_save_LIBS"
20048 if test -z "$wx_cv_lib_gtk"; then
20050 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
20051 if test "${with_gtk_prefix+set}" = set; then
20052 withval
="$with_gtk_prefix"
20053 gtk_config_prefix
="$withval"
20055 gtk_config_prefix
=""
20058 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20059 if test "${with_gtk_exec_prefix+set}" = set; then
20060 withval
="$with_gtk_exec_prefix"
20061 gtk_config_exec_prefix
="$withval"
20063 gtk_config_exec_prefix
=""
20065 # Check whether --enable-gtktest or --disable-gtktest was given.
20066 if test "${enable_gtktest+set}" = set; then
20067 enableval
="$enable_gtktest"
20073 for module
in .
$GTK_MODULES
20077 gtk_config_args
="$gtk_config_args gthread"
20082 if test x
$gtk_config_exec_prefix != x
; then
20083 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20084 if test x
${GTK_CONFIG+set} != xset
; then
20085 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
20088 if test x
$gtk_config_prefix != x
; then
20089 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
20090 if test x
${GTK_CONFIG+set} != xset
; then
20091 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
20095 # Extract the first word of "gtk-config", so it can be a program name with args.
20096 set dummy gtk
-config; ac_word
=$2
20097 echo "$as_me:$LINENO: checking for $ac_word" >&5
20098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20099 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20100 echo $ECHO_N "(cached) $ECHO_C" >&6
20102 case $GTK_CONFIG in
20104 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
20107 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20108 for as_dir
in $PATH
20111 test -z "$as_dir" && as_dir
=.
20112 for ac_exec_ext
in '' $ac_executable_extensions; do
20113 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20114 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20115 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20121 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
20125 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
20127 if test -n "$GTK_CONFIG"; then
20128 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20129 echo "${ECHO_T}$GTK_CONFIG" >&6
20131 echo "$as_me:$LINENO: result: no" >&5
20132 echo "${ECHO_T}no" >&6
20135 min_gtk_version
=1.2.3
20136 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20137 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
20139 if test "$GTK_CONFIG" = "no" ; then
20142 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
20143 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
20144 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
20145 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20146 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
20147 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20148 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
20149 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20150 if test "x$enable_gtktest" = "xyes" ; then
20151 ac_save_CFLAGS
="$CFLAGS"
20152 ac_save_LIBS
="$LIBS"
20153 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20154 LIBS
="$GTK_LIBS $LIBS"
20156 if test "$cross_compiling" = yes; then
20157 echo $ac_n "cross compiling; assumed OK... $ac_c"
20159 cat >conftest.
$ac_ext <<_ACEOF
20160 #line $LINENO "configure"
20163 cat confdefs.h
>>conftest.
$ac_ext
20164 cat >>conftest.
$ac_ext <<_ACEOF
20165 /* end confdefs.h. */
20167 #include <gtk/gtk.h>
20169 #include <stdlib.h>
20174 int major, minor, micro;
20177 system ("touch conf.gtktest");
20179 /* HP/UX 9 (%@#!) writes to sscanf strings */
20180 tmp_version = g_strdup("$min_gtk_version");
20181 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
20182 printf("%s, bad version string\n", "$min_gtk_version");
20186 if ((gtk_major_version != $gtk_config_major_version) ||
20187 (gtk_minor_version != $gtk_config_minor_version) ||
20188 (gtk_micro_version != $gtk_config_micro_version))
20190 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20191 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20192 gtk_major_version, gtk_minor_version, gtk_micro_version);
20193 printf ("*** was found! If gtk-config was correct, then it is best\n");
20194 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20195 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20196 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20197 printf("*** required on your system.\n");
20198 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20199 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20200 printf("*** before re-running configure\n");
20202 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20203 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20204 (gtk_minor_version != GTK_MINOR_VERSION) ||
20205 (gtk_micro_version != GTK_MICRO_VERSION))
20207 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20208 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20209 printf("*** library (version %d.%d.%d)\n",
20210 gtk_major_version, gtk_minor_version, gtk_micro_version);
20212 #endif /* defined (GTK_MAJOR_VERSION) ... */
20215 if ((gtk_major_version > major) ||
20216 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20217 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20223 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20224 gtk_major_version, gtk_minor_version, gtk_micro_version);
20225 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20226 major, minor, micro);
20227 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20229 printf("*** If you have already installed a sufficiently new version, this error\n");
20230 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20231 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20232 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20233 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20234 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20235 printf("*** so that the correct libraries are found at run-time))\n");
20242 rm -f conftest
$ac_exeext
20243 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20244 (eval $ac_link) 2>&5
20246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20247 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20249 (eval $ac_try) 2>&5
20251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20252 (exit $ac_status); }; }; then
20255 echo "$as_me: program exited with status $ac_status" >&5
20256 echo "$as_me: failed program was:" >&5
20257 sed 's/^/| /' conftest.
$ac_ext >&5
20259 ( exit $ac_status )
20262 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20264 CFLAGS
="$ac_save_CFLAGS"
20265 LIBS
="$ac_save_LIBS"
20268 if test "x$no_gtk" = x
; then
20269 echo "$as_me:$LINENO: result: yes" >&5
20270 echo "${ECHO_T}yes" >&6
20271 wx_cv_lib_gtk
=1.2.3
20273 echo "$as_me:$LINENO: result: no" >&5
20274 echo "${ECHO_T}no" >&6
20275 if test "$GTK_CONFIG" = "no" ; then
20276 echo "*** The gtk-config script installed by GTK could not be found"
20277 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20278 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20279 echo "*** full path to gtk-config."
20281 if test -f conf.gtktest
; then
20284 echo "*** Could not run GTK test program, checking why..."
20285 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20286 LIBS
="$LIBS $GTK_LIBS"
20287 cat >conftest.
$ac_ext <<_ACEOF
20288 #line $LINENO "configure"
20291 cat confdefs.h
>>conftest.
$ac_ext
20292 cat >>conftest.
$ac_ext <<_ACEOF
20293 /* end confdefs.h. */
20295 #include <gtk/gtk.h>
20301 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20306 rm -f conftest.
$ac_objext conftest
$ac_exeext
20307 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20308 (eval $ac_link) 2>&5
20310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20311 (exit $ac_status); } &&
20312 { ac_try
='test -s conftest$ac_exeext'
20313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20314 (eval $ac_try) 2>&5
20316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20317 (exit $ac_status); }; }; then
20318 echo "*** The test program compiled, but did not run. This usually means"
20319 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20320 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20321 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20322 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20323 echo "*** is required on your system"
20325 echo "*** If you have an old version installed, it is best to remove it, although"
20326 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20328 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20329 echo "*** came with the system with the command"
20331 echo "*** rpm --erase --nodeps gtk gtk-devel"
20333 echo "$as_me: failed program was:" >&5
20334 sed 's/^/| /' conftest.
$ac_ext >&5
20336 echo "*** The test program failed to compile or link. See the file config.log for the"
20337 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20338 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20339 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20341 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20342 CFLAGS
="$ac_save_CFLAGS"
20343 LIBS
="$ac_save_LIBS"
20357 if test -z "$wx_cv_lib_gtk"; then
20360 wx_cv_cflags_gtk
=$GTK_CFLAGS
20361 wx_cv_libs_gtk
=$GTK_LIBS
20368 if test "$gtk_version_cached" = 1; then
20369 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
20370 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
20373 case "$wx_cv_lib_gtk" in
20382 *) { { echo "$as_me:$LINENO: error:
20383 Please check that gtk-config is in path, the directory
20384 where GTK+ libraries are installed (returned by
20385 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20386 equivalent variable and GTK+ is version 1.2.3 or above.
20388 echo "$as_me: error:
20389 Please check that gtk-config is in path, the directory
20390 where GTK+ libraries are installed (returned by
20391 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20392 equivalent variable and GTK+ is version 1.2.3 or above.
20394 { (exit 1); exit 1; }; }
20398 if test "$WXGTK20" = 1; then
20399 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
20403 if test -z "$PKG_CONFIG"; then
20404 # Extract the first word of "pkg-config", so it can be a program name with args.
20405 set dummy pkg
-config; ac_word
=$2
20406 echo "$as_me:$LINENO: checking for $ac_word" >&5
20407 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20408 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
20409 echo $ECHO_N "(cached) $ECHO_C" >&6
20411 case $PKG_CONFIG in
20413 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
20416 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20417 for as_dir
in $PATH
20420 test -z "$as_dir" && as_dir
=.
20421 for ac_exec_ext
in '' $ac_executable_extensions; do
20422 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20423 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20424 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20430 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
20434 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
20436 if test -n "$PKG_CONFIG"; then
20437 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20438 echo "${ECHO_T}$PKG_CONFIG" >&6
20440 echo "$as_me:$LINENO: result: no" >&5
20441 echo "${ECHO_T}no" >&6
20446 if test "$PKG_CONFIG" = "no" ; then
20447 echo "*** The pkg-config script could not be found. Make sure it is"
20448 echo "*** in your path, or set the PKG_CONFIG environment variable"
20449 echo "*** to the full path to pkg-config."
20450 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
20452 PKG_CONFIG_MIN_VERSION
=0.9.0
20453 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
20454 echo "$as_me:$LINENO: checking for pangoft2" >&5
20455 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
20457 if $PKG_CONFIG --exists "pangoft2" ; then
20458 echo "$as_me:$LINENO: result: yes" >&5
20459 echo "${ECHO_T}yes" >&6
20462 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
20463 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
20464 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
20465 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
20466 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
20468 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
20469 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
20470 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
20471 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
20472 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
20476 ## If we have a custom action on failure, don't print errors, but
20477 ## do set a variable so people can do so.
20478 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
20485 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
20486 echo "*** See http://www.freedesktop.org/software/pkgconfig"
20490 if test $succeeded = yes; then
20492 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
20493 LIBS
="$LIBS $PANGOFT2_LIBS"
20497 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
20498 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
20499 wxUSE_PRINTING_ARCHITECTURE
="no"
20506 if test "$wxUSE_UNICODE" = "yes"; then
20507 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
20508 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
20513 if test "$USE_DARWIN" != 1; then
20515 for ac_func
in poll
20517 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20518 echo "$as_me:$LINENO: checking for $ac_func" >&5
20519 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20520 if eval "test \"\${$as_ac_var+set}\" = set"; then
20521 echo $ECHO_N "(cached) $ECHO_C" >&6
20523 cat >conftest.
$ac_ext <<_ACEOF
20524 #line $LINENO "configure"
20527 cat confdefs.h
>>conftest.
$ac_ext
20528 cat >>conftest.
$ac_ext <<_ACEOF
20529 /* end confdefs.h. */
20530 /* System header to define __stub macros and hopefully few prototypes,
20531 which can conflict with char $ac_func (); below.
20532 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20533 <limits.h> exists even on freestanding compilers. */
20535 # include <limits.h>
20537 # include <assert.h>
20539 /* Override any gcc2 internal prototype to avoid an error. */
20544 /* We use char because int might match the return type of a gcc2
20545 builtin and then its argument prototype would still apply. */
20547 /* The GNU C library defines this for functions which it implements
20548 to always fail with ENOSYS. Some functions are actually named
20549 something starting with __ and the normal name is an alias. */
20550 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20553 char (*f) () = $ac_func;
20562 return f != $ac_func;
20567 rm -f conftest.
$ac_objext conftest
$ac_exeext
20568 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20569 (eval $ac_link) 2>&5
20571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20572 (exit $ac_status); } &&
20573 { ac_try
='test -s conftest$ac_exeext'
20574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20575 (eval $ac_try) 2>&5
20577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20578 (exit $ac_status); }; }; then
20579 eval "$as_ac_var=yes"
20581 echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.
$ac_ext >&5
20584 eval "$as_ac_var=no"
20586 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20588 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20589 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20590 if test `eval echo '${'$as_ac_var'}'` = yes; then
20591 cat >>confdefs.h
<<_ACEOF
20592 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20600 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
20601 GUI_TK_LIBRARY
="$wx_cv_libs_gtk"
20603 AFMINSTALL
=afminstall
20607 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
20608 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
20609 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
20610 echo $ECHO_N "(cached) $ECHO_C" >&6
20612 ac_check_lib_save_LIBS
=$LIBS
20614 cat >conftest.
$ac_ext <<_ACEOF
20615 #line $LINENO "configure"
20618 cat confdefs.h
>>conftest.
$ac_ext
20619 cat >>conftest.
$ac_ext <<_ACEOF
20620 /* end confdefs.h. */
20622 /* Override any gcc2 internal prototype to avoid an error. */
20626 /* We use char because int might match the return type of a gcc2
20627 builtin and then its argument prototype would still apply. */
20628 char gdk_im_open ();
20637 rm -f conftest.
$ac_objext conftest
$ac_exeext
20638 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20639 (eval $ac_link) 2>&5
20641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20642 (exit $ac_status); } &&
20643 { ac_try
='test -s conftest$ac_exeext'
20644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20645 (eval $ac_try) 2>&5
20647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20648 (exit $ac_status); }; }; then
20649 ac_cv_lib_gdk_gdk_im_open
=yes
20651 echo "$as_me: failed program was:" >&5
20652 sed 's/^/| /' conftest.
$ac_ext >&5
20654 ac_cv_lib_gdk_gdk_im_open
=no
20656 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20657 LIBS
=$ac_check_lib_save_LIBS
20659 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
20660 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
20661 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
20662 cat >>confdefs.h
<<\_ACEOF
20670 if test "$wxUSE_MGL" = 1; then
20671 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
20672 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
20673 if test "x$MGL_ROOT" = x
; then
20674 echo "$as_me:$LINENO: result: not found" >&5
20675 echo "${ECHO_T}not found" >&6
20676 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
20677 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
20678 { (exit 1); exit 1; }; }
20680 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
20681 echo "${ECHO_T}$MGL_ROOT" >&6
20684 echo "$as_me:$LINENO: checking for libmgl location" >&5
20685 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
20688 if test "x$wxUSE_SHARED" = xyes
; then
20689 mgl_os_candidates
="linux/gcc/glibc.so linux/gcc/glibc"
20691 mgl_os_candidates
="linux/gcc/glibc linux/gcc/glibc.so"
20695 mgl_os_candidates
="dos32/dj2"
20698 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
20699 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
20700 { (exit 1); exit 1; }; }
20706 for mgl_os_i
in $mgl_os_candidates ; do
20707 if test "x$mgl_os" = x
; then
20708 if test "$wxUSE_DEBUG_FLAG" = yes ; then
20709 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
20710 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
20715 if test "x$mgl_lib_type" = x
; then
20716 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
20717 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
20718 mgl_lib_type
=release
20725 if test "x$mgl_os" = x
; then
20726 echo "$as_me:$LINENO: result: not found" >&5
20727 echo "${ECHO_T}not found" >&6
20728 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
20729 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
20730 { (exit 1); exit 1; }; }
20732 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
20733 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
20735 wxUSE_UNIVERSAL
="yes"
20737 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
20738 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
20740 AFMINSTALL
=afminstall
20745 if test "$wxUSE_MICROWIN" = 1; then
20746 echo "$as_me:$LINENO: checking for MicroWindows" >&5
20747 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
20748 if test "x$MICROWINDOWS" = x
; then
20749 echo "$as_me:$LINENO: result: not found" >&5
20750 echo "${ECHO_T}not found" >&6
20751 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
20752 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
20753 { (exit 1); exit 1; }; }
20755 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
20756 echo "${ECHO_T}$MICROWINDOWS" >&6
20759 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
20760 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
20761 echo "${ECHO_T}MicroWindows' libraries found." >&6
20763 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
20764 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
20765 { (exit 1); exit 1; }; }
20768 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
20769 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
20771 wxUSE_UNIVERSAL
="yes"
20773 AFMINSTALL
=afminstall
20775 GUIDIST
=MICROWIN_DIST
20777 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
20780 if test "$wxUSE_X11" = 1; then
20781 echo "$as_me:$LINENO: checking for X" >&5
20782 echo $ECHO_N "checking for X... $ECHO_C" >&6
20785 # Check whether --with-x or --without-x was given.
20786 if test "${with_x+set}" = set; then
20790 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
20791 if test "x$with_x" = xno
; then
20792 # The user explicitly disabled X.
20795 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
20796 # Both variables are already set.
20799 if test "${ac_cv_have_x+set}" = set; then
20800 echo $ECHO_N "(cached) $ECHO_C" >&6
20802 # One or both of the vars are not set, and there is no cached value.
20803 ac_x_includes
=no ac_x_libraries
=no
20804 rm -fr conftest.dir
20805 if mkdir conftest.dir
; then
20807 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
20808 cat >Imakefile
<<'_ACEOF'
20810 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
20812 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
20813 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
20814 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
20815 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
20816 for ac_extension
in a so sl
; do
20817 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
20818 test -f $ac_im_libdir/libX11.
$ac_extension; then
20819 ac_im_usrlibdir
=$ac_im_libdir; break
20822 # Screen out bogus values from the imake configuration. They are
20823 # bogus both because they are the default anyway, and because
20824 # using them would break gcc on systems where it needs fixed includes.
20825 case $ac_im_incroot in
20827 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
20829 case $ac_im_usrlibdir in
20830 /usr
/lib
| /lib
) ;;
20831 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
20835 rm -fr conftest.dir
20838 # Standard set of common directories for X headers.
20839 # Check X11 before X11Rn because it is often a symlink to the current release.
20851 /usr/local/X11/include
20852 /usr/local/X11R6/include
20853 /usr/local/X11R5/include
20854 /usr/local/X11R4/include
20856 /usr/local/include/X11
20857 /usr/local/include/X11R6
20858 /usr/local/include/X11R5
20859 /usr/local/include/X11R4
20863 /usr/XFree86/include/X11
20867 /usr/unsupported/include
20868 /usr/athena/include
20869 /usr/local/x11r5/include
20870 /usr/lpp/Xamples/include
20872 /usr/openwin/include
20873 /usr/openwin/share/include'
20875 if test "$ac_x_includes" = no
; then
20876 # Guess where to find include files, by looking for Intrinsic.h.
20877 # First, try using that file with no special directory specified.
20878 cat >conftest.
$ac_ext <<_ACEOF
20879 #line $LINENO "configure"
20882 cat confdefs.h
>>conftest.
$ac_ext
20883 cat >>conftest.
$ac_ext <<_ACEOF
20884 /* end confdefs.h. */
20885 #include <X11/Intrinsic.h>
20887 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20888 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20890 grep -v '^ *+' conftest.er1
>conftest.err
20892 cat conftest.err
>&5
20893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20894 (exit $ac_status); } >/dev
/null
; then
20895 if test -s conftest.err
; then
20896 ac_cpp_err
=$ac_c_preproc_warn_flag
20903 if test -z "$ac_cpp_err"; then
20904 # We can compile using X headers with no special include directory.
20907 echo "$as_me: failed program was:" >&5
20908 sed 's/^/| /' conftest.
$ac_ext >&5
20910 for ac_dir
in $ac_x_header_dirs; do
20911 if test -r "$ac_dir/X11/Intrinsic.h"; then
20912 ac_x_includes
=$ac_dir
20917 rm -f conftest.err conftest.
$ac_ext
20918 fi # $ac_x_includes = no
20920 if test "$ac_x_libraries" = no
; then
20921 # Check for the libraries.
20922 # See if we find them without any special options.
20923 # Don't add to $LIBS permanently.
20926 cat >conftest.
$ac_ext <<_ACEOF
20927 #line $LINENO "configure"
20930 cat confdefs.h
>>conftest.
$ac_ext
20931 cat >>conftest.
$ac_ext <<_ACEOF
20932 /* end confdefs.h. */
20933 #include <X11/Intrinsic.h>
20942 rm -f conftest.
$ac_objext conftest
$ac_exeext
20943 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20944 (eval $ac_link) 2>&5
20946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20947 (exit $ac_status); } &&
20948 { ac_try
='test -s conftest$ac_exeext'
20949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20950 (eval $ac_try) 2>&5
20952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20953 (exit $ac_status); }; }; then
20955 # We can link X programs with no special library path.
20958 echo "$as_me: failed program was:" >&5
20959 sed 's/^/| /' conftest.
$ac_ext >&5
20962 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
20964 # Don't even attempt the hair of trying to link an X program!
20965 for ac_extension
in a so sl
; do
20966 if test -r $ac_dir/libXt.
$ac_extension; then
20967 ac_x_libraries
=$ac_dir
20973 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20974 fi # $ac_x_libraries = no
20976 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
20977 # Didn't find X anywhere. Cache the known absence of X.
20978 ac_cv_have_x
="have_x=no"
20980 # Record where we found X for the cache.
20981 ac_cv_have_x
="have_x=yes \
20982 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
20987 eval "$ac_cv_have_x"
20990 if test "$have_x" != yes; then
20991 echo "$as_me:$LINENO: result: $have_x" >&5
20992 echo "${ECHO_T}$have_x" >&6
20995 # If each of the values was on the command line, it overrides each guess.
20996 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
20997 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
20998 # Update the cache value to reflect the command line values.
20999 ac_cv_have_x
="have_x=yes \
21000 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
21001 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
21002 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
21005 if test "$no_x" = yes; then
21006 # Not all programs may use this symbol, but it does not hurt to define it.
21008 cat >>confdefs.h
<<\_ACEOF
21009 #define X_DISPLAY_MISSING 1
21012 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
21014 if test -n "$x_includes"; then
21015 X_CFLAGS
="$X_CFLAGS -I$x_includes"
21018 # It would also be nice to do this for all -L options, not just this one.
21019 if test -n "$x_libraries"; then
21020 X_LIBS
="$X_LIBS -L$x_libraries"
21021 # For Solaris; some versions of Sun CC require a space after -R and
21022 # others require no space. Words are not sufficient . . . .
21023 case `(uname -sr) 2>/dev/null` in
21025 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
21026 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
21027 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
21028 cat >conftest.
$ac_ext <<_ACEOF
21029 #line $LINENO "configure"
21032 cat confdefs.h
>>conftest.
$ac_ext
21033 cat >>conftest.
$ac_ext <<_ACEOF
21034 /* end confdefs.h. */
21044 rm -f conftest.
$ac_objext conftest
$ac_exeext
21045 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21046 (eval $ac_link) 2>&5
21048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21049 (exit $ac_status); } &&
21050 { ac_try
='test -s conftest$ac_exeext'
21051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21052 (eval $ac_try) 2>&5
21054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21055 (exit $ac_status); }; }; then
21058 echo "$as_me: failed program was:" >&5
21059 sed 's/^/| /' conftest.
$ac_ext >&5
21063 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21064 if test $ac_R_nospace = yes; then
21065 echo "$as_me:$LINENO: result: no" >&5
21066 echo "${ECHO_T}no" >&6
21067 X_LIBS
="$X_LIBS -R$x_libraries"
21069 LIBS
="$ac_xsave_LIBS -R $x_libraries"
21070 cat >conftest.
$ac_ext <<_ACEOF
21071 #line $LINENO "configure"
21074 cat confdefs.h
>>conftest.
$ac_ext
21075 cat >>conftest.
$ac_ext <<_ACEOF
21076 /* end confdefs.h. */
21086 rm -f conftest.
$ac_objext conftest
$ac_exeext
21087 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21088 (eval $ac_link) 2>&5
21090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21091 (exit $ac_status); } &&
21092 { ac_try
='test -s conftest$ac_exeext'
21093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21094 (eval $ac_try) 2>&5
21096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21097 (exit $ac_status); }; }; then
21100 echo "$as_me: failed program was:" >&5
21101 sed 's/^/| /' conftest.
$ac_ext >&5
21105 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21106 if test $ac_R_space = yes; then
21107 echo "$as_me:$LINENO: result: yes" >&5
21108 echo "${ECHO_T}yes" >&6
21109 X_LIBS
="$X_LIBS -R $x_libraries"
21111 echo "$as_me:$LINENO: result: neither works" >&5
21112 echo "${ECHO_T}neither works" >&6
21115 LIBS
=$ac_xsave_LIBS
21119 # Check for system-dependent libraries X programs must link with.
21120 # Do this before checking for the system-independent R6 libraries
21121 # (-lICE), since we may need -lsocket or whatever for X linking.
21123 if test "$ISC" = yes; then
21124 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
21126 # Martyn Johnson says this is needed for Ultrix, if the X
21127 # libraries were built with DECnet support. And Karl Berry says
21128 # the Alpha needs dnet_stub (dnet does not exist).
21129 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
21130 cat >conftest.
$ac_ext <<_ACEOF
21131 #line $LINENO "configure"
21134 cat confdefs.h
>>conftest.
$ac_ext
21135 cat >>conftest.
$ac_ext <<_ACEOF
21136 /* end confdefs.h. */
21138 /* Override any gcc2 internal prototype to avoid an error. */
21142 /* We use char because int might match the return type of a gcc2
21143 builtin and then its argument prototype would still apply. */
21144 char XOpenDisplay ();
21153 rm -f conftest.
$ac_objext conftest
$ac_exeext
21154 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21155 (eval $ac_link) 2>&5
21157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21158 (exit $ac_status); } &&
21159 { ac_try
='test -s conftest$ac_exeext'
21160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21161 (eval $ac_try) 2>&5
21163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21164 (exit $ac_status); }; }; then
21167 echo "$as_me: failed program was:" >&5
21168 sed 's/^/| /' conftest.
$ac_ext >&5
21170 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
21171 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
21172 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
21173 echo $ECHO_N "(cached) $ECHO_C" >&6
21175 ac_check_lib_save_LIBS
=$LIBS
21176 LIBS
="-ldnet $LIBS"
21177 cat >conftest.
$ac_ext <<_ACEOF
21178 #line $LINENO "configure"
21181 cat confdefs.h
>>conftest.
$ac_ext
21182 cat >>conftest.
$ac_ext <<_ACEOF
21183 /* end confdefs.h. */
21185 /* Override any gcc2 internal prototype to avoid an error. */
21189 /* We use char because int might match the return type of a gcc2
21190 builtin and then its argument prototype would still apply. */
21200 rm -f conftest.
$ac_objext conftest
$ac_exeext
21201 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21202 (eval $ac_link) 2>&5
21204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21205 (exit $ac_status); } &&
21206 { ac_try
='test -s conftest$ac_exeext'
21207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21208 (eval $ac_try) 2>&5
21210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21211 (exit $ac_status); }; }; then
21212 ac_cv_lib_dnet_dnet_ntoa
=yes
21214 echo "$as_me: failed program was:" >&5
21215 sed 's/^/| /' conftest.
$ac_ext >&5
21217 ac_cv_lib_dnet_dnet_ntoa
=no
21219 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21220 LIBS
=$ac_check_lib_save_LIBS
21222 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
21223 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
21224 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
21225 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
21228 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
21229 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
21230 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
21231 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
21232 echo $ECHO_N "(cached) $ECHO_C" >&6
21234 ac_check_lib_save_LIBS
=$LIBS
21235 LIBS
="-ldnet_stub $LIBS"
21236 cat >conftest.
$ac_ext <<_ACEOF
21237 #line $LINENO "configure"
21240 cat confdefs.h
>>conftest.
$ac_ext
21241 cat >>conftest.
$ac_ext <<_ACEOF
21242 /* end confdefs.h. */
21244 /* Override any gcc2 internal prototype to avoid an error. */
21248 /* We use char because int might match the return type of a gcc2
21249 builtin and then its argument prototype would still apply. */
21259 rm -f conftest.
$ac_objext conftest
$ac_exeext
21260 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21261 (eval $ac_link) 2>&5
21263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21264 (exit $ac_status); } &&
21265 { ac_try
='test -s conftest$ac_exeext'
21266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21267 (eval $ac_try) 2>&5
21269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21270 (exit $ac_status); }; }; then
21271 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
21273 echo "$as_me: failed program was:" >&5
21274 sed 's/^/| /' conftest.
$ac_ext >&5
21276 ac_cv_lib_dnet_stub_dnet_ntoa
=no
21278 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21279 LIBS
=$ac_check_lib_save_LIBS
21281 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
21282 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
21283 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
21284 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
21289 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21290 LIBS
="$ac_xsave_LIBS"
21292 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
21293 # to get the SysV transport functions.
21294 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
21296 # The nsl library prevents programs from opening the X display
21297 # on Irix 5.2, according to T.E. Dickey.
21298 # The functions gethostbyname, getservbyname, and inet_addr are
21299 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
21300 echo "$as_me:$LINENO: checking for gethostbyname" >&5
21301 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
21302 if test "${ac_cv_func_gethostbyname+set}" = set; then
21303 echo $ECHO_N "(cached) $ECHO_C" >&6
21305 cat >conftest.
$ac_ext <<_ACEOF
21306 #line $LINENO "configure"
21309 cat confdefs.h
>>conftest.
$ac_ext
21310 cat >>conftest.
$ac_ext <<_ACEOF
21311 /* end confdefs.h. */
21312 /* System header to define __stub macros and hopefully few prototypes,
21313 which can conflict with char gethostbyname (); below.
21314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21315 <limits.h> exists even on freestanding compilers. */
21317 # include <limits.h>
21319 # include <assert.h>
21321 /* Override any gcc2 internal prototype to avoid an error. */
21326 /* We use char because int might match the return type of a gcc2
21327 builtin and then its argument prototype would still apply. */
21328 char gethostbyname ();
21329 /* The GNU C library defines this for functions which it implements
21330 to always fail with ENOSYS. Some functions are actually named
21331 something starting with __ and the normal name is an alias. */
21332 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
21335 char (*f) () = gethostbyname;
21344 return f != gethostbyname;
21349 rm -f conftest.
$ac_objext conftest
$ac_exeext
21350 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21351 (eval $ac_link) 2>&5
21353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21354 (exit $ac_status); } &&
21355 { ac_try
='test -s conftest$ac_exeext'
21356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21357 (eval $ac_try) 2>&5
21359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21360 (exit $ac_status); }; }; then
21361 ac_cv_func_gethostbyname
=yes
21363 echo "$as_me: failed program was:" >&5
21364 sed 's/^/| /' conftest.
$ac_ext >&5
21366 ac_cv_func_gethostbyname
=no
21368 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21370 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
21371 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
21373 if test $ac_cv_func_gethostbyname = no
; then
21374 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
21375 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
21376 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
21377 echo $ECHO_N "(cached) $ECHO_C" >&6
21379 ac_check_lib_save_LIBS
=$LIBS
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. */
21389 /* Override any gcc2 internal prototype to avoid an error. */
21393 /* We use char because int might match the return type of a gcc2
21394 builtin and then its argument prototype would still apply. */
21395 char gethostbyname ();
21404 rm -f conftest.
$ac_objext conftest
$ac_exeext
21405 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21406 (eval $ac_link) 2>&5
21408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21409 (exit $ac_status); } &&
21410 { ac_try
='test -s conftest$ac_exeext'
21411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21412 (eval $ac_try) 2>&5
21414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21415 (exit $ac_status); }; }; then
21416 ac_cv_lib_nsl_gethostbyname
=yes
21418 echo "$as_me: failed program was:" >&5
21419 sed 's/^/| /' conftest.
$ac_ext >&5
21421 ac_cv_lib_nsl_gethostbyname
=no
21423 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21424 LIBS
=$ac_check_lib_save_LIBS
21426 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
21427 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
21428 if test $ac_cv_lib_nsl_gethostbyname = yes; then
21429 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
21432 if test $ac_cv_lib_nsl_gethostbyname = no
; then
21433 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
21434 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
21435 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
21436 echo $ECHO_N "(cached) $ECHO_C" >&6
21438 ac_check_lib_save_LIBS
=$LIBS
21440 cat >conftest.
$ac_ext <<_ACEOF
21441 #line $LINENO "configure"
21444 cat confdefs.h
>>conftest.
$ac_ext
21445 cat >>conftest.
$ac_ext <<_ACEOF
21446 /* end confdefs.h. */
21448 /* Override any gcc2 internal prototype to avoid an error. */
21452 /* We use char because int might match the return type of a gcc2
21453 builtin and then its argument prototype would still apply. */
21454 char gethostbyname ();
21463 rm -f conftest.
$ac_objext conftest
$ac_exeext
21464 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21465 (eval $ac_link) 2>&5
21467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21468 (exit $ac_status); } &&
21469 { ac_try
='test -s conftest$ac_exeext'
21470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21471 (eval $ac_try) 2>&5
21473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21474 (exit $ac_status); }; }; then
21475 ac_cv_lib_bsd_gethostbyname
=yes
21477 echo "$as_me: failed program was:" >&5
21478 sed 's/^/| /' conftest.
$ac_ext >&5
21480 ac_cv_lib_bsd_gethostbyname
=no
21482 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21483 LIBS
=$ac_check_lib_save_LIBS
21485 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
21486 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
21487 if test $ac_cv_lib_bsd_gethostbyname = yes; then
21488 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
21494 # lieder@skyler.mavd.honeywell.com says without -lsocket,
21495 # socket/setsockopt and other routines are undefined under SCO ODT
21496 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
21497 # on later versions), says Simon Leinen: it contains gethostby*
21498 # variants that don't use the name server (or something). -lsocket
21499 # must be given before -lnsl if both are needed. We assume that
21500 # if connect needs -lnsl, so does gethostbyname.
21501 echo "$as_me:$LINENO: checking for connect" >&5
21502 echo $ECHO_N "checking for connect... $ECHO_C" >&6
21503 if test "${ac_cv_func_connect+set}" = set; then
21504 echo $ECHO_N "(cached) $ECHO_C" >&6
21506 cat >conftest.
$ac_ext <<_ACEOF
21507 #line $LINENO "configure"
21510 cat confdefs.h
>>conftest.
$ac_ext
21511 cat >>conftest.
$ac_ext <<_ACEOF
21512 /* end confdefs.h. */
21513 /* System header to define __stub macros and hopefully few prototypes,
21514 which can conflict with char connect (); below.
21515 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21516 <limits.h> exists even on freestanding compilers. */
21518 # include <limits.h>
21520 # include <assert.h>
21522 /* Override any gcc2 internal prototype to avoid an error. */
21527 /* We use char because int might match the return type of a gcc2
21528 builtin and then its argument prototype would still apply. */
21530 /* The GNU C library defines this for functions which it implements
21531 to always fail with ENOSYS. Some functions are actually named
21532 something starting with __ and the normal name is an alias. */
21533 #if defined (__stub_connect) || defined (__stub___connect)
21536 char (*f) () = connect;
21545 return f != connect;
21550 rm -f conftest.
$ac_objext conftest
$ac_exeext
21551 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21552 (eval $ac_link) 2>&5
21554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21555 (exit $ac_status); } &&
21556 { ac_try
='test -s conftest$ac_exeext'
21557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21558 (eval $ac_try) 2>&5
21560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21561 (exit $ac_status); }; }; then
21562 ac_cv_func_connect
=yes
21564 echo "$as_me: failed program was:" >&5
21565 sed 's/^/| /' conftest.
$ac_ext >&5
21567 ac_cv_func_connect
=no
21569 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21571 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
21572 echo "${ECHO_T}$ac_cv_func_connect" >&6
21574 if test $ac_cv_func_connect = no
; then
21575 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
21576 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
21577 if test "${ac_cv_lib_socket_connect+set}" = set; then
21578 echo $ECHO_N "(cached) $ECHO_C" >&6
21580 ac_check_lib_save_LIBS
=$LIBS
21581 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
21582 cat >conftest.
$ac_ext <<_ACEOF
21583 #line $LINENO "configure"
21586 cat confdefs.h
>>conftest.
$ac_ext
21587 cat >>conftest.
$ac_ext <<_ACEOF
21588 /* end confdefs.h. */
21590 /* Override any gcc2 internal prototype to avoid an error. */
21594 /* We use char because int might match the return type of a gcc2
21595 builtin and then its argument prototype would still apply. */
21605 rm -f conftest.
$ac_objext conftest
$ac_exeext
21606 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21607 (eval $ac_link) 2>&5
21609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21610 (exit $ac_status); } &&
21611 { ac_try
='test -s conftest$ac_exeext'
21612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21613 (eval $ac_try) 2>&5
21615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21616 (exit $ac_status); }; }; then
21617 ac_cv_lib_socket_connect
=yes
21619 echo "$as_me: failed program was:" >&5
21620 sed 's/^/| /' conftest.
$ac_ext >&5
21622 ac_cv_lib_socket_connect
=no
21624 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21625 LIBS
=$ac_check_lib_save_LIBS
21627 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
21628 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
21629 if test $ac_cv_lib_socket_connect = yes; then
21630 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
21635 # Guillermo Gomez says -lposix is necessary on A/UX.
21636 echo "$as_me:$LINENO: checking for remove" >&5
21637 echo $ECHO_N "checking for remove... $ECHO_C" >&6
21638 if test "${ac_cv_func_remove+set}" = set; then
21639 echo $ECHO_N "(cached) $ECHO_C" >&6
21641 cat >conftest.
$ac_ext <<_ACEOF
21642 #line $LINENO "configure"
21645 cat confdefs.h
>>conftest.
$ac_ext
21646 cat >>conftest.
$ac_ext <<_ACEOF
21647 /* end confdefs.h. */
21648 /* System header to define __stub macros and hopefully few prototypes,
21649 which can conflict with char remove (); below.
21650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21651 <limits.h> exists even on freestanding compilers. */
21653 # include <limits.h>
21655 # include <assert.h>
21657 /* Override any gcc2 internal prototype to avoid an error. */
21662 /* We use char because int might match the return type of a gcc2
21663 builtin and then its argument prototype would still apply. */
21665 /* The GNU C library defines this for functions which it implements
21666 to always fail with ENOSYS. Some functions are actually named
21667 something starting with __ and the normal name is an alias. */
21668 #if defined (__stub_remove) || defined (__stub___remove)
21671 char (*f) () = remove;
21680 return f != remove;
21685 rm -f conftest.
$ac_objext conftest
$ac_exeext
21686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21687 (eval $ac_link) 2>&5
21689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21690 (exit $ac_status); } &&
21691 { ac_try
='test -s conftest$ac_exeext'
21692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21693 (eval $ac_try) 2>&5
21695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21696 (exit $ac_status); }; }; then
21697 ac_cv_func_remove
=yes
21699 echo "$as_me: failed program was:" >&5
21700 sed 's/^/| /' conftest.
$ac_ext >&5
21702 ac_cv_func_remove
=no
21704 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21706 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
21707 echo "${ECHO_T}$ac_cv_func_remove" >&6
21709 if test $ac_cv_func_remove = no
; then
21710 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
21711 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
21712 if test "${ac_cv_lib_posix_remove+set}" = set; then
21713 echo $ECHO_N "(cached) $ECHO_C" >&6
21715 ac_check_lib_save_LIBS
=$LIBS
21716 LIBS
="-lposix $LIBS"
21717 cat >conftest.
$ac_ext <<_ACEOF
21718 #line $LINENO "configure"
21721 cat confdefs.h
>>conftest.
$ac_ext
21722 cat >>conftest.
$ac_ext <<_ACEOF
21723 /* end confdefs.h. */
21725 /* Override any gcc2 internal prototype to avoid an error. */
21729 /* We use char because int might match the return type of a gcc2
21730 builtin and then its argument prototype would still apply. */
21740 rm -f conftest.
$ac_objext conftest
$ac_exeext
21741 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21742 (eval $ac_link) 2>&5
21744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21745 (exit $ac_status); } &&
21746 { ac_try
='test -s conftest$ac_exeext'
21747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21748 (eval $ac_try) 2>&5
21750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751 (exit $ac_status); }; }; then
21752 ac_cv_lib_posix_remove
=yes
21754 echo "$as_me: failed program was:" >&5
21755 sed 's/^/| /' conftest.
$ac_ext >&5
21757 ac_cv_lib_posix_remove
=no
21759 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21760 LIBS
=$ac_check_lib_save_LIBS
21762 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
21763 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
21764 if test $ac_cv_lib_posix_remove = yes; then
21765 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
21770 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
21771 echo "$as_me:$LINENO: checking for shmat" >&5
21772 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
21773 if test "${ac_cv_func_shmat+set}" = set; then
21774 echo $ECHO_N "(cached) $ECHO_C" >&6
21776 cat >conftest.
$ac_ext <<_ACEOF
21777 #line $LINENO "configure"
21780 cat confdefs.h
>>conftest.
$ac_ext
21781 cat >>conftest.
$ac_ext <<_ACEOF
21782 /* end confdefs.h. */
21783 /* System header to define __stub macros and hopefully few prototypes,
21784 which can conflict with char shmat (); below.
21785 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21786 <limits.h> exists even on freestanding compilers. */
21788 # include <limits.h>
21790 # include <assert.h>
21792 /* Override any gcc2 internal prototype to avoid an error. */
21797 /* We use char because int might match the return type of a gcc2
21798 builtin and then its argument prototype would still apply. */
21800 /* The GNU C library defines this for functions which it implements
21801 to always fail with ENOSYS. Some functions are actually named
21802 something starting with __ and the normal name is an alias. */
21803 #if defined (__stub_shmat) || defined (__stub___shmat)
21806 char (*f) () = shmat;
21820 rm -f conftest.
$ac_objext conftest
$ac_exeext
21821 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21822 (eval $ac_link) 2>&5
21824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21825 (exit $ac_status); } &&
21826 { ac_try
='test -s conftest$ac_exeext'
21827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21828 (eval $ac_try) 2>&5
21830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21831 (exit $ac_status); }; }; then
21832 ac_cv_func_shmat
=yes
21834 echo "$as_me: failed program was:" >&5
21835 sed 's/^/| /' conftest.
$ac_ext >&5
21837 ac_cv_func_shmat
=no
21839 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21841 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
21842 echo "${ECHO_T}$ac_cv_func_shmat" >&6
21844 if test $ac_cv_func_shmat = no
; then
21845 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
21846 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
21847 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
21848 echo $ECHO_N "(cached) $ECHO_C" >&6
21850 ac_check_lib_save_LIBS
=$LIBS
21852 cat >conftest.
$ac_ext <<_ACEOF
21853 #line $LINENO "configure"
21856 cat confdefs.h
>>conftest.
$ac_ext
21857 cat >>conftest.
$ac_ext <<_ACEOF
21858 /* end confdefs.h. */
21860 /* Override any gcc2 internal prototype to avoid an error. */
21864 /* We use char because int might match the return type of a gcc2
21865 builtin and then its argument prototype would still apply. */
21875 rm -f conftest.
$ac_objext conftest
$ac_exeext
21876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21877 (eval $ac_link) 2>&5
21879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21880 (exit $ac_status); } &&
21881 { ac_try
='test -s conftest$ac_exeext'
21882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21883 (eval $ac_try) 2>&5
21885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21886 (exit $ac_status); }; }; then
21887 ac_cv_lib_ipc_shmat
=yes
21889 echo "$as_me: failed program was:" >&5
21890 sed 's/^/| /' conftest.
$ac_ext >&5
21892 ac_cv_lib_ipc_shmat
=no
21894 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21895 LIBS
=$ac_check_lib_save_LIBS
21897 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
21898 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
21899 if test $ac_cv_lib_ipc_shmat = yes; then
21900 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
21906 # Check for libraries that X11R6 Xt/Xaw programs need.
21907 ac_save_LDFLAGS
=$LDFLAGS
21908 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
21909 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
21910 # check for ICE first), but we must link in the order -lSM -lICE or
21911 # we get undefined symbols. So assume we have SM if we have ICE.
21912 # These have to be linked with before -lX11, unlike the other
21913 # libraries we check for below, so use a different variable.
21914 # John Interrante, Karl Berry
21915 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
21916 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
21917 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
21918 echo $ECHO_N "(cached) $ECHO_C" >&6
21920 ac_check_lib_save_LIBS
=$LIBS
21921 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
21922 cat >conftest.
$ac_ext <<_ACEOF
21923 #line $LINENO "configure"
21926 cat confdefs.h
>>conftest.
$ac_ext
21927 cat >>conftest.
$ac_ext <<_ACEOF
21928 /* end confdefs.h. */
21930 /* Override any gcc2 internal prototype to avoid an error. */
21934 /* We use char because int might match the return type of a gcc2
21935 builtin and then its argument prototype would still apply. */
21936 char IceConnectionNumber ();
21940 IceConnectionNumber ();
21945 rm -f conftest.
$ac_objext conftest
$ac_exeext
21946 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21947 (eval $ac_link) 2>&5
21949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21950 (exit $ac_status); } &&
21951 { ac_try
='test -s conftest$ac_exeext'
21952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21953 (eval $ac_try) 2>&5
21955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21956 (exit $ac_status); }; }; then
21957 ac_cv_lib_ICE_IceConnectionNumber
=yes
21959 echo "$as_me: failed program was:" >&5
21960 sed 's/^/| /' conftest.
$ac_ext >&5
21962 ac_cv_lib_ICE_IceConnectionNumber
=no
21964 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21965 LIBS
=$ac_check_lib_save_LIBS
21967 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
21968 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
21969 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
21970 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
21973 LDFLAGS
=$ac_save_LDFLAGS
21978 if test "$no_x" = "yes"; then
21979 { { echo "$as_me:$LINENO: error: X11 not found" >&5
21980 echo "$as_me: error: X11 not found" >&2;}
21981 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
21984 GUI_TK_LIBRARY
="$X_LIBS"
21985 TOOLKIT_INCLUDE
="$X_CFLAGS"
21986 AFMINSTALL
=afminstall
21987 COMPILED_X_PROGRAM
=0
21989 if test "$wxUSE_NANOX" = "yes"; then
21990 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
21991 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
21992 if test "x$MICROWIN" = x
; then
21993 echo "$as_me:$LINENO: result: not found" >&5
21994 echo "${ECHO_T}not found" >&6
21995 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
21996 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
21997 { (exit 1); exit 1; }; }
21999 echo "$as_me:$LINENO: result: $MICROWIN" >&5
22000 echo "${ECHO_T}$MICROWIN" >&6
22001 cat >>confdefs.h
<<\_ACEOF
22002 #define wxUSE_NANOX 1
22009 echo "$as_me:$LINENO: checking for Xpm library" >&5
22010 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
22013 for ac_dir
in $SEARCH_LIB /usr
/lib
;
22015 for ac_extension
in a so sl dylib
; do
22016 if test -f "$ac_dir/libXpm.$ac_extension"; then
22017 ac_find_libraries
=$ac_dir
22023 if test "$ac_find_libraries" != "" ; then
22025 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
22027 if test $result = 0; then
22030 ac_path_to_link
=" -L$ac_find_libraries"
22033 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
22035 cat >>confdefs.h
<<\_ACEOF
22036 #define wxHAVE_LIB_XPM 1
22039 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
22040 echo "${ECHO_T}found at $ac_find_libraries" >&6
22042 cat >conftest.
$ac_ext <<_ACEOF
22043 #line $LINENO "configure"
22046 cat confdefs.h
>>conftest.
$ac_ext
22047 cat >>conftest.
$ac_ext <<_ACEOF
22048 /* end confdefs.h. */
22050 #include <X11/xpm.h>
22057 version = XpmLibraryVersion();
22063 rm -f conftest.
$ac_objext
22064 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22065 (eval $ac_compile) 2>&5
22067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22068 (exit $ac_status); } &&
22069 { ac_try
='test -s conftest.$ac_objext'
22070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22071 (eval $ac_try) 2>&5
22073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22074 (exit $ac_status); }; }; then
22077 cat >>confdefs.h
<<\_ACEOF
22078 #define wxHAVE_LIB_XPM 1
22081 echo "$as_me:$LINENO: result: found in default search path" >&5
22082 echo "${ECHO_T}found in default search path" >&6
22083 COMPILED_X_PROGRAM
=0
22086 echo "$as_me: failed program was:" >&5
22087 sed 's/^/| /' conftest.
$ac_ext >&5
22090 echo "$as_me:$LINENO: result: no" >&5
22091 echo "${ECHO_T}no" >&6
22092 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
22093 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
22097 rm -f conftest.
$ac_objext conftest.
$ac_ext
22100 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
22101 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
22102 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
22103 echo $ECHO_N "(cached) $ECHO_C" >&6
22105 ac_check_lib_save_LIBS
=$LIBS
22106 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
22107 cat >conftest.
$ac_ext <<_ACEOF
22108 #line $LINENO "configure"
22111 cat confdefs.h
>>conftest.
$ac_ext
22112 cat >>conftest.
$ac_ext <<_ACEOF
22113 /* end confdefs.h. */
22115 /* Override any gcc2 internal prototype to avoid an error. */
22119 /* We use char because int might match the return type of a gcc2
22120 builtin and then its argument prototype would still apply. */
22121 char XShapeQueryExtension ();
22125 XShapeQueryExtension ();
22130 rm -f conftest.
$ac_objext conftest
$ac_exeext
22131 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22132 (eval $ac_link) 2>&5
22134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22135 (exit $ac_status); } &&
22136 { ac_try
='test -s conftest$ac_exeext'
22137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22138 (eval $ac_try) 2>&5
22140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22141 (exit $ac_status); }; }; then
22142 ac_cv_lib_Xext_XShapeQueryExtension
=yes
22144 echo "$as_me: failed program was:" >&5
22145 sed 's/^/| /' conftest.
$ac_ext >&5
22147 ac_cv_lib_Xext_XShapeQueryExtension
=no
22149 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22150 LIBS
=$ac_check_lib_save_LIBS
22152 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
22153 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
22154 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
22156 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
22162 if test "$wxUSE_UNICODE" = "yes"; then
22166 if test -z "$PKG_CONFIG"; then
22167 # Extract the first word of "pkg-config", so it can be a program name with args.
22168 set dummy pkg
-config; ac_word
=$2
22169 echo "$as_me:$LINENO: checking for $ac_word" >&5
22170 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22171 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22172 echo $ECHO_N "(cached) $ECHO_C" >&6
22174 case $PKG_CONFIG in
22176 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22179 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22180 for as_dir
in $PATH
22183 test -z "$as_dir" && as_dir
=.
22184 for ac_exec_ext
in '' $ac_executable_extensions; do
22185 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22186 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22187 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22193 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22197 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22199 if test -n "$PKG_CONFIG"; then
22200 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22201 echo "${ECHO_T}$PKG_CONFIG" >&6
22203 echo "$as_me:$LINENO: result: no" >&5
22204 echo "${ECHO_T}no" >&6
22209 if test "$PKG_CONFIG" = "no" ; then
22210 echo "*** The pkg-config script could not be found. Make sure it is"
22211 echo "*** in your path, or set the PKG_CONFIG environment variable"
22212 echo "*** to the full path to pkg-config."
22213 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22215 PKG_CONFIG_MIN_VERSION
=0.9.0
22216 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22217 echo "$as_me:$LINENO: checking for pangox" >&5
22218 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
22220 if $PKG_CONFIG --exists "pangox" ; then
22221 echo "$as_me:$LINENO: result: yes" >&5
22222 echo "${ECHO_T}yes" >&6
22225 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
22226 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
22227 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
22228 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
22229 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
22231 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
22232 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
22233 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
22234 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
22235 echo "${ECHO_T}$PANGOX_LIBS" >&6
22239 ## If we have a custom action on failure, don't print errors, but
22240 ## do set a variable so people can do so.
22241 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
22248 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22249 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22253 if test $succeeded = yes; then
22255 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
22256 LIBS
="$LIBS $PANGOX_LIBS"
22260 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
22261 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
22262 { (exit 1); exit 1; }; }
22270 if test -z "$PKG_CONFIG"; then
22271 # Extract the first word of "pkg-config", so it can be a program name with args.
22272 set dummy pkg
-config; ac_word
=$2
22273 echo "$as_me:$LINENO: checking for $ac_word" >&5
22274 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22275 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22276 echo $ECHO_N "(cached) $ECHO_C" >&6
22278 case $PKG_CONFIG in
22280 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22283 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22284 for as_dir
in $PATH
22287 test -z "$as_dir" && as_dir
=.
22288 for ac_exec_ext
in '' $ac_executable_extensions; do
22289 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22290 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22291 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22297 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22301 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22303 if test -n "$PKG_CONFIG"; then
22304 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22305 echo "${ECHO_T}$PKG_CONFIG" >&6
22307 echo "$as_me:$LINENO: result: no" >&5
22308 echo "${ECHO_T}no" >&6
22313 if test "$PKG_CONFIG" = "no" ; then
22314 echo "*** The pkg-config script could not be found. Make sure it is"
22315 echo "*** in your path, or set the PKG_CONFIG environment variable"
22316 echo "*** to the full path to pkg-config."
22317 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22319 PKG_CONFIG_MIN_VERSION
=0.9.0
22320 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22321 echo "$as_me:$LINENO: checking for pangoft2" >&5
22322 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
22324 if $PKG_CONFIG --exists "pangoft2" ; then
22325 echo "$as_me:$LINENO: result: yes" >&5
22326 echo "${ECHO_T}yes" >&6
22329 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
22330 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
22331 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
22332 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
22333 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
22335 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
22336 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
22337 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
22338 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
22339 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
22343 ## If we have a custom action on failure, don't print errors, but
22344 ## do set a variable so people can do so.
22345 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
22352 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22353 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22357 if test $succeeded = yes; then
22359 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
22360 LIBS
="$LIBS $PANGOFT2_LIBS"
22364 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
22365 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
22366 wxUSE_PRINTING_ARCHITECTURE
="no"
22374 if test -z "$PKG_CONFIG"; then
22375 # Extract the first word of "pkg-config", so it can be a program name with args.
22376 set dummy pkg
-config; ac_word
=$2
22377 echo "$as_me:$LINENO: checking for $ac_word" >&5
22378 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22379 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22380 echo $ECHO_N "(cached) $ECHO_C" >&6
22382 case $PKG_CONFIG in
22384 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22387 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22388 for as_dir
in $PATH
22391 test -z "$as_dir" && as_dir
=.
22392 for ac_exec_ext
in '' $ac_executable_extensions; do
22393 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22394 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22395 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22401 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22405 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22407 if test -n "$PKG_CONFIG"; then
22408 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22409 echo "${ECHO_T}$PKG_CONFIG" >&6
22411 echo "$as_me:$LINENO: result: no" >&5
22412 echo "${ECHO_T}no" >&6
22417 if test "$PKG_CONFIG" = "no" ; then
22418 echo "*** The pkg-config script could not be found. Make sure it is"
22419 echo "*** in your path, or set the PKG_CONFIG environment variable"
22420 echo "*** to the full path to pkg-config."
22421 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22423 PKG_CONFIG_MIN_VERSION
=0.9.0
22424 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22425 echo "$as_me:$LINENO: checking for pangoxft" >&5
22426 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
22428 if $PKG_CONFIG --exists "pangoxft" ; then
22429 echo "$as_me:$LINENO: result: yes" >&5
22430 echo "${ECHO_T}yes" >&6
22433 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
22434 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
22435 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
22436 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
22437 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
22439 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
22440 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
22441 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
22442 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
22443 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
22447 ## If we have a custom action on failure, don't print errors, but
22448 ## do set a variable so people can do so.
22449 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
22456 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22457 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22461 if test $succeeded = yes; then
22463 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
22464 LIBS
="$LIBS $PANGOXFT_LIBS"
22468 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
22469 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
22476 wxUSE_UNIVERSAL
="yes"
22478 if test "$wxUSE_NANOX" = "yes"; then
22479 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
22480 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"
22481 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
22483 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11$xpm_link"
22486 TOOLKIT_VPATH
="\${top_srcdir}/src/x11"
22491 if test "$wxUSE_MOTIF" = 1; then
22492 if test "$no_x" = yes; then
22493 # Not all programs may use this symbol, but it does not hurt to define it.
22495 cat >>confdefs.h
<<\_ACEOF
22496 #define X_DISPLAY_MISSING 1
22499 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
22501 if test -n "$x_includes"; then
22502 X_CFLAGS
="$X_CFLAGS -I$x_includes"
22505 # It would also be nice to do this for all -L options, not just this one.
22506 if test -n "$x_libraries"; then
22507 X_LIBS
="$X_LIBS -L$x_libraries"
22508 # For Solaris; some versions of Sun CC require a space after -R and
22509 # others require no space. Words are not sufficient . . . .
22510 case `(uname -sr) 2>/dev/null` in
22512 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
22513 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
22514 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
22515 cat >conftest.
$ac_ext <<_ACEOF
22516 #line $LINENO "configure"
22519 cat confdefs.h
>>conftest.
$ac_ext
22520 cat >>conftest.
$ac_ext <<_ACEOF
22521 /* end confdefs.h. */
22531 rm -f conftest.
$ac_objext conftest
$ac_exeext
22532 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22533 (eval $ac_link) 2>&5
22535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22536 (exit $ac_status); } &&
22537 { ac_try
='test -s conftest$ac_exeext'
22538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22539 (eval $ac_try) 2>&5
22541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22542 (exit $ac_status); }; }; then
22545 echo "$as_me: failed program was:" >&5
22546 sed 's/^/| /' conftest.
$ac_ext >&5
22550 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22551 if test $ac_R_nospace = yes; then
22552 echo "$as_me:$LINENO: result: no" >&5
22553 echo "${ECHO_T}no" >&6
22554 X_LIBS
="$X_LIBS -R$x_libraries"
22556 LIBS
="$ac_xsave_LIBS -R $x_libraries"
22557 cat >conftest.
$ac_ext <<_ACEOF
22558 #line $LINENO "configure"
22561 cat confdefs.h
>>conftest.
$ac_ext
22562 cat >>conftest.
$ac_ext <<_ACEOF
22563 /* end confdefs.h. */
22573 rm -f conftest.
$ac_objext conftest
$ac_exeext
22574 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22575 (eval $ac_link) 2>&5
22577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22578 (exit $ac_status); } &&
22579 { ac_try
='test -s conftest$ac_exeext'
22580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22581 (eval $ac_try) 2>&5
22583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22584 (exit $ac_status); }; }; then
22587 echo "$as_me: failed program was:" >&5
22588 sed 's/^/| /' conftest.
$ac_ext >&5
22592 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22593 if test $ac_R_space = yes; then
22594 echo "$as_me:$LINENO: result: yes" >&5
22595 echo "${ECHO_T}yes" >&6
22596 X_LIBS
="$X_LIBS -R $x_libraries"
22598 echo "$as_me:$LINENO: result: neither works" >&5
22599 echo "${ECHO_T}neither works" >&6
22602 LIBS
=$ac_xsave_LIBS
22606 # Check for system-dependent libraries X programs must link with.
22607 # Do this before checking for the system-independent R6 libraries
22608 # (-lICE), since we may need -lsocket or whatever for X linking.
22610 if test "$ISC" = yes; then
22611 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
22613 # Martyn Johnson says this is needed for Ultrix, if the X
22614 # libraries were built with DECnet support. And Karl Berry says
22615 # the Alpha needs dnet_stub (dnet does not exist).
22616 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
22617 cat >conftest.
$ac_ext <<_ACEOF
22618 #line $LINENO "configure"
22621 cat confdefs.h
>>conftest.
$ac_ext
22622 cat >>conftest.
$ac_ext <<_ACEOF
22623 /* end confdefs.h. */
22625 /* Override any gcc2 internal prototype to avoid an error. */
22629 /* We use char because int might match the return type of a gcc2
22630 builtin and then its argument prototype would still apply. */
22631 char XOpenDisplay ();
22640 rm -f conftest.
$ac_objext conftest
$ac_exeext
22641 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22642 (eval $ac_link) 2>&5
22644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22645 (exit $ac_status); } &&
22646 { ac_try
='test -s conftest$ac_exeext'
22647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22648 (eval $ac_try) 2>&5
22650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22651 (exit $ac_status); }; }; then
22654 echo "$as_me: failed program was:" >&5
22655 sed 's/^/| /' conftest.
$ac_ext >&5
22657 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
22658 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
22659 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
22660 echo $ECHO_N "(cached) $ECHO_C" >&6
22662 ac_check_lib_save_LIBS
=$LIBS
22663 LIBS
="-ldnet $LIBS"
22664 cat >conftest.
$ac_ext <<_ACEOF
22665 #line $LINENO "configure"
22668 cat confdefs.h
>>conftest.
$ac_ext
22669 cat >>conftest.
$ac_ext <<_ACEOF
22670 /* end confdefs.h. */
22672 /* Override any gcc2 internal prototype to avoid an error. */
22676 /* We use char because int might match the return type of a gcc2
22677 builtin and then its argument prototype would still apply. */
22687 rm -f conftest.
$ac_objext conftest
$ac_exeext
22688 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22689 (eval $ac_link) 2>&5
22691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22692 (exit $ac_status); } &&
22693 { ac_try
='test -s conftest$ac_exeext'
22694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22695 (eval $ac_try) 2>&5
22697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22698 (exit $ac_status); }; }; then
22699 ac_cv_lib_dnet_dnet_ntoa
=yes
22701 echo "$as_me: failed program was:" >&5
22702 sed 's/^/| /' conftest.
$ac_ext >&5
22704 ac_cv_lib_dnet_dnet_ntoa
=no
22706 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22707 LIBS
=$ac_check_lib_save_LIBS
22709 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
22710 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
22711 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
22712 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
22715 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
22716 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
22717 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
22718 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
22719 echo $ECHO_N "(cached) $ECHO_C" >&6
22721 ac_check_lib_save_LIBS
=$LIBS
22722 LIBS
="-ldnet_stub $LIBS"
22723 cat >conftest.
$ac_ext <<_ACEOF
22724 #line $LINENO "configure"
22727 cat confdefs.h
>>conftest.
$ac_ext
22728 cat >>conftest.
$ac_ext <<_ACEOF
22729 /* end confdefs.h. */
22731 /* Override any gcc2 internal prototype to avoid an error. */
22735 /* We use char because int might match the return type of a gcc2
22736 builtin and then its argument prototype would still apply. */
22746 rm -f conftest.
$ac_objext conftest
$ac_exeext
22747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22748 (eval $ac_link) 2>&5
22750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22751 (exit $ac_status); } &&
22752 { ac_try
='test -s conftest$ac_exeext'
22753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22754 (eval $ac_try) 2>&5
22756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22757 (exit $ac_status); }; }; then
22758 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
22760 echo "$as_me: failed program was:" >&5
22761 sed 's/^/| /' conftest.
$ac_ext >&5
22763 ac_cv_lib_dnet_stub_dnet_ntoa
=no
22765 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22766 LIBS
=$ac_check_lib_save_LIBS
22768 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
22769 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
22770 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
22771 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
22776 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22777 LIBS
="$ac_xsave_LIBS"
22779 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
22780 # to get the SysV transport functions.
22781 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
22783 # The nsl library prevents programs from opening the X display
22784 # on Irix 5.2, according to T.E. Dickey.
22785 # The functions gethostbyname, getservbyname, and inet_addr are
22786 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
22787 echo "$as_me:$LINENO: checking for gethostbyname" >&5
22788 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
22789 if test "${ac_cv_func_gethostbyname+set}" = set; then
22790 echo $ECHO_N "(cached) $ECHO_C" >&6
22792 cat >conftest.
$ac_ext <<_ACEOF
22793 #line $LINENO "configure"
22796 cat confdefs.h
>>conftest.
$ac_ext
22797 cat >>conftest.
$ac_ext <<_ACEOF
22798 /* end confdefs.h. */
22799 /* System header to define __stub macros and hopefully few prototypes,
22800 which can conflict with char gethostbyname (); below.
22801 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22802 <limits.h> exists even on freestanding compilers. */
22804 # include <limits.h>
22806 # include <assert.h>
22808 /* Override any gcc2 internal prototype to avoid an error. */
22813 /* We use char because int might match the return type of a gcc2
22814 builtin and then its argument prototype would still apply. */
22815 char gethostbyname ();
22816 /* The GNU C library defines this for functions which it implements
22817 to always fail with ENOSYS. Some functions are actually named
22818 something starting with __ and the normal name is an alias. */
22819 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
22822 char (*f) () = gethostbyname;
22831 return f != gethostbyname;
22836 rm -f conftest.
$ac_objext conftest
$ac_exeext
22837 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22838 (eval $ac_link) 2>&5
22840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22841 (exit $ac_status); } &&
22842 { ac_try
='test -s conftest$ac_exeext'
22843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22844 (eval $ac_try) 2>&5
22846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22847 (exit $ac_status); }; }; then
22848 ac_cv_func_gethostbyname
=yes
22850 echo "$as_me: failed program was:" >&5
22851 sed 's/^/| /' conftest.
$ac_ext >&5
22853 ac_cv_func_gethostbyname
=no
22855 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22857 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
22858 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
22860 if test $ac_cv_func_gethostbyname = no
; then
22861 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
22862 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
22863 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
22864 echo $ECHO_N "(cached) $ECHO_C" >&6
22866 ac_check_lib_save_LIBS
=$LIBS
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. */
22876 /* Override any gcc2 internal prototype to avoid an error. */
22880 /* We use char because int might match the return type of a gcc2
22881 builtin and then its argument prototype would still apply. */
22882 char gethostbyname ();
22891 rm -f conftest.
$ac_objext conftest
$ac_exeext
22892 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22893 (eval $ac_link) 2>&5
22895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22896 (exit $ac_status); } &&
22897 { ac_try
='test -s conftest$ac_exeext'
22898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22899 (eval $ac_try) 2>&5
22901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22902 (exit $ac_status); }; }; then
22903 ac_cv_lib_nsl_gethostbyname
=yes
22905 echo "$as_me: failed program was:" >&5
22906 sed 's/^/| /' conftest.
$ac_ext >&5
22908 ac_cv_lib_nsl_gethostbyname
=no
22910 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22911 LIBS
=$ac_check_lib_save_LIBS
22913 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
22914 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
22915 if test $ac_cv_lib_nsl_gethostbyname = yes; then
22916 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
22919 if test $ac_cv_lib_nsl_gethostbyname = no
; then
22920 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
22921 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
22922 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
22923 echo $ECHO_N "(cached) $ECHO_C" >&6
22925 ac_check_lib_save_LIBS
=$LIBS
22927 cat >conftest.
$ac_ext <<_ACEOF
22928 #line $LINENO "configure"
22931 cat confdefs.h
>>conftest.
$ac_ext
22932 cat >>conftest.
$ac_ext <<_ACEOF
22933 /* end confdefs.h. */
22935 /* Override any gcc2 internal prototype to avoid an error. */
22939 /* We use char because int might match the return type of a gcc2
22940 builtin and then its argument prototype would still apply. */
22941 char gethostbyname ();
22950 rm -f conftest.
$ac_objext conftest
$ac_exeext
22951 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22952 (eval $ac_link) 2>&5
22954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22955 (exit $ac_status); } &&
22956 { ac_try
='test -s conftest$ac_exeext'
22957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22958 (eval $ac_try) 2>&5
22960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22961 (exit $ac_status); }; }; then
22962 ac_cv_lib_bsd_gethostbyname
=yes
22964 echo "$as_me: failed program was:" >&5
22965 sed 's/^/| /' conftest.
$ac_ext >&5
22967 ac_cv_lib_bsd_gethostbyname
=no
22969 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22970 LIBS
=$ac_check_lib_save_LIBS
22972 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
22973 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
22974 if test $ac_cv_lib_bsd_gethostbyname = yes; then
22975 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
22981 # lieder@skyler.mavd.honeywell.com says without -lsocket,
22982 # socket/setsockopt and other routines are undefined under SCO ODT
22983 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
22984 # on later versions), says Simon Leinen: it contains gethostby*
22985 # variants that don't use the name server (or something). -lsocket
22986 # must be given before -lnsl if both are needed. We assume that
22987 # if connect needs -lnsl, so does gethostbyname.
22988 echo "$as_me:$LINENO: checking for connect" >&5
22989 echo $ECHO_N "checking for connect... $ECHO_C" >&6
22990 if test "${ac_cv_func_connect+set}" = set; then
22991 echo $ECHO_N "(cached) $ECHO_C" >&6
22993 cat >conftest.
$ac_ext <<_ACEOF
22994 #line $LINENO "configure"
22997 cat confdefs.h
>>conftest.
$ac_ext
22998 cat >>conftest.
$ac_ext <<_ACEOF
22999 /* end confdefs.h. */
23000 /* System header to define __stub macros and hopefully few prototypes,
23001 which can conflict with char connect (); below.
23002 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23003 <limits.h> exists even on freestanding compilers. */
23005 # include <limits.h>
23007 # include <assert.h>
23009 /* Override any gcc2 internal prototype to avoid an error. */
23014 /* We use char because int might match the return type of a gcc2
23015 builtin and then its argument prototype would still apply. */
23017 /* The GNU C library defines this for functions which it implements
23018 to always fail with ENOSYS. Some functions are actually named
23019 something starting with __ and the normal name is an alias. */
23020 #if defined (__stub_connect) || defined (__stub___connect)
23023 char (*f) () = connect;
23032 return f != connect;
23037 rm -f conftest.
$ac_objext conftest
$ac_exeext
23038 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23039 (eval $ac_link) 2>&5
23041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23042 (exit $ac_status); } &&
23043 { ac_try
='test -s conftest$ac_exeext'
23044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23045 (eval $ac_try) 2>&5
23047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23048 (exit $ac_status); }; }; then
23049 ac_cv_func_connect
=yes
23051 echo "$as_me: failed program was:" >&5
23052 sed 's/^/| /' conftest.
$ac_ext >&5
23054 ac_cv_func_connect
=no
23056 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23058 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
23059 echo "${ECHO_T}$ac_cv_func_connect" >&6
23061 if test $ac_cv_func_connect = no
; then
23062 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
23063 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
23064 if test "${ac_cv_lib_socket_connect+set}" = set; then
23065 echo $ECHO_N "(cached) $ECHO_C" >&6
23067 ac_check_lib_save_LIBS
=$LIBS
23068 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
23069 cat >conftest.
$ac_ext <<_ACEOF
23070 #line $LINENO "configure"
23073 cat confdefs.h
>>conftest.
$ac_ext
23074 cat >>conftest.
$ac_ext <<_ACEOF
23075 /* end confdefs.h. */
23077 /* Override any gcc2 internal prototype to avoid an error. */
23081 /* We use char because int might match the return type of a gcc2
23082 builtin and then its argument prototype would still apply. */
23092 rm -f conftest.
$ac_objext conftest
$ac_exeext
23093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23094 (eval $ac_link) 2>&5
23096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23097 (exit $ac_status); } &&
23098 { ac_try
='test -s conftest$ac_exeext'
23099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23100 (eval $ac_try) 2>&5
23102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23103 (exit $ac_status); }; }; then
23104 ac_cv_lib_socket_connect
=yes
23106 echo "$as_me: failed program was:" >&5
23107 sed 's/^/| /' conftest.
$ac_ext >&5
23109 ac_cv_lib_socket_connect
=no
23111 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23112 LIBS
=$ac_check_lib_save_LIBS
23114 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
23115 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
23116 if test $ac_cv_lib_socket_connect = yes; then
23117 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
23122 # Guillermo Gomez says -lposix is necessary on A/UX.
23123 echo "$as_me:$LINENO: checking for remove" >&5
23124 echo $ECHO_N "checking for remove... $ECHO_C" >&6
23125 if test "${ac_cv_func_remove+set}" = set; then
23126 echo $ECHO_N "(cached) $ECHO_C" >&6
23128 cat >conftest.
$ac_ext <<_ACEOF
23129 #line $LINENO "configure"
23132 cat confdefs.h
>>conftest.
$ac_ext
23133 cat >>conftest.
$ac_ext <<_ACEOF
23134 /* end confdefs.h. */
23135 /* System header to define __stub macros and hopefully few prototypes,
23136 which can conflict with char remove (); below.
23137 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23138 <limits.h> exists even on freestanding compilers. */
23140 # include <limits.h>
23142 # include <assert.h>
23144 /* Override any gcc2 internal prototype to avoid an error. */
23149 /* We use char because int might match the return type of a gcc2
23150 builtin and then its argument prototype would still apply. */
23152 /* The GNU C library defines this for functions which it implements
23153 to always fail with ENOSYS. Some functions are actually named
23154 something starting with __ and the normal name is an alias. */
23155 #if defined (__stub_remove) || defined (__stub___remove)
23158 char (*f) () = remove;
23167 return f != remove;
23172 rm -f conftest.
$ac_objext conftest
$ac_exeext
23173 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23174 (eval $ac_link) 2>&5
23176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23177 (exit $ac_status); } &&
23178 { ac_try
='test -s conftest$ac_exeext'
23179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23180 (eval $ac_try) 2>&5
23182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23183 (exit $ac_status); }; }; then
23184 ac_cv_func_remove
=yes
23186 echo "$as_me: failed program was:" >&5
23187 sed 's/^/| /' conftest.
$ac_ext >&5
23189 ac_cv_func_remove
=no
23191 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23193 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
23194 echo "${ECHO_T}$ac_cv_func_remove" >&6
23196 if test $ac_cv_func_remove = no
; then
23197 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
23198 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
23199 if test "${ac_cv_lib_posix_remove+set}" = set; then
23200 echo $ECHO_N "(cached) $ECHO_C" >&6
23202 ac_check_lib_save_LIBS
=$LIBS
23203 LIBS
="-lposix $LIBS"
23204 cat >conftest.
$ac_ext <<_ACEOF
23205 #line $LINENO "configure"
23208 cat confdefs.h
>>conftest.
$ac_ext
23209 cat >>conftest.
$ac_ext <<_ACEOF
23210 /* end confdefs.h. */
23212 /* Override any gcc2 internal prototype to avoid an error. */
23216 /* We use char because int might match the return type of a gcc2
23217 builtin and then its argument prototype would still apply. */
23227 rm -f conftest.
$ac_objext conftest
$ac_exeext
23228 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23229 (eval $ac_link) 2>&5
23231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23232 (exit $ac_status); } &&
23233 { ac_try
='test -s conftest$ac_exeext'
23234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23235 (eval $ac_try) 2>&5
23237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23238 (exit $ac_status); }; }; then
23239 ac_cv_lib_posix_remove
=yes
23241 echo "$as_me: failed program was:" >&5
23242 sed 's/^/| /' conftest.
$ac_ext >&5
23244 ac_cv_lib_posix_remove
=no
23246 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23247 LIBS
=$ac_check_lib_save_LIBS
23249 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
23250 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
23251 if test $ac_cv_lib_posix_remove = yes; then
23252 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
23257 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
23258 echo "$as_me:$LINENO: checking for shmat" >&5
23259 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
23260 if test "${ac_cv_func_shmat+set}" = set; then
23261 echo $ECHO_N "(cached) $ECHO_C" >&6
23263 cat >conftest.
$ac_ext <<_ACEOF
23264 #line $LINENO "configure"
23267 cat confdefs.h
>>conftest.
$ac_ext
23268 cat >>conftest.
$ac_ext <<_ACEOF
23269 /* end confdefs.h. */
23270 /* System header to define __stub macros and hopefully few prototypes,
23271 which can conflict with char shmat (); below.
23272 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23273 <limits.h> exists even on freestanding compilers. */
23275 # include <limits.h>
23277 # include <assert.h>
23279 /* Override any gcc2 internal prototype to avoid an error. */
23284 /* We use char because int might match the return type of a gcc2
23285 builtin and then its argument prototype would still apply. */
23287 /* The GNU C library defines this for functions which it implements
23288 to always fail with ENOSYS. Some functions are actually named
23289 something starting with __ and the normal name is an alias. */
23290 #if defined (__stub_shmat) || defined (__stub___shmat)
23293 char (*f) () = shmat;
23307 rm -f conftest.
$ac_objext conftest
$ac_exeext
23308 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23309 (eval $ac_link) 2>&5
23311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23312 (exit $ac_status); } &&
23313 { ac_try
='test -s conftest$ac_exeext'
23314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23315 (eval $ac_try) 2>&5
23317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23318 (exit $ac_status); }; }; then
23319 ac_cv_func_shmat
=yes
23321 echo "$as_me: failed program was:" >&5
23322 sed 's/^/| /' conftest.
$ac_ext >&5
23324 ac_cv_func_shmat
=no
23326 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23328 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
23329 echo "${ECHO_T}$ac_cv_func_shmat" >&6
23331 if test $ac_cv_func_shmat = no
; then
23332 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
23333 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
23334 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
23335 echo $ECHO_N "(cached) $ECHO_C" >&6
23337 ac_check_lib_save_LIBS
=$LIBS
23339 cat >conftest.
$ac_ext <<_ACEOF
23340 #line $LINENO "configure"
23343 cat confdefs.h
>>conftest.
$ac_ext
23344 cat >>conftest.
$ac_ext <<_ACEOF
23345 /* end confdefs.h. */
23347 /* Override any gcc2 internal prototype to avoid an error. */
23351 /* We use char because int might match the return type of a gcc2
23352 builtin and then its argument prototype would still apply. */
23362 rm -f conftest.
$ac_objext conftest
$ac_exeext
23363 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23364 (eval $ac_link) 2>&5
23366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23367 (exit $ac_status); } &&
23368 { ac_try
='test -s conftest$ac_exeext'
23369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23370 (eval $ac_try) 2>&5
23372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23373 (exit $ac_status); }; }; then
23374 ac_cv_lib_ipc_shmat
=yes
23376 echo "$as_me: failed program was:" >&5
23377 sed 's/^/| /' conftest.
$ac_ext >&5
23379 ac_cv_lib_ipc_shmat
=no
23381 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23382 LIBS
=$ac_check_lib_save_LIBS
23384 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
23385 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
23386 if test $ac_cv_lib_ipc_shmat = yes; then
23387 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
23393 # Check for libraries that X11R6 Xt/Xaw programs need.
23394 ac_save_LDFLAGS
=$LDFLAGS
23395 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
23396 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
23397 # check for ICE first), but we must link in the order -lSM -lICE or
23398 # we get undefined symbols. So assume we have SM if we have ICE.
23399 # These have to be linked with before -lX11, unlike the other
23400 # libraries we check for below, so use a different variable.
23401 # John Interrante, Karl Berry
23402 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
23403 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
23404 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
23405 echo $ECHO_N "(cached) $ECHO_C" >&6
23407 ac_check_lib_save_LIBS
=$LIBS
23408 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
23409 cat >conftest.
$ac_ext <<_ACEOF
23410 #line $LINENO "configure"
23413 cat confdefs.h
>>conftest.
$ac_ext
23414 cat >>conftest.
$ac_ext <<_ACEOF
23415 /* end confdefs.h. */
23417 /* Override any gcc2 internal prototype to avoid an error. */
23421 /* We use char because int might match the return type of a gcc2
23422 builtin and then its argument prototype would still apply. */
23423 char IceConnectionNumber ();
23427 IceConnectionNumber ();
23432 rm -f conftest.
$ac_objext conftest
$ac_exeext
23433 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23434 (eval $ac_link) 2>&5
23436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23437 (exit $ac_status); } &&
23438 { ac_try
='test -s conftest$ac_exeext'
23439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23440 (eval $ac_try) 2>&5
23442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23443 (exit $ac_status); }; }; then
23444 ac_cv_lib_ICE_IceConnectionNumber
=yes
23446 echo "$as_me: failed program was:" >&5
23447 sed 's/^/| /' conftest.
$ac_ext >&5
23449 ac_cv_lib_ICE_IceConnectionNumber
=no
23451 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23452 LIBS
=$ac_check_lib_save_LIBS
23454 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
23455 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
23456 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
23457 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
23460 LDFLAGS
=$ac_save_LDFLAGS
23465 if test "$no_x" = "yes"; then
23466 { { echo "$as_me:$LINENO: error: X11 not found" >&5
23467 echo "$as_me: error: X11 not found" >&2;}
23468 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
23471 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//'`
23472 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
23473 AFMINSTALL
=afminstall
23474 COMPILED_X_PROGRAM
=0
23476 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
23477 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
23480 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
23482 if test -f "$ac_dir/Xm/Xm.h"; then
23483 ac_find_includes
=$ac_dir
23488 if test "$ac_find_includes" != "" ; then
23489 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
23490 echo "${ECHO_T}found in $ac_find_includes" >&6
23492 if test "x$ac_find_includes" = "x/usr/include"; then
23493 ac_path_to_include
=""
23495 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
23497 if test $result = 0; then
23498 ac_path_to_include
=""
23500 ac_path_to_include
=" -I$ac_find_includes"
23504 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
23506 cat >conftest.
$ac_ext <<_ACEOF
23507 #line $LINENO "configure"
23510 cat confdefs.h
>>conftest.
$ac_ext
23511 cat >>conftest.
$ac_ext <<_ACEOF
23512 /* end confdefs.h. */
23521 version = xmUseVersion;
23527 rm -f conftest.
$ac_objext
23528 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23529 (eval $ac_compile) 2>&5
23531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23532 (exit $ac_status); } &&
23533 { ac_try
='test -s conftest.$ac_objext'
23534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23535 (eval $ac_try) 2>&5
23537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23538 (exit $ac_status); }; }; then
23540 echo "$as_me:$LINENO: result: found in default search path" >&5
23541 echo "${ECHO_T}found in default search path" >&6
23542 COMPILED_X_PROGRAM
=1
23545 echo "$as_me: failed program was:" >&5
23546 sed 's/^/| /' conftest.
$ac_ext >&5
23549 echo "$as_me:$LINENO: result: no" >&5
23550 echo "${ECHO_T}no" >&6
23551 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
23552 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
23553 { (exit 1); exit 1; }; }
23557 rm -f conftest.
$ac_objext conftest.
$ac_ext
23560 if test "$COMPILED_X_PROGRAM" = 0; then
23561 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
23562 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
23565 for ac_dir
in $SEARCH_LIB /usr
/lib
;
23567 for ac_extension
in a so sl dylib
; do
23568 if test -f "$ac_dir/libXm.$ac_extension"; then
23569 ac_find_libraries
=$ac_dir
23575 if test "$ac_find_libraries" != "" ; then
23576 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23577 echo "${ECHO_T}found at $ac_find_libraries" >&6
23580 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
23582 if test $result = 0; then
23585 ac_path_to_link
=" -L$ac_find_libraries"
23588 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
23590 save_CFLAGS
=$CFLAGS
23591 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23593 cat >conftest.
$ac_ext <<_ACEOF
23594 #line $LINENO "configure"
23597 cat confdefs.h
>>conftest.
$ac_ext
23598 cat >>conftest.
$ac_ext <<_ACEOF
23599 /* end confdefs.h. */
23608 version = xmUseVersion;
23614 rm -f conftest.
$ac_objext
23615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23616 (eval $ac_compile) 2>&5
23618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23619 (exit $ac_status); } &&
23620 { ac_try
='test -s conftest.$ac_objext'
23621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23622 (eval $ac_try) 2>&5
23624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23625 (exit $ac_status); }; }; then
23627 echo "$as_me:$LINENO: result: found in default search path" >&5
23628 echo "${ECHO_T}found in default search path" >&6
23629 COMPILED_X_PROGRAM
=1
23632 echo "$as_me: failed program was:" >&5
23633 sed 's/^/| /' conftest.
$ac_ext >&5
23636 echo "$as_me:$LINENO: result: no" >&5
23637 echo "${ECHO_T}no" >&6
23638 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
23639 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
23640 { (exit 1); exit 1; }; }
23644 rm -f conftest.
$ac_objext conftest.
$ac_ext
23646 CFLAGS
=$save_CFLAGS
23651 echo "$as_me:$LINENO: checking for Xpm library" >&5
23652 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
23655 for ac_dir
in $SEARCH_LIB /usr
/lib
;
23657 for ac_extension
in a so sl dylib
; do
23658 if test -f "$ac_dir/libXpm.$ac_extension"; then
23659 ac_find_libraries
=$ac_dir
23665 if test "$ac_find_libraries" != "" ; then
23667 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
23669 if test $result = 0; then
23672 ac_path_to_link
=" -L$ac_find_libraries"
23675 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
23678 cat >>confdefs.h
<<\_ACEOF
23679 #define wxHAVE_LIB_XPM 1
23682 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23683 echo "${ECHO_T}found at $ac_find_libraries" >&6
23685 save_CFLAGS
=$CFLAGS
23686 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23688 cat >conftest.
$ac_ext <<_ACEOF
23689 #line $LINENO "configure"
23692 cat confdefs.h
>>conftest.
$ac_ext
23693 cat >>conftest.
$ac_ext <<_ACEOF
23694 /* end confdefs.h. */
23696 #include <X11/xpm.h>
23703 version = XpmLibraryVersion();
23709 rm -f conftest.
$ac_objext
23710 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23711 (eval $ac_compile) 2>&5
23713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23714 (exit $ac_status); } &&
23715 { ac_try
='test -s conftest.$ac_objext'
23716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23717 (eval $ac_try) 2>&5
23719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23720 (exit $ac_status); }; }; then
23723 cat >>confdefs.h
<<\_ACEOF
23724 #define wxHAVE_LIB_XPM 1
23727 echo "$as_me:$LINENO: result: found in default search path" >&5
23728 echo "${ECHO_T}found in default search path" >&6
23729 COMPILED_X_PROGRAM
=0
23732 echo "$as_me: failed program was:" >&5
23733 sed 's/^/| /' conftest.
$ac_ext >&5
23736 echo "$as_me:$LINENO: result: no" >&5
23737 echo "${ECHO_T}no" >&6
23738 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
23739 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
23743 rm -f conftest.
$ac_objext conftest.
$ac_ext
23745 CFLAGS
=$save_CFLAGS
23748 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
23749 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
23753 for libp
in "" " -lXp"; do
23754 if test "$libs_found" = "0"; then
23755 for libsm_ice
in " -lSM -lICE"; do
23756 if test "$libs_found" = "0"; then
23758 LIBS
="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
23759 save_CFLAGS
=$CFLAGS
23760 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
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. */
23771 #include <Xm/List.h>
23777 XmString string = NULL;
23780 XmListAddItem(w, string, position);
23786 rm -f conftest.
$ac_objext conftest
$ac_exeext
23787 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23788 (eval $ac_link) 2>&5
23790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23791 (exit $ac_status); } &&
23792 { ac_try
='test -s conftest$ac_exeext'
23793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23794 (eval $ac_try) 2>&5
23796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23797 (exit $ac_status); }; }; then
23800 libsm_ice_link
="$libsm_ice"
23801 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
23802 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
23806 echo "$as_me: failed program was:" >&5
23807 sed 's/^/| /' conftest.
$ac_ext >&5
23812 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23815 CFLAGS
=$save_CFLAGS
23821 if test "$libs_found" = "0"; then
23822 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
23823 echo "${ECHO_T}can't find the right libraries" >&6
23824 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
23825 echo "$as_me: error: can't link a simple motif program" >&2;}
23826 { (exit 1); exit 1; }; }
23829 save_CFLAGS
=$CFLAGS
23830 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23831 echo "$as_me:$LINENO: checking for Motif 2" >&5
23832 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
23833 cat >conftest.
$ac_ext <<_ACEOF
23834 #line $LINENO "configure"
23837 cat confdefs.h
>>conftest.
$ac_ext
23838 cat >>conftest.
$ac_ext <<_ACEOF
23839 /* end confdefs.h. */
23847 #if XmVersion < 2000
23848 #error "Not Motif 2"
23855 rm -f conftest.
$ac_objext
23856 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23857 (eval $ac_compile) 2>&5
23859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23860 (exit $ac_status); } &&
23861 { ac_try
='test -s conftest.$ac_objext'
23862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23863 (eval $ac_try) 2>&5
23865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23866 (exit $ac_status); }; }; then
23868 cat >>confdefs.h
<<\_ACEOF
23869 #define __WXMOTIF20__ 1
23872 echo "$as_me:$LINENO: result: found" >&5
23873 echo "${ECHO_T}found" >&6
23876 echo "$as_me: failed program was:" >&5
23877 sed 's/^/| /' conftest.
$ac_ext >&5
23880 cat >>confdefs.h
<<\_ACEOF
23881 #define __WXMOTIF20__ 0
23884 echo "$as_me:$LINENO: result: not found" >&5
23885 echo "${ECHO_T}not found" >&6
23888 rm -f conftest.
$ac_objext conftest.
$ac_ext
23889 CFLAGS
=$save_CFLAGS
23891 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
23892 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
23898 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 &&
23899 test "$wxHAVE_XEXT_LIB" = 1; then
23900 save_CFLAGS
="$CFLAGS"
23901 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23903 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
23904 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
23905 cat >conftest.
$ac_ext <<_ACEOF
23906 #line $LINENO "configure"
23909 cat confdefs.h
>>conftest.
$ac_ext
23910 cat >>conftest.
$ac_ext <<_ACEOF
23911 /* end confdefs.h. */
23913 #include <X11/Xlib.h>
23914 #include <X11/extensions/shape.h>
23920 int dummy1, dummy2;
23921 XShapeQueryExtension((Display*)NULL,
23922 (int*)NULL, (int*)NULL);
23928 rm -f conftest.
$ac_objext
23929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23930 (eval $ac_compile) 2>&5
23932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23933 (exit $ac_status); } &&
23934 { ac_try
='test -s conftest.$ac_objext'
23935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23936 (eval $ac_try) 2>&5
23938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23939 (exit $ac_status); }; }; then
23941 cat >>confdefs.h
<<\_ACEOF
23942 #define HAVE_XSHAPE 1
23945 echo "$as_me:$LINENO: result: found" >&5
23946 echo "${ECHO_T}found" >&6
23949 echo "$as_me: failed program was:" >&5
23950 sed 's/^/| /' conftest.
$ac_ext >&5
23953 echo "$as_me:$LINENO: result: not found" >&5
23954 echo "${ECHO_T}not found" >&6
23957 rm -f conftest.
$ac_objext conftest.
$ac_ext
23958 CFLAGS
="$save_CFLAGS"
23961 if test "$wxUSE_MAC" = 1; then
23962 CPPFLAGS
="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
23964 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
23969 if test "$wxUSE_COCOA" = 1; then
23970 TOOLKIT_VPATH
="\${top_srcdir}/src/cocoa"
23975 if test "$wxUSE_PM" = 1; then
23978 { echo "$as_me:$LINENO: WARNING: OS/2 threads are not yet supported... disabled" >&5
23979 echo "$as_me: WARNING: OS/2 threads are not yet supported... disabled" >&2;}
23983 if test "$TOOLKIT" = "PM" ; then
23986 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
23989 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
23991 if test "$wxUSE_UNIVERSAL" = "yes"; then
23992 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
23994 ALL_SOURCES
="\$(ALL_SOURCES) \${UNIV_SOURCES}"
23995 ALL_HEADERS
="\$(ALL_HEADERS) \${UNIV_HEADERS}"
23997 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
23998 if test "$wxUSE_X11" = 1; then
23999 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
24001 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
24003 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
24006 ALL_OBJECTS
="\$(GUIOBJS)"
24007 ALL_SOURCES
="\$(ALL_SOURCES)"
24008 ALL_HEADERS
="\$(ALL_HEADERS)"
24011 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
24013 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
24014 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
24017 if test "$wxUSE_HTML" = "yes"; then
24018 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
24021 if test "$wxUSE_LIBJPEG" = "builtin" ; then
24022 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
24024 if test "$wxUSE_LIBTIFF" = "builtin" ; then
24025 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
24027 if test "$wxUSE_LIBPNG" = "builtin" ; then
24028 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
24031 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
24032 DISTDIR
="wx\$(TOOLKIT)"
24038 if test "$USE_WIN32" = 1 ; then
24039 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
24040 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
24044 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
24045 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
24048 ALL_SOURCES
="\$(ALL_SOURCES)"
24049 ALL_HEADERS
="\$(ALL_HEADERS)"
24051 PORT_FILES
="\${top_srcdir}/src/files.lst"
24053 GUIDIST
="BASE_DIST"
24063 if test "$TOOLKIT" != "MSW" ; then
24065 if test "$wxUSE_ODBC" != "no" ; then
24066 cat >>confdefs.h
<<\_ACEOF
24067 #define wxUSE_ODBC 1
24070 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
24072 WXODBCFLAG
="-D_IODBC_"
24075 if test "$wxUSE_ODBC" = "sys" ; then
24077 if test "${ac_cv_header_sql_h+set}" = set; then
24078 echo "$as_me:$LINENO: checking for sql.h" >&5
24079 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24080 if test "${ac_cv_header_sql_h+set}" = set; then
24081 echo $ECHO_N "(cached) $ECHO_C" >&6
24083 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24084 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24086 # Is the header compilable?
24087 echo "$as_me:$LINENO: checking sql.h usability" >&5
24088 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
24089 cat >conftest.
$ac_ext <<_ACEOF
24090 #line $LINENO "configure"
24093 cat confdefs.h
>>conftest.
$ac_ext
24094 cat >>conftest.
$ac_ext <<_ACEOF
24095 /* end confdefs.h. */
24096 $ac_includes_default
24099 rm -f conftest.
$ac_objext
24100 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24101 (eval $ac_compile) 2>&5
24103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24104 (exit $ac_status); } &&
24105 { ac_try
='test -s conftest.$ac_objext'
24106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24107 (eval $ac_try) 2>&5
24109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24110 (exit $ac_status); }; }; then
24111 ac_header_compiler
=yes
24113 echo "$as_me: failed program was:" >&5
24114 sed 's/^/| /' conftest.
$ac_ext >&5
24116 ac_header_compiler
=no
24118 rm -f conftest.
$ac_objext conftest.
$ac_ext
24119 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24120 echo "${ECHO_T}$ac_header_compiler" >&6
24122 # Is the header present?
24123 echo "$as_me:$LINENO: checking sql.h presence" >&5
24124 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
24125 cat >conftest.
$ac_ext <<_ACEOF
24126 #line $LINENO "configure"
24129 cat confdefs.h
>>conftest.
$ac_ext
24130 cat >>conftest.
$ac_ext <<_ACEOF
24131 /* end confdefs.h. */
24134 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24135 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24137 grep -v '^ *+' conftest.er1
>conftest.err
24139 cat conftest.err
>&5
24140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24141 (exit $ac_status); } >/dev
/null
; then
24142 if test -s conftest.err
; then
24143 ac_cpp_err
=$ac_c_preproc_warn_flag
24150 if test -z "$ac_cpp_err"; then
24151 ac_header_preproc
=yes
24153 echo "$as_me: failed program was:" >&5
24154 sed 's/^/| /' conftest.
$ac_ext >&5
24156 ac_header_preproc
=no
24158 rm -f conftest.err conftest.
$ac_ext
24159 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24160 echo "${ECHO_T}$ac_header_preproc" >&6
24162 # So? What about this header?
24163 case $ac_header_compiler:$ac_header_preproc in
24165 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
24166 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24167 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24168 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24171 ## ------------------------------------ ##
24172 ## Report this to bug-autoconf@gnu.org. ##
24173 ## ------------------------------------ ##
24176 sed "s/^/$as_me: WARNING: /" >&2
24179 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
24180 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
24181 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
24182 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
24183 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24184 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24187 ## ------------------------------------ ##
24188 ## Report this to bug-autoconf@gnu.org. ##
24189 ## ------------------------------------ ##
24192 sed "s/^/$as_me: WARNING: /" >&2
24195 echo "$as_me:$LINENO: checking for sql.h" >&5
24196 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24197 if test "${ac_cv_header_sql_h+set}" = set; then
24198 echo $ECHO_N "(cached) $ECHO_C" >&6
24200 ac_cv_header_sql_h
=$ac_header_preproc
24202 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24203 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24208 echo "$as_me:$LINENO: checking for library containing SQLAllocEnv" >&5
24209 echo $ECHO_N "checking for library containing SQLAllocEnv... $ECHO_C" >&6
24210 if test "${ac_cv_search_SQLAllocEnv+set}" = set; then
24211 echo $ECHO_N "(cached) $ECHO_C" >&6
24213 ac_func_search_save_LIBS
=$LIBS
24214 ac_cv_search_SQLAllocEnv
=no
24215 cat >conftest.
$ac_ext <<_ACEOF
24216 #line $LINENO "configure"
24219 cat confdefs.h
>>conftest.
$ac_ext
24220 cat >>conftest.
$ac_ext <<_ACEOF
24221 /* end confdefs.h. */
24223 /* Override any gcc2 internal prototype to avoid an error. */
24227 /* We use char because int might match the return type of a gcc2
24228 builtin and then its argument prototype would still apply. */
24229 char SQLAllocEnv ();
24238 rm -f conftest.
$ac_objext conftest
$ac_exeext
24239 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24240 (eval $ac_link) 2>&5
24242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24243 (exit $ac_status); } &&
24244 { ac_try
='test -s conftest$ac_exeext'
24245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24246 (eval $ac_try) 2>&5
24248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24249 (exit $ac_status); }; }; then
24250 ac_cv_search_SQLAllocEnv
="none required"
24252 echo "$as_me: failed program was:" >&5
24253 sed 's/^/| /' conftest.
$ac_ext >&5
24256 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24257 if test "$ac_cv_search_SQLAllocEnv" = no
; then
24258 for ac_lib
in iodbc unixodbc odbc
; do
24259 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
24260 cat >conftest.
$ac_ext <<_ACEOF
24261 #line $LINENO "configure"
24264 cat confdefs.h
>>conftest.
$ac_ext
24265 cat >>conftest.
$ac_ext <<_ACEOF
24266 /* end confdefs.h. */
24268 /* Override any gcc2 internal prototype to avoid an error. */
24272 /* We use char because int might match the return type of a gcc2
24273 builtin and then its argument prototype would still apply. */
24274 char SQLAllocEnv ();
24283 rm -f conftest.
$ac_objext conftest
$ac_exeext
24284 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24285 (eval $ac_link) 2>&5
24287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24288 (exit $ac_status); } &&
24289 { ac_try
='test -s conftest$ac_exeext'
24290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24291 (eval $ac_try) 2>&5
24293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24294 (exit $ac_status); }; }; then
24295 ac_cv_search_SQLAllocEnv
="-l$ac_lib"
24298 echo "$as_me: failed program was:" >&5
24299 sed 's/^/| /' conftest.
$ac_ext >&5
24302 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24305 LIBS
=$ac_func_search_save_LIBS
24307 echo "$as_me:$LINENO: result: $ac_cv_search_SQLAllocEnv" >&5
24308 echo "${ECHO_T}$ac_cv_search_SQLAllocEnv" >&6
24309 if test "$ac_cv_search_SQLAllocEnv" != no
; then
24310 test "$ac_cv_search_SQLAllocEnv" = "none required" || LIBS
="$ac_cv_search_SQLAllocEnv $LIBS"
24314 wxUSE_ODBC
=builtin;
24315 { echo "$as_me:$LINENO: WARNING: can't find system Odbc library falling back to builtin " >&5
24316 echo "$as_me: WARNING: can't find system Odbc library falling back to builtin " >&2;}
24321 if test "$wxUSE_ODBC" != "sys" ; then
24322 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
24329 if test "$wxUSE_REGEX" = "builtin" ; then
24330 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
24332 if test "$wxUSE_ZLIB" = "builtin" ; then
24333 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
24337 if test "$wxUSE_OPENGL" = "yes"; then
24338 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
24339 OPENGL_LIBS
="-framework OpenGL -framework AGL"
24340 elif test "$wxUSE_MSW" = 1; then
24341 OPENGL_LIBS
="-lopengl32 -lglu32"
24346 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
24348 if test -f "$ac_dir/GL/gl.h"; then
24349 ac_find_includes
=$ac_dir
24354 if test "$ac_find_includes" != "" ; then
24355 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
24356 echo "${ECHO_T}found in $ac_find_includes" >&6
24359 if test "x$ac_find_includes" = "x/usr/include"; then
24360 ac_path_to_include
=""
24362 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
24364 if test $result = 0; then
24365 ac_path_to_include
=""
24367 ac_path_to_include
=" -I$ac_find_includes"
24371 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
24375 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24376 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24377 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24378 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24379 echo $ECHO_N "(cached) $ECHO_C" >&6
24381 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24382 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24384 # Is the header compilable?
24385 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
24386 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
24387 cat >conftest.
$ac_ext <<_ACEOF
24388 #line $LINENO "configure"
24391 cat confdefs.h
>>conftest.
$ac_ext
24392 cat >>conftest.
$ac_ext <<_ACEOF
24393 /* end confdefs.h. */
24394 $ac_includes_default
24397 rm -f conftest.
$ac_objext
24398 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24399 (eval $ac_compile) 2>&5
24401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24402 (exit $ac_status); } &&
24403 { ac_try
='test -s conftest.$ac_objext'
24404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24405 (eval $ac_try) 2>&5
24407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24408 (exit $ac_status); }; }; then
24409 ac_header_compiler
=yes
24411 echo "$as_me: failed program was:" >&5
24412 sed 's/^/| /' conftest.
$ac_ext >&5
24414 ac_header_compiler
=no
24416 rm -f conftest.
$ac_objext conftest.
$ac_ext
24417 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24418 echo "${ECHO_T}$ac_header_compiler" >&6
24420 # Is the header present?
24421 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
24422 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
24423 cat >conftest.
$ac_ext <<_ACEOF
24424 #line $LINENO "configure"
24427 cat confdefs.h
>>conftest.
$ac_ext
24428 cat >>conftest.
$ac_ext <<_ACEOF
24429 /* end confdefs.h. */
24432 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24433 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24435 grep -v '^ *+' conftest.er1
>conftest.err
24437 cat conftest.err
>&5
24438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24439 (exit $ac_status); } >/dev
/null
; then
24440 if test -s conftest.err
; then
24441 ac_cpp_err
=$ac_c_preproc_warn_flag
24448 if test -z "$ac_cpp_err"; then
24449 ac_header_preproc
=yes
24451 echo "$as_me: failed program was:" >&5
24452 sed 's/^/| /' conftest.
$ac_ext >&5
24454 ac_header_preproc
=no
24456 rm -f conftest.err conftest.
$ac_ext
24457 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24458 echo "${ECHO_T}$ac_header_preproc" >&6
24460 # So? What about this header?
24461 case $ac_header_compiler:$ac_header_preproc in
24463 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
24464 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24465 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24466 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24469 ## ------------------------------------ ##
24470 ## Report this to bug-autoconf@gnu.org. ##
24471 ## ------------------------------------ ##
24474 sed "s/^/$as_me: WARNING: /" >&2
24477 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
24478 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
24479 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
24480 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
24481 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24482 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24485 ## ------------------------------------ ##
24486 ## Report this to bug-autoconf@gnu.org. ##
24487 ## ------------------------------------ ##
24490 sed "s/^/$as_me: WARNING: /" >&2
24493 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24494 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24495 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24496 echo $ECHO_N "(cached) $ECHO_C" >&6
24498 ac_cv_header_GL_gl_h
=$ac_header_preproc
24500 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24501 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24504 if test $ac_cv_header_GL_gl_h = yes; then
24508 echo "$as_me:$LINENO: checking for -lGL" >&5
24509 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
24512 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24514 for ac_extension
in a so sl dylib
; do
24515 if test -f "$ac_dir/libGL.$ac_extension"; then
24516 ac_find_libraries
=$ac_dir
24522 if test "$ac_find_libraries" != "" ; then
24524 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
24526 if test $result = 0; then
24529 ac_path_to_link
=" -L$ac_find_libraries"
24532 if test "$ac_path_to_link" != " -L/usr/lib" ; then
24533 LDFLAGS_GL
="$ac_path_to_link"
24538 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24540 for ac_extension
in a so sl dylib
; do
24541 if test -f "$ac_dir/libGLU.$ac_extension"; then
24542 ac_find_libraries
=$ac_dir
24548 if test "$ac_find_libraries" != "" ; then
24550 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
24552 if test $result = 0; then
24555 ac_path_to_link
=" -L$ac_find_libraries"
24558 if test "$ac_path_to_link" != " -L/usr/lib" -a \
24559 "$ac_path_to_link" != "$LDFLAGS_GL"; then
24560 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
24564 OPENGL_LIBS
="-lGL -lGLU"
24565 echo "$as_me:$LINENO: result: yes" >&5
24566 echo "${ECHO_T}yes" >&6
24570 if "$found_gl" != 1; then
24571 echo "$as_me:$LINENO: result: no" >&5
24572 echo "${ECHO_T}no" >&6
24573 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
24574 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
24577 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24579 for ac_extension
in a so sl dylib
; do
24580 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
24581 ac_find_libraries
=$ac_dir
24587 if test "$ac_find_libraries" != "" ; then
24589 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
24591 if test $result = 0; then
24594 ac_path_to_link
=" -L$ac_find_libraries"
24597 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
24598 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
24599 echo "$as_me:$LINENO: result: yes" >&5
24600 echo "${ECHO_T}yes" >&6
24602 echo "$as_me:$LINENO: result: no" >&5
24603 echo "${ECHO_T}no" >&6
24611 if test "x$OPENGL_LIBS" = "x"; then
24612 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
24613 echo "$as_me: error: OpenGL libraries not available" >&2;}
24614 { (exit 1); exit 1; }; }
24618 if test "$wxUSE_OPENGL" = "yes"; then
24619 cat >>confdefs.h
<<\_ACEOF
24620 #define wxUSE_OPENGL 1
24623 cat >>confdefs.h
<<\_ACEOF
24624 #define wxUSE_GLCANVAS 1
24627 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
24631 if test -z "$TOOLKIT_VPATH" ; then
24632 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
24635 if test -n "$TOOLKIT" ; then
24636 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
24640 lib_unicode_suffix
=
24641 if test "$wxUSE_UNICODE" = "yes"; then
24642 lib_unicode_suffix
=u
24648 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
24653 WX_VERSION_TAG
=`echo WX${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
24655 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
24656 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
24658 if test "$cross_compiling" = "yes"; then
24659 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
24660 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
24663 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
24664 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
24665 WX_LIBRARY_BASENAME
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
24667 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
24668 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
24670 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
24671 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
24672 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
24673 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24676 *-*-cygwin* | *-*-mingw32* )
24680 if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then
24681 WX_LIBRARY
="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
24682 WX_LIBRARY_GL
="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
24683 WX_LIBRARY_NAME_SHARED
="${WX_LIBRARY}.${SO_SUFFIX}"
24684 WX_LIBRARY_NAME_SHARED_GL
="${WX_LIBRARY_GL}.${SO_SUFFIX}"
24686 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
24687 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24693 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
24694 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
24696 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
24697 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
24698 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
24699 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24701 if test "$wxUSE_MAC" = 1; then
24702 WX_RESOURCES_MACOSX_ASCII
="lib${WX_LIBRARY}.${WX_CURRENT}.r"
24703 WX_RESOURCES_MACOSX_DATA
="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
24708 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
24709 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
24711 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
24712 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
24714 if test "$wxUSE_OPENGL" = "yes"; then
24715 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
24716 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
24721 if test "$wxUSE_SHARED" = "yes"; then
24723 *-pc-os2_emx | *-pc-os2-emx | \
24726 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
24727 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
24733 if test "$wxUSE_SHARED" = "yes"; then
24736 if test "$wxUSE_OPENGL" = "yes"; then
24737 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
24738 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
24740 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
24741 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1}"
24744 if test "$GCC" = "yes"; then
24750 found_versioning
=no
24753 if test $found_versioning = no
; then
24754 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
24755 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
24756 if test "${wx_cv_version_script+set}" = set; then
24757 echo $ECHO_N "(cached) $ECHO_C" >&6
24760 echo "VER_1 { *; };" >conftest.sym
24761 echo "int main() { return 0; }" >conftest.cpp
24764 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
24765 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
24766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24767 (eval $ac_try) 2>&5
24769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24770 (exit $ac_status); }; } ; then
24771 if test -s conftest.stderr
; then
24772 wx_cv_version_script
=no
24774 wx_cv_version_script
=yes
24777 wx_cv_version_script
=no
24779 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
24782 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
24783 echo "${ECHO_T}$wx_cv_version_script" >&6
24784 if test $wx_cv_version_script = yes ; then
24785 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
24790 SHARED_LD
="${CXX} -shared -o"
24794 if test "$GCC" = "yes"; then
24795 SHARED_LD
="${CXX} -shared ${PIC_FLAG} -o"
24797 LDFLAGS
="$LDFLAGS -L/usr/lib"
24799 SHARED_LD
="${CXX} -b -o"
24803 if test "$wxUSE_OPENGL" = "yes"; then
24804 WX_ALL_INSTALLED
="preinstall_gl"
24805 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
24807 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
24811 *-*-linux* | *-*-gnu* )
24812 if test "$GCC" != "yes"; then
24813 echo "$as_me:$LINENO: checking for Intel compiler" >&5
24814 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
24815 if test "${wx_cv_prog_icc+set}" = set; then
24816 echo $ECHO_N "(cached) $ECHO_C" >&6
24819 cat >conftest.
$ac_ext <<_ACEOF
24820 #line $LINENO "configure"
24823 cat confdefs.h
>>conftest.
$ac_ext
24824 cat >>conftest.
$ac_ext <<_ACEOF
24825 /* end confdefs.h. */
24831 #ifndef __INTEL_COMPILER
24839 rm -f conftest.
$ac_objext
24840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24841 (eval $ac_compile) 2>&5
24843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24844 (exit $ac_status); } &&
24845 { ac_try
='test -s conftest.$ac_objext'
24846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24847 (eval $ac_try) 2>&5
24849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24850 (exit $ac_status); }; }; then
24853 echo "$as_me: failed program was:" >&5
24854 sed 's/^/| /' conftest.
$ac_ext >&5
24859 rm -f conftest.
$ac_objext conftest.
$ac_ext
24862 echo "$as_me:$LINENO: result: $wx_cv_prog_icc" >&5
24863 echo "${ECHO_T}$wx_cv_prog_icc" >&6
24864 if test "$wx_cv_prog_icc" = "yes"; then
24869 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
24873 if test "$GCC" = yes ; then
24874 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
24876 saveLdflags
="$LDFLAGS"
24877 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
24878 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
24879 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
24880 cat >conftest.
$ac_ext <<_ACEOF
24881 #line $LINENO "configure"
24884 cat confdefs.h
>>conftest.
$ac_ext
24885 cat >>conftest.
$ac_ext <<_ACEOF
24886 /* end confdefs.h. */
24896 rm -f conftest.
$ac_objext conftest
$ac_exeext
24897 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24898 (eval $ac_link) 2>&5
24900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24901 (exit $ac_status); } &&
24902 { ac_try
='test -s conftest$ac_exeext'
24903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24904 (eval $ac_try) 2>&5
24906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24907 (exit $ac_status); }; }; then
24909 echo "$as_me:$LINENO: result: yes" >&5
24910 echo "${ECHO_T}yes" >&6
24911 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
24914 echo "$as_me: failed program was:" >&5
24915 sed 's/^/| /' conftest.
$ac_ext >&5
24918 echo "$as_me:$LINENO: result: no" >&5
24919 echo "${ECHO_T}no" >&6
24920 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
24921 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
24922 LDFLAGS
="$saveLdflags -Wl,-R,/"
24923 cat >conftest.
$ac_ext <<_ACEOF
24924 #line $LINENO "configure"
24927 cat confdefs.h
>>conftest.
$ac_ext
24928 cat >>conftest.
$ac_ext <<_ACEOF
24929 /* end confdefs.h. */
24939 rm -f conftest.
$ac_objext conftest
$ac_exeext
24940 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24941 (eval $ac_link) 2>&5
24943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24944 (exit $ac_status); } &&
24945 { ac_try
='test -s conftest$ac_exeext'
24946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24947 (eval $ac_try) 2>&5
24949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24950 (exit $ac_status); }; }; then
24952 echo "$as_me:$LINENO: result: yes" >&5
24953 echo "${ECHO_T}yes" >&6
24954 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
24956 echo "$as_me: failed program was:" >&5
24957 sed 's/^/| /' conftest.
$ac_ext >&5
24960 echo "$as_me:$LINENO: result: no" >&5
24961 echo "${ECHO_T}no" >&6
24964 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24967 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24968 LDFLAGS
="$saveLdflags"
24970 SHARED_LD
="${CXX} -G -o"
24972 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
24977 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -DWXMAKINGDLL"
24978 CFLAGS
="$CFLAGS -fno-common"
24979 CXXFLAGS
="$CXXFLAGS -fno-common"
24980 SHARED_LD
="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o"
24981 PIC_FLAG
="-dynamic -fPIC"
24985 if test "$GCC" != "yes"; then
24986 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
24987 set dummy makeC
++SharedLib
; ac_word
=$2
24988 echo "$as_me:$LINENO: checking for $ac_word" >&5
24989 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24990 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
24991 echo $ECHO_N "(cached) $ECHO_C" >&6
24993 if test -n "$AIX_CXX_LD"; then
24994 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
24996 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24997 for as_dir
in $PATH
25000 test -z "$as_dir" && as_dir
=.
25001 for ac_exec_ext
in '' $ac_executable_extensions; do
25002 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25003 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
25004 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25010 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
25013 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
25014 if test -n "$AIX_CXX_LD"; then
25015 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
25016 echo "${ECHO_T}$AIX_CXX_LD" >&6
25018 echo "$as_me:$LINENO: result: no" >&5
25019 echo "${ECHO_T}no" >&6
25023 SHARED_LD
="$(AIX_CXX_LD) -p 0 -o"
25027 *-*-cygwin* | *-*-mingw32* )
25028 WX_LIBRARY_IMPORTLIB
="${WX_LIBRARY_NAME_SHARED}.a"
25030 SHARED_LD
="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
25031 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
25033 PIC_FLAG
="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
25035 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
25036 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
25038 if test "$wxUSE_OPENGL" = "yes"; then
25039 LIBS
="${LIBS} ${OPENGL_LIBS}"
25044 SHARED_LD
="${LD} -shared -o"
25048 if test "$GCC" != "yes"; then
25053 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
25061 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
25062 echo "$as_me: error: unknown system type $host." >&2;}
25063 { (exit 1); exit 1; }; }
25066 if test "x$WX_TARGET_LIBRARY" = "x"; then
25067 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
25068 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
25071 WX_TARGET_LIBRARY_TYPE
="so"
25072 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
25075 if test "$wxUSE_SHARED" = "no"; then
25077 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
25078 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
25081 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
25082 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
25085 if test "$wxUSE_OPENGL" = "yes"; then
25086 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
25087 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
25089 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
25092 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
25093 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
25095 WX_TARGET_LIBRARY_TYPE
="a"
25096 INSTALL_LIBRARY
='$(INSTALL_DATA)'
25106 if test "$wxUSE_MAC" = 1; then
25107 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
25108 WX_ALL
="${WX_ALL} ${LIBWXMACRES}"
25109 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
25110 # Extract the first word of "Rez", so it can be a program name with args.
25111 set dummy Rez
; ac_word
=$2
25112 echo "$as_me:$LINENO: checking for $ac_word" >&5
25113 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25114 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25115 echo $ECHO_N "(cached) $ECHO_C" >&6
25117 if test -n "$RESCOMP"; then
25118 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
25120 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25121 for as_dir
in $PATH
25124 test -z "$as_dir" && as_dir
=.
25125 for ac_exec_ext
in '' $ac_executable_extensions; do
25126 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25127 ac_cv_prog_RESCOMP
="Rez"
25128 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25134 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
25137 RESCOMP
=$ac_cv_prog_RESCOMP
25138 if test -n "$RESCOMP"; then
25139 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25140 echo "${ECHO_T}$RESCOMP" >&6
25142 echo "$as_me:$LINENO: result: no" >&5
25143 echo "${ECHO_T}no" >&6
25146 # Extract the first word of "DeRez", so it can be a program name with args.
25147 set dummy DeRez
; ac_word
=$2
25148 echo "$as_me:$LINENO: checking for $ac_word" >&5
25149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25150 if test "${ac_cv_prog_DEREZ+set}" = set; then
25151 echo $ECHO_N "(cached) $ECHO_C" >&6
25153 if test -n "$DEREZ"; then
25154 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
25156 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25157 for as_dir
in $PATH
25160 test -z "$as_dir" && as_dir
=.
25161 for ac_exec_ext
in '' $ac_executable_extensions; do
25162 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25163 ac_cv_prog_DEREZ
="DeRez"
25164 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25170 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
25173 DEREZ
=$ac_cv_prog_DEREZ
25174 if test -n "$DEREZ"; then
25175 echo "$as_me:$LINENO: result: $DEREZ" >&5
25176 echo "${ECHO_T}$DEREZ" >&6
25178 echo "$as_me:$LINENO: result: no" >&5
25179 echo "${ECHO_T}no" >&6
25182 # Extract the first word of "SetFile", so it can be a program name with args.
25183 set dummy SetFile
; ac_word
=$2
25184 echo "$as_me:$LINENO: checking for $ac_word" >&5
25185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25186 if test "${ac_cv_prog_SETFILE+set}" = set; then
25187 echo $ECHO_N "(cached) $ECHO_C" >&6
25189 if test -n "$SETFILE"; then
25190 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
25192 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25193 for as_dir
in $PATH
25196 test -z "$as_dir" && as_dir
=.
25197 for ac_exec_ext
in '' $ac_executable_extensions; do
25198 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25199 ac_cv_prog_SETFILE
="SetFile"
25200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25206 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
25209 SETFILE
=$ac_cv_prog_SETFILE
25210 if test -n "$SETFILE"; then
25211 echo "$as_me:$LINENO: result: $SETFILE" >&5
25212 echo "${ECHO_T}$SETFILE" >&6
25214 echo "$as_me:$LINENO: result: no" >&5
25215 echo "${ECHO_T}no" >&6
25218 MACOSX_BUNDLE
="bundle"
25219 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
25220 MACSETFILE
="\$(SETFILE)"
25221 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25222 elif test "$wxUSE_COCOA" = 1; then
25223 # Extract the first word of "Rez", so it can be a program name with args.
25224 set dummy Rez
; ac_word
=$2
25225 echo "$as_me:$LINENO: checking for $ac_word" >&5
25226 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25227 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25228 echo $ECHO_N "(cached) $ECHO_C" >&6
25230 if test -n "$RESCOMP"; then
25231 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
25233 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25234 for as_dir
in $PATH
25237 test -z "$as_dir" && as_dir
=.
25238 for ac_exec_ext
in '' $ac_executable_extensions; do
25239 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25240 ac_cv_prog_RESCOMP
="Rez"
25241 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25247 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
25250 RESCOMP
=$ac_cv_prog_RESCOMP
25251 if test -n "$RESCOMP"; then
25252 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25253 echo "${ECHO_T}$RESCOMP" >&6
25255 echo "$as_me:$LINENO: result: no" >&5
25256 echo "${ECHO_T}no" >&6
25259 # Extract the first word of "DeRez", so it can be a program name with args.
25260 set dummy DeRez
; ac_word
=$2
25261 echo "$as_me:$LINENO: checking for $ac_word" >&5
25262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25263 if test "${ac_cv_prog_DEREZ+set}" = set; then
25264 echo $ECHO_N "(cached) $ECHO_C" >&6
25266 if test -n "$DEREZ"; then
25267 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
25269 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25270 for as_dir
in $PATH
25273 test -z "$as_dir" && as_dir
=.
25274 for ac_exec_ext
in '' $ac_executable_extensions; do
25275 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25276 ac_cv_prog_DEREZ
="DeRez"
25277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25283 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
25286 DEREZ
=$ac_cv_prog_DEREZ
25287 if test -n "$DEREZ"; then
25288 echo "$as_me:$LINENO: result: $DEREZ" >&5
25289 echo "${ECHO_T}$DEREZ" >&6
25291 echo "$as_me:$LINENO: result: no" >&5
25292 echo "${ECHO_T}no" >&6
25295 # Extract the first word of "SetFile", so it can be a program name with args.
25296 set dummy SetFile
; ac_word
=$2
25297 echo "$as_me:$LINENO: checking for $ac_word" >&5
25298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25299 if test "${ac_cv_prog_SETFILE+set}" = set; then
25300 echo $ECHO_N "(cached) $ECHO_C" >&6
25302 if test -n "$SETFILE"; then
25303 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
25305 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25306 for as_dir
in $PATH
25309 test -z "$as_dir" && as_dir
=.
25310 for ac_exec_ext
in '' $ac_executable_extensions; do
25311 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25312 ac_cv_prog_SETFILE
="SetFile"
25313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25319 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
25322 SETFILE
=$ac_cv_prog_SETFILE
25323 if test -n "$SETFILE"; then
25324 echo "$as_me:$LINENO: result: $SETFILE" >&5
25325 echo "${ECHO_T}$SETFILE" >&6
25327 echo "$as_me:$LINENO: result: no" >&5
25328 echo "${ECHO_T}no" >&6
25331 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
25332 MACSETFILE
="\$(SETFILE)"
25333 MACRESWXCONFIG
="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25335 if test "$wxUSE_PM" = 1; then
25336 MACRESCOMP
="emxbind -ep"
25341 echo "$as_me:$LINENO: checking for mode_t" >&5
25342 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
25343 if test "${ac_cv_type_mode_t+set}" = set; then
25344 echo $ECHO_N "(cached) $ECHO_C" >&6
25346 cat >conftest.
$ac_ext <<_ACEOF
25347 #line $LINENO "configure"
25350 cat confdefs.h
>>conftest.
$ac_ext
25351 cat >>conftest.
$ac_ext <<_ACEOF
25352 /* end confdefs.h. */
25353 $ac_includes_default
25359 if (sizeof (mode_t))
25365 rm -f conftest.
$ac_objext
25366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25367 (eval $ac_compile) 2>&5
25369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25370 (exit $ac_status); } &&
25371 { ac_try
='test -s conftest.$ac_objext'
25372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25373 (eval $ac_try) 2>&5
25375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25376 (exit $ac_status); }; }; then
25377 ac_cv_type_mode_t
=yes
25379 echo "$as_me: failed program was:" >&5
25380 sed 's/^/| /' conftest.
$ac_ext >&5
25382 ac_cv_type_mode_t
=no
25384 rm -f conftest.
$ac_objext conftest.
$ac_ext
25386 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
25387 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
25388 if test $ac_cv_type_mode_t = yes; then
25392 cat >>confdefs.h
<<_ACEOF
25398 echo "$as_me:$LINENO: checking for off_t" >&5
25399 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
25400 if test "${ac_cv_type_off_t+set}" = set; then
25401 echo $ECHO_N "(cached) $ECHO_C" >&6
25403 cat >conftest.
$ac_ext <<_ACEOF
25404 #line $LINENO "configure"
25407 cat confdefs.h
>>conftest.
$ac_ext
25408 cat >>conftest.
$ac_ext <<_ACEOF
25409 /* end confdefs.h. */
25410 $ac_includes_default
25416 if (sizeof (off_t))
25422 rm -f conftest.
$ac_objext
25423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25424 (eval $ac_compile) 2>&5
25426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25427 (exit $ac_status); } &&
25428 { ac_try
='test -s conftest.$ac_objext'
25429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25430 (eval $ac_try) 2>&5
25432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25433 (exit $ac_status); }; }; then
25434 ac_cv_type_off_t
=yes
25436 echo "$as_me: failed program was:" >&5
25437 sed 's/^/| /' conftest.
$ac_ext >&5
25439 ac_cv_type_off_t
=no
25441 rm -f conftest.
$ac_objext conftest.
$ac_ext
25443 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
25444 echo "${ECHO_T}$ac_cv_type_off_t" >&6
25445 if test $ac_cv_type_off_t = yes; then
25449 cat >>confdefs.h
<<_ACEOF
25455 echo "$as_me:$LINENO: checking for pid_t" >&5
25456 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
25457 if test "${ac_cv_type_pid_t+set}" = set; then
25458 echo $ECHO_N "(cached) $ECHO_C" >&6
25460 cat >conftest.
$ac_ext <<_ACEOF
25461 #line $LINENO "configure"
25464 cat confdefs.h
>>conftest.
$ac_ext
25465 cat >>conftest.
$ac_ext <<_ACEOF
25466 /* end confdefs.h. */
25467 $ac_includes_default
25473 if (sizeof (pid_t))
25479 rm -f conftest.
$ac_objext
25480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25481 (eval $ac_compile) 2>&5
25483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25484 (exit $ac_status); } &&
25485 { ac_try
='test -s conftest.$ac_objext'
25486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25487 (eval $ac_try) 2>&5
25489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25490 (exit $ac_status); }; }; then
25491 ac_cv_type_pid_t
=yes
25493 echo "$as_me: failed program was:" >&5
25494 sed 's/^/| /' conftest.
$ac_ext >&5
25496 ac_cv_type_pid_t
=no
25498 rm -f conftest.
$ac_objext conftest.
$ac_ext
25500 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
25501 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
25502 if test $ac_cv_type_pid_t = yes; then
25506 cat >>confdefs.h
<<_ACEOF
25512 echo "$as_me:$LINENO: checking for size_t" >&5
25513 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
25514 if test "${ac_cv_type_size_t+set}" = set; then
25515 echo $ECHO_N "(cached) $ECHO_C" >&6
25517 cat >conftest.
$ac_ext <<_ACEOF
25518 #line $LINENO "configure"
25521 cat confdefs.h
>>conftest.
$ac_ext
25522 cat >>conftest.
$ac_ext <<_ACEOF
25523 /* end confdefs.h. */
25524 $ac_includes_default
25530 if (sizeof (size_t))
25536 rm -f conftest.
$ac_objext
25537 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25538 (eval $ac_compile) 2>&5
25540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25541 (exit $ac_status); } &&
25542 { ac_try
='test -s conftest.$ac_objext'
25543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25544 (eval $ac_try) 2>&5
25546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25547 (exit $ac_status); }; }; then
25548 ac_cv_type_size_t
=yes
25550 echo "$as_me: failed program was:" >&5
25551 sed 's/^/| /' conftest.
$ac_ext >&5
25553 ac_cv_type_size_t
=no
25555 rm -f conftest.
$ac_objext conftest.
$ac_ext
25557 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
25558 echo "${ECHO_T}$ac_cv_type_size_t" >&6
25559 if test $ac_cv_type_size_t = yes; then
25563 cat >>confdefs.h
<<_ACEOF
25564 #define size_t unsigned
25569 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
25570 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
25571 if test "${ac_cv_type_uid_t+set}" = set; then
25572 echo $ECHO_N "(cached) $ECHO_C" >&6
25574 cat >conftest.
$ac_ext <<_ACEOF
25575 #line $LINENO "configure"
25578 cat confdefs.h
>>conftest.
$ac_ext
25579 cat >>conftest.
$ac_ext <<_ACEOF
25580 /* end confdefs.h. */
25581 #include <sys/types.h>
25584 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
25585 $EGREP "uid_t" >/dev
/null
2>&1; then
25586 ac_cv_type_uid_t
=yes
25588 ac_cv_type_uid_t
=no
25593 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
25594 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
25595 if test $ac_cv_type_uid_t = no
; then
25597 cat >>confdefs.h
<<\_ACEOF
25602 cat >>confdefs.h
<<\_ACEOF
25612 ac_cpp
='$CXXCPP $CPPFLAGS'
25613 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25614 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25615 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
25617 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
25618 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
25619 if test "${wx_cv_size_t_is_uint+set}" = set; then
25620 echo $ECHO_N "(cached) $ECHO_C" >&6
25623 cat >conftest.
$ac_ext <<_ACEOF
25624 #line $LINENO "configure"
25627 cat confdefs.h
>>conftest.
$ac_ext
25628 cat >>conftest.
$ac_ext <<_ACEOF
25629 /* end confdefs.h. */
25630 #include <stddef.h>
25637 struct Foo { void foo(size_t); void foo(unsigned int); };
25645 rm -f conftest.
$ac_objext
25646 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25647 (eval $ac_compile) 2>&5
25649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25650 (exit $ac_status); } &&
25651 { ac_try
='test -s conftest.$ac_objext'
25652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25653 (eval $ac_try) 2>&5
25655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25656 (exit $ac_status); }; }; then
25657 wx_cv_size_t_is_uint
=no
25659 echo "$as_me: failed program was:" >&5
25660 sed 's/^/| /' conftest.
$ac_ext >&5
25662 wx_cv_size_t_is_uint
=yes
25665 rm -f conftest.
$ac_objext conftest.
$ac_ext
25669 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
25670 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
25672 if test "$wx_cv_size_t_is_uint" = "yes"; then
25673 cat >>confdefs.h
<<\_ACEOF
25674 #define wxSIZE_T_IS_UINT 1
25678 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
25679 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
25680 if test "${wx_cv_size_t_is_ulong+set}" = set; then
25681 echo $ECHO_N "(cached) $ECHO_C" >&6
25683 cat >conftest.
$ac_ext <<_ACEOF
25684 #line $LINENO "configure"
25687 cat confdefs.h
>>conftest.
$ac_ext
25688 cat >>conftest.
$ac_ext <<_ACEOF
25689 /* end confdefs.h. */
25690 #include <stddef.h>
25697 struct Foo { void foo(size_t); void foo(unsigned long); };
25705 rm -f conftest.
$ac_objext
25706 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25707 (eval $ac_compile) 2>&5
25709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25710 (exit $ac_status); } &&
25711 { ac_try
='test -s conftest.$ac_objext'
25712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25713 (eval $ac_try) 2>&5
25715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25716 (exit $ac_status); }; }; then
25717 wx_cv_size_t_is_ulong
=no
25719 echo "$as_me: failed program was:" >&5
25720 sed 's/^/| /' conftest.
$ac_ext >&5
25722 wx_cv_size_t_is_ulong
=yes
25725 rm -f conftest.
$ac_objext conftest.
$ac_ext
25728 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
25729 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
25731 if test "$wx_cv_size_t_is_ulong" = "yes"; then
25732 cat >>confdefs.h
<<\_ACEOF
25733 #define wxSIZE_T_IS_ULONG 1
25740 ac_cpp
='$CPP $CPPFLAGS'
25741 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25742 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25743 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
25747 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
25748 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
25749 if test "${wx_cv_struct_pw_gecos+set}" = set; then
25750 echo $ECHO_N "(cached) $ECHO_C" >&6
25753 cat >conftest.
$ac_ext <<_ACEOF
25754 #line $LINENO "configure"
25757 cat confdefs.h
>>conftest.
$ac_ext
25758 cat >>conftest.
$ac_ext <<_ACEOF
25759 /* end confdefs.h. */
25773 rm -f conftest.
$ac_objext
25774 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25775 (eval $ac_compile) 2>&5
25777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25778 (exit $ac_status); } &&
25779 { ac_try
='test -s conftest.$ac_objext'
25780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25781 (eval $ac_try) 2>&5
25783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25784 (exit $ac_status); }; }; then
25786 wx_cv_struct_pw_gecos
=yes
25789 echo "$as_me: failed program was:" >&5
25790 sed 's/^/| /' conftest.
$ac_ext >&5
25793 wx_cv_struct_pw_gecos
=no
25797 rm -f conftest.
$ac_objext conftest.
$ac_ext
25801 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
25802 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
25804 if test "$wx_cv_struct_pw_gecos" = "yes"; then
25805 cat >>confdefs.h
<<\_ACEOF
25806 #define HAVE_PW_GECOS 1
25812 if test "$wx_cv_sizeof_wchar_t" != "0"; then
25813 cat >>confdefs.h
<<\_ACEOF
25814 #define wxUSE_WCHAR_T 1
25821 for ac_func
in wcslen
25823 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25824 echo "$as_me:$LINENO: checking for $ac_func" >&5
25825 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25826 if eval "test \"\${$as_ac_var+set}\" = set"; then
25827 echo $ECHO_N "(cached) $ECHO_C" >&6
25829 cat >conftest.
$ac_ext <<_ACEOF
25830 #line $LINENO "configure"
25833 cat confdefs.h
>>conftest.
$ac_ext
25834 cat >>conftest.
$ac_ext <<_ACEOF
25835 /* end confdefs.h. */
25836 /* System header to define __stub macros and hopefully few prototypes,
25837 which can conflict with char $ac_func (); below.
25838 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25839 <limits.h> exists even on freestanding compilers. */
25841 # include <limits.h>
25843 # include <assert.h>
25845 /* Override any gcc2 internal prototype to avoid an error. */
25850 /* We use char because int might match the return type of a gcc2
25851 builtin and then its argument prototype would still apply. */
25853 /* The GNU C library defines this for functions which it implements
25854 to always fail with ENOSYS. Some functions are actually named
25855 something starting with __ and the normal name is an alias. */
25856 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25859 char (*f) () = $ac_func;
25868 return f != $ac_func;
25873 rm -f conftest.
$ac_objext conftest
$ac_exeext
25874 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25875 (eval $ac_link) 2>&5
25877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25878 (exit $ac_status); } &&
25879 { ac_try
='test -s conftest$ac_exeext'
25880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25881 (eval $ac_try) 2>&5
25883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25884 (exit $ac_status); }; }; then
25885 eval "$as_ac_var=yes"
25887 echo "$as_me: failed program was:" >&5
25888 sed 's/^/| /' conftest.
$ac_ext >&5
25890 eval "$as_ac_var=no"
25892 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
25894 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25895 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25896 if test `eval echo '${'$as_ac_var'}'` = yes; then
25897 cat >>confdefs.h
<<_ACEOF
25898 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25905 if test "$WCSLEN_FOUND" = 0; then
25906 if test "$TOOLKIT" = "MSW"; then
25907 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
25908 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
25909 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
25910 echo $ECHO_N "(cached) $ECHO_C" >&6
25912 ac_check_lib_save_LIBS
=$LIBS
25913 LIBS
="-lmsvcrt $LIBS"
25914 cat >conftest.
$ac_ext <<_ACEOF
25915 #line $LINENO "configure"
25918 cat confdefs.h
>>conftest.
$ac_ext
25919 cat >>conftest.
$ac_ext <<_ACEOF
25920 /* end confdefs.h. */
25922 /* Override any gcc2 internal prototype to avoid an error. */
25926 /* We use char because int might match the return type of a gcc2
25927 builtin and then its argument prototype would still apply. */
25937 rm -f conftest.
$ac_objext conftest
$ac_exeext
25938 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25939 (eval $ac_link) 2>&5
25941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25942 (exit $ac_status); } &&
25943 { ac_try
='test -s conftest$ac_exeext'
25944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25945 (eval $ac_try) 2>&5
25947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25948 (exit $ac_status); }; }; then
25949 ac_cv_lib_msvcrt_wcslen
=yes
25951 echo "$as_me: failed program was:" >&5
25952 sed 's/^/| /' conftest.
$ac_ext >&5
25954 ac_cv_lib_msvcrt_wcslen
=no
25956 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
25957 LIBS
=$ac_check_lib_save_LIBS
25959 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
25960 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
25961 if test $ac_cv_lib_msvcrt_wcslen = yes; then
25966 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
25967 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
25968 if test "${ac_cv_lib_w_wcslen+set}" = set; then
25969 echo $ECHO_N "(cached) $ECHO_C" >&6
25971 ac_check_lib_save_LIBS
=$LIBS
25973 cat >conftest.
$ac_ext <<_ACEOF
25974 #line $LINENO "configure"
25977 cat confdefs.h
>>conftest.
$ac_ext
25978 cat >>conftest.
$ac_ext <<_ACEOF
25979 /* end confdefs.h. */
25981 /* Override any gcc2 internal prototype to avoid an error. */
25985 /* We use char because int might match the return type of a gcc2
25986 builtin and then its argument prototype would still apply. */
25996 rm -f conftest.
$ac_objext conftest
$ac_exeext
25997 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25998 (eval $ac_link) 2>&5
26000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26001 (exit $ac_status); } &&
26002 { ac_try
='test -s conftest$ac_exeext'
26003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26004 (eval $ac_try) 2>&5
26006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26007 (exit $ac_status); }; }; then
26008 ac_cv_lib_w_wcslen
=yes
26010 echo "$as_me: failed program was:" >&5
26011 sed 's/^/| /' conftest.
$ac_ext >&5
26013 ac_cv_lib_w_wcslen
=no
26015 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26016 LIBS
=$ac_check_lib_save_LIBS
26018 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
26019 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
26020 if test $ac_cv_lib_w_wcslen = yes; then
26030 if test "$WCSLEN_FOUND" = 1; then
26031 cat >>confdefs.h
<<\_ACEOF
26032 #define HAVE_WCSLEN 1
26038 for ac_func
in wcsrtombs
26040 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26041 echo "$as_me:$LINENO: checking for $ac_func" >&5
26042 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26043 if eval "test \"\${$as_ac_var+set}\" = set"; then
26044 echo $ECHO_N "(cached) $ECHO_C" >&6
26046 cat >conftest.
$ac_ext <<_ACEOF
26047 #line $LINENO "configure"
26050 cat confdefs.h
>>conftest.
$ac_ext
26051 cat >>conftest.
$ac_ext <<_ACEOF
26052 /* end confdefs.h. */
26053 /* System header to define __stub macros and hopefully few prototypes,
26054 which can conflict with char $ac_func (); below.
26055 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26056 <limits.h> exists even on freestanding compilers. */
26058 # include <limits.h>
26060 # include <assert.h>
26062 /* Override any gcc2 internal prototype to avoid an error. */
26067 /* We use char because int might match the return type of a gcc2
26068 builtin and then its argument prototype would still apply. */
26070 /* The GNU C library defines this for functions which it implements
26071 to always fail with ENOSYS. Some functions are actually named
26072 something starting with __ and the normal name is an alias. */
26073 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26076 char (*f) () = $ac_func;
26085 return f != $ac_func;
26090 rm -f conftest.
$ac_objext conftest
$ac_exeext
26091 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26092 (eval $ac_link) 2>&5
26094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26095 (exit $ac_status); } &&
26096 { ac_try
='test -s conftest$ac_exeext'
26097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26098 (eval $ac_try) 2>&5
26100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26101 (exit $ac_status); }; }; then
26102 eval "$as_ac_var=yes"
26104 echo "$as_me: failed program was:" >&5
26105 sed 's/^/| /' conftest.
$ac_ext >&5
26107 eval "$as_ac_var=no"
26109 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26111 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26112 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26113 if test `eval echo '${'$as_ac_var'}'` = yes; then
26114 cat >>confdefs.h
<<_ACEOF
26115 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26122 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
26123 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
26129 ac_cpp
='$CXXCPP $CPPFLAGS'
26130 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26131 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26132 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26136 for ac_func
in vsnprintf
26138 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26139 echo "$as_me:$LINENO: checking for $ac_func" >&5
26140 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26141 if eval "test \"\${$as_ac_var+set}\" = set"; then
26142 echo $ECHO_N "(cached) $ECHO_C" >&6
26144 cat >conftest.
$ac_ext <<_ACEOF
26145 #line $LINENO "configure"
26148 cat confdefs.h
>>conftest.
$ac_ext
26149 cat >>conftest.
$ac_ext <<_ACEOF
26150 /* end confdefs.h. */
26151 /* System header to define __stub macros and hopefully few prototypes,
26152 which can conflict with char $ac_func (); below.
26153 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26154 <limits.h> exists even on freestanding compilers. */
26156 # include <limits.h>
26158 # include <assert.h>
26160 /* Override any gcc2 internal prototype to avoid an error. */
26165 /* We use char because int might match the return type of a gcc2
26166 builtin and then its argument prototype would still apply. */
26168 /* The GNU C library defines this for functions which it implements
26169 to always fail with ENOSYS. Some functions are actually named
26170 something starting with __ and the normal name is an alias. */
26171 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26174 char (*f) () = $ac_func;
26183 return f != $ac_func;
26188 rm -f conftest.
$ac_objext conftest
$ac_exeext
26189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26190 (eval $ac_link) 2>&5
26192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26193 (exit $ac_status); } &&
26194 { ac_try
='test -s conftest$ac_exeext'
26195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26196 (eval $ac_try) 2>&5
26198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26199 (exit $ac_status); }; }; then
26200 eval "$as_ac_var=yes"
26202 echo "$as_me: failed program was:" >&5
26203 sed 's/^/| /' conftest.
$ac_ext >&5
26205 eval "$as_ac_var=no"
26207 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26209 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26210 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26211 if test `eval echo '${'$as_ac_var'}'` = yes; then
26212 cat >>confdefs.h
<<_ACEOF
26213 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26220 if test "$ac_cv_func_vsnprintf" = "yes"; then
26221 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
26222 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
26223 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
26224 echo $ECHO_N "(cached) $ECHO_C" >&6
26227 cat >conftest.
$ac_ext <<_ACEOF
26228 #line $LINENO "configure"
26231 cat confdefs.h
>>conftest.
$ac_ext
26232 cat >>conftest.
$ac_ext <<_ACEOF
26233 /* end confdefs.h. */
26236 #include <stdarg.h>
26244 vsnprintf(buf, 10u, "%s", ap);
26250 rm -f conftest.
$ac_objext
26251 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26252 (eval $ac_compile) 2>&5
26254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26255 (exit $ac_status); } &&
26256 { ac_try
='test -s conftest.$ac_objext'
26257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26258 (eval $ac_try) 2>&5
26260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26261 (exit $ac_status); }; }; then
26262 wx_cv_func_vsnprintf_decl
=yes
26264 echo "$as_me: failed program was:" >&5
26265 sed 's/^/| /' conftest.
$ac_ext >&5
26267 wx_cv_func_vsnprintf_decl
=no
26270 rm -f conftest.
$ac_objext conftest.
$ac_ext
26274 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
26275 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
26277 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
26278 cat >>confdefs.h
<<\_ACEOF
26279 #define HAVE_VSNPRINTF_DECL 1
26285 if test "$wxUSE_UNICODE" = yes; then
26289 for ac_func
in fputwc wprintf vswprintf
26291 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26292 echo "$as_me:$LINENO: checking for $ac_func" >&5
26293 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26294 if eval "test \"\${$as_ac_var+set}\" = set"; then
26295 echo $ECHO_N "(cached) $ECHO_C" >&6
26297 cat >conftest.
$ac_ext <<_ACEOF
26298 #line $LINENO "configure"
26301 cat confdefs.h
>>conftest.
$ac_ext
26302 cat >>conftest.
$ac_ext <<_ACEOF
26303 /* end confdefs.h. */
26304 /* System header to define __stub macros and hopefully few prototypes,
26305 which can conflict with char $ac_func (); below.
26306 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26307 <limits.h> exists even on freestanding compilers. */
26309 # include <limits.h>
26311 # include <assert.h>
26313 /* Override any gcc2 internal prototype to avoid an error. */
26318 /* We use char because int might match the return type of a gcc2
26319 builtin and then its argument prototype would still apply. */
26321 /* The GNU C library defines this for functions which it implements
26322 to always fail with ENOSYS. Some functions are actually named
26323 something starting with __ and the normal name is an alias. */
26324 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26327 char (*f) () = $ac_func;
26336 return f != $ac_func;
26341 rm -f conftest.
$ac_objext conftest
$ac_exeext
26342 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26343 (eval $ac_link) 2>&5
26345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26346 (exit $ac_status); } &&
26347 { ac_try
='test -s conftest$ac_exeext'
26348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26349 (eval $ac_try) 2>&5
26351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26352 (exit $ac_status); }; }; then
26353 eval "$as_ac_var=yes"
26355 echo "$as_me: failed program was:" >&5
26356 sed 's/^/| /' conftest.
$ac_ext >&5
26358 eval "$as_ac_var=no"
26360 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26362 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26363 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26364 if test `eval echo '${'$as_ac_var'}'` = yes; then
26365 cat >>confdefs.h
<<_ACEOF
26366 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26373 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
26374 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
26375 cat >conftest.
$ac_ext <<_ACEOF
26376 #line $LINENO "configure"
26379 cat confdefs.h
>>conftest.
$ac_ext
26380 cat >>conftest.
$ac_ext <<_ACEOF
26381 /* end confdefs.h. */
26391 rm -f conftest.
$ac_objext
26392 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26393 (eval $ac_compile) 2>&5
26395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26396 (exit $ac_status); } &&
26397 { ac_try
='test -s conftest.$ac_objext'
26398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26399 (eval $ac_try) 2>&5
26401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26402 (exit $ac_status); }; }; then
26403 echo "$as_me:$LINENO: result: yes" >&5
26404 echo "${ECHO_T}yes" >&6
26405 cat >>confdefs.h
<<\_ACEOF
26406 #define HAVE__VSNWPRINTF 1
26410 echo "$as_me: failed program was:" >&5
26411 sed 's/^/| /' conftest.
$ac_ext >&5
26413 echo "$as_me:$LINENO: result: no" >&5
26414 echo "${ECHO_T}no" >&6
26416 rm -f conftest.
$ac_objext conftest.
$ac_ext;
26420 ac_cpp
='$CPP $CPPFLAGS'
26421 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26422 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26423 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26428 if test "$TOOLKIT" != "MSW"; then
26434 ac_cpp
='$CXXCPP $CPPFLAGS'
26435 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26436 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26437 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26442 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
26443 if test "${with_libiconv_prefix+set}" = set; then
26444 withval
="$with_libiconv_prefix"
26446 for dir
in `echo "$withval" | tr : ' '`; do
26447 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
26448 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
26453 echo "$as_me:$LINENO: checking for iconv" >&5
26454 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
26455 if test "${am_cv_func_iconv+set}" = set; then
26456 echo $ECHO_N "(cached) $ECHO_C" >&6
26459 am_cv_func_iconv
="no, consider installing GNU libiconv"
26461 cat >conftest.
$ac_ext <<_ACEOF
26462 #line $LINENO "configure"
26465 cat confdefs.h
>>conftest.
$ac_ext
26466 cat >>conftest.
$ac_ext <<_ACEOF
26467 /* end confdefs.h. */
26468 #include <stdlib.h>
26473 iconv_t cd = iconv_open("","");
26474 iconv(cd,NULL,NULL,NULL,NULL);
26480 rm -f conftest.
$ac_objext conftest
$ac_exeext
26481 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26482 (eval $ac_link) 2>&5
26484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26485 (exit $ac_status); } &&
26486 { ac_try
='test -s conftest$ac_exeext'
26487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26488 (eval $ac_try) 2>&5
26490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26491 (exit $ac_status); }; }; then
26492 am_cv_func_iconv
=yes
26494 echo "$as_me: failed program was:" >&5
26495 sed 's/^/| /' conftest.
$ac_ext >&5
26498 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26499 if test "$am_cv_func_iconv" != yes; then
26500 am_save_LIBS
="$LIBS"
26501 LIBS
="$LIBS -liconv"
26502 cat >conftest.
$ac_ext <<_ACEOF
26503 #line $LINENO "configure"
26506 cat confdefs.h
>>conftest.
$ac_ext
26507 cat >>conftest.
$ac_ext <<_ACEOF
26508 /* end confdefs.h. */
26509 #include <stdlib.h>
26514 iconv_t cd = iconv_open("","");
26515 iconv(cd,NULL,NULL,NULL,NULL);
26521 rm -f conftest.
$ac_objext conftest
$ac_exeext
26522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26523 (eval $ac_link) 2>&5
26525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26526 (exit $ac_status); } &&
26527 { ac_try
='test -s conftest$ac_exeext'
26528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26529 (eval $ac_try) 2>&5
26531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26532 (exit $ac_status); }; }; then
26533 am_cv_lib_iconv
=yes
26534 am_cv_func_iconv
=yes
26536 echo "$as_me: failed program was:" >&5
26537 sed 's/^/| /' conftest.
$ac_ext >&5
26540 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26541 LIBS
="$am_save_LIBS"
26545 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
26546 echo "${ECHO_T}$am_cv_func_iconv" >&6
26547 if test "$am_cv_func_iconv" = yes; then
26549 cat >>confdefs.h
<<\_ACEOF
26550 #define HAVE_ICONV 1
26553 echo "$as_me:$LINENO: checking if iconv needs const" >&5
26554 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
26555 if test "${wx_cv_func_iconv_const+set}" = set; then
26556 echo $ECHO_N "(cached) $ECHO_C" >&6
26558 cat >conftest.
$ac_ext <<_ACEOF
26559 #line $LINENO "configure"
26562 cat confdefs.h
>>conftest.
$ac_ext
26563 cat >>conftest.
$ac_ext <<_ACEOF
26564 /* end confdefs.h. */
26566 #include <stdlib.h>
26572 #if defined(__STDC__) || defined(__cplusplus)
26573 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
26586 rm -f conftest.
$ac_objext
26587 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26588 (eval $ac_compile) 2>&5
26590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26591 (exit $ac_status); } &&
26592 { ac_try
='test -s conftest.$ac_objext'
26593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26594 (eval $ac_try) 2>&5
26596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26597 (exit $ac_status); }; }; then
26598 wx_cv_func_iconv_const
="no"
26600 echo "$as_me: failed program was:" >&5
26601 sed 's/^/| /' conftest.
$ac_ext >&5
26603 wx_cv_func_iconv_const
="yes"
26606 rm -f conftest.
$ac_objext conftest.
$ac_ext
26609 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
26610 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
26613 if test "x$wx_cv_func_iconv_const" = "xyes"; then
26614 iconv_const
="const"
26618 cat >>confdefs.h
<<_ACEOF
26619 #define ICONV_CONST $iconv_const
26624 if test "$am_cv_lib_iconv" = yes; then
26629 LIBS
="$LIBICONV $LIBS"
26631 ac_cpp
='$CPP $CPPFLAGS'
26632 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26633 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26634 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26637 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
26639 for ac_func
in sigaction
26641 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26642 echo "$as_me:$LINENO: checking for $ac_func" >&5
26643 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26644 if eval "test \"\${$as_ac_var+set}\" = set"; then
26645 echo $ECHO_N "(cached) $ECHO_C" >&6
26647 cat >conftest.
$ac_ext <<_ACEOF
26648 #line $LINENO "configure"
26651 cat confdefs.h
>>conftest.
$ac_ext
26652 cat >>conftest.
$ac_ext <<_ACEOF
26653 /* end confdefs.h. */
26654 /* System header to define __stub macros and hopefully few prototypes,
26655 which can conflict with char $ac_func (); below.
26656 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26657 <limits.h> exists even on freestanding compilers. */
26659 # include <limits.h>
26661 # include <assert.h>
26663 /* Override any gcc2 internal prototype to avoid an error. */
26668 /* We use char because int might match the return type of a gcc2
26669 builtin and then its argument prototype would still apply. */
26671 /* The GNU C library defines this for functions which it implements
26672 to always fail with ENOSYS. Some functions are actually named
26673 something starting with __ and the normal name is an alias. */
26674 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26677 char (*f) () = $ac_func;
26686 return f != $ac_func;
26691 rm -f conftest.
$ac_objext conftest
$ac_exeext
26692 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26693 (eval $ac_link) 2>&5
26695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26696 (exit $ac_status); } &&
26697 { ac_try
='test -s conftest$ac_exeext'
26698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26699 (eval $ac_try) 2>&5
26701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26702 (exit $ac_status); }; }; then
26703 eval "$as_ac_var=yes"
26705 echo "$as_me: failed program was:" >&5
26706 sed 's/^/| /' conftest.
$ac_ext >&5
26708 eval "$as_ac_var=no"
26710 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26712 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26713 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26714 if test `eval echo '${'$as_ac_var'}'` = yes; then
26715 cat >>confdefs.h
<<_ACEOF
26716 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26723 if test "$ac_cv_func_sigaction" = "no"; then
26724 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
26725 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
26726 wxUSE_ON_FATAL_EXCEPTION
=no
26729 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
26733 ac_cpp
='$CXXCPP $CPPFLAGS'
26734 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26735 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26736 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26739 echo "$as_me:$LINENO: checking for sa_handler type" >&5
26740 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
26741 if test "${wx_cv_type_sa_handler+set}" = set; then
26742 echo $ECHO_N "(cached) $ECHO_C" >&6
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 <signal.h>
26757 extern void testSigHandler(int);
26759 struct sigaction sa;
26760 sa.sa_handler = testSigHandler;
26766 rm -f conftest.
$ac_objext
26767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26768 (eval $ac_compile) 2>&5
26770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26771 (exit $ac_status); } &&
26772 { ac_try
='test -s conftest.$ac_objext'
26773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26774 (eval $ac_try) 2>&5
26776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26777 (exit $ac_status); }; }; then
26779 wx_cv_type_sa_handler
=int
26782 echo "$as_me: failed program was:" >&5
26783 sed 's/^/| /' conftest.
$ac_ext >&5
26786 wx_cv_type_sa_handler
=void
26789 rm -f conftest.
$ac_objext conftest.
$ac_ext
26792 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
26793 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
26796 ac_cpp
='$CPP $CPPFLAGS'
26797 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26798 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26799 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26802 cat >>confdefs.h
<<_ACEOF
26803 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
26811 for ac_func
in mkstemp mktemp
26813 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26814 echo "$as_me:$LINENO: checking for $ac_func" >&5
26815 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26816 if eval "test \"\${$as_ac_var+set}\" = set"; then
26817 echo $ECHO_N "(cached) $ECHO_C" >&6
26819 cat >conftest.
$ac_ext <<_ACEOF
26820 #line $LINENO "configure"
26823 cat confdefs.h
>>conftest.
$ac_ext
26824 cat >>conftest.
$ac_ext <<_ACEOF
26825 /* end confdefs.h. */
26826 /* System header to define __stub macros and hopefully few prototypes,
26827 which can conflict with char $ac_func (); below.
26828 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26829 <limits.h> exists even on freestanding compilers. */
26831 # include <limits.h>
26833 # include <assert.h>
26835 /* Override any gcc2 internal prototype to avoid an error. */
26840 /* We use char because int might match the return type of a gcc2
26841 builtin and then its argument prototype would still apply. */
26843 /* The GNU C library defines this for functions which it implements
26844 to always fail with ENOSYS. Some functions are actually named
26845 something starting with __ and the normal name is an alias. */
26846 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26849 char (*f) () = $ac_func;
26858 return f != $ac_func;
26863 rm -f conftest.
$ac_objext conftest
$ac_exeext
26864 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26865 (eval $ac_link) 2>&5
26867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26868 (exit $ac_status); } &&
26869 { ac_try
='test -s conftest$ac_exeext'
26870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26871 (eval $ac_try) 2>&5
26873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26874 (exit $ac_status); }; }; then
26875 eval "$as_ac_var=yes"
26877 echo "$as_me: failed program was:" >&5
26878 sed 's/^/| /' conftest.
$ac_ext >&5
26880 eval "$as_ac_var=no"
26882 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26884 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26885 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26886 if test `eval echo '${'$as_ac_var'}'` = yes; then
26887 cat >>confdefs.h
<<_ACEOF
26888 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26895 echo "$as_me:$LINENO: checking for statfs" >&5
26896 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
26897 if test "${wx_cv_func_statfs+set}" = set; then
26898 echo $ECHO_N "(cached) $ECHO_C" >&6
26900 cat >conftest.
$ac_ext <<_ACEOF
26901 #line $LINENO "configure"
26904 cat confdefs.h
>>conftest.
$ac_ext
26905 cat >>conftest.
$ac_ext <<_ACEOF
26906 /* end confdefs.h. */
26908 #if defined(__BSD__)
26909 #include <sys/param.h>
26910 #include <sys/mount.h>
26912 #include <sys/vfs.h>
26930 rm -f conftest.
$ac_objext
26931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26932 (eval $ac_compile) 2>&5
26934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26935 (exit $ac_status); } &&
26936 { ac_try
='test -s conftest.$ac_objext'
26937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26938 (eval $ac_try) 2>&5
26940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26941 (exit $ac_status); }; }; then
26943 wx_cv_func_statfs
=yes
26946 echo "$as_me: failed program was:" >&5
26947 sed 's/^/| /' conftest.
$ac_ext >&5
26950 wx_cv_func_statfs
=no
26954 rm -f conftest.
$ac_objext conftest.
$ac_ext
26957 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
26958 echo "${ECHO_T}$wx_cv_func_statfs" >&6
26960 if test "$wx_cv_func_statfs" = "yes"; then
26961 wx_cv_type_statvfs_t
="struct statfs"
26962 cat >>confdefs.h
<<\_ACEOF
26963 #define HAVE_STATFS 1
26967 echo "$as_me:$LINENO: checking for statvfs" >&5
26968 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
26969 if test "${wx_cv_func_statvfs+set}" = set; then
26970 echo $ECHO_N "(cached) $ECHO_C" >&6
26972 cat >conftest.
$ac_ext <<_ACEOF
26973 #line $LINENO "configure"
26976 cat confdefs.h
>>conftest.
$ac_ext
26977 cat >>conftest.
$ac_ext <<_ACEOF
26978 /* end confdefs.h. */
26980 #include <stddef.h>
26981 #include <sys/statvfs.h>
26987 statvfs("/", NULL);
26993 rm -f conftest.
$ac_objext
26994 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26995 (eval $ac_compile) 2>&5
26997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26998 (exit $ac_status); } &&
26999 { ac_try
='test -s conftest.$ac_objext'
27000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27001 (eval $ac_try) 2>&5
27003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27004 (exit $ac_status); }; }; then
27005 wx_cv_func_statvfs
=yes
27007 echo "$as_me: failed program was:" >&5
27008 sed 's/^/| /' conftest.
$ac_ext >&5
27010 wx_cv_func_statvfs
=no
27013 rm -f conftest.
$ac_objext conftest.
$ac_ext
27016 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
27017 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
27019 if test "$wx_cv_func_statvfs" = "yes"; then
27023 ac_cpp
='$CXXCPP $CPPFLAGS'
27024 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27025 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27026 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
27029 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
27030 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
27031 if test "${wx_cv_type_statvfs_t+set}" = set; then
27032 echo $ECHO_N "(cached) $ECHO_C" >&6
27034 cat >conftest.
$ac_ext <<_ACEOF
27035 #line $LINENO "configure"
27038 cat confdefs.h
>>conftest.
$ac_ext
27039 cat >>conftest.
$ac_ext <<_ACEOF
27040 /* end confdefs.h. */
27042 #include <sys/statvfs.h>
27059 rm -f conftest.
$ac_objext
27060 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27061 (eval $ac_compile) 2>&5
27063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27064 (exit $ac_status); } &&
27065 { ac_try
='test -s conftest.$ac_objext'
27066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27067 (eval $ac_try) 2>&5
27069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27070 (exit $ac_status); }; }; then
27071 wx_cv_type_statvfs_t
=statvfs_t
27073 echo "$as_me: failed program was:" >&5
27074 sed 's/^/| /' conftest.
$ac_ext >&5
27077 cat >conftest.
$ac_ext <<_ACEOF
27078 #line $LINENO "configure"
27081 cat confdefs.h
>>conftest.
$ac_ext
27082 cat >>conftest.
$ac_ext <<_ACEOF
27083 /* end confdefs.h. */
27085 #include <sys/statvfs.h>
27102 rm -f conftest.
$ac_objext
27103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27104 (eval $ac_compile) 2>&5
27106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27107 (exit $ac_status); } &&
27108 { ac_try
='test -s conftest.$ac_objext'
27109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27110 (eval $ac_try) 2>&5
27112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27113 (exit $ac_status); }; }; then
27114 wx_cv_type_statvfs_t
="struct statvfs"
27116 echo "$as_me: failed program was:" >&5
27117 sed 's/^/| /' conftest.
$ac_ext >&5
27119 wx_cv_type_statvfs_t
="unknown"
27122 rm -f conftest.
$ac_objext conftest.
$ac_ext
27126 rm -f conftest.
$ac_objext conftest.
$ac_ext
27129 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
27130 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
27133 ac_cpp
='$CPP $CPPFLAGS'
27134 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27135 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27136 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27139 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27140 cat >>confdefs.h
<<\_ACEOF
27141 #define HAVE_STATVFS 1
27146 wx_cv_type_statvfs_t
="unknown"
27150 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27151 cat >>confdefs.h
<<_ACEOF
27152 #define WX_STATFS_T $wx_cv_type_statvfs_t
27156 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
27157 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
27160 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
27163 for ac_func
in fcntl flock
27165 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27166 echo "$as_me:$LINENO: checking for $ac_func" >&5
27167 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27168 if eval "test \"\${$as_ac_var+set}\" = set"; then
27169 echo $ECHO_N "(cached) $ECHO_C" >&6
27171 cat >conftest.
$ac_ext <<_ACEOF
27172 #line $LINENO "configure"
27175 cat confdefs.h
>>conftest.
$ac_ext
27176 cat >>conftest.
$ac_ext <<_ACEOF
27177 /* end confdefs.h. */
27178 /* System header to define __stub macros and hopefully few prototypes,
27179 which can conflict with char $ac_func (); below.
27180 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27181 <limits.h> exists even on freestanding compilers. */
27183 # include <limits.h>
27185 # include <assert.h>
27187 /* Override any gcc2 internal prototype to avoid an error. */
27192 /* We use char because int might match the return type of a gcc2
27193 builtin and then its argument prototype would still apply. */
27195 /* The GNU C library defines this for functions which it implements
27196 to always fail with ENOSYS. Some functions are actually named
27197 something starting with __ and the normal name is an alias. */
27198 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27201 char (*f) () = $ac_func;
27210 return f != $ac_func;
27215 rm -f conftest.
$ac_objext conftest
$ac_exeext
27216 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27217 (eval $ac_link) 2>&5
27219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27220 (exit $ac_status); } &&
27221 { ac_try
='test -s conftest$ac_exeext'
27222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27223 (eval $ac_try) 2>&5
27225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27226 (exit $ac_status); }; }; then
27227 eval "$as_ac_var=yes"
27229 echo "$as_me: failed program was:" >&5
27230 sed 's/^/| /' conftest.
$ac_ext >&5
27232 eval "$as_ac_var=no"
27234 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27236 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27237 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27238 if test `eval echo '${'$as_ac_var'}'` = yes; then
27239 cat >>confdefs.h
<<_ACEOF
27240 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27247 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
27248 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
27249 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
27250 wxUSE_SNGLINST_CHECKER
=no
27255 for ac_func
in timegm
27257 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27258 echo "$as_me:$LINENO: checking for $ac_func" >&5
27259 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27260 if eval "test \"\${$as_ac_var+set}\" = set"; then
27261 echo $ECHO_N "(cached) $ECHO_C" >&6
27263 cat >conftest.
$ac_ext <<_ACEOF
27264 #line $LINENO "configure"
27267 cat confdefs.h
>>conftest.
$ac_ext
27268 cat >>conftest.
$ac_ext <<_ACEOF
27269 /* end confdefs.h. */
27270 /* System header to define __stub macros and hopefully few prototypes,
27271 which can conflict with char $ac_func (); below.
27272 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27273 <limits.h> exists even on freestanding compilers. */
27275 # include <limits.h>
27277 # include <assert.h>
27279 /* Override any gcc2 internal prototype to avoid an error. */
27284 /* We use char because int might match the return type of a gcc2
27285 builtin and then its argument prototype would still apply. */
27287 /* The GNU C library defines this for functions which it implements
27288 to always fail with ENOSYS. Some functions are actually named
27289 something starting with __ and the normal name is an alias. */
27290 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27293 char (*f) () = $ac_func;
27302 return f != $ac_func;
27307 rm -f conftest.
$ac_objext conftest
$ac_exeext
27308 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27309 (eval $ac_link) 2>&5
27311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27312 (exit $ac_status); } &&
27313 { ac_try
='test -s conftest$ac_exeext'
27314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27315 (eval $ac_try) 2>&5
27317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27318 (exit $ac_status); }; }; then
27319 eval "$as_ac_var=yes"
27321 echo "$as_me: failed program was:" >&5
27322 sed 's/^/| /' conftest.
$ac_ext >&5
27324 eval "$as_ac_var=no"
27326 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27328 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27329 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27330 if test `eval echo '${'$as_ac_var'}'` = yes; then
27331 cat >>confdefs.h
<<_ACEOF
27332 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27341 for ac_func
in putenv setenv
27343 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27344 echo "$as_me:$LINENO: checking for $ac_func" >&5
27345 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27346 if eval "test \"\${$as_ac_var+set}\" = set"; then
27347 echo $ECHO_N "(cached) $ECHO_C" >&6
27349 cat >conftest.
$ac_ext <<_ACEOF
27350 #line $LINENO "configure"
27353 cat confdefs.h
>>conftest.
$ac_ext
27354 cat >>conftest.
$ac_ext <<_ACEOF
27355 /* end confdefs.h. */
27356 /* System header to define __stub macros and hopefully few prototypes,
27357 which can conflict with char $ac_func (); below.
27358 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27359 <limits.h> exists even on freestanding compilers. */
27361 # include <limits.h>
27363 # include <assert.h>
27365 /* Override any gcc2 internal prototype to avoid an error. */
27370 /* We use char because int might match the return type of a gcc2
27371 builtin and then its argument prototype would still apply. */
27373 /* The GNU C library defines this for functions which it implements
27374 to always fail with ENOSYS. Some functions are actually named
27375 something starting with __ and the normal name is an alias. */
27376 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27379 char (*f) () = $ac_func;
27388 return f != $ac_func;
27393 rm -f conftest.
$ac_objext conftest
$ac_exeext
27394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27395 (eval $ac_link) 2>&5
27397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27398 (exit $ac_status); } &&
27399 { ac_try
='test -s conftest$ac_exeext'
27400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27401 (eval $ac_try) 2>&5
27403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27404 (exit $ac_status); }; }; then
27405 eval "$as_ac_var=yes"
27407 echo "$as_me: failed program was:" >&5
27408 sed 's/^/| /' conftest.
$ac_ext >&5
27410 eval "$as_ac_var=no"
27412 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27414 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27415 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27416 if test `eval echo '${'$as_ac_var'}'` = yes; then
27417 cat >>confdefs.h
<<_ACEOF
27418 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27425 HAVE_SOME_SLEEP_FUNC
=0
27426 if test "$USE_BEOS" = 1; then
27427 cat >>confdefs.h
<<\_ACEOF
27428 #define HAVE_SLEEP 1
27431 HAVE_SOME_SLEEP_FUNC
=1
27434 if test "$USE_DARWIN" = 1; then
27435 cat >>confdefs.h
<<\_ACEOF
27436 #define HAVE_USLEEP 1
27439 HAVE_SOME_SLEEP_FUNC
=1
27442 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
27445 for ac_func
in nanosleep
27447 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27448 echo "$as_me:$LINENO: checking for $ac_func" >&5
27449 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27450 if eval "test \"\${$as_ac_var+set}\" = set"; then
27451 echo $ECHO_N "(cached) $ECHO_C" >&6
27453 cat >conftest.
$ac_ext <<_ACEOF
27454 #line $LINENO "configure"
27457 cat confdefs.h
>>conftest.
$ac_ext
27458 cat >>conftest.
$ac_ext <<_ACEOF
27459 /* end confdefs.h. */
27460 /* System header to define __stub macros and hopefully few prototypes,
27461 which can conflict with char $ac_func (); below.
27462 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27463 <limits.h> exists even on freestanding compilers. */
27465 # include <limits.h>
27467 # include <assert.h>
27469 /* Override any gcc2 internal prototype to avoid an error. */
27474 /* We use char because int might match the return type of a gcc2
27475 builtin and then its argument prototype would still apply. */
27477 /* The GNU C library defines this for functions which it implements
27478 to always fail with ENOSYS. Some functions are actually named
27479 something starting with __ and the normal name is an alias. */
27480 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27483 char (*f) () = $ac_func;
27492 return f != $ac_func;
27497 rm -f conftest.
$ac_objext conftest
$ac_exeext
27498 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27499 (eval $ac_link) 2>&5
27501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27502 (exit $ac_status); } &&
27503 { ac_try
='test -s conftest$ac_exeext'
27504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27505 (eval $ac_try) 2>&5
27507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27508 (exit $ac_status); }; }; then
27509 eval "$as_ac_var=yes"
27511 echo "$as_me: failed program was:" >&5
27512 sed 's/^/| /' conftest.
$ac_ext >&5
27514 eval "$as_ac_var=no"
27516 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27518 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27519 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27520 if test `eval echo '${'$as_ac_var'}'` = yes; then
27521 cat >>confdefs.h
<<_ACEOF
27522 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27524 cat >>confdefs.h
<<\_ACEOF
27525 #define HAVE_NANOSLEEP 1
27530 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
27531 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
27532 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
27533 echo $ECHO_N "(cached) $ECHO_C" >&6
27535 ac_check_lib_save_LIBS
=$LIBS
27536 LIBS
="-lposix4 $LIBS"
27537 cat >conftest.
$ac_ext <<_ACEOF
27538 #line $LINENO "configure"
27541 cat confdefs.h
>>conftest.
$ac_ext
27542 cat >>conftest.
$ac_ext <<_ACEOF
27543 /* end confdefs.h. */
27545 /* Override any gcc2 internal prototype to avoid an error. */
27549 /* We use char because int might match the return type of a gcc2
27550 builtin and then its argument prototype would still apply. */
27560 rm -f conftest.
$ac_objext conftest
$ac_exeext
27561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27562 (eval $ac_link) 2>&5
27564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27565 (exit $ac_status); } &&
27566 { ac_try
='test -s conftest$ac_exeext'
27567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27568 (eval $ac_try) 2>&5
27570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27571 (exit $ac_status); }; }; then
27572 ac_cv_lib_posix4_nanosleep
=yes
27574 echo "$as_me: failed program was:" >&5
27575 sed 's/^/| /' conftest.
$ac_ext >&5
27577 ac_cv_lib_posix4_nanosleep
=no
27579 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27580 LIBS
=$ac_check_lib_save_LIBS
27582 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
27583 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
27584 if test $ac_cv_lib_posix4_nanosleep = yes; then
27586 cat >>confdefs.h
<<\_ACEOF
27587 #define HAVE_NANOSLEEP 1
27590 POSIX4_LINK
=" -lposix4"
27595 for ac_func
in usleep
27597 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27598 echo "$as_me:$LINENO: checking for $ac_func" >&5
27599 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27600 if eval "test \"\${$as_ac_var+set}\" = set"; then
27601 echo $ECHO_N "(cached) $ECHO_C" >&6
27603 cat >conftest.
$ac_ext <<_ACEOF
27604 #line $LINENO "configure"
27607 cat confdefs.h
>>conftest.
$ac_ext
27608 cat >>conftest.
$ac_ext <<_ACEOF
27609 /* end confdefs.h. */
27610 /* System header to define __stub macros and hopefully few prototypes,
27611 which can conflict with char $ac_func (); below.
27612 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27613 <limits.h> exists even on freestanding compilers. */
27615 # include <limits.h>
27617 # include <assert.h>
27619 /* Override any gcc2 internal prototype to avoid an error. */
27624 /* We use char because int might match the return type of a gcc2
27625 builtin and then its argument prototype would still apply. */
27627 /* The GNU C library defines this for functions which it implements
27628 to always fail with ENOSYS. Some functions are actually named
27629 something starting with __ and the normal name is an alias. */
27630 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27633 char (*f) () = $ac_func;
27642 return f != $ac_func;
27647 rm -f conftest.
$ac_objext conftest
$ac_exeext
27648 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27649 (eval $ac_link) 2>&5
27651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27652 (exit $ac_status); } &&
27653 { ac_try
='test -s conftest$ac_exeext'
27654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27655 (eval $ac_try) 2>&5
27657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27658 (exit $ac_status); }; }; then
27659 eval "$as_ac_var=yes"
27661 echo "$as_me: failed program was:" >&5
27662 sed 's/^/| /' conftest.
$ac_ext >&5
27664 eval "$as_ac_var=no"
27666 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27668 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27669 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27670 if test `eval echo '${'$as_ac_var'}'` = yes; then
27671 cat >>confdefs.h
<<_ACEOF
27672 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27674 cat >>confdefs.h
<<\_ACEOF
27675 #define HAVE_USLEEP 1
27679 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
27680 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
27698 for ac_func
in uname gethostname
27700 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27701 echo "$as_me:$LINENO: checking for $ac_func" >&5
27702 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27703 if eval "test \"\${$as_ac_var+set}\" = set"; then
27704 echo $ECHO_N "(cached) $ECHO_C" >&6
27706 cat >conftest.
$ac_ext <<_ACEOF
27707 #line $LINENO "configure"
27710 cat confdefs.h
>>conftest.
$ac_ext
27711 cat >>conftest.
$ac_ext <<_ACEOF
27712 /* end confdefs.h. */
27713 /* System header to define __stub macros and hopefully few prototypes,
27714 which can conflict with char $ac_func (); below.
27715 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27716 <limits.h> exists even on freestanding compilers. */
27718 # include <limits.h>
27720 # include <assert.h>
27722 /* Override any gcc2 internal prototype to avoid an error. */
27727 /* We use char because int might match the return type of a gcc2
27728 builtin and then its argument prototype would still apply. */
27730 /* The GNU C library defines this for functions which it implements
27731 to always fail with ENOSYS. Some functions are actually named
27732 something starting with __ and the normal name is an alias. */
27733 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27736 char (*f) () = $ac_func;
27745 return f != $ac_func;
27750 rm -f conftest.
$ac_objext conftest
$ac_exeext
27751 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27752 (eval $ac_link) 2>&5
27754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27755 (exit $ac_status); } &&
27756 { ac_try
='test -s conftest$ac_exeext'
27757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27758 (eval $ac_try) 2>&5
27760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27761 (exit $ac_status); }; }; then
27762 eval "$as_ac_var=yes"
27764 echo "$as_me: failed program was:" >&5
27765 sed 's/^/| /' conftest.
$ac_ext >&5
27767 eval "$as_ac_var=no"
27769 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27771 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27772 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27773 if test `eval echo '${'$as_ac_var'}'` = yes; then
27774 cat >>confdefs.h
<<_ACEOF
27775 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27785 ac_cpp
='$CXXCPP $CPPFLAGS'
27786 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27787 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27788 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
27792 for ac_func
in strtok_r
27794 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27795 echo "$as_me:$LINENO: checking for $ac_func" >&5
27796 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27797 if eval "test \"\${$as_ac_var+set}\" = set"; then
27798 echo $ECHO_N "(cached) $ECHO_C" >&6
27800 cat >conftest.
$ac_ext <<_ACEOF
27801 #line $LINENO "configure"
27804 cat confdefs.h
>>conftest.
$ac_ext
27805 cat >>conftest.
$ac_ext <<_ACEOF
27806 /* end confdefs.h. */
27807 /* System header to define __stub macros and hopefully few prototypes,
27808 which can conflict with char $ac_func (); below.
27809 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27810 <limits.h> exists even on freestanding compilers. */
27812 # include <limits.h>
27814 # include <assert.h>
27816 /* Override any gcc2 internal prototype to avoid an error. */
27821 /* We use char because int might match the return type of a gcc2
27822 builtin and then its argument prototype would still apply. */
27824 /* The GNU C library defines this for functions which it implements
27825 to always fail with ENOSYS. Some functions are actually named
27826 something starting with __ and the normal name is an alias. */
27827 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27830 char (*f) () = $ac_func;
27839 return f != $ac_func;
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 eval "$as_ac_var=yes"
27858 echo "$as_me: failed program was:" >&5
27859 sed 's/^/| /' conftest.
$ac_ext >&5
27861 eval "$as_ac_var=no"
27863 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27865 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27866 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27867 if test `eval echo '${'$as_ac_var'}'` = yes; then
27868 cat >>confdefs.h
<<_ACEOF
27869 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27877 ac_cpp
='$CPP $CPPFLAGS'
27878 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27879 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27880 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27885 for ac_func
in inet_addr
27887 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27888 echo "$as_me:$LINENO: checking for $ac_func" >&5
27889 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27890 if eval "test \"\${$as_ac_var+set}\" = set"; then
27891 echo $ECHO_N "(cached) $ECHO_C" >&6
27893 cat >conftest.
$ac_ext <<_ACEOF
27894 #line $LINENO "configure"
27897 cat confdefs.h
>>conftest.
$ac_ext
27898 cat >>conftest.
$ac_ext <<_ACEOF
27899 /* end confdefs.h. */
27900 /* System header to define __stub macros and hopefully few prototypes,
27901 which can conflict with char $ac_func (); below.
27902 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27903 <limits.h> exists even on freestanding compilers. */
27905 # include <limits.h>
27907 # include <assert.h>
27909 /* Override any gcc2 internal prototype to avoid an error. */
27914 /* We use char because int might match the return type of a gcc2
27915 builtin and then its argument prototype would still apply. */
27917 /* The GNU C library defines this for functions which it implements
27918 to always fail with ENOSYS. Some functions are actually named
27919 something starting with __ and the normal name is an alias. */
27920 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27923 char (*f) () = $ac_func;
27932 return f != $ac_func;
27937 rm -f conftest.
$ac_objext conftest
$ac_exeext
27938 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27939 (eval $ac_link) 2>&5
27941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27942 (exit $ac_status); } &&
27943 { ac_try
='test -s conftest$ac_exeext'
27944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27945 (eval $ac_try) 2>&5
27947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27948 (exit $ac_status); }; }; then
27949 eval "$as_ac_var=yes"
27951 echo "$as_me: failed program was:" >&5
27952 sed 's/^/| /' conftest.
$ac_ext >&5
27954 eval "$as_ac_var=no"
27956 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27958 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27959 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27960 if test `eval echo '${'$as_ac_var'}'` = yes; then
27961 cat >>confdefs.h
<<_ACEOF
27962 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27964 cat >>confdefs.h
<<\_ACEOF
27965 #define HAVE_INET_ADDR 1
27970 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
27971 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
27972 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
27973 echo $ECHO_N "(cached) $ECHO_C" >&6
27975 ac_check_lib_save_LIBS
=$LIBS
27977 cat >conftest.
$ac_ext <<_ACEOF
27978 #line $LINENO "configure"
27981 cat confdefs.h
>>conftest.
$ac_ext
27982 cat >>conftest.
$ac_ext <<_ACEOF
27983 /* end confdefs.h. */
27985 /* Override any gcc2 internal prototype to avoid an error. */
27989 /* We use char because int might match the return type of a gcc2
27990 builtin and then its argument prototype would still apply. */
28000 rm -f conftest.
$ac_objext conftest
$ac_exeext
28001 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28002 (eval $ac_link) 2>&5
28004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28005 (exit $ac_status); } &&
28006 { ac_try
='test -s conftest$ac_exeext'
28007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28008 (eval $ac_try) 2>&5
28010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28011 (exit $ac_status); }; }; then
28012 ac_cv_lib_nsl_inet_addr
=yes
28014 echo "$as_me: failed program was:" >&5
28015 sed 's/^/| /' conftest.
$ac_ext >&5
28017 ac_cv_lib_nsl_inet_addr
=no
28019 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28020 LIBS
=$ac_check_lib_save_LIBS
28022 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
28023 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
28024 if test $ac_cv_lib_nsl_inet_addr = yes; then
28027 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
28028 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
28029 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
28030 echo $ECHO_N "(cached) $ECHO_C" >&6
28032 ac_check_lib_save_LIBS
=$LIBS
28033 LIBS
="-lresolv $LIBS"
28034 cat >conftest.
$ac_ext <<_ACEOF
28035 #line $LINENO "configure"
28038 cat confdefs.h
>>conftest.
$ac_ext
28039 cat >>conftest.
$ac_ext <<_ACEOF
28040 /* end confdefs.h. */
28042 /* Override any gcc2 internal prototype to avoid an error. */
28046 /* We use char because int might match the return type of a gcc2
28047 builtin and then its argument prototype would still apply. */
28057 rm -f conftest.
$ac_objext conftest
$ac_exeext
28058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28059 (eval $ac_link) 2>&5
28061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28062 (exit $ac_status); } &&
28063 { ac_try
='test -s conftest$ac_exeext'
28064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28065 (eval $ac_try) 2>&5
28067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28068 (exit $ac_status); }; }; then
28069 ac_cv_lib_resolv_inet_addr
=yes
28071 echo "$as_me: failed program was:" >&5
28072 sed 's/^/| /' conftest.
$ac_ext >&5
28074 ac_cv_lib_resolv_inet_addr
=no
28076 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28077 LIBS
=$ac_check_lib_save_LIBS
28079 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
28080 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
28081 if test $ac_cv_lib_resolv_inet_addr = yes; then
28084 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
28085 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
28086 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
28087 echo $ECHO_N "(cached) $ECHO_C" >&6
28089 ac_check_lib_save_LIBS
=$LIBS
28090 LIBS
="-lsocket $LIBS"
28091 cat >conftest.
$ac_ext <<_ACEOF
28092 #line $LINENO "configure"
28095 cat confdefs.h
>>conftest.
$ac_ext
28096 cat >>conftest.
$ac_ext <<_ACEOF
28097 /* end confdefs.h. */
28099 /* Override any gcc2 internal prototype to avoid an error. */
28103 /* We use char because int might match the return type of a gcc2
28104 builtin and then its argument prototype would still apply. */
28114 rm -f conftest.
$ac_objext conftest
$ac_exeext
28115 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28116 (eval $ac_link) 2>&5
28118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28119 (exit $ac_status); } &&
28120 { ac_try
='test -s conftest$ac_exeext'
28121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28122 (eval $ac_try) 2>&5
28124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28125 (exit $ac_status); }; }; then
28126 ac_cv_lib_socket_inet_addr
=yes
28128 echo "$as_me: failed program was:" >&5
28129 sed 's/^/| /' conftest.
$ac_ext >&5
28131 ac_cv_lib_socket_inet_addr
=no
28133 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28134 LIBS
=$ac_check_lib_save_LIBS
28136 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
28137 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
28138 if test $ac_cv_lib_socket_inet_addr = yes; then
28156 for ac_func
in inet_aton
28158 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28159 echo "$as_me:$LINENO: checking for $ac_func" >&5
28160 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28161 if eval "test \"\${$as_ac_var+set}\" = set"; then
28162 echo $ECHO_N "(cached) $ECHO_C" >&6
28164 cat >conftest.
$ac_ext <<_ACEOF
28165 #line $LINENO "configure"
28168 cat confdefs.h
>>conftest.
$ac_ext
28169 cat >>conftest.
$ac_ext <<_ACEOF
28170 /* end confdefs.h. */
28171 /* System header to define __stub macros and hopefully few prototypes,
28172 which can conflict with char $ac_func (); below.
28173 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28174 <limits.h> exists even on freestanding compilers. */
28176 # include <limits.h>
28178 # include <assert.h>
28180 /* Override any gcc2 internal prototype to avoid an error. */
28185 /* We use char because int might match the return type of a gcc2
28186 builtin and then its argument prototype would still apply. */
28188 /* The GNU C library defines this for functions which it implements
28189 to always fail with ENOSYS. Some functions are actually named
28190 something starting with __ and the normal name is an alias. */
28191 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28194 char (*f) () = $ac_func;
28203 return f != $ac_func;
28208 rm -f conftest.
$ac_objext conftest
$ac_exeext
28209 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28210 (eval $ac_link) 2>&5
28212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28213 (exit $ac_status); } &&
28214 { ac_try
='test -s conftest$ac_exeext'
28215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28216 (eval $ac_try) 2>&5
28218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28219 (exit $ac_status); }; }; then
28220 eval "$as_ac_var=yes"
28222 echo "$as_me: failed program was:" >&5
28223 sed 's/^/| /' conftest.
$ac_ext >&5
28225 eval "$as_ac_var=no"
28227 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28229 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28230 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28231 if test `eval echo '${'$as_ac_var'}'` = yes; then
28232 cat >>confdefs.h
<<_ACEOF
28233 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28235 cat >>confdefs.h
<<\_ACEOF
28236 #define HAVE_INET_ATON 1
28241 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
28242 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
28243 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
28244 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
28245 echo $ECHO_N "(cached) $ECHO_C" >&6
28247 ac_check_lib_save_LIBS
=$LIBS
28248 LIBS
="-l$INET_LINK $LIBS"
28249 cat >conftest.
$ac_ext <<_ACEOF
28250 #line $LINENO "configure"
28253 cat confdefs.h
>>conftest.
$ac_ext
28254 cat >>conftest.
$ac_ext <<_ACEOF
28255 /* end confdefs.h. */
28257 /* Override any gcc2 internal prototype to avoid an error. */
28261 /* We use char because int might match the return type of a gcc2
28262 builtin and then its argument prototype would still apply. */
28272 rm -f conftest.
$ac_objext conftest
$ac_exeext
28273 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28274 (eval $ac_link) 2>&5
28276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28277 (exit $ac_status); } &&
28278 { ac_try
='test -s conftest$ac_exeext'
28279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28280 (eval $ac_try) 2>&5
28282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28283 (exit $ac_status); }; }; then
28284 eval "$as_ac_Lib=yes"
28286 echo "$as_me: failed program was:" >&5
28287 sed 's/^/| /' conftest.
$ac_ext >&5
28289 eval "$as_ac_Lib=no"
28291 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28292 LIBS
=$ac_check_lib_save_LIBS
28294 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
28295 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
28296 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
28297 cat >>confdefs.h
<<\_ACEOF
28298 #define HAVE_INET_ATON 1
28308 if test "x$INET_LINK" != "x"; then
28309 cat >>confdefs.h
<<\_ACEOF
28310 #define HAVE_INET_ADDR 1
28313 INET_LINK
=" -l$INET_LINK"
28321 if test "${ac_cv_header_esd_h+set}" = set; then
28322 echo "$as_me:$LINENO: checking for esd.h" >&5
28323 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28324 if test "${ac_cv_header_esd_h+set}" = set; then
28325 echo $ECHO_N "(cached) $ECHO_C" >&6
28327 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28328 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28330 # Is the header compilable?
28331 echo "$as_me:$LINENO: checking esd.h usability" >&5
28332 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6
28333 cat >conftest.
$ac_ext <<_ACEOF
28334 #line $LINENO "configure"
28337 cat confdefs.h
>>conftest.
$ac_ext
28338 cat >>conftest.
$ac_ext <<_ACEOF
28339 /* end confdefs.h. */
28340 $ac_includes_default
28343 rm -f conftest.
$ac_objext
28344 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28345 (eval $ac_compile) 2>&5
28347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28348 (exit $ac_status); } &&
28349 { ac_try
='test -s conftest.$ac_objext'
28350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28351 (eval $ac_try) 2>&5
28353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28354 (exit $ac_status); }; }; then
28355 ac_header_compiler
=yes
28357 echo "$as_me: failed program was:" >&5
28358 sed 's/^/| /' conftest.
$ac_ext >&5
28360 ac_header_compiler
=no
28362 rm -f conftest.
$ac_objext conftest.
$ac_ext
28363 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28364 echo "${ECHO_T}$ac_header_compiler" >&6
28366 # Is the header present?
28367 echo "$as_me:$LINENO: checking esd.h presence" >&5
28368 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6
28369 cat >conftest.
$ac_ext <<_ACEOF
28370 #line $LINENO "configure"
28373 cat confdefs.h
>>conftest.
$ac_ext
28374 cat >>conftest.
$ac_ext <<_ACEOF
28375 /* end confdefs.h. */
28378 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28379 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
28381 grep -v '^ *+' conftest.er1
>conftest.err
28383 cat conftest.err
>&5
28384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28385 (exit $ac_status); } >/dev
/null
; then
28386 if test -s conftest.err
; then
28387 ac_cpp_err
=$ac_c_preproc_warn_flag
28394 if test -z "$ac_cpp_err"; then
28395 ac_header_preproc
=yes
28397 echo "$as_me: failed program was:" >&5
28398 sed 's/^/| /' conftest.
$ac_ext >&5
28400 ac_header_preproc
=no
28402 rm -f conftest.err conftest.
$ac_ext
28403 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28404 echo "${ECHO_T}$ac_header_preproc" >&6
28406 # So? What about this header?
28407 case $ac_header_compiler:$ac_header_preproc in
28409 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
28410 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28411 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28412 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28415 ## ------------------------------------ ##
28416 ## Report this to bug-autoconf@gnu.org. ##
28417 ## ------------------------------------ ##
28420 sed "s/^/$as_me: WARNING: /" >&2
28423 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
28424 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
28425 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
28426 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
28427 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28428 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28431 ## ------------------------------------ ##
28432 ## Report this to bug-autoconf@gnu.org. ##
28433 ## ------------------------------------ ##
28436 sed "s/^/$as_me: WARNING: /" >&2
28439 echo "$as_me:$LINENO: checking for esd.h" >&5
28440 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28441 if test "${ac_cv_header_esd_h+set}" = set; then
28442 echo $ECHO_N "(cached) $ECHO_C" >&6
28444 ac_cv_header_esd_h
=$ac_header_preproc
28446 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28447 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28450 if test $ac_cv_header_esd_h = yes; then
28452 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
28453 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
28454 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
28455 echo $ECHO_N "(cached) $ECHO_C" >&6
28457 ac_check_lib_save_LIBS
=$LIBS
28459 cat >conftest.
$ac_ext <<_ACEOF
28460 #line $LINENO "configure"
28463 cat confdefs.h
>>conftest.
$ac_ext
28464 cat >>conftest.
$ac_ext <<_ACEOF
28465 /* end confdefs.h. */
28467 /* Override any gcc2 internal prototype to avoid an error. */
28471 /* We use char because int might match the return type of a gcc2
28472 builtin and then its argument prototype would still apply. */
28482 rm -f conftest.
$ac_objext conftest
$ac_exeext
28483 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28484 (eval $ac_link) 2>&5
28486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28487 (exit $ac_status); } &&
28488 { ac_try
='test -s conftest$ac_exeext'
28489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28490 (eval $ac_try) 2>&5
28492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28493 (exit $ac_status); }; }; then
28494 ac_cv_lib_esd_esd_close
=yes
28496 echo "$as_me: failed program was:" >&5
28497 sed 's/^/| /' conftest.
$ac_ext >&5
28499 ac_cv_lib_esd_esd_close
=no
28501 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28502 LIBS
=$ac_check_lib_save_LIBS
28504 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
28505 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
28506 if test $ac_cv_lib_esd_esd_close = yes; then
28519 cat >confcache
<<\_ACEOF
28520 # This file is a shell script that caches the results of configure
28521 # tests run on this system so they can be shared between configure
28522 # scripts and configure runs, see configure's option --config-cache.
28523 # It is not useful on other systems. If it contains results you don't
28524 # want to keep, you may remove or edit it.
28526 # config.status only pays attention to the cache file if you give it
28527 # the --recheck option to rerun configure.
28529 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28530 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28531 # following values.
28535 # The following way of writing the cache mishandles newlines in values,
28536 # but we know of no workaround that is simple, portable, and efficient.
28537 # So, don't put newlines in cache variables' values.
28538 # Ultrix sh set writes to stderr and can't be redirected directly,
28539 # and sets the high bit in the cache file unless we assign to the vars.
28542 case `(ac_space=' '; set | grep ac_space) 2>&1` in
28544 # `set' does not quote correctly, so add quotes (double-quote
28545 # substitution turns \\\\ into \\, and sed turns \\ into \).
28548 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28551 # `set' quotes correctly as required by POSIX, so do not add quotes.
28553 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
28560 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28562 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28564 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
28565 if test -w $cache_file; then
28566 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
28567 cat confcache
>$cache_file
28569 echo "not updating unwritable cache $cache_file"
28576 if test "$TOOLKIT" != "MSW"; then
28582 if test "$wxUSE_THREADS" = "yes" ; then
28583 if test "$USE_BEOS" = 1; then
28584 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
28585 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
28590 if test "$wxUSE_THREADS" = "yes" ; then
28593 THREAD_OPTS
="-pthread"
28595 *-*-solaris2* | *-*-sunos4* )
28596 if test "x$GCC" = "xyes"; then
28597 THREAD_OPTS
="-pthreads $THREAD_OPTS"
28599 THREAD_OPTS
="-mt $THREAD_OPTS"
28603 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
28605 *-*-darwin* | *-*-cygwin* )
28609 THREAD_OPTS
="pthreads"
28612 if test "x$GCC" != "xyes"; then
28618 if test "x$GCC" = "xyes"; then
28624 if test "x$GCC" != "xyes"; then
28625 THREAD_OPTS
="-Ethread"
28630 THREAD_OPTS
="$THREAD_OPTS pthread none"
28633 for flag
in $THREAD_OPTS; do
28636 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
28637 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
28641 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
28642 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
28643 THREADS_CFLAGS
="$flag"
28647 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
28648 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
28649 THREADS_LINK
="-l$flag"
28654 save_CFLAGS
="$CFLAGS"
28655 LIBS
="$THREADS_LINK $LIBS"
28656 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
28658 cat >conftest.
$ac_ext <<_ACEOF
28659 #line $LINENO "configure"
28662 cat confdefs.h
>>conftest.
$ac_ext
28663 cat >>conftest.
$ac_ext <<_ACEOF
28664 /* end confdefs.h. */
28665 #include <pthread.h>
28669 pthread_create(0,0,0,0);
28674 rm -f conftest.
$ac_objext conftest
$ac_exeext
28675 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28676 (eval $ac_link) 2>&5
28678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28679 (exit $ac_status); } &&
28680 { ac_try
='test -s conftest$ac_exeext'
28681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28682 (eval $ac_try) 2>&5
28684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28685 (exit $ac_status); }; }; then
28688 echo "$as_me: failed program was:" >&5
28689 sed 's/^/| /' conftest.
$ac_ext >&5
28692 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28695 CFLAGS
="$save_CFLAGS"
28697 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
28698 echo "${ECHO_T}$THREADS_OK" >&6
28699 if test "x$THREADS_OK" = "xyes"; then
28707 if test "x$THREADS_OK" != "xyes"; then
28709 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
28710 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
28712 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
28713 LIBS
="$THREADS_LINK $LIBS"
28715 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
28716 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
28720 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
28721 flag
="-D_THREAD_SAFE"
28724 flag
="-D_THREAD_SAFE"
28727 flag
="-D_REENTRANT"
28728 if test "x$GCC" != "xyes"; then
28729 flag
="$flag -D_RWSTD_MULTI_THREAD"
28732 *solaris
* | alpha
*-osf*)
28733 flag
="-D_REENTRANT"
28736 echo "$as_me:$LINENO: result: ${flag}" >&5
28737 echo "${ECHO_T}${flag}" >&6
28738 if test "x$flag" != xno
; then
28739 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
28742 if test "x$THREADS_CFLAGS" != "x"; then
28743 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
28744 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
28749 if test "$wxUSE_THREADS" = "yes" ; then
28751 for ac_func
in thr_setconcurrency
28753 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28754 echo "$as_me:$LINENO: checking for $ac_func" >&5
28755 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28756 if eval "test \"\${$as_ac_var+set}\" = set"; then
28757 echo $ECHO_N "(cached) $ECHO_C" >&6
28759 cat >conftest.
$ac_ext <<_ACEOF
28760 #line $LINENO "configure"
28763 cat confdefs.h
>>conftest.
$ac_ext
28764 cat >>conftest.
$ac_ext <<_ACEOF
28765 /* end confdefs.h. */
28766 /* System header to define __stub macros and hopefully few prototypes,
28767 which can conflict with char $ac_func (); below.
28768 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28769 <limits.h> exists even on freestanding compilers. */
28771 # include <limits.h>
28773 # include <assert.h>
28775 /* Override any gcc2 internal prototype to avoid an error. */
28780 /* We use char because int might match the return type of a gcc2
28781 builtin and then its argument prototype would still apply. */
28783 /* The GNU C library defines this for functions which it implements
28784 to always fail with ENOSYS. Some functions are actually named
28785 something starting with __ and the normal name is an alias. */
28786 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28789 char (*f) () = $ac_func;
28798 return f != $ac_func;
28803 rm -f conftest.
$ac_objext conftest
$ac_exeext
28804 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28805 (eval $ac_link) 2>&5
28807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28808 (exit $ac_status); } &&
28809 { ac_try
='test -s conftest$ac_exeext'
28810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28811 (eval $ac_try) 2>&5
28813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28814 (exit $ac_status); }; }; then
28815 eval "$as_ac_var=yes"
28817 echo "$as_me: failed program was:" >&5
28818 sed 's/^/| /' conftest.
$ac_ext >&5
28820 eval "$as_ac_var=no"
28822 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28824 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28825 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28826 if test `eval echo '${'$as_ac_var'}'` = yes; then
28827 cat >>confdefs.h
<<_ACEOF
28828 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28836 for ac_header
in sched.h
28838 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28839 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28840 echo "$as_me:$LINENO: checking for $ac_header" >&5
28841 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28842 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28843 echo $ECHO_N "(cached) $ECHO_C" >&6
28845 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28846 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28848 # Is the header compilable?
28849 echo "$as_me:$LINENO: checking $ac_header usability" >&5
28850 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
28851 cat >conftest.
$ac_ext <<_ACEOF
28852 #line $LINENO "configure"
28855 cat confdefs.h
>>conftest.
$ac_ext
28856 cat >>conftest.
$ac_ext <<_ACEOF
28857 /* end confdefs.h. */
28858 $ac_includes_default
28859 #include <$ac_header>
28861 rm -f conftest.
$ac_objext
28862 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28863 (eval $ac_compile) 2>&5
28865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28866 (exit $ac_status); } &&
28867 { ac_try
='test -s conftest.$ac_objext'
28868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28869 (eval $ac_try) 2>&5
28871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28872 (exit $ac_status); }; }; then
28873 ac_header_compiler
=yes
28875 echo "$as_me: failed program was:" >&5
28876 sed 's/^/| /' conftest.
$ac_ext >&5
28878 ac_header_compiler
=no
28880 rm -f conftest.
$ac_objext conftest.
$ac_ext
28881 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28882 echo "${ECHO_T}$ac_header_compiler" >&6
28884 # Is the header present?
28885 echo "$as_me:$LINENO: checking $ac_header presence" >&5
28886 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
28887 cat >conftest.
$ac_ext <<_ACEOF
28888 #line $LINENO "configure"
28891 cat confdefs.h
>>conftest.
$ac_ext
28892 cat >>conftest.
$ac_ext <<_ACEOF
28893 /* end confdefs.h. */
28894 #include <$ac_header>
28896 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28897 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
28899 grep -v '^ *+' conftest.er1
>conftest.err
28901 cat conftest.err
>&5
28902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28903 (exit $ac_status); } >/dev
/null
; then
28904 if test -s conftest.err
; then
28905 ac_cpp_err
=$ac_c_preproc_warn_flag
28912 if test -z "$ac_cpp_err"; then
28913 ac_header_preproc
=yes
28915 echo "$as_me: failed program was:" >&5
28916 sed 's/^/| /' conftest.
$ac_ext >&5
28918 ac_header_preproc
=no
28920 rm -f conftest.err conftest.
$ac_ext
28921 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28922 echo "${ECHO_T}$ac_header_preproc" >&6
28924 # So? What about this header?
28925 case $ac_header_compiler:$ac_header_preproc in
28927 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28928 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28929 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28930 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28933 ## ------------------------------------ ##
28934 ## Report this to bug-autoconf@gnu.org. ##
28935 ## ------------------------------------ ##
28938 sed "s/^/$as_me: WARNING: /" >&2
28941 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28942 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28943 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
28944 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
28945 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28946 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28949 ## ------------------------------------ ##
28950 ## Report this to bug-autoconf@gnu.org. ##
28951 ## ------------------------------------ ##
28954 sed "s/^/$as_me: WARNING: /" >&2
28957 echo "$as_me:$LINENO: checking for $ac_header" >&5
28958 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28959 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28960 echo $ECHO_N "(cached) $ECHO_C" >&6
28962 eval "$as_ac_Header=$ac_header_preproc"
28964 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28965 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28969 cat >>confdefs.h
<<_ACEOF
28970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28977 if test "$ac_cv_header_sched_h" = "yes"; then
28978 echo "$as_me:$LINENO: checking for sched_yield" >&5
28979 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
28980 if test "${ac_cv_func_sched_yield+set}" = set; then
28981 echo $ECHO_N "(cached) $ECHO_C" >&6
28983 cat >conftest.
$ac_ext <<_ACEOF
28984 #line $LINENO "configure"
28987 cat confdefs.h
>>conftest.
$ac_ext
28988 cat >>conftest.
$ac_ext <<_ACEOF
28989 /* end confdefs.h. */
28990 /* System header to define __stub macros and hopefully few prototypes,
28991 which can conflict with char sched_yield (); below.
28992 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28993 <limits.h> exists even on freestanding compilers. */
28995 # include <limits.h>
28997 # include <assert.h>
28999 /* Override any gcc2 internal prototype to avoid an error. */
29004 /* We use char because int might match the return type of a gcc2
29005 builtin and then its argument prototype would still apply. */
29006 char sched_yield ();
29007 /* The GNU C library defines this for functions which it implements
29008 to always fail with ENOSYS. Some functions are actually named
29009 something starting with __ and the normal name is an alias. */
29010 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
29013 char (*f) () = sched_yield;
29022 return f != sched_yield;
29027 rm -f conftest.
$ac_objext conftest
$ac_exeext
29028 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29029 (eval $ac_link) 2>&5
29031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29032 (exit $ac_status); } &&
29033 { ac_try
='test -s conftest$ac_exeext'
29034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29035 (eval $ac_try) 2>&5
29037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29038 (exit $ac_status); }; }; then
29039 ac_cv_func_sched_yield
=yes
29041 echo "$as_me: failed program was:" >&5
29042 sed 's/^/| /' conftest.
$ac_ext >&5
29044 ac_cv_func_sched_yield
=no
29046 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29048 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
29049 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
29050 if test $ac_cv_func_sched_yield = yes; then
29051 cat >>confdefs.h
<<\_ACEOF
29052 #define HAVE_SCHED_YIELD 1
29057 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
29058 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
29059 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
29060 echo $ECHO_N "(cached) $ECHO_C" >&6
29062 ac_check_lib_save_LIBS
=$LIBS
29063 LIBS
="-lposix4 $LIBS"
29064 cat >conftest.
$ac_ext <<_ACEOF
29065 #line $LINENO "configure"
29068 cat confdefs.h
>>conftest.
$ac_ext
29069 cat >>conftest.
$ac_ext <<_ACEOF
29070 /* end confdefs.h. */
29072 /* Override any gcc2 internal prototype to avoid an error. */
29076 /* We use char because int might match the return type of a gcc2
29077 builtin and then its argument prototype would still apply. */
29078 char sched_yield ();
29087 rm -f conftest.
$ac_objext conftest
$ac_exeext
29088 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29089 (eval $ac_link) 2>&5
29091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29092 (exit $ac_status); } &&
29093 { ac_try
='test -s conftest$ac_exeext'
29094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29095 (eval $ac_try) 2>&5
29097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29098 (exit $ac_status); }; }; then
29099 ac_cv_lib_posix4_sched_yield
=yes
29101 echo "$as_me: failed program was:" >&5
29102 sed 's/^/| /' conftest.
$ac_ext >&5
29104 ac_cv_lib_posix4_sched_yield
=no
29106 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29107 LIBS
=$ac_check_lib_save_LIBS
29109 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
29110 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
29111 if test $ac_cv_lib_posix4_sched_yield = yes; then
29112 cat >>confdefs.h
<<\_ACEOF
29113 #define HAVE_SCHED_YIELD 1
29115 POSIX4_LINK
=" -lposix4"
29117 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
29118 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
29129 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
29130 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
29131 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
29132 echo $ECHO_N "(cached) $ECHO_C" >&6
29134 cat >conftest.
$ac_ext <<_ACEOF
29135 #line $LINENO "configure"
29138 cat confdefs.h
>>conftest.
$ac_ext
29139 cat >>conftest.
$ac_ext <<_ACEOF
29140 /* end confdefs.h. */
29141 /* System header to define __stub macros and hopefully few prototypes,
29142 which can conflict with char pthread_attr_getschedpolicy (); below.
29143 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29144 <limits.h> exists even on freestanding compilers. */
29146 # include <limits.h>
29148 # include <assert.h>
29150 /* Override any gcc2 internal prototype to avoid an error. */
29155 /* We use char because int might match the return type of a gcc2
29156 builtin and then its argument prototype would still apply. */
29157 char pthread_attr_getschedpolicy ();
29158 /* The GNU C library defines this for functions which it implements
29159 to always fail with ENOSYS. Some functions are actually named
29160 something starting with __ and the normal name is an alias. */
29161 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
29164 char (*f) () = pthread_attr_getschedpolicy;
29173 return f != pthread_attr_getschedpolicy;
29178 rm -f conftest.
$ac_objext conftest
$ac_exeext
29179 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29180 (eval $ac_link) 2>&5
29182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29183 (exit $ac_status); } &&
29184 { ac_try
='test -s conftest$ac_exeext'
29185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29186 (eval $ac_try) 2>&5
29188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29189 (exit $ac_status); }; }; then
29190 ac_cv_func_pthread_attr_getschedpolicy
=yes
29192 echo "$as_me: failed program was:" >&5
29193 sed 's/^/| /' conftest.
$ac_ext >&5
29195 ac_cv_func_pthread_attr_getschedpolicy
=no
29197 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29199 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
29200 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
29201 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
29202 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
29203 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
29204 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
29205 echo $ECHO_N "(cached) $ECHO_C" >&6
29207 cat >conftest.
$ac_ext <<_ACEOF
29208 #line $LINENO "configure"
29211 cat confdefs.h
>>conftest.
$ac_ext
29212 cat >>conftest.
$ac_ext <<_ACEOF
29213 /* end confdefs.h. */
29214 /* System header to define __stub macros and hopefully few prototypes,
29215 which can conflict with char pthread_attr_setschedparam (); below.
29216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29217 <limits.h> exists even on freestanding compilers. */
29219 # include <limits.h>
29221 # include <assert.h>
29223 /* Override any gcc2 internal prototype to avoid an error. */
29228 /* We use char because int might match the return type of a gcc2
29229 builtin and then its argument prototype would still apply. */
29230 char pthread_attr_setschedparam ();
29231 /* The GNU C library defines this for functions which it implements
29232 to always fail with ENOSYS. Some functions are actually named
29233 something starting with __ and the normal name is an alias. */
29234 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
29237 char (*f) () = pthread_attr_setschedparam;
29246 return f != pthread_attr_setschedparam;
29251 rm -f conftest.
$ac_objext conftest
$ac_exeext
29252 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29253 (eval $ac_link) 2>&5
29255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29256 (exit $ac_status); } &&
29257 { ac_try
='test -s conftest$ac_exeext'
29258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29259 (eval $ac_try) 2>&5
29261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29262 (exit $ac_status); }; }; then
29263 ac_cv_func_pthread_attr_setschedparam
=yes
29265 echo "$as_me: failed program was:" >&5
29266 sed 's/^/| /' conftest.
$ac_ext >&5
29268 ac_cv_func_pthread_attr_setschedparam
=no
29270 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29272 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
29273 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
29274 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
29275 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
29276 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
29277 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
29278 echo $ECHO_N "(cached) $ECHO_C" >&6
29280 cat >conftest.
$ac_ext <<_ACEOF
29281 #line $LINENO "configure"
29284 cat confdefs.h
>>conftest.
$ac_ext
29285 cat >>conftest.
$ac_ext <<_ACEOF
29286 /* end confdefs.h. */
29287 /* System header to define __stub macros and hopefully few prototypes,
29288 which can conflict with char sched_get_priority_max (); below.
29289 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29290 <limits.h> exists even on freestanding compilers. */
29292 # include <limits.h>
29294 # include <assert.h>
29296 /* Override any gcc2 internal prototype to avoid an error. */
29301 /* We use char because int might match the return type of a gcc2
29302 builtin and then its argument prototype would still apply. */
29303 char sched_get_priority_max ();
29304 /* The GNU C library defines this for functions which it implements
29305 to always fail with ENOSYS. Some functions are actually named
29306 something starting with __ and the normal name is an alias. */
29307 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
29310 char (*f) () = sched_get_priority_max;
29319 return f != sched_get_priority_max;
29324 rm -f conftest.
$ac_objext conftest
$ac_exeext
29325 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29326 (eval $ac_link) 2>&5
29328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29329 (exit $ac_status); } &&
29330 { ac_try
='test -s conftest$ac_exeext'
29331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29332 (eval $ac_try) 2>&5
29334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29335 (exit $ac_status); }; }; then
29336 ac_cv_func_sched_get_priority_max
=yes
29338 echo "$as_me: failed program was:" >&5
29339 sed 's/^/| /' conftest.
$ac_ext >&5
29341 ac_cv_func_sched_get_priority_max
=no
29343 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29345 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
29346 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
29347 if test $ac_cv_func_sched_get_priority_max = yes; then
29350 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
29351 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
29352 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
29353 echo $ECHO_N "(cached) $ECHO_C" >&6
29355 ac_check_lib_save_LIBS
=$LIBS
29356 LIBS
="-lposix4 $LIBS"
29357 cat >conftest.
$ac_ext <<_ACEOF
29358 #line $LINENO "configure"
29361 cat confdefs.h
>>conftest.
$ac_ext
29362 cat >>conftest.
$ac_ext <<_ACEOF
29363 /* end confdefs.h. */
29365 /* Override any gcc2 internal prototype to avoid an error. */
29369 /* We use char because int might match the return type of a gcc2
29370 builtin and then its argument prototype would still apply. */
29371 char sched_get_priority_max ();
29375 sched_get_priority_max ();
29380 rm -f conftest.
$ac_objext conftest
$ac_exeext
29381 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29382 (eval $ac_link) 2>&5
29384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29385 (exit $ac_status); } &&
29386 { ac_try
='test -s conftest$ac_exeext'
29387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29388 (eval $ac_try) 2>&5
29390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29391 (exit $ac_status); }; }; then
29392 ac_cv_lib_posix4_sched_get_priority_max
=yes
29394 echo "$as_me: failed program was:" >&5
29395 sed 's/^/| /' conftest.
$ac_ext >&5
29397 ac_cv_lib_posix4_sched_get_priority_max
=no
29399 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29400 LIBS
=$ac_check_lib_save_LIBS
29402 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
29403 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
29404 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
29407 POSIX4_LINK
=" -lposix4"
29421 if test "$HAVE_PRIOR_FUNCS" = 1; then
29422 cat >>confdefs.h
<<\_ACEOF
29423 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
29427 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
29428 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
29431 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
29432 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
29433 if test "${ac_cv_func_pthread_cancel+set}" = set; then
29434 echo $ECHO_N "(cached) $ECHO_C" >&6
29436 cat >conftest.
$ac_ext <<_ACEOF
29437 #line $LINENO "configure"
29440 cat confdefs.h
>>conftest.
$ac_ext
29441 cat >>conftest.
$ac_ext <<_ACEOF
29442 /* end confdefs.h. */
29443 /* System header to define __stub macros and hopefully few prototypes,
29444 which can conflict with char pthread_cancel (); below.
29445 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29446 <limits.h> exists even on freestanding compilers. */
29448 # include <limits.h>
29450 # include <assert.h>
29452 /* Override any gcc2 internal prototype to avoid an error. */
29457 /* We use char because int might match the return type of a gcc2
29458 builtin and then its argument prototype would still apply. */
29459 char pthread_cancel ();
29460 /* The GNU C library defines this for functions which it implements
29461 to always fail with ENOSYS. Some functions are actually named
29462 something starting with __ and the normal name is an alias. */
29463 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
29466 char (*f) () = pthread_cancel;
29475 return f != pthread_cancel;
29480 rm -f conftest.
$ac_objext conftest
$ac_exeext
29481 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29482 (eval $ac_link) 2>&5
29484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29485 (exit $ac_status); } &&
29486 { ac_try
='test -s conftest$ac_exeext'
29487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29488 (eval $ac_try) 2>&5
29490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29491 (exit $ac_status); }; }; then
29492 ac_cv_func_pthread_cancel
=yes
29494 echo "$as_me: failed program was:" >&5
29495 sed 's/^/| /' conftest.
$ac_ext >&5
29497 ac_cv_func_pthread_cancel
=no
29499 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29501 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
29502 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
29503 if test $ac_cv_func_pthread_cancel = yes; then
29504 cat >>confdefs.h
<<\_ACEOF
29505 #define HAVE_PTHREAD_CANCEL 1
29509 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
29510 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
29514 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
29515 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
29516 if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then
29517 echo $ECHO_N "(cached) $ECHO_C" >&6
29520 cat >conftest.
$ac_ext <<_ACEOF
29521 #line $LINENO "configure"
29524 cat confdefs.h
>>conftest.
$ac_ext
29525 cat >>conftest.
$ac_ext <<_ACEOF
29526 /* end confdefs.h. */
29527 #include <pthread.h>
29532 pthread_cleanup_push(NULL, NULL);
29533 pthread_cleanup_pop(0);
29539 rm -f conftest.
$ac_objext
29540 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29541 (eval $ac_compile) 2>&5
29543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29544 (exit $ac_status); } &&
29545 { ac_try
='test -s conftest.$ac_objext'
29546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29547 (eval $ac_try) 2>&5
29549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29550 (exit $ac_status); }; }; then
29552 wx_cv_func_pthread_cleanup_push
=yes
29555 echo "$as_me: failed program was:" >&5
29556 sed 's/^/| /' conftest.
$ac_ext >&5
29559 wx_cv_func_pthread_cleanup_push
=no
29562 rm -f conftest.
$ac_objext conftest.
$ac_ext
29565 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup_push" >&5
29566 echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6
29568 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
29569 cat >>confdefs.h
<<\_ACEOF
29570 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
29576 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
29577 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
29578 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
29579 echo $ECHO_N "(cached) $ECHO_C" >&6
29582 cat >conftest.
$ac_ext <<_ACEOF
29583 #line $LINENO "configure"
29586 cat confdefs.h
>>conftest.
$ac_ext
29587 cat >>conftest.
$ac_ext <<_ACEOF
29588 /* end confdefs.h. */
29589 #include <pthread.h>
29594 pthread_mutexattr_t attr;
29595 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
29601 rm -f conftest.
$ac_objext
29602 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29603 (eval $ac_compile) 2>&5
29605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29606 (exit $ac_status); } &&
29607 { ac_try
='test -s conftest.$ac_objext'
29608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29609 (eval $ac_try) 2>&5
29611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29612 (exit $ac_status); }; }; then
29614 wx_cv_type_pthread_mutexattr_t
=yes
29617 echo "$as_me: failed program was:" >&5
29618 sed 's/^/| /' conftest.
$ac_ext >&5
29621 wx_cv_type_pthread_mutexattr_t
=no
29625 rm -f conftest.
$ac_objext conftest.
$ac_ext
29628 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
29629 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
29631 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
29632 cat >>confdefs.h
<<\_ACEOF
29633 #define HAVE_PTHREAD_MUTEXATTR_T 1
29637 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
29638 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
29639 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
29640 echo $ECHO_N "(cached) $ECHO_C" >&6
29643 cat >conftest.
$ac_ext <<_ACEOF
29644 #line $LINENO "configure"
29647 cat confdefs.h
>>conftest.
$ac_ext
29648 cat >>conftest.
$ac_ext <<_ACEOF
29649 /* end confdefs.h. */
29650 #include <pthread.h>
29655 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
29661 rm -f conftest.
$ac_objext
29662 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29663 (eval $ac_compile) 2>&5
29665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29666 (exit $ac_status); } &&
29667 { ac_try
='test -s conftest.$ac_objext'
29668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29669 (eval $ac_try) 2>&5
29671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29672 (exit $ac_status); }; }; then
29674 wx_cv_type_pthread_rec_mutex_init
=yes
29677 echo "$as_me: failed program was:" >&5
29678 sed 's/^/| /' conftest.
$ac_ext >&5
29681 wx_cv_type_pthread_rec_mutex_init
=no
29685 rm -f conftest.
$ac_objext conftest.
$ac_ext
29688 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
29689 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
29690 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
29691 cat >>confdefs.h
<<\_ACEOF
29692 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
29696 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
29697 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
29703 if test "$wxUSE_THREADS" = "yes" ; then
29706 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
29707 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
29708 if test "${wx_cv_cflags_mthread+set}" = set; then
29709 echo $ECHO_N "(cached) $ECHO_C" >&6
29712 CFLAGS_OLD
="$CFLAGS"
29713 CFLAGS
="$CFLAGS -mthreads"
29714 cat >conftest.
$ac_ext <<_ACEOF
29715 #line $LINENO "configure"
29718 cat confdefs.h
>>conftest.
$ac_ext
29719 cat >>conftest.
$ac_ext <<_ACEOF
29720 /* end confdefs.h. */
29730 rm -f conftest.
$ac_objext
29731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29732 (eval $ac_compile) 2>&5
29734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29735 (exit $ac_status); } &&
29736 { ac_try
='test -s conftest.$ac_objext'
29737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29738 (eval $ac_try) 2>&5
29740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29741 (exit $ac_status); }; }; then
29742 wx_cv_cflags_mthread
=yes
29744 echo "$as_me: failed program was:" >&5
29745 sed 's/^/| /' conftest.
$ac_ext >&5
29747 wx_cv_cflags_mthread
=no
29750 rm -f conftest.
$ac_objext conftest.
$ac_ext
29754 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
29755 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
29757 if test "$wx_cv_cflags_mthread" = "yes"; then
29758 CXXFLAGS
="$CXXFLAGS -mthreads"
29759 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
29760 LDFLAGS
="$LDFLAGS -mthreads"
29762 CFLAGS
="$CFLAGS_OLD"
29769 if test "$wxUSE_THREADS" = "yes"; then
29770 cat >>confdefs.h
<<\_ACEOF
29771 #define wxUSE_THREADS 1
29775 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
29777 if test "$ac_cv_func_strtok_r" = "yes"; then
29778 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
29779 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
29780 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
29781 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
29782 echo "$as_me:$LINENO: result: yes" >&5
29783 echo "${ECHO_T}yes" >&6
29785 echo "$as_me:$LINENO: result: no" >&5
29786 echo "${ECHO_T}no" >&6
29791 if test "$WXGTK20" = 1 ; then
29792 cat >>confdefs.h
<<_ACEOF
29793 #define __WXGTK20__ $WXGTK20
29799 if test "$WXGTK12" = 1 ; then
29800 cat >>confdefs.h
<<_ACEOF
29801 #define __WXGTK12__ $WXGTK12
29806 if test "$WXGTK127" = 1 ; then
29807 cat >>confdefs.h
<<_ACEOF
29808 #define __WXGTK127__ $WXGTK127
29815 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
29820 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
29821 wxUSE_DEBUG_INFO
=yes
29825 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
29826 cat >>confdefs.h
<<\_ACEOF
29830 WXDEBUG_DEFINE
="-D__WXDEBUG__"
29832 if test "$wxUSE_GTK" = 1 ; then
29833 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
29837 if test "$wxUSE_MEM_TRACING" = "yes" ; then
29838 cat >>confdefs.h
<<\_ACEOF
29839 #define wxUSE_MEMORY_TRACING 1
29842 cat >>confdefs.h
<<\_ACEOF
29843 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
29846 cat >>confdefs.h
<<\_ACEOF
29847 #define wxUSE_DEBUG_NEW_ALWAYS 1
29850 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
29853 if test "$wxUSE_DMALLOC" = "yes" ; then
29854 DMALLOC_LIBS
="-ldmalloc"
29858 if test "$wxUSE_PROFILE" = "yes" ; then
29863 CODE_GEN_FLAGS_CXX
=
29864 if test "$GCC" = "yes" ; then
29865 if test "$wxUSE_NO_RTTI" = "yes" ; then
29866 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
29868 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
29869 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
29871 if test "$wxUSE_PERMISSIVE" = "yes" ; then
29872 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
29874 if test "$USE_WIN32" = 1 ; then
29875 # I'm not even really sure what this was ever added to solve,
29876 # but someone added it for mingw native builds, so I guess
29877 # they had a reason, right??
29878 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fno-pcc-struct-return"
29883 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
29886 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
29892 if test "$wxUSE_OPTIMISE" = "no" ; then
29893 if test "$GCC" = yes ; then
29897 if test "$GCC" = yes ; then
29901 i586
-*-*|i686
-*-* )
29902 OPTIMISE
="${OPTIMISE} "
29911 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
29912 cat >>confdefs.h
<<\_ACEOF
29913 #define WXWIN_COMPATIBILITY_2 1
29917 WXWIN_COMPATIBILITY_2_2
="yes"
29920 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
29921 cat >>confdefs.h
<<\_ACEOF
29922 #define WXWIN_COMPATIBILITY_2_2 1
29926 WXWIN_COMPATIBILITY_2_4
="yes"
29929 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
29930 cat >>confdefs.h
<<\_ACEOF
29931 #define WXWIN_COMPATIBILITY_2_4 1
29937 if test "$wxUSE_GUI" = "yes"; then
29938 cat >>confdefs.h
<<\_ACEOF
29939 #define wxUSE_GUI 1
29944 cat >>confdefs.h
<<\_ACEOF
29945 #define wxUSE_NOGUI 1
29951 if test "$wxUSE_UNIX" = "yes"; then
29952 cat >>confdefs.h
<<\_ACEOF
29953 #define wxUSE_UNIX 1
29959 if test "$wxUSE_APPLE_IEEE" = "yes"; then
29960 cat >>confdefs.h
<<\_ACEOF
29961 #define wxUSE_APPLE_IEEE 1
29966 if test "$wxUSE_TIMER" = "yes"; then
29967 cat >>confdefs.h
<<\_ACEOF
29968 #define wxUSE_TIMER 1
29973 if test "$wxUSE_WAVE" = "yes"; then
29974 cat >>confdefs.h
<<\_ACEOF
29975 #define wxUSE_WAVE 1
29980 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
29981 cat >>confdefs.h
<<\_ACEOF
29982 #define wxUSE_CMDLINE_PARSER 1
29987 if test "$wxUSE_STOPWATCH" = "yes"; then
29988 cat >>confdefs.h
<<\_ACEOF
29989 #define wxUSE_STOPWATCH 1
29994 if test "$wxUSE_DATETIME" = "yes"; then
29995 cat >>confdefs.h
<<\_ACEOF
29996 #define wxUSE_DATETIME 1
30001 if test "$wxUSE_FILE" = "yes"; then
30002 cat >>confdefs.h
<<\_ACEOF
30003 #define wxUSE_FILE 1
30008 if test "$wxUSE_FFILE" = "yes"; then
30009 cat >>confdefs.h
<<\_ACEOF
30010 #define wxUSE_FFILE 1
30015 if test "$wxUSE_FILESYSTEM" = "yes"; then
30016 cat >>confdefs.h
<<\_ACEOF
30017 #define wxUSE_FILESYSTEM 1
30022 if test "$wxUSE_FS_INET" = "yes"; then
30023 cat >>confdefs.h
<<\_ACEOF
30024 #define wxUSE_FS_INET 1
30029 if test "$wxUSE_FS_ZIP" = "yes"; then
30030 cat >>confdefs.h
<<\_ACEOF
30031 #define wxUSE_FS_ZIP 1
30036 if test "$wxUSE_ZIPSTREAM" = "yes"; then
30037 cat >>confdefs.h
<<\_ACEOF
30038 #define wxUSE_ZIPSTREAM 1
30043 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30044 cat >>confdefs.h
<<\_ACEOF
30045 #define wxUSE_ON_FATAL_EXCEPTION 1
30050 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30051 cat >>confdefs.h
<<\_ACEOF
30052 #define wxUSE_SNGLINST_CHECKER 1
30057 if test "$wxUSE_BUSYINFO" = "yes"; then
30058 cat >>confdefs.h
<<\_ACEOF
30059 #define wxUSE_BUSYINFO 1
30064 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
30065 cat >>confdefs.h
<<\_ACEOF
30066 #define wxUSE_STD_IOSTREAM 1
30071 if test "$wxUSE_TEXTBUFFER" = "yes"; then
30072 cat >>confdefs.h
<<\_ACEOF
30073 #define wxUSE_TEXTBUFFER 1
30078 if test "$wxUSE_TEXTFILE" = "yes"; then
30079 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
30080 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
30081 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
30083 cat >>confdefs.h
<<\_ACEOF
30084 #define wxUSE_TEXTFILE 1
30090 if test "$wxUSE_CONFIG" = "yes" ; then
30091 if test "$wxUSE_TEXTFILE" != "yes"; then
30092 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
30093 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
30095 cat >>confdefs.h
<<\_ACEOF
30096 #define wxUSE_CONFIG 1
30099 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
30103 if test "$wxUSE_INTL" = "yes" ; then
30104 if test "$wxUSE_FILE" != "yes"; then
30105 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
30106 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
30108 cat >>confdefs.h
<<\_ACEOF
30109 #define wxUSE_INTL 1
30112 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
30113 GUIDIST
="$GUIDIST INTL_DIST"
30117 if test "$wxUSE_LOG" = "yes"; then
30118 cat >>confdefs.h
<<\_ACEOF
30119 #define wxUSE_LOG 1
30123 if test "$wxUSE_LOGGUI" = "yes"; then
30124 cat >>confdefs.h
<<\_ACEOF
30125 #define wxUSE_LOGGUI 1
30130 if test "$wxUSE_LOGWINDOW" = "yes"; then
30131 cat >>confdefs.h
<<\_ACEOF
30132 #define wxUSE_LOGWINDOW 1
30137 if test "$wxUSE_LOGDIALOG" = "yes"; then
30138 cat >>confdefs.h
<<\_ACEOF
30139 #define wxUSE_LOG_DIALOG 1
30145 if test "$wxUSE_LONGLONG" = "yes"; then
30146 cat >>confdefs.h
<<\_ACEOF
30147 #define wxUSE_LONGLONG 1
30152 if test "$wxUSE_GEOMETRY" = "yes"; then
30153 cat >>confdefs.h
<<\_ACEOF
30154 #define wxUSE_GEOMETRY 1
30159 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
30160 cat >>confdefs.h
<<\_ACEOF
30161 #define wxUSE_DIALUP_MANAGER 1
30164 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
30167 if test "$wxUSE_STREAMS" = "yes" ; then
30168 cat >>confdefs.h
<<\_ACEOF
30169 #define wxUSE_STREAMS 1
30175 if test "$wxUSE_DATETIME" = "yes"; then
30177 for ac_func
in strptime
30179 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30180 echo "$as_me:$LINENO: checking for $ac_func" >&5
30181 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30182 if eval "test \"\${$as_ac_var+set}\" = set"; then
30183 echo $ECHO_N "(cached) $ECHO_C" >&6
30185 cat >conftest.
$ac_ext <<_ACEOF
30186 #line $LINENO "configure"
30189 cat confdefs.h
>>conftest.
$ac_ext
30190 cat >>conftest.
$ac_ext <<_ACEOF
30191 /* end confdefs.h. */
30192 /* System header to define __stub macros and hopefully few prototypes,
30193 which can conflict with char $ac_func (); below.
30194 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30195 <limits.h> exists even on freestanding compilers. */
30197 # include <limits.h>
30199 # include <assert.h>
30201 /* Override any gcc2 internal prototype to avoid an error. */
30206 /* We use char because int might match the return type of a gcc2
30207 builtin and then its argument prototype would still apply. */
30209 /* The GNU C library defines this for functions which it implements
30210 to always fail with ENOSYS. Some functions are actually named
30211 something starting with __ and the normal name is an alias. */
30212 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30215 char (*f) () = $ac_func;
30224 return f != $ac_func;
30229 rm -f conftest.
$ac_objext conftest
$ac_exeext
30230 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30231 (eval $ac_link) 2>&5
30233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30234 (exit $ac_status); } &&
30235 { ac_try
='test -s conftest$ac_exeext'
30236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30237 (eval $ac_try) 2>&5
30239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30240 (exit $ac_status); }; }; then
30241 eval "$as_ac_var=yes"
30243 echo "$as_me: failed program was:" >&5
30244 sed 's/^/| /' conftest.
$ac_ext >&5
30246 eval "$as_ac_var=no"
30248 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30250 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30251 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30252 if test `eval echo '${'$as_ac_var'}'` = yes; then
30253 cat >>confdefs.h
<<_ACEOF
30254 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30261 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
30262 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
30263 if test "${wx_cv_var_timezone+set}" = set; then
30264 echo $ECHO_N "(cached) $ECHO_C" >&6
30267 cat >conftest.
$ac_ext <<_ACEOF
30268 #line $LINENO "configure"
30271 cat confdefs.h
>>conftest.
$ac_ext
30272 cat >>conftest.
$ac_ext <<_ACEOF
30273 /* end confdefs.h. */
30288 rm -f conftest.
$ac_objext
30289 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30290 (eval $ac_compile) 2>&5
30292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30293 (exit $ac_status); } &&
30294 { ac_try
='test -s conftest.$ac_objext'
30295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30296 (eval $ac_try) 2>&5
30298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30299 (exit $ac_status); }; }; then
30301 wx_cv_var_timezone
=timezone
30304 echo "$as_me: failed program was:" >&5
30305 sed 's/^/| /' conftest.
$ac_ext >&5
30308 cat >conftest.
$ac_ext <<_ACEOF
30309 #line $LINENO "configure"
30312 cat confdefs.h
>>conftest.
$ac_ext
30313 cat >>conftest.
$ac_ext <<_ACEOF
30314 /* end confdefs.h. */
30329 rm -f conftest.
$ac_objext
30330 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30331 (eval $ac_compile) 2>&5
30333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30334 (exit $ac_status); } &&
30335 { ac_try
='test -s conftest.$ac_objext'
30336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30337 (eval $ac_try) 2>&5
30339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30340 (exit $ac_status); }; }; then
30342 wx_cv_var_timezone
=_timezone
30345 echo "$as_me: failed program was:" >&5
30346 sed 's/^/| /' conftest.
$ac_ext >&5
30349 cat >conftest.
$ac_ext <<_ACEOF
30350 #line $LINENO "configure"
30353 cat confdefs.h
>>conftest.
$ac_ext
30354 cat >>conftest.
$ac_ext <<_ACEOF
30355 /* end confdefs.h. */
30370 rm -f conftest.
$ac_objext
30371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30372 (eval $ac_compile) 2>&5
30374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30375 (exit $ac_status); } &&
30376 { ac_try
='test -s conftest.$ac_objext'
30377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30378 (eval $ac_try) 2>&5
30380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30381 (exit $ac_status); }; }; then
30383 wx_cv_var_timezone
=__timezone
30386 echo "$as_me: failed program was:" >&5
30387 sed 's/^/| /' conftest.
$ac_ext >&5
30390 if test "$USE_DOS" = 0 ; then
30391 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
30392 echo "$as_me: WARNING: no timezone variable" >&2;}
30397 rm -f conftest.
$ac_objext conftest.
$ac_ext
30401 rm -f conftest.
$ac_objext conftest.
$ac_ext
30405 rm -f conftest.
$ac_objext conftest.
$ac_ext
30409 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
30410 echo "${ECHO_T}$wx_cv_var_timezone" >&6
30412 if test "x$wx_cv_var_timezone" != x
; then
30413 cat >>confdefs.h
<<_ACEOF
30414 #define WX_TIMEZONE $wx_cv_var_timezone
30420 for ac_func
in localtime
30422 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30423 echo "$as_me:$LINENO: checking for $ac_func" >&5
30424 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30425 if eval "test \"\${$as_ac_var+set}\" = set"; then
30426 echo $ECHO_N "(cached) $ECHO_C" >&6
30428 cat >conftest.
$ac_ext <<_ACEOF
30429 #line $LINENO "configure"
30432 cat confdefs.h
>>conftest.
$ac_ext
30433 cat >>conftest.
$ac_ext <<_ACEOF
30434 /* end confdefs.h. */
30435 /* System header to define __stub macros and hopefully few prototypes,
30436 which can conflict with char $ac_func (); below.
30437 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30438 <limits.h> exists even on freestanding compilers. */
30440 # include <limits.h>
30442 # include <assert.h>
30444 /* Override any gcc2 internal prototype to avoid an error. */
30449 /* We use char because int might match the return type of a gcc2
30450 builtin and then its argument prototype would still apply. */
30452 /* The GNU C library defines this for functions which it implements
30453 to always fail with ENOSYS. Some functions are actually named
30454 something starting with __ and the normal name is an alias. */
30455 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30458 char (*f) () = $ac_func;
30467 return f != $ac_func;
30472 rm -f conftest.
$ac_objext conftest
$ac_exeext
30473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30474 (eval $ac_link) 2>&5
30476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30477 (exit $ac_status); } &&
30478 { ac_try
='test -s conftest$ac_exeext'
30479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30480 (eval $ac_try) 2>&5
30482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30483 (exit $ac_status); }; }; then
30484 eval "$as_ac_var=yes"
30486 echo "$as_me: failed program was:" >&5
30487 sed 's/^/| /' conftest.
$ac_ext >&5
30489 eval "$as_ac_var=no"
30491 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30493 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30494 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30495 if test `eval echo '${'$as_ac_var'}'` = yes; then
30496 cat >>confdefs.h
<<_ACEOF
30497 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30504 if test "$ac_cv_func_localtime" = "yes"; then
30505 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
30506 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
30507 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
30508 echo $ECHO_N "(cached) $ECHO_C" >&6
30511 cat >conftest.
$ac_ext <<_ACEOF
30512 #line $LINENO "configure"
30515 cat confdefs.h
>>conftest.
$ac_ext
30516 cat >>conftest.
$ac_ext <<_ACEOF
30517 /* end confdefs.h. */
30532 rm -f conftest.
$ac_objext
30533 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30534 (eval $ac_compile) 2>&5
30536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30537 (exit $ac_status); } &&
30538 { ac_try
='test -s conftest.$ac_objext'
30539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30540 (eval $ac_try) 2>&5
30542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30543 (exit $ac_status); }; }; then
30545 wx_cv_struct_tm_has_gmtoff
=yes
30548 echo "$as_me: failed program was:" >&5
30549 sed 's/^/| /' conftest.
$ac_ext >&5
30551 wx_cv_struct_tm_has_gmtoff
=no
30554 rm -f conftest.
$ac_objext conftest.
$ac_ext
30557 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
30558 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
30561 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
30562 cat >>confdefs.h
<<\_ACEOF
30563 #define WX_GMTOFF_IN_TM 1
30570 for ac_func
in gettimeofday ftime
30572 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30573 echo "$as_me:$LINENO: checking for $ac_func" >&5
30574 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30575 if eval "test \"\${$as_ac_var+set}\" = set"; then
30576 echo $ECHO_N "(cached) $ECHO_C" >&6
30578 cat >conftest.
$ac_ext <<_ACEOF
30579 #line $LINENO "configure"
30582 cat confdefs.h
>>conftest.
$ac_ext
30583 cat >>conftest.
$ac_ext <<_ACEOF
30584 /* end confdefs.h. */
30585 /* System header to define __stub macros and hopefully few prototypes,
30586 which can conflict with char $ac_func (); below.
30587 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30588 <limits.h> exists even on freestanding compilers. */
30590 # include <limits.h>
30592 # include <assert.h>
30594 /* Override any gcc2 internal prototype to avoid an error. */
30599 /* We use char because int might match the return type of a gcc2
30600 builtin and then its argument prototype would still apply. */
30602 /* The GNU C library defines this for functions which it implements
30603 to always fail with ENOSYS. Some functions are actually named
30604 something starting with __ and the normal name is an alias. */
30605 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30608 char (*f) () = $ac_func;
30617 return f != $ac_func;
30622 rm -f conftest.
$ac_objext conftest
$ac_exeext
30623 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30624 (eval $ac_link) 2>&5
30626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30627 (exit $ac_status); } &&
30628 { ac_try
='test -s conftest$ac_exeext'
30629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30630 (eval $ac_try) 2>&5
30632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30633 (exit $ac_status); }; }; then
30634 eval "$as_ac_var=yes"
30636 echo "$as_me: failed program was:" >&5
30637 sed 's/^/| /' conftest.
$ac_ext >&5
30639 eval "$as_ac_var=no"
30641 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30643 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30644 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30645 if test `eval echo '${'$as_ac_var'}'` = yes; then
30646 cat >>confdefs.h
<<_ACEOF
30647 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30654 if test "$ac_cv_func_gettimeofday" = "yes"; then
30655 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
30656 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
30657 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
30658 echo $ECHO_N "(cached) $ECHO_C" >&6
30664 ac_cpp
='$CXXCPP $CPPFLAGS'
30665 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30666 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30667 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30670 cat >conftest.
$ac_ext <<_ACEOF
30671 #line $LINENO "configure"
30674 cat confdefs.h
>>conftest.
$ac_ext
30675 cat >>conftest.
$ac_ext <<_ACEOF
30676 /* end confdefs.h. */
30678 #include <sys/time.h>
30679 #include <unistd.h>
30686 gettimeofday(&tv, NULL);
30692 rm -f conftest.
$ac_objext
30693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30694 (eval $ac_compile) 2>&5
30696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30697 (exit $ac_status); } &&
30698 { ac_try
='test -s conftest.$ac_objext'
30699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30700 (eval $ac_try) 2>&5
30702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30703 (exit $ac_status); }; }; then
30704 wx_cv_func_gettimeofday_has_2_args
=yes
30706 echo "$as_me: failed program was:" >&5
30707 sed 's/^/| /' conftest.
$ac_ext >&5
30709 cat >conftest.
$ac_ext <<_ACEOF
30710 #line $LINENO "configure"
30713 cat confdefs.h
>>conftest.
$ac_ext
30714 cat >>conftest.
$ac_ext <<_ACEOF
30715 /* end confdefs.h. */
30717 #include <sys/time.h>
30718 #include <unistd.h>
30731 rm -f conftest.
$ac_objext
30732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30733 (eval $ac_compile) 2>&5
30735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30736 (exit $ac_status); } &&
30737 { ac_try
='test -s conftest.$ac_objext'
30738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30739 (eval $ac_try) 2>&5
30741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30742 (exit $ac_status); }; }; then
30743 wx_cv_func_gettimeofday_has_2_args
=no
30745 echo "$as_me: failed program was:" >&5
30746 sed 's/^/| /' conftest.
$ac_ext >&5
30749 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
30750 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
30751 wx_cv_func_gettimeofday_has_2_args
=unknown
30755 rm -f conftest.
$ac_objext conftest.
$ac_ext
30758 rm -f conftest.
$ac_objext conftest.
$ac_ext
30760 ac_cpp
='$CPP $CPPFLAGS'
30761 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30762 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30763 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30767 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
30768 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
30770 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
30771 cat >>confdefs.h
<<\_ACEOF
30772 #define WX_GETTIMEOFDAY_NO_TZ 1
30778 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
30782 if test "$wxUSE_SOCKETS" = "yes"; then
30783 if test "$wxUSE_MGL" = "1"; then
30784 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
30785 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
30790 if test "$wxUSE_SOCKETS" = "yes"; then
30791 if test "$TOOLKIT" != "MSW"; then
30792 echo "$as_me:$LINENO: checking for socket" >&5
30793 echo $ECHO_N "checking for socket... $ECHO_C" >&6
30794 if test "${ac_cv_func_socket+set}" = set; then
30795 echo $ECHO_N "(cached) $ECHO_C" >&6
30797 cat >conftest.
$ac_ext <<_ACEOF
30798 #line $LINENO "configure"
30801 cat confdefs.h
>>conftest.
$ac_ext
30802 cat >>conftest.
$ac_ext <<_ACEOF
30803 /* end confdefs.h. */
30804 /* System header to define __stub macros and hopefully few prototypes,
30805 which can conflict with char socket (); below.
30806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30807 <limits.h> exists even on freestanding compilers. */
30809 # include <limits.h>
30811 # include <assert.h>
30813 /* Override any gcc2 internal prototype to avoid an error. */
30818 /* We use char because int might match the return type of a gcc2
30819 builtin and then its argument prototype would still apply. */
30821 /* The GNU C library defines this for functions which it implements
30822 to always fail with ENOSYS. Some functions are actually named
30823 something starting with __ and the normal name is an alias. */
30824 #if defined (__stub_socket) || defined (__stub___socket)
30827 char (*f) () = socket;
30836 return f != socket;
30841 rm -f conftest.
$ac_objext conftest
$ac_exeext
30842 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30843 (eval $ac_link) 2>&5
30845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30846 (exit $ac_status); } &&
30847 { ac_try
='test -s conftest$ac_exeext'
30848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30849 (eval $ac_try) 2>&5
30851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30852 (exit $ac_status); }; }; then
30853 ac_cv_func_socket
=yes
30855 echo "$as_me: failed program was:" >&5
30856 sed 's/^/| /' conftest.
$ac_ext >&5
30858 ac_cv_func_socket
=no
30860 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30862 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
30863 echo "${ECHO_T}$ac_cv_func_socket" >&6
30864 if test $ac_cv_func_socket = yes; then
30867 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
30868 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
30869 if test "${ac_cv_lib_socket_socket+set}" = set; then
30870 echo $ECHO_N "(cached) $ECHO_C" >&6
30872 ac_check_lib_save_LIBS
=$LIBS
30873 LIBS
="-lsocket $LIBS"
30874 cat >conftest.
$ac_ext <<_ACEOF
30875 #line $LINENO "configure"
30878 cat confdefs.h
>>conftest.
$ac_ext
30879 cat >>conftest.
$ac_ext <<_ACEOF
30880 /* end confdefs.h. */
30882 /* Override any gcc2 internal prototype to avoid an error. */
30886 /* We use char because int might match the return type of a gcc2
30887 builtin and then its argument prototype would still apply. */
30897 rm -f conftest.
$ac_objext conftest
$ac_exeext
30898 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30899 (eval $ac_link) 2>&5
30901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30902 (exit $ac_status); } &&
30903 { ac_try
='test -s conftest$ac_exeext'
30904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30905 (eval $ac_try) 2>&5
30907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30908 (exit $ac_status); }; }; then
30909 ac_cv_lib_socket_socket
=yes
30911 echo "$as_me: failed program was:" >&5
30912 sed 's/^/| /' conftest.
$ac_ext >&5
30914 ac_cv_lib_socket_socket
=no
30916 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30917 LIBS
=$ac_check_lib_save_LIBS
30919 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
30920 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
30921 if test $ac_cv_lib_socket_socket = yes; then
30922 if test "$INET_LINK" != " -lsocket"; then
30923 INET_LINK
="$INET_LINK -lsocket"
30927 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
30928 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
30940 if test "$wxUSE_SOCKETS" = "yes" ; then
30941 if test "$TOOLKIT" != "MSW"; then
30942 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
30943 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
30944 if test "${wx_cv_type_getsockname3+set}" = set; then
30945 echo $ECHO_N "(cached) $ECHO_C" >&6
30948 cat >conftest.
$ac_ext <<_ACEOF
30949 #line $LINENO "configure"
30952 cat confdefs.h
>>conftest.
$ac_ext
30953 cat >>conftest.
$ac_ext <<_ACEOF
30954 /* end confdefs.h. */
30956 #include <sys/types.h>
30957 #include <sys/socket.h>
30964 getsockname(0, 0, &len);
30970 rm -f conftest.
$ac_objext
30971 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30972 (eval $ac_compile) 2>&5
30974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30975 (exit $ac_status); } &&
30976 { ac_try
='test -s conftest.$ac_objext'
30977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30978 (eval $ac_try) 2>&5
30980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30981 (exit $ac_status); }; }; then
30982 wx_cv_type_getsockname3
=socklen_t
30984 echo "$as_me: failed program was:" >&5
30985 sed 's/^/| /' conftest.
$ac_ext >&5
30988 CFLAGS_OLD
="$CFLAGS"
30989 if test "$GCC" = yes ; then
30990 CFLAGS
="$CFLAGS -Werror"
30993 cat >conftest.
$ac_ext <<_ACEOF
30994 #line $LINENO "configure"
30997 cat confdefs.h
>>conftest.
$ac_ext
30998 cat >>conftest.
$ac_ext <<_ACEOF
30999 /* end confdefs.h. */
31001 #include <sys/types.h>
31002 #include <sys/socket.h>
31009 getsockname(0, 0, &len);
31015 rm -f conftest.
$ac_objext
31016 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31017 (eval $ac_compile) 2>&5
31019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31020 (exit $ac_status); } &&
31021 { ac_try
='test -s conftest.$ac_objext'
31022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31023 (eval $ac_try) 2>&5
31025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31026 (exit $ac_status); }; }; then
31027 wx_cv_type_getsockname3
=size_t
31029 echo "$as_me: failed program was:" >&5
31030 sed 's/^/| /' conftest.
$ac_ext >&5
31032 cat >conftest.
$ac_ext <<_ACEOF
31033 #line $LINENO "configure"
31036 cat confdefs.h
>>conftest.
$ac_ext
31037 cat >>conftest.
$ac_ext <<_ACEOF
31038 /* end confdefs.h. */
31040 #include <sys/types.h>
31041 #include <sys/socket.h>
31048 getsockname(0, 0, &len);
31054 rm -f conftest.
$ac_objext
31055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31056 (eval $ac_compile) 2>&5
31058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31059 (exit $ac_status); } &&
31060 { ac_try
='test -s conftest.$ac_objext'
31061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31062 (eval $ac_try) 2>&5
31064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31065 (exit $ac_status); }; }; then
31066 wx_cv_type_getsockname3
=int
31068 echo "$as_me: failed program was:" >&5
31069 sed 's/^/| /' conftest.
$ac_ext >&5
31071 wx_cv_type_getsockname3
=unknown
31074 rm -f conftest.
$ac_objext conftest.
$ac_ext
31077 rm -f conftest.
$ac_objext conftest.
$ac_ext
31079 CFLAGS
="$CFLAGS_OLD"
31083 rm -f conftest.
$ac_objext conftest.
$ac_ext
31086 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
31087 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
31089 if test "$wx_cv_type_getsockname3" = "unknown"; then
31091 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
31092 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
31094 cat >>confdefs.h
<<_ACEOF
31095 #define SOCKLEN_T $wx_cv_type_getsockname3
31102 if test "$wxUSE_SOCKETS" = "yes" ; then
31103 cat >>confdefs.h
<<\_ACEOF
31104 #define wxUSE_SOCKETS 1
31107 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
31111 if test "$wxUSE_GUI" = "yes"; then
31113 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
31114 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
31115 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
31118 if test "$TOOLKIT" = "MOTIF"; then
31119 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Motif... disabled" >&5
31120 echo "$as_me: WARNING: Joystick not yet supported under Motif... disabled" >&2;}
31123 if test "$TOOLKIT" = "X11"; then
31124 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under X11... disabled" >&5
31125 echo "$as_me: WARNING: Joystick not yet supported under X11... disabled" >&2;}
31129 if test "$TOOLKIT" != "MSW"; then
31130 if test "$wxUSE_JOYSTICK" = "yes"; then
31132 for ac_header
in linux
/joystick.h
31134 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31135 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31136 echo "$as_me:$LINENO: checking for $ac_header" >&5
31137 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31138 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31139 echo $ECHO_N "(cached) $ECHO_C" >&6
31141 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31142 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31144 # Is the header compilable?
31145 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31146 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31147 cat >conftest.
$ac_ext <<_ACEOF
31148 #line $LINENO "configure"
31151 cat confdefs.h
>>conftest.
$ac_ext
31152 cat >>conftest.
$ac_ext <<_ACEOF
31153 /* end confdefs.h. */
31154 $ac_includes_default
31155 #include <$ac_header>
31157 rm -f conftest.
$ac_objext
31158 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31159 (eval $ac_compile) 2>&5
31161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31162 (exit $ac_status); } &&
31163 { ac_try
='test -s conftest.$ac_objext'
31164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31165 (eval $ac_try) 2>&5
31167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31168 (exit $ac_status); }; }; then
31169 ac_header_compiler
=yes
31171 echo "$as_me: failed program was:" >&5
31172 sed 's/^/| /' conftest.
$ac_ext >&5
31174 ac_header_compiler
=no
31176 rm -f conftest.
$ac_objext conftest.
$ac_ext
31177 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31178 echo "${ECHO_T}$ac_header_compiler" >&6
31180 # Is the header present?
31181 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31182 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31183 cat >conftest.
$ac_ext <<_ACEOF
31184 #line $LINENO "configure"
31187 cat confdefs.h
>>conftest.
$ac_ext
31188 cat >>conftest.
$ac_ext <<_ACEOF
31189 /* end confdefs.h. */
31190 #include <$ac_header>
31192 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31193 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31195 grep -v '^ *+' conftest.er1
>conftest.err
31197 cat conftest.err
>&5
31198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31199 (exit $ac_status); } >/dev
/null
; then
31200 if test -s conftest.err
; then
31201 ac_cpp_err
=$ac_c_preproc_warn_flag
31208 if test -z "$ac_cpp_err"; then
31209 ac_header_preproc
=yes
31211 echo "$as_me: failed program was:" >&5
31212 sed 's/^/| /' conftest.
$ac_ext >&5
31214 ac_header_preproc
=no
31216 rm -f conftest.err conftest.
$ac_ext
31217 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31218 echo "${ECHO_T}$ac_header_preproc" >&6
31220 # So? What about this header?
31221 case $ac_header_compiler:$ac_header_preproc in
31223 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31224 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31225 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31226 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31229 ## ------------------------------------ ##
31230 ## Report this to bug-autoconf@gnu.org. ##
31231 ## ------------------------------------ ##
31234 sed "s/^/$as_me: WARNING: /" >&2
31237 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31238 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31239 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31240 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31241 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31242 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31245 ## ------------------------------------ ##
31246 ## Report this to bug-autoconf@gnu.org. ##
31247 ## ------------------------------------ ##
31250 sed "s/^/$as_me: WARNING: /" >&2
31253 echo "$as_me:$LINENO: checking for $ac_header" >&5
31254 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31255 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31256 echo $ECHO_N "(cached) $ECHO_C" >&6
31258 eval "$as_ac_Header=$ac_header_preproc"
31260 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31261 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31264 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31265 cat >>confdefs.h
<<_ACEOF
31266 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31273 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
31275 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
31276 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
31281 if test "$wxUSE_JOYSTICK" = "yes"; then
31282 cat >>confdefs.h
<<\_ACEOF
31283 #define wxUSE_JOYSTICK 1
31286 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
31291 if test "$TOOLKIT" != "MSW"; then
31295 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
31296 if test "$USE_DARWIN" = 1; then
31300 for ac_func
in dlopen
31302 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31303 echo "$as_me:$LINENO: checking for $ac_func" >&5
31304 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31305 if eval "test \"\${$as_ac_var+set}\" = set"; then
31306 echo $ECHO_N "(cached) $ECHO_C" >&6
31308 cat >conftest.
$ac_ext <<_ACEOF
31309 #line $LINENO "configure"
31312 cat confdefs.h
>>conftest.
$ac_ext
31313 cat >>conftest.
$ac_ext <<_ACEOF
31314 /* end confdefs.h. */
31315 /* System header to define __stub macros and hopefully few prototypes,
31316 which can conflict with char $ac_func (); below.
31317 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31318 <limits.h> exists even on freestanding compilers. */
31320 # include <limits.h>
31322 # include <assert.h>
31324 /* Override any gcc2 internal prototype to avoid an error. */
31329 /* We use char because int might match the return type of a gcc2
31330 builtin and then its argument prototype would still apply. */
31332 /* The GNU C library defines this for functions which it implements
31333 to always fail with ENOSYS. Some functions are actually named
31334 something starting with __ and the normal name is an alias. */
31335 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31338 char (*f) () = $ac_func;
31347 return f != $ac_func;
31352 rm -f conftest.
$ac_objext conftest
$ac_exeext
31353 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31354 (eval $ac_link) 2>&5
31356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31357 (exit $ac_status); } &&
31358 { ac_try
='test -s conftest$ac_exeext'
31359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31360 (eval $ac_try) 2>&5
31362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31363 (exit $ac_status); }; }; then
31364 eval "$as_ac_var=yes"
31366 echo "$as_me: failed program was:" >&5
31367 sed 's/^/| /' conftest.
$ac_ext >&5
31369 eval "$as_ac_var=no"
31371 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31373 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31374 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31375 if test `eval echo '${'$as_ac_var'}'` = yes; then
31376 cat >>confdefs.h
<<_ACEOF
31377 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31380 cat >>confdefs.h
<<\_ACEOF
31381 #define HAVE_DLOPEN 1
31388 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
31389 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
31390 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
31391 echo $ECHO_N "(cached) $ECHO_C" >&6
31393 ac_check_lib_save_LIBS
=$LIBS
31395 cat >conftest.
$ac_ext <<_ACEOF
31396 #line $LINENO "configure"
31399 cat confdefs.h
>>conftest.
$ac_ext
31400 cat >>conftest.
$ac_ext <<_ACEOF
31401 /* end confdefs.h. */
31403 /* Override any gcc2 internal prototype to avoid an error. */
31407 /* We use char because int might match the return type of a gcc2
31408 builtin and then its argument prototype would still apply. */
31418 rm -f conftest.
$ac_objext conftest
$ac_exeext
31419 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31420 (eval $ac_link) 2>&5
31422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31423 (exit $ac_status); } &&
31424 { ac_try
='test -s conftest$ac_exeext'
31425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31426 (eval $ac_try) 2>&5
31428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31429 (exit $ac_status); }; }; then
31430 ac_cv_lib_dl_dlopen
=yes
31432 echo "$as_me: failed program was:" >&5
31433 sed 's/^/| /' conftest.
$ac_ext >&5
31435 ac_cv_lib_dl_dlopen
=no
31437 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31438 LIBS
=$ac_check_lib_save_LIBS
31440 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
31441 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
31442 if test $ac_cv_lib_dl_dlopen = yes; then
31444 cat >>confdefs.h
<<\_ACEOF
31445 #define HAVE_DLOPEN 1
31449 DL_LINK
=" -ldl$DL_LINK"
31454 for ac_func
in shl_load
31456 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31457 echo "$as_me:$LINENO: checking for $ac_func" >&5
31458 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31459 if eval "test \"\${$as_ac_var+set}\" = set"; then
31460 echo $ECHO_N "(cached) $ECHO_C" >&6
31462 cat >conftest.
$ac_ext <<_ACEOF
31463 #line $LINENO "configure"
31466 cat confdefs.h
>>conftest.
$ac_ext
31467 cat >>conftest.
$ac_ext <<_ACEOF
31468 /* end confdefs.h. */
31469 /* System header to define __stub macros and hopefully few prototypes,
31470 which can conflict with char $ac_func (); below.
31471 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31472 <limits.h> exists even on freestanding compilers. */
31474 # include <limits.h>
31476 # include <assert.h>
31478 /* Override any gcc2 internal prototype to avoid an error. */
31483 /* We use char because int might match the return type of a gcc2
31484 builtin and then its argument prototype would still apply. */
31486 /* The GNU C library defines this for functions which it implements
31487 to always fail with ENOSYS. Some functions are actually named
31488 something starting with __ and the normal name is an alias. */
31489 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31492 char (*f) () = $ac_func;
31501 return f != $ac_func;
31506 rm -f conftest.
$ac_objext conftest
$ac_exeext
31507 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31508 (eval $ac_link) 2>&5
31510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31511 (exit $ac_status); } &&
31512 { ac_try
='test -s conftest$ac_exeext'
31513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31514 (eval $ac_try) 2>&5
31516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31517 (exit $ac_status); }; }; then
31518 eval "$as_ac_var=yes"
31520 echo "$as_me: failed program was:" >&5
31521 sed 's/^/| /' conftest.
$ac_ext >&5
31523 eval "$as_ac_var=no"
31525 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31527 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31528 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31529 if test `eval echo '${'$as_ac_var'}'` = yes; then
31530 cat >>confdefs.h
<<_ACEOF
31531 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31534 cat >>confdefs.h
<<\_ACEOF
31535 #define HAVE_SHL_LOAD 1
31542 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
31543 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
31544 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
31545 echo $ECHO_N "(cached) $ECHO_C" >&6
31547 ac_check_lib_save_LIBS
=$LIBS
31548 LIBS
="-lshl_load $LIBS"
31549 cat >conftest.
$ac_ext <<_ACEOF
31550 #line $LINENO "configure"
31553 cat confdefs.h
>>conftest.
$ac_ext
31554 cat >>conftest.
$ac_ext <<_ACEOF
31555 /* end confdefs.h. */
31557 /* Override any gcc2 internal prototype to avoid an error. */
31561 /* We use char because int might match the return type of a gcc2
31562 builtin and then its argument prototype would still apply. */
31572 rm -f conftest.
$ac_objext conftest
$ac_exeext
31573 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31574 (eval $ac_link) 2>&5
31576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31577 (exit $ac_status); } &&
31578 { ac_try
='test -s conftest$ac_exeext'
31579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31580 (eval $ac_try) 2>&5
31582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31583 (exit $ac_status); }; }; then
31584 ac_cv_lib_shl_load_dld
=yes
31586 echo "$as_me: failed program was:" >&5
31587 sed 's/^/| /' conftest.
$ac_ext >&5
31589 ac_cv_lib_shl_load_dld
=no
31591 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31592 LIBS
=$ac_check_lib_save_LIBS
31594 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
31595 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
31596 if test $ac_cv_lib_shl_load_dld = yes; then
31599 DL_LINK
=" -ldld$DL_LINK"
31615 if test "$HAVE_DL_FUNCS" = 1; then
31617 for ac_func
in dlerror
31619 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31620 echo "$as_me:$LINENO: checking for $ac_func" >&5
31621 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31622 if eval "test \"\${$as_ac_var+set}\" = set"; then
31623 echo $ECHO_N "(cached) $ECHO_C" >&6
31625 cat >conftest.
$ac_ext <<_ACEOF
31626 #line $LINENO "configure"
31629 cat confdefs.h
>>conftest.
$ac_ext
31630 cat >>conftest.
$ac_ext <<_ACEOF
31631 /* end confdefs.h. */
31632 /* System header to define __stub macros and hopefully few prototypes,
31633 which can conflict with char $ac_func (); below.
31634 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31635 <limits.h> exists even on freestanding compilers. */
31637 # include <limits.h>
31639 # include <assert.h>
31641 /* Override any gcc2 internal prototype to avoid an error. */
31646 /* We use char because int might match the return type of a gcc2
31647 builtin and then its argument prototype would still apply. */
31649 /* The GNU C library defines this for functions which it implements
31650 to always fail with ENOSYS. Some functions are actually named
31651 something starting with __ and the normal name is an alias. */
31652 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31655 char (*f) () = $ac_func;
31664 return f != $ac_func;
31669 rm -f conftest.
$ac_objext conftest
$ac_exeext
31670 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31671 (eval $ac_link) 2>&5
31673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31674 (exit $ac_status); } &&
31675 { ac_try
='test -s conftest$ac_exeext'
31676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31677 (eval $ac_try) 2>&5
31679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31680 (exit $ac_status); }; }; then
31681 eval "$as_ac_var=yes"
31683 echo "$as_me: failed program was:" >&5
31684 sed 's/^/| /' conftest.
$ac_ext >&5
31686 eval "$as_ac_var=no"
31688 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31690 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31691 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31692 if test `eval echo '${'$as_ac_var'}'` = yes; then
31693 cat >>confdefs.h
<<_ACEOF
31694 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31696 cat >>confdefs.h
<<\_ACEOF
31697 #define HAVE_DLERROR 1
31701 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
31702 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
31703 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
31704 echo $ECHO_N "(cached) $ECHO_C" >&6
31706 ac_check_lib_save_LIBS
=$LIBS
31708 cat >conftest.
$ac_ext <<_ACEOF
31709 #line $LINENO "configure"
31712 cat confdefs.h
>>conftest.
$ac_ext
31713 cat >>conftest.
$ac_ext <<_ACEOF
31714 /* end confdefs.h. */
31716 /* Override any gcc2 internal prototype to avoid an error. */
31720 /* We use char because int might match the return type of a gcc2
31721 builtin and then its argument prototype would still apply. */
31731 rm -f conftest.
$ac_objext conftest
$ac_exeext
31732 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31733 (eval $ac_link) 2>&5
31735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31736 (exit $ac_status); } &&
31737 { ac_try
='test -s conftest$ac_exeext'
31738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31739 (eval $ac_try) 2>&5
31741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31742 (exit $ac_status); }; }; then
31743 ac_cv_lib_dl_dlerror
=yes
31745 echo "$as_me: failed program was:" >&5
31746 sed 's/^/| /' conftest.
$ac_ext >&5
31748 ac_cv_lib_dl_dlerror
=no
31750 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31751 LIBS
=$ac_check_lib_save_LIBS
31753 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
31754 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
31755 if test $ac_cv_lib_dl_dlerror = yes; then
31756 cat >>confdefs.h
<<\_ACEOF
31757 #define HAVE_DLERROR 1
31768 if test "$HAVE_DL_FUNCS" = 0; then
31769 if test "$HAVE_SHL_FUNCS" = 0; then
31770 if test "$USE_UNIX" = 1; then
31771 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
31772 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
31773 wxUSE_DYNAMIC_LOADER
=no
31774 wxUSE_DYNLIB_CLASS
=no
31776 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
31777 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
31784 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
31785 cat >>confdefs.h
<<\_ACEOF
31786 #define wxUSE_DYNAMIC_LOADER 1
31789 elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
31790 cat >>confdefs.h
<<\_ACEOF
31791 #define wxUSE_DYNLIB_CLASS 1
31797 if test "$wxUSE_FONTMAP" = "yes" ; then
31798 cat >>confdefs.h
<<\_ACEOF
31799 #define wxUSE_FONTMAP 1
31804 if test "$wxUSE_UNICODE" = "yes" ; then
31805 cat >>confdefs.h
<<\_ACEOF
31806 #define wxUSE_UNICODE 1
31810 if test "$wxUSE_MSW" != 1; then
31811 wxUSE_UNICODE_MSLU
=no
31814 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
31815 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
31816 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
31817 if test "${ac_cv_lib_unicows_main+set}" = set; then
31818 echo $ECHO_N "(cached) $ECHO_C" >&6
31820 ac_check_lib_save_LIBS
=$LIBS
31821 LIBS
="-lunicows $LIBS"
31822 cat >conftest.
$ac_ext <<_ACEOF
31823 #line $LINENO "configure"
31826 cat confdefs.h
>>conftest.
$ac_ext
31827 cat >>conftest.
$ac_ext <<_ACEOF
31828 /* end confdefs.h. */
31839 rm -f conftest.
$ac_objext conftest
$ac_exeext
31840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31841 (eval $ac_link) 2>&5
31843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31844 (exit $ac_status); } &&
31845 { ac_try
='test -s conftest$ac_exeext'
31846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31847 (eval $ac_try) 2>&5
31849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31850 (exit $ac_status); }; }; then
31851 ac_cv_lib_unicows_main
=yes
31853 echo "$as_me: failed program was:" >&5
31854 sed 's/^/| /' conftest.
$ac_ext >&5
31856 ac_cv_lib_unicows_main
=no
31858 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31859 LIBS
=$ac_check_lib_save_LIBS
31861 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
31862 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
31863 if test $ac_cv_lib_unicows_main = yes; then
31865 cat >>confdefs.h
<<\_ACEOF
31866 #define wxUSE_UNICODE_MSLU 1
31872 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
31873 Applications will only run on Windows NT/2000/XP!" >&5
31874 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
31875 Applications will only run on Windows NT/2000/XP!" >&2;}
31876 wxUSE_UNICODE_MSLU
=no
31883 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
31884 cat >>confdefs.h
<<\_ACEOF
31885 #define wxUSE_EXPERIMENTAL_PRINTF 1
31891 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
31892 cat >>confdefs.h
<<\_ACEOF
31893 #define wxUSE_POSTSCRIPT 1
31898 cat >>confdefs.h
<<\_ACEOF
31899 #define wxUSE_AFM_FOR_POSTSCRIPT 1
31903 cat >>confdefs.h
<<\_ACEOF
31904 #define wxUSE_NORMALIZED_PS_FONTS 1
31909 if test "$wxUSE_CONSTRAINTS" = "yes"; then
31910 cat >>confdefs.h
<<\_ACEOF
31911 #define wxUSE_CONSTRAINTS 1
31914 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
31917 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
31920 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
31921 cat >>confdefs.h
<<\_ACEOF
31922 #define wxUSE_MDI_ARCHITECTURE 1
31925 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
31929 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
31930 cat >>confdefs.h
<<\_ACEOF
31931 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
31934 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
31935 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
31936 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
31940 if test "$wxUSE_HELP" = "yes"; then
31941 cat >>confdefs.h
<<\_ACEOF
31942 #define wxUSE_HELP 1
31945 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
31947 if test "$wxUSE_MSW" = 1; then
31948 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
31949 cat >>confdefs.h
<<\_ACEOF
31950 #define wxUSE_MS_HTML_HELP 1
31956 if test "$wxUSE_WXHTML_HELP" = "yes"; then
31957 if test "$wxUSE_HTML" = "yes"; then
31958 cat >>confdefs.h
<<\_ACEOF
31959 #define wxUSE_WXHTML_HELP 1
31963 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
31964 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
31965 wxUSE_WXHTML_HELP
=no
31970 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
31971 if test "$wxUSE_CONSTRAINTS" != "yes"; then
31972 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
31973 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
31975 cat >>confdefs.h
<<\_ACEOF
31976 #define wxUSE_PRINTING_ARCHITECTURE 1
31980 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
31983 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
31984 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
31985 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
31986 { (exit 1); exit 1; }; }
31990 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
31991 -o "$wxUSE_CLIPBOARD" = "yes" \
31992 -o "$wxUSE_OLE" = "yes" \
31993 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
31995 for ac_header
in ole2.h
31997 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31998 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31999 echo "$as_me:$LINENO: checking for $ac_header" >&5
32000 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32001 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32002 echo $ECHO_N "(cached) $ECHO_C" >&6
32004 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32005 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32007 # Is the header compilable?
32008 echo "$as_me:$LINENO: checking $ac_header usability" >&5
32009 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32010 cat >conftest.
$ac_ext <<_ACEOF
32011 #line $LINENO "configure"
32014 cat confdefs.h
>>conftest.
$ac_ext
32015 cat >>conftest.
$ac_ext <<_ACEOF
32016 /* end confdefs.h. */
32017 $ac_includes_default
32018 #include <$ac_header>
32020 rm -f conftest.
$ac_objext
32021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32022 (eval $ac_compile) 2>&5
32024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32025 (exit $ac_status); } &&
32026 { ac_try
='test -s conftest.$ac_objext'
32027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32028 (eval $ac_try) 2>&5
32030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32031 (exit $ac_status); }; }; then
32032 ac_header_compiler
=yes
32034 echo "$as_me: failed program was:" >&5
32035 sed 's/^/| /' conftest.
$ac_ext >&5
32037 ac_header_compiler
=no
32039 rm -f conftest.
$ac_objext conftest.
$ac_ext
32040 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32041 echo "${ECHO_T}$ac_header_compiler" >&6
32043 # Is the header present?
32044 echo "$as_me:$LINENO: checking $ac_header presence" >&5
32045 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32046 cat >conftest.
$ac_ext <<_ACEOF
32047 #line $LINENO "configure"
32050 cat confdefs.h
>>conftest.
$ac_ext
32051 cat >>conftest.
$ac_ext <<_ACEOF
32052 /* end confdefs.h. */
32053 #include <$ac_header>
32055 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32056 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32058 grep -v '^ *+' conftest.er1
>conftest.err
32060 cat conftest.err
>&5
32061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32062 (exit $ac_status); } >/dev
/null
; then
32063 if test -s conftest.err
; then
32064 ac_cpp_err
=$ac_c_preproc_warn_flag
32071 if test -z "$ac_cpp_err"; then
32072 ac_header_preproc
=yes
32074 echo "$as_me: failed program was:" >&5
32075 sed 's/^/| /' conftest.
$ac_ext >&5
32077 ac_header_preproc
=no
32079 rm -f conftest.err conftest.
$ac_ext
32080 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32081 echo "${ECHO_T}$ac_header_preproc" >&6
32083 # So? What about this header?
32084 case $ac_header_compiler:$ac_header_preproc in
32086 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32087 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32088 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32089 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32092 ## ------------------------------------ ##
32093 ## Report this to bug-autoconf@gnu.org. ##
32094 ## ------------------------------------ ##
32097 sed "s/^/$as_me: WARNING: /" >&2
32100 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32101 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32102 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32103 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32104 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32105 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32108 ## ------------------------------------ ##
32109 ## Report this to bug-autoconf@gnu.org. ##
32110 ## ------------------------------------ ##
32113 sed "s/^/$as_me: WARNING: /" >&2
32116 echo "$as_me:$LINENO: checking for $ac_header" >&5
32117 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32118 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32119 echo $ECHO_N "(cached) $ECHO_C" >&6
32121 eval "$as_ac_Header=$ac_header_preproc"
32123 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32124 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32127 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32128 cat >>confdefs.h
<<_ACEOF
32129 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32137 if test "$ac_cv_header_ole2_h" = "yes" ; then
32138 if test "$GCC" = yes ; then
32142 ac_cpp
='$CXXCPP $CPPFLAGS'
32143 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32144 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32145 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32148 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
32149 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
32150 cat >conftest.
$ac_ext <<_ACEOF
32151 #line $LINENO "configure"
32154 cat confdefs.h
>>conftest.
$ac_ext
32155 cat >>conftest.
$ac_ext <<_ACEOF
32156 /* end confdefs.h. */
32157 #include <windows.h>
32167 rm -f conftest.
$ac_objext
32168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32169 (eval $ac_compile) 2>&5
32171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32172 (exit $ac_status); } &&
32173 { ac_try
='test -s conftest.$ac_objext'
32174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32175 (eval $ac_try) 2>&5
32177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32178 (exit $ac_status); }; }; then
32179 echo "$as_me:$LINENO: result: no" >&5
32180 echo "${ECHO_T}no" >&6
32182 echo "$as_me: failed program was:" >&5
32183 sed 's/^/| /' conftest.
$ac_ext >&5
32185 echo "$as_me:$LINENO: result: yes" >&5
32186 echo "${ECHO_T}yes" >&6
32187 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
32189 rm -f conftest.
$ac_objext conftest.
$ac_ext
32191 ac_cpp
='$CPP $CPPFLAGS'
32192 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32193 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32194 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32196 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
32197 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
32198 cat >>confdefs.h
<<\_ACEOF
32199 #define wxUSE_OLE 1
32205 cat >>confdefs.h
<<\_ACEOF
32206 #define wxUSE_DATAOBJ 1
32210 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
32211 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
32214 wxUSE_DRAG_AND_DROP
=no
32219 if test "$wxUSE_METAFILE" = "yes"; then
32220 cat >>confdefs.h
<<\_ACEOF
32221 #define wxUSE_METAFILE 1
32225 cat >>confdefs.h
<<\_ACEOF
32226 #define wxUSE_ENH_METAFILE 1
32232 if test "$wxUSE_IPC" = "yes"; then
32233 if test "$wxUSE_SOCKETS" != "yes"; then
32234 { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5
32235 echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
32238 cat >>confdefs.h
<<\_ACEOF
32239 #define wxUSE_IPC 1
32244 if test "$wxUSE_CLIPBOARD" = "yes"; then
32245 if test "$wxUSE_MGL" = 1; then
32246 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
32247 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
32251 if test "$wxUSE_CLIPBOARD" = "yes"; then
32252 cat >>confdefs.h
<<\_ACEOF
32253 #define wxUSE_CLIPBOARD 1
32257 cat >>confdefs.h
<<\_ACEOF
32258 #define wxUSE_DATAOBJ 1
32264 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
32265 if test "$wxUSE_GTK" = 1; then
32266 if test "$WXGTK12" != 1; then
32267 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
32268 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
32269 wxUSE_DRAG_AND_DROP
=no
32273 if test "$wxUSE_MOTIF" = 1; then
32274 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
32275 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
32276 wxUSE_DRAG_AND_DROP
=no
32279 if test "$wxUSE_X11" = 1; then
32280 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
32281 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
32282 wxUSE_DRAG_AND_DROP
=no
32285 if test "$wxUSE_MGL" = 1; then
32286 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
32287 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
32288 wxUSE_DRAG_AND_DROP
=no
32291 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
32292 cat >>confdefs.h
<<\_ACEOF
32293 #define wxUSE_DRAG_AND_DROP 1
32296 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
32301 if test "$wxUSE_SPLINES" = "yes" ; then
32302 cat >>confdefs.h
<<\_ACEOF
32303 #define wxUSE_SPLINES 1
32310 if test "$wxUSE_CONTROLS" = "yes"; then
32314 if test "$wxUSE_ACCEL" = "yes"; then
32315 cat >>confdefs.h
<<\_ACEOF
32316 #define wxUSE_ACCEL 1
32322 if test "$wxUSE_BUTTON" = "yes"; then
32323 cat >>confdefs.h
<<\_ACEOF
32324 #define wxUSE_BUTTON 1
32330 if test "$wxUSE_BMPBUTTON" = "yes"; then
32331 cat >>confdefs.h
<<\_ACEOF
32332 #define wxUSE_BMPBUTTON 1
32338 if test "$wxUSE_CALCTRL" = "yes"; then
32339 cat >>confdefs.h
<<\_ACEOF
32340 #define wxUSE_CALENDARCTRL 1
32344 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
32347 if test "$wxUSE_CARET" = "yes"; then
32348 cat >>confdefs.h
<<\_ACEOF
32349 #define wxUSE_CARET 1
32353 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
32356 if test "$wxUSE_COMBOBOX" = "yes"; then
32357 cat >>confdefs.h
<<\_ACEOF
32358 #define wxUSE_COMBOBOX 1
32364 if test "$wxUSE_CHOICE" = "yes"; then
32365 cat >>confdefs.h
<<\_ACEOF
32366 #define wxUSE_CHOICE 1
32372 if test "$wxUSE_CHECKBOX" = "yes"; then
32373 cat >>confdefs.h
<<\_ACEOF
32374 #define wxUSE_CHECKBOX 1
32380 if test "$wxUSE_CHECKLST" = "yes"; then
32381 cat >>confdefs.h
<<\_ACEOF
32382 #define wxUSE_CHECKLISTBOX 1
32386 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
32389 if test "$wxUSE_DISPLAY" = "yes"; then
32390 cat >>confdefs.h
<<\_ACEOF
32391 #define wxUSE_DISPLAY 1
32394 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
32397 if test "$wxUSE_GAUGE" = "yes"; then
32398 cat >>confdefs.h
<<\_ACEOF
32399 #define wxUSE_GAUGE 1
32405 if test "$wxUSE_GRID" = "yes"; then
32406 cat >>confdefs.h
<<\_ACEOF
32407 #define wxUSE_GRID 1
32411 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
32414 if test "$wxUSE_IMAGLIST" = "yes"; then
32415 cat >>confdefs.h
<<\_ACEOF
32416 #define wxUSE_IMAGLIST 1
32421 if test "$wxUSE_LISTBOX" = "yes"; then
32422 cat >>confdefs.h
<<\_ACEOF
32423 #define wxUSE_LISTBOX 1
32429 if test "$wxUSE_LISTCTRL" = "yes"; then
32430 if test "$wxUSE_IMAGLIST" = "yes"; then
32431 cat >>confdefs.h
<<\_ACEOF
32432 #define wxUSE_LISTCTRL 1
32436 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
32438 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
32439 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
32443 if test "$wxUSE_NOTEBOOK" = "yes"; then
32444 cat >>confdefs.h
<<\_ACEOF
32445 #define wxUSE_NOTEBOOK 1
32449 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
32453 if test "$wxUSE_RADIOBOX" = "yes"; then
32454 cat >>confdefs.h
<<\_ACEOF
32455 #define wxUSE_RADIOBOX 1
32461 if test "$wxUSE_RADIOBTN" = "yes"; then
32462 cat >>confdefs.h
<<\_ACEOF
32463 #define wxUSE_RADIOBTN 1
32469 if test "$wxUSE_SASH" = "yes"; then
32470 cat >>confdefs.h
<<\_ACEOF
32471 #define wxUSE_SASH 1
32474 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
32477 if test "$wxUSE_SCROLLBAR" = "yes"; then
32478 cat >>confdefs.h
<<\_ACEOF
32479 #define wxUSE_SCROLLBAR 1
32483 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
32486 if test "$wxUSE_SLIDER" = "yes"; then
32487 cat >>confdefs.h
<<\_ACEOF
32488 #define wxUSE_SLIDER 1
32494 if test "$wxUSE_SPINBTN" = "yes"; then
32495 cat >>confdefs.h
<<\_ACEOF
32496 #define wxUSE_SPINBTN 1
32502 if test "$wxUSE_SPINCTRL" = "yes"; then
32503 cat >>confdefs.h
<<\_ACEOF
32504 #define wxUSE_SPINCTRL 1
32510 if test "$wxUSE_SPLITTER" = "yes"; then
32511 cat >>confdefs.h
<<\_ACEOF
32512 #define wxUSE_SPLITTER 1
32515 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
32518 if test "$wxUSE_STATBMP" = "yes"; then
32519 cat >>confdefs.h
<<\_ACEOF
32520 #define wxUSE_STATBMP 1
32526 if test "$wxUSE_STATBOX" = "yes"; then
32527 cat >>confdefs.h
<<\_ACEOF
32528 #define wxUSE_STATBOX 1
32534 if test "$wxUSE_STATTEXT" = "yes"; then
32535 cat >>confdefs.h
<<\_ACEOF
32536 #define wxUSE_STATTEXT 1
32542 if test "$wxUSE_STATLINE" = "yes"; then
32543 cat >>confdefs.h
<<\_ACEOF
32544 #define wxUSE_STATLINE 1
32550 if test "$wxUSE_STATUSBAR" = "yes"; then
32551 cat >>confdefs.h
<<\_ACEOF
32552 #define wxUSE_STATUSBAR 1
32557 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
32560 if test "$wxUSE_TABDIALOG" = "yes"; then
32561 cat >>confdefs.h
<<\_ACEOF
32562 #define wxUSE_TAB_DIALOG 1
32565 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
32568 if test "$wxUSE_TEXTCTRL" = "yes"; then
32569 cat >>confdefs.h
<<\_ACEOF
32570 #define wxUSE_TEXTCTRL 1
32574 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
32577 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32578 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32579 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
32580 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
32583 if test "$wxUSE_UNIVERSAL" = "yes"; then
32584 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
32585 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
32589 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32590 cat >>confdefs.h
<<\_ACEOF
32591 #define wxUSE_TOGGLEBTN 1
32598 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
32599 cat >>confdefs.h
<<\_ACEOF
32600 #define wxUSE_TOOLBAR_SIMPLE 1
32603 wxUSE_TOOLBAR
="yes"
32607 if test "$wxUSE_TOOLBAR" = "yes"; then
32608 cat >>confdefs.h
<<\_ACEOF
32609 #define wxUSE_TOOLBAR 1
32614 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
32615 wxUSE_TOOLBAR_NATIVE
="yes"
32618 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
32619 cat >>confdefs.h
<<\_ACEOF
32620 #define wxUSE_TOOLBAR_NATIVE 1
32626 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
32629 if test "$wxUSE_TOOLTIPS" = "yes"; then
32630 if test "$wxUSE_MOTIF" = 1; then
32631 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
32632 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
32634 if test "$wxUSE_UNIVERSAL" = "yes"; then
32635 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
32636 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
32638 cat >>confdefs.h
<<\_ACEOF
32639 #define wxUSE_TOOLTIPS 1
32646 if test "$wxUSE_TREECTRL" = "yes"; then
32647 if test "$wxUSE_IMAGLIST" = "yes"; then
32648 cat >>confdefs.h
<<\_ACEOF
32649 #define wxUSE_TREECTRL 1
32653 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
32655 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
32656 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
32660 if test "$wxUSE_POPUPWIN" = "yes"; then
32661 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32662 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
32663 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
32665 if test "$wxUSE_MOTIF" = 1; then
32666 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
32667 echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;}
32669 if test "$wxUSE_PM" = 1; then
32670 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
32671 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
32673 cat >>confdefs.h
<<\_ACEOF
32674 #define wxUSE_POPUPWIN 1
32684 if test "$wxUSE_TIPWINDOW" = "yes"; then
32685 if test "$wxUSE_PM" = 1; then
32686 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
32687 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
32689 cat >>confdefs.h
<<\_ACEOF
32690 #define wxUSE_TIPWINDOW 1
32696 if test "$USES_CONTROLS" = 1; then
32697 cat >>confdefs.h
<<\_ACEOF
32698 #define wxUSE_CONTROLS 1
32705 if test "$wxUSE_DRAGIMAGE" = "yes"; then
32706 cat >>confdefs.h
<<\_ACEOF
32707 #define wxUSE_DRAGIMAGE 1
32710 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
32713 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
32714 cat >>confdefs.h
<<\_ACEOF
32715 #define wxUSE_ACCESSIBILITY 1
32718 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
32721 if test "$wxUSE_MENUS" = "yes"; then
32722 cat >>confdefs.h
<<\_ACEOF
32723 #define wxUSE_MENUS 1
32726 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
32729 if test "$wxUSE_METAFILE" = "yes"; then
32730 cat >>confdefs.h
<<\_ACEOF
32731 #define wxUSE_METAFILE 1
32736 if test "$wxUSE_MIMETYPE" = "yes"; then
32737 cat >>confdefs.h
<<\_ACEOF
32738 #define wxUSE_MIMETYPE 1
32743 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
32744 cat >>confdefs.h
<<\_ACEOF
32745 #define wxUSE_SYSTEM_OPTIONS 1
32748 if test "$TOOLKIT" = "MSW"; then
32749 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
32754 if test "$wxUSE_PROTOCOL" = "yes"; then
32755 if test "$wxUSE_SOCKETS" != "yes"; then
32756 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
32757 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
32761 if test "$wxUSE_PROTOCOL" = "yes"; then
32762 cat >>confdefs.h
<<\_ACEOF
32763 #define wxUSE_PROTOCOL 1
32767 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
32768 cat >>confdefs.h
<<\_ACEOF
32769 #define wxUSE_PROTOCOL_HTTP 1
32773 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
32774 cat >>confdefs.h
<<\_ACEOF
32775 #define wxUSE_PROTOCOL_FTP 1
32779 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
32780 cat >>confdefs.h
<<\_ACEOF
32781 #define wxUSE_PROTOCOL_FILE 1
32788 if test "$wxUSE_URL" = "yes"; then
32789 if test "$wxUSE_PROTOCOL" != "yes"; then
32790 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
32791 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
32794 if test "$wxUSE_URL" = "yes"; then
32795 cat >>confdefs.h
<<\_ACEOF
32796 #define wxUSE_URL 1
32802 if test "$wxUSE_MINIFRAME" = "yes"; then
32803 cat >>confdefs.h
<<\_ACEOF
32804 #define wxUSE_MINIFRAME 1
32807 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
32810 if test "$wxUSE_HTML" = "yes"; then
32811 cat >>confdefs.h
<<\_ACEOF
32812 #define wxUSE_HTML 1
32815 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html htlbox"
32818 if test "$wxUSE_VALIDATORS" = "yes"; then
32819 cat >>confdefs.h
<<\_ACEOF
32820 #define wxUSE_VALIDATORS 1
32823 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
32826 if test "$wxUSE_PALETTE" = "yes" ; then
32827 cat >>confdefs.h
<<\_ACEOF
32828 #define wxUSE_PALETTE 1
32833 if test "$wxUSE_IMAGE" = "yes" ; then
32834 cat >>confdefs.h
<<\_ACEOF
32835 #define wxUSE_IMAGE 1
32840 if test "$wxUSE_GIF" = "yes" ; then
32841 cat >>confdefs.h
<<\_ACEOF
32842 #define wxUSE_GIF 1
32847 if test "$wxUSE_PCX" = "yes" ; then
32848 cat >>confdefs.h
<<\_ACEOF
32849 #define wxUSE_PCX 1
32854 if test "$wxUSE_IFF" = "yes" ; then
32855 cat >>confdefs.h
<<\_ACEOF
32856 #define wxUSE_IFF 1
32861 if test "$wxUSE_PNM" = "yes" ; then
32862 cat >>confdefs.h
<<\_ACEOF
32863 #define wxUSE_PNM 1
32868 if test "$wxUSE_XPM" = "yes" ; then
32869 cat >>confdefs.h
<<\_ACEOF
32870 #define wxUSE_XPM 1
32875 if test "$wxUSE_ICO_CUR" = "yes" ; then
32876 cat >>confdefs.h
<<\_ACEOF
32877 #define wxUSE_ICO_CUR 1
32882 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
32883 LIBS
=" -lunicows $LIBS"
32887 if test "$wxUSE_CHOICEDLG" = "yes"; then
32888 cat >>confdefs.h
<<\_ACEOF
32889 #define wxUSE_CHOICEDLG 1
32894 if test "$wxUSE_COLOURDLG" = "yes"; then
32895 cat >>confdefs.h
<<\_ACEOF
32896 #define wxUSE_COLOURDLG 1
32901 if test "$wxUSE_FILEDLG" = "yes"; then
32902 cat >>confdefs.h
<<\_ACEOF
32903 #define wxUSE_FILEDLG 1
32908 if test "$wxUSE_FINDREPLDLG" = "yes"; then
32909 cat >>confdefs.h
<<\_ACEOF
32910 #define wxUSE_FINDREPLDLG 1
32915 if test "$wxUSE_FONTDLG" = "yes"; then
32916 cat >>confdefs.h
<<\_ACEOF
32917 #define wxUSE_FONTDLG 1
32922 if test "$wxUSE_DIRDLG" = "yes"; then
32923 if test "$wxUSE_TREECTRL" != "yes"; then
32924 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
32925 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
32927 cat >>confdefs.h
<<\_ACEOF
32928 #define wxUSE_DIRDLG 1
32934 if test "$wxUSE_MSGDLG" = "yes"; then
32935 cat >>confdefs.h
<<\_ACEOF
32936 #define wxUSE_MSGDLG 1
32941 if test "$wxUSE_NUMBERDLG" = "yes"; then
32942 cat >>confdefs.h
<<\_ACEOF
32943 #define wxUSE_NUMBERDLG 1
32948 if test "$wxUSE_PROGRESSDLG" = "yes"; then
32949 if test "$wxUSE_CONSTRAINTS" != "yes"; then
32950 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
32951 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
32953 cat >>confdefs.h
<<\_ACEOF
32954 #define wxUSE_PROGRESSDLG 1
32960 if test "$wxUSE_SPLASH" = "yes"; then
32961 cat >>confdefs.h
<<\_ACEOF
32962 #define wxUSE_SPLASH 1
32967 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
32968 if test "$wxUSE_CONSTRAINTS" != "yes"; then
32969 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
32970 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
32972 cat >>confdefs.h
<<\_ACEOF
32973 #define wxUSE_STARTUP_TIPS 1
32979 if test "$wxUSE_TEXTDLG" = "yes"; then
32980 cat >>confdefs.h
<<\_ACEOF
32981 #define wxUSE_TEXTDLG 1
32986 if test "$wxUSE_WIZARDDLG" = "yes"; then
32987 cat >>confdefs.h
<<\_ACEOF
32988 #define wxUSE_WIZARDDLG 1
32991 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
32995 if test "$cross_compiling" = "yes"; then
32998 OSINFO
=`uname -s -r -m`
32999 OSINFO
="\"$OSINFO\""
33002 cat >>confdefs.h
<<_ACEOF
33003 #define WXWIN_OS_DESCRIPTION $OSINFO
33008 if test "x$prefix" != "xNONE"; then
33011 wxPREFIX
=$ac_default_prefix
33014 cat >>confdefs.h
<<_ACEOF
33015 #define wxINSTALL_PREFIX "$wxPREFIX"
33019 top_builddir_wxconfig
=`pwd`
33024 if test "$wxUSE_MAC" = 1 ; then
33025 LDFLAGS
="$LDFLAGS -framework Carbon -framework System"
33027 if test "$wxUSE_COCOA" = 1 ; then
33028 LDFLAGS
="$LDFLAGS -framework Cocoa -framework System"
33032 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
33039 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33040 echo "$as_me:$LINENO: checking for $ac_func" >&5
33041 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33042 if eval "test \"\${$as_ac_var+set}\" = set"; then
33043 echo $ECHO_N "(cached) $ECHO_C" >&6
33045 cat >conftest.
$ac_ext <<_ACEOF
33046 #line $LINENO "configure"
33049 cat confdefs.h
>>conftest.
$ac_ext
33050 cat >>conftest.
$ac_ext <<_ACEOF
33051 /* end confdefs.h. */
33052 /* System header to define __stub macros and hopefully few prototypes,
33053 which can conflict with char $ac_func (); below.
33054 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33055 <limits.h> exists even on freestanding compilers. */
33057 # include <limits.h>
33059 # include <assert.h>
33061 /* Override any gcc2 internal prototype to avoid an error. */
33066 /* We use char because int might match the return type of a gcc2
33067 builtin and then its argument prototype would still apply. */
33069 /* The GNU C library defines this for functions which it implements
33070 to always fail with ENOSYS. Some functions are actually named
33071 something starting with __ and the normal name is an alias. */
33072 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33075 char (*f) () = $ac_func;
33084 return f != $ac_func;
33089 rm -f conftest.
$ac_objext conftest
$ac_exeext
33090 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33091 (eval $ac_link) 2>&5
33093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33094 (exit $ac_status); } &&
33095 { ac_try
='test -s conftest$ac_exeext'
33096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33097 (eval $ac_try) 2>&5
33099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33100 (exit $ac_status); }; }; then
33101 eval "$as_ac_var=yes"
33103 echo "$as_me: failed program was:" >&5
33104 sed 's/^/| /' conftest.
$ac_ext >&5
33106 eval "$as_ac_var=no"
33108 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33110 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33111 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33112 if test `eval echo '${'$as_ac_var'}'` = yes; then
33113 cat >>confdefs.h
<<_ACEOF
33114 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33121 for ac_func
in floor
33123 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33124 echo "$as_me:$LINENO: checking for $ac_func" >&5
33125 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33126 if eval "test \"\${$as_ac_var+set}\" = set"; then
33127 echo $ECHO_N "(cached) $ECHO_C" >&6
33129 cat >conftest.
$ac_ext <<_ACEOF
33130 #line $LINENO "configure"
33133 cat confdefs.h
>>conftest.
$ac_ext
33134 cat >>conftest.
$ac_ext <<_ACEOF
33135 /* end confdefs.h. */
33136 /* System header to define __stub macros and hopefully few prototypes,
33137 which can conflict with char $ac_func (); below.
33138 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33139 <limits.h> exists even on freestanding compilers. */
33141 # include <limits.h>
33143 # include <assert.h>
33145 /* Override any gcc2 internal prototype to avoid an error. */
33150 /* We use char because int might match the return type of a gcc2
33151 builtin and then its argument prototype would still apply. */
33153 /* The GNU C library defines this for functions which it implements
33154 to always fail with ENOSYS. Some functions are actually named
33155 something starting with __ and the normal name is an alias. */
33156 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33159 char (*f) () = $ac_func;
33168 return f != $ac_func;
33173 rm -f conftest.
$ac_objext conftest
$ac_exeext
33174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33175 (eval $ac_link) 2>&5
33177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33178 (exit $ac_status); } &&
33179 { ac_try
='test -s conftest$ac_exeext'
33180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33181 (eval $ac_try) 2>&5
33183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33184 (exit $ac_status); }; }; then
33185 eval "$as_ac_var=yes"
33187 echo "$as_me: failed program was:" >&5
33188 sed 's/^/| /' conftest.
$ac_ext >&5
33190 eval "$as_ac_var=no"
33192 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33194 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33195 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33196 if test `eval echo '${'$as_ac_var'}'` = yes; then
33197 cat >>confdefs.h
<<_ACEOF
33198 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33204 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
33205 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
33206 if test "$have_cos" = 1 -a "$have_floor" = 1; then
33207 echo "$as_me:$LINENO: result: yes" >&5
33208 echo "${ECHO_T}yes" >&6
33210 echo "$as_me:$LINENO: result: no" >&5
33211 echo "${ECHO_T}no" >&6
33213 # use different functions to avoid configure caching
33219 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33220 echo "$as_me:$LINENO: checking for $ac_func" >&5
33221 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33222 if eval "test \"\${$as_ac_var+set}\" = set"; then
33223 echo $ECHO_N "(cached) $ECHO_C" >&6
33225 cat >conftest.
$ac_ext <<_ACEOF
33226 #line $LINENO "configure"
33229 cat confdefs.h
>>conftest.
$ac_ext
33230 cat >>conftest.
$ac_ext <<_ACEOF
33231 /* end confdefs.h. */
33232 /* System header to define __stub macros and hopefully few prototypes,
33233 which can conflict with char $ac_func (); below.
33234 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33235 <limits.h> exists even on freestanding compilers. */
33237 # include <limits.h>
33239 # include <assert.h>
33241 /* Override any gcc2 internal prototype to avoid an error. */
33246 /* We use char because int might match the return type of a gcc2
33247 builtin and then its argument prototype would still apply. */
33249 /* The GNU C library defines this for functions which it implements
33250 to always fail with ENOSYS. Some functions are actually named
33251 something starting with __ and the normal name is an alias. */
33252 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33255 char (*f) () = $ac_func;
33264 return f != $ac_func;
33269 rm -f conftest.
$ac_objext conftest
$ac_exeext
33270 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33271 (eval $ac_link) 2>&5
33273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33274 (exit $ac_status); } &&
33275 { ac_try
='test -s conftest$ac_exeext'
33276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33277 (eval $ac_try) 2>&5
33279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33280 (exit $ac_status); }; }; then
33281 eval "$as_ac_var=yes"
33283 echo "$as_me: failed program was:" >&5
33284 sed 's/^/| /' conftest.
$ac_ext >&5
33286 eval "$as_ac_var=no"
33288 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33290 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33291 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33292 if test `eval echo '${'$as_ac_var'}'` = yes; then
33293 cat >>confdefs.h
<<_ACEOF
33294 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33301 for ac_func
in ceil
33303 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33304 echo "$as_me:$LINENO: checking for $ac_func" >&5
33305 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33306 if eval "test \"\${$as_ac_var+set}\" = set"; then
33307 echo $ECHO_N "(cached) $ECHO_C" >&6
33309 cat >conftest.
$ac_ext <<_ACEOF
33310 #line $LINENO "configure"
33313 cat confdefs.h
>>conftest.
$ac_ext
33314 cat >>conftest.
$ac_ext <<_ACEOF
33315 /* end confdefs.h. */
33316 /* System header to define __stub macros and hopefully few prototypes,
33317 which can conflict with char $ac_func (); below.
33318 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33319 <limits.h> exists even on freestanding compilers. */
33321 # include <limits.h>
33323 # include <assert.h>
33325 /* Override any gcc2 internal prototype to avoid an error. */
33330 /* We use char because int might match the return type of a gcc2
33331 builtin and then its argument prototype would still apply. */
33333 /* The GNU C library defines this for functions which it implements
33334 to always fail with ENOSYS. Some functions are actually named
33335 something starting with __ and the normal name is an alias. */
33336 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33339 char (*f) () = $ac_func;
33348 return f != $ac_func;
33353 rm -f conftest.
$ac_objext conftest
$ac_exeext
33354 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33355 (eval $ac_link) 2>&5
33357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33358 (exit $ac_status); } &&
33359 { ac_try
='test -s conftest$ac_exeext'
33360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33361 (eval $ac_try) 2>&5
33363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33364 (exit $ac_status); }; }; then
33365 eval "$as_ac_var=yes"
33367 echo "$as_me: failed program was:" >&5
33368 sed 's/^/| /' conftest.
$ac_ext >&5
33370 eval "$as_ac_var=no"
33372 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33374 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33375 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33376 if test `eval echo '${'$as_ac_var'}'` = yes; then
33377 cat >>confdefs.h
<<_ACEOF
33378 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33384 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
33385 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
33386 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
33387 echo "$as_me:$LINENO: result: yes" >&5
33388 echo "${ECHO_T}yes" >&6
33390 echo "$as_me:$LINENO: result: no" >&5
33391 echo "${ECHO_T}no" >&6
33392 # not sure we should warn the user, crash, etc.
33396 if test "$wxUSE_GUI" = "yes"; then
33398 LIBS
="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
33401 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs \
33402 drawing dynamic erase event exec font image \
33403 minimal propsize rotate shaped widgets"
33405 if test "$wxUSE_MONOLITHIC" != "yes"; then
33406 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
33409 SAMPLES_SUBDIRS
="console"
33413 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
33414 -I\${top_srcdir}/include \
33415 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
33418 if test "$GXX" = yes ; then
33419 CXXWARNINGS
="-Wall"
33422 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
33424 CPPFLAGS
=`echo $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
33425 CFLAGS
=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
33426 CXXFLAGS
=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
33427 LIBS
=`echo $LIBS | sed 's/ \+/ /g'`
33429 LDFLAGS
="$LDFLAGS $PROFILE"
33431 if test "$wxUSE_GTK" = 1; then
33434 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
33437 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
33450 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
33452 if test $wxUSE_MONOLITHIC = "yes" ; then
33469 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr [A-Z] [a-z]`
33475 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
33477 if test -n "$ac_tool_prefix"; then
33478 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
33479 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
33480 echo "$as_me:$LINENO: checking for $ac_word" >&5
33481 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33482 if test "${ac_cv_prog_RANLIB+set}" = set; then
33483 echo $ECHO_N "(cached) $ECHO_C" >&6
33485 if test -n "$RANLIB"; then
33486 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
33488 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33489 for as_dir
in $PATH
33492 test -z "$as_dir" && as_dir
=.
33493 for ac_exec_ext
in '' $ac_executable_extensions; do
33494 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33495 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
33496 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33504 RANLIB
=$ac_cv_prog_RANLIB
33505 if test -n "$RANLIB"; then
33506 echo "$as_me:$LINENO: result: $RANLIB" >&5
33507 echo "${ECHO_T}$RANLIB" >&6
33509 echo "$as_me:$LINENO: result: no" >&5
33510 echo "${ECHO_T}no" >&6
33514 if test -z "$ac_cv_prog_RANLIB"; then
33515 ac_ct_RANLIB
=$RANLIB
33516 # Extract the first word of "ranlib", so it can be a program name with args.
33517 set dummy ranlib
; ac_word
=$2
33518 echo "$as_me:$LINENO: checking for $ac_word" >&5
33519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33520 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
33521 echo $ECHO_N "(cached) $ECHO_C" >&6
33523 if test -n "$ac_ct_RANLIB"; then
33524 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
33526 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33527 for as_dir
in $PATH
33530 test -z "$as_dir" && as_dir
=.
33531 for ac_exec_ext
in '' $ac_executable_extensions; do
33532 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33533 ac_cv_prog_ac_ct_RANLIB
="ranlib"
33534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33540 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
33543 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
33544 if test -n "$ac_ct_RANLIB"; then
33545 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
33546 echo "${ECHO_T}$ac_ct_RANLIB" >&6
33548 echo "$as_me:$LINENO: result: no" >&5
33549 echo "${ECHO_T}no" >&6
33552 RANLIB
=$ac_ct_RANLIB
33554 RANLIB
="$ac_cv_prog_RANLIB"
33557 # Find a good install program. We prefer a C program (faster),
33558 # so one script is as good as another. But avoid the broken or
33559 # incompatible versions:
33560 # SysV /etc/install, /usr/sbin/install
33561 # SunOS /usr/etc/install
33562 # IRIX /sbin/install
33564 # AmigaOS /C/install, which installs bootblocks on floppy discs
33565 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
33566 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
33567 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
33568 # ./install, which can be erroneously created by make from ./install.sh.
33569 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
33570 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
33571 if test -z "$INSTALL"; then
33572 if test "${ac_cv_path_install+set}" = set; then
33573 echo $ECHO_N "(cached) $ECHO_C" >&6
33575 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33576 for as_dir
in $PATH
33579 test -z "$as_dir" && as_dir
=.
33580 # Account for people who put trailing slashes in PATH elements.
33582 .
/ | .
// | /cC
/* | \
33583 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
33586 # OSF1 and SCO ODT 3.0 have their own names for install.
33587 # Don't use installbsd from OSF since it installs stuff as root
33589 for ac_prog
in ginstall scoinst
install; do
33590 for ac_exec_ext
in '' $ac_executable_extensions; do
33591 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
33592 if test $ac_prog = install &&
33593 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
33594 # AIX install. It has an incompatible calling convention.
33596 elif test $ac_prog = install &&
33597 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
33598 # program-specific install script used by HP pwplus--don't use.
33601 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
33613 if test "${ac_cv_path_install+set}" = set; then
33614 INSTALL
=$ac_cv_path_install
33616 # As a last resort, use the slow shell script. We don't cache a
33617 # path for INSTALL within a source directory, because that will
33618 # break other packages using the cache if that directory is
33619 # removed, or if the path is relative.
33620 INSTALL
=$ac_install_sh
33623 echo "$as_me:$LINENO: result: $INSTALL" >&5
33624 echo "${ECHO_T}$INSTALL" >&6
33626 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
33627 # It thinks the first close brace ends the variable substitution.
33628 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
33630 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
33632 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
33634 echo "$as_me:$LINENO: checking whether ln -s works" >&5
33635 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
33637 if test "$LN_S" = "ln -s"; then
33638 echo "$as_me:$LINENO: result: yes" >&5
33639 echo "${ECHO_T}yes" >&6
33641 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
33642 echo "${ECHO_T}no, using $LN_S" >&6
33646 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
33647 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
33648 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,./+-,__p_,'`
33649 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
33650 echo $ECHO_N "(cached) $ECHO_C" >&6
33652 cat >conftest.
make <<\_ACEOF
33654 @
echo 'ac_maketemp="$(MAKE)"'
33656 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
33657 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
33658 if test -n "$ac_maketemp"; then
33659 eval ac_cv_prog_make_
${ac_make}_set
=yes
33661 eval ac_cv_prog_make_
${ac_make}_set
=no
33663 rm -f conftest.
make
33665 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
33666 echo "$as_me:$LINENO: result: yes" >&5
33667 echo "${ECHO_T}yes" >&6
33670 echo "$as_me:$LINENO: result: no" >&5
33671 echo "${ECHO_T}no" >&6
33672 SET_MAKE
="MAKE=${MAKE-make}"
33677 if test "$build" != "$host" ; then
33679 STRIP
=$host_alias-strip
33681 # Extract the first word of "ar", so it can be a program name with args.
33682 set dummy
ar; ac_word
=$2
33683 echo "$as_me:$LINENO: checking for $ac_word" >&5
33684 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33685 if test "${ac_cv_prog_AR+set}" = set; then
33686 echo $ECHO_N "(cached) $ECHO_C" >&6
33688 if test -n "$AR"; then
33689 ac_cv_prog_AR
="$AR" # Let the user override the test.
33691 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33692 for as_dir
in $PATH
33695 test -z "$as_dir" && as_dir
=.
33696 for ac_exec_ext
in '' $ac_executable_extensions; do
33697 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33699 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33705 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
33709 if test -n "$AR"; then
33710 echo "$as_me:$LINENO: result: $AR" >&5
33711 echo "${ECHO_T}$AR" >&6
33713 echo "$as_me:$LINENO: result: no" >&5
33714 echo "${ECHO_T}no" >&6
33717 # Extract the first word of "strip", so it can be a program name with args.
33718 set dummy strip
; ac_word
=$2
33719 echo "$as_me:$LINENO: checking for $ac_word" >&5
33720 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33721 if test "${ac_cv_prog_STRIP+set}" = set; then
33722 echo $ECHO_N "(cached) $ECHO_C" >&6
33724 if test -n "$STRIP"; then
33725 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
33727 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33728 for as_dir
in $PATH
33731 test -z "$as_dir" && as_dir
=.
33732 for ac_exec_ext
in '' $ac_executable_extensions; do
33733 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33734 ac_cv_prog_STRIP
="strip"
33735 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33741 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
33744 STRIP
=$ac_cv_prog_STRIP
33745 if test -n "$STRIP"; then
33746 echo "$as_me:$LINENO: result: $STRIP" >&5
33747 echo "${ECHO_T}$STRIP" >&6
33749 echo "$as_me:$LINENO: result: no" >&5
33750 echo "${ECHO_T}no" >&6
33757 INSTALL_DIR
="mkdir"
33759 *) INSTALL_DIR
="$INSTALL -d"
33766 *-*-cygwin* | *-*-mingw32* )
33767 LDFLAGS_GUI
="-Wl,--subsystem,windows -mwindows"
33773 echo "$as_me:$LINENO: checking if make is GNU make" >&5
33774 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
33775 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
33776 echo $ECHO_N "(cached) $ECHO_C" >&6
33779 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
33780 egrep -s GNU
> /dev
/null
); then
33781 bakefile_cv_prog_makeisgnu
="yes"
33783 bakefile_cv_prog_makeisgnu
="no"
33787 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
33788 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
33790 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
33805 *-*-cygwin* | *-*-mingw32* )
33808 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
33811 powerpc
-*-darwin* )
33838 *-*-cygwin* | *-*-mingw32* )
33843 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
33847 powerpc
-*-darwin* )
33857 SHARED_LD_CC
="\$(CC) -shared -o"
33858 SHARED_LD_CXX
="\$(CXX) -shared -o"
33860 if test "x$GCC" = "xyes"; then
33866 if test "x$GCC" = "xyes"; then
33867 SHARED_LD_CC
="${CC} -shared ${PIC_FLAG} -o"
33868 SHARED_LD_CXX
="${CXX} -shared ${PIC_FLAG} -o"
33870 LDFLAGS
="$LDFLAGS -L/usr/lib"
33872 SHARED_LD_CC
="${CC} -b -o"
33873 SHARED_LD_CXX
="${CXX} -b -o"
33879 if test "x$GCC" != "xyes"; then
33880 echo "$as_me:$LINENO: checking for Intel compiler" >&5
33881 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
33882 if test "${bakefile_cv_prog_icc+set}" = set; then
33883 echo $ECHO_N "(cached) $ECHO_C" >&6
33886 cat >conftest.
$ac_ext <<_ACEOF
33887 #line $LINENO "configure"
33890 cat confdefs.h
>>conftest.
$ac_ext
33891 cat >>conftest.
$ac_ext <<_ACEOF
33892 /* end confdefs.h. */
33898 #ifndef __INTEL_COMPILER
33906 rm -f conftest.
$ac_objext
33907 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33908 (eval $ac_compile) 2>&5
33910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33911 (exit $ac_status); } &&
33912 { ac_try
='test -s conftest.$ac_objext'
33913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33914 (eval $ac_try) 2>&5
33916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33917 (exit $ac_status); }; }; then
33918 bakefile_cv_prog_icc
=yes
33920 echo "$as_me: failed program was:" >&5
33921 sed 's/^/| /' conftest.
$ac_ext >&5
33923 bakefile_cv_prog_icc
=no
33926 rm -f conftest.
$ac_objext conftest.
$ac_ext
33929 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
33930 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
33931 if test "$bakefile_cv_prog_icc" = "yes"; then
33938 if test "x$GCC" != xyes
; then
33939 SHARED_LD_CC
="${CC} -G -o"
33940 SHARED_LD_CXX
="${CXX} -G -o"
33946 CFLAGS
="$CFLAGS -fno-common"
33947 CXXFLAGS
="$CXXFLAGS -fno-common"
33950 cat <<EOF >shared-ld-sh
33952 #-----------------------------------------------------------------------------
33953 #-- Name: distrib/mac/shared-ld-sh
33954 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
33955 #-- Author: Gilles Depeyrot
33956 #-- Copyright: (c) 2002 Gilles Depeyrot
33957 #-- Licence: any use permitted
33958 #-----------------------------------------------------------------------------
33964 while test \${#} -gt 0; do
33971 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
33972 # collect these options and values
33973 args="\${args} \${1} \${2}"
33977 -l*|-L*|-flat_namespace)
33978 # collect these options
33979 args="\${args} \${1}"
33983 # skip these options
33987 echo "shared-ld: unhandled option '\${1}'"
33992 # collect object files
33993 objects="\${objects} \${1}"
33997 echo "shared-ld: unhandled argument '\${1}'"
34006 # Link one module containing all the others
34008 if test \${verbose} = 1; then
34009 echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o"
34011 c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o
34013 if test \${status} != 0; then
34018 # Link the shared library from the single module created
34020 if test \${verbose} = 1; then
34021 echo "cc -dynamiclib master.\$\$.o \${args}"
34023 c++ -dynamiclib master.\$\$.o \${args}
34025 if test \${status} != 0; then
34030 # Remove intermediate module
34032 rm -f master.\$\$.o
34036 chmod +x shared
-ld-sh
34038 SHARED_LD_CC
="`pwd`/shared-ld-sh -undefined suppress -flat_namespace -o"
34039 SHARED_LD_CXX
="$SHARED_LD_CC"
34040 PIC_FLAG
="-dynamic -fPIC"
34044 if test "x$GCC" != "xyes"; then
34045 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
34046 set dummy makeC
++SharedLib
; ac_word
=$2
34047 echo "$as_me:$LINENO: checking for $ac_word" >&5
34048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34049 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
34050 echo $ECHO_N "(cached) $ECHO_C" >&6
34052 if test -n "$AIX_CXX_LD"; then
34053 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
34055 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34056 for as_dir
in $PATH
34059 test -z "$as_dir" && as_dir
=.
34060 for ac_exec_ext
in '' $ac_executable_extensions; do
34061 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34062 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
34063 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34069 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
34072 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
34073 if test -n "$AIX_CXX_LD"; then
34074 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
34075 echo "${ECHO_T}$AIX_CXX_LD" >&6
34077 echo "$as_me:$LINENO: result: no" >&5
34078 echo "${ECHO_T}no" >&6
34081 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
34082 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
34087 SHARED_LD_CC
="${LD} -shared -o"
34088 SHARED_LD_CXX
="${LD} -shared -o"
34092 if test "x$GCC" != "xyes"; then
34097 *-*-cygwin* | *-*-mingw32* )
34101 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
34109 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
34110 echo "$as_me: error: unknown system type $host." >&2;}
34111 { (exit 1); exit 1; }; }
34128 SONAME_FLAG
="-Wl,-soname,"
34156 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
34157 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
34160 if test "x$GCC" = "xyes"; then
34163 echo "$as_me:$LINENO: result: gcc" >&5
34164 echo "${ECHO_T}gcc" >&6
34166 echo "$as_me:$LINENO: result: none" >&5
34167 echo "${ECHO_T}none" >&6
34170 if test $DEPS_TRACKING = 1 ; then
34174 # This script is part of Bakefile (http://bakefile.sf.net) autoconf script.
34175 # It is used to track C/C++ files dependencies in portable way.
34177 # Permission is given to use this file in any way.
34184 if test \$DEPSMODE = gcc ; then
34187 if test \${status} != 0 ; then
34190 # move created file to the location we want it in:
34191 while test \${#} -gt 0; do
34205 depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\`
34206 depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\`
34207 if test -f \$depfile ; then
34208 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34211 depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
34212 if test -f \$depfile ; then
34213 sed -e "/^\$objfile/! s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34233 *-*-cygwin* | *-*-mingw32* )
34234 if test "$build" != "$host" ; then
34235 RESCOMP
=$host_alias-windres
34237 # Extract the first word of "windres", so it can be a program name with args.
34238 set dummy windres
; ac_word
=$2
34239 echo "$as_me:$LINENO: checking for $ac_word" >&5
34240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34241 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34242 echo $ECHO_N "(cached) $ECHO_C" >&6
34244 if test -n "$RESCOMP"; then
34245 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
34247 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34248 for as_dir
in $PATH
34251 test -z "$as_dir" && as_dir
=.
34252 for ac_exec_ext
in '' $ac_executable_extensions; do
34253 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34254 ac_cv_prog_RESCOMP
="windres"
34255 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34261 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
34264 RESCOMP
=$ac_cv_prog_RESCOMP
34265 if test -n "$RESCOMP"; then
34266 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34267 echo "${ECHO_T}$RESCOMP" >&6
34269 echo "$as_me:$LINENO: result: no" >&5
34270 echo "${ECHO_T}no" >&6
34277 # Extract the first word of "Rez", so it can be a program name with args.
34278 set dummy Rez
; ac_word
=$2
34279 echo "$as_me:$LINENO: checking for $ac_word" >&5
34280 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34281 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34282 echo $ECHO_N "(cached) $ECHO_C" >&6
34284 if test -n "$RESCOMP"; then
34285 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
34287 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34288 for as_dir
in $PATH
34291 test -z "$as_dir" && as_dir
=.
34292 for ac_exec_ext
in '' $ac_executable_extensions; do
34293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34294 ac_cv_prog_RESCOMP
="Rez"
34295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34301 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
34304 RESCOMP
=$ac_cv_prog_RESCOMP
34305 if test -n "$RESCOMP"; then
34306 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34307 echo "${ECHO_T}$RESCOMP" >&6
34309 echo "$as_me:$LINENO: result: no" >&5
34310 echo "${ECHO_T}no" >&6
34313 # Extract the first word of "SetFile", so it can be a program name with args.
34314 set dummy SetFile
; ac_word
=$2
34315 echo "$as_me:$LINENO: checking for $ac_word" >&5
34316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34317 if test "${ac_cv_prog_SETFILE+set}" = set; then
34318 echo $ECHO_N "(cached) $ECHO_C" >&6
34320 if test -n "$SETFILE"; then
34321 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
34323 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34324 for as_dir
in $PATH
34327 test -z "$as_dir" && as_dir
=.
34328 for ac_exec_ext
in '' $ac_executable_extensions; do
34329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34330 ac_cv_prog_SETFILE
="SetFile"
34331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34337 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
34340 SETFILE
=$ac_cv_prog_SETFILE
34341 if test -n "$SETFILE"; then
34342 echo "$as_me:$LINENO: result: $SETFILE" >&5
34343 echo "${ECHO_T}$SETFILE" >&6
34345 echo "$as_me:$LINENO: result: no" >&5
34346 echo "${ECHO_T}no" >&6
34358 COND_BUILD_DEBUG
="#"
34359 if test "x$BUILD" = "xdebug" ; then
34360 COND_BUILD_DEBUG
=""
34363 COND_BUILD_RELEASE
="#"
34364 if test "x$BUILD" = "xrelease" ; then
34365 COND_BUILD_RELEASE
=""
34368 COND_DEPS_TRACKING_0
="#"
34369 if test "x$DEPS_TRACKING" = "x0" ; then
34370 COND_DEPS_TRACKING_0
=""
34373 COND_DEPS_TRACKING_1
="#"
34374 if test "x$DEPS_TRACKING" = "x1" ; then
34375 COND_DEPS_TRACKING_1
=""
34378 COND_MONOLITHIC_0
="#"
34379 if test "x$MONOLITHIC" = "x0" ; then
34380 COND_MONOLITHIC_0
=""
34383 COND_MONOLITHIC_1
="#"
34384 if test "x$MONOLITHIC" = "x1" ; then
34385 COND_MONOLITHIC_1
=""
34388 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
34389 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
34390 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
34393 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
34394 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
34395 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
34398 COND_PLATFORM_MACOSX_1
="#"
34399 if test "x$PLATFORM_MACOSX" = "x1" ; then
34400 COND_PLATFORM_MACOSX_1
=""
34403 COND_PLATFORM_MAC_1
="#"
34404 if test "x$PLATFORM_MAC" = "x1" ; then
34405 COND_PLATFORM_MAC_1
=""
34408 COND_PLATFORM_UNIX_1
="#"
34409 if test "x$PLATFORM_UNIX" = "x1" ; then
34410 COND_PLATFORM_UNIX_1
=""
34413 COND_PLATFORM_WIN32_0
="#"
34414 if test "x$PLATFORM_WIN32" = "x0" ; then
34415 COND_PLATFORM_WIN32_0
=""
34418 COND_PLATFORM_WIN32_1
="#"
34419 if test "x$PLATFORM_WIN32" = "x1" ; then
34420 COND_PLATFORM_WIN32_1
=""
34424 if test "x$SHARED" = "x1" ; then
34428 COND_TOOLKIT_MAC
="#"
34429 if test "x$TOOLKIT" = "xMAC" ; then
34430 COND_TOOLKIT_MAC
=""
34434 if test "x$UNICODE" = "x1" ; then
34439 if test "x$USE_GUI" = "x0" ; then
34444 if test "x$USE_GUI" = "x1" ; then
34449 if test "x$WXUNIV" = "x1" ; then
34453 COND_WXUSE_LIBJPEG_BUILTIN
="#"
34454 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
34455 COND_WXUSE_LIBJPEG_BUILTIN
=""
34458 COND_WXUSE_LIBPNG_BUILTIN
="#"
34459 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
34460 COND_WXUSE_LIBPNG_BUILTIN
=""
34463 COND_WXUSE_LIBTIFF_BUILTIN
="#"
34464 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
34465 COND_WXUSE_LIBTIFF_BUILTIN
=""
34468 COND_WXUSE_ODBC_BUILTIN
="#"
34469 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
34470 COND_WXUSE_ODBC_BUILTIN
=""
34473 COND_WXUSE_REGEX_BUILTIN
="#"
34474 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
34475 COND_WXUSE_REGEX_BUILTIN
=""
34478 COND_WXUSE_ZLIB_BUILTIN
="#"
34479 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
34480 COND_WXUSE_ZLIB_BUILTIN
=""
34483 COND_MONOLITHIC_0_SHARED_0
="#"
34484 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
34485 COND_MONOLITHIC_0_SHARED_0
=""
34488 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
34489 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
34490 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
34493 COND_MONOLITHIC_0_SHARED_1
="#"
34494 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
34495 COND_MONOLITHIC_0_SHARED_1
=""
34498 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
34499 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
34500 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
34503 COND_MONOLITHIC_1_SHARED_0
="#"
34504 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
34505 COND_MONOLITHIC_1_SHARED_0
=""
34508 COND_MONOLITHIC_1_SHARED_1
="#"
34509 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
34510 COND_MONOLITHIC_1_SHARED_1
=""
34513 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
34514 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
34515 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
34518 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
34519 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
34520 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
34523 COND_TOOLKIT_COCOA
="#"
34524 if test "x$TOOLKIT" = "xCOCOA" ; then
34525 COND_TOOLKIT_COCOA
=""
34528 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
34529 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34530 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
34533 COND_TOOLKIT_GTK
="#"
34534 if test "x$TOOLKIT" = "xGTK" ; then
34535 COND_TOOLKIT_GTK
=""
34538 COND_TOOLKIT_GTK_USE_GUI_1
="#"
34539 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
34540 COND_TOOLKIT_GTK_USE_GUI_1
=""
34543 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
34544 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34545 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
34548 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1
="#"
34549 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34550 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1
=""
34553 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
34554 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34555 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
34558 COND_TOOLKIT_MGL
="#"
34559 if test "x$TOOLKIT" = "xMGL" ; then
34560 COND_TOOLKIT_MGL
=""
34563 COND_TOOLKIT_MGL_USE_GUI_1
="#"
34564 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
34565 COND_TOOLKIT_MGL_USE_GUI_1
=""
34568 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1
="#"
34569 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34570 COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1
=""
34573 COND_TOOLKIT_MOTIF
="#"
34574 if test "x$TOOLKIT" = "xMOTIF" ; then
34575 COND_TOOLKIT_MOTIF
=""
34578 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
34579 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
34580 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
34583 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
34584 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34585 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
34588 COND_TOOLKIT_MSW
="#"
34589 if test "x$TOOLKIT" = "xMSW" ; then
34590 COND_TOOLKIT_MSW
=""
34593 COND_TOOLKIT_MSW_USE_GUI_1
="#"
34594 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
34595 COND_TOOLKIT_MSW_USE_GUI_1
=""
34598 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
34599 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34600 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
34603 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1
="#"
34604 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34605 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1
=""
34608 COND_TOOLKIT_OS2
="#"
34609 if test "x$TOOLKIT" = "xOS2" ; then
34610 COND_TOOLKIT_OS2
=""
34613 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0
="#"
34614 if test "x$TOOLKIT" = "xOS2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34615 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0
=""
34618 COND_TOOLKIT_X11
="#"
34619 if test "x$TOOLKIT" = "xX11" ; then
34620 COND_TOOLKIT_X11
=""
34623 COND_TOOLKIT_X11_USE_GUI_1
="#"
34624 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
34625 COND_TOOLKIT_X11_USE_GUI_1
=""
34628 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1
="#"
34629 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34630 COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1
=""
34633 COND_USE_GUI_1_WXUNIV_0
="#"
34634 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
34635 COND_USE_GUI_1_WXUNIV_0
=""
34638 COND_USE_GUI_1_WXUNIV_1
="#"
34639 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
34640 COND_USE_GUI_1_WXUNIV_1
=""
34643 COND_USE_SOSYMLINKS_1
="#"
34644 if test "x$USE_SOSYMLINKS" = "x1" ; then
34645 COND_USE_SOSYMLINKS_1
=""
34648 COND_USE_SOVERLINUX_1
="#"
34649 if test "x$USE_SOVERLINUX" = "x1" ; then
34650 COND_USE_SOVERLINUX_1
=""
34653 COND_USE_SOVERSION_0
="#"
34654 if test "x$USE_SOVERSION" = "x0" ; then
34655 COND_USE_SOVERSION_0
=""
34658 COND_USE_SOVERSOLARIS_1
="#"
34659 if test "x$USE_SOVERSOLARIS" = "x1" ; then
34660 COND_USE_SOVERSOLARIS_1
=""
34664 if test "x$SHARED" = "x0" ; then
34673 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
34774 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
34775 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
34776 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,./+-,__p_,'`
34777 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
34778 echo $ECHO_N "(cached) $ECHO_C" >&6
34780 cat >conftest.
make <<\_ACEOF
34782 @
echo 'ac_maketemp="$(MAKE)"'
34784 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
34785 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
34786 if test -n "$ac_maketemp"; then
34787 eval ac_cv_prog_make_
${ac_make}_set
=yes
34789 eval ac_cv_prog_make_
${ac_make}_set
=no
34791 rm -f conftest.
make
34793 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
34794 echo "$as_me:$LINENO: result: yes" >&5
34795 echo "${ECHO_T}yes" >&6
34798 echo "$as_me:$LINENO: result: no" >&5
34799 echo "${ECHO_T}no" >&6
34800 SET_MAKE
="MAKE=${MAKE-make}"
34804 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
34805 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
34808 ac_config_headers
="$ac_config_headers setup.h"
34811 ac_config_files
="$ac_config_files wx-config version-script Makefile"
34814 ac_config_commands
="$ac_config_commands default"
34818 if test "$wxUSE_GUI" = "yes"; then
34819 SUBDIRS
="samples demos utils contrib"
34820 else SUBDIRS
="samples utils"
34823 for subdir
in `echo $SUBDIRS`; do
34824 if test -d ${srcdir}/${subdir} ; then
34825 if test "$wxUSE_GUI" = "yes"; then
34826 if test ${subdir} = "samples"; then
34827 for sample
in `echo $SAMPLES_SUBDIRS`; do
34828 if test -d $srcdir/samples
/$sample; then
34829 makefiles
="samples/$sample/Makefile.in $makefiles"
34832 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
34834 else if test ${subdir} = "samples"; then
34835 makefiles
="samples/console/Makefile.in"
34836 else makefiles
="utils/HelpGen/Makefile.in \
34837 utils/HelpGen/src/Makefile.in \
34838 utils/makegen/Makefile.in"
34842 for mkin
in $makefiles ; do
34843 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
34844 ac_config_files
="$ac_config_files $mk"
34851 cat >confcache
<<\_ACEOF
34852 # This file is a shell script that caches the results of configure
34853 # tests run on this system so they can be shared between configure
34854 # scripts and configure runs, see configure's option --config-cache.
34855 # It is not useful on other systems. If it contains results you don't
34856 # want to keep, you may remove or edit it.
34858 # config.status only pays attention to the cache file if you give it
34859 # the --recheck option to rerun configure.
34861 # `ac_cv_env_foo' variables (set or unset) will be overridden when
34862 # loading this file, other *unset* `ac_cv_foo' will be assigned the
34863 # following values.
34867 # The following way of writing the cache mishandles newlines in values,
34868 # but we know of no workaround that is simple, portable, and efficient.
34869 # So, don't put newlines in cache variables' values.
34870 # Ultrix sh set writes to stderr and can't be redirected directly,
34871 # and sets the high bit in the cache file unless we assign to the vars.
34874 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34876 # `set' does not quote correctly, so add quotes (double-quote
34877 # substitution turns \\\\ into \\, and sed turns \\ into \).
34880 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34883 # `set' quotes correctly as required by POSIX, so do not add quotes.
34885 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34892 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34894 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34896 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
34897 if test -w $cache_file; then
34898 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34899 cat confcache
>$cache_file
34901 echo "not updating unwritable cache $cache_file"
34906 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
34907 # Let make expand exec_prefix.
34908 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
34910 # VPATH may cause trouble with some makes, so we remove $(srcdir),
34911 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
34912 # trailing colons and then remove the whole line if VPATH becomes empty
34913 # (actually we leave an empty line to preserve line numbers).
34914 if test "x$srcdir" = x.
; then
34915 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
34916 s/:*\$(srcdir):*/:/;
34917 s/:*\${srcdir}:*/:/;
34919 s/^\([^=]*=[ ]*\):*/\1/;
34925 DEFS
=-DHAVE_CONFIG_H
34929 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
34930 # 1. Remove the extension, and $U if already installed.
34931 ac_i
=`echo "$ac_i" |
34932 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
34934 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
34935 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
34937 LIBOBJS
=$ac_libobjs
34939 LTLIBOBJS
=$ac_ltlibobjs
34943 : ${CONFIG_STATUS=./config.status}
34944 ac_clean_files_save
=$ac_clean_files
34945 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
34946 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
34947 echo "$as_me: creating $CONFIG_STATUS" >&6;}
34948 cat >$CONFIG_STATUS <<_ACEOF
34950 # Generated by $as_me.
34951 # Run this file to recreate the current configuration.
34952 # Compiler output produced by configure, useful for debugging
34953 # configure, is in config.log if it exists.
34956 ac_cs_recheck=false
34958 SHELL=\${CONFIG_SHELL-$SHELL}
34961 cat >>$CONFIG_STATUS <<\_ACEOF
34962 ## --------------------- ##
34963 ## M4sh Initialization. ##
34964 ## --------------------- ##
34966 # Be Bourne compatible
34967 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
34970 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
34971 # is contrary to our usage. Disable this feature.
34972 alias -g '${1+"$@"}'='"$@"'
34973 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
34977 # Support unset when possible.
34978 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
34985 # Work around bugs in pre-3.0 UWIN ksh.
34986 $as_unset ENV MAIL MAILPATH
34993 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
34994 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
34995 LC_TELEPHONE LC_TIME
34997 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
34998 eval $as_var=C
; export $as_var
35004 # Required to use basename.
35005 if expr a
: '\(a\)' >/dev
/null
2>&1; then
35011 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
35012 as_basename
=basename
35018 # Name of the executable.
35019 as_me
=`$as_basename "$0" ||
35020 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
35021 X"$0" : 'X\(//\)$' \| \
35022 X"$0" : 'X\(/\)$' \| \
35023 . : '\(.\)' 2>/dev/null ||
35025 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
35026 /^X\/\(\/\/\)$/{ s//\1/; q; }
35027 /^X\/\(\/\).*/{ s//\1/; q; }
35031 # PATH needs CR, and LINENO needs CR and PATH.
35032 # Avoid depending upon Character Ranges.
35033 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
35034 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35035 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
35036 as_cr_digits
='0123456789'
35037 as_cr_alnum
=$as_cr_Letters$as_cr_digits
35039 # The user is always right.
35040 if test "${PATH_SEPARATOR+set}" != set; then
35041 echo "#! /bin/sh" >conf$$.sh
35042 echo "exit 0" >>conf$$.sh
35044 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
35053 as_lineno_1
=$LINENO
35054 as_lineno_2
=$LINENO
35055 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
35056 test "x$as_lineno_1" != "x$as_lineno_2" &&
35057 test "x$as_lineno_3" = "x$as_lineno_2" || {
35058 # Find who we are. Look in the path if we contain no path at all
35061 *[\\/]* ) as_myself
=$0 ;;
35062 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
35063 for as_dir
in $PATH
35066 test -z "$as_dir" && as_dir
=.
35067 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
35072 # We did not find ourselves, most probably we were run as `sh COMMAND'
35073 # in which case we are not to be found in the path.
35074 if test "x$as_myself" = x
; then
35077 if test ! -f "$as_myself"; then
35078 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
35079 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
35080 { (exit 1); exit 1; }; }
35082 case $CONFIG_SHELL in
35084 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
35085 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
35088 test -z "$as_dir" && as_dir
=.
35089 for as_base
in sh bash ksh sh5
; do
35092 if ("$as_dir/$as_base" -c '
35093 as_lineno_1=$LINENO
35094 as_lineno_2=$LINENO
35095 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35096 test "x$as_lineno_1" != "x$as_lineno_2" &&
35097 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
35098 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
35099 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
35100 CONFIG_SHELL
=$as_dir/$as_base
35101 export CONFIG_SHELL
35102 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
35110 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
35111 # uniformly replaced by the line number. The first 'sed' inserts a
35112 # line-number line before each line; the second 'sed' does the real
35113 # work. The second script uses 'N' to pair each line-number line
35114 # with the numbered line, and appends trailing '-' during
35115 # substitution so that $LINENO is not a special case at line end.
35116 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
35117 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
35118 sed '=' <$as_myself |
35123 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
35126 s,^['$as_cr_digits']*\n,,
35127 ' >$as_me.lineno
&&
35128 chmod +x
$as_me.lineno
||
35129 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
35130 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
35131 { (exit 1); exit 1; }; }
35133 # Don't try to exec as it changes $[0], causing all sort of problems
35134 # (the dirname of $[0] is not the place where we might find the
35135 # original and so on. Autoconf is especially sensible to this).
35137 # Exit status is that of the last command.
35142 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
35143 *c
*,-n*) ECHO_N
= ECHO_C
='
35145 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
35146 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
35149 if expr a
: '\(a\)' >/dev
/null
2>&1; then
35155 rm -f conf$$ conf$$.exe conf$$.
file
35157 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
35158 # We could just check for DJGPP; but this test a) works b) is more generic
35159 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
35160 if test -f conf$$.exe
; then
35161 # Don't use ln at all; we don't have any links
35166 elif ln conf$$.
file conf$$
2>/dev
/null
; then
35171 rm -f conf$$ conf$$.exe conf$$.
file
35173 if mkdir -p .
2>/dev
/null
; then
35179 as_executable_p
="test -f"
35181 # Sed expression to map a string onto a valid CPP name.
35182 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
35184 # Sed expression to map a string onto a valid variable name.
35185 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
35189 # We need space, tab and new line, in precisely that order.
35199 # Open the log real soon, to keep \$[0] and so on meaningful, and to
35200 # report actual input values of CONFIG_FILES etc. instead of their
35201 # values after options handling. Logging --version etc. is OK.
35205 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
35206 ## Running $as_me. ##
35211 This file was extended by wxWindows $as_me 2.5.0, which was
35212 generated by GNU Autoconf 2.57. Invocation command line was
35214 CONFIG_FILES = $CONFIG_FILES
35215 CONFIG_HEADERS = $CONFIG_HEADERS
35216 CONFIG_LINKS = $CONFIG_LINKS
35217 CONFIG_COMMANDS = $CONFIG_COMMANDS
35221 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
35225 # Files that config.status was made for.
35226 if test -n "$ac_config_files"; then
35227 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
35230 if test -n "$ac_config_headers"; then
35231 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
35234 if test -n "$ac_config_links"; then
35235 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
35238 if test -n "$ac_config_commands"; then
35239 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
35242 cat >>$CONFIG_STATUS <<\_ACEOF
35245 \`$as_me' instantiates files from templates according to the
35246 current configuration.
35248 Usage: $0 [OPTIONS] [FILE]...
35250 -h, --help print this help, then exit
35251 -V, --version print version number, then exit
35252 -q, --quiet do not print progress messages
35253 -d, --debug don't remove temporary files
35254 --recheck update $as_me by reconfiguring in the same conditions
35255 --file=FILE[:TEMPLATE]
35256 instantiate the configuration file FILE
35257 --header=FILE[:TEMPLATE]
35258 instantiate the configuration header FILE
35260 Configuration files:
35263 Configuration headers:
35266 Configuration commands:
35269 Report bugs to <bug-autoconf@gnu.org>."
35272 cat >>$CONFIG_STATUS <<_ACEOF
35274 wxWindows config.status 2.5.0
35275 configured by $0, generated by GNU Autoconf 2.57,
35276 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
35278 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
35279 Free Software Foundation, Inc.
35280 This config.status script is free software; the Free Software Foundation
35281 gives unlimited permission to copy, distribute and modify it."
35286 cat >>$CONFIG_STATUS <<\_ACEOF
35287 # If no file are specified by the user, then we need to provide default
35288 # value. By we need to know if files were specified by the user.
35294 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
35295 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
35303 *) # This is not an option, so the user has probably given explicit
35306 ac_need_defaults
=false
;;
35310 # Handling of the options.
35312 cat >>$CONFIG_STATUS <<\_ACEOF
35313 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
35315 --version | --vers* | -V )
35316 echo "$ac_cs_version"; exit 0 ;;
35318 # Conflict between --help and --header
35319 { { echo "$as_me:$LINENO: error: ambiguous option: $1
35320 Try \`$0 --help' for more information." >&5
35321 echo "$as_me: error: ambiguous option: $1
35322 Try \`$0 --help' for more information." >&2;}
35323 { (exit 1); exit 1; }; };;
35324 --help | --hel | -h )
35325 echo "$ac_cs_usage"; exit 0 ;;
35326 --debug | --d* | -d )
35328 --file | --fil | --fi | --f )
35330 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
35331 ac_need_defaults
=false
;;
35332 --header | --heade | --head | --hea )
35334 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
35335 ac_need_defaults
=false
;;
35336 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
35337 | -silent | --silent | --silen | --sile | --sil | --si | --s)
35340 # This is an error.
35341 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
35342 Try \`$0 --help' for more information." >&5
35343 echo "$as_me: error: unrecognized option: $1
35344 Try \`$0 --help' for more information." >&2;}
35345 { (exit 1); exit 1; }; } ;;
35347 *) ac_config_targets
="$ac_config_targets $1" ;;
35353 ac_configure_extra_args
=
35355 if $ac_cs_silent; then
35357 ac_configure_extra_args
="$ac_configure_extra_args --silent"
35361 cat >>$CONFIG_STATUS <<_ACEOF
35362 if \$ac_cs_recheck; then
35363 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
35364 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
35369 cat >>$CONFIG_STATUS <<_ACEOF
35371 # INIT-COMMANDS section.
35375 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
35384 cat >>$CONFIG_STATUS <<\_ACEOF
35385 for ac_config_target
in $ac_config_targets
35387 case "$ac_config_target" in
35388 # Handling of arguments.
35389 "wx-config" ) CONFIG_FILES
="$CONFIG_FILES wx-config" ;;
35390 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
35391 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
35392 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
35393 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
35394 "setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS setup.h" ;;
35395 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
35396 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
35397 { (exit 1); exit 1; }; };;
35401 # If the user did not use the arguments to specify the items to instantiate,
35402 # then the envvar interface is used. Set only those that are not.
35403 # We use the long form for the default assignment because of an extremely
35404 # bizarre bug on SunOS 4.1.3.
35405 if $ac_need_defaults; then
35406 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
35407 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
35408 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
35411 # Have a temporary directory for convenience. Make it in the build tree
35412 # simply because there is no reason to put it here, and in addition,
35413 # creating and moving files from /tmp can sometimes cause problems.
35414 # Create a temporary directory, and hook for its removal unless debugging.
35417 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
35418 trap '{ (exit 1); exit 1; }' 1 2 13 15
35421 # Create a (secure) tmp directory for tmp files.
35424 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
35425 test -n "$tmp" && test -d "$tmp"
35428 tmp
=.
/confstat$$
-$RANDOM
35429 (umask 077 && mkdir $tmp)
35432 echo "$me: cannot create a temporary directory in ." >&2
35433 { (exit 1); exit 1; }
35438 cat >>$CONFIG_STATUS <<_ACEOF
35441 # CONFIG_FILES section.
35444 # No need to generate the scripts if there are no CONFIG_FILES.
35445 # This happens for instance when ./config.status config.h
35446 if test -n "\$CONFIG_FILES"; then
35447 # Protect against being on the right side of a sed subst in config.status.
35448 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
35449 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
35450 s,@SHELL@,$SHELL,;t t
35451 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
35452 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
35453 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
35454 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
35455 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
35456 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
35457 s,@exec_prefix@,$exec_prefix,;t t
35458 s,@prefix@,$prefix,;t t
35459 s,@program_transform_name@,$program_transform_name,;t t
35460 s,@bindir@,$bindir,;t t
35461 s,@sbindir@,$sbindir,;t t
35462 s,@libexecdir@,$libexecdir,;t t
35463 s,@datadir@,$datadir,;t t
35464 s,@sysconfdir@,$sysconfdir,;t t
35465 s,@sharedstatedir@,$sharedstatedir,;t t
35466 s,@localstatedir@,$localstatedir,;t t
35467 s,@libdir@,$libdir,;t t
35468 s,@includedir@,$includedir,;t t
35469 s,@oldincludedir@,$oldincludedir,;t t
35470 s,@infodir@,$infodir,;t t
35471 s,@mandir@,$mandir,;t t
35472 s,@build_alias@,$build_alias,;t t
35473 s,@host_alias@,$host_alias,;t t
35474 s,@target_alias@,$target_alias,;t t
35475 s,@DEFS@,$DEFS,;t t
35476 s,@ECHO_C@,$ECHO_C,;t t
35477 s,@ECHO_N@,$ECHO_N,;t t
35478 s,@ECHO_T@,$ECHO_T,;t t
35479 s,@LIBS@,$LIBS,;t t
35480 s,@build@,$build,;t t
35481 s,@build_cpu@,$build_cpu,;t t
35482 s,@build_vendor@,$build_vendor,;t t
35483 s,@build_os@,$build_os,;t t
35484 s,@host@,$host,;t t
35485 s,@host_cpu@,$host_cpu,;t t
35486 s,@host_vendor@,$host_vendor,;t t
35487 s,@host_os@,$host_os,;t t
35488 s,@target@,$target,;t t
35489 s,@target_cpu@,$target_cpu,;t t
35490 s,@target_vendor@,$target_vendor,;t t
35491 s,@target_os@,$target_os,;t t
35493 s,@CFLAGS@,$CFLAGS,;t t
35494 s,@LDFLAGS@,$LDFLAGS,;t t
35495 s,@CPPFLAGS@,$CPPFLAGS,;t t
35496 s,@ac_ct_CC@,$ac_ct_CC,;t t
35497 s,@EXEEXT@,$EXEEXT,;t t
35498 s,@OBJEXT@,$OBJEXT,;t t
35500 s,@EGREP@,$EGREP,;t t
35502 s,@CXXFLAGS@,$CXXFLAGS,;t t
35503 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
35504 s,@RANLIB@,$RANLIB,;t t
35505 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
35507 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
35508 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
35509 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
35510 s,@STRIP@,$STRIP,;t t
35511 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
35512 s,@YACC@,$YACC,;t t
35514 s,@LEXLIB@,$LEXLIB,;t t
35515 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
35516 s,@LN_S@,$LN_S,;t t
35517 s,@CXXCPP@,$CXXCPP,;t t
35518 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
35519 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
35520 s,@GTK_LIBS@,$GTK_LIBS,;t t
35521 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
35522 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
35523 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
35524 s,@X_CFLAGS@,$X_CFLAGS,;t t
35525 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
35526 s,@X_LIBS@,$X_LIBS,;t t
35527 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
35528 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
35529 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
35530 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
35531 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
35532 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
35533 s,@RESCOMP@,$RESCOMP,;t t
35534 s,@DEREZ@,$DEREZ,;t t
35535 s,@SETFILE@,$SETFILE,;t t
35536 s,@LIBICONV@,$LIBICONV,;t t
35537 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
35538 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
35539 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
35540 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
35541 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
35542 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
35543 s,@VENDOR@,$VENDOR,;t t
35544 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
35545 s,@WXUNIV@,$WXUNIV,;t t
35546 s,@MONOLITHIC@,$MONOLITHIC,;t t
35547 s,@EXTRALIBS@,$EXTRALIBS,;t t
35548 s,@UNICODE@,$UNICODE,;t t
35549 s,@BUILD@,$BUILD,;t t
35550 s,@SHARED@,$SHARED,;t t
35551 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
35552 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
35553 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
35554 s,@SET_MAKE@,$SET_MAKE,;t t
35555 s,@MAKE_SET@,$MAKE_SET,;t t
35556 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
35557 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
35558 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
35559 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
35560 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
35561 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
35562 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
35563 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
35564 s,@DLLPREFIX@,$DLLPREFIX,;t t
35565 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
35566 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
35567 s,@PIC_FLAG@,$PIC_FLAG,;t t
35568 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
35569 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
35570 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
35571 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
35572 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
35573 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
35574 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
35575 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
35576 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
35577 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
35578 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
35579 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
35580 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
35581 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
35582 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
35583 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
35584 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
35585 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
35586 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
35587 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
35588 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
35589 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
35590 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
35591 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
35592 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
35593 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
35594 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
35595 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
35596 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
35597 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
35598 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
35599 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
35600 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
35601 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
35602 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
35603 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
35604 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
35605 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
35606 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
35607 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
35608 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
35609 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
35610 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
35611 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
35612 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
35613 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_1,;t t
35614 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
35615 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
35616 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
35617 s,@COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MGL_USE_GUI_1_WXUNIV_1,;t t
35618 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
35619 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
35620 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
35621 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
35622 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
35623 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
35624 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_1,;t t
35625 s,@COND_TOOLKIT_OS2@,$COND_TOOLKIT_OS2,;t t
35626 s,@COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0,;t t
35627 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
35628 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
35629 s,@COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1@,$COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1,;t t
35630 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
35631 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
35632 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
35633 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
35634 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
35635 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
35636 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
35637 s,@LEX_STEM@,$LEX_STEM,;t t
35638 s,@PATH_IFS@,$PATH_IFS,;t t
35639 s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
35640 s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
35641 s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
35642 s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
35643 s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
35644 s,@WX_LIBRARY_BASENAME@,$WX_LIBRARY_BASENAME,;t t
35645 s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
35646 s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
35647 s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
35648 s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
35649 s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
35650 s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
35651 s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
35652 s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
35653 s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
35654 s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
35655 s,@WX_ALL@,$WX_ALL,;t t
35656 s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
35657 s,@SHARED_LD@,$SHARED_LD,;t t
35658 s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
35659 s,@STATIC_FLAG@,$STATIC_FLAG,;t t
35660 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
35661 s,@USE_GUI@,$USE_GUI,;t t
35662 s,@AFMINSTALL@,$AFMINSTALL,;t t
35663 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
35664 s,@TOOLKIT@,$TOOLKIT,;t t
35665 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
35666 s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
35667 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
35668 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
35669 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
35670 s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
35671 s,@cross_compiling@,$cross_compiling,;t t
35672 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
35673 s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
35674 s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
35675 s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
35676 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
35677 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
35678 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
35679 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
35680 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
35681 s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
35682 s,@ALL_HEADERS@,$ALL_HEADERS,;t t
35683 s,@ALL_SOURCES@,$ALL_SOURCES,;t t
35684 s,@GUIDIST@,$GUIDIST,;t t
35685 s,@PORT_FILES@,$PORT_FILES,;t t
35686 s,@DISTDIR@,$DISTDIR,;t t
35687 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
35688 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
35689 s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
35690 s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
35691 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
35692 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
35693 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
35694 s,@RESFLAGS@,$RESFLAGS,;t t
35695 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
35696 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
35697 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
35698 s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t
35699 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
35700 s,@MACRESCOMP@,$MACRESCOMP,;t t
35701 s,@MACSETFILE@,$MACSETFILE,;t t
35702 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
35704 s,@DLLTOOL@,$DLLTOOL,;t t
35708 s,@MAKEINFO@,$MAKEINFO,;t t
35709 s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
35710 s,@ESD_LINK@,$ESD_LINK,;t t
35711 s,@LIBOBJS@,$LIBOBJS,;t t
35712 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
35717 cat >>$CONFIG_STATUS <<\_ACEOF
35718 # Split the substitutions into bite-sized pieces for seds with
35719 # small command number limits, like on Digital OSF/1 and HP-UX.
35720 ac_max_sed_lines
=48
35721 ac_sed_frag
=1 # Number of current file.
35722 ac_beg
=1 # First line for current file.
35723 ac_end
=$ac_max_sed_lines # Line after last line for current file.
35726 while $ac_more_lines; do
35727 if test $ac_beg -gt 1; then
35728 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
35730 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
35732 if test ! -s $tmp/subs.frag
; then
35733 ac_more_lines
=false
35735 # The purpose of the label and of the branching condition is to
35736 # speed up the sed processing (if there are no `@' at all, there
35737 # is no need to browse any of the substitutions).
35738 # These are the two extra sed commands mentioned above.
35740 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
35741 if test -z "$ac_sed_cmds"; then
35742 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
35744 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
35746 ac_sed_frag
=`expr $ac_sed_frag + 1`
35748 ac_end
=`expr $ac_end + $ac_max_sed_lines`
35751 if test -z "$ac_sed_cmds"; then
35754 fi # test -n "$CONFIG_FILES"
35757 cat >>$CONFIG_STATUS <<\_ACEOF
35758 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
35759 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
35761 - | *:- | *:-:* ) # input from stdin
35763 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35764 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35765 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35766 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35767 * ) ac_file_in
=$ac_file.
in ;;
35770 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
35771 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
35772 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35773 X"$ac_file" : 'X\(//\)[^/]' \| \
35774 X"$ac_file" : 'X\(//\)$' \| \
35775 X"$ac_file" : 'X\(/\)' \| \
35776 . : '\(.\)' 2>/dev/null ||
35778 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35779 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35780 /^X\(\/\/\)$/{ s//\1/; q; }
35781 /^X\(\/\).*/{ s//\1/; q; }
35783 { if $as_mkdir_p; then
35788 while test ! -d "$as_dir"; do
35789 as_dirs
="$as_dir $as_dirs"
35790 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
35791 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35792 X"$as_dir" : 'X\(//\)[^/]' \| \
35793 X"$as_dir" : 'X\(//\)$' \| \
35794 X"$as_dir" : 'X\(/\)' \| \
35795 . : '\(.\)' 2>/dev/null ||
35797 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35798 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35799 /^X\(\/\/\)$/{ s//\1/; q; }
35800 /^X\(\/\).*/{ s//\1/; q; }
35803 test ! -n "$as_dirs" || mkdir $as_dirs
35804 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
35805 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
35806 { (exit 1); exit 1; }; }; }
35810 if test "$ac_dir" != .
; then
35811 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
35812 # A "../" for each directory in $ac_dir_suffix.
35813 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
35815 ac_dir_suffix
= ac_top_builddir
=
35819 .
) # No --srcdir option. We are building in place.
35821 if test -z "$ac_top_builddir"; then
35824 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
35826 [\\/]* | ?
:[\\/]* ) # Absolute path.
35827 ac_srcdir
=$srcdir$ac_dir_suffix;
35828 ac_top_srcdir
=$srcdir ;;
35829 *) # Relative path.
35830 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
35831 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
35833 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
35835 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
35836 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
35837 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
35838 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
35842 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
35843 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
35846 if test x
"$ac_file" != x
-; then
35847 { echo "$as_me:$LINENO: creating $ac_file" >&5
35848 echo "$as_me: creating $ac_file" >&6;}
35851 # Let's still pretend it is `configure' which instantiates (i.e., don't
35852 # use $as_me), people would be surprised to read:
35853 # /* config.h. Generated by config.status. */
35854 if test x
"$ac_file" = x
-; then
35857 configure_input
="$ac_file. "
35859 configure_input
=$configure_input"Generated from `echo $ac_file_in |
35860 sed 's,.*/,,'` by configure."
35862 # First look for the input files in the build tree, otherwise in the
35864 ac_file_inputs
=`IFS=:
35865 for f in $ac_file_in; do
35867 -) echo $tmp/stdin ;;
35869 # Absolute (can't be DOS-style, as IFS=:)
35870 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35871 echo "$as_me: error: cannot find input file: $f" >&2;}
35872 { (exit 1); exit 1; }; }
35875 if test -f "$f"; then
35878 elif test -f "$srcdir/$f"; then
35883 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35884 echo "$as_me: error: cannot find input file: $f" >&2;}
35885 { (exit 1); exit 1; }; }
35888 done` || { (exit 1); exit 1; }
35890 cat >>$CONFIG_STATUS <<_ACEOF
35894 cat >>$CONFIG_STATUS <<\_ACEOF
35896 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
35897 s
,@configure_input@
,$configure_input,;t t
35898 s
,@srcdir@
,$ac_srcdir,;t t
35899 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
35900 s
,@top_srcdir@
,$ac_top_srcdir,;t t
35901 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
35902 s
,@builddir@
,$ac_builddir,;t t
35903 s
,@abs_builddir@
,$ac_abs_builddir,;t t
35904 s
,@top_builddir@
,$ac_top_builddir,;t t
35905 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
35906 s
,@INSTALL@
,$ac_INSTALL,;t t
35907 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
35909 if test x"$ac_file" != x-; then
35910 mv $tmp/out $ac_file
35918 cat >>$CONFIG_STATUS <<\_ACEOF
35921 # CONFIG_HEADER section.
35924 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
35925 # NAME is the cpp macro being defined and VALUE is the value it is being given.
35927 # ac_d sets the value in "#define NAME VALUE" lines.
35928 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
35929 ac_dB
='[ ].*$,\1#\2'
35932 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
35933 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
35934 ac_uB
='$,\1#\2define\3'
35938 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
35939 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
35941 - | *:- | *:-:* ) # input from stdin
35943 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35944 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35945 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35946 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35947 * ) ac_file_in
=$ac_file.
in ;;
35950 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
35951 echo "$as_me: creating $ac_file" >&6;}
35953 # First look for the input files in the build tree, otherwise in the
35955 ac_file_inputs
=`IFS=:
35956 for f in $ac_file_in; do
35958 -) echo $tmp/stdin ;;
35960 # Absolute (can't be DOS-style, as IFS=:)
35961 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35962 echo "$as_me: error: cannot find input file: $f" >&2;}
35963 { (exit 1); exit 1; }; }
35966 if test -f "$f"; then
35969 elif test -f "$srcdir/$f"; then
35974 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35975 echo "$as_me: error: cannot find input file: $f" >&2;}
35976 { (exit 1); exit 1; }; }
35979 done` || { (exit 1); exit 1; }
35980 # Remove the trailing spaces.
35981 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
35985 # Transform confdefs.h into two sed scripts, `conftest.defines' and
35986 # `conftest.undefs', that substitutes the proper values into
35987 # config.h.in to produce config.h. The first handles `#define'
35988 # templates, and the second `#undef' templates.
35989 # And first: Protect against being on the right side of a sed subst in
35990 # config.status. Protect against being in an unquoted here document
35991 # in config.status.
35992 rm -f conftest.defines conftest.undefs
35993 # Using a here document instead of a string reduces the quoting nightmare.
35994 # Putting comments in sed scripts is not portable.
35996 # `end' is used to avoid that the second main sed command (meant for
35997 # 0-ary CPP macros) applies to n-ary macro definitions.
35998 # See the Autoconf documentation for `clear'.
35999 cat >confdef2sed.
sed <<\_ACEOF
36004 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
36006 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
36009 # If some macros were called several times there might be several times
36010 # the same #defines, which is useless. Nevertheless, we may not want to
36011 # sort them, since we want the *last* AC-DEFINE to be honored.
36012 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
36013 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
36014 rm -f confdef2sed.sed
36016 # This sed command replaces #undef with comments. This is necessary, for
36017 # example, in the case of _POSIX_SOURCE, which is predefined and required
36018 # on some systems where configure will not decide to define it.
36019 cat >>conftest.undefs <<\_ACEOF
36020 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
36023 # Break up conftest.defines because some shells have a limit on the size
36024 # of here documents, and old seds have small limits too (100 cmds).
36025 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
36026 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
36027 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
36028 echo ' :' >>$CONFIG_STATUS
36029 rm -f conftest.tail
36030 while grep . conftest.defines >/dev/null
36032 # Write a limited-size here document to $tmp/defines.sed.
36033 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
36034 # Speed up: don't consider the non `#define' lines.
36035 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
36036 # Work around the forget-to-reset-the-flag bug.
36037 echo 't clr' >>$CONFIG_STATUS
36038 echo ': clr' >>$CONFIG_STATUS
36039 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
36041 sed -f $tmp/defines.sed $tmp/in >$tmp/out
36043 mv $tmp/out $tmp/in
36045 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
36046 rm -f conftest.defines
36047 mv conftest.
tail conftest.defines
36049 rm -f conftest.defines
36050 echo ' fi # grep' >>$CONFIG_STATUS
36051 echo >>$CONFIG_STATUS
36053 # Break up conftest.undefs because some shells have a limit on the size
36054 # of here documents, and old seds have small limits too (100 cmds).
36055 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
36056 rm -f conftest.
tail
36057 while grep . conftest.undefs
>/dev
/null
36059 # Write a limited-size here document to $tmp/undefs.sed.
36060 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
36061 # Speed up: don't consider the non
`#undef'
36062 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
36063 # Work around the forget-to-reset-the-flag bug.
36064 echo 't clr' >>$CONFIG_STATUS
36065 echo ': clr' >>$CONFIG_STATUS
36066 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
36068 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
36070 mv $tmp/out $tmp/in
36072 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
36073 rm -f conftest.undefs
36074 mv conftest.tail conftest.undefs
36076 rm -f conftest.undefs
36078 cat >>$CONFIG_STATUS <<\_ACEOF
36079 # Let's still pretend it is `configure
' which instantiates (i.e., don't
36080 # use $as_me), people would be surprised to read:
36081 # /* config.h. Generated by config.status. */
36082 if test x
"$ac_file" = x
-; then
36083 echo "/* Generated by configure. */" >$tmp/config.h
36085 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
36087 cat $tmp/in >>$tmp/config.h
36089 if test x
"$ac_file" != x
-; then
36090 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
36091 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
36092 echo "$as_me: $ac_file is unchanged" >&6;}
36094 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
36095 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36096 X"$ac_file" : 'X\(//\)[^/]' \| \
36097 X"$ac_file" : 'X\(//\)$' \| \
36098 X"$ac_file" : 'X\(/\)' \| \
36099 . : '\(.\)' 2>/dev/null ||
36101 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36102 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36103 /^X\(\/\/\)$/{ s//\1/; q; }
36104 /^X\(\/\).*/{ s//\1/; q; }
36106 { if $as_mkdir_p; then
36111 while test ! -d "$as_dir"; do
36112 as_dirs
="$as_dir $as_dirs"
36113 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
36114 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36115 X"$as_dir" : 'X\(//\)[^/]' \| \
36116 X"$as_dir" : 'X\(//\)$' \| \
36117 X"$as_dir" : 'X\(/\)' \| \
36118 . : '\(.\)' 2>/dev/null ||
36120 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36121 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36122 /^X\(\/\/\)$/{ s//\1/; q; }
36123 /^X\(\/\).*/{ s//\1/; q; }
36126 test ! -n "$as_dirs" || mkdir $as_dirs
36127 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36128 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36129 { (exit 1); exit 1; }; }; }
36132 mv $tmp/config.h
$ac_file
36136 rm -f $tmp/config.h
36140 cat >>$CONFIG_STATUS <<\_ACEOF
36143 # CONFIG_COMMANDS section.
36145 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
36146 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
36147 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36148 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
36149 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36150 X"$ac_dest" : 'X\(//\)[^/]' \| \
36151 X"$ac_dest" : 'X\(//\)$' \| \
36152 X"$ac_dest" : 'X\(/\)' \| \
36153 . : '\(.\)' 2>/dev/null ||
36155 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36156 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36157 /^X\(\/\/\)$/{ s//\1/; q; }
36158 /^X\(\/\).*/{ s//\1/; q; }
36162 if test "$ac_dir" != .
; then
36163 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36164 # A "../" for each directory in $ac_dir_suffix.
36165 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36167 ac_dir_suffix
= ac_top_builddir
=
36171 .
) # No --srcdir option. We are building in place.
36173 if test -z "$ac_top_builddir"; then
36176 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
36178 [\\/]* | ?
:[\\/]* ) # Absolute path.
36179 ac_srcdir
=$srcdir$ac_dir_suffix;
36180 ac_top_srcdir
=$srcdir ;;
36181 *) # Relative path.
36182 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
36183 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
36185 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36187 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
36188 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36189 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36190 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36193 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
36194 echo "$as_me: executing $ac_dest commands" >&6;}
36197 if test ! -h wx
-config; then
36199 mv wx
-config wx
${TOOLCHAIN_NAME}-config
36200 ${LN_S} wx
${TOOLCHAIN_NAME}-config wx
-config
36203 if test ! -d lib
; then
36206 if test ! -d lib
/wx
; then
36209 if test ! -d lib
/wx
/include
; then
36210 mkdir lib
/wx
/include
36212 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}; then
36213 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}
36215 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
; then
36216 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
36218 if test -f setup.h
; then
36219 mv -f setup.h lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
36226 cat >>$CONFIG_STATUS <<\_ACEOF
36228 { (exit 0); exit 0; }
36230 chmod +x
$CONFIG_STATUS
36231 ac_clean_files
=$ac_clean_files_save
36234 # configure is writing to config.log, and then calls config.status.
36235 # config.status does its own redirection, appending to config.log.
36236 # Unfortunately, on DOS this fails, as config.log is still kept open
36237 # by configure, so config.status won't be able to write to it; its
36238 # output is simply discarded. So we exec the FD to /dev/null,
36239 # effectively closing config.log, so it can be properly (re)opened and
36240 # appended to by config.status. When coming back to configure, we
36241 # need to make the FD available again.
36242 if test "$no_create" != yes; then
36244 ac_config_status_args
=
36245 test "$silent" = yes &&
36246 ac_config_status_args
="$ac_config_status_args --quiet"
36248 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
36250 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
36251 # would make configure fail if this is the last instruction.
36252 $ac_cs_success || { (exit 1); exit 1; }
36257 echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
36259 echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
36260 echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
36262 echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
36263 echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
36264 echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
36266 echo " What level of wxWindows compatibility should be enabled?"
36267 echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
36268 echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
36269 echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
36271 echo " Which libraries should wxWindows use?"
36272 echo " jpeg ${wxUSE_LIBJPEG-none}"
36273 echo " png ${wxUSE_LIBPNG-none}"
36274 echo " regex ${wxUSE_REGEX}"
36275 echo " tiff ${wxUSE_LIBTIFF-none}"
36276 echo " zlib ${wxUSE_ZLIB}"
36277 echo " odbc ${wxUSE_ODBC}"