3 # From configure.in Id: configure.in
39 # Configure paths for GTK+
47 # Guess values for system-dependent variables and create Makefiles.
48 # Generated automatically using autoconf version 2.13
49 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
51 # This configure script is free software; the Free Software Foundation
52 # gives unlimited permission to copy, distribute and modify it.
56 ac_default_prefix
=/usr
/local
57 # Any additions from configure.in:
59 --enable-gui use GUI classes"
61 --enable-universal use wxWindows GUI controls instead of native ones"
65 --with-motif use Motif/Lesstif"
67 --with-mac use Mac OS X"
71 --with-cygwin use Cygwin for MS-Windows"
73 --with-mingw use GCC Minimal MS-Windows"
75 --with-pm use OS/2 Presentation Manager"
79 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
81 --with-libpng use libpng (PNG image format)"
83 --with-libjpeg use libjpeg (JPEG file format)"
85 --with-libtiff use libtiff (TIFF file format)"
87 --with-freetype use freetype (font rasterizer)"
89 --with-opengl use OpenGL (or Mesa)"
91 --with-dmalloc use dmalloc library (www.letters.com/dmalloc)"
93 --with-regex enable support for wxRegEx class"
95 --with-zlib use zlib for LZW compression"
97 --with-odbc use the IODBC and wxODBC classes"
99 --enable-shared create shared library code"
101 --enable-burnt_name create set name in shared library "
103 --enable-optimise create optimised code"
105 --enable-debug same as debug_flag and debug_info"
107 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
109 --enable-debug_info create code with debugging information"
111 --enable-debug_gdb create code with extra GDB debugging information"
113 --enable-debug_cntxt use wxDebugContext"
115 --enable-mem_tracing create code with memory tracing"
117 --enable-profile create code with profiling information"
119 --enable-no_rtti create code without RTTI information"
121 --enable-no_exceptions create code without exceptions information"
123 --enable-permissive compile code disregarding strict ANSI"
125 --enable-no_deps create code without dependency information"
127 --enable-compat20 enable wxWin 2.0 compatibility"
129 --enable-compat22 enable wxWin 2.2 compatibility"
131 --enable-intl use internationalization system"
133 --enable-config use wxConfig (and derived) classes"
135 --enable-sockets use socket/network classes"
137 --enable-ipc use interprocess communication (wxSocket etc.)"
139 --enable-cmdline use wxCmdLineParser class"
141 --enable-datetime use wxDateTime class"
143 --enable-timedate use obsolete wxDate/wxTime classes"
145 --enable-stopwatch use wxStopWatch class"
147 --enable-dialupman use dialup network classes"
149 --enable-apple_ieee use the Apple IEEE codec"
151 --enable-timer use wxTimer class"
153 --enable-wave use wxWave class"
155 --enable-fraction use wxFraction class"
157 --enable-dynlib use wxLibrary class for DLL loading"
159 --enable-longlong use wxLongLong class"
161 --enable-geometry use geometry class"
163 --enable-log use logging system"
165 --enable-streams use wxStream etc classes"
167 --enable-file use wxFile classes"
169 --enable-ffile use wxFFile classes"
171 --enable-textfile use wxTextFile classes"
173 --enable-fontmap use font encodings conversion classes"
175 --enable-unicode compile wxString with Unicode support"
177 --enable-wcsrtombs use wcsrtombs instead of buggy (GNU libc1/Linux libc5) wcstombs"
179 --enable-wxprintfv use wxWindows implementation of vprintf()"
181 --enable-std_iostreams use standard C++ stream classes"
183 --enable-filesystem use virtual file systems classes"
185 --enable-fs_inet use virtual HTTP/FTP filesystems"
187 --enable-fs_zip use virtual ZIP filesystems"
189 --enable-zipstream use wxZipInputStream"
191 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
193 --enable-snglinst use wxSingleInstanceChecker class"
195 --enable-mimetypes use wxMimeTypesManager"
197 --enable-sysoptions use wxSystemOptions"
199 --enable-threads use threads"
201 --enable-serial use class serialization"
203 --enable-docview use document view architecture"
205 --enable-help use help subsystem"
207 --enable-mshtmlhelp use MS HTML Help (win32)"
209 --enable-html use wxHTML sub-library"
211 --enable-htmlhelp use wxHTML-based help"
213 --enable-constraints use layout-constraints system"
215 --enable-printarch use printing architecture"
217 --enable-mdi use multiple document interface architecture"
219 --enable-loggui use standard GUI logger"
221 --enable-logwin use wxLogWindow"
223 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
225 --enable-prologio use Prolog IO library"
227 --enable-resources use wxWindows resources"
229 --enable-xresources use X resources for save (default for gtk+)"
231 --enable-clipboard use wxClipboard classes"
233 --enable-dnd use Drag'n'Drop classes"
235 --enable-metafile use win32 metafiles"
237 --enable-treelayout use wxTreeLayout classes"
239 --enable-controls use all usual controls"
241 --enable-accel use accelerators"
243 --enable-button use wxButton class"
245 --enable-bmpbutton use wxBitmapButton class"
247 --enable-calendar use wxCalendarCtrl class"
249 --enable-caret use wxCaret class"
251 --enable-checkbox use wxCheckBox class"
253 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
255 --enable-choice use wxChoice class"
257 --enable-combobox use wxComboBox classes"
259 --enable-gauge use wxGauge class"
261 --enable-grid use wxGrid class"
263 --enable-newgrid use new wxGrid class"
265 --enable-imaglist use wxImageList class"
267 --enable-listbox use wxListBox class"
269 --enable-listctrl use wxListCtrl class"
271 --enable-notebook use wxNotebook class"
273 --enable-propsheet use wxPropertySheet class"
275 --enable-radiobox use wxRadioBox class"
277 --enable-radiobtn use wxRadioButton class"
279 --enable-sash use wxSashWindow class"
281 --enable-scrollbar use wxScrollBar class and scrollable windows"
283 --enable-slider use wxSlider class"
285 --enable-spinbtn use wxSpinButton class"
287 --enable-spinctrl use wxSpinCtrl class"
289 --enable-splitter use wxSplitterWindow class"
291 --enable-statbmp use wxStaticBitmap class"
293 --enable-statbox use wxStaticBox class"
295 --enable-statline use wxStaticLine class"
297 --enable-stattext use wxStaticText class"
299 --enable-statusbar use wxStatusBar class"
301 --enable-tabdialog use wxTabControl class"
303 --enable-textctrl use wxTextCtrl class"
305 --enable-togglebtn use wxToggleButton class"
307 --enable-toolbar use wxToolBar class"
309 --enable-tbarnative use native wxToolBar class"
311 --enable-tbarsmpl use wxToolBarSimple class"
313 --enable-treectrl use wxTreeCtrl class"
315 --enable-popupwin use wxPopUpWindow class"
317 --enable-commondlg use common dialogs (wxDirDialog, wxProgressDialog, wxTextDialog, ...)"
319 --enable-choicedlg use wxChoiceDialog"
321 --enable-coldlg use wxColourDialog"
323 --enable-filedlg use wxFileDialog"
325 --enable-finddlg use wxFindReplaceDialog"
327 --enable-fontdlg use wxFontDialog"
329 --enable-dirdlg use wxDirDialog"
331 --enable-msgdlg use wxMessageDialog"
333 --enable-numberdlg use wxNumberEntryDialog"
335 --enable-splash use wxSplashScreen"
337 --enable-textdlg use wxTextDialog"
339 --enable-tipdlg use startup tips"
341 --enable-progressdlg use wxProgressDialog"
343 --enable-wizarddlg use wxWizard"
345 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
347 --enable-miniframe use wxMiniFrame class"
349 --enable-tooltips use wxToolTip class"
351 --enable-splines use spline drawing code"
353 --enable-validators use wxValidator and derived classes"
355 --enable-busyinfo use wxBusyInfo"
357 --enable-joystick compile in joystick support (Linux only)"
359 --enable-metafiles use wxMetaFile (Windows only)"
361 --enable-dragimage use wxDragImage"
363 --enable-image use wxImage class"
365 --enable-gif use gif images (GIF file format)"
367 --enable-pcx use pcx images (PCX file format)"
369 --enable-pnm use pnm images (PNM file format)"
371 --enable-xpm use xpm images (XPM file format)"
373 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
375 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
377 --disable-gtktest Do not try to compile and run a test GTK program"
379 --with-x use the X Window System"
381 # Initialize some variables set by options.
382 # The variables have the same names as the options, with
383 # dashes changed to underlines.
385 cache_file
=.
/config.cache
394 program_transform_name
=s
,x
,x
,
402 bindir
='${exec_prefix}/bin'
403 sbindir
='${exec_prefix}/sbin'
404 libexecdir
='${exec_prefix}/libexec'
405 datadir
='${prefix}/share'
406 sysconfdir
='${prefix}/etc'
407 sharedstatedir
='${prefix}/com'
408 localstatedir
='${prefix}/var'
409 libdir
='${exec_prefix}/lib'
410 includedir
='${prefix}/include'
411 oldincludedir
='/usr/include'
412 infodir
='${prefix}/info'
413 mandir
='${prefix}/man'
415 # Initialize some other variables.
418 SHELL
=${CONFIG_SHELL-/bin/sh}
419 # Maximum number of lines to put in a shell here document.
426 # If the previous option needs an argument, assign it.
427 if test -n "$ac_prev"; then
428 eval "$ac_prev=\$ac_option"
434 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
438 # Accept the important Cygnus configure options, so we can diagnose typos.
442 -bindir | --bindir | --bindi | --bind | --bin | --bi)
444 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
445 bindir
="$ac_optarg" ;;
447 -build | --build | --buil | --bui | --bu)
449 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
450 build
="$ac_optarg" ;;
452 -cache-file | --cache-file | --cache-fil | --cache-fi \
453 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
454 ac_prev
=cache_file
;;
455 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
456 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
457 cache_file
="$ac_optarg" ;;
459 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
461 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
463 datadir
="$ac_optarg" ;;
465 -disable-* | --disable-*)
466 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
467 # Reject names that are not valid shell variable names.
468 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
469 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
471 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
472 eval "enable_${ac_feature}=no" ;;
474 -enable-* | --enable-*)
475 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
476 # Reject names that are not valid shell variable names.
477 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
478 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
480 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
485 eval "enable_${ac_feature}='$ac_optarg'" ;;
487 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
488 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
489 | --exec | --exe | --ex)
490 ac_prev
=exec_prefix
;;
491 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
492 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
493 | --exec=* | --exe=* | --ex=*)
494 exec_prefix
="$ac_optarg" ;;
496 -gas | --gas | --ga | --g)
497 # Obsolete; use --with-gas.
500 -help | --help | --hel | --he)
501 # Omit some internal or obsolete options to make the list less imposing.
502 # This message is too long to be a string in the A/UX 3.1 sh.
504 Usage: configure [options] [host]
505 Options: [defaults in brackets after descriptions]
507 --cache-file=FILE cache test results in FILE
508 --help print this message
509 --no-create do not create output files
510 --quiet, --silent do not print \`checking...' messages
511 --version print the version of autoconf that created configure
512 Directory and file names:
513 --prefix=PREFIX install architecture-independent files in PREFIX
515 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
517 --bindir=DIR user executables in DIR [EPREFIX/bin]
518 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
519 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
520 --datadir=DIR read-only architecture-independent data in DIR
522 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
523 --sharedstatedir=DIR modifiable architecture-independent data in DIR
525 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
526 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
527 --includedir=DIR C header files in DIR [PREFIX/include]
528 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
529 --infodir=DIR info documentation in DIR [PREFIX/info]
530 --mandir=DIR man documentation in DIR [PREFIX/man]
531 --srcdir=DIR find the sources in DIR [configure dir or ..]
532 --program-prefix=PREFIX prepend PREFIX to installed program names
533 --program-suffix=SUFFIX append SUFFIX to installed program names
534 --program-transform-name=PROGRAM
535 run sed PROGRAM on installed program names
539 --build=BUILD configure for building on BUILD [BUILD=HOST]
540 --host=HOST configure for HOST [guessed]
541 --target=TARGET configure for TARGET [TARGET=HOST]
542 Features and packages:
543 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
544 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
545 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
546 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
547 --x-includes=DIR X include files are in DIR
548 --x-libraries=DIR X library files are in DIR
550 if test -n "$ac_help"; then
551 echo "--enable and --with options recognized:$ac_help"
555 -host | --host | --hos | --ho)
557 -host=* | --host=* | --hos=* | --ho=*)
560 -includedir | --includedir | --includedi | --included | --include \
561 | --includ | --inclu | --incl | --inc)
562 ac_prev
=includedir
;;
563 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
564 | --includ=* | --inclu=* | --incl=* | --inc=*)
565 includedir
="$ac_optarg" ;;
567 -infodir | --infodir | --infodi | --infod | --info | --inf)
569 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
570 infodir
="$ac_optarg" ;;
572 -libdir | --libdir | --libdi | --libd)
574 -libdir=* | --libdir=* | --libdi=* | --libd=*)
575 libdir
="$ac_optarg" ;;
577 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
578 | --libexe | --libex | --libe)
579 ac_prev
=libexecdir
;;
580 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
581 | --libexe=* | --libex=* | --libe=*)
582 libexecdir
="$ac_optarg" ;;
584 -localstatedir | --localstatedir | --localstatedi | --localstated \
585 | --localstate | --localstat | --localsta | --localst \
586 | --locals | --local | --loca | --loc | --lo)
587 ac_prev
=localstatedir
;;
588 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
589 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
590 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
591 localstatedir
="$ac_optarg" ;;
593 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
595 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
596 mandir
="$ac_optarg" ;;
599 # Obsolete; use --without-fp.
602 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
606 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
607 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
610 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
611 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
612 | --oldin | --oldi | --old | --ol | --o)
613 ac_prev
=oldincludedir
;;
614 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
615 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
616 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
617 oldincludedir
="$ac_optarg" ;;
619 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
621 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
622 prefix
="$ac_optarg" ;;
624 -program-prefix | --program-prefix | --program-prefi | --program-pref \
625 | --program-pre | --program-pr | --program-p)
626 ac_prev
=program_prefix
;;
627 -program-prefix=* | --program-prefix=* | --program-prefi=* \
628 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
629 program_prefix
="$ac_optarg" ;;
631 -program-suffix | --program-suffix | --program-suffi | --program-suff \
632 | --program-suf | --program-su | --program-s)
633 ac_prev
=program_suffix
;;
634 -program-suffix=* | --program-suffix=* | --program-suffi=* \
635 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
636 program_suffix
="$ac_optarg" ;;
638 -program-transform-name | --program-transform-name \
639 | --program-transform-nam | --program-transform-na \
640 | --program-transform-n | --program-transform- \
641 | --program-transform | --program-transfor \
642 | --program-transfo | --program-transf \
643 | --program-trans | --program-tran \
644 | --progr-tra | --program-tr | --program-t)
645 ac_prev
=program_transform_name
;;
646 -program-transform-name=* | --program-transform-name=* \
647 | --program-transform-nam=* | --program-transform-na=* \
648 | --program-transform-n=* | --program-transform-=* \
649 | --program-transform=* | --program-transfor=* \
650 | --program-transfo=* | --program-transf=* \
651 | --program-trans=* | --program-tran=* \
652 | --progr-tra=* | --program-tr=* | --program-t=*)
653 program_transform_name
="$ac_optarg" ;;
655 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
656 | -silent | --silent | --silen | --sile | --sil)
659 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
661 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
663 sbindir
="$ac_optarg" ;;
665 -sharedstatedir | --sharedstatedir | --sharedstatedi \
666 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
667 | --sharedst | --shareds | --shared | --share | --shar \
669 ac_prev
=sharedstatedir
;;
670 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
671 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
672 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
674 sharedstatedir
="$ac_optarg" ;;
676 -site | --site | --sit)
678 -site=* | --site=* | --sit=*)
681 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
683 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
684 srcdir
="$ac_optarg" ;;
686 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
687 | --syscon | --sysco | --sysc | --sys | --sy)
688 ac_prev
=sysconfdir
;;
689 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
690 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
691 sysconfdir
="$ac_optarg" ;;
693 -target | --target | --targe | --targ | --tar | --ta | --t)
695 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
696 target
="$ac_optarg" ;;
698 -v | -verbose | --verbose | --verbos | --verbo | --verb)
701 -version | --version | --versio | --versi | --vers)
702 echo "configure generated by autoconf version 2.13"
706 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
707 # Reject names that are not valid shell variable names.
708 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
709 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
711 ac_package
=`echo $ac_package| sed 's/-/_/g'`
716 eval "with_${ac_package}='$ac_optarg'" ;;
718 -without-* | --without-*)
719 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
720 # Reject names that are not valid shell variable names.
721 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
722 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
724 ac_package
=`echo $ac_package| sed 's/-/_/g'`
725 eval "with_${ac_package}=no" ;;
728 # Obsolete; use --with-x.
731 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
732 | --x-incl | --x-inc | --x-in | --x-i)
733 ac_prev
=x_includes
;;
734 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
735 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
736 x_includes
="$ac_optarg" ;;
738 -x-libraries | --x-libraries | --x-librarie | --x-librari \
739 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
740 ac_prev
=x_libraries
;;
741 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
742 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
743 x_libraries
="$ac_optarg" ;;
745 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
749 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
750 echo "configure: warning: $ac_option: invalid host type" 1>&2
752 if test "x$nonopt" != xNONE
; then
753 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
761 if test -n "$ac_prev"; then
762 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
765 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
767 # File descriptor usage:
770 # 2 errors and warnings
771 # 3 some systems may open it to /dev/tty
772 # 4 used on the Kubota Titan
773 # 6 checking for... messages and results
774 # 5 compiler messages saved in config.log
775 if test "$silent" = yes; then
783 This file contains any messages produced by compilers while
784 running configure, to aid debugging if configure makes a mistake.
787 # Strip out --no-create and --no-recursion so they do not pile up.
788 # Also quote any args containing shell metacharacters.
793 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
794 | --no-cr | --no-c) ;;
795 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
796 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
797 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
798 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
799 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
804 # Only set these to C if already set. These must not be set unconditionally
805 # because not all systems understand e.g. LANG=C (notably SCO).
806 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
807 # Non-C LC_CTYPE values break the ctype check.
808 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
809 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
810 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
811 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
813 # confdefs.h avoids OS command line length limits that DEFS can exceed.
814 rm -rf conftest
* confdefs.h
815 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
818 # A filename unique to this package, relative to the directory that
819 # configure is in, which we can look for to find out if srcdir is correct.
820 ac_unique_file
=wx
-config.
in
822 # Find the source files, if location was not specified.
823 if test -z "$srcdir"; then
824 ac_srcdir_defaulted
=yes
825 # Try the directory containing this script, then its parent.
827 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
828 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
830 if test ! -r $srcdir/$ac_unique_file; then
834 ac_srcdir_defaulted
=no
836 if test ! -r $srcdir/$ac_unique_file; then
837 if test "$ac_srcdir_defaulted" = yes; then
838 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
840 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
843 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
845 # Prefer explicitly selected file to automatically selected ones.
846 if test -z "$CONFIG_SITE"; then
847 if test "x$prefix" != xNONE
; then
848 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
850 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
853 for ac_site_file
in $CONFIG_SITE; do
854 if test -r "$ac_site_file"; then
855 echo "loading site script $ac_site_file"
860 if test -r "$cache_file"; then
861 echo "loading cache $cache_file"
864 echo "creating cache $cache_file"
869 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
870 ac_cpp
='$CPP $CPPFLAGS'
871 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
872 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
873 cross_compiling
=$ac_cv_prog_cc_cross
877 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
878 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
879 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
886 ac_n
= ac_c
='\c' ac_t
=
892 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
893 if test -f $ac_dir/install-sh; then
895 ac_install_sh
="$ac_aux_dir/install-sh -c"
897 elif test -f $ac_dir/install.sh
; then
899 ac_install_sh
="$ac_aux_dir/install.sh -c"
903 if test -z "$ac_aux_dir"; then
904 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
906 ac_config_guess
=$ac_aux_dir/config.guess
907 ac_config_sub
=$ac_aux_dir/config.sub
908 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
911 # Do some error checking and defaulting for the host and target type.
913 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
916 # 1. You are not allowed to specify --host, --target, and nonopt at the
918 # 2. Host defaults to nonopt.
919 # 3. If nonopt is not specified, then host defaults to the current host,
920 # as determined by config.guess.
921 # 4. Target and build default to nonopt.
922 # 5. If nonopt is not specified, then target and build default to host.
924 # The aliases save the names the user supplied, while $host etc.
925 # will get canonicalized.
926 case $host---$target---$nonopt in
927 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
928 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
932 # Make sure we can run config.sub.
933 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
934 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
937 echo $ac_n "checking host system type""... $ac_c" 1>&6
938 echo "configure:939: checking host system type" >&5
941 case "$host_alias" in
945 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
946 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
948 *) host_alias
=$nonopt ;;
952 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
953 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
954 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
955 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
956 echo "$ac_t""$host" 1>&6
958 echo $ac_n "checking target system type""... $ac_c" 1>&6
959 echo "configure:960: checking target system type" >&5
962 case "$target_alias" in
965 NONE
) target_alias
=$host_alias ;;
966 *) target_alias
=$nonopt ;;
970 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
971 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
972 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
973 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
974 echo "$ac_t""$target" 1>&6
976 echo $ac_n "checking build system type""... $ac_c" 1>&6
977 echo "configure:978: checking build system type" >&5
980 case "$build_alias" in
983 NONE
) build_alias
=$host_alias ;;
984 *) build_alias
=$nonopt ;;
988 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
989 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
990 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
991 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
992 echo "$ac_t""$build" 1>&6
994 test "$host_alias" != "$target_alias" &&
995 test "$program_prefix$program_suffix$program_transform_name" = \
997 program_prefix
=${target_alias}-
1001 WX_MAJOR_VERSION_NUMBER
=2
1002 WX_MINOR_VERSION_NUMBER
=3
1005 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
1006 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1041 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1043 ALL_TOOLKITS
="CYGWIN GTK MAC MGL MINGW MOTIF PM WINE"
1048 DEFAULT_wxUSE_MOTIF
=0
1051 DEFAULT_wxUSE_WINE
=0
1053 DEFAULT_DEFAULT_wxUSE_GTK
=0
1054 DEFAULT_DEFAULT_wxUSE_MAC
=0
1055 DEFAULT_DEFAULT_wxUSE_MGL
=0
1056 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1057 DEFAULT_DEFAULT_wxUSE_MSW
=0
1058 DEFAULT_DEFAULT_wxUSE_PM
=0
1059 DEFAULT_DEFAULT_wxUSE_WINE
=0
1066 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1067 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1068 cat >> confdefs.h
<<\EOF
1075 cat >> confdefs.h
<<\EOF
1080 if test "x$TMP" = "xalpha"; then
1082 cat >> confdefs.h
<<\EOF
1087 DEFAULT_DEFAULT_wxUSE_GTK
=1
1089 *-*-irix5* | *-*-irix6* )
1092 cat >> confdefs.h
<<\EOF
1096 cat >> confdefs.h
<<\EOF
1100 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1106 cat >> confdefs.h
<<\EOF
1110 cat >> confdefs.h
<<\EOF
1111 #define __SOLARIS__ 1
1114 cat >> confdefs.h
<<\EOF
1118 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1119 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1125 cat >> confdefs.h
<<\EOF
1129 cat >> confdefs.h
<<\EOF
1133 cat >> confdefs.h
<<\EOF
1137 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1142 cat >> confdefs.h
<<\EOF
1143 #define __FREEBSD__ 1
1146 cat >> confdefs.h
<<\EOF
1150 DEFAULT_DEFAULT_wxUSE_GTK
=1
1155 cat >> confdefs.h
<<\EOF
1156 #define __FREEBSD__ 1
1159 cat >> confdefs.h
<<\EOF
1160 #define __OPENBSD__ 1
1163 DEFAULT_DEFAULT_wxUSE_GTK
=1
1168 cat >> confdefs.h
<<\EOF
1169 #define __FREEBSD__ 1
1172 cat >> confdefs.h
<<\EOF
1173 #define __NETBSD__ 1
1176 DEFAULT_DEFAULT_wxUSE_GTK
=1
1181 cat >> confdefs.h
<<\EOF
1185 cat >> confdefs.h
<<\EOF
1189 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1190 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1195 cat >> confdefs.h
<<\EOF
1199 cat >> confdefs.h
<<\EOF
1203 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1208 cat >> confdefs.h
<<\EOF
1212 cat >> confdefs.h
<<\EOF
1216 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1222 cat >> confdefs.h
<<\EOF
1226 cat >> confdefs.h
<<\EOF
1230 cat >> confdefs.h
<<\EOF
1234 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1237 *-*-cygwin* | *-*-mingw32* )
1240 cat >> confdefs.h
<<\EOF
1244 cat >> confdefs.h
<<\EOF
1248 cat >> confdefs.h
<<\EOF
1249 #define __WINDOWS__ 1
1252 cat >> confdefs.h
<<\EOF
1253 #define __GNUWIN32__ 1
1256 cat >> confdefs.h
<<\EOF
1260 cat >> confdefs.h
<<\EOF
1261 #define WINVER 0x0400
1265 DEFAULT_DEFAULT_wxUSE_MSW
=1
1269 cat >> confdefs.h
<<\EOF
1274 DEFAULT_DEFAULT_wxUSE_PM
=1
1280 cat >> confdefs.h
<<\EOF
1284 cat >> confdefs.h
<<\EOF
1285 #define __DARWIN__ 1
1288 cat >> confdefs.h
<<\EOF
1292 DEFAULT_DEFAULT_wxUSE_MAC
=1
1297 cat >> confdefs.h
<<\EOF
1304 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1307 if test "$USE_UNIX" = 1 ; then
1309 cat >> confdefs.h
<<\EOF
1314 SRC_SUBDIRS
="$SRC_SUBDIRS unix"
1315 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS unix"
1318 if test "$USE_BEOS" = 1; then
1319 SRC_SUBDIRS
="$SRC_SUBDIRS be"
1320 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS be"
1323 if test "$USE_LINUX" = 1; then
1324 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1325 echo "configure:1326: checking for glibc 2.1 or later" >&5
1326 if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1327 echo $ac_n "(cached) $ac_c" 1>&6
1329 cat > conftest.
$ac_ext <<EOF
1330 #line 1331 "configure"
1331 #include "confdefs.h"
1332 #include <features.h>
1335 #if !__GLIBC_PREREQ(2, 1)
1341 if { (eval echo configure
:1342: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1347 echo "configure: failed program was:" >&5
1348 cat conftest.
$ac_ext >&5
1359 echo "$ac_t""$wx_lib_glibc21" 1>&6
1361 if test "$wx_lib_glibc21" = "yes"; then
1362 cat >> confdefs.h
<<\EOF
1363 #define wxHAVE_GLIBC2 1
1372 wx_arg_cache_file
="configarg.cache"
1373 echo "loading argument cache $wx_arg_cache_file"
1374 rm -f ${wx_arg_cache_file}.tmp
1375 touch ${wx_arg_cache_file}.tmp
1376 touch ${wx_arg_cache_file}
1380 if test $DEBUG_CONFIGURE = 1; then
1381 DEFAULT_wxUSE_UNIVERSAL
=no
1383 DEFAULT_wxUSE_THREADS
=yes
1385 DEFAULT_wxUSE_SHARED
=yes
1386 DEFAULT_wxUSE_BURNT_NAME
=no
1387 DEFAULT_wxUSE_OPTIMISE
=no
1388 DEFAULT_wxUSE_PROFILE
=no
1389 DEFAULT_wxUSE_NO_DEPS
=no
1390 DEFAULT_wxUSE_NO_RTTI
=no
1391 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1392 DEFAULT_wxUSE_PERMISSIVE
=no
1393 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1394 DEFAULT_wxUSE_DEBUG_INFO
=yes
1395 DEFAULT_wxUSE_DEBUG_GDB
=yes
1396 DEFAULT_wxUSE_MEM_TRACING
=no
1397 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1398 DEFAULT_wxUSE_DMALLOC
=no
1399 DEFAULT_wxUSE_APPLE_IEEE
=no
1401 DEFAULT_wxUSE_LOG
=yes
1402 DEFAULT_wxUSE_LOGWINDOW
=no
1403 DEFAULT_wxUSE_LOGGUI
=no
1405 DEFAULT_wxUSE_GUI
=yes
1406 DEFAULT_wxUSE_CONTROLS
=no
1408 DEFAULT_wxUSE_REGEX
=no
1409 DEFAULT_wxUSE_ZLIB
=no
1410 DEFAULT_wxUSE_LIBPNG
=no
1411 DEFAULT_wxUSE_LIBJPEG
=no
1412 DEFAULT_wxUSE_LIBTIFF
=no
1413 DEFAULT_wxUSE_ODBC
=no
1414 DEFAULT_wxUSE_FREETYPE
=no
1415 DEFAULT_wxUSE_OPENGL
=no
1417 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1418 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
1419 DEFAULT_wxUSE_STD_IOSTREAM
=no
1420 DEFAULT_wxUSE_CMDLINE_PARSER
=no
1421 DEFAULT_wxUSE_DATETIME
=no
1422 DEFAULT_wxUSE_TIMEDATE
=no
1423 DEFAULT_wxUSE_TIMER
=no
1424 DEFAULT_wxUSE_STOPWATCH
=no
1425 DEFAULT_wxUSE_FILE
=no
1426 DEFAULT_wxUSE_FFILE
=no
1427 DEFAULT_wxUSE_TEXTFILE
=no
1428 DEFAULT_wxUSE_WAVE
=no
1429 DEFAULT_wxUSE_INTL
=no
1430 DEFAULT_wxUSE_CONFIG
=no
1431 DEFAULT_wxUSE_FONTMAP
=no
1432 DEFAULT_wxUSE_STREAMS
=no
1433 DEFAULT_wxUSE_SOCKETS
=no
1434 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1435 DEFAULT_wxUSE_SERIAL
=no
1436 DEFAULT_wxUSE_JOYSTICK
=no
1437 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1438 DEFAULT_wxUSE_LONGLONG
=no
1439 DEFAULT_wxUSE_GEOMETRY
=no
1441 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1442 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1443 DEFAULT_wxUSE_POSTSCRIPT
=no
1445 DEFAULT_wxUSE_X_RESOURCES
=no
1446 DEFAULT_wxUSE_CLIPBOARD
=no
1447 DEFAULT_wxUSE_TOOLTIPS
=no
1448 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1449 DEFAULT_wxUSE_DRAGIMAGE
=no
1450 DEFAULT_wxUSE_SPLINES
=no
1452 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1453 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1454 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1456 DEFAULT_wxUSE_PROLOGIO
=no
1457 DEFAULT_wxUSE_RESOURCES
=no
1458 DEFAULT_wxUSE_CONSTRAINTS
=no
1459 DEFAULT_wxUSE_IPC
=no
1460 DEFAULT_wxUSE_HELP
=no
1461 DEFAULT_wxUSE_MS_HTML_HELP
=no
1462 DEFAULT_wxUSE_WXHTML_HELP
=no
1463 DEFAULT_wxUSE_TREELAYOUT
=no
1464 DEFAULT_wxUSE_METAFILE
=no
1465 DEFAULT_wxUSE_MIMETYPE
=no
1466 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
1468 DEFAULT_wxUSE_COMMONDLGS
=no
1469 DEFAULT_wxUSE_CHOICEDLG
=no
1470 DEFAULT_wxUSE_COLOURDLG
=no
1471 DEFAULT_wxUSE_DIRDLG
=no
1472 DEFAULT_wxUSE_FILEDLG
=no
1473 DEFAULT_wxUSE_FINDREPLDLG
=no
1474 DEFAULT_wxUSE_FONTDLG
=no
1475 DEFAULT_wxUSE_MSGDLG
=no
1476 DEFAULT_wxUSE_NUMBERDLG
=no
1477 DEFAULT_wxUSE_TEXTDLG
=no
1478 DEFAULT_wxUSE_SPLASH
=no
1479 DEFAULT_wxUSE_STARTUP_TIPS
=no
1480 DEFAULT_wxUSE_PROGRESSDLG
=no
1481 DEFAULT_wxUSE_WIZARDDLG
=no
1483 DEFAULT_wxUSE_MENUS
=no
1484 DEFAULT_wxUSE_MINIFRAME
=no
1485 DEFAULT_wxUSE_HTML
=no
1486 DEFAULT_wxUSE_FILESYSTEM
=no
1487 DEFAULT_wxUSE_FS_INET
=no
1488 DEFAULT_wxUSE_FS_ZIP
=no
1489 DEFAULT_wxUSE_BUSYINFO
=no
1490 DEFAULT_wxUSE_ZIPSTREAM
=no
1491 DEFAULT_wxUSE_VALIDATORS
=no
1493 DEFAULT_wxUSE_ACCEL
=no
1494 DEFAULT_wxUSE_BUTTON
=no
1495 DEFAULT_wxUSE_BMPBUTTON
=no
1496 DEFAULT_wxUSE_CALCTRL
=no
1497 DEFAULT_wxUSE_CARET
=no
1498 DEFAULT_wxUSE_CHECKBOX
=no
1499 DEFAULT_wxUSE_CHECKLST
=no
1500 DEFAULT_wxUSE_CHOICE
=no
1501 DEFAULT_wxUSE_COMBOBOX
=no
1502 DEFAULT_wxUSE_GAUGE
=no
1503 DEFAULT_wxUSE_GRID
=no
1504 DEFAULT_wxUSE_NEW_GRID
=no
1505 DEFAULT_wxUSE_IMAGLIST
=no
1506 DEFAULT_wxUSE_LISTBOX
=no
1507 DEFAULT_wxUSE_LISTCTRL
=no
1508 DEFAULT_wxUSE_NOTEBOOK
=no
1509 DEFAULT_wxUSE_PROPSHEET
=no
1510 DEFAULT_wxUSE_RADIOBOX
=no
1511 DEFAULT_wxUSE_RADIOBTN
=no
1512 DEFAULT_wxUSE_SASH
=no
1513 DEFAULT_wxUSE_SCROLLBAR
=no
1514 DEFAULT_wxUSE_SLIDER
=no
1515 DEFAULT_wxUSE_SPINBTN
=no
1516 DEFAULT_wxUSE_SPINCTRL
=no
1517 DEFAULT_wxUSE_SPLITTER
=no
1518 DEFAULT_wxUSE_STATBMP
=no
1519 DEFAULT_wxUSE_STATBOX
=no
1520 DEFAULT_wxUSE_STATLINE
=no
1521 DEFAULT_wxUSE_STATTEXT
=no
1522 DEFAULT_wxUSE_STATUSBAR
=yes
1523 DEFAULT_wxUSE_TABDIALOG
=no
1524 DEFAULT_wxUSE_TEXTCTRL
=no
1525 DEFAULT_wxUSE_TOGGLEBTN
=no
1526 DEFAULT_wxUSE_TOOLBAR
=no
1527 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
1528 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
1529 DEFAULT_wxUSE_TREECTRL
=no
1530 DEFAULT_wxUSE_POPUPWIN
=no
1532 DEFAULT_wxUSE_UNICODE
=no
1533 DEFAULT_wxUSE_WCSRTOMBS
=no
1535 DEFAULT_wxUSE_IMAGE
=no
1536 DEFAULT_wxUSE_GIF
=no
1537 DEFAULT_wxUSE_PCX
=no
1538 DEFAULT_wxUSE_PNM
=no
1539 DEFAULT_wxUSE_XPM
=no
1541 DEFAULT_wxUSE_UNIVERSAL
=no
1543 DEFAULT_wxUSE_THREADS
=yes
1545 DEFAULT_wxUSE_SHARED
=yes
1546 DEFAULT_wxUSE_BURNT_NAME
=no
1547 DEFAULT_wxUSE_OPTIMISE
=yes
1548 DEFAULT_wxUSE_PROFILE
=no
1549 DEFAULT_wxUSE_NO_DEPS
=no
1550 DEFAULT_wxUSE_NO_RTTI
=no
1551 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1552 DEFAULT_wxUSE_PERMISSIVE
=no
1553 DEFAULT_wxUSE_DEBUG_FLAG
=no
1554 DEFAULT_wxUSE_DEBUG_INFO
=no
1555 DEFAULT_wxUSE_DEBUG_GDB
=no
1556 DEFAULT_wxUSE_MEM_TRACING
=no
1557 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1558 DEFAULT_wxUSE_DMALLOC
=no
1559 DEFAULT_wxUSE_APPLE_IEEE
=yes
1561 DEFAULT_wxUSE_LOG
=yes
1562 DEFAULT_wxUSE_LOGWINDOW
=yes
1563 DEFAULT_wxUSE_LOGGUI
=yes
1565 DEFAULT_wxUSE_GUI
=yes
1567 DEFAULT_wxUSE_REGEX
=yes
1568 DEFAULT_wxUSE_ZLIB
=yes
1569 DEFAULT_wxUSE_LIBPNG
=yes
1570 DEFAULT_wxUSE_LIBJPEG
=yes
1571 DEFAULT_wxUSE_LIBTIFF
=yes
1572 DEFAULT_wxUSE_ODBC
=no
1573 DEFAULT_wxUSE_FREETYPE
=no
1574 DEFAULT_wxUSE_OPENGL
=no
1576 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
1577 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
1578 DEFAULT_wxUSE_STD_IOSTREAM
=no
1579 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
1580 DEFAULT_wxUSE_DATETIME
=yes
1581 DEFAULT_wxUSE_TIMEDATE
=no
1582 DEFAULT_wxUSE_TIMER
=yes
1583 DEFAULT_wxUSE_STOPWATCH
=yes
1584 DEFAULT_wxUSE_FILE
=yes
1585 DEFAULT_wxUSE_FFILE
=yes
1586 DEFAULT_wxUSE_TEXTFILE
=yes
1587 DEFAULT_wxUSE_WAVE
=no
1588 DEFAULT_wxUSE_INTL
=yes
1589 DEFAULT_wxUSE_CONFIG
=yes
1590 DEFAULT_wxUSE_FONTMAP
=yes
1591 DEFAULT_wxUSE_STREAMS
=yes
1592 DEFAULT_wxUSE_SOCKETS
=yes
1593 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1594 DEFAULT_wxUSE_SERIAL
=yes
1595 DEFAULT_wxUSE_JOYSTICK
=yes
1596 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1597 DEFAULT_wxUSE_LONGLONG
=yes
1598 DEFAULT_wxUSE_GEOMETRY
=yes
1600 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1601 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1602 DEFAULT_wxUSE_POSTSCRIPT
=yes
1604 DEFAULT_wxUSE_X_RESOURCES
=no
1605 DEFAULT_wxUSE_CLIPBOARD
=yes
1606 DEFAULT_wxUSE_TOOLTIPS
=yes
1607 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1608 DEFAULT_wxUSE_DRAGIMAGE
=yes
1609 DEFAULT_wxUSE_SPLINES
=yes
1611 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1612 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1613 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1615 DEFAULT_wxUSE_PROLOGIO
=yes
1616 DEFAULT_wxUSE_RESOURCES
=yes
1617 DEFAULT_wxUSE_CONSTRAINTS
=yes
1618 DEFAULT_wxUSE_IPC
=yes
1619 DEFAULT_wxUSE_HELP
=yes
1620 DEFAULT_wxUSE_MS_HTML_HELP
=yes
1621 DEFAULT_wxUSE_WXHTML_HELP
=yes
1622 DEFAULT_wxUSE_TREELAYOUT
=yes
1623 DEFAULT_wxUSE_METAFILE
=yes
1624 DEFAULT_wxUSE_MIMETYPE
=yes
1625 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
1627 DEFAULT_wxUSE_COMMONDLGS
=yes
1628 DEFAULT_wxUSE_CHOICEDLG
=yes
1629 DEFAULT_wxUSE_COLOURDLG
=yes
1630 DEFAULT_wxUSE_DIRDLG
=yes
1631 DEFAULT_wxUSE_FILEDLG
=yes
1632 DEFAULT_wxUSE_FINDREPLDLG
=yes
1633 DEFAULT_wxUSE_FONTDLG
=yes
1634 DEFAULT_wxUSE_MSGDLG
=yes
1635 DEFAULT_wxUSE_NUMBERDLG
=yes
1636 DEFAULT_wxUSE_TEXTDLG
=yes
1637 DEFAULT_wxUSE_SPLASH
=yes
1638 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1639 DEFAULT_wxUSE_PROGRESSDLG
=yes
1640 DEFAULT_wxUSE_WIZARDDLG
=yes
1642 DEFAULT_wxUSE_MENUS
=yes
1643 DEFAULT_wxUSE_MINIFRAME
=yes
1644 DEFAULT_wxUSE_HTML
=yes
1645 DEFAULT_wxUSE_FILESYSTEM
=yes
1646 DEFAULT_wxUSE_FS_INET
=yes
1647 DEFAULT_wxUSE_FS_ZIP
=yes
1648 DEFAULT_wxUSE_BUSYINFO
=yes
1649 DEFAULT_wxUSE_ZIPSTREAM
=yes
1650 DEFAULT_wxUSE_VALIDATORS
=yes
1652 DEFAULT_wxUSE_ACCEL
=yes
1653 DEFAULT_wxUSE_BUTTON
=yes
1654 DEFAULT_wxUSE_BMPBUTTON
=yes
1655 DEFAULT_wxUSE_CALCTRL
=yes
1656 DEFAULT_wxUSE_CARET
=yes
1657 DEFAULT_wxUSE_CHECKBOX
=yes
1658 DEFAULT_wxUSE_CHECKLST
=yes
1659 DEFAULT_wxUSE_CHOICE
=yes
1660 DEFAULT_wxUSE_COMBOBOX
=yes
1661 DEFAULT_wxUSE_GAUGE
=yes
1662 DEFAULT_wxUSE_GRID
=yes
1663 DEFAULT_wxUSE_NEW_GRID
=yes
1664 DEFAULT_wxUSE_IMAGLIST
=yes
1665 DEFAULT_wxUSE_LISTBOX
=yes
1666 DEFAULT_wxUSE_LISTCTRL
=yes
1667 DEFAULT_wxUSE_NOTEBOOK
=yes
1668 DEFAULT_wxUSE_PROPSHEET
=yes
1669 DEFAULT_wxUSE_RADIOBOX
=yes
1670 DEFAULT_wxUSE_RADIOBTN
=yes
1671 DEFAULT_wxUSE_SASH
=yes
1672 DEFAULT_wxUSE_SCROLLBAR
=yes
1673 DEFAULT_wxUSE_SLIDER
=yes
1674 DEFAULT_wxUSE_SPINBTN
=yes
1675 DEFAULT_wxUSE_SPINCTRL
=yes
1676 DEFAULT_wxUSE_SPLITTER
=yes
1677 DEFAULT_wxUSE_STATBMP
=yes
1678 DEFAULT_wxUSE_STATBOX
=yes
1679 DEFAULT_wxUSE_STATLINE
=yes
1680 DEFAULT_wxUSE_STATTEXT
=yes
1681 DEFAULT_wxUSE_STATUSBAR
=yes
1682 DEFAULT_wxUSE_TABDIALOG
=no
1683 DEFAULT_wxUSE_TEXTCTRL
=yes
1684 DEFAULT_wxUSE_TOGGLEBTN
=yes
1685 DEFAULT_wxUSE_TOOLBAR
=yes
1686 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
1687 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
1688 DEFAULT_wxUSE_TREECTRL
=yes
1689 DEFAULT_wxUSE_POPUPWIN
=yes
1691 DEFAULT_wxUSE_UNICODE
=no
1692 DEFAULT_wxUSE_WCSRTOMBS
=no
1694 DEFAULT_wxUSE_IMAGE
=yes
1695 DEFAULT_wxUSE_GIF
=yes
1696 DEFAULT_wxUSE_PCX
=yes
1697 DEFAULT_wxUSE_PNM
=yes
1698 DEFAULT_wxUSE_XPM
=yes
1703 for toolkit
in `echo $ALL_TOOLKITS`; do
1704 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1705 if test "x$LINE" != x
; then
1706 has_toolkit_in_cache
=1
1707 eval "DEFAULT_$LINE"
1708 eval "CACHE_$toolkit=1"
1714 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1715 echo "configure:1716: checking for --enable-gui" >&5
1717 # Check whether --enable-gui or --disable-gui was given.
1718 if test "${enable_gui+set}" = set; then
1719 enableval
="$enable_gui"
1721 if test "$enableval" = yes; then
1722 ac_cv_use_gui
='wxUSE_GUI=yes'
1724 ac_cv_use_gui
='wxUSE_GUI=no'
1729 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1730 if test "x$LINE" != x
; then
1731 eval "DEFAULT_$LINE"
1736 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1741 eval "$ac_cv_use_gui"
1742 if test "$no_cache" != 1; then
1743 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1746 if test "$wxUSE_GUI" = yes; then
1747 echo "$ac_t""yes" 1>&6
1749 echo "$ac_t""no" 1>&6
1753 if test "$wxUSE_GUI" = "yes"; then
1756 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1757 echo "configure:1758: checking for --enable-universal" >&5
1759 # Check whether --enable-universal or --disable-universal was given.
1760 if test "${enable_universal+set}" = set; then
1761 enableval
="$enable_universal"
1763 if test "$enableval" = yes; then
1764 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
1766 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
1771 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1772 if test "x$LINE" != x
; then
1773 eval "DEFAULT_$LINE"
1778 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1783 eval "$ac_cv_use_universal"
1784 if test "$no_cache" != 1; then
1785 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1788 if test "$wxUSE_UNIVERSAL" = yes; then
1789 echo "$ac_t""yes" 1>&6
1791 echo "$ac_t""no" 1>&6
1794 # Check whether --with-gtk or --without-gtk was given.
1795 if test "${with_gtk+set}" = set; then
1797 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1800 # Check whether --with-motif or --without-motif was given.
1801 if test "${with_motif+set}" = set; then
1802 withval
="$with_motif"
1803 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1806 # Check whether --with-mac or --without-mac was given.
1807 if test "${with_mac+set}" = set; then
1809 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
1812 # Check whether --with-wine or --without-wine was given.
1813 if test "${with_wine+set}" = set; then
1814 withval
="$with_wine"
1815 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1818 # Check whether --with-cygwin or --without-cygwin was given.
1819 if test "${with_cygwin+set}" = set; then
1820 withval
="$with_cygwin"
1821 wxUSE_CYGWIN
="$withval" CACHE_CYGWIN
=1 TOOLKIT_GIVEN
=1
1824 # Check whether --with-mingw or --without-mingw was given.
1825 if test "${with_mingw+set}" = set; then
1826 withval
="$with_mingw"
1827 wxUSE_MINGW
="$withval" CACHE_MINGW
=1 TOOLKIT_GIVEN
=1
1830 # Check whether --with-pm or --without-pm was given.
1831 if test "${with_pm+set}" = set; then
1833 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
1836 # Check whether --with-mgl or --without-mgl was given.
1837 if test "${with_mgl+set}" = set; then
1839 wxUSE_MGL
="$withval" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
1843 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1844 if test "${enable_gtk2+set}" = set; then
1845 enableval
="$enable_gtk2"
1853 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1854 echo "configure:1855: checking for --with-libpng" >&5
1856 # Check whether --with-libpng or --without-libpng was given.
1857 if test "${with_libpng+set}" = set; then
1858 withval
="$with_libpng"
1860 if test "$withval" = yes; then
1861 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1862 elif test "$withval" = no
; then
1863 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1864 elif test "$withval" = sys
; then
1865 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
1867 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1872 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1873 if test "x$LINE" != x
; then
1874 eval "DEFAULT_$LINE"
1879 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1884 eval "$ac_cv_use_libpng"
1885 if test "$no_cache" != 1; then
1886 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1889 if test "$wxUSE_LIBPNG" = yes; then
1890 echo "$ac_t""yes" 1>&6
1891 elif test "$wxUSE_LIBPNG" = no
; then
1892 echo "$ac_t""no" 1>&6
1893 elif test "$wxUSE_LIBPNG" = sys
; then
1894 echo "$ac_t""system version" 1>&6
1896 { echo "configure: error: Invalid value for --with-libpng: should be yes, no or sys" 1>&2; exit 1; }
1900 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1901 echo "configure:1902: checking for --with-libjpeg" >&5
1903 # Check whether --with-libjpeg or --without-libjpeg was given.
1904 if test "${with_libjpeg+set}" = set; then
1905 withval
="$with_libjpeg"
1907 if test "$withval" = yes; then
1908 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
1909 elif test "$withval" = no
; then
1910 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
1911 elif test "$withval" = sys
; then
1912 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
1914 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1919 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
1920 if test "x$LINE" != x
; then
1921 eval "DEFAULT_$LINE"
1926 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
1931 eval "$ac_cv_use_libjpeg"
1932 if test "$no_cache" != 1; then
1933 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
1936 if test "$wxUSE_LIBJPEG" = yes; then
1937 echo "$ac_t""yes" 1>&6
1938 elif test "$wxUSE_LIBJPEG" = no
; then
1939 echo "$ac_t""no" 1>&6
1940 elif test "$wxUSE_LIBJPEG" = sys
; then
1941 echo "$ac_t""system version" 1>&6
1943 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no or sys" 1>&2; exit 1; }
1947 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
1948 echo "configure:1949: checking for --with-libtiff" >&5
1950 # Check whether --with-libtiff or --without-libtiff was given.
1951 if test "${with_libtiff+set}" = set; then
1952 withval
="$with_libtiff"
1954 if test "$withval" = yes; then
1955 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
1956 elif test "$withval" = no
; then
1957 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
1958 elif test "$withval" = sys
; then
1959 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
1961 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1966 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
1967 if test "x$LINE" != x
; then
1968 eval "DEFAULT_$LINE"
1973 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
1978 eval "$ac_cv_use_libtiff"
1979 if test "$no_cache" != 1; then
1980 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
1983 if test "$wxUSE_LIBTIFF" = yes; then
1984 echo "$ac_t""yes" 1>&6
1985 elif test "$wxUSE_LIBTIFF" = no
; then
1986 echo "$ac_t""no" 1>&6
1987 elif test "$wxUSE_LIBTIFF" = sys
; then
1988 echo "$ac_t""system version" 1>&6
1990 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no or sys" 1>&2; exit 1; }
1994 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
1995 echo "configure:1996: checking for --with-freetype" >&5
1997 # Check whether --with-freetype or --without-freetype was given.
1998 if test "${with_freetype+set}" = set; then
1999 withval
="$with_freetype"
2001 if test "$withval" = yes; then
2002 ac_cv_use_freetype
='wxUSE_FREETYPE=yes'
2003 elif test "$withval" = no
; then
2004 ac_cv_use_freetype
='wxUSE_FREETYPE=no'
2005 elif test "$withval" = sys
; then
2006 ac_cv_use_freetype
='wxUSE_FREETYPE=sys'
2008 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
2013 LINE
=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2014 if test "x$LINE" != x
; then
2015 eval "DEFAULT_$LINE"
2020 ac_cv_use_freetype
='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
2025 eval "$ac_cv_use_freetype"
2026 if test "$no_cache" != 1; then
2027 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2030 if test "$wxUSE_FREETYPE" = yes; then
2031 echo "$ac_t""yes" 1>&6
2032 elif test "$wxUSE_FREETYPE" = no
; then
2033 echo "$ac_t""no" 1>&6
2034 elif test "$wxUSE_FREETYPE" = sys
; then
2035 echo "$ac_t""system version" 1>&6
2037 { echo "configure: error: Invalid value for --with-freetype: should be yes, no or sys" 1>&2; exit 1; }
2041 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2042 echo "configure:2043: checking for --with-opengl" >&5
2044 # Check whether --with-opengl or --without-opengl was given.
2045 if test "${with_opengl+set}" = set; then
2046 withval
="$with_opengl"
2048 if test "$withval" = yes; then
2049 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
2051 ac_cv_use_opengl
='wxUSE_OPENGL=no'
2056 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2057 if test "x$LINE" != x
; then
2058 eval "DEFAULT_$LINE"
2063 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2068 eval "$ac_cv_use_opengl"
2069 if test "$no_cache" != 1; then
2070 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2073 if test "$wxUSE_OPENGL" = yes; then
2074 echo "$ac_t""yes" 1>&6
2076 echo "$ac_t""no" 1>&6
2083 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2084 echo "configure:2085: checking for --with-dmalloc" >&5
2086 # Check whether --with-dmalloc or --without-dmalloc was given.
2087 if test "${with_dmalloc+set}" = set; then
2088 withval
="$with_dmalloc"
2090 if test "$withval" = yes; then
2091 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
2093 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
2098 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2099 if test "x$LINE" != x
; then
2100 eval "DEFAULT_$LINE"
2105 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2110 eval "$ac_cv_use_dmalloc"
2111 if test "$no_cache" != 1; then
2112 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2115 if test "$wxUSE_DMALLOC" = yes; then
2116 echo "$ac_t""yes" 1>&6
2118 echo "$ac_t""no" 1>&6
2122 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2123 echo "configure:2124: checking for --with-regex" >&5
2125 # Check whether --with-regex or --without-regex was given.
2126 if test "${with_regex+set}" = set; then
2127 withval
="$with_regex"
2129 if test "$withval" = yes; then
2130 ac_cv_use_regex
='wxUSE_REGEX=yes'
2131 elif test "$withval" = no
; then
2132 ac_cv_use_regex
='wxUSE_REGEX=no'
2133 elif test "$withval" = sys
; then
2134 ac_cv_use_regex
='wxUSE_REGEX=sys'
2136 { echo "configure: error: Invalid value for --with-regex: should be yes, no or sys" 1>&2; exit 1; }
2141 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2142 if test "x$LINE" != x
; then
2143 eval "DEFAULT_$LINE"
2148 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2153 eval "$ac_cv_use_regex"
2154 if test "$no_cache" != 1; then
2155 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2158 if test "$wxUSE_REGEX" = yes; then
2159 echo "$ac_t""yes" 1>&6
2160 elif test "$wxUSE_REGEX" = no
; then
2161 echo "$ac_t""no" 1>&6
2162 elif test "$wxUSE_REGEX" = sys
; then
2163 echo "$ac_t""system version" 1>&6
2165 { echo "configure: error: Invalid value for --with-regex: should be yes, no or sys" 1>&2; exit 1; }
2169 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2170 echo "configure:2171: checking for --with-zlib" >&5
2172 # Check whether --with-zlib or --without-zlib was given.
2173 if test "${with_zlib+set}" = set; then
2174 withval
="$with_zlib"
2176 if test "$withval" = yes; then
2177 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
2178 elif test "$withval" = no
; then
2179 ac_cv_use_zlib
='wxUSE_ZLIB=no'
2180 elif test "$withval" = sys
; then
2181 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
2183 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
2188 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2189 if test "x$LINE" != x
; then
2190 eval "DEFAULT_$LINE"
2195 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2200 eval "$ac_cv_use_zlib"
2201 if test "$no_cache" != 1; then
2202 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2205 if test "$wxUSE_ZLIB" = yes; then
2206 echo "$ac_t""yes" 1>&6
2207 elif test "$wxUSE_ZLIB" = no
; then
2208 echo "$ac_t""no" 1>&6
2209 elif test "$wxUSE_ZLIB" = sys
; then
2210 echo "$ac_t""system version" 1>&6
2212 { echo "configure: error: Invalid value for --with-zlib: should be yes, no or sys" 1>&2; exit 1; }
2216 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2217 echo "configure:2218: checking for --with-odbc" >&5
2219 # Check whether --with-odbc or --without-odbc was given.
2220 if test "${with_odbc+set}" = set; then
2221 withval
="$with_odbc"
2223 if test "$withval" = yes; then
2224 ac_cv_use_odbc
='wxUSE_ODBC=yes'
2226 ac_cv_use_odbc
='wxUSE_ODBC=no'
2231 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2232 if test "x$LINE" != x
; then
2233 eval "DEFAULT_$LINE"
2238 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2243 eval "$ac_cv_use_odbc"
2244 if test "$no_cache" != 1; then
2245 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2248 if test "$wxUSE_ODBC" = yes; then
2249 echo "$ac_t""yes" 1>&6
2251 echo "$ac_t""no" 1>&6
2258 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2259 echo "configure:2260: checking for --enable-shared" >&5
2261 # Check whether --enable-shared or --disable-shared was given.
2262 if test "${enable_shared+set}" = set; then
2263 enableval
="$enable_shared"
2265 if test "$enableval" = yes; then
2266 ac_cv_use_shared
='wxUSE_SHARED=yes'
2268 ac_cv_use_shared
='wxUSE_SHARED=no'
2273 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2274 if test "x$LINE" != x
; then
2275 eval "DEFAULT_$LINE"
2280 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2285 eval "$ac_cv_use_shared"
2286 if test "$no_cache" != 1; then
2287 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2290 if test "$wxUSE_SHARED" = yes; then
2291 echo "$ac_t""yes" 1>&6
2293 echo "$ac_t""no" 1>&6
2297 echo $ac_n "checking for --enable-burnt_name""... $ac_c" 1>&6
2298 echo "configure:2299: checking for --enable-burnt_name" >&5
2300 # Check whether --enable-burnt_name or --disable-burnt_name was given.
2301 if test "${enable_burnt_name+set}" = set; then
2302 enableval
="$enable_burnt_name"
2304 if test "$enableval" = yes; then
2305 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME=yes'
2307 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME=no'
2312 LINE
=`grep "wxUSE_BURNT_NAME" ${wx_arg_cache_file}`
2313 if test "x$LINE" != x
; then
2314 eval "DEFAULT_$LINE"
2319 ac_cv_use_burnt_name
='wxUSE_BURNT_NAME='$DEFAULT_wxUSE_BURNT_NAME
2324 eval "$ac_cv_use_burnt_name"
2325 if test "$no_cache" != 1; then
2326 echo $ac_cv_use_burnt_name >> ${wx_arg_cache_file}.tmp
2329 if test "$wxUSE_BURNT_NAME" = yes; then
2330 echo "$ac_t""yes" 1>&6
2332 echo "$ac_t""no" 1>&6
2336 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2337 echo "configure:2338: checking for --enable-optimise" >&5
2339 # Check whether --enable-optimise or --disable-optimise was given.
2340 if test "${enable_optimise+set}" = set; then
2341 enableval
="$enable_optimise"
2343 if test "$enableval" = yes; then
2344 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
2346 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
2351 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2352 if test "x$LINE" != x
; then
2353 eval "DEFAULT_$LINE"
2358 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2363 eval "$ac_cv_use_optimise"
2364 if test "$no_cache" != 1; then
2365 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2368 if test "$wxUSE_OPTIMISE" = yes; then
2369 echo "$ac_t""yes" 1>&6
2371 echo "$ac_t""no" 1>&6
2375 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2376 echo "configure:2377: checking for --enable-debug" >&5
2378 # Check whether --enable-debug or --disable-debug was given.
2379 if test "${enable_debug+set}" = set; then
2380 enableval
="$enable_debug"
2382 if test "$enableval" = yes; then
2383 ac_cv_use_debug
='wxUSE_DEBUG=yes'
2385 ac_cv_use_debug
='wxUSE_DEBUG=no'
2390 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2391 if test "x$LINE" != x
; then
2392 eval "DEFAULT_$LINE"
2397 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2402 eval "$ac_cv_use_debug"
2403 if test "$no_cache" != 1; then
2404 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2407 if test "$wxUSE_DEBUG" = yes; then
2408 echo "$ac_t""yes" 1>&6
2410 echo "$ac_t""no" 1>&6
2414 if test "$wxUSE_DEBUG" = "yes"; then
2415 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2416 DEFAULT_wxUSE_DEBUG_INFO
=yes
2417 elif test "$wxUSE_DEBUG" = "no"; then
2418 DEFAULT_wxUSE_DEBUG_FLAG
=no
2419 DEFAULT_wxUSE_DEBUG_INFO
=no
2423 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2424 echo "configure:2425: checking for --enable-debug_flag" >&5
2426 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2427 if test "${enable_debug_flag+set}" = set; then
2428 enableval
="$enable_debug_flag"
2430 if test "$enableval" = yes; then
2431 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
2433 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
2438 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2439 if test "x$LINE" != x
; then
2440 eval "DEFAULT_$LINE"
2445 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2450 eval "$ac_cv_use_debug_flag"
2451 if test "$no_cache" != 1; then
2452 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2455 if test "$wxUSE_DEBUG_FLAG" = yes; then
2456 echo "$ac_t""yes" 1>&6
2458 echo "$ac_t""no" 1>&6
2462 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2463 echo "configure:2464: checking for --enable-debug_info" >&5
2465 # Check whether --enable-debug_info or --disable-debug_info was given.
2466 if test "${enable_debug_info+set}" = set; then
2467 enableval
="$enable_debug_info"
2469 if test "$enableval" = yes; then
2470 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2472 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2477 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2478 if test "x$LINE" != x
; then
2479 eval "DEFAULT_$LINE"
2484 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2489 eval "$ac_cv_use_debug_info"
2490 if test "$no_cache" != 1; then
2491 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2494 if test "$wxUSE_DEBUG_INFO" = yes; then
2495 echo "$ac_t""yes" 1>&6
2497 echo "$ac_t""no" 1>&6
2501 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2502 echo "configure:2503: checking for --enable-debug_gdb" >&5
2504 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2505 if test "${enable_debug_gdb+set}" = set; then
2506 enableval
="$enable_debug_gdb"
2508 if test "$enableval" = yes; then
2509 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2511 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2516 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2517 if test "x$LINE" != x
; then
2518 eval "DEFAULT_$LINE"
2523 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2528 eval "$ac_cv_use_debug_gdb"
2529 if test "$no_cache" != 1; then
2530 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2533 if test "$wxUSE_DEBUG_GDB" = yes; then
2534 echo "$ac_t""yes" 1>&6
2536 echo "$ac_t""no" 1>&6
2540 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2541 echo "configure:2542: checking for --enable-debug_cntxt" >&5
2543 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2544 if test "${enable_debug_cntxt+set}" = set; then
2545 enableval
="$enable_debug_cntxt"
2547 if test "$enableval" = yes; then
2548 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2550 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2555 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2556 if test "x$LINE" != x
; then
2557 eval "DEFAULT_$LINE"
2562 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2567 eval "$ac_cv_use_debug_cntxt"
2568 if test "$no_cache" != 1; then
2569 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2572 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2573 echo "$ac_t""yes" 1>&6
2575 echo "$ac_t""no" 1>&6
2579 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2580 echo "configure:2581: checking for --enable-mem_tracing" >&5
2582 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2583 if test "${enable_mem_tracing+set}" = set; then
2584 enableval
="$enable_mem_tracing"
2586 if test "$enableval" = yes; then
2587 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2589 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2594 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2595 if test "x$LINE" != x
; then
2596 eval "DEFAULT_$LINE"
2601 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2606 eval "$ac_cv_use_mem_tracing"
2607 if test "$no_cache" != 1; then
2608 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2611 if test "$wxUSE_MEM_TRACING" = yes; then
2612 echo "$ac_t""yes" 1>&6
2614 echo "$ac_t""no" 1>&6
2618 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2619 echo "configure:2620: checking for --enable-profile" >&5
2621 # Check whether --enable-profile or --disable-profile was given.
2622 if test "${enable_profile+set}" = set; then
2623 enableval
="$enable_profile"
2625 if test "$enableval" = yes; then
2626 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2628 ac_cv_use_profile
='wxUSE_PROFILE=no'
2633 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2634 if test "x$LINE" != x
; then
2635 eval "DEFAULT_$LINE"
2640 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2645 eval "$ac_cv_use_profile"
2646 if test "$no_cache" != 1; then
2647 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2650 if test "$wxUSE_PROFILE" = yes; then
2651 echo "$ac_t""yes" 1>&6
2653 echo "$ac_t""no" 1>&6
2657 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2658 echo "configure:2659: checking for --enable-no_rtti" >&5
2660 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2661 if test "${enable_no_rtti+set}" = set; then
2662 enableval
="$enable_no_rtti"
2664 if test "$enableval" = yes; then
2665 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2667 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2672 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2673 if test "x$LINE" != x
; then
2674 eval "DEFAULT_$LINE"
2679 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2684 eval "$ac_cv_use_no_rtti"
2685 if test "$no_cache" != 1; then
2686 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2689 if test "$wxUSE_NO_RTTI" = yes; then
2690 echo "$ac_t""yes" 1>&6
2692 echo "$ac_t""no" 1>&6
2696 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2697 echo "configure:2698: checking for --enable-no_exceptions" >&5
2699 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2700 if test "${enable_no_exceptions+set}" = set; then
2701 enableval
="$enable_no_exceptions"
2703 if test "$enableval" = yes; then
2704 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2706 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2711 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2712 if test "x$LINE" != x
; then
2713 eval "DEFAULT_$LINE"
2718 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2723 eval "$ac_cv_use_no_exceptions"
2724 if test "$no_cache" != 1; then
2725 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2728 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2729 echo "$ac_t""yes" 1>&6
2731 echo "$ac_t""no" 1>&6
2735 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2736 echo "configure:2737: checking for --enable-permissive" >&5
2738 # Check whether --enable-permissive or --disable-permissive was given.
2739 if test "${enable_permissive+set}" = set; then
2740 enableval
="$enable_permissive"
2742 if test "$enableval" = yes; then
2743 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2745 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2750 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2751 if test "x$LINE" != x
; then
2752 eval "DEFAULT_$LINE"
2757 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2762 eval "$ac_cv_use_permissive"
2763 if test "$no_cache" != 1; then
2764 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2767 if test "$wxUSE_PERMISSIVE" = yes; then
2768 echo "$ac_t""yes" 1>&6
2770 echo "$ac_t""no" 1>&6
2774 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2775 echo "configure:2776: checking for --enable-no_deps" >&5
2777 # Check whether --enable-no_deps or --disable-no_deps was given.
2778 if test "${enable_no_deps+set}" = set; then
2779 enableval
="$enable_no_deps"
2781 if test "$enableval" = yes; then
2782 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2784 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2789 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2790 if test "x$LINE" != x
; then
2791 eval "DEFAULT_$LINE"
2796 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2801 eval "$ac_cv_use_no_deps"
2802 if test "$no_cache" != 1; then
2803 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2806 if test "$wxUSE_NO_DEPS" = yes; then
2807 echo "$ac_t""yes" 1>&6
2809 echo "$ac_t""no" 1>&6
2814 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2815 echo "configure:2816: checking for --enable-compat20" >&5
2817 # Check whether --enable-compat20 or --disable-compat20 was given.
2818 if test "${enable_compat20+set}" = set; then
2819 enableval
="$enable_compat20"
2821 if test "$enableval" = yes; then
2822 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes'
2824 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no'
2829 LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2830 if test "x$LINE" != x
; then
2831 eval "DEFAULT_$LINE"
2836 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2841 eval "$ac_cv_use_compat20"
2842 if test "$no_cache" != 1; then
2843 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2846 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2847 echo "$ac_t""yes" 1>&6
2849 echo "$ac_t""no" 1>&6
2853 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2854 echo "configure:2855: checking for --enable-compat22" >&5
2856 # Check whether --enable-compat22 or --disable-compat22 was given.
2857 if test "${enable_compat22+set}" = set; then
2858 enableval
="$enable_compat22"
2860 if test "$enableval" = yes; then
2861 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
2863 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
2868 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2869 if test "x$LINE" != x
; then
2870 eval "DEFAULT_$LINE"
2875 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2880 eval "$ac_cv_use_compat22"
2881 if test "$no_cache" != 1; then
2882 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2885 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2886 echo "$ac_t""yes" 1>&6
2888 echo "$ac_t""no" 1>&6
2894 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
2895 echo "configure:2896: checking for --enable-intl" >&5
2897 # Check whether --enable-intl or --disable-intl was given.
2898 if test "${enable_intl+set}" = set; then
2899 enableval
="$enable_intl"
2901 if test "$enableval" = yes; then
2902 ac_cv_use_intl
='wxUSE_INTL=yes'
2904 ac_cv_use_intl
='wxUSE_INTL=no'
2909 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
2910 if test "x$LINE" != x
; then
2911 eval "DEFAULT_$LINE"
2916 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
2921 eval "$ac_cv_use_intl"
2922 if test "$no_cache" != 1; then
2923 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
2926 if test "$wxUSE_INTL" = yes; then
2927 echo "$ac_t""yes" 1>&6
2929 echo "$ac_t""no" 1>&6
2933 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
2934 echo "configure:2935: checking for --enable-config" >&5
2936 # Check whether --enable-config or --disable-config was given.
2937 if test "${enable_config+set}" = set; then
2938 enableval
="$enable_config"
2940 if test "$enableval" = yes; then
2941 ac_cv_use_config
='wxUSE_CONFIG=yes'
2943 ac_cv_use_config
='wxUSE_CONFIG=no'
2948 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
2949 if test "x$LINE" != x
; then
2950 eval "DEFAULT_$LINE"
2955 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
2960 eval "$ac_cv_use_config"
2961 if test "$no_cache" != 1; then
2962 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
2965 if test "$wxUSE_CONFIG" = yes; then
2966 echo "$ac_t""yes" 1>&6
2968 echo "$ac_t""no" 1>&6
2973 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
2974 echo "configure:2975: checking for --enable-sockets" >&5
2976 # Check whether --enable-sockets or --disable-sockets was given.
2977 if test "${enable_sockets+set}" = set; then
2978 enableval
="$enable_sockets"
2980 if test "$enableval" = yes; then
2981 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
2983 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
2988 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
2989 if test "x$LINE" != x
; then
2990 eval "DEFAULT_$LINE"
2995 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3000 eval "$ac_cv_use_sockets"
3001 if test "$no_cache" != 1; then
3002 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3005 if test "$wxUSE_SOCKETS" = yes; then
3006 echo "$ac_t""yes" 1>&6
3008 echo "$ac_t""no" 1>&6
3013 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3014 echo "configure:3015: checking for --enable-ipc" >&5
3016 # Check whether --enable-ipc or --disable-ipc was given.
3017 if test "${enable_ipc+set}" = set; then
3018 enableval
="$enable_ipc"
3020 if test "$enableval" = yes; then
3021 ac_cv_use_ipc
='wxUSE_IPC=yes'
3023 ac_cv_use_ipc
='wxUSE_IPC=no'
3028 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3029 if test "x$LINE" != x
; then
3030 eval "DEFAULT_$LINE"
3035 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3040 eval "$ac_cv_use_ipc"
3041 if test "$no_cache" != 1; then
3042 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3045 if test "$wxUSE_IPC" = yes; then
3046 echo "$ac_t""yes" 1>&6
3048 echo "$ac_t""no" 1>&6
3053 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3054 echo "configure:3055: checking for --enable-cmdline" >&5
3056 # Check whether --enable-cmdline or --disable-cmdline was given.
3057 if test "${enable_cmdline+set}" = set; then
3058 enableval
="$enable_cmdline"
3060 if test "$enableval" = yes; then
3061 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
3063 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
3068 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3069 if test "x$LINE" != x
; then
3070 eval "DEFAULT_$LINE"
3075 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3080 eval "$ac_cv_use_cmdline"
3081 if test "$no_cache" != 1; then
3082 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3085 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3086 echo "$ac_t""yes" 1>&6
3088 echo "$ac_t""no" 1>&6
3092 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3093 echo "configure:3094: checking for --enable-datetime" >&5
3095 # Check whether --enable-datetime or --disable-datetime was given.
3096 if test "${enable_datetime+set}" = set; then
3097 enableval
="$enable_datetime"
3099 if test "$enableval" = yes; then
3100 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
3102 ac_cv_use_datetime
='wxUSE_DATETIME=no'
3107 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3108 if test "x$LINE" != x
; then
3109 eval "DEFAULT_$LINE"
3114 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3119 eval "$ac_cv_use_datetime"
3120 if test "$no_cache" != 1; then
3121 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3124 if test "$wxUSE_DATETIME" = yes; then
3125 echo "$ac_t""yes" 1>&6
3127 echo "$ac_t""no" 1>&6
3131 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3132 echo "configure:3133: checking for --enable-timedate" >&5
3134 # Check whether --enable-timedate or --disable-timedate was given.
3135 if test "${enable_timedate+set}" = set; then
3136 enableval
="$enable_timedate"
3138 if test "$enableval" = yes; then
3139 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
3141 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
3146 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3147 if test "x$LINE" != x
; then
3148 eval "DEFAULT_$LINE"
3153 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3158 eval "$ac_cv_use_timedate"
3159 if test "$no_cache" != 1; then
3160 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3163 if test "$wxUSE_TIMEDATE" = yes; then
3164 echo "$ac_t""yes" 1>&6
3166 echo "$ac_t""no" 1>&6
3170 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3171 echo "configure:3172: checking for --enable-stopwatch" >&5
3173 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3174 if test "${enable_stopwatch+set}" = set; then
3175 enableval
="$enable_stopwatch"
3177 if test "$enableval" = yes; then
3178 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
3180 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
3185 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3186 if test "x$LINE" != x
; then
3187 eval "DEFAULT_$LINE"
3192 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3197 eval "$ac_cv_use_stopwatch"
3198 if test "$no_cache" != 1; then
3199 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3202 if test "$wxUSE_STOPWATCH" = yes; then
3203 echo "$ac_t""yes" 1>&6
3205 echo "$ac_t""no" 1>&6
3209 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3210 echo "configure:3211: checking for --enable-dialupman" >&5
3212 # Check whether --enable-dialupman or --disable-dialupman was given.
3213 if test "${enable_dialupman+set}" = set; then
3214 enableval
="$enable_dialupman"
3216 if test "$enableval" = yes; then
3217 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
3219 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
3224 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3225 if test "x$LINE" != x
; then
3226 eval "DEFAULT_$LINE"
3231 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3236 eval "$ac_cv_use_dialupman"
3237 if test "$no_cache" != 1; then
3238 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3241 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3242 echo "$ac_t""yes" 1>&6
3244 echo "$ac_t""no" 1>&6
3248 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3249 echo "configure:3250: checking for --enable-apple_ieee" >&5
3251 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3252 if test "${enable_apple_ieee+set}" = set; then
3253 enableval
="$enable_apple_ieee"
3255 if test "$enableval" = yes; then
3256 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
3258 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
3263 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3264 if test "x$LINE" != x
; then
3265 eval "DEFAULT_$LINE"
3270 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3275 eval "$ac_cv_use_apple_ieee"
3276 if test "$no_cache" != 1; then
3277 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3280 if test "$wxUSE_APPLE_IEEE" = yes; then
3281 echo "$ac_t""yes" 1>&6
3283 echo "$ac_t""no" 1>&6
3287 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3288 echo "configure:3289: checking for --enable-timer" >&5
3290 # Check whether --enable-timer or --disable-timer was given.
3291 if test "${enable_timer+set}" = set; then
3292 enableval
="$enable_timer"
3294 if test "$enableval" = yes; then
3295 ac_cv_use_timer
='wxUSE_TIMER=yes'
3297 ac_cv_use_timer
='wxUSE_TIMER=no'
3302 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3303 if test "x$LINE" != x
; then
3304 eval "DEFAULT_$LINE"
3309 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3314 eval "$ac_cv_use_timer"
3315 if test "$no_cache" != 1; then
3316 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3319 if test "$wxUSE_TIMER" = yes; then
3320 echo "$ac_t""yes" 1>&6
3322 echo "$ac_t""no" 1>&6
3326 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3327 echo "configure:3328: checking for --enable-wave" >&5
3329 # Check whether --enable-wave or --disable-wave was given.
3330 if test "${enable_wave+set}" = set; then
3331 enableval
="$enable_wave"
3333 if test "$enableval" = yes; then
3334 ac_cv_use_wave
='wxUSE_WAVE=yes'
3336 ac_cv_use_wave
='wxUSE_WAVE=no'
3341 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3342 if test "x$LINE" != x
; then
3343 eval "DEFAULT_$LINE"
3348 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3353 eval "$ac_cv_use_wave"
3354 if test "$no_cache" != 1; then
3355 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3358 if test "$wxUSE_WAVE" = yes; then
3359 echo "$ac_t""yes" 1>&6
3361 echo "$ac_t""no" 1>&6
3365 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3366 echo "configure:3367: checking for --enable-fraction" >&5
3368 # Check whether --enable-fraction or --disable-fraction was given.
3369 if test "${enable_fraction+set}" = set; then
3370 enableval
="$enable_fraction"
3372 if test "$enableval" = yes; then
3373 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
3375 ac_cv_use_fraction
='wxUSE_FRACTION=no'
3380 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3381 if test "x$LINE" != x
; then
3382 eval "DEFAULT_$LINE"
3387 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3392 eval "$ac_cv_use_fraction"
3393 if test "$no_cache" != 1; then
3394 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3397 if test "$wxUSE_FRACTION" = yes; then
3398 echo "$ac_t""yes" 1>&6
3400 echo "$ac_t""no" 1>&6
3404 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3405 echo "configure:3406: checking for --enable-dynlib" >&5
3407 # Check whether --enable-dynlib or --disable-dynlib was given.
3408 if test "${enable_dynlib+set}" = set; then
3409 enableval
="$enable_dynlib"
3411 if test "$enableval" = yes; then
3412 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
3414 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
3419 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3420 if test "x$LINE" != x
; then
3421 eval "DEFAULT_$LINE"
3426 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3431 eval "$ac_cv_use_dynlib"
3432 if test "$no_cache" != 1; then
3433 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3436 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3437 echo "$ac_t""yes" 1>&6
3439 echo "$ac_t""no" 1>&6
3443 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3444 echo "configure:3445: checking for --enable-longlong" >&5
3446 # Check whether --enable-longlong or --disable-longlong was given.
3447 if test "${enable_longlong+set}" = set; then
3448 enableval
="$enable_longlong"
3450 if test "$enableval" = yes; then
3451 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
3453 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
3458 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3459 if test "x$LINE" != x
; then
3460 eval "DEFAULT_$LINE"
3465 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3470 eval "$ac_cv_use_longlong"
3471 if test "$no_cache" != 1; then
3472 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3475 if test "$wxUSE_LONGLONG" = yes; then
3476 echo "$ac_t""yes" 1>&6
3478 echo "$ac_t""no" 1>&6
3482 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3483 echo "configure:3484: checking for --enable-geometry" >&5
3485 # Check whether --enable-geometry or --disable-geometry was given.
3486 if test "${enable_geometry+set}" = set; then
3487 enableval
="$enable_geometry"
3489 if test "$enableval" = yes; then
3490 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
3492 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
3497 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3498 if test "x$LINE" != x
; then
3499 eval "DEFAULT_$LINE"
3504 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3509 eval "$ac_cv_use_geometry"
3510 if test "$no_cache" != 1; then
3511 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3514 if test "$wxUSE_GEOMETRY" = yes; then
3515 echo "$ac_t""yes" 1>&6
3517 echo "$ac_t""no" 1>&6
3521 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3522 echo "configure:3523: checking for --enable-log" >&5
3524 # Check whether --enable-log or --disable-log was given.
3525 if test "${enable_log+set}" = set; then
3526 enableval
="$enable_log"
3528 if test "$enableval" = yes; then
3529 ac_cv_use_log
='wxUSE_LOG=yes'
3531 ac_cv_use_log
='wxUSE_LOG=no'
3536 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3537 if test "x$LINE" != x
; then
3538 eval "DEFAULT_$LINE"
3543 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3548 eval "$ac_cv_use_log"
3549 if test "$no_cache" != 1; then
3550 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3553 if test "$wxUSE_LOG" = yes; then
3554 echo "$ac_t""yes" 1>&6
3556 echo "$ac_t""no" 1>&6
3560 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3561 echo "configure:3562: checking for --enable-streams" >&5
3563 # Check whether --enable-streams or --disable-streams was given.
3564 if test "${enable_streams+set}" = set; then
3565 enableval
="$enable_streams"
3567 if test "$enableval" = yes; then
3568 ac_cv_use_streams
='wxUSE_STREAMS=yes'
3570 ac_cv_use_streams
='wxUSE_STREAMS=no'
3575 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3576 if test "x$LINE" != x
; then
3577 eval "DEFAULT_$LINE"
3582 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3587 eval "$ac_cv_use_streams"
3588 if test "$no_cache" != 1; then
3589 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3592 if test "$wxUSE_STREAMS" = yes; then
3593 echo "$ac_t""yes" 1>&6
3595 echo "$ac_t""no" 1>&6
3599 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3600 echo "configure:3601: checking for --enable-file" >&5
3602 # Check whether --enable-file or --disable-file was given.
3603 if test "${enable_file+set}" = set; then
3604 enableval
="$enable_file"
3606 if test "$enableval" = yes; then
3607 ac_cv_use_file
='wxUSE_FILE=yes'
3609 ac_cv_use_file
='wxUSE_FILE=no'
3614 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3615 if test "x$LINE" != x
; then
3616 eval "DEFAULT_$LINE"
3621 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3626 eval "$ac_cv_use_file"
3627 if test "$no_cache" != 1; then
3628 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3631 if test "$wxUSE_FILE" = yes; then
3632 echo "$ac_t""yes" 1>&6
3634 echo "$ac_t""no" 1>&6
3638 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3639 echo "configure:3640: checking for --enable-ffile" >&5
3641 # Check whether --enable-ffile or --disable-ffile was given.
3642 if test "${enable_ffile+set}" = set; then
3643 enableval
="$enable_ffile"
3645 if test "$enableval" = yes; then
3646 ac_cv_use_ffile
='wxUSE_FFILE=yes'
3648 ac_cv_use_ffile
='wxUSE_FFILE=no'
3653 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
3654 if test "x$LINE" != x
; then
3655 eval "DEFAULT_$LINE"
3660 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
3665 eval "$ac_cv_use_ffile"
3666 if test "$no_cache" != 1; then
3667 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
3670 if test "$wxUSE_FFILE" = yes; then
3671 echo "$ac_t""yes" 1>&6
3673 echo "$ac_t""no" 1>&6
3677 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
3678 echo "configure:3679: checking for --enable-textfile" >&5
3680 # Check whether --enable-textfile or --disable-textfile was given.
3681 if test "${enable_textfile+set}" = set; then
3682 enableval
="$enable_textfile"
3684 if test "$enableval" = yes; then
3685 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
3687 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
3692 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
3693 if test "x$LINE" != x
; then
3694 eval "DEFAULT_$LINE"
3699 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
3704 eval "$ac_cv_use_textfile"
3705 if test "$no_cache" != 1; then
3706 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
3709 if test "$wxUSE_TEXTFILE" = yes; then
3710 echo "$ac_t""yes" 1>&6
3712 echo "$ac_t""no" 1>&6
3716 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
3717 echo "configure:3718: checking for --enable-fontmap" >&5
3719 # Check whether --enable-fontmap or --disable-fontmap was given.
3720 if test "${enable_fontmap+set}" = set; then
3721 enableval
="$enable_fontmap"
3723 if test "$enableval" = yes; then
3724 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
3726 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
3731 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
3732 if test "x$LINE" != x
; then
3733 eval "DEFAULT_$LINE"
3738 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
3743 eval "$ac_cv_use_fontmap"
3744 if test "$no_cache" != 1; then
3745 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
3748 if test "$wxUSE_FONTMAP" = yes; then
3749 echo "$ac_t""yes" 1>&6
3751 echo "$ac_t""no" 1>&6
3755 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
3756 echo "configure:3757: checking for --enable-unicode" >&5
3758 # Check whether --enable-unicode or --disable-unicode was given.
3759 if test "${enable_unicode+set}" = set; then
3760 enableval
="$enable_unicode"
3762 if test "$enableval" = yes; then
3763 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
3765 ac_cv_use_unicode
='wxUSE_UNICODE=no'
3770 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
3771 if test "x$LINE" != x
; then
3772 eval "DEFAULT_$LINE"
3777 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
3782 eval "$ac_cv_use_unicode"
3783 if test "$no_cache" != 1; then
3784 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
3787 if test "$wxUSE_UNICODE" = yes; then
3788 echo "$ac_t""yes" 1>&6
3790 echo "$ac_t""no" 1>&6
3794 echo $ac_n "checking for --enable-wcsrtombs""... $ac_c" 1>&6
3795 echo "configure:3796: checking for --enable-wcsrtombs" >&5
3797 # Check whether --enable-wcsrtombs or --disable-wcsrtombs was given.
3798 if test "${enable_wcsrtombs+set}" = set; then
3799 enableval
="$enable_wcsrtombs"
3801 if test "$enableval" = yes; then
3802 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=yes'
3804 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS=no'
3809 LINE
=`grep "wxUSE_WCSRTOMBS" ${wx_arg_cache_file}`
3810 if test "x$LINE" != x
; then
3811 eval "DEFAULT_$LINE"
3816 ac_cv_use_wcsrtombs
='wxUSE_WCSRTOMBS='$DEFAULT_wxUSE_WCSRTOMBS
3821 eval "$ac_cv_use_wcsrtombs"
3822 if test "$no_cache" != 1; then
3823 echo $ac_cv_use_wcsrtombs >> ${wx_arg_cache_file}.tmp
3826 if test "$wxUSE_WCSRTOMBS" = yes; then
3827 echo "$ac_t""yes" 1>&6
3829 echo "$ac_t""no" 1>&6
3833 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
3834 echo "configure:3835: checking for --enable-wxprintfv" >&5
3836 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
3837 if test "${enable_wxprintfv+set}" = set; then
3838 enableval
="$enable_wxprintfv"
3840 if test "$enableval" = yes; then
3841 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
3843 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
3848 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
3849 if test "x$LINE" != x
; then
3850 eval "DEFAULT_$LINE"
3855 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
3860 eval "$ac_cv_use_wxprintfv"
3861 if test "$no_cache" != 1; then
3862 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
3865 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
3866 echo "$ac_t""yes" 1>&6
3868 echo "$ac_t""no" 1>&6
3872 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
3873 echo "configure:3874: checking for --enable-std_iostreams" >&5
3875 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
3876 if test "${enable_std_iostreams+set}" = set; then
3877 enableval
="$enable_std_iostreams"
3879 if test "$enableval" = yes; then
3880 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
3882 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
3887 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
3888 if test "x$LINE" != x
; then
3889 eval "DEFAULT_$LINE"
3894 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
3899 eval "$ac_cv_use_std_iostreams"
3900 if test "$no_cache" != 1; then
3901 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
3904 if test "$wxUSE_STD_IOSTREAM" = yes; then
3905 echo "$ac_t""yes" 1>&6
3907 echo "$ac_t""no" 1>&6
3911 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
3912 echo "configure:3913: checking for --enable-filesystem" >&5
3914 # Check whether --enable-filesystem or --disable-filesystem was given.
3915 if test "${enable_filesystem+set}" = set; then
3916 enableval
="$enable_filesystem"
3918 if test "$enableval" = yes; then
3919 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
3921 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
3926 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
3927 if test "x$LINE" != x
; then
3928 eval "DEFAULT_$LINE"
3933 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
3938 eval "$ac_cv_use_filesystem"
3939 if test "$no_cache" != 1; then
3940 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
3943 if test "$wxUSE_FILESYSTEM" = yes; then
3944 echo "$ac_t""yes" 1>&6
3946 echo "$ac_t""no" 1>&6
3950 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
3951 echo "configure:3952: checking for --enable-fs_inet" >&5
3953 # Check whether --enable-fs_inet or --disable-fs_inet was given.
3954 if test "${enable_fs_inet+set}" = set; then
3955 enableval
="$enable_fs_inet"
3957 if test "$enableval" = yes; then
3958 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
3960 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
3965 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
3966 if test "x$LINE" != x
; then
3967 eval "DEFAULT_$LINE"
3972 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
3977 eval "$ac_cv_use_fs_inet"
3978 if test "$no_cache" != 1; then
3979 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
3982 if test "$wxUSE_FS_INET" = yes; then
3983 echo "$ac_t""yes" 1>&6
3985 echo "$ac_t""no" 1>&6
3989 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
3990 echo "configure:3991: checking for --enable-fs_zip" >&5
3992 # Check whether --enable-fs_zip or --disable-fs_zip was given.
3993 if test "${enable_fs_zip+set}" = set; then
3994 enableval
="$enable_fs_zip"
3996 if test "$enableval" = yes; then
3997 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
3999 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
4004 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4005 if test "x$LINE" != x
; then
4006 eval "DEFAULT_$LINE"
4011 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4016 eval "$ac_cv_use_fs_zip"
4017 if test "$no_cache" != 1; then
4018 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4021 if test "$wxUSE_FS_ZIP" = yes; then
4022 echo "$ac_t""yes" 1>&6
4024 echo "$ac_t""no" 1>&6
4028 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4029 echo "configure:4030: checking for --enable-zipstream" >&5
4031 # Check whether --enable-zipstream or --disable-zipstream was given.
4032 if test "${enable_zipstream+set}" = set; then
4033 enableval
="$enable_zipstream"
4035 if test "$enableval" = yes; then
4036 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
4038 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
4043 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4044 if test "x$LINE" != x
; then
4045 eval "DEFAULT_$LINE"
4050 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4055 eval "$ac_cv_use_zipstream"
4056 if test "$no_cache" != 1; then
4057 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4060 if test "$wxUSE_ZIPSTREAM" = yes; then
4061 echo "$ac_t""yes" 1>&6
4063 echo "$ac_t""no" 1>&6
4068 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4069 echo "configure:4070: checking for --enable-catch_segvs" >&5
4071 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4072 if test "${enable_catch_segvs+set}" = set; then
4073 enableval
="$enable_catch_segvs"
4075 if test "$enableval" = yes; then
4076 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4078 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4083 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4084 if test "x$LINE" != x
; then
4085 eval "DEFAULT_$LINE"
4090 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4095 eval "$ac_cv_use_catch_segvs"
4096 if test "$no_cache" != 1; then
4097 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4100 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4101 echo "$ac_t""yes" 1>&6
4103 echo "$ac_t""no" 1>&6
4107 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4108 echo "configure:4109: checking for --enable-snglinst" >&5
4110 # Check whether --enable-snglinst or --disable-snglinst was given.
4111 if test "${enable_snglinst+set}" = set; then
4112 enableval
="$enable_snglinst"
4114 if test "$enableval" = yes; then
4115 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
4117 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
4122 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4123 if test "x$LINE" != x
; then
4124 eval "DEFAULT_$LINE"
4129 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4134 eval "$ac_cv_use_snglinst"
4135 if test "$no_cache" != 1; then
4136 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4139 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4140 echo "$ac_t""yes" 1>&6
4142 echo "$ac_t""no" 1>&6
4147 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4148 echo "configure:4149: checking for --enable-mimetype" >&5
4150 # Check whether --enable-mimetype or --disable-mimetype was given.
4151 if test "${enable_mimetype+set}" = set; then
4152 enableval
="$enable_mimetype"
4154 if test "$enableval" = yes; then
4155 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
4157 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
4162 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4163 if test "x$LINE" != x
; then
4164 eval "DEFAULT_$LINE"
4169 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4174 eval "$ac_cv_use_mimetype"
4175 if test "$no_cache" != 1; then
4176 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4179 if test "$wxUSE_MIMETYPE" = yes; then
4180 echo "$ac_t""yes" 1>&6
4182 echo "$ac_t""no" 1>&6
4186 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4187 echo "configure:4188: checking for --enable-system_options" >&5
4189 # Check whether --enable-system_options or --disable-system_options was given.
4190 if test "${enable_system_options+set}" = set; then
4191 enableval
="$enable_system_options"
4193 if test "$enableval" = yes; then
4194 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
4196 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
4201 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4202 if test "x$LINE" != x
; then
4203 eval "DEFAULT_$LINE"
4208 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4213 eval "$ac_cv_use_system_options"
4214 if test "$no_cache" != 1; then
4215 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4218 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4219 echo "$ac_t""yes" 1>&6
4221 echo "$ac_t""no" 1>&6
4227 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4228 echo "configure:4229: checking for --enable-threads" >&5
4230 # Check whether --enable-threads or --disable-threads was given.
4231 if test "${enable_threads+set}" = set; then
4232 enableval
="$enable_threads"
4234 if test "$enableval" = yes; then
4235 ac_cv_use_threads
='wxUSE_THREADS=yes'
4237 ac_cv_use_threads
='wxUSE_THREADS=no'
4242 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4243 if test "x$LINE" != x
; then
4244 eval "DEFAULT_$LINE"
4249 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4254 eval "$ac_cv_use_threads"
4255 if test "$no_cache" != 1; then
4256 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4259 if test "$wxUSE_THREADS" = yes; then
4260 echo "$ac_t""yes" 1>&6
4262 echo "$ac_t""no" 1>&6
4266 echo $ac_n "checking for --enable-serial""... $ac_c" 1>&6
4267 echo "configure:4268: checking for --enable-serial" >&5
4269 # Check whether --enable-serial or --disable-serial was given.
4270 if test "${enable_serial+set}" = set; then
4271 enableval
="$enable_serial"
4273 if test "$enableval" = yes; then
4274 ac_cv_use_serial
='wxUSE_SERIAL=yes'
4276 ac_cv_use_serial
='wxUSE_SERIAL=no'
4281 LINE
=`grep "wxUSE_SERIAL" ${wx_arg_cache_file}`
4282 if test "x$LINE" != x
; then
4283 eval "DEFAULT_$LINE"
4288 ac_cv_use_serial
='wxUSE_SERIAL='$DEFAULT_wxUSE_SERIAL
4293 eval "$ac_cv_use_serial"
4294 if test "$no_cache" != 1; then
4295 echo $ac_cv_use_serial >> ${wx_arg_cache_file}.tmp
4298 if test "$wxUSE_SERIAL" = yes; then
4299 echo "$ac_t""yes" 1>&6
4301 echo "$ac_t""no" 1>&6
4305 if test "$wxUSE_GUI" = "yes"; then
4309 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4310 echo "configure:4311: checking for --enable-docview" >&5
4312 # Check whether --enable-docview or --disable-docview was given.
4313 if test "${enable_docview+set}" = set; then
4314 enableval
="$enable_docview"
4316 if test "$enableval" = yes; then
4317 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4319 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4324 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4325 if test "x$LINE" != x
; then
4326 eval "DEFAULT_$LINE"
4331 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4336 eval "$ac_cv_use_docview"
4337 if test "$no_cache" != 1; then
4338 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4341 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4342 echo "$ac_t""yes" 1>&6
4344 echo "$ac_t""no" 1>&6
4348 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4349 echo "configure:4350: checking for --enable-help" >&5
4351 # Check whether --enable-help or --disable-help was given.
4352 if test "${enable_help+set}" = set; then
4353 enableval
="$enable_help"
4355 if test "$enableval" = yes; then
4356 ac_cv_use_help
='wxUSE_HELP=yes'
4358 ac_cv_use_help
='wxUSE_HELP=no'
4363 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4364 if test "x$LINE" != x
; then
4365 eval "DEFAULT_$LINE"
4370 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4375 eval "$ac_cv_use_help"
4376 if test "$no_cache" != 1; then
4377 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4380 if test "$wxUSE_HELP" = yes; then
4381 echo "$ac_t""yes" 1>&6
4383 echo "$ac_t""no" 1>&6
4387 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4388 echo "configure:4389: checking for --enable-mshtmlhelp" >&5
4390 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4391 if test "${enable_mshtmlhelp+set}" = set; then
4392 enableval
="$enable_mshtmlhelp"
4394 if test "$enableval" = yes; then
4395 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
4397 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
4402 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4403 if test "x$LINE" != x
; then
4404 eval "DEFAULT_$LINE"
4409 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4414 eval "$ac_cv_use_mshtmlhelp"
4415 if test "$no_cache" != 1; then
4416 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4419 if test "$wxUSE_MS_HTML_HELP" = yes; then
4420 echo "$ac_t""yes" 1>&6
4422 echo "$ac_t""no" 1>&6
4426 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4427 echo "configure:4428: checking for --enable-html" >&5
4429 # Check whether --enable-html or --disable-html was given.
4430 if test "${enable_html+set}" = set; then
4431 enableval
="$enable_html"
4433 if test "$enableval" = yes; then
4434 ac_cv_use_html
='wxUSE_HTML=yes'
4436 ac_cv_use_html
='wxUSE_HTML=no'
4441 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4442 if test "x$LINE" != x
; then
4443 eval "DEFAULT_$LINE"
4448 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4453 eval "$ac_cv_use_html"
4454 if test "$no_cache" != 1; then
4455 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4458 if test "$wxUSE_HTML" = yes; then
4459 echo "$ac_t""yes" 1>&6
4461 echo "$ac_t""no" 1>&6
4465 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
4466 echo "configure:4467: checking for --enable-htmlhelp" >&5
4468 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4469 if test "${enable_htmlhelp+set}" = set; then
4470 enableval
="$enable_htmlhelp"
4472 if test "$enableval" = yes; then
4473 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
4475 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
4480 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4481 if test "x$LINE" != x
; then
4482 eval "DEFAULT_$LINE"
4487 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4492 eval "$ac_cv_use_htmlhelp"
4493 if test "$no_cache" != 1; then
4494 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4497 if test "$wxUSE_WXHTML_HELP" = yes; then
4498 echo "$ac_t""yes" 1>&6
4500 echo "$ac_t""no" 1>&6
4504 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
4505 echo "configure:4506: checking for --enable-constraints" >&5
4507 # Check whether --enable-constraints or --disable-constraints was given.
4508 if test "${enable_constraints+set}" = set; then
4509 enableval
="$enable_constraints"
4511 if test "$enableval" = yes; then
4512 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
4514 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
4519 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
4520 if test "x$LINE" != x
; then
4521 eval "DEFAULT_$LINE"
4526 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
4531 eval "$ac_cv_use_constraints"
4532 if test "$no_cache" != 1; then
4533 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
4536 if test "$wxUSE_CONSTRAINTS" = yes; then
4537 echo "$ac_t""yes" 1>&6
4539 echo "$ac_t""no" 1>&6
4543 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
4544 echo "configure:4545: checking for --enable-printarch" >&5
4546 # Check whether --enable-printarch or --disable-printarch was given.
4547 if test "${enable_printarch+set}" = set; then
4548 enableval
="$enable_printarch"
4550 if test "$enableval" = yes; then
4551 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
4553 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
4558 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
4559 if test "x$LINE" != x
; then
4560 eval "DEFAULT_$LINE"
4565 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
4570 eval "$ac_cv_use_printarch"
4571 if test "$no_cache" != 1; then
4572 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
4575 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
4576 echo "$ac_t""yes" 1>&6
4578 echo "$ac_t""no" 1>&6
4582 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
4583 echo "configure:4584: checking for --enable-mdi" >&5
4585 # Check whether --enable-mdi or --disable-mdi was given.
4586 if test "${enable_mdi+set}" = set; then
4587 enableval
="$enable_mdi"
4589 if test "$enableval" = yes; then
4590 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
4592 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
4597 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
4598 if test "x$LINE" != x
; then
4599 eval "DEFAULT_$LINE"
4604 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
4609 eval "$ac_cv_use_mdi"
4610 if test "$no_cache" != 1; then
4611 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
4614 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
4615 echo "$ac_t""yes" 1>&6
4617 echo "$ac_t""no" 1>&6
4621 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
4622 echo "configure:4623: checking for --enable-loggui" >&5
4624 # Check whether --enable-loggui or --disable-loggui was given.
4625 if test "${enable_loggui+set}" = set; then
4626 enableval
="$enable_loggui"
4628 if test "$enableval" = yes; then
4629 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
4631 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
4636 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
4637 if test "x$LINE" != x
; then
4638 eval "DEFAULT_$LINE"
4643 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
4648 eval "$ac_cv_use_loggui"
4649 if test "$no_cache" != 1; then
4650 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
4653 if test "$wxUSE_LOGGUI" = yes; then
4654 echo "$ac_t""yes" 1>&6
4656 echo "$ac_t""no" 1>&6
4660 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
4661 echo "configure:4662: checking for --enable-logwin" >&5
4663 # Check whether --enable-logwin or --disable-logwin was given.
4664 if test "${enable_logwin+set}" = set; then
4665 enableval
="$enable_logwin"
4667 if test "$enableval" = yes; then
4668 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
4670 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
4675 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
4676 if test "x$LINE" != x
; then
4677 eval "DEFAULT_$LINE"
4682 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
4687 eval "$ac_cv_use_logwin"
4688 if test "$no_cache" != 1; then
4689 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
4692 if test "$wxUSE_LOGWINDOW" = yes; then
4693 echo "$ac_t""yes" 1>&6
4695 echo "$ac_t""no" 1>&6
4700 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
4701 echo "configure:4702: checking for --enable-postscript" >&5
4703 # Check whether --enable-postscript or --disable-postscript was given.
4704 if test "${enable_postscript+set}" = set; then
4705 enableval
="$enable_postscript"
4707 if test "$enableval" = yes; then
4708 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
4710 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
4715 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
4716 if test "x$LINE" != x
; then
4717 eval "DEFAULT_$LINE"
4722 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
4727 eval "$ac_cv_use_postscript"
4728 if test "$no_cache" != 1; then
4729 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
4732 if test "$wxUSE_POSTSCRIPT" = yes; then
4733 echo "$ac_t""yes" 1>&6
4735 echo "$ac_t""no" 1>&6
4742 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
4743 echo "configure:4744: checking for --enable-prologio" >&5
4745 # Check whether --enable-prologio or --disable-prologio was given.
4746 if test "${enable_prologio+set}" = set; then
4747 enableval
="$enable_prologio"
4749 if test "$enableval" = yes; then
4750 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
4752 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
4757 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
4758 if test "x$LINE" != x
; then
4759 eval "DEFAULT_$LINE"
4764 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
4769 eval "$ac_cv_use_prologio"
4770 if test "$no_cache" != 1; then
4771 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
4774 if test "$wxUSE_PROLOGIO" = yes; then
4775 echo "$ac_t""yes" 1>&6
4777 echo "$ac_t""no" 1>&6
4781 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
4782 echo "configure:4783: checking for --enable-resources" >&5
4784 # Check whether --enable-resources or --disable-resources was given.
4785 if test "${enable_resources+set}" = set; then
4786 enableval
="$enable_resources"
4788 if test "$enableval" = yes; then
4789 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
4791 ac_cv_use_resources
='wxUSE_RESOURCES=no'
4796 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
4797 if test "x$LINE" != x
; then
4798 eval "DEFAULT_$LINE"
4803 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
4808 eval "$ac_cv_use_resources"
4809 if test "$no_cache" != 1; then
4810 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
4813 if test "$wxUSE_RESOURCES" = yes; then
4814 echo "$ac_t""yes" 1>&6
4816 echo "$ac_t""no" 1>&6
4821 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
4822 echo "configure:4823: checking for --enable-xresources" >&5
4824 # Check whether --enable-xresources or --disable-xresources was given.
4825 if test "${enable_xresources+set}" = set; then
4826 enableval
="$enable_xresources"
4828 if test "$enableval" = yes; then
4829 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
4831 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
4836 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
4837 if test "x$LINE" != x
; then
4838 eval "DEFAULT_$LINE"
4843 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
4848 eval "$ac_cv_use_xresources"
4849 if test "$no_cache" != 1; then
4850 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
4853 if test "$wxUSE_X_RESOURCES" = yes; then
4854 echo "$ac_t""yes" 1>&6
4856 echo "$ac_t""no" 1>&6
4862 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
4863 echo "configure:4864: checking for --enable-clipboard" >&5
4865 # Check whether --enable-clipboard or --disable-clipboard was given.
4866 if test "${enable_clipboard+set}" = set; then
4867 enableval
="$enable_clipboard"
4869 if test "$enableval" = yes; then
4870 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
4872 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
4877 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
4878 if test "x$LINE" != x
; then
4879 eval "DEFAULT_$LINE"
4884 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
4889 eval "$ac_cv_use_clipboard"
4890 if test "$no_cache" != 1; then
4891 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
4894 if test "$wxUSE_CLIPBOARD" = yes; then
4895 echo "$ac_t""yes" 1>&6
4897 echo "$ac_t""no" 1>&6
4901 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
4902 echo "configure:4903: checking for --enable-dnd" >&5
4904 # Check whether --enable-dnd or --disable-dnd was given.
4905 if test "${enable_dnd+set}" = set; then
4906 enableval
="$enable_dnd"
4908 if test "$enableval" = yes; then
4909 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
4911 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
4916 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
4917 if test "x$LINE" != x
; then
4918 eval "DEFAULT_$LINE"
4923 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
4928 eval "$ac_cv_use_dnd"
4929 if test "$no_cache" != 1; then
4930 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
4933 if test "$wxUSE_DRAG_AND_DROP" = yes; then
4934 echo "$ac_t""yes" 1>&6
4936 echo "$ac_t""no" 1>&6
4940 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
4941 echo "configure:4942: checking for --enable-metafile" >&5
4943 # Check whether --enable-metafile or --disable-metafile was given.
4944 if test "${enable_metafile+set}" = set; then
4945 enableval
="$enable_metafile"
4947 if test "$enableval" = yes; then
4948 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
4950 ac_cv_use_metafile
='wxUSE_METAFILE=no'
4955 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
4956 if test "x$LINE" != x
; then
4957 eval "DEFAULT_$LINE"
4962 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
4967 eval "$ac_cv_use_metafile"
4968 if test "$no_cache" != 1; then
4969 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
4972 if test "$wxUSE_METAFILE" = yes; then
4973 echo "$ac_t""yes" 1>&6
4975 echo "$ac_t""no" 1>&6
4980 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
4981 echo "configure:4982: checking for --enable-treelayout" >&5
4983 # Check whether --enable-treelayout or --disable-treelayout was given.
4984 if test "${enable_treelayout+set}" = set; then
4985 enableval
="$enable_treelayout"
4987 if test "$enableval" = yes; then
4988 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=yes'
4990 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=no'
4995 LINE
=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
4996 if test "x$LINE" != x
; then
4997 eval "DEFAULT_$LINE"
5002 ac_cv_use_treelayout
='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5007 eval "$ac_cv_use_treelayout"
5008 if test "$no_cache" != 1; then
5009 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5012 if test "$wxUSE_TREELAYOUT" = yes; then
5013 echo "$ac_t""yes" 1>&6
5015 echo "$ac_t""no" 1>&6
5021 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5022 echo "configure:5023: checking for --enable-controls" >&5
5024 # Check whether --enable-controls or --disable-controls was given.
5025 if test "${enable_controls+set}" = set; then
5026 enableval
="$enable_controls"
5028 if test "$enableval" = yes; then
5029 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
5031 ac_cv_use_controls
='wxUSE_CONTROLS=no'
5036 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5037 if test "x$LINE" != x
; then
5038 eval "DEFAULT_$LINE"
5043 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5048 eval "$ac_cv_use_controls"
5049 if test "$no_cache" != 1; then
5050 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5053 if test "$wxUSE_CONTROLS" = yes; then
5054 echo "$ac_t""yes" 1>&6
5056 echo "$ac_t""no" 1>&6
5060 if test "$wxUSE_CONTROLS" = "yes"; then
5061 DEFAULT_wxUSE_ACCEL
=yes
5062 DEFAULT_wxUSE_BMPBUTTON
=yes
5063 DEFAULT_wxUSE_BUTTON
=yes
5064 DEFAULT_wxUSE_CALCTRL
=no
5065 DEFAULT_wxUSE_CARET
=yes
5066 DEFAULT_wxUSE_COMBOBOX
=yes
5067 DEFAULT_wxUSE_CHECKBOX
=yes
5068 DEFAULT_wxUSE_CHECKLISTBOX
=yes
5069 DEFAULT_wxUSE_CHOICE
=yes
5070 DEFAULT_wxUSE_GAUGE
=yes
5071 DEFAULT_wxUSE_GRID
=yes
5072 DEFAULT_wxUSE_NEW_GRID
=yes
5073 DEFAULT_wxUSE_IMAGLIST
=yes
5074 DEFAULT_wxUSE_LISTBOX
=yes
5075 DEFAULT_wxUSE_LISTCTRL
=yes
5076 DEFAULT_wxUSE_NOTEBOOK
=yes
5077 DEFAULT_wxUSE_PROPSHEET
=yes
5078 DEFAULT_wxUSE_RADIOBOX
=yes
5079 DEFAULT_wxUSE_RADIOBTN
=yes
5080 DEFAULT_wxUSE_SASH
=yes
5081 DEFAULT_wxUSE_SCROLLBAR
=yes
5082 DEFAULT_wxUSE_SLIDER
=yes
5083 DEFAULT_wxUSE_SPINBTN
=yes
5084 DEFAULT_wxUSE_SPINCTRL
=yes
5085 DEFAULT_wxUSE_SPLITTER
=yes
5086 DEFAULT_wxUSE_STATBMP
=yes
5087 DEFAULT_wxUSE_STATBOX
=yes
5088 DEFAULT_wxUSE_STATLINE
=yes
5089 DEFAULT_wxUSE_STATUSBAR
=yes
5090 DEFAULT_wxUSE_TAB_DIALOG
=yes
5091 DEFAULT_wxUSE_TOGGLEBTN
=yes
5092 DEFAULT_wxUSE_TOOLBAR
=yes
5093 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
5094 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
5095 DEFAULT_wxUSE_TOOLTIPS
=yes
5096 DEFAULT_wxUSE_TREECTRL
=yes
5097 DEFAULT_wxUSE_POPUPWIN
=yes
5098 elif test "$wxUSE_CONTROLS" = "no"; then
5099 DEFAULT_wxUSE_ACCEL
=no
5100 DEFAULT_wxUSE_BMPBUTTON
=no
5101 DEFAULT_wxUSE_BUTTON
=no
5102 DEFAULT_wxUSE_CALCTRL
=no
5103 DEFAULT_wxUSE_CARET
=no
5104 DEFAULT_wxUSE_COMBOBOX
=no
5105 DEFAULT_wxUSE_CHECKBOX
=no
5106 DEFAULT_wxUSE_CHECKLISTBOX
=no
5107 DEFAULT_wxUSE_CHOICE
=no
5108 DEFAULT_wxUSE_GAUGE
=no
5109 DEFAULT_wxUSE_GRID
=no
5110 DEFAULT_wxUSE_NEW_GRID
=no
5111 DEFAULT_wxUSE_IMAGLIST
=no
5112 DEFAULT_wxUSE_LISTBOX
=no
5113 DEFAULT_wxUSE_LISTCTRL
=no
5114 DEFAULT_wxUSE_NOTEBOOK
=no
5115 DEFAULT_wxUSE_PROPSHEET
=no
5116 DEFAULT_wxUSE_RADIOBOX
=no
5117 DEFAULT_wxUSE_RADIOBTN
=no
5118 DEFAULT_wxUSE_SASH
=no
5119 DEFAULT_wxUSE_SCROLLBAR
=no
5120 DEFAULT_wxUSE_SLIDER
=no
5121 DEFAULT_wxUSE_SPINBTN
=no
5122 DEFAULT_wxUSE_SPINCTRL
=no
5123 DEFAULT_wxUSE_SPLITTER
=no
5124 DEFAULT_wxUSE_STATBMP
=no
5125 DEFAULT_wxUSE_STATBOX
=no
5126 DEFAULT_wxUSE_STATLINE
=no
5127 DEFAULT_wxUSE_STATUSBAR
=no
5128 DEFAULT_wxUSE_TAB_DIALOG
=no
5129 DEFAULT_wxUSE_TOGGLEBTN
=no
5130 DEFAULT_wxUSE_TOOLBAR
=no
5131 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
5132 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
5133 DEFAULT_wxUSE_TOOLTIPS
=no
5134 DEFAULT_wxUSE_TREECTRL
=no
5135 DEFAULT_wxUSE_POPUPWIN
=no
5139 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5140 echo "configure:5141: checking for --enable-accel" >&5
5142 # Check whether --enable-accel or --disable-accel was given.
5143 if test "${enable_accel+set}" = set; then
5144 enableval
="$enable_accel"
5146 if test "$enableval" = yes; then
5147 ac_cv_use_accel
='wxUSE_ACCEL=yes'
5149 ac_cv_use_accel
='wxUSE_ACCEL=no'
5154 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5155 if test "x$LINE" != x
; then
5156 eval "DEFAULT_$LINE"
5161 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5166 eval "$ac_cv_use_accel"
5167 if test "$no_cache" != 1; then
5168 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5171 if test "$wxUSE_ACCEL" = yes; then
5172 echo "$ac_t""yes" 1>&6
5174 echo "$ac_t""no" 1>&6
5178 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5179 echo "configure:5180: checking for --enable-button" >&5
5181 # Check whether --enable-button or --disable-button was given.
5182 if test "${enable_button+set}" = set; then
5183 enableval
="$enable_button"
5185 if test "$enableval" = yes; then
5186 ac_cv_use_button
='wxUSE_BUTTON=yes'
5188 ac_cv_use_button
='wxUSE_BUTTON=no'
5193 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5194 if test "x$LINE" != x
; then
5195 eval "DEFAULT_$LINE"
5200 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5205 eval "$ac_cv_use_button"
5206 if test "$no_cache" != 1; then
5207 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5210 if test "$wxUSE_BUTTON" = yes; then
5211 echo "$ac_t""yes" 1>&6
5213 echo "$ac_t""no" 1>&6
5217 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5218 echo "configure:5219: checking for --enable-bmpbutton" >&5
5220 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5221 if test "${enable_bmpbutton+set}" = set; then
5222 enableval
="$enable_bmpbutton"
5224 if test "$enableval" = yes; then
5225 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
5227 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
5232 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5233 if test "x$LINE" != x
; then
5234 eval "DEFAULT_$LINE"
5239 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5244 eval "$ac_cv_use_bmpbutton"
5245 if test "$no_cache" != 1; then
5246 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5249 if test "$wxUSE_BMPBUTTON" = yes; then
5250 echo "$ac_t""yes" 1>&6
5252 echo "$ac_t""no" 1>&6
5256 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5257 echo "configure:5258: checking for --enable-calendar" >&5
5259 # Check whether --enable-calendar or --disable-calendar was given.
5260 if test "${enable_calendar+set}" = set; then
5261 enableval
="$enable_calendar"
5263 if test "$enableval" = yes; then
5264 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
5266 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
5271 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5272 if test "x$LINE" != x
; then
5273 eval "DEFAULT_$LINE"
5278 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5283 eval "$ac_cv_use_calendar"
5284 if test "$no_cache" != 1; then
5285 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5288 if test "$wxUSE_CALCTRL" = yes; then
5289 echo "$ac_t""yes" 1>&6
5291 echo "$ac_t""no" 1>&6
5295 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5296 echo "configure:5297: checking for --enable-caret" >&5
5298 # Check whether --enable-caret or --disable-caret was given.
5299 if test "${enable_caret+set}" = set; then
5300 enableval
="$enable_caret"
5302 if test "$enableval" = yes; then
5303 ac_cv_use_caret
='wxUSE_CARET=yes'
5305 ac_cv_use_caret
='wxUSE_CARET=no'
5310 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5311 if test "x$LINE" != x
; then
5312 eval "DEFAULT_$LINE"
5317 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5322 eval "$ac_cv_use_caret"
5323 if test "$no_cache" != 1; then
5324 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5327 if test "$wxUSE_CARET" = yes; then
5328 echo "$ac_t""yes" 1>&6
5330 echo "$ac_t""no" 1>&6
5334 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5335 echo "configure:5336: checking for --enable-checkbox" >&5
5337 # Check whether --enable-checkbox or --disable-checkbox was given.
5338 if test "${enable_checkbox+set}" = set; then
5339 enableval
="$enable_checkbox"
5341 if test "$enableval" = yes; then
5342 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
5344 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
5349 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5350 if test "x$LINE" != x
; then
5351 eval "DEFAULT_$LINE"
5356 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5361 eval "$ac_cv_use_checkbox"
5362 if test "$no_cache" != 1; then
5363 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5366 if test "$wxUSE_CHECKBOX" = yes; then
5367 echo "$ac_t""yes" 1>&6
5369 echo "$ac_t""no" 1>&6
5373 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5374 echo "configure:5375: checking for --enable-checklst" >&5
5376 # Check whether --enable-checklst or --disable-checklst was given.
5377 if test "${enable_checklst+set}" = set; then
5378 enableval
="$enable_checklst"
5380 if test "$enableval" = yes; then
5381 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
5383 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
5388 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5389 if test "x$LINE" != x
; then
5390 eval "DEFAULT_$LINE"
5395 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5400 eval "$ac_cv_use_checklst"
5401 if test "$no_cache" != 1; then
5402 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5405 if test "$wxUSE_CHECKLST" = yes; then
5406 echo "$ac_t""yes" 1>&6
5408 echo "$ac_t""no" 1>&6
5412 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
5413 echo "configure:5414: checking for --enable-choice" >&5
5415 # Check whether --enable-choice or --disable-choice was given.
5416 if test "${enable_choice+set}" = set; then
5417 enableval
="$enable_choice"
5419 if test "$enableval" = yes; then
5420 ac_cv_use_choice
='wxUSE_CHOICE=yes'
5422 ac_cv_use_choice
='wxUSE_CHOICE=no'
5427 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5428 if test "x$LINE" != x
; then
5429 eval "DEFAULT_$LINE"
5434 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
5439 eval "$ac_cv_use_choice"
5440 if test "$no_cache" != 1; then
5441 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5444 if test "$wxUSE_CHOICE" = yes; then
5445 echo "$ac_t""yes" 1>&6
5447 echo "$ac_t""no" 1>&6
5451 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
5452 echo "configure:5453: checking for --enable-combobox" >&5
5454 # Check whether --enable-combobox or --disable-combobox was given.
5455 if test "${enable_combobox+set}" = set; then
5456 enableval
="$enable_combobox"
5458 if test "$enableval" = yes; then
5459 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
5461 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
5466 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
5467 if test "x$LINE" != x
; then
5468 eval "DEFAULT_$LINE"
5473 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
5478 eval "$ac_cv_use_combobox"
5479 if test "$no_cache" != 1; then
5480 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
5483 if test "$wxUSE_COMBOBOX" = yes; then
5484 echo "$ac_t""yes" 1>&6
5486 echo "$ac_t""no" 1>&6
5490 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
5491 echo "configure:5492: checking for --enable-gauge" >&5
5493 # Check whether --enable-gauge or --disable-gauge was given.
5494 if test "${enable_gauge+set}" = set; then
5495 enableval
="$enable_gauge"
5497 if test "$enableval" = yes; then
5498 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
5500 ac_cv_use_gauge
='wxUSE_GAUGE=no'
5505 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
5506 if test "x$LINE" != x
; then
5507 eval "DEFAULT_$LINE"
5512 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
5517 eval "$ac_cv_use_gauge"
5518 if test "$no_cache" != 1; then
5519 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
5522 if test "$wxUSE_GAUGE" = yes; then
5523 echo "$ac_t""yes" 1>&6
5525 echo "$ac_t""no" 1>&6
5529 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
5530 echo "configure:5531: checking for --enable-grid" >&5
5532 # Check whether --enable-grid or --disable-grid was given.
5533 if test "${enable_grid+set}" = set; then
5534 enableval
="$enable_grid"
5536 if test "$enableval" = yes; then
5537 ac_cv_use_grid
='wxUSE_GRID=yes'
5539 ac_cv_use_grid
='wxUSE_GRID=no'
5544 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
5545 if test "x$LINE" != x
; then
5546 eval "DEFAULT_$LINE"
5551 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
5556 eval "$ac_cv_use_grid"
5557 if test "$no_cache" != 1; then
5558 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
5561 if test "$wxUSE_GRID" = yes; then
5562 echo "$ac_t""yes" 1>&6
5564 echo "$ac_t""no" 1>&6
5568 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
5569 echo "configure:5570: checking for --enable-newgrid" >&5
5571 # Check whether --enable-newgrid or --disable-newgrid was given.
5572 if test "${enable_newgrid+set}" = set; then
5573 enableval
="$enable_newgrid"
5575 if test "$enableval" = yes; then
5576 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
5578 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
5583 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
5584 if test "x$LINE" != x
; then
5585 eval "DEFAULT_$LINE"
5590 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
5595 eval "$ac_cv_use_newgrid"
5596 if test "$no_cache" != 1; then
5597 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
5600 if test "$wxUSE_NEW_GRID" = yes; then
5601 echo "$ac_t""yes" 1>&6
5603 echo "$ac_t""no" 1>&6
5607 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
5608 echo "configure:5609: checking for --enable-imaglist" >&5
5610 # Check whether --enable-imaglist or --disable-imaglist was given.
5611 if test "${enable_imaglist+set}" = set; then
5612 enableval
="$enable_imaglist"
5614 if test "$enableval" = yes; then
5615 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
5617 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
5622 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
5623 if test "x$LINE" != x
; then
5624 eval "DEFAULT_$LINE"
5629 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
5634 eval "$ac_cv_use_imaglist"
5635 if test "$no_cache" != 1; then
5636 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
5639 if test "$wxUSE_IMAGLIST" = yes; then
5640 echo "$ac_t""yes" 1>&6
5642 echo "$ac_t""no" 1>&6
5646 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
5647 echo "configure:5648: checking for --enable-listbox" >&5
5649 # Check whether --enable-listbox or --disable-listbox was given.
5650 if test "${enable_listbox+set}" = set; then
5651 enableval
="$enable_listbox"
5653 if test "$enableval" = yes; then
5654 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
5656 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
5661 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
5662 if test "x$LINE" != x
; then
5663 eval "DEFAULT_$LINE"
5668 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
5673 eval "$ac_cv_use_listbox"
5674 if test "$no_cache" != 1; then
5675 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
5678 if test "$wxUSE_LISTBOX" = yes; then
5679 echo "$ac_t""yes" 1>&6
5681 echo "$ac_t""no" 1>&6
5685 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
5686 echo "configure:5687: checking for --enable-listctrl" >&5
5688 # Check whether --enable-listctrl or --disable-listctrl was given.
5689 if test "${enable_listctrl+set}" = set; then
5690 enableval
="$enable_listctrl"
5692 if test "$enableval" = yes; then
5693 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
5695 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
5700 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
5701 if test "x$LINE" != x
; then
5702 eval "DEFAULT_$LINE"
5707 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
5712 eval "$ac_cv_use_listctrl"
5713 if test "$no_cache" != 1; then
5714 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
5717 if test "$wxUSE_LISTCTRL" = yes; then
5718 echo "$ac_t""yes" 1>&6
5720 echo "$ac_t""no" 1>&6
5724 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
5725 echo "configure:5726: checking for --enable-notebook" >&5
5727 # Check whether --enable-notebook or --disable-notebook was given.
5728 if test "${enable_notebook+set}" = set; then
5729 enableval
="$enable_notebook"
5731 if test "$enableval" = yes; then
5732 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
5734 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
5739 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
5740 if test "x$LINE" != x
; then
5741 eval "DEFAULT_$LINE"
5746 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
5751 eval "$ac_cv_use_notebook"
5752 if test "$no_cache" != 1; then
5753 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
5756 if test "$wxUSE_NOTEBOOK" = yes; then
5757 echo "$ac_t""yes" 1>&6
5759 echo "$ac_t""no" 1>&6
5763 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
5764 echo "configure:5765: checking for --enable-propsheet" >&5
5766 # Check whether --enable-propsheet or --disable-propsheet was given.
5767 if test "${enable_propsheet+set}" = set; then
5768 enableval
="$enable_propsheet"
5770 if test "$enableval" = yes; then
5771 ac_cv_use_propsheet
='wxUSE_PROPSHEET=yes'
5773 ac_cv_use_propsheet
='wxUSE_PROPSHEET=no'
5778 LINE
=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
5779 if test "x$LINE" != x
; then
5780 eval "DEFAULT_$LINE"
5785 ac_cv_use_propsheet
='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
5790 eval "$ac_cv_use_propsheet"
5791 if test "$no_cache" != 1; then
5792 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
5795 if test "$wxUSE_PROPSHEET" = yes; then
5796 echo "$ac_t""yes" 1>&6
5798 echo "$ac_t""no" 1>&6
5802 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
5803 echo "configure:5804: checking for --enable-radiobox" >&5
5805 # Check whether --enable-radiobox or --disable-radiobox was given.
5806 if test "${enable_radiobox+set}" = set; then
5807 enableval
="$enable_radiobox"
5809 if test "$enableval" = yes; then
5810 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
5812 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
5817 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
5818 if test "x$LINE" != x
; then
5819 eval "DEFAULT_$LINE"
5824 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
5829 eval "$ac_cv_use_radiobox"
5830 if test "$no_cache" != 1; then
5831 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
5834 if test "$wxUSE_RADIOBOX" = yes; then
5835 echo "$ac_t""yes" 1>&6
5837 echo "$ac_t""no" 1>&6
5841 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
5842 echo "configure:5843: checking for --enable-radiobtn" >&5
5844 # Check whether --enable-radiobtn or --disable-radiobtn was given.
5845 if test "${enable_radiobtn+set}" = set; then
5846 enableval
="$enable_radiobtn"
5848 if test "$enableval" = yes; then
5849 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
5851 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
5856 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
5857 if test "x$LINE" != x
; then
5858 eval "DEFAULT_$LINE"
5863 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
5868 eval "$ac_cv_use_radiobtn"
5869 if test "$no_cache" != 1; then
5870 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
5873 if test "$wxUSE_RADIOBTN" = yes; then
5874 echo "$ac_t""yes" 1>&6
5876 echo "$ac_t""no" 1>&6
5880 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
5881 echo "configure:5882: checking for --enable-sash" >&5
5883 # Check whether --enable-sash or --disable-sash was given.
5884 if test "${enable_sash+set}" = set; then
5885 enableval
="$enable_sash"
5887 if test "$enableval" = yes; then
5888 ac_cv_use_sash
='wxUSE_SASH=yes'
5890 ac_cv_use_sash
='wxUSE_SASH=no'
5895 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
5896 if test "x$LINE" != x
; then
5897 eval "DEFAULT_$LINE"
5902 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
5907 eval "$ac_cv_use_sash"
5908 if test "$no_cache" != 1; then
5909 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
5912 if test "$wxUSE_SASH" = yes; then
5913 echo "$ac_t""yes" 1>&6
5915 echo "$ac_t""no" 1>&6
5919 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
5920 echo "configure:5921: checking for --enable-scrollbar" >&5
5922 # Check whether --enable-scrollbar or --disable-scrollbar was given.
5923 if test "${enable_scrollbar+set}" = set; then
5924 enableval
="$enable_scrollbar"
5926 if test "$enableval" = yes; then
5927 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
5929 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
5934 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
5935 if test "x$LINE" != x
; then
5936 eval "DEFAULT_$LINE"
5941 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
5946 eval "$ac_cv_use_scrollbar"
5947 if test "$no_cache" != 1; then
5948 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
5951 if test "$wxUSE_SCROLLBAR" = yes; then
5952 echo "$ac_t""yes" 1>&6
5954 echo "$ac_t""no" 1>&6
5958 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
5959 echo "configure:5960: checking for --enable-slider" >&5
5961 # Check whether --enable-slider or --disable-slider was given.
5962 if test "${enable_slider+set}" = set; then
5963 enableval
="$enable_slider"
5965 if test "$enableval" = yes; then
5966 ac_cv_use_slider
='wxUSE_SLIDER=yes'
5968 ac_cv_use_slider
='wxUSE_SLIDER=no'
5973 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
5974 if test "x$LINE" != x
; then
5975 eval "DEFAULT_$LINE"
5980 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
5985 eval "$ac_cv_use_slider"
5986 if test "$no_cache" != 1; then
5987 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
5990 if test "$wxUSE_SLIDER" = yes; then
5991 echo "$ac_t""yes" 1>&6
5993 echo "$ac_t""no" 1>&6
5997 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
5998 echo "configure:5999: checking for --enable-spinbtn" >&5
6000 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6001 if test "${enable_spinbtn+set}" = set; then
6002 enableval
="$enable_spinbtn"
6004 if test "$enableval" = yes; then
6005 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
6007 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
6012 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6013 if test "x$LINE" != x
; then
6014 eval "DEFAULT_$LINE"
6019 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6024 eval "$ac_cv_use_spinbtn"
6025 if test "$no_cache" != 1; then
6026 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6029 if test "$wxUSE_SPINBTN" = yes; then
6030 echo "$ac_t""yes" 1>&6
6032 echo "$ac_t""no" 1>&6
6036 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6037 echo "configure:6038: checking for --enable-spinctrl" >&5
6039 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6040 if test "${enable_spinctrl+set}" = set; then
6041 enableval
="$enable_spinctrl"
6043 if test "$enableval" = yes; then
6044 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
6046 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
6051 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6052 if test "x$LINE" != x
; then
6053 eval "DEFAULT_$LINE"
6058 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6063 eval "$ac_cv_use_spinctrl"
6064 if test "$no_cache" != 1; then
6065 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6068 if test "$wxUSE_SPINCTRL" = yes; then
6069 echo "$ac_t""yes" 1>&6
6071 echo "$ac_t""no" 1>&6
6075 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6076 echo "configure:6077: checking for --enable-splitter" >&5
6078 # Check whether --enable-splitter or --disable-splitter was given.
6079 if test "${enable_splitter+set}" = set; then
6080 enableval
="$enable_splitter"
6082 if test "$enableval" = yes; then
6083 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
6085 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
6090 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6091 if test "x$LINE" != x
; then
6092 eval "DEFAULT_$LINE"
6097 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6102 eval "$ac_cv_use_splitter"
6103 if test "$no_cache" != 1; then
6104 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6107 if test "$wxUSE_SPLITTER" = yes; then
6108 echo "$ac_t""yes" 1>&6
6110 echo "$ac_t""no" 1>&6
6114 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6115 echo "configure:6116: checking for --enable-statbmp" >&5
6117 # Check whether --enable-statbmp or --disable-statbmp was given.
6118 if test "${enable_statbmp+set}" = set; then
6119 enableval
="$enable_statbmp"
6121 if test "$enableval" = yes; then
6122 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
6124 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
6129 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6130 if test "x$LINE" != x
; then
6131 eval "DEFAULT_$LINE"
6136 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6141 eval "$ac_cv_use_statbmp"
6142 if test "$no_cache" != 1; then
6143 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6146 if test "$wxUSE_STATBMP" = yes; then
6147 echo "$ac_t""yes" 1>&6
6149 echo "$ac_t""no" 1>&6
6153 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6154 echo "configure:6155: checking for --enable-statbox" >&5
6156 # Check whether --enable-statbox or --disable-statbox was given.
6157 if test "${enable_statbox+set}" = set; then
6158 enableval
="$enable_statbox"
6160 if test "$enableval" = yes; then
6161 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
6163 ac_cv_use_statbox
='wxUSE_STATBOX=no'
6168 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6169 if test "x$LINE" != x
; then
6170 eval "DEFAULT_$LINE"
6175 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6180 eval "$ac_cv_use_statbox"
6181 if test "$no_cache" != 1; then
6182 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6185 if test "$wxUSE_STATBOX" = yes; then
6186 echo "$ac_t""yes" 1>&6
6188 echo "$ac_t""no" 1>&6
6192 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6193 echo "configure:6194: checking for --enable-statline" >&5
6195 # Check whether --enable-statline or --disable-statline was given.
6196 if test "${enable_statline+set}" = set; then
6197 enableval
="$enable_statline"
6199 if test "$enableval" = yes; then
6200 ac_cv_use_statline
='wxUSE_STATLINE=yes'
6202 ac_cv_use_statline
='wxUSE_STATLINE=no'
6207 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6208 if test "x$LINE" != x
; then
6209 eval "DEFAULT_$LINE"
6214 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6219 eval "$ac_cv_use_statline"
6220 if test "$no_cache" != 1; then
6221 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6224 if test "$wxUSE_STATLINE" = yes; then
6225 echo "$ac_t""yes" 1>&6
6227 echo "$ac_t""no" 1>&6
6231 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6232 echo "configure:6233: checking for --enable-stattext" >&5
6234 # Check whether --enable-stattext or --disable-stattext was given.
6235 if test "${enable_stattext+set}" = set; then
6236 enableval
="$enable_stattext"
6238 if test "$enableval" = yes; then
6239 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
6241 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
6246 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6247 if test "x$LINE" != x
; then
6248 eval "DEFAULT_$LINE"
6253 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6258 eval "$ac_cv_use_stattext"
6259 if test "$no_cache" != 1; then
6260 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6263 if test "$wxUSE_STATTEXT" = yes; then
6264 echo "$ac_t""yes" 1>&6
6266 echo "$ac_t""no" 1>&6
6270 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6271 echo "configure:6272: checking for --enable-statusbar" >&5
6273 # Check whether --enable-statusbar or --disable-statusbar was given.
6274 if test "${enable_statusbar+set}" = set; then
6275 enableval
="$enable_statusbar"
6277 if test "$enableval" = yes; then
6278 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
6280 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
6285 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6286 if test "x$LINE" != x
; then
6287 eval "DEFAULT_$LINE"
6292 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6297 eval "$ac_cv_use_statusbar"
6298 if test "$no_cache" != 1; then
6299 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6302 if test "$wxUSE_STATUSBAR" = yes; then
6303 echo "$ac_t""yes" 1>&6
6305 echo "$ac_t""no" 1>&6
6309 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6310 echo "configure:6311: checking for --enable-tabdialog" >&5
6312 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6313 if test "${enable_tabdialog+set}" = set; then
6314 enableval
="$enable_tabdialog"
6316 if test "$enableval" = yes; then
6317 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
6319 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
6324 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6325 if test "x$LINE" != x
; then
6326 eval "DEFAULT_$LINE"
6331 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6336 eval "$ac_cv_use_tabdialog"
6337 if test "$no_cache" != 1; then
6338 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6341 if test "$wxUSE_TABDIALOG" = yes; then
6342 echo "$ac_t""yes" 1>&6
6344 echo "$ac_t""no" 1>&6
6348 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6349 echo "configure:6350: checking for --enable-textctrl" >&5
6351 # Check whether --enable-textctrl or --disable-textctrl was given.
6352 if test "${enable_textctrl+set}" = set; then
6353 enableval
="$enable_textctrl"
6355 if test "$enableval" = yes; then
6356 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
6358 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
6363 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6364 if test "x$LINE" != x
; then
6365 eval "DEFAULT_$LINE"
6370 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6375 eval "$ac_cv_use_textctrl"
6376 if test "$no_cache" != 1; then
6377 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6380 if test "$wxUSE_TEXTCTRL" = yes; then
6381 echo "$ac_t""yes" 1>&6
6383 echo "$ac_t""no" 1>&6
6387 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6388 echo "configure:6389: checking for --enable-togglebtn" >&5
6390 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6391 if test "${enable_togglebtn+set}" = set; then
6392 enableval
="$enable_togglebtn"
6394 if test "$enableval" = yes; then
6395 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
6397 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
6402 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6403 if test "x$LINE" != x
; then
6404 eval "DEFAULT_$LINE"
6409 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
6414 eval "$ac_cv_use_togglebtn"
6415 if test "$no_cache" != 1; then
6416 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6419 if test "$wxUSE_TOGGLEBTN" = yes; then
6420 echo "$ac_t""yes" 1>&6
6422 echo "$ac_t""no" 1>&6
6426 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
6427 echo "configure:6428: checking for --enable-toolbar" >&5
6429 # Check whether --enable-toolbar or --disable-toolbar was given.
6430 if test "${enable_toolbar+set}" = set; then
6431 enableval
="$enable_toolbar"
6433 if test "$enableval" = yes; then
6434 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
6436 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
6441 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6442 if test "x$LINE" != x
; then
6443 eval "DEFAULT_$LINE"
6448 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
6453 eval "$ac_cv_use_toolbar"
6454 if test "$no_cache" != 1; then
6455 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6458 if test "$wxUSE_TOOLBAR" = yes; then
6459 echo "$ac_t""yes" 1>&6
6461 echo "$ac_t""no" 1>&6
6465 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
6466 echo "configure:6467: checking for --enable-tbarnative" >&5
6468 # Check whether --enable-tbarnative or --disable-tbarnative was given.
6469 if test "${enable_tbarnative+set}" = set; then
6470 enableval
="$enable_tbarnative"
6472 if test "$enableval" = yes; then
6473 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
6475 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
6480 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
6481 if test "x$LINE" != x
; then
6482 eval "DEFAULT_$LINE"
6487 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
6492 eval "$ac_cv_use_tbarnative"
6493 if test "$no_cache" != 1; then
6494 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
6497 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
6498 echo "$ac_t""yes" 1>&6
6500 echo "$ac_t""no" 1>&6
6504 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
6505 echo "configure:6506: checking for --enable-tbarsmpl" >&5
6507 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
6508 if test "${enable_tbarsmpl+set}" = set; then
6509 enableval
="$enable_tbarsmpl"
6511 if test "$enableval" = yes; then
6512 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
6514 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
6519 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
6520 if test "x$LINE" != x
; then
6521 eval "DEFAULT_$LINE"
6526 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
6531 eval "$ac_cv_use_tbarsmpl"
6532 if test "$no_cache" != 1; then
6533 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
6536 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
6537 echo "$ac_t""yes" 1>&6
6539 echo "$ac_t""no" 1>&6
6543 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
6544 echo "configure:6545: checking for --enable-treectrl" >&5
6546 # Check whether --enable-treectrl or --disable-treectrl was given.
6547 if test "${enable_treectrl+set}" = set; then
6548 enableval
="$enable_treectrl"
6550 if test "$enableval" = yes; then
6551 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
6553 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
6558 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
6559 if test "x$LINE" != x
; then
6560 eval "DEFAULT_$LINE"
6565 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
6570 eval "$ac_cv_use_treectrl"
6571 if test "$no_cache" != 1; then
6572 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
6575 if test "$wxUSE_TREECTRL" = yes; then
6576 echo "$ac_t""yes" 1>&6
6578 echo "$ac_t""no" 1>&6
6582 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
6583 echo "configure:6584: checking for --enable-popupwin" >&5
6585 # Check whether --enable-popupwin or --disable-popupwin was given.
6586 if test "${enable_popupwin+set}" = set; then
6587 enableval
="$enable_popupwin"
6589 if test "$enableval" = yes; then
6590 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
6592 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
6597 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
6598 if test "x$LINE" != x
; then
6599 eval "DEFAULT_$LINE"
6604 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
6609 eval "$ac_cv_use_popupwin"
6610 if test "$no_cache" != 1; then
6611 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
6614 if test "$wxUSE_POPUPWIN" = yes; then
6615 echo "$ac_t""yes" 1>&6
6617 echo "$ac_t""no" 1>&6
6623 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
6624 echo "configure:6625: checking for --enable-commondlg" >&5
6626 # Check whether --enable-commondlg or --disable-commondlg was given.
6627 if test "${enable_commondlg+set}" = set; then
6628 enableval
="$enable_commondlg"
6630 if test "$enableval" = yes; then
6631 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
6633 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
6638 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
6639 if test "x$LINE" != x
; then
6640 eval "DEFAULT_$LINE"
6645 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
6650 eval "$ac_cv_use_commondlg"
6651 if test "$no_cache" != 1; then
6652 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
6655 if test "$wxUSE_COMMONDLGS" = yes; then
6656 echo "$ac_t""yes" 1>&6
6658 echo "$ac_t""no" 1>&6
6662 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
6663 echo "configure:6664: checking for --enable-choicedlg" >&5
6665 # Check whether --enable-choicedlg or --disable-choicedlg was given.
6666 if test "${enable_choicedlg+set}" = set; then
6667 enableval
="$enable_choicedlg"
6669 if test "$enableval" = yes; then
6670 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
6672 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
6677 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
6678 if test "x$LINE" != x
; then
6679 eval "DEFAULT_$LINE"
6684 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
6689 eval "$ac_cv_use_choicedlg"
6690 if test "$no_cache" != 1; then
6691 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
6694 if test "$wxUSE_CHOICEDLG" = yes; then
6695 echo "$ac_t""yes" 1>&6
6697 echo "$ac_t""no" 1>&6
6701 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
6702 echo "configure:6703: checking for --enable-coldlg" >&5
6704 # Check whether --enable-coldlg or --disable-coldlg was given.
6705 if test "${enable_coldlg+set}" = set; then
6706 enableval
="$enable_coldlg"
6708 if test "$enableval" = yes; then
6709 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
6711 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
6716 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
6717 if test "x$LINE" != x
; then
6718 eval "DEFAULT_$LINE"
6723 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
6728 eval "$ac_cv_use_coldlg"
6729 if test "$no_cache" != 1; then
6730 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
6733 if test "$wxUSE_COLOURDLG" = yes; then
6734 echo "$ac_t""yes" 1>&6
6736 echo "$ac_t""no" 1>&6
6740 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6741 echo "configure:6742: checking for --enable-filedlg" >&5
6743 # Check whether --enable-filedlg or --disable-filedlg was given.
6744 if test "${enable_filedlg+set}" = set; then
6745 enableval
="$enable_filedlg"
6747 if test "$enableval" = yes; then
6748 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
6750 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
6755 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
6756 if test "x$LINE" != x
; then
6757 eval "DEFAULT_$LINE"
6762 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
6767 eval "$ac_cv_use_filedlg"
6768 if test "$no_cache" != 1; then
6769 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6772 if test "$wxUSE_FILEDLG" = yes; then
6773 echo "$ac_t""yes" 1>&6
6775 echo "$ac_t""no" 1>&6
6779 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
6780 echo "configure:6781: checking for --enable-filedlg" >&5
6782 # Check whether --enable-filedlg or --disable-filedlg was given.
6783 if test "${enable_filedlg+set}" = set; then
6784 enableval
="$enable_filedlg"
6786 if test "$enableval" = yes; then
6787 ac_cv_use_filedlg
='wxUSE_FINDREPLDLG=yes'
6789 ac_cv_use_filedlg
='wxUSE_FINDREPLDLG=no'
6794 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
6795 if test "x$LINE" != x
; then
6796 eval "DEFAULT_$LINE"
6801 ac_cv_use_filedlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
6806 eval "$ac_cv_use_filedlg"
6807 if test "$no_cache" != 1; then
6808 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
6811 if test "$wxUSE_FINDREPLDLG" = yes; then
6812 echo "$ac_t""yes" 1>&6
6814 echo "$ac_t""no" 1>&6
6818 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
6819 echo "configure:6820: checking for --enable-fontdlg" >&5
6821 # Check whether --enable-fontdlg or --disable-fontdlg was given.
6822 if test "${enable_fontdlg+set}" = set; then
6823 enableval
="$enable_fontdlg"
6825 if test "$enableval" = yes; then
6826 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
6828 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
6833 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
6834 if test "x$LINE" != x
; then
6835 eval "DEFAULT_$LINE"
6840 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
6845 eval "$ac_cv_use_fontdlg"
6846 if test "$no_cache" != 1; then
6847 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
6850 if test "$wxUSE_FONTDLG" = yes; then
6851 echo "$ac_t""yes" 1>&6
6853 echo "$ac_t""no" 1>&6
6857 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
6858 echo "configure:6859: checking for --enable-dirdlg" >&5
6860 # Check whether --enable-dirdlg or --disable-dirdlg was given.
6861 if test "${enable_dirdlg+set}" = set; then
6862 enableval
="$enable_dirdlg"
6864 if test "$enableval" = yes; then
6865 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
6867 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
6872 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
6873 if test "x$LINE" != x
; then
6874 eval "DEFAULT_$LINE"
6879 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
6884 eval "$ac_cv_use_dirdlg"
6885 if test "$no_cache" != 1; then
6886 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
6889 if test "$wxUSE_DIRDLG" = yes; then
6890 echo "$ac_t""yes" 1>&6
6892 echo "$ac_t""no" 1>&6
6896 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
6897 echo "configure:6898: checking for --enable-msgdlg" >&5
6899 # Check whether --enable-msgdlg or --disable-msgdlg was given.
6900 if test "${enable_msgdlg+set}" = set; then
6901 enableval
="$enable_msgdlg"
6903 if test "$enableval" = yes; then
6904 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
6906 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
6911 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
6912 if test "x$LINE" != x
; then
6913 eval "DEFAULT_$LINE"
6918 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
6923 eval "$ac_cv_use_msgdlg"
6924 if test "$no_cache" != 1; then
6925 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
6928 if test "$wxUSE_MSGDLG" = yes; then
6929 echo "$ac_t""yes" 1>&6
6931 echo "$ac_t""no" 1>&6
6935 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
6936 echo "configure:6937: checking for --enable-numberdlg" >&5
6938 # Check whether --enable-numberdlg or --disable-numberdlg was given.
6939 if test "${enable_numberdlg+set}" = set; then
6940 enableval
="$enable_numberdlg"
6942 if test "$enableval" = yes; then
6943 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
6945 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
6950 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
6951 if test "x$LINE" != x
; then
6952 eval "DEFAULT_$LINE"
6957 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
6962 eval "$ac_cv_use_numberdlg"
6963 if test "$no_cache" != 1; then
6964 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
6967 if test "$wxUSE_NUMBERDLG" = yes; then
6968 echo "$ac_t""yes" 1>&6
6970 echo "$ac_t""no" 1>&6
6974 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
6975 echo "configure:6976: checking for --enable-splash" >&5
6977 # Check whether --enable-splash or --disable-splash was given.
6978 if test "${enable_splash+set}" = set; then
6979 enableval
="$enable_splash"
6981 if test "$enableval" = yes; then
6982 ac_cv_use_splash
='wxUSE_SPLASH=yes'
6984 ac_cv_use_splash
='wxUSE_SPLASH=no'
6989 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
6990 if test "x$LINE" != x
; then
6991 eval "DEFAULT_$LINE"
6996 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7001 eval "$ac_cv_use_splash"
7002 if test "$no_cache" != 1; then
7003 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7006 if test "$wxUSE_SPLASH" = yes; then
7007 echo "$ac_t""yes" 1>&6
7009 echo "$ac_t""no" 1>&6
7013 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7014 echo "configure:7015: checking for --enable-textdlg" >&5
7016 # Check whether --enable-textdlg or --disable-textdlg was given.
7017 if test "${enable_textdlg+set}" = set; then
7018 enableval
="$enable_textdlg"
7020 if test "$enableval" = yes; then
7021 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
7023 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
7028 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7029 if test "x$LINE" != x
; then
7030 eval "DEFAULT_$LINE"
7035 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7040 eval "$ac_cv_use_textdlg"
7041 if test "$no_cache" != 1; then
7042 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7045 if test "$wxUSE_TEXTDLG" = yes; then
7046 echo "$ac_t""yes" 1>&6
7048 echo "$ac_t""no" 1>&6
7052 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7053 echo "configure:7054: checking for --enable-tipdlg" >&5
7055 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7056 if test "${enable_tipdlg+set}" = set; then
7057 enableval
="$enable_tipdlg"
7059 if test "$enableval" = yes; then
7060 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
7062 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
7067 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7068 if test "x$LINE" != x
; then
7069 eval "DEFAULT_$LINE"
7074 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7079 eval "$ac_cv_use_tipdlg"
7080 if test "$no_cache" != 1; then
7081 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7084 if test "$wxUSE_STARTUP_TIPS" = yes; then
7085 echo "$ac_t""yes" 1>&6
7087 echo "$ac_t""no" 1>&6
7091 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7092 echo "configure:7093: checking for --enable-progressdlg" >&5
7094 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7095 if test "${enable_progressdlg+set}" = set; then
7096 enableval
="$enable_progressdlg"
7098 if test "$enableval" = yes; then
7099 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
7101 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
7106 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7107 if test "x$LINE" != x
; then
7108 eval "DEFAULT_$LINE"
7113 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7118 eval "$ac_cv_use_progressdlg"
7119 if test "$no_cache" != 1; then
7120 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7123 if test "$wxUSE_PROGRESSDLG" = yes; then
7124 echo "$ac_t""yes" 1>&6
7126 echo "$ac_t""no" 1>&6
7130 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7131 echo "configure:7132: checking for --enable-wizarddlg" >&5
7133 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7134 if test "${enable_wizarddlg+set}" = set; then
7135 enableval
="$enable_wizarddlg"
7137 if test "$enableval" = yes; then
7138 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
7140 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
7145 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7146 if test "x$LINE" != x
; then
7147 eval "DEFAULT_$LINE"
7152 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7157 eval "$ac_cv_use_wizarddlg"
7158 if test "$no_cache" != 1; then
7159 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7162 if test "$wxUSE_WIZARDDLG" = yes; then
7163 echo "$ac_t""yes" 1>&6
7165 echo "$ac_t""no" 1>&6
7171 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7172 echo "configure:7173: checking for --enable-menus" >&5
7174 # Check whether --enable-menus or --disable-menus was given.
7175 if test "${enable_menus+set}" = set; then
7176 enableval
="$enable_menus"
7178 if test "$enableval" = yes; then
7179 ac_cv_use_menus
='wxUSE_MENUS=yes'
7181 ac_cv_use_menus
='wxUSE_MENUS=no'
7186 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7187 if test "x$LINE" != x
; then
7188 eval "DEFAULT_$LINE"
7193 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7198 eval "$ac_cv_use_menus"
7199 if test "$no_cache" != 1; then
7200 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7203 if test "$wxUSE_MENUS" = yes; then
7204 echo "$ac_t""yes" 1>&6
7206 echo "$ac_t""no" 1>&6
7210 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7211 echo "configure:7212: checking for --enable-miniframe" >&5
7213 # Check whether --enable-miniframe or --disable-miniframe was given.
7214 if test "${enable_miniframe+set}" = set; then
7215 enableval
="$enable_miniframe"
7217 if test "$enableval" = yes; then
7218 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
7220 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
7225 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7226 if test "x$LINE" != x
; then
7227 eval "DEFAULT_$LINE"
7232 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7237 eval "$ac_cv_use_miniframe"
7238 if test "$no_cache" != 1; then
7239 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7242 if test "$wxUSE_MINIFRAME" = yes; then
7243 echo "$ac_t""yes" 1>&6
7245 echo "$ac_t""no" 1>&6
7249 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7250 echo "configure:7251: checking for --enable-tooltips" >&5
7252 # Check whether --enable-tooltips or --disable-tooltips was given.
7253 if test "${enable_tooltips+set}" = set; then
7254 enableval
="$enable_tooltips"
7256 if test "$enableval" = yes; then
7257 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
7259 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
7264 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7265 if test "x$LINE" != x
; then
7266 eval "DEFAULT_$LINE"
7271 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7276 eval "$ac_cv_use_tooltips"
7277 if test "$no_cache" != 1; then
7278 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7281 if test "$wxUSE_TOOLTIPS" = yes; then
7282 echo "$ac_t""yes" 1>&6
7284 echo "$ac_t""no" 1>&6
7288 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7289 echo "configure:7290: checking for --enable-splines" >&5
7291 # Check whether --enable-splines or --disable-splines was given.
7292 if test "${enable_splines+set}" = set; then
7293 enableval
="$enable_splines"
7295 if test "$enableval" = yes; then
7296 ac_cv_use_splines
='wxUSE_SPLINES=yes'
7298 ac_cv_use_splines
='wxUSE_SPLINES=no'
7303 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7304 if test "x$LINE" != x
; then
7305 eval "DEFAULT_$LINE"
7310 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7315 eval "$ac_cv_use_splines"
7316 if test "$no_cache" != 1; then
7317 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7320 if test "$wxUSE_SPLINES" = yes; then
7321 echo "$ac_t""yes" 1>&6
7323 echo "$ac_t""no" 1>&6
7327 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7328 echo "configure:7329: checking for --enable-validators" >&5
7330 # Check whether --enable-validators or --disable-validators was given.
7331 if test "${enable_validators+set}" = set; then
7332 enableval
="$enable_validators"
7334 if test "$enableval" = yes; then
7335 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
7337 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
7342 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7343 if test "x$LINE" != x
; then
7344 eval "DEFAULT_$LINE"
7349 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7354 eval "$ac_cv_use_validators"
7355 if test "$no_cache" != 1; then
7356 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7359 if test "$wxUSE_VALIDATORS" = yes; then
7360 echo "$ac_t""yes" 1>&6
7362 echo "$ac_t""no" 1>&6
7366 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
7367 echo "configure:7368: checking for --enable-busyinfo" >&5
7369 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7370 if test "${enable_busyinfo+set}" = set; then
7371 enableval
="$enable_busyinfo"
7373 if test "$enableval" = yes; then
7374 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
7376 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
7381 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7382 if test "x$LINE" != x
; then
7383 eval "DEFAULT_$LINE"
7388 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
7393 eval "$ac_cv_use_busyinfo"
7394 if test "$no_cache" != 1; then
7395 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7398 if test "$wxUSE_BUSYINFO" = yes; then
7399 echo "$ac_t""yes" 1>&6
7401 echo "$ac_t""no" 1>&6
7405 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
7406 echo "configure:7407: checking for --enable-joystick" >&5
7408 # Check whether --enable-joystick or --disable-joystick was given.
7409 if test "${enable_joystick+set}" = set; then
7410 enableval
="$enable_joystick"
7412 if test "$enableval" = yes; then
7413 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
7415 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
7420 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
7421 if test "x$LINE" != x
; then
7422 eval "DEFAULT_$LINE"
7427 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
7432 eval "$ac_cv_use_joystick"
7433 if test "$no_cache" != 1; then
7434 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
7437 if test "$wxUSE_JOYSTICK" = yes; then
7438 echo "$ac_t""yes" 1>&6
7440 echo "$ac_t""no" 1>&6
7444 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
7445 echo "configure:7446: checking for --enable-metafile" >&5
7447 # Check whether --enable-metafile or --disable-metafile was given.
7448 if test "${enable_metafile+set}" = set; then
7449 enableval
="$enable_metafile"
7451 if test "$enableval" = yes; then
7452 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
7454 ac_cv_use_metafile
='wxUSE_METAFILE=no'
7459 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7460 if test "x$LINE" != x
; then
7461 eval "DEFAULT_$LINE"
7466 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7471 eval "$ac_cv_use_metafile"
7472 if test "$no_cache" != 1; then
7473 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7476 if test "$wxUSE_METAFILE" = yes; then
7477 echo "$ac_t""yes" 1>&6
7479 echo "$ac_t""no" 1>&6
7483 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
7484 echo "configure:7485: checking for --enable-dragimage" >&5
7486 # Check whether --enable-dragimage or --disable-dragimage was given.
7487 if test "${enable_dragimage+set}" = set; then
7488 enableval
="$enable_dragimage"
7490 if test "$enableval" = yes; then
7491 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
7493 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
7498 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
7499 if test "x$LINE" != x
; then
7500 eval "DEFAULT_$LINE"
7505 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
7510 eval "$ac_cv_use_dragimage"
7511 if test "$no_cache" != 1; then
7512 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
7515 if test "$wxUSE_DRAGIMAGE" = yes; then
7516 echo "$ac_t""yes" 1>&6
7518 echo "$ac_t""no" 1>&6
7524 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
7525 echo "configure:7526: checking for --enable-image" >&5
7527 # Check whether --enable-image or --disable-image was given.
7528 if test "${enable_image+set}" = set; then
7529 enableval
="$enable_image"
7531 if test "$enableval" = yes; then
7532 ac_cv_use_image
='wxUSE_IMAGE=yes'
7534 ac_cv_use_image
='wxUSE_IMAGE=no'
7539 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
7540 if test "x$LINE" != x
; then
7541 eval "DEFAULT_$LINE"
7546 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
7551 eval "$ac_cv_use_image"
7552 if test "$no_cache" != 1; then
7553 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
7556 if test "$wxUSE_IMAGE" = yes; then
7557 echo "$ac_t""yes" 1>&6
7559 echo "$ac_t""no" 1>&6
7563 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
7564 echo "configure:7565: checking for --enable-gif" >&5
7566 # Check whether --enable-gif or --disable-gif was given.
7567 if test "${enable_gif+set}" = set; then
7568 enableval
="$enable_gif"
7570 if test "$enableval" = yes; then
7571 ac_cv_use_gif
='wxUSE_GIF=yes'
7573 ac_cv_use_gif
='wxUSE_GIF=no'
7578 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
7579 if test "x$LINE" != x
; then
7580 eval "DEFAULT_$LINE"
7585 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
7590 eval "$ac_cv_use_gif"
7591 if test "$no_cache" != 1; then
7592 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
7595 if test "$wxUSE_GIF" = yes; then
7596 echo "$ac_t""yes" 1>&6
7598 echo "$ac_t""no" 1>&6
7602 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
7603 echo "configure:7604: checking for --enable-pcx" >&5
7605 # Check whether --enable-pcx or --disable-pcx was given.
7606 if test "${enable_pcx+set}" = set; then
7607 enableval
="$enable_pcx"
7609 if test "$enableval" = yes; then
7610 ac_cv_use_pcx
='wxUSE_PCX=yes'
7612 ac_cv_use_pcx
='wxUSE_PCX=no'
7617 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
7618 if test "x$LINE" != x
; then
7619 eval "DEFAULT_$LINE"
7624 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
7629 eval "$ac_cv_use_pcx"
7630 if test "$no_cache" != 1; then
7631 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
7634 if test "$wxUSE_PCX" = yes; then
7635 echo "$ac_t""yes" 1>&6
7637 echo "$ac_t""no" 1>&6
7641 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7642 echo "configure:7643: checking for --enable-pnm" >&5
7644 # Check whether --enable-pnm or --disable-pnm was given.
7645 if test "${enable_pnm+set}" = set; then
7646 enableval
="$enable_pnm"
7648 if test "$enableval" = yes; then
7649 ac_cv_use_pnm
='wxUSE_PNM=yes'
7651 ac_cv_use_pnm
='wxUSE_PNM=no'
7656 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
7657 if test "x$LINE" != x
; then
7658 eval "DEFAULT_$LINE"
7663 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
7668 eval "$ac_cv_use_pnm"
7669 if test "$no_cache" != 1; then
7670 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7673 if test "$wxUSE_PNM" = yes; then
7674 echo "$ac_t""yes" 1>&6
7676 echo "$ac_t""no" 1>&6
7680 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
7681 echo "configure:7682: checking for --enable-pnm" >&5
7683 # Check whether --enable-pnm or --disable-pnm was given.
7684 if test "${enable_pnm+set}" = set; then
7685 enableval
="$enable_pnm"
7687 if test "$enableval" = yes; then
7688 ac_cv_use_pnm
='wxUSE_XPM=yes'
7690 ac_cv_use_pnm
='wxUSE_XPM=no'
7695 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
7696 if test "x$LINE" != x
; then
7697 eval "DEFAULT_$LINE"
7702 ac_cv_use_pnm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
7707 eval "$ac_cv_use_pnm"
7708 if test "$no_cache" != 1; then
7709 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
7712 if test "$wxUSE_XPM" = yes; then
7713 echo "$ac_t""yes" 1>&6
7715 echo "$ac_t""no" 1>&6
7722 echo "saving argument cache $wx_arg_cache_file"
7723 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
7727 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
7728 echo "configure:7729: checking for toolkit" >&5
7730 if test "$wxUSE_GUI" = "yes"; then
7732 if test "$USE_BEOS" = 1; then
7733 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
7736 if test "$TOOLKIT_GIVEN" = 1; then
7737 for toolkit
in `echo $ALL_TOOLKITS`; do
7739 eval "value=\$${var}"
7740 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
7743 for toolkit
in `echo $ALL_TOOLKITS`; do
7744 if test "$has_toolkit_in_cache" != 1; then
7745 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
7747 var
=DEFAULT_wxUSE_
$toolkit
7749 eval "wxUSE_$toolkit=\$${var}"
7753 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} + ${wxUSE_WINE:-0} + ${wxUSE_MINGW:-0} + ${wxUSE_CYGWIN:-0} + ${wxUSE_MGL:-0}`
7757 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
7758 # PATH_IFS is autodetected by OS/2's configure (usually ';')
7767 case "$NUM_TOOLKITS" in
7771 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
7774 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
7777 for toolkit
in `echo $ALL_TOOLKITS`; do
7779 eval "value=\$${var}"
7780 if test "x$value" != x
; then
7781 cache_var
=CACHE_
$toolkit
7782 eval "cache=\$${cache_var}"
7783 if test "$cache" = 1; then
7784 echo "$var=$value" >> ${wx_arg_cache_file}
7786 if test "$value" = 1; then
7787 toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]`
7788 echo "$ac_t""$toolkit_echo" 1>&6
7795 echo "$ac_t""base only" 1>&6
7799 cat > confcache
<<\EOF
7800 # This file is a shell script that caches the results of configure
7801 # tests run on this system so they can be shared between configure
7802 # scripts and configure runs. It is not useful on other systems.
7803 # If it contains results you don't want to keep, you may remove or edit it.
7805 # By default, configure uses ./config.cache as the cache file,
7806 # creating it if it does not exist already. You can give configure
7807 # the --cache-file=FILE option to use a different cache file; that is
7808 # what configure does when it calls configure scripts in
7809 # subdirectories, so they share the cache.
7810 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7811 # config.status only pays attention to the cache file if you give it the
7812 # --recheck option to rerun configure.
7815 # The following way of writing the cache mishandles newlines in values,
7816 # but we know of no workaround that is simple, portable, and efficient.
7817 # So, don't put newlines in cache variables' values.
7818 # Ultrix sh set writes to stderr and can't be redirected directly,
7819 # and sets the high bit in the cache file unless we assign to the vars.
7821 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7823 # `set' does not quote correctly, so add quotes (double-quote substitution
7824 # turns \\\\ into \\, and sed turns \\ into \).
7826 -e "s/'/'\\\\''/g" \
7827 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7830 # `set' quotes correctly as required by POSIX, so do not add quotes.
7831 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7834 if cmp -s $cache_file confcache
; then
7837 if test -w $cache_file; then
7838 echo "updating cache $cache_file"
7839 cat confcache
> $cache_file
7841 echo "not updating unwritable cache $cache_file"
7847 if test "$build" != "$host" ; then
7851 RANLIB
=$host_alias-ranlib
7852 DLLTOOL
=$host_alias-dlltool
7853 RESCOMP
=$host_alias-windres
7856 STRIP
=$host_alias-strip
7859 # Extract the first word of "gcc", so it can be a program name with args.
7860 set dummy gcc
; ac_word
=$2
7861 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7862 echo "configure:7863: checking for $ac_word" >&5
7863 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7864 echo $ac_n "(cached) $ac_c" 1>&6
7866 if test -n "$CC"; then
7867 ac_cv_prog_CC
="$CC" # Let the user override the test.
7869 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7871 for ac_dir
in $ac_dummy; do
7872 test -z "$ac_dir" && ac_dir
=.
7873 if test -f $ac_dir/$ac_word; then
7882 if test -n "$CC"; then
7883 echo "$ac_t""$CC" 1>&6
7885 echo "$ac_t""no" 1>&6
7888 if test -z "$CC"; then
7889 # Extract the first word of "cc", so it can be a program name with args.
7890 set dummy cc
; ac_word
=$2
7891 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7892 echo "configure:7893: checking for $ac_word" >&5
7893 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7894 echo $ac_n "(cached) $ac_c" 1>&6
7896 if test -n "$CC"; then
7897 ac_cv_prog_CC
="$CC" # Let the user override the test.
7899 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7902 for ac_dir
in $ac_dummy; do
7903 test -z "$ac_dir" && ac_dir
=.
7904 if test -f $ac_dir/$ac_word; then
7905 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
7906 ac_prog_rejected
=yes
7914 if test $ac_prog_rejected = yes; then
7915 # We found a bogon in the path, so make sure we never use it.
7916 set dummy
$ac_cv_prog_CC
7918 if test $# -gt 0; then
7919 # We chose a different compiler from the bogus one.
7920 # However, it has the same basename, so the bogon will be chosen
7921 # first if we set CC to just the basename; use the full file name.
7923 set dummy
"$ac_dir/$ac_word" "$@"
7931 if test -n "$CC"; then
7932 echo "$ac_t""$CC" 1>&6
7934 echo "$ac_t""no" 1>&6
7937 if test -z "$CC"; then
7938 case "`uname -s`" in
7940 # Extract the first word of "cl", so it can be a program name with args.
7941 set dummy cl
; ac_word
=$2
7942 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7943 echo "configure:7944: checking for $ac_word" >&5
7944 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
7945 echo $ac_n "(cached) $ac_c" 1>&6
7947 if test -n "$CC"; then
7948 ac_cv_prog_CC
="$CC" # Let the user override the test.
7950 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7952 for ac_dir
in $ac_dummy; do
7953 test -z "$ac_dir" && ac_dir
=.
7954 if test -f $ac_dir/$ac_word; then
7963 if test -n "$CC"; then
7964 echo "$ac_t""$CC" 1>&6
7966 echo "$ac_t""no" 1>&6
7971 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
7974 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
7975 echo "configure:7976: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
7978 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7979 ac_cpp
='$CPP $CPPFLAGS'
7980 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7981 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7982 cross_compiling
=$ac_cv_prog_cc_cross
7984 cat > conftest.
$ac_ext << EOF
7986 #line 7987 "configure"
7987 #include "confdefs.h"
7991 if { (eval echo configure
:7992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7992 ac_cv_prog_cc_works
=yes
7993 # If we can't run a trivial program, we are probably using a cross compiler.
7994 if (.
/conftest
; exit) 2>/dev
/null
; then
7995 ac_cv_prog_cc_cross
=no
7997 ac_cv_prog_cc_cross
=yes
8000 echo "configure: failed program was:" >&5
8001 cat conftest.
$ac_ext >&5
8002 ac_cv_prog_cc_works
=no
8006 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8007 ac_cpp
='$CPP $CPPFLAGS'
8008 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8009 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8010 cross_compiling
=$ac_cv_prog_cc_cross
8012 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8013 if test $ac_cv_prog_cc_works = no
; then
8014 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8016 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8017 echo "configure:8018: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8018 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8019 cross_compiling
=$ac_cv_prog_cc_cross
8021 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8022 echo "configure:8023: checking whether we are using GNU C" >&5
8023 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8024 echo $ac_n "(cached) $ac_c" 1>&6
8026 cat > conftest.c
<<EOF
8031 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:8032: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
8038 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8040 if test $ac_cv_prog_gcc = yes; then
8046 ac_test_CFLAGS
="${CFLAGS+set}"
8047 ac_save_CFLAGS
="$CFLAGS"
8049 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8050 echo "configure:8051: checking whether ${CC-cc} accepts -g" >&5
8051 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8052 echo $ac_n "(cached) $ac_c" 1>&6
8054 echo 'void f(){}' > conftest.c
8055 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8064 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8065 if test "$ac_test_CFLAGS" = set; then
8066 CFLAGS
="$ac_save_CFLAGS"
8067 elif test $ac_cv_prog_cc_g = yes; then
8068 if test "$GCC" = yes; then
8074 if test "$GCC" = yes; then
8082 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
8084 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8085 echo "configure:8086: checking how to run the C preprocessor" >&5
8086 # On Suns, sometimes $CPP names a directory.
8087 if test -n "$CPP" && test -d "$CPP"; then
8090 if test -z "$CPP"; then
8091 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8092 echo $ac_n "(cached) $ac_c" 1>&6
8094 # This must be in double quotes, not single quotes, because CPP may get
8095 # substituted into the Makefile and "${CC-cc}" will confuse make.
8097 # On the NeXT, cc -E runs the code through the compiler's parser,
8098 # not just through cpp.
8099 cat > conftest.
$ac_ext <<EOF
8100 #line 8101 "configure"
8101 #include "confdefs.h"
8105 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8106 { (eval echo configure
:8107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8107 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8108 if test -z "$ac_err"; then
8112 echo "configure: failed program was:" >&5
8113 cat conftest.
$ac_ext >&5
8115 CPP
="${CC-cc} -E -traditional-cpp"
8116 cat > conftest.
$ac_ext <<EOF
8117 #line 8118 "configure"
8118 #include "confdefs.h"
8122 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8123 { (eval echo configure
:8124: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8124 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8125 if test -z "$ac_err"; then
8129 echo "configure: failed program was:" >&5
8130 cat conftest.
$ac_ext >&5
8132 CPP
="${CC-cc} -nologo -E"
8133 cat > conftest.
$ac_ext <<EOF
8134 #line 8135 "configure"
8135 #include "confdefs.h"
8139 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8140 { (eval echo configure
:8141: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8141 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8142 if test -z "$ac_err"; then
8146 echo "configure: failed program was:" >&5
8147 cat conftest.
$ac_ext >&5
8156 ac_cv_prog_CPP
="$CPP"
8158 CPP
="$ac_cv_prog_CPP"
8160 ac_cv_prog_CPP
="$CPP"
8162 echo "$ac_t""$CPP" 1>&6
8165 if test $ac_cv_prog_gcc = yes; then
8166 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8167 echo "configure:8168: checking whether ${CC-cc} needs -traditional" >&5
8168 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8169 echo $ac_n "(cached) $ac_c" 1>&6
8171 ac_pattern
="Autoconf.*'x'"
8172 cat > conftest.
$ac_ext <<EOF
8173 #line 8174 "configure"
8174 #include "confdefs.h"
8178 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8179 egrep "$ac_pattern" >/dev
/null
2>&1; then
8181 ac_cv_prog_gcc_traditional
=yes
8184 ac_cv_prog_gcc_traditional
=no
8189 if test $ac_cv_prog_gcc_traditional = no
; then
8190 cat > conftest.
$ac_ext <<EOF
8191 #line 8192 "configure"
8192 #include "confdefs.h"
8196 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8197 egrep "$ac_pattern" >/dev
/null
2>&1; then
8199 ac_cv_prog_gcc_traditional
=yes
8206 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8207 if test $ac_cv_prog_gcc_traditional = yes; then
8208 CC
="$CC -traditional"
8215 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8216 ac_cpp
='$CXXCPP $CPPFLAGS'
8217 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8218 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8219 cross_compiling
=$ac_cv_prog_cxx_cross
8222 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
8224 # Extract the first word of "$ac_prog", so it can be a program name with args.
8225 set dummy
$ac_prog; ac_word
=$2
8226 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8227 echo "configure:8228: checking for $ac_word" >&5
8228 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8229 echo $ac_n "(cached) $ac_c" 1>&6
8231 if test -n "$CXX"; then
8232 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
8234 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8236 for ac_dir
in $ac_dummy; do
8237 test -z "$ac_dir" && ac_dir
=.
8238 if test -f $ac_dir/$ac_word; then
8239 ac_cv_prog_CXX
="$ac_prog"
8246 CXX
="$ac_cv_prog_CXX"
8247 if test -n "$CXX"; then
8248 echo "$ac_t""$CXX" 1>&6
8250 echo "$ac_t""no" 1>&6
8253 test -n "$CXX" && break
8255 test -n "$CXX" || CXX
="gcc"
8258 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8259 echo "configure:8260: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
8262 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8263 ac_cpp
='$CXXCPP $CPPFLAGS'
8264 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8265 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8266 cross_compiling
=$ac_cv_prog_cxx_cross
8268 cat > conftest.
$ac_ext << EOF
8270 #line 8271 "configure"
8271 #include "confdefs.h"
8273 int main(){return(0);}
8275 if { (eval echo configure
:8276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8276 ac_cv_prog_cxx_works
=yes
8277 # If we can't run a trivial program, we are probably using a cross compiler.
8278 if (.
/conftest
; exit) 2>/dev
/null
; then
8279 ac_cv_prog_cxx_cross
=no
8281 ac_cv_prog_cxx_cross
=yes
8284 echo "configure: failed program was:" >&5
8285 cat conftest.
$ac_ext >&5
8286 ac_cv_prog_cxx_works
=no
8290 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8291 ac_cpp
='$CXXCPP $CPPFLAGS'
8292 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8293 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8294 cross_compiling
=$ac_cv_prog_cxx_cross
8296 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
8297 if test $ac_cv_prog_cxx_works = no
; then
8298 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
8300 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8301 echo "configure:8302: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
8302 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
8303 cross_compiling
=$ac_cv_prog_cxx_cross
8305 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
8306 echo "configure:8307: checking whether we are using GNU C++" >&5
8307 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
8308 echo $ac_n "(cached) $ac_c" 1>&6
8310 cat > conftest.C
<<EOF
8315 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:8316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
8322 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
8324 if test $ac_cv_prog_gxx = yes; then
8330 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
8331 ac_save_CXXFLAGS
="$CXXFLAGS"
8333 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
8334 echo "configure:8335: checking whether ${CXX-g++} accepts -g" >&5
8335 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
8336 echo $ac_n "(cached) $ac_c" 1>&6
8338 echo 'void f(){}' > conftest.cc
8339 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
8340 ac_cv_prog_cxx_g
=yes
8348 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
8349 if test "$ac_test_CXXFLAGS" = set; then
8350 CXXFLAGS
="$ac_save_CXXFLAGS"
8351 elif test $ac_cv_prog_cxx_g = yes; then
8352 if test "$GXX" = yes; then
8358 if test "$GXX" = yes; then
8366 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
8367 echo "configure:8368: checking how to run the C++ preprocessor" >&5
8368 if test -z "$CXXCPP"; then
8369 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
8370 echo $ac_n "(cached) $ac_c" 1>&6
8373 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8374 ac_cpp
='$CXXCPP $CPPFLAGS'
8375 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8376 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8377 cross_compiling
=$ac_cv_prog_cxx_cross
8378 CXXCPP
="${CXX-g++} -E"
8379 cat > conftest.
$ac_ext <<EOF
8380 #line 8381 "configure"
8381 #include "confdefs.h"
8384 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8385 { (eval echo configure
:8386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8386 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8387 if test -z "$ac_err"; then
8391 echo "configure: failed program was:" >&5
8392 cat conftest.
$ac_ext >&5
8397 ac_cv_prog_CXXCPP
="$CXXCPP"
8399 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8400 ac_cpp
='$CXXCPP $CPPFLAGS'
8401 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8402 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8403 cross_compiling
=$ac_cv_prog_cxx_cross
8406 CXXCPP
="$ac_cv_prog_CXXCPP"
8407 echo "$ac_t""$CXXCPP" 1>&6
8410 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
8413 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8414 ac_cpp
='$CPP $CPPFLAGS'
8415 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8416 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8417 cross_compiling
=$ac_cv_prog_cc_cross
8420 # Extract the first word of "ranlib", so it can be a program name with args.
8421 set dummy ranlib
; ac_word
=$2
8422 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8423 echo "configure:8424: checking for $ac_word" >&5
8424 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
8425 echo $ac_n "(cached) $ac_c" 1>&6
8427 if test -n "$RANLIB"; then
8428 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
8430 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8432 for ac_dir
in $ac_dummy; do
8433 test -z "$ac_dir" && ac_dir
=.
8434 if test -f $ac_dir/$ac_word; then
8435 ac_cv_prog_RANLIB
="ranlib"
8440 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
8443 RANLIB
="$ac_cv_prog_RANLIB"
8444 if test -n "$RANLIB"; then
8445 echo "$ac_t""$RANLIB" 1>&6
8447 echo "$ac_t""no" 1>&6
8451 # Extract the first word of "ar", so it can be a program name with args.
8452 set dummy
ar; ac_word
=$2
8453 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8454 echo "configure:8455: checking for $ac_word" >&5
8455 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
8456 echo $ac_n "(cached) $ac_c" 1>&6
8458 if test -n "$AR"; then
8459 ac_cv_prog_AR
="$AR" # Let the user override the test.
8461 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8463 for ac_dir
in $ac_dummy; do
8464 test -z "$ac_dir" && ac_dir
=.
8465 if test -f $ac_dir/$ac_word; then
8471 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
8475 if test -n "$AR"; then
8476 echo "$ac_t""$AR" 1>&6
8478 echo "$ac_t""no" 1>&6
8482 # Find a good install program. We prefer a C program (faster),
8483 # so one script is as good as another. But avoid the broken or
8484 # incompatible versions:
8485 # SysV /etc/install, /usr/sbin/install
8486 # SunOS /usr/etc/install
8487 # IRIX /sbin/install
8489 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
8490 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
8491 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
8492 # ./install, which can be erroneously created by make from ./install.sh.
8493 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
8494 echo "configure:8495: checking for a BSD compatible install" >&5
8495 if test -z "$INSTALL"; then
8496 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
8497 echo $ac_n "(cached) $ac_c" 1>&6
8499 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
8500 for ac_dir
in $PATH; do
8501 # Account for people who put trailing slashes in PATH elements.
8503 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
8505 # OSF1 and SCO ODT 3.0 have their own names for install.
8506 # Don't use installbsd from OSF since it installs stuff as root
8508 for ac_prog
in ginstall scoinst
install; do
8509 if test -f $ac_dir/$ac_prog; then
8510 if test $ac_prog = install &&
8511 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
8512 # AIX install. It has an incompatible calling convention.
8515 ac_cv_path_install
="$ac_dir/$ac_prog -c"
8526 if test "${ac_cv_path_install+set}" = set; then
8527 INSTALL
="$ac_cv_path_install"
8529 # As a last resort, use the slow shell script. We don't cache a
8530 # path for INSTALL within a source directory, because that will
8531 # break other packages using the cache if that directory is
8532 # removed, or if the path is relative.
8533 INSTALL
="$ac_install_sh"
8536 echo "$ac_t""$INSTALL" 1>&6
8538 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
8539 # It thinks the first close brace ends the variable substitution.
8540 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
8542 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
8544 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
8547 # Extract the first word of "strip", so it can be a program name with args.
8548 set dummy strip
; ac_word
=$2
8549 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8550 echo "configure:8551: checking for $ac_word" >&5
8551 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
8552 echo $ac_n "(cached) $ac_c" 1>&6
8554 if test -n "$STRIP"; then
8555 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
8557 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8559 for ac_dir
in $ac_dummy; do
8560 test -z "$ac_dir" && ac_dir
=.
8561 if test -f $ac_dir/$ac_word; then
8562 ac_cv_prog_STRIP
="strip"
8567 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
8570 STRIP
="$ac_cv_prog_STRIP"
8571 if test -n "$STRIP"; then
8572 echo "$ac_t""$STRIP" 1>&6
8574 echo "$ac_t""no" 1>&6
8578 echo $ac_n "checking make for VPATH support""... $ac_c" 1>&6
8579 echo "configure:8580: checking make for VPATH support" >&5
8580 cat - << EOF > confMake
8586 if test ! -d sub
; then
8589 echo dummy
> sub
/file
8590 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
8592 rm -f sub
/file check final_file confMake
8594 if test "$RESULT" = 0; then
8595 echo "$ac_t""yes" 1>&6
8597 echo "$ac_t""no" 1>&6
8598 { echo "configure: error:
8599 You need a make-utility that is able to use the variable
8601 If your version of make does not support VPATH correctly,
8602 please install GNU-make (possibly as gmake), and start
8603 configure with the following command:
8604 export MAKE=gmake; ./configure for sh-type shells
8605 setenv MAKE gmake; ./configure for csh-type shells
8606 Also please do remember to use gmake in this case every time
8607 you are trying to compile.
8611 for ac_prog
in 'bison -y' byacc
8613 # Extract the first word of "$ac_prog", so it can be a program name with args.
8614 set dummy
$ac_prog; ac_word
=$2
8615 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8616 echo "configure:8617: checking for $ac_word" >&5
8617 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
8618 echo $ac_n "(cached) $ac_c" 1>&6
8620 if test -n "$YACC"; then
8621 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
8623 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8625 for ac_dir
in $ac_dummy; do
8626 test -z "$ac_dir" && ac_dir
=.
8627 if test -f $ac_dir/$ac_word; then
8628 ac_cv_prog_YACC
="$ac_prog"
8635 YACC
="$ac_cv_prog_YACC"
8636 if test -n "$YACC"; then
8637 echo "$ac_t""$YACC" 1>&6
8639 echo "$ac_t""no" 1>&6
8642 test -n "$YACC" && break
8644 test -n "$YACC" || YACC
="yacc"
8647 # Extract the first word of "flex", so it can be a program name with args.
8648 set dummy flex
; ac_word
=$2
8649 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8650 echo "configure:8651: checking for $ac_word" >&5
8651 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
8652 echo $ac_n "(cached) $ac_c" 1>&6
8654 if test -n "$LEX"; then
8655 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
8657 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8659 for ac_dir
in $ac_dummy; do
8660 test -z "$ac_dir" && ac_dir
=.
8661 if test -f $ac_dir/$ac_word; then
8662 ac_cv_prog_LEX
="flex"
8667 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
8670 LEX
="$ac_cv_prog_LEX"
8671 if test -n "$LEX"; then
8672 echo "$ac_t""$LEX" 1>&6
8674 echo "$ac_t""no" 1>&6
8677 if test -z "$LEXLIB"
8683 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
8684 echo "configure:8685: checking for yywrap in -l$ac_lib" >&5
8685 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
8686 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8687 echo $ac_n "(cached) $ac_c" 1>&6
8689 ac_save_LIBS
="$LIBS"
8690 LIBS
="-l$ac_lib $LIBS"
8691 cat > conftest.
$ac_ext <<EOF
8692 #line 8693 "configure"
8693 #include "confdefs.h"
8694 /* Override any gcc2 internal prototype to avoid an error. */
8695 /* We use char because int might match the return type of a gcc2
8696 builtin and then its argument prototype would still apply. */
8703 if { (eval echo configure
:8704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8705 eval "ac_cv_lib_$ac_lib_var=yes"
8707 echo "configure: failed program was:" >&5
8708 cat conftest.
$ac_ext >&5
8710 eval "ac_cv_lib_$ac_lib_var=no"
8713 LIBS
="$ac_save_LIBS"
8716 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
8717 echo "$ac_t""yes" 1>&6
8720 echo "$ac_t""no" 1>&6
8726 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
8727 echo "configure:8728: checking whether ln -s works" >&5
8728 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
8729 echo $ac_n "(cached) $ac_c" 1>&6
8732 if ln -s X conftestdata
2>/dev
/null
8735 ac_cv_prog_LN_S
="ln -s"
8740 LN_S
="$ac_cv_prog_LN_S"
8741 if test "$ac_cv_prog_LN_S" = "ln -s"; then
8742 echo "$ac_t""yes" 1>&6
8744 echo "$ac_t""no" 1>&6
8750 /usr/local/include \
8752 /usr/Motif-1.2/include \
8753 /usr/Motif-2.1/include \
8755 /usr/include/Motif1.2 \
8756 /opt/xpm/include/X11 \
8757 /opt/GBxpm/include/ \
8758 /opt/GBxpm/X11/include/ \
8760 /usr/Motif1.2/include \
8762 /usr/openwin/include \
8766 /usr/X11R6/include \
8767 /usr/X11R6.4/include \
8768 /usr/X11R5/include \
8769 /usr/X11R4/include \
8771 /usr/include/X11R6 \
8772 /usr/include/X11R5 \
8773 /usr/include/X11R4 \
8775 /usr/local/X11R6/include \
8776 /usr/local/X11R5/include \
8777 /usr/local/X11R4/include \
8779 /usr/local/include/X11R6 \
8780 /usr/local/include/X11R5 \
8781 /usr/local/include/X11R4 \
8785 /usr/local/X11/include \
8786 /usr/local/include/X11 \
8790 /usr/XFree86/include/X11 \
8792 X:/XFree86/include \
8793 X:/XFree86/include/X11 \
8796 /usr/local/include/gtk \
8798 /usr/local/include/glib \
8801 /usr/local/include/qt \
8803 /usr/include/windows \
8805 /usr/local/include/wine \
8807 /usr/unsupported/include \
8808 /usr/athena/include \
8809 /usr/local/x11r5/include \
8810 /usr/lpp/Xamples/include \
8812 /usr/openwin/share/include \
8816 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
8819 cat > confcache
<<\EOF
8820 # This file is a shell script that caches the results of configure
8821 # tests run on this system so they can be shared between configure
8822 # scripts and configure runs. It is not useful on other systems.
8823 # If it contains results you don't want to keep, you may remove or edit it.
8825 # By default, configure uses ./config.cache as the cache file,
8826 # creating it if it does not exist already. You can give configure
8827 # the --cache-file=FILE option to use a different cache file; that is
8828 # what configure does when it calls configure scripts in
8829 # subdirectories, so they share the cache.
8830 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8831 # config.status only pays attention to the cache file if you give it the
8832 # --recheck option to rerun configure.
8835 # The following way of writing the cache mishandles newlines in values,
8836 # but we know of no workaround that is simple, portable, and efficient.
8837 # So, don't put newlines in cache variables' values.
8838 # Ultrix sh set writes to stderr and can't be redirected directly,
8839 # and sets the high bit in the cache file unless we assign to the vars.
8841 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8843 # `set' does not quote correctly, so add quotes (double-quote substitution
8844 # turns \\\\ into \\, and sed turns \\ into \).
8846 -e "s/'/'\\\\''/g" \
8847 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8850 # `set' quotes correctly as required by POSIX, so do not add quotes.
8851 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8854 if cmp -s $cache_file confcache
; then
8857 if test -w $cache_file; then
8858 echo "updating cache $cache_file"
8859 cat confcache
> $cache_file
8861 echo "not updating unwritable cache $cache_file"
8869 if test "$wxUSE_REGEX" != "no"; then
8870 ac_safe
=`echo "regex.h" | sed 'y%./+-%__p_%'`
8871 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
8872 echo "configure:8873: checking for regex.h" >&5
8873 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8874 echo $ac_n "(cached) $ac_c" 1>&6
8876 cat > conftest.
$ac_ext <<EOF
8877 #line 8878 "configure"
8878 #include "confdefs.h"
8881 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8882 { (eval echo configure
:8883: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8883 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8884 if test -z "$ac_err"; then
8886 eval "ac_cv_header_$ac_safe=yes"
8889 echo "configure: failed program was:" >&5
8890 cat conftest.
$ac_ext >&5
8892 eval "ac_cv_header_$ac_safe=no"
8896 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
8897 echo "$ac_t""yes" 1>&6
8898 for ac_func
in regcomp
8900 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8901 echo "configure:8902: checking for $ac_func" >&5
8902 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8903 echo $ac_n "(cached) $ac_c" 1>&6
8905 cat > conftest.
$ac_ext <<EOF
8906 #line 8907 "configure"
8907 #include "confdefs.h"
8908 /* System header to define __stub macros and hopefully few prototypes,
8909 which can conflict with char $ac_func(); below. */
8911 /* Override any gcc2 internal prototype to avoid an error. */
8912 /* We use char because int might match the return type of a gcc2
8913 builtin and then its argument prototype would still apply. */
8918 /* The GNU C library defines this for functions which it implements
8919 to always fail with ENOSYS. Some functions are actually named
8920 something starting with __ and the normal name is an alias. */
8921 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8929 if { (eval echo configure
:8930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8931 eval "ac_cv_func_$ac_func=yes"
8933 echo "configure: failed program was:" >&5
8934 cat conftest.
$ac_ext >&5
8936 eval "ac_cv_func_$ac_func=no"
8941 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8942 echo "$ac_t""yes" 1>&6
8943 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8944 cat >> confdefs.h
<<EOF
8945 #define $ac_tr_func 1
8949 echo "$ac_t""no" 1>&6
8954 echo "$ac_t""no" 1>&6
8958 if test "x$ac_cv_func_regcomp" != "xyes"; then
8959 if test "$wxUSE_REGEX" = "sys"; then
8960 { echo "configure: error: system regex library not found! Use --with-regex to use the built-in regex library." 1>&2; exit 1; }
8963 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
8966 cat >> confdefs.h
<<\EOF
8967 #define wxUSE_REGEX 1
8975 if test "$wxUSE_GUI" = "yes"; then
8990 if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
8991 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
8992 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
8993 echo "configure:8994: checking for windows.h" >&5
8994 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8995 echo $ac_n "(cached) $ac_c" 1>&6
8997 cat > conftest.
$ac_ext <<EOF
8998 #line 8999 "configure"
8999 #include "confdefs.h"
9000 #include <windows.h>
9002 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9003 { (eval echo configure
:9004: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9004 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9005 if test -z "$ac_err"; then
9007 eval "ac_cv_header_$ac_safe=yes"
9010 echo "configure: failed program was:" >&5
9011 cat conftest.
$ac_ext >&5
9013 eval "ac_cv_header_$ac_safe=no"
9017 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9018 echo "$ac_t""yes" 1>&6
9021 echo "$ac_t""no" 1>&6
9023 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9028 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS msw"
9030 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
9032 if test "$wxUSE_ODBC" = "yes" ; then
9033 LIBS
="$LIBS -lodbc32 -lole32 -loleaut32"
9036 if test "$wxUSE_MINGW" = 1; then
9037 LDFLAGS
="$LDFLAGS -mwindows"
9043 RCINCSWITCH
="--include-dir"
9044 RCDEFSWITCH
="--define"
9045 RCPREPROCESSOR
="--preprocessor \"\$(CC) -c -E -xc-header -DRC_INVOKED\""
9048 RESFLAGS
="$RCPREPROCESSOR $RCINCSWITCH \$(top_srcdir)/include $RCINCSWITCH \$(top_srcdir)/\$(program_dir) $RCDEFSWITCH __WIN32__ $RCDEFSWITCH __WIN95__ $RCDEFSWITCH __GNUWIN32__"
9050 RESPROGRAM
="\$(RES_PROGRAM)"
9053 if test "$wxUSE_GTK" = 1; then
9054 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
9055 echo "configure:9056: checking for GTK+ version" >&5
9057 gtk_version_cached
=1
9058 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
9059 echo $ac_n "(cached) $ac_c" 1>&6
9062 gtk_version_cached
=0
9063 echo "$ac_t""""" 1>&6
9066 if test "x$wxUSE_GTK2" = "xyes"; then
9067 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
9068 if test "${with_gtk_prefix+set}" = set; then
9069 withval
="$with_gtk_prefix"
9070 gtk_config_prefix
="$withval"
9072 gtk_config_prefix
=""
9075 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
9076 if test "${with_gtk_exec_prefix+set}" = set; then
9077 withval
="$with_gtk_exec_prefix"
9078 gtk_config_exec_prefix
="$withval"
9080 gtk_config_exec_prefix
=""
9083 # Check whether --enable-gtktest or --disable-gtktest was given.
9084 if test "${enable_gtktest+set}" = set; then
9085 enableval
="$enable_gtktest"
9096 gtk_config_args
="$gtk_config_args gthread"
9101 if test x
$gtk_config_exec_prefix != x
; then
9102 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9103 if test x
${GTK_CONFIG_2_0+set} != xset
; then
9104 GTK_CONFIG_2_0
=$gtk_config_exec_prefix/bin
/gtk
-config-2.0
9107 if test x
$gtk_config_prefix != x
; then
9108 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
9109 if test x
${GTK_CONFIG_2_0+set} != xset
; then
9110 GTK_CONFIG_2_0
=$gtk_config_prefix/bin
/gtk
-config-2.0
9114 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
9115 set dummy gtk
-config-2.0
; ac_word
=$2
9116 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9117 echo "configure:9118: checking for $ac_word" >&5
9118 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
9119 echo $ac_n "(cached) $ac_c" 1>&6
9121 case "$GTK_CONFIG_2_0" in
9123 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a path.
9126 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
9129 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9131 for ac_dir
in $ac_dummy; do
9132 test -z "$ac_dir" && ac_dir
=.
9133 if test -f $ac_dir/$ac_word; then
9134 ac_cv_path_GTK_CONFIG_2_0
="$ac_dir/$ac_word"
9139 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0
="no"
9143 GTK_CONFIG_2_0
="$ac_cv_path_GTK_CONFIG_2_0"
9144 if test -n "$GTK_CONFIG_2_0"; then
9145 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
9147 echo "$ac_t""no" 1>&6
9150 min_gtk_version
=1.3.1
9151 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9152 echo "configure:9153: checking for GTK - version >= $min_gtk_version" >&5
9154 if test "$GTK_CONFIG_2_0" = "no" ; then
9157 GTK_CFLAGS
=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
9158 GTK_LIBS
=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
9159 gtk_config_major_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9160 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
9161 gtk_config_minor_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9162 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
9163 gtk_config_micro_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
9164 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
9165 if test "x$enable_gtktest" = "xyes" ; then
9166 ac_save_CFLAGS
="$CFLAGS"
9167 ac_save_LIBS
="$LIBS"
9168 CFLAGS
="$CFLAGS $GTK_CFLAGS"
9169 LIBS
="$GTK_LIBS $LIBS"
9171 if test "$cross_compiling" = yes; then
9172 echo $ac_n "cross compiling; assumed OK... $ac_c"
9174 cat > conftest.
$ac_ext <<EOF
9175 #line 9176 "configure"
9176 #include "confdefs.h"
9178 #include <gtk/gtk.h>
9185 int major, minor, micro;
9188 system ("touch conf.gtktest");
9190 /* HP/UX 9 (%@#!) writes to sscanf strings */
9191 tmp_version = g_strdup("$min_gtk_version");
9192 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
9193 printf("%s, bad version string\n", "$min_gtk_version");
9197 if ((gtk_major_version != $gtk_config_major_version) ||
9198 (gtk_minor_version != $gtk_config_minor_version) ||
9199 (gtk_micro_version != $gtk_config_micro_version))
9201 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
9202 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
9203 gtk_major_version, gtk_minor_version, gtk_micro_version);
9204 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
9205 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
9206 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
9207 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
9208 printf("*** required on your system.\n");
9209 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
9210 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
9211 printf("*** before re-running configure\n");
9213 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
9214 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
9215 (gtk_minor_version != GTK_MINOR_VERSION) ||
9216 (gtk_micro_version != GTK_MICRO_VERSION))
9218 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
9219 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
9220 printf("*** library (version %d.%d.%d)\n",
9221 gtk_major_version, gtk_minor_version, gtk_micro_version);
9223 #endif /* defined (GTK_MAJOR_VERSION) ... */
9226 if ((gtk_major_version > major) ||
9227 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9228 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
9234 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
9235 gtk_major_version, gtk_minor_version, gtk_micro_version);
9236 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
9237 major, minor, micro);
9238 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
9240 printf("*** If you have already installed a sufficiently new version, this error\n");
9241 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
9242 printf("*** being found. The easiest way to fix this is to remove the old version\n");
9243 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
9244 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
9245 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
9246 printf("*** so that the correct libraries are found at run-time))\n");
9253 if { (eval echo configure
:9254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9257 echo "configure: failed program was:" >&5
9258 cat conftest.
$ac_ext >&5
9265 CFLAGS
="$ac_save_CFLAGS"
9266 LIBS
="$ac_save_LIBS"
9269 if test "x$no_gtk" = x
; then
9270 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
9273 echo "$ac_t""no" 1>&6
9274 if test "$GTK_CONFIG_2_0" = "no" ; then
9275 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
9276 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
9277 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
9278 echo "*** full path to gtk-config-2.0."
9280 if test -f conf.gtktest
; then
9283 echo "*** Could not run GTK test program, checking why..."
9284 CFLAGS
="$CFLAGS $GTK_CFLAGS"
9285 LIBS
="$LIBS $GTK_LIBS"
9286 cat > conftest.
$ac_ext <<EOF
9287 #line 9288 "configure"
9288 #include "confdefs.h"
9290 #include <gtk/gtk.h>
9294 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
9297 if { (eval echo configure
:9298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9299 echo "*** The test program compiled, but did not run. This usually means"
9300 echo "*** that the run-time linker is not finding GTK or finding the wrong"
9301 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
9302 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
9303 echo "*** to the installed location Also, make sure you have run ldconfig if that"
9304 echo "*** is required on your system"
9306 echo "*** If you have an old version installed, it is best to remove it, although"
9307 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
9309 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
9310 echo "*** came with the system with the command"
9312 echo "*** rpm --erase --nodeps gtk gtk-devel"
9314 echo "configure: failed program was:" >&5
9315 cat conftest.
$ac_ext >&5
9317 echo "*** The test program failed to compile or link. See the file config.log for the"
9318 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
9319 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
9320 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
9323 CFLAGS
="$ac_save_CFLAGS"
9324 LIBS
="$ac_save_LIBS"
9337 if test -z "$wx_cv_lib_gtk"; then
9339 if test x
$gtk_config_exec_prefix != x
; then
9340 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9341 if test x
${GTK_CONFIG+set} != xset
; then
9342 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
9345 if test x
$gtk_config_prefix != x
; then
9346 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
9347 if test x
${GTK_CONFIG+set} != xset
; then
9348 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
9352 # Extract the first word of "gtk-config", so it can be a program name with args.
9353 set dummy gtk
-config; ac_word
=$2
9354 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9355 echo "configure:9356: checking for $ac_word" >&5
9356 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9357 echo $ac_n "(cached) $ac_c" 1>&6
9359 case "$GTK_CONFIG" in
9361 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
9364 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
9367 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9369 for ac_dir
in $ac_dummy; do
9370 test -z "$ac_dir" && ac_dir
=.
9371 if test -f $ac_dir/$ac_word; then
9372 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
9377 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
9381 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
9382 if test -n "$GTK_CONFIG"; then
9383 echo "$ac_t""$GTK_CONFIG" 1>&6
9385 echo "$ac_t""no" 1>&6
9388 min_gtk_version
=1.2.7
9389 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9390 echo "configure:9391: checking for GTK - version >= $min_gtk_version" >&5
9392 if test "$GTK_CONFIG" != "no" ; then
9393 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
9394 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
9395 ac_save_CFLAGS
="$CFLAGS"
9396 ac_save_LIBS
="$LIBS"
9397 CFLAGS
="$CFLAGS $GTK_CFLAGS"
9398 LIBS
="$LIBS $GTK_LIBS"
9399 if test "$cross_compiling" = yes; then
9400 echo $ac_n "cross compiling; assumed OK... $ac_c"
9402 cat > conftest.
$ac_ext <<EOF
9403 #line 9404 "configure"
9404 #include "confdefs.h"
9406 #include <gtk/gtk.h>
9407 #include <gtk/gtkfeatures.h>
9414 int major, minor, micro;
9416 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
9417 printf("%s, bad version string\n", "$min_gtk_version");
9421 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
9422 (GTK_MINOR_VERSION != gtk_minor_version) ||
9423 (GTK_MICRO_VERSION != gtk_micro_version)) {
9424 printf("Headers vs. library version mismatch!\n");
9428 if (gtk_minor_version == 1) return FALSE;
9430 return !((gtk_major_version > major) ||
9431 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9432 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
9436 if { (eval echo configure
:9437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9440 echo "configure: failed program was:" >&5
9441 cat conftest.
$ac_ext >&5
9448 CFLAGS
="$ac_save_CFLAGS"
9449 LIBS
="$ac_save_LIBS"
9453 if test "x$no_gtk" = x
; then
9454 echo "$ac_t""yes" 1>&6
9457 echo "$ac_t""no" 1>&6
9467 if test -z "$wx_cv_lib_gtk"; then
9469 if test x
$gtk_config_exec_prefix != x
; then
9470 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
9471 if test x
${GTK_CONFIG+set} != xset
; then
9472 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
9475 if test x
$gtk_config_prefix != x
; then
9476 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
9477 if test x
${GTK_CONFIG+set} != xset
; then
9478 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
9482 # Extract the first word of "gtk-config", so it can be a program name with args.
9483 set dummy gtk
-config; ac_word
=$2
9484 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9485 echo "configure:9486: checking for $ac_word" >&5
9486 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
9487 echo $ac_n "(cached) $ac_c" 1>&6
9489 case "$GTK_CONFIG" in
9491 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
9494 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
9497 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9499 for ac_dir
in $ac_dummy; do
9500 test -z "$ac_dir" && ac_dir
=.
9501 if test -f $ac_dir/$ac_word; then
9502 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
9507 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
9511 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
9512 if test -n "$GTK_CONFIG"; then
9513 echo "$ac_t""$GTK_CONFIG" 1>&6
9515 echo "$ac_t""no" 1>&6
9518 min_gtk_version
=1.2.3
9519 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
9520 echo "configure:9521: checking for GTK - version >= $min_gtk_version" >&5
9522 if test "$GTK_CONFIG" != "no" ; then
9523 GTK_CFLAGS
=`$GTK_CONFIG --cflags`
9524 GTK_LIBS
=`$GTK_CONFIG --libs gthread`
9525 ac_save_CFLAGS
="$CFLAGS"
9526 ac_save_LIBS
="$LIBS"
9527 CFLAGS
="$CFLAGS $GTK_CFLAGS"
9528 LIBS
="$LIBS $GTK_LIBS"
9529 if test "$cross_compiling" = yes; then
9530 echo $ac_n "cross compiling; assumed OK... $ac_c"
9532 cat > conftest.
$ac_ext <<EOF
9533 #line 9534 "configure"
9534 #include "confdefs.h"
9536 #include <gtk/gtk.h>
9537 #include <gtk/gtkfeatures.h>
9544 int major, minor, micro;
9546 if (sscanf("$min_gtk_version", "%d.%d.%d", &major, &minor, µ) != 3) {
9547 printf("%s, bad version string\n", "$min_gtk_version");
9551 if ((GTK_MAJOR_VERSION != gtk_major_version) ||
9552 (GTK_MINOR_VERSION != gtk_minor_version) ||
9553 (GTK_MICRO_VERSION != gtk_micro_version)) {
9554 printf("Headers vs. library version mismatch!\n");
9558 if (gtk_minor_version == 1) return FALSE;
9560 return !((gtk_major_version > major) ||
9561 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
9562 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)));
9566 if { (eval echo configure
:9567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
9570 echo "configure: failed program was:" >&5
9571 cat conftest.
$ac_ext >&5
9578 CFLAGS
="$ac_save_CFLAGS"
9579 LIBS
="$ac_save_LIBS"
9583 if test "x$no_gtk" = x
; then
9584 echo "$ac_t""yes" 1>&6
9587 echo "$ac_t""no" 1>&6
9597 if test -z "$wx_cv_lib_gtk"; then
9600 wx_cv_cflags_gtk
=$GTK_CFLAGS
9601 wx_cv_libs_gtk
=$GTK_LIBS
9608 if test "$gtk_version_cached" = 1; then
9609 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
9612 case "$wx_cv_lib_gtk" in
9620 *) { echo "configure: error:
9621 Please check that gtk-config is in path, the directory
9622 where GTK+ libraries are installed (returned by
9623 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
9624 equivalent variable and GTK+ is version 1.2.3 or above.
9629 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
9630 GUI_TK_LIBRARY
="$wx_cv_libs_gtk"
9632 AFMINSTALL
=afminstall
9636 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
9637 echo "configure:9638: checking for gdk_im_open in -lgdk" >&5
9638 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
9639 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9640 echo $ac_n "(cached) $ac_c" 1>&6
9642 ac_save_LIBS
="$LIBS"
9644 cat > conftest.
$ac_ext <<EOF
9645 #line 9646 "configure"
9646 #include "confdefs.h"
9647 /* Override any gcc2 internal prototype to avoid an error. */
9648 /* We use char because int might match the return type of a gcc2
9649 builtin and then its argument prototype would still apply. */
9656 if { (eval echo configure
:9657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9658 eval "ac_cv_lib_$ac_lib_var=yes"
9660 echo "configure: failed program was:" >&5
9661 cat conftest.
$ac_ext >&5
9663 eval "ac_cv_lib_$ac_lib_var=no"
9666 LIBS
="$ac_save_LIBS"
9669 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9670 echo "$ac_t""yes" 1>&6
9671 cat >> confdefs.h
<<\EOF
9676 echo "$ac_t""no" 1>&6
9681 if test "$wxUSE_MGL" = 1; then
9683 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
9684 echo "configure:9685: checking for SciTech MGL library" >&5
9685 if test "x$MGL_ROOT" = x
; then
9686 echo "$ac_t""not found" 1>&6
9687 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
9689 echo "$ac_t""$MGL_ROOT" 1>&6
9692 MGL_OS
=linux
/gcc
/glibc
9695 if test "$wxUSE_DEBUG_FLAG" = yes ; then
9696 if test -f $MGL_ROOT/lib
/debug
/$MGL_OS/libmgl.a
; then
9700 if test "x$MGL_LIB_TYPE" = x
; then
9701 if test -f $MGL_ROOT/lib
/release
/$MGL_OS/libmgl.a
; then
9702 MGL_LIB_TYPE
=release
9704 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
9708 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
9709 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$MGL_LIB_TYPE/$MGL_OS -lmgl -lmglcpp -lpm"
9711 AFMINSTALL
=afminstall
9716 if test "$wxUSE_WINE" = 1; then
9717 echo $ac_n "checking for WINE includes""... $ac_c" 1>&6
9718 echo "configure:9719: checking for WINE includes" >&5
9721 for ac_dir
in $SEARCH_INCLUDE;
9723 if test -f "$ac_dir/windows.h"; then
9724 ac_find_includes
=$ac_dir
9729 if test "$ac_find_includes" != "" ; then
9730 echo "$ac_t""found $ac_find_includes" 1>&6
9731 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE -I$ac_find_includes"
9733 echo "$ac_t""no" 1>&6
9734 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
9738 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
9739 echo "configure:9740: checking for Xpm library" >&5
9742 for ac_dir
in $SEARCH_LIB;
9744 for ac_extension
in a so sl dylib
; do
9745 if test -f "$ac_dir/libXpm.$ac_extension"; then
9746 ac_find_libraries
=$ac_dir
9752 if test "$ac_find_libraries" != "" ; then
9753 GUI_TK_LIBRARY
="-L$ac_find_libraries"
9755 cat >> confdefs.h
<<\EOF
9756 #define wxHAVE_LIB_XPM 1
9759 echo "$ac_t""found at $ac_find_libraries" 1>&6
9761 echo "$ac_t""no" 1>&6
9762 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
9766 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
9767 echo "configure:9768: checking for Mesa library" >&5
9770 for ac_dir
in $SEARCH_LIB;
9772 for ac_extension
in a so sl dylib
; do
9773 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
9774 ac_find_libraries
=$ac_dir
9780 if test "$ac_find_libraries" != "" ; then
9781 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
9782 MESA_LINK
="-lMesaGL"
9783 echo "$ac_t""found at $ac_find_libraries" 1>&6
9785 { echo "configure: error: no" 1>&2; exit 1; }
9788 GUI_TK_LINK
="-lwine $MESA_LINK $XPM_LINK -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
9789 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
9796 # If we find X, set shell vars x_includes and x_libraries to the
9797 # paths, otherwise set no_x=yes.
9798 # Uses ac_ vars as temps to allow command line to override cache and checks.
9799 # --without-x overrides everything else, but does not touch the cache.
9800 echo $ac_n "checking for X""... $ac_c" 1>&6
9801 echo "configure:9802: checking for X" >&5
9803 # Check whether --with-x or --without-x was given.
9804 if test "${with_x+set}" = set; then
9809 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
9810 if test "x$with_x" = xno
; then
9811 # The user explicitly disabled X.
9814 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
9815 # Both variables are already set.
9818 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
9819 echo $ac_n "(cached) $ac_c" 1>&6
9821 # One or both of the vars are not set, and there is no cached value.
9822 ac_x_includes
=NO ac_x_libraries
=NO
9824 if mkdir conftestdir
; then
9826 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
9827 cat > Imakefile
<<'EOF'
9829 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
9831 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9832 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
9833 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
9834 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9835 for ac_extension
in a so sl
; do
9836 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
9837 test -f $ac_im_libdir/libX11.
$ac_extension; then
9838 ac_im_usrlibdir
=$ac_im_libdir; break
9841 # Screen out bogus values from the imake configuration. They are
9842 # bogus both because they are the default anyway, and because
9843 # using them would break gcc on systems where it needs fixed includes.
9844 case "$ac_im_incroot" in
9846 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
9848 case "$ac_im_usrlibdir" in
9850 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
9857 if test "$ac_x_includes" = NO
; then
9858 # Guess where to find include files, by looking for this one X11 .h file.
9859 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
9861 # First, try using that file with no special directory specified.
9862 cat > conftest.
$ac_ext <<EOF
9863 #line 9864 "configure"
9864 #include "confdefs.h"
9865 #include <$x_direct_test_include>
9867 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9868 { (eval echo configure
:9869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9869 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9870 if test -z "$ac_err"; then
9872 # We can compile using X headers with no special include directory.
9876 echo "configure: failed program was:" >&5
9877 cat conftest.
$ac_ext >&5
9879 # Look for the header file in a standard set of common directories.
9880 # Check X11 before X11Rn because it is often a symlink to the current release.
9883 /usr
/X
11R
6/include \
9884 /usr
/X
11R
5/include \
9885 /usr
/X
11R
4/include \
9888 /usr
/include
/X11R6 \
9889 /usr
/include
/X11R5 \
9890 /usr
/include
/X11R4 \
9892 /usr
/local
/X
11/include \
9893 /usr
/local
/X
11R
6/include \
9894 /usr
/local
/X
11R
5/include \
9895 /usr
/local
/X
11R
4/include \
9897 /usr
/local
/include
/X11 \
9898 /usr
/local
/include
/X11R6 \
9899 /usr
/local
/include
/X11R5 \
9900 /usr
/local
/include
/X11R4 \
9904 /usr
/XFree
86/include
/X11 \
9907 /usr
/local
/include \
9908 /usr
/unsupported
/include \
9909 /usr
/athena
/include \
9910 /usr
/local
/x
11r
5/include \
9911 /usr
/lpp
/Xamples
/include \
9913 /usr
/openwin
/include \
9914 /usr
/openwin
/share
/include \
9917 if test -r "$ac_dir/$x_direct_test_include"; then
9918 ac_x_includes
=$ac_dir
9924 fi # $ac_x_includes = NO
9926 if test "$ac_x_libraries" = NO
; then
9927 # Check for the libraries.
9929 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
9930 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
9932 # See if we find them without any special options.
9933 # Don't add to $LIBS permanently.
9934 ac_save_LIBS
="$LIBS"
9935 LIBS
="-l$x_direct_test_library $LIBS"
9936 cat > conftest.
$ac_ext <<EOF
9937 #line 9938 "configure"
9938 #include "confdefs.h"
9941 ${x_direct_test_function}()
9944 if { (eval echo configure
:9945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9946 LIBS
="$ac_save_LIBS"
9947 # We can link X programs with no special library path.
9950 echo "configure: failed program was:" >&5
9951 cat conftest.
$ac_ext >&5
9953 LIBS
="$ac_save_LIBS"
9954 # First see if replacing the include by lib works.
9955 # Check X11 before X11Rn because it is often a symlink to the current release.
9956 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
9967 /usr
/local
/X
11/lib \
9968 /usr
/local
/X
11R
6/lib \
9969 /usr
/local
/X
11R
5/lib \
9970 /usr
/local
/X
11R
4/lib \
9972 /usr
/local
/lib
/X11 \
9973 /usr
/local
/lib
/X11R6 \
9974 /usr
/local
/lib
/X11R5 \
9975 /usr
/local
/lib
/X11R4 \
9979 /usr
/XFree
86/lib
/X11 \
9983 /usr
/unsupported
/lib \
9985 /usr
/local
/x
11r
5/lib \
9986 /usr
/lpp
/Xamples
/lib \
9990 /usr
/openwin
/share
/lib \
9993 for ac_extension
in a so sl
; do
9994 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
9995 ac_x_libraries
=$ac_dir
10002 fi # $ac_x_libraries = NO
10004 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
10005 # Didn't find X anywhere. Cache the known absence of X.
10006 ac_cv_have_x
="have_x=no"
10008 # Record where we found X for the cache.
10009 ac_cv_have_x
="have_x=yes \
10010 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
10014 eval "$ac_cv_have_x"
10017 if test "$have_x" != yes; then
10018 echo "$ac_t""$have_x" 1>&6
10021 # If each of the values was on the command line, it overrides each guess.
10022 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
10023 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
10024 # Update the cache value to reflect the command line values.
10025 ac_cv_have_x
="have_x=yes \
10026 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
10027 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
10030 if test "$no_x" = yes; then
10031 # Not all programs may use this symbol, but it does not hurt to define it.
10032 cat >> confdefs.h
<<\EOF
10033 #define X_DISPLAY_MISSING 1
10036 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
10038 if test -n "$x_includes"; then
10039 X_CFLAGS
="$X_CFLAGS -I$x_includes"
10042 # It would also be nice to do this for all -L options, not just this one.
10043 if test -n "$x_libraries"; then
10044 X_LIBS
="$X_LIBS -L$x_libraries"
10045 # For Solaris; some versions of Sun CC require a space after -R and
10046 # others require no space. Words are not sufficient . . . .
10047 case "`(uname -sr) 2>/dev/null`" in
10049 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
10050 echo "configure:10051: checking whether -R must be followed by a space" >&5
10051 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
10052 cat > conftest.
$ac_ext <<EOF
10053 #line 10054 "configure"
10054 #include "confdefs.h"
10060 if { (eval echo configure
:10061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10064 echo "configure: failed program was:" >&5
10065 cat conftest.
$ac_ext >&5
10070 if test $ac_R_nospace = yes; then
10071 echo "$ac_t""no" 1>&6
10072 X_LIBS
="$X_LIBS -R$x_libraries"
10074 LIBS
="$ac_xsave_LIBS -R $x_libraries"
10075 cat > conftest.
$ac_ext <<EOF
10076 #line 10077 "configure"
10077 #include "confdefs.h"
10083 if { (eval echo configure
:10084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10087 echo "configure: failed program was:" >&5
10088 cat conftest.
$ac_ext >&5
10093 if test $ac_R_space = yes; then
10094 echo "$ac_t""yes" 1>&6
10095 X_LIBS
="$X_LIBS -R $x_libraries"
10097 echo "$ac_t""neither works" 1>&6
10100 LIBS
="$ac_xsave_LIBS"
10104 # Check for system-dependent libraries X programs must link with.
10105 # Do this before checking for the system-independent R6 libraries
10106 # (-lICE), since we may need -lsocket or whatever for X linking.
10108 if test "$ISC" = yes; then
10109 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
10111 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
10112 # libraries were built with DECnet support. And karl@cs.umb.edu says
10113 # the Alpha needs dnet_stub (dnet does not exist).
10114 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
10115 echo "configure:10116: checking for dnet_ntoa in -ldnet" >&5
10116 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10117 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10118 echo $ac_n "(cached) $ac_c" 1>&6
10120 ac_save_LIBS
="$LIBS"
10121 LIBS
="-ldnet $LIBS"
10122 cat > conftest.
$ac_ext <<EOF
10123 #line 10124 "configure"
10124 #include "confdefs.h"
10125 /* Override any gcc2 internal prototype to avoid an error. */
10126 /* We use char because int might match the return type of a gcc2
10127 builtin and then its argument prototype would still apply. */
10134 if { (eval echo configure
:10135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10136 eval "ac_cv_lib_$ac_lib_var=yes"
10138 echo "configure: failed program was:" >&5
10139 cat conftest.
$ac_ext >&5
10141 eval "ac_cv_lib_$ac_lib_var=no"
10144 LIBS
="$ac_save_LIBS"
10147 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10148 echo "$ac_t""yes" 1>&6
10149 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
10151 echo "$ac_t""no" 1>&6
10154 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
10155 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
10156 echo "configure:10157: checking for dnet_ntoa in -ldnet_stub" >&5
10157 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
10158 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10159 echo $ac_n "(cached) $ac_c" 1>&6
10161 ac_save_LIBS
="$LIBS"
10162 LIBS
="-ldnet_stub $LIBS"
10163 cat > conftest.
$ac_ext <<EOF
10164 #line 10165 "configure"
10165 #include "confdefs.h"
10166 /* Override any gcc2 internal prototype to avoid an error. */
10167 /* We use char because int might match the return type of a gcc2
10168 builtin and then its argument prototype would still apply. */
10175 if { (eval echo configure
:10176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10177 eval "ac_cv_lib_$ac_lib_var=yes"
10179 echo "configure: failed program was:" >&5
10180 cat conftest.
$ac_ext >&5
10182 eval "ac_cv_lib_$ac_lib_var=no"
10185 LIBS
="$ac_save_LIBS"
10188 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10189 echo "$ac_t""yes" 1>&6
10190 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
10192 echo "$ac_t""no" 1>&6
10197 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
10198 # to get the SysV transport functions.
10199 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
10201 # The nsl library prevents programs from opening the X display
10202 # on Irix 5.2, according to dickey@clark.net.
10203 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
10204 echo "configure:10205: checking for gethostbyname" >&5
10205 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
10206 echo $ac_n "(cached) $ac_c" 1>&6
10208 cat > conftest.
$ac_ext <<EOF
10209 #line 10210 "configure"
10210 #include "confdefs.h"
10211 /* System header to define __stub macros and hopefully few prototypes,
10212 which can conflict with char gethostbyname(); below. */
10213 #include <assert.h>
10214 /* Override any gcc2 internal prototype to avoid an error. */
10215 /* We use char because int might match the return type of a gcc2
10216 builtin and then its argument prototype would still apply. */
10217 char gethostbyname();
10221 /* The GNU C library defines this for functions which it implements
10222 to always fail with ENOSYS. Some functions are actually named
10223 something starting with __ and the normal name is an alias. */
10224 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
10232 if { (eval echo configure
:10233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10234 eval "ac_cv_func_gethostbyname=yes"
10236 echo "configure: failed program was:" >&5
10237 cat conftest.
$ac_ext >&5
10239 eval "ac_cv_func_gethostbyname=no"
10244 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
10245 echo "$ac_t""yes" 1>&6
10248 echo "$ac_t""no" 1>&6
10251 if test $ac_cv_func_gethostbyname = no
; then
10252 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
10253 echo "configure:10254: checking for gethostbyname in -lnsl" >&5
10254 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
10255 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10256 echo $ac_n "(cached) $ac_c" 1>&6
10258 ac_save_LIBS
="$LIBS"
10260 cat > conftest.
$ac_ext <<EOF
10261 #line 10262 "configure"
10262 #include "confdefs.h"
10263 /* Override any gcc2 internal prototype to avoid an error. */
10264 /* We use char because int might match the return type of a gcc2
10265 builtin and then its argument prototype would still apply. */
10266 char gethostbyname();
10272 if { (eval echo configure
:10273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10274 eval "ac_cv_lib_$ac_lib_var=yes"
10276 echo "configure: failed program was:" >&5
10277 cat conftest.
$ac_ext >&5
10279 eval "ac_cv_lib_$ac_lib_var=no"
10282 LIBS
="$ac_save_LIBS"
10285 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10286 echo "$ac_t""yes" 1>&6
10287 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
10289 echo "$ac_t""no" 1>&6
10294 # lieder@skyler.mavd.honeywell.com says without -lsocket,
10295 # socket/setsockopt and other routines are undefined under SCO ODT
10296 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
10297 # on later versions), says simon@lia.di.epfl.ch: it contains
10298 # gethostby* variants that don't use the nameserver (or something).
10299 # -lsocket must be given before -lnsl if both are needed.
10300 # We assume that if connect needs -lnsl, so does gethostbyname.
10301 echo $ac_n "checking for connect""... $ac_c" 1>&6
10302 echo "configure:10303: checking for connect" >&5
10303 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
10304 echo $ac_n "(cached) $ac_c" 1>&6
10306 cat > conftest.
$ac_ext <<EOF
10307 #line 10308 "configure"
10308 #include "confdefs.h"
10309 /* System header to define __stub macros and hopefully few prototypes,
10310 which can conflict with char connect(); below. */
10311 #include <assert.h>
10312 /* Override any gcc2 internal prototype to avoid an error. */
10313 /* We use char because int might match the return type of a gcc2
10314 builtin and then its argument prototype would still apply. */
10319 /* The GNU C library defines this for functions which it implements
10320 to always fail with ENOSYS. Some functions are actually named
10321 something starting with __ and the normal name is an alias. */
10322 #if defined (__stub_connect) || defined (__stub___connect)
10330 if { (eval echo configure
:10331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10332 eval "ac_cv_func_connect=yes"
10334 echo "configure: failed program was:" >&5
10335 cat conftest.
$ac_ext >&5
10337 eval "ac_cv_func_connect=no"
10342 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
10343 echo "$ac_t""yes" 1>&6
10346 echo "$ac_t""no" 1>&6
10349 if test $ac_cv_func_connect = no
; then
10350 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
10351 echo "configure:10352: checking for connect in -lsocket" >&5
10352 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
10353 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10354 echo $ac_n "(cached) $ac_c" 1>&6
10356 ac_save_LIBS
="$LIBS"
10357 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
10358 cat > conftest.
$ac_ext <<EOF
10359 #line 10360 "configure"
10360 #include "confdefs.h"
10361 /* Override any gcc2 internal prototype to avoid an error. */
10362 /* We use char because int might match the return type of a gcc2
10363 builtin and then its argument prototype would still apply. */
10370 if { (eval echo configure
:10371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10372 eval "ac_cv_lib_$ac_lib_var=yes"
10374 echo "configure: failed program was:" >&5
10375 cat conftest.
$ac_ext >&5
10377 eval "ac_cv_lib_$ac_lib_var=no"
10380 LIBS
="$ac_save_LIBS"
10383 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10384 echo "$ac_t""yes" 1>&6
10385 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
10387 echo "$ac_t""no" 1>&6
10392 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
10393 echo $ac_n "checking for remove""... $ac_c" 1>&6
10394 echo "configure:10395: checking for remove" >&5
10395 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
10396 echo $ac_n "(cached) $ac_c" 1>&6
10398 cat > conftest.
$ac_ext <<EOF
10399 #line 10400 "configure"
10400 #include "confdefs.h"
10401 /* System header to define __stub macros and hopefully few prototypes,
10402 which can conflict with char remove(); below. */
10403 #include <assert.h>
10404 /* Override any gcc2 internal prototype to avoid an error. */
10405 /* We use char because int might match the return type of a gcc2
10406 builtin and then its argument prototype would still apply. */
10411 /* The GNU C library defines this for functions which it implements
10412 to always fail with ENOSYS. Some functions are actually named
10413 something starting with __ and the normal name is an alias. */
10414 #if defined (__stub_remove) || defined (__stub___remove)
10422 if { (eval echo configure
:10423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10424 eval "ac_cv_func_remove=yes"
10426 echo "configure: failed program was:" >&5
10427 cat conftest.
$ac_ext >&5
10429 eval "ac_cv_func_remove=no"
10434 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
10435 echo "$ac_t""yes" 1>&6
10438 echo "$ac_t""no" 1>&6
10441 if test $ac_cv_func_remove = no
; then
10442 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
10443 echo "configure:10444: checking for remove in -lposix" >&5
10444 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
10445 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10446 echo $ac_n "(cached) $ac_c" 1>&6
10448 ac_save_LIBS
="$LIBS"
10449 LIBS
="-lposix $LIBS"
10450 cat > conftest.
$ac_ext <<EOF
10451 #line 10452 "configure"
10452 #include "confdefs.h"
10453 /* Override any gcc2 internal prototype to avoid an error. */
10454 /* We use char because int might match the return type of a gcc2
10455 builtin and then its argument prototype would still apply. */
10462 if { (eval echo configure
:10463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10464 eval "ac_cv_lib_$ac_lib_var=yes"
10466 echo "configure: failed program was:" >&5
10467 cat conftest.
$ac_ext >&5
10469 eval "ac_cv_lib_$ac_lib_var=no"
10472 LIBS
="$ac_save_LIBS"
10475 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10476 echo "$ac_t""yes" 1>&6
10477 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
10479 echo "$ac_t""no" 1>&6
10484 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
10485 echo $ac_n "checking for shmat""... $ac_c" 1>&6
10486 echo "configure:10487: checking for shmat" >&5
10487 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
10488 echo $ac_n "(cached) $ac_c" 1>&6
10490 cat > conftest.
$ac_ext <<EOF
10491 #line 10492 "configure"
10492 #include "confdefs.h"
10493 /* System header to define __stub macros and hopefully few prototypes,
10494 which can conflict with char shmat(); below. */
10495 #include <assert.h>
10496 /* Override any gcc2 internal prototype to avoid an error. */
10497 /* We use char because int might match the return type of a gcc2
10498 builtin and then its argument prototype would still apply. */
10503 /* The GNU C library defines this for functions which it implements
10504 to always fail with ENOSYS. Some functions are actually named
10505 something starting with __ and the normal name is an alias. */
10506 #if defined (__stub_shmat) || defined (__stub___shmat)
10514 if { (eval echo configure
:10515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10516 eval "ac_cv_func_shmat=yes"
10518 echo "configure: failed program was:" >&5
10519 cat conftest.
$ac_ext >&5
10521 eval "ac_cv_func_shmat=no"
10526 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
10527 echo "$ac_t""yes" 1>&6
10530 echo "$ac_t""no" 1>&6
10533 if test $ac_cv_func_shmat = no
; then
10534 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
10535 echo "configure:10536: checking for shmat in -lipc" >&5
10536 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
10537 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10538 echo $ac_n "(cached) $ac_c" 1>&6
10540 ac_save_LIBS
="$LIBS"
10542 cat > conftest.
$ac_ext <<EOF
10543 #line 10544 "configure"
10544 #include "confdefs.h"
10545 /* Override any gcc2 internal prototype to avoid an error. */
10546 /* We use char because int might match the return type of a gcc2
10547 builtin and then its argument prototype would still apply. */
10554 if { (eval echo configure
:10555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10556 eval "ac_cv_lib_$ac_lib_var=yes"
10558 echo "configure: failed program was:" >&5
10559 cat conftest.
$ac_ext >&5
10561 eval "ac_cv_lib_$ac_lib_var=no"
10564 LIBS
="$ac_save_LIBS"
10567 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10568 echo "$ac_t""yes" 1>&6
10569 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
10571 echo "$ac_t""no" 1>&6
10577 # Check for libraries that X11R6 Xt/Xaw programs need.
10578 ac_save_LDFLAGS
="$LDFLAGS"
10579 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
10580 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10581 # check for ICE first), but we must link in the order -lSM -lICE or
10582 # we get undefined symbols. So assume we have SM if we have ICE.
10583 # These have to be linked with before -lX11, unlike the other
10584 # libraries we check for below, so use a different variable.
10585 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
10586 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
10587 echo "configure:10588: checking for IceConnectionNumber in -lICE" >&5
10588 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
10589 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10590 echo $ac_n "(cached) $ac_c" 1>&6
10592 ac_save_LIBS
="$LIBS"
10593 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
10594 cat > conftest.
$ac_ext <<EOF
10595 #line 10596 "configure"
10596 #include "confdefs.h"
10597 /* Override any gcc2 internal prototype to avoid an error. */
10598 /* We use char because int might match the return type of a gcc2
10599 builtin and then its argument prototype would still apply. */
10600 char IceConnectionNumber();
10603 IceConnectionNumber()
10606 if { (eval echo configure
:10607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10608 eval "ac_cv_lib_$ac_lib_var=yes"
10610 echo "configure: failed program was:" >&5
10611 cat conftest.
$ac_ext >&5
10613 eval "ac_cv_lib_$ac_lib_var=no"
10616 LIBS
="$ac_save_LIBS"
10619 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10620 echo "$ac_t""yes" 1>&6
10621 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
10623 echo "$ac_t""no" 1>&6
10626 LDFLAGS
="$ac_save_LDFLAGS"
10630 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
10631 LDFLAGS
="$LDFLAGS $X_LIBS"
10633 if test "$wxUSE_MOTIF" = 1; then
10634 if test "$no_x" = "yes"; then
10635 { echo "configure: error: X11 not found" 1>&2; exit 1; }
10638 GUI_TK_LIBRARY
="$X_LIBS"
10639 TOOLKIT_INCLUDE
="$X_CFLAGS"
10641 AFMINSTALL
=afminstall
10644 COMPILED_X_PROGRAM
=0
10646 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
10647 echo "configure:10648: checking for Motif/Lesstif headers" >&5
10650 for ac_dir
in $SEARCH_INCLUDE;
10652 if test -f "$ac_dir/Xm/Xm.h"; then
10653 ac_find_includes
=$ac_dir
10658 if test "$ac_find_includes" != "" ; then
10659 echo "$ac_t""found $ac_find_includes" 1>&6
10661 cat > conftest.
$ac_ext <<EOF
10662 #line 10663 "configure"
10663 #include "confdefs.h"
10671 version = xmUseVersion;
10675 if { (eval echo configure
:10676: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10678 echo "$ac_t""found in default search path" 1>&6
10679 COMPILED_X_PROGRAM
=1
10682 echo "configure: failed program was:" >&5
10683 cat conftest.
$ac_ext >&5
10686 echo "$ac_t""no" 1>&6
10687 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
10694 if test "$COMPILED_X_PROGRAM" = 0; then
10695 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
10696 echo "configure:10697: checking for Motif/Lesstif library" >&5
10699 for ac_dir
in $SEARCH_LIB;
10701 for ac_extension
in a so sl dylib
; do
10702 if test -f "$ac_dir/libXm.$ac_extension"; then
10703 ac_find_libraries
=$ac_dir
10709 if test "$ac_find_libraries" != "" ; then
10711 ac_path_to_include
=$ac_find_includes
10712 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
10714 if test $result = 0; then
10715 ac_path_to_include
=""
10717 ac_path_to_include
="-I$ac_find_includes"
10721 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
10723 if test $result = 0; then
10726 ac_path_to_link
="-L$ac_find_libraries"
10730 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
10731 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE $ac_path_to_include"
10732 echo "$ac_t""found at $ac_find_libraries" 1>&6
10734 cat > conftest.
$ac_ext <<EOF
10735 #line 10736 "configure"
10736 #include "confdefs.h"
10744 version = xmUseVersion;
10748 if { (eval echo configure
:10749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10751 echo "$ac_t""found in default search path" 1>&6
10752 COMPILED_X_PROGRAM
=1
10755 echo "configure: failed program was:" >&5
10756 cat conftest.
$ac_ext >&5
10759 echo "$ac_t""no" 1>&6
10760 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
10770 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
10771 echo "configure:10772: checking for Xpm library" >&5
10774 for ac_dir
in $SEARCH_LIB;
10776 for ac_extension
in a so sl dylib
; do
10777 if test -f "$ac_dir/libXpm.$ac_extension"; then
10778 ac_find_libraries
=$ac_dir
10784 if test "$ac_find_libraries" != "" ; then
10786 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
10788 if test $result = 0; then
10791 ac_path_to_link
="-L$ac_find_libraries"
10794 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $ac_path_to_link"
10796 cat >> confdefs.h
<<\EOF
10797 #define wxHAVE_LIB_XPM 1
10800 echo "$ac_t""found at $ac_find_libraries" 1>&6
10802 cat > conftest.
$ac_ext <<EOF
10803 #line 10804 "configure"
10804 #include "confdefs.h"
10806 #include <X11/xpm.h>
10812 version = XpmLibraryVersion();
10816 if { (eval echo configure
:10817: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10820 cat >> confdefs.h
<<\EOF
10821 #define wxHAVE_LIB_XPM 1
10824 echo "$ac_t""found in default search path" 1>&6
10825 COMPILED_X_PROGRAM
=0
10828 echo "configure: failed program was:" >&5
10829 cat conftest.
$ac_ext >&5
10832 echo "$ac_t""no" 1>&6
10833 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
10840 GUI_TK_LINK
="-lXm $XPM_LINK -lXmu -lXext -lXt -lX11"
10841 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GUI_TK_LINK"
10846 if test "$wxUSE_MAC" = 1; then
10851 if test "$wxUSE_PM" = 1; then
10856 if test "$TOOLKIT" != "PM" ; then
10857 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
10862 TOOLKIT_NAME
="${TOOLKIT_DIR}"
10864 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
10866 if test "$TOOLKIT_NAME" = "motif"; then
10867 TOOLKIT_VPATH
="${TOOLKIT_VPATH}${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
10870 if test "$wxUSE_UNIVERSAL" = "yes"; then
10871 TOOLKIT_NAME
="${TOOLKIT_NAME}univ"
10872 UNIV_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
10873 TOOLKIT_VPATH
="${UNIV_VPATH}${PATH_IFS}${TOOLKIT_VPATH}"
10876 SETUPH_DIR
="${TOOLKIT_DIR}"
10879 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
10880 TOOLKIT_NAME
="${TOOLKIT_NAME}d"
10883 TOOLKIT_DEF
="-D__WX${TOOLKIT}__"
10884 if test "$wxUSE_UNIVERSAL" = "yes"; then
10885 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WXUNIVERSAL__"
10888 WX_LIBRARY
="wx_${TOOLKIT_NAME}"
10890 if test "$wxUSE_UNIVERSAL" = "yes"; then
10891 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
10893 ALL_OBJECTS
="\$(GUIOBJS)"
10896 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
10898 if test "$TOOLKIT" != "MSW"; then
10899 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
10902 if test "$wxUSE_HTML" = "yes"; then
10903 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
10906 if test "$TOOLKIT" != "MSW"; then
10907 if test "$wxUSE_ODBC" = "yes" ; then
10908 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
10912 if test "x$REGEX_INCLUDE" != "x" ; then
10913 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
10916 if test "$wxUSE_LIBJPEG" = "yes" ; then
10917 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
10919 if test "$wxUSE_LIBTIFF" = "yes" ; then
10920 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
10922 if test "$wxUSE_LIBPNG" = "yes" ; then
10923 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
10925 if test "$wxUSE_ZLIB" = "yes" ; then
10926 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
10928 if test "$wxUSE_FREETYPE" = "yes" ; then
10929 ALL_OBJECTS
="${ALL_OBJECTS} \$(FREETYPEOBJS)"
10932 if test "$wxUSE_UNIVERSAL" = "yes"; then
10933 ALL_DEPFILES
="\$(GUI_LOWLEVEL_DEPS) \$(UNIVDEPS)"
10935 ALL_DEPFILES
="\$(GUIDEPS)"
10938 ALL_DEPFILES
="${ALL_DEPFILES} \$(COMMONDEPS) \$(GENERICDEPS)"
10940 if test "$TOOLKIT" != "MSW"; then
10941 ALL_DEPFILES
="${ALL_DEPFILES} \$(UNIXDEPS)"
10944 if test "$wxUSE_HTML" = "yes"; then
10945 ALL_DEPFILES
="${ALL_DEPFILES} \$(HTMLDEPS)"
10948 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
10949 if test "$wxUSE_UNIVERSAL" = "yes"; then
10950 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
10952 RPM_FILES
="src/\$(TOOLKITDIR)/rpmfiles.lst"
10953 RPM_SPEC
="wx\$(TOOLKIT).spec"
10955 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
10956 DISTDIR
="wx\$(TOOLKIT)"
10964 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
10965 TOOLKIT_NAME
="${TOOLKIT_DIR}d"
10967 TOOLKIT_NAME
="${TOOLKIT_DIR}"
10970 TOOLKIT_DEF
="-D__WXBASE__"
10972 ALL_OBJECTS
="\$(BASE_OBJS) \$(BASE_UNIX_OBJS)"
10973 ALL_DEPFILES
="\$(BASE_DEPS) \$(BASE_UNIX_DEPS)"
10975 if test "x$REGEX_INCLUDE" != "x" ; then
10976 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
10979 if test "$wxUSE_ZLIB" = "yes" ; then
10980 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
10983 WX_LIBRARY
="wx_${TOOLKIT_NAME}"
10985 PORT_FILES
="\${top_srcdir}/src/files.lst"
10986 RPM_FILES
="src/rpmfiles.lst"
10987 RPM_SPEC
="wxBase.spec"
10989 GUIDIST
="BASE_DIST"
10993 WX_LIBRARY_NAME
="lib${WX_LIBRARY}.la"
10994 WX_LIBRARY_NAME_GL
="lib${WX_LIBRARY}_gl.la"
10996 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
10997 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY}_gl.a"
11000 if test "$wxUSE_SHARED" = "yes"; then
11003 WX_LIBRARY_NAME_SHARED
="wx${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}_${WX_RELEASE_NUMBER}.dll"
11019 if test "x$SO_SUFFIX" != "x"; then
11020 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}-${WX_RELEASE}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11021 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
11024 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}-${WX_RELEASE}.${SO_SUFFIX}.${WX_CURRENT}"
11025 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}-${WX_RELEASE}.${SO_SUFFIX}"
11026 WX_LIBRARY_LINK3
="lib${WX_LIBRARY}.${SO_SUFFIX}"
11027 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${SO_SUFFIX}.${WX_CURRENT}"
11028 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY}_gl-${WX_RELEASE}.${SO_SUFFIX}"
11029 WX_LIBRARY_LINK3_GL
="lib${WX_LIBRARY}_gl.${SO_SUFFIX}"
11031 if test "$wxUSE_OPENGL" = "yes"; then
11032 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
11033 WX_ALL
="CREATE_LINKS CREATE_LINKS_GL"
11035 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
11036 WX_ALL
="CREATE_LINKS"
11039 if test "$GCC" = "yes"; then
11043 SHARED_LD
="${CXX} -shared -o"
11047 if test "$GCC" != "yes"; then
11048 LDFLAGS
="-L/usr/lib"
11050 SHARED_LD
="${CXX} -b -o"
11057 if test "$GCC" != "yes"; then
11058 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
11059 echo "configure:11060: checking for Intel compiler" >&5
11060 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
11061 echo $ac_n "(cached) $ac_c" 1>&6
11064 cat > conftest.
$ac_ext <<EOF
11065 #line 11066 "configure"
11066 #include "confdefs.h"
11070 #ifndef __INTEL_COMPILER
11076 if { (eval echo configure
:11077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11080 echo "configure: failed program was:" >&5
11081 cat conftest.
$ac_ext >&5
11090 echo "$ac_t""$wx_cv_prog_icc" 1>&6
11092 if test "$wx_cv_prog_icc" = "yes"; then
11097 if test "$wxUSE_BURNT_NAME" = "yes" ; then
11098 BURNT_LIBRARY_NAME
="-Wl,-soname,${WX_LIBRARY_LINK1}"
11099 BURNT_LIBRARY_NAME_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
11100 WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)"
11105 if test "$GCC" = yes ; then
11106 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
11108 SHARED_LD
="${CXX} -G -o"
11114 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__UNIX__ -D__DARWIN__ -D__POWERPC__"
11115 CPPFLAGS
="${CPPFLAGS} -fno-common"
11116 SHARED_LD
="${CXX} -dynamiclib -o"
11117 PIC_FLAG
="-dynamic -fPIC"
11119 if test "$wxUSE_MAC" = 1 ; then
11120 WX_ALL
="${WX_ALL} ./lib/lib${WX_LIBRARY}-${WX_RELEASE}.r"
11125 SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
11129 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
11130 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
11131 if test "$wxUSE_OPENGL" = "yes"; then
11132 WX_ALL_INSTALLED
="preinstall_gl"
11133 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
11135 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
11140 WX_LIBRARY_NAME_STATIC
="lib/libwx${WX_MAJOR_VERSION_NUMBER}${WX_MINOR_VERSION_NUMBER}_${WX_RELEASE_NUMBER}.a"
11141 SHARED_LD
="${CC} -shared -Wl,--out-implib,${WX_LIBRARY_NAME_STATIC} -o"
11142 TOOLKIT_DEF
="${TOOLKIT_DEF} -DWXUSINGDLL=1"
11143 WXMSW_DLL_DEFINES
="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
11144 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
11145 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
11146 if test "$wxUSE_OPENGL" = "yes"; then
11147 WX_ALL_INSTALLED
="preinstall_gl"
11148 WX_ALL
="${WX_LIBRARY_NAME_SHARED} ${WX_LIBRARY_NAME_SHARED_GL}"
11150 WX_ALL
="${WX_LIBRARY_NAME_SHARED}"
11155 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
11156 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
11160 SHARED_LD
="${LD} -shared -o"
11163 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
11165 *-*-irix5* | *-*-irix6* | \
11172 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
11175 if test "x$WX_TARGET_LIBRARY" = "x"; then
11176 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
11177 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
11180 WX_TARGET_LIBRARY_TYPE
="so"
11182 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
11183 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
11185 if test "$wxUSE_OPENGL" = "yes"; then
11186 WX_ALL_INSTALLED
="preinstall_gl"
11187 WX_ALL
="${WX_LIBRARY_NAME_STATIC} ${WX_LIBRARY_NAME_STATIC_GL}"
11189 WX_ALL
="${WX_LIBRARY_NAME_STATIC}"
11192 if test "$wxUSE_GUI" = "no"; then
11193 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
11196 WX_TARGET_LIBRARY_TYPE
="a"
11200 for ac_hdr
in strings.h
11202 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11203 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11204 echo "configure:11205: checking for $ac_hdr" >&5
11205 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11206 echo $ac_n "(cached) $ac_c" 1>&6
11208 cat > conftest.
$ac_ext <<EOF
11209 #line 11210 "configure"
11210 #include "confdefs.h"
11213 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11214 { (eval echo configure
:11215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11215 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11216 if test -z "$ac_err"; then
11218 eval "ac_cv_header_$ac_safe=yes"
11221 echo "configure: failed program was:" >&5
11222 cat conftest.
$ac_ext >&5
11224 eval "ac_cv_header_$ac_safe=no"
11228 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11229 echo "$ac_t""yes" 1>&6
11230 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11231 cat >> confdefs.h
<<EOF
11232 #define $ac_tr_hdr 1
11236 echo "$ac_t""no" 1>&6
11240 for ac_hdr
in stdlib.h
11242 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11243 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11244 echo "configure:11245: checking for $ac_hdr" >&5
11245 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11246 echo $ac_n "(cached) $ac_c" 1>&6
11248 cat > conftest.
$ac_ext <<EOF
11249 #line 11250 "configure"
11250 #include "confdefs.h"
11253 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11254 { (eval echo configure
:11255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11255 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11256 if test -z "$ac_err"; then
11258 eval "ac_cv_header_$ac_safe=yes"
11261 echo "configure: failed program was:" >&5
11262 cat conftest.
$ac_ext >&5
11264 eval "ac_cv_header_$ac_safe=no"
11268 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11269 echo "$ac_t""yes" 1>&6
11270 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11271 cat >> confdefs.h
<<EOF
11272 #define $ac_tr_hdr 1
11276 echo "$ac_t""no" 1>&6
11280 for ac_hdr
in unistd.h
11282 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11283 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11284 echo "configure:11285: checking for $ac_hdr" >&5
11285 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11286 echo $ac_n "(cached) $ac_c" 1>&6
11288 cat > conftest.
$ac_ext <<EOF
11289 #line 11290 "configure"
11290 #include "confdefs.h"
11293 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11294 { (eval echo configure
:11295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11295 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11296 if test -z "$ac_err"; then
11298 eval "ac_cv_header_$ac_safe=yes"
11301 echo "configure: failed program was:" >&5
11302 cat conftest.
$ac_ext >&5
11304 eval "ac_cv_header_$ac_safe=no"
11308 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11309 echo "$ac_t""yes" 1>&6
11310 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11311 cat >> confdefs.h
<<EOF
11312 #define $ac_tr_hdr 1
11316 echo "$ac_t""no" 1>&6
11320 for ac_hdr
in wchar.h
11322 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11323 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11324 echo "configure:11325: checking for $ac_hdr" >&5
11325 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11326 echo $ac_n "(cached) $ac_c" 1>&6
11328 cat > conftest.
$ac_ext <<EOF
11329 #line 11330 "configure"
11330 #include "confdefs.h"
11333 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11334 { (eval echo configure
:11335: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11335 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11336 if test -z "$ac_err"; then
11338 eval "ac_cv_header_$ac_safe=yes"
11341 echo "configure: failed program was:" >&5
11342 cat conftest.
$ac_ext >&5
11344 eval "ac_cv_header_$ac_safe=no"
11348 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11349 echo "$ac_t""yes" 1>&6
11350 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11351 cat >> confdefs.h
<<EOF
11352 #define $ac_tr_hdr 1
11356 echo "$ac_t""no" 1>&6
11360 for ac_hdr
in wcstr.h
11362 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11363 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11364 echo "configure:11365: checking for $ac_hdr" >&5
11365 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11366 echo $ac_n "(cached) $ac_c" 1>&6
11368 cat > conftest.
$ac_ext <<EOF
11369 #line 11370 "configure"
11370 #include "confdefs.h"
11373 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11374 { (eval echo configure
:11375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11375 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11376 if test -z "$ac_err"; then
11378 eval "ac_cv_header_$ac_safe=yes"
11381 echo "configure: failed program was:" >&5
11382 cat conftest.
$ac_ext >&5
11384 eval "ac_cv_header_$ac_safe=no"
11388 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11389 echo "$ac_t""yes" 1>&6
11390 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11391 cat >> confdefs.h
<<EOF
11392 #define $ac_tr_hdr 1
11396 echo "$ac_t""no" 1>&6
11400 for ac_hdr
in fnmatch.h
11402 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11403 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11404 echo "configure:11405: checking for $ac_hdr" >&5
11405 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11406 echo $ac_n "(cached) $ac_c" 1>&6
11408 cat > conftest.
$ac_ext <<EOF
11409 #line 11410 "configure"
11410 #include "confdefs.h"
11413 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11414 { (eval echo configure
:11415: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11415 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11416 if test -z "$ac_err"; then
11418 eval "ac_cv_header_$ac_safe=yes"
11421 echo "configure: failed program was:" >&5
11422 cat conftest.
$ac_ext >&5
11424 eval "ac_cv_header_$ac_safe=no"
11428 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11429 echo "$ac_t""yes" 1>&6
11430 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11431 cat >> confdefs.h
<<EOF
11432 #define $ac_tr_hdr 1
11436 echo "$ac_t""no" 1>&6
11440 for ac_hdr
in iconv.h
11442 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11443 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11444 echo "configure:11445: checking for $ac_hdr" >&5
11445 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11446 echo $ac_n "(cached) $ac_c" 1>&6
11448 cat > conftest.
$ac_ext <<EOF
11449 #line 11450 "configure"
11450 #include "confdefs.h"
11453 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11454 { (eval echo configure
:11455: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11455 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11456 if test -z "$ac_err"; then
11458 eval "ac_cv_header_$ac_safe=yes"
11461 echo "configure: failed program was:" >&5
11462 cat conftest.
$ac_ext >&5
11464 eval "ac_cv_header_$ac_safe=no"
11468 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11469 echo "$ac_t""yes" 1>&6
11470 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11471 cat >> confdefs.h
<<EOF
11472 #define $ac_tr_hdr 1
11476 echo "$ac_t""no" 1>&6
11480 for ac_hdr
in langinfo.h
11482 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11483 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11484 echo "configure:11485: checking for $ac_hdr" >&5
11485 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11486 echo $ac_n "(cached) $ac_c" 1>&6
11488 cat > conftest.
$ac_ext <<EOF
11489 #line 11490 "configure"
11490 #include "confdefs.h"
11493 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11494 { (eval echo configure
:11495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11495 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11496 if test -z "$ac_err"; then
11498 eval "ac_cv_header_$ac_safe=yes"
11501 echo "configure: failed program was:" >&5
11502 cat conftest.
$ac_ext >&5
11504 eval "ac_cv_header_$ac_safe=no"
11508 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11509 echo "$ac_t""yes" 1>&6
11510 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11511 cat >> confdefs.h
<<EOF
11512 #define $ac_tr_hdr 1
11516 echo "$ac_t""no" 1>&6
11521 if test "$wxUSE_GUI" = "yes"; then
11522 if test "$wxUSE_UNIX" = "yes"; then
11523 for ac_hdr
in X
11/XKBlib.h
11525 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11526 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11527 echo "configure:11528: checking for $ac_hdr" >&5
11528 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11529 echo $ac_n "(cached) $ac_c" 1>&6
11531 cat > conftest.
$ac_ext <<EOF
11532 #line 11533 "configure"
11533 #include "confdefs.h"
11536 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11537 { (eval echo configure
:11538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11538 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11539 if test -z "$ac_err"; then
11541 eval "ac_cv_header_$ac_safe=yes"
11544 echo "configure: failed program was:" >&5
11545 cat conftest.
$ac_ext >&5
11547 eval "ac_cv_header_$ac_safe=no"
11551 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11552 echo "$ac_t""yes" 1>&6
11553 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11554 cat >> confdefs.h
<<EOF
11555 #define $ac_tr_hdr 1
11559 echo "$ac_t""no" 1>&6
11566 if test "$USE_WIN32" = 1; then
11567 for ac_hdr
in w32api.h
11569 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11570 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11571 echo "configure:11572: checking for $ac_hdr" >&5
11572 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11573 echo $ac_n "(cached) $ac_c" 1>&6
11575 cat > conftest.
$ac_ext <<EOF
11576 #line 11577 "configure"
11577 #include "confdefs.h"
11580 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11581 { (eval echo configure
:11582: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11582 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11583 if test -z "$ac_err"; then
11585 eval "ac_cv_header_$ac_safe=yes"
11588 echo "configure: failed program was:" >&5
11589 cat conftest.
$ac_ext >&5
11591 eval "ac_cv_header_$ac_safe=no"
11595 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11596 echo "$ac_t""yes" 1>&6
11597 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11598 cat >> confdefs.h
<<EOF
11599 #define $ac_tr_hdr 1
11603 echo "$ac_t""no" 1>&6
11608 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
11609 echo "configure:11610: checking if w32api has good enough MSIE support" >&5
11610 if eval "test \"`echo '$''{'wx_cv_w32api_win_ie'+set}'`\" = set"; then
11611 echo $ac_n "(cached) $ac_c" 1>&6
11614 cat > conftest.
$ac_ext <<EOF
11615 #line 11616 "configure"
11616 #include "confdefs.h"
11617 #include <w32api.h>
11620 #define wxCHECK_W32API_VERSION( major, minor ) \
11621 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
11622 && ( ( __W32API_MAJOR_VERSION > (major) ) \
11623 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
11625 #if !wxCHECK_W32API_VERSION(1,1)
11626 #error You need w32api 1.1 or newer
11631 if { (eval echo configure
:11632: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11634 wx_cv_w32api_win_ie
=yes
11635 CPPFLAGS
="$CPPFLAGS -D_WIN_IE=0x400"
11638 echo "configure: failed program was:" >&5
11639 cat conftest.
$ac_ext >&5
11642 wx_cv_w32api_win_ie
=no
11649 echo "$ac_t""$wx_cv_w32api_win_ie" 1>&6
11653 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
11654 echo "configure:11655: checking for ANSI C header files" >&5
11655 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
11656 echo $ac_n "(cached) $ac_c" 1>&6
11658 cat > conftest.
$ac_ext <<EOF
11659 #line 11660 "configure"
11660 #include "confdefs.h"
11661 #include <stdlib.h>
11662 #include <stdarg.h>
11663 #include <string.h>
11666 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11667 { (eval echo configure
:11668: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11668 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11669 if test -z "$ac_err"; then
11671 ac_cv_header_stdc
=yes
11674 echo "configure: failed program was:" >&5
11675 cat conftest.
$ac_ext >&5
11677 ac_cv_header_stdc
=no
11681 if test $ac_cv_header_stdc = yes; then
11682 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11683 cat > conftest.
$ac_ext <<EOF
11684 #line 11685 "configure"
11685 #include "confdefs.h"
11686 #include <string.h>
11688 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11689 egrep "memchr" >/dev
/null
2>&1; then
11693 ac_cv_header_stdc
=no
11699 if test $ac_cv_header_stdc = yes; then
11700 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11701 cat > conftest.
$ac_ext <<EOF
11702 #line 11703 "configure"
11703 #include "confdefs.h"
11704 #include <stdlib.h>
11706 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11707 egrep "free" >/dev
/null
2>&1; then
11711 ac_cv_header_stdc
=no
11717 if test $ac_cv_header_stdc = yes; then
11718 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11719 if test "$cross_compiling" = yes; then
11722 cat > conftest.
$ac_ext <<EOF
11723 #line 11724 "configure"
11724 #include "confdefs.h"
11726 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11727 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11728 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11729 int main () { int i; for (i = 0; i < 256; i++)
11730 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
11734 if { (eval echo configure
:11735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11738 echo "configure: failed program was:" >&5
11739 cat conftest.
$ac_ext >&5
11741 ac_cv_header_stdc
=no
11749 echo "$ac_t""$ac_cv_header_stdc" 1>&6
11750 if test $ac_cv_header_stdc = yes; then
11751 cat >> confdefs.h
<<\EOF
11752 #define STDC_HEADERS 1
11757 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
11758 echo "configure:11759: checking for mode_t" >&5
11759 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
11760 echo $ac_n "(cached) $ac_c" 1>&6
11762 cat > conftest.
$ac_ext <<EOF
11763 #line 11764 "configure"
11764 #include "confdefs.h"
11765 #include <sys/types.h>
11767 #include <stdlib.h>
11768 #include <stddef.h>
11771 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11772 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
11774 ac_cv_type_mode_t
=yes
11777 ac_cv_type_mode_t
=no
11782 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
11783 if test $ac_cv_type_mode_t = no
; then
11784 cat >> confdefs.h
<<\EOF
11790 echo $ac_n "checking for off_t""... $ac_c" 1>&6
11791 echo "configure:11792: checking for off_t" >&5
11792 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
11793 echo $ac_n "(cached) $ac_c" 1>&6
11795 cat > conftest.
$ac_ext <<EOF
11796 #line 11797 "configure"
11797 #include "confdefs.h"
11798 #include <sys/types.h>
11800 #include <stdlib.h>
11801 #include <stddef.h>
11804 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11805 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
11807 ac_cv_type_off_t
=yes
11810 ac_cv_type_off_t
=no
11815 echo "$ac_t""$ac_cv_type_off_t" 1>&6
11816 if test $ac_cv_type_off_t = no
; then
11817 cat >> confdefs.h
<<\EOF
11823 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
11824 echo "configure:11825: checking for pid_t" >&5
11825 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
11826 echo $ac_n "(cached) $ac_c" 1>&6
11828 cat > conftest.
$ac_ext <<EOF
11829 #line 11830 "configure"
11830 #include "confdefs.h"
11831 #include <sys/types.h>
11833 #include <stdlib.h>
11834 #include <stddef.h>
11837 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11838 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
11840 ac_cv_type_pid_t
=yes
11843 ac_cv_type_pid_t
=no
11848 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
11849 if test $ac_cv_type_pid_t = no
; then
11850 cat >> confdefs.h
<<\EOF
11856 echo $ac_n "checking for size_t""... $ac_c" 1>&6
11857 echo "configure:11858: checking for size_t" >&5
11858 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
11859 echo $ac_n "(cached) $ac_c" 1>&6
11861 cat > conftest.
$ac_ext <<EOF
11862 #line 11863 "configure"
11863 #include "confdefs.h"
11864 #include <sys/types.h>
11866 #include <stdlib.h>
11867 #include <stddef.h>
11870 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11871 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
11873 ac_cv_type_size_t
=yes
11876 ac_cv_type_size_t
=no
11881 echo "$ac_t""$ac_cv_type_size_t" 1>&6
11882 if test $ac_cv_type_size_t = no
; then
11883 cat >> confdefs.h
<<\EOF
11884 #define size_t unsigned
11889 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
11890 echo "configure:11891: checking for uid_t in sys/types.h" >&5
11891 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
11892 echo $ac_n "(cached) $ac_c" 1>&6
11894 cat > conftest.
$ac_ext <<EOF
11895 #line 11896 "configure"
11896 #include "confdefs.h"
11897 #include <sys/types.h>
11899 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11900 egrep "uid_t" >/dev
/null
2>&1; then
11902 ac_cv_type_uid_t
=yes
11905 ac_cv_type_uid_t
=no
11911 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
11912 if test $ac_cv_type_uid_t = no
; then
11913 cat >> confdefs.h
<<\EOF
11917 cat >> confdefs.h
<<\EOF
11924 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
11925 echo "configure:11926: checking for wchar_t" >&5
11926 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
11927 echo $ac_n "(cached) $ac_c" 1>&6
11930 cat > conftest.
$ac_ext <<EOF
11931 #line 11932 "configure"
11932 #include "confdefs.h"
11938 ws = L"Hello, world!";
11942 if { (eval echo configure
:11943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11944 wx_cv_type_wchar_t
=yes
11946 echo "configure: failed program was:" >&5
11947 cat conftest.
$ac_ext >&5
11949 cat > conftest.
$ac_ext <<EOF
11950 #line 11951 "configure"
11951 #include "confdefs.h"
11952 #include <stdlib.h>
11957 ws = L"Hello, world!";
11961 if { (eval echo configure
:11962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11963 wx_cv_type_wchar_t
=yes
11965 echo "configure: failed program was:" >&5
11966 cat conftest.
$ac_ext >&5
11968 wx_cv_type_wchar_t
=no
11977 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
11979 if test "$wx_cv_type_wchar_t" = "yes"; then
11980 cat >> confdefs.h
<<\EOF
11981 #define wxUSE_WCHAR_T 1
11988 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11989 ac_cpp
='$CXXCPP $CPPFLAGS'
11990 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11991 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11992 cross_compiling
=$ac_cv_prog_cxx_cross
11994 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
11995 echo "configure:11996: checking if size_t is unsigned int" >&5
11996 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
11997 echo $ac_n "(cached) $ac_c" 1>&6
11999 cat > conftest.
$ac_ext <<EOF
12000 #line 12001 "configure"
12001 #include "confdefs.h"
12002 #include <stddef.h>
12007 struct Foo { void foo(size_t); void foo(unsigned int); };
12013 if { (eval echo configure
:12014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12015 wx_cv_size_t_is_uint
=no
12017 echo "configure: failed program was:" >&5
12018 cat conftest.
$ac_ext >&5
12020 wx_cv_size_t_is_uint
=yes
12027 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
12029 if test "$wx_cv_size_t_is_uint" = "yes"; then
12030 cat >> confdefs.h
<<\EOF
12031 #define wxSIZE_T_IS_UINT 1
12035 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
12036 echo "configure:12037: checking if size_t is unsigned long" >&5
12037 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
12038 echo $ac_n "(cached) $ac_c" 1>&6
12040 cat > conftest.
$ac_ext <<EOF
12041 #line 12042 "configure"
12042 #include "confdefs.h"
12043 #include <stddef.h>
12048 struct Foo { void foo(size_t); void foo(unsigned long); };
12054 if { (eval echo configure
:12055: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12056 wx_cv_size_t_is_ulong
=no
12058 echo "configure: failed program was:" >&5
12059 cat conftest.
$ac_ext >&5
12061 wx_cv_size_t_is_ulong
=yes
12068 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
12070 if test "$wx_cv_size_t_is_ulong" = "yes"; then
12071 cat >> confdefs.h
<<\EOF
12072 #define wxSIZE_T_IS_ULONG 1
12079 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12080 ac_cpp
='$CPP $CPPFLAGS'
12081 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12082 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12083 cross_compiling
=$ac_cv_prog_cc_cross
12087 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
12088 echo "configure:12089: checking for pw_gecos in struct passwd" >&5
12089 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
12090 echo $ac_n "(cached) $ac_c" 1>&6
12093 cat > conftest.
$ac_ext <<EOF
12094 #line 12095 "configure"
12095 #include "confdefs.h"
12105 if { (eval echo configure
:12106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12108 wx_cv_struct_pw_gecos
=yes
12111 echo "configure: failed program was:" >&5
12112 cat conftest.
$ac_ext >&5
12115 wx_cv_struct_pw_gecos
=no
12124 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
12126 if test "$wx_cv_struct_pw_gecos" = "yes"; then
12127 cat >> confdefs.h
<<\EOF
12128 #define HAVE_PW_GECOS 1
12134 echo $ac_n "checking for working const""... $ac_c" 1>&6
12135 echo "configure:12136: checking for working const" >&5
12136 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
12137 echo $ac_n "(cached) $ac_c" 1>&6
12139 cat > conftest.
$ac_ext <<EOF
12140 #line 12141 "configure"
12141 #include "confdefs.h"
12145 /* Ultrix mips cc rejects this. */
12146 typedef int charset[2]; const charset x;
12147 /* SunOS 4.1.1 cc rejects this. */
12148 char const *const *ccp;
12150 /* NEC SVR4.0.2 mips cc rejects this. */
12151 struct point {int x, y;};
12152 static struct point const zero = {0,0};
12153 /* AIX XL C 1.02.0.0 rejects this.
12154 It does not let you subtract one const X* pointer from another in an arm
12155 of an if-expression whose if-part is not a constant expression */
12156 const char *g = "string";
12157 ccp = &g + (g ? g-g : 0);
12158 /* HPUX 7.0 cc rejects these. */
12161 ccp = (char const *const *) p;
12162 { /* SCO 3.2v4 cc rejects this. */
12164 char const *s = 0 ? (char *) 0 : (char const *) 0;
12168 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12169 int x[] = {25, 17};
12170 const int *foo = &x[0];
12173 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12174 typedef const int *iptr;
12178 { /* AIX XL C 1.02.0.0 rejects this saying
12179 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12180 struct s { int j; const int *ap[3]; };
12181 struct s *b; b->j = 5;
12183 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12184 const int foo = 10;
12189 if { (eval echo configure
:12190: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12193 echo "configure: failed program was:" >&5
12194 cat conftest.
$ac_ext >&5
12201 echo "$ac_t""$ac_cv_c_const" 1>&6
12202 if test $ac_cv_c_const = no
; then
12203 cat >> confdefs.h
<<\EOF
12209 echo $ac_n "checking for inline""... $ac_c" 1>&6
12210 echo "configure:12211: checking for inline" >&5
12211 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
12212 echo $ac_n "(cached) $ac_c" 1>&6
12215 for ac_kw
in inline __inline__ __inline
; do
12216 cat > conftest.
$ac_ext <<EOF
12217 #line 12218 "configure"
12218 #include "confdefs.h"
12224 if { (eval echo configure
:12225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12226 ac_cv_c_inline
=$ac_kw; break
12228 echo "configure: failed program was:" >&5
12229 cat conftest.
$ac_ext >&5
12236 echo "$ac_t""$ac_cv_c_inline" 1>&6
12237 case "$ac_cv_c_inline" in
12239 no
) cat >> confdefs.h
<<\EOF
12243 *) cat >> confdefs.h
<<EOF
12244 #define inline $ac_cv_c_inline
12250 echo $ac_n "checking size of char""... $ac_c" 1>&6
12251 echo "configure:12252: checking size of char" >&5
12252 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
12253 echo $ac_n "(cached) $ac_c" 1>&6
12255 if test "$cross_compiling" = yes; then
12256 ac_cv_sizeof_char
=1
12258 cat > conftest.
$ac_ext <<EOF
12259 #line 12260 "configure"
12260 #include "confdefs.h"
12264 FILE *f=fopen("conftestval", "w");
12266 fprintf(f, "%d\n", sizeof(char));
12270 if { (eval echo configure
:12271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12272 ac_cv_sizeof_char
=`cat conftestval`
12274 echo "configure: failed program was:" >&5
12275 cat conftest.
$ac_ext >&5
12277 ac_cv_sizeof_char
=0
12283 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
12284 cat >> confdefs.h
<<EOF
12285 #define SIZEOF_CHAR $ac_cv_sizeof_char
12289 echo $ac_n "checking size of short""... $ac_c" 1>&6
12290 echo "configure:12291: checking size of short" >&5
12291 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
12292 echo $ac_n "(cached) $ac_c" 1>&6
12294 if test "$cross_compiling" = yes; then
12295 ac_cv_sizeof_short
=2
12297 cat > conftest.
$ac_ext <<EOF
12298 #line 12299 "configure"
12299 #include "confdefs.h"
12303 FILE *f=fopen("conftestval", "w");
12305 fprintf(f, "%d\n", sizeof(short));
12309 if { (eval echo configure
:12310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12311 ac_cv_sizeof_short
=`cat conftestval`
12313 echo "configure: failed program was:" >&5
12314 cat conftest.
$ac_ext >&5
12316 ac_cv_sizeof_short
=0
12322 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
12323 cat >> confdefs.h
<<EOF
12324 #define SIZEOF_SHORT $ac_cv_sizeof_short
12328 echo $ac_n "checking size of int *""... $ac_c" 1>&6
12329 echo "configure:12330: checking size of int *" >&5
12330 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
12331 echo $ac_n "(cached) $ac_c" 1>&6
12333 if test "$cross_compiling" = yes; then
12334 ac_cv_sizeof_int_p
=4
12336 cat > conftest.
$ac_ext <<EOF
12337 #line 12338 "configure"
12338 #include "confdefs.h"
12342 FILE *f=fopen("conftestval", "w");
12344 fprintf(f, "%d\n", sizeof(int *));
12348 if { (eval echo configure
:12349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12350 ac_cv_sizeof_int_p
=`cat conftestval`
12352 echo "configure: failed program was:" >&5
12353 cat conftest.
$ac_ext >&5
12355 ac_cv_sizeof_int_p
=0
12361 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
12362 cat >> confdefs.h
<<EOF
12363 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
12367 echo $ac_n "checking size of int""... $ac_c" 1>&6
12368 echo "configure:12369: checking size of int" >&5
12369 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
12370 echo $ac_n "(cached) $ac_c" 1>&6
12372 if test "$cross_compiling" = yes; then
12375 cat > conftest.
$ac_ext <<EOF
12376 #line 12377 "configure"
12377 #include "confdefs.h"
12381 FILE *f=fopen("conftestval", "w");
12383 fprintf(f, "%d\n", sizeof(int));
12387 if { (eval echo configure
:12388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12389 ac_cv_sizeof_int
=`cat conftestval`
12391 echo "configure: failed program was:" >&5
12392 cat conftest.
$ac_ext >&5
12400 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
12401 cat >> confdefs.h
<<EOF
12402 #define SIZEOF_INT $ac_cv_sizeof_int
12406 echo $ac_n "checking size of long""... $ac_c" 1>&6
12407 echo "configure:12408: checking size of long" >&5
12408 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
12409 echo $ac_n "(cached) $ac_c" 1>&6
12411 if test "$cross_compiling" = yes; then
12412 ac_cv_sizeof_long
=4
12414 cat > conftest.
$ac_ext <<EOF
12415 #line 12416 "configure"
12416 #include "confdefs.h"
12420 FILE *f=fopen("conftestval", "w");
12422 fprintf(f, "%d\n", sizeof(long));
12426 if { (eval echo configure
:12427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12428 ac_cv_sizeof_long
=`cat conftestval`
12430 echo "configure: failed program was:" >&5
12431 cat conftest.
$ac_ext >&5
12433 ac_cv_sizeof_long
=0
12439 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
12440 cat >> confdefs.h
<<EOF
12441 #define SIZEOF_LONG $ac_cv_sizeof_long
12445 echo $ac_n "checking size of long long""... $ac_c" 1>&6
12446 echo "configure:12447: checking size of long long" >&5
12447 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
12448 echo $ac_n "(cached) $ac_c" 1>&6
12450 if test "$cross_compiling" = yes; then
12451 ac_cv_sizeof_long_long
=0
12453 cat > conftest.
$ac_ext <<EOF
12454 #line 12455 "configure"
12455 #include "confdefs.h"
12459 FILE *f=fopen("conftestval", "w");
12461 fprintf(f, "%d\n", sizeof(long long));
12465 if { (eval echo configure
:12466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12467 ac_cv_sizeof_long_long
=`cat conftestval`
12469 echo "configure: failed program was:" >&5
12470 cat conftest.
$ac_ext >&5
12472 ac_cv_sizeof_long_long
=0
12478 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
12479 cat >> confdefs.h
<<EOF
12480 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12485 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
12486 echo "configure:12487: checking size of wchar_t" >&5
12487 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
12488 echo $ac_n "(cached) $ac_c" 1>&6
12491 if test "$cross_compiling" = yes; then
12492 wx_cv_sizeof_wchar_t
=4
12495 cat > conftest.
$ac_ext <<EOF
12496 #line 12497 "configure"
12497 #include "confdefs.h"
12499 #ifdef HAVE_WCHAR_H
12500 # include <wchar.h>
12502 #ifdef HAVE_STDLIB_H
12503 # include <stdlib.h>
12508 FILE *f=fopen("conftestval", "w");
12510 fprintf(f, "%i", sizeof(wchar_t));
12515 if { (eval echo configure
:12516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12517 wx_cv_sizeof_wchar_t
=`cat conftestval`
12519 echo "configure: failed program was:" >&5
12520 cat conftest.
$ac_ext >&5
12522 wx_cv_sizeof_wchar_t
=0
12530 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
12532 cat >> confdefs.h
<<EOF
12533 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
12537 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
12538 echo "configure:12539: checking whether byte ordering is bigendian" >&5
12539 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
12540 echo $ac_n "(cached) $ac_c" 1>&6
12542 ac_cv_c_bigendian
=unknown
12543 # See if sys/param.h defines the BYTE_ORDER macro.
12544 cat > conftest.
$ac_ext <<EOF
12545 #line 12546 "configure"
12546 #include "confdefs.h"
12547 #include <sys/types.h>
12548 #include <sys/param.h>
12551 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
12552 bogus endian macros
12556 if { (eval echo configure
:12557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12558 # It does; now see whether it defined to BIG_ENDIAN or not.
12559 cat > conftest.
$ac_ext <<EOF
12560 #line 12561 "configure"
12561 #include "confdefs.h"
12562 #include <sys/types.h>
12563 #include <sys/param.h>
12566 #if BYTE_ORDER != BIG_ENDIAN
12571 if { (eval echo configure
:12572: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12573 ac_cv_c_bigendian
=yes
12575 echo "configure: failed program was:" >&5
12576 cat conftest.
$ac_ext >&5
12578 ac_cv_c_bigendian
=no
12582 echo "configure: failed program was:" >&5
12583 cat conftest.
$ac_ext >&5
12586 if test $ac_cv_c_bigendian = unknown
; then
12587 if test "$cross_compiling" = yes; then
12588 ac_cv_c_bigendian
=unknown
12590 cat > conftest.
$ac_ext <<EOF
12591 #line 12592 "configure"
12592 #include "confdefs.h"
12594 /* Are we little or big endian? From Harbison&Steele. */
12598 char c[sizeof (long)];
12601 exit (u.c[sizeof (long) - 1] == 1);
12604 if { (eval echo configure
:12605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12606 ac_cv_c_bigendian
=no
12608 echo "configure: failed program was:" >&5
12609 cat conftest.
$ac_ext >&5
12611 ac_cv_c_bigendian
=yes
12619 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
12620 if test $ac_cv_c_bigendian = unknown
; then
12621 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
12623 if test $ac_cv_c_bigendian = yes; then
12624 cat >> confdefs.h
<<\EOF
12625 #define WORDS_BIGENDIAN 1
12632 if test "$cross_compiling" = "yes"; then
12633 cat >> confdefs.h
<<\EOF
12634 #define wxUSE_IOSTREAMH 1
12640 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12641 ac_cpp
='$CXXCPP $CPPFLAGS'
12642 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12643 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12644 cross_compiling
=$ac_cv_prog_cxx_cross
12647 for ac_hdr
in iostream
12649 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12650 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12651 echo "configure:12652: checking for $ac_hdr" >&5
12652 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12653 echo $ac_n "(cached) $ac_c" 1>&6
12655 cat > conftest.
$ac_ext <<EOF
12656 #line 12657 "configure"
12657 #include "confdefs.h"
12660 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12661 { (eval echo configure
:12662: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12662 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12663 if test -z "$ac_err"; then
12665 eval "ac_cv_header_$ac_safe=yes"
12668 echo "configure: failed program was:" >&5
12669 cat conftest.
$ac_ext >&5
12671 eval "ac_cv_header_$ac_safe=no"
12675 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12676 echo "$ac_t""yes" 1>&6
12677 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12678 cat >> confdefs.h
<<EOF
12679 #define $ac_tr_hdr 1
12683 echo "$ac_t""no" 1>&6
12688 if test "$ac_cv_header_iostream" = "yes" ; then
12691 cat >> confdefs.h
<<\EOF
12692 #define wxUSE_IOSTREAMH 1
12698 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12699 ac_cpp
='$CPP $CPPFLAGS'
12700 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12701 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12702 cross_compiling
=$ac_cv_prog_cc_cross
12708 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
12709 echo "configure:12710: checking if C++ compiler supports bool" >&5
12710 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
12711 echo $ac_n "(cached) $ac_c" 1>&6
12716 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12717 ac_cpp
='$CXXCPP $CPPFLAGS'
12718 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12719 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12720 cross_compiling
=$ac_cv_prog_cxx_cross
12723 cat > conftest.
$ac_ext <<EOF
12724 #line 12725 "configure"
12725 #include "confdefs.h"
12736 if { (eval echo configure
:12737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12742 echo "configure: failed program was:" >&5
12743 cat conftest.
$ac_ext >&5
12753 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12754 ac_cpp
='$CPP $CPPFLAGS'
12755 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12756 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12757 cross_compiling
=$ac_cv_prog_cc_cross
12762 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
12764 if test "$wx_cv_cpp_bool" = "yes"; then
12765 cat >> confdefs.h
<<\EOF
12766 #define HAVE_BOOL 1
12773 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
12774 echo "configure:12775: checking for wcslen in -lc" >&5
12775 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
12776 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12777 echo $ac_n "(cached) $ac_c" 1>&6
12779 ac_save_LIBS
="$LIBS"
12781 cat > conftest.
$ac_ext <<EOF
12782 #line 12783 "configure"
12783 #include "confdefs.h"
12784 /* Override any gcc2 internal prototype to avoid an error. */
12785 /* We use char because int might match the return type of a gcc2
12786 builtin and then its argument prototype would still apply. */
12793 if { (eval echo configure
:12794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12795 eval "ac_cv_lib_$ac_lib_var=yes"
12797 echo "configure: failed program was:" >&5
12798 cat conftest.
$ac_ext >&5
12800 eval "ac_cv_lib_$ac_lib_var=no"
12803 LIBS
="$ac_save_LIBS"
12806 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12807 echo "$ac_t""yes" 1>&6
12809 cat >> confdefs.h
<<\EOF
12810 #define HAVE_WCSLEN 1
12816 echo "$ac_t""no" 1>&6
12818 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
12819 echo "configure:12820: checking for wcslen in -lw" >&5
12820 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
12821 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12822 echo $ac_n "(cached) $ac_c" 1>&6
12824 ac_save_LIBS
="$LIBS"
12826 cat > conftest.
$ac_ext <<EOF
12827 #line 12828 "configure"
12828 #include "confdefs.h"
12829 /* Override any gcc2 internal prototype to avoid an error. */
12830 /* We use char because int might match the return type of a gcc2
12831 builtin and then its argument prototype would still apply. */
12838 if { (eval echo configure
:12839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12840 eval "ac_cv_lib_$ac_lib_var=yes"
12842 echo "configure: failed program was:" >&5
12843 cat conftest.
$ac_ext >&5
12845 eval "ac_cv_lib_$ac_lib_var=no"
12848 LIBS
="$ac_save_LIBS"
12851 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12852 echo "$ac_t""yes" 1>&6
12854 cat >> confdefs.h
<<\EOF
12855 #define HAVE_WCSLEN 1
12861 echo "$ac_t""no" 1>&6
12863 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
12864 echo "configure:12865: checking for wcslen in -lmsvcrt" >&5
12865 ac_lib_var
=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
12866 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12867 echo $ac_n "(cached) $ac_c" 1>&6
12869 ac_save_LIBS
="$LIBS"
12870 LIBS
="-lmsvcrt $LIBS"
12871 cat > conftest.
$ac_ext <<EOF
12872 #line 12873 "configure"
12873 #include "confdefs.h"
12874 /* Override any gcc2 internal prototype to avoid an error. */
12875 /* We use char because int might match the return type of a gcc2
12876 builtin and then its argument prototype would still apply. */
12883 if { (eval echo configure
:12884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12885 eval "ac_cv_lib_$ac_lib_var=yes"
12887 echo "configure: failed program was:" >&5
12888 cat conftest.
$ac_ext >&5
12890 eval "ac_cv_lib_$ac_lib_var=no"
12893 LIBS
="$ac_save_LIBS"
12896 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12897 echo "$ac_t""yes" 1>&6
12899 cat >> confdefs.h
<<\EOF
12900 #define HAVE_WCSLEN 1
12906 echo "$ac_t""no" 1>&6
12916 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
12917 echo "configure:12918: checking for vprintf" >&5
12918 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
12919 echo $ac_n "(cached) $ac_c" 1>&6
12921 cat > conftest.
$ac_ext <<EOF
12922 #line 12923 "configure"
12923 #include "confdefs.h"
12924 /* System header to define __stub macros and hopefully few prototypes,
12925 which can conflict with char vprintf(); below. */
12926 #include <assert.h>
12927 /* Override any gcc2 internal prototype to avoid an error. */
12928 /* We use char because int might match the return type of a gcc2
12929 builtin and then its argument prototype would still apply. */
12934 /* The GNU C library defines this for functions which it implements
12935 to always fail with ENOSYS. Some functions are actually named
12936 something starting with __ and the normal name is an alias. */
12937 #if defined (__stub_vprintf) || defined (__stub___vprintf)
12945 if { (eval echo configure
:12946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12947 eval "ac_cv_func_vprintf=yes"
12949 echo "configure: failed program was:" >&5
12950 cat conftest.
$ac_ext >&5
12952 eval "ac_cv_func_vprintf=no"
12957 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
12958 echo "$ac_t""yes" 1>&6
12959 cat >> confdefs.h
<<\EOF
12960 #define HAVE_VPRINTF 1
12964 echo "$ac_t""no" 1>&6
12967 if test "$ac_cv_func_vprintf" != yes; then
12968 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
12969 echo "configure:12970: checking for _doprnt" >&5
12970 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
12971 echo $ac_n "(cached) $ac_c" 1>&6
12973 cat > conftest.
$ac_ext <<EOF
12974 #line 12975 "configure"
12975 #include "confdefs.h"
12976 /* System header to define __stub macros and hopefully few prototypes,
12977 which can conflict with char _doprnt(); below. */
12978 #include <assert.h>
12979 /* Override any gcc2 internal prototype to avoid an error. */
12980 /* We use char because int might match the return type of a gcc2
12981 builtin and then its argument prototype would still apply. */
12986 /* The GNU C library defines this for functions which it implements
12987 to always fail with ENOSYS. Some functions are actually named
12988 something starting with __ and the normal name is an alias. */
12989 #if defined (__stub__doprnt) || defined (__stub____doprnt)
12997 if { (eval echo configure
:12998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12999 eval "ac_cv_func__doprnt=yes"
13001 echo "configure: failed program was:" >&5
13002 cat conftest.
$ac_ext >&5
13004 eval "ac_cv_func__doprnt=no"
13009 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
13010 echo "$ac_t""yes" 1>&6
13011 cat >> confdefs.h
<<\EOF
13012 #define HAVE_DOPRNT 1
13016 echo "$ac_t""no" 1>&6
13027 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
13028 echo "configure:13029: checking for vsnprintf" >&5
13029 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
13030 echo $ac_n "(cached) $ac_c" 1>&6
13033 cat > conftest.
$ac_ext <<EOF
13034 #line 13035 "configure"
13035 #include "confdefs.h"
13038 #include <stdarg.h>
13042 int wx_test_vsnprintf(const char *, ...);
13044 wx_test_vsnprintf("%s");
13048 int wx_test_vsnprintf(const char *fmt, ...)
13053 va_start(argp, fmt);
13054 vsnprintf(s, 42, fmt, argp);
13059 if { (eval echo configure
:13060: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13062 wx_cv_func_vsnprintf
=yes
13065 echo "configure: failed program was:" >&5
13066 cat conftest.
$ac_ext >&5
13069 cat > conftest.
$ac_ext <<EOF
13070 #line 13071 "configure"
13071 #include "confdefs.h"
13074 #include <stdarg.h>
13078 int wx_test_vsnprintf(const char *, ...);
13080 wx_test_vsnprintf("%s");
13084 int wx_test_vsnprintf(const char *fmt, ...)
13089 va_start(argp, fmt);
13090 _vsnprintf(s, 42, fmt, argp);
13095 if { (eval echo configure
:13096: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13098 wx_cv_func_vsnprintf
=yes
13101 echo "configure: failed program was:" >&5
13102 cat conftest.
$ac_ext >&5
13105 wx_cv_func_vsnprintf
=no
13115 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
13117 if test "$wx_cv_func_vsnprintf" = yes; then
13118 cat >> confdefs.h
<<\EOF
13119 #define HAVE_VSNPRINTF 1
13123 echo "configure: warning: unsafe function sprintf will be used instead of snprintf" 1>&2
13126 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
13127 echo "configure:13128: checking for vsscanf" >&5
13128 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
13129 echo $ac_n "(cached) $ac_c" 1>&6
13132 cat > conftest.
$ac_ext <<EOF
13133 #line 13134 "configure"
13134 #include "confdefs.h"
13137 #include <stdarg.h>
13141 int wx_test_vsscanf(const char *, ...);
13143 wx_test_vsscanf("%d");
13147 int wx_test_vsscanf(const char *fmt, ...)
13150 va_start(argp, fmt);
13151 vsscanf("42", fmt, argp);
13156 if { (eval echo configure
:13157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13159 wx_cv_func_vsscanf
=yes
13162 echo "configure: failed program was:" >&5
13163 cat conftest.
$ac_ext >&5
13166 wx_cv_func_vsscanf
=no
13173 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
13175 if test "$wx_cv_func_vsscanf" = yes; then
13176 cat >> confdefs.h
<<\EOF
13177 #define HAVE_VSSCANF 1
13182 if test "$TOOLKIT" != "MSW"; then
13187 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13188 ac_cpp
='$CXXCPP $CPPFLAGS'
13189 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13190 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13191 cross_compiling
=$ac_cv_prog_cxx_cross
13193 echo $ac_n "checking if iconv() takes char**""... $ac_c" 1>&6
13194 echo "configure:13195: checking if iconv() takes char**" >&5
13195 if eval "test \"`echo '$''{'wx_cv_iconv_takes_char'+set}'`\" = set"; then
13196 echo $ac_n "(cached) $ac_c" 1>&6
13199 cat > conftest.
$ac_ext <<EOF
13200 #line 13201 "configure"
13201 #include "confdefs.h"
13205 char **inbuf, **outbuf;
13207 size_t insz, outsz;
13208 iconv(cd, inbuf, &insz, outbuf, &outsz);
13212 if { (eval echo configure
:13213: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13214 wx_cv_iconv_takes_char
=yes
13216 echo "configure: failed program was:" >&5
13217 cat conftest.
$ac_ext >&5
13219 wx_cv_iconv_takes_char
=no
13225 echo "$ac_t""$wx_cv_iconv_takes_char" 1>&6
13227 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13228 ac_cpp
='$CPP $CPPFLAGS'
13229 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13230 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13231 cross_compiling
=$ac_cv_prog_cc_cross
13233 if test "$wx_cv_iconv_takes_char" = yes ; then
13234 cat >> confdefs.h
<<\EOF
13235 #define WX_ICONV_TAKES_CHAR 1
13241 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
13242 for ac_func
in sigaction
13244 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13245 echo "configure:13246: checking for $ac_func" >&5
13246 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13247 echo $ac_n "(cached) $ac_c" 1>&6
13249 cat > conftest.
$ac_ext <<EOF
13250 #line 13251 "configure"
13251 #include "confdefs.h"
13252 /* System header to define __stub macros and hopefully few prototypes,
13253 which can conflict with char $ac_func(); below. */
13254 #include <assert.h>
13255 /* Override any gcc2 internal prototype to avoid an error. */
13256 /* We use char because int might match the return type of a gcc2
13257 builtin and then its argument prototype would still apply. */
13262 /* The GNU C library defines this for functions which it implements
13263 to always fail with ENOSYS. Some functions are actually named
13264 something starting with __ and the normal name is an alias. */
13265 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13273 if { (eval echo configure
:13274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13275 eval "ac_cv_func_$ac_func=yes"
13277 echo "configure: failed program was:" >&5
13278 cat conftest.
$ac_ext >&5
13280 eval "ac_cv_func_$ac_func=no"
13285 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13286 echo "$ac_t""yes" 1>&6
13287 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13288 cat >> confdefs.h
<<EOF
13289 #define $ac_tr_func 1
13293 echo "$ac_t""no" 1>&6
13298 if test "$ac_cv_func_sigaction" = "no"; then
13299 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
13300 wxUSE_ON_FATAL_EXCEPTION
=no
13303 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
13306 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13307 ac_cpp
='$CXXCPP $CPPFLAGS'
13308 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13309 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13310 cross_compiling
=$ac_cv_prog_cxx_cross
13313 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
13314 echo "configure:13315: checking for sa_handler type" >&5
13315 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
13316 echo $ac_n "(cached) $ac_c" 1>&6
13319 cat > conftest.
$ac_ext <<EOF
13320 #line 13321 "configure"
13321 #include "confdefs.h"
13322 #include <signal.h>
13325 extern void testSigHandler(int);
13327 struct sigaction sa;
13328 sa.sa_handler = testSigHandler;
13332 if { (eval echo configure
:13333: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13335 wx_cv_type_sa_handler
=int
13338 echo "configure: failed program was:" >&5
13339 cat conftest.
$ac_ext >&5
13342 wx_cv_type_sa_handler
=void
13349 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
13352 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13353 ac_cpp
='$CPP $CPPFLAGS'
13354 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13355 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13356 cross_compiling
=$ac_cv_prog_cc_cross
13359 cat >> confdefs.h
<<EOF
13360 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
13366 for ac_func
in vfork
13368 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13369 echo "configure:13370: checking for $ac_func" >&5
13370 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13371 echo $ac_n "(cached) $ac_c" 1>&6
13373 cat > conftest.
$ac_ext <<EOF
13374 #line 13375 "configure"
13375 #include "confdefs.h"
13376 /* System header to define __stub macros and hopefully few prototypes,
13377 which can conflict with char $ac_func(); below. */
13378 #include <assert.h>
13379 /* Override any gcc2 internal prototype to avoid an error. */
13380 /* We use char because int might match the return type of a gcc2
13381 builtin and then its argument prototype would still apply. */
13386 /* The GNU C library defines this for functions which it implements
13387 to always fail with ENOSYS. Some functions are actually named
13388 something starting with __ and the normal name is an alias. */
13389 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13397 if { (eval echo configure
:13398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13399 eval "ac_cv_func_$ac_func=yes"
13401 echo "configure: failed program was:" >&5
13402 cat conftest.
$ac_ext >&5
13404 eval "ac_cv_func_$ac_func=no"
13409 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13410 echo "$ac_t""yes" 1>&6
13411 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13412 cat >> confdefs.h
<<EOF
13413 #define $ac_tr_func 1
13417 echo "$ac_t""no" 1>&6
13422 echo $ac_n "checking for statfs""... $ac_c" 1>&6
13423 echo "configure:13424: checking for statfs" >&5
13424 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
13425 echo $ac_n "(cached) $ac_c" 1>&6
13427 cat > conftest.
$ac_ext <<EOF
13428 #line 13429 "configure"
13429 #include "confdefs.h"
13431 #include <sys/vfs.h>
13444 if { (eval echo configure
:13445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13447 wx_cv_func_statfs
=yes
13450 echo "configure: failed program was:" >&5
13451 cat conftest.
$ac_ext >&5
13454 wx_cv_func_statfs
=no
13462 echo "$ac_t""$wx_cv_func_statfs" 1>&6
13464 if test "$wx_cv_func_statfs" = "yes"; then
13465 cat >> confdefs.h
<<\EOF
13466 #define HAVE_STATFS 1
13470 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
13473 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
13474 for ac_func
in fcntl flock
13476 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13477 echo "configure:13478: checking for $ac_func" >&5
13478 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13479 echo $ac_n "(cached) $ac_c" 1>&6
13481 cat > conftest.
$ac_ext <<EOF
13482 #line 13483 "configure"
13483 #include "confdefs.h"
13484 /* System header to define __stub macros and hopefully few prototypes,
13485 which can conflict with char $ac_func(); below. */
13486 #include <assert.h>
13487 /* Override any gcc2 internal prototype to avoid an error. */
13488 /* We use char because int might match the return type of a gcc2
13489 builtin and then its argument prototype would still apply. */
13494 /* The GNU C library defines this for functions which it implements
13495 to always fail with ENOSYS. Some functions are actually named
13496 something starting with __ and the normal name is an alias. */
13497 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13505 if { (eval echo configure
:13506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13507 eval "ac_cv_func_$ac_func=yes"
13509 echo "configure: failed program was:" >&5
13510 cat conftest.
$ac_ext >&5
13512 eval "ac_cv_func_$ac_func=no"
13517 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13518 echo "$ac_t""yes" 1>&6
13519 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13520 cat >> confdefs.h
<<EOF
13521 #define $ac_tr_func 1
13525 echo "$ac_t""no" 1>&6
13530 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
13531 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
13532 wxUSE_SNGLINST_CHECKER
=no
13536 for ac_func
in timegm
13538 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13539 echo "configure:13540: checking for $ac_func" >&5
13540 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13541 echo $ac_n "(cached) $ac_c" 1>&6
13543 cat > conftest.
$ac_ext <<EOF
13544 #line 13545 "configure"
13545 #include "confdefs.h"
13546 /* System header to define __stub macros and hopefully few prototypes,
13547 which can conflict with char $ac_func(); below. */
13548 #include <assert.h>
13549 /* Override any gcc2 internal prototype to avoid an error. */
13550 /* We use char because int might match the return type of a gcc2
13551 builtin and then its argument prototype would still apply. */
13556 /* The GNU C library defines this for functions which it implements
13557 to always fail with ENOSYS. Some functions are actually named
13558 something starting with __ and the normal name is an alias. */
13559 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13567 if { (eval echo configure
:13568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13569 eval "ac_cv_func_$ac_func=yes"
13571 echo "configure: failed program was:" >&5
13572 cat conftest.
$ac_ext >&5
13574 eval "ac_cv_func_$ac_func=no"
13579 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13580 echo "$ac_t""yes" 1>&6
13581 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13582 cat >> confdefs.h
<<EOF
13583 #define $ac_tr_func 1
13587 echo "$ac_t""no" 1>&6
13592 for ac_func
in putenv setenv
13594 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13595 echo "configure:13596: checking for $ac_func" >&5
13596 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13597 echo $ac_n "(cached) $ac_c" 1>&6
13599 cat > conftest.
$ac_ext <<EOF
13600 #line 13601 "configure"
13601 #include "confdefs.h"
13602 /* System header to define __stub macros and hopefully few prototypes,
13603 which can conflict with char $ac_func(); below. */
13604 #include <assert.h>
13605 /* Override any gcc2 internal prototype to avoid an error. */
13606 /* We use char because int might match the return type of a gcc2
13607 builtin and then its argument prototype would still apply. */
13612 /* The GNU C library defines this for functions which it implements
13613 to always fail with ENOSYS. Some functions are actually named
13614 something starting with __ and the normal name is an alias. */
13615 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13623 if { (eval echo configure
:13624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13625 eval "ac_cv_func_$ac_func=yes"
13627 echo "configure: failed program was:" >&5
13628 cat conftest.
$ac_ext >&5
13630 eval "ac_cv_func_$ac_func=no"
13635 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13636 echo "$ac_t""yes" 1>&6
13637 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13638 cat >> confdefs.h
<<EOF
13639 #define $ac_tr_func 1
13643 echo "$ac_t""no" 1>&6
13648 HAVE_SOME_SLEEP_FUNC
=0
13649 if test "$USE_BEOS" = 1; then
13650 cat >> confdefs.h
<<\EOF
13651 #define HAVE_SLEEP 1
13654 HAVE_SOME_SLEEP_FUNC
=1
13657 if test "$USE_DARWIN" = 1; then
13658 cat >> confdefs.h
<<\EOF
13659 #define HAVE_USLEEP 1
13662 HAVE_SOME_SLEEP_FUNC
=1
13665 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
13667 for ac_func
in nanosleep
13669 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13670 echo "configure:13671: checking for $ac_func" >&5
13671 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13672 echo $ac_n "(cached) $ac_c" 1>&6
13674 cat > conftest.
$ac_ext <<EOF
13675 #line 13676 "configure"
13676 #include "confdefs.h"
13677 /* System header to define __stub macros and hopefully few prototypes,
13678 which can conflict with char $ac_func(); below. */
13679 #include <assert.h>
13680 /* Override any gcc2 internal prototype to avoid an error. */
13681 /* We use char because int might match the return type of a gcc2
13682 builtin and then its argument prototype would still apply. */
13687 /* The GNU C library defines this for functions which it implements
13688 to always fail with ENOSYS. Some functions are actually named
13689 something starting with __ and the normal name is an alias. */
13690 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13698 if { (eval echo configure
:13699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13700 eval "ac_cv_func_$ac_func=yes"
13702 echo "configure: failed program was:" >&5
13703 cat conftest.
$ac_ext >&5
13705 eval "ac_cv_func_$ac_func=no"
13710 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13711 echo "$ac_t""yes" 1>&6
13712 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13713 cat >> confdefs.h
<<EOF
13714 #define $ac_tr_func 1
13716 cat >> confdefs.h
<<\EOF
13717 #define HAVE_NANOSLEEP 1
13721 echo "$ac_t""no" 1>&6
13722 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
13723 echo "configure:13724: checking for nanosleep in -lposix4" >&5
13724 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
13725 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13726 echo $ac_n "(cached) $ac_c" 1>&6
13728 ac_save_LIBS
="$LIBS"
13729 LIBS
="-lposix4 $LIBS"
13730 cat > conftest.
$ac_ext <<EOF
13731 #line 13732 "configure"
13732 #include "confdefs.h"
13733 /* Override any gcc2 internal prototype to avoid an error. */
13734 /* We use char because int might match the return type of a gcc2
13735 builtin and then its argument prototype would still apply. */
13742 if { (eval echo configure
:13743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13744 eval "ac_cv_lib_$ac_lib_var=yes"
13746 echo "configure: failed program was:" >&5
13747 cat conftest.
$ac_ext >&5
13749 eval "ac_cv_lib_$ac_lib_var=no"
13752 LIBS
="$ac_save_LIBS"
13755 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13756 echo "$ac_t""yes" 1>&6
13758 cat >> confdefs.h
<<\EOF
13759 #define HAVE_NANOSLEEP 1
13762 POSIX4_LINK
="-lposix4"
13765 echo "$ac_t""no" 1>&6
13767 for ac_func
in usleep
13769 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13770 echo "configure:13771: checking for $ac_func" >&5
13771 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13772 echo $ac_n "(cached) $ac_c" 1>&6
13774 cat > conftest.
$ac_ext <<EOF
13775 #line 13776 "configure"
13776 #include "confdefs.h"
13777 /* System header to define __stub macros and hopefully few prototypes,
13778 which can conflict with char $ac_func(); below. */
13779 #include <assert.h>
13780 /* Override any gcc2 internal prototype to avoid an error. */
13781 /* We use char because int might match the return type of a gcc2
13782 builtin and then its argument prototype would still apply. */
13787 /* The GNU C library defines this for functions which it implements
13788 to always fail with ENOSYS. Some functions are actually named
13789 something starting with __ and the normal name is an alias. */
13790 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13798 if { (eval echo configure
:13799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13800 eval "ac_cv_func_$ac_func=yes"
13802 echo "configure: failed program was:" >&5
13803 cat conftest.
$ac_ext >&5
13805 eval "ac_cv_func_$ac_func=no"
13810 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13811 echo "$ac_t""yes" 1>&6
13812 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13813 cat >> confdefs.h
<<EOF
13814 #define $ac_tr_func 1
13816 cat >> confdefs.h
<<\EOF
13817 #define HAVE_USLEEP 1
13821 echo "$ac_t""no" 1>&6
13822 echo "configure: warning: wxSleep() function will not work" 1>&2
13838 for ac_func
in uname gethostname
13840 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13841 echo "configure:13842: checking for $ac_func" >&5
13842 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13843 echo $ac_n "(cached) $ac_c" 1>&6
13845 cat > conftest.
$ac_ext <<EOF
13846 #line 13847 "configure"
13847 #include "confdefs.h"
13848 /* System header to define __stub macros and hopefully few prototypes,
13849 which can conflict with char $ac_func(); below. */
13850 #include <assert.h>
13851 /* Override any gcc2 internal prototype to avoid an error. */
13852 /* We use char because int might match the return type of a gcc2
13853 builtin and then its argument prototype would still apply. */
13858 /* The GNU C library defines this for functions which it implements
13859 to always fail with ENOSYS. Some functions are actually named
13860 something starting with __ and the normal name is an alias. */
13861 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13869 if { (eval echo configure
:13870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13871 eval "ac_cv_func_$ac_func=yes"
13873 echo "configure: failed program was:" >&5
13874 cat conftest.
$ac_ext >&5
13876 eval "ac_cv_func_$ac_func=no"
13881 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13882 echo "$ac_t""yes" 1>&6
13883 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13884 cat >> confdefs.h
<<EOF
13885 #define $ac_tr_func 1
13889 echo "$ac_t""no" 1>&6
13896 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13897 ac_cpp
='$CXXCPP $CPPFLAGS'
13898 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13899 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13900 cross_compiling
=$ac_cv_prog_cxx_cross
13903 for ac_func
in strtok_r
13905 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13906 echo "configure:13907: checking for $ac_func" >&5
13907 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13908 echo $ac_n "(cached) $ac_c" 1>&6
13910 cat > conftest.
$ac_ext <<EOF
13911 #line 13912 "configure"
13912 #include "confdefs.h"
13913 /* System header to define __stub macros and hopefully few prototypes,
13914 which can conflict with char $ac_func(); below. */
13915 #include <assert.h>
13916 /* Override any gcc2 internal prototype to avoid an error. */
13920 /* We use char because int might match the return type of a gcc2
13921 builtin and then its argument prototype would still apply. */
13926 /* The GNU C library defines this for functions which it implements
13927 to always fail with ENOSYS. Some functions are actually named
13928 something starting with __ and the normal name is an alias. */
13929 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13937 if { (eval echo configure
:13938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13939 eval "ac_cv_func_$ac_func=yes"
13941 echo "configure: failed program was:" >&5
13942 cat conftest.
$ac_ext >&5
13944 eval "ac_cv_func_$ac_func=no"
13949 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13950 echo "$ac_t""yes" 1>&6
13951 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13952 cat >> confdefs.h
<<EOF
13953 #define $ac_tr_func 1
13957 echo "$ac_t""no" 1>&6
13963 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13964 ac_cpp
='$CPP $CPPFLAGS'
13965 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13966 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13967 cross_compiling
=$ac_cv_prog_cc_cross
13971 for ac_func
in inet_addr
13973 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13974 echo "configure:13975: checking for $ac_func" >&5
13975 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13976 echo $ac_n "(cached) $ac_c" 1>&6
13978 cat > conftest.
$ac_ext <<EOF
13979 #line 13980 "configure"
13980 #include "confdefs.h"
13981 /* System header to define __stub macros and hopefully few prototypes,
13982 which can conflict with char $ac_func(); below. */
13983 #include <assert.h>
13984 /* Override any gcc2 internal prototype to avoid an error. */
13985 /* We use char because int might match the return type of a gcc2
13986 builtin and then its argument prototype would still apply. */
13991 /* The GNU C library defines this for functions which it implements
13992 to always fail with ENOSYS. Some functions are actually named
13993 something starting with __ and the normal name is an alias. */
13994 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14002 if { (eval echo configure
:14003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14004 eval "ac_cv_func_$ac_func=yes"
14006 echo "configure: failed program was:" >&5
14007 cat conftest.
$ac_ext >&5
14009 eval "ac_cv_func_$ac_func=no"
14014 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14015 echo "$ac_t""yes" 1>&6
14016 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14017 cat >> confdefs.h
<<EOF
14018 #define $ac_tr_func 1
14020 cat >> confdefs.h
<<\EOF
14021 #define HAVE_INET_ADDR 1
14025 echo "$ac_t""no" 1>&6
14026 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
14027 echo "configure:14028: checking for inet_addr in -lnsl" >&5
14028 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
14029 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14030 echo $ac_n "(cached) $ac_c" 1>&6
14032 ac_save_LIBS
="$LIBS"
14034 cat > conftest.
$ac_ext <<EOF
14035 #line 14036 "configure"
14036 #include "confdefs.h"
14037 /* Override any gcc2 internal prototype to avoid an error. */
14038 /* We use char because int might match the return type of a gcc2
14039 builtin and then its argument prototype would still apply. */
14046 if { (eval echo configure
:14047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14048 eval "ac_cv_lib_$ac_lib_var=yes"
14050 echo "configure: failed program was:" >&5
14051 cat conftest.
$ac_ext >&5
14053 eval "ac_cv_lib_$ac_lib_var=no"
14056 LIBS
="$ac_save_LIBS"
14059 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14060 echo "$ac_t""yes" 1>&6
14063 echo "$ac_t""no" 1>&6
14064 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
14065 echo "configure:14066: checking for inet_addr in -lresolv" >&5
14066 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
14067 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14068 echo $ac_n "(cached) $ac_c" 1>&6
14070 ac_save_LIBS
="$LIBS"
14071 LIBS
="-lresolv $LIBS"
14072 cat > conftest.
$ac_ext <<EOF
14073 #line 14074 "configure"
14074 #include "confdefs.h"
14075 /* Override any gcc2 internal prototype to avoid an error. */
14076 /* We use char because int might match the return type of a gcc2
14077 builtin and then its argument prototype would still apply. */
14084 if { (eval echo configure
:14085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14086 eval "ac_cv_lib_$ac_lib_var=yes"
14088 echo "configure: failed program was:" >&5
14089 cat conftest.
$ac_ext >&5
14091 eval "ac_cv_lib_$ac_lib_var=no"
14094 LIBS
="$ac_save_LIBS"
14097 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14098 echo "$ac_t""yes" 1>&6
14102 echo "$ac_t""no" 1>&6
14114 for ac_func
in inet_aton
14116 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14117 echo "configure:14118: checking for $ac_func" >&5
14118 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14119 echo $ac_n "(cached) $ac_c" 1>&6
14121 cat > conftest.
$ac_ext <<EOF
14122 #line 14123 "configure"
14123 #include "confdefs.h"
14124 /* System header to define __stub macros and hopefully few prototypes,
14125 which can conflict with char $ac_func(); below. */
14126 #include <assert.h>
14127 /* Override any gcc2 internal prototype to avoid an error. */
14128 /* We use char because int might match the return type of a gcc2
14129 builtin and then its argument prototype would still apply. */
14134 /* The GNU C library defines this for functions which it implements
14135 to always fail with ENOSYS. Some functions are actually named
14136 something starting with __ and the normal name is an alias. */
14137 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14145 if { (eval echo configure
:14146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14147 eval "ac_cv_func_$ac_func=yes"
14149 echo "configure: failed program was:" >&5
14150 cat conftest.
$ac_ext >&5
14152 eval "ac_cv_func_$ac_func=no"
14157 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14158 echo "$ac_t""yes" 1>&6
14159 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14160 cat >> confdefs.h
<<EOF
14161 #define $ac_tr_func 1
14163 cat >> confdefs.h
<<\EOF
14164 #define HAVE_INET_ATON 1
14168 echo "$ac_t""no" 1>&6
14169 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
14170 echo "configure:14171: checking for inet_aton in -l$INET_LINK" >&5
14171 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
14172 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14173 echo $ac_n "(cached) $ac_c" 1>&6
14175 ac_save_LIBS
="$LIBS"
14176 LIBS
="-l$INET_LINK $LIBS"
14177 cat > conftest.
$ac_ext <<EOF
14178 #line 14179 "configure"
14179 #include "confdefs.h"
14180 /* Override any gcc2 internal prototype to avoid an error. */
14181 /* We use char because int might match the return type of a gcc2
14182 builtin and then its argument prototype would still apply. */
14189 if { (eval echo configure
:14190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14191 eval "ac_cv_lib_$ac_lib_var=yes"
14193 echo "configure: failed program was:" >&5
14194 cat conftest.
$ac_ext >&5
14196 eval "ac_cv_lib_$ac_lib_var=no"
14199 LIBS
="$ac_save_LIBS"
14202 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14203 echo "$ac_t""yes" 1>&6
14204 cat >> confdefs.h
<<\EOF
14205 #define HAVE_INET_ATON 1
14209 echo "$ac_t""no" 1>&6
14217 if test "x$INET_LINK" != "x"; then
14218 cat >> confdefs.h
<<\EOF
14219 #define HAVE_INET_ADDR 1
14222 INET_LINK
="-l$INET_LINK"
14228 cat > confcache
<<\EOF
14229 # This file is a shell script that caches the results of configure
14230 # tests run on this system so they can be shared between configure
14231 # scripts and configure runs. It is not useful on other systems.
14232 # If it contains results you don't want to keep, you may remove or edit it.
14234 # By default, configure uses ./config.cache as the cache file,
14235 # creating it if it does not exist already. You can give configure
14236 # the --cache-file=FILE option to use a different cache file; that is
14237 # what configure does when it calls configure scripts in
14238 # subdirectories, so they share the cache.
14239 # Giving --cache-file=/dev/null disables caching, for debugging configure.
14240 # config.status only pays attention to the cache file if you give it the
14241 # --recheck option to rerun configure.
14244 # The following way of writing the cache mishandles newlines in values,
14245 # but we know of no workaround that is simple, portable, and efficient.
14246 # So, don't put newlines in cache variables' values.
14247 # Ultrix sh set writes to stderr and can't be redirected directly,
14248 # and sets the high bit in the cache file unless we assign to the vars.
14250 case `(ac_space=' '; set | grep ac_space) 2>&1` in
14252 # `set' does not quote correctly, so add quotes (double-quote substitution
14253 # turns \\\\ into \\, and sed turns \\ into \).
14255 -e "s/'/'\\\\''/g" \
14256 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
14259 # `set' quotes correctly as required by POSIX, so do not add quotes.
14260 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
14263 if cmp -s $cache_file confcache
; then
14266 if test -w $cache_file; then
14267 echo "updating cache $cache_file"
14268 cat confcache
> $cache_file
14270 echo "not updating unwritable cache $cache_file"
14277 if test "$TOOLKIT" != "MSW"; then
14283 if test "$wxUSE_THREADS" = "yes" ; then
14284 if test "$wxUSE_WINE" = 1 ; then
14285 echo "configure: warning: Threads are not supported under WINE" 1>&2
14287 elif test "$USE_BEOS" = 1; then
14288 echo "configure: warning: BeOS threads are not yet supported" 1>&2
14293 if test "$wxUSE_THREADS" = "yes" ; then
14295 if test "$USE_AIX" = 1; then
14296 THREADS_LIB
=pthreads
14298 THREADS_LIB
=pthread
14301 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
14302 echo "configure:14303: checking for pthread_create in -l$THREADS_LIB" >&5
14303 ac_lib_var
=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
14304 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14305 echo $ac_n "(cached) $ac_c" 1>&6
14307 ac_save_LIBS
="$LIBS"
14308 LIBS
="-l$THREADS_LIB $LIBS"
14309 cat > conftest.
$ac_ext <<EOF
14310 #line 14311 "configure"
14311 #include "confdefs.h"
14312 /* Override any gcc2 internal prototype to avoid an error. */
14313 /* We use char because int might match the return type of a gcc2
14314 builtin and then its argument prototype would still apply. */
14315 char pthread_create();
14321 if { (eval echo configure
:14322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14323 eval "ac_cv_lib_$ac_lib_var=yes"
14325 echo "configure: failed program was:" >&5
14326 cat conftest.
$ac_ext >&5
14328 eval "ac_cv_lib_$ac_lib_var=no"
14331 LIBS
="$ac_save_LIBS"
14334 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14335 echo "$ac_t""yes" 1>&6
14337 THREADS_OBJ
="threadpsx.lo"
14338 THREADS_LINK
=$THREADS_LIB
14341 echo "$ac_t""no" 1>&6
14343 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
14344 echo "configure:14345: checking for pthread_create in -lc_r" >&5
14345 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
14346 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14347 echo $ac_n "(cached) $ac_c" 1>&6
14349 ac_save_LIBS
="$LIBS"
14351 cat > conftest.
$ac_ext <<EOF
14352 #line 14353 "configure"
14353 #include "confdefs.h"
14354 /* Override any gcc2 internal prototype to avoid an error. */
14355 /* We use char because int might match the return type of a gcc2
14356 builtin and then its argument prototype would still apply. */
14357 char pthread_create();
14363 if { (eval echo configure
:14364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14365 eval "ac_cv_lib_$ac_lib_var=yes"
14367 echo "configure: failed program was:" >&5
14368 cat conftest.
$ac_ext >&5
14370 eval "ac_cv_lib_$ac_lib_var=no"
14373 LIBS
="$ac_save_LIBS"
14376 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14377 echo "$ac_t""yes" 1>&6
14379 THREADS_OBJ
="threadpsx.lo"
14383 echo "$ac_t""no" 1>&6
14385 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
14386 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
14387 echo "configure:14388: checking for sys/prctl.h" >&5
14388 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14389 echo $ac_n "(cached) $ac_c" 1>&6
14391 cat > conftest.
$ac_ext <<EOF
14392 #line 14393 "configure"
14393 #include "confdefs.h"
14394 #include <sys/prctl.h>
14396 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14397 { (eval echo configure
:14398: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14398 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14399 if test -z "$ac_err"; then
14401 eval "ac_cv_header_$ac_safe=yes"
14404 echo "configure: failed program was:" >&5
14405 cat conftest.
$ac_ext >&5
14407 eval "ac_cv_header_$ac_safe=no"
14411 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14412 echo "$ac_t""yes" 1>&6
14414 THREADS_OBJ
="threadsgi.lo"
14417 echo "$ac_t""no" 1>&6
14427 if test -z "$THREADS_OBJ" ; then
14429 echo "configure: warning: No thread support on this system" 1>&2
14433 if test "$wxUSE_THREADS" = "yes" ; then
14434 for ac_func
in thr_setconcurrency
14436 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14437 echo "configure:14438: checking for $ac_func" >&5
14438 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14439 echo $ac_n "(cached) $ac_c" 1>&6
14441 cat > conftest.
$ac_ext <<EOF
14442 #line 14443 "configure"
14443 #include "confdefs.h"
14444 /* System header to define __stub macros and hopefully few prototypes,
14445 which can conflict with char $ac_func(); below. */
14446 #include <assert.h>
14447 /* Override any gcc2 internal prototype to avoid an error. */
14448 /* We use char because int might match the return type of a gcc2
14449 builtin and then its argument prototype would still apply. */
14454 /* The GNU C library defines this for functions which it implements
14455 to always fail with ENOSYS. Some functions are actually named
14456 something starting with __ and the normal name is an alias. */
14457 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14465 if { (eval echo configure
:14466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14467 eval "ac_cv_func_$ac_func=yes"
14469 echo "configure: failed program was:" >&5
14470 cat conftest.
$ac_ext >&5
14472 eval "ac_cv_func_$ac_func=no"
14477 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14478 echo "$ac_t""yes" 1>&6
14479 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14480 cat >> confdefs.h
<<EOF
14481 #define $ac_tr_func 1
14485 echo "$ac_t""no" 1>&6
14491 for ac_hdr
in sched.h
14493 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14494 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14495 echo "configure:14496: checking for $ac_hdr" >&5
14496 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14497 echo $ac_n "(cached) $ac_c" 1>&6
14499 cat > conftest.
$ac_ext <<EOF
14500 #line 14501 "configure"
14501 #include "confdefs.h"
14504 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14505 { (eval echo configure
:14506: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14506 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14507 if test -z "$ac_err"; then
14509 eval "ac_cv_header_$ac_safe=yes"
14512 echo "configure: failed program was:" >&5
14513 cat conftest.
$ac_ext >&5
14515 eval "ac_cv_header_$ac_safe=no"
14519 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14520 echo "$ac_t""yes" 1>&6
14521 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14522 cat >> confdefs.h
<<EOF
14523 #define $ac_tr_hdr 1
14527 echo "$ac_t""no" 1>&6
14532 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
14533 echo "configure:14534: checking for sched_yield in -l$THREADS_LINK" >&5
14534 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
14535 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14536 echo $ac_n "(cached) $ac_c" 1>&6
14538 ac_save_LIBS
="$LIBS"
14539 LIBS
="-l$THREADS_LINK $LIBS"
14540 cat > conftest.
$ac_ext <<EOF
14541 #line 14542 "configure"
14542 #include "confdefs.h"
14543 /* Override any gcc2 internal prototype to avoid an error. */
14544 /* We use char because int might match the return type of a gcc2
14545 builtin and then its argument prototype would still apply. */
14546 char sched_yield();
14552 if { (eval echo configure
:14553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14554 eval "ac_cv_lib_$ac_lib_var=yes"
14556 echo "configure: failed program was:" >&5
14557 cat conftest.
$ac_ext >&5
14559 eval "ac_cv_lib_$ac_lib_var=no"
14562 LIBS
="$ac_save_LIBS"
14565 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14566 echo "$ac_t""yes" 1>&6
14567 cat >> confdefs.h
<<\EOF
14568 #define HAVE_SCHED_YIELD 1
14572 echo "$ac_t""no" 1>&6
14573 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
14574 echo "configure:14575: checking for sched_yield in -lposix4" >&5
14575 ac_lib_var
=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
14576 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14577 echo $ac_n "(cached) $ac_c" 1>&6
14579 ac_save_LIBS
="$LIBS"
14580 LIBS
="-lposix4 $LIBS"
14581 cat > conftest.
$ac_ext <<EOF
14582 #line 14583 "configure"
14583 #include "confdefs.h"
14584 /* Override any gcc2 internal prototype to avoid an error. */
14585 /* We use char because int might match the return type of a gcc2
14586 builtin and then its argument prototype would still apply. */
14587 char sched_yield();
14593 if { (eval echo configure
:14594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14595 eval "ac_cv_lib_$ac_lib_var=yes"
14597 echo "configure: failed program was:" >&5
14598 cat conftest.
$ac_ext >&5
14600 eval "ac_cv_lib_$ac_lib_var=no"
14603 LIBS
="$ac_save_LIBS"
14606 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14607 echo "$ac_t""yes" 1>&6
14608 cat >> confdefs.h
<<\EOF
14609 #define HAVE_SCHED_YIELD 1
14611 POSIX4_LINK
="-lposix4"
14613 echo "$ac_t""no" 1>&6
14614 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
14623 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
14624 echo "configure:14625: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
14625 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
14626 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14627 echo $ac_n "(cached) $ac_c" 1>&6
14629 ac_save_LIBS
="$LIBS"
14630 LIBS
="-l$THREADS_LINK $LIBS"
14631 cat > conftest.
$ac_ext <<EOF
14632 #line 14633 "configure"
14633 #include "confdefs.h"
14634 /* Override any gcc2 internal prototype to avoid an error. */
14635 /* We use char because int might match the return type of a gcc2
14636 builtin and then its argument prototype would still apply. */
14637 char pthread_attr_getschedpolicy();
14640 pthread_attr_getschedpolicy()
14643 if { (eval echo configure
:14644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14645 eval "ac_cv_lib_$ac_lib_var=yes"
14647 echo "configure: failed program was:" >&5
14648 cat conftest.
$ac_ext >&5
14650 eval "ac_cv_lib_$ac_lib_var=no"
14653 LIBS
="$ac_save_LIBS"
14656 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14657 echo "$ac_t""yes" 1>&6
14658 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
14659 echo "configure:14660: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
14660 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
14661 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14662 echo $ac_n "(cached) $ac_c" 1>&6
14664 ac_save_LIBS
="$LIBS"
14665 LIBS
="-l$THREADS_LINK $LIBS"
14666 cat > conftest.
$ac_ext <<EOF
14667 #line 14668 "configure"
14668 #include "confdefs.h"
14669 /* Override any gcc2 internal prototype to avoid an error. */
14670 /* We use char because int might match the return type of a gcc2
14671 builtin and then its argument prototype would still apply. */
14672 char pthread_attr_setschedparam();
14675 pthread_attr_setschedparam()
14678 if { (eval echo configure
:14679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14680 eval "ac_cv_lib_$ac_lib_var=yes"
14682 echo "configure: failed program was:" >&5
14683 cat conftest.
$ac_ext >&5
14685 eval "ac_cv_lib_$ac_lib_var=no"
14688 LIBS
="$ac_save_LIBS"
14691 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14692 echo "$ac_t""yes" 1>&6
14693 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
14694 echo "configure:14695: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
14695 ac_lib_var
=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
14696 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14697 echo $ac_n "(cached) $ac_c" 1>&6
14699 ac_save_LIBS
="$LIBS"
14700 LIBS
="-l$THREADS_LINK $LIBS"
14701 cat > conftest.
$ac_ext <<EOF
14702 #line 14703 "configure"
14703 #include "confdefs.h"
14704 /* Override any gcc2 internal prototype to avoid an error. */
14705 /* We use char because int might match the return type of a gcc2
14706 builtin and then its argument prototype would still apply. */
14707 char sched_get_priority_max();
14710 sched_get_priority_max()
14713 if { (eval echo configure
:14714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14715 eval "ac_cv_lib_$ac_lib_var=yes"
14717 echo "configure: failed program was:" >&5
14718 cat conftest.
$ac_ext >&5
14720 eval "ac_cv_lib_$ac_lib_var=no"
14723 LIBS
="$ac_save_LIBS"
14726 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14727 echo "$ac_t""yes" 1>&6
14730 echo "$ac_t""no" 1>&6
14731 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
14732 echo "configure:14733: checking for sched_get_priority_max in -lposix4" >&5
14733 ac_lib_var
=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
14734 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14735 echo $ac_n "(cached) $ac_c" 1>&6
14737 ac_save_LIBS
="$LIBS"
14738 LIBS
="-lposix4 $LIBS"
14739 cat > conftest.
$ac_ext <<EOF
14740 #line 14741 "configure"
14741 #include "confdefs.h"
14742 /* Override any gcc2 internal prototype to avoid an error. */
14743 /* We use char because int might match the return type of a gcc2
14744 builtin and then its argument prototype would still apply. */
14745 char sched_get_priority_max();
14748 sched_get_priority_max()
14751 if { (eval echo configure
:14752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14753 eval "ac_cv_lib_$ac_lib_var=yes"
14755 echo "configure: failed program was:" >&5
14756 cat conftest.
$ac_ext >&5
14758 eval "ac_cv_lib_$ac_lib_var=no"
14761 LIBS
="$ac_save_LIBS"
14764 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14765 echo "$ac_t""yes" 1>&6
14768 POSIX4_LINK
="-lposix4"
14771 echo "$ac_t""no" 1>&6
14779 echo "$ac_t""no" 1>&6
14784 echo "$ac_t""no" 1>&6
14788 if test "$HAVE_PRIOR_FUNCS" = 1; then
14789 cat >> confdefs.h
<<\EOF
14790 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
14794 echo "configure: warning: Setting thread priority will not work" 1>&2
14797 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
14798 echo "configure:14799: checking for pthread_cancel in -l$THREADS_LINK" >&5
14799 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
14800 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14801 echo $ac_n "(cached) $ac_c" 1>&6
14803 ac_save_LIBS
="$LIBS"
14804 LIBS
="-l$THREADS_LINK $LIBS"
14805 cat > conftest.
$ac_ext <<EOF
14806 #line 14807 "configure"
14807 #include "confdefs.h"
14808 /* Override any gcc2 internal prototype to avoid an error. */
14809 /* We use char because int might match the return type of a gcc2
14810 builtin and then its argument prototype would still apply. */
14811 char pthread_cancel();
14817 if { (eval echo configure
:14818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14819 eval "ac_cv_lib_$ac_lib_var=yes"
14821 echo "configure: failed program was:" >&5
14822 cat conftest.
$ac_ext >&5
14824 eval "ac_cv_lib_$ac_lib_var=no"
14827 LIBS
="$ac_save_LIBS"
14830 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14831 echo "$ac_t""yes" 1>&6
14832 cat >> confdefs.h
<<\EOF
14833 #define HAVE_PTHREAD_CANCEL 1
14837 echo "$ac_t""no" 1>&6
14838 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
14842 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
14843 echo "configure:14844: checking for pthread_cleanup_push/pop" >&5
14844 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
14845 echo $ac_n "(cached) $ac_c" 1>&6
14848 cat > conftest.
$ac_ext <<EOF
14849 #line 14850 "configure"
14850 #include "confdefs.h"
14851 #include <pthread.h>
14854 pthread_cleanup_push(NULL, NULL);
14855 pthread_cleanup_pop(0);
14859 if { (eval echo configure
:14860: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14862 wx_cv_func_pthread_cleanup_push
=yes
14865 echo "configure: failed program was:" >&5
14866 cat conftest.
$ac_ext >&5
14869 wx_cv_func_pthread_cleanup_push
=no
14876 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
14878 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
14879 cat >> confdefs.h
<<\EOF
14880 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
14886 if test "x$wx_lib_glibc21" = "xyes"; then
14887 CPPFLAGS
="$CPPFLAGS -D_GNU_SOURCE"
14890 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
14891 echo "configure:14892: checking for pthread_mutexattr_t" >&5
14892 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
14893 echo $ac_n "(cached) $ac_c" 1>&6
14896 cat > conftest.
$ac_ext <<EOF
14897 #line 14898 "configure"
14898 #include "confdefs.h"
14899 #include <pthread.h>
14902 pthread_mutexattr_t attr;
14903 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
14907 if { (eval echo configure
:14908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14910 wx_cv_type_pthread_mutexattr_t
=yes
14913 echo "configure: failed program was:" >&5
14914 cat conftest.
$ac_ext >&5
14917 wx_cv_type_pthread_mutexattr_t
=no
14925 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
14927 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
14928 cat >> confdefs.h
<<\EOF
14929 #define HAVE_PTHREAD_MUTEXATTR_T 1
14933 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
14934 echo "configure:14935: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
14935 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
14936 echo $ac_n "(cached) $ac_c" 1>&6
14939 cat > conftest.
$ac_ext <<EOF
14940 #line 14941 "configure"
14941 #include "confdefs.h"
14942 #include <pthread.h>
14945 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
14949 if { (eval echo configure
:14950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14952 wx_cv_type_pthread_rec_mutex_init
=yes
14955 echo "configure: failed program was:" >&5
14956 cat conftest.
$ac_ext >&5
14959 wx_cv_type_pthread_rec_mutex_init
=no
14967 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
14968 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
14969 cat >> confdefs.h
<<\EOF
14970 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
14974 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
14978 THREADS_LINK
="-l$THREADS_LINK"
14980 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
14981 CPPFLAGS
="${CFLAGS} -mt"
14982 CXXFLAGS
="${CXXFLAGS} -mt"
14983 LDFLAGS
="${LDFLAGS} -mt"
14989 if test "$wxUSE_THREADS" = "yes"; then
14990 cat >> confdefs.h
<<\EOF
14991 #define wxUSE_THREADS 1
14995 if test "$USE_DARWIN" != 1; then
14996 CPPFLAGS
="${CPPFLAGS} -D_REENTRANT"
14999 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
15001 if test "$ac_cv_func_strtok_r" = "yes"; then
15002 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
15003 echo "configure:15004: checking if -D_REENTRANT is needed" >&5
15004 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
15005 CPPFLAGS
="${CPPFLAGS} -D_REENTRANT"
15006 echo "$ac_t""yes" 1>&6
15008 echo "$ac_t""no" 1>&6
15013 if test "$WXGTK20" = 1 ; then
15014 cat >> confdefs.h
<<EOF
15015 #define __WXGTK20__ $WXGTK20
15021 if test "$WXGTK12" = 1 ; then
15022 cat >> confdefs.h
<<EOF
15023 #define __WXGTK12__ $WXGTK12
15028 if test "$WXGTK127" = 1 ; then
15029 cat >> confdefs.h
<<EOF
15030 #define __WXGTK127__ $WXGTK127
15035 if test "$WXWINE" = 1 ; then
15036 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WXWINE__"
15039 if test "$wxUSE_MAC" = 1 ; then
15040 TOOLKIT_DEF
="${TOOLKIT_DEF} -DTARGET_CARBON"
15041 CPPFLAGS
="${CPPFLAGS} -fpascal-strings"
15042 CXXFLAGS
="${CXXFLAGS} -cpp-precomp"
15043 # Extract the first word of "Rez", so it can be a program name with args.
15044 set dummy Rez
; ac_word
=$2
15045 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
15046 echo "configure:15047: checking for $ac_word" >&5
15047 if eval "test \"`echo '$''{'ac_cv_prog_REZ'+set}'`\" = set"; then
15048 echo $ac_n "(cached) $ac_c" 1>&6
15050 if test -n "$REZ"; then
15051 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
15053 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
15055 for ac_dir
in $ac_dummy; do
15056 test -z "$ac_dir" && ac_dir
=.
15057 if test -f $ac_dir/$ac_word; then
15058 ac_cv_prog_REZ
="Rez"
15063 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
15066 REZ
="$ac_cv_prog_REZ"
15067 if test -n "$REZ"; then
15068 echo "$ac_t""$REZ" 1>&6
15070 echo "$ac_t""no" 1>&6
15073 # Extract the first word of "Derez", so it can be a program name with args.
15074 set dummy Derez
; ac_word
=$2
15075 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
15076 echo "configure:15077: checking for $ac_word" >&5
15077 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
15078 echo $ac_n "(cached) $ac_c" 1>&6
15080 if test -n "$DEREZ"; then
15081 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
15083 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
15085 for ac_dir
in $ac_dummy; do
15086 test -z "$ac_dir" && ac_dir
=.
15087 if test -f $ac_dir/$ac_word; then
15088 ac_cv_prog_DEREZ
="Derez"
15093 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/Derez"
15096 DEREZ
="$ac_cv_prog_DEREZ"
15097 if test -n "$DEREZ"; then
15098 echo "$ac_t""$DEREZ" 1>&6
15100 echo "$ac_t""no" 1>&6
15104 REZFLAGS
="-d __UNIX__ -useDF"
15105 DEREZFLAGS
="Carbon.r -useDF"
15106 RESFLAGS
="Carbon.r -t APPL"
15107 LIBWXMACRES
="\$(LIBWX_MACRES)"
15108 LIBWXMACRESCOMP
="\$(LIBWX_MACRESCOMP)"
15111 if test "$wxUSE_CYGWIN" = 1 ; then
15112 TOOLKIT_DEF
="${TOOLKIT_DEF} -D__WIN95__"
15117 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
15122 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
15123 wxUSE_DEBUG_INFO
=yes
15127 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
15128 cat >> confdefs.h
<<\EOF
15132 WXDEBUG_DEFINE
="-D__WXDEBUG__"
15134 if test "$wxUSE_GTK" = 1 ; then
15135 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
15139 if test "$wxUSE_MEM_TRACING" = "yes" ; then
15140 cat >> confdefs.h
<<\EOF
15141 #define wxUSE_MEMORY_TRACING 1
15144 cat >> confdefs.h
<<\EOF
15145 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
15148 cat >> confdefs.h
<<\EOF
15149 #define wxUSE_DEBUG_NEW_ALWAYS 1
15152 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
15155 if test "$wxUSE_DMALLOC" = "yes" ; then
15156 DMALLOC_LINK
="-ldmalloc"
15160 if test "$wxUSE_PROFILE" = "yes" ; then
15166 CODE_GEN_FLAGS_CXX
=
15167 if test "$GCC" = yes ; then
15168 if test "$wxUSE_NO_RTTI" = "yes" ; then
15169 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS -fno-rtti"
15171 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
15172 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS -fno-exceptions"
15174 if test "$wxUSE_PERMISSIVE" = "yes" ; then
15175 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
15177 if test "$wxUSE_NO_DEPS" = "no" ; then
15178 DEP_INFO_FLAGS
="-MMD"
15183 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
15184 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
15185 if test "$wxUSE_OPTIMISE" = "no" ; then
15188 if test "$GCC" = yes ; then
15191 i586
-*-*|i686
-*-* )
15192 OPTIMISE
="${OPTIMISE} "
15200 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
15201 cat >> confdefs.h
<<\EOF
15202 #define WXWIN_COMPATIBILITY_2 1
15206 WXWIN_COMPATIBILITY_2_2
="yes"
15209 if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
15210 cat >> confdefs.h
<<\EOF
15211 #define WXWIN_COMPATIBILITY_2_2 1
15218 if test "$wxUSE_ZLIB" = "yes" -o "$wxUSE_ZLIB" = "sys" ; then
15219 cat >> confdefs.h
<<\EOF
15220 #define wxUSE_ZLIB 1
15223 if test "$wxUSE_ZLIB" = "yes" ; then
15224 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
15227 ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'`
15228 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
15229 echo "configure:15230: checking for zlib.h" >&5
15230 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15231 echo $ac_n "(cached) $ac_c" 1>&6
15233 cat > conftest.
$ac_ext <<EOF
15234 #line 15235 "configure"
15235 #include "confdefs.h"
15238 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15239 { (eval echo configure
:15240: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15240 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15241 if test -z "$ac_err"; then
15243 eval "ac_cv_header_$ac_safe=yes"
15246 echo "configure: failed program was:" >&5
15247 cat conftest.
$ac_ext >&5
15249 eval "ac_cv_header_$ac_safe=no"
15253 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15254 echo "$ac_t""yes" 1>&6
15255 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
15256 echo "configure:15257: checking for deflate in -lz" >&5
15257 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'`
15258 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15259 echo $ac_n "(cached) $ac_c" 1>&6
15261 ac_save_LIBS
="$LIBS"
15263 cat > conftest.
$ac_ext <<EOF
15264 #line 15265 "configure"
15265 #include "confdefs.h"
15266 /* Override any gcc2 internal prototype to avoid an error. */
15267 /* We use char because int might match the return type of a gcc2
15268 builtin and then its argument prototype would still apply. */
15275 if { (eval echo configure
:15276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15277 eval "ac_cv_lib_$ac_lib_var=yes"
15279 echo "configure: failed program was:" >&5
15280 cat conftest.
$ac_ext >&5
15282 eval "ac_cv_lib_$ac_lib_var=no"
15285 LIBS
="$ac_save_LIBS"
15288 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15289 echo "$ac_t""yes" 1>&6
15292 echo "$ac_t""no" 1>&6
15296 echo "$ac_t""no" 1>&6
15299 if test "x$ZLIB_LINK" = "x" ; then
15300 { echo "configure: error: system zlib compression library not found! Use --with-zlib=yes to use built-in zlib" 1>&2; exit 1; }
15306 if test "$wxUSE_LIBPNG" = "yes" -o "$wxUSE_LIBPNG" = "sys" ; then
15307 cat >> confdefs.h
<<\EOF
15308 #define wxUSE_LIBPNG 1
15311 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
15312 echo "configure: warning: --with-libpng=sys doesn't work without --with-zlib=sys, will compile the built-in libpng instead" 1>&2
15316 if test "$wxUSE_LIBPNG" = "yes" ; then
15317 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
15320 ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'`
15321 echo $ac_n "checking for png.h""... $ac_c" 1>&6
15322 echo "configure:15323: checking for png.h" >&5
15323 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15324 echo $ac_n "(cached) $ac_c" 1>&6
15326 cat > conftest.
$ac_ext <<EOF
15327 #line 15328 "configure"
15328 #include "confdefs.h"
15331 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15332 { (eval echo configure
:15333: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15333 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15334 if test -z "$ac_err"; then
15336 eval "ac_cv_header_$ac_safe=yes"
15339 echo "configure: failed program was:" >&5
15340 cat conftest.
$ac_ext >&5
15342 eval "ac_cv_header_$ac_safe=no"
15346 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15347 echo "$ac_t""yes" 1>&6
15348 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
15349 echo "configure:15350: checking for png_check_sig in -lpng" >&5
15350 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
15351 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15352 echo $ac_n "(cached) $ac_c" 1>&6
15354 ac_save_LIBS
="$LIBS"
15355 LIBS
="-lpng -lz -lm $LIBS"
15356 cat > conftest.
$ac_ext <<EOF
15357 #line 15358 "configure"
15358 #include "confdefs.h"
15359 /* Override any gcc2 internal prototype to avoid an error. */
15360 /* We use char because int might match the return type of a gcc2
15361 builtin and then its argument prototype would still apply. */
15362 char png_check_sig();
15368 if { (eval echo configure
:15369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15370 eval "ac_cv_lib_$ac_lib_var=yes"
15372 echo "configure: failed program was:" >&5
15373 cat conftest.
$ac_ext >&5
15375 eval "ac_cv_lib_$ac_lib_var=no"
15378 LIBS
="$ac_save_LIBS"
15381 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15382 echo "$ac_t""yes" 1>&6
15385 echo "$ac_t""no" 1>&6
15390 echo "$ac_t""no" 1>&6
15393 if test "x$PNG_LINK" = "x" ; then
15394 { echo "configure: error: system png library not found! Use --with-libpng=yes to use the built-in libpng" 1>&2; exit 1; }
15398 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
15402 if test "$wxUSE_LIBJPEG" = "yes" -o "$wxUSE_LIBJPEG" = "sys" ; then
15403 cat >> confdefs.h
<<\EOF
15404 #define wxUSE_LIBJPEG 1
15407 if test "$wxUSE_LIBJPEG" = "yes" ; then
15408 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
15411 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
15412 echo "configure:15413: checking for jpeglib.h" >&5
15413 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
15414 echo $ac_n "(cached) $ac_c" 1>&6
15416 cat > conftest.
$ac_ext <<EOF
15417 #line 15418 "configure"
15418 #include "confdefs.h"
15420 #undef HAVE_STDLIB_H
15422 #include <jpeglib.h>
15429 if { (eval echo configure
:15430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15431 ac_cv_header_jpeglib_h
=yes
15433 echo "configure: failed program was:" >&5
15434 cat conftest.
$ac_ext >&5
15436 ac_cv_header_jpeglib_h
=no
15443 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
15445 if test "$ac_cv_header_jpeglib_h" = "yes"; then
15446 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
15447 echo "configure:15448: checking for jpeg_read_header in -ljpeg" >&5
15448 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
15449 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15450 echo $ac_n "(cached) $ac_c" 1>&6
15452 ac_save_LIBS
="$LIBS"
15453 LIBS
="-ljpeg $LIBS"
15454 cat > conftest.
$ac_ext <<EOF
15455 #line 15456 "configure"
15456 #include "confdefs.h"
15457 /* Override any gcc2 internal prototype to avoid an error. */
15458 /* We use char because int might match the return type of a gcc2
15459 builtin and then its argument prototype would still apply. */
15460 char jpeg_read_header();
15466 if { (eval echo configure
:15467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15468 eval "ac_cv_lib_$ac_lib_var=yes"
15470 echo "configure: failed program was:" >&5
15471 cat conftest.
$ac_ext >&5
15473 eval "ac_cv_lib_$ac_lib_var=no"
15476 LIBS
="$ac_save_LIBS"
15479 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15480 echo "$ac_t""yes" 1>&6
15483 echo "$ac_t""no" 1>&6
15488 if test "x$JPEG_LINK" = "x" ; then
15489 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=yes to use the built-in one" 1>&2; exit 1; }
15495 if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
15496 cat >> confdefs.h
<<\EOF
15497 #define wxUSE_LIBTIFF 1
15500 if test "$wxUSE_LIBTIFF" = "yes" ; then
15501 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
15504 ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
15505 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
15506 echo "configure:15507: checking for tiffio.h" >&5
15507 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15508 echo $ac_n "(cached) $ac_c" 1>&6
15510 cat > conftest.
$ac_ext <<EOF
15511 #line 15512 "configure"
15512 #include "confdefs.h"
15513 #include <tiffio.h>
15515 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15516 { (eval echo configure
:15517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15517 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15518 if test -z "$ac_err"; then
15520 eval "ac_cv_header_$ac_safe=yes"
15523 echo "configure: failed program was:" >&5
15524 cat conftest.
$ac_ext >&5
15526 eval "ac_cv_header_$ac_safe=no"
15530 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15531 echo "$ac_t""yes" 1>&6
15532 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
15533 echo "configure:15534: checking for TIFFError in -ltiff" >&5
15534 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
15535 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15536 echo $ac_n "(cached) $ac_c" 1>&6
15538 ac_save_LIBS
="$LIBS"
15539 LIBS
="-ltiff -lm $LIBS"
15540 cat > conftest.
$ac_ext <<EOF
15541 #line 15542 "configure"
15542 #include "confdefs.h"
15543 /* Override any gcc2 internal prototype to avoid an error. */
15544 /* We use char because int might match the return type of a gcc2
15545 builtin and then its argument prototype would still apply. */
15552 if { (eval echo configure
:15553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15554 eval "ac_cv_lib_$ac_lib_var=yes"
15556 echo "configure: failed program was:" >&5
15557 cat conftest.
$ac_ext >&5
15559 eval "ac_cv_lib_$ac_lib_var=no"
15562 LIBS
="$ac_save_LIBS"
15565 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15566 echo "$ac_t""yes" 1>&6
15569 echo "$ac_t""no" 1>&6
15573 echo "$ac_t""no" 1>&6
15576 if test "x$TIFF_LINK" = "x" ; then
15577 { echo "configure: error: system tiff library not found! Use --with-libtiff=yes to use the built-in one" 1>&2; exit 1; }
15583 if test "$wxUSE_FREETYPE" = "yes" -o "$wxUSE_FREETYPE" = "sys" ; then
15584 cat >> confdefs.h
<<\EOF
15585 #define wxUSE_FREETYPE 1
15588 if test "$wxUSE_FREETYPE" = "yes" ; then
15589 FREETYPE_INCLUDE
="-I\${top_srcdir}/src/freetype"
15592 ac_safe
=`echo "freetype.h" | sed 'y%./+-%__p_%'`
15593 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
15594 echo "configure:15595: checking for freetype.h" >&5
15595 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15596 echo $ac_n "(cached) $ac_c" 1>&6
15598 cat > conftest.
$ac_ext <<EOF
15599 #line 15600 "configure"
15600 #include "confdefs.h"
15601 #include <freetype.h>
15603 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15604 { (eval echo configure
:15605: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15605 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15606 if test -z "$ac_err"; then
15608 eval "ac_cv_header_$ac_safe=yes"
15611 echo "configure: failed program was:" >&5
15612 cat conftest.
$ac_ext >&5
15614 eval "ac_cv_header_$ac_safe=no"
15618 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15619 echo "$ac_t""yes" 1>&6
15620 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
15621 echo "configure:15622: checking for FT_Render_Glyph in -lfreetype" >&5
15622 ac_lib_var
=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
15623 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15624 echo $ac_n "(cached) $ac_c" 1>&6
15626 ac_save_LIBS
="$LIBS"
15627 LIBS
="-lfreetype -lm $LIBS"
15628 cat > conftest.
$ac_ext <<EOF
15629 #line 15630 "configure"
15630 #include "confdefs.h"
15631 /* Override any gcc2 internal prototype to avoid an error. */
15632 /* We use char because int might match the return type of a gcc2
15633 builtin and then its argument prototype would still apply. */
15634 char FT_Render_Glyph();
15640 if { (eval echo configure
:15641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15642 eval "ac_cv_lib_$ac_lib_var=yes"
15644 echo "configure: failed program was:" >&5
15645 cat conftest.
$ac_ext >&5
15647 eval "ac_cv_lib_$ac_lib_var=no"
15650 LIBS
="$ac_save_LIBS"
15653 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15654 echo "$ac_t""yes" 1>&6
15655 FREETYPE_LINK
="-lfreetype"
15657 echo "$ac_t""no" 1>&6
15662 echo "$ac_t""no" 1>&6
15665 if test "x$FREETYPE_LINK" = "x" ; then
15666 { echo "configure: error: system freetype library not found! Use --with-freetype=yes to use the built-in freetype" 1>&2; exit 1; }
15671 if test "$wxUSE_OPENGL" = "yes"; then
15672 if test "$wxUSE_MAC" = 1; then
15673 cat >> confdefs.h
<<\EOF
15674 #define wxUSE_OPENGL 1
15677 cat >> confdefs.h
<<\EOF
15678 #define wxUSE_GLCANVAS 1
15681 OPENGL_LINK
="-framework OpenGL -framework AGL"
15682 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
15684 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
15685 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
15686 echo "configure:15687: checking for GL/gl.h" >&5
15687 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15688 echo $ac_n "(cached) $ac_c" 1>&6
15690 cat > conftest.
$ac_ext <<EOF
15691 #line 15692 "configure"
15692 #include "confdefs.h"
15695 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15696 { (eval echo configure
:15697: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15697 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15698 if test -z "$ac_err"; then
15700 eval "ac_cv_header_$ac_safe=yes"
15703 echo "configure: failed program was:" >&5
15704 cat conftest.
$ac_ext >&5
15706 eval "ac_cv_header_$ac_safe=no"
15710 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15711 echo "$ac_t""yes" 1>&6
15713 cat >> confdefs.h
<<\EOF
15714 #define wxUSE_OPENGL 1
15717 cat >> confdefs.h
<<\EOF
15718 #define wxUSE_GLCANVAS 1
15721 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
15722 echo $ac_n "checking for glFlush in -lGL""... $ac_c" 1>&6
15723 echo "configure:15724: checking for glFlush in -lGL" >&5
15724 ac_lib_var
=`echo GL'_'glFlush | sed 'y%./+-%__p_%'`
15725 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15726 echo $ac_n "(cached) $ac_c" 1>&6
15728 ac_save_LIBS
="$LIBS"
15730 cat > conftest.
$ac_ext <<EOF
15731 #line 15732 "configure"
15732 #include "confdefs.h"
15733 /* Override any gcc2 internal prototype to avoid an error. */
15734 /* We use char because int might match the return type of a gcc2
15735 builtin and then its argument prototype would still apply. */
15742 if { (eval echo configure
:15743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15744 eval "ac_cv_lib_$ac_lib_var=yes"
15746 echo "configure: failed program was:" >&5
15747 cat conftest.
$ac_ext >&5
15749 eval "ac_cv_lib_$ac_lib_var=no"
15752 LIBS
="$ac_save_LIBS"
15755 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15756 echo "$ac_t""yes" 1>&6
15758 OPENGL_LINK
="-lGL -lGLU"
15761 echo "$ac_t""no" 1>&6
15763 echo $ac_n "checking for glFlush in -lMesaGL""... $ac_c" 1>&6
15764 echo "configure:15765: checking for glFlush in -lMesaGL" >&5
15765 ac_lib_var
=`echo MesaGL'_'glFlush | sed 'y%./+-%__p_%'`
15766 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15767 echo $ac_n "(cached) $ac_c" 1>&6
15769 ac_save_LIBS
="$LIBS"
15770 LIBS
="-lMesaGL $LIBS"
15771 cat > conftest.
$ac_ext <<EOF
15772 #line 15773 "configure"
15773 #include "confdefs.h"
15774 /* Override any gcc2 internal prototype to avoid an error. */
15775 /* We use char because int might match the return type of a gcc2
15776 builtin and then its argument prototype would still apply. */
15783 if { (eval echo configure
:15784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15785 eval "ac_cv_lib_$ac_lib_var=yes"
15787 echo "configure: failed program was:" >&5
15788 cat conftest.
$ac_ext >&5
15790 eval "ac_cv_lib_$ac_lib_var=no"
15793 LIBS
="$ac_save_LIBS"
15796 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15797 echo "$ac_t""yes" 1>&6
15799 OPENGL_LINK
="-lMesaGL -lMesaGLU"
15802 echo "$ac_t""no" 1>&6
15810 echo "$ac_t""no" 1>&6
15818 if test "$wxUSE_GUI" = "yes"; then
15819 cat >> confdefs.h
<<\EOF
15820 #define wxUSE_GUI 1
15825 cat >> confdefs.h
<<\EOF
15826 #define wxUSE_NOGUI 1
15832 if test "$wxUSE_UNIX" = "yes"; then
15833 cat >> confdefs.h
<<\EOF
15834 #define wxUSE_UNIX 1
15840 if test "$wxUSE_APPLE_IEEE" = "yes"; then
15841 cat >> confdefs.h
<<\EOF
15842 #define wxUSE_APPLE_IEEE 1
15847 if test "$wxUSE_TIMER" = "yes"; then
15848 cat >> confdefs.h
<<\EOF
15849 #define wxUSE_TIMER 1
15854 if test "$wxUSE_WAVE" = "yes"; then
15855 cat >> confdefs.h
<<\EOF
15856 #define wxUSE_WAVE 1
15861 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
15862 cat >> confdefs.h
<<\EOF
15863 #define wxUSE_CMDLINE_PARSER 1
15868 if test "$wxUSE_STOPWATCH" = "yes"; then
15869 cat >> confdefs.h
<<\EOF
15870 #define wxUSE_STOPWATCH 1
15875 if test "$wxUSE_DATETIME" = "yes"; then
15876 cat >> confdefs.h
<<\EOF
15877 #define wxUSE_DATETIME 1
15882 if test "$wxUSE_TIMEDATE" = "yes"; then
15883 cat >> confdefs.h
<<\EOF
15884 #define wxUSE_TIMEDATE 1
15889 if test "$wxUSE_FILE" = "yes"; then
15890 cat >> confdefs.h
<<\EOF
15891 #define wxUSE_FILE 1
15896 if test "$wxUSE_FFILE" = "yes"; then
15897 cat >> confdefs.h
<<\EOF
15898 #define wxUSE_FFILE 1
15903 if test "$wxUSE_FILESYSTEM" = "yes"; then
15904 cat >> confdefs.h
<<\EOF
15905 #define wxUSE_FILESYSTEM 1
15910 if test "$wxUSE_FS_INET" = "yes"; then
15911 cat >> confdefs.h
<<\EOF
15912 #define wxUSE_FS_INET 1
15917 if test "$wxUSE_FS_ZIP" = "yes"; then
15918 cat >> confdefs.h
<<\EOF
15919 #define wxUSE_FS_ZIP 1
15924 if test "$wxUSE_ZIPSTREAM" = "yes"; then
15925 cat >> confdefs.h
<<\EOF
15926 #define wxUSE_ZIPSTREAM 1
15931 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
15932 cat >> confdefs.h
<<\EOF
15933 #define wxUSE_ON_FATAL_EXCEPTION 1
15938 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
15939 cat >> confdefs.h
<<\EOF
15940 #define wxUSE_SNGLINST_CHECKER 1
15945 if test "$wxUSE_BUSYINFO" = "yes"; then
15946 cat >> confdefs.h
<<\EOF
15947 #define wxUSE_BUSYINFO 1
15952 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
15953 cat >> confdefs.h
<<\EOF
15954 #define wxUSE_STD_IOSTREAM 1
15959 if test "$wxUSE_TEXTFILE" = "yes"; then
15960 if test "$wxUSE_FILE" != "yes"; then
15961 echo "configure: warning: wxTextFile requires wxFile and it won't be compiled without it" 1>&2
15963 cat >> confdefs.h
<<\EOF
15964 #define wxUSE_TEXTFILE 1
15970 if test "$wxUSE_CONFIG" = "yes" ; then
15971 if test "$wxUSE_TEXTFILE" != "yes"; then
15972 echo "configure: warning: wxConfig requires wxTextFile and it won't be compiled without it" 1>&2
15974 cat >> confdefs.h
<<\EOF
15975 #define wxUSE_CONFIG 1
15978 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
15982 if test "$wxUSE_INTL" = "yes" ; then
15983 if test "$wxUSE_FILE" != "yes"; then
15984 echo "configure: warning: I18n code requires wxFile and it won't be compiled without it" 1>&2
15986 cat >> confdefs.h
<<\EOF
15987 #define wxUSE_INTL 1
15990 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
15991 GUIDIST
="$GUIDIST INTL_DIST"
15995 if test "$wxUSE_LOG" = "yes"; then
15996 cat >> confdefs.h
<<\EOF
15997 #define wxUSE_LOG 1
16001 if test "$wxUSE_LOGGUI" = "yes"; then
16002 cat >> confdefs.h
<<\EOF
16003 #define wxUSE_LOGGUI 1
16008 if test "$wxUSE_LOGWINDOW" = "yes"; then
16009 cat >> confdefs.h
<<\EOF
16010 #define wxUSE_LOGWINDOW 1
16016 if test "$wxUSE_LONGLONG" = "yes"; then
16017 cat >> confdefs.h
<<\EOF
16018 #define wxUSE_LONGLONG 1
16023 if test "$wxUSE_GEOMETRY" = "yes"; then
16024 cat >> confdefs.h
<<\EOF
16025 #define wxUSE_GEOMETRY 1
16030 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
16031 cat >> confdefs.h
<<\EOF
16032 #define wxUSE_DIALUP_MANAGER 1
16035 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
16038 if test "$wxUSE_STREAMS" = "yes" ; then
16039 cat >> confdefs.h
<<\EOF
16040 #define wxUSE_STREAMS 1
16046 if test "$wxUSE_DATETIME" = "yes"; then
16047 for ac_func
in strptime
16049 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16050 echo "configure:16051: checking for $ac_func" >&5
16051 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16052 echo $ac_n "(cached) $ac_c" 1>&6
16054 cat > conftest.
$ac_ext <<EOF
16055 #line 16056 "configure"
16056 #include "confdefs.h"
16057 /* System header to define __stub macros and hopefully few prototypes,
16058 which can conflict with char $ac_func(); below. */
16059 #include <assert.h>
16060 /* Override any gcc2 internal prototype to avoid an error. */
16061 /* We use char because int might match the return type of a gcc2
16062 builtin and then its argument prototype would still apply. */
16067 /* The GNU C library defines this for functions which it implements
16068 to always fail with ENOSYS. Some functions are actually named
16069 something starting with __ and the normal name is an alias. */
16070 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16078 if { (eval echo configure
:16079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16080 eval "ac_cv_func_$ac_func=yes"
16082 echo "configure: failed program was:" >&5
16083 cat conftest.
$ac_ext >&5
16085 eval "ac_cv_func_$ac_func=no"
16090 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16091 echo "$ac_t""yes" 1>&6
16092 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16093 cat >> confdefs.h
<<EOF
16094 #define $ac_tr_func 1
16098 echo "$ac_t""no" 1>&6
16103 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
16104 echo "configure:16105: checking for timezone variable in <time.h>" >&5
16105 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
16106 echo $ac_n "(cached) $ac_c" 1>&6
16109 cat > conftest.
$ac_ext <<EOF
16110 #line 16111 "configure"
16111 #include "confdefs.h"
16122 if { (eval echo configure
:16123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16125 wx_cv_var_timezone
=timezone
16128 echo "configure: failed program was:" >&5
16129 cat conftest.
$ac_ext >&5
16132 cat > conftest.
$ac_ext <<EOF
16133 #line 16134 "configure"
16134 #include "confdefs.h"
16145 if { (eval echo configure
:16146: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16148 wx_cv_var_timezone
=_timezone
16151 echo "configure: failed program was:" >&5
16152 cat conftest.
$ac_ext >&5
16155 cat > conftest.
$ac_ext <<EOF
16156 #line 16157 "configure"
16157 #include "confdefs.h"
16168 if { (eval echo configure
:16169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16171 wx_cv_var_timezone
=__timezone
16174 echo "configure: failed program was:" >&5
16175 cat conftest.
$ac_ext >&5
16177 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
16193 echo "$ac_t""$wx_cv_var_timezone" 1>&6
16195 cat >> confdefs.h
<<EOF
16196 #define WX_TIMEZONE $wx_cv_var_timezone
16200 for ac_func
in localtime
16202 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16203 echo "configure:16204: checking for $ac_func" >&5
16204 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16205 echo $ac_n "(cached) $ac_c" 1>&6
16207 cat > conftest.
$ac_ext <<EOF
16208 #line 16209 "configure"
16209 #include "confdefs.h"
16210 /* System header to define __stub macros and hopefully few prototypes,
16211 which can conflict with char $ac_func(); below. */
16212 #include <assert.h>
16213 /* Override any gcc2 internal prototype to avoid an error. */
16214 /* We use char because int might match the return type of a gcc2
16215 builtin and then its argument prototype would still apply. */
16220 /* The GNU C library defines this for functions which it implements
16221 to always fail with ENOSYS. Some functions are actually named
16222 something starting with __ and the normal name is an alias. */
16223 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16231 if { (eval echo configure
:16232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16233 eval "ac_cv_func_$ac_func=yes"
16235 echo "configure: failed program was:" >&5
16236 cat conftest.
$ac_ext >&5
16238 eval "ac_cv_func_$ac_func=no"
16243 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16244 echo "$ac_t""yes" 1>&6
16245 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16246 cat >> confdefs.h
<<EOF
16247 #define $ac_tr_func 1
16251 echo "$ac_t""no" 1>&6
16256 if test "$ac_cv_func_localtime" = "yes"; then
16257 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
16258 echo "configure:16259: checking for tm_gmtoff in struct tm" >&5
16259 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
16260 echo $ac_n "(cached) $ac_c" 1>&6
16263 cat > conftest.
$ac_ext <<EOF
16264 #line 16265 "configure"
16265 #include "confdefs.h"
16276 if { (eval echo configure
:16277: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16279 wx_cv_struct_tm_has_gmtoff
=yes
16282 echo "configure: failed program was:" >&5
16283 cat conftest.
$ac_ext >&5
16285 wx_cv_struct_tm_has_gmtoff
=no
16292 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
16295 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
16296 cat >> confdefs.h
<<\EOF
16297 #define WX_GMTOFF_IN_TM 1
16302 for ac_func
in gettimeofday ftime
16304 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16305 echo "configure:16306: checking for $ac_func" >&5
16306 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16307 echo $ac_n "(cached) $ac_c" 1>&6
16309 cat > conftest.
$ac_ext <<EOF
16310 #line 16311 "configure"
16311 #include "confdefs.h"
16312 /* System header to define __stub macros and hopefully few prototypes,
16313 which can conflict with char $ac_func(); below. */
16314 #include <assert.h>
16315 /* Override any gcc2 internal prototype to avoid an error. */
16316 /* We use char because int might match the return type of a gcc2
16317 builtin and then its argument prototype would still apply. */
16322 /* The GNU C library defines this for functions which it implements
16323 to always fail with ENOSYS. Some functions are actually named
16324 something starting with __ and the normal name is an alias. */
16325 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16333 if { (eval echo configure
:16334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16335 eval "ac_cv_func_$ac_func=yes"
16337 echo "configure: failed program was:" >&5
16338 cat conftest.
$ac_ext >&5
16340 eval "ac_cv_func_$ac_func=no"
16345 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16346 echo "$ac_t""yes" 1>&6
16347 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16348 cat >> confdefs.h
<<EOF
16349 #define $ac_tr_func 1
16353 echo "$ac_t""no" 1>&6
16358 if test "$ac_cv_func_gettimeofday" = "yes"; then
16359 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
16360 echo "configure:16361: checking whether gettimeofday takes two arguments" >&5
16361 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
16362 echo $ac_n "(cached) $ac_c" 1>&6
16367 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16368 ac_cpp
='$CXXCPP $CPPFLAGS'
16369 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16370 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16371 cross_compiling
=$ac_cv_prog_cxx_cross
16374 cat > conftest.
$ac_ext <<EOF
16375 #line 16376 "configure"
16376 #include "confdefs.h"
16378 #include <sys/time.h>
16379 #include <unistd.h>
16384 gettimeofday(&tv, NULL);
16388 if { (eval echo configure
:16389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16390 wx_cv_func_gettimeofday_has_2_args
=yes
16392 echo "configure: failed program was:" >&5
16393 cat conftest.
$ac_ext >&5
16395 cat > conftest.
$ac_ext <<EOF
16396 #line 16397 "configure"
16397 #include "confdefs.h"
16399 #include <sys/time.h>
16400 #include <unistd.h>
16409 if { (eval echo configure
:16410: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16411 wx_cv_func_gettimeofday_has_2_args
=no
16413 echo "configure: failed program was:" >&5
16414 cat conftest.
$ac_ext >&5
16417 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
16418 wx_cv_func_gettimeofday_has_2_args
=unknown
16427 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16428 ac_cpp
='$CPP $CPPFLAGS'
16429 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16430 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16431 cross_compiling
=$ac_cv_prog_cc_cross
16436 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
16438 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
16439 cat >> confdefs.h
<<\EOF
16440 #define WX_GETTIMEOFDAY_NO_TZ 1
16446 cat >> confdefs.h
<<\EOF
16447 #define wxUSE_TIMEDATE 1
16450 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
16454 if test "$TOOLKIT" != "MSW"; then
16456 if test "$wxUSE_SOCKETS" = "yes"; then
16457 echo $ac_n "checking for socket""... $ac_c" 1>&6
16458 echo "configure:16459: checking for socket" >&5
16459 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
16460 echo $ac_n "(cached) $ac_c" 1>&6
16462 cat > conftest.
$ac_ext <<EOF
16463 #line 16464 "configure"
16464 #include "confdefs.h"
16465 /* System header to define __stub macros and hopefully few prototypes,
16466 which can conflict with char socket(); below. */
16467 #include <assert.h>
16468 /* Override any gcc2 internal prototype to avoid an error. */
16469 /* We use char because int might match the return type of a gcc2
16470 builtin and then its argument prototype would still apply. */
16475 /* The GNU C library defines this for functions which it implements
16476 to always fail with ENOSYS. Some functions are actually named
16477 something starting with __ and the normal name is an alias. */
16478 #if defined (__stub_socket) || defined (__stub___socket)
16486 if { (eval echo configure
:16487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16488 eval "ac_cv_func_socket=yes"
16490 echo "configure: failed program was:" >&5
16491 cat conftest.
$ac_ext >&5
16493 eval "ac_cv_func_socket=no"
16498 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
16499 echo "$ac_t""yes" 1>&6
16502 echo "$ac_t""no" 1>&6
16503 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
16504 echo "configure:16505: checking for socket in -lsocket" >&5
16505 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
16506 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16507 echo $ac_n "(cached) $ac_c" 1>&6
16509 ac_save_LIBS
="$LIBS"
16510 LIBS
="-lsocket $LIBS"
16511 cat > conftest.
$ac_ext <<EOF
16512 #line 16513 "configure"
16513 #include "confdefs.h"
16514 /* Override any gcc2 internal prototype to avoid an error. */
16515 /* We use char because int might match the return type of a gcc2
16516 builtin and then its argument prototype would still apply. */
16523 if { (eval echo configure
:16524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16525 eval "ac_cv_lib_$ac_lib_var=yes"
16527 echo "configure: failed program was:" >&5
16528 cat conftest.
$ac_ext >&5
16530 eval "ac_cv_lib_$ac_lib_var=no"
16533 LIBS
="$ac_save_LIBS"
16536 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16537 echo "$ac_t""yes" 1>&6
16538 INET_LINK
="$INET_LINK -lsocket"
16540 echo "$ac_t""no" 1>&6
16542 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
16554 if test "$wxUSE_SOCKETS" = "yes" ; then
16555 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
16556 echo "configure:16557: checking what is the type of the third argument of getsockname" >&5
16557 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
16558 echo $ac_n "(cached) $ac_c" 1>&6
16563 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16564 ac_cpp
='$CXXCPP $CPPFLAGS'
16565 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16566 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16567 cross_compiling
=$ac_cv_prog_cxx_cross
16570 cat > conftest.
$ac_ext <<EOF
16571 #line 16572 "configure"
16572 #include "confdefs.h"
16574 #include <sys/types.h>
16575 #include <sys/socket.h>
16580 getsockname(0, 0, &len);
16584 if { (eval echo configure
:16585: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16586 wx_cv_type_getsockname3
=socklen_t
16588 echo "configure: failed program was:" >&5
16589 cat conftest.
$ac_ext >&5
16591 cat > conftest.
$ac_ext <<EOF
16592 #line 16593 "configure"
16593 #include "confdefs.h"
16595 #include <sys/types.h>
16596 #include <sys/socket.h>
16601 getsockname(0, 0, &len);
16605 if { (eval echo configure
:16606: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16607 wx_cv_type_getsockname3
=size_t
16609 echo "configure: failed program was:" >&5
16610 cat conftest.
$ac_ext >&5
16612 cat > conftest.
$ac_ext <<EOF
16613 #line 16614 "configure"
16614 #include "confdefs.h"
16616 #include <sys/types.h>
16617 #include <sys/socket.h>
16622 getsockname(0, 0, &len);
16626 if { (eval echo configure
:16627: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16628 wx_cv_type_getsockname3
=int
16630 echo "configure: failed program was:" >&5
16631 cat conftest.
$ac_ext >&5
16633 wx_cv_type_getsockname3
=unknown
16645 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16646 ac_cpp
='$CPP $CPPFLAGS'
16647 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16648 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16649 cross_compiling
=$ac_cv_prog_cc_cross
16654 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
16656 if test "$wx_cv_type_getsockname3" = "unknown"; then
16658 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
16660 cat >> confdefs.h
<<EOF
16661 #define SOCKLEN_T $wx_cv_type_getsockname3
16669 if test "$wxUSE_SOCKETS" = "yes" ; then
16670 cat >> confdefs.h
<<\EOF
16671 #define wxUSE_SOCKETS 1
16674 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
16675 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS protocol"
16679 if test "$wxUSE_GUI" = "yes"; then
16681 if test "$TOOLKIT" != "MSW"; then
16683 if test "$wxUSE_JOYSTICK" = "yes"; then
16684 for ac_hdr
in linux
/joystick.h
16686 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16687 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
16688 echo "configure:16689: checking for $ac_hdr" >&5
16689 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16690 echo $ac_n "(cached) $ac_c" 1>&6
16692 cat > conftest.
$ac_ext <<EOF
16693 #line 16694 "configure"
16694 #include "confdefs.h"
16697 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16698 { (eval echo configure
:16699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16699 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16700 if test -z "$ac_err"; then
16702 eval "ac_cv_header_$ac_safe=yes"
16705 echo "configure: failed program was:" >&5
16706 cat conftest.
$ac_ext >&5
16708 eval "ac_cv_header_$ac_safe=no"
16712 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16713 echo "$ac_t""yes" 1>&6
16714 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
16715 cat >> confdefs.h
<<EOF
16716 #define $ac_tr_hdr 1
16720 echo "$ac_t""no" 1>&6
16724 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
16726 echo "configure: warning: Joystick not supported by this system" 1>&2
16732 if test "$wxUSE_JOYSTICK" = "yes"; then
16733 cat >> confdefs.h
<<\EOF
16734 #define wxUSE_JOYSTICK 1
16737 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
16743 if test "$TOOLKIT" != "MSW"; then
16747 if test "$wxUSE_DYNLIB_CLASS" = "yes"; then
16748 if test "$USE_DARWIN" = 1; then
16751 for ac_func
in dlopen
16753 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16754 echo "configure:16755: checking for $ac_func" >&5
16755 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16756 echo $ac_n "(cached) $ac_c" 1>&6
16758 cat > conftest.
$ac_ext <<EOF
16759 #line 16760 "configure"
16760 #include "confdefs.h"
16761 /* System header to define __stub macros and hopefully few prototypes,
16762 which can conflict with char $ac_func(); below. */
16763 #include <assert.h>
16764 /* Override any gcc2 internal prototype to avoid an error. */
16765 /* We use char because int might match the return type of a gcc2
16766 builtin and then its argument prototype would still apply. */
16771 /* The GNU C library defines this for functions which it implements
16772 to always fail with ENOSYS. Some functions are actually named
16773 something starting with __ and the normal name is an alias. */
16774 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16782 if { (eval echo configure
:16783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16784 eval "ac_cv_func_$ac_func=yes"
16786 echo "configure: failed program was:" >&5
16787 cat conftest.
$ac_ext >&5
16789 eval "ac_cv_func_$ac_func=no"
16794 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16795 echo "$ac_t""yes" 1>&6
16796 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16797 cat >> confdefs.h
<<EOF
16798 #define $ac_tr_func 1
16801 cat >> confdefs.h
<<\EOF
16802 #define HAVE_DLOPEN 1
16808 echo "$ac_t""no" 1>&6
16809 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
16810 echo "configure:16811: checking for dlopen in -ldl" >&5
16811 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
16812 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16813 echo $ac_n "(cached) $ac_c" 1>&6
16815 ac_save_LIBS
="$LIBS"
16817 cat > conftest.
$ac_ext <<EOF
16818 #line 16819 "configure"
16819 #include "confdefs.h"
16820 /* Override any gcc2 internal prototype to avoid an error. */
16821 /* We use char because int might match the return type of a gcc2
16822 builtin and then its argument prototype would still apply. */
16829 if { (eval echo configure
:16830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16831 eval "ac_cv_lib_$ac_lib_var=yes"
16833 echo "configure: failed program was:" >&5
16834 cat conftest.
$ac_ext >&5
16836 eval "ac_cv_lib_$ac_lib_var=no"
16839 LIBS
="$ac_save_LIBS"
16842 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16843 echo "$ac_t""yes" 1>&6
16845 cat >> confdefs.h
<<\EOF
16846 #define HAVE_DLOPEN 1
16853 echo "$ac_t""no" 1>&6
16855 for ac_func
in shl_load
16857 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16858 echo "configure:16859: checking for $ac_func" >&5
16859 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16860 echo $ac_n "(cached) $ac_c" 1>&6
16862 cat > conftest.
$ac_ext <<EOF
16863 #line 16864 "configure"
16864 #include "confdefs.h"
16865 /* System header to define __stub macros and hopefully few prototypes,
16866 which can conflict with char $ac_func(); below. */
16867 #include <assert.h>
16868 /* Override any gcc2 internal prototype to avoid an error. */
16869 /* We use char because int might match the return type of a gcc2
16870 builtin and then its argument prototype would still apply. */
16875 /* The GNU C library defines this for functions which it implements
16876 to always fail with ENOSYS. Some functions are actually named
16877 something starting with __ and the normal name is an alias. */
16878 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16886 if { (eval echo configure
:16887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16888 eval "ac_cv_func_$ac_func=yes"
16890 echo "configure: failed program was:" >&5
16891 cat conftest.
$ac_ext >&5
16893 eval "ac_cv_func_$ac_func=no"
16898 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16899 echo "$ac_t""yes" 1>&6
16900 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16901 cat >> confdefs.h
<<EOF
16902 #define $ac_tr_func 1
16905 cat >> confdefs.h
<<\EOF
16906 #define HAVE_SHL_LOAD 1
16912 echo "$ac_t""no" 1>&6
16913 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
16914 echo "configure:16915: checking for dld in -lshl_load" >&5
16915 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
16916 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16917 echo $ac_n "(cached) $ac_c" 1>&6
16919 ac_save_LIBS
="$LIBS"
16920 LIBS
="-lshl_load $LIBS"
16921 cat > conftest.
$ac_ext <<EOF
16922 #line 16923 "configure"
16923 #include "confdefs.h"
16924 /* Override any gcc2 internal prototype to avoid an error. */
16925 /* We use char because int might match the return type of a gcc2
16926 builtin and then its argument prototype would still apply. */
16933 if { (eval echo configure
:16934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16935 eval "ac_cv_lib_$ac_lib_var=yes"
16937 echo "configure: failed program was:" >&5
16938 cat conftest.
$ac_ext >&5
16940 eval "ac_cv_lib_$ac_lib_var=no"
16943 LIBS
="$ac_save_LIBS"
16946 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16947 echo "$ac_t""yes" 1>&6
16953 echo "$ac_t""no" 1>&6
16968 if test "$HAVE_DL_FUNCS" = 1; then
16969 for ac_func
in dlerror
16971 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16972 echo "configure:16973: checking for $ac_func" >&5
16973 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16974 echo $ac_n "(cached) $ac_c" 1>&6
16976 cat > conftest.
$ac_ext <<EOF
16977 #line 16978 "configure"
16978 #include "confdefs.h"
16979 /* System header to define __stub macros and hopefully few prototypes,
16980 which can conflict with char $ac_func(); below. */
16981 #include <assert.h>
16982 /* Override any gcc2 internal prototype to avoid an error. */
16983 /* We use char because int might match the return type of a gcc2
16984 builtin and then its argument prototype would still apply. */
16989 /* The GNU C library defines this for functions which it implements
16990 to always fail with ENOSYS. Some functions are actually named
16991 something starting with __ and the normal name is an alias. */
16992 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17000 if { (eval echo configure
:17001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17002 eval "ac_cv_func_$ac_func=yes"
17004 echo "configure: failed program was:" >&5
17005 cat conftest.
$ac_ext >&5
17007 eval "ac_cv_func_$ac_func=no"
17012 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17013 echo "$ac_t""yes" 1>&6
17014 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17015 cat >> confdefs.h
<<EOF
17016 #define $ac_tr_func 1
17018 cat >> confdefs.h
<<\EOF
17019 #define HAVE_DLERROR 1
17023 echo "$ac_t""no" 1>&6
17024 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
17025 echo "configure:17026: checking for dlerror in -ldl" >&5
17026 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
17027 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17028 echo $ac_n "(cached) $ac_c" 1>&6
17030 ac_save_LIBS
="$LIBS"
17032 cat > conftest.
$ac_ext <<EOF
17033 #line 17034 "configure"
17034 #include "confdefs.h"
17035 /* Override any gcc2 internal prototype to avoid an error. */
17036 /* We use char because int might match the return type of a gcc2
17037 builtin and then its argument prototype would still apply. */
17044 if { (eval echo configure
:17045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17046 eval "ac_cv_lib_$ac_lib_var=yes"
17048 echo "configure: failed program was:" >&5
17049 cat conftest.
$ac_ext >&5
17051 eval "ac_cv_lib_$ac_lib_var=no"
17054 LIBS
="$ac_save_LIBS"
17057 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17058 echo "$ac_t""yes" 1>&6
17059 cat >> confdefs.h
<<\EOF
17060 #define HAVE_DLERROR 1
17064 echo "$ac_t""no" 1>&6
17073 if test "$HAVE_DL_FUNCS" = 0; then
17074 if test "$HAVE_SHL_FUNCS" = 0; then
17075 if test "$USE_UNIX" = 1; then
17076 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
17077 wxUSE_DYNLIB_CLASS
=no
17079 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
17087 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
17088 cat >> confdefs.h
<<\EOF
17089 #define wxUSE_DYNLIB_CLASS 1
17098 if test "$wxUSE_FONTMAP" = "yes" ; then
17099 cat >> confdefs.h
<<\EOF
17100 #define wxUSE_FONTMAP 1
17105 if test "$wxUSE_UNICODE" = "yes" ; then
17106 cat >> confdefs.h
<<\EOF
17107 #define wxUSE_UNICODE 1
17112 if test "$wxUSE_WCSRTOMBS" = "yes" ; then
17113 cat >> confdefs.h
<<\EOF
17114 #define wxUSE_WCSRTOMBS 1
17119 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
17120 cat >> confdefs.h
<<\EOF
17121 #define wxUSE_EXPERIMENTAL_PRINTF 1
17127 if test "$wxUSE_SERIAL" = "yes" ; then
17128 cat >> confdefs.h
<<\EOF
17129 #define wxUSE_SERIAL 1
17136 if test "$wxUSE_ODBC" = "yes" ; then
17137 cat >> confdefs.h
<<\EOF
17138 #define wxUSE_ODBC 1
17141 WXODBCFLAG
="-D_IODBC_"
17142 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
17146 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
17147 cat >> confdefs.h
<<\EOF
17148 #define wxUSE_POSTSCRIPT 1
17153 cat >> confdefs.h
<<\EOF
17154 #define wxUSE_AFM_FOR_POSTSCRIPT 1
17158 cat >> confdefs.h
<<\EOF
17159 #define wxUSE_NORMALIZED_PS_FONTS 1
17164 if test "$wxUSE_CONSTRAINTS" = "yes"; then
17165 cat >> confdefs.h
<<\EOF
17166 #define wxUSE_CONSTRAINTS 1
17169 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
17172 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17173 cat >> confdefs.h
<<\EOF
17174 #define wxUSE_MDI_ARCHITECTURE 1
17177 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
17180 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
17181 cat >> confdefs.h
<<\EOF
17182 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
17185 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
17186 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
17187 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
17191 if test "$wxUSE_HELP" = "yes"; then
17192 cat >> confdefs.h
<<\EOF
17193 #define wxUSE_HELP 1
17196 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
17198 if test "$USE_WIN32" = 1; then
17199 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
17200 ac_safe
=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
17201 echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
17202 echo "configure:17203: checking for htmlhelp.h" >&5
17203 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17204 echo $ac_n "(cached) $ac_c" 1>&6
17206 cat > conftest.
$ac_ext <<EOF
17207 #line 17208 "configure"
17208 #include "confdefs.h"
17209 #include <htmlhelp.h>
17211 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17212 { (eval echo configure
:17213: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17213 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17214 if test -z "$ac_err"; then
17216 eval "ac_cv_header_$ac_safe=yes"
17219 echo "configure: failed program was:" >&5
17220 cat conftest.
$ac_ext >&5
17222 eval "ac_cv_header_$ac_safe=no"
17226 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17227 echo "$ac_t""yes" 1>&6
17229 cat >> confdefs.h
<<\EOF
17230 #define wxUSE_MS_HTML_HELP 1
17235 echo "$ac_t""no" 1>&6
17237 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h, disabled" 1>&2
17238 wxUSE_MS_HTML_HELP
=no
17245 if test "$wxUSE_WXHTML_HELP" = "yes"; then
17246 if test "$wxUSE_HTML" = "yes"; then
17247 cat >> confdefs.h
<<\EOF
17248 #define wxUSE_WXHTML_HELP 1
17252 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
17253 wxUSE_WXHTML_HELP
=no
17258 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
17259 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17260 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
17262 cat >> confdefs.h
<<\EOF
17263 #define wxUSE_PRINTING_ARCHITECTURE 1
17267 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
17270 if test "$wxUSE_PROLOGIO" = "yes" ; then
17271 cat >> confdefs.h
<<\EOF
17272 #define wxUSE_PROLOGIO 1
17277 if test "$wxUSE_RESOURCES" = "yes" ; then
17278 cat >> confdefs.h
<<\EOF
17279 #define wxUSE_RESOURCES 1
17282 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
17285 if test "$wxUSE_X_RESOURCES" = "yes"; then
17286 cat >> confdefs.h
<<\EOF
17287 #define wxUSE_X_RESOURCES 1
17293 if test "$USE_WIN32" = 1; then
17294 for ac_hdr
in ole2.h
17296 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17297 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17298 echo "configure:17299: checking for $ac_hdr" >&5
17299 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17300 echo $ac_n "(cached) $ac_c" 1>&6
17302 cat > conftest.
$ac_ext <<EOF
17303 #line 17304 "configure"
17304 #include "confdefs.h"
17307 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17308 { (eval echo configure
:17309: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17309 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17310 if test -z "$ac_err"; then
17312 eval "ac_cv_header_$ac_safe=yes"
17315 echo "configure: failed program was:" >&5
17316 cat conftest.
$ac_ext >&5
17318 eval "ac_cv_header_$ac_safe=no"
17322 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17323 echo "$ac_t""yes" 1>&6
17324 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17325 cat >> confdefs.h
<<EOF
17326 #define $ac_tr_hdr 1
17330 echo "$ac_t""no" 1>&6
17335 if test "$ac_cv_header_ole2_h" = "yes" ; then
17336 if test "$GCC" = yes ; then
17337 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
17338 ALL_DEPFILES
="$ALL_DEPFILES \$(OLEDEPS)"
17339 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
17340 LIBS
="$LIBS -lrpcrt4 -loleaut32 -lole32 -luuid"
17341 cat >> confdefs.h
<<\EOF
17342 #define wxUSE_OLE 1
17348 cat >> confdefs.h
<<\EOF
17349 #define wxUSE_DATAOBJ 1
17353 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
17356 wxUSE_DRAG_AND_DROP
=no
17360 if test "$wxUSE_METAFILE" = "yes"; then
17361 cat >> confdefs.h
<<\EOF
17362 #define wxUSE_METAFILE 1
17366 cat >> confdefs.h
<<\EOF
17367 #define wxUSE_ENH_METAFILE 1
17373 if test "$wxUSE_IPC" = "yes"; then
17374 if test "$wxUSE_SOCKETS" != "yes"; then
17375 echo "configure: warning: wxWindows IPC classes require sockets" 1>&2
17378 cat >> confdefs.h
<<\EOF
17379 #define wxUSE_IPC 1
17384 if test "$wxUSE_CLIPBOARD" = "yes"; then
17385 cat >> confdefs.h
<<\EOF
17386 #define wxUSE_CLIPBOARD 1
17390 cat >> confdefs.h
<<\EOF
17391 #define wxUSE_DATAOBJ 1
17396 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
17397 if test "$wxUSE_GTK" = 1; then
17398 if test "$WXGTK12" != 1; then
17399 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2" 1>&2
17400 wxUSE_DRAG_AND_DROP
=no
17404 if test "$wxUSE_MOTIF" = 1; then
17405 echo "configure: warning: Drag and drop is not yet supported under Motif" 1>&2
17406 wxUSE_DRAG_AND_DROP
=no
17409 if test "$wxUSE_MAC" = 1; then
17410 echo "configure: warning: Drag and drop is not yet supported under Mac OS X" 1>&2
17411 wxUSE_DRAG_AND_DROP
=no
17414 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
17415 cat >> confdefs.h
<<\EOF
17416 #define wxUSE_DRAG_AND_DROP 1
17419 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
17424 if test "$wxUSE_SPLINES" = "yes" ; then
17425 cat >> confdefs.h
<<\EOF
17426 #define wxUSE_SPLINES 1
17433 if test "$wxUSE_CONTROLS" = "yes"; then
17437 if test "$wxUSE_ACCEL" = "yes"; then
17438 cat >> confdefs.h
<<\EOF
17439 #define wxUSE_ACCEL 1
17445 if test "$wxUSE_BUTTON" = "yes"; then
17446 cat >> confdefs.h
<<\EOF
17447 #define wxUSE_BUTTON 1
17453 if test "$wxUSE_BMPBUTTON" = "yes"; then
17454 cat >> confdefs.h
<<\EOF
17455 #define wxUSE_BMPBUTTON 1
17461 if test "$wxUSE_CALCTRL" = "yes"; then
17462 cat >> confdefs.h
<<\EOF
17463 #define wxUSE_CALENDARCTRL 1
17467 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
17470 if test "$wxUSE_CARET" = "yes"; then
17471 cat >> confdefs.h
<<\EOF
17472 #define wxUSE_CARET 1
17476 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
17479 if test "$wxUSE_COMBOBOX" = "yes"; then
17480 cat >> confdefs.h
<<\EOF
17481 #define wxUSE_COMBOBOX 1
17487 if test "$wxUSE_CHOICE" = "yes"; then
17488 cat >> confdefs.h
<<\EOF
17489 #define wxUSE_CHOICE 1
17495 if test "$wxUSE_CHECKBOX" = "yes"; then
17496 cat >> confdefs.h
<<\EOF
17497 #define wxUSE_CHECKBOX 1
17503 if test "$wxUSE_CHECKLST" = "yes"; then
17504 cat >> confdefs.h
<<\EOF
17505 #define wxUSE_CHECKLISTBOX 1
17509 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
17512 if test "$wxUSE_GAUGE" = "yes"; then
17513 cat >> confdefs.h
<<\EOF
17514 #define wxUSE_GAUGE 1
17520 if test "$wxUSE_NEW_GRID" = "yes"; then
17522 cat >> confdefs.h
<<\EOF
17523 #define wxUSE_NEW_GRID 1
17527 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
17530 if test "$wxUSE_GRID" = "yes"; then
17531 cat >> confdefs.h
<<\EOF
17532 #define wxUSE_GRID 1
17536 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
17539 if test "$wxUSE_IMAGLIST" = "yes"; then
17540 cat >> confdefs.h
<<\EOF
17541 #define wxUSE_IMAGLIST 1
17546 if test "$wxUSE_LISTBOX" = "yes"; then
17547 cat >> confdefs.h
<<\EOF
17548 #define wxUSE_LISTBOX 1
17554 if test "$wxUSE_LISTCTRL" = "yes"; then
17555 if test "$wxUSE_IMAGLIST" = "yes"; then
17556 cat >> confdefs.h
<<\EOF
17557 #define wxUSE_LISTCTRL 1
17561 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
17563 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
17567 if test "$wxUSE_NOTEBOOK" = "yes"; then
17568 cat >> confdefs.h
<<\EOF
17569 #define wxUSE_NOTEBOOK 1
17573 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
17576 if test "$wxUSE_PROPSHEET" = "yes"; then
17577 cat >> confdefs.h
<<\EOF
17578 #define wxUSE_PROPSHEET 1
17582 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS proplist"
17585 if test "$wxUSE_RADIOBOX" = "yes"; then
17586 cat >> confdefs.h
<<\EOF
17587 #define wxUSE_RADIOBOX 1
17593 if test "$wxUSE_RADIOBTN" = "yes"; then
17594 cat >> confdefs.h
<<\EOF
17595 #define wxUSE_RADIOBTN 1
17601 if test "$wxUSE_SASH" = "yes"; then
17602 cat >> confdefs.h
<<\EOF
17603 #define wxUSE_SASH 1
17606 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
17609 if test "$wxUSE_SCROLLBAR" = "yes"; then
17610 cat >> confdefs.h
<<\EOF
17611 #define wxUSE_SCROLLBAR 1
17615 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
17618 if test "$wxUSE_SLIDER" = "yes"; then
17619 cat >> confdefs.h
<<\EOF
17620 #define wxUSE_SLIDER 1
17626 if test "$wxUSE_SPINBTN" = "yes"; then
17627 cat >> confdefs.h
<<\EOF
17628 #define wxUSE_SPINBTN 1
17634 if test "$wxUSE_SPINCTRL" = "yes"; then
17635 cat >> confdefs.h
<<\EOF
17636 #define wxUSE_SPINCTRL 1
17642 if test "$wxUSE_SPLITTER" = "yes"; then
17643 cat >> confdefs.h
<<\EOF
17644 #define wxUSE_SPLITTER 1
17647 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
17650 if test "$wxUSE_STATBMP" = "yes"; then
17651 cat >> confdefs.h
<<\EOF
17652 #define wxUSE_STATBMP 1
17658 if test "$wxUSE_STATBOX" = "yes"; then
17659 cat >> confdefs.h
<<\EOF
17660 #define wxUSE_STATBOX 1
17666 if test "$wxUSE_STATTEXT" = "yes"; then
17667 cat >> confdefs.h
<<\EOF
17668 #define wxUSE_STATTEXT 1
17674 if test "$wxUSE_STATLINE" = "yes"; then
17675 if test "$wxUSE_WINE" = 1 ; then
17676 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
17678 cat >> confdefs.h
<<\EOF
17679 #define wxUSE_STATLINE 1
17686 if test "$wxUSE_STATUSBAR" = "yes"; then
17687 cat >> confdefs.h
<<\EOF
17688 #define wxUSE_STATUSBAR 1
17693 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
17696 if test "$wxUSE_TABDIALOG" = "yes"; then
17697 cat >> confdefs.h
<<\EOF
17698 #define wxUSE_TAB_DIALOG 1
17701 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
17704 if test "$wxUSE_TEXTCTRL" = "yes"; then
17705 cat >> confdefs.h
<<\EOF
17706 #define wxUSE_TEXTCTRL 1
17710 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
17713 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17714 if test "$wxUSE_MAC" = 1; then
17715 echo "configure: warning: Toggle button is not yet supported under Mac OS X" 1>&2
17719 if test "$wxUSE_TOGGLEBTN" = "yes"; then
17720 cat >> confdefs.h
<<\EOF
17721 #define wxUSE_TOGGLEBTN 1
17728 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
17729 cat >> confdefs.h
<<\EOF
17730 #define wxUSE_TOOLBAR_SIMPLE 1
17733 wxUSE_TOOLBAR
="yes"
17737 if test "$wxUSE_TOOLBAR" = "yes"; then
17738 cat >> confdefs.h
<<\EOF
17739 #define wxUSE_TOOLBAR 1
17744 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
17745 wxUSE_TOOLBAR_NATIVE
="yes"
17748 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
17749 cat >> confdefs.h
<<\EOF
17750 #define wxUSE_TOOLBAR_NATIVE 1
17756 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
17759 if test "$wxUSE_TOOLTIPS" = "yes"; then
17760 if test "$wxUSE_MOTIF" = 1; then
17761 echo "configure: warning: wxTooltip not supported yet under Motif" 1>&2
17763 if test "$wxUSE_WINE" = 1; then
17764 echo "configure: warning: wxTooltip not supported under WINE" 1>&2
17766 cat >> confdefs.h
<<\EOF
17767 #define wxUSE_TOOLTIPS 1
17774 if test "$wxUSE_TREECTRL" = "yes"; then
17775 if test "$wxUSE_IMAGLIST" = "yes"; then
17776 cat >> confdefs.h
<<\EOF
17777 #define wxUSE_TREECTRL 1
17781 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
17783 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
17787 if test "$wxUSE_POPUPWIN" = "yes"; then
17788 if test "$wxUSE_MAC" = 1; then
17789 echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
17791 cat >> confdefs.h
<<\EOF
17792 #define wxUSE_POPUPWIN 1
17799 if test "$USES_CONTROLS" = 1; then
17800 cat >> confdefs.h
<<\EOF
17801 #define wxUSE_CONTROLS 1
17807 if test "$wxUSE_TREELAYOUT" = "yes"; then
17808 cat >> confdefs.h
<<\EOF
17809 #define wxUSE_TREELAYOUT 1
17812 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treelay"
17815 if test "$wxUSE_DRAGIMAGE" = "yes"; then
17816 cat >> confdefs.h
<<\EOF
17817 #define wxUSE_DRAGIMAGE 1
17820 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
17823 if test "$wxUSE_MENUS" = "yes"; then
17824 cat >> confdefs.h
<<\EOF
17825 #define wxUSE_MENUS 1
17828 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
17831 if test "$wxUSE_METAFILE" = "yes"; then
17832 cat >> confdefs.h
<<\EOF
17833 #define wxUSE_METAFILE 1
17838 if test "$wxUSE_MIMETYPE" = "yes"; then
17839 cat >> confdefs.h
<<\EOF
17840 #define wxUSE_MIMETYPE 1
17845 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
17846 cat >> confdefs.h
<<\EOF
17847 #define wxUSE_SYSTEM_OPTIONS 1
17852 if test "$wxUSE_MINIFRAME" = "yes"; then
17853 cat >> confdefs.h
<<\EOF
17854 #define wxUSE_MINIFRAME 1
17857 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
17860 if test "$wxUSE_HTML" = "yes"; then
17861 cat >> confdefs.h
<<\EOF
17862 #define wxUSE_HTML 1
17865 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
17866 INCLUDE_SUBDIRS
="$INCLUDE_SUBDIRS html"
17869 if test "$wxUSE_VALIDATORS" = "yes"; then
17870 cat >> confdefs.h
<<\EOF
17871 #define wxUSE_VALIDATORS 1
17874 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
17877 if test "$wxUSE_IMAGE" = "yes" ; then
17878 cat >> confdefs.h
<<\EOF
17879 #define wxUSE_IMAGE 1
17884 if test "$wxUSE_GIF" = "yes" ; then
17885 cat >> confdefs.h
<<\EOF
17886 #define wxUSE_GIF 1
17891 if test "$wxUSE_PCX" = "yes" ; then
17892 cat >> confdefs.h
<<\EOF
17893 #define wxUSE_PCX 1
17898 if test "$wxUSE_PNM" = "yes" ; then
17899 cat >> confdefs.h
<<\EOF
17900 #define wxUSE_PNM 1
17905 if test "$wxUSE_XPM" = "yes" ; then
17906 cat >> confdefs.h
<<\EOF
17907 #define wxUSE_XPM 1
17913 if test "$wxUSE_CHOICEDLG" = "yes"; then
17914 cat >> confdefs.h
<<\EOF
17915 #define wxUSE_CHOICEDLG 1
17920 if test "$wxUSE_COLOURDLG" = "yes"; then
17921 cat >> confdefs.h
<<\EOF
17922 #define wxUSE_COLOURDLG 1
17927 if test "$wxUSE_FILEDLG" = "yes"; then
17928 cat >> confdefs.h
<<\EOF
17929 #define wxUSE_FILEDLG 1
17934 if test "$wxUSE_FINDREPLDLG" = "yes"; then
17935 cat >> confdefs.h
<<\EOF
17936 #define wxUSE_FINDREPLDLG 1
17941 if test "$wxUSE_FONTDLG" = "yes"; then
17942 cat >> confdefs.h
<<\EOF
17943 #define wxUSE_FONTDLG 1
17948 if test "$wxUSE_DIRDLG" = "yes"; then
17949 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17950 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
17952 if test "$wxUSE_TREECTRL" != "yes"; then
17953 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
17955 cat >> confdefs.h
<<\EOF
17956 #define wxUSE_DIRDLG 1
17963 if test "$wxUSE_MSGDLG" = "yes"; then
17964 cat >> confdefs.h
<<\EOF
17965 #define wxUSE_MSGDLG 1
17970 if test "$wxUSE_NUMBERDLG" = "yes"; then
17971 cat >> confdefs.h
<<\EOF
17972 #define wxUSE_NUMBERDLG 1
17977 if test "$wxUSE_PROGRESSDLG" = "yes"; then
17978 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17979 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
17981 cat >> confdefs.h
<<\EOF
17982 #define wxUSE_PROGRESSDLG 1
17988 if test "$wxUSE_SPLASH" = "yes"; then
17989 cat >> confdefs.h
<<\EOF
17990 #define wxUSE_SPLASH 1
17995 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
17996 if test "$wxUSE_CONSTRAINTS" != "yes"; then
17997 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
17999 cat >> confdefs.h
<<\EOF
18000 #define wxUSE_STARTUP_TIPS 1
18006 if test "$wxUSE_TEXTDLG" = "yes"; then
18007 cat >> confdefs.h
<<\EOF
18008 #define wxUSE_TEXTDLG 1
18013 if test "$wxUSE_WIZARDDLG" = "yes"; then
18014 cat >> confdefs.h
<<\EOF
18015 #define wxUSE_WIZARDDLG 1
18018 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
18022 if test "$cross_compiling" = "yes"; then
18025 OSINFO
=`uname -s -r -m`
18026 OSINFO
="\"$OSINFO\""
18029 cat >> confdefs.h
<<EOF
18030 #define WXWIN_OS_DESCRIPTION $OSINFO
18035 if test "x$prefix" != "xNONE"; then
18038 wxPREFIX
=$ac_default_prefix
18041 cat >> confdefs.h
<<EOF
18042 #define wxINSTALL_PREFIX "$wxPREFIX"
18047 GUILIBS
="$GUI_TK_LIBRARY $TOOLKIT_LINK"
18048 OPENGL_LIBS
="$OPENGL_LINK"
18050 EXTRA_LIBS
="$LIBS $POSIX4_LINK $INET_LINK $WCHAR_LINK $THREADS_LINK $DMALLOC_LINK $DL_LINK $ZLIB_LINK -lm"
18051 if test "$wxUSE_MAC" = 1 ; then
18052 EXTRA_LIBS
="$EXTRA_LIBS -framework Carbon -framework System"
18054 if test "$wxUSE_GUI" = "yes"; then
18055 EXTRA_LIBS
="$GUILIBS $PNG_LINK $JPEG_LINK $TIFF_LINK $FREETYPE_LINK $EXTRA_LIBS"
18058 LD_LIBS
="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
18060 INCLUDES
="-I. -I\${top_builddir}/include -I\${top_srcdir}/include \
18061 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
18062 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
18064 if test "$wxUSE_GTK" = 1; then
18065 WXCONFIG_INCLUDE
=""
18067 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
18070 if test "$GXX" = yes ; then
18071 CXXWARNINGS
="-Wall"
18073 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
18075 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
18076 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
18078 LDFLAGS
="$LDFLAGS $PROFILE"
18080 if test "$wxUSE_GUI" = "yes"; then
18082 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS controls dialogs \
18083 drawing dynamic erase event exec font image \
18084 minimal richedit rotate widgets"
18086 if test "$wxUSE_UNIVERSAL" = "yes" ; then
18087 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS univ"
18090 CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
18092 SAMPLES_SUBDIRS
="console"
18095 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
18191 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
18192 echo "configure:18193: checking whether ${MAKE-make} sets \${MAKE}" >&5
18193 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
18194 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
18195 echo $ac_n "(cached) $ac_c" 1>&6
18197 cat > conftestmake
<<\EOF
18199 @
echo 'ac_maketemp="${MAKE}"'
18201 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
18202 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
18203 if test -n "$ac_maketemp"; then
18204 eval ac_cv_prog_make_
${ac_make}_set
=yes
18206 eval ac_cv_prog_make_
${ac_make}_set
=no
18210 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
18211 echo "$ac_t""yes" 1>&6
18214 echo "$ac_t""no" 1>&6
18215 SET_MAKE
="MAKE=${MAKE-make}"
18219 if test -d include
; then
18220 if test -d include
/wx
; then
18221 if test -d include
/wx
/${SETUPH_DIR}; then
18222 if test -f include
/wx
/${SETUPH_DIR}/setup.h
; then
18223 mv -f include
/wx
/${SETUPH_DIR}/setup.h setup.h
18231 if test "$wxUSE_GUI" = "yes"; then
18232 wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS
18233 wx_cv_path_ifs
=$PATH_IFS
18234 wx_cv_program_ext
=$PROGRAM_EXT
18235 wx_cv_target_library
=$WX_TARGET_LIBRARY
18236 wx_cv_target_library_gl
=$WX_TARGET_LIBRARY_GL
18237 wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE
18238 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
18239 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
18240 subdirs
="demos samples utils contrib"
18245 cat > confcache
<<\EOF
18246 # This file is a shell script that caches the results of configure
18247 # tests run on this system so they can be shared between configure
18248 # scripts and configure runs. It is not useful on other systems.
18249 # If it contains results you don't want to keep, you may remove or edit it.
18251 # By default, configure uses ./config.cache as the cache file,
18252 # creating it if it does not exist already. You can give configure
18253 # the --cache-file=FILE option to use a different cache file; that is
18254 # what configure does when it calls configure scripts in
18255 # subdirectories, so they share the cache.
18256 # Giving --cache-file=/dev/null disables caching, for debugging configure.
18257 # config.status only pays attention to the cache file if you give it the
18258 # --recheck option to rerun configure.
18261 # The following way of writing the cache mishandles newlines in values,
18262 # but we know of no workaround that is simple, portable, and efficient.
18263 # So, don't put newlines in cache variables' values.
18264 # Ultrix sh set writes to stderr and can't be redirected directly,
18265 # and sets the high bit in the cache file unless we assign to the vars.
18267 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18269 # `set' does not quote correctly, so add quotes (double-quote substitution
18270 # turns \\\\ into \\, and sed turns \\ into \).
18272 -e "s/'/'\\\\''/g" \
18273 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18276 # `set' quotes correctly as required by POSIX, so do not add quotes.
18277 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18280 if cmp -s $cache_file confcache
; then
18283 if test -w $cache_file; then
18284 echo "updating cache $cache_file"
18285 cat confcache
> $cache_file
18287 echo "not updating unwritable cache $cache_file"
18292 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18294 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18295 # Let make expand exec_prefix.
18296 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18298 # Any assignment to VPATH causes Sun make to only execute
18299 # the first set of double-colon rules, so remove it if not needed.
18300 # If there is a colon in the path, we need to keep it.
18301 if test "x$srcdir" = x.
; then
18302 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
18305 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18307 DEFS
=-DHAVE_CONFIG_H
18309 # Without the "./", some shells look in PATH for config.status.
18310 : ${CONFIG_STATUS=./config.status}
18312 echo creating
$CONFIG_STATUS
18313 rm -f $CONFIG_STATUS
18314 cat > $CONFIG_STATUS <<EOF
18316 # Generated automatically by configure.
18317 # Run this file to recreate the current configuration.
18318 # This directory was configured as follows,
18319 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18321 # $0 $ac_configure_args
18323 # Compiler output produced by configure, useful for debugging
18324 # configure, is in ./config.log if it exists.
18326 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18329 case "\$ac_option" in
18330 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18331 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18332 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18333 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18334 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18336 -help | --help | --hel | --he | --h)
18337 echo "\$ac_cs_usage"; exit 0 ;;
18338 *) echo "\$ac_cs_usage"; exit 1 ;;
18342 ac_given_srcdir=$srcdir
18343 ac_given_INSTALL="$INSTALL"
18345 trap 'rm -fr `echo "
18351 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
18353 cat >> $CONFIG_STATUS <<EOF
18355 # Protect against being on the right side of a sed subst in config.status.
18356 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18357 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18361 s%@CFLAGS@%$CFLAGS%g
18362 s%@CPPFLAGS@%$CPPFLAGS%g
18363 s%@CXXFLAGS@%$CXXFLAGS%g
18364 s%@FFLAGS@%$FFLAGS%g
18366 s%@LDFLAGS@%$LDFLAGS%g
18368 s%@exec_prefix@%$exec_prefix%g
18369 s%@prefix@%$prefix%g
18370 s%@program_transform_name@%$program_transform_name%g
18371 s%@bindir@%$bindir%g
18372 s%@sbindir@%$sbindir%g
18373 s%@libexecdir@%$libexecdir%g
18374 s%@datadir@%$datadir%g
18375 s%@sysconfdir@%$sysconfdir%g
18376 s%@sharedstatedir@%$sharedstatedir%g
18377 s%@localstatedir@%$localstatedir%g
18378 s%@libdir@%$libdir%g
18379 s%@includedir@%$includedir%g
18380 s%@oldincludedir@%$oldincludedir%g
18381 s%@infodir@%$infodir%g
18382 s%@mandir@%$mandir%g
18384 s%@host_alias@%$host_alias%g
18385 s%@host_cpu@%$host_cpu%g
18386 s%@host_vendor@%$host_vendor%g
18387 s%@host_os@%$host_os%g
18388 s%@target@%$target%g
18389 s%@target_alias@%$target_alias%g
18390 s%@target_cpu@%$target_cpu%g
18391 s%@target_vendor@%$target_vendor%g
18392 s%@target_os@%$target_os%g
18394 s%@build_alias@%$build_alias%g
18395 s%@build_cpu@%$build_cpu%g
18396 s%@build_vendor@%$build_vendor%g
18397 s%@build_os@%$build_os%g
18401 s%@CXXCPP@%$CXXCPP%g
18402 s%@RANLIB@%$RANLIB%g
18404 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
18405 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
18406 s%@INSTALL_DATA@%$INSTALL_DATA%g
18410 s%@LEXLIB@%$LEXLIB%g
18412 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
18413 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
18414 s%@GTK_LIBS@%$GTK_LIBS%g
18415 s%@GTK_CONFIG@%$GTK_CONFIG%g
18416 s%@X_CFLAGS@%$X_CFLAGS%g
18417 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
18418 s%@X_LIBS@%$X_LIBS%g
18419 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
18422 s%@LEX_STEM@%$LEX_STEM%g
18423 s%@PATH_IFS@%$PATH_IFS%g
18424 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
18425 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
18426 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
18427 s%@WX_LIBRARY_NAME@%$WX_LIBRARY_NAME%g
18428 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
18429 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
18430 s%@WX_LIBRARY@%$WX_LIBRARY%g
18431 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
18432 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
18433 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
18434 s%@WX_LIBRARY_LINK3@%$WX_LIBRARY_LINK3%g
18435 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
18436 s%@WX_LIBRARY_NAME_GL@%$WX_LIBRARY_NAME_GL%g
18437 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
18438 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
18439 s%@WX_LIBRARY_GL@%$WX_LIBRARY_GL%g
18440 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
18441 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
18442 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
18443 s%@WX_LIBRARY_LINK3_GL@%$WX_LIBRARY_LINK3_GL%g
18444 s%@WX_ALL@%$WX_ALL%g
18445 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
18446 s%@SHARED_LD@%$SHARED_LD%g
18447 s%@PIC_FLAG@%$PIC_FLAG%g
18448 s%@DEP_INFO_FLAGS@%$DEP_INFO_FLAGS%g
18449 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
18450 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
18451 s%@BURNT_LIBRARY_NAME@%$BURNT_LIBRARY_NAME%g
18452 s%@BURNT_LIBRARY_NAME_GL@%$BURNT_LIBRARY_NAME_GL%g
18453 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
18454 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
18455 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
18456 s%@USE_GUI@%$USE_GUI%g
18457 s%@AFMINSTALL@%$AFMINSTALL%g
18458 s%@SETUPH_DIR@%$SETUPH_DIR%g
18459 s%@TOOLKIT@%$TOOLKIT%g
18460 s%@TOOLKIT_DEF@%$TOOLKIT_DEF%g
18461 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
18462 s%@TOOLKIT_NAME@%$TOOLKIT_NAME%g
18463 s%@TOOLKIT_INCLUDE@%$TOOLKIT_INCLUDE%g
18464 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
18465 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
18466 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
18467 s%@ALL_DEPFILES@%$ALL_DEPFILES%g
18468 s%@GUIDIST@%$GUIDIST%g
18469 s%@PORT_FILES@%$PORT_FILES%g
18470 s%@DISTDIR@%$DISTDIR%g
18471 s%@RPM_SPEC@%$RPM_SPEC%g
18472 s%@RPM_FILES@%$RPM_FILES%g
18473 s%@SRC_SUBDIRS@%$SRC_SUBDIRS%g
18474 s%@INCLUDE_SUBDIRS@%$INCLUDE_SUBDIRS%g
18475 s%@UTILS_SUBDIRS@%$UTILS_SUBDIRS%g
18476 s%@DOCS_SUBDIRS@%$DOCS_SUBDIRS%g
18477 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
18478 s%@USER_SUBDIRS@%$USER_SUBDIRS%g
18479 s%@EXTRA_LIBS@%$EXTRA_LIBS%g
18480 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
18481 s%@EXTRADEFS@%$EXTRADEFS%g
18482 s%@LD_LIBS@%$LD_LIBS%g
18483 s%@WXMSW_DLL_DEFINES@%$WXMSW_DLL_DEFINES%g
18484 s%@RCINPUTSWITCH@%$RCINPUTSWITCH%g
18485 s%@RCOUTPUTSWITCH@%$RCOUTPUTSWITCH%g
18486 s%@RESPROGRAM@%$RESPROGRAM%g
18487 s%@RESCOMP@%$RESCOMP%g
18488 s%@RESFLAGS@%$RESFLAGS%g
18489 s%@REZFLAGS@%$REZFLAGS%g
18490 s%@DEREZFLAGS@%$DEREZFLAGS%g
18491 s%@LIBWXMACRES@%$LIBWXMACRES%g
18492 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
18493 s%@DLLTOOL@%$DLLTOOL%g
18497 s%@MAKEINFO@%$MAKEINFO%g
18498 s%@SET_MAKE@%$SET_MAKE%g
18499 s%@subdirs@%$subdirs%g
18504 cat >> $CONFIG_STATUS <<\EOF
18506 # Split the substitutions into bite-sized pieces for seds with
18507 # small command number limits, like on Digital OSF/1 and HP-UX.
18508 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
18509 ac_file
=1 # Number of current file.
18510 ac_beg
=1 # First line for current file.
18511 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
18514 while $ac_more_lines; do
18515 if test $ac_beg -gt 1; then
18516 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
18518 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
18520 if test ! -s conftest.s
$ac_file; then
18521 ac_more_lines
=false
18522 rm -f conftest.s
$ac_file
18524 if test -z "$ac_sed_cmds"; then
18525 ac_sed_cmds
="sed -f conftest.s$ac_file"
18527 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
18529 ac_file
=`expr $ac_file + 1`
18531 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
18534 if test -z "$ac_sed_cmds"; then
18539 cat >> $CONFIG_STATUS <<EOF
18541 CONFIG_FILES=\${CONFIG_FILES-"wx-config
18548 cat >> $CONFIG_STATUS <<\EOF
18549 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
18550 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18552 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
18553 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
18554 *) ac_file_in
="${ac_file}.in" ;;
18557 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
18559 # Remove last slash and all that follows it. Not all systems have dirname.
18560 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18561 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
18562 # The file is in a subdirectory.
18563 test ! -d "$ac_dir" && mkdir "$ac_dir"
18564 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
18565 # A "../" for each directory in $ac_dir_suffix.
18566 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
18568 ac_dir_suffix
= ac_dots
=
18571 case "$ac_given_srcdir" in
18573 if test -z "$ac_dots"; then top_srcdir
=.
18574 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18575 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
18576 *) # Relative path.
18577 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18578 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
18581 case "$ac_given_INSTALL" in
18582 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
18583 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
18586 echo creating
"$ac_file"
18588 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18590 *Makefile
*) ac_comsub
="1i\\
18591 # $configure_input" ;;
18595 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18597 s%@configure_input@%$configure_input%g
18598 s%@srcdir@%$srcdir%g
18599 s%@top_srcdir@%$top_srcdir%g
18600 s%@INSTALL@%$INSTALL%g
18601 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
18605 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18606 # NAME is the cpp macro being defined and VALUE is the value it is being given.
18608 # ac_d sets the value in "#define NAME VALUE" lines.
18609 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18610 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
18613 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18614 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18615 ac_uB
='\([ ]\)%\1#\2define\3'
18618 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18619 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18620 ac_eB
='$%\1#\2define\3'
18624 if test "${CONFIG_HEADERS+set}" != set; then
18626 cat >> $CONFIG_STATUS <<EOF
18627 CONFIG_HEADERS="setup.h:setup.h.in"
18629 cat >> $CONFIG_STATUS <<\EOF
18631 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
18632 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18634 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
18635 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
18636 *) ac_file_in
="${ac_file}.in" ;;
18639 echo creating
$ac_file
18641 rm -f conftest.frag conftest.
in conftest.out
18642 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18643 cat $ac_file_inputs > conftest.
in
18647 # Transform confdefs.h into a sed script conftest.vals that substitutes
18648 # the proper values into config.h.in to produce config.h. And first:
18649 # Protect against being on the right side of a sed subst in config.status.
18650 # Protect against being in an unquoted here document in config.status.
18651 rm -f conftest.vals
18652 cat > conftest.hdr
<<\EOF
18655 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18659 sed -n -f conftest.hdr confdefs.h > conftest.vals
18662 # This sed command replaces #undef with comments. This is necessary, for
18663 # example, in the case of _POSIX_SOURCE, which is predefined and required
18664 # on some systems where configure will not decide to define it.
18665 cat >> conftest.vals <<\EOF
18666 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
18669 # Break up conftest.vals because some shells have a limit on
18670 # the size of here documents, and old seds have small limits too.
18672 rm -f conftest.tail
18675 ac_lines=`grep -c . conftest.vals
`
18676 # grep -c gives empty output for an empty file on some AIX systems.
18677 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18678 # Write a limited-size here document to conftest.frag.
18679 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18680 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
18682 sed -f conftest.frag conftest.in > conftest.out
18684 mv conftest.out conftest.in
18685 ' >> $CONFIG_STATUS
18686 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18687 rm -f conftest.vals
18688 mv conftest.tail conftest.vals
18690 rm -f conftest.vals
18692 cat >> $CONFIG_STATUS <<\EOF
18693 rm -f conftest.frag conftest.h
18694 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18695 cat conftest.in >> conftest.h
18697 if cmp -s $ac_file conftest.h 2>/dev/null; then
18698 echo "$ac_file is unchanged"
18701 # Remove last slash and all that follows it. Not all systems have dirname.
18702 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18703 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18704 # The file is in a subdirectory.
18705 test ! -d "$ac_dir" && mkdir "$ac_dir"
18708 mv conftest.h $ac_file
18713 cat >> $CONFIG_STATUS <<EOF
18715 SETUPH_DIR="${SETUPH_DIR}"
18716 TOOLKIT_NAME="${TOOLKIT_NAME}"
18721 cat >> $CONFIG_STATUS <<\EOF
18723 if test ! -f wx${TOOLKIT_NAME}-config; then
18725 mv wx-config wx${TOOLKIT_NAME}-config
18726 ${LN_S} wx${TOOLKIT_NAME}-config wx-config
18730 if test ! -d lib; then
18733 if test ! -d lib/wx; then
18736 if test ! -d lib/wx/include; then
18737 mkdir lib/wx/include
18739 if test ! -d lib/wx/include/wx; then
18740 mkdir lib/wx/include/wx
18742 if test ! -d lib/wx/include/wx/${TOOLKIT_NAME}; then
18743 mkdir lib/wx/include/wx/${TOOLKIT_NAME}
18745 if test -f setup.h; then
18746 cp -fp setup.h lib/wx/include/wx/${TOOLKIT_NAME}/setup.h
18750 if test ! -d include; then
18753 if test ! -d include/wx; then
18756 if test ! -d include/wx/${SETUPH_DIR}; then
18757 mkdir include/wx/${SETUPH_DIR}
18759 if test -f setup.h; then
18760 cp -fp setup.h include/wx/${SETUPH_DIR}/setup.h
18766 chmod +x $CONFIG_STATUS
18767 rm -fr confdefs* $ac_clean_files
18768 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
18770 if test "$no_recursion" != yes; then
18772 # Remove --cache-file and --srcdir arguments so they do not pile up.
18773 ac_sub_configure_args=
18775 for ac_arg in $ac_configure_args; do
18776 if test -n "$ac_prev"; then
18781 -cache-file | --cache-file | --cache-fil | --cache-fi \
18782 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
18783 ac_prev=cache_file ;;
18784 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
18785 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
18787 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
18789 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
18791 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
18795 for ac_config_dir in demos samples utils contrib; do
18797 # Do not complain, so a configure script can configure whichever
18798 # parts of a large source tree are present.
18799 if test ! -d $srcdir/$ac_config_dir; then
18803 echo configuring in $ac_config_dir
18808 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
18810 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
18818 # A "../" for each directory in /$ac_config_dir.
18819 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
18822 .) # No --srcdir option. We are building in place.
18823 ac_sub_srcdir=$srcdir ;;
18824 /*) # Absolute path.
18825 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
18826 *) # Relative path.
18827 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
18830 # Check for guested configure; otherwise get Cygnus style configure.
18831 if test -f $ac_sub_srcdir/configure; then
18832 ac_sub_configure=$ac_sub_srcdir/configure
18833 elif test -f $ac_sub_srcdir/configure.in; then
18834 ac_sub_configure=$ac_configure
18836 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
18840 # The recursion is here.
18841 if test -n "$ac_sub_configure"; then
18843 # Make the cache file name correct relative to the subdirectory.
18844 case "$cache_file" in
18845 /*) ac_sub_cache_file=$cache_file ;;
18846 *) # Relative path.
18847 ac_sub_cache_file="$ac_dots$cache_file" ;;
18849 case "$ac_given_INSTALL" in
18850 [/$]*) INSTALL="$ac_given_INSTALL" ;;
18851 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
18854 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
18855 # The eval makes quoting arguments work.
18856 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
18859 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }