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 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_UNICODE_1 COND_BUILD_DEBUG COND_WXUSE_REGEX_BUILTIN COND_DEPS_TRACKING_1 COND_DEPS_TRACKING_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_WIN32_1 COND_WXUSE_LIBPNG_BUILTIN COND_BUILD_RELEASE COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUNIV_1 COND_WXUSE_ZLIB_BUILTIN COND_PLATFORM_MAC_1 COND_WXUSE_ODBC_BUILTIN COND_TOOLKIT_MAC COND_MONOLITHIC_0 COND_PLATFORM_WIN32_0 COND_MONOLITHIC_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_SHARED_1 COND_SHARED_1_MONOLITHIC_0 COND_USE_SOVERLINUX_1 COND_USE_SOVERSOLARIS_1 COND_USE_SOSYMLINKS_1 COND_TOOLKIT_X11 COND_TOOLKIT_MGL COND_TOOLKIT_GTK COND_TOOLKIT_MSW COND_USE_SOVERSION_1_PLATFORM_MACOSX_0 COND_USE_SOVERSION_1_PLATFORM_MACOSX_1 COND_USE_SOVERSION_0 COND_SHARED_0_USE_GUI_1_MONOLITHIC_0 COND_PLATFORM_MACOSX_1 COND_SHARED_1_USE_GUI_1_MONOLITHIC_0 COND_TOOLKIT_MOTIF COND_TOOLKIT_COCOA COND_TOOLKIT_OS2 COND_SHARED_1_MONOLITHIC_1 COND_SHARED_0_MONOLITHIC_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_SHARED_0_MONOLITHIC_0 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 CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX 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 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 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
9498 echo "${ECHO_T}base ($host_alias hosted) only" >&6
9505 if test "$wxUSE_MSW" = 1 ; then
9516 if test "$wxUSE_WINE" = "yes"; then
9523 if test "$wants_win32" = 1 ; then
9526 cat >>confdefs.h
<<\_ACEOF
9530 cat >>confdefs.h
<<\_ACEOF
9534 cat >>confdefs.h
<<\_ACEOF
9535 #define __WINDOWS__ 1
9538 cat >>confdefs.h
<<\_ACEOF
9539 #define __GNUWIN32__ 1
9542 cat >>confdefs.h
<<\_ACEOF
9546 cat >>confdefs.h
<<\_ACEOF
9547 #define WINVER 0x0400
9551 if test "$doesnt_want_win32" = 1 ; then
9556 if test "$USE_UNIX" = 1 ; then
9558 cat >>confdefs.h
<<\_ACEOF
9565 cat >confcache
<<\_ACEOF
9566 # This file is a shell script that caches the results of configure
9567 # tests run on this system so they can be shared between configure
9568 # scripts and configure runs, see configure's option --config-cache.
9569 # It is not useful on other systems. If it contains results you don't
9570 # want to keep, you may remove or edit it.
9572 # config.status only pays attention to the cache file if you give it
9573 # the --recheck option to rerun configure.
9575 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9576 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9581 # The following way of writing the cache mishandles newlines in values,
9582 # but we know of no workaround that is simple, portable, and efficient.
9583 # So, don't put newlines in cache variables' values.
9584 # Ultrix sh set writes to stderr and can't be redirected directly,
9585 # and sets the high bit in the cache file unless we assign to the vars.
9588 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9590 # `set' does not quote correctly, so add quotes (double-quote
9591 # substitution turns \\\\ into \\, and sed turns \\ into \).
9594 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9597 # `set' quotes correctly as required by POSIX, so do not add quotes.
9599 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9606 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9608 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9610 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
9611 if test -w $cache_file; then
9612 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9613 cat confcache
>$cache_file
9615 echo "not updating unwritable cache $cache_file"
9620 if test "$build" != "$host" ; then
9621 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
9625 RANLIB
=$host_alias-ranlib
9626 DLLTOOL
=$host_alias-dlltool
9627 RESCOMP
=$host_alias-windres
9630 STRIP
=$host_alias-strip
9632 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
9633 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
9634 { (exit 1); exit 1; }; }
9640 ac_cpp
='$CPP $CPPFLAGS'
9641 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9642 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9643 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
9644 if test -n "$ac_tool_prefix"; then
9645 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9646 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
9647 echo "$as_me:$LINENO: checking for $ac_word" >&5
9648 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9649 if test "${ac_cv_prog_CC+set}" = set; then
9650 echo $ECHO_N "(cached) $ECHO_C" >&6
9652 if test -n "$CC"; then
9653 ac_cv_prog_CC
="$CC" # Let the user override the test.
9655 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9659 test -z "$as_dir" && as_dir
=.
9660 for ac_exec_ext
in '' $ac_executable_extensions; do
9661 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9662 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
9663 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9672 if test -n "$CC"; then
9673 echo "$as_me:$LINENO: result: $CC" >&5
9674 echo "${ECHO_T}$CC" >&6
9676 echo "$as_me:$LINENO: result: no" >&5
9677 echo "${ECHO_T}no" >&6
9681 if test -z "$ac_cv_prog_CC"; then
9683 # Extract the first word of "gcc", so it can be a program name with args.
9684 set dummy gcc
; ac_word
=$2
9685 echo "$as_me:$LINENO: checking for $ac_word" >&5
9686 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9687 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9688 echo $ECHO_N "(cached) $ECHO_C" >&6
9690 if test -n "$ac_ct_CC"; then
9691 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9693 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9697 test -z "$as_dir" && as_dir
=.
9698 for ac_exec_ext
in '' $ac_executable_extensions; do
9699 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9700 ac_cv_prog_ac_ct_CC
="gcc"
9701 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9709 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9710 if test -n "$ac_ct_CC"; then
9711 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9712 echo "${ECHO_T}$ac_ct_CC" >&6
9714 echo "$as_me:$LINENO: result: no" >&5
9715 echo "${ECHO_T}no" >&6
9723 if test -z "$CC"; then
9724 if test -n "$ac_tool_prefix"; then
9725 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
9726 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
9727 echo "$as_me:$LINENO: checking for $ac_word" >&5
9728 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9729 if test "${ac_cv_prog_CC+set}" = set; then
9730 echo $ECHO_N "(cached) $ECHO_C" >&6
9732 if test -n "$CC"; then
9733 ac_cv_prog_CC
="$CC" # Let the user override the test.
9735 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9739 test -z "$as_dir" && as_dir
=.
9740 for ac_exec_ext
in '' $ac_executable_extensions; do
9741 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9742 ac_cv_prog_CC
="${ac_tool_prefix}cc"
9743 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9752 if test -n "$CC"; then
9753 echo "$as_me:$LINENO: result: $CC" >&5
9754 echo "${ECHO_T}$CC" >&6
9756 echo "$as_me:$LINENO: result: no" >&5
9757 echo "${ECHO_T}no" >&6
9761 if test -z "$ac_cv_prog_CC"; then
9763 # Extract the first word of "cc", so it can be a program name with args.
9764 set dummy cc
; ac_word
=$2
9765 echo "$as_me:$LINENO: checking for $ac_word" >&5
9766 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9767 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9768 echo $ECHO_N "(cached) $ECHO_C" >&6
9770 if test -n "$ac_ct_CC"; then
9771 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9773 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9777 test -z "$as_dir" && as_dir
=.
9778 for ac_exec_ext
in '' $ac_executable_extensions; do
9779 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9780 ac_cv_prog_ac_ct_CC
="cc"
9781 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9789 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9790 if test -n "$ac_ct_CC"; then
9791 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9792 echo "${ECHO_T}$ac_ct_CC" >&6
9794 echo "$as_me:$LINENO: result: no" >&5
9795 echo "${ECHO_T}no" >&6
9804 if test -z "$CC"; then
9805 # Extract the first word of "cc", so it can be a program name with args.
9806 set dummy cc
; ac_word
=$2
9807 echo "$as_me:$LINENO: checking for $ac_word" >&5
9808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9809 if test "${ac_cv_prog_CC+set}" = set; then
9810 echo $ECHO_N "(cached) $ECHO_C" >&6
9812 if test -n "$CC"; then
9813 ac_cv_prog_CC
="$CC" # Let the user override the test.
9816 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9820 test -z "$as_dir" && as_dir
=.
9821 for ac_exec_ext
in '' $ac_executable_extensions; do
9822 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9823 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
9824 ac_prog_rejected
=yes
9828 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9834 if test $ac_prog_rejected = yes; then
9835 # We found a bogon in the path, so make sure we never use it.
9836 set dummy
$ac_cv_prog_CC
9838 if test $# != 0; then
9839 # We chose a different compiler from the bogus one.
9840 # However, it has the same basename, so the bogon will be chosen
9841 # first if we set CC to just the basename; use the full file name.
9843 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
9849 if test -n "$CC"; then
9850 echo "$as_me:$LINENO: result: $CC" >&5
9851 echo "${ECHO_T}$CC" >&6
9853 echo "$as_me:$LINENO: result: no" >&5
9854 echo "${ECHO_T}no" >&6
9858 if test -z "$CC"; then
9859 if test -n "$ac_tool_prefix"; then
9862 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9863 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
9864 echo "$as_me:$LINENO: checking for $ac_word" >&5
9865 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9866 if test "${ac_cv_prog_CC+set}" = set; then
9867 echo $ECHO_N "(cached) $ECHO_C" >&6
9869 if test -n "$CC"; then
9870 ac_cv_prog_CC
="$CC" # Let the user override the test.
9872 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9876 test -z "$as_dir" && as_dir
=.
9877 for ac_exec_ext
in '' $ac_executable_extensions; do
9878 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9879 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
9880 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9889 if test -n "$CC"; then
9890 echo "$as_me:$LINENO: result: $CC" >&5
9891 echo "${ECHO_T}$CC" >&6
9893 echo "$as_me:$LINENO: result: no" >&5
9894 echo "${ECHO_T}no" >&6
9897 test -n "$CC" && break
9900 if test -z "$CC"; then
9904 # Extract the first word of "$ac_prog", so it can be a program name with args.
9905 set dummy
$ac_prog; ac_word
=$2
9906 echo "$as_me:$LINENO: checking for $ac_word" >&5
9907 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9908 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9909 echo $ECHO_N "(cached) $ECHO_C" >&6
9911 if test -n "$ac_ct_CC"; then
9912 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
9914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
9918 test -z "$as_dir" && as_dir
=.
9919 for ac_exec_ext
in '' $ac_executable_extensions; do
9920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9921 ac_cv_prog_ac_ct_CC
="$ac_prog"
9922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9930 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
9931 if test -n "$ac_ct_CC"; then
9932 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9933 echo "${ECHO_T}$ac_ct_CC" >&6
9935 echo "$as_me:$LINENO: result: no" >&5
9936 echo "${ECHO_T}no" >&6
9939 test -n "$ac_ct_CC" && break
9948 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
9949 See \`config.log' for more details." >&5
9950 echo "$as_me: error: no acceptable C compiler found in \$PATH
9951 See \`config.log' for more details." >&2;}
9952 { (exit 1); exit 1; }; }
9954 # Provide some information about the compiler.
9955 echo "$as_me:$LINENO:" \
9956 "checking for C compiler version" >&5
9957 ac_compiler
=`set X $ac_compile; echo $2`
9958 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
9959 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
9961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9962 (exit $ac_status); }
9963 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
9964 (eval $ac_compiler -v </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); }
9974 cat >conftest.
$ac_ext <<_ACEOF
9975 #line $LINENO "configure"
9978 cat confdefs.h
>>conftest.
$ac_ext
9979 cat >>conftest.
$ac_ext <<_ACEOF
9980 /* end confdefs.h. */
9990 ac_clean_files_save
=$ac_clean_files
9991 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
9992 # Try to create an executable without -o first, disregard a.out.
9993 # It will help us diagnose broken compilers, and finding out an intuition
9995 echo "$as_me:$LINENO: checking for C compiler default output" >&5
9996 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
9997 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
9998 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
9999 (eval $ac_link_default) 2>&5
10001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10002 (exit $ac_status); }; then
10003 # Find the output, starting from the most likely. This scheme is
10004 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10007 # Be careful to initialize this variable, since it used to be cached.
10008 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10010 # b.out is created by i960 compilers.
10011 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
10013 test -f "$ac_file" || continue
10015 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
10018 # This is the source file.
10021 # We found the default executable, but exeext='' is most
10025 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10026 # FIXME: I believe we export ac_cv_exeext for Libtool,
10027 # but it would be cool to find out if it's true. Does anybody
10028 # maintain Libtool? --akim.
10029 export ac_cv_exeext
10036 echo "$as_me: failed program was:" >&5
10037 sed 's/^/| /' conftest.
$ac_ext >&5
10039 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10040 See \`config.log' for more details." >&5
10041 echo "$as_me: error: C compiler cannot create executables
10042 See \`config.log' for more details." >&2;}
10043 { (exit 77); exit 77; }; }
10046 ac_exeext
=$ac_cv_exeext
10047 echo "$as_me:$LINENO: result: $ac_file" >&5
10048 echo "${ECHO_T}$ac_file" >&6
10050 # Check the compiler produces executables we can run. If not, either
10051 # the compiler is broken, or we cross compile.
10052 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10053 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10054 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10055 # If not cross compiling, check that we can run a simple program.
10056 if test "$cross_compiling" != yes; then
10057 if { ac_try
='./$ac_file'
10058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10059 (eval $ac_try) 2>&5
10061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10062 (exit $ac_status); }; }; then
10065 if test "$cross_compiling" = maybe
; then
10066 cross_compiling
=yes
10068 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10069 If you meant to cross compile, use \`--host'.
10070 See \`config.log' for more details." >&5
10071 echo "$as_me: error: cannot run C compiled programs.
10072 If you meant to cross compile, use \`--host'.
10073 See \`config.log' for more details." >&2;}
10074 { (exit 1); exit 1; }; }
10078 echo "$as_me:$LINENO: result: yes" >&5
10079 echo "${ECHO_T}yes" >&6
10081 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
10082 ac_clean_files
=$ac_clean_files_save
10083 # Check the compiler produces executables we can run. If not, either
10084 # the compiler is broken, or we cross compile.
10085 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10086 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10087 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10088 echo "${ECHO_T}$cross_compiling" >&6
10090 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10091 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10092 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10093 (eval $ac_link) 2>&5
10095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10096 (exit $ac_status); }; then
10097 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10098 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10099 # work properly (i.e., refer to `conftest.exe'), while it won't with
10101 for ac_file
in conftest.exe conftest conftest.
*; do
10102 test -f "$ac_file" || continue
10104 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
10105 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10106 export ac_cv_exeext
10112 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10113 See \`config.log' for more details." >&5
10114 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10115 See \`config.log' for more details." >&2;}
10116 { (exit 1); exit 1; }; }
10119 rm -f conftest
$ac_cv_exeext
10120 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10121 echo "${ECHO_T}$ac_cv_exeext" >&6
10123 rm -f conftest.
$ac_ext
10124 EXEEXT
=$ac_cv_exeext
10126 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10127 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10128 if test "${ac_cv_objext+set}" = set; then
10129 echo $ECHO_N "(cached) $ECHO_C" >&6
10131 cat >conftest.
$ac_ext <<_ACEOF
10132 #line $LINENO "configure"
10135 cat confdefs.h
>>conftest.
$ac_ext
10136 cat >>conftest.
$ac_ext <<_ACEOF
10137 /* end confdefs.h. */
10147 rm -f conftest.o conftest.obj
10148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10149 (eval $ac_compile) 2>&5
10151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10152 (exit $ac_status); }; then
10153 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10155 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
10156 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
10161 echo "$as_me: failed program was:" >&5
10162 sed 's/^/| /' conftest.
$ac_ext >&5
10164 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10165 See \`config.log' for more details." >&5
10166 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10167 See \`config.log' for more details." >&2;}
10168 { (exit 1); exit 1; }; }
10171 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
10173 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10174 echo "${ECHO_T}$ac_cv_objext" >&6
10175 OBJEXT
=$ac_cv_objext
10177 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10178 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10179 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10180 echo $ECHO_N "(cached) $ECHO_C" >&6
10182 cat >conftest.
$ac_ext <<_ACEOF
10183 #line $LINENO "configure"
10186 cat confdefs.h
>>conftest.
$ac_ext
10187 cat >>conftest.
$ac_ext <<_ACEOF
10188 /* end confdefs.h. */
10201 rm -f conftest.
$ac_objext
10202 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10203 (eval $ac_compile) 2>&5
10205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10206 (exit $ac_status); } &&
10207 { ac_try
='test -s conftest.$ac_objext'
10208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10209 (eval $ac_try) 2>&5
10211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); }; }; then
10213 ac_compiler_gnu
=yes
10215 echo "$as_me: failed program was:" >&5
10216 sed 's/^/| /' conftest.
$ac_ext >&5
10220 rm -f conftest.
$ac_objext conftest.
$ac_ext
10221 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
10224 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10225 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10226 GCC
=`test $ac_compiler_gnu = yes && echo yes`
10227 ac_test_CFLAGS
=${CFLAGS+set}
10228 ac_save_CFLAGS
=$CFLAGS
10230 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10231 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10232 if test "${ac_cv_prog_cc_g+set}" = set; then
10233 echo $ECHO_N "(cached) $ECHO_C" >&6
10235 cat >conftest.
$ac_ext <<_ACEOF
10236 #line $LINENO "configure"
10239 cat confdefs.h
>>conftest.
$ac_ext
10240 cat >>conftest.
$ac_ext <<_ACEOF
10241 /* end confdefs.h. */
10251 rm -f conftest.
$ac_objext
10252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10253 (eval $ac_compile) 2>&5
10255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10256 (exit $ac_status); } &&
10257 { ac_try
='test -s conftest.$ac_objext'
10258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10259 (eval $ac_try) 2>&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); }; }; then
10263 ac_cv_prog_cc_g
=yes
10265 echo "$as_me: failed program was:" >&5
10266 sed 's/^/| /' conftest.
$ac_ext >&5
10270 rm -f conftest.
$ac_objext conftest.
$ac_ext
10272 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10273 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10274 if test "$ac_test_CFLAGS" = set; then
10275 CFLAGS
=$ac_save_CFLAGS
10276 elif test $ac_cv_prog_cc_g = yes; then
10277 if test "$GCC" = yes; then
10283 if test "$GCC" = yes; then
10289 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10290 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10291 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10292 echo $ECHO_N "(cached) $ECHO_C" >&6
10294 ac_cv_prog_cc_stdc
=no
10296 cat >conftest.
$ac_ext <<_ACEOF
10297 #line $LINENO "configure"
10300 cat confdefs.h
>>conftest.
$ac_ext
10301 cat >>conftest.
$ac_ext <<_ACEOF
10302 /* end confdefs.h. */
10303 #include <stdarg.h>
10305 #include <sys/types.h>
10306 #include <sys/stat.h>
10307 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10308 struct buf { int x; };
10309 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10310 static char *e (p, i)
10316 static char *f (char * (*g) (char **, int), char **p, ...)
10321 s = g (p, va_arg (v,int));
10325 int test (int i, double x);
10326 struct s1 {int (*f) (int a);};
10327 struct s2 {int (*f) (double a);};
10328 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10334 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10339 # Don't try gcc -ansi; that turns off useful extensions and
10340 # breaks some systems' header files.
10341 # AIX -qlanglvl=ansi
10342 # Ultrix and OSF/1 -std1
10343 # HP-UX 10.20 and later -Ae
10344 # HP-UX older versions -Aa -D_HPUX_SOURCE
10345 # SVR4 -Xc -D__EXTENSIONS__
10346 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10348 CC
="$ac_save_CC $ac_arg"
10349 rm -f conftest.
$ac_objext
10350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10351 (eval $ac_compile) 2>&5
10353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10354 (exit $ac_status); } &&
10355 { ac_try
='test -s conftest.$ac_objext'
10356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10357 (eval $ac_try) 2>&5
10359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10360 (exit $ac_status); }; }; then
10361 ac_cv_prog_cc_stdc
=$ac_arg
10364 echo "$as_me: failed program was:" >&5
10365 sed 's/^/| /' conftest.
$ac_ext >&5
10368 rm -f conftest.
$ac_objext
10370 rm -f conftest.
$ac_ext conftest.
$ac_objext
10375 case "x$ac_cv_prog_cc_stdc" in
10377 echo "$as_me:$LINENO: result: none needed" >&5
10378 echo "${ECHO_T}none needed" >&6 ;;
10380 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10381 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10382 CC
="$CC $ac_cv_prog_cc_stdc" ;;
10385 # Some people use a C++ compiler to compile C. Since we use `exit',
10386 # in C++ we need to declare it. In case someone uses the same compiler
10387 # for both compiling C and C++ we need to have the C++ compiler decide
10388 # the declaration of exit, since it's the most demanding environment.
10389 cat >conftest.
$ac_ext <<_ACEOF
10390 #ifndef __cplusplus
10394 rm -f conftest.
$ac_objext
10395 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10396 (eval $ac_compile) 2>&5
10398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399 (exit $ac_status); } &&
10400 { ac_try
='test -s conftest.$ac_objext'
10401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10402 (eval $ac_try) 2>&5
10404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10405 (exit $ac_status); }; }; then
10406 for ac_declaration
in \
10408 '#include <stdlib.h>' \
10409 'extern "C" void std::exit (int) throw (); using std::exit;' \
10410 'extern "C" void std::exit (int); using std::exit;' \
10411 'extern "C" void exit (int) throw ();' \
10412 'extern "C" void exit (int);' \
10415 cat >conftest.
$ac_ext <<_ACEOF
10416 #line $LINENO "configure"
10419 cat confdefs.h
>>conftest.
$ac_ext
10420 cat >>conftest.
$ac_ext <<_ACEOF
10421 /* end confdefs.h. */
10422 #include <stdlib.h>
10432 rm -f conftest.
$ac_objext
10433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10434 (eval $ac_compile) 2>&5
10436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10437 (exit $ac_status); } &&
10438 { ac_try
='test -s conftest.$ac_objext'
10439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10440 (eval $ac_try) 2>&5
10442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10443 (exit $ac_status); }; }; then
10446 echo "$as_me: failed program was:" >&5
10447 sed 's/^/| /' conftest.
$ac_ext >&5
10451 rm -f conftest.
$ac_objext conftest.
$ac_ext
10452 cat >conftest.
$ac_ext <<_ACEOF
10453 #line $LINENO "configure"
10456 cat confdefs.h
>>conftest.
$ac_ext
10457 cat >>conftest.
$ac_ext <<_ACEOF
10458 /* end confdefs.h. */
10468 rm -f conftest.
$ac_objext
10469 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10470 (eval $ac_compile) 2>&5
10472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10473 (exit $ac_status); } &&
10474 { ac_try
='test -s conftest.$ac_objext'
10475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10476 (eval $ac_try) 2>&5
10478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10479 (exit $ac_status); }; }; then
10482 echo "$as_me: failed program was:" >&5
10483 sed 's/^/| /' conftest.
$ac_ext >&5
10486 rm -f conftest.
$ac_objext conftest.
$ac_ext
10489 if test -n "$ac_declaration"; then
10490 echo '#ifdef __cplusplus' >>confdefs.h
10491 echo $ac_declaration >>confdefs.h
10492 echo '#endif' >>confdefs.h
10496 echo "$as_me: failed program was:" >&5
10497 sed 's/^/| /' conftest.
$ac_ext >&5
10500 rm -f conftest.
$ac_objext conftest.
$ac_ext
10502 ac_cpp
='$CPP $CPPFLAGS'
10503 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10504 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10505 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10510 ac_cpp
='$CPP $CPPFLAGS'
10511 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10512 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10513 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10514 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
10515 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
10516 # On Suns, sometimes $CPP names a directory.
10517 if test -n "$CPP" && test -d "$CPP"; then
10520 if test -z "$CPP"; then
10521 if test "${ac_cv_prog_CPP+set}" = set; then
10522 echo $ECHO_N "(cached) $ECHO_C" >&6
10524 # Double quotes because CPP needs to be expanded
10525 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10527 ac_preproc_ok
=false
10528 for ac_c_preproc_warn_flag
in '' yes
10530 # Use a header file that comes with gcc, so configuring glibc
10531 # with a fresh cross-compiler works.
10532 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10533 # <limits.h> exists even on freestanding compilers.
10534 # On the NeXT, cc -E runs the code through the compiler's parser,
10535 # not just through cpp. "Syntax error" is here to catch this case.
10536 cat >conftest.
$ac_ext <<_ACEOF
10537 #line $LINENO "configure"
10540 cat confdefs.h
>>conftest.
$ac_ext
10541 cat >>conftest.
$ac_ext <<_ACEOF
10542 /* end confdefs.h. */
10544 # include <limits.h>
10546 # include <assert.h>
10550 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10551 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10553 grep -v '^ *+' conftest.er1
>conftest.err
10555 cat conftest.err
>&5
10556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557 (exit $ac_status); } >/dev
/null
; then
10558 if test -s conftest.err
; then
10559 ac_cpp_err
=$ac_c_preproc_warn_flag
10566 if test -z "$ac_cpp_err"; then
10569 echo "$as_me: failed program was:" >&5
10570 sed 's/^/| /' conftest.
$ac_ext >&5
10572 # Broken: fails on valid input.
10575 rm -f conftest.err conftest.
$ac_ext
10577 # OK, works on sane cases. Now check whether non-existent headers
10578 # can be detected and how.
10579 cat >conftest.
$ac_ext <<_ACEOF
10580 #line $LINENO "configure"
10583 cat confdefs.h
>>conftest.
$ac_ext
10584 cat >>conftest.
$ac_ext <<_ACEOF
10585 /* end confdefs.h. */
10586 #include <ac_nonexistent.h>
10588 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10589 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10591 grep -v '^ *+' conftest.er1
>conftest.err
10593 cat conftest.err
>&5
10594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10595 (exit $ac_status); } >/dev
/null
; then
10596 if test -s conftest.err
; then
10597 ac_cpp_err
=$ac_c_preproc_warn_flag
10604 if test -z "$ac_cpp_err"; then
10605 # Broken: success on invalid input.
10608 echo "$as_me: failed program was:" >&5
10609 sed 's/^/| /' conftest.
$ac_ext >&5
10611 # Passes both tests.
10615 rm -f conftest.err conftest.
$ac_ext
10618 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10619 rm -f conftest.err conftest.
$ac_ext
10620 if $ac_preproc_ok; then
10625 ac_cv_prog_CPP
=$CPP
10628 CPP
=$ac_cv_prog_CPP
10630 ac_cv_prog_CPP
=$CPP
10632 echo "$as_me:$LINENO: result: $CPP" >&5
10633 echo "${ECHO_T}$CPP" >&6
10634 ac_preproc_ok
=false
10635 for ac_c_preproc_warn_flag
in '' yes
10637 # Use a header file that comes with gcc, so configuring glibc
10638 # with a fresh cross-compiler works.
10639 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10640 # <limits.h> exists even on freestanding compilers.
10641 # On the NeXT, cc -E runs the code through the compiler's parser,
10642 # not just through cpp. "Syntax error" is here to catch this case.
10643 cat >conftest.
$ac_ext <<_ACEOF
10644 #line $LINENO "configure"
10647 cat confdefs.h
>>conftest.
$ac_ext
10648 cat >>conftest.
$ac_ext <<_ACEOF
10649 /* end confdefs.h. */
10651 # include <limits.h>
10653 # include <assert.h>
10657 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10658 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10660 grep -v '^ *+' conftest.er1
>conftest.err
10662 cat conftest.err
>&5
10663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10664 (exit $ac_status); } >/dev
/null
; then
10665 if test -s conftest.err
; then
10666 ac_cpp_err
=$ac_c_preproc_warn_flag
10673 if test -z "$ac_cpp_err"; then
10676 echo "$as_me: failed program was:" >&5
10677 sed 's/^/| /' conftest.
$ac_ext >&5
10679 # Broken: fails on valid input.
10682 rm -f conftest.err conftest.
$ac_ext
10684 # OK, works on sane cases. Now check whether non-existent headers
10685 # can be detected and how.
10686 cat >conftest.
$ac_ext <<_ACEOF
10687 #line $LINENO "configure"
10690 cat confdefs.h
>>conftest.
$ac_ext
10691 cat >>conftest.
$ac_ext <<_ACEOF
10692 /* end confdefs.h. */
10693 #include <ac_nonexistent.h>
10695 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10696 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
10698 grep -v '^ *+' conftest.er1
>conftest.err
10700 cat conftest.err
>&5
10701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10702 (exit $ac_status); } >/dev
/null
; then
10703 if test -s conftest.err
; then
10704 ac_cpp_err
=$ac_c_preproc_warn_flag
10711 if test -z "$ac_cpp_err"; then
10712 # Broken: success on invalid input.
10715 echo "$as_me: failed program was:" >&5
10716 sed 's/^/| /' conftest.
$ac_ext >&5
10718 # Passes both tests.
10722 rm -f conftest.err conftest.
$ac_ext
10725 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10726 rm -f conftest.err conftest.
$ac_ext
10727 if $ac_preproc_ok; then
10730 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
10731 See \`config.log' for more details." >&5
10732 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
10733 See \`config.log' for more details." >&2;}
10734 { (exit 1); exit 1; }; }
10738 ac_cpp
='$CPP $CPPFLAGS'
10739 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10740 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10741 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10744 echo "$as_me:$LINENO: checking for egrep" >&5
10745 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
10746 if test "${ac_cv_prog_egrep+set}" = set; then
10747 echo $ECHO_N "(cached) $ECHO_C" >&6
10749 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
10750 then ac_cv_prog_egrep
='grep -E'
10751 else ac_cv_prog_egrep
='egrep'
10754 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
10755 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
10756 EGREP
=$ac_cv_prog_egrep
10759 if test $ac_cv_c_compiler_gnu = yes; then
10760 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
10761 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
10762 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
10763 echo $ECHO_N "(cached) $ECHO_C" >&6
10765 ac_pattern
="Autoconf.*'x'"
10766 cat >conftest.
$ac_ext <<_ACEOF
10767 #line $LINENO "configure"
10770 cat confdefs.h
>>conftest.
$ac_ext
10771 cat >>conftest.
$ac_ext <<_ACEOF
10772 /* end confdefs.h. */
10776 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10777 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
10778 ac_cv_prog_gcc_traditional
=yes
10780 ac_cv_prog_gcc_traditional
=no
10785 if test $ac_cv_prog_gcc_traditional = no
; then
10786 cat >conftest.
$ac_ext <<_ACEOF
10787 #line $LINENO "configure"
10790 cat confdefs.h
>>conftest.
$ac_ext
10791 cat >>conftest.
$ac_ext <<_ACEOF
10792 /* end confdefs.h. */
10793 #include <termio.h>
10796 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10797 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
10798 ac_cv_prog_gcc_traditional
=yes
10804 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
10805 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
10806 if test $ac_cv_prog_gcc_traditional = yes; then
10807 CC
="$CC -traditional"
10815 ac_cpp
='$CXXCPP $CPPFLAGS'
10816 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10817 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10818 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10821 CXXFLAGS
=${CXXFLAGS:=}
10823 ac_cpp
='$CXXCPP $CPPFLAGS'
10824 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10825 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10826 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
10827 if test -n "$ac_tool_prefix"; then
10828 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
10830 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10831 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10832 echo "$as_me:$LINENO: checking for $ac_word" >&5
10833 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10834 if test "${ac_cv_prog_CXX+set}" = set; then
10835 echo $ECHO_N "(cached) $ECHO_C" >&6
10837 if test -n "$CXX"; then
10838 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
10840 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10841 for as_dir
in $PATH
10844 test -z "$as_dir" && as_dir
=.
10845 for ac_exec_ext
in '' $ac_executable_extensions; do
10846 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10847 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
10848 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10856 CXX
=$ac_cv_prog_CXX
10857 if test -n "$CXX"; then
10858 echo "$as_me:$LINENO: result: $CXX" >&5
10859 echo "${ECHO_T}$CXX" >&6
10861 echo "$as_me:$LINENO: result: no" >&5
10862 echo "${ECHO_T}no" >&6
10865 test -n "$CXX" && break
10868 if test -z "$CXX"; then
10870 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
10872 # Extract the first word of "$ac_prog", so it can be a program name with args.
10873 set dummy
$ac_prog; ac_word
=$2
10874 echo "$as_me:$LINENO: checking for $ac_word" >&5
10875 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10876 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
10877 echo $ECHO_N "(cached) $ECHO_C" >&6
10879 if test -n "$ac_ct_CXX"; then
10880 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
10882 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10883 for as_dir
in $PATH
10886 test -z "$as_dir" && as_dir
=.
10887 for ac_exec_ext
in '' $ac_executable_extensions; do
10888 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10889 ac_cv_prog_ac_ct_CXX
="$ac_prog"
10890 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10898 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
10899 if test -n "$ac_ct_CXX"; then
10900 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
10901 echo "${ECHO_T}$ac_ct_CXX" >&6
10903 echo "$as_me:$LINENO: result: no" >&5
10904 echo "${ECHO_T}no" >&6
10907 test -n "$ac_ct_CXX" && break
10909 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
10915 # Provide some information about the compiler.
10916 echo "$as_me:$LINENO:" \
10917 "checking for C++ compiler version" >&5
10918 ac_compiler
=`set X $ac_compile; echo $2`
10919 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10920 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
10922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10923 (exit $ac_status); }
10924 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10925 (eval $ac_compiler -v </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); }
10935 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
10936 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
10937 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
10938 echo $ECHO_N "(cached) $ECHO_C" >&6
10940 cat >conftest.
$ac_ext <<_ACEOF
10941 #line $LINENO "configure"
10944 cat confdefs.h
>>conftest.
$ac_ext
10945 cat >>conftest.
$ac_ext <<_ACEOF
10946 /* end confdefs.h. */
10959 rm -f conftest.
$ac_objext
10960 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10961 (eval $ac_compile) 2>&5
10963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10964 (exit $ac_status); } &&
10965 { ac_try
='test -s conftest.$ac_objext'
10966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10967 (eval $ac_try) 2>&5
10969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10970 (exit $ac_status); }; }; then
10971 ac_compiler_gnu
=yes
10973 echo "$as_me: failed program was:" >&5
10974 sed 's/^/| /' conftest.
$ac_ext >&5
10978 rm -f conftest.
$ac_objext conftest.
$ac_ext
10979 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
10982 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
10983 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
10984 GXX
=`test $ac_compiler_gnu = yes && echo yes`
10985 ac_test_CXXFLAGS
=${CXXFLAGS+set}
10986 ac_save_CXXFLAGS
=$CXXFLAGS
10988 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
10989 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
10990 if test "${ac_cv_prog_cxx_g+set}" = set; then
10991 echo $ECHO_N "(cached) $ECHO_C" >&6
10993 cat >conftest.
$ac_ext <<_ACEOF
10994 #line $LINENO "configure"
10997 cat confdefs.h
>>conftest.
$ac_ext
10998 cat >>conftest.
$ac_ext <<_ACEOF
10999 /* end confdefs.h. */
11009 rm -f conftest.
$ac_objext
11010 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11011 (eval $ac_compile) 2>&5
11013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11014 (exit $ac_status); } &&
11015 { ac_try
='test -s conftest.$ac_objext'
11016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11017 (eval $ac_try) 2>&5
11019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11020 (exit $ac_status); }; }; then
11021 ac_cv_prog_cxx_g
=yes
11023 echo "$as_me: failed program was:" >&5
11024 sed 's/^/| /' conftest.
$ac_ext >&5
11026 ac_cv_prog_cxx_g
=no
11028 rm -f conftest.
$ac_objext conftest.
$ac_ext
11030 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11031 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11032 if test "$ac_test_CXXFLAGS" = set; then
11033 CXXFLAGS
=$ac_save_CXXFLAGS
11034 elif test $ac_cv_prog_cxx_g = yes; then
11035 if test "$GXX" = yes; then
11041 if test "$GXX" = yes; then
11047 for ac_declaration
in \
11049 '#include <stdlib.h>' \
11050 'extern "C" void std::exit (int) throw (); using std::exit;' \
11051 'extern "C" void std::exit (int); using std::exit;' \
11052 'extern "C" void exit (int) throw ();' \
11053 'extern "C" void exit (int);' \
11056 cat >conftest.
$ac_ext <<_ACEOF
11057 #line $LINENO "configure"
11060 cat confdefs.h
>>conftest.
$ac_ext
11061 cat >>conftest.
$ac_ext <<_ACEOF
11062 /* end confdefs.h. */
11063 #include <stdlib.h>
11073 rm -f conftest.
$ac_objext
11074 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11075 (eval $ac_compile) 2>&5
11077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11078 (exit $ac_status); } &&
11079 { ac_try
='test -s conftest.$ac_objext'
11080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11081 (eval $ac_try) 2>&5
11083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11084 (exit $ac_status); }; }; then
11087 echo "$as_me: failed program was:" >&5
11088 sed 's/^/| /' conftest.
$ac_ext >&5
11092 rm -f conftest.
$ac_objext conftest.
$ac_ext
11093 cat >conftest.
$ac_ext <<_ACEOF
11094 #line $LINENO "configure"
11097 cat confdefs.h
>>conftest.
$ac_ext
11098 cat >>conftest.
$ac_ext <<_ACEOF
11099 /* end confdefs.h. */
11109 rm -f conftest.
$ac_objext
11110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11111 (eval $ac_compile) 2>&5
11113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11114 (exit $ac_status); } &&
11115 { ac_try
='test -s conftest.$ac_objext'
11116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11117 (eval $ac_try) 2>&5
11119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11120 (exit $ac_status); }; }; then
11123 echo "$as_me: failed program was:" >&5
11124 sed 's/^/| /' conftest.
$ac_ext >&5
11127 rm -f conftest.
$ac_objext conftest.
$ac_ext
11130 if test -n "$ac_declaration"; then
11131 echo '#ifdef __cplusplus' >>confdefs.h
11132 echo $ac_declaration >>confdefs.h
11133 echo '#endif' >>confdefs.h
11137 ac_cpp
='$CXXCPP $CPPFLAGS'
11138 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11139 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11140 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11144 ac_cpp
='$CPP $CPPFLAGS'
11145 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11146 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11147 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11150 if test -n "$ac_tool_prefix"; then
11151 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11152 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
11153 echo "$as_me:$LINENO: checking for $ac_word" >&5
11154 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11155 if test "${ac_cv_prog_RANLIB+set}" = set; then
11156 echo $ECHO_N "(cached) $ECHO_C" >&6
11158 if test -n "$RANLIB"; then
11159 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
11161 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11162 for as_dir
in $PATH
11165 test -z "$as_dir" && as_dir
=.
11166 for ac_exec_ext
in '' $ac_executable_extensions; do
11167 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11168 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
11169 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11177 RANLIB
=$ac_cv_prog_RANLIB
11178 if test -n "$RANLIB"; then
11179 echo "$as_me:$LINENO: result: $RANLIB" >&5
11180 echo "${ECHO_T}$RANLIB" >&6
11182 echo "$as_me:$LINENO: result: no" >&5
11183 echo "${ECHO_T}no" >&6
11187 if test -z "$ac_cv_prog_RANLIB"; then
11188 ac_ct_RANLIB
=$RANLIB
11189 # Extract the first word of "ranlib", so it can be a program name with args.
11190 set dummy ranlib
; ac_word
=$2
11191 echo "$as_me:$LINENO: checking for $ac_word" >&5
11192 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11193 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11194 echo $ECHO_N "(cached) $ECHO_C" >&6
11196 if test -n "$ac_ct_RANLIB"; then
11197 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
11199 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11200 for as_dir
in $PATH
11203 test -z "$as_dir" && as_dir
=.
11204 for ac_exec_ext
in '' $ac_executable_extensions; do
11205 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11206 ac_cv_prog_ac_ct_RANLIB
="ranlib"
11207 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11213 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
11216 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
11217 if test -n "$ac_ct_RANLIB"; then
11218 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11219 echo "${ECHO_T}$ac_ct_RANLIB" >&6
11221 echo "$as_me:$LINENO: result: no" >&5
11222 echo "${ECHO_T}no" >&6
11225 RANLIB
=$ac_ct_RANLIB
11227 RANLIB
="$ac_cv_prog_RANLIB"
11231 # Extract the first word of "ar", so it can be a program name with args.
11232 set dummy
ar; ac_word
=$2
11233 echo "$as_me:$LINENO: checking for $ac_word" >&5
11234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11235 if test "${ac_cv_prog_AR+set}" = set; then
11236 echo $ECHO_N "(cached) $ECHO_C" >&6
11238 if test -n "$AR"; then
11239 ac_cv_prog_AR
="$AR" # Let the user override the test.
11241 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11242 for as_dir
in $PATH
11245 test -z "$as_dir" && as_dir
=.
11246 for ac_exec_ext
in '' $ac_executable_extensions; do
11247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11255 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
11259 if test -n "$AR"; then
11260 echo "$as_me:$LINENO: result: $AR" >&5
11261 echo "${ECHO_T}$AR" >&6
11263 echo "$as_me:$LINENO: result: no" >&5
11264 echo "${ECHO_T}no" >&6
11268 # Find a good install program. We prefer a C program (faster),
11269 # so one script is as good as another. But avoid the broken or
11270 # incompatible versions:
11271 # SysV /etc/install, /usr/sbin/install
11272 # SunOS /usr/etc/install
11273 # IRIX /sbin/install
11275 # AmigaOS /C/install, which installs bootblocks on floppy discs
11276 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11277 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
11278 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11279 # ./install, which can be erroneously created by make from ./install.sh.
11280 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11281 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11282 if test -z "$INSTALL"; then
11283 if test "${ac_cv_path_install+set}" = set; then
11284 echo $ECHO_N "(cached) $ECHO_C" >&6
11286 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11287 for as_dir
in $PATH
11290 test -z "$as_dir" && as_dir
=.
11291 # Account for people who put trailing slashes in PATH elements.
11293 .
/ | .
// | /cC
/* | \
11294 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
11297 # OSF1 and SCO ODT 3.0 have their own names for install.
11298 # Don't use installbsd from OSF since it installs stuff as root
11300 for ac_prog
in ginstall scoinst
install; do
11301 for ac_exec_ext
in '' $ac_executable_extensions; do
11302 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11303 if test $ac_prog = install &&
11304 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11305 # AIX install. It has an incompatible calling convention.
11307 elif test $ac_prog = install &&
11308 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11309 # program-specific install script used by HP pwplus--don't use.
11312 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
11324 if test "${ac_cv_path_install+set}" = set; then
11325 INSTALL
=$ac_cv_path_install
11327 # As a last resort, use the slow shell script. We don't cache a
11328 # path for INSTALL within a source directory, because that will
11329 # break other packages using the cache if that directory is
11330 # removed, or if the path is relative.
11331 INSTALL
=$ac_install_sh
11334 echo "$as_me:$LINENO: result: $INSTALL" >&5
11335 echo "${ECHO_T}$INSTALL" >&6
11337 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11338 # It thinks the first close brace ends the variable substitution.
11339 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
11341 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
11343 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
11349 ?
:* ) # Drive letter, considered as absolute.
11352 INSTALL
=`pwd`/${INSTALL} ;;
11357 INSTALL_DIR
="mkdir"
11360 *) INSTALL_DIR
="$INSTALL -d"
11367 powerpc
-*-darwin* )
11368 INSTALL_PROGRAM
="cp -fp"
11369 INSTALL_DATA
="cp -fp"
11375 # Extract the first word of "strip", so it can be a program name with args.
11376 set dummy strip
; ac_word
=$2
11377 echo "$as_me:$LINENO: checking for $ac_word" >&5
11378 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11379 if test "${ac_cv_prog_STRIP+set}" = set; then
11380 echo $ECHO_N "(cached) $ECHO_C" >&6
11382 if test -n "$STRIP"; then
11383 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
11385 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11386 for as_dir
in $PATH
11389 test -z "$as_dir" && as_dir
=.
11390 for ac_exec_ext
in '' $ac_executable_extensions; do
11391 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11392 ac_cv_prog_STRIP
="strip"
11393 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11399 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
11402 STRIP
=$ac_cv_prog_STRIP
11403 if test -n "$STRIP"; then
11404 echo "$as_me:$LINENO: result: $STRIP" >&5
11405 echo "${ECHO_T}$STRIP" >&6
11407 echo "$as_me:$LINENO: result: no" >&5
11408 echo "${ECHO_T}no" >&6
11412 echo "$as_me:$LINENO: checking if make is GNU make" >&5
11413 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
11414 if test "${wx_cv_prog_makeisgnu+set}" = set; then
11415 echo $ECHO_N "(cached) $ECHO_C" >&6
11418 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
11419 egrep -s GNU
> /dev
/null
); then
11420 wx_cv_prog_makeisgnu
="yes"
11422 wx_cv_prog_makeisgnu
="no"
11426 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
11427 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
11429 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
11437 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
11438 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
11439 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
11440 if test "${wx_cv_prog_makevpath+set}" = set; then
11441 echo $ECHO_N "(cached) $ECHO_C" >&6
11444 cat - << EOF > confMake
11450 if test ! -d sub
; then
11453 echo dummy
> sub
/file
11454 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
11456 rm -f sub
/file check final_file confMake
11458 if test "$RESULT" = 0; then
11459 wx_cv_prog_makevpath
="yes"
11461 wx_cv_prog_makevpath
="no"
11465 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
11466 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
11468 if test "x$wx_cv_prog_makevpath" != "xyes"; then
11469 { { echo "$as_me:$LINENO: error:
11470 You need a make-utility that is able to use the variable
11472 If your version of make does not support VPATH correctly,
11473 please install GNU-make (possibly as gmake), and start
11474 configure with the following command:
11475 export MAKE=gmake; ./configure for sh-type shells
11476 setenv MAKE gmake; ./configure for csh-type shells
11477 Also please do remember to use gmake in this case every time
11478 you are trying to compile.
11480 echo "$as_me: error:
11481 You need a make-utility that is able to use the variable
11483 If your version of make does not support VPATH correctly,
11484 please install GNU-make (possibly as gmake), and start
11485 configure with the following command:
11486 export MAKE=gmake; ./configure for sh-type shells
11487 setenv MAKE gmake; ./configure for csh-type shells
11488 Also please do remember to use gmake in this case every time
11489 you are trying to compile.
11491 { (exit 1); exit 1; }; }
11493 for ac_prog
in 'bison -y' byacc
11495 # Extract the first word of "$ac_prog", so it can be a program name with args.
11496 set dummy
$ac_prog; ac_word
=$2
11497 echo "$as_me:$LINENO: checking for $ac_word" >&5
11498 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11499 if test "${ac_cv_prog_YACC+set}" = set; then
11500 echo $ECHO_N "(cached) $ECHO_C" >&6
11502 if test -n "$YACC"; then
11503 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
11505 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11506 for as_dir
in $PATH
11509 test -z "$as_dir" && as_dir
=.
11510 for ac_exec_ext
in '' $ac_executable_extensions; do
11511 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11512 ac_cv_prog_YACC
="$ac_prog"
11513 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11521 YACC
=$ac_cv_prog_YACC
11522 if test -n "$YACC"; then
11523 echo "$as_me:$LINENO: result: $YACC" >&5
11524 echo "${ECHO_T}$YACC" >&6
11526 echo "$as_me:$LINENO: result: no" >&5
11527 echo "${ECHO_T}no" >&6
11530 test -n "$YACC" && break
11532 test -n "$YACC" || YACC
="yacc"
11535 for ac_prog
in flex
lex
11537 # Extract the first word of "$ac_prog", so it can be a program name with args.
11538 set dummy
$ac_prog; ac_word
=$2
11539 echo "$as_me:$LINENO: checking for $ac_word" >&5
11540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11541 if test "${ac_cv_prog_LEX+set}" = set; then
11542 echo $ECHO_N "(cached) $ECHO_C" >&6
11544 if test -n "$LEX"; then
11545 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
11547 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11548 for as_dir
in $PATH
11551 test -z "$as_dir" && as_dir
=.
11552 for ac_exec_ext
in '' $ac_executable_extensions; do
11553 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11554 ac_cv_prog_LEX
="$ac_prog"
11555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11563 LEX
=$ac_cv_prog_LEX
11564 if test -n "$LEX"; then
11565 echo "$as_me:$LINENO: result: $LEX" >&5
11566 echo "${ECHO_T}$LEX" >&6
11568 echo "$as_me:$LINENO: result: no" >&5
11569 echo "${ECHO_T}no" >&6
11572 test -n "$LEX" && break
11574 test -n "$LEX" || LEX
=":"
11576 if test -z "$LEXLIB"
11578 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11579 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11580 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
11581 echo $ECHO_N "(cached) $ECHO_C" >&6
11583 ac_check_lib_save_LIBS
=$LIBS
11585 cat >conftest.
$ac_ext <<_ACEOF
11586 #line $LINENO "configure"
11589 cat confdefs.h
>>conftest.
$ac_ext
11590 cat >>conftest.
$ac_ext <<_ACEOF
11591 /* end confdefs.h. */
11593 /* Override any gcc2 internal prototype to avoid an error. */
11597 /* We use char because int might match the return type of a gcc2
11598 builtin and then its argument prototype would still apply. */
11608 rm -f conftest.
$ac_objext conftest
$ac_exeext
11609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11610 (eval $ac_link) 2>&5
11612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11613 (exit $ac_status); } &&
11614 { ac_try
='test -s conftest$ac_exeext'
11615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11616 (eval $ac_try) 2>&5
11618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11619 (exit $ac_status); }; }; then
11620 ac_cv_lib_fl_yywrap
=yes
11622 echo "$as_me: failed program was:" >&5
11623 sed 's/^/| /' conftest.
$ac_ext >&5
11625 ac_cv_lib_fl_yywrap
=no
11627 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11628 LIBS
=$ac_check_lib_save_LIBS
11630 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11631 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11632 if test $ac_cv_lib_fl_yywrap = yes; then
11635 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11636 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11637 if test "${ac_cv_lib_l_yywrap+set}" = set; then
11638 echo $ECHO_N "(cached) $ECHO_C" >&6
11640 ac_check_lib_save_LIBS
=$LIBS
11642 cat >conftest.
$ac_ext <<_ACEOF
11643 #line $LINENO "configure"
11646 cat confdefs.h
>>conftest.
$ac_ext
11647 cat >>conftest.
$ac_ext <<_ACEOF
11648 /* end confdefs.h. */
11650 /* Override any gcc2 internal prototype to avoid an error. */
11654 /* We use char because int might match the return type of a gcc2
11655 builtin and then its argument prototype would still apply. */
11665 rm -f conftest.
$ac_objext conftest
$ac_exeext
11666 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11667 (eval $ac_link) 2>&5
11669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11670 (exit $ac_status); } &&
11671 { ac_try
='test -s conftest$ac_exeext'
11672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11673 (eval $ac_try) 2>&5
11675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11676 (exit $ac_status); }; }; then
11677 ac_cv_lib_l_yywrap
=yes
11679 echo "$as_me: failed program was:" >&5
11680 sed 's/^/| /' conftest.
$ac_ext >&5
11682 ac_cv_lib_l_yywrap
=no
11684 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11685 LIBS
=$ac_check_lib_save_LIBS
11687 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11688 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11689 if test $ac_cv_lib_l_yywrap = yes; then
11697 if test "x$LEX" != "x:"; then
11698 echo "$as_me:$LINENO: checking lex output file root" >&5
11699 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11700 if test "${ac_cv_prog_lex_root+set}" = set; then
11701 echo $ECHO_N "(cached) $ECHO_C" >&6
11703 # The minimal lex program is just a single line: %%. But some broken lexes
11704 # (Solaris, I think it was) want two %% lines, so accommodate them.
11705 cat >conftest.l
<<_ACEOF
11709 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11710 (eval $LEX conftest.l
) 2>&5
11712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11713 (exit $ac_status); }
11714 if test -f lex.yy.c
; then
11715 ac_cv_prog_lex_root
=lex.yy
11716 elif test -f lexyy.c
; then
11717 ac_cv_prog_lex_root
=lexyy
11719 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11720 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11721 { (exit 1); exit 1; }; }
11724 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11725 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11727 LEX_OUTPUT_ROOT
=$ac_cv_prog_lex_root
11729 echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11730 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11731 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11732 echo $ECHO_N "(cached) $ECHO_C" >&6
11734 # POSIX says lex can declare yytext either as a pointer or an array; the
11735 # default is implementation-dependent. Figure out which it is, since
11736 # not all implementations provide the %pointer and %array declarations.
11737 ac_cv_prog_lex_yytext_pointer
=no
11738 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11740 LIBS
="$LIBS $LEXLIB"
11741 cat >conftest.
$ac_ext <<_ACEOF
11742 `cat $LEX_OUTPUT_ROOT.c`
11744 rm -f conftest.
$ac_objext conftest
$ac_exeext
11745 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11746 (eval $ac_link) 2>&5
11748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11749 (exit $ac_status); } &&
11750 { ac_try
='test -s conftest$ac_exeext'
11751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11752 (eval $ac_try) 2>&5
11754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11755 (exit $ac_status); }; }; then
11756 ac_cv_prog_lex_yytext_pointer
=yes
11758 echo "$as_me: failed program was:" >&5
11759 sed 's/^/| /' conftest.
$ac_ext >&5
11762 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11764 rm -f "${LEX_OUTPUT_ROOT}.c"
11767 echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11768 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11769 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11771 cat >>confdefs.h
<<\_ACEOF
11772 #define YYTEXT_POINTER 1
11779 echo "$as_me:$LINENO: checking whether ln -s works" >&5
11780 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
11782 if test "$LN_S" = "ln -s"; then
11783 echo "$as_me:$LINENO: result: yes" >&5
11784 echo "${ECHO_T}yes" >&6
11786 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
11787 echo "${ECHO_T}no, using $LN_S" >&6
11792 *-pc-os2_emx | *-pc-os2-emx )
11793 LIBS
="$LIBS -lstdcpp"
11794 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
11795 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
11796 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
11797 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
11798 echo $ECHO_N "(cached) $ECHO_C" >&6
11800 ac_check_lib_save_LIBS
=$LIBS
11801 LIBS
="-lcExt $LIBS"
11802 cat >conftest.
$ac_ext <<_ACEOF
11803 #line $LINENO "configure"
11806 cat confdefs.h
>>conftest.
$ac_ext
11807 cat >>conftest.
$ac_ext <<_ACEOF
11808 /* end confdefs.h. */
11810 /* Override any gcc2 internal prototype to avoid an error. */
11814 /* We use char because int might match the return type of a gcc2
11815 builtin and then its argument prototype would still apply. */
11825 rm -f conftest.
$ac_objext conftest
$ac_exeext
11826 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11827 (eval $ac_link) 2>&5
11829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11830 (exit $ac_status); } &&
11831 { ac_try
='test -s conftest$ac_exeext'
11832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11833 (eval $ac_try) 2>&5
11835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11836 (exit $ac_status); }; }; then
11837 ac_cv_lib_cExt_drand48
=yes
11839 echo "$as_me: failed program was:" >&5
11840 sed 's/^/| /' conftest.
$ac_ext >&5
11842 ac_cv_lib_cExt_drand48
=no
11844 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
11845 LIBS
=$ac_check_lib_save_LIBS
11847 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
11848 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
11849 if test $ac_cv_lib_cExt_drand48 = yes; then
11850 LIBS
="$LIBS -lcExt"
11854 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
11860 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
11861 echo "$as_me:$LINENO: checking for strings.h" >&5
11862 echo $ECHO_N "checking for strings.h... $ECHO_C" >&6
11863 if test "${ac_cv_header_strings_h+set}" = set; then
11864 echo $ECHO_N "(cached) $ECHO_C" >&6
11866 ac_cv_header_strings_h
=no
11868 echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5
11869 echo "${ECHO_T}$ac_cv_header_strings_h" >&6
11870 if test "$ac_cv_header_strings_h" = "no"; then
11871 echo "$as_me:$LINENO: result: forced no into cache" >&5
11872 echo "${ECHO_T}forced no into cache" >&6
11874 { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5
11875 echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;}
11878 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
11879 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11880 if test "${ac_cv_header_stdc+set}" = set; then
11881 echo $ECHO_N "(cached) $ECHO_C" >&6
11883 cat >conftest.
$ac_ext <<_ACEOF
11884 #line $LINENO "configure"
11887 cat confdefs.h
>>conftest.
$ac_ext
11888 cat >>conftest.
$ac_ext <<_ACEOF
11889 /* end confdefs.h. */
11890 #include <stdlib.h>
11891 #include <stdarg.h>
11892 #include <string.h>
11903 rm -f conftest.
$ac_objext
11904 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11905 (eval $ac_compile) 2>&5
11907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11908 (exit $ac_status); } &&
11909 { ac_try
='test -s conftest.$ac_objext'
11910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11911 (eval $ac_try) 2>&5
11913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11914 (exit $ac_status); }; }; then
11915 ac_cv_header_stdc
=yes
11917 echo "$as_me: failed program was:" >&5
11918 sed 's/^/| /' conftest.
$ac_ext >&5
11920 ac_cv_header_stdc
=no
11922 rm -f conftest.
$ac_objext conftest.
$ac_ext
11924 if test $ac_cv_header_stdc = yes; then
11925 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11926 cat >conftest.
$ac_ext <<_ACEOF
11927 #line $LINENO "configure"
11930 cat confdefs.h
>>conftest.
$ac_ext
11931 cat >>conftest.
$ac_ext <<_ACEOF
11932 /* end confdefs.h. */
11933 #include <string.h>
11936 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11937 $EGREP "memchr" >/dev
/null
2>&1; then
11940 ac_cv_header_stdc
=no
11946 if test $ac_cv_header_stdc = yes; then
11947 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11948 cat >conftest.
$ac_ext <<_ACEOF
11949 #line $LINENO "configure"
11952 cat confdefs.h
>>conftest.
$ac_ext
11953 cat >>conftest.
$ac_ext <<_ACEOF
11954 /* end confdefs.h. */
11955 #include <stdlib.h>
11958 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11959 $EGREP "free" >/dev
/null
2>&1; then
11962 ac_cv_header_stdc
=no
11968 if test $ac_cv_header_stdc = yes; then
11969 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11970 if test "$cross_compiling" = yes; then
11973 cat >conftest.
$ac_ext <<_ACEOF
11974 #line $LINENO "configure"
11977 cat confdefs.h
>>conftest.
$ac_ext
11978 cat >>conftest.
$ac_ext <<_ACEOF
11979 /* end confdefs.h. */
11981 #if ((' ' & 0x0FF) == 0x020)
11982 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11983 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11985 # define ISLOWER(c) \
11986 (('a' <= (c) && (c) <= 'i') \
11987 || ('j' <= (c) && (c) <= 'r') \
11988 || ('s' <= (c) && (c) <= 'z'))
11989 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11992 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11997 for (i = 0; i < 256; i++)
11998 if (XOR (islower (i), ISLOWER (i))
11999 || toupper (i) != TOUPPER (i))
12004 rm -f conftest
$ac_exeext
12005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12006 (eval $ac_link) 2>&5
12008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12009 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12011 (eval $ac_try) 2>&5
12013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014 (exit $ac_status); }; }; then
12017 echo "$as_me: program exited with status $ac_status" >&5
12018 echo "$as_me: failed program was:" >&5
12019 sed 's/^/| /' conftest.
$ac_ext >&5
12021 ( exit $ac_status )
12022 ac_cv_header_stdc
=no
12024 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12028 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12029 echo "${ECHO_T}$ac_cv_header_stdc" >&6
12030 if test $ac_cv_header_stdc = yes; then
12032 cat >>confdefs.h
<<\_ACEOF
12033 #define STDC_HEADERS 1
12038 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
12048 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
12049 inttypes.h stdint.h unistd.h
12051 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12052 echo "$as_me:$LINENO: checking for $ac_header" >&5
12053 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12054 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12055 echo $ECHO_N "(cached) $ECHO_C" >&6
12057 cat >conftest.
$ac_ext <<_ACEOF
12058 #line $LINENO "configure"
12061 cat confdefs.h
>>conftest.
$ac_ext
12062 cat >>conftest.
$ac_ext <<_ACEOF
12063 /* end confdefs.h. */
12064 $ac_includes_default
12066 #include <$ac_header>
12068 rm -f conftest.
$ac_objext
12069 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12070 (eval $ac_compile) 2>&5
12072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12073 (exit $ac_status); } &&
12074 { ac_try
='test -s conftest.$ac_objext'
12075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12076 (eval $ac_try) 2>&5
12078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12079 (exit $ac_status); }; }; then
12080 eval "$as_ac_Header=yes"
12082 echo "$as_me: failed program was:" >&5
12083 sed 's/^/| /' conftest.
$ac_ext >&5
12085 eval "$as_ac_Header=no"
12087 rm -f conftest.
$ac_objext conftest.
$ac_ext
12089 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12090 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12092 cat >>confdefs.h
<<_ACEOF
12093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12102 for ac_header
in strings.h
12104 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12105 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12106 echo "$as_me:$LINENO: checking for $ac_header" >&5
12107 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12108 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12109 echo $ECHO_N "(cached) $ECHO_C" >&6
12111 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12112 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12114 # Is the header compilable?
12115 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12116 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12117 cat >conftest.
$ac_ext <<_ACEOF
12118 #line $LINENO "configure"
12121 cat confdefs.h
>>conftest.
$ac_ext
12122 cat >>conftest.
$ac_ext <<_ACEOF
12123 /* end confdefs.h. */
12124 $ac_includes_default
12125 #include <$ac_header>
12127 rm -f conftest.
$ac_objext
12128 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12129 (eval $ac_compile) 2>&5
12131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12132 (exit $ac_status); } &&
12133 { ac_try
='test -s conftest.$ac_objext'
12134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12135 (eval $ac_try) 2>&5
12137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12138 (exit $ac_status); }; }; then
12139 ac_header_compiler
=yes
12141 echo "$as_me: failed program was:" >&5
12142 sed 's/^/| /' conftest.
$ac_ext >&5
12144 ac_header_compiler
=no
12146 rm -f conftest.
$ac_objext conftest.
$ac_ext
12147 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12148 echo "${ECHO_T}$ac_header_compiler" >&6
12150 # Is the header present?
12151 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12152 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12153 cat >conftest.
$ac_ext <<_ACEOF
12154 #line $LINENO "configure"
12157 cat confdefs.h
>>conftest.
$ac_ext
12158 cat >>conftest.
$ac_ext <<_ACEOF
12159 /* end confdefs.h. */
12160 #include <$ac_header>
12162 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12163 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12165 grep -v '^ *+' conftest.er1
>conftest.err
12167 cat conftest.err
>&5
12168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12169 (exit $ac_status); } >/dev
/null
; then
12170 if test -s conftest.err
; then
12171 ac_cpp_err
=$ac_c_preproc_warn_flag
12178 if test -z "$ac_cpp_err"; then
12179 ac_header_preproc
=yes
12181 echo "$as_me: failed program was:" >&5
12182 sed 's/^/| /' conftest.
$ac_ext >&5
12184 ac_header_preproc
=no
12186 rm -f conftest.err conftest.
$ac_ext
12187 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12188 echo "${ECHO_T}$ac_header_preproc" >&6
12190 # So? What about this header?
12191 case $ac_header_compiler:$ac_header_preproc in
12193 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12194 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12195 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12196 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12199 ## ------------------------------------ ##
12200 ## Report this to bug-autoconf@gnu.org. ##
12201 ## ------------------------------------ ##
12204 sed "s/^/$as_me: WARNING: /" >&2
12207 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12208 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12209 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12210 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12211 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12212 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12215 ## ------------------------------------ ##
12216 ## Report this to bug-autoconf@gnu.org. ##
12217 ## ------------------------------------ ##
12220 sed "s/^/$as_me: WARNING: /" >&2
12223 echo "$as_me:$LINENO: checking for $ac_header" >&5
12224 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12225 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12226 echo $ECHO_N "(cached) $ECHO_C" >&6
12228 eval "$as_ac_Header=$ac_header_preproc"
12230 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12231 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12234 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12235 cat >>confdefs.h
<<_ACEOF
12236 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12245 for ac_header
in stdlib.h
12247 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12248 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12249 echo "$as_me:$LINENO: checking for $ac_header" >&5
12250 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12251 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12252 echo $ECHO_N "(cached) $ECHO_C" >&6
12254 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12255 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12257 # Is the header compilable?
12258 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12259 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12260 cat >conftest.
$ac_ext <<_ACEOF
12261 #line $LINENO "configure"
12264 cat confdefs.h
>>conftest.
$ac_ext
12265 cat >>conftest.
$ac_ext <<_ACEOF
12266 /* end confdefs.h. */
12267 $ac_includes_default
12268 #include <$ac_header>
12270 rm -f conftest.
$ac_objext
12271 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12272 (eval $ac_compile) 2>&5
12274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12275 (exit $ac_status); } &&
12276 { ac_try
='test -s conftest.$ac_objext'
12277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12278 (eval $ac_try) 2>&5
12280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12281 (exit $ac_status); }; }; then
12282 ac_header_compiler
=yes
12284 echo "$as_me: failed program was:" >&5
12285 sed 's/^/| /' conftest.
$ac_ext >&5
12287 ac_header_compiler
=no
12289 rm -f conftest.
$ac_objext conftest.
$ac_ext
12290 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12291 echo "${ECHO_T}$ac_header_compiler" >&6
12293 # Is the header present?
12294 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12295 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12296 cat >conftest.
$ac_ext <<_ACEOF
12297 #line $LINENO "configure"
12300 cat confdefs.h
>>conftest.
$ac_ext
12301 cat >>conftest.
$ac_ext <<_ACEOF
12302 /* end confdefs.h. */
12303 #include <$ac_header>
12305 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12306 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12308 grep -v '^ *+' conftest.er1
>conftest.err
12310 cat conftest.err
>&5
12311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12312 (exit $ac_status); } >/dev
/null
; then
12313 if test -s conftest.err
; then
12314 ac_cpp_err
=$ac_c_preproc_warn_flag
12321 if test -z "$ac_cpp_err"; then
12322 ac_header_preproc
=yes
12324 echo "$as_me: failed program was:" >&5
12325 sed 's/^/| /' conftest.
$ac_ext >&5
12327 ac_header_preproc
=no
12329 rm -f conftest.err conftest.
$ac_ext
12330 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12331 echo "${ECHO_T}$ac_header_preproc" >&6
12333 # So? What about this header?
12334 case $ac_header_compiler:$ac_header_preproc in
12336 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12337 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12338 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12339 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12342 ## ------------------------------------ ##
12343 ## Report this to bug-autoconf@gnu.org. ##
12344 ## ------------------------------------ ##
12347 sed "s/^/$as_me: WARNING: /" >&2
12350 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12351 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12352 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12353 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12354 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12355 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12358 ## ------------------------------------ ##
12359 ## Report this to bug-autoconf@gnu.org. ##
12360 ## ------------------------------------ ##
12363 sed "s/^/$as_me: WARNING: /" >&2
12366 echo "$as_me:$LINENO: checking for $ac_header" >&5
12367 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12368 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12369 echo $ECHO_N "(cached) $ECHO_C" >&6
12371 eval "$as_ac_Header=$ac_header_preproc"
12373 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12374 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12377 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12378 cat >>confdefs.h
<<_ACEOF
12379 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12387 for ac_header
in malloc.h
12389 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12390 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12391 echo "$as_me:$LINENO: checking for $ac_header" >&5
12392 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12393 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12394 echo $ECHO_N "(cached) $ECHO_C" >&6
12396 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12397 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12399 # Is the header compilable?
12400 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12401 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12402 cat >conftest.
$ac_ext <<_ACEOF
12403 #line $LINENO "configure"
12406 cat confdefs.h
>>conftest.
$ac_ext
12407 cat >>conftest.
$ac_ext <<_ACEOF
12408 /* end confdefs.h. */
12409 $ac_includes_default
12410 #include <$ac_header>
12412 rm -f conftest.
$ac_objext
12413 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12414 (eval $ac_compile) 2>&5
12416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12417 (exit $ac_status); } &&
12418 { ac_try
='test -s conftest.$ac_objext'
12419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12420 (eval $ac_try) 2>&5
12422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); }; }; then
12424 ac_header_compiler
=yes
12426 echo "$as_me: failed program was:" >&5
12427 sed 's/^/| /' conftest.
$ac_ext >&5
12429 ac_header_compiler
=no
12431 rm -f conftest.
$ac_objext conftest.
$ac_ext
12432 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12433 echo "${ECHO_T}$ac_header_compiler" >&6
12435 # Is the header present?
12436 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12437 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12438 cat >conftest.
$ac_ext <<_ACEOF
12439 #line $LINENO "configure"
12442 cat confdefs.h
>>conftest.
$ac_ext
12443 cat >>conftest.
$ac_ext <<_ACEOF
12444 /* end confdefs.h. */
12445 #include <$ac_header>
12447 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12448 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12450 grep -v '^ *+' conftest.er1
>conftest.err
12452 cat conftest.err
>&5
12453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12454 (exit $ac_status); } >/dev
/null
; then
12455 if test -s conftest.err
; then
12456 ac_cpp_err
=$ac_c_preproc_warn_flag
12463 if test -z "$ac_cpp_err"; then
12464 ac_header_preproc
=yes
12466 echo "$as_me: failed program was:" >&5
12467 sed 's/^/| /' conftest.
$ac_ext >&5
12469 ac_header_preproc
=no
12471 rm -f conftest.err conftest.
$ac_ext
12472 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12473 echo "${ECHO_T}$ac_header_preproc" >&6
12475 # So? What about this header?
12476 case $ac_header_compiler:$ac_header_preproc in
12478 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12479 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12480 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12481 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12484 ## ------------------------------------ ##
12485 ## Report this to bug-autoconf@gnu.org. ##
12486 ## ------------------------------------ ##
12489 sed "s/^/$as_me: WARNING: /" >&2
12492 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12493 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12494 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12495 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12496 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12497 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12500 ## ------------------------------------ ##
12501 ## Report this to bug-autoconf@gnu.org. ##
12502 ## ------------------------------------ ##
12505 sed "s/^/$as_me: WARNING: /" >&2
12508 echo "$as_me:$LINENO: checking for $ac_header" >&5
12509 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12510 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12511 echo $ECHO_N "(cached) $ECHO_C" >&6
12513 eval "$as_ac_Header=$ac_header_preproc"
12515 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12516 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12519 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12520 cat >>confdefs.h
<<_ACEOF
12521 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12529 for ac_header
in unistd.h
12531 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12532 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12533 echo "$as_me:$LINENO: checking for $ac_header" >&5
12534 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12535 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12536 echo $ECHO_N "(cached) $ECHO_C" >&6
12538 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12539 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12541 # Is the header compilable?
12542 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12543 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12544 cat >conftest.
$ac_ext <<_ACEOF
12545 #line $LINENO "configure"
12548 cat confdefs.h
>>conftest.
$ac_ext
12549 cat >>conftest.
$ac_ext <<_ACEOF
12550 /* end confdefs.h. */
12551 $ac_includes_default
12552 #include <$ac_header>
12554 rm -f conftest.
$ac_objext
12555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12556 (eval $ac_compile) 2>&5
12558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12559 (exit $ac_status); } &&
12560 { ac_try
='test -s conftest.$ac_objext'
12561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12562 (eval $ac_try) 2>&5
12564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12565 (exit $ac_status); }; }; then
12566 ac_header_compiler
=yes
12568 echo "$as_me: failed program was:" >&5
12569 sed 's/^/| /' conftest.
$ac_ext >&5
12571 ac_header_compiler
=no
12573 rm -f conftest.
$ac_objext conftest.
$ac_ext
12574 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12575 echo "${ECHO_T}$ac_header_compiler" >&6
12577 # Is the header present?
12578 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12579 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12580 cat >conftest.
$ac_ext <<_ACEOF
12581 #line $LINENO "configure"
12584 cat confdefs.h
>>conftest.
$ac_ext
12585 cat >>conftest.
$ac_ext <<_ACEOF
12586 /* end confdefs.h. */
12587 #include <$ac_header>
12589 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12590 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12592 grep -v '^ *+' conftest.er1
>conftest.err
12594 cat conftest.err
>&5
12595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12596 (exit $ac_status); } >/dev
/null
; then
12597 if test -s conftest.err
; then
12598 ac_cpp_err
=$ac_c_preproc_warn_flag
12605 if test -z "$ac_cpp_err"; then
12606 ac_header_preproc
=yes
12608 echo "$as_me: failed program was:" >&5
12609 sed 's/^/| /' conftest.
$ac_ext >&5
12611 ac_header_preproc
=no
12613 rm -f conftest.err conftest.
$ac_ext
12614 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12615 echo "${ECHO_T}$ac_header_preproc" >&6
12617 # So? What about this header?
12618 case $ac_header_compiler:$ac_header_preproc in
12620 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12621 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12622 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12623 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12626 ## ------------------------------------ ##
12627 ## Report this to bug-autoconf@gnu.org. ##
12628 ## ------------------------------------ ##
12631 sed "s/^/$as_me: WARNING: /" >&2
12634 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12635 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12636 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12637 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12638 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12639 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12642 ## ------------------------------------ ##
12643 ## Report this to bug-autoconf@gnu.org. ##
12644 ## ------------------------------------ ##
12647 sed "s/^/$as_me: WARNING: /" >&2
12650 echo "$as_me:$LINENO: checking for $ac_header" >&5
12651 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12652 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12653 echo $ECHO_N "(cached) $ECHO_C" >&6
12655 eval "$as_ac_Header=$ac_header_preproc"
12657 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12658 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12661 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12662 cat >>confdefs.h
<<_ACEOF
12663 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12671 for ac_header
in wchar.h
12673 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12674 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12675 echo "$as_me:$LINENO: checking for $ac_header" >&5
12676 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12677 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12678 echo $ECHO_N "(cached) $ECHO_C" >&6
12680 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12681 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12683 # Is the header compilable?
12684 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12685 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12686 cat >conftest.
$ac_ext <<_ACEOF
12687 #line $LINENO "configure"
12690 cat confdefs.h
>>conftest.
$ac_ext
12691 cat >>conftest.
$ac_ext <<_ACEOF
12692 /* end confdefs.h. */
12693 $ac_includes_default
12694 #include <$ac_header>
12696 rm -f conftest.
$ac_objext
12697 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12698 (eval $ac_compile) 2>&5
12700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12701 (exit $ac_status); } &&
12702 { ac_try
='test -s conftest.$ac_objext'
12703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12704 (eval $ac_try) 2>&5
12706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12707 (exit $ac_status); }; }; then
12708 ac_header_compiler
=yes
12710 echo "$as_me: failed program was:" >&5
12711 sed 's/^/| /' conftest.
$ac_ext >&5
12713 ac_header_compiler
=no
12715 rm -f conftest.
$ac_objext conftest.
$ac_ext
12716 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12717 echo "${ECHO_T}$ac_header_compiler" >&6
12719 # Is the header present?
12720 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12721 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12722 cat >conftest.
$ac_ext <<_ACEOF
12723 #line $LINENO "configure"
12726 cat confdefs.h
>>conftest.
$ac_ext
12727 cat >>conftest.
$ac_ext <<_ACEOF
12728 /* end confdefs.h. */
12729 #include <$ac_header>
12731 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12732 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12734 grep -v '^ *+' conftest.er1
>conftest.err
12736 cat conftest.err
>&5
12737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12738 (exit $ac_status); } >/dev
/null
; then
12739 if test -s conftest.err
; then
12740 ac_cpp_err
=$ac_c_preproc_warn_flag
12747 if test -z "$ac_cpp_err"; then
12748 ac_header_preproc
=yes
12750 echo "$as_me: failed program was:" >&5
12751 sed 's/^/| /' conftest.
$ac_ext >&5
12753 ac_header_preproc
=no
12755 rm -f conftest.err conftest.
$ac_ext
12756 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12757 echo "${ECHO_T}$ac_header_preproc" >&6
12759 # So? What about this header?
12760 case $ac_header_compiler:$ac_header_preproc in
12762 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12763 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12764 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12765 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12768 ## ------------------------------------ ##
12769 ## Report this to bug-autoconf@gnu.org. ##
12770 ## ------------------------------------ ##
12773 sed "s/^/$as_me: WARNING: /" >&2
12776 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12777 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12778 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12779 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12780 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12781 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12784 ## ------------------------------------ ##
12785 ## Report this to bug-autoconf@gnu.org. ##
12786 ## ------------------------------------ ##
12789 sed "s/^/$as_me: WARNING: /" >&2
12792 echo "$as_me:$LINENO: checking for $ac_header" >&5
12793 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12794 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12795 echo $ECHO_N "(cached) $ECHO_C" >&6
12797 eval "$as_ac_Header=$ac_header_preproc"
12799 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12800 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12803 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12804 cat >>confdefs.h
<<_ACEOF
12805 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12813 if test "$ac_cv_header_wchar_h" != "yes"; then
12815 for ac_header
in wcstr.h
12817 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12818 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12819 echo "$as_me:$LINENO: checking for $ac_header" >&5
12820 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12821 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12822 echo $ECHO_N "(cached) $ECHO_C" >&6
12824 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12825 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12827 # Is the header compilable?
12828 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12829 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12830 cat >conftest.
$ac_ext <<_ACEOF
12831 #line $LINENO "configure"
12834 cat confdefs.h
>>conftest.
$ac_ext
12835 cat >>conftest.
$ac_ext <<_ACEOF
12836 /* end confdefs.h. */
12837 $ac_includes_default
12838 #include <$ac_header>
12840 rm -f conftest.
$ac_objext
12841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12842 (eval $ac_compile) 2>&5
12844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12845 (exit $ac_status); } &&
12846 { ac_try
='test -s conftest.$ac_objext'
12847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12848 (eval $ac_try) 2>&5
12850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12851 (exit $ac_status); }; }; then
12852 ac_header_compiler
=yes
12854 echo "$as_me: failed program was:" >&5
12855 sed 's/^/| /' conftest.
$ac_ext >&5
12857 ac_header_compiler
=no
12859 rm -f conftest.
$ac_objext conftest.
$ac_ext
12860 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12861 echo "${ECHO_T}$ac_header_compiler" >&6
12863 # Is the header present?
12864 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12865 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12866 cat >conftest.
$ac_ext <<_ACEOF
12867 #line $LINENO "configure"
12870 cat confdefs.h
>>conftest.
$ac_ext
12871 cat >>conftest.
$ac_ext <<_ACEOF
12872 /* end confdefs.h. */
12873 #include <$ac_header>
12875 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12876 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12878 grep -v '^ *+' conftest.er1
>conftest.err
12880 cat conftest.err
>&5
12881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12882 (exit $ac_status); } >/dev
/null
; then
12883 if test -s conftest.err
; then
12884 ac_cpp_err
=$ac_c_preproc_warn_flag
12891 if test -z "$ac_cpp_err"; then
12892 ac_header_preproc
=yes
12894 echo "$as_me: failed program was:" >&5
12895 sed 's/^/| /' conftest.
$ac_ext >&5
12897 ac_header_preproc
=no
12899 rm -f conftest.err conftest.
$ac_ext
12900 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12901 echo "${ECHO_T}$ac_header_preproc" >&6
12903 # So? What about this header?
12904 case $ac_header_compiler:$ac_header_preproc in
12906 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12907 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12908 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12909 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12912 ## ------------------------------------ ##
12913 ## Report this to bug-autoconf@gnu.org. ##
12914 ## ------------------------------------ ##
12917 sed "s/^/$as_me: WARNING: /" >&2
12920 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12921 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12922 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12923 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12924 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12925 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12928 ## ------------------------------------ ##
12929 ## Report this to bug-autoconf@gnu.org. ##
12930 ## ------------------------------------ ##
12933 sed "s/^/$as_me: WARNING: /" >&2
12936 echo "$as_me:$LINENO: checking for $ac_header" >&5
12937 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12938 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12939 echo $ECHO_N "(cached) $ECHO_C" >&6
12941 eval "$as_ac_Header=$ac_header_preproc"
12943 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12944 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12947 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12948 cat >>confdefs.h
<<_ACEOF
12949 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12959 for ac_header
in fnmatch.h
12961 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12962 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12963 echo "$as_me:$LINENO: checking for $ac_header" >&5
12964 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12965 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12966 echo $ECHO_N "(cached) $ECHO_C" >&6
12968 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12969 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12971 # Is the header compilable?
12972 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12973 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12974 cat >conftest.
$ac_ext <<_ACEOF
12975 #line $LINENO "configure"
12978 cat confdefs.h
>>conftest.
$ac_ext
12979 cat >>conftest.
$ac_ext <<_ACEOF
12980 /* end confdefs.h. */
12981 $ac_includes_default
12982 #include <$ac_header>
12984 rm -f conftest.
$ac_objext
12985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12986 (eval $ac_compile) 2>&5
12988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12989 (exit $ac_status); } &&
12990 { ac_try
='test -s conftest.$ac_objext'
12991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12992 (eval $ac_try) 2>&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); }; }; then
12996 ac_header_compiler
=yes
12998 echo "$as_me: failed program was:" >&5
12999 sed 's/^/| /' conftest.
$ac_ext >&5
13001 ac_header_compiler
=no
13003 rm -f conftest.
$ac_objext conftest.
$ac_ext
13004 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13005 echo "${ECHO_T}$ac_header_compiler" >&6
13007 # Is the header present?
13008 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13009 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13010 cat >conftest.
$ac_ext <<_ACEOF
13011 #line $LINENO "configure"
13014 cat confdefs.h
>>conftest.
$ac_ext
13015 cat >>conftest.
$ac_ext <<_ACEOF
13016 /* end confdefs.h. */
13017 #include <$ac_header>
13019 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13020 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13022 grep -v '^ *+' conftest.er1
>conftest.err
13024 cat conftest.err
>&5
13025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026 (exit $ac_status); } >/dev
/null
; then
13027 if test -s conftest.err
; then
13028 ac_cpp_err
=$ac_c_preproc_warn_flag
13035 if test -z "$ac_cpp_err"; then
13036 ac_header_preproc
=yes
13038 echo "$as_me: failed program was:" >&5
13039 sed 's/^/| /' conftest.
$ac_ext >&5
13041 ac_header_preproc
=no
13043 rm -f conftest.err conftest.
$ac_ext
13044 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13045 echo "${ECHO_T}$ac_header_preproc" >&6
13047 # So? What about this header?
13048 case $ac_header_compiler:$ac_header_preproc in
13050 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13051 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13052 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13053 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13056 ## ------------------------------------ ##
13057 ## Report this to bug-autoconf@gnu.org. ##
13058 ## ------------------------------------ ##
13061 sed "s/^/$as_me: WARNING: /" >&2
13064 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13065 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13066 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13067 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13068 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13069 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13072 ## ------------------------------------ ##
13073 ## Report this to bug-autoconf@gnu.org. ##
13074 ## ------------------------------------ ##
13077 sed "s/^/$as_me: WARNING: /" >&2
13080 echo "$as_me:$LINENO: checking for $ac_header" >&5
13081 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13082 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13083 echo $ECHO_N "(cached) $ECHO_C" >&6
13085 eval "$as_ac_Header=$ac_header_preproc"
13087 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13088 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13092 cat >>confdefs.h
<<_ACEOF
13093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13101 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13103 for ac_func
in fnmatch
13105 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13106 echo "$as_me:$LINENO: checking for $ac_func" >&5
13107 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13108 if eval "test \"\${$as_ac_var+set}\" = set"; then
13109 echo $ECHO_N "(cached) $ECHO_C" >&6
13111 cat >conftest.
$ac_ext <<_ACEOF
13112 #line $LINENO "configure"
13115 cat confdefs.h
>>conftest.
$ac_ext
13116 cat >>conftest.
$ac_ext <<_ACEOF
13117 /* end confdefs.h. */
13118 /* System header to define __stub macros and hopefully few prototypes,
13119 which can conflict with char $ac_func (); below.
13120 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13121 <limits.h> exists even on freestanding compilers. */
13123 # include <limits.h>
13125 # include <assert.h>
13127 /* Override any gcc2 internal prototype to avoid an error. */
13132 /* We use char because int might match the return type of a gcc2
13133 builtin and then its argument prototype would still apply. */
13135 /* The GNU C library defines this for functions which it implements
13136 to always fail with ENOSYS. Some functions are actually named
13137 something starting with __ and the normal name is an alias. */
13138 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13141 char (*f) () = $ac_func;
13150 return f != $ac_func;
13155 rm -f conftest.
$ac_objext conftest
$ac_exeext
13156 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13157 (eval $ac_link) 2>&5
13159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13160 (exit $ac_status); } &&
13161 { ac_try
='test -s conftest$ac_exeext'
13162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13163 (eval $ac_try) 2>&5
13165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13166 (exit $ac_status); }; }; then
13167 eval "$as_ac_var=yes"
13169 echo "$as_me: failed program was:" >&5
13170 sed 's/^/| /' conftest.
$ac_ext >&5
13172 eval "$as_ac_var=no"
13174 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
13176 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13177 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13178 if test `eval echo '${'$as_ac_var'}'` = yes; then
13179 cat >>confdefs.h
<<_ACEOF
13180 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13189 for ac_header
in langinfo.h
13191 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13192 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13193 echo "$as_me:$LINENO: checking for $ac_header" >&5
13194 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13195 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13196 echo $ECHO_N "(cached) $ECHO_C" >&6
13198 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13199 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13201 # Is the header compilable?
13202 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13203 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13204 cat >conftest.
$ac_ext <<_ACEOF
13205 #line $LINENO "configure"
13208 cat confdefs.h
>>conftest.
$ac_ext
13209 cat >>conftest.
$ac_ext <<_ACEOF
13210 /* end confdefs.h. */
13211 $ac_includes_default
13212 #include <$ac_header>
13214 rm -f conftest.
$ac_objext
13215 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13216 (eval $ac_compile) 2>&5
13218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13219 (exit $ac_status); } &&
13220 { ac_try
='test -s conftest.$ac_objext'
13221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13222 (eval $ac_try) 2>&5
13224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13225 (exit $ac_status); }; }; then
13226 ac_header_compiler
=yes
13228 echo "$as_me: failed program was:" >&5
13229 sed 's/^/| /' conftest.
$ac_ext >&5
13231 ac_header_compiler
=no
13233 rm -f conftest.
$ac_objext conftest.
$ac_ext
13234 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13235 echo "${ECHO_T}$ac_header_compiler" >&6
13237 # Is the header present?
13238 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13239 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13240 cat >conftest.
$ac_ext <<_ACEOF
13241 #line $LINENO "configure"
13244 cat confdefs.h
>>conftest.
$ac_ext
13245 cat >>conftest.
$ac_ext <<_ACEOF
13246 /* end confdefs.h. */
13247 #include <$ac_header>
13249 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13250 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13252 grep -v '^ *+' conftest.er1
>conftest.err
13254 cat conftest.err
>&5
13255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13256 (exit $ac_status); } >/dev
/null
; then
13257 if test -s conftest.err
; then
13258 ac_cpp_err
=$ac_c_preproc_warn_flag
13265 if test -z "$ac_cpp_err"; then
13266 ac_header_preproc
=yes
13268 echo "$as_me: failed program was:" >&5
13269 sed 's/^/| /' conftest.
$ac_ext >&5
13271 ac_header_preproc
=no
13273 rm -f conftest.err conftest.
$ac_ext
13274 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13275 echo "${ECHO_T}$ac_header_preproc" >&6
13277 # So? What about this header?
13278 case $ac_header_compiler:$ac_header_preproc in
13280 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13281 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13282 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13283 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13286 ## ------------------------------------ ##
13287 ## Report this to bug-autoconf@gnu.org. ##
13288 ## ------------------------------------ ##
13291 sed "s/^/$as_me: WARNING: /" >&2
13294 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13295 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13296 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13297 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13298 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13299 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13302 ## ------------------------------------ ##
13303 ## Report this to bug-autoconf@gnu.org. ##
13304 ## ------------------------------------ ##
13307 sed "s/^/$as_me: WARNING: /" >&2
13310 echo "$as_me:$LINENO: checking for $ac_header" >&5
13311 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13312 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13313 echo $ECHO_N "(cached) $ECHO_C" >&6
13315 eval "$as_ac_Header=$ac_header_preproc"
13317 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13318 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13321 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13322 cat >>confdefs.h
<<_ACEOF
13323 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13332 *-pc-os2_emx | *-pc-os2-emx )
13333 if test $ac_cv_header_langinfo_h = "yes"; then
13334 LIBS
="$LIBS -lintl"
13339 if test "$wxUSE_GUI" = "yes"; then
13340 if test "$wxUSE_UNIX" = "yes"; then
13342 for ac_header
in X
11/XKBlib.h
13344 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13345 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13346 echo "$as_me:$LINENO: checking for $ac_header" >&5
13347 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13348 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13349 echo $ECHO_N "(cached) $ECHO_C" >&6
13351 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13352 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13354 # Is the header compilable?
13355 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13356 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13357 cat >conftest.
$ac_ext <<_ACEOF
13358 #line $LINENO "configure"
13361 cat confdefs.h
>>conftest.
$ac_ext
13362 cat >>conftest.
$ac_ext <<_ACEOF
13363 /* end confdefs.h. */
13364 $ac_includes_default
13365 #include <$ac_header>
13367 rm -f conftest.
$ac_objext
13368 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13369 (eval $ac_compile) 2>&5
13371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13372 (exit $ac_status); } &&
13373 { ac_try
='test -s conftest.$ac_objext'
13374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13375 (eval $ac_try) 2>&5
13377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13378 (exit $ac_status); }; }; then
13379 ac_header_compiler
=yes
13381 echo "$as_me: failed program was:" >&5
13382 sed 's/^/| /' conftest.
$ac_ext >&5
13384 ac_header_compiler
=no
13386 rm -f conftest.
$ac_objext conftest.
$ac_ext
13387 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13388 echo "${ECHO_T}$ac_header_compiler" >&6
13390 # Is the header present?
13391 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13392 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13393 cat >conftest.
$ac_ext <<_ACEOF
13394 #line $LINENO "configure"
13397 cat confdefs.h
>>conftest.
$ac_ext
13398 cat >>conftest.
$ac_ext <<_ACEOF
13399 /* end confdefs.h. */
13400 #include <$ac_header>
13402 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13403 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13405 grep -v '^ *+' conftest.er1
>conftest.err
13407 cat conftest.err
>&5
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); } >/dev
/null
; then
13410 if test -s conftest.err
; then
13411 ac_cpp_err
=$ac_c_preproc_warn_flag
13418 if test -z "$ac_cpp_err"; then
13419 ac_header_preproc
=yes
13421 echo "$as_me: failed program was:" >&5
13422 sed 's/^/| /' conftest.
$ac_ext >&5
13424 ac_header_preproc
=no
13426 rm -f conftest.err conftest.
$ac_ext
13427 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13428 echo "${ECHO_T}$ac_header_preproc" >&6
13430 # So? What about this header?
13431 case $ac_header_compiler:$ac_header_preproc in
13433 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13434 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13435 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13436 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13439 ## ------------------------------------ ##
13440 ## Report this to bug-autoconf@gnu.org. ##
13441 ## ------------------------------------ ##
13444 sed "s/^/$as_me: WARNING: /" >&2
13447 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13448 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13449 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13450 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13451 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13452 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13455 ## ------------------------------------ ##
13456 ## Report this to bug-autoconf@gnu.org. ##
13457 ## ------------------------------------ ##
13460 sed "s/^/$as_me: WARNING: /" >&2
13463 echo "$as_me:$LINENO: checking for $ac_header" >&5
13464 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13465 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13466 echo $ECHO_N "(cached) $ECHO_C" >&6
13468 eval "$as_ac_Header=$ac_header_preproc"
13470 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13471 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13474 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13475 cat >>confdefs.h
<<_ACEOF
13476 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13487 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13488 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13489 if test "${ac_cv_c_const+set}" = set; then
13490 echo $ECHO_N "(cached) $ECHO_C" >&6
13492 cat >conftest.
$ac_ext <<_ACEOF
13493 #line $LINENO "configure"
13496 cat confdefs.h
>>conftest.
$ac_ext
13497 cat >>conftest.
$ac_ext <<_ACEOF
13498 /* end confdefs.h. */
13503 /* FIXME: Include the comments suggested by Paul. */
13504 #ifndef __cplusplus
13505 /* Ultrix mips cc rejects this. */
13506 typedef int charset[2];
13508 /* SunOS 4.1.1 cc rejects this. */
13509 char const *const *ccp;
13511 /* NEC SVR4.0.2 mips cc rejects this. */
13512 struct point {int x, y;};
13513 static struct point const zero = {0,0};
13514 /* AIX XL C 1.02.0.0 rejects this.
13515 It does not let you subtract one const X* pointer from another in
13516 an arm of an if-expression whose if-part is not a constant
13518 const char *g = "string";
13519 ccp = &g + (g ? g-g : 0);
13520 /* HPUX 7.0 cc rejects these. */
13523 ccp = (char const *const *) p;
13524 { /* SCO 3.2v4 cc rejects this. */
13526 char const *s = 0 ? (char *) 0 : (char const *) 0;
13530 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13531 int x[] = {25, 17};
13532 const int *foo = &x[0];
13535 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13536 typedef const int *iptr;
13540 { /* AIX XL C 1.02.0.0 rejects this saying
13541 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13542 struct s { int j; const int *ap[3]; };
13543 struct s *b; b->j = 5;
13545 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13546 const int foo = 10;
13554 rm -f conftest.
$ac_objext
13555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13556 (eval $ac_compile) 2>&5
13558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13559 (exit $ac_status); } &&
13560 { ac_try
='test -s conftest.$ac_objext'
13561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13562 (eval $ac_try) 2>&5
13564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13565 (exit $ac_status); }; }; then
13568 echo "$as_me: failed program was:" >&5
13569 sed 's/^/| /' conftest.
$ac_ext >&5
13573 rm -f conftest.
$ac_objext conftest.
$ac_ext
13575 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
13576 echo "${ECHO_T}$ac_cv_c_const" >&6
13577 if test $ac_cv_c_const = no
; then
13579 cat >>confdefs.h
<<\_ACEOF
13585 echo "$as_me:$LINENO: checking for inline" >&5
13586 echo $ECHO_N "checking for inline... $ECHO_C" >&6
13587 if test "${ac_cv_c_inline+set}" = set; then
13588 echo $ECHO_N "(cached) $ECHO_C" >&6
13591 for ac_kw
in inline __inline__ __inline
; do
13592 cat >conftest.
$ac_ext <<_ACEOF
13593 #line $LINENO "configure"
13596 cat confdefs.h
>>conftest.
$ac_ext
13597 cat >>conftest.
$ac_ext <<_ACEOF
13598 /* end confdefs.h. */
13599 #ifndef __cplusplus
13601 static $ac_kw foo_t static_foo () {return 0; }
13602 $ac_kw foo_t foo () {return 0; }
13606 rm -f conftest.
$ac_objext
13607 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13608 (eval $ac_compile) 2>&5
13610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13611 (exit $ac_status); } &&
13612 { ac_try
='test -s conftest.$ac_objext'
13613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13614 (eval $ac_try) 2>&5
13616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13617 (exit $ac_status); }; }; then
13618 ac_cv_c_inline
=$ac_kw; break
13620 echo "$as_me: failed program was:" >&5
13621 sed 's/^/| /' conftest.
$ac_ext >&5
13624 rm -f conftest.
$ac_objext conftest.
$ac_ext
13628 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13629 echo "${ECHO_T}$ac_cv_c_inline" >&6
13630 case $ac_cv_c_inline in
13633 cat >>confdefs.h
<<\_ACEOF
13637 *) cat >>confdefs.h
<<_ACEOF
13638 #define inline $ac_cv_c_inline
13644 echo "$as_me:$LINENO: checking for char" >&5
13645 echo $ECHO_N "checking for char... $ECHO_C" >&6
13646 if test "${ac_cv_type_char+set}" = set; then
13647 echo $ECHO_N "(cached) $ECHO_C" >&6
13649 cat >conftest.
$ac_ext <<_ACEOF
13650 #line $LINENO "configure"
13653 cat confdefs.h
>>conftest.
$ac_ext
13654 cat >>conftest.
$ac_ext <<_ACEOF
13655 /* end confdefs.h. */
13656 $ac_includes_default
13668 rm -f conftest.
$ac_objext
13669 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13670 (eval $ac_compile) 2>&5
13672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13673 (exit $ac_status); } &&
13674 { ac_try
='test -s conftest.$ac_objext'
13675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13676 (eval $ac_try) 2>&5
13678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13679 (exit $ac_status); }; }; then
13680 ac_cv_type_char
=yes
13682 echo "$as_me: failed program was:" >&5
13683 sed 's/^/| /' conftest.
$ac_ext >&5
13687 rm -f conftest.
$ac_objext conftest.
$ac_ext
13689 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
13690 echo "${ECHO_T}$ac_cv_type_char" >&6
13692 echo "$as_me:$LINENO: checking size of char" >&5
13693 echo $ECHO_N "checking size of char... $ECHO_C" >&6
13694 if test "${ac_cv_sizeof_char+set}" = set; then
13695 echo $ECHO_N "(cached) $ECHO_C" >&6
13697 if test "$ac_cv_type_char" = yes; then
13698 # The cast to unsigned long works around a bug in the HP C Compiler
13699 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13700 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13701 # This bug is HP SR number 8606223364.
13702 if test "$cross_compiling" = yes; then
13703 # Depending upon the size, compute the lo and hi bounds.
13704 cat >conftest.
$ac_ext <<_ACEOF
13705 #line $LINENO "configure"
13708 cat confdefs.h
>>conftest.
$ac_ext
13709 cat >>conftest.
$ac_ext <<_ACEOF
13710 /* end confdefs.h. */
13711 $ac_includes_default
13715 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
13722 rm -f conftest.
$ac_objext
13723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13724 (eval $ac_compile) 2>&5
13726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13727 (exit $ac_status); } &&
13728 { ac_try
='test -s conftest.$ac_objext'
13729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13730 (eval $ac_try) 2>&5
13732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13733 (exit $ac_status); }; }; then
13736 cat >conftest.
$ac_ext <<_ACEOF
13737 #line $LINENO "configure"
13740 cat confdefs.h
>>conftest.
$ac_ext
13741 cat >>conftest.
$ac_ext <<_ACEOF
13742 /* end confdefs.h. */
13743 $ac_includes_default
13747 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13754 rm -f conftest.
$ac_objext
13755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13756 (eval $ac_compile) 2>&5
13758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13759 (exit $ac_status); } &&
13760 { ac_try
='test -s conftest.$ac_objext'
13761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13762 (eval $ac_try) 2>&5
13764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13765 (exit $ac_status); }; }; then
13766 ac_hi
=$ac_mid; break
13768 echo "$as_me: failed program was:" >&5
13769 sed 's/^/| /' conftest.
$ac_ext >&5
13771 ac_lo
=`expr $ac_mid + 1`
13772 if test $ac_lo -le $ac_mid; then
13776 ac_mid
=`expr 2 '*' $ac_mid + 1`
13778 rm -f conftest.
$ac_objext conftest.
$ac_ext
13781 echo "$as_me: failed program was:" >&5
13782 sed 's/^/| /' conftest.
$ac_ext >&5
13784 cat >conftest.
$ac_ext <<_ACEOF
13785 #line $LINENO "configure"
13788 cat confdefs.h
>>conftest.
$ac_ext
13789 cat >>conftest.
$ac_ext <<_ACEOF
13790 /* end confdefs.h. */
13791 $ac_includes_default
13795 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
13802 rm -f conftest.
$ac_objext
13803 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13804 (eval $ac_compile) 2>&5
13806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13807 (exit $ac_status); } &&
13808 { ac_try
='test -s conftest.$ac_objext'
13809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13810 (eval $ac_try) 2>&5
13812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13813 (exit $ac_status); }; }; then
13816 cat >conftest.
$ac_ext <<_ACEOF
13817 #line $LINENO "configure"
13820 cat confdefs.h
>>conftest.
$ac_ext
13821 cat >>conftest.
$ac_ext <<_ACEOF
13822 /* end confdefs.h. */
13823 $ac_includes_default
13827 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
13834 rm -f conftest.
$ac_objext
13835 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13836 (eval $ac_compile) 2>&5
13838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13839 (exit $ac_status); } &&
13840 { ac_try
='test -s conftest.$ac_objext'
13841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13842 (eval $ac_try) 2>&5
13844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13845 (exit $ac_status); }; }; then
13846 ac_lo
=$ac_mid; break
13848 echo "$as_me: failed program was:" >&5
13849 sed 's/^/| /' conftest.
$ac_ext >&5
13851 ac_hi
=`expr '(' $ac_mid ')' - 1`
13852 if test $ac_mid -le $ac_hi; then
13856 ac_mid
=`expr 2 '*' $ac_mid`
13858 rm -f conftest.
$ac_objext conftest.
$ac_ext
13861 echo "$as_me: failed program was:" >&5
13862 sed 's/^/| /' conftest.
$ac_ext >&5
13866 rm -f conftest.
$ac_objext conftest.
$ac_ext
13868 rm -f conftest.
$ac_objext conftest.
$ac_ext
13869 # Binary search between lo and hi bounds.
13870 while test "x$ac_lo" != "x$ac_hi"; do
13871 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13872 cat >conftest.
$ac_ext <<_ACEOF
13873 #line $LINENO "configure"
13876 cat confdefs.h
>>conftest.
$ac_ext
13877 cat >>conftest.
$ac_ext <<_ACEOF
13878 /* end confdefs.h. */
13879 $ac_includes_default
13883 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13890 rm -f conftest.
$ac_objext
13891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13892 (eval $ac_compile) 2>&5
13894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13895 (exit $ac_status); } &&
13896 { ac_try
='test -s conftest.$ac_objext'
13897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13898 (eval $ac_try) 2>&5
13900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13901 (exit $ac_status); }; }; then
13904 echo "$as_me: failed program was:" >&5
13905 sed 's/^/| /' conftest.
$ac_ext >&5
13907 ac_lo
=`expr '(' $ac_mid ')' + 1`
13909 rm -f conftest.
$ac_objext conftest.
$ac_ext
13912 ?
*) ac_cv_sizeof_char
=$ac_lo;;
13913 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13914 See \`config.log' for more details." >&5
13915 echo "$as_me: error: cannot compute sizeof (char), 77
13916 See \`config.log' for more details." >&2;}
13917 { (exit 1); exit 1; }; } ;;
13920 if test "$cross_compiling" = yes; then
13921 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
13922 See \`config.log' for more details." >&5
13923 echo "$as_me: error: cannot run test program while cross compiling
13924 See \`config.log' for more details." >&2;}
13925 { (exit 1); exit 1; }; }
13927 cat >conftest.
$ac_ext <<_ACEOF
13928 #line $LINENO "configure"
13931 cat confdefs.h
>>conftest.
$ac_ext
13932 cat >>conftest.
$ac_ext <<_ACEOF
13933 /* end confdefs.h. */
13934 $ac_includes_default
13935 long longval () { return (long) (sizeof (char)); }
13936 unsigned long ulongval () { return (long) (sizeof (char)); }
13938 #include <stdlib.h>
13943 FILE *f = fopen ("conftest.val", "w");
13946 if (((long) (sizeof (char))) < 0)
13948 long i = longval ();
13949 if (i != ((long) (sizeof (char))))
13951 fprintf (f, "%ld\n", i);
13955 unsigned long i = ulongval ();
13956 if (i != ((long) (sizeof (char))))
13958 fprintf (f, "%lu\n", i);
13960 exit (ferror (f) || fclose (f) != 0);
13966 rm -f conftest
$ac_exeext
13967 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13968 (eval $ac_link) 2>&5
13970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13971 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13973 (eval $ac_try) 2>&5
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); }; }; then
13977 ac_cv_sizeof_char
=`cat conftest.val`
13979 echo "$as_me: program exited with status $ac_status" >&5
13980 echo "$as_me: failed program was:" >&5
13981 sed 's/^/| /' conftest.
$ac_ext >&5
13983 ( exit $ac_status )
13984 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
13985 See \`config.log' for more details." >&5
13986 echo "$as_me: error: cannot compute sizeof (char), 77
13987 See \`config.log' for more details." >&2;}
13988 { (exit 1); exit 1; }; }
13990 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
13995 ac_cv_sizeof_char
=0
13998 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
13999 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14000 cat >>confdefs.h
<<_ACEOF
14001 #define SIZEOF_CHAR $ac_cv_sizeof_char
14005 echo "$as_me:$LINENO: checking for short" >&5
14006 echo $ECHO_N "checking for short... $ECHO_C" >&6
14007 if test "${ac_cv_type_short+set}" = set; then
14008 echo $ECHO_N "(cached) $ECHO_C" >&6
14010 cat >conftest.
$ac_ext <<_ACEOF
14011 #line $LINENO "configure"
14014 cat confdefs.h
>>conftest.
$ac_ext
14015 cat >>conftest.
$ac_ext <<_ACEOF
14016 /* end confdefs.h. */
14017 $ac_includes_default
14023 if (sizeof (short))
14029 rm -f conftest.
$ac_objext
14030 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14031 (eval $ac_compile) 2>&5
14033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14034 (exit $ac_status); } &&
14035 { ac_try
='test -s conftest.$ac_objext'
14036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14037 (eval $ac_try) 2>&5
14039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14040 (exit $ac_status); }; }; then
14041 ac_cv_type_short
=yes
14043 echo "$as_me: failed program was:" >&5
14044 sed 's/^/| /' conftest.
$ac_ext >&5
14046 ac_cv_type_short
=no
14048 rm -f conftest.
$ac_objext conftest.
$ac_ext
14050 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14051 echo "${ECHO_T}$ac_cv_type_short" >&6
14053 echo "$as_me:$LINENO: checking size of short" >&5
14054 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14055 if test "${ac_cv_sizeof_short+set}" = set; then
14056 echo $ECHO_N "(cached) $ECHO_C" >&6
14058 if test "$ac_cv_type_short" = yes; then
14059 # The cast to unsigned long works around a bug in the HP C Compiler
14060 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14061 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14062 # This bug is HP SR number 8606223364.
14063 if test "$cross_compiling" = yes; then
14064 # Depending upon the size, compute the lo and hi bounds.
14065 cat >conftest.
$ac_ext <<_ACEOF
14066 #line $LINENO "configure"
14069 cat confdefs.h
>>conftest.
$ac_ext
14070 cat >>conftest.
$ac_ext <<_ACEOF
14071 /* end confdefs.h. */
14072 $ac_includes_default
14076 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14083 rm -f conftest.
$ac_objext
14084 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14085 (eval $ac_compile) 2>&5
14087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14088 (exit $ac_status); } &&
14089 { ac_try
='test -s conftest.$ac_objext'
14090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14091 (eval $ac_try) 2>&5
14093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14094 (exit $ac_status); }; }; then
14097 cat >conftest.
$ac_ext <<_ACEOF
14098 #line $LINENO "configure"
14101 cat confdefs.h
>>conftest.
$ac_ext
14102 cat >>conftest.
$ac_ext <<_ACEOF
14103 /* end confdefs.h. */
14104 $ac_includes_default
14108 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14115 rm -f conftest.
$ac_objext
14116 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14117 (eval $ac_compile) 2>&5
14119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14120 (exit $ac_status); } &&
14121 { ac_try
='test -s conftest.$ac_objext'
14122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14123 (eval $ac_try) 2>&5
14125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14126 (exit $ac_status); }; }; then
14127 ac_hi
=$ac_mid; break
14129 echo "$as_me: failed program was:" >&5
14130 sed 's/^/| /' conftest.
$ac_ext >&5
14132 ac_lo
=`expr $ac_mid + 1`
14133 if test $ac_lo -le $ac_mid; then
14137 ac_mid
=`expr 2 '*' $ac_mid + 1`
14139 rm -f conftest.
$ac_objext conftest.
$ac_ext
14142 echo "$as_me: failed program was:" >&5
14143 sed 's/^/| /' conftest.
$ac_ext >&5
14145 cat >conftest.
$ac_ext <<_ACEOF
14146 #line $LINENO "configure"
14149 cat confdefs.h
>>conftest.
$ac_ext
14150 cat >>conftest.
$ac_ext <<_ACEOF
14151 /* end confdefs.h. */
14152 $ac_includes_default
14156 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14163 rm -f conftest.
$ac_objext
14164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14165 (eval $ac_compile) 2>&5
14167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14168 (exit $ac_status); } &&
14169 { ac_try
='test -s conftest.$ac_objext'
14170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14171 (eval $ac_try) 2>&5
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); }; }; then
14177 cat >conftest.
$ac_ext <<_ACEOF
14178 #line $LINENO "configure"
14181 cat confdefs.h
>>conftest.
$ac_ext
14182 cat >>conftest.
$ac_ext <<_ACEOF
14183 /* end confdefs.h. */
14184 $ac_includes_default
14188 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14195 rm -f conftest.
$ac_objext
14196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14197 (eval $ac_compile) 2>&5
14199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14200 (exit $ac_status); } &&
14201 { ac_try
='test -s conftest.$ac_objext'
14202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14203 (eval $ac_try) 2>&5
14205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14206 (exit $ac_status); }; }; then
14207 ac_lo
=$ac_mid; break
14209 echo "$as_me: failed program was:" >&5
14210 sed 's/^/| /' conftest.
$ac_ext >&5
14212 ac_hi
=`expr '(' $ac_mid ')' - 1`
14213 if test $ac_mid -le $ac_hi; then
14217 ac_mid
=`expr 2 '*' $ac_mid`
14219 rm -f conftest.
$ac_objext conftest.
$ac_ext
14222 echo "$as_me: failed program was:" >&5
14223 sed 's/^/| /' conftest.
$ac_ext >&5
14227 rm -f conftest.
$ac_objext conftest.
$ac_ext
14229 rm -f conftest.
$ac_objext conftest.
$ac_ext
14230 # Binary search between lo and hi bounds.
14231 while test "x$ac_lo" != "x$ac_hi"; do
14232 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14233 cat >conftest.
$ac_ext <<_ACEOF
14234 #line $LINENO "configure"
14237 cat confdefs.h
>>conftest.
$ac_ext
14238 cat >>conftest.
$ac_ext <<_ACEOF
14239 /* end confdefs.h. */
14240 $ac_includes_default
14244 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14251 rm -f conftest.
$ac_objext
14252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14253 (eval $ac_compile) 2>&5
14255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14256 (exit $ac_status); } &&
14257 { ac_try
='test -s conftest.$ac_objext'
14258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14259 (eval $ac_try) 2>&5
14261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14262 (exit $ac_status); }; }; then
14265 echo "$as_me: failed program was:" >&5
14266 sed 's/^/| /' conftest.
$ac_ext >&5
14268 ac_lo
=`expr '(' $ac_mid ')' + 1`
14270 rm -f conftest.
$ac_objext conftest.
$ac_ext
14273 ?
*) ac_cv_sizeof_short
=$ac_lo;;
14274 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14275 See \`config.log' for more details." >&5
14276 echo "$as_me: error: cannot compute sizeof (short), 77
14277 See \`config.log' for more details." >&2;}
14278 { (exit 1); exit 1; }; } ;;
14281 if test "$cross_compiling" = yes; then
14282 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14283 See \`config.log' for more details." >&5
14284 echo "$as_me: error: cannot run test program while cross compiling
14285 See \`config.log' for more details." >&2;}
14286 { (exit 1); exit 1; }; }
14288 cat >conftest.
$ac_ext <<_ACEOF
14289 #line $LINENO "configure"
14292 cat confdefs.h
>>conftest.
$ac_ext
14293 cat >>conftest.
$ac_ext <<_ACEOF
14294 /* end confdefs.h. */
14295 $ac_includes_default
14296 long longval () { return (long) (sizeof (short)); }
14297 unsigned long ulongval () { return (long) (sizeof (short)); }
14299 #include <stdlib.h>
14304 FILE *f = fopen ("conftest.val", "w");
14307 if (((long) (sizeof (short))) < 0)
14309 long i = longval ();
14310 if (i != ((long) (sizeof (short))))
14312 fprintf (f, "%ld\n", i);
14316 unsigned long i = ulongval ();
14317 if (i != ((long) (sizeof (short))))
14319 fprintf (f, "%lu\n", i);
14321 exit (ferror (f) || fclose (f) != 0);
14327 rm -f conftest
$ac_exeext
14328 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14329 (eval $ac_link) 2>&5
14331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14332 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14334 (eval $ac_try) 2>&5
14336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14337 (exit $ac_status); }; }; then
14338 ac_cv_sizeof_short
=`cat conftest.val`
14340 echo "$as_me: program exited with status $ac_status" >&5
14341 echo "$as_me: failed program was:" >&5
14342 sed 's/^/| /' conftest.
$ac_ext >&5
14344 ( exit $ac_status )
14345 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14346 See \`config.log' for more details." >&5
14347 echo "$as_me: error: cannot compute sizeof (short), 77
14348 See \`config.log' for more details." >&2;}
14349 { (exit 1); exit 1; }; }
14351 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14356 ac_cv_sizeof_short
=0
14359 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
14360 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
14361 cat >>confdefs.h
<<_ACEOF
14362 #define SIZEOF_SHORT $ac_cv_sizeof_short
14366 echo "$as_me:$LINENO: checking for void *" >&5
14367 echo $ECHO_N "checking for void *... $ECHO_C" >&6
14368 if test "${ac_cv_type_void_p+set}" = set; then
14369 echo $ECHO_N "(cached) $ECHO_C" >&6
14371 cat >conftest.
$ac_ext <<_ACEOF
14372 #line $LINENO "configure"
14375 cat confdefs.h
>>conftest.
$ac_ext
14376 cat >>conftest.
$ac_ext <<_ACEOF
14377 /* end confdefs.h. */
14378 $ac_includes_default
14384 if (sizeof (void *))
14390 rm -f conftest.
$ac_objext
14391 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14392 (eval $ac_compile) 2>&5
14394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14395 (exit $ac_status); } &&
14396 { ac_try
='test -s conftest.$ac_objext'
14397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14398 (eval $ac_try) 2>&5
14400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14401 (exit $ac_status); }; }; then
14402 ac_cv_type_void_p
=yes
14404 echo "$as_me: failed program was:" >&5
14405 sed 's/^/| /' conftest.
$ac_ext >&5
14407 ac_cv_type_void_p
=no
14409 rm -f conftest.
$ac_objext conftest.
$ac_ext
14411 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14412 echo "${ECHO_T}$ac_cv_type_void_p" >&6
14414 echo "$as_me:$LINENO: checking size of void *" >&5
14415 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14416 if test "${ac_cv_sizeof_void_p+set}" = set; then
14417 echo $ECHO_N "(cached) $ECHO_C" >&6
14419 if test "$ac_cv_type_void_p" = yes; then
14420 # The cast to unsigned long works around a bug in the HP C Compiler
14421 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14422 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14423 # This bug is HP SR number 8606223364.
14424 if test "$cross_compiling" = yes; then
14425 # Depending upon the size, compute the lo and hi bounds.
14426 cat >conftest.
$ac_ext <<_ACEOF
14427 #line $LINENO "configure"
14430 cat confdefs.h
>>conftest.
$ac_ext
14431 cat >>conftest.
$ac_ext <<_ACEOF
14432 /* end confdefs.h. */
14433 $ac_includes_default
14437 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14444 rm -f conftest.
$ac_objext
14445 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14446 (eval $ac_compile) 2>&5
14448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14449 (exit $ac_status); } &&
14450 { ac_try
='test -s conftest.$ac_objext'
14451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14452 (eval $ac_try) 2>&5
14454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14455 (exit $ac_status); }; }; then
14458 cat >conftest.
$ac_ext <<_ACEOF
14459 #line $LINENO "configure"
14462 cat confdefs.h
>>conftest.
$ac_ext
14463 cat >>conftest.
$ac_ext <<_ACEOF
14464 /* end confdefs.h. */
14465 $ac_includes_default
14469 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14476 rm -f conftest.
$ac_objext
14477 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14478 (eval $ac_compile) 2>&5
14480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14481 (exit $ac_status); } &&
14482 { ac_try
='test -s conftest.$ac_objext'
14483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14484 (eval $ac_try) 2>&5
14486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14487 (exit $ac_status); }; }; then
14488 ac_hi
=$ac_mid; break
14490 echo "$as_me: failed program was:" >&5
14491 sed 's/^/| /' conftest.
$ac_ext >&5
14493 ac_lo
=`expr $ac_mid + 1`
14494 if test $ac_lo -le $ac_mid; then
14498 ac_mid
=`expr 2 '*' $ac_mid + 1`
14500 rm -f conftest.
$ac_objext conftest.
$ac_ext
14503 echo "$as_me: failed program was:" >&5
14504 sed 's/^/| /' conftest.
$ac_ext >&5
14506 cat >conftest.
$ac_ext <<_ACEOF
14507 #line $LINENO "configure"
14510 cat confdefs.h
>>conftest.
$ac_ext
14511 cat >>conftest.
$ac_ext <<_ACEOF
14512 /* end confdefs.h. */
14513 $ac_includes_default
14517 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
14524 rm -f conftest.
$ac_objext
14525 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14526 (eval $ac_compile) 2>&5
14528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14529 (exit $ac_status); } &&
14530 { ac_try
='test -s conftest.$ac_objext'
14531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14532 (eval $ac_try) 2>&5
14534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14535 (exit $ac_status); }; }; then
14538 cat >conftest.
$ac_ext <<_ACEOF
14539 #line $LINENO "configure"
14542 cat confdefs.h
>>conftest.
$ac_ext
14543 cat >>conftest.
$ac_ext <<_ACEOF
14544 /* end confdefs.h. */
14545 $ac_includes_default
14549 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
14556 rm -f conftest.
$ac_objext
14557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14558 (eval $ac_compile) 2>&5
14560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14561 (exit $ac_status); } &&
14562 { ac_try
='test -s conftest.$ac_objext'
14563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14564 (eval $ac_try) 2>&5
14566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14567 (exit $ac_status); }; }; then
14568 ac_lo
=$ac_mid; break
14570 echo "$as_me: failed program was:" >&5
14571 sed 's/^/| /' conftest.
$ac_ext >&5
14573 ac_hi
=`expr '(' $ac_mid ')' - 1`
14574 if test $ac_mid -le $ac_hi; then
14578 ac_mid
=`expr 2 '*' $ac_mid`
14580 rm -f conftest.
$ac_objext conftest.
$ac_ext
14583 echo "$as_me: failed program was:" >&5
14584 sed 's/^/| /' conftest.
$ac_ext >&5
14588 rm -f conftest.
$ac_objext conftest.
$ac_ext
14590 rm -f conftest.
$ac_objext conftest.
$ac_ext
14591 # Binary search between lo and hi bounds.
14592 while test "x$ac_lo" != "x$ac_hi"; do
14593 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14594 cat >conftest.
$ac_ext <<_ACEOF
14595 #line $LINENO "configure"
14598 cat confdefs.h
>>conftest.
$ac_ext
14599 cat >>conftest.
$ac_ext <<_ACEOF
14600 /* end confdefs.h. */
14601 $ac_includes_default
14605 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14612 rm -f conftest.
$ac_objext
14613 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14614 (eval $ac_compile) 2>&5
14616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14617 (exit $ac_status); } &&
14618 { ac_try
='test -s conftest.$ac_objext'
14619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14620 (eval $ac_try) 2>&5
14622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14623 (exit $ac_status); }; }; then
14626 echo "$as_me: failed program was:" >&5
14627 sed 's/^/| /' conftest.
$ac_ext >&5
14629 ac_lo
=`expr '(' $ac_mid ')' + 1`
14631 rm -f conftest.
$ac_objext conftest.
$ac_ext
14634 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
14635 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14636 See \`config.log' for more details." >&5
14637 echo "$as_me: error: cannot compute sizeof (void *), 77
14638 See \`config.log' for more details." >&2;}
14639 { (exit 1); exit 1; }; } ;;
14642 if test "$cross_compiling" = yes; then
14643 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14644 See \`config.log' for more details." >&5
14645 echo "$as_me: error: cannot run test program while cross compiling
14646 See \`config.log' for more details." >&2;}
14647 { (exit 1); exit 1; }; }
14649 cat >conftest.
$ac_ext <<_ACEOF
14650 #line $LINENO "configure"
14653 cat confdefs.h
>>conftest.
$ac_ext
14654 cat >>conftest.
$ac_ext <<_ACEOF
14655 /* end confdefs.h. */
14656 $ac_includes_default
14657 long longval () { return (long) (sizeof (void *)); }
14658 unsigned long ulongval () { return (long) (sizeof (void *)); }
14660 #include <stdlib.h>
14665 FILE *f = fopen ("conftest.val", "w");
14668 if (((long) (sizeof (void *))) < 0)
14670 long i = longval ();
14671 if (i != ((long) (sizeof (void *))))
14673 fprintf (f, "%ld\n", i);
14677 unsigned long i = ulongval ();
14678 if (i != ((long) (sizeof (void *))))
14680 fprintf (f, "%lu\n", i);
14682 exit (ferror (f) || fclose (f) != 0);
14688 rm -f conftest
$ac_exeext
14689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14690 (eval $ac_link) 2>&5
14692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14693 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14695 (eval $ac_try) 2>&5
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); }; }; then
14699 ac_cv_sizeof_void_p
=`cat conftest.val`
14701 echo "$as_me: program exited with status $ac_status" >&5
14702 echo "$as_me: failed program was:" >&5
14703 sed 's/^/| /' conftest.
$ac_ext >&5
14705 ( exit $ac_status )
14706 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14707 See \`config.log' for more details." >&5
14708 echo "$as_me: error: cannot compute sizeof (void *), 77
14709 See \`config.log' for more details." >&2;}
14710 { (exit 1); exit 1; }; }
14712 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14717 ac_cv_sizeof_void_p
=0
14720 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
14721 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
14722 cat >>confdefs.h
<<_ACEOF
14723 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14727 echo "$as_me:$LINENO: checking for int" >&5
14728 echo $ECHO_N "checking for int... $ECHO_C" >&6
14729 if test "${ac_cv_type_int+set}" = set; then
14730 echo $ECHO_N "(cached) $ECHO_C" >&6
14732 cat >conftest.
$ac_ext <<_ACEOF
14733 #line $LINENO "configure"
14736 cat confdefs.h
>>conftest.
$ac_ext
14737 cat >>conftest.
$ac_ext <<_ACEOF
14738 /* end confdefs.h. */
14739 $ac_includes_default
14751 rm -f conftest.
$ac_objext
14752 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14753 (eval $ac_compile) 2>&5
14755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14756 (exit $ac_status); } &&
14757 { ac_try
='test -s conftest.$ac_objext'
14758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14759 (eval $ac_try) 2>&5
14761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14762 (exit $ac_status); }; }; then
14765 echo "$as_me: failed program was:" >&5
14766 sed 's/^/| /' conftest.
$ac_ext >&5
14770 rm -f conftest.
$ac_objext conftest.
$ac_ext
14772 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
14773 echo "${ECHO_T}$ac_cv_type_int" >&6
14775 echo "$as_me:$LINENO: checking size of int" >&5
14776 echo $ECHO_N "checking size of int... $ECHO_C" >&6
14777 if test "${ac_cv_sizeof_int+set}" = set; then
14778 echo $ECHO_N "(cached) $ECHO_C" >&6
14780 if test "$ac_cv_type_int" = yes; then
14781 # The cast to unsigned long works around a bug in the HP C Compiler
14782 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14783 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14784 # This bug is HP SR number 8606223364.
14785 if test "$cross_compiling" = yes; then
14786 # Depending upon the size, compute the lo and hi bounds.
14787 cat >conftest.
$ac_ext <<_ACEOF
14788 #line $LINENO "configure"
14791 cat confdefs.h
>>conftest.
$ac_ext
14792 cat >>conftest.
$ac_ext <<_ACEOF
14793 /* end confdefs.h. */
14794 $ac_includes_default
14798 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
14805 rm -f conftest.
$ac_objext
14806 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14807 (eval $ac_compile) 2>&5
14809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14810 (exit $ac_status); } &&
14811 { ac_try
='test -s conftest.$ac_objext'
14812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14813 (eval $ac_try) 2>&5
14815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14816 (exit $ac_status); }; }; then
14819 cat >conftest.
$ac_ext <<_ACEOF
14820 #line $LINENO "configure"
14823 cat confdefs.h
>>conftest.
$ac_ext
14824 cat >>conftest.
$ac_ext <<_ACEOF
14825 /* end confdefs.h. */
14826 $ac_includes_default
14830 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14837 rm -f conftest.
$ac_objext
14838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14839 (eval $ac_compile) 2>&5
14841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14842 (exit $ac_status); } &&
14843 { ac_try
='test -s conftest.$ac_objext'
14844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14845 (eval $ac_try) 2>&5
14847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14848 (exit $ac_status); }; }; then
14849 ac_hi
=$ac_mid; break
14851 echo "$as_me: failed program was:" >&5
14852 sed 's/^/| /' conftest.
$ac_ext >&5
14854 ac_lo
=`expr $ac_mid + 1`
14855 if test $ac_lo -le $ac_mid; then
14859 ac_mid
=`expr 2 '*' $ac_mid + 1`
14861 rm -f conftest.
$ac_objext conftest.
$ac_ext
14864 echo "$as_me: failed program was:" >&5
14865 sed 's/^/| /' conftest.
$ac_ext >&5
14867 cat >conftest.
$ac_ext <<_ACEOF
14868 #line $LINENO "configure"
14871 cat confdefs.h
>>conftest.
$ac_ext
14872 cat >>conftest.
$ac_ext <<_ACEOF
14873 /* end confdefs.h. */
14874 $ac_includes_default
14878 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
14885 rm -f conftest.
$ac_objext
14886 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14887 (eval $ac_compile) 2>&5
14889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14890 (exit $ac_status); } &&
14891 { ac_try
='test -s conftest.$ac_objext'
14892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14893 (eval $ac_try) 2>&5
14895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14896 (exit $ac_status); }; }; then
14899 cat >conftest.
$ac_ext <<_ACEOF
14900 #line $LINENO "configure"
14903 cat confdefs.h
>>conftest.
$ac_ext
14904 cat >>conftest.
$ac_ext <<_ACEOF
14905 /* end confdefs.h. */
14906 $ac_includes_default
14910 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
14917 rm -f conftest.
$ac_objext
14918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14919 (eval $ac_compile) 2>&5
14921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14922 (exit $ac_status); } &&
14923 { ac_try
='test -s conftest.$ac_objext'
14924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14925 (eval $ac_try) 2>&5
14927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14928 (exit $ac_status); }; }; then
14929 ac_lo
=$ac_mid; break
14931 echo "$as_me: failed program was:" >&5
14932 sed 's/^/| /' conftest.
$ac_ext >&5
14934 ac_hi
=`expr '(' $ac_mid ')' - 1`
14935 if test $ac_mid -le $ac_hi; then
14939 ac_mid
=`expr 2 '*' $ac_mid`
14941 rm -f conftest.
$ac_objext conftest.
$ac_ext
14944 echo "$as_me: failed program was:" >&5
14945 sed 's/^/| /' conftest.
$ac_ext >&5
14949 rm -f conftest.
$ac_objext conftest.
$ac_ext
14951 rm -f conftest.
$ac_objext conftest.
$ac_ext
14952 # Binary search between lo and hi bounds.
14953 while test "x$ac_lo" != "x$ac_hi"; do
14954 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14955 cat >conftest.
$ac_ext <<_ACEOF
14956 #line $LINENO "configure"
14959 cat confdefs.h
>>conftest.
$ac_ext
14960 cat >>conftest.
$ac_ext <<_ACEOF
14961 /* end confdefs.h. */
14962 $ac_includes_default
14966 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14973 rm -f conftest.
$ac_objext
14974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14975 (eval $ac_compile) 2>&5
14977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14978 (exit $ac_status); } &&
14979 { ac_try
='test -s conftest.$ac_objext'
14980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14981 (eval $ac_try) 2>&5
14983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14984 (exit $ac_status); }; }; then
14987 echo "$as_me: failed program was:" >&5
14988 sed 's/^/| /' conftest.
$ac_ext >&5
14990 ac_lo
=`expr '(' $ac_mid ')' + 1`
14992 rm -f conftest.
$ac_objext conftest.
$ac_ext
14995 ?
*) ac_cv_sizeof_int
=$ac_lo;;
14996 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
14997 See \`config.log' for more details." >&5
14998 echo "$as_me: error: cannot compute sizeof (int), 77
14999 See \`config.log' for more details." >&2;}
15000 { (exit 1); exit 1; }; } ;;
15003 if test "$cross_compiling" = yes; then
15004 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15005 See \`config.log' for more details." >&5
15006 echo "$as_me: error: cannot run test program while cross compiling
15007 See \`config.log' for more details." >&2;}
15008 { (exit 1); exit 1; }; }
15010 cat >conftest.
$ac_ext <<_ACEOF
15011 #line $LINENO "configure"
15014 cat confdefs.h
>>conftest.
$ac_ext
15015 cat >>conftest.
$ac_ext <<_ACEOF
15016 /* end confdefs.h. */
15017 $ac_includes_default
15018 long longval () { return (long) (sizeof (int)); }
15019 unsigned long ulongval () { return (long) (sizeof (int)); }
15021 #include <stdlib.h>
15026 FILE *f = fopen ("conftest.val", "w");
15029 if (((long) (sizeof (int))) < 0)
15031 long i = longval ();
15032 if (i != ((long) (sizeof (int))))
15034 fprintf (f, "%ld\n", i);
15038 unsigned long i = ulongval ();
15039 if (i != ((long) (sizeof (int))))
15041 fprintf (f, "%lu\n", i);
15043 exit (ferror (f) || fclose (f) != 0);
15049 rm -f conftest
$ac_exeext
15050 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15051 (eval $ac_link) 2>&5
15053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15054 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15056 (eval $ac_try) 2>&5
15058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15059 (exit $ac_status); }; }; then
15060 ac_cv_sizeof_int
=`cat conftest.val`
15062 echo "$as_me: program exited with status $ac_status" >&5
15063 echo "$as_me: failed program was:" >&5
15064 sed 's/^/| /' conftest.
$ac_ext >&5
15066 ( exit $ac_status )
15067 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15068 See \`config.log' for more details." >&5
15069 echo "$as_me: error: cannot compute sizeof (int), 77
15070 See \`config.log' for more details." >&2;}
15071 { (exit 1); exit 1; }; }
15073 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15081 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15082 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15083 cat >>confdefs.h
<<_ACEOF
15084 #define SIZEOF_INT $ac_cv_sizeof_int
15088 echo "$as_me:$LINENO: checking for long" >&5
15089 echo $ECHO_N "checking for long... $ECHO_C" >&6
15090 if test "${ac_cv_type_long+set}" = set; then
15091 echo $ECHO_N "(cached) $ECHO_C" >&6
15093 cat >conftest.
$ac_ext <<_ACEOF
15094 #line $LINENO "configure"
15097 cat confdefs.h
>>conftest.
$ac_ext
15098 cat >>conftest.
$ac_ext <<_ACEOF
15099 /* end confdefs.h. */
15100 $ac_includes_default
15112 rm -f conftest.
$ac_objext
15113 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15114 (eval $ac_compile) 2>&5
15116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15117 (exit $ac_status); } &&
15118 { ac_try
='test -s conftest.$ac_objext'
15119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15120 (eval $ac_try) 2>&5
15122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15123 (exit $ac_status); }; }; then
15124 ac_cv_type_long
=yes
15126 echo "$as_me: failed program was:" >&5
15127 sed 's/^/| /' conftest.
$ac_ext >&5
15131 rm -f conftest.
$ac_objext conftest.
$ac_ext
15133 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15134 echo "${ECHO_T}$ac_cv_type_long" >&6
15136 echo "$as_me:$LINENO: checking size of long" >&5
15137 echo $ECHO_N "checking size of long... $ECHO_C" >&6
15138 if test "${ac_cv_sizeof_long+set}" = set; then
15139 echo $ECHO_N "(cached) $ECHO_C" >&6
15141 if test "$ac_cv_type_long" = yes; then
15142 # The cast to unsigned long works around a bug in the HP C Compiler
15143 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15144 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15145 # This bug is HP SR number 8606223364.
15146 if test "$cross_compiling" = yes; then
15147 # Depending upon the size, compute the lo and hi bounds.
15148 cat >conftest.
$ac_ext <<_ACEOF
15149 #line $LINENO "configure"
15152 cat confdefs.h
>>conftest.
$ac_ext
15153 cat >>conftest.
$ac_ext <<_ACEOF
15154 /* end confdefs.h. */
15155 $ac_includes_default
15159 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15166 rm -f conftest.
$ac_objext
15167 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15168 (eval $ac_compile) 2>&5
15170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15171 (exit $ac_status); } &&
15172 { ac_try
='test -s conftest.$ac_objext'
15173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15174 (eval $ac_try) 2>&5
15176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15177 (exit $ac_status); }; }; then
15180 cat >conftest.
$ac_ext <<_ACEOF
15181 #line $LINENO "configure"
15184 cat confdefs.h
>>conftest.
$ac_ext
15185 cat >>conftest.
$ac_ext <<_ACEOF
15186 /* end confdefs.h. */
15187 $ac_includes_default
15191 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15198 rm -f conftest.
$ac_objext
15199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15200 (eval $ac_compile) 2>&5
15202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15203 (exit $ac_status); } &&
15204 { ac_try
='test -s conftest.$ac_objext'
15205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15206 (eval $ac_try) 2>&5
15208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15209 (exit $ac_status); }; }; then
15210 ac_hi
=$ac_mid; break
15212 echo "$as_me: failed program was:" >&5
15213 sed 's/^/| /' conftest.
$ac_ext >&5
15215 ac_lo
=`expr $ac_mid + 1`
15216 if test $ac_lo -le $ac_mid; then
15220 ac_mid
=`expr 2 '*' $ac_mid + 1`
15222 rm -f conftest.
$ac_objext conftest.
$ac_ext
15225 echo "$as_me: failed program was:" >&5
15226 sed 's/^/| /' conftest.
$ac_ext >&5
15228 cat >conftest.
$ac_ext <<_ACEOF
15229 #line $LINENO "configure"
15232 cat confdefs.h
>>conftest.
$ac_ext
15233 cat >>conftest.
$ac_ext <<_ACEOF
15234 /* end confdefs.h. */
15235 $ac_includes_default
15239 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
15246 rm -f conftest.
$ac_objext
15247 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15248 (eval $ac_compile) 2>&5
15250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15251 (exit $ac_status); } &&
15252 { ac_try
='test -s conftest.$ac_objext'
15253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15254 (eval $ac_try) 2>&5
15256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15257 (exit $ac_status); }; }; then
15260 cat >conftest.
$ac_ext <<_ACEOF
15261 #line $LINENO "configure"
15264 cat confdefs.h
>>conftest.
$ac_ext
15265 cat >>conftest.
$ac_ext <<_ACEOF
15266 /* end confdefs.h. */
15267 $ac_includes_default
15271 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
15278 rm -f conftest.
$ac_objext
15279 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15280 (eval $ac_compile) 2>&5
15282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15283 (exit $ac_status); } &&
15284 { ac_try
='test -s conftest.$ac_objext'
15285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15286 (eval $ac_try) 2>&5
15288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15289 (exit $ac_status); }; }; then
15290 ac_lo
=$ac_mid; break
15292 echo "$as_me: failed program was:" >&5
15293 sed 's/^/| /' conftest.
$ac_ext >&5
15295 ac_hi
=`expr '(' $ac_mid ')' - 1`
15296 if test $ac_mid -le $ac_hi; then
15300 ac_mid
=`expr 2 '*' $ac_mid`
15302 rm -f conftest.
$ac_objext conftest.
$ac_ext
15305 echo "$as_me: failed program was:" >&5
15306 sed 's/^/| /' conftest.
$ac_ext >&5
15310 rm -f conftest.
$ac_objext conftest.
$ac_ext
15312 rm -f conftest.
$ac_objext conftest.
$ac_ext
15313 # Binary search between lo and hi bounds.
15314 while test "x$ac_lo" != "x$ac_hi"; do
15315 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15316 cat >conftest.
$ac_ext <<_ACEOF
15317 #line $LINENO "configure"
15320 cat confdefs.h
>>conftest.
$ac_ext
15321 cat >>conftest.
$ac_ext <<_ACEOF
15322 /* end confdefs.h. */
15323 $ac_includes_default
15327 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15334 rm -f conftest.
$ac_objext
15335 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15336 (eval $ac_compile) 2>&5
15338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15339 (exit $ac_status); } &&
15340 { ac_try
='test -s conftest.$ac_objext'
15341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15342 (eval $ac_try) 2>&5
15344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15345 (exit $ac_status); }; }; then
15348 echo "$as_me: failed program was:" >&5
15349 sed 's/^/| /' conftest.
$ac_ext >&5
15351 ac_lo
=`expr '(' $ac_mid ')' + 1`
15353 rm -f conftest.
$ac_objext conftest.
$ac_ext
15356 ?
*) ac_cv_sizeof_long
=$ac_lo;;
15357 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15358 See \`config.log' for more details." >&5
15359 echo "$as_me: error: cannot compute sizeof (long), 77
15360 See \`config.log' for more details." >&2;}
15361 { (exit 1); exit 1; }; } ;;
15364 if test "$cross_compiling" = yes; then
15365 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15366 See \`config.log' for more details." >&5
15367 echo "$as_me: error: cannot run test program while cross compiling
15368 See \`config.log' for more details." >&2;}
15369 { (exit 1); exit 1; }; }
15371 cat >conftest.
$ac_ext <<_ACEOF
15372 #line $LINENO "configure"
15375 cat confdefs.h
>>conftest.
$ac_ext
15376 cat >>conftest.
$ac_ext <<_ACEOF
15377 /* end confdefs.h. */
15378 $ac_includes_default
15379 long longval () { return (long) (sizeof (long)); }
15380 unsigned long ulongval () { return (long) (sizeof (long)); }
15382 #include <stdlib.h>
15387 FILE *f = fopen ("conftest.val", "w");
15390 if (((long) (sizeof (long))) < 0)
15392 long i = longval ();
15393 if (i != ((long) (sizeof (long))))
15395 fprintf (f, "%ld\n", i);
15399 unsigned long i = ulongval ();
15400 if (i != ((long) (sizeof (long))))
15402 fprintf (f, "%lu\n", i);
15404 exit (ferror (f) || fclose (f) != 0);
15410 rm -f conftest
$ac_exeext
15411 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15412 (eval $ac_link) 2>&5
15414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15415 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15417 (eval $ac_try) 2>&5
15419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15420 (exit $ac_status); }; }; then
15421 ac_cv_sizeof_long
=`cat conftest.val`
15423 echo "$as_me: program exited with status $ac_status" >&5
15424 echo "$as_me: failed program was:" >&5
15425 sed 's/^/| /' conftest.
$ac_ext >&5
15427 ( exit $ac_status )
15428 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15429 See \`config.log' for more details." >&5
15430 echo "$as_me: error: cannot compute sizeof (long), 77
15431 See \`config.log' for more details." >&2;}
15432 { (exit 1); exit 1; }; }
15434 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15439 ac_cv_sizeof_long
=0
15442 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
15443 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
15444 cat >>confdefs.h
<<_ACEOF
15445 #define SIZEOF_LONG $ac_cv_sizeof_long
15452 echo "$as_me:$LINENO: checking for long long" >&5
15453 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15454 if test "${ac_cv_type_long_long+set}" = set; then
15455 echo $ECHO_N "(cached) $ECHO_C" >&6
15457 cat >conftest.
$ac_ext <<_ACEOF
15458 #line $LINENO "configure"
15461 cat confdefs.h
>>conftest.
$ac_ext
15462 cat >>conftest.
$ac_ext <<_ACEOF
15463 /* end confdefs.h. */
15464 $ac_includes_default
15468 if ((long long *) 0)
15470 if (sizeof (long long))
15476 rm -f conftest.
$ac_objext
15477 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15478 (eval $ac_compile) 2>&5
15480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15481 (exit $ac_status); } &&
15482 { ac_try
='test -s conftest.$ac_objext'
15483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15484 (eval $ac_try) 2>&5
15486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15487 (exit $ac_status); }; }; then
15488 ac_cv_type_long_long
=yes
15490 echo "$as_me: failed program was:" >&5
15491 sed 's/^/| /' conftest.
$ac_ext >&5
15493 ac_cv_type_long_long
=no
15495 rm -f conftest.
$ac_objext conftest.
$ac_ext
15497 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15498 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15500 echo "$as_me:$LINENO: checking size of long long" >&5
15501 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15502 if test "${ac_cv_sizeof_long_long+set}" = set; then
15503 echo $ECHO_N "(cached) $ECHO_C" >&6
15505 if test "$ac_cv_type_long_long" = yes; then
15506 # The cast to unsigned long works around a bug in the HP C Compiler
15507 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15508 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15509 # This bug is HP SR number 8606223364.
15510 if test "$cross_compiling" = yes; then
15511 # Depending upon the size, compute the lo and hi bounds.
15512 cat >conftest.
$ac_ext <<_ACEOF
15513 #line $LINENO "configure"
15516 cat confdefs.h
>>conftest.
$ac_ext
15517 cat >>conftest.
$ac_ext <<_ACEOF
15518 /* end confdefs.h. */
15519 $ac_includes_default
15523 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15530 rm -f conftest.
$ac_objext
15531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15532 (eval $ac_compile) 2>&5
15534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15535 (exit $ac_status); } &&
15536 { ac_try
='test -s conftest.$ac_objext'
15537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15538 (eval $ac_try) 2>&5
15540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15541 (exit $ac_status); }; }; then
15544 cat >conftest.
$ac_ext <<_ACEOF
15545 #line $LINENO "configure"
15548 cat confdefs.h
>>conftest.
$ac_ext
15549 cat >>conftest.
$ac_ext <<_ACEOF
15550 /* end confdefs.h. */
15551 $ac_includes_default
15555 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15562 rm -f conftest.
$ac_objext
15563 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15564 (eval $ac_compile) 2>&5
15566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15567 (exit $ac_status); } &&
15568 { ac_try
='test -s conftest.$ac_objext'
15569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15570 (eval $ac_try) 2>&5
15572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15573 (exit $ac_status); }; }; then
15574 ac_hi
=$ac_mid; break
15576 echo "$as_me: failed program was:" >&5
15577 sed 's/^/| /' conftest.
$ac_ext >&5
15579 ac_lo
=`expr $ac_mid + 1`
15580 if test $ac_lo -le $ac_mid; then
15584 ac_mid
=`expr 2 '*' $ac_mid + 1`
15586 rm -f conftest.
$ac_objext conftest.
$ac_ext
15589 echo "$as_me: failed program was:" >&5
15590 sed 's/^/| /' conftest.
$ac_ext >&5
15592 cat >conftest.
$ac_ext <<_ACEOF
15593 #line $LINENO "configure"
15596 cat confdefs.h
>>conftest.
$ac_ext
15597 cat >>conftest.
$ac_ext <<_ACEOF
15598 /* end confdefs.h. */
15599 $ac_includes_default
15603 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15610 rm -f conftest.
$ac_objext
15611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15612 (eval $ac_compile) 2>&5
15614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15615 (exit $ac_status); } &&
15616 { ac_try
='test -s conftest.$ac_objext'
15617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15618 (eval $ac_try) 2>&5
15620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15621 (exit $ac_status); }; }; then
15624 cat >conftest.
$ac_ext <<_ACEOF
15625 #line $LINENO "configure"
15628 cat confdefs.h
>>conftest.
$ac_ext
15629 cat >>conftest.
$ac_ext <<_ACEOF
15630 /* end confdefs.h. */
15631 $ac_includes_default
15635 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15642 rm -f conftest.
$ac_objext
15643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15644 (eval $ac_compile) 2>&5
15646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15647 (exit $ac_status); } &&
15648 { ac_try
='test -s conftest.$ac_objext'
15649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15650 (eval $ac_try) 2>&5
15652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15653 (exit $ac_status); }; }; then
15654 ac_lo
=$ac_mid; break
15656 echo "$as_me: failed program was:" >&5
15657 sed 's/^/| /' conftest.
$ac_ext >&5
15659 ac_hi
=`expr '(' $ac_mid ')' - 1`
15660 if test $ac_mid -le $ac_hi; then
15664 ac_mid
=`expr 2 '*' $ac_mid`
15666 rm -f conftest.
$ac_objext conftest.
$ac_ext
15669 echo "$as_me: failed program was:" >&5
15670 sed 's/^/| /' conftest.
$ac_ext >&5
15674 rm -f conftest.
$ac_objext conftest.
$ac_ext
15676 rm -f conftest.
$ac_objext conftest.
$ac_ext
15677 # Binary search between lo and hi bounds.
15678 while test "x$ac_lo" != "x$ac_hi"; do
15679 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15680 cat >conftest.
$ac_ext <<_ACEOF
15681 #line $LINENO "configure"
15684 cat confdefs.h
>>conftest.
$ac_ext
15685 cat >>conftest.
$ac_ext <<_ACEOF
15686 /* end confdefs.h. */
15687 $ac_includes_default
15691 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15698 rm -f conftest.
$ac_objext
15699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15700 (eval $ac_compile) 2>&5
15702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15703 (exit $ac_status); } &&
15704 { ac_try
='test -s conftest.$ac_objext'
15705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15706 (eval $ac_try) 2>&5
15708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15709 (exit $ac_status); }; }; then
15712 echo "$as_me: failed program was:" >&5
15713 sed 's/^/| /' conftest.
$ac_ext >&5
15715 ac_lo
=`expr '(' $ac_mid ')' + 1`
15717 rm -f conftest.
$ac_objext conftest.
$ac_ext
15720 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
15721 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15722 See \`config.log' for more details." >&5
15723 echo "$as_me: error: cannot compute sizeof (long long), 77
15724 See \`config.log' for more details." >&2;}
15725 { (exit 1); exit 1; }; } ;;
15728 if test "$cross_compiling" = yes; then
15729 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15730 See \`config.log' for more details." >&5
15731 echo "$as_me: error: cannot run test program while cross compiling
15732 See \`config.log' for more details." >&2;}
15733 { (exit 1); exit 1; }; }
15735 cat >conftest.
$ac_ext <<_ACEOF
15736 #line $LINENO "configure"
15739 cat confdefs.h
>>conftest.
$ac_ext
15740 cat >>conftest.
$ac_ext <<_ACEOF
15741 /* end confdefs.h. */
15742 $ac_includes_default
15743 long longval () { return (long) (sizeof (long long)); }
15744 unsigned long ulongval () { return (long) (sizeof (long long)); }
15746 #include <stdlib.h>
15751 FILE *f = fopen ("conftest.val", "w");
15754 if (((long) (sizeof (long long))) < 0)
15756 long i = longval ();
15757 if (i != ((long) (sizeof (long long))))
15759 fprintf (f, "%ld\n", i);
15763 unsigned long i = ulongval ();
15764 if (i != ((long) (sizeof (long long))))
15766 fprintf (f, "%lu\n", i);
15768 exit (ferror (f) || fclose (f) != 0);
15774 rm -f conftest
$ac_exeext
15775 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15776 (eval $ac_link) 2>&5
15778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15779 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15781 (eval $ac_try) 2>&5
15783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15784 (exit $ac_status); }; }; then
15785 ac_cv_sizeof_long_long
=`cat conftest.val`
15787 echo "$as_me: program exited with status $ac_status" >&5
15788 echo "$as_me: failed program was:" >&5
15789 sed 's/^/| /' conftest.
$ac_ext >&5
15791 ( exit $ac_status )
15792 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15793 See \`config.log' for more details." >&5
15794 echo "$as_me: error: cannot compute sizeof (long long), 77
15795 See \`config.log' for more details." >&2;}
15796 { (exit 1); exit 1; }; }
15798 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15803 ac_cv_sizeof_long_long
=0
15806 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
15807 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
15808 cat >>confdefs.h
<<_ACEOF
15809 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
15815 echo "$as_me:$LINENO: checking for long long" >&5
15816 echo $ECHO_N "checking for long long... $ECHO_C" >&6
15817 if test "${ac_cv_type_long_long+set}" = set; then
15818 echo $ECHO_N "(cached) $ECHO_C" >&6
15820 cat >conftest.
$ac_ext <<_ACEOF
15821 #line $LINENO "configure"
15824 cat confdefs.h
>>conftest.
$ac_ext
15825 cat >>conftest.
$ac_ext <<_ACEOF
15826 /* end confdefs.h. */
15827 $ac_includes_default
15831 if ((long long *) 0)
15833 if (sizeof (long long))
15839 rm -f conftest.
$ac_objext
15840 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15841 (eval $ac_compile) 2>&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); } &&
15845 { ac_try
='test -s conftest.$ac_objext'
15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15847 (eval $ac_try) 2>&5
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); }; }; then
15851 ac_cv_type_long_long
=yes
15853 echo "$as_me: failed program was:" >&5
15854 sed 's/^/| /' conftest.
$ac_ext >&5
15856 ac_cv_type_long_long
=no
15858 rm -f conftest.
$ac_objext conftest.
$ac_ext
15860 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15861 echo "${ECHO_T}$ac_cv_type_long_long" >&6
15863 echo "$as_me:$LINENO: checking size of long long" >&5
15864 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15865 if test "${ac_cv_sizeof_long_long+set}" = set; then
15866 echo $ECHO_N "(cached) $ECHO_C" >&6
15868 if test "$ac_cv_type_long_long" = yes; then
15869 # The cast to unsigned long works around a bug in the HP C Compiler
15870 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15871 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15872 # This bug is HP SR number 8606223364.
15873 if test "$cross_compiling" = yes; then
15874 # Depending upon the size, compute the lo and hi bounds.
15875 cat >conftest.
$ac_ext <<_ACEOF
15876 #line $LINENO "configure"
15879 cat confdefs.h
>>conftest.
$ac_ext
15880 cat >>conftest.
$ac_ext <<_ACEOF
15881 /* end confdefs.h. */
15882 $ac_includes_default
15886 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15893 rm -f conftest.
$ac_objext
15894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15895 (eval $ac_compile) 2>&5
15897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898 (exit $ac_status); } &&
15899 { ac_try
='test -s conftest.$ac_objext'
15900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15901 (eval $ac_try) 2>&5
15903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15904 (exit $ac_status); }; }; then
15907 cat >conftest.
$ac_ext <<_ACEOF
15908 #line $LINENO "configure"
15911 cat confdefs.h
>>conftest.
$ac_ext
15912 cat >>conftest.
$ac_ext <<_ACEOF
15913 /* end confdefs.h. */
15914 $ac_includes_default
15918 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15925 rm -f conftest.
$ac_objext
15926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15927 (eval $ac_compile) 2>&5
15929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15930 (exit $ac_status); } &&
15931 { ac_try
='test -s conftest.$ac_objext'
15932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15933 (eval $ac_try) 2>&5
15935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15936 (exit $ac_status); }; }; then
15937 ac_hi
=$ac_mid; break
15939 echo "$as_me: failed program was:" >&5
15940 sed 's/^/| /' conftest.
$ac_ext >&5
15942 ac_lo
=`expr $ac_mid + 1`
15943 if test $ac_lo -le $ac_mid; then
15947 ac_mid
=`expr 2 '*' $ac_mid + 1`
15949 rm -f conftest.
$ac_objext conftest.
$ac_ext
15952 echo "$as_me: failed program was:" >&5
15953 sed 's/^/| /' conftest.
$ac_ext >&5
15955 cat >conftest.
$ac_ext <<_ACEOF
15956 #line $LINENO "configure"
15959 cat confdefs.h
>>conftest.
$ac_ext
15960 cat >>conftest.
$ac_ext <<_ACEOF
15961 /* end confdefs.h. */
15962 $ac_includes_default
15966 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15973 rm -f conftest.
$ac_objext
15974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15975 (eval $ac_compile) 2>&5
15977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978 (exit $ac_status); } &&
15979 { ac_try
='test -s conftest.$ac_objext'
15980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15981 (eval $ac_try) 2>&5
15983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15984 (exit $ac_status); }; }; then
15987 cat >conftest.
$ac_ext <<_ACEOF
15988 #line $LINENO "configure"
15991 cat confdefs.h
>>conftest.
$ac_ext
15992 cat >>conftest.
$ac_ext <<_ACEOF
15993 /* end confdefs.h. */
15994 $ac_includes_default
15998 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16005 rm -f conftest.
$ac_objext
16006 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16007 (eval $ac_compile) 2>&5
16009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16010 (exit $ac_status); } &&
16011 { ac_try
='test -s conftest.$ac_objext'
16012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16013 (eval $ac_try) 2>&5
16015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16016 (exit $ac_status); }; }; then
16017 ac_lo
=$ac_mid; break
16019 echo "$as_me: failed program was:" >&5
16020 sed 's/^/| /' conftest.
$ac_ext >&5
16022 ac_hi
=`expr '(' $ac_mid ')' - 1`
16023 if test $ac_mid -le $ac_hi; then
16027 ac_mid
=`expr 2 '*' $ac_mid`
16029 rm -f conftest.
$ac_objext conftest.
$ac_ext
16032 echo "$as_me: failed program was:" >&5
16033 sed 's/^/| /' conftest.
$ac_ext >&5
16037 rm -f conftest.
$ac_objext conftest.
$ac_ext
16039 rm -f conftest.
$ac_objext conftest.
$ac_ext
16040 # Binary search between lo and hi bounds.
16041 while test "x$ac_lo" != "x$ac_hi"; do
16042 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16043 cat >conftest.
$ac_ext <<_ACEOF
16044 #line $LINENO "configure"
16047 cat confdefs.h
>>conftest.
$ac_ext
16048 cat >>conftest.
$ac_ext <<_ACEOF
16049 /* end confdefs.h. */
16050 $ac_includes_default
16054 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16061 rm -f conftest.
$ac_objext
16062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16063 (eval $ac_compile) 2>&5
16065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16066 (exit $ac_status); } &&
16067 { ac_try
='test -s conftest.$ac_objext'
16068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16069 (eval $ac_try) 2>&5
16071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16072 (exit $ac_status); }; }; then
16075 echo "$as_me: failed program was:" >&5
16076 sed 's/^/| /' conftest.
$ac_ext >&5
16078 ac_lo
=`expr '(' $ac_mid ')' + 1`
16080 rm -f conftest.
$ac_objext conftest.
$ac_ext
16083 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16084 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16085 See \`config.log' for more details." >&5
16086 echo "$as_me: error: cannot compute sizeof (long long), 77
16087 See \`config.log' for more details." >&2;}
16088 { (exit 1); exit 1; }; } ;;
16091 if test "$cross_compiling" = yes; then
16092 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16093 See \`config.log' for more details." >&5
16094 echo "$as_me: error: cannot run test program while cross compiling
16095 See \`config.log' for more details." >&2;}
16096 { (exit 1); exit 1; }; }
16098 cat >conftest.
$ac_ext <<_ACEOF
16099 #line $LINENO "configure"
16102 cat confdefs.h
>>conftest.
$ac_ext
16103 cat >>conftest.
$ac_ext <<_ACEOF
16104 /* end confdefs.h. */
16105 $ac_includes_default
16106 long longval () { return (long) (sizeof (long long)); }
16107 unsigned long ulongval () { return (long) (sizeof (long long)); }
16109 #include <stdlib.h>
16114 FILE *f = fopen ("conftest.val", "w");
16117 if (((long) (sizeof (long long))) < 0)
16119 long i = longval ();
16120 if (i != ((long) (sizeof (long long))))
16122 fprintf (f, "%ld\n", i);
16126 unsigned long i = ulongval ();
16127 if (i != ((long) (sizeof (long long))))
16129 fprintf (f, "%lu\n", i);
16131 exit (ferror (f) || fclose (f) != 0);
16137 rm -f conftest
$ac_exeext
16138 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16139 (eval $ac_link) 2>&5
16141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16142 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16144 (eval $ac_try) 2>&5
16146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16147 (exit $ac_status); }; }; then
16148 ac_cv_sizeof_long_long
=`cat conftest.val`
16150 echo "$as_me: program exited with status $ac_status" >&5
16151 echo "$as_me: failed program was:" >&5
16152 sed 's/^/| /' conftest.
$ac_ext >&5
16154 ( exit $ac_status )
16155 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16156 See \`config.log' for more details." >&5
16157 echo "$as_me: error: cannot compute sizeof (long long), 77
16158 See \`config.log' for more details." >&2;}
16159 { (exit 1); exit 1; }; }
16161 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16166 ac_cv_sizeof_long_long
=0
16169 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16170 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16171 cat >>confdefs.h
<<_ACEOF
16172 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16176 if test "$ac_cv_sizeof_long_long" != "0"; then
16177 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
16181 echo "$as_me:$LINENO: checking for long long" >&5
16182 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16183 if test "${ac_cv_type_long_long+set}" = set; then
16184 echo $ECHO_N "(cached) $ECHO_C" >&6
16186 cat >conftest.
$ac_ext <<_ACEOF
16187 #line $LINENO "configure"
16190 cat confdefs.h
>>conftest.
$ac_ext
16191 cat >>conftest.
$ac_ext <<_ACEOF
16192 /* end confdefs.h. */
16193 $ac_includes_default
16197 if ((long long *) 0)
16199 if (sizeof (long long))
16205 rm -f conftest.
$ac_objext
16206 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16207 (eval $ac_compile) 2>&5
16209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16210 (exit $ac_status); } &&
16211 { ac_try
='test -s conftest.$ac_objext'
16212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16213 (eval $ac_try) 2>&5
16215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16216 (exit $ac_status); }; }; then
16217 ac_cv_type_long_long
=yes
16219 echo "$as_me: failed program was:" >&5
16220 sed 's/^/| /' conftest.
$ac_ext >&5
16222 ac_cv_type_long_long
=no
16224 rm -f conftest.
$ac_objext conftest.
$ac_ext
16226 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16227 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16229 echo "$as_me:$LINENO: checking size of long long" >&5
16230 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16231 if test "${ac_cv_sizeof_long_long+set}" = set; then
16232 echo $ECHO_N "(cached) $ECHO_C" >&6
16234 if test "$ac_cv_type_long_long" = yes; then
16235 # The cast to unsigned long works around a bug in the HP C Compiler
16236 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16237 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16238 # This bug is HP SR number 8606223364.
16239 if test "$cross_compiling" = yes; then
16240 # Depending upon the size, compute the lo and hi bounds.
16241 cat >conftest.
$ac_ext <<_ACEOF
16242 #line $LINENO "configure"
16245 cat confdefs.h
>>conftest.
$ac_ext
16246 cat >>conftest.
$ac_ext <<_ACEOF
16247 /* end confdefs.h. */
16248 $ac_includes_default
16252 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16259 rm -f conftest.
$ac_objext
16260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16261 (eval $ac_compile) 2>&5
16263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16264 (exit $ac_status); } &&
16265 { ac_try
='test -s conftest.$ac_objext'
16266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16267 (eval $ac_try) 2>&5
16269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16270 (exit $ac_status); }; }; then
16273 cat >conftest.
$ac_ext <<_ACEOF
16274 #line $LINENO "configure"
16277 cat confdefs.h
>>conftest.
$ac_ext
16278 cat >>conftest.
$ac_ext <<_ACEOF
16279 /* end confdefs.h. */
16280 $ac_includes_default
16284 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16291 rm -f conftest.
$ac_objext
16292 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16293 (eval $ac_compile) 2>&5
16295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16296 (exit $ac_status); } &&
16297 { ac_try
='test -s conftest.$ac_objext'
16298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16299 (eval $ac_try) 2>&5
16301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16302 (exit $ac_status); }; }; then
16303 ac_hi
=$ac_mid; break
16305 echo "$as_me: failed program was:" >&5
16306 sed 's/^/| /' conftest.
$ac_ext >&5
16308 ac_lo
=`expr $ac_mid + 1`
16309 if test $ac_lo -le $ac_mid; then
16313 ac_mid
=`expr 2 '*' $ac_mid + 1`
16315 rm -f conftest.
$ac_objext conftest.
$ac_ext
16318 echo "$as_me: failed program was:" >&5
16319 sed 's/^/| /' conftest.
$ac_ext >&5
16321 cat >conftest.
$ac_ext <<_ACEOF
16322 #line $LINENO "configure"
16325 cat confdefs.h
>>conftest.
$ac_ext
16326 cat >>conftest.
$ac_ext <<_ACEOF
16327 /* end confdefs.h. */
16328 $ac_includes_default
16332 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16339 rm -f conftest.
$ac_objext
16340 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16341 (eval $ac_compile) 2>&5
16343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344 (exit $ac_status); } &&
16345 { ac_try
='test -s conftest.$ac_objext'
16346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16347 (eval $ac_try) 2>&5
16349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16350 (exit $ac_status); }; }; then
16353 cat >conftest.
$ac_ext <<_ACEOF
16354 #line $LINENO "configure"
16357 cat confdefs.h
>>conftest.
$ac_ext
16358 cat >>conftest.
$ac_ext <<_ACEOF
16359 /* end confdefs.h. */
16360 $ac_includes_default
16364 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16371 rm -f conftest.
$ac_objext
16372 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16373 (eval $ac_compile) 2>&5
16375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16376 (exit $ac_status); } &&
16377 { ac_try
='test -s conftest.$ac_objext'
16378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16379 (eval $ac_try) 2>&5
16381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16382 (exit $ac_status); }; }; then
16383 ac_lo
=$ac_mid; break
16385 echo "$as_me: failed program was:" >&5
16386 sed 's/^/| /' conftest.
$ac_ext >&5
16388 ac_hi
=`expr '(' $ac_mid ')' - 1`
16389 if test $ac_mid -le $ac_hi; then
16393 ac_mid
=`expr 2 '*' $ac_mid`
16395 rm -f conftest.
$ac_objext conftest.
$ac_ext
16398 echo "$as_me: failed program was:" >&5
16399 sed 's/^/| /' conftest.
$ac_ext >&5
16403 rm -f conftest.
$ac_objext conftest.
$ac_ext
16405 rm -f conftest.
$ac_objext conftest.
$ac_ext
16406 # Binary search between lo and hi bounds.
16407 while test "x$ac_lo" != "x$ac_hi"; do
16408 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16409 cat >conftest.
$ac_ext <<_ACEOF
16410 #line $LINENO "configure"
16413 cat confdefs.h
>>conftest.
$ac_ext
16414 cat >>conftest.
$ac_ext <<_ACEOF
16415 /* end confdefs.h. */
16416 $ac_includes_default
16420 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16427 rm -f conftest.
$ac_objext
16428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16429 (eval $ac_compile) 2>&5
16431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16432 (exit $ac_status); } &&
16433 { ac_try
='test -s conftest.$ac_objext'
16434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16435 (eval $ac_try) 2>&5
16437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16438 (exit $ac_status); }; }; then
16441 echo "$as_me: failed program was:" >&5
16442 sed 's/^/| /' conftest.
$ac_ext >&5
16444 ac_lo
=`expr '(' $ac_mid ')' + 1`
16446 rm -f conftest.
$ac_objext conftest.
$ac_ext
16449 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
16450 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16451 See \`config.log' for more details." >&5
16452 echo "$as_me: error: cannot compute sizeof (long long), 77
16453 See \`config.log' for more details." >&2;}
16454 { (exit 1); exit 1; }; } ;;
16457 if test "$cross_compiling" = yes; then
16458 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16459 See \`config.log' for more details." >&5
16460 echo "$as_me: error: cannot run test program while cross compiling
16461 See \`config.log' for more details." >&2;}
16462 { (exit 1); exit 1; }; }
16464 cat >conftest.
$ac_ext <<_ACEOF
16465 #line $LINENO "configure"
16468 cat confdefs.h
>>conftest.
$ac_ext
16469 cat >>conftest.
$ac_ext <<_ACEOF
16470 /* end confdefs.h. */
16471 $ac_includes_default
16472 long longval () { return (long) (sizeof (long long)); }
16473 unsigned long ulongval () { return (long) (sizeof (long long)); }
16475 #include <stdlib.h>
16480 FILE *f = fopen ("conftest.val", "w");
16483 if (((long) (sizeof (long long))) < 0)
16485 long i = longval ();
16486 if (i != ((long) (sizeof (long long))))
16488 fprintf (f, "%ld\n", i);
16492 unsigned long i = ulongval ();
16493 if (i != ((long) (sizeof (long long))))
16495 fprintf (f, "%lu\n", i);
16497 exit (ferror (f) || fclose (f) != 0);
16503 rm -f conftest
$ac_exeext
16504 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16505 (eval $ac_link) 2>&5
16507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16508 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16510 (eval $ac_try) 2>&5
16512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16513 (exit $ac_status); }; }; then
16514 ac_cv_sizeof_long_long
=`cat conftest.val`
16516 echo "$as_me: program exited with status $ac_status" >&5
16517 echo "$as_me: failed program was:" >&5
16518 sed 's/^/| /' conftest.
$ac_ext >&5
16520 ( exit $ac_status )
16521 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16522 See \`config.log' for more details." >&5
16523 echo "$as_me: error: cannot compute sizeof (long long), 77
16524 See \`config.log' for more details." >&2;}
16525 { (exit 1); exit 1; }; }
16527 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16532 ac_cv_sizeof_long_long
=0
16535 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16536 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16537 cat >>confdefs.h
<<_ACEOF
16538 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
16544 echo "$as_me:$LINENO: checking size of wchar_t" >&5
16545 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
16546 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
16547 echo $ECHO_N "(cached) $ECHO_C" >&6
16550 if test "$cross_compiling" = yes; then
16554 wx_cv_sizeof_wchar_t
=0
16557 wx_cv_sizeof_wchar_t
=4
16563 cat >conftest.
$ac_ext <<_ACEOF
16564 #line $LINENO "configure"
16567 cat confdefs.h
>>conftest.
$ac_ext
16568 cat >>conftest.
$ac_ext <<_ACEOF
16569 /* end confdefs.h. */
16571 /* DJGPP only has fake wchar_t: */
16573 # error "fake wchar_t"
16575 #ifdef HAVE_WCHAR_H
16577 # include <stddef.h>
16579 # include <wchar.h>
16581 #ifdef HAVE_STDLIB_H
16582 # include <stdlib.h>
16587 FILE *f=fopen("conftestval", "w");
16589 fprintf(f, "%i", sizeof(wchar_t));
16594 rm -f conftest
$ac_exeext
16595 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16596 (eval $ac_link) 2>&5
16598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16599 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16601 (eval $ac_try) 2>&5
16603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); }; }; then
16605 wx_cv_sizeof_wchar_t
=`cat conftestval`
16607 echo "$as_me: program exited with status $ac_status" >&5
16608 echo "$as_me: failed program was:" >&5
16609 sed 's/^/| /' conftest.
$ac_ext >&5
16611 ( exit $ac_status )
16612 wx_cv_sizeof_wchar_t
=0
16614 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16618 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
16619 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
16621 cat >>confdefs.h
<<_ACEOF
16622 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
16626 # Check whether --enable-largefile or --disable-largefile was given.
16627 if test "${enable_largefile+set}" = set; then
16628 enableval
="$enable_largefile"
16631 if test "$enable_largefile" != no
; then
16634 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
16635 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
16636 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
16637 echo $ECHO_N "(cached) $ECHO_C" >&6
16640 cat >conftest.
$ac_ext <<_ACEOF
16641 #line $LINENO "configure"
16644 cat confdefs.h
>>conftest.
$ac_ext
16645 cat >>conftest.
$ac_ext <<_ACEOF
16646 /* end confdefs.h. */
16647 #define _FILE_OFFSET_BITS 64
16648 #include <sys/types.h>
16653 unsigned int field: sizeof(off_t) == 8;
16660 rm -f conftest.
$ac_objext
16661 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16662 (eval $ac_compile) 2>&5
16664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16665 (exit $ac_status); } &&
16666 { ac_try
='test -s conftest.$ac_objext'
16667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16668 (eval $ac_try) 2>&5
16670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16671 (exit $ac_status); }; }; then
16672 ac_cv_sys_file_offset_bits
=64
16674 echo "$as_me: failed program was:" >&5
16675 sed 's/^/| /' conftest.
$ac_ext >&5
16677 ac_cv_sys_file_offset_bits
=no
16679 rm -f conftest.
$ac_objext conftest.
$ac_ext
16683 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
16684 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
16686 if test "$ac_cv_sys_file_offset_bits" != no
; then
16688 cat >>confdefs.h
<<_ACEOF
16689 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
16694 if test "x$wx_largefile" != "xyes"; then
16696 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
16697 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
16698 if test "${ac_cv_sys_large_files+set}" = set; then
16699 echo $ECHO_N "(cached) $ECHO_C" >&6
16702 cat >conftest.
$ac_ext <<_ACEOF
16703 #line $LINENO "configure"
16706 cat confdefs.h
>>conftest.
$ac_ext
16707 cat >>conftest.
$ac_ext <<_ACEOF
16708 /* end confdefs.h. */
16709 #define _LARGE_FILES 1
16710 #include <sys/types.h>
16715 unsigned int field: sizeof(off_t) == 8;
16722 rm -f conftest.
$ac_objext
16723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16724 (eval $ac_compile) 2>&5
16726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16727 (exit $ac_status); } &&
16728 { ac_try
='test -s conftest.$ac_objext'
16729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16730 (eval $ac_try) 2>&5
16732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16733 (exit $ac_status); }; }; then
16734 ac_cv_sys_large_files
=1
16736 echo "$as_me: failed program was:" >&5
16737 sed 's/^/| /' conftest.
$ac_ext >&5
16739 ac_cv_sys_large_files
=no
16741 rm -f conftest.
$ac_objext conftest.
$ac_ext
16745 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
16746 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
16748 if test "$ac_cv_sys_large_files" != no
; then
16750 cat >>confdefs.h
<<_ACEOF
16751 #define _LARGE_FILES $ac_cv_sys_large_files
16758 echo "$as_me:$LINENO: checking if large file support is available" >&5
16759 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
16760 if test "x$wx_largefile" = "xyes"; then
16761 cat >>confdefs.h
<<\_ACEOF
16762 #define HAVE_LARGEFILE_SUPPORT 1
16766 echo "$as_me:$LINENO: result: $wx_largefile" >&5
16767 echo "${ECHO_T}$wx_largefile" >&6
16771 if test "x$wx_largefile" = "xyes"; then
16772 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
16773 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
16775 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
16777 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
16780 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
16781 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
16782 if test "${ac_cv_c_bigendian+set}" = set; then
16783 echo $ECHO_N "(cached) $ECHO_C" >&6
16785 ac_cv_c_bigendian
=unknown
16786 # See if sys/param.h defines the BYTE_ORDER macro.
16787 cat >conftest.
$ac_ext <<_ACEOF
16788 #line $LINENO "configure"
16791 cat confdefs.h
>>conftest.
$ac_ext
16792 cat >>conftest.
$ac_ext <<_ACEOF
16793 /* end confdefs.h. */
16794 #include <sys/types.h>
16795 #include <sys/param.h>
16800 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
16801 bogus endian macros
16807 rm -f conftest.
$ac_objext
16808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16809 (eval $ac_compile) 2>&5
16811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16812 (exit $ac_status); } &&
16813 { ac_try
='test -s conftest.$ac_objext'
16814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16815 (eval $ac_try) 2>&5
16817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16818 (exit $ac_status); }; }; then
16819 # It does; now see whether it defined to BIG_ENDIAN or not.
16820 cat >conftest.
$ac_ext <<_ACEOF
16821 #line $LINENO "configure"
16824 cat confdefs.h
>>conftest.
$ac_ext
16825 cat >>conftest.
$ac_ext <<_ACEOF
16826 /* end confdefs.h. */
16827 #include <sys/types.h>
16828 #include <sys/param.h>
16833 #if BYTE_ORDER != BIG_ENDIAN
16840 rm -f conftest.
$ac_objext
16841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16842 (eval $ac_compile) 2>&5
16844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16845 (exit $ac_status); } &&
16846 { ac_try
='test -s conftest.$ac_objext'
16847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16848 (eval $ac_try) 2>&5
16850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16851 (exit $ac_status); }; }; then
16852 ac_cv_c_bigendian
=yes
16854 echo "$as_me: failed program was:" >&5
16855 sed 's/^/| /' conftest.
$ac_ext >&5
16857 ac_cv_c_bigendian
=no
16859 rm -f conftest.
$ac_objext conftest.
$ac_ext
16861 echo "$as_me: failed program was:" >&5
16862 sed 's/^/| /' conftest.
$ac_ext >&5
16865 rm -f conftest.
$ac_objext conftest.
$ac_ext
16866 if test $ac_cv_c_bigendian = unknown
; then
16867 if test "$cross_compiling" = yes; then
16868 ac_cv_c_bigendian
=unknown
16870 cat >conftest.
$ac_ext <<_ACEOF
16871 #line $LINENO "configure"
16874 cat confdefs.h
>>conftest.
$ac_ext
16875 cat >>conftest.
$ac_ext <<_ACEOF
16876 /* end confdefs.h. */
16878 /* Are we little or big endian? From Harbison&Steele. */
16882 char c[sizeof (long)];
16885 exit (u.c[sizeof (long) - 1] == 1);
16888 rm -f conftest
$ac_exeext
16889 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16890 (eval $ac_link) 2>&5
16892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16893 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16895 (eval $ac_try) 2>&5
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); }; }; then
16899 ac_cv_c_bigendian
=no
16901 echo "$as_me: program exited with status $ac_status" >&5
16902 echo "$as_me: failed program was:" >&5
16903 sed 's/^/| /' conftest.
$ac_ext >&5
16905 ( exit $ac_status )
16906 ac_cv_c_bigendian
=yes
16908 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16912 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
16913 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
16914 if test $ac_cv_c_bigendian = unknown
; then
16915 { 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
16916 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;}
16918 if test $ac_cv_c_bigendian = yes; then
16919 cat >>confdefs.h
<<\_ACEOF
16920 #define WORDS_BIGENDIAN 1
16928 ac_cpp
='$CXXCPP $CPPFLAGS'
16929 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16930 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16931 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
16932 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
16933 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
16934 if test -z "$CXXCPP"; then
16935 if test "${ac_cv_prog_CXXCPP+set}" = set; then
16936 echo $ECHO_N "(cached) $ECHO_C" >&6
16938 # Double quotes because CXXCPP needs to be expanded
16939 for CXXCPP
in "$CXX -E" "/lib/cpp"
16941 ac_preproc_ok
=false
16942 for ac_cxx_preproc_warn_flag
in '' yes
16944 # Use a header file that comes with gcc, so configuring glibc
16945 # with a fresh cross-compiler works.
16946 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16947 # <limits.h> exists even on freestanding compilers.
16948 # On the NeXT, cc -E runs the code through the compiler's parser,
16949 # not just through cpp. "Syntax error" is here to catch this case.
16950 cat >conftest.
$ac_ext <<_ACEOF
16951 #line $LINENO "configure"
16954 cat confdefs.h
>>conftest.
$ac_ext
16955 cat >>conftest.
$ac_ext <<_ACEOF
16956 /* end confdefs.h. */
16958 # include <limits.h>
16960 # include <assert.h>
16964 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16965 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16967 grep -v '^ *+' conftest.er1
>conftest.err
16969 cat conftest.err
>&5
16970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16971 (exit $ac_status); } >/dev
/null
; then
16972 if test -s conftest.err
; then
16973 ac_cpp_err
=$ac_cxx_preproc_warn_flag
16980 if test -z "$ac_cpp_err"; then
16983 echo "$as_me: failed program was:" >&5
16984 sed 's/^/| /' conftest.
$ac_ext >&5
16986 # Broken: fails on valid input.
16989 rm -f conftest.err conftest.
$ac_ext
16991 # OK, works on sane cases. Now check whether non-existent headers
16992 # can be detected and how.
16993 cat >conftest.
$ac_ext <<_ACEOF
16994 #line $LINENO "configure"
16997 cat confdefs.h
>>conftest.
$ac_ext
16998 cat >>conftest.
$ac_ext <<_ACEOF
16999 /* end confdefs.h. */
17000 #include <ac_nonexistent.h>
17002 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17003 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17005 grep -v '^ *+' conftest.er1
>conftest.err
17007 cat conftest.err
>&5
17008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17009 (exit $ac_status); } >/dev
/null
; then
17010 if test -s conftest.err
; then
17011 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17018 if test -z "$ac_cpp_err"; then
17019 # Broken: success on invalid input.
17022 echo "$as_me: failed program was:" >&5
17023 sed 's/^/| /' conftest.
$ac_ext >&5
17025 # Passes both tests.
17029 rm -f conftest.err conftest.
$ac_ext
17032 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17033 rm -f conftest.err conftest.
$ac_ext
17034 if $ac_preproc_ok; then
17039 ac_cv_prog_CXXCPP
=$CXXCPP
17042 CXXCPP
=$ac_cv_prog_CXXCPP
17044 ac_cv_prog_CXXCPP
=$CXXCPP
17046 echo "$as_me:$LINENO: result: $CXXCPP" >&5
17047 echo "${ECHO_T}$CXXCPP" >&6
17048 ac_preproc_ok
=false
17049 for ac_cxx_preproc_warn_flag
in '' yes
17051 # Use a header file that comes with gcc, so configuring glibc
17052 # with a fresh cross-compiler works.
17053 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17054 # <limits.h> exists even on freestanding compilers.
17055 # On the NeXT, cc -E runs the code through the compiler's parser,
17056 # not just through cpp. "Syntax error" is here to catch this case.
17057 cat >conftest.
$ac_ext <<_ACEOF
17058 #line $LINENO "configure"
17061 cat confdefs.h
>>conftest.
$ac_ext
17062 cat >>conftest.
$ac_ext <<_ACEOF
17063 /* end confdefs.h. */
17065 # include <limits.h>
17067 # include <assert.h>
17071 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17072 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17074 grep -v '^ *+' conftest.er1
>conftest.err
17076 cat conftest.err
>&5
17077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17078 (exit $ac_status); } >/dev
/null
; then
17079 if test -s conftest.err
; then
17080 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17087 if test -z "$ac_cpp_err"; then
17090 echo "$as_me: failed program was:" >&5
17091 sed 's/^/| /' conftest.
$ac_ext >&5
17093 # Broken: fails on valid input.
17096 rm -f conftest.err conftest.
$ac_ext
17098 # OK, works on sane cases. Now check whether non-existent headers
17099 # can be detected and how.
17100 cat >conftest.
$ac_ext <<_ACEOF
17101 #line $LINENO "configure"
17104 cat confdefs.h
>>conftest.
$ac_ext
17105 cat >>conftest.
$ac_ext <<_ACEOF
17106 /* end confdefs.h. */
17107 #include <ac_nonexistent.h>
17109 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17110 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17112 grep -v '^ *+' conftest.er1
>conftest.err
17114 cat conftest.err
>&5
17115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17116 (exit $ac_status); } >/dev
/null
; then
17117 if test -s conftest.err
; then
17118 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17125 if test -z "$ac_cpp_err"; then
17126 # Broken: success on invalid input.
17129 echo "$as_me: failed program was:" >&5
17130 sed 's/^/| /' conftest.
$ac_ext >&5
17132 # Passes both tests.
17136 rm -f conftest.err conftest.
$ac_ext
17139 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17140 rm -f conftest.err conftest.
$ac_ext
17141 if $ac_preproc_ok; then
17144 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17145 See \`config.log' for more details." >&5
17146 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17147 See \`config.log' for more details." >&2;}
17148 { (exit 1); exit 1; }; }
17152 ac_cpp
='$CXXCPP $CPPFLAGS'
17153 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17154 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17155 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17159 if test "$cross_compiling" = "yes"; then
17160 cat >>confdefs.h
<<\_ACEOF
17161 #define wxUSE_IOSTREAMH 1
17168 ac_cpp
='$CXXCPP $CPPFLAGS'
17169 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17170 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17171 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17175 for ac_header
in iostream
17177 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17178 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17179 echo "$as_me:$LINENO: checking for $ac_header" >&5
17180 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17181 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17182 echo $ECHO_N "(cached) $ECHO_C" >&6
17184 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17185 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17187 # Is the header compilable?
17188 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17189 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17190 cat >conftest.
$ac_ext <<_ACEOF
17191 #line $LINENO "configure"
17194 cat confdefs.h
>>conftest.
$ac_ext
17195 cat >>conftest.
$ac_ext <<_ACEOF
17196 /* end confdefs.h. */
17197 $ac_includes_default
17198 #include <$ac_header>
17200 rm -f conftest.
$ac_objext
17201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17202 (eval $ac_compile) 2>&5
17204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17205 (exit $ac_status); } &&
17206 { ac_try
='test -s conftest.$ac_objext'
17207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17208 (eval $ac_try) 2>&5
17210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17211 (exit $ac_status); }; }; then
17212 ac_header_compiler
=yes
17214 echo "$as_me: failed program was:" >&5
17215 sed 's/^/| /' conftest.
$ac_ext >&5
17217 ac_header_compiler
=no
17219 rm -f conftest.
$ac_objext conftest.
$ac_ext
17220 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17221 echo "${ECHO_T}$ac_header_compiler" >&6
17223 # Is the header present?
17224 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17225 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17226 cat >conftest.
$ac_ext <<_ACEOF
17227 #line $LINENO "configure"
17230 cat confdefs.h
>>conftest.
$ac_ext
17231 cat >>conftest.
$ac_ext <<_ACEOF
17232 /* end confdefs.h. */
17233 #include <$ac_header>
17235 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17236 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17238 grep -v '^ *+' conftest.er1
>conftest.err
17240 cat conftest.err
>&5
17241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17242 (exit $ac_status); } >/dev
/null
; then
17243 if test -s conftest.err
; then
17244 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17251 if test -z "$ac_cpp_err"; then
17252 ac_header_preproc
=yes
17254 echo "$as_me: failed program was:" >&5
17255 sed 's/^/| /' conftest.
$ac_ext >&5
17257 ac_header_preproc
=no
17259 rm -f conftest.err conftest.
$ac_ext
17260 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17261 echo "${ECHO_T}$ac_header_preproc" >&6
17263 # So? What about this header?
17264 case $ac_header_compiler:$ac_header_preproc in
17266 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17267 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17268 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17269 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17272 ## ------------------------------------ ##
17273 ## Report this to bug-autoconf@gnu.org. ##
17274 ## ------------------------------------ ##
17277 sed "s/^/$as_me: WARNING: /" >&2
17280 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17281 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17282 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17283 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17284 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17285 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17288 ## ------------------------------------ ##
17289 ## Report this to bug-autoconf@gnu.org. ##
17290 ## ------------------------------------ ##
17293 sed "s/^/$as_me: WARNING: /" >&2
17296 echo "$as_me:$LINENO: checking for $ac_header" >&5
17297 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17298 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17299 echo $ECHO_N "(cached) $ECHO_C" >&6
17301 eval "$as_ac_Header=$ac_header_preproc"
17303 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17304 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17307 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17308 cat >>confdefs.h
<<_ACEOF
17309 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17317 if test "$ac_cv_header_iostream" = "yes" ; then
17320 cat >>confdefs.h
<<\_ACEOF
17321 #define wxUSE_IOSTREAMH 1
17327 ac_cpp
='$CPP $CPPFLAGS'
17328 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17329 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17330 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17336 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
17337 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
17338 if test "${wx_cv_cpp_bool+set}" = set; then
17339 echo $ECHO_N "(cached) $ECHO_C" >&6
17345 ac_cpp
='$CXXCPP $CPPFLAGS'
17346 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17347 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17348 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17351 cat >conftest.
$ac_ext <<_ACEOF
17352 #line $LINENO "configure"
17355 cat confdefs.h
>>conftest.
$ac_ext
17356 cat >>conftest.
$ac_ext <<_ACEOF
17357 /* end confdefs.h. */
17372 rm -f conftest.
$ac_objext
17373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17374 (eval $ac_compile) 2>&5
17376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17377 (exit $ac_status); } &&
17378 { ac_try
='test -s conftest.$ac_objext'
17379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17380 (eval $ac_try) 2>&5
17382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17383 (exit $ac_status); }; }; then
17388 echo "$as_me: failed program was:" >&5
17389 sed 's/^/| /' conftest.
$ac_ext >&5
17396 rm -f conftest.
$ac_objext conftest.
$ac_ext
17399 ac_cpp
='$CPP $CPPFLAGS'
17400 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17401 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17402 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17406 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
17407 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
17409 if test "$wx_cv_cpp_bool" = "yes"; then
17410 cat >>confdefs.h
<<\_ACEOF
17411 #define HAVE_BOOL 1
17418 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
17419 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
17420 if test "${wx_cv_explicit+set}" = set; then
17421 echo $ECHO_N "(cached) $ECHO_C" >&6
17427 ac_cpp
='$CXXCPP $CPPFLAGS'
17428 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17429 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17430 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17433 cat >conftest.
$ac_ext <<_ACEOF
17434 #line $LINENO "configure"
17437 cat confdefs.h
>>conftest.
$ac_ext
17438 cat >>conftest.
$ac_ext <<_ACEOF
17439 /* end confdefs.h. */
17441 class Foo { public: explicit Foo(int) {} };
17453 rm -f conftest.
$ac_objext
17454 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17455 (eval $ac_compile) 2>&5
17457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17458 (exit $ac_status); } &&
17459 { ac_try
='test -s conftest.$ac_objext'
17460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17461 (eval $ac_try) 2>&5
17463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17464 (exit $ac_status); }; }; then
17466 cat >conftest.
$ac_ext <<_ACEOF
17467 #line $LINENO "configure"
17470 cat confdefs.h
>>conftest.
$ac_ext
17471 cat >>conftest.
$ac_ext <<_ACEOF
17472 /* end confdefs.h. */
17474 class Foo { public: explicit Foo(int) {} };
17475 static void TakeFoo(const Foo& foo) { }
17488 rm -f conftest.
$ac_objext
17489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17490 (eval $ac_compile) 2>&5
17492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17493 (exit $ac_status); } &&
17494 { ac_try
='test -s conftest.$ac_objext'
17495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17496 (eval $ac_try) 2>&5
17498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17499 (exit $ac_status); }; }; then
17502 echo "$as_me: failed program was:" >&5
17503 sed 's/^/| /' conftest.
$ac_ext >&5
17508 rm -f conftest.
$ac_objext conftest.
$ac_ext
17511 echo "$as_me: failed program was:" >&5
17512 sed 's/^/| /' conftest.
$ac_ext >&5
17517 rm -f conftest.
$ac_objext conftest.
$ac_ext
17520 ac_cpp
='$CPP $CPPFLAGS'
17521 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17522 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17523 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17527 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
17528 echo "${ECHO_T}$wx_cv_explicit" >&6
17530 if test "$wx_cv_explicit" = "yes"; then
17531 cat >>confdefs.h
<<\_ACEOF
17532 #define HAVE_EXPLICIT 1
17538 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
17539 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
17540 if test "${ac_cv_cxx_const_cast+set}" = set; then
17541 echo $ECHO_N "(cached) $ECHO_C" >&6
17546 ac_cpp
='$CXXCPP $CPPFLAGS'
17547 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17548 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17549 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
17551 cat >conftest.
$ac_ext <<_ACEOF
17552 #line $LINENO "configure"
17555 cat confdefs.h
>>conftest.
$ac_ext
17556 cat >>conftest.
$ac_ext <<_ACEOF
17557 /* end confdefs.h. */
17562 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
17567 rm -f conftest.
$ac_objext
17568 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17569 (eval $ac_compile) 2>&5
17571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17572 (exit $ac_status); } &&
17573 { ac_try
='test -s conftest.$ac_objext'
17574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17575 (eval $ac_try) 2>&5
17577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17578 (exit $ac_status); }; }; then
17579 ac_cv_cxx_const_cast
=yes
17581 echo "$as_me: failed program was:" >&5
17582 sed 's/^/| /' conftest.
$ac_ext >&5
17584 ac_cv_cxx_const_cast
=no
17586 rm -f conftest.
$ac_objext conftest.
$ac_ext
17588 ac_cpp
='$CPP $CPPFLAGS'
17589 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17590 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17591 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
17595 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
17596 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
17597 if test "$ac_cv_cxx_const_cast" = yes; then
17599 cat >>confdefs.h
<<\_ACEOF
17600 #define HAVE_CONST_CAST
17608 /usr/local/include \
17610 /usr/Motif-1.2/include \
17611 /usr/Motif-2.1/include \
17613 /usr/include/Motif1.2 \
17614 /opt/xpm/include/X11 \
17615 /opt/GBxpm/include/ \
17616 /opt/GBxpm/X11/include/ \
17618 /usr/Motif1.2/include \
17620 /usr/openwin/include \
17624 /usr/X11R6/include \
17625 /usr/X11R6.4/include \
17626 /usr/X11R5/include \
17627 /usr/X11R4/include \
17629 /usr/include/X11R6 \
17630 /usr/include/X11R5 \
17631 /usr/include/X11R4 \
17633 /usr/local/X11R6/include \
17634 /usr/local/X11R5/include \
17635 /usr/local/X11R4/include \
17637 /usr/local/include/X11R6 \
17638 /usr/local/include/X11R5 \
17639 /usr/local/include/X11R4 \
17643 /usr/local/X11/include \
17644 /usr/local/include/X11 \
17646 /usr/X386/include \
17647 /usr/x386/include \
17648 /usr/XFree86/include/X11 \
17650 X:/XFree86/include \
17651 X:/XFree86/include/X11 \
17654 /usr/local/include/gtk \
17655 /usr/include/glib \
17656 /usr/local/include/glib \
17659 /usr/local/include/qt \
17661 /usr/include/windows \
17662 /usr/include/wine \
17663 /usr/local/include/wine \
17665 /usr/unsupported/include \
17666 /usr/athena/include \
17667 /usr/local/x11r5/include \
17668 /usr/lpp/Xamples/include \
17670 /usr/openwin/share/include"
17672 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
17675 cat >confcache
<<\_ACEOF
17676 # This file is a shell script that caches the results of configure
17677 # tests run on this system so they can be shared between configure
17678 # scripts and configure runs, see configure's option --config-cache.
17679 # It is not useful on other systems. If it contains results you don't
17680 # want to keep, you may remove or edit it.
17682 # config.status only pays attention to the cache file if you give it
17683 # the --recheck option to rerun configure.
17685 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17686 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17687 # following values.
17691 # The following way of writing the cache mishandles newlines in values,
17692 # but we know of no workaround that is simple, portable, and efficient.
17693 # So, don't put newlines in cache variables' values.
17694 # Ultrix sh set writes to stderr and can't be redirected directly,
17695 # and sets the high bit in the cache file unless we assign to the vars.
17698 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17700 # `set' does not quote correctly, so add quotes (double-quote
17701 # substitution turns \\\\ into \\, and sed turns \\ into \).
17704 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17707 # `set' quotes correctly as required by POSIX, so do not add quotes.
17709 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17716 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17718 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17720 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
17721 if test -w $cache_file; then
17722 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
17723 cat confcache
>$cache_file
17725 echo "not updating unwritable cache $cache_file"
17730 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
17731 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
17732 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
17733 if test "${wx_cv_lib_glibc21+set}" = set; then
17734 echo $ECHO_N "(cached) $ECHO_C" >&6
17737 cat >conftest.
$ac_ext <<_ACEOF
17738 #line $LINENO "configure"
17741 cat confdefs.h
>>conftest.
$ac_ext
17742 cat >>conftest.
$ac_ext <<_ACEOF
17743 /* end confdefs.h. */
17744 #include <features.h>
17749 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
17750 #error not glibc2.1
17757 rm -f conftest.
$ac_objext
17758 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17759 (eval $ac_compile) 2>&5
17761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17762 (exit $ac_status); } &&
17763 { ac_try
='test -s conftest.$ac_objext'
17764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17765 (eval $ac_try) 2>&5
17767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17768 (exit $ac_status); }; }; then
17770 wx_cv_lib_glibc21
=yes
17773 echo "$as_me: failed program was:" >&5
17774 sed 's/^/| /' conftest.
$ac_ext >&5
17777 wx_cv_lib_glibc21
=no
17781 rm -f conftest.
$ac_objext conftest.
$ac_ext
17784 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
17785 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
17786 if test "$wx_cv_lib_glibc21" = "yes"; then
17787 cat >>confdefs.h
<<\_ACEOF
17788 #define wxHAVE_GLIBC2 1
17794 if test "x$wx_cv_lib_glibc21" = "xyes"; then
17795 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
17796 cat >>confdefs.h
<<\_ACEOF
17797 #define _GNU_SOURCE 1
17806 if test "$wxUSE_REGEX" != "no"; then
17807 cat >>confdefs.h
<<\_ACEOF
17808 #define wxUSE_REGEX 1
17812 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
17813 if test "${ac_cv_header_regex_h+set}" = set; then
17814 echo "$as_me:$LINENO: checking for regex.h" >&5
17815 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
17816 if test "${ac_cv_header_regex_h+set}" = set; then
17817 echo $ECHO_N "(cached) $ECHO_C" >&6
17819 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
17820 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
17822 # Is the header compilable?
17823 echo "$as_me:$LINENO: checking regex.h usability" >&5
17824 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
17825 cat >conftest.
$ac_ext <<_ACEOF
17826 #line $LINENO "configure"
17829 cat confdefs.h
>>conftest.
$ac_ext
17830 cat >>conftest.
$ac_ext <<_ACEOF
17831 /* end confdefs.h. */
17832 $ac_includes_default
17835 rm -f conftest.
$ac_objext
17836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17837 (eval $ac_compile) 2>&5
17839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17840 (exit $ac_status); } &&
17841 { ac_try
='test -s conftest.$ac_objext'
17842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17843 (eval $ac_try) 2>&5
17845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17846 (exit $ac_status); }; }; then
17847 ac_header_compiler
=yes
17849 echo "$as_me: failed program was:" >&5
17850 sed 's/^/| /' conftest.
$ac_ext >&5
17852 ac_header_compiler
=no
17854 rm -f conftest.
$ac_objext conftest.
$ac_ext
17855 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17856 echo "${ECHO_T}$ac_header_compiler" >&6
17858 # Is the header present?
17859 echo "$as_me:$LINENO: checking regex.h presence" >&5
17860 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
17861 cat >conftest.
$ac_ext <<_ACEOF
17862 #line $LINENO "configure"
17865 cat confdefs.h
>>conftest.
$ac_ext
17866 cat >>conftest.
$ac_ext <<_ACEOF
17867 /* end confdefs.h. */
17870 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17871 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17873 grep -v '^ *+' conftest.er1
>conftest.err
17875 cat conftest.err
>&5
17876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17877 (exit $ac_status); } >/dev
/null
; then
17878 if test -s conftest.err
; then
17879 ac_cpp_err
=$ac_c_preproc_warn_flag
17886 if test -z "$ac_cpp_err"; then
17887 ac_header_preproc
=yes
17889 echo "$as_me: failed program was:" >&5
17890 sed 's/^/| /' conftest.
$ac_ext >&5
17892 ac_header_preproc
=no
17894 rm -f conftest.err conftest.
$ac_ext
17895 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17896 echo "${ECHO_T}$ac_header_preproc" >&6
17898 # So? What about this header?
17899 case $ac_header_compiler:$ac_header_preproc in
17901 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
17902 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17903 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
17904 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
17907 ## ------------------------------------ ##
17908 ## Report this to bug-autoconf@gnu.org. ##
17909 ## ------------------------------------ ##
17912 sed "s/^/$as_me: WARNING: /" >&2
17915 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
17916 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
17917 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
17918 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
17919 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
17920 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
17923 ## ------------------------------------ ##
17924 ## Report this to bug-autoconf@gnu.org. ##
17925 ## ------------------------------------ ##
17928 sed "s/^/$as_me: WARNING: /" >&2
17931 echo "$as_me:$LINENO: checking for regex.h" >&5
17932 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
17933 if test "${ac_cv_header_regex_h+set}" = set; then
17934 echo $ECHO_N "(cached) $ECHO_C" >&6
17936 ac_cv_header_regex_h
=$ac_header_preproc
17938 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
17939 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
17942 if test $ac_cv_header_regex_h = yes; then
17944 for ac_func
in regcomp
17946 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17947 echo "$as_me:$LINENO: checking for $ac_func" >&5
17948 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
17949 if eval "test \"\${$as_ac_var+set}\" = set"; then
17950 echo $ECHO_N "(cached) $ECHO_C" >&6
17952 cat >conftest.
$ac_ext <<_ACEOF
17953 #line $LINENO "configure"
17956 cat confdefs.h
>>conftest.
$ac_ext
17957 cat >>conftest.
$ac_ext <<_ACEOF
17958 /* end confdefs.h. */
17959 /* System header to define __stub macros and hopefully few prototypes,
17960 which can conflict with char $ac_func (); below.
17961 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17962 <limits.h> exists even on freestanding compilers. */
17964 # include <limits.h>
17966 # include <assert.h>
17968 /* Override any gcc2 internal prototype to avoid an error. */
17973 /* We use char because int might match the return type of a gcc2
17974 builtin and then its argument prototype would still apply. */
17976 /* The GNU C library defines this for functions which it implements
17977 to always fail with ENOSYS. Some functions are actually named
17978 something starting with __ and the normal name is an alias. */
17979 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17982 char (*f) () = $ac_func;
17991 return f != $ac_func;
17996 rm -f conftest.
$ac_objext conftest
$ac_exeext
17997 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17998 (eval $ac_link) 2>&5
18000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18001 (exit $ac_status); } &&
18002 { ac_try
='test -s conftest$ac_exeext'
18003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18004 (eval $ac_try) 2>&5
18006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18007 (exit $ac_status); }; }; then
18008 eval "$as_ac_var=yes"
18010 echo "$as_me: failed program was:" >&5
18011 sed 's/^/| /' conftest.
$ac_ext >&5
18013 eval "$as_ac_var=no"
18015 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18017 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18018 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18019 if test `eval echo '${'$as_ac_var'}'` = yes; then
18020 cat >>confdefs.h
<<_ACEOF
18021 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18031 if test "x$ac_cv_func_regcomp" != "xyes"; then
18032 if test "$wxUSE_REGEX" = "sys" ; then
18033 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
18034 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
18035 { (exit 1); exit 1; }; }
18037 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
18038 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
18039 wxUSE_REGEX
=builtin
18046 if test "$wxUSE_REGEX" = "builtin" ; then
18047 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
18054 if test "$wxUSE_ZLIB" != "no" ; then
18055 cat >>confdefs.h
<<\_ACEOF
18056 #define wxUSE_ZLIB 1
18060 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
18061 if test "$USE_DARWIN" = 1; then
18062 system_zlib_h_ok
="yes"
18064 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
18065 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
18066 if test "${ac_cv_header_zlib_h+set}" = set; then
18067 echo $ECHO_N "(cached) $ECHO_C" >&6
18069 if test "$cross_compiling" = yes; then
18070 unset ac_cv_header_zlib_h
18073 cat >conftest.
$ac_ext <<_ACEOF
18074 #line $LINENO "configure"
18077 cat confdefs.h
>>conftest.
$ac_ext
18078 cat >>conftest.
$ac_ext <<_ACEOF
18079 /* end confdefs.h. */
18086 FILE *f=fopen("conftestval", "w");
18089 ZLIB_VERSION[0] == '1' &&
18090 (ZLIB_VERSION[2] > '1' ||
18091 (ZLIB_VERSION[2] == '1' &&
18092 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
18097 rm -f conftest
$ac_exeext
18098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18099 (eval $ac_link) 2>&5
18101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18102 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18104 (eval $ac_try) 2>&5
18106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18107 (exit $ac_status); }; }; then
18108 ac_cv_header_zlib_h
=`cat conftestval`
18110 echo "$as_me: program exited with status $ac_status" >&5
18111 echo "$as_me: failed program was:" >&5
18112 sed 's/^/| /' conftest.
$ac_ext >&5
18114 ( exit $ac_status )
18115 ac_cv_header_zlib_h
=no
18117 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18121 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18122 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18123 if test "${ac_cv_header_zlib_h+set}" = set; then
18124 echo "$as_me:$LINENO: checking for zlib.h" >&5
18125 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18126 if test "${ac_cv_header_zlib_h+set}" = set; then
18127 echo $ECHO_N "(cached) $ECHO_C" >&6
18129 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18130 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18132 # Is the header compilable?
18133 echo "$as_me:$LINENO: checking zlib.h usability" >&5
18134 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
18135 cat >conftest.
$ac_ext <<_ACEOF
18136 #line $LINENO "configure"
18139 cat confdefs.h
>>conftest.
$ac_ext
18140 cat >>conftest.
$ac_ext <<_ACEOF
18141 /* end confdefs.h. */
18142 $ac_includes_default
18145 rm -f conftest.
$ac_objext
18146 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18147 (eval $ac_compile) 2>&5
18149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18150 (exit $ac_status); } &&
18151 { ac_try
='test -s conftest.$ac_objext'
18152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18153 (eval $ac_try) 2>&5
18155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18156 (exit $ac_status); }; }; then
18157 ac_header_compiler
=yes
18159 echo "$as_me: failed program was:" >&5
18160 sed 's/^/| /' conftest.
$ac_ext >&5
18162 ac_header_compiler
=no
18164 rm -f conftest.
$ac_objext conftest.
$ac_ext
18165 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18166 echo "${ECHO_T}$ac_header_compiler" >&6
18168 # Is the header present?
18169 echo "$as_me:$LINENO: checking zlib.h presence" >&5
18170 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
18171 cat >conftest.
$ac_ext <<_ACEOF
18172 #line $LINENO "configure"
18175 cat confdefs.h
>>conftest.
$ac_ext
18176 cat >>conftest.
$ac_ext <<_ACEOF
18177 /* end confdefs.h. */
18180 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18181 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18183 grep -v '^ *+' conftest.er1
>conftest.err
18185 cat conftest.err
>&5
18186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18187 (exit $ac_status); } >/dev
/null
; then
18188 if test -s conftest.err
; then
18189 ac_cpp_err
=$ac_c_preproc_warn_flag
18196 if test -z "$ac_cpp_err"; then
18197 ac_header_preproc
=yes
18199 echo "$as_me: failed program was:" >&5
18200 sed 's/^/| /' conftest.
$ac_ext >&5
18202 ac_header_preproc
=no
18204 rm -f conftest.err conftest.
$ac_ext
18205 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18206 echo "${ECHO_T}$ac_header_preproc" >&6
18208 # So? What about this header?
18209 case $ac_header_compiler:$ac_header_preproc in
18211 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
18212 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18213 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18214 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18217 ## ------------------------------------ ##
18218 ## Report this to bug-autoconf@gnu.org. ##
18219 ## ------------------------------------ ##
18222 sed "s/^/$as_me: WARNING: /" >&2
18225 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
18226 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
18227 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
18228 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
18229 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18230 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18233 ## ------------------------------------ ##
18234 ## Report this to bug-autoconf@gnu.org. ##
18235 ## ------------------------------------ ##
18238 sed "s/^/$as_me: WARNING: /" >&2
18241 echo "$as_me:$LINENO: checking for zlib.h" >&5
18242 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18243 if test "${ac_cv_header_zlib_h+set}" = set; then
18244 echo $ECHO_N "(cached) $ECHO_C" >&6
18246 ac_cv_header_zlib_h
=$ac_header_preproc
18248 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18249 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18255 system_zlib_h_ok
=$ac_cv_header_zlib_h
18258 if test "$system_zlib_h_ok" = "yes"; then
18259 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
18260 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
18261 if test "${ac_cv_lib_z_deflate+set}" = set; then
18262 echo $ECHO_N "(cached) $ECHO_C" >&6
18264 ac_check_lib_save_LIBS
=$LIBS
18266 cat >conftest.
$ac_ext <<_ACEOF
18267 #line $LINENO "configure"
18270 cat confdefs.h
>>conftest.
$ac_ext
18271 cat >>conftest.
$ac_ext <<_ACEOF
18272 /* end confdefs.h. */
18274 /* Override any gcc2 internal prototype to avoid an error. */
18278 /* We use char because int might match the return type of a gcc2
18279 builtin and then its argument prototype would still apply. */
18289 rm -f conftest.
$ac_objext conftest
$ac_exeext
18290 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18291 (eval $ac_link) 2>&5
18293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18294 (exit $ac_status); } &&
18295 { ac_try
='test -s conftest$ac_exeext'
18296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18297 (eval $ac_try) 2>&5
18299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18300 (exit $ac_status); }; }; then
18301 ac_cv_lib_z_deflate
=yes
18303 echo "$as_me: failed program was:" >&5
18304 sed 's/^/| /' conftest.
$ac_ext >&5
18306 ac_cv_lib_z_deflate
=no
18308 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18309 LIBS
=$ac_check_lib_save_LIBS
18311 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
18312 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
18313 if test $ac_cv_lib_z_deflate = yes; then
18319 if test "x$ZLIB_LINK" = "x" ; then
18320 if test "$wxUSE_ZLIB" = "sys" ; then
18321 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
18322 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
18323 { (exit 1); exit 1; }; }
18325 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
18326 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
18334 if test "$wxUSE_ZLIB" = "builtin" ; then
18335 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
18342 if test "$wxUSE_LIBPNG" != "no" ; then
18343 cat >>confdefs.h
<<\_ACEOF
18344 #define wxUSE_LIBPNG 1
18348 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
18349 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
18350 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
18354 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
18355 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
18356 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
18357 wxUSE_LIBPNG
=builtin
18360 if test "$wxUSE_MGL" != 1 ; then
18361 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
18362 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
18363 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
18364 if test "${ac_cv_header_png_h+set}" = set; then
18365 echo $ECHO_N "(cached) $ECHO_C" >&6
18367 if test "$cross_compiling" = yes; then
18368 unset ac_cv_header_png_h
18371 cat >conftest.
$ac_ext <<_ACEOF
18372 #line $LINENO "configure"
18375 cat confdefs.h
>>conftest.
$ac_ext
18376 cat >>conftest.
$ac_ext <<_ACEOF
18377 /* end confdefs.h. */
18384 FILE *f=fopen("conftestval", "w");
18387 PNG_LIBPNG_VER > 90 ? "yes" : "no");
18392 rm -f conftest
$ac_exeext
18393 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18394 (eval $ac_link) 2>&5
18396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18397 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18399 (eval $ac_try) 2>&5
18401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18402 (exit $ac_status); }; }; then
18403 ac_cv_header_png_h
=`cat conftestval`
18405 echo "$as_me: program exited with status $ac_status" >&5
18406 echo "$as_me: failed program was:" >&5
18407 sed 's/^/| /' conftest.
$ac_ext >&5
18409 ( exit $ac_status )
18410 ac_cv_header_png_h
=no
18412 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18416 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18417 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18418 if test "${ac_cv_header_png_h+set}" = set; then
18419 echo "$as_me:$LINENO: checking for png.h" >&5
18420 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18421 if test "${ac_cv_header_png_h+set}" = set; then
18422 echo $ECHO_N "(cached) $ECHO_C" >&6
18424 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18425 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18427 # Is the header compilable?
18428 echo "$as_me:$LINENO: checking png.h usability" >&5
18429 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
18430 cat >conftest.
$ac_ext <<_ACEOF
18431 #line $LINENO "configure"
18434 cat confdefs.h
>>conftest.
$ac_ext
18435 cat >>conftest.
$ac_ext <<_ACEOF
18436 /* end confdefs.h. */
18437 $ac_includes_default
18440 rm -f conftest.
$ac_objext
18441 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18442 (eval $ac_compile) 2>&5
18444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18445 (exit $ac_status); } &&
18446 { ac_try
='test -s conftest.$ac_objext'
18447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18448 (eval $ac_try) 2>&5
18450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18451 (exit $ac_status); }; }; then
18452 ac_header_compiler
=yes
18454 echo "$as_me: failed program was:" >&5
18455 sed 's/^/| /' conftest.
$ac_ext >&5
18457 ac_header_compiler
=no
18459 rm -f conftest.
$ac_objext conftest.
$ac_ext
18460 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18461 echo "${ECHO_T}$ac_header_compiler" >&6
18463 # Is the header present?
18464 echo "$as_me:$LINENO: checking png.h presence" >&5
18465 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
18466 cat >conftest.
$ac_ext <<_ACEOF
18467 #line $LINENO "configure"
18470 cat confdefs.h
>>conftest.
$ac_ext
18471 cat >>conftest.
$ac_ext <<_ACEOF
18472 /* end confdefs.h. */
18475 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18476 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18478 grep -v '^ *+' conftest.er1
>conftest.err
18480 cat conftest.err
>&5
18481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18482 (exit $ac_status); } >/dev
/null
; then
18483 if test -s conftest.err
; then
18484 ac_cpp_err
=$ac_c_preproc_warn_flag
18491 if test -z "$ac_cpp_err"; then
18492 ac_header_preproc
=yes
18494 echo "$as_me: failed program was:" >&5
18495 sed 's/^/| /' conftest.
$ac_ext >&5
18497 ac_header_preproc
=no
18499 rm -f conftest.err conftest.
$ac_ext
18500 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18501 echo "${ECHO_T}$ac_header_preproc" >&6
18503 # So? What about this header?
18504 case $ac_header_compiler:$ac_header_preproc in
18506 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
18507 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18508 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18509 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18512 ## ------------------------------------ ##
18513 ## Report this to bug-autoconf@gnu.org. ##
18514 ## ------------------------------------ ##
18517 sed "s/^/$as_me: WARNING: /" >&2
18520 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
18521 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
18522 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
18523 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
18524 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18525 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18528 ## ------------------------------------ ##
18529 ## Report this to bug-autoconf@gnu.org. ##
18530 ## ------------------------------------ ##
18533 sed "s/^/$as_me: WARNING: /" >&2
18536 echo "$as_me:$LINENO: checking for png.h" >&5
18537 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18538 if test "${ac_cv_header_png_h+set}" = set; then
18539 echo $ECHO_N "(cached) $ECHO_C" >&6
18541 ac_cv_header_png_h
=$ac_header_preproc
18543 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18544 echo "${ECHO_T}$ac_cv_header_png_h" >&6
18550 if test "$ac_cv_header_png_h" = "yes"; then
18551 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
18552 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
18553 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
18554 echo $ECHO_N "(cached) $ECHO_C" >&6
18556 ac_check_lib_save_LIBS
=$LIBS
18557 LIBS
="-lpng -lz -lm $LIBS"
18558 cat >conftest.
$ac_ext <<_ACEOF
18559 #line $LINENO "configure"
18562 cat confdefs.h
>>conftest.
$ac_ext
18563 cat >>conftest.
$ac_ext <<_ACEOF
18564 /* end confdefs.h. */
18566 /* Override any gcc2 internal prototype to avoid an error. */
18570 /* We use char because int might match the return type of a gcc2
18571 builtin and then its argument prototype would still apply. */
18572 char png_check_sig ();
18581 rm -f conftest.
$ac_objext conftest
$ac_exeext
18582 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18583 (eval $ac_link) 2>&5
18585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18586 (exit $ac_status); } &&
18587 { ac_try
='test -s conftest$ac_exeext'
18588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18589 (eval $ac_try) 2>&5
18591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18592 (exit $ac_status); }; }; then
18593 ac_cv_lib_png_png_check_sig
=yes
18595 echo "$as_me: failed program was:" >&5
18596 sed 's/^/| /' conftest.
$ac_ext >&5
18598 ac_cv_lib_png_png_check_sig
=no
18600 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18601 LIBS
=$ac_check_lib_save_LIBS
18603 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
18604 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
18605 if test $ac_cv_lib_png_png_check_sig = yes; then
18611 if test "x$PNG_LINK" = "x" ; then
18612 if test "$wxUSE_LIBPNG" = "sys" ; then
18613 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
18614 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
18615 { (exit 1); exit 1; }; }
18617 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
18618 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
18619 wxUSE_LIBPNG
=builtin
18627 if test "$wxUSE_LIBPNG" = "builtin" ; then
18628 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
18631 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
18637 if test "$wxUSE_LIBJPEG" != "no" ; then
18638 cat >>confdefs.h
<<\_ACEOF
18639 #define wxUSE_LIBJPEG 1
18643 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
18644 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
18645 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
18649 if test "$wxUSE_MGL" != 1 ; then
18650 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
18651 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
18652 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
18653 if test "${ac_cv_header_jpeglib_h+set}" = set; then
18654 echo $ECHO_N "(cached) $ECHO_C" >&6
18656 cat >conftest.
$ac_ext <<_ACEOF
18657 #line $LINENO "configure"
18660 cat confdefs.h
>>conftest.
$ac_ext
18661 cat >>conftest.
$ac_ext <<_ACEOF
18662 /* end confdefs.h. */
18664 #undef HAVE_STDLIB_H
18666 #include <jpeglib.h>
18677 rm -f conftest.
$ac_objext
18678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18679 (eval $ac_compile) 2>&5
18681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18682 (exit $ac_status); } &&
18683 { ac_try
='test -s conftest.$ac_objext'
18684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18685 (eval $ac_try) 2>&5
18687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18688 (exit $ac_status); }; }; then
18689 ac_cv_header_jpeglib_h
=yes
18691 echo "$as_me: failed program was:" >&5
18692 sed 's/^/| /' conftest.
$ac_ext >&5
18694 ac_cv_header_jpeglib_h
=no
18697 rm -f conftest.
$ac_objext conftest.
$ac_ext
18701 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
18702 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
18704 if test "$ac_cv_header_jpeglib_h" = "yes"; then
18705 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
18706 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
18707 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
18708 echo $ECHO_N "(cached) $ECHO_C" >&6
18710 ac_check_lib_save_LIBS
=$LIBS
18711 LIBS
="-ljpeg $LIBS"
18712 cat >conftest.
$ac_ext <<_ACEOF
18713 #line $LINENO "configure"
18716 cat confdefs.h
>>conftest.
$ac_ext
18717 cat >>conftest.
$ac_ext <<_ACEOF
18718 /* end confdefs.h. */
18720 /* Override any gcc2 internal prototype to avoid an error. */
18724 /* We use char because int might match the return type of a gcc2
18725 builtin and then its argument prototype would still apply. */
18726 char jpeg_read_header ();
18730 jpeg_read_header ();
18735 rm -f conftest.
$ac_objext conftest
$ac_exeext
18736 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18737 (eval $ac_link) 2>&5
18739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18740 (exit $ac_status); } &&
18741 { ac_try
='test -s conftest$ac_exeext'
18742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18743 (eval $ac_try) 2>&5
18745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18746 (exit $ac_status); }; }; then
18747 ac_cv_lib_jpeg_jpeg_read_header
=yes
18749 echo "$as_me: failed program was:" >&5
18750 sed 's/^/| /' conftest.
$ac_ext >&5
18752 ac_cv_lib_jpeg_jpeg_read_header
=no
18754 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18755 LIBS
=$ac_check_lib_save_LIBS
18757 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
18758 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
18759 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
18760 JPEG_LINK
=" -ljpeg"
18765 if test "x$JPEG_LINK" = "x" ; then
18766 if test "$wxUSE_LIBJPEG" = "sys" ; then
18767 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
18768 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
18769 { (exit 1); exit 1; }; }
18771 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
18772 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
18773 wxUSE_LIBJPEG
=builtin
18781 if test "$wxUSE_LIBJPEG" = "builtin" ; then
18782 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
18789 TIFF_PREREQ_LINKS
=-lm
18790 if test "$wxUSE_LIBTIFF" != "no" ; then
18791 cat >>confdefs.h
<<\_ACEOF
18792 #define wxUSE_LIBTIFF 1
18796 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
18797 if test "$wxUSE_LIBJPEG" = "sys"; then
18798 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
18800 if test "$wxUSE_ZLIB" = "sys"; then
18801 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
18803 if test "${ac_cv_header_tiffio_h+set}" = set; then
18804 echo "$as_me:$LINENO: checking for tiffio.h" >&5
18805 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
18806 if test "${ac_cv_header_tiffio_h+set}" = set; then
18807 echo $ECHO_N "(cached) $ECHO_C" >&6
18809 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
18810 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
18812 # Is the header compilable?
18813 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
18814 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
18815 cat >conftest.
$ac_ext <<_ACEOF
18816 #line $LINENO "configure"
18819 cat confdefs.h
>>conftest.
$ac_ext
18820 cat >>conftest.
$ac_ext <<_ACEOF
18821 /* end confdefs.h. */
18822 $ac_includes_default
18823 #include <tiffio.h>
18825 rm -f conftest.
$ac_objext
18826 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18827 (eval $ac_compile) 2>&5
18829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18830 (exit $ac_status); } &&
18831 { ac_try
='test -s conftest.$ac_objext'
18832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18833 (eval $ac_try) 2>&5
18835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18836 (exit $ac_status); }; }; then
18837 ac_header_compiler
=yes
18839 echo "$as_me: failed program was:" >&5
18840 sed 's/^/| /' conftest.
$ac_ext >&5
18842 ac_header_compiler
=no
18844 rm -f conftest.
$ac_objext conftest.
$ac_ext
18845 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18846 echo "${ECHO_T}$ac_header_compiler" >&6
18848 # Is the header present?
18849 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
18850 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
18851 cat >conftest.
$ac_ext <<_ACEOF
18852 #line $LINENO "configure"
18855 cat confdefs.h
>>conftest.
$ac_ext
18856 cat >>conftest.
$ac_ext <<_ACEOF
18857 /* end confdefs.h. */
18858 #include <tiffio.h>
18860 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18861 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18863 grep -v '^ *+' conftest.er1
>conftest.err
18865 cat conftest.err
>&5
18866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18867 (exit $ac_status); } >/dev
/null
; then
18868 if test -s conftest.err
; then
18869 ac_cpp_err
=$ac_c_preproc_warn_flag
18876 if test -z "$ac_cpp_err"; then
18877 ac_header_preproc
=yes
18879 echo "$as_me: failed program was:" >&5
18880 sed 's/^/| /' conftest.
$ac_ext >&5
18882 ac_header_preproc
=no
18884 rm -f conftest.err conftest.
$ac_ext
18885 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18886 echo "${ECHO_T}$ac_header_preproc" >&6
18888 # So? What about this header?
18889 case $ac_header_compiler:$ac_header_preproc in
18891 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
18892 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18893 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
18894 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
18897 ## ------------------------------------ ##
18898 ## Report this to bug-autoconf@gnu.org. ##
18899 ## ------------------------------------ ##
18902 sed "s/^/$as_me: WARNING: /" >&2
18905 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
18906 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
18907 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
18908 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
18909 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
18910 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
18913 ## ------------------------------------ ##
18914 ## Report this to bug-autoconf@gnu.org. ##
18915 ## ------------------------------------ ##
18918 sed "s/^/$as_me: WARNING: /" >&2
18921 echo "$as_me:$LINENO: checking for tiffio.h" >&5
18922 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
18923 if test "${ac_cv_header_tiffio_h+set}" = set; then
18924 echo $ECHO_N "(cached) $ECHO_C" >&6
18926 ac_cv_header_tiffio_h
=$ac_header_preproc
18928 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
18929 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
18932 if test $ac_cv_header_tiffio_h = yes; then
18933 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
18934 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
18935 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
18936 echo $ECHO_N "(cached) $ECHO_C" >&6
18938 ac_check_lib_save_LIBS
=$LIBS
18939 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
18940 cat >conftest.
$ac_ext <<_ACEOF
18941 #line $LINENO "configure"
18944 cat confdefs.h
>>conftest.
$ac_ext
18945 cat >>conftest.
$ac_ext <<_ACEOF
18946 /* end confdefs.h. */
18948 /* Override any gcc2 internal prototype to avoid an error. */
18952 /* We use char because int might match the return type of a gcc2
18953 builtin and then its argument prototype would still apply. */
18963 rm -f conftest.
$ac_objext conftest
$ac_exeext
18964 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18965 (eval $ac_link) 2>&5
18967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18968 (exit $ac_status); } &&
18969 { ac_try
='test -s conftest$ac_exeext'
18970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18971 (eval $ac_try) 2>&5
18973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18974 (exit $ac_status); }; }; then
18975 ac_cv_lib_tiff_TIFFError
=yes
18977 echo "$as_me: failed program was:" >&5
18978 sed 's/^/| /' conftest.
$ac_ext >&5
18980 ac_cv_lib_tiff_TIFFError
=no
18982 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
18983 LIBS
=$ac_check_lib_save_LIBS
18985 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
18986 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
18987 if test $ac_cv_lib_tiff_TIFFError = yes; then
18988 TIFF_LINK
=" -ltiff"
18996 if test "x$TIFF_LINK" = "x" ; then
18997 if test "$wxUSE_LIBTIFF" = "sys" ; then
18998 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
18999 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
19000 { (exit 1); exit 1; }; }
19002 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
19003 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
19004 wxUSE_LIBTIFF
=builtin
19011 if test "$wxUSE_LIBTIFF" = "builtin" ; then
19012 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
19024 if test "$USE_WIN32" = 1 ; then
19026 for ac_header
in w32api.h
19028 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19029 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19030 echo "$as_me:$LINENO: checking for $ac_header" >&5
19031 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19032 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19033 echo $ECHO_N "(cached) $ECHO_C" >&6
19035 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19036 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19038 # Is the header compilable?
19039 echo "$as_me:$LINENO: checking $ac_header usability" >&5
19040 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19041 cat >conftest.
$ac_ext <<_ACEOF
19042 #line $LINENO "configure"
19045 cat confdefs.h
>>conftest.
$ac_ext
19046 cat >>conftest.
$ac_ext <<_ACEOF
19047 /* end confdefs.h. */
19048 $ac_includes_default
19049 #include <$ac_header>
19051 rm -f conftest.
$ac_objext
19052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19053 (eval $ac_compile) 2>&5
19055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19056 (exit $ac_status); } &&
19057 { ac_try
='test -s conftest.$ac_objext'
19058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19059 (eval $ac_try) 2>&5
19061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19062 (exit $ac_status); }; }; then
19063 ac_header_compiler
=yes
19065 echo "$as_me: failed program was:" >&5
19066 sed 's/^/| /' conftest.
$ac_ext >&5
19068 ac_header_compiler
=no
19070 rm -f conftest.
$ac_objext conftest.
$ac_ext
19071 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19072 echo "${ECHO_T}$ac_header_compiler" >&6
19074 # Is the header present?
19075 echo "$as_me:$LINENO: checking $ac_header presence" >&5
19076 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19077 cat >conftest.
$ac_ext <<_ACEOF
19078 #line $LINENO "configure"
19081 cat confdefs.h
>>conftest.
$ac_ext
19082 cat >>conftest.
$ac_ext <<_ACEOF
19083 /* end confdefs.h. */
19084 #include <$ac_header>
19086 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19087 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19089 grep -v '^ *+' conftest.er1
>conftest.err
19091 cat conftest.err
>&5
19092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19093 (exit $ac_status); } >/dev
/null
; then
19094 if test -s conftest.err
; then
19095 ac_cpp_err
=$ac_c_preproc_warn_flag
19102 if test -z "$ac_cpp_err"; then
19103 ac_header_preproc
=yes
19105 echo "$as_me: failed program was:" >&5
19106 sed 's/^/| /' conftest.
$ac_ext >&5
19108 ac_header_preproc
=no
19110 rm -f conftest.err conftest.
$ac_ext
19111 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19112 echo "${ECHO_T}$ac_header_preproc" >&6
19114 # So? What about this header?
19115 case $ac_header_compiler:$ac_header_preproc in
19117 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19118 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19119 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19120 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19123 ## ------------------------------------ ##
19124 ## Report this to bug-autoconf@gnu.org. ##
19125 ## ------------------------------------ ##
19128 sed "s/^/$as_me: WARNING: /" >&2
19131 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19132 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19133 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19134 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19135 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19136 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19139 ## ------------------------------------ ##
19140 ## Report this to bug-autoconf@gnu.org. ##
19141 ## ------------------------------------ ##
19144 sed "s/^/$as_me: WARNING: /" >&2
19147 echo "$as_me:$LINENO: checking for $ac_header" >&5
19148 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19149 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19150 echo $ECHO_N "(cached) $ECHO_C" >&6
19152 eval "$as_ac_Header=$ac_header_preproc"
19154 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19155 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19158 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19159 cat >>confdefs.h
<<_ACEOF
19160 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19167 if test "${ac_cv_header_windows_h+set}" = set; then
19168 echo "$as_me:$LINENO: checking for windows.h" >&5
19169 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19170 if test "${ac_cv_header_windows_h+set}" = set; then
19171 echo $ECHO_N "(cached) $ECHO_C" >&6
19173 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19174 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19176 # Is the header compilable?
19177 echo "$as_me:$LINENO: checking windows.h usability" >&5
19178 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
19179 cat >conftest.
$ac_ext <<_ACEOF
19180 #line $LINENO "configure"
19183 cat confdefs.h
>>conftest.
$ac_ext
19184 cat >>conftest.
$ac_ext <<_ACEOF
19185 /* end confdefs.h. */
19186 $ac_includes_default
19187 #include <windows.h>
19189 rm -f conftest.
$ac_objext
19190 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19191 (eval $ac_compile) 2>&5
19193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19194 (exit $ac_status); } &&
19195 { ac_try
='test -s conftest.$ac_objext'
19196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19197 (eval $ac_try) 2>&5
19199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19200 (exit $ac_status); }; }; then
19201 ac_header_compiler
=yes
19203 echo "$as_me: failed program was:" >&5
19204 sed 's/^/| /' conftest.
$ac_ext >&5
19206 ac_header_compiler
=no
19208 rm -f conftest.
$ac_objext conftest.
$ac_ext
19209 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19210 echo "${ECHO_T}$ac_header_compiler" >&6
19212 # Is the header present?
19213 echo "$as_me:$LINENO: checking windows.h presence" >&5
19214 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
19215 cat >conftest.
$ac_ext <<_ACEOF
19216 #line $LINENO "configure"
19219 cat confdefs.h
>>conftest.
$ac_ext
19220 cat >>conftest.
$ac_ext <<_ACEOF
19221 /* end confdefs.h. */
19222 #include <windows.h>
19224 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19225 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19227 grep -v '^ *+' conftest.er1
>conftest.err
19229 cat conftest.err
>&5
19230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19231 (exit $ac_status); } >/dev
/null
; then
19232 if test -s conftest.err
; then
19233 ac_cpp_err
=$ac_c_preproc_warn_flag
19240 if test -z "$ac_cpp_err"; then
19241 ac_header_preproc
=yes
19243 echo "$as_me: failed program was:" >&5
19244 sed 's/^/| /' conftest.
$ac_ext >&5
19246 ac_header_preproc
=no
19248 rm -f conftest.err conftest.
$ac_ext
19249 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19250 echo "${ECHO_T}$ac_header_preproc" >&6
19252 # So? What about this header?
19253 case $ac_header_compiler:$ac_header_preproc in
19255 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
19256 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19257 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19258 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19261 ## ------------------------------------ ##
19262 ## Report this to bug-autoconf@gnu.org. ##
19263 ## ------------------------------------ ##
19266 sed "s/^/$as_me: WARNING: /" >&2
19269 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
19270 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
19271 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
19272 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
19273 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19274 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19277 ## ------------------------------------ ##
19278 ## Report this to bug-autoconf@gnu.org. ##
19279 ## ------------------------------------ ##
19282 sed "s/^/$as_me: WARNING: /" >&2
19285 echo "$as_me:$LINENO: checking for windows.h" >&5
19286 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19287 if test "${ac_cv_header_windows_h+set}" = set; then
19288 echo $ECHO_N "(cached) $ECHO_C" >&6
19290 ac_cv_header_windows_h
=$ac_header_preproc
19292 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19293 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19296 if test $ac_cv_header_windows_h = yes; then
19300 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
19301 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
19302 { (exit 1); exit 1; }; }
19308 echo "$as_me:$LINENO: checking if w32api has good enough MSIE support" >&5
19309 echo $ECHO_N "checking if w32api has good enough MSIE support... $ECHO_C" >&6
19310 if test "${wx_cv_w32api_win32_ie+set}" = set; then
19311 echo $ECHO_N "(cached) $ECHO_C" >&6
19314 cat >conftest.
$ac_ext <<_ACEOF
19315 #line $LINENO "configure"
19318 cat confdefs.h
>>conftest.
$ac_ext
19319 cat >>conftest.
$ac_ext <<_ACEOF
19320 /* end confdefs.h. */
19321 #include <w32api.h>
19326 #define wxCHECK_W32API_VERSION( major, minor ) \
19327 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
19328 && ( ( __W32API_MAJOR_VERSION > (major) ) \
19329 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
19331 #if !wxCHECK_W32API_VERSION(1,1)
19332 #error You need w32api 1.1 or newer
19339 rm -f conftest.
$ac_objext
19340 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19341 (eval $ac_compile) 2>&5
19343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19344 (exit $ac_status); } &&
19345 { ac_try
='test -s conftest.$ac_objext'
19346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19347 (eval $ac_try) 2>&5
19349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19350 (exit $ac_status); }; }; then
19352 wx_cv_w32api_win32_ie
=yes
19355 echo "$as_me: failed program was:" >&5
19356 sed 's/^/| /' conftest.
$ac_ext >&5
19359 wx_cv_w32api_win32_ie
=no
19362 rm -f conftest.
$ac_objext conftest.
$ac_ext
19365 echo "$as_me:$LINENO: result: $wx_cv_w32api_win32_ie" >&5
19366 echo "${ECHO_T}$wx_cv_w32api_win32_ie" >&6
19367 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
19368 CPPFLAGS
="$CPPFLAGS -D_WIN32_IE=0x400"
19371 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
19373 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
19374 LIBS
="$LIBS -loleacc"
19379 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
19380 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
19383 if test "$wxUSE_ODBC" = "sys" ; then
19386 if test "$wxUSE_ODBC" = "yes" ; then
19387 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
19388 cat >>confdefs.h
<<\_ACEOF
19389 #define wxUSE_ODBC 1
19394 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
19395 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
19397 WIN32INSTALL
=win32install
19400 if test "$USE_DARWIN" = 1; then
19401 if test "$wxUSE_PRECOMP" = "yes"; then
19402 CPPFLAGS
="$CPPFLAGS -cpp-precomp"
19404 CPPFLAGS
="$CPPFLAGS -no-cpp-precomp"
19408 if test "$wxUSE_GUI" = "yes"; then
19417 if test "$wxUSE_MSW" = 1 ; then
19422 if test "$wxUSE_GTK" = 1; then
19423 echo "$as_me:$LINENO: checking for GTK+ version" >&5
19424 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
19426 gtk_version_cached
=1
19427 if test "${wx_cv_lib_gtk+set}" = set; then
19428 echo $ECHO_N "(cached) $ECHO_C" >&6
19431 gtk_version_cached
=0
19432 echo "$as_me:$LINENO: result: " >&5
19433 echo "${ECHO_T}" >&6
19436 if test "$wxUSE_THREADS" = "yes"; then
19437 GTK_MODULES
=gthread
19441 if test "x$wxUSE_GTK2" = "xyes"; then
19442 # Check whether --enable-gtktest or --disable-gtktest was given.
19443 if test "${enable_gtktest+set}" = set; then
19444 enableval
="$enable_gtktest"
19450 pkg_config_args
=gtk
+-2.0
19451 for module
in .
$GTK_MODULES
19455 pkg_config_args
="$pkg_config_args gthread-2.0"
19462 # Extract the first word of "pkg-config", so it can be a program name with args.
19463 set dummy pkg
-config; ac_word
=$2
19464 echo "$as_me:$LINENO: checking for $ac_word" >&5
19465 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19466 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
19467 echo $ECHO_N "(cached) $ECHO_C" >&6
19469 case $PKG_CONFIG in
19471 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
19474 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
19475 for as_dir
in $PATH
19478 test -z "$as_dir" && as_dir
=.
19479 for ac_exec_ext
in '' $ac_executable_extensions; do
19480 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19481 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
19482 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19488 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
19492 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
19494 if test -n "$PKG_CONFIG"; then
19495 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
19496 echo "${ECHO_T}$PKG_CONFIG" >&6
19498 echo "$as_me:$LINENO: result: no" >&5
19499 echo "${ECHO_T}no" >&6
19503 if test x
$PKG_CONFIG != xno
; then
19504 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
19507 echo *** pkg
-config too old
; version
0.7 or better required.
19515 min_gtk_version
=2.0.0
19516 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
19517 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
19519 if test x
$PKG_CONFIG != xno
; then
19520 ## don't try to run the test against uninstalled libtool libs
19521 if $PKG_CONFIG --uninstalled $pkg_config_args; then
19522 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
19526 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
19533 if test x
"$no_gtk" = x
; then
19534 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
19535 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
19536 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19537 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
19538 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19539 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
19540 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
19541 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
19542 if test "x$enable_gtktest" = "xyes" ; then
19543 ac_save_CFLAGS
="$CFLAGS"
19544 ac_save_LIBS
="$LIBS"
19545 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19546 LIBS
="$GTK_LIBS $LIBS"
19548 if test "$cross_compiling" = yes; then
19549 echo $ac_n "cross compiling; assumed OK... $ac_c"
19551 cat >conftest.
$ac_ext <<_ACEOF
19552 #line $LINENO "configure"
19555 cat confdefs.h
>>conftest.
$ac_ext
19556 cat >>conftest.
$ac_ext <<_ACEOF
19557 /* end confdefs.h. */
19559 #include <gtk/gtk.h>
19561 #include <stdlib.h>
19566 int major, minor, micro;
19569 system ("touch conf.gtktest");
19571 /* HP/UX 9 (%@#!) writes to sscanf strings */
19572 tmp_version = g_strdup("$min_gtk_version");
19573 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
19574 printf("%s, bad version string\n", "$min_gtk_version");
19578 if ((gtk_major_version != $gtk_config_major_version) ||
19579 (gtk_minor_version != $gtk_config_minor_version) ||
19580 (gtk_micro_version != $gtk_config_micro_version))
19582 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
19583 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
19584 gtk_major_version, gtk_minor_version, gtk_micro_version);
19585 printf ("*** was found! If pkg-config was correct, then it is best\n");
19586 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
19587 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
19588 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
19589 printf("*** required on your system.\n");
19590 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
19591 printf("*** to point to the correct configuration files\n");
19593 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
19594 (gtk_minor_version != GTK_MINOR_VERSION) ||
19595 (gtk_micro_version != GTK_MICRO_VERSION))
19597 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
19598 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
19599 printf("*** library (version %d.%d.%d)\n",
19600 gtk_major_version, gtk_minor_version, gtk_micro_version);
19604 if ((gtk_major_version > major) ||
19605 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
19606 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
19612 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
19613 gtk_major_version, gtk_minor_version, gtk_micro_version);
19614 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
19615 major, minor, micro);
19616 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
19618 printf("*** If you have already installed a sufficiently new version, this error\n");
19619 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
19620 printf("*** being found. The easiest way to fix this is to remove the old version\n");
19621 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
19622 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
19623 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
19624 printf("*** so that the correct libraries are found at run-time))\n");
19631 rm -f conftest
$ac_exeext
19632 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19633 (eval $ac_link) 2>&5
19635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19636 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19638 (eval $ac_try) 2>&5
19640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19641 (exit $ac_status); }; }; then
19644 echo "$as_me: program exited with status $ac_status" >&5
19645 echo "$as_me: failed program was:" >&5
19646 sed 's/^/| /' conftest.
$ac_ext >&5
19648 ( exit $ac_status )
19651 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19653 CFLAGS
="$ac_save_CFLAGS"
19654 LIBS
="$ac_save_LIBS"
19657 if test "x$no_gtk" = x
; then
19658 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
19659 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
19662 echo "$as_me:$LINENO: result: no" >&5
19663 echo "${ECHO_T}no" >&6
19664 if test "$PKG_CONFIG" = "no" ; then
19665 echo "*** A new enough version of pkg-config was not found."
19666 echo "*** See http://pkgconfig.sourceforge.net"
19668 if test -f conf.gtktest
; then
19671 echo "*** Could not run GTK+ test program, checking why..."
19672 ac_save_CFLAGS
="$CFLAGS"
19673 ac_save_LIBS
="$LIBS"
19674 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19675 LIBS
="$LIBS $GTK_LIBS"
19676 cat >conftest.
$ac_ext <<_ACEOF
19677 #line $LINENO "configure"
19680 cat confdefs.h
>>conftest.
$ac_ext
19681 cat >>conftest.
$ac_ext <<_ACEOF
19682 /* end confdefs.h. */
19684 #include <gtk/gtk.h>
19690 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
19695 rm -f conftest.
$ac_objext conftest
$ac_exeext
19696 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19697 (eval $ac_link) 2>&5
19699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19700 (exit $ac_status); } &&
19701 { ac_try
='test -s conftest$ac_exeext'
19702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19703 (eval $ac_try) 2>&5
19705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19706 (exit $ac_status); }; }; then
19707 echo "*** The test program compiled, but did not run. This usually means"
19708 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
19709 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
19710 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
19711 echo "*** to the installed location Also, make sure you have run ldconfig if that"
19712 echo "*** is required on your system"
19714 echo "*** If you have an old version installed, it is best to remove it, although"
19715 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
19717 echo "$as_me: failed program was:" >&5
19718 sed 's/^/| /' conftest.
$ac_ext >&5
19720 echo "*** The test program failed to compile or link. See the file config.log for the"
19721 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
19723 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
19724 CFLAGS
="$ac_save_CFLAGS"
19725 LIBS
="$ac_save_LIBS"
19738 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
19739 if test "${with_gtk_prefix+set}" = set; then
19740 withval
="$with_gtk_prefix"
19741 gtk_config_prefix
="$withval"
19743 gtk_config_prefix
=""
19746 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
19747 if test "${with_gtk_exec_prefix+set}" = set; then
19748 withval
="$with_gtk_exec_prefix"
19749 gtk_config_exec_prefix
="$withval"
19751 gtk_config_exec_prefix
=""
19753 # Check whether --enable-gtktest or --disable-gtktest was given.
19754 if test "${enable_gtktest+set}" = set; then
19755 enableval
="$enable_gtktest"
19761 for module
in .
$GTK_MODULES
19765 gtk_config_args
="$gtk_config_args gthread"
19770 if test x
$gtk_config_exec_prefix != x
; then
19771 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
19772 if test x
${GTK_CONFIG+set} != xset
; then
19773 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
19776 if test x
$gtk_config_prefix != x
; then
19777 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
19778 if test x
${GTK_CONFIG+set} != xset
; then
19779 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
19783 # Extract the first word of "gtk-config", so it can be a program name with args.
19784 set dummy gtk
-config; ac_word
=$2
19785 echo "$as_me:$LINENO: checking for $ac_word" >&5
19786 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19787 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
19788 echo $ECHO_N "(cached) $ECHO_C" >&6
19790 case $GTK_CONFIG in
19792 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
19795 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
19796 for as_dir
in $PATH
19799 test -z "$as_dir" && as_dir
=.
19800 for ac_exec_ext
in '' $ac_executable_extensions; do
19801 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19802 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
19803 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19809 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
19813 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
19815 if test -n "$GTK_CONFIG"; then
19816 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
19817 echo "${ECHO_T}$GTK_CONFIG" >&6
19819 echo "$as_me:$LINENO: result: no" >&5
19820 echo "${ECHO_T}no" >&6
19823 min_gtk_version
=1.2.7
19824 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
19825 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
19827 if test "$GTK_CONFIG" = "no" ; then
19830 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
19831 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
19832 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
19833 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
19834 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
19835 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
19836 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
19837 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
19838 if test "x$enable_gtktest" = "xyes" ; then
19839 ac_save_CFLAGS
="$CFLAGS"
19840 ac_save_LIBS
="$LIBS"
19841 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19842 LIBS
="$GTK_LIBS $LIBS"
19844 if test "$cross_compiling" = yes; then
19845 echo $ac_n "cross compiling; assumed OK... $ac_c"
19847 cat >conftest.
$ac_ext <<_ACEOF
19848 #line $LINENO "configure"
19851 cat confdefs.h
>>conftest.
$ac_ext
19852 cat >>conftest.
$ac_ext <<_ACEOF
19853 /* end confdefs.h. */
19855 #include <gtk/gtk.h>
19857 #include <stdlib.h>
19862 int major, minor, micro;
19865 system ("touch conf.gtktest");
19867 /* HP/UX 9 (%@#!) writes to sscanf strings */
19868 tmp_version = g_strdup("$min_gtk_version");
19869 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
19870 printf("%s, bad version string\n", "$min_gtk_version");
19874 if ((gtk_major_version != $gtk_config_major_version) ||
19875 (gtk_minor_version != $gtk_config_minor_version) ||
19876 (gtk_micro_version != $gtk_config_micro_version))
19878 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
19879 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
19880 gtk_major_version, gtk_minor_version, gtk_micro_version);
19881 printf ("*** was found! If gtk-config was correct, then it is best\n");
19882 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
19883 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
19884 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
19885 printf("*** required on your system.\n");
19886 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
19887 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
19888 printf("*** before re-running configure\n");
19890 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
19891 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
19892 (gtk_minor_version != GTK_MINOR_VERSION) ||
19893 (gtk_micro_version != GTK_MICRO_VERSION))
19895 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
19896 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
19897 printf("*** library (version %d.%d.%d)\n",
19898 gtk_major_version, gtk_minor_version, gtk_micro_version);
19900 #endif /* defined (GTK_MAJOR_VERSION) ... */
19903 if ((gtk_major_version > major) ||
19904 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
19905 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
19911 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
19912 gtk_major_version, gtk_minor_version, gtk_micro_version);
19913 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
19914 major, minor, micro);
19915 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
19917 printf("*** If you have already installed a sufficiently new version, this error\n");
19918 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
19919 printf("*** being found. The easiest way to fix this is to remove the old version\n");
19920 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
19921 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
19922 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
19923 printf("*** so that the correct libraries are found at run-time))\n");
19930 rm -f conftest
$ac_exeext
19931 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19932 (eval $ac_link) 2>&5
19934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19935 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19937 (eval $ac_try) 2>&5
19939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19940 (exit $ac_status); }; }; then
19943 echo "$as_me: program exited with status $ac_status" >&5
19944 echo "$as_me: failed program was:" >&5
19945 sed 's/^/| /' conftest.
$ac_ext >&5
19947 ( exit $ac_status )
19950 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19952 CFLAGS
="$ac_save_CFLAGS"
19953 LIBS
="$ac_save_LIBS"
19956 if test "x$no_gtk" = x
; then
19957 echo "$as_me:$LINENO: result: yes" >&5
19958 echo "${ECHO_T}yes" >&6
19959 wx_cv_lib_gtk
=1.2.7
19961 echo "$as_me:$LINENO: result: no" >&5
19962 echo "${ECHO_T}no" >&6
19963 if test "$GTK_CONFIG" = "no" ; then
19964 echo "*** The gtk-config script installed by GTK could not be found"
19965 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
19966 echo "*** your path, or set the GTK_CONFIG environment variable to the"
19967 echo "*** full path to gtk-config."
19969 if test -f conf.gtktest
; then
19972 echo "*** Could not run GTK test program, checking why..."
19973 CFLAGS
="$CFLAGS $GTK_CFLAGS"
19974 LIBS
="$LIBS $GTK_LIBS"
19975 cat >conftest.
$ac_ext <<_ACEOF
19976 #line $LINENO "configure"
19979 cat confdefs.h
>>conftest.
$ac_ext
19980 cat >>conftest.
$ac_ext <<_ACEOF
19981 /* end confdefs.h. */
19983 #include <gtk/gtk.h>
19989 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
19994 rm -f conftest.
$ac_objext conftest
$ac_exeext
19995 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19996 (eval $ac_link) 2>&5
19998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19999 (exit $ac_status); } &&
20000 { ac_try
='test -s conftest$ac_exeext'
20001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20002 (eval $ac_try) 2>&5
20004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20005 (exit $ac_status); }; }; then
20006 echo "*** The test program compiled, but did not run. This usually means"
20007 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20008 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20009 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20010 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20011 echo "*** is required on your system"
20013 echo "*** If you have an old version installed, it is best to remove it, although"
20014 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20016 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20017 echo "*** came with the system with the command"
20019 echo "*** rpm --erase --nodeps gtk gtk-devel"
20021 echo "$as_me: failed program was:" >&5
20022 sed 's/^/| /' conftest.
$ac_ext >&5
20024 echo "*** The test program failed to compile or link. See the file config.log for the"
20025 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20026 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20027 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20029 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20030 CFLAGS
="$ac_save_CFLAGS"
20031 LIBS
="$ac_save_LIBS"
20043 if test -z "$wx_cv_lib_gtk"; then
20045 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
20046 if test "${with_gtk_prefix+set}" = set; then
20047 withval
="$with_gtk_prefix"
20048 gtk_config_prefix
="$withval"
20050 gtk_config_prefix
=""
20053 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20054 if test "${with_gtk_exec_prefix+set}" = set; then
20055 withval
="$with_gtk_exec_prefix"
20056 gtk_config_exec_prefix
="$withval"
20058 gtk_config_exec_prefix
=""
20060 # Check whether --enable-gtktest or --disable-gtktest was given.
20061 if test "${enable_gtktest+set}" = set; then
20062 enableval
="$enable_gtktest"
20068 for module
in .
$GTK_MODULES
20072 gtk_config_args
="$gtk_config_args gthread"
20077 if test x
$gtk_config_exec_prefix != x
; then
20078 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20079 if test x
${GTK_CONFIG+set} != xset
; then
20080 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
20083 if test x
$gtk_config_prefix != x
; then
20084 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
20085 if test x
${GTK_CONFIG+set} != xset
; then
20086 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
20090 # Extract the first word of "gtk-config", so it can be a program name with args.
20091 set dummy gtk
-config; ac_word
=$2
20092 echo "$as_me:$LINENO: checking for $ac_word" >&5
20093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20094 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20095 echo $ECHO_N "(cached) $ECHO_C" >&6
20097 case $GTK_CONFIG in
20099 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
20102 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20103 for as_dir
in $PATH
20106 test -z "$as_dir" && as_dir
=.
20107 for ac_exec_ext
in '' $ac_executable_extensions; do
20108 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20109 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20110 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20116 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
20120 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
20122 if test -n "$GTK_CONFIG"; then
20123 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20124 echo "${ECHO_T}$GTK_CONFIG" >&6
20126 echo "$as_me:$LINENO: result: no" >&5
20127 echo "${ECHO_T}no" >&6
20130 min_gtk_version
=1.2.3
20131 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20132 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
20134 if test "$GTK_CONFIG" = "no" ; then
20137 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
20138 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
20139 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
20140 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20141 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
20142 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20143 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
20144 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20145 if test "x$enable_gtktest" = "xyes" ; then
20146 ac_save_CFLAGS
="$CFLAGS"
20147 ac_save_LIBS
="$LIBS"
20148 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20149 LIBS
="$GTK_LIBS $LIBS"
20151 if test "$cross_compiling" = yes; then
20152 echo $ac_n "cross compiling; assumed OK... $ac_c"
20154 cat >conftest.
$ac_ext <<_ACEOF
20155 #line $LINENO "configure"
20158 cat confdefs.h
>>conftest.
$ac_ext
20159 cat >>conftest.
$ac_ext <<_ACEOF
20160 /* end confdefs.h. */
20162 #include <gtk/gtk.h>
20164 #include <stdlib.h>
20169 int major, minor, micro;
20172 system ("touch conf.gtktest");
20174 /* HP/UX 9 (%@#!) writes to sscanf strings */
20175 tmp_version = g_strdup("$min_gtk_version");
20176 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
20177 printf("%s, bad version string\n", "$min_gtk_version");
20181 if ((gtk_major_version != $gtk_config_major_version) ||
20182 (gtk_minor_version != $gtk_config_minor_version) ||
20183 (gtk_micro_version != $gtk_config_micro_version))
20185 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
20186 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20187 gtk_major_version, gtk_minor_version, gtk_micro_version);
20188 printf ("*** was found! If gtk-config was correct, then it is best\n");
20189 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20190 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20191 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20192 printf("*** required on your system.\n");
20193 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20194 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20195 printf("*** before re-running configure\n");
20197 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20198 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20199 (gtk_minor_version != GTK_MINOR_VERSION) ||
20200 (gtk_micro_version != GTK_MICRO_VERSION))
20202 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20203 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20204 printf("*** library (version %d.%d.%d)\n",
20205 gtk_major_version, gtk_minor_version, gtk_micro_version);
20207 #endif /* defined (GTK_MAJOR_VERSION) ... */
20210 if ((gtk_major_version > major) ||
20211 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20212 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20218 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20219 gtk_major_version, gtk_minor_version, gtk_micro_version);
20220 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20221 major, minor, micro);
20222 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20224 printf("*** If you have already installed a sufficiently new version, this error\n");
20225 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20226 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20227 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20228 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20229 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20230 printf("*** so that the correct libraries are found at run-time))\n");
20237 rm -f conftest
$ac_exeext
20238 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20239 (eval $ac_link) 2>&5
20241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20242 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20244 (eval $ac_try) 2>&5
20246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20247 (exit $ac_status); }; }; then
20250 echo "$as_me: program exited with status $ac_status" >&5
20251 echo "$as_me: failed program was:" >&5
20252 sed 's/^/| /' conftest.
$ac_ext >&5
20254 ( exit $ac_status )
20257 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20259 CFLAGS
="$ac_save_CFLAGS"
20260 LIBS
="$ac_save_LIBS"
20263 if test "x$no_gtk" = x
; then
20264 echo "$as_me:$LINENO: result: yes" >&5
20265 echo "${ECHO_T}yes" >&6
20266 wx_cv_lib_gtk
=1.2.3
20268 echo "$as_me:$LINENO: result: no" >&5
20269 echo "${ECHO_T}no" >&6
20270 if test "$GTK_CONFIG" = "no" ; then
20271 echo "*** The gtk-config script installed by GTK could not be found"
20272 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20273 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20274 echo "*** full path to gtk-config."
20276 if test -f conf.gtktest
; then
20279 echo "*** Could not run GTK test program, checking why..."
20280 CFLAGS
="$CFLAGS $GTK_CFLAGS"
20281 LIBS
="$LIBS $GTK_LIBS"
20282 cat >conftest.
$ac_ext <<_ACEOF
20283 #line $LINENO "configure"
20286 cat confdefs.h
>>conftest.
$ac_ext
20287 cat >>conftest.
$ac_ext <<_ACEOF
20288 /* end confdefs.h. */
20290 #include <gtk/gtk.h>
20296 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20301 rm -f conftest.
$ac_objext conftest
$ac_exeext
20302 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20303 (eval $ac_link) 2>&5
20305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20306 (exit $ac_status); } &&
20307 { ac_try
='test -s conftest$ac_exeext'
20308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20309 (eval $ac_try) 2>&5
20311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20312 (exit $ac_status); }; }; then
20313 echo "*** The test program compiled, but did not run. This usually means"
20314 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20315 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20316 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20317 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20318 echo "*** is required on your system"
20320 echo "*** If you have an old version installed, it is best to remove it, although"
20321 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20323 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20324 echo "*** came with the system with the command"
20326 echo "*** rpm --erase --nodeps gtk gtk-devel"
20328 echo "$as_me: failed program was:" >&5
20329 sed 's/^/| /' conftest.
$ac_ext >&5
20331 echo "*** The test program failed to compile or link. See the file config.log for the"
20332 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20333 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
20334 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
20336 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20337 CFLAGS
="$ac_save_CFLAGS"
20338 LIBS
="$ac_save_LIBS"
20352 if test -z "$wx_cv_lib_gtk"; then
20355 wx_cv_cflags_gtk
=$GTK_CFLAGS
20356 wx_cv_libs_gtk
=$GTK_LIBS
20363 if test "$gtk_version_cached" = 1; then
20364 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
20365 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
20368 case "$wx_cv_lib_gtk" in
20377 *) { { echo "$as_me:$LINENO: error:
20378 Please check that gtk-config is in path, the directory
20379 where GTK+ libraries are installed (returned by
20380 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20381 equivalent variable and GTK+ is version 1.2.3 or above.
20383 echo "$as_me: error:
20384 Please check that gtk-config is in path, the directory
20385 where GTK+ libraries are installed (returned by
20386 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20387 equivalent variable and GTK+ is version 1.2.3 or above.
20389 { (exit 1); exit 1; }; }
20393 if test "$WXGTK20" = 1; then
20394 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
20398 if test -z "$PKG_CONFIG"; then
20399 # Extract the first word of "pkg-config", so it can be a program name with args.
20400 set dummy pkg
-config; ac_word
=$2
20401 echo "$as_me:$LINENO: checking for $ac_word" >&5
20402 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20403 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
20404 echo $ECHO_N "(cached) $ECHO_C" >&6
20406 case $PKG_CONFIG in
20408 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
20411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
20412 for as_dir
in $PATH
20415 test -z "$as_dir" && as_dir
=.
20416 for ac_exec_ext
in '' $ac_executable_extensions; do
20417 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20418 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
20419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20425 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
20429 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
20431 if test -n "$PKG_CONFIG"; then
20432 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20433 echo "${ECHO_T}$PKG_CONFIG" >&6
20435 echo "$as_me:$LINENO: result: no" >&5
20436 echo "${ECHO_T}no" >&6
20441 if test "$PKG_CONFIG" = "no" ; then
20442 echo "*** The pkg-config script could not be found. Make sure it is"
20443 echo "*** in your path, or set the PKG_CONFIG environment variable"
20444 echo "*** to the full path to pkg-config."
20445 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
20447 PKG_CONFIG_MIN_VERSION
=0.9.0
20448 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
20449 echo "$as_me:$LINENO: checking for pangoft2" >&5
20450 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
20452 if $PKG_CONFIG --exists "pangoft2" ; then
20453 echo "$as_me:$LINENO: result: yes" >&5
20454 echo "${ECHO_T}yes" >&6
20457 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
20458 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
20459 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
20460 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
20461 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
20463 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
20464 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
20465 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
20466 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
20467 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
20471 ## If we have a custom action on failure, don't print errors, but
20472 ## do set a variable so people can do so.
20473 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
20480 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
20481 echo "*** See http://www.freedesktop.org/software/pkgconfig"
20485 if test $succeeded = yes; then
20487 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
20488 LIBS
="$LIBS $PANGOFT2_LIBS"
20492 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
20493 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
20494 wxUSE_PRINTING_ARCHITECTURE
="no"
20501 if test "$wxUSE_UNICODE" = "yes"; then
20502 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
20503 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
20508 if test "$USE_DARWIN" != 1; then
20510 for ac_func
in poll
20512 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20513 echo "$as_me:$LINENO: checking for $ac_func" >&5
20514 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20515 if eval "test \"\${$as_ac_var+set}\" = set"; then
20516 echo $ECHO_N "(cached) $ECHO_C" >&6
20518 cat >conftest.
$ac_ext <<_ACEOF
20519 #line $LINENO "configure"
20522 cat confdefs.h
>>conftest.
$ac_ext
20523 cat >>conftest.
$ac_ext <<_ACEOF
20524 /* end confdefs.h. */
20525 /* System header to define __stub macros and hopefully few prototypes,
20526 which can conflict with char $ac_func (); below.
20527 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20528 <limits.h> exists even on freestanding compilers. */
20530 # include <limits.h>
20532 # include <assert.h>
20534 /* Override any gcc2 internal prototype to avoid an error. */
20539 /* We use char because int might match the return type of a gcc2
20540 builtin and then its argument prototype would still apply. */
20542 /* The GNU C library defines this for functions which it implements
20543 to always fail with ENOSYS. Some functions are actually named
20544 something starting with __ and the normal name is an alias. */
20545 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20548 char (*f) () = $ac_func;
20557 return f != $ac_func;
20562 rm -f conftest.
$ac_objext conftest
$ac_exeext
20563 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20564 (eval $ac_link) 2>&5
20566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); } &&
20568 { ac_try
='test -s conftest$ac_exeext'
20569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20570 (eval $ac_try) 2>&5
20572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20573 (exit $ac_status); }; }; then
20574 eval "$as_ac_var=yes"
20576 echo "$as_me: failed program was:" >&5
20577 sed 's/^/| /' conftest.
$ac_ext >&5
20579 eval "$as_ac_var=no"
20581 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20583 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20584 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20585 if test `eval echo '${'$as_ac_var'}'` = yes; then
20586 cat >>confdefs.h
<<_ACEOF
20587 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20595 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
20596 GUI_TK_LIBRARY
="$wx_cv_libs_gtk"
20598 AFMINSTALL
=afminstall
20602 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
20603 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
20604 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
20605 echo $ECHO_N "(cached) $ECHO_C" >&6
20607 ac_check_lib_save_LIBS
=$LIBS
20609 cat >conftest.
$ac_ext <<_ACEOF
20610 #line $LINENO "configure"
20613 cat confdefs.h
>>conftest.
$ac_ext
20614 cat >>conftest.
$ac_ext <<_ACEOF
20615 /* end confdefs.h. */
20617 /* Override any gcc2 internal prototype to avoid an error. */
20621 /* We use char because int might match the return type of a gcc2
20622 builtin and then its argument prototype would still apply. */
20623 char gdk_im_open ();
20632 rm -f conftest.
$ac_objext conftest
$ac_exeext
20633 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20634 (eval $ac_link) 2>&5
20636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20637 (exit $ac_status); } &&
20638 { ac_try
='test -s conftest$ac_exeext'
20639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20640 (eval $ac_try) 2>&5
20642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20643 (exit $ac_status); }; }; then
20644 ac_cv_lib_gdk_gdk_im_open
=yes
20646 echo "$as_me: failed program was:" >&5
20647 sed 's/^/| /' conftest.
$ac_ext >&5
20649 ac_cv_lib_gdk_gdk_im_open
=no
20651 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20652 LIBS
=$ac_check_lib_save_LIBS
20654 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
20655 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
20656 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
20657 cat >>confdefs.h
<<\_ACEOF
20665 if test "$wxUSE_MGL" = 1; then
20666 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
20667 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
20668 if test "x$MGL_ROOT" = x
; then
20669 echo "$as_me:$LINENO: result: not found" >&5
20670 echo "${ECHO_T}not found" >&6
20671 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
20672 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
20673 { (exit 1); exit 1; }; }
20675 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
20676 echo "${ECHO_T}$MGL_ROOT" >&6
20679 echo "$as_me:$LINENO: checking for libmgl location" >&5
20680 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
20683 if test "x$wxUSE_SHARED" = xyes
; then
20684 mgl_os_candidates
="linux/gcc/glibc.so linux/gcc/glibc"
20686 mgl_os_candidates
="linux/gcc/glibc linux/gcc/glibc.so"
20690 mgl_os_candidates
="dos32/dj2"
20693 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
20694 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
20695 { (exit 1); exit 1; }; }
20701 for mgl_os_i
in $mgl_os_candidates ; do
20702 if test "x$mgl_os" = x
; then
20703 if test "$wxUSE_DEBUG_FLAG" = yes ; then
20704 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
20705 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
20710 if test "x$mgl_lib_type" = x
; then
20711 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
20712 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
20713 mgl_lib_type
=release
20720 if test "x$mgl_os" = x
; then
20721 echo "$as_me:$LINENO: result: not found" >&5
20722 echo "${ECHO_T}not found" >&6
20723 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
20724 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
20725 { (exit 1); exit 1; }; }
20727 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
20728 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
20730 wxUSE_UNIVERSAL
="yes"
20732 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
20733 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
20735 AFMINSTALL
=afminstall
20740 if test "$wxUSE_MICROWIN" = 1; then
20741 echo "$as_me:$LINENO: checking for MicroWindows" >&5
20742 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
20743 if test "x$MICROWINDOWS" = x
; then
20744 echo "$as_me:$LINENO: result: not found" >&5
20745 echo "${ECHO_T}not found" >&6
20746 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
20747 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
20748 { (exit 1); exit 1; }; }
20750 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
20751 echo "${ECHO_T}$MICROWINDOWS" >&6
20754 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
20755 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
20756 echo "${ECHO_T}MicroWindows' libraries found." >&6
20758 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
20759 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
20760 { (exit 1); exit 1; }; }
20763 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
20764 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
20766 wxUSE_UNIVERSAL
="yes"
20768 AFMINSTALL
=afminstall
20770 GUIDIST
=MICROWIN_DIST
20772 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
20775 if test "$wxUSE_X11" = 1; then
20776 echo "$as_me:$LINENO: checking for X" >&5
20777 echo $ECHO_N "checking for X... $ECHO_C" >&6
20780 # Check whether --with-x or --without-x was given.
20781 if test "${with_x+set}" = set; then
20785 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
20786 if test "x$with_x" = xno
; then
20787 # The user explicitly disabled X.
20790 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
20791 # Both variables are already set.
20794 if test "${ac_cv_have_x+set}" = set; then
20795 echo $ECHO_N "(cached) $ECHO_C" >&6
20797 # One or both of the vars are not set, and there is no cached value.
20798 ac_x_includes
=no ac_x_libraries
=no
20799 rm -fr conftest.dir
20800 if mkdir conftest.dir
; then
20802 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
20803 cat >Imakefile
<<'_ACEOF'
20805 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
20807 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
20808 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
20809 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
20810 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
20811 for ac_extension
in a so sl
; do
20812 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
20813 test -f $ac_im_libdir/libX11.
$ac_extension; then
20814 ac_im_usrlibdir
=$ac_im_libdir; break
20817 # Screen out bogus values from the imake configuration. They are
20818 # bogus both because they are the default anyway, and because
20819 # using them would break gcc on systems where it needs fixed includes.
20820 case $ac_im_incroot in
20822 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
20824 case $ac_im_usrlibdir in
20825 /usr
/lib
| /lib
) ;;
20826 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
20830 rm -fr conftest.dir
20833 # Standard set of common directories for X headers.
20834 # Check X11 before X11Rn because it is often a symlink to the current release.
20846 /usr/local/X11/include
20847 /usr/local/X11R6/include
20848 /usr/local/X11R5/include
20849 /usr/local/X11R4/include
20851 /usr/local/include/X11
20852 /usr/local/include/X11R6
20853 /usr/local/include/X11R5
20854 /usr/local/include/X11R4
20858 /usr/XFree86/include/X11
20862 /usr/unsupported/include
20863 /usr/athena/include
20864 /usr/local/x11r5/include
20865 /usr/lpp/Xamples/include
20867 /usr/openwin/include
20868 /usr/openwin/share/include'
20870 if test "$ac_x_includes" = no
; then
20871 # Guess where to find include files, by looking for Intrinsic.h.
20872 # First, try using that file with no special directory specified.
20873 cat >conftest.
$ac_ext <<_ACEOF
20874 #line $LINENO "configure"
20877 cat confdefs.h
>>conftest.
$ac_ext
20878 cat >>conftest.
$ac_ext <<_ACEOF
20879 /* end confdefs.h. */
20880 #include <X11/Intrinsic.h>
20882 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20883 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20885 grep -v '^ *+' conftest.er1
>conftest.err
20887 cat conftest.err
>&5
20888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20889 (exit $ac_status); } >/dev
/null
; then
20890 if test -s conftest.err
; then
20891 ac_cpp_err
=$ac_c_preproc_warn_flag
20898 if test -z "$ac_cpp_err"; then
20899 # We can compile using X headers with no special include directory.
20902 echo "$as_me: failed program was:" >&5
20903 sed 's/^/| /' conftest.
$ac_ext >&5
20905 for ac_dir
in $ac_x_header_dirs; do
20906 if test -r "$ac_dir/X11/Intrinsic.h"; then
20907 ac_x_includes
=$ac_dir
20912 rm -f conftest.err conftest.
$ac_ext
20913 fi # $ac_x_includes = no
20915 if test "$ac_x_libraries" = no
; then
20916 # Check for the libraries.
20917 # See if we find them without any special options.
20918 # Don't add to $LIBS permanently.
20921 cat >conftest.
$ac_ext <<_ACEOF
20922 #line $LINENO "configure"
20925 cat confdefs.h
>>conftest.
$ac_ext
20926 cat >>conftest.
$ac_ext <<_ACEOF
20927 /* end confdefs.h. */
20928 #include <X11/Intrinsic.h>
20937 rm -f conftest.
$ac_objext conftest
$ac_exeext
20938 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20939 (eval $ac_link) 2>&5
20941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20942 (exit $ac_status); } &&
20943 { ac_try
='test -s conftest$ac_exeext'
20944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20945 (eval $ac_try) 2>&5
20947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20948 (exit $ac_status); }; }; then
20950 # We can link X programs with no special library path.
20953 echo "$as_me: failed program was:" >&5
20954 sed 's/^/| /' conftest.
$ac_ext >&5
20957 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
20959 # Don't even attempt the hair of trying to link an X program!
20960 for ac_extension
in a so sl
; do
20961 if test -r $ac_dir/libXt.
$ac_extension; then
20962 ac_x_libraries
=$ac_dir
20968 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
20969 fi # $ac_x_libraries = no
20971 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
20972 # Didn't find X anywhere. Cache the known absence of X.
20973 ac_cv_have_x
="have_x=no"
20975 # Record where we found X for the cache.
20976 ac_cv_have_x
="have_x=yes \
20977 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
20982 eval "$ac_cv_have_x"
20985 if test "$have_x" != yes; then
20986 echo "$as_me:$LINENO: result: $have_x" >&5
20987 echo "${ECHO_T}$have_x" >&6
20990 # If each of the values was on the command line, it overrides each guess.
20991 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
20992 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
20993 # Update the cache value to reflect the command line values.
20994 ac_cv_have_x
="have_x=yes \
20995 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
20996 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
20997 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
21000 if test "$no_x" = yes; then
21001 # Not all programs may use this symbol, but it does not hurt to define it.
21003 cat >>confdefs.h
<<\_ACEOF
21004 #define X_DISPLAY_MISSING 1
21007 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
21009 if test -n "$x_includes"; then
21010 X_CFLAGS
="$X_CFLAGS -I$x_includes"
21013 # It would also be nice to do this for all -L options, not just this one.
21014 if test -n "$x_libraries"; then
21015 X_LIBS
="$X_LIBS -L$x_libraries"
21016 # For Solaris; some versions of Sun CC require a space after -R and
21017 # others require no space. Words are not sufficient . . . .
21018 case `(uname -sr) 2>/dev/null` in
21020 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
21021 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
21022 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
21023 cat >conftest.
$ac_ext <<_ACEOF
21024 #line $LINENO "configure"
21027 cat confdefs.h
>>conftest.
$ac_ext
21028 cat >>conftest.
$ac_ext <<_ACEOF
21029 /* end confdefs.h. */
21039 rm -f conftest.
$ac_objext conftest
$ac_exeext
21040 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21041 (eval $ac_link) 2>&5
21043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21044 (exit $ac_status); } &&
21045 { ac_try
='test -s conftest$ac_exeext'
21046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21047 (eval $ac_try) 2>&5
21049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21050 (exit $ac_status); }; }; then
21053 echo "$as_me: failed program was:" >&5
21054 sed 's/^/| /' conftest.
$ac_ext >&5
21058 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21059 if test $ac_R_nospace = yes; then
21060 echo "$as_me:$LINENO: result: no" >&5
21061 echo "${ECHO_T}no" >&6
21062 X_LIBS
="$X_LIBS -R$x_libraries"
21064 LIBS
="$ac_xsave_LIBS -R $x_libraries"
21065 cat >conftest.
$ac_ext <<_ACEOF
21066 #line $LINENO "configure"
21069 cat confdefs.h
>>conftest.
$ac_ext
21070 cat >>conftest.
$ac_ext <<_ACEOF
21071 /* end confdefs.h. */
21081 rm -f conftest.
$ac_objext conftest
$ac_exeext
21082 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21083 (eval $ac_link) 2>&5
21085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21086 (exit $ac_status); } &&
21087 { ac_try
='test -s conftest$ac_exeext'
21088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21089 (eval $ac_try) 2>&5
21091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21092 (exit $ac_status); }; }; then
21095 echo "$as_me: failed program was:" >&5
21096 sed 's/^/| /' conftest.
$ac_ext >&5
21100 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21101 if test $ac_R_space = yes; then
21102 echo "$as_me:$LINENO: result: yes" >&5
21103 echo "${ECHO_T}yes" >&6
21104 X_LIBS
="$X_LIBS -R $x_libraries"
21106 echo "$as_me:$LINENO: result: neither works" >&5
21107 echo "${ECHO_T}neither works" >&6
21110 LIBS
=$ac_xsave_LIBS
21114 # Check for system-dependent libraries X programs must link with.
21115 # Do this before checking for the system-independent R6 libraries
21116 # (-lICE), since we may need -lsocket or whatever for X linking.
21118 if test "$ISC" = yes; then
21119 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
21121 # Martyn Johnson says this is needed for Ultrix, if the X
21122 # libraries were built with DECnet support. And Karl Berry says
21123 # the Alpha needs dnet_stub (dnet does not exist).
21124 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
21125 cat >conftest.
$ac_ext <<_ACEOF
21126 #line $LINENO "configure"
21129 cat confdefs.h
>>conftest.
$ac_ext
21130 cat >>conftest.
$ac_ext <<_ACEOF
21131 /* end confdefs.h. */
21133 /* Override any gcc2 internal prototype to avoid an error. */
21137 /* We use char because int might match the return type of a gcc2
21138 builtin and then its argument prototype would still apply. */
21139 char XOpenDisplay ();
21148 rm -f conftest.
$ac_objext conftest
$ac_exeext
21149 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21150 (eval $ac_link) 2>&5
21152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21153 (exit $ac_status); } &&
21154 { ac_try
='test -s conftest$ac_exeext'
21155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21156 (eval $ac_try) 2>&5
21158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21159 (exit $ac_status); }; }; then
21162 echo "$as_me: failed program was:" >&5
21163 sed 's/^/| /' conftest.
$ac_ext >&5
21165 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
21166 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
21167 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
21168 echo $ECHO_N "(cached) $ECHO_C" >&6
21170 ac_check_lib_save_LIBS
=$LIBS
21171 LIBS
="-ldnet $LIBS"
21172 cat >conftest.
$ac_ext <<_ACEOF
21173 #line $LINENO "configure"
21176 cat confdefs.h
>>conftest.
$ac_ext
21177 cat >>conftest.
$ac_ext <<_ACEOF
21178 /* end confdefs.h. */
21180 /* Override any gcc2 internal prototype to avoid an error. */
21184 /* We use char because int might match the return type of a gcc2
21185 builtin and then its argument prototype would still apply. */
21195 rm -f conftest.
$ac_objext conftest
$ac_exeext
21196 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21197 (eval $ac_link) 2>&5
21199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21200 (exit $ac_status); } &&
21201 { ac_try
='test -s conftest$ac_exeext'
21202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21203 (eval $ac_try) 2>&5
21205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21206 (exit $ac_status); }; }; then
21207 ac_cv_lib_dnet_dnet_ntoa
=yes
21209 echo "$as_me: failed program was:" >&5
21210 sed 's/^/| /' conftest.
$ac_ext >&5
21212 ac_cv_lib_dnet_dnet_ntoa
=no
21214 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21215 LIBS
=$ac_check_lib_save_LIBS
21217 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
21218 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
21219 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
21220 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
21223 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
21224 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
21225 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
21226 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
21227 echo $ECHO_N "(cached) $ECHO_C" >&6
21229 ac_check_lib_save_LIBS
=$LIBS
21230 LIBS
="-ldnet_stub $LIBS"
21231 cat >conftest.
$ac_ext <<_ACEOF
21232 #line $LINENO "configure"
21235 cat confdefs.h
>>conftest.
$ac_ext
21236 cat >>conftest.
$ac_ext <<_ACEOF
21237 /* end confdefs.h. */
21239 /* Override any gcc2 internal prototype to avoid an error. */
21243 /* We use char because int might match the return type of a gcc2
21244 builtin and then its argument prototype would still apply. */
21254 rm -f conftest.
$ac_objext conftest
$ac_exeext
21255 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21256 (eval $ac_link) 2>&5
21258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21259 (exit $ac_status); } &&
21260 { ac_try
='test -s conftest$ac_exeext'
21261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21262 (eval $ac_try) 2>&5
21264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21265 (exit $ac_status); }; }; then
21266 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
21268 echo "$as_me: failed program was:" >&5
21269 sed 's/^/| /' conftest.
$ac_ext >&5
21271 ac_cv_lib_dnet_stub_dnet_ntoa
=no
21273 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21274 LIBS
=$ac_check_lib_save_LIBS
21276 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
21277 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
21278 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
21279 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
21284 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21285 LIBS
="$ac_xsave_LIBS"
21287 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
21288 # to get the SysV transport functions.
21289 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
21291 # The nsl library prevents programs from opening the X display
21292 # on Irix 5.2, according to T.E. Dickey.
21293 # The functions gethostbyname, getservbyname, and inet_addr are
21294 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
21295 echo "$as_me:$LINENO: checking for gethostbyname" >&5
21296 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
21297 if test "${ac_cv_func_gethostbyname+set}" = set; then
21298 echo $ECHO_N "(cached) $ECHO_C" >&6
21300 cat >conftest.
$ac_ext <<_ACEOF
21301 #line $LINENO "configure"
21304 cat confdefs.h
>>conftest.
$ac_ext
21305 cat >>conftest.
$ac_ext <<_ACEOF
21306 /* end confdefs.h. */
21307 /* System header to define __stub macros and hopefully few prototypes,
21308 which can conflict with char gethostbyname (); below.
21309 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21310 <limits.h> exists even on freestanding compilers. */
21312 # include <limits.h>
21314 # include <assert.h>
21316 /* Override any gcc2 internal prototype to avoid an error. */
21321 /* We use char because int might match the return type of a gcc2
21322 builtin and then its argument prototype would still apply. */
21323 char gethostbyname ();
21324 /* The GNU C library defines this for functions which it implements
21325 to always fail with ENOSYS. Some functions are actually named
21326 something starting with __ and the normal name is an alias. */
21327 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
21330 char (*f) () = gethostbyname;
21339 return f != gethostbyname;
21344 rm -f conftest.
$ac_objext conftest
$ac_exeext
21345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21346 (eval $ac_link) 2>&5
21348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21349 (exit $ac_status); } &&
21350 { ac_try
='test -s conftest$ac_exeext'
21351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21352 (eval $ac_try) 2>&5
21354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21355 (exit $ac_status); }; }; then
21356 ac_cv_func_gethostbyname
=yes
21358 echo "$as_me: failed program was:" >&5
21359 sed 's/^/| /' conftest.
$ac_ext >&5
21361 ac_cv_func_gethostbyname
=no
21363 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21365 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
21366 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
21368 if test $ac_cv_func_gethostbyname = no
; then
21369 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
21370 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
21371 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
21372 echo $ECHO_N "(cached) $ECHO_C" >&6
21374 ac_check_lib_save_LIBS
=$LIBS
21376 cat >conftest.
$ac_ext <<_ACEOF
21377 #line $LINENO "configure"
21380 cat confdefs.h
>>conftest.
$ac_ext
21381 cat >>conftest.
$ac_ext <<_ACEOF
21382 /* end confdefs.h. */
21384 /* Override any gcc2 internal prototype to avoid an error. */
21388 /* We use char because int might match the return type of a gcc2
21389 builtin and then its argument prototype would still apply. */
21390 char gethostbyname ();
21399 rm -f conftest.
$ac_objext conftest
$ac_exeext
21400 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21401 (eval $ac_link) 2>&5
21403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21404 (exit $ac_status); } &&
21405 { ac_try
='test -s conftest$ac_exeext'
21406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21407 (eval $ac_try) 2>&5
21409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21410 (exit $ac_status); }; }; then
21411 ac_cv_lib_nsl_gethostbyname
=yes
21413 echo "$as_me: failed program was:" >&5
21414 sed 's/^/| /' conftest.
$ac_ext >&5
21416 ac_cv_lib_nsl_gethostbyname
=no
21418 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21419 LIBS
=$ac_check_lib_save_LIBS
21421 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
21422 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
21423 if test $ac_cv_lib_nsl_gethostbyname = yes; then
21424 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
21427 if test $ac_cv_lib_nsl_gethostbyname = no
; then
21428 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
21429 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
21430 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
21431 echo $ECHO_N "(cached) $ECHO_C" >&6
21433 ac_check_lib_save_LIBS
=$LIBS
21435 cat >conftest.
$ac_ext <<_ACEOF
21436 #line $LINENO "configure"
21439 cat confdefs.h
>>conftest.
$ac_ext
21440 cat >>conftest.
$ac_ext <<_ACEOF
21441 /* end confdefs.h. */
21443 /* Override any gcc2 internal prototype to avoid an error. */
21447 /* We use char because int might match the return type of a gcc2
21448 builtin and then its argument prototype would still apply. */
21449 char gethostbyname ();
21458 rm -f conftest.
$ac_objext conftest
$ac_exeext
21459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21460 (eval $ac_link) 2>&5
21462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21463 (exit $ac_status); } &&
21464 { ac_try
='test -s conftest$ac_exeext'
21465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21466 (eval $ac_try) 2>&5
21468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21469 (exit $ac_status); }; }; then
21470 ac_cv_lib_bsd_gethostbyname
=yes
21472 echo "$as_me: failed program was:" >&5
21473 sed 's/^/| /' conftest.
$ac_ext >&5
21475 ac_cv_lib_bsd_gethostbyname
=no
21477 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21478 LIBS
=$ac_check_lib_save_LIBS
21480 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
21481 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
21482 if test $ac_cv_lib_bsd_gethostbyname = yes; then
21483 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
21489 # lieder@skyler.mavd.honeywell.com says without -lsocket,
21490 # socket/setsockopt and other routines are undefined under SCO ODT
21491 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
21492 # on later versions), says Simon Leinen: it contains gethostby*
21493 # variants that don't use the name server (or something). -lsocket
21494 # must be given before -lnsl if both are needed. We assume that
21495 # if connect needs -lnsl, so does gethostbyname.
21496 echo "$as_me:$LINENO: checking for connect" >&5
21497 echo $ECHO_N "checking for connect... $ECHO_C" >&6
21498 if test "${ac_cv_func_connect+set}" = set; then
21499 echo $ECHO_N "(cached) $ECHO_C" >&6
21501 cat >conftest.
$ac_ext <<_ACEOF
21502 #line $LINENO "configure"
21505 cat confdefs.h
>>conftest.
$ac_ext
21506 cat >>conftest.
$ac_ext <<_ACEOF
21507 /* end confdefs.h. */
21508 /* System header to define __stub macros and hopefully few prototypes,
21509 which can conflict with char connect (); below.
21510 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21511 <limits.h> exists even on freestanding compilers. */
21513 # include <limits.h>
21515 # include <assert.h>
21517 /* Override any gcc2 internal prototype to avoid an error. */
21522 /* We use char because int might match the return type of a gcc2
21523 builtin and then its argument prototype would still apply. */
21525 /* The GNU C library defines this for functions which it implements
21526 to always fail with ENOSYS. Some functions are actually named
21527 something starting with __ and the normal name is an alias. */
21528 #if defined (__stub_connect) || defined (__stub___connect)
21531 char (*f) () = connect;
21540 return f != connect;
21545 rm -f conftest.
$ac_objext conftest
$ac_exeext
21546 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21547 (eval $ac_link) 2>&5
21549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21550 (exit $ac_status); } &&
21551 { ac_try
='test -s conftest$ac_exeext'
21552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21553 (eval $ac_try) 2>&5
21555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21556 (exit $ac_status); }; }; then
21557 ac_cv_func_connect
=yes
21559 echo "$as_me: failed program was:" >&5
21560 sed 's/^/| /' conftest.
$ac_ext >&5
21562 ac_cv_func_connect
=no
21564 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21566 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
21567 echo "${ECHO_T}$ac_cv_func_connect" >&6
21569 if test $ac_cv_func_connect = no
; then
21570 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
21571 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
21572 if test "${ac_cv_lib_socket_connect+set}" = set; then
21573 echo $ECHO_N "(cached) $ECHO_C" >&6
21575 ac_check_lib_save_LIBS
=$LIBS
21576 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
21577 cat >conftest.
$ac_ext <<_ACEOF
21578 #line $LINENO "configure"
21581 cat confdefs.h
>>conftest.
$ac_ext
21582 cat >>conftest.
$ac_ext <<_ACEOF
21583 /* end confdefs.h. */
21585 /* Override any gcc2 internal prototype to avoid an error. */
21589 /* We use char because int might match the return type of a gcc2
21590 builtin and then its argument prototype would still apply. */
21600 rm -f conftest.
$ac_objext conftest
$ac_exeext
21601 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21602 (eval $ac_link) 2>&5
21604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21605 (exit $ac_status); } &&
21606 { ac_try
='test -s conftest$ac_exeext'
21607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21608 (eval $ac_try) 2>&5
21610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21611 (exit $ac_status); }; }; then
21612 ac_cv_lib_socket_connect
=yes
21614 echo "$as_me: failed program was:" >&5
21615 sed 's/^/| /' conftest.
$ac_ext >&5
21617 ac_cv_lib_socket_connect
=no
21619 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21620 LIBS
=$ac_check_lib_save_LIBS
21622 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
21623 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
21624 if test $ac_cv_lib_socket_connect = yes; then
21625 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
21630 # Guillermo Gomez says -lposix is necessary on A/UX.
21631 echo "$as_me:$LINENO: checking for remove" >&5
21632 echo $ECHO_N "checking for remove... $ECHO_C" >&6
21633 if test "${ac_cv_func_remove+set}" = set; then
21634 echo $ECHO_N "(cached) $ECHO_C" >&6
21636 cat >conftest.
$ac_ext <<_ACEOF
21637 #line $LINENO "configure"
21640 cat confdefs.h
>>conftest.
$ac_ext
21641 cat >>conftest.
$ac_ext <<_ACEOF
21642 /* end confdefs.h. */
21643 /* System header to define __stub macros and hopefully few prototypes,
21644 which can conflict with char remove (); below.
21645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21646 <limits.h> exists even on freestanding compilers. */
21648 # include <limits.h>
21650 # include <assert.h>
21652 /* Override any gcc2 internal prototype to avoid an error. */
21657 /* We use char because int might match the return type of a gcc2
21658 builtin and then its argument prototype would still apply. */
21660 /* The GNU C library defines this for functions which it implements
21661 to always fail with ENOSYS. Some functions are actually named
21662 something starting with __ and the normal name is an alias. */
21663 #if defined (__stub_remove) || defined (__stub___remove)
21666 char (*f) () = remove;
21675 return f != remove;
21680 rm -f conftest.
$ac_objext conftest
$ac_exeext
21681 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21682 (eval $ac_link) 2>&5
21684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21685 (exit $ac_status); } &&
21686 { ac_try
='test -s conftest$ac_exeext'
21687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21688 (eval $ac_try) 2>&5
21690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21691 (exit $ac_status); }; }; then
21692 ac_cv_func_remove
=yes
21694 echo "$as_me: failed program was:" >&5
21695 sed 's/^/| /' conftest.
$ac_ext >&5
21697 ac_cv_func_remove
=no
21699 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21701 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
21702 echo "${ECHO_T}$ac_cv_func_remove" >&6
21704 if test $ac_cv_func_remove = no
; then
21705 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
21706 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
21707 if test "${ac_cv_lib_posix_remove+set}" = set; then
21708 echo $ECHO_N "(cached) $ECHO_C" >&6
21710 ac_check_lib_save_LIBS
=$LIBS
21711 LIBS
="-lposix $LIBS"
21712 cat >conftest.
$ac_ext <<_ACEOF
21713 #line $LINENO "configure"
21716 cat confdefs.h
>>conftest.
$ac_ext
21717 cat >>conftest.
$ac_ext <<_ACEOF
21718 /* end confdefs.h. */
21720 /* Override any gcc2 internal prototype to avoid an error. */
21724 /* We use char because int might match the return type of a gcc2
21725 builtin and then its argument prototype would still apply. */
21735 rm -f conftest.
$ac_objext conftest
$ac_exeext
21736 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21737 (eval $ac_link) 2>&5
21739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21740 (exit $ac_status); } &&
21741 { ac_try
='test -s conftest$ac_exeext'
21742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21743 (eval $ac_try) 2>&5
21745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21746 (exit $ac_status); }; }; then
21747 ac_cv_lib_posix_remove
=yes
21749 echo "$as_me: failed program was:" >&5
21750 sed 's/^/| /' conftest.
$ac_ext >&5
21752 ac_cv_lib_posix_remove
=no
21754 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21755 LIBS
=$ac_check_lib_save_LIBS
21757 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
21758 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
21759 if test $ac_cv_lib_posix_remove = yes; then
21760 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
21765 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
21766 echo "$as_me:$LINENO: checking for shmat" >&5
21767 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
21768 if test "${ac_cv_func_shmat+set}" = set; then
21769 echo $ECHO_N "(cached) $ECHO_C" >&6
21771 cat >conftest.
$ac_ext <<_ACEOF
21772 #line $LINENO "configure"
21775 cat confdefs.h
>>conftest.
$ac_ext
21776 cat >>conftest.
$ac_ext <<_ACEOF
21777 /* end confdefs.h. */
21778 /* System header to define __stub macros and hopefully few prototypes,
21779 which can conflict with char shmat (); below.
21780 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21781 <limits.h> exists even on freestanding compilers. */
21783 # include <limits.h>
21785 # include <assert.h>
21787 /* Override any gcc2 internal prototype to avoid an error. */
21792 /* We use char because int might match the return type of a gcc2
21793 builtin and then its argument prototype would still apply. */
21795 /* The GNU C library defines this for functions which it implements
21796 to always fail with ENOSYS. Some functions are actually named
21797 something starting with __ and the normal name is an alias. */
21798 #if defined (__stub_shmat) || defined (__stub___shmat)
21801 char (*f) () = shmat;
21815 rm -f conftest.
$ac_objext conftest
$ac_exeext
21816 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21817 (eval $ac_link) 2>&5
21819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21820 (exit $ac_status); } &&
21821 { ac_try
='test -s conftest$ac_exeext'
21822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21823 (eval $ac_try) 2>&5
21825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21826 (exit $ac_status); }; }; then
21827 ac_cv_func_shmat
=yes
21829 echo "$as_me: failed program was:" >&5
21830 sed 's/^/| /' conftest.
$ac_ext >&5
21832 ac_cv_func_shmat
=no
21834 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21836 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
21837 echo "${ECHO_T}$ac_cv_func_shmat" >&6
21839 if test $ac_cv_func_shmat = no
; then
21840 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
21841 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
21842 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
21843 echo $ECHO_N "(cached) $ECHO_C" >&6
21845 ac_check_lib_save_LIBS
=$LIBS
21847 cat >conftest.
$ac_ext <<_ACEOF
21848 #line $LINENO "configure"
21851 cat confdefs.h
>>conftest.
$ac_ext
21852 cat >>conftest.
$ac_ext <<_ACEOF
21853 /* end confdefs.h. */
21855 /* Override any gcc2 internal prototype to avoid an error. */
21859 /* We use char because int might match the return type of a gcc2
21860 builtin and then its argument prototype would still apply. */
21870 rm -f conftest.
$ac_objext conftest
$ac_exeext
21871 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21872 (eval $ac_link) 2>&5
21874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21875 (exit $ac_status); } &&
21876 { ac_try
='test -s conftest$ac_exeext'
21877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21878 (eval $ac_try) 2>&5
21880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21881 (exit $ac_status); }; }; then
21882 ac_cv_lib_ipc_shmat
=yes
21884 echo "$as_me: failed program was:" >&5
21885 sed 's/^/| /' conftest.
$ac_ext >&5
21887 ac_cv_lib_ipc_shmat
=no
21889 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21890 LIBS
=$ac_check_lib_save_LIBS
21892 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
21893 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
21894 if test $ac_cv_lib_ipc_shmat = yes; then
21895 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
21901 # Check for libraries that X11R6 Xt/Xaw programs need.
21902 ac_save_LDFLAGS
=$LDFLAGS
21903 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
21904 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
21905 # check for ICE first), but we must link in the order -lSM -lICE or
21906 # we get undefined symbols. So assume we have SM if we have ICE.
21907 # These have to be linked with before -lX11, unlike the other
21908 # libraries we check for below, so use a different variable.
21909 # John Interrante, Karl Berry
21910 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
21911 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
21912 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
21913 echo $ECHO_N "(cached) $ECHO_C" >&6
21915 ac_check_lib_save_LIBS
=$LIBS
21916 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
21917 cat >conftest.
$ac_ext <<_ACEOF
21918 #line $LINENO "configure"
21921 cat confdefs.h
>>conftest.
$ac_ext
21922 cat >>conftest.
$ac_ext <<_ACEOF
21923 /* end confdefs.h. */
21925 /* Override any gcc2 internal prototype to avoid an error. */
21929 /* We use char because int might match the return type of a gcc2
21930 builtin and then its argument prototype would still apply. */
21931 char IceConnectionNumber ();
21935 IceConnectionNumber ();
21940 rm -f conftest.
$ac_objext conftest
$ac_exeext
21941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21942 (eval $ac_link) 2>&5
21944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21945 (exit $ac_status); } &&
21946 { ac_try
='test -s conftest$ac_exeext'
21947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21948 (eval $ac_try) 2>&5
21950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21951 (exit $ac_status); }; }; then
21952 ac_cv_lib_ICE_IceConnectionNumber
=yes
21954 echo "$as_me: failed program was:" >&5
21955 sed 's/^/| /' conftest.
$ac_ext >&5
21957 ac_cv_lib_ICE_IceConnectionNumber
=no
21959 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
21960 LIBS
=$ac_check_lib_save_LIBS
21962 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
21963 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
21964 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
21965 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
21968 LDFLAGS
=$ac_save_LDFLAGS
21973 if test "$no_x" = "yes"; then
21974 { { echo "$as_me:$LINENO: error: X11 not found" >&5
21975 echo "$as_me: error: X11 not found" >&2;}
21976 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
21979 GUI_TK_LIBRARY
="$X_LIBS"
21980 TOOLKIT_INCLUDE
="$X_CFLAGS"
21981 AFMINSTALL
=afminstall
21982 COMPILED_X_PROGRAM
=0
21984 if test "$wxUSE_NANOX" = "yes"; then
21985 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
21986 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
21987 if test "x$MICROWIN" = x
; then
21988 echo "$as_me:$LINENO: result: not found" >&5
21989 echo "${ECHO_T}not found" >&6
21990 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
21991 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
21992 { (exit 1); exit 1; }; }
21994 echo "$as_me:$LINENO: result: $MICROWIN" >&5
21995 echo "${ECHO_T}$MICROWIN" >&6
21996 cat >>confdefs.h
<<\_ACEOF
21997 #define wxUSE_NANOX 1
22004 echo "$as_me:$LINENO: checking for Xpm library" >&5
22005 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
22008 for ac_dir
in $SEARCH_LIB /usr
/lib
;
22010 for ac_extension
in a so sl dylib
; do
22011 if test -f "$ac_dir/libXpm.$ac_extension"; then
22012 ac_find_libraries
=$ac_dir
22018 if test "$ac_find_libraries" != "" ; then
22020 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
22022 if test $result = 0; then
22025 ac_path_to_link
=" -L$ac_find_libraries"
22028 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
22030 cat >>confdefs.h
<<\_ACEOF
22031 #define wxHAVE_LIB_XPM 1
22034 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
22035 echo "${ECHO_T}found at $ac_find_libraries" >&6
22037 cat >conftest.
$ac_ext <<_ACEOF
22038 #line $LINENO "configure"
22041 cat confdefs.h
>>conftest.
$ac_ext
22042 cat >>conftest.
$ac_ext <<_ACEOF
22043 /* end confdefs.h. */
22045 #include <X11/xpm.h>
22052 version = XpmLibraryVersion();
22058 rm -f conftest.
$ac_objext
22059 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22060 (eval $ac_compile) 2>&5
22062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22063 (exit $ac_status); } &&
22064 { ac_try
='test -s conftest.$ac_objext'
22065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22066 (eval $ac_try) 2>&5
22068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22069 (exit $ac_status); }; }; then
22072 cat >>confdefs.h
<<\_ACEOF
22073 #define wxHAVE_LIB_XPM 1
22076 echo "$as_me:$LINENO: result: found in default search path" >&5
22077 echo "${ECHO_T}found in default search path" >&6
22078 COMPILED_X_PROGRAM
=0
22081 echo "$as_me: failed program was:" >&5
22082 sed 's/^/| /' conftest.
$ac_ext >&5
22085 echo "$as_me:$LINENO: result: no" >&5
22086 echo "${ECHO_T}no" >&6
22087 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
22088 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
22092 rm -f conftest.
$ac_objext conftest.
$ac_ext
22095 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
22096 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
22097 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
22098 echo $ECHO_N "(cached) $ECHO_C" >&6
22100 ac_check_lib_save_LIBS
=$LIBS
22101 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
22102 cat >conftest.
$ac_ext <<_ACEOF
22103 #line $LINENO "configure"
22106 cat confdefs.h
>>conftest.
$ac_ext
22107 cat >>conftest.
$ac_ext <<_ACEOF
22108 /* end confdefs.h. */
22110 /* Override any gcc2 internal prototype to avoid an error. */
22114 /* We use char because int might match the return type of a gcc2
22115 builtin and then its argument prototype would still apply. */
22116 char XShapeQueryExtension ();
22120 XShapeQueryExtension ();
22125 rm -f conftest.
$ac_objext conftest
$ac_exeext
22126 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22127 (eval $ac_link) 2>&5
22129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22130 (exit $ac_status); } &&
22131 { ac_try
='test -s conftest$ac_exeext'
22132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22133 (eval $ac_try) 2>&5
22135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22136 (exit $ac_status); }; }; then
22137 ac_cv_lib_Xext_XShapeQueryExtension
=yes
22139 echo "$as_me: failed program was:" >&5
22140 sed 's/^/| /' conftest.
$ac_ext >&5
22142 ac_cv_lib_Xext_XShapeQueryExtension
=no
22144 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22145 LIBS
=$ac_check_lib_save_LIBS
22147 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
22148 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
22149 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
22151 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
22157 if test "$wxUSE_UNICODE" = "yes"; then
22161 if test -z "$PKG_CONFIG"; then
22162 # Extract the first word of "pkg-config", so it can be a program name with args.
22163 set dummy pkg
-config; ac_word
=$2
22164 echo "$as_me:$LINENO: checking for $ac_word" >&5
22165 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22166 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22167 echo $ECHO_N "(cached) $ECHO_C" >&6
22169 case $PKG_CONFIG in
22171 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22175 for as_dir
in $PATH
22178 test -z "$as_dir" && as_dir
=.
22179 for ac_exec_ext
in '' $ac_executable_extensions; do
22180 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22181 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22182 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22188 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22192 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22194 if test -n "$PKG_CONFIG"; then
22195 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22196 echo "${ECHO_T}$PKG_CONFIG" >&6
22198 echo "$as_me:$LINENO: result: no" >&5
22199 echo "${ECHO_T}no" >&6
22204 if test "$PKG_CONFIG" = "no" ; then
22205 echo "*** The pkg-config script could not be found. Make sure it is"
22206 echo "*** in your path, or set the PKG_CONFIG environment variable"
22207 echo "*** to the full path to pkg-config."
22208 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22210 PKG_CONFIG_MIN_VERSION
=0.9.0
22211 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22212 echo "$as_me:$LINENO: checking for pangox" >&5
22213 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
22215 if $PKG_CONFIG --exists "pangox" ; then
22216 echo "$as_me:$LINENO: result: yes" >&5
22217 echo "${ECHO_T}yes" >&6
22220 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
22221 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
22222 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
22223 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
22224 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
22226 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
22227 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
22228 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
22229 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
22230 echo "${ECHO_T}$PANGOX_LIBS" >&6
22234 ## If we have a custom action on failure, don't print errors, but
22235 ## do set a variable so people can do so.
22236 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
22243 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22244 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22248 if test $succeeded = yes; then
22250 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
22251 LIBS
="$LIBS $PANGOX_LIBS"
22255 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
22256 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
22257 { (exit 1); exit 1; }; }
22265 if test -z "$PKG_CONFIG"; then
22266 # Extract the first word of "pkg-config", so it can be a program name with args.
22267 set dummy pkg
-config; ac_word
=$2
22268 echo "$as_me:$LINENO: checking for $ac_word" >&5
22269 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22270 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22271 echo $ECHO_N "(cached) $ECHO_C" >&6
22273 case $PKG_CONFIG in
22275 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22278 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22279 for as_dir
in $PATH
22282 test -z "$as_dir" && as_dir
=.
22283 for ac_exec_ext
in '' $ac_executable_extensions; do
22284 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22285 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22292 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22296 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22298 if test -n "$PKG_CONFIG"; then
22299 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22300 echo "${ECHO_T}$PKG_CONFIG" >&6
22302 echo "$as_me:$LINENO: result: no" >&5
22303 echo "${ECHO_T}no" >&6
22308 if test "$PKG_CONFIG" = "no" ; then
22309 echo "*** The pkg-config script could not be found. Make sure it is"
22310 echo "*** in your path, or set the PKG_CONFIG environment variable"
22311 echo "*** to the full path to pkg-config."
22312 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22314 PKG_CONFIG_MIN_VERSION
=0.9.0
22315 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22316 echo "$as_me:$LINENO: checking for pangoft2" >&5
22317 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
22319 if $PKG_CONFIG --exists "pangoft2" ; then
22320 echo "$as_me:$LINENO: result: yes" >&5
22321 echo "${ECHO_T}yes" >&6
22324 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
22325 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
22326 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
22327 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
22328 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
22330 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
22331 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
22332 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
22333 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
22334 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
22338 ## If we have a custom action on failure, don't print errors, but
22339 ## do set a variable so people can do so.
22340 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
22347 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22348 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22352 if test $succeeded = yes; then
22354 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
22355 LIBS
="$LIBS $PANGOFT2_LIBS"
22359 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
22360 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
22361 wxUSE_PRINTING_ARCHITECTURE
="no"
22369 if test -z "$PKG_CONFIG"; then
22370 # Extract the first word of "pkg-config", so it can be a program name with args.
22371 set dummy pkg
-config; ac_word
=$2
22372 echo "$as_me:$LINENO: checking for $ac_word" >&5
22373 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22374 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22375 echo $ECHO_N "(cached) $ECHO_C" >&6
22377 case $PKG_CONFIG in
22379 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22382 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22383 for as_dir
in $PATH
22386 test -z "$as_dir" && as_dir
=.
22387 for ac_exec_ext
in '' $ac_executable_extensions; do
22388 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22389 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22390 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22396 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22400 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22402 if test -n "$PKG_CONFIG"; then
22403 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22404 echo "${ECHO_T}$PKG_CONFIG" >&6
22406 echo "$as_me:$LINENO: result: no" >&5
22407 echo "${ECHO_T}no" >&6
22412 if test "$PKG_CONFIG" = "no" ; then
22413 echo "*** The pkg-config script could not be found. Make sure it is"
22414 echo "*** in your path, or set the PKG_CONFIG environment variable"
22415 echo "*** to the full path to pkg-config."
22416 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22418 PKG_CONFIG_MIN_VERSION
=0.9.0
22419 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
22420 echo "$as_me:$LINENO: checking for pangoxft" >&5
22421 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
22423 if $PKG_CONFIG --exists "pangoxft" ; then
22424 echo "$as_me:$LINENO: result: yes" >&5
22425 echo "${ECHO_T}yes" >&6
22428 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
22429 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
22430 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
22431 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
22432 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
22434 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
22435 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
22436 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
22437 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
22438 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
22442 ## If we have a custom action on failure, don't print errors, but
22443 ## do set a variable so people can do so.
22444 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
22451 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22452 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22456 if test $succeeded = yes; then
22458 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
22459 LIBS
="$LIBS $PANGOXFT_LIBS"
22463 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
22464 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
22471 wxUSE_UNIVERSAL
="yes"
22473 if test "$wxUSE_NANOX" = "yes"; then
22474 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
22475 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"
22476 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
22478 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11$xpm_link"
22481 TOOLKIT_VPATH
="\${top_srcdir}/src/x11"
22486 if test "$wxUSE_MOTIF" = 1; then
22487 if test "$no_x" = yes; then
22488 # Not all programs may use this symbol, but it does not hurt to define it.
22490 cat >>confdefs.h
<<\_ACEOF
22491 #define X_DISPLAY_MISSING 1
22494 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
22496 if test -n "$x_includes"; then
22497 X_CFLAGS
="$X_CFLAGS -I$x_includes"
22500 # It would also be nice to do this for all -L options, not just this one.
22501 if test -n "$x_libraries"; then
22502 X_LIBS
="$X_LIBS -L$x_libraries"
22503 # For Solaris; some versions of Sun CC require a space after -R and
22504 # others require no space. Words are not sufficient . . . .
22505 case `(uname -sr) 2>/dev/null` in
22507 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
22508 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
22509 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
22510 cat >conftest.
$ac_ext <<_ACEOF
22511 #line $LINENO "configure"
22514 cat confdefs.h
>>conftest.
$ac_ext
22515 cat >>conftest.
$ac_ext <<_ACEOF
22516 /* end confdefs.h. */
22526 rm -f conftest.
$ac_objext conftest
$ac_exeext
22527 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22528 (eval $ac_link) 2>&5
22530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22531 (exit $ac_status); } &&
22532 { ac_try
='test -s conftest$ac_exeext'
22533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22534 (eval $ac_try) 2>&5
22536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22537 (exit $ac_status); }; }; then
22540 echo "$as_me: failed program was:" >&5
22541 sed 's/^/| /' conftest.
$ac_ext >&5
22545 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22546 if test $ac_R_nospace = yes; then
22547 echo "$as_me:$LINENO: result: no" >&5
22548 echo "${ECHO_T}no" >&6
22549 X_LIBS
="$X_LIBS -R$x_libraries"
22551 LIBS
="$ac_xsave_LIBS -R $x_libraries"
22552 cat >conftest.
$ac_ext <<_ACEOF
22553 #line $LINENO "configure"
22556 cat confdefs.h
>>conftest.
$ac_ext
22557 cat >>conftest.
$ac_ext <<_ACEOF
22558 /* end confdefs.h. */
22568 rm -f conftest.
$ac_objext conftest
$ac_exeext
22569 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22570 (eval $ac_link) 2>&5
22572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22573 (exit $ac_status); } &&
22574 { ac_try
='test -s conftest$ac_exeext'
22575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22576 (eval $ac_try) 2>&5
22578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22579 (exit $ac_status); }; }; then
22582 echo "$as_me: failed program was:" >&5
22583 sed 's/^/| /' conftest.
$ac_ext >&5
22587 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22588 if test $ac_R_space = yes; then
22589 echo "$as_me:$LINENO: result: yes" >&5
22590 echo "${ECHO_T}yes" >&6
22591 X_LIBS
="$X_LIBS -R $x_libraries"
22593 echo "$as_me:$LINENO: result: neither works" >&5
22594 echo "${ECHO_T}neither works" >&6
22597 LIBS
=$ac_xsave_LIBS
22601 # Check for system-dependent libraries X programs must link with.
22602 # Do this before checking for the system-independent R6 libraries
22603 # (-lICE), since we may need -lsocket or whatever for X linking.
22605 if test "$ISC" = yes; then
22606 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
22608 # Martyn Johnson says this is needed for Ultrix, if the X
22609 # libraries were built with DECnet support. And Karl Berry says
22610 # the Alpha needs dnet_stub (dnet does not exist).
22611 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
22612 cat >conftest.
$ac_ext <<_ACEOF
22613 #line $LINENO "configure"
22616 cat confdefs.h
>>conftest.
$ac_ext
22617 cat >>conftest.
$ac_ext <<_ACEOF
22618 /* end confdefs.h. */
22620 /* Override any gcc2 internal prototype to avoid an error. */
22624 /* We use char because int might match the return type of a gcc2
22625 builtin and then its argument prototype would still apply. */
22626 char XOpenDisplay ();
22635 rm -f conftest.
$ac_objext conftest
$ac_exeext
22636 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22637 (eval $ac_link) 2>&5
22639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22640 (exit $ac_status); } &&
22641 { ac_try
='test -s conftest$ac_exeext'
22642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22643 (eval $ac_try) 2>&5
22645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22646 (exit $ac_status); }; }; then
22649 echo "$as_me: failed program was:" >&5
22650 sed 's/^/| /' conftest.
$ac_ext >&5
22652 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
22653 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
22654 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
22655 echo $ECHO_N "(cached) $ECHO_C" >&6
22657 ac_check_lib_save_LIBS
=$LIBS
22658 LIBS
="-ldnet $LIBS"
22659 cat >conftest.
$ac_ext <<_ACEOF
22660 #line $LINENO "configure"
22663 cat confdefs.h
>>conftest.
$ac_ext
22664 cat >>conftest.
$ac_ext <<_ACEOF
22665 /* end confdefs.h. */
22667 /* Override any gcc2 internal prototype to avoid an error. */
22671 /* We use char because int might match the return type of a gcc2
22672 builtin and then its argument prototype would still apply. */
22682 rm -f conftest.
$ac_objext conftest
$ac_exeext
22683 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22684 (eval $ac_link) 2>&5
22686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22687 (exit $ac_status); } &&
22688 { ac_try
='test -s conftest$ac_exeext'
22689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22690 (eval $ac_try) 2>&5
22692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22693 (exit $ac_status); }; }; then
22694 ac_cv_lib_dnet_dnet_ntoa
=yes
22696 echo "$as_me: failed program was:" >&5
22697 sed 's/^/| /' conftest.
$ac_ext >&5
22699 ac_cv_lib_dnet_dnet_ntoa
=no
22701 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22702 LIBS
=$ac_check_lib_save_LIBS
22704 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
22705 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
22706 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
22707 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
22710 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
22711 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
22712 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
22713 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
22714 echo $ECHO_N "(cached) $ECHO_C" >&6
22716 ac_check_lib_save_LIBS
=$LIBS
22717 LIBS
="-ldnet_stub $LIBS"
22718 cat >conftest.
$ac_ext <<_ACEOF
22719 #line $LINENO "configure"
22722 cat confdefs.h
>>conftest.
$ac_ext
22723 cat >>conftest.
$ac_ext <<_ACEOF
22724 /* end confdefs.h. */
22726 /* Override any gcc2 internal prototype to avoid an error. */
22730 /* We use char because int might match the return type of a gcc2
22731 builtin and then its argument prototype would still apply. */
22741 rm -f conftest.
$ac_objext conftest
$ac_exeext
22742 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22743 (eval $ac_link) 2>&5
22745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22746 (exit $ac_status); } &&
22747 { ac_try
='test -s conftest$ac_exeext'
22748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22749 (eval $ac_try) 2>&5
22751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22752 (exit $ac_status); }; }; then
22753 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
22755 echo "$as_me: failed program was:" >&5
22756 sed 's/^/| /' conftest.
$ac_ext >&5
22758 ac_cv_lib_dnet_stub_dnet_ntoa
=no
22760 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22761 LIBS
=$ac_check_lib_save_LIBS
22763 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
22764 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
22765 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
22766 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
22771 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22772 LIBS
="$ac_xsave_LIBS"
22774 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
22775 # to get the SysV transport functions.
22776 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
22778 # The nsl library prevents programs from opening the X display
22779 # on Irix 5.2, according to T.E. Dickey.
22780 # The functions gethostbyname, getservbyname, and inet_addr are
22781 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
22782 echo "$as_me:$LINENO: checking for gethostbyname" >&5
22783 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
22784 if test "${ac_cv_func_gethostbyname+set}" = set; then
22785 echo $ECHO_N "(cached) $ECHO_C" >&6
22787 cat >conftest.
$ac_ext <<_ACEOF
22788 #line $LINENO "configure"
22791 cat confdefs.h
>>conftest.
$ac_ext
22792 cat >>conftest.
$ac_ext <<_ACEOF
22793 /* end confdefs.h. */
22794 /* System header to define __stub macros and hopefully few prototypes,
22795 which can conflict with char gethostbyname (); below.
22796 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22797 <limits.h> exists even on freestanding compilers. */
22799 # include <limits.h>
22801 # include <assert.h>
22803 /* Override any gcc2 internal prototype to avoid an error. */
22808 /* We use char because int might match the return type of a gcc2
22809 builtin and then its argument prototype would still apply. */
22810 char gethostbyname ();
22811 /* The GNU C library defines this for functions which it implements
22812 to always fail with ENOSYS. Some functions are actually named
22813 something starting with __ and the normal name is an alias. */
22814 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
22817 char (*f) () = gethostbyname;
22826 return f != gethostbyname;
22831 rm -f conftest.
$ac_objext conftest
$ac_exeext
22832 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22833 (eval $ac_link) 2>&5
22835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22836 (exit $ac_status); } &&
22837 { ac_try
='test -s conftest$ac_exeext'
22838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22839 (eval $ac_try) 2>&5
22841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22842 (exit $ac_status); }; }; then
22843 ac_cv_func_gethostbyname
=yes
22845 echo "$as_me: failed program was:" >&5
22846 sed 's/^/| /' conftest.
$ac_ext >&5
22848 ac_cv_func_gethostbyname
=no
22850 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22852 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
22853 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
22855 if test $ac_cv_func_gethostbyname = no
; then
22856 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
22857 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
22858 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
22859 echo $ECHO_N "(cached) $ECHO_C" >&6
22861 ac_check_lib_save_LIBS
=$LIBS
22863 cat >conftest.
$ac_ext <<_ACEOF
22864 #line $LINENO "configure"
22867 cat confdefs.h
>>conftest.
$ac_ext
22868 cat >>conftest.
$ac_ext <<_ACEOF
22869 /* end confdefs.h. */
22871 /* Override any gcc2 internal prototype to avoid an error. */
22875 /* We use char because int might match the return type of a gcc2
22876 builtin and then its argument prototype would still apply. */
22877 char gethostbyname ();
22886 rm -f conftest.
$ac_objext conftest
$ac_exeext
22887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22888 (eval $ac_link) 2>&5
22890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22891 (exit $ac_status); } &&
22892 { ac_try
='test -s conftest$ac_exeext'
22893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22894 (eval $ac_try) 2>&5
22896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22897 (exit $ac_status); }; }; then
22898 ac_cv_lib_nsl_gethostbyname
=yes
22900 echo "$as_me: failed program was:" >&5
22901 sed 's/^/| /' conftest.
$ac_ext >&5
22903 ac_cv_lib_nsl_gethostbyname
=no
22905 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22906 LIBS
=$ac_check_lib_save_LIBS
22908 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
22909 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
22910 if test $ac_cv_lib_nsl_gethostbyname = yes; then
22911 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
22914 if test $ac_cv_lib_nsl_gethostbyname = no
; then
22915 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
22916 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
22917 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
22918 echo $ECHO_N "(cached) $ECHO_C" >&6
22920 ac_check_lib_save_LIBS
=$LIBS
22922 cat >conftest.
$ac_ext <<_ACEOF
22923 #line $LINENO "configure"
22926 cat confdefs.h
>>conftest.
$ac_ext
22927 cat >>conftest.
$ac_ext <<_ACEOF
22928 /* end confdefs.h. */
22930 /* Override any gcc2 internal prototype to avoid an error. */
22934 /* We use char because int might match the return type of a gcc2
22935 builtin and then its argument prototype would still apply. */
22936 char gethostbyname ();
22945 rm -f conftest.
$ac_objext conftest
$ac_exeext
22946 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22947 (eval $ac_link) 2>&5
22949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22950 (exit $ac_status); } &&
22951 { ac_try
='test -s conftest$ac_exeext'
22952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22953 (eval $ac_try) 2>&5
22955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22956 (exit $ac_status); }; }; then
22957 ac_cv_lib_bsd_gethostbyname
=yes
22959 echo "$as_me: failed program was:" >&5
22960 sed 's/^/| /' conftest.
$ac_ext >&5
22962 ac_cv_lib_bsd_gethostbyname
=no
22964 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
22965 LIBS
=$ac_check_lib_save_LIBS
22967 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
22968 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
22969 if test $ac_cv_lib_bsd_gethostbyname = yes; then
22970 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
22976 # lieder@skyler.mavd.honeywell.com says without -lsocket,
22977 # socket/setsockopt and other routines are undefined under SCO ODT
22978 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
22979 # on later versions), says Simon Leinen: it contains gethostby*
22980 # variants that don't use the name server (or something). -lsocket
22981 # must be given before -lnsl if both are needed. We assume that
22982 # if connect needs -lnsl, so does gethostbyname.
22983 echo "$as_me:$LINENO: checking for connect" >&5
22984 echo $ECHO_N "checking for connect... $ECHO_C" >&6
22985 if test "${ac_cv_func_connect+set}" = set; then
22986 echo $ECHO_N "(cached) $ECHO_C" >&6
22988 cat >conftest.
$ac_ext <<_ACEOF
22989 #line $LINENO "configure"
22992 cat confdefs.h
>>conftest.
$ac_ext
22993 cat >>conftest.
$ac_ext <<_ACEOF
22994 /* end confdefs.h. */
22995 /* System header to define __stub macros and hopefully few prototypes,
22996 which can conflict with char connect (); below.
22997 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22998 <limits.h> exists even on freestanding compilers. */
23000 # include <limits.h>
23002 # include <assert.h>
23004 /* Override any gcc2 internal prototype to avoid an error. */
23009 /* We use char because int might match the return type of a gcc2
23010 builtin and then its argument prototype would still apply. */
23012 /* The GNU C library defines this for functions which it implements
23013 to always fail with ENOSYS. Some functions are actually named
23014 something starting with __ and the normal name is an alias. */
23015 #if defined (__stub_connect) || defined (__stub___connect)
23018 char (*f) () = connect;
23027 return f != connect;
23032 rm -f conftest.
$ac_objext conftest
$ac_exeext
23033 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23034 (eval $ac_link) 2>&5
23036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23037 (exit $ac_status); } &&
23038 { ac_try
='test -s conftest$ac_exeext'
23039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23040 (eval $ac_try) 2>&5
23042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23043 (exit $ac_status); }; }; then
23044 ac_cv_func_connect
=yes
23046 echo "$as_me: failed program was:" >&5
23047 sed 's/^/| /' conftest.
$ac_ext >&5
23049 ac_cv_func_connect
=no
23051 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23053 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
23054 echo "${ECHO_T}$ac_cv_func_connect" >&6
23056 if test $ac_cv_func_connect = no
; then
23057 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
23058 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
23059 if test "${ac_cv_lib_socket_connect+set}" = set; then
23060 echo $ECHO_N "(cached) $ECHO_C" >&6
23062 ac_check_lib_save_LIBS
=$LIBS
23063 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
23064 cat >conftest.
$ac_ext <<_ACEOF
23065 #line $LINENO "configure"
23068 cat confdefs.h
>>conftest.
$ac_ext
23069 cat >>conftest.
$ac_ext <<_ACEOF
23070 /* end confdefs.h. */
23072 /* Override any gcc2 internal prototype to avoid an error. */
23076 /* We use char because int might match the return type of a gcc2
23077 builtin and then its argument prototype would still apply. */
23087 rm -f conftest.
$ac_objext conftest
$ac_exeext
23088 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23089 (eval $ac_link) 2>&5
23091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23092 (exit $ac_status); } &&
23093 { ac_try
='test -s conftest$ac_exeext'
23094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23095 (eval $ac_try) 2>&5
23097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23098 (exit $ac_status); }; }; then
23099 ac_cv_lib_socket_connect
=yes
23101 echo "$as_me: failed program was:" >&5
23102 sed 's/^/| /' conftest.
$ac_ext >&5
23104 ac_cv_lib_socket_connect
=no
23106 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23107 LIBS
=$ac_check_lib_save_LIBS
23109 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
23110 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
23111 if test $ac_cv_lib_socket_connect = yes; then
23112 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
23117 # Guillermo Gomez says -lposix is necessary on A/UX.
23118 echo "$as_me:$LINENO: checking for remove" >&5
23119 echo $ECHO_N "checking for remove... $ECHO_C" >&6
23120 if test "${ac_cv_func_remove+set}" = set; then
23121 echo $ECHO_N "(cached) $ECHO_C" >&6
23123 cat >conftest.
$ac_ext <<_ACEOF
23124 #line $LINENO "configure"
23127 cat confdefs.h
>>conftest.
$ac_ext
23128 cat >>conftest.
$ac_ext <<_ACEOF
23129 /* end confdefs.h. */
23130 /* System header to define __stub macros and hopefully few prototypes,
23131 which can conflict with char remove (); below.
23132 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23133 <limits.h> exists even on freestanding compilers. */
23135 # include <limits.h>
23137 # include <assert.h>
23139 /* Override any gcc2 internal prototype to avoid an error. */
23144 /* We use char because int might match the return type of a gcc2
23145 builtin and then its argument prototype would still apply. */
23147 /* The GNU C library defines this for functions which it implements
23148 to always fail with ENOSYS. Some functions are actually named
23149 something starting with __ and the normal name is an alias. */
23150 #if defined (__stub_remove) || defined (__stub___remove)
23153 char (*f) () = remove;
23162 return f != remove;
23167 rm -f conftest.
$ac_objext conftest
$ac_exeext
23168 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23169 (eval $ac_link) 2>&5
23171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23172 (exit $ac_status); } &&
23173 { ac_try
='test -s conftest$ac_exeext'
23174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23175 (eval $ac_try) 2>&5
23177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23178 (exit $ac_status); }; }; then
23179 ac_cv_func_remove
=yes
23181 echo "$as_me: failed program was:" >&5
23182 sed 's/^/| /' conftest.
$ac_ext >&5
23184 ac_cv_func_remove
=no
23186 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23188 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
23189 echo "${ECHO_T}$ac_cv_func_remove" >&6
23191 if test $ac_cv_func_remove = no
; then
23192 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
23193 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
23194 if test "${ac_cv_lib_posix_remove+set}" = set; then
23195 echo $ECHO_N "(cached) $ECHO_C" >&6
23197 ac_check_lib_save_LIBS
=$LIBS
23198 LIBS
="-lposix $LIBS"
23199 cat >conftest.
$ac_ext <<_ACEOF
23200 #line $LINENO "configure"
23203 cat confdefs.h
>>conftest.
$ac_ext
23204 cat >>conftest.
$ac_ext <<_ACEOF
23205 /* end confdefs.h. */
23207 /* Override any gcc2 internal prototype to avoid an error. */
23211 /* We use char because int might match the return type of a gcc2
23212 builtin and then its argument prototype would still apply. */
23222 rm -f conftest.
$ac_objext conftest
$ac_exeext
23223 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23224 (eval $ac_link) 2>&5
23226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227 (exit $ac_status); } &&
23228 { ac_try
='test -s conftest$ac_exeext'
23229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23230 (eval $ac_try) 2>&5
23232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23233 (exit $ac_status); }; }; then
23234 ac_cv_lib_posix_remove
=yes
23236 echo "$as_me: failed program was:" >&5
23237 sed 's/^/| /' conftest.
$ac_ext >&5
23239 ac_cv_lib_posix_remove
=no
23241 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23242 LIBS
=$ac_check_lib_save_LIBS
23244 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
23245 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
23246 if test $ac_cv_lib_posix_remove = yes; then
23247 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
23252 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
23253 echo "$as_me:$LINENO: checking for shmat" >&5
23254 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
23255 if test "${ac_cv_func_shmat+set}" = set; then
23256 echo $ECHO_N "(cached) $ECHO_C" >&6
23258 cat >conftest.
$ac_ext <<_ACEOF
23259 #line $LINENO "configure"
23262 cat confdefs.h
>>conftest.
$ac_ext
23263 cat >>conftest.
$ac_ext <<_ACEOF
23264 /* end confdefs.h. */
23265 /* System header to define __stub macros and hopefully few prototypes,
23266 which can conflict with char shmat (); below.
23267 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23268 <limits.h> exists even on freestanding compilers. */
23270 # include <limits.h>
23272 # include <assert.h>
23274 /* Override any gcc2 internal prototype to avoid an error. */
23279 /* We use char because int might match the return type of a gcc2
23280 builtin and then its argument prototype would still apply. */
23282 /* The GNU C library defines this for functions which it implements
23283 to always fail with ENOSYS. Some functions are actually named
23284 something starting with __ and the normal name is an alias. */
23285 #if defined (__stub_shmat) || defined (__stub___shmat)
23288 char (*f) () = shmat;
23302 rm -f conftest.
$ac_objext conftest
$ac_exeext
23303 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23304 (eval $ac_link) 2>&5
23306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23307 (exit $ac_status); } &&
23308 { ac_try
='test -s conftest$ac_exeext'
23309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23310 (eval $ac_try) 2>&5
23312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23313 (exit $ac_status); }; }; then
23314 ac_cv_func_shmat
=yes
23316 echo "$as_me: failed program was:" >&5
23317 sed 's/^/| /' conftest.
$ac_ext >&5
23319 ac_cv_func_shmat
=no
23321 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23323 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
23324 echo "${ECHO_T}$ac_cv_func_shmat" >&6
23326 if test $ac_cv_func_shmat = no
; then
23327 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
23328 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
23329 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
23330 echo $ECHO_N "(cached) $ECHO_C" >&6
23332 ac_check_lib_save_LIBS
=$LIBS
23334 cat >conftest.
$ac_ext <<_ACEOF
23335 #line $LINENO "configure"
23338 cat confdefs.h
>>conftest.
$ac_ext
23339 cat >>conftest.
$ac_ext <<_ACEOF
23340 /* end confdefs.h. */
23342 /* Override any gcc2 internal prototype to avoid an error. */
23346 /* We use char because int might match the return type of a gcc2
23347 builtin and then its argument prototype would still apply. */
23357 rm -f conftest.
$ac_objext conftest
$ac_exeext
23358 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23359 (eval $ac_link) 2>&5
23361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23362 (exit $ac_status); } &&
23363 { ac_try
='test -s conftest$ac_exeext'
23364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23365 (eval $ac_try) 2>&5
23367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23368 (exit $ac_status); }; }; then
23369 ac_cv_lib_ipc_shmat
=yes
23371 echo "$as_me: failed program was:" >&5
23372 sed 's/^/| /' conftest.
$ac_ext >&5
23374 ac_cv_lib_ipc_shmat
=no
23376 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23377 LIBS
=$ac_check_lib_save_LIBS
23379 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
23380 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
23381 if test $ac_cv_lib_ipc_shmat = yes; then
23382 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
23388 # Check for libraries that X11R6 Xt/Xaw programs need.
23389 ac_save_LDFLAGS
=$LDFLAGS
23390 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
23391 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
23392 # check for ICE first), but we must link in the order -lSM -lICE or
23393 # we get undefined symbols. So assume we have SM if we have ICE.
23394 # These have to be linked with before -lX11, unlike the other
23395 # libraries we check for below, so use a different variable.
23396 # John Interrante, Karl Berry
23397 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
23398 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
23399 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
23400 echo $ECHO_N "(cached) $ECHO_C" >&6
23402 ac_check_lib_save_LIBS
=$LIBS
23403 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
23404 cat >conftest.
$ac_ext <<_ACEOF
23405 #line $LINENO "configure"
23408 cat confdefs.h
>>conftest.
$ac_ext
23409 cat >>conftest.
$ac_ext <<_ACEOF
23410 /* end confdefs.h. */
23412 /* Override any gcc2 internal prototype to avoid an error. */
23416 /* We use char because int might match the return type of a gcc2
23417 builtin and then its argument prototype would still apply. */
23418 char IceConnectionNumber ();
23422 IceConnectionNumber ();
23427 rm -f conftest.
$ac_objext conftest
$ac_exeext
23428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23429 (eval $ac_link) 2>&5
23431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23432 (exit $ac_status); } &&
23433 { ac_try
='test -s conftest$ac_exeext'
23434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23435 (eval $ac_try) 2>&5
23437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23438 (exit $ac_status); }; }; then
23439 ac_cv_lib_ICE_IceConnectionNumber
=yes
23441 echo "$as_me: failed program was:" >&5
23442 sed 's/^/| /' conftest.
$ac_ext >&5
23444 ac_cv_lib_ICE_IceConnectionNumber
=no
23446 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23447 LIBS
=$ac_check_lib_save_LIBS
23449 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
23450 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
23451 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
23452 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
23455 LDFLAGS
=$ac_save_LDFLAGS
23460 if test "$no_x" = "yes"; then
23461 { { echo "$as_me:$LINENO: error: X11 not found" >&5
23462 echo "$as_me: error: X11 not found" >&2;}
23463 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
23466 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//'`
23467 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
23468 AFMINSTALL
=afminstall
23469 COMPILED_X_PROGRAM
=0
23471 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
23472 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
23475 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
23477 if test -f "$ac_dir/Xm/Xm.h"; then
23478 ac_find_includes
=$ac_dir
23483 if test "$ac_find_includes" != "" ; then
23484 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
23485 echo "${ECHO_T}found in $ac_find_includes" >&6
23487 if test "x$ac_find_includes" = "x/usr/include"; then
23488 ac_path_to_include
=""
23490 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
23492 if test $result = 0; then
23493 ac_path_to_include
=""
23495 ac_path_to_include
=" -I$ac_find_includes"
23499 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
23501 cat >conftest.
$ac_ext <<_ACEOF
23502 #line $LINENO "configure"
23505 cat confdefs.h
>>conftest.
$ac_ext
23506 cat >>conftest.
$ac_ext <<_ACEOF
23507 /* end confdefs.h. */
23516 version = xmUseVersion;
23522 rm -f conftest.
$ac_objext
23523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23524 (eval $ac_compile) 2>&5
23526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23527 (exit $ac_status); } &&
23528 { ac_try
='test -s conftest.$ac_objext'
23529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23530 (eval $ac_try) 2>&5
23532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23533 (exit $ac_status); }; }; then
23535 echo "$as_me:$LINENO: result: found in default search path" >&5
23536 echo "${ECHO_T}found in default search path" >&6
23537 COMPILED_X_PROGRAM
=1
23540 echo "$as_me: failed program was:" >&5
23541 sed 's/^/| /' conftest.
$ac_ext >&5
23544 echo "$as_me:$LINENO: result: no" >&5
23545 echo "${ECHO_T}no" >&6
23546 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
23547 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
23548 { (exit 1); exit 1; }; }
23552 rm -f conftest.
$ac_objext conftest.
$ac_ext
23555 if test "$COMPILED_X_PROGRAM" = 0; then
23556 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
23557 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
23560 for ac_dir
in $SEARCH_LIB /usr
/lib
;
23562 for ac_extension
in a so sl dylib
; do
23563 if test -f "$ac_dir/libXm.$ac_extension"; then
23564 ac_find_libraries
=$ac_dir
23570 if test "$ac_find_libraries" != "" ; then
23571 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23572 echo "${ECHO_T}found at $ac_find_libraries" >&6
23575 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
23577 if test $result = 0; then
23580 ac_path_to_link
=" -L$ac_find_libraries"
23583 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
23585 save_CFLAGS
=$CFLAGS
23586 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23588 cat >conftest.
$ac_ext <<_ACEOF
23589 #line $LINENO "configure"
23592 cat confdefs.h
>>conftest.
$ac_ext
23593 cat >>conftest.
$ac_ext <<_ACEOF
23594 /* end confdefs.h. */
23603 version = xmUseVersion;
23609 rm -f conftest.
$ac_objext
23610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23611 (eval $ac_compile) 2>&5
23613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23614 (exit $ac_status); } &&
23615 { ac_try
='test -s conftest.$ac_objext'
23616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23617 (eval $ac_try) 2>&5
23619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23620 (exit $ac_status); }; }; then
23622 echo "$as_me:$LINENO: result: found in default search path" >&5
23623 echo "${ECHO_T}found in default search path" >&6
23624 COMPILED_X_PROGRAM
=1
23627 echo "$as_me: failed program was:" >&5
23628 sed 's/^/| /' conftest.
$ac_ext >&5
23631 echo "$as_me:$LINENO: result: no" >&5
23632 echo "${ECHO_T}no" >&6
23633 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
23634 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
23635 { (exit 1); exit 1; }; }
23639 rm -f conftest.
$ac_objext conftest.
$ac_ext
23641 CFLAGS
=$save_CFLAGS
23646 echo "$as_me:$LINENO: checking for Xpm library" >&5
23647 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
23650 for ac_dir
in $SEARCH_LIB /usr
/lib
;
23652 for ac_extension
in a so sl dylib
; do
23653 if test -f "$ac_dir/libXpm.$ac_extension"; then
23654 ac_find_libraries
=$ac_dir
23660 if test "$ac_find_libraries" != "" ; then
23662 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
23664 if test $result = 0; then
23667 ac_path_to_link
=" -L$ac_find_libraries"
23670 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
23673 cat >>confdefs.h
<<\_ACEOF
23674 #define wxHAVE_LIB_XPM 1
23677 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23678 echo "${ECHO_T}found at $ac_find_libraries" >&6
23680 save_CFLAGS
=$CFLAGS
23681 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23683 cat >conftest.
$ac_ext <<_ACEOF
23684 #line $LINENO "configure"
23687 cat confdefs.h
>>conftest.
$ac_ext
23688 cat >>conftest.
$ac_ext <<_ACEOF
23689 /* end confdefs.h. */
23691 #include <X11/xpm.h>
23698 version = XpmLibraryVersion();
23704 rm -f conftest.
$ac_objext
23705 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23706 (eval $ac_compile) 2>&5
23708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23709 (exit $ac_status); } &&
23710 { ac_try
='test -s conftest.$ac_objext'
23711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23712 (eval $ac_try) 2>&5
23714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23715 (exit $ac_status); }; }; then
23718 cat >>confdefs.h
<<\_ACEOF
23719 #define wxHAVE_LIB_XPM 1
23722 echo "$as_me:$LINENO: result: found in default search path" >&5
23723 echo "${ECHO_T}found in default search path" >&6
23724 COMPILED_X_PROGRAM
=0
23727 echo "$as_me: failed program was:" >&5
23728 sed 's/^/| /' conftest.
$ac_ext >&5
23731 echo "$as_me:$LINENO: result: no" >&5
23732 echo "${ECHO_T}no" >&6
23733 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
23734 echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
23738 rm -f conftest.
$ac_objext conftest.
$ac_ext
23740 CFLAGS
=$save_CFLAGS
23743 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
23744 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
23748 for libp
in "" " -lXp"; do
23749 if test "$libs_found" = "0"; then
23750 for libsm_ice
in " -lSM -lICE"; do
23751 if test "$libs_found" = "0"; then
23753 LIBS
="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
23754 save_CFLAGS
=$CFLAGS
23755 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23757 cat >conftest.
$ac_ext <<_ACEOF
23758 #line $LINENO "configure"
23761 cat confdefs.h
>>conftest.
$ac_ext
23762 cat >>conftest.
$ac_ext <<_ACEOF
23763 /* end confdefs.h. */
23766 #include <Xm/List.h>
23772 XmString string = NULL;
23775 XmListAddItem(w, string, position);
23781 rm -f conftest.
$ac_objext conftest
$ac_exeext
23782 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23783 (eval $ac_link) 2>&5
23785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23786 (exit $ac_status); } &&
23787 { ac_try
='test -s conftest$ac_exeext'
23788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23789 (eval $ac_try) 2>&5
23791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23792 (exit $ac_status); }; }; then
23795 libsm_ice_link
="$libsm_ice"
23796 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
23797 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
23801 echo "$as_me: failed program was:" >&5
23802 sed 's/^/| /' conftest.
$ac_ext >&5
23807 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
23810 CFLAGS
=$save_CFLAGS
23816 if test "$libs_found" = "0"; then
23817 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
23818 echo "${ECHO_T}can't find the right libraries" >&6
23819 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
23820 echo "$as_me: error: can't link a simple motif program" >&2;}
23821 { (exit 1); exit 1; }; }
23824 save_CFLAGS
=$CFLAGS
23825 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23826 echo "$as_me:$LINENO: checking for Motif 2" >&5
23827 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
23828 cat >conftest.
$ac_ext <<_ACEOF
23829 #line $LINENO "configure"
23832 cat confdefs.h
>>conftest.
$ac_ext
23833 cat >>conftest.
$ac_ext <<_ACEOF
23834 /* end confdefs.h. */
23842 #if XmVersion < 2000
23843 #error "Not Motif 2"
23850 rm -f conftest.
$ac_objext
23851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23852 (eval $ac_compile) 2>&5
23854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23855 (exit $ac_status); } &&
23856 { ac_try
='test -s conftest.$ac_objext'
23857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23858 (eval $ac_try) 2>&5
23860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23861 (exit $ac_status); }; }; then
23863 cat >>confdefs.h
<<\_ACEOF
23864 #define __WXMOTIF20__ 1
23867 echo "$as_me:$LINENO: result: found" >&5
23868 echo "${ECHO_T}found" >&6
23871 echo "$as_me: failed program was:" >&5
23872 sed 's/^/| /' conftest.
$ac_ext >&5
23875 cat >>confdefs.h
<<\_ACEOF
23876 #define __WXMOTIF20__ 0
23879 echo "$as_me:$LINENO: result: not found" >&5
23880 echo "${ECHO_T}not found" >&6
23883 rm -f conftest.
$ac_objext conftest.
$ac_ext
23884 CFLAGS
=$save_CFLAGS
23886 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
23887 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
23893 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 &&
23894 test "$wxHAVE_XEXT_LIB" = 1; then
23895 save_CFLAGS
="$CFLAGS"
23896 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
23898 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
23899 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
23900 cat >conftest.
$ac_ext <<_ACEOF
23901 #line $LINENO "configure"
23904 cat confdefs.h
>>conftest.
$ac_ext
23905 cat >>conftest.
$ac_ext <<_ACEOF
23906 /* end confdefs.h. */
23908 #include <X11/Xlib.h>
23909 #include <X11/extensions/shape.h>
23915 int dummy1, dummy2;
23916 XShapeQueryExtension((Display*)NULL,
23917 (int*)NULL, (int*)NULL);
23923 rm -f conftest.
$ac_objext
23924 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23925 (eval $ac_compile) 2>&5
23927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23928 (exit $ac_status); } &&
23929 { ac_try
='test -s conftest.$ac_objext'
23930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23931 (eval $ac_try) 2>&5
23933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23934 (exit $ac_status); }; }; then
23936 cat >>confdefs.h
<<\_ACEOF
23937 #define HAVE_XSHAPE 1
23940 echo "$as_me:$LINENO: result: found" >&5
23941 echo "${ECHO_T}found" >&6
23944 echo "$as_me: failed program was:" >&5
23945 sed 's/^/| /' conftest.
$ac_ext >&5
23948 echo "$as_me:$LINENO: result: not found" >&5
23949 echo "${ECHO_T}not found" >&6
23952 rm -f conftest.
$ac_objext conftest.
$ac_ext
23953 CFLAGS
="$save_CFLAGS"
23956 if test "$wxUSE_MAC" = 1; then
23957 CPPFLAGS
="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
23959 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
23964 if test "$wxUSE_COCOA" = 1; then
23965 TOOLKIT_VPATH
="\${top_srcdir}/src/cocoa"
23970 if test "$wxUSE_PM" = 1; then
23973 { echo "$as_me:$LINENO: WARNING: OS/2 threads are not yet supported... disabled" >&5
23974 echo "$as_me: WARNING: OS/2 threads are not yet supported... disabled" >&2;}
23978 if test "$TOOLKIT" = "PM" ; then
23981 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
23984 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
23986 if test "$wxUSE_UNIVERSAL" = "yes"; then
23987 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
23989 ALL_SOURCES
="\$(ALL_SOURCES) \${UNIV_SOURCES}"
23990 ALL_HEADERS
="\$(ALL_HEADERS) \${UNIV_HEADERS}"
23992 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
23993 if test "$wxUSE_X11" = 1; then
23994 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
23996 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
23998 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
24001 ALL_OBJECTS
="\$(GUIOBJS)"
24002 ALL_SOURCES
="\$(ALL_SOURCES)"
24003 ALL_HEADERS
="\$(ALL_HEADERS)"
24006 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
24008 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
24009 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
24012 if test "$wxUSE_HTML" = "yes"; then
24013 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
24016 if test "$wxUSE_LIBJPEG" = "builtin" ; then
24017 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
24019 if test "$wxUSE_LIBTIFF" = "builtin" ; then
24020 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
24022 if test "$wxUSE_LIBPNG" = "builtin" ; then
24023 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
24026 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
24027 DISTDIR
="wx\$(TOOLKIT)"
24033 if test "$USE_WIN32" = 1 ; then
24034 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
24035 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
24039 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
24040 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
24043 ALL_SOURCES
="\$(ALL_SOURCES)"
24044 ALL_HEADERS
="\$(ALL_HEADERS)"
24046 PORT_FILES
="\${top_srcdir}/src/files.lst"
24048 GUIDIST
="BASE_DIST"
24058 if test "$TOOLKIT" != "MSW" ; then
24060 if test "$wxUSE_ODBC" != "no" ; then
24061 cat >>confdefs.h
<<\_ACEOF
24062 #define wxUSE_ODBC 1
24065 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
24067 WXODBCFLAG
="-D_IODBC_"
24070 if test "$wxUSE_ODBC" = "sys" ; then
24072 if test "${ac_cv_header_sql_h+set}" = set; then
24073 echo "$as_me:$LINENO: checking for sql.h" >&5
24074 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24075 if test "${ac_cv_header_sql_h+set}" = set; then
24076 echo $ECHO_N "(cached) $ECHO_C" >&6
24078 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24079 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24081 # Is the header compilable?
24082 echo "$as_me:$LINENO: checking sql.h usability" >&5
24083 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
24084 cat >conftest.
$ac_ext <<_ACEOF
24085 #line $LINENO "configure"
24088 cat confdefs.h
>>conftest.
$ac_ext
24089 cat >>conftest.
$ac_ext <<_ACEOF
24090 /* end confdefs.h. */
24091 $ac_includes_default
24094 rm -f conftest.
$ac_objext
24095 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24096 (eval $ac_compile) 2>&5
24098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24099 (exit $ac_status); } &&
24100 { ac_try
='test -s conftest.$ac_objext'
24101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24102 (eval $ac_try) 2>&5
24104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24105 (exit $ac_status); }; }; then
24106 ac_header_compiler
=yes
24108 echo "$as_me: failed program was:" >&5
24109 sed 's/^/| /' conftest.
$ac_ext >&5
24111 ac_header_compiler
=no
24113 rm -f conftest.
$ac_objext conftest.
$ac_ext
24114 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24115 echo "${ECHO_T}$ac_header_compiler" >&6
24117 # Is the header present?
24118 echo "$as_me:$LINENO: checking sql.h presence" >&5
24119 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
24120 cat >conftest.
$ac_ext <<_ACEOF
24121 #line $LINENO "configure"
24124 cat confdefs.h
>>conftest.
$ac_ext
24125 cat >>conftest.
$ac_ext <<_ACEOF
24126 /* end confdefs.h. */
24129 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24130 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24132 grep -v '^ *+' conftest.er1
>conftest.err
24134 cat conftest.err
>&5
24135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24136 (exit $ac_status); } >/dev
/null
; then
24137 if test -s conftest.err
; then
24138 ac_cpp_err
=$ac_c_preproc_warn_flag
24145 if test -z "$ac_cpp_err"; then
24146 ac_header_preproc
=yes
24148 echo "$as_me: failed program was:" >&5
24149 sed 's/^/| /' conftest.
$ac_ext >&5
24151 ac_header_preproc
=no
24153 rm -f conftest.err conftest.
$ac_ext
24154 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24155 echo "${ECHO_T}$ac_header_preproc" >&6
24157 # So? What about this header?
24158 case $ac_header_compiler:$ac_header_preproc in
24160 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
24161 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24162 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24163 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24166 ## ------------------------------------ ##
24167 ## Report this to bug-autoconf@gnu.org. ##
24168 ## ------------------------------------ ##
24171 sed "s/^/$as_me: WARNING: /" >&2
24174 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
24175 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
24176 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
24177 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
24178 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24179 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24182 ## ------------------------------------ ##
24183 ## Report this to bug-autoconf@gnu.org. ##
24184 ## ------------------------------------ ##
24187 sed "s/^/$as_me: WARNING: /" >&2
24190 echo "$as_me:$LINENO: checking for sql.h" >&5
24191 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24192 if test "${ac_cv_header_sql_h+set}" = set; then
24193 echo $ECHO_N "(cached) $ECHO_C" >&6
24195 ac_cv_header_sql_h
=$ac_header_preproc
24197 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24198 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24203 echo "$as_me:$LINENO: checking for library containing SQLAllocEnv" >&5
24204 echo $ECHO_N "checking for library containing SQLAllocEnv... $ECHO_C" >&6
24205 if test "${ac_cv_search_SQLAllocEnv+set}" = set; then
24206 echo $ECHO_N "(cached) $ECHO_C" >&6
24208 ac_func_search_save_LIBS
=$LIBS
24209 ac_cv_search_SQLAllocEnv
=no
24210 cat >conftest.
$ac_ext <<_ACEOF
24211 #line $LINENO "configure"
24214 cat confdefs.h
>>conftest.
$ac_ext
24215 cat >>conftest.
$ac_ext <<_ACEOF
24216 /* end confdefs.h. */
24218 /* Override any gcc2 internal prototype to avoid an error. */
24222 /* We use char because int might match the return type of a gcc2
24223 builtin and then its argument prototype would still apply. */
24224 char SQLAllocEnv ();
24233 rm -f conftest.
$ac_objext conftest
$ac_exeext
24234 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24235 (eval $ac_link) 2>&5
24237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24238 (exit $ac_status); } &&
24239 { ac_try
='test -s conftest$ac_exeext'
24240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24241 (eval $ac_try) 2>&5
24243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24244 (exit $ac_status); }; }; then
24245 ac_cv_search_SQLAllocEnv
="none required"
24247 echo "$as_me: failed program was:" >&5
24248 sed 's/^/| /' conftest.
$ac_ext >&5
24251 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24252 if test "$ac_cv_search_SQLAllocEnv" = no
; then
24253 for ac_lib
in iodbc unixodbc odbc
; do
24254 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
24255 cat >conftest.
$ac_ext <<_ACEOF
24256 #line $LINENO "configure"
24259 cat confdefs.h
>>conftest.
$ac_ext
24260 cat >>conftest.
$ac_ext <<_ACEOF
24261 /* end confdefs.h. */
24263 /* Override any gcc2 internal prototype to avoid an error. */
24267 /* We use char because int might match the return type of a gcc2
24268 builtin and then its argument prototype would still apply. */
24269 char SQLAllocEnv ();
24278 rm -f conftest.
$ac_objext conftest
$ac_exeext
24279 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24280 (eval $ac_link) 2>&5
24282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24283 (exit $ac_status); } &&
24284 { ac_try
='test -s conftest$ac_exeext'
24285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24286 (eval $ac_try) 2>&5
24288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24289 (exit $ac_status); }; }; then
24290 ac_cv_search_SQLAllocEnv
="-l$ac_lib"
24293 echo "$as_me: failed program was:" >&5
24294 sed 's/^/| /' conftest.
$ac_ext >&5
24297 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24300 LIBS
=$ac_func_search_save_LIBS
24302 echo "$as_me:$LINENO: result: $ac_cv_search_SQLAllocEnv" >&5
24303 echo "${ECHO_T}$ac_cv_search_SQLAllocEnv" >&6
24304 if test "$ac_cv_search_SQLAllocEnv" != no
; then
24305 test "$ac_cv_search_SQLAllocEnv" = "none required" || LIBS
="$ac_cv_search_SQLAllocEnv $LIBS"
24309 wxUSE_ODBC
=builtin;
24310 { echo "$as_me:$LINENO: WARNING: can't find system Odbc library falling back to builtin " >&5
24311 echo "$as_me: WARNING: can't find system Odbc library falling back to builtin " >&2;}
24316 if test "$wxUSE_ODBC" != "sys" ; then
24317 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
24324 if test "$wxUSE_REGEX" = "builtin" ; then
24325 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
24327 if test "$wxUSE_ZLIB" = "builtin" ; then
24328 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
24332 if test "$wxUSE_OPENGL" = "yes"; then
24333 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
24334 OPENGL_LIBS
="-framework OpenGL -framework AGL"
24335 elif test "$wxUSE_MSW" = 1; then
24336 OPENGL_LIBS
="-lopengl32 -lglu32"
24341 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
24343 if test -f "$ac_dir/GL/gl.h"; then
24344 ac_find_includes
=$ac_dir
24349 if test "$ac_find_includes" != "" ; then
24350 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
24351 echo "${ECHO_T}found in $ac_find_includes" >&6
24354 if test "x$ac_find_includes" = "x/usr/include"; then
24355 ac_path_to_include
=""
24357 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
24359 if test $result = 0; then
24360 ac_path_to_include
=""
24362 ac_path_to_include
=" -I$ac_find_includes"
24366 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
24370 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24371 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24372 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24373 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24374 echo $ECHO_N "(cached) $ECHO_C" >&6
24376 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24377 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24379 # Is the header compilable?
24380 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
24381 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
24382 cat >conftest.
$ac_ext <<_ACEOF
24383 #line $LINENO "configure"
24386 cat confdefs.h
>>conftest.
$ac_ext
24387 cat >>conftest.
$ac_ext <<_ACEOF
24388 /* end confdefs.h. */
24389 $ac_includes_default
24392 rm -f conftest.
$ac_objext
24393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24394 (eval $ac_compile) 2>&5
24396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24397 (exit $ac_status); } &&
24398 { ac_try
='test -s conftest.$ac_objext'
24399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24400 (eval $ac_try) 2>&5
24402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24403 (exit $ac_status); }; }; then
24404 ac_header_compiler
=yes
24406 echo "$as_me: failed program was:" >&5
24407 sed 's/^/| /' conftest.
$ac_ext >&5
24409 ac_header_compiler
=no
24411 rm -f conftest.
$ac_objext conftest.
$ac_ext
24412 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24413 echo "${ECHO_T}$ac_header_compiler" >&6
24415 # Is the header present?
24416 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
24417 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
24418 cat >conftest.
$ac_ext <<_ACEOF
24419 #line $LINENO "configure"
24422 cat confdefs.h
>>conftest.
$ac_ext
24423 cat >>conftest.
$ac_ext <<_ACEOF
24424 /* end confdefs.h. */
24427 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24428 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24430 grep -v '^ *+' conftest.er1
>conftest.err
24432 cat conftest.err
>&5
24433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24434 (exit $ac_status); } >/dev
/null
; then
24435 if test -s conftest.err
; then
24436 ac_cpp_err
=$ac_c_preproc_warn_flag
24443 if test -z "$ac_cpp_err"; then
24444 ac_header_preproc
=yes
24446 echo "$as_me: failed program was:" >&5
24447 sed 's/^/| /' conftest.
$ac_ext >&5
24449 ac_header_preproc
=no
24451 rm -f conftest.err conftest.
$ac_ext
24452 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24453 echo "${ECHO_T}$ac_header_preproc" >&6
24455 # So? What about this header?
24456 case $ac_header_compiler:$ac_header_preproc in
24458 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
24459 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24460 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24461 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24464 ## ------------------------------------ ##
24465 ## Report this to bug-autoconf@gnu.org. ##
24466 ## ------------------------------------ ##
24469 sed "s/^/$as_me: WARNING: /" >&2
24472 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
24473 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
24474 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
24475 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
24476 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
24477 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
24480 ## ------------------------------------ ##
24481 ## Report this to bug-autoconf@gnu.org. ##
24482 ## ------------------------------------ ##
24485 sed "s/^/$as_me: WARNING: /" >&2
24488 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24489 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24490 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24491 echo $ECHO_N "(cached) $ECHO_C" >&6
24493 ac_cv_header_GL_gl_h
=$ac_header_preproc
24495 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24496 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24499 if test $ac_cv_header_GL_gl_h = yes; then
24503 echo "$as_me:$LINENO: checking for -lGL" >&5
24504 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
24507 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24509 for ac_extension
in a so sl dylib
; do
24510 if test -f "$ac_dir/libGL.$ac_extension"; then
24511 ac_find_libraries
=$ac_dir
24517 if test "$ac_find_libraries" != "" ; then
24519 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
24521 if test $result = 0; then
24524 ac_path_to_link
=" -L$ac_find_libraries"
24527 if test "$ac_path_to_link" != " -L/usr/lib" ; then
24528 LDFLAGS_GL
="$ac_path_to_link"
24533 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24535 for ac_extension
in a so sl dylib
; do
24536 if test -f "$ac_dir/libGLU.$ac_extension"; then
24537 ac_find_libraries
=$ac_dir
24543 if test "$ac_find_libraries" != "" ; then
24545 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
24547 if test $result = 0; then
24550 ac_path_to_link
=" -L$ac_find_libraries"
24553 if test "$ac_path_to_link" != " -L/usr/lib" -a \
24554 "$ac_path_to_link" != "$LDFLAGS_GL"; then
24555 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
24559 OPENGL_LIBS
="-lGL -lGLU"
24560 echo "$as_me:$LINENO: result: yes" >&5
24561 echo "${ECHO_T}yes" >&6
24565 if "$found_gl" != 1; then
24566 echo "$as_me:$LINENO: result: no" >&5
24567 echo "${ECHO_T}no" >&6
24568 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
24569 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
24572 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24574 for ac_extension
in a so sl dylib
; do
24575 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
24576 ac_find_libraries
=$ac_dir
24582 if test "$ac_find_libraries" != "" ; then
24584 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
24586 if test $result = 0; then
24589 ac_path_to_link
=" -L$ac_find_libraries"
24592 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
24593 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
24594 echo "$as_me:$LINENO: result: yes" >&5
24595 echo "${ECHO_T}yes" >&6
24597 echo "$as_me:$LINENO: result: no" >&5
24598 echo "${ECHO_T}no" >&6
24606 if test "x$OPENGL_LIBS" = "x"; then
24607 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
24608 echo "$as_me: error: OpenGL libraries not available" >&2;}
24609 { (exit 1); exit 1; }; }
24613 if test "$wxUSE_OPENGL" = "yes"; then
24614 cat >>confdefs.h
<<\_ACEOF
24615 #define wxUSE_OPENGL 1
24618 cat >>confdefs.h
<<\_ACEOF
24619 #define wxUSE_GLCANVAS 1
24622 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
24626 if test -z "$TOOLKIT_VPATH" ; then
24627 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
24630 if test -n "$TOOLKIT" ; then
24631 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
24635 lib_unicode_suffix
=
24636 if test "$wxUSE_UNICODE" = "yes"; then
24637 lib_unicode_suffix
=u
24643 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
24648 WX_VERSION_TAG
=`echo WX${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
24650 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
24651 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
24653 if test "$cross_compiling" = "yes"; then
24654 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
24655 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
24658 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
24659 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
24660 WX_LIBRARY_BASENAME
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
24662 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
24663 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
24665 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
24666 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
24667 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
24668 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24671 *-*-cygwin* | *-*-mingw32* )
24675 if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then
24676 WX_LIBRARY
="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
24677 WX_LIBRARY_GL
="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
24678 WX_LIBRARY_NAME_SHARED
="${WX_LIBRARY}.${SO_SUFFIX}"
24679 WX_LIBRARY_NAME_SHARED_GL
="${WX_LIBRARY_GL}.${SO_SUFFIX}"
24681 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
24682 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24688 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
24689 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
24691 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
24692 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
24693 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
24694 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
24696 if test "$wxUSE_MAC" = 1; then
24697 WX_RESOURCES_MACOSX_ASCII
="lib${WX_LIBRARY}.${WX_CURRENT}.r"
24698 WX_RESOURCES_MACOSX_DATA
="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
24703 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
24704 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
24706 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
24707 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
24709 if test "$wxUSE_OPENGL" = "yes"; then
24710 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
24711 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
24716 if test "$wxUSE_SHARED" = "yes"; then
24718 *-pc-os2_emx | *-pc-os2-emx | \
24721 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
24722 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
24728 if test "$wxUSE_SHARED" = "yes"; then
24731 if test "$wxUSE_OPENGL" = "yes"; then
24732 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
24733 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
24735 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
24736 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1}"
24739 if test "$GCC" = "yes"; then
24745 found_versioning
=no
24748 if test $found_versioning = no
; then
24749 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
24750 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
24751 if test "${wx_cv_version_script+set}" = set; then
24752 echo $ECHO_N "(cached) $ECHO_C" >&6
24755 echo "VER_1 { *; };" >conftest.sym
24756 echo "int main() { return 0; }" >conftest.cpp
24759 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
24760 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
24761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24762 (eval $ac_try) 2>&5
24764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24765 (exit $ac_status); }; } ; then
24766 if test -s conftest.stderr
; then
24767 wx_cv_version_script
=no
24769 wx_cv_version_script
=yes
24772 wx_cv_version_script
=no
24774 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
24777 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
24778 echo "${ECHO_T}$wx_cv_version_script" >&6
24779 if test $wx_cv_version_script = yes ; then
24780 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
24785 SHARED_LD
="${CXX} -shared -o"
24789 if test "$GCC" = "yes"; then
24790 SHARED_LD
="${CXX} -shared ${PIC_FLAG} -o"
24792 LDFLAGS
="$LDFLAGS -L/usr/lib"
24794 SHARED_LD
="${CXX} -b -o"
24798 if test "$wxUSE_OPENGL" = "yes"; then
24799 WX_ALL_INSTALLED
="preinstall_gl"
24800 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
24802 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
24806 *-*-linux* | *-*-gnu* )
24807 if test "$GCC" != "yes"; then
24808 echo "$as_me:$LINENO: checking for Intel compiler" >&5
24809 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
24810 if test "${wx_cv_prog_icc+set}" = set; then
24811 echo $ECHO_N "(cached) $ECHO_C" >&6
24814 cat >conftest.
$ac_ext <<_ACEOF
24815 #line $LINENO "configure"
24818 cat confdefs.h
>>conftest.
$ac_ext
24819 cat >>conftest.
$ac_ext <<_ACEOF
24820 /* end confdefs.h. */
24826 #ifndef __INTEL_COMPILER
24834 rm -f conftest.
$ac_objext
24835 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24836 (eval $ac_compile) 2>&5
24838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24839 (exit $ac_status); } &&
24840 { ac_try
='test -s conftest.$ac_objext'
24841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24842 (eval $ac_try) 2>&5
24844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24845 (exit $ac_status); }; }; then
24848 echo "$as_me: failed program was:" >&5
24849 sed 's/^/| /' conftest.
$ac_ext >&5
24854 rm -f conftest.
$ac_objext conftest.
$ac_ext
24857 echo "$as_me:$LINENO: result: $wx_cv_prog_icc" >&5
24858 echo "${ECHO_T}$wx_cv_prog_icc" >&6
24859 if test "$wx_cv_prog_icc" = "yes"; then
24864 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
24868 if test "$GCC" = yes ; then
24869 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
24871 saveLdflags
="$LDFLAGS"
24872 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
24873 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
24874 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
24875 cat >conftest.
$ac_ext <<_ACEOF
24876 #line $LINENO "configure"
24879 cat confdefs.h
>>conftest.
$ac_ext
24880 cat >>conftest.
$ac_ext <<_ACEOF
24881 /* end confdefs.h. */
24891 rm -f conftest.
$ac_objext conftest
$ac_exeext
24892 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24893 (eval $ac_link) 2>&5
24895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24896 (exit $ac_status); } &&
24897 { ac_try
='test -s conftest$ac_exeext'
24898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24899 (eval $ac_try) 2>&5
24901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24902 (exit $ac_status); }; }; then
24904 echo "$as_me:$LINENO: result: yes" >&5
24905 echo "${ECHO_T}yes" >&6
24906 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
24909 echo "$as_me: failed program was:" >&5
24910 sed 's/^/| /' conftest.
$ac_ext >&5
24913 echo "$as_me:$LINENO: result: no" >&5
24914 echo "${ECHO_T}no" >&6
24915 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
24916 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
24917 LDFLAGS
="$saveLdflags -Wl,-R,/"
24918 cat >conftest.
$ac_ext <<_ACEOF
24919 #line $LINENO "configure"
24922 cat confdefs.h
>>conftest.
$ac_ext
24923 cat >>conftest.
$ac_ext <<_ACEOF
24924 /* end confdefs.h. */
24934 rm -f conftest.
$ac_objext conftest
$ac_exeext
24935 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24936 (eval $ac_link) 2>&5
24938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24939 (exit $ac_status); } &&
24940 { ac_try
='test -s conftest$ac_exeext'
24941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24942 (eval $ac_try) 2>&5
24944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24945 (exit $ac_status); }; }; then
24947 echo "$as_me:$LINENO: result: yes" >&5
24948 echo "${ECHO_T}yes" >&6
24949 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
24951 echo "$as_me: failed program was:" >&5
24952 sed 's/^/| /' conftest.
$ac_ext >&5
24955 echo "$as_me:$LINENO: result: no" >&5
24956 echo "${ECHO_T}no" >&6
24959 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24962 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
24963 LDFLAGS
="$saveLdflags"
24965 SHARED_LD
="${CXX} -G -o"
24967 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
24972 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -DWXMAKINGDLL"
24973 CFLAGS
="$CFLAGS -fno-common"
24974 CXXFLAGS
="$CXXFLAGS -fno-common"
24975 SHARED_LD
="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o"
24976 PIC_FLAG
="-dynamic -fPIC"
24980 if test "$GCC" != "yes"; then
24981 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
24982 set dummy makeC
++SharedLib
; ac_word
=$2
24983 echo "$as_me:$LINENO: checking for $ac_word" >&5
24984 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24985 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
24986 echo $ECHO_N "(cached) $ECHO_C" >&6
24988 if test -n "$AIX_CXX_LD"; then
24989 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
24991 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24992 for as_dir
in $PATH
24995 test -z "$as_dir" && as_dir
=.
24996 for ac_exec_ext
in '' $ac_executable_extensions; do
24997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24998 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
24999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25005 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
25008 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
25009 if test -n "$AIX_CXX_LD"; then
25010 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
25011 echo "${ECHO_T}$AIX_CXX_LD" >&6
25013 echo "$as_me:$LINENO: result: no" >&5
25014 echo "${ECHO_T}no" >&6
25018 SHARED_LD
="$(AIX_CXX_LD) -p 0 -o"
25022 *-*-cygwin* | *-*-mingw32* )
25023 WX_LIBRARY_IMPORTLIB
="${WX_LIBRARY_NAME_SHARED}.a"
25025 SHARED_LD
="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
25026 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
25028 PIC_FLAG
="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
25030 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
25031 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
25033 if test "$wxUSE_OPENGL" = "yes"; then
25034 LIBS
="${LIBS} ${OPENGL_LIBS}"
25039 SHARED_LD
="${LD} -shared -o"
25043 if test "$GCC" != "yes"; then
25048 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
25056 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
25057 echo "$as_me: error: unknown system type $host." >&2;}
25058 { (exit 1); exit 1; }; }
25061 if test "x$WX_TARGET_LIBRARY" = "x"; then
25062 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
25063 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
25066 WX_TARGET_LIBRARY_TYPE
="so"
25067 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
25070 if test "$wxUSE_SHARED" = "no"; then
25072 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
25073 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
25076 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
25077 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
25080 if test "$wxUSE_OPENGL" = "yes"; then
25081 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
25082 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
25084 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
25087 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
25088 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
25090 WX_TARGET_LIBRARY_TYPE
="a"
25091 INSTALL_LIBRARY
='$(INSTALL_DATA)'
25101 if test "$wxUSE_MAC" = 1; then
25102 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
25103 WX_ALL
="${WX_ALL} ${LIBWXMACRES}"
25104 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
25105 # Extract the first word of "Rez", so it can be a program name with args.
25106 set dummy Rez
; ac_word
=$2
25107 echo "$as_me:$LINENO: checking for $ac_word" >&5
25108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25109 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25110 echo $ECHO_N "(cached) $ECHO_C" >&6
25112 if test -n "$RESCOMP"; then
25113 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
25115 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25116 for as_dir
in $PATH
25119 test -z "$as_dir" && as_dir
=.
25120 for ac_exec_ext
in '' $ac_executable_extensions; do
25121 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25122 ac_cv_prog_RESCOMP
="Rez"
25123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25129 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
25132 RESCOMP
=$ac_cv_prog_RESCOMP
25133 if test -n "$RESCOMP"; then
25134 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25135 echo "${ECHO_T}$RESCOMP" >&6
25137 echo "$as_me:$LINENO: result: no" >&5
25138 echo "${ECHO_T}no" >&6
25141 # Extract the first word of "DeRez", so it can be a program name with args.
25142 set dummy DeRez
; ac_word
=$2
25143 echo "$as_me:$LINENO: checking for $ac_word" >&5
25144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25145 if test "${ac_cv_prog_DEREZ+set}" = set; then
25146 echo $ECHO_N "(cached) $ECHO_C" >&6
25148 if test -n "$DEREZ"; then
25149 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
25151 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25152 for as_dir
in $PATH
25155 test -z "$as_dir" && as_dir
=.
25156 for ac_exec_ext
in '' $ac_executable_extensions; do
25157 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25158 ac_cv_prog_DEREZ
="DeRez"
25159 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25165 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
25168 DEREZ
=$ac_cv_prog_DEREZ
25169 if test -n "$DEREZ"; then
25170 echo "$as_me:$LINENO: result: $DEREZ" >&5
25171 echo "${ECHO_T}$DEREZ" >&6
25173 echo "$as_me:$LINENO: result: no" >&5
25174 echo "${ECHO_T}no" >&6
25177 # Extract the first word of "SetFile", so it can be a program name with args.
25178 set dummy SetFile
; ac_word
=$2
25179 echo "$as_me:$LINENO: checking for $ac_word" >&5
25180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25181 if test "${ac_cv_prog_SETFILE+set}" = set; then
25182 echo $ECHO_N "(cached) $ECHO_C" >&6
25184 if test -n "$SETFILE"; then
25185 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
25187 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25188 for as_dir
in $PATH
25191 test -z "$as_dir" && as_dir
=.
25192 for ac_exec_ext
in '' $ac_executable_extensions; do
25193 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25194 ac_cv_prog_SETFILE
="SetFile"
25195 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25201 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
25204 SETFILE
=$ac_cv_prog_SETFILE
25205 if test -n "$SETFILE"; then
25206 echo "$as_me:$LINENO: result: $SETFILE" >&5
25207 echo "${ECHO_T}$SETFILE" >&6
25209 echo "$as_me:$LINENO: result: no" >&5
25210 echo "${ECHO_T}no" >&6
25213 MACOSX_BUNDLE
="bundle"
25214 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
25215 MACSETFILE
="\$(SETFILE)"
25216 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25217 elif test "$wxUSE_COCOA" = 1; then
25218 # Extract the first word of "Rez", so it can be a program name with args.
25219 set dummy Rez
; ac_word
=$2
25220 echo "$as_me:$LINENO: checking for $ac_word" >&5
25221 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25222 if test "${ac_cv_prog_RESCOMP+set}" = set; then
25223 echo $ECHO_N "(cached) $ECHO_C" >&6
25225 if test -n "$RESCOMP"; then
25226 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
25228 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25229 for as_dir
in $PATH
25232 test -z "$as_dir" && as_dir
=.
25233 for ac_exec_ext
in '' $ac_executable_extensions; do
25234 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25235 ac_cv_prog_RESCOMP
="Rez"
25236 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25242 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
25245 RESCOMP
=$ac_cv_prog_RESCOMP
25246 if test -n "$RESCOMP"; then
25247 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25248 echo "${ECHO_T}$RESCOMP" >&6
25250 echo "$as_me:$LINENO: result: no" >&5
25251 echo "${ECHO_T}no" >&6
25254 # Extract the first word of "DeRez", so it can be a program name with args.
25255 set dummy DeRez
; ac_word
=$2
25256 echo "$as_me:$LINENO: checking for $ac_word" >&5
25257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25258 if test "${ac_cv_prog_DEREZ+set}" = set; then
25259 echo $ECHO_N "(cached) $ECHO_C" >&6
25261 if test -n "$DEREZ"; then
25262 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
25264 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25265 for as_dir
in $PATH
25268 test -z "$as_dir" && as_dir
=.
25269 for ac_exec_ext
in '' $ac_executable_extensions; do
25270 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25271 ac_cv_prog_DEREZ
="DeRez"
25272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25278 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
25281 DEREZ
=$ac_cv_prog_DEREZ
25282 if test -n "$DEREZ"; then
25283 echo "$as_me:$LINENO: result: $DEREZ" >&5
25284 echo "${ECHO_T}$DEREZ" >&6
25286 echo "$as_me:$LINENO: result: no" >&5
25287 echo "${ECHO_T}no" >&6
25290 # Extract the first word of "SetFile", so it can be a program name with args.
25291 set dummy SetFile
; ac_word
=$2
25292 echo "$as_me:$LINENO: checking for $ac_word" >&5
25293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25294 if test "${ac_cv_prog_SETFILE+set}" = set; then
25295 echo $ECHO_N "(cached) $ECHO_C" >&6
25297 if test -n "$SETFILE"; then
25298 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
25300 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25301 for as_dir
in $PATH
25304 test -z "$as_dir" && as_dir
=.
25305 for ac_exec_ext
in '' $ac_executable_extensions; do
25306 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25307 ac_cv_prog_SETFILE
="SetFile"
25308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25314 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
25317 SETFILE
=$ac_cv_prog_SETFILE
25318 if test -n "$SETFILE"; then
25319 echo "$as_me:$LINENO: result: $SETFILE" >&5
25320 echo "${ECHO_T}$SETFILE" >&6
25322 echo "$as_me:$LINENO: result: no" >&5
25323 echo "${ECHO_T}no" >&6
25326 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
25327 MACSETFILE
="\$(SETFILE)"
25328 MACRESWXCONFIG
="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
25330 if test "$wxUSE_PM" = 1; then
25331 MACRESCOMP
="emxbind -ep"
25336 echo "$as_me:$LINENO: checking for mode_t" >&5
25337 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
25338 if test "${ac_cv_type_mode_t+set}" = set; then
25339 echo $ECHO_N "(cached) $ECHO_C" >&6
25341 cat >conftest.
$ac_ext <<_ACEOF
25342 #line $LINENO "configure"
25345 cat confdefs.h
>>conftest.
$ac_ext
25346 cat >>conftest.
$ac_ext <<_ACEOF
25347 /* end confdefs.h. */
25348 $ac_includes_default
25354 if (sizeof (mode_t))
25360 rm -f conftest.
$ac_objext
25361 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25362 (eval $ac_compile) 2>&5
25364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25365 (exit $ac_status); } &&
25366 { ac_try
='test -s conftest.$ac_objext'
25367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25368 (eval $ac_try) 2>&5
25370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25371 (exit $ac_status); }; }; then
25372 ac_cv_type_mode_t
=yes
25374 echo "$as_me: failed program was:" >&5
25375 sed 's/^/| /' conftest.
$ac_ext >&5
25377 ac_cv_type_mode_t
=no
25379 rm -f conftest.
$ac_objext conftest.
$ac_ext
25381 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
25382 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
25383 if test $ac_cv_type_mode_t = yes; then
25387 cat >>confdefs.h
<<_ACEOF
25393 echo "$as_me:$LINENO: checking for off_t" >&5
25394 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
25395 if test "${ac_cv_type_off_t+set}" = set; then
25396 echo $ECHO_N "(cached) $ECHO_C" >&6
25398 cat >conftest.
$ac_ext <<_ACEOF
25399 #line $LINENO "configure"
25402 cat confdefs.h
>>conftest.
$ac_ext
25403 cat >>conftest.
$ac_ext <<_ACEOF
25404 /* end confdefs.h. */
25405 $ac_includes_default
25411 if (sizeof (off_t))
25417 rm -f conftest.
$ac_objext
25418 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25419 (eval $ac_compile) 2>&5
25421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25422 (exit $ac_status); } &&
25423 { ac_try
='test -s conftest.$ac_objext'
25424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25425 (eval $ac_try) 2>&5
25427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25428 (exit $ac_status); }; }; then
25429 ac_cv_type_off_t
=yes
25431 echo "$as_me: failed program was:" >&5
25432 sed 's/^/| /' conftest.
$ac_ext >&5
25434 ac_cv_type_off_t
=no
25436 rm -f conftest.
$ac_objext conftest.
$ac_ext
25438 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
25439 echo "${ECHO_T}$ac_cv_type_off_t" >&6
25440 if test $ac_cv_type_off_t = yes; then
25444 cat >>confdefs.h
<<_ACEOF
25450 echo "$as_me:$LINENO: checking for pid_t" >&5
25451 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
25452 if test "${ac_cv_type_pid_t+set}" = set; then
25453 echo $ECHO_N "(cached) $ECHO_C" >&6
25455 cat >conftest.
$ac_ext <<_ACEOF
25456 #line $LINENO "configure"
25459 cat confdefs.h
>>conftest.
$ac_ext
25460 cat >>conftest.
$ac_ext <<_ACEOF
25461 /* end confdefs.h. */
25462 $ac_includes_default
25468 if (sizeof (pid_t))
25474 rm -f conftest.
$ac_objext
25475 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25476 (eval $ac_compile) 2>&5
25478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25479 (exit $ac_status); } &&
25480 { ac_try
='test -s conftest.$ac_objext'
25481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25482 (eval $ac_try) 2>&5
25484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25485 (exit $ac_status); }; }; then
25486 ac_cv_type_pid_t
=yes
25488 echo "$as_me: failed program was:" >&5
25489 sed 's/^/| /' conftest.
$ac_ext >&5
25491 ac_cv_type_pid_t
=no
25493 rm -f conftest.
$ac_objext conftest.
$ac_ext
25495 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
25496 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
25497 if test $ac_cv_type_pid_t = yes; then
25501 cat >>confdefs.h
<<_ACEOF
25507 echo "$as_me:$LINENO: checking for size_t" >&5
25508 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
25509 if test "${ac_cv_type_size_t+set}" = set; then
25510 echo $ECHO_N "(cached) $ECHO_C" >&6
25512 cat >conftest.
$ac_ext <<_ACEOF
25513 #line $LINENO "configure"
25516 cat confdefs.h
>>conftest.
$ac_ext
25517 cat >>conftest.
$ac_ext <<_ACEOF
25518 /* end confdefs.h. */
25519 $ac_includes_default
25525 if (sizeof (size_t))
25531 rm -f conftest.
$ac_objext
25532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25533 (eval $ac_compile) 2>&5
25535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25536 (exit $ac_status); } &&
25537 { ac_try
='test -s conftest.$ac_objext'
25538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25539 (eval $ac_try) 2>&5
25541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25542 (exit $ac_status); }; }; then
25543 ac_cv_type_size_t
=yes
25545 echo "$as_me: failed program was:" >&5
25546 sed 's/^/| /' conftest.
$ac_ext >&5
25548 ac_cv_type_size_t
=no
25550 rm -f conftest.
$ac_objext conftest.
$ac_ext
25552 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
25553 echo "${ECHO_T}$ac_cv_type_size_t" >&6
25554 if test $ac_cv_type_size_t = yes; then
25558 cat >>confdefs.h
<<_ACEOF
25559 #define size_t unsigned
25564 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
25565 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
25566 if test "${ac_cv_type_uid_t+set}" = set; then
25567 echo $ECHO_N "(cached) $ECHO_C" >&6
25569 cat >conftest.
$ac_ext <<_ACEOF
25570 #line $LINENO "configure"
25573 cat confdefs.h
>>conftest.
$ac_ext
25574 cat >>conftest.
$ac_ext <<_ACEOF
25575 /* end confdefs.h. */
25576 #include <sys/types.h>
25579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
25580 $EGREP "uid_t" >/dev
/null
2>&1; then
25581 ac_cv_type_uid_t
=yes
25583 ac_cv_type_uid_t
=no
25588 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
25589 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
25590 if test $ac_cv_type_uid_t = no
; then
25592 cat >>confdefs.h
<<\_ACEOF
25597 cat >>confdefs.h
<<\_ACEOF
25607 ac_cpp
='$CXXCPP $CPPFLAGS'
25608 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25609 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25610 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
25612 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
25613 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
25614 if test "${wx_cv_size_t_is_uint+set}" = set; then
25615 echo $ECHO_N "(cached) $ECHO_C" >&6
25618 cat >conftest.
$ac_ext <<_ACEOF
25619 #line $LINENO "configure"
25622 cat confdefs.h
>>conftest.
$ac_ext
25623 cat >>conftest.
$ac_ext <<_ACEOF
25624 /* end confdefs.h. */
25625 #include <stddef.h>
25632 struct Foo { void foo(size_t); void foo(unsigned int); };
25640 rm -f conftest.
$ac_objext
25641 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25642 (eval $ac_compile) 2>&5
25644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25645 (exit $ac_status); } &&
25646 { ac_try
='test -s conftest.$ac_objext'
25647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25648 (eval $ac_try) 2>&5
25650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25651 (exit $ac_status); }; }; then
25652 wx_cv_size_t_is_uint
=no
25654 echo "$as_me: failed program was:" >&5
25655 sed 's/^/| /' conftest.
$ac_ext >&5
25657 wx_cv_size_t_is_uint
=yes
25660 rm -f conftest.
$ac_objext conftest.
$ac_ext
25664 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
25665 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
25667 if test "$wx_cv_size_t_is_uint" = "yes"; then
25668 cat >>confdefs.h
<<\_ACEOF
25669 #define wxSIZE_T_IS_UINT 1
25673 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
25674 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
25675 if test "${wx_cv_size_t_is_ulong+set}" = set; then
25676 echo $ECHO_N "(cached) $ECHO_C" >&6
25678 cat >conftest.
$ac_ext <<_ACEOF
25679 #line $LINENO "configure"
25682 cat confdefs.h
>>conftest.
$ac_ext
25683 cat >>conftest.
$ac_ext <<_ACEOF
25684 /* end confdefs.h. */
25685 #include <stddef.h>
25692 struct Foo { void foo(size_t); void foo(unsigned long); };
25700 rm -f conftest.
$ac_objext
25701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25702 (eval $ac_compile) 2>&5
25704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25705 (exit $ac_status); } &&
25706 { ac_try
='test -s conftest.$ac_objext'
25707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25708 (eval $ac_try) 2>&5
25710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25711 (exit $ac_status); }; }; then
25712 wx_cv_size_t_is_ulong
=no
25714 echo "$as_me: failed program was:" >&5
25715 sed 's/^/| /' conftest.
$ac_ext >&5
25717 wx_cv_size_t_is_ulong
=yes
25720 rm -f conftest.
$ac_objext conftest.
$ac_ext
25723 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
25724 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
25726 if test "$wx_cv_size_t_is_ulong" = "yes"; then
25727 cat >>confdefs.h
<<\_ACEOF
25728 #define wxSIZE_T_IS_ULONG 1
25735 ac_cpp
='$CPP $CPPFLAGS'
25736 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25737 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25738 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
25742 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
25743 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
25744 if test "${wx_cv_struct_pw_gecos+set}" = set; then
25745 echo $ECHO_N "(cached) $ECHO_C" >&6
25748 cat >conftest.
$ac_ext <<_ACEOF
25749 #line $LINENO "configure"
25752 cat confdefs.h
>>conftest.
$ac_ext
25753 cat >>conftest.
$ac_ext <<_ACEOF
25754 /* end confdefs.h. */
25768 rm -f conftest.
$ac_objext
25769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25770 (eval $ac_compile) 2>&5
25772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25773 (exit $ac_status); } &&
25774 { ac_try
='test -s conftest.$ac_objext'
25775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25776 (eval $ac_try) 2>&5
25778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25779 (exit $ac_status); }; }; then
25781 wx_cv_struct_pw_gecos
=yes
25784 echo "$as_me: failed program was:" >&5
25785 sed 's/^/| /' conftest.
$ac_ext >&5
25788 wx_cv_struct_pw_gecos
=no
25792 rm -f conftest.
$ac_objext conftest.
$ac_ext
25796 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
25797 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
25799 if test "$wx_cv_struct_pw_gecos" = "yes"; then
25800 cat >>confdefs.h
<<\_ACEOF
25801 #define HAVE_PW_GECOS 1
25807 if test "$wx_cv_sizeof_wchar_t" != "0"; then
25808 cat >>confdefs.h
<<\_ACEOF
25809 #define wxUSE_WCHAR_T 1
25816 for ac_func
in wcslen
25818 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25819 echo "$as_me:$LINENO: checking for $ac_func" >&5
25820 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25821 if eval "test \"\${$as_ac_var+set}\" = set"; then
25822 echo $ECHO_N "(cached) $ECHO_C" >&6
25824 cat >conftest.
$ac_ext <<_ACEOF
25825 #line $LINENO "configure"
25828 cat confdefs.h
>>conftest.
$ac_ext
25829 cat >>conftest.
$ac_ext <<_ACEOF
25830 /* end confdefs.h. */
25831 /* System header to define __stub macros and hopefully few prototypes,
25832 which can conflict with char $ac_func (); below.
25833 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25834 <limits.h> exists even on freestanding compilers. */
25836 # include <limits.h>
25838 # include <assert.h>
25840 /* Override any gcc2 internal prototype to avoid an error. */
25845 /* We use char because int might match the return type of a gcc2
25846 builtin and then its argument prototype would still apply. */
25848 /* The GNU C library defines this for functions which it implements
25849 to always fail with ENOSYS. Some functions are actually named
25850 something starting with __ and the normal name is an alias. */
25851 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25854 char (*f) () = $ac_func;
25863 return f != $ac_func;
25868 rm -f conftest.
$ac_objext conftest
$ac_exeext
25869 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25870 (eval $ac_link) 2>&5
25872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25873 (exit $ac_status); } &&
25874 { ac_try
='test -s conftest$ac_exeext'
25875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25876 (eval $ac_try) 2>&5
25878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25879 (exit $ac_status); }; }; then
25880 eval "$as_ac_var=yes"
25882 echo "$as_me: failed program was:" >&5
25883 sed 's/^/| /' conftest.
$ac_ext >&5
25885 eval "$as_ac_var=no"
25887 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
25889 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25890 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25891 if test `eval echo '${'$as_ac_var'}'` = yes; then
25892 cat >>confdefs.h
<<_ACEOF
25893 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25900 if test "$WCSLEN_FOUND" = 0; then
25901 if test "$TOOLKIT" = "MSW"; then
25902 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
25903 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
25904 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
25905 echo $ECHO_N "(cached) $ECHO_C" >&6
25907 ac_check_lib_save_LIBS
=$LIBS
25908 LIBS
="-lmsvcrt $LIBS"
25909 cat >conftest.
$ac_ext <<_ACEOF
25910 #line $LINENO "configure"
25913 cat confdefs.h
>>conftest.
$ac_ext
25914 cat >>conftest.
$ac_ext <<_ACEOF
25915 /* end confdefs.h. */
25917 /* Override any gcc2 internal prototype to avoid an error. */
25921 /* We use char because int might match the return type of a gcc2
25922 builtin and then its argument prototype would still apply. */
25932 rm -f conftest.
$ac_objext conftest
$ac_exeext
25933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25934 (eval $ac_link) 2>&5
25936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25937 (exit $ac_status); } &&
25938 { ac_try
='test -s conftest$ac_exeext'
25939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25940 (eval $ac_try) 2>&5
25942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25943 (exit $ac_status); }; }; then
25944 ac_cv_lib_msvcrt_wcslen
=yes
25946 echo "$as_me: failed program was:" >&5
25947 sed 's/^/| /' conftest.
$ac_ext >&5
25949 ac_cv_lib_msvcrt_wcslen
=no
25951 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
25952 LIBS
=$ac_check_lib_save_LIBS
25954 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
25955 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
25956 if test $ac_cv_lib_msvcrt_wcslen = yes; then
25961 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
25962 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
25963 if test "${ac_cv_lib_w_wcslen+set}" = set; then
25964 echo $ECHO_N "(cached) $ECHO_C" >&6
25966 ac_check_lib_save_LIBS
=$LIBS
25968 cat >conftest.
$ac_ext <<_ACEOF
25969 #line $LINENO "configure"
25972 cat confdefs.h
>>conftest.
$ac_ext
25973 cat >>conftest.
$ac_ext <<_ACEOF
25974 /* end confdefs.h. */
25976 /* Override any gcc2 internal prototype to avoid an error. */
25980 /* We use char because int might match the return type of a gcc2
25981 builtin and then its argument prototype would still apply. */
25991 rm -f conftest.
$ac_objext conftest
$ac_exeext
25992 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25993 (eval $ac_link) 2>&5
25995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25996 (exit $ac_status); } &&
25997 { ac_try
='test -s conftest$ac_exeext'
25998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25999 (eval $ac_try) 2>&5
26001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26002 (exit $ac_status); }; }; then
26003 ac_cv_lib_w_wcslen
=yes
26005 echo "$as_me: failed program was:" >&5
26006 sed 's/^/| /' conftest.
$ac_ext >&5
26008 ac_cv_lib_w_wcslen
=no
26010 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26011 LIBS
=$ac_check_lib_save_LIBS
26013 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
26014 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
26015 if test $ac_cv_lib_w_wcslen = yes; then
26025 if test "$WCSLEN_FOUND" = 1; then
26026 cat >>confdefs.h
<<\_ACEOF
26027 #define HAVE_WCSLEN 1
26033 for ac_func
in wcsrtombs
26035 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26036 echo "$as_me:$LINENO: checking for $ac_func" >&5
26037 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26038 if eval "test \"\${$as_ac_var+set}\" = set"; then
26039 echo $ECHO_N "(cached) $ECHO_C" >&6
26041 cat >conftest.
$ac_ext <<_ACEOF
26042 #line $LINENO "configure"
26045 cat confdefs.h
>>conftest.
$ac_ext
26046 cat >>conftest.
$ac_ext <<_ACEOF
26047 /* end confdefs.h. */
26048 /* System header to define __stub macros and hopefully few prototypes,
26049 which can conflict with char $ac_func (); below.
26050 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26051 <limits.h> exists even on freestanding compilers. */
26053 # include <limits.h>
26055 # include <assert.h>
26057 /* Override any gcc2 internal prototype to avoid an error. */
26062 /* We use char because int might match the return type of a gcc2
26063 builtin and then its argument prototype would still apply. */
26065 /* The GNU C library defines this for functions which it implements
26066 to always fail with ENOSYS. Some functions are actually named
26067 something starting with __ and the normal name is an alias. */
26068 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26071 char (*f) () = $ac_func;
26080 return f != $ac_func;
26085 rm -f conftest.
$ac_objext conftest
$ac_exeext
26086 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26087 (eval $ac_link) 2>&5
26089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26090 (exit $ac_status); } &&
26091 { ac_try
='test -s conftest$ac_exeext'
26092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26093 (eval $ac_try) 2>&5
26095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26096 (exit $ac_status); }; }; then
26097 eval "$as_ac_var=yes"
26099 echo "$as_me: failed program was:" >&5
26100 sed 's/^/| /' conftest.
$ac_ext >&5
26102 eval "$as_ac_var=no"
26104 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26106 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26107 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26108 if test `eval echo '${'$as_ac_var'}'` = yes; then
26109 cat >>confdefs.h
<<_ACEOF
26110 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26117 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
26118 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
26124 ac_cpp
='$CXXCPP $CPPFLAGS'
26125 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26126 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26127 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26131 for ac_func
in vsnprintf
26133 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26134 echo "$as_me:$LINENO: checking for $ac_func" >&5
26135 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26136 if eval "test \"\${$as_ac_var+set}\" = set"; then
26137 echo $ECHO_N "(cached) $ECHO_C" >&6
26139 cat >conftest.
$ac_ext <<_ACEOF
26140 #line $LINENO "configure"
26143 cat confdefs.h
>>conftest.
$ac_ext
26144 cat >>conftest.
$ac_ext <<_ACEOF
26145 /* end confdefs.h. */
26146 /* System header to define __stub macros and hopefully few prototypes,
26147 which can conflict with char $ac_func (); below.
26148 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26149 <limits.h> exists even on freestanding compilers. */
26151 # include <limits.h>
26153 # include <assert.h>
26155 /* Override any gcc2 internal prototype to avoid an error. */
26160 /* We use char because int might match the return type of a gcc2
26161 builtin and then its argument prototype would still apply. */
26163 /* The GNU C library defines this for functions which it implements
26164 to always fail with ENOSYS. Some functions are actually named
26165 something starting with __ and the normal name is an alias. */
26166 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26169 char (*f) () = $ac_func;
26178 return f != $ac_func;
26183 rm -f conftest.
$ac_objext conftest
$ac_exeext
26184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26185 (eval $ac_link) 2>&5
26187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26188 (exit $ac_status); } &&
26189 { ac_try
='test -s conftest$ac_exeext'
26190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26191 (eval $ac_try) 2>&5
26193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26194 (exit $ac_status); }; }; then
26195 eval "$as_ac_var=yes"
26197 echo "$as_me: failed program was:" >&5
26198 sed 's/^/| /' conftest.
$ac_ext >&5
26200 eval "$as_ac_var=no"
26202 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26204 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26205 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26206 if test `eval echo '${'$as_ac_var'}'` = yes; then
26207 cat >>confdefs.h
<<_ACEOF
26208 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26215 if test "$ac_cv_func_vsnprintf" = "yes"; then
26216 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
26217 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
26218 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
26219 echo $ECHO_N "(cached) $ECHO_C" >&6
26222 cat >conftest.
$ac_ext <<_ACEOF
26223 #line $LINENO "configure"
26226 cat confdefs.h
>>conftest.
$ac_ext
26227 cat >>conftest.
$ac_ext <<_ACEOF
26228 /* end confdefs.h. */
26231 #include <stdarg.h>
26239 vsnprintf(buf, 10u, "%s", ap);
26245 rm -f conftest.
$ac_objext
26246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26247 (eval $ac_compile) 2>&5
26249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26250 (exit $ac_status); } &&
26251 { ac_try
='test -s conftest.$ac_objext'
26252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26253 (eval $ac_try) 2>&5
26255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26256 (exit $ac_status); }; }; then
26257 wx_cv_func_vsnprintf_decl
=yes
26259 echo "$as_me: failed program was:" >&5
26260 sed 's/^/| /' conftest.
$ac_ext >&5
26262 wx_cv_func_vsnprintf_decl
=no
26265 rm -f conftest.
$ac_objext conftest.
$ac_ext
26269 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
26270 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
26272 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
26273 cat >>confdefs.h
<<\_ACEOF
26274 #define HAVE_VSNPRINTF_DECL 1
26280 if test "$wxUSE_UNICODE" = yes; then
26284 for ac_func
in fputwc wprintf vswprintf
26286 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26287 echo "$as_me:$LINENO: checking for $ac_func" >&5
26288 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26289 if eval "test \"\${$as_ac_var+set}\" = set"; then
26290 echo $ECHO_N "(cached) $ECHO_C" >&6
26292 cat >conftest.
$ac_ext <<_ACEOF
26293 #line $LINENO "configure"
26296 cat confdefs.h
>>conftest.
$ac_ext
26297 cat >>conftest.
$ac_ext <<_ACEOF
26298 /* end confdefs.h. */
26299 /* System header to define __stub macros and hopefully few prototypes,
26300 which can conflict with char $ac_func (); below.
26301 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26302 <limits.h> exists even on freestanding compilers. */
26304 # include <limits.h>
26306 # include <assert.h>
26308 /* Override any gcc2 internal prototype to avoid an error. */
26313 /* We use char because int might match the return type of a gcc2
26314 builtin and then its argument prototype would still apply. */
26316 /* The GNU C library defines this for functions which it implements
26317 to always fail with ENOSYS. Some functions are actually named
26318 something starting with __ and the normal name is an alias. */
26319 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26322 char (*f) () = $ac_func;
26331 return f != $ac_func;
26336 rm -f conftest.
$ac_objext conftest
$ac_exeext
26337 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26338 (eval $ac_link) 2>&5
26340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26341 (exit $ac_status); } &&
26342 { ac_try
='test -s conftest$ac_exeext'
26343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26344 (eval $ac_try) 2>&5
26346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26347 (exit $ac_status); }; }; then
26348 eval "$as_ac_var=yes"
26350 echo "$as_me: failed program was:" >&5
26351 sed 's/^/| /' conftest.
$ac_ext >&5
26353 eval "$as_ac_var=no"
26355 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26357 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26358 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26359 if test `eval echo '${'$as_ac_var'}'` = yes; then
26360 cat >>confdefs.h
<<_ACEOF
26361 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26368 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
26369 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
26370 cat >conftest.
$ac_ext <<_ACEOF
26371 #line $LINENO "configure"
26374 cat confdefs.h
>>conftest.
$ac_ext
26375 cat >>conftest.
$ac_ext <<_ACEOF
26376 /* end confdefs.h. */
26386 rm -f conftest.
$ac_objext
26387 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26388 (eval $ac_compile) 2>&5
26390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26391 (exit $ac_status); } &&
26392 { ac_try
='test -s conftest.$ac_objext'
26393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26394 (eval $ac_try) 2>&5
26396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26397 (exit $ac_status); }; }; then
26398 echo "$as_me:$LINENO: result: yes" >&5
26399 echo "${ECHO_T}yes" >&6
26400 cat >>confdefs.h
<<\_ACEOF
26401 #define HAVE__VSNWPRINTF 1
26405 echo "$as_me: failed program was:" >&5
26406 sed 's/^/| /' conftest.
$ac_ext >&5
26408 echo "$as_me:$LINENO: result: no" >&5
26409 echo "${ECHO_T}no" >&6
26411 rm -f conftest.
$ac_objext conftest.
$ac_ext;
26415 ac_cpp
='$CPP $CPPFLAGS'
26416 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26417 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26418 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26423 if test "$TOOLKIT" != "MSW"; then
26429 ac_cpp
='$CXXCPP $CPPFLAGS'
26430 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26431 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26432 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26437 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
26438 if test "${with_libiconv_prefix+set}" = set; then
26439 withval
="$with_libiconv_prefix"
26441 for dir
in `echo "$withval" | tr : ' '`; do
26442 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
26443 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
26448 echo "$as_me:$LINENO: checking for iconv" >&5
26449 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
26450 if test "${am_cv_func_iconv+set}" = set; then
26451 echo $ECHO_N "(cached) $ECHO_C" >&6
26454 am_cv_func_iconv
="no, consider installing GNU libiconv"
26456 cat >conftest.
$ac_ext <<_ACEOF
26457 #line $LINENO "configure"
26460 cat confdefs.h
>>conftest.
$ac_ext
26461 cat >>conftest.
$ac_ext <<_ACEOF
26462 /* end confdefs.h. */
26463 #include <stdlib.h>
26468 iconv_t cd = iconv_open("","");
26469 iconv(cd,NULL,NULL,NULL,NULL);
26475 rm -f conftest.
$ac_objext conftest
$ac_exeext
26476 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26477 (eval $ac_link) 2>&5
26479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26480 (exit $ac_status); } &&
26481 { ac_try
='test -s conftest$ac_exeext'
26482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26483 (eval $ac_try) 2>&5
26485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26486 (exit $ac_status); }; }; then
26487 am_cv_func_iconv
=yes
26489 echo "$as_me: failed program was:" >&5
26490 sed 's/^/| /' conftest.
$ac_ext >&5
26493 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26494 if test "$am_cv_func_iconv" != yes; then
26495 am_save_LIBS
="$LIBS"
26496 LIBS
="$LIBS -liconv"
26497 cat >conftest.
$ac_ext <<_ACEOF
26498 #line $LINENO "configure"
26501 cat confdefs.h
>>conftest.
$ac_ext
26502 cat >>conftest.
$ac_ext <<_ACEOF
26503 /* end confdefs.h. */
26504 #include <stdlib.h>
26509 iconv_t cd = iconv_open("","");
26510 iconv(cd,NULL,NULL,NULL,NULL);
26516 rm -f conftest.
$ac_objext conftest
$ac_exeext
26517 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26518 (eval $ac_link) 2>&5
26520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26521 (exit $ac_status); } &&
26522 { ac_try
='test -s conftest$ac_exeext'
26523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26524 (eval $ac_try) 2>&5
26526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26527 (exit $ac_status); }; }; then
26528 am_cv_lib_iconv
=yes
26529 am_cv_func_iconv
=yes
26531 echo "$as_me: failed program was:" >&5
26532 sed 's/^/| /' conftest.
$ac_ext >&5
26535 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26536 LIBS
="$am_save_LIBS"
26540 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
26541 echo "${ECHO_T}$am_cv_func_iconv" >&6
26542 if test "$am_cv_func_iconv" = yes; then
26544 cat >>confdefs.h
<<\_ACEOF
26545 #define HAVE_ICONV 1
26548 echo "$as_me:$LINENO: checking if iconv needs const" >&5
26549 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
26550 if test "${wx_cv_func_iconv_const+set}" = set; then
26551 echo $ECHO_N "(cached) $ECHO_C" >&6
26553 cat >conftest.
$ac_ext <<_ACEOF
26554 #line $LINENO "configure"
26557 cat confdefs.h
>>conftest.
$ac_ext
26558 cat >>conftest.
$ac_ext <<_ACEOF
26559 /* end confdefs.h. */
26561 #include <stdlib.h>
26567 #if defined(__STDC__) || defined(__cplusplus)
26568 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
26581 rm -f conftest.
$ac_objext
26582 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26583 (eval $ac_compile) 2>&5
26585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26586 (exit $ac_status); } &&
26587 { ac_try
='test -s conftest.$ac_objext'
26588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26589 (eval $ac_try) 2>&5
26591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26592 (exit $ac_status); }; }; then
26593 wx_cv_func_iconv_const
="no"
26595 echo "$as_me: failed program was:" >&5
26596 sed 's/^/| /' conftest.
$ac_ext >&5
26598 wx_cv_func_iconv_const
="yes"
26601 rm -f conftest.
$ac_objext conftest.
$ac_ext
26604 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
26605 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
26608 if test "x$wx_cv_func_iconv_const" = "xyes"; then
26609 iconv_const
="const"
26613 cat >>confdefs.h
<<_ACEOF
26614 #define ICONV_CONST $iconv_const
26619 if test "$am_cv_lib_iconv" = yes; then
26624 LIBS
="$LIBICONV $LIBS"
26626 ac_cpp
='$CPP $CPPFLAGS'
26627 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26628 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26629 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26632 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
26634 for ac_func
in sigaction
26636 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26637 echo "$as_me:$LINENO: checking for $ac_func" >&5
26638 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26639 if eval "test \"\${$as_ac_var+set}\" = set"; then
26640 echo $ECHO_N "(cached) $ECHO_C" >&6
26642 cat >conftest.
$ac_ext <<_ACEOF
26643 #line $LINENO "configure"
26646 cat confdefs.h
>>conftest.
$ac_ext
26647 cat >>conftest.
$ac_ext <<_ACEOF
26648 /* end confdefs.h. */
26649 /* System header to define __stub macros and hopefully few prototypes,
26650 which can conflict with char $ac_func (); below.
26651 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26652 <limits.h> exists even on freestanding compilers. */
26654 # include <limits.h>
26656 # include <assert.h>
26658 /* Override any gcc2 internal prototype to avoid an error. */
26663 /* We use char because int might match the return type of a gcc2
26664 builtin and then its argument prototype would still apply. */
26666 /* The GNU C library defines this for functions which it implements
26667 to always fail with ENOSYS. Some functions are actually named
26668 something starting with __ and the normal name is an alias. */
26669 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26672 char (*f) () = $ac_func;
26681 return f != $ac_func;
26686 rm -f conftest.
$ac_objext conftest
$ac_exeext
26687 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26688 (eval $ac_link) 2>&5
26690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26691 (exit $ac_status); } &&
26692 { ac_try
='test -s conftest$ac_exeext'
26693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26694 (eval $ac_try) 2>&5
26696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26697 (exit $ac_status); }; }; then
26698 eval "$as_ac_var=yes"
26700 echo "$as_me: failed program was:" >&5
26701 sed 's/^/| /' conftest.
$ac_ext >&5
26703 eval "$as_ac_var=no"
26705 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26707 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26708 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26709 if test `eval echo '${'$as_ac_var'}'` = yes; then
26710 cat >>confdefs.h
<<_ACEOF
26711 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26718 if test "$ac_cv_func_sigaction" = "no"; then
26719 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
26720 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
26721 wxUSE_ON_FATAL_EXCEPTION
=no
26724 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
26728 ac_cpp
='$CXXCPP $CPPFLAGS'
26729 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26730 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26731 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
26734 echo "$as_me:$LINENO: checking for sa_handler type" >&5
26735 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
26736 if test "${wx_cv_type_sa_handler+set}" = set; then
26737 echo $ECHO_N "(cached) $ECHO_C" >&6
26740 cat >conftest.
$ac_ext <<_ACEOF
26741 #line $LINENO "configure"
26744 cat confdefs.h
>>conftest.
$ac_ext
26745 cat >>conftest.
$ac_ext <<_ACEOF
26746 /* end confdefs.h. */
26747 #include <signal.h>
26752 extern void testSigHandler(int);
26754 struct sigaction sa;
26755 sa.sa_handler = testSigHandler;
26761 rm -f conftest.
$ac_objext
26762 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26763 (eval $ac_compile) 2>&5
26765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26766 (exit $ac_status); } &&
26767 { ac_try
='test -s conftest.$ac_objext'
26768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26769 (eval $ac_try) 2>&5
26771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26772 (exit $ac_status); }; }; then
26774 wx_cv_type_sa_handler
=int
26777 echo "$as_me: failed program was:" >&5
26778 sed 's/^/| /' conftest.
$ac_ext >&5
26781 wx_cv_type_sa_handler
=void
26784 rm -f conftest.
$ac_objext conftest.
$ac_ext
26787 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
26788 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
26791 ac_cpp
='$CPP $CPPFLAGS'
26792 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26793 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26794 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
26797 cat >>confdefs.h
<<_ACEOF
26798 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
26806 for ac_func
in mkstemp mktemp
26808 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26809 echo "$as_me:$LINENO: checking for $ac_func" >&5
26810 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26811 if eval "test \"\${$as_ac_var+set}\" = set"; then
26812 echo $ECHO_N "(cached) $ECHO_C" >&6
26814 cat >conftest.
$ac_ext <<_ACEOF
26815 #line $LINENO "configure"
26818 cat confdefs.h
>>conftest.
$ac_ext
26819 cat >>conftest.
$ac_ext <<_ACEOF
26820 /* end confdefs.h. */
26821 /* System header to define __stub macros and hopefully few prototypes,
26822 which can conflict with char $ac_func (); below.
26823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26824 <limits.h> exists even on freestanding compilers. */
26826 # include <limits.h>
26828 # include <assert.h>
26830 /* Override any gcc2 internal prototype to avoid an error. */
26835 /* We use char because int might match the return type of a gcc2
26836 builtin and then its argument prototype would still apply. */
26838 /* The GNU C library defines this for functions which it implements
26839 to always fail with ENOSYS. Some functions are actually named
26840 something starting with __ and the normal name is an alias. */
26841 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26844 char (*f) () = $ac_func;
26853 return f != $ac_func;
26858 rm -f conftest.
$ac_objext conftest
$ac_exeext
26859 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26860 (eval $ac_link) 2>&5
26862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26863 (exit $ac_status); } &&
26864 { ac_try
='test -s conftest$ac_exeext'
26865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26866 (eval $ac_try) 2>&5
26868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26869 (exit $ac_status); }; }; then
26870 eval "$as_ac_var=yes"
26872 echo "$as_me: failed program was:" >&5
26873 sed 's/^/| /' conftest.
$ac_ext >&5
26875 eval "$as_ac_var=no"
26877 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
26879 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26880 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26881 if test `eval echo '${'$as_ac_var'}'` = yes; then
26882 cat >>confdefs.h
<<_ACEOF
26883 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26890 echo "$as_me:$LINENO: checking for statfs" >&5
26891 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
26892 if test "${wx_cv_func_statfs+set}" = set; then
26893 echo $ECHO_N "(cached) $ECHO_C" >&6
26895 cat >conftest.
$ac_ext <<_ACEOF
26896 #line $LINENO "configure"
26899 cat confdefs.h
>>conftest.
$ac_ext
26900 cat >>conftest.
$ac_ext <<_ACEOF
26901 /* end confdefs.h. */
26903 #if defined(__BSD__)
26904 #include <sys/param.h>
26905 #include <sys/mount.h>
26907 #include <sys/vfs.h>
26925 rm -f conftest.
$ac_objext
26926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26927 (eval $ac_compile) 2>&5
26929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26930 (exit $ac_status); } &&
26931 { ac_try
='test -s conftest.$ac_objext'
26932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26933 (eval $ac_try) 2>&5
26935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26936 (exit $ac_status); }; }; then
26938 wx_cv_func_statfs
=yes
26941 echo "$as_me: failed program was:" >&5
26942 sed 's/^/| /' conftest.
$ac_ext >&5
26945 wx_cv_func_statfs
=no
26949 rm -f conftest.
$ac_objext conftest.
$ac_ext
26952 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
26953 echo "${ECHO_T}$wx_cv_func_statfs" >&6
26955 if test "$wx_cv_func_statfs" = "yes"; then
26956 wx_cv_type_statvfs_t
="struct statfs"
26957 cat >>confdefs.h
<<\_ACEOF
26958 #define HAVE_STATFS 1
26962 echo "$as_me:$LINENO: checking for statvfs" >&5
26963 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
26964 if test "${wx_cv_func_statvfs+set}" = set; then
26965 echo $ECHO_N "(cached) $ECHO_C" >&6
26967 cat >conftest.
$ac_ext <<_ACEOF
26968 #line $LINENO "configure"
26971 cat confdefs.h
>>conftest.
$ac_ext
26972 cat >>conftest.
$ac_ext <<_ACEOF
26973 /* end confdefs.h. */
26975 #include <stddef.h>
26976 #include <sys/statvfs.h>
26982 statvfs("/", NULL);
26988 rm -f conftest.
$ac_objext
26989 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26990 (eval $ac_compile) 2>&5
26992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26993 (exit $ac_status); } &&
26994 { ac_try
='test -s conftest.$ac_objext'
26995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26996 (eval $ac_try) 2>&5
26998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26999 (exit $ac_status); }; }; then
27000 wx_cv_func_statvfs
=yes
27002 echo "$as_me: failed program was:" >&5
27003 sed 's/^/| /' conftest.
$ac_ext >&5
27005 wx_cv_func_statvfs
=no
27008 rm -f conftest.
$ac_objext conftest.
$ac_ext
27011 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
27012 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
27014 if test "$wx_cv_func_statvfs" = "yes"; then
27018 ac_cpp
='$CXXCPP $CPPFLAGS'
27019 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27020 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27021 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
27024 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
27025 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
27026 if test "${wx_cv_type_statvfs_t+set}" = set; then
27027 echo $ECHO_N "(cached) $ECHO_C" >&6
27029 cat >conftest.
$ac_ext <<_ACEOF
27030 #line $LINENO "configure"
27033 cat confdefs.h
>>conftest.
$ac_ext
27034 cat >>conftest.
$ac_ext <<_ACEOF
27035 /* end confdefs.h. */
27037 #include <sys/statvfs.h>
27054 rm -f conftest.
$ac_objext
27055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27056 (eval $ac_compile) 2>&5
27058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27059 (exit $ac_status); } &&
27060 { ac_try
='test -s conftest.$ac_objext'
27061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27062 (eval $ac_try) 2>&5
27064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27065 (exit $ac_status); }; }; then
27066 wx_cv_type_statvfs_t
=statvfs_t
27068 echo "$as_me: failed program was:" >&5
27069 sed 's/^/| /' conftest.
$ac_ext >&5
27072 cat >conftest.
$ac_ext <<_ACEOF
27073 #line $LINENO "configure"
27076 cat confdefs.h
>>conftest.
$ac_ext
27077 cat >>conftest.
$ac_ext <<_ACEOF
27078 /* end confdefs.h. */
27080 #include <sys/statvfs.h>
27097 rm -f conftest.
$ac_objext
27098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27099 (eval $ac_compile) 2>&5
27101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27102 (exit $ac_status); } &&
27103 { ac_try
='test -s conftest.$ac_objext'
27104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27105 (eval $ac_try) 2>&5
27107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27108 (exit $ac_status); }; }; then
27109 wx_cv_type_statvfs_t
="struct statvfs"
27111 echo "$as_me: failed program was:" >&5
27112 sed 's/^/| /' conftest.
$ac_ext >&5
27114 wx_cv_type_statvfs_t
="unknown"
27117 rm -f conftest.
$ac_objext conftest.
$ac_ext
27121 rm -f conftest.
$ac_objext conftest.
$ac_ext
27124 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
27125 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
27128 ac_cpp
='$CPP $CPPFLAGS'
27129 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27130 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27131 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27134 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27135 cat >>confdefs.h
<<\_ACEOF
27136 #define HAVE_STATVFS 1
27141 wx_cv_type_statvfs_t
="unknown"
27145 if test "$wx_cv_type_statvfs_t" != "unknown"; then
27146 cat >>confdefs.h
<<_ACEOF
27147 #define WX_STATFS_T $wx_cv_type_statvfs_t
27151 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
27152 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
27155 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
27158 for ac_func
in fcntl flock
27160 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27161 echo "$as_me:$LINENO: checking for $ac_func" >&5
27162 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27163 if eval "test \"\${$as_ac_var+set}\" = set"; then
27164 echo $ECHO_N "(cached) $ECHO_C" >&6
27166 cat >conftest.
$ac_ext <<_ACEOF
27167 #line $LINENO "configure"
27170 cat confdefs.h
>>conftest.
$ac_ext
27171 cat >>conftest.
$ac_ext <<_ACEOF
27172 /* end confdefs.h. */
27173 /* System header to define __stub macros and hopefully few prototypes,
27174 which can conflict with char $ac_func (); below.
27175 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27176 <limits.h> exists even on freestanding compilers. */
27178 # include <limits.h>
27180 # include <assert.h>
27182 /* Override any gcc2 internal prototype to avoid an error. */
27187 /* We use char because int might match the return type of a gcc2
27188 builtin and then its argument prototype would still apply. */
27190 /* The GNU C library defines this for functions which it implements
27191 to always fail with ENOSYS. Some functions are actually named
27192 something starting with __ and the normal name is an alias. */
27193 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27196 char (*f) () = $ac_func;
27205 return f != $ac_func;
27210 rm -f conftest.
$ac_objext conftest
$ac_exeext
27211 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27212 (eval $ac_link) 2>&5
27214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27215 (exit $ac_status); } &&
27216 { ac_try
='test -s conftest$ac_exeext'
27217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27218 (eval $ac_try) 2>&5
27220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27221 (exit $ac_status); }; }; then
27222 eval "$as_ac_var=yes"
27224 echo "$as_me: failed program was:" >&5
27225 sed 's/^/| /' conftest.
$ac_ext >&5
27227 eval "$as_ac_var=no"
27229 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27231 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27232 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27233 if test `eval echo '${'$as_ac_var'}'` = yes; then
27234 cat >>confdefs.h
<<_ACEOF
27235 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27242 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
27243 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
27244 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
27245 wxUSE_SNGLINST_CHECKER
=no
27250 for ac_func
in timegm
27252 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27253 echo "$as_me:$LINENO: checking for $ac_func" >&5
27254 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27255 if eval "test \"\${$as_ac_var+set}\" = set"; then
27256 echo $ECHO_N "(cached) $ECHO_C" >&6
27258 cat >conftest.
$ac_ext <<_ACEOF
27259 #line $LINENO "configure"
27262 cat confdefs.h
>>conftest.
$ac_ext
27263 cat >>conftest.
$ac_ext <<_ACEOF
27264 /* end confdefs.h. */
27265 /* System header to define __stub macros and hopefully few prototypes,
27266 which can conflict with char $ac_func (); below.
27267 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27268 <limits.h> exists even on freestanding compilers. */
27270 # include <limits.h>
27272 # include <assert.h>
27274 /* Override any gcc2 internal prototype to avoid an error. */
27279 /* We use char because int might match the return type of a gcc2
27280 builtin and then its argument prototype would still apply. */
27282 /* The GNU C library defines this for functions which it implements
27283 to always fail with ENOSYS. Some functions are actually named
27284 something starting with __ and the normal name is an alias. */
27285 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27288 char (*f) () = $ac_func;
27297 return f != $ac_func;
27302 rm -f conftest.
$ac_objext conftest
$ac_exeext
27303 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27304 (eval $ac_link) 2>&5
27306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27307 (exit $ac_status); } &&
27308 { ac_try
='test -s conftest$ac_exeext'
27309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27310 (eval $ac_try) 2>&5
27312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27313 (exit $ac_status); }; }; then
27314 eval "$as_ac_var=yes"
27316 echo "$as_me: failed program was:" >&5
27317 sed 's/^/| /' conftest.
$ac_ext >&5
27319 eval "$as_ac_var=no"
27321 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27323 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27324 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27325 if test `eval echo '${'$as_ac_var'}'` = yes; then
27326 cat >>confdefs.h
<<_ACEOF
27327 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27336 for ac_func
in putenv setenv
27338 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27339 echo "$as_me:$LINENO: checking for $ac_func" >&5
27340 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27341 if eval "test \"\${$as_ac_var+set}\" = set"; then
27342 echo $ECHO_N "(cached) $ECHO_C" >&6
27344 cat >conftest.
$ac_ext <<_ACEOF
27345 #line $LINENO "configure"
27348 cat confdefs.h
>>conftest.
$ac_ext
27349 cat >>conftest.
$ac_ext <<_ACEOF
27350 /* end confdefs.h. */
27351 /* System header to define __stub macros and hopefully few prototypes,
27352 which can conflict with char $ac_func (); below.
27353 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27354 <limits.h> exists even on freestanding compilers. */
27356 # include <limits.h>
27358 # include <assert.h>
27360 /* Override any gcc2 internal prototype to avoid an error. */
27365 /* We use char because int might match the return type of a gcc2
27366 builtin and then its argument prototype would still apply. */
27368 /* The GNU C library defines this for functions which it implements
27369 to always fail with ENOSYS. Some functions are actually named
27370 something starting with __ and the normal name is an alias. */
27371 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27374 char (*f) () = $ac_func;
27383 return f != $ac_func;
27388 rm -f conftest.
$ac_objext conftest
$ac_exeext
27389 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27390 (eval $ac_link) 2>&5
27392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27393 (exit $ac_status); } &&
27394 { ac_try
='test -s conftest$ac_exeext'
27395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27396 (eval $ac_try) 2>&5
27398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27399 (exit $ac_status); }; }; then
27400 eval "$as_ac_var=yes"
27402 echo "$as_me: failed program was:" >&5
27403 sed 's/^/| /' conftest.
$ac_ext >&5
27405 eval "$as_ac_var=no"
27407 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27409 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27410 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27411 if test `eval echo '${'$as_ac_var'}'` = yes; then
27412 cat >>confdefs.h
<<_ACEOF
27413 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27420 HAVE_SOME_SLEEP_FUNC
=0
27421 if test "$USE_BEOS" = 1; then
27422 cat >>confdefs.h
<<\_ACEOF
27423 #define HAVE_SLEEP 1
27426 HAVE_SOME_SLEEP_FUNC
=1
27429 if test "$USE_DARWIN" = 1; then
27430 cat >>confdefs.h
<<\_ACEOF
27431 #define HAVE_USLEEP 1
27434 HAVE_SOME_SLEEP_FUNC
=1
27437 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
27440 for ac_func
in nanosleep
27442 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27443 echo "$as_me:$LINENO: checking for $ac_func" >&5
27444 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27445 if eval "test \"\${$as_ac_var+set}\" = set"; then
27446 echo $ECHO_N "(cached) $ECHO_C" >&6
27448 cat >conftest.
$ac_ext <<_ACEOF
27449 #line $LINENO "configure"
27452 cat confdefs.h
>>conftest.
$ac_ext
27453 cat >>conftest.
$ac_ext <<_ACEOF
27454 /* end confdefs.h. */
27455 /* System header to define __stub macros and hopefully few prototypes,
27456 which can conflict with char $ac_func (); below.
27457 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27458 <limits.h> exists even on freestanding compilers. */
27460 # include <limits.h>
27462 # include <assert.h>
27464 /* Override any gcc2 internal prototype to avoid an error. */
27469 /* We use char because int might match the return type of a gcc2
27470 builtin and then its argument prototype would still apply. */
27472 /* The GNU C library defines this for functions which it implements
27473 to always fail with ENOSYS. Some functions are actually named
27474 something starting with __ and the normal name is an alias. */
27475 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27478 char (*f) () = $ac_func;
27487 return f != $ac_func;
27492 rm -f conftest.
$ac_objext conftest
$ac_exeext
27493 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27494 (eval $ac_link) 2>&5
27496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27497 (exit $ac_status); } &&
27498 { ac_try
='test -s conftest$ac_exeext'
27499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27500 (eval $ac_try) 2>&5
27502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27503 (exit $ac_status); }; }; then
27504 eval "$as_ac_var=yes"
27506 echo "$as_me: failed program was:" >&5
27507 sed 's/^/| /' conftest.
$ac_ext >&5
27509 eval "$as_ac_var=no"
27511 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27513 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27514 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27515 if test `eval echo '${'$as_ac_var'}'` = yes; then
27516 cat >>confdefs.h
<<_ACEOF
27517 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27519 cat >>confdefs.h
<<\_ACEOF
27520 #define HAVE_NANOSLEEP 1
27525 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
27526 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
27527 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
27528 echo $ECHO_N "(cached) $ECHO_C" >&6
27530 ac_check_lib_save_LIBS
=$LIBS
27531 LIBS
="-lposix4 $LIBS"
27532 cat >conftest.
$ac_ext <<_ACEOF
27533 #line $LINENO "configure"
27536 cat confdefs.h
>>conftest.
$ac_ext
27537 cat >>conftest.
$ac_ext <<_ACEOF
27538 /* end confdefs.h. */
27540 /* Override any gcc2 internal prototype to avoid an error. */
27544 /* We use char because int might match the return type of a gcc2
27545 builtin and then its argument prototype would still apply. */
27555 rm -f conftest.
$ac_objext conftest
$ac_exeext
27556 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27557 (eval $ac_link) 2>&5
27559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27560 (exit $ac_status); } &&
27561 { ac_try
='test -s conftest$ac_exeext'
27562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27563 (eval $ac_try) 2>&5
27565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27566 (exit $ac_status); }; }; then
27567 ac_cv_lib_posix4_nanosleep
=yes
27569 echo "$as_me: failed program was:" >&5
27570 sed 's/^/| /' conftest.
$ac_ext >&5
27572 ac_cv_lib_posix4_nanosleep
=no
27574 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27575 LIBS
=$ac_check_lib_save_LIBS
27577 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
27578 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
27579 if test $ac_cv_lib_posix4_nanosleep = yes; then
27581 cat >>confdefs.h
<<\_ACEOF
27582 #define HAVE_NANOSLEEP 1
27585 POSIX4_LINK
=" -lposix4"
27590 for ac_func
in usleep
27592 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27593 echo "$as_me:$LINENO: checking for $ac_func" >&5
27594 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27595 if eval "test \"\${$as_ac_var+set}\" = set"; then
27596 echo $ECHO_N "(cached) $ECHO_C" >&6
27598 cat >conftest.
$ac_ext <<_ACEOF
27599 #line $LINENO "configure"
27602 cat confdefs.h
>>conftest.
$ac_ext
27603 cat >>conftest.
$ac_ext <<_ACEOF
27604 /* end confdefs.h. */
27605 /* System header to define __stub macros and hopefully few prototypes,
27606 which can conflict with char $ac_func (); below.
27607 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27608 <limits.h> exists even on freestanding compilers. */
27610 # include <limits.h>
27612 # include <assert.h>
27614 /* Override any gcc2 internal prototype to avoid an error. */
27619 /* We use char because int might match the return type of a gcc2
27620 builtin and then its argument prototype would still apply. */
27622 /* The GNU C library defines this for functions which it implements
27623 to always fail with ENOSYS. Some functions are actually named
27624 something starting with __ and the normal name is an alias. */
27625 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27628 char (*f) () = $ac_func;
27637 return f != $ac_func;
27642 rm -f conftest.
$ac_objext conftest
$ac_exeext
27643 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27644 (eval $ac_link) 2>&5
27646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27647 (exit $ac_status); } &&
27648 { ac_try
='test -s conftest$ac_exeext'
27649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27650 (eval $ac_try) 2>&5
27652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27653 (exit $ac_status); }; }; then
27654 eval "$as_ac_var=yes"
27656 echo "$as_me: failed program was:" >&5
27657 sed 's/^/| /' conftest.
$ac_ext >&5
27659 eval "$as_ac_var=no"
27661 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27663 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27664 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27665 if test `eval echo '${'$as_ac_var'}'` = yes; then
27666 cat >>confdefs.h
<<_ACEOF
27667 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27669 cat >>confdefs.h
<<\_ACEOF
27670 #define HAVE_USLEEP 1
27674 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
27675 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
27693 for ac_func
in uname gethostname
27695 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27696 echo "$as_me:$LINENO: checking for $ac_func" >&5
27697 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27698 if eval "test \"\${$as_ac_var+set}\" = set"; then
27699 echo $ECHO_N "(cached) $ECHO_C" >&6
27701 cat >conftest.
$ac_ext <<_ACEOF
27702 #line $LINENO "configure"
27705 cat confdefs.h
>>conftest.
$ac_ext
27706 cat >>conftest.
$ac_ext <<_ACEOF
27707 /* end confdefs.h. */
27708 /* System header to define __stub macros and hopefully few prototypes,
27709 which can conflict with char $ac_func (); below.
27710 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27711 <limits.h> exists even on freestanding compilers. */
27713 # include <limits.h>
27715 # include <assert.h>
27717 /* Override any gcc2 internal prototype to avoid an error. */
27722 /* We use char because int might match the return type of a gcc2
27723 builtin and then its argument prototype would still apply. */
27725 /* The GNU C library defines this for functions which it implements
27726 to always fail with ENOSYS. Some functions are actually named
27727 something starting with __ and the normal name is an alias. */
27728 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27731 char (*f) () = $ac_func;
27740 return f != $ac_func;
27745 rm -f conftest.
$ac_objext conftest
$ac_exeext
27746 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27747 (eval $ac_link) 2>&5
27749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27750 (exit $ac_status); } &&
27751 { ac_try
='test -s conftest$ac_exeext'
27752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27753 (eval $ac_try) 2>&5
27755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27756 (exit $ac_status); }; }; then
27757 eval "$as_ac_var=yes"
27759 echo "$as_me: failed program was:" >&5
27760 sed 's/^/| /' conftest.
$ac_ext >&5
27762 eval "$as_ac_var=no"
27764 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27766 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27767 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27768 if test `eval echo '${'$as_ac_var'}'` = yes; then
27769 cat >>confdefs.h
<<_ACEOF
27770 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27780 ac_cpp
='$CXXCPP $CPPFLAGS'
27781 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27782 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27783 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
27787 for ac_func
in strtok_r
27789 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27790 echo "$as_me:$LINENO: checking for $ac_func" >&5
27791 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27792 if eval "test \"\${$as_ac_var+set}\" = set"; then
27793 echo $ECHO_N "(cached) $ECHO_C" >&6
27795 cat >conftest.
$ac_ext <<_ACEOF
27796 #line $LINENO "configure"
27799 cat confdefs.h
>>conftest.
$ac_ext
27800 cat >>conftest.
$ac_ext <<_ACEOF
27801 /* end confdefs.h. */
27802 /* System header to define __stub macros and hopefully few prototypes,
27803 which can conflict with char $ac_func (); below.
27804 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27805 <limits.h> exists even on freestanding compilers. */
27807 # include <limits.h>
27809 # include <assert.h>
27811 /* Override any gcc2 internal prototype to avoid an error. */
27816 /* We use char because int might match the return type of a gcc2
27817 builtin and then its argument prototype would still apply. */
27819 /* The GNU C library defines this for functions which it implements
27820 to always fail with ENOSYS. Some functions are actually named
27821 something starting with __ and the normal name is an alias. */
27822 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27825 char (*f) () = $ac_func;
27834 return f != $ac_func;
27839 rm -f conftest.
$ac_objext conftest
$ac_exeext
27840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27841 (eval $ac_link) 2>&5
27843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27844 (exit $ac_status); } &&
27845 { ac_try
='test -s conftest$ac_exeext'
27846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27847 (eval $ac_try) 2>&5
27849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27850 (exit $ac_status); }; }; then
27851 eval "$as_ac_var=yes"
27853 echo "$as_me: failed program was:" >&5
27854 sed 's/^/| /' conftest.
$ac_ext >&5
27856 eval "$as_ac_var=no"
27858 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27860 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27861 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27862 if test `eval echo '${'$as_ac_var'}'` = yes; then
27863 cat >>confdefs.h
<<_ACEOF
27864 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27872 ac_cpp
='$CPP $CPPFLAGS'
27873 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27874 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27875 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27880 for ac_func
in inet_addr
27882 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27883 echo "$as_me:$LINENO: checking for $ac_func" >&5
27884 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27885 if eval "test \"\${$as_ac_var+set}\" = set"; then
27886 echo $ECHO_N "(cached) $ECHO_C" >&6
27888 cat >conftest.
$ac_ext <<_ACEOF
27889 #line $LINENO "configure"
27892 cat confdefs.h
>>conftest.
$ac_ext
27893 cat >>conftest.
$ac_ext <<_ACEOF
27894 /* end confdefs.h. */
27895 /* System header to define __stub macros and hopefully few prototypes,
27896 which can conflict with char $ac_func (); below.
27897 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27898 <limits.h> exists even on freestanding compilers. */
27900 # include <limits.h>
27902 # include <assert.h>
27904 /* Override any gcc2 internal prototype to avoid an error. */
27909 /* We use char because int might match the return type of a gcc2
27910 builtin and then its argument prototype would still apply. */
27912 /* The GNU C library defines this for functions which it implements
27913 to always fail with ENOSYS. Some functions are actually named
27914 something starting with __ and the normal name is an alias. */
27915 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27918 char (*f) () = $ac_func;
27927 return f != $ac_func;
27932 rm -f conftest.
$ac_objext conftest
$ac_exeext
27933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27934 (eval $ac_link) 2>&5
27936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27937 (exit $ac_status); } &&
27938 { ac_try
='test -s conftest$ac_exeext'
27939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27940 (eval $ac_try) 2>&5
27942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27943 (exit $ac_status); }; }; then
27944 eval "$as_ac_var=yes"
27946 echo "$as_me: failed program was:" >&5
27947 sed 's/^/| /' conftest.
$ac_ext >&5
27949 eval "$as_ac_var=no"
27951 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
27953 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27954 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27955 if test `eval echo '${'$as_ac_var'}'` = yes; then
27956 cat >>confdefs.h
<<_ACEOF
27957 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27959 cat >>confdefs.h
<<\_ACEOF
27960 #define HAVE_INET_ADDR 1
27965 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
27966 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
27967 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
27968 echo $ECHO_N "(cached) $ECHO_C" >&6
27970 ac_check_lib_save_LIBS
=$LIBS
27972 cat >conftest.
$ac_ext <<_ACEOF
27973 #line $LINENO "configure"
27976 cat confdefs.h
>>conftest.
$ac_ext
27977 cat >>conftest.
$ac_ext <<_ACEOF
27978 /* end confdefs.h. */
27980 /* Override any gcc2 internal prototype to avoid an error. */
27984 /* We use char because int might match the return type of a gcc2
27985 builtin and then its argument prototype would still apply. */
27995 rm -f conftest.
$ac_objext conftest
$ac_exeext
27996 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27997 (eval $ac_link) 2>&5
27999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28000 (exit $ac_status); } &&
28001 { ac_try
='test -s conftest$ac_exeext'
28002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28003 (eval $ac_try) 2>&5
28005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28006 (exit $ac_status); }; }; then
28007 ac_cv_lib_nsl_inet_addr
=yes
28009 echo "$as_me: failed program was:" >&5
28010 sed 's/^/| /' conftest.
$ac_ext >&5
28012 ac_cv_lib_nsl_inet_addr
=no
28014 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28015 LIBS
=$ac_check_lib_save_LIBS
28017 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
28018 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
28019 if test $ac_cv_lib_nsl_inet_addr = yes; then
28022 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
28023 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
28024 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
28025 echo $ECHO_N "(cached) $ECHO_C" >&6
28027 ac_check_lib_save_LIBS
=$LIBS
28028 LIBS
="-lresolv $LIBS"
28029 cat >conftest.
$ac_ext <<_ACEOF
28030 #line $LINENO "configure"
28033 cat confdefs.h
>>conftest.
$ac_ext
28034 cat >>conftest.
$ac_ext <<_ACEOF
28035 /* end confdefs.h. */
28037 /* Override any gcc2 internal prototype to avoid an error. */
28041 /* We use char because int might match the return type of a gcc2
28042 builtin and then its argument prototype would still apply. */
28052 rm -f conftest.
$ac_objext conftest
$ac_exeext
28053 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28054 (eval $ac_link) 2>&5
28056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28057 (exit $ac_status); } &&
28058 { ac_try
='test -s conftest$ac_exeext'
28059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28060 (eval $ac_try) 2>&5
28062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28063 (exit $ac_status); }; }; then
28064 ac_cv_lib_resolv_inet_addr
=yes
28066 echo "$as_me: failed program was:" >&5
28067 sed 's/^/| /' conftest.
$ac_ext >&5
28069 ac_cv_lib_resolv_inet_addr
=no
28071 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28072 LIBS
=$ac_check_lib_save_LIBS
28074 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
28075 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
28076 if test $ac_cv_lib_resolv_inet_addr = yes; then
28079 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
28080 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
28081 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
28082 echo $ECHO_N "(cached) $ECHO_C" >&6
28084 ac_check_lib_save_LIBS
=$LIBS
28085 LIBS
="-lsocket $LIBS"
28086 cat >conftest.
$ac_ext <<_ACEOF
28087 #line $LINENO "configure"
28090 cat confdefs.h
>>conftest.
$ac_ext
28091 cat >>conftest.
$ac_ext <<_ACEOF
28092 /* end confdefs.h. */
28094 /* Override any gcc2 internal prototype to avoid an error. */
28098 /* We use char because int might match the return type of a gcc2
28099 builtin and then its argument prototype would still apply. */
28109 rm -f conftest.
$ac_objext conftest
$ac_exeext
28110 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28111 (eval $ac_link) 2>&5
28113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28114 (exit $ac_status); } &&
28115 { ac_try
='test -s conftest$ac_exeext'
28116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28117 (eval $ac_try) 2>&5
28119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28120 (exit $ac_status); }; }; then
28121 ac_cv_lib_socket_inet_addr
=yes
28123 echo "$as_me: failed program was:" >&5
28124 sed 's/^/| /' conftest.
$ac_ext >&5
28126 ac_cv_lib_socket_inet_addr
=no
28128 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28129 LIBS
=$ac_check_lib_save_LIBS
28131 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
28132 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
28133 if test $ac_cv_lib_socket_inet_addr = yes; then
28151 for ac_func
in inet_aton
28153 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28154 echo "$as_me:$LINENO: checking for $ac_func" >&5
28155 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28156 if eval "test \"\${$as_ac_var+set}\" = set"; then
28157 echo $ECHO_N "(cached) $ECHO_C" >&6
28159 cat >conftest.
$ac_ext <<_ACEOF
28160 #line $LINENO "configure"
28163 cat confdefs.h
>>conftest.
$ac_ext
28164 cat >>conftest.
$ac_ext <<_ACEOF
28165 /* end confdefs.h. */
28166 /* System header to define __stub macros and hopefully few prototypes,
28167 which can conflict with char $ac_func (); below.
28168 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28169 <limits.h> exists even on freestanding compilers. */
28171 # include <limits.h>
28173 # include <assert.h>
28175 /* Override any gcc2 internal prototype to avoid an error. */
28180 /* We use char because int might match the return type of a gcc2
28181 builtin and then its argument prototype would still apply. */
28183 /* The GNU C library defines this for functions which it implements
28184 to always fail with ENOSYS. Some functions are actually named
28185 something starting with __ and the normal name is an alias. */
28186 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28189 char (*f) () = $ac_func;
28198 return f != $ac_func;
28203 rm -f conftest.
$ac_objext conftest
$ac_exeext
28204 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28205 (eval $ac_link) 2>&5
28207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28208 (exit $ac_status); } &&
28209 { ac_try
='test -s conftest$ac_exeext'
28210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28211 (eval $ac_try) 2>&5
28213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28214 (exit $ac_status); }; }; then
28215 eval "$as_ac_var=yes"
28217 echo "$as_me: failed program was:" >&5
28218 sed 's/^/| /' conftest.
$ac_ext >&5
28220 eval "$as_ac_var=no"
28222 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28224 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28225 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28226 if test `eval echo '${'$as_ac_var'}'` = yes; then
28227 cat >>confdefs.h
<<_ACEOF
28228 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28230 cat >>confdefs.h
<<\_ACEOF
28231 #define HAVE_INET_ATON 1
28236 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
28237 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
28238 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
28239 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
28240 echo $ECHO_N "(cached) $ECHO_C" >&6
28242 ac_check_lib_save_LIBS
=$LIBS
28243 LIBS
="-l$INET_LINK $LIBS"
28244 cat >conftest.
$ac_ext <<_ACEOF
28245 #line $LINENO "configure"
28248 cat confdefs.h
>>conftest.
$ac_ext
28249 cat >>conftest.
$ac_ext <<_ACEOF
28250 /* end confdefs.h. */
28252 /* Override any gcc2 internal prototype to avoid an error. */
28256 /* We use char because int might match the return type of a gcc2
28257 builtin and then its argument prototype would still apply. */
28267 rm -f conftest.
$ac_objext conftest
$ac_exeext
28268 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28269 (eval $ac_link) 2>&5
28271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28272 (exit $ac_status); } &&
28273 { ac_try
='test -s conftest$ac_exeext'
28274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28275 (eval $ac_try) 2>&5
28277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28278 (exit $ac_status); }; }; then
28279 eval "$as_ac_Lib=yes"
28281 echo "$as_me: failed program was:" >&5
28282 sed 's/^/| /' conftest.
$ac_ext >&5
28284 eval "$as_ac_Lib=no"
28286 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28287 LIBS
=$ac_check_lib_save_LIBS
28289 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
28290 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
28291 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
28292 cat >>confdefs.h
<<\_ACEOF
28293 #define HAVE_INET_ATON 1
28303 if test "x$INET_LINK" != "x"; then
28304 cat >>confdefs.h
<<\_ACEOF
28305 #define HAVE_INET_ADDR 1
28308 INET_LINK
=" -l$INET_LINK"
28316 if test "${ac_cv_header_esd_h+set}" = set; then
28317 echo "$as_me:$LINENO: checking for esd.h" >&5
28318 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28319 if test "${ac_cv_header_esd_h+set}" = set; then
28320 echo $ECHO_N "(cached) $ECHO_C" >&6
28322 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28323 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28325 # Is the header compilable?
28326 echo "$as_me:$LINENO: checking esd.h usability" >&5
28327 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6
28328 cat >conftest.
$ac_ext <<_ACEOF
28329 #line $LINENO "configure"
28332 cat confdefs.h
>>conftest.
$ac_ext
28333 cat >>conftest.
$ac_ext <<_ACEOF
28334 /* end confdefs.h. */
28335 $ac_includes_default
28338 rm -f conftest.
$ac_objext
28339 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28340 (eval $ac_compile) 2>&5
28342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28343 (exit $ac_status); } &&
28344 { ac_try
='test -s conftest.$ac_objext'
28345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28346 (eval $ac_try) 2>&5
28348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28349 (exit $ac_status); }; }; then
28350 ac_header_compiler
=yes
28352 echo "$as_me: failed program was:" >&5
28353 sed 's/^/| /' conftest.
$ac_ext >&5
28355 ac_header_compiler
=no
28357 rm -f conftest.
$ac_objext conftest.
$ac_ext
28358 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28359 echo "${ECHO_T}$ac_header_compiler" >&6
28361 # Is the header present?
28362 echo "$as_me:$LINENO: checking esd.h presence" >&5
28363 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6
28364 cat >conftest.
$ac_ext <<_ACEOF
28365 #line $LINENO "configure"
28368 cat confdefs.h
>>conftest.
$ac_ext
28369 cat >>conftest.
$ac_ext <<_ACEOF
28370 /* end confdefs.h. */
28373 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28374 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
28376 grep -v '^ *+' conftest.er1
>conftest.err
28378 cat conftest.err
>&5
28379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28380 (exit $ac_status); } >/dev
/null
; then
28381 if test -s conftest.err
; then
28382 ac_cpp_err
=$ac_c_preproc_warn_flag
28389 if test -z "$ac_cpp_err"; then
28390 ac_header_preproc
=yes
28392 echo "$as_me: failed program was:" >&5
28393 sed 's/^/| /' conftest.
$ac_ext >&5
28395 ac_header_preproc
=no
28397 rm -f conftest.err conftest.
$ac_ext
28398 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28399 echo "${ECHO_T}$ac_header_preproc" >&6
28401 # So? What about this header?
28402 case $ac_header_compiler:$ac_header_preproc in
28404 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
28405 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28406 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28407 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28410 ## ------------------------------------ ##
28411 ## Report this to bug-autoconf@gnu.org. ##
28412 ## ------------------------------------ ##
28415 sed "s/^/$as_me: WARNING: /" >&2
28418 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
28419 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
28420 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
28421 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
28422 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
28423 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
28426 ## ------------------------------------ ##
28427 ## Report this to bug-autoconf@gnu.org. ##
28428 ## ------------------------------------ ##
28431 sed "s/^/$as_me: WARNING: /" >&2
28434 echo "$as_me:$LINENO: checking for esd.h" >&5
28435 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6
28436 if test "${ac_cv_header_esd_h+set}" = set; then
28437 echo $ECHO_N "(cached) $ECHO_C" >&6
28439 ac_cv_header_esd_h
=$ac_header_preproc
28441 echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
28442 echo "${ECHO_T}$ac_cv_header_esd_h" >&6
28445 if test $ac_cv_header_esd_h = yes; then
28447 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
28448 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
28449 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
28450 echo $ECHO_N "(cached) $ECHO_C" >&6
28452 ac_check_lib_save_LIBS
=$LIBS
28454 cat >conftest.
$ac_ext <<_ACEOF
28455 #line $LINENO "configure"
28458 cat confdefs.h
>>conftest.
$ac_ext
28459 cat >>conftest.
$ac_ext <<_ACEOF
28460 /* end confdefs.h. */
28462 /* Override any gcc2 internal prototype to avoid an error. */
28466 /* We use char because int might match the return type of a gcc2
28467 builtin and then its argument prototype would still apply. */
28477 rm -f conftest.
$ac_objext conftest
$ac_exeext
28478 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28479 (eval $ac_link) 2>&5
28481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28482 (exit $ac_status); } &&
28483 { ac_try
='test -s conftest$ac_exeext'
28484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28485 (eval $ac_try) 2>&5
28487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28488 (exit $ac_status); }; }; then
28489 ac_cv_lib_esd_esd_close
=yes
28491 echo "$as_me: failed program was:" >&5
28492 sed 's/^/| /' conftest.
$ac_ext >&5
28494 ac_cv_lib_esd_esd_close
=no
28496 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28497 LIBS
=$ac_check_lib_save_LIBS
28499 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
28500 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
28501 if test $ac_cv_lib_esd_esd_close = yes; then
28514 cat >confcache
<<\_ACEOF
28515 # This file is a shell script that caches the results of configure
28516 # tests run on this system so they can be shared between configure
28517 # scripts and configure runs, see configure's option --config-cache.
28518 # It is not useful on other systems. If it contains results you don't
28519 # want to keep, you may remove or edit it.
28521 # config.status only pays attention to the cache file if you give it
28522 # the --recheck option to rerun configure.
28524 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28525 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28526 # following values.
28530 # The following way of writing the cache mishandles newlines in values,
28531 # but we know of no workaround that is simple, portable, and efficient.
28532 # So, don't put newlines in cache variables' values.
28533 # Ultrix sh set writes to stderr and can't be redirected directly,
28534 # and sets the high bit in the cache file unless we assign to the vars.
28537 case `(ac_space=' '; set | grep ac_space) 2>&1` in
28539 # `set' does not quote correctly, so add quotes (double-quote
28540 # substitution turns \\\\ into \\, and sed turns \\ into \).
28543 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28546 # `set' quotes correctly as required by POSIX, so do not add quotes.
28548 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
28555 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28557 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28559 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
28560 if test -w $cache_file; then
28561 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
28562 cat confcache
>$cache_file
28564 echo "not updating unwritable cache $cache_file"
28571 if test "$TOOLKIT" != "MSW"; then
28577 if test "$wxUSE_THREADS" = "yes" ; then
28578 if test "$USE_BEOS" = 1; then
28579 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
28580 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
28585 if test "$wxUSE_THREADS" = "yes" ; then
28588 THREAD_OPTS
="-pthread"
28590 *-*-solaris2* | *-*-sunos4* )
28591 if test "x$GCC" = "xyes"; then
28592 THREAD_OPTS
="-pthreads $THREAD_OPTS"
28594 THREAD_OPTS
="-mt $THREAD_OPTS"
28598 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
28600 *-*-darwin* | *-*-cygwin* )
28604 THREAD_OPTS
="pthreads"
28607 if test "x$GCC" != "xyes"; then
28613 if test "x$GCC" = "xyes"; then
28619 if test "x$GCC" != "xyes"; then
28620 THREAD_OPTS
="-Ethread"
28625 THREAD_OPTS
="$THREAD_OPTS pthread none"
28628 for flag
in $THREAD_OPTS; do
28631 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
28632 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
28636 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
28637 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
28638 THREADS_CFLAGS
="$flag"
28642 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
28643 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
28644 THREADS_LINK
="-l$flag"
28649 save_CFLAGS
="$CFLAGS"
28650 LIBS
="$THREADS_LINK $LIBS"
28651 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
28653 cat >conftest.
$ac_ext <<_ACEOF
28654 #line $LINENO "configure"
28657 cat confdefs.h
>>conftest.
$ac_ext
28658 cat >>conftest.
$ac_ext <<_ACEOF
28659 /* end confdefs.h. */
28660 #include <pthread.h>
28664 pthread_create(0,0,0,0);
28669 rm -f conftest.
$ac_objext conftest
$ac_exeext
28670 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28671 (eval $ac_link) 2>&5
28673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28674 (exit $ac_status); } &&
28675 { ac_try
='test -s conftest$ac_exeext'
28676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28677 (eval $ac_try) 2>&5
28679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28680 (exit $ac_status); }; }; then
28683 echo "$as_me: failed program was:" >&5
28684 sed 's/^/| /' conftest.
$ac_ext >&5
28687 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28690 CFLAGS
="$save_CFLAGS"
28692 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
28693 echo "${ECHO_T}$THREADS_OK" >&6
28694 if test "x$THREADS_OK" = "xyes"; then
28702 if test "x$THREADS_OK" != "xyes"; then
28704 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
28705 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
28707 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
28708 LIBS
="$THREADS_LINK $LIBS"
28710 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
28711 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
28715 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
28716 flag
="-D_THREAD_SAFE"
28719 flag
="-D_THREAD_SAFE"
28722 flag
="-D_REENTRANT"
28723 if test "x$GCC" != "xyes"; then
28724 flag
="$flag -D_RWSTD_MULTI_THREAD"
28727 *solaris
* | alpha
*-osf*)
28728 flag
="-D_REENTRANT"
28731 echo "$as_me:$LINENO: result: ${flag}" >&5
28732 echo "${ECHO_T}${flag}" >&6
28733 if test "x$flag" != xno
; then
28734 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
28737 if test "x$THREADS_CFLAGS" != "x"; then
28738 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
28739 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
28744 if test "$wxUSE_THREADS" = "yes" ; then
28746 for ac_func
in thr_setconcurrency
28748 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28749 echo "$as_me:$LINENO: checking for $ac_func" >&5
28750 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28751 if eval "test \"\${$as_ac_var+set}\" = set"; then
28752 echo $ECHO_N "(cached) $ECHO_C" >&6
28754 cat >conftest.
$ac_ext <<_ACEOF
28755 #line $LINENO "configure"
28758 cat confdefs.h
>>conftest.
$ac_ext
28759 cat >>conftest.
$ac_ext <<_ACEOF
28760 /* end confdefs.h. */
28761 /* System header to define __stub macros and hopefully few prototypes,
28762 which can conflict with char $ac_func (); below.
28763 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28764 <limits.h> exists even on freestanding compilers. */
28766 # include <limits.h>
28768 # include <assert.h>
28770 /* Override any gcc2 internal prototype to avoid an error. */
28775 /* We use char because int might match the return type of a gcc2
28776 builtin and then its argument prototype would still apply. */
28778 /* The GNU C library defines this for functions which it implements
28779 to always fail with ENOSYS. Some functions are actually named
28780 something starting with __ and the normal name is an alias. */
28781 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28784 char (*f) () = $ac_func;
28793 return f != $ac_func;
28798 rm -f conftest.
$ac_objext conftest
$ac_exeext
28799 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28800 (eval $ac_link) 2>&5
28802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28803 (exit $ac_status); } &&
28804 { ac_try
='test -s conftest$ac_exeext'
28805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28806 (eval $ac_try) 2>&5
28808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28809 (exit $ac_status); }; }; then
28810 eval "$as_ac_var=yes"
28812 echo "$as_me: failed program was:" >&5
28813 sed 's/^/| /' conftest.
$ac_ext >&5
28815 eval "$as_ac_var=no"
28817 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
28819 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28820 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28821 if test `eval echo '${'$as_ac_var'}'` = yes; then
28822 cat >>confdefs.h
<<_ACEOF
28823 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28831 for ac_header
in sched.h
28833 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28834 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28835 echo "$as_me:$LINENO: checking for $ac_header" >&5
28836 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28837 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28838 echo $ECHO_N "(cached) $ECHO_C" >&6
28840 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28841 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28843 # Is the header compilable?
28844 echo "$as_me:$LINENO: checking $ac_header usability" >&5
28845 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
28846 cat >conftest.
$ac_ext <<_ACEOF
28847 #line $LINENO "configure"
28850 cat confdefs.h
>>conftest.
$ac_ext
28851 cat >>conftest.
$ac_ext <<_ACEOF
28852 /* end confdefs.h. */
28853 $ac_includes_default
28854 #include <$ac_header>
28856 rm -f conftest.
$ac_objext
28857 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28858 (eval $ac_compile) 2>&5
28860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28861 (exit $ac_status); } &&
28862 { ac_try
='test -s conftest.$ac_objext'
28863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28864 (eval $ac_try) 2>&5
28866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28867 (exit $ac_status); }; }; then
28868 ac_header_compiler
=yes
28870 echo "$as_me: failed program was:" >&5
28871 sed 's/^/| /' conftest.
$ac_ext >&5
28873 ac_header_compiler
=no
28875 rm -f conftest.
$ac_objext conftest.
$ac_ext
28876 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28877 echo "${ECHO_T}$ac_header_compiler" >&6
28879 # Is the header present?
28880 echo "$as_me:$LINENO: checking $ac_header presence" >&5
28881 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
28882 cat >conftest.
$ac_ext <<_ACEOF
28883 #line $LINENO "configure"
28886 cat confdefs.h
>>conftest.
$ac_ext
28887 cat >>conftest.
$ac_ext <<_ACEOF
28888 /* end confdefs.h. */
28889 #include <$ac_header>
28891 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28892 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
28894 grep -v '^ *+' conftest.er1
>conftest.err
28896 cat conftest.err
>&5
28897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28898 (exit $ac_status); } >/dev
/null
; then
28899 if test -s conftest.err
; then
28900 ac_cpp_err
=$ac_c_preproc_warn_flag
28907 if test -z "$ac_cpp_err"; then
28908 ac_header_preproc
=yes
28910 echo "$as_me: failed program was:" >&5
28911 sed 's/^/| /' conftest.
$ac_ext >&5
28913 ac_header_preproc
=no
28915 rm -f conftest.err conftest.
$ac_ext
28916 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28917 echo "${ECHO_T}$ac_header_preproc" >&6
28919 # So? What about this header?
28920 case $ac_header_compiler:$ac_header_preproc in
28922 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28923 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28924 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28925 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28928 ## ------------------------------------ ##
28929 ## Report this to bug-autoconf@gnu.org. ##
28930 ## ------------------------------------ ##
28933 sed "s/^/$as_me: WARNING: /" >&2
28936 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28937 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28938 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
28939 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
28940 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28941 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
28944 ## ------------------------------------ ##
28945 ## Report this to bug-autoconf@gnu.org. ##
28946 ## ------------------------------------ ##
28949 sed "s/^/$as_me: WARNING: /" >&2
28952 echo "$as_me:$LINENO: checking for $ac_header" >&5
28953 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28954 if eval "test \"\${$as_ac_Header+set}\" = set"; then
28955 echo $ECHO_N "(cached) $ECHO_C" >&6
28957 eval "$as_ac_Header=$ac_header_preproc"
28959 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28960 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28963 if test `eval echo '${'$as_ac_Header'}'` = yes; then
28964 cat >>confdefs.h
<<_ACEOF
28965 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28972 if test "$ac_cv_header_sched_h" = "yes"; then
28973 echo "$as_me:$LINENO: checking for sched_yield" >&5
28974 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
28975 if test "${ac_cv_func_sched_yield+set}" = set; then
28976 echo $ECHO_N "(cached) $ECHO_C" >&6
28978 cat >conftest.
$ac_ext <<_ACEOF
28979 #line $LINENO "configure"
28982 cat confdefs.h
>>conftest.
$ac_ext
28983 cat >>conftest.
$ac_ext <<_ACEOF
28984 /* end confdefs.h. */
28985 /* System header to define __stub macros and hopefully few prototypes,
28986 which can conflict with char sched_yield (); below.
28987 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28988 <limits.h> exists even on freestanding compilers. */
28990 # include <limits.h>
28992 # include <assert.h>
28994 /* Override any gcc2 internal prototype to avoid an error. */
28999 /* We use char because int might match the return type of a gcc2
29000 builtin and then its argument prototype would still apply. */
29001 char sched_yield ();
29002 /* The GNU C library defines this for functions which it implements
29003 to always fail with ENOSYS. Some functions are actually named
29004 something starting with __ and the normal name is an alias. */
29005 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
29008 char (*f) () = sched_yield;
29017 return f != sched_yield;
29022 rm -f conftest.
$ac_objext conftest
$ac_exeext
29023 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29024 (eval $ac_link) 2>&5
29026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29027 (exit $ac_status); } &&
29028 { ac_try
='test -s conftest$ac_exeext'
29029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29030 (eval $ac_try) 2>&5
29032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29033 (exit $ac_status); }; }; then
29034 ac_cv_func_sched_yield
=yes
29036 echo "$as_me: failed program was:" >&5
29037 sed 's/^/| /' conftest.
$ac_ext >&5
29039 ac_cv_func_sched_yield
=no
29041 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29043 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
29044 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
29045 if test $ac_cv_func_sched_yield = yes; then
29046 cat >>confdefs.h
<<\_ACEOF
29047 #define HAVE_SCHED_YIELD 1
29052 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
29053 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
29054 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
29055 echo $ECHO_N "(cached) $ECHO_C" >&6
29057 ac_check_lib_save_LIBS
=$LIBS
29058 LIBS
="-lposix4 $LIBS"
29059 cat >conftest.
$ac_ext <<_ACEOF
29060 #line $LINENO "configure"
29063 cat confdefs.h
>>conftest.
$ac_ext
29064 cat >>conftest.
$ac_ext <<_ACEOF
29065 /* end confdefs.h. */
29067 /* Override any gcc2 internal prototype to avoid an error. */
29071 /* We use char because int might match the return type of a gcc2
29072 builtin and then its argument prototype would still apply. */
29073 char sched_yield ();
29082 rm -f conftest.
$ac_objext conftest
$ac_exeext
29083 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29084 (eval $ac_link) 2>&5
29086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29087 (exit $ac_status); } &&
29088 { ac_try
='test -s conftest$ac_exeext'
29089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29090 (eval $ac_try) 2>&5
29092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29093 (exit $ac_status); }; }; then
29094 ac_cv_lib_posix4_sched_yield
=yes
29096 echo "$as_me: failed program was:" >&5
29097 sed 's/^/| /' conftest.
$ac_ext >&5
29099 ac_cv_lib_posix4_sched_yield
=no
29101 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29102 LIBS
=$ac_check_lib_save_LIBS
29104 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
29105 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
29106 if test $ac_cv_lib_posix4_sched_yield = yes; then
29107 cat >>confdefs.h
<<\_ACEOF
29108 #define HAVE_SCHED_YIELD 1
29110 POSIX4_LINK
=" -lposix4"
29112 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
29113 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
29124 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
29125 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
29126 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
29127 echo $ECHO_N "(cached) $ECHO_C" >&6
29129 cat >conftest.
$ac_ext <<_ACEOF
29130 #line $LINENO "configure"
29133 cat confdefs.h
>>conftest.
$ac_ext
29134 cat >>conftest.
$ac_ext <<_ACEOF
29135 /* end confdefs.h. */
29136 /* System header to define __stub macros and hopefully few prototypes,
29137 which can conflict with char pthread_attr_getschedpolicy (); below.
29138 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29139 <limits.h> exists even on freestanding compilers. */
29141 # include <limits.h>
29143 # include <assert.h>
29145 /* Override any gcc2 internal prototype to avoid an error. */
29150 /* We use char because int might match the return type of a gcc2
29151 builtin and then its argument prototype would still apply. */
29152 char pthread_attr_getschedpolicy ();
29153 /* The GNU C library defines this for functions which it implements
29154 to always fail with ENOSYS. Some functions are actually named
29155 something starting with __ and the normal name is an alias. */
29156 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
29159 char (*f) () = pthread_attr_getschedpolicy;
29168 return f != pthread_attr_getschedpolicy;
29173 rm -f conftest.
$ac_objext conftest
$ac_exeext
29174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29175 (eval $ac_link) 2>&5
29177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29178 (exit $ac_status); } &&
29179 { ac_try
='test -s conftest$ac_exeext'
29180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29181 (eval $ac_try) 2>&5
29183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29184 (exit $ac_status); }; }; then
29185 ac_cv_func_pthread_attr_getschedpolicy
=yes
29187 echo "$as_me: failed program was:" >&5
29188 sed 's/^/| /' conftest.
$ac_ext >&5
29190 ac_cv_func_pthread_attr_getschedpolicy
=no
29192 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29194 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
29195 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
29196 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
29197 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
29198 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
29199 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
29200 echo $ECHO_N "(cached) $ECHO_C" >&6
29202 cat >conftest.
$ac_ext <<_ACEOF
29203 #line $LINENO "configure"
29206 cat confdefs.h
>>conftest.
$ac_ext
29207 cat >>conftest.
$ac_ext <<_ACEOF
29208 /* end confdefs.h. */
29209 /* System header to define __stub macros and hopefully few prototypes,
29210 which can conflict with char pthread_attr_setschedparam (); below.
29211 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29212 <limits.h> exists even on freestanding compilers. */
29214 # include <limits.h>
29216 # include <assert.h>
29218 /* Override any gcc2 internal prototype to avoid an error. */
29223 /* We use char because int might match the return type of a gcc2
29224 builtin and then its argument prototype would still apply. */
29225 char pthread_attr_setschedparam ();
29226 /* The GNU C library defines this for functions which it implements
29227 to always fail with ENOSYS. Some functions are actually named
29228 something starting with __ and the normal name is an alias. */
29229 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
29232 char (*f) () = pthread_attr_setschedparam;
29241 return f != pthread_attr_setschedparam;
29246 rm -f conftest.
$ac_objext conftest
$ac_exeext
29247 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29248 (eval $ac_link) 2>&5
29250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29251 (exit $ac_status); } &&
29252 { ac_try
='test -s conftest$ac_exeext'
29253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29254 (eval $ac_try) 2>&5
29256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29257 (exit $ac_status); }; }; then
29258 ac_cv_func_pthread_attr_setschedparam
=yes
29260 echo "$as_me: failed program was:" >&5
29261 sed 's/^/| /' conftest.
$ac_ext >&5
29263 ac_cv_func_pthread_attr_setschedparam
=no
29265 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29267 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
29268 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
29269 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
29270 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
29271 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
29272 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
29273 echo $ECHO_N "(cached) $ECHO_C" >&6
29275 cat >conftest.
$ac_ext <<_ACEOF
29276 #line $LINENO "configure"
29279 cat confdefs.h
>>conftest.
$ac_ext
29280 cat >>conftest.
$ac_ext <<_ACEOF
29281 /* end confdefs.h. */
29282 /* System header to define __stub macros and hopefully few prototypes,
29283 which can conflict with char sched_get_priority_max (); below.
29284 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29285 <limits.h> exists even on freestanding compilers. */
29287 # include <limits.h>
29289 # include <assert.h>
29291 /* Override any gcc2 internal prototype to avoid an error. */
29296 /* We use char because int might match the return type of a gcc2
29297 builtin and then its argument prototype would still apply. */
29298 char sched_get_priority_max ();
29299 /* The GNU C library defines this for functions which it implements
29300 to always fail with ENOSYS. Some functions are actually named
29301 something starting with __ and the normal name is an alias. */
29302 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
29305 char (*f) () = sched_get_priority_max;
29314 return f != sched_get_priority_max;
29319 rm -f conftest.
$ac_objext conftest
$ac_exeext
29320 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29321 (eval $ac_link) 2>&5
29323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29324 (exit $ac_status); } &&
29325 { ac_try
='test -s conftest$ac_exeext'
29326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29327 (eval $ac_try) 2>&5
29329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29330 (exit $ac_status); }; }; then
29331 ac_cv_func_sched_get_priority_max
=yes
29333 echo "$as_me: failed program was:" >&5
29334 sed 's/^/| /' conftest.
$ac_ext >&5
29336 ac_cv_func_sched_get_priority_max
=no
29338 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29340 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
29341 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
29342 if test $ac_cv_func_sched_get_priority_max = yes; then
29345 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
29346 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
29347 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
29348 echo $ECHO_N "(cached) $ECHO_C" >&6
29350 ac_check_lib_save_LIBS
=$LIBS
29351 LIBS
="-lposix4 $LIBS"
29352 cat >conftest.
$ac_ext <<_ACEOF
29353 #line $LINENO "configure"
29356 cat confdefs.h
>>conftest.
$ac_ext
29357 cat >>conftest.
$ac_ext <<_ACEOF
29358 /* end confdefs.h. */
29360 /* Override any gcc2 internal prototype to avoid an error. */
29364 /* We use char because int might match the return type of a gcc2
29365 builtin and then its argument prototype would still apply. */
29366 char sched_get_priority_max ();
29370 sched_get_priority_max ();
29375 rm -f conftest.
$ac_objext conftest
$ac_exeext
29376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29377 (eval $ac_link) 2>&5
29379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29380 (exit $ac_status); } &&
29381 { ac_try
='test -s conftest$ac_exeext'
29382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29383 (eval $ac_try) 2>&5
29385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29386 (exit $ac_status); }; }; then
29387 ac_cv_lib_posix4_sched_get_priority_max
=yes
29389 echo "$as_me: failed program was:" >&5
29390 sed 's/^/| /' conftest.
$ac_ext >&5
29392 ac_cv_lib_posix4_sched_get_priority_max
=no
29394 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29395 LIBS
=$ac_check_lib_save_LIBS
29397 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
29398 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
29399 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
29402 POSIX4_LINK
=" -lposix4"
29416 if test "$HAVE_PRIOR_FUNCS" = 1; then
29417 cat >>confdefs.h
<<\_ACEOF
29418 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
29422 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
29423 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
29426 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
29427 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
29428 if test "${ac_cv_func_pthread_cancel+set}" = set; then
29429 echo $ECHO_N "(cached) $ECHO_C" >&6
29431 cat >conftest.
$ac_ext <<_ACEOF
29432 #line $LINENO "configure"
29435 cat confdefs.h
>>conftest.
$ac_ext
29436 cat >>conftest.
$ac_ext <<_ACEOF
29437 /* end confdefs.h. */
29438 /* System header to define __stub macros and hopefully few prototypes,
29439 which can conflict with char pthread_cancel (); below.
29440 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29441 <limits.h> exists even on freestanding compilers. */
29443 # include <limits.h>
29445 # include <assert.h>
29447 /* Override any gcc2 internal prototype to avoid an error. */
29452 /* We use char because int might match the return type of a gcc2
29453 builtin and then its argument prototype would still apply. */
29454 char pthread_cancel ();
29455 /* The GNU C library defines this for functions which it implements
29456 to always fail with ENOSYS. Some functions are actually named
29457 something starting with __ and the normal name is an alias. */
29458 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
29461 char (*f) () = pthread_cancel;
29470 return f != pthread_cancel;
29475 rm -f conftest.
$ac_objext conftest
$ac_exeext
29476 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29477 (eval $ac_link) 2>&5
29479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29480 (exit $ac_status); } &&
29481 { ac_try
='test -s conftest$ac_exeext'
29482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29483 (eval $ac_try) 2>&5
29485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29486 (exit $ac_status); }; }; then
29487 ac_cv_func_pthread_cancel
=yes
29489 echo "$as_me: failed program was:" >&5
29490 sed 's/^/| /' conftest.
$ac_ext >&5
29492 ac_cv_func_pthread_cancel
=no
29494 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
29496 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
29497 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
29498 if test $ac_cv_func_pthread_cancel = yes; then
29499 cat >>confdefs.h
<<\_ACEOF
29500 #define HAVE_PTHREAD_CANCEL 1
29504 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
29505 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
29509 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
29510 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
29511 if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then
29512 echo $ECHO_N "(cached) $ECHO_C" >&6
29515 cat >conftest.
$ac_ext <<_ACEOF
29516 #line $LINENO "configure"
29519 cat confdefs.h
>>conftest.
$ac_ext
29520 cat >>conftest.
$ac_ext <<_ACEOF
29521 /* end confdefs.h. */
29522 #include <pthread.h>
29527 pthread_cleanup_push(NULL, NULL);
29528 pthread_cleanup_pop(0);
29534 rm -f conftest.
$ac_objext
29535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29536 (eval $ac_compile) 2>&5
29538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29539 (exit $ac_status); } &&
29540 { ac_try
='test -s conftest.$ac_objext'
29541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29542 (eval $ac_try) 2>&5
29544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29545 (exit $ac_status); }; }; then
29547 wx_cv_func_pthread_cleanup_push
=yes
29550 echo "$as_me: failed program was:" >&5
29551 sed 's/^/| /' conftest.
$ac_ext >&5
29554 wx_cv_func_pthread_cleanup_push
=no
29557 rm -f conftest.
$ac_objext conftest.
$ac_ext
29560 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup_push" >&5
29561 echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6
29563 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
29564 cat >>confdefs.h
<<\_ACEOF
29565 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
29571 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
29572 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
29573 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
29574 echo $ECHO_N "(cached) $ECHO_C" >&6
29577 cat >conftest.
$ac_ext <<_ACEOF
29578 #line $LINENO "configure"
29581 cat confdefs.h
>>conftest.
$ac_ext
29582 cat >>conftest.
$ac_ext <<_ACEOF
29583 /* end confdefs.h. */
29584 #include <pthread.h>
29589 pthread_mutexattr_t attr;
29590 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
29596 rm -f conftest.
$ac_objext
29597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29598 (eval $ac_compile) 2>&5
29600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29601 (exit $ac_status); } &&
29602 { ac_try
='test -s conftest.$ac_objext'
29603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29604 (eval $ac_try) 2>&5
29606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29607 (exit $ac_status); }; }; then
29609 wx_cv_type_pthread_mutexattr_t
=yes
29612 echo "$as_me: failed program was:" >&5
29613 sed 's/^/| /' conftest.
$ac_ext >&5
29616 wx_cv_type_pthread_mutexattr_t
=no
29620 rm -f conftest.
$ac_objext conftest.
$ac_ext
29623 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
29624 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
29626 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
29627 cat >>confdefs.h
<<\_ACEOF
29628 #define HAVE_PTHREAD_MUTEXATTR_T 1
29632 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
29633 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
29634 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
29635 echo $ECHO_N "(cached) $ECHO_C" >&6
29638 cat >conftest.
$ac_ext <<_ACEOF
29639 #line $LINENO "configure"
29642 cat confdefs.h
>>conftest.
$ac_ext
29643 cat >>conftest.
$ac_ext <<_ACEOF
29644 /* end confdefs.h. */
29645 #include <pthread.h>
29650 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
29656 rm -f conftest.
$ac_objext
29657 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29658 (eval $ac_compile) 2>&5
29660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29661 (exit $ac_status); } &&
29662 { ac_try
='test -s conftest.$ac_objext'
29663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29664 (eval $ac_try) 2>&5
29666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29667 (exit $ac_status); }; }; then
29669 wx_cv_type_pthread_rec_mutex_init
=yes
29672 echo "$as_me: failed program was:" >&5
29673 sed 's/^/| /' conftest.
$ac_ext >&5
29676 wx_cv_type_pthread_rec_mutex_init
=no
29680 rm -f conftest.
$ac_objext conftest.
$ac_ext
29683 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
29684 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
29685 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
29686 cat >>confdefs.h
<<\_ACEOF
29687 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
29691 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
29692 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
29698 if test "$wxUSE_THREADS" = "yes" ; then
29701 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
29702 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
29703 if test "${wx_cv_cflags_mthread+set}" = set; then
29704 echo $ECHO_N "(cached) $ECHO_C" >&6
29707 CFLAGS_OLD
="$CFLAGS"
29708 CFLAGS
="$CFLAGS -mthreads"
29709 cat >conftest.
$ac_ext <<_ACEOF
29710 #line $LINENO "configure"
29713 cat confdefs.h
>>conftest.
$ac_ext
29714 cat >>conftest.
$ac_ext <<_ACEOF
29715 /* end confdefs.h. */
29725 rm -f conftest.
$ac_objext
29726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29727 (eval $ac_compile) 2>&5
29729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29730 (exit $ac_status); } &&
29731 { ac_try
='test -s conftest.$ac_objext'
29732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29733 (eval $ac_try) 2>&5
29735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29736 (exit $ac_status); }; }; then
29737 wx_cv_cflags_mthread
=yes
29739 echo "$as_me: failed program was:" >&5
29740 sed 's/^/| /' conftest.
$ac_ext >&5
29742 wx_cv_cflags_mthread
=no
29745 rm -f conftest.
$ac_objext conftest.
$ac_ext
29749 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
29750 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
29752 if test "$wx_cv_cflags_mthread" = "yes"; then
29753 CXXFLAGS
="$CXXFLAGS -mthreads"
29754 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
29755 LDFLAGS
="$LDFLAGS -mthreads"
29757 CFLAGS
="$CFLAGS_OLD"
29764 if test "$wxUSE_THREADS" = "yes"; then
29765 cat >>confdefs.h
<<\_ACEOF
29766 #define wxUSE_THREADS 1
29770 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
29772 if test "$ac_cv_func_strtok_r" = "yes"; then
29773 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
29774 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
29775 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
29776 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
29777 echo "$as_me:$LINENO: result: yes" >&5
29778 echo "${ECHO_T}yes" >&6
29780 echo "$as_me:$LINENO: result: no" >&5
29781 echo "${ECHO_T}no" >&6
29786 if test "$WXGTK20" = 1 ; then
29787 cat >>confdefs.h
<<_ACEOF
29788 #define __WXGTK20__ $WXGTK20
29794 if test "$WXGTK12" = 1 ; then
29795 cat >>confdefs.h
<<_ACEOF
29796 #define __WXGTK12__ $WXGTK12
29801 if test "$WXGTK127" = 1 ; then
29802 cat >>confdefs.h
<<_ACEOF
29803 #define __WXGTK127__ $WXGTK127
29810 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
29815 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
29816 wxUSE_DEBUG_INFO
=yes
29820 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
29821 cat >>confdefs.h
<<\_ACEOF
29825 WXDEBUG_DEFINE
="-D__WXDEBUG__"
29827 if test "$wxUSE_GTK" = 1 ; then
29828 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
29832 if test "$wxUSE_MEM_TRACING" = "yes" ; then
29833 cat >>confdefs.h
<<\_ACEOF
29834 #define wxUSE_MEMORY_TRACING 1
29837 cat >>confdefs.h
<<\_ACEOF
29838 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
29841 cat >>confdefs.h
<<\_ACEOF
29842 #define wxUSE_DEBUG_NEW_ALWAYS 1
29845 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
29848 if test "$wxUSE_DMALLOC" = "yes" ; then
29849 DMALLOC_LIBS
="-ldmalloc"
29853 if test "$wxUSE_PROFILE" = "yes" ; then
29858 CODE_GEN_FLAGS_CXX
=
29859 if test "$GCC" = "yes" ; then
29860 if test "$wxUSE_NO_RTTI" = "yes" ; then
29861 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
29863 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
29864 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
29866 if test "$wxUSE_PERMISSIVE" = "yes" ; then
29867 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
29869 if test "$USE_WIN32" = 1 ; then
29870 # I'm not even really sure what this was ever added to solve,
29871 # but someone added it for mingw native builds, so I guess
29872 # they had a reason, right??
29873 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fno-pcc-struct-return"
29878 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
29881 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
29887 if test "$wxUSE_OPTIMISE" = "no" ; then
29888 if test "$GCC" = yes ; then
29892 if test "$GCC" = yes ; then
29896 i586
-*-*|i686
-*-* )
29897 OPTIMISE
="${OPTIMISE} "
29906 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
29907 cat >>confdefs.h
<<\_ACEOF
29908 #define WXWIN_COMPATIBILITY_2 1
29912 WXWIN_COMPATIBILITY_2_2
="yes"
29915 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
29916 cat >>confdefs.h
<<\_ACEOF
29917 #define WXWIN_COMPATIBILITY_2_2 1
29921 WXWIN_COMPATIBILITY_2_4
="yes"
29924 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
29925 cat >>confdefs.h
<<\_ACEOF
29926 #define WXWIN_COMPATIBILITY_2_4 1
29932 if test "$wxUSE_GUI" = "yes"; then
29933 cat >>confdefs.h
<<\_ACEOF
29934 #define wxUSE_GUI 1
29939 cat >>confdefs.h
<<\_ACEOF
29940 #define wxUSE_NOGUI 1
29946 if test "$wxUSE_UNIX" = "yes"; then
29947 cat >>confdefs.h
<<\_ACEOF
29948 #define wxUSE_UNIX 1
29954 if test "$wxUSE_APPLE_IEEE" = "yes"; then
29955 cat >>confdefs.h
<<\_ACEOF
29956 #define wxUSE_APPLE_IEEE 1
29961 if test "$wxUSE_TIMER" = "yes"; then
29962 cat >>confdefs.h
<<\_ACEOF
29963 #define wxUSE_TIMER 1
29968 if test "$wxUSE_WAVE" = "yes"; then
29969 cat >>confdefs.h
<<\_ACEOF
29970 #define wxUSE_WAVE 1
29975 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
29976 cat >>confdefs.h
<<\_ACEOF
29977 #define wxUSE_CMDLINE_PARSER 1
29982 if test "$wxUSE_STOPWATCH" = "yes"; then
29983 cat >>confdefs.h
<<\_ACEOF
29984 #define wxUSE_STOPWATCH 1
29989 if test "$wxUSE_DATETIME" = "yes"; then
29990 cat >>confdefs.h
<<\_ACEOF
29991 #define wxUSE_DATETIME 1
29996 if test "$wxUSE_FILE" = "yes"; then
29997 cat >>confdefs.h
<<\_ACEOF
29998 #define wxUSE_FILE 1
30003 if test "$wxUSE_FFILE" = "yes"; then
30004 cat >>confdefs.h
<<\_ACEOF
30005 #define wxUSE_FFILE 1
30010 if test "$wxUSE_FILESYSTEM" = "yes"; then
30011 cat >>confdefs.h
<<\_ACEOF
30012 #define wxUSE_FILESYSTEM 1
30017 if test "$wxUSE_FS_INET" = "yes"; then
30018 cat >>confdefs.h
<<\_ACEOF
30019 #define wxUSE_FS_INET 1
30024 if test "$wxUSE_FS_ZIP" = "yes"; then
30025 cat >>confdefs.h
<<\_ACEOF
30026 #define wxUSE_FS_ZIP 1
30031 if test "$wxUSE_ZIPSTREAM" = "yes"; then
30032 cat >>confdefs.h
<<\_ACEOF
30033 #define wxUSE_ZIPSTREAM 1
30038 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30039 cat >>confdefs.h
<<\_ACEOF
30040 #define wxUSE_ON_FATAL_EXCEPTION 1
30045 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30046 cat >>confdefs.h
<<\_ACEOF
30047 #define wxUSE_SNGLINST_CHECKER 1
30052 if test "$wxUSE_BUSYINFO" = "yes"; then
30053 cat >>confdefs.h
<<\_ACEOF
30054 #define wxUSE_BUSYINFO 1
30059 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
30060 cat >>confdefs.h
<<\_ACEOF
30061 #define wxUSE_STD_IOSTREAM 1
30066 if test "$wxUSE_TEXTBUFFER" = "yes"; then
30067 cat >>confdefs.h
<<\_ACEOF
30068 #define wxUSE_TEXTBUFFER 1
30073 if test "$wxUSE_TEXTFILE" = "yes"; then
30074 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
30075 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
30076 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
30078 cat >>confdefs.h
<<\_ACEOF
30079 #define wxUSE_TEXTFILE 1
30085 if test "$wxUSE_CONFIG" = "yes" ; then
30086 if test "$wxUSE_TEXTFILE" != "yes"; then
30087 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
30088 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
30090 cat >>confdefs.h
<<\_ACEOF
30091 #define wxUSE_CONFIG 1
30094 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
30098 if test "$wxUSE_INTL" = "yes" ; then
30099 if test "$wxUSE_FILE" != "yes"; then
30100 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
30101 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
30103 cat >>confdefs.h
<<\_ACEOF
30104 #define wxUSE_INTL 1
30107 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
30108 GUIDIST
="$GUIDIST INTL_DIST"
30112 if test "$wxUSE_LOG" = "yes"; then
30113 cat >>confdefs.h
<<\_ACEOF
30114 #define wxUSE_LOG 1
30118 if test "$wxUSE_LOGGUI" = "yes"; then
30119 cat >>confdefs.h
<<\_ACEOF
30120 #define wxUSE_LOGGUI 1
30125 if test "$wxUSE_LOGWINDOW" = "yes"; then
30126 cat >>confdefs.h
<<\_ACEOF
30127 #define wxUSE_LOGWINDOW 1
30132 if test "$wxUSE_LOGDIALOG" = "yes"; then
30133 cat >>confdefs.h
<<\_ACEOF
30134 #define wxUSE_LOG_DIALOG 1
30140 if test "$wxUSE_LONGLONG" = "yes"; then
30141 cat >>confdefs.h
<<\_ACEOF
30142 #define wxUSE_LONGLONG 1
30147 if test "$wxUSE_GEOMETRY" = "yes"; then
30148 cat >>confdefs.h
<<\_ACEOF
30149 #define wxUSE_GEOMETRY 1
30154 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
30155 cat >>confdefs.h
<<\_ACEOF
30156 #define wxUSE_DIALUP_MANAGER 1
30159 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
30162 if test "$wxUSE_STREAMS" = "yes" ; then
30163 cat >>confdefs.h
<<\_ACEOF
30164 #define wxUSE_STREAMS 1
30170 if test "$wxUSE_DATETIME" = "yes"; then
30172 for ac_func
in strptime
30174 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30175 echo "$as_me:$LINENO: checking for $ac_func" >&5
30176 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30177 if eval "test \"\${$as_ac_var+set}\" = set"; then
30178 echo $ECHO_N "(cached) $ECHO_C" >&6
30180 cat >conftest.
$ac_ext <<_ACEOF
30181 #line $LINENO "configure"
30184 cat confdefs.h
>>conftest.
$ac_ext
30185 cat >>conftest.
$ac_ext <<_ACEOF
30186 /* end confdefs.h. */
30187 /* System header to define __stub macros and hopefully few prototypes,
30188 which can conflict with char $ac_func (); below.
30189 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30190 <limits.h> exists even on freestanding compilers. */
30192 # include <limits.h>
30194 # include <assert.h>
30196 /* Override any gcc2 internal prototype to avoid an error. */
30201 /* We use char because int might match the return type of a gcc2
30202 builtin and then its argument prototype would still apply. */
30204 /* The GNU C library defines this for functions which it implements
30205 to always fail with ENOSYS. Some functions are actually named
30206 something starting with __ and the normal name is an alias. */
30207 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30210 char (*f) () = $ac_func;
30219 return f != $ac_func;
30224 rm -f conftest.
$ac_objext conftest
$ac_exeext
30225 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30226 (eval $ac_link) 2>&5
30228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30229 (exit $ac_status); } &&
30230 { ac_try
='test -s conftest$ac_exeext'
30231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30232 (eval $ac_try) 2>&5
30234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30235 (exit $ac_status); }; }; then
30236 eval "$as_ac_var=yes"
30238 echo "$as_me: failed program was:" >&5
30239 sed 's/^/| /' conftest.
$ac_ext >&5
30241 eval "$as_ac_var=no"
30243 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30245 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30246 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30247 if test `eval echo '${'$as_ac_var'}'` = yes; then
30248 cat >>confdefs.h
<<_ACEOF
30249 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30256 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
30257 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
30258 if test "${wx_cv_var_timezone+set}" = set; then
30259 echo $ECHO_N "(cached) $ECHO_C" >&6
30262 cat >conftest.
$ac_ext <<_ACEOF
30263 #line $LINENO "configure"
30266 cat confdefs.h
>>conftest.
$ac_ext
30267 cat >>conftest.
$ac_ext <<_ACEOF
30268 /* end confdefs.h. */
30283 rm -f conftest.
$ac_objext
30284 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30285 (eval $ac_compile) 2>&5
30287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30288 (exit $ac_status); } &&
30289 { ac_try
='test -s conftest.$ac_objext'
30290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30291 (eval $ac_try) 2>&5
30293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30294 (exit $ac_status); }; }; then
30296 wx_cv_var_timezone
=timezone
30299 echo "$as_me: failed program was:" >&5
30300 sed 's/^/| /' conftest.
$ac_ext >&5
30303 cat >conftest.
$ac_ext <<_ACEOF
30304 #line $LINENO "configure"
30307 cat confdefs.h
>>conftest.
$ac_ext
30308 cat >>conftest.
$ac_ext <<_ACEOF
30309 /* end confdefs.h. */
30324 rm -f conftest.
$ac_objext
30325 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30326 (eval $ac_compile) 2>&5
30328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30329 (exit $ac_status); } &&
30330 { ac_try
='test -s conftest.$ac_objext'
30331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30332 (eval $ac_try) 2>&5
30334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30335 (exit $ac_status); }; }; then
30337 wx_cv_var_timezone
=_timezone
30340 echo "$as_me: failed program was:" >&5
30341 sed 's/^/| /' conftest.
$ac_ext >&5
30344 cat >conftest.
$ac_ext <<_ACEOF
30345 #line $LINENO "configure"
30348 cat confdefs.h
>>conftest.
$ac_ext
30349 cat >>conftest.
$ac_ext <<_ACEOF
30350 /* end confdefs.h. */
30365 rm -f conftest.
$ac_objext
30366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30367 (eval $ac_compile) 2>&5
30369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30370 (exit $ac_status); } &&
30371 { ac_try
='test -s conftest.$ac_objext'
30372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30373 (eval $ac_try) 2>&5
30375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30376 (exit $ac_status); }; }; then
30378 wx_cv_var_timezone
=__timezone
30381 echo "$as_me: failed program was:" >&5
30382 sed 's/^/| /' conftest.
$ac_ext >&5
30385 if test "$USE_DOS" = 0 ; then
30386 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
30387 echo "$as_me: WARNING: no timezone variable" >&2;}
30392 rm -f conftest.
$ac_objext conftest.
$ac_ext
30396 rm -f conftest.
$ac_objext conftest.
$ac_ext
30400 rm -f conftest.
$ac_objext conftest.
$ac_ext
30404 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
30405 echo "${ECHO_T}$wx_cv_var_timezone" >&6
30407 if test "x$wx_cv_var_timezone" != x
; then
30408 cat >>confdefs.h
<<_ACEOF
30409 #define WX_TIMEZONE $wx_cv_var_timezone
30415 for ac_func
in localtime
30417 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30418 echo "$as_me:$LINENO: checking for $ac_func" >&5
30419 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30420 if eval "test \"\${$as_ac_var+set}\" = set"; then
30421 echo $ECHO_N "(cached) $ECHO_C" >&6
30423 cat >conftest.
$ac_ext <<_ACEOF
30424 #line $LINENO "configure"
30427 cat confdefs.h
>>conftest.
$ac_ext
30428 cat >>conftest.
$ac_ext <<_ACEOF
30429 /* end confdefs.h. */
30430 /* System header to define __stub macros and hopefully few prototypes,
30431 which can conflict with char $ac_func (); below.
30432 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30433 <limits.h> exists even on freestanding compilers. */
30435 # include <limits.h>
30437 # include <assert.h>
30439 /* Override any gcc2 internal prototype to avoid an error. */
30444 /* We use char because int might match the return type of a gcc2
30445 builtin and then its argument prototype would still apply. */
30447 /* The GNU C library defines this for functions which it implements
30448 to always fail with ENOSYS. Some functions are actually named
30449 something starting with __ and the normal name is an alias. */
30450 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30453 char (*f) () = $ac_func;
30462 return f != $ac_func;
30467 rm -f conftest.
$ac_objext conftest
$ac_exeext
30468 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30469 (eval $ac_link) 2>&5
30471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30472 (exit $ac_status); } &&
30473 { ac_try
='test -s conftest$ac_exeext'
30474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30475 (eval $ac_try) 2>&5
30477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30478 (exit $ac_status); }; }; then
30479 eval "$as_ac_var=yes"
30481 echo "$as_me: failed program was:" >&5
30482 sed 's/^/| /' conftest.
$ac_ext >&5
30484 eval "$as_ac_var=no"
30486 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30488 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30489 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30490 if test `eval echo '${'$as_ac_var'}'` = yes; then
30491 cat >>confdefs.h
<<_ACEOF
30492 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30499 if test "$ac_cv_func_localtime" = "yes"; then
30500 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
30501 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
30502 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
30503 echo $ECHO_N "(cached) $ECHO_C" >&6
30506 cat >conftest.
$ac_ext <<_ACEOF
30507 #line $LINENO "configure"
30510 cat confdefs.h
>>conftest.
$ac_ext
30511 cat >>conftest.
$ac_ext <<_ACEOF
30512 /* end confdefs.h. */
30527 rm -f conftest.
$ac_objext
30528 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30529 (eval $ac_compile) 2>&5
30531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30532 (exit $ac_status); } &&
30533 { ac_try
='test -s conftest.$ac_objext'
30534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30535 (eval $ac_try) 2>&5
30537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30538 (exit $ac_status); }; }; then
30540 wx_cv_struct_tm_has_gmtoff
=yes
30543 echo "$as_me: failed program was:" >&5
30544 sed 's/^/| /' conftest.
$ac_ext >&5
30546 wx_cv_struct_tm_has_gmtoff
=no
30549 rm -f conftest.
$ac_objext conftest.
$ac_ext
30552 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
30553 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
30556 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
30557 cat >>confdefs.h
<<\_ACEOF
30558 #define WX_GMTOFF_IN_TM 1
30565 for ac_func
in gettimeofday ftime
30567 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30568 echo "$as_me:$LINENO: checking for $ac_func" >&5
30569 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30570 if eval "test \"\${$as_ac_var+set}\" = set"; then
30571 echo $ECHO_N "(cached) $ECHO_C" >&6
30573 cat >conftest.
$ac_ext <<_ACEOF
30574 #line $LINENO "configure"
30577 cat confdefs.h
>>conftest.
$ac_ext
30578 cat >>conftest.
$ac_ext <<_ACEOF
30579 /* end confdefs.h. */
30580 /* System header to define __stub macros and hopefully few prototypes,
30581 which can conflict with char $ac_func (); below.
30582 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30583 <limits.h> exists even on freestanding compilers. */
30585 # include <limits.h>
30587 # include <assert.h>
30589 /* Override any gcc2 internal prototype to avoid an error. */
30594 /* We use char because int might match the return type of a gcc2
30595 builtin and then its argument prototype would still apply. */
30597 /* The GNU C library defines this for functions which it implements
30598 to always fail with ENOSYS. Some functions are actually named
30599 something starting with __ and the normal name is an alias. */
30600 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30603 char (*f) () = $ac_func;
30612 return f != $ac_func;
30617 rm -f conftest.
$ac_objext conftest
$ac_exeext
30618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30619 (eval $ac_link) 2>&5
30621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30622 (exit $ac_status); } &&
30623 { ac_try
='test -s conftest$ac_exeext'
30624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30625 (eval $ac_try) 2>&5
30627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30628 (exit $ac_status); }; }; then
30629 eval "$as_ac_var=yes"
30631 echo "$as_me: failed program was:" >&5
30632 sed 's/^/| /' conftest.
$ac_ext >&5
30634 eval "$as_ac_var=no"
30636 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30638 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30639 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30640 if test `eval echo '${'$as_ac_var'}'` = yes; then
30641 cat >>confdefs.h
<<_ACEOF
30642 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30649 if test "$ac_cv_func_gettimeofday" = "yes"; then
30650 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
30651 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
30652 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
30653 echo $ECHO_N "(cached) $ECHO_C" >&6
30659 ac_cpp
='$CXXCPP $CPPFLAGS'
30660 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30661 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30662 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30665 cat >conftest.
$ac_ext <<_ACEOF
30666 #line $LINENO "configure"
30669 cat confdefs.h
>>conftest.
$ac_ext
30670 cat >>conftest.
$ac_ext <<_ACEOF
30671 /* end confdefs.h. */
30673 #include <sys/time.h>
30674 #include <unistd.h>
30681 gettimeofday(&tv, NULL);
30687 rm -f conftest.
$ac_objext
30688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30689 (eval $ac_compile) 2>&5
30691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30692 (exit $ac_status); } &&
30693 { ac_try
='test -s conftest.$ac_objext'
30694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30695 (eval $ac_try) 2>&5
30697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30698 (exit $ac_status); }; }; then
30699 wx_cv_func_gettimeofday_has_2_args
=yes
30701 echo "$as_me: failed program was:" >&5
30702 sed 's/^/| /' conftest.
$ac_ext >&5
30704 cat >conftest.
$ac_ext <<_ACEOF
30705 #line $LINENO "configure"
30708 cat confdefs.h
>>conftest.
$ac_ext
30709 cat >>conftest.
$ac_ext <<_ACEOF
30710 /* end confdefs.h. */
30712 #include <sys/time.h>
30713 #include <unistd.h>
30726 rm -f conftest.
$ac_objext
30727 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30728 (eval $ac_compile) 2>&5
30730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30731 (exit $ac_status); } &&
30732 { ac_try
='test -s conftest.$ac_objext'
30733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30734 (eval $ac_try) 2>&5
30736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30737 (exit $ac_status); }; }; then
30738 wx_cv_func_gettimeofday_has_2_args
=no
30740 echo "$as_me: failed program was:" >&5
30741 sed 's/^/| /' conftest.
$ac_ext >&5
30744 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
30745 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
30746 wx_cv_func_gettimeofday_has_2_args
=unknown
30750 rm -f conftest.
$ac_objext conftest.
$ac_ext
30753 rm -f conftest.
$ac_objext conftest.
$ac_ext
30755 ac_cpp
='$CPP $CPPFLAGS'
30756 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30757 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30758 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30762 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
30763 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
30765 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
30766 cat >>confdefs.h
<<\_ACEOF
30767 #define WX_GETTIMEOFDAY_NO_TZ 1
30773 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
30777 if test "$wxUSE_SOCKETS" = "yes"; then
30778 if test "$wxUSE_MGL" = "1"; then
30779 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
30780 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
30785 if test "$wxUSE_SOCKETS" = "yes"; then
30786 if test "$TOOLKIT" != "MSW"; then
30787 echo "$as_me:$LINENO: checking for socket" >&5
30788 echo $ECHO_N "checking for socket... $ECHO_C" >&6
30789 if test "${ac_cv_func_socket+set}" = set; then
30790 echo $ECHO_N "(cached) $ECHO_C" >&6
30792 cat >conftest.
$ac_ext <<_ACEOF
30793 #line $LINENO "configure"
30796 cat confdefs.h
>>conftest.
$ac_ext
30797 cat >>conftest.
$ac_ext <<_ACEOF
30798 /* end confdefs.h. */
30799 /* System header to define __stub macros and hopefully few prototypes,
30800 which can conflict with char socket (); below.
30801 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30802 <limits.h> exists even on freestanding compilers. */
30804 # include <limits.h>
30806 # include <assert.h>
30808 /* Override any gcc2 internal prototype to avoid an error. */
30813 /* We use char because int might match the return type of a gcc2
30814 builtin and then its argument prototype would still apply. */
30816 /* The GNU C library defines this for functions which it implements
30817 to always fail with ENOSYS. Some functions are actually named
30818 something starting with __ and the normal name is an alias. */
30819 #if defined (__stub_socket) || defined (__stub___socket)
30822 char (*f) () = socket;
30831 return f != socket;
30836 rm -f conftest.
$ac_objext conftest
$ac_exeext
30837 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30838 (eval $ac_link) 2>&5
30840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30841 (exit $ac_status); } &&
30842 { ac_try
='test -s conftest$ac_exeext'
30843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30844 (eval $ac_try) 2>&5
30846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30847 (exit $ac_status); }; }; then
30848 ac_cv_func_socket
=yes
30850 echo "$as_me: failed program was:" >&5
30851 sed 's/^/| /' conftest.
$ac_ext >&5
30853 ac_cv_func_socket
=no
30855 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30857 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
30858 echo "${ECHO_T}$ac_cv_func_socket" >&6
30859 if test $ac_cv_func_socket = yes; then
30862 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
30863 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
30864 if test "${ac_cv_lib_socket_socket+set}" = set; then
30865 echo $ECHO_N "(cached) $ECHO_C" >&6
30867 ac_check_lib_save_LIBS
=$LIBS
30868 LIBS
="-lsocket $LIBS"
30869 cat >conftest.
$ac_ext <<_ACEOF
30870 #line $LINENO "configure"
30873 cat confdefs.h
>>conftest.
$ac_ext
30874 cat >>conftest.
$ac_ext <<_ACEOF
30875 /* end confdefs.h. */
30877 /* Override any gcc2 internal prototype to avoid an error. */
30881 /* We use char because int might match the return type of a gcc2
30882 builtin and then its argument prototype would still apply. */
30892 rm -f conftest.
$ac_objext conftest
$ac_exeext
30893 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30894 (eval $ac_link) 2>&5
30896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30897 (exit $ac_status); } &&
30898 { ac_try
='test -s conftest$ac_exeext'
30899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30900 (eval $ac_try) 2>&5
30902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30903 (exit $ac_status); }; }; then
30904 ac_cv_lib_socket_socket
=yes
30906 echo "$as_me: failed program was:" >&5
30907 sed 's/^/| /' conftest.
$ac_ext >&5
30909 ac_cv_lib_socket_socket
=no
30911 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
30912 LIBS
=$ac_check_lib_save_LIBS
30914 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
30915 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
30916 if test $ac_cv_lib_socket_socket = yes; then
30917 if test "$INET_LINK" != " -lsocket"; then
30918 INET_LINK
="$INET_LINK -lsocket"
30922 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
30923 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
30935 if test "$wxUSE_SOCKETS" = "yes" ; then
30936 if test "$TOOLKIT" != "MSW"; then
30937 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
30938 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
30939 if test "${wx_cv_type_getsockname3+set}" = set; then
30940 echo $ECHO_N "(cached) $ECHO_C" >&6
30943 cat >conftest.
$ac_ext <<_ACEOF
30944 #line $LINENO "configure"
30947 cat confdefs.h
>>conftest.
$ac_ext
30948 cat >>conftest.
$ac_ext <<_ACEOF
30949 /* end confdefs.h. */
30951 #include <sys/types.h>
30952 #include <sys/socket.h>
30959 getsockname(0, 0, &len);
30965 rm -f conftest.
$ac_objext
30966 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30967 (eval $ac_compile) 2>&5
30969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30970 (exit $ac_status); } &&
30971 { ac_try
='test -s conftest.$ac_objext'
30972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30973 (eval $ac_try) 2>&5
30975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30976 (exit $ac_status); }; }; then
30977 wx_cv_type_getsockname3
=socklen_t
30979 echo "$as_me: failed program was:" >&5
30980 sed 's/^/| /' conftest.
$ac_ext >&5
30983 CFLAGS_OLD
="$CFLAGS"
30984 if test "$GCC" = yes ; then
30985 CFLAGS
="$CFLAGS -Werror"
30988 cat >conftest.
$ac_ext <<_ACEOF
30989 #line $LINENO "configure"
30992 cat confdefs.h
>>conftest.
$ac_ext
30993 cat >>conftest.
$ac_ext <<_ACEOF
30994 /* end confdefs.h. */
30996 #include <sys/types.h>
30997 #include <sys/socket.h>
31004 getsockname(0, 0, &len);
31010 rm -f conftest.
$ac_objext
31011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31012 (eval $ac_compile) 2>&5
31014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31015 (exit $ac_status); } &&
31016 { ac_try
='test -s conftest.$ac_objext'
31017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31018 (eval $ac_try) 2>&5
31020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31021 (exit $ac_status); }; }; then
31022 wx_cv_type_getsockname3
=size_t
31024 echo "$as_me: failed program was:" >&5
31025 sed 's/^/| /' conftest.
$ac_ext >&5
31027 cat >conftest.
$ac_ext <<_ACEOF
31028 #line $LINENO "configure"
31031 cat confdefs.h
>>conftest.
$ac_ext
31032 cat >>conftest.
$ac_ext <<_ACEOF
31033 /* end confdefs.h. */
31035 #include <sys/types.h>
31036 #include <sys/socket.h>
31043 getsockname(0, 0, &len);
31049 rm -f conftest.
$ac_objext
31050 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31051 (eval $ac_compile) 2>&5
31053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31054 (exit $ac_status); } &&
31055 { ac_try
='test -s conftest.$ac_objext'
31056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31057 (eval $ac_try) 2>&5
31059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31060 (exit $ac_status); }; }; then
31061 wx_cv_type_getsockname3
=int
31063 echo "$as_me: failed program was:" >&5
31064 sed 's/^/| /' conftest.
$ac_ext >&5
31066 wx_cv_type_getsockname3
=unknown
31069 rm -f conftest.
$ac_objext conftest.
$ac_ext
31072 rm -f conftest.
$ac_objext conftest.
$ac_ext
31074 CFLAGS
="$CFLAGS_OLD"
31078 rm -f conftest.
$ac_objext conftest.
$ac_ext
31081 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
31082 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
31084 if test "$wx_cv_type_getsockname3" = "unknown"; then
31086 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
31087 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
31089 cat >>confdefs.h
<<_ACEOF
31090 #define SOCKLEN_T $wx_cv_type_getsockname3
31097 if test "$wxUSE_SOCKETS" = "yes" ; then
31098 cat >>confdefs.h
<<\_ACEOF
31099 #define wxUSE_SOCKETS 1
31102 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
31106 if test "$wxUSE_GUI" = "yes"; then
31108 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
31109 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
31110 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
31113 if test "$TOOLKIT" = "MOTIF"; then
31114 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Motif... disabled" >&5
31115 echo "$as_me: WARNING: Joystick not yet supported under Motif... disabled" >&2;}
31118 if test "$TOOLKIT" = "X11"; then
31119 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under X11... disabled" >&5
31120 echo "$as_me: WARNING: Joystick not yet supported under X11... disabled" >&2;}
31124 if test "$TOOLKIT" != "MSW"; then
31125 if test "$wxUSE_JOYSTICK" = "yes"; then
31127 for ac_header
in linux
/joystick.h
31129 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31130 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31131 echo "$as_me:$LINENO: checking for $ac_header" >&5
31132 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31133 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31134 echo $ECHO_N "(cached) $ECHO_C" >&6
31136 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31137 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31139 # Is the header compilable?
31140 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31141 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31142 cat >conftest.
$ac_ext <<_ACEOF
31143 #line $LINENO "configure"
31146 cat confdefs.h
>>conftest.
$ac_ext
31147 cat >>conftest.
$ac_ext <<_ACEOF
31148 /* end confdefs.h. */
31149 $ac_includes_default
31150 #include <$ac_header>
31152 rm -f conftest.
$ac_objext
31153 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31154 (eval $ac_compile) 2>&5
31156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31157 (exit $ac_status); } &&
31158 { ac_try
='test -s conftest.$ac_objext'
31159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31160 (eval $ac_try) 2>&5
31162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31163 (exit $ac_status); }; }; then
31164 ac_header_compiler
=yes
31166 echo "$as_me: failed program was:" >&5
31167 sed 's/^/| /' conftest.
$ac_ext >&5
31169 ac_header_compiler
=no
31171 rm -f conftest.
$ac_objext conftest.
$ac_ext
31172 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31173 echo "${ECHO_T}$ac_header_compiler" >&6
31175 # Is the header present?
31176 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31177 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31178 cat >conftest.
$ac_ext <<_ACEOF
31179 #line $LINENO "configure"
31182 cat confdefs.h
>>conftest.
$ac_ext
31183 cat >>conftest.
$ac_ext <<_ACEOF
31184 /* end confdefs.h. */
31185 #include <$ac_header>
31187 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31188 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31190 grep -v '^ *+' conftest.er1
>conftest.err
31192 cat conftest.err
>&5
31193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31194 (exit $ac_status); } >/dev
/null
; then
31195 if test -s conftest.err
; then
31196 ac_cpp_err
=$ac_c_preproc_warn_flag
31203 if test -z "$ac_cpp_err"; then
31204 ac_header_preproc
=yes
31206 echo "$as_me: failed program was:" >&5
31207 sed 's/^/| /' conftest.
$ac_ext >&5
31209 ac_header_preproc
=no
31211 rm -f conftest.err conftest.
$ac_ext
31212 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31213 echo "${ECHO_T}$ac_header_preproc" >&6
31215 # So? What about this header?
31216 case $ac_header_compiler:$ac_header_preproc in
31218 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31219 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31220 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31221 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31224 ## ------------------------------------ ##
31225 ## Report this to bug-autoconf@gnu.org. ##
31226 ## ------------------------------------ ##
31229 sed "s/^/$as_me: WARNING: /" >&2
31232 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31233 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31234 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31235 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31236 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31237 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31240 ## ------------------------------------ ##
31241 ## Report this to bug-autoconf@gnu.org. ##
31242 ## ------------------------------------ ##
31245 sed "s/^/$as_me: WARNING: /" >&2
31248 echo "$as_me:$LINENO: checking for $ac_header" >&5
31249 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31250 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31251 echo $ECHO_N "(cached) $ECHO_C" >&6
31253 eval "$as_ac_Header=$ac_header_preproc"
31255 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31256 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31259 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31260 cat >>confdefs.h
<<_ACEOF
31261 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31268 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
31270 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
31271 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
31276 if test "$wxUSE_JOYSTICK" = "yes"; then
31277 cat >>confdefs.h
<<\_ACEOF
31278 #define wxUSE_JOYSTICK 1
31281 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
31286 if test "$TOOLKIT" != "MSW"; then
31290 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
31291 if test "$USE_DARWIN" = 1; then
31295 for ac_func
in dlopen
31297 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31298 echo "$as_me:$LINENO: checking for $ac_func" >&5
31299 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31300 if eval "test \"\${$as_ac_var+set}\" = set"; then
31301 echo $ECHO_N "(cached) $ECHO_C" >&6
31303 cat >conftest.
$ac_ext <<_ACEOF
31304 #line $LINENO "configure"
31307 cat confdefs.h
>>conftest.
$ac_ext
31308 cat >>conftest.
$ac_ext <<_ACEOF
31309 /* end confdefs.h. */
31310 /* System header to define __stub macros and hopefully few prototypes,
31311 which can conflict with char $ac_func (); below.
31312 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31313 <limits.h> exists even on freestanding compilers. */
31315 # include <limits.h>
31317 # include <assert.h>
31319 /* Override any gcc2 internal prototype to avoid an error. */
31324 /* We use char because int might match the return type of a gcc2
31325 builtin and then its argument prototype would still apply. */
31327 /* The GNU C library defines this for functions which it implements
31328 to always fail with ENOSYS. Some functions are actually named
31329 something starting with __ and the normal name is an alias. */
31330 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31333 char (*f) () = $ac_func;
31342 return f != $ac_func;
31347 rm -f conftest.
$ac_objext conftest
$ac_exeext
31348 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31349 (eval $ac_link) 2>&5
31351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31352 (exit $ac_status); } &&
31353 { ac_try
='test -s conftest$ac_exeext'
31354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31355 (eval $ac_try) 2>&5
31357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31358 (exit $ac_status); }; }; then
31359 eval "$as_ac_var=yes"
31361 echo "$as_me: failed program was:" >&5
31362 sed 's/^/| /' conftest.
$ac_ext >&5
31364 eval "$as_ac_var=no"
31366 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31368 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31369 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31370 if test `eval echo '${'$as_ac_var'}'` = yes; then
31371 cat >>confdefs.h
<<_ACEOF
31372 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31375 cat >>confdefs.h
<<\_ACEOF
31376 #define HAVE_DLOPEN 1
31383 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
31384 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
31385 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
31386 echo $ECHO_N "(cached) $ECHO_C" >&6
31388 ac_check_lib_save_LIBS
=$LIBS
31390 cat >conftest.
$ac_ext <<_ACEOF
31391 #line $LINENO "configure"
31394 cat confdefs.h
>>conftest.
$ac_ext
31395 cat >>conftest.
$ac_ext <<_ACEOF
31396 /* end confdefs.h. */
31398 /* Override any gcc2 internal prototype to avoid an error. */
31402 /* We use char because int might match the return type of a gcc2
31403 builtin and then its argument prototype would still apply. */
31413 rm -f conftest.
$ac_objext conftest
$ac_exeext
31414 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31415 (eval $ac_link) 2>&5
31417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31418 (exit $ac_status); } &&
31419 { ac_try
='test -s conftest$ac_exeext'
31420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31421 (eval $ac_try) 2>&5
31423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31424 (exit $ac_status); }; }; then
31425 ac_cv_lib_dl_dlopen
=yes
31427 echo "$as_me: failed program was:" >&5
31428 sed 's/^/| /' conftest.
$ac_ext >&5
31430 ac_cv_lib_dl_dlopen
=no
31432 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31433 LIBS
=$ac_check_lib_save_LIBS
31435 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
31436 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
31437 if test $ac_cv_lib_dl_dlopen = yes; then
31439 cat >>confdefs.h
<<\_ACEOF
31440 #define HAVE_DLOPEN 1
31444 DL_LINK
=" -ldl$DL_LINK"
31449 for ac_func
in shl_load
31451 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31452 echo "$as_me:$LINENO: checking for $ac_func" >&5
31453 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31454 if eval "test \"\${$as_ac_var+set}\" = set"; then
31455 echo $ECHO_N "(cached) $ECHO_C" >&6
31457 cat >conftest.
$ac_ext <<_ACEOF
31458 #line $LINENO "configure"
31461 cat confdefs.h
>>conftest.
$ac_ext
31462 cat >>conftest.
$ac_ext <<_ACEOF
31463 /* end confdefs.h. */
31464 /* System header to define __stub macros and hopefully few prototypes,
31465 which can conflict with char $ac_func (); below.
31466 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31467 <limits.h> exists even on freestanding compilers. */
31469 # include <limits.h>
31471 # include <assert.h>
31473 /* Override any gcc2 internal prototype to avoid an error. */
31478 /* We use char because int might match the return type of a gcc2
31479 builtin and then its argument prototype would still apply. */
31481 /* The GNU C library defines this for functions which it implements
31482 to always fail with ENOSYS. Some functions are actually named
31483 something starting with __ and the normal name is an alias. */
31484 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31487 char (*f) () = $ac_func;
31496 return f != $ac_func;
31501 rm -f conftest.
$ac_objext conftest
$ac_exeext
31502 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31503 (eval $ac_link) 2>&5
31505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31506 (exit $ac_status); } &&
31507 { ac_try
='test -s conftest$ac_exeext'
31508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31509 (eval $ac_try) 2>&5
31511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31512 (exit $ac_status); }; }; then
31513 eval "$as_ac_var=yes"
31515 echo "$as_me: failed program was:" >&5
31516 sed 's/^/| /' conftest.
$ac_ext >&5
31518 eval "$as_ac_var=no"
31520 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31522 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31523 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31524 if test `eval echo '${'$as_ac_var'}'` = yes; then
31525 cat >>confdefs.h
<<_ACEOF
31526 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31529 cat >>confdefs.h
<<\_ACEOF
31530 #define HAVE_SHL_LOAD 1
31537 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
31538 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
31539 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
31540 echo $ECHO_N "(cached) $ECHO_C" >&6
31542 ac_check_lib_save_LIBS
=$LIBS
31543 LIBS
="-lshl_load $LIBS"
31544 cat >conftest.
$ac_ext <<_ACEOF
31545 #line $LINENO "configure"
31548 cat confdefs.h
>>conftest.
$ac_ext
31549 cat >>conftest.
$ac_ext <<_ACEOF
31550 /* end confdefs.h. */
31552 /* Override any gcc2 internal prototype to avoid an error. */
31556 /* We use char because int might match the return type of a gcc2
31557 builtin and then its argument prototype would still apply. */
31567 rm -f conftest.
$ac_objext conftest
$ac_exeext
31568 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31569 (eval $ac_link) 2>&5
31571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31572 (exit $ac_status); } &&
31573 { ac_try
='test -s conftest$ac_exeext'
31574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31575 (eval $ac_try) 2>&5
31577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31578 (exit $ac_status); }; }; then
31579 ac_cv_lib_shl_load_dld
=yes
31581 echo "$as_me: failed program was:" >&5
31582 sed 's/^/| /' conftest.
$ac_ext >&5
31584 ac_cv_lib_shl_load_dld
=no
31586 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31587 LIBS
=$ac_check_lib_save_LIBS
31589 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
31590 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
31591 if test $ac_cv_lib_shl_load_dld = yes; then
31594 DL_LINK
=" -ldld$DL_LINK"
31610 if test "$HAVE_DL_FUNCS" = 1; then
31612 for ac_func
in dlerror
31614 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31615 echo "$as_me:$LINENO: checking for $ac_func" >&5
31616 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31617 if eval "test \"\${$as_ac_var+set}\" = set"; then
31618 echo $ECHO_N "(cached) $ECHO_C" >&6
31620 cat >conftest.
$ac_ext <<_ACEOF
31621 #line $LINENO "configure"
31624 cat confdefs.h
>>conftest.
$ac_ext
31625 cat >>conftest.
$ac_ext <<_ACEOF
31626 /* end confdefs.h. */
31627 /* System header to define __stub macros and hopefully few prototypes,
31628 which can conflict with char $ac_func (); below.
31629 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31630 <limits.h> exists even on freestanding compilers. */
31632 # include <limits.h>
31634 # include <assert.h>
31636 /* Override any gcc2 internal prototype to avoid an error. */
31641 /* We use char because int might match the return type of a gcc2
31642 builtin and then its argument prototype would still apply. */
31644 /* The GNU C library defines this for functions which it implements
31645 to always fail with ENOSYS. Some functions are actually named
31646 something starting with __ and the normal name is an alias. */
31647 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31650 char (*f) () = $ac_func;
31659 return f != $ac_func;
31664 rm -f conftest.
$ac_objext conftest
$ac_exeext
31665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31666 (eval $ac_link) 2>&5
31668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31669 (exit $ac_status); } &&
31670 { ac_try
='test -s conftest$ac_exeext'
31671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31672 (eval $ac_try) 2>&5
31674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31675 (exit $ac_status); }; }; then
31676 eval "$as_ac_var=yes"
31678 echo "$as_me: failed program was:" >&5
31679 sed 's/^/| /' conftest.
$ac_ext >&5
31681 eval "$as_ac_var=no"
31683 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31685 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31686 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31687 if test `eval echo '${'$as_ac_var'}'` = yes; then
31688 cat >>confdefs.h
<<_ACEOF
31689 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31691 cat >>confdefs.h
<<\_ACEOF
31692 #define HAVE_DLERROR 1
31696 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
31697 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
31698 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
31699 echo $ECHO_N "(cached) $ECHO_C" >&6
31701 ac_check_lib_save_LIBS
=$LIBS
31703 cat >conftest.
$ac_ext <<_ACEOF
31704 #line $LINENO "configure"
31707 cat confdefs.h
>>conftest.
$ac_ext
31708 cat >>conftest.
$ac_ext <<_ACEOF
31709 /* end confdefs.h. */
31711 /* Override any gcc2 internal prototype to avoid an error. */
31715 /* We use char because int might match the return type of a gcc2
31716 builtin and then its argument prototype would still apply. */
31726 rm -f conftest.
$ac_objext conftest
$ac_exeext
31727 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31728 (eval $ac_link) 2>&5
31730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31731 (exit $ac_status); } &&
31732 { ac_try
='test -s conftest$ac_exeext'
31733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31734 (eval $ac_try) 2>&5
31736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31737 (exit $ac_status); }; }; then
31738 ac_cv_lib_dl_dlerror
=yes
31740 echo "$as_me: failed program was:" >&5
31741 sed 's/^/| /' conftest.
$ac_ext >&5
31743 ac_cv_lib_dl_dlerror
=no
31745 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31746 LIBS
=$ac_check_lib_save_LIBS
31748 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
31749 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
31750 if test $ac_cv_lib_dl_dlerror = yes; then
31751 cat >>confdefs.h
<<\_ACEOF
31752 #define HAVE_DLERROR 1
31763 if test "$HAVE_DL_FUNCS" = 0; then
31764 if test "$HAVE_SHL_FUNCS" = 0; then
31765 if test "$USE_UNIX" = 1; then
31766 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
31767 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
31768 wxUSE_DYNAMIC_LOADER
=no
31769 wxUSE_DYNLIB_CLASS
=no
31771 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
31772 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
31779 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
31780 cat >>confdefs.h
<<\_ACEOF
31781 #define wxUSE_DYNAMIC_LOADER 1
31784 elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
31785 cat >>confdefs.h
<<\_ACEOF
31786 #define wxUSE_DYNLIB_CLASS 1
31792 if test "$wxUSE_FONTMAP" = "yes" ; then
31793 cat >>confdefs.h
<<\_ACEOF
31794 #define wxUSE_FONTMAP 1
31799 if test "$wxUSE_UNICODE" = "yes" ; then
31800 cat >>confdefs.h
<<\_ACEOF
31801 #define wxUSE_UNICODE 1
31805 if test "$wxUSE_MSW" != 1; then
31806 wxUSE_UNICODE_MSLU
=no
31809 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
31810 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
31811 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
31812 if test "${ac_cv_lib_unicows_main+set}" = set; then
31813 echo $ECHO_N "(cached) $ECHO_C" >&6
31815 ac_check_lib_save_LIBS
=$LIBS
31816 LIBS
="-lunicows $LIBS"
31817 cat >conftest.
$ac_ext <<_ACEOF
31818 #line $LINENO "configure"
31821 cat confdefs.h
>>conftest.
$ac_ext
31822 cat >>conftest.
$ac_ext <<_ACEOF
31823 /* end confdefs.h. */
31834 rm -f conftest.
$ac_objext conftest
$ac_exeext
31835 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31836 (eval $ac_link) 2>&5
31838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31839 (exit $ac_status); } &&
31840 { ac_try
='test -s conftest$ac_exeext'
31841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31842 (eval $ac_try) 2>&5
31844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31845 (exit $ac_status); }; }; then
31846 ac_cv_lib_unicows_main
=yes
31848 echo "$as_me: failed program was:" >&5
31849 sed 's/^/| /' conftest.
$ac_ext >&5
31851 ac_cv_lib_unicows_main
=no
31853 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
31854 LIBS
=$ac_check_lib_save_LIBS
31856 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
31857 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
31858 if test $ac_cv_lib_unicows_main = yes; then
31860 cat >>confdefs.h
<<\_ACEOF
31861 #define wxUSE_UNICODE_MSLU 1
31867 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
31868 Applications will only run on Windows NT/2000/XP!" >&5
31869 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
31870 Applications will only run on Windows NT/2000/XP!" >&2;}
31871 wxUSE_UNICODE_MSLU
=no
31878 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
31879 cat >>confdefs.h
<<\_ACEOF
31880 #define wxUSE_EXPERIMENTAL_PRINTF 1
31886 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
31887 cat >>confdefs.h
<<\_ACEOF
31888 #define wxUSE_POSTSCRIPT 1
31893 cat >>confdefs.h
<<\_ACEOF
31894 #define wxUSE_AFM_FOR_POSTSCRIPT 1
31898 cat >>confdefs.h
<<\_ACEOF
31899 #define wxUSE_NORMALIZED_PS_FONTS 1
31904 if test "$wxUSE_CONSTRAINTS" = "yes"; then
31905 cat >>confdefs.h
<<\_ACEOF
31906 #define wxUSE_CONSTRAINTS 1
31909 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
31912 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
31915 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
31916 cat >>confdefs.h
<<\_ACEOF
31917 #define wxUSE_MDI_ARCHITECTURE 1
31920 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
31924 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
31925 cat >>confdefs.h
<<\_ACEOF
31926 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
31929 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
31930 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
31931 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
31935 if test "$wxUSE_HELP" = "yes"; then
31936 cat >>confdefs.h
<<\_ACEOF
31937 #define wxUSE_HELP 1
31940 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
31942 if test "$wxUSE_MSW" = 1; then
31943 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
31944 cat >>confdefs.h
<<\_ACEOF
31945 #define wxUSE_MS_HTML_HELP 1
31951 if test "$wxUSE_WXHTML_HELP" = "yes"; then
31952 if test "$wxUSE_HTML" = "yes"; then
31953 cat >>confdefs.h
<<\_ACEOF
31954 #define wxUSE_WXHTML_HELP 1
31958 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
31959 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
31960 wxUSE_WXHTML_HELP
=no
31965 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
31966 if test "$wxUSE_CONSTRAINTS" != "yes"; then
31967 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
31968 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
31970 cat >>confdefs.h
<<\_ACEOF
31971 #define wxUSE_PRINTING_ARCHITECTURE 1
31975 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
31978 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
31979 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
31980 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
31981 { (exit 1); exit 1; }; }
31985 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
31986 -o "$wxUSE_CLIPBOARD" = "yes" \
31987 -o "$wxUSE_OLE" = "yes" \
31988 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
31990 for ac_header
in ole2.h
31992 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31993 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31994 echo "$as_me:$LINENO: checking for $ac_header" >&5
31995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31996 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31997 echo $ECHO_N "(cached) $ECHO_C" >&6
31999 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32000 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32002 # Is the header compilable?
32003 echo "$as_me:$LINENO: checking $ac_header usability" >&5
32004 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32005 cat >conftest.
$ac_ext <<_ACEOF
32006 #line $LINENO "configure"
32009 cat confdefs.h
>>conftest.
$ac_ext
32010 cat >>conftest.
$ac_ext <<_ACEOF
32011 /* end confdefs.h. */
32012 $ac_includes_default
32013 #include <$ac_header>
32015 rm -f conftest.
$ac_objext
32016 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32017 (eval $ac_compile) 2>&5
32019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32020 (exit $ac_status); } &&
32021 { ac_try
='test -s conftest.$ac_objext'
32022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32023 (eval $ac_try) 2>&5
32025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32026 (exit $ac_status); }; }; then
32027 ac_header_compiler
=yes
32029 echo "$as_me: failed program was:" >&5
32030 sed 's/^/| /' conftest.
$ac_ext >&5
32032 ac_header_compiler
=no
32034 rm -f conftest.
$ac_objext conftest.
$ac_ext
32035 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32036 echo "${ECHO_T}$ac_header_compiler" >&6
32038 # Is the header present?
32039 echo "$as_me:$LINENO: checking $ac_header presence" >&5
32040 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32041 cat >conftest.
$ac_ext <<_ACEOF
32042 #line $LINENO "configure"
32045 cat confdefs.h
>>conftest.
$ac_ext
32046 cat >>conftest.
$ac_ext <<_ACEOF
32047 /* end confdefs.h. */
32048 #include <$ac_header>
32050 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32051 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32053 grep -v '^ *+' conftest.er1
>conftest.err
32055 cat conftest.err
>&5
32056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32057 (exit $ac_status); } >/dev
/null
; then
32058 if test -s conftest.err
; then
32059 ac_cpp_err
=$ac_c_preproc_warn_flag
32066 if test -z "$ac_cpp_err"; then
32067 ac_header_preproc
=yes
32069 echo "$as_me: failed program was:" >&5
32070 sed 's/^/| /' conftest.
$ac_ext >&5
32072 ac_header_preproc
=no
32074 rm -f conftest.err conftest.
$ac_ext
32075 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32076 echo "${ECHO_T}$ac_header_preproc" >&6
32078 # So? What about this header?
32079 case $ac_header_compiler:$ac_header_preproc in
32081 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32082 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32083 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32084 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32087 ## ------------------------------------ ##
32088 ## Report this to bug-autoconf@gnu.org. ##
32089 ## ------------------------------------ ##
32092 sed "s/^/$as_me: WARNING: /" >&2
32095 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32096 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32097 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32098 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32099 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32100 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32103 ## ------------------------------------ ##
32104 ## Report this to bug-autoconf@gnu.org. ##
32105 ## ------------------------------------ ##
32108 sed "s/^/$as_me: WARNING: /" >&2
32111 echo "$as_me:$LINENO: checking for $ac_header" >&5
32112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32113 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32114 echo $ECHO_N "(cached) $ECHO_C" >&6
32116 eval "$as_ac_Header=$ac_header_preproc"
32118 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32119 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32122 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32123 cat >>confdefs.h
<<_ACEOF
32124 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32132 if test "$ac_cv_header_ole2_h" = "yes" ; then
32133 if test "$GCC" = yes ; then
32137 ac_cpp
='$CXXCPP $CPPFLAGS'
32138 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32139 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32140 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32143 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
32144 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
32145 cat >conftest.
$ac_ext <<_ACEOF
32146 #line $LINENO "configure"
32149 cat confdefs.h
>>conftest.
$ac_ext
32150 cat >>conftest.
$ac_ext <<_ACEOF
32151 /* end confdefs.h. */
32152 #include <windows.h>
32162 rm -f conftest.
$ac_objext
32163 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32164 (eval $ac_compile) 2>&5
32166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32167 (exit $ac_status); } &&
32168 { ac_try
='test -s conftest.$ac_objext'
32169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32170 (eval $ac_try) 2>&5
32172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32173 (exit $ac_status); }; }; then
32174 echo "$as_me:$LINENO: result: no" >&5
32175 echo "${ECHO_T}no" >&6
32177 echo "$as_me: failed program was:" >&5
32178 sed 's/^/| /' conftest.
$ac_ext >&5
32180 echo "$as_me:$LINENO: result: yes" >&5
32181 echo "${ECHO_T}yes" >&6
32182 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
32184 rm -f conftest.
$ac_objext conftest.
$ac_ext
32186 ac_cpp
='$CPP $CPPFLAGS'
32187 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32188 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32189 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32191 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
32192 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
32193 cat >>confdefs.h
<<\_ACEOF
32194 #define wxUSE_OLE 1
32200 cat >>confdefs.h
<<\_ACEOF
32201 #define wxUSE_DATAOBJ 1
32205 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
32206 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
32209 wxUSE_DRAG_AND_DROP
=no
32214 if test "$wxUSE_METAFILE" = "yes"; then
32215 cat >>confdefs.h
<<\_ACEOF
32216 #define wxUSE_METAFILE 1
32220 cat >>confdefs.h
<<\_ACEOF
32221 #define wxUSE_ENH_METAFILE 1
32227 if test "$wxUSE_IPC" = "yes"; then
32228 if test "$wxUSE_SOCKETS" != "yes"; then
32229 { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5
32230 echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
32233 cat >>confdefs.h
<<\_ACEOF
32234 #define wxUSE_IPC 1
32239 if test "$wxUSE_CLIPBOARD" = "yes"; then
32240 if test "$wxUSE_MGL" = 1; then
32241 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
32242 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
32246 if test "$wxUSE_CLIPBOARD" = "yes"; then
32247 cat >>confdefs.h
<<\_ACEOF
32248 #define wxUSE_CLIPBOARD 1
32252 cat >>confdefs.h
<<\_ACEOF
32253 #define wxUSE_DATAOBJ 1
32259 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
32260 if test "$wxUSE_GTK" = 1; then
32261 if test "$WXGTK12" != 1; then
32262 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
32263 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
32264 wxUSE_DRAG_AND_DROP
=no
32268 if test "$wxUSE_MOTIF" = 1; then
32269 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
32270 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
32271 wxUSE_DRAG_AND_DROP
=no
32274 if test "$wxUSE_X11" = 1; then
32275 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
32276 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
32277 wxUSE_DRAG_AND_DROP
=no
32280 if test "$wxUSE_MGL" = 1; then
32281 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
32282 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
32283 wxUSE_DRAG_AND_DROP
=no
32286 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
32287 cat >>confdefs.h
<<\_ACEOF
32288 #define wxUSE_DRAG_AND_DROP 1
32291 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
32296 if test "$wxUSE_SPLINES" = "yes" ; then
32297 cat >>confdefs.h
<<\_ACEOF
32298 #define wxUSE_SPLINES 1
32305 if test "$wxUSE_CONTROLS" = "yes"; then
32309 if test "$wxUSE_ACCEL" = "yes"; then
32310 cat >>confdefs.h
<<\_ACEOF
32311 #define wxUSE_ACCEL 1
32317 if test "$wxUSE_BUTTON" = "yes"; then
32318 cat >>confdefs.h
<<\_ACEOF
32319 #define wxUSE_BUTTON 1
32325 if test "$wxUSE_BMPBUTTON" = "yes"; then
32326 cat >>confdefs.h
<<\_ACEOF
32327 #define wxUSE_BMPBUTTON 1
32333 if test "$wxUSE_CALCTRL" = "yes"; then
32334 cat >>confdefs.h
<<\_ACEOF
32335 #define wxUSE_CALENDARCTRL 1
32339 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
32342 if test "$wxUSE_CARET" = "yes"; then
32343 cat >>confdefs.h
<<\_ACEOF
32344 #define wxUSE_CARET 1
32348 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
32351 if test "$wxUSE_COMBOBOX" = "yes"; then
32352 cat >>confdefs.h
<<\_ACEOF
32353 #define wxUSE_COMBOBOX 1
32359 if test "$wxUSE_CHOICE" = "yes"; then
32360 cat >>confdefs.h
<<\_ACEOF
32361 #define wxUSE_CHOICE 1
32367 if test "$wxUSE_CHECKBOX" = "yes"; then
32368 cat >>confdefs.h
<<\_ACEOF
32369 #define wxUSE_CHECKBOX 1
32375 if test "$wxUSE_CHECKLST" = "yes"; then
32376 cat >>confdefs.h
<<\_ACEOF
32377 #define wxUSE_CHECKLISTBOX 1
32381 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
32384 if test "$wxUSE_DISPLAY" = "yes"; then
32385 cat >>confdefs.h
<<\_ACEOF
32386 #define wxUSE_DISPLAY 1
32389 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
32392 if test "$wxUSE_GAUGE" = "yes"; then
32393 cat >>confdefs.h
<<\_ACEOF
32394 #define wxUSE_GAUGE 1
32400 if test "$wxUSE_GRID" = "yes"; then
32401 cat >>confdefs.h
<<\_ACEOF
32402 #define wxUSE_GRID 1
32406 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
32409 if test "$wxUSE_IMAGLIST" = "yes"; then
32410 cat >>confdefs.h
<<\_ACEOF
32411 #define wxUSE_IMAGLIST 1
32416 if test "$wxUSE_LISTBOX" = "yes"; then
32417 cat >>confdefs.h
<<\_ACEOF
32418 #define wxUSE_LISTBOX 1
32424 if test "$wxUSE_LISTCTRL" = "yes"; then
32425 if test "$wxUSE_IMAGLIST" = "yes"; then
32426 cat >>confdefs.h
<<\_ACEOF
32427 #define wxUSE_LISTCTRL 1
32431 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
32433 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
32434 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
32438 if test "$wxUSE_NOTEBOOK" = "yes"; then
32439 cat >>confdefs.h
<<\_ACEOF
32440 #define wxUSE_NOTEBOOK 1
32444 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
32448 if test "$wxUSE_RADIOBOX" = "yes"; then
32449 cat >>confdefs.h
<<\_ACEOF
32450 #define wxUSE_RADIOBOX 1
32456 if test "$wxUSE_RADIOBTN" = "yes"; then
32457 cat >>confdefs.h
<<\_ACEOF
32458 #define wxUSE_RADIOBTN 1
32464 if test "$wxUSE_SASH" = "yes"; then
32465 cat >>confdefs.h
<<\_ACEOF
32466 #define wxUSE_SASH 1
32469 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
32472 if test "$wxUSE_SCROLLBAR" = "yes"; then
32473 cat >>confdefs.h
<<\_ACEOF
32474 #define wxUSE_SCROLLBAR 1
32478 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
32481 if test "$wxUSE_SLIDER" = "yes"; then
32482 cat >>confdefs.h
<<\_ACEOF
32483 #define wxUSE_SLIDER 1
32489 if test "$wxUSE_SPINBTN" = "yes"; then
32490 cat >>confdefs.h
<<\_ACEOF
32491 #define wxUSE_SPINBTN 1
32497 if test "$wxUSE_SPINCTRL" = "yes"; then
32498 cat >>confdefs.h
<<\_ACEOF
32499 #define wxUSE_SPINCTRL 1
32505 if test "$wxUSE_SPLITTER" = "yes"; then
32506 cat >>confdefs.h
<<\_ACEOF
32507 #define wxUSE_SPLITTER 1
32510 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
32513 if test "$wxUSE_STATBMP" = "yes"; then
32514 cat >>confdefs.h
<<\_ACEOF
32515 #define wxUSE_STATBMP 1
32521 if test "$wxUSE_STATBOX" = "yes"; then
32522 cat >>confdefs.h
<<\_ACEOF
32523 #define wxUSE_STATBOX 1
32529 if test "$wxUSE_STATTEXT" = "yes"; then
32530 cat >>confdefs.h
<<\_ACEOF
32531 #define wxUSE_STATTEXT 1
32537 if test "$wxUSE_STATLINE" = "yes"; then
32538 cat >>confdefs.h
<<\_ACEOF
32539 #define wxUSE_STATLINE 1
32545 if test "$wxUSE_STATUSBAR" = "yes"; then
32546 cat >>confdefs.h
<<\_ACEOF
32547 #define wxUSE_STATUSBAR 1
32552 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
32555 if test "$wxUSE_TABDIALOG" = "yes"; then
32556 cat >>confdefs.h
<<\_ACEOF
32557 #define wxUSE_TAB_DIALOG 1
32560 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
32563 if test "$wxUSE_TEXTCTRL" = "yes"; then
32564 cat >>confdefs.h
<<\_ACEOF
32565 #define wxUSE_TEXTCTRL 1
32569 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
32572 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32573 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32574 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
32575 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
32578 if test "$wxUSE_UNIVERSAL" = "yes"; then
32579 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
32580 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
32584 if test "$wxUSE_TOGGLEBTN" = "yes"; then
32585 cat >>confdefs.h
<<\_ACEOF
32586 #define wxUSE_TOGGLEBTN 1
32593 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
32594 cat >>confdefs.h
<<\_ACEOF
32595 #define wxUSE_TOOLBAR_SIMPLE 1
32598 wxUSE_TOOLBAR
="yes"
32602 if test "$wxUSE_TOOLBAR" = "yes"; then
32603 cat >>confdefs.h
<<\_ACEOF
32604 #define wxUSE_TOOLBAR 1
32609 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
32610 wxUSE_TOOLBAR_NATIVE
="yes"
32613 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
32614 cat >>confdefs.h
<<\_ACEOF
32615 #define wxUSE_TOOLBAR_NATIVE 1
32621 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
32624 if test "$wxUSE_TOOLTIPS" = "yes"; then
32625 if test "$wxUSE_MOTIF" = 1; then
32626 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
32627 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
32629 if test "$wxUSE_UNIVERSAL" = "yes"; then
32630 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
32631 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
32633 cat >>confdefs.h
<<\_ACEOF
32634 #define wxUSE_TOOLTIPS 1
32641 if test "$wxUSE_TREECTRL" = "yes"; then
32642 if test "$wxUSE_IMAGLIST" = "yes"; then
32643 cat >>confdefs.h
<<\_ACEOF
32644 #define wxUSE_TREECTRL 1
32648 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
32650 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
32651 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
32655 if test "$wxUSE_POPUPWIN" = "yes"; then
32656 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
32657 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
32658 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
32660 if test "$wxUSE_MOTIF" = 1; then
32661 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
32662 echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;}
32664 if test "$wxUSE_PM" = 1; then
32665 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
32666 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
32668 cat >>confdefs.h
<<\_ACEOF
32669 #define wxUSE_POPUPWIN 1
32679 if test "$wxUSE_TIPWINDOW" = "yes"; then
32680 if test "$wxUSE_PM" = 1; then
32681 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
32682 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
32684 cat >>confdefs.h
<<\_ACEOF
32685 #define wxUSE_TIPWINDOW 1
32691 if test "$USES_CONTROLS" = 1; then
32692 cat >>confdefs.h
<<\_ACEOF
32693 #define wxUSE_CONTROLS 1
32700 if test "$wxUSE_DRAGIMAGE" = "yes"; then
32701 cat >>confdefs.h
<<\_ACEOF
32702 #define wxUSE_DRAGIMAGE 1
32705 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
32708 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
32709 cat >>confdefs.h
<<\_ACEOF
32710 #define wxUSE_ACCESSIBILITY 1
32713 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
32716 if test "$wxUSE_MENUS" = "yes"; then
32717 cat >>confdefs.h
<<\_ACEOF
32718 #define wxUSE_MENUS 1
32721 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
32724 if test "$wxUSE_METAFILE" = "yes"; then
32725 cat >>confdefs.h
<<\_ACEOF
32726 #define wxUSE_METAFILE 1
32731 if test "$wxUSE_MIMETYPE" = "yes"; then
32732 cat >>confdefs.h
<<\_ACEOF
32733 #define wxUSE_MIMETYPE 1
32738 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
32739 cat >>confdefs.h
<<\_ACEOF
32740 #define wxUSE_SYSTEM_OPTIONS 1
32743 if test "$TOOLKIT" = "MSW"; then
32744 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
32749 if test "$wxUSE_PROTOCOL" = "yes"; then
32750 if test "$wxUSE_SOCKETS" != "yes"; then
32751 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
32752 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
32756 if test "$wxUSE_PROTOCOL" = "yes"; then
32757 cat >>confdefs.h
<<\_ACEOF
32758 #define wxUSE_PROTOCOL 1
32762 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
32763 cat >>confdefs.h
<<\_ACEOF
32764 #define wxUSE_PROTOCOL_HTTP 1
32768 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
32769 cat >>confdefs.h
<<\_ACEOF
32770 #define wxUSE_PROTOCOL_FTP 1
32774 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
32775 cat >>confdefs.h
<<\_ACEOF
32776 #define wxUSE_PROTOCOL_FILE 1
32783 if test "$wxUSE_URL" = "yes"; then
32784 if test "$wxUSE_PROTOCOL" != "yes"; then
32785 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
32786 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
32789 if test "$wxUSE_URL" = "yes"; then
32790 cat >>confdefs.h
<<\_ACEOF
32791 #define wxUSE_URL 1
32797 if test "$wxUSE_MINIFRAME" = "yes"; then
32798 cat >>confdefs.h
<<\_ACEOF
32799 #define wxUSE_MINIFRAME 1
32802 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
32805 if test "$wxUSE_HTML" = "yes"; then
32806 cat >>confdefs.h
<<\_ACEOF
32807 #define wxUSE_HTML 1
32810 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html htlbox"
32813 if test "$wxUSE_VALIDATORS" = "yes"; then
32814 cat >>confdefs.h
<<\_ACEOF
32815 #define wxUSE_VALIDATORS 1
32818 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
32821 if test "$wxUSE_PALETTE" = "yes" ; then
32822 cat >>confdefs.h
<<\_ACEOF
32823 #define wxUSE_PALETTE 1
32828 if test "$wxUSE_IMAGE" = "yes" ; then
32829 cat >>confdefs.h
<<\_ACEOF
32830 #define wxUSE_IMAGE 1
32835 if test "$wxUSE_GIF" = "yes" ; then
32836 cat >>confdefs.h
<<\_ACEOF
32837 #define wxUSE_GIF 1
32842 if test "$wxUSE_PCX" = "yes" ; then
32843 cat >>confdefs.h
<<\_ACEOF
32844 #define wxUSE_PCX 1
32849 if test "$wxUSE_IFF" = "yes" ; then
32850 cat >>confdefs.h
<<\_ACEOF
32851 #define wxUSE_IFF 1
32856 if test "$wxUSE_PNM" = "yes" ; then
32857 cat >>confdefs.h
<<\_ACEOF
32858 #define wxUSE_PNM 1
32863 if test "$wxUSE_XPM" = "yes" ; then
32864 cat >>confdefs.h
<<\_ACEOF
32865 #define wxUSE_XPM 1
32870 if test "$wxUSE_ICO_CUR" = "yes" ; then
32871 cat >>confdefs.h
<<\_ACEOF
32872 #define wxUSE_ICO_CUR 1
32877 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
32878 LIBS
=" -lunicows $LIBS"
32882 if test "$wxUSE_CHOICEDLG" = "yes"; then
32883 cat >>confdefs.h
<<\_ACEOF
32884 #define wxUSE_CHOICEDLG 1
32889 if test "$wxUSE_COLOURDLG" = "yes"; then
32890 cat >>confdefs.h
<<\_ACEOF
32891 #define wxUSE_COLOURDLG 1
32896 if test "$wxUSE_FILEDLG" = "yes"; then
32897 cat >>confdefs.h
<<\_ACEOF
32898 #define wxUSE_FILEDLG 1
32903 if test "$wxUSE_FINDREPLDLG" = "yes"; then
32904 cat >>confdefs.h
<<\_ACEOF
32905 #define wxUSE_FINDREPLDLG 1
32910 if test "$wxUSE_FONTDLG" = "yes"; then
32911 cat >>confdefs.h
<<\_ACEOF
32912 #define wxUSE_FONTDLG 1
32917 if test "$wxUSE_DIRDLG" = "yes"; then
32918 if test "$wxUSE_TREECTRL" != "yes"; then
32919 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
32920 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
32922 cat >>confdefs.h
<<\_ACEOF
32923 #define wxUSE_DIRDLG 1
32929 if test "$wxUSE_MSGDLG" = "yes"; then
32930 cat >>confdefs.h
<<\_ACEOF
32931 #define wxUSE_MSGDLG 1
32936 if test "$wxUSE_NUMBERDLG" = "yes"; then
32937 cat >>confdefs.h
<<\_ACEOF
32938 #define wxUSE_NUMBERDLG 1
32943 if test "$wxUSE_PROGRESSDLG" = "yes"; then
32944 if test "$wxUSE_CONSTRAINTS" != "yes"; then
32945 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
32946 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
32948 cat >>confdefs.h
<<\_ACEOF
32949 #define wxUSE_PROGRESSDLG 1
32955 if test "$wxUSE_SPLASH" = "yes"; then
32956 cat >>confdefs.h
<<\_ACEOF
32957 #define wxUSE_SPLASH 1
32962 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
32963 if test "$wxUSE_CONSTRAINTS" != "yes"; then
32964 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
32965 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
32967 cat >>confdefs.h
<<\_ACEOF
32968 #define wxUSE_STARTUP_TIPS 1
32974 if test "$wxUSE_TEXTDLG" = "yes"; then
32975 cat >>confdefs.h
<<\_ACEOF
32976 #define wxUSE_TEXTDLG 1
32981 if test "$wxUSE_WIZARDDLG" = "yes"; then
32982 cat >>confdefs.h
<<\_ACEOF
32983 #define wxUSE_WIZARDDLG 1
32986 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
32990 if test "$cross_compiling" = "yes"; then
32993 OSINFO
=`uname -s -r -m`
32994 OSINFO
="\"$OSINFO\""
32997 cat >>confdefs.h
<<_ACEOF
32998 #define WXWIN_OS_DESCRIPTION $OSINFO
33003 if test "x$prefix" != "xNONE"; then
33006 wxPREFIX
=$ac_default_prefix
33009 cat >>confdefs.h
<<_ACEOF
33010 #define wxINSTALL_PREFIX "$wxPREFIX"
33014 top_builddir_wxconfig
=`pwd`
33019 if test "$wxUSE_MAC" = 1 ; then
33020 LDFLAGS
="$LDFLAGS -framework Carbon -framework System"
33022 if test "$wxUSE_COCOA" = 1 ; then
33023 LDFLAGS
="$LDFLAGS -framework Cocoa -framework System"
33027 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
33034 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33035 echo "$as_me:$LINENO: checking for $ac_func" >&5
33036 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33037 if eval "test \"\${$as_ac_var+set}\" = set"; then
33038 echo $ECHO_N "(cached) $ECHO_C" >&6
33040 cat >conftest.
$ac_ext <<_ACEOF
33041 #line $LINENO "configure"
33044 cat confdefs.h
>>conftest.
$ac_ext
33045 cat >>conftest.
$ac_ext <<_ACEOF
33046 /* end confdefs.h. */
33047 /* System header to define __stub macros and hopefully few prototypes,
33048 which can conflict with char $ac_func (); below.
33049 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33050 <limits.h> exists even on freestanding compilers. */
33052 # include <limits.h>
33054 # include <assert.h>
33056 /* Override any gcc2 internal prototype to avoid an error. */
33061 /* We use char because int might match the return type of a gcc2
33062 builtin and then its argument prototype would still apply. */
33064 /* The GNU C library defines this for functions which it implements
33065 to always fail with ENOSYS. Some functions are actually named
33066 something starting with __ and the normal name is an alias. */
33067 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33070 char (*f) () = $ac_func;
33079 return f != $ac_func;
33084 rm -f conftest.
$ac_objext conftest
$ac_exeext
33085 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33086 (eval $ac_link) 2>&5
33088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33089 (exit $ac_status); } &&
33090 { ac_try
='test -s conftest$ac_exeext'
33091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33092 (eval $ac_try) 2>&5
33094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33095 (exit $ac_status); }; }; then
33096 eval "$as_ac_var=yes"
33098 echo "$as_me: failed program was:" >&5
33099 sed 's/^/| /' conftest.
$ac_ext >&5
33101 eval "$as_ac_var=no"
33103 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33105 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33106 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33107 if test `eval echo '${'$as_ac_var'}'` = yes; then
33108 cat >>confdefs.h
<<_ACEOF
33109 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33116 for ac_func
in floor
33118 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33119 echo "$as_me:$LINENO: checking for $ac_func" >&5
33120 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33121 if eval "test \"\${$as_ac_var+set}\" = set"; then
33122 echo $ECHO_N "(cached) $ECHO_C" >&6
33124 cat >conftest.
$ac_ext <<_ACEOF
33125 #line $LINENO "configure"
33128 cat confdefs.h
>>conftest.
$ac_ext
33129 cat >>conftest.
$ac_ext <<_ACEOF
33130 /* end confdefs.h. */
33131 /* System header to define __stub macros and hopefully few prototypes,
33132 which can conflict with char $ac_func (); below.
33133 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33134 <limits.h> exists even on freestanding compilers. */
33136 # include <limits.h>
33138 # include <assert.h>
33140 /* Override any gcc2 internal prototype to avoid an error. */
33145 /* We use char because int might match the return type of a gcc2
33146 builtin and then its argument prototype would still apply. */
33148 /* The GNU C library defines this for functions which it implements
33149 to always fail with ENOSYS. Some functions are actually named
33150 something starting with __ and the normal name is an alias. */
33151 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33154 char (*f) () = $ac_func;
33163 return f != $ac_func;
33168 rm -f conftest.
$ac_objext conftest
$ac_exeext
33169 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33170 (eval $ac_link) 2>&5
33172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33173 (exit $ac_status); } &&
33174 { ac_try
='test -s conftest$ac_exeext'
33175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33176 (eval $ac_try) 2>&5
33178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33179 (exit $ac_status); }; }; then
33180 eval "$as_ac_var=yes"
33182 echo "$as_me: failed program was:" >&5
33183 sed 's/^/| /' conftest.
$ac_ext >&5
33185 eval "$as_ac_var=no"
33187 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33189 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33190 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33191 if test `eval echo '${'$as_ac_var'}'` = yes; then
33192 cat >>confdefs.h
<<_ACEOF
33193 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33199 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
33200 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
33201 if test "$have_cos" = 1 -a "$have_floor" = 1; then
33202 echo "$as_me:$LINENO: result: yes" >&5
33203 echo "${ECHO_T}yes" >&6
33205 echo "$as_me:$LINENO: result: no" >&5
33206 echo "${ECHO_T}no" >&6
33208 # use different functions to avoid configure caching
33214 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33215 echo "$as_me:$LINENO: checking for $ac_func" >&5
33216 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33217 if eval "test \"\${$as_ac_var+set}\" = set"; then
33218 echo $ECHO_N "(cached) $ECHO_C" >&6
33220 cat >conftest.
$ac_ext <<_ACEOF
33221 #line $LINENO "configure"
33224 cat confdefs.h
>>conftest.
$ac_ext
33225 cat >>conftest.
$ac_ext <<_ACEOF
33226 /* end confdefs.h. */
33227 /* System header to define __stub macros and hopefully few prototypes,
33228 which can conflict with char $ac_func (); below.
33229 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33230 <limits.h> exists even on freestanding compilers. */
33232 # include <limits.h>
33234 # include <assert.h>
33236 /* Override any gcc2 internal prototype to avoid an error. */
33241 /* We use char because int might match the return type of a gcc2
33242 builtin and then its argument prototype would still apply. */
33244 /* The GNU C library defines this for functions which it implements
33245 to always fail with ENOSYS. Some functions are actually named
33246 something starting with __ and the normal name is an alias. */
33247 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33250 char (*f) () = $ac_func;
33259 return f != $ac_func;
33264 rm -f conftest.
$ac_objext conftest
$ac_exeext
33265 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33266 (eval $ac_link) 2>&5
33268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33269 (exit $ac_status); } &&
33270 { ac_try
='test -s conftest$ac_exeext'
33271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33272 (eval $ac_try) 2>&5
33274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33275 (exit $ac_status); }; }; then
33276 eval "$as_ac_var=yes"
33278 echo "$as_me: failed program was:" >&5
33279 sed 's/^/| /' conftest.
$ac_ext >&5
33281 eval "$as_ac_var=no"
33283 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33285 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33286 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33287 if test `eval echo '${'$as_ac_var'}'` = yes; then
33288 cat >>confdefs.h
<<_ACEOF
33289 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33296 for ac_func
in ceil
33298 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33299 echo "$as_me:$LINENO: checking for $ac_func" >&5
33300 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33301 if eval "test \"\${$as_ac_var+set}\" = set"; then
33302 echo $ECHO_N "(cached) $ECHO_C" >&6
33304 cat >conftest.
$ac_ext <<_ACEOF
33305 #line $LINENO "configure"
33308 cat confdefs.h
>>conftest.
$ac_ext
33309 cat >>conftest.
$ac_ext <<_ACEOF
33310 /* end confdefs.h. */
33311 /* System header to define __stub macros and hopefully few prototypes,
33312 which can conflict with char $ac_func (); below.
33313 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33314 <limits.h> exists even on freestanding compilers. */
33316 # include <limits.h>
33318 # include <assert.h>
33320 /* Override any gcc2 internal prototype to avoid an error. */
33325 /* We use char because int might match the return type of a gcc2
33326 builtin and then its argument prototype would still apply. */
33328 /* The GNU C library defines this for functions which it implements
33329 to always fail with ENOSYS. Some functions are actually named
33330 something starting with __ and the normal name is an alias. */
33331 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33334 char (*f) () = $ac_func;
33343 return f != $ac_func;
33348 rm -f conftest.
$ac_objext conftest
$ac_exeext
33349 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33350 (eval $ac_link) 2>&5
33352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33353 (exit $ac_status); } &&
33354 { ac_try
='test -s conftest$ac_exeext'
33355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33356 (eval $ac_try) 2>&5
33358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33359 (exit $ac_status); }; }; then
33360 eval "$as_ac_var=yes"
33362 echo "$as_me: failed program was:" >&5
33363 sed 's/^/| /' conftest.
$ac_ext >&5
33365 eval "$as_ac_var=no"
33367 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
33369 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33370 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33371 if test `eval echo '${'$as_ac_var'}'` = yes; then
33372 cat >>confdefs.h
<<_ACEOF
33373 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33379 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
33380 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
33381 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
33382 echo "$as_me:$LINENO: result: yes" >&5
33383 echo "${ECHO_T}yes" >&6
33385 echo "$as_me:$LINENO: result: no" >&5
33386 echo "${ECHO_T}no" >&6
33387 # not sure we should warn the user, crash, etc.
33391 if test "$wxUSE_GUI" = "yes"; then
33393 LIBS
="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
33396 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs \
33397 drawing dynamic erase event exec font image \
33398 minimal propsize rotate shaped widgets"
33400 SAMPLES_SUBDIRS
="console"
33404 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
33405 -I\${top_srcdir}/include \
33406 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
33409 if test "$wxUSE_GTK" = 1; then
33412 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
33415 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
33428 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
33430 if test $wxUSE_MONOLITHIC = "yes" ; then
33442 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr [A-Z] [a-z]`
33448 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
33450 if test -n "$ac_tool_prefix"; then
33451 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
33452 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
33453 echo "$as_me:$LINENO: checking for $ac_word" >&5
33454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33455 if test "${ac_cv_prog_RANLIB+set}" = set; then
33456 echo $ECHO_N "(cached) $ECHO_C" >&6
33458 if test -n "$RANLIB"; then
33459 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
33461 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33462 for as_dir
in $PATH
33465 test -z "$as_dir" && as_dir
=.
33466 for ac_exec_ext
in '' $ac_executable_extensions; do
33467 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33468 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
33469 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33477 RANLIB
=$ac_cv_prog_RANLIB
33478 if test -n "$RANLIB"; then
33479 echo "$as_me:$LINENO: result: $RANLIB" >&5
33480 echo "${ECHO_T}$RANLIB" >&6
33482 echo "$as_me:$LINENO: result: no" >&5
33483 echo "${ECHO_T}no" >&6
33487 if test -z "$ac_cv_prog_RANLIB"; then
33488 ac_ct_RANLIB
=$RANLIB
33489 # Extract the first word of "ranlib", so it can be a program name with args.
33490 set dummy ranlib
; ac_word
=$2
33491 echo "$as_me:$LINENO: checking for $ac_word" >&5
33492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33493 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
33494 echo $ECHO_N "(cached) $ECHO_C" >&6
33496 if test -n "$ac_ct_RANLIB"; then
33497 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
33499 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33500 for as_dir
in $PATH
33503 test -z "$as_dir" && as_dir
=.
33504 for ac_exec_ext
in '' $ac_executable_extensions; do
33505 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33506 ac_cv_prog_ac_ct_RANLIB
="ranlib"
33507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33513 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
33516 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
33517 if test -n "$ac_ct_RANLIB"; then
33518 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
33519 echo "${ECHO_T}$ac_ct_RANLIB" >&6
33521 echo "$as_me:$LINENO: result: no" >&5
33522 echo "${ECHO_T}no" >&6
33525 RANLIB
=$ac_ct_RANLIB
33527 RANLIB
="$ac_cv_prog_RANLIB"
33530 # Find a good install program. We prefer a C program (faster),
33531 # so one script is as good as another. But avoid the broken or
33532 # incompatible versions:
33533 # SysV /etc/install, /usr/sbin/install
33534 # SunOS /usr/etc/install
33535 # IRIX /sbin/install
33537 # AmigaOS /C/install, which installs bootblocks on floppy discs
33538 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
33539 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
33540 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
33541 # ./install, which can be erroneously created by make from ./install.sh.
33542 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
33543 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
33544 if test -z "$INSTALL"; then
33545 if test "${ac_cv_path_install+set}" = set; then
33546 echo $ECHO_N "(cached) $ECHO_C" >&6
33548 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33549 for as_dir
in $PATH
33552 test -z "$as_dir" && as_dir
=.
33553 # Account for people who put trailing slashes in PATH elements.
33555 .
/ | .
// | /cC
/* | \
33556 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
33559 # OSF1 and SCO ODT 3.0 have their own names for install.
33560 # Don't use installbsd from OSF since it installs stuff as root
33562 for ac_prog
in ginstall scoinst
install; do
33563 for ac_exec_ext
in '' $ac_executable_extensions; do
33564 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
33565 if test $ac_prog = install &&
33566 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
33567 # AIX install. It has an incompatible calling convention.
33569 elif test $ac_prog = install &&
33570 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
33571 # program-specific install script used by HP pwplus--don't use.
33574 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
33586 if test "${ac_cv_path_install+set}" = set; then
33587 INSTALL
=$ac_cv_path_install
33589 # As a last resort, use the slow shell script. We don't cache a
33590 # path for INSTALL within a source directory, because that will
33591 # break other packages using the cache if that directory is
33592 # removed, or if the path is relative.
33593 INSTALL
=$ac_install_sh
33596 echo "$as_me:$LINENO: result: $INSTALL" >&5
33597 echo "${ECHO_T}$INSTALL" >&6
33599 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
33600 # It thinks the first close brace ends the variable substitution.
33601 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
33603 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
33605 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
33607 echo "$as_me:$LINENO: checking whether ln -s works" >&5
33608 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
33610 if test "$LN_S" = "ln -s"; then
33611 echo "$as_me:$LINENO: result: yes" >&5
33612 echo "${ECHO_T}yes" >&6
33614 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
33615 echo "${ECHO_T}no, using $LN_S" >&6
33619 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
33620 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
33621 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,./+-,__p_,'`
33622 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
33623 echo $ECHO_N "(cached) $ECHO_C" >&6
33625 cat >conftest.
make <<\_ACEOF
33627 @
echo 'ac_maketemp="$(MAKE)"'
33629 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
33630 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
33631 if test -n "$ac_maketemp"; then
33632 eval ac_cv_prog_make_
${ac_make}_set
=yes
33634 eval ac_cv_prog_make_
${ac_make}_set
=no
33636 rm -f conftest.
make
33638 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
33639 echo "$as_me:$LINENO: result: yes" >&5
33640 echo "${ECHO_T}yes" >&6
33643 echo "$as_me:$LINENO: result: no" >&5
33644 echo "${ECHO_T}no" >&6
33645 SET_MAKE
="MAKE=${MAKE-make}"
33650 if test "$build" != "$host" ; then
33652 STRIP
=$host_alias-strip
33654 # Extract the first word of "ar", so it can be a program name with args.
33655 set dummy
ar; ac_word
=$2
33656 echo "$as_me:$LINENO: checking for $ac_word" >&5
33657 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33658 if test "${ac_cv_prog_AR+set}" = set; then
33659 echo $ECHO_N "(cached) $ECHO_C" >&6
33661 if test -n "$AR"; then
33662 ac_cv_prog_AR
="$AR" # Let the user override the test.
33664 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33665 for as_dir
in $PATH
33668 test -z "$as_dir" && as_dir
=.
33669 for ac_exec_ext
in '' $ac_executable_extensions; do
33670 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33672 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33678 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
33682 if test -n "$AR"; then
33683 echo "$as_me:$LINENO: result: $AR" >&5
33684 echo "${ECHO_T}$AR" >&6
33686 echo "$as_me:$LINENO: result: no" >&5
33687 echo "${ECHO_T}no" >&6
33690 # Extract the first word of "strip", so it can be a program name with args.
33691 set dummy strip
; ac_word
=$2
33692 echo "$as_me:$LINENO: checking for $ac_word" >&5
33693 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33694 if test "${ac_cv_prog_STRIP+set}" = set; then
33695 echo $ECHO_N "(cached) $ECHO_C" >&6
33697 if test -n "$STRIP"; then
33698 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
33700 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33701 for as_dir
in $PATH
33704 test -z "$as_dir" && as_dir
=.
33705 for ac_exec_ext
in '' $ac_executable_extensions; do
33706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33707 ac_cv_prog_STRIP
="strip"
33708 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33714 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
33717 STRIP
=$ac_cv_prog_STRIP
33718 if test -n "$STRIP"; then
33719 echo "$as_me:$LINENO: result: $STRIP" >&5
33720 echo "${ECHO_T}$STRIP" >&6
33722 echo "$as_me:$LINENO: result: no" >&5
33723 echo "${ECHO_T}no" >&6
33730 INSTALL_DIR
="mkdir"
33732 *) INSTALL_DIR
="$INSTALL -d"
33739 *-*-cygwin* | *-*-mingw32* )
33740 LDFLAGS_GUI
="-Wl,--subsystem,windows -mwindows"
33746 echo "$as_me:$LINENO: checking if make is GNU make" >&5
33747 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
33748 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
33749 echo $ECHO_N "(cached) $ECHO_C" >&6
33752 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
33753 egrep -s GNU
> /dev
/null
); then
33754 bakefile_cv_prog_makeisgnu
="yes"
33756 bakefile_cv_prog_makeisgnu
="no"
33760 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
33761 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
33763 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
33778 *-*-cygwin* | *-*-mingw32* )
33781 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
33784 powerpc
-*-darwin* )
33811 *-*-cygwin* | *-*-mingw32* )
33816 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
33820 powerpc
-*-darwin* )
33830 SHARED_LD_CC
="\$(CC) -shared -o"
33831 SHARED_LD_CXX
="\$(CXX) -shared -o"
33833 if test "x$GCC" = "xyes"; then
33839 if test "x$GCC" = "xyes"; then
33840 SHARED_LD_CC
="${CC} -shared ${PIC_FLAG} -o"
33841 SHARED_LD_CXX
="${CXX} -shared ${PIC_FLAG} -o"
33843 LDFLAGS
="$LDFLAGS -L/usr/lib"
33845 SHARED_LD_CC
="${CC} -b -o"
33846 SHARED_LD_CXX
="${CXX} -b -o"
33852 if test "x$GCC" != "xyes"; then
33853 echo "$as_me:$LINENO: checking for Intel compiler" >&5
33854 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
33855 if test "${bakefile_cv_prog_icc+set}" = set; then
33856 echo $ECHO_N "(cached) $ECHO_C" >&6
33859 cat >conftest.
$ac_ext <<_ACEOF
33860 #line $LINENO "configure"
33863 cat confdefs.h
>>conftest.
$ac_ext
33864 cat >>conftest.
$ac_ext <<_ACEOF
33865 /* end confdefs.h. */
33871 #ifndef __INTEL_COMPILER
33879 rm -f conftest.
$ac_objext
33880 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33881 (eval $ac_compile) 2>&5
33883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33884 (exit $ac_status); } &&
33885 { ac_try
='test -s conftest.$ac_objext'
33886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33887 (eval $ac_try) 2>&5
33889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33890 (exit $ac_status); }; }; then
33891 bakefile_cv_prog_icc
=yes
33893 echo "$as_me: failed program was:" >&5
33894 sed 's/^/| /' conftest.
$ac_ext >&5
33896 bakefile_cv_prog_icc
=no
33899 rm -f conftest.
$ac_objext conftest.
$ac_ext
33902 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
33903 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
33904 if test "$bakefile_cv_prog_icc" = "yes"; then
33911 if test "x$GCC" != xyes
; then
33912 SHARED_LD_CC
="${CC} -G -o"
33913 SHARED_LD_CXX
="${CXX} -G -o"
33919 CFLAGS
="$CFLAGS -fno-common"
33920 CXXFLAGS
="$CXXFLAGS -fno-common"
33923 cat <<EOF >shared-ld-sh
33925 #-----------------------------------------------------------------------------
33926 #-- Name: distrib/mac/shared-ld-sh
33927 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
33928 #-- Author: Gilles Depeyrot
33929 #-- Copyright: (c) 2002 Gilles Depeyrot
33930 #-- Licence: any use permitted
33931 #-----------------------------------------------------------------------------
33937 while test \${#} -gt 0; do
33944 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
33945 # collect these options and values
33946 args="\${args} \${1} \${2}"
33950 -l*|-L*|-flat_namespace)
33951 # collect these options
33952 args="\${args} \${1}"
33956 # skip these options
33960 echo "shared-ld: unhandled option '\${1}'"
33965 # collect object files
33966 objects="\${objects} \${1}"
33970 echo "shared-ld: unhandled argument '\${1}'"
33979 # Link one module containing all the others
33981 if test \${verbose} = 1; then
33982 echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o"
33984 c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o
33986 if test \${status} != 0; then
33991 # Link the shared library from the single module created
33993 if test \${verbose} = 1; then
33994 echo "cc -dynamiclib master.\$\$.o \${args}"
33996 c++ -dynamiclib master.\$\$.o \${args}
33998 if test \${status} != 0; then
34003 # Remove intermediate module
34005 rm -f master.\$\$.o
34009 chmod +x shared
-ld-sh
34011 SHARED_LD_CC
="`pwd`/shared-ld-sh -undefined suppress -flat_namespace -o"
34012 SHARED_LD_CXX
="$SHARED_LD_CC"
34013 PIC_FLAG
="-dynamic -fPIC"
34017 if test "x$GCC" != "xyes"; then
34018 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
34019 set dummy makeC
++SharedLib
; ac_word
=$2
34020 echo "$as_me:$LINENO: checking for $ac_word" >&5
34021 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34022 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
34023 echo $ECHO_N "(cached) $ECHO_C" >&6
34025 if test -n "$AIX_CXX_LD"; then
34026 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
34028 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34029 for as_dir
in $PATH
34032 test -z "$as_dir" && as_dir
=.
34033 for ac_exec_ext
in '' $ac_executable_extensions; do
34034 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34035 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
34036 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34042 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
34045 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
34046 if test -n "$AIX_CXX_LD"; then
34047 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
34048 echo "${ECHO_T}$AIX_CXX_LD" >&6
34050 echo "$as_me:$LINENO: result: no" >&5
34051 echo "${ECHO_T}no" >&6
34054 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
34055 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
34060 SHARED_LD_CC
="${LD} -shared -o"
34061 SHARED_LD_CXX
="${LD} -shared -o"
34065 if test "x$GCC" != "xyes"; then
34070 *-*-cygwin* | *-*-mingw32* )
34074 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
34082 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
34083 echo "$as_me: error: unknown system type $host." >&2;}
34084 { (exit 1); exit 1; }; }
34101 SONAME_FLAG
="-Wl,-soname,"
34129 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
34130 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
34133 if test "x$GCC" = "xyes"; then
34136 echo "$as_me:$LINENO: result: gcc" >&5
34137 echo "${ECHO_T}gcc" >&6
34139 echo "$as_me:$LINENO: result: none" >&5
34140 echo "${ECHO_T}none" >&6
34143 if test $DEPS_TRACKING = 1 ; then
34147 # This script is part of Bakefile (http://bakefile.sf.net) autoconf script.
34148 # It is used to track C/C++ files dependencies in portable way.
34150 # Permission is given to use this file in any way.
34157 if test \$DEPSMODE = gcc ; then
34160 if test \${status} != 0 ; then
34163 # move created file to the location we want it in:
34164 while test \${#} -gt 0; do
34178 depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\`
34179 depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\`
34180 if test -f \$depfile ; then
34181 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34184 depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
34185 if test -f \$depfile ; then
34186 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34206 *-*-cygwin* | *-*-mingw32* )
34207 if test "$build" != "$host" ; then
34208 RESCOMP
=$host_alias-windres
34210 # Extract the first word of "windres", so it can be a program name with args.
34211 set dummy windres
; ac_word
=$2
34212 echo "$as_me:$LINENO: checking for $ac_word" >&5
34213 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34214 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34215 echo $ECHO_N "(cached) $ECHO_C" >&6
34217 if test -n "$RESCOMP"; then
34218 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
34220 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34221 for as_dir
in $PATH
34224 test -z "$as_dir" && as_dir
=.
34225 for ac_exec_ext
in '' $ac_executable_extensions; do
34226 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34227 ac_cv_prog_RESCOMP
="windres"
34228 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34234 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
34237 RESCOMP
=$ac_cv_prog_RESCOMP
34238 if test -n "$RESCOMP"; then
34239 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34240 echo "${ECHO_T}$RESCOMP" >&6
34242 echo "$as_me:$LINENO: result: no" >&5
34243 echo "${ECHO_T}no" >&6
34250 # Extract the first word of "Rez", so it can be a program name with args.
34251 set dummy Rez
; ac_word
=$2
34252 echo "$as_me:$LINENO: checking for $ac_word" >&5
34253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34254 if test "${ac_cv_prog_RESCOMP+set}" = set; then
34255 echo $ECHO_N "(cached) $ECHO_C" >&6
34257 if test -n "$RESCOMP"; then
34258 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
34260 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34261 for as_dir
in $PATH
34264 test -z "$as_dir" && as_dir
=.
34265 for ac_exec_ext
in '' $ac_executable_extensions; do
34266 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34267 ac_cv_prog_RESCOMP
="Rez"
34268 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34274 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
34277 RESCOMP
=$ac_cv_prog_RESCOMP
34278 if test -n "$RESCOMP"; then
34279 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34280 echo "${ECHO_T}$RESCOMP" >&6
34282 echo "$as_me:$LINENO: result: no" >&5
34283 echo "${ECHO_T}no" >&6
34286 # Extract the first word of "SetFile", so it can be a program name with args.
34287 set dummy SetFile
; ac_word
=$2
34288 echo "$as_me:$LINENO: checking for $ac_word" >&5
34289 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34290 if test "${ac_cv_prog_SETFILE+set}" = set; then
34291 echo $ECHO_N "(cached) $ECHO_C" >&6
34293 if test -n "$SETFILE"; then
34294 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
34296 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34297 for as_dir
in $PATH
34300 test -z "$as_dir" && as_dir
=.
34301 for ac_exec_ext
in '' $ac_executable_extensions; do
34302 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34303 ac_cv_prog_SETFILE
="SetFile"
34304 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34310 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
34313 SETFILE
=$ac_cv_prog_SETFILE
34314 if test -n "$SETFILE"; then
34315 echo "$as_me:$LINENO: result: $SETFILE" >&5
34316 echo "${ECHO_T}$SETFILE" >&6
34318 echo "$as_me:$LINENO: result: no" >&5
34319 echo "${ECHO_T}no" >&6
34332 if test "x$UNICODE" = "x1" ; then
34336 COND_BUILD_DEBUG
="#"
34337 if test "x$BUILD" = "xdebug" ; then
34341 COND_WXUSE_REGEX_BUILTIN
="#"
34342 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
34343 COND_WXUSE_REGEX_BUILTIN
=
34346 COND_DEPS_TRACKING_1
="#"
34347 if test "x$DEPS_TRACKING" = "x1" ; then
34348 COND_DEPS_TRACKING_1
=
34351 COND_DEPS_TRACKING_0
="#"
34352 if test "x$DEPS_TRACKING" = "x0" ; then
34353 COND_DEPS_TRACKING_0
=
34356 COND_PLATFORM_UNIX_1
="#"
34357 if test "x$PLATFORM_UNIX" = "x1" ; then
34358 COND_PLATFORM_UNIX_1
=
34361 COND_PLATFORM_WIN32_1
="#"
34362 if test "x$PLATFORM_WIN32" = "x1" ; then
34363 COND_PLATFORM_WIN32_1
=
34366 COND_WXUSE_LIBPNG_BUILTIN
="#"
34367 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
34368 COND_WXUSE_LIBPNG_BUILTIN
=
34371 COND_BUILD_RELEASE
="#"
34372 if test "x$BUILD" = "xrelease" ; then
34373 COND_BUILD_RELEASE
=
34376 COND_WXUSE_LIBTIFF_BUILTIN
="#"
34377 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
34378 COND_WXUSE_LIBTIFF_BUILTIN
=
34381 COND_WXUSE_LIBJPEG_BUILTIN
="#"
34382 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
34383 COND_WXUSE_LIBJPEG_BUILTIN
=
34387 if test "x$WXUNIV" = "x1" ; then
34391 COND_WXUSE_ZLIB_BUILTIN
="#"
34392 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
34393 COND_WXUSE_ZLIB_BUILTIN
=
34396 COND_PLATFORM_MAC_1
="#"
34397 if test "x$PLATFORM_MAC" = "x1" ; then
34398 COND_PLATFORM_MAC_1
=
34401 COND_WXUSE_ODBC_BUILTIN
="#"
34402 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
34403 COND_WXUSE_ODBC_BUILTIN
=
34406 COND_TOOLKIT_MAC
="#"
34407 if test "x$TOOLKIT" = "xMAC" ; then
34411 COND_MONOLITHIC_0
="#"
34412 if test "x$MONOLITHIC" = "x0" ; then
34416 COND_PLATFORM_WIN32_0
="#"
34417 if test "x$PLATFORM_WIN32" = "x0" ; then
34418 COND_PLATFORM_WIN32_0
=
34421 COND_MONOLITHIC_1
="#"
34422 if test "x$MONOLITHIC" = "x1" ; then
34427 if test "x$USE_GUI" = "x0" ; then
34432 if test "x$USE_GUI" = "x1" ; then
34437 if test "x$SHARED" = "x1" ; then
34441 COND_SHARED_1_MONOLITHIC_0
="#"
34442 if test "x$SHARED" = "x1" -a \
34443 "x$MONOLITHIC" = "x0" ; then
34444 COND_SHARED_1_MONOLITHIC_0
=
34447 COND_USE_SOVERLINUX_1
="#"
34448 if test "x$USE_SOVERLINUX" = "x1" ; then
34449 COND_USE_SOVERLINUX_1
=
34452 COND_USE_SOVERSOLARIS_1
="#"
34453 if test "x$USE_SOVERSOLARIS" = "x1" ; then
34454 COND_USE_SOVERSOLARIS_1
=
34457 COND_USE_SOSYMLINKS_1
="#"
34458 if test "x$USE_SOSYMLINKS" = "x1" ; then
34459 COND_USE_SOSYMLINKS_1
=
34462 COND_TOOLKIT_X11
="#"
34463 if test "x$TOOLKIT" = "xX11" ; then
34467 COND_TOOLKIT_MGL
="#"
34468 if test "x$TOOLKIT" = "xMGL" ; then
34472 COND_TOOLKIT_GTK
="#"
34473 if test "x$TOOLKIT" = "xGTK" ; then
34477 COND_TOOLKIT_MSW
="#"
34478 if test "x$TOOLKIT" = "xMSW" ; then
34482 COND_USE_SOVERSION_1_PLATFORM_MACOSX_0
="#"
34483 if test "x$USE_SOVERSION" = "x1" -a \
34484 "x$PLATFORM_MACOSX" = "x0" ; then
34485 COND_USE_SOVERSION_1_PLATFORM_MACOSX_0
=
34488 COND_USE_SOVERSION_1_PLATFORM_MACOSX_1
="#"
34489 if test "x$USE_SOVERSION" = "x1" -a \
34490 "x$PLATFORM_MACOSX" = "x1" ; then
34491 COND_USE_SOVERSION_1_PLATFORM_MACOSX_1
=
34494 COND_USE_SOVERSION_0
="#"
34495 if test "x$USE_SOVERSION" = "x0" ; then
34496 COND_USE_SOVERSION_0
=
34499 COND_SHARED_0_USE_GUI_1_MONOLITHIC_0
="#"
34500 if test "x$SHARED" = "x0" -a \
34501 "x$USE_GUI" = "x1" -a \
34502 "x$MONOLITHIC" = "x0" ; then
34503 COND_SHARED_0_USE_GUI_1_MONOLITHIC_0
=
34506 COND_PLATFORM_MACOSX_1
="#"
34507 if test "x$PLATFORM_MACOSX" = "x1" ; then
34508 COND_PLATFORM_MACOSX_1
=
34511 COND_SHARED_1_USE_GUI_1_MONOLITHIC_0
="#"
34512 if test "x$SHARED" = "x1" -a \
34513 "x$USE_GUI" = "x1" -a \
34514 "x$MONOLITHIC" = "x0" ; then
34515 COND_SHARED_1_USE_GUI_1_MONOLITHIC_0
=
34518 COND_TOOLKIT_MOTIF
="#"
34519 if test "x$TOOLKIT" = "xMOTIF" ; then
34520 COND_TOOLKIT_MOTIF
=
34523 COND_TOOLKIT_COCOA
="#"
34524 if test "x$TOOLKIT" = "xCOCOA" ; then
34525 COND_TOOLKIT_COCOA
=
34528 COND_TOOLKIT_OS2
="#"
34529 if test "x$TOOLKIT" = "xOS2" ; then
34533 COND_SHARED_1_MONOLITHIC_1
="#"
34534 if test "x$SHARED" = "x1" -a \
34535 "x$MONOLITHIC" = "x1" ; then
34536 COND_SHARED_1_MONOLITHIC_1
=
34539 COND_SHARED_0_MONOLITHIC_1
="#"
34540 if test "x$SHARED" = "x0" -a \
34541 "x$MONOLITHIC" = "x1" ; then
34542 COND_SHARED_0_MONOLITHIC_1
=
34545 COND_USE_GUI_1_WXUNIV_0
="#"
34546 if test "x$USE_GUI" = "x1" -a \
34547 "x$WXUNIV" = "x0" ; then
34548 COND_USE_GUI_1_WXUNIV_0
=
34551 COND_USE_GUI_1_WXUNIV_1
="#"
34552 if test "x$USE_GUI" = "x1" -a \
34553 "x$WXUNIV" = "x1" ; then
34554 COND_USE_GUI_1_WXUNIV_1
=
34557 COND_SHARED_0_MONOLITHIC_0
="#"
34558 if test "x$SHARED" = "x0" -a \
34559 "x$MONOLITHIC" = "x0" ; then
34560 COND_SHARED_0_MONOLITHIC_0
=
34564 if test "x$SHARED" = "x0" ; then
34571 if test "$GXX" = yes ; then
34572 CXXWARNINGS
="-Wall"
34575 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
34577 CPPFLAGS
=`echo $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
34578 CFLAGS
=`echo $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
34579 CXXFLAGS
=`echo $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
34580 LIBS
=`echo $LIBS | sed 's/ \+/ /g'`
34582 LDFLAGS
="$LDFLAGS $PROFILE"
34584 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
34685 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
34686 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
34687 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,./+-,__p_,'`
34688 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
34689 echo $ECHO_N "(cached) $ECHO_C" >&6
34691 cat >conftest.
make <<\_ACEOF
34693 @
echo 'ac_maketemp="$(MAKE)"'
34695 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
34696 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
34697 if test -n "$ac_maketemp"; then
34698 eval ac_cv_prog_make_
${ac_make}_set
=yes
34700 eval ac_cv_prog_make_
${ac_make}_set
=no
34702 rm -f conftest.
make
34704 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
34705 echo "$as_me:$LINENO: result: yes" >&5
34706 echo "${ECHO_T}yes" >&6
34709 echo "$as_me:$LINENO: result: no" >&5
34710 echo "${ECHO_T}no" >&6
34711 SET_MAKE
="MAKE=${MAKE-make}"
34715 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
34716 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
34719 ac_config_headers
="$ac_config_headers setup.h"
34722 ac_config_files
="$ac_config_files wx-config version-script Makefile"
34725 ac_config_commands
="$ac_config_commands default"
34729 for subdir
in samples demos utils contrib
; do
34730 if test -d ${srcdir}/${subdir} ; then
34731 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
34732 for mkin
in $makefiles ; do
34733 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
34734 ac_config_files
="$ac_config_files $mk"
34741 cat >confcache
<<\_ACEOF
34742 # This file is a shell script that caches the results of configure
34743 # tests run on this system so they can be shared between configure
34744 # scripts and configure runs, see configure's option --config-cache.
34745 # It is not useful on other systems. If it contains results you don't
34746 # want to keep, you may remove or edit it.
34748 # config.status only pays attention to the cache file if you give it
34749 # the --recheck option to rerun configure.
34751 # `ac_cv_env_foo' variables (set or unset) will be overridden when
34752 # loading this file, other *unset* `ac_cv_foo' will be assigned the
34753 # following values.
34757 # The following way of writing the cache mishandles newlines in values,
34758 # but we know of no workaround that is simple, portable, and efficient.
34759 # So, don't put newlines in cache variables' values.
34760 # Ultrix sh set writes to stderr and can't be redirected directly,
34761 # and sets the high bit in the cache file unless we assign to the vars.
34764 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34766 # `set' does not quote correctly, so add quotes (double-quote
34767 # substitution turns \\\\ into \\, and sed turns \\ into \).
34770 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34773 # `set' quotes correctly as required by POSIX, so do not add quotes.
34775 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34782 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34784 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34786 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
34787 if test -w $cache_file; then
34788 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34789 cat confcache
>$cache_file
34791 echo "not updating unwritable cache $cache_file"
34796 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
34797 # Let make expand exec_prefix.
34798 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
34800 # VPATH may cause trouble with some makes, so we remove $(srcdir),
34801 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
34802 # trailing colons and then remove the whole line if VPATH becomes empty
34803 # (actually we leave an empty line to preserve line numbers).
34804 if test "x$srcdir" = x.
; then
34805 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
34806 s/:*\$(srcdir):*/:/;
34807 s/:*\${srcdir}:*/:/;
34809 s/^\([^=]*=[ ]*\):*/\1/;
34815 DEFS
=-DHAVE_CONFIG_H
34819 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
34820 # 1. Remove the extension, and $U if already installed.
34821 ac_i
=`echo "$ac_i" |
34822 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
34824 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
34825 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
34827 LIBOBJS
=$ac_libobjs
34829 LTLIBOBJS
=$ac_ltlibobjs
34833 : ${CONFIG_STATUS=./config.status}
34834 ac_clean_files_save
=$ac_clean_files
34835 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
34836 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
34837 echo "$as_me: creating $CONFIG_STATUS" >&6;}
34838 cat >$CONFIG_STATUS <<_ACEOF
34840 # Generated by $as_me.
34841 # Run this file to recreate the current configuration.
34842 # Compiler output produced by configure, useful for debugging
34843 # configure, is in config.log if it exists.
34846 ac_cs_recheck=false
34848 SHELL=\${CONFIG_SHELL-$SHELL}
34851 cat >>$CONFIG_STATUS <<\_ACEOF
34852 ## --------------------- ##
34853 ## M4sh Initialization. ##
34854 ## --------------------- ##
34856 # Be Bourne compatible
34857 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
34860 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
34861 # is contrary to our usage. Disable this feature.
34862 alias -g '${1+"$@"}'='"$@"'
34863 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
34867 # Support unset when possible.
34868 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
34875 # Work around bugs in pre-3.0 UWIN ksh.
34876 $as_unset ENV MAIL MAILPATH
34883 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
34884 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
34885 LC_TELEPHONE LC_TIME
34887 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
34888 eval $as_var=C
; export $as_var
34894 # Required to use basename.
34895 if expr a
: '\(a\)' >/dev
/null
2>&1; then
34901 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
34902 as_basename
=basename
34908 # Name of the executable.
34909 as_me
=`$as_basename "$0" ||
34910 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
34911 X"$0" : 'X\(//\)$' \| \
34912 X"$0" : 'X\(/\)$' \| \
34913 . : '\(.\)' 2>/dev/null ||
34915 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
34916 /^X\/\(\/\/\)$/{ s//\1/; q; }
34917 /^X\/\(\/\).*/{ s//\1/; q; }
34921 # PATH needs CR, and LINENO needs CR and PATH.
34922 # Avoid depending upon Character Ranges.
34923 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
34924 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34925 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
34926 as_cr_digits
='0123456789'
34927 as_cr_alnum
=$as_cr_Letters$as_cr_digits
34929 # The user is always right.
34930 if test "${PATH_SEPARATOR+set}" != set; then
34931 echo "#! /bin/sh" >conf$$.sh
34932 echo "exit 0" >>conf$$.sh
34934 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
34943 as_lineno_1
=$LINENO
34944 as_lineno_2
=$LINENO
34945 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
34946 test "x$as_lineno_1" != "x$as_lineno_2" &&
34947 test "x$as_lineno_3" = "x$as_lineno_2" || {
34948 # Find who we are. Look in the path if we contain no path at all
34951 *[\\/]* ) as_myself
=$0 ;;
34952 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34953 for as_dir
in $PATH
34956 test -z "$as_dir" && as_dir
=.
34957 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
34962 # We did not find ourselves, most probably we were run as `sh COMMAND'
34963 # in which case we are not to be found in the path.
34964 if test "x$as_myself" = x
; then
34967 if test ! -f "$as_myself"; then
34968 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
34969 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
34970 { (exit 1); exit 1; }; }
34972 case $CONFIG_SHELL in
34974 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34975 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
34978 test -z "$as_dir" && as_dir
=.
34979 for as_base
in sh bash ksh sh5
; do
34982 if ("$as_dir/$as_base" -c '
34983 as_lineno_1=$LINENO
34984 as_lineno_2=$LINENO
34985 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
34986 test "x$as_lineno_1" != "x$as_lineno_2" &&
34987 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
34988 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
34989 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
34990 CONFIG_SHELL
=$as_dir/$as_base
34991 export CONFIG_SHELL
34992 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
35000 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
35001 # uniformly replaced by the line number. The first 'sed' inserts a
35002 # line-number line before each line; the second 'sed' does the real
35003 # work. The second script uses 'N' to pair each line-number line
35004 # with the numbered line, and appends trailing '-' during
35005 # substitution so that $LINENO is not a special case at line end.
35006 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
35007 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
35008 sed '=' <$as_myself |
35013 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
35016 s,^['$as_cr_digits']*\n,,
35017 ' >$as_me.lineno
&&
35018 chmod +x
$as_me.lineno
||
35019 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
35020 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
35021 { (exit 1); exit 1; }; }
35023 # Don't try to exec as it changes $[0], causing all sort of problems
35024 # (the dirname of $[0] is not the place where we might find the
35025 # original and so on. Autoconf is especially sensible to this).
35027 # Exit status is that of the last command.
35032 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
35033 *c
*,-n*) ECHO_N
= ECHO_C
='
35035 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
35036 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
35039 if expr a
: '\(a\)' >/dev
/null
2>&1; then
35045 rm -f conf$$ conf$$.exe conf$$.
file
35047 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
35048 # We could just check for DJGPP; but this test a) works b) is more generic
35049 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
35050 if test -f conf$$.exe
; then
35051 # Don't use ln at all; we don't have any links
35056 elif ln conf$$.
file conf$$
2>/dev
/null
; then
35061 rm -f conf$$ conf$$.exe conf$$.
file
35063 if mkdir -p .
2>/dev
/null
; then
35069 as_executable_p
="test -f"
35071 # Sed expression to map a string onto a valid CPP name.
35072 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
35074 # Sed expression to map a string onto a valid variable name.
35075 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
35079 # We need space, tab and new line, in precisely that order.
35089 # Open the log real soon, to keep \$[0] and so on meaningful, and to
35090 # report actual input values of CONFIG_FILES etc. instead of their
35091 # values after options handling. Logging --version etc. is OK.
35095 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
35096 ## Running $as_me. ##
35101 This file was extended by wxWindows $as_me 2.5.0, which was
35102 generated by GNU Autoconf 2.57. Invocation command line was
35104 CONFIG_FILES = $CONFIG_FILES
35105 CONFIG_HEADERS = $CONFIG_HEADERS
35106 CONFIG_LINKS = $CONFIG_LINKS
35107 CONFIG_COMMANDS = $CONFIG_COMMANDS
35111 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
35115 # Files that config.status was made for.
35116 if test -n "$ac_config_files"; then
35117 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
35120 if test -n "$ac_config_headers"; then
35121 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
35124 if test -n "$ac_config_links"; then
35125 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
35128 if test -n "$ac_config_commands"; then
35129 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
35132 cat >>$CONFIG_STATUS <<\_ACEOF
35135 \`$as_me' instantiates files from templates according to the
35136 current configuration.
35138 Usage: $0 [OPTIONS] [FILE]...
35140 -h, --help print this help, then exit
35141 -V, --version print version number, then exit
35142 -q, --quiet do not print progress messages
35143 -d, --debug don't remove temporary files
35144 --recheck update $as_me by reconfiguring in the same conditions
35145 --file=FILE[:TEMPLATE]
35146 instantiate the configuration file FILE
35147 --header=FILE[:TEMPLATE]
35148 instantiate the configuration header FILE
35150 Configuration files:
35153 Configuration headers:
35156 Configuration commands:
35159 Report bugs to <bug-autoconf@gnu.org>."
35162 cat >>$CONFIG_STATUS <<_ACEOF
35164 wxWindows config.status 2.5.0
35165 configured by $0, generated by GNU Autoconf 2.57,
35166 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
35168 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
35169 Free Software Foundation, Inc.
35170 This config.status script is free software; the Free Software Foundation
35171 gives unlimited permission to copy, distribute and modify it."
35176 cat >>$CONFIG_STATUS <<\_ACEOF
35177 # If no file are specified by the user, then we need to provide default
35178 # value. By we need to know if files were specified by the user.
35184 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
35185 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
35193 *) # This is not an option, so the user has probably given explicit
35196 ac_need_defaults
=false
;;
35200 # Handling of the options.
35202 cat >>$CONFIG_STATUS <<\_ACEOF
35203 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
35205 --version | --vers* | -V )
35206 echo "$ac_cs_version"; exit 0 ;;
35208 # Conflict between --help and --header
35209 { { echo "$as_me:$LINENO: error: ambiguous option: $1
35210 Try \`$0 --help' for more information." >&5
35211 echo "$as_me: error: ambiguous option: $1
35212 Try \`$0 --help' for more information." >&2;}
35213 { (exit 1); exit 1; }; };;
35214 --help | --hel | -h )
35215 echo "$ac_cs_usage"; exit 0 ;;
35216 --debug | --d* | -d )
35218 --file | --fil | --fi | --f )
35220 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
35221 ac_need_defaults
=false
;;
35222 --header | --heade | --head | --hea )
35224 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
35225 ac_need_defaults
=false
;;
35226 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
35227 | -silent | --silent | --silen | --sile | --sil | --si | --s)
35230 # This is an error.
35231 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
35232 Try \`$0 --help' for more information." >&5
35233 echo "$as_me: error: unrecognized option: $1
35234 Try \`$0 --help' for more information." >&2;}
35235 { (exit 1); exit 1; }; } ;;
35237 *) ac_config_targets
="$ac_config_targets $1" ;;
35243 ac_configure_extra_args
=
35245 if $ac_cs_silent; then
35247 ac_configure_extra_args
="$ac_configure_extra_args --silent"
35251 cat >>$CONFIG_STATUS <<_ACEOF
35252 if \$ac_cs_recheck; then
35253 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
35254 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
35259 cat >>$CONFIG_STATUS <<_ACEOF
35261 # INIT-COMMANDS section.
35265 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
35274 cat >>$CONFIG_STATUS <<\_ACEOF
35275 for ac_config_target
in $ac_config_targets
35277 case "$ac_config_target" in
35278 # Handling of arguments.
35279 "wx-config" ) CONFIG_FILES
="$CONFIG_FILES wx-config" ;;
35280 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
35281 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
35282 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
35283 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
35284 "setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS setup.h" ;;
35285 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
35286 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
35287 { (exit 1); exit 1; }; };;
35291 # If the user did not use the arguments to specify the items to instantiate,
35292 # then the envvar interface is used. Set only those that are not.
35293 # We use the long form for the default assignment because of an extremely
35294 # bizarre bug on SunOS 4.1.3.
35295 if $ac_need_defaults; then
35296 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
35297 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
35298 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
35301 # Have a temporary directory for convenience. Make it in the build tree
35302 # simply because there is no reason to put it here, and in addition,
35303 # creating and moving files from /tmp can sometimes cause problems.
35304 # Create a temporary directory, and hook for its removal unless debugging.
35307 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
35308 trap '{ (exit 1); exit 1; }' 1 2 13 15
35311 # Create a (secure) tmp directory for tmp files.
35314 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
35315 test -n "$tmp" && test -d "$tmp"
35318 tmp
=.
/confstat$$
-$RANDOM
35319 (umask 077 && mkdir $tmp)
35322 echo "$me: cannot create a temporary directory in ." >&2
35323 { (exit 1); exit 1; }
35328 cat >>$CONFIG_STATUS <<_ACEOF
35331 # CONFIG_FILES section.
35334 # No need to generate the scripts if there are no CONFIG_FILES.
35335 # This happens for instance when ./config.status config.h
35336 if test -n "\$CONFIG_FILES"; then
35337 # Protect against being on the right side of a sed subst in config.status.
35338 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
35339 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
35340 s,@SHELL@,$SHELL,;t t
35341 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
35342 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
35343 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
35344 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
35345 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
35346 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
35347 s,@exec_prefix@,$exec_prefix,;t t
35348 s,@prefix@,$prefix,;t t
35349 s,@program_transform_name@,$program_transform_name,;t t
35350 s,@bindir@,$bindir,;t t
35351 s,@sbindir@,$sbindir,;t t
35352 s,@libexecdir@,$libexecdir,;t t
35353 s,@datadir@,$datadir,;t t
35354 s,@sysconfdir@,$sysconfdir,;t t
35355 s,@sharedstatedir@,$sharedstatedir,;t t
35356 s,@localstatedir@,$localstatedir,;t t
35357 s,@libdir@,$libdir,;t t
35358 s,@includedir@,$includedir,;t t
35359 s,@oldincludedir@,$oldincludedir,;t t
35360 s,@infodir@,$infodir,;t t
35361 s,@mandir@,$mandir,;t t
35362 s,@build_alias@,$build_alias,;t t
35363 s,@host_alias@,$host_alias,;t t
35364 s,@target_alias@,$target_alias,;t t
35365 s,@DEFS@,$DEFS,;t t
35366 s,@ECHO_C@,$ECHO_C,;t t
35367 s,@ECHO_N@,$ECHO_N,;t t
35368 s,@ECHO_T@,$ECHO_T,;t t
35369 s,@LIBS@,$LIBS,;t t
35370 s,@build@,$build,;t t
35371 s,@build_cpu@,$build_cpu,;t t
35372 s,@build_vendor@,$build_vendor,;t t
35373 s,@build_os@,$build_os,;t t
35374 s,@host@,$host,;t t
35375 s,@host_cpu@,$host_cpu,;t t
35376 s,@host_vendor@,$host_vendor,;t t
35377 s,@host_os@,$host_os,;t t
35378 s,@target@,$target,;t t
35379 s,@target_cpu@,$target_cpu,;t t
35380 s,@target_vendor@,$target_vendor,;t t
35381 s,@target_os@,$target_os,;t t
35383 s,@CFLAGS@,$CFLAGS,;t t
35384 s,@LDFLAGS@,$LDFLAGS,;t t
35385 s,@CPPFLAGS@,$CPPFLAGS,;t t
35386 s,@ac_ct_CC@,$ac_ct_CC,;t t
35387 s,@EXEEXT@,$EXEEXT,;t t
35388 s,@OBJEXT@,$OBJEXT,;t t
35390 s,@EGREP@,$EGREP,;t t
35392 s,@CXXFLAGS@,$CXXFLAGS,;t t
35393 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
35394 s,@RANLIB@,$RANLIB,;t t
35395 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
35397 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
35398 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
35399 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
35400 s,@STRIP@,$STRIP,;t t
35401 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
35402 s,@YACC@,$YACC,;t t
35404 s,@LEXLIB@,$LEXLIB,;t t
35405 s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
35406 s,@LN_S@,$LN_S,;t t
35407 s,@CXXCPP@,$CXXCPP,;t t
35408 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
35409 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
35410 s,@GTK_LIBS@,$GTK_LIBS,;t t
35411 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
35412 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
35413 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
35414 s,@X_CFLAGS@,$X_CFLAGS,;t t
35415 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
35416 s,@X_LIBS@,$X_LIBS,;t t
35417 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
35418 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
35419 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
35420 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
35421 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
35422 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
35423 s,@RESCOMP@,$RESCOMP,;t t
35424 s,@DEREZ@,$DEREZ,;t t
35425 s,@SETFILE@,$SETFILE,;t t
35426 s,@LIBICONV@,$LIBICONV,;t t
35427 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
35428 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
35429 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
35430 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
35431 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
35432 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
35433 s,@WXUNIV@,$WXUNIV,;t t
35434 s,@MONOLITHIC@,$MONOLITHIC,;t t
35435 s,@EXTRALIBS@,$EXTRALIBS,;t t
35436 s,@UNICODE@,$UNICODE,;t t
35437 s,@BUILD@,$BUILD,;t t
35438 s,@SHARED@,$SHARED,;t t
35439 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
35440 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
35441 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
35442 s,@SET_MAKE@,$SET_MAKE,;t t
35443 s,@MAKE_SET@,$MAKE_SET,;t t
35444 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
35445 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
35446 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
35447 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
35448 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
35449 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
35450 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
35451 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
35452 s,@DLLPREFIX@,$DLLPREFIX,;t t
35453 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
35454 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
35455 s,@PIC_FLAG@,$PIC_FLAG,;t t
35456 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
35457 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
35458 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
35459 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
35460 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
35461 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
35462 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
35463 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
35464 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
35465 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
35466 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
35467 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
35468 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
35469 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
35470 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
35471 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
35472 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
35473 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
35474 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
35475 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
35476 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
35477 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
35478 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
35479 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
35480 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
35481 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
35482 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
35483 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
35484 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
35485 s,@COND_SHARED_1_MONOLITHIC_0@,$COND_SHARED_1_MONOLITHIC_0,;t t
35486 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
35487 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
35488 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
35489 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
35490 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
35491 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
35492 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
35493 s,@COND_USE_SOVERSION_1_PLATFORM_MACOSX_0@,$COND_USE_SOVERSION_1_PLATFORM_MACOSX_0,;t t
35494 s,@COND_USE_SOVERSION_1_PLATFORM_MACOSX_1@,$COND_USE_SOVERSION_1_PLATFORM_MACOSX_1,;t t
35495 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
35496 s,@COND_SHARED_0_USE_GUI_1_MONOLITHIC_0@,$COND_SHARED_0_USE_GUI_1_MONOLITHIC_0,;t t
35497 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
35498 s,@COND_SHARED_1_USE_GUI_1_MONOLITHIC_0@,$COND_SHARED_1_USE_GUI_1_MONOLITHIC_0,;t t
35499 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
35500 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
35501 s,@COND_TOOLKIT_OS2@,$COND_TOOLKIT_OS2,;t t
35502 s,@COND_SHARED_1_MONOLITHIC_1@,$COND_SHARED_1_MONOLITHIC_1,;t t
35503 s,@COND_SHARED_0_MONOLITHIC_1@,$COND_SHARED_0_MONOLITHIC_1,;t t
35504 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
35505 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
35506 s,@COND_SHARED_0_MONOLITHIC_0@,$COND_SHARED_0_MONOLITHIC_0,;t t
35507 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
35508 s,@LEX_STEM@,$LEX_STEM,;t t
35509 s,@PATH_IFS@,$PATH_IFS,;t t
35510 s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
35511 s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
35512 s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
35513 s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
35514 s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
35515 s,@WX_LIBRARY_BASENAME@,$WX_LIBRARY_BASENAME,;t t
35516 s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
35517 s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
35518 s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
35519 s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
35520 s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
35521 s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
35522 s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
35523 s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
35524 s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
35525 s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
35526 s,@WX_ALL@,$WX_ALL,;t t
35527 s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
35528 s,@SHARED_LD@,$SHARED_LD,;t t
35529 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
35530 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
35531 s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
35532 s,@STATIC_FLAG@,$STATIC_FLAG,;t t
35533 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
35534 s,@USE_GUI@,$USE_GUI,;t t
35535 s,@AFMINSTALL@,$AFMINSTALL,;t t
35536 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
35537 s,@TOOLKIT@,$TOOLKIT,;t t
35538 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
35539 s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
35540 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
35541 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
35542 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
35543 s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
35544 s,@cross_compiling@,$cross_compiling,;t t
35545 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
35546 s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
35547 s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
35548 s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
35549 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
35550 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
35551 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
35552 s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
35553 s,@ALL_HEADERS@,$ALL_HEADERS,;t t
35554 s,@ALL_SOURCES@,$ALL_SOURCES,;t t
35555 s,@GUIDIST@,$GUIDIST,;t t
35556 s,@PORT_FILES@,$PORT_FILES,;t t
35557 s,@DISTDIR@,$DISTDIR,;t t
35558 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
35559 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
35560 s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
35561 s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
35562 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
35563 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
35564 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
35565 s,@RESFLAGS@,$RESFLAGS,;t t
35566 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
35567 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
35568 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
35569 s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t
35570 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
35571 s,@MACRESCOMP@,$MACRESCOMP,;t t
35572 s,@MACSETFILE@,$MACSETFILE,;t t
35573 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
35575 s,@DLLTOOL@,$DLLTOOL,;t t
35579 s,@MAKEINFO@,$MAKEINFO,;t t
35580 s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
35581 s,@ESD_LINK@,$ESD_LINK,;t t
35582 s,@LIBOBJS@,$LIBOBJS,;t t
35583 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
35588 cat >>$CONFIG_STATUS <<\_ACEOF
35589 # Split the substitutions into bite-sized pieces for seds with
35590 # small command number limits, like on Digital OSF/1 and HP-UX.
35591 ac_max_sed_lines
=48
35592 ac_sed_frag
=1 # Number of current file.
35593 ac_beg
=1 # First line for current file.
35594 ac_end
=$ac_max_sed_lines # Line after last line for current file.
35597 while $ac_more_lines; do
35598 if test $ac_beg -gt 1; then
35599 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
35601 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
35603 if test ! -s $tmp/subs.frag
; then
35604 ac_more_lines
=false
35606 # The purpose of the label and of the branching condition is to
35607 # speed up the sed processing (if there are no `@' at all, there
35608 # is no need to browse any of the substitutions).
35609 # These are the two extra sed commands mentioned above.
35611 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
35612 if test -z "$ac_sed_cmds"; then
35613 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
35615 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
35617 ac_sed_frag
=`expr $ac_sed_frag + 1`
35619 ac_end
=`expr $ac_end + $ac_max_sed_lines`
35622 if test -z "$ac_sed_cmds"; then
35625 fi # test -n "$CONFIG_FILES"
35628 cat >>$CONFIG_STATUS <<\_ACEOF
35629 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
35630 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
35632 - | *:- | *:-:* ) # input from stdin
35634 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35635 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35636 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35637 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35638 * ) ac_file_in
=$ac_file.
in ;;
35641 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
35642 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
35643 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35644 X"$ac_file" : 'X\(//\)[^/]' \| \
35645 X"$ac_file" : 'X\(//\)$' \| \
35646 X"$ac_file" : 'X\(/\)' \| \
35647 . : '\(.\)' 2>/dev/null ||
35649 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35650 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35651 /^X\(\/\/\)$/{ s//\1/; q; }
35652 /^X\(\/\).*/{ s//\1/; q; }
35654 { if $as_mkdir_p; then
35659 while test ! -d "$as_dir"; do
35660 as_dirs
="$as_dir $as_dirs"
35661 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
35662 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35663 X"$as_dir" : 'X\(//\)[^/]' \| \
35664 X"$as_dir" : 'X\(//\)$' \| \
35665 X"$as_dir" : 'X\(/\)' \| \
35666 . : '\(.\)' 2>/dev/null ||
35668 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35669 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35670 /^X\(\/\/\)$/{ s//\1/; q; }
35671 /^X\(\/\).*/{ s//\1/; q; }
35674 test ! -n "$as_dirs" || mkdir $as_dirs
35675 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
35676 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
35677 { (exit 1); exit 1; }; }; }
35681 if test "$ac_dir" != .
; then
35682 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
35683 # A "../" for each directory in $ac_dir_suffix.
35684 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
35686 ac_dir_suffix
= ac_top_builddir
=
35690 .
) # No --srcdir option. We are building in place.
35692 if test -z "$ac_top_builddir"; then
35695 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
35697 [\\/]* | ?
:[\\/]* ) # Absolute path.
35698 ac_srcdir
=$srcdir$ac_dir_suffix;
35699 ac_top_srcdir
=$srcdir ;;
35700 *) # Relative path.
35701 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
35702 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
35704 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
35706 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
35707 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
35708 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
35709 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
35713 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
35714 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
35717 if test x
"$ac_file" != x
-; then
35718 { echo "$as_me:$LINENO: creating $ac_file" >&5
35719 echo "$as_me: creating $ac_file" >&6;}
35722 # Let's still pretend it is `configure' which instantiates (i.e., don't
35723 # use $as_me), people would be surprised to read:
35724 # /* config.h. Generated by config.status. */
35725 if test x
"$ac_file" = x
-; then
35728 configure_input
="$ac_file. "
35730 configure_input
=$configure_input"Generated from `echo $ac_file_in |
35731 sed 's,.*/,,'` by configure."
35733 # First look for the input files in the build tree, otherwise in the
35735 ac_file_inputs
=`IFS=:
35736 for f in $ac_file_in; do
35738 -) echo $tmp/stdin ;;
35740 # Absolute (can't be DOS-style, as IFS=:)
35741 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35742 echo "$as_me: error: cannot find input file: $f" >&2;}
35743 { (exit 1); exit 1; }; }
35746 if test -f "$f"; then
35749 elif test -f "$srcdir/$f"; then
35754 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35755 echo "$as_me: error: cannot find input file: $f" >&2;}
35756 { (exit 1); exit 1; }; }
35759 done` || { (exit 1); exit 1; }
35761 cat >>$CONFIG_STATUS <<_ACEOF
35765 cat >>$CONFIG_STATUS <<\_ACEOF
35767 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
35768 s
,@configure_input@
,$configure_input,;t t
35769 s
,@srcdir@
,$ac_srcdir,;t t
35770 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
35771 s
,@top_srcdir@
,$ac_top_srcdir,;t t
35772 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
35773 s
,@builddir@
,$ac_builddir,;t t
35774 s
,@abs_builddir@
,$ac_abs_builddir,;t t
35775 s
,@top_builddir@
,$ac_top_builddir,;t t
35776 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
35777 s
,@INSTALL@
,$ac_INSTALL,;t t
35778 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
35780 if test x"$ac_file" != x-; then
35781 mv $tmp/out $ac_file
35789 cat >>$CONFIG_STATUS <<\_ACEOF
35792 # CONFIG_HEADER section.
35795 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
35796 # NAME is the cpp macro being defined and VALUE is the value it is being given.
35798 # ac_d sets the value in "#define NAME VALUE" lines.
35799 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
35800 ac_dB
='[ ].*$,\1#\2'
35803 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
35804 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
35805 ac_uB
='$,\1#\2define\3'
35809 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
35810 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
35812 - | *:- | *:-:* ) # input from stdin
35814 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35815 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35816 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35817 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35818 * ) ac_file_in
=$ac_file.
in ;;
35821 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
35822 echo "$as_me: creating $ac_file" >&6;}
35824 # First look for the input files in the build tree, otherwise in the
35826 ac_file_inputs
=`IFS=:
35827 for f in $ac_file_in; do
35829 -) echo $tmp/stdin ;;
35831 # Absolute (can't be DOS-style, as IFS=:)
35832 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35833 echo "$as_me: error: cannot find input file: $f" >&2;}
35834 { (exit 1); exit 1; }; }
35837 if test -f "$f"; then
35840 elif test -f "$srcdir/$f"; then
35845 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35846 echo "$as_me: error: cannot find input file: $f" >&2;}
35847 { (exit 1); exit 1; }; }
35850 done` || { (exit 1); exit 1; }
35851 # Remove the trailing spaces.
35852 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
35856 # Transform confdefs.h into two sed scripts, `conftest.defines' and
35857 # `conftest.undefs', that substitutes the proper values into
35858 # config.h.in to produce config.h. The first handles `#define'
35859 # templates, and the second `#undef' templates.
35860 # And first: Protect against being on the right side of a sed subst in
35861 # config.status. Protect against being in an unquoted here document
35862 # in config.status.
35863 rm -f conftest.defines conftest.undefs
35864 # Using a here document instead of a string reduces the quoting nightmare.
35865 # Putting comments in sed scripts is not portable.
35867 # `end' is used to avoid that the second main sed command (meant for
35868 # 0-ary CPP macros) applies to n-ary macro definitions.
35869 # See the Autoconf documentation for `clear'.
35870 cat >confdef2sed.
sed <<\_ACEOF
35875 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
35877 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
35880 # If some macros were called several times there might be several times
35881 # the same #defines, which is useless. Nevertheless, we may not want to
35882 # sort them, since we want the *last* AC-DEFINE to be honored.
35883 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
35884 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
35885 rm -f confdef2sed.sed
35887 # This sed command replaces #undef with comments. This is necessary, for
35888 # example, in the case of _POSIX_SOURCE, which is predefined and required
35889 # on some systems where configure will not decide to define it.
35890 cat >>conftest.undefs <<\_ACEOF
35891 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
35894 # Break up conftest.defines because some shells have a limit on the size
35895 # of here documents, and old seds have small limits too (100 cmds).
35896 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
35897 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
35898 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
35899 echo ' :' >>$CONFIG_STATUS
35900 rm -f conftest.tail
35901 while grep . conftest.defines >/dev/null
35903 # Write a limited-size here document to $tmp/defines.sed.
35904 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
35905 # Speed up: don't consider the non `#define' lines.
35906 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
35907 # Work around the forget-to-reset-the-flag bug.
35908 echo 't clr' >>$CONFIG_STATUS
35909 echo ': clr' >>$CONFIG_STATUS
35910 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
35912 sed -f $tmp/defines.sed $tmp/in >$tmp/out
35914 mv $tmp/out $tmp/in
35916 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
35917 rm -f conftest.defines
35918 mv conftest.
tail conftest.defines
35920 rm -f conftest.defines
35921 echo ' fi # grep' >>$CONFIG_STATUS
35922 echo >>$CONFIG_STATUS
35924 # Break up conftest.undefs because some shells have a limit on the size
35925 # of here documents, and old seds have small limits too (100 cmds).
35926 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
35927 rm -f conftest.
tail
35928 while grep . conftest.undefs
>/dev
/null
35930 # Write a limited-size here document to $tmp/undefs.sed.
35931 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
35932 # Speed up: don't consider the non
`#undef'
35933 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
35934 # Work around the forget-to-reset-the-flag bug.
35935 echo 't clr' >>$CONFIG_STATUS
35936 echo ': clr' >>$CONFIG_STATUS
35937 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
35939 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
35941 mv $tmp/out $tmp/in
35943 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
35944 rm -f conftest.undefs
35945 mv conftest.tail conftest.undefs
35947 rm -f conftest.undefs
35949 cat >>$CONFIG_STATUS <<\_ACEOF
35950 # Let's still pretend it is `configure
' which instantiates (i.e., don't
35951 # use $as_me), people would be surprised to read:
35952 # /* config.h. Generated by config.status. */
35953 if test x
"$ac_file" = x
-; then
35954 echo "/* Generated by configure. */" >$tmp/config.h
35956 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
35958 cat $tmp/in >>$tmp/config.h
35960 if test x
"$ac_file" != x
-; then
35961 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
35962 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
35963 echo "$as_me: $ac_file is unchanged" >&6;}
35965 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
35966 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35967 X"$ac_file" : 'X\(//\)[^/]' \| \
35968 X"$ac_file" : 'X\(//\)$' \| \
35969 X"$ac_file" : 'X\(/\)' \| \
35970 . : '\(.\)' 2>/dev/null ||
35972 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35973 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35974 /^X\(\/\/\)$/{ s//\1/; q; }
35975 /^X\(\/\).*/{ s//\1/; q; }
35977 { if $as_mkdir_p; then
35982 while test ! -d "$as_dir"; do
35983 as_dirs
="$as_dir $as_dirs"
35984 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
35985 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35986 X"$as_dir" : 'X\(//\)[^/]' \| \
35987 X"$as_dir" : 'X\(//\)$' \| \
35988 X"$as_dir" : 'X\(/\)' \| \
35989 . : '\(.\)' 2>/dev/null ||
35991 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35992 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35993 /^X\(\/\/\)$/{ s//\1/; q; }
35994 /^X\(\/\).*/{ s//\1/; q; }
35997 test ! -n "$as_dirs" || mkdir $as_dirs
35998 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
35999 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36000 { (exit 1); exit 1; }; }; }
36003 mv $tmp/config.h
$ac_file
36007 rm -f $tmp/config.h
36011 cat >>$CONFIG_STATUS <<\_ACEOF
36014 # CONFIG_COMMANDS section.
36016 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
36017 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
36018 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36019 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
36020 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36021 X"$ac_dest" : 'X\(//\)[^/]' \| \
36022 X"$ac_dest" : 'X\(//\)$' \| \
36023 X"$ac_dest" : 'X\(/\)' \| \
36024 . : '\(.\)' 2>/dev/null ||
36026 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36027 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36028 /^X\(\/\/\)$/{ s//\1/; q; }
36029 /^X\(\/\).*/{ s//\1/; q; }
36033 if test "$ac_dir" != .
; then
36034 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36035 # A "../" for each directory in $ac_dir_suffix.
36036 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36038 ac_dir_suffix
= ac_top_builddir
=
36042 .
) # No --srcdir option. We are building in place.
36044 if test -z "$ac_top_builddir"; then
36047 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
36049 [\\/]* | ?
:[\\/]* ) # Absolute path.
36050 ac_srcdir
=$srcdir$ac_dir_suffix;
36051 ac_top_srcdir
=$srcdir ;;
36052 *) # Relative path.
36053 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
36054 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
36056 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36058 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
36059 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36060 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36061 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
36064 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
36065 echo "$as_me: executing $ac_dest commands" >&6;}
36068 if test ! -h wx
-config; then
36070 mv wx
-config wx
${TOOLCHAIN_NAME}-config
36071 ${LN_S} wx
${TOOLCHAIN_NAME}-config wx
-config
36074 if test ! -d lib
; then
36077 if test ! -d lib
/wx
; then
36080 if test ! -d lib
/wx
/include
; then
36081 mkdir lib
/wx
/include
36083 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}; then
36084 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}
36086 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
; then
36087 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
36089 if test -f setup.h
; then
36090 mv -f setup.h lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
36097 cat >>$CONFIG_STATUS <<\_ACEOF
36099 { (exit 0); exit 0; }
36101 chmod +x
$CONFIG_STATUS
36102 ac_clean_files
=$ac_clean_files_save
36105 # configure is writing to config.log, and then calls config.status.
36106 # config.status does its own redirection, appending to config.log.
36107 # Unfortunately, on DOS this fails, as config.log is still kept open
36108 # by configure, so config.status won't be able to write to it; its
36109 # output is simply discarded. So we exec the FD to /dev/null,
36110 # effectively closing config.log, so it can be properly (re)opened and
36111 # appended to by config.status. When coming back to configure, we
36112 # need to make the FD available again.
36113 if test "$no_create" != yes; then
36115 ac_config_status_args
=
36116 test "$silent" = yes &&
36117 ac_config_status_args
="$ac_config_status_args --quiet"
36119 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
36121 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
36122 # would make configure fail if this is the last instruction.
36123 $ac_cs_success || { (exit 1); exit 1; }
36128 echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
36130 echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
36131 echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
36133 echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
36134 echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
36135 echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
36137 echo " What level of wxWindows compatibility should be enabled?"
36138 echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
36139 echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
36140 echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
36142 echo " Which libraries should wxWindows use?"
36143 echo " jpeg ${wxUSE_LIBJPEG-none}"
36144 echo " png ${wxUSE_LIBPNG-none}"
36145 echo " regex ${wxUSE_REGEX}"
36146 echo " tiff ${wxUSE_LIBTIFF-none}"
36147 echo " zlib ${wxUSE_ZLIB}"
36148 echo " odbc ${wxUSE_ODBC}"