3 # From configure.in Id: configure.in
54 # Configure paths for GTK+
59 # Guess values for system-dependent variables and create Makefiles.
60 # Generated automatically using autoconf version 2.13
61 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
63 # This configure script is free software; the Free Software Foundation
64 # gives unlimited permission to copy, distribute and modify it.
68 ac_default_prefix
=/usr
/local
69 # Any additions from configure.in:
71 --enable-gui use GUI classes"
73 --enable-universal use wxWindows GUI controls instead of native ones"
77 --with-motif use Motif/Lesstif"
79 --with-mac use Mac OS X"
83 --with-msw use MS-Windows"
85 --with-pm use OS/2 Presentation Manager"
87 --with-mgl use SciTech MGL"
89 --with-microwin use MicroWindows"
91 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
93 --with-libpng use libpng (PNG image format)"
95 --with-libjpeg use libjpeg (JPEG file format)"
97 --with-libtiff use libtiff (TIFF file format)"
99 --with-freetype use freetype (font rasterizer)"
101 --with-opengl use OpenGL (or Mesa)"
103 --with-dmalloc use dmalloc library (http://dmalloc.com/)"
105 --with-regex enable support for wxRegEx class"
107 --with-zlib use zlib for LZW compression"
109 --with-odbc use the IODBC and wxODBC classes"
111 --enable-shared create shared library code"
113 --enable-soname set the DT_SONAME field in ELF shared libraries"
115 --enable-optimise create optimised code"
117 --enable-debug same as debug_flag and debug_info"
119 --enable-precomp enable use of precompiled headers (Mac OS X)"
121 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
123 --enable-debug_info create code with debugging information"
125 --enable-debug_gdb create code with extra GDB debugging information"
127 --enable-debug_cntxt use wxDebugContext"
129 --enable-mem_tracing create code with memory tracing"
131 --enable-profile create code with profiling information"
133 --enable-no_rtti create code without RTTI information"
135 --enable-no_exceptions create code without C++ exceptions handling"
137 --enable-permissive compile code disregarding strict ANSI"
139 --enable-no_deps create code without dependency information"
141 --enable-compat20 enable wxWindows 2.0 compatibility"
143 --enable-compat22 enable wxWindows 2.2 compatibility"
145 --enable-intl use internationalization system"
147 --enable-config use wxConfig (and derived) classes"
149 --enable-protocols use wxProtocol and derived classes"
151 --enable-ftp use wxFTP (requires wxProtocol"
153 --enable-http use wxHTTP (requires wxProtocol"
155 --enable-fileproto use wxFileProto class (requires wxProtocol"
157 --enable-sockets use socket/network classes"
159 --enable-ipc use interprocess communication (wxSocket etc.)"
161 --enable-cmdline use wxCmdLineParser class"
163 --enable-datetime use wxDateTime class"
165 --enable-timedate use obsolete wxDate/wxTime classes"
167 --enable-stopwatch use wxStopWatch class"
169 --enable-dialupman use dialup network classes"
171 --enable-apple_ieee use the Apple IEEE codec"
173 --enable-timer use wxTimer class"
175 --enable-wave use wxWave class"
177 --enable-fraction use wxFraction class"
179 --enable-dynlib use wxLibrary class for DLL loading"
181 --enable-dynamicloader use (new) wxDynamicLibrary class"
183 --enable-longlong use wxLongLong class"
185 --enable-geometry use geometry class"
187 --enable-log use logging system"
189 --enable-streams use wxStream etc classes"
191 --enable-file use wxFile classes"
193 --enable-ffile use wxFFile classes"
195 --enable-textbuf use wxTextBuffer class"
197 --enable-textfile use wxTextFile class"
199 --enable-fontmap use font encodings conversion classes"
201 --enable-unicode compile wxString with Unicode support"
203 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)"
205 --enable-wxprintfv use wxWindows implementation of vprintf()"
207 --enable-std_iostreams use standard C++ stream classes"
209 --enable-filesystem use virtual file systems classes"
211 --enable-fs_inet use virtual HTTP/FTP filesystems"
213 --enable-fs_zip use virtual ZIP filesystems"
215 --enable-zipstream use wxZipInputStream"
217 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
219 --enable-snglinst use wxSingleInstanceChecker class"
221 --enable-mimetype use wxMimeTypesManager"
223 --enable-sysoptions use wxSystemOptions"
225 --enable-url use wxURL class"
227 --enable-protocol use wxProtocol class"
229 --enable-protocol-http HTTP support in wxProtocol"
231 --enable-protocol-ftp FTP support in wxProtocol"
233 --enable-protocol-file FILE support in wxProtocol"
235 --enable-threads use threads"
237 --enable-docview use document view architecture"
239 --enable-help use help subsystem"
241 --enable-mshtmlhelp use MS HTML Help (win32)"
243 --enable-html use wxHTML sub-library"
245 --enable-htmlhelp use wxHTML-based help"
247 --enable-constraints use layout-constraints system"
249 --enable-printarch use printing architecture"
251 --enable-mdi use multiple document interface architecture"
253 --enable-loggui use standard GUI logger"
255 --enable-logwin use wxLogWindow"
257 --enable-logdialog use wxLogDialog"
259 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
261 --enable-prologio use Prolog IO library"
263 --enable-resources use wxWindows resources"
265 --enable-xresources use X resources for save (default for gtk+)"
267 --enable-clipboard use wxClipboard classes"
269 --enable-dnd use Drag'n'Drop classes"
271 --enable-metafile use win32 metafiles"
273 --enable-treelayout use wxTreeLayout classes"
275 --enable-controls use all usual controls"
277 --enable-accel use accelerators"
279 --enable-button use wxButton class"
281 --enable-bmpbutton use wxBitmapButton class"
283 --enable-calendar use wxCalendarCtrl class"
285 --enable-caret use wxCaret class"
287 --enable-checkbox use wxCheckBox class"
289 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
291 --enable-choice use wxChoice class"
293 --enable-combobox use wxComboBox classes"
295 --enable-gauge use wxGauge class"
297 --enable-grid use wxGrid class"
299 --enable-newgrid use new wxGrid class"
301 --enable-imaglist use wxImageList class"
303 --enable-listbox use wxListBox class"
305 --enable-listctrl use wxListCtrl class"
307 --enable-notebook use wxNotebook class"
309 --enable-propsheet use wxPropertySheet class"
311 --enable-radiobox use wxRadioBox class"
313 --enable-radiobtn use wxRadioButton class"
315 --enable-sash use wxSashWindow class"
317 --enable-scrollbar use wxScrollBar class and scrollable windows"
319 --enable-slider use wxSlider class"
321 --enable-spinbtn use wxSpinButton class"
323 --enable-spinctrl use wxSpinCtrl class"
325 --enable-splitter use wxSplitterWindow class"
327 --enable-statbmp use wxStaticBitmap class"
329 --enable-statbox use wxStaticBox class"
331 --enable-statline use wxStaticLine class"
333 --enable-stattext use wxStaticText class"
335 --enable-statusbar use wxStatusBar class"
337 --enable-tabdialog use wxTabControl class"
339 --enable-textctrl use wxTextCtrl class"
341 --enable-togglebtn use wxToggleButton class"
343 --enable-toolbar use wxToolBar class"
345 --enable-tbarnative use native wxToolBar class"
347 --enable-tbarsmpl use wxToolBarSimple class"
349 --enable-treectrl use wxTreeCtrl class"
351 --enable-tipwindow use wxTipWindow class"
353 --enable-popupwin use wxPopUpWindow class"
355 --enable-commondlg use all common dialogs"
357 --enable-choicedlg use wxChoiceDialog"
359 --enable-coldlg use wxColourDialog"
361 --enable-filedlg use wxFileDialog"
363 --enable-finddlg use wxFindReplaceDialog"
365 --enable-fontdlg use wxFontDialog"
367 --enable-dirdlg use wxDirDialog"
369 --enable-msgdlg use wxMessageDialog"
371 --enable-numberdlg use wxNumberEntryDialog"
373 --enable-splash use wxSplashScreen"
375 --enable-textdlg use wxTextDialog"
377 --enable-tipdlg use startup tips"
379 --enable-progressdlg use wxProgressDialog"
381 --enable-wizarddlg use wxWizard"
383 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
385 --enable-miniframe use wxMiniFrame class"
387 --enable-tooltips use wxToolTip class"
389 --enable-splines use spline drawing code"
391 --enable-validators use wxValidator and derived classes"
393 --enable-busyinfo use wxBusyInfo"
395 --enable-joystick use wxJoystick (Linux only)"
397 --enable-metafiles use wxMetaFile (Windows only)"
399 --enable-dragimage use wxDragImage"
401 --enable-palette use wxPalette class"
403 --enable-image use wxImage class"
405 --enable-gif use gif images (GIF file format)"
407 --enable-pcx use pcx images (PCX file format)"
409 --enable-iff use iff images (IFF file format)"
411 --enable-pnm use pnm images (PNM file format)"
413 --enable-xpm use xpm images (XPM file format)"
415 --enable-icocur use Windows ICO and CUR formats"
417 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
419 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
421 --disable-gtktest Do not try to compile and run a test GTK program"
423 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
425 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
427 --disable-gtktest Do not try to compile and run a test GTK program"
429 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
431 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
433 --disable-gtktest Do not try to compile and run a test GTK program"
435 --with-x use the X Window System"
437 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
439 # Initialize some variables set by options.
440 # The variables have the same names as the options, with
441 # dashes changed to underlines.
443 cache_file
=.
/config.cache
452 program_transform_name
=s
,x
,x
,
460 bindir
='${exec_prefix}/bin'
461 sbindir
='${exec_prefix}/sbin'
462 libexecdir
='${exec_prefix}/libexec'
463 datadir
='${prefix}/share'
464 sysconfdir
='${prefix}/etc'
465 sharedstatedir
='${prefix}/com'
466 localstatedir
='${prefix}/var'
467 libdir
='${exec_prefix}/lib'
468 includedir
='${prefix}/include'
469 oldincludedir
='/usr/include'
470 infodir
='${prefix}/info'
471 mandir
='${prefix}/man'
473 # Initialize some other variables.
476 SHELL
=${CONFIG_SHELL-/bin/sh}
477 # Maximum number of lines to put in a shell here document.
484 # If the previous option needs an argument, assign it.
485 if test -n "$ac_prev"; then
486 eval "$ac_prev=\$ac_option"
492 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
496 # Accept the important Cygnus configure options, so we can diagnose typos.
500 -bindir | --bindir | --bindi | --bind | --bin | --bi)
502 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
503 bindir
="$ac_optarg" ;;
505 -build | --build | --buil | --bui | --bu)
507 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
508 build
="$ac_optarg" ;;
510 -cache-file | --cache-file | --cache-fil | --cache-fi \
511 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
512 ac_prev
=cache_file
;;
513 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
514 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
515 cache_file
="$ac_optarg" ;;
517 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
519 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
521 datadir
="$ac_optarg" ;;
523 -disable-* | --disable-*)
524 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
525 # Reject names that are not valid shell variable names.
526 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
527 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
529 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
530 eval "enable_${ac_feature}=no" ;;
532 -enable-* | --enable-*)
533 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
534 # Reject names that are not valid shell variable names.
535 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
536 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
538 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
543 eval "enable_${ac_feature}='$ac_optarg'" ;;
545 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
546 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
547 | --exec | --exe | --ex)
548 ac_prev
=exec_prefix
;;
549 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
550 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
551 | --exec=* | --exe=* | --ex=*)
552 exec_prefix
="$ac_optarg" ;;
554 -gas | --gas | --ga | --g)
555 # Obsolete; use --with-gas.
558 -help | --help | --hel | --he)
559 # Omit some internal or obsolete options to make the list less imposing.
560 # This message is too long to be a string in the A/UX 3.1 sh.
562 Usage: configure [options] [host]
563 Options: [defaults in brackets after descriptions]
565 --cache-file=FILE cache test results in FILE
566 --help print this message
567 --no-create do not create output files
568 --quiet, --silent do not print \`checking...' messages
569 --version print the version of autoconf that created configure
570 Directory and file names:
571 --prefix=PREFIX install architecture-independent files in PREFIX
573 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
575 --bindir=DIR user executables in DIR [EPREFIX/bin]
576 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
577 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
578 --datadir=DIR read-only architecture-independent data in DIR
580 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
581 --sharedstatedir=DIR modifiable architecture-independent data in DIR
583 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
584 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
585 --includedir=DIR C header files in DIR [PREFIX/include]
586 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
587 --infodir=DIR info documentation in DIR [PREFIX/info]
588 --mandir=DIR man documentation in DIR [PREFIX/man]
589 --srcdir=DIR find the sources in DIR [configure dir or ..]
590 --program-prefix=PREFIX prepend PREFIX to installed program names
591 --program-suffix=SUFFIX append SUFFIX to installed program names
592 --program-transform-name=PROGRAM
593 run sed PROGRAM on installed program names
597 --build=BUILD configure for building on BUILD [BUILD=HOST]
598 --host=HOST configure for HOST [guessed]
599 --target=TARGET configure for TARGET [TARGET=HOST]
600 Features and packages:
601 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
602 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
603 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
604 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
605 --x-includes=DIR X include files are in DIR
606 --x-libraries=DIR X library files are in DIR
608 if test -n "$ac_help"; then
609 echo "--enable and --with options recognized:$ac_help"
613 -host | --host | --hos | --ho)
615 -host=* | --host=* | --hos=* | --ho=*)
618 -includedir | --includedir | --includedi | --included | --include \
619 | --includ | --inclu | --incl | --inc)
620 ac_prev
=includedir
;;
621 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
622 | --includ=* | --inclu=* | --incl=* | --inc=*)
623 includedir
="$ac_optarg" ;;
625 -infodir | --infodir | --infodi | --infod | --info | --inf)
627 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
628 infodir
="$ac_optarg" ;;
630 -libdir | --libdir | --libdi | --libd)
632 -libdir=* | --libdir=* | --libdi=* | --libd=*)
633 libdir
="$ac_optarg" ;;
635 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
636 | --libexe | --libex | --libe)
637 ac_prev
=libexecdir
;;
638 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
639 | --libexe=* | --libex=* | --libe=*)
640 libexecdir
="$ac_optarg" ;;
642 -localstatedir | --localstatedir | --localstatedi | --localstated \
643 | --localstate | --localstat | --localsta | --localst \
644 | --locals | --local | --loca | --loc | --lo)
645 ac_prev
=localstatedir
;;
646 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
647 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
648 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
649 localstatedir
="$ac_optarg" ;;
651 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
653 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
654 mandir
="$ac_optarg" ;;
657 # Obsolete; use --without-fp.
660 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
664 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
665 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
668 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
669 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
670 | --oldin | --oldi | --old | --ol | --o)
671 ac_prev
=oldincludedir
;;
672 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
673 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
674 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
675 oldincludedir
="$ac_optarg" ;;
677 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
679 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
680 prefix
="$ac_optarg" ;;
682 -program-prefix | --program-prefix | --program-prefi | --program-pref \
683 | --program-pre | --program-pr | --program-p)
684 ac_prev
=program_prefix
;;
685 -program-prefix=* | --program-prefix=* | --program-prefi=* \
686 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
687 program_prefix
="$ac_optarg" ;;
689 -program-suffix | --program-suffix | --program-suffi | --program-suff \
690 | --program-suf | --program-su | --program-s)
691 ac_prev
=program_suffix
;;
692 -program-suffix=* | --program-suffix=* | --program-suffi=* \
693 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
694 program_suffix
="$ac_optarg" ;;
696 -program-transform-name | --program-transform-name \
697 | --program-transform-nam | --program-transform-na \
698 | --program-transform-n | --program-transform- \
699 | --program-transform | --program-transfor \
700 | --program-transfo | --program-transf \
701 | --program-trans | --program-tran \
702 | --progr-tra | --program-tr | --program-t)
703 ac_prev
=program_transform_name
;;
704 -program-transform-name=* | --program-transform-name=* \
705 | --program-transform-nam=* | --program-transform-na=* \
706 | --program-transform-n=* | --program-transform-=* \
707 | --program-transform=* | --program-transfor=* \
708 | --program-transfo=* | --program-transf=* \
709 | --program-trans=* | --program-tran=* \
710 | --progr-tra=* | --program-tr=* | --program-t=*)
711 program_transform_name
="$ac_optarg" ;;
713 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
714 | -silent | --silent | --silen | --sile | --sil)
717 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
719 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
721 sbindir
="$ac_optarg" ;;
723 -sharedstatedir | --sharedstatedir | --sharedstatedi \
724 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
725 | --sharedst | --shareds | --shared | --share | --shar \
727 ac_prev
=sharedstatedir
;;
728 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
729 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
730 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
732 sharedstatedir
="$ac_optarg" ;;
734 -site | --site | --sit)
736 -site=* | --site=* | --sit=*)
739 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
741 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
742 srcdir
="$ac_optarg" ;;
744 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
745 | --syscon | --sysco | --sysc | --sys | --sy)
746 ac_prev
=sysconfdir
;;
747 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
748 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
749 sysconfdir
="$ac_optarg" ;;
751 -target | --target | --targe | --targ | --tar | --ta | --t)
753 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
754 target
="$ac_optarg" ;;
756 -v | -verbose | --verbose | --verbos | --verbo | --verb)
759 -version | --version | --versio | --versi | --vers)
760 echo "configure generated by autoconf version 2.13"
764 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
765 # Reject names that are not valid shell variable names.
766 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
767 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
769 ac_package
=`echo $ac_package| sed 's/-/_/g'`
774 eval "with_${ac_package}='$ac_optarg'" ;;
776 -without-* | --without-*)
777 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
778 # Reject names that are not valid shell variable names.
779 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
780 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
782 ac_package
=`echo $ac_package| sed 's/-/_/g'`
783 eval "with_${ac_package}=no" ;;
786 # Obsolete; use --with-x.
789 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
790 | --x-incl | --x-inc | --x-in | --x-i)
791 ac_prev
=x_includes
;;
792 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
793 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
794 x_includes
="$ac_optarg" ;;
796 -x-libraries | --x-libraries | --x-librarie | --x-librari \
797 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
798 ac_prev
=x_libraries
;;
799 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
800 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
801 x_libraries
="$ac_optarg" ;;
803 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
807 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
808 echo "configure: warning: $ac_option: invalid host type" 1>&2
810 if test "x$nonopt" != xNONE
; then
811 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
819 if test -n "$ac_prev"; then
820 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
823 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
825 # File descriptor usage:
828 # 2 errors and warnings
829 # 3 some systems may open it to /dev/tty
830 # 4 used on the Kubota Titan
831 # 6 checking for... messages and results
832 # 5 compiler messages saved in config.log
833 if test "$silent" = yes; then
841 This file contains any messages produced by compilers while
842 running configure, to aid debugging if configure makes a mistake.
845 # Strip out --no-create and --no-recursion so they do not pile up.
846 # Also quote any args containing shell metacharacters.
851 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
852 | --no-cr | --no-c) ;;
853 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
854 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
855 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
856 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
857 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
862 # Only set these to C if already set. These must not be set unconditionally
863 # because not all systems understand e.g. LANG=C (notably SCO).
864 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
865 # Non-C LC_CTYPE values break the ctype check.
866 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
867 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
868 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
869 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
871 # confdefs.h avoids OS command line length limits that DEFS can exceed.
872 rm -rf conftest
* confdefs.h
873 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
876 # A filename unique to this package, relative to the directory that
877 # configure is in, which we can look for to find out if srcdir is correct.
878 ac_unique_file
=wx
-config.
in
880 # Find the source files, if location was not specified.
881 if test -z "$srcdir"; then
882 ac_srcdir_defaulted
=yes
883 # Try the directory containing this script, then its parent.
885 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
886 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
888 if test ! -r $srcdir/$ac_unique_file; then
892 ac_srcdir_defaulted
=no
894 if test ! -r $srcdir/$ac_unique_file; then
895 if test "$ac_srcdir_defaulted" = yes; then
896 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
898 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
901 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
903 # Prefer explicitly selected file to automatically selected ones.
904 if test -z "$CONFIG_SITE"; then
905 if test "x$prefix" != xNONE
; then
906 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
908 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
911 for ac_site_file
in $CONFIG_SITE; do
912 if test -r "$ac_site_file"; then
913 echo "loading site script $ac_site_file"
918 if test -r "$cache_file"; then
919 echo "loading cache $cache_file"
922 echo "creating cache $cache_file"
927 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
928 ac_cpp
='$CPP $CPPFLAGS'
929 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
930 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
931 cross_compiling
=$ac_cv_prog_cc_cross
935 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
936 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
937 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
944 ac_n
= ac_c
='\c' ac_t
=
950 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
951 if test -f $ac_dir/install-sh; then
953 ac_install_sh
="$ac_aux_dir/install-sh -c"
955 elif test -f $ac_dir/install.sh
; then
957 ac_install_sh
="$ac_aux_dir/install.sh -c"
961 if test -z "$ac_aux_dir"; then
962 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
964 ac_config_guess
=$ac_aux_dir/config.guess
965 ac_config_sub
=$ac_aux_dir/config.sub
966 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
969 # Do some error checking and defaulting for the host and target type.
971 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
974 # 1. You are not allowed to specify --host, --target, and nonopt at the
976 # 2. Host defaults to nonopt.
977 # 3. If nonopt is not specified, then host defaults to the current host,
978 # as determined by config.guess.
979 # 4. Target and build default to nonopt.
980 # 5. If nonopt is not specified, then target and build default to host.
982 # The aliases save the names the user supplied, while $host etc.
983 # will get canonicalized.
984 case $host---$target---$nonopt in
985 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
986 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
990 # Make sure we can run config.sub.
991 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
992 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
995 echo $ac_n "checking host system type""... $ac_c" 1>&6
996 echo "configure:997: checking host system type" >&5
999 case "$host_alias" in
1003 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1004 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1006 *) host_alias
=$nonopt ;;
1010 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1011 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1012 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1013 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1014 echo "$ac_t""$host" 1>&6
1016 echo $ac_n "checking target system type""... $ac_c" 1>&6
1017 echo "configure:1018: checking target system type" >&5
1019 target_alias
=$target
1020 case "$target_alias" in
1023 NONE
) target_alias
=$host_alias ;;
1024 *) target_alias
=$nonopt ;;
1028 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1029 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1030 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1031 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1032 echo "$ac_t""$target" 1>&6
1034 echo $ac_n "checking build system type""... $ac_c" 1>&6
1035 echo "configure:1036: checking build system type" >&5
1038 case "$build_alias" in
1041 NONE
) build_alias
=$host_alias ;;
1042 *) build_alias
=$nonopt ;;
1046 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1047 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1048 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1049 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1050 echo "$ac_t""$build" 1>&6
1052 test "$host_alias" != "$target_alias" &&
1053 test "$program_prefix$program_suffix$program_transform_name" = \
1055 program_prefix
=${target_alias}-
1059 WX_MAJOR_VERSION_NUMBER
=2
1060 WX_MINOR_VERSION_NUMBER
=3
1063 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
1064 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1066 WX_MSW_VERSION
=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1100 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1102 CPP_MT_FLAG
=-D_REENTRANT
1104 ALL_TOOLKITS
="GTK MAC MGL MICROWIN MOTIF MSW PM WINE"
1109 DEFAULT_wxUSE_MICROWIN
=0
1110 DEFAULT_wxUSE_MOTIF
=0
1113 DEFAULT_wxUSE_WINE
=0
1115 DEFAULT_DEFAULT_wxUSE_GTK
=0
1116 DEFAULT_DEFAULT_wxUSE_MAC
=0
1117 DEFAULT_DEFAULT_wxUSE_MGL
=0
1118 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1119 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1120 DEFAULT_DEFAULT_wxUSE_MSW
=0
1121 DEFAULT_DEFAULT_wxUSE_PM
=0
1122 DEFAULT_DEFAULT_wxUSE_WINE
=0
1130 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1131 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1133 cat >> confdefs.h
<<\EOF
1140 cat >> confdefs.h
<<\EOF
1145 if test "x$TMP" = "xalpha"; then
1147 cat >> confdefs.h
<<\EOF
1152 DEFAULT_DEFAULT_wxUSE_GTK
=1
1154 *-*-irix5* | *-*-irix6* )
1157 cat >> confdefs.h
<<\EOF
1161 cat >> confdefs.h
<<\EOF
1165 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1171 cat >> confdefs.h
<<\EOF
1175 cat >> confdefs.h
<<\EOF
1176 #define __SOLARIS__ 1
1179 cat >> confdefs.h
<<\EOF
1183 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1184 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1190 cat >> confdefs.h
<<\EOF
1194 cat >> confdefs.h
<<\EOF
1198 cat >> confdefs.h
<<\EOF
1202 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1207 CPP_MT_FLAG
=-D_THREAD_SAFE
1208 cat >> confdefs.h
<<\EOF
1209 #define __FREEBSD__ 1
1212 cat >> confdefs.h
<<\EOF
1216 DEFAULT_DEFAULT_wxUSE_GTK
=1
1221 cat >> confdefs.h
<<\EOF
1222 #define __FREEBSD__ 1
1225 cat >> confdefs.h
<<\EOF
1226 #define __OPENBSD__ 1
1229 DEFAULT_DEFAULT_wxUSE_GTK
=1
1234 cat >> confdefs.h
<<\EOF
1235 #define __FREEBSD__ 1
1238 cat >> confdefs.h
<<\EOF
1239 #define __NETBSD__ 1
1242 DEFAULT_DEFAULT_wxUSE_GTK
=1
1247 cat >> confdefs.h
<<\EOF
1251 cat >> confdefs.h
<<\EOF
1255 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1256 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1261 cat >> confdefs.h
<<\EOF
1265 cat >> confdefs.h
<<\EOF
1269 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1274 cat >> confdefs.h
<<\EOF
1278 cat >> confdefs.h
<<\EOF
1282 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1288 cat >> confdefs.h
<<\EOF
1292 cat >> confdefs.h
<<\EOF
1296 cat >> confdefs.h
<<\EOF
1300 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1303 *-*-cygwin* | *-*-mingw32* )
1307 cat >> confdefs.h
<<\EOF
1311 cat >> confdefs.h
<<\EOF
1315 cat >> confdefs.h
<<\EOF
1316 #define __WINDOWS__ 1
1319 cat >> confdefs.h
<<\EOF
1320 #define __GNUWIN32__ 1
1323 cat >> confdefs.h
<<\EOF
1327 cat >> confdefs.h
<<\EOF
1328 #define WINVER 0x0400
1333 DEFAULT_DEFAULT_wxUSE_MSW
=1
1339 cat >> confdefs.h
<<\EOF
1344 DEFAULT_DEFAULT_wxUSE_MGL
=1
1345 DEFAULT_DEFAULT_wxUSE_SHARED
=0
1348 *-pc-os2_emx | *-pc-os2-emx )
1349 cat >> confdefs.h
<<\EOF
1354 DEFAULT_DEFAULT_wxUSE_PM
=1
1362 cat >> confdefs.h
<<\EOF
1366 cat >> confdefs.h
<<\EOF
1367 #define __DARWIN__ 1
1370 cat >> confdefs.h
<<\EOF
1371 #define __POWERPC__ 1
1374 DEFAULT_DEFAULT_wxUSE_MAC
=1
1379 cat >> confdefs.h
<<\EOF
1386 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1389 if test "$USE_UNIX" = 1 ; then
1391 cat >> confdefs.h
<<\EOF
1397 if test "$USE_LINUX" = 1; then
1398 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
1399 echo "configure:1400: checking for glibc 2.1 or later" >&5
1400 if eval "test \"`echo '$''{'wx_lib_glibc21'+set}'`\" = set"; then
1401 echo $ac_n "(cached) $ac_c" 1>&6
1404 cat > conftest.
$ac_ext <<EOF
1405 #line 1406 "configure"
1406 #include "confdefs.h"
1407 #include <features.h>
1410 #if !__GLIBC_PREREQ(2, 1)
1416 if { (eval echo configure
:1417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1422 echo "configure: failed program was:" >&5
1423 cat conftest.
$ac_ext >&5
1434 echo "$ac_t""$wx_lib_glibc21" 1>&6
1435 if test "$wx_lib_glibc21" = "yes"; then
1436 cat >> confdefs.h
<<\EOF
1437 #define wxHAVE_GLIBC2 1
1446 wx_arg_cache_file
="configarg.cache"
1447 echo "loading argument cache $wx_arg_cache_file"
1448 rm -f ${wx_arg_cache_file}.tmp
1449 touch ${wx_arg_cache_file}.tmp
1450 touch ${wx_arg_cache_file}
1454 if test $DEBUG_CONFIGURE = 1; then
1455 DEFAULT_wxUSE_UNIVERSAL
=no
1457 DEFAULT_wxUSE_THREADS
=yes
1459 DEFAULT_wxUSE_SHARED
=yes
1460 DEFAULT_wxUSE_SONAME
=no
1461 DEFAULT_wxUSE_OPTIMISE
=no
1462 DEFAULT_wxUSE_PROFILE
=no
1463 DEFAULT_wxUSE_NO_DEPS
=no
1464 DEFAULT_wxUSE_NO_RTTI
=yes
1465 DEFAULT_wxUSE_NO_EXCEPTIONS
=yes
1466 DEFAULT_wxUSE_PERMISSIVE
=no
1467 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1468 DEFAULT_wxUSE_DEBUG_INFO
=yes
1469 DEFAULT_wxUSE_DEBUG_GDB
=yes
1470 DEFAULT_wxUSE_MEM_TRACING
=no
1471 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1472 DEFAULT_wxUSE_DMALLOC
=no
1473 DEFAULT_wxUSE_PRECOMP
=no
1474 DEFAULT_wxUSE_APPLE_IEEE
=no
1476 DEFAULT_wxUSE_LOG
=yes
1477 DEFAULT_wxUSE_LOGWINDOW
=no
1478 DEFAULT_wxUSE_LOGGUI
=no
1479 DEFAULT_wxUSE_LOGDIALOG
=no
1481 DEFAULT_wxUSE_GUI
=yes
1482 DEFAULT_wxUSE_CONTROLS
=no
1484 DEFAULT_wxUSE_REGEX
=no
1485 DEFAULT_wxUSE_ZLIB
=no
1486 DEFAULT_wxUSE_LIBPNG
=no
1487 DEFAULT_wxUSE_LIBJPEG
=no
1488 DEFAULT_wxUSE_LIBTIFF
=no
1489 DEFAULT_wxUSE_ODBC
=no
1490 DEFAULT_wxUSE_FREETYPE
=no
1491 DEFAULT_wxUSE_OPENGL
=no
1493 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1494 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
1495 DEFAULT_wxUSE_STD_IOSTREAM
=no
1496 DEFAULT_wxUSE_CMDLINE_PARSER
=no
1497 DEFAULT_wxUSE_DATETIME
=no
1498 DEFAULT_wxUSE_TIMEDATE
=no
1499 DEFAULT_wxUSE_TIMER
=no
1500 DEFAULT_wxUSE_STOPWATCH
=no
1501 DEFAULT_wxUSE_FILE
=no
1502 DEFAULT_wxUSE_FFILE
=no
1503 DEFAULT_wxUSE_TEXTBUFFER
=no
1504 DEFAULT_wxUSE_TEXTFILE
=no
1505 DEFAULT_wxUSE_WAVE
=no
1506 DEFAULT_wxUSE_INTL
=no
1507 DEFAULT_wxUSE_CONFIG
=no
1508 DEFAULT_wxUSE_FONTMAP
=no
1509 DEFAULT_wxUSE_STREAMS
=no
1510 DEFAULT_wxUSE_SOCKETS
=no
1511 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1512 DEFAULT_wxUSE_JOYSTICK
=no
1513 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1514 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
1515 DEFAULT_wxUSE_LONGLONG
=no
1516 DEFAULT_wxUSE_GEOMETRY
=no
1518 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1519 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1520 DEFAULT_wxUSE_POSTSCRIPT
=no
1522 DEFAULT_wxUSE_X_RESOURCES
=no
1523 DEFAULT_wxUSE_CLIPBOARD
=no
1524 DEFAULT_wxUSE_TOOLTIPS
=no
1525 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1526 DEFAULT_wxUSE_DRAGIMAGE
=no
1527 DEFAULT_wxUSE_SPLINES
=no
1529 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1530 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1531 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1533 DEFAULT_wxUSE_PROLOGIO
=no
1534 DEFAULT_wxUSE_RESOURCES
=no
1535 DEFAULT_wxUSE_CONSTRAINTS
=no
1536 DEFAULT_wxUSE_IPC
=no
1537 DEFAULT_wxUSE_HELP
=no
1538 DEFAULT_wxUSE_MS_HTML_HELP
=no
1539 DEFAULT_wxUSE_WXHTML_HELP
=no
1540 DEFAULT_wxUSE_TREELAYOUT
=no
1541 DEFAULT_wxUSE_METAFILE
=no
1542 DEFAULT_wxUSE_MIMETYPE
=no
1543 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
1544 DEFAULT_wxUSE_PROTOCOL
=no
1545 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
1546 DEFAULT_wxUSE_PROTOCOL_FTP
=no
1547 DEFAULT_wxUSE_PROTOCOL_FILE
=no
1548 DEFAULT_wxUSE_URL
=no
1550 DEFAULT_wxUSE_COMMONDLGS
=no
1551 DEFAULT_wxUSE_CHOICEDLG
=no
1552 DEFAULT_wxUSE_COLOURDLG
=no
1553 DEFAULT_wxUSE_DIRDLG
=no
1554 DEFAULT_wxUSE_FILEDLG
=no
1555 DEFAULT_wxUSE_FINDREPLDLG
=no
1556 DEFAULT_wxUSE_FONTDLG
=no
1557 DEFAULT_wxUSE_MSGDLG
=no
1558 DEFAULT_wxUSE_NUMBERDLG
=no
1559 DEFAULT_wxUSE_TEXTDLG
=no
1560 DEFAULT_wxUSE_SPLASH
=no
1561 DEFAULT_wxUSE_STARTUP_TIPS
=no
1562 DEFAULT_wxUSE_PROGRESSDLG
=no
1563 DEFAULT_wxUSE_WIZARDDLG
=no
1565 DEFAULT_wxUSE_MENUS
=no
1566 DEFAULT_wxUSE_MINIFRAME
=no
1567 DEFAULT_wxUSE_HTML
=no
1568 DEFAULT_wxUSE_FILESYSTEM
=no
1569 DEFAULT_wxUSE_FS_INET
=no
1570 DEFAULT_wxUSE_FS_ZIP
=no
1571 DEFAULT_wxUSE_BUSYINFO
=no
1572 DEFAULT_wxUSE_ZIPSTREAM
=no
1573 DEFAULT_wxUSE_VALIDATORS
=no
1575 DEFAULT_wxUSE_ACCEL
=no
1576 DEFAULT_wxUSE_BUTTON
=no
1577 DEFAULT_wxUSE_BMPBUTTON
=no
1578 DEFAULT_wxUSE_CALCTRL
=no
1579 DEFAULT_wxUSE_CARET
=no
1580 DEFAULT_wxUSE_CHECKBOX
=no
1581 DEFAULT_wxUSE_CHECKLST
=no
1582 DEFAULT_wxUSE_CHOICE
=no
1583 DEFAULT_wxUSE_COMBOBOX
=no
1584 DEFAULT_wxUSE_GAUGE
=no
1585 DEFAULT_wxUSE_GRID
=no
1586 DEFAULT_wxUSE_NEW_GRID
=no
1587 DEFAULT_wxUSE_IMAGLIST
=no
1588 DEFAULT_wxUSE_LISTBOX
=no
1589 DEFAULT_wxUSE_LISTCTRL
=no
1590 DEFAULT_wxUSE_NOTEBOOK
=no
1591 DEFAULT_wxUSE_PROPSHEET
=no
1592 DEFAULT_wxUSE_RADIOBOX
=no
1593 DEFAULT_wxUSE_RADIOBTN
=no
1594 DEFAULT_wxUSE_SASH
=no
1595 DEFAULT_wxUSE_SCROLLBAR
=no
1596 DEFAULT_wxUSE_SLIDER
=no
1597 DEFAULT_wxUSE_SPINBTN
=no
1598 DEFAULT_wxUSE_SPINCTRL
=no
1599 DEFAULT_wxUSE_SPLITTER
=no
1600 DEFAULT_wxUSE_STATBMP
=no
1601 DEFAULT_wxUSE_STATBOX
=no
1602 DEFAULT_wxUSE_STATLINE
=no
1603 DEFAULT_wxUSE_STATTEXT
=no
1604 DEFAULT_wxUSE_STATUSBAR
=yes
1605 DEFAULT_wxUSE_TABDIALOG
=no
1606 DEFAULT_wxUSE_TEXTCTRL
=no
1607 DEFAULT_wxUSE_TOGGLEBTN
=no
1608 DEFAULT_wxUSE_TOOLBAR
=no
1609 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
1610 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
1611 DEFAULT_wxUSE_TREECTRL
=no
1612 DEFAULT_wxUSE_POPUPWIN
=no
1613 DEFAULT_wxUSE_TIPWINDOW
=no
1615 DEFAULT_wxUSE_UNICODE
=no
1616 DEFAULT_wxUSE_UNICODE_MSLU
=no
1617 DEFAULT_wxUSE_WCSRTOMBS
=no
1619 DEFAULT_wxUSE_PALETTE
=no
1620 DEFAULT_wxUSE_IMAGE
=no
1621 DEFAULT_wxUSE_GIF
=no
1622 DEFAULT_wxUSE_PCX
=no
1623 DEFAULT_wxUSE_PNM
=no
1624 DEFAULT_wxUSE_IFF
=no
1625 DEFAULT_wxUSE_XPM
=no
1626 DEFAULT_wxUSE_ICO_CUR
=no
1628 DEFAULT_wxUSE_UNIVERSAL
=no
1630 DEFAULT_wxUSE_THREADS
=yes
1632 DEFAULT_wxUSE_SHARED
=yes
1633 DEFAULT_wxUSE_SONAME
=no
1634 DEFAULT_wxUSE_OPTIMISE
=yes
1635 DEFAULT_wxUSE_PROFILE
=no
1636 DEFAULT_wxUSE_NO_DEPS
=no
1637 DEFAULT_wxUSE_NO_RTTI
=yes
1638 DEFAULT_wxUSE_NO_EXCEPTIONS
=yes
1639 DEFAULT_wxUSE_PERMISSIVE
=no
1640 DEFAULT_wxUSE_DEBUG_FLAG
=no
1641 DEFAULT_wxUSE_DEBUG_INFO
=no
1642 DEFAULT_wxUSE_DEBUG_GDB
=no
1643 DEFAULT_wxUSE_MEM_TRACING
=no
1644 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1645 DEFAULT_wxUSE_DMALLOC
=no
1646 DEFAULT_wxUSE_PRECOMP
=no
1647 DEFAULT_wxUSE_APPLE_IEEE
=yes
1649 DEFAULT_wxUSE_LOG
=yes
1650 DEFAULT_wxUSE_LOGWINDOW
=yes
1651 DEFAULT_wxUSE_LOGGUI
=yes
1652 DEFAULT_wxUSE_LOGDIALOG
=yes
1654 DEFAULT_wxUSE_GUI
=yes
1656 DEFAULT_wxUSE_REGEX
=yes
1657 DEFAULT_wxUSE_ZLIB
=yes
1658 DEFAULT_wxUSE_LIBPNG
=yes
1659 DEFAULT_wxUSE_LIBJPEG
=yes
1660 DEFAULT_wxUSE_LIBTIFF
=yes
1661 DEFAULT_wxUSE_ODBC
=no
1662 DEFAULT_wxUSE_FREETYPE
=no
1663 DEFAULT_wxUSE_OPENGL
=no
1665 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
1666 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
1667 DEFAULT_wxUSE_STD_IOSTREAM
=no
1668 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
1669 DEFAULT_wxUSE_DATETIME
=yes
1670 DEFAULT_wxUSE_TIMEDATE
=no
1671 DEFAULT_wxUSE_TIMER
=yes
1672 DEFAULT_wxUSE_STOPWATCH
=yes
1673 DEFAULT_wxUSE_FILE
=yes
1674 DEFAULT_wxUSE_FFILE
=yes
1675 DEFAULT_wxUSE_TEXTBUFFER
=yes
1676 DEFAULT_wxUSE_TEXTFILE
=yes
1677 DEFAULT_wxUSE_WAVE
=no
1678 DEFAULT_wxUSE_INTL
=yes
1679 DEFAULT_wxUSE_CONFIG
=yes
1680 DEFAULT_wxUSE_FONTMAP
=yes
1681 DEFAULT_wxUSE_STREAMS
=yes
1682 DEFAULT_wxUSE_SOCKETS
=yes
1683 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1684 DEFAULT_wxUSE_JOYSTICK
=yes
1685 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1686 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
1687 DEFAULT_wxUSE_LONGLONG
=yes
1688 DEFAULT_wxUSE_GEOMETRY
=yes
1690 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1691 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1692 DEFAULT_wxUSE_POSTSCRIPT
=yes
1694 DEFAULT_wxUSE_X_RESOURCES
=no
1695 DEFAULT_wxUSE_CLIPBOARD
=yes
1696 DEFAULT_wxUSE_TOOLTIPS
=yes
1697 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1698 DEFAULT_wxUSE_DRAGIMAGE
=yes
1699 DEFAULT_wxUSE_SPLINES
=yes
1701 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1702 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1703 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1705 DEFAULT_wxUSE_PROLOGIO
=yes
1706 DEFAULT_wxUSE_RESOURCES
=yes
1707 DEFAULT_wxUSE_CONSTRAINTS
=yes
1708 DEFAULT_wxUSE_IPC
=yes
1709 DEFAULT_wxUSE_HELP
=yes
1710 DEFAULT_wxUSE_MS_HTML_HELP
=yes
1711 DEFAULT_wxUSE_WXHTML_HELP
=yes
1712 DEFAULT_wxUSE_TREELAYOUT
=yes
1713 DEFAULT_wxUSE_METAFILE
=yes
1714 DEFAULT_wxUSE_MIMETYPE
=yes
1715 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
1716 DEFAULT_wxUSE_PROTOCOL
=yes
1717 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
1718 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
1719 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
1720 DEFAULT_wxUSE_URL
=yes
1722 DEFAULT_wxUSE_COMMONDLGS
=yes
1723 DEFAULT_wxUSE_CHOICEDLG
=yes
1724 DEFAULT_wxUSE_COLOURDLG
=yes
1725 DEFAULT_wxUSE_DIRDLG
=yes
1726 DEFAULT_wxUSE_FILEDLG
=yes
1727 DEFAULT_wxUSE_FINDREPLDLG
=yes
1728 DEFAULT_wxUSE_FONTDLG
=yes
1729 DEFAULT_wxUSE_MSGDLG
=yes
1730 DEFAULT_wxUSE_NUMBERDLG
=yes
1731 DEFAULT_wxUSE_TEXTDLG
=yes
1732 DEFAULT_wxUSE_SPLASH
=yes
1733 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1734 DEFAULT_wxUSE_PROGRESSDLG
=yes
1735 DEFAULT_wxUSE_WIZARDDLG
=yes
1737 DEFAULT_wxUSE_MENUS
=yes
1738 DEFAULT_wxUSE_MINIFRAME
=yes
1739 DEFAULT_wxUSE_HTML
=yes
1740 DEFAULT_wxUSE_FILESYSTEM
=yes
1741 DEFAULT_wxUSE_FS_INET
=yes
1742 DEFAULT_wxUSE_FS_ZIP
=yes
1743 DEFAULT_wxUSE_BUSYINFO
=yes
1744 DEFAULT_wxUSE_ZIPSTREAM
=yes
1745 DEFAULT_wxUSE_VALIDATORS
=yes
1747 DEFAULT_wxUSE_ACCEL
=yes
1748 DEFAULT_wxUSE_BUTTON
=yes
1749 DEFAULT_wxUSE_BMPBUTTON
=yes
1750 DEFAULT_wxUSE_CALCTRL
=yes
1751 DEFAULT_wxUSE_CARET
=yes
1752 DEFAULT_wxUSE_CHECKBOX
=yes
1753 DEFAULT_wxUSE_CHECKLST
=yes
1754 DEFAULT_wxUSE_CHOICE
=yes
1755 DEFAULT_wxUSE_COMBOBOX
=yes
1756 DEFAULT_wxUSE_GAUGE
=yes
1757 DEFAULT_wxUSE_GRID
=yes
1758 DEFAULT_wxUSE_NEW_GRID
=yes
1759 DEFAULT_wxUSE_IMAGLIST
=yes
1760 DEFAULT_wxUSE_LISTBOX
=yes
1761 DEFAULT_wxUSE_LISTCTRL
=yes
1762 DEFAULT_wxUSE_NOTEBOOK
=yes
1763 DEFAULT_wxUSE_PROPSHEET
=yes
1764 DEFAULT_wxUSE_RADIOBOX
=yes
1765 DEFAULT_wxUSE_RADIOBTN
=yes
1766 DEFAULT_wxUSE_SASH
=yes
1767 DEFAULT_wxUSE_SCROLLBAR
=yes
1768 DEFAULT_wxUSE_SLIDER
=yes
1769 DEFAULT_wxUSE_SPINBTN
=yes
1770 DEFAULT_wxUSE_SPINCTRL
=yes
1771 DEFAULT_wxUSE_SPLITTER
=yes
1772 DEFAULT_wxUSE_STATBMP
=yes
1773 DEFAULT_wxUSE_STATBOX
=yes
1774 DEFAULT_wxUSE_STATLINE
=yes
1775 DEFAULT_wxUSE_STATTEXT
=yes
1776 DEFAULT_wxUSE_STATUSBAR
=yes
1777 DEFAULT_wxUSE_TABDIALOG
=no
1778 DEFAULT_wxUSE_TEXTCTRL
=yes
1779 DEFAULT_wxUSE_TOGGLEBTN
=yes
1780 DEFAULT_wxUSE_TOOLBAR
=yes
1781 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
1782 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
1783 DEFAULT_wxUSE_TREECTRL
=yes
1784 DEFAULT_wxUSE_POPUPWIN
=yes
1785 DEFAULT_wxUSE_TIPWINDOW
=yes
1787 DEFAULT_wxUSE_UNICODE
=no
1788 DEFAULT_wxUSE_UNICODE_MSLU
=yes
1789 DEFAULT_wxUSE_WCSRTOMBS
=no
1791 DEFAULT_wxUSE_PALETTE
=yes
1792 DEFAULT_wxUSE_IMAGE
=yes
1793 DEFAULT_wxUSE_GIF
=yes
1794 DEFAULT_wxUSE_PCX
=yes
1795 DEFAULT_wxUSE_IFF
=no
1796 DEFAULT_wxUSE_PNM
=yes
1797 DEFAULT_wxUSE_XPM
=yes
1798 DEFAULT_wxUSE_ICO_CUR
=yes
1803 for toolkit
in `echo $ALL_TOOLKITS`; do
1804 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1805 if test "x$LINE" != x
; then
1806 has_toolkit_in_cache
=1
1807 eval "DEFAULT_$LINE"
1808 eval "CACHE_$toolkit=1"
1814 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1815 echo "configure:1816: checking for --enable-gui" >&5
1817 # Check whether --enable-gui or --disable-gui was given.
1818 if test "${enable_gui+set}" = set; then
1819 enableval
="$enable_gui"
1821 if test "$enableval" = yes; then
1822 ac_cv_use_gui
='wxUSE_GUI=yes'
1824 ac_cv_use_gui
='wxUSE_GUI=no'
1829 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1830 if test "x$LINE" != x
; then
1831 eval "DEFAULT_$LINE"
1836 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1841 eval "$ac_cv_use_gui"
1842 if test "$no_cache" != 1; then
1843 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1846 if test "$wxUSE_GUI" = yes; then
1847 echo "$ac_t""yes" 1>&6
1849 echo "$ac_t""no" 1>&6
1853 if test "$wxUSE_GUI" = "yes"; then
1856 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1857 echo "configure:1858: checking for --enable-universal" >&5
1859 # Check whether --enable-universal or --disable-universal was given.
1860 if test "${enable_universal+set}" = set; then
1861 enableval
="$enable_universal"
1863 if test "$enableval" = yes; then
1864 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
1866 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
1871 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1872 if test "x$LINE" != x
; then
1873 eval "DEFAULT_$LINE"
1878 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1883 eval "$ac_cv_use_universal"
1884 if test "$no_cache" != 1; then
1885 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1888 if test "$wxUSE_UNIVERSAL" = yes; then
1889 echo "$ac_t""yes" 1>&6
1891 echo "$ac_t""no" 1>&6
1894 # Check whether --with-gtk or --without-gtk was given.
1895 if test "${with_gtk+set}" = set; then
1897 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1900 # Check whether --with-motif or --without-motif was given.
1901 if test "${with_motif+set}" = set; then
1902 withval
="$with_motif"
1903 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1906 # Check whether --with-mac or --without-mac was given.
1907 if test "${with_mac+set}" = set; then
1909 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
1912 # Check whether --with-wine or --without-wine was given.
1913 if test "${with_wine+set}" = set; then
1914 withval
="$with_wine"
1915 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1918 # Check whether --with-msw or --without-msw was given.
1919 if test "${with_msw+set}" = set; then
1921 wxUSE_MSW
="$withval" CACHE_MSW TOOLKIT_GIVEN
=1
1924 # Check whether --with-pm or --without-pm was given.
1925 if test "${with_pm+set}" = set; then
1927 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
1930 # Check whether --with-mgl or --without-mgl was given.
1931 if test "${with_mgl+set}" = set; then
1933 wxUSE_MGL
="$withval" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
1936 # Check whether --with-microwin or --without-microwin was given.
1937 if test "${with_microwin+set}" = set; then
1938 withval
="$with_microwin"
1939 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
1943 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1944 if test "${enable_gtk2+set}" = set; then
1945 enableval
="$enable_gtk2"
1953 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1954 echo "configure:1955: checking for --with-libpng" >&5
1956 # Check whether --with-libpng or --without-libpng was given.
1957 if test "${with_libpng+set}" = set; then
1958 withval
="$with_libpng"
1960 if test "$withval" = yes; then
1961 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1962 elif test "$withval" = no
; then
1963 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1964 elif test "$withval" = sys
; then
1965 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
1966 elif test "$withval" = builtin; then
1967 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
1969 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1974 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1975 if test "x$LINE" != x
; then
1976 eval "DEFAULT_$LINE"
1981 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1986 eval "$ac_cv_use_libpng"
1987 if test "$no_cache" != 1; then
1988 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1991 if test "$wxUSE_LIBPNG" = yes; then
1992 echo "$ac_t""yes" 1>&6
1993 elif test "$wxUSE_LIBPNG" = no
; then
1994 echo "$ac_t""no" 1>&6
1995 elif test "$wxUSE_LIBPNG" = sys
; then
1996 echo "$ac_t""system version" 1>&6
1997 elif test "$wxUSE_LIBPNG" = builtin; then
1998 echo "$ac_t""builtin version" 1>&6
2000 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2004 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
2005 echo "configure:2006: checking for --with-libjpeg" >&5
2007 # Check whether --with-libjpeg or --without-libjpeg was given.
2008 if test "${with_libjpeg+set}" = set; then
2009 withval
="$with_libjpeg"
2011 if test "$withval" = yes; then
2012 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
2013 elif test "$withval" = no
; then
2014 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
2015 elif test "$withval" = sys
; then
2016 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2017 elif test "$withval" = builtin; then
2018 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2020 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2025 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2026 if test "x$LINE" != x
; then
2027 eval "DEFAULT_$LINE"
2032 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2037 eval "$ac_cv_use_libjpeg"
2038 if test "$no_cache" != 1; then
2039 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2042 if test "$wxUSE_LIBJPEG" = yes; then
2043 echo "$ac_t""yes" 1>&6
2044 elif test "$wxUSE_LIBJPEG" = no
; then
2045 echo "$ac_t""no" 1>&6
2046 elif test "$wxUSE_LIBJPEG" = sys
; then
2047 echo "$ac_t""system version" 1>&6
2048 elif test "$wxUSE_LIBJPEG" = builtin; then
2049 echo "$ac_t""builtin version" 1>&6
2051 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2055 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
2056 echo "configure:2057: checking for --with-libtiff" >&5
2058 # Check whether --with-libtiff or --without-libtiff was given.
2059 if test "${with_libtiff+set}" = set; then
2060 withval
="$with_libtiff"
2062 if test "$withval" = yes; then
2063 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2064 elif test "$withval" = no
; then
2065 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2066 elif test "$withval" = sys
; then
2067 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2068 elif test "$withval" = builtin; then
2069 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2071 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2076 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2077 if test "x$LINE" != x
; then
2078 eval "DEFAULT_$LINE"
2083 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2088 eval "$ac_cv_use_libtiff"
2089 if test "$no_cache" != 1; then
2090 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2093 if test "$wxUSE_LIBTIFF" = yes; then
2094 echo "$ac_t""yes" 1>&6
2095 elif test "$wxUSE_LIBTIFF" = no
; then
2096 echo "$ac_t""no" 1>&6
2097 elif test "$wxUSE_LIBTIFF" = sys
; then
2098 echo "$ac_t""system version" 1>&6
2099 elif test "$wxUSE_LIBTIFF" = builtin; then
2100 echo "$ac_t""builtin version" 1>&6
2102 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2106 echo $ac_n "checking for --with-freetype""... $ac_c" 1>&6
2107 echo "configure:2108: checking for --with-freetype" >&5
2109 # Check whether --with-freetype or --without-freetype was given.
2110 if test "${with_freetype+set}" = set; then
2111 withval
="$with_freetype"
2113 if test "$withval" = yes; then
2114 ac_cv_use_freetype
='wxUSE_FREETYPE=yes'
2115 elif test "$withval" = no
; then
2116 ac_cv_use_freetype
='wxUSE_FREETYPE=no'
2117 elif test "$withval" = sys
; then
2118 ac_cv_use_freetype
='wxUSE_FREETYPE=sys'
2119 elif test "$withval" = builtin; then
2120 ac_cv_use_freetype
='wxUSE_FREETYPE=builtin'
2122 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2127 LINE
=`grep "wxUSE_FREETYPE" ${wx_arg_cache_file}`
2128 if test "x$LINE" != x
; then
2129 eval "DEFAULT_$LINE"
2134 ac_cv_use_freetype
='wxUSE_FREETYPE='$DEFAULT_wxUSE_FREETYPE
2139 eval "$ac_cv_use_freetype"
2140 if test "$no_cache" != 1; then
2141 echo $ac_cv_use_freetype >> ${wx_arg_cache_file}.tmp
2144 if test "$wxUSE_FREETYPE" = yes; then
2145 echo "$ac_t""yes" 1>&6
2146 elif test "$wxUSE_FREETYPE" = no
; then
2147 echo "$ac_t""no" 1>&6
2148 elif test "$wxUSE_FREETYPE" = sys
; then
2149 echo "$ac_t""system version" 1>&6
2150 elif test "$wxUSE_FREETYPE" = builtin; then
2151 echo "$ac_t""builtin version" 1>&6
2153 { echo "configure: error: Invalid value for --with-freetype: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2157 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2158 echo "configure:2159: checking for --with-opengl" >&5
2160 # Check whether --with-opengl or --without-opengl was given.
2161 if test "${with_opengl+set}" = set; then
2162 withval
="$with_opengl"
2164 if test "$withval" = yes; then
2165 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
2167 ac_cv_use_opengl
='wxUSE_OPENGL=no'
2172 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2173 if test "x$LINE" != x
; then
2174 eval "DEFAULT_$LINE"
2179 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2184 eval "$ac_cv_use_opengl"
2185 if test "$no_cache" != 1; then
2186 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2189 if test "$wxUSE_OPENGL" = yes; then
2190 echo "$ac_t""yes" 1>&6
2192 echo "$ac_t""no" 1>&6
2199 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2200 echo "configure:2201: checking for --with-dmalloc" >&5
2202 # Check whether --with-dmalloc or --without-dmalloc was given.
2203 if test "${with_dmalloc+set}" = set; then
2204 withval
="$with_dmalloc"
2206 if test "$withval" = yes; then
2207 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
2209 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
2214 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2215 if test "x$LINE" != x
; then
2216 eval "DEFAULT_$LINE"
2221 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2226 eval "$ac_cv_use_dmalloc"
2227 if test "$no_cache" != 1; then
2228 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2231 if test "$wxUSE_DMALLOC" = yes; then
2232 echo "$ac_t""yes" 1>&6
2234 echo "$ac_t""no" 1>&6
2238 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2239 echo "configure:2240: checking for --with-regex" >&5
2241 # Check whether --with-regex or --without-regex was given.
2242 if test "${with_regex+set}" = set; then
2243 withval
="$with_regex"
2245 if test "$withval" = yes; then
2246 ac_cv_use_regex
='wxUSE_REGEX=yes'
2247 elif test "$withval" = no
; then
2248 ac_cv_use_regex
='wxUSE_REGEX=no'
2249 elif test "$withval" = sys
; then
2250 ac_cv_use_regex
='wxUSE_REGEX=sys'
2251 elif test "$withval" = builtin; then
2252 ac_cv_use_regex
='wxUSE_REGEX=builtin'
2254 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2259 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2260 if test "x$LINE" != x
; then
2261 eval "DEFAULT_$LINE"
2266 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2271 eval "$ac_cv_use_regex"
2272 if test "$no_cache" != 1; then
2273 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2276 if test "$wxUSE_REGEX" = yes; then
2277 echo "$ac_t""yes" 1>&6
2278 elif test "$wxUSE_REGEX" = no
; then
2279 echo "$ac_t""no" 1>&6
2280 elif test "$wxUSE_REGEX" = sys
; then
2281 echo "$ac_t""system version" 1>&6
2282 elif test "$wxUSE_REGEX" = builtin; then
2283 echo "$ac_t""builtin version" 1>&6
2285 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2289 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2290 echo "configure:2291: checking for --with-zlib" >&5
2292 # Check whether --with-zlib or --without-zlib was given.
2293 if test "${with_zlib+set}" = set; then
2294 withval
="$with_zlib"
2296 if test "$withval" = yes; then
2297 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
2298 elif test "$withval" = no
; then
2299 ac_cv_use_zlib
='wxUSE_ZLIB=no'
2300 elif test "$withval" = sys
; then
2301 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
2302 elif test "$withval" = builtin; then
2303 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
2305 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2310 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2311 if test "x$LINE" != x
; then
2312 eval "DEFAULT_$LINE"
2317 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2322 eval "$ac_cv_use_zlib"
2323 if test "$no_cache" != 1; then
2324 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2327 if test "$wxUSE_ZLIB" = yes; then
2328 echo "$ac_t""yes" 1>&6
2329 elif test "$wxUSE_ZLIB" = no
; then
2330 echo "$ac_t""no" 1>&6
2331 elif test "$wxUSE_ZLIB" = sys
; then
2332 echo "$ac_t""system version" 1>&6
2333 elif test "$wxUSE_ZLIB" = builtin; then
2334 echo "$ac_t""builtin version" 1>&6
2336 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2340 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2341 echo "configure:2342: checking for --with-odbc" >&5
2343 # Check whether --with-odbc or --without-odbc was given.
2344 if test "${with_odbc+set}" = set; then
2345 withval
="$with_odbc"
2347 if test "$withval" = yes; then
2348 ac_cv_use_odbc
='wxUSE_ODBC=yes'
2350 ac_cv_use_odbc
='wxUSE_ODBC=no'
2355 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2356 if test "x$LINE" != x
; then
2357 eval "DEFAULT_$LINE"
2362 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2367 eval "$ac_cv_use_odbc"
2368 if test "$no_cache" != 1; then
2369 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2372 if test "$wxUSE_ODBC" = yes; then
2373 echo "$ac_t""yes" 1>&6
2375 echo "$ac_t""no" 1>&6
2381 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2382 echo "configure:2383: checking for --enable-shared" >&5
2384 # Check whether --enable-shared or --disable-shared was given.
2385 if test "${enable_shared+set}" = set; then
2386 enableval
="$enable_shared"
2388 if test "$enableval" = yes; then
2389 ac_cv_use_shared
='wxUSE_SHARED=yes'
2391 ac_cv_use_shared
='wxUSE_SHARED=no'
2396 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2397 if test "x$LINE" != x
; then
2398 eval "DEFAULT_$LINE"
2403 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2408 eval "$ac_cv_use_shared"
2409 if test "$no_cache" != 1; then
2410 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2413 if test "$wxUSE_SHARED" = yes; then
2414 echo "$ac_t""yes" 1>&6
2416 echo "$ac_t""no" 1>&6
2420 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2421 echo "configure:2422: checking for --enable-soname" >&5
2423 # Check whether --enable-soname or --disable-soname was given.
2424 if test "${enable_soname+set}" = set; then
2425 enableval
="$enable_soname"
2427 if test "$enableval" = yes; then
2428 ac_cv_use_soname
='wxUSE_SONAME=yes'
2430 ac_cv_use_soname
='wxUSE_SONAME=no'
2435 LINE
=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2436 if test "x$LINE" != x
; then
2437 eval "DEFAULT_$LINE"
2442 ac_cv_use_soname
='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2447 eval "$ac_cv_use_soname"
2448 if test "$no_cache" != 1; then
2449 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2452 if test "$wxUSE_SONAME" = yes; then
2453 echo "$ac_t""yes" 1>&6
2455 echo "$ac_t""no" 1>&6
2459 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2460 echo "configure:2461: checking for --enable-optimise" >&5
2462 # Check whether --enable-optimise or --disable-optimise was given.
2463 if test "${enable_optimise+set}" = set; then
2464 enableval
="$enable_optimise"
2466 if test "$enableval" = yes; then
2467 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
2469 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
2474 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2475 if test "x$LINE" != x
; then
2476 eval "DEFAULT_$LINE"
2481 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2486 eval "$ac_cv_use_optimise"
2487 if test "$no_cache" != 1; then
2488 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2491 if test "$wxUSE_OPTIMISE" = yes; then
2492 echo "$ac_t""yes" 1>&6
2494 echo "$ac_t""no" 1>&6
2498 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2499 echo "configure:2500: checking for --enable-debug" >&5
2501 # Check whether --enable-debug or --disable-debug was given.
2502 if test "${enable_debug+set}" = set; then
2503 enableval
="$enable_debug"
2505 if test "$enableval" = yes; then
2506 ac_cv_use_debug
='wxUSE_DEBUG=yes'
2508 ac_cv_use_debug
='wxUSE_DEBUG=no'
2513 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2514 if test "x$LINE" != x
; then
2515 eval "DEFAULT_$LINE"
2520 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2525 eval "$ac_cv_use_debug"
2526 if test "$no_cache" != 1; then
2527 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2530 if test "$wxUSE_DEBUG" = yes; then
2531 echo "$ac_t""yes" 1>&6
2533 echo "$ac_t""no" 1>&6
2538 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2539 echo "configure:2540: checking for --enable-precomp" >&5
2541 # Check whether --enable-precomp or --disable-precomp was given.
2542 if test "${enable_precomp+set}" = set; then
2543 enableval
="$enable_precomp"
2545 if test "$enableval" = yes; then
2546 ac_cv_use_precomp
='wxUSE_PRECOMP=yes'
2548 ac_cv_use_precomp
='wxUSE_PRECOMP=no'
2553 LINE
=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2554 if test "x$LINE" != x
; then
2555 eval "DEFAULT_$LINE"
2560 ac_cv_use_precomp
='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2565 eval "$ac_cv_use_precomp"
2566 if test "$no_cache" != 1; then
2567 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2570 if test "$wxUSE_PRECOMP" = yes; then
2571 echo "$ac_t""yes" 1>&6
2573 echo "$ac_t""no" 1>&6
2577 if test "$wxUSE_DEBUG" = "yes"; then
2578 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2579 DEFAULT_wxUSE_DEBUG_INFO
=yes
2580 elif test "$wxUSE_DEBUG" = "no"; then
2581 DEFAULT_wxUSE_DEBUG_FLAG
=no
2582 DEFAULT_wxUSE_DEBUG_INFO
=no
2586 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2587 echo "configure:2588: checking for --enable-debug_flag" >&5
2589 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2590 if test "${enable_debug_flag+set}" = set; then
2591 enableval
="$enable_debug_flag"
2593 if test "$enableval" = yes; then
2594 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
2596 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
2601 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2602 if test "x$LINE" != x
; then
2603 eval "DEFAULT_$LINE"
2608 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2613 eval "$ac_cv_use_debug_flag"
2614 if test "$no_cache" != 1; then
2615 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2618 if test "$wxUSE_DEBUG_FLAG" = yes; then
2619 echo "$ac_t""yes" 1>&6
2621 echo "$ac_t""no" 1>&6
2625 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2626 echo "configure:2627: checking for --enable-debug_info" >&5
2628 # Check whether --enable-debug_info or --disable-debug_info was given.
2629 if test "${enable_debug_info+set}" = set; then
2630 enableval
="$enable_debug_info"
2632 if test "$enableval" = yes; then
2633 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2635 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2640 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2641 if test "x$LINE" != x
; then
2642 eval "DEFAULT_$LINE"
2647 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2652 eval "$ac_cv_use_debug_info"
2653 if test "$no_cache" != 1; then
2654 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2657 if test "$wxUSE_DEBUG_INFO" = yes; then
2658 echo "$ac_t""yes" 1>&6
2660 echo "$ac_t""no" 1>&6
2664 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2665 echo "configure:2666: checking for --enable-debug_gdb" >&5
2667 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2668 if test "${enable_debug_gdb+set}" = set; then
2669 enableval
="$enable_debug_gdb"
2671 if test "$enableval" = yes; then
2672 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2674 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2679 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2680 if test "x$LINE" != x
; then
2681 eval "DEFAULT_$LINE"
2686 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2691 eval "$ac_cv_use_debug_gdb"
2692 if test "$no_cache" != 1; then
2693 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2696 if test "$wxUSE_DEBUG_GDB" = yes; then
2697 echo "$ac_t""yes" 1>&6
2699 echo "$ac_t""no" 1>&6
2703 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2704 echo "configure:2705: checking for --enable-debug_cntxt" >&5
2706 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2707 if test "${enable_debug_cntxt+set}" = set; then
2708 enableval
="$enable_debug_cntxt"
2710 if test "$enableval" = yes; then
2711 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2713 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2718 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2719 if test "x$LINE" != x
; then
2720 eval "DEFAULT_$LINE"
2725 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2730 eval "$ac_cv_use_debug_cntxt"
2731 if test "$no_cache" != 1; then
2732 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2735 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2736 echo "$ac_t""yes" 1>&6
2738 echo "$ac_t""no" 1>&6
2742 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2743 echo "configure:2744: checking for --enable-mem_tracing" >&5
2745 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2746 if test "${enable_mem_tracing+set}" = set; then
2747 enableval
="$enable_mem_tracing"
2749 if test "$enableval" = yes; then
2750 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2752 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2757 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2758 if test "x$LINE" != x
; then
2759 eval "DEFAULT_$LINE"
2764 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2769 eval "$ac_cv_use_mem_tracing"
2770 if test "$no_cache" != 1; then
2771 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2774 if test "$wxUSE_MEM_TRACING" = yes; then
2775 echo "$ac_t""yes" 1>&6
2777 echo "$ac_t""no" 1>&6
2781 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2782 echo "configure:2783: checking for --enable-profile" >&5
2784 # Check whether --enable-profile or --disable-profile was given.
2785 if test "${enable_profile+set}" = set; then
2786 enableval
="$enable_profile"
2788 if test "$enableval" = yes; then
2789 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2791 ac_cv_use_profile
='wxUSE_PROFILE=no'
2796 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2797 if test "x$LINE" != x
; then
2798 eval "DEFAULT_$LINE"
2803 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2808 eval "$ac_cv_use_profile"
2809 if test "$no_cache" != 1; then
2810 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2813 if test "$wxUSE_PROFILE" = yes; then
2814 echo "$ac_t""yes" 1>&6
2816 echo "$ac_t""no" 1>&6
2820 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2821 echo "configure:2822: checking for --enable-no_rtti" >&5
2823 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2824 if test "${enable_no_rtti+set}" = set; then
2825 enableval
="$enable_no_rtti"
2827 if test "$enableval" = yes; then
2828 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2830 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2835 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2836 if test "x$LINE" != x
; then
2837 eval "DEFAULT_$LINE"
2842 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2847 eval "$ac_cv_use_no_rtti"
2848 if test "$no_cache" != 1; then
2849 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2852 if test "$wxUSE_NO_RTTI" = yes; then
2853 echo "$ac_t""yes" 1>&6
2855 echo "$ac_t""no" 1>&6
2859 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2860 echo "configure:2861: checking for --enable-no_exceptions" >&5
2862 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2863 if test "${enable_no_exceptions+set}" = set; then
2864 enableval
="$enable_no_exceptions"
2866 if test "$enableval" = yes; then
2867 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2869 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2874 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2875 if test "x$LINE" != x
; then
2876 eval "DEFAULT_$LINE"
2881 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2886 eval "$ac_cv_use_no_exceptions"
2887 if test "$no_cache" != 1; then
2888 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2891 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2892 echo "$ac_t""yes" 1>&6
2894 echo "$ac_t""no" 1>&6
2898 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2899 echo "configure:2900: checking for --enable-permissive" >&5
2901 # Check whether --enable-permissive or --disable-permissive was given.
2902 if test "${enable_permissive+set}" = set; then
2903 enableval
="$enable_permissive"
2905 if test "$enableval" = yes; then
2906 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2908 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2913 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2914 if test "x$LINE" != x
; then
2915 eval "DEFAULT_$LINE"
2920 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2925 eval "$ac_cv_use_permissive"
2926 if test "$no_cache" != 1; then
2927 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2930 if test "$wxUSE_PERMISSIVE" = yes; then
2931 echo "$ac_t""yes" 1>&6
2933 echo "$ac_t""no" 1>&6
2937 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2938 echo "configure:2939: checking for --enable-no_deps" >&5
2940 # Check whether --enable-no_deps or --disable-no_deps was given.
2941 if test "${enable_no_deps+set}" = set; then
2942 enableval
="$enable_no_deps"
2944 if test "$enableval" = yes; then
2945 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2947 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2952 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2953 if test "x$LINE" != x
; then
2954 eval "DEFAULT_$LINE"
2959 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2964 eval "$ac_cv_use_no_deps"
2965 if test "$no_cache" != 1; then
2966 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2969 if test "$wxUSE_NO_DEPS" = yes; then
2970 echo "$ac_t""yes" 1>&6
2972 echo "$ac_t""no" 1>&6
2977 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2978 echo "configure:2979: checking for --enable-compat20" >&5
2980 # Check whether --enable-compat20 or --disable-compat20 was given.
2981 if test "${enable_compat20+set}" = set; then
2982 enableval
="$enable_compat20"
2984 if test "$enableval" = yes; then
2985 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes'
2987 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no'
2992 LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2993 if test "x$LINE" != x
; then
2994 eval "DEFAULT_$LINE"
2999 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
3004 eval "$ac_cv_use_compat20"
3005 if test "$no_cache" != 1; then
3006 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3009 if test "$WXWIN_COMPATIBILITY_2" = yes; then
3010 echo "$ac_t""yes" 1>&6
3012 echo "$ac_t""no" 1>&6
3016 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
3017 echo "configure:3018: checking for --enable-compat22" >&5
3019 # Check whether --enable-compat22 or --disable-compat22 was given.
3020 if test "${enable_compat22+set}" = set; then
3021 enableval
="$enable_compat22"
3023 if test "$enableval" = yes; then
3024 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
3026 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
3031 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3032 if test "x$LINE" != x
; then
3033 eval "DEFAULT_$LINE"
3038 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3043 eval "$ac_cv_use_compat22"
3044 if test "$no_cache" != 1; then
3045 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3048 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3049 echo "$ac_t""yes" 1>&6
3051 echo "$ac_t""no" 1>&6
3057 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
3058 echo "configure:3059: checking for --enable-intl" >&5
3060 # Check whether --enable-intl or --disable-intl was given.
3061 if test "${enable_intl+set}" = set; then
3062 enableval
="$enable_intl"
3064 if test "$enableval" = yes; then
3065 ac_cv_use_intl
='wxUSE_INTL=yes'
3067 ac_cv_use_intl
='wxUSE_INTL=no'
3072 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3073 if test "x$LINE" != x
; then
3074 eval "DEFAULT_$LINE"
3079 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3084 eval "$ac_cv_use_intl"
3085 if test "$no_cache" != 1; then
3086 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3089 if test "$wxUSE_INTL" = yes; then
3090 echo "$ac_t""yes" 1>&6
3092 echo "$ac_t""no" 1>&6
3096 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
3097 echo "configure:3098: checking for --enable-config" >&5
3099 # Check whether --enable-config or --disable-config was given.
3100 if test "${enable_config+set}" = set; then
3101 enableval
="$enable_config"
3103 if test "$enableval" = yes; then
3104 ac_cv_use_config
='wxUSE_CONFIG=yes'
3106 ac_cv_use_config
='wxUSE_CONFIG=no'
3111 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3112 if test "x$LINE" != x
; then
3113 eval "DEFAULT_$LINE"
3118 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3123 eval "$ac_cv_use_config"
3124 if test "$no_cache" != 1; then
3125 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3128 if test "$wxUSE_CONFIG" = yes; then
3129 echo "$ac_t""yes" 1>&6
3131 echo "$ac_t""no" 1>&6
3136 echo $ac_n "checking for --enable-protocols""... $ac_c" 1>&6
3137 echo "configure:3138: checking for --enable-protocols" >&5
3139 # Check whether --enable-protocols or --disable-protocols was given.
3140 if test "${enable_protocols+set}" = set; then
3141 enableval
="$enable_protocols"
3143 if test "$enableval" = yes; then
3144 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
3146 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
3151 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3152 if test "x$LINE" != x
; then
3153 eval "DEFAULT_$LINE"
3158 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3163 eval "$ac_cv_use_protocols"
3164 if test "$no_cache" != 1; then
3165 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3168 if test "$wxUSE_PROTOCOL" = yes; then
3169 echo "$ac_t""yes" 1>&6
3171 echo "$ac_t""no" 1>&6
3175 echo $ac_n "checking for --enable-ftp""... $ac_c" 1>&6
3176 echo "configure:3177: checking for --enable-ftp" >&5
3178 # Check whether --enable-ftp or --disable-ftp was given.
3179 if test "${enable_ftp+set}" = set; then
3180 enableval
="$enable_ftp"
3182 if test "$enableval" = yes; then
3183 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
3185 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
3190 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3191 if test "x$LINE" != x
; then
3192 eval "DEFAULT_$LINE"
3197 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3202 eval "$ac_cv_use_ftp"
3203 if test "$no_cache" != 1; then
3204 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3207 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3208 echo "$ac_t""yes" 1>&6
3210 echo "$ac_t""no" 1>&6
3214 echo $ac_n "checking for --enable-http""... $ac_c" 1>&6
3215 echo "configure:3216: checking for --enable-http" >&5
3217 # Check whether --enable-http or --disable-http was given.
3218 if test "${enable_http+set}" = set; then
3219 enableval
="$enable_http"
3221 if test "$enableval" = yes; then
3222 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
3224 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
3229 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3230 if test "x$LINE" != x
; then
3231 eval "DEFAULT_$LINE"
3236 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3241 eval "$ac_cv_use_http"
3242 if test "$no_cache" != 1; then
3243 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3246 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3247 echo "$ac_t""yes" 1>&6
3249 echo "$ac_t""no" 1>&6
3253 echo $ac_n "checking for --enable-fileproto""... $ac_c" 1>&6
3254 echo "configure:3255: checking for --enable-fileproto" >&5
3256 # Check whether --enable-fileproto or --disable-fileproto was given.
3257 if test "${enable_fileproto+set}" = set; then
3258 enableval
="$enable_fileproto"
3260 if test "$enableval" = yes; then
3261 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
3263 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
3268 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
3269 if test "x$LINE" != x
; then
3270 eval "DEFAULT_$LINE"
3275 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
3280 eval "$ac_cv_use_fileproto"
3281 if test "$no_cache" != 1; then
3282 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
3285 if test "$wxUSE_PROTOCOL_FILE" = yes; then
3286 echo "$ac_t""yes" 1>&6
3288 echo "$ac_t""no" 1>&6
3292 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3293 echo "configure:3294: checking for --enable-sockets" >&5
3295 # Check whether --enable-sockets or --disable-sockets was given.
3296 if test "${enable_sockets+set}" = set; then
3297 enableval
="$enable_sockets"
3299 if test "$enableval" = yes; then
3300 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
3302 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
3307 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3308 if test "x$LINE" != x
; then
3309 eval "DEFAULT_$LINE"
3314 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3319 eval "$ac_cv_use_sockets"
3320 if test "$no_cache" != 1; then
3321 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3324 if test "$wxUSE_SOCKETS" = yes; then
3325 echo "$ac_t""yes" 1>&6
3327 echo "$ac_t""no" 1>&6
3332 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3333 echo "configure:3334: checking for --enable-ipc" >&5
3335 # Check whether --enable-ipc or --disable-ipc was given.
3336 if test "${enable_ipc+set}" = set; then
3337 enableval
="$enable_ipc"
3339 if test "$enableval" = yes; then
3340 ac_cv_use_ipc
='wxUSE_IPC=yes'
3342 ac_cv_use_ipc
='wxUSE_IPC=no'
3347 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3348 if test "x$LINE" != x
; then
3349 eval "DEFAULT_$LINE"
3354 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3359 eval "$ac_cv_use_ipc"
3360 if test "$no_cache" != 1; then
3361 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3364 if test "$wxUSE_IPC" = yes; then
3365 echo "$ac_t""yes" 1>&6
3367 echo "$ac_t""no" 1>&6
3372 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3373 echo "configure:3374: checking for --enable-cmdline" >&5
3375 # Check whether --enable-cmdline or --disable-cmdline was given.
3376 if test "${enable_cmdline+set}" = set; then
3377 enableval
="$enable_cmdline"
3379 if test "$enableval" = yes; then
3380 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
3382 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
3387 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3388 if test "x$LINE" != x
; then
3389 eval "DEFAULT_$LINE"
3394 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3399 eval "$ac_cv_use_cmdline"
3400 if test "$no_cache" != 1; then
3401 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3404 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3405 echo "$ac_t""yes" 1>&6
3407 echo "$ac_t""no" 1>&6
3411 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3412 echo "configure:3413: checking for --enable-datetime" >&5
3414 # Check whether --enable-datetime or --disable-datetime was given.
3415 if test "${enable_datetime+set}" = set; then
3416 enableval
="$enable_datetime"
3418 if test "$enableval" = yes; then
3419 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
3421 ac_cv_use_datetime
='wxUSE_DATETIME=no'
3426 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3427 if test "x$LINE" != x
; then
3428 eval "DEFAULT_$LINE"
3433 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3438 eval "$ac_cv_use_datetime"
3439 if test "$no_cache" != 1; then
3440 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3443 if test "$wxUSE_DATETIME" = yes; then
3444 echo "$ac_t""yes" 1>&6
3446 echo "$ac_t""no" 1>&6
3450 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3451 echo "configure:3452: checking for --enable-timedate" >&5
3453 # Check whether --enable-timedate or --disable-timedate was given.
3454 if test "${enable_timedate+set}" = set; then
3455 enableval
="$enable_timedate"
3457 if test "$enableval" = yes; then
3458 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
3460 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
3465 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3466 if test "x$LINE" != x
; then
3467 eval "DEFAULT_$LINE"
3472 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3477 eval "$ac_cv_use_timedate"
3478 if test "$no_cache" != 1; then
3479 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3482 if test "$wxUSE_TIMEDATE" = yes; then
3483 echo "$ac_t""yes" 1>&6
3485 echo "$ac_t""no" 1>&6
3489 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3490 echo "configure:3491: checking for --enable-stopwatch" >&5
3492 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3493 if test "${enable_stopwatch+set}" = set; then
3494 enableval
="$enable_stopwatch"
3496 if test "$enableval" = yes; then
3497 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
3499 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
3504 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3505 if test "x$LINE" != x
; then
3506 eval "DEFAULT_$LINE"
3511 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3516 eval "$ac_cv_use_stopwatch"
3517 if test "$no_cache" != 1; then
3518 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3521 if test "$wxUSE_STOPWATCH" = yes; then
3522 echo "$ac_t""yes" 1>&6
3524 echo "$ac_t""no" 1>&6
3528 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3529 echo "configure:3530: checking for --enable-dialupman" >&5
3531 # Check whether --enable-dialupman or --disable-dialupman was given.
3532 if test "${enable_dialupman+set}" = set; then
3533 enableval
="$enable_dialupman"
3535 if test "$enableval" = yes; then
3536 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
3538 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
3543 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3544 if test "x$LINE" != x
; then
3545 eval "DEFAULT_$LINE"
3550 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3555 eval "$ac_cv_use_dialupman"
3556 if test "$no_cache" != 1; then
3557 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3560 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3561 echo "$ac_t""yes" 1>&6
3563 echo "$ac_t""no" 1>&6
3567 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3568 echo "configure:3569: checking for --enable-apple_ieee" >&5
3570 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3571 if test "${enable_apple_ieee+set}" = set; then
3572 enableval
="$enable_apple_ieee"
3574 if test "$enableval" = yes; then
3575 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
3577 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
3582 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3583 if test "x$LINE" != x
; then
3584 eval "DEFAULT_$LINE"
3589 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3594 eval "$ac_cv_use_apple_ieee"
3595 if test "$no_cache" != 1; then
3596 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3599 if test "$wxUSE_APPLE_IEEE" = yes; then
3600 echo "$ac_t""yes" 1>&6
3602 echo "$ac_t""no" 1>&6
3606 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3607 echo "configure:3608: checking for --enable-timer" >&5
3609 # Check whether --enable-timer or --disable-timer was given.
3610 if test "${enable_timer+set}" = set; then
3611 enableval
="$enable_timer"
3613 if test "$enableval" = yes; then
3614 ac_cv_use_timer
='wxUSE_TIMER=yes'
3616 ac_cv_use_timer
='wxUSE_TIMER=no'
3621 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3622 if test "x$LINE" != x
; then
3623 eval "DEFAULT_$LINE"
3628 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3633 eval "$ac_cv_use_timer"
3634 if test "$no_cache" != 1; then
3635 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3638 if test "$wxUSE_TIMER" = yes; then
3639 echo "$ac_t""yes" 1>&6
3641 echo "$ac_t""no" 1>&6
3645 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3646 echo "configure:3647: checking for --enable-wave" >&5
3648 # Check whether --enable-wave or --disable-wave was given.
3649 if test "${enable_wave+set}" = set; then
3650 enableval
="$enable_wave"
3652 if test "$enableval" = yes; then
3653 ac_cv_use_wave
='wxUSE_WAVE=yes'
3655 ac_cv_use_wave
='wxUSE_WAVE=no'
3660 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3661 if test "x$LINE" != x
; then
3662 eval "DEFAULT_$LINE"
3667 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3672 eval "$ac_cv_use_wave"
3673 if test "$no_cache" != 1; then
3674 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3677 if test "$wxUSE_WAVE" = yes; then
3678 echo "$ac_t""yes" 1>&6
3680 echo "$ac_t""no" 1>&6
3684 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3685 echo "configure:3686: checking for --enable-fraction" >&5
3687 # Check whether --enable-fraction or --disable-fraction was given.
3688 if test "${enable_fraction+set}" = set; then
3689 enableval
="$enable_fraction"
3691 if test "$enableval" = yes; then
3692 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
3694 ac_cv_use_fraction
='wxUSE_FRACTION=no'
3699 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3700 if test "x$LINE" != x
; then
3701 eval "DEFAULT_$LINE"
3706 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3711 eval "$ac_cv_use_fraction"
3712 if test "$no_cache" != 1; then
3713 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3716 if test "$wxUSE_FRACTION" = yes; then
3717 echo "$ac_t""yes" 1>&6
3719 echo "$ac_t""no" 1>&6
3723 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3724 echo "configure:3725: checking for --enable-dynlib" >&5
3726 # Check whether --enable-dynlib or --disable-dynlib was given.
3727 if test "${enable_dynlib+set}" = set; then
3728 enableval
="$enable_dynlib"
3730 if test "$enableval" = yes; then
3731 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
3733 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
3738 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3739 if test "x$LINE" != x
; then
3740 eval "DEFAULT_$LINE"
3745 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3750 eval "$ac_cv_use_dynlib"
3751 if test "$no_cache" != 1; then
3752 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3755 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3756 echo "$ac_t""yes" 1>&6
3758 echo "$ac_t""no" 1>&6
3762 echo $ac_n "checking for --enable-dynamicloader""... $ac_c" 1>&6
3763 echo "configure:3764: checking for --enable-dynamicloader" >&5
3765 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
3766 if test "${enable_dynamicloader+set}" = set; then
3767 enableval
="$enable_dynamicloader"
3769 if test "$enableval" = yes; then
3770 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
3772 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
3777 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
3778 if test "x$LINE" != x
; then
3779 eval "DEFAULT_$LINE"
3784 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
3789 eval "$ac_cv_use_dynamicloader"
3790 if test "$no_cache" != 1; then
3791 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
3794 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
3795 echo "$ac_t""yes" 1>&6
3797 echo "$ac_t""no" 1>&6
3801 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3802 echo "configure:3803: checking for --enable-longlong" >&5
3804 # Check whether --enable-longlong or --disable-longlong was given.
3805 if test "${enable_longlong+set}" = set; then
3806 enableval
="$enable_longlong"
3808 if test "$enableval" = yes; then
3809 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
3811 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
3816 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3817 if test "x$LINE" != x
; then
3818 eval "DEFAULT_$LINE"
3823 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3828 eval "$ac_cv_use_longlong"
3829 if test "$no_cache" != 1; then
3830 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3833 if test "$wxUSE_LONGLONG" = yes; then
3834 echo "$ac_t""yes" 1>&6
3836 echo "$ac_t""no" 1>&6
3840 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3841 echo "configure:3842: checking for --enable-geometry" >&5
3843 # Check whether --enable-geometry or --disable-geometry was given.
3844 if test "${enable_geometry+set}" = set; then
3845 enableval
="$enable_geometry"
3847 if test "$enableval" = yes; then
3848 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
3850 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
3855 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3856 if test "x$LINE" != x
; then
3857 eval "DEFAULT_$LINE"
3862 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3867 eval "$ac_cv_use_geometry"
3868 if test "$no_cache" != 1; then
3869 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3872 if test "$wxUSE_GEOMETRY" = yes; then
3873 echo "$ac_t""yes" 1>&6
3875 echo "$ac_t""no" 1>&6
3879 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3880 echo "configure:3881: checking for --enable-log" >&5
3882 # Check whether --enable-log or --disable-log was given.
3883 if test "${enable_log+set}" = set; then
3884 enableval
="$enable_log"
3886 if test "$enableval" = yes; then
3887 ac_cv_use_log
='wxUSE_LOG=yes'
3889 ac_cv_use_log
='wxUSE_LOG=no'
3894 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3895 if test "x$LINE" != x
; then
3896 eval "DEFAULT_$LINE"
3901 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3906 eval "$ac_cv_use_log"
3907 if test "$no_cache" != 1; then
3908 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3911 if test "$wxUSE_LOG" = yes; then
3912 echo "$ac_t""yes" 1>&6
3914 echo "$ac_t""no" 1>&6
3918 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3919 echo "configure:3920: checking for --enable-streams" >&5
3921 # Check whether --enable-streams or --disable-streams was given.
3922 if test "${enable_streams+set}" = set; then
3923 enableval
="$enable_streams"
3925 if test "$enableval" = yes; then
3926 ac_cv_use_streams
='wxUSE_STREAMS=yes'
3928 ac_cv_use_streams
='wxUSE_STREAMS=no'
3933 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3934 if test "x$LINE" != x
; then
3935 eval "DEFAULT_$LINE"
3940 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3945 eval "$ac_cv_use_streams"
3946 if test "$no_cache" != 1; then
3947 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3950 if test "$wxUSE_STREAMS" = yes; then
3951 echo "$ac_t""yes" 1>&6
3953 echo "$ac_t""no" 1>&6
3957 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3958 echo "configure:3959: checking for --enable-file" >&5
3960 # Check whether --enable-file or --disable-file was given.
3961 if test "${enable_file+set}" = set; then
3962 enableval
="$enable_file"
3964 if test "$enableval" = yes; then
3965 ac_cv_use_file
='wxUSE_FILE=yes'
3967 ac_cv_use_file
='wxUSE_FILE=no'
3972 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3973 if test "x$LINE" != x
; then
3974 eval "DEFAULT_$LINE"
3979 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3984 eval "$ac_cv_use_file"
3985 if test "$no_cache" != 1; then
3986 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3989 if test "$wxUSE_FILE" = yes; then
3990 echo "$ac_t""yes" 1>&6
3992 echo "$ac_t""no" 1>&6
3996 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3997 echo "configure:3998: checking for --enable-ffile" >&5
3999 # Check whether --enable-ffile or --disable-ffile was given.
4000 if test "${enable_ffile+set}" = set; then
4001 enableval
="$enable_ffile"
4003 if test "$enableval" = yes; then
4004 ac_cv_use_ffile
='wxUSE_FFILE=yes'
4006 ac_cv_use_ffile
='wxUSE_FFILE=no'
4011 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4012 if test "x$LINE" != x
; then
4013 eval "DEFAULT_$LINE"
4018 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4023 eval "$ac_cv_use_ffile"
4024 if test "$no_cache" != 1; then
4025 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4028 if test "$wxUSE_FFILE" = yes; then
4029 echo "$ac_t""yes" 1>&6
4031 echo "$ac_t""no" 1>&6
4035 echo $ac_n "checking for --enable-textbuf""... $ac_c" 1>&6
4036 echo "configure:4037: checking for --enable-textbuf" >&5
4038 # Check whether --enable-textbuf or --disable-textbuf was given.
4039 if test "${enable_textbuf+set}" = set; then
4040 enableval
="$enable_textbuf"
4042 if test "$enableval" = yes; then
4043 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
4045 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
4050 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4051 if test "x$LINE" != x
; then
4052 eval "DEFAULT_$LINE"
4057 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4062 eval "$ac_cv_use_textbuf"
4063 if test "$no_cache" != 1; then
4064 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4067 if test "$wxUSE_TEXTBUFFER" = yes; then
4068 echo "$ac_t""yes" 1>&6
4070 echo "$ac_t""no" 1>&6
4074 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
4075 echo "configure:4076: checking for --enable-textfile" >&5
4077 # Check whether --enable-textfile or --disable-textfile was given.
4078 if test "${enable_textfile+set}" = set; then
4079 enableval
="$enable_textfile"
4081 if test "$enableval" = yes; then
4082 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
4084 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
4089 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4090 if test "x$LINE" != x
; then
4091 eval "DEFAULT_$LINE"
4096 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4101 eval "$ac_cv_use_textfile"
4102 if test "$no_cache" != 1; then
4103 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4106 if test "$wxUSE_TEXTFILE" = yes; then
4107 echo "$ac_t""yes" 1>&6
4109 echo "$ac_t""no" 1>&6
4113 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
4114 echo "configure:4115: checking for --enable-fontmap" >&5
4116 # Check whether --enable-fontmap or --disable-fontmap was given.
4117 if test "${enable_fontmap+set}" = set; then
4118 enableval
="$enable_fontmap"
4120 if test "$enableval" = yes; then
4121 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
4123 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
4128 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4129 if test "x$LINE" != x
; then
4130 eval "DEFAULT_$LINE"
4135 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4140 eval "$ac_cv_use_fontmap"
4141 if test "$no_cache" != 1; then
4142 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4145 if test "$wxUSE_FONTMAP" = yes; then
4146 echo "$ac_t""yes" 1>&6
4148 echo "$ac_t""no" 1>&6
4152 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
4153 echo "configure:4154: checking for --enable-unicode" >&5
4155 # Check whether --enable-unicode or --disable-unicode was given.
4156 if test "${enable_unicode+set}" = set; then
4157 enableval
="$enable_unicode"
4159 if test "$enableval" = yes; then
4160 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
4162 ac_cv_use_unicode
='wxUSE_UNICODE=no'
4167 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
4168 if test "x$LINE" != x
; then
4169 eval "DEFAULT_$LINE"
4174 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
4179 eval "$ac_cv_use_unicode"
4180 if test "$no_cache" != 1; then
4181 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
4184 if test "$wxUSE_UNICODE" = yes; then
4185 echo "$ac_t""yes" 1>&6
4187 echo "$ac_t""no" 1>&6
4191 echo $ac_n "checking for --enable-mslu""... $ac_c" 1>&6
4192 echo "configure:4193: checking for --enable-mslu" >&5
4194 # Check whether --enable-mslu or --disable-mslu was given.
4195 if test "${enable_mslu+set}" = set; then
4196 enableval
="$enable_mslu"
4198 if test "$enableval" = yes; then
4199 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
4201 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
4206 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4207 if test "x$LINE" != x
; then
4208 eval "DEFAULT_$LINE"
4213 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
4218 eval "$ac_cv_use_mslu"
4219 if test "$no_cache" != 1; then
4220 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4223 if test "$wxUSE_UNICODE_MSLU" = yes; then
4224 echo "$ac_t""yes" 1>&6
4226 echo "$ac_t""no" 1>&6
4230 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
4231 echo "configure:4232: checking for --enable-wxprintfv" >&5
4233 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
4234 if test "${enable_wxprintfv+set}" = set; then
4235 enableval
="$enable_wxprintfv"
4237 if test "$enableval" = yes; then
4238 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
4240 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
4245 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
4246 if test "x$LINE" != x
; then
4247 eval "DEFAULT_$LINE"
4252 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
4257 eval "$ac_cv_use_wxprintfv"
4258 if test "$no_cache" != 1; then
4259 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
4262 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
4263 echo "$ac_t""yes" 1>&6
4265 echo "$ac_t""no" 1>&6
4269 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
4270 echo "configure:4271: checking for --enable-std_iostreams" >&5
4272 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
4273 if test "${enable_std_iostreams+set}" = set; then
4274 enableval
="$enable_std_iostreams"
4276 if test "$enableval" = yes; then
4277 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
4279 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
4284 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
4285 if test "x$LINE" != x
; then
4286 eval "DEFAULT_$LINE"
4291 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
4296 eval "$ac_cv_use_std_iostreams"
4297 if test "$no_cache" != 1; then
4298 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
4301 if test "$wxUSE_STD_IOSTREAM" = yes; then
4302 echo "$ac_t""yes" 1>&6
4304 echo "$ac_t""no" 1>&6
4308 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
4309 echo "configure:4310: checking for --enable-filesystem" >&5
4311 # Check whether --enable-filesystem or --disable-filesystem was given.
4312 if test "${enable_filesystem+set}" = set; then
4313 enableval
="$enable_filesystem"
4315 if test "$enableval" = yes; then
4316 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
4318 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
4323 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4324 if test "x$LINE" != x
; then
4325 eval "DEFAULT_$LINE"
4330 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4335 eval "$ac_cv_use_filesystem"
4336 if test "$no_cache" != 1; then
4337 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4340 if test "$wxUSE_FILESYSTEM" = yes; then
4341 echo "$ac_t""yes" 1>&6
4343 echo "$ac_t""no" 1>&6
4347 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
4348 echo "configure:4349: checking for --enable-fs_inet" >&5
4350 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4351 if test "${enable_fs_inet+set}" = set; then
4352 enableval
="$enable_fs_inet"
4354 if test "$enableval" = yes; then
4355 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
4357 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
4362 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4363 if test "x$LINE" != x
; then
4364 eval "DEFAULT_$LINE"
4369 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
4374 eval "$ac_cv_use_fs_inet"
4375 if test "$no_cache" != 1; then
4376 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4379 if test "$wxUSE_FS_INET" = yes; then
4380 echo "$ac_t""yes" 1>&6
4382 echo "$ac_t""no" 1>&6
4386 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4387 echo "configure:4388: checking for --enable-fs_zip" >&5
4389 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4390 if test "${enable_fs_zip+set}" = set; then
4391 enableval
="$enable_fs_zip"
4393 if test "$enableval" = yes; then
4394 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
4396 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
4401 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4402 if test "x$LINE" != x
; then
4403 eval "DEFAULT_$LINE"
4408 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4413 eval "$ac_cv_use_fs_zip"
4414 if test "$no_cache" != 1; then
4415 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4418 if test "$wxUSE_FS_ZIP" = yes; then
4419 echo "$ac_t""yes" 1>&6
4421 echo "$ac_t""no" 1>&6
4425 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4426 echo "configure:4427: checking for --enable-zipstream" >&5
4428 # Check whether --enable-zipstream or --disable-zipstream was given.
4429 if test "${enable_zipstream+set}" = set; then
4430 enableval
="$enable_zipstream"
4432 if test "$enableval" = yes; then
4433 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
4435 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
4440 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4441 if test "x$LINE" != x
; then
4442 eval "DEFAULT_$LINE"
4447 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4452 eval "$ac_cv_use_zipstream"
4453 if test "$no_cache" != 1; then
4454 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4457 if test "$wxUSE_ZIPSTREAM" = yes; then
4458 echo "$ac_t""yes" 1>&6
4460 echo "$ac_t""no" 1>&6
4465 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4466 echo "configure:4467: checking for --enable-catch_segvs" >&5
4468 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4469 if test "${enable_catch_segvs+set}" = set; then
4470 enableval
="$enable_catch_segvs"
4472 if test "$enableval" = yes; then
4473 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4475 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4480 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4481 if test "x$LINE" != x
; then
4482 eval "DEFAULT_$LINE"
4487 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4492 eval "$ac_cv_use_catch_segvs"
4493 if test "$no_cache" != 1; then
4494 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4497 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4498 echo "$ac_t""yes" 1>&6
4500 echo "$ac_t""no" 1>&6
4504 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4505 echo "configure:4506: checking for --enable-snglinst" >&5
4507 # Check whether --enable-snglinst or --disable-snglinst was given.
4508 if test "${enable_snglinst+set}" = set; then
4509 enableval
="$enable_snglinst"
4511 if test "$enableval" = yes; then
4512 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
4514 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
4519 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4520 if test "x$LINE" != x
; then
4521 eval "DEFAULT_$LINE"
4526 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4531 eval "$ac_cv_use_snglinst"
4532 if test "$no_cache" != 1; then
4533 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4536 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4537 echo "$ac_t""yes" 1>&6
4539 echo "$ac_t""no" 1>&6
4544 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4545 echo "configure:4546: checking for --enable-mimetype" >&5
4547 # Check whether --enable-mimetype or --disable-mimetype was given.
4548 if test "${enable_mimetype+set}" = set; then
4549 enableval
="$enable_mimetype"
4551 if test "$enableval" = yes; then
4552 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
4554 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
4559 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4560 if test "x$LINE" != x
; then
4561 eval "DEFAULT_$LINE"
4566 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4571 eval "$ac_cv_use_mimetype"
4572 if test "$no_cache" != 1; then
4573 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4576 if test "$wxUSE_MIMETYPE" = yes; then
4577 echo "$ac_t""yes" 1>&6
4579 echo "$ac_t""no" 1>&6
4583 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4584 echo "configure:4585: checking for --enable-system_options" >&5
4586 # Check whether --enable-system_options or --disable-system_options was given.
4587 if test "${enable_system_options+set}" = set; then
4588 enableval
="$enable_system_options"
4590 if test "$enableval" = yes; then
4591 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
4593 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
4598 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4599 if test "x$LINE" != x
; then
4600 eval "DEFAULT_$LINE"
4605 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4610 eval "$ac_cv_use_system_options"
4611 if test "$no_cache" != 1; then
4612 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4615 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4616 echo "$ac_t""yes" 1>&6
4618 echo "$ac_t""no" 1>&6
4623 echo $ac_n "checking for --enable-url""... $ac_c" 1>&6
4624 echo "configure:4625: checking for --enable-url" >&5
4626 # Check whether --enable-url or --disable-url was given.
4627 if test "${enable_url+set}" = set; then
4628 enableval
="$enable_url"
4630 if test "$enableval" = yes; then
4631 ac_cv_use_url
='wxUSE_URL=yes'
4633 ac_cv_use_url
='wxUSE_URL=no'
4638 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
4639 if test "x$LINE" != x
; then
4640 eval "DEFAULT_$LINE"
4645 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
4650 eval "$ac_cv_use_url"
4651 if test "$no_cache" != 1; then
4652 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
4655 if test "$wxUSE_URL" = yes; then
4656 echo "$ac_t""yes" 1>&6
4658 echo "$ac_t""no" 1>&6
4662 echo $ac_n "checking for --enable-protocol""... $ac_c" 1>&6
4663 echo "configure:4664: checking for --enable-protocol" >&5
4665 # Check whether --enable-protocol or --disable-protocol was given.
4666 if test "${enable_protocol+set}" = set; then
4667 enableval
="$enable_protocol"
4669 if test "$enableval" = yes; then
4670 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
4672 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
4677 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4678 if test "x$LINE" != x
; then
4679 eval "DEFAULT_$LINE"
4684 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4689 eval "$ac_cv_use_protocol"
4690 if test "$no_cache" != 1; then
4691 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
4694 if test "$wxUSE_PROTOCOL" = yes; then
4695 echo "$ac_t""yes" 1>&6
4697 echo "$ac_t""no" 1>&6
4701 echo $ac_n "checking for --enable-protocol_http""... $ac_c" 1>&6
4702 echo "configure:4703: checking for --enable-protocol_http" >&5
4704 # Check whether --enable-protocol_http or --disable-protocol_http was given.
4705 if test "${enable_protocol_http+set}" = set; then
4706 enableval
="$enable_protocol_http"
4708 if test "$enableval" = yes; then
4709 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
4711 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
4716 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4717 if test "x$LINE" != x
; then
4718 eval "DEFAULT_$LINE"
4723 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4728 eval "$ac_cv_use_protocol_http"
4729 if test "$no_cache" != 1; then
4730 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
4733 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4734 echo "$ac_t""yes" 1>&6
4736 echo "$ac_t""no" 1>&6
4740 echo $ac_n "checking for --enable-protocol_ftp""... $ac_c" 1>&6
4741 echo "configure:4742: checking for --enable-protocol_ftp" >&5
4743 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
4744 if test "${enable_protocol_ftp+set}" = set; then
4745 enableval
="$enable_protocol_ftp"
4747 if test "$enableval" = yes; then
4748 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
4750 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
4755 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4756 if test "x$LINE" != x
; then
4757 eval "DEFAULT_$LINE"
4762 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4767 eval "$ac_cv_use_protocol_ftp"
4768 if test "$no_cache" != 1; then
4769 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
4772 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4773 echo "$ac_t""yes" 1>&6
4775 echo "$ac_t""no" 1>&6
4779 echo $ac_n "checking for --enable-protocol_file""... $ac_c" 1>&6
4780 echo "configure:4781: checking for --enable-protocol_file" >&5
4782 # Check whether --enable-protocol_file or --disable-protocol_file was given.
4783 if test "${enable_protocol_file+set}" = set; then
4784 enableval
="$enable_protocol_file"
4786 if test "$enableval" = yes; then
4787 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
4789 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
4794 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4795 if test "x$LINE" != x
; then
4796 eval "DEFAULT_$LINE"
4801 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4806 eval "$ac_cv_use_protocol_file"
4807 if test "$no_cache" != 1; then
4808 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
4811 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4812 echo "$ac_t""yes" 1>&6
4814 echo "$ac_t""no" 1>&6
4821 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4822 echo "configure:4823: checking for --enable-threads" >&5
4824 # Check whether --enable-threads or --disable-threads was given.
4825 if test "${enable_threads+set}" = set; then
4826 enableval
="$enable_threads"
4828 if test "$enableval" = yes; then
4829 ac_cv_use_threads
='wxUSE_THREADS=yes'
4831 ac_cv_use_threads
='wxUSE_THREADS=no'
4836 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4837 if test "x$LINE" != x
; then
4838 eval "DEFAULT_$LINE"
4843 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4848 eval "$ac_cv_use_threads"
4849 if test "$no_cache" != 1; then
4850 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4853 if test "$wxUSE_THREADS" = yes; then
4854 echo "$ac_t""yes" 1>&6
4856 echo "$ac_t""no" 1>&6
4860 if test "$wxUSE_GUI" = "yes"; then
4864 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4865 echo "configure:4866: checking for --enable-docview" >&5
4867 # Check whether --enable-docview or --disable-docview was given.
4868 if test "${enable_docview+set}" = set; then
4869 enableval
="$enable_docview"
4871 if test "$enableval" = yes; then
4872 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4874 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4879 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4880 if test "x$LINE" != x
; then
4881 eval "DEFAULT_$LINE"
4886 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4891 eval "$ac_cv_use_docview"
4892 if test "$no_cache" != 1; then
4893 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4896 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4897 echo "$ac_t""yes" 1>&6
4899 echo "$ac_t""no" 1>&6
4903 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4904 echo "configure:4905: checking for --enable-help" >&5
4906 # Check whether --enable-help or --disable-help was given.
4907 if test "${enable_help+set}" = set; then
4908 enableval
="$enable_help"
4910 if test "$enableval" = yes; then
4911 ac_cv_use_help
='wxUSE_HELP=yes'
4913 ac_cv_use_help
='wxUSE_HELP=no'
4918 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4919 if test "x$LINE" != x
; then
4920 eval "DEFAULT_$LINE"
4925 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4930 eval "$ac_cv_use_help"
4931 if test "$no_cache" != 1; then
4932 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4935 if test "$wxUSE_HELP" = yes; then
4936 echo "$ac_t""yes" 1>&6
4938 echo "$ac_t""no" 1>&6
4942 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4943 echo "configure:4944: checking for --enable-mshtmlhelp" >&5
4945 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4946 if test "${enable_mshtmlhelp+set}" = set; then
4947 enableval
="$enable_mshtmlhelp"
4949 if test "$enableval" = yes; then
4950 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
4952 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
4957 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4958 if test "x$LINE" != x
; then
4959 eval "DEFAULT_$LINE"
4964 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4969 eval "$ac_cv_use_mshtmlhelp"
4970 if test "$no_cache" != 1; then
4971 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4974 if test "$wxUSE_MS_HTML_HELP" = yes; then
4975 echo "$ac_t""yes" 1>&6
4977 echo "$ac_t""no" 1>&6
4981 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4982 echo "configure:4983: checking for --enable-html" >&5
4984 # Check whether --enable-html or --disable-html was given.
4985 if test "${enable_html+set}" = set; then
4986 enableval
="$enable_html"
4988 if test "$enableval" = yes; then
4989 ac_cv_use_html
='wxUSE_HTML=yes'
4991 ac_cv_use_html
='wxUSE_HTML=no'
4996 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4997 if test "x$LINE" != x
; then
4998 eval "DEFAULT_$LINE"
5003 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5008 eval "$ac_cv_use_html"
5009 if test "$no_cache" != 1; then
5010 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5013 if test "$wxUSE_HTML" = yes; then
5014 echo "$ac_t""yes" 1>&6
5016 echo "$ac_t""no" 1>&6
5020 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
5021 echo "configure:5022: checking for --enable-htmlhelp" >&5
5023 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5024 if test "${enable_htmlhelp+set}" = set; then
5025 enableval
="$enable_htmlhelp"
5027 if test "$enableval" = yes; then
5028 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
5030 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
5035 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5036 if test "x$LINE" != x
; then
5037 eval "DEFAULT_$LINE"
5042 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
5047 eval "$ac_cv_use_htmlhelp"
5048 if test "$no_cache" != 1; then
5049 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5052 if test "$wxUSE_WXHTML_HELP" = yes; then
5053 echo "$ac_t""yes" 1>&6
5055 echo "$ac_t""no" 1>&6
5059 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
5060 echo "configure:5061: checking for --enable-constraints" >&5
5062 # Check whether --enable-constraints or --disable-constraints was given.
5063 if test "${enable_constraints+set}" = set; then
5064 enableval
="$enable_constraints"
5066 if test "$enableval" = yes; then
5067 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
5069 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
5074 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5075 if test "x$LINE" != x
; then
5076 eval "DEFAULT_$LINE"
5081 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5086 eval "$ac_cv_use_constraints"
5087 if test "$no_cache" != 1; then
5088 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5091 if test "$wxUSE_CONSTRAINTS" = yes; then
5092 echo "$ac_t""yes" 1>&6
5094 echo "$ac_t""no" 1>&6
5098 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
5099 echo "configure:5100: checking for --enable-printarch" >&5
5101 # Check whether --enable-printarch or --disable-printarch was given.
5102 if test "${enable_printarch+set}" = set; then
5103 enableval
="$enable_printarch"
5105 if test "$enableval" = yes; then
5106 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
5108 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
5113 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5114 if test "x$LINE" != x
; then
5115 eval "DEFAULT_$LINE"
5120 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5125 eval "$ac_cv_use_printarch"
5126 if test "$no_cache" != 1; then
5127 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
5130 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
5131 echo "$ac_t""yes" 1>&6
5133 echo "$ac_t""no" 1>&6
5137 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
5138 echo "configure:5139: checking for --enable-mdi" >&5
5140 # Check whether --enable-mdi or --disable-mdi was given.
5141 if test "${enable_mdi+set}" = set; then
5142 enableval
="$enable_mdi"
5144 if test "$enableval" = yes; then
5145 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
5147 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
5152 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
5153 if test "x$LINE" != x
; then
5154 eval "DEFAULT_$LINE"
5159 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
5164 eval "$ac_cv_use_mdi"
5165 if test "$no_cache" != 1; then
5166 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
5169 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
5170 echo "$ac_t""yes" 1>&6
5172 echo "$ac_t""no" 1>&6
5176 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
5177 echo "configure:5178: checking for --enable-loggui" >&5
5179 # Check whether --enable-loggui or --disable-loggui was given.
5180 if test "${enable_loggui+set}" = set; then
5181 enableval
="$enable_loggui"
5183 if test "$enableval" = yes; then
5184 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
5186 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
5191 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
5192 if test "x$LINE" != x
; then
5193 eval "DEFAULT_$LINE"
5198 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
5203 eval "$ac_cv_use_loggui"
5204 if test "$no_cache" != 1; then
5205 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
5208 if test "$wxUSE_LOGGUI" = yes; then
5209 echo "$ac_t""yes" 1>&6
5211 echo "$ac_t""no" 1>&6
5215 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
5216 echo "configure:5217: checking for --enable-logwin" >&5
5218 # Check whether --enable-logwin or --disable-logwin was given.
5219 if test "${enable_logwin+set}" = set; then
5220 enableval
="$enable_logwin"
5222 if test "$enableval" = yes; then
5223 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
5225 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
5230 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
5231 if test "x$LINE" != x
; then
5232 eval "DEFAULT_$LINE"
5237 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
5242 eval "$ac_cv_use_logwin"
5243 if test "$no_cache" != 1; then
5244 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
5247 if test "$wxUSE_LOGWINDOW" = yes; then
5248 echo "$ac_t""yes" 1>&6
5250 echo "$ac_t""no" 1>&6
5254 echo $ac_n "checking for --enable-logdialog""... $ac_c" 1>&6
5255 echo "configure:5256: checking for --enable-logdialog" >&5
5257 # Check whether --enable-logdialog or --disable-logdialog was given.
5258 if test "${enable_logdialog+set}" = set; then
5259 enableval
="$enable_logdialog"
5261 if test "$enableval" = yes; then
5262 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
5264 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
5269 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
5270 if test "x$LINE" != x
; then
5271 eval "DEFAULT_$LINE"
5276 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
5281 eval "$ac_cv_use_logdialog"
5282 if test "$no_cache" != 1; then
5283 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
5286 if test "$wxUSE_LOGDIALOG" = yes; then
5287 echo "$ac_t""yes" 1>&6
5289 echo "$ac_t""no" 1>&6
5294 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
5295 echo "configure:5296: checking for --enable-postscript" >&5
5297 # Check whether --enable-postscript or --disable-postscript was given.
5298 if test "${enable_postscript+set}" = set; then
5299 enableval
="$enable_postscript"
5301 if test "$enableval" = yes; then
5302 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
5304 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
5309 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
5310 if test "x$LINE" != x
; then
5311 eval "DEFAULT_$LINE"
5316 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
5321 eval "$ac_cv_use_postscript"
5322 if test "$no_cache" != 1; then
5323 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
5326 if test "$wxUSE_POSTSCRIPT" = yes; then
5327 echo "$ac_t""yes" 1>&6
5329 echo "$ac_t""no" 1>&6
5336 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
5337 echo "configure:5338: checking for --enable-prologio" >&5
5339 # Check whether --enable-prologio or --disable-prologio was given.
5340 if test "${enable_prologio+set}" = set; then
5341 enableval
="$enable_prologio"
5343 if test "$enableval" = yes; then
5344 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
5346 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
5351 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
5352 if test "x$LINE" != x
; then
5353 eval "DEFAULT_$LINE"
5358 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
5363 eval "$ac_cv_use_prologio"
5364 if test "$no_cache" != 1; then
5365 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
5368 if test "$wxUSE_PROLOGIO" = yes; then
5369 echo "$ac_t""yes" 1>&6
5371 echo "$ac_t""no" 1>&6
5375 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
5376 echo "configure:5377: checking for --enable-resources" >&5
5378 # Check whether --enable-resources or --disable-resources was given.
5379 if test "${enable_resources+set}" = set; then
5380 enableval
="$enable_resources"
5382 if test "$enableval" = yes; then
5383 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
5385 ac_cv_use_resources
='wxUSE_RESOURCES=no'
5390 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
5391 if test "x$LINE" != x
; then
5392 eval "DEFAULT_$LINE"
5397 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
5402 eval "$ac_cv_use_resources"
5403 if test "$no_cache" != 1; then
5404 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
5407 if test "$wxUSE_RESOURCES" = yes; then
5408 echo "$ac_t""yes" 1>&6
5410 echo "$ac_t""no" 1>&6
5415 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
5416 echo "configure:5417: checking for --enable-xresources" >&5
5418 # Check whether --enable-xresources or --disable-xresources was given.
5419 if test "${enable_xresources+set}" = set; then
5420 enableval
="$enable_xresources"
5422 if test "$enableval" = yes; then
5423 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
5425 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
5430 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
5431 if test "x$LINE" != x
; then
5432 eval "DEFAULT_$LINE"
5437 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
5442 eval "$ac_cv_use_xresources"
5443 if test "$no_cache" != 1; then
5444 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
5447 if test "$wxUSE_X_RESOURCES" = yes; then
5448 echo "$ac_t""yes" 1>&6
5450 echo "$ac_t""no" 1>&6
5456 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
5457 echo "configure:5458: checking for --enable-clipboard" >&5
5459 # Check whether --enable-clipboard or --disable-clipboard was given.
5460 if test "${enable_clipboard+set}" = set; then
5461 enableval
="$enable_clipboard"
5463 if test "$enableval" = yes; then
5464 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
5466 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
5471 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
5472 if test "x$LINE" != x
; then
5473 eval "DEFAULT_$LINE"
5478 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
5483 eval "$ac_cv_use_clipboard"
5484 if test "$no_cache" != 1; then
5485 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
5488 if test "$wxUSE_CLIPBOARD" = yes; then
5489 echo "$ac_t""yes" 1>&6
5491 echo "$ac_t""no" 1>&6
5495 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
5496 echo "configure:5497: checking for --enable-dnd" >&5
5498 # Check whether --enable-dnd or --disable-dnd was given.
5499 if test "${enable_dnd+set}" = set; then
5500 enableval
="$enable_dnd"
5502 if test "$enableval" = yes; then
5503 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
5505 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
5510 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
5511 if test "x$LINE" != x
; then
5512 eval "DEFAULT_$LINE"
5517 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
5522 eval "$ac_cv_use_dnd"
5523 if test "$no_cache" != 1; then
5524 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
5527 if test "$wxUSE_DRAG_AND_DROP" = yes; then
5528 echo "$ac_t""yes" 1>&6
5530 echo "$ac_t""no" 1>&6
5534 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
5535 echo "configure:5536: checking for --enable-metafile" >&5
5537 # Check whether --enable-metafile or --disable-metafile was given.
5538 if test "${enable_metafile+set}" = set; then
5539 enableval
="$enable_metafile"
5541 if test "$enableval" = yes; then
5542 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
5544 ac_cv_use_metafile
='wxUSE_METAFILE=no'
5549 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
5550 if test "x$LINE" != x
; then
5551 eval "DEFAULT_$LINE"
5556 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
5561 eval "$ac_cv_use_metafile"
5562 if test "$no_cache" != 1; then
5563 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5566 if test "$wxUSE_METAFILE" = yes; then
5567 echo "$ac_t""yes" 1>&6
5569 echo "$ac_t""no" 1>&6
5574 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
5575 echo "configure:5576: checking for --enable-treelayout" >&5
5577 # Check whether --enable-treelayout or --disable-treelayout was given.
5578 if test "${enable_treelayout+set}" = set; then
5579 enableval
="$enable_treelayout"
5581 if test "$enableval" = yes; then
5582 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=yes'
5584 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=no'
5589 LINE
=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5590 if test "x$LINE" != x
; then
5591 eval "DEFAULT_$LINE"
5596 ac_cv_use_treelayout
='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5601 eval "$ac_cv_use_treelayout"
5602 if test "$no_cache" != 1; then
5603 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5606 if test "$wxUSE_TREELAYOUT" = yes; then
5607 echo "$ac_t""yes" 1>&6
5609 echo "$ac_t""no" 1>&6
5615 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5616 echo "configure:5617: checking for --enable-controls" >&5
5618 # Check whether --enable-controls or --disable-controls was given.
5619 if test "${enable_controls+set}" = set; then
5620 enableval
="$enable_controls"
5622 if test "$enableval" = yes; then
5623 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
5625 ac_cv_use_controls
='wxUSE_CONTROLS=no'
5630 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5631 if test "x$LINE" != x
; then
5632 eval "DEFAULT_$LINE"
5637 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5642 eval "$ac_cv_use_controls"
5643 if test "$no_cache" != 1; then
5644 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5647 if test "$wxUSE_CONTROLS" = yes; then
5648 echo "$ac_t""yes" 1>&6
5650 echo "$ac_t""no" 1>&6
5654 if test "$wxUSE_CONTROLS" = "yes"; then
5655 DEFAULT_wxUSE_ACCEL
=yes
5656 DEFAULT_wxUSE_BMPBUTTON
=yes
5657 DEFAULT_wxUSE_BUTTON
=yes
5658 DEFAULT_wxUSE_CALCTRL
=no
5659 DEFAULT_wxUSE_CARET
=yes
5660 DEFAULT_wxUSE_COMBOBOX
=yes
5661 DEFAULT_wxUSE_CHECKBOX
=yes
5662 DEFAULT_wxUSE_CHECKLISTBOX
=yes
5663 DEFAULT_wxUSE_CHOICE
=yes
5664 DEFAULT_wxUSE_GAUGE
=yes
5665 DEFAULT_wxUSE_GRID
=yes
5666 DEFAULT_wxUSE_NEW_GRID
=yes
5667 DEFAULT_wxUSE_IMAGLIST
=yes
5668 DEFAULT_wxUSE_LISTBOX
=yes
5669 DEFAULT_wxUSE_LISTCTRL
=yes
5670 DEFAULT_wxUSE_NOTEBOOK
=yes
5671 DEFAULT_wxUSE_PROPSHEET
=yes
5672 DEFAULT_wxUSE_RADIOBOX
=yes
5673 DEFAULT_wxUSE_RADIOBTN
=yes
5674 DEFAULT_wxUSE_SASH
=yes
5675 DEFAULT_wxUSE_SCROLLBAR
=yes
5676 DEFAULT_wxUSE_SLIDER
=yes
5677 DEFAULT_wxUSE_SPINBTN
=yes
5678 DEFAULT_wxUSE_SPINCTRL
=yes
5679 DEFAULT_wxUSE_SPLITTER
=yes
5680 DEFAULT_wxUSE_STATBMP
=yes
5681 DEFAULT_wxUSE_STATBOX
=yes
5682 DEFAULT_wxUSE_STATLINE
=yes
5683 DEFAULT_wxUSE_STATUSBAR
=yes
5684 DEFAULT_wxUSE_TAB_DIALOG
=yes
5685 DEFAULT_wxUSE_TOGGLEBTN
=yes
5686 DEFAULT_wxUSE_TOOLBAR
=yes
5687 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
5688 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
5689 DEFAULT_wxUSE_TOOLTIPS
=yes
5690 DEFAULT_wxUSE_TREECTRL
=yes
5691 DEFAULT_wxUSE_POPUPWIN
=yes
5692 DEFAULT_wxUSE_TIPWINDOW
=yes
5693 elif test "$wxUSE_CONTROLS" = "no"; then
5694 DEFAULT_wxUSE_ACCEL
=no
5695 DEFAULT_wxUSE_BMPBUTTON
=no
5696 DEFAULT_wxUSE_BUTTON
=no
5697 DEFAULT_wxUSE_CALCTRL
=no
5698 DEFAULT_wxUSE_CARET
=no
5699 DEFAULT_wxUSE_COMBOBOX
=no
5700 DEFAULT_wxUSE_CHECKBOX
=no
5701 DEFAULT_wxUSE_CHECKLISTBOX
=no
5702 DEFAULT_wxUSE_CHOICE
=no
5703 DEFAULT_wxUSE_GAUGE
=no
5704 DEFAULT_wxUSE_GRID
=no
5705 DEFAULT_wxUSE_NEW_GRID
=no
5706 DEFAULT_wxUSE_IMAGLIST
=no
5707 DEFAULT_wxUSE_LISTBOX
=no
5708 DEFAULT_wxUSE_LISTCTRL
=no
5709 DEFAULT_wxUSE_NOTEBOOK
=no
5710 DEFAULT_wxUSE_PROPSHEET
=no
5711 DEFAULT_wxUSE_RADIOBOX
=no
5712 DEFAULT_wxUSE_RADIOBTN
=no
5713 DEFAULT_wxUSE_SASH
=no
5714 DEFAULT_wxUSE_SCROLLBAR
=no
5715 DEFAULT_wxUSE_SLIDER
=no
5716 DEFAULT_wxUSE_SPINBTN
=no
5717 DEFAULT_wxUSE_SPINCTRL
=no
5718 DEFAULT_wxUSE_SPLITTER
=no
5719 DEFAULT_wxUSE_STATBMP
=no
5720 DEFAULT_wxUSE_STATBOX
=no
5721 DEFAULT_wxUSE_STATLINE
=no
5722 DEFAULT_wxUSE_STATUSBAR
=no
5723 DEFAULT_wxUSE_TAB_DIALOG
=no
5724 DEFAULT_wxUSE_TOGGLEBTN
=no
5725 DEFAULT_wxUSE_TOOLBAR
=no
5726 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
5727 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
5728 DEFAULT_wxUSE_TOOLTIPS
=no
5729 DEFAULT_wxUSE_TREECTRL
=no
5730 DEFAULT_wxUSE_POPUPWIN
=no
5731 DEFAULT_wxUSE_TIPWINDOW
=no
5735 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5736 echo "configure:5737: checking for --enable-accel" >&5
5738 # Check whether --enable-accel or --disable-accel was given.
5739 if test "${enable_accel+set}" = set; then
5740 enableval
="$enable_accel"
5742 if test "$enableval" = yes; then
5743 ac_cv_use_accel
='wxUSE_ACCEL=yes'
5745 ac_cv_use_accel
='wxUSE_ACCEL=no'
5750 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5751 if test "x$LINE" != x
; then
5752 eval "DEFAULT_$LINE"
5757 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5762 eval "$ac_cv_use_accel"
5763 if test "$no_cache" != 1; then
5764 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5767 if test "$wxUSE_ACCEL" = yes; then
5768 echo "$ac_t""yes" 1>&6
5770 echo "$ac_t""no" 1>&6
5774 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5775 echo "configure:5776: checking for --enable-button" >&5
5777 # Check whether --enable-button or --disable-button was given.
5778 if test "${enable_button+set}" = set; then
5779 enableval
="$enable_button"
5781 if test "$enableval" = yes; then
5782 ac_cv_use_button
='wxUSE_BUTTON=yes'
5784 ac_cv_use_button
='wxUSE_BUTTON=no'
5789 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5790 if test "x$LINE" != x
; then
5791 eval "DEFAULT_$LINE"
5796 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5801 eval "$ac_cv_use_button"
5802 if test "$no_cache" != 1; then
5803 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5806 if test "$wxUSE_BUTTON" = yes; then
5807 echo "$ac_t""yes" 1>&6
5809 echo "$ac_t""no" 1>&6
5813 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5814 echo "configure:5815: checking for --enable-bmpbutton" >&5
5816 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5817 if test "${enable_bmpbutton+set}" = set; then
5818 enableval
="$enable_bmpbutton"
5820 if test "$enableval" = yes; then
5821 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
5823 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
5828 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5829 if test "x$LINE" != x
; then
5830 eval "DEFAULT_$LINE"
5835 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5840 eval "$ac_cv_use_bmpbutton"
5841 if test "$no_cache" != 1; then
5842 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5845 if test "$wxUSE_BMPBUTTON" = yes; then
5846 echo "$ac_t""yes" 1>&6
5848 echo "$ac_t""no" 1>&6
5852 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5853 echo "configure:5854: checking for --enable-calendar" >&5
5855 # Check whether --enable-calendar or --disable-calendar was given.
5856 if test "${enable_calendar+set}" = set; then
5857 enableval
="$enable_calendar"
5859 if test "$enableval" = yes; then
5860 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
5862 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
5867 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5868 if test "x$LINE" != x
; then
5869 eval "DEFAULT_$LINE"
5874 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5879 eval "$ac_cv_use_calendar"
5880 if test "$no_cache" != 1; then
5881 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5884 if test "$wxUSE_CALCTRL" = yes; then
5885 echo "$ac_t""yes" 1>&6
5887 echo "$ac_t""no" 1>&6
5891 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5892 echo "configure:5893: checking for --enable-caret" >&5
5894 # Check whether --enable-caret or --disable-caret was given.
5895 if test "${enable_caret+set}" = set; then
5896 enableval
="$enable_caret"
5898 if test "$enableval" = yes; then
5899 ac_cv_use_caret
='wxUSE_CARET=yes'
5901 ac_cv_use_caret
='wxUSE_CARET=no'
5906 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5907 if test "x$LINE" != x
; then
5908 eval "DEFAULT_$LINE"
5913 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5918 eval "$ac_cv_use_caret"
5919 if test "$no_cache" != 1; then
5920 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5923 if test "$wxUSE_CARET" = yes; then
5924 echo "$ac_t""yes" 1>&6
5926 echo "$ac_t""no" 1>&6
5930 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5931 echo "configure:5932: checking for --enable-checkbox" >&5
5933 # Check whether --enable-checkbox or --disable-checkbox was given.
5934 if test "${enable_checkbox+set}" = set; then
5935 enableval
="$enable_checkbox"
5937 if test "$enableval" = yes; then
5938 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
5940 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
5945 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5946 if test "x$LINE" != x
; then
5947 eval "DEFAULT_$LINE"
5952 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5957 eval "$ac_cv_use_checkbox"
5958 if test "$no_cache" != 1; then
5959 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5962 if test "$wxUSE_CHECKBOX" = yes; then
5963 echo "$ac_t""yes" 1>&6
5965 echo "$ac_t""no" 1>&6
5969 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5970 echo "configure:5971: checking for --enable-checklst" >&5
5972 # Check whether --enable-checklst or --disable-checklst was given.
5973 if test "${enable_checklst+set}" = set; then
5974 enableval
="$enable_checklst"
5976 if test "$enableval" = yes; then
5977 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
5979 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
5984 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5985 if test "x$LINE" != x
; then
5986 eval "DEFAULT_$LINE"
5991 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5996 eval "$ac_cv_use_checklst"
5997 if test "$no_cache" != 1; then
5998 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6001 if test "$wxUSE_CHECKLST" = yes; then
6002 echo "$ac_t""yes" 1>&6
6004 echo "$ac_t""no" 1>&6
6008 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
6009 echo "configure:6010: checking for --enable-choice" >&5
6011 # Check whether --enable-choice or --disable-choice was given.
6012 if test "${enable_choice+set}" = set; then
6013 enableval
="$enable_choice"
6015 if test "$enableval" = yes; then
6016 ac_cv_use_choice
='wxUSE_CHOICE=yes'
6018 ac_cv_use_choice
='wxUSE_CHOICE=no'
6023 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6024 if test "x$LINE" != x
; then
6025 eval "DEFAULT_$LINE"
6030 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
6035 eval "$ac_cv_use_choice"
6036 if test "$no_cache" != 1; then
6037 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6040 if test "$wxUSE_CHOICE" = yes; then
6041 echo "$ac_t""yes" 1>&6
6043 echo "$ac_t""no" 1>&6
6047 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
6048 echo "configure:6049: checking for --enable-combobox" >&5
6050 # Check whether --enable-combobox or --disable-combobox was given.
6051 if test "${enable_combobox+set}" = set; then
6052 enableval
="$enable_combobox"
6054 if test "$enableval" = yes; then
6055 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
6057 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
6062 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6063 if test "x$LINE" != x
; then
6064 eval "DEFAULT_$LINE"
6069 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6074 eval "$ac_cv_use_combobox"
6075 if test "$no_cache" != 1; then
6076 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6079 if test "$wxUSE_COMBOBOX" = yes; then
6080 echo "$ac_t""yes" 1>&6
6082 echo "$ac_t""no" 1>&6
6086 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
6087 echo "configure:6088: checking for --enable-gauge" >&5
6089 # Check whether --enable-gauge or --disable-gauge was given.
6090 if test "${enable_gauge+set}" = set; then
6091 enableval
="$enable_gauge"
6093 if test "$enableval" = yes; then
6094 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
6096 ac_cv_use_gauge
='wxUSE_GAUGE=no'
6101 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6102 if test "x$LINE" != x
; then
6103 eval "DEFAULT_$LINE"
6108 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
6113 eval "$ac_cv_use_gauge"
6114 if test "$no_cache" != 1; then
6115 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
6118 if test "$wxUSE_GAUGE" = yes; then
6119 echo "$ac_t""yes" 1>&6
6121 echo "$ac_t""no" 1>&6
6125 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
6126 echo "configure:6127: checking for --enable-grid" >&5
6128 # Check whether --enable-grid or --disable-grid was given.
6129 if test "${enable_grid+set}" = set; then
6130 enableval
="$enable_grid"
6132 if test "$enableval" = yes; then
6133 ac_cv_use_grid
='wxUSE_GRID=yes'
6135 ac_cv_use_grid
='wxUSE_GRID=no'
6140 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
6141 if test "x$LINE" != x
; then
6142 eval "DEFAULT_$LINE"
6147 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
6152 eval "$ac_cv_use_grid"
6153 if test "$no_cache" != 1; then
6154 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
6157 if test "$wxUSE_GRID" = yes; then
6158 echo "$ac_t""yes" 1>&6
6160 echo "$ac_t""no" 1>&6
6164 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
6165 echo "configure:6166: checking for --enable-newgrid" >&5
6167 # Check whether --enable-newgrid or --disable-newgrid was given.
6168 if test "${enable_newgrid+set}" = set; then
6169 enableval
="$enable_newgrid"
6171 if test "$enableval" = yes; then
6172 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
6174 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
6179 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
6180 if test "x$LINE" != x
; then
6181 eval "DEFAULT_$LINE"
6186 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
6191 eval "$ac_cv_use_newgrid"
6192 if test "$no_cache" != 1; then
6193 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
6196 if test "$wxUSE_NEW_GRID" = yes; then
6197 echo "$ac_t""yes" 1>&6
6199 echo "$ac_t""no" 1>&6
6203 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
6204 echo "configure:6205: checking for --enable-imaglist" >&5
6206 # Check whether --enable-imaglist or --disable-imaglist was given.
6207 if test "${enable_imaglist+set}" = set; then
6208 enableval
="$enable_imaglist"
6210 if test "$enableval" = yes; then
6211 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
6213 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
6218 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
6219 if test "x$LINE" != x
; then
6220 eval "DEFAULT_$LINE"
6225 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
6230 eval "$ac_cv_use_imaglist"
6231 if test "$no_cache" != 1; then
6232 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
6235 if test "$wxUSE_IMAGLIST" = yes; then
6236 echo "$ac_t""yes" 1>&6
6238 echo "$ac_t""no" 1>&6
6242 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
6243 echo "configure:6244: checking for --enable-listbox" >&5
6245 # Check whether --enable-listbox or --disable-listbox was given.
6246 if test "${enable_listbox+set}" = set; then
6247 enableval
="$enable_listbox"
6249 if test "$enableval" = yes; then
6250 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
6252 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
6257 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
6258 if test "x$LINE" != x
; then
6259 eval "DEFAULT_$LINE"
6264 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
6269 eval "$ac_cv_use_listbox"
6270 if test "$no_cache" != 1; then
6271 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
6274 if test "$wxUSE_LISTBOX" = yes; then
6275 echo "$ac_t""yes" 1>&6
6277 echo "$ac_t""no" 1>&6
6281 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
6282 echo "configure:6283: checking for --enable-listctrl" >&5
6284 # Check whether --enable-listctrl or --disable-listctrl was given.
6285 if test "${enable_listctrl+set}" = set; then
6286 enableval
="$enable_listctrl"
6288 if test "$enableval" = yes; then
6289 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
6291 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
6296 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
6297 if test "x$LINE" != x
; then
6298 eval "DEFAULT_$LINE"
6303 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
6308 eval "$ac_cv_use_listctrl"
6309 if test "$no_cache" != 1; then
6310 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
6313 if test "$wxUSE_LISTCTRL" = yes; then
6314 echo "$ac_t""yes" 1>&6
6316 echo "$ac_t""no" 1>&6
6320 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
6321 echo "configure:6322: checking for --enable-notebook" >&5
6323 # Check whether --enable-notebook or --disable-notebook was given.
6324 if test "${enable_notebook+set}" = set; then
6325 enableval
="$enable_notebook"
6327 if test "$enableval" = yes; then
6328 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
6330 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
6335 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
6336 if test "x$LINE" != x
; then
6337 eval "DEFAULT_$LINE"
6342 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
6347 eval "$ac_cv_use_notebook"
6348 if test "$no_cache" != 1; then
6349 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
6352 if test "$wxUSE_NOTEBOOK" = yes; then
6353 echo "$ac_t""yes" 1>&6
6355 echo "$ac_t""no" 1>&6
6359 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
6360 echo "configure:6361: checking for --enable-propsheet" >&5
6362 # Check whether --enable-propsheet or --disable-propsheet was given.
6363 if test "${enable_propsheet+set}" = set; then
6364 enableval
="$enable_propsheet"
6366 if test "$enableval" = yes; then
6367 ac_cv_use_propsheet
='wxUSE_PROPSHEET=yes'
6369 ac_cv_use_propsheet
='wxUSE_PROPSHEET=no'
6374 LINE
=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
6375 if test "x$LINE" != x
; then
6376 eval "DEFAULT_$LINE"
6381 ac_cv_use_propsheet
='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
6386 eval "$ac_cv_use_propsheet"
6387 if test "$no_cache" != 1; then
6388 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
6391 if test "$wxUSE_PROPSHEET" = yes; then
6392 echo "$ac_t""yes" 1>&6
6394 echo "$ac_t""no" 1>&6
6398 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
6399 echo "configure:6400: checking for --enable-radiobox" >&5
6401 # Check whether --enable-radiobox or --disable-radiobox was given.
6402 if test "${enable_radiobox+set}" = set; then
6403 enableval
="$enable_radiobox"
6405 if test "$enableval" = yes; then
6406 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
6408 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
6413 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
6414 if test "x$LINE" != x
; then
6415 eval "DEFAULT_$LINE"
6420 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
6425 eval "$ac_cv_use_radiobox"
6426 if test "$no_cache" != 1; then
6427 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
6430 if test "$wxUSE_RADIOBOX" = yes; then
6431 echo "$ac_t""yes" 1>&6
6433 echo "$ac_t""no" 1>&6
6437 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
6438 echo "configure:6439: checking for --enable-radiobtn" >&5
6440 # Check whether --enable-radiobtn or --disable-radiobtn was given.
6441 if test "${enable_radiobtn+set}" = set; then
6442 enableval
="$enable_radiobtn"
6444 if test "$enableval" = yes; then
6445 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
6447 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
6452 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
6453 if test "x$LINE" != x
; then
6454 eval "DEFAULT_$LINE"
6459 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
6464 eval "$ac_cv_use_radiobtn"
6465 if test "$no_cache" != 1; then
6466 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
6469 if test "$wxUSE_RADIOBTN" = yes; then
6470 echo "$ac_t""yes" 1>&6
6472 echo "$ac_t""no" 1>&6
6476 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
6477 echo "configure:6478: checking for --enable-sash" >&5
6479 # Check whether --enable-sash or --disable-sash was given.
6480 if test "${enable_sash+set}" = set; then
6481 enableval
="$enable_sash"
6483 if test "$enableval" = yes; then
6484 ac_cv_use_sash
='wxUSE_SASH=yes'
6486 ac_cv_use_sash
='wxUSE_SASH=no'
6491 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
6492 if test "x$LINE" != x
; then
6493 eval "DEFAULT_$LINE"
6498 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
6503 eval "$ac_cv_use_sash"
6504 if test "$no_cache" != 1; then
6505 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
6508 if test "$wxUSE_SASH" = yes; then
6509 echo "$ac_t""yes" 1>&6
6511 echo "$ac_t""no" 1>&6
6515 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
6516 echo "configure:6517: checking for --enable-scrollbar" >&5
6518 # Check whether --enable-scrollbar or --disable-scrollbar was given.
6519 if test "${enable_scrollbar+set}" = set; then
6520 enableval
="$enable_scrollbar"
6522 if test "$enableval" = yes; then
6523 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
6525 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
6530 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
6531 if test "x$LINE" != x
; then
6532 eval "DEFAULT_$LINE"
6537 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
6542 eval "$ac_cv_use_scrollbar"
6543 if test "$no_cache" != 1; then
6544 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
6547 if test "$wxUSE_SCROLLBAR" = yes; then
6548 echo "$ac_t""yes" 1>&6
6550 echo "$ac_t""no" 1>&6
6554 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
6555 echo "configure:6556: checking for --enable-slider" >&5
6557 # Check whether --enable-slider or --disable-slider was given.
6558 if test "${enable_slider+set}" = set; then
6559 enableval
="$enable_slider"
6561 if test "$enableval" = yes; then
6562 ac_cv_use_slider
='wxUSE_SLIDER=yes'
6564 ac_cv_use_slider
='wxUSE_SLIDER=no'
6569 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6570 if test "x$LINE" != x
; then
6571 eval "DEFAULT_$LINE"
6576 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6581 eval "$ac_cv_use_slider"
6582 if test "$no_cache" != 1; then
6583 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6586 if test "$wxUSE_SLIDER" = yes; then
6587 echo "$ac_t""yes" 1>&6
6589 echo "$ac_t""no" 1>&6
6593 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6594 echo "configure:6595: checking for --enable-spinbtn" >&5
6596 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6597 if test "${enable_spinbtn+set}" = set; then
6598 enableval
="$enable_spinbtn"
6600 if test "$enableval" = yes; then
6601 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
6603 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
6608 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6609 if test "x$LINE" != x
; then
6610 eval "DEFAULT_$LINE"
6615 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6620 eval "$ac_cv_use_spinbtn"
6621 if test "$no_cache" != 1; then
6622 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6625 if test "$wxUSE_SPINBTN" = yes; then
6626 echo "$ac_t""yes" 1>&6
6628 echo "$ac_t""no" 1>&6
6632 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6633 echo "configure:6634: checking for --enable-spinctrl" >&5
6635 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6636 if test "${enable_spinctrl+set}" = set; then
6637 enableval
="$enable_spinctrl"
6639 if test "$enableval" = yes; then
6640 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
6642 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
6647 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6648 if test "x$LINE" != x
; then
6649 eval "DEFAULT_$LINE"
6654 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6659 eval "$ac_cv_use_spinctrl"
6660 if test "$no_cache" != 1; then
6661 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6664 if test "$wxUSE_SPINCTRL" = yes; then
6665 echo "$ac_t""yes" 1>&6
6667 echo "$ac_t""no" 1>&6
6671 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6672 echo "configure:6673: checking for --enable-splitter" >&5
6674 # Check whether --enable-splitter or --disable-splitter was given.
6675 if test "${enable_splitter+set}" = set; then
6676 enableval
="$enable_splitter"
6678 if test "$enableval" = yes; then
6679 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
6681 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
6686 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6687 if test "x$LINE" != x
; then
6688 eval "DEFAULT_$LINE"
6693 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6698 eval "$ac_cv_use_splitter"
6699 if test "$no_cache" != 1; then
6700 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6703 if test "$wxUSE_SPLITTER" = yes; then
6704 echo "$ac_t""yes" 1>&6
6706 echo "$ac_t""no" 1>&6
6710 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6711 echo "configure:6712: checking for --enable-statbmp" >&5
6713 # Check whether --enable-statbmp or --disable-statbmp was given.
6714 if test "${enable_statbmp+set}" = set; then
6715 enableval
="$enable_statbmp"
6717 if test "$enableval" = yes; then
6718 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
6720 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
6725 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6726 if test "x$LINE" != x
; then
6727 eval "DEFAULT_$LINE"
6732 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6737 eval "$ac_cv_use_statbmp"
6738 if test "$no_cache" != 1; then
6739 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6742 if test "$wxUSE_STATBMP" = yes; then
6743 echo "$ac_t""yes" 1>&6
6745 echo "$ac_t""no" 1>&6
6749 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6750 echo "configure:6751: checking for --enable-statbox" >&5
6752 # Check whether --enable-statbox or --disable-statbox was given.
6753 if test "${enable_statbox+set}" = set; then
6754 enableval
="$enable_statbox"
6756 if test "$enableval" = yes; then
6757 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
6759 ac_cv_use_statbox
='wxUSE_STATBOX=no'
6764 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6765 if test "x$LINE" != x
; then
6766 eval "DEFAULT_$LINE"
6771 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6776 eval "$ac_cv_use_statbox"
6777 if test "$no_cache" != 1; then
6778 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6781 if test "$wxUSE_STATBOX" = yes; then
6782 echo "$ac_t""yes" 1>&6
6784 echo "$ac_t""no" 1>&6
6788 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6789 echo "configure:6790: checking for --enable-statline" >&5
6791 # Check whether --enable-statline or --disable-statline was given.
6792 if test "${enable_statline+set}" = set; then
6793 enableval
="$enable_statline"
6795 if test "$enableval" = yes; then
6796 ac_cv_use_statline
='wxUSE_STATLINE=yes'
6798 ac_cv_use_statline
='wxUSE_STATLINE=no'
6803 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6804 if test "x$LINE" != x
; then
6805 eval "DEFAULT_$LINE"
6810 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6815 eval "$ac_cv_use_statline"
6816 if test "$no_cache" != 1; then
6817 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6820 if test "$wxUSE_STATLINE" = yes; then
6821 echo "$ac_t""yes" 1>&6
6823 echo "$ac_t""no" 1>&6
6827 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6828 echo "configure:6829: checking for --enable-stattext" >&5
6830 # Check whether --enable-stattext or --disable-stattext was given.
6831 if test "${enable_stattext+set}" = set; then
6832 enableval
="$enable_stattext"
6834 if test "$enableval" = yes; then
6835 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
6837 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
6842 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6843 if test "x$LINE" != x
; then
6844 eval "DEFAULT_$LINE"
6849 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6854 eval "$ac_cv_use_stattext"
6855 if test "$no_cache" != 1; then
6856 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6859 if test "$wxUSE_STATTEXT" = yes; then
6860 echo "$ac_t""yes" 1>&6
6862 echo "$ac_t""no" 1>&6
6866 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6867 echo "configure:6868: checking for --enable-statusbar" >&5
6869 # Check whether --enable-statusbar or --disable-statusbar was given.
6870 if test "${enable_statusbar+set}" = set; then
6871 enableval
="$enable_statusbar"
6873 if test "$enableval" = yes; then
6874 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
6876 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
6881 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6882 if test "x$LINE" != x
; then
6883 eval "DEFAULT_$LINE"
6888 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6893 eval "$ac_cv_use_statusbar"
6894 if test "$no_cache" != 1; then
6895 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6898 if test "$wxUSE_STATUSBAR" = yes; then
6899 echo "$ac_t""yes" 1>&6
6901 echo "$ac_t""no" 1>&6
6905 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6906 echo "configure:6907: checking for --enable-tabdialog" >&5
6908 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6909 if test "${enable_tabdialog+set}" = set; then
6910 enableval
="$enable_tabdialog"
6912 if test "$enableval" = yes; then
6913 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
6915 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
6920 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6921 if test "x$LINE" != x
; then
6922 eval "DEFAULT_$LINE"
6927 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6932 eval "$ac_cv_use_tabdialog"
6933 if test "$no_cache" != 1; then
6934 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6937 if test "$wxUSE_TABDIALOG" = yes; then
6938 echo "$ac_t""yes" 1>&6
6940 echo "$ac_t""no" 1>&6
6944 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6945 echo "configure:6946: checking for --enable-textctrl" >&5
6947 # Check whether --enable-textctrl or --disable-textctrl was given.
6948 if test "${enable_textctrl+set}" = set; then
6949 enableval
="$enable_textctrl"
6951 if test "$enableval" = yes; then
6952 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
6954 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
6959 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6960 if test "x$LINE" != x
; then
6961 eval "DEFAULT_$LINE"
6966 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6971 eval "$ac_cv_use_textctrl"
6972 if test "$no_cache" != 1; then
6973 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6976 if test "$wxUSE_TEXTCTRL" = yes; then
6977 echo "$ac_t""yes" 1>&6
6979 echo "$ac_t""no" 1>&6
6983 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6984 echo "configure:6985: checking for --enable-togglebtn" >&5
6986 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6987 if test "${enable_togglebtn+set}" = set; then
6988 enableval
="$enable_togglebtn"
6990 if test "$enableval" = yes; then
6991 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
6993 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
6998 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6999 if test "x$LINE" != x
; then
7000 eval "DEFAULT_$LINE"
7005 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
7010 eval "$ac_cv_use_togglebtn"
7011 if test "$no_cache" != 1; then
7012 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7015 if test "$wxUSE_TOGGLEBTN" = yes; then
7016 echo "$ac_t""yes" 1>&6
7018 echo "$ac_t""no" 1>&6
7022 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
7023 echo "configure:7024: checking for --enable-toolbar" >&5
7025 # Check whether --enable-toolbar or --disable-toolbar was given.
7026 if test "${enable_toolbar+set}" = set; then
7027 enableval
="$enable_toolbar"
7029 if test "$enableval" = yes; then
7030 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
7032 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
7037 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7038 if test "x$LINE" != x
; then
7039 eval "DEFAULT_$LINE"
7044 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
7049 eval "$ac_cv_use_toolbar"
7050 if test "$no_cache" != 1; then
7051 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7054 if test "$wxUSE_TOOLBAR" = yes; then
7055 echo "$ac_t""yes" 1>&6
7057 echo "$ac_t""no" 1>&6
7061 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
7062 echo "configure:7063: checking for --enable-tbarnative" >&5
7064 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7065 if test "${enable_tbarnative+set}" = set; then
7066 enableval
="$enable_tbarnative"
7068 if test "$enableval" = yes; then
7069 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
7071 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
7076 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7077 if test "x$LINE" != x
; then
7078 eval "DEFAULT_$LINE"
7083 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7088 eval "$ac_cv_use_tbarnative"
7089 if test "$no_cache" != 1; then
7090 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7093 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7094 echo "$ac_t""yes" 1>&6
7096 echo "$ac_t""no" 1>&6
7100 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
7101 echo "configure:7102: checking for --enable-tbarsmpl" >&5
7103 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7104 if test "${enable_tbarsmpl+set}" = set; then
7105 enableval
="$enable_tbarsmpl"
7107 if test "$enableval" = yes; then
7108 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
7110 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
7115 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7116 if test "x$LINE" != x
; then
7117 eval "DEFAULT_$LINE"
7122 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7127 eval "$ac_cv_use_tbarsmpl"
7128 if test "$no_cache" != 1; then
7129 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7132 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
7133 echo "$ac_t""yes" 1>&6
7135 echo "$ac_t""no" 1>&6
7139 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
7140 echo "configure:7141: checking for --enable-treectrl" >&5
7142 # Check whether --enable-treectrl or --disable-treectrl was given.
7143 if test "${enable_treectrl+set}" = set; then
7144 enableval
="$enable_treectrl"
7146 if test "$enableval" = yes; then
7147 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
7149 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
7154 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
7155 if test "x$LINE" != x
; then
7156 eval "DEFAULT_$LINE"
7161 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
7166 eval "$ac_cv_use_treectrl"
7167 if test "$no_cache" != 1; then
7168 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
7171 if test "$wxUSE_TREECTRL" = yes; then
7172 echo "$ac_t""yes" 1>&6
7174 echo "$ac_t""no" 1>&6
7178 echo $ac_n "checking for --enable-tipwindow""... $ac_c" 1>&6
7179 echo "configure:7180: checking for --enable-tipwindow" >&5
7181 # Check whether --enable-tipwindow or --disable-tipwindow was given.
7182 if test "${enable_tipwindow+set}" = set; then
7183 enableval
="$enable_tipwindow"
7185 if test "$enableval" = yes; then
7186 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
7188 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
7193 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
7194 if test "x$LINE" != x
; then
7195 eval "DEFAULT_$LINE"
7200 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
7205 eval "$ac_cv_use_tipwindow"
7206 if test "$no_cache" != 1; then
7207 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
7210 if test "$wxUSE_TIPWINDOW" = yes; then
7211 echo "$ac_t""yes" 1>&6
7213 echo "$ac_t""no" 1>&6
7217 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
7218 echo "configure:7219: checking for --enable-popupwin" >&5
7220 # Check whether --enable-popupwin or --disable-popupwin was given.
7221 if test "${enable_popupwin+set}" = set; then
7222 enableval
="$enable_popupwin"
7224 if test "$enableval" = yes; then
7225 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
7227 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
7232 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
7233 if test "x$LINE" != x
; then
7234 eval "DEFAULT_$LINE"
7239 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
7244 eval "$ac_cv_use_popupwin"
7245 if test "$no_cache" != 1; then
7246 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
7249 if test "$wxUSE_POPUPWIN" = yes; then
7250 echo "$ac_t""yes" 1>&6
7252 echo "$ac_t""no" 1>&6
7258 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
7259 echo "configure:7260: checking for --enable-commondlg" >&5
7261 # Check whether --enable-commondlg or --disable-commondlg was given.
7262 if test "${enable_commondlg+set}" = set; then
7263 enableval
="$enable_commondlg"
7265 if test "$enableval" = yes; then
7266 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
7268 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
7273 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
7274 if test "x$LINE" != x
; then
7275 eval "DEFAULT_$LINE"
7280 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
7285 eval "$ac_cv_use_commondlg"
7286 if test "$no_cache" != 1; then
7287 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
7290 if test "$wxUSE_COMMONDLGS" = yes; then
7291 echo "$ac_t""yes" 1>&6
7293 echo "$ac_t""no" 1>&6
7297 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
7298 echo "configure:7299: checking for --enable-choicedlg" >&5
7300 # Check whether --enable-choicedlg or --disable-choicedlg was given.
7301 if test "${enable_choicedlg+set}" = set; then
7302 enableval
="$enable_choicedlg"
7304 if test "$enableval" = yes; then
7305 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
7307 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
7312 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
7313 if test "x$LINE" != x
; then
7314 eval "DEFAULT_$LINE"
7319 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
7324 eval "$ac_cv_use_choicedlg"
7325 if test "$no_cache" != 1; then
7326 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
7329 if test "$wxUSE_CHOICEDLG" = yes; then
7330 echo "$ac_t""yes" 1>&6
7332 echo "$ac_t""no" 1>&6
7336 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
7337 echo "configure:7338: checking for --enable-coldlg" >&5
7339 # Check whether --enable-coldlg or --disable-coldlg was given.
7340 if test "${enable_coldlg+set}" = set; then
7341 enableval
="$enable_coldlg"
7343 if test "$enableval" = yes; then
7344 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
7346 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
7351 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
7352 if test "x$LINE" != x
; then
7353 eval "DEFAULT_$LINE"
7358 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
7363 eval "$ac_cv_use_coldlg"
7364 if test "$no_cache" != 1; then
7365 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
7368 if test "$wxUSE_COLOURDLG" = yes; then
7369 echo "$ac_t""yes" 1>&6
7371 echo "$ac_t""no" 1>&6
7375 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
7376 echo "configure:7377: checking for --enable-filedlg" >&5
7378 # Check whether --enable-filedlg or --disable-filedlg was given.
7379 if test "${enable_filedlg+set}" = set; then
7380 enableval
="$enable_filedlg"
7382 if test "$enableval" = yes; then
7383 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
7385 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
7390 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
7391 if test "x$LINE" != x
; then
7392 eval "DEFAULT_$LINE"
7397 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
7402 eval "$ac_cv_use_filedlg"
7403 if test "$no_cache" != 1; then
7404 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
7407 if test "$wxUSE_FILEDLG" = yes; then
7408 echo "$ac_t""yes" 1>&6
7410 echo "$ac_t""no" 1>&6
7414 echo $ac_n "checking for --enable-finddlg""... $ac_c" 1>&6
7415 echo "configure:7416: checking for --enable-finddlg" >&5
7417 # Check whether --enable-finddlg or --disable-finddlg was given.
7418 if test "${enable_finddlg+set}" = set; then
7419 enableval
="$enable_finddlg"
7421 if test "$enableval" = yes; then
7422 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
7424 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
7429 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
7430 if test "x$LINE" != x
; then
7431 eval "DEFAULT_$LINE"
7436 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
7441 eval "$ac_cv_use_finddlg"
7442 if test "$no_cache" != 1; then
7443 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
7446 if test "$wxUSE_FINDREPLDLG" = yes; then
7447 echo "$ac_t""yes" 1>&6
7449 echo "$ac_t""no" 1>&6
7453 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
7454 echo "configure:7455: checking for --enable-fontdlg" >&5
7456 # Check whether --enable-fontdlg or --disable-fontdlg was given.
7457 if test "${enable_fontdlg+set}" = set; then
7458 enableval
="$enable_fontdlg"
7460 if test "$enableval" = yes; then
7461 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
7463 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
7468 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
7469 if test "x$LINE" != x
; then
7470 eval "DEFAULT_$LINE"
7475 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
7480 eval "$ac_cv_use_fontdlg"
7481 if test "$no_cache" != 1; then
7482 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
7485 if test "$wxUSE_FONTDLG" = yes; then
7486 echo "$ac_t""yes" 1>&6
7488 echo "$ac_t""no" 1>&6
7492 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
7493 echo "configure:7494: checking for --enable-dirdlg" >&5
7495 # Check whether --enable-dirdlg or --disable-dirdlg was given.
7496 if test "${enable_dirdlg+set}" = set; then
7497 enableval
="$enable_dirdlg"
7499 if test "$enableval" = yes; then
7500 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
7502 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
7507 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
7508 if test "x$LINE" != x
; then
7509 eval "DEFAULT_$LINE"
7514 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
7519 eval "$ac_cv_use_dirdlg"
7520 if test "$no_cache" != 1; then
7521 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
7524 if test "$wxUSE_DIRDLG" = yes; then
7525 echo "$ac_t""yes" 1>&6
7527 echo "$ac_t""no" 1>&6
7531 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
7532 echo "configure:7533: checking for --enable-msgdlg" >&5
7534 # Check whether --enable-msgdlg or --disable-msgdlg was given.
7535 if test "${enable_msgdlg+set}" = set; then
7536 enableval
="$enable_msgdlg"
7538 if test "$enableval" = yes; then
7539 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
7541 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
7546 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
7547 if test "x$LINE" != x
; then
7548 eval "DEFAULT_$LINE"
7553 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
7558 eval "$ac_cv_use_msgdlg"
7559 if test "$no_cache" != 1; then
7560 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
7563 if test "$wxUSE_MSGDLG" = yes; then
7564 echo "$ac_t""yes" 1>&6
7566 echo "$ac_t""no" 1>&6
7570 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
7571 echo "configure:7572: checking for --enable-numberdlg" >&5
7573 # Check whether --enable-numberdlg or --disable-numberdlg was given.
7574 if test "${enable_numberdlg+set}" = set; then
7575 enableval
="$enable_numberdlg"
7577 if test "$enableval" = yes; then
7578 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
7580 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
7585 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
7586 if test "x$LINE" != x
; then
7587 eval "DEFAULT_$LINE"
7592 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
7597 eval "$ac_cv_use_numberdlg"
7598 if test "$no_cache" != 1; then
7599 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
7602 if test "$wxUSE_NUMBERDLG" = yes; then
7603 echo "$ac_t""yes" 1>&6
7605 echo "$ac_t""no" 1>&6
7609 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
7610 echo "configure:7611: checking for --enable-splash" >&5
7612 # Check whether --enable-splash or --disable-splash was given.
7613 if test "${enable_splash+set}" = set; then
7614 enableval
="$enable_splash"
7616 if test "$enableval" = yes; then
7617 ac_cv_use_splash
='wxUSE_SPLASH=yes'
7619 ac_cv_use_splash
='wxUSE_SPLASH=no'
7624 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7625 if test "x$LINE" != x
; then
7626 eval "DEFAULT_$LINE"
7631 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7636 eval "$ac_cv_use_splash"
7637 if test "$no_cache" != 1; then
7638 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7641 if test "$wxUSE_SPLASH" = yes; then
7642 echo "$ac_t""yes" 1>&6
7644 echo "$ac_t""no" 1>&6
7648 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7649 echo "configure:7650: checking for --enable-textdlg" >&5
7651 # Check whether --enable-textdlg or --disable-textdlg was given.
7652 if test "${enable_textdlg+set}" = set; then
7653 enableval
="$enable_textdlg"
7655 if test "$enableval" = yes; then
7656 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
7658 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
7663 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7664 if test "x$LINE" != x
; then
7665 eval "DEFAULT_$LINE"
7670 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7675 eval "$ac_cv_use_textdlg"
7676 if test "$no_cache" != 1; then
7677 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7680 if test "$wxUSE_TEXTDLG" = yes; then
7681 echo "$ac_t""yes" 1>&6
7683 echo "$ac_t""no" 1>&6
7687 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7688 echo "configure:7689: checking for --enable-tipdlg" >&5
7690 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7691 if test "${enable_tipdlg+set}" = set; then
7692 enableval
="$enable_tipdlg"
7694 if test "$enableval" = yes; then
7695 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
7697 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
7702 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7703 if test "x$LINE" != x
; then
7704 eval "DEFAULT_$LINE"
7709 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7714 eval "$ac_cv_use_tipdlg"
7715 if test "$no_cache" != 1; then
7716 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7719 if test "$wxUSE_STARTUP_TIPS" = yes; then
7720 echo "$ac_t""yes" 1>&6
7722 echo "$ac_t""no" 1>&6
7726 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7727 echo "configure:7728: checking for --enable-progressdlg" >&5
7729 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7730 if test "${enable_progressdlg+set}" = set; then
7731 enableval
="$enable_progressdlg"
7733 if test "$enableval" = yes; then
7734 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
7736 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
7741 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7742 if test "x$LINE" != x
; then
7743 eval "DEFAULT_$LINE"
7748 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7753 eval "$ac_cv_use_progressdlg"
7754 if test "$no_cache" != 1; then
7755 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7758 if test "$wxUSE_PROGRESSDLG" = yes; then
7759 echo "$ac_t""yes" 1>&6
7761 echo "$ac_t""no" 1>&6
7765 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7766 echo "configure:7767: checking for --enable-wizarddlg" >&5
7768 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7769 if test "${enable_wizarddlg+set}" = set; then
7770 enableval
="$enable_wizarddlg"
7772 if test "$enableval" = yes; then
7773 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
7775 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
7780 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7781 if test "x$LINE" != x
; then
7782 eval "DEFAULT_$LINE"
7787 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7792 eval "$ac_cv_use_wizarddlg"
7793 if test "$no_cache" != 1; then
7794 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7797 if test "$wxUSE_WIZARDDLG" = yes; then
7798 echo "$ac_t""yes" 1>&6
7800 echo "$ac_t""no" 1>&6
7806 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7807 echo "configure:7808: checking for --enable-menus" >&5
7809 # Check whether --enable-menus or --disable-menus was given.
7810 if test "${enable_menus+set}" = set; then
7811 enableval
="$enable_menus"
7813 if test "$enableval" = yes; then
7814 ac_cv_use_menus
='wxUSE_MENUS=yes'
7816 ac_cv_use_menus
='wxUSE_MENUS=no'
7821 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7822 if test "x$LINE" != x
; then
7823 eval "DEFAULT_$LINE"
7828 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7833 eval "$ac_cv_use_menus"
7834 if test "$no_cache" != 1; then
7835 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7838 if test "$wxUSE_MENUS" = yes; then
7839 echo "$ac_t""yes" 1>&6
7841 echo "$ac_t""no" 1>&6
7845 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7846 echo "configure:7847: checking for --enable-miniframe" >&5
7848 # Check whether --enable-miniframe or --disable-miniframe was given.
7849 if test "${enable_miniframe+set}" = set; then
7850 enableval
="$enable_miniframe"
7852 if test "$enableval" = yes; then
7853 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
7855 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
7860 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7861 if test "x$LINE" != x
; then
7862 eval "DEFAULT_$LINE"
7867 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7872 eval "$ac_cv_use_miniframe"
7873 if test "$no_cache" != 1; then
7874 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7877 if test "$wxUSE_MINIFRAME" = yes; then
7878 echo "$ac_t""yes" 1>&6
7880 echo "$ac_t""no" 1>&6
7884 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7885 echo "configure:7886: checking for --enable-tooltips" >&5
7887 # Check whether --enable-tooltips or --disable-tooltips was given.
7888 if test "${enable_tooltips+set}" = set; then
7889 enableval
="$enable_tooltips"
7891 if test "$enableval" = yes; then
7892 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
7894 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
7899 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7900 if test "x$LINE" != x
; then
7901 eval "DEFAULT_$LINE"
7906 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7911 eval "$ac_cv_use_tooltips"
7912 if test "$no_cache" != 1; then
7913 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7916 if test "$wxUSE_TOOLTIPS" = yes; then
7917 echo "$ac_t""yes" 1>&6
7919 echo "$ac_t""no" 1>&6
7923 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7924 echo "configure:7925: checking for --enable-splines" >&5
7926 # Check whether --enable-splines or --disable-splines was given.
7927 if test "${enable_splines+set}" = set; then
7928 enableval
="$enable_splines"
7930 if test "$enableval" = yes; then
7931 ac_cv_use_splines
='wxUSE_SPLINES=yes'
7933 ac_cv_use_splines
='wxUSE_SPLINES=no'
7938 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7939 if test "x$LINE" != x
; then
7940 eval "DEFAULT_$LINE"
7945 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7950 eval "$ac_cv_use_splines"
7951 if test "$no_cache" != 1; then
7952 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7955 if test "$wxUSE_SPLINES" = yes; then
7956 echo "$ac_t""yes" 1>&6
7958 echo "$ac_t""no" 1>&6
7962 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7963 echo "configure:7964: checking for --enable-validators" >&5
7965 # Check whether --enable-validators or --disable-validators was given.
7966 if test "${enable_validators+set}" = set; then
7967 enableval
="$enable_validators"
7969 if test "$enableval" = yes; then
7970 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
7972 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
7977 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7978 if test "x$LINE" != x
; then
7979 eval "DEFAULT_$LINE"
7984 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7989 eval "$ac_cv_use_validators"
7990 if test "$no_cache" != 1; then
7991 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7994 if test "$wxUSE_VALIDATORS" = yes; then
7995 echo "$ac_t""yes" 1>&6
7997 echo "$ac_t""no" 1>&6
8001 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
8002 echo "configure:8003: checking for --enable-busyinfo" >&5
8004 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8005 if test "${enable_busyinfo+set}" = set; then
8006 enableval
="$enable_busyinfo"
8008 if test "$enableval" = yes; then
8009 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
8011 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
8016 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8017 if test "x$LINE" != x
; then
8018 eval "DEFAULT_$LINE"
8023 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
8028 eval "$ac_cv_use_busyinfo"
8029 if test "$no_cache" != 1; then
8030 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8033 if test "$wxUSE_BUSYINFO" = yes; then
8034 echo "$ac_t""yes" 1>&6
8036 echo "$ac_t""no" 1>&6
8040 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
8041 echo "configure:8042: checking for --enable-joystick" >&5
8043 # Check whether --enable-joystick or --disable-joystick was given.
8044 if test "${enable_joystick+set}" = set; then
8045 enableval
="$enable_joystick"
8047 if test "$enableval" = yes; then
8048 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
8050 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
8055 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8056 if test "x$LINE" != x
; then
8057 eval "DEFAULT_$LINE"
8062 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8067 eval "$ac_cv_use_joystick"
8068 if test "$no_cache" != 1; then
8069 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8072 if test "$wxUSE_JOYSTICK" = yes; then
8073 echo "$ac_t""yes" 1>&6
8075 echo "$ac_t""no" 1>&6
8079 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
8080 echo "configure:8081: checking for --enable-metafile" >&5
8082 # Check whether --enable-metafile or --disable-metafile was given.
8083 if test "${enable_metafile+set}" = set; then
8084 enableval
="$enable_metafile"
8086 if test "$enableval" = yes; then
8087 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
8089 ac_cv_use_metafile
='wxUSE_METAFILE=no'
8094 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
8095 if test "x$LINE" != x
; then
8096 eval "DEFAULT_$LINE"
8101 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
8106 eval "$ac_cv_use_metafile"
8107 if test "$no_cache" != 1; then
8108 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
8111 if test "$wxUSE_METAFILE" = yes; then
8112 echo "$ac_t""yes" 1>&6
8114 echo "$ac_t""no" 1>&6
8118 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
8119 echo "configure:8120: checking for --enable-dragimage" >&5
8121 # Check whether --enable-dragimage or --disable-dragimage was given.
8122 if test "${enable_dragimage+set}" = set; then
8123 enableval
="$enable_dragimage"
8125 if test "$enableval" = yes; then
8126 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
8128 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
8133 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
8134 if test "x$LINE" != x
; then
8135 eval "DEFAULT_$LINE"
8140 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
8145 eval "$ac_cv_use_dragimage"
8146 if test "$no_cache" != 1; then
8147 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
8150 if test "$wxUSE_DRAGIMAGE" = yes; then
8151 echo "$ac_t""yes" 1>&6
8153 echo "$ac_t""no" 1>&6
8159 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
8160 echo "configure:8161: checking for --enable-palette" >&5
8162 # Check whether --enable-palette or --disable-palette was given.
8163 if test "${enable_palette+set}" = set; then
8164 enableval
="$enable_palette"
8166 if test "$enableval" = yes; then
8167 ac_cv_use_palette
='wxUSE_PALETTE=yes'
8169 ac_cv_use_palette
='wxUSE_PALETTE=no'
8174 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
8175 if test "x$LINE" != x
; then
8176 eval "DEFAULT_$LINE"
8181 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
8186 eval "$ac_cv_use_palette"
8187 if test "$no_cache" != 1; then
8188 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
8191 if test "$wxUSE_PALETTE" = yes; then
8192 echo "$ac_t""yes" 1>&6
8194 echo "$ac_t""no" 1>&6
8198 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
8199 echo "configure:8200: checking for --enable-image" >&5
8201 # Check whether --enable-image or --disable-image was given.
8202 if test "${enable_image+set}" = set; then
8203 enableval
="$enable_image"
8205 if test "$enableval" = yes; then
8206 ac_cv_use_image
='wxUSE_IMAGE=yes'
8208 ac_cv_use_image
='wxUSE_IMAGE=no'
8213 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
8214 if test "x$LINE" != x
; then
8215 eval "DEFAULT_$LINE"
8220 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
8225 eval "$ac_cv_use_image"
8226 if test "$no_cache" != 1; then
8227 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
8230 if test "$wxUSE_IMAGE" = yes; then
8231 echo "$ac_t""yes" 1>&6
8233 echo "$ac_t""no" 1>&6
8237 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
8238 echo "configure:8239: checking for --enable-gif" >&5
8240 # Check whether --enable-gif or --disable-gif was given.
8241 if test "${enable_gif+set}" = set; then
8242 enableval
="$enable_gif"
8244 if test "$enableval" = yes; then
8245 ac_cv_use_gif
='wxUSE_GIF=yes'
8247 ac_cv_use_gif
='wxUSE_GIF=no'
8252 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
8253 if test "x$LINE" != x
; then
8254 eval "DEFAULT_$LINE"
8259 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
8264 eval "$ac_cv_use_gif"
8265 if test "$no_cache" != 1; then
8266 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
8269 if test "$wxUSE_GIF" = yes; then
8270 echo "$ac_t""yes" 1>&6
8272 echo "$ac_t""no" 1>&6
8276 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
8277 echo "configure:8278: checking for --enable-pcx" >&5
8279 # Check whether --enable-pcx or --disable-pcx was given.
8280 if test "${enable_pcx+set}" = set; then
8281 enableval
="$enable_pcx"
8283 if test "$enableval" = yes; then
8284 ac_cv_use_pcx
='wxUSE_PCX=yes'
8286 ac_cv_use_pcx
='wxUSE_PCX=no'
8291 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
8292 if test "x$LINE" != x
; then
8293 eval "DEFAULT_$LINE"
8298 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
8303 eval "$ac_cv_use_pcx"
8304 if test "$no_cache" != 1; then
8305 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
8308 if test "$wxUSE_PCX" = yes; then
8309 echo "$ac_t""yes" 1>&6
8311 echo "$ac_t""no" 1>&6
8315 echo $ac_n "checking for --enable-iff""... $ac_c" 1>&6
8316 echo "configure:8317: checking for --enable-iff" >&5
8318 # Check whether --enable-iff or --disable-iff was given.
8319 if test "${enable_iff+set}" = set; then
8320 enableval
="$enable_iff"
8322 if test "$enableval" = yes; then
8323 ac_cv_use_iff
='wxUSE_IFF=yes'
8325 ac_cv_use_iff
='wxUSE_IFF=no'
8330 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
8331 if test "x$LINE" != x
; then
8332 eval "DEFAULT_$LINE"
8337 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
8342 eval "$ac_cv_use_iff"
8343 if test "$no_cache" != 1; then
8344 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
8347 if test "$wxUSE_IFF" = yes; then
8348 echo "$ac_t""yes" 1>&6
8350 echo "$ac_t""no" 1>&6
8354 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
8355 echo "configure:8356: checking for --enable-pnm" >&5
8357 # Check whether --enable-pnm or --disable-pnm was given.
8358 if test "${enable_pnm+set}" = set; then
8359 enableval
="$enable_pnm"
8361 if test "$enableval" = yes; then
8362 ac_cv_use_pnm
='wxUSE_PNM=yes'
8364 ac_cv_use_pnm
='wxUSE_PNM=no'
8369 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
8370 if test "x$LINE" != x
; then
8371 eval "DEFAULT_$LINE"
8376 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
8381 eval "$ac_cv_use_pnm"
8382 if test "$no_cache" != 1; then
8383 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
8386 if test "$wxUSE_PNM" = yes; then
8387 echo "$ac_t""yes" 1>&6
8389 echo "$ac_t""no" 1>&6
8393 echo $ac_n "checking for --enable-xpm""... $ac_c" 1>&6
8394 echo "configure:8395: checking for --enable-xpm" >&5
8396 # Check whether --enable-xpm or --disable-xpm was given.
8397 if test "${enable_xpm+set}" = set; then
8398 enableval
="$enable_xpm"
8400 if test "$enableval" = yes; then
8401 ac_cv_use_xpm
='wxUSE_XPM=yes'
8403 ac_cv_use_xpm
='wxUSE_XPM=no'
8408 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
8409 if test "x$LINE" != x
; then
8410 eval "DEFAULT_$LINE"
8415 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
8420 eval "$ac_cv_use_xpm"
8421 if test "$no_cache" != 1; then
8422 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
8425 if test "$wxUSE_XPM" = yes; then
8426 echo "$ac_t""yes" 1>&6
8428 echo "$ac_t""no" 1>&6
8432 echo $ac_n "checking for --enable-ico_cur""... $ac_c" 1>&6
8433 echo "configure:8434: checking for --enable-ico_cur" >&5
8435 # Check whether --enable-ico_cur or --disable-ico_cur was given.
8436 if test "${enable_ico_cur+set}" = set; then
8437 enableval
="$enable_ico_cur"
8439 if test "$enableval" = yes; then
8440 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
8442 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
8447 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
8448 if test "x$LINE" != x
; then
8449 eval "DEFAULT_$LINE"
8454 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
8459 eval "$ac_cv_use_ico_cur"
8460 if test "$no_cache" != 1; then
8461 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
8464 if test "$wxUSE_ICO_CUR" = yes; then
8465 echo "$ac_t""yes" 1>&6
8467 echo "$ac_t""no" 1>&6
8474 echo "saving argument cache $wx_arg_cache_file"
8475 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
8479 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
8480 echo "configure:8481: checking for toolkit" >&5
8482 if test "$wxUSE_GUI" = "yes"; then
8484 if test "$USE_BEOS" = 1; then
8485 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
8488 if test "$TOOLKIT_GIVEN" = 1; then
8489 for toolkit
in `echo $ALL_TOOLKITS`; do
8491 eval "value=\$${var}"
8492 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
8495 for toolkit
in `echo $ALL_TOOLKITS`; do
8496 if test "$has_toolkit_in_cache" != 1; then
8497 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
8499 var
=DEFAULT_wxUSE_
$toolkit
8501 eval "wxUSE_$toolkit=\$${var}"
8505 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
8506 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0}`
8509 *-pc-os2_emx | *-pc-os2-emx )
8510 # PATH_IFS is autodetected by OS/2's configure (usually ';')
8511 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
8520 case "$NUM_TOOLKITS" in
8524 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
8527 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
8530 for toolkit
in `echo $ALL_TOOLKITS`; do
8532 eval "value=\$${var}"
8533 if test "x$value" != x
; then
8534 cache_var
=CACHE_
$toolkit
8535 eval "cache=\$${cache_var}"
8536 if test "$cache" = 1; then
8537 echo "$var=$value" >> ${wx_arg_cache_file}
8539 if test "$value" = 1; then
8540 toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]`
8541 echo "$ac_t""$toolkit_echo" 1>&6
8547 echo "$ac_t""base ($host_alias hosted) only" 1>&6
8551 cat > confcache
<<\EOF
8552 # This file is a shell script that caches the results of configure
8553 # tests run on this system so they can be shared between configure
8554 # scripts and configure runs. It is not useful on other systems.
8555 # If it contains results you don't want to keep, you may remove or edit it.
8557 # By default, configure uses ./config.cache as the cache file,
8558 # creating it if it does not exist already. You can give configure
8559 # the --cache-file=FILE option to use a different cache file; that is
8560 # what configure does when it calls configure scripts in
8561 # subdirectories, so they share the cache.
8562 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8563 # config.status only pays attention to the cache file if you give it the
8564 # --recheck option to rerun configure.
8567 # The following way of writing the cache mishandles newlines in values,
8568 # but we know of no workaround that is simple, portable, and efficient.
8569 # So, don't put newlines in cache variables' values.
8570 # Ultrix sh set writes to stderr and can't be redirected directly,
8571 # and sets the high bit in the cache file unless we assign to the vars.
8573 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8575 # `set' does not quote correctly, so add quotes (double-quote substitution
8576 # turns \\\\ into \\, and sed turns \\ into \).
8578 -e "s/'/'\\\\''/g" \
8579 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8582 # `set' quotes correctly as required by POSIX, so do not add quotes.
8583 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8586 if cmp -s $cache_file confcache
; then
8589 if test -w $cache_file; then
8590 echo "updating cache $cache_file"
8591 cat confcache
> $cache_file
8593 echo "not updating unwritable cache $cache_file"
8599 if test "$build" != "$host" ; then
8600 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 ; then
8604 RANLIB
=$host_alias-ranlib
8605 DLLTOOL
=$host_alias-dlltool
8606 RESCOMP
=$host_alias-windres
8609 STRIP
=$host_alias-strip
8611 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
8615 # Extract the first word of "gcc", so it can be a program name with args.
8616 set dummy gcc
; ac_word
=$2
8617 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8618 echo "configure:8619: checking for $ac_word" >&5
8619 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8620 echo $ac_n "(cached) $ac_c" 1>&6
8622 if test -n "$CC"; then
8623 ac_cv_prog_CC
="$CC" # Let the user override the test.
8625 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8627 for ac_dir
in $ac_dummy; do
8628 test -z "$ac_dir" && ac_dir
=.
8629 if test -f $ac_dir/$ac_word; then
8638 if test -n "$CC"; then
8639 echo "$ac_t""$CC" 1>&6
8641 echo "$ac_t""no" 1>&6
8644 if test -z "$CC"; then
8645 # Extract the first word of "cc", so it can be a program name with args.
8646 set dummy cc
; ac_word
=$2
8647 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8648 echo "configure:8649: checking for $ac_word" >&5
8649 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8650 echo $ac_n "(cached) $ac_c" 1>&6
8652 if test -n "$CC"; then
8653 ac_cv_prog_CC
="$CC" # Let the user override the test.
8655 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8658 for ac_dir
in $ac_dummy; do
8659 test -z "$ac_dir" && ac_dir
=.
8660 if test -f $ac_dir/$ac_word; then
8661 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
8662 ac_prog_rejected
=yes
8670 if test $ac_prog_rejected = yes; then
8671 # We found a bogon in the path, so make sure we never use it.
8672 set dummy
$ac_cv_prog_CC
8674 if test $# -gt 0; then
8675 # We chose a different compiler from the bogus one.
8676 # However, it has the same basename, so the bogon will be chosen
8677 # first if we set CC to just the basename; use the full file name.
8679 set dummy
"$ac_dir/$ac_word" "$@"
8687 if test -n "$CC"; then
8688 echo "$ac_t""$CC" 1>&6
8690 echo "$ac_t""no" 1>&6
8693 if test -z "$CC"; then
8694 case "`uname -s`" in
8696 # Extract the first word of "cl", so it can be a program name with args.
8697 set dummy cl
; ac_word
=$2
8698 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8699 echo "configure:8700: checking for $ac_word" >&5
8700 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8701 echo $ac_n "(cached) $ac_c" 1>&6
8703 if test -n "$CC"; then
8704 ac_cv_prog_CC
="$CC" # Let the user override the test.
8706 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8708 for ac_dir
in $ac_dummy; do
8709 test -z "$ac_dir" && ac_dir
=.
8710 if test -f $ac_dir/$ac_word; then
8719 if test -n "$CC"; then
8720 echo "$ac_t""$CC" 1>&6
8722 echo "$ac_t""no" 1>&6
8727 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8730 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8731 echo "configure:8732: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8734 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8735 ac_cpp
='$CPP $CPPFLAGS'
8736 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8737 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8738 cross_compiling
=$ac_cv_prog_cc_cross
8740 cat > conftest.
$ac_ext << EOF
8742 #line 8743 "configure"
8743 #include "confdefs.h"
8747 if { (eval echo configure
:8748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8748 ac_cv_prog_cc_works
=yes
8749 # If we can't run a trivial program, we are probably using a cross compiler.
8750 if (.
/conftest
; exit) 2>/dev
/null
; then
8751 ac_cv_prog_cc_cross
=no
8753 ac_cv_prog_cc_cross
=yes
8756 echo "configure: failed program was:" >&5
8757 cat conftest.
$ac_ext >&5
8758 ac_cv_prog_cc_works
=no
8762 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8763 ac_cpp
='$CPP $CPPFLAGS'
8764 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8765 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8766 cross_compiling
=$ac_cv_prog_cc_cross
8768 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8769 if test $ac_cv_prog_cc_works = no
; then
8770 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8772 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8773 echo "configure:8774: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8774 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8775 cross_compiling
=$ac_cv_prog_cc_cross
8777 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8778 echo "configure:8779: checking whether we are using GNU C" >&5
8779 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8780 echo $ac_n "(cached) $ac_c" 1>&6
8782 cat > conftest.c
<<EOF
8787 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:8788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
8794 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8796 if test $ac_cv_prog_gcc = yes; then
8802 ac_test_CFLAGS
="${CFLAGS+set}"
8803 ac_save_CFLAGS
="$CFLAGS"
8805 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8806 echo "configure:8807: checking whether ${CC-cc} accepts -g" >&5
8807 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8808 echo $ac_n "(cached) $ac_c" 1>&6
8810 echo 'void f(){}' > conftest.c
8811 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8820 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8821 if test "$ac_test_CFLAGS" = set; then
8822 CFLAGS
="$ac_save_CFLAGS"
8823 elif test $ac_cv_prog_cc_g = yes; then
8824 if test "$GCC" = yes; then
8830 if test "$GCC" = yes; then
8838 CFLAGS
=`echo "$CFLAGS" | sed 's/-g//g'`
8840 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8841 echo "configure:8842: checking how to run the C preprocessor" >&5
8842 # On Suns, sometimes $CPP names a directory.
8843 if test -n "$CPP" && test -d "$CPP"; then
8846 if test -z "$CPP"; then
8847 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8848 echo $ac_n "(cached) $ac_c" 1>&6
8850 # This must be in double quotes, not single quotes, because CPP may get
8851 # substituted into the Makefile and "${CC-cc}" will confuse make.
8853 # On the NeXT, cc -E runs the code through the compiler's parser,
8854 # not just through cpp.
8855 cat > conftest.
$ac_ext <<EOF
8856 #line 8857 "configure"
8857 #include "confdefs.h"
8861 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8862 { (eval echo configure
:8863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8863 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8864 if test -z "$ac_err"; then
8868 echo "configure: failed program was:" >&5
8869 cat conftest.
$ac_ext >&5
8871 CPP
="${CC-cc} -E -traditional-cpp"
8872 cat > conftest.
$ac_ext <<EOF
8873 #line 8874 "configure"
8874 #include "confdefs.h"
8878 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8879 { (eval echo configure
:8880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8880 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8881 if test -z "$ac_err"; then
8885 echo "configure: failed program was:" >&5
8886 cat conftest.
$ac_ext >&5
8888 CPP
="${CC-cc} -nologo -E"
8889 cat > conftest.
$ac_ext <<EOF
8890 #line 8891 "configure"
8891 #include "confdefs.h"
8895 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8896 { (eval echo configure
:8897: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8897 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8898 if test -z "$ac_err"; then
8902 echo "configure: failed program was:" >&5
8903 cat conftest.
$ac_ext >&5
8912 ac_cv_prog_CPP
="$CPP"
8914 CPP
="$ac_cv_prog_CPP"
8916 ac_cv_prog_CPP
="$CPP"
8918 echo "$ac_t""$CPP" 1>&6
8920 if test $ac_cv_prog_gcc = yes; then
8921 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8922 echo "configure:8923: checking whether ${CC-cc} needs -traditional" >&5
8923 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8924 echo $ac_n "(cached) $ac_c" 1>&6
8926 ac_pattern
="Autoconf.*'x'"
8927 cat > conftest.
$ac_ext <<EOF
8928 #line 8929 "configure"
8929 #include "confdefs.h"
8933 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8934 egrep "$ac_pattern" >/dev
/null
2>&1; then
8936 ac_cv_prog_gcc_traditional
=yes
8939 ac_cv_prog_gcc_traditional
=no
8944 if test $ac_cv_prog_gcc_traditional = no
; then
8945 cat > conftest.
$ac_ext <<EOF
8946 #line 8947 "configure"
8947 #include "confdefs.h"
8951 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8952 egrep "$ac_pattern" >/dev
/null
2>&1; then
8954 ac_cv_prog_gcc_traditional
=yes
8961 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8962 if test $ac_cv_prog_gcc_traditional = yes; then
8963 CC
="$CC -traditional"
8970 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8971 ac_cpp
='$CXXCPP $CPPFLAGS'
8972 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8973 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8974 cross_compiling
=$ac_cv_prog_cxx_cross
8977 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
8979 # Extract the first word of "$ac_prog", so it can be a program name with args.
8980 set dummy
$ac_prog; ac_word
=$2
8981 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8982 echo "configure:8983: checking for $ac_word" >&5
8983 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8984 echo $ac_n "(cached) $ac_c" 1>&6
8986 if test -n "$CXX"; then
8987 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
8989 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8991 for ac_dir
in $ac_dummy; do
8992 test -z "$ac_dir" && ac_dir
=.
8993 if test -f $ac_dir/$ac_word; then
8994 ac_cv_prog_CXX
="$ac_prog"
9001 CXX
="$ac_cv_prog_CXX"
9002 if test -n "$CXX"; then
9003 echo "$ac_t""$CXX" 1>&6
9005 echo "$ac_t""no" 1>&6
9008 test -n "$CXX" && break
9010 test -n "$CXX" || CXX
="gcc"
9013 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
9014 echo "configure:9015: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
9017 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9018 ac_cpp
='$CXXCPP $CPPFLAGS'
9019 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9020 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9021 cross_compiling
=$ac_cv_prog_cxx_cross
9023 cat > conftest.
$ac_ext << EOF
9025 #line 9026 "configure"
9026 #include "confdefs.h"
9028 int main(){return(0);}
9030 if { (eval echo configure
:9031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9031 ac_cv_prog_cxx_works
=yes
9032 # If we can't run a trivial program, we are probably using a cross compiler.
9033 if (.
/conftest
; exit) 2>/dev
/null
; then
9034 ac_cv_prog_cxx_cross
=no
9036 ac_cv_prog_cxx_cross
=yes
9039 echo "configure: failed program was:" >&5
9040 cat conftest.
$ac_ext >&5
9041 ac_cv_prog_cxx_works
=no
9045 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9046 ac_cpp
='$CXXCPP $CPPFLAGS'
9047 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9048 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9049 cross_compiling
=$ac_cv_prog_cxx_cross
9051 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
9052 if test $ac_cv_prog_cxx_works = no
; then
9053 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
9055 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
9056 echo "configure:9057: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
9057 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
9058 cross_compiling
=$ac_cv_prog_cxx_cross
9060 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
9061 echo "configure:9062: checking whether we are using GNU C++" >&5
9062 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
9063 echo $ac_n "(cached) $ac_c" 1>&6
9065 cat > conftest.C
<<EOF
9070 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:9071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
9077 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
9079 if test $ac_cv_prog_gxx = yes; then
9085 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
9086 ac_save_CXXFLAGS
="$CXXFLAGS"
9088 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
9089 echo "configure:9090: checking whether ${CXX-g++} accepts -g" >&5
9090 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
9091 echo $ac_n "(cached) $ac_c" 1>&6
9093 echo 'void f(){}' > conftest.cc
9094 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
9095 ac_cv_prog_cxx_g
=yes
9103 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
9104 if test "$ac_test_CXXFLAGS" = set; then
9105 CXXFLAGS
="$ac_save_CXXFLAGS"
9106 elif test $ac_cv_prog_cxx_g = yes; then
9107 if test "$GXX" = yes; then
9113 if test "$GXX" = yes; then
9121 CXXFLAGS
=`echo "$CXXFLAGS" | sed 's/-g//g'`
9124 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9125 ac_cpp
='$CPP $CPPFLAGS'
9126 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9127 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9128 cross_compiling
=$ac_cv_prog_cc_cross
9131 # Extract the first word of "ranlib", so it can be a program name with args.
9132 set dummy ranlib
; ac_word
=$2
9133 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9134 echo "configure:9135: checking for $ac_word" >&5
9135 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
9136 echo $ac_n "(cached) $ac_c" 1>&6
9138 if test -n "$RANLIB"; then
9139 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
9141 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9143 for ac_dir
in $ac_dummy; do
9144 test -z "$ac_dir" && ac_dir
=.
9145 if test -f $ac_dir/$ac_word; then
9146 ac_cv_prog_RANLIB
="ranlib"
9151 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
9154 RANLIB
="$ac_cv_prog_RANLIB"
9155 if test -n "$RANLIB"; then
9156 echo "$ac_t""$RANLIB" 1>&6
9158 echo "$ac_t""no" 1>&6
9162 # Extract the first word of "ar", so it can be a program name with args.
9163 set dummy
ar; ac_word
=$2
9164 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9165 echo "configure:9166: checking for $ac_word" >&5
9166 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
9167 echo $ac_n "(cached) $ac_c" 1>&6
9169 if test -n "$AR"; then
9170 ac_cv_prog_AR
="$AR" # Let the user override the test.
9172 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9174 for ac_dir
in $ac_dummy; do
9175 test -z "$ac_dir" && ac_dir
=.
9176 if test -f $ac_dir/$ac_word; then
9182 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
9186 if test -n "$AR"; then
9187 echo "$ac_t""$AR" 1>&6
9189 echo "$ac_t""no" 1>&6
9193 # Find a good install program. We prefer a C program (faster),
9194 # so one script is as good as another. But avoid the broken or
9195 # incompatible versions:
9196 # SysV /etc/install, /usr/sbin/install
9197 # SunOS /usr/etc/install
9198 # IRIX /sbin/install
9200 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
9201 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
9202 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
9203 # ./install, which can be erroneously created by make from ./install.sh.
9204 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
9205 echo "configure:9206: checking for a BSD compatible install" >&5
9206 if test -z "$INSTALL"; then
9207 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
9208 echo $ac_n "(cached) $ac_c" 1>&6
9210 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
9211 for ac_dir
in $PATH; do
9212 # Account for people who put trailing slashes in PATH elements.
9214 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
9216 # OSF1 and SCO ODT 3.0 have their own names for install.
9217 # Don't use installbsd from OSF since it installs stuff as root
9219 for ac_prog
in ginstall scoinst
install; do
9220 if test -f $ac_dir/$ac_prog; then
9221 if test $ac_prog = install &&
9222 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
9223 # AIX install. It has an incompatible calling convention.
9226 ac_cv_path_install
="$ac_dir/$ac_prog -c"
9237 if test "${ac_cv_path_install+set}" = set; then
9238 INSTALL
="$ac_cv_path_install"
9240 # As a last resort, use the slow shell script. We don't cache a
9241 # path for INSTALL within a source directory, because that will
9242 # break other packages using the cache if that directory is
9243 # removed, or if the path is relative.
9244 INSTALL
="$ac_install_sh"
9247 echo "$ac_t""$INSTALL" 1>&6
9249 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
9250 # It thinks the first close brace ends the variable substitution.
9251 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
9253 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
9255 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
9260 INSTALL_PROGRAM
="cp -fp"
9261 INSTALL_DATA
="cp -fp"
9267 # Extract the first word of "strip", so it can be a program name with args.
9268 set dummy strip
; ac_word
=$2
9269 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9270 echo "configure:9271: checking for $ac_word" >&5
9271 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
9272 echo $ac_n "(cached) $ac_c" 1>&6
9274 if test -n "$STRIP"; then
9275 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
9277 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9279 for ac_dir
in $ac_dummy; do
9280 test -z "$ac_dir" && ac_dir
=.
9281 if test -f $ac_dir/$ac_word; then
9282 ac_cv_prog_STRIP
="strip"
9287 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
9290 STRIP
="$ac_cv_prog_STRIP"
9291 if test -n "$STRIP"; then
9292 echo "$ac_t""$STRIP" 1>&6
9294 echo "$ac_t""no" 1>&6
9298 echo $ac_n "checking if make supports VPATH""... $ac_c" 1>&6
9299 echo "configure:9300: checking if make supports VPATH" >&5
9300 if eval "test \"`echo '$''{'wx_cv_prog_makevpath'+set}'`\" = set"; then
9301 echo $ac_n "(cached) $ac_c" 1>&6
9304 cat - << EOF > confMake
9310 if test ! -d sub
; then
9313 echo dummy
> sub
/file
9314 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
9316 rm -f sub
/file check final_file confMake
9318 if test "$RESULT" = 0; then
9319 wx_cv_prog_makevpath
="yes"
9321 wx_cv_prog_makevpath
="no"
9326 echo "$ac_t""$wx_cv_prog_makevpath" 1>&6
9328 if test "x$wx_cv_prog_makevpath" != "xyes"; then
9329 { echo "configure: error:
9330 You need a make-utility that is able to use the variable
9332 If your version of make does not support VPATH correctly,
9333 please install GNU-make (possibly as gmake), and start
9334 configure with the following command:
9335 export MAKE=gmake; ./configure for sh-type shells
9336 setenv MAKE gmake; ./configure for csh-type shells
9337 Also please do remember to use gmake in this case every time
9338 you are trying to compile.
9342 echo $ac_n "checking if make is GNU make""... $ac_c" 1>&6
9343 echo "configure:9344: checking if make is GNU make" >&5
9344 if eval "test \"`echo '$''{'wx_cv_prog_makeisgnu'+set}'`\" = set"; then
9345 echo $ac_n "(cached) $ac_c" 1>&6
9348 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
9349 grep GNU
2>&1 > /dev
/null
); then
9350 wx_cv_prog_makeisgnu
="yes"
9352 wx_cv_prog_makeisgnu
="no"
9357 echo "$ac_t""$wx_cv_prog_makeisgnu" 1>&6
9359 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
9367 for ac_prog
in 'bison -y' byacc
9369 # Extract the first word of "$ac_prog", so it can be a program name with args.
9370 set dummy
$ac_prog; ac_word
=$2
9371 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9372 echo "configure:9373: checking for $ac_word" >&5
9373 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
9374 echo $ac_n "(cached) $ac_c" 1>&6
9376 if test -n "$YACC"; then
9377 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
9379 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9381 for ac_dir
in $ac_dummy; do
9382 test -z "$ac_dir" && ac_dir
=.
9383 if test -f $ac_dir/$ac_word; then
9384 ac_cv_prog_YACC
="$ac_prog"
9391 YACC
="$ac_cv_prog_YACC"
9392 if test -n "$YACC"; then
9393 echo "$ac_t""$YACC" 1>&6
9395 echo "$ac_t""no" 1>&6
9398 test -n "$YACC" && break
9400 test -n "$YACC" || YACC
="yacc"
9403 # Extract the first word of "flex", so it can be a program name with args.
9404 set dummy flex
; ac_word
=$2
9405 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9406 echo "configure:9407: checking for $ac_word" >&5
9407 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
9408 echo $ac_n "(cached) $ac_c" 1>&6
9410 if test -n "$LEX"; then
9411 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
9413 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9415 for ac_dir
in $ac_dummy; do
9416 test -z "$ac_dir" && ac_dir
=.
9417 if test -f $ac_dir/$ac_word; then
9418 ac_cv_prog_LEX
="flex"
9423 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
9426 LEX
="$ac_cv_prog_LEX"
9427 if test -n "$LEX"; then
9428 echo "$ac_t""$LEX" 1>&6
9430 echo "$ac_t""no" 1>&6
9433 if test -z "$LEXLIB"
9439 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
9440 echo "configure:9441: checking for yywrap in -l$ac_lib" >&5
9441 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
9442 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9443 echo $ac_n "(cached) $ac_c" 1>&6
9445 ac_save_LIBS
="$LIBS"
9446 LIBS
="-l$ac_lib $LIBS"
9447 cat > conftest.
$ac_ext <<EOF
9448 #line 9449 "configure"
9449 #include "confdefs.h"
9450 /* Override any gcc2 internal prototype to avoid an error. */
9451 /* We use char because int might match the return type of a gcc2
9452 builtin and then its argument prototype would still apply. */
9459 if { (eval echo configure
:9460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9461 eval "ac_cv_lib_$ac_lib_var=yes"
9463 echo "configure: failed program was:" >&5
9464 cat conftest.
$ac_ext >&5
9466 eval "ac_cv_lib_$ac_lib_var=no"
9469 LIBS
="$ac_save_LIBS"
9472 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9473 echo "$ac_t""yes" 1>&6
9476 echo "$ac_t""no" 1>&6
9482 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
9483 echo "configure:9484: checking whether ln -s works" >&5
9484 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
9485 echo $ac_n "(cached) $ac_c" 1>&6
9488 if ln -s X conftestdata
2>/dev
/null
9491 ac_cv_prog_LN_S
="ln -s"
9496 LN_S
="$ac_cv_prog_LN_S"
9497 if test "$ac_cv_prog_LN_S" = "ln -s"; then
9498 echo "$ac_t""yes" 1>&6
9500 echo "$ac_t""no" 1>&6
9506 /usr/local/include \
9508 /usr/Motif-1.2/include \
9509 /usr/Motif-2.1/include \
9511 /usr/include/Motif1.2 \
9512 /opt/xpm/include/X11 \
9513 /opt/GBxpm/include/ \
9514 /opt/GBxpm/X11/include/ \
9516 /usr/Motif1.2/include \
9518 /usr/openwin/include \
9522 /usr/X11R6/include \
9523 /usr/X11R6.4/include \
9524 /usr/X11R5/include \
9525 /usr/X11R4/include \
9527 /usr/include/X11R6 \
9528 /usr/include/X11R5 \
9529 /usr/include/X11R4 \
9531 /usr/local/X11R6/include \
9532 /usr/local/X11R5/include \
9533 /usr/local/X11R4/include \
9535 /usr/local/include/X11R6 \
9536 /usr/local/include/X11R5 \
9537 /usr/local/include/X11R4 \
9541 /usr/local/X11/include \
9542 /usr/local/include/X11 \
9546 /usr/XFree86/include/X11 \
9548 X:/XFree86/include \
9549 X:/XFree86/include/X11 \
9552 /usr/local/include/gtk \
9554 /usr/local/include/glib \
9557 /usr/local/include/qt \
9559 /usr/include/windows \
9561 /usr/local/include/wine \
9563 /usr/unsupported/include \
9564 /usr/athena/include \
9565 /usr/local/x11r5/include \
9566 /usr/lpp/Xamples/include \
9568 /usr/openwin/share/include \
9572 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
9575 cat > confcache
<<\EOF
9576 # This file is a shell script that caches the results of configure
9577 # tests run on this system so they can be shared between configure
9578 # scripts and configure runs. It is not useful on other systems.
9579 # If it contains results you don't want to keep, you may remove or edit it.
9581 # By default, configure uses ./config.cache as the cache file,
9582 # creating it if it does not exist already. You can give configure
9583 # the --cache-file=FILE option to use a different cache file; that is
9584 # what configure does when it calls configure scripts in
9585 # subdirectories, so they share the cache.
9586 # Giving --cache-file=/dev/null disables caching, for debugging configure.
9587 # config.status only pays attention to the cache file if you give it the
9588 # --recheck option to rerun configure.
9591 # The following way of writing the cache mishandles newlines in values,
9592 # but we know of no workaround that is simple, portable, and efficient.
9593 # So, don't put newlines in cache variables' values.
9594 # Ultrix sh set writes to stderr and can't be redirected directly,
9595 # and sets the high bit in the cache file unless we assign to the vars.
9597 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9599 # `set' does not quote correctly, so add quotes (double-quote substitution
9600 # turns \\\\ into \\, and sed turns \\ into \).
9602 -e "s/'/'\\\\''/g" \
9603 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
9606 # `set' quotes correctly as required by POSIX, so do not add quotes.
9607 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
9610 if cmp -s $cache_file confcache
; then
9613 if test -w $cache_file; then
9614 echo "updating cache $cache_file"
9615 cat confcache
> $cache_file
9617 echo "not updating unwritable cache $cache_file"
9626 if test "$wxUSE_REGEX" != "no"; then
9627 cat >> confdefs.h
<<\EOF
9628 #define wxUSE_REGEX 1
9632 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
9633 ac_safe
=`echo "regex.h" | sed 'y%./+-%__p_%'`
9634 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
9635 echo "configure:9636: checking for regex.h" >&5
9636 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9637 echo $ac_n "(cached) $ac_c" 1>&6
9639 cat > conftest.
$ac_ext <<EOF
9640 #line 9641 "configure"
9641 #include "confdefs.h"
9644 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9645 { (eval echo configure
:9646: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9646 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9647 if test -z "$ac_err"; then
9649 eval "ac_cv_header_$ac_safe=yes"
9652 echo "configure: failed program was:" >&5
9653 cat conftest.
$ac_ext >&5
9655 eval "ac_cv_header_$ac_safe=no"
9659 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9660 echo "$ac_t""yes" 1>&6
9661 for ac_func
in regcomp
9663 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9664 echo "configure:9665: checking for $ac_func" >&5
9665 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9666 echo $ac_n "(cached) $ac_c" 1>&6
9668 cat > conftest.
$ac_ext <<EOF
9669 #line 9670 "configure"
9670 #include "confdefs.h"
9671 /* System header to define __stub macros and hopefully few prototypes,
9672 which can conflict with char $ac_func(); below. */
9674 /* Override any gcc2 internal prototype to avoid an error. */
9675 /* We use char because int might match the return type of a gcc2
9676 builtin and then its argument prototype would still apply. */
9681 /* The GNU C library defines this for functions which it implements
9682 to always fail with ENOSYS. Some functions are actually named
9683 something starting with __ and the normal name is an alias. */
9684 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9692 if { (eval echo configure
:9693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9694 eval "ac_cv_func_$ac_func=yes"
9696 echo "configure: failed program was:" >&5
9697 cat conftest.
$ac_ext >&5
9699 eval "ac_cv_func_$ac_func=no"
9704 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9705 echo "$ac_t""yes" 1>&6
9706 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9707 cat >> confdefs.h
<<EOF
9708 #define $ac_tr_func 1
9712 echo "$ac_t""no" 1>&6
9717 echo "$ac_t""no" 1>&6
9721 if test "x$ac_cv_func_regcomp" != "xyes"; then
9722 if test "$wxUSE_REGEX" = "sys" ; then
9723 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
9725 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
9733 if test "$wxUSE_REGEX" = "builtin" ; then
9734 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
9741 if test "$wxUSE_ZLIB" != "no" ; then
9742 cat >> confdefs.h
<<\EOF
9743 #define wxUSE_ZLIB 1
9747 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
9748 ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'`
9749 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
9750 echo "configure:9751: checking for zlib.h" >&5
9751 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9752 echo $ac_n "(cached) $ac_c" 1>&6
9754 cat > conftest.
$ac_ext <<EOF
9755 #line 9756 "configure"
9756 #include "confdefs.h"
9759 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9760 { (eval echo configure
:9761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9761 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9762 if test -z "$ac_err"; then
9764 eval "ac_cv_header_$ac_safe=yes"
9767 echo "configure: failed program was:" >&5
9768 cat conftest.
$ac_ext >&5
9770 eval "ac_cv_header_$ac_safe=no"
9774 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9775 echo "$ac_t""yes" 1>&6
9776 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
9777 echo "configure:9778: checking for deflate in -lz" >&5
9778 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'`
9779 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9780 echo $ac_n "(cached) $ac_c" 1>&6
9782 ac_save_LIBS
="$LIBS"
9784 cat > conftest.
$ac_ext <<EOF
9785 #line 9786 "configure"
9786 #include "confdefs.h"
9787 /* Override any gcc2 internal prototype to avoid an error. */
9788 /* We use char because int might match the return type of a gcc2
9789 builtin and then its argument prototype would still apply. */
9796 if { (eval echo configure
:9797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9798 eval "ac_cv_lib_$ac_lib_var=yes"
9800 echo "configure: failed program was:" >&5
9801 cat conftest.
$ac_ext >&5
9803 eval "ac_cv_lib_$ac_lib_var=no"
9806 LIBS
="$ac_save_LIBS"
9809 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9810 echo "$ac_t""yes" 1>&6
9813 echo "$ac_t""no" 1>&6
9817 echo "$ac_t""no" 1>&6
9821 if test "x$ZLIB_LINK" = "x" ; then
9822 if test "$wxUSE_ZLIB" = "sys" ; then
9823 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
9825 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
9833 if test "$wxUSE_ZLIB" = "builtin" ; then
9834 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
9841 if test "$wxUSE_LIBPNG" != "no" ; then
9842 cat >> confdefs.h
<<\EOF
9843 #define wxUSE_LIBPNG 1
9847 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
9848 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
9849 wxUSE_LIBPNG
=builtin
9852 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
9853 ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'`
9854 echo $ac_n "checking for png.h""... $ac_c" 1>&6
9855 echo "configure:9856: checking for png.h" >&5
9856 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9857 echo $ac_n "(cached) $ac_c" 1>&6
9859 cat > conftest.
$ac_ext <<EOF
9860 #line 9861 "configure"
9861 #include "confdefs.h"
9864 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9865 { (eval echo configure
:9866: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9866 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9867 if test -z "$ac_err"; then
9869 eval "ac_cv_header_$ac_safe=yes"
9872 echo "configure: failed program was:" >&5
9873 cat conftest.
$ac_ext >&5
9875 eval "ac_cv_header_$ac_safe=no"
9879 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9880 echo "$ac_t""yes" 1>&6
9881 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
9882 echo "configure:9883: checking for png_check_sig in -lpng" >&5
9883 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
9884 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9885 echo $ac_n "(cached) $ac_c" 1>&6
9887 ac_save_LIBS
="$LIBS"
9888 LIBS
="-lpng -lz -lm $LIBS"
9889 cat > conftest.
$ac_ext <<EOF
9890 #line 9891 "configure"
9891 #include "confdefs.h"
9892 /* Override any gcc2 internal prototype to avoid an error. */
9893 /* We use char because int might match the return type of a gcc2
9894 builtin and then its argument prototype would still apply. */
9895 char png_check_sig();
9901 if { (eval echo configure
:9902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9903 eval "ac_cv_lib_$ac_lib_var=yes"
9905 echo "configure: failed program was:" >&5
9906 cat conftest.
$ac_ext >&5
9908 eval "ac_cv_lib_$ac_lib_var=no"
9911 LIBS
="$ac_save_LIBS"
9914 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9915 echo "$ac_t""yes" 1>&6
9918 echo "$ac_t""no" 1>&6
9923 echo "$ac_t""no" 1>&6
9927 if test "x$PNG_LINK" = "x" ; then
9928 if test "$wxUSE_LIBPNG" = "sys" ; then
9929 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
9931 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
9932 wxUSE_LIBPNG
=builtin
9939 if test "$wxUSE_LIBPNG" = "builtin" ; then
9940 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
9943 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
9949 if test "$wxUSE_LIBJPEG" != "no" ; then
9950 cat >> confdefs.h
<<\EOF
9951 #define wxUSE_LIBJPEG 1
9955 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
9956 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
9957 echo "configure:9958: checking for jpeglib.h" >&5
9958 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
9959 echo $ac_n "(cached) $ac_c" 1>&6
9961 cat > conftest.
$ac_ext <<EOF
9962 #line 9963 "configure"
9963 #include "confdefs.h"
9965 #undef HAVE_STDLIB_H
9967 #include <jpeglib.h>
9974 if { (eval echo configure
:9975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9976 ac_cv_header_jpeglib_h
=yes
9978 echo "configure: failed program was:" >&5
9979 cat conftest.
$ac_ext >&5
9981 ac_cv_header_jpeglib_h
=no
9988 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
9990 if test "$ac_cv_header_jpeglib_h" = "yes"; then
9991 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
9992 echo "configure:9993: checking for jpeg_read_header in -ljpeg" >&5
9993 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
9994 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9995 echo $ac_n "(cached) $ac_c" 1>&6
9997 ac_save_LIBS
="$LIBS"
9999 cat > conftest.
$ac_ext <<EOF
10000 #line 10001 "configure"
10001 #include "confdefs.h"
10002 /* Override any gcc2 internal prototype to avoid an error. */
10003 /* We use char because int might match the return type of a gcc2
10004 builtin and then its argument prototype would still apply. */
10005 char jpeg_read_header();
10011 if { (eval echo configure
:10012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10013 eval "ac_cv_lib_$ac_lib_var=yes"
10015 echo "configure: failed program was:" >&5
10016 cat conftest.
$ac_ext >&5
10018 eval "ac_cv_lib_$ac_lib_var=no"
10021 LIBS
="$ac_save_LIBS"
10024 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10025 echo "$ac_t""yes" 1>&6
10026 JPEG_LINK
=" -ljpeg"
10028 echo "$ac_t""no" 1>&6
10033 if test "x$JPEG_LINK" = "x" ; then
10034 if test "$wxUSE_LIBJPEG" = "sys" ; then
10035 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
10037 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
10038 wxUSE_LIBJPEG
=builtin
10045 if test "$wxUSE_LIBJPEG" = "builtin" ; then
10046 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
10053 if test "$wxUSE_LIBTIFF" != "no" ; then
10054 cat >> confdefs.h
<<\EOF
10055 #define wxUSE_LIBTIFF 1
10059 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
10060 ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
10061 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
10062 echo "configure:10063: checking for tiffio.h" >&5
10063 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10064 echo $ac_n "(cached) $ac_c" 1>&6
10066 cat > conftest.
$ac_ext <<EOF
10067 #line 10068 "configure"
10068 #include "confdefs.h"
10069 #include <tiffio.h>
10071 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10072 { (eval echo configure
:10073: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10073 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10074 if test -z "$ac_err"; then
10076 eval "ac_cv_header_$ac_safe=yes"
10079 echo "configure: failed program was:" >&5
10080 cat conftest.
$ac_ext >&5
10082 eval "ac_cv_header_$ac_safe=no"
10086 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10087 echo "$ac_t""yes" 1>&6
10088 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
10089 echo "configure:10090: checking for TIFFError in -ltiff" >&5
10090 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
10091 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10092 echo $ac_n "(cached) $ac_c" 1>&6
10094 ac_save_LIBS
="$LIBS"
10095 LIBS
="-ltiff -lm $LIBS"
10096 cat > conftest.
$ac_ext <<EOF
10097 #line 10098 "configure"
10098 #include "confdefs.h"
10099 /* Override any gcc2 internal prototype to avoid an error. */
10100 /* We use char because int might match the return type of a gcc2
10101 builtin and then its argument prototype would still apply. */
10108 if { (eval echo configure
:10109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10110 eval "ac_cv_lib_$ac_lib_var=yes"
10112 echo "configure: failed program was:" >&5
10113 cat conftest.
$ac_ext >&5
10115 eval "ac_cv_lib_$ac_lib_var=no"
10118 LIBS
="$ac_save_LIBS"
10121 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10122 echo "$ac_t""yes" 1>&6
10123 TIFF_LINK
=" -ltiff"
10125 echo "$ac_t""no" 1>&6
10130 echo "$ac_t""no" 1>&6
10134 if test "x$TIFF_LINK" = "x" ; then
10135 if test "$wxUSE_LIBTIFF" = "sys" ; then
10136 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
10138 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
10139 wxUSE_LIBTIFF
=builtin
10146 if test "$wxUSE_LIBTIFF" = "builtin" ; then
10147 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
10154 if test "$wxUSE_FREETYPE" != "no" ; then
10155 cat >> confdefs.h
<<\EOF
10156 #define wxUSE_FREETYPE 1
10160 if test "$wxUSE_FREETYPE" = "sys" -o "$wxUSE_FREETYPE" = "yes" ; then
10161 ac_safe
=`echo "freetype.h" | sed 'y%./+-%__p_%'`
10162 echo $ac_n "checking for freetype.h""... $ac_c" 1>&6
10163 echo "configure:10164: checking for freetype.h" >&5
10164 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10165 echo $ac_n "(cached) $ac_c" 1>&6
10167 cat > conftest.
$ac_ext <<EOF
10168 #line 10169 "configure"
10169 #include "confdefs.h"
10170 #include <freetype.h>
10172 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10173 { (eval echo configure
:10174: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10174 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10175 if test -z "$ac_err"; then
10177 eval "ac_cv_header_$ac_safe=yes"
10180 echo "configure: failed program was:" >&5
10181 cat conftest.
$ac_ext >&5
10183 eval "ac_cv_header_$ac_safe=no"
10187 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10188 echo "$ac_t""yes" 1>&6
10189 echo $ac_n "checking for FT_Render_Glyph in -lfreetype""... $ac_c" 1>&6
10190 echo "configure:10191: checking for FT_Render_Glyph in -lfreetype" >&5
10191 ac_lib_var
=`echo freetype'_'FT_Render_Glyph | sed 'y%./+-%__p_%'`
10192 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
10193 echo $ac_n "(cached) $ac_c" 1>&6
10195 ac_save_LIBS
="$LIBS"
10196 LIBS
="-lfreetype -lm $LIBS"
10197 cat > conftest.
$ac_ext <<EOF
10198 #line 10199 "configure"
10199 #include "confdefs.h"
10200 /* Override any gcc2 internal prototype to avoid an error. */
10201 /* We use char because int might match the return type of a gcc2
10202 builtin and then its argument prototype would still apply. */
10203 char FT_Render_Glyph();
10209 if { (eval echo configure
:10210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10211 eval "ac_cv_lib_$ac_lib_var=yes"
10213 echo "configure: failed program was:" >&5
10214 cat conftest.
$ac_ext >&5
10216 eval "ac_cv_lib_$ac_lib_var=no"
10219 LIBS
="$ac_save_LIBS"
10222 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
10223 echo "$ac_t""yes" 1>&6
10224 FREETYPE_LINK
=" -lfreetype"
10226 echo "$ac_t""no" 1>&6
10231 echo "$ac_t""no" 1>&6
10235 if test "x$FREETYPE_LINK" = "x" ; then
10236 if test "$wxUSE_FREETYPE" = "sys" ; then
10237 { echo "configure: error: system freetype library not found! Use --with-freetype=builtin to use built-in version" 1>&2; exit 1; }
10239 echo "configure: warning: system freetype library not found, will use built-in instead" 1>&2
10240 wxUSE_FREETYPE
=builtin
10247 if test "$wxUSE_FREETYPE" = "builtin" ; then
10248 FREETYPE_INCLUDE
="-I\${top_srcdir}/src/freetype"
10259 if test "$USE_WIN32" = 1 ; then
10260 for ac_hdr
in w32api.h
10262 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10263 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10264 echo "configure:10265: checking for $ac_hdr" >&5
10265 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10266 echo $ac_n "(cached) $ac_c" 1>&6
10268 cat > conftest.
$ac_ext <<EOF
10269 #line 10270 "configure"
10270 #include "confdefs.h"
10273 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10274 { (eval echo configure
:10275: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10275 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10276 if test -z "$ac_err"; then
10278 eval "ac_cv_header_$ac_safe=yes"
10281 echo "configure: failed program was:" >&5
10282 cat conftest.
$ac_ext >&5
10284 eval "ac_cv_header_$ac_safe=no"
10288 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10289 echo "$ac_t""yes" 1>&6
10290 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10291 cat >> confdefs.h
<<EOF
10292 #define $ac_tr_hdr 1
10296 echo "$ac_t""no" 1>&6
10300 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
10301 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
10302 echo "configure:10303: checking for windows.h" >&5
10303 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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 #include <windows.h>
10311 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10312 { (eval echo configure
:10313: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10313 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10314 if test -z "$ac_err"; then
10316 eval "ac_cv_header_$ac_safe=yes"
10319 echo "configure: failed program was:" >&5
10320 cat conftest.
$ac_ext >&5
10322 eval "ac_cv_header_$ac_safe=no"
10326 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10327 echo "$ac_t""yes" 1>&6
10330 echo "$ac_t""no" 1>&6
10332 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
10337 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
10338 echo "configure:10339: checking if w32api has good enough MSIE support" >&5
10339 if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
10340 echo $ac_n "(cached) $ac_c" 1>&6
10343 cat > conftest.
$ac_ext <<EOF
10344 #line 10345 "configure"
10345 #include "confdefs.h"
10346 #include <w32api.h>
10349 #define wxCHECK_W32API_VERSION( major, minor ) \
10350 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
10351 && ( ( __W32API_MAJOR_VERSION > (major) ) \
10352 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
10354 #if !wxCHECK_W32API_VERSION(1,1)
10355 #error You need w32api 1.1 or newer
10360 if { (eval echo configure
:10361: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10363 wx_cv_w32api_win32_ie
=yes
10366 echo "configure: failed program was:" >&5
10367 cat conftest.
$ac_ext >&5
10370 wx_cv_w32api_win32_ie
=no
10377 echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
10378 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
10379 CPPFLAGS
="$CPPFLAGS -D_WIN32_IE=0x400"
10382 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
10386 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
10387 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
10390 if test "$wxUSE_ODBC" = "yes" ; then
10391 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
10394 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
10395 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
10398 if test "$wxUSE_GUI" = "yes"; then
10407 if test "$wxUSE_MSW" = 1 ; then
10413 LDFLAGS
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
10417 if test "$wxUSE_GTK" = 1; then
10418 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
10419 echo "configure:10420: checking for GTK+ version" >&5
10421 gtk_version_cached
=1
10422 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
10423 echo $ac_n "(cached) $ac_c" 1>&6
10426 gtk_version_cached
=0
10427 echo "$ac_t""" 1>&6
10430 if test "$wxUSE_THREADS" = "yes"; then
10431 GTK_MODULES
=gthread
10435 if test "x$wxUSE_GTK2" = "xyes"; then
10436 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
10437 if test "${with_gtk_prefix+set}" = set; then
10438 withval
="$with_gtk_prefix"
10439 gtk_config_prefix
="$withval"
10441 gtk_config_prefix
=""
10444 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
10445 if test "${with_gtk_exec_prefix+set}" = set; then
10446 withval
="$with_gtk_exec_prefix"
10447 gtk_config_exec_prefix
="$withval"
10449 gtk_config_exec_prefix
=""
10452 # Check whether --enable-gtktest or --disable-gtktest was given.
10453 if test "${enable_gtktest+set}" = set; then
10454 enableval
="$enable_gtktest"
10461 for module
in .
$GTK_MODULES
10465 gtk_config_args
="$gtk_config_args gthread"
10470 if test x
$gtk_config_exec_prefix != x
; then
10471 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10472 if test x
${GTK_CONFIG_2_0+set} != xset
; then
10473 GTK_CONFIG_2_0
=$gtk_config_exec_prefix/bin
/gtk
-config-2.0
10476 if test x
$gtk_config_prefix != x
; then
10477 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
10478 if test x
${GTK_CONFIG_2_0+set} != xset
; then
10479 GTK_CONFIG_2_0
=$gtk_config_prefix/bin
/gtk
-config-2.0
10483 # Extract the first word of "gtk-config-2.0", so it can be a program name with args.
10484 set dummy gtk
-config-2.0
; ac_word
=$2
10485 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10486 echo "configure:10487: checking for $ac_word" >&5
10487 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG_2_0'+set}'`\" = set"; then
10488 echo $ac_n "(cached) $ac_c" 1>&6
10490 case "$GTK_CONFIG_2_0" in
10492 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a path.
10495 ac_cv_path_GTK_CONFIG_2_0
="$GTK_CONFIG_2_0" # Let the user override the test with a dos path.
10498 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
10500 for ac_dir
in $ac_dummy; do
10501 test -z "$ac_dir" && ac_dir
=.
10502 if test -f $ac_dir/$ac_word; then
10503 ac_cv_path_GTK_CONFIG_2_0
="$ac_dir/$ac_word"
10508 test -z "$ac_cv_path_GTK_CONFIG_2_0" && ac_cv_path_GTK_CONFIG_2_0
="no"
10512 GTK_CONFIG_2_0
="$ac_cv_path_GTK_CONFIG_2_0"
10513 if test -n "$GTK_CONFIG_2_0"; then
10514 echo "$ac_t""$GTK_CONFIG_2_0" 1>&6
10516 echo "$ac_t""no" 1>&6
10519 min_gtk_version
=1.3.1
10520 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10521 echo "configure:10522: checking for GTK - version >= $min_gtk_version" >&5
10523 if test "$GTK_CONFIG_2_0" = "no" ; then
10526 GTK_CFLAGS
=`$GTK_CONFIG_2_0 $gtk_config_args --cflags`
10527 GTK_LIBS
=`$GTK_CONFIG_2_0 $gtk_config_args --libs`
10528 gtk_config_major_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
10529 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10530 gtk_config_minor_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
10531 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10532 gtk_config_micro_version
=`$GTK_CONFIG_2_0 $gtk_config_args --version | \
10533 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10534 if test "x$enable_gtktest" = "xyes" ; then
10535 ac_save_CFLAGS
="$CFLAGS"
10536 ac_save_LIBS
="$LIBS"
10537 CFLAGS
="$CFLAGS $GTK_CFLAGS"
10538 LIBS
="$GTK_LIBS $LIBS"
10540 if test "$cross_compiling" = yes; then
10541 echo $ac_n "cross compiling; assumed OK... $ac_c"
10543 cat > conftest.
$ac_ext <<EOF
10544 #line 10545 "configure"
10545 #include "confdefs.h"
10547 #include <gtk/gtk.h>
10549 #include <stdlib.h>
10554 int major, minor, micro;
10557 system ("touch conf.gtktest");
10559 /* HP/UX 9 (%@#!) writes to sscanf strings */
10560 tmp_version = g_strdup("$min_gtk_version");
10561 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
10562 printf("%s, bad version string\n", "$min_gtk_version");
10566 if ((gtk_major_version != $gtk_config_major_version) ||
10567 (gtk_minor_version != $gtk_config_minor_version) ||
10568 (gtk_micro_version != $gtk_config_micro_version))
10570 printf("\n*** 'gtk-config-2.0 --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
10571 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
10572 gtk_major_version, gtk_minor_version, gtk_micro_version);
10573 printf ("*** was found! If gtk-config-2.0 was correct, then it is best\n");
10574 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
10575 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
10576 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
10577 printf("*** required on your system.\n");
10578 printf("*** If gtk-config-2.0 was wrong, set the environment variable GTK_CONFIG_2_0\n");
10579 printf("*** to point to the correct copy of gtk-config-2.0, and remove the file config.cache\n");
10580 printf("*** before re-running configure\n");
10582 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
10583 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
10584 (gtk_minor_version != GTK_MINOR_VERSION) ||
10585 (gtk_micro_version != GTK_MICRO_VERSION))
10587 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
10588 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
10589 printf("*** library (version %d.%d.%d)\n",
10590 gtk_major_version, gtk_minor_version, gtk_micro_version);
10592 #endif /* defined (GTK_MAJOR_VERSION) ... */
10595 if ((gtk_major_version > major) ||
10596 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10597 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
10603 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
10604 gtk_major_version, gtk_minor_version, gtk_micro_version);
10605 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
10606 major, minor, micro);
10607 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
10609 printf("*** If you have already installed a sufficiently new version, this error\n");
10610 printf("*** probably means that the wrong copy of the gtk-config-2.0 shell script is\n");
10611 printf("*** being found. The easiest way to fix this is to remove the old version\n");
10612 printf("*** of GTK+, but you can also set the GTK_CONFIG_2_0 environment to point to the\n");
10613 printf("*** correct copy of gtk-config-2.0. (In this case, you will have to\n");
10614 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
10615 printf("*** so that the correct libraries are found at run-time))\n");
10622 if { (eval echo configure
:10623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10626 echo "configure: failed program was:" >&5
10627 cat conftest.
$ac_ext >&5
10634 CFLAGS
="$ac_save_CFLAGS"
10635 LIBS
="$ac_save_LIBS"
10638 if test "x$no_gtk" = x
; then
10639 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
10642 echo "$ac_t""no" 1>&6
10643 if test "$GTK_CONFIG_2_0" = "no" ; then
10644 echo "*** The gtk-config-2.0 script installed by GTK could not be found"
10645 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
10646 echo "*** your path, or set the GTK_CONFIG_2_0 environment variable to the"
10647 echo "*** full path to gtk-config-2.0."
10649 if test -f conf.gtktest
; then
10652 echo "*** Could not run GTK test program, checking why..."
10653 CFLAGS
="$CFLAGS $GTK_CFLAGS"
10654 LIBS
="$LIBS $GTK_LIBS"
10655 cat > conftest.
$ac_ext <<EOF
10656 #line 10657 "configure"
10657 #include "confdefs.h"
10659 #include <gtk/gtk.h>
10663 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
10666 if { (eval echo configure
:10667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10668 echo "*** The test program compiled, but did not run. This usually means"
10669 echo "*** that the run-time linker is not finding GTK or finding the wrong"
10670 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
10671 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
10672 echo "*** to the installed location Also, make sure you have run ldconfig if that"
10673 echo "*** is required on your system"
10675 echo "*** If you have an old version installed, it is best to remove it, although"
10676 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
10678 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
10679 echo "*** came with the system with the command"
10681 echo "*** rpm --erase --nodeps gtk gtk-devel"
10683 echo "configure: failed program was:" >&5
10684 cat conftest.
$ac_ext >&5
10686 echo "*** The test program failed to compile or link. See the file config.log for the"
10687 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
10688 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
10689 echo "*** may want to edit the gtk-config-2.0 script: $GTK_CONFIG_2_0"
10692 CFLAGS
="$ac_save_CFLAGS"
10693 LIBS
="$ac_save_LIBS"
10706 if test -z "$wx_cv_lib_gtk"; then
10707 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
10708 if test "${with_gtk_prefix+set}" = set; then
10709 withval
="$with_gtk_prefix"
10710 gtk_config_prefix
="$withval"
10712 gtk_config_prefix
=""
10715 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
10716 if test "${with_gtk_exec_prefix+set}" = set; then
10717 withval
="$with_gtk_exec_prefix"
10718 gtk_config_exec_prefix
="$withval"
10720 gtk_config_exec_prefix
=""
10723 # Check whether --enable-gtktest or --disable-gtktest was given.
10724 if test "${enable_gtktest+set}" = set; then
10725 enableval
="$enable_gtktest"
10732 for module
in .
$GTK_MODULES
10736 gtk_config_args
="$gtk_config_args gthread"
10741 if test x
$gtk_config_exec_prefix != x
; then
10742 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
10743 if test x
${GTK_CONFIG+set} != xset
; then
10744 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
10747 if test x
$gtk_config_prefix != x
; then
10748 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
10749 if test x
${GTK_CONFIG+set} != xset
; then
10750 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
10754 # Extract the first word of "gtk-config", so it can be a program name with args.
10755 set dummy gtk
-config; ac_word
=$2
10756 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10757 echo "configure:10758: checking for $ac_word" >&5
10758 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
10759 echo $ac_n "(cached) $ac_c" 1>&6
10761 case "$GTK_CONFIG" in
10763 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
10766 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
10769 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
10771 for ac_dir
in $ac_dummy; do
10772 test -z "$ac_dir" && ac_dir
=.
10773 if test -f $ac_dir/$ac_word; then
10774 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
10779 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
10783 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
10784 if test -n "$GTK_CONFIG"; then
10785 echo "$ac_t""$GTK_CONFIG" 1>&6
10787 echo "$ac_t""no" 1>&6
10790 min_gtk_version
=1.2.7
10791 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
10792 echo "configure:10793: checking for GTK - version >= $min_gtk_version" >&5
10794 if test "$GTK_CONFIG" = "no" ; then
10797 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
10798 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
10799 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
10800 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
10801 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
10802 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
10803 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
10804 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
10805 if test "x$enable_gtktest" = "xyes" ; then
10806 ac_save_CFLAGS
="$CFLAGS"
10807 ac_save_LIBS
="$LIBS"
10808 CFLAGS
="$CFLAGS $GTK_CFLAGS"
10809 LIBS
="$GTK_LIBS $LIBS"
10811 if test "$cross_compiling" = yes; then
10812 echo $ac_n "cross compiling; assumed OK... $ac_c"
10814 cat > conftest.
$ac_ext <<EOF
10815 #line 10816 "configure"
10816 #include "confdefs.h"
10818 #include <gtk/gtk.h>
10820 #include <stdlib.h>
10825 int major, minor, micro;
10828 system ("touch conf.gtktest");
10830 /* HP/UX 9 (%@#!) writes to sscanf strings */
10831 tmp_version = g_strdup("$min_gtk_version");
10832 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
10833 printf("%s, bad version string\n", "$min_gtk_version");
10837 if ((gtk_major_version != $gtk_config_major_version) ||
10838 (gtk_minor_version != $gtk_config_minor_version) ||
10839 (gtk_micro_version != $gtk_config_micro_version))
10841 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
10842 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
10843 gtk_major_version, gtk_minor_version, gtk_micro_version);
10844 printf ("*** was found! If gtk-config was correct, then it is best\n");
10845 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
10846 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
10847 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
10848 printf("*** required on your system.\n");
10849 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
10850 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
10851 printf("*** before re-running configure\n");
10853 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
10854 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
10855 (gtk_minor_version != GTK_MINOR_VERSION) ||
10856 (gtk_micro_version != GTK_MICRO_VERSION))
10858 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
10859 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
10860 printf("*** library (version %d.%d.%d)\n",
10861 gtk_major_version, gtk_minor_version, gtk_micro_version);
10863 #endif /* defined (GTK_MAJOR_VERSION) ... */
10866 if ((gtk_major_version > major) ||
10867 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
10868 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
10874 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
10875 gtk_major_version, gtk_minor_version, gtk_micro_version);
10876 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
10877 major, minor, micro);
10878 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
10880 printf("*** If you have already installed a sufficiently new version, this error\n");
10881 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
10882 printf("*** being found. The easiest way to fix this is to remove the old version\n");
10883 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
10884 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
10885 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
10886 printf("*** so that the correct libraries are found at run-time))\n");
10893 if { (eval echo configure
:10894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10897 echo "configure: failed program was:" >&5
10898 cat conftest.
$ac_ext >&5
10905 CFLAGS
="$ac_save_CFLAGS"
10906 LIBS
="$ac_save_LIBS"
10909 if test "x$no_gtk" = x
; then
10910 echo "$ac_t""yes" 1>&6
10911 wx_cv_lib_gtk
=1.2.7
10913 echo "$ac_t""no" 1>&6
10914 if test "$GTK_CONFIG" = "no" ; then
10915 echo "*** The gtk-config script installed by GTK could not be found"
10916 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
10917 echo "*** your path, or set the GTK_CONFIG environment variable to the"
10918 echo "*** full path to gtk-config."
10920 if test -f conf.gtktest
; then
10923 echo "*** Could not run GTK test program, checking why..."
10924 CFLAGS
="$CFLAGS $GTK_CFLAGS"
10925 LIBS
="$LIBS $GTK_LIBS"
10926 cat > conftest.
$ac_ext <<EOF
10927 #line 10928 "configure"
10928 #include "confdefs.h"
10930 #include <gtk/gtk.h>
10934 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
10937 if { (eval echo configure
:10938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10939 echo "*** The test program compiled, but did not run. This usually means"
10940 echo "*** that the run-time linker is not finding GTK or finding the wrong"
10941 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
10942 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
10943 echo "*** to the installed location Also, make sure you have run ldconfig if that"
10944 echo "*** is required on your system"
10946 echo "*** If you have an old version installed, it is best to remove it, although"
10947 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
10949 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
10950 echo "*** came with the system with the command"
10952 echo "*** rpm --erase --nodeps gtk gtk-devel"
10954 echo "configure: failed program was:" >&5
10955 cat conftest.
$ac_ext >&5
10957 echo "*** The test program failed to compile or link. See the file config.log for the"
10958 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
10959 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
10960 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
10963 CFLAGS
="$ac_save_CFLAGS"
10964 LIBS
="$ac_save_LIBS"
10977 if test -z "$wx_cv_lib_gtk"; then
10978 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
10979 if test "${with_gtk_prefix+set}" = set; then
10980 withval
="$with_gtk_prefix"
10981 gtk_config_prefix
="$withval"
10983 gtk_config_prefix
=""
10986 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
10987 if test "${with_gtk_exec_prefix+set}" = set; then
10988 withval
="$with_gtk_exec_prefix"
10989 gtk_config_exec_prefix
="$withval"
10991 gtk_config_exec_prefix
=""
10994 # Check whether --enable-gtktest or --disable-gtktest was given.
10995 if test "${enable_gtktest+set}" = set; then
10996 enableval
="$enable_gtktest"
11003 for module
in .
$GTK_MODULES
11007 gtk_config_args
="$gtk_config_args gthread"
11012 if test x
$gtk_config_exec_prefix != x
; then
11013 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
11014 if test x
${GTK_CONFIG+set} != xset
; then
11015 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
11018 if test x
$gtk_config_prefix != x
; then
11019 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
11020 if test x
${GTK_CONFIG+set} != xset
; then
11021 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
11025 # Extract the first word of "gtk-config", so it can be a program name with args.
11026 set dummy gtk
-config; ac_word
=$2
11027 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
11028 echo "configure:11029: checking for $ac_word" >&5
11029 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
11030 echo $ac_n "(cached) $ac_c" 1>&6
11032 case "$GTK_CONFIG" in
11034 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
11037 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
11040 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
11042 for ac_dir
in $ac_dummy; do
11043 test -z "$ac_dir" && ac_dir
=.
11044 if test -f $ac_dir/$ac_word; then
11045 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
11050 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
11054 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
11055 if test -n "$GTK_CONFIG"; then
11056 echo "$ac_t""$GTK_CONFIG" 1>&6
11058 echo "$ac_t""no" 1>&6
11061 min_gtk_version
=1.2.3
11062 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
11063 echo "configure:11064: checking for GTK - version >= $min_gtk_version" >&5
11065 if test "$GTK_CONFIG" = "no" ; then
11068 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
11069 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
11070 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
11071 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
11072 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
11073 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
11074 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
11075 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
11076 if test "x$enable_gtktest" = "xyes" ; then
11077 ac_save_CFLAGS
="$CFLAGS"
11078 ac_save_LIBS
="$LIBS"
11079 CFLAGS
="$CFLAGS $GTK_CFLAGS"
11080 LIBS
="$GTK_LIBS $LIBS"
11082 if test "$cross_compiling" = yes; then
11083 echo $ac_n "cross compiling; assumed OK... $ac_c"
11085 cat > conftest.
$ac_ext <<EOF
11086 #line 11087 "configure"
11087 #include "confdefs.h"
11089 #include <gtk/gtk.h>
11091 #include <stdlib.h>
11096 int major, minor, micro;
11099 system ("touch conf.gtktest");
11101 /* HP/UX 9 (%@#!) writes to sscanf strings */
11102 tmp_version = g_strdup("$min_gtk_version");
11103 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
11104 printf("%s, bad version string\n", "$min_gtk_version");
11108 if ((gtk_major_version != $gtk_config_major_version) ||
11109 (gtk_minor_version != $gtk_config_minor_version) ||
11110 (gtk_micro_version != $gtk_config_micro_version))
11112 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
11113 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
11114 gtk_major_version, gtk_minor_version, gtk_micro_version);
11115 printf ("*** was found! If gtk-config was correct, then it is best\n");
11116 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
11117 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
11118 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
11119 printf("*** required on your system.\n");
11120 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
11121 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
11122 printf("*** before re-running configure\n");
11124 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
11125 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
11126 (gtk_minor_version != GTK_MINOR_VERSION) ||
11127 (gtk_micro_version != GTK_MICRO_VERSION))
11129 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
11130 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
11131 printf("*** library (version %d.%d.%d)\n",
11132 gtk_major_version, gtk_minor_version, gtk_micro_version);
11134 #endif /* defined (GTK_MAJOR_VERSION) ... */
11137 if ((gtk_major_version > major) ||
11138 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
11139 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
11145 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
11146 gtk_major_version, gtk_minor_version, gtk_micro_version);
11147 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
11148 major, minor, micro);
11149 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
11151 printf("*** If you have already installed a sufficiently new version, this error\n");
11152 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
11153 printf("*** being found. The easiest way to fix this is to remove the old version\n");
11154 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
11155 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
11156 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
11157 printf("*** so that the correct libraries are found at run-time))\n");
11164 if { (eval echo configure
:11165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11168 echo "configure: failed program was:" >&5
11169 cat conftest.
$ac_ext >&5
11176 CFLAGS
="$ac_save_CFLAGS"
11177 LIBS
="$ac_save_LIBS"
11180 if test "x$no_gtk" = x
; then
11181 echo "$ac_t""yes" 1>&6
11182 wx_cv_lib_gtk
=1.2.3
11184 echo "$ac_t""no" 1>&6
11185 if test "$GTK_CONFIG" = "no" ; then
11186 echo "*** The gtk-config script installed by GTK could not be found"
11187 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
11188 echo "*** your path, or set the GTK_CONFIG environment variable to the"
11189 echo "*** full path to gtk-config."
11191 if test -f conf.gtktest
; then
11194 echo "*** Could not run GTK test program, checking why..."
11195 CFLAGS
="$CFLAGS $GTK_CFLAGS"
11196 LIBS
="$LIBS $GTK_LIBS"
11197 cat > conftest.
$ac_ext <<EOF
11198 #line 11199 "configure"
11199 #include "confdefs.h"
11201 #include <gtk/gtk.h>
11205 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
11208 if { (eval echo configure
:11209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11210 echo "*** The test program compiled, but did not run. This usually means"
11211 echo "*** that the run-time linker is not finding GTK or finding the wrong"
11212 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
11213 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
11214 echo "*** to the installed location Also, make sure you have run ldconfig if that"
11215 echo "*** is required on your system"
11217 echo "*** If you have an old version installed, it is best to remove it, although"
11218 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
11220 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
11221 echo "*** came with the system with the command"
11223 echo "*** rpm --erase --nodeps gtk gtk-devel"
11225 echo "configure: failed program was:" >&5
11226 cat conftest.
$ac_ext >&5
11228 echo "*** The test program failed to compile or link. See the file config.log for the"
11229 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
11230 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
11231 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
11234 CFLAGS
="$ac_save_CFLAGS"
11235 LIBS
="$ac_save_LIBS"
11248 if test -z "$wx_cv_lib_gtk"; then
11251 wx_cv_cflags_gtk
=$GTK_CFLAGS
11252 wx_cv_libs_gtk
=$GTK_LIBS
11259 if test "$gtk_version_cached" = 1; then
11260 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
11263 case "$wx_cv_lib_gtk" in
11271 *) { echo "configure: error:
11272 Please check that gtk-config is in path, the directory
11273 where GTK+ libraries are installed (returned by
11274 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
11275 equivalent variable and GTK+ is version 1.2.3 or above.
11280 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
11281 GUI_TK_LIBRARY
="$wx_cv_libs_gtk"
11283 AFMINSTALL
=afminstall
11287 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
11288 echo "configure:11289: checking for gdk_im_open in -lgdk" >&5
11289 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
11290 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11291 echo $ac_n "(cached) $ac_c" 1>&6
11293 ac_save_LIBS
="$LIBS"
11295 cat > conftest.
$ac_ext <<EOF
11296 #line 11297 "configure"
11297 #include "confdefs.h"
11298 /* Override any gcc2 internal prototype to avoid an error. */
11299 /* We use char because int might match the return type of a gcc2
11300 builtin and then its argument prototype would still apply. */
11301 char gdk_im_open();
11307 if { (eval echo configure
:11308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11309 eval "ac_cv_lib_$ac_lib_var=yes"
11311 echo "configure: failed program was:" >&5
11312 cat conftest.
$ac_ext >&5
11314 eval "ac_cv_lib_$ac_lib_var=no"
11317 LIBS
="$ac_save_LIBS"
11320 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11321 echo "$ac_t""yes" 1>&6
11322 cat >> confdefs.h
<<\EOF
11327 echo "$ac_t""no" 1>&6
11332 if test "$wxUSE_MGL" = 1; then
11333 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
11334 echo "configure:11335: checking for SciTech MGL library" >&5
11335 if test "x$MGL_ROOT" = x
; then
11336 echo "$ac_t""not found" 1>&6
11337 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
11339 echo "$ac_t""$MGL_ROOT" 1>&6
11344 mgl_os
=linux
/gcc
/glibc
11350 { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; }
11355 if test "$wxUSE_DEBUG_FLAG" = yes ; then
11356 if test -f $MGL_ROOT/lib
/debug
/$mgl_os/libmgl.a
-o \
11357 -f $MGL_ROOT/lib
/debug
/$mgl_os/libmgl.so
; then
11361 if test "x$mgl_lib_type" = x
; then
11362 if test -f $MGL_ROOT/lib
/release
/$mgl_os/libmgl.a
-o \
11363 -f $MGL_ROOT/lib
/release
/$mgl_os/libmgl.so
; then
11364 mgl_lib_type
=release
11366 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
11370 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
11371 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
11373 AFMINSTALL
=afminstall
11378 if test "$wxUSE_MICROWIN" = 1; then
11379 echo $ac_n "checking for MicroWindows""... $ac_c" 1>&6
11380 echo "configure:11381: checking for MicroWindows" >&5
11381 if test "x$MICROWINDOWS" = x
; then
11382 echo "$ac_t""not found" 1>&6
11383 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." 1>&2; exit 1; }
11385 echo "$ac_t""$MICROWINDOWS" 1>&6
11388 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
11389 echo "$ac_t""MicroWindows' libraries found." 1>&6
11391 { echo "configure: error: Cannot find MicroWindows libraries, make sure they are compiled." 1>&2; exit 1; }
11394 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
11395 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
11397 AFMINSTALL
=afminstall
11399 GUIDIST
=MICROWIN_DIST
11401 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__ -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
11404 if test "$wxUSE_WINE" = 1; then
11405 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
11406 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
11407 echo "configure:11408: checking for windows.h" >&5
11408 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11409 echo $ac_n "(cached) $ac_c" 1>&6
11411 cat > conftest.
$ac_ext <<EOF
11412 #line 11413 "configure"
11413 #include "confdefs.h"
11414 #include <windows.h>
11416 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11417 { (eval echo configure
:11418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11418 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11419 if test -z "$ac_err"; then
11421 eval "ac_cv_header_$ac_safe=yes"
11424 echo "configure: failed program was:" >&5
11425 cat conftest.
$ac_ext >&5
11427 eval "ac_cv_header_$ac_safe=no"
11431 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11432 echo "$ac_t""yes" 1>&6
11435 echo "$ac_t""no" 1>&6
11437 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
11443 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
11444 echo "configure:11445: checking for Xpm library" >&5
11447 for ac_dir
in $SEARCH_LIB;
11449 for ac_extension
in a so sl dylib
; do
11450 if test -f "$ac_dir/libXpm.$ac_extension"; then
11451 ac_find_libraries
=$ac_dir
11457 if test "$ac_find_libraries" != "" ; then
11458 GUI_TK_LIBRARY
="-L$ac_find_libraries"
11460 cat >> confdefs.h
<<\EOF
11461 #define wxHAVE_LIB_XPM 1
11464 echo "$ac_t""found at $ac_find_libraries" 1>&6
11466 echo "$ac_t""no" 1>&6
11467 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
11471 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
11472 echo "configure:11473: checking for Mesa library" >&5
11475 for ac_dir
in $SEARCH_LIB;
11477 for ac_extension
in a so sl dylib
; do
11478 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
11479 ac_find_libraries
=$ac_dir
11485 if test "$ac_find_libraries" != "" ; then
11486 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
11487 mesa_link
=" -lMesaGL"
11488 echo "$ac_t""found at $ac_find_libraries" 1>&6
11490 { echo "configure: error: no" 1>&2; exit 1; }
11493 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
11496 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXWINE__"
11499 if test "$wxUSE_MOTIF" = 1; then
11500 # If we find X, set shell vars x_includes and x_libraries to the
11501 # paths, otherwise set no_x=yes.
11502 # Uses ac_ vars as temps to allow command line to override cache and checks.
11503 # --without-x overrides everything else, but does not touch the cache.
11504 echo $ac_n "checking for X""... $ac_c" 1>&6
11505 echo "configure:11506: checking for X" >&5
11507 # Check whether --with-x or --without-x was given.
11508 if test "${with_x+set}" = set; then
11513 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
11514 if test "x$with_x" = xno
; then
11515 # The user explicitly disabled X.
11518 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
11519 # Both variables are already set.
11522 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
11523 echo $ac_n "(cached) $ac_c" 1>&6
11525 # One or both of the vars are not set, and there is no cached value.
11526 ac_x_includes
=NO ac_x_libraries
=NO
11528 if mkdir conftestdir
; then
11530 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
11531 cat > Imakefile
<<'EOF'
11533 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
11535 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
11536 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
11537 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
11538 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
11539 for ac_extension
in a so sl
; do
11540 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
11541 test -f $ac_im_libdir/libX11.
$ac_extension; then
11542 ac_im_usrlibdir
=$ac_im_libdir; break
11545 # Screen out bogus values from the imake configuration. They are
11546 # bogus both because they are the default anyway, and because
11547 # using them would break gcc on systems where it needs fixed includes.
11548 case "$ac_im_incroot" in
11550 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
11552 case "$ac_im_usrlibdir" in
11553 /usr
/lib
| /lib
) ;;
11554 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
11561 if test "$ac_x_includes" = NO
; then
11562 # Guess where to find include files, by looking for this one X11 .h file.
11563 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
11565 # First, try using that file with no special directory specified.
11566 cat > conftest.
$ac_ext <<EOF
11567 #line 11568 "configure"
11568 #include "confdefs.h"
11569 #include <$x_direct_test_include>
11571 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11572 { (eval echo configure
:11573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11573 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11574 if test -z "$ac_err"; then
11576 # We can compile using X headers with no special include directory.
11580 echo "configure: failed program was:" >&5
11581 cat conftest.
$ac_ext >&5
11583 # Look for the header file in a standard set of common directories.
11584 # Check X11 before X11Rn because it is often a symlink to the current release.
11587 /usr
/X
11R
6/include \
11588 /usr
/X
11R
5/include \
11589 /usr
/X
11R
4/include \
11592 /usr
/include
/X11R6 \
11593 /usr
/include
/X11R5 \
11594 /usr
/include
/X11R4 \
11596 /usr
/local
/X
11/include \
11597 /usr
/local
/X
11R
6/include \
11598 /usr
/local
/X
11R
5/include \
11599 /usr
/local
/X
11R
4/include \
11601 /usr
/local
/include
/X11 \
11602 /usr
/local
/include
/X11R6 \
11603 /usr
/local
/include
/X11R5 \
11604 /usr
/local
/include
/X11R4 \
11606 /usr
/X
386/include \
11607 /usr
/x
386/include \
11608 /usr
/XFree
86/include
/X11 \
11611 /usr
/local
/include \
11612 /usr
/unsupported
/include \
11613 /usr
/athena
/include \
11614 /usr
/local
/x
11r
5/include \
11615 /usr
/lpp
/Xamples
/include \
11617 /usr
/openwin
/include \
11618 /usr
/openwin
/share
/include \
11621 if test -r "$ac_dir/$x_direct_test_include"; then
11622 ac_x_includes
=$ac_dir
11628 fi # $ac_x_includes = NO
11630 if test "$ac_x_libraries" = NO
; then
11631 # Check for the libraries.
11633 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
11634 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
11636 # See if we find them without any special options.
11637 # Don't add to $LIBS permanently.
11638 ac_save_LIBS
="$LIBS"
11639 LIBS
="-l$x_direct_test_library $LIBS"
11640 cat > conftest.
$ac_ext <<EOF
11641 #line 11642 "configure"
11642 #include "confdefs.h"
11645 ${x_direct_test_function}()
11648 if { (eval echo configure
:11649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11650 LIBS
="$ac_save_LIBS"
11651 # We can link X programs with no special library path.
11654 echo "configure: failed program was:" >&5
11655 cat conftest.
$ac_ext >&5
11657 LIBS
="$ac_save_LIBS"
11658 # First see if replacing the include by lib works.
11659 # Check X11 before X11Rn because it is often a symlink to the current release.
11660 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
11671 /usr
/local
/X
11/lib \
11672 /usr
/local
/X
11R
6/lib \
11673 /usr
/local
/X
11R
5/lib \
11674 /usr
/local
/X
11R
4/lib \
11676 /usr
/local
/lib
/X11 \
11677 /usr
/local
/lib
/X11R6 \
11678 /usr
/local
/lib
/X11R5 \
11679 /usr
/local
/lib
/X11R4 \
11683 /usr
/XFree
86/lib
/X11 \
11687 /usr
/unsupported
/lib \
11689 /usr
/local
/x
11r
5/lib \
11690 /usr
/lpp
/Xamples
/lib \
11694 /usr
/openwin
/share
/lib \
11697 for ac_extension
in a so sl
; do
11698 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
11699 ac_x_libraries
=$ac_dir
11706 fi # $ac_x_libraries = NO
11708 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
11709 # Didn't find X anywhere. Cache the known absence of X.
11710 ac_cv_have_x
="have_x=no"
11712 # Record where we found X for the cache.
11713 ac_cv_have_x
="have_x=yes \
11714 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
11718 eval "$ac_cv_have_x"
11721 if test "$have_x" != yes; then
11722 echo "$ac_t""$have_x" 1>&6
11725 # If each of the values was on the command line, it overrides each guess.
11726 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
11727 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
11728 # Update the cache value to reflect the command line values.
11729 ac_cv_have_x
="have_x=yes \
11730 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
11731 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
11734 if test "$no_x" = yes; then
11735 # Not all programs may use this symbol, but it does not hurt to define it.
11736 cat >> confdefs.h
<<\EOF
11737 #define X_DISPLAY_MISSING 1
11740 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
11742 if test -n "$x_includes"; then
11743 X_CFLAGS
="$X_CFLAGS -I$x_includes"
11746 # It would also be nice to do this for all -L options, not just this one.
11747 if test -n "$x_libraries"; then
11748 X_LIBS
="$X_LIBS -L$x_libraries"
11749 # For Solaris; some versions of Sun CC require a space after -R and
11750 # others require no space. Words are not sufficient . . . .
11751 case "`(uname -sr) 2>/dev/null`" in
11753 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
11754 echo "configure:11755: checking whether -R must be followed by a space" >&5
11755 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
11756 cat > conftest.
$ac_ext <<EOF
11757 #line 11758 "configure"
11758 #include "confdefs.h"
11764 if { (eval echo configure
:11765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11768 echo "configure: failed program was:" >&5
11769 cat conftest.
$ac_ext >&5
11774 if test $ac_R_nospace = yes; then
11775 echo "$ac_t""no" 1>&6
11776 X_LIBS
="$X_LIBS -R$x_libraries"
11778 LIBS
="$ac_xsave_LIBS -R $x_libraries"
11779 cat > conftest.
$ac_ext <<EOF
11780 #line 11781 "configure"
11781 #include "confdefs.h"
11787 if { (eval echo configure
:11788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11791 echo "configure: failed program was:" >&5
11792 cat conftest.
$ac_ext >&5
11797 if test $ac_R_space = yes; then
11798 echo "$ac_t""yes" 1>&6
11799 X_LIBS
="$X_LIBS -R $x_libraries"
11801 echo "$ac_t""neither works" 1>&6
11804 LIBS
="$ac_xsave_LIBS"
11808 # Check for system-dependent libraries X programs must link with.
11809 # Do this before checking for the system-independent R6 libraries
11810 # (-lICE), since we may need -lsocket or whatever for X linking.
11812 if test "$ISC" = yes; then
11813 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
11815 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
11816 # libraries were built with DECnet support. And karl@cs.umb.edu says
11817 # the Alpha needs dnet_stub (dnet does not exist).
11818 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
11819 echo "configure:11820: checking for dnet_ntoa in -ldnet" >&5
11820 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
11821 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11822 echo $ac_n "(cached) $ac_c" 1>&6
11824 ac_save_LIBS
="$LIBS"
11825 LIBS
="-ldnet $LIBS"
11826 cat > conftest.
$ac_ext <<EOF
11827 #line 11828 "configure"
11828 #include "confdefs.h"
11829 /* Override any gcc2 internal prototype to avoid an error. */
11830 /* We use char because int might match the return type of a gcc2
11831 builtin and then its argument prototype would still apply. */
11838 if { (eval echo configure
:11839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11840 eval "ac_cv_lib_$ac_lib_var=yes"
11842 echo "configure: failed program was:" >&5
11843 cat conftest.
$ac_ext >&5
11845 eval "ac_cv_lib_$ac_lib_var=no"
11848 LIBS
="$ac_save_LIBS"
11851 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11852 echo "$ac_t""yes" 1>&6
11853 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
11855 echo "$ac_t""no" 1>&6
11858 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
11859 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
11860 echo "configure:11861: checking for dnet_ntoa in -ldnet_stub" >&5
11861 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
11862 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11863 echo $ac_n "(cached) $ac_c" 1>&6
11865 ac_save_LIBS
="$LIBS"
11866 LIBS
="-ldnet_stub $LIBS"
11867 cat > conftest.
$ac_ext <<EOF
11868 #line 11869 "configure"
11869 #include "confdefs.h"
11870 /* Override any gcc2 internal prototype to avoid an error. */
11871 /* We use char because int might match the return type of a gcc2
11872 builtin and then its argument prototype would still apply. */
11879 if { (eval echo configure
:11880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11881 eval "ac_cv_lib_$ac_lib_var=yes"
11883 echo "configure: failed program was:" >&5
11884 cat conftest.
$ac_ext >&5
11886 eval "ac_cv_lib_$ac_lib_var=no"
11889 LIBS
="$ac_save_LIBS"
11892 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11893 echo "$ac_t""yes" 1>&6
11894 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
11896 echo "$ac_t""no" 1>&6
11901 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
11902 # to get the SysV transport functions.
11903 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
11905 # The nsl library prevents programs from opening the X display
11906 # on Irix 5.2, according to dickey@clark.net.
11907 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
11908 echo "configure:11909: checking for gethostbyname" >&5
11909 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
11910 echo $ac_n "(cached) $ac_c" 1>&6
11912 cat > conftest.
$ac_ext <<EOF
11913 #line 11914 "configure"
11914 #include "confdefs.h"
11915 /* System header to define __stub macros and hopefully few prototypes,
11916 which can conflict with char gethostbyname(); below. */
11917 #include <assert.h>
11918 /* Override any gcc2 internal prototype to avoid an error. */
11919 /* We use char because int might match the return type of a gcc2
11920 builtin and then its argument prototype would still apply. */
11921 char gethostbyname();
11925 /* The GNU C library defines this for functions which it implements
11926 to always fail with ENOSYS. Some functions are actually named
11927 something starting with __ and the normal name is an alias. */
11928 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
11936 if { (eval echo configure
:11937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11938 eval "ac_cv_func_gethostbyname=yes"
11940 echo "configure: failed program was:" >&5
11941 cat conftest.
$ac_ext >&5
11943 eval "ac_cv_func_gethostbyname=no"
11948 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
11949 echo "$ac_t""yes" 1>&6
11952 echo "$ac_t""no" 1>&6
11955 if test $ac_cv_func_gethostbyname = no
; then
11956 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
11957 echo "configure:11958: checking for gethostbyname in -lnsl" >&5
11958 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
11959 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11960 echo $ac_n "(cached) $ac_c" 1>&6
11962 ac_save_LIBS
="$LIBS"
11964 cat > conftest.
$ac_ext <<EOF
11965 #line 11966 "configure"
11966 #include "confdefs.h"
11967 /* Override any gcc2 internal prototype to avoid an error. */
11968 /* We use char because int might match the return type of a gcc2
11969 builtin and then its argument prototype would still apply. */
11970 char gethostbyname();
11976 if { (eval echo configure
:11977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11978 eval "ac_cv_lib_$ac_lib_var=yes"
11980 echo "configure: failed program was:" >&5
11981 cat conftest.
$ac_ext >&5
11983 eval "ac_cv_lib_$ac_lib_var=no"
11986 LIBS
="$ac_save_LIBS"
11989 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11990 echo "$ac_t""yes" 1>&6
11991 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
11993 echo "$ac_t""no" 1>&6
11998 # lieder@skyler.mavd.honeywell.com says without -lsocket,
11999 # socket/setsockopt and other routines are undefined under SCO ODT
12000 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
12001 # on later versions), says simon@lia.di.epfl.ch: it contains
12002 # gethostby* variants that don't use the nameserver (or something).
12003 # -lsocket must be given before -lnsl if both are needed.
12004 # We assume that if connect needs -lnsl, so does gethostbyname.
12005 echo $ac_n "checking for connect""... $ac_c" 1>&6
12006 echo "configure:12007: checking for connect" >&5
12007 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
12008 echo $ac_n "(cached) $ac_c" 1>&6
12010 cat > conftest.
$ac_ext <<EOF
12011 #line 12012 "configure"
12012 #include "confdefs.h"
12013 /* System header to define __stub macros and hopefully few prototypes,
12014 which can conflict with char connect(); below. */
12015 #include <assert.h>
12016 /* Override any gcc2 internal prototype to avoid an error. */
12017 /* We use char because int might match the return type of a gcc2
12018 builtin and then its argument prototype would still apply. */
12023 /* The GNU C library defines this for functions which it implements
12024 to always fail with ENOSYS. Some functions are actually named
12025 something starting with __ and the normal name is an alias. */
12026 #if defined (__stub_connect) || defined (__stub___connect)
12034 if { (eval echo configure
:12035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12036 eval "ac_cv_func_connect=yes"
12038 echo "configure: failed program was:" >&5
12039 cat conftest.
$ac_ext >&5
12041 eval "ac_cv_func_connect=no"
12046 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
12047 echo "$ac_t""yes" 1>&6
12050 echo "$ac_t""no" 1>&6
12053 if test $ac_cv_func_connect = no
; then
12054 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
12055 echo "configure:12056: checking for connect in -lsocket" >&5
12056 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
12057 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12058 echo $ac_n "(cached) $ac_c" 1>&6
12060 ac_save_LIBS
="$LIBS"
12061 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
12062 cat > conftest.
$ac_ext <<EOF
12063 #line 12064 "configure"
12064 #include "confdefs.h"
12065 /* Override any gcc2 internal prototype to avoid an error. */
12066 /* We use char because int might match the return type of a gcc2
12067 builtin and then its argument prototype would still apply. */
12074 if { (eval echo configure
:12075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12076 eval "ac_cv_lib_$ac_lib_var=yes"
12078 echo "configure: failed program was:" >&5
12079 cat conftest.
$ac_ext >&5
12081 eval "ac_cv_lib_$ac_lib_var=no"
12084 LIBS
="$ac_save_LIBS"
12087 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12088 echo "$ac_t""yes" 1>&6
12089 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
12091 echo "$ac_t""no" 1>&6
12096 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
12097 echo $ac_n "checking for remove""... $ac_c" 1>&6
12098 echo "configure:12099: checking for remove" >&5
12099 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
12100 echo $ac_n "(cached) $ac_c" 1>&6
12102 cat > conftest.
$ac_ext <<EOF
12103 #line 12104 "configure"
12104 #include "confdefs.h"
12105 /* System header to define __stub macros and hopefully few prototypes,
12106 which can conflict with char remove(); below. */
12107 #include <assert.h>
12108 /* Override any gcc2 internal prototype to avoid an error. */
12109 /* We use char because int might match the return type of a gcc2
12110 builtin and then its argument prototype would still apply. */
12115 /* The GNU C library defines this for functions which it implements
12116 to always fail with ENOSYS. Some functions are actually named
12117 something starting with __ and the normal name is an alias. */
12118 #if defined (__stub_remove) || defined (__stub___remove)
12126 if { (eval echo configure
:12127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12128 eval "ac_cv_func_remove=yes"
12130 echo "configure: failed program was:" >&5
12131 cat conftest.
$ac_ext >&5
12133 eval "ac_cv_func_remove=no"
12138 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
12139 echo "$ac_t""yes" 1>&6
12142 echo "$ac_t""no" 1>&6
12145 if test $ac_cv_func_remove = no
; then
12146 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
12147 echo "configure:12148: checking for remove in -lposix" >&5
12148 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
12149 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12150 echo $ac_n "(cached) $ac_c" 1>&6
12152 ac_save_LIBS
="$LIBS"
12153 LIBS
="-lposix $LIBS"
12154 cat > conftest.
$ac_ext <<EOF
12155 #line 12156 "configure"
12156 #include "confdefs.h"
12157 /* Override any gcc2 internal prototype to avoid an error. */
12158 /* We use char because int might match the return type of a gcc2
12159 builtin and then its argument prototype would still apply. */
12166 if { (eval echo configure
:12167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12168 eval "ac_cv_lib_$ac_lib_var=yes"
12170 echo "configure: failed program was:" >&5
12171 cat conftest.
$ac_ext >&5
12173 eval "ac_cv_lib_$ac_lib_var=no"
12176 LIBS
="$ac_save_LIBS"
12179 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12180 echo "$ac_t""yes" 1>&6
12181 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
12183 echo "$ac_t""no" 1>&6
12188 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
12189 echo $ac_n "checking for shmat""... $ac_c" 1>&6
12190 echo "configure:12191: checking for shmat" >&5
12191 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
12192 echo $ac_n "(cached) $ac_c" 1>&6
12194 cat > conftest.
$ac_ext <<EOF
12195 #line 12196 "configure"
12196 #include "confdefs.h"
12197 /* System header to define __stub macros and hopefully few prototypes,
12198 which can conflict with char shmat(); below. */
12199 #include <assert.h>
12200 /* Override any gcc2 internal prototype to avoid an error. */
12201 /* We use char because int might match the return type of a gcc2
12202 builtin and then its argument prototype would still apply. */
12207 /* The GNU C library defines this for functions which it implements
12208 to always fail with ENOSYS. Some functions are actually named
12209 something starting with __ and the normal name is an alias. */
12210 #if defined (__stub_shmat) || defined (__stub___shmat)
12218 if { (eval echo configure
:12219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12220 eval "ac_cv_func_shmat=yes"
12222 echo "configure: failed program was:" >&5
12223 cat conftest.
$ac_ext >&5
12225 eval "ac_cv_func_shmat=no"
12230 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
12231 echo "$ac_t""yes" 1>&6
12234 echo "$ac_t""no" 1>&6
12237 if test $ac_cv_func_shmat = no
; then
12238 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
12239 echo "configure:12240: checking for shmat in -lipc" >&5
12240 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
12241 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12242 echo $ac_n "(cached) $ac_c" 1>&6
12244 ac_save_LIBS
="$LIBS"
12246 cat > conftest.
$ac_ext <<EOF
12247 #line 12248 "configure"
12248 #include "confdefs.h"
12249 /* Override any gcc2 internal prototype to avoid an error. */
12250 /* We use char because int might match the return type of a gcc2
12251 builtin and then its argument prototype would still apply. */
12258 if { (eval echo configure
:12259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12260 eval "ac_cv_lib_$ac_lib_var=yes"
12262 echo "configure: failed program was:" >&5
12263 cat conftest.
$ac_ext >&5
12265 eval "ac_cv_lib_$ac_lib_var=no"
12268 LIBS
="$ac_save_LIBS"
12271 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12272 echo "$ac_t""yes" 1>&6
12273 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
12275 echo "$ac_t""no" 1>&6
12281 # Check for libraries that X11R6 Xt/Xaw programs need.
12282 ac_save_LDFLAGS
="$LDFLAGS"
12283 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
12284 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
12285 # check for ICE first), but we must link in the order -lSM -lICE or
12286 # we get undefined symbols. So assume we have SM if we have ICE.
12287 # These have to be linked with before -lX11, unlike the other
12288 # libraries we check for below, so use a different variable.
12289 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
12290 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
12291 echo "configure:12292: checking for IceConnectionNumber in -lICE" >&5
12292 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
12293 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12294 echo $ac_n "(cached) $ac_c" 1>&6
12296 ac_save_LIBS
="$LIBS"
12297 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
12298 cat > conftest.
$ac_ext <<EOF
12299 #line 12300 "configure"
12300 #include "confdefs.h"
12301 /* Override any gcc2 internal prototype to avoid an error. */
12302 /* We use char because int might match the return type of a gcc2
12303 builtin and then its argument prototype would still apply. */
12304 char IceConnectionNumber();
12307 IceConnectionNumber()
12310 if { (eval echo configure
:12311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12312 eval "ac_cv_lib_$ac_lib_var=yes"
12314 echo "configure: failed program was:" >&5
12315 cat conftest.
$ac_ext >&5
12317 eval "ac_cv_lib_$ac_lib_var=no"
12320 LIBS
="$ac_save_LIBS"
12323 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12324 echo "$ac_t""yes" 1>&6
12325 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
12327 echo "$ac_t""no" 1>&6
12330 LDFLAGS
="$ac_save_LDFLAGS"
12335 if test "$no_x" = "yes"; then
12336 { echo "configure: error: X11 not found" 1>&2; exit 1; }
12339 GUI_TK_LIBRARY
="$X_LIBS"
12340 TOOLKIT_INCLUDE
="$X_CFLAGS"
12341 AFMINSTALL
=afminstall
12342 COMPILED_X_PROGRAM
=0
12344 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
12345 echo "configure:12346: checking for Motif/Lesstif headers" >&5
12348 for ac_dir
in $SEARCH_INCLUDE;
12350 if test -f "$ac_dir/Xm/Xm.h"; then
12351 ac_find_includes
=$ac_dir
12356 if test "$ac_find_includes" != "" ; then
12357 echo "$ac_t""found $ac_find_includes" 1>&6
12359 cat > conftest.
$ac_ext <<EOF
12360 #line 12361 "configure"
12361 #include "confdefs.h"
12368 version = xmUseVersion;
12372 if { (eval echo configure
:12373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12375 echo "$ac_t""found in default search path" 1>&6
12376 COMPILED_X_PROGRAM
=1
12379 echo "configure: failed program was:" >&5
12380 cat conftest.
$ac_ext >&5
12383 echo "$ac_t""no" 1>&6
12384 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
12391 if test "$COMPILED_X_PROGRAM" = 0; then
12392 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
12393 echo "configure:12394: checking for Motif/Lesstif library" >&5
12396 for ac_dir
in $SEARCH_LIB;
12398 for ac_extension
in a so sl dylib
; do
12399 if test -f "$ac_dir/libXm.$ac_extension"; then
12400 ac_find_libraries
=$ac_dir
12406 if test "$ac_find_libraries" != "" ; then
12408 ac_path_to_include
=$ac_find_includes
12409 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
12411 if test $result = 0; then
12412 ac_path_to_include
=""
12414 ac_path_to_include
=" -I$ac_find_includes"
12418 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
12420 if test $result = 0; then
12423 ac_path_to_link
=" -L$ac_find_libraries"
12427 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
12428 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
12429 echo "$ac_t""found at $ac_find_libraries" 1>&6
12431 cat > conftest.
$ac_ext <<EOF
12432 #line 12433 "configure"
12433 #include "confdefs.h"
12440 version = xmUseVersion;
12444 if { (eval echo configure
:12445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12447 echo "$ac_t""found in default search path" 1>&6
12448 COMPILED_X_PROGRAM
=1
12451 echo "configure: failed program was:" >&5
12452 cat conftest.
$ac_ext >&5
12455 echo "$ac_t""no" 1>&6
12456 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
12465 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
12466 echo "configure:12467: checking for Xpm library" >&5
12469 for ac_dir
in $SEARCH_LIB;
12471 for ac_extension
in a so sl dylib
; do
12472 if test -f "$ac_dir/libXpm.$ac_extension"; then
12473 ac_find_libraries
=$ac_dir
12479 if test "$ac_find_libraries" != "" ; then
12481 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
12483 if test $result = 0; then
12486 ac_path_to_link
=" -L$ac_find_libraries"
12489 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
12491 cat >> confdefs.h
<<\EOF
12492 #define wxHAVE_LIB_XPM 1
12495 echo "$ac_t""found at $ac_find_libraries" 1>&6
12497 cat > conftest.
$ac_ext <<EOF
12498 #line 12499 "configure"
12499 #include "confdefs.h"
12501 #include <X11/xpm.h>
12506 version = XpmLibraryVersion();
12510 if { (eval echo configure
:12511: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12514 cat >> confdefs.h
<<\EOF
12515 #define wxHAVE_LIB_XPM 1
12518 echo "$ac_t""found in default search path" 1>&6
12519 COMPILED_X_PROGRAM
=0
12522 echo "configure: failed program was:" >&5
12523 cat conftest.
$ac_ext >&5
12526 echo "$ac_t""no" 1>&6
12527 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
12534 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm$xpm_link -lXmu -lXext -lXt -lX11"
12535 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
12540 if test "$wxUSE_MAC" = 1; then
12541 if test "$wxUSE_PRECOMP" = "yes"; then
12542 CPPFLAGS
="$CPPFLAGS -cpp-precomp"
12544 CPPFLAGS
="$CPPFLAGS -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
12545 CFLAGS
="$CFLAGS -fpascal-strings"
12546 CXXFLAGS
="$CXXFLAGS -fpascal-strings"
12548 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
12553 if test "$wxUSE_PM" = 1; then
12558 if test "$TOOLKIT" = "PM" ; then
12561 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
12564 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
12566 if test "$wxUSE_UNIVERSAL" = "yes"; then
12567 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
12568 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
12569 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
12570 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
12573 ALL_OBJECTS
="\$(GUIOBJS)"
12576 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
12578 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
12579 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
12582 if test "$wxUSE_HTML" = "yes"; then
12583 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
12586 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
12587 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
12589 if test "$wxUSE_LIBJPEG" = "builtin" ; then
12590 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
12592 if test "$wxUSE_LIBTIFF" = "builtin" ; then
12593 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
12595 if test "$wxUSE_LIBPNG" = "builtin" ; then
12596 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
12598 if test "$wxUSE_FREETYPE" = "builtin" ; then
12599 ALL_OBJECTS
="${ALL_OBJECTS} \$(FREETYPEOBJS)"
12602 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
12603 DISTDIR
="wx\$(TOOLKIT)"
12609 if test "$USE_WIN32" = 1 ; then
12610 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
12611 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
12615 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
12616 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
12619 PORT_FILES
="\${top_srcdir}/src/files.lst"
12621 GUIDIST
="BASE_DIST"
12625 if test "$wxUSE_REGEX" = "builtin" ; then
12626 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
12628 if test "$wxUSE_ZLIB" = "builtin" ; then
12629 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
12632 if test "$wxUSE_OPENGL" = "yes"; then
12633 if test "$wxUSE_MAC" = 1; then
12634 OPENGL_LIBS
="-framework OpenGL -framework AGL"
12637 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
12638 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
12639 echo "configure:12640: checking for GL/gl.h" >&5
12640 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12641 echo $ac_n "(cached) $ac_c" 1>&6
12643 cat > conftest.
$ac_ext <<EOF
12644 #line 12645 "configure"
12645 #include "confdefs.h"
12648 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12649 { (eval echo configure
:12650: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12650 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12651 if test -z "$ac_err"; then
12653 eval "ac_cv_header_$ac_safe=yes"
12656 echo "configure: failed program was:" >&5
12657 cat conftest.
$ac_ext >&5
12659 eval "ac_cv_header_$ac_safe=no"
12663 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12664 echo "$ac_t""yes" 1>&6
12666 echo $ac_n "checking for -lGL""... $ac_c" 1>&6
12667 echo "configure:12668: checking for -lGL" >&5
12670 for ac_dir
in $SEARCH_LIB;
12672 for ac_extension
in a so sl dylib
; do
12673 if test -f "$ac_dir/libGL.$ac_extension"; then
12674 ac_find_libraries
=$ac_dir
12680 if test "$ac_find_libraries" != "" ; then
12682 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
12684 if test $result = 0; then
12687 ac_path_to_link
=" -L$ac_find_libraries"
12690 if test "$ac_path_to_link" = " -L/usr/lib" ; then
12691 LDFLAGS_GL
="$LDFLAGS"
12693 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
12695 OPENGL_LIBS
="-lGL -lGLU"
12696 echo "$ac_t""yes" 1>&6
12698 echo "$ac_t""no" 1>&6
12699 echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6
12700 echo "configure:12701: checking for -lMesaGL" >&5
12703 for ac_dir
in $SEARCH_LIB;
12705 for ac_extension
in a so sl dylib
; do
12706 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
12707 ac_find_libraries
=$ac_dir
12713 if test "$ac_find_libraries" != "" ; then
12715 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
12717 if test $result = 0; then
12720 ac_path_to_link
=" -L$ac_find_libraries"
12723 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
12724 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
12725 echo "$ac_t""yes" 1>&6
12727 echo "$ac_t""no" 1>&6
12732 echo "$ac_t""no" 1>&6
12737 # AC_CHECK_HEADER(GL/gl.h,
12739 # AC_CHECK_LIB(GL, glFlush,
12741 # OPENGL_LIBS="-lGL -lGLU"
12744 # AC_CHECK_LIB(MesaGL, glFlush,
12746 # OPENGL_LIBS="-lMesaGL -lMesaGLU"
12754 if test "x$OPENGL_LIBS" = "x"; then
12755 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
12759 if test "$wxUSE_OPENGL" = "yes"; then
12760 cat >> confdefs.h
<<\EOF
12761 #define wxUSE_OPENGL 1
12764 cat >> confdefs.h
<<\EOF
12765 #define wxUSE_GLCANVAS 1
12768 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
12772 if test -z "$TOOLKIT_VPATH" ; then
12773 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
12776 if test -n "$TOOLKIT" ; then
12777 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
12780 lib_unicode_suffix
=
12781 if test "$wxUSE_UNICODE" = "yes"; then
12782 lib_unicode_suffix
=u
12786 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
12790 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
12791 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
12793 if test "$cross_compiling" = "yes"; then
12794 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
12795 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
12798 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
12799 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
12801 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
12802 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
12804 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
12805 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
12806 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
12807 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
12809 WX_RESOURCES_MACOSX
="lib${WX_LIBRARY}.rsrc"
12810 WX_RESOURCES_MACOSX_COMPILED
="lib${WX_LIBRARY}.r"
12813 *-*-cygwin* | *-*-mingw32* )
12817 if test "$cross_compiling" != "yes"; then
12818 WX_LIBRARY
="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
12819 WX_LIBRARY_GL
="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
12820 WX_LIBRARY_NAME_SHARED
="${WX_LIBRARY}.${SO_SUFFIX}"
12821 WX_LIBRARY_NAME_SHARED_GL
="${WX_LIBRARY_GL}.${SO_SUFFIX}"
12823 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
12824 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
12829 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
12830 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
12832 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
12833 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
12835 if test "$wxUSE_OPENGL" = "yes"; then
12836 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
12837 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
12842 if test "$wxUSE_SHARED" = "yes"; then
12844 if test "$wxUSE_OPENGL" = "yes"; then
12845 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
12846 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
12848 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
12849 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1}"
12852 if test "$GCC" = "yes"; then
12856 SHARED_LD
="${CXX} -shared -o"
12860 if test "$GCC" == "yes"; then
12861 SHARED_LD
="${SHARED_LD} ${PIC_FLAG}"
12863 LDFLAGS
="$LDFLAGS -L/usr/lib"
12865 SHARED_LD
="${CXX} -b -o"
12869 if test "$wxUSE_OPENGL" = "yes"; then
12870 WX_ALL_INSTALLED
="preinstall_gl"
12871 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
12873 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
12878 if test "$GCC" != "yes"; then
12879 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
12880 echo "configure:12881: checking for Intel compiler" >&5
12881 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
12882 echo $ac_n "(cached) $ac_c" 1>&6
12885 cat > conftest.
$ac_ext <<EOF
12886 #line 12887 "configure"
12887 #include "confdefs.h"
12891 #ifndef __INTEL_COMPILER
12897 if { (eval echo configure
:12898: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12901 echo "configure: failed program was:" >&5
12902 cat conftest.
$ac_ext >&5
12911 echo "$ac_t""$wx_cv_prog_icc" 1>&6
12912 if test "$wx_cv_prog_icc" = "yes"; then
12917 if test "$wxUSE_SONAME" = "yes" ; then
12918 SONAME_FLAGS
="-Wl,-soname,${WX_LIBRARY_LINK1}"
12919 SONAME_FLAGS_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
12920 WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)"
12925 if test "$GCC" = yes ; then
12926 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
12928 SHARED_LD
="${CXX} -G -o"
12930 SONAME_FLAGS
="-h ${WX_LIBRARY_NAME_SHARED}"
12931 SONAME_FLAGS_GL
="-h ${WX_LIBRARY_NAME_SHARED_GL}"
12936 CFLAGS
="$CFLAGS -fno-common -DDYLIB_INIT"
12937 CXXFLAGS
="$CXXFLAGS -fno-common -DDYLIB_INIT"
12938 SHARED_LD
="$CXX -dynamiclib -init _wxWindowsDylibInit -o"
12939 PIC_FLAG
="-dynamic -fPIC"
12943 SHARED_LD
="/usr/lpp/xlC/bin/makeC++SharedLib -p 0 -o"
12946 *-*-cygwin* | *-*-mingw32* )
12948 WX_LIBRARY_IMPORTLIB
="${WX_LIBRARY_NAME_SHARED}.a"
12950 SHARED_LD
="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
12951 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
12953 PIC_FLAG
="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
12955 if test "$wxUSE_OPENGL" = "yes"; then
12956 WX_ALL_INSTALLED
="preinstall_gl"
12957 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
12959 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
12963 *-pc-os2_emx | *-pc-os2-emx )
12968 SHARED_LD
="${LD} -shared -o"
12971 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
12973 *-*-irix5* | *-*-irix6* | \
12980 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
12983 if test "x$WX_TARGET_LIBRARY" = "x"; then
12984 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
12985 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
12988 WX_TARGET_LIBRARY_TYPE
="so"
12989 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
12992 if test "$wxUSE_SHARED" = "no"; then
12994 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
12995 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
12998 if test "$wxUSE_MAC" = 1; then
12999 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
13002 if test "$wxUSE_OPENGL" = "yes"; then
13003 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
13004 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
13006 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
13009 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
13010 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
13012 WX_TARGET_LIBRARY_TYPE
="a"
13013 INSTALL_LIBRARY
='$(INSTALL_DATA)'
13016 if test "$wxUSE_MAC" = 1; then
13017 WX_ALL
="${WX_ALL} \$(build_libdir)/lib${WX_LIBRARY}.r"
13018 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
13019 # Extract the first word of "Rez", so it can be a program name with args.
13020 set dummy Rez
; ac_word
=$2
13021 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13022 echo "configure:13023: checking for $ac_word" >&5
13023 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
13024 echo $ac_n "(cached) $ac_c" 1>&6
13026 if test -n "$RESCOMP"; then
13027 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
13029 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
13031 for ac_dir
in $ac_dummy; do
13032 test -z "$ac_dir" && ac_dir
=.
13033 if test -f $ac_dir/$ac_word; then
13034 ac_cv_prog_RESCOMP
="Rez"
13039 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
13042 RESCOMP
="$ac_cv_prog_RESCOMP"
13043 if test -n "$RESCOMP"; then
13044 echo "$ac_t""$RESCOMP" 1>&6
13046 echo "$ac_t""no" 1>&6
13049 # Extract the first word of "DeRez", so it can be a program name with args.
13050 set dummy DeRez
; ac_word
=$2
13051 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13052 echo "configure:13053: checking for $ac_word" >&5
13053 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
13054 echo $ac_n "(cached) $ac_c" 1>&6
13056 if test -n "$DEREZ"; then
13057 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
13059 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
13061 for ac_dir
in $ac_dummy; do
13062 test -z "$ac_dir" && ac_dir
=.
13063 if test -f $ac_dir/$ac_word; then
13064 ac_cv_prog_DEREZ
="DeRez"
13069 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
13072 DEREZ
="$ac_cv_prog_DEREZ"
13073 if test -n "$DEREZ"; then
13074 echo "$ac_t""$DEREZ" 1>&6
13076 echo "$ac_t""no" 1>&6
13079 LIBWXMACRES
="\$(top_builddir)/lib/lib${WX_LIBRARY}.r"
13080 LIBWXMACRESCOMP
="\$(RESCOMP) Carbon.r -t APPL ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
13081 LIBWXMACRESWXCONFIG
="${RESCOMP} Carbon.r -t APPL \${prefix}/lib/${WX_RESOURCES_MACOSX_COMPILED} -o"
13085 if test "$wxUSE_MAC" != 1; then
13086 for ac_hdr
in strings.h
13088 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13089 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13090 echo "configure:13091: checking for $ac_hdr" >&5
13091 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13092 echo $ac_n "(cached) $ac_c" 1>&6
13094 cat > conftest.
$ac_ext <<EOF
13095 #line 13096 "configure"
13096 #include "confdefs.h"
13099 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13100 { (eval echo configure
:13101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13101 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13102 if test -z "$ac_err"; then
13104 eval "ac_cv_header_$ac_safe=yes"
13107 echo "configure: failed program was:" >&5
13108 cat conftest.
$ac_ext >&5
13110 eval "ac_cv_header_$ac_safe=no"
13114 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13115 echo "$ac_t""yes" 1>&6
13116 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13117 cat >> confdefs.h
<<EOF
13118 #define $ac_tr_hdr 1
13122 echo "$ac_t""no" 1>&6
13128 for ac_hdr
in stdlib.h
13130 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13131 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13132 echo "configure:13133: checking for $ac_hdr" >&5
13133 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13134 echo $ac_n "(cached) $ac_c" 1>&6
13136 cat > conftest.
$ac_ext <<EOF
13137 #line 13138 "configure"
13138 #include "confdefs.h"
13141 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13142 { (eval echo configure
:13143: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13143 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13144 if test -z "$ac_err"; then
13146 eval "ac_cv_header_$ac_safe=yes"
13149 echo "configure: failed program was:" >&5
13150 cat conftest.
$ac_ext >&5
13152 eval "ac_cv_header_$ac_safe=no"
13156 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13157 echo "$ac_t""yes" 1>&6
13158 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13159 cat >> confdefs.h
<<EOF
13160 #define $ac_tr_hdr 1
13164 echo "$ac_t""no" 1>&6
13168 for ac_hdr
in malloc.h
13170 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13171 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13172 echo "configure:13173: checking for $ac_hdr" >&5
13173 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13174 echo $ac_n "(cached) $ac_c" 1>&6
13176 cat > conftest.
$ac_ext <<EOF
13177 #line 13178 "configure"
13178 #include "confdefs.h"
13181 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13182 { (eval echo configure
:13183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13183 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13184 if test -z "$ac_err"; then
13186 eval "ac_cv_header_$ac_safe=yes"
13189 echo "configure: failed program was:" >&5
13190 cat conftest.
$ac_ext >&5
13192 eval "ac_cv_header_$ac_safe=no"
13196 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13197 echo "$ac_t""yes" 1>&6
13198 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13199 cat >> confdefs.h
<<EOF
13200 #define $ac_tr_hdr 1
13204 echo "$ac_t""no" 1>&6
13208 for ac_hdr
in unistd.h
13210 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13211 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13212 echo "configure:13213: checking for $ac_hdr" >&5
13213 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13214 echo $ac_n "(cached) $ac_c" 1>&6
13216 cat > conftest.
$ac_ext <<EOF
13217 #line 13218 "configure"
13218 #include "confdefs.h"
13221 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13222 { (eval echo configure
:13223: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13223 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13224 if test -z "$ac_err"; then
13226 eval "ac_cv_header_$ac_safe=yes"
13229 echo "configure: failed program was:" >&5
13230 cat conftest.
$ac_ext >&5
13232 eval "ac_cv_header_$ac_safe=no"
13236 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13237 echo "$ac_t""yes" 1>&6
13238 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13239 cat >> confdefs.h
<<EOF
13240 #define $ac_tr_hdr 1
13244 echo "$ac_t""no" 1>&6
13248 for ac_hdr
in wchar.h
13250 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13251 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13252 echo "configure:13253: checking for $ac_hdr" >&5
13253 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13254 echo $ac_n "(cached) $ac_c" 1>&6
13256 cat > conftest.
$ac_ext <<EOF
13257 #line 13258 "configure"
13258 #include "confdefs.h"
13261 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13262 { (eval echo configure
:13263: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13263 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13264 if test -z "$ac_err"; then
13266 eval "ac_cv_header_$ac_safe=yes"
13269 echo "configure: failed program was:" >&5
13270 cat conftest.
$ac_ext >&5
13272 eval "ac_cv_header_$ac_safe=no"
13276 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13277 echo "$ac_t""yes" 1>&6
13278 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13279 cat >> confdefs.h
<<EOF
13280 #define $ac_tr_hdr 1
13284 echo "$ac_t""no" 1>&6
13288 for ac_hdr
in wcstr.h
13290 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13291 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13292 echo "configure:13293: checking for $ac_hdr" >&5
13293 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13294 echo $ac_n "(cached) $ac_c" 1>&6
13296 cat > conftest.
$ac_ext <<EOF
13297 #line 13298 "configure"
13298 #include "confdefs.h"
13301 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13302 { (eval echo configure
:13303: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13303 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13304 if test -z "$ac_err"; then
13306 eval "ac_cv_header_$ac_safe=yes"
13309 echo "configure: failed program was:" >&5
13310 cat conftest.
$ac_ext >&5
13312 eval "ac_cv_header_$ac_safe=no"
13316 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13317 echo "$ac_t""yes" 1>&6
13318 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13319 cat >> confdefs.h
<<EOF
13320 #define $ac_tr_hdr 1
13324 echo "$ac_t""no" 1>&6
13328 for ac_hdr
in wctype.h
13330 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13331 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13332 echo "configure:13333: checking for $ac_hdr" >&5
13333 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13334 echo $ac_n "(cached) $ac_c" 1>&6
13336 cat > conftest.
$ac_ext <<EOF
13337 #line 13338 "configure"
13338 #include "confdefs.h"
13341 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13342 { (eval echo configure
:13343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13343 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13344 if test -z "$ac_err"; then
13346 eval "ac_cv_header_$ac_safe=yes"
13349 echo "configure: failed program was:" >&5
13350 cat conftest.
$ac_ext >&5
13352 eval "ac_cv_header_$ac_safe=no"
13356 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13357 echo "$ac_t""yes" 1>&6
13358 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13359 cat >> confdefs.h
<<EOF
13360 #define $ac_tr_hdr 1
13364 echo "$ac_t""no" 1>&6
13368 for ac_hdr
in fnmatch.h
13370 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13371 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13372 echo "configure:13373: checking for $ac_hdr" >&5
13373 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13374 echo $ac_n "(cached) $ac_c" 1>&6
13376 cat > conftest.
$ac_ext <<EOF
13377 #line 13378 "configure"
13378 #include "confdefs.h"
13381 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13382 { (eval echo configure
:13383: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13383 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13384 if test -z "$ac_err"; then
13386 eval "ac_cv_header_$ac_safe=yes"
13389 echo "configure: failed program was:" >&5
13390 cat conftest.
$ac_ext >&5
13392 eval "ac_cv_header_$ac_safe=no"
13396 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13397 echo "$ac_t""yes" 1>&6
13398 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13399 cat >> confdefs.h
<<EOF
13400 #define $ac_tr_hdr 1
13404 echo "$ac_t""no" 1>&6
13408 for ac_hdr
in langinfo.h
13410 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13411 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13412 echo "configure:13413: checking for $ac_hdr" >&5
13413 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13414 echo $ac_n "(cached) $ac_c" 1>&6
13416 cat > conftest.
$ac_ext <<EOF
13417 #line 13418 "configure"
13418 #include "confdefs.h"
13421 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13422 { (eval echo configure
:13423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13423 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13424 if test -z "$ac_err"; then
13426 eval "ac_cv_header_$ac_safe=yes"
13429 echo "configure: failed program was:" >&5
13430 cat conftest.
$ac_ext >&5
13432 eval "ac_cv_header_$ac_safe=no"
13436 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13437 echo "$ac_t""yes" 1>&6
13438 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13439 cat >> confdefs.h
<<EOF
13440 #define $ac_tr_hdr 1
13444 echo "$ac_t""no" 1>&6
13449 if test "$wxUSE_GUI" = "yes"; then
13450 if test "$wxUSE_UNIX" = "yes"; then
13451 for ac_hdr
in X
11/XKBlib.h
13453 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
13454 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
13455 echo "configure:13456: checking for $ac_hdr" >&5
13456 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13457 echo $ac_n "(cached) $ac_c" 1>&6
13459 cat > conftest.
$ac_ext <<EOF
13460 #line 13461 "configure"
13461 #include "confdefs.h"
13464 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13465 { (eval echo configure
:13466: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13466 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13467 if test -z "$ac_err"; then
13469 eval "ac_cv_header_$ac_safe=yes"
13472 echo "configure: failed program was:" >&5
13473 cat conftest.
$ac_ext >&5
13475 eval "ac_cv_header_$ac_safe=no"
13479 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13480 echo "$ac_t""yes" 1>&6
13481 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
13482 cat >> confdefs.h
<<EOF
13483 #define $ac_tr_hdr 1
13487 echo "$ac_t""no" 1>&6
13495 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
13496 echo "configure:13497: checking for ANSI C header files" >&5
13497 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
13498 echo $ac_n "(cached) $ac_c" 1>&6
13500 cat > conftest.
$ac_ext <<EOF
13501 #line 13502 "configure"
13502 #include "confdefs.h"
13503 #include <stdlib.h>
13504 #include <stdarg.h>
13505 #include <string.h>
13508 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13509 { (eval echo configure
:13510: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13510 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13511 if test -z "$ac_err"; then
13513 ac_cv_header_stdc
=yes
13516 echo "configure: failed program was:" >&5
13517 cat conftest.
$ac_ext >&5
13519 ac_cv_header_stdc
=no
13523 if test $ac_cv_header_stdc = yes; then
13524 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13525 cat > conftest.
$ac_ext <<EOF
13526 #line 13527 "configure"
13527 #include "confdefs.h"
13528 #include <string.h>
13530 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13531 egrep "memchr" >/dev
/null
2>&1; then
13535 ac_cv_header_stdc
=no
13541 if test $ac_cv_header_stdc = yes; then
13542 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13543 cat > conftest.
$ac_ext <<EOF
13544 #line 13545 "configure"
13545 #include "confdefs.h"
13546 #include <stdlib.h>
13548 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13549 egrep "free" >/dev
/null
2>&1; then
13553 ac_cv_header_stdc
=no
13559 if test $ac_cv_header_stdc = yes; then
13560 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13561 if test "$cross_compiling" = yes; then
13564 cat > conftest.
$ac_ext <<EOF
13565 #line 13566 "configure"
13566 #include "confdefs.h"
13568 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13569 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13570 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13571 int main () { int i; for (i = 0; i < 256; i++)
13572 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
13576 if { (eval echo configure
:13577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13580 echo "configure: failed program was:" >&5
13581 cat conftest.
$ac_ext >&5
13583 ac_cv_header_stdc
=no
13591 echo "$ac_t""$ac_cv_header_stdc" 1>&6
13592 if test $ac_cv_header_stdc = yes; then
13593 cat >> confdefs.h
<<\EOF
13594 #define STDC_HEADERS 1
13599 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
13600 echo "configure:13601: checking for mode_t" >&5
13601 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
13602 echo $ac_n "(cached) $ac_c" 1>&6
13604 cat > conftest.
$ac_ext <<EOF
13605 #line 13606 "configure"
13606 #include "confdefs.h"
13607 #include <sys/types.h>
13609 #include <stdlib.h>
13610 #include <stddef.h>
13613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13614 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
13616 ac_cv_type_mode_t
=yes
13619 ac_cv_type_mode_t
=no
13624 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
13625 if test $ac_cv_type_mode_t = no
; then
13626 cat >> confdefs.h
<<\EOF
13632 echo $ac_n "checking for off_t""... $ac_c" 1>&6
13633 echo "configure:13634: checking for off_t" >&5
13634 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
13635 echo $ac_n "(cached) $ac_c" 1>&6
13637 cat > conftest.
$ac_ext <<EOF
13638 #line 13639 "configure"
13639 #include "confdefs.h"
13640 #include <sys/types.h>
13642 #include <stdlib.h>
13643 #include <stddef.h>
13646 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13647 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
13649 ac_cv_type_off_t
=yes
13652 ac_cv_type_off_t
=no
13657 echo "$ac_t""$ac_cv_type_off_t" 1>&6
13658 if test $ac_cv_type_off_t = no
; then
13659 cat >> confdefs.h
<<\EOF
13665 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
13666 echo "configure:13667: checking for pid_t" >&5
13667 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
13668 echo $ac_n "(cached) $ac_c" 1>&6
13670 cat > conftest.
$ac_ext <<EOF
13671 #line 13672 "configure"
13672 #include "confdefs.h"
13673 #include <sys/types.h>
13675 #include <stdlib.h>
13676 #include <stddef.h>
13679 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13680 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
13682 ac_cv_type_pid_t
=yes
13685 ac_cv_type_pid_t
=no
13690 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
13691 if test $ac_cv_type_pid_t = no
; then
13692 cat >> confdefs.h
<<\EOF
13698 echo $ac_n "checking for size_t""... $ac_c" 1>&6
13699 echo "configure:13700: checking for size_t" >&5
13700 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
13701 echo $ac_n "(cached) $ac_c" 1>&6
13703 cat > conftest.
$ac_ext <<EOF
13704 #line 13705 "configure"
13705 #include "confdefs.h"
13706 #include <sys/types.h>
13708 #include <stdlib.h>
13709 #include <stddef.h>
13712 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13713 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
13715 ac_cv_type_size_t
=yes
13718 ac_cv_type_size_t
=no
13723 echo "$ac_t""$ac_cv_type_size_t" 1>&6
13724 if test $ac_cv_type_size_t = no
; then
13725 cat >> confdefs.h
<<\EOF
13726 #define size_t unsigned
13731 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
13732 echo "configure:13733: checking for uid_t in sys/types.h" >&5
13733 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
13734 echo $ac_n "(cached) $ac_c" 1>&6
13736 cat > conftest.
$ac_ext <<EOF
13737 #line 13738 "configure"
13738 #include "confdefs.h"
13739 #include <sys/types.h>
13741 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13742 egrep "uid_t" >/dev
/null
2>&1; then
13744 ac_cv_type_uid_t
=yes
13747 ac_cv_type_uid_t
=no
13753 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
13754 if test $ac_cv_type_uid_t = no
; then
13755 cat >> confdefs.h
<<\EOF
13759 cat >> confdefs.h
<<\EOF
13766 echo $ac_n "checking for wchar_t""... $ac_c" 1>&6
13767 echo "configure:13768: checking for wchar_t" >&5
13768 if eval "test \"`echo '$''{'wx_cv_type_wchar_t'+set}'`\" = set"; then
13769 echo $ac_n "(cached) $ac_c" 1>&6
13772 cat > conftest.
$ac_ext <<EOF
13773 #line 13774 "configure"
13774 #include "confdefs.h"
13776 #ifdef HAVE_WCHAR_H
13778 # include <stddef.h>
13780 # include <wchar.h>
13782 #ifdef HAVE_STDLIB_H
13783 # include <stdlib.h>
13790 ws = L"Hello, world!";
13794 if { (eval echo configure
:13795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13796 wx_cv_type_wchar_t
=yes
13798 echo "configure: failed program was:" >&5
13799 cat conftest.
$ac_ext >&5
13801 wx_cv_type_wchar_t
=no
13808 echo "$ac_t""$wx_cv_type_wchar_t" 1>&6
13810 if test "$wx_cv_type_wchar_t" = "yes"; then
13811 cat >> confdefs.h
<<\EOF
13812 #define wxUSE_WCHAR_T 1
13819 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13820 ac_cpp
='$CXXCPP $CPPFLAGS'
13821 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13822 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13823 cross_compiling
=$ac_cv_prog_cxx_cross
13825 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
13826 echo "configure:13827: checking if size_t is unsigned int" >&5
13827 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
13828 echo $ac_n "(cached) $ac_c" 1>&6
13830 cat > conftest.
$ac_ext <<EOF
13831 #line 13832 "configure"
13832 #include "confdefs.h"
13833 #include <stddef.h>
13838 struct Foo { void foo(size_t); void foo(unsigned int); };
13844 if { (eval echo configure
:13845: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13846 wx_cv_size_t_is_uint
=no
13848 echo "configure: failed program was:" >&5
13849 cat conftest.
$ac_ext >&5
13851 wx_cv_size_t_is_uint
=yes
13858 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
13860 if test "$wx_cv_size_t_is_uint" = "yes"; then
13861 cat >> confdefs.h
<<\EOF
13862 #define wxSIZE_T_IS_UINT 1
13866 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
13867 echo "configure:13868: checking if size_t is unsigned long" >&5
13868 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
13869 echo $ac_n "(cached) $ac_c" 1>&6
13871 cat > conftest.
$ac_ext <<EOF
13872 #line 13873 "configure"
13873 #include "confdefs.h"
13874 #include <stddef.h>
13879 struct Foo { void foo(size_t); void foo(unsigned long); };
13885 if { (eval echo configure
:13886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13887 wx_cv_size_t_is_ulong
=no
13889 echo "configure: failed program was:" >&5
13890 cat conftest.
$ac_ext >&5
13892 wx_cv_size_t_is_ulong
=yes
13899 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
13901 if test "$wx_cv_size_t_is_ulong" = "yes"; then
13902 cat >> confdefs.h
<<\EOF
13903 #define wxSIZE_T_IS_ULONG 1
13910 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13911 ac_cpp
='$CPP $CPPFLAGS'
13912 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13913 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13914 cross_compiling
=$ac_cv_prog_cc_cross
13918 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
13919 echo "configure:13920: checking for pw_gecos in struct passwd" >&5
13920 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
13921 echo $ac_n "(cached) $ac_c" 1>&6
13924 cat > conftest.
$ac_ext <<EOF
13925 #line 13926 "configure"
13926 #include "confdefs.h"
13936 if { (eval echo configure
:13937: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13939 wx_cv_struct_pw_gecos
=yes
13942 echo "configure: failed program was:" >&5
13943 cat conftest.
$ac_ext >&5
13946 wx_cv_struct_pw_gecos
=no
13955 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
13957 if test "$wx_cv_struct_pw_gecos" = "yes"; then
13958 cat >> confdefs.h
<<\EOF
13959 #define HAVE_PW_GECOS 1
13965 echo $ac_n "checking for working const""... $ac_c" 1>&6
13966 echo "configure:13967: checking for working const" >&5
13967 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
13968 echo $ac_n "(cached) $ac_c" 1>&6
13970 cat > conftest.
$ac_ext <<EOF
13971 #line 13972 "configure"
13972 #include "confdefs.h"
13976 /* Ultrix mips cc rejects this. */
13977 typedef int charset[2]; const charset x;
13978 /* SunOS 4.1.1 cc rejects this. */
13979 char const *const *ccp;
13981 /* NEC SVR4.0.2 mips cc rejects this. */
13982 struct point {int x, y;};
13983 static struct point const zero = {0,0};
13984 /* AIX XL C 1.02.0.0 rejects this.
13985 It does not let you subtract one const X* pointer from another in an arm
13986 of an if-expression whose if-part is not a constant expression */
13987 const char *g = "string";
13988 ccp = &g + (g ? g-g : 0);
13989 /* HPUX 7.0 cc rejects these. */
13992 ccp = (char const *const *) p;
13993 { /* SCO 3.2v4 cc rejects this. */
13995 char const *s = 0 ? (char *) 0 : (char const *) 0;
13999 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
14000 int x[] = {25, 17};
14001 const int *foo = &x[0];
14004 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14005 typedef const int *iptr;
14009 { /* AIX XL C 1.02.0.0 rejects this saying
14010 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14011 struct s { int j; const int *ap[3]; };
14012 struct s *b; b->j = 5;
14014 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14015 const int foo = 10;
14020 if { (eval echo configure
:14021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14024 echo "configure: failed program was:" >&5
14025 cat conftest.
$ac_ext >&5
14032 echo "$ac_t""$ac_cv_c_const" 1>&6
14033 if test $ac_cv_c_const = no
; then
14034 cat >> confdefs.h
<<\EOF
14040 echo $ac_n "checking for inline""... $ac_c" 1>&6
14041 echo "configure:14042: checking for inline" >&5
14042 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
14043 echo $ac_n "(cached) $ac_c" 1>&6
14046 for ac_kw
in inline __inline__ __inline
; do
14047 cat > conftest.
$ac_ext <<EOF
14048 #line 14049 "configure"
14049 #include "confdefs.h"
14055 if { (eval echo configure
:14056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14057 ac_cv_c_inline
=$ac_kw; break
14059 echo "configure: failed program was:" >&5
14060 cat conftest.
$ac_ext >&5
14067 echo "$ac_t""$ac_cv_c_inline" 1>&6
14068 case "$ac_cv_c_inline" in
14070 no
) cat >> confdefs.h
<<\EOF
14074 *) cat >> confdefs.h
<<EOF
14075 #define inline $ac_cv_c_inline
14081 echo $ac_n "checking size of char""... $ac_c" 1>&6
14082 echo "configure:14083: checking size of char" >&5
14083 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
14084 echo $ac_n "(cached) $ac_c" 1>&6
14086 if test "$cross_compiling" = yes; then
14087 ac_cv_sizeof_char
=1
14089 cat > conftest.
$ac_ext <<EOF
14090 #line 14091 "configure"
14091 #include "confdefs.h"
14095 FILE *f=fopen("conftestval", "w");
14097 fprintf(f, "%d\n", sizeof(char));
14101 if { (eval echo configure
:14102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
14103 ac_cv_sizeof_char
=`cat conftestval`
14105 echo "configure: failed program was:" >&5
14106 cat conftest.
$ac_ext >&5
14108 ac_cv_sizeof_char
=0
14114 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
14115 cat >> confdefs.h
<<EOF
14116 #define SIZEOF_CHAR $ac_cv_sizeof_char
14120 echo $ac_n "checking size of short""... $ac_c" 1>&6
14121 echo "configure:14122: checking size of short" >&5
14122 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
14123 echo $ac_n "(cached) $ac_c" 1>&6
14125 if test "$cross_compiling" = yes; then
14126 ac_cv_sizeof_short
=2
14128 cat > conftest.
$ac_ext <<EOF
14129 #line 14130 "configure"
14130 #include "confdefs.h"
14134 FILE *f=fopen("conftestval", "w");
14136 fprintf(f, "%d\n", sizeof(short));
14140 if { (eval echo configure
:14141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
14142 ac_cv_sizeof_short
=`cat conftestval`
14144 echo "configure: failed program was:" >&5
14145 cat conftest.
$ac_ext >&5
14147 ac_cv_sizeof_short
=0
14153 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
14154 cat >> confdefs.h
<<EOF
14155 #define SIZEOF_SHORT $ac_cv_sizeof_short
14159 echo $ac_n "checking size of int *""... $ac_c" 1>&6
14160 echo "configure:14161: checking size of int *" >&5
14161 if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
14162 echo $ac_n "(cached) $ac_c" 1>&6
14164 if test "$cross_compiling" = yes; then
14165 ac_cv_sizeof_int_p
=4
14167 cat > conftest.
$ac_ext <<EOF
14168 #line 14169 "configure"
14169 #include "confdefs.h"
14173 FILE *f=fopen("conftestval", "w");
14175 fprintf(f, "%d\n", sizeof(int *));
14179 if { (eval echo configure
:14180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
14181 ac_cv_sizeof_int_p
=`cat conftestval`
14183 echo "configure: failed program was:" >&5
14184 cat conftest.
$ac_ext >&5
14186 ac_cv_sizeof_int_p
=0
14192 echo "$ac_t""$ac_cv_sizeof_int_p" 1>&6
14193 cat >> confdefs.h
<<EOF
14194 #define SIZEOF_INT_P $ac_cv_sizeof_int_p
14198 echo $ac_n "checking size of int""... $ac_c" 1>&6
14199 echo "configure:14200: checking size of int" >&5
14200 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
14201 echo $ac_n "(cached) $ac_c" 1>&6
14203 if test "$cross_compiling" = yes; then
14206 cat > conftest.
$ac_ext <<EOF
14207 #line 14208 "configure"
14208 #include "confdefs.h"
14212 FILE *f=fopen("conftestval", "w");
14214 fprintf(f, "%d\n", sizeof(int));
14218 if { (eval echo configure
:14219: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
14220 ac_cv_sizeof_int
=`cat conftestval`
14222 echo "configure: failed program was:" >&5
14223 cat conftest.
$ac_ext >&5
14231 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
14232 cat >> confdefs.h
<<EOF
14233 #define SIZEOF_INT $ac_cv_sizeof_int
14237 echo $ac_n "checking size of long""... $ac_c" 1>&6
14238 echo "configure:14239: checking size of long" >&5
14239 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
14240 echo $ac_n "(cached) $ac_c" 1>&6
14242 if test "$cross_compiling" = yes; then
14243 ac_cv_sizeof_long
=4
14245 cat > conftest.
$ac_ext <<EOF
14246 #line 14247 "configure"
14247 #include "confdefs.h"
14251 FILE *f=fopen("conftestval", "w");
14253 fprintf(f, "%d\n", sizeof(long));
14257 if { (eval echo configure
:14258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
14259 ac_cv_sizeof_long
=`cat conftestval`
14261 echo "configure: failed program was:" >&5
14262 cat conftest.
$ac_ext >&5
14264 ac_cv_sizeof_long
=0
14270 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
14271 cat >> confdefs.h
<<EOF
14272 #define SIZEOF_LONG $ac_cv_sizeof_long
14276 echo $ac_n "checking size of long long""... $ac_c" 1>&6
14277 echo "configure:14278: checking size of long long" >&5
14278 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
14279 echo $ac_n "(cached) $ac_c" 1>&6
14281 if test "$cross_compiling" = yes; then
14282 ac_cv_sizeof_long_long
=0
14284 cat > conftest.
$ac_ext <<EOF
14285 #line 14286 "configure"
14286 #include "confdefs.h"
14290 FILE *f=fopen("conftestval", "w");
14292 fprintf(f, "%d\n", sizeof(long long));
14296 if { (eval echo configure
:14297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
14298 ac_cv_sizeof_long_long
=`cat conftestval`
14300 echo "configure: failed program was:" >&5
14301 cat conftest.
$ac_ext >&5
14303 ac_cv_sizeof_long_long
=0
14309 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
14310 cat >> confdefs.h
<<EOF
14311 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
14316 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
14317 echo "configure:14318: checking size of wchar_t" >&5
14318 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
14319 echo $ac_n "(cached) $ac_c" 1>&6
14322 if test "$cross_compiling" = yes; then
14323 wx_cv_sizeof_wchar_t
=4
14326 cat > conftest.
$ac_ext <<EOF
14327 #line 14328 "configure"
14328 #include "confdefs.h"
14330 #ifdef HAVE_WCHAR_H
14332 # include <stddef.h>
14334 # include <wchar.h>
14336 #ifdef HAVE_STDLIB_H
14337 # include <stdlib.h>
14342 FILE *f=fopen("conftestval", "w");
14344 fprintf(f, "%i", sizeof(wchar_t));
14349 if { (eval echo configure
:14350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
14351 wx_cv_sizeof_wchar_t
=`cat conftestval`
14353 echo "configure: failed program was:" >&5
14354 cat conftest.
$ac_ext >&5
14356 wx_cv_sizeof_wchar_t
=0
14364 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
14366 cat >> confdefs.h
<<EOF
14367 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
14371 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
14372 echo "configure:14373: checking whether byte ordering is bigendian" >&5
14373 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
14374 echo $ac_n "(cached) $ac_c" 1>&6
14376 ac_cv_c_bigendian
=unknown
14377 # See if sys/param.h defines the BYTE_ORDER macro.
14378 cat > conftest.
$ac_ext <<EOF
14379 #line 14380 "configure"
14380 #include "confdefs.h"
14381 #include <sys/types.h>
14382 #include <sys/param.h>
14385 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
14386 bogus endian macros
14390 if { (eval echo configure
:14391: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14392 # It does; now see whether it defined to BIG_ENDIAN or not.
14393 cat > conftest.
$ac_ext <<EOF
14394 #line 14395 "configure"
14395 #include "confdefs.h"
14396 #include <sys/types.h>
14397 #include <sys/param.h>
14400 #if BYTE_ORDER != BIG_ENDIAN
14405 if { (eval echo configure
:14406: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14407 ac_cv_c_bigendian
=yes
14409 echo "configure: failed program was:" >&5
14410 cat conftest.
$ac_ext >&5
14412 ac_cv_c_bigendian
=no
14416 echo "configure: failed program was:" >&5
14417 cat conftest.
$ac_ext >&5
14420 if test $ac_cv_c_bigendian = unknown
; then
14421 if test "$cross_compiling" = yes; then
14422 ac_cv_c_bigendian
=unknown
14424 cat > conftest.
$ac_ext <<EOF
14425 #line 14426 "configure"
14426 #include "confdefs.h"
14428 /* Are we little or big endian? From Harbison&Steele. */
14432 char c[sizeof (long)];
14435 exit (u.c[sizeof (long) - 1] == 1);
14438 if { (eval echo configure
:14439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
14440 ac_cv_c_bigendian
=no
14442 echo "configure: failed program was:" >&5
14443 cat conftest.
$ac_ext >&5
14445 ac_cv_c_bigendian
=yes
14453 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
14454 if test $ac_cv_c_bigendian = unknown
; then
14455 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
14457 if test $ac_cv_c_bigendian = yes; then
14458 cat >> confdefs.h
<<\EOF
14459 #define WORDS_BIGENDIAN 1
14465 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
14466 echo "configure:14467: checking how to run the C++ preprocessor" >&5
14467 if test -z "$CXXCPP"; then
14468 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
14469 echo $ac_n "(cached) $ac_c" 1>&6
14472 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14473 ac_cpp
='$CXXCPP $CPPFLAGS'
14474 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14475 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14476 cross_compiling
=$ac_cv_prog_cxx_cross
14477 CXXCPP
="${CXX-g++} -E"
14478 cat > conftest.
$ac_ext <<EOF
14479 #line 14480 "configure"
14480 #include "confdefs.h"
14481 #include <stdlib.h>
14483 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14484 { (eval echo configure
:14485: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14485 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14486 if test -z "$ac_err"; then
14490 echo "configure: failed program was:" >&5
14491 cat conftest.
$ac_ext >&5
14496 ac_cv_prog_CXXCPP
="$CXXCPP"
14498 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14499 ac_cpp
='$CXXCPP $CPPFLAGS'
14500 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14501 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14502 cross_compiling
=$ac_cv_prog_cxx_cross
14505 CXXCPP
="$ac_cv_prog_CXXCPP"
14506 echo "$ac_t""$CXXCPP" 1>&6
14509 if test "$cross_compiling" = "yes"; then
14510 cat >> confdefs.h
<<\EOF
14511 #define wxUSE_IOSTREAMH 1
14517 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14518 ac_cpp
='$CXXCPP $CPPFLAGS'
14519 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14520 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14521 cross_compiling
=$ac_cv_prog_cxx_cross
14524 for ac_hdr
in iostream
14526 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
14527 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
14528 echo "configure:14529: checking for $ac_hdr" >&5
14529 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14530 echo $ac_n "(cached) $ac_c" 1>&6
14532 cat > conftest.
$ac_ext <<EOF
14533 #line 14534 "configure"
14534 #include "confdefs.h"
14537 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14538 { (eval echo configure
:14539: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14539 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14540 if test -z "$ac_err"; then
14542 eval "ac_cv_header_$ac_safe=yes"
14545 echo "configure: failed program was:" >&5
14546 cat conftest.
$ac_ext >&5
14548 eval "ac_cv_header_$ac_safe=no"
14552 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14553 echo "$ac_t""yes" 1>&6
14554 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
14555 cat >> confdefs.h
<<EOF
14556 #define $ac_tr_hdr 1
14560 echo "$ac_t""no" 1>&6
14565 if test "$ac_cv_header_iostream" = "yes" ; then
14568 cat >> confdefs.h
<<\EOF
14569 #define wxUSE_IOSTREAMH 1
14575 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14576 ac_cpp
='$CPP $CPPFLAGS'
14577 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14578 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14579 cross_compiling
=$ac_cv_prog_cc_cross
14585 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
14586 echo "configure:14587: checking if C++ compiler supports bool" >&5
14587 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
14588 echo $ac_n "(cached) $ac_c" 1>&6
14593 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14594 ac_cpp
='$CXXCPP $CPPFLAGS'
14595 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14596 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14597 cross_compiling
=$ac_cv_prog_cxx_cross
14600 cat > conftest.
$ac_ext <<EOF
14601 #line 14602 "configure"
14602 #include "confdefs.h"
14613 if { (eval echo configure
:14614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14619 echo "configure: failed program was:" >&5
14620 cat conftest.
$ac_ext >&5
14630 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14631 ac_cpp
='$CPP $CPPFLAGS'
14632 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14633 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14634 cross_compiling
=$ac_cv_prog_cc_cross
14639 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
14641 if test "$wx_cv_cpp_bool" = "yes"; then
14642 cat >> confdefs.h
<<\EOF
14643 #define HAVE_BOOL 1
14650 echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
14651 echo "configure:14652: checking for wcslen in -lc" >&5
14652 ac_lib_var
=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
14653 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14654 echo $ac_n "(cached) $ac_c" 1>&6
14656 ac_save_LIBS
="$LIBS"
14658 cat > conftest.
$ac_ext <<EOF
14659 #line 14660 "configure"
14660 #include "confdefs.h"
14661 /* Override any gcc2 internal prototype to avoid an error. */
14662 /* We use char because int might match the return type of a gcc2
14663 builtin and then its argument prototype would still apply. */
14670 if { (eval echo configure
:14671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14672 eval "ac_cv_lib_$ac_lib_var=yes"
14674 echo "configure: failed program was:" >&5
14675 cat conftest.
$ac_ext >&5
14677 eval "ac_cv_lib_$ac_lib_var=no"
14680 LIBS
="$ac_save_LIBS"
14683 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14684 echo "$ac_t""yes" 1>&6
14686 cat >> confdefs.h
<<\EOF
14687 #define HAVE_WCSLEN 1
14693 echo "$ac_t""no" 1>&6
14695 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
14696 echo "configure:14697: checking for wcslen in -lw" >&5
14697 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
14698 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14699 echo $ac_n "(cached) $ac_c" 1>&6
14701 ac_save_LIBS
="$LIBS"
14703 cat > conftest.
$ac_ext <<EOF
14704 #line 14705 "configure"
14705 #include "confdefs.h"
14706 /* Override any gcc2 internal prototype to avoid an error. */
14707 /* We use char because int might match the return type of a gcc2
14708 builtin and then its argument prototype would still apply. */
14715 if { (eval echo configure
:14716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14717 eval "ac_cv_lib_$ac_lib_var=yes"
14719 echo "configure: failed program was:" >&5
14720 cat conftest.
$ac_ext >&5
14722 eval "ac_cv_lib_$ac_lib_var=no"
14725 LIBS
="$ac_save_LIBS"
14728 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14729 echo "$ac_t""yes" 1>&6
14731 cat >> confdefs.h
<<\EOF
14732 #define HAVE_WCSLEN 1
14738 echo "$ac_t""no" 1>&6
14740 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
14741 echo "configure:14742: checking for wcslen in -lmsvcrt" >&5
14742 ac_lib_var
=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
14743 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14744 echo $ac_n "(cached) $ac_c" 1>&6
14746 ac_save_LIBS
="$LIBS"
14747 LIBS
="-lmsvcrt $LIBS"
14748 cat > conftest.
$ac_ext <<EOF
14749 #line 14750 "configure"
14750 #include "confdefs.h"
14751 /* Override any gcc2 internal prototype to avoid an error. */
14752 /* We use char because int might match the return type of a gcc2
14753 builtin and then its argument prototype would still apply. */
14760 if { (eval echo configure
:14761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14762 eval "ac_cv_lib_$ac_lib_var=yes"
14764 echo "configure: failed program was:" >&5
14765 cat conftest.
$ac_ext >&5
14767 eval "ac_cv_lib_$ac_lib_var=no"
14770 LIBS
="$ac_save_LIBS"
14773 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14774 echo "$ac_t""yes" 1>&6
14776 cat >> confdefs.h
<<\EOF
14777 #define HAVE_WCSLEN 1
14783 echo "$ac_t""no" 1>&6
14793 for ac_func
in wcsrtombs
14795 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14796 echo "configure:14797: checking for $ac_func" >&5
14797 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14798 echo $ac_n "(cached) $ac_c" 1>&6
14800 cat > conftest.
$ac_ext <<EOF
14801 #line 14802 "configure"
14802 #include "confdefs.h"
14803 /* System header to define __stub macros and hopefully few prototypes,
14804 which can conflict with char $ac_func(); below. */
14805 #include <assert.h>
14806 /* Override any gcc2 internal prototype to avoid an error. */
14807 /* We use char because int might match the return type of a gcc2
14808 builtin and then its argument prototype would still apply. */
14813 /* The GNU C library defines this for functions which it implements
14814 to always fail with ENOSYS. Some functions are actually named
14815 something starting with __ and the normal name is an alias. */
14816 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14824 if { (eval echo configure
:14825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14826 eval "ac_cv_func_$ac_func=yes"
14828 echo "configure: failed program was:" >&5
14829 cat conftest.
$ac_ext >&5
14831 eval "ac_cv_func_$ac_func=no"
14836 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14837 echo "$ac_t""yes" 1>&6
14838 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14839 cat >> confdefs.h
<<EOF
14840 #define $ac_tr_func 1
14844 echo "$ac_t""no" 1>&6
14849 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
14850 echo "configure:14851: checking for vprintf" >&5
14851 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
14852 echo $ac_n "(cached) $ac_c" 1>&6
14854 cat > conftest.
$ac_ext <<EOF
14855 #line 14856 "configure"
14856 #include "confdefs.h"
14857 /* System header to define __stub macros and hopefully few prototypes,
14858 which can conflict with char vprintf(); below. */
14859 #include <assert.h>
14860 /* Override any gcc2 internal prototype to avoid an error. */
14861 /* We use char because int might match the return type of a gcc2
14862 builtin and then its argument prototype would still apply. */
14867 /* The GNU C library defines this for functions which it implements
14868 to always fail with ENOSYS. Some functions are actually named
14869 something starting with __ and the normal name is an alias. */
14870 #if defined (__stub_vprintf) || defined (__stub___vprintf)
14878 if { (eval echo configure
:14879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14880 eval "ac_cv_func_vprintf=yes"
14882 echo "configure: failed program was:" >&5
14883 cat conftest.
$ac_ext >&5
14885 eval "ac_cv_func_vprintf=no"
14890 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
14891 echo "$ac_t""yes" 1>&6
14892 cat >> confdefs.h
<<\EOF
14893 #define HAVE_VPRINTF 1
14897 echo "$ac_t""no" 1>&6
14900 if test "$ac_cv_func_vprintf" != yes; then
14901 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
14902 echo "configure:14903: checking for _doprnt" >&5
14903 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
14904 echo $ac_n "(cached) $ac_c" 1>&6
14906 cat > conftest.
$ac_ext <<EOF
14907 #line 14908 "configure"
14908 #include "confdefs.h"
14909 /* System header to define __stub macros and hopefully few prototypes,
14910 which can conflict with char _doprnt(); below. */
14911 #include <assert.h>
14912 /* Override any gcc2 internal prototype to avoid an error. */
14913 /* We use char because int might match the return type of a gcc2
14914 builtin and then its argument prototype would still apply. */
14919 /* The GNU C library defines this for functions which it implements
14920 to always fail with ENOSYS. Some functions are actually named
14921 something starting with __ and the normal name is an alias. */
14922 #if defined (__stub__doprnt) || defined (__stub____doprnt)
14930 if { (eval echo configure
:14931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14932 eval "ac_cv_func__doprnt=yes"
14934 echo "configure: failed program was:" >&5
14935 cat conftest.
$ac_ext >&5
14937 eval "ac_cv_func__doprnt=no"
14942 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
14943 echo "$ac_t""yes" 1>&6
14944 cat >> confdefs.h
<<\EOF
14945 #define HAVE_DOPRNT 1
14949 echo "$ac_t""no" 1>&6
14959 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
14960 echo "configure:14961: checking for vsnprintf" >&5
14961 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
14962 echo $ac_n "(cached) $ac_c" 1>&6
14965 cat > conftest.
$ac_ext <<EOF
14966 #line 14967 "configure"
14967 #include "confdefs.h"
14970 #include <stdarg.h>
14974 int wx_test_vsnprintf(const char *, ...);
14976 wx_test_vsnprintf("%s");
14980 int wx_test_vsnprintf(const char *fmt, ...)
14985 va_start(argp, fmt);
14986 vsnprintf(s, 42, fmt, argp);
14991 if { (eval echo configure
:14992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14994 wx_cv_func_vsnprintf
=yes
14997 echo "configure: failed program was:" >&5
14998 cat conftest.
$ac_ext >&5
15001 cat > conftest.
$ac_ext <<EOF
15002 #line 15003 "configure"
15003 #include "confdefs.h"
15006 #include <stdarg.h>
15010 int wx_test_vsnprintf(const char *, ...);
15012 wx_test_vsnprintf("%s");
15016 int wx_test_vsnprintf(const char *fmt, ...)
15021 va_start(argp, fmt);
15022 _vsnprintf(s, 42, fmt, argp);
15027 if { (eval echo configure
:15028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15030 wx_cv_func_vsnprintf
=yes
15033 echo "configure: failed program was:" >&5
15034 cat conftest.
$ac_ext >&5
15037 wx_cv_func_vsnprintf
=no
15047 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
15049 if test "$wx_cv_func_vsnprintf" = yes; then
15050 cat >> confdefs.h
<<\EOF
15051 #define HAVE_VSNPRINTF 1
15055 echo "configure: warning: unsafe function vsprintf will be used instead of vsnprintf" 1>&2
15058 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
15059 echo "configure:15060: checking for vsscanf" >&5
15060 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
15061 echo $ac_n "(cached) $ac_c" 1>&6
15064 cat > conftest.
$ac_ext <<EOF
15065 #line 15066 "configure"
15066 #include "confdefs.h"
15069 #include <stdarg.h>
15073 int wx_test_vsscanf(const char *, ...);
15075 wx_test_vsscanf("%d");
15079 int wx_test_vsscanf(const char *fmt, ...)
15082 va_start(argp, fmt);
15083 vsscanf("42", fmt, argp);
15088 if { (eval echo configure
:15089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15091 wx_cv_func_vsscanf
=yes
15094 echo "configure: failed program was:" >&5
15095 cat conftest.
$ac_ext >&5
15098 wx_cv_func_vsscanf
=no
15105 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
15107 if test "$wx_cv_func_vsscanf" = yes; then
15108 cat >> confdefs.h
<<\EOF
15109 #define HAVE_VSSCANF 1
15114 if test "$TOOLKIT" != "MSW"; then
15119 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15120 ac_cpp
='$CXXCPP $CPPFLAGS'
15121 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15122 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15123 cross_compiling
=$ac_cv_prog_cxx_cross
15127 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
15128 if test "${with_libiconv_prefix+set}" = set; then
15129 withval
="$with_libiconv_prefix"
15131 for dir
in `echo "$withval" | tr : ' '`; do
15132 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
15133 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
15139 echo $ac_n "checking for iconv""... $ac_c" 1>&6
15140 echo "configure:15141: checking for iconv" >&5
15141 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
15142 echo $ac_n "(cached) $ac_c" 1>&6
15145 am_cv_func_iconv
="no, consider installing GNU libiconv"
15147 cat > conftest.
$ac_ext <<EOF
15148 #line 15149 "configure"
15149 #include "confdefs.h"
15150 #include <stdlib.h>
15153 iconv_t cd = iconv_open("","");
15154 iconv(cd,NULL,NULL,NULL,NULL);
15158 if { (eval echo configure
:15159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15160 am_cv_func_iconv
=yes
15162 echo "configure: failed program was:" >&5
15163 cat conftest.
$ac_ext >&5
15166 if test "$am_cv_func_iconv" != yes; then
15167 am_save_LIBS
="$LIBS"
15168 LIBS
="$LIBS -liconv"
15169 cat > conftest.
$ac_ext <<EOF
15170 #line 15171 "configure"
15171 #include "confdefs.h"
15172 #include <stdlib.h>
15175 iconv_t cd = iconv_open("","");
15176 iconv(cd,NULL,NULL,NULL,NULL);
15180 if { (eval echo configure
:15181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15182 am_cv_lib_iconv
=yes
15183 am_cv_func_iconv
=yes
15185 echo "configure: failed program was:" >&5
15186 cat conftest.
$ac_ext >&5
15189 LIBS
="$am_save_LIBS"
15194 echo "$ac_t""$am_cv_func_iconv" 1>&6
15195 if test "$am_cv_func_iconv" = yes; then
15196 cat >> confdefs.h
<<\EOF
15197 #define HAVE_ICONV 1
15200 echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
15201 echo "configure:15202: checking for iconv declaration" >&5
15202 if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
15203 echo $ac_n "(cached) $ac_c" 1>&6
15206 cat > conftest.
$ac_ext <<EOF
15207 #line 15208 "configure"
15208 #include "confdefs.h"
15210 #include <stdlib.h>
15216 #if defined(__STDC__) || defined(__cplusplus)
15217 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15226 if { (eval echo configure
:15227: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15228 am_cv_proto_iconv_arg1
=""
15230 echo "configure: failed program was:" >&5
15231 cat conftest.
$ac_ext >&5
15233 am_cv_proto_iconv_arg1
="const"
15236 am_cv_proto_iconv
="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
15239 am_cv_proto_iconv
=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
15240 echo "$ac_t""${ac_t:-
15241 }$am_cv_proto_iconv" 1>&6
15242 cat >> confdefs.h
<<EOF
15243 #define ICONV_CONST $am_cv_proto_iconv_arg1
15248 if test "$am_cv_lib_iconv" = yes; then
15253 LIBS
="$LIBICONV $LIBS"
15255 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15256 ac_cpp
='$CPP $CPPFLAGS'
15257 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15258 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15259 cross_compiling
=$ac_cv_prog_cc_cross
15262 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
15263 for ac_func
in sigaction
15265 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15266 echo "configure:15267: checking for $ac_func" >&5
15267 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15268 echo $ac_n "(cached) $ac_c" 1>&6
15270 cat > conftest.
$ac_ext <<EOF
15271 #line 15272 "configure"
15272 #include "confdefs.h"
15273 /* System header to define __stub macros and hopefully few prototypes,
15274 which can conflict with char $ac_func(); below. */
15275 #include <assert.h>
15276 /* Override any gcc2 internal prototype to avoid an error. */
15277 /* We use char because int might match the return type of a gcc2
15278 builtin and then its argument prototype would still apply. */
15283 /* The GNU C library defines this for functions which it implements
15284 to always fail with ENOSYS. Some functions are actually named
15285 something starting with __ and the normal name is an alias. */
15286 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15294 if { (eval echo configure
:15295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15296 eval "ac_cv_func_$ac_func=yes"
15298 echo "configure: failed program was:" >&5
15299 cat conftest.
$ac_ext >&5
15301 eval "ac_cv_func_$ac_func=no"
15306 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15307 echo "$ac_t""yes" 1>&6
15308 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15309 cat >> confdefs.h
<<EOF
15310 #define $ac_tr_func 1
15314 echo "$ac_t""no" 1>&6
15319 if test "$ac_cv_func_sigaction" = "no"; then
15320 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
15321 wxUSE_ON_FATAL_EXCEPTION
=no
15324 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
15327 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15328 ac_cpp
='$CXXCPP $CPPFLAGS'
15329 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15330 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15331 cross_compiling
=$ac_cv_prog_cxx_cross
15334 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
15335 echo "configure:15336: checking for sa_handler type" >&5
15336 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
15337 echo $ac_n "(cached) $ac_c" 1>&6
15340 cat > conftest.
$ac_ext <<EOF
15341 #line 15342 "configure"
15342 #include "confdefs.h"
15343 #include <signal.h>
15346 extern void testSigHandler(int);
15348 struct sigaction sa;
15349 sa.sa_handler = testSigHandler;
15353 if { (eval echo configure
:15354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15356 wx_cv_type_sa_handler
=int
15359 echo "configure: failed program was:" >&5
15360 cat conftest.
$ac_ext >&5
15363 wx_cv_type_sa_handler
=void
15370 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
15373 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15374 ac_cpp
='$CPP $CPPFLAGS'
15375 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15376 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15377 cross_compiling
=$ac_cv_prog_cc_cross
15380 cat >> confdefs.h
<<EOF
15381 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
15387 for ac_func
in vfork
15389 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15390 echo "configure:15391: checking for $ac_func" >&5
15391 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15392 echo $ac_n "(cached) $ac_c" 1>&6
15394 cat > conftest.
$ac_ext <<EOF
15395 #line 15396 "configure"
15396 #include "confdefs.h"
15397 /* System header to define __stub macros and hopefully few prototypes,
15398 which can conflict with char $ac_func(); below. */
15399 #include <assert.h>
15400 /* Override any gcc2 internal prototype to avoid an error. */
15401 /* We use char because int might match the return type of a gcc2
15402 builtin and then its argument prototype would still apply. */
15407 /* The GNU C library defines this for functions which it implements
15408 to always fail with ENOSYS. Some functions are actually named
15409 something starting with __ and the normal name is an alias. */
15410 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15418 if { (eval echo configure
:15419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15420 eval "ac_cv_func_$ac_func=yes"
15422 echo "configure: failed program was:" >&5
15423 cat conftest.
$ac_ext >&5
15425 eval "ac_cv_func_$ac_func=no"
15430 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15431 echo "$ac_t""yes" 1>&6
15432 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15433 cat >> confdefs.h
<<EOF
15434 #define $ac_tr_func 1
15438 echo "$ac_t""no" 1>&6
15443 for ac_func
in mkstemp mktemp
15445 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15446 echo "configure:15447: checking for $ac_func" >&5
15447 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15448 echo $ac_n "(cached) $ac_c" 1>&6
15450 cat > conftest.
$ac_ext <<EOF
15451 #line 15452 "configure"
15452 #include "confdefs.h"
15453 /* System header to define __stub macros and hopefully few prototypes,
15454 which can conflict with char $ac_func(); below. */
15455 #include <assert.h>
15456 /* Override any gcc2 internal prototype to avoid an error. */
15457 /* We use char because int might match the return type of a gcc2
15458 builtin and then its argument prototype would still apply. */
15463 /* The GNU C library defines this for functions which it implements
15464 to always fail with ENOSYS. Some functions are actually named
15465 something starting with __ and the normal name is an alias. */
15466 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15474 if { (eval echo configure
:15475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15476 eval "ac_cv_func_$ac_func=yes"
15478 echo "configure: failed program was:" >&5
15479 cat conftest.
$ac_ext >&5
15481 eval "ac_cv_func_$ac_func=no"
15486 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15487 echo "$ac_t""yes" 1>&6
15488 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15489 cat >> confdefs.h
<<EOF
15490 #define $ac_tr_func 1
15494 echo "$ac_t""no" 1>&6
15499 echo $ac_n "checking for statfs""... $ac_c" 1>&6
15500 echo "configure:15501: checking for statfs" >&5
15501 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
15502 echo $ac_n "(cached) $ac_c" 1>&6
15504 cat > conftest.
$ac_ext <<EOF
15505 #line 15506 "configure"
15506 #include "confdefs.h"
15508 #if defined(__BSD__)
15509 #include <sys/param.h>
15510 #include <sys/mount.h>
15512 #include <sys/vfs.h>
15526 if { (eval echo configure
:15527: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15529 wx_cv_func_statfs
=yes
15532 echo "configure: failed program was:" >&5
15533 cat conftest.
$ac_ext >&5
15536 wx_cv_func_statfs
=no
15544 echo "$ac_t""$wx_cv_func_statfs" 1>&6
15546 if test "$wx_cv_func_statfs" = "yes"; then
15547 cat >> confdefs.h
<<\EOF
15548 #define HAVE_STATFS 1
15552 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
15553 echo "configure:15554: checking for statvfs" >&5
15554 if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
15555 echo $ac_n "(cached) $ac_c" 1>&6
15557 cat > conftest.
$ac_ext <<EOF
15558 #line 15559 "configure"
15559 #include "confdefs.h"
15561 #include <sys/statvfs.h>
15574 if { (eval echo configure
:15575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15577 wx_cv_func_statvfs
=yes
15580 echo "configure: failed program was:" >&5
15581 cat conftest.
$ac_ext >&5
15584 wx_cv_func_statvfs
=no
15592 echo "$ac_t""$wx_cv_func_statvfs" 1>&6
15594 if test "$wx_cv_func_statvfs" = "yes"; then
15595 cat >> confdefs.h
<<\EOF
15596 #define HAVE_STATVFS 1
15600 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
15604 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
15605 for ac_func
in fcntl flock
15607 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15608 echo "configure:15609: checking for $ac_func" >&5
15609 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15610 echo $ac_n "(cached) $ac_c" 1>&6
15612 cat > conftest.
$ac_ext <<EOF
15613 #line 15614 "configure"
15614 #include "confdefs.h"
15615 /* System header to define __stub macros and hopefully few prototypes,
15616 which can conflict with char $ac_func(); below. */
15617 #include <assert.h>
15618 /* Override any gcc2 internal prototype to avoid an error. */
15619 /* We use char because int might match the return type of a gcc2
15620 builtin and then its argument prototype would still apply. */
15625 /* The GNU C library defines this for functions which it implements
15626 to always fail with ENOSYS. Some functions are actually named
15627 something starting with __ and the normal name is an alias. */
15628 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15636 if { (eval echo configure
:15637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15638 eval "ac_cv_func_$ac_func=yes"
15640 echo "configure: failed program was:" >&5
15641 cat conftest.
$ac_ext >&5
15643 eval "ac_cv_func_$ac_func=no"
15648 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15649 echo "$ac_t""yes" 1>&6
15650 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15651 cat >> confdefs.h
<<EOF
15652 #define $ac_tr_func 1
15656 echo "$ac_t""no" 1>&6
15661 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
15662 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
15663 wxUSE_SNGLINST_CHECKER
=no
15667 for ac_func
in timegm
15669 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15670 echo "configure:15671: checking for $ac_func" >&5
15671 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15672 echo $ac_n "(cached) $ac_c" 1>&6
15674 cat > conftest.
$ac_ext <<EOF
15675 #line 15676 "configure"
15676 #include "confdefs.h"
15677 /* System header to define __stub macros and hopefully few prototypes,
15678 which can conflict with char $ac_func(); below. */
15679 #include <assert.h>
15680 /* Override any gcc2 internal prototype to avoid an error. */
15681 /* We use char because int might match the return type of a gcc2
15682 builtin and then its argument prototype would still apply. */
15687 /* The GNU C library defines this for functions which it implements
15688 to always fail with ENOSYS. Some functions are actually named
15689 something starting with __ and the normal name is an alias. */
15690 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15698 if { (eval echo configure
:15699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15700 eval "ac_cv_func_$ac_func=yes"
15702 echo "configure: failed program was:" >&5
15703 cat conftest.
$ac_ext >&5
15705 eval "ac_cv_func_$ac_func=no"
15710 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15711 echo "$ac_t""yes" 1>&6
15712 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15713 cat >> confdefs.h
<<EOF
15714 #define $ac_tr_func 1
15718 echo "$ac_t""no" 1>&6
15723 for ac_func
in putenv setenv
15725 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15726 echo "configure:15727: checking for $ac_func" >&5
15727 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15728 echo $ac_n "(cached) $ac_c" 1>&6
15730 cat > conftest.
$ac_ext <<EOF
15731 #line 15732 "configure"
15732 #include "confdefs.h"
15733 /* System header to define __stub macros and hopefully few prototypes,
15734 which can conflict with char $ac_func(); below. */
15735 #include <assert.h>
15736 /* Override any gcc2 internal prototype to avoid an error. */
15737 /* We use char because int might match the return type of a gcc2
15738 builtin and then its argument prototype would still apply. */
15743 /* The GNU C library defines this for functions which it implements
15744 to always fail with ENOSYS. Some functions are actually named
15745 something starting with __ and the normal name is an alias. */
15746 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15754 if { (eval echo configure
:15755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15756 eval "ac_cv_func_$ac_func=yes"
15758 echo "configure: failed program was:" >&5
15759 cat conftest.
$ac_ext >&5
15761 eval "ac_cv_func_$ac_func=no"
15766 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15767 echo "$ac_t""yes" 1>&6
15768 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15769 cat >> confdefs.h
<<EOF
15770 #define $ac_tr_func 1
15774 echo "$ac_t""no" 1>&6
15779 HAVE_SOME_SLEEP_FUNC
=0
15780 if test "$USE_BEOS" = 1; then
15781 cat >> confdefs.h
<<\EOF
15782 #define HAVE_SLEEP 1
15785 HAVE_SOME_SLEEP_FUNC
=1
15788 if test "$USE_DARWIN" = 1; then
15789 cat >> confdefs.h
<<\EOF
15790 #define HAVE_USLEEP 1
15793 HAVE_SOME_SLEEP_FUNC
=1
15796 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
15798 for ac_func
in nanosleep
15800 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15801 echo "configure:15802: checking for $ac_func" >&5
15802 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15803 echo $ac_n "(cached) $ac_c" 1>&6
15805 cat > conftest.
$ac_ext <<EOF
15806 #line 15807 "configure"
15807 #include "confdefs.h"
15808 /* System header to define __stub macros and hopefully few prototypes,
15809 which can conflict with char $ac_func(); below. */
15810 #include <assert.h>
15811 /* Override any gcc2 internal prototype to avoid an error. */
15812 /* We use char because int might match the return type of a gcc2
15813 builtin and then its argument prototype would still apply. */
15818 /* The GNU C library defines this for functions which it implements
15819 to always fail with ENOSYS. Some functions are actually named
15820 something starting with __ and the normal name is an alias. */
15821 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15829 if { (eval echo configure
:15830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15831 eval "ac_cv_func_$ac_func=yes"
15833 echo "configure: failed program was:" >&5
15834 cat conftest.
$ac_ext >&5
15836 eval "ac_cv_func_$ac_func=no"
15841 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15842 echo "$ac_t""yes" 1>&6
15843 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15844 cat >> confdefs.h
<<EOF
15845 #define $ac_tr_func 1
15847 cat >> confdefs.h
<<\EOF
15848 #define HAVE_NANOSLEEP 1
15852 echo "$ac_t""no" 1>&6
15853 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
15854 echo "configure:15855: checking for nanosleep in -lposix4" >&5
15855 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
15856 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15857 echo $ac_n "(cached) $ac_c" 1>&6
15859 ac_save_LIBS
="$LIBS"
15860 LIBS
="-lposix4 $LIBS"
15861 cat > conftest.
$ac_ext <<EOF
15862 #line 15863 "configure"
15863 #include "confdefs.h"
15864 /* Override any gcc2 internal prototype to avoid an error. */
15865 /* We use char because int might match the return type of a gcc2
15866 builtin and then its argument prototype would still apply. */
15873 if { (eval echo configure
:15874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15875 eval "ac_cv_lib_$ac_lib_var=yes"
15877 echo "configure: failed program was:" >&5
15878 cat conftest.
$ac_ext >&5
15880 eval "ac_cv_lib_$ac_lib_var=no"
15883 LIBS
="$ac_save_LIBS"
15886 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15887 echo "$ac_t""yes" 1>&6
15889 cat >> confdefs.h
<<\EOF
15890 #define HAVE_NANOSLEEP 1
15893 POSIX4_LINK
=" -lposix4"
15896 echo "$ac_t""no" 1>&6
15898 for ac_func
in usleep
15900 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15901 echo "configure:15902: checking for $ac_func" >&5
15902 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15903 echo $ac_n "(cached) $ac_c" 1>&6
15905 cat > conftest.
$ac_ext <<EOF
15906 #line 15907 "configure"
15907 #include "confdefs.h"
15908 /* System header to define __stub macros and hopefully few prototypes,
15909 which can conflict with char $ac_func(); below. */
15910 #include <assert.h>
15911 /* Override any gcc2 internal prototype to avoid an error. */
15912 /* We use char because int might match the return type of a gcc2
15913 builtin and then its argument prototype would still apply. */
15918 /* The GNU C library defines this for functions which it implements
15919 to always fail with ENOSYS. Some functions are actually named
15920 something starting with __ and the normal name is an alias. */
15921 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15929 if { (eval echo configure
:15930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15931 eval "ac_cv_func_$ac_func=yes"
15933 echo "configure: failed program was:" >&5
15934 cat conftest.
$ac_ext >&5
15936 eval "ac_cv_func_$ac_func=no"
15941 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15942 echo "$ac_t""yes" 1>&6
15943 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15944 cat >> confdefs.h
<<EOF
15945 #define $ac_tr_func 1
15947 cat >> confdefs.h
<<\EOF
15948 #define HAVE_USLEEP 1
15952 echo "$ac_t""no" 1>&6
15953 echo "configure: warning: wxSleep() function will not work" 1>&2
15969 for ac_func
in uname gethostname
15971 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15972 echo "configure:15973: checking for $ac_func" >&5
15973 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15974 echo $ac_n "(cached) $ac_c" 1>&6
15976 cat > conftest.
$ac_ext <<EOF
15977 #line 15978 "configure"
15978 #include "confdefs.h"
15979 /* System header to define __stub macros and hopefully few prototypes,
15980 which can conflict with char $ac_func(); below. */
15981 #include <assert.h>
15982 /* Override any gcc2 internal prototype to avoid an error. */
15983 /* We use char because int might match the return type of a gcc2
15984 builtin and then its argument prototype would still apply. */
15989 /* The GNU C library defines this for functions which it implements
15990 to always fail with ENOSYS. Some functions are actually named
15991 something starting with __ and the normal name is an alias. */
15992 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16000 if { (eval echo configure
:16001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16002 eval "ac_cv_func_$ac_func=yes"
16004 echo "configure: failed program was:" >&5
16005 cat conftest.
$ac_ext >&5
16007 eval "ac_cv_func_$ac_func=no"
16012 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16013 echo "$ac_t""yes" 1>&6
16014 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16015 cat >> confdefs.h
<<EOF
16016 #define $ac_tr_func 1
16020 echo "$ac_t""no" 1>&6
16027 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16028 ac_cpp
='$CXXCPP $CPPFLAGS'
16029 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16030 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16031 cross_compiling
=$ac_cv_prog_cxx_cross
16034 for ac_func
in strtok_r
16036 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16037 echo "configure:16038: checking for $ac_func" >&5
16038 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16039 echo $ac_n "(cached) $ac_c" 1>&6
16041 cat > conftest.
$ac_ext <<EOF
16042 #line 16043 "configure"
16043 #include "confdefs.h"
16044 /* System header to define __stub macros and hopefully few prototypes,
16045 which can conflict with char $ac_func(); below. */
16046 #include <assert.h>
16047 /* Override any gcc2 internal prototype to avoid an error. */
16051 /* We use char because int might match the return type of a gcc2
16052 builtin and then its argument prototype would still apply. */
16057 /* The GNU C library defines this for functions which it implements
16058 to always fail with ENOSYS. Some functions are actually named
16059 something starting with __ and the normal name is an alias. */
16060 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16068 if { (eval echo configure
:16069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16070 eval "ac_cv_func_$ac_func=yes"
16072 echo "configure: failed program was:" >&5
16073 cat conftest.
$ac_ext >&5
16075 eval "ac_cv_func_$ac_func=no"
16080 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16081 echo "$ac_t""yes" 1>&6
16082 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16083 cat >> confdefs.h
<<EOF
16084 #define $ac_tr_func 1
16088 echo "$ac_t""no" 1>&6
16094 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16095 ac_cpp
='$CPP $CPPFLAGS'
16096 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16097 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16098 cross_compiling
=$ac_cv_prog_cc_cross
16102 for ac_func
in inet_addr
16104 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16105 echo "configure:16106: checking for $ac_func" >&5
16106 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16107 echo $ac_n "(cached) $ac_c" 1>&6
16109 cat > conftest.
$ac_ext <<EOF
16110 #line 16111 "configure"
16111 #include "confdefs.h"
16112 /* System header to define __stub macros and hopefully few prototypes,
16113 which can conflict with char $ac_func(); below. */
16114 #include <assert.h>
16115 /* Override any gcc2 internal prototype to avoid an error. */
16116 /* We use char because int might match the return type of a gcc2
16117 builtin and then its argument prototype would still apply. */
16122 /* The GNU C library defines this for functions which it implements
16123 to always fail with ENOSYS. Some functions are actually named
16124 something starting with __ and the normal name is an alias. */
16125 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16133 if { (eval echo configure
:16134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16135 eval "ac_cv_func_$ac_func=yes"
16137 echo "configure: failed program was:" >&5
16138 cat conftest.
$ac_ext >&5
16140 eval "ac_cv_func_$ac_func=no"
16145 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16146 echo "$ac_t""yes" 1>&6
16147 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16148 cat >> confdefs.h
<<EOF
16149 #define $ac_tr_func 1
16151 cat >> confdefs.h
<<\EOF
16152 #define HAVE_INET_ADDR 1
16156 echo "$ac_t""no" 1>&6
16157 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
16158 echo "configure:16159: checking for inet_addr in -lnsl" >&5
16159 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
16160 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16161 echo $ac_n "(cached) $ac_c" 1>&6
16163 ac_save_LIBS
="$LIBS"
16165 cat > conftest.
$ac_ext <<EOF
16166 #line 16167 "configure"
16167 #include "confdefs.h"
16168 /* Override any gcc2 internal prototype to avoid an error. */
16169 /* We use char because int might match the return type of a gcc2
16170 builtin and then its argument prototype would still apply. */
16177 if { (eval echo configure
:16178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16179 eval "ac_cv_lib_$ac_lib_var=yes"
16181 echo "configure: failed program was:" >&5
16182 cat conftest.
$ac_ext >&5
16184 eval "ac_cv_lib_$ac_lib_var=no"
16187 LIBS
="$ac_save_LIBS"
16190 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16191 echo "$ac_t""yes" 1>&6
16194 echo "$ac_t""no" 1>&6
16195 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
16196 echo "configure:16197: checking for inet_addr in -lresolv" >&5
16197 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
16198 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16199 echo $ac_n "(cached) $ac_c" 1>&6
16201 ac_save_LIBS
="$LIBS"
16202 LIBS
="-lresolv $LIBS"
16203 cat > conftest.
$ac_ext <<EOF
16204 #line 16205 "configure"
16205 #include "confdefs.h"
16206 /* Override any gcc2 internal prototype to avoid an error. */
16207 /* We use char because int might match the return type of a gcc2
16208 builtin and then its argument prototype would still apply. */
16215 if { (eval echo configure
:16216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16217 eval "ac_cv_lib_$ac_lib_var=yes"
16219 echo "configure: failed program was:" >&5
16220 cat conftest.
$ac_ext >&5
16222 eval "ac_cv_lib_$ac_lib_var=no"
16225 LIBS
="$ac_save_LIBS"
16228 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16229 echo "$ac_t""yes" 1>&6
16233 echo "$ac_t""no" 1>&6
16245 for ac_func
in inet_aton
16247 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16248 echo "configure:16249: checking for $ac_func" >&5
16249 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16250 echo $ac_n "(cached) $ac_c" 1>&6
16252 cat > conftest.
$ac_ext <<EOF
16253 #line 16254 "configure"
16254 #include "confdefs.h"
16255 /* System header to define __stub macros and hopefully few prototypes,
16256 which can conflict with char $ac_func(); below. */
16257 #include <assert.h>
16258 /* Override any gcc2 internal prototype to avoid an error. */
16259 /* We use char because int might match the return type of a gcc2
16260 builtin and then its argument prototype would still apply. */
16265 /* The GNU C library defines this for functions which it implements
16266 to always fail with ENOSYS. Some functions are actually named
16267 something starting with __ and the normal name is an alias. */
16268 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16276 if { (eval echo configure
:16277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16278 eval "ac_cv_func_$ac_func=yes"
16280 echo "configure: failed program was:" >&5
16281 cat conftest.
$ac_ext >&5
16283 eval "ac_cv_func_$ac_func=no"
16288 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16289 echo "$ac_t""yes" 1>&6
16290 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16291 cat >> confdefs.h
<<EOF
16292 #define $ac_tr_func 1
16294 cat >> confdefs.h
<<\EOF
16295 #define HAVE_INET_ATON 1
16299 echo "$ac_t""no" 1>&6
16300 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
16301 echo "configure:16302: checking for inet_aton in -l$INET_LINK" >&5
16302 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
16303 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16304 echo $ac_n "(cached) $ac_c" 1>&6
16306 ac_save_LIBS
="$LIBS"
16307 LIBS
="-l$INET_LINK $LIBS"
16308 cat > conftest.
$ac_ext <<EOF
16309 #line 16310 "configure"
16310 #include "confdefs.h"
16311 /* Override any gcc2 internal prototype to avoid an error. */
16312 /* We use char because int might match the return type of a gcc2
16313 builtin and then its argument prototype would still apply. */
16320 if { (eval echo configure
:16321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16322 eval "ac_cv_lib_$ac_lib_var=yes"
16324 echo "configure: failed program was:" >&5
16325 cat conftest.
$ac_ext >&5
16327 eval "ac_cv_lib_$ac_lib_var=no"
16330 LIBS
="$ac_save_LIBS"
16333 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16334 echo "$ac_t""yes" 1>&6
16335 cat >> confdefs.h
<<\EOF
16336 #define HAVE_INET_ATON 1
16340 echo "$ac_t""no" 1>&6
16348 if test "x$INET_LINK" != "x"; then
16349 cat >> confdefs.h
<<\EOF
16350 #define HAVE_INET_ADDR 1
16353 INET_LINK
=" -l$INET_LINK"
16359 cat > confcache
<<\EOF
16360 # This file is a shell script that caches the results of configure
16361 # tests run on this system so they can be shared between configure
16362 # scripts and configure runs. It is not useful on other systems.
16363 # If it contains results you don't want to keep, you may remove or edit it.
16365 # By default, configure uses ./config.cache as the cache file,
16366 # creating it if it does not exist already. You can give configure
16367 # the --cache-file=FILE option to use a different cache file; that is
16368 # what configure does when it calls configure scripts in
16369 # subdirectories, so they share the cache.
16370 # Giving --cache-file=/dev/null disables caching, for debugging configure.
16371 # config.status only pays attention to the cache file if you give it the
16372 # --recheck option to rerun configure.
16375 # The following way of writing the cache mishandles newlines in values,
16376 # but we know of no workaround that is simple, portable, and efficient.
16377 # So, don't put newlines in cache variables' values.
16378 # Ultrix sh set writes to stderr and can't be redirected directly,
16379 # and sets the high bit in the cache file unless we assign to the vars.
16381 case `(ac_space=' '; set | grep ac_space) 2>&1` in
16383 # `set' does not quote correctly, so add quotes (double-quote substitution
16384 # turns \\\\ into \\, and sed turns \\ into \).
16386 -e "s/'/'\\\\''/g" \
16387 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
16390 # `set' quotes correctly as required by POSIX, so do not add quotes.
16391 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
16394 if cmp -s $cache_file confcache
; then
16397 if test -w $cache_file; then
16398 echo "updating cache $cache_file"
16399 cat confcache
> $cache_file
16401 echo "not updating unwritable cache $cache_file"
16408 if test "$TOOLKIT" != "MSW"; then
16414 CODE_GEN_FLAGS_CXX
=
16416 if test "$wxUSE_THREADS" = "yes" ; then
16417 if test "$wxUSE_WINE" = 1 ; then
16418 echo "configure: warning: Threads are not supported under WINE... disabled" 1>&2
16420 elif test "$USE_BEOS" = 1; then
16421 echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2
16426 if test "$wxUSE_THREADS" = "yes" ; then
16428 if test "$USE_AIX" = 1; then
16429 THREADS_LIB
=pthreads
16431 THREADS_LIB
=pthread
16434 echo $ac_n "checking for pthread_create in -l$THREADS_LIB""... $ac_c" 1>&6
16435 echo "configure:16436: checking for pthread_create in -l$THREADS_LIB" >&5
16436 ac_lib_var
=`echo $THREADS_LIB'_'pthread_create | sed 'y%./+-%__p_%'`
16437 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16438 echo $ac_n "(cached) $ac_c" 1>&6
16440 ac_save_LIBS
="$LIBS"
16441 LIBS
="-l$THREADS_LIB $LIBS"
16442 cat > conftest.
$ac_ext <<EOF
16443 #line 16444 "configure"
16444 #include "confdefs.h"
16445 /* Override any gcc2 internal prototype to avoid an error. */
16446 /* We use char because int might match the return type of a gcc2
16447 builtin and then its argument prototype would still apply. */
16448 char pthread_create();
16454 if { (eval echo configure
:16455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16456 eval "ac_cv_lib_$ac_lib_var=yes"
16458 echo "configure: failed program was:" >&5
16459 cat conftest.
$ac_ext >&5
16461 eval "ac_cv_lib_$ac_lib_var=no"
16464 LIBS
="$ac_save_LIBS"
16467 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16468 echo "$ac_t""yes" 1>&6
16470 THREADS_OBJ
="threadpsx.lo"
16471 THREADS_LINK
=$THREADS_LIB
16474 echo "$ac_t""no" 1>&6
16476 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
16477 echo "configure:16478: checking for pthread_create in -lc_r" >&5
16478 ac_lib_var
=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
16479 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16480 echo $ac_n "(cached) $ac_c" 1>&6
16482 ac_save_LIBS
="$LIBS"
16484 cat > conftest.
$ac_ext <<EOF
16485 #line 16486 "configure"
16486 #include "confdefs.h"
16487 /* Override any gcc2 internal prototype to avoid an error. */
16488 /* We use char because int might match the return type of a gcc2
16489 builtin and then its argument prototype would still apply. */
16490 char pthread_create();
16496 if { (eval echo configure
:16497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16498 eval "ac_cv_lib_$ac_lib_var=yes"
16500 echo "configure: failed program was:" >&5
16501 cat conftest.
$ac_ext >&5
16503 eval "ac_cv_lib_$ac_lib_var=no"
16506 LIBS
="$ac_save_LIBS"
16509 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16510 echo "$ac_t""yes" 1>&6
16512 THREADS_OBJ
="threadpsx.lo"
16516 echo "$ac_t""no" 1>&6
16518 ac_safe
=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
16519 echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
16520 echo "configure:16521: checking for sys/prctl.h" >&5
16521 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16522 echo $ac_n "(cached) $ac_c" 1>&6
16524 cat > conftest.
$ac_ext <<EOF
16525 #line 16526 "configure"
16526 #include "confdefs.h"
16527 #include <sys/prctl.h>
16529 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16530 { (eval echo configure
:16531: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16531 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16532 if test -z "$ac_err"; then
16534 eval "ac_cv_header_$ac_safe=yes"
16537 echo "configure: failed program was:" >&5
16538 cat conftest.
$ac_ext >&5
16540 eval "ac_cv_header_$ac_safe=no"
16544 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16545 echo "$ac_t""yes" 1>&6
16547 THREADS_OBJ
="threadsgi.lo"
16550 echo "$ac_t""no" 1>&6
16560 if test -z "$THREADS_OBJ" ; then
16562 echo "configure: warning: No thread support on this system... disabled" 1>&2
16566 if test "$wxUSE_THREADS" = "yes" ; then
16567 for ac_func
in thr_setconcurrency
16569 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16570 echo "configure:16571: checking for $ac_func" >&5
16571 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16572 echo $ac_n "(cached) $ac_c" 1>&6
16574 cat > conftest.
$ac_ext <<EOF
16575 #line 16576 "configure"
16576 #include "confdefs.h"
16577 /* System header to define __stub macros and hopefully few prototypes,
16578 which can conflict with char $ac_func(); below. */
16579 #include <assert.h>
16580 /* Override any gcc2 internal prototype to avoid an error. */
16581 /* We use char because int might match the return type of a gcc2
16582 builtin and then its argument prototype would still apply. */
16587 /* The GNU C library defines this for functions which it implements
16588 to always fail with ENOSYS. Some functions are actually named
16589 something starting with __ and the normal name is an alias. */
16590 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16598 if { (eval echo configure
:16599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16600 eval "ac_cv_func_$ac_func=yes"
16602 echo "configure: failed program was:" >&5
16603 cat conftest.
$ac_ext >&5
16605 eval "ac_cv_func_$ac_func=no"
16610 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16611 echo "$ac_t""yes" 1>&6
16612 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16613 cat >> confdefs.h
<<EOF
16614 #define $ac_tr_func 1
16618 echo "$ac_t""no" 1>&6
16624 for ac_hdr
in sched.h
16626 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
16627 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
16628 echo "configure:16629: checking for $ac_hdr" >&5
16629 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
16630 echo $ac_n "(cached) $ac_c" 1>&6
16632 cat > conftest.
$ac_ext <<EOF
16633 #line 16634 "configure"
16634 #include "confdefs.h"
16637 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16638 { (eval echo configure
:16639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16639 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16640 if test -z "$ac_err"; then
16642 eval "ac_cv_header_$ac_safe=yes"
16645 echo "configure: failed program was:" >&5
16646 cat conftest.
$ac_ext >&5
16648 eval "ac_cv_header_$ac_safe=no"
16652 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
16653 echo "$ac_t""yes" 1>&6
16654 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
16655 cat >> confdefs.h
<<EOF
16656 #define $ac_tr_hdr 1
16660 echo "$ac_t""no" 1>&6
16665 echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
16666 echo "configure:16667: checking for sched_yield in -l$THREADS_LINK" >&5
16667 ac_lib_var
=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
16668 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16669 echo $ac_n "(cached) $ac_c" 1>&6
16671 ac_save_LIBS
="$LIBS"
16672 LIBS
="-l$THREADS_LINK $LIBS"
16673 cat > conftest.
$ac_ext <<EOF
16674 #line 16675 "configure"
16675 #include "confdefs.h"
16676 /* Override any gcc2 internal prototype to avoid an error. */
16677 /* We use char because int might match the return type of a gcc2
16678 builtin and then its argument prototype would still apply. */
16679 char sched_yield();
16685 if { (eval echo configure
:16686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16687 eval "ac_cv_lib_$ac_lib_var=yes"
16689 echo "configure: failed program was:" >&5
16690 cat conftest.
$ac_ext >&5
16692 eval "ac_cv_lib_$ac_lib_var=no"
16695 LIBS
="$ac_save_LIBS"
16698 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16699 echo "$ac_t""yes" 1>&6
16700 cat >> confdefs.h
<<\EOF
16701 #define HAVE_SCHED_YIELD 1
16705 echo "$ac_t""no" 1>&6
16706 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
16707 echo "configure:16708: checking for sched_yield in -lposix4" >&5
16708 ac_lib_var
=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
16709 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16710 echo $ac_n "(cached) $ac_c" 1>&6
16712 ac_save_LIBS
="$LIBS"
16713 LIBS
="-lposix4 $LIBS"
16714 cat > conftest.
$ac_ext <<EOF
16715 #line 16716 "configure"
16716 #include "confdefs.h"
16717 /* Override any gcc2 internal prototype to avoid an error. */
16718 /* We use char because int might match the return type of a gcc2
16719 builtin and then its argument prototype would still apply. */
16720 char sched_yield();
16726 if { (eval echo configure
:16727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16728 eval "ac_cv_lib_$ac_lib_var=yes"
16730 echo "configure: failed program was:" >&5
16731 cat conftest.
$ac_ext >&5
16733 eval "ac_cv_lib_$ac_lib_var=no"
16736 LIBS
="$ac_save_LIBS"
16739 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16740 echo "$ac_t""yes" 1>&6
16741 cat >> confdefs.h
<<\EOF
16742 #define HAVE_SCHED_YIELD 1
16744 POSIX4_LINK
=" -lposix4"
16746 echo "$ac_t""no" 1>&6
16747 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
16756 echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
16757 echo "configure:16758: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
16758 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
16759 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16760 echo $ac_n "(cached) $ac_c" 1>&6
16762 ac_save_LIBS
="$LIBS"
16763 LIBS
="-l$THREADS_LINK $LIBS"
16764 cat > conftest.
$ac_ext <<EOF
16765 #line 16766 "configure"
16766 #include "confdefs.h"
16767 /* Override any gcc2 internal prototype to avoid an error. */
16768 /* We use char because int might match the return type of a gcc2
16769 builtin and then its argument prototype would still apply. */
16770 char pthread_attr_getschedpolicy();
16773 pthread_attr_getschedpolicy()
16776 if { (eval echo configure
:16777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16778 eval "ac_cv_lib_$ac_lib_var=yes"
16780 echo "configure: failed program was:" >&5
16781 cat conftest.
$ac_ext >&5
16783 eval "ac_cv_lib_$ac_lib_var=no"
16786 LIBS
="$ac_save_LIBS"
16789 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16790 echo "$ac_t""yes" 1>&6
16791 echo $ac_n "checking for pthread_attr_setschedparam in -l$THREADS_LINK""... $ac_c" 1>&6
16792 echo "configure:16793: checking for pthread_attr_setschedparam in -l$THREADS_LINK" >&5
16793 ac_lib_var
=`echo $THREADS_LINK'_'pthread_attr_setschedparam | sed 'y%./+-%__p_%'`
16794 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16795 echo $ac_n "(cached) $ac_c" 1>&6
16797 ac_save_LIBS
="$LIBS"
16798 LIBS
="-l$THREADS_LINK $LIBS"
16799 cat > conftest.
$ac_ext <<EOF
16800 #line 16801 "configure"
16801 #include "confdefs.h"
16802 /* Override any gcc2 internal prototype to avoid an error. */
16803 /* We use char because int might match the return type of a gcc2
16804 builtin and then its argument prototype would still apply. */
16805 char pthread_attr_setschedparam();
16808 pthread_attr_setschedparam()
16811 if { (eval echo configure
:16812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16813 eval "ac_cv_lib_$ac_lib_var=yes"
16815 echo "configure: failed program was:" >&5
16816 cat conftest.
$ac_ext >&5
16818 eval "ac_cv_lib_$ac_lib_var=no"
16821 LIBS
="$ac_save_LIBS"
16824 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16825 echo "$ac_t""yes" 1>&6
16826 echo $ac_n "checking for sched_get_priority_max in -l$THREADS_LINK""... $ac_c" 1>&6
16827 echo "configure:16828: checking for sched_get_priority_max in -l$THREADS_LINK" >&5
16828 ac_lib_var
=`echo $THREADS_LINK'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
16829 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16830 echo $ac_n "(cached) $ac_c" 1>&6
16832 ac_save_LIBS
="$LIBS"
16833 LIBS
="-l$THREADS_LINK $LIBS"
16834 cat > conftest.
$ac_ext <<EOF
16835 #line 16836 "configure"
16836 #include "confdefs.h"
16837 /* Override any gcc2 internal prototype to avoid an error. */
16838 /* We use char because int might match the return type of a gcc2
16839 builtin and then its argument prototype would still apply. */
16840 char sched_get_priority_max();
16843 sched_get_priority_max()
16846 if { (eval echo configure
:16847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16848 eval "ac_cv_lib_$ac_lib_var=yes"
16850 echo "configure: failed program was:" >&5
16851 cat conftest.
$ac_ext >&5
16853 eval "ac_cv_lib_$ac_lib_var=no"
16856 LIBS
="$ac_save_LIBS"
16859 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16860 echo "$ac_t""yes" 1>&6
16863 echo "$ac_t""no" 1>&6
16864 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
16865 echo "configure:16866: checking for sched_get_priority_max in -lposix4" >&5
16866 ac_lib_var
=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
16867 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16868 echo $ac_n "(cached) $ac_c" 1>&6
16870 ac_save_LIBS
="$LIBS"
16871 LIBS
="-lposix4 $LIBS"
16872 cat > conftest.
$ac_ext <<EOF
16873 #line 16874 "configure"
16874 #include "confdefs.h"
16875 /* Override any gcc2 internal prototype to avoid an error. */
16876 /* We use char because int might match the return type of a gcc2
16877 builtin and then its argument prototype would still apply. */
16878 char sched_get_priority_max();
16881 sched_get_priority_max()
16884 if { (eval echo configure
:16885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16886 eval "ac_cv_lib_$ac_lib_var=yes"
16888 echo "configure: failed program was:" >&5
16889 cat conftest.
$ac_ext >&5
16891 eval "ac_cv_lib_$ac_lib_var=no"
16894 LIBS
="$ac_save_LIBS"
16897 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16898 echo "$ac_t""yes" 1>&6
16901 POSIX4_LINK
=" -lposix4"
16904 echo "$ac_t""no" 1>&6
16912 echo "$ac_t""no" 1>&6
16917 echo "$ac_t""no" 1>&6
16921 if test "$HAVE_PRIOR_FUNCS" = 1; then
16922 cat >> confdefs.h
<<\EOF
16923 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
16927 echo "configure: warning: Setting thread priority will not work" 1>&2
16930 echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
16931 echo "configure:16932: checking for pthread_cancel in -l$THREADS_LINK" >&5
16932 ac_lib_var
=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
16933 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16934 echo $ac_n "(cached) $ac_c" 1>&6
16936 ac_save_LIBS
="$LIBS"
16937 LIBS
="-l$THREADS_LINK $LIBS"
16938 cat > conftest.
$ac_ext <<EOF
16939 #line 16940 "configure"
16940 #include "confdefs.h"
16941 /* Override any gcc2 internal prototype to avoid an error. */
16942 /* We use char because int might match the return type of a gcc2
16943 builtin and then its argument prototype would still apply. */
16944 char pthread_cancel();
16950 if { (eval echo configure
:16951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16952 eval "ac_cv_lib_$ac_lib_var=yes"
16954 echo "configure: failed program was:" >&5
16955 cat conftest.
$ac_ext >&5
16957 eval "ac_cv_lib_$ac_lib_var=no"
16960 LIBS
="$ac_save_LIBS"
16963 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
16964 echo "$ac_t""yes" 1>&6
16965 cat >> confdefs.h
<<\EOF
16966 #define HAVE_PTHREAD_CANCEL 1
16970 echo "$ac_t""no" 1>&6
16971 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
16975 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
16976 echo "configure:16977: checking for pthread_cleanup_push/pop" >&5
16977 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
16978 echo $ac_n "(cached) $ac_c" 1>&6
16981 cat > conftest.
$ac_ext <<EOF
16982 #line 16983 "configure"
16983 #include "confdefs.h"
16984 #include <pthread.h>
16987 pthread_cleanup_push(NULL, NULL);
16988 pthread_cleanup_pop(0);
16992 if { (eval echo configure
:16993: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16995 wx_cv_func_pthread_cleanup_push
=yes
16998 echo "configure: failed program was:" >&5
16999 cat conftest.
$ac_ext >&5
17002 wx_cv_func_pthread_cleanup_push
=no
17009 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
17011 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
17012 cat >> confdefs.h
<<\EOF
17013 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
17019 if test "x$wx_lib_glibc21" = "xyes"; then
17020 CPPFLAGS
="$CPPFLAGS -D_GNU_SOURCE"
17023 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
17024 echo "configure:17025: checking for pthread_mutexattr_t" >&5
17025 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
17026 echo $ac_n "(cached) $ac_c" 1>&6
17029 cat > conftest.
$ac_ext <<EOF
17030 #line 17031 "configure"
17031 #include "confdefs.h"
17032 #include <pthread.h>
17035 pthread_mutexattr_t attr;
17036 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
17040 if { (eval echo configure
:17041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17043 wx_cv_type_pthread_mutexattr_t
=yes
17046 echo "configure: failed program was:" >&5
17047 cat conftest.
$ac_ext >&5
17050 wx_cv_type_pthread_mutexattr_t
=no
17058 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
17060 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
17061 cat >> confdefs.h
<<\EOF
17062 #define HAVE_PTHREAD_MUTEXATTR_T 1
17066 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
17067 echo "configure:17068: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
17068 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
17069 echo $ac_n "(cached) $ac_c" 1>&6
17072 cat > conftest.
$ac_ext <<EOF
17073 #line 17074 "configure"
17074 #include "confdefs.h"
17075 #include <pthread.h>
17078 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
17082 if { (eval echo configure
:17083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17085 wx_cv_type_pthread_rec_mutex_init
=yes
17088 echo "configure: failed program was:" >&5
17089 cat conftest.
$ac_ext >&5
17092 wx_cv_type_pthread_rec_mutex_init
=no
17100 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
17101 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
17102 cat >> confdefs.h
<<\EOF
17103 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
17107 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
17111 THREADS_LINK
=" -l$THREADS_LINK"
17113 if test "$USE_SOLARIS" = "yes" -a "$GCC" != "yes"; then
17114 CPPFLAGS
="$CFLAGS -mt"
17115 CXXFLAGS
="$CXXFLAGS -mt"
17116 LDFLAGS
="$LDFLAGS -mt"
17122 if test "$wxUSE_THREADS" = "yes"; then
17123 cat >> confdefs.h
<<\EOF
17124 #define wxUSE_THREADS 1
17128 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS $CPP_MT_FLAG"
17130 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
17132 if test "$ac_cv_func_strtok_r" = "yes"; then
17133 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
17134 echo "configure:17135: checking if -D_REENTRANT is needed" >&5
17135 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
17136 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
17137 echo "$ac_t""yes" 1>&6
17139 echo "$ac_t""no" 1>&6
17144 if test "$WXGTK20" = 1 ; then
17145 cat >> confdefs.h
<<EOF
17146 #define __WXGTK20__ $WXGTK20
17152 if test "$WXGTK12" = 1 ; then
17153 cat >> confdefs.h
<<EOF
17154 #define __WXGTK12__ $WXGTK12
17159 if test "$WXGTK127" = 1 ; then
17160 cat >> confdefs.h
<<EOF
17161 #define __WXGTK127__ $WXGTK127
17168 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
17173 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
17174 wxUSE_DEBUG_INFO
=yes
17178 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
17179 cat >> confdefs.h
<<\EOF
17183 WXDEBUG_DEFINE
="-D__WXDEBUG__"
17185 if test "$wxUSE_GTK" = 1 ; then
17186 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
17190 if test "$wxUSE_MEM_TRACING" = "yes" ; then
17191 cat >> confdefs.h
<<\EOF
17192 #define wxUSE_MEMORY_TRACING 1
17195 cat >> confdefs.h
<<\EOF
17196 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
17199 cat >> confdefs.h
<<\EOF
17200 #define wxUSE_DEBUG_NEW_ALWAYS 1
17203 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
17206 if test "$wxUSE_DMALLOC" = "yes" ; then
17207 DMALLOC_LIBS
="-ldmalloc"
17211 if test "$wxUSE_PROFILE" = "yes" ; then
17215 if test "$GCC" = "yes" ; then
17216 if test "$wxUSE_NO_RTTI" = "yes" ; then
17217 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
17219 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
17220 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
17222 if test "$wxUSE_PERMISSIVE" = "yes" ; then
17223 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
17225 if test "$USE_WIN32" = 1 ; then
17226 # I'm not even really sure what this was ever added to solve,
17227 # but someone added it for mingw native builds, so I guess
17228 # they had a reason, right??
17229 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fno-pcc-struct-return"
17234 CXXFLAGS
=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
17235 CFLAGS
=`echo "${CFLAGS}" | sed "s/\-O.//g" `
17236 if test "$wxUSE_OPTIMISE" = "no" ; then
17239 if test "$GCC" = yes ; then
17242 i586
-*-*|i686
-*-* )
17243 OPTIMISE
="${OPTIMISE} "
17251 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
17252 cat >> confdefs.h
<<\EOF
17253 #define WXWIN_COMPATIBILITY_2 1
17257 WXWIN_COMPATIBILITY_2_2
="yes"
17260 if test "$WXWIN_COMPATIBILITY_2_2" = "yes"; then
17261 cat >> confdefs.h
<<\EOF
17262 #define WXWIN_COMPATIBILITY_2_2 1
17268 if test "$wxUSE_GUI" = "yes"; then
17269 cat >> confdefs.h
<<\EOF
17270 #define wxUSE_GUI 1
17275 cat >> confdefs.h
<<\EOF
17276 #define wxUSE_NOGUI 1
17282 if test "$wxUSE_UNIX" = "yes"; then
17283 cat >> confdefs.h
<<\EOF
17284 #define wxUSE_UNIX 1
17290 if test "$wxUSE_APPLE_IEEE" = "yes"; then
17291 cat >> confdefs.h
<<\EOF
17292 #define wxUSE_APPLE_IEEE 1
17297 if test "$wxUSE_TIMER" = "yes"; then
17298 cat >> confdefs.h
<<\EOF
17299 #define wxUSE_TIMER 1
17304 if test "$wxUSE_WAVE" = "yes"; then
17305 cat >> confdefs.h
<<\EOF
17306 #define wxUSE_WAVE 1
17311 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
17312 cat >> confdefs.h
<<\EOF
17313 #define wxUSE_CMDLINE_PARSER 1
17318 if test "$wxUSE_STOPWATCH" = "yes"; then
17319 cat >> confdefs.h
<<\EOF
17320 #define wxUSE_STOPWATCH 1
17325 if test "$wxUSE_DATETIME" = "yes"; then
17326 cat >> confdefs.h
<<\EOF
17327 #define wxUSE_DATETIME 1
17332 if test "$wxUSE_TIMEDATE" = "yes"; then
17333 cat >> confdefs.h
<<\EOF
17334 #define wxUSE_TIMEDATE 1
17339 if test "$wxUSE_FILE" = "yes"; then
17340 cat >> confdefs.h
<<\EOF
17341 #define wxUSE_FILE 1
17346 if test "$wxUSE_FFILE" = "yes"; then
17347 cat >> confdefs.h
<<\EOF
17348 #define wxUSE_FFILE 1
17353 if test "$wxUSE_FILESYSTEM" = "yes"; then
17354 cat >> confdefs.h
<<\EOF
17355 #define wxUSE_FILESYSTEM 1
17360 if test "$wxUSE_FS_INET" = "yes"; then
17361 cat >> confdefs.h
<<\EOF
17362 #define wxUSE_FS_INET 1
17367 if test "$wxUSE_FS_ZIP" = "yes"; then
17368 cat >> confdefs.h
<<\EOF
17369 #define wxUSE_FS_ZIP 1
17374 if test "$wxUSE_ZIPSTREAM" = "yes"; then
17375 cat >> confdefs.h
<<\EOF
17376 #define wxUSE_ZIPSTREAM 1
17381 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
17382 cat >> confdefs.h
<<\EOF
17383 #define wxUSE_ON_FATAL_EXCEPTION 1
17388 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
17389 cat >> confdefs.h
<<\EOF
17390 #define wxUSE_SNGLINST_CHECKER 1
17395 if test "$wxUSE_BUSYINFO" = "yes"; then
17396 cat >> confdefs.h
<<\EOF
17397 #define wxUSE_BUSYINFO 1
17402 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
17403 cat >> confdefs.h
<<\EOF
17404 #define wxUSE_STD_IOSTREAM 1
17409 if test "$wxUSE_TEXTBUFFER" = "yes"; then
17410 cat >> confdefs.h
<<\EOF
17411 #define wxUSE_TEXTBUFFER 1
17416 if test "$wxUSE_TEXTFILE" = "yes"; then
17417 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
17418 echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2
17420 cat >> confdefs.h
<<\EOF
17421 #define wxUSE_TEXTFILE 1
17427 if test "$wxUSE_CONFIG" = "yes" ; then
17428 if test "$wxUSE_TEXTFILE" != "yes"; then
17429 echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2
17431 cat >> confdefs.h
<<\EOF
17432 #define wxUSE_CONFIG 1
17435 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
17439 if test "$wxUSE_INTL" = "yes" ; then
17440 if test "$wxUSE_FILE" != "yes"; then
17441 echo "configure: warning: I18n code requires wxFile... disabled" 1>&2
17443 cat >> confdefs.h
<<\EOF
17444 #define wxUSE_INTL 1
17447 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
17448 GUIDIST
="$GUIDIST INTL_DIST"
17452 if test "$wxUSE_LOG" = "yes"; then
17453 cat >> confdefs.h
<<\EOF
17454 #define wxUSE_LOG 1
17458 if test "$wxUSE_LOGGUI" = "yes"; then
17459 cat >> confdefs.h
<<\EOF
17460 #define wxUSE_LOGGUI 1
17465 if test "$wxUSE_LOGWINDOW" = "yes"; then
17466 cat >> confdefs.h
<<\EOF
17467 #define wxUSE_LOGWINDOW 1
17472 if test "$wxUSE_LOGDIALOG" = "yes"; then
17473 cat >> confdefs.h
<<\EOF
17474 #define wxUSE_LOG_DIALOG 1
17480 if test "$wxUSE_LONGLONG" = "yes"; then
17481 cat >> confdefs.h
<<\EOF
17482 #define wxUSE_LONGLONG 1
17487 if test "$wxUSE_GEOMETRY" = "yes"; then
17488 cat >> confdefs.h
<<\EOF
17489 #define wxUSE_GEOMETRY 1
17494 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
17495 cat >> confdefs.h
<<\EOF
17496 #define wxUSE_DIALUP_MANAGER 1
17499 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
17502 if test "$wxUSE_STREAMS" = "yes" ; then
17503 cat >> confdefs.h
<<\EOF
17504 #define wxUSE_STREAMS 1
17510 if test "$wxUSE_DATETIME" = "yes"; then
17511 for ac_func
in strptime
17513 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17514 echo "configure:17515: checking for $ac_func" >&5
17515 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17516 echo $ac_n "(cached) $ac_c" 1>&6
17518 cat > conftest.
$ac_ext <<EOF
17519 #line 17520 "configure"
17520 #include "confdefs.h"
17521 /* System header to define __stub macros and hopefully few prototypes,
17522 which can conflict with char $ac_func(); below. */
17523 #include <assert.h>
17524 /* Override any gcc2 internal prototype to avoid an error. */
17525 /* We use char because int might match the return type of a gcc2
17526 builtin and then its argument prototype would still apply. */
17531 /* The GNU C library defines this for functions which it implements
17532 to always fail with ENOSYS. Some functions are actually named
17533 something starting with __ and the normal name is an alias. */
17534 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17542 if { (eval echo configure
:17543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17544 eval "ac_cv_func_$ac_func=yes"
17546 echo "configure: failed program was:" >&5
17547 cat conftest.
$ac_ext >&5
17549 eval "ac_cv_func_$ac_func=no"
17554 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17555 echo "$ac_t""yes" 1>&6
17556 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17557 cat >> confdefs.h
<<EOF
17558 #define $ac_tr_func 1
17562 echo "$ac_t""no" 1>&6
17567 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
17568 echo "configure:17569: checking for timezone variable in <time.h>" >&5
17569 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
17570 echo $ac_n "(cached) $ac_c" 1>&6
17573 cat > conftest.
$ac_ext <<EOF
17574 #line 17575 "configure"
17575 #include "confdefs.h"
17586 if { (eval echo configure
:17587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17589 wx_cv_var_timezone
=timezone
17592 echo "configure: failed program was:" >&5
17593 cat conftest.
$ac_ext >&5
17596 cat > conftest.
$ac_ext <<EOF
17597 #line 17598 "configure"
17598 #include "confdefs.h"
17609 if { (eval echo configure
:17610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17612 wx_cv_var_timezone
=_timezone
17615 echo "configure: failed program was:" >&5
17616 cat conftest.
$ac_ext >&5
17619 cat > conftest.
$ac_ext <<EOF
17620 #line 17621 "configure"
17621 #include "confdefs.h"
17632 if { (eval echo configure
:17633: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17635 wx_cv_var_timezone
=__timezone
17638 echo "configure: failed program was:" >&5
17639 cat conftest.
$ac_ext >&5
17642 if test "$USE_DOS" = 0 ; then
17643 { echo "configure: error: no timezone variable" 1>&2; exit 1; }
17661 echo "$ac_t""$wx_cv_var_timezone" 1>&6
17663 if test "x$wx_cv_var_timezone" != x
; then
17664 cat >> confdefs.h
<<EOF
17665 #define WX_TIMEZONE $wx_cv_var_timezone
17670 for ac_func
in localtime
17672 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17673 echo "configure:17674: checking for $ac_func" >&5
17674 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17675 echo $ac_n "(cached) $ac_c" 1>&6
17677 cat > conftest.
$ac_ext <<EOF
17678 #line 17679 "configure"
17679 #include "confdefs.h"
17680 /* System header to define __stub macros and hopefully few prototypes,
17681 which can conflict with char $ac_func(); below. */
17682 #include <assert.h>
17683 /* Override any gcc2 internal prototype to avoid an error. */
17684 /* We use char because int might match the return type of a gcc2
17685 builtin and then its argument prototype would still apply. */
17690 /* The GNU C library defines this for functions which it implements
17691 to always fail with ENOSYS. Some functions are actually named
17692 something starting with __ and the normal name is an alias. */
17693 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17701 if { (eval echo configure
:17702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17703 eval "ac_cv_func_$ac_func=yes"
17705 echo "configure: failed program was:" >&5
17706 cat conftest.
$ac_ext >&5
17708 eval "ac_cv_func_$ac_func=no"
17713 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17714 echo "$ac_t""yes" 1>&6
17715 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17716 cat >> confdefs.h
<<EOF
17717 #define $ac_tr_func 1
17721 echo "$ac_t""no" 1>&6
17726 if test "$ac_cv_func_localtime" = "yes"; then
17727 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
17728 echo "configure:17729: checking for tm_gmtoff in struct tm" >&5
17729 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
17730 echo $ac_n "(cached) $ac_c" 1>&6
17733 cat > conftest.
$ac_ext <<EOF
17734 #line 17735 "configure"
17735 #include "confdefs.h"
17746 if { (eval echo configure
:17747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17749 wx_cv_struct_tm_has_gmtoff
=yes
17752 echo "configure: failed program was:" >&5
17753 cat conftest.
$ac_ext >&5
17755 wx_cv_struct_tm_has_gmtoff
=no
17762 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
17765 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
17766 cat >> confdefs.h
<<\EOF
17767 #define WX_GMTOFF_IN_TM 1
17772 for ac_func
in gettimeofday ftime
17774 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17775 echo "configure:17776: checking for $ac_func" >&5
17776 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17777 echo $ac_n "(cached) $ac_c" 1>&6
17779 cat > conftest.
$ac_ext <<EOF
17780 #line 17781 "configure"
17781 #include "confdefs.h"
17782 /* System header to define __stub macros and hopefully few prototypes,
17783 which can conflict with char $ac_func(); below. */
17784 #include <assert.h>
17785 /* Override any gcc2 internal prototype to avoid an error. */
17786 /* We use char because int might match the return type of a gcc2
17787 builtin and then its argument prototype would still apply. */
17792 /* The GNU C library defines this for functions which it implements
17793 to always fail with ENOSYS. Some functions are actually named
17794 something starting with __ and the normal name is an alias. */
17795 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17803 if { (eval echo configure
:17804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17805 eval "ac_cv_func_$ac_func=yes"
17807 echo "configure: failed program was:" >&5
17808 cat conftest.
$ac_ext >&5
17810 eval "ac_cv_func_$ac_func=no"
17815 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17816 echo "$ac_t""yes" 1>&6
17817 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17818 cat >> confdefs.h
<<EOF
17819 #define $ac_tr_func 1
17823 echo "$ac_t""no" 1>&6
17828 if test "$ac_cv_func_gettimeofday" = "yes"; then
17829 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
17830 echo "configure:17831: checking whether gettimeofday takes two arguments" >&5
17831 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
17832 echo $ac_n "(cached) $ac_c" 1>&6
17837 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17838 ac_cpp
='$CXXCPP $CPPFLAGS'
17839 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17840 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17841 cross_compiling
=$ac_cv_prog_cxx_cross
17844 cat > conftest.
$ac_ext <<EOF
17845 #line 17846 "configure"
17846 #include "confdefs.h"
17848 #include <sys/time.h>
17849 #include <unistd.h>
17854 gettimeofday(&tv, NULL);
17858 if { (eval echo configure
:17859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17860 wx_cv_func_gettimeofday_has_2_args
=yes
17862 echo "configure: failed program was:" >&5
17863 cat conftest.
$ac_ext >&5
17865 cat > conftest.
$ac_ext <<EOF
17866 #line 17867 "configure"
17867 #include "confdefs.h"
17869 #include <sys/time.h>
17870 #include <unistd.h>
17879 if { (eval echo configure
:17880: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17881 wx_cv_func_gettimeofday_has_2_args
=no
17883 echo "configure: failed program was:" >&5
17884 cat conftest.
$ac_ext >&5
17887 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
17888 wx_cv_func_gettimeofday_has_2_args
=unknown
17897 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17898 ac_cpp
='$CPP $CPPFLAGS'
17899 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17900 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17901 cross_compiling
=$ac_cv_prog_cc_cross
17906 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
17908 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
17909 cat >> confdefs.h
<<\EOF
17910 #define WX_GETTIMEOFDAY_NO_TZ 1
17916 cat >> confdefs.h
<<\EOF
17917 #define wxUSE_TIMEDATE 1
17920 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
17924 if test "$TOOLKIT" != "MSW"; then
17926 if test "$wxUSE_SOCKETS" = "yes"; then
17927 echo $ac_n "checking for socket""... $ac_c" 1>&6
17928 echo "configure:17929: checking for socket" >&5
17929 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
17930 echo $ac_n "(cached) $ac_c" 1>&6
17932 cat > conftest.
$ac_ext <<EOF
17933 #line 17934 "configure"
17934 #include "confdefs.h"
17935 /* System header to define __stub macros and hopefully few prototypes,
17936 which can conflict with char socket(); below. */
17937 #include <assert.h>
17938 /* Override any gcc2 internal prototype to avoid an error. */
17939 /* We use char because int might match the return type of a gcc2
17940 builtin and then its argument prototype would still apply. */
17945 /* The GNU C library defines this for functions which it implements
17946 to always fail with ENOSYS. Some functions are actually named
17947 something starting with __ and the normal name is an alias. */
17948 #if defined (__stub_socket) || defined (__stub___socket)
17956 if { (eval echo configure
:17957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17958 eval "ac_cv_func_socket=yes"
17960 echo "configure: failed program was:" >&5
17961 cat conftest.
$ac_ext >&5
17963 eval "ac_cv_func_socket=no"
17968 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
17969 echo "$ac_t""yes" 1>&6
17972 echo "$ac_t""no" 1>&6
17973 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
17974 echo "configure:17975: checking for socket in -lsocket" >&5
17975 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
17976 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17977 echo $ac_n "(cached) $ac_c" 1>&6
17979 ac_save_LIBS
="$LIBS"
17980 LIBS
="-lsocket $LIBS"
17981 cat > conftest.
$ac_ext <<EOF
17982 #line 17983 "configure"
17983 #include "confdefs.h"
17984 /* Override any gcc2 internal prototype to avoid an error. */
17985 /* We use char because int might match the return type of a gcc2
17986 builtin and then its argument prototype would still apply. */
17993 if { (eval echo configure
:17994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17995 eval "ac_cv_lib_$ac_lib_var=yes"
17997 echo "configure: failed program was:" >&5
17998 cat conftest.
$ac_ext >&5
18000 eval "ac_cv_lib_$ac_lib_var=no"
18003 LIBS
="$ac_save_LIBS"
18006 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18007 echo "$ac_t""yes" 1>&6
18008 INET_LINK
="$INET_LINK -lsocket"
18010 echo "$ac_t""no" 1>&6
18012 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
18024 if test "$wxUSE_SOCKETS" = "yes" ; then
18025 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
18026 echo "configure:18027: checking what is the type of the third argument of getsockname" >&5
18027 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
18028 echo $ac_n "(cached) $ac_c" 1>&6
18033 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18034 ac_cpp
='$CXXCPP $CPPFLAGS'
18035 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18036 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18037 cross_compiling
=$ac_cv_prog_cxx_cross
18040 cat > conftest.
$ac_ext <<EOF
18041 #line 18042 "configure"
18042 #include "confdefs.h"
18044 #include <sys/types.h>
18045 #include <sys/socket.h>
18050 getsockname(0, 0, &len);
18054 if { (eval echo configure
:18055: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18056 wx_cv_type_getsockname3
=socklen_t
18058 echo "configure: failed program was:" >&5
18059 cat conftest.
$ac_ext >&5
18061 cat > conftest.
$ac_ext <<EOF
18062 #line 18063 "configure"
18063 #include "confdefs.h"
18065 #include <sys/types.h>
18066 #include <sys/socket.h>
18071 getsockname(0, 0, &len);
18075 if { (eval echo configure
:18076: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18077 wx_cv_type_getsockname3
=size_t
18079 echo "configure: failed program was:" >&5
18080 cat conftest.
$ac_ext >&5
18082 cat > conftest.
$ac_ext <<EOF
18083 #line 18084 "configure"
18084 #include "confdefs.h"
18086 #include <sys/types.h>
18087 #include <sys/socket.h>
18092 getsockname(0, 0, &len);
18096 if { (eval echo configure
:18097: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18098 wx_cv_type_getsockname3
=int
18100 echo "configure: failed program was:" >&5
18101 cat conftest.
$ac_ext >&5
18103 wx_cv_type_getsockname3
=unknown
18115 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18116 ac_cpp
='$CPP $CPPFLAGS'
18117 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18118 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18119 cross_compiling
=$ac_cv_prog_cc_cross
18124 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
18126 if test "$wx_cv_type_getsockname3" = "unknown"; then
18128 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
18130 cat >> confdefs.h
<<EOF
18131 #define SOCKLEN_T $wx_cv_type_getsockname3
18138 if test "$wxUSE_SOCKETS" = "yes" ; then
18139 cat >> confdefs.h
<<\EOF
18140 #define wxUSE_SOCKETS 1
18143 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
18147 if test "$wxUSE_GUI" = "yes"; then
18149 if test "$TOOLKIT" = "MAC"; then
18150 echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2
18153 if test "$TOOLKIT" = "MOTIF"; then
18154 echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2
18158 if test "$TOOLKIT" != "MSW"; then
18159 if test "$wxUSE_JOYSTICK" = "yes"; then
18160 for ac_hdr
in linux
/joystick.h
18162 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
18163 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
18164 echo "configure:18165: checking for $ac_hdr" >&5
18165 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18166 echo $ac_n "(cached) $ac_c" 1>&6
18168 cat > conftest.
$ac_ext <<EOF
18169 #line 18170 "configure"
18170 #include "confdefs.h"
18173 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18174 { (eval echo configure
:18175: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18175 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18176 if test -z "$ac_err"; then
18178 eval "ac_cv_header_$ac_safe=yes"
18181 echo "configure: failed program was:" >&5
18182 cat conftest.
$ac_ext >&5
18184 eval "ac_cv_header_$ac_safe=no"
18188 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18189 echo "$ac_t""yes" 1>&6
18190 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
18191 cat >> confdefs.h
<<EOF
18192 #define $ac_tr_hdr 1
18196 echo "$ac_t""no" 1>&6
18200 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
18202 echo "configure: warning: Joystick not supported by this system... disabled" 1>&2
18207 if test "$wxUSE_JOYSTICK" = "yes"; then
18208 cat >> confdefs.h
<<\EOF
18209 #define wxUSE_JOYSTICK 1
18212 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
18217 if test "$TOOLKIT" != "MSW"; then
18221 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
18222 if test "$USE_DARWIN" = 1; then
18225 for ac_func
in dlopen
18227 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18228 echo "configure:18229: checking for $ac_func" >&5
18229 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18230 echo $ac_n "(cached) $ac_c" 1>&6
18232 cat > conftest.
$ac_ext <<EOF
18233 #line 18234 "configure"
18234 #include "confdefs.h"
18235 /* System header to define __stub macros and hopefully few prototypes,
18236 which can conflict with char $ac_func(); below. */
18237 #include <assert.h>
18238 /* Override any gcc2 internal prototype to avoid an error. */
18239 /* We use char because int might match the return type of a gcc2
18240 builtin and then its argument prototype would still apply. */
18245 /* The GNU C library defines this for functions which it implements
18246 to always fail with ENOSYS. Some functions are actually named
18247 something starting with __ and the normal name is an alias. */
18248 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18256 if { (eval echo configure
:18257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18258 eval "ac_cv_func_$ac_func=yes"
18260 echo "configure: failed program was:" >&5
18261 cat conftest.
$ac_ext >&5
18263 eval "ac_cv_func_$ac_func=no"
18268 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18269 echo "$ac_t""yes" 1>&6
18270 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18271 cat >> confdefs.h
<<EOF
18272 #define $ac_tr_func 1
18275 cat >> confdefs.h
<<\EOF
18276 #define HAVE_DLOPEN 1
18282 echo "$ac_t""no" 1>&6
18283 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
18284 echo "configure:18285: checking for dlopen in -ldl" >&5
18285 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
18286 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18287 echo $ac_n "(cached) $ac_c" 1>&6
18289 ac_save_LIBS
="$LIBS"
18291 cat > conftest.
$ac_ext <<EOF
18292 #line 18293 "configure"
18293 #include "confdefs.h"
18294 /* Override any gcc2 internal prototype to avoid an error. */
18295 /* We use char because int might match the return type of a gcc2
18296 builtin and then its argument prototype would still apply. */
18303 if { (eval echo configure
:18304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18305 eval "ac_cv_lib_$ac_lib_var=yes"
18307 echo "configure: failed program was:" >&5
18308 cat conftest.
$ac_ext >&5
18310 eval "ac_cv_lib_$ac_lib_var=no"
18313 LIBS
="$ac_save_LIBS"
18316 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18317 echo "$ac_t""yes" 1>&6
18319 cat >> confdefs.h
<<\EOF
18320 #define HAVE_DLOPEN 1
18324 DL_LINK
=" -ldl$DL_LINK"
18327 echo "$ac_t""no" 1>&6
18329 for ac_func
in shl_load
18331 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18332 echo "configure:18333: checking for $ac_func" >&5
18333 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18334 echo $ac_n "(cached) $ac_c" 1>&6
18336 cat > conftest.
$ac_ext <<EOF
18337 #line 18338 "configure"
18338 #include "confdefs.h"
18339 /* System header to define __stub macros and hopefully few prototypes,
18340 which can conflict with char $ac_func(); below. */
18341 #include <assert.h>
18342 /* Override any gcc2 internal prototype to avoid an error. */
18343 /* We use char because int might match the return type of a gcc2
18344 builtin and then its argument prototype would still apply. */
18349 /* The GNU C library defines this for functions which it implements
18350 to always fail with ENOSYS. Some functions are actually named
18351 something starting with __ and the normal name is an alias. */
18352 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18360 if { (eval echo configure
:18361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18362 eval "ac_cv_func_$ac_func=yes"
18364 echo "configure: failed program was:" >&5
18365 cat conftest.
$ac_ext >&5
18367 eval "ac_cv_func_$ac_func=no"
18372 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18373 echo "$ac_t""yes" 1>&6
18374 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18375 cat >> confdefs.h
<<EOF
18376 #define $ac_tr_func 1
18379 cat >> confdefs.h
<<\EOF
18380 #define HAVE_SHL_LOAD 1
18386 echo "$ac_t""no" 1>&6
18387 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
18388 echo "configure:18389: checking for dld in -lshl_load" >&5
18389 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
18390 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18391 echo $ac_n "(cached) $ac_c" 1>&6
18393 ac_save_LIBS
="$LIBS"
18394 LIBS
="-lshl_load $LIBS"
18395 cat > conftest.
$ac_ext <<EOF
18396 #line 18397 "configure"
18397 #include "confdefs.h"
18398 /* Override any gcc2 internal prototype to avoid an error. */
18399 /* We use char because int might match the return type of a gcc2
18400 builtin and then its argument prototype would still apply. */
18407 if { (eval echo configure
:18408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18409 eval "ac_cv_lib_$ac_lib_var=yes"
18411 echo "configure: failed program was:" >&5
18412 cat conftest.
$ac_ext >&5
18414 eval "ac_cv_lib_$ac_lib_var=no"
18417 LIBS
="$ac_save_LIBS"
18420 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18421 echo "$ac_t""yes" 1>&6
18424 DL_LINK
=" -ldld$DL_LINK"
18427 echo "$ac_t""no" 1>&6
18442 if test "$HAVE_DL_FUNCS" = 1; then
18443 for ac_func
in dlerror
18445 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18446 echo "configure:18447: checking for $ac_func" >&5
18447 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18448 echo $ac_n "(cached) $ac_c" 1>&6
18450 cat > conftest.
$ac_ext <<EOF
18451 #line 18452 "configure"
18452 #include "confdefs.h"
18453 /* System header to define __stub macros and hopefully few prototypes,
18454 which can conflict with char $ac_func(); below. */
18455 #include <assert.h>
18456 /* Override any gcc2 internal prototype to avoid an error. */
18457 /* We use char because int might match the return type of a gcc2
18458 builtin and then its argument prototype would still apply. */
18463 /* The GNU C library defines this for functions which it implements
18464 to always fail with ENOSYS. Some functions are actually named
18465 something starting with __ and the normal name is an alias. */
18466 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18474 if { (eval echo configure
:18475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18476 eval "ac_cv_func_$ac_func=yes"
18478 echo "configure: failed program was:" >&5
18479 cat conftest.
$ac_ext >&5
18481 eval "ac_cv_func_$ac_func=no"
18486 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18487 echo "$ac_t""yes" 1>&6
18488 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18489 cat >> confdefs.h
<<EOF
18490 #define $ac_tr_func 1
18492 cat >> confdefs.h
<<\EOF
18493 #define HAVE_DLERROR 1
18497 echo "$ac_t""no" 1>&6
18498 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
18499 echo "configure:18500: checking for dlerror in -ldl" >&5
18500 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
18501 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18502 echo $ac_n "(cached) $ac_c" 1>&6
18504 ac_save_LIBS
="$LIBS"
18506 cat > conftest.
$ac_ext <<EOF
18507 #line 18508 "configure"
18508 #include "confdefs.h"
18509 /* Override any gcc2 internal prototype to avoid an error. */
18510 /* We use char because int might match the return type of a gcc2
18511 builtin and then its argument prototype would still apply. */
18518 if { (eval echo configure
:18519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18520 eval "ac_cv_lib_$ac_lib_var=yes"
18522 echo "configure: failed program was:" >&5
18523 cat conftest.
$ac_ext >&5
18525 eval "ac_cv_lib_$ac_lib_var=no"
18528 LIBS
="$ac_save_LIBS"
18531 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18532 echo "$ac_t""yes" 1>&6
18533 cat >> confdefs.h
<<\EOF
18534 #define HAVE_DLERROR 1
18538 echo "$ac_t""no" 1>&6
18547 if test "$HAVE_DL_FUNCS" = 0; then
18548 if test "$HAVE_SHL_FUNCS" = 0; then
18549 if test "$USE_UNIX" = 1; then
18550 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
18551 wxUSE_DYNAMIC_LOADER
=no
18552 wxUSE_DYNLIB_CLASS
=no
18554 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
18561 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
18562 cat >> confdefs.h
<<\EOF
18563 #define wxUSE_DYNAMIC_LOADER 1
18566 elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
18567 cat >> confdefs.h
<<\EOF
18568 #define wxUSE_DYNLIB_CLASS 1
18574 if test "$wxUSE_FONTMAP" = "yes" ; then
18575 cat >> confdefs.h
<<\EOF
18576 #define wxUSE_FONTMAP 1
18581 if test "$wxUSE_UNICODE" = "yes" ; then
18582 cat >> confdefs.h
<<\EOF
18583 #define wxUSE_UNICODE 1
18587 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
18588 echo $ac_n "checking for main in -lunicows""... $ac_c" 1>&6
18589 echo "configure:18590: checking for main in -lunicows" >&5
18590 ac_lib_var
=`echo unicows'_'main | sed 'y%./+-%__p_%'`
18591 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18592 echo $ac_n "(cached) $ac_c" 1>&6
18594 ac_save_LIBS
="$LIBS"
18595 LIBS
="-lunicows $LIBS"
18596 cat > conftest.
$ac_ext <<EOF
18597 #line 18598 "configure"
18598 #include "confdefs.h"
18604 if { (eval echo configure
:18605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18606 eval "ac_cv_lib_$ac_lib_var=yes"
18608 echo "configure: failed program was:" >&5
18609 cat conftest.
$ac_ext >&5
18611 eval "ac_cv_lib_$ac_lib_var=no"
18614 LIBS
="$ac_save_LIBS"
18617 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18618 echo "$ac_t""yes" 1>&6
18620 cat >> confdefs.h
<<\EOF
18621 #define wxUSE_UNICODE_MSLU 1
18626 echo "$ac_t""no" 1>&6
18628 echo "configure: warning: Compiler doesn't support MSLU (libunicows.a), disabled.
18629 Applications will only run on Windows NT/2000/XP!" 1>&2
18630 wxUSE_UNICODE_MSLU
=no
18637 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
18638 cat >> confdefs.h
<<\EOF
18639 #define wxUSE_EXPERIMENTAL_PRINTF 1
18647 if test "$wxUSE_ODBC" = "yes" ; then
18648 cat >> confdefs.h
<<\EOF
18649 #define wxUSE_ODBC 1
18652 WXODBCFLAG
="-D_IODBC_"
18653 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
18657 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
18658 cat >> confdefs.h
<<\EOF
18659 #define wxUSE_POSTSCRIPT 1
18664 cat >> confdefs.h
<<\EOF
18665 #define wxUSE_AFM_FOR_POSTSCRIPT 1
18669 cat >> confdefs.h
<<\EOF
18670 #define wxUSE_NORMALIZED_PS_FONTS 1
18675 if test "$wxUSE_CONSTRAINTS" = "yes"; then
18676 cat >> confdefs.h
<<\EOF
18677 #define wxUSE_CONSTRAINTS 1
18680 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
18683 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
18684 if test "$wxUSE_UNIVERSAL" = "yes"; then
18685 echo "configure: warning: MDI not yet supported for wxUNIVERSAL... disabled" 1>&2
18686 wxUSE_MDI_ARCHITECTURE
=no
18689 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
18690 cat >> confdefs.h
<<\EOF
18691 #define wxUSE_MDI_ARCHITECTURE 1
18694 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
18698 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
18699 cat >> confdefs.h
<<\EOF
18700 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
18703 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
18704 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
18705 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
18709 if test "$wxUSE_HELP" = "yes"; then
18710 cat >> confdefs.h
<<\EOF
18711 #define wxUSE_HELP 1
18714 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
18716 if test "$wxUSE_MSW" = 1; then
18717 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
18718 ac_safe
=`echo "htmlhelp.h" | sed 'y%./+-%__p_%'`
18719 echo $ac_n "checking for htmlhelp.h""... $ac_c" 1>&6
18720 echo "configure:18721: checking for htmlhelp.h" >&5
18721 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18722 echo $ac_n "(cached) $ac_c" 1>&6
18724 cat > conftest.
$ac_ext <<EOF
18725 #line 18726 "configure"
18726 #include "confdefs.h"
18727 #include <htmlhelp.h>
18729 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18730 { (eval echo configure
:18731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18731 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18732 if test -z "$ac_err"; then
18734 eval "ac_cv_header_$ac_safe=yes"
18737 echo "configure: failed program was:" >&5
18738 cat conftest.
$ac_ext >&5
18740 eval "ac_cv_header_$ac_safe=no"
18744 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18745 echo "$ac_t""yes" 1>&6
18747 cat >> confdefs.h
<<\EOF
18748 #define wxUSE_MS_HTML_HELP 1
18753 echo "$ac_t""no" 1>&6
18755 echo "configure: warning: MS HTML Help cannot be used without htmlhelp.h... disabled" 1>&2
18756 wxUSE_MS_HTML_HELP
=no
18763 if test "$wxUSE_WXHTML_HELP" = "yes"; then
18764 if test "$wxUSE_HTML" = "yes"; then
18765 cat >> confdefs.h
<<\EOF
18766 #define wxUSE_WXHTML_HELP 1
18770 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
18771 wxUSE_WXHTML_HELP
=no
18776 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
18777 if test "$wxUSE_CONSTRAINTS" != "yes"; then
18778 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
18780 cat >> confdefs.h
<<\EOF
18781 #define wxUSE_PRINTING_ARCHITECTURE 1
18785 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
18788 if test "$wxUSE_PROLOGIO" = "yes" ; then
18789 cat >> confdefs.h
<<\EOF
18790 #define wxUSE_PROLOGIO 1
18795 if test "$wxUSE_RESOURCES" = "yes" ; then
18796 cat >> confdefs.h
<<\EOF
18797 #define wxUSE_RESOURCES 1
18800 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
18803 if test "$wxUSE_X_RESOURCES" = "yes"; then
18804 cat >> confdefs.h
<<\EOF
18805 #define wxUSE_X_RESOURCES 1
18811 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
18812 -o "$wxUSE_CLIPBOARD" = "yes" \
18813 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
18814 for ac_hdr
in ole2.h
18816 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
18817 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
18818 echo "configure:18819: checking for $ac_hdr" >&5
18819 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18820 echo $ac_n "(cached) $ac_c" 1>&6
18822 cat > conftest.
$ac_ext <<EOF
18823 #line 18824 "configure"
18824 #include "confdefs.h"
18827 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18828 { (eval echo configure
:18829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18829 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18830 if test -z "$ac_err"; then
18832 eval "ac_cv_header_$ac_safe=yes"
18835 echo "configure: failed program was:" >&5
18836 cat conftest.
$ac_ext >&5
18838 eval "ac_cv_header_$ac_safe=no"
18842 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18843 echo "$ac_t""yes" 1>&6
18844 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
18845 cat >> confdefs.h
<<EOF
18846 #define $ac_tr_hdr 1
18850 echo "$ac_t""no" 1>&6
18855 if test "$ac_cv_header_ole2_h" = "yes" ; then
18856 if test "$GCC" = yes ; then
18857 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
18858 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
18859 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
18860 cat >> confdefs.h
<<\EOF
18861 #define wxUSE_OLE 1
18867 cat >> confdefs.h
<<\EOF
18868 #define wxUSE_DATAOBJ 1
18872 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
18875 wxUSE_DRAG_AND_DROP
=no
18879 if test "$wxUSE_METAFILE" = "yes"; then
18880 cat >> confdefs.h
<<\EOF
18881 #define wxUSE_METAFILE 1
18885 cat >> confdefs.h
<<\EOF
18886 #define wxUSE_ENH_METAFILE 1
18892 if test "$wxUSE_IPC" = "yes"; then
18893 if test "$wxUSE_SOCKETS" != "yes"; then
18894 echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2
18897 cat >> confdefs.h
<<\EOF
18898 #define wxUSE_IPC 1
18903 if test "$wxUSE_CLIPBOARD" = "yes"; then
18904 cat >> confdefs.h
<<\EOF
18905 #define wxUSE_CLIPBOARD 1
18909 cat >> confdefs.h
<<\EOF
18910 #define wxUSE_DATAOBJ 1
18915 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
18916 if test "$wxUSE_GTK" = 1; then
18917 if test "$WXGTK12" != 1; then
18918 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2
18919 wxUSE_DRAG_AND_DROP
=no
18923 if test "$wxUSE_MOTIF" = 1; then
18924 echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2
18925 wxUSE_DRAG_AND_DROP
=no
18928 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
18929 cat >> confdefs.h
<<\EOF
18930 #define wxUSE_DRAG_AND_DROP 1
18933 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
18938 if test "$wxUSE_SPLINES" = "yes" ; then
18939 cat >> confdefs.h
<<\EOF
18940 #define wxUSE_SPLINES 1
18947 if test "$wxUSE_CONTROLS" = "yes"; then
18951 if test "$wxUSE_ACCEL" = "yes"; then
18952 cat >> confdefs.h
<<\EOF
18953 #define wxUSE_ACCEL 1
18959 if test "$wxUSE_BUTTON" = "yes"; then
18960 cat >> confdefs.h
<<\EOF
18961 #define wxUSE_BUTTON 1
18967 if test "$wxUSE_BMPBUTTON" = "yes"; then
18968 cat >> confdefs.h
<<\EOF
18969 #define wxUSE_BMPBUTTON 1
18975 if test "$wxUSE_CALCTRL" = "yes"; then
18976 cat >> confdefs.h
<<\EOF
18977 #define wxUSE_CALENDARCTRL 1
18981 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
18984 if test "$wxUSE_CARET" = "yes"; then
18985 cat >> confdefs.h
<<\EOF
18986 #define wxUSE_CARET 1
18990 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
18993 if test "$wxUSE_COMBOBOX" = "yes"; then
18994 cat >> confdefs.h
<<\EOF
18995 #define wxUSE_COMBOBOX 1
19001 if test "$wxUSE_CHOICE" = "yes"; then
19002 cat >> confdefs.h
<<\EOF
19003 #define wxUSE_CHOICE 1
19009 if test "$wxUSE_CHECKBOX" = "yes"; then
19010 cat >> confdefs.h
<<\EOF
19011 #define wxUSE_CHECKBOX 1
19017 if test "$wxUSE_CHECKLST" = "yes"; then
19018 cat >> confdefs.h
<<\EOF
19019 #define wxUSE_CHECKLISTBOX 1
19023 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
19026 if test "$wxUSE_GAUGE" = "yes"; then
19027 cat >> confdefs.h
<<\EOF
19028 #define wxUSE_GAUGE 1
19034 if test "$wxUSE_NEW_GRID" = "yes"; then
19036 cat >> confdefs.h
<<\EOF
19037 #define wxUSE_NEW_GRID 1
19041 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
19044 if test "$wxUSE_GRID" = "yes"; then
19045 cat >> confdefs.h
<<\EOF
19046 #define wxUSE_GRID 1
19050 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
19053 if test "$wxUSE_IMAGLIST" = "yes"; then
19054 cat >> confdefs.h
<<\EOF
19055 #define wxUSE_IMAGLIST 1
19060 if test "$wxUSE_LISTBOX" = "yes"; then
19061 cat >> confdefs.h
<<\EOF
19062 #define wxUSE_LISTBOX 1
19068 if test "$wxUSE_LISTCTRL" = "yes"; then
19069 if test "$wxUSE_IMAGLIST" = "yes"; then
19070 cat >> confdefs.h
<<\EOF
19071 #define wxUSE_LISTCTRL 1
19075 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
19077 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
19081 if test "$wxUSE_NOTEBOOK" = "yes"; then
19082 cat >> confdefs.h
<<\EOF
19083 #define wxUSE_NOTEBOOK 1
19087 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
19090 if test "$wxUSE_PROPSHEET" = "yes"; then
19091 cat >> confdefs.h
<<\EOF
19092 #define wxUSE_PROPSHEET 1
19096 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS proplist"
19099 if test "$wxUSE_RADIOBOX" = "yes"; then
19100 cat >> confdefs.h
<<\EOF
19101 #define wxUSE_RADIOBOX 1
19107 if test "$wxUSE_RADIOBTN" = "yes"; then
19108 cat >> confdefs.h
<<\EOF
19109 #define wxUSE_RADIOBTN 1
19115 if test "$wxUSE_SASH" = "yes"; then
19116 cat >> confdefs.h
<<\EOF
19117 #define wxUSE_SASH 1
19120 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
19123 if test "$wxUSE_SCROLLBAR" = "yes"; then
19124 cat >> confdefs.h
<<\EOF
19125 #define wxUSE_SCROLLBAR 1
19129 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
19132 if test "$wxUSE_SLIDER" = "yes"; then
19133 cat >> confdefs.h
<<\EOF
19134 #define wxUSE_SLIDER 1
19140 if test "$wxUSE_SPINBTN" = "yes"; then
19141 cat >> confdefs.h
<<\EOF
19142 #define wxUSE_SPINBTN 1
19148 if test "$wxUSE_SPINCTRL" = "yes"; then
19149 cat >> confdefs.h
<<\EOF
19150 #define wxUSE_SPINCTRL 1
19156 if test "$wxUSE_SPLITTER" = "yes"; then
19157 cat >> confdefs.h
<<\EOF
19158 #define wxUSE_SPLITTER 1
19161 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
19164 if test "$wxUSE_STATBMP" = "yes"; then
19165 cat >> confdefs.h
<<\EOF
19166 #define wxUSE_STATBMP 1
19172 if test "$wxUSE_STATBOX" = "yes"; then
19173 cat >> confdefs.h
<<\EOF
19174 #define wxUSE_STATBOX 1
19180 if test "$wxUSE_STATTEXT" = "yes"; then
19181 cat >> confdefs.h
<<\EOF
19182 #define wxUSE_STATTEXT 1
19188 if test "$wxUSE_STATLINE" = "yes"; then
19189 if test "$wxUSE_WINE" = 1 ; then
19190 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
19192 cat >> confdefs.h
<<\EOF
19193 #define wxUSE_STATLINE 1
19200 if test "$wxUSE_STATUSBAR" = "yes"; then
19201 cat >> confdefs.h
<<\EOF
19202 #define wxUSE_STATUSBAR 1
19207 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
19210 if test "$wxUSE_TABDIALOG" = "yes"; then
19211 cat >> confdefs.h
<<\EOF
19212 #define wxUSE_TAB_DIALOG 1
19215 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
19218 if test "$wxUSE_TEXTCTRL" = "yes"; then
19219 cat >> confdefs.h
<<\EOF
19220 #define wxUSE_TEXTCTRL 1
19224 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
19227 if test "$wxUSE_TOGGLEBTN" = "yes"; then
19228 if test "$wxUSE_MAC" = 1; then
19229 echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2
19232 if test "$wxUSE_UNIVERSAL" = "yes"; then
19233 echo "configure: warning: Toggle button not yet supported under wxUNIVERSAL... disabled" 1>&2
19237 if test "$wxUSE_TOGGLEBTN" = "yes"; then
19238 cat >> confdefs.h
<<\EOF
19239 #define wxUSE_TOGGLEBTN 1
19246 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
19247 cat >> confdefs.h
<<\EOF
19248 #define wxUSE_TOOLBAR_SIMPLE 1
19251 wxUSE_TOOLBAR
="yes"
19255 if test "$wxUSE_TOOLBAR" = "yes"; then
19256 cat >> confdefs.h
<<\EOF
19257 #define wxUSE_TOOLBAR 1
19262 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
19263 wxUSE_TOOLBAR_NATIVE
="yes"
19266 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
19267 cat >> confdefs.h
<<\EOF
19268 #define wxUSE_TOOLBAR_NATIVE 1
19274 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
19277 if test "$wxUSE_TOOLTIPS" = "yes"; then
19278 if test "$wxUSE_MOTIF" = 1; then
19279 echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2
19281 if test "$wxUSE_WINE" = 1; then
19282 echo "configure: warning: wxTooltip not supported under WINE... disabled" 1>&2
19284 if test "$wxUSE_UNIVERSAL" = "yes"; then
19285 echo "configure: warning: wxTooltip not supported yet in wxUNIVERSAL... disabled" 1>&2
19287 cat >> confdefs.h
<<\EOF
19288 #define wxUSE_TOOLTIPS 1
19296 if test "$wxUSE_TREECTRL" = "yes"; then
19297 if test "$wxUSE_IMAGLIST" = "yes"; then
19298 cat >> confdefs.h
<<\EOF
19299 #define wxUSE_TREECTRL 1
19303 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
19305 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
19309 if test "$wxUSE_POPUPWIN" = "yes"; then
19310 if test "$wxUSE_MAC" = 1; then
19311 echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2
19313 if test "$wxUSE_MOTIF" = 1; then
19314 echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2
19316 cat >> confdefs.h
<<\EOF
19317 #define wxUSE_POPUPWIN 1
19326 if test "$wxUSE_TIPWINDOW" = "yes"; then
19327 cat >> confdefs.h
<<\EOF
19328 #define wxUSE_TIPWINDOW 1
19333 if test "$USES_CONTROLS" = 1; then
19334 cat >> confdefs.h
<<\EOF
19335 #define wxUSE_CONTROLS 1
19341 if test "$wxUSE_TREELAYOUT" = "yes"; then
19342 cat >> confdefs.h
<<\EOF
19343 #define wxUSE_TREELAYOUT 1
19346 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treelay"
19349 if test "$wxUSE_DRAGIMAGE" = "yes"; then
19350 cat >> confdefs.h
<<\EOF
19351 #define wxUSE_DRAGIMAGE 1
19354 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
19357 if test "$wxUSE_MENUS" = "yes"; then
19358 cat >> confdefs.h
<<\EOF
19359 #define wxUSE_MENUS 1
19362 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
19365 if test "$wxUSE_METAFILE" = "yes"; then
19366 cat >> confdefs.h
<<\EOF
19367 #define wxUSE_METAFILE 1
19372 if test "$wxUSE_MIMETYPE" = "yes"; then
19373 cat >> confdefs.h
<<\EOF
19374 #define wxUSE_MIMETYPE 1
19379 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
19380 cat >> confdefs.h
<<\EOF
19381 #define wxUSE_SYSTEM_OPTIONS 1
19386 if test "$wxUSE_PROTOCOL" = "yes"; then
19387 if test "$wxUSE_SOCKETS" != "yes"; then
19388 echo "configure: warning: Protocol classes require sockets... disabled" 1>&2
19392 if test "$wxUSE_PROTOCOL" = "yes"; then
19393 cat >> confdefs.h
<<\EOF
19394 #define wxUSE_PROTOCOL 1
19398 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
19399 cat >> confdefs.h
<<\EOF
19400 #define wxUSE_PROTOCOL_HTTP 1
19404 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
19405 cat >> confdefs.h
<<\EOF
19406 #define wxUSE_PROTOCOL_FTP 1
19410 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
19411 cat >> confdefs.h
<<\EOF
19412 #define wxUSE_PROTOCOL_FILE 1
19419 if test "$wxUSE_URL" = "yes"; then
19420 if test "$wxUSE_PROTOCOL" != "yes"; then
19421 echo "configure: warning: wxURL class requires wxProtocol... disabled" 1>&2
19424 if test "$wxUSE_URL" = "yes"; then
19425 cat >> confdefs.h
<<\EOF
19426 #define wxUSE_URL 1
19432 if test "$wxUSE_MINIFRAME" = "yes"; then
19433 cat >> confdefs.h
<<\EOF
19434 #define wxUSE_MINIFRAME 1
19437 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
19440 if test "$wxUSE_HTML" = "yes"; then
19441 cat >> confdefs.h
<<\EOF
19442 #define wxUSE_HTML 1
19445 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
19448 if test "$wxUSE_VALIDATORS" = "yes"; then
19449 cat >> confdefs.h
<<\EOF
19450 #define wxUSE_VALIDATORS 1
19453 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
19456 if test "$wxUSE_PALETTE" = "yes" ; then
19457 cat >> confdefs.h
<<\EOF
19458 #define wxUSE_PALETTE 1
19463 if test "$wxUSE_IMAGE" = "yes" ; then
19464 cat >> confdefs.h
<<\EOF
19465 #define wxUSE_IMAGE 1
19470 if test "$wxUSE_GIF" = "yes" ; then
19471 cat >> confdefs.h
<<\EOF
19472 #define wxUSE_GIF 1
19477 if test "$wxUSE_PCX" = "yes" ; then
19478 cat >> confdefs.h
<<\EOF
19479 #define wxUSE_PCX 1
19484 if test "$wxUSE_IFF" = "yes" ; then
19485 cat >> confdefs.h
<<\EOF
19486 #define wxUSE_IFF 1
19491 if test "$wxUSE_PNM" = "yes" ; then
19492 cat >> confdefs.h
<<\EOF
19493 #define wxUSE_PNM 1
19498 if test "$wxUSE_XPM" = "yes" ; then
19499 cat >> confdefs.h
<<\EOF
19500 #define wxUSE_XPM 1
19505 if test "$wxUSE_ICO_CUR" = "yes" ; then
19506 cat >> confdefs.h
<<\EOF
19507 #define wxUSE_ICO_CUR 1
19512 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
19513 LIBS
=" -lunicows $LIBS"
19517 if test "$wxUSE_CHOICEDLG" = "yes"; then
19518 cat >> confdefs.h
<<\EOF
19519 #define wxUSE_CHOICEDLG 1
19524 if test "$wxUSE_COLOURDLG" = "yes"; then
19525 cat >> confdefs.h
<<\EOF
19526 #define wxUSE_COLOURDLG 1
19531 if test "$wxUSE_FILEDLG" = "yes"; then
19532 cat >> confdefs.h
<<\EOF
19533 #define wxUSE_FILEDLG 1
19538 if test "$wxUSE_FINDREPLDLG" = "yes"; then
19539 cat >> confdefs.h
<<\EOF
19540 #define wxUSE_FINDREPLDLG 1
19545 if test "$wxUSE_FONTDLG" = "yes"; then
19546 cat >> confdefs.h
<<\EOF
19547 #define wxUSE_FONTDLG 1
19552 if test "$wxUSE_DIRDLG" = "yes"; then
19553 if test "$wxUSE_CONSTRAINTS" != "yes"; then
19554 echo "configure: warning: wxDirDialog requires constraints so it won't be compiled without them" 1>&2
19556 if test "$wxUSE_TREECTRL" != "yes"; then
19557 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
19559 cat >> confdefs.h
<<\EOF
19560 #define wxUSE_DIRDLG 1
19567 if test "$wxUSE_MSGDLG" = "yes"; then
19568 cat >> confdefs.h
<<\EOF
19569 #define wxUSE_MSGDLG 1
19574 if test "$wxUSE_NUMBERDLG" = "yes"; then
19575 cat >> confdefs.h
<<\EOF
19576 #define wxUSE_NUMBERDLG 1
19581 if test "$wxUSE_PROGRESSDLG" = "yes"; then
19582 if test "$wxUSE_CONSTRAINTS" != "yes"; then
19583 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
19585 cat >> confdefs.h
<<\EOF
19586 #define wxUSE_PROGRESSDLG 1
19592 if test "$wxUSE_SPLASH" = "yes"; then
19593 cat >> confdefs.h
<<\EOF
19594 #define wxUSE_SPLASH 1
19599 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
19600 if test "$wxUSE_CONSTRAINTS" != "yes"; then
19601 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
19603 cat >> confdefs.h
<<\EOF
19604 #define wxUSE_STARTUP_TIPS 1
19610 if test "$wxUSE_TEXTDLG" = "yes"; then
19611 cat >> confdefs.h
<<\EOF
19612 #define wxUSE_TEXTDLG 1
19617 if test "$wxUSE_WIZARDDLG" = "yes"; then
19618 cat >> confdefs.h
<<\EOF
19619 #define wxUSE_WIZARDDLG 1
19622 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
19626 if test "$cross_compiling" = "yes"; then
19629 OSINFO
=`uname -s -r -m`
19630 OSINFO
="\"$OSINFO\""
19633 cat >> confdefs.h
<<EOF
19634 #define WXWIN_OS_DESCRIPTION $OSINFO
19639 if test "x$prefix" != "xNONE"; then
19642 wxPREFIX
=$ac_default_prefix
19645 cat >> confdefs.h
<<EOF
19646 #define wxINSTALL_PREFIX "$wxPREFIX"
19653 if test "$wxUSE_MAC" = 1 ; then
19654 LDFLAGS
="$LDFLAGS -framework Carbon -framework System"
19658 LIBS
="$ZLIB_LINK$POSIX4_LINK$INET_LINK$WCHAR_LINK$THREADS_LINK$DL_LINK -lm$LIBS"
19660 if test "$wxUSE_GUI" = "yes"; then
19662 LIBS
=" $GUI_TK_LIBRARY$PNG_LINK$JPEG_LINK$TIFF_LINK$FREETYPE_LINK$LIBS"
19665 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS controls dialogs \
19666 drawing dynamic erase event exec font image \
19667 minimal richedit rotate widgets"
19669 CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
19671 SAMPLES_SUBDIRS
="console"
19675 INCLUDES
="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} -I\${top_srcdir}/include \
19676 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
19677 $FREETYPE_INCLUDE $TOOLKIT_INCLUDE"
19679 if test "$wxUSE_GTK" = 1; then
19682 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
19685 if test "$GXX" = yes ; then
19686 CXXWARNINGS
="-Wall"
19688 if test "$wxUSE_NO_DEPS" = "no" ; then
19689 CFLAGS
="-MMD $CFLAGS"
19690 CXXFLAGS
="-MMD $CXXFLAGS"
19694 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
19696 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
19697 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
19699 LDFLAGS
="$LDFLAGS$PROFILE"
19701 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
19787 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
19788 echo "configure:19789: checking whether ${MAKE-make} sets \${MAKE}" >&5
19789 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
19790 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
19791 echo $ac_n "(cached) $ac_c" 1>&6
19793 cat > conftestmake
<<\EOF
19795 @
echo 'ac_maketemp="${MAKE}"'
19797 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
19798 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
19799 if test -n "$ac_maketemp"; then
19800 eval ac_cv_prog_make_
${ac_make}_set
=yes
19802 eval ac_cv_prog_make_
${ac_make}_set
=no
19806 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
19807 echo "$ac_t""yes" 1>&6
19810 echo "$ac_t""no" 1>&6
19811 SET_MAKE
="MAKE=${MAKE-make}"
19815 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
19816 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
19821 if test "$wxUSE_GUI" = "yes"; then
19822 wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS
19823 wx_cv_path_ifs
=$PATH_IFS
19824 wx_cv_program_ext
=$PROGRAM_EXT
19825 wx_cv_target_library
=$WX_TARGET_LIBRARY
19826 wx_cv_target_library_gl
=$WX_TARGET_LIBRARY_GL
19827 wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE
19828 export wx_cv_path_samplesubdirs wx_cv_path_ifs wx_cv_program_ext \
19829 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
19830 subdirs
="demos samples utils contrib"
19835 cat > confcache
<<\EOF
19836 # This file is a shell script that caches the results of configure
19837 # tests run on this system so they can be shared between configure
19838 # scripts and configure runs. It is not useful on other systems.
19839 # If it contains results you don't want to keep, you may remove or edit it.
19841 # By default, configure uses ./config.cache as the cache file,
19842 # creating it if it does not exist already. You can give configure
19843 # the --cache-file=FILE option to use a different cache file; that is
19844 # what configure does when it calls configure scripts in
19845 # subdirectories, so they share the cache.
19846 # Giving --cache-file=/dev/null disables caching, for debugging configure.
19847 # config.status only pays attention to the cache file if you give it the
19848 # --recheck option to rerun configure.
19851 # The following way of writing the cache mishandles newlines in values,
19852 # but we know of no workaround that is simple, portable, and efficient.
19853 # So, don't put newlines in cache variables' values.
19854 # Ultrix sh set writes to stderr and can't be redirected directly,
19855 # and sets the high bit in the cache file unless we assign to the vars.
19857 case `(ac_space=' '; set | grep ac_space) 2>&1` in
19859 # `set' does not quote correctly, so add quotes (double-quote substitution
19860 # turns \\\\ into \\, and sed turns \\ into \).
19862 -e "s/'/'\\\\''/g" \
19863 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
19866 # `set' quotes correctly as required by POSIX, so do not add quotes.
19867 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
19870 if cmp -s $cache_file confcache
; then
19873 if test -w $cache_file; then
19874 echo "updating cache $cache_file"
19875 cat confcache
> $cache_file
19877 echo "not updating unwritable cache $cache_file"
19882 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
19884 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19885 # Let make expand exec_prefix.
19886 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19888 # Any assignment to VPATH causes Sun make to only execute
19889 # the first set of double-colon rules, so remove it if not needed.
19890 # If there is a colon in the path, we need to keep it.
19891 if test "x$srcdir" = x.
; then
19892 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
19895 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
19897 DEFS
=-DHAVE_CONFIG_H
19899 # Without the "./", some shells look in PATH for config.status.
19900 : ${CONFIG_STATUS=./config.status}
19902 echo creating
$CONFIG_STATUS
19903 rm -f $CONFIG_STATUS
19904 cat > $CONFIG_STATUS <<EOF
19906 # Generated automatically by configure.
19907 # Run this file to recreate the current configuration.
19908 # This directory was configured as follows,
19909 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19911 # $0 $ac_configure_args
19913 # Compiler output produced by configure, useful for debugging
19914 # configure, is in ./config.log if it exists.
19916 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
19919 case "\$ac_option" in
19920 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19921 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
19922 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
19923 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
19924 echo "$CONFIG_STATUS generated by autoconf version 2.13"
19926 -help | --help | --hel | --he | --h)
19927 echo "\$ac_cs_usage"; exit 0 ;;
19928 *) echo "\$ac_cs_usage"; exit 1 ;;
19932 ac_given_srcdir=$srcdir
19933 ac_given_INSTALL="$INSTALL"
19935 trap 'rm -fr `echo "
19941 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
19943 cat >> $CONFIG_STATUS <<EOF
19945 # Protect against being on the right side of a sed subst in config.status.
19946 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
19947 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
19951 s%@CFLAGS@%$CFLAGS%g
19952 s%@CPPFLAGS@%$CPPFLAGS%g
19953 s%@CXXFLAGS@%$CXXFLAGS%g
19954 s%@FFLAGS@%$FFLAGS%g
19956 s%@LDFLAGS@%$LDFLAGS%g
19958 s%@exec_prefix@%$exec_prefix%g
19959 s%@prefix@%$prefix%g
19960 s%@program_transform_name@%$program_transform_name%g
19961 s%@bindir@%$bindir%g
19962 s%@sbindir@%$sbindir%g
19963 s%@libexecdir@%$libexecdir%g
19964 s%@datadir@%$datadir%g
19965 s%@sysconfdir@%$sysconfdir%g
19966 s%@sharedstatedir@%$sharedstatedir%g
19967 s%@localstatedir@%$localstatedir%g
19968 s%@libdir@%$libdir%g
19969 s%@includedir@%$includedir%g
19970 s%@oldincludedir@%$oldincludedir%g
19971 s%@infodir@%$infodir%g
19972 s%@mandir@%$mandir%g
19974 s%@host_alias@%$host_alias%g
19975 s%@host_cpu@%$host_cpu%g
19976 s%@host_vendor@%$host_vendor%g
19977 s%@host_os@%$host_os%g
19978 s%@target@%$target%g
19979 s%@target_alias@%$target_alias%g
19980 s%@target_cpu@%$target_cpu%g
19981 s%@target_vendor@%$target_vendor%g
19982 s%@target_os@%$target_os%g
19984 s%@build_alias@%$build_alias%g
19985 s%@build_cpu@%$build_cpu%g
19986 s%@build_vendor@%$build_vendor%g
19987 s%@build_os@%$build_os%g
19991 s%@RANLIB@%$RANLIB%g
19993 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
19994 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
19995 s%@INSTALL_DATA@%$INSTALL_DATA%g
19997 s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g
20000 s%@LEXLIB@%$LEXLIB%g
20002 s%@GTK_CONFIG_2_0@%$GTK_CONFIG_2_0%g
20003 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
20004 s%@GTK_LIBS@%$GTK_LIBS%g
20005 s%@GTK_CONFIG@%$GTK_CONFIG%g
20006 s%@X_CFLAGS@%$X_CFLAGS%g
20007 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
20008 s%@X_LIBS@%$X_LIBS%g
20009 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
20010 s%@RESCOMP@%$RESCOMP%g
20012 s%@CXXCPP@%$CXXCPP%g
20013 s%@LIBICONV@%$LIBICONV%g
20014 s%@LEX_STEM@%$LEX_STEM%g
20015 s%@PATH_IFS@%$PATH_IFS%g
20016 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
20017 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
20018 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
20019 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
20020 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
20021 s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
20022 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
20023 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
20024 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
20025 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
20026 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
20027 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
20028 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
20029 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
20030 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
20031 s%@WX_ALL@%$WX_ALL%g
20032 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
20033 s%@SHARED_LD@%$SHARED_LD%g
20034 s%@PIC_FLAG@%$PIC_FLAG%g
20035 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
20036 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
20037 s%@SONAME_FLAGS@%$SONAME_FLAGS%g
20038 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
20039 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
20040 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
20041 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
20042 s%@USE_GUI@%$USE_GUI%g
20043 s%@AFMINSTALL@%$AFMINSTALL%g
20044 s%@TOOLKIT@%$TOOLKIT%g
20045 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
20046 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
20047 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
20048 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
20049 s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g
20050 s%@cross_compiling@%$cross_compiling%g
20051 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
20052 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
20053 s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g
20054 s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g
20055 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
20056 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
20057 s%@GUIDIST@%$GUIDIST%g
20058 s%@PORT_FILES@%$PORT_FILES%g
20059 s%@DISTDIR@%$DISTDIR%g
20060 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
20061 s%@LDFLAGS_GL@%$LDFLAGS_GL%g
20062 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
20063 s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g
20064 s%@EXTRADEFS@%$EXTRADEFS%g
20065 s%@RESFLAGS@%$RESFLAGS%g
20066 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
20067 s%@WX_RESOURCES_MACOSX@%$WX_RESOURCES_MACOSX%g
20068 s%@WX_RESOURCES_MACOSX_COMPILED@%$WX_RESOURCES_MACOSX_COMPILED%g
20069 s%@LIBWXMACRES@%$LIBWXMACRES%g
20070 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
20071 s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
20072 s%@DLLTOOL@%$DLLTOOL%g
20076 s%@MAKEINFO@%$MAKEINFO%g
20077 s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g
20078 s%@SET_MAKE@%$SET_MAKE%g
20079 s%@subdirs@%$subdirs%g
20084 cat >> $CONFIG_STATUS <<\EOF
20086 # Split the substitutions into bite-sized pieces for seds with
20087 # small command number limits, like on Digital OSF/1 and HP-UX.
20088 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
20089 ac_file
=1 # Number of current file.
20090 ac_beg
=1 # First line for current file.
20091 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
20094 while $ac_more_lines; do
20095 if test $ac_beg -gt 1; then
20096 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
20098 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
20100 if test ! -s conftest.s
$ac_file; then
20101 ac_more_lines
=false
20102 rm -f conftest.s
$ac_file
20104 if test -z "$ac_sed_cmds"; then
20105 ac_sed_cmds
="sed -f conftest.s$ac_file"
20107 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
20109 ac_file
=`expr $ac_file + 1`
20111 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
20114 if test -z "$ac_sed_cmds"; then
20119 cat >> $CONFIG_STATUS <<EOF
20121 CONFIG_FILES=\${CONFIG_FILES-"wx-config
20128 cat >> $CONFIG_STATUS <<\EOF
20129 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
20130 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20132 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
20133 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
20134 *) ac_file_in
="${ac_file}.in" ;;
20137 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
20139 # Remove last slash and all that follows it. Not all systems have dirname.
20140 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
20141 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
20142 # The file is in a subdirectory.
20143 test ! -d "$ac_dir" && mkdir "$ac_dir"
20144 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
20145 # A "../" for each directory in $ac_dir_suffix.
20146 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
20148 ac_dir_suffix
= ac_dots
=
20151 case "$ac_given_srcdir" in
20153 if test -z "$ac_dots"; then top_srcdir
=.
20154 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
20155 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
20156 *) # Relative path.
20157 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
20158 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
20161 case "$ac_given_INSTALL" in
20162 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
20163 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
20166 echo creating
"$ac_file"
20168 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
20170 *Makefile
*) ac_comsub
="1i\\
20171 # $configure_input" ;;
20175 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
20177 s%@configure_input@%$configure_input%g
20178 s%@srcdir@%$srcdir%g
20179 s%@top_srcdir@%$top_srcdir%g
20180 s%@INSTALL@%$INSTALL%g
20181 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
20185 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
20186 # NAME is the cpp macro being defined and VALUE is the value it is being given.
20188 # ac_d sets the value in "#define NAME VALUE" lines.
20189 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
20190 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
20193 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
20194 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
20195 ac_uB
='\([ ]\)%\1#\2define\3'
20198 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
20199 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
20200 ac_eB
='$%\1#\2define\3'
20204 if test "${CONFIG_HEADERS+set}" != set; then
20206 cat >> $CONFIG_STATUS <<EOF
20207 CONFIG_HEADERS="setup.h:setup.h.in"
20209 cat >> $CONFIG_STATUS <<\EOF
20211 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
20212 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20214 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
20215 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
20216 *) ac_file_in
="${ac_file}.in" ;;
20219 echo creating
$ac_file
20221 rm -f conftest.frag conftest.
in conftest.out
20222 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
20223 cat $ac_file_inputs > conftest.
in
20227 # Transform confdefs.h into a sed script conftest.vals that substitutes
20228 # the proper values into config.h.in to produce config.h. And first:
20229 # Protect against being on the right side of a sed subst in config.status.
20230 # Protect against being in an unquoted here document in config.status.
20231 rm -f conftest.vals
20232 cat > conftest.hdr
<<\EOF
20235 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
20239 sed -n -f conftest.hdr confdefs.h > conftest.vals
20242 # This sed command replaces #undef with comments. This is necessary, for
20243 # example, in the case of _POSIX_SOURCE, which is predefined and required
20244 # on some systems where configure will not decide to define it.
20245 cat >> conftest.vals <<\EOF
20246 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
20249 # Break up conftest.vals because some shells have a limit on
20250 # the size of here documents, and old seds have small limits too.
20252 rm -f conftest.tail
20255 ac_lines=`grep -c . conftest.vals
`
20256 # grep -c gives empty output for an empty file on some AIX systems.
20257 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
20258 # Write a limited-size here document to conftest.frag.
20259 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
20260 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
20262 sed -f conftest.frag conftest.in > conftest.out
20264 mv conftest.out conftest.in
20265 ' >> $CONFIG_STATUS
20266 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
20267 rm -f conftest.vals
20268 mv conftest.tail conftest.vals
20270 rm -f conftest.vals
20272 cat >> $CONFIG_STATUS <<\EOF
20273 rm -f conftest.frag conftest.h
20274 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
20275 cat conftest.in >> conftest.h
20277 if cmp -s $ac_file conftest.h 2>/dev/null; then
20278 echo "$ac_file is unchanged"
20281 # Remove last slash and all that follows it. Not all systems have dirname.
20282 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
20283 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
20284 # The file is in a subdirectory.
20285 test ! -d "$ac_dir" && mkdir "$ac_dir"
20288 mv conftest.h $ac_file
20293 cat >> $CONFIG_STATUS <<EOF
20295 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
20300 cat >> $CONFIG_STATUS <<\EOF
20302 if test ! -h wx-config; then
20304 mv wx-config wx${TOOLCHAIN_NAME}-config
20305 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
20308 if test ! -d lib; then
20311 if test ! -d lib/wx; then
20314 if test ! -d lib/wx/include; then
20315 mkdir lib/wx/include
20317 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
20318 mkdir lib/wx/include/${TOOLCHAIN_NAME}
20320 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
20321 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
20323 if test -f setup.h; then
20324 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
20329 chmod +x $CONFIG_STATUS
20330 rm -fr confdefs* $ac_clean_files
20331 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
20333 if test "$no_recursion" != yes; then
20335 # Remove --cache-file and --srcdir arguments so they do not pile up.
20336 ac_sub_configure_args=
20338 for ac_arg in $ac_configure_args; do
20339 if test -n "$ac_prev"; then
20344 -cache-file | --cache-file | --cache-fil | --cache-fi \
20345 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
20346 ac_prev=cache_file ;;
20347 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
20348 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
20350 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
20352 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
20354 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
20358 for ac_config_dir in demos samples utils contrib; do
20360 # Do not complain, so a configure script can configure whichever
20361 # parts of a large source tree are present.
20362 if test ! -d $srcdir/$ac_config_dir; then
20366 echo configuring in $ac_config_dir
20371 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
20373 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
20381 # A "../" for each directory in /$ac_config_dir.
20382 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
20385 .) # No --srcdir option. We are building in place.
20386 ac_sub_srcdir=$srcdir ;;
20387 /*) # Absolute path.
20388 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
20389 *) # Relative path.
20390 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
20393 # Check for guested configure; otherwise get Cygnus style configure.
20394 if test -f $ac_sub_srcdir/configure; then
20395 ac_sub_configure=$ac_sub_srcdir/configure
20396 elif test -f $ac_sub_srcdir/configure.in; then
20397 ac_sub_configure=$ac_configure
20399 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
20403 # The recursion is here.
20404 if test -n "$ac_sub_configure"; then
20406 # Make the cache file name correct relative to the subdirectory.
20407 case "$cache_file" in
20408 /*) ac_sub_cache_file=$cache_file ;;
20409 *) # Relative path.
20410 ac_sub_cache_file="$ac_dots$cache_file" ;;
20412 case "$ac_given_INSTALL" in
20413 [/$]*) INSTALL="$ac_given_INSTALL" ;;
20414 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
20417 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
20418 # The eval makes quoting arguments work.
20419 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
20422 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }