3 # From configure.in Id: configure.in
43 # Guess values for system-dependent variables and create Makefiles.
44 # Generated automatically using autoconf version 2.13
45 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
47 # This configure script is free software; the Free Software Foundation
48 # gives unlimited permission to copy, distribute and modify it.
52 ac_default_prefix
=/usr
/local
53 # Any additions from configure.in:
55 --enable-gui use GUI classes"
59 --with-motif use Motif/Lesstif"
63 --with-cygwin use Cygwin for MS-Windows"
65 --with-mingw use GCC Minimal MS-Windows"
67 --with-gtk-prefix=PFX Prefix where GTK is installed"
69 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed"
71 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
73 --with-zlib use zlib for LZW compression"
75 --with-libpng use libpng (PNG image format)"
77 --with-libjpeg use libjpeg (JPEG file format)"
79 --with-opengl use OpenGL (or Mesa)"
81 --with-odbc use the IODBC and wxODBC classes"
83 --enable-shared create shared library code"
85 --enable-optimise create optimised code"
87 --enable-debug same as debug_flag and debug_info"
89 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
91 --enable-debug_info create code with debugging information"
93 --enable-debug_gdb create code with extra GDB debugging information"
95 --enable-debug_cntxt use wxDebugContext"
97 --enable-mem_tracing create code with memory tracing"
99 --enable-profile create code with profiling information"
101 --enable-no_rtti create code without RTTI information"
103 --enable-no_exceptions create code without exceptions information"
105 --enable-permissive compile code disregarding strict ANSI"
107 --enable-no_deps create code without dependency information"
109 --enable-intl use internationalization system"
111 --enable-config use wxConfig (and derived) classes"
113 --enable-sockets use socket/network classes"
115 --enable-dialupman use dialup network classes"
117 --enable-ipc use interprocess communication (wxSocket etc.)"
119 --enable-apple_ieee use the Apple IEEE codec"
121 --enable-timedate use date/time classes"
123 --enable-wave use wxWave class"
125 --enable-fraction use wxFraction class"
127 --enable-dynlib use wxLibrary class for DLL loading"
129 --enable-longlong use wxLongLong class"
131 --enable-log use logging system"
133 --enable-streams use wxStream etc classes"
135 --enable-file use wxFile classes"
137 --enable-textfile use wxTextFile classes"
139 --enable-unicode compile wxString with Unicode support"
141 --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
143 --enable-wxprintfv use wxWindows implementation of vprintf()"
145 --enable-joystick compile in joystick support (Linux only)"
147 --enable-std_iostreams use standard C++ stream classes"
149 --enable-fs_inet use virtual HTTP/FTP filesystems"
151 --enable-fs_zip use virtual ZIP filesystems"
153 --enable-zipstream use wxZipInputStream"
155 --enable-threads use threads"
157 --enable-serial use class serialization"
159 --enable-docview use document view architecture"
161 --enable-help use help (using external browser at present)"
163 --enable-constraints use layout-constraints system"
165 --enable-printarch use printing architecture"
167 --enable-mdi use multiple document interface architecture"
169 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
171 --enable-prologio use Prolog IO library"
173 --enable-resources use wxWindows resources"
175 --enable-xresources use X resources for save (default for gtk+)"
177 --enable-clipboard use wxClipboard classes"
179 --enable-dnd use Drag'n'Drop classes"
181 --enable-wxtree make wxTree library"
183 --enable-controls use all usual controls"
185 --enable-accel use accelerators"
187 --enable-caret use wxCaret class"
189 --enable-bmpbutton use wxBitmapButton class"
191 --enable-checkbox use wxCheckBox class"
193 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
195 --enable-choice use wxChoice class"
197 --enable-combobox use wxComboBox classes"
199 --enable-gauge use wxGauge class"
201 --enable-grid use wxGrid class"
203 --enable-newgrid use new wxGrid class"
205 --enable-imaglist use wxImageList class"
207 --enable-listbox use wxListBox class"
209 --enable-listctrl use wxListCtrl class"
211 --enable-notebook use wxNotebook class"
213 --enable-radiobox use wxRadioBox class"
215 --enable-radiobtn use wxRadioButton class"
217 --enable-sash use wxSashWindow class"
219 --enable-scrollbar use wxScrollBar class and scrollable windows"
221 --enable-slider use wxSlider class"
223 --enable-spinbtn use wxSpinButton class"
225 --enable-splitter use wxSplitterWindow class"
227 --enable-statbmp use wxStaticBitmap class"
229 --enable-statbox use wxStaticBox class"
231 --enable-statline use wxStaticLine class"
233 --enable-statusbar use wxStatusBar class"
235 --enable-tabdialog use wxTabControl class"
237 --enable-toolbar use wxToolBar class"
239 --enable-treectrl use wxTreeCtrl class"
241 --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
243 --enable-dirdlg use wxDirDialog"
245 --enable-textdlg use wxTextDialog"
247 --enable-tipdlg use startup tips"
249 --enable-progressdlg use wxProgressDialog"
251 --enable-miniframe use wxMiniFrame class"
253 --enable-html use wxHTML sub-library"
255 --enable-tooltips use wxToolTip class"
257 --enable-splines use spline drawing code"
259 --enable-validators use wxValidator and derived classes"
261 --enable-busyinfo use wxBusyInfo"
263 --enable-gif use gif images (GIF file format)"
265 --enable-pcx use pcx images (PCX file format)"
267 --enable-pnm use pnm images (PNM file format)"
269 # Initialize some variables set by options.
270 # The variables have the same names as the options, with
271 # dashes changed to underlines.
273 cache_file
=.
/config.cache
282 program_transform_name
=s
,x
,x
,
290 bindir
='${exec_prefix}/bin'
291 sbindir
='${exec_prefix}/sbin'
292 libexecdir
='${exec_prefix}/libexec'
293 datadir
='${prefix}/share'
294 sysconfdir
='${prefix}/etc'
295 sharedstatedir
='${prefix}/com'
296 localstatedir
='${prefix}/var'
297 libdir
='${exec_prefix}/lib'
298 includedir
='${prefix}/include'
299 oldincludedir
='/usr/include'
300 infodir
='${prefix}/info'
301 mandir
='${prefix}/man'
303 # Initialize some other variables.
306 SHELL
=${CONFIG_SHELL-/bin/sh}
307 # Maximum number of lines to put in a shell here document.
314 # If the previous option needs an argument, assign it.
315 if test -n "$ac_prev"; then
316 eval "$ac_prev=\$ac_option"
322 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
326 # Accept the important Cygnus configure options, so we can diagnose typos.
330 -bindir | --bindir | --bindi | --bind | --bin | --bi)
332 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
333 bindir
="$ac_optarg" ;;
335 -build | --build | --buil | --bui | --bu)
337 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
338 build
="$ac_optarg" ;;
340 -cache-file | --cache-file | --cache-fil | --cache-fi \
341 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
342 ac_prev
=cache_file
;;
343 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
344 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
345 cache_file
="$ac_optarg" ;;
347 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
349 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
351 datadir
="$ac_optarg" ;;
353 -disable-* | --disable-*)
354 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
355 # Reject names that are not valid shell variable names.
356 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
357 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
359 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
360 eval "enable_${ac_feature}=no" ;;
362 -enable-* | --enable-*)
363 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
364 # Reject names that are not valid shell variable names.
365 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
366 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
368 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
373 eval "enable_${ac_feature}='$ac_optarg'" ;;
375 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
376 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
377 | --exec | --exe | --ex)
378 ac_prev
=exec_prefix
;;
379 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
380 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
381 | --exec=* | --exe=* | --ex=*)
382 exec_prefix
="$ac_optarg" ;;
384 -gas | --gas | --ga | --g)
385 # Obsolete; use --with-gas.
388 -help | --help | --hel | --he)
389 # Omit some internal or obsolete options to make the list less imposing.
390 # This message is too long to be a string in the A/UX 3.1 sh.
392 Usage: configure [options] [host]
393 Options: [defaults in brackets after descriptions]
395 --cache-file=FILE cache test results in FILE
396 --help print this message
397 --no-create do not create output files
398 --quiet, --silent do not print \`checking...' messages
399 --version print the version of autoconf that created configure
400 Directory and file names:
401 --prefix=PREFIX install architecture-independent files in PREFIX
403 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
405 --bindir=DIR user executables in DIR [EPREFIX/bin]
406 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
407 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
408 --datadir=DIR read-only architecture-independent data in DIR
410 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
411 --sharedstatedir=DIR modifiable architecture-independent data in DIR
413 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
414 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
415 --includedir=DIR C header files in DIR [PREFIX/include]
416 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
417 --infodir=DIR info documentation in DIR [PREFIX/info]
418 --mandir=DIR man documentation in DIR [PREFIX/man]
419 --srcdir=DIR find the sources in DIR [configure dir or ..]
420 --program-prefix=PREFIX prepend PREFIX to installed program names
421 --program-suffix=SUFFIX append SUFFIX to installed program names
422 --program-transform-name=PROGRAM
423 run sed PROGRAM on installed program names
427 --build=BUILD configure for building on BUILD [BUILD=HOST]
428 --host=HOST configure for HOST [guessed]
429 --target=TARGET configure for TARGET [TARGET=HOST]
430 Features and packages:
431 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
432 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
433 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
434 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
435 --x-includes=DIR X include files are in DIR
436 --x-libraries=DIR X library files are in DIR
438 if test -n "$ac_help"; then
439 echo "--enable and --with options recognized:$ac_help"
443 -host | --host | --hos | --ho)
445 -host=* | --host=* | --hos=* | --ho=*)
448 -includedir | --includedir | --includedi | --included | --include \
449 | --includ | --inclu | --incl | --inc)
450 ac_prev
=includedir
;;
451 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
452 | --includ=* | --inclu=* | --incl=* | --inc=*)
453 includedir
="$ac_optarg" ;;
455 -infodir | --infodir | --infodi | --infod | --info | --inf)
457 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
458 infodir
="$ac_optarg" ;;
460 -libdir | --libdir | --libdi | --libd)
462 -libdir=* | --libdir=* | --libdi=* | --libd=*)
463 libdir
="$ac_optarg" ;;
465 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
466 | --libexe | --libex | --libe)
467 ac_prev
=libexecdir
;;
468 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
469 | --libexe=* | --libex=* | --libe=*)
470 libexecdir
="$ac_optarg" ;;
472 -localstatedir | --localstatedir | --localstatedi | --localstated \
473 | --localstate | --localstat | --localsta | --localst \
474 | --locals | --local | --loca | --loc | --lo)
475 ac_prev
=localstatedir
;;
476 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
477 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
478 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
479 localstatedir
="$ac_optarg" ;;
481 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
483 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
484 mandir
="$ac_optarg" ;;
487 # Obsolete; use --without-fp.
490 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
494 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
495 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
498 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
499 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
500 | --oldin | --oldi | --old | --ol | --o)
501 ac_prev
=oldincludedir
;;
502 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
503 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
504 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
505 oldincludedir
="$ac_optarg" ;;
507 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
509 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
510 prefix
="$ac_optarg" ;;
512 -program-prefix | --program-prefix | --program-prefi | --program-pref \
513 | --program-pre | --program-pr | --program-p)
514 ac_prev
=program_prefix
;;
515 -program-prefix=* | --program-prefix=* | --program-prefi=* \
516 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
517 program_prefix
="$ac_optarg" ;;
519 -program-suffix | --program-suffix | --program-suffi | --program-suff \
520 | --program-suf | --program-su | --program-s)
521 ac_prev
=program_suffix
;;
522 -program-suffix=* | --program-suffix=* | --program-suffi=* \
523 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
524 program_suffix
="$ac_optarg" ;;
526 -program-transform-name | --program-transform-name \
527 | --program-transform-nam | --program-transform-na \
528 | --program-transform-n | --program-transform- \
529 | --program-transform | --program-transfor \
530 | --program-transfo | --program-transf \
531 | --program-trans | --program-tran \
532 | --progr-tra | --program-tr | --program-t)
533 ac_prev
=program_transform_name
;;
534 -program-transform-name=* | --program-transform-name=* \
535 | --program-transform-nam=* | --program-transform-na=* \
536 | --program-transform-n=* | --program-transform-=* \
537 | --program-transform=* | --program-transfor=* \
538 | --program-transfo=* | --program-transf=* \
539 | --program-trans=* | --program-tran=* \
540 | --progr-tra=* | --program-tr=* | --program-t=*)
541 program_transform_name
="$ac_optarg" ;;
543 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
544 | -silent | --silent | --silen | --sile | --sil)
547 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
549 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
551 sbindir
="$ac_optarg" ;;
553 -sharedstatedir | --sharedstatedir | --sharedstatedi \
554 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
555 | --sharedst | --shareds | --shared | --share | --shar \
557 ac_prev
=sharedstatedir
;;
558 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
559 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
560 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
562 sharedstatedir
="$ac_optarg" ;;
564 -site | --site | --sit)
566 -site=* | --site=* | --sit=*)
569 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
571 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
572 srcdir
="$ac_optarg" ;;
574 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
575 | --syscon | --sysco | --sysc | --sys | --sy)
576 ac_prev
=sysconfdir
;;
577 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
578 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
579 sysconfdir
="$ac_optarg" ;;
581 -target | --target | --targe | --targ | --tar | --ta | --t)
583 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
584 target
="$ac_optarg" ;;
586 -v | -verbose | --verbose | --verbos | --verbo | --verb)
589 -version | --version | --versio | --versi | --vers)
590 echo "configure generated by autoconf version 2.13"
594 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
595 # Reject names that are not valid shell variable names.
596 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
597 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
599 ac_package
=`echo $ac_package| sed 's/-/_/g'`
604 eval "with_${ac_package}='$ac_optarg'" ;;
606 -without-* | --without-*)
607 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
608 # Reject names that are not valid shell variable names.
609 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
610 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
612 ac_package
=`echo $ac_package| sed 's/-/_/g'`
613 eval "with_${ac_package}=no" ;;
616 # Obsolete; use --with-x.
619 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
620 | --x-incl | --x-inc | --x-in | --x-i)
621 ac_prev
=x_includes
;;
622 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
623 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
624 x_includes
="$ac_optarg" ;;
626 -x-libraries | --x-libraries | --x-librarie | --x-librari \
627 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
628 ac_prev
=x_libraries
;;
629 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
630 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
631 x_libraries
="$ac_optarg" ;;
633 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
637 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
638 echo "configure: warning: $ac_option: invalid host type" 1>&2
640 if test "x$nonopt" != xNONE
; then
641 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
649 if test -n "$ac_prev"; then
650 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
653 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
655 # File descriptor usage:
658 # 2 errors and warnings
659 # 3 some systems may open it to /dev/tty
660 # 4 used on the Kubota Titan
661 # 6 checking for... messages and results
662 # 5 compiler messages saved in config.log
663 if test "$silent" = yes; then
671 This file contains any messages produced by compilers while
672 running configure, to aid debugging if configure makes a mistake.
675 # Strip out --no-create and --no-recursion so they do not pile up.
676 # Also quote any args containing shell metacharacters.
681 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
682 | --no-cr | --no-c) ;;
683 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
684 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
685 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
686 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
687 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
692 # Only set these to C if already set. These must not be set unconditionally
693 # because not all systems understand e.g. LANG=C (notably SCO).
694 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
695 # Non-C LC_CTYPE values break the ctype check.
696 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
697 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
698 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
699 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
701 # confdefs.h avoids OS command line length limits that DEFS can exceed.
702 rm -rf conftest
* confdefs.h
703 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
706 # A filename unique to this package, relative to the directory that
707 # configure is in, which we can look for to find out if srcdir is correct.
708 ac_unique_file
=wx
-config.
in
710 # Find the source files, if location was not specified.
711 if test -z "$srcdir"; then
712 ac_srcdir_defaulted
=yes
713 # Try the directory containing this script, then its parent.
715 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
716 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
718 if test ! -r $srcdir/$ac_unique_file; then
722 ac_srcdir_defaulted
=no
724 if test ! -r $srcdir/$ac_unique_file; then
725 if test "$ac_srcdir_defaulted" = yes; then
726 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
728 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
731 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
733 # Prefer explicitly selected file to automatically selected ones.
734 if test -z "$CONFIG_SITE"; then
735 if test "x$prefix" != xNONE
; then
736 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
738 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
741 for ac_site_file
in $CONFIG_SITE; do
742 if test -r "$ac_site_file"; then
743 echo "loading site script $ac_site_file"
748 if test -r "$cache_file"; then
749 echo "loading cache $cache_file"
752 echo "creating cache $cache_file"
757 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
758 ac_cpp
='$CPP $CPPFLAGS'
759 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
760 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
761 cross_compiling
=$ac_cv_prog_cc_cross
765 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
766 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
767 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
774 ac_n
= ac_c
='\c' ac_t
=
780 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
781 if test -f $ac_dir/install-sh; then
783 ac_install_sh
="$ac_aux_dir/install-sh -c"
785 elif test -f $ac_dir/install.sh
; then
787 ac_install_sh
="$ac_aux_dir/install.sh -c"
791 if test -z "$ac_aux_dir"; then
792 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
794 ac_config_guess
=$ac_aux_dir/config.guess
795 ac_config_sub
=$ac_aux_dir/config.sub
796 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
799 # Do some error checking and defaulting for the host and target type.
801 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
804 # 1. You are not allowed to specify --host, --target, and nonopt at the
806 # 2. Host defaults to nonopt.
807 # 3. If nonopt is not specified, then host defaults to the current host,
808 # as determined by config.guess.
809 # 4. Target and build default to nonopt.
810 # 5. If nonopt is not specified, then target and build default to host.
812 # The aliases save the names the user supplied, while $host etc.
813 # will get canonicalized.
814 case $host---$target---$nonopt in
815 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
816 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
820 # Make sure we can run config.sub.
821 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
822 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
825 echo $ac_n "checking host system type""... $ac_c" 1>&6
826 echo "configure:827: checking host system type" >&5
829 case "$host_alias" in
833 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
834 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
836 *) host_alias
=$nonopt ;;
840 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
841 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
842 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
843 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
844 echo "$ac_t""$host" 1>&6
846 echo $ac_n "checking target system type""... $ac_c" 1>&6
847 echo "configure:848: checking target system type" >&5
850 case "$target_alias" in
853 NONE
) target_alias
=$host_alias ;;
854 *) target_alias
=$nonopt ;;
858 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
859 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
860 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
861 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
862 echo "$ac_t""$target" 1>&6
864 echo $ac_n "checking build system type""... $ac_c" 1>&6
865 echo "configure:866: checking build system type" >&5
868 case "$build_alias" in
871 NONE
) build_alias
=$host_alias ;;
872 *) build_alias
=$nonopt ;;
876 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
877 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
878 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
879 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
880 echo "$ac_t""$build" 1>&6
882 test "$host_alias" != "$target_alias" &&
883 test "$program_prefix$program_suffix$program_transform_name" = \
885 program_prefix
=${target_alias}-
889 WX_MAJOR_VERSION_NUMBER
=2
890 WX_MINOR_VERSION_NUMBER
=1
896 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
898 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
899 WX_CURRENT
=`expr $WX_RELEASE_NUMBER - $WX_INTERFACE_AGE`
900 WX_REVISION
=$WX_INTERFACE_AGE
901 WX_AGE
=`expr $WX_BINARY_AGE - $WX_INTERFACE_AGE`
925 ALL_TOOLKITS
="CYGWIN GTK MINGW MOTIF WINE"
928 DEFAULT_wxUSE_MOTIF
=0
932 DEFAULT_DEFAULT_wxUSE_GTK
=0
933 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
934 DEFAULT_DEFAULT_wxUSE_MSW
=0
935 DEFAULT_DEFAULT_wxUSE_WINE
=0
940 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
941 cat >> confdefs.h
<<\EOF
948 cat >> confdefs.h
<<\EOF
953 if test "x$TMP" = "xalpha"; then
955 cat >> confdefs.h
<<\EOF
960 DEFAULT_DEFAULT_wxUSE_GTK
=1
962 *-*-irix5* | *-*-irix6* )
965 cat >> confdefs.h
<<\EOF
969 cat >> confdefs.h
<<\EOF
973 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
979 cat >> confdefs.h
<<\EOF
983 cat >> confdefs.h
<<\EOF
984 #define __SOLARIS__ 1
987 cat >> confdefs.h
<<\EOF
991 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
997 cat >> confdefs.h
<<\EOF
1001 cat >> confdefs.h
<<\EOF
1005 cat >> confdefs.h
<<\EOF
1009 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1011 *-*-freebsd* | *-*-netbsd*)
1014 cat >> confdefs.h
<<\EOF
1015 #define __FREEBSD__ 1
1018 cat >> confdefs.h
<<\EOF
1022 DEFAULT_DEFAULT_wxUSE_GTK
=1
1027 cat >> confdefs.h
<<\EOF
1031 cat >> confdefs.h
<<\EOF
1035 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1040 cat >> confdefs.h
<<\EOF
1044 cat >> confdefs.h
<<\EOF
1048 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1053 cat >> confdefs.h
<<\EOF
1057 cat >> confdefs.h
<<\EOF
1061 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1067 cat >> confdefs.h
<<\EOF
1071 cat >> confdefs.h
<<\EOF
1075 cat >> confdefs.h
<<\EOF
1079 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1085 cat >> confdefs.h
<<\EOF
1089 cat >> confdefs.h
<<\EOF
1093 cat >> confdefs.h
<<\EOF
1094 #define __WINDOWS__ 1
1097 cat >> confdefs.h
<<\EOF
1098 #define __GNUWIN32__ 1
1101 cat >> confdefs.h
<<\EOF
1105 cat >> confdefs.h
<<\EOF
1106 #define WINVER 0x0400
1109 DEFAULT_DEFAULT_wxUSE_MSW
=1
1114 cat >> confdefs.h
<<\EOF
1118 cat >> confdefs.h
<<\EOF
1122 cat >> confdefs.h
<<\EOF
1123 #define __WINDOWS__ 1
1126 cat >> confdefs.h
<<\EOF
1127 #define __GNUWIN32__ 1
1130 cat >> confdefs.h
<<\EOF
1134 cat >> confdefs.h
<<\EOF
1135 #define WINVER 0x0400
1138 DEFAULT_DEFAULT_wxUSE_MSW
=1
1142 cat >> confdefs.h
<<\EOF
1149 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1152 if test "$USE_UNIX" = 1 ; then
1154 cat >> confdefs.h
<<\EOF
1158 SRC_SUBDIRS
="$SRC_SUBDIRS unix"
1159 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS unix"
1162 if test "$USE_LINUX" = 1; then
1163 echo $ac_n "checking for gettext in -lc""... $ac_c" 1>&6
1164 echo "configure:1165: checking for gettext in -lc" >&5
1165 ac_lib_var
=`echo c'_'gettext | sed 'y%./+-%__p_%'`
1166 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1167 echo $ac_n "(cached) $ac_c" 1>&6
1169 ac_save_LIBS
="$LIBS"
1171 cat > conftest.
$ac_ext <<EOF
1172 #line 1173 "configure"
1173 #include "confdefs.h"
1174 /* Override any gcc2 internal prototype to avoid an error. */
1175 /* We use char because int might match the return type of a gcc2
1176 builtin and then its argument prototype would still apply. */
1183 if { (eval echo configure
:1184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1185 eval "ac_cv_lib_$ac_lib_var=yes"
1187 echo "configure: failed program was:" >&5
1188 cat conftest.
$ac_ext >&5
1190 eval "ac_cv_lib_$ac_lib_var=no"
1193 LIBS
="$ac_save_LIBS"
1196 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1197 echo "$ac_t""yes" 1>&6
1198 cat >> confdefs.h
<<\EOF
1199 #define wxHAVE_GLIBC2 1
1203 echo "$ac_t""no" 1>&6
1211 wx_arg_cache_file
="configarg.cache"
1212 echo "loading argument cache $wx_arg_cache_file"
1213 rm -f ${wx_arg_cache_file}.tmp
1214 touch ${wx_arg_cache_file}.tmp
1215 touch ${wx_arg_cache_file}
1219 if test $DEBUG_CONFIGURE = 1; then
1220 DEFAULT_wxUSE_THREADS
=yes
1222 DEFAULT_wxUSE_SHARED
=yes
1223 DEFAULT_wxUSE_OPTIMISE
=yes
1224 DEFAULT_wxUSE_PROFILE
=no
1225 DEFAULT_wxUSE_NO_DEPS
=no
1226 DEFAULT_wxUSE_NO_RTTI
=no
1227 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1228 DEFAULT_wxUSE_PERMISSIVE
=no
1229 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1230 DEFAULT_wxUSE_DEBUG_INFO
=yes
1231 DEFAULT_wxUSE_DEBUG_GDB
=yes
1232 DEFAULT_wxUSE_MEM_TRACING
=no
1233 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1234 DEFAULT_wxUSE_DMALLOC
=no
1235 DEFAULT_wxUSE_APPLE_IEEE
=no
1237 DEFAULT_wxUSE_LOG
=yes
1239 DEFAULT_wxUSE_GUI
=yes
1241 DEFAULT_wxUSE_ZLIB
=no
1242 DEFAULT_wxUSE_LIBPNG
=no
1243 DEFAULT_wxUSE_LIBJPEG
=no
1244 DEFAULT_wxUSE_ODBC
=no
1246 DEFAULT_wxUSE_STD_IOSTREAM
=no
1247 DEFAULT_wxUSE_FILE
=no
1248 DEFAULT_wxUSE_TEXTFILE
=no
1249 DEFAULT_wxUSE_TIMEDATE
=no
1250 DEFAULT_wxUSE_WAVE
=no
1251 DEFAULT_wxUSE_INTL
=no
1252 DEFAULT_wxUSE_CONFIG
=no
1253 DEFAULT_wxUSE_STREAMS
=no
1254 DEFAULT_wxUSE_SOCKETS
=no
1255 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1256 DEFAULT_wxUSE_SERIAL
=no
1257 DEFAULT_wxUSE_JOYSTICK
=no
1258 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1259 DEFAULT_wxUSE_LONGLONG
=no
1261 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1262 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1263 DEFAULT_wxUSE_POSTSCRIPT
=no
1265 DEFAULT_wxUSE_X_RESOURCES
=no
1266 DEFAULT_wxUSE_CLIPBOARD
=no
1267 DEFAULT_wxUSE_TOOLTIPS
=no
1268 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1269 DEFAULT_wxUSE_SPLINES
=no
1271 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1272 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1273 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1275 DEFAULT_wxUSE_PROLOGIO
=no
1276 DEFAULT_wxUSE_RESOURCES
=no
1277 DEFAULT_wxUSE_CONSTRAINTS
=no
1278 DEFAULT_wxUSE_IPC
=no
1279 DEFAULT_wxUSE_HELP
=no
1280 DEFAULT_wxUSE_WXTREE
=no
1281 DEFAULT_wxUSE_METAFILE
=no
1283 DEFAULT_wxUSE_COMMONDLGS
=no
1284 DEFAULT_wxUSE_DIRDLG
=no
1285 DEFAULT_wxUSE_TEXTDLG
=no
1286 DEFAULT_wxUSE_STARTUP_TIPS
=no
1287 DEFAULT_wxUSE_PROGRESSDLG
=no
1288 DEFAULT_wxUSE_MINIFRAME
=no
1289 DEFAULT_wxUSE_HTML
=no
1290 DEFAULT_wxUSE_FS_INET
=no
1291 DEFAULT_wxUSE_FS_ZIP
=no
1292 DEFAULT_wxUSE_BUSYINFO
=no
1293 DEFAULT_wxUSE_ZIPSTREAM
=no
1294 DEFAULT_wxUSE_VALIDATORS
=yes
1296 DEFAULT_wxUSE_ACCEL
=no
1297 DEFAULT_wxUSE_CARET
=no
1298 DEFAULT_wxUSE_BMPBUTTON
=no
1299 DEFAULT_wxUSE_CHECKBOX
=no
1300 DEFAULT_wxUSE_CHECKLST
=no
1301 DEFAULT_wxUSE_CHOICE
=yes
1302 DEFAULT_wxUSE_COMBOBOX
=no
1303 DEFAULT_wxUSE_GAUGE
=no
1304 DEFAULT_wxUSE_GRID
=no
1305 DEFAULT_wxUSE_NEW_GRID
=no
1306 DEFAULT_wxUSE_IMAGLIST
=no
1307 DEFAULT_wxUSE_LISTBOX
=no
1308 DEFAULT_wxUSE_LISTCTRL
=no
1309 DEFAULT_wxUSE_NOTEBOOK
=no
1310 DEFAULT_wxUSE_RADIOBOX
=no
1311 DEFAULT_wxUSE_RADIOBTN
=no
1312 DEFAULT_wxUSE_SASH
=no
1313 DEFAULT_wxUSE_SCROLLBAR
=no
1314 DEFAULT_wxUSE_SLIDER
=no
1315 DEFAULT_wxUSE_SPINBTN
=no
1316 DEFAULT_wxUSE_SPLITTER
=no
1317 DEFAULT_wxUSE_STATBMP
=no
1318 DEFAULT_wxUSE_STATBOX
=no
1319 DEFAULT_wxUSE_STATLINE
=no
1320 DEFAULT_wxUSE_STATUSBAR
=yes
1321 DEFAULT_wxUSE_TABDIALOG
=no
1322 DEFAULT_wxUSE_TOOLBAR
=no
1323 DEFAULT_wxUSE_TREECTRL
=no
1325 DEFAULT_wxUSE_UNICODE
=no
1326 DEFAULT_wxUSE_WCSRTOMBS
=no
1328 DEFAULT_wxUSE_GIF
=no
1329 DEFAULT_wxUSE_PCX
=no
1330 DEFAULT_wxUSE_PNM
=no
1332 DEFAULT_wxUSE_THREADS
=yes
1334 DEFAULT_wxUSE_SHARED
=yes
1335 DEFAULT_wxUSE_OPTIMISE
=yes
1336 DEFAULT_wxUSE_PROFILE
=no
1337 DEFAULT_wxUSE_NO_DEPS
=no
1338 DEFAULT_wxUSE_NO_RTTI
=no
1339 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1340 DEFAULT_wxUSE_PERMISSIVE
=no
1341 DEFAULT_wxUSE_DEBUG_FLAG
=no
1342 DEFAULT_wxUSE_DEBUG_INFO
=no
1343 DEFAULT_wxUSE_DEBUG_GDB
=no
1344 DEFAULT_wxUSE_MEM_TRACING
=no
1345 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1346 DEFAULT_wxUSE_DMALLOC
=no
1347 DEFAULT_wxUSE_APPLE_IEEE
=yes
1349 DEFAULT_wxUSE_LOG
=yes
1351 DEFAULT_wxUSE_GUI
=yes
1353 DEFAULT_wxUSE_ZLIB
=yes
1354 DEFAULT_wxUSE_LIBPNG
=yes
1355 DEFAULT_wxUSE_LIBJPEG
=yes
1356 DEFAULT_wxUSE_ODBC
=yes
1358 DEFAULT_wxUSE_STD_IOSTREAM
=no
1359 DEFAULT_wxUSE_FILE
=yes
1360 DEFAULT_wxUSE_TEXTFILE
=yes
1361 DEFAULT_wxUSE_TIMEDATE
=yes
1362 DEFAULT_wxUSE_WAVE
=no
1363 DEFAULT_wxUSE_INTL
=yes
1364 DEFAULT_wxUSE_CONFIG
=yes
1365 DEFAULT_wxUSE_STREAMS
=yes
1366 DEFAULT_wxUSE_SOCKETS
=yes
1367 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1368 DEFAULT_wxUSE_SERIAL
=yes
1369 DEFAULT_wxUSE_JOYSTICK
=yes
1370 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1371 DEFAULT_wxUSE_LONGLONG
=no
1373 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1374 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1375 DEFAULT_wxUSE_POSTSCRIPT
=yes
1377 DEFAULT_wxUSE_X_RESOURCES
=no
1378 DEFAULT_wxUSE_CLIPBOARD
=yes
1379 DEFAULT_wxUSE_TOOLTIPS
=yes
1380 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1381 DEFAULT_wxUSE_SPLINES
=yes
1383 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1384 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1385 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1387 DEFAULT_wxUSE_PROLOGIO
=yes
1388 DEFAULT_wxUSE_RESOURCES
=yes
1389 DEFAULT_wxUSE_CONSTRAINTS
=yes
1390 DEFAULT_wxUSE_IPC
=yes
1391 DEFAULT_wxUSE_HELP
=yes
1392 DEFAULT_wxUSE_WXTREE
=yes
1393 DEFAULT_wxUSE_METAFILE
=yes
1395 DEFAULT_wxUSE_COMMONDLGS
=yes
1396 DEFAULT_wxUSE_DIRDLG
=yes
1397 DEFAULT_wxUSE_TEXTDLG
=yes
1398 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1399 DEFAULT_wxUSE_PROGRESSDLG
=yes
1400 DEFAULT_wxUSE_MINIFRAME
=yes
1401 DEFAULT_wxUSE_HTML
=yes
1402 DEFAULT_wxUSE_FS_INET
=yes
1403 DEFAULT_wxUSE_FS_ZIP
=yes
1404 DEFAULT_wxUSE_BUSYINFO
=yes
1405 DEFAULT_wxUSE_ZIPSTREAM
=yes
1406 DEFAULT_wxUSE_VALIDATORS
=yes
1408 DEFAULT_wxUSE_ACCEL
=yes
1409 DEFAULT_wxUSE_CARET
=yes
1410 DEFAULT_wxUSE_BMPBUTTON
=yes
1411 DEFAULT_wxUSE_CHECKBOX
=yes
1412 DEFAULT_wxUSE_CHECKLST
=yes
1413 DEFAULT_wxUSE_CHOICE
=yes
1414 DEFAULT_wxUSE_COMBOBOX
=yes
1415 DEFAULT_wxUSE_GAUGE
=yes
1416 DEFAULT_wxUSE_GRID
=yes
1417 DEFAULT_wxUSE_NEW_GRID
=yes
1418 DEFAULT_wxUSE_IMAGLIST
=yes
1419 DEFAULT_wxUSE_LISTBOX
=yes
1420 DEFAULT_wxUSE_LISTCTRL
=yes
1421 DEFAULT_wxUSE_NOTEBOOK
=yes
1422 DEFAULT_wxUSE_RADIOBOX
=yes
1423 DEFAULT_wxUSE_RADIOBTN
=yes
1424 DEFAULT_wxUSE_SASH
=yes
1425 DEFAULT_wxUSE_SCROLLBAR
=yes
1426 DEFAULT_wxUSE_SLIDER
=yes
1427 DEFAULT_wxUSE_SPINBTN
=yes
1428 DEFAULT_wxUSE_SPLITTER
=yes
1429 DEFAULT_wxUSE_STATBMP
=yes
1430 DEFAULT_wxUSE_STATBOX
=yes
1431 DEFAULT_wxUSE_STATLINE
=yes
1432 DEFAULT_wxUSE_STATUSBAR
=yes
1433 DEFAULT_wxUSE_TABDIALOG
=no
1434 DEFAULT_wxUSE_TOOLBAR
=yes
1435 DEFAULT_wxUSE_TREECTRL
=yes
1437 DEFAULT_wxUSE_UNICODE
=no
1438 DEFAULT_wxUSE_WCSRTOMBS
=no
1440 DEFAULT_wxUSE_GIF
=yes
1441 DEFAULT_wxUSE_PCX
=yes
1442 DEFAULT_wxUSE_PNM
=yes
1447 for toolkit
in `echo $ALL_TOOLKITS`; do
1448 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1449 if test "x$LINE" != x
; then
1450 has_toolkit_in_cache
=1
1451 eval "DEFAULT_$LINE"
1452 eval "CACHE_$toolkit=1"
1458 echo $ac_n "checking "for --enable-gui"""... $ac_c" 1>&6
1459 echo "configure:1460: checking "for --enable-gui"" >&5
1461 # Check whether --enable-gui or --disable-gui was given.
1462 if test "${enable_gui+set}" = set; then
1463 enableval
="$enable_gui"
1465 if test "$enableval" = yes; then
1466 ac_cv_use_gui
='wxUSE_GUI=yes'
1468 ac_cv_use_gui
='wxUSE_GUI=no'
1473 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1474 if test "x$LINE" != x
; then
1475 eval "DEFAULT_$LINE"
1480 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1485 eval "$ac_cv_use_gui"
1486 if test "$no_cache" != 1; then
1487 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1490 if test "$wxUSE_GUI" = yes; then
1491 echo "$ac_t""yes" 1>&6
1493 echo "$ac_t""no" 1>&6
1497 if test "$wxUSE_GUI" = "no"; then
1498 DEFAULT_wxUSE_ZLIB
=no
1499 DEFAULT_wxUSE_LIBPNG
=no
1500 DEFAULT_wxUSE_LIBJPEG
=no
1501 DEFAULT_wxUSE_SOCKETS
=no
1502 DEFAULT_wxUSE_JOYSTICK
=no
1503 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1504 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1505 DEFAULT_wxUSE_POSTSCRIPT
=no
1506 DEFAULT_wxUSE_X_RESOURCES
=no
1507 DEFAULT_wxUSE_CLIPBOARD
=no
1508 DEFAULT_wxUSE_TOOLTIPS
=no
1509 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1510 DEFAULT_wxUSE_SPLINES
=no
1511 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1512 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1513 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1514 DEFAULT_wxUSE_PROLOGIO
=no
1515 DEFAULT_wxUSE_RESOURCES
=no
1516 DEFAULT_wxUSE_CONSTRAINTS
=no
1517 DEFAULT_wxUSE_IPC
=no
1518 DEFAULT_wxUSE_HELP
=no
1519 DEFAULT_wxUSE_WXTREE
=no
1520 DEFAULT_wxUSE_METAFILE
=no
1521 DEFAULT_wxUSE_COMMONDLGS
=no
1522 DEFAULT_wxUSE_DIRDLG
=no
1523 DEFAULT_wxUSE_TEXTDLG
=no
1524 DEFAULT_wxUSE_STARTUP_TIPS
=no
1525 DEFAULT_wxUSE_PROGRESSDLG
=no
1526 DEFAULT_wxUSE_MINIFRAME
=no
1527 DEFAULT_wxUSE_HTML
=no
1528 DEFAULT_wxUSE_FS_INET
=no
1529 DEFAULT_wxUSE_FS_ZIP
=no
1530 DEFAULT_wxUSE_BUSYINFO
=no
1531 DEFAULT_wxUSE_ZIPSTREAM
=no
1532 DEFAULT_wxUSE_VALIDATORS
=yes
1533 DEFAULT_wxUSE_ACCEL
=no
1534 DEFAULT_wxUSE_CARET
=no
1535 DEFAULT_wxUSE_BMPBUTTON
=no
1536 DEFAULT_wxUSE_CHECKBOX
=no
1537 DEFAULT_wxUSE_CHECKLST
=no
1538 DEFAULT_wxUSE_CHOICE
=yes
1539 DEFAULT_wxUSE_COMBOBOX
=no
1540 DEFAULT_wxUSE_GAUGE
=no
1541 DEFAULT_wxUSE_GRID
=no
1542 DEFAULT_wxUSE_NEW_GRID
=no
1543 DEFAULT_wxUSE_IMAGLIST
=no
1544 DEFAULT_wxUSE_LISTBOX
=no
1545 DEFAULT_wxUSE_LISTCTRL
=no
1546 DEFAULT_wxUSE_NOTEBOOK
=no
1547 DEFAULT_wxUSE_RADIOBOX
=no
1548 DEFAULT_wxUSE_RADIOBTN
=no
1549 DEFAULT_wxUSE_SASH
=no
1550 DEFAULT_wxUSE_SCROLLBAR
=no
1551 DEFAULT_wxUSE_SLIDER
=no
1552 DEFAULT_wxUSE_SPINBTN
=no
1553 DEFAULT_wxUSE_SPLITTER
=no
1554 DEFAULT_wxUSE_STATBMP
=no
1555 DEFAULT_wxUSE_STATBOX
=no
1556 DEFAULT_wxUSE_STATLINE
=no
1557 DEFAULT_wxUSE_STATUSBAR
=yes
1558 DEFAULT_wxUSE_TABDIALOG
=no
1559 DEFAULT_wxUSE_TOOLBAR
=no
1560 DEFAULT_wxUSE_TREECTRL
=no
1561 DEFAULT_wxUSE_GIF
=no
1562 DEFAULT_wxUSE_PCX
=no
1563 DEFAULT_wxUSE_PNM
=no
1566 # Check whether --with-gtk or --without-gtk was given.
1567 if test "${with_gtk+set}" = set; then
1569 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1572 # Check whether --with-motif or --without-motif was given.
1573 if test "${with_motif+set}" = set; then
1574 withval
="$with_motif"
1575 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1578 # Check whether --with-wine or --without-wine was given.
1579 if test "${with_wine+set}" = set; then
1580 withval
="$with_wine"
1581 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1584 # Check whether --with-cygwin or --without-cygwin was given.
1585 if test "${with_cygwin+set}" = set; then
1586 withval
="$with_cygwin"
1587 wxUSE_CYGWIN
="$withval" CACHE_CYGWIN
=1 TOOLKIT_GIVEN
=1
1590 # Check whether --with-mingw or --without-mingw was given.
1591 if test "${with_mingw+set}" = set; then
1592 withval
="$with_mingw"
1593 wxUSE_MINGW
="$withval" CACHE_MINGW
=1 TOOLKIT_GIVEN
=1
1597 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
1598 if test "${with_gtk_prefix+set}" = set; then
1599 withval
="$with_gtk_prefix"
1600 gtk_config_prefix
="$withval"
1602 gtk_config_prefix
=""
1605 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
1606 if test "${with_gtk_exec_prefix+set}" = set; then
1607 withval
="$with_gtk_exec_prefix"
1608 gtk_config_exec_prefix
="$withval"
1610 gtk_config_exec_prefix
=""
1615 echo $ac_n "checking "for --with-dmalloc"""... $ac_c" 1>&6
1616 echo "configure:1617: checking "for --with-dmalloc"" >&5
1618 # Check whether --with-dmalloc or --without-dmalloc was given.
1619 if test "${with_dmalloc+set}" = set; then
1620 withval
="$with_dmalloc"
1622 if test "$withval" = yes; then
1623 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
1625 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
1630 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
1631 if test "x$LINE" != x
; then
1632 eval "DEFAULT_$LINE"
1637 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
1642 eval "$ac_cv_use_dmalloc"
1643 if test "$no_cache" != 1; then
1644 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
1647 if test "$wxUSE_DMALLOC" = yes; then
1648 echo "$ac_t""yes" 1>&6
1650 echo "$ac_t""no" 1>&6
1654 echo $ac_n "checking "for --with-zlib"""... $ac_c" 1>&6
1655 echo "configure:1656: checking "for --with-zlib"" >&5
1657 # Check whether --with-zlib or --without-zlib was given.
1658 if test "${with_zlib+set}" = set; then
1659 withval
="$with_zlib"
1661 if test "$withval" = yes; then
1662 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
1664 ac_cv_use_zlib
='wxUSE_ZLIB=no'
1669 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
1670 if test "x$LINE" != x
; then
1671 eval "DEFAULT_$LINE"
1676 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
1681 eval "$ac_cv_use_zlib"
1682 if test "$no_cache" != 1; then
1683 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
1686 if test "$wxUSE_ZLIB" = yes; then
1687 echo "$ac_t""yes" 1>&6
1689 echo "$ac_t""no" 1>&6
1693 echo $ac_n "checking "for --with-libpng"""... $ac_c" 1>&6
1694 echo "configure:1695: checking "for --with-libpng"" >&5
1696 # Check whether --with-libpng or --without-libpng was given.
1697 if test "${with_libpng+set}" = set; then
1698 withval
="$with_libpng"
1700 if test "$withval" = yes; then
1701 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1703 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1708 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1709 if test "x$LINE" != x
; then
1710 eval "DEFAULT_$LINE"
1715 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1720 eval "$ac_cv_use_libpng"
1721 if test "$no_cache" != 1; then
1722 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1725 if test "$wxUSE_LIBPNG" = yes; then
1726 echo "$ac_t""yes" 1>&6
1728 echo "$ac_t""no" 1>&6
1732 echo $ac_n "checking "for --with-libjpeg"""... $ac_c" 1>&6
1733 echo "configure:1734: checking "for --with-libjpeg"" >&5
1735 # Check whether --with-libjpeg or --without-libjpeg was given.
1736 if test "${with_libjpeg+set}" = set; then
1737 withval
="$with_libjpeg"
1739 if test "$withval" = yes; then
1740 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
1742 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
1747 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1748 if test "x$LINE" != x
; then
1749 eval "DEFAULT_$LINE"
1754 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1759 eval "$ac_cv_use_libjpeg"
1760 if test "$no_cache" != 1; then
1761 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1764 if test "$wxUSE_LIBJPEG" = yes; then
1765 echo "$ac_t""yes" 1>&6
1767 echo "$ac_t""no" 1>&6
1771 echo $ac_n "checking "for --with-opengl"""... $ac_c" 1>&6
1772 echo "configure:1773: checking "for --with-opengl"" >&5
1774 # Check whether --with-opengl or --without-opengl was given.
1775 if test "${with_opengl+set}" = set; then
1776 withval
="$with_opengl"
1778 if test "$withval" = yes; then
1779 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
1781 ac_cv_use_opengl
='wxUSE_OPENGL=no'
1786 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
1787 if test "x$LINE" != x
; then
1788 eval "DEFAULT_$LINE"
1793 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
1798 eval "$ac_cv_use_opengl"
1799 if test "$no_cache" != 1; then
1800 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
1803 if test "$wxUSE_OPENGL" = yes; then
1804 echo "$ac_t""yes" 1>&6
1806 echo "$ac_t""no" 1>&6
1810 echo $ac_n "checking "for --with-odbc"""... $ac_c" 1>&6
1811 echo "configure:1812: checking "for --with-odbc"" >&5
1813 # Check whether --with-odbc or --without-odbc was given.
1814 if test "${with_odbc+set}" = set; then
1815 withval
="$with_odbc"
1817 if test "$withval" = yes; then
1818 ac_cv_use_odbc
='wxUSE_ODBC=yes'
1820 ac_cv_use_odbc
='wxUSE_ODBC=no'
1825 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
1826 if test "x$LINE" != x
; then
1827 eval "DEFAULT_$LINE"
1832 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
1837 eval "$ac_cv_use_odbc"
1838 if test "$no_cache" != 1; then
1839 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
1842 if test "$wxUSE_ODBC" = yes; then
1843 echo "$ac_t""yes" 1>&6
1845 echo "$ac_t""no" 1>&6
1852 echo $ac_n "checking "for --enable-shared"""... $ac_c" 1>&6
1853 echo "configure:1854: checking "for --enable-shared"" >&5
1855 # Check whether --enable-shared or --disable-shared was given.
1856 if test "${enable_shared+set}" = set; then
1857 enableval
="$enable_shared"
1859 if test "$enableval" = yes; then
1860 ac_cv_use_shared
='wxUSE_SHARED=yes'
1862 ac_cv_use_shared
='wxUSE_SHARED=no'
1867 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
1868 if test "x$LINE" != x
; then
1869 eval "DEFAULT_$LINE"
1874 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
1879 eval "$ac_cv_use_shared"
1880 if test "$no_cache" != 1; then
1881 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
1884 if test "$wxUSE_SHARED" = yes; then
1885 echo "$ac_t""yes" 1>&6
1887 echo "$ac_t""no" 1>&6
1891 echo $ac_n "checking "for --enable-optimise"""... $ac_c" 1>&6
1892 echo "configure:1893: checking "for --enable-optimise"" >&5
1894 # Check whether --enable-optimise or --disable-optimise was given.
1895 if test "${enable_optimise+set}" = set; then
1896 enableval
="$enable_optimise"
1898 if test "$enableval" = yes; then
1899 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
1901 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
1906 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
1907 if test "x$LINE" != x
; then
1908 eval "DEFAULT_$LINE"
1913 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
1918 eval "$ac_cv_use_optimise"
1919 if test "$no_cache" != 1; then
1920 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
1923 if test "$wxUSE_OPTIMISE" = yes; then
1924 echo "$ac_t""yes" 1>&6
1926 echo "$ac_t""no" 1>&6
1930 echo $ac_n "checking "for --enable-debug"""... $ac_c" 1>&6
1931 echo "configure:1932: checking "for --enable-debug"" >&5
1933 # Check whether --enable-debug or --disable-debug was given.
1934 if test "${enable_debug+set}" = set; then
1935 enableval
="$enable_debug"
1937 if test "$enableval" = yes; then
1938 ac_cv_use_debug
='wxUSE_DEBUG=yes'
1940 ac_cv_use_debug
='wxUSE_DEBUG=no'
1945 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
1946 if test "x$LINE" != x
; then
1947 eval "DEFAULT_$LINE"
1952 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
1957 eval "$ac_cv_use_debug"
1958 if test "$no_cache" != 1; then
1959 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
1962 if test "$wxUSE_DEBUG" = yes; then
1963 echo "$ac_t""yes" 1>&6
1965 echo "$ac_t""no" 1>&6
1969 if test "$wxUSE_DEBUG" = "yes"; then
1970 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1971 DEFAULT_wxUSE_DEBUG_INFO
=yes
1972 elif test "$wxUSE_DEBUG" = "no"; then
1973 DEFAULT_wxUSE_DEBUG_FLAG
=no
1974 DEFAULT_wxUSE_DEBUG_INFO
=no
1978 echo $ac_n "checking "for --enable-debug_flag"""... $ac_c" 1>&6
1979 echo "configure:1980: checking "for --enable-debug_flag"" >&5
1981 # Check whether --enable-debug_flag or --disable-debug_flag was given.
1982 if test "${enable_debug_flag+set}" = set; then
1983 enableval
="$enable_debug_flag"
1985 if test "$enableval" = yes; then
1986 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
1988 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
1993 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
1994 if test "x$LINE" != x
; then
1995 eval "DEFAULT_$LINE"
2000 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2005 eval "$ac_cv_use_debug_flag"
2006 if test "$no_cache" != 1; then
2007 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2010 if test "$wxUSE_DEBUG_FLAG" = yes; then
2011 echo "$ac_t""yes" 1>&6
2013 echo "$ac_t""no" 1>&6
2017 echo $ac_n "checking "for --enable-debug_info"""... $ac_c" 1>&6
2018 echo "configure:2019: checking "for --enable-debug_info"" >&5
2020 # Check whether --enable-debug_info or --disable-debug_info was given.
2021 if test "${enable_debug_info+set}" = set; then
2022 enableval
="$enable_debug_info"
2024 if test "$enableval" = yes; then
2025 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2027 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2032 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2033 if test "x$LINE" != x
; then
2034 eval "DEFAULT_$LINE"
2039 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2044 eval "$ac_cv_use_debug_info"
2045 if test "$no_cache" != 1; then
2046 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2049 if test "$wxUSE_DEBUG_INFO" = yes; then
2050 echo "$ac_t""yes" 1>&6
2052 echo "$ac_t""no" 1>&6
2056 echo $ac_n "checking "for --enable-debug_gdb"""... $ac_c" 1>&6
2057 echo "configure:2058: checking "for --enable-debug_gdb"" >&5
2059 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2060 if test "${enable_debug_gdb+set}" = set; then
2061 enableval
="$enable_debug_gdb"
2063 if test "$enableval" = yes; then
2064 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2066 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2071 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2072 if test "x$LINE" != x
; then
2073 eval "DEFAULT_$LINE"
2078 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2083 eval "$ac_cv_use_debug_gdb"
2084 if test "$no_cache" != 1; then
2085 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2088 if test "$wxUSE_DEBUG_GDB" = yes; then
2089 echo "$ac_t""yes" 1>&6
2091 echo "$ac_t""no" 1>&6
2095 echo $ac_n "checking "for --enable-debug_cntxt"""... $ac_c" 1>&6
2096 echo "configure:2097: checking "for --enable-debug_cntxt"" >&5
2098 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2099 if test "${enable_debug_cntxt+set}" = set; then
2100 enableval
="$enable_debug_cntxt"
2102 if test "$enableval" = yes; then
2103 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2105 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2110 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2111 if test "x$LINE" != x
; then
2112 eval "DEFAULT_$LINE"
2117 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2122 eval "$ac_cv_use_debug_cntxt"
2123 if test "$no_cache" != 1; then
2124 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2127 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2128 echo "$ac_t""yes" 1>&6
2130 echo "$ac_t""no" 1>&6
2134 echo $ac_n "checking "for --enable-mem_tracing"""... $ac_c" 1>&6
2135 echo "configure:2136: checking "for --enable-mem_tracing"" >&5
2137 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2138 if test "${enable_mem_tracing+set}" = set; then
2139 enableval
="$enable_mem_tracing"
2141 if test "$enableval" = yes; then
2142 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2144 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2149 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2150 if test "x$LINE" != x
; then
2151 eval "DEFAULT_$LINE"
2156 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2161 eval "$ac_cv_use_mem_tracing"
2162 if test "$no_cache" != 1; then
2163 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2166 if test "$wxUSE_MEM_TRACING" = yes; then
2167 echo "$ac_t""yes" 1>&6
2169 echo "$ac_t""no" 1>&6
2173 echo $ac_n "checking "for --enable-profile"""... $ac_c" 1>&6
2174 echo "configure:2175: checking "for --enable-profile"" >&5
2176 # Check whether --enable-profile or --disable-profile was given.
2177 if test "${enable_profile+set}" = set; then
2178 enableval
="$enable_profile"
2180 if test "$enableval" = yes; then
2181 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2183 ac_cv_use_profile
='wxUSE_PROFILE=no'
2188 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2189 if test "x$LINE" != x
; then
2190 eval "DEFAULT_$LINE"
2195 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2200 eval "$ac_cv_use_profile"
2201 if test "$no_cache" != 1; then
2202 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2205 if test "$wxUSE_PROFILE" = yes; then
2206 echo "$ac_t""yes" 1>&6
2208 echo "$ac_t""no" 1>&6
2212 echo $ac_n "checking "for --enable-no_rtti"""... $ac_c" 1>&6
2213 echo "configure:2214: checking "for --enable-no_rtti"" >&5
2215 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2216 if test "${enable_no_rtti+set}" = set; then
2217 enableval
="$enable_no_rtti"
2219 if test "$enableval" = yes; then
2220 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2222 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2227 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2228 if test "x$LINE" != x
; then
2229 eval "DEFAULT_$LINE"
2234 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2239 eval "$ac_cv_use_no_rtti"
2240 if test "$no_cache" != 1; then
2241 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2244 if test "$wxUSE_NO_RTTI" = yes; then
2245 echo "$ac_t""yes" 1>&6
2247 echo "$ac_t""no" 1>&6
2251 echo $ac_n "checking "for --enable-no_exceptions"""... $ac_c" 1>&6
2252 echo "configure:2253: checking "for --enable-no_exceptions"" >&5
2254 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2255 if test "${enable_no_exceptions+set}" = set; then
2256 enableval
="$enable_no_exceptions"
2258 if test "$enableval" = yes; then
2259 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2261 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2266 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2267 if test "x$LINE" != x
; then
2268 eval "DEFAULT_$LINE"
2273 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2278 eval "$ac_cv_use_no_exceptions"
2279 if test "$no_cache" != 1; then
2280 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2283 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2284 echo "$ac_t""yes" 1>&6
2286 echo "$ac_t""no" 1>&6
2290 echo $ac_n "checking "for --enable-permissive"""... $ac_c" 1>&6
2291 echo "configure:2292: checking "for --enable-permissive"" >&5
2293 # Check whether --enable-permissive or --disable-permissive was given.
2294 if test "${enable_permissive+set}" = set; then
2295 enableval
="$enable_permissive"
2297 if test "$enableval" = yes; then
2298 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2300 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2305 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2306 if test "x$LINE" != x
; then
2307 eval "DEFAULT_$LINE"
2312 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2317 eval "$ac_cv_use_permissive"
2318 if test "$no_cache" != 1; then
2319 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2322 if test "$wxUSE_PERMISSIVE" = yes; then
2323 echo "$ac_t""yes" 1>&6
2325 echo "$ac_t""no" 1>&6
2329 echo $ac_n "checking "for --enable-no_deps"""... $ac_c" 1>&6
2330 echo "configure:2331: checking "for --enable-no_deps"" >&5
2332 # Check whether --enable-no_deps or --disable-no_deps was given.
2333 if test "${enable_no_deps+set}" = set; then
2334 enableval
="$enable_no_deps"
2336 if test "$enableval" = yes; then
2337 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2339 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2344 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2345 if test "x$LINE" != x
; then
2346 eval "DEFAULT_$LINE"
2351 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2356 eval "$ac_cv_use_no_deps"
2357 if test "$no_cache" != 1; then
2358 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2361 if test "$wxUSE_NO_DEPS" = yes; then
2362 echo "$ac_t""yes" 1>&6
2364 echo "$ac_t""no" 1>&6
2370 echo $ac_n "checking "for --enable-intl"""... $ac_c" 1>&6
2371 echo "configure:2372: checking "for --enable-intl"" >&5
2373 # Check whether --enable-intl or --disable-intl was given.
2374 if test "${enable_intl+set}" = set; then
2375 enableval
="$enable_intl"
2377 if test "$enableval" = yes; then
2378 ac_cv_use_intl
='wxUSE_INTL=yes'
2380 ac_cv_use_intl
='wxUSE_INTL=no'
2385 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2386 if test "x$LINE" != x
; then
2387 eval "DEFAULT_$LINE"
2392 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2397 eval "$ac_cv_use_intl"
2398 if test "$no_cache" != 1; then
2399 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2402 if test "$wxUSE_INTL" = yes; then
2403 echo "$ac_t""yes" 1>&6
2405 echo "$ac_t""no" 1>&6
2409 echo $ac_n "checking "for --enable-config"""... $ac_c" 1>&6
2410 echo "configure:2411: checking "for --enable-config"" >&5
2412 # Check whether --enable-config or --disable-config was given.
2413 if test "${enable_config+set}" = set; then
2414 enableval
="$enable_config"
2416 if test "$enableval" = yes; then
2417 ac_cv_use_config
='wxUSE_CONFIG=yes'
2419 ac_cv_use_config
='wxUSE_CONFIG=no'
2424 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2425 if test "x$LINE" != x
; then
2426 eval "DEFAULT_$LINE"
2431 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2436 eval "$ac_cv_use_config"
2437 if test "$no_cache" != 1; then
2438 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2441 if test "$wxUSE_CONFIG" = yes; then
2442 echo "$ac_t""yes" 1>&6
2444 echo "$ac_t""no" 1>&6
2448 echo $ac_n "checking "for --enable-sockets"""... $ac_c" 1>&6
2449 echo "configure:2450: checking "for --enable-sockets"" >&5
2451 # Check whether --enable-sockets or --disable-sockets was given.
2452 if test "${enable_sockets+set}" = set; then
2453 enableval
="$enable_sockets"
2455 if test "$enableval" = yes; then
2456 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
2458 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
2463 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2464 if test "x$LINE" != x
; then
2465 eval "DEFAULT_$LINE"
2470 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
2475 eval "$ac_cv_use_sockets"
2476 if test "$no_cache" != 1; then
2477 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
2480 if test "$wxUSE_SOCKETS" = yes; then
2481 echo "$ac_t""yes" 1>&6
2483 echo "$ac_t""no" 1>&6
2487 echo $ac_n "checking "for --enable-dialupman"""... $ac_c" 1>&6
2488 echo "configure:2489: checking "for --enable-dialupman"" >&5
2490 # Check whether --enable-dialupman or --disable-dialupman was given.
2491 if test "${enable_dialupman+set}" = set; then
2492 enableval
="$enable_dialupman"
2494 if test "$enableval" = yes; then
2495 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
2497 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
2502 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
2503 if test "x$LINE" != x
; then
2504 eval "DEFAULT_$LINE"
2509 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
2514 eval "$ac_cv_use_dialupman"
2515 if test "$no_cache" != 1; then
2516 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
2519 if test "$wxUSE_DIALUP_MANAGER" = yes; then
2520 echo "$ac_t""yes" 1>&6
2522 echo "$ac_t""no" 1>&6
2526 echo $ac_n "checking "for --enable-ipc"""... $ac_c" 1>&6
2527 echo "configure:2528: checking "for --enable-ipc"" >&5
2529 # Check whether --enable-ipc or --disable-ipc was given.
2530 if test "${enable_ipc+set}" = set; then
2531 enableval
="$enable_ipc"
2533 if test "$enableval" = yes; then
2534 ac_cv_use_ipc
='wxUSE_IPC=yes'
2536 ac_cv_use_ipc
='wxUSE_IPC=no'
2541 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
2542 if test "x$LINE" != x
; then
2543 eval "DEFAULT_$LINE"
2548 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
2553 eval "$ac_cv_use_ipc"
2554 if test "$no_cache" != 1; then
2555 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
2558 if test "$wxUSE_IPC" = yes; then
2559 echo "$ac_t""yes" 1>&6
2561 echo "$ac_t""no" 1>&6
2565 echo $ac_n "checking "for --enable-apple_ieee"""... $ac_c" 1>&6
2566 echo "configure:2567: checking "for --enable-apple_ieee"" >&5
2568 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
2569 if test "${enable_apple_ieee+set}" = set; then
2570 enableval
="$enable_apple_ieee"
2572 if test "$enableval" = yes; then
2573 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
2575 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
2580 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
2581 if test "x$LINE" != x
; then
2582 eval "DEFAULT_$LINE"
2587 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
2592 eval "$ac_cv_use_apple_ieee"
2593 if test "$no_cache" != 1; then
2594 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
2597 if test "$wxUSE_APPLE_IEEE" = yes; then
2598 echo "$ac_t""yes" 1>&6
2600 echo "$ac_t""no" 1>&6
2604 echo $ac_n "checking "for --enable-timedate"""... $ac_c" 1>&6
2605 echo "configure:2606: checking "for --enable-timedate"" >&5
2607 # Check whether --enable-timedate or --disable-timedate was given.
2608 if test "${enable_timedate+set}" = set; then
2609 enableval
="$enable_timedate"
2611 if test "$enableval" = yes; then
2612 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
2614 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
2619 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
2620 if test "x$LINE" != x
; then
2621 eval "DEFAULT_$LINE"
2626 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
2631 eval "$ac_cv_use_timedate"
2632 if test "$no_cache" != 1; then
2633 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
2636 if test "$wxUSE_TIMEDATE" = yes; then
2637 echo "$ac_t""yes" 1>&6
2639 echo "$ac_t""no" 1>&6
2643 echo $ac_n "checking "for --enable-wave"""... $ac_c" 1>&6
2644 echo "configure:2645: checking "for --enable-wave"" >&5
2646 # Check whether --enable-wave or --disable-wave was given.
2647 if test "${enable_wave+set}" = set; then
2648 enableval
="$enable_wave"
2650 if test "$enableval" = yes; then
2651 ac_cv_use_wave
='wxUSE_WAVE=yes'
2653 ac_cv_use_wave
='wxUSE_WAVE=no'
2658 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
2659 if test "x$LINE" != x
; then
2660 eval "DEFAULT_$LINE"
2665 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
2670 eval "$ac_cv_use_wave"
2671 if test "$no_cache" != 1; then
2672 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
2675 if test "$wxUSE_WAVE" = yes; then
2676 echo "$ac_t""yes" 1>&6
2678 echo "$ac_t""no" 1>&6
2682 echo $ac_n "checking "for --enable-fraction"""... $ac_c" 1>&6
2683 echo "configure:2684: checking "for --enable-fraction"" >&5
2685 # Check whether --enable-fraction or --disable-fraction was given.
2686 if test "${enable_fraction+set}" = set; then
2687 enableval
="$enable_fraction"
2689 if test "$enableval" = yes; then
2690 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
2692 ac_cv_use_fraction
='wxUSE_FRACTION=no'
2697 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
2698 if test "x$LINE" != x
; then
2699 eval "DEFAULT_$LINE"
2704 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
2709 eval "$ac_cv_use_fraction"
2710 if test "$no_cache" != 1; then
2711 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
2714 if test "$wxUSE_FRACTION" = yes; then
2715 echo "$ac_t""yes" 1>&6
2717 echo "$ac_t""no" 1>&6
2721 echo $ac_n "checking "for --enable-dynlib"""... $ac_c" 1>&6
2722 echo "configure:2723: checking "for --enable-dynlib"" >&5
2724 # Check whether --enable-dynlib or --disable-dynlib was given.
2725 if test "${enable_dynlib+set}" = set; then
2726 enableval
="$enable_dynlib"
2728 if test "$enableval" = yes; then
2729 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
2731 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
2736 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
2737 if test "x$LINE" != x
; then
2738 eval "DEFAULT_$LINE"
2743 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
2748 eval "$ac_cv_use_dynlib"
2749 if test "$no_cache" != 1; then
2750 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
2753 if test "$wxUSE_DYNLIB_CLASS" = yes; then
2754 echo "$ac_t""yes" 1>&6
2756 echo "$ac_t""no" 1>&6
2760 echo $ac_n "checking "for --enable-longlong"""... $ac_c" 1>&6
2761 echo "configure:2762: checking "for --enable-longlong"" >&5
2763 # Check whether --enable-longlong or --disable-longlong was given.
2764 if test "${enable_longlong+set}" = set; then
2765 enableval
="$enable_longlong"
2767 if test "$enableval" = yes; then
2768 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
2770 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
2775 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
2776 if test "x$LINE" != x
; then
2777 eval "DEFAULT_$LINE"
2782 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
2787 eval "$ac_cv_use_longlong"
2788 if test "$no_cache" != 1; then
2789 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
2792 if test "$wxUSE_LONGLONG" = yes; then
2793 echo "$ac_t""yes" 1>&6
2795 echo "$ac_t""no" 1>&6
2799 echo $ac_n "checking "for --enable-log"""... $ac_c" 1>&6
2800 echo "configure:2801: checking "for --enable-log"" >&5
2802 # Check whether --enable-log or --disable-log was given.
2803 if test "${enable_log+set}" = set; then
2804 enableval
="$enable_log"
2806 if test "$enableval" = yes; then
2807 ac_cv_use_log
='wxUSE_LOG=yes'
2809 ac_cv_use_log
='wxUSE_LOG=no'
2814 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
2815 if test "x$LINE" != x
; then
2816 eval "DEFAULT_$LINE"
2821 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
2826 eval "$ac_cv_use_log"
2827 if test "$no_cache" != 1; then
2828 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
2831 if test "$wxUSE_LOG" = yes; then
2832 echo "$ac_t""yes" 1>&6
2834 echo "$ac_t""no" 1>&6
2838 echo $ac_n "checking "for --enable-streams"""... $ac_c" 1>&6
2839 echo "configure:2840: checking "for --enable-streams"" >&5
2841 # Check whether --enable-streams or --disable-streams was given.
2842 if test "${enable_streams+set}" = set; then
2843 enableval
="$enable_streams"
2845 if test "$enableval" = yes; then
2846 ac_cv_use_streams
='wxUSE_STREAMS=yes'
2848 ac_cv_use_streams
='wxUSE_STREAMS=no'
2853 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
2854 if test "x$LINE" != x
; then
2855 eval "DEFAULT_$LINE"
2860 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
2865 eval "$ac_cv_use_streams"
2866 if test "$no_cache" != 1; then
2867 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
2870 if test "$wxUSE_STREAMS" = yes; then
2871 echo "$ac_t""yes" 1>&6
2873 echo "$ac_t""no" 1>&6
2877 echo $ac_n "checking "for --enable-file"""... $ac_c" 1>&6
2878 echo "configure:2879: checking "for --enable-file"" >&5
2880 # Check whether --enable-file or --disable-file was given.
2881 if test "${enable_file+set}" = set; then
2882 enableval
="$enable_file"
2884 if test "$enableval" = yes; then
2885 ac_cv_use_file
='wxUSE_FILE=yes'
2887 ac_cv_use_file
='wxUSE_FILE=no'
2892 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
2893 if test "x$LINE" != x
; then
2894 eval "DEFAULT_$LINE"
2899 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
2904 eval "$ac_cv_use_file"
2905 if test "$no_cache" != 1; then
2906 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
2909 if test "$wxUSE_FILE" = yes; then
2910 echo "$ac_t""yes" 1>&6
2912 echo "$ac_t""no" 1>&6
2916 echo $ac_n "checking "for --enable-textfile"""... $ac_c" 1>&6
2917 echo "configure:2918: checking "for --enable-textfile"" >&5
2919 # Check whether --enable-textfile or --disable-textfile was given.
2920 if test "${enable_textfile+set}" = set; then
2921 enableval
="$enable_textfile"
2923 if test "$enableval" = yes; then
2924 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
2926 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
2931 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
2932 if test "x$LINE" != x
; then
2933 eval "DEFAULT_$LINE"
2938 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
2943 eval "$ac_cv_use_textfile"
2944 if test "$no_cache" != 1; then
2945 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
2948 if test "$wxUSE_TEXTFILE" = yes; then
2949 echo "$ac_t""yes" 1>&6
2951 echo "$ac_t""no" 1>&6
2955 echo $ac_n "checking "for --enable-unicode"""... $ac_c" 1>&6
2956 echo "configure:2957: checking "for --enable-unicode"" >&5
2958 # Check whether --enable-unicode or --disable-unicode was given.
2959 if test "${enable_unicode+set}" = set; then
2960 enableval
="$enable_unicode"
2962 if test "$enableval" = yes; then
2963 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
2965 ac_cv_use_unicode
='wxUSE_UNICODE=no'
2970 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
2971 if test "x$LINE" != x
; then
2972 eval "DEFAULT_$LINE"
2977 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
2982 eval "$ac_cv_use_unicode"
2983 if test "$no_cache" != 1; then
2984 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
2987 if test "$wxUSE_UNICODE" = yes; then
2988 echo "$ac_t""yes" 1>&6
2990 echo "$ac_t""no" 1>&6
2994 echo $ac_n "checking "for --enable-wcsrtombs"""... $ac_c" 1>&6
2995 echo "configure:2996: checking "for --enable-wcsrtombs"" >&5
2997 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
2998 if test "${enable_wcsrtombs+set}" = set; then
2999 enableval
="$enable_wcsrtombs"
3001 if test "$enableval" = yes; then
3002 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=yes'
3004 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=no'
3009 LINE
=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3010 if test "x$LINE" != x
; then
3011 eval "DEFAULT_$LINE"
3016 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3021 eval "$ac_cv_use_wcsrtombs"
3022 if test "$no_cache" != 1; then
3023 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3026 if test "$wxUSE_WCSRTOMBS" = yes; then
3027 echo "$ac_t""yes" 1>&6
3029 echo "$ac_t""no" 1>&6
3033 echo $ac_n "checking "for --enable-wxprintfv"""... $ac_c" 1>&6
3034 echo "configure:3035: checking "for --enable-wxprintfv"" >&5
3036 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3037 if test "${enable_wxprintfv+set}" = set; then
3038 enableval
="$enable_wxprintfv"
3040 if test "$enableval" = yes; then
3041 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
3043 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
3048 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3049 if test "x$LINE" != x
; then
3050 eval "DEFAULT_$LINE"
3055 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3060 eval "$ac_cv_use_wxprintfv"
3061 if test "$no_cache" != 1; then
3062 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3065 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3066 echo "$ac_t""yes" 1>&6
3068 echo "$ac_t""no" 1>&6
3072 echo $ac_n "checking "for --enable-joystick"""... $ac_c" 1>&6
3073 echo "configure:3074: checking "for --enable-joystick"" >&5
3075 # Check whether --enable-joystick or --disable-joystick was given.
3076 if test "${enable_joystick+set}" = set; then
3077 enableval
="$enable_joystick"
3079 if test "$enableval" = yes; then
3080 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
3082 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
3087 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
3088 if test "x$LINE" != x
; then
3089 eval "DEFAULT_$LINE"
3094 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
3099 eval "$ac_cv_use_joystick"
3100 if test "$no_cache" != 1; then
3101 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
3104 if test "$wxUSE_JOYSTICK" = yes; then
3105 echo "$ac_t""yes" 1>&6
3107 echo "$ac_t""no" 1>&6
3111 echo $ac_n "checking "for --enable-std_iostreams"""... $ac_c" 1>&6
3112 echo "configure:3113: checking "for --enable-std_iostreams"" >&5
3114 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3115 if test "${enable_std_iostreams+set}" = set; then
3116 enableval
="$enable_std_iostreams"
3118 if test "$enableval" = yes; then
3119 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
3121 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
3126 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3127 if test "x$LINE" != x
; then
3128 eval "DEFAULT_$LINE"
3133 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3138 eval "$ac_cv_use_std_iostreams"
3139 if test "$no_cache" != 1; then
3140 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3143 if test "$wxUSE_STD_IOSTREAM" = yes; then
3144 echo "$ac_t""yes" 1>&6
3146 echo "$ac_t""no" 1>&6
3150 echo $ac_n "checking "for --enable-fs_inet"""... $ac_c" 1>&6
3151 echo "configure:3152: checking "for --enable-fs_inet"" >&5
3153 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3154 if test "${enable_fs_inet+set}" = set; then
3155 enableval
="$enable_fs_inet"
3157 if test "$enableval" = yes; then
3158 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
3160 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
3165 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3166 if test "x$LINE" != x
; then
3167 eval "DEFAULT_$LINE"
3172 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3177 eval "$ac_cv_use_fs_inet"
3178 if test "$no_cache" != 1; then
3179 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3182 if test "$wxUSE_FS_INET" = yes; then
3183 echo "$ac_t""yes" 1>&6
3185 echo "$ac_t""no" 1>&6
3189 echo $ac_n "checking "for --enable-fs_zip"""... $ac_c" 1>&6
3190 echo "configure:3191: checking "for --enable-fs_zip"" >&5
3192 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3193 if test "${enable_fs_zip+set}" = set; then
3194 enableval
="$enable_fs_zip"
3196 if test "$enableval" = yes; then
3197 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
3199 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
3204 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
3205 if test "x$LINE" != x
; then
3206 eval "DEFAULT_$LINE"
3211 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
3216 eval "$ac_cv_use_fs_zip"
3217 if test "$no_cache" != 1; then
3218 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
3221 if test "$wxUSE_FS_ZIP" = yes; then
3222 echo "$ac_t""yes" 1>&6
3224 echo "$ac_t""no" 1>&6
3228 echo $ac_n "checking "for --enable-zipstream"""... $ac_c" 1>&6
3229 echo "configure:3230: checking "for --enable-zipstream"" >&5
3231 # Check whether --enable-zipstream or --disable-zipstream was given.
3232 if test "${enable_zipstream+set}" = set; then
3233 enableval
="$enable_zipstream"
3235 if test "$enableval" = yes; then
3236 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
3238 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
3243 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
3244 if test "x$LINE" != x
; then
3245 eval "DEFAULT_$LINE"
3250 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
3255 eval "$ac_cv_use_zipstream"
3256 if test "$no_cache" != 1; then
3257 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
3260 if test "$wxUSE_ZIPSTREAM" = yes; then
3261 echo "$ac_t""yes" 1>&6
3263 echo "$ac_t""no" 1>&6
3269 echo $ac_n "checking "for --enable-threads"""... $ac_c" 1>&6
3270 echo "configure:3271: checking "for --enable-threads"" >&5
3272 # Check whether --enable-threads or --disable-threads was given.
3273 if test "${enable_threads+set}" = set; then
3274 enableval
="$enable_threads"
3276 if test "$enableval" = yes; then
3277 ac_cv_use_threads
='wxUSE_THREADS=yes'
3279 ac_cv_use_threads
='wxUSE_THREADS=no'
3284 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
3285 if test "x$LINE" != x
; then
3286 eval "DEFAULT_$LINE"
3291 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
3296 eval "$ac_cv_use_threads"
3297 if test "$no_cache" != 1; then
3298 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
3301 if test "$wxUSE_THREADS" = yes; then
3302 echo "$ac_t""yes" 1>&6
3304 echo "$ac_t""no" 1>&6
3308 echo $ac_n "checking "for --enable-serial"""... $ac_c" 1>&6
3309 echo "configure:3310: checking "for --enable-serial"" >&5
3311 # Check whether --enable-serial or --disable-serial was given.
3312 if test "${enable_serial+set}" = set; then
3313 enableval
="$enable_serial"
3315 if test "$enableval" = yes; then
3316 ac_cv_use_serial
='wxUSE_SERIAL=yes'
3318 ac_cv_use_serial
='wxUSE_SERIAL=no'
3323 LINE
=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
3324 if test "x$LINE" != x
; then
3325 eval "DEFAULT_$LINE"
3330 ac_cv_use_serial
='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
3335 eval "$ac_cv_use_serial"
3336 if test "$no_cache" != 1; then
3337 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
3340 if test "$wxUSE_SERIAL" = yes; then
3341 echo "$ac_t""yes" 1>&6
3343 echo "$ac_t""no" 1>&6
3349 echo $ac_n "checking "for --enable-docview"""... $ac_c" 1>&6
3350 echo "configure:3351: checking "for --enable-docview"" >&5
3352 # Check whether --enable-docview or --disable-docview was given.
3353 if test "${enable_docview+set}" = set; then
3354 enableval
="$enable_docview"
3356 if test "$enableval" = yes; then
3357 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
3359 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
3364 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
3365 if test "x$LINE" != x
; then
3366 eval "DEFAULT_$LINE"
3371 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
3376 eval "$ac_cv_use_docview"
3377 if test "$no_cache" != 1; then
3378 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
3381 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
3382 echo "$ac_t""yes" 1>&6
3384 echo "$ac_t""no" 1>&6
3388 echo $ac_n "checking "for --enable-help"""... $ac_c" 1>&6
3389 echo "configure:3390: checking "for --enable-help"" >&5
3391 # Check whether --enable-help or --disable-help was given.
3392 if test "${enable_help+set}" = set; then
3393 enableval
="$enable_help"
3395 if test "$enableval" = yes; then
3396 ac_cv_use_help
='wxUSE_HELP=yes'
3398 ac_cv_use_help
='wxUSE_HELP=no'
3403 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
3404 if test "x$LINE" != x
; then
3405 eval "DEFAULT_$LINE"
3410 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
3415 eval "$ac_cv_use_help"
3416 if test "$no_cache" != 1; then
3417 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
3420 if test "$wxUSE_HELP" = yes; then
3421 echo "$ac_t""yes" 1>&6
3423 echo "$ac_t""no" 1>&6
3427 echo $ac_n "checking "for --enable-constraints"""... $ac_c" 1>&6
3428 echo "configure:3429: checking "for --enable-constraints"" >&5
3430 # Check whether --enable-constraints or --disable-constraints was given.
3431 if test "${enable_constraints+set}" = set; then
3432 enableval
="$enable_constraints"
3434 if test "$enableval" = yes; then
3435 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
3437 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
3442 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
3443 if test "x$LINE" != x
; then
3444 eval "DEFAULT_$LINE"
3449 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
3454 eval "$ac_cv_use_constraints"
3455 if test "$no_cache" != 1; then
3456 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
3459 if test "$wxUSE_CONSTRAINTS" = yes; then
3460 echo "$ac_t""yes" 1>&6
3462 echo "$ac_t""no" 1>&6
3466 echo $ac_n "checking "for --enable-printarch"""... $ac_c" 1>&6
3467 echo "configure:3468: checking "for --enable-printarch"" >&5
3469 # Check whether --enable-printarch or --disable-printarch was given.
3470 if test "${enable_printarch+set}" = set; then
3471 enableval
="$enable_printarch"
3473 if test "$enableval" = yes; then
3474 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
3476 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
3481 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
3482 if test "x$LINE" != x
; then
3483 eval "DEFAULT_$LINE"
3488 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
3493 eval "$ac_cv_use_printarch"
3494 if test "$no_cache" != 1; then
3495 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
3498 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
3499 echo "$ac_t""yes" 1>&6
3501 echo "$ac_t""no" 1>&6
3505 echo $ac_n "checking "for --enable-mdi"""... $ac_c" 1>&6
3506 echo "configure:3507: checking "for --enable-mdi"" >&5
3508 # Check whether --enable-mdi or --disable-mdi was given.
3509 if test "${enable_mdi+set}" = set; then
3510 enableval
="$enable_mdi"
3512 if test "$enableval" = yes; then
3513 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
3515 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
3520 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
3521 if test "x$LINE" != x
; then
3522 eval "DEFAULT_$LINE"
3527 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
3532 eval "$ac_cv_use_mdi"
3533 if test "$no_cache" != 1; then
3534 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
3537 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
3538 echo "$ac_t""yes" 1>&6
3540 echo "$ac_t""no" 1>&6
3545 echo $ac_n "checking "for --enable-postscript"""... $ac_c" 1>&6
3546 echo "configure:3547: checking "for --enable-postscript"" >&5
3548 # Check whether --enable-postscript or --disable-postscript was given.
3549 if test "${enable_postscript+set}" = set; then
3550 enableval
="$enable_postscript"
3552 if test "$enableval" = yes; then
3553 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
3555 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
3560 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
3561 if test "x$LINE" != x
; then
3562 eval "DEFAULT_$LINE"
3567 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
3572 eval "$ac_cv_use_postscript"
3573 if test "$no_cache" != 1; then
3574 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
3577 if test "$wxUSE_POSTSCRIPT" = yes; then
3578 echo "$ac_t""yes" 1>&6
3580 echo "$ac_t""no" 1>&6
3586 echo $ac_n "checking "for --enable-prologio"""... $ac_c" 1>&6
3587 echo "configure:3588: checking "for --enable-prologio"" >&5
3589 # Check whether --enable-prologio or --disable-prologio was given.
3590 if test "${enable_prologio+set}" = set; then
3591 enableval
="$enable_prologio"
3593 if test "$enableval" = yes; then
3594 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
3596 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
3601 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
3602 if test "x$LINE" != x
; then
3603 eval "DEFAULT_$LINE"
3608 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
3613 eval "$ac_cv_use_prologio"
3614 if test "$no_cache" != 1; then
3615 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
3618 if test "$wxUSE_PROLOGIO" = yes; then
3619 echo "$ac_t""yes" 1>&6
3621 echo "$ac_t""no" 1>&6
3625 echo $ac_n "checking "for --enable-resources"""... $ac_c" 1>&6
3626 echo "configure:3627: checking "for --enable-resources"" >&5
3628 # Check whether --enable-resources or --disable-resources was given.
3629 if test "${enable_resources+set}" = set; then
3630 enableval
="$enable_resources"
3632 if test "$enableval" = yes; then
3633 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
3635 ac_cv_use_resources
='wxUSE_RESOURCES=no'
3640 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
3641 if test "x$LINE" != x
; then
3642 eval "DEFAULT_$LINE"
3647 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
3652 eval "$ac_cv_use_resources"
3653 if test "$no_cache" != 1; then
3654 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
3657 if test "$wxUSE_RESOURCES" = yes; then
3658 echo "$ac_t""yes" 1>&6
3660 echo "$ac_t""no" 1>&6
3665 echo $ac_n "checking "for --enable-xresources"""... $ac_c" 1>&6
3666 echo "configure:3667: checking "for --enable-xresources"" >&5
3668 # Check whether --enable-xresources or --disable-xresources was given.
3669 if test "${enable_xresources+set}" = set; then
3670 enableval
="$enable_xresources"
3672 if test "$enableval" = yes; then
3673 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
3675 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
3680 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
3681 if test "x$LINE" != x
; then
3682 eval "DEFAULT_$LINE"
3687 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
3692 eval "$ac_cv_use_xresources"
3693 if test "$no_cache" != 1; then
3694 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
3697 if test "$wxUSE_X_RESOURCES" = yes; then
3698 echo "$ac_t""yes" 1>&6
3700 echo "$ac_t""no" 1>&6
3706 echo $ac_n "checking "for --enable-clipboard"""... $ac_c" 1>&6
3707 echo "configure:3708: checking "for --enable-clipboard"" >&5
3709 # Check whether --enable-clipboard or --disable-clipboard was given.
3710 if test "${enable_clipboard+set}" = set; then
3711 enableval
="$enable_clipboard"
3713 if test "$enableval" = yes; then
3714 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
3716 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
3721 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
3722 if test "x$LINE" != x
; then
3723 eval "DEFAULT_$LINE"
3728 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
3733 eval "$ac_cv_use_clipboard"
3734 if test "$no_cache" != 1; then
3735 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
3738 if test "$wxUSE_CLIPBOARD" = yes; then
3739 echo "$ac_t""yes" 1>&6
3741 echo "$ac_t""no" 1>&6
3745 echo $ac_n "checking "for --enable-dnd"""... $ac_c" 1>&6
3746 echo "configure:3747: checking "for --enable-dnd"" >&5
3748 # Check whether --enable-dnd or --disable-dnd was given.
3749 if test "${enable_dnd+set}" = set; then
3750 enableval
="$enable_dnd"
3752 if test "$enableval" = yes; then
3753 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
3755 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
3760 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
3761 if test "x$LINE" != x
; then
3762 eval "DEFAULT_$LINE"
3767 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
3772 eval "$ac_cv_use_dnd"
3773 if test "$no_cache" != 1; then
3774 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
3777 if test "$wxUSE_DRAG_AND_DROP" = yes; then
3778 echo "$ac_t""yes" 1>&6
3780 echo "$ac_t""no" 1>&6
3785 echo $ac_n "checking "for --enable-wxtree"""... $ac_c" 1>&6
3786 echo "configure:3787: checking "for --enable-wxtree"" >&5
3788 # Check whether --enable-wxtree or --disable-wxtree was given.
3789 if test "${enable_wxtree+set}" = set; then
3790 enableval
="$enable_wxtree"
3792 if test "$enableval" = yes; then
3793 ac_cv_use_wxtree
='wxUSE_WXTREE=yes'
3795 ac_cv_use_wxtree
='wxUSE_WXTREE=no'
3800 LINE
=`grep "wxUSE_WXTREE" ${wx_arg_cache_file}`
3801 if test "x$LINE" != x
; then
3802 eval "DEFAULT_$LINE"
3807 ac_cv_use_wxtree
='wxUSE_WXTREE='$DEFAULT_wxUSE_WXTREE
3812 eval "$ac_cv_use_wxtree"
3813 if test "$no_cache" != 1; then
3814 echo $ac_cv_use_wxtree >> ${wx_arg_cache_file}.tmp
3817 if test "$wxUSE_WXTREE" = yes; then
3818 echo "$ac_t""yes" 1>&6
3820 echo "$ac_t""no" 1>&6
3826 echo $ac_n "checking "for --enable-controls"""... $ac_c" 1>&6
3827 echo "configure:3828: checking "for --enable-controls"" >&5
3829 # Check whether --enable-controls or --disable-controls was given.
3830 if test "${enable_controls+set}" = set; then
3831 enableval
="$enable_controls"
3833 if test "$enableval" = yes; then
3834 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
3836 ac_cv_use_controls
='wxUSE_CONTROLS=no'
3841 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
3842 if test "x$LINE" != x
; then
3843 eval "DEFAULT_$LINE"
3848 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
3853 eval "$ac_cv_use_controls"
3854 if test "$no_cache" != 1; then
3855 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
3858 if test "$wxUSE_CONTROLS" = yes; then
3859 echo "$ac_t""yes" 1>&6
3861 echo "$ac_t""no" 1>&6
3865 if test "$wxUSE_CONTROLS" = "yes"; then
3866 DEFAULT_wxUSE_ACCEL
=yes
3867 DEFAULT_wxUSE_CARET
=yes
3868 DEFAULT_wxUSE_COMBOBOX
=yes
3869 DEFAULT_wxUSE_BMPBUTTON
=yes
3870 DEFAULT_wxUSE_CHECKBOX
=yes
3871 DEFAULT_wxUSE_CHECKLISTBOX
=yes
3872 DEFAULT_wxUSE_CHOICE
=yes
3873 DEFAULT_wxUSE_GAUGE
=yes
3874 DEFAULT_wxUSE_GRID
=yes
3875 DEFAULT_wxUSE_NEW_GRID
=yes
3876 DEFAULT_wxUSE_IMAGLIST
=yes
3877 DEFAULT_wxUSE_LISTBOX
=yes
3878 DEFAULT_wxUSE_LISTCTRL
=yes
3879 DEFAULT_wxUSE_NOTEBOOK
=yes
3880 DEFAULT_wxUSE_RADIOBOX
=yes
3881 DEFAULT_wxUSE_RADIOBTN
=yes
3882 DEFAULT_wxUSE_SASH
=yes
3883 DEFAULT_wxUSE_SCROLLBAR
=yes
3884 DEFAULT_wxUSE_SLIDER
=yes
3885 DEFAULT_wxUSE_SPINBTN
=yes
3886 DEFAULT_wxUSE_SPLITTER
=yes
3887 DEFAULT_wxUSE_STATBMP
=yes
3888 DEFAULT_wxUSE_STATBOX
=yes
3889 DEFAULT_wxUSE_STATLINE
=yes
3890 DEFAULT_wxUSE_STATUSBAR
=yes
3891 DEFAULT_wxUSE_TAB_DIALOG
=yes
3892 DEFAULT_wxUSE_TOOLBAR
=yes
3893 DEFAULT_wxUSE_TOOLTIPS
=yes
3894 DEFAULT_wxUSE_TREECTRL
=yes
3895 elif test "$wxUSE_CONTROLS" = "no"; then
3896 DEFAULT_wxUSE_ACCEL
=no
3897 DEFAULT_wxUSE_CARET
=no
3898 DEFAULT_wxUSE_COMBOBOX
=no
3899 DEFAULT_wxUSE_BMPBUTTON
=no
3900 DEFAULT_wxUSE_CHECKBOX
=no
3901 DEFAULT_wxUSE_CHECKLISTBOX
=no
3902 DEFAULT_wxUSE_CHOICE
=no
3903 DEFAULT_wxUSE_GAUGE
=no
3904 DEFAULT_wxUSE_GRID
=no
3905 DEFAULT_wxUSE_NEW_GRID
=no
3906 DEFAULT_wxUSE_IMAGLIST
=no
3907 DEFAULT_wxUSE_LISTBOX
=no
3908 DEFAULT_wxUSE_LISTCTRL
=no
3909 DEFAULT_wxUSE_NOTEBOOK
=no
3910 DEFAULT_wxUSE_RADIOBOX
=no
3911 DEFAULT_wxUSE_RADIOBTN
=no
3912 DEFAULT_wxUSE_SASH
=no
3913 DEFAULT_wxUSE_SCROLLBAR
=no
3914 DEFAULT_wxUSE_SLIDER
=no
3915 DEFAULT_wxUSE_SPINBTN
=no
3916 DEFAULT_wxUSE_SPLITTER
=no
3917 DEFAULT_wxUSE_STATBMP
=no
3918 DEFAULT_wxUSE_STATBOX
=no
3919 DEFAULT_wxUSE_STATLINE
=no
3920 DEFAULT_wxUSE_STATUSBAR
=no
3921 DEFAULT_wxUSE_TAB_DIALOG
=no
3922 DEFAULT_wxUSE_TOOLBAR
=no
3923 DEFAULT_wxUSE_TOOLTIPS
=no
3924 DEFAULT_wxUSE_TREECTRL
=no
3928 echo $ac_n "checking "for --enable-accel"""... $ac_c" 1>&6
3929 echo "configure:3930: checking "for --enable-accel"" >&5
3931 # Check whether --enable-accel or --disable-accel was given.
3932 if test "${enable_accel+set}" = set; then
3933 enableval
="$enable_accel"
3935 if test "$enableval" = yes; then
3936 ac_cv_use_accel
='wxUSE_ACCEL=yes'
3938 ac_cv_use_accel
='wxUSE_ACCEL=no'
3943 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
3944 if test "x$LINE" != x
; then
3945 eval "DEFAULT_$LINE"
3950 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
3955 eval "$ac_cv_use_accel"
3956 if test "$no_cache" != 1; then
3957 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
3960 if test "$wxUSE_ACCEL" = yes; then
3961 echo "$ac_t""yes" 1>&6
3963 echo "$ac_t""no" 1>&6
3967 echo $ac_n "checking "for --enable-caret"""... $ac_c" 1>&6
3968 echo "configure:3969: checking "for --enable-caret"" >&5
3970 # Check whether --enable-caret or --disable-caret was given.
3971 if test "${enable_caret+set}" = set; then
3972 enableval
="$enable_caret"
3974 if test "$enableval" = yes; then
3975 ac_cv_use_caret
='wxUSE_CARET=yes'
3977 ac_cv_use_caret
='wxUSE_CARET=no'
3982 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
3983 if test "x$LINE" != x
; then
3984 eval "DEFAULT_$LINE"
3989 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
3994 eval "$ac_cv_use_caret"
3995 if test "$no_cache" != 1; then
3996 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
3999 if test "$wxUSE_CARET" = yes; then
4000 echo "$ac_t""yes" 1>&6
4002 echo "$ac_t""no" 1>&6
4006 echo $ac_n "checking "for --enable-bmpbutton"""... $ac_c" 1>&6
4007 echo "configure:4008: checking "for --enable-bmpbutton"" >&5
4009 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
4010 if test "${enable_bmpbutton+set}" = set; then
4011 enableval
="$enable_bmpbutton"
4013 if test "$enableval" = yes; then
4014 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
4016 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
4021 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
4022 if test "x$LINE" != x
; then
4023 eval "DEFAULT_$LINE"
4028 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
4033 eval "$ac_cv_use_bmpbutton"
4034 if test "$no_cache" != 1; then
4035 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
4038 if test "$wxUSE_BMPBUTTON" = yes; then
4039 echo "$ac_t""yes" 1>&6
4041 echo "$ac_t""no" 1>&6
4045 echo $ac_n "checking "for --enable-checkbox"""... $ac_c" 1>&6
4046 echo "configure:4047: checking "for --enable-checkbox"" >&5
4048 # Check whether --enable-checkbox or --disable-checkbox was given.
4049 if test "${enable_checkbox+set}" = set; then
4050 enableval
="$enable_checkbox"
4052 if test "$enableval" = yes; then
4053 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
4055 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
4060 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
4061 if test "x$LINE" != x
; then
4062 eval "DEFAULT_$LINE"
4067 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
4072 eval "$ac_cv_use_checkbox"
4073 if test "$no_cache" != 1; then
4074 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
4077 if test "$wxUSE_CHECKBOX" = yes; then
4078 echo "$ac_t""yes" 1>&6
4080 echo "$ac_t""no" 1>&6
4084 echo $ac_n "checking "for --enable-checklst"""... $ac_c" 1>&6
4085 echo "configure:4086: checking "for --enable-checklst"" >&5
4087 # Check whether --enable-checklst or --disable-checklst was given.
4088 if test "${enable_checklst+set}" = set; then
4089 enableval
="$enable_checklst"
4091 if test "$enableval" = yes; then
4092 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
4094 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
4099 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
4100 if test "x$LINE" != x
; then
4101 eval "DEFAULT_$LINE"
4106 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
4111 eval "$ac_cv_use_checklst"
4112 if test "$no_cache" != 1; then
4113 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
4116 if test "$wxUSE_CHECKLST" = yes; then
4117 echo "$ac_t""yes" 1>&6
4119 echo "$ac_t""no" 1>&6
4123 echo $ac_n "checking "for --enable-choice"""... $ac_c" 1>&6
4124 echo "configure:4125: checking "for --enable-choice"" >&5
4126 # Check whether --enable-choice or --disable-choice was given.
4127 if test "${enable_choice+set}" = set; then
4128 enableval
="$enable_choice"
4130 if test "$enableval" = yes; then
4131 ac_cv_use_choice
='wxUSE_CHOICE=yes'
4133 ac_cv_use_choice
='wxUSE_CHOICE=no'
4138 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
4139 if test "x$LINE" != x
; then
4140 eval "DEFAULT_$LINE"
4145 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
4150 eval "$ac_cv_use_choice"
4151 if test "$no_cache" != 1; then
4152 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
4155 if test "$wxUSE_CHOICE" = yes; then
4156 echo "$ac_t""yes" 1>&6
4158 echo "$ac_t""no" 1>&6
4162 echo $ac_n "checking "for --enable-combobox"""... $ac_c" 1>&6
4163 echo "configure:4164: checking "for --enable-combobox"" >&5
4165 # Check whether --enable-combobox or --disable-combobox was given.
4166 if test "${enable_combobox+set}" = set; then
4167 enableval
="$enable_combobox"
4169 if test "$enableval" = yes; then
4170 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
4172 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
4177 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
4178 if test "x$LINE" != x
; then
4179 eval "DEFAULT_$LINE"
4184 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
4189 eval "$ac_cv_use_combobox"
4190 if test "$no_cache" != 1; then
4191 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
4194 if test "$wxUSE_COMBOBOX" = yes; then
4195 echo "$ac_t""yes" 1>&6
4197 echo "$ac_t""no" 1>&6
4201 echo $ac_n "checking "for --enable-gauge"""... $ac_c" 1>&6
4202 echo "configure:4203: checking "for --enable-gauge"" >&5
4204 # Check whether --enable-gauge or --disable-gauge was given.
4205 if test "${enable_gauge+set}" = set; then
4206 enableval
="$enable_gauge"
4208 if test "$enableval" = yes; then
4209 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
4211 ac_cv_use_gauge
='wxUSE_GAUGE=no'
4216 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
4217 if test "x$LINE" != x
; then
4218 eval "DEFAULT_$LINE"
4223 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
4228 eval "$ac_cv_use_gauge"
4229 if test "$no_cache" != 1; then
4230 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
4233 if test "$wxUSE_GAUGE" = yes; then
4234 echo "$ac_t""yes" 1>&6
4236 echo "$ac_t""no" 1>&6
4240 echo $ac_n "checking "for --enable-grid"""... $ac_c" 1>&6
4241 echo "configure:4242: checking "for --enable-grid"" >&5
4243 # Check whether --enable-grid or --disable-grid was given.
4244 if test "${enable_grid+set}" = set; then
4245 enableval
="$enable_grid"
4247 if test "$enableval" = yes; then
4248 ac_cv_use_grid
='wxUSE_GRID=yes'
4250 ac_cv_use_grid
='wxUSE_GRID=no'
4255 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
4256 if test "x$LINE" != x
; then
4257 eval "DEFAULT_$LINE"
4262 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
4267 eval "$ac_cv_use_grid"
4268 if test "$no_cache" != 1; then
4269 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
4272 if test "$wxUSE_GRID" = yes; then
4273 echo "$ac_t""yes" 1>&6
4275 echo "$ac_t""no" 1>&6
4279 echo $ac_n "checking "for --enable-newgrid"""... $ac_c" 1>&6
4280 echo "configure:4281: checking "for --enable-newgrid"" >&5
4282 # Check whether --enable-newgrid or --disable-newgrid was given.
4283 if test "${enable_newgrid+set}" = set; then
4284 enableval
="$enable_newgrid"
4286 if test "$enableval" = yes; then
4287 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
4289 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
4294 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
4295 if test "x$LINE" != x
; then
4296 eval "DEFAULT_$LINE"
4301 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
4306 eval "$ac_cv_use_newgrid"
4307 if test "$no_cache" != 1; then
4308 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
4311 if test "$wxUSE_NEW_GRID" = yes; then
4312 echo "$ac_t""yes" 1>&6
4314 echo "$ac_t""no" 1>&6
4318 echo $ac_n "checking "for --enable-imaglist"""... $ac_c" 1>&6
4319 echo "configure:4320: checking "for --enable-imaglist"" >&5
4321 # Check whether --enable-imaglist or --disable-imaglist was given.
4322 if test "${enable_imaglist+set}" = set; then
4323 enableval
="$enable_imaglist"
4325 if test "$enableval" = yes; then
4326 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
4328 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
4333 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
4334 if test "x$LINE" != x
; then
4335 eval "DEFAULT_$LINE"
4340 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
4345 eval "$ac_cv_use_imaglist"
4346 if test "$no_cache" != 1; then
4347 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
4350 if test "$wxUSE_IMAGLIST" = yes; then
4351 echo "$ac_t""yes" 1>&6
4353 echo "$ac_t""no" 1>&6
4357 echo $ac_n "checking "for --enable-listbox"""... $ac_c" 1>&6
4358 echo "configure:4359: checking "for --enable-listbox"" >&5
4360 # Check whether --enable-listbox or --disable-listbox was given.
4361 if test "${enable_listbox+set}" = set; then
4362 enableval
="$enable_listbox"
4364 if test "$enableval" = yes; then
4365 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
4367 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
4372 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
4373 if test "x$LINE" != x
; then
4374 eval "DEFAULT_$LINE"
4379 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
4384 eval "$ac_cv_use_listbox"
4385 if test "$no_cache" != 1; then
4386 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
4389 if test "$wxUSE_LISTBOX" = yes; then
4390 echo "$ac_t""yes" 1>&6
4392 echo "$ac_t""no" 1>&6
4396 echo $ac_n "checking "for --enable-listctrl"""... $ac_c" 1>&6
4397 echo "configure:4398: checking "for --enable-listctrl"" >&5
4399 # Check whether --enable-listctrl or --disable-listctrl was given.
4400 if test "${enable_listctrl+set}" = set; then
4401 enableval
="$enable_listctrl"
4403 if test "$enableval" = yes; then
4404 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
4406 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
4411 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
4412 if test "x$LINE" != x
; then
4413 eval "DEFAULT_$LINE"
4418 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
4423 eval "$ac_cv_use_listctrl"
4424 if test "$no_cache" != 1; then
4425 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
4428 if test "$wxUSE_LISTCTRL" = yes; then
4429 echo "$ac_t""yes" 1>&6
4431 echo "$ac_t""no" 1>&6
4435 echo $ac_n "checking "for --enable-notebook"""... $ac_c" 1>&6
4436 echo "configure:4437: checking "for --enable-notebook"" >&5
4438 # Check whether --enable-notebook or --disable-notebook was given.
4439 if test "${enable_notebook+set}" = set; then
4440 enableval
="$enable_notebook"
4442 if test "$enableval" = yes; then
4443 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
4445 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
4450 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
4451 if test "x$LINE" != x
; then
4452 eval "DEFAULT_$LINE"
4457 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
4462 eval "$ac_cv_use_notebook"
4463 if test "$no_cache" != 1; then
4464 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
4467 if test "$wxUSE_NOTEBOOK" = yes; then
4468 echo "$ac_t""yes" 1>&6
4470 echo "$ac_t""no" 1>&6
4474 echo $ac_n "checking "for --enable-radiobox"""... $ac_c" 1>&6
4475 echo "configure:4476: checking "for --enable-radiobox"" >&5
4477 # Check whether --enable-radiobox or --disable-radiobox was given.
4478 if test "${enable_radiobox+set}" = set; then
4479 enableval
="$enable_radiobox"
4481 if test "$enableval" = yes; then
4482 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
4484 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
4489 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
4490 if test "x$LINE" != x
; then
4491 eval "DEFAULT_$LINE"
4496 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
4501 eval "$ac_cv_use_radiobox"
4502 if test "$no_cache" != 1; then
4503 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
4506 if test "$wxUSE_RADIOBOX" = yes; then
4507 echo "$ac_t""yes" 1>&6
4509 echo "$ac_t""no" 1>&6
4513 echo $ac_n "checking "for --enable-radiobtn"""... $ac_c" 1>&6
4514 echo "configure:4515: checking "for --enable-radiobtn"" >&5
4516 # Check whether --enable-radiobtn or --disable-radiobtn was given.
4517 if test "${enable_radiobtn+set}" = set; then
4518 enableval
="$enable_radiobtn"
4520 if test "$enableval" = yes; then
4521 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
4523 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
4528 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
4529 if test "x$LINE" != x
; then
4530 eval "DEFAULT_$LINE"
4535 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
4540 eval "$ac_cv_use_radiobtn"
4541 if test "$no_cache" != 1; then
4542 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
4545 if test "$wxUSE_RADIOBTN" = yes; then
4546 echo "$ac_t""yes" 1>&6
4548 echo "$ac_t""no" 1>&6
4552 echo $ac_n "checking "for --enable-sash"""... $ac_c" 1>&6
4553 echo "configure:4554: checking "for --enable-sash"" >&5
4555 # Check whether --enable-sash or --disable-sash was given.
4556 if test "${enable_sash+set}" = set; then
4557 enableval
="$enable_sash"
4559 if test "$enableval" = yes; then
4560 ac_cv_use_sash
='wxUSE_SASH=yes'
4562 ac_cv_use_sash
='wxUSE_SASH=no'
4567 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
4568 if test "x$LINE" != x
; then
4569 eval "DEFAULT_$LINE"
4574 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
4579 eval "$ac_cv_use_sash"
4580 if test "$no_cache" != 1; then
4581 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
4584 if test "$wxUSE_SASH" = yes; then
4585 echo "$ac_t""yes" 1>&6
4587 echo "$ac_t""no" 1>&6
4591 echo $ac_n "checking "for --enable-scrollbar"""... $ac_c" 1>&6
4592 echo "configure:4593: checking "for --enable-scrollbar"" >&5
4594 # Check whether --enable-scrollbar or --disable-scrollbar was given.
4595 if test "${enable_scrollbar+set}" = set; then
4596 enableval
="$enable_scrollbar"
4598 if test "$enableval" = yes; then
4599 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
4601 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
4606 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
4607 if test "x$LINE" != x
; then
4608 eval "DEFAULT_$LINE"
4613 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
4618 eval "$ac_cv_use_scrollbar"
4619 if test "$no_cache" != 1; then
4620 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
4623 if test "$wxUSE_SCROLLBAR" = yes; then
4624 echo "$ac_t""yes" 1>&6
4626 echo "$ac_t""no" 1>&6
4630 echo $ac_n "checking "for --enable-slider"""... $ac_c" 1>&6
4631 echo "configure:4632: checking "for --enable-slider"" >&5
4633 # Check whether --enable-slider or --disable-slider was given.
4634 if test "${enable_slider+set}" = set; then
4635 enableval
="$enable_slider"
4637 if test "$enableval" = yes; then
4638 ac_cv_use_slider
='wxUSE_SLIDER=yes'
4640 ac_cv_use_slider
='wxUSE_SLIDER=no'
4645 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
4646 if test "x$LINE" != x
; then
4647 eval "DEFAULT_$LINE"
4652 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
4657 eval "$ac_cv_use_slider"
4658 if test "$no_cache" != 1; then
4659 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
4662 if test "$wxUSE_SLIDER" = yes; then
4663 echo "$ac_t""yes" 1>&6
4665 echo "$ac_t""no" 1>&6
4669 echo $ac_n "checking "for --enable-spinbtn"""... $ac_c" 1>&6
4670 echo "configure:4671: checking "for --enable-spinbtn"" >&5
4672 # Check whether --enable-spinbtn or --disable-spinbtn was given.
4673 if test "${enable_spinbtn+set}" = set; then
4674 enableval
="$enable_spinbtn"
4676 if test "$enableval" = yes; then
4677 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
4679 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
4684 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
4685 if test "x$LINE" != x
; then
4686 eval "DEFAULT_$LINE"
4691 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
4696 eval "$ac_cv_use_spinbtn"
4697 if test "$no_cache" != 1; then
4698 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
4701 if test "$wxUSE_SPINBTN" = yes; then
4702 echo "$ac_t""yes" 1>&6
4704 echo "$ac_t""no" 1>&6
4708 echo $ac_n "checking "for --enable-splitter"""... $ac_c" 1>&6
4709 echo "configure:4710: checking "for --enable-splitter"" >&5
4711 # Check whether --enable-splitter or --disable-splitter was given.
4712 if test "${enable_splitter+set}" = set; then
4713 enableval
="$enable_splitter"
4715 if test "$enableval" = yes; then
4716 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
4718 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
4723 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
4724 if test "x$LINE" != x
; then
4725 eval "DEFAULT_$LINE"
4730 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
4735 eval "$ac_cv_use_splitter"
4736 if test "$no_cache" != 1; then
4737 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
4740 if test "$wxUSE_SPLITTER" = yes; then
4741 echo "$ac_t""yes" 1>&6
4743 echo "$ac_t""no" 1>&6
4747 echo $ac_n "checking "for --enable-statbmp"""... $ac_c" 1>&6
4748 echo "configure:4749: checking "for --enable-statbmp"" >&5
4750 # Check whether --enable-statbmp or --disable-statbmp was given.
4751 if test "${enable_statbmp+set}" = set; then
4752 enableval
="$enable_statbmp"
4754 if test "$enableval" = yes; then
4755 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
4757 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
4762 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
4763 if test "x$LINE" != x
; then
4764 eval "DEFAULT_$LINE"
4769 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
4774 eval "$ac_cv_use_statbmp"
4775 if test "$no_cache" != 1; then
4776 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
4779 if test "$wxUSE_STATBMP" = yes; then
4780 echo "$ac_t""yes" 1>&6
4782 echo "$ac_t""no" 1>&6
4786 echo $ac_n "checking "for --enable-statbox"""... $ac_c" 1>&6
4787 echo "configure:4788: checking "for --enable-statbox"" >&5
4789 # Check whether --enable-statbox or --disable-statbox was given.
4790 if test "${enable_statbox+set}" = set; then
4791 enableval
="$enable_statbox"
4793 if test "$enableval" = yes; then
4794 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
4796 ac_cv_use_statbox
='wxUSE_STATBOX=no'
4801 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
4802 if test "x$LINE" != x
; then
4803 eval "DEFAULT_$LINE"
4808 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
4813 eval "$ac_cv_use_statbox"
4814 if test "$no_cache" != 1; then
4815 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
4818 if test "$wxUSE_STATBOX" = yes; then
4819 echo "$ac_t""yes" 1>&6
4821 echo "$ac_t""no" 1>&6
4825 echo $ac_n "checking "for --enable-statline"""... $ac_c" 1>&6
4826 echo "configure:4827: checking "for --enable-statline"" >&5
4828 # Check whether --enable-statline or --disable-statline was given.
4829 if test "${enable_statline+set}" = set; then
4830 enableval
="$enable_statline"
4832 if test "$enableval" = yes; then
4833 ac_cv_use_statline
='wxUSE_STATLINE=yes'
4835 ac_cv_use_statline
='wxUSE_STATLINE=no'
4840 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
4841 if test "x$LINE" != x
; then
4842 eval "DEFAULT_$LINE"
4847 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
4852 eval "$ac_cv_use_statline"
4853 if test "$no_cache" != 1; then
4854 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
4857 if test "$wxUSE_STATLINE" = yes; then
4858 echo "$ac_t""yes" 1>&6
4860 echo "$ac_t""no" 1>&6
4864 echo $ac_n "checking "for --enable-statusbar"""... $ac_c" 1>&6
4865 echo "configure:4866: checking "for --enable-statusbar"" >&5
4867 # Check whether --enable-statusbar or --disable-statusbar was given.
4868 if test "${enable_statusbar+set}" = set; then
4869 enableval
="$enable_statusbar"
4871 if test "$enableval" = yes; then
4872 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
4874 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
4879 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
4880 if test "x$LINE" != x
; then
4881 eval "DEFAULT_$LINE"
4886 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
4891 eval "$ac_cv_use_statusbar"
4892 if test "$no_cache" != 1; then
4893 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
4896 if test "$wxUSE_STATUSBAR" = yes; then
4897 echo "$ac_t""yes" 1>&6
4899 echo "$ac_t""no" 1>&6
4903 echo $ac_n "checking "for --enable-tabdialog"""... $ac_c" 1>&6
4904 echo "configure:4905: checking "for --enable-tabdialog"" >&5
4906 # Check whether --enable-tabdialog or --disable-tabdialog was given.
4907 if test "${enable_tabdialog+set}" = set; then
4908 enableval
="$enable_tabdialog"
4910 if test "$enableval" = yes; then
4911 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
4913 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
4918 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
4919 if test "x$LINE" != x
; then
4920 eval "DEFAULT_$LINE"
4925 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
4930 eval "$ac_cv_use_tabdialog"
4931 if test "$no_cache" != 1; then
4932 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
4935 if test "$wxUSE_TABDIALOG" = yes; then
4936 echo "$ac_t""yes" 1>&6
4938 echo "$ac_t""no" 1>&6
4942 echo $ac_n "checking "for --enable-toolbar"""... $ac_c" 1>&6
4943 echo "configure:4944: checking "for --enable-toolbar"" >&5
4945 # Check whether --enable-toolbar or --disable-toolbar was given.
4946 if test "${enable_toolbar+set}" = set; then
4947 enableval
="$enable_toolbar"
4949 if test "$enableval" = yes; then
4950 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
4952 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
4957 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
4958 if test "x$LINE" != x
; then
4959 eval "DEFAULT_$LINE"
4964 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
4969 eval "$ac_cv_use_toolbar"
4970 if test "$no_cache" != 1; then
4971 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
4974 if test "$wxUSE_TOOLBAR" = yes; then
4975 echo "$ac_t""yes" 1>&6
4977 echo "$ac_t""no" 1>&6
4981 echo $ac_n "checking "for --enable-treectrl"""... $ac_c" 1>&6
4982 echo "configure:4983: checking "for --enable-treectrl"" >&5
4984 # Check whether --enable-treectrl or --disable-treectrl was given.
4985 if test "${enable_treectrl+set}" = set; then
4986 enableval
="$enable_treectrl"
4988 if test "$enableval" = yes; then
4989 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
4991 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
4996 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
4997 if test "x$LINE" != x
; then
4998 eval "DEFAULT_$LINE"
5003 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
5008 eval "$ac_cv_use_treectrl"
5009 if test "$no_cache" != 1; then
5010 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
5013 if test "$wxUSE_TREECTRL" = yes; then
5014 echo "$ac_t""yes" 1>&6
5016 echo "$ac_t""no" 1>&6
5022 echo $ac_n "checking "for --enable-commondlg"""... $ac_c" 1>&6
5023 echo "configure:5024: checking "for --enable-commondlg"" >&5
5025 # Check whether --enable-commondlg or --disable-commondlg was given.
5026 if test "${enable_commondlg+set}" = set; then
5027 enableval
="$enable_commondlg"
5029 if test "$enableval" = yes; then
5030 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
5032 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
5037 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
5038 if test "x$LINE" != x
; then
5039 eval "DEFAULT_$LINE"
5044 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
5049 eval "$ac_cv_use_commondlg"
5050 if test "$no_cache" != 1; then
5051 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
5054 if test "$wxUSE_COMMONDLGS" = yes; then
5055 echo "$ac_t""yes" 1>&6
5057 echo "$ac_t""no" 1>&6
5061 echo $ac_n "checking "for --enable-dirdlg"""... $ac_c" 1>&6
5062 echo "configure:5063: checking "for --enable-dirdlg"" >&5
5064 # Check whether --enable-dirdlg or --disable-dirdlg was given.
5065 if test "${enable_dirdlg+set}" = set; then
5066 enableval
="$enable_dirdlg"
5068 if test "$enableval" = yes; then
5069 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
5071 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
5076 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
5077 if test "x$LINE" != x
; then
5078 eval "DEFAULT_$LINE"
5083 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
5088 eval "$ac_cv_use_dirdlg"
5089 if test "$no_cache" != 1; then
5090 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
5093 if test "$wxUSE_DIRDLG" = yes; then
5094 echo "$ac_t""yes" 1>&6
5096 echo "$ac_t""no" 1>&6
5100 echo $ac_n "checking "for --enable-textdlg"""... $ac_c" 1>&6
5101 echo "configure:5102: checking "for --enable-textdlg"" >&5
5103 # Check whether --enable-textdlg or --disable-textdlg was given.
5104 if test "${enable_textdlg+set}" = set; then
5105 enableval
="$enable_textdlg"
5107 if test "$enableval" = yes; then
5108 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
5110 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
5115 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
5116 if test "x$LINE" != x
; then
5117 eval "DEFAULT_$LINE"
5122 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
5127 eval "$ac_cv_use_textdlg"
5128 if test "$no_cache" != 1; then
5129 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
5132 if test "$wxUSE_TEXTDLG" = yes; then
5133 echo "$ac_t""yes" 1>&6
5135 echo "$ac_t""no" 1>&6
5139 echo $ac_n "checking "for --enable-tipdlg"""... $ac_c" 1>&6
5140 echo "configure:5141: checking "for --enable-tipdlg"" >&5
5142 # Check whether --enable-tipdlg or --disable-tipdlg was given.
5143 if test "${enable_tipdlg+set}" = set; then
5144 enableval
="$enable_tipdlg"
5146 if test "$enableval" = yes; then
5147 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
5149 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
5154 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
5155 if test "x$LINE" != x
; then
5156 eval "DEFAULT_$LINE"
5161 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
5166 eval "$ac_cv_use_tipdlg"
5167 if test "$no_cache" != 1; then
5168 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
5171 if test "$wxUSE_STARTUP_TIPS" = yes; then
5172 echo "$ac_t""yes" 1>&6
5174 echo "$ac_t""no" 1>&6
5178 echo $ac_n "checking "for --enable-progressdlg"""... $ac_c" 1>&6
5179 echo "configure:5180: checking "for --enable-progressdlg"" >&5
5181 # Check whether --enable-progressdlg or --disable-progressdlg was given.
5182 if test "${enable_progressdlg+set}" = set; then
5183 enableval
="$enable_progressdlg"
5185 if test "$enableval" = yes; then
5186 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
5188 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
5193 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
5194 if test "x$LINE" != x
; then
5195 eval "DEFAULT_$LINE"
5200 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
5205 eval "$ac_cv_use_progressdlg"
5206 if test "$no_cache" != 1; then
5207 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
5210 if test "$wxUSE_PROGRESSDLG" = yes; then
5211 echo "$ac_t""yes" 1>&6
5213 echo "$ac_t""no" 1>&6
5217 echo $ac_n "checking "for --enable-miniframe"""... $ac_c" 1>&6
5218 echo "configure:5219: checking "for --enable-miniframe"" >&5
5220 # Check whether --enable-miniframe or --disable-miniframe was given.
5221 if test "${enable_miniframe+set}" = set; then
5222 enableval
="$enable_miniframe"
5224 if test "$enableval" = yes; then
5225 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
5227 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
5232 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
5233 if test "x$LINE" != x
; then
5234 eval "DEFAULT_$LINE"
5239 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
5244 eval "$ac_cv_use_miniframe"
5245 if test "$no_cache" != 1; then
5246 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
5249 if test "$wxUSE_MINIFRAME" = yes; then
5250 echo "$ac_t""yes" 1>&6
5252 echo "$ac_t""no" 1>&6
5256 echo $ac_n "checking "for --enable-html"""... $ac_c" 1>&6
5257 echo "configure:5258: checking "for --enable-html"" >&5
5259 # Check whether --enable-html or --disable-html was given.
5260 if test "${enable_html+set}" = set; then
5261 enableval
="$enable_html"
5263 if test "$enableval" = yes; then
5264 ac_cv_use_html
='wxUSE_HTML=yes'
5266 ac_cv_use_html
='wxUSE_HTML=no'
5271 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5272 if test "x$LINE" != x
; then
5273 eval "DEFAULT_$LINE"
5278 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5283 eval "$ac_cv_use_html"
5284 if test "$no_cache" != 1; then
5285 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5288 if test "$wxUSE_HTML" = yes; then
5289 echo "$ac_t""yes" 1>&6
5291 echo "$ac_t""no" 1>&6
5295 echo $ac_n "checking "for --enable-tooltips"""... $ac_c" 1>&6
5296 echo "configure:5297: checking "for --enable-tooltips"" >&5
5298 # Check whether --enable-tooltips or --disable-tooltips was given.
5299 if test "${enable_tooltips+set}" = set; then
5300 enableval
="$enable_tooltips"
5302 if test "$enableval" = yes; then
5303 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
5305 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
5310 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
5311 if test "x$LINE" != x
; then
5312 eval "DEFAULT_$LINE"
5317 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
5322 eval "$ac_cv_use_tooltips"
5323 if test "$no_cache" != 1; then
5324 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
5327 if test "$wxUSE_TOOLTIPS" = yes; then
5328 echo "$ac_t""yes" 1>&6
5330 echo "$ac_t""no" 1>&6
5334 echo $ac_n "checking "for --enable-splines"""... $ac_c" 1>&6
5335 echo "configure:5336: checking "for --enable-splines"" >&5
5337 # Check whether --enable-splines or --disable-splines was given.
5338 if test "${enable_splines+set}" = set; then
5339 enableval
="$enable_splines"
5341 if test "$enableval" = yes; then
5342 ac_cv_use_splines
='wxUSE_SPLINES=yes'
5344 ac_cv_use_splines
='wxUSE_SPLINES=no'
5349 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
5350 if test "x$LINE" != x
; then
5351 eval "DEFAULT_$LINE"
5356 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
5361 eval "$ac_cv_use_splines"
5362 if test "$no_cache" != 1; then
5363 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
5366 if test "$wxUSE_SPLINES" = yes; then
5367 echo "$ac_t""yes" 1>&6
5369 echo "$ac_t""no" 1>&6
5373 echo $ac_n "checking "for --enable-validators"""... $ac_c" 1>&6
5374 echo "configure:5375: checking "for --enable-validators"" >&5
5376 # Check whether --enable-validators or --disable-validators was given.
5377 if test "${enable_validators+set}" = set; then
5378 enableval
="$enable_validators"
5380 if test "$enableval" = yes; then
5381 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
5383 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
5388 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
5389 if test "x$LINE" != x
; then
5390 eval "DEFAULT_$LINE"
5395 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
5400 eval "$ac_cv_use_validators"
5401 if test "$no_cache" != 1; then
5402 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
5405 if test "$wxUSE_VALIDATORS" = yes; then
5406 echo "$ac_t""yes" 1>&6
5408 echo "$ac_t""no" 1>&6
5412 echo $ac_n "checking "for --enable-busyinfo"""... $ac_c" 1>&6
5413 echo "configure:5414: checking "for --enable-busyinfo"" >&5
5415 # Check whether --enable-busyinfo or --disable-busyinfo was given.
5416 if test "${enable_busyinfo+set}" = set; then
5417 enableval
="$enable_busyinfo"
5419 if test "$enableval" = yes; then
5420 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
5422 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
5427 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
5428 if test "x$LINE" != x
; then
5429 eval "DEFAULT_$LINE"
5434 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
5439 eval "$ac_cv_use_busyinfo"
5440 if test "$no_cache" != 1; then
5441 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
5444 if test "$wxUSE_BUSYINFO" = yes; then
5445 echo "$ac_t""yes" 1>&6
5447 echo "$ac_t""no" 1>&6
5453 echo $ac_n "checking "for --enable-gif"""... $ac_c" 1>&6
5454 echo "configure:5455: checking "for --enable-gif"" >&5
5456 # Check whether --enable-gif or --disable-gif was given.
5457 if test "${enable_gif+set}" = set; then
5458 enableval
="$enable_gif"
5460 if test "$enableval" = yes; then
5461 ac_cv_use_gif
='wxUSE_GIF=yes'
5463 ac_cv_use_gif
='wxUSE_GIF=no'
5468 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
5469 if test "x$LINE" != x
; then
5470 eval "DEFAULT_$LINE"
5475 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
5480 eval "$ac_cv_use_gif"
5481 if test "$no_cache" != 1; then
5482 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
5485 if test "$wxUSE_GIF" = yes; then
5486 echo "$ac_t""yes" 1>&6
5488 echo "$ac_t""no" 1>&6
5492 echo $ac_n "checking "for --enable-pcx"""... $ac_c" 1>&6
5493 echo "configure:5494: checking "for --enable-pcx"" >&5
5495 # Check whether --enable-pcx or --disable-pcx was given.
5496 if test "${enable_pcx+set}" = set; then
5497 enableval
="$enable_pcx"
5499 if test "$enableval" = yes; then
5500 ac_cv_use_pcx
='wxUSE_PCX=yes'
5502 ac_cv_use_pcx
='wxUSE_PCX=no'
5507 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
5508 if test "x$LINE" != x
; then
5509 eval "DEFAULT_$LINE"
5514 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
5519 eval "$ac_cv_use_pcx"
5520 if test "$no_cache" != 1; then
5521 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
5524 if test "$wxUSE_PCX" = yes; then
5525 echo "$ac_t""yes" 1>&6
5527 echo "$ac_t""no" 1>&6
5531 echo $ac_n "checking "for --enable-pnm"""... $ac_c" 1>&6
5532 echo "configure:5533: checking "for --enable-pnm"" >&5
5534 # Check whether --enable-pnm or --disable-pnm was given.
5535 if test "${enable_pnm+set}" = set; then
5536 enableval
="$enable_pnm"
5538 if test "$enableval" = yes; then
5539 ac_cv_use_pnm
='wxUSE_PNM=yes'
5541 ac_cv_use_pnm
='wxUSE_PNM=no'
5546 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
5547 if test "x$LINE" != x
; then
5548 eval "DEFAULT_$LINE"
5553 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
5558 eval "$ac_cv_use_pnm"
5559 if test "$no_cache" != 1; then
5560 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
5563 if test "$wxUSE_PNM" = yes; then
5564 echo "$ac_t""yes" 1>&6
5566 echo "$ac_t""no" 1>&6
5571 echo "saving argument cache $wx_arg_cache_file"
5572 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
5576 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
5577 echo "configure:5578: checking for toolkit" >&5
5579 if test "$wxUSE_GUI" = "yes"; then
5581 if test "$TOOLKIT_GIVEN" = 1; then
5582 for toolkit
in `echo $ALL_TOOLKITS`; do
5584 eval "value=\$${var}"
5585 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
5588 for toolkit
in `echo $ALL_TOOLKITS`; do
5589 if test "$has_toolkit_in_cache" != 1; then
5590 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
5592 var
=DEFAULT_wxUSE_
$toolkit
5594 eval "wxUSE_$toolkit=\$${var}"
5598 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0}`
5600 case "$NUM_TOOLKITS" in
5604 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
5607 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
5610 for toolkit
in `echo $ALL_TOOLKITS`; do
5612 eval "value=\$${var}"
5613 if test "x$value" != x
; then
5614 cache_var
=CACHE_
$toolkit
5615 eval "cache=\$${cache_var}"
5616 if test "$cache" = 1; then
5617 echo "$var=$value" >> ${wx_arg_cache_file}
5619 if test "$value" = 1; then
5620 echo "$ac_t""`echo $toolkit | tr A-Z a-z`" 1>&6
5626 echo "$ac_t""base only" 1>&6
5630 cat > confcache
<<\EOF
5631 # This file is a shell script that caches the results of configure
5632 # tests run on this system so they can be shared between configure
5633 # scripts and configure runs. It is not useful on other systems.
5634 # If it contains results you don't want to keep, you may remove or edit it.
5636 # By default, configure uses ./config.cache as the cache file,
5637 # creating it if it does not exist already. You can give configure
5638 # the --cache-file=FILE option to use a different cache file; that is
5639 # what configure does when it calls configure scripts in
5640 # subdirectories, so they share the cache.
5641 # Giving --cache-file=/dev/null disables caching, for debugging configure.
5642 # config.status only pays attention to the cache file if you give it the
5643 # --recheck option to rerun configure.
5646 # The following way of writing the cache mishandles newlines in values,
5647 # but we know of no workaround that is simple, portable, and efficient.
5648 # So, don't put newlines in cache variables' values.
5649 # Ultrix sh set writes to stderr and can't be redirected directly,
5650 # and sets the high bit in the cache file unless we assign to the vars.
5652 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5654 # `set' does not quote correctly, so add quotes (double-quote substitution
5655 # turns \\\\ into \\, and sed turns \\ into \).
5657 -e "s/'/'\\\\''/g" \
5658 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
5661 # `set' quotes correctly as required by POSIX, so do not add quotes.
5662 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
5665 if cmp -s $cache_file confcache
; then
5668 if test -w $cache_file; then
5669 echo "updating cache $cache_file"
5670 cat confcache
> $cache_file
5672 echo "not updating unwritable cache $cache_file"
5678 if eval "test $host != $build"; then
5679 if eval "test $host_alias != NONE"; then
5683 RANLIB
=$host_alias-ranlib
5684 DLLTOOL
=$host_alias-dlltool
5687 STRIP
=$host_alias-strip
5691 # Extract the first word of "gcc", so it can be a program name with args.
5692 set dummy gcc
; ac_word
=$2
5693 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5694 echo "configure:5695: checking for $ac_word" >&5
5695 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5696 echo $ac_n "(cached) $ac_c" 1>&6
5698 if test -n "$CC"; then
5699 ac_cv_prog_CC
="$CC" # Let the user override the test.
5701 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5703 for ac_dir
in $ac_dummy; do
5704 test -z "$ac_dir" && ac_dir
=.
5705 if test -f $ac_dir/$ac_word; then
5714 if test -n "$CC"; then
5715 echo "$ac_t""$CC" 1>&6
5717 echo "$ac_t""no" 1>&6
5720 if test -z "$CC"; then
5721 # Extract the first word of "cc", so it can be a program name with args.
5722 set dummy cc
; ac_word
=$2
5723 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5724 echo "configure:5725: checking for $ac_word" >&5
5725 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5726 echo $ac_n "(cached) $ac_c" 1>&6
5728 if test -n "$CC"; then
5729 ac_cv_prog_CC
="$CC" # Let the user override the test.
5731 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5734 for ac_dir
in $ac_dummy; do
5735 test -z "$ac_dir" && ac_dir
=.
5736 if test -f $ac_dir/$ac_word; then
5737 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
5738 ac_prog_rejected
=yes
5746 if test $ac_prog_rejected = yes; then
5747 # We found a bogon in the path, so make sure we never use it.
5748 set dummy
$ac_cv_prog_CC
5750 if test $# -gt 0; then
5751 # We chose a different compiler from the bogus one.
5752 # However, it has the same basename, so the bogon will be chosen
5753 # first if we set CC to just the basename; use the full file name.
5755 set dummy
"$ac_dir/$ac_word" "$@"
5763 if test -n "$CC"; then
5764 echo "$ac_t""$CC" 1>&6
5766 echo "$ac_t""no" 1>&6
5769 if test -z "$CC"; then
5770 case "`uname -s`" in
5772 # Extract the first word of "cl", so it can be a program name with args.
5773 set dummy cl
; ac_word
=$2
5774 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5775 echo "configure:5776: checking for $ac_word" >&5
5776 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
5777 echo $ac_n "(cached) $ac_c" 1>&6
5779 if test -n "$CC"; then
5780 ac_cv_prog_CC
="$CC" # Let the user override the test.
5782 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5784 for ac_dir
in $ac_dummy; do
5785 test -z "$ac_dir" && ac_dir
=.
5786 if test -f $ac_dir/$ac_word; then
5795 if test -n "$CC"; then
5796 echo "$ac_t""$CC" 1>&6
5798 echo "$ac_t""no" 1>&6
5803 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
5806 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
5807 echo "configure:5808: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
5810 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5811 ac_cpp
='$CPP $CPPFLAGS'
5812 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5813 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5814 cross_compiling
=$ac_cv_prog_cc_cross
5816 cat > conftest.
$ac_ext << EOF
5818 #line 5819 "configure"
5819 #include "confdefs.h"
5823 if { (eval echo configure
:5824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5824 ac_cv_prog_cc_works
=yes
5825 # If we can't run a trivial program, we are probably using a cross compiler.
5826 if (.
/conftest
; exit) 2>/dev
/null
; then
5827 ac_cv_prog_cc_cross
=no
5829 ac_cv_prog_cc_cross
=yes
5832 echo "configure: failed program was:" >&5
5833 cat conftest.
$ac_ext >&5
5834 ac_cv_prog_cc_works
=no
5838 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5839 ac_cpp
='$CPP $CPPFLAGS'
5840 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5841 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5842 cross_compiling
=$ac_cv_prog_cc_cross
5844 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
5845 if test $ac_cv_prog_cc_works = no
; then
5846 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
5848 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
5849 echo "configure:5850: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
5850 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
5851 cross_compiling
=$ac_cv_prog_cc_cross
5853 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
5854 echo "configure:5855: checking whether we are using GNU C" >&5
5855 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
5856 echo $ac_n "(cached) $ac_c" 1>&6
5858 cat > conftest.c
<<EOF
5863 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:5864: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
5870 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
5872 if test $ac_cv_prog_gcc = yes; then
5878 ac_test_CFLAGS
="${CFLAGS+set}"
5879 ac_save_CFLAGS
="$CFLAGS"
5881 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
5882 echo "configure:5883: checking whether ${CC-cc} accepts -g" >&5
5883 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
5884 echo $ac_n "(cached) $ac_c" 1>&6
5886 echo 'void f(){}' > conftest.c
5887 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
5896 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
5897 if test "$ac_test_CFLAGS" = set; then
5898 CFLAGS
="$ac_save_CFLAGS"
5899 elif test $ac_cv_prog_cc_g = yes; then
5900 if test "$GCC" = yes; then
5906 if test "$GCC" = yes; then
5914 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
5916 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
5917 echo "configure:5918: checking how to run the C preprocessor" >&5
5918 # On Suns, sometimes $CPP names a directory.
5919 if test -n "$CPP" && test -d "$CPP"; then
5922 if test -z "$CPP"; then
5923 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
5924 echo $ac_n "(cached) $ac_c" 1>&6
5926 # This must be in double quotes, not single quotes, because CPP may get
5927 # substituted into the Makefile and "${CC-cc}" will confuse make.
5929 # On the NeXT, cc -E runs the code through the compiler's parser,
5930 # not just through cpp.
5931 cat > conftest.
$ac_ext <<EOF
5932 #line 5933 "configure"
5933 #include "confdefs.h"
5937 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5938 { (eval echo configure
:5939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5939 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5940 if test -z "$ac_err"; then
5944 echo "configure: failed program was:" >&5
5945 cat conftest.
$ac_ext >&5
5947 CPP
="${CC-cc} -E -traditional-cpp"
5948 cat > conftest.
$ac_ext <<EOF
5949 #line 5950 "configure"
5950 #include "confdefs.h"
5954 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5955 { (eval echo configure
:5956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5956 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5957 if test -z "$ac_err"; then
5961 echo "configure: failed program was:" >&5
5962 cat conftest.
$ac_ext >&5
5964 CPP
="${CC-cc} -nologo -E"
5965 cat > conftest.
$ac_ext <<EOF
5966 #line 5967 "configure"
5967 #include "confdefs.h"
5971 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5972 { (eval echo configure
:5973: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5973 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5974 if test -z "$ac_err"; then
5978 echo "configure: failed program was:" >&5
5979 cat conftest.
$ac_ext >&5
5988 ac_cv_prog_CPP
="$CPP"
5990 CPP
="$ac_cv_prog_CPP"
5992 ac_cv_prog_CPP
="$CPP"
5994 echo "$ac_t""$CPP" 1>&6
5997 if test $ac_cv_prog_gcc = yes; then
5998 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
5999 echo "configure:6000: checking whether ${CC-cc} needs -traditional" >&5
6000 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6001 echo $ac_n "(cached) $ac_c" 1>&6
6003 ac_pattern
="Autoconf.*'x'"
6004 cat > conftest.
$ac_ext <<EOF
6005 #line 6006 "configure"
6006 #include "confdefs.h"
6010 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6011 egrep "$ac_pattern" >/dev
/null
2>&1; then
6013 ac_cv_prog_gcc_traditional
=yes
6016 ac_cv_prog_gcc_traditional
=no
6021 if test $ac_cv_prog_gcc_traditional = no
; then
6022 cat > conftest.
$ac_ext <<EOF
6023 #line 6024 "configure"
6024 #include "confdefs.h"
6028 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6029 egrep "$ac_pattern" >/dev
/null
2>&1; then
6031 ac_cv_prog_gcc_traditional
=yes
6038 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
6039 if test $ac_cv_prog_gcc_traditional = yes; then
6040 CC
="$CC -traditional"
6047 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6048 ac_cpp
='$CXXCPP $CPPFLAGS'
6049 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6050 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6051 cross_compiling
=$ac_cv_prog_cxx_cross
6054 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
6056 # Extract the first word of "$ac_prog", so it can be a program name with args.
6057 set dummy
$ac_prog; ac_word
=$2
6058 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6059 echo "configure:6060: checking for $ac_word" >&5
6060 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
6061 echo $ac_n "(cached) $ac_c" 1>&6
6063 if test -n "$CXX"; then
6064 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
6066 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6068 for ac_dir
in $ac_dummy; do
6069 test -z "$ac_dir" && ac_dir
=.
6070 if test -f $ac_dir/$ac_word; then
6071 ac_cv_prog_CXX
="$ac_prog"
6078 CXX
="$ac_cv_prog_CXX"
6079 if test -n "$CXX"; then
6080 echo "$ac_t""$CXX" 1>&6
6082 echo "$ac_t""no" 1>&6
6085 test -n "$CXX" && break
6087 test -n "$CXX" || CXX
="gcc"
6090 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
6091 echo "configure:6092: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
6094 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6095 ac_cpp
='$CXXCPP $CPPFLAGS'
6096 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6097 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6098 cross_compiling
=$ac_cv_prog_cxx_cross
6100 cat > conftest.
$ac_ext << EOF
6102 #line 6103 "configure"
6103 #include "confdefs.h"
6105 int main(){return(0);}
6107 if { (eval echo configure
:6108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6108 ac_cv_prog_cxx_works
=yes
6109 # If we can't run a trivial program, we are probably using a cross compiler.
6110 if (.
/conftest
; exit) 2>/dev
/null
; then
6111 ac_cv_prog_cxx_cross
=no
6113 ac_cv_prog_cxx_cross
=yes
6116 echo "configure: failed program was:" >&5
6117 cat conftest.
$ac_ext >&5
6118 ac_cv_prog_cxx_works
=no
6122 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6123 ac_cpp
='$CXXCPP $CPPFLAGS'
6124 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6125 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6126 cross_compiling
=$ac_cv_prog_cxx_cross
6128 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
6129 if test $ac_cv_prog_cxx_works = no
; then
6130 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
6132 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
6133 echo "configure:6134: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
6134 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
6135 cross_compiling
=$ac_cv_prog_cxx_cross
6137 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
6138 echo "configure:6139: checking whether we are using GNU C++" >&5
6139 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
6140 echo $ac_n "(cached) $ac_c" 1>&6
6142 cat > conftest.C
<<EOF
6147 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:6148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
6154 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
6156 if test $ac_cv_prog_gxx = yes; then
6162 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
6163 ac_save_CXXFLAGS
="$CXXFLAGS"
6165 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
6166 echo "configure:6167: checking whether ${CXX-g++} accepts -g" >&5
6167 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
6168 echo $ac_n "(cached) $ac_c" 1>&6
6170 echo 'void f(){}' > conftest.cc
6171 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
6172 ac_cv_prog_cxx_g
=yes
6180 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
6181 if test "$ac_test_CXXFLAGS" = set; then
6182 CXXFLAGS
="$ac_save_CXXFLAGS"
6183 elif test $ac_cv_prog_cxx_g = yes; then
6184 if test "$GXX" = yes; then
6190 if test "$GXX" = yes; then
6198 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
6199 echo "configure:6200: checking how to run the C++ preprocessor" >&5
6200 if test -z "$CXXCPP"; then
6201 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
6202 echo $ac_n "(cached) $ac_c" 1>&6
6205 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6206 ac_cpp
='$CXXCPP $CPPFLAGS'
6207 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6208 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6209 cross_compiling
=$ac_cv_prog_cxx_cross
6210 CXXCPP
="${CXX-g++} -E"
6211 cat > conftest.
$ac_ext <<EOF
6212 #line 6213 "configure"
6213 #include "confdefs.h"
6216 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6217 { (eval echo configure
:6218: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6218 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6219 if test -z "$ac_err"; then
6223 echo "configure: failed program was:" >&5
6224 cat conftest.
$ac_ext >&5
6229 ac_cv_prog_CXXCPP
="$CXXCPP"
6231 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6232 ac_cpp
='$CXXCPP $CPPFLAGS'
6233 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6234 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6235 cross_compiling
=$ac_cv_prog_cxx_cross
6238 CXXCPP
="$ac_cv_prog_CXXCPP"
6239 echo "$ac_t""$CXXCPP" 1>&6
6242 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
6245 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6246 ac_cpp
='$CPP $CPPFLAGS'
6247 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6248 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6249 cross_compiling
=$ac_cv_prog_cc_cross
6252 # Extract the first word of "ranlib", so it can be a program name with args.
6253 set dummy ranlib
; ac_word
=$2
6254 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6255 echo "configure:6256: checking for $ac_word" >&5
6256 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
6257 echo $ac_n "(cached) $ac_c" 1>&6
6259 if test -n "$RANLIB"; then
6260 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6262 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6264 for ac_dir
in $ac_dummy; do
6265 test -z "$ac_dir" && ac_dir
=.
6266 if test -f $ac_dir/$ac_word; then
6267 ac_cv_prog_RANLIB
="ranlib"
6272 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
6275 RANLIB
="$ac_cv_prog_RANLIB"
6276 if test -n "$RANLIB"; then
6277 echo "$ac_t""$RANLIB" 1>&6
6279 echo "$ac_t""no" 1>&6
6283 # Extract the first word of "ar", so it can be a program name with args.
6284 set dummy
ar; ac_word
=$2
6285 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6286 echo "configure:6287: checking for $ac_word" >&5
6287 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
6288 echo $ac_n "(cached) $ac_c" 1>&6
6290 if test -n "$AR"; then
6291 ac_cv_prog_AR
="$AR" # Let the user override the test.
6293 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6295 for ac_dir
in $ac_dummy; do
6296 test -z "$ac_dir" && ac_dir
=.
6297 if test -f $ac_dir/$ac_word; then
6303 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
6307 if test -n "$AR"; then
6308 echo "$ac_t""$AR" 1>&6
6310 echo "$ac_t""no" 1>&6
6314 # Find a good install program. We prefer a C program (faster),
6315 # so one script is as good as another. But avoid the broken or
6316 # incompatible versions:
6317 # SysV /etc/install, /usr/sbin/install
6318 # SunOS /usr/etc/install
6319 # IRIX /sbin/install
6321 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6322 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6323 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6324 # ./install, which can be erroneously created by make from ./install.sh.
6325 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
6326 echo "configure:6327: checking for a BSD compatible install" >&5
6327 if test -z "$INSTALL"; then
6328 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
6329 echo $ac_n "(cached) $ac_c" 1>&6
6331 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
6332 for ac_dir
in $PATH; do
6333 # Account for people who put trailing slashes in PATH elements.
6335 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
6337 # OSF1 and SCO ODT 3.0 have their own names for install.
6338 # Don't use installbsd from OSF since it installs stuff as root
6340 for ac_prog
in ginstall scoinst
install; do
6341 if test -f $ac_dir/$ac_prog; then
6342 if test $ac_prog = install &&
6343 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
6344 # AIX install. It has an incompatible calling convention.
6347 ac_cv_path_install
="$ac_dir/$ac_prog -c"
6358 if test "${ac_cv_path_install+set}" = set; then
6359 INSTALL
="$ac_cv_path_install"
6361 # As a last resort, use the slow shell script. We don't cache a
6362 # path for INSTALL within a source directory, because that will
6363 # break other packages using the cache if that directory is
6364 # removed, or if the path is relative.
6365 INSTALL
="$ac_install_sh"
6368 echo "$ac_t""$INSTALL" 1>&6
6370 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6371 # It thinks the first close brace ends the variable substitution.
6372 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6374 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
6376 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6379 # Extract the first word of "strip", so it can be a program name with args.
6380 set dummy strip
; ac_word
=$2
6381 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6382 echo "configure:6383: checking for $ac_word" >&5
6383 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
6384 echo $ac_n "(cached) $ac_c" 1>&6
6386 if test -n "$STRIP"; then
6387 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6389 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6391 for ac_dir
in $ac_dummy; do
6392 test -z "$ac_dir" && ac_dir
=.
6393 if test -f $ac_dir/$ac_word; then
6394 ac_cv_prog_STRIP
="strip"
6399 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
6402 STRIP
="$ac_cv_prog_STRIP"
6403 if test -n "$STRIP"; then
6404 echo "$ac_t""$STRIP" 1>&6
6406 echo "$ac_t""no" 1>&6
6410 echo $ac_n "checking "make for VPATH support
"""... $ac_c" 1>&6
6411 echo "configure:6412: checking "make for VPATH support
"" >&5
6412 cat - << EOF > confMake
6418 if test ! -d sub
; then
6421 echo dummy
> sub
/file
6422 ${MAKE-make} -f confMake VPATH
=sub
2> config.log
> /dev
/null
6424 rm -f sub
/file check final_file confMake
6426 if test "$RESULT" = 0; then
6427 echo "$ac_t""yes" 1>&6
6429 echo "$ac_t""no" 1>&6
6430 { echo "configure: error: You need a make-utility that is able to use the variable
6432 If your version of make does not support VPATH correctly" 1>&2; exit 1; }
6435 for ac_prog
in 'bison -y' byacc
6437 # Extract the first word of "$ac_prog", so it can be a program name with args.
6438 set dummy
$ac_prog; ac_word
=$2
6439 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6440 echo "configure:6441: checking for $ac_word" >&5
6441 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
6442 echo $ac_n "(cached) $ac_c" 1>&6
6444 if test -n "$YACC"; then
6445 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
6447 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6449 for ac_dir
in $ac_dummy; do
6450 test -z "$ac_dir" && ac_dir
=.
6451 if test -f $ac_dir/$ac_word; then
6452 ac_cv_prog_YACC
="$ac_prog"
6459 YACC
="$ac_cv_prog_YACC"
6460 if test -n "$YACC"; then
6461 echo "$ac_t""$YACC" 1>&6
6463 echo "$ac_t""no" 1>&6
6466 test -n "$YACC" && break
6468 test -n "$YACC" || YACC
="yacc"
6471 # Extract the first word of "flex", so it can be a program name with args.
6472 set dummy flex
; ac_word
=$2
6473 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6474 echo "configure:6475: checking for $ac_word" >&5
6475 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
6476 echo $ac_n "(cached) $ac_c" 1>&6
6478 if test -n "$LEX"; then
6479 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
6481 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6483 for ac_dir
in $ac_dummy; do
6484 test -z "$ac_dir" && ac_dir
=.
6485 if test -f $ac_dir/$ac_word; then
6486 ac_cv_prog_LEX
="flex"
6491 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
6494 LEX
="$ac_cv_prog_LEX"
6495 if test -n "$LEX"; then
6496 echo "$ac_t""$LEX" 1>&6
6498 echo "$ac_t""no" 1>&6
6501 if test -z "$LEXLIB"
6507 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
6508 echo "configure:6509: checking for yywrap in -l$ac_lib" >&5
6509 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
6510 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6511 echo $ac_n "(cached) $ac_c" 1>&6
6513 ac_save_LIBS
="$LIBS"
6514 LIBS
="-l$ac_lib $LIBS"
6515 cat > conftest.
$ac_ext <<EOF
6516 #line 6517 "configure"
6517 #include "confdefs.h"
6518 /* Override any gcc2 internal prototype to avoid an error. */
6519 /* We use char because int might match the return type of a gcc2
6520 builtin and then its argument prototype would still apply. */
6527 if { (eval echo configure
:6528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6529 eval "ac_cv_lib_$ac_lib_var=yes"
6531 echo "configure: failed program was:" >&5
6532 cat conftest.
$ac_ext >&5
6534 eval "ac_cv_lib_$ac_lib_var=no"
6537 LIBS
="$ac_save_LIBS"
6540 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6541 echo "$ac_t""yes" 1>&6
6544 echo "$ac_t""no" 1>&6
6550 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
6551 echo "configure:6552: checking whether ln -s works" >&5
6552 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
6553 echo $ac_n "(cached) $ac_c" 1>&6
6556 if ln -s X conftestdata
2>/dev
/null
6559 ac_cv_prog_LN_S
="ln -s"
6564 LN_S
="$ac_cv_prog_LN_S"
6565 if test "$ac_cv_prog_LN_S" = "ln -s"; then
6566 echo "$ac_t""yes" 1>&6
6568 echo "$ac_t""no" 1>&6
6574 /usr/Motif-1.2/include \
6575 /usr/Motif-2.1/include \
6577 /usr/include/Motif1.2 \
6578 /opt/xpm/include/X11 \
6579 /opt/GBxpm/include/ \
6580 /opt/GBxpm/X11/include/ \
6582 /usr/Motif1.2/include \
6586 /usr/X11R6/include \
6587 /usr/X11R5/include \
6588 /usr/X11R4/include \
6594 /usr/include/X11R6 \
6595 /usr/include/X11R5 \
6596 /usr/include/X11R4 \
6598 /usr/local/X11R6/include \
6599 /usr/local/X11R5/include \
6600 /usr/local/X11R4/include \
6602 /usr/local/include/X11R6 \
6603 /usr/local/include/X11R5 \
6604 /usr/local/include/X11R4 \
6608 /usr/local/X11/include \
6609 /usr/local/include/X11 \
6613 /usr/XFree86/include/X11 \
6616 /usr/local/include \
6619 /usr/local/include/gtk \
6621 /usr/local/include/glib \
6624 /usr/local/include/qt \
6626 /usr/include/windows \
6628 /usr/local/include/wine \
6630 /usr/unsupported/include \
6631 /usr/athena/include \
6632 /usr/local/x11r5/include \
6633 /usr/lpp/Xamples/include \
6635 /usr/openwin/include \
6636 /usr/openwin/share/include \
6639 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
6642 cat > confcache
<<\EOF
6643 # This file is a shell script that caches the results of configure
6644 # tests run on this system so they can be shared between configure
6645 # scripts and configure runs. It is not useful on other systems.
6646 # If it contains results you don't want to keep, you may remove or edit it.
6648 # By default, configure uses ./config.cache as the cache file,
6649 # creating it if it does not exist already. You can give configure
6650 # the --cache-file=FILE option to use a different cache file; that is
6651 # what configure does when it calls configure scripts in
6652 # subdirectories, so they share the cache.
6653 # Giving --cache-file=/dev/null disables caching, for debugging configure.
6654 # config.status only pays attention to the cache file if you give it the
6655 # --recheck option to rerun configure.
6658 # The following way of writing the cache mishandles newlines in values,
6659 # but we know of no workaround that is simple, portable, and efficient.
6660 # So, don't put newlines in cache variables' values.
6661 # Ultrix sh set writes to stderr and can't be redirected directly,
6662 # and sets the high bit in the cache file unless we assign to the vars.
6664 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6666 # `set' does not quote correctly, so add quotes (double-quote substitution
6667 # turns \\\\ into \\, and sed turns \\ into \).
6669 -e "s/'/'\\\\''/g" \
6670 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
6673 # `set' quotes correctly as required by POSIX, so do not add quotes.
6674 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
6677 if cmp -s $cache_file confcache
; then
6680 if test -w $cache_file; then
6681 echo "updating cache $cache_file"
6682 cat confcache
> $cache_file
6684 echo "not updating unwritable cache $cache_file"
6691 if test "$wxUSE_GUI" = "yes"; then
6709 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
6710 if test "$cross_compiling" = "yes" ; then
6711 echo "configure: warning: Cross compiling --- skipping windows.h check" 1>&2
6713 echo $ac_n "checking for Windows headers""... $ac_c" 1>&6
6714 echo "configure:6715: checking for Windows headers" >&5
6717 for ac_dir
in $SEARCH_INCLUDE;
6719 if test -f "$ac_dir/windows.h"; then
6720 ac_find_includes
=$ac_dir
6725 if test "$ac_find_includes" != "" ; then
6726 echo "$ac_t""found $ac_find_includes" 1>&6
6727 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
6729 echo "$ac_t""no" 1>&6
6730 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
6734 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS msw"
6735 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
6737 if test "$wxUSE_MINGW" = 1; then
6738 LDFLAGS
="$LDFLAGS -mwindows"
6743 GUIOBJS
="\$(MSW_GUIOBJS)"
6744 GUIHEADERS
="\$(MSW_HEADERS)"
6745 COMMONOBJS
="\$(MSW_COMMONOBJS)"
6746 GENERICOBJS
="\$(MSW_GENERICOBJS)"
6752 if test "$wxUSE_GTK" = 1; then
6754 if test x
$gtk_config_exec_prefix != x
; then
6755 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
6756 if test x
${GTK_CONFIG+set} != xset
; then
6757 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
6760 if test x
$gtk_config_prefix != x
; then
6761 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
6762 if test x
${GTK_CONFIG+set} != xset
; then
6763 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
6767 # Extract the first word of "gtk-config", so it can be a program name with args.
6768 set dummy gtk
-config; ac_word
=$2
6769 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6770 echo "configure:6771: checking for $ac_word" >&5
6771 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
6772 echo $ac_n "(cached) $ac_c" 1>&6
6774 case "$GTK_CONFIG" in
6776 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
6779 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
6782 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
6784 for ac_dir
in $ac_dummy; do
6785 test -z "$ac_dir" && ac_dir
=.
6786 if test -f $ac_dir/$ac_word; then
6787 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
6792 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
6796 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
6797 if test -n "$GTK_CONFIG"; then
6798 echo "$ac_t""$GTK_CONFIG" 1>&6
6800 echo "$ac_t""no" 1>&6
6803 min_gtk_version
=1.2.1
6804 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
6805 echo "configure:6806: checking for GTK - version >= $min_gtk_version" >&5
6807 if test "$GTK_CONFIG" != "no" ; then
6808 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
6809 GTK_LIBS
=`$GTK_CONFIG --libs`
6810 ac_save_CFLAGS
="$CFLAGS"
6811 ac_save_LIBS
="$LIBS"
6812 CFLAGS
="$CFLAGS $GTK_CFLAGS"
6813 LIBS
="$LIBS $GTK_LIBS"
6814 if test "$cross_compiling" = yes; then
6815 echo $ac_n "cross compiling; assumed OK... $ac_c"
6817 cat > conftest.
$ac_ext <<EOF
6818 #line 6819 "configure"
6819 #include "confdefs.h"
6821 #include <gtk/gtk.h>
6827 int major, minor, micro;
6829 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
6830 printf("%s, bad version string\n", "$min_gtk_version");
6834 if (gtk_minor_version == 1) return FALSE;
6836 return !((gtk_major_version > major) ||
6837 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
6838 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
6842 if { (eval echo configure
:6843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
6846 echo "configure: failed program was:" >&5
6847 cat conftest.
$ac_ext >&5
6854 CFLAGS
="$ac_save_CFLAGS"
6855 LIBS
="$ac_save_LIBS"
6859 if test "x$no_gtk" = x
; then
6860 echo "$ac_t""yes" 1>&6
6863 echo "$ac_t""no" 1>&6
6866 { echo "configure: error: Is gtk-config in path and GTK+ is version 1.2.1 or above?" 1>&2; exit 1; }
6872 TOOLKIT_INCLUDE
="$GTK_CFLAGS"
6873 GUI_TK_LIBRARY
="$GTK_LIBS"
6876 GUIOBJS
="\$(GTK_GUIOBJS)"
6877 GUIHEADERS
="\$(GTK_HEADERS)"
6878 COMMONOBJS
="\$(GTK_COMMONOBJS)"
6879 GENERICOBJS
="\$(GTK_GENERICOBJS)"
6880 GUIDEPS
="\$(GTK_GUIDEPS)"
6881 COMMONDEPS
="\$(GTK_COMMONDEPS)"
6882 GENERICDEPS
="\$(GTK_GENERICDEPS)"
6883 UNIXOBJS
="\$(UNIX_OBJS)"
6887 if test "$wxUSE_WINE" = 1; then
6888 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
6889 echo "configure:6890: checking for WINE includes" >&5
6892 for ac_dir
in $SEARCH_INCLUDE;
6894 if test -f "$ac_dir/windows.h"; then
6895 ac_find_includes
=$ac_dir
6900 if test "$ac_find_includes" != "" ; then
6901 echo "$ac_t""found $ac_find_includes" 1>&6
6902 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
6904 echo "$ac_t""no" 1>&6
6905 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
6909 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
6910 echo "configure:6911: checking for Xpm library" >&5
6913 for ac_dir
in $SEARCH_LIB;
6915 for ac_extension
in a so sl
; do
6916 if test -f "$ac_dir/libXpm.$ac_extension"; then
6917 ac_find_libraries
=$ac_dir
6923 if test "$ac_find_libraries" != "" ; then
6924 GUI_TK_LIBRARY
="-L$ac_find_libraries"
6926 cat >> confdefs.h
<<\EOF
6927 #define wxHAVE_LIB_XPM 1
6930 echo "$ac_t""found at $ac_find_libraries" 1>&6
6932 echo "$ac_t""no" 1>&6
6933 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
6937 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
6938 echo "configure:6939: checking for Mesa library" >&5
6941 for ac_dir
in $SEARCH_LIB;
6943 for ac_extension
in a so sl
; do
6944 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
6945 ac_find_libraries
=$ac_dir
6951 if test "$ac_find_libraries" != "" ; then
6952 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
6953 MESA_LINK
="-lMesaGL"
6954 echo "$ac_t""found at $ac_find_libraries" 1>&6
6956 { echo "configure: error: no" 1>&2; exit 1; }
6959 GUI_TK_LINK
="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses -lm"
6960 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
6964 GUIHEADERS
="\$(MSW_HEADERS)"
6965 GUIOBJS
="\$(MSW_GUIOBJS)"
6966 COMMONOBJS
="\$(MSW_COMMONOBJS)"
6967 GENERICOBJS
="\$(MSW_GENERICOBJS)"
6968 GUIDEPS
="\$(MSW_GUIDEPS)"
6969 COMMONDEPS
="\$(MSW_COMMONDEPS)"
6970 GENERICDEPS
="\$(MSW_GENERICDEPS)"
6971 UNIXOBJS
="\$(UNIX_OBJS)"
6975 if test "$wxUSE_MOTIF" = 1; then
6976 echo $ac_n "checking for X11 headers""... $ac_c" 1>&6
6977 echo "configure:6978: checking for X11 headers" >&5
6980 for ac_dir
in $SEARCH_INCLUDE;
6982 if test -f "$ac_dir/X11/Intrinsic.h"; then
6983 ac_find_includes
=$ac_dir
6988 if test "$ac_find_includes" != "" ; then
6989 echo "$ac_t""found $ac_find_includes" 1>&6
6991 echo "$ac_t""no" 1>&6
6992 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
6995 echo $ac_n "checking for X11 libraries""... $ac_c" 1>&6
6996 echo "configure:6997: checking for X11 libraries" >&5
6999 for ac_dir
in $SEARCH_LIB;
7001 for ac_extension
in a so sl
; do
7002 if test -f "$ac_dir/libX11.$ac_extension"; then
7003 ac_find_libraries
=$ac_dir
7009 if test "$ac_find_libraries" != "" ; then
7011 ac_path_to_include
=$ac_find_includes
7012 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
7014 if test $result = 0; then
7015 ac_path_to_include
=""
7017 ac_path_to_include
="-I$ac_find_includes"
7021 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
7023 if test $result = 0; then
7026 ac_path_to_link
="-L$ac_find_libraries"
7030 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
7031 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE $ac_path_to_include"
7032 echo "$ac_t""found at $ac_find_libraries" 1>&6
7034 echo "$ac_t""no" 1>&6
7035 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
7038 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
7039 echo "configure:7040: checking for Motif/Lesstif headers" >&5
7042 for ac_dir
in $SEARCH_INCLUDE;
7044 if test -f "$ac_dir/Xm/Xm.h"; then
7045 ac_find_includes
=$ac_dir
7050 if test "$ac_find_includes" != "" ; then
7051 echo "$ac_t""found $ac_find_includes" 1>&6
7053 echo "$ac_t""no" 1>&6
7054 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
7057 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
7058 echo "configure:7059: checking for Motif/Lesstif library" >&5
7061 for ac_dir
in $SEARCH_LIB;
7063 for ac_extension
in a so sl
; do
7064 if test -f "$ac_dir/libXm.$ac_extension"; then
7065 ac_find_libraries
=$ac_dir
7071 if test "$ac_find_libraries" != "" ; then
7073 ac_path_to_include
=$ac_find_includes
7074 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
7076 if test $result = 0; then
7077 ac_path_to_include
=""
7079 ac_path_to_include
="-I$ac_find_includes"
7083 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
7085 if test $result = 0; then
7088 ac_path_to_link
="-L$ac_find_libraries"
7092 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
7093 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE $ac_path_to_include"
7094 echo "$ac_t""found at $ac_find_libraries" 1>&6
7096 echo "$ac_t""no" 1>&6
7097 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
7100 echo $ac_n "checking for Xt library""... $ac_c" 1>&6
7101 echo "configure:7102: checking for Xt library" >&5
7104 for ac_dir
in $SEARCH_LIB;
7106 for ac_extension
in a so sl
; do
7107 if test -f "$ac_dir/libXt.$ac_extension"; then
7108 ac_find_libraries
=$ac_dir
7114 if test "$ac_find_libraries" != "" ; then
7116 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
7118 if test $result = 0; then
7121 ac_path_to_link
="-L$ac_find_libraries"
7124 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
7125 echo "$ac_t""found at $ac_find_libraries" 1>&6
7127 echo "$ac_t""no" 1>&6
7128 { echo "configure: error: please set LDFLAGS to contain the location of libXt" 1>&2; exit 1; }
7132 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
7133 echo "configure:7134: checking for Xpm library" >&5
7136 for ac_dir
in $SEARCH_LIB;
7138 for ac_extension
in a so sl
; do
7139 if test -f "$ac_dir/libXpm.$ac_extension"; then
7140 ac_find_libraries
=$ac_dir
7146 if test "$ac_find_libraries" != "" ; then
7148 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
7150 if test $result = 0; then
7153 ac_path_to_link
="-L$ac_find_libraries"
7156 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
7158 cat >> confdefs.h
<<\EOF
7159 #define wxHAVE_LIB_XPM 1
7162 echo "$ac_t""found at $ac_find_libraries" 1>&6
7164 echo "$ac_t""no" 1>&6
7165 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
7168 GUI_TK_LINK
="-lXm $XPM_LINK -lXmu -lXt -lX11 -lm"
7169 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
7172 GUIHEADERS
="\$(MOTIF_HEADERS)"
7173 GUIOBJS
="\$(MOTIF_GUIOBJS)"
7174 COMMONOBJS
="\$(MOTIF_COMMONOBJS)"
7175 GENERICOBJS
="\$(MOTIF_GENERICOBJS)"
7176 GUIDEPS
="\$(MOTIF_GUIDEPS)"
7177 COMMONDEPS
="\$(MOTIF_COMMONDEPS)"
7178 GENERICDEPS
="\$(MOTIF_GENERICDEPS)"
7179 UNIXOBJS
="\$(UNIX_OBJS)"
7183 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "A-Z" "a-z"`
7185 TOOLKIT_DEF
="-D__WX${TOOLKIT}__"
7187 WX_LIBRARY
="wx_${TOOLKIT_DIR}"
7189 ALL_OBJECTS
="\$(GUIOBJS) \$(COMMONOBJS) \$(GENERICOBJS) \$(UNIXOBJS) \$(HTMLOBJS) \$(JPEGOBJS) \$(PNGOBJS) \$(ZLIBOBJS) \$(IODBCOBJS)"
7190 ALL_DEPFILES
="\$(GUIDEPS) \$(COMMONDEPS) \$(GENERICDEPS) \$(UNIXDEPS) \$(HTMLDEPS)"
7191 ALL_HEADERS
="\$(GUIHEADERS) \$(HTML_HEADERS) \$(UNIX_HEADERS) \$(PROTOCOL_HEADERS) \$(GENERIC_HEADERS) \$(WX_HEADERS)"
7194 ALL_OBJECTS
="\$(BASE_OBJS)"
7195 ALL_DEPFILES
="\${BASE_DEPS}"
7196 ALL_HEADERS
="\${BASE_HEADERS}"
7201 WX_LIBRARY_NAME
="lib${WX_LIBRARY}.la"
7203 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
7205 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
7207 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}-${WX_RELEASE}.so.${WX_CURRENT}"
7208 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}-${WX_RELEASE}.so"
7209 WX_LIBRARY_LINK3
="lib${WX_LIBRARY}.so"
7216 if test "$wxUSE_SHARED" = "yes"; then
7219 if test "$GCC" = yes ; then
7220 SHARED_LD
="${CC} -shared -o"
7223 SHARED_LD
="${CXX} -b -o"
7226 WX_LIBRARY_NAME_SHARED
="libwx_${TOOLKIT_DIR}.sl"
7227 WX_ALL
=${WX_LIBRARY_NAME_SHARED}
7230 SHARED_LD
="${CC} -shared -o"
7232 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
7233 WX_ALL
="CREATE_LINKS"
7235 *-*-irix5* | *-*-irix6* )
7236 if test "$GCC" = yes ; then
7237 SHARED_LD
="${CC} -shared -o"
7240 SHARED_LD
="${CXX} -shared -o"
7242 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
7243 WX_ALL
="CREATE_LINKS"
7246 if test "$GCC" = yes ; then
7247 SHARED_LD
="${CC} -shared -o"
7250 SHARED_LD
="${CXX} -G -o"
7253 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
7254 WX_ALL
="CREATE_LINKS"
7257 SHARED_LD
="${CC} -shared -o"
7259 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
7260 WX_ALL
="CREATE_LINKS"
7262 *-*-freebsd* | *-*-netbsd*)
7263 SHARED_LD
="${CC} -shared -o"
7265 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
7266 WX_ALL
="CREATE_LINKS"
7269 SHARED_LD
="${CXX} -shared -o"
7271 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
7272 WX_ALL
="CREATE_LINKS"
7275 SHARED_LD
="${CXX} -shared -o"
7277 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
7278 WX_ALL
="CREATE_LINKS"
7281 SHARED_LD
="${CC} -shared -o"
7283 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
7284 WX_ALL
="CREATE_LINKS"
7287 SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
7288 WX_ALL
=${WX_LIBRARY_NAME_SHARED}
7291 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
7292 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
7295 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
7296 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
7301 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
7304 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
7306 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
7307 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
7311 for ac_hdr
in strings.h
7313 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7314 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7315 echo "configure:7316: checking for $ac_hdr" >&5
7316 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7317 echo $ac_n "(cached) $ac_c" 1>&6
7319 cat > conftest.
$ac_ext <<EOF
7320 #line 7321 "configure"
7321 #include "confdefs.h"
7324 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7325 { (eval echo configure
:7326: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7326 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7327 if test -z "$ac_err"; then
7329 eval "ac_cv_header_$ac_safe=yes"
7332 echo "configure: failed program was:" >&5
7333 cat conftest.
$ac_ext >&5
7335 eval "ac_cv_header_$ac_safe=no"
7339 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7340 echo "$ac_t""yes" 1>&6
7341 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7342 cat >> confdefs.h
<<EOF
7343 #define $ac_tr_hdr 1
7347 echo "$ac_t""no" 1>&6
7351 for ac_hdr
in unistd.h
7353 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7354 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7355 echo "configure:7356: checking for $ac_hdr" >&5
7356 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7357 echo $ac_n "(cached) $ac_c" 1>&6
7359 cat > conftest.
$ac_ext <<EOF
7360 #line 7361 "configure"
7361 #include "confdefs.h"
7364 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7365 { (eval echo configure
:7366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7366 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7367 if test -z "$ac_err"; then
7369 eval "ac_cv_header_$ac_safe=yes"
7372 echo "configure: failed program was:" >&5
7373 cat conftest.
$ac_ext >&5
7375 eval "ac_cv_header_$ac_safe=no"
7379 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7380 echo "$ac_t""yes" 1>&6
7381 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7382 cat >> confdefs.h
<<EOF
7383 #define $ac_tr_hdr 1
7387 echo "$ac_t""no" 1>&6
7391 for ac_hdr
in wchar.h
7393 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7394 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7395 echo "configure:7396: checking for $ac_hdr" >&5
7396 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7397 echo $ac_n "(cached) $ac_c" 1>&6
7399 cat > conftest.
$ac_ext <<EOF
7400 #line 7401 "configure"
7401 #include "confdefs.h"
7404 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7405 { (eval echo configure
:7406: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7406 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7407 if test -z "$ac_err"; then
7409 eval "ac_cv_header_$ac_safe=yes"
7412 echo "configure: failed program was:" >&5
7413 cat conftest.
$ac_ext >&5
7415 eval "ac_cv_header_$ac_safe=no"
7419 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7420 echo "$ac_t""yes" 1>&6
7421 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7422 cat >> confdefs.h
<<EOF
7423 #define $ac_tr_hdr 1
7427 echo "$ac_t""no" 1>&6
7431 for ac_hdr
in wcstr.h
7433 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7434 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7435 echo "configure:7436: checking for $ac_hdr" >&5
7436 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7437 echo $ac_n "(cached) $ac_c" 1>&6
7439 cat > conftest.
$ac_ext <<EOF
7440 #line 7441 "configure"
7441 #include "confdefs.h"
7444 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7445 { (eval echo configure
:7446: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7446 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7447 if test -z "$ac_err"; then
7449 eval "ac_cv_header_$ac_safe=yes"
7452 echo "configure: failed program was:" >&5
7453 cat conftest.
$ac_ext >&5
7455 eval "ac_cv_header_$ac_safe=no"
7459 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7460 echo "$ac_t""yes" 1>&6
7461 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7462 cat >> confdefs.h
<<EOF
7463 #define $ac_tr_hdr 1
7467 echo "$ac_t""no" 1>&6
7471 for ac_hdr
in fnmatch.h
7473 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7474 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7475 echo "configure:7476: checking for $ac_hdr" >&5
7476 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7477 echo $ac_n "(cached) $ac_c" 1>&6
7479 cat > conftest.
$ac_ext <<EOF
7480 #line 7481 "configure"
7481 #include "confdefs.h"
7484 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7485 { (eval echo configure
:7486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7486 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7487 if test -z "$ac_err"; then
7489 eval "ac_cv_header_$ac_safe=yes"
7492 echo "configure: failed program was:" >&5
7493 cat conftest.
$ac_ext >&5
7495 eval "ac_cv_header_$ac_safe=no"
7499 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7500 echo "$ac_t""yes" 1>&6
7501 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7502 cat >> confdefs.h
<<EOF
7503 #define $ac_tr_hdr 1
7507 echo "$ac_t""no" 1>&6
7512 if test "$wxUSE_GUI" = "yes"; then
7513 for ac_hdr
in X
11/XKBlib.h
7515 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7516 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7517 echo "configure:7518: checking for $ac_hdr" >&5
7518 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7519 echo $ac_n "(cached) $ac_c" 1>&6
7521 cat > conftest.
$ac_ext <<EOF
7522 #line 7523 "configure"
7523 #include "confdefs.h"
7526 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7527 { (eval echo configure
:7528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7528 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7529 if test -z "$ac_err"; then
7531 eval "ac_cv_header_$ac_safe=yes"
7534 echo "configure: failed program was:" >&5
7535 cat conftest.
$ac_ext >&5
7537 eval "ac_cv_header_$ac_safe=no"
7541 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7542 echo "$ac_t""yes" 1>&6
7543 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7544 cat >> confdefs.h
<<EOF
7545 #define $ac_tr_hdr 1
7549 echo "$ac_t""no" 1>&6
7556 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7557 echo "configure:7558: checking for ANSI C header files" >&5
7558 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
7559 echo $ac_n "(cached) $ac_c" 1>&6
7561 cat > conftest.
$ac_ext <<EOF
7562 #line 7563 "configure"
7563 #include "confdefs.h"
7569 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7570 { (eval echo configure
:7571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7571 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7572 if test -z "$ac_err"; then
7574 ac_cv_header_stdc
=yes
7577 echo "configure: failed program was:" >&5
7578 cat conftest.
$ac_ext >&5
7580 ac_cv_header_stdc
=no
7584 if test $ac_cv_header_stdc = yes; then
7585 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7586 cat > conftest.
$ac_ext <<EOF
7587 #line 7588 "configure"
7588 #include "confdefs.h"
7591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7592 egrep "memchr" >/dev
/null
2>&1; then
7596 ac_cv_header_stdc
=no
7602 if test $ac_cv_header_stdc = yes; then
7603 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7604 cat > conftest.
$ac_ext <<EOF
7605 #line 7606 "configure"
7606 #include "confdefs.h"
7609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7610 egrep "free" >/dev
/null
2>&1; then
7614 ac_cv_header_stdc
=no
7620 if test $ac_cv_header_stdc = yes; then
7621 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7622 if test "$cross_compiling" = yes; then
7625 cat > conftest.
$ac_ext <<EOF
7626 #line 7627 "configure"
7627 #include "confdefs.h"
7629 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7630 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7631 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7632 int main () { int i; for (i = 0; i < 256; i++)
7633 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
7637 if { (eval echo configure
:7638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
7641 echo "configure: failed program was:" >&5
7642 cat conftest.
$ac_ext >&5
7644 ac_cv_header_stdc
=no
7652 echo "$ac_t""$ac_cv_header_stdc" 1>&6
7653 if test $ac_cv_header_stdc = yes; then
7654 cat >> confdefs.h
<<\EOF
7655 #define STDC_HEADERS 1
7660 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
7661 echo "configure:7662: checking for mode_t" >&5
7662 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
7663 echo $ac_n "(cached) $ac_c" 1>&6
7665 cat > conftest.
$ac_ext <<EOF
7666 #line 7667 "configure"
7667 #include "confdefs.h"
7668 #include <sys/types.h>
7674 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7675 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
7677 ac_cv_type_mode_t
=yes
7680 ac_cv_type_mode_t
=no
7685 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
7686 if test $ac_cv_type_mode_t = no
; then
7687 cat >> confdefs.h
<<\EOF
7693 echo $ac_n "checking for off_t""... $ac_c" 1>&6
7694 echo "configure:7695: checking for off_t" >&5
7695 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
7696 echo $ac_n "(cached) $ac_c" 1>&6
7698 cat > conftest.
$ac_ext <<EOF
7699 #line 7700 "configure"
7700 #include "confdefs.h"
7701 #include <sys/types.h>
7707 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7708 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
7710 ac_cv_type_off_t
=yes
7718 echo "$ac_t""$ac_cv_type_off_t" 1>&6
7719 if test $ac_cv_type_off_t = no
; then
7720 cat >> confdefs.h
<<\EOF
7726 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
7727 echo "configure:7728: checking for pid_t" >&5
7728 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
7729 echo $ac_n "(cached) $ac_c" 1>&6
7731 cat > conftest.
$ac_ext <<EOF
7732 #line 7733 "configure"
7733 #include "confdefs.h"
7734 #include <sys/types.h>
7740 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7741 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
7743 ac_cv_type_pid_t
=yes
7751 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
7752 if test $ac_cv_type_pid_t = no
; then
7753 cat >> confdefs.h
<<\EOF
7759 echo $ac_n "checking for size_t""... $ac_c" 1>&6
7760 echo "configure:7761: checking for size_t" >&5
7761 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
7762 echo $ac_n "(cached) $ac_c" 1>&6
7764 cat > conftest.
$ac_ext <<EOF
7765 #line 7766 "configure"
7766 #include "confdefs.h"
7767 #include <sys/types.h>
7773 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7774 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
7776 ac_cv_type_size_t
=yes
7779 ac_cv_type_size_t
=no
7784 echo "$ac_t""$ac_cv_type_size_t" 1>&6
7785 if test $ac_cv_type_size_t = no
; then
7786 cat >> confdefs.h
<<\EOF
7787 #define size_t unsigned
7792 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
7793 echo "configure:7794: checking for uid_t in sys/types.h" >&5
7794 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
7795 echo $ac_n "(cached) $ac_c" 1>&6
7797 cat > conftest.
$ac_ext <<EOF
7798 #line 7799 "configure"
7799 #include "confdefs.h"
7800 #include <sys/types.h>
7802 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7803 egrep "uid_t" >/dev
/null
2>&1; then
7805 ac_cv_type_uid_t
=yes
7814 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
7815 if test $ac_cv_type_uid_t = no
; then
7816 cat >> confdefs.h
<<\EOF
7820 cat >> confdefs.h
<<\EOF
7829 echo $ac_n "checking for working const""... $ac_c" 1>&6
7830 echo "configure:7831: checking for working const" >&5
7831 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
7832 echo $ac_n "(cached) $ac_c" 1>&6
7834 cat > conftest.
$ac_ext <<EOF
7835 #line 7836 "configure"
7836 #include "confdefs.h"
7840 /* Ultrix mips cc rejects this. */
7841 typedef int charset[2]; const charset x;
7842 /* SunOS 4.1.1 cc rejects this. */
7843 char const *const *ccp;
7845 /* NEC SVR4.0.2 mips cc rejects this. */
7846 struct point {int x, y;};
7847 static struct point const zero = {0,0};
7848 /* AIX XL C 1.02.0.0 rejects this.
7849 It does not let you subtract one const X* pointer from another in an arm
7850 of an if-expression whose if-part is not a constant expression */
7851 const char *g = "string";
7852 ccp = &g + (g ? g-g : 0);
7853 /* HPUX 7.0 cc rejects these. */
7856 ccp = (char const *const *) p;
7857 { /* SCO 3.2v4 cc rejects this. */
7859 char const *s = 0 ? (char *) 0 : (char const *) 0;
7863 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
7865 const int *foo = &x[0];
7868 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7869 typedef const int *iptr;
7873 { /* AIX XL C 1.02.0.0 rejects this saying
7874 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7875 struct s { int j; const int *ap[3]; };
7876 struct s *b; b->j = 5;
7878 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7884 if { (eval echo configure
:7885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7888 echo "configure: failed program was:" >&5
7889 cat conftest.
$ac_ext >&5
7896 echo "$ac_t""$ac_cv_c_const" 1>&6
7897 if test $ac_cv_c_const = no
; then
7898 cat >> confdefs.h
<<\EOF
7904 echo $ac_n "checking for inline""... $ac_c" 1>&6
7905 echo "configure:7906: checking for inline" >&5
7906 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
7907 echo $ac_n "(cached) $ac_c" 1>&6
7910 for ac_kw
in inline __inline__ __inline
; do
7911 cat > conftest.
$ac_ext <<EOF
7912 #line 7913 "configure"
7913 #include "confdefs.h"
7919 if { (eval echo configure
:7920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7921 ac_cv_c_inline
=$ac_kw; break
7923 echo "configure: failed program was:" >&5
7924 cat conftest.
$ac_ext >&5
7931 echo "$ac_t""$ac_cv_c_inline" 1>&6
7932 case "$ac_cv_c_inline" in
7934 no
) cat >> confdefs.h
<<\EOF
7938 *) cat >> confdefs.h
<<EOF
7939 #define inline $ac_cv_c_inline
7945 echo $ac_n "checking size of char""... $ac_c" 1>&6
7946 echo "configure:7947: checking size of char" >&5
7947 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
7948 echo $ac_n "(cached) $ac_c" 1>&6
7950 if test "$cross_compiling" = yes; then
7953 cat > conftest.
$ac_ext <<EOF
7954 #line 7955 "configure"
7955 #include "confdefs.h"
7959 FILE *f=fopen("conftestval", "w");
7961 fprintf(f, "%d\n", sizeof(char));
7965 if { (eval echo configure
:7966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
7967 ac_cv_sizeof_char
=`cat conftestval`
7969 echo "configure: failed program was:" >&5
7970 cat conftest.
$ac_ext >&5
7978 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
7979 cat >> confdefs.h
<<EOF
7980 #define SIZEOF_CHAR $ac_cv_sizeof_char
7984 echo $ac_n "checking size of short""... $ac_c" 1>&6
7985 echo "configure:7986: checking size of short" >&5
7986 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
7987 echo $ac_n "(cached) $ac_c" 1>&6
7989 if test "$cross_compiling" = yes; then
7990 ac_cv_sizeof_short
=2
7992 cat > conftest.
$ac_ext <<EOF
7993 #line 7994 "configure"
7994 #include "confdefs.h"
7998 FILE *f=fopen("conftestval", "w");
8000 fprintf(f, "%d\n", sizeof(short));
8004 if { (eval echo configure
:8005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8006 ac_cv_sizeof_short
=`cat conftestval`
8008 echo "configure: failed program was:" >&5
8009 cat conftest.
$ac_ext >&5
8011 ac_cv_sizeof_short
=0
8017 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
8018 cat >> confdefs.h
<<EOF
8019 #define SIZEOF_SHORT $ac_cv_sizeof_short
8023 echo $ac_n "checking size of int *""... $ac_c" 1>&6
8024 echo "configure:8025: checking size of int *" >&5
8025 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
8026 echo $ac_n "(cached) $ac_c" 1>&6
8028 if test "$cross_compiling" = yes; then
8029 ac_cv_sizeof_int_p
=4
8031 cat > conftest.
$ac_ext <<EOF
8032 #line 8033 "configure"
8033 #include "confdefs.h"
8037 FILE *f=fopen("conftestval", "w");
8039 fprintf(f, "%d\n", sizeof(int *));
8043 if { (eval echo configure
:8044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8045 ac_cv_sizeof_int_p
=`cat conftestval`
8047 echo "configure: failed program was:" >&5
8048 cat conftest.
$ac_ext >&5
8050 ac_cv_sizeof_int_p
=0
8056 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
8057 cat >> confdefs.h
<<EOF
8058 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
8062 echo $ac_n "checking size of int""... $ac_c" 1>&6
8063 echo "configure:8064: checking size of int" >&5
8064 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
8065 echo $ac_n "(cached) $ac_c" 1>&6
8067 if test "$cross_compiling" = yes; then
8070 cat > conftest.
$ac_ext <<EOF
8071 #line 8072 "configure"
8072 #include "confdefs.h"
8076 FILE *f=fopen("conftestval", "w");
8078 fprintf(f, "%d\n", sizeof(int));
8082 if { (eval echo configure
:8083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8084 ac_cv_sizeof_int
=`cat conftestval`
8086 echo "configure: failed program was:" >&5
8087 cat conftest.
$ac_ext >&5
8095 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
8096 cat >> confdefs.h
<<EOF
8097 #define SIZEOF_INT $ac_cv_sizeof_int
8101 echo $ac_n "checking size of long""... $ac_c" 1>&6
8102 echo "configure:8103: checking size of long" >&5
8103 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
8104 echo $ac_n "(cached) $ac_c" 1>&6
8106 if test "$cross_compiling" = yes; then
8109 cat > conftest.
$ac_ext <<EOF
8110 #line 8111 "configure"
8111 #include "confdefs.h"
8115 FILE *f=fopen("conftestval", "w");
8117 fprintf(f, "%d\n", sizeof(long));
8121 if { (eval echo configure
:8122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8123 ac_cv_sizeof_long
=`cat conftestval`
8125 echo "configure: failed program was:" >&5
8126 cat conftest.
$ac_ext >&5
8134 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
8135 cat >> confdefs.h
<<EOF
8136 #define SIZEOF_LONG $ac_cv_sizeof_long
8140 echo $ac_n "checking size of long long""... $ac_c" 1>&6
8141 echo "configure:8142: checking size of long long" >&5
8142 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
8143 echo $ac_n "(cached) $ac_c" 1>&6
8145 if test "$cross_compiling" = yes; then
8146 ac_cv_sizeof_long_long
=0
8148 cat > conftest.
$ac_ext <<EOF
8149 #line 8150 "configure"
8150 #include "confdefs.h"
8154 FILE *f=fopen("conftestval", "w");
8156 fprintf(f, "%d\n", sizeof(long long));
8160 if { (eval echo configure
:8161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8162 ac_cv_sizeof_long_long
=`cat conftestval`
8164 echo "configure: failed program was:" >&5
8165 cat conftest.
$ac_ext >&5
8167 ac_cv_sizeof_long_long
=0
8173 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
8174 cat >> confdefs.h
<<EOF
8175 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
8180 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
8181 echo "configure:8182: checking whether byte ordering is bigendian" >&5
8182 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
8183 echo $ac_n "(cached) $ac_c" 1>&6
8185 ac_cv_c_bigendian
=unknown
8186 # See if sys/param.h defines the BYTE_ORDER macro.
8187 cat > conftest.
$ac_ext <<EOF
8188 #line 8189 "configure"
8189 #include "confdefs.h"
8190 #include <sys/types.h>
8191 #include <sys/param.h>
8194 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
8199 if { (eval echo configure
:8200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8201 # It does; now see whether it defined to BIG_ENDIAN or not.
8202 cat > conftest.
$ac_ext <<EOF
8203 #line 8204 "configure"
8204 #include "confdefs.h"
8205 #include <sys/types.h>
8206 #include <sys/param.h>
8209 #if BYTE_ORDER != BIG_ENDIAN
8214 if { (eval echo configure
:8215: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8216 ac_cv_c_bigendian
=yes
8218 echo "configure: failed program was:" >&5
8219 cat conftest.
$ac_ext >&5
8221 ac_cv_c_bigendian
=no
8225 echo "configure: failed program was:" >&5
8226 cat conftest.
$ac_ext >&5
8229 if test $ac_cv_c_bigendian = unknown
; then
8230 if test "$cross_compiling" = yes; then
8231 ac_cv_c_bigendian
=unknown
8233 cat > conftest.
$ac_ext <<EOF
8234 #line 8235 "configure"
8235 #include "confdefs.h"
8237 /* Are we little or big endian? From Harbison&Steele. */
8241 char c[sizeof (long)];
8244 exit (u.c[sizeof (long) - 1] == 1);
8247 if { (eval echo configure
:8248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8249 ac_cv_c_bigendian
=no
8251 echo "configure: failed program was:" >&5
8252 cat conftest.
$ac_ext >&5
8254 ac_cv_c_bigendian
=yes
8262 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
8263 if test $ac_cv_c_bigendian = unknown
; then
8264 echo "configure: 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" 1>&2
8266 if test $ac_cv_c_bigendian = yes; then
8267 cat >> confdefs.h
<<\EOF
8268 #define WORDS_BIGENDIAN 1
8275 if test "$cross_compiling" = "yes"; then
8276 cat >> confdefs.h
<<\EOF
8277 #define wxUSE_IOSTREAMH 1
8283 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8284 ac_cpp
='$CXXCPP $CPPFLAGS'
8285 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8286 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8287 cross_compiling
=$ac_cv_prog_cxx_cross
8290 for ac_hdr
in iostream
8292 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
8293 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
8294 echo "configure:8295: checking for $ac_hdr" >&5
8295 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8296 echo $ac_n "(cached) $ac_c" 1>&6
8298 cat > conftest.
$ac_ext <<EOF
8299 #line 8300 "configure"
8300 #include "confdefs.h"
8303 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8304 { (eval echo configure
:8305: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8305 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8306 if test -z "$ac_err"; then
8308 eval "ac_cv_header_$ac_safe=yes"
8311 echo "configure: failed program was:" >&5
8312 cat conftest.
$ac_ext >&5
8314 eval "ac_cv_header_$ac_safe=no"
8318 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8319 echo "$ac_t""yes" 1>&6
8320 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
8321 cat >> confdefs.h
<<EOF
8322 #define $ac_tr_hdr 1
8326 echo "$ac_t""no" 1>&6
8331 if test "x$HAVE_IOSTREAM" = x
; then
8332 cat >> confdefs.h
<<\EOF
8333 #define wxUSE_IOSTREAMH 1
8341 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8342 ac_cpp
='$CPP $CPPFLAGS'
8343 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8344 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8345 cross_compiling
=$ac_cv_prog_cc_cross
8351 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
8352 echo "configure:8353: checking if C++ compiler supports bool" >&5
8353 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
8354 echo $ac_n "(cached) $ac_c" 1>&6
8359 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8360 ac_cpp
='$CXXCPP $CPPFLAGS'
8361 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8362 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8363 cross_compiling
=$ac_cv_prog_cxx_cross
8366 cat > conftest.
$ac_ext <<EOF
8367 #line 8368 "configure"
8368 #include "confdefs.h"
8379 if { (eval echo configure
:8380: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8382 cat >> confdefs.h
<<\EOF
8389 echo "configure: failed program was:" >&5
8390 cat conftest.
$ac_ext >&5
8400 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8401 ac_cpp
='$CPP $CPPFLAGS'
8402 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8403 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8404 cross_compiling
=$ac_cv_prog_cc_cross
8409 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
8411 if test "$wx_cv_cpp_bool" = "yes"; then
8412 cat >> confdefs.h
<<\EOF
8420 echo $ac_n "checking if size_t and int are different types""... $ac_c" 1>&6
8421 echo "configure:8422: checking if size_t and int are different types" >&5
8422 if eval "test \"`echo '$''{'wx_cv_cpp_sizet_not_int'+set}'`\" = set"; then
8423 echo $ac_n "(cached) $ac_c" 1>&6
8428 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8429 ac_cpp
='$CXXCPP $CPPFLAGS'
8430 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8431 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8432 cross_compiling
=$ac_cv_prog_cxx_cross
8435 if test "$cross_compiling" = yes; then
8436 wx_cv_cpp_sizet_not_int
=no
8439 cat > conftest.
$ac_ext <<EOF
8440 #line 8441 "configure"
8441 #include "confdefs.h"
8443 extern "C" void exit(int);
8451 S(char *s) { m_s = s; }
8453 char operator[](size_t n) const { return m_s[n]; }
8454 char operator[](int n) const { return m_s[n]; }
8466 return s[n1] == s[n2];
8470 if { (eval echo configure
:8471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8472 cat >> confdefs.h
<<\EOF
8473 #define wxUSE_SIZE_T_STRING_OPERATOR 1
8475 wx_cv_cpp_sizet_not_int
=yes
8477 echo "configure: failed program was:" >&5
8478 cat conftest.
$ac_ext >&5
8480 wx_cv_cpp_sizet_not_int
=no
8487 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8488 ac_cpp
='$CPP $CPPFLAGS'
8489 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8490 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8491 cross_compiling
=$ac_cv_prog_cc_cross
8496 echo "$ac_t""$wx_cv_cpp_sizet_not_int" 1>&6
8500 echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
8501 echo "configure:8502: checking if you need GNU extensions" >&5
8502 if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
8503 echo $ac_n "(cached) $ac_c" 1>&6
8506 cat > conftest.
$ac_ext <<EOF
8507 #line 8508 "configure"
8508 #include "confdefs.h"
8509 #include <features.h>
8513 #ifndef __GNU_LIBRARY__
8514 Compile error wanted
8520 if { (eval echo configure
:8521: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8522 wx_cv_gnu_extensions
=yes
8524 echo "configure: failed program was:" >&5
8525 cat conftest.
$ac_ext >&5
8527 wx_cv_gnu_extensions
=no
8534 echo "$ac_t""$wx_cv_gnu_extensions" 1>&6
8535 if test "$wx_cv_gnu_extensions" = "yes"; then
8536 cat >> confdefs.h
<<EOF
8537 #define _GNU_SOURCE 1
8544 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
8545 echo "configure:8546: checking for wcslen in -lc" >&5
8546 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
8547 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8548 echo $ac_n "(cached) $ac_c" 1>&6
8550 ac_save_LIBS
="$LIBS"
8552 cat > conftest.
$ac_ext <<EOF
8553 #line 8554 "configure"
8554 #include "confdefs.h"
8555 /* Override any gcc2 internal prototype to avoid an error. */
8556 /* We use char because int might match the return type of a gcc2
8557 builtin and then its argument prototype would still apply. */
8564 if { (eval echo configure
:8565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8566 eval "ac_cv_lib_$ac_lib_var=yes"
8568 echo "configure: failed program was:" >&5
8569 cat conftest.
$ac_ext >&5
8571 eval "ac_cv_lib_$ac_lib_var=no"
8574 LIBS
="$ac_save_LIBS"
8577 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8578 echo "$ac_t""yes" 1>&6
8580 cat >> confdefs.h
<<\EOF
8581 #define HAVE_WCSLEN 1
8587 echo "$ac_t""no" 1>&6
8589 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
8590 echo "configure:8591: checking for wcslen in -lw" >&5
8591 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
8592 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8593 echo $ac_n "(cached) $ac_c" 1>&6
8595 ac_save_LIBS
="$LIBS"
8597 cat > conftest.
$ac_ext <<EOF
8598 #line 8599 "configure"
8599 #include "confdefs.h"
8600 /* Override any gcc2 internal prototype to avoid an error. */
8601 /* We use char because int might match the return type of a gcc2
8602 builtin and then its argument prototype would still apply. */
8609 if { (eval echo configure
:8610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8611 eval "ac_cv_lib_$ac_lib_var=yes"
8613 echo "configure: failed program was:" >&5
8614 cat conftest.
$ac_ext >&5
8616 eval "ac_cv_lib_$ac_lib_var=no"
8619 LIBS
="$ac_save_LIBS"
8622 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8623 echo "$ac_t""yes" 1>&6
8625 cat >> confdefs.h
<<\EOF
8626 #define HAVE_WCSLEN 1
8632 echo "$ac_t""no" 1>&6
8639 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
8640 echo "configure:8641: checking for vprintf" >&5
8641 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
8642 echo $ac_n "(cached) $ac_c" 1>&6
8644 cat > conftest.
$ac_ext <<EOF
8645 #line 8646 "configure"
8646 #include "confdefs.h"
8647 /* System header to define __stub macros and hopefully few prototypes,
8648 which can conflict with char vprintf(); below. */
8650 /* Override any gcc2 internal prototype to avoid an error. */
8651 /* We use char because int might match the return type of a gcc2
8652 builtin and then its argument prototype would still apply. */
8657 /* The GNU C library defines this for functions which it implements
8658 to always fail with ENOSYS. Some functions are actually named
8659 something starting with __ and the normal name is an alias. */
8660 #if defined (__stub_vprintf) || defined (__stub___vprintf)
8668 if { (eval echo configure
:8669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8670 eval "ac_cv_func_vprintf=yes"
8672 echo "configure: failed program was:" >&5
8673 cat conftest.
$ac_ext >&5
8675 eval "ac_cv_func_vprintf=no"
8680 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
8681 echo "$ac_t""yes" 1>&6
8682 cat >> confdefs.h
<<\EOF
8683 #define HAVE_VPRINTF 1
8687 echo "$ac_t""no" 1>&6
8690 if test "$ac_cv_func_vprintf" != yes; then
8691 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
8692 echo "configure:8693: checking for _doprnt" >&5
8693 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
8694 echo $ac_n "(cached) $ac_c" 1>&6
8696 cat > conftest.
$ac_ext <<EOF
8697 #line 8698 "configure"
8698 #include "confdefs.h"
8699 /* System header to define __stub macros and hopefully few prototypes,
8700 which can conflict with char _doprnt(); below. */
8702 /* Override any gcc2 internal prototype to avoid an error. */
8703 /* We use char because int might match the return type of a gcc2
8704 builtin and then its argument prototype would still apply. */
8709 /* The GNU C library defines this for functions which it implements
8710 to always fail with ENOSYS. Some functions are actually named
8711 something starting with __ and the normal name is an alias. */
8712 #if defined (__stub__doprnt) || defined (__stub____doprnt)
8720 if { (eval echo configure
:8721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8722 eval "ac_cv_func__doprnt=yes"
8724 echo "configure: failed program was:" >&5
8725 cat conftest.
$ac_ext >&5
8727 eval "ac_cv_func__doprnt=no"
8732 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
8733 echo "$ac_t""yes" 1>&6
8734 cat >> confdefs.h
<<\EOF
8735 #define HAVE_DOPRNT 1
8739 echo "$ac_t""no" 1>&6
8745 for ac_func
in vsnprintf
8747 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8748 echo "configure:8749: checking for $ac_func" >&5
8749 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8750 echo $ac_n "(cached) $ac_c" 1>&6
8752 cat > conftest.
$ac_ext <<EOF
8753 #line 8754 "configure"
8754 #include "confdefs.h"
8755 /* System header to define __stub macros and hopefully few prototypes,
8756 which can conflict with char $ac_func(); below. */
8758 /* Override any gcc2 internal prototype to avoid an error. */
8759 /* We use char because int might match the return type of a gcc2
8760 builtin and then its argument prototype would still apply. */
8765 /* The GNU C library defines this for functions which it implements
8766 to always fail with ENOSYS. Some functions are actually named
8767 something starting with __ and the normal name is an alias. */
8768 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8776 if { (eval echo configure
:8777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8778 eval "ac_cv_func_$ac_func=yes"
8780 echo "configure: failed program was:" >&5
8781 cat conftest.
$ac_ext >&5
8783 eval "ac_cv_func_$ac_func=no"
8788 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8789 echo "$ac_t""yes" 1>&6
8790 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8791 cat >> confdefs.h
<<EOF
8792 #define $ac_tr_func 1
8794 cat >> confdefs.h
<<\EOF
8795 #define HAVE_VSNPRINTF 1
8799 echo "$ac_t""no" 1>&6
8800 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
8808 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8809 ac_cpp
='$CXXCPP $CPPFLAGS'
8810 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8811 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8812 cross_compiling
=$ac_cv_prog_cxx_cross
8815 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
8816 echo "configure:8817: checking for vsscanf" >&5
8817 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
8818 echo $ac_n "(cached) $ac_c" 1>&6
8821 if test "$cross_compiling" = yes; then
8822 wx_cv_func_vsscanf
=no
8825 cat > conftest.
$ac_ext <<EOF
8826 #line 8827 "configure"
8827 #include "confdefs.h"
8829 extern "C" void exit(int);
8835 int try_vsscanf(const char *format, ...)
8838 va_start(ap, format);
8840 vsscanf("17", format, ap);
8848 try_vsscanf("%d", &i);
8849 return i == 17 ? 0 : 1;
8853 if { (eval echo configure
:8854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8856 cat >> confdefs.h
<<\EOF
8857 #define HAVE_VSSCANF 1
8860 wx_cv_func_vsscanf
=yes
8863 echo "configure: failed program was:" >&5
8864 cat conftest.
$ac_ext >&5
8866 wx_cv_func_vsscanf
=no
8874 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
8877 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8878 ac_cpp
='$CPP $CPPFLAGS'
8879 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8880 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8881 cross_compiling
=$ac_cv_prog_cc_cross
8884 if test "$USE_UNIX" = 1; then
8886 for ac_func
in vfork
8888 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8889 echo "configure:8890: checking for $ac_func" >&5
8890 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8891 echo $ac_n "(cached) $ac_c" 1>&6
8893 cat > conftest.
$ac_ext <<EOF
8894 #line 8895 "configure"
8895 #include "confdefs.h"
8896 /* System header to define __stub macros and hopefully few prototypes,
8897 which can conflict with char $ac_func(); below. */
8899 /* Override any gcc2 internal prototype to avoid an error. */
8900 /* We use char because int might match the return type of a gcc2
8901 builtin and then its argument prototype would still apply. */
8906 /* The GNU C library defines this for functions which it implements
8907 to always fail with ENOSYS. Some functions are actually named
8908 something starting with __ and the normal name is an alias. */
8909 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8917 if { (eval echo configure
:8918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8919 eval "ac_cv_func_$ac_func=yes"
8921 echo "configure: failed program was:" >&5
8922 cat conftest.
$ac_ext >&5
8924 eval "ac_cv_func_$ac_func=no"
8929 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8930 echo "$ac_t""yes" 1>&6
8931 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8932 cat >> confdefs.h
<<EOF
8933 #define $ac_tr_func 1
8937 echo "$ac_t""no" 1>&6
8943 for ac_func
in nanosleep
8945 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8946 echo "configure:8947: checking for $ac_func" >&5
8947 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8948 echo $ac_n "(cached) $ac_c" 1>&6
8950 cat > conftest.
$ac_ext <<EOF
8951 #line 8952 "configure"
8952 #include "confdefs.h"
8953 /* System header to define __stub macros and hopefully few prototypes,
8954 which can conflict with char $ac_func(); below. */
8956 /* Override any gcc2 internal prototype to avoid an error. */
8957 /* We use char because int might match the return type of a gcc2
8958 builtin and then its argument prototype would still apply. */
8963 /* The GNU C library defines this for functions which it implements
8964 to always fail with ENOSYS. Some functions are actually named
8965 something starting with __ and the normal name is an alias. */
8966 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8974 if { (eval echo configure
:8975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8976 eval "ac_cv_func_$ac_func=yes"
8978 echo "configure: failed program was:" >&5
8979 cat conftest.
$ac_ext >&5
8981 eval "ac_cv_func_$ac_func=no"
8986 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8987 echo "$ac_t""yes" 1>&6
8988 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8989 cat >> confdefs.h
<<EOF
8990 #define $ac_tr_func 1
8992 cat >> confdefs.h
<<\EOF
8993 #define HAVE_NANOSLEEP 1
8997 echo "$ac_t""no" 1>&6
8998 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
8999 echo "configure:9000: checking for nanosleep in -lposix4" >&5
9000 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
9001 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9002 echo $ac_n "(cached) $ac_c" 1>&6
9004 ac_save_LIBS
="$LIBS"
9005 LIBS
="-lposix4 $LIBS"
9006 cat > conftest.
$ac_ext <<EOF
9007 #line 9008 "configure"
9008 #include "confdefs.h"
9009 /* Override any gcc2 internal prototype to avoid an error. */
9010 /* We use char because int might match the return type of a gcc2
9011 builtin and then its argument prototype would still apply. */
9018 if { (eval echo configure
:9019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9020 eval "ac_cv_lib_$ac_lib_var=yes"
9022 echo "configure: failed program was:" >&5
9023 cat conftest.
$ac_ext >&5
9025 eval "ac_cv_lib_$ac_lib_var=no"
9028 LIBS
="$ac_save_LIBS"
9031 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9032 echo "$ac_t""yes" 1>&6
9034 cat >> confdefs.h
<<\EOF
9035 #define HAVE_NANOSLEEP 1
9038 POSIX4_LINK
="-lposix4"
9041 echo "$ac_t""no" 1>&6
9043 for ac_func
in usleep
9045 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9046 echo "configure:9047: checking for $ac_func" >&5
9047 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9048 echo $ac_n "(cached) $ac_c" 1>&6
9050 cat > conftest.
$ac_ext <<EOF
9051 #line 9052 "configure"
9052 #include "confdefs.h"
9053 /* System header to define __stub macros and hopefully few prototypes,
9054 which can conflict with char $ac_func(); below. */
9056 /* Override any gcc2 internal prototype to avoid an error. */
9057 /* We use char because int might match the return type of a gcc2
9058 builtin and then its argument prototype would still apply. */
9063 /* The GNU C library defines this for functions which it implements
9064 to always fail with ENOSYS. Some functions are actually named
9065 something starting with __ and the normal name is an alias. */
9066 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9074 if { (eval echo configure
:9075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9076 eval "ac_cv_func_$ac_func=yes"
9078 echo "configure: failed program was:" >&5
9079 cat conftest.
$ac_ext >&5
9081 eval "ac_cv_func_$ac_func=no"
9086 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9087 echo "$ac_t""yes" 1>&6
9088 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9089 cat >> confdefs.h
<<EOF
9090 #define $ac_tr_func 1
9092 cat >> confdefs.h
<<\EOF
9093 #define HAVE_USLEEP 1
9097 echo "$ac_t""no" 1>&6
9098 echo "configure: warning: wxSleep() function will not work" 1>&2
9110 for ac_func
in uname gethostname
9112 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9113 echo "configure:9114: checking for $ac_func" >&5
9114 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9115 echo $ac_n "(cached) $ac_c" 1>&6
9117 cat > conftest.
$ac_ext <<EOF
9118 #line 9119 "configure"
9119 #include "confdefs.h"
9120 /* System header to define __stub macros and hopefully few prototypes,
9121 which can conflict with char $ac_func(); below. */
9123 /* Override any gcc2 internal prototype to avoid an error. */
9124 /* We use char because int might match the return type of a gcc2
9125 builtin and then its argument prototype would still apply. */
9130 /* The GNU C library defines this for functions which it implements
9131 to always fail with ENOSYS. Some functions are actually named
9132 something starting with __ and the normal name is an alias. */
9133 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9141 if { (eval echo configure
:9142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9143 eval "ac_cv_func_$ac_func=yes"
9145 echo "configure: failed program was:" >&5
9146 cat conftest.
$ac_ext >&5
9148 eval "ac_cv_func_$ac_func=no"
9153 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9154 echo "$ac_t""yes" 1>&6
9155 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9156 cat >> confdefs.h
<<EOF
9157 #define $ac_tr_func 1
9161 echo "$ac_t""no" 1>&6
9166 for ac_func
in strtok_r
9168 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9169 echo "configure:9170: checking for $ac_func" >&5
9170 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9171 echo $ac_n "(cached) $ac_c" 1>&6
9173 cat > conftest.
$ac_ext <<EOF
9174 #line 9175 "configure"
9175 #include "confdefs.h"
9176 /* System header to define __stub macros and hopefully few prototypes,
9177 which can conflict with char $ac_func(); below. */
9179 /* Override any gcc2 internal prototype to avoid an error. */
9180 /* We use char because int might match the return type of a gcc2
9181 builtin and then its argument prototype would still apply. */
9186 /* The GNU C library defines this for functions which it implements
9187 to always fail with ENOSYS. Some functions are actually named
9188 something starting with __ and the normal name is an alias. */
9189 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9197 if { (eval echo configure
:9198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9199 eval "ac_cv_func_$ac_func=yes"
9201 echo "configure: failed program was:" >&5
9202 cat conftest.
$ac_ext >&5
9204 eval "ac_cv_func_$ac_func=no"
9209 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9210 echo "$ac_t""yes" 1>&6
9211 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9212 cat >> confdefs.h
<<EOF
9213 #define $ac_tr_func 1
9217 echo "$ac_t""no" 1>&6
9222 for ac_func
in inet_addr
9224 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9225 echo "configure:9226: checking for $ac_func" >&5
9226 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9227 echo $ac_n "(cached) $ac_c" 1>&6
9229 cat > conftest.
$ac_ext <<EOF
9230 #line 9231 "configure"
9231 #include "confdefs.h"
9232 /* System header to define __stub macros and hopefully few prototypes,
9233 which can conflict with char $ac_func(); below. */
9235 /* Override any gcc2 internal prototype to avoid an error. */
9236 /* We use char because int might match the return type of a gcc2
9237 builtin and then its argument prototype would still apply. */
9242 /* The GNU C library defines this for functions which it implements
9243 to always fail with ENOSYS. Some functions are actually named
9244 something starting with __ and the normal name is an alias. */
9245 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9253 if { (eval echo configure
:9254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9255 eval "ac_cv_func_$ac_func=yes"
9257 echo "configure: failed program was:" >&5
9258 cat conftest.
$ac_ext >&5
9260 eval "ac_cv_func_$ac_func=no"
9265 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9266 echo "$ac_t""yes" 1>&6
9267 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9268 cat >> confdefs.h
<<EOF
9269 #define $ac_tr_func 1
9273 echo "$ac_t""no" 1>&6
9277 for ac_func
in inet_aton
9279 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9280 echo "configure:9281: checking for $ac_func" >&5
9281 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9282 echo $ac_n "(cached) $ac_c" 1>&6
9284 cat > conftest.
$ac_ext <<EOF
9285 #line 9286 "configure"
9286 #include "confdefs.h"
9287 /* System header to define __stub macros and hopefully few prototypes,
9288 which can conflict with char $ac_func(); below. */
9290 /* Override any gcc2 internal prototype to avoid an error. */
9291 /* We use char because int might match the return type of a gcc2
9292 builtin and then its argument prototype would still apply. */
9297 /* The GNU C library defines this for functions which it implements
9298 to always fail with ENOSYS. Some functions are actually named
9299 something starting with __ and the normal name is an alias. */
9300 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9308 if { (eval echo configure
:9309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9310 eval "ac_cv_func_$ac_func=yes"
9312 echo "configure: failed program was:" >&5
9313 cat conftest.
$ac_ext >&5
9315 eval "ac_cv_func_$ac_func=no"
9320 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9321 echo "$ac_t""yes" 1>&6
9322 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9323 cat >> confdefs.h
<<EOF
9324 #define $ac_tr_func 1
9328 echo "$ac_t""no" 1>&6
9332 echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6
9333 echo "configure:9334: checking for inet_aton in -lresolv" >&5
9334 ac_lib_var
=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
9335 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9336 echo $ac_n "(cached) $ac_c" 1>&6
9338 ac_save_LIBS
="$LIBS"
9339 LIBS
="-lresolv $LIBS"
9340 cat > conftest.
$ac_ext <<EOF
9341 #line 9342 "configure"
9342 #include "confdefs.h"
9343 /* Override any gcc2 internal prototype to avoid an error. */
9344 /* We use char because int might match the return type of a gcc2
9345 builtin and then its argument prototype would still apply. */
9352 if { (eval echo configure
:9353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9354 eval "ac_cv_lib_$ac_lib_var=yes"
9356 echo "configure: failed program was:" >&5
9357 cat conftest.
$ac_ext >&5
9359 eval "ac_cv_lib_$ac_lib_var=no"
9362 LIBS
="$ac_save_LIBS"
9365 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9366 echo "$ac_t""yes" 1>&6
9367 ac_tr_lib
=HAVE_LIB
`echo resolv | sed -e 's/[^a-zA-Z0-9_]/_/g' \
9368 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
9369 cat >> confdefs.h
<<EOF
9370 #define $ac_tr_lib 1
9373 LIBS
="-lresolv $LIBS"
9376 echo "$ac_t""no" 1>&6
9383 cat > confcache
<<\EOF
9384 # This file is a shell script that caches the results of configure
9385 # tests run on this system so they can be shared between configure
9386 # scripts and configure runs. It is not useful on other systems.
9387 # If it contains results you don't want to keep, you may remove or edit it.
9389 # By default, configure uses ./config.cache as the cache file,
9390 # creating it if it does not exist already. You can give configure
9391 # the --cache-file=FILE option to use a different cache file; that is
9392 # what configure does when it calls configure scripts in
9393 # subdirectories, so they share the cache.
9394 # Giving --cache-file=/dev/null disables caching, for debugging configure.
9395 # config.status only pays attention to the cache file if you give it the
9396 # --recheck option to rerun configure.
9399 # The following way of writing the cache mishandles newlines in values,
9400 # but we know of no workaround that is simple, portable, and efficient.
9401 # So, don't put newlines in cache variables' values.
9402 # Ultrix sh set writes to stderr and can't be redirected directly,
9403 # and sets the high bit in the cache file unless we assign to the vars.
9405 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9407 # `set' does not quote correctly, so add quotes (double-quote substitution
9408 # turns \\\\ into \\, and sed turns \\ into \).
9410 -e "s/'/'\\\\''/g" \
9411 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
9414 # `set' quotes correctly as required by POSIX, so do not add quotes.
9415 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
9418 if cmp -s $cache_file confcache
; then
9421 if test -w $cache_file; then
9422 echo "updating cache $cache_file"
9423 cat confcache
> $cache_file
9425 echo "not updating unwritable cache $cache_file"
9432 if test "$USE_UNIX" = 1; then
9438 if test "$wxUSE_THREADS" = "yes" ; then
9439 if test "$wxUSE_WINE" = 1 ; then
9440 echo "configure: warning: Threads are not supported under WINE" 1>&2
9445 if test "$wxUSE_THREADS" = "yes" ; then
9447 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
9448 echo "configure:9449: checking for pthread_create in -lpthread" >&5
9449 ac_lib_var
=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
9450 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9451 echo $ac_n "(cached) $ac_c" 1>&6
9453 ac_save_LIBS
="$LIBS"
9454 LIBS
="-lpthread $LIBS"
9455 cat > conftest.
$ac_ext <<EOF
9456 #line 9457 "configure"
9457 #include "confdefs.h"
9458 /* Override any gcc2 internal prototype to avoid an error. */
9459 /* We use char because int might match the return type of a gcc2
9460 builtin and then its argument prototype would still apply. */
9461 char pthread_create();
9467 if { (eval echo configure
:9468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9469 eval "ac_cv_lib_$ac_lib_var=yes"
9471 echo "configure: failed program was:" >&5
9472 cat conftest.
$ac_ext >&5
9474 eval "ac_cv_lib_$ac_lib_var=no"
9477 LIBS
="$ac_save_LIBS"
9480 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9481 echo "$ac_t""yes" 1>&6
9483 THREADS_OBJ
="threadpsx.lo"
9484 THREADS_LINK
="pthread"
9487 echo "$ac_t""no" 1>&6
9489 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
9490 echo "configure:9491: checking for pthread_create in -lc_r" >&5
9491 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
9492 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9493 echo $ac_n "(cached) $ac_c" 1>&6
9495 ac_save_LIBS
="$LIBS"
9497 cat > conftest.
$ac_ext <<EOF
9498 #line 9499 "configure"
9499 #include "confdefs.h"
9500 /* Override any gcc2 internal prototype to avoid an error. */
9501 /* We use char because int might match the return type of a gcc2
9502 builtin and then its argument prototype would still apply. */
9503 char pthread_create();
9509 if { (eval echo configure
:9510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9511 eval "ac_cv_lib_$ac_lib_var=yes"
9513 echo "configure: failed program was:" >&5
9514 cat conftest.
$ac_ext >&5
9516 eval "ac_cv_lib_$ac_lib_var=no"
9519 LIBS
="$ac_save_LIBS"
9522 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9523 echo "$ac_t""yes" 1>&6
9525 THREADS_OBJ
="threadpsx.lo"
9529 echo "$ac_t""no" 1>&6
9531 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
9532 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
9533 echo "configure:9534: checking for sys/prctl.h" >&5
9534 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9535 echo $ac_n "(cached) $ac_c" 1>&6
9537 cat > conftest.
$ac_ext <<EOF
9538 #line 9539 "configure"
9539 #include "confdefs.h"
9540 #include <sys/prctl.h>
9542 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9543 { (eval echo configure
:9544: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9544 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9545 if test -z "$ac_err"; then
9547 eval "ac_cv_header_$ac_safe=yes"
9550 echo "configure: failed program was:" >&5
9551 cat conftest.
$ac_ext >&5
9553 eval "ac_cv_header_$ac_safe=no"
9557 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9558 echo "$ac_t""yes" 1>&6
9560 THREADS_OBJ
="threadsgi.lo"
9563 echo "$ac_t""no" 1>&6
9573 if test -z "$THREADS_OBJ" ; then
9575 echo "configure: warning: No thread support on this system" 1>&2
9579 if test "$wxUSE_THREADS" = "yes" ; then
9581 for ac_hdr
in sched.h
9583 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9584 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9585 echo "configure:9586: checking for $ac_hdr" >&5
9586 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9587 echo $ac_n "(cached) $ac_c" 1>&6
9589 cat > conftest.
$ac_ext <<EOF
9590 #line 9591 "configure"
9591 #include "confdefs.h"
9594 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9595 { (eval echo configure
:9596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9596 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9597 if test -z "$ac_err"; then
9599 eval "ac_cv_header_$ac_safe=yes"
9602 echo "configure: failed program was:" >&5
9603 cat conftest.
$ac_ext >&5
9605 eval "ac_cv_header_$ac_safe=no"
9609 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9610 echo "$ac_t""yes" 1>&6
9611 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9612 cat >> confdefs.h
<<EOF
9613 #define $ac_tr_hdr 1
9617 echo "$ac_t""no" 1>&6
9622 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
9623 echo "configure:9624: checking for sched_yield in -l$THREADS_LINK" >&5
9624 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
9625 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9626 echo $ac_n "(cached) $ac_c" 1>&6
9628 ac_save_LIBS
="$LIBS"
9629 LIBS
="-l$THREADS_LINK $LIBS"
9630 cat > conftest.
$ac_ext <<EOF
9631 #line 9632 "configure"
9632 #include "confdefs.h"
9633 /* Override any gcc2 internal prototype to avoid an error. */
9634 /* We use char because int might match the return type of a gcc2
9635 builtin and then its argument prototype would still apply. */
9642 if { (eval echo configure
:9643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9644 eval "ac_cv_lib_$ac_lib_var=yes"
9646 echo "configure: failed program was:" >&5
9647 cat conftest.
$ac_ext >&5
9649 eval "ac_cv_lib_$ac_lib_var=no"
9652 LIBS
="$ac_save_LIBS"
9655 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9656 echo "$ac_t""yes" 1>&6
9657 cat >> confdefs.h
<<\EOF
9658 #define HAVE_SCHED_YIELD 1
9662 echo "$ac_t""no" 1>&6
9663 echo $ac_n "checking for sched_yield in -l"posix4
"""... $ac_c" 1>&6
9664 echo "configure:9665: checking for sched_yield in -l"posix4
"" >&5
9665 ac_lib_var
=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
9666 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9667 echo $ac_n "(cached) $ac_c" 1>&6
9669 ac_save_LIBS
="$LIBS"
9670 LIBS
="-l"posix4
" $LIBS"
9671 cat > conftest.
$ac_ext <<EOF
9672 #line 9673 "configure"
9673 #include "confdefs.h"
9674 /* Override any gcc2 internal prototype to avoid an error. */
9675 /* We use char because int might match the return type of a gcc2
9676 builtin and then its argument prototype would still apply. */
9683 if { (eval echo configure
:9684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9685 eval "ac_cv_lib_$ac_lib_var=yes"
9687 echo "configure: failed program was:" >&5
9688 cat conftest.
$ac_ext >&5
9690 eval "ac_cv_lib_$ac_lib_var=no"
9693 LIBS
="$ac_save_LIBS"
9696 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9697 echo "$ac_t""yes" 1>&6
9698 cat >> confdefs.h
<<\EOF
9699 #define HAVE_SCHED_YIELD 1
9701 POSIX4_LINK
="-lposix4"
9703 echo "$ac_t""no" 1>&6
9704 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
9712 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
9713 echo "configure:9714: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
9714 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
9715 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9716 echo $ac_n "(cached) $ac_c" 1>&6
9718 ac_save_LIBS
="$LIBS"
9719 LIBS
="-l$THREADS_LINK $LIBS"
9720 cat > conftest.
$ac_ext <<EOF
9721 #line 9722 "configure"
9722 #include "confdefs.h"
9723 /* Override any gcc2 internal prototype to avoid an error. */
9724 /* We use char because int might match the return type of a gcc2
9725 builtin and then its argument prototype would still apply. */
9726 char pthread_attr_getschedpolicy();
9729 pthread_attr_getschedpolicy()
9732 if { (eval echo configure
:9733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9734 eval "ac_cv_lib_$ac_lib_var=yes"
9736 echo "configure: failed program was:" >&5
9737 cat conftest.
$ac_ext >&5
9739 eval "ac_cv_lib_$ac_lib_var=no"
9742 LIBS
="$ac_save_LIBS"
9745 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9746 echo "$ac_t""yes" 1>&6
9747 cat >> confdefs.h
<<\EOF
9748 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
9752 echo "$ac_t""no" 1>&6
9753 echo $ac_n "checking for pthread_attr_getschedpolicy in -l"posix4
"""... $ac_c" 1>&6
9754 echo "configure:9755: checking for pthread_attr_getschedpolicy in -l"posix4
"" >&5
9755 ac_lib_var
=`echo "posix4"'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
9756 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9757 echo $ac_n "(cached) $ac_c" 1>&6
9759 ac_save_LIBS
="$LIBS"
9760 LIBS
="-l"posix4
" $LIBS"
9761 cat > conftest.
$ac_ext <<EOF
9762 #line 9763 "configure"
9763 #include "confdefs.h"
9764 /* Override any gcc2 internal prototype to avoid an error. */
9765 /* We use char because int might match the return type of a gcc2
9766 builtin and then its argument prototype would still apply. */
9767 char pthread_attr_getschedpolicy();
9770 pthread_attr_getschedpolicy()
9773 if { (eval echo configure
:9774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9775 eval "ac_cv_lib_$ac_lib_var=yes"
9777 echo "configure: failed program was:" >&5
9778 cat conftest.
$ac_ext >&5
9780 eval "ac_cv_lib_$ac_lib_var=no"
9783 LIBS
="$ac_save_LIBS"
9786 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9787 echo "$ac_t""yes" 1>&6
9788 cat >> confdefs.h
<<\EOF
9789 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
9791 POSIX4_LINK
="-lposix4"
9793 echo "$ac_t""no" 1>&6
9794 echo "configure: warning: Setting thread priority will not work" 1>&2
9802 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
9803 echo "configure:9804: checking for pthread_cancel in -l$THREADS_LINK" >&5
9804 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
9805 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9806 echo $ac_n "(cached) $ac_c" 1>&6
9808 ac_save_LIBS
="$LIBS"
9809 LIBS
="-l$THREADS_LINK $LIBS"
9810 cat > conftest.
$ac_ext <<EOF
9811 #line 9812 "configure"
9812 #include "confdefs.h"
9813 /* Override any gcc2 internal prototype to avoid an error. */
9814 /* We use char because int might match the return type of a gcc2
9815 builtin and then its argument prototype would still apply. */
9816 char pthread_cancel();
9822 if { (eval echo configure
:9823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9824 eval "ac_cv_lib_$ac_lib_var=yes"
9826 echo "configure: failed program was:" >&5
9827 cat conftest.
$ac_ext >&5
9829 eval "ac_cv_lib_$ac_lib_var=no"
9832 LIBS
="$ac_save_LIBS"
9835 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9836 echo "$ac_t""yes" 1>&6
9837 cat >> confdefs.h
<<\EOF
9838 #define HAVE_PTHREAD_CANCEL 1
9842 echo "$ac_t""no" 1>&6
9843 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
9847 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
9848 echo "configure:9849: checking for pthread_cleanup_push/pop" >&5
9849 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
9850 echo $ac_n "(cached) $ac_c" 1>&6
9853 cat > conftest.
$ac_ext <<EOF
9854 #line 9855 "configure"
9855 #include "confdefs.h"
9856 #include <pthread.h>
9859 pthread_cleanup_push(NULL, NULL);
9860 pthread_cleanup_pop(0);
9864 if { (eval echo configure
:9865: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9867 wx_cv_func_pthread_cleanup_push
=yes
9868 cat >> confdefs.h
<<\EOF
9869 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
9874 echo "configure: failed program was:" >&5
9875 cat conftest.
$ac_ext >&5
9878 wx_cv_func_pthread_cleanup_push
=no
9885 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
9887 THREADS_LINK
="-l$THREADS_LINK"
9892 if test "$wxUSE_THREADS" = "yes"; then
9893 cat >> confdefs.h
<<\EOF
9894 #define wxUSE_THREADS 1
9898 CFLAGS
="${CFLAGS} -D_REENTRANT"
9899 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
9901 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
9903 if test "$ac_cv_func_strtok_r" = "yes"; then
9904 CFLAGS
="${CFLAGS} -D_REENTRANT"
9905 CXXFLAGS
="${CXXFLAGS} -D_REENTRANT"
9909 if test "$WXGTK12" = 1 ; then
9910 cat >> confdefs.h
<<EOF
9911 #define __WXGTK12__ $WXGTK12
9916 if test "$WXWINE" = 1 ; then
9917 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WXWINE__"
9920 if test "$wxUSE_CYGWIN" = 1 ; then
9921 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WIN95__"
9926 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
9931 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
9932 wxUSE_DEBUG_INFO
=yes
9936 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
9937 cat >> confdefs.h
<<\EOF
9941 WXDEBUG_DEFINE
="-D__WXDEBUG__"
9943 if test "$wxUSE_GTK" = 1 ; then
9944 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
9948 if test "$wxUSE_MEM_TRACING" = "yes" ; then
9949 cat >> confdefs.h
<<\EOF
9950 #define wxUSE_MEMORY_TRACING 1
9953 cat >> confdefs.h
<<\EOF
9954 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
9957 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
9960 if test "$wxUSE_DMALLOC" = "yes" ; then
9961 DMALLOC_LINK
="-ldmalloc"
9965 if test "$wxUSE_PROFILE" = "yes" ; then
9970 if test "$GCC" = yes ; then
9971 if test "$wxUSE_NO_RTTI" = "yes" ; then
9972 WXDEBUG_DEFINE
="$WXDEBUG_DEFINE -fno-rtti"
9974 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
9975 WXDEBUG_DEFINE
="$WXDEBUG_DEFINE -fno-exceptions"
9977 if test "$wxUSE_PERMISSIVE" = "yes" ; then
9978 CFLAGS
="${CFLAGS} -fpermissive"
9979 CXXFLAGS
="${CXXFLAGS} -fpermissive"
9981 if test "$wxUSE_NO_DEPS" = "no" ; then
9982 DEP_INFO_FLAGS
="-MMD"
9987 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
9988 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
9989 if test "$wxUSE_OPTIMISE" = "no" ; then
9992 if test "$GCC" = yes ; then
9996 OPTIMISE
="${OPTIMISE} "
10006 if test "$wxUSE_ZLIB" = "yes" ; then
10007 cat >> confdefs.h
<<\EOF
10008 #define wxUSE_ZLIB 1
10011 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
10015 if test "$wxUSE_LIBPNG" = "yes" ; then
10016 cat >> confdefs.h
<<\EOF
10017 #define wxUSE_LIBPNG 1
10020 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
10021 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
10025 if test "$wxUSE_LIBJPEG" = "yes" ; then
10026 cat >> confdefs.h
<<\EOF
10027 #define wxUSE_LIBJPEG 1
10030 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
10033 if test "$wxUSE_OPENGL" = "yes"; then
10034 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
10035 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
10036 echo "configure:10037: checking for GL/gl.h" >&5
10037 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10038 echo $ac_n "(cached) $ac_c" 1>&6
10040 cat > conftest.
$ac_ext <<EOF
10041 #line 10042 "configure"
10042 #include "confdefs.h"
10045 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10046 { (eval echo configure
:10047: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10047 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10048 if test -z "$ac_err"; then
10050 eval "ac_cv_header_$ac_safe=yes"
10053 echo "configure: failed program was:" >&5
10054 cat conftest.
$ac_ext >&5
10056 eval "ac_cv_header_$ac_safe=no"
10060 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10061 echo "$ac_t""yes" 1>&6
10063 echo $ac_n "checking for glInitNames in -lGL""... $ac_c" 1>&6
10064 echo "configure:10065: checking for glInitNames in -lGL" >&5
10065 ac_lib_var
=`echo GL'_'glInitNames | sed 'y%./+-%__p_%'`
10066 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10067 echo $ac_n "(cached) $ac_c" 1>&6
10069 ac_save_LIBS
="$LIBS"
10070 LIBS
="-lGL wxUSE_OPENGL=0 $LIBS"
10071 cat > conftest.
$ac_ext <<EOF
10072 #line 10073 "configure"
10073 #include "confdefs.h"
10074 /* Override any gcc2 internal prototype to avoid an error. */
10075 /* We use char because int might match the return type of a gcc2
10076 builtin and then its argument prototype would still apply. */
10077 char glInitNames();
10083 if { (eval echo configure
:10084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10085 eval "ac_cv_lib_$ac_lib_var=yes"
10087 echo "configure: failed program was:" >&5
10088 cat conftest.
$ac_ext >&5
10090 eval "ac_cv_lib_$ac_lib_var=no"
10093 LIBS
="$ac_save_LIBS"
10096 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10097 echo "$ac_t""yes" 1>&6
10100 cat >> confdefs.h
<<\EOF
10101 #define wxUSE_OPENGL 1
10104 UTILS_SUBDIRS
="$UTILS_SUBDIRS glcanvas/src"
10107 echo "$ac_t""no" 1>&6
10109 echo $ac_n "checking for glInitNames in -lMesaGL""... $ac_c" 1>&6
10110 echo "configure:10111: checking for glInitNames in -lMesaGL" >&5
10111 ac_lib_var
=`echo MesaGL'_'glInitNames | sed 'y%./+-%__p_%'`
10112 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10113 echo $ac_n "(cached) $ac_c" 1>&6
10115 ac_save_LIBS
="$LIBS"
10116 LIBS
="-lMesaGL $LIBS"
10117 cat > conftest.
$ac_ext <<EOF
10118 #line 10119 "configure"
10119 #include "confdefs.h"
10120 /* Override any gcc2 internal prototype to avoid an error. */
10121 /* We use char because int might match the return type of a gcc2
10122 builtin and then its argument prototype would still apply. */
10123 char glInitNames();
10129 if { (eval echo configure
:10130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10131 eval "ac_cv_lib_$ac_lib_var=yes"
10133 echo "configure: failed program was:" >&5
10134 cat conftest.
$ac_ext >&5
10136 eval "ac_cv_lib_$ac_lib_var=no"
10139 LIBS
="$ac_save_LIBS"
10142 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10143 echo "$ac_t""yes" 1>&6
10145 OPENGL_LINK
="-lMesaGL"
10146 cat >> confdefs.h
<<\EOF
10147 #define wxUSE_OPENGL 1
10150 UTILS_SUBDIRS
="$UTILS_SUBDIRS glcanvas/src"
10153 echo "$ac_t""no" 1>&6
10162 echo "$ac_t""no" 1>&6
10169 if test "$wxUSE_GUI" = "yes"; then
10170 cat >> confdefs.h
<<\EOF
10171 #define wxUSE_GUI 1
10176 cat >> confdefs.h
<<\EOF
10177 #define wxUSE_NOGUI 1
10183 if test "$wxUSE_UNIX" = "yes"; then
10184 cat >> confdefs.h
<<\EOF
10185 #define wxUSE_UNIX 1
10191 if test "$wxUSE_APPLE_IEEE" = "yes"; then
10192 cat >> confdefs.h
<<\EOF
10193 #define wxUSE_APPLE_IEEE 1
10198 if test "$wxUSE_TIMEDATE" = "yes"; then
10199 cat >> confdefs.h
<<\EOF
10200 #define wxUSE_TIMEDATE 1
10203 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
10206 if test "$wxUSE_WAVE" = "yes"; then
10207 cat >> confdefs.h
<<\EOF
10208 #define wxUSE_WAVE 1
10213 if test "$wxUSE_FILE" = "yes"; then
10214 cat >> confdefs.h
<<\EOF
10215 #define wxUSE_FILE 1
10220 if test "$wxUSE_FS_INET" = "yes"; then
10221 cat >> confdefs.h
<<\EOF
10222 #define wxUSE_FS_INET 1
10227 if test "$wxUSE_FS_ZIP" = "yes"; then
10228 cat >> confdefs.h
<<\EOF
10229 #define wxUSE_FS_ZIP 1
10234 if test "$wxUSE_ZIPSTREAM" = "yes"; then
10235 cat >> confdefs.h
<<\EOF
10236 #define wxUSE_ZIPSTREAM 1
10241 if test "$wxUSE_BUSYINFO" = "yes"; then
10242 cat >> confdefs.h
<<\EOF
10243 #define wxUSE_BUSYINFO 1
10248 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
10249 cat >> confdefs.h
<<\EOF
10250 #define wxUSE_STD_IOSTREAM 1
10255 if test "$wxUSE_TEXTFILE" = "yes"; then
10256 if test "$wxUSE_FILE" != "yes"; then
10257 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
10259 cat >> confdefs.h
<<\EOF
10260 #define wxUSE_TEXTFILE 1
10266 if test "$wxUSE_CONFIG" = "yes" ; then
10267 if test "$wxUSE_TEXTFILE" != "yes"; then
10268 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
10270 cat >> confdefs.h
<<\EOF
10271 #define wxUSE_CONFIG 1
10274 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
10278 if test "$wxUSE_INTL" = "yes" ; then
10279 if test "$wxUSE_FILE" != "yes"; then
10280 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
10282 cat >> confdefs.h
<<\EOF
10283 #define wxUSE_INTL 1
10286 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
10290 if test "$wxUSE_LOG" = "yes"; then
10291 cat >> confdefs.h
<<\EOF
10292 #define wxUSE_LOG 1
10297 if test "$wxUSE_LONGLONG" = "yes"; then
10298 cat >> confdefs.h
<<\EOF
10299 #define wxUSE_LONGLONG 1
10304 if test "$wxUSE_SOCKETS" = "yes" ; then
10305 cat >> confdefs.h
<<\EOF
10306 #define wxUSE_SOCKETS 1
10309 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wxsocket"
10310 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS protocol"
10313 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
10314 cat >> confdefs.h
<<\EOF
10315 #define wxUSE_DIALUP_MANAGER 1
10320 if test "$wxUSE_STREAMS" = "yes" ; then
10321 cat >> confdefs.h
<<\EOF
10322 #define wxUSE_STREAMS 1
10327 if test "$wxUSE_SERIAL" = "yes" ; then
10328 cat >> confdefs.h
<<\EOF
10329 #define wxUSE_SERIAL 1
10335 if test "$wxUSE_SOCKETS" = "yes"; then
10338 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10339 ac_cpp
='$CXXCPP $CPPFLAGS'
10340 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10341 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10342 cross_compiling
=$ac_cv_prog_cxx_cross
10344 echo $ac_n "checking the type of the third argument of getsockname""... $ac_c" 1>&6
10345 echo "configure:10346: checking the type of the third argument of getsockname" >&5
10346 cat > conftest.
$ac_ext <<EOF
10347 #line 10348 "configure"
10348 #include "confdefs.h"
10349 #include <sys/socket.h>
10351 socklen_t len; getsockname(0, 0, &len);
10354 if { (eval echo configure
:10355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10356 cat >> confdefs.h
<<\EOF
10357 #define SOCKLEN_T socklen_t
10359 echo "$ac_t""socklen_t" 1>&6
10361 echo "configure: failed program was:" >&5
10362 cat conftest.
$ac_ext >&5
10364 cat > conftest.
$ac_ext <<EOF
10365 #line 10366 "configure"
10366 #include "confdefs.h"
10367 #include <sys/socket.h>
10369 size_t len; getsockname(0, 0, &len);
10372 if { (eval echo configure
:10373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10374 cat >> confdefs.h
<<\EOF
10375 #define SOCKLEN_T size_t
10377 echo "$ac_t""size_t" 1>&6
10379 echo "configure: failed program was:" >&5
10380 cat conftest.
$ac_ext >&5
10382 cat > conftest.
$ac_ext <<EOF
10383 #line 10384 "configure"
10384 #include "confdefs.h"
10385 #include <sys/socket.h>
10387 int len; getsockname(0, 0, &len);
10390 if { (eval echo configure
:10391: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10392 cat >> confdefs.h
<<\EOF
10393 #define SOCKLEN_T int
10395 echo "$ac_t""int" 1>&6
10397 echo "configure: failed program was:" >&5
10398 cat conftest.
$ac_ext >&5
10400 echo "$ac_t""unknown" 1>&6
10411 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10412 ac_cpp
='$CPP $CPPFLAGS'
10413 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10414 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10415 cross_compiling
=$ac_cv_prog_cc_cross
10420 if test "$wxUSE_JOYSTICK" = 1; then
10421 for ac_hdr
in linux
/joystick.h
10423 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10424 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10425 echo "configure:10426: checking for $ac_hdr" >&5
10426 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10427 echo $ac_n "(cached) $ac_c" 1>&6
10429 cat > conftest.
$ac_ext <<EOF
10430 #line 10431 "configure"
10431 #include "confdefs.h"
10434 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10435 { (eval echo configure
:10436: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10436 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10437 if test -z "$ac_err"; then
10439 eval "ac_cv_header_$ac_safe=yes"
10442 echo "configure: failed program was:" >&5
10443 cat conftest.
$ac_ext >&5
10445 eval "ac_cv_header_$ac_safe=no"
10449 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10450 echo "$ac_t""yes" 1>&6
10451 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10452 cat >> confdefs.h
<<EOF
10453 #define $ac_tr_hdr 1
10457 echo "$ac_t""no" 1>&6
10461 if test "$ac_cv_header_linux_joystick_h" = "yes"; then
10462 cat >> confdefs.h
<<\EOF
10463 #define wxUSE_JOYSTICK 1
10466 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
10473 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
10474 for ac_func
in dlopen
10476 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10477 echo "configure:10478: checking for $ac_func" >&5
10478 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10479 echo $ac_n "(cached) $ac_c" 1>&6
10481 cat > conftest.
$ac_ext <<EOF
10482 #line 10483 "configure"
10483 #include "confdefs.h"
10484 /* System header to define __stub macros and hopefully few prototypes,
10485 which can conflict with char $ac_func(); below. */
10486 #include <assert.h>
10487 /* Override any gcc2 internal prototype to avoid an error. */
10488 /* We use char because int might match the return type of a gcc2
10489 builtin and then its argument prototype would still apply. */
10494 /* The GNU C library defines this for functions which it implements
10495 to always fail with ENOSYS. Some functions are actually named
10496 something starting with __ and the normal name is an alias. */
10497 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10505 if { (eval echo configure
:10506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10507 eval "ac_cv_func_$ac_func=yes"
10509 echo "configure: failed program was:" >&5
10510 cat conftest.
$ac_ext >&5
10512 eval "ac_cv_func_$ac_func=no"
10517 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10518 echo "$ac_t""yes" 1>&6
10519 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10520 cat >> confdefs.h
<<EOF
10521 #define $ac_tr_func 1
10524 cat >> confdefs.h
<<\EOF
10525 #define HAVE_DLOPEN 1
10531 echo "$ac_t""no" 1>&6
10532 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
10533 echo "configure:10534: checking for dlopen in -ldl" >&5
10534 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
10535 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10536 echo $ac_n "(cached) $ac_c" 1>&6
10538 ac_save_LIBS
="$LIBS"
10540 cat > conftest.
$ac_ext <<EOF
10541 #line 10542 "configure"
10542 #include "confdefs.h"
10543 /* Override any gcc2 internal prototype to avoid an error. */
10544 /* We use char because int might match the return type of a gcc2
10545 builtin and then its argument prototype would still apply. */
10552 if { (eval echo configure
:10553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10554 eval "ac_cv_lib_$ac_lib_var=yes"
10556 echo "configure: failed program was:" >&5
10557 cat conftest.
$ac_ext >&5
10559 eval "ac_cv_lib_$ac_lib_var=no"
10562 LIBS
="$ac_save_LIBS"
10565 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10566 echo "$ac_t""yes" 1>&6
10568 cat >> confdefs.h
<<\EOF
10569 #define HAVE_DLOPEN 1
10576 echo "$ac_t""no" 1>&6
10578 for ac_func
in shl_load
10580 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10581 echo "configure:10582: checking for $ac_func" >&5
10582 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10583 echo $ac_n "(cached) $ac_c" 1>&6
10585 cat > conftest.
$ac_ext <<EOF
10586 #line 10587 "configure"
10587 #include "confdefs.h"
10588 /* System header to define __stub macros and hopefully few prototypes,
10589 which can conflict with char $ac_func(); below. */
10590 #include <assert.h>
10591 /* Override any gcc2 internal prototype to avoid an error. */
10592 /* We use char because int might match the return type of a gcc2
10593 builtin and then its argument prototype would still apply. */
10598 /* The GNU C library defines this for functions which it implements
10599 to always fail with ENOSYS. Some functions are actually named
10600 something starting with __ and the normal name is an alias. */
10601 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10609 if { (eval echo configure
:10610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10611 eval "ac_cv_func_$ac_func=yes"
10613 echo "configure: failed program was:" >&5
10614 cat conftest.
$ac_ext >&5
10616 eval "ac_cv_func_$ac_func=no"
10621 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10622 echo "$ac_t""yes" 1>&6
10623 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10624 cat >> confdefs.h
<<EOF
10625 #define $ac_tr_func 1
10628 cat >> confdefs.h
<<\EOF
10629 #define HAVE_SHL_LOAD 1
10635 echo "$ac_t""no" 1>&6
10647 if test "$HAVE_DL_FUNCS" = 0; then
10648 if test "$HAVE_SHL_FUNCS" = 0; then
10649 if test "$USE_UNIX" = 1; then
10650 echo "configure: warning: "--with-dynlib and
--with-odbc will be disabled due to missing shared library support
"" 1>&2
10652 wxUSE_DYNLIB_CLASS
=no
10654 echo "configure: warning: "Cannot check dynlib requirements on non
-Unix platforms. dynlib remains enabled.
"" 1>&2
10660 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
10661 cat >> confdefs.h
<<\EOF
10662 #define wxUSE_DYNLIB_CLASS 1
10668 if test "$wxUSE_UNICODE" = "yes" ; then
10669 cat >> confdefs.h
<<\EOF
10670 #define wxUSE_UNICODE 1
10675 if test "$wxUSE_WCSRTOMBS" = "yes" ; then
10676 cat >> confdefs.h
<<\EOF
10677 #define wxUSE_WCSRTOMBS 1
10682 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
10683 cat >> confdefs.h
<<\EOF
10684 #define wxUSE_EXPERIMENTAL_PRINTF 1
10691 if test "$wxUSE_ODBC" = "yes" ; then
10692 cat >> confdefs.h
<<\EOF
10693 #define wxUSE_ODBC 1
10696 WXODBCFLAG
="-D_IODBC_"
10697 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
10698 IODBCOBJS
="\$(IODBC_OBJS)"
10704 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
10705 cat >> confdefs.h
<<\EOF
10706 #define wxUSE_POSTSCRIPT 1
10711 cat >> confdefs.h
<<\EOF
10712 #define wxUSE_AFM_FOR_POSTSCRIPT 1
10716 cat >> confdefs.h
<<\EOF
10717 #define wxUSE_NORMALIZED_PS_FONTS 1
10722 if test "$wxUSE_CONSTRAINTS" = "yes"; then
10723 cat >> confdefs.h
<<\EOF
10724 #define wxUSE_CONSTRAINTS 1
10727 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
10730 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
10731 cat >> confdefs.h
<<\EOF
10732 #define wxUSE_MDI_ARCHITECTURE 1
10735 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
10738 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
10739 cat >> confdefs.h
<<\EOF
10740 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
10743 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
10744 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
10745 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
10749 if test "$wxUSE_HELP" = "yes"; then
10750 cat >> confdefs.h
<<\EOF
10751 #define wxUSE_HELP 1
10754 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
10757 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
10758 if test "$wxUSE_CONSTRAINTS" != "yes"; then
10759 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
10761 cat >> confdefs.h
<<\EOF
10762 #define wxUSE_PRINTING_ARCHITECTURE 1
10766 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
10769 if test "$wxUSE_PROLOGIO" = "yes" ; then
10770 cat >> confdefs.h
<<\EOF
10771 #define wxUSE_PROLOGIO 1
10776 if test "$wxUSE_RESOURCES" = "yes" ; then
10777 if test "$wxUSE_PROLOGIO" = "yes" ; then
10778 cat >> confdefs.h
<<\EOF
10779 #define wxUSE_RESOURCES 1
10782 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
10784 echo "configure: warning: wxWindows ressource system requires PrologIO and can't be compiled without it." 1>&2
10788 if test "$wxUSE_X_RESOURCES" = "yes"; then
10789 cat >> confdefs.h
<<\EOF
10790 #define wxUSE_X_RESOURCES 1
10796 if test "$wxUSE_IPC" = "yes"; then
10797 cat >> confdefs.h
<<\EOF
10798 #define wxUSE_IPC 1
10803 if test "$wxUSE_CLIPBOARD" = "yes"; then
10804 cat >> confdefs.h
<<\EOF
10805 #define wxUSE_CLIPBOARD 1
10810 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
10811 if test "$wxUSE_GTK" = 1; then
10812 if test "$WXGTK12" != 1; then
10813 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
10814 wxUSE_DRAG_AND_DROP
=no
10818 if test "$wxUSE_MOTIF" = 1; then
10819 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
10820 wxUSE_DRAG_AND_DROP
=no
10823 if test "$USE_WIN32" = 1; then
10824 for ac_hdr
in ole2.h
10826 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10827 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10828 echo "configure:10829: checking for $ac_hdr" >&5
10829 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10830 echo $ac_n "(cached) $ac_c" 1>&6
10832 cat > conftest.
$ac_ext <<EOF
10833 #line 10834 "configure"
10834 #include "confdefs.h"
10837 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10838 { (eval echo configure
:10839: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10839 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10840 if test -z "$ac_err"; then
10842 eval "ac_cv_header_$ac_safe=yes"
10845 echo "configure: failed program was:" >&5
10846 cat conftest.
$ac_ext >&5
10848 eval "ac_cv_header_$ac_safe=no"
10852 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10853 echo "$ac_t""yes" 1>&6
10854 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10855 cat >> confdefs.h
<<EOF
10856 #define $ac_tr_hdr 1
10860 echo "$ac_t""no" 1>&6
10864 if test "x$HAVE_OLE2_H" = x
; then
10865 echo "configure: warning: Drag and drop disabled because OLE headers not found" 1>&2
10866 wxUSE_DRAG_AND_DROP
=no
10870 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
10871 cat >> confdefs.h
<<\EOF
10872 #define wxUSE_DRAG_AND_DROP 1
10875 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
10880 if test "$wxUSE_SPLINES" = "yes" ; then
10881 cat >> confdefs.h
<<\EOF
10882 #define wxUSE_SPLINES 1
10888 if test "$wxUSE_ACCEL" = "yes"; then
10889 cat >> confdefs.h
<<\EOF
10890 #define wxUSE_ACCEL 1
10895 if test "$wxUSE_CARET" = "yes"; then
10896 cat >> confdefs.h
<<\EOF
10897 #define wxUSE_CARET 1
10900 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
10903 if test "$wxUSE_COMBOBOX" = "yes"; then
10904 cat >> confdefs.h
<<\EOF
10905 #define wxUSE_COMBOBOX 1
10910 if test "$wxUSE_CHOICE" = "yes"; then
10911 cat >> confdefs.h
<<\EOF
10912 #define wxUSE_CHOICE 1
10917 if test "$wxUSE_BMPBUTTON" = "yes"; then
10918 cat >> confdefs.h
<<\EOF
10919 #define wxUSE_BMPBUTTON 1
10924 if test "$wxUSE_CHECKBOX" = "yes"; then
10925 cat >> confdefs.h
<<\EOF
10926 #define wxUSE_CHECKBOX 1
10931 if test "$wxUSE_CHECKLST" = "yes"; then
10932 cat >> confdefs.h
<<\EOF
10933 #define wxUSE_CHECKLISTBOX 1
10936 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
10939 if test "$wxUSE_GAUGE" = "yes"; then
10940 cat >> confdefs.h
<<\EOF
10941 #define wxUSE_GAUGE 1
10946 if test "$wxUSE_GRID" = "yes"; then
10947 cat >> confdefs.h
<<\EOF
10948 #define wxUSE_GRID 1
10951 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
10954 if test "$wxUSE_NEW_GRID" = "yes"; then
10955 cat >> confdefs.h
<<\EOF
10956 #define wxUSE_NEW_GRID 1
10959 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
10962 if test "$wxUSE_IMAGLIST" = "yes"; then
10963 cat >> confdefs.h
<<\EOF
10964 #define wxUSE_IMAGLIST 1
10969 if test "$wxUSE_LISTBOX" = "yes"; then
10970 cat >> confdefs.h
<<\EOF
10971 #define wxUSE_LISTBOX 1
10976 if test "$wxUSE_LISTCTRL" = "yes"; then
10977 if test "$wxUSE_IMAGLIST" = "yes"; then
10978 cat >> confdefs.h
<<\EOF
10979 #define wxUSE_LISTCTRL 1
10982 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
10984 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
10988 if test "$wxUSE_NOTEBOOK" = "yes"; then
10989 cat >> confdefs.h
<<\EOF
10990 #define wxUSE_NOTEBOOK 1
10993 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
10996 if test "$wxUSE_RADIOBOX" = "yes"; then
10997 cat >> confdefs.h
<<\EOF
10998 #define wxUSE_RADIOBOX 1
11003 if test "$wxUSE_RADIOBTN" = "yes"; then
11004 cat >> confdefs.h
<<\EOF
11005 #define wxUSE_RADIOBTN 1
11010 if test "$wxUSE_SASH" = "yes"; then
11011 cat >> confdefs.h
<<\EOF
11012 #define wxUSE_SASH 1
11015 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
11018 if test "$wxUSE_SCROLLBAR" = "yes"; then
11019 cat >> confdefs.h
<<\EOF
11020 #define wxUSE_SCROLLBAR 1
11023 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll"
11026 if test "$wxUSE_SLIDER" = "yes"; then
11027 cat >> confdefs.h
<<\EOF
11028 #define wxUSE_SLIDER 1
11033 if test "$wxUSE_SPINBTN" = "yes"; then
11034 cat >> confdefs.h
<<\EOF
11035 #define wxUSE_SPINBTN 1
11040 if test "$wxUSE_SPLITTER" = "yes"; then
11041 cat >> confdefs.h
<<\EOF
11042 #define wxUSE_SPLITTER 1
11045 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
11048 if test "$wxUSE_STATBMP" = "yes"; then
11049 cat >> confdefs.h
<<\EOF
11050 #define wxUSE_STATBMP 1
11055 if test "$wxUSE_STATBOX" = "yes"; then
11056 cat >> confdefs.h
<<\EOF
11057 #define wxUSE_STATBOX 1
11062 if test "$wxUSE_STATLINE" = "yes"; then
11063 if test "$wxUSE_WINE" = 1 ; then
11064 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
11066 cat >> confdefs.h
<<\EOF
11067 #define wxUSE_STATLINE 1
11073 if test "$wxUSE_STATUSBAR" = "yes"; then
11074 cat >> confdefs.h
<<\EOF
11075 #define wxUSE_STATUSBAR 1
11080 if test "$wxUSE_TABDIALOG" = "yes"; then
11081 cat >> confdefs.h
<<\EOF
11082 #define wxUSE_TAB_DIALOG 1
11085 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
11088 if test "$wxUSE_TOOLBAR" = "yes"; then
11089 cat >> confdefs.h
<<\EOF
11090 #define wxUSE_TOOLBAR 1
11093 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
11096 if test "$wxUSE_TOOLTIPS" = "yes"; then
11097 if test "$wxUSE_MOTIF" = 1; then
11098 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
11100 if test "$wxUSE_WINE" = 1; then
11101 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
11103 cat >> confdefs.h
<<\EOF
11104 #define wxUSE_TOOLTIPS 1
11111 if test "$wxUSE_TREECTRL" = "yes"; then
11112 if test "$wxUSE_IMAGLIST" = "yes"; then
11113 cat >> confdefs.h
<<\EOF
11114 #define wxUSE_TREECTRL 1
11117 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
11119 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
11125 if test "$wxUSE_METAFILE" = "yes"; then
11126 cat >> confdefs.h
<<\EOF
11127 #define wxUSE_METAFILE 1
11132 if test "$wxUSE_DIRDLG" = "yes"; then
11133 if test "$wxUSE_CONSTRAINTS" != "yes"; then
11134 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
11136 if test "$wxUSE_TREECTRL" != "yes"; then
11137 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
11139 cat >> confdefs.h
<<\EOF
11140 #define wxUSE_DIRDLG 1
11147 if test "$wxUSE_TEXTDLG" = "yes"; then
11148 cat >> confdefs.h
<<\EOF
11149 #define wxUSE_TEXTDLG 1
11154 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
11155 if test "$wxUSE_CONSTRAINTS" != "yes"; then
11156 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
11158 cat >> confdefs.h
<<\EOF
11159 #define wxUSE_STARTUP_TIPS 1
11165 if test "$wxUSE_PROGRESSDLG" = "yes"; then
11166 if test "$wxUSE_CONSTRAINTS" != "yes"; then
11167 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
11169 cat >> confdefs.h
<<\EOF
11170 #define wxUSE_PROGRESSDLG 1
11176 if test "$wxUSE_MINIFRAME" = "yes"; then
11177 cat >> confdefs.h
<<\EOF
11178 #define wxUSE_MINIFRAME 1
11181 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
11184 if test "$wxUSE_HTML" = "yes"; then
11185 cat >> confdefs.h
<<\EOF
11186 #define wxUSE_HTML 1
11189 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
11190 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS html"
11193 if test "$wxUSE_VALIDATORS" = "yes"; then
11194 cat >> confdefs.h
<<\EOF
11195 #define wxUSE_VALIDATORS 1
11198 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
11201 if test "$wxUSE_GIF" = "yes" ; then
11202 cat >> confdefs.h
<<\EOF
11203 #define wxUSE_GIF 1
11208 if test "$wxUSE_PCX" = "yes" ; then
11209 cat >> confdefs.h
<<\EOF
11210 #define wxUSE_PCX 1
11215 if test "$wxUSE_PNM" = "yes" ; then
11216 cat >> confdefs.h
<<\EOF
11217 #define wxUSE_PNM 1
11223 GUILIBS
="$GUI_TK_LIBRARY $OPENGL_LINK $LIBPNG_LINK $ZLIB_LINK $TOOLKIT_LINK"
11225 EXTRA_LIBS
="$LIBS $POSIX4_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK"
11226 if test "$wxUSE_GUI" = "yes"; then
11227 EXTRA_LIBS
="$EXTRA_LIBS $GUILIBS"
11230 LD_LIBS
="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
11232 INCLUDES
="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TOOLKIT_INCLUDE"
11234 if test "$GXX" = yes ; then
11235 CXXWARNINGS
="-Wall"
11237 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
11239 CPPFLAGS
="-I\${top_srcdir}/include $CPPFLAGS"
11240 CFLAGS
="$CFLAGS $EXTRA_CFLAGS"
11241 CXXFLAGS
="$CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS"
11243 if test "$wxUSE_GUI" = "yes"; then
11245 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS bombs controls dialogs drawing dynamic \
11246 forty fractal image wxpoem"
11251 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '`"
11306 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
11307 echo "configure:11308: checking whether ${MAKE-make} sets \${MAKE}" >&5
11308 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
11309 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
11310 echo $ac_n "(cached) $ac_c" 1>&6
11312 cat > conftestmake
<<\EOF
11314 @
echo 'ac_maketemp="${MAKE}"'
11316 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
11317 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
11318 if test -n "$ac_maketemp"; then
11319 eval ac_cv_prog_make_
${ac_make}_set
=yes
11321 eval ac_cv_prog_make_
${ac_make}_set
=no
11325 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
11326 echo "$ac_t""yes" 1>&6
11329 echo "$ac_t""no" 1>&6
11330 SET_MAKE
="MAKE=${MAKE-make}"
11336 if test "${TOOLKIT_DIR}" = "msw" ; then
11337 GL_TOOLKIT_DIR
="win"
11339 GL_TOOLKIT_DIR
="${TOOLKIT_DIR}"
11344 cat > confcache
<<\EOF
11345 # This file is a shell script that caches the results of configure
11346 # tests run on this system so they can be shared between configure
11347 # scripts and configure runs. It is not useful on other systems.
11348 # If it contains results you don't want to keep, you may remove or edit it.
11350 # By default, configure uses ./config.cache as the cache file,
11351 # creating it if it does not exist already. You can give configure
11352 # the --cache-file=FILE option to use a different cache file; that is
11353 # what configure does when it calls configure scripts in
11354 # subdirectories, so they share the cache.
11355 # Giving --cache-file=/dev/null disables caching, for debugging configure.
11356 # config.status only pays attention to the cache file if you give it the
11357 # --recheck option to rerun configure.
11360 # The following way of writing the cache mishandles newlines in values,
11361 # but we know of no workaround that is simple, portable, and efficient.
11362 # So, don't put newlines in cache variables' values.
11363 # Ultrix sh set writes to stderr and can't be redirected directly,
11364 # and sets the high bit in the cache file unless we assign to the vars.
11366 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11368 # `set' does not quote correctly, so add quotes (double-quote substitution
11369 # turns \\\\ into \\, and sed turns \\ into \).
11371 -e "s/'/'\\\\''/g" \
11372 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
11375 # `set' quotes correctly as required by POSIX, so do not add quotes.
11376 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
11379 if cmp -s $cache_file confcache
; then
11382 if test -w $cache_file; then
11383 echo "updating cache $cache_file"
11384 cat confcache
> $cache_file
11386 echo "not updating unwritable cache $cache_file"
11391 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
11393 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
11394 # Let make expand exec_prefix.
11395 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
11397 # Any assignment to VPATH causes Sun make to only execute
11398 # the first set of double-colon rules, so remove it if not needed.
11399 # If there is a colon in the path, we need to keep it.
11400 if test "x$srcdir" = x.
; then
11401 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
11404 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
11406 DEFS
=-DHAVE_CONFIG_H
11408 # Without the "./", some shells look in PATH for config.status.
11409 : ${CONFIG_STATUS=./config.status}
11411 echo creating
$CONFIG_STATUS
11412 rm -f $CONFIG_STATUS
11413 cat > $CONFIG_STATUS <<EOF
11415 # Generated automatically by configure.
11416 # Run this file to recreate the current configuration.
11417 # This directory was configured as follows,
11418 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
11420 # $0 $ac_configure_args
11422 # Compiler output produced by configure, useful for debugging
11423 # configure, is in ./config.log if it exists.
11425 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
11428 case "\$ac_option" in
11429 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11430 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
11431 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
11432 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
11433 echo "$CONFIG_STATUS generated by autoconf version 2.13"
11435 -help | --help | --hel | --he | --h)
11436 echo "\$ac_cs_usage"; exit 0 ;;
11437 *) echo "\$ac_cs_usage"; exit 1 ;;
11441 ac_given_srcdir=$srcdir
11442 ac_given_INSTALL="$INSTALL"
11444 trap 'rm -fr `echo "
11451 samples/bombs/Makefile
11452 samples/caret/Makefile
11453 samples/checklst/Makefile
11454 samples/config/Makefile
11455 samples/controls/Makefile
11456 samples/db/Makefile
11457 samples/dialogs/Makefile
11458 samples/docview/Makefile
11459 samples/docvwmdi/Makefile
11460 samples/dnd/Makefile
11461 samples/drawing/Makefile
11462 samples/forty/Makefile
11463 samples/fractal/Makefile
11464 samples/image/Makefile
11465 samples/internat/Makefile
11466 samples/layout/Makefile
11467 samples/listctrl/Makefile
11468 samples/mdi/Makefile
11469 samples/minifram/Makefile
11470 samples/minimal/Makefile
11471 samples/nettest/Makefile
11472 samples/newgrid/Makefile
11473 samples/notebook/Makefile
11474 samples/png/Makefile
11475 samples/printing/Makefile
11476 samples/proplist/Makefile
11477 samples/richedit/Makefile
11478 samples/resource/Makefile
11479 samples/sashtest/Makefile
11480 samples/scroll/Makefile
11481 samples/scrollsub/Makefile
11482 samples/splitter/Makefile
11483 samples/text/Makefile
11484 samples/thread/Makefile
11485 samples/toolbar/Makefile
11486 samples/treectrl/Makefile
11487 samples/typetest/Makefile
11488 samples/validate/Makefile
11489 samples/wxpoem/Makefile
11490 samples/wxsocket/Makefile
11491 samples/wizard/Makefile
11492 samples/html/Makefile
11493 samples/html/about/Makefile
11494 samples/html/help/Makefile
11495 samples/html/printing/Makefile
11496 samples/html/test/Makefile
11497 samples/html/zip/Makefile
11498 samples/html/virtual/Makefile
11499 samples/html/widget/Makefile
11501 utils/wxMMedia2/Makefile
11502 utils/wxMMedia2/lib/Makefile
11503 utils/wxMMedia2/sample/Makefile
11504 utils/glcanvas/Makefile
11505 utils/glcanvas/${GL_TOOLKIT_DIR}/Makefile
11507 utils/ogl/src/Makefile
11508 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
11510 cat >> $CONFIG_STATUS <<EOF
11512 # Protect against being on the right side of a sed subst in config.status.
11513 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
11514 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
11518 s%@CFLAGS@%$CFLAGS%g
11519 s%@CPPFLAGS@%$CPPFLAGS%g
11520 s%@CXXFLAGS@%$CXXFLAGS%g
11521 s%@FFLAGS@%$FFLAGS%g
11523 s%@LDFLAGS@%$LDFLAGS%g
11525 s%@exec_prefix@%$exec_prefix%g
11526 s%@prefix@%$prefix%g
11527 s%@program_transform_name@%$program_transform_name%g
11528 s%@bindir@%$bindir%g
11529 s%@sbindir@%$sbindir%g
11530 s%@libexecdir@%$libexecdir%g
11531 s%@datadir@%$datadir%g
11532 s%@sysconfdir@%$sysconfdir%g
11533 s%@sharedstatedir@%$sharedstatedir%g
11534 s%@localstatedir@%$localstatedir%g
11535 s%@libdir@%$libdir%g
11536 s%@includedir@%$includedir%g
11537 s%@oldincludedir@%$oldincludedir%g
11538 s%@infodir@%$infodir%g
11539 s%@mandir@%$mandir%g
11541 s%@host_alias@%$host_alias%g
11542 s%@host_cpu@%$host_cpu%g
11543 s%@host_vendor@%$host_vendor%g
11544 s%@host_os@%$host_os%g
11545 s%@target@%$target%g
11546 s%@target_alias@%$target_alias%g
11547 s%@target_cpu@%$target_cpu%g
11548 s%@target_vendor@%$target_vendor%g
11549 s%@target_os@%$target_os%g
11551 s%@build_alias@%$build_alias%g
11552 s%@build_cpu@%$build_cpu%g
11553 s%@build_vendor@%$build_vendor%g
11554 s%@build_os@%$build_os%g
11558 s%@CXXCPP@%$CXXCPP%g
11559 s%@RANLIB@%$RANLIB%g
11561 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
11562 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
11563 s%@INSTALL_DATA@%$INSTALL_DATA%g
11567 s%@LEXLIB@%$LEXLIB%g
11569 s%@GTK_CONFIG@%$GTK_CONFIG%g
11570 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
11571 s%@GTK_LIBS@%$GTK_LIBS%g
11572 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
11573 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
11574 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
11575 s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
11576 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
11577 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
11578 s%@WX_LIBRARY@%$WX_LIBRARY%g
11579 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
11580 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
11581 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
11582 s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
11583 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
11584 s%@WX_ALL@%$WX_ALL%g
11585 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
11586 s%@SHARED_LD@%$SHARED_LD%g
11587 s%@PIC_FLAG@%$PIC_FLAG%g
11588 s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
11589 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
11590 s%@TOOLKIT@%$TOOLKIT%g
11591 s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
11592 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
11593 s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
11594 s%@GUIHEADERS@%$GUIHEADERS%g
11595 s%@GUIOBJS@%$GUIOBJS%g
11596 s%@COMMONOBJS@%$COMMONOBJS%g
11597 s%@GENERICOBJS@%$GENERICOBJS%g
11598 s%@GUIDEPS@%$GUIDEPS%g
11599 s%@COMMONDEPS@%$COMMONDEPS%g
11600 s%@GENERICDEPS@%$GENERICDEPS%g
11601 s%@IODBCOBJS@%$IODBCOBJS%g
11602 s%@UNIXOBJS@%$UNIXOBJS%g
11603 s%@UNIXDEPS@%$UNIXDEPS%g
11604 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
11605 s%@ALL_DEPFILES@%$ALL_DEPFILES%g
11606 s%@ALL_HEADERS@%$ALL_HEADERS%g
11607 s%@GUIDIST@%$GUIDIST%g
11608 s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
11609 s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
11610 s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
11611 s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
11612 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
11613 s%@USER_SUBDIRS@%$USER_SUBDIRS%g
11614 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
11615 s%@LD_LIBS@%$LD_LIBS%g
11616 s%@SET_MAKE@%$SET_MAKE%g
11617 s%@GL_TOOLKIT_DIR@%$GL_TOOLKIT_DIR%g
11622 cat >> $CONFIG_STATUS <<\EOF
11624 # Split the substitutions into bite-sized pieces for seds with
11625 # small command number limits, like on Digital OSF/1 and HP-UX.
11626 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
11627 ac_file
=1 # Number of current file.
11628 ac_beg
=1 # First line for current file.
11629 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
11632 while $ac_more_lines; do
11633 if test $ac_beg -gt 1; then
11634 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
11636 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
11638 if test ! -s conftest.s
$ac_file; then
11639 ac_more_lines
=false
11640 rm -f conftest.s
$ac_file
11642 if test -z "$ac_sed_cmds"; then
11643 ac_sed_cmds
="sed -f conftest.s$ac_file"
11645 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
11647 ac_file
=`expr $ac_file + 1`
11649 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
11652 if test -z "$ac_sed_cmds"; then
11657 cat >> $CONFIG_STATUS <<EOF
11659 CONFIG_FILES=\${CONFIG_FILES-"wx-config
11665 samples/bombs/Makefile
11666 samples/caret/Makefile
11667 samples/checklst/Makefile
11668 samples/config/Makefile
11669 samples/controls/Makefile
11670 samples/db/Makefile
11671 samples/dialogs/Makefile
11672 samples/docview/Makefile
11673 samples/docvwmdi/Makefile
11674 samples/dnd/Makefile
11675 samples/drawing/Makefile
11676 samples/forty/Makefile
11677 samples/fractal/Makefile
11678 samples/image/Makefile
11679 samples/internat/Makefile
11680 samples/layout/Makefile
11681 samples/listctrl/Makefile
11682 samples/mdi/Makefile
11683 samples/minifram/Makefile
11684 samples/minimal/Makefile
11685 samples/nettest/Makefile
11686 samples/newgrid/Makefile
11687 samples/notebook/Makefile
11688 samples/png/Makefile
11689 samples/printing/Makefile
11690 samples/proplist/Makefile
11691 samples/richedit/Makefile
11692 samples/resource/Makefile
11693 samples/sashtest/Makefile
11694 samples/scroll/Makefile
11695 samples/scrollsub/Makefile
11696 samples/splitter/Makefile
11697 samples/text/Makefile
11698 samples/thread/Makefile
11699 samples/toolbar/Makefile
11700 samples/treectrl/Makefile
11701 samples/typetest/Makefile
11702 samples/validate/Makefile
11703 samples/wxpoem/Makefile
11704 samples/wxsocket/Makefile
11705 samples/wizard/Makefile
11706 samples/html/Makefile
11707 samples/html/about/Makefile
11708 samples/html/help/Makefile
11709 samples/html/printing/Makefile
11710 samples/html/test/Makefile
11711 samples/html/zip/Makefile
11712 samples/html/virtual/Makefile
11713 samples/html/widget/Makefile
11715 utils/wxMMedia2/Makefile
11716 utils/wxMMedia2/lib/Makefile
11717 utils/wxMMedia2/sample/Makefile
11718 utils/glcanvas/Makefile
11719 utils/glcanvas/${GL_TOOLKIT_DIR}/Makefile
11721 utils/ogl/src/Makefile
11724 cat >> $CONFIG_STATUS <<\EOF
11725 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
11726 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11728 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
11729 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
11730 *) ac_file_in
="${ac_file}.in" ;;
11733 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
11735 # Remove last slash and all that follows it. Not all systems have dirname.
11736 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
11737 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
11738 # The file is in a subdirectory.
11739 test ! -d "$ac_dir" && mkdir "$ac_dir"
11740 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
11741 # A "../" for each directory in $ac_dir_suffix.
11742 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
11744 ac_dir_suffix
= ac_dots
=
11747 case "$ac_given_srcdir" in
11749 if test -z "$ac_dots"; then top_srcdir
=.
11750 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
11751 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
11752 *) # Relative path.
11753 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
11754 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
11757 case "$ac_given_INSTALL" in
11758 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
11759 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
11762 echo creating
"$ac_file"
11764 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
11766 *Makefile
*) ac_comsub
="1i\\
11767 # $configure_input" ;;
11771 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
11773 s%@configure_input@%$configure_input%g
11774 s%@srcdir@%$srcdir%g
11775 s%@top_srcdir@%$top_srcdir%g
11776 s%@INSTALL@%$INSTALL%g
11777 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
11781 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11782 # NAME is the cpp macro being defined and VALUE is the value it is being given.
11784 # ac_d sets the value in "#define NAME VALUE" lines.
11785 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11786 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
11789 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
11790 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11791 ac_uB
='\([ ]\)%\1#\2define\3'
11794 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11795 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11796 ac_eB
='$%\1#\2define\3'
11800 if test "${CONFIG_HEADERS+set}" != set; then
11802 cat >> $CONFIG_STATUS <<EOF
11803 CONFIG_HEADERS="setup.h:setup.h.in"
11805 cat >> $CONFIG_STATUS <<\EOF
11807 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
11808 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11810 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
11811 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
11812 *) ac_file_in
="${ac_file}.in" ;;
11815 echo creating
$ac_file
11817 rm -f conftest.frag conftest.
in conftest.out
11818 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
11819 cat $ac_file_inputs > conftest.
in
11823 # Transform confdefs.h into a sed script conftest.vals that substitutes
11824 # the proper values into config.h.in to produce config.h. And first:
11825 # Protect against being on the right side of a sed subst in config.status.
11826 # Protect against being in an unquoted here document in config.status.
11827 rm -f conftest.vals
11828 cat > conftest.hdr
<<\EOF
11831 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
11835 sed -n -f conftest.hdr confdefs.h > conftest.vals
11838 # This sed command replaces #undef with comments. This is necessary, for
11839 # example, in the case of _POSIX_SOURCE, which is predefined and required
11840 # on some systems where configure will not decide to define it.
11841 cat >> conftest.vals <<\EOF
11842 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
11845 # Break up conftest.vals because some shells have a limit on
11846 # the size of here documents, and old seds have small limits too.
11848 rm -f conftest.tail
11851 ac_lines=`grep -c . conftest.vals
`
11852 # grep -c gives empty output for an empty file on some AIX systems.
11853 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
11854 # Write a limited-size here document to conftest.frag.
11855 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
11856 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
11858 sed -f conftest.frag conftest.in > conftest.out
11860 mv conftest.out conftest.in
11861 ' >> $CONFIG_STATUS
11862 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
11863 rm -f conftest.vals
11864 mv conftest.tail conftest.vals
11866 rm -f conftest.vals
11868 cat >> $CONFIG_STATUS <<\EOF
11869 rm -f conftest.frag conftest.h
11870 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
11871 cat conftest.in >> conftest.h
11873 if cmp -s $ac_file conftest.h 2>/dev/null; then
11874 echo "$ac_file is unchanged"
11877 # Remove last slash and all that follows it. Not all systems have dirname.
11878 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
11879 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
11880 # The file is in a subdirectory.
11881 test ! -d "$ac_dir" && mkdir "$ac_dir"
11884 mv conftest.h $ac_file
11889 cat >> $CONFIG_STATUS <<EOF
11891 LN_S="${ac_cv_prog_LN_S}"
11892 TOOLKIT_DIR="${TOOLKIT_DIR}"
11896 cat >> $CONFIG_STATUS <<\EOF
11899 if test ! -d include; then
11902 if test ! -d include/wx; then
11905 if test ! -d include/wx/${TOOLKIT_DIR}; then
11906 mkdir include/wx/${TOOLKIT_DIR}
11908 cp -f setup.h include/wx/${TOOLKIT_DIR}/setup.h
11912 chmod +x $CONFIG_STATUS
11913 rm -fr confdefs* $ac_clean_files
11914 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1