3 # From configure.in Id: configure.in
65 # Configure paths for GTK+
66 # Owen Taylor 1997-2001
70 # Configure paths for GTK+
80 # Guess values for system-dependent variables and create Makefiles.
81 # Generated automatically using autoconf version 2.13
82 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
84 # This configure script is free software; the Free Software Foundation
85 # gives unlimited permission to copy, distribute and modify it.
89 ac_default_prefix
=/usr
/local
90 # Any additions from configure.in:
92 --enable-gui use GUI classes"
94 --enable-universal use wxWindows GUI controls instead of native ones"
98 --with-motif use Motif/Lesstif"
100 --with-mac use Mac OS X"
102 --with-cocoa use Cocoa"
104 --with-wine use Wine"
106 --with-msw use MS-Windows"
108 --with-pm use OS/2 Presentation Manager"
110 --with-mgl use SciTech MGL"
112 --with-microwin use MicroWindows"
116 --enable-nanox use NanoX"
118 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
120 --with-libpng use libpng (PNG image format)"
122 --with-libjpeg use libjpeg (JPEG file format)"
124 --with-libtiff use libtiff (TIFF file format)"
126 --with-opengl use OpenGL (or Mesa)"
128 --with-dmalloc use dmalloc library (http://dmalloc.com/)"
130 --with-regex enable support for wxRegEx class"
132 --with-zlib use zlib for LZW compression"
134 --with-odbc use the IODBC and wxODBC classes"
136 --enable-shared create shared library code"
138 --enable-soname set the DT_SONAME field in ELF shared libraries"
140 --enable-optimise create optimised code"
142 --enable-debug same as debug_flag and debug_info"
144 --enable-precomp enable use of precompiled headers (Mac OS X/Darwin)"
146 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
148 --enable-debug_info create code with debugging information"
150 --enable-debug_gdb create code with extra GDB debugging information"
152 --enable-debug_cntxt use wxDebugContext"
154 --enable-mem_tracing create code with memory tracing"
156 --enable-profile create code with profiling information"
158 --enable-no_rtti create code without RTTI information"
160 --enable-no_exceptions create code without C++ exceptions handling"
162 --enable-permissive compile code disregarding strict ANSI"
164 --enable-no_deps create code without dependency information"
166 --enable-compat20 enable wxWindows 2.0 compatibility"
168 --enable-compat22 enable wxWindows 2.2 compatibility"
170 --disable-compat24 disable wxWindows 2.4 compatibility"
172 --enable-rpath=DIR output the rpath flag from wx-config"
174 --enable-intl use internationalization system"
176 --enable-config use wxConfig (and derived) classes"
178 --enable-protocols use wxProtocol and derived classes"
180 --enable-ftp use wxFTP (requires wxProtocol"
182 --enable-http use wxHTTP (requires wxProtocol"
184 --enable-fileproto use wxFileProto class (requires wxProtocol"
186 --enable-sockets use socket/network classes"
188 --enable-ole use OLE classes"
190 --enable-dataobj use data object classes"
192 --enable-ipc use interprocess communication (wxSocket etc.)"
194 --enable-cmdline use wxCmdLineParser class"
196 --enable-datetime use wxDateTime class"
198 --enable-stopwatch use wxStopWatch class"
200 --enable-dialupman use dialup network classes"
202 --enable-apple_ieee use the Apple IEEE codec"
204 --enable-timer use wxTimer class"
206 --enable-wave use wxWave class"
208 --enable-fraction use wxFraction class"
210 --enable-dynlib use wxLibrary class for DLL loading"
212 --enable-dynamicloader use (new) wxDynamicLibrary class"
214 --enable-longlong use wxLongLong class"
216 --enable-geometry use geometry class"
218 --enable-log use logging system"
220 --enable-streams use wxStream etc classes"
222 --enable-file use wxFile classes"
224 --enable-ffile use wxFFile classes"
226 --enable-textbuf use wxTextBuffer class"
228 --enable-textfile use wxTextFile class"
230 --enable-fontmap use font encodings conversion classes"
232 --enable-unicode compile wxString with Unicode support"
234 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)"
236 --enable-wxprintfv use wxWindows implementation of vprintf()"
238 --enable-std_iostreams use standard C++ stream classes"
240 --enable-filesystem use virtual file systems classes"
242 --enable-fs_inet use virtual HTTP/FTP filesystems"
244 --enable-fs_zip use virtual ZIP filesystems"
246 --enable-zipstream use wxZipInputStream"
248 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
250 --enable-snglinst use wxSingleInstanceChecker class"
252 --enable-mimetype use wxMimeTypesManager"
254 --enable-sysoptions use wxSystemOptions"
256 --enable-url use wxURL class"
258 --enable-protocol use wxProtocol class"
260 --enable-protocol-http HTTP support in wxProtocol"
262 --enable-protocol-ftp FTP support in wxProtocol"
264 --enable-protocol-file FILE support in wxProtocol"
266 --enable-threads use threads"
268 --enable-docview use document view architecture"
270 --enable-help use help subsystem"
272 --enable-mshtmlhelp use MS HTML Help (win32)"
274 --enable-html use wxHTML sub-library"
276 --enable-htmlhelp use wxHTML-based help"
278 --enable-constraints use layout-constraints system"
280 --enable-printarch use printing architecture"
282 --enable-mdi use multiple document interface architecture"
284 --enable-loggui use standard GUI logger"
286 --enable-logwin use wxLogWindow"
288 --enable-logdialog use wxLogDialog"
290 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
292 --enable-resources use wxWindows resources"
294 --enable-xresources use X resources for save (default for gtk+)"
296 --enable-clipboard use wxClipboard class"
298 --enable-dnd use Drag'n'Drop classes"
300 --enable-metafile use win32 metafiles"
302 --enable-controls use all usual controls"
304 --enable-accel use accelerators"
306 --enable-button use wxButton class"
308 --enable-bmpbutton use wxBitmapButton class"
310 --enable-calendar use wxCalendarCtrl class"
312 --enable-caret use wxCaret class"
314 --enable-checkbox use wxCheckBox class"
316 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
318 --enable-choice use wxChoice class"
320 --enable-combobox use wxComboBox class"
322 --enable-display use wxDisplay class"
324 --enable-gauge use wxGauge class"
326 --enable-grid use wxGrid class"
328 --enable-imaglist use wxImageList class"
330 --enable-listbox use wxListBox class"
332 --enable-listctrl use wxListCtrl class"
334 --enable-notebook use wxNotebook class"
336 --enable-radiobox use wxRadioBox class"
338 --enable-radiobtn use wxRadioButton class"
340 --enable-sash use wxSashWindow class"
342 --enable-scrollbar use wxScrollBar class and scrollable windows"
344 --enable-slider use wxSlider class"
346 --enable-spinbtn use wxSpinButton class"
348 --enable-spinctrl use wxSpinCtrl class"
350 --enable-splitter use wxSplitterWindow class"
352 --enable-statbmp use wxStaticBitmap class"
354 --enable-statbox use wxStaticBox class"
356 --enable-statline use wxStaticLine class"
358 --enable-stattext use wxStaticText class"
360 --enable-statusbar use wxStatusBar class"
362 --enable-tabdialog use wxTabControl class"
364 --enable-textctrl use wxTextCtrl class"
366 --enable-togglebtn use wxToggleButton class"
368 --enable-toolbar use wxToolBar class"
370 --enable-tbarnative use native wxToolBar class"
372 --enable-tbarsmpl use wxToolBarSimple class"
374 --enable-treectrl use wxTreeCtrl class"
376 --enable-tipwindow use wxTipWindow class"
378 --enable-popupwin use wxPopUpWindow class"
380 --enable-commondlg use all common dialogs"
382 --enable-choicedlg use wxChoiceDialog"
384 --enable-coldlg use wxColourDialog"
386 --enable-filedlg use wxFileDialog"
388 --enable-finddlg use wxFindReplaceDialog"
390 --enable-fontdlg use wxFontDialog"
392 --enable-dirdlg use wxDirDialog"
394 --enable-msgdlg use wxMessageDialog"
396 --enable-numberdlg use wxNumberEntryDialog"
398 --enable-splash use wxSplashScreen"
400 --enable-textdlg use wxTextDialog"
402 --enable-tipdlg use startup tips"
404 --enable-progressdlg use wxProgressDialog"
406 --enable-wizarddlg use wxWizard"
408 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
410 --enable-miniframe use wxMiniFrame class"
412 --enable-tooltips use wxToolTip class"
414 --enable-splines use spline drawing code"
416 --enable-validators use wxValidator and derived classes"
418 --enable-busyinfo use wxBusyInfo"
420 --enable-joystick use wxJoystick (Linux only)"
422 --enable-metafiles use wxMetaFile (Windows only)"
424 --enable-dragimage use wxDragImage"
426 --enable-palette use wxPalette class"
428 --enable-image use wxImage class"
430 --enable-gif use gif images (GIF file format)"
432 --enable-pcx use pcx images (PCX file format)"
434 --enable-iff use iff images (IFF file format)"
436 --enable-pnm use pnm images (PNM file format)"
438 --enable-xpm use xpm images (XPM file format)"
440 --enable-icocur use Windows ICO and CUR formats"
442 --disable-largefile omit support for large files"
444 --disable-gtktest do not try to compile and run a test GTK+ program"
446 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
448 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
450 --disable-gtktest Do not try to compile and run a test GTK program"
452 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
454 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
456 --disable-gtktest Do not try to compile and run a test GTK program"
458 --with-x use the X Window System"
460 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
462 # Initialize some variables set by options.
463 # The variables have the same names as the options, with
464 # dashes changed to underlines.
466 cache_file
=.
/config.cache
475 program_transform_name
=s
,x
,x
,
483 bindir
='${exec_prefix}/bin'
484 sbindir
='${exec_prefix}/sbin'
485 libexecdir
='${exec_prefix}/libexec'
486 datadir
='${prefix}/share'
487 sysconfdir
='${prefix}/etc'
488 sharedstatedir
='${prefix}/com'
489 localstatedir
='${prefix}/var'
490 libdir
='${exec_prefix}/lib'
491 includedir
='${prefix}/include'
492 oldincludedir
='/usr/include'
493 infodir
='${prefix}/info'
494 mandir
='${prefix}/man'
496 # Initialize some other variables.
499 SHELL
=${CONFIG_SHELL-/bin/sh}
500 # Maximum number of lines to put in a shell here document.
507 # If the previous option needs an argument, assign it.
508 if test -n "$ac_prev"; then
509 eval "$ac_prev=\$ac_option"
515 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
519 # Accept the important Cygnus configure options, so we can diagnose typos.
523 -bindir | --bindir | --bindi | --bind | --bin | --bi)
525 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
526 bindir
="$ac_optarg" ;;
528 -build | --build | --buil | --bui | --bu)
530 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
531 build
="$ac_optarg" ;;
533 -cache-file | --cache-file | --cache-fil | --cache-fi \
534 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
535 ac_prev
=cache_file
;;
536 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
537 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
538 cache_file
="$ac_optarg" ;;
540 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
542 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
544 datadir
="$ac_optarg" ;;
546 -disable-* | --disable-*)
547 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
548 # Reject names that are not valid shell variable names.
549 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
550 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
552 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
553 eval "enable_${ac_feature}=no" ;;
555 -enable-* | --enable-*)
556 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
557 # Reject names that are not valid shell variable names.
558 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
559 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
561 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
566 eval "enable_${ac_feature}='$ac_optarg'" ;;
568 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
569 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
570 | --exec | --exe | --ex)
571 ac_prev
=exec_prefix
;;
572 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
573 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
574 | --exec=* | --exe=* | --ex=*)
575 exec_prefix
="$ac_optarg" ;;
577 -gas | --gas | --ga | --g)
578 # Obsolete; use --with-gas.
581 -help | --help | --hel | --he)
582 # Omit some internal or obsolete options to make the list less imposing.
583 # This message is too long to be a string in the A/UX 3.1 sh.
585 Usage: configure [options] [host]
586 Options: [defaults in brackets after descriptions]
588 --cache-file=FILE cache test results in FILE
589 --help print this message
590 --no-create do not create output files
591 --quiet, --silent do not print \`checking...' messages
592 --version print the version of autoconf that created configure
593 Directory and file names:
594 --prefix=PREFIX install architecture-independent files in PREFIX
596 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
598 --bindir=DIR user executables in DIR [EPREFIX/bin]
599 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
600 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
601 --datadir=DIR read-only architecture-independent data in DIR
603 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
604 --sharedstatedir=DIR modifiable architecture-independent data in DIR
606 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
607 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
608 --includedir=DIR C header files in DIR [PREFIX/include]
609 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
610 --infodir=DIR info documentation in DIR [PREFIX/info]
611 --mandir=DIR man documentation in DIR [PREFIX/man]
612 --srcdir=DIR find the sources in DIR [configure dir or ..]
613 --program-prefix=PREFIX prepend PREFIX to installed program names
614 --program-suffix=SUFFIX append SUFFIX to installed program names
615 --program-transform-name=PROGRAM
616 run sed PROGRAM on installed program names
620 --build=BUILD configure for building on BUILD [BUILD=HOST]
621 --host=HOST configure for HOST [guessed]
622 --target=TARGET configure for TARGET [TARGET=HOST]
623 Features and packages:
624 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
625 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
626 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
627 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
628 --x-includes=DIR X include files are in DIR
629 --x-libraries=DIR X library files are in DIR
631 if test -n "$ac_help"; then
632 echo "--enable and --with options recognized:$ac_help"
636 -host | --host | --hos | --ho)
638 -host=* | --host=* | --hos=* | --ho=*)
641 -includedir | --includedir | --includedi | --included | --include \
642 | --includ | --inclu | --incl | --inc)
643 ac_prev
=includedir
;;
644 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
645 | --includ=* | --inclu=* | --incl=* | --inc=*)
646 includedir
="$ac_optarg" ;;
648 -infodir | --infodir | --infodi | --infod | --info | --inf)
650 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
651 infodir
="$ac_optarg" ;;
653 -libdir | --libdir | --libdi | --libd)
655 -libdir=* | --libdir=* | --libdi=* | --libd=*)
656 libdir
="$ac_optarg" ;;
658 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
659 | --libexe | --libex | --libe)
660 ac_prev
=libexecdir
;;
661 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
662 | --libexe=* | --libex=* | --libe=*)
663 libexecdir
="$ac_optarg" ;;
665 -localstatedir | --localstatedir | --localstatedi | --localstated \
666 | --localstate | --localstat | --localsta | --localst \
667 | --locals | --local | --loca | --loc | --lo)
668 ac_prev
=localstatedir
;;
669 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
670 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
671 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
672 localstatedir
="$ac_optarg" ;;
674 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
676 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
677 mandir
="$ac_optarg" ;;
680 # Obsolete; use --without-fp.
683 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
687 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
688 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
691 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
692 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
693 | --oldin | --oldi | --old | --ol | --o)
694 ac_prev
=oldincludedir
;;
695 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
696 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
697 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
698 oldincludedir
="$ac_optarg" ;;
700 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
702 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
703 prefix
="$ac_optarg" ;;
705 -program-prefix | --program-prefix | --program-prefi | --program-pref \
706 | --program-pre | --program-pr | --program-p)
707 ac_prev
=program_prefix
;;
708 -program-prefix=* | --program-prefix=* | --program-prefi=* \
709 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
710 program_prefix
="$ac_optarg" ;;
712 -program-suffix | --program-suffix | --program-suffi | --program-suff \
713 | --program-suf | --program-su | --program-s)
714 ac_prev
=program_suffix
;;
715 -program-suffix=* | --program-suffix=* | --program-suffi=* \
716 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
717 program_suffix
="$ac_optarg" ;;
719 -program-transform-name | --program-transform-name \
720 | --program-transform-nam | --program-transform-na \
721 | --program-transform-n | --program-transform- \
722 | --program-transform | --program-transfor \
723 | --program-transfo | --program-transf \
724 | --program-trans | --program-tran \
725 | --progr-tra | --program-tr | --program-t)
726 ac_prev
=program_transform_name
;;
727 -program-transform-name=* | --program-transform-name=* \
728 | --program-transform-nam=* | --program-transform-na=* \
729 | --program-transform-n=* | --program-transform-=* \
730 | --program-transform=* | --program-transfor=* \
731 | --program-transfo=* | --program-transf=* \
732 | --program-trans=* | --program-tran=* \
733 | --progr-tra=* | --program-tr=* | --program-t=*)
734 program_transform_name
="$ac_optarg" ;;
736 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
737 | -silent | --silent | --silen | --sile | --sil)
740 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
742 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
744 sbindir
="$ac_optarg" ;;
746 -sharedstatedir | --sharedstatedir | --sharedstatedi \
747 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
748 | --sharedst | --shareds | --shared | --share | --shar \
750 ac_prev
=sharedstatedir
;;
751 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
752 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
753 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
755 sharedstatedir
="$ac_optarg" ;;
757 -site | --site | --sit)
759 -site=* | --site=* | --sit=*)
762 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
764 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
765 srcdir
="$ac_optarg" ;;
767 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
768 | --syscon | --sysco | --sysc | --sys | --sy)
769 ac_prev
=sysconfdir
;;
770 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
771 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
772 sysconfdir
="$ac_optarg" ;;
774 -target | --target | --targe | --targ | --tar | --ta | --t)
776 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
777 target
="$ac_optarg" ;;
779 -v | -verbose | --verbose | --verbos | --verbo | --verb)
782 -version | --version | --versio | --versi | --vers)
783 echo "configure generated by autoconf version 2.13"
787 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
788 # Reject names that are not valid shell variable names.
789 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
790 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
792 ac_package
=`echo $ac_package| sed 's/-/_/g'`
797 eval "with_${ac_package}='$ac_optarg'" ;;
799 -without-* | --without-*)
800 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
801 # Reject names that are not valid shell variable names.
802 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
803 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
805 ac_package
=`echo $ac_package| sed 's/-/_/g'`
806 eval "with_${ac_package}=no" ;;
809 # Obsolete; use --with-x.
812 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
813 | --x-incl | --x-inc | --x-in | --x-i)
814 ac_prev
=x_includes
;;
815 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
816 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
817 x_includes
="$ac_optarg" ;;
819 -x-libraries | --x-libraries | --x-librarie | --x-librari \
820 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
821 ac_prev
=x_libraries
;;
822 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
823 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
824 x_libraries
="$ac_optarg" ;;
826 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
830 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
831 echo "configure: warning: $ac_option: invalid host type" 1>&2
833 if test "x$nonopt" != xNONE
; then
834 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
842 if test -n "$ac_prev"; then
843 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
846 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
848 # File descriptor usage:
851 # 2 errors and warnings
852 # 3 some systems may open it to /dev/tty
853 # 4 used on the Kubota Titan
854 # 6 checking for... messages and results
855 # 5 compiler messages saved in config.log
856 if test "$silent" = yes; then
864 This file contains any messages produced by compilers while
865 running configure, to aid debugging if configure makes a mistake.
868 # Strip out --no-create and --no-recursion so they do not pile up.
869 # Also quote any args containing shell metacharacters.
874 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
875 | --no-cr | --no-c) ;;
876 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
877 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
878 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
879 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
880 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
885 # Only set these to C if already set. These must not be set unconditionally
886 # because not all systems understand e.g. LANG=C (notably SCO).
887 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
888 # Non-C LC_CTYPE values break the ctype check.
889 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
890 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
891 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
892 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
894 # confdefs.h avoids OS command line length limits that DEFS can exceed.
895 rm -rf conftest
* confdefs.h
896 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
899 # A filename unique to this package, relative to the directory that
900 # configure is in, which we can look for to find out if srcdir is correct.
901 ac_unique_file
=wx
-config.
in
903 # Find the source files, if location was not specified.
904 if test -z "$srcdir"; then
905 ac_srcdir_defaulted
=yes
906 # Try the directory containing this script, then its parent.
908 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
909 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
911 if test ! -r $srcdir/$ac_unique_file; then
915 ac_srcdir_defaulted
=no
917 if test ! -r $srcdir/$ac_unique_file; then
918 if test "$ac_srcdir_defaulted" = yes; then
919 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
921 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
924 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
926 # Prefer explicitly selected file to automatically selected ones.
927 if test -z "$CONFIG_SITE"; then
928 if test "x$prefix" != xNONE
; then
929 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
931 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
934 for ac_site_file
in $CONFIG_SITE; do
935 if test -r "$ac_site_file"; then
936 echo "loading site script $ac_site_file"
941 if test -r "$cache_file"; then
942 echo "loading cache $cache_file"
945 echo "creating cache $cache_file"
950 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
951 ac_cpp
='$CPP $CPPFLAGS'
952 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
953 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
954 cross_compiling
=$ac_cv_prog_cc_cross
958 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
959 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
960 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
967 ac_n
= ac_c
='\c' ac_t
=
973 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
974 if test -f $ac_dir/install-sh; then
976 ac_install_sh
="$ac_aux_dir/install-sh -c"
978 elif test -f $ac_dir/install.sh
; then
980 ac_install_sh
="$ac_aux_dir/install.sh -c"
984 if test -z "$ac_aux_dir"; then
985 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
987 ac_config_guess
=$ac_aux_dir/config.guess
988 ac_config_sub
=$ac_aux_dir/config.sub
989 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
992 # Do some error checking and defaulting for the host and target type.
994 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
997 # 1. You are not allowed to specify --host, --target, and nonopt at the
999 # 2. Host defaults to nonopt.
1000 # 3. If nonopt is not specified, then host defaults to the current host,
1001 # as determined by config.guess.
1002 # 4. Target and build default to nonopt.
1003 # 5. If nonopt is not specified, then target and build default to host.
1005 # The aliases save the names the user supplied, while $host etc.
1006 # will get canonicalized.
1007 case $host---$target---$nonopt in
1008 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
1009 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
1013 # Make sure we can run config.sub.
1014 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
1015 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1018 echo $ac_n "checking host system type""... $ac_c" 1>&6
1019 echo "configure:1020: checking host system type" >&5
1022 case "$host_alias" in
1026 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1027 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1029 *) host_alias
=$nonopt ;;
1033 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1034 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1035 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1036 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1037 echo "$ac_t""$host" 1>&6
1039 echo $ac_n "checking target system type""... $ac_c" 1>&6
1040 echo "configure:1041: checking target system type" >&5
1042 target_alias
=$target
1043 case "$target_alias" in
1046 NONE
) target_alias
=$host_alias ;;
1047 *) target_alias
=$nonopt ;;
1051 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1052 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1053 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1054 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1055 echo "$ac_t""$target" 1>&6
1057 echo $ac_n "checking build system type""... $ac_c" 1>&6
1058 echo "configure:1059: checking build system type" >&5
1061 case "$build_alias" in
1064 NONE
) build_alias
=$host_alias ;;
1065 *) build_alias
=$nonopt ;;
1069 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1070 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1071 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1072 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1073 echo "$ac_t""$build" 1>&6
1075 test "$host_alias" != "$target_alias" &&
1076 test "$program_prefix$program_suffix$program_transform_name" = \
1078 program_prefix
=${target_alias}-
1082 WX_MAJOR_VERSION_NUMBER
=2
1083 WX_MINOR_VERSION_NUMBER
=5
1086 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
1087 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1089 WX_MSW_VERSION
=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1124 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1126 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1128 DEFAULT_wxUSE_COCOA
=0
1132 DEFAULT_wxUSE_MICROWIN
=0
1133 DEFAULT_wxUSE_MOTIF
=0
1138 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1139 DEFAULT_DEFAULT_wxUSE_GTK
=0
1140 DEFAULT_DEFAULT_wxUSE_MAC
=0
1141 DEFAULT_DEFAULT_wxUSE_MGL
=0
1142 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1143 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1144 DEFAULT_DEFAULT_wxUSE_MSW
=0
1145 DEFAULT_DEFAULT_wxUSE_PM
=0
1146 DEFAULT_DEFAULT_wxUSE_X11
=0
1154 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1155 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1157 cat >> confdefs.h
<<\EOF
1164 cat >> confdefs.h
<<\EOF
1169 if test "x$TMP" = "xalpha"; then
1171 cat >> confdefs.h
<<\EOF
1176 DEFAULT_DEFAULT_wxUSE_GTK
=1
1178 *-*-irix5* | *-*-irix6* )
1181 cat >> confdefs.h
<<\EOF
1185 cat >> confdefs.h
<<\EOF
1189 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1195 cat >> confdefs.h
<<\EOF
1199 cat >> confdefs.h
<<\EOF
1200 #define __SOLARIS__ 1
1203 cat >> confdefs.h
<<\EOF
1207 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1208 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1214 cat >> confdefs.h
<<\EOF
1218 cat >> confdefs.h
<<\EOF
1222 cat >> confdefs.h
<<\EOF
1226 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1231 cat >> confdefs.h
<<\EOF
1232 #define __FREEBSD__ 1
1235 cat >> confdefs.h
<<\EOF
1239 DEFAULT_DEFAULT_wxUSE_GTK
=1
1244 cat >> confdefs.h
<<\EOF
1245 #define __OPENBSD__ 1
1248 cat >> confdefs.h
<<\EOF
1252 DEFAULT_DEFAULT_wxUSE_GTK
=1
1257 cat >> confdefs.h
<<\EOF
1258 #define __NETBSD__ 1
1261 cat >> confdefs.h
<<\EOF
1265 DEFAULT_DEFAULT_wxUSE_GTK
=1
1270 cat >> confdefs.h
<<\EOF
1274 cat >> confdefs.h
<<\EOF
1278 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1279 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1284 cat >> confdefs.h
<<\EOF
1288 cat >> confdefs.h
<<\EOF
1292 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1297 cat >> confdefs.h
<<\EOF
1301 cat >> confdefs.h
<<\EOF
1305 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1312 cat >> confdefs.h
<<\EOF
1316 cat >> confdefs.h
<<\EOF
1320 cat >> confdefs.h
<<\EOF
1324 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1331 cat >> confdefs.h
<<\EOF
1332 #define __UNIXWARE__ 1
1337 *-*-cygwin* | *-*-mingw32* )
1341 DEFAULT_DEFAULT_wxUSE_MSW
=1
1347 cat >> confdefs.h
<<\EOF
1352 DEFAULT_DEFAULT_wxUSE_MGL
=1
1353 LIBS
="$LIBS -lstdc++"
1356 *-pc-os2_emx | *-pc-os2-emx )
1357 cat >> confdefs.h
<<\EOF
1362 DEFAULT_DEFAULT_wxUSE_PM
=1
1369 cat >> confdefs.h
<<\EOF
1373 cat >> confdefs.h
<<\EOF
1374 #define __DARWIN__ 1
1377 cat >> confdefs.h
<<\EOF
1378 #define __POWERPC__ 1
1381 cat >> confdefs.h
<<\EOF
1382 #define TARGET_CARBON 1
1385 DEFAULT_DEFAULT_wxUSE_MAC
=1
1390 cat >> confdefs.h
<<\EOF
1397 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1403 wx_arg_cache_file
="configarg.cache"
1404 echo "loading argument cache $wx_arg_cache_file"
1405 rm -f ${wx_arg_cache_file}.tmp
1406 touch ${wx_arg_cache_file}.tmp
1407 touch ${wx_arg_cache_file}
1411 if test $DEBUG_CONFIGURE = 1; then
1412 DEFAULT_wxUSE_UNIVERSAL
=no
1414 DEFAULT_wxUSE_NANOX
=no
1416 DEFAULT_wxUSE_THREADS
=yes
1418 DEFAULT_wxUSE_SHARED
=yes
1419 DEFAULT_wxUSE_SONAME
=no
1420 DEFAULT_wxUSE_OPTIMISE
=no
1421 DEFAULT_wxUSE_PROFILE
=no
1422 DEFAULT_wxUSE_NO_DEPS
=no
1423 DEFAULT_wxUSE_NO_RTTI
=no
1424 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1425 DEFAULT_wxUSE_PERMISSIVE
=no
1426 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1427 DEFAULT_wxUSE_DEBUG_INFO
=yes
1428 DEFAULT_wxUSE_DEBUG_GDB
=yes
1429 DEFAULT_wxUSE_MEM_TRACING
=no
1430 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1431 DEFAULT_wxUSE_DMALLOC
=no
1432 DEFAULT_wxUSE_PRECOMP
=no
1433 DEFAULT_wxUSE_APPLE_IEEE
=no
1435 DEFAULT_wxUSE_LOG
=yes
1436 DEFAULT_wxUSE_LOGWINDOW
=no
1437 DEFAULT_wxUSE_LOGGUI
=no
1438 DEFAULT_wxUSE_LOGDIALOG
=no
1440 DEFAULT_wxUSE_GUI
=yes
1441 DEFAULT_wxUSE_CONTROLS
=no
1443 DEFAULT_wxUSE_REGEX
=no
1444 DEFAULT_wxUSE_ZLIB
=no
1445 DEFAULT_wxUSE_LIBPNG
=no
1446 DEFAULT_wxUSE_LIBJPEG
=no
1447 DEFAULT_wxUSE_LIBTIFF
=no
1448 DEFAULT_wxUSE_ODBC
=no
1449 DEFAULT_wxUSE_OPENGL
=no
1451 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1452 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
1453 DEFAULT_wxUSE_STD_IOSTREAM
=no
1454 DEFAULT_wxUSE_CMDLINE_PARSER
=no
1455 DEFAULT_wxUSE_DATETIME
=no
1456 DEFAULT_wxUSE_TIMER
=no
1457 DEFAULT_wxUSE_STOPWATCH
=no
1458 DEFAULT_wxUSE_FILE
=no
1459 DEFAULT_wxUSE_FFILE
=no
1460 DEFAULT_wxUSE_TEXTBUFFER
=no
1461 DEFAULT_wxUSE_TEXTFILE
=no
1462 DEFAULT_wxUSE_WAVE
=no
1463 DEFAULT_wxUSE_INTL
=no
1464 DEFAULT_wxUSE_CONFIG
=no
1465 DEFAULT_wxUSE_FONTMAP
=no
1466 DEFAULT_wxUSE_STREAMS
=no
1467 DEFAULT_wxUSE_SOCKETS
=no
1468 DEFAULT_wxUSE_OLE
=no
1469 DEFAULT_wxUSE_DATAOBJ
=no
1470 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1471 DEFAULT_wxUSE_JOYSTICK
=no
1472 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1473 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
1474 DEFAULT_wxUSE_LONGLONG
=no
1475 DEFAULT_wxUSE_GEOMETRY
=no
1477 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1478 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1479 DEFAULT_wxUSE_POSTSCRIPT
=no
1481 DEFAULT_wxUSE_X_RESOURCES
=no
1482 DEFAULT_wxUSE_CLIPBOARD
=no
1483 DEFAULT_wxUSE_TOOLTIPS
=no
1484 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1485 DEFAULT_wxUSE_DRAGIMAGE
=no
1486 DEFAULT_wxUSE_SPLINES
=no
1488 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1489 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1490 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1492 DEFAULT_wxUSE_RESOURCES
=no
1493 DEFAULT_wxUSE_CONSTRAINTS
=no
1494 DEFAULT_wxUSE_IPC
=no
1495 DEFAULT_wxUSE_HELP
=no
1496 DEFAULT_wxUSE_MS_HTML_HELP
=no
1497 DEFAULT_wxUSE_WXHTML_HELP
=no
1498 DEFAULT_wxUSE_TREELAYOUT
=no
1499 DEFAULT_wxUSE_METAFILE
=no
1500 DEFAULT_wxUSE_MIMETYPE
=no
1501 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
1502 DEFAULT_wxUSE_PROTOCOL
=no
1503 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
1504 DEFAULT_wxUSE_PROTOCOL_FTP
=no
1505 DEFAULT_wxUSE_PROTOCOL_FILE
=no
1506 DEFAULT_wxUSE_URL
=no
1508 DEFAULT_wxUSE_COMMONDLGS
=no
1509 DEFAULT_wxUSE_CHOICEDLG
=no
1510 DEFAULT_wxUSE_COLOURDLG
=no
1511 DEFAULT_wxUSE_DIRDLG
=no
1512 DEFAULT_wxUSE_FILEDLG
=no
1513 DEFAULT_wxUSE_FINDREPLDLG
=no
1514 DEFAULT_wxUSE_FONTDLG
=no
1515 DEFAULT_wxUSE_MSGDLG
=no
1516 DEFAULT_wxUSE_NUMBERDLG
=no
1517 DEFAULT_wxUSE_TEXTDLG
=no
1518 DEFAULT_wxUSE_SPLASH
=no
1519 DEFAULT_wxUSE_STARTUP_TIPS
=no
1520 DEFAULT_wxUSE_PROGRESSDLG
=no
1521 DEFAULT_wxUSE_WIZARDDLG
=no
1523 DEFAULT_wxUSE_MENUS
=no
1524 DEFAULT_wxUSE_MINIFRAME
=no
1525 DEFAULT_wxUSE_HTML
=no
1526 DEFAULT_wxUSE_FILESYSTEM
=no
1527 DEFAULT_wxUSE_FS_INET
=no
1528 DEFAULT_wxUSE_FS_ZIP
=no
1529 DEFAULT_wxUSE_BUSYINFO
=no
1530 DEFAULT_wxUSE_ZIPSTREAM
=no
1531 DEFAULT_wxUSE_VALIDATORS
=no
1533 DEFAULT_wxUSE_ACCEL
=no
1534 DEFAULT_wxUSE_BUTTON
=no
1535 DEFAULT_wxUSE_BMPBUTTON
=no
1536 DEFAULT_wxUSE_CALCTRL
=no
1537 DEFAULT_wxUSE_CARET
=no
1538 DEFAULT_wxUSE_CHECKBOX
=no
1539 DEFAULT_wxUSE_CHECKLST
=no
1540 DEFAULT_wxUSE_CHOICE
=no
1541 DEFAULT_wxUSE_COMBOBOX
=no
1542 DEFAULT_wxUSE_DISPLAY
=no
1543 DEFAULT_wxUSE_GAUGE
=no
1544 DEFAULT_wxUSE_GRID
=no
1545 DEFAULT_wxUSE_IMAGLIST
=no
1546 DEFAULT_wxUSE_LISTBOX
=no
1547 DEFAULT_wxUSE_LISTCTRL
=no
1548 DEFAULT_wxUSE_NOTEBOOK
=no
1549 DEFAULT_wxUSE_RADIOBOX
=no
1550 DEFAULT_wxUSE_RADIOBTN
=no
1551 DEFAULT_wxUSE_SASH
=no
1552 DEFAULT_wxUSE_SCROLLBAR
=no
1553 DEFAULT_wxUSE_SLIDER
=no
1554 DEFAULT_wxUSE_SPINBTN
=no
1555 DEFAULT_wxUSE_SPINCTRL
=no
1556 DEFAULT_wxUSE_SPLITTER
=no
1557 DEFAULT_wxUSE_STATBMP
=no
1558 DEFAULT_wxUSE_STATBOX
=no
1559 DEFAULT_wxUSE_STATLINE
=no
1560 DEFAULT_wxUSE_STATTEXT
=no
1561 DEFAULT_wxUSE_STATUSBAR
=yes
1562 DEFAULT_wxUSE_TABDIALOG
=no
1563 DEFAULT_wxUSE_TEXTCTRL
=no
1564 DEFAULT_wxUSE_TOGGLEBTN
=no
1565 DEFAULT_wxUSE_TOOLBAR
=no
1566 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
1567 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
1568 DEFAULT_wxUSE_TREECTRL
=no
1569 DEFAULT_wxUSE_POPUPWIN
=no
1570 DEFAULT_wxUSE_TIPWINDOW
=no
1572 DEFAULT_wxUSE_UNICODE
=no
1573 DEFAULT_wxUSE_UNICODE_MSLU
=no
1574 DEFAULT_wxUSE_WCSRTOMBS
=no
1576 DEFAULT_wxUSE_PALETTE
=no
1577 DEFAULT_wxUSE_IMAGE
=no
1578 DEFAULT_wxUSE_GIF
=no
1579 DEFAULT_wxUSE_PCX
=no
1580 DEFAULT_wxUSE_PNM
=no
1581 DEFAULT_wxUSE_IFF
=no
1582 DEFAULT_wxUSE_XPM
=no
1583 DEFAULT_wxUSE_ICO_CUR
=no
1585 DEFAULT_wxUSE_UNIVERSAL
=no
1587 DEFAULT_wxUSE_NANOX
=no
1589 DEFAULT_wxUSE_THREADS
=yes
1591 DEFAULT_wxUSE_SHARED
=yes
1592 DEFAULT_wxUSE_SONAME
=no
1593 DEFAULT_wxUSE_OPTIMISE
=yes
1594 DEFAULT_wxUSE_PROFILE
=no
1595 DEFAULT_wxUSE_NO_DEPS
=no
1596 DEFAULT_wxUSE_NO_RTTI
=no
1597 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1598 DEFAULT_wxUSE_PERMISSIVE
=no
1599 DEFAULT_wxUSE_DEBUG_FLAG
=no
1600 DEFAULT_wxUSE_DEBUG_INFO
=no
1601 DEFAULT_wxUSE_DEBUG_GDB
=no
1602 DEFAULT_wxUSE_MEM_TRACING
=no
1603 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1604 DEFAULT_wxUSE_DMALLOC
=no
1605 DEFAULT_wxUSE_PRECOMP
=no
1606 DEFAULT_wxUSE_APPLE_IEEE
=yes
1608 DEFAULT_wxUSE_LOG
=yes
1609 DEFAULT_wxUSE_LOGWINDOW
=yes
1610 DEFAULT_wxUSE_LOGGUI
=yes
1611 DEFAULT_wxUSE_LOGDIALOG
=yes
1613 DEFAULT_wxUSE_GUI
=yes
1615 DEFAULT_wxUSE_REGEX
=yes
1616 DEFAULT_wxUSE_ZLIB
=yes
1617 DEFAULT_wxUSE_LIBPNG
=yes
1618 DEFAULT_wxUSE_LIBJPEG
=yes
1619 DEFAULT_wxUSE_LIBTIFF
=yes
1620 DEFAULT_wxUSE_ODBC
=no
1621 DEFAULT_wxUSE_OPENGL
=no
1623 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
1624 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
1625 DEFAULT_wxUSE_STD_IOSTREAM
=no
1626 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
1627 DEFAULT_wxUSE_DATETIME
=yes
1628 DEFAULT_wxUSE_TIMER
=yes
1629 DEFAULT_wxUSE_STOPWATCH
=yes
1630 DEFAULT_wxUSE_FILE
=yes
1631 DEFAULT_wxUSE_FFILE
=yes
1632 DEFAULT_wxUSE_TEXTBUFFER
=yes
1633 DEFAULT_wxUSE_TEXTFILE
=yes
1634 DEFAULT_wxUSE_WAVE
=no
1635 DEFAULT_wxUSE_INTL
=yes
1636 DEFAULT_wxUSE_CONFIG
=yes
1637 DEFAULT_wxUSE_FONTMAP
=yes
1638 DEFAULT_wxUSE_STREAMS
=yes
1639 DEFAULT_wxUSE_SOCKETS
=yes
1640 DEFAULT_wxUSE_OLE
=yes
1641 DEFAULT_wxUSE_DATAOBJ
=yes
1642 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1643 DEFAULT_wxUSE_JOYSTICK
=yes
1644 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1645 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
1646 DEFAULT_wxUSE_LONGLONG
=yes
1647 DEFAULT_wxUSE_GEOMETRY
=yes
1649 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1650 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1651 DEFAULT_wxUSE_POSTSCRIPT
=yes
1653 DEFAULT_wxUSE_X_RESOURCES
=no
1654 DEFAULT_wxUSE_CLIPBOARD
=yes
1655 DEFAULT_wxUSE_TOOLTIPS
=yes
1656 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1657 DEFAULT_wxUSE_DRAGIMAGE
=yes
1658 DEFAULT_wxUSE_SPLINES
=yes
1660 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1661 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1662 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1664 DEFAULT_wxUSE_RESOURCES
=no
1665 DEFAULT_wxUSE_CONSTRAINTS
=yes
1666 DEFAULT_wxUSE_IPC
=yes
1667 DEFAULT_wxUSE_HELP
=yes
1668 DEFAULT_wxUSE_MS_HTML_HELP
=yes
1669 DEFAULT_wxUSE_WXHTML_HELP
=yes
1670 DEFAULT_wxUSE_TREELAYOUT
=yes
1671 DEFAULT_wxUSE_METAFILE
=yes
1672 DEFAULT_wxUSE_MIMETYPE
=yes
1673 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
1674 DEFAULT_wxUSE_PROTOCOL
=yes
1675 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
1676 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
1677 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
1678 DEFAULT_wxUSE_URL
=yes
1680 DEFAULT_wxUSE_COMMONDLGS
=yes
1681 DEFAULT_wxUSE_CHOICEDLG
=yes
1682 DEFAULT_wxUSE_COLOURDLG
=yes
1683 DEFAULT_wxUSE_DIRDLG
=yes
1684 DEFAULT_wxUSE_FILEDLG
=yes
1685 DEFAULT_wxUSE_FINDREPLDLG
=yes
1686 DEFAULT_wxUSE_FONTDLG
=yes
1687 DEFAULT_wxUSE_MSGDLG
=yes
1688 DEFAULT_wxUSE_NUMBERDLG
=yes
1689 DEFAULT_wxUSE_TEXTDLG
=yes
1690 DEFAULT_wxUSE_SPLASH
=yes
1691 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1692 DEFAULT_wxUSE_PROGRESSDLG
=yes
1693 DEFAULT_wxUSE_WIZARDDLG
=yes
1695 DEFAULT_wxUSE_MENUS
=yes
1696 DEFAULT_wxUSE_MINIFRAME
=yes
1697 DEFAULT_wxUSE_HTML
=yes
1698 DEFAULT_wxUSE_FILESYSTEM
=yes
1699 DEFAULT_wxUSE_FS_INET
=yes
1700 DEFAULT_wxUSE_FS_ZIP
=yes
1701 DEFAULT_wxUSE_BUSYINFO
=yes
1702 DEFAULT_wxUSE_ZIPSTREAM
=yes
1703 DEFAULT_wxUSE_VALIDATORS
=yes
1705 DEFAULT_wxUSE_ACCEL
=yes
1706 DEFAULT_wxUSE_BUTTON
=yes
1707 DEFAULT_wxUSE_BMPBUTTON
=yes
1708 DEFAULT_wxUSE_CALCTRL
=yes
1709 DEFAULT_wxUSE_CARET
=yes
1710 DEFAULT_wxUSE_CHECKBOX
=yes
1711 DEFAULT_wxUSE_CHECKLST
=yes
1712 DEFAULT_wxUSE_CHOICE
=yes
1713 DEFAULT_wxUSE_COMBOBOX
=yes
1714 DEFAULT_wxUSE_DISPLAY
=no
1715 DEFAULT_wxUSE_GAUGE
=yes
1716 DEFAULT_wxUSE_GRID
=yes
1717 DEFAULT_wxUSE_IMAGLIST
=yes
1718 DEFAULT_wxUSE_LISTBOX
=yes
1719 DEFAULT_wxUSE_LISTCTRL
=yes
1720 DEFAULT_wxUSE_NOTEBOOK
=yes
1721 DEFAULT_wxUSE_RADIOBOX
=yes
1722 DEFAULT_wxUSE_RADIOBTN
=yes
1723 DEFAULT_wxUSE_SASH
=yes
1724 DEFAULT_wxUSE_SCROLLBAR
=yes
1725 DEFAULT_wxUSE_SLIDER
=yes
1726 DEFAULT_wxUSE_SPINBTN
=yes
1727 DEFAULT_wxUSE_SPINCTRL
=yes
1728 DEFAULT_wxUSE_SPLITTER
=yes
1729 DEFAULT_wxUSE_STATBMP
=yes
1730 DEFAULT_wxUSE_STATBOX
=yes
1731 DEFAULT_wxUSE_STATLINE
=yes
1732 DEFAULT_wxUSE_STATTEXT
=yes
1733 DEFAULT_wxUSE_STATUSBAR
=yes
1734 DEFAULT_wxUSE_TABDIALOG
=no
1735 DEFAULT_wxUSE_TEXTCTRL
=yes
1736 DEFAULT_wxUSE_TOGGLEBTN
=yes
1737 DEFAULT_wxUSE_TOOLBAR
=yes
1738 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
1739 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
1740 DEFAULT_wxUSE_TREECTRL
=yes
1741 DEFAULT_wxUSE_POPUPWIN
=yes
1742 DEFAULT_wxUSE_TIPWINDOW
=yes
1744 DEFAULT_wxUSE_UNICODE
=no
1745 DEFAULT_wxUSE_UNICODE_MSLU
=yes
1746 DEFAULT_wxUSE_WCSRTOMBS
=no
1748 DEFAULT_wxUSE_PALETTE
=yes
1749 DEFAULT_wxUSE_IMAGE
=yes
1750 DEFAULT_wxUSE_GIF
=yes
1751 DEFAULT_wxUSE_PCX
=yes
1752 DEFAULT_wxUSE_IFF
=no
1753 DEFAULT_wxUSE_PNM
=yes
1754 DEFAULT_wxUSE_XPM
=yes
1755 DEFAULT_wxUSE_ICO_CUR
=yes
1760 for toolkit
in `echo $ALL_TOOLKITS`; do
1761 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
1762 if test "x$LINE" != "x" ; then
1763 has_toolkit_in_cache
=1
1764 eval "DEFAULT_$LINE"
1765 eval "CACHE_$toolkit=1"
1772 echo $ac_n "checking for --${enablestring:-enable}-gui""... $ac_c" 1>&6
1773 echo "configure:1774: checking for --${enablestring:-enable}-gui" >&5
1775 # Check whether --enable-gui or --disable-gui was given.
1776 if test "${enable_gui+set}" = set; then
1777 enableval
="$enable_gui"
1779 if test "$enableval" = yes; then
1780 ac_cv_use_gui
='wxUSE_GUI=yes'
1782 ac_cv_use_gui
='wxUSE_GUI=no'
1787 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1788 if test "x$LINE" != x
; then
1789 eval "DEFAULT_$LINE"
1794 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1799 eval "$ac_cv_use_gui"
1800 if test "$no_cache" != 1; then
1801 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1804 if test "$wxUSE_GUI" = yes; then
1805 echo "$ac_t""yes" 1>&6
1807 echo "$ac_t""no" 1>&6
1811 if test "$wxUSE_GUI" = "yes"; then
1815 echo $ac_n "checking for --${enablestring:-enable}-universal""... $ac_c" 1>&6
1816 echo "configure:1817: checking for --${enablestring:-enable}-universal" >&5
1818 # Check whether --enable-universal or --disable-universal was given.
1819 if test "${enable_universal+set}" = set; then
1820 enableval
="$enable_universal"
1822 if test "$enableval" = yes; then
1823 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
1825 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
1830 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1831 if test "x$LINE" != x
; then
1832 eval "DEFAULT_$LINE"
1837 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1842 eval "$ac_cv_use_universal"
1843 if test "$no_cache" != 1; then
1844 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1847 if test "$wxUSE_UNIVERSAL" = yes; then
1848 echo "$ac_t""yes" 1>&6
1850 echo "$ac_t""no" 1>&6
1853 # Check whether --with-gtk or --without-gtk was given.
1854 if test "${with_gtk+set}" = set; then
1856 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1859 # Check whether --with-motif or --without-motif was given.
1860 if test "${with_motif+set}" = set; then
1861 withval
="$with_motif"
1862 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1865 # Check whether --with-mac or --without-mac was given.
1866 if test "${with_mac+set}" = set; then
1868 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
1871 # Check whether --with-cocoa or --without-cocoa was given.
1872 if test "${with_cocoa+set}" = set; then
1873 withval
="$with_cocoa"
1874 wxUSE_COCOA
="$withval" TOOLKIT_GIVEN
=1
1877 # Check whether --with-wine or --without-wine was given.
1878 if test "${with_wine+set}" = set; then
1879 withval
="$with_wine"
1880 wxUSE_WINE
="$withval" CACHE_WINE
=1
1883 # Check whether --with-msw or --without-msw was given.
1884 if test "${with_msw+set}" = set; then
1886 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
1889 # Check whether --with-pm or --without-pm was given.
1890 if test "${with_pm+set}" = set; then
1892 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
1895 # Check whether --with-mgl or --without-mgl was given.
1896 if test "${with_mgl+set}" = set; then
1898 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
1901 # Check whether --with-microwin or --without-microwin was given.
1902 if test "${with_microwin+set}" = set; then
1903 withval
="$with_microwin"
1904 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
1907 # Check whether --with-x11 or --without-x11 was given.
1908 if test "${with_x11+set}" = set; then
1910 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
1915 echo $ac_n "checking for --${enablestring:-enable}-nanox""... $ac_c" 1>&6
1916 echo "configure:1917: checking for --${enablestring:-enable}-nanox" >&5
1918 # Check whether --enable-nanox or --disable-nanox was given.
1919 if test "${enable_nanox+set}" = set; then
1920 enableval
="$enable_nanox"
1922 if test "$enableval" = yes; then
1923 ac_cv_use_nanox
='wxUSE_NANOX=yes'
1925 ac_cv_use_nanox
='wxUSE_NANOX=no'
1930 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
1931 if test "x$LINE" != x
; then
1932 eval "DEFAULT_$LINE"
1937 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
1942 eval "$ac_cv_use_nanox"
1943 if test "$no_cache" != 1; then
1944 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
1947 if test "$wxUSE_NANOX" = yes; then
1948 echo "$ac_t""yes" 1>&6
1950 echo "$ac_t""no" 1>&6
1956 echo $ac_n "checking for --${enablestring:-enable}-gtk2""... $ac_c" 1>&6
1957 echo "configure:1958: checking for --${enablestring:-enable}-gtk2" >&5
1959 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1960 if test "${enable_gtk2+set}" = set; then
1961 enableval
="$enable_gtk2"
1963 if test "$enableval" = yes; then
1964 ac_cv_use_gtk2
='wxUSE_GTK2=yes'
1966 ac_cv_use_gtk2
='wxUSE_GTK2=no'
1971 LINE
=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
1972 if test "x$LINE" != x
; then
1973 eval "DEFAULT_$LINE"
1978 ac_cv_use_gtk2
='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
1983 eval "$ac_cv_use_gtk2"
1984 if test "$no_cache" != 1; then
1985 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
1988 if test "$wxUSE_GTK2" = yes; then
1989 echo "$ac_t""yes" 1>&6
1991 echo "$ac_t""no" 1>&6
1996 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1997 echo "configure:1998: checking for --with-libpng" >&5
1999 # Check whether --with-libpng or --without-libpng was given.
2000 if test "${with_libpng+set}" = set; then
2001 withval
="$with_libpng"
2003 if test "$withval" = yes; then
2004 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
2005 elif test "$withval" = no
; then
2006 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
2007 elif test "$withval" = sys
; then
2008 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
2009 elif test "$withval" = builtin; then
2010 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
2012 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2017 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2018 if test "x$LINE" != x
; then
2019 eval "DEFAULT_$LINE"
2024 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2029 eval "$ac_cv_use_libpng"
2030 if test "$no_cache" != 1; then
2031 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2034 if test "$wxUSE_LIBPNG" = yes; then
2035 echo "$ac_t""yes" 1>&6
2036 elif test "$wxUSE_LIBPNG" = no
; then
2037 echo "$ac_t""no" 1>&6
2038 elif test "$wxUSE_LIBPNG" = sys
; then
2039 echo "$ac_t""system version" 1>&6
2040 elif test "$wxUSE_LIBPNG" = builtin; then
2041 echo "$ac_t""builtin version" 1>&6
2043 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2047 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
2048 echo "configure:2049: checking for --with-libjpeg" >&5
2050 # Check whether --with-libjpeg or --without-libjpeg was given.
2051 if test "${with_libjpeg+set}" = set; then
2052 withval
="$with_libjpeg"
2054 if test "$withval" = yes; then
2055 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
2056 elif test "$withval" = no
; then
2057 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
2058 elif test "$withval" = sys
; then
2059 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2060 elif test "$withval" = builtin; then
2061 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2063 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2068 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2069 if test "x$LINE" != x
; then
2070 eval "DEFAULT_$LINE"
2075 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2080 eval "$ac_cv_use_libjpeg"
2081 if test "$no_cache" != 1; then
2082 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2085 if test "$wxUSE_LIBJPEG" = yes; then
2086 echo "$ac_t""yes" 1>&6
2087 elif test "$wxUSE_LIBJPEG" = no
; then
2088 echo "$ac_t""no" 1>&6
2089 elif test "$wxUSE_LIBJPEG" = sys
; then
2090 echo "$ac_t""system version" 1>&6
2091 elif test "$wxUSE_LIBJPEG" = builtin; then
2092 echo "$ac_t""builtin version" 1>&6
2094 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2098 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
2099 echo "configure:2100: checking for --with-libtiff" >&5
2101 # Check whether --with-libtiff or --without-libtiff was given.
2102 if test "${with_libtiff+set}" = set; then
2103 withval
="$with_libtiff"
2105 if test "$withval" = yes; then
2106 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2107 elif test "$withval" = no
; then
2108 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2109 elif test "$withval" = sys
; then
2110 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2111 elif test "$withval" = builtin; then
2112 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2114 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2119 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2120 if test "x$LINE" != x
; then
2121 eval "DEFAULT_$LINE"
2126 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2131 eval "$ac_cv_use_libtiff"
2132 if test "$no_cache" != 1; then
2133 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2136 if test "$wxUSE_LIBTIFF" = yes; then
2137 echo "$ac_t""yes" 1>&6
2138 elif test "$wxUSE_LIBTIFF" = no
; then
2139 echo "$ac_t""no" 1>&6
2140 elif test "$wxUSE_LIBTIFF" = sys
; then
2141 echo "$ac_t""system version" 1>&6
2142 elif test "$wxUSE_LIBTIFF" = builtin; then
2143 echo "$ac_t""builtin version" 1>&6
2145 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2149 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2150 echo "configure:2151: checking for --with-opengl" >&5
2152 # Check whether --with-opengl or --without-opengl was given.
2153 if test "${with_opengl+set}" = set; then
2154 withval
="$with_opengl"
2156 if test "$withval" = yes; then
2157 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
2159 ac_cv_use_opengl
='wxUSE_OPENGL=no'
2164 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2165 if test "x$LINE" != x
; then
2166 eval "DEFAULT_$LINE"
2171 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2176 eval "$ac_cv_use_opengl"
2177 if test "$no_cache" != 1; then
2178 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2181 if test "$wxUSE_OPENGL" = yes; then
2182 echo "$ac_t""yes" 1>&6
2184 echo "$ac_t""no" 1>&6
2191 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2192 echo "configure:2193: checking for --with-dmalloc" >&5
2194 # Check whether --with-dmalloc or --without-dmalloc was given.
2195 if test "${with_dmalloc+set}" = set; then
2196 withval
="$with_dmalloc"
2198 if test "$withval" = yes; then
2199 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
2201 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
2206 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2207 if test "x$LINE" != x
; then
2208 eval "DEFAULT_$LINE"
2213 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2218 eval "$ac_cv_use_dmalloc"
2219 if test "$no_cache" != 1; then
2220 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2223 if test "$wxUSE_DMALLOC" = yes; then
2224 echo "$ac_t""yes" 1>&6
2226 echo "$ac_t""no" 1>&6
2230 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2231 echo "configure:2232: checking for --with-regex" >&5
2233 # Check whether --with-regex or --without-regex was given.
2234 if test "${with_regex+set}" = set; then
2235 withval
="$with_regex"
2237 if test "$withval" = yes; then
2238 ac_cv_use_regex
='wxUSE_REGEX=yes'
2239 elif test "$withval" = no
; then
2240 ac_cv_use_regex
='wxUSE_REGEX=no'
2241 elif test "$withval" = sys
; then
2242 ac_cv_use_regex
='wxUSE_REGEX=sys'
2243 elif test "$withval" = builtin; then
2244 ac_cv_use_regex
='wxUSE_REGEX=builtin'
2246 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2251 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2252 if test "x$LINE" != x
; then
2253 eval "DEFAULT_$LINE"
2258 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2263 eval "$ac_cv_use_regex"
2264 if test "$no_cache" != 1; then
2265 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2268 if test "$wxUSE_REGEX" = yes; then
2269 echo "$ac_t""yes" 1>&6
2270 elif test "$wxUSE_REGEX" = no
; then
2271 echo "$ac_t""no" 1>&6
2272 elif test "$wxUSE_REGEX" = sys
; then
2273 echo "$ac_t""system version" 1>&6
2274 elif test "$wxUSE_REGEX" = builtin; then
2275 echo "$ac_t""builtin version" 1>&6
2277 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2281 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2282 echo "configure:2283: checking for --with-zlib" >&5
2284 # Check whether --with-zlib or --without-zlib was given.
2285 if test "${with_zlib+set}" = set; then
2286 withval
="$with_zlib"
2288 if test "$withval" = yes; then
2289 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
2290 elif test "$withval" = no
; then
2291 ac_cv_use_zlib
='wxUSE_ZLIB=no'
2292 elif test "$withval" = sys
; then
2293 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
2294 elif test "$withval" = builtin; then
2295 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
2297 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2302 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2303 if test "x$LINE" != x
; then
2304 eval "DEFAULT_$LINE"
2309 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2314 eval "$ac_cv_use_zlib"
2315 if test "$no_cache" != 1; then
2316 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2319 if test "$wxUSE_ZLIB" = yes; then
2320 echo "$ac_t""yes" 1>&6
2321 elif test "$wxUSE_ZLIB" = no
; then
2322 echo "$ac_t""no" 1>&6
2323 elif test "$wxUSE_ZLIB" = sys
; then
2324 echo "$ac_t""system version" 1>&6
2325 elif test "$wxUSE_ZLIB" = builtin; then
2326 echo "$ac_t""builtin version" 1>&6
2328 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2332 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2333 echo "configure:2334: checking for --with-odbc" >&5
2335 # Check whether --with-odbc or --without-odbc was given.
2336 if test "${with_odbc+set}" = set; then
2337 withval
="$with_odbc"
2339 if test "$withval" = yes; then
2340 ac_cv_use_odbc
='wxUSE_ODBC=yes'
2342 ac_cv_use_odbc
='wxUSE_ODBC=no'
2347 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2348 if test "x$LINE" != x
; then
2349 eval "DEFAULT_$LINE"
2354 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2359 eval "$ac_cv_use_odbc"
2360 if test "$no_cache" != 1; then
2361 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2364 if test "$wxUSE_ODBC" = yes; then
2365 echo "$ac_t""yes" 1>&6
2367 echo "$ac_t""no" 1>&6
2374 echo $ac_n "checking for --${enablestring:-enable}-shared""... $ac_c" 1>&6
2375 echo "configure:2376: checking for --${enablestring:-enable}-shared" >&5
2377 # Check whether --enable-shared or --disable-shared was given.
2378 if test "${enable_shared+set}" = set; then
2379 enableval
="$enable_shared"
2381 if test "$enableval" = yes; then
2382 ac_cv_use_shared
='wxUSE_SHARED=yes'
2384 ac_cv_use_shared
='wxUSE_SHARED=no'
2389 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2390 if test "x$LINE" != x
; then
2391 eval "DEFAULT_$LINE"
2396 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2401 eval "$ac_cv_use_shared"
2402 if test "$no_cache" != 1; then
2403 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2406 if test "$wxUSE_SHARED" = yes; then
2407 echo "$ac_t""yes" 1>&6
2409 echo "$ac_t""no" 1>&6
2414 echo $ac_n "checking for --${enablestring:-enable}-soname""... $ac_c" 1>&6
2415 echo "configure:2416: checking for --${enablestring:-enable}-soname" >&5
2417 # Check whether --enable-soname or --disable-soname was given.
2418 if test "${enable_soname+set}" = set; then
2419 enableval
="$enable_soname"
2421 if test "$enableval" = yes; then
2422 ac_cv_use_soname
='wxUSE_SONAME=yes'
2424 ac_cv_use_soname
='wxUSE_SONAME=no'
2429 LINE
=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2430 if test "x$LINE" != x
; then
2431 eval "DEFAULT_$LINE"
2436 ac_cv_use_soname
='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2441 eval "$ac_cv_use_soname"
2442 if test "$no_cache" != 1; then
2443 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2446 if test "$wxUSE_SONAME" = yes; then
2447 echo "$ac_t""yes" 1>&6
2449 echo "$ac_t""no" 1>&6
2454 echo $ac_n "checking for --${enablestring:-enable}-optimise""... $ac_c" 1>&6
2455 echo "configure:2456: checking for --${enablestring:-enable}-optimise" >&5
2457 # Check whether --enable-optimise or --disable-optimise was given.
2458 if test "${enable_optimise+set}" = set; then
2459 enableval
="$enable_optimise"
2461 if test "$enableval" = yes; then
2462 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
2464 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
2469 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2470 if test "x$LINE" != x
; then
2471 eval "DEFAULT_$LINE"
2476 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2481 eval "$ac_cv_use_optimise"
2482 if test "$no_cache" != 1; then
2483 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2486 if test "$wxUSE_OPTIMISE" = yes; then
2487 echo "$ac_t""yes" 1>&6
2489 echo "$ac_t""no" 1>&6
2494 echo $ac_n "checking for --${enablestring:-enable}-debug""... $ac_c" 1>&6
2495 echo "configure:2496: checking for --${enablestring:-enable}-debug" >&5
2497 # Check whether --enable-debug or --disable-debug was given.
2498 if test "${enable_debug+set}" = set; then
2499 enableval
="$enable_debug"
2501 if test "$enableval" = yes; then
2502 ac_cv_use_debug
='wxUSE_DEBUG=yes'
2504 ac_cv_use_debug
='wxUSE_DEBUG=no'
2509 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2510 if test "x$LINE" != x
; then
2511 eval "DEFAULT_$LINE"
2516 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2521 eval "$ac_cv_use_debug"
2522 if test "$no_cache" != 1; then
2523 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2526 if test "$wxUSE_DEBUG" = yes; then
2527 echo "$ac_t""yes" 1>&6
2529 echo "$ac_t""no" 1>&6
2535 echo $ac_n "checking for --${enablestring:-enable}-precomp""... $ac_c" 1>&6
2536 echo "configure:2537: checking for --${enablestring:-enable}-precomp" >&5
2538 # Check whether --enable-precomp or --disable-precomp was given.
2539 if test "${enable_precomp+set}" = set; then
2540 enableval
="$enable_precomp"
2542 if test "$enableval" = yes; then
2543 ac_cv_use_precomp
='wxUSE_PRECOMP=yes'
2545 ac_cv_use_precomp
='wxUSE_PRECOMP=no'
2550 LINE
=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2551 if test "x$LINE" != x
; then
2552 eval "DEFAULT_$LINE"
2557 ac_cv_use_precomp
='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2562 eval "$ac_cv_use_precomp"
2563 if test "$no_cache" != 1; then
2564 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2567 if test "$wxUSE_PRECOMP" = yes; then
2568 echo "$ac_t""yes" 1>&6
2570 echo "$ac_t""no" 1>&6
2574 if test "$wxUSE_DEBUG" = "yes"; then
2575 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2576 DEFAULT_wxUSE_DEBUG_INFO
=yes
2577 elif test "$wxUSE_DEBUG" = "no"; then
2578 DEFAULT_wxUSE_DEBUG_FLAG
=no
2579 DEFAULT_wxUSE_DEBUG_INFO
=no
2584 echo $ac_n "checking for --${enablestring:-enable}-debug_flag""... $ac_c" 1>&6
2585 echo "configure:2586: checking for --${enablestring:-enable}-debug_flag" >&5
2587 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2588 if test "${enable_debug_flag+set}" = set; then
2589 enableval
="$enable_debug_flag"
2591 if test "$enableval" = yes; then
2592 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
2594 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
2599 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2600 if test "x$LINE" != x
; then
2601 eval "DEFAULT_$LINE"
2606 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2611 eval "$ac_cv_use_debug_flag"
2612 if test "$no_cache" != 1; then
2613 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2616 if test "$wxUSE_DEBUG_FLAG" = yes; then
2617 echo "$ac_t""yes" 1>&6
2619 echo "$ac_t""no" 1>&6
2624 echo $ac_n "checking for --${enablestring:-enable}-debug_info""... $ac_c" 1>&6
2625 echo "configure:2626: checking for --${enablestring:-enable}-debug_info" >&5
2627 # Check whether --enable-debug_info or --disable-debug_info was given.
2628 if test "${enable_debug_info+set}" = set; then
2629 enableval
="$enable_debug_info"
2631 if test "$enableval" = yes; then
2632 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2634 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2639 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2640 if test "x$LINE" != x
; then
2641 eval "DEFAULT_$LINE"
2646 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2651 eval "$ac_cv_use_debug_info"
2652 if test "$no_cache" != 1; then
2653 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2656 if test "$wxUSE_DEBUG_INFO" = yes; then
2657 echo "$ac_t""yes" 1>&6
2659 echo "$ac_t""no" 1>&6
2664 echo $ac_n "checking for --${enablestring:-enable}-debug_gdb""... $ac_c" 1>&6
2665 echo "configure:2666: checking for --${enablestring:-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
2704 echo $ac_n "checking for --${enablestring:-enable}-debug_cntxt""... $ac_c" 1>&6
2705 echo "configure:2706: checking for --${enablestring:-enable}-debug_cntxt" >&5
2707 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2708 if test "${enable_debug_cntxt+set}" = set; then
2709 enableval
="$enable_debug_cntxt"
2711 if test "$enableval" = yes; then
2712 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2714 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2719 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2720 if test "x$LINE" != x
; then
2721 eval "DEFAULT_$LINE"
2726 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2731 eval "$ac_cv_use_debug_cntxt"
2732 if test "$no_cache" != 1; then
2733 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2736 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2737 echo "$ac_t""yes" 1>&6
2739 echo "$ac_t""no" 1>&6
2744 echo $ac_n "checking for --${enablestring:-enable}-mem_tracing""... $ac_c" 1>&6
2745 echo "configure:2746: checking for --${enablestring:-enable}-mem_tracing" >&5
2747 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2748 if test "${enable_mem_tracing+set}" = set; then
2749 enableval
="$enable_mem_tracing"
2751 if test "$enableval" = yes; then
2752 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2754 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2759 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2760 if test "x$LINE" != x
; then
2761 eval "DEFAULT_$LINE"
2766 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2771 eval "$ac_cv_use_mem_tracing"
2772 if test "$no_cache" != 1; then
2773 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2776 if test "$wxUSE_MEM_TRACING" = yes; then
2777 echo "$ac_t""yes" 1>&6
2779 echo "$ac_t""no" 1>&6
2784 echo $ac_n "checking for --${enablestring:-enable}-profile""... $ac_c" 1>&6
2785 echo "configure:2786: checking for --${enablestring:-enable}-profile" >&5
2787 # Check whether --enable-profile or --disable-profile was given.
2788 if test "${enable_profile+set}" = set; then
2789 enableval
="$enable_profile"
2791 if test "$enableval" = yes; then
2792 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2794 ac_cv_use_profile
='wxUSE_PROFILE=no'
2799 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2800 if test "x$LINE" != x
; then
2801 eval "DEFAULT_$LINE"
2806 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2811 eval "$ac_cv_use_profile"
2812 if test "$no_cache" != 1; then
2813 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2816 if test "$wxUSE_PROFILE" = yes; then
2817 echo "$ac_t""yes" 1>&6
2819 echo "$ac_t""no" 1>&6
2824 echo $ac_n "checking for --${enablestring:-enable}-no_rtti""... $ac_c" 1>&6
2825 echo "configure:2826: checking for --${enablestring:-enable}-no_rtti" >&5
2827 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2828 if test "${enable_no_rtti+set}" = set; then
2829 enableval
="$enable_no_rtti"
2831 if test "$enableval" = yes; then
2832 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2834 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2839 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2840 if test "x$LINE" != x
; then
2841 eval "DEFAULT_$LINE"
2846 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2851 eval "$ac_cv_use_no_rtti"
2852 if test "$no_cache" != 1; then
2853 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2856 if test "$wxUSE_NO_RTTI" = yes; then
2857 echo "$ac_t""yes" 1>&6
2859 echo "$ac_t""no" 1>&6
2864 echo $ac_n "checking for --${enablestring:-enable}-no_exceptions""... $ac_c" 1>&6
2865 echo "configure:2866: checking for --${enablestring:-enable}-no_exceptions" >&5
2867 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2868 if test "${enable_no_exceptions+set}" = set; then
2869 enableval
="$enable_no_exceptions"
2871 if test "$enableval" = yes; then
2872 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2874 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2879 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2880 if test "x$LINE" != x
; then
2881 eval "DEFAULT_$LINE"
2886 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2891 eval "$ac_cv_use_no_exceptions"
2892 if test "$no_cache" != 1; then
2893 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2896 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2897 echo "$ac_t""yes" 1>&6
2899 echo "$ac_t""no" 1>&6
2904 echo $ac_n "checking for --${enablestring:-enable}-permissive""... $ac_c" 1>&6
2905 echo "configure:2906: checking for --${enablestring:-enable}-permissive" >&5
2907 # Check whether --enable-permissive or --disable-permissive was given.
2908 if test "${enable_permissive+set}" = set; then
2909 enableval
="$enable_permissive"
2911 if test "$enableval" = yes; then
2912 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2914 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2919 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2920 if test "x$LINE" != x
; then
2921 eval "DEFAULT_$LINE"
2926 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2931 eval "$ac_cv_use_permissive"
2932 if test "$no_cache" != 1; then
2933 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2936 if test "$wxUSE_PERMISSIVE" = yes; then
2937 echo "$ac_t""yes" 1>&6
2939 echo "$ac_t""no" 1>&6
2944 echo $ac_n "checking for --${enablestring:-enable}-no_deps""... $ac_c" 1>&6
2945 echo "configure:2946: checking for --${enablestring:-enable}-no_deps" >&5
2947 # Check whether --enable-no_deps or --disable-no_deps was given.
2948 if test "${enable_no_deps+set}" = set; then
2949 enableval
="$enable_no_deps"
2951 if test "$enableval" = yes; then
2952 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2954 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2959 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2960 if test "x$LINE" != x
; then
2961 eval "DEFAULT_$LINE"
2966 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2971 eval "$ac_cv_use_no_deps"
2972 if test "$no_cache" != 1; then
2973 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2976 if test "$wxUSE_NO_DEPS" = yes; then
2977 echo "$ac_t""yes" 1>&6
2979 echo "$ac_t""no" 1>&6
2985 echo $ac_n "checking for --${enablestring:-enable}-compat20""... $ac_c" 1>&6
2986 echo "configure:2987: checking for --${enablestring:-enable}-compat20" >&5
2988 # Check whether --enable-compat20 or --disable-compat20 was given.
2989 if test "${enable_compat20+set}" = set; then
2990 enableval
="$enable_compat20"
2992 if test "$enableval" = yes; then
2993 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes'
2995 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no'
3000 LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
3001 if test "x$LINE" != x
; then
3002 eval "DEFAULT_$LINE"
3007 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
3012 eval "$ac_cv_use_compat20"
3013 if test "$no_cache" != 1; then
3014 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3017 if test "$WXWIN_COMPATIBILITY_2" = yes; then
3018 echo "$ac_t""yes" 1>&6
3020 echo "$ac_t""no" 1>&6
3025 echo $ac_n "checking for --${enablestring:-enable}-compat22""... $ac_c" 1>&6
3026 echo "configure:3027: checking for --${enablestring:-enable}-compat22" >&5
3028 # Check whether --enable-compat22 or --disable-compat22 was given.
3029 if test "${enable_compat22+set}" = set; then
3030 enableval
="$enable_compat22"
3032 if test "$enableval" = yes; then
3033 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
3035 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
3040 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3041 if test "x$LINE" != x
; then
3042 eval "DEFAULT_$LINE"
3047 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
3052 eval "$ac_cv_use_compat22"
3053 if test "$no_cache" != 1; then
3054 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3057 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
3058 echo "$ac_t""yes" 1>&6
3060 echo "$ac_t""no" 1>&6
3064 enablestring
=disable
3065 echo $ac_n "checking for --${enablestring:-enable}-compat24""... $ac_c" 1>&6
3066 echo "configure:3067: checking for --${enablestring:-enable}-compat24" >&5
3068 # Check whether --enable-compat24 or --disable-compat24 was given.
3069 if test "${enable_compat24+set}" = set; then
3070 enableval
="$enable_compat24"
3072 if test "$enableval" = yes; then
3073 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
3075 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
3080 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
3081 if test "x$LINE" != x
; then
3082 eval "DEFAULT_$LINE"
3087 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
3092 eval "$ac_cv_use_compat24"
3093 if test "$no_cache" != 1; then
3094 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
3097 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
3098 echo "$ac_t""yes" 1>&6
3100 echo "$ac_t""no" 1>&6
3104 # Check whether --enable-rpath or --disable-rpath was given.
3105 if test "${enable_rpath+set}" = set; then
3106 enableval
="$enable_rpath"
3107 wxRPATH_DIR
="$enableval"
3111 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3112 WXCONFIG_RPATH
="-Wl,-rpath -Wl,$wxRPATH_DIR"
3119 echo $ac_n "checking for --${enablestring:-enable}-intl""... $ac_c" 1>&6
3120 echo "configure:3121: checking for --${enablestring:-enable}-intl" >&5
3122 # Check whether --enable-intl or --disable-intl was given.
3123 if test "${enable_intl+set}" = set; then
3124 enableval
="$enable_intl"
3126 if test "$enableval" = yes; then
3127 ac_cv_use_intl
='wxUSE_INTL=yes'
3129 ac_cv_use_intl
='wxUSE_INTL=no'
3134 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3135 if test "x$LINE" != x
; then
3136 eval "DEFAULT_$LINE"
3141 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3146 eval "$ac_cv_use_intl"
3147 if test "$no_cache" != 1; then
3148 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3151 if test "$wxUSE_INTL" = yes; then
3152 echo "$ac_t""yes" 1>&6
3154 echo "$ac_t""no" 1>&6
3159 echo $ac_n "checking for --${enablestring:-enable}-config""... $ac_c" 1>&6
3160 echo "configure:3161: checking for --${enablestring:-enable}-config" >&5
3162 # Check whether --enable-config or --disable-config was given.
3163 if test "${enable_config+set}" = set; then
3164 enableval
="$enable_config"
3166 if test "$enableval" = yes; then
3167 ac_cv_use_config
='wxUSE_CONFIG=yes'
3169 ac_cv_use_config
='wxUSE_CONFIG=no'
3174 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3175 if test "x$LINE" != x
; then
3176 eval "DEFAULT_$LINE"
3181 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3186 eval "$ac_cv_use_config"
3187 if test "$no_cache" != 1; then
3188 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3191 if test "$wxUSE_CONFIG" = yes; then
3192 echo "$ac_t""yes" 1>&6
3194 echo "$ac_t""no" 1>&6
3200 echo $ac_n "checking for --${enablestring:-enable}-protocols""... $ac_c" 1>&6
3201 echo "configure:3202: checking for --${enablestring:-enable}-protocols" >&5
3203 # Check whether --enable-protocols or --disable-protocols was given.
3204 if test "${enable_protocols+set}" = set; then
3205 enableval
="$enable_protocols"
3207 if test "$enableval" = yes; then
3208 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
3210 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
3215 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3216 if test "x$LINE" != x
; then
3217 eval "DEFAULT_$LINE"
3222 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3227 eval "$ac_cv_use_protocols"
3228 if test "$no_cache" != 1; then
3229 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3232 if test "$wxUSE_PROTOCOL" = yes; then
3233 echo "$ac_t""yes" 1>&6
3235 echo "$ac_t""no" 1>&6
3240 echo $ac_n "checking for --${enablestring:-enable}-ftp""... $ac_c" 1>&6
3241 echo "configure:3242: checking for --${enablestring:-enable}-ftp" >&5
3243 # Check whether --enable-ftp or --disable-ftp was given.
3244 if test "${enable_ftp+set}" = set; then
3245 enableval
="$enable_ftp"
3247 if test "$enableval" = yes; then
3248 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
3250 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
3255 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3256 if test "x$LINE" != x
; then
3257 eval "DEFAULT_$LINE"
3262 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3267 eval "$ac_cv_use_ftp"
3268 if test "$no_cache" != 1; then
3269 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3272 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3273 echo "$ac_t""yes" 1>&6
3275 echo "$ac_t""no" 1>&6
3280 echo $ac_n "checking for --${enablestring:-enable}-http""... $ac_c" 1>&6
3281 echo "configure:3282: checking for --${enablestring:-enable}-http" >&5
3283 # Check whether --enable-http or --disable-http was given.
3284 if test "${enable_http+set}" = set; then
3285 enableval
="$enable_http"
3287 if test "$enableval" = yes; then
3288 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
3290 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
3295 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3296 if test "x$LINE" != x
; then
3297 eval "DEFAULT_$LINE"
3302 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3307 eval "$ac_cv_use_http"
3308 if test "$no_cache" != 1; then
3309 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3312 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3313 echo "$ac_t""yes" 1>&6
3315 echo "$ac_t""no" 1>&6
3320 echo $ac_n "checking for --${enablestring:-enable}-fileproto""... $ac_c" 1>&6
3321 echo "configure:3322: checking for --${enablestring:-enable}-fileproto" >&5
3323 # Check whether --enable-fileproto or --disable-fileproto was given.
3324 if test "${enable_fileproto+set}" = set; then
3325 enableval
="$enable_fileproto"
3327 if test "$enableval" = yes; then
3328 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
3330 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
3335 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
3336 if test "x$LINE" != x
; then
3337 eval "DEFAULT_$LINE"
3342 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
3347 eval "$ac_cv_use_fileproto"
3348 if test "$no_cache" != 1; then
3349 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
3352 if test "$wxUSE_PROTOCOL_FILE" = yes; then
3353 echo "$ac_t""yes" 1>&6
3355 echo "$ac_t""no" 1>&6
3360 echo $ac_n "checking for --${enablestring:-enable}-sockets""... $ac_c" 1>&6
3361 echo "configure:3362: checking for --${enablestring:-enable}-sockets" >&5
3363 # Check whether --enable-sockets or --disable-sockets was given.
3364 if test "${enable_sockets+set}" = set; then
3365 enableval
="$enable_sockets"
3367 if test "$enableval" = yes; then
3368 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
3370 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
3375 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3376 if test "x$LINE" != x
; then
3377 eval "DEFAULT_$LINE"
3382 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3387 eval "$ac_cv_use_sockets"
3388 if test "$no_cache" != 1; then
3389 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3392 if test "$wxUSE_SOCKETS" = yes; then
3393 echo "$ac_t""yes" 1>&6
3395 echo "$ac_t""no" 1>&6
3400 echo $ac_n "checking for --${enablestring:-enable}-ole""... $ac_c" 1>&6
3401 echo "configure:3402: checking for --${enablestring:-enable}-ole" >&5
3403 # Check whether --enable-ole or --disable-ole was given.
3404 if test "${enable_ole+set}" = set; then
3405 enableval
="$enable_ole"
3407 if test "$enableval" = yes; then
3408 ac_cv_use_ole
='wxUSE_OLE=yes'
3410 ac_cv_use_ole
='wxUSE_OLE=no'
3415 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
3416 if test "x$LINE" != x
; then
3417 eval "DEFAULT_$LINE"
3422 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
3427 eval "$ac_cv_use_ole"
3428 if test "$no_cache" != 1; then
3429 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
3432 if test "$wxUSE_OLE" = yes; then
3433 echo "$ac_t""yes" 1>&6
3435 echo "$ac_t""no" 1>&6
3440 echo $ac_n "checking for --${enablestring:-enable}-dataobj""... $ac_c" 1>&6
3441 echo "configure:3442: checking for --${enablestring:-enable}-dataobj" >&5
3443 # Check whether --enable-dataobj or --disable-dataobj was given.
3444 if test "${enable_dataobj+set}" = set; then
3445 enableval
="$enable_dataobj"
3447 if test "$enableval" = yes; then
3448 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
3450 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
3455 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
3456 if test "x$LINE" != x
; then
3457 eval "DEFAULT_$LINE"
3462 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
3467 eval "$ac_cv_use_dataobj"
3468 if test "$no_cache" != 1; then
3469 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
3472 if test "$wxUSE_DATAOBJ" = yes; then
3473 echo "$ac_t""yes" 1>&6
3475 echo "$ac_t""no" 1>&6
3481 echo $ac_n "checking for --${enablestring:-enable}-ipc""... $ac_c" 1>&6
3482 echo "configure:3483: checking for --${enablestring:-enable}-ipc" >&5
3484 # Check whether --enable-ipc or --disable-ipc was given.
3485 if test "${enable_ipc+set}" = set; then
3486 enableval
="$enable_ipc"
3488 if test "$enableval" = yes; then
3489 ac_cv_use_ipc
='wxUSE_IPC=yes'
3491 ac_cv_use_ipc
='wxUSE_IPC=no'
3496 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3497 if test "x$LINE" != x
; then
3498 eval "DEFAULT_$LINE"
3503 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3508 eval "$ac_cv_use_ipc"
3509 if test "$no_cache" != 1; then
3510 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3513 if test "$wxUSE_IPC" = yes; then
3514 echo "$ac_t""yes" 1>&6
3516 echo "$ac_t""no" 1>&6
3522 echo $ac_n "checking for --${enablestring:-enable}-cmdline""... $ac_c" 1>&6
3523 echo "configure:3524: checking for --${enablestring:-enable}-cmdline" >&5
3525 # Check whether --enable-cmdline or --disable-cmdline was given.
3526 if test "${enable_cmdline+set}" = set; then
3527 enableval
="$enable_cmdline"
3529 if test "$enableval" = yes; then
3530 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
3532 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
3537 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3538 if test "x$LINE" != x
; then
3539 eval "DEFAULT_$LINE"
3544 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3549 eval "$ac_cv_use_cmdline"
3550 if test "$no_cache" != 1; then
3551 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3554 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3555 echo "$ac_t""yes" 1>&6
3557 echo "$ac_t""no" 1>&6
3562 echo $ac_n "checking for --${enablestring:-enable}-datetime""... $ac_c" 1>&6
3563 echo "configure:3564: checking for --${enablestring:-enable}-datetime" >&5
3565 # Check whether --enable-datetime or --disable-datetime was given.
3566 if test "${enable_datetime+set}" = set; then
3567 enableval
="$enable_datetime"
3569 if test "$enableval" = yes; then
3570 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
3572 ac_cv_use_datetime
='wxUSE_DATETIME=no'
3577 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3578 if test "x$LINE" != x
; then
3579 eval "DEFAULT_$LINE"
3584 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3589 eval "$ac_cv_use_datetime"
3590 if test "$no_cache" != 1; then
3591 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3594 if test "$wxUSE_DATETIME" = yes; then
3595 echo "$ac_t""yes" 1>&6
3597 echo "$ac_t""no" 1>&6
3602 echo $ac_n "checking for --${enablestring:-enable}-stopwatch""... $ac_c" 1>&6
3603 echo "configure:3604: checking for --${enablestring:-enable}-stopwatch" >&5
3605 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3606 if test "${enable_stopwatch+set}" = set; then
3607 enableval
="$enable_stopwatch"
3609 if test "$enableval" = yes; then
3610 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
3612 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
3617 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3618 if test "x$LINE" != x
; then
3619 eval "DEFAULT_$LINE"
3624 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3629 eval "$ac_cv_use_stopwatch"
3630 if test "$no_cache" != 1; then
3631 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3634 if test "$wxUSE_STOPWATCH" = yes; then
3635 echo "$ac_t""yes" 1>&6
3637 echo "$ac_t""no" 1>&6
3642 echo $ac_n "checking for --${enablestring:-enable}-dialupman""... $ac_c" 1>&6
3643 echo "configure:3644: checking for --${enablestring:-enable}-dialupman" >&5
3645 # Check whether --enable-dialupman or --disable-dialupman was given.
3646 if test "${enable_dialupman+set}" = set; then
3647 enableval
="$enable_dialupman"
3649 if test "$enableval" = yes; then
3650 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
3652 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
3657 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3658 if test "x$LINE" != x
; then
3659 eval "DEFAULT_$LINE"
3664 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3669 eval "$ac_cv_use_dialupman"
3670 if test "$no_cache" != 1; then
3671 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3674 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3675 echo "$ac_t""yes" 1>&6
3677 echo "$ac_t""no" 1>&6
3682 echo $ac_n "checking for --${enablestring:-enable}-apple_ieee""... $ac_c" 1>&6
3683 echo "configure:3684: checking for --${enablestring:-enable}-apple_ieee" >&5
3685 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3686 if test "${enable_apple_ieee+set}" = set; then
3687 enableval
="$enable_apple_ieee"
3689 if test "$enableval" = yes; then
3690 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
3692 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
3697 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3698 if test "x$LINE" != x
; then
3699 eval "DEFAULT_$LINE"
3704 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3709 eval "$ac_cv_use_apple_ieee"
3710 if test "$no_cache" != 1; then
3711 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3714 if test "$wxUSE_APPLE_IEEE" = yes; then
3715 echo "$ac_t""yes" 1>&6
3717 echo "$ac_t""no" 1>&6
3722 echo $ac_n "checking for --${enablestring:-enable}-timer""... $ac_c" 1>&6
3723 echo "configure:3724: checking for --${enablestring:-enable}-timer" >&5
3725 # Check whether --enable-timer or --disable-timer was given.
3726 if test "${enable_timer+set}" = set; then
3727 enableval
="$enable_timer"
3729 if test "$enableval" = yes; then
3730 ac_cv_use_timer
='wxUSE_TIMER=yes'
3732 ac_cv_use_timer
='wxUSE_TIMER=no'
3737 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3738 if test "x$LINE" != x
; then
3739 eval "DEFAULT_$LINE"
3744 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3749 eval "$ac_cv_use_timer"
3750 if test "$no_cache" != 1; then
3751 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3754 if test "$wxUSE_TIMER" = yes; then
3755 echo "$ac_t""yes" 1>&6
3757 echo "$ac_t""no" 1>&6
3762 echo $ac_n "checking for --${enablestring:-enable}-wave""... $ac_c" 1>&6
3763 echo "configure:3764: checking for --${enablestring:-enable}-wave" >&5
3765 # Check whether --enable-wave or --disable-wave was given.
3766 if test "${enable_wave+set}" = set; then
3767 enableval
="$enable_wave"
3769 if test "$enableval" = yes; then
3770 ac_cv_use_wave
='wxUSE_WAVE=yes'
3772 ac_cv_use_wave
='wxUSE_WAVE=no'
3777 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3778 if test "x$LINE" != x
; then
3779 eval "DEFAULT_$LINE"
3784 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3789 eval "$ac_cv_use_wave"
3790 if test "$no_cache" != 1; then
3791 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3794 if test "$wxUSE_WAVE" = yes; then
3795 echo "$ac_t""yes" 1>&6
3797 echo "$ac_t""no" 1>&6
3802 echo $ac_n "checking for --${enablestring:-enable}-fraction""... $ac_c" 1>&6
3803 echo "configure:3804: checking for --${enablestring:-enable}-fraction" >&5
3805 # Check whether --enable-fraction or --disable-fraction was given.
3806 if test "${enable_fraction+set}" = set; then
3807 enableval
="$enable_fraction"
3809 if test "$enableval" = yes; then
3810 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
3812 ac_cv_use_fraction
='wxUSE_FRACTION=no'
3817 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3818 if test "x$LINE" != x
; then
3819 eval "DEFAULT_$LINE"
3824 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3829 eval "$ac_cv_use_fraction"
3830 if test "$no_cache" != 1; then
3831 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3834 if test "$wxUSE_FRACTION" = yes; then
3835 echo "$ac_t""yes" 1>&6
3837 echo "$ac_t""no" 1>&6
3842 echo $ac_n "checking for --${enablestring:-enable}-dynlib""... $ac_c" 1>&6
3843 echo "configure:3844: checking for --${enablestring:-enable}-dynlib" >&5
3845 # Check whether --enable-dynlib or --disable-dynlib was given.
3846 if test "${enable_dynlib+set}" = set; then
3847 enableval
="$enable_dynlib"
3849 if test "$enableval" = yes; then
3850 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
3852 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
3857 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3858 if test "x$LINE" != x
; then
3859 eval "DEFAULT_$LINE"
3864 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3869 eval "$ac_cv_use_dynlib"
3870 if test "$no_cache" != 1; then
3871 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3874 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3875 echo "$ac_t""yes" 1>&6
3877 echo "$ac_t""no" 1>&6
3882 echo $ac_n "checking for --${enablestring:-enable}-dynamicloader""... $ac_c" 1>&6
3883 echo "configure:3884: checking for --${enablestring:-enable}-dynamicloader" >&5
3885 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
3886 if test "${enable_dynamicloader+set}" = set; then
3887 enableval
="$enable_dynamicloader"
3889 if test "$enableval" = yes; then
3890 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
3892 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
3897 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
3898 if test "x$LINE" != x
; then
3899 eval "DEFAULT_$LINE"
3904 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
3909 eval "$ac_cv_use_dynamicloader"
3910 if test "$no_cache" != 1; then
3911 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
3914 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
3915 echo "$ac_t""yes" 1>&6
3917 echo "$ac_t""no" 1>&6
3922 echo $ac_n "checking for --${enablestring:-enable}-longlong""... $ac_c" 1>&6
3923 echo "configure:3924: checking for --${enablestring:-enable}-longlong" >&5
3925 # Check whether --enable-longlong or --disable-longlong was given.
3926 if test "${enable_longlong+set}" = set; then
3927 enableval
="$enable_longlong"
3929 if test "$enableval" = yes; then
3930 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
3932 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
3937 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3938 if test "x$LINE" != x
; then
3939 eval "DEFAULT_$LINE"
3944 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3949 eval "$ac_cv_use_longlong"
3950 if test "$no_cache" != 1; then
3951 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3954 if test "$wxUSE_LONGLONG" = yes; then
3955 echo "$ac_t""yes" 1>&6
3957 echo "$ac_t""no" 1>&6
3962 echo $ac_n "checking for --${enablestring:-enable}-geometry""... $ac_c" 1>&6
3963 echo "configure:3964: checking for --${enablestring:-enable}-geometry" >&5
3965 # Check whether --enable-geometry or --disable-geometry was given.
3966 if test "${enable_geometry+set}" = set; then
3967 enableval
="$enable_geometry"
3969 if test "$enableval" = yes; then
3970 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
3972 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
3977 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3978 if test "x$LINE" != x
; then
3979 eval "DEFAULT_$LINE"
3984 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3989 eval "$ac_cv_use_geometry"
3990 if test "$no_cache" != 1; then
3991 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3994 if test "$wxUSE_GEOMETRY" = yes; then
3995 echo "$ac_t""yes" 1>&6
3997 echo "$ac_t""no" 1>&6
4002 echo $ac_n "checking for --${enablestring:-enable}-log""... $ac_c" 1>&6
4003 echo "configure:4004: checking for --${enablestring:-enable}-log" >&5
4005 # Check whether --enable-log or --disable-log was given.
4006 if test "${enable_log+set}" = set; then
4007 enableval
="$enable_log"
4009 if test "$enableval" = yes; then
4010 ac_cv_use_log
='wxUSE_LOG=yes'
4012 ac_cv_use_log
='wxUSE_LOG=no'
4017 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4018 if test "x$LINE" != x
; then
4019 eval "DEFAULT_$LINE"
4024 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
4029 eval "$ac_cv_use_log"
4030 if test "$no_cache" != 1; then
4031 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4034 if test "$wxUSE_LOG" = yes; then
4035 echo "$ac_t""yes" 1>&6
4037 echo "$ac_t""no" 1>&6
4042 echo $ac_n "checking for --${enablestring:-enable}-streams""... $ac_c" 1>&6
4043 echo "configure:4044: checking for --${enablestring:-enable}-streams" >&5
4045 # Check whether --enable-streams or --disable-streams was given.
4046 if test "${enable_streams+set}" = set; then
4047 enableval
="$enable_streams"
4049 if test "$enableval" = yes; then
4050 ac_cv_use_streams
='wxUSE_STREAMS=yes'
4052 ac_cv_use_streams
='wxUSE_STREAMS=no'
4057 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
4058 if test "x$LINE" != x
; then
4059 eval "DEFAULT_$LINE"
4064 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
4069 eval "$ac_cv_use_streams"
4070 if test "$no_cache" != 1; then
4071 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
4074 if test "$wxUSE_STREAMS" = yes; then
4075 echo "$ac_t""yes" 1>&6
4077 echo "$ac_t""no" 1>&6
4082 echo $ac_n "checking for --${enablestring:-enable}-file""... $ac_c" 1>&6
4083 echo "configure:4084: checking for --${enablestring:-enable}-file" >&5
4085 # Check whether --enable-file or --disable-file was given.
4086 if test "${enable_file+set}" = set; then
4087 enableval
="$enable_file"
4089 if test "$enableval" = yes; then
4090 ac_cv_use_file
='wxUSE_FILE=yes'
4092 ac_cv_use_file
='wxUSE_FILE=no'
4097 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4098 if test "x$LINE" != x
; then
4099 eval "DEFAULT_$LINE"
4104 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
4109 eval "$ac_cv_use_file"
4110 if test "$no_cache" != 1; then
4111 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4114 if test "$wxUSE_FILE" = yes; then
4115 echo "$ac_t""yes" 1>&6
4117 echo "$ac_t""no" 1>&6
4122 echo $ac_n "checking for --${enablestring:-enable}-ffile""... $ac_c" 1>&6
4123 echo "configure:4124: checking for --${enablestring:-enable}-ffile" >&5
4125 # Check whether --enable-ffile or --disable-ffile was given.
4126 if test "${enable_ffile+set}" = set; then
4127 enableval
="$enable_ffile"
4129 if test "$enableval" = yes; then
4130 ac_cv_use_ffile
='wxUSE_FFILE=yes'
4132 ac_cv_use_ffile
='wxUSE_FFILE=no'
4137 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4138 if test "x$LINE" != x
; then
4139 eval "DEFAULT_$LINE"
4144 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4149 eval "$ac_cv_use_ffile"
4150 if test "$no_cache" != 1; then
4151 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4154 if test "$wxUSE_FFILE" = yes; then
4155 echo "$ac_t""yes" 1>&6
4157 echo "$ac_t""no" 1>&6
4162 echo $ac_n "checking for --${enablestring:-enable}-textbuf""... $ac_c" 1>&6
4163 echo "configure:4164: checking for --${enablestring:-enable}-textbuf" >&5
4165 # Check whether --enable-textbuf or --disable-textbuf was given.
4166 if test "${enable_textbuf+set}" = set; then
4167 enableval
="$enable_textbuf"
4169 if test "$enableval" = yes; then
4170 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
4172 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
4177 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4178 if test "x$LINE" != x
; then
4179 eval "DEFAULT_$LINE"
4184 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4189 eval "$ac_cv_use_textbuf"
4190 if test "$no_cache" != 1; then
4191 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4194 if test "$wxUSE_TEXTBUFFER" = yes; then
4195 echo "$ac_t""yes" 1>&6
4197 echo "$ac_t""no" 1>&6
4202 echo $ac_n "checking for --${enablestring:-enable}-textfile""... $ac_c" 1>&6
4203 echo "configure:4204: checking for --${enablestring:-enable}-textfile" >&5
4205 # Check whether --enable-textfile or --disable-textfile was given.
4206 if test "${enable_textfile+set}" = set; then
4207 enableval
="$enable_textfile"
4209 if test "$enableval" = yes; then
4210 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
4212 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
4217 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4218 if test "x$LINE" != x
; then
4219 eval "DEFAULT_$LINE"
4224 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4229 eval "$ac_cv_use_textfile"
4230 if test "$no_cache" != 1; then
4231 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4234 if test "$wxUSE_TEXTFILE" = yes; then
4235 echo "$ac_t""yes" 1>&6
4237 echo "$ac_t""no" 1>&6
4242 echo $ac_n "checking for --${enablestring:-enable}-fontmap""... $ac_c" 1>&6
4243 echo "configure:4244: checking for --${enablestring:-enable}-fontmap" >&5
4245 # Check whether --enable-fontmap or --disable-fontmap was given.
4246 if test "${enable_fontmap+set}" = set; then
4247 enableval
="$enable_fontmap"
4249 if test "$enableval" = yes; then
4250 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
4252 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
4257 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4258 if test "x$LINE" != x
; then
4259 eval "DEFAULT_$LINE"
4264 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4269 eval "$ac_cv_use_fontmap"
4270 if test "$no_cache" != 1; then
4271 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4274 if test "$wxUSE_FONTMAP" = yes; then
4275 echo "$ac_t""yes" 1>&6
4277 echo "$ac_t""no" 1>&6
4282 echo $ac_n "checking for --${enablestring:-enable}-unicode""... $ac_c" 1>&6
4283 echo "configure:4284: checking for --${enablestring:-enable}-unicode" >&5
4285 # Check whether --enable-unicode or --disable-unicode was given.
4286 if test "${enable_unicode+set}" = set; then
4287 enableval
="$enable_unicode"
4289 if test "$enableval" = yes; then
4290 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
4292 ac_cv_use_unicode
='wxUSE_UNICODE=no'
4297 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
4298 if test "x$LINE" != x
; then
4299 eval "DEFAULT_$LINE"
4304 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
4309 eval "$ac_cv_use_unicode"
4310 if test "$no_cache" != 1; then
4311 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
4314 if test "$wxUSE_UNICODE" = yes; then
4315 echo "$ac_t""yes" 1>&6
4317 echo "$ac_t""no" 1>&6
4322 echo $ac_n "checking for --${enablestring:-enable}-mslu""... $ac_c" 1>&6
4323 echo "configure:4324: checking for --${enablestring:-enable}-mslu" >&5
4325 # Check whether --enable-mslu or --disable-mslu was given.
4326 if test "${enable_mslu+set}" = set; then
4327 enableval
="$enable_mslu"
4329 if test "$enableval" = yes; then
4330 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
4332 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
4337 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4338 if test "x$LINE" != x
; then
4339 eval "DEFAULT_$LINE"
4344 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
4349 eval "$ac_cv_use_mslu"
4350 if test "$no_cache" != 1; then
4351 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4354 if test "$wxUSE_UNICODE_MSLU" = yes; then
4355 echo "$ac_t""yes" 1>&6
4357 echo "$ac_t""no" 1>&6
4362 echo $ac_n "checking for --${enablestring:-enable}-wxprintfv""... $ac_c" 1>&6
4363 echo "configure:4364: checking for --${enablestring:-enable}-wxprintfv" >&5
4365 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
4366 if test "${enable_wxprintfv+set}" = set; then
4367 enableval
="$enable_wxprintfv"
4369 if test "$enableval" = yes; then
4370 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
4372 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
4377 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
4378 if test "x$LINE" != x
; then
4379 eval "DEFAULT_$LINE"
4384 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
4389 eval "$ac_cv_use_wxprintfv"
4390 if test "$no_cache" != 1; then
4391 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
4394 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
4395 echo "$ac_t""yes" 1>&6
4397 echo "$ac_t""no" 1>&6
4402 echo $ac_n "checking for --${enablestring:-enable}-std_iostreams""... $ac_c" 1>&6
4403 echo "configure:4404: checking for --${enablestring:-enable}-std_iostreams" >&5
4405 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
4406 if test "${enable_std_iostreams+set}" = set; then
4407 enableval
="$enable_std_iostreams"
4409 if test "$enableval" = yes; then
4410 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
4412 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
4417 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
4418 if test "x$LINE" != x
; then
4419 eval "DEFAULT_$LINE"
4424 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
4429 eval "$ac_cv_use_std_iostreams"
4430 if test "$no_cache" != 1; then
4431 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
4434 if test "$wxUSE_STD_IOSTREAM" = yes; then
4435 echo "$ac_t""yes" 1>&6
4437 echo "$ac_t""no" 1>&6
4442 echo $ac_n "checking for --${enablestring:-enable}-filesystem""... $ac_c" 1>&6
4443 echo "configure:4444: checking for --${enablestring:-enable}-filesystem" >&5
4445 # Check whether --enable-filesystem or --disable-filesystem was given.
4446 if test "${enable_filesystem+set}" = set; then
4447 enableval
="$enable_filesystem"
4449 if test "$enableval" = yes; then
4450 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
4452 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
4457 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4458 if test "x$LINE" != x
; then
4459 eval "DEFAULT_$LINE"
4464 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4469 eval "$ac_cv_use_filesystem"
4470 if test "$no_cache" != 1; then
4471 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4474 if test "$wxUSE_FILESYSTEM" = yes; then
4475 echo "$ac_t""yes" 1>&6
4477 echo "$ac_t""no" 1>&6
4482 echo $ac_n "checking for --${enablestring:-enable}-fs_inet""... $ac_c" 1>&6
4483 echo "configure:4484: checking for --${enablestring:-enable}-fs_inet" >&5
4485 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4486 if test "${enable_fs_inet+set}" = set; then
4487 enableval
="$enable_fs_inet"
4489 if test "$enableval" = yes; then
4490 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
4492 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
4497 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4498 if test "x$LINE" != x
; then
4499 eval "DEFAULT_$LINE"
4504 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
4509 eval "$ac_cv_use_fs_inet"
4510 if test "$no_cache" != 1; then
4511 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4514 if test "$wxUSE_FS_INET" = yes; then
4515 echo "$ac_t""yes" 1>&6
4517 echo "$ac_t""no" 1>&6
4522 echo $ac_n "checking for --${enablestring:-enable}-fs_zip""... $ac_c" 1>&6
4523 echo "configure:4524: checking for --${enablestring:-enable}-fs_zip" >&5
4525 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4526 if test "${enable_fs_zip+set}" = set; then
4527 enableval
="$enable_fs_zip"
4529 if test "$enableval" = yes; then
4530 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
4532 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
4537 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4538 if test "x$LINE" != x
; then
4539 eval "DEFAULT_$LINE"
4544 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4549 eval "$ac_cv_use_fs_zip"
4550 if test "$no_cache" != 1; then
4551 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4554 if test "$wxUSE_FS_ZIP" = yes; then
4555 echo "$ac_t""yes" 1>&6
4557 echo "$ac_t""no" 1>&6
4562 echo $ac_n "checking for --${enablestring:-enable}-zipstream""... $ac_c" 1>&6
4563 echo "configure:4564: checking for --${enablestring:-enable}-zipstream" >&5
4565 # Check whether --enable-zipstream or --disable-zipstream was given.
4566 if test "${enable_zipstream+set}" = set; then
4567 enableval
="$enable_zipstream"
4569 if test "$enableval" = yes; then
4570 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
4572 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
4577 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4578 if test "x$LINE" != x
; then
4579 eval "DEFAULT_$LINE"
4584 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4589 eval "$ac_cv_use_zipstream"
4590 if test "$no_cache" != 1; then
4591 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4594 if test "$wxUSE_ZIPSTREAM" = yes; then
4595 echo "$ac_t""yes" 1>&6
4597 echo "$ac_t""no" 1>&6
4603 echo $ac_n "checking for --${enablestring:-enable}-catch_segvs""... $ac_c" 1>&6
4604 echo "configure:4605: checking for --${enablestring:-enable}-catch_segvs" >&5
4606 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4607 if test "${enable_catch_segvs+set}" = set; then
4608 enableval
="$enable_catch_segvs"
4610 if test "$enableval" = yes; then
4611 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4613 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4618 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4619 if test "x$LINE" != x
; then
4620 eval "DEFAULT_$LINE"
4625 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4630 eval "$ac_cv_use_catch_segvs"
4631 if test "$no_cache" != 1; then
4632 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4635 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4636 echo "$ac_t""yes" 1>&6
4638 echo "$ac_t""no" 1>&6
4643 echo $ac_n "checking for --${enablestring:-enable}-snglinst""... $ac_c" 1>&6
4644 echo "configure:4645: checking for --${enablestring:-enable}-snglinst" >&5
4646 # Check whether --enable-snglinst or --disable-snglinst was given.
4647 if test "${enable_snglinst+set}" = set; then
4648 enableval
="$enable_snglinst"
4650 if test "$enableval" = yes; then
4651 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
4653 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
4658 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4659 if test "x$LINE" != x
; then
4660 eval "DEFAULT_$LINE"
4665 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4670 eval "$ac_cv_use_snglinst"
4671 if test "$no_cache" != 1; then
4672 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4675 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4676 echo "$ac_t""yes" 1>&6
4678 echo "$ac_t""no" 1>&6
4684 echo $ac_n "checking for --${enablestring:-enable}-mimetype""... $ac_c" 1>&6
4685 echo "configure:4686: checking for --${enablestring:-enable}-mimetype" >&5
4687 # Check whether --enable-mimetype or --disable-mimetype was given.
4688 if test "${enable_mimetype+set}" = set; then
4689 enableval
="$enable_mimetype"
4691 if test "$enableval" = yes; then
4692 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
4694 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
4699 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4700 if test "x$LINE" != x
; then
4701 eval "DEFAULT_$LINE"
4706 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4711 eval "$ac_cv_use_mimetype"
4712 if test "$no_cache" != 1; then
4713 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4716 if test "$wxUSE_MIMETYPE" = yes; then
4717 echo "$ac_t""yes" 1>&6
4719 echo "$ac_t""no" 1>&6
4724 echo $ac_n "checking for --${enablestring:-enable}-system_options""... $ac_c" 1>&6
4725 echo "configure:4726: checking for --${enablestring:-enable}-system_options" >&5
4727 # Check whether --enable-system_options or --disable-system_options was given.
4728 if test "${enable_system_options+set}" = set; then
4729 enableval
="$enable_system_options"
4731 if test "$enableval" = yes; then
4732 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
4734 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
4739 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4740 if test "x$LINE" != x
; then
4741 eval "DEFAULT_$LINE"
4746 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4751 eval "$ac_cv_use_system_options"
4752 if test "$no_cache" != 1; then
4753 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4756 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4757 echo "$ac_t""yes" 1>&6
4759 echo "$ac_t""no" 1>&6
4765 echo $ac_n "checking for --${enablestring:-enable}-url""... $ac_c" 1>&6
4766 echo "configure:4767: checking for --${enablestring:-enable}-url" >&5
4768 # Check whether --enable-url or --disable-url was given.
4769 if test "${enable_url+set}" = set; then
4770 enableval
="$enable_url"
4772 if test "$enableval" = yes; then
4773 ac_cv_use_url
='wxUSE_URL=yes'
4775 ac_cv_use_url
='wxUSE_URL=no'
4780 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
4781 if test "x$LINE" != x
; then
4782 eval "DEFAULT_$LINE"
4787 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
4792 eval "$ac_cv_use_url"
4793 if test "$no_cache" != 1; then
4794 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
4797 if test "$wxUSE_URL" = yes; then
4798 echo "$ac_t""yes" 1>&6
4800 echo "$ac_t""no" 1>&6
4805 echo $ac_n "checking for --${enablestring:-enable}-protocol""... $ac_c" 1>&6
4806 echo "configure:4807: checking for --${enablestring:-enable}-protocol" >&5
4808 # Check whether --enable-protocol or --disable-protocol was given.
4809 if test "${enable_protocol+set}" = set; then
4810 enableval
="$enable_protocol"
4812 if test "$enableval" = yes; then
4813 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
4815 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
4820 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4821 if test "x$LINE" != x
; then
4822 eval "DEFAULT_$LINE"
4827 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4832 eval "$ac_cv_use_protocol"
4833 if test "$no_cache" != 1; then
4834 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
4837 if test "$wxUSE_PROTOCOL" = yes; then
4838 echo "$ac_t""yes" 1>&6
4840 echo "$ac_t""no" 1>&6
4845 echo $ac_n "checking for --${enablestring:-enable}-protocol_http""... $ac_c" 1>&6
4846 echo "configure:4847: checking for --${enablestring:-enable}-protocol_http" >&5
4848 # Check whether --enable-protocol_http or --disable-protocol_http was given.
4849 if test "${enable_protocol_http+set}" = set; then
4850 enableval
="$enable_protocol_http"
4852 if test "$enableval" = yes; then
4853 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
4855 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
4860 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4861 if test "x$LINE" != x
; then
4862 eval "DEFAULT_$LINE"
4867 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4872 eval "$ac_cv_use_protocol_http"
4873 if test "$no_cache" != 1; then
4874 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
4877 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4878 echo "$ac_t""yes" 1>&6
4880 echo "$ac_t""no" 1>&6
4885 echo $ac_n "checking for --${enablestring:-enable}-protocol_ftp""... $ac_c" 1>&6
4886 echo "configure:4887: checking for --${enablestring:-enable}-protocol_ftp" >&5
4888 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
4889 if test "${enable_protocol_ftp+set}" = set; then
4890 enableval
="$enable_protocol_ftp"
4892 if test "$enableval" = yes; then
4893 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
4895 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
4900 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4901 if test "x$LINE" != x
; then
4902 eval "DEFAULT_$LINE"
4907 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4912 eval "$ac_cv_use_protocol_ftp"
4913 if test "$no_cache" != 1; then
4914 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
4917 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4918 echo "$ac_t""yes" 1>&6
4920 echo "$ac_t""no" 1>&6
4925 echo $ac_n "checking for --${enablestring:-enable}-protocol_file""... $ac_c" 1>&6
4926 echo "configure:4927: checking for --${enablestring:-enable}-protocol_file" >&5
4928 # Check whether --enable-protocol_file or --disable-protocol_file was given.
4929 if test "${enable_protocol_file+set}" = set; then
4930 enableval
="$enable_protocol_file"
4932 if test "$enableval" = yes; then
4933 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
4935 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
4940 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4941 if test "x$LINE" != x
; then
4942 eval "DEFAULT_$LINE"
4947 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4952 eval "$ac_cv_use_protocol_file"
4953 if test "$no_cache" != 1; then
4954 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
4957 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4958 echo "$ac_t""yes" 1>&6
4960 echo "$ac_t""no" 1>&6
4968 echo $ac_n "checking for --${enablestring:-enable}-threads""... $ac_c" 1>&6
4969 echo "configure:4970: checking for --${enablestring:-enable}-threads" >&5
4971 # Check whether --enable-threads or --disable-threads was given.
4972 if test "${enable_threads+set}" = set; then
4973 enableval
="$enable_threads"
4975 if test "$enableval" = yes; then
4976 ac_cv_use_threads
='wxUSE_THREADS=yes'
4978 ac_cv_use_threads
='wxUSE_THREADS=no'
4983 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4984 if test "x$LINE" != x
; then
4985 eval "DEFAULT_$LINE"
4990 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4995 eval "$ac_cv_use_threads"
4996 if test "$no_cache" != 1; then
4997 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
5000 if test "$wxUSE_THREADS" = yes; then
5001 echo "$ac_t""yes" 1>&6
5003 echo "$ac_t""no" 1>&6
5007 if test "$wxUSE_GUI" = "yes"; then
5012 echo $ac_n "checking for --${enablestring:-enable}-docview""... $ac_c" 1>&6
5013 echo "configure:5014: checking for --${enablestring:-enable}-docview" >&5
5015 # Check whether --enable-docview or --disable-docview was given.
5016 if test "${enable_docview+set}" = set; then
5017 enableval
="$enable_docview"
5019 if test "$enableval" = yes; then
5020 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
5022 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
5027 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5028 if test "x$LINE" != x
; then
5029 eval "DEFAULT_$LINE"
5034 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
5039 eval "$ac_cv_use_docview"
5040 if test "$no_cache" != 1; then
5041 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5044 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
5045 echo "$ac_t""yes" 1>&6
5047 echo "$ac_t""no" 1>&6
5052 echo $ac_n "checking for --${enablestring:-enable}-help""... $ac_c" 1>&6
5053 echo "configure:5054: checking for --${enablestring:-enable}-help" >&5
5055 # Check whether --enable-help or --disable-help was given.
5056 if test "${enable_help+set}" = set; then
5057 enableval
="$enable_help"
5059 if test "$enableval" = yes; then
5060 ac_cv_use_help
='wxUSE_HELP=yes'
5062 ac_cv_use_help
='wxUSE_HELP=no'
5067 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5068 if test "x$LINE" != x
; then
5069 eval "DEFAULT_$LINE"
5074 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
5079 eval "$ac_cv_use_help"
5080 if test "$no_cache" != 1; then
5081 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5084 if test "$wxUSE_HELP" = yes; then
5085 echo "$ac_t""yes" 1>&6
5087 echo "$ac_t""no" 1>&6
5092 echo $ac_n "checking for --${enablestring:-enable}-mshtmlhelp""... $ac_c" 1>&6
5093 echo "configure:5094: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5095 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5096 if test "${enable_mshtmlhelp+set}" = set; then
5097 enableval
="$enable_mshtmlhelp"
5099 if test "$enableval" = yes; then
5100 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
5102 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
5107 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
5108 if test "x$LINE" != x
; then
5109 eval "DEFAULT_$LINE"
5114 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
5119 eval "$ac_cv_use_mshtmlhelp"
5120 if test "$no_cache" != 1; then
5121 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
5124 if test "$wxUSE_MS_HTML_HELP" = yes; then
5125 echo "$ac_t""yes" 1>&6
5127 echo "$ac_t""no" 1>&6
5132 echo $ac_n "checking for --${enablestring:-enable}-html""... $ac_c" 1>&6
5133 echo "configure:5134: checking for --${enablestring:-enable}-html" >&5
5135 # Check whether --enable-html or --disable-html was given.
5136 if test "${enable_html+set}" = set; then
5137 enableval
="$enable_html"
5139 if test "$enableval" = yes; then
5140 ac_cv_use_html
='wxUSE_HTML=yes'
5142 ac_cv_use_html
='wxUSE_HTML=no'
5147 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5148 if test "x$LINE" != x
; then
5149 eval "DEFAULT_$LINE"
5154 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
5159 eval "$ac_cv_use_html"
5160 if test "$no_cache" != 1; then
5161 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5164 if test "$wxUSE_HTML" = yes; then
5165 echo "$ac_t""yes" 1>&6
5167 echo "$ac_t""no" 1>&6
5172 echo $ac_n "checking for --${enablestring:-enable}-htmlhelp""... $ac_c" 1>&6
5173 echo "configure:5174: checking for --${enablestring:-enable}-htmlhelp" >&5
5175 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5176 if test "${enable_htmlhelp+set}" = set; then
5177 enableval
="$enable_htmlhelp"
5179 if test "$enableval" = yes; then
5180 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
5182 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
5187 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5188 if test "x$LINE" != x
; then
5189 eval "DEFAULT_$LINE"
5194 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
5199 eval "$ac_cv_use_htmlhelp"
5200 if test "$no_cache" != 1; then
5201 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5204 if test "$wxUSE_WXHTML_HELP" = yes; then
5205 echo "$ac_t""yes" 1>&6
5207 echo "$ac_t""no" 1>&6
5212 echo $ac_n "checking for --${enablestring:-enable}-constraints""... $ac_c" 1>&6
5213 echo "configure:5214: checking for --${enablestring:-enable}-constraints" >&5
5215 # Check whether --enable-constraints or --disable-constraints was given.
5216 if test "${enable_constraints+set}" = set; then
5217 enableval
="$enable_constraints"
5219 if test "$enableval" = yes; then
5220 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
5222 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
5227 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5228 if test "x$LINE" != x
; then
5229 eval "DEFAULT_$LINE"
5234 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5239 eval "$ac_cv_use_constraints"
5240 if test "$no_cache" != 1; then
5241 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5244 if test "$wxUSE_CONSTRAINTS" = yes; then
5245 echo "$ac_t""yes" 1>&6
5247 echo "$ac_t""no" 1>&6
5252 echo $ac_n "checking for --${enablestring:-enable}-printarch""... $ac_c" 1>&6
5253 echo "configure:5254: checking for --${enablestring:-enable}-printarch" >&5
5255 # Check whether --enable-printarch or --disable-printarch was given.
5256 if test "${enable_printarch+set}" = set; then
5257 enableval
="$enable_printarch"
5259 if test "$enableval" = yes; then
5260 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
5262 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
5267 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5268 if test "x$LINE" != x
; then
5269 eval "DEFAULT_$LINE"
5274 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5279 eval "$ac_cv_use_printarch"
5280 if test "$no_cache" != 1; then
5281 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
5284 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
5285 echo "$ac_t""yes" 1>&6
5287 echo "$ac_t""no" 1>&6
5292 echo $ac_n "checking for --${enablestring:-enable}-mdi""... $ac_c" 1>&6
5293 echo "configure:5294: checking for --${enablestring:-enable}-mdi" >&5
5295 # Check whether --enable-mdi or --disable-mdi was given.
5296 if test "${enable_mdi+set}" = set; then
5297 enableval
="$enable_mdi"
5299 if test "$enableval" = yes; then
5300 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
5302 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
5307 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
5308 if test "x$LINE" != x
; then
5309 eval "DEFAULT_$LINE"
5314 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
5319 eval "$ac_cv_use_mdi"
5320 if test "$no_cache" != 1; then
5321 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
5324 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
5325 echo "$ac_t""yes" 1>&6
5327 echo "$ac_t""no" 1>&6
5332 echo $ac_n "checking for --${enablestring:-enable}-loggui""... $ac_c" 1>&6
5333 echo "configure:5334: checking for --${enablestring:-enable}-loggui" >&5
5335 # Check whether --enable-loggui or --disable-loggui was given.
5336 if test "${enable_loggui+set}" = set; then
5337 enableval
="$enable_loggui"
5339 if test "$enableval" = yes; then
5340 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
5342 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
5347 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
5348 if test "x$LINE" != x
; then
5349 eval "DEFAULT_$LINE"
5354 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
5359 eval "$ac_cv_use_loggui"
5360 if test "$no_cache" != 1; then
5361 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
5364 if test "$wxUSE_LOGGUI" = yes; then
5365 echo "$ac_t""yes" 1>&6
5367 echo "$ac_t""no" 1>&6
5372 echo $ac_n "checking for --${enablestring:-enable}-logwin""... $ac_c" 1>&6
5373 echo "configure:5374: checking for --${enablestring:-enable}-logwin" >&5
5375 # Check whether --enable-logwin or --disable-logwin was given.
5376 if test "${enable_logwin+set}" = set; then
5377 enableval
="$enable_logwin"
5379 if test "$enableval" = yes; then
5380 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
5382 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
5387 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
5388 if test "x$LINE" != x
; then
5389 eval "DEFAULT_$LINE"
5394 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
5399 eval "$ac_cv_use_logwin"
5400 if test "$no_cache" != 1; then
5401 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
5404 if test "$wxUSE_LOGWINDOW" = yes; then
5405 echo "$ac_t""yes" 1>&6
5407 echo "$ac_t""no" 1>&6
5412 echo $ac_n "checking for --${enablestring:-enable}-logdialog""... $ac_c" 1>&6
5413 echo "configure:5414: checking for --${enablestring:-enable}-logdialog" >&5
5415 # Check whether --enable-logdialog or --disable-logdialog was given.
5416 if test "${enable_logdialog+set}" = set; then
5417 enableval
="$enable_logdialog"
5419 if test "$enableval" = yes; then
5420 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
5422 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
5427 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
5428 if test "x$LINE" != x
; then
5429 eval "DEFAULT_$LINE"
5434 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
5439 eval "$ac_cv_use_logdialog"
5440 if test "$no_cache" != 1; then
5441 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
5444 if test "$wxUSE_LOGDIALOG" = yes; then
5445 echo "$ac_t""yes" 1>&6
5447 echo "$ac_t""no" 1>&6
5453 echo $ac_n "checking for --${enablestring:-enable}-postscript""... $ac_c" 1>&6
5454 echo "configure:5455: checking for --${enablestring:-enable}-postscript" >&5
5456 # Check whether --enable-postscript or --disable-postscript was given.
5457 if test "${enable_postscript+set}" = set; then
5458 enableval
="$enable_postscript"
5460 if test "$enableval" = yes; then
5461 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
5463 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
5468 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
5469 if test "x$LINE" != x
; then
5470 eval "DEFAULT_$LINE"
5475 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
5480 eval "$ac_cv_use_postscript"
5481 if test "$no_cache" != 1; then
5482 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
5485 if test "$wxUSE_POSTSCRIPT" = yes; then
5486 echo "$ac_t""yes" 1>&6
5488 echo "$ac_t""no" 1>&6
5496 echo $ac_n "checking for --${enablestring:-enable}-resources""... $ac_c" 1>&6
5497 echo "configure:5498: checking for --${enablestring:-enable}-resources" >&5
5499 # Check whether --enable-resources or --disable-resources was given.
5500 if test "${enable_resources+set}" = set; then
5501 enableval
="$enable_resources"
5503 if test "$enableval" = yes; then
5504 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
5506 ac_cv_use_resources
='wxUSE_RESOURCES=no'
5511 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
5512 if test "x$LINE" != x
; then
5513 eval "DEFAULT_$LINE"
5518 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
5523 eval "$ac_cv_use_resources"
5524 if test "$no_cache" != 1; then
5525 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
5528 if test "$wxUSE_RESOURCES" = yes; then
5529 echo "$ac_t""yes" 1>&6
5531 echo "$ac_t""no" 1>&6
5537 echo $ac_n "checking for --${enablestring:-enable}-xresources""... $ac_c" 1>&6
5538 echo "configure:5539: checking for --${enablestring:-enable}-xresources" >&5
5540 # Check whether --enable-xresources or --disable-xresources was given.
5541 if test "${enable_xresources+set}" = set; then
5542 enableval
="$enable_xresources"
5544 if test "$enableval" = yes; then
5545 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
5547 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
5552 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
5553 if test "x$LINE" != x
; then
5554 eval "DEFAULT_$LINE"
5559 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
5564 eval "$ac_cv_use_xresources"
5565 if test "$no_cache" != 1; then
5566 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
5569 if test "$wxUSE_X_RESOURCES" = yes; then
5570 echo "$ac_t""yes" 1>&6
5572 echo "$ac_t""no" 1>&6
5579 echo $ac_n "checking for --${enablestring:-enable}-clipboard""... $ac_c" 1>&6
5580 echo "configure:5581: checking for --${enablestring:-enable}-clipboard" >&5
5582 # Check whether --enable-clipboard or --disable-clipboard was given.
5583 if test "${enable_clipboard+set}" = set; then
5584 enableval
="$enable_clipboard"
5586 if test "$enableval" = yes; then
5587 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
5589 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
5594 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
5595 if test "x$LINE" != x
; then
5596 eval "DEFAULT_$LINE"
5601 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
5606 eval "$ac_cv_use_clipboard"
5607 if test "$no_cache" != 1; then
5608 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
5611 if test "$wxUSE_CLIPBOARD" = yes; then
5612 echo "$ac_t""yes" 1>&6
5614 echo "$ac_t""no" 1>&6
5619 echo $ac_n "checking for --${enablestring:-enable}-dnd""... $ac_c" 1>&6
5620 echo "configure:5621: checking for --${enablestring:-enable}-dnd" >&5
5622 # Check whether --enable-dnd or --disable-dnd was given.
5623 if test "${enable_dnd+set}" = set; then
5624 enableval
="$enable_dnd"
5626 if test "$enableval" = yes; then
5627 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
5629 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
5634 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
5635 if test "x$LINE" != x
; then
5636 eval "DEFAULT_$LINE"
5641 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
5646 eval "$ac_cv_use_dnd"
5647 if test "$no_cache" != 1; then
5648 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
5651 if test "$wxUSE_DRAG_AND_DROP" = yes; then
5652 echo "$ac_t""yes" 1>&6
5654 echo "$ac_t""no" 1>&6
5659 echo $ac_n "checking for --${enablestring:-enable}-metafile""... $ac_c" 1>&6
5660 echo "configure:5661: checking for --${enablestring:-enable}-metafile" >&5
5662 # Check whether --enable-metafile or --disable-metafile was given.
5663 if test "${enable_metafile+set}" = set; then
5664 enableval
="$enable_metafile"
5666 if test "$enableval" = yes; then
5667 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
5669 ac_cv_use_metafile
='wxUSE_METAFILE=no'
5674 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
5675 if test "x$LINE" != x
; then
5676 eval "DEFAULT_$LINE"
5681 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
5686 eval "$ac_cv_use_metafile"
5687 if test "$no_cache" != 1; then
5688 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5691 if test "$wxUSE_METAFILE" = yes; then
5692 echo "$ac_t""yes" 1>&6
5694 echo "$ac_t""no" 1>&6
5702 echo $ac_n "checking for --${enablestring:-enable}-controls""... $ac_c" 1>&6
5703 echo "configure:5704: checking for --${enablestring:-enable}-controls" >&5
5705 # Check whether --enable-controls or --disable-controls was given.
5706 if test "${enable_controls+set}" = set; then
5707 enableval
="$enable_controls"
5709 if test "$enableval" = yes; then
5710 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
5712 ac_cv_use_controls
='wxUSE_CONTROLS=no'
5717 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5718 if test "x$LINE" != x
; then
5719 eval "DEFAULT_$LINE"
5724 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5729 eval "$ac_cv_use_controls"
5730 if test "$no_cache" != 1; then
5731 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5734 if test "$wxUSE_CONTROLS" = yes; then
5735 echo "$ac_t""yes" 1>&6
5737 echo "$ac_t""no" 1>&6
5741 if test "$wxUSE_CONTROLS" = "yes"; then
5742 DEFAULT_wxUSE_ACCEL
=yes
5743 DEFAULT_wxUSE_BMPBUTTON
=yes
5744 DEFAULT_wxUSE_BUTTON
=yes
5745 DEFAULT_wxUSE_CALCTRL
=no
5746 DEFAULT_wxUSE_CARET
=yes
5747 DEFAULT_wxUSE_COMBOBOX
=yes
5748 DEFAULT_wxUSE_CHECKBOX
=yes
5749 DEFAULT_wxUSE_CHECKLISTBOX
=yes
5750 DEFAULT_wxUSE_CHOICE
=yes
5751 DEFAULT_wxUSE_GAUGE
=yes
5752 DEFAULT_wxUSE_GRID
=yes
5753 DEFAULT_wxUSE_IMAGLIST
=yes
5754 DEFAULT_wxUSE_LISTBOX
=yes
5755 DEFAULT_wxUSE_LISTCTRL
=yes
5756 DEFAULT_wxUSE_NOTEBOOK
=yes
5757 DEFAULT_wxUSE_RADIOBOX
=yes
5758 DEFAULT_wxUSE_RADIOBTN
=yes
5759 DEFAULT_wxUSE_SASH
=yes
5760 DEFAULT_wxUSE_SCROLLBAR
=yes
5761 DEFAULT_wxUSE_SLIDER
=yes
5762 DEFAULT_wxUSE_SPINBTN
=yes
5763 DEFAULT_wxUSE_SPINCTRL
=yes
5764 DEFAULT_wxUSE_SPLITTER
=yes
5765 DEFAULT_wxUSE_STATBMP
=yes
5766 DEFAULT_wxUSE_STATBOX
=yes
5767 DEFAULT_wxUSE_STATLINE
=yes
5768 DEFAULT_wxUSE_STATUSBAR
=yes
5769 DEFAULT_wxUSE_TAB_DIALOG
=yes
5770 DEFAULT_wxUSE_TOGGLEBTN
=yes
5771 DEFAULT_wxUSE_TOOLBAR
=yes
5772 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
5773 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
5774 DEFAULT_wxUSE_TOOLTIPS
=yes
5775 DEFAULT_wxUSE_TREECTRL
=yes
5776 DEFAULT_wxUSE_POPUPWIN
=yes
5777 DEFAULT_wxUSE_TIPWINDOW
=yes
5778 elif test "$wxUSE_CONTROLS" = "no"; then
5779 DEFAULT_wxUSE_ACCEL
=no
5780 DEFAULT_wxUSE_BMPBUTTON
=no
5781 DEFAULT_wxUSE_BUTTON
=no
5782 DEFAULT_wxUSE_CALCTRL
=no
5783 DEFAULT_wxUSE_CARET
=no
5784 DEFAULT_wxUSE_COMBOBOX
=no
5785 DEFAULT_wxUSE_CHECKBOX
=no
5786 DEFAULT_wxUSE_CHECKLISTBOX
=no
5787 DEFAULT_wxUSE_CHOICE
=no
5788 DEFAULT_wxUSE_GAUGE
=no
5789 DEFAULT_wxUSE_GRID
=no
5790 DEFAULT_wxUSE_IMAGLIST
=no
5791 DEFAULT_wxUSE_LISTBOX
=no
5792 DEFAULT_wxUSE_LISTCTRL
=no
5793 DEFAULT_wxUSE_NOTEBOOK
=no
5794 DEFAULT_wxUSE_RADIOBOX
=no
5795 DEFAULT_wxUSE_RADIOBTN
=no
5796 DEFAULT_wxUSE_SASH
=no
5797 DEFAULT_wxUSE_SCROLLBAR
=no
5798 DEFAULT_wxUSE_SLIDER
=no
5799 DEFAULT_wxUSE_SPINBTN
=no
5800 DEFAULT_wxUSE_SPINCTRL
=no
5801 DEFAULT_wxUSE_SPLITTER
=no
5802 DEFAULT_wxUSE_STATBMP
=no
5803 DEFAULT_wxUSE_STATBOX
=no
5804 DEFAULT_wxUSE_STATLINE
=no
5805 DEFAULT_wxUSE_STATUSBAR
=no
5806 DEFAULT_wxUSE_TAB_DIALOG
=no
5807 DEFAULT_wxUSE_TOGGLEBTN
=no
5808 DEFAULT_wxUSE_TOOLBAR
=no
5809 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
5810 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
5811 DEFAULT_wxUSE_TOOLTIPS
=no
5812 DEFAULT_wxUSE_TREECTRL
=no
5813 DEFAULT_wxUSE_POPUPWIN
=no
5814 DEFAULT_wxUSE_TIPWINDOW
=no
5817 ## FIXME: This is a blatant hack
5818 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
5819 wxUSE_PRINTING_ARCHITECTURE
=no
5822 wxUSE_DRAG_AND_DROP
=no
5824 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
5825 DEFAULT_wxUSE_GAUGE
=no
5826 DEFAULT_wxUSE_SCROLLBAR
=no
5827 DEFAULT_wxUSE_SLIDER
=no
5828 DEFAULT_wxUSE_COMBOBOX
=no
5829 DEFAULT_wxUSE_CALCTRL
=no
5830 DEFAULT_wxUSE_SPINBTN
=no
5831 DEFAULT_wxUSE_SPINCTRL
=no
5832 DEFAULT_wxUSE_TOOLTIPS
=no
5833 DEFAULT_wxUSE_COLOURDLG
=no
5834 DEFAULT_wxUSE_DRAGIMAGE
=no
5835 DEFAULT_wxUSE_FINDREPLDLG
=no
5836 DEFAULT_wxUSE_FONTDLG
=no
5837 DEFAULT_wxUSE_GRID
=no
5838 DEFAULT_wxUSE_NUMBERDLG
=no
5839 DEFAULT_wxUSE_PROGRESSDLG
=no
5840 DEFAULT_wxUSE_SASH
=no
5841 DEFAULT_wxUSE_SPLITTER
=no
5842 DEFAULT_wxUSE_WIZARDDLG
=no
5843 DEFAULT_wxUSE_SPLITTER
=no
5844 DEFAULT_wxUSE_STARTUP_TIPS
=no
5849 echo $ac_n "checking for --${enablestring:-enable}-accel""... $ac_c" 1>&6
5850 echo "configure:5851: checking for --${enablestring:-enable}-accel" >&5
5852 # Check whether --enable-accel or --disable-accel was given.
5853 if test "${enable_accel+set}" = set; then
5854 enableval
="$enable_accel"
5856 if test "$enableval" = yes; then
5857 ac_cv_use_accel
='wxUSE_ACCEL=yes'
5859 ac_cv_use_accel
='wxUSE_ACCEL=no'
5864 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5865 if test "x$LINE" != x
; then
5866 eval "DEFAULT_$LINE"
5871 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5876 eval "$ac_cv_use_accel"
5877 if test "$no_cache" != 1; then
5878 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5881 if test "$wxUSE_ACCEL" = yes; then
5882 echo "$ac_t""yes" 1>&6
5884 echo "$ac_t""no" 1>&6
5889 echo $ac_n "checking for --${enablestring:-enable}-button""... $ac_c" 1>&6
5890 echo "configure:5891: checking for --${enablestring:-enable}-button" >&5
5892 # Check whether --enable-button or --disable-button was given.
5893 if test "${enable_button+set}" = set; then
5894 enableval
="$enable_button"
5896 if test "$enableval" = yes; then
5897 ac_cv_use_button
='wxUSE_BUTTON=yes'
5899 ac_cv_use_button
='wxUSE_BUTTON=no'
5904 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5905 if test "x$LINE" != x
; then
5906 eval "DEFAULT_$LINE"
5911 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5916 eval "$ac_cv_use_button"
5917 if test "$no_cache" != 1; then
5918 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5921 if test "$wxUSE_BUTTON" = yes; then
5922 echo "$ac_t""yes" 1>&6
5924 echo "$ac_t""no" 1>&6
5929 echo $ac_n "checking for --${enablestring:-enable}-bmpbutton""... $ac_c" 1>&6
5930 echo "configure:5931: checking for --${enablestring:-enable}-bmpbutton" >&5
5932 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5933 if test "${enable_bmpbutton+set}" = set; then
5934 enableval
="$enable_bmpbutton"
5936 if test "$enableval" = yes; then
5937 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
5939 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
5944 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5945 if test "x$LINE" != x
; then
5946 eval "DEFAULT_$LINE"
5951 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5956 eval "$ac_cv_use_bmpbutton"
5957 if test "$no_cache" != 1; then
5958 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5961 if test "$wxUSE_BMPBUTTON" = yes; then
5962 echo "$ac_t""yes" 1>&6
5964 echo "$ac_t""no" 1>&6
5969 echo $ac_n "checking for --${enablestring:-enable}-calendar""... $ac_c" 1>&6
5970 echo "configure:5971: checking for --${enablestring:-enable}-calendar" >&5
5972 # Check whether --enable-calendar or --disable-calendar was given.
5973 if test "${enable_calendar+set}" = set; then
5974 enableval
="$enable_calendar"
5976 if test "$enableval" = yes; then
5977 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
5979 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
5984 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5985 if test "x$LINE" != x
; then
5986 eval "DEFAULT_$LINE"
5991 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5996 eval "$ac_cv_use_calendar"
5997 if test "$no_cache" != 1; then
5998 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6001 if test "$wxUSE_CALCTRL" = yes; then
6002 echo "$ac_t""yes" 1>&6
6004 echo "$ac_t""no" 1>&6
6009 echo $ac_n "checking for --${enablestring:-enable}-caret""... $ac_c" 1>&6
6010 echo "configure:6011: checking for --${enablestring:-enable}-caret" >&5
6012 # Check whether --enable-caret or --disable-caret was given.
6013 if test "${enable_caret+set}" = set; then
6014 enableval
="$enable_caret"
6016 if test "$enableval" = yes; then
6017 ac_cv_use_caret
='wxUSE_CARET=yes'
6019 ac_cv_use_caret
='wxUSE_CARET=no'
6024 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6025 if test "x$LINE" != x
; then
6026 eval "DEFAULT_$LINE"
6031 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
6036 eval "$ac_cv_use_caret"
6037 if test "$no_cache" != 1; then
6038 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6041 if test "$wxUSE_CARET" = yes; then
6042 echo "$ac_t""yes" 1>&6
6044 echo "$ac_t""no" 1>&6
6049 echo $ac_n "checking for --${enablestring:-enable}-checkbox""... $ac_c" 1>&6
6050 echo "configure:6051: checking for --${enablestring:-enable}-checkbox" >&5
6052 # Check whether --enable-checkbox or --disable-checkbox was given.
6053 if test "${enable_checkbox+set}" = set; then
6054 enableval
="$enable_checkbox"
6056 if test "$enableval" = yes; then
6057 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
6059 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
6064 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6065 if test "x$LINE" != x
; then
6066 eval "DEFAULT_$LINE"
6071 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
6076 eval "$ac_cv_use_checkbox"
6077 if test "$no_cache" != 1; then
6078 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6081 if test "$wxUSE_CHECKBOX" = yes; then
6082 echo "$ac_t""yes" 1>&6
6084 echo "$ac_t""no" 1>&6
6089 echo $ac_n "checking for --${enablestring:-enable}-checklst""... $ac_c" 1>&6
6090 echo "configure:6091: checking for --${enablestring:-enable}-checklst" >&5
6092 # Check whether --enable-checklst or --disable-checklst was given.
6093 if test "${enable_checklst+set}" = set; then
6094 enableval
="$enable_checklst"
6096 if test "$enableval" = yes; then
6097 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
6099 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
6104 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
6105 if test "x$LINE" != x
; then
6106 eval "DEFAULT_$LINE"
6111 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
6116 eval "$ac_cv_use_checklst"
6117 if test "$no_cache" != 1; then
6118 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6121 if test "$wxUSE_CHECKLST" = yes; then
6122 echo "$ac_t""yes" 1>&6
6124 echo "$ac_t""no" 1>&6
6129 echo $ac_n "checking for --${enablestring:-enable}-choice""... $ac_c" 1>&6
6130 echo "configure:6131: checking for --${enablestring:-enable}-choice" >&5
6132 # Check whether --enable-choice or --disable-choice was given.
6133 if test "${enable_choice+set}" = set; then
6134 enableval
="$enable_choice"
6136 if test "$enableval" = yes; then
6137 ac_cv_use_choice
='wxUSE_CHOICE=yes'
6139 ac_cv_use_choice
='wxUSE_CHOICE=no'
6144 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6145 if test "x$LINE" != x
; then
6146 eval "DEFAULT_$LINE"
6151 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
6156 eval "$ac_cv_use_choice"
6157 if test "$no_cache" != 1; then
6158 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6161 if test "$wxUSE_CHOICE" = yes; then
6162 echo "$ac_t""yes" 1>&6
6164 echo "$ac_t""no" 1>&6
6169 echo $ac_n "checking for --${enablestring:-enable}-combobox""... $ac_c" 1>&6
6170 echo "configure:6171: checking for --${enablestring:-enable}-combobox" >&5
6172 # Check whether --enable-combobox or --disable-combobox was given.
6173 if test "${enable_combobox+set}" = set; then
6174 enableval
="$enable_combobox"
6176 if test "$enableval" = yes; then
6177 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
6179 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
6184 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6185 if test "x$LINE" != x
; then
6186 eval "DEFAULT_$LINE"
6191 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6196 eval "$ac_cv_use_combobox"
6197 if test "$no_cache" != 1; then
6198 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6201 if test "$wxUSE_COMBOBOX" = yes; then
6202 echo "$ac_t""yes" 1>&6
6204 echo "$ac_t""no" 1>&6
6209 echo $ac_n "checking for --${enablestring:-enable}-display""... $ac_c" 1>&6
6210 echo "configure:6211: checking for --${enablestring:-enable}-display" >&5
6212 # Check whether --enable-display or --disable-display was given.
6213 if test "${enable_display+set}" = set; then
6214 enableval
="$enable_display"
6216 if test "$enableval" = yes; then
6217 ac_cv_use_display
='wxUSE_DISPLAY=yes'
6219 ac_cv_use_display
='wxUSE_DISPLAY=no'
6224 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
6225 if test "x$LINE" != x
; then
6226 eval "DEFAULT_$LINE"
6231 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
6236 eval "$ac_cv_use_display"
6237 if test "$no_cache" != 1; then
6238 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
6241 if test "$wxUSE_DISPLAY" = yes; then
6242 echo "$ac_t""yes" 1>&6
6244 echo "$ac_t""no" 1>&6
6249 echo $ac_n "checking for --${enablestring:-enable}-gauge""... $ac_c" 1>&6
6250 echo "configure:6251: checking for --${enablestring:-enable}-gauge" >&5
6252 # Check whether --enable-gauge or --disable-gauge was given.
6253 if test "${enable_gauge+set}" = set; then
6254 enableval
="$enable_gauge"
6256 if test "$enableval" = yes; then
6257 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
6259 ac_cv_use_gauge
='wxUSE_GAUGE=no'
6264 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6265 if test "x$LINE" != x
; then
6266 eval "DEFAULT_$LINE"
6271 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
6276 eval "$ac_cv_use_gauge"
6277 if test "$no_cache" != 1; then
6278 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
6281 if test "$wxUSE_GAUGE" = yes; then
6282 echo "$ac_t""yes" 1>&6
6284 echo "$ac_t""no" 1>&6
6289 echo $ac_n "checking for --${enablestring:-enable}-grid""... $ac_c" 1>&6
6290 echo "configure:6291: checking for --${enablestring:-enable}-grid" >&5
6292 # Check whether --enable-grid or --disable-grid was given.
6293 if test "${enable_grid+set}" = set; then
6294 enableval
="$enable_grid"
6296 if test "$enableval" = yes; then
6297 ac_cv_use_grid
='wxUSE_GRID=yes'
6299 ac_cv_use_grid
='wxUSE_GRID=no'
6304 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
6305 if test "x$LINE" != x
; then
6306 eval "DEFAULT_$LINE"
6311 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
6316 eval "$ac_cv_use_grid"
6317 if test "$no_cache" != 1; then
6318 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
6321 if test "$wxUSE_GRID" = yes; then
6322 echo "$ac_t""yes" 1>&6
6324 echo "$ac_t""no" 1>&6
6329 echo $ac_n "checking for --${enablestring:-enable}-imaglist""... $ac_c" 1>&6
6330 echo "configure:6331: checking for --${enablestring:-enable}-imaglist" >&5
6332 # Check whether --enable-imaglist or --disable-imaglist was given.
6333 if test "${enable_imaglist+set}" = set; then
6334 enableval
="$enable_imaglist"
6336 if test "$enableval" = yes; then
6337 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
6339 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
6344 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
6345 if test "x$LINE" != x
; then
6346 eval "DEFAULT_$LINE"
6351 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
6356 eval "$ac_cv_use_imaglist"
6357 if test "$no_cache" != 1; then
6358 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
6361 if test "$wxUSE_IMAGLIST" = yes; then
6362 echo "$ac_t""yes" 1>&6
6364 echo "$ac_t""no" 1>&6
6369 echo $ac_n "checking for --${enablestring:-enable}-listbox""... $ac_c" 1>&6
6370 echo "configure:6371: checking for --${enablestring:-enable}-listbox" >&5
6372 # Check whether --enable-listbox or --disable-listbox was given.
6373 if test "${enable_listbox+set}" = set; then
6374 enableval
="$enable_listbox"
6376 if test "$enableval" = yes; then
6377 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
6379 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
6384 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
6385 if test "x$LINE" != x
; then
6386 eval "DEFAULT_$LINE"
6391 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
6396 eval "$ac_cv_use_listbox"
6397 if test "$no_cache" != 1; then
6398 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
6401 if test "$wxUSE_LISTBOX" = yes; then
6402 echo "$ac_t""yes" 1>&6
6404 echo "$ac_t""no" 1>&6
6409 echo $ac_n "checking for --${enablestring:-enable}-listctrl""... $ac_c" 1>&6
6410 echo "configure:6411: checking for --${enablestring:-enable}-listctrl" >&5
6412 # Check whether --enable-listctrl or --disable-listctrl was given.
6413 if test "${enable_listctrl+set}" = set; then
6414 enableval
="$enable_listctrl"
6416 if test "$enableval" = yes; then
6417 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
6419 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
6424 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
6425 if test "x$LINE" != x
; then
6426 eval "DEFAULT_$LINE"
6431 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
6436 eval "$ac_cv_use_listctrl"
6437 if test "$no_cache" != 1; then
6438 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
6441 if test "$wxUSE_LISTCTRL" = yes; then
6442 echo "$ac_t""yes" 1>&6
6444 echo "$ac_t""no" 1>&6
6449 echo $ac_n "checking for --${enablestring:-enable}-notebook""... $ac_c" 1>&6
6450 echo "configure:6451: checking for --${enablestring:-enable}-notebook" >&5
6452 # Check whether --enable-notebook or --disable-notebook was given.
6453 if test "${enable_notebook+set}" = set; then
6454 enableval
="$enable_notebook"
6456 if test "$enableval" = yes; then
6457 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
6459 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
6464 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
6465 if test "x$LINE" != x
; then
6466 eval "DEFAULT_$LINE"
6471 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
6476 eval "$ac_cv_use_notebook"
6477 if test "$no_cache" != 1; then
6478 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
6481 if test "$wxUSE_NOTEBOOK" = yes; then
6482 echo "$ac_t""yes" 1>&6
6484 echo "$ac_t""no" 1>&6
6489 echo $ac_n "checking for --${enablestring:-enable}-radiobox""... $ac_c" 1>&6
6490 echo "configure:6491: checking for --${enablestring:-enable}-radiobox" >&5
6492 # Check whether --enable-radiobox or --disable-radiobox was given.
6493 if test "${enable_radiobox+set}" = set; then
6494 enableval
="$enable_radiobox"
6496 if test "$enableval" = yes; then
6497 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
6499 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
6504 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
6505 if test "x$LINE" != x
; then
6506 eval "DEFAULT_$LINE"
6511 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
6516 eval "$ac_cv_use_radiobox"
6517 if test "$no_cache" != 1; then
6518 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
6521 if test "$wxUSE_RADIOBOX" = yes; then
6522 echo "$ac_t""yes" 1>&6
6524 echo "$ac_t""no" 1>&6
6529 echo $ac_n "checking for --${enablestring:-enable}-radiobtn""... $ac_c" 1>&6
6530 echo "configure:6531: checking for --${enablestring:-enable}-radiobtn" >&5
6532 # Check whether --enable-radiobtn or --disable-radiobtn was given.
6533 if test "${enable_radiobtn+set}" = set; then
6534 enableval
="$enable_radiobtn"
6536 if test "$enableval" = yes; then
6537 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
6539 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
6544 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
6545 if test "x$LINE" != x
; then
6546 eval "DEFAULT_$LINE"
6551 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
6556 eval "$ac_cv_use_radiobtn"
6557 if test "$no_cache" != 1; then
6558 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
6561 if test "$wxUSE_RADIOBTN" = yes; then
6562 echo "$ac_t""yes" 1>&6
6564 echo "$ac_t""no" 1>&6
6569 echo $ac_n "checking for --${enablestring:-enable}-sash""... $ac_c" 1>&6
6570 echo "configure:6571: checking for --${enablestring:-enable}-sash" >&5
6572 # Check whether --enable-sash or --disable-sash was given.
6573 if test "${enable_sash+set}" = set; then
6574 enableval
="$enable_sash"
6576 if test "$enableval" = yes; then
6577 ac_cv_use_sash
='wxUSE_SASH=yes'
6579 ac_cv_use_sash
='wxUSE_SASH=no'
6584 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
6585 if test "x$LINE" != x
; then
6586 eval "DEFAULT_$LINE"
6591 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
6596 eval "$ac_cv_use_sash"
6597 if test "$no_cache" != 1; then
6598 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
6601 if test "$wxUSE_SASH" = yes; then
6602 echo "$ac_t""yes" 1>&6
6604 echo "$ac_t""no" 1>&6
6609 echo $ac_n "checking for --${enablestring:-enable}-scrollbar""... $ac_c" 1>&6
6610 echo "configure:6611: checking for --${enablestring:-enable}-scrollbar" >&5
6612 # Check whether --enable-scrollbar or --disable-scrollbar was given.
6613 if test "${enable_scrollbar+set}" = set; then
6614 enableval
="$enable_scrollbar"
6616 if test "$enableval" = yes; then
6617 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
6619 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
6624 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
6625 if test "x$LINE" != x
; then
6626 eval "DEFAULT_$LINE"
6631 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
6636 eval "$ac_cv_use_scrollbar"
6637 if test "$no_cache" != 1; then
6638 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
6641 if test "$wxUSE_SCROLLBAR" = yes; then
6642 echo "$ac_t""yes" 1>&6
6644 echo "$ac_t""no" 1>&6
6649 echo $ac_n "checking for --${enablestring:-enable}-slider""... $ac_c" 1>&6
6650 echo "configure:6651: checking for --${enablestring:-enable}-slider" >&5
6652 # Check whether --enable-slider or --disable-slider was given.
6653 if test "${enable_slider+set}" = set; then
6654 enableval
="$enable_slider"
6656 if test "$enableval" = yes; then
6657 ac_cv_use_slider
='wxUSE_SLIDER=yes'
6659 ac_cv_use_slider
='wxUSE_SLIDER=no'
6664 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6665 if test "x$LINE" != x
; then
6666 eval "DEFAULT_$LINE"
6671 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6676 eval "$ac_cv_use_slider"
6677 if test "$no_cache" != 1; then
6678 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6681 if test "$wxUSE_SLIDER" = yes; then
6682 echo "$ac_t""yes" 1>&6
6684 echo "$ac_t""no" 1>&6
6689 echo $ac_n "checking for --${enablestring:-enable}-spinbtn""... $ac_c" 1>&6
6690 echo "configure:6691: checking for --${enablestring:-enable}-spinbtn" >&5
6692 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6693 if test "${enable_spinbtn+set}" = set; then
6694 enableval
="$enable_spinbtn"
6696 if test "$enableval" = yes; then
6697 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
6699 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
6704 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6705 if test "x$LINE" != x
; then
6706 eval "DEFAULT_$LINE"
6711 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6716 eval "$ac_cv_use_spinbtn"
6717 if test "$no_cache" != 1; then
6718 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6721 if test "$wxUSE_SPINBTN" = yes; then
6722 echo "$ac_t""yes" 1>&6
6724 echo "$ac_t""no" 1>&6
6729 echo $ac_n "checking for --${enablestring:-enable}-spinctrl""... $ac_c" 1>&6
6730 echo "configure:6731: checking for --${enablestring:-enable}-spinctrl" >&5
6732 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6733 if test "${enable_spinctrl+set}" = set; then
6734 enableval
="$enable_spinctrl"
6736 if test "$enableval" = yes; then
6737 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
6739 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
6744 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6745 if test "x$LINE" != x
; then
6746 eval "DEFAULT_$LINE"
6751 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6756 eval "$ac_cv_use_spinctrl"
6757 if test "$no_cache" != 1; then
6758 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6761 if test "$wxUSE_SPINCTRL" = yes; then
6762 echo "$ac_t""yes" 1>&6
6764 echo "$ac_t""no" 1>&6
6769 echo $ac_n "checking for --${enablestring:-enable}-splitter""... $ac_c" 1>&6
6770 echo "configure:6771: checking for --${enablestring:-enable}-splitter" >&5
6772 # Check whether --enable-splitter or --disable-splitter was given.
6773 if test "${enable_splitter+set}" = set; then
6774 enableval
="$enable_splitter"
6776 if test "$enableval" = yes; then
6777 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
6779 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
6784 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6785 if test "x$LINE" != x
; then
6786 eval "DEFAULT_$LINE"
6791 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6796 eval "$ac_cv_use_splitter"
6797 if test "$no_cache" != 1; then
6798 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6801 if test "$wxUSE_SPLITTER" = yes; then
6802 echo "$ac_t""yes" 1>&6
6804 echo "$ac_t""no" 1>&6
6809 echo $ac_n "checking for --${enablestring:-enable}-statbmp""... $ac_c" 1>&6
6810 echo "configure:6811: checking for --${enablestring:-enable}-statbmp" >&5
6812 # Check whether --enable-statbmp or --disable-statbmp was given.
6813 if test "${enable_statbmp+set}" = set; then
6814 enableval
="$enable_statbmp"
6816 if test "$enableval" = yes; then
6817 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
6819 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
6824 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6825 if test "x$LINE" != x
; then
6826 eval "DEFAULT_$LINE"
6831 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6836 eval "$ac_cv_use_statbmp"
6837 if test "$no_cache" != 1; then
6838 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6841 if test "$wxUSE_STATBMP" = yes; then
6842 echo "$ac_t""yes" 1>&6
6844 echo "$ac_t""no" 1>&6
6849 echo $ac_n "checking for --${enablestring:-enable}-statbox""... $ac_c" 1>&6
6850 echo "configure:6851: checking for --${enablestring:-enable}-statbox" >&5
6852 # Check whether --enable-statbox or --disable-statbox was given.
6853 if test "${enable_statbox+set}" = set; then
6854 enableval
="$enable_statbox"
6856 if test "$enableval" = yes; then
6857 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
6859 ac_cv_use_statbox
='wxUSE_STATBOX=no'
6864 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6865 if test "x$LINE" != x
; then
6866 eval "DEFAULT_$LINE"
6871 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6876 eval "$ac_cv_use_statbox"
6877 if test "$no_cache" != 1; then
6878 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6881 if test "$wxUSE_STATBOX" = yes; then
6882 echo "$ac_t""yes" 1>&6
6884 echo "$ac_t""no" 1>&6
6889 echo $ac_n "checking for --${enablestring:-enable}-statline""... $ac_c" 1>&6
6890 echo "configure:6891: checking for --${enablestring:-enable}-statline" >&5
6892 # Check whether --enable-statline or --disable-statline was given.
6893 if test "${enable_statline+set}" = set; then
6894 enableval
="$enable_statline"
6896 if test "$enableval" = yes; then
6897 ac_cv_use_statline
='wxUSE_STATLINE=yes'
6899 ac_cv_use_statline
='wxUSE_STATLINE=no'
6904 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6905 if test "x$LINE" != x
; then
6906 eval "DEFAULT_$LINE"
6911 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6916 eval "$ac_cv_use_statline"
6917 if test "$no_cache" != 1; then
6918 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6921 if test "$wxUSE_STATLINE" = yes; then
6922 echo "$ac_t""yes" 1>&6
6924 echo "$ac_t""no" 1>&6
6929 echo $ac_n "checking for --${enablestring:-enable}-stattext""... $ac_c" 1>&6
6930 echo "configure:6931: checking for --${enablestring:-enable}-stattext" >&5
6932 # Check whether --enable-stattext or --disable-stattext was given.
6933 if test "${enable_stattext+set}" = set; then
6934 enableval
="$enable_stattext"
6936 if test "$enableval" = yes; then
6937 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
6939 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
6944 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6945 if test "x$LINE" != x
; then
6946 eval "DEFAULT_$LINE"
6951 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6956 eval "$ac_cv_use_stattext"
6957 if test "$no_cache" != 1; then
6958 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6961 if test "$wxUSE_STATTEXT" = yes; then
6962 echo "$ac_t""yes" 1>&6
6964 echo "$ac_t""no" 1>&6
6969 echo $ac_n "checking for --${enablestring:-enable}-statusbar""... $ac_c" 1>&6
6970 echo "configure:6971: checking for --${enablestring:-enable}-statusbar" >&5
6972 # Check whether --enable-statusbar or --disable-statusbar was given.
6973 if test "${enable_statusbar+set}" = set; then
6974 enableval
="$enable_statusbar"
6976 if test "$enableval" = yes; then
6977 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
6979 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
6984 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6985 if test "x$LINE" != x
; then
6986 eval "DEFAULT_$LINE"
6991 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6996 eval "$ac_cv_use_statusbar"
6997 if test "$no_cache" != 1; then
6998 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7001 if test "$wxUSE_STATUSBAR" = yes; then
7002 echo "$ac_t""yes" 1>&6
7004 echo "$ac_t""no" 1>&6
7009 echo $ac_n "checking for --${enablestring:-enable}-tabdialog""... $ac_c" 1>&6
7010 echo "configure:7011: checking for --${enablestring:-enable}-tabdialog" >&5
7012 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7013 if test "${enable_tabdialog+set}" = set; then
7014 enableval
="$enable_tabdialog"
7016 if test "$enableval" = yes; then
7017 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
7019 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
7024 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7025 if test "x$LINE" != x
; then
7026 eval "DEFAULT_$LINE"
7031 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
7036 eval "$ac_cv_use_tabdialog"
7037 if test "$no_cache" != 1; then
7038 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
7041 if test "$wxUSE_TABDIALOG" = yes; then
7042 echo "$ac_t""yes" 1>&6
7044 echo "$ac_t""no" 1>&6
7049 echo $ac_n "checking for --${enablestring:-enable}-textctrl""... $ac_c" 1>&6
7050 echo "configure:7051: checking for --${enablestring:-enable}-textctrl" >&5
7052 # Check whether --enable-textctrl or --disable-textctrl was given.
7053 if test "${enable_textctrl+set}" = set; then
7054 enableval
="$enable_textctrl"
7056 if test "$enableval" = yes; then
7057 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
7059 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
7064 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
7065 if test "x$LINE" != x
; then
7066 eval "DEFAULT_$LINE"
7071 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
7076 eval "$ac_cv_use_textctrl"
7077 if test "$no_cache" != 1; then
7078 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
7081 if test "$wxUSE_TEXTCTRL" = yes; then
7082 echo "$ac_t""yes" 1>&6
7084 echo "$ac_t""no" 1>&6
7089 echo $ac_n "checking for --${enablestring:-enable}-togglebtn""... $ac_c" 1>&6
7090 echo "configure:7091: checking for --${enablestring:-enable}-togglebtn" >&5
7092 # Check whether --enable-togglebtn or --disable-togglebtn was given.
7093 if test "${enable_togglebtn+set}" = set; then
7094 enableval
="$enable_togglebtn"
7096 if test "$enableval" = yes; then
7097 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
7099 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
7104 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7105 if test "x$LINE" != x
; then
7106 eval "DEFAULT_$LINE"
7111 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
7116 eval "$ac_cv_use_togglebtn"
7117 if test "$no_cache" != 1; then
7118 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7121 if test "$wxUSE_TOGGLEBTN" = yes; then
7122 echo "$ac_t""yes" 1>&6
7124 echo "$ac_t""no" 1>&6
7129 echo $ac_n "checking for --${enablestring:-enable}-toolbar""... $ac_c" 1>&6
7130 echo "configure:7131: checking for --${enablestring:-enable}-toolbar" >&5
7132 # Check whether --enable-toolbar or --disable-toolbar was given.
7133 if test "${enable_toolbar+set}" = set; then
7134 enableval
="$enable_toolbar"
7136 if test "$enableval" = yes; then
7137 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
7139 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
7144 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7145 if test "x$LINE" != x
; then
7146 eval "DEFAULT_$LINE"
7151 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
7156 eval "$ac_cv_use_toolbar"
7157 if test "$no_cache" != 1; then
7158 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7161 if test "$wxUSE_TOOLBAR" = yes; then
7162 echo "$ac_t""yes" 1>&6
7164 echo "$ac_t""no" 1>&6
7169 echo $ac_n "checking for --${enablestring:-enable}-tbarnative""... $ac_c" 1>&6
7170 echo "configure:7171: checking for --${enablestring:-enable}-tbarnative" >&5
7172 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7173 if test "${enable_tbarnative+set}" = set; then
7174 enableval
="$enable_tbarnative"
7176 if test "$enableval" = yes; then
7177 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
7179 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
7184 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7185 if test "x$LINE" != x
; then
7186 eval "DEFAULT_$LINE"
7191 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7196 eval "$ac_cv_use_tbarnative"
7197 if test "$no_cache" != 1; then
7198 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7201 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7202 echo "$ac_t""yes" 1>&6
7204 echo "$ac_t""no" 1>&6
7209 echo $ac_n "checking for --${enablestring:-enable}-tbarsmpl""... $ac_c" 1>&6
7210 echo "configure:7211: checking for --${enablestring:-enable}-tbarsmpl" >&5
7212 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7213 if test "${enable_tbarsmpl+set}" = set; then
7214 enableval
="$enable_tbarsmpl"
7216 if test "$enableval" = yes; then
7217 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
7219 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
7224 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7225 if test "x$LINE" != x
; then
7226 eval "DEFAULT_$LINE"
7231 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7236 eval "$ac_cv_use_tbarsmpl"
7237 if test "$no_cache" != 1; then
7238 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7241 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
7242 echo "$ac_t""yes" 1>&6
7244 echo "$ac_t""no" 1>&6
7249 echo $ac_n "checking for --${enablestring:-enable}-treectrl""... $ac_c" 1>&6
7250 echo "configure:7251: checking for --${enablestring:-enable}-treectrl" >&5
7252 # Check whether --enable-treectrl or --disable-treectrl was given.
7253 if test "${enable_treectrl+set}" = set; then
7254 enableval
="$enable_treectrl"
7256 if test "$enableval" = yes; then
7257 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
7259 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
7264 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
7265 if test "x$LINE" != x
; then
7266 eval "DEFAULT_$LINE"
7271 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
7276 eval "$ac_cv_use_treectrl"
7277 if test "$no_cache" != 1; then
7278 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
7281 if test "$wxUSE_TREECTRL" = yes; then
7282 echo "$ac_t""yes" 1>&6
7284 echo "$ac_t""no" 1>&6
7289 echo $ac_n "checking for --${enablestring:-enable}-tipwindow""... $ac_c" 1>&6
7290 echo "configure:7291: checking for --${enablestring:-enable}-tipwindow" >&5
7292 # Check whether --enable-tipwindow or --disable-tipwindow was given.
7293 if test "${enable_tipwindow+set}" = set; then
7294 enableval
="$enable_tipwindow"
7296 if test "$enableval" = yes; then
7297 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
7299 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
7304 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
7305 if test "x$LINE" != x
; then
7306 eval "DEFAULT_$LINE"
7311 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
7316 eval "$ac_cv_use_tipwindow"
7317 if test "$no_cache" != 1; then
7318 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
7321 if test "$wxUSE_TIPWINDOW" = yes; then
7322 echo "$ac_t""yes" 1>&6
7324 echo "$ac_t""no" 1>&6
7329 echo $ac_n "checking for --${enablestring:-enable}-popupwin""... $ac_c" 1>&6
7330 echo "configure:7331: checking for --${enablestring:-enable}-popupwin" >&5
7332 # Check whether --enable-popupwin or --disable-popupwin was given.
7333 if test "${enable_popupwin+set}" = set; then
7334 enableval
="$enable_popupwin"
7336 if test "$enableval" = yes; then
7337 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
7339 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
7344 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
7345 if test "x$LINE" != x
; then
7346 eval "DEFAULT_$LINE"
7351 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
7356 eval "$ac_cv_use_popupwin"
7357 if test "$no_cache" != 1; then
7358 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
7361 if test "$wxUSE_POPUPWIN" = yes; then
7362 echo "$ac_t""yes" 1>&6
7364 echo "$ac_t""no" 1>&6
7371 echo $ac_n "checking for --${enablestring:-enable}-commondlg""... $ac_c" 1>&6
7372 echo "configure:7373: checking for --${enablestring:-enable}-commondlg" >&5
7374 # Check whether --enable-commondlg or --disable-commondlg was given.
7375 if test "${enable_commondlg+set}" = set; then
7376 enableval
="$enable_commondlg"
7378 if test "$enableval" = yes; then
7379 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
7381 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
7386 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
7387 if test "x$LINE" != x
; then
7388 eval "DEFAULT_$LINE"
7393 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
7398 eval "$ac_cv_use_commondlg"
7399 if test "$no_cache" != 1; then
7400 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
7403 if test "$wxUSE_COMMONDLGS" = yes; then
7404 echo "$ac_t""yes" 1>&6
7406 echo "$ac_t""no" 1>&6
7411 echo $ac_n "checking for --${enablestring:-enable}-choicedlg""... $ac_c" 1>&6
7412 echo "configure:7413: checking for --${enablestring:-enable}-choicedlg" >&5
7414 # Check whether --enable-choicedlg or --disable-choicedlg was given.
7415 if test "${enable_choicedlg+set}" = set; then
7416 enableval
="$enable_choicedlg"
7418 if test "$enableval" = yes; then
7419 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
7421 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
7426 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
7427 if test "x$LINE" != x
; then
7428 eval "DEFAULT_$LINE"
7433 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
7438 eval "$ac_cv_use_choicedlg"
7439 if test "$no_cache" != 1; then
7440 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
7443 if test "$wxUSE_CHOICEDLG" = yes; then
7444 echo "$ac_t""yes" 1>&6
7446 echo "$ac_t""no" 1>&6
7451 echo $ac_n "checking for --${enablestring:-enable}-coldlg""... $ac_c" 1>&6
7452 echo "configure:7453: checking for --${enablestring:-enable}-coldlg" >&5
7454 # Check whether --enable-coldlg or --disable-coldlg was given.
7455 if test "${enable_coldlg+set}" = set; then
7456 enableval
="$enable_coldlg"
7458 if test "$enableval" = yes; then
7459 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
7461 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
7466 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
7467 if test "x$LINE" != x
; then
7468 eval "DEFAULT_$LINE"
7473 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
7478 eval "$ac_cv_use_coldlg"
7479 if test "$no_cache" != 1; then
7480 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
7483 if test "$wxUSE_COLOURDLG" = yes; then
7484 echo "$ac_t""yes" 1>&6
7486 echo "$ac_t""no" 1>&6
7491 echo $ac_n "checking for --${enablestring:-enable}-filedlg""... $ac_c" 1>&6
7492 echo "configure:7493: checking for --${enablestring:-enable}-filedlg" >&5
7494 # Check whether --enable-filedlg or --disable-filedlg was given.
7495 if test "${enable_filedlg+set}" = set; then
7496 enableval
="$enable_filedlg"
7498 if test "$enableval" = yes; then
7499 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
7501 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
7506 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
7507 if test "x$LINE" != x
; then
7508 eval "DEFAULT_$LINE"
7513 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
7518 eval "$ac_cv_use_filedlg"
7519 if test "$no_cache" != 1; then
7520 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
7523 if test "$wxUSE_FILEDLG" = yes; then
7524 echo "$ac_t""yes" 1>&6
7526 echo "$ac_t""no" 1>&6
7531 echo $ac_n "checking for --${enablestring:-enable}-finddlg""... $ac_c" 1>&6
7532 echo "configure:7533: checking for --${enablestring:-enable}-finddlg" >&5
7534 # Check whether --enable-finddlg or --disable-finddlg was given.
7535 if test "${enable_finddlg+set}" = set; then
7536 enableval
="$enable_finddlg"
7538 if test "$enableval" = yes; then
7539 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
7541 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
7546 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
7547 if test "x$LINE" != x
; then
7548 eval "DEFAULT_$LINE"
7553 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
7558 eval "$ac_cv_use_finddlg"
7559 if test "$no_cache" != 1; then
7560 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
7563 if test "$wxUSE_FINDREPLDLG" = yes; then
7564 echo "$ac_t""yes" 1>&6
7566 echo "$ac_t""no" 1>&6
7571 echo $ac_n "checking for --${enablestring:-enable}-fontdlg""... $ac_c" 1>&6
7572 echo "configure:7573: checking for --${enablestring:-enable}-fontdlg" >&5
7574 # Check whether --enable-fontdlg or --disable-fontdlg was given.
7575 if test "${enable_fontdlg+set}" = set; then
7576 enableval
="$enable_fontdlg"
7578 if test "$enableval" = yes; then
7579 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
7581 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
7586 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
7587 if test "x$LINE" != x
; then
7588 eval "DEFAULT_$LINE"
7593 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
7598 eval "$ac_cv_use_fontdlg"
7599 if test "$no_cache" != 1; then
7600 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
7603 if test "$wxUSE_FONTDLG" = yes; then
7604 echo "$ac_t""yes" 1>&6
7606 echo "$ac_t""no" 1>&6
7611 echo $ac_n "checking for --${enablestring:-enable}-dirdlg""... $ac_c" 1>&6
7612 echo "configure:7613: checking for --${enablestring:-enable}-dirdlg" >&5
7614 # Check whether --enable-dirdlg or --disable-dirdlg was given.
7615 if test "${enable_dirdlg+set}" = set; then
7616 enableval
="$enable_dirdlg"
7618 if test "$enableval" = yes; then
7619 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
7621 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
7626 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
7627 if test "x$LINE" != x
; then
7628 eval "DEFAULT_$LINE"
7633 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
7638 eval "$ac_cv_use_dirdlg"
7639 if test "$no_cache" != 1; then
7640 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
7643 if test "$wxUSE_DIRDLG" = yes; then
7644 echo "$ac_t""yes" 1>&6
7646 echo "$ac_t""no" 1>&6
7651 echo $ac_n "checking for --${enablestring:-enable}-msgdlg""... $ac_c" 1>&6
7652 echo "configure:7653: checking for --${enablestring:-enable}-msgdlg" >&5
7654 # Check whether --enable-msgdlg or --disable-msgdlg was given.
7655 if test "${enable_msgdlg+set}" = set; then
7656 enableval
="$enable_msgdlg"
7658 if test "$enableval" = yes; then
7659 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
7661 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
7666 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
7667 if test "x$LINE" != x
; then
7668 eval "DEFAULT_$LINE"
7673 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
7678 eval "$ac_cv_use_msgdlg"
7679 if test "$no_cache" != 1; then
7680 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
7683 if test "$wxUSE_MSGDLG" = yes; then
7684 echo "$ac_t""yes" 1>&6
7686 echo "$ac_t""no" 1>&6
7691 echo $ac_n "checking for --${enablestring:-enable}-numberdlg""... $ac_c" 1>&6
7692 echo "configure:7693: checking for --${enablestring:-enable}-numberdlg" >&5
7694 # Check whether --enable-numberdlg or --disable-numberdlg was given.
7695 if test "${enable_numberdlg+set}" = set; then
7696 enableval
="$enable_numberdlg"
7698 if test "$enableval" = yes; then
7699 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
7701 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
7706 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
7707 if test "x$LINE" != x
; then
7708 eval "DEFAULT_$LINE"
7713 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
7718 eval "$ac_cv_use_numberdlg"
7719 if test "$no_cache" != 1; then
7720 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
7723 if test "$wxUSE_NUMBERDLG" = yes; then
7724 echo "$ac_t""yes" 1>&6
7726 echo "$ac_t""no" 1>&6
7731 echo $ac_n "checking for --${enablestring:-enable}-splash""... $ac_c" 1>&6
7732 echo "configure:7733: checking for --${enablestring:-enable}-splash" >&5
7734 # Check whether --enable-splash or --disable-splash was given.
7735 if test "${enable_splash+set}" = set; then
7736 enableval
="$enable_splash"
7738 if test "$enableval" = yes; then
7739 ac_cv_use_splash
='wxUSE_SPLASH=yes'
7741 ac_cv_use_splash
='wxUSE_SPLASH=no'
7746 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7747 if test "x$LINE" != x
; then
7748 eval "DEFAULT_$LINE"
7753 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7758 eval "$ac_cv_use_splash"
7759 if test "$no_cache" != 1; then
7760 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7763 if test "$wxUSE_SPLASH" = yes; then
7764 echo "$ac_t""yes" 1>&6
7766 echo "$ac_t""no" 1>&6
7771 echo $ac_n "checking for --${enablestring:-enable}-textdlg""... $ac_c" 1>&6
7772 echo "configure:7773: checking for --${enablestring:-enable}-textdlg" >&5
7774 # Check whether --enable-textdlg or --disable-textdlg was given.
7775 if test "${enable_textdlg+set}" = set; then
7776 enableval
="$enable_textdlg"
7778 if test "$enableval" = yes; then
7779 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
7781 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
7786 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7787 if test "x$LINE" != x
; then
7788 eval "DEFAULT_$LINE"
7793 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7798 eval "$ac_cv_use_textdlg"
7799 if test "$no_cache" != 1; then
7800 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7803 if test "$wxUSE_TEXTDLG" = yes; then
7804 echo "$ac_t""yes" 1>&6
7806 echo "$ac_t""no" 1>&6
7811 echo $ac_n "checking for --${enablestring:-enable}-tipdlg""... $ac_c" 1>&6
7812 echo "configure:7813: checking for --${enablestring:-enable}-tipdlg" >&5
7814 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7815 if test "${enable_tipdlg+set}" = set; then
7816 enableval
="$enable_tipdlg"
7818 if test "$enableval" = yes; then
7819 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
7821 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
7826 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7827 if test "x$LINE" != x
; then
7828 eval "DEFAULT_$LINE"
7833 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7838 eval "$ac_cv_use_tipdlg"
7839 if test "$no_cache" != 1; then
7840 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7843 if test "$wxUSE_STARTUP_TIPS" = yes; then
7844 echo "$ac_t""yes" 1>&6
7846 echo "$ac_t""no" 1>&6
7851 echo $ac_n "checking for --${enablestring:-enable}-progressdlg""... $ac_c" 1>&6
7852 echo "configure:7853: checking for --${enablestring:-enable}-progressdlg" >&5
7854 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7855 if test "${enable_progressdlg+set}" = set; then
7856 enableval
="$enable_progressdlg"
7858 if test "$enableval" = yes; then
7859 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
7861 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
7866 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7867 if test "x$LINE" != x
; then
7868 eval "DEFAULT_$LINE"
7873 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7878 eval "$ac_cv_use_progressdlg"
7879 if test "$no_cache" != 1; then
7880 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7883 if test "$wxUSE_PROGRESSDLG" = yes; then
7884 echo "$ac_t""yes" 1>&6
7886 echo "$ac_t""no" 1>&6
7891 echo $ac_n "checking for --${enablestring:-enable}-wizarddlg""... $ac_c" 1>&6
7892 echo "configure:7893: checking for --${enablestring:-enable}-wizarddlg" >&5
7894 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7895 if test "${enable_wizarddlg+set}" = set; then
7896 enableval
="$enable_wizarddlg"
7898 if test "$enableval" = yes; then
7899 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
7901 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
7906 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7907 if test "x$LINE" != x
; then
7908 eval "DEFAULT_$LINE"
7913 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7918 eval "$ac_cv_use_wizarddlg"
7919 if test "$no_cache" != 1; then
7920 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7923 if test "$wxUSE_WIZARDDLG" = yes; then
7924 echo "$ac_t""yes" 1>&6
7926 echo "$ac_t""no" 1>&6
7933 echo $ac_n "checking for --${enablestring:-enable}-menus""... $ac_c" 1>&6
7934 echo "configure:7935: checking for --${enablestring:-enable}-menus" >&5
7936 # Check whether --enable-menus or --disable-menus was given.
7937 if test "${enable_menus+set}" = set; then
7938 enableval
="$enable_menus"
7940 if test "$enableval" = yes; then
7941 ac_cv_use_menus
='wxUSE_MENUS=yes'
7943 ac_cv_use_menus
='wxUSE_MENUS=no'
7948 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7949 if test "x$LINE" != x
; then
7950 eval "DEFAULT_$LINE"
7955 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7960 eval "$ac_cv_use_menus"
7961 if test "$no_cache" != 1; then
7962 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7965 if test "$wxUSE_MENUS" = yes; then
7966 echo "$ac_t""yes" 1>&6
7968 echo "$ac_t""no" 1>&6
7973 echo $ac_n "checking for --${enablestring:-enable}-miniframe""... $ac_c" 1>&6
7974 echo "configure:7975: checking for --${enablestring:-enable}-miniframe" >&5
7976 # Check whether --enable-miniframe or --disable-miniframe was given.
7977 if test "${enable_miniframe+set}" = set; then
7978 enableval
="$enable_miniframe"
7980 if test "$enableval" = yes; then
7981 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
7983 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
7988 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7989 if test "x$LINE" != x
; then
7990 eval "DEFAULT_$LINE"
7995 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
8000 eval "$ac_cv_use_miniframe"
8001 if test "$no_cache" != 1; then
8002 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8005 if test "$wxUSE_MINIFRAME" = yes; then
8006 echo "$ac_t""yes" 1>&6
8008 echo "$ac_t""no" 1>&6
8013 echo $ac_n "checking for --${enablestring:-enable}-tooltips""... $ac_c" 1>&6
8014 echo "configure:8015: checking for --${enablestring:-enable}-tooltips" >&5
8016 # Check whether --enable-tooltips or --disable-tooltips was given.
8017 if test "${enable_tooltips+set}" = set; then
8018 enableval
="$enable_tooltips"
8020 if test "$enableval" = yes; then
8021 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
8023 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
8028 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
8029 if test "x$LINE" != x
; then
8030 eval "DEFAULT_$LINE"
8035 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
8040 eval "$ac_cv_use_tooltips"
8041 if test "$no_cache" != 1; then
8042 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
8045 if test "$wxUSE_TOOLTIPS" = yes; then
8046 echo "$ac_t""yes" 1>&6
8048 echo "$ac_t""no" 1>&6
8053 echo $ac_n "checking for --${enablestring:-enable}-splines""... $ac_c" 1>&6
8054 echo "configure:8055: checking for --${enablestring:-enable}-splines" >&5
8056 # Check whether --enable-splines or --disable-splines was given.
8057 if test "${enable_splines+set}" = set; then
8058 enableval
="$enable_splines"
8060 if test "$enableval" = yes; then
8061 ac_cv_use_splines
='wxUSE_SPLINES=yes'
8063 ac_cv_use_splines
='wxUSE_SPLINES=no'
8068 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
8069 if test "x$LINE" != x
; then
8070 eval "DEFAULT_$LINE"
8075 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
8080 eval "$ac_cv_use_splines"
8081 if test "$no_cache" != 1; then
8082 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
8085 if test "$wxUSE_SPLINES" = yes; then
8086 echo "$ac_t""yes" 1>&6
8088 echo "$ac_t""no" 1>&6
8093 echo $ac_n "checking for --${enablestring:-enable}-validators""... $ac_c" 1>&6
8094 echo "configure:8095: checking for --${enablestring:-enable}-validators" >&5
8096 # Check whether --enable-validators or --disable-validators was given.
8097 if test "${enable_validators+set}" = set; then
8098 enableval
="$enable_validators"
8100 if test "$enableval" = yes; then
8101 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
8103 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
8108 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
8109 if test "x$LINE" != x
; then
8110 eval "DEFAULT_$LINE"
8115 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
8120 eval "$ac_cv_use_validators"
8121 if test "$no_cache" != 1; then
8122 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
8125 if test "$wxUSE_VALIDATORS" = yes; then
8126 echo "$ac_t""yes" 1>&6
8128 echo "$ac_t""no" 1>&6
8133 echo $ac_n "checking for --${enablestring:-enable}-busyinfo""... $ac_c" 1>&6
8134 echo "configure:8135: checking for --${enablestring:-enable}-busyinfo" >&5
8136 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8137 if test "${enable_busyinfo+set}" = set; then
8138 enableval
="$enable_busyinfo"
8140 if test "$enableval" = yes; then
8141 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
8143 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
8148 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8149 if test "x$LINE" != x
; then
8150 eval "DEFAULT_$LINE"
8155 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
8160 eval "$ac_cv_use_busyinfo"
8161 if test "$no_cache" != 1; then
8162 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8165 if test "$wxUSE_BUSYINFO" = yes; then
8166 echo "$ac_t""yes" 1>&6
8168 echo "$ac_t""no" 1>&6
8173 echo $ac_n "checking for --${enablestring:-enable}-joystick""... $ac_c" 1>&6
8174 echo "configure:8175: checking for --${enablestring:-enable}-joystick" >&5
8176 # Check whether --enable-joystick or --disable-joystick was given.
8177 if test "${enable_joystick+set}" = set; then
8178 enableval
="$enable_joystick"
8180 if test "$enableval" = yes; then
8181 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
8183 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
8188 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8189 if test "x$LINE" != x
; then
8190 eval "DEFAULT_$LINE"
8195 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8200 eval "$ac_cv_use_joystick"
8201 if test "$no_cache" != 1; then
8202 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8205 if test "$wxUSE_JOYSTICK" = yes; then
8206 echo "$ac_t""yes" 1>&6
8208 echo "$ac_t""no" 1>&6
8213 echo $ac_n "checking for --${enablestring:-enable}-metafile""... $ac_c" 1>&6
8214 echo "configure:8215: checking for --${enablestring:-enable}-metafile" >&5
8216 # Check whether --enable-metafile or --disable-metafile was given.
8217 if test "${enable_metafile+set}" = set; then
8218 enableval
="$enable_metafile"
8220 if test "$enableval" = yes; then
8221 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
8223 ac_cv_use_metafile
='wxUSE_METAFILE=no'
8228 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
8229 if test "x$LINE" != x
; then
8230 eval "DEFAULT_$LINE"
8235 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
8240 eval "$ac_cv_use_metafile"
8241 if test "$no_cache" != 1; then
8242 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
8245 if test "$wxUSE_METAFILE" = yes; then
8246 echo "$ac_t""yes" 1>&6
8248 echo "$ac_t""no" 1>&6
8253 echo $ac_n "checking for --${enablestring:-enable}-dragimage""... $ac_c" 1>&6
8254 echo "configure:8255: checking for --${enablestring:-enable}-dragimage" >&5
8256 # Check whether --enable-dragimage or --disable-dragimage was given.
8257 if test "${enable_dragimage+set}" = set; then
8258 enableval
="$enable_dragimage"
8260 if test "$enableval" = yes; then
8261 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
8263 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
8268 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
8269 if test "x$LINE" != x
; then
8270 eval "DEFAULT_$LINE"
8275 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
8280 eval "$ac_cv_use_dragimage"
8281 if test "$no_cache" != 1; then
8282 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
8285 if test "$wxUSE_DRAGIMAGE" = yes; then
8286 echo "$ac_t""yes" 1>&6
8288 echo "$ac_t""no" 1>&6
8295 echo $ac_n "checking for --${enablestring:-enable}-palette""... $ac_c" 1>&6
8296 echo "configure:8297: checking for --${enablestring:-enable}-palette" >&5
8298 # Check whether --enable-palette or --disable-palette was given.
8299 if test "${enable_palette+set}" = set; then
8300 enableval
="$enable_palette"
8302 if test "$enableval" = yes; then
8303 ac_cv_use_palette
='wxUSE_PALETTE=yes'
8305 ac_cv_use_palette
='wxUSE_PALETTE=no'
8310 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
8311 if test "x$LINE" != x
; then
8312 eval "DEFAULT_$LINE"
8317 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
8322 eval "$ac_cv_use_palette"
8323 if test "$no_cache" != 1; then
8324 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
8327 if test "$wxUSE_PALETTE" = yes; then
8328 echo "$ac_t""yes" 1>&6
8330 echo "$ac_t""no" 1>&6
8335 echo $ac_n "checking for --${enablestring:-enable}-image""... $ac_c" 1>&6
8336 echo "configure:8337: checking for --${enablestring:-enable}-image" >&5
8338 # Check whether --enable-image or --disable-image was given.
8339 if test "${enable_image+set}" = set; then
8340 enableval
="$enable_image"
8342 if test "$enableval" = yes; then
8343 ac_cv_use_image
='wxUSE_IMAGE=yes'
8345 ac_cv_use_image
='wxUSE_IMAGE=no'
8350 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
8351 if test "x$LINE" != x
; then
8352 eval "DEFAULT_$LINE"
8357 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
8362 eval "$ac_cv_use_image"
8363 if test "$no_cache" != 1; then
8364 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
8367 if test "$wxUSE_IMAGE" = yes; then
8368 echo "$ac_t""yes" 1>&6
8370 echo "$ac_t""no" 1>&6
8375 echo $ac_n "checking for --${enablestring:-enable}-gif""... $ac_c" 1>&6
8376 echo "configure:8377: checking for --${enablestring:-enable}-gif" >&5
8378 # Check whether --enable-gif or --disable-gif was given.
8379 if test "${enable_gif+set}" = set; then
8380 enableval
="$enable_gif"
8382 if test "$enableval" = yes; then
8383 ac_cv_use_gif
='wxUSE_GIF=yes'
8385 ac_cv_use_gif
='wxUSE_GIF=no'
8390 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
8391 if test "x$LINE" != x
; then
8392 eval "DEFAULT_$LINE"
8397 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
8402 eval "$ac_cv_use_gif"
8403 if test "$no_cache" != 1; then
8404 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
8407 if test "$wxUSE_GIF" = yes; then
8408 echo "$ac_t""yes" 1>&6
8410 echo "$ac_t""no" 1>&6
8415 echo $ac_n "checking for --${enablestring:-enable}-pcx""... $ac_c" 1>&6
8416 echo "configure:8417: checking for --${enablestring:-enable}-pcx" >&5
8418 # Check whether --enable-pcx or --disable-pcx was given.
8419 if test "${enable_pcx+set}" = set; then
8420 enableval
="$enable_pcx"
8422 if test "$enableval" = yes; then
8423 ac_cv_use_pcx
='wxUSE_PCX=yes'
8425 ac_cv_use_pcx
='wxUSE_PCX=no'
8430 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
8431 if test "x$LINE" != x
; then
8432 eval "DEFAULT_$LINE"
8437 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
8442 eval "$ac_cv_use_pcx"
8443 if test "$no_cache" != 1; then
8444 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
8447 if test "$wxUSE_PCX" = yes; then
8448 echo "$ac_t""yes" 1>&6
8450 echo "$ac_t""no" 1>&6
8455 echo $ac_n "checking for --${enablestring:-enable}-iff""... $ac_c" 1>&6
8456 echo "configure:8457: checking for --${enablestring:-enable}-iff" >&5
8458 # Check whether --enable-iff or --disable-iff was given.
8459 if test "${enable_iff+set}" = set; then
8460 enableval
="$enable_iff"
8462 if test "$enableval" = yes; then
8463 ac_cv_use_iff
='wxUSE_IFF=yes'
8465 ac_cv_use_iff
='wxUSE_IFF=no'
8470 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
8471 if test "x$LINE" != x
; then
8472 eval "DEFAULT_$LINE"
8477 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
8482 eval "$ac_cv_use_iff"
8483 if test "$no_cache" != 1; then
8484 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
8487 if test "$wxUSE_IFF" = yes; then
8488 echo "$ac_t""yes" 1>&6
8490 echo "$ac_t""no" 1>&6
8495 echo $ac_n "checking for --${enablestring:-enable}-pnm""... $ac_c" 1>&6
8496 echo "configure:8497: checking for --${enablestring:-enable}-pnm" >&5
8498 # Check whether --enable-pnm or --disable-pnm was given.
8499 if test "${enable_pnm+set}" = set; then
8500 enableval
="$enable_pnm"
8502 if test "$enableval" = yes; then
8503 ac_cv_use_pnm
='wxUSE_PNM=yes'
8505 ac_cv_use_pnm
='wxUSE_PNM=no'
8510 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
8511 if test "x$LINE" != x
; then
8512 eval "DEFAULT_$LINE"
8517 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
8522 eval "$ac_cv_use_pnm"
8523 if test "$no_cache" != 1; then
8524 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
8527 if test "$wxUSE_PNM" = yes; then
8528 echo "$ac_t""yes" 1>&6
8530 echo "$ac_t""no" 1>&6
8535 echo $ac_n "checking for --${enablestring:-enable}-xpm""... $ac_c" 1>&6
8536 echo "configure:8537: checking for --${enablestring:-enable}-xpm" >&5
8538 # Check whether --enable-xpm or --disable-xpm was given.
8539 if test "${enable_xpm+set}" = set; then
8540 enableval
="$enable_xpm"
8542 if test "$enableval" = yes; then
8543 ac_cv_use_xpm
='wxUSE_XPM=yes'
8545 ac_cv_use_xpm
='wxUSE_XPM=no'
8550 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
8551 if test "x$LINE" != x
; then
8552 eval "DEFAULT_$LINE"
8557 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
8562 eval "$ac_cv_use_xpm"
8563 if test "$no_cache" != 1; then
8564 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
8567 if test "$wxUSE_XPM" = yes; then
8568 echo "$ac_t""yes" 1>&6
8570 echo "$ac_t""no" 1>&6
8575 echo $ac_n "checking for --${enablestring:-enable}-ico_cur""... $ac_c" 1>&6
8576 echo "configure:8577: checking for --${enablestring:-enable}-ico_cur" >&5
8578 # Check whether --enable-ico_cur or --disable-ico_cur was given.
8579 if test "${enable_ico_cur+set}" = set; then
8580 enableval
="$enable_ico_cur"
8582 if test "$enableval" = yes; then
8583 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
8585 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
8590 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
8591 if test "x$LINE" != x
; then
8592 eval "DEFAULT_$LINE"
8597 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
8602 eval "$ac_cv_use_ico_cur"
8603 if test "$no_cache" != 1; then
8604 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
8607 if test "$wxUSE_ICO_CUR" = yes; then
8608 echo "$ac_t""yes" 1>&6
8610 echo "$ac_t""no" 1>&6
8617 *-pc-os2_emx | *-pc-os2-emx )
8629 echo "saving argument cache $wx_arg_cache_file"
8630 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
8634 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
8635 echo "configure:8636: checking for toolkit" >&5
8637 # In Wine, we need to default to MSW, not GTK or MOTIF
8638 if test "$wxUSE_WINE" = "yes"; then
8639 DEFAULT_DEFAULT_wxUSE_GTK
=0
8640 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
8641 DEFAULT_DEFAULT_wxUSE_MSW
=1
8644 if test "$wxUSE_GUI" = "yes"; then
8646 if test "$USE_BEOS" = 1; then
8647 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
8650 if test "$TOOLKIT_GIVEN" = 1; then
8651 for toolkit
in `echo $ALL_TOOLKITS`; do
8653 eval "value=\$${var}"
8654 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
8657 for toolkit
in `echo $ALL_TOOLKITS`; do
8658 if test "$has_toolkit_in_cache" != 1; then
8659 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
8661 var
=DEFAULT_wxUSE_
$toolkit
8663 eval "wxUSE_$toolkit=\$${var}"
8667 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
8668 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
8669 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
8672 *-pc-os2_emx | *-pc-os2-emx )
8673 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
8676 case "$NUM_TOOLKITS" in
8680 { echo "configure: error: Please specify a toolkit -- cannot determine the default for ${host}" 1>&2; exit 1; }
8683 { echo "configure: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" 1>&2; exit 1; }
8686 for toolkit
in `echo $ALL_TOOLKITS`; do
8688 eval "value=\$${var}"
8689 if test "x$value" != x
; then
8690 cache_var
=CACHE_
$toolkit
8691 eval "cache=\$${cache_var}"
8692 if test "$cache" = 1; then
8693 echo "$var=$value" >> ${wx_arg_cache_file}
8695 if test "$value" = 1; then
8696 toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]`
8697 echo "$ac_t""$toolkit_echo" 1>&6
8702 echo "$ac_t""base ($host_alias hosted) only" 1>&6
8709 if test "$wxUSE_MSW" = 1 ; then
8720 if test "$wxUSE_WINE" = "yes"; then
8727 if test "$wants_win32" = 1 ; then
8730 cat >> confdefs.h
<<\EOF
8734 cat >> confdefs.h
<<\EOF
8738 cat >> confdefs.h
<<\EOF
8739 #define __WINDOWS__ 1
8742 cat >> confdefs.h
<<\EOF
8743 #define __GNUWIN32__ 1
8746 cat >> confdefs.h
<<\EOF
8750 cat >> confdefs.h
<<\EOF
8751 #define WINVER 0x0400
8755 if test "$doesnt_want_win32" = 1 ; then
8760 if test "$USE_UNIX" = 1 ; then
8762 cat >> confdefs.h
<<\EOF
8769 cat > confcache
<<\EOF
8770 # This file is a shell script that caches the results of configure
8771 # tests run on this system so they can be shared between configure
8772 # scripts and configure runs. It is not useful on other systems.
8773 # If it contains results you don't want to keep, you may remove or edit it.
8775 # By default, configure uses ./config.cache as the cache file,
8776 # creating it if it does not exist already. You can give configure
8777 # the --cache-file=FILE option to use a different cache file; that is
8778 # what configure does when it calls configure scripts in
8779 # subdirectories, so they share the cache.
8780 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8781 # config.status only pays attention to the cache file if you give it the
8782 # --recheck option to rerun configure.
8785 # The following way of writing the cache mishandles newlines in values,
8786 # but we know of no workaround that is simple, portable, and efficient.
8787 # So, don't put newlines in cache variables' values.
8788 # Ultrix sh set writes to stderr and can't be redirected directly,
8789 # and sets the high bit in the cache file unless we assign to the vars.
8791 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8793 # `set' does not quote correctly, so add quotes (double-quote substitution
8794 # turns \\\\ into \\, and sed turns \\ into \).
8796 -e "s/'/'\\\\''/g" \
8797 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8800 # `set' quotes correctly as required by POSIX, so do not add quotes.
8801 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8804 if cmp -s $cache_file confcache
; then
8807 if test -w $cache_file; then
8808 echo "updating cache $cache_file"
8809 cat confcache
> $cache_file
8811 echo "not updating unwritable cache $cache_file"
8817 if test "$build" != "$host" ; then
8818 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
8822 RANLIB
=$host_alias-ranlib
8823 DLLTOOL
=$host_alias-dlltool
8824 RESCOMP
=$host_alias-windres
8827 STRIP
=$host_alias-strip
8829 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
8834 # Extract the first word of "gcc", so it can be a program name with args.
8835 set dummy gcc
; ac_word
=$2
8836 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8837 echo "configure:8838: checking for $ac_word" >&5
8838 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8839 echo $ac_n "(cached) $ac_c" 1>&6
8841 if test -n "$CC"; then
8842 ac_cv_prog_CC
="$CC" # Let the user override the test.
8844 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8846 for ac_dir
in $ac_dummy; do
8847 test -z "$ac_dir" && ac_dir
=.
8848 if test -f $ac_dir/$ac_word; then
8857 if test -n "$CC"; then
8858 echo "$ac_t""$CC" 1>&6
8860 echo "$ac_t""no" 1>&6
8863 if test -z "$CC"; then
8864 # Extract the first word of "cc", so it can be a program name with args.
8865 set dummy cc
; ac_word
=$2
8866 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8867 echo "configure:8868: checking for $ac_word" >&5
8868 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8869 echo $ac_n "(cached) $ac_c" 1>&6
8871 if test -n "$CC"; then
8872 ac_cv_prog_CC
="$CC" # Let the user override the test.
8874 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8877 for ac_dir
in $ac_dummy; do
8878 test -z "$ac_dir" && ac_dir
=.
8879 if test -f $ac_dir/$ac_word; then
8880 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
8881 ac_prog_rejected
=yes
8889 if test $ac_prog_rejected = yes; then
8890 # We found a bogon in the path, so make sure we never use it.
8891 set dummy
$ac_cv_prog_CC
8893 if test $# -gt 0; then
8894 # We chose a different compiler from the bogus one.
8895 # However, it has the same basename, so the bogon will be chosen
8896 # first if we set CC to just the basename; use the full file name.
8898 set dummy
"$ac_dir/$ac_word" "$@"
8906 if test -n "$CC"; then
8907 echo "$ac_t""$CC" 1>&6
8909 echo "$ac_t""no" 1>&6
8912 if test -z "$CC"; then
8913 case "`uname -s`" in
8915 # Extract the first word of "cl", so it can be a program name with args.
8916 set dummy cl
; ac_word
=$2
8917 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8918 echo "configure:8919: checking for $ac_word" >&5
8919 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8920 echo $ac_n "(cached) $ac_c" 1>&6
8922 if test -n "$CC"; then
8923 ac_cv_prog_CC
="$CC" # Let the user override the test.
8925 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8927 for ac_dir
in $ac_dummy; do
8928 test -z "$ac_dir" && ac_dir
=.
8929 if test -f $ac_dir/$ac_word; then
8938 if test -n "$CC"; then
8939 echo "$ac_t""$CC" 1>&6
8941 echo "$ac_t""no" 1>&6
8946 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8949 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8950 echo "configure:8951: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8953 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8954 ac_cpp
='$CPP $CPPFLAGS'
8955 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8956 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8957 cross_compiling
=$ac_cv_prog_cc_cross
8959 cat > conftest.
$ac_ext << EOF
8961 #line 8962 "configure"
8962 #include "confdefs.h"
8966 if { (eval echo configure
:8967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8967 ac_cv_prog_cc_works
=yes
8968 # If we can't run a trivial program, we are probably using a cross compiler.
8969 if (.
/conftest
; exit) 2>/dev
/null
; then
8970 ac_cv_prog_cc_cross
=no
8972 ac_cv_prog_cc_cross
=yes
8975 echo "configure: failed program was:" >&5
8976 cat conftest.
$ac_ext >&5
8977 ac_cv_prog_cc_works
=no
8981 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8982 ac_cpp
='$CPP $CPPFLAGS'
8983 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8984 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8985 cross_compiling
=$ac_cv_prog_cc_cross
8987 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8988 if test $ac_cv_prog_cc_works = no
; then
8989 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8991 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8992 echo "configure:8993: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8993 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8994 cross_compiling
=$ac_cv_prog_cc_cross
8996 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8997 echo "configure:8998: checking whether we are using GNU C" >&5
8998 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8999 echo $ac_n "(cached) $ac_c" 1>&6
9001 cat > conftest.c
<<EOF
9006 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:9007: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
9013 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
9015 if test $ac_cv_prog_gcc = yes; then
9021 ac_test_CFLAGS
="${CFLAGS+set}"
9022 ac_save_CFLAGS
="$CFLAGS"
9024 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
9025 echo "configure:9026: checking whether ${CC-cc} accepts -g" >&5
9026 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
9027 echo $ac_n "(cached) $ac_c" 1>&6
9029 echo 'void f(){}' > conftest.c
9030 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
9039 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
9040 if test "$ac_test_CFLAGS" = set; then
9041 CFLAGS
="$ac_save_CFLAGS"
9042 elif test $ac_cv_prog_cc_g = yes; then
9043 if test "$GCC" = yes; then
9049 if test "$GCC" = yes; then
9057 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
9058 echo "configure:9059: checking how to run the C preprocessor" >&5
9059 # On Suns, sometimes $CPP names a directory.
9060 if test -n "$CPP" && test -d "$CPP"; then
9063 if test -z "$CPP"; then
9064 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
9065 echo $ac_n "(cached) $ac_c" 1>&6
9067 # This must be in double quotes, not single quotes, because CPP may get
9068 # substituted into the Makefile and "${CC-cc}" will confuse make.
9070 # On the NeXT, cc -E runs the code through the compiler's parser,
9071 # not just through cpp.
9072 cat > conftest.
$ac_ext <<EOF
9073 #line 9074 "configure"
9074 #include "confdefs.h"
9078 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9079 { (eval echo configure
:9080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9080 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9081 if test -z "$ac_err"; then
9085 echo "configure: failed program was:" >&5
9086 cat conftest.
$ac_ext >&5
9088 CPP
="${CC-cc} -E -traditional-cpp"
9089 cat > conftest.
$ac_ext <<EOF
9090 #line 9091 "configure"
9091 #include "confdefs.h"
9095 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9096 { (eval echo configure
:9097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9097 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9098 if test -z "$ac_err"; then
9102 echo "configure: failed program was:" >&5
9103 cat conftest.
$ac_ext >&5
9105 CPP
="${CC-cc} -nologo -E"
9106 cat > conftest.
$ac_ext <<EOF
9107 #line 9108 "configure"
9108 #include "confdefs.h"
9112 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9113 { (eval echo configure
:9114: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9114 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9115 if test -z "$ac_err"; then
9119 echo "configure: failed program was:" >&5
9120 cat conftest.
$ac_ext >&5
9129 ac_cv_prog_CPP
="$CPP"
9131 CPP
="$ac_cv_prog_CPP"
9133 ac_cv_prog_CPP
="$CPP"
9135 echo "$ac_t""$CPP" 1>&6
9137 if test $ac_cv_prog_gcc = yes; then
9138 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
9139 echo "configure:9140: checking whether ${CC-cc} needs -traditional" >&5
9140 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
9141 echo $ac_n "(cached) $ac_c" 1>&6
9143 ac_pattern
="Autoconf.*'x'"
9144 cat > conftest.
$ac_ext <<EOF
9145 #line 9146 "configure"
9146 #include "confdefs.h"
9150 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9151 egrep "$ac_pattern" >/dev
/null
2>&1; then
9153 ac_cv_prog_gcc_traditional
=yes
9156 ac_cv_prog_gcc_traditional
=no
9161 if test $ac_cv_prog_gcc_traditional = no
; then
9162 cat > conftest.
$ac_ext <<EOF
9163 #line 9164 "configure"
9164 #include "confdefs.h"
9168 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9169 egrep "$ac_pattern" >/dev
/null
2>&1; then
9171 ac_cv_prog_gcc_traditional
=yes
9178 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
9179 if test $ac_cv_prog_gcc_traditional = yes; then
9180 CC
="$CC -traditional"
9187 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9188 ac_cpp
='$CXXCPP $CPPFLAGS'
9189 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9190 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9191 cross_compiling
=$ac_cv_prog_cxx_cross
9194 CXXFLAGS
=${CXXFLAGS:=}
9195 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
9197 # Extract the first word of "$ac_prog", so it can be a program name with args.
9198 set dummy
$ac_prog; ac_word
=$2
9199 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9200 echo "configure:9201: checking for $ac_word" >&5
9201 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
9202 echo $ac_n "(cached) $ac_c" 1>&6
9204 if test -n "$CXX"; then
9205 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
9207 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9209 for ac_dir
in $ac_dummy; do
9210 test -z "$ac_dir" && ac_dir
=.
9211 if test -f $ac_dir/$ac_word; then
9212 ac_cv_prog_CXX
="$ac_prog"
9219 CXX
="$ac_cv_prog_CXX"
9220 if test -n "$CXX"; then
9221 echo "$ac_t""$CXX" 1>&6
9223 echo "$ac_t""no" 1>&6
9226 test -n "$CXX" && break
9228 test -n "$CXX" || CXX
="gcc"
9231 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
9232 echo "configure:9233: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
9235 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9236 ac_cpp
='$CXXCPP $CPPFLAGS'
9237 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9238 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9239 cross_compiling
=$ac_cv_prog_cxx_cross
9241 cat > conftest.
$ac_ext << EOF
9243 #line 9244 "configure"
9244 #include "confdefs.h"
9246 int main(){return(0);}
9248 if { (eval echo configure
:9249: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9249 ac_cv_prog_cxx_works
=yes
9250 # If we can't run a trivial program, we are probably using a cross compiler.
9251 if (.
/conftest
; exit) 2>/dev
/null
; then
9252 ac_cv_prog_cxx_cross
=no
9254 ac_cv_prog_cxx_cross
=yes
9257 echo "configure: failed program was:" >&5
9258 cat conftest.
$ac_ext >&5
9259 ac_cv_prog_cxx_works
=no
9263 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9264 ac_cpp
='$CXXCPP $CPPFLAGS'
9265 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9266 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9267 cross_compiling
=$ac_cv_prog_cxx_cross
9269 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
9270 if test $ac_cv_prog_cxx_works = no
; then
9271 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
9273 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
9274 echo "configure:9275: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
9275 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
9276 cross_compiling
=$ac_cv_prog_cxx_cross
9278 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
9279 echo "configure:9280: checking whether we are using GNU C++" >&5
9280 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
9281 echo $ac_n "(cached) $ac_c" 1>&6
9283 cat > conftest.C
<<EOF
9288 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:9289: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
9295 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
9297 if test $ac_cv_prog_gxx = yes; then
9303 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
9304 ac_save_CXXFLAGS
="$CXXFLAGS"
9306 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
9307 echo "configure:9308: checking whether ${CXX-g++} accepts -g" >&5
9308 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
9309 echo $ac_n "(cached) $ac_c" 1>&6
9311 echo 'void f(){}' > conftest.cc
9312 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
9313 ac_cv_prog_cxx_g
=yes
9321 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
9322 if test "$ac_test_CXXFLAGS" = set; then
9323 CXXFLAGS
="$ac_save_CXXFLAGS"
9324 elif test $ac_cv_prog_cxx_g = yes; then
9325 if test "$GXX" = yes; then
9331 if test "$GXX" = yes; then
9340 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9341 ac_cpp
='$CPP $CPPFLAGS'
9342 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9343 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9344 cross_compiling
=$ac_cv_prog_cc_cross
9347 # Extract the first word of "ranlib", so it can be a program name with args.
9348 set dummy ranlib
; ac_word
=$2
9349 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9350 echo "configure:9351: checking for $ac_word" >&5
9351 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
9352 echo $ac_n "(cached) $ac_c" 1>&6
9354 if test -n "$RANLIB"; then
9355 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
9357 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9359 for ac_dir
in $ac_dummy; do
9360 test -z "$ac_dir" && ac_dir
=.
9361 if test -f $ac_dir/$ac_word; then
9362 ac_cv_prog_RANLIB
="ranlib"
9367 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
9370 RANLIB
="$ac_cv_prog_RANLIB"
9371 if test -n "$RANLIB"; then
9372 echo "$ac_t""$RANLIB" 1>&6
9374 echo "$ac_t""no" 1>&6
9378 # Extract the first word of "ar", so it can be a program name with args.
9379 set dummy
ar; ac_word
=$2
9380 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9381 echo "configure:9382: checking for $ac_word" >&5
9382 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
9383 echo $ac_n "(cached) $ac_c" 1>&6
9385 if test -n "$AR"; then
9386 ac_cv_prog_AR
="$AR" # Let the user override the test.
9388 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9390 for ac_dir
in $ac_dummy; do
9391 test -z "$ac_dir" && ac_dir
=.
9392 if test -f $ac_dir/$ac_word; then
9398 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
9402 if test -n "$AR"; then
9403 echo "$ac_t""$AR" 1>&6
9405 echo "$ac_t""no" 1>&6
9409 # Find a good install program. We prefer a C program (faster),
9410 # so one script is as good as another. But avoid the broken or
9411 # incompatible versions:
9412 # SysV /etc/install, /usr/sbin/install
9413 # SunOS /usr/etc/install
9414 # IRIX /sbin/install
9416 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
9417 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
9418 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
9419 # ./install, which can be erroneously created by make from ./install.sh.
9420 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
9421 echo "configure:9422: checking for a BSD compatible install" >&5
9422 if test -z "$INSTALL"; then
9423 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
9424 echo $ac_n "(cached) $ac_c" 1>&6
9426 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
9427 for ac_dir
in $PATH; do
9428 # Account for people who put trailing slashes in PATH elements.
9430 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
9432 # OSF1 and SCO ODT 3.0 have their own names for install.
9433 # Don't use installbsd from OSF since it installs stuff as root
9435 for ac_prog
in ginstall scoinst
install; do
9436 if test -f $ac_dir/$ac_prog; then
9437 if test $ac_prog = install &&
9438 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
9439 # AIX install. It has an incompatible calling convention.
9442 ac_cv_path_install
="$ac_dir/$ac_prog -c"
9453 if test "${ac_cv_path_install+set}" = set; then
9454 INSTALL
="$ac_cv_path_install"
9456 # As a last resort, use the slow shell script. We don't cache a
9457 # path for INSTALL within a source directory, because that will
9458 # break other packages using the cache if that directory is
9459 # removed, or if the path is relative.
9460 INSTALL
="$ac_install_sh"
9463 echo "$ac_t""$INSTALL" 1>&6
9465 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
9466 # It thinks the first close brace ends the variable substitution.
9467 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
9469 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
9471 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
9477 ?
:* ) # Drive letter, considered as absolute.
9480 INSTALL
=`pwd`/${INSTALL} ;;
9488 *) INSTALL_DIR
="$INSTALL -d"
9496 INSTALL_PROGRAM
="cp -fp"
9497 INSTALL_DATA
="cp -fp"
9503 # Extract the first word of "strip", so it can be a program name with args.
9504 set dummy strip
; ac_word
=$2
9505 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9506 echo "configure:9507: checking for $ac_word" >&5
9507 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
9508 echo $ac_n "(cached) $ac_c" 1>&6
9510 if test -n "$STRIP"; then
9511 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
9513 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9515 for ac_dir
in $ac_dummy; do
9516 test -z "$ac_dir" && ac_dir
=.
9517 if test -f $ac_dir/$ac_word; then
9518 ac_cv_prog_STRIP
="strip"
9523 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
9526 STRIP
="$ac_cv_prog_STRIP"
9527 if test -n "$STRIP"; then
9528 echo "$ac_t""$STRIP" 1>&6
9530 echo "$ac_t""no" 1>&6
9534 echo $ac_n "checking if make is GNU make""... $ac_c" 1>&6
9535 echo "configure:9536: checking if make is GNU make" >&5
9536 if eval "test \"`echo '$''{'wx_cv_prog_makeisgnu'+set}'`\" = set"; then
9537 echo $ac_n "(cached) $ac_c" 1>&6
9540 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
9541 egrep -s GNU
> /dev
/null
); then
9542 wx_cv_prog_makeisgnu
="yes"
9544 wx_cv_prog_makeisgnu
="no"
9549 echo "$ac_t""$wx_cv_prog_makeisgnu" 1>&6
9551 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
9559 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
9560 echo $ac_n "checking if make supports VPATH""... $ac_c" 1>&6
9561 echo "configure:9562: checking if make supports VPATH" >&5
9562 if eval "test \"`echo '$''{'wx_cv_prog_makevpath'+set}'`\" = set"; then
9563 echo $ac_n "(cached) $ac_c" 1>&6
9566 cat - << EOF > confMake
9572 if test ! -d sub
; then
9575 echo dummy
> sub
/file
9576 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
9578 rm -f sub
/file check final_file confMake
9580 if test "$RESULT" = 0; then
9581 wx_cv_prog_makevpath
="yes"
9583 wx_cv_prog_makevpath
="no"
9588 echo "$ac_t""$wx_cv_prog_makevpath" 1>&6
9590 if test "x$wx_cv_prog_makevpath" != "xyes"; then
9591 { echo "configure: error:
9592 You need a make-utility that is able to use the variable
9594 If your version of make does not support VPATH correctly,
9595 please install GNU-make (possibly as gmake), and start
9596 configure with the following command:
9597 export MAKE=gmake; ./configure for sh-type shells
9598 setenv MAKE gmake; ./configure for csh-type shells
9599 Also please do remember to use gmake in this case every time
9600 you are trying to compile.
9603 for ac_prog
in 'bison -y' byacc
9605 # Extract the first word of "$ac_prog", so it can be a program name with args.
9606 set dummy
$ac_prog; ac_word
=$2
9607 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9608 echo "configure:9609: checking for $ac_word" >&5
9609 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
9610 echo $ac_n "(cached) $ac_c" 1>&6
9612 if test -n "$YACC"; then
9613 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
9615 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9617 for ac_dir
in $ac_dummy; do
9618 test -z "$ac_dir" && ac_dir
=.
9619 if test -f $ac_dir/$ac_word; then
9620 ac_cv_prog_YACC
="$ac_prog"
9627 YACC
="$ac_cv_prog_YACC"
9628 if test -n "$YACC"; then
9629 echo "$ac_t""$YACC" 1>&6
9631 echo "$ac_t""no" 1>&6
9634 test -n "$YACC" && break
9636 test -n "$YACC" || YACC
="yacc"
9639 # Extract the first word of "flex", so it can be a program name with args.
9640 set dummy flex
; ac_word
=$2
9641 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9642 echo "configure:9643: checking for $ac_word" >&5
9643 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
9644 echo $ac_n "(cached) $ac_c" 1>&6
9646 if test -n "$LEX"; then
9647 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
9649 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9651 for ac_dir
in $ac_dummy; do
9652 test -z "$ac_dir" && ac_dir
=.
9653 if test -f $ac_dir/$ac_word; then
9654 ac_cv_prog_LEX
="flex"
9659 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
9662 LEX
="$ac_cv_prog_LEX"
9663 if test -n "$LEX"; then
9664 echo "$ac_t""$LEX" 1>&6
9666 echo "$ac_t""no" 1>&6
9669 if test -z "$LEXLIB"
9675 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
9676 echo "configure:9677: checking for yywrap in -l$ac_lib" >&5
9677 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
9678 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9679 echo $ac_n "(cached) $ac_c" 1>&6
9681 ac_save_LIBS
="$LIBS"
9682 LIBS
="-l$ac_lib $LIBS"
9683 cat > conftest.
$ac_ext <<EOF
9684 #line 9685 "configure"
9685 #include "confdefs.h"
9686 /* Override any gcc2 internal prototype to avoid an error. */
9687 /* We use char because int might match the return type of a gcc2
9688 builtin and then its argument prototype would still apply. */
9695 if { (eval echo configure
:9696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9697 eval "ac_cv_lib_$ac_lib_var=yes"
9699 echo "configure: failed program was:" >&5
9700 cat conftest.
$ac_ext >&5
9702 eval "ac_cv_lib_$ac_lib_var=no"
9705 LIBS
="$ac_save_LIBS"
9708 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9709 echo "$ac_t""yes" 1>&6
9712 echo "$ac_t""no" 1>&6
9718 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
9719 echo "configure:9720: checking whether ln -s works" >&5
9720 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
9721 echo $ac_n "(cached) $ac_c" 1>&6
9724 if ln -s X conftestdata
2>/dev
/null
9727 ac_cv_prog_LN_S
="ln -s"
9732 LN_S
="$ac_cv_prog_LN_S"
9733 if test "$ac_cv_prog_LN_S" = "ln -s"; then
9734 echo "$ac_t""yes" 1>&6
9736 echo "$ac_t""no" 1>&6
9741 *-pc-os2_emx | *-pc-os2-emx )
9742 LIBS
="$LIBS -lstdcpp"
9743 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
9744 echo $ac_n "checking for drand48 in -lcExt""... $ac_c" 1>&6
9745 echo "configure:9746: checking for drand48 in -lcExt" >&5
9746 ac_lib_var
=`echo cExt'_'drand48 | sed 'y%./+-%__p_%'`
9747 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9748 echo $ac_n "(cached) $ac_c" 1>&6
9750 ac_save_LIBS
="$LIBS"
9752 cat > conftest.
$ac_ext <<EOF
9753 #line 9754 "configure"
9754 #include "confdefs.h"
9755 /* Override any gcc2 internal prototype to avoid an error. */
9756 /* We use char because int might match the return type of a gcc2
9757 builtin and then its argument prototype would still apply. */
9764 if { (eval echo configure
:9765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9766 eval "ac_cv_lib_$ac_lib_var=yes"
9768 echo "configure: failed program was:" >&5
9769 cat conftest.
$ac_ext >&5
9771 eval "ac_cv_lib_$ac_lib_var=no"
9774 LIBS
="$ac_save_LIBS"
9777 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9778 echo "$ac_t""yes" 1>&6
9781 echo "$ac_t""no" 1>&6
9785 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
9791 if test "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
9792 for ac_hdr
in strings.h
9794 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9795 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9796 echo "configure:9797: checking for $ac_hdr" >&5
9797 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9798 echo $ac_n "(cached) $ac_c" 1>&6
9800 cat > conftest.
$ac_ext <<EOF
9801 #line 9802 "configure"
9802 #include "confdefs.h"
9805 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9806 { (eval echo configure
:9807: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9807 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9808 if test -z "$ac_err"; then
9810 eval "ac_cv_header_$ac_safe=yes"
9813 echo "configure: failed program was:" >&5
9814 cat conftest.
$ac_ext >&5
9816 eval "ac_cv_header_$ac_safe=no"
9820 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9821 echo "$ac_t""yes" 1>&6
9822 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9823 cat >> confdefs.h
<<EOF
9824 #define $ac_tr_hdr 1
9828 echo "$ac_t""no" 1>&6
9834 for ac_hdr
in stdlib.h
9836 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9837 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9838 echo "configure:9839: checking for $ac_hdr" >&5
9839 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9840 echo $ac_n "(cached) $ac_c" 1>&6
9842 cat > conftest.
$ac_ext <<EOF
9843 #line 9844 "configure"
9844 #include "confdefs.h"
9847 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9848 { (eval echo configure
:9849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9849 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9850 if test -z "$ac_err"; then
9852 eval "ac_cv_header_$ac_safe=yes"
9855 echo "configure: failed program was:" >&5
9856 cat conftest.
$ac_ext >&5
9858 eval "ac_cv_header_$ac_safe=no"
9862 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9863 echo "$ac_t""yes" 1>&6
9864 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9865 cat >> confdefs.h
<<EOF
9866 #define $ac_tr_hdr 1
9870 echo "$ac_t""no" 1>&6
9874 for ac_hdr
in malloc.h
9876 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9877 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9878 echo "configure:9879: checking for $ac_hdr" >&5
9879 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9880 echo $ac_n "(cached) $ac_c" 1>&6
9882 cat > conftest.
$ac_ext <<EOF
9883 #line 9884 "configure"
9884 #include "confdefs.h"
9887 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9888 { (eval echo configure
:9889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9889 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9890 if test -z "$ac_err"; then
9892 eval "ac_cv_header_$ac_safe=yes"
9895 echo "configure: failed program was:" >&5
9896 cat conftest.
$ac_ext >&5
9898 eval "ac_cv_header_$ac_safe=no"
9902 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9903 echo "$ac_t""yes" 1>&6
9904 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9905 cat >> confdefs.h
<<EOF
9906 #define $ac_tr_hdr 1
9910 echo "$ac_t""no" 1>&6
9914 for ac_hdr
in unistd.h
9916 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9917 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9918 echo "configure:9919: checking for $ac_hdr" >&5
9919 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9920 echo $ac_n "(cached) $ac_c" 1>&6
9922 cat > conftest.
$ac_ext <<EOF
9923 #line 9924 "configure"
9924 #include "confdefs.h"
9927 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9928 { (eval echo configure
:9929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9929 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9930 if test -z "$ac_err"; then
9932 eval "ac_cv_header_$ac_safe=yes"
9935 echo "configure: failed program was:" >&5
9936 cat conftest.
$ac_ext >&5
9938 eval "ac_cv_header_$ac_safe=no"
9942 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9943 echo "$ac_t""yes" 1>&6
9944 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9945 cat >> confdefs.h
<<EOF
9946 #define $ac_tr_hdr 1
9950 echo "$ac_t""no" 1>&6
9954 for ac_hdr
in wchar.h
9956 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9957 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9958 echo "configure:9959: checking for $ac_hdr" >&5
9959 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9960 echo $ac_n "(cached) $ac_c" 1>&6
9962 cat > conftest.
$ac_ext <<EOF
9963 #line 9964 "configure"
9964 #include "confdefs.h"
9967 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9968 { (eval echo configure
:9969: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9969 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9970 if test -z "$ac_err"; then
9972 eval "ac_cv_header_$ac_safe=yes"
9975 echo "configure: failed program was:" >&5
9976 cat conftest.
$ac_ext >&5
9978 eval "ac_cv_header_$ac_safe=no"
9982 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9983 echo "$ac_t""yes" 1>&6
9984 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9985 cat >> confdefs.h
<<EOF
9986 #define $ac_tr_hdr 1
9990 echo "$ac_t""no" 1>&6
9995 if test "$ac_cv_header_wchar_h" != "yes"; then
9996 for ac_hdr
in wcstr.h
9998 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9999 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10000 echo "configure:10001: checking for $ac_hdr" >&5
10001 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10002 echo $ac_n "(cached) $ac_c" 1>&6
10004 cat > conftest.
$ac_ext <<EOF
10005 #line 10006 "configure"
10006 #include "confdefs.h"
10009 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10010 { (eval echo configure
:10011: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10011 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10012 if test -z "$ac_err"; then
10014 eval "ac_cv_header_$ac_safe=yes"
10017 echo "configure: failed program was:" >&5
10018 cat conftest.
$ac_ext >&5
10020 eval "ac_cv_header_$ac_safe=no"
10024 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10025 echo "$ac_t""yes" 1>&6
10026 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10027 cat >> confdefs.h
<<EOF
10028 #define $ac_tr_hdr 1
10032 echo "$ac_t""no" 1>&6
10038 for ac_hdr
in fnmatch.h
10040 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10041 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10042 echo "configure:10043: checking for $ac_hdr" >&5
10043 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10044 echo $ac_n "(cached) $ac_c" 1>&6
10046 cat > conftest.
$ac_ext <<EOF
10047 #line 10048 "configure"
10048 #include "confdefs.h"
10051 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10052 { (eval echo configure
:10053: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10053 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10054 if test -z "$ac_err"; then
10056 eval "ac_cv_header_$ac_safe=yes"
10059 echo "configure: failed program was:" >&5
10060 cat conftest.
$ac_ext >&5
10062 eval "ac_cv_header_$ac_safe=no"
10066 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10067 echo "$ac_t""yes" 1>&6
10068 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10069 cat >> confdefs.h
<<EOF
10070 #define $ac_tr_hdr 1
10074 echo "$ac_t""no" 1>&6
10079 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
10080 for ac_func
in fnmatch
10082 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10083 echo "configure:10084: checking for $ac_func" >&5
10084 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10085 echo $ac_n "(cached) $ac_c" 1>&6
10087 cat > conftest.
$ac_ext <<EOF
10088 #line 10089 "configure"
10089 #include "confdefs.h"
10090 /* System header to define __stub macros and hopefully few prototypes,
10091 which can conflict with char $ac_func(); below. */
10092 #include <assert.h>
10093 /* Override any gcc2 internal prototype to avoid an error. */
10094 /* We use char because int might match the return type of a gcc2
10095 builtin and then its argument prototype would still apply. */
10100 /* The GNU C library defines this for functions which it implements
10101 to always fail with ENOSYS. Some functions are actually named
10102 something starting with __ and the normal name is an alias. */
10103 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10111 if { (eval echo configure
:10112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10113 eval "ac_cv_func_$ac_func=yes"
10115 echo "configure: failed program was:" >&5
10116 cat conftest.
$ac_ext >&5
10118 eval "ac_cv_func_$ac_func=no"
10123 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10124 echo "$ac_t""yes" 1>&6
10125 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10126 cat >> confdefs.h
<<EOF
10127 #define $ac_tr_func 1
10131 echo "$ac_t""no" 1>&6
10137 for ac_hdr
in langinfo.h
10139 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10140 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10141 echo "configure:10142: checking for $ac_hdr" >&5
10142 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10143 echo $ac_n "(cached) $ac_c" 1>&6
10145 cat > conftest.
$ac_ext <<EOF
10146 #line 10147 "configure"
10147 #include "confdefs.h"
10150 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10151 { (eval echo configure
:10152: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10152 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10153 if test -z "$ac_err"; then
10155 eval "ac_cv_header_$ac_safe=yes"
10158 echo "configure: failed program was:" >&5
10159 cat conftest.
$ac_ext >&5
10161 eval "ac_cv_header_$ac_safe=no"
10165 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10166 echo "$ac_t""yes" 1>&6
10167 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10168 cat >> confdefs.h
<<EOF
10169 #define $ac_tr_hdr 1
10173 echo "$ac_t""no" 1>&6
10179 *-pc-os2_emx | *-pc-os2-emx )
10180 if test $ac_cv_header_langinfo_h = "yes"; then
10181 LIBS
="$LIBS -lintl"
10186 if test "$wxUSE_GUI" = "yes"; then
10187 if test "$wxUSE_UNIX" = "yes"; then
10188 for ac_hdr
in X
11/XKBlib.h
10190 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10191 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10192 echo "configure:10193: checking for $ac_hdr" >&5
10193 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10194 echo $ac_n "(cached) $ac_c" 1>&6
10196 cat > conftest.
$ac_ext <<EOF
10197 #line 10198 "configure"
10198 #include "confdefs.h"
10201 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10202 { (eval echo configure
:10203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10203 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10204 if test -z "$ac_err"; then
10206 eval "ac_cv_header_$ac_safe=yes"
10209 echo "configure: failed program was:" >&5
10210 cat conftest.
$ac_ext >&5
10212 eval "ac_cv_header_$ac_safe=no"
10216 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10217 echo "$ac_t""yes" 1>&6
10218 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10219 cat >> confdefs.h
<<EOF
10220 #define $ac_tr_hdr 1
10224 echo "$ac_t""no" 1>&6
10232 echo $ac_n "checking for working const""... $ac_c" 1>&6
10233 echo "configure:10234: checking for working const" >&5
10234 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
10235 echo $ac_n "(cached) $ac_c" 1>&6
10237 cat > conftest.
$ac_ext <<EOF
10238 #line 10239 "configure"
10239 #include "confdefs.h"
10243 /* Ultrix mips cc rejects this. */
10244 typedef int charset[2]; const charset x;
10245 /* SunOS 4.1.1 cc rejects this. */
10246 char const *const *ccp;
10248 /* NEC SVR4.0.2 mips cc rejects this. */
10249 struct point {int x, y;};
10250 static struct point const zero = {0,0};
10251 /* AIX XL C 1.02.0.0 rejects this.
10252 It does not let you subtract one const X* pointer from another in an arm
10253 of an if-expression whose if-part is not a constant expression */
10254 const char *g = "string";
10255 ccp = &g + (g ? g-g : 0);
10256 /* HPUX 7.0 cc rejects these. */
10259 ccp = (char const *const *) p;
10260 { /* SCO 3.2v4 cc rejects this. */
10262 char const *s = 0 ? (char *) 0 : (char const *) 0;
10266 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
10267 int x[] = {25, 17};
10268 const int *foo = &x[0];
10271 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
10272 typedef const int *iptr;
10276 { /* AIX XL C 1.02.0.0 rejects this saying
10277 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
10278 struct s { int j; const int *ap[3]; };
10279 struct s *b; b->j = 5;
10281 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10282 const int foo = 10;
10287 if { (eval echo configure
:10288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10291 echo "configure: failed program was:" >&5
10292 cat conftest.
$ac_ext >&5
10299 echo "$ac_t""$ac_cv_c_const" 1>&6
10300 if test $ac_cv_c_const = no
; then
10301 cat >> confdefs.h
<<\EOF
10307 echo $ac_n "checking for inline""... $ac_c" 1>&6
10308 echo "configure:10309: checking for inline" >&5
10309 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
10310 echo $ac_n "(cached) $ac_c" 1>&6
10313 for ac_kw
in inline __inline__ __inline
; do
10314 cat > conftest.
$ac_ext <<EOF
10315 #line 10316 "configure"
10316 #include "confdefs.h"
10322 if { (eval echo configure
:10323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10324 ac_cv_c_inline
=$ac_kw; break
10326 echo "configure: failed program was:" >&5
10327 cat conftest.
$ac_ext >&5
10334 echo "$ac_t""$ac_cv_c_inline" 1>&6
10335 case "$ac_cv_c_inline" in
10337 no
) cat >> confdefs.h
<<\EOF
10341 *) cat >> confdefs.h
<<EOF
10342 #define inline $ac_cv_c_inline
10348 echo $ac_n "checking size of char""... $ac_c" 1>&6
10349 echo "configure:10350: checking size of char" >&5
10350 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
10351 echo $ac_n "(cached) $ac_c" 1>&6
10353 if test "$cross_compiling" = yes; then
10354 ac_cv_sizeof_char
=1
10356 cat > conftest.
$ac_ext <<EOF
10357 #line 10358 "configure"
10358 #include "confdefs.h"
10360 #include <sys/types.h>
10363 FILE *f=fopen("conftestval", "w");
10365 fprintf(f, "%d\n", sizeof(char));
10369 if { (eval echo configure
:10370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10371 ac_cv_sizeof_char
=`cat conftestval`
10373 echo "configure: failed program was:" >&5
10374 cat conftest.
$ac_ext >&5
10376 ac_cv_sizeof_char
=0
10382 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
10383 cat >> confdefs.h
<<EOF
10384 #define SIZEOF_CHAR $ac_cv_sizeof_char
10388 echo $ac_n "checking size of short""... $ac_c" 1>&6
10389 echo "configure:10390: checking size of short" >&5
10390 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
10391 echo $ac_n "(cached) $ac_c" 1>&6
10393 if test "$cross_compiling" = yes; then
10394 ac_cv_sizeof_short
=2
10396 cat > conftest.
$ac_ext <<EOF
10397 #line 10398 "configure"
10398 #include "confdefs.h"
10400 #include <sys/types.h>
10403 FILE *f=fopen("conftestval", "w");
10405 fprintf(f, "%d\n", sizeof(short));
10409 if { (eval echo configure
:10410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10411 ac_cv_sizeof_short
=`cat conftestval`
10413 echo "configure: failed program was:" >&5
10414 cat conftest.
$ac_ext >&5
10416 ac_cv_sizeof_short
=0
10422 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
10423 cat >> confdefs.h
<<EOF
10424 #define SIZEOF_SHORT $ac_cv_sizeof_short
10428 echo $ac_n "checking size of void *""... $ac_c" 1>&6
10429 echo "configure:10430: checking size of void *" >&5
10430 if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
10431 echo $ac_n "(cached) $ac_c" 1>&6
10433 if test "$cross_compiling" = yes; then
10434 ac_cv_sizeof_void_p
=4
10436 cat > conftest.
$ac_ext <<EOF
10437 #line 10438 "configure"
10438 #include "confdefs.h"
10440 #include <sys/types.h>
10443 FILE *f=fopen("conftestval", "w");
10445 fprintf(f, "%d\n", sizeof(void *));
10449 if { (eval echo configure
:10450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10451 ac_cv_sizeof_void_p
=`cat conftestval`
10453 echo "configure: failed program was:" >&5
10454 cat conftest.
$ac_ext >&5
10456 ac_cv_sizeof_void_p
=0
10462 echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6
10463 cat >> confdefs.h
<<EOF
10464 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
10468 echo $ac_n "checking size of int""... $ac_c" 1>&6
10469 echo "configure:10470: checking size of int" >&5
10470 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
10471 echo $ac_n "(cached) $ac_c" 1>&6
10473 if test "$cross_compiling" = yes; then
10476 cat > conftest.
$ac_ext <<EOF
10477 #line 10478 "configure"
10478 #include "confdefs.h"
10480 #include <sys/types.h>
10483 FILE *f=fopen("conftestval", "w");
10485 fprintf(f, "%d\n", sizeof(int));
10489 if { (eval echo configure
:10490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10491 ac_cv_sizeof_int
=`cat conftestval`
10493 echo "configure: failed program was:" >&5
10494 cat conftest.
$ac_ext >&5
10502 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
10503 cat >> confdefs.h
<<EOF
10504 #define SIZEOF_INT $ac_cv_sizeof_int
10508 echo $ac_n "checking size of long""... $ac_c" 1>&6
10509 echo "configure:10510: checking size of long" >&5
10510 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
10511 echo $ac_n "(cached) $ac_c" 1>&6
10513 if test "$cross_compiling" = yes; then
10514 ac_cv_sizeof_long
=4
10516 cat > conftest.
$ac_ext <<EOF
10517 #line 10518 "configure"
10518 #include "confdefs.h"
10520 #include <sys/types.h>
10523 FILE *f=fopen("conftestval", "w");
10525 fprintf(f, "%d\n", sizeof(long));
10529 if { (eval echo configure
:10530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10531 ac_cv_sizeof_long
=`cat conftestval`
10533 echo "configure: failed program was:" >&5
10534 cat conftest.
$ac_ext >&5
10536 ac_cv_sizeof_long
=0
10542 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
10543 cat >> confdefs.h
<<EOF
10544 #define SIZEOF_LONG $ac_cv_sizeof_long
10551 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10552 echo "configure:10553: checking size of long long" >&5
10553 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10554 echo $ac_n "(cached) $ac_c" 1>&6
10556 if test "$cross_compiling" = yes; then
10557 ac_cv_sizeof_long_long
=8
10559 cat > conftest.
$ac_ext <<EOF
10560 #line 10561 "configure"
10561 #include "confdefs.h"
10563 #include <sys/types.h>
10566 FILE *f=fopen("conftestval", "w");
10568 fprintf(f, "%d\n", sizeof(long long));
10572 if { (eval echo configure
:10573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10574 ac_cv_sizeof_long_long
=`cat conftestval`
10576 echo "configure: failed program was:" >&5
10577 cat conftest.
$ac_ext >&5
10579 ac_cv_sizeof_long_long
=0
10585 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10586 cat >> confdefs.h
<<EOF
10587 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10593 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10594 echo "configure:10595: checking size of long long" >&5
10595 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10596 echo $ac_n "(cached) $ac_c" 1>&6
10598 if test "$cross_compiling" = yes; then
10599 ac_cv_sizeof_long_long
=0
10601 cat > conftest.
$ac_ext <<EOF
10602 #line 10603 "configure"
10603 #include "confdefs.h"
10605 #include <sys/types.h>
10608 FILE *f=fopen("conftestval", "w");
10610 fprintf(f, "%d\n", sizeof(long long));
10614 if { (eval echo configure
:10615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10616 ac_cv_sizeof_long_long
=`cat conftestval`
10618 echo "configure: failed program was:" >&5
10619 cat conftest.
$ac_ext >&5
10621 ac_cv_sizeof_long_long
=0
10627 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10628 cat >> confdefs.h
<<EOF
10629 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10633 if test "$ac_cv_sizeof_long_long" != "0"; then
10634 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
10638 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10639 echo "configure:10640: checking size of long long" >&5
10640 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10641 echo $ac_n "(cached) $ac_c" 1>&6
10643 if test "$cross_compiling" = yes; then
10644 ac_cv_sizeof_long_long
=0
10646 cat > conftest.
$ac_ext <<EOF
10647 #line 10648 "configure"
10648 #include "confdefs.h"
10650 #include <sys/types.h>
10653 FILE *f=fopen("conftestval", "w");
10655 fprintf(f, "%d\n", sizeof(long long));
10659 if { (eval echo configure
:10660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10661 ac_cv_sizeof_long_long
=`cat conftestval`
10663 echo "configure: failed program was:" >&5
10664 cat conftest.
$ac_ext >&5
10666 ac_cv_sizeof_long_long
=0
10672 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10673 cat >> confdefs.h
<<EOF
10674 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10680 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
10681 echo "configure:10682: checking size of wchar_t" >&5
10682 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
10683 echo $ac_n "(cached) $ac_c" 1>&6
10686 if test "$cross_compiling" = yes; then
10690 wx_cv_sizeof_wchar_t
=0
10693 wx_cv_sizeof_wchar_t
=4
10699 cat > conftest.
$ac_ext <<EOF
10700 #line 10701 "configure"
10701 #include "confdefs.h"
10703 /* DJGPP only has fake wchar_t: */
10705 # error "fake wchar_t"
10707 #ifdef HAVE_WCHAR_H
10709 # include <stddef.h>
10711 # include <wchar.h>
10713 #ifdef HAVE_STDLIB_H
10714 # include <stdlib.h>
10719 FILE *f=fopen("conftestval", "w");
10721 fprintf(f, "%i", sizeof(wchar_t));
10726 if { (eval echo configure
:10727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10728 wx_cv_sizeof_wchar_t
=`cat conftestval`
10730 echo "configure: failed program was:" >&5
10731 cat conftest.
$ac_ext >&5
10733 wx_cv_sizeof_wchar_t
=0
10741 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
10743 cat >> confdefs.h
<<EOF
10744 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
10748 # Check whether --enable-largefile or --disable-largefile was given.
10749 if test "${enable_largefile+set}" = set; then
10750 enableval
="$enable_largefile"
10754 if test "$enable_largefile" != no
; then
10757 echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6
10758 echo "configure:10759: checking for _FILE_OFFSET_BITS value needed for large files" >&5
10759 if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then
10760 echo $ac_n "(cached) $ac_c" 1>&6
10763 cat > conftest.
$ac_ext <<EOF
10764 #line 10765 "configure"
10765 #include "confdefs.h"
10766 #define _FILE_OFFSET_BITS 64
10767 #include <sys/types.h>
10770 unsigned int field: sizeof(off_t) == 8;
10775 if { (eval echo configure
:10776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10777 ac_cv_sys_file_offset_bits
=64
10779 echo "configure: failed program was:" >&5
10780 cat conftest.
$ac_ext >&5
10782 ac_cv_sys_file_offset_bits
=no
10789 echo "$ac_t""$ac_cv_sys_file_offset_bits" 1>&6
10791 if test "$ac_cv_sys_file_offset_bits" != no
; then
10793 cat >> confdefs.h
<<EOF
10794 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
10799 if test "x$wx_largefile" != "xyes"; then
10801 echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6
10802 echo "configure:10803: checking for _LARGE_FILES value needed for large files" >&5
10803 if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then
10804 echo $ac_n "(cached) $ac_c" 1>&6
10807 cat > conftest.
$ac_ext <<EOF
10808 #line 10809 "configure"
10809 #include "confdefs.h"
10810 #define _LARGE_FILES 1
10811 #include <sys/types.h>
10814 unsigned int field: sizeof(off_t) == 8;
10819 if { (eval echo configure
:10820: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10821 ac_cv_sys_large_files
=1
10823 echo "configure: failed program was:" >&5
10824 cat conftest.
$ac_ext >&5
10826 ac_cv_sys_large_files
=no
10833 echo "$ac_t""$ac_cv_sys_large_files" 1>&6
10835 if test "$ac_cv_sys_large_files" != no
; then
10837 cat >> confdefs.h
<<EOF
10838 #define _LARGE_FILES $ac_cv_sys_large_files
10845 echo $ac_n "checking if large file support is available""... $ac_c" 1>&6
10846 echo "configure:10847: checking if large file support is available" >&5
10847 if test "x$wx_largefile" = "xyes"; then
10848 cat >> confdefs.h
<<\EOF
10849 #define HAVE_LARGEFILE_SUPPORT 1
10853 echo "$ac_t""$wx_largefile" 1>&6
10857 if test "x$wx_largefile" = "xyes"; then
10858 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
10859 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
10861 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
10863 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
10866 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
10867 echo "configure:10868: checking whether byte ordering is bigendian" >&5
10868 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
10869 echo $ac_n "(cached) $ac_c" 1>&6
10871 ac_cv_c_bigendian
=unknown
10872 # See if sys/param.h defines the BYTE_ORDER macro.
10873 cat > conftest.
$ac_ext <<EOF
10874 #line 10875 "configure"
10875 #include "confdefs.h"
10876 #include <sys/types.h>
10877 #include <sys/param.h>
10880 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
10881 bogus endian macros
10885 if { (eval echo configure
:10886: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10887 # It does; now see whether it defined to BIG_ENDIAN or not.
10888 cat > conftest.
$ac_ext <<EOF
10889 #line 10890 "configure"
10890 #include "confdefs.h"
10891 #include <sys/types.h>
10892 #include <sys/param.h>
10895 #if BYTE_ORDER != BIG_ENDIAN
10900 if { (eval echo configure
:10901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10902 ac_cv_c_bigendian
=yes
10904 echo "configure: failed program was:" >&5
10905 cat conftest.
$ac_ext >&5
10907 ac_cv_c_bigendian
=no
10911 echo "configure: failed program was:" >&5
10912 cat conftest.
$ac_ext >&5
10915 if test $ac_cv_c_bigendian = unknown
; then
10916 if test "$cross_compiling" = yes; then
10917 ac_cv_c_bigendian
=unknown
10919 cat > conftest.
$ac_ext <<EOF
10920 #line 10921 "configure"
10921 #include "confdefs.h"
10923 /* Are we little or big endian? From Harbison&Steele. */
10927 char c[sizeof (long)];
10930 exit (u.c[sizeof (long) - 1] == 1);
10933 if { (eval echo configure
:10934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10935 ac_cv_c_bigendian
=no
10937 echo "configure: failed program was:" >&5
10938 cat conftest.
$ac_ext >&5
10940 ac_cv_c_bigendian
=yes
10948 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10949 if test $ac_cv_c_bigendian = unknown
; then
10950 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
10952 if test $ac_cv_c_bigendian = yes; then
10953 cat >> confdefs.h
<<\EOF
10954 #define WORDS_BIGENDIAN 1
10960 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
10961 echo "configure:10962: checking how to run the C++ preprocessor" >&5
10962 if test -z "$CXXCPP"; then
10963 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
10964 echo $ac_n "(cached) $ac_c" 1>&6
10967 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10968 ac_cpp
='$CXXCPP $CPPFLAGS'
10969 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10970 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10971 cross_compiling
=$ac_cv_prog_cxx_cross
10972 CXXCPP
="${CXX-g++} -E"
10973 cat > conftest.
$ac_ext <<EOF
10974 #line 10975 "configure"
10975 #include "confdefs.h"
10976 #include <stdlib.h>
10978 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10979 { (eval echo configure
:10980: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10980 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10981 if test -z "$ac_err"; then
10985 echo "configure: failed program was:" >&5
10986 cat conftest.
$ac_ext >&5
10991 ac_cv_prog_CXXCPP
="$CXXCPP"
10993 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10994 ac_cpp
='$CXXCPP $CPPFLAGS'
10995 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10996 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10997 cross_compiling
=$ac_cv_prog_cxx_cross
11000 CXXCPP
="$ac_cv_prog_CXXCPP"
11001 echo "$ac_t""$CXXCPP" 1>&6
11004 if test "$cross_compiling" = "yes"; then
11005 cat >> confdefs.h
<<\EOF
11006 #define wxUSE_IOSTREAMH 1
11012 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11013 ac_cpp
='$CXXCPP $CPPFLAGS'
11014 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11015 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11016 cross_compiling
=$ac_cv_prog_cxx_cross
11019 for ac_hdr
in iostream
11021 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11022 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11023 echo "configure:11024: checking for $ac_hdr" >&5
11024 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11025 echo $ac_n "(cached) $ac_c" 1>&6
11027 cat > conftest.
$ac_ext <<EOF
11028 #line 11029 "configure"
11029 #include "confdefs.h"
11032 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11033 { (eval echo configure
:11034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11034 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11035 if test -z "$ac_err"; then
11037 eval "ac_cv_header_$ac_safe=yes"
11040 echo "configure: failed program was:" >&5
11041 cat conftest.
$ac_ext >&5
11043 eval "ac_cv_header_$ac_safe=no"
11047 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11048 echo "$ac_t""yes" 1>&6
11049 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11050 cat >> confdefs.h
<<EOF
11051 #define $ac_tr_hdr 1
11055 echo "$ac_t""no" 1>&6
11060 if test "$ac_cv_header_iostream" = "yes" ; then
11063 cat >> confdefs.h
<<\EOF
11064 #define wxUSE_IOSTREAMH 1
11070 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11071 ac_cpp
='$CPP $CPPFLAGS'
11072 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11073 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11074 cross_compiling
=$ac_cv_prog_cc_cross
11080 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
11081 echo "configure:11082: checking if C++ compiler supports bool" >&5
11082 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
11083 echo $ac_n "(cached) $ac_c" 1>&6
11088 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11089 ac_cpp
='$CXXCPP $CPPFLAGS'
11090 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11091 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11092 cross_compiling
=$ac_cv_prog_cxx_cross
11095 cat > conftest.
$ac_ext <<EOF
11096 #line 11097 "configure"
11097 #include "confdefs.h"
11108 if { (eval echo configure
:11109: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11114 echo "configure: failed program was:" >&5
11115 cat conftest.
$ac_ext >&5
11125 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11126 ac_cpp
='$CPP $CPPFLAGS'
11127 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11128 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11129 cross_compiling
=$ac_cv_prog_cc_cross
11134 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
11136 if test "$wx_cv_cpp_bool" = "yes"; then
11137 cat >> confdefs.h
<<\EOF
11138 #define HAVE_BOOL 1
11145 echo $ac_n "checking if C++ compiler supports the explicit keyword""... $ac_c" 1>&6
11146 echo "configure:11147: checking if C++ compiler supports the explicit keyword" >&5
11147 if eval "test \"`echo '$''{'wx_cv_explicit'+set}'`\" = set"; then
11148 echo $ac_n "(cached) $ac_c" 1>&6
11153 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11154 ac_cpp
='$CXXCPP $CPPFLAGS'
11155 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11156 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11157 cross_compiling
=$ac_cv_prog_cxx_cross
11160 cat > conftest.
$ac_ext <<EOF
11161 #line 11162 "configure"
11162 #include "confdefs.h"
11164 class Foo { public: explicit Foo(int) {} };
11172 if { (eval echo configure
:11173: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11175 cat > conftest.
$ac_ext <<EOF
11176 #line 11177 "configure"
11177 #include "confdefs.h"
11179 class Foo { public: explicit Foo(int) {} };
11180 static void TakeFoo(const Foo& foo) { }
11189 if { (eval echo configure
:11190: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11193 echo "configure: failed program was:" >&5
11194 cat conftest.
$ac_ext >&5
11202 echo "configure: failed program was:" >&5
11203 cat conftest.
$ac_ext >&5
11211 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11212 ac_cpp
='$CPP $CPPFLAGS'
11213 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11214 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11215 cross_compiling
=$ac_cv_prog_cc_cross
11220 echo "$ac_t""$wx_cv_explicit" 1>&6
11222 if test "$wx_cv_explicit" = "yes"; then
11223 cat >> confdefs.h
<<\EOF
11224 #define HAVE_EXPLICIT 1
11230 echo $ac_n "checking whether the compiler supports const_cast<>""... $ac_c" 1>&6
11231 echo "configure:11232: checking whether the compiler supports const_cast<>" >&5
11232 if eval "test \"`echo '$''{'ac_cv_cxx_const_cast'+set}'`\" = set"; then
11233 echo $ac_n "(cached) $ac_c" 1>&6
11237 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11238 ac_cpp
='$CXXCPP $CPPFLAGS'
11239 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11240 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11241 cross_compiling
=$ac_cv_prog_cxx_cross
11243 cat > conftest.
$ac_ext <<EOF
11244 #line 11245 "configure"
11245 #include "confdefs.h"
11248 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
11251 if { (eval echo configure
:11252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11253 ac_cv_cxx_const_cast
=yes
11255 echo "configure: failed program was:" >&5
11256 cat conftest.
$ac_ext >&5
11258 ac_cv_cxx_const_cast
=no
11262 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11263 ac_cpp
='$CPP $CPPFLAGS'
11264 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11265 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11266 cross_compiling
=$ac_cv_prog_cc_cross
11271 echo "$ac_t""$ac_cv_cxx_const_cast" 1>&6
11272 if test "$ac_cv_cxx_const_cast" = yes; then
11273 cat >> confdefs.h
<<\EOF
11274 #define HAVE_CONST_CAST
11282 /usr/local/include \
11284 /usr/Motif-1.2/include \
11285 /usr/Motif-2.1/include \
11287 /usr/include/Motif1.2 \
11288 /opt/xpm/include/X11 \
11289 /opt/GBxpm/include/ \
11290 /opt/GBxpm/X11/include/ \
11292 /usr/Motif1.2/include \
11294 /usr/openwin/include \
11298 /usr/X11R6/include \
11299 /usr/X11R6.4/include \
11300 /usr/X11R5/include \
11301 /usr/X11R4/include \
11303 /usr/include/X11R6 \
11304 /usr/include/X11R5 \
11305 /usr/include/X11R4 \
11307 /usr/local/X11R6/include \
11308 /usr/local/X11R5/include \
11309 /usr/local/X11R4/include \
11311 /usr/local/include/X11R6 \
11312 /usr/local/include/X11R5 \
11313 /usr/local/include/X11R4 \
11317 /usr/local/X11/include \
11318 /usr/local/include/X11 \
11320 /usr/X386/include \
11321 /usr/x386/include \
11322 /usr/XFree86/include/X11 \
11324 X:/XFree86/include \
11325 X:/XFree86/include/X11 \
11328 /usr/local/include/gtk \
11329 /usr/include/glib \
11330 /usr/local/include/glib \
11333 /usr/local/include/qt \
11335 /usr/include/windows \
11336 /usr/include/wine \
11337 /usr/local/include/wine \
11339 /usr/unsupported/include \
11340 /usr/athena/include \
11341 /usr/local/x11r5/include \
11342 /usr/lpp/Xamples/include \
11344 /usr/openwin/share/include"
11346 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
11349 cat > confcache
<<\EOF
11350 # This file is a shell script that caches the results of configure
11351 # tests run on this system so they can be shared between configure
11352 # scripts and configure runs. It is not useful on other systems.
11353 # If it contains results you don't want to keep, you may remove or edit it.
11355 # By default, configure uses ./config.cache as the cache file,
11356 # creating it if it does not exist already. You can give configure
11357 # the --cache-file=FILE option to use a different cache file; that is
11358 # what configure does when it calls configure scripts in
11359 # subdirectories, so they share the cache.
11360 # Giving --cache-file=/dev/null disables caching, for debugging configure.
11361 # config.status only pays attention to the cache file if you give it the
11362 # --recheck option to rerun configure.
11365 # The following way of writing the cache mishandles newlines in values,
11366 # but we know of no workaround that is simple, portable, and efficient.
11367 # So, don't put newlines in cache variables' values.
11368 # Ultrix sh set writes to stderr and can't be redirected directly,
11369 # and sets the high bit in the cache file unless we assign to the vars.
11371 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11373 # `set' does not quote correctly, so add quotes (double-quote substitution
11374 # turns \\\\ into \\, and sed turns \\ into \).
11376 -e "s/'/'\\\\''/g" \
11377 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
11380 # `set' quotes correctly as required by POSIX, so do not add quotes.
11381 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
11384 if cmp -s $cache_file confcache
; then
11387 if test -w $cache_file; then
11388 echo "updating cache $cache_file"
11389 cat confcache
> $cache_file
11391 echo "not updating unwritable cache $cache_file"
11397 if test "$USE_LINUX" = 1; then
11398 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
11399 echo "configure:11400: checking for glibc 2.1 or later" >&5
11400 if eval "test \"`echo '$''{'wx_cv_lib_glibc21'+set}'`\" = set"; then
11401 echo $ac_n "(cached) $ac_c" 1>&6
11404 cat > conftest.
$ac_ext <<EOF
11405 #line 11406 "configure"
11406 #include "confdefs.h"
11407 #include <features.h>
11410 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
11411 #error not glibc2.1
11416 if { (eval echo configure
:11417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11419 wx_cv_lib_glibc21
=yes
11422 echo "configure: failed program was:" >&5
11423 cat conftest.
$ac_ext >&5
11426 wx_cv_lib_glibc21
=no
11434 echo "$ac_t""$wx_cv_lib_glibc21" 1>&6
11435 if test "$wx_cv_lib_glibc21" = "yes"; then
11436 cat >> confdefs.h
<<\EOF
11437 #define wxHAVE_GLIBC2 1
11443 if test "x$wx_cv_lib_glibc21" = "xyes"; then
11444 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
11445 cat >> confdefs.h
<<\EOF
11446 #define _GNU_SOURCE 1
11455 if test "$wxUSE_REGEX" != "no"; then
11456 cat >> confdefs.h
<<\EOF
11457 #define wxUSE_REGEX 1
11461 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
11462 ac_safe
=`echo "regex.h" | sed 'y%./+-%__p_%'`
11463 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
11464 echo "configure:11465: checking for regex.h" >&5
11465 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11466 echo $ac_n "(cached) $ac_c" 1>&6
11468 cat > conftest.
$ac_ext <<EOF
11469 #line 11470 "configure"
11470 #include "confdefs.h"
11473 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11474 { (eval echo configure
:11475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11475 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11476 if test -z "$ac_err"; then
11478 eval "ac_cv_header_$ac_safe=yes"
11481 echo "configure: failed program was:" >&5
11482 cat conftest.
$ac_ext >&5
11484 eval "ac_cv_header_$ac_safe=no"
11488 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11489 echo "$ac_t""yes" 1>&6
11490 for ac_func
in regcomp
11492 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11493 echo "configure:11494: checking for $ac_func" >&5
11494 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11495 echo $ac_n "(cached) $ac_c" 1>&6
11497 cat > conftest.
$ac_ext <<EOF
11498 #line 11499 "configure"
11499 #include "confdefs.h"
11500 /* System header to define __stub macros and hopefully few prototypes,
11501 which can conflict with char $ac_func(); below. */
11502 #include <assert.h>
11503 /* Override any gcc2 internal prototype to avoid an error. */
11504 /* We use char because int might match the return type of a gcc2
11505 builtin and then its argument prototype would still apply. */
11510 /* The GNU C library defines this for functions which it implements
11511 to always fail with ENOSYS. Some functions are actually named
11512 something starting with __ and the normal name is an alias. */
11513 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11521 if { (eval echo configure
:11522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11523 eval "ac_cv_func_$ac_func=yes"
11525 echo "configure: failed program was:" >&5
11526 cat conftest.
$ac_ext >&5
11528 eval "ac_cv_func_$ac_func=no"
11533 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11534 echo "$ac_t""yes" 1>&6
11535 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11536 cat >> confdefs.h
<<EOF
11537 #define $ac_tr_func 1
11541 echo "$ac_t""no" 1>&6
11546 echo "$ac_t""no" 1>&6
11550 if test "x$ac_cv_func_regcomp" != "xyes"; then
11551 if test "$wxUSE_REGEX" = "sys" ; then
11552 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
11554 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
11555 wxUSE_REGEX
=builtin
11562 if test "$wxUSE_REGEX" = "builtin" ; then
11563 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
11570 if test "$wxUSE_ZLIB" != "no" ; then
11571 cat >> confdefs.h
<<\EOF
11572 #define wxUSE_ZLIB 1
11576 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
11577 if test "$USE_DARWIN" = 1; then
11578 system_zlib_h_ok
="yes"
11580 echo $ac_n "checking for zlib.h >= 1.1.4""... $ac_c" 1>&6
11581 echo "configure:11582: checking for zlib.h >= 1.1.4" >&5
11582 if eval "test \"`echo '$''{'ac_cv_header_zlib_h'+set}'`\" = set"; then
11583 echo $ac_n "(cached) $ac_c" 1>&6
11585 if test "$cross_compiling" = yes; then
11586 unset ac_cv_header_zlib_h
11589 cat > conftest.
$ac_ext <<EOF
11590 #line 11591 "configure"
11591 #include "confdefs.h"
11598 FILE *f=fopen("conftestval", "w");
11601 ZLIB_VERSION[0] == '1' &&
11602 (ZLIB_VERSION[2] > '1' ||
11603 (ZLIB_VERSION[2] == '1' &&
11604 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
11609 if { (eval echo configure
:11610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11611 ac_cv_header_zlib_h
=`cat conftestval`
11613 echo "configure: failed program was:" >&5
11614 cat conftest.
$ac_ext >&5
11616 ac_cv_header_zlib_h
=no
11624 echo "$ac_t""$ac_cv_header_zlib_h" 1>&6
11625 ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'`
11626 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
11627 echo "configure:11628: checking for zlib.h" >&5
11628 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11629 echo $ac_n "(cached) $ac_c" 1>&6
11631 cat > conftest.
$ac_ext <<EOF
11632 #line 11633 "configure"
11633 #include "confdefs.h"
11636 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11637 { (eval echo configure
:11638: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11638 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11639 if test -z "$ac_err"; then
11641 eval "ac_cv_header_$ac_safe=yes"
11644 echo "configure: failed program was:" >&5
11645 cat conftest.
$ac_ext >&5
11647 eval "ac_cv_header_$ac_safe=no"
11651 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11652 echo "$ac_t""yes" 1>&6
11655 echo "$ac_t""no" 1>&6
11659 system_zlib_h_ok
=$ac_cv_header_zlib_h
11662 if test "$system_zlib_h_ok" = "yes"; then
11663 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
11664 echo "configure:11665: checking for deflate in -lz" >&5
11665 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'`
11666 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11667 echo $ac_n "(cached) $ac_c" 1>&6
11669 ac_save_LIBS
="$LIBS"
11671 cat > conftest.
$ac_ext <<EOF
11672 #line 11673 "configure"
11673 #include "confdefs.h"
11674 /* Override any gcc2 internal prototype to avoid an error. */
11675 /* We use char because int might match the return type of a gcc2
11676 builtin and then its argument prototype would still apply. */
11683 if { (eval echo configure
:11684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11685 eval "ac_cv_lib_$ac_lib_var=yes"
11687 echo "configure: failed program was:" >&5
11688 cat conftest.
$ac_ext >&5
11690 eval "ac_cv_lib_$ac_lib_var=no"
11693 LIBS
="$ac_save_LIBS"
11696 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11697 echo "$ac_t""yes" 1>&6
11700 echo "$ac_t""no" 1>&6
11705 if test "x$ZLIB_LINK" = "x" ; then
11706 if test "$wxUSE_ZLIB" = "sys" ; then
11707 { echo "configure: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
11709 echo "configure: warning: zlib library not found or too old, will use built-in instead" 1>&2
11717 if test "$wxUSE_ZLIB" = "builtin" ; then
11718 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
11725 if test "$wxUSE_LIBPNG" != "no" ; then
11726 cat >> confdefs.h
<<\EOF
11727 #define wxUSE_LIBPNG 1
11731 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
11732 echo "configure: warning: wxMGL doesn't work with builtin png library, will use MGL one instead" 1>&2
11736 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
11737 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
11738 wxUSE_LIBPNG
=builtin
11741 if test "$wxUSE_MGL" != 1 ; then
11742 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
11743 echo $ac_n "checking for png.h > 0.90""... $ac_c" 1>&6
11744 echo "configure:11745: checking for png.h > 0.90" >&5
11745 if eval "test \"`echo '$''{'ac_cv_header_png_h'+set}'`\" = set"; then
11746 echo $ac_n "(cached) $ac_c" 1>&6
11748 if test "$cross_compiling" = yes; then
11749 unset ac_cv_header_png_h
11752 cat > conftest.
$ac_ext <<EOF
11753 #line 11754 "configure"
11754 #include "confdefs.h"
11761 FILE *f=fopen("conftestval", "w");
11764 PNG_LIBPNG_VER > 90 ? "yes" : "no");
11769 if { (eval echo configure
:11770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11771 ac_cv_header_png_h
=`cat conftestval`
11773 echo "configure: failed program was:" >&5
11774 cat conftest.
$ac_ext >&5
11776 ac_cv_header_png_h
=no
11784 echo "$ac_t""$ac_cv_header_png_h" 1>&6
11785 ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'`
11786 echo $ac_n "checking for png.h""... $ac_c" 1>&6
11787 echo "configure:11788: checking for png.h" >&5
11788 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11789 echo $ac_n "(cached) $ac_c" 1>&6
11791 cat > conftest.
$ac_ext <<EOF
11792 #line 11793 "configure"
11793 #include "confdefs.h"
11796 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11797 { (eval echo configure
:11798: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11798 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11799 if test -z "$ac_err"; then
11801 eval "ac_cv_header_$ac_safe=yes"
11804 echo "configure: failed program was:" >&5
11805 cat conftest.
$ac_ext >&5
11807 eval "ac_cv_header_$ac_safe=no"
11811 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11812 echo "$ac_t""yes" 1>&6
11815 echo "$ac_t""no" 1>&6
11819 if test "$ac_cv_header_png_h" = "yes"; then
11820 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
11821 echo "configure:11822: checking for png_check_sig in -lpng" >&5
11822 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
11823 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11824 echo $ac_n "(cached) $ac_c" 1>&6
11826 ac_save_LIBS
="$LIBS"
11827 LIBS
="-lpng -lz -lm $LIBS"
11828 cat > conftest.
$ac_ext <<EOF
11829 #line 11830 "configure"
11830 #include "confdefs.h"
11831 /* Override any gcc2 internal prototype to avoid an error. */
11832 /* We use char because int might match the return type of a gcc2
11833 builtin and then its argument prototype would still apply. */
11834 char png_check_sig();
11840 if { (eval echo configure
:11841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11842 eval "ac_cv_lib_$ac_lib_var=yes"
11844 echo "configure: failed program was:" >&5
11845 cat conftest.
$ac_ext >&5
11847 eval "ac_cv_lib_$ac_lib_var=no"
11850 LIBS
="$ac_save_LIBS"
11853 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11854 echo "$ac_t""yes" 1>&6
11857 echo "$ac_t""no" 1>&6
11862 if test "x$PNG_LINK" = "x" ; then
11863 if test "$wxUSE_LIBPNG" = "sys" ; then
11864 { echo "configure: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
11866 echo "configure: warning: system png library not found or too old, will use built-in instead" 1>&2
11867 wxUSE_LIBPNG
=builtin
11875 if test "$wxUSE_LIBPNG" = "builtin" ; then
11876 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
11879 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
11885 if test "$wxUSE_LIBJPEG" != "no" ; then
11886 cat >> confdefs.h
<<\EOF
11887 #define wxUSE_LIBJPEG 1
11891 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
11892 echo "configure: warning: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" 1>&2
11896 if test "$wxUSE_MGL" != 1 ; then
11897 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
11898 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
11899 echo "configure:11900: checking for jpeglib.h" >&5
11900 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
11901 echo $ac_n "(cached) $ac_c" 1>&6
11903 cat > conftest.
$ac_ext <<EOF
11904 #line 11905 "configure"
11905 #include "confdefs.h"
11907 #undef HAVE_STDLIB_H
11909 #include <jpeglib.h>
11916 if { (eval echo configure
:11917: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11918 ac_cv_header_jpeglib_h
=yes
11920 echo "configure: failed program was:" >&5
11921 cat conftest.
$ac_ext >&5
11923 ac_cv_header_jpeglib_h
=no
11930 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
11932 if test "$ac_cv_header_jpeglib_h" = "yes"; then
11933 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
11934 echo "configure:11935: checking for jpeg_read_header in -ljpeg" >&5
11935 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
11936 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11937 echo $ac_n "(cached) $ac_c" 1>&6
11939 ac_save_LIBS
="$LIBS"
11940 LIBS
="-ljpeg $LIBS"
11941 cat > conftest.
$ac_ext <<EOF
11942 #line 11943 "configure"
11943 #include "confdefs.h"
11944 /* Override any gcc2 internal prototype to avoid an error. */
11945 /* We use char because int might match the return type of a gcc2
11946 builtin and then its argument prototype would still apply. */
11947 char jpeg_read_header();
11953 if { (eval echo configure
:11954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11955 eval "ac_cv_lib_$ac_lib_var=yes"
11957 echo "configure: failed program was:" >&5
11958 cat conftest.
$ac_ext >&5
11960 eval "ac_cv_lib_$ac_lib_var=no"
11963 LIBS
="$ac_save_LIBS"
11966 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11967 echo "$ac_t""yes" 1>&6
11968 JPEG_LINK
=" -ljpeg"
11970 echo "$ac_t""no" 1>&6
11975 if test "x$JPEG_LINK" = "x" ; then
11976 if test "$wxUSE_LIBJPEG" = "sys" ; then
11977 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
11979 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
11980 wxUSE_LIBJPEG
=builtin
11988 if test "$wxUSE_LIBJPEG" = "builtin" ; then
11989 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
11996 TIFF_PREREQ_LINKS
=-lm
11997 if test "$wxUSE_LIBTIFF" != "no" ; then
11998 cat >> confdefs.h
<<\EOF
11999 #define wxUSE_LIBTIFF 1
12003 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
12004 if test "$wxUSE_LIBJPEG" = "sys"; then
12005 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
12007 if test "$wxUSE_ZLIB" = "sys"; then
12008 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
12010 ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
12011 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
12012 echo "configure:12013: checking for tiffio.h" >&5
12013 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12014 echo $ac_n "(cached) $ac_c" 1>&6
12016 cat > conftest.
$ac_ext <<EOF
12017 #line 12018 "configure"
12018 #include "confdefs.h"
12019 #include <tiffio.h>
12021 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12022 { (eval echo configure
:12023: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12023 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12024 if test -z "$ac_err"; then
12026 eval "ac_cv_header_$ac_safe=yes"
12029 echo "configure: failed program was:" >&5
12030 cat conftest.
$ac_ext >&5
12032 eval "ac_cv_header_$ac_safe=no"
12036 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12037 echo "$ac_t""yes" 1>&6
12038 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
12039 echo "configure:12040: checking for TIFFError in -ltiff" >&5
12040 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
12041 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12042 echo $ac_n "(cached) $ac_c" 1>&6
12044 ac_save_LIBS
="$LIBS"
12045 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
12046 cat > conftest.
$ac_ext <<EOF
12047 #line 12048 "configure"
12048 #include "confdefs.h"
12049 /* Override any gcc2 internal prototype to avoid an error. */
12050 /* We use char because int might match the return type of a gcc2
12051 builtin and then its argument prototype would still apply. */
12058 if { (eval echo configure
:12059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12060 eval "ac_cv_lib_$ac_lib_var=yes"
12062 echo "configure: failed program was:" >&5
12063 cat conftest.
$ac_ext >&5
12065 eval "ac_cv_lib_$ac_lib_var=no"
12068 LIBS
="$ac_save_LIBS"
12071 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12072 echo "$ac_t""yes" 1>&6
12073 TIFF_LINK
=" -ltiff"
12075 echo "$ac_t""no" 1>&6
12080 echo "$ac_t""no" 1>&6
12084 if test "x$TIFF_LINK" = "x" ; then
12085 if test "$wxUSE_LIBTIFF" = "sys" ; then
12086 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
12088 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
12089 wxUSE_LIBTIFF
=builtin
12096 if test "$wxUSE_LIBTIFF" = "builtin" ; then
12097 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
12109 if test "$USE_WIN32" = 1 ; then
12110 for ac_hdr
in w32api.h
12112 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12113 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12114 echo "configure:12115: checking for $ac_hdr" >&5
12115 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12116 echo $ac_n "(cached) $ac_c" 1>&6
12118 cat > conftest.
$ac_ext <<EOF
12119 #line 12120 "configure"
12120 #include "confdefs.h"
12123 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12124 { (eval echo configure
:12125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12125 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12126 if test -z "$ac_err"; then
12128 eval "ac_cv_header_$ac_safe=yes"
12131 echo "configure: failed program was:" >&5
12132 cat conftest.
$ac_ext >&5
12134 eval "ac_cv_header_$ac_safe=no"
12138 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12139 echo "$ac_t""yes" 1>&6
12140 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
12141 cat >> confdefs.h
<<EOF
12142 #define $ac_tr_hdr 1
12146 echo "$ac_t""no" 1>&6
12150 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
12151 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
12152 echo "configure:12153: checking for windows.h" >&5
12153 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12154 echo $ac_n "(cached) $ac_c" 1>&6
12156 cat > conftest.
$ac_ext <<EOF
12157 #line 12158 "configure"
12158 #include "confdefs.h"
12159 #include <windows.h>
12161 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12162 { (eval echo configure
:12163: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12163 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12164 if test -z "$ac_err"; then
12166 eval "ac_cv_header_$ac_safe=yes"
12169 echo "configure: failed program was:" >&5
12170 cat conftest.
$ac_ext >&5
12172 eval "ac_cv_header_$ac_safe=no"
12176 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
12177 echo "$ac_t""yes" 1>&6
12180 echo "$ac_t""no" 1>&6
12182 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
12187 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
12188 echo "configure:12189: checking if w32api has good enough MSIE support" >&5
12189 if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
12190 echo $ac_n "(cached) $ac_c" 1>&6
12193 cat > conftest.
$ac_ext <<EOF
12194 #line 12195 "configure"
12195 #include "confdefs.h"
12196 #include <w32api.h>
12199 #define wxCHECK_W32API_VERSION( major, minor ) \
12200 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
12201 && ( ( __W32API_MAJOR_VERSION > (major) ) \
12202 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
12204 #if !wxCHECK_W32API_VERSION(1,1)
12205 #error You need w32api 1.1 or newer
12210 if { (eval echo configure
:12211: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12213 wx_cv_w32api_win32_ie
=yes
12216 echo "configure: failed program was:" >&5
12217 cat conftest.
$ac_ext >&5
12220 wx_cv_w32api_win32_ie
=no
12227 echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
12228 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
12229 CPPFLAGS
="$CPPFLAGS -D_WIN32_IE=0x400"
12232 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
12236 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
12237 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
12240 if test "$wxUSE_ODBC" = "yes" ; then
12241 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
12244 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
12245 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
12247 WIN32INSTALL
=win32install
12250 if test "$USE_DARWIN" = 1; then
12251 if test "$wxUSE_PRECOMP" = "yes"; then
12252 CPPFLAGS
="$CPPFLAGS -cpp-precomp"
12254 CPPFLAGS
="$CPPFLAGS -no-cpp-precomp"
12258 if test "$wxUSE_GUI" = "yes"; then
12267 if test "$wxUSE_MSW" = 1 ; then
12271 LDFLAGS
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
12274 if test "$wxUSE_GTK" = 1; then
12275 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
12276 echo "configure:12277: checking for GTK+ version" >&5
12278 gtk_version_cached
=1
12279 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
12280 echo $ac_n "(cached) $ac_c" 1>&6
12283 gtk_version_cached
=0
12284 echo "$ac_t""" 1>&6
12287 if test "$wxUSE_THREADS" = "yes"; then
12288 GTK_MODULES
=gthread
12292 if test "x$wxUSE_GTK2" = "xyes"; then
12293 # Check whether --enable-gtktest or --disable-gtktest was given.
12294 if test "${enable_gtktest+set}" = set; then
12295 enableval
="$enable_gtktest"
12302 pkg_config_args
=gtk
+-2.0
12303 for module
in .
$GTK_MODULES
12307 pkg_config_args
="$pkg_config_args gthread-2.0"
12314 # Extract the first word of "pkg-config", so it can be a program name with args.
12315 set dummy pkg
-config; ac_word
=$2
12316 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12317 echo "configure:12318: checking for $ac_word" >&5
12318 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
12319 echo $ac_n "(cached) $ac_c" 1>&6
12321 case "$PKG_CONFIG" in
12323 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
12326 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a dos path.
12329 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
12331 for ac_dir
in $ac_dummy; do
12332 test -z "$ac_dir" && ac_dir
=.
12333 if test -f $ac_dir/$ac_word; then
12334 ac_cv_path_PKG_CONFIG
="$ac_dir/$ac_word"
12339 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
12343 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
12344 if test -n "$PKG_CONFIG"; then
12345 echo "$ac_t""$PKG_CONFIG" 1>&6
12347 echo "$ac_t""no" 1>&6
12351 if test x
$PKG_CONFIG != xno
; then
12352 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
12355 echo *** pkg
-config too old
; version
0.7 or better required.
12363 min_gtk_version
=2.0.0
12364 echo $ac_n "checking for GTK+ - version >= $min_gtk_version""... $ac_c" 1>&6
12365 echo "configure:12366: checking for GTK+ - version >= $min_gtk_version" >&5
12367 if test x
$PKG_CONFIG != xno
; then
12368 ## don't try to run the test against uninstalled libtool libs
12369 if $PKG_CONFIG --uninstalled $pkg_config_args; then
12370 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
12374 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
12381 if test x
"$no_gtk" = x
; then
12382 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
12383 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
12384 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
12385 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12386 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
12387 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12388 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
12389 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12390 if test "x$enable_gtktest" = "xyes" ; then
12391 ac_save_CFLAGS
="$CFLAGS"
12392 ac_save_LIBS
="$LIBS"
12393 CFLAGS
="$CFLAGS $GTK_CFLAGS"
12394 LIBS
="$GTK_LIBS $LIBS"
12396 if test "$cross_compiling" = yes; then
12397 echo $ac_n "cross compiling; assumed OK... $ac_c"
12399 cat > conftest.
$ac_ext <<EOF
12400 #line 12401 "configure"
12401 #include "confdefs.h"
12403 #include <gtk/gtk.h>
12405 #include <stdlib.h>
12410 int major, minor, micro;
12413 system ("touch conf.gtktest");
12415 /* HP/UX 9 (%@#!) writes to sscanf strings */
12416 tmp_version = g_strdup("$min_gtk_version");
12417 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
12418 printf("%s, bad version string\n", "$min_gtk_version");
12422 if ((gtk_major_version != $gtk_config_major_version) ||
12423 (gtk_minor_version != $gtk_config_minor_version) ||
12424 (gtk_micro_version != $gtk_config_micro_version))
12426 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12427 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12428 gtk_major_version, gtk_minor_version, gtk_micro_version);
12429 printf ("*** was found! If pkg-config was correct, then it is best\n");
12430 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12431 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12432 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12433 printf("*** required on your system.\n");
12434 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
12435 printf("*** to point to the correct configuration files\n");
12437 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12438 (gtk_minor_version != GTK_MINOR_VERSION) ||
12439 (gtk_micro_version != GTK_MICRO_VERSION))
12441 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12442 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12443 printf("*** library (version %d.%d.%d)\n",
12444 gtk_major_version, gtk_minor_version, gtk_micro_version);
12448 if ((gtk_major_version > major) ||
12449 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12450 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12456 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12457 gtk_major_version, gtk_minor_version, gtk_micro_version);
12458 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12459 major, minor, micro);
12460 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12462 printf("*** If you have already installed a sufficiently new version, this error\n");
12463 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
12464 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12465 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
12466 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
12467 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
12468 printf("*** so that the correct libraries are found at run-time))\n");
12475 if { (eval echo configure
:12476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12479 echo "configure: failed program was:" >&5
12480 cat conftest.
$ac_ext >&5
12487 CFLAGS
="$ac_save_CFLAGS"
12488 LIBS
="$ac_save_LIBS"
12491 if test "x$no_gtk" = x
; then
12492 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
12495 echo "$ac_t""no" 1>&6
12496 if test "$PKG_CONFIG" = "no" ; then
12497 echo "*** A new enough version of pkg-config was not found."
12498 echo "*** See http://pkgconfig.sourceforge.net"
12500 if test -f conf.gtktest
; then
12503 echo "*** Could not run GTK+ test program, checking why..."
12504 ac_save_CFLAGS
="$CFLAGS"
12505 ac_save_LIBS
="$LIBS"
12506 CFLAGS
="$CFLAGS $GTK_CFLAGS"
12507 LIBS
="$LIBS $GTK_LIBS"
12508 cat > conftest.
$ac_ext <<EOF
12509 #line 12510 "configure"
12510 #include "confdefs.h"
12512 #include <gtk/gtk.h>
12516 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
12519 if { (eval echo configure
:12520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12521 echo "*** The test program compiled, but did not run. This usually means"
12522 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
12523 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
12524 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
12525 echo "*** to the installed location Also, make sure you have run ldconfig if that"
12526 echo "*** is required on your system"
12528 echo "*** If you have an old version installed, it is best to remove it, although"
12529 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12531 echo "configure: failed program was:" >&5
12532 cat conftest.
$ac_ext >&5
12534 echo "*** The test program failed to compile or link. See the file config.log for the"
12535 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
12538 CFLAGS
="$ac_save_CFLAGS"
12539 LIBS
="$ac_save_LIBS"
12551 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
12552 if test "${with_gtk_prefix+set}" = set; then
12553 withval
="$with_gtk_prefix"
12554 gtk_config_prefix
="$withval"
12556 gtk_config_prefix
=""
12559 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
12560 if test "${with_gtk_exec_prefix+set}" = set; then
12561 withval
="$with_gtk_exec_prefix"
12562 gtk_config_exec_prefix
="$withval"
12564 gtk_config_exec_prefix
=""
12567 # Check whether --enable-gtktest or --disable-gtktest was given.
12568 if test "${enable_gtktest+set}" = set; then
12569 enableval
="$enable_gtktest"
12576 for module
in .
$GTK_MODULES
12580 gtk_config_args
="$gtk_config_args gthread"
12585 if test x
$gtk_config_exec_prefix != x
; then
12586 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
12587 if test x
${GTK_CONFIG+set} != xset
; then
12588 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
12591 if test x
$gtk_config_prefix != x
; then
12592 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
12593 if test x
${GTK_CONFIG+set} != xset
; then
12594 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
12598 # Extract the first word of "gtk-config", so it can be a program name with args.
12599 set dummy gtk
-config; ac_word
=$2
12600 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12601 echo "configure:12602: checking for $ac_word" >&5
12602 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
12603 echo $ac_n "(cached) $ac_c" 1>&6
12605 case "$GTK_CONFIG" in
12607 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
12610 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
12613 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
12615 for ac_dir
in $ac_dummy; do
12616 test -z "$ac_dir" && ac_dir
=.
12617 if test -f $ac_dir/$ac_word; then
12618 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
12623 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
12627 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
12628 if test -n "$GTK_CONFIG"; then
12629 echo "$ac_t""$GTK_CONFIG" 1>&6
12631 echo "$ac_t""no" 1>&6
12634 min_gtk_version
=1.2.7
12635 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
12636 echo "configure:12637: checking for GTK - version >= $min_gtk_version" >&5
12638 if test "$GTK_CONFIG" = "no" ; then
12641 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
12642 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
12643 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
12644 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12645 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
12646 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12647 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
12648 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12649 if test "x$enable_gtktest" = "xyes" ; then
12650 ac_save_CFLAGS
="$CFLAGS"
12651 ac_save_LIBS
="$LIBS"
12652 CFLAGS
="$CFLAGS $GTK_CFLAGS"
12653 LIBS
="$GTK_LIBS $LIBS"
12655 if test "$cross_compiling" = yes; then
12656 echo $ac_n "cross compiling; assumed OK... $ac_c"
12658 cat > conftest.
$ac_ext <<EOF
12659 #line 12660 "configure"
12660 #include "confdefs.h"
12662 #include <gtk/gtk.h>
12664 #include <stdlib.h>
12669 int major, minor, micro;
12672 system ("touch conf.gtktest");
12674 /* HP/UX 9 (%@#!) writes to sscanf strings */
12675 tmp_version = g_strdup("$min_gtk_version");
12676 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
12677 printf("%s, bad version string\n", "$min_gtk_version");
12681 if ((gtk_major_version != $gtk_config_major_version) ||
12682 (gtk_minor_version != $gtk_config_minor_version) ||
12683 (gtk_micro_version != $gtk_config_micro_version))
12685 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12686 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12687 gtk_major_version, gtk_minor_version, gtk_micro_version);
12688 printf ("*** was found! If gtk-config was correct, then it is best\n");
12689 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12690 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12691 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12692 printf("*** required on your system.\n");
12693 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
12694 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
12695 printf("*** before re-running configure\n");
12697 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
12698 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12699 (gtk_minor_version != GTK_MINOR_VERSION) ||
12700 (gtk_micro_version != GTK_MICRO_VERSION))
12702 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12703 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12704 printf("*** library (version %d.%d.%d)\n",
12705 gtk_major_version, gtk_minor_version, gtk_micro_version);
12707 #endif /* defined (GTK_MAJOR_VERSION) ... */
12710 if ((gtk_major_version > major) ||
12711 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12712 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12718 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12719 gtk_major_version, gtk_minor_version, gtk_micro_version);
12720 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12721 major, minor, micro);
12722 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12724 printf("*** If you have already installed a sufficiently new version, this error\n");
12725 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
12726 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12727 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
12728 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
12729 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
12730 printf("*** so that the correct libraries are found at run-time))\n");
12737 if { (eval echo configure
:12738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12741 echo "configure: failed program was:" >&5
12742 cat conftest.
$ac_ext >&5
12749 CFLAGS
="$ac_save_CFLAGS"
12750 LIBS
="$ac_save_LIBS"
12753 if test "x$no_gtk" = x
; then
12754 echo "$ac_t""yes" 1>&6
12755 wx_cv_lib_gtk
=1.2.7
12757 echo "$ac_t""no" 1>&6
12758 if test "$GTK_CONFIG" = "no" ; then
12759 echo "*** The gtk-config script installed by GTK could not be found"
12760 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
12761 echo "*** your path, or set the GTK_CONFIG environment variable to the"
12762 echo "*** full path to gtk-config."
12764 if test -f conf.gtktest
; then
12767 echo "*** Could not run GTK test program, checking why..."
12768 CFLAGS
="$CFLAGS $GTK_CFLAGS"
12769 LIBS
="$LIBS $GTK_LIBS"
12770 cat > conftest.
$ac_ext <<EOF
12771 #line 12772 "configure"
12772 #include "confdefs.h"
12774 #include <gtk/gtk.h>
12778 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
12781 if { (eval echo configure
:12782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12783 echo "*** The test program compiled, but did not run. This usually means"
12784 echo "*** that the run-time linker is not finding GTK or finding the wrong"
12785 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
12786 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
12787 echo "*** to the installed location Also, make sure you have run ldconfig if that"
12788 echo "*** is required on your system"
12790 echo "*** If you have an old version installed, it is best to remove it, although"
12791 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12793 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
12794 echo "*** came with the system with the command"
12796 echo "*** rpm --erase --nodeps gtk gtk-devel"
12798 echo "configure: failed program was:" >&5
12799 cat conftest.
$ac_ext >&5
12801 echo "*** The test program failed to compile or link. See the file config.log for the"
12802 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
12803 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
12804 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
12807 CFLAGS
="$ac_save_CFLAGS"
12808 LIBS
="$ac_save_LIBS"
12820 if test -z "$wx_cv_lib_gtk"; then
12821 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
12822 if test "${with_gtk_prefix+set}" = set; then
12823 withval
="$with_gtk_prefix"
12824 gtk_config_prefix
="$withval"
12826 gtk_config_prefix
=""
12829 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
12830 if test "${with_gtk_exec_prefix+set}" = set; then
12831 withval
="$with_gtk_exec_prefix"
12832 gtk_config_exec_prefix
="$withval"
12834 gtk_config_exec_prefix
=""
12837 # Check whether --enable-gtktest or --disable-gtktest was given.
12838 if test "${enable_gtktest+set}" = set; then
12839 enableval
="$enable_gtktest"
12846 for module
in .
$GTK_MODULES
12850 gtk_config_args
="$gtk_config_args gthread"
12855 if test x
$gtk_config_exec_prefix != x
; then
12856 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
12857 if test x
${GTK_CONFIG+set} != xset
; then
12858 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
12861 if test x
$gtk_config_prefix != x
; then
12862 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
12863 if test x
${GTK_CONFIG+set} != xset
; then
12864 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
12868 # Extract the first word of "gtk-config", so it can be a program name with args.
12869 set dummy gtk
-config; ac_word
=$2
12870 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12871 echo "configure:12872: checking for $ac_word" >&5
12872 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
12873 echo $ac_n "(cached) $ac_c" 1>&6
12875 case "$GTK_CONFIG" in
12877 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
12880 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
12883 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
12885 for ac_dir
in $ac_dummy; do
12886 test -z "$ac_dir" && ac_dir
=.
12887 if test -f $ac_dir/$ac_word; then
12888 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
12893 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
12897 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
12898 if test -n "$GTK_CONFIG"; then
12899 echo "$ac_t""$GTK_CONFIG" 1>&6
12901 echo "$ac_t""no" 1>&6
12904 min_gtk_version
=1.2.3
12905 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
12906 echo "configure:12907: checking for GTK - version >= $min_gtk_version" >&5
12908 if test "$GTK_CONFIG" = "no" ; then
12911 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
12912 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
12913 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
12914 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12915 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
12916 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12917 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
12918 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12919 if test "x$enable_gtktest" = "xyes" ; then
12920 ac_save_CFLAGS
="$CFLAGS"
12921 ac_save_LIBS
="$LIBS"
12922 CFLAGS
="$CFLAGS $GTK_CFLAGS"
12923 LIBS
="$GTK_LIBS $LIBS"
12925 if test "$cross_compiling" = yes; then
12926 echo $ac_n "cross compiling; assumed OK... $ac_c"
12928 cat > conftest.
$ac_ext <<EOF
12929 #line 12930 "configure"
12930 #include "confdefs.h"
12932 #include <gtk/gtk.h>
12934 #include <stdlib.h>
12939 int major, minor, micro;
12942 system ("touch conf.gtktest");
12944 /* HP/UX 9 (%@#!) writes to sscanf strings */
12945 tmp_version = g_strdup("$min_gtk_version");
12946 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
12947 printf("%s, bad version string\n", "$min_gtk_version");
12951 if ((gtk_major_version != $gtk_config_major_version) ||
12952 (gtk_minor_version != $gtk_config_minor_version) ||
12953 (gtk_micro_version != $gtk_config_micro_version))
12955 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12956 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12957 gtk_major_version, gtk_minor_version, gtk_micro_version);
12958 printf ("*** was found! If gtk-config was correct, then it is best\n");
12959 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12960 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12961 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12962 printf("*** required on your system.\n");
12963 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
12964 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
12965 printf("*** before re-running configure\n");
12967 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
12968 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12969 (gtk_minor_version != GTK_MINOR_VERSION) ||
12970 (gtk_micro_version != GTK_MICRO_VERSION))
12972 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12973 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12974 printf("*** library (version %d.%d.%d)\n",
12975 gtk_major_version, gtk_minor_version, gtk_micro_version);
12977 #endif /* defined (GTK_MAJOR_VERSION) ... */
12980 if ((gtk_major_version > major) ||
12981 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12982 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12988 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12989 gtk_major_version, gtk_minor_version, gtk_micro_version);
12990 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12991 major, minor, micro);
12992 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12994 printf("*** If you have already installed a sufficiently new version, this error\n");
12995 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
12996 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12997 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
12998 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
12999 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
13000 printf("*** so that the correct libraries are found at run-time))\n");
13007 if { (eval echo configure
:13008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
13011 echo "configure: failed program was:" >&5
13012 cat conftest.
$ac_ext >&5
13019 CFLAGS
="$ac_save_CFLAGS"
13020 LIBS
="$ac_save_LIBS"
13023 if test "x$no_gtk" = x
; then
13024 echo "$ac_t""yes" 1>&6
13025 wx_cv_lib_gtk
=1.2.3
13027 echo "$ac_t""no" 1>&6
13028 if test "$GTK_CONFIG" = "no" ; then
13029 echo "*** The gtk-config script installed by GTK could not be found"
13030 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
13031 echo "*** your path, or set the GTK_CONFIG environment variable to the"
13032 echo "*** full path to gtk-config."
13034 if test -f conf.gtktest
; then
13037 echo "*** Could not run GTK test program, checking why..."
13038 CFLAGS
="$CFLAGS $GTK_CFLAGS"
13039 LIBS
="$LIBS $GTK_LIBS"
13040 cat > conftest.
$ac_ext <<EOF
13041 #line 13042 "configure"
13042 #include "confdefs.h"
13044 #include <gtk/gtk.h>
13048 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
13051 if { (eval echo configure
:13052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13053 echo "*** The test program compiled, but did not run. This usually means"
13054 echo "*** that the run-time linker is not finding GTK or finding the wrong"
13055 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
13056 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
13057 echo "*** to the installed location Also, make sure you have run ldconfig if that"
13058 echo "*** is required on your system"
13060 echo "*** If you have an old version installed, it is best to remove it, although"
13061 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
13063 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
13064 echo "*** came with the system with the command"
13066 echo "*** rpm --erase --nodeps gtk gtk-devel"
13068 echo "configure: failed program was:" >&5
13069 cat conftest.
$ac_ext >&5
13071 echo "*** The test program failed to compile or link. See the file config.log for the"
13072 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
13073 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
13074 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
13077 CFLAGS
="$ac_save_CFLAGS"
13078 LIBS
="$ac_save_LIBS"
13092 if test -z "$wx_cv_lib_gtk"; then
13095 wx_cv_cflags_gtk
=$GTK_CFLAGS
13096 wx_cv_libs_gtk
=$GTK_LIBS
13103 if test "$gtk_version_cached" = 1; then
13104 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
13107 case "$wx_cv_lib_gtk" in
13116 *) { echo "configure: error:
13117 Please check that gtk-config is in path, the directory
13118 where GTK+ libraries are installed (returned by
13119 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
13120 equivalent variable and GTK+ is version 1.2.3 or above.
13125 if test "$WXGTK20" = 1; then
13126 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
13130 if test -z "$PKG_CONFIG"; then
13131 # Extract the first word of "pkg-config", so it can be a program name with args.
13132 set dummy pkg
-config; ac_word
=$2
13133 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13134 echo "configure:13135: checking for $ac_word" >&5
13135 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
13136 echo $ac_n "(cached) $ac_c" 1>&6
13138 case "$PKG_CONFIG" in
13140 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
13143 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a dos path.
13146 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
13148 for ac_dir
in $ac_dummy; do
13149 test -z "$ac_dir" && ac_dir
=.
13150 if test -f $ac_dir/$ac_word; then
13151 ac_cv_path_PKG_CONFIG
="$ac_dir/$ac_word"
13156 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
13160 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
13161 if test -n "$PKG_CONFIG"; then
13162 echo "$ac_t""$PKG_CONFIG" 1>&6
13164 echo "$ac_t""no" 1>&6
13169 if test "$PKG_CONFIG" = "no" ; then
13170 echo "*** The pkg-config script could not be found. Make sure it is"
13171 echo "*** in your path, or set the PKG_CONFIG environment variable"
13172 echo "*** to the full path to pkg-config."
13173 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
13175 PKG_CONFIG_MIN_VERSION
=0.9.0
13176 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13177 echo $ac_n "checking for pangoft2""... $ac_c" 1>&6
13178 echo "configure:13179: checking for pangoft2" >&5
13180 if $PKG_CONFIG --exists "pangoft2" ; then
13181 echo "$ac_t""yes" 1>&6
13184 echo $ac_n "checking PANGOFT2_CFLAGS""... $ac_c" 1>&6
13185 echo "configure:13186: checking PANGOFT2_CFLAGS" >&5
13186 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
13187 echo "$ac_t""$PANGOFT2_CFLAGS" 1>&6
13189 echo $ac_n "checking PANGOFT2_LIBS""... $ac_c" 1>&6
13190 echo "configure:13191: checking PANGOFT2_LIBS" >&5
13191 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
13192 echo "$ac_t""$PANGOFT2_LIBS" 1>&6
13196 ## If we have a custom action on failure, don't print errors, but
13197 ## do set a variable so people can do so.
13198 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
13205 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13206 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13210 if test $succeeded = yes; then
13212 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
13213 LIBS
="$LIBS $PANGOFT2_LIBS"
13217 echo "configure: warning: pangoft2 library not found, library will be compiled without printing support" 1>&2
13218 wxUSE_PRINTING_ARCHITECTURE
="no"
13225 if test "$wxUSE_UNICODE" = "yes"; then
13226 echo "configure: warning: Unicode configuration not supported with GTK+ 1.x" 1>&2
13231 if test "$USE_DARWIN" != 1; then
13232 for ac_func
in poll
13234 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13235 echo "configure:13236: checking for $ac_func" >&5
13236 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13237 echo $ac_n "(cached) $ac_c" 1>&6
13239 cat > conftest.
$ac_ext <<EOF
13240 #line 13241 "configure"
13241 #include "confdefs.h"
13242 /* System header to define __stub macros and hopefully few prototypes,
13243 which can conflict with char $ac_func(); below. */
13244 #include <assert.h>
13245 /* Override any gcc2 internal prototype to avoid an error. */
13246 /* We use char because int might match the return type of a gcc2
13247 builtin and then its argument prototype would still apply. */
13252 /* The GNU C library defines this for functions which it implements
13253 to always fail with ENOSYS. Some functions are actually named
13254 something starting with __ and the normal name is an alias. */
13255 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13263 if { (eval echo configure
:13264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13265 eval "ac_cv_func_$ac_func=yes"
13267 echo "configure: failed program was:" >&5
13268 cat conftest.
$ac_ext >&5
13270 eval "ac_cv_func_$ac_func=no"
13275 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13276 echo "$ac_t""yes" 1>&6
13277 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13278 cat >> confdefs.h
<<EOF
13279 #define $ac_tr_func 1
13283 echo "$ac_t""no" 1>&6
13289 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
13290 GUI_TK_LIBRARY
="$wx_cv_libs_gtk"
13292 AFMINSTALL
=afminstall
13296 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
13297 echo "configure:13298: checking for gdk_im_open in -lgdk" >&5
13298 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
13299 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13300 echo $ac_n "(cached) $ac_c" 1>&6
13302 ac_save_LIBS
="$LIBS"
13304 cat > conftest.
$ac_ext <<EOF
13305 #line 13306 "configure"
13306 #include "confdefs.h"
13307 /* Override any gcc2 internal prototype to avoid an error. */
13308 /* We use char because int might match the return type of a gcc2
13309 builtin and then its argument prototype would still apply. */
13310 char gdk_im_open();
13316 if { (eval echo configure
:13317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13318 eval "ac_cv_lib_$ac_lib_var=yes"
13320 echo "configure: failed program was:" >&5
13321 cat conftest.
$ac_ext >&5
13323 eval "ac_cv_lib_$ac_lib_var=no"
13326 LIBS
="$ac_save_LIBS"
13329 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13330 echo "$ac_t""yes" 1>&6
13331 cat >> confdefs.h
<<\EOF
13336 echo "$ac_t""no" 1>&6
13341 if test "$wxUSE_MGL" = 1; then
13342 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
13343 echo "configure:13344: checking for SciTech MGL library" >&5
13344 if test "x$MGL_ROOT" = x
; then
13345 echo "$ac_t""not found" 1>&6
13346 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
13348 echo "$ac_t""$MGL_ROOT" 1>&6
13351 echo $ac_n "checking for libmgl location""... $ac_c" 1>&6
13352 echo "configure:13353: checking for libmgl location" >&5
13355 if test "x$wxUSE_SHARED" = xyes
; then
13356 mgl_os_candidates
="linux/gcc/glibc.so linux/gcc/glibc"
13358 mgl_os_candidates
="linux/gcc/glibc linux/gcc/glibc.so"
13362 mgl_os_candidates
="dos32/dj2"
13365 { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; }
13371 for mgl_os_i
in $mgl_os_candidates ; do
13372 if test "x$mgl_os" = x
; then
13373 if test "$wxUSE_DEBUG_FLAG" = yes ; then
13374 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
13375 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
13380 if test "x$mgl_lib_type" = x
; then
13381 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
13382 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
13383 mgl_lib_type
=release
13390 if test "x$mgl_os" = x
; then
13391 echo "$ac_t""not found" 1>&6
13392 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
13394 echo "$ac_t"""$MGL_ROOT/lib
/$mgl_lib_type/$mgl_os"" 1>&6
13396 wxUSE_UNIVERSAL
="yes"
13398 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
13399 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
13401 AFMINSTALL
=afminstall
13406 if test "$wxUSE_MICROWIN" = 1; then
13407 echo $ac_n "checking for MicroWindows""... $ac_c" 1>&6
13408 echo "configure:13409: checking for MicroWindows" >&5
13409 if test "x$MICROWINDOWS" = x
; then
13410 echo "$ac_t""not found" 1>&6
13411 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." 1>&2; exit 1; }
13413 echo "$ac_t""$MICROWINDOWS" 1>&6
13416 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
13417 echo "$ac_t""MicroWindows' libraries found." 1>&6
13419 { echo "configure: error: Cannot find MicroWindows libraries, make sure they are compiled." 1>&2; exit 1; }
13422 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
13423 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
13425 wxUSE_UNIVERSAL
="yes"
13427 AFMINSTALL
=afminstall
13429 GUIDIST
=MICROWIN_DIST
13431 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
13434 if test "$wxUSE_X11" = 1; then
13435 # If we find X, set shell vars x_includes and x_libraries to the
13436 # paths, otherwise set no_x=yes.
13437 # Uses ac_ vars as temps to allow command line to override cache and checks.
13438 # --without-x overrides everything else, but does not touch the cache.
13439 echo $ac_n "checking for X""... $ac_c" 1>&6
13440 echo "configure:13441: checking for X" >&5
13442 # Check whether --with-x or --without-x was given.
13443 if test "${with_x+set}" = set; then
13448 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
13449 if test "x$with_x" = xno
; then
13450 # The user explicitly disabled X.
13453 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
13454 # Both variables are already set.
13457 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
13458 echo $ac_n "(cached) $ac_c" 1>&6
13460 # One or both of the vars are not set, and there is no cached value.
13461 ac_x_includes
=NO ac_x_libraries
=NO
13463 if mkdir conftestdir
; then
13465 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
13466 cat > Imakefile
<<'EOF'
13468 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
13470 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
13471 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
13472 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
13473 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
13474 for ac_extension
in a so sl
; do
13475 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
13476 test -f $ac_im_libdir/libX11.
$ac_extension; then
13477 ac_im_usrlibdir
=$ac_im_libdir; break
13480 # Screen out bogus values from the imake configuration. They are
13481 # bogus both because they are the default anyway, and because
13482 # using them would break gcc on systems where it needs fixed includes.
13483 case "$ac_im_incroot" in
13485 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
13487 case "$ac_im_usrlibdir" in
13488 /usr
/lib
| /lib
) ;;
13489 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
13496 if test "$ac_x_includes" = NO
; then
13497 # Guess where to find include files, by looking for this one X11 .h file.
13498 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
13500 # First, try using that file with no special directory specified.
13501 cat > conftest.
$ac_ext <<EOF
13502 #line 13503 "configure"
13503 #include "confdefs.h"
13504 #include <$x_direct_test_include>
13506 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13507 { (eval echo configure
:13508: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13508 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13509 if test -z "$ac_err"; then
13511 # We can compile using X headers with no special include directory.
13515 echo "configure: failed program was:" >&5
13516 cat conftest.
$ac_ext >&5
13518 # Look for the header file in a standard set of common directories.
13519 # Check X11 before X11Rn because it is often a symlink to the current release.
13522 /usr
/X
11R
6/include \
13523 /usr
/X
11R
5/include \
13524 /usr
/X
11R
4/include \
13527 /usr
/include
/X11R6 \
13528 /usr
/include
/X11R5 \
13529 /usr
/include
/X11R4 \
13531 /usr
/local
/X
11/include \
13532 /usr
/local
/X
11R
6/include \
13533 /usr
/local
/X
11R
5/include \
13534 /usr
/local
/X
11R
4/include \
13536 /usr
/local
/include
/X11 \
13537 /usr
/local
/include
/X11R6 \
13538 /usr
/local
/include
/X11R5 \
13539 /usr
/local
/include
/X11R4 \
13541 /usr
/X
386/include \
13542 /usr
/x
386/include \
13543 /usr
/XFree
86/include
/X11 \
13546 /usr
/local
/include \
13547 /usr
/unsupported
/include \
13548 /usr
/athena
/include \
13549 /usr
/local
/x
11r
5/include \
13550 /usr
/lpp
/Xamples
/include \
13552 /usr
/openwin
/include \
13553 /usr
/openwin
/share
/include \
13556 if test -r "$ac_dir/$x_direct_test_include"; then
13557 ac_x_includes
=$ac_dir
13563 fi # $ac_x_includes = NO
13565 if test "$ac_x_libraries" = NO
; then
13566 # Check for the libraries.
13568 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
13569 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
13571 # See if we find them without any special options.
13572 # Don't add to $LIBS permanently.
13573 ac_save_LIBS
="$LIBS"
13574 LIBS
="-l$x_direct_test_library $LIBS"
13575 cat > conftest.
$ac_ext <<EOF
13576 #line 13577 "configure"
13577 #include "confdefs.h"
13580 ${x_direct_test_function}()
13583 if { (eval echo configure
:13584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13585 LIBS
="$ac_save_LIBS"
13586 # We can link X programs with no special library path.
13589 echo "configure: failed program was:" >&5
13590 cat conftest.
$ac_ext >&5
13592 LIBS
="$ac_save_LIBS"
13593 # First see if replacing the include by lib works.
13594 # Check X11 before X11Rn because it is often a symlink to the current release.
13595 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
13606 /usr
/local
/X
11/lib \
13607 /usr
/local
/X
11R
6/lib \
13608 /usr
/local
/X
11R
5/lib \
13609 /usr
/local
/X
11R
4/lib \
13611 /usr
/local
/lib
/X11 \
13612 /usr
/local
/lib
/X11R6 \
13613 /usr
/local
/lib
/X11R5 \
13614 /usr
/local
/lib
/X11R4 \
13618 /usr
/XFree
86/lib
/X11 \
13622 /usr
/unsupported
/lib \
13624 /usr
/local
/x
11r
5/lib \
13625 /usr
/lpp
/Xamples
/lib \
13629 /usr
/openwin
/share
/lib \
13632 for ac_extension
in a so sl
; do
13633 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
13634 ac_x_libraries
=$ac_dir
13641 fi # $ac_x_libraries = NO
13643 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
13644 # Didn't find X anywhere. Cache the known absence of X.
13645 ac_cv_have_x
="have_x=no"
13647 # Record where we found X for the cache.
13648 ac_cv_have_x
="have_x=yes \
13649 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
13653 eval "$ac_cv_have_x"
13656 if test "$have_x" != yes; then
13657 echo "$ac_t""$have_x" 1>&6
13660 # If each of the values was on the command line, it overrides each guess.
13661 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
13662 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
13663 # Update the cache value to reflect the command line values.
13664 ac_cv_have_x
="have_x=yes \
13665 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
13666 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
13669 if test "$no_x" = yes; then
13670 # Not all programs may use this symbol, but it does not hurt to define it.
13671 cat >> confdefs.h
<<\EOF
13672 #define X_DISPLAY_MISSING 1
13675 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
13677 if test -n "$x_includes"; then
13678 X_CFLAGS
="$X_CFLAGS -I$x_includes"
13681 # It would also be nice to do this for all -L options, not just this one.
13682 if test -n "$x_libraries"; then
13683 X_LIBS
="$X_LIBS -L$x_libraries"
13684 # For Solaris; some versions of Sun CC require a space after -R and
13685 # others require no space. Words are not sufficient . . . .
13686 case "`(uname -sr) 2>/dev/null`" in
13688 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
13689 echo "configure:13690: checking whether -R must be followed by a space" >&5
13690 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
13691 cat > conftest.
$ac_ext <<EOF
13692 #line 13693 "configure"
13693 #include "confdefs.h"
13699 if { (eval echo configure
:13700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13703 echo "configure: failed program was:" >&5
13704 cat conftest.
$ac_ext >&5
13709 if test $ac_R_nospace = yes; then
13710 echo "$ac_t""no" 1>&6
13711 X_LIBS
="$X_LIBS -R$x_libraries"
13713 LIBS
="$ac_xsave_LIBS -R $x_libraries"
13714 cat > conftest.
$ac_ext <<EOF
13715 #line 13716 "configure"
13716 #include "confdefs.h"
13722 if { (eval echo configure
:13723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13726 echo "configure: failed program was:" >&5
13727 cat conftest.
$ac_ext >&5
13732 if test $ac_R_space = yes; then
13733 echo "$ac_t""yes" 1>&6
13734 X_LIBS
="$X_LIBS -R $x_libraries"
13736 echo "$ac_t""neither works" 1>&6
13739 LIBS
="$ac_xsave_LIBS"
13743 # Check for system-dependent libraries X programs must link with.
13744 # Do this before checking for the system-independent R6 libraries
13745 # (-lICE), since we may need -lsocket or whatever for X linking.
13747 if test "$ISC" = yes; then
13748 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
13750 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
13751 # libraries were built with DECnet support. And karl@cs.umb.edu says
13752 # the Alpha needs dnet_stub (dnet does not exist).
13753 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
13754 echo "configure:13755: checking for dnet_ntoa in -ldnet" >&5
13755 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13756 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13757 echo $ac_n "(cached) $ac_c" 1>&6
13759 ac_save_LIBS
="$LIBS"
13760 LIBS
="-ldnet $LIBS"
13761 cat > conftest.
$ac_ext <<EOF
13762 #line 13763 "configure"
13763 #include "confdefs.h"
13764 /* Override any gcc2 internal prototype to avoid an error. */
13765 /* We use char because int might match the return type of a gcc2
13766 builtin and then its argument prototype would still apply. */
13773 if { (eval echo configure
:13774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13775 eval "ac_cv_lib_$ac_lib_var=yes"
13777 echo "configure: failed program was:" >&5
13778 cat conftest.
$ac_ext >&5
13780 eval "ac_cv_lib_$ac_lib_var=no"
13783 LIBS
="$ac_save_LIBS"
13786 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13787 echo "$ac_t""yes" 1>&6
13788 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
13790 echo "$ac_t""no" 1>&6
13793 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
13794 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
13795 echo "configure:13796: checking for dnet_ntoa in -ldnet_stub" >&5
13796 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13797 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13798 echo $ac_n "(cached) $ac_c" 1>&6
13800 ac_save_LIBS
="$LIBS"
13801 LIBS
="-ldnet_stub $LIBS"
13802 cat > conftest.
$ac_ext <<EOF
13803 #line 13804 "configure"
13804 #include "confdefs.h"
13805 /* Override any gcc2 internal prototype to avoid an error. */
13806 /* We use char because int might match the return type of a gcc2
13807 builtin and then its argument prototype would still apply. */
13814 if { (eval echo configure
:13815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13816 eval "ac_cv_lib_$ac_lib_var=yes"
13818 echo "configure: failed program was:" >&5
13819 cat conftest.
$ac_ext >&5
13821 eval "ac_cv_lib_$ac_lib_var=no"
13824 LIBS
="$ac_save_LIBS"
13827 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13828 echo "$ac_t""yes" 1>&6
13829 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
13831 echo "$ac_t""no" 1>&6
13836 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
13837 # to get the SysV transport functions.
13838 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
13840 # The nsl library prevents programs from opening the X display
13841 # on Irix 5.2, according to dickey@clark.net.
13842 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
13843 echo "configure:13844: checking for gethostbyname" >&5
13844 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
13845 echo $ac_n "(cached) $ac_c" 1>&6
13847 cat > conftest.
$ac_ext <<EOF
13848 #line 13849 "configure"
13849 #include "confdefs.h"
13850 /* System header to define __stub macros and hopefully few prototypes,
13851 which can conflict with char gethostbyname(); below. */
13852 #include <assert.h>
13853 /* Override any gcc2 internal prototype to avoid an error. */
13854 /* We use char because int might match the return type of a gcc2
13855 builtin and then its argument prototype would still apply. */
13856 char gethostbyname();
13860 /* The GNU C library defines this for functions which it implements
13861 to always fail with ENOSYS. Some functions are actually named
13862 something starting with __ and the normal name is an alias. */
13863 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
13871 if { (eval echo configure
:13872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13873 eval "ac_cv_func_gethostbyname=yes"
13875 echo "configure: failed program was:" >&5
13876 cat conftest.
$ac_ext >&5
13878 eval "ac_cv_func_gethostbyname=no"
13883 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
13884 echo "$ac_t""yes" 1>&6
13887 echo "$ac_t""no" 1>&6
13890 if test $ac_cv_func_gethostbyname = no
; then
13891 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
13892 echo "configure:13893: checking for gethostbyname in -lnsl" >&5
13893 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
13894 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13895 echo $ac_n "(cached) $ac_c" 1>&6
13897 ac_save_LIBS
="$LIBS"
13899 cat > conftest.
$ac_ext <<EOF
13900 #line 13901 "configure"
13901 #include "confdefs.h"
13902 /* Override any gcc2 internal prototype to avoid an error. */
13903 /* We use char because int might match the return type of a gcc2
13904 builtin and then its argument prototype would still apply. */
13905 char gethostbyname();
13911 if { (eval echo configure
:13912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13913 eval "ac_cv_lib_$ac_lib_var=yes"
13915 echo "configure: failed program was:" >&5
13916 cat conftest.
$ac_ext >&5
13918 eval "ac_cv_lib_$ac_lib_var=no"
13921 LIBS
="$ac_save_LIBS"
13924 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13925 echo "$ac_t""yes" 1>&6
13926 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
13928 echo "$ac_t""no" 1>&6
13933 # lieder@skyler.mavd.honeywell.com says without -lsocket,
13934 # socket/setsockopt and other routines are undefined under SCO ODT
13935 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
13936 # on later versions), says simon@lia.di.epfl.ch: it contains
13937 # gethostby* variants that don't use the nameserver (or something).
13938 # -lsocket must be given before -lnsl if both are needed.
13939 # We assume that if connect needs -lnsl, so does gethostbyname.
13940 echo $ac_n "checking for connect""... $ac_c" 1>&6
13941 echo "configure:13942: checking for connect" >&5
13942 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
13943 echo $ac_n "(cached) $ac_c" 1>&6
13945 cat > conftest.
$ac_ext <<EOF
13946 #line 13947 "configure"
13947 #include "confdefs.h"
13948 /* System header to define __stub macros and hopefully few prototypes,
13949 which can conflict with char connect(); below. */
13950 #include <assert.h>
13951 /* Override any gcc2 internal prototype to avoid an error. */
13952 /* We use char because int might match the return type of a gcc2
13953 builtin and then its argument prototype would still apply. */
13958 /* The GNU C library defines this for functions which it implements
13959 to always fail with ENOSYS. Some functions are actually named
13960 something starting with __ and the normal name is an alias. */
13961 #if defined (__stub_connect) || defined (__stub___connect)
13969 if { (eval echo configure
:13970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13971 eval "ac_cv_func_connect=yes"
13973 echo "configure: failed program was:" >&5
13974 cat conftest.
$ac_ext >&5
13976 eval "ac_cv_func_connect=no"
13981 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
13982 echo "$ac_t""yes" 1>&6
13985 echo "$ac_t""no" 1>&6
13988 if test $ac_cv_func_connect = no
; then
13989 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
13990 echo "configure:13991: checking for connect in -lsocket" >&5
13991 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
13992 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13993 echo $ac_n "(cached) $ac_c" 1>&6
13995 ac_save_LIBS
="$LIBS"
13996 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
13997 cat > conftest.
$ac_ext <<EOF
13998 #line 13999 "configure"
13999 #include "confdefs.h"
14000 /* Override any gcc2 internal prototype to avoid an error. */
14001 /* We use char because int might match the return type of a gcc2
14002 builtin and then its argument prototype would still apply. */
14009 if { (eval echo configure
:14010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14011 eval "ac_cv_lib_$ac_lib_var=yes"
14013 echo "configure: failed program was:" >&5
14014 cat conftest.
$ac_ext >&5
14016 eval "ac_cv_lib_$ac_lib_var=no"
14019 LIBS
="$ac_save_LIBS"
14022 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14023 echo "$ac_t""yes" 1>&6
14024 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
14026 echo "$ac_t""no" 1>&6
14031 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
14032 echo $ac_n "checking for remove""... $ac_c" 1>&6
14033 echo "configure:14034: checking for remove" >&5
14034 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
14035 echo $ac_n "(cached) $ac_c" 1>&6
14037 cat > conftest.
$ac_ext <<EOF
14038 #line 14039 "configure"
14039 #include "confdefs.h"
14040 /* System header to define __stub macros and hopefully few prototypes,
14041 which can conflict with char remove(); below. */
14042 #include <assert.h>
14043 /* Override any gcc2 internal prototype to avoid an error. */
14044 /* We use char because int might match the return type of a gcc2
14045 builtin and then its argument prototype would still apply. */
14050 /* The GNU C library defines this for functions which it implements
14051 to always fail with ENOSYS. Some functions are actually named
14052 something starting with __ and the normal name is an alias. */
14053 #if defined (__stub_remove) || defined (__stub___remove)
14061 if { (eval echo configure
:14062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14063 eval "ac_cv_func_remove=yes"
14065 echo "configure: failed program was:" >&5
14066 cat conftest.
$ac_ext >&5
14068 eval "ac_cv_func_remove=no"
14073 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
14074 echo "$ac_t""yes" 1>&6
14077 echo "$ac_t""no" 1>&6
14080 if test $ac_cv_func_remove = no
; then
14081 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
14082 echo "configure:14083: checking for remove in -lposix" >&5
14083 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
14084 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14085 echo $ac_n "(cached) $ac_c" 1>&6
14087 ac_save_LIBS
="$LIBS"
14088 LIBS
="-lposix $LIBS"
14089 cat > conftest.
$ac_ext <<EOF
14090 #line 14091 "configure"
14091 #include "confdefs.h"
14092 /* Override any gcc2 internal prototype to avoid an error. */
14093 /* We use char because int might match the return type of a gcc2
14094 builtin and then its argument prototype would still apply. */
14101 if { (eval echo configure
:14102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14103 eval "ac_cv_lib_$ac_lib_var=yes"
14105 echo "configure: failed program was:" >&5
14106 cat conftest.
$ac_ext >&5
14108 eval "ac_cv_lib_$ac_lib_var=no"
14111 LIBS
="$ac_save_LIBS"
14114 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14115 echo "$ac_t""yes" 1>&6
14116 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
14118 echo "$ac_t""no" 1>&6
14123 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
14124 echo $ac_n "checking for shmat""... $ac_c" 1>&6
14125 echo "configure:14126: checking for shmat" >&5
14126 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
14127 echo $ac_n "(cached) $ac_c" 1>&6
14129 cat > conftest.
$ac_ext <<EOF
14130 #line 14131 "configure"
14131 #include "confdefs.h"
14132 /* System header to define __stub macros and hopefully few prototypes,
14133 which can conflict with char shmat(); below. */
14134 #include <assert.h>
14135 /* Override any gcc2 internal prototype to avoid an error. */
14136 /* We use char because int might match the return type of a gcc2
14137 builtin and then its argument prototype would still apply. */
14142 /* The GNU C library defines this for functions which it implements
14143 to always fail with ENOSYS. Some functions are actually named
14144 something starting with __ and the normal name is an alias. */
14145 #if defined (__stub_shmat) || defined (__stub___shmat)
14153 if { (eval echo configure
:14154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14155 eval "ac_cv_func_shmat=yes"
14157 echo "configure: failed program was:" >&5
14158 cat conftest.
$ac_ext >&5
14160 eval "ac_cv_func_shmat=no"
14165 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
14166 echo "$ac_t""yes" 1>&6
14169 echo "$ac_t""no" 1>&6
14172 if test $ac_cv_func_shmat = no
; then
14173 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
14174 echo "configure:14175: checking for shmat in -lipc" >&5
14175 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
14176 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14177 echo $ac_n "(cached) $ac_c" 1>&6
14179 ac_save_LIBS
="$LIBS"
14181 cat > conftest.
$ac_ext <<EOF
14182 #line 14183 "configure"
14183 #include "confdefs.h"
14184 /* Override any gcc2 internal prototype to avoid an error. */
14185 /* We use char because int might match the return type of a gcc2
14186 builtin and then its argument prototype would still apply. */
14193 if { (eval echo configure
:14194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14195 eval "ac_cv_lib_$ac_lib_var=yes"
14197 echo "configure: failed program was:" >&5
14198 cat conftest.
$ac_ext >&5
14200 eval "ac_cv_lib_$ac_lib_var=no"
14203 LIBS
="$ac_save_LIBS"
14206 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14207 echo "$ac_t""yes" 1>&6
14208 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
14210 echo "$ac_t""no" 1>&6
14216 # Check for libraries that X11R6 Xt/Xaw programs need.
14217 ac_save_LDFLAGS
="$LDFLAGS"
14218 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
14219 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
14220 # check for ICE first), but we must link in the order -lSM -lICE or
14221 # we get undefined symbols. So assume we have SM if we have ICE.
14222 # These have to be linked with before -lX11, unlike the other
14223 # libraries we check for below, so use a different variable.
14224 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
14225 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
14226 echo "configure:14227: checking for IceConnectionNumber in -lICE" >&5
14227 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
14228 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14229 echo $ac_n "(cached) $ac_c" 1>&6
14231 ac_save_LIBS
="$LIBS"
14232 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
14233 cat > conftest.
$ac_ext <<EOF
14234 #line 14235 "configure"
14235 #include "confdefs.h"
14236 /* Override any gcc2 internal prototype to avoid an error. */
14237 /* We use char because int might match the return type of a gcc2
14238 builtin and then its argument prototype would still apply. */
14239 char IceConnectionNumber();
14242 IceConnectionNumber()
14245 if { (eval echo configure
:14246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14247 eval "ac_cv_lib_$ac_lib_var=yes"
14249 echo "configure: failed program was:" >&5
14250 cat conftest.
$ac_ext >&5
14252 eval "ac_cv_lib_$ac_lib_var=no"
14255 LIBS
="$ac_save_LIBS"
14258 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14259 echo "$ac_t""yes" 1>&6
14260 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
14262 echo "$ac_t""no" 1>&6
14265 LDFLAGS
="$ac_save_LDFLAGS"
14270 if test "$no_x" = "yes"; then
14271 { echo "configure: error: X11 not found" 1>&2; exit 1; }
14274 GUI_TK_LIBRARY
="$X_LIBS"
14275 TOOLKIT_INCLUDE
="$X_CFLAGS"
14276 AFMINSTALL
=afminstall
14277 COMPILED_X_PROGRAM
=0
14279 if test "$wxUSE_NANOX" = "yes"; then
14280 echo $ac_n "checking for MicroWindows/NanoX distribution""... $ac_c" 1>&6
14281 echo "configure:14282: checking for MicroWindows/NanoX distribution" >&5
14282 if test "x$MICROWIN" = x
; then
14283 echo "$ac_t""not found" 1>&6
14284 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWIN is set." 1>&2; exit 1; }
14286 echo "$ac_t""$MICROWIN" 1>&6
14287 cat >> confdefs.h
<<\EOF
14288 #define wxUSE_NANOX 1
14295 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
14296 echo "configure:14297: checking for Xpm library" >&5
14299 for ac_dir
in $SEARCH_LIB /usr
/lib
;
14301 for ac_extension
in a so sl dylib
; do
14302 if test -f "$ac_dir/libXpm.$ac_extension"; then
14303 ac_find_libraries
=$ac_dir
14309 if test "$ac_find_libraries" != "" ; then
14311 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
14313 if test $result = 0; then
14316 ac_path_to_link
=" -L$ac_find_libraries"
14319 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
14321 cat >> confdefs.h
<<\EOF
14322 #define wxHAVE_LIB_XPM 1
14325 echo "$ac_t""found at $ac_find_libraries" 1>&6
14327 cat > conftest.
$ac_ext <<EOF
14328 #line 14329 "configure"
14329 #include "confdefs.h"
14331 #include <X11/xpm.h>
14336 version = XpmLibraryVersion();
14340 if { (eval echo configure
:14341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14344 cat >> confdefs.h
<<\EOF
14345 #define wxHAVE_LIB_XPM 1
14348 echo "$ac_t""found in default search path" 1>&6
14349 COMPILED_X_PROGRAM
=0
14352 echo "configure: failed program was:" >&5
14353 cat conftest.
$ac_ext >&5
14356 echo "$ac_t""no" 1>&6
14357 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
14364 echo $ac_n "checking for XShapeQueryExtension in -lXext""... $ac_c" 1>&6
14365 echo "configure:14366: checking for XShapeQueryExtension in -lXext" >&5
14366 ac_lib_var
=`echo Xext'_'XShapeQueryExtension | sed 'y%./+-%__p_%'`
14367 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14368 echo $ac_n "(cached) $ac_c" 1>&6
14370 ac_save_LIBS
="$LIBS"
14371 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
14372 cat > conftest.
$ac_ext <<EOF
14373 #line 14374 "configure"
14374 #include "confdefs.h"
14375 /* Override any gcc2 internal prototype to avoid an error. */
14376 /* We use char because int might match the return type of a gcc2
14377 builtin and then its argument prototype would still apply. */
14378 char XShapeQueryExtension();
14381 XShapeQueryExtension()
14384 if { (eval echo configure
:14385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14386 eval "ac_cv_lib_$ac_lib_var=yes"
14388 echo "configure: failed program was:" >&5
14389 cat conftest.
$ac_ext >&5
14391 eval "ac_cv_lib_$ac_lib_var=no"
14394 LIBS
="$ac_save_LIBS"
14397 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14398 echo "$ac_t""yes" 1>&6
14400 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
14404 echo "$ac_t""no" 1>&6
14408 if test "$wxUSE_UNICODE" = "yes"; then
14412 if test -z "$PKG_CONFIG"; then
14413 # Extract the first word of "pkg-config", so it can be a program name with args.
14414 set dummy pkg
-config; ac_word
=$2
14415 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
14416 echo "configure:14417: checking for $ac_word" >&5
14417 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
14418 echo $ac_n "(cached) $ac_c" 1>&6
14420 case "$PKG_CONFIG" in
14422 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
14425 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a dos path.
14428 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
14430 for ac_dir
in $ac_dummy; do
14431 test -z "$ac_dir" && ac_dir
=.
14432 if test -f $ac_dir/$ac_word; then
14433 ac_cv_path_PKG_CONFIG
="$ac_dir/$ac_word"
14438 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
14442 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
14443 if test -n "$PKG_CONFIG"; then
14444 echo "$ac_t""$PKG_CONFIG" 1>&6
14446 echo "$ac_t""no" 1>&6
14451 if test "$PKG_CONFIG" = "no" ; then
14452 echo "*** The pkg-config script could not be found. Make sure it is"
14453 echo "*** in your path, or set the PKG_CONFIG environment variable"
14454 echo "*** to the full path to pkg-config."
14455 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
14457 PKG_CONFIG_MIN_VERSION
=0.9.0
14458 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14459 echo $ac_n "checking for pangox""... $ac_c" 1>&6
14460 echo "configure:14461: checking for pangox" >&5
14462 if $PKG_CONFIG --exists "pangox" ; then
14463 echo "$ac_t""yes" 1>&6
14466 echo $ac_n "checking PANGOX_CFLAGS""... $ac_c" 1>&6
14467 echo "configure:14468: checking PANGOX_CFLAGS" >&5
14468 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
14469 echo "$ac_t""$PANGOX_CFLAGS" 1>&6
14471 echo $ac_n "checking PANGOX_LIBS""... $ac_c" 1>&6
14472 echo "configure:14473: checking PANGOX_LIBS" >&5
14473 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
14474 echo "$ac_t""$PANGOX_LIBS" 1>&6
14478 ## If we have a custom action on failure, don't print errors, but
14479 ## do set a variable so people can do so.
14480 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
14487 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14488 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14492 if test $succeeded = yes; then
14494 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
14495 LIBS
="$LIBS $PANGOX_LIBS"
14499 { echo "configure: error: pangox library not found, library cannot be compiled in Unicode mode" 1>&2; exit 1; }
14507 if test -z "$PKG_CONFIG"; then
14508 # Extract the first word of "pkg-config", so it can be a program name with args.
14509 set dummy pkg
-config; ac_word
=$2
14510 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
14511 echo "configure:14512: checking for $ac_word" >&5
14512 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
14513 echo $ac_n "(cached) $ac_c" 1>&6
14515 case "$PKG_CONFIG" in
14517 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
14520 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a dos path.
14523 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
14525 for ac_dir
in $ac_dummy; do
14526 test -z "$ac_dir" && ac_dir
=.
14527 if test -f $ac_dir/$ac_word; then
14528 ac_cv_path_PKG_CONFIG
="$ac_dir/$ac_word"
14533 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
14537 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
14538 if test -n "$PKG_CONFIG"; then
14539 echo "$ac_t""$PKG_CONFIG" 1>&6
14541 echo "$ac_t""no" 1>&6
14546 if test "$PKG_CONFIG" = "no" ; then
14547 echo "*** The pkg-config script could not be found. Make sure it is"
14548 echo "*** in your path, or set the PKG_CONFIG environment variable"
14549 echo "*** to the full path to pkg-config."
14550 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
14552 PKG_CONFIG_MIN_VERSION
=0.9.0
14553 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14554 echo $ac_n "checking for pangoft2""... $ac_c" 1>&6
14555 echo "configure:14556: checking for pangoft2" >&5
14557 if $PKG_CONFIG --exists "pangoft2" ; then
14558 echo "$ac_t""yes" 1>&6
14561 echo $ac_n "checking PANGOFT2_CFLAGS""... $ac_c" 1>&6
14562 echo "configure:14563: checking PANGOFT2_CFLAGS" >&5
14563 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
14564 echo "$ac_t""$PANGOFT2_CFLAGS" 1>&6
14566 echo $ac_n "checking PANGOFT2_LIBS""... $ac_c" 1>&6
14567 echo "configure:14568: checking PANGOFT2_LIBS" >&5
14568 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
14569 echo "$ac_t""$PANGOFT2_LIBS" 1>&6
14573 ## If we have a custom action on failure, don't print errors, but
14574 ## do set a variable so people can do so.
14575 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
14582 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14583 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14587 if test $succeeded = yes; then
14589 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
14590 LIBS
="$LIBS $PANGOFT2_LIBS"
14594 echo "configure: warning: pangoft2 library not found, library will be compiled without printing support" 1>&2
14595 wxUSE_PRINTING_ARCHITECTURE
="no"
14603 if test -z "$PKG_CONFIG"; then
14604 # Extract the first word of "pkg-config", so it can be a program name with args.
14605 set dummy pkg
-config; ac_word
=$2
14606 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
14607 echo "configure:14608: checking for $ac_word" >&5
14608 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
14609 echo $ac_n "(cached) $ac_c" 1>&6
14611 case "$PKG_CONFIG" in
14613 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
14616 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a dos path.
14619 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
14621 for ac_dir
in $ac_dummy; do
14622 test -z "$ac_dir" && ac_dir
=.
14623 if test -f $ac_dir/$ac_word; then
14624 ac_cv_path_PKG_CONFIG
="$ac_dir/$ac_word"
14629 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
14633 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
14634 if test -n "$PKG_CONFIG"; then
14635 echo "$ac_t""$PKG_CONFIG" 1>&6
14637 echo "$ac_t""no" 1>&6
14642 if test "$PKG_CONFIG" = "no" ; then
14643 echo "*** The pkg-config script could not be found. Make sure it is"
14644 echo "*** in your path, or set the PKG_CONFIG environment variable"
14645 echo "*** to the full path to pkg-config."
14646 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
14648 PKG_CONFIG_MIN_VERSION
=0.9.0
14649 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14650 echo $ac_n "checking for pangoxft""... $ac_c" 1>&6
14651 echo "configure:14652: checking for pangoxft" >&5
14653 if $PKG_CONFIG --exists "pangoxft" ; then
14654 echo "$ac_t""yes" 1>&6
14657 echo $ac_n "checking PANGOXFT_CFLAGS""... $ac_c" 1>&6
14658 echo "configure:14659: checking PANGOXFT_CFLAGS" >&5
14659 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
14660 echo "$ac_t""$PANGOXFT_CFLAGS" 1>&6
14662 echo $ac_n "checking PANGOXFT_LIBS""... $ac_c" 1>&6
14663 echo "configure:14664: checking PANGOXFT_LIBS" >&5
14664 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
14665 echo "$ac_t""$PANGOXFT_LIBS" 1>&6
14669 ## If we have a custom action on failure, don't print errors, but
14670 ## do set a variable so people can do so.
14671 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
14678 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14679 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14683 if test $succeeded = yes; then
14685 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
14686 LIBS
="$LIBS $PANGOXFT_LIBS"
14690 echo "configure: warning: pangoxft library not found, library will be compiled without anti-aliasing support" 1>&2
14697 wxUSE_UNIVERSAL
="yes"
14699 if test "$wxUSE_NANOX" = "yes"; then
14700 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
14701 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__NANOX__ -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 -DHAVE_FILEIO -DHAVE_BMP_SUPPORT=1 -DHAVE_GIF_SUPPORT=1 -DHAVE_PNM_SUPPORT=1 -DHAVE_XPM_SUPPORT=1 -DLINUX=1 -DUNIX=1 -DUSE_EXPOSURE -DSCREEN_HEIGHT=480 -DSCREEN_WIDTH=640 -DSCREEN_DEPTH=4 -DX11=1"
14702 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
14704 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11$xpm_link"
14707 TOOLKIT_VPATH
="\${top_srcdir}/src/x11"
14712 if test "$wxUSE_MOTIF" = 1; then
14713 if test "$no_x" = yes; then
14714 # Not all programs may use this symbol, but it does not hurt to define it.
14715 cat >> confdefs.h
<<\EOF
14716 #define X_DISPLAY_MISSING 1
14719 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
14721 if test -n "$x_includes"; then
14722 X_CFLAGS
="$X_CFLAGS -I$x_includes"
14725 # It would also be nice to do this for all -L options, not just this one.
14726 if test -n "$x_libraries"; then
14727 X_LIBS
="$X_LIBS -L$x_libraries"
14728 # For Solaris; some versions of Sun CC require a space after -R and
14729 # others require no space. Words are not sufficient . . . .
14730 case "`(uname -sr) 2>/dev/null`" in
14732 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
14733 echo "configure:14734: checking whether -R must be followed by a space" >&5
14734 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
14735 cat > conftest.
$ac_ext <<EOF
14736 #line 14737 "configure"
14737 #include "confdefs.h"
14743 if { (eval echo configure
:14744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14747 echo "configure: failed program was:" >&5
14748 cat conftest.
$ac_ext >&5
14753 if test $ac_R_nospace = yes; then
14754 echo "$ac_t""no" 1>&6
14755 X_LIBS
="$X_LIBS -R$x_libraries"
14757 LIBS
="$ac_xsave_LIBS -R $x_libraries"
14758 cat > conftest.
$ac_ext <<EOF
14759 #line 14760 "configure"
14760 #include "confdefs.h"
14766 if { (eval echo configure
:14767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14770 echo "configure: failed program was:" >&5
14771 cat conftest.
$ac_ext >&5
14776 if test $ac_R_space = yes; then
14777 echo "$ac_t""yes" 1>&6
14778 X_LIBS
="$X_LIBS -R $x_libraries"
14780 echo "$ac_t""neither works" 1>&6
14783 LIBS
="$ac_xsave_LIBS"
14787 # Check for system-dependent libraries X programs must link with.
14788 # Do this before checking for the system-independent R6 libraries
14789 # (-lICE), since we may need -lsocket or whatever for X linking.
14791 if test "$ISC" = yes; then
14792 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
14794 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
14795 # libraries were built with DECnet support. And karl@cs.umb.edu says
14796 # the Alpha needs dnet_stub (dnet does not exist).
14797 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
14798 echo "configure:14799: checking for dnet_ntoa in -ldnet" >&5
14799 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
14800 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14801 echo $ac_n "(cached) $ac_c" 1>&6
14803 ac_save_LIBS
="$LIBS"
14804 LIBS
="-ldnet $LIBS"
14805 cat > conftest.
$ac_ext <<EOF
14806 #line 14807 "configure"
14807 #include "confdefs.h"
14808 /* Override any gcc2 internal prototype to avoid an error. */
14809 /* We use char because int might match the return type of a gcc2
14810 builtin and then its argument prototype would still apply. */
14817 if { (eval echo configure
:14818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14819 eval "ac_cv_lib_$ac_lib_var=yes"
14821 echo "configure: failed program was:" >&5
14822 cat conftest.
$ac_ext >&5
14824 eval "ac_cv_lib_$ac_lib_var=no"
14827 LIBS
="$ac_save_LIBS"
14830 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14831 echo "$ac_t""yes" 1>&6
14832 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
14834 echo "$ac_t""no" 1>&6
14837 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
14838 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
14839 echo "configure:14840: checking for dnet_ntoa in -ldnet_stub" >&5
14840 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
14841 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14842 echo $ac_n "(cached) $ac_c" 1>&6
14844 ac_save_LIBS
="$LIBS"
14845 LIBS
="-ldnet_stub $LIBS"
14846 cat > conftest.
$ac_ext <<EOF
14847 #line 14848 "configure"
14848 #include "confdefs.h"
14849 /* Override any gcc2 internal prototype to avoid an error. */
14850 /* We use char because int might match the return type of a gcc2
14851 builtin and then its argument prototype would still apply. */
14858 if { (eval echo configure
:14859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14860 eval "ac_cv_lib_$ac_lib_var=yes"
14862 echo "configure: failed program was:" >&5
14863 cat conftest.
$ac_ext >&5
14865 eval "ac_cv_lib_$ac_lib_var=no"
14868 LIBS
="$ac_save_LIBS"
14871 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14872 echo "$ac_t""yes" 1>&6
14873 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
14875 echo "$ac_t""no" 1>&6
14880 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
14881 # to get the SysV transport functions.
14882 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
14884 # The nsl library prevents programs from opening the X display
14885 # on Irix 5.2, according to dickey@clark.net.
14886 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
14887 echo "configure:14888: checking for gethostbyname" >&5
14888 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
14889 echo $ac_n "(cached) $ac_c" 1>&6
14891 cat > conftest.
$ac_ext <<EOF
14892 #line 14893 "configure"
14893 #include "confdefs.h"
14894 /* System header to define __stub macros and hopefully few prototypes,
14895 which can conflict with char gethostbyname(); below. */
14896 #include <assert.h>
14897 /* Override any gcc2 internal prototype to avoid an error. */
14898 /* We use char because int might match the return type of a gcc2
14899 builtin and then its argument prototype would still apply. */
14900 char gethostbyname();
14904 /* The GNU C library defines this for functions which it implements
14905 to always fail with ENOSYS. Some functions are actually named
14906 something starting with __ and the normal name is an alias. */
14907 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
14915 if { (eval echo configure
:14916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14917 eval "ac_cv_func_gethostbyname=yes"
14919 echo "configure: failed program was:" >&5
14920 cat conftest.
$ac_ext >&5
14922 eval "ac_cv_func_gethostbyname=no"
14927 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
14928 echo "$ac_t""yes" 1>&6
14931 echo "$ac_t""no" 1>&6
14934 if test $ac_cv_func_gethostbyname = no
; then
14935 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
14936 echo "configure:14937: checking for gethostbyname in -lnsl" >&5
14937 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
14938 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14939 echo $ac_n "(cached) $ac_c" 1>&6
14941 ac_save_LIBS
="$LIBS"
14943 cat > conftest.
$ac_ext <<EOF
14944 #line 14945 "configure"
14945 #include "confdefs.h"
14946 /* Override any gcc2 internal prototype to avoid an error. */
14947 /* We use char because int might match the return type of a gcc2
14948 builtin and then its argument prototype would still apply. */
14949 char gethostbyname();
14955 if { (eval echo configure
:14956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14957 eval "ac_cv_lib_$ac_lib_var=yes"
14959 echo "configure: failed program was:" >&5
14960 cat conftest.
$ac_ext >&5
14962 eval "ac_cv_lib_$ac_lib_var=no"
14965 LIBS
="$ac_save_LIBS"
14968 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14969 echo "$ac_t""yes" 1>&6
14970 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
14972 echo "$ac_t""no" 1>&6
14977 # lieder@skyler.mavd.honeywell.com says without -lsocket,
14978 # socket/setsockopt and other routines are undefined under SCO ODT
14979 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
14980 # on later versions), says simon@lia.di.epfl.ch: it contains
14981 # gethostby* variants that don't use the nameserver (or something).
14982 # -lsocket must be given before -lnsl if both are needed.
14983 # We assume that if connect needs -lnsl, so does gethostbyname.
14984 echo $ac_n "checking for connect""... $ac_c" 1>&6
14985 echo "configure:14986: checking for connect" >&5
14986 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
14987 echo $ac_n "(cached) $ac_c" 1>&6
14989 cat > conftest.
$ac_ext <<EOF
14990 #line 14991 "configure"
14991 #include "confdefs.h"
14992 /* System header to define __stub macros and hopefully few prototypes,
14993 which can conflict with char connect(); below. */
14994 #include <assert.h>
14995 /* Override any gcc2 internal prototype to avoid an error. */
14996 /* We use char because int might match the return type of a gcc2
14997 builtin and then its argument prototype would still apply. */
15002 /* The GNU C library defines this for functions which it implements
15003 to always fail with ENOSYS. Some functions are actually named
15004 something starting with __ and the normal name is an alias. */
15005 #if defined (__stub_connect) || defined (__stub___connect)
15013 if { (eval echo configure
:15014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15015 eval "ac_cv_func_connect=yes"
15017 echo "configure: failed program was:" >&5
15018 cat conftest.
$ac_ext >&5
15020 eval "ac_cv_func_connect=no"
15025 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
15026 echo "$ac_t""yes" 1>&6
15029 echo "$ac_t""no" 1>&6
15032 if test $ac_cv_func_connect = no
; then
15033 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
15034 echo "configure:15035: checking for connect in -lsocket" >&5
15035 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
15036 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15037 echo $ac_n "(cached) $ac_c" 1>&6
15039 ac_save_LIBS
="$LIBS"
15040 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
15041 cat > conftest.
$ac_ext <<EOF
15042 #line 15043 "configure"
15043 #include "confdefs.h"
15044 /* Override any gcc2 internal prototype to avoid an error. */
15045 /* We use char because int might match the return type of a gcc2
15046 builtin and then its argument prototype would still apply. */
15053 if { (eval echo configure
:15054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15055 eval "ac_cv_lib_$ac_lib_var=yes"
15057 echo "configure: failed program was:" >&5
15058 cat conftest.
$ac_ext >&5
15060 eval "ac_cv_lib_$ac_lib_var=no"
15063 LIBS
="$ac_save_LIBS"
15066 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15067 echo "$ac_t""yes" 1>&6
15068 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
15070 echo "$ac_t""no" 1>&6
15075 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
15076 echo $ac_n "checking for remove""... $ac_c" 1>&6
15077 echo "configure:15078: checking for remove" >&5
15078 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
15079 echo $ac_n "(cached) $ac_c" 1>&6
15081 cat > conftest.
$ac_ext <<EOF
15082 #line 15083 "configure"
15083 #include "confdefs.h"
15084 /* System header to define __stub macros and hopefully few prototypes,
15085 which can conflict with char remove(); below. */
15086 #include <assert.h>
15087 /* Override any gcc2 internal prototype to avoid an error. */
15088 /* We use char because int might match the return type of a gcc2
15089 builtin and then its argument prototype would still apply. */
15094 /* The GNU C library defines this for functions which it implements
15095 to always fail with ENOSYS. Some functions are actually named
15096 something starting with __ and the normal name is an alias. */
15097 #if defined (__stub_remove) || defined (__stub___remove)
15105 if { (eval echo configure
:15106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15107 eval "ac_cv_func_remove=yes"
15109 echo "configure: failed program was:" >&5
15110 cat conftest.
$ac_ext >&5
15112 eval "ac_cv_func_remove=no"
15117 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
15118 echo "$ac_t""yes" 1>&6
15121 echo "$ac_t""no" 1>&6
15124 if test $ac_cv_func_remove = no
; then
15125 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
15126 echo "configure:15127: checking for remove in -lposix" >&5
15127 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
15128 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15129 echo $ac_n "(cached) $ac_c" 1>&6
15131 ac_save_LIBS
="$LIBS"
15132 LIBS
="-lposix $LIBS"
15133 cat > conftest.
$ac_ext <<EOF
15134 #line 15135 "configure"
15135 #include "confdefs.h"
15136 /* Override any gcc2 internal prototype to avoid an error. */
15137 /* We use char because int might match the return type of a gcc2
15138 builtin and then its argument prototype would still apply. */
15145 if { (eval echo configure
:15146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15147 eval "ac_cv_lib_$ac_lib_var=yes"
15149 echo "configure: failed program was:" >&5
15150 cat conftest.
$ac_ext >&5
15152 eval "ac_cv_lib_$ac_lib_var=no"
15155 LIBS
="$ac_save_LIBS"
15158 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15159 echo "$ac_t""yes" 1>&6
15160 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
15162 echo "$ac_t""no" 1>&6
15167 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
15168 echo $ac_n "checking for shmat""... $ac_c" 1>&6
15169 echo "configure:15170: checking for shmat" >&5
15170 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
15171 echo $ac_n "(cached) $ac_c" 1>&6
15173 cat > conftest.
$ac_ext <<EOF
15174 #line 15175 "configure"
15175 #include "confdefs.h"
15176 /* System header to define __stub macros and hopefully few prototypes,
15177 which can conflict with char shmat(); below. */
15178 #include <assert.h>
15179 /* Override any gcc2 internal prototype to avoid an error. */
15180 /* We use char because int might match the return type of a gcc2
15181 builtin and then its argument prototype would still apply. */
15186 /* The GNU C library defines this for functions which it implements
15187 to always fail with ENOSYS. Some functions are actually named
15188 something starting with __ and the normal name is an alias. */
15189 #if defined (__stub_shmat) || defined (__stub___shmat)
15197 if { (eval echo configure
:15198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15199 eval "ac_cv_func_shmat=yes"
15201 echo "configure: failed program was:" >&5
15202 cat conftest.
$ac_ext >&5
15204 eval "ac_cv_func_shmat=no"
15209 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
15210 echo "$ac_t""yes" 1>&6
15213 echo "$ac_t""no" 1>&6
15216 if test $ac_cv_func_shmat = no
; then
15217 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
15218 echo "configure:15219: checking for shmat in -lipc" >&5
15219 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
15220 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15221 echo $ac_n "(cached) $ac_c" 1>&6
15223 ac_save_LIBS
="$LIBS"
15225 cat > conftest.
$ac_ext <<EOF
15226 #line 15227 "configure"
15227 #include "confdefs.h"
15228 /* Override any gcc2 internal prototype to avoid an error. */
15229 /* We use char because int might match the return type of a gcc2
15230 builtin and then its argument prototype would still apply. */
15237 if { (eval echo configure
:15238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15239 eval "ac_cv_lib_$ac_lib_var=yes"
15241 echo "configure: failed program was:" >&5
15242 cat conftest.
$ac_ext >&5
15244 eval "ac_cv_lib_$ac_lib_var=no"
15247 LIBS
="$ac_save_LIBS"
15250 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15251 echo "$ac_t""yes" 1>&6
15252 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
15254 echo "$ac_t""no" 1>&6
15260 # Check for libraries that X11R6 Xt/Xaw programs need.
15261 ac_save_LDFLAGS
="$LDFLAGS"
15262 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
15263 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
15264 # check for ICE first), but we must link in the order -lSM -lICE or
15265 # we get undefined symbols. So assume we have SM if we have ICE.
15266 # These have to be linked with before -lX11, unlike the other
15267 # libraries we check for below, so use a different variable.
15268 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
15269 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
15270 echo "configure:15271: checking for IceConnectionNumber in -lICE" >&5
15271 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
15272 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15273 echo $ac_n "(cached) $ac_c" 1>&6
15275 ac_save_LIBS
="$LIBS"
15276 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
15277 cat > conftest.
$ac_ext <<EOF
15278 #line 15279 "configure"
15279 #include "confdefs.h"
15280 /* Override any gcc2 internal prototype to avoid an error. */
15281 /* We use char because int might match the return type of a gcc2
15282 builtin and then its argument prototype would still apply. */
15283 char IceConnectionNumber();
15286 IceConnectionNumber()
15289 if { (eval echo configure
:15290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15291 eval "ac_cv_lib_$ac_lib_var=yes"
15293 echo "configure: failed program was:" >&5
15294 cat conftest.
$ac_ext >&5
15296 eval "ac_cv_lib_$ac_lib_var=no"
15299 LIBS
="$ac_save_LIBS"
15302 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15303 echo "$ac_t""yes" 1>&6
15304 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
15306 echo "$ac_t""no" 1>&6
15309 LDFLAGS
="$ac_save_LDFLAGS"
15314 if test "$no_x" = "yes"; then
15315 { echo "configure: error: X11 not found" 1>&2; exit 1; }
15318 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//'`
15319 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
15320 AFMINSTALL
=afminstall
15321 COMPILED_X_PROGRAM
=0
15323 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
15324 echo "configure:15325: checking for Motif/Lesstif headers" >&5
15327 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
15329 if test -f "$ac_dir/Xm/Xm.h"; then
15330 ac_find_includes
=$ac_dir
15335 if test "$ac_find_includes" != "" ; then
15336 echo "$ac_t""found in $ac_find_includes" 1>&6
15338 if test "x$ac_find_includes" = "x/usr/include"; then
15339 ac_path_to_include
=""
15341 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
15343 if test $result = 0; then
15344 ac_path_to_include
=""
15346 ac_path_to_include
=" -I$ac_find_includes"
15350 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
15352 cat > conftest.
$ac_ext <<EOF
15353 #line 15354 "configure"
15354 #include "confdefs.h"
15361 version = xmUseVersion;
15365 if { (eval echo configure
:15366: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15368 echo "$ac_t""found in default search path" 1>&6
15369 COMPILED_X_PROGRAM
=1
15372 echo "configure: failed program was:" >&5
15373 cat conftest.
$ac_ext >&5
15376 echo "$ac_t""no" 1>&6
15377 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
15384 if test "$COMPILED_X_PROGRAM" = 0; then
15385 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
15386 echo "configure:15387: checking for Motif/Lesstif library" >&5
15389 for ac_dir
in $SEARCH_LIB /usr
/lib
;
15391 for ac_extension
in a so sl dylib
; do
15392 if test -f "$ac_dir/libXm.$ac_extension"; then
15393 ac_find_libraries
=$ac_dir
15399 if test "$ac_find_libraries" != "" ; then
15400 echo "$ac_t""found at $ac_find_libraries" 1>&6
15403 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
15405 if test $result = 0; then
15408 ac_path_to_link
=" -L$ac_find_libraries"
15411 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
15413 save_CFLAGS
=$CFLAGS
15414 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
15416 cat > conftest.
$ac_ext <<EOF
15417 #line 15418 "configure"
15418 #include "confdefs.h"
15425 version = xmUseVersion;
15429 if { (eval echo configure
:15430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15432 echo "$ac_t""found in default search path" 1>&6
15433 COMPILED_X_PROGRAM
=1
15436 echo "configure: failed program was:" >&5
15437 cat conftest.
$ac_ext >&5
15440 echo "$ac_t""no" 1>&6
15441 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
15447 CFLAGS
=$save_CFLAGS
15452 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
15453 echo "configure:15454: checking for Xpm library" >&5
15456 for ac_dir
in $SEARCH_LIB /usr
/lib
;
15458 for ac_extension
in a so sl dylib
; do
15459 if test -f "$ac_dir/libXpm.$ac_extension"; then
15460 ac_find_libraries
=$ac_dir
15466 if test "$ac_find_libraries" != "" ; then
15468 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
15470 if test $result = 0; then
15473 ac_path_to_link
=" -L$ac_find_libraries"
15476 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
15479 cat >> confdefs.h
<<\EOF
15480 #define wxHAVE_LIB_XPM 1
15483 echo "$ac_t""found at $ac_find_libraries" 1>&6
15485 save_CFLAGS
=$CFLAGS
15486 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
15488 cat > conftest.
$ac_ext <<EOF
15489 #line 15490 "configure"
15490 #include "confdefs.h"
15492 #include <X11/xpm.h>
15497 version = XpmLibraryVersion();
15501 if { (eval echo configure
:15502: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15505 cat >> confdefs.h
<<\EOF
15506 #define wxHAVE_LIB_XPM 1
15509 echo "$ac_t""found in default search path" 1>&6
15510 COMPILED_X_PROGRAM
=0
15513 echo "configure: failed program was:" >&5
15514 cat conftest.
$ac_ext >&5
15517 echo "$ac_t""no" 1>&6
15518 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
15524 CFLAGS
=$save_CFLAGS
15527 echo $ac_n "checking if we need -lXp and/or -lSM -lICE""... $ac_c" 1>&6
15528 echo "configure:15529: checking if we need -lXp and/or -lSM -lICE" >&5
15532 for libp
in "" " -lXp"; do
15533 if test "$libs_found" = "0"; then
15534 for libsm_ice
in " -lSM -lICE"; do
15535 if test "$libs_found" = "0"; then
15537 LIBS
="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
15538 save_CFLAGS
=$CFLAGS
15539 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
15541 cat > conftest.
$ac_ext <<EOF
15542 #line 15543 "configure"
15543 #include "confdefs.h"
15546 #include <Xm/List.h>
15550 XmString string = NULL;
15553 XmListAddItem(w, string, position);
15557 if { (eval echo configure
:15558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15561 libsm_ice_link
="$libsm_ice"
15562 echo "$ac_t""need${libp_link}${libsm_ice_link}" 1>&6
15566 echo "configure: failed program was:" >&5
15567 cat conftest.
$ac_ext >&5
15575 CFLAGS
=$save_CFLAGS
15581 if test "$libs_found" = "0"; then
15582 echo "$ac_t""can't find the right libraries" 1>&6
15583 { echo "configure: error: can't link a simple motif program" 1>&2; exit 1; }
15586 save_CFLAGS
=$CFLAGS
15587 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
15588 echo $ac_n "checking for Motif 2""... $ac_c" 1>&6
15589 echo "configure:15590: checking for Motif 2" >&5
15590 cat > conftest.
$ac_ext <<EOF
15591 #line 15592 "configure"
15592 #include "confdefs.h"
15598 #if XmVersion < 2000
15599 #error "Not Motif 2"
15604 if { (eval echo configure
:15605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15607 cat >> confdefs.h
<<\EOF
15608 #define __WXMOTIF20__ 1
15611 echo "$ac_t""found" 1>&6
15614 echo "configure: failed program was:" >&5
15615 cat conftest.
$ac_ext >&5
15618 cat >> confdefs.h
<<\EOF
15619 #define __WXMOTIF20__ 0
15622 echo "$ac_t""not found" 1>&6
15626 CFLAGS
=$save_CFLAGS
15628 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
15629 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
15635 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 &&
15636 test "$wxHAVE_XEXT_LIB" = 1; then
15637 save_CFLAGS
="$CFLAGS"
15638 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
15640 echo $ac_n "checking for X11/extensions/shape.h""... $ac_c" 1>&6
15641 echo "configure:15642: checking for X11/extensions/shape.h" >&5
15642 cat > conftest.
$ac_ext <<EOF
15643 #line 15644 "configure"
15644 #include "confdefs.h"
15646 #include <X11/Xlib.h>
15647 #include <X11/extensions/shape.h>
15651 int dummy1, dummy2;
15652 XShapeQueryExtension((Display*)NULL,
15653 (int*)NULL, (int*)NULL);
15657 if { (eval echo configure
:15658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15660 cat >> confdefs.h
<<\EOF
15661 #define HAVE_XSHAPE 1
15664 echo "$ac_t""found" 1>&6
15667 echo "configure: failed program was:" >&5
15668 cat conftest.
$ac_ext >&5
15671 echo "$ac_t""not found" 1>&6
15675 CFLAGS
="$save_CFLAGS"
15678 if test "$wxUSE_MAC" = 1; then
15679 CPPFLAGS
="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
15681 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
15686 if test "$wxUSE_COCOA" = 1; then
15687 TOOLKIT_VPATH
="\${top_srcdir}/src/cocoa"
15692 if test "$wxUSE_PM" = 1; then
15695 echo "configure: warning: OS/2 threads are not yet supported... disabled" 1>&2
15699 if test "$TOOLKIT" = "PM" ; then
15702 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
15705 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
15707 if test "$wxUSE_UNIVERSAL" = "yes"; then
15708 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
15710 ALL_SOURCES
="\$(ALL_SOURCES) \${UNIV_SOURCES}"
15711 ALL_HEADERS
="\$(ALL_HEADERS) \${UNIV_HEADERS}"
15713 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
15714 if test "$wxUSE_X11" = 1; then
15715 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
15717 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
15719 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
15722 ALL_OBJECTS
="\$(GUIOBJS)"
15723 ALL_SOURCES
="\$(ALL_SOURCES)"
15724 ALL_HEADERS
="\$(ALL_HEADERS)"
15727 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
15729 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
15730 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
15733 if test "$wxUSE_HTML" = "yes"; then
15734 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
15737 if test "$wxUSE_LIBJPEG" = "builtin" ; then
15738 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
15740 if test "$wxUSE_LIBTIFF" = "builtin" ; then
15741 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
15743 if test "$wxUSE_LIBPNG" = "builtin" ; then
15744 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
15747 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
15748 DISTDIR
="wx\$(TOOLKIT)"
15754 if test "$USE_WIN32" = 1 ; then
15755 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
15756 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
15760 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
15761 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
15764 ALL_SOURCES
="\$(ALL_SOURCES)"
15765 ALL_HEADERS
="\$(ALL_HEADERS)"
15767 PORT_FILES
="\${top_srcdir}/src/files.lst"
15769 GUIDIST
="BASE_DIST"
15774 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
15775 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
15778 if test "$wxUSE_REGEX" = "builtin" ; then
15779 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
15781 if test "$wxUSE_ZLIB" = "builtin" ; then
15782 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
15786 if test "$wxUSE_OPENGL" = "yes"; then
15787 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
15788 OPENGL_LIBS
="-framework OpenGL -framework AGL"
15789 elif test "$wxUSE_MSW" = 1; then
15790 OPENGL_LIBS
="-lopengl32 -lglu32"
15792 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
15793 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
15794 echo "configure:15795: checking for GL/gl.h" >&5
15795 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
15796 echo $ac_n "(cached) $ac_c" 1>&6
15798 cat > conftest.
$ac_ext <<EOF
15799 #line 15800 "configure"
15800 #include "confdefs.h"
15803 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15804 { (eval echo configure
:15805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15805 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15806 if test -z "$ac_err"; then
15808 eval "ac_cv_header_$ac_safe=yes"
15811 echo "configure: failed program was:" >&5
15812 cat conftest.
$ac_ext >&5
15814 eval "ac_cv_header_$ac_safe=no"
15818 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
15819 echo "$ac_t""yes" 1>&6
15823 echo $ac_n "checking for -lGL""... $ac_c" 1>&6
15824 echo "configure:15825: checking for -lGL" >&5
15827 for ac_dir
in $SEARCH_LIB /usr
/lib
;
15829 for ac_extension
in a so sl dylib
; do
15830 if test -f "$ac_dir/libGL.$ac_extension"; then
15831 ac_find_libraries
=$ac_dir
15837 if test "$ac_find_libraries" != "" ; then
15839 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
15841 if test $result = 0; then
15844 ac_path_to_link
=" -L$ac_find_libraries"
15847 if test "$ac_path_to_link" != " -L/usr/lib" ; then
15848 LDFLAGS_GL
="$ac_path_to_link"
15853 for ac_dir
in $SEARCH_LIB /usr
/lib
;
15855 for ac_extension
in a so sl dylib
; do
15856 if test -f "$ac_dir/libGLU.$ac_extension"; then
15857 ac_find_libraries
=$ac_dir
15863 if test "$ac_find_libraries" != "" ; then
15865 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
15867 if test $result = 0; then
15870 ac_path_to_link
=" -L$ac_find_libraries"
15873 if test "$ac_path_to_link" != " -L/usr/lib" -a \
15874 "$ac_path_to_link" != "$LDFLAGS_GL"; then
15875 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
15879 OPENGL_LIBS
="-lGL -lGLU"
15880 echo "$ac_t""yes" 1>&6
15884 if "$found_gl" != 1; then
15885 echo "$ac_t""no" 1>&6
15886 echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6
15887 echo "configure:15888: checking for -lMesaGL" >&5
15890 for ac_dir
in $SEARCH_LIB /usr
/lib
;
15892 for ac_extension
in a so sl dylib
; do
15893 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
15894 ac_find_libraries
=$ac_dir
15900 if test "$ac_find_libraries" != "" ; then
15902 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
15904 if test $result = 0; then
15907 ac_path_to_link
=" -L$ac_find_libraries"
15910 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
15911 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
15912 echo "$ac_t""yes" 1>&6
15914 echo "$ac_t""no" 1>&6
15919 echo "$ac_t""no" 1>&6
15923 if test "x$OPENGL_LIBS" = "x"; then
15924 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
15928 if test "$wxUSE_OPENGL" = "yes"; then
15929 cat >> confdefs.h
<<\EOF
15930 #define wxUSE_OPENGL 1
15933 cat >> confdefs.h
<<\EOF
15934 #define wxUSE_GLCANVAS 1
15937 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
15941 if test -z "$TOOLKIT_VPATH" ; then
15942 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
15945 if test -n "$TOOLKIT" ; then
15946 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
15949 lib_unicode_suffix
=
15950 if test "$wxUSE_UNICODE" = "yes"; then
15951 lib_unicode_suffix
=u
15955 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
15959 WX_VERSION_TAG
=`echo WX${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
15961 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
15962 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
15964 if test "$cross_compiling" = "yes"; then
15965 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
15966 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
15969 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
15970 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
15971 WX_LIBRARY_BASENAME
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
15973 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
15974 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
15976 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
15977 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
15978 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
15979 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
15982 *-*-cygwin* | *-*-mingw32* )
15986 if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then
15987 WX_LIBRARY
="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
15988 WX_LIBRARY_GL
="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
15989 WX_LIBRARY_NAME_SHARED
="${WX_LIBRARY}.${SO_SUFFIX}"
15990 WX_LIBRARY_NAME_SHARED_GL
="${WX_LIBRARY_GL}.${SO_SUFFIX}"
15992 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
15993 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
15999 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
16000 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
16002 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
16003 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
16004 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
16005 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
16007 if test "$wxUSE_MAC" = 1; then
16008 WX_RESOURCES_MACOSX_ASCII
="lib${WX_LIBRARY}.${WX_CURRENT}.r"
16009 WX_RESOURCES_MACOSX_DATA
="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
16014 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
16015 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
16017 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
16018 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
16020 if test "$wxUSE_OPENGL" = "yes"; then
16021 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
16022 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
16027 if test "$wxUSE_SHARED" = "yes"; then
16029 *-pc-os2_emx | *-pc-os2-emx | \
16032 echo "configure: warning: Host system doesn't support shared libraries, disabling" 1>&2
16037 if test "$wxUSE_SHARED" = "yes"; then
16039 if test "$wxUSE_OPENGL" = "yes"; then
16040 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
16041 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
16043 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
16044 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1}"
16047 if test "$GCC" = "yes"; then
16053 found_versioning
=no
16056 if test $found_versioning = no
; then
16057 echo $ac_n "checking if the linker accepts --version-script""... $ac_c" 1>&6
16058 echo "configure:16059: checking if the linker accepts --version-script" >&5
16059 if eval "test \"`echo '$''{'wx_cv_version_script'+set}'`\" = set"; then
16060 echo $ac_n "(cached) $ac_c" 1>&6
16063 echo "VER_1 { *; };" >conftest.sym
16064 echo "int main() { return 0; }" >conftest.cpp
16067 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
16068 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'; { (eval echo configure
:16069: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } ; then
16069 if test -s conftest.stderr
; then
16070 wx_cv_version_script
=no
16072 wx_cv_version_script
=yes
16075 wx_cv_version_script
=no
16077 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
16081 echo "$ac_t""$wx_cv_version_script" 1>&6
16082 if test $wx_cv_version_script = yes ; then
16083 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)/version-script"
16088 SHARED_LD
="${CXX} -shared -o"
16092 if test "$GCC" = "yes"; then
16093 SHARED_LD
="${CXX} -shared ${PIC_FLAG} -o"
16095 LDFLAGS
="$LDFLAGS -L/usr/lib"
16097 SHARED_LD
="${CXX} -b -o"
16101 if test "$wxUSE_OPENGL" = "yes"; then
16102 WX_ALL_INSTALLED
="preinstall_gl"
16103 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
16105 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
16110 if test "$GCC" != "yes"; then
16111 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
16112 echo "configure:16113: checking for Intel compiler" >&5
16113 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
16114 echo $ac_n "(cached) $ac_c" 1>&6
16117 cat > conftest.
$ac_ext <<EOF
16118 #line 16119 "configure"
16119 #include "confdefs.h"
16123 #ifndef __INTEL_COMPILER
16129 if { (eval echo configure
:16130: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16133 echo "configure: failed program was:" >&5
16134 cat conftest.
$ac_ext >&5
16143 echo "$ac_t""$wx_cv_prog_icc" 1>&6
16144 if test "$wx_cv_prog_icc" = "yes"; then
16149 if test "$wxUSE_SONAME" = "yes" ; then
16150 SONAME_FLAGS
="-Wl,-soname,${WX_LIBRARY_LINK1}"
16151 SONAME_FLAGS_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
16152 WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)"
16157 if test "$GCC" = yes ; then
16158 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
16160 SHARED_LD
="${CXX} -G -o"
16162 SONAME_FLAGS
="-h ${WX_LIBRARY_NAME_SHARED}"
16163 SONAME_FLAGS_GL
="-h ${WX_LIBRARY_NAME_SHARED_GL}"
16168 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -DWXMAKINGDLL"
16169 CFLAGS
="$CFLAGS -fno-common"
16170 CXXFLAGS
="$CXXFLAGS -fno-common"
16171 SHARED_LD
="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o"
16172 PIC_FLAG
="-dynamic -fPIC"
16173 SONAME_FLAGS
="-compatibility_version ${WX_RELEASE} -current_version ${WX_VERSION} -install_name \$(libdir)/${WX_LIBRARY_LINK1}"
16174 SONAME_FLAGS_GL
="-compatibility_version ${WX_RELEASE} -current_version ${WX_VERSION} -install_name \$(libdir)/${WX_LIBRARY_LINK1_GL}"
16178 if test "$GCC" != "yes"; then
16179 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
16180 set dummy makeC
++SharedLib
; ac_word
=$2
16181 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16182 echo "configure:16183: checking for $ac_word" >&5
16183 if eval "test \"`echo '$''{'ac_cv_prog_AIX_CXX_LD'+set}'`\" = set"; then
16184 echo $ac_n "(cached) $ac_c" 1>&6
16186 if test -n "$AIX_CXX_LD"; then
16187 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
16189 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
16191 for ac_dir
in $ac_dummy; do
16192 test -z "$ac_dir" && ac_dir
=.
16193 if test -f $ac_dir/$ac_word; then
16194 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
16199 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
16202 AIX_CXX_LD
="$ac_cv_prog_AIX_CXX_LD"
16203 if test -n "$AIX_CXX_LD"; then
16204 echo "$ac_t""$AIX_CXX_LD" 1>&6
16206 echo "$ac_t""no" 1>&6
16210 SHARED_LD
="$(AIX_CXX_LD) -p 0 -o"
16214 *-*-cygwin* | *-*-mingw32* )
16215 WX_LIBRARY_IMPORTLIB
="${WX_LIBRARY_NAME_SHARED}.a"
16217 SHARED_LD
="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
16218 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
16220 PIC_FLAG
="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
16222 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
16223 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
16225 if test "$wxUSE_OPENGL" = "yes"; then
16226 LIBS
="${LIBS} ${OPENGL_LIBS}"
16231 SHARED_LD
="${LD} -shared -o"
16235 if test "$GCC" != "yes"; then
16240 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
16248 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
16251 if test "x$WX_TARGET_LIBRARY" = "x"; then
16252 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
16253 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
16256 WX_TARGET_LIBRARY_TYPE
="so"
16257 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
16260 if test "$wxUSE_SHARED" = "no"; then
16262 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
16263 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
16266 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
16267 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
16270 if test "$wxUSE_OPENGL" = "yes"; then
16271 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
16272 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
16274 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
16277 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
16278 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
16280 WX_TARGET_LIBRARY_TYPE
="a"
16281 INSTALL_LIBRARY
='$(INSTALL_DATA)'
16291 if test "$wxUSE_MAC" = 1; then
16292 LIBWXMACRES
="\$(top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
16293 WX_ALL
="${WX_ALL} ${LIBWXMACRES}"
16294 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
16295 # Extract the first word of "Rez", so it can be a program name with args.
16296 set dummy Rez
; ac_word
=$2
16297 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16298 echo "configure:16299: checking for $ac_word" >&5
16299 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
16300 echo $ac_n "(cached) $ac_c" 1>&6
16302 if test -n "$RESCOMP"; then
16303 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
16305 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
16307 for ac_dir
in $ac_dummy; do
16308 test -z "$ac_dir" && ac_dir
=.
16309 if test -f $ac_dir/$ac_word; then
16310 ac_cv_prog_RESCOMP
="Rez"
16315 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
16318 RESCOMP
="$ac_cv_prog_RESCOMP"
16319 if test -n "$RESCOMP"; then
16320 echo "$ac_t""$RESCOMP" 1>&6
16322 echo "$ac_t""no" 1>&6
16325 # Extract the first word of "DeRez", so it can be a program name with args.
16326 set dummy DeRez
; ac_word
=$2
16327 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16328 echo "configure:16329: checking for $ac_word" >&5
16329 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
16330 echo $ac_n "(cached) $ac_c" 1>&6
16332 if test -n "$DEREZ"; then
16333 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
16335 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
16337 for ac_dir
in $ac_dummy; do
16338 test -z "$ac_dir" && ac_dir
=.
16339 if test -f $ac_dir/$ac_word; then
16340 ac_cv_prog_DEREZ
="DeRez"
16345 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
16348 DEREZ
="$ac_cv_prog_DEREZ"
16349 if test -n "$DEREZ"; then
16350 echo "$ac_t""$DEREZ" 1>&6
16352 echo "$ac_t""no" 1>&6
16355 # Extract the first word of "SetFile", so it can be a program name with args.
16356 set dummy SetFile
; ac_word
=$2
16357 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16358 echo "configure:16359: checking for $ac_word" >&5
16359 if eval "test \"`echo '$''{'ac_cv_prog_SETFILE'+set}'`\" = set"; then
16360 echo $ac_n "(cached) $ac_c" 1>&6
16362 if test -n "$SETFILE"; then
16363 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
16365 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
16367 for ac_dir
in $ac_dummy; do
16368 test -z "$ac_dir" && ac_dir
=.
16369 if test -f $ac_dir/$ac_word; then
16370 ac_cv_prog_SETFILE
="SetFile"
16375 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
16378 SETFILE
="$ac_cv_prog_SETFILE"
16379 if test -n "$SETFILE"; then
16380 echo "$ac_t""$SETFILE" 1>&6
16382 echo "$ac_t""no" 1>&6
16385 MACOSX_BUNDLE
="bundle"
16386 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
16387 MACSETFILE
="\$(SETFILE)"
16388 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \$(top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}} -o"
16389 elif test "$wxUSE_COCOA" = 1; then
16390 # Extract the first word of "Rez", so it can be a program name with args.
16391 set dummy Rez
; ac_word
=$2
16392 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16393 echo "configure:16394: checking for $ac_word" >&5
16394 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
16395 echo $ac_n "(cached) $ac_c" 1>&6
16397 if test -n "$RESCOMP"; then
16398 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
16400 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
16402 for ac_dir
in $ac_dummy; do
16403 test -z "$ac_dir" && ac_dir
=.
16404 if test -f $ac_dir/$ac_word; then
16405 ac_cv_prog_RESCOMP
="Rez"
16410 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
16413 RESCOMP
="$ac_cv_prog_RESCOMP"
16414 if test -n "$RESCOMP"; then
16415 echo "$ac_t""$RESCOMP" 1>&6
16417 echo "$ac_t""no" 1>&6
16420 # Extract the first word of "DeRez", so it can be a program name with args.
16421 set dummy DeRez
; ac_word
=$2
16422 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16423 echo "configure:16424: checking for $ac_word" >&5
16424 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
16425 echo $ac_n "(cached) $ac_c" 1>&6
16427 if test -n "$DEREZ"; then
16428 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
16430 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
16432 for ac_dir
in $ac_dummy; do
16433 test -z "$ac_dir" && ac_dir
=.
16434 if test -f $ac_dir/$ac_word; then
16435 ac_cv_prog_DEREZ
="DeRez"
16440 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
16443 DEREZ
="$ac_cv_prog_DEREZ"
16444 if test -n "$DEREZ"; then
16445 echo "$ac_t""$DEREZ" 1>&6
16447 echo "$ac_t""no" 1>&6
16450 # Extract the first word of "SetFile", so it can be a program name with args.
16451 set dummy SetFile
; ac_word
=$2
16452 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
16453 echo "configure:16454: checking for $ac_word" >&5
16454 if eval "test \"`echo '$''{'ac_cv_prog_SETFILE'+set}'`\" = set"; then
16455 echo $ac_n "(cached) $ac_c" 1>&6
16457 if test -n "$SETFILE"; then
16458 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
16460 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
16462 for ac_dir
in $ac_dummy; do
16463 test -z "$ac_dir" && ac_dir
=.
16464 if test -f $ac_dir/$ac_word; then
16465 ac_cv_prog_SETFILE
="SetFile"
16470 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
16473 SETFILE
="$ac_cv_prog_SETFILE"
16474 if test -n "$SETFILE"; then
16475 echo "$ac_t""$SETFILE" 1>&6
16477 echo "$ac_t""no" 1>&6
16480 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
16481 MACSETFILE
="\$(SETFILE)"
16482 MACRESWXCONFIG
="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \$(top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}} -o"
16484 if test "$wxUSE_PM" = 1; then
16485 MACRESCOMP
="emxbind -ep"
16490 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
16491 echo "configure:16492: checking for ANSI C header files" >&5
16492 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
16493 echo $ac_n "(cached) $ac_c" 1>&6
16495 cat > conftest.
$ac_ext <<EOF
16496 #line 16497 "configure"
16497 #include "confdefs.h"
16498 #include <stdlib.h>
16499 #include <stdarg.h>
16500 #include <string.h>
16503 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
16504 { (eval echo configure
:16505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
16505 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
16506 if test -z "$ac_err"; then
16508 ac_cv_header_stdc
=yes
16511 echo "configure: failed program was:" >&5
16512 cat conftest.
$ac_ext >&5
16514 ac_cv_header_stdc
=no
16518 if test $ac_cv_header_stdc = yes; then
16519 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
16520 cat > conftest.
$ac_ext <<EOF
16521 #line 16522 "configure"
16522 #include "confdefs.h"
16523 #include <string.h>
16525 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16526 egrep "memchr" >/dev
/null
2>&1; then
16530 ac_cv_header_stdc
=no
16536 if test $ac_cv_header_stdc = yes; then
16537 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
16538 cat > conftest.
$ac_ext <<EOF
16539 #line 16540 "configure"
16540 #include "confdefs.h"
16541 #include <stdlib.h>
16543 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16544 egrep "free" >/dev
/null
2>&1; then
16548 ac_cv_header_stdc
=no
16554 if test $ac_cv_header_stdc = yes; then
16555 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
16556 if test "$cross_compiling" = yes; then
16559 cat > conftest.
$ac_ext <<EOF
16560 #line 16561 "configure"
16561 #include "confdefs.h"
16563 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
16564 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
16565 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
16566 int main () { int i; for (i = 0; i < 256; i++)
16567 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
16571 if { (eval echo configure
:16572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
16575 echo "configure: failed program was:" >&5
16576 cat conftest.
$ac_ext >&5
16578 ac_cv_header_stdc
=no
16586 echo "$ac_t""$ac_cv_header_stdc" 1>&6
16587 if test $ac_cv_header_stdc = yes; then
16588 cat >> confdefs.h
<<\EOF
16589 #define STDC_HEADERS 1
16594 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
16595 echo "configure:16596: checking for mode_t" >&5
16596 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
16597 echo $ac_n "(cached) $ac_c" 1>&6
16599 cat > conftest.
$ac_ext <<EOF
16600 #line 16601 "configure"
16601 #include "confdefs.h"
16602 #include <sys/types.h>
16604 #include <stdlib.h>
16605 #include <stddef.h>
16608 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16609 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
16611 ac_cv_type_mode_t
=yes
16614 ac_cv_type_mode_t
=no
16619 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
16620 if test $ac_cv_type_mode_t = no
; then
16621 cat >> confdefs.h
<<\EOF
16627 echo $ac_n "checking for off_t""... $ac_c" 1>&6
16628 echo "configure:16629: checking for off_t" >&5
16629 if eval "test \"`echo '$''{'ac_cv_type_off_t'+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"
16635 #include <sys/types.h>
16637 #include <stdlib.h>
16638 #include <stddef.h>
16641 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16642 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
16644 ac_cv_type_off_t
=yes
16647 ac_cv_type_off_t
=no
16652 echo "$ac_t""$ac_cv_type_off_t" 1>&6
16653 if test $ac_cv_type_off_t = no
; then
16654 cat >> confdefs.h
<<\EOF
16660 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
16661 echo "configure:16662: checking for pid_t" >&5
16662 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
16663 echo $ac_n "(cached) $ac_c" 1>&6
16665 cat > conftest.
$ac_ext <<EOF
16666 #line 16667 "configure"
16667 #include "confdefs.h"
16668 #include <sys/types.h>
16670 #include <stdlib.h>
16671 #include <stddef.h>
16674 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16675 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
16677 ac_cv_type_pid_t
=yes
16680 ac_cv_type_pid_t
=no
16685 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
16686 if test $ac_cv_type_pid_t = no
; then
16687 cat >> confdefs.h
<<\EOF
16693 echo $ac_n "checking for size_t""... $ac_c" 1>&6
16694 echo "configure:16695: checking for size_t" >&5
16695 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
16696 echo $ac_n "(cached) $ac_c" 1>&6
16698 cat > conftest.
$ac_ext <<EOF
16699 #line 16700 "configure"
16700 #include "confdefs.h"
16701 #include <sys/types.h>
16703 #include <stdlib.h>
16704 #include <stddef.h>
16707 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16708 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
16710 ac_cv_type_size_t
=yes
16713 ac_cv_type_size_t
=no
16718 echo "$ac_t""$ac_cv_type_size_t" 1>&6
16719 if test $ac_cv_type_size_t = no
; then
16720 cat >> confdefs.h
<<\EOF
16721 #define size_t unsigned
16726 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
16727 echo "configure:16728: checking for uid_t in sys/types.h" >&5
16728 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
16729 echo $ac_n "(cached) $ac_c" 1>&6
16731 cat > conftest.
$ac_ext <<EOF
16732 #line 16733 "configure"
16733 #include "confdefs.h"
16734 #include <sys/types.h>
16736 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16737 egrep "uid_t" >/dev
/null
2>&1; then
16739 ac_cv_type_uid_t
=yes
16742 ac_cv_type_uid_t
=no
16748 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
16749 if test $ac_cv_type_uid_t = no
; then
16750 cat >> confdefs.h
<<\EOF
16754 cat >> confdefs.h
<<\EOF
16763 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16764 ac_cpp
='$CXXCPP $CPPFLAGS'
16765 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16766 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16767 cross_compiling
=$ac_cv_prog_cxx_cross
16769 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
16770 echo "configure:16771: checking if size_t is unsigned int" >&5
16771 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
16772 echo $ac_n "(cached) $ac_c" 1>&6
16775 cat > conftest.
$ac_ext <<EOF
16776 #line 16777 "configure"
16777 #include "confdefs.h"
16778 #include <stddef.h>
16783 struct Foo { void foo(size_t); void foo(unsigned int); };
16789 if { (eval echo configure
:16790: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16791 wx_cv_size_t_is_uint
=no
16793 echo "configure: failed program was:" >&5
16794 cat conftest.
$ac_ext >&5
16796 wx_cv_size_t_is_uint
=yes
16804 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
16806 if test "$wx_cv_size_t_is_uint" = "yes"; then
16807 cat >> confdefs.h
<<\EOF
16808 #define wxSIZE_T_IS_UINT 1
16812 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
16813 echo "configure:16814: checking if size_t is unsigned long" >&5
16814 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
16815 echo $ac_n "(cached) $ac_c" 1>&6
16817 cat > conftest.
$ac_ext <<EOF
16818 #line 16819 "configure"
16819 #include "confdefs.h"
16820 #include <stddef.h>
16825 struct Foo { void foo(size_t); void foo(unsigned long); };
16831 if { (eval echo configure
:16832: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16833 wx_cv_size_t_is_ulong
=no
16835 echo "configure: failed program was:" >&5
16836 cat conftest.
$ac_ext >&5
16838 wx_cv_size_t_is_ulong
=yes
16845 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
16847 if test "$wx_cv_size_t_is_ulong" = "yes"; then
16848 cat >> confdefs.h
<<\EOF
16849 #define wxSIZE_T_IS_ULONG 1
16856 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16857 ac_cpp
='$CPP $CPPFLAGS'
16858 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16859 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16860 cross_compiling
=$ac_cv_prog_cc_cross
16864 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
16865 echo "configure:16866: checking for pw_gecos in struct passwd" >&5
16866 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
16867 echo $ac_n "(cached) $ac_c" 1>&6
16870 cat > conftest.
$ac_ext <<EOF
16871 #line 16872 "configure"
16872 #include "confdefs.h"
16882 if { (eval echo configure
:16883: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16885 wx_cv_struct_pw_gecos
=yes
16888 echo "configure: failed program was:" >&5
16889 cat conftest.
$ac_ext >&5
16892 wx_cv_struct_pw_gecos
=no
16901 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
16903 if test "$wx_cv_struct_pw_gecos" = "yes"; then
16904 cat >> confdefs.h
<<\EOF
16905 #define HAVE_PW_GECOS 1
16911 if test "$wx_cv_sizeof_wchar_t" != "0"; then
16912 cat >> confdefs.h
<<\EOF
16913 #define wxUSE_WCHAR_T 1
16919 for ac_func
in wcslen
16921 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16922 echo "configure:16923: checking for $ac_func" >&5
16923 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16924 echo $ac_n "(cached) $ac_c" 1>&6
16926 cat > conftest.
$ac_ext <<EOF
16927 #line 16928 "configure"
16928 #include "confdefs.h"
16929 /* System header to define __stub macros and hopefully few prototypes,
16930 which can conflict with char $ac_func(); below. */
16931 #include <assert.h>
16932 /* Override any gcc2 internal prototype to avoid an error. */
16933 /* We use char because int might match the return type of a gcc2
16934 builtin and then its argument prototype would still apply. */
16939 /* The GNU C library defines this for functions which it implements
16940 to always fail with ENOSYS. Some functions are actually named
16941 something starting with __ and the normal name is an alias. */
16942 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
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_func_$ac_func=yes"
16954 echo "configure: failed program was:" >&5
16955 cat conftest.
$ac_ext >&5
16957 eval "ac_cv_func_$ac_func=no"
16962 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16963 echo "$ac_t""yes" 1>&6
16964 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16965 cat >> confdefs.h
<<EOF
16966 #define $ac_tr_func 1
16970 echo "$ac_t""no" 1>&6
16975 if test "$WCSLEN_FOUND" = 0; then
16976 if test "$TOOLKIT" = "MSW"; then
16977 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
16978 echo "configure:16979: checking for wcslen in -lmsvcrt" >&5
16979 ac_lib_var
=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
16980 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16981 echo $ac_n "(cached) $ac_c" 1>&6
16983 ac_save_LIBS
="$LIBS"
16984 LIBS
="-lmsvcrt $LIBS"
16985 cat > conftest.
$ac_ext <<EOF
16986 #line 16987 "configure"
16987 #include "confdefs.h"
16988 /* Override any gcc2 internal prototype to avoid an error. */
16989 /* We use char because int might match the return type of a gcc2
16990 builtin and then its argument prototype would still apply. */
16997 if { (eval echo configure
:16998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16999 eval "ac_cv_lib_$ac_lib_var=yes"
17001 echo "configure: failed program was:" >&5
17002 cat conftest.
$ac_ext >&5
17004 eval "ac_cv_lib_$ac_lib_var=no"
17007 LIBS
="$ac_save_LIBS"
17010 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17011 echo "$ac_t""yes" 1>&6
17014 echo "$ac_t""no" 1>&6
17018 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
17019 echo "configure:17020: checking for wcslen in -lw" >&5
17020 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
17021 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17022 echo $ac_n "(cached) $ac_c" 1>&6
17024 ac_save_LIBS
="$LIBS"
17026 cat > conftest.
$ac_ext <<EOF
17027 #line 17028 "configure"
17028 #include "confdefs.h"
17029 /* Override any gcc2 internal prototype to avoid an error. */
17030 /* We use char because int might match the return type of a gcc2
17031 builtin and then its argument prototype would still apply. */
17038 if { (eval echo configure
:17039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17040 eval "ac_cv_lib_$ac_lib_var=yes"
17042 echo "configure: failed program was:" >&5
17043 cat conftest.
$ac_ext >&5
17045 eval "ac_cv_lib_$ac_lib_var=no"
17048 LIBS
="$ac_save_LIBS"
17051 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17052 echo "$ac_t""yes" 1>&6
17058 echo "$ac_t""no" 1>&6
17064 if test "$WCSLEN_FOUND" = 1; then
17065 cat >> confdefs.h
<<\EOF
17066 #define HAVE_WCSLEN 1
17071 for ac_func
in wcsrtombs
17073 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17074 echo "configure:17075: checking for $ac_func" >&5
17075 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17076 echo $ac_n "(cached) $ac_c" 1>&6
17078 cat > conftest.
$ac_ext <<EOF
17079 #line 17080 "configure"
17080 #include "confdefs.h"
17081 /* System header to define __stub macros and hopefully few prototypes,
17082 which can conflict with char $ac_func(); below. */
17083 #include <assert.h>
17084 /* Override any gcc2 internal prototype to avoid an error. */
17085 /* We use char because int might match the return type of a gcc2
17086 builtin and then its argument prototype would still apply. */
17091 /* The GNU C library defines this for functions which it implements
17092 to always fail with ENOSYS. Some functions are actually named
17093 something starting with __ and the normal name is an alias. */
17094 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17102 if { (eval echo configure
:17103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17104 eval "ac_cv_func_$ac_func=yes"
17106 echo "configure: failed program was:" >&5
17107 cat conftest.
$ac_ext >&5
17109 eval "ac_cv_func_$ac_func=no"
17114 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17115 echo "$ac_t""yes" 1>&6
17116 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17117 cat >> confdefs.h
<<EOF
17118 #define $ac_tr_func 1
17122 echo "$ac_t""no" 1>&6
17127 echo "configure: warning: Wide character support is unavailable" 1>&2
17132 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17133 ac_cpp
='$CXXCPP $CPPFLAGS'
17134 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17135 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17136 cross_compiling
=$ac_cv_prog_cxx_cross
17139 for ac_func
in vsnprintf
17141 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17142 echo "configure:17143: checking for $ac_func" >&5
17143 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17144 echo $ac_n "(cached) $ac_c" 1>&6
17146 cat > conftest.
$ac_ext <<EOF
17147 #line 17148 "configure"
17148 #include "confdefs.h"
17149 /* System header to define __stub macros and hopefully few prototypes,
17150 which can conflict with char $ac_func(); below. */
17151 #include <assert.h>
17152 /* Override any gcc2 internal prototype to avoid an error. */
17156 /* We use char because int might match the return type of a gcc2
17157 builtin and then its argument prototype would still apply. */
17162 /* The GNU C library defines this for functions which it implements
17163 to always fail with ENOSYS. Some functions are actually named
17164 something starting with __ and the normal name is an alias. */
17165 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17173 if { (eval echo configure
:17174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17175 eval "ac_cv_func_$ac_func=yes"
17177 echo "configure: failed program was:" >&5
17178 cat conftest.
$ac_ext >&5
17180 eval "ac_cv_func_$ac_func=no"
17185 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17186 echo "$ac_t""yes" 1>&6
17187 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17188 cat >> confdefs.h
<<EOF
17189 #define $ac_tr_func 1
17193 echo "$ac_t""no" 1>&6
17198 if test "$ac_cv_func_vsnprintf" = "yes"; then
17199 echo $ac_n "checking for vsnprintf declaration""... $ac_c" 1>&6
17200 echo "configure:17201: checking for vsnprintf declaration" >&5
17201 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf_decl'+set}'`\" = set"; then
17202 echo $ac_n "(cached) $ac_c" 1>&6
17205 cat > conftest.
$ac_ext <<EOF
17206 #line 17207 "configure"
17207 #include "confdefs.h"
17210 #include <stdarg.h>
17216 vsnprintf(buf, 10u, "%s", ap);
17220 if { (eval echo configure
:17221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17222 wx_cv_func_vsnprintf_decl
=yes
17224 echo "configure: failed program was:" >&5
17225 cat conftest.
$ac_ext >&5
17227 wx_cv_func_vsnprintf_decl
=no
17235 echo "$ac_t""$wx_cv_func_vsnprintf_decl" 1>&6
17237 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
17238 cat >> confdefs.h
<<\EOF
17239 #define HAVE_VSNPRINTF_DECL 1
17245 if test "$wxUSE_UNICODE" = yes; then
17246 for ac_func
in fputwc wprintf vswprintf
17248 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17249 echo "configure:17250: checking for $ac_func" >&5
17250 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17251 echo $ac_n "(cached) $ac_c" 1>&6
17253 cat > conftest.
$ac_ext <<EOF
17254 #line 17255 "configure"
17255 #include "confdefs.h"
17256 /* System header to define __stub macros and hopefully few prototypes,
17257 which can conflict with char $ac_func(); below. */
17258 #include <assert.h>
17259 /* Override any gcc2 internal prototype to avoid an error. */
17263 /* We use char because int might match the return type of a gcc2
17264 builtin and then its argument prototype would still apply. */
17269 /* The GNU C library defines this for functions which it implements
17270 to always fail with ENOSYS. Some functions are actually named
17271 something starting with __ and the normal name is an alias. */
17272 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17280 if { (eval echo configure
:17281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17282 eval "ac_cv_func_$ac_func=yes"
17284 echo "configure: failed program was:" >&5
17285 cat conftest.
$ac_ext >&5
17287 eval "ac_cv_func_$ac_func=no"
17292 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17293 echo "$ac_t""yes" 1>&6
17294 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17295 cat >> confdefs.h
<<EOF
17296 #define $ac_tr_func 1
17300 echo "$ac_t""no" 1>&6
17305 echo $ac_n "checking for _vsnwprintf""... $ac_c" 1>&6
17306 echo "configure:17307: checking for _vsnwprintf" >&5
17307 cat > conftest.
$ac_ext <<EOF
17308 #line 17309 "configure"
17309 #include "confdefs.h"
17315 if { (eval echo configure
:17316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17317 echo "$ac_t""yes" 1>&6
17318 cat >> confdefs.h
<<\EOF
17319 #define HAVE__VSNWPRINTF 1
17323 echo "configure: failed program was:" >&5
17324 cat conftest.
$ac_ext >&5
17326 echo "$ac_t""no" 1>&6
17332 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17333 ac_cpp
='$CPP $CPPFLAGS'
17334 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17335 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17336 cross_compiling
=$ac_cv_prog_cc_cross
17341 if test "$TOOLKIT" != "MSW"; then
17346 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17347 ac_cpp
='$CXXCPP $CPPFLAGS'
17348 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17349 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17350 cross_compiling
=$ac_cv_prog_cxx_cross
17354 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
17355 if test "${with_libiconv_prefix+set}" = set; then
17356 withval
="$with_libiconv_prefix"
17358 for dir
in `echo "$withval" | tr : ' '`; do
17359 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
17360 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
17366 echo $ac_n "checking for iconv""... $ac_c" 1>&6
17367 echo "configure:17368: checking for iconv" >&5
17368 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
17369 echo $ac_n "(cached) $ac_c" 1>&6
17372 am_cv_func_iconv
="no, consider installing GNU libiconv"
17374 cat > conftest.
$ac_ext <<EOF
17375 #line 17376 "configure"
17376 #include "confdefs.h"
17377 #include <stdlib.h>
17380 iconv_t cd = iconv_open("","");
17381 iconv(cd,NULL,NULL,NULL,NULL);
17385 if { (eval echo configure
:17386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17387 am_cv_func_iconv
=yes
17389 echo "configure: failed program was:" >&5
17390 cat conftest.
$ac_ext >&5
17393 if test "$am_cv_func_iconv" != yes; then
17394 am_save_LIBS
="$LIBS"
17395 LIBS
="$LIBS -liconv"
17396 cat > conftest.
$ac_ext <<EOF
17397 #line 17398 "configure"
17398 #include "confdefs.h"
17399 #include <stdlib.h>
17402 iconv_t cd = iconv_open("","");
17403 iconv(cd,NULL,NULL,NULL,NULL);
17407 if { (eval echo configure
:17408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17409 am_cv_lib_iconv
=yes
17410 am_cv_func_iconv
=yes
17412 echo "configure: failed program was:" >&5
17413 cat conftest.
$ac_ext >&5
17416 LIBS
="$am_save_LIBS"
17421 echo "$ac_t""$am_cv_func_iconv" 1>&6
17422 if test "$am_cv_func_iconv" = yes; then
17423 cat >> confdefs.h
<<\EOF
17424 #define HAVE_ICONV 1
17427 echo $ac_n "checking if iconv needs const""... $ac_c" 1>&6
17428 echo "configure:17429: checking if iconv needs const" >&5
17429 if eval "test \"`echo '$''{'wx_cv_func_iconv_const'+set}'`\" = set"; then
17430 echo $ac_n "(cached) $ac_c" 1>&6
17432 cat > conftest.
$ac_ext <<EOF
17433 #line 17434 "configure"
17434 #include "confdefs.h"
17436 #include <stdlib.h>
17442 #if defined(__STDC__) || defined(__cplusplus)
17443 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
17452 if { (eval echo configure
:17453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17454 wx_cv_func_iconv_const
="no"
17456 echo "configure: failed program was:" >&5
17457 cat conftest.
$ac_ext >&5
17459 wx_cv_func_iconv_const
="yes"
17466 echo "$ac_t""$wx_cv_func_iconv_const" 1>&6
17469 if test "x$wx_cv_func_iconv_const" = "xyes"; then
17470 iconv_const
="const"
17473 cat >> confdefs.h
<<EOF
17474 #define ICONV_CONST $iconv_const
17479 if test "$am_cv_lib_iconv" = yes; then
17484 LIBS
="$LIBICONV $LIBS"
17486 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17487 ac_cpp
='$CPP $CPPFLAGS'
17488 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17489 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17490 cross_compiling
=$ac_cv_prog_cc_cross
17493 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
17494 for ac_func
in sigaction
17496 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17497 echo "configure:17498: checking for $ac_func" >&5
17498 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17499 echo $ac_n "(cached) $ac_c" 1>&6
17501 cat > conftest.
$ac_ext <<EOF
17502 #line 17503 "configure"
17503 #include "confdefs.h"
17504 /* System header to define __stub macros and hopefully few prototypes,
17505 which can conflict with char $ac_func(); below. */
17506 #include <assert.h>
17507 /* Override any gcc2 internal prototype to avoid an error. */
17508 /* We use char because int might match the return type of a gcc2
17509 builtin and then its argument prototype would still apply. */
17514 /* The GNU C library defines this for functions which it implements
17515 to always fail with ENOSYS. Some functions are actually named
17516 something starting with __ and the normal name is an alias. */
17517 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17525 if { (eval echo configure
:17526: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17527 eval "ac_cv_func_$ac_func=yes"
17529 echo "configure: failed program was:" >&5
17530 cat conftest.
$ac_ext >&5
17532 eval "ac_cv_func_$ac_func=no"
17537 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17538 echo "$ac_t""yes" 1>&6
17539 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17540 cat >> confdefs.h
<<EOF
17541 #define $ac_tr_func 1
17545 echo "$ac_t""no" 1>&6
17550 if test "$ac_cv_func_sigaction" = "no"; then
17551 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
17552 wxUSE_ON_FATAL_EXCEPTION
=no
17555 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
17558 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17559 ac_cpp
='$CXXCPP $CPPFLAGS'
17560 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17561 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17562 cross_compiling
=$ac_cv_prog_cxx_cross
17565 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
17566 echo "configure:17567: checking for sa_handler type" >&5
17567 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
17568 echo $ac_n "(cached) $ac_c" 1>&6
17571 cat > conftest.
$ac_ext <<EOF
17572 #line 17573 "configure"
17573 #include "confdefs.h"
17574 #include <signal.h>
17577 extern void testSigHandler(int);
17579 struct sigaction sa;
17580 sa.sa_handler = testSigHandler;
17584 if { (eval echo configure
:17585: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17587 wx_cv_type_sa_handler
=int
17590 echo "configure: failed program was:" >&5
17591 cat conftest.
$ac_ext >&5
17594 wx_cv_type_sa_handler
=void
17601 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
17604 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17605 ac_cpp
='$CPP $CPPFLAGS'
17606 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17607 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17608 cross_compiling
=$ac_cv_prog_cc_cross
17611 cat >> confdefs.h
<<EOF
17612 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
17618 for ac_func
in mkstemp mktemp
17620 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17621 echo "configure:17622: checking for $ac_func" >&5
17622 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17623 echo $ac_n "(cached) $ac_c" 1>&6
17625 cat > conftest.
$ac_ext <<EOF
17626 #line 17627 "configure"
17627 #include "confdefs.h"
17628 /* System header to define __stub macros and hopefully few prototypes,
17629 which can conflict with char $ac_func(); below. */
17630 #include <assert.h>
17631 /* Override any gcc2 internal prototype to avoid an error. */
17632 /* We use char because int might match the return type of a gcc2
17633 builtin and then its argument prototype would still apply. */
17638 /* The GNU C library defines this for functions which it implements
17639 to always fail with ENOSYS. Some functions are actually named
17640 something starting with __ and the normal name is an alias. */
17641 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17649 if { (eval echo configure
:17650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17651 eval "ac_cv_func_$ac_func=yes"
17653 echo "configure: failed program was:" >&5
17654 cat conftest.
$ac_ext >&5
17656 eval "ac_cv_func_$ac_func=no"
17661 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17662 echo "$ac_t""yes" 1>&6
17663 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17664 cat >> confdefs.h
<<EOF
17665 #define $ac_tr_func 1
17669 echo "$ac_t""no" 1>&6
17674 echo $ac_n "checking for statfs""... $ac_c" 1>&6
17675 echo "configure:17676: checking for statfs" >&5
17676 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
17677 echo $ac_n "(cached) $ac_c" 1>&6
17679 cat > conftest.
$ac_ext <<EOF
17680 #line 17681 "configure"
17681 #include "confdefs.h"
17683 #if defined(__BSD__)
17684 #include <sys/param.h>
17685 #include <sys/mount.h>
17687 #include <sys/vfs.h>
17701 if { (eval echo configure
:17702: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17704 wx_cv_func_statfs
=yes
17707 echo "configure: failed program was:" >&5
17708 cat conftest.
$ac_ext >&5
17711 wx_cv_func_statfs
=no
17719 echo "$ac_t""$wx_cv_func_statfs" 1>&6
17721 if test "$wx_cv_func_statfs" = "yes"; then
17722 wx_cv_type_statvfs_t
="struct statfs"
17723 cat >> confdefs.h
<<\EOF
17724 #define HAVE_STATFS 1
17728 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
17729 echo "configure:17730: checking for statvfs" >&5
17730 if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
17731 echo $ac_n "(cached) $ac_c" 1>&6
17733 cat > conftest.
$ac_ext <<EOF
17734 #line 17735 "configure"
17735 #include "confdefs.h"
17737 #include <stddef.h>
17738 #include <sys/statvfs.h>
17742 statvfs("/", NULL);
17746 if { (eval echo configure
:17747: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17748 wx_cv_func_statvfs
=yes
17750 echo "configure: failed program was:" >&5
17751 cat conftest.
$ac_ext >&5
17753 wx_cv_func_statvfs
=no
17760 echo "$ac_t""$wx_cv_func_statvfs" 1>&6
17762 if test "$wx_cv_func_statvfs" = "yes"; then
17765 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17766 ac_cpp
='$CXXCPP $CPPFLAGS'
17767 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17768 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17769 cross_compiling
=$ac_cv_prog_cxx_cross
17772 echo $ac_n "checking for statvfs argument type""... $ac_c" 1>&6
17773 echo "configure:17774: checking for statvfs argument type" >&5
17774 if eval "test \"`echo '$''{'wx_cv_type_statvfs_t'+set}'`\" = set"; then
17775 echo $ac_n "(cached) $ac_c" 1>&6
17777 cat > conftest.
$ac_ext <<EOF
17778 #line 17779 "configure"
17779 #include "confdefs.h"
17781 #include <sys/statvfs.h>
17794 if { (eval echo configure
:17795: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17796 wx_cv_type_statvfs_t
=statvfs_t
17798 echo "configure: failed program was:" >&5
17799 cat conftest.
$ac_ext >&5
17802 cat > conftest.
$ac_ext <<EOF
17803 #line 17804 "configure"
17804 #include "confdefs.h"
17806 #include <sys/statvfs.h>
17819 if { (eval echo configure
:17820: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17821 wx_cv_type_statvfs_t
="struct statvfs"
17823 echo "configure: failed program was:" >&5
17824 cat conftest.
$ac_ext >&5
17826 wx_cv_type_statvfs_t
="unknown"
17837 echo "$ac_t""$wx_cv_type_statvfs_t" 1>&6
17840 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17841 ac_cpp
='$CPP $CPPFLAGS'
17842 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17843 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17844 cross_compiling
=$ac_cv_prog_cc_cross
17847 if test "$wx_cv_type_statvfs_t" != "unknown"; then
17848 cat >> confdefs.h
<<\EOF
17849 #define HAVE_STATVFS 1
17854 wx_cv_type_statvfs_t
="unknown"
17858 if test "$wx_cv_type_statvfs_t" != "unknown"; then
17859 cat >> confdefs.h
<<EOF
17860 #define WX_STATFS_T $wx_cv_type_statvfs_t
17864 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
17867 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
17868 for ac_func
in fcntl flock
17870 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17871 echo "configure:17872: checking for $ac_func" >&5
17872 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17873 echo $ac_n "(cached) $ac_c" 1>&6
17875 cat > conftest.
$ac_ext <<EOF
17876 #line 17877 "configure"
17877 #include "confdefs.h"
17878 /* System header to define __stub macros and hopefully few prototypes,
17879 which can conflict with char $ac_func(); below. */
17880 #include <assert.h>
17881 /* Override any gcc2 internal prototype to avoid an error. */
17882 /* We use char because int might match the return type of a gcc2
17883 builtin and then its argument prototype would still apply. */
17888 /* The GNU C library defines this for functions which it implements
17889 to always fail with ENOSYS. Some functions are actually named
17890 something starting with __ and the normal name is an alias. */
17891 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17899 if { (eval echo configure
:17900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17901 eval "ac_cv_func_$ac_func=yes"
17903 echo "configure: failed program was:" >&5
17904 cat conftest.
$ac_ext >&5
17906 eval "ac_cv_func_$ac_func=no"
17911 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17912 echo "$ac_t""yes" 1>&6
17913 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17914 cat >> confdefs.h
<<EOF
17915 #define $ac_tr_func 1
17919 echo "$ac_t""no" 1>&6
17924 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
17925 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
17926 wxUSE_SNGLINST_CHECKER
=no
17930 for ac_func
in timegm
17932 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17933 echo "configure:17934: checking for $ac_func" >&5
17934 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17935 echo $ac_n "(cached) $ac_c" 1>&6
17937 cat > conftest.
$ac_ext <<EOF
17938 #line 17939 "configure"
17939 #include "confdefs.h"
17940 /* System header to define __stub macros and hopefully few prototypes,
17941 which can conflict with char $ac_func(); below. */
17942 #include <assert.h>
17943 /* Override any gcc2 internal prototype to avoid an error. */
17944 /* We use char because int might match the return type of a gcc2
17945 builtin and then its argument prototype would still apply. */
17950 /* The GNU C library defines this for functions which it implements
17951 to always fail with ENOSYS. Some functions are actually named
17952 something starting with __ and the normal name is an alias. */
17953 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17961 if { (eval echo configure
:17962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17963 eval "ac_cv_func_$ac_func=yes"
17965 echo "configure: failed program was:" >&5
17966 cat conftest.
$ac_ext >&5
17968 eval "ac_cv_func_$ac_func=no"
17973 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17974 echo "$ac_t""yes" 1>&6
17975 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17976 cat >> confdefs.h
<<EOF
17977 #define $ac_tr_func 1
17981 echo "$ac_t""no" 1>&6
17986 for ac_func
in putenv setenv
17988 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17989 echo "configure:17990: checking for $ac_func" >&5
17990 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17991 echo $ac_n "(cached) $ac_c" 1>&6
17993 cat > conftest.
$ac_ext <<EOF
17994 #line 17995 "configure"
17995 #include "confdefs.h"
17996 /* System header to define __stub macros and hopefully few prototypes,
17997 which can conflict with char $ac_func(); below. */
17998 #include <assert.h>
17999 /* Override any gcc2 internal prototype to avoid an error. */
18000 /* We use char because int might match the return type of a gcc2
18001 builtin and then its argument prototype would still apply. */
18006 /* The GNU C library defines this for functions which it implements
18007 to always fail with ENOSYS. Some functions are actually named
18008 something starting with __ and the normal name is an alias. */
18009 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18017 if { (eval echo configure
:18018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18019 eval "ac_cv_func_$ac_func=yes"
18021 echo "configure: failed program was:" >&5
18022 cat conftest.
$ac_ext >&5
18024 eval "ac_cv_func_$ac_func=no"
18029 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18030 echo "$ac_t""yes" 1>&6
18031 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18032 cat >> confdefs.h
<<EOF
18033 #define $ac_tr_func 1
18037 echo "$ac_t""no" 1>&6
18042 HAVE_SOME_SLEEP_FUNC
=0
18043 if test "$USE_BEOS" = 1; then
18044 cat >> confdefs.h
<<\EOF
18045 #define HAVE_SLEEP 1
18048 HAVE_SOME_SLEEP_FUNC
=1
18051 if test "$USE_DARWIN" = 1; then
18052 cat >> confdefs.h
<<\EOF
18053 #define HAVE_USLEEP 1
18056 HAVE_SOME_SLEEP_FUNC
=1
18059 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
18061 for ac_func
in nanosleep
18063 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18064 echo "configure:18065: checking for $ac_func" >&5
18065 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18066 echo $ac_n "(cached) $ac_c" 1>&6
18068 cat > conftest.
$ac_ext <<EOF
18069 #line 18070 "configure"
18070 #include "confdefs.h"
18071 /* System header to define __stub macros and hopefully few prototypes,
18072 which can conflict with char $ac_func(); below. */
18073 #include <assert.h>
18074 /* Override any gcc2 internal prototype to avoid an error. */
18075 /* We use char because int might match the return type of a gcc2
18076 builtin and then its argument prototype would still apply. */
18081 /* The GNU C library defines this for functions which it implements
18082 to always fail with ENOSYS. Some functions are actually named
18083 something starting with __ and the normal name is an alias. */
18084 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18092 if { (eval echo configure
:18093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18094 eval "ac_cv_func_$ac_func=yes"
18096 echo "configure: failed program was:" >&5
18097 cat conftest.
$ac_ext >&5
18099 eval "ac_cv_func_$ac_func=no"
18104 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18105 echo "$ac_t""yes" 1>&6
18106 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18107 cat >> confdefs.h
<<EOF
18108 #define $ac_tr_func 1
18110 cat >> confdefs.h
<<\EOF
18111 #define HAVE_NANOSLEEP 1
18115 echo "$ac_t""no" 1>&6
18116 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
18117 echo "configure:18118: checking for nanosleep in -lposix4" >&5
18118 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
18119 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18120 echo $ac_n "(cached) $ac_c" 1>&6
18122 ac_save_LIBS
="$LIBS"
18123 LIBS
="-lposix4 $LIBS"
18124 cat > conftest.
$ac_ext <<EOF
18125 #line 18126 "configure"
18126 #include "confdefs.h"
18127 /* Override any gcc2 internal prototype to avoid an error. */
18128 /* We use char because int might match the return type of a gcc2
18129 builtin and then its argument prototype would still apply. */
18136 if { (eval echo configure
:18137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18138 eval "ac_cv_lib_$ac_lib_var=yes"
18140 echo "configure: failed program was:" >&5
18141 cat conftest.
$ac_ext >&5
18143 eval "ac_cv_lib_$ac_lib_var=no"
18146 LIBS
="$ac_save_LIBS"
18149 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18150 echo "$ac_t""yes" 1>&6
18152 cat >> confdefs.h
<<\EOF
18153 #define HAVE_NANOSLEEP 1
18156 POSIX4_LINK
=" -lposix4"
18159 echo "$ac_t""no" 1>&6
18161 for ac_func
in usleep
18163 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18164 echo "configure:18165: checking for $ac_func" >&5
18165 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+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"
18171 /* System header to define __stub macros and hopefully few prototypes,
18172 which can conflict with char $ac_func(); below. */
18173 #include <assert.h>
18174 /* Override any gcc2 internal prototype to avoid an error. */
18175 /* We use char because int might match the return type of a gcc2
18176 builtin and then its argument prototype would still apply. */
18181 /* The GNU C library defines this for functions which it implements
18182 to always fail with ENOSYS. Some functions are actually named
18183 something starting with __ and the normal name is an alias. */
18184 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18192 if { (eval echo configure
:18193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18194 eval "ac_cv_func_$ac_func=yes"
18196 echo "configure: failed program was:" >&5
18197 cat conftest.
$ac_ext >&5
18199 eval "ac_cv_func_$ac_func=no"
18204 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18205 echo "$ac_t""yes" 1>&6
18206 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18207 cat >> confdefs.h
<<EOF
18208 #define $ac_tr_func 1
18210 cat >> confdefs.h
<<\EOF
18211 #define HAVE_USLEEP 1
18215 echo "$ac_t""no" 1>&6
18216 echo "configure: warning: wxSleep() function will not work" 1>&2
18232 for ac_func
in uname gethostname
18234 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18235 echo "configure:18236: checking for $ac_func" >&5
18236 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18237 echo $ac_n "(cached) $ac_c" 1>&6
18239 cat > conftest.
$ac_ext <<EOF
18240 #line 18241 "configure"
18241 #include "confdefs.h"
18242 /* System header to define __stub macros and hopefully few prototypes,
18243 which can conflict with char $ac_func(); below. */
18244 #include <assert.h>
18245 /* Override any gcc2 internal prototype to avoid an error. */
18246 /* We use char because int might match the return type of a gcc2
18247 builtin and then its argument prototype would still apply. */
18252 /* The GNU C library defines this for functions which it implements
18253 to always fail with ENOSYS. Some functions are actually named
18254 something starting with __ and the normal name is an alias. */
18255 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18263 if { (eval echo configure
:18264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18265 eval "ac_cv_func_$ac_func=yes"
18267 echo "configure: failed program was:" >&5
18268 cat conftest.
$ac_ext >&5
18270 eval "ac_cv_func_$ac_func=no"
18275 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18276 echo "$ac_t""yes" 1>&6
18277 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18278 cat >> confdefs.h
<<EOF
18279 #define $ac_tr_func 1
18283 echo "$ac_t""no" 1>&6
18290 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18291 ac_cpp
='$CXXCPP $CPPFLAGS'
18292 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18293 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18294 cross_compiling
=$ac_cv_prog_cxx_cross
18297 for ac_func
in strtok_r
18299 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18300 echo "configure:18301: checking for $ac_func" >&5
18301 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18302 echo $ac_n "(cached) $ac_c" 1>&6
18304 cat > conftest.
$ac_ext <<EOF
18305 #line 18306 "configure"
18306 #include "confdefs.h"
18307 /* System header to define __stub macros and hopefully few prototypes,
18308 which can conflict with char $ac_func(); below. */
18309 #include <assert.h>
18310 /* Override any gcc2 internal prototype to avoid an error. */
18314 /* We use char because int might match the return type of a gcc2
18315 builtin and then its argument prototype would still apply. */
18320 /* The GNU C library defines this for functions which it implements
18321 to always fail with ENOSYS. Some functions are actually named
18322 something starting with __ and the normal name is an alias. */
18323 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18331 if { (eval echo configure
:18332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18333 eval "ac_cv_func_$ac_func=yes"
18335 echo "configure: failed program was:" >&5
18336 cat conftest.
$ac_ext >&5
18338 eval "ac_cv_func_$ac_func=no"
18343 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18344 echo "$ac_t""yes" 1>&6
18345 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18346 cat >> confdefs.h
<<EOF
18347 #define $ac_tr_func 1
18351 echo "$ac_t""no" 1>&6
18357 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18358 ac_cpp
='$CPP $CPPFLAGS'
18359 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18360 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18361 cross_compiling
=$ac_cv_prog_cc_cross
18365 for ac_func
in inet_addr
18367 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18368 echo "configure:18369: checking for $ac_func" >&5
18369 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18370 echo $ac_n "(cached) $ac_c" 1>&6
18372 cat > conftest.
$ac_ext <<EOF
18373 #line 18374 "configure"
18374 #include "confdefs.h"
18375 /* System header to define __stub macros and hopefully few prototypes,
18376 which can conflict with char $ac_func(); below. */
18377 #include <assert.h>
18378 /* Override any gcc2 internal prototype to avoid an error. */
18379 /* We use char because int might match the return type of a gcc2
18380 builtin and then its argument prototype would still apply. */
18385 /* The GNU C library defines this for functions which it implements
18386 to always fail with ENOSYS. Some functions are actually named
18387 something starting with __ and the normal name is an alias. */
18388 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18396 if { (eval echo configure
:18397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18398 eval "ac_cv_func_$ac_func=yes"
18400 echo "configure: failed program was:" >&5
18401 cat conftest.
$ac_ext >&5
18403 eval "ac_cv_func_$ac_func=no"
18408 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18409 echo "$ac_t""yes" 1>&6
18410 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18411 cat >> confdefs.h
<<EOF
18412 #define $ac_tr_func 1
18414 cat >> confdefs.h
<<\EOF
18415 #define HAVE_INET_ADDR 1
18419 echo "$ac_t""no" 1>&6
18420 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
18421 echo "configure:18422: checking for inet_addr in -lnsl" >&5
18422 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
18423 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18424 echo $ac_n "(cached) $ac_c" 1>&6
18426 ac_save_LIBS
="$LIBS"
18428 cat > conftest.
$ac_ext <<EOF
18429 #line 18430 "configure"
18430 #include "confdefs.h"
18431 /* Override any gcc2 internal prototype to avoid an error. */
18432 /* We use char because int might match the return type of a gcc2
18433 builtin and then its argument prototype would still apply. */
18440 if { (eval echo configure
:18441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18442 eval "ac_cv_lib_$ac_lib_var=yes"
18444 echo "configure: failed program was:" >&5
18445 cat conftest.
$ac_ext >&5
18447 eval "ac_cv_lib_$ac_lib_var=no"
18450 LIBS
="$ac_save_LIBS"
18453 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18454 echo "$ac_t""yes" 1>&6
18457 echo "$ac_t""no" 1>&6
18458 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
18459 echo "configure:18460: checking for inet_addr in -lresolv" >&5
18460 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
18461 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18462 echo $ac_n "(cached) $ac_c" 1>&6
18464 ac_save_LIBS
="$LIBS"
18465 LIBS
="-lresolv $LIBS"
18466 cat > conftest.
$ac_ext <<EOF
18467 #line 18468 "configure"
18468 #include "confdefs.h"
18469 /* Override any gcc2 internal prototype to avoid an error. */
18470 /* We use char because int might match the return type of a gcc2
18471 builtin and then its argument prototype would still apply. */
18478 if { (eval echo configure
:18479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18480 eval "ac_cv_lib_$ac_lib_var=yes"
18482 echo "configure: failed program was:" >&5
18483 cat conftest.
$ac_ext >&5
18485 eval "ac_cv_lib_$ac_lib_var=no"
18488 LIBS
="$ac_save_LIBS"
18491 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18492 echo "$ac_t""yes" 1>&6
18495 echo "$ac_t""no" 1>&6
18496 echo $ac_n "checking for inet_addr in -lsocket""... $ac_c" 1>&6
18497 echo "configure:18498: checking for inet_addr in -lsocket" >&5
18498 ac_lib_var
=`echo socket'_'inet_addr | sed 'y%./+-%__p_%'`
18499 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18500 echo $ac_n "(cached) $ac_c" 1>&6
18502 ac_save_LIBS
="$LIBS"
18503 LIBS
="-lsocket $LIBS"
18504 cat > conftest.
$ac_ext <<EOF
18505 #line 18506 "configure"
18506 #include "confdefs.h"
18507 /* Override any gcc2 internal prototype to avoid an error. */
18508 /* We use char because int might match the return type of a gcc2
18509 builtin and then its argument prototype would still apply. */
18516 if { (eval echo configure
:18517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18518 eval "ac_cv_lib_$ac_lib_var=yes"
18520 echo "configure: failed program was:" >&5
18521 cat conftest.
$ac_ext >&5
18523 eval "ac_cv_lib_$ac_lib_var=no"
18526 LIBS
="$ac_save_LIBS"
18529 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18530 echo "$ac_t""yes" 1>&6
18534 echo "$ac_t""no" 1>&6
18549 for ac_func
in inet_aton
18551 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18552 echo "configure:18553: checking for $ac_func" >&5
18553 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18554 echo $ac_n "(cached) $ac_c" 1>&6
18556 cat > conftest.
$ac_ext <<EOF
18557 #line 18558 "configure"
18558 #include "confdefs.h"
18559 /* System header to define __stub macros and hopefully few prototypes,
18560 which can conflict with char $ac_func(); below. */
18561 #include <assert.h>
18562 /* Override any gcc2 internal prototype to avoid an error. */
18563 /* We use char because int might match the return type of a gcc2
18564 builtin and then its argument prototype would still apply. */
18569 /* The GNU C library defines this for functions which it implements
18570 to always fail with ENOSYS. Some functions are actually named
18571 something starting with __ and the normal name is an alias. */
18572 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18580 if { (eval echo configure
:18581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18582 eval "ac_cv_func_$ac_func=yes"
18584 echo "configure: failed program was:" >&5
18585 cat conftest.
$ac_ext >&5
18587 eval "ac_cv_func_$ac_func=no"
18592 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18593 echo "$ac_t""yes" 1>&6
18594 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18595 cat >> confdefs.h
<<EOF
18596 #define $ac_tr_func 1
18598 cat >> confdefs.h
<<\EOF
18599 #define HAVE_INET_ATON 1
18603 echo "$ac_t""no" 1>&6
18604 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
18605 echo "configure:18606: checking for inet_aton in -l$INET_LINK" >&5
18606 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
18607 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18608 echo $ac_n "(cached) $ac_c" 1>&6
18610 ac_save_LIBS
="$LIBS"
18611 LIBS
="-l$INET_LINK $LIBS"
18612 cat > conftest.
$ac_ext <<EOF
18613 #line 18614 "configure"
18614 #include "confdefs.h"
18615 /* Override any gcc2 internal prototype to avoid an error. */
18616 /* We use char because int might match the return type of a gcc2
18617 builtin and then its argument prototype would still apply. */
18624 if { (eval echo configure
:18625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18626 eval "ac_cv_lib_$ac_lib_var=yes"
18628 echo "configure: failed program was:" >&5
18629 cat conftest.
$ac_ext >&5
18631 eval "ac_cv_lib_$ac_lib_var=no"
18634 LIBS
="$ac_save_LIBS"
18637 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18638 echo "$ac_t""yes" 1>&6
18639 cat >> confdefs.h
<<\EOF
18640 #define HAVE_INET_ATON 1
18644 echo "$ac_t""no" 1>&6
18652 if test "x$INET_LINK" != "x"; then
18653 cat >> confdefs.h
<<\EOF
18654 #define HAVE_INET_ADDR 1
18657 INET_LINK
=" -l$INET_LINK"
18663 cat > confcache
<<\EOF
18664 # This file is a shell script that caches the results of configure
18665 # tests run on this system so they can be shared between configure
18666 # scripts and configure runs. It is not useful on other systems.
18667 # If it contains results you don't want to keep, you may remove or edit it.
18669 # By default, configure uses ./config.cache as the cache file,
18670 # creating it if it does not exist already. You can give configure
18671 # the --cache-file=FILE option to use a different cache file; that is
18672 # what configure does when it calls configure scripts in
18673 # subdirectories, so they share the cache.
18674 # Giving --cache-file=/dev/null disables caching, for debugging configure.
18675 # config.status only pays attention to the cache file if you give it the
18676 # --recheck option to rerun configure.
18679 # The following way of writing the cache mishandles newlines in values,
18680 # but we know of no workaround that is simple, portable, and efficient.
18681 # So, don't put newlines in cache variables' values.
18682 # Ultrix sh set writes to stderr and can't be redirected directly,
18683 # and sets the high bit in the cache file unless we assign to the vars.
18685 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18687 # `set' does not quote correctly, so add quotes (double-quote substitution
18688 # turns \\\\ into \\, and sed turns \\ into \).
18690 -e "s/'/'\\\\''/g" \
18691 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18694 # `set' quotes correctly as required by POSIX, so do not add quotes.
18695 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18698 if cmp -s $cache_file confcache
; then
18701 if test -w $cache_file; then
18702 echo "updating cache $cache_file"
18703 cat confcache
> $cache_file
18705 echo "not updating unwritable cache $cache_file"
18713 if test "$TOOLKIT" != "MSW"; then
18719 if test "$wxUSE_THREADS" = "yes" ; then
18720 if test "$USE_BEOS" = 1; then
18721 echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2
18726 if test "$wxUSE_THREADS" = "yes" ; then
18729 THREAD_OPTS
="-pthread"
18731 *-*-solaris2* | *-*-sunos4* )
18732 if test "x$GCC" = "xyes"; then
18733 THREAD_OPTS
="-pthreads $THREAD_OPTS"
18735 THREAD_OPTS
="-mt $THREAD_OPTS"
18739 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
18741 *-*-darwin* | *-*-cygwin* )
18745 THREAD_OPTS
="pthreads"
18748 if test "x$GCC" != "xyes"; then
18754 if test "x$GCC" = "xyes"; then
18760 if test "x$GCC" != "xyes"; then
18761 THREAD_OPTS
="-Ethread"
18766 THREAD_OPTS
="$THREAD_OPTS pthread none"
18769 for flag
in $THREAD_OPTS; do
18772 echo $ac_n "checking whether pthreads work without any flags""... $ac_c" 1>&6
18773 echo "configure:18774: checking whether pthreads work without any flags" >&5
18777 echo $ac_n "checking whether pthreads work with $flag""... $ac_c" 1>&6
18778 echo "configure:18779: checking whether pthreads work with $flag" >&5
18779 THREADS_CFLAGS
="$flag"
18783 echo $ac_n "checking for the pthreads library -l$flag""... $ac_c" 1>&6
18784 echo "configure:18785: checking for the pthreads library -l$flag" >&5
18785 THREADS_LINK
="-l$flag"
18790 save_CFLAGS
="$CFLAGS"
18791 LIBS
="$THREADS_LINK $LIBS"
18792 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
18794 cat > conftest.
$ac_ext <<EOF
18795 #line 18796 "configure"
18796 #include "confdefs.h"
18797 #include <pthread.h>
18799 pthread_create(0,0,0,0);
18802 if { (eval echo configure
:18803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18806 echo "configure: failed program was:" >&5
18807 cat conftest.
$ac_ext >&5
18812 CFLAGS
="$save_CFLAGS"
18814 echo "$ac_t""$THREADS_OK" 1>&6
18815 if test "x$THREADS_OK" = "xyes"; then
18823 if test "x$THREADS_OK" != "xyes"; then
18825 echo "configure: warning: No thread support on this system... disabled" 1>&2
18827 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
18828 LIBS
="$THREADS_LINK $LIBS"
18830 echo $ac_n "checking if more special flags are required for pthreads""... $ac_c" 1>&6
18831 echo "configure:18832: checking if more special flags are required for pthreads" >&5
18835 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
18836 flag
="-D_THREAD_SAFE"
18839 flag
="-D_THREAD_SAFE"
18842 flag
="-D_REENTRANT"
18843 if test "x$GCC" != "xyes"; then
18844 flag
="$flag -D_RWSTD_MULTI_THREAD"
18847 *solaris
* | alpha
*-osf*)
18848 flag
="-D_REENTRANT"
18851 echo "$ac_t""${flag}" 1>&6
18852 if test "x$flag" != xno
; then
18853 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
18856 if test "x$THREADS_CFLAGS" != "x"; then
18857 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
18858 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
18863 if test "$wxUSE_THREADS" = "yes" ; then
18864 for ac_func
in thr_setconcurrency
18866 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18867 echo "configure:18868: checking for $ac_func" >&5
18868 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18869 echo $ac_n "(cached) $ac_c" 1>&6
18871 cat > conftest.
$ac_ext <<EOF
18872 #line 18873 "configure"
18873 #include "confdefs.h"
18874 /* System header to define __stub macros and hopefully few prototypes,
18875 which can conflict with char $ac_func(); below. */
18876 #include <assert.h>
18877 /* Override any gcc2 internal prototype to avoid an error. */
18878 /* We use char because int might match the return type of a gcc2
18879 builtin and then its argument prototype would still apply. */
18884 /* The GNU C library defines this for functions which it implements
18885 to always fail with ENOSYS. Some functions are actually named
18886 something starting with __ and the normal name is an alias. */
18887 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18895 if { (eval echo configure
:18896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18897 eval "ac_cv_func_$ac_func=yes"
18899 echo "configure: failed program was:" >&5
18900 cat conftest.
$ac_ext >&5
18902 eval "ac_cv_func_$ac_func=no"
18907 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18908 echo "$ac_t""yes" 1>&6
18909 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18910 cat >> confdefs.h
<<EOF
18911 #define $ac_tr_func 1
18915 echo "$ac_t""no" 1>&6
18920 for ac_hdr
in sched.h
18922 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
18923 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
18924 echo "configure:18925: checking for $ac_hdr" >&5
18925 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18926 echo $ac_n "(cached) $ac_c" 1>&6
18928 cat > conftest.
$ac_ext <<EOF
18929 #line 18930 "configure"
18930 #include "confdefs.h"
18933 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18934 { (eval echo configure
:18935: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18935 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18936 if test -z "$ac_err"; then
18938 eval "ac_cv_header_$ac_safe=yes"
18941 echo "configure: failed program was:" >&5
18942 cat conftest.
$ac_ext >&5
18944 eval "ac_cv_header_$ac_safe=no"
18948 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18949 echo "$ac_t""yes" 1>&6
18950 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
18951 cat >> confdefs.h
<<EOF
18952 #define $ac_tr_hdr 1
18956 echo "$ac_t""no" 1>&6
18960 if test "$ac_cv_header_sched_h" = "yes"; then
18961 echo $ac_n "checking for sched_yield""... $ac_c" 1>&6
18962 echo "configure:18963: checking for sched_yield" >&5
18963 if eval "test \"`echo '$''{'ac_cv_func_sched_yield'+set}'`\" = set"; then
18964 echo $ac_n "(cached) $ac_c" 1>&6
18966 cat > conftest.
$ac_ext <<EOF
18967 #line 18968 "configure"
18968 #include "confdefs.h"
18969 /* System header to define __stub macros and hopefully few prototypes,
18970 which can conflict with char sched_yield(); below. */
18971 #include <assert.h>
18972 /* Override any gcc2 internal prototype to avoid an error. */
18973 /* We use char because int might match the return type of a gcc2
18974 builtin and then its argument prototype would still apply. */
18975 char sched_yield();
18979 /* The GNU C library defines this for functions which it implements
18980 to always fail with ENOSYS. Some functions are actually named
18981 something starting with __ and the normal name is an alias. */
18982 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
18990 if { (eval echo configure
:18991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18992 eval "ac_cv_func_sched_yield=yes"
18994 echo "configure: failed program was:" >&5
18995 cat conftest.
$ac_ext >&5
18997 eval "ac_cv_func_sched_yield=no"
19002 if eval "test \"`echo '$ac_cv_func_'sched_yield`\" = yes"; then
19003 echo "$ac_t""yes" 1>&6
19004 cat >> confdefs.h
<<\EOF
19005 #define HAVE_SCHED_YIELD 1
19009 echo "$ac_t""no" 1>&6
19011 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
19012 echo "configure:19013: checking for sched_yield in -lposix4" >&5
19013 ac_lib_var
=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
19014 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19015 echo $ac_n "(cached) $ac_c" 1>&6
19017 ac_save_LIBS
="$LIBS"
19018 LIBS
="-lposix4 $LIBS"
19019 cat > conftest.
$ac_ext <<EOF
19020 #line 19021 "configure"
19021 #include "confdefs.h"
19022 /* Override any gcc2 internal prototype to avoid an error. */
19023 /* We use char because int might match the return type of a gcc2
19024 builtin and then its argument prototype would still apply. */
19025 char sched_yield();
19031 if { (eval echo configure
:19032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19033 eval "ac_cv_lib_$ac_lib_var=yes"
19035 echo "configure: failed program was:" >&5
19036 cat conftest.
$ac_ext >&5
19038 eval "ac_cv_lib_$ac_lib_var=no"
19041 LIBS
="$ac_save_LIBS"
19044 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19045 echo "$ac_t""yes" 1>&6
19046 cat >> confdefs.h
<<\EOF
19047 #define HAVE_SCHED_YIELD 1
19049 POSIX4_LINK
=" -lposix4"
19051 echo "$ac_t""no" 1>&6
19052 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
19063 echo $ac_n "checking for pthread_attr_getschedpolicy""... $ac_c" 1>&6
19064 echo "configure:19065: checking for pthread_attr_getschedpolicy" >&5
19065 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_getschedpolicy'+set}'`\" = set"; then
19066 echo $ac_n "(cached) $ac_c" 1>&6
19068 cat > conftest.
$ac_ext <<EOF
19069 #line 19070 "configure"
19070 #include "confdefs.h"
19071 /* System header to define __stub macros and hopefully few prototypes,
19072 which can conflict with char pthread_attr_getschedpolicy(); below. */
19073 #include <assert.h>
19074 /* Override any gcc2 internal prototype to avoid an error. */
19075 /* We use char because int might match the return type of a gcc2
19076 builtin and then its argument prototype would still apply. */
19077 char pthread_attr_getschedpolicy();
19081 /* The GNU C library defines this for functions which it implements
19082 to always fail with ENOSYS. Some functions are actually named
19083 something starting with __ and the normal name is an alias. */
19084 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
19087 pthread_attr_getschedpolicy();
19092 if { (eval echo configure
:19093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19094 eval "ac_cv_func_pthread_attr_getschedpolicy=yes"
19096 echo "configure: failed program was:" >&5
19097 cat conftest.
$ac_ext >&5
19099 eval "ac_cv_func_pthread_attr_getschedpolicy=no"
19104 if eval "test \"`echo '$ac_cv_func_'pthread_attr_getschedpolicy`\" = yes"; then
19105 echo "$ac_t""yes" 1>&6
19106 echo $ac_n "checking for pthread_attr_setschedparam""... $ac_c" 1>&6
19107 echo "configure:19108: checking for pthread_attr_setschedparam" >&5
19108 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setschedparam'+set}'`\" = set"; then
19109 echo $ac_n "(cached) $ac_c" 1>&6
19111 cat > conftest.
$ac_ext <<EOF
19112 #line 19113 "configure"
19113 #include "confdefs.h"
19114 /* System header to define __stub macros and hopefully few prototypes,
19115 which can conflict with char pthread_attr_setschedparam(); below. */
19116 #include <assert.h>
19117 /* Override any gcc2 internal prototype to avoid an error. */
19118 /* We use char because int might match the return type of a gcc2
19119 builtin and then its argument prototype would still apply. */
19120 char pthread_attr_setschedparam();
19124 /* The GNU C library defines this for functions which it implements
19125 to always fail with ENOSYS. Some functions are actually named
19126 something starting with __ and the normal name is an alias. */
19127 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
19130 pthread_attr_setschedparam();
19135 if { (eval echo configure
:19136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19137 eval "ac_cv_func_pthread_attr_setschedparam=yes"
19139 echo "configure: failed program was:" >&5
19140 cat conftest.
$ac_ext >&5
19142 eval "ac_cv_func_pthread_attr_setschedparam=no"
19147 if eval "test \"`echo '$ac_cv_func_'pthread_attr_setschedparam`\" = yes"; then
19148 echo "$ac_t""yes" 1>&6
19149 echo $ac_n "checking for sched_get_priority_max""... $ac_c" 1>&6
19150 echo "configure:19151: checking for sched_get_priority_max" >&5
19151 if eval "test \"`echo '$''{'ac_cv_func_sched_get_priority_max'+set}'`\" = set"; then
19152 echo $ac_n "(cached) $ac_c" 1>&6
19154 cat > conftest.
$ac_ext <<EOF
19155 #line 19156 "configure"
19156 #include "confdefs.h"
19157 /* System header to define __stub macros and hopefully few prototypes,
19158 which can conflict with char sched_get_priority_max(); below. */
19159 #include <assert.h>
19160 /* Override any gcc2 internal prototype to avoid an error. */
19161 /* We use char because int might match the return type of a gcc2
19162 builtin and then its argument prototype would still apply. */
19163 char sched_get_priority_max();
19167 /* The GNU C library defines this for functions which it implements
19168 to always fail with ENOSYS. Some functions are actually named
19169 something starting with __ and the normal name is an alias. */
19170 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
19173 sched_get_priority_max();
19178 if { (eval echo configure
:19179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19180 eval "ac_cv_func_sched_get_priority_max=yes"
19182 echo "configure: failed program was:" >&5
19183 cat conftest.
$ac_ext >&5
19185 eval "ac_cv_func_sched_get_priority_max=no"
19190 if eval "test \"`echo '$ac_cv_func_'sched_get_priority_max`\" = yes"; then
19191 echo "$ac_t""yes" 1>&6
19194 echo "$ac_t""no" 1>&6
19195 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
19196 echo "configure:19197: checking for sched_get_priority_max in -lposix4" >&5
19197 ac_lib_var
=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
19198 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19199 echo $ac_n "(cached) $ac_c" 1>&6
19201 ac_save_LIBS
="$LIBS"
19202 LIBS
="-lposix4 $LIBS"
19203 cat > conftest.
$ac_ext <<EOF
19204 #line 19205 "configure"
19205 #include "confdefs.h"
19206 /* Override any gcc2 internal prototype to avoid an error. */
19207 /* We use char because int might match the return type of a gcc2
19208 builtin and then its argument prototype would still apply. */
19209 char sched_get_priority_max();
19212 sched_get_priority_max()
19215 if { (eval echo configure
:19216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19217 eval "ac_cv_lib_$ac_lib_var=yes"
19219 echo "configure: failed program was:" >&5
19220 cat conftest.
$ac_ext >&5
19222 eval "ac_cv_lib_$ac_lib_var=no"
19225 LIBS
="$ac_save_LIBS"
19228 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19229 echo "$ac_t""yes" 1>&6
19232 POSIX4_LINK
=" -lposix4"
19235 echo "$ac_t""no" 1>&6
19243 echo "$ac_t""no" 1>&6
19248 echo "$ac_t""no" 1>&6
19252 if test "$HAVE_PRIOR_FUNCS" = 1; then
19253 cat >> confdefs.h
<<\EOF
19254 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
19258 echo "configure: warning: Setting thread priority will not work" 1>&2
19261 echo $ac_n "checking for pthread_cancel""... $ac_c" 1>&6
19262 echo "configure:19263: checking for pthread_cancel" >&5
19263 if eval "test \"`echo '$''{'ac_cv_func_pthread_cancel'+set}'`\" = set"; then
19264 echo $ac_n "(cached) $ac_c" 1>&6
19266 cat > conftest.
$ac_ext <<EOF
19267 #line 19268 "configure"
19268 #include "confdefs.h"
19269 /* System header to define __stub macros and hopefully few prototypes,
19270 which can conflict with char pthread_cancel(); below. */
19271 #include <assert.h>
19272 /* Override any gcc2 internal prototype to avoid an error. */
19273 /* We use char because int might match the return type of a gcc2
19274 builtin and then its argument prototype would still apply. */
19275 char pthread_cancel();
19279 /* The GNU C library defines this for functions which it implements
19280 to always fail with ENOSYS. Some functions are actually named
19281 something starting with __ and the normal name is an alias. */
19282 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
19290 if { (eval echo configure
:19291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19292 eval "ac_cv_func_pthread_cancel=yes"
19294 echo "configure: failed program was:" >&5
19295 cat conftest.
$ac_ext >&5
19297 eval "ac_cv_func_pthread_cancel=no"
19302 if eval "test \"`echo '$ac_cv_func_'pthread_cancel`\" = yes"; then
19303 echo "$ac_t""yes" 1>&6
19304 cat >> confdefs.h
<<\EOF
19305 #define HAVE_PTHREAD_CANCEL 1
19309 echo "$ac_t""no" 1>&6
19310 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
19314 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
19315 echo "configure:19316: checking for pthread_cleanup_push/pop" >&5
19316 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
19317 echo $ac_n "(cached) $ac_c" 1>&6
19320 cat > conftest.
$ac_ext <<EOF
19321 #line 19322 "configure"
19322 #include "confdefs.h"
19323 #include <pthread.h>
19326 pthread_cleanup_push(NULL, NULL);
19327 pthread_cleanup_pop(0);
19331 if { (eval echo configure
:19332: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19334 wx_cv_func_pthread_cleanup_push
=yes
19337 echo "configure: failed program was:" >&5
19338 cat conftest.
$ac_ext >&5
19341 wx_cv_func_pthread_cleanup_push
=no
19348 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
19350 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
19351 cat >> confdefs.h
<<\EOF
19352 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
19358 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
19359 echo "configure:19360: checking for pthread_mutexattr_t" >&5
19360 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
19361 echo $ac_n "(cached) $ac_c" 1>&6
19364 cat > conftest.
$ac_ext <<EOF
19365 #line 19366 "configure"
19366 #include "confdefs.h"
19367 #include <pthread.h>
19370 pthread_mutexattr_t attr;
19371 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
19375 if { (eval echo configure
:19376: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19378 wx_cv_type_pthread_mutexattr_t
=yes
19381 echo "configure: failed program was:" >&5
19382 cat conftest.
$ac_ext >&5
19385 wx_cv_type_pthread_mutexattr_t
=no
19393 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
19395 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
19396 cat >> confdefs.h
<<\EOF
19397 #define HAVE_PTHREAD_MUTEXATTR_T 1
19401 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
19402 echo "configure:19403: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
19403 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
19404 echo $ac_n "(cached) $ac_c" 1>&6
19407 cat > conftest.
$ac_ext <<EOF
19408 #line 19409 "configure"
19409 #include "confdefs.h"
19410 #include <pthread.h>
19413 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
19417 if { (eval echo configure
:19418: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19420 wx_cv_type_pthread_rec_mutex_init
=yes
19423 echo "configure: failed program was:" >&5
19424 cat conftest.
$ac_ext >&5
19427 wx_cv_type_pthread_rec_mutex_init
=no
19435 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
19436 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
19437 cat >> confdefs.h
<<\EOF
19438 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
19442 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
19448 if test "$wxUSE_THREADS" = "yes" ; then
19451 echo $ac_n "checking if compiler supports -mthreads""... $ac_c" 1>&6
19452 echo "configure:19453: checking if compiler supports -mthreads" >&5
19453 if eval "test \"`echo '$''{'wx_cv_cflags_mthread'+set}'`\" = set"; then
19454 echo $ac_n "(cached) $ac_c" 1>&6
19457 CFLAGS_OLD
="$CFLAGS"
19458 CFLAGS
="$CFLAGS -mthreads"
19459 cat > conftest.
$ac_ext <<EOF
19460 #line 19461 "configure"
19461 #include "confdefs.h"
19467 if { (eval echo configure
:19468: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19469 wx_cv_cflags_mthread
=yes
19471 echo "configure: failed program was:" >&5
19472 cat conftest.
$ac_ext >&5
19474 wx_cv_cflags_mthread
=no
19482 echo "$ac_t""$wx_cv_cflags_mthread" 1>&6
19484 if test "$wx_cv_cflags_mthread" = "yes"; then
19485 CXXFLAGS
="$CXXFLAGS -mthreads"
19486 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
19487 LDFLAGS
="$LDFLAGS -mthreads"
19489 CFLAGS
="$CFLAGS_OLD"
19496 if test "$wxUSE_THREADS" = "yes"; then
19497 cat >> confdefs.h
<<\EOF
19498 #define wxUSE_THREADS 1
19502 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
19504 if test "$ac_cv_func_strtok_r" = "yes"; then
19505 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
19506 echo "configure:19507: checking if -D_REENTRANT is needed" >&5
19507 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
19508 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
19509 echo "$ac_t""yes" 1>&6
19511 echo "$ac_t""no" 1>&6
19516 if test "$WXGTK20" = 1 ; then
19517 cat >> confdefs.h
<<EOF
19518 #define __WXGTK20__ $WXGTK20
19524 if test "$WXGTK12" = 1 ; then
19525 cat >> confdefs.h
<<EOF
19526 #define __WXGTK12__ $WXGTK12
19531 if test "$WXGTK127" = 1 ; then
19532 cat >> confdefs.h
<<EOF
19533 #define __WXGTK127__ $WXGTK127
19540 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
19545 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
19546 wxUSE_DEBUG_INFO
=yes
19550 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
19551 cat >> confdefs.h
<<\EOF
19555 WXDEBUG_DEFINE
="-D__WXDEBUG__"
19557 if test "$wxUSE_GTK" = 1 ; then
19558 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
19562 if test "$wxUSE_MEM_TRACING" = "yes" ; then
19563 cat >> confdefs.h
<<\EOF
19564 #define wxUSE_MEMORY_TRACING 1
19567 cat >> confdefs.h
<<\EOF
19568 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
19571 cat >> confdefs.h
<<\EOF
19572 #define wxUSE_DEBUG_NEW_ALWAYS 1
19575 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
19578 if test "$wxUSE_DMALLOC" = "yes" ; then
19579 DMALLOC_LIBS
="-ldmalloc"
19583 if test "$wxUSE_PROFILE" = "yes" ; then
19588 CODE_GEN_FLAGS_CXX
=
19589 if test "$GCC" = "yes" ; then
19590 if test "$wxUSE_NO_RTTI" = "yes" ; then
19591 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
19593 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
19594 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
19596 if test "$wxUSE_PERMISSIVE" = "yes" ; then
19597 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
19599 if test "$USE_WIN32" = 1 ; then
19600 # I'm not even really sure what this was ever added to solve,
19601 # but someone added it for mingw native builds, so I guess
19602 # they had a reason, right??
19603 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fno-pcc-struct-return"
19608 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
19611 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
19617 if test "$wxUSE_OPTIMISE" = "no" ; then
19618 if test "$GCC" = yes ; then
19622 if test "$GCC" = yes ; then
19626 i586
-*-*|i686
-*-* )
19627 OPTIMISE
="${OPTIMISE} "
19636 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
19637 cat >> confdefs.h
<<\EOF
19638 #define WXWIN_COMPATIBILITY_2 1
19642 WXWIN_COMPATIBILITY_2_2
="yes"
19645 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
19646 cat >> confdefs.h
<<\EOF
19647 #define WXWIN_COMPATIBILITY_2_2 1
19651 WXWIN_COMPATIBILITY_2_4
="yes"
19654 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
19655 cat >> confdefs.h
<<\EOF
19656 #define WXWIN_COMPATIBILITY_2_4 1
19662 if test "$wxUSE_GUI" = "yes"; then
19663 cat >> confdefs.h
<<\EOF
19664 #define wxUSE_GUI 1
19669 cat >> confdefs.h
<<\EOF
19670 #define wxUSE_NOGUI 1
19676 if test "$wxUSE_UNIX" = "yes"; then
19677 cat >> confdefs.h
<<\EOF
19678 #define wxUSE_UNIX 1
19684 if test "$wxUSE_APPLE_IEEE" = "yes"; then
19685 cat >> confdefs.h
<<\EOF
19686 #define wxUSE_APPLE_IEEE 1
19691 if test "$wxUSE_TIMER" = "yes"; then
19692 cat >> confdefs.h
<<\EOF
19693 #define wxUSE_TIMER 1
19698 if test "$wxUSE_WAVE" = "yes"; then
19699 cat >> confdefs.h
<<\EOF
19700 #define wxUSE_WAVE 1
19705 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
19706 cat >> confdefs.h
<<\EOF
19707 #define wxUSE_CMDLINE_PARSER 1
19712 if test "$wxUSE_STOPWATCH" = "yes"; then
19713 cat >> confdefs.h
<<\EOF
19714 #define wxUSE_STOPWATCH 1
19719 if test "$wxUSE_DATETIME" = "yes"; then
19720 cat >> confdefs.h
<<\EOF
19721 #define wxUSE_DATETIME 1
19726 if test "$wxUSE_FILE" = "yes"; then
19727 cat >> confdefs.h
<<\EOF
19728 #define wxUSE_FILE 1
19733 if test "$wxUSE_FFILE" = "yes"; then
19734 cat >> confdefs.h
<<\EOF
19735 #define wxUSE_FFILE 1
19740 if test "$wxUSE_FILESYSTEM" = "yes"; then
19741 cat >> confdefs.h
<<\EOF
19742 #define wxUSE_FILESYSTEM 1
19747 if test "$wxUSE_FS_INET" = "yes"; then
19748 cat >> confdefs.h
<<\EOF
19749 #define wxUSE_FS_INET 1
19754 if test "$wxUSE_FS_ZIP" = "yes"; then
19755 cat >> confdefs.h
<<\EOF
19756 #define wxUSE_FS_ZIP 1
19761 if test "$wxUSE_ZIPSTREAM" = "yes"; then
19762 cat >> confdefs.h
<<\EOF
19763 #define wxUSE_ZIPSTREAM 1
19768 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
19769 cat >> confdefs.h
<<\EOF
19770 #define wxUSE_ON_FATAL_EXCEPTION 1
19775 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
19776 cat >> confdefs.h
<<\EOF
19777 #define wxUSE_SNGLINST_CHECKER 1
19782 if test "$wxUSE_BUSYINFO" = "yes"; then
19783 cat >> confdefs.h
<<\EOF
19784 #define wxUSE_BUSYINFO 1
19789 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
19790 cat >> confdefs.h
<<\EOF
19791 #define wxUSE_STD_IOSTREAM 1
19796 if test "$wxUSE_TEXTBUFFER" = "yes"; then
19797 cat >> confdefs.h
<<\EOF
19798 #define wxUSE_TEXTBUFFER 1
19803 if test "$wxUSE_TEXTFILE" = "yes"; then
19804 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
19805 echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2
19807 cat >> confdefs.h
<<\EOF
19808 #define wxUSE_TEXTFILE 1
19814 if test "$wxUSE_CONFIG" = "yes" ; then
19815 if test "$wxUSE_TEXTFILE" != "yes"; then
19816 echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2
19818 cat >> confdefs.h
<<\EOF
19819 #define wxUSE_CONFIG 1
19822 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
19826 if test "$wxUSE_INTL" = "yes" ; then
19827 if test "$wxUSE_FILE" != "yes"; then
19828 echo "configure: warning: I18n code requires wxFile... disabled" 1>&2
19830 cat >> confdefs.h
<<\EOF
19831 #define wxUSE_INTL 1
19834 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
19835 GUIDIST
="$GUIDIST INTL_DIST"
19839 if test "$wxUSE_LOG" = "yes"; then
19840 cat >> confdefs.h
<<\EOF
19841 #define wxUSE_LOG 1
19845 if test "$wxUSE_LOGGUI" = "yes"; then
19846 cat >> confdefs.h
<<\EOF
19847 #define wxUSE_LOGGUI 1
19852 if test "$wxUSE_LOGWINDOW" = "yes"; then
19853 cat >> confdefs.h
<<\EOF
19854 #define wxUSE_LOGWINDOW 1
19859 if test "$wxUSE_LOGDIALOG" = "yes"; then
19860 cat >> confdefs.h
<<\EOF
19861 #define wxUSE_LOG_DIALOG 1
19867 if test "$wxUSE_LONGLONG" = "yes"; then
19868 cat >> confdefs.h
<<\EOF
19869 #define wxUSE_LONGLONG 1
19874 if test "$wxUSE_GEOMETRY" = "yes"; then
19875 cat >> confdefs.h
<<\EOF
19876 #define wxUSE_GEOMETRY 1
19881 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
19882 cat >> confdefs.h
<<\EOF
19883 #define wxUSE_DIALUP_MANAGER 1
19886 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
19889 if test "$wxUSE_STREAMS" = "yes" ; then
19890 cat >> confdefs.h
<<\EOF
19891 #define wxUSE_STREAMS 1
19897 if test "$wxUSE_DATETIME" = "yes"; then
19898 for ac_func
in strptime
19900 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19901 echo "configure:19902: checking for $ac_func" >&5
19902 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19903 echo $ac_n "(cached) $ac_c" 1>&6
19905 cat > conftest.
$ac_ext <<EOF
19906 #line 19907 "configure"
19907 #include "confdefs.h"
19908 /* System header to define __stub macros and hopefully few prototypes,
19909 which can conflict with char $ac_func(); below. */
19910 #include <assert.h>
19911 /* Override any gcc2 internal prototype to avoid an error. */
19912 /* We use char because int might match the return type of a gcc2
19913 builtin and then its argument prototype would still apply. */
19918 /* The GNU C library defines this for functions which it implements
19919 to always fail with ENOSYS. Some functions are actually named
19920 something starting with __ and the normal name is an alias. */
19921 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19929 if { (eval echo configure
:19930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19931 eval "ac_cv_func_$ac_func=yes"
19933 echo "configure: failed program was:" >&5
19934 cat conftest.
$ac_ext >&5
19936 eval "ac_cv_func_$ac_func=no"
19941 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19942 echo "$ac_t""yes" 1>&6
19943 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19944 cat >> confdefs.h
<<EOF
19945 #define $ac_tr_func 1
19949 echo "$ac_t""no" 1>&6
19954 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
19955 echo "configure:19956: checking for timezone variable in <time.h>" >&5
19956 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
19957 echo $ac_n "(cached) $ac_c" 1>&6
19960 cat > conftest.
$ac_ext <<EOF
19961 #line 19962 "configure"
19962 #include "confdefs.h"
19973 if { (eval echo configure
:19974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19976 wx_cv_var_timezone
=timezone
19979 echo "configure: failed program was:" >&5
19980 cat conftest.
$ac_ext >&5
19983 cat > conftest.
$ac_ext <<EOF
19984 #line 19985 "configure"
19985 #include "confdefs.h"
19996 if { (eval echo configure
:19997: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19999 wx_cv_var_timezone
=_timezone
20002 echo "configure: failed program was:" >&5
20003 cat conftest.
$ac_ext >&5
20006 cat > conftest.
$ac_ext <<EOF
20007 #line 20008 "configure"
20008 #include "confdefs.h"
20019 if { (eval echo configure
:20020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20022 wx_cv_var_timezone
=__timezone
20025 echo "configure: failed program was:" >&5
20026 cat conftest.
$ac_ext >&5
20029 if test "$USE_DOS" = 0 ; then
20030 echo "configure: warning: no timezone variable" 1>&2
20048 echo "$ac_t""$wx_cv_var_timezone" 1>&6
20050 if test "x$wx_cv_var_timezone" != x
; then
20051 cat >> confdefs.h
<<EOF
20052 #define WX_TIMEZONE $wx_cv_var_timezone
20057 for ac_func
in localtime
20059 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
20060 echo "configure:20061: checking for $ac_func" >&5
20061 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
20062 echo $ac_n "(cached) $ac_c" 1>&6
20064 cat > conftest.
$ac_ext <<EOF
20065 #line 20066 "configure"
20066 #include "confdefs.h"
20067 /* System header to define __stub macros and hopefully few prototypes,
20068 which can conflict with char $ac_func(); below. */
20069 #include <assert.h>
20070 /* Override any gcc2 internal prototype to avoid an error. */
20071 /* We use char because int might match the return type of a gcc2
20072 builtin and then its argument prototype would still apply. */
20077 /* The GNU C library defines this for functions which it implements
20078 to always fail with ENOSYS. Some functions are actually named
20079 something starting with __ and the normal name is an alias. */
20080 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20088 if { (eval echo configure
:20089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20090 eval "ac_cv_func_$ac_func=yes"
20092 echo "configure: failed program was:" >&5
20093 cat conftest.
$ac_ext >&5
20095 eval "ac_cv_func_$ac_func=no"
20100 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
20101 echo "$ac_t""yes" 1>&6
20102 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
20103 cat >> confdefs.h
<<EOF
20104 #define $ac_tr_func 1
20108 echo "$ac_t""no" 1>&6
20113 if test "$ac_cv_func_localtime" = "yes"; then
20114 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
20115 echo "configure:20116: checking for tm_gmtoff in struct tm" >&5
20116 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
20117 echo $ac_n "(cached) $ac_c" 1>&6
20120 cat > conftest.
$ac_ext <<EOF
20121 #line 20122 "configure"
20122 #include "confdefs.h"
20133 if { (eval echo configure
:20134: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20136 wx_cv_struct_tm_has_gmtoff
=yes
20139 echo "configure: failed program was:" >&5
20140 cat conftest.
$ac_ext >&5
20142 wx_cv_struct_tm_has_gmtoff
=no
20149 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
20152 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
20153 cat >> confdefs.h
<<\EOF
20154 #define WX_GMTOFF_IN_TM 1
20159 for ac_func
in gettimeofday ftime
20161 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
20162 echo "configure:20163: checking for $ac_func" >&5
20163 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
20164 echo $ac_n "(cached) $ac_c" 1>&6
20166 cat > conftest.
$ac_ext <<EOF
20167 #line 20168 "configure"
20168 #include "confdefs.h"
20169 /* System header to define __stub macros and hopefully few prototypes,
20170 which can conflict with char $ac_func(); below. */
20171 #include <assert.h>
20172 /* Override any gcc2 internal prototype to avoid an error. */
20173 /* We use char because int might match the return type of a gcc2
20174 builtin and then its argument prototype would still apply. */
20179 /* The GNU C library defines this for functions which it implements
20180 to always fail with ENOSYS. Some functions are actually named
20181 something starting with __ and the normal name is an alias. */
20182 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20190 if { (eval echo configure
:20191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20192 eval "ac_cv_func_$ac_func=yes"
20194 echo "configure: failed program was:" >&5
20195 cat conftest.
$ac_ext >&5
20197 eval "ac_cv_func_$ac_func=no"
20202 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
20203 echo "$ac_t""yes" 1>&6
20204 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
20205 cat >> confdefs.h
<<EOF
20206 #define $ac_tr_func 1
20210 echo "$ac_t""no" 1>&6
20215 if test "$ac_cv_func_gettimeofday" = "yes"; then
20216 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
20217 echo "configure:20218: checking whether gettimeofday takes two arguments" >&5
20218 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
20219 echo $ac_n "(cached) $ac_c" 1>&6
20224 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
20225 ac_cpp
='$CXXCPP $CPPFLAGS'
20226 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
20227 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
20228 cross_compiling
=$ac_cv_prog_cxx_cross
20231 cat > conftest.
$ac_ext <<EOF
20232 #line 20233 "configure"
20233 #include "confdefs.h"
20235 #include <sys/time.h>
20236 #include <unistd.h>
20241 gettimeofday(&tv, NULL);
20245 if { (eval echo configure
:20246: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20247 wx_cv_func_gettimeofday_has_2_args
=yes
20249 echo "configure: failed program was:" >&5
20250 cat conftest.
$ac_ext >&5
20252 cat > conftest.
$ac_ext <<EOF
20253 #line 20254 "configure"
20254 #include "confdefs.h"
20256 #include <sys/time.h>
20257 #include <unistd.h>
20266 if { (eval echo configure
:20267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20268 wx_cv_func_gettimeofday_has_2_args
=no
20270 echo "configure: failed program was:" >&5
20271 cat conftest.
$ac_ext >&5
20274 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
20275 wx_cv_func_gettimeofday_has_2_args
=unknown
20284 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
20285 ac_cpp
='$CPP $CPPFLAGS'
20286 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
20287 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
20288 cross_compiling
=$ac_cv_prog_cc_cross
20293 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
20295 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
20296 cat >> confdefs.h
<<\EOF
20297 #define WX_GETTIMEOFDAY_NO_TZ 1
20303 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
20307 if test "$wxUSE_SOCKETS" = "yes"; then
20308 if test "$wxUSE_MGL" = "1"; then
20309 echo "configure: warning: wxSocket not yet supported under MGL... disabled" 1>&2
20314 if test "$wxUSE_SOCKETS" = "yes"; then
20315 if test "$TOOLKIT" != "MSW"; then
20316 echo $ac_n "checking for socket""... $ac_c" 1>&6
20317 echo "configure:20318: checking for socket" >&5
20318 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
20319 echo $ac_n "(cached) $ac_c" 1>&6
20321 cat > conftest.
$ac_ext <<EOF
20322 #line 20323 "configure"
20323 #include "confdefs.h"
20324 /* System header to define __stub macros and hopefully few prototypes,
20325 which can conflict with char socket(); below. */
20326 #include <assert.h>
20327 /* Override any gcc2 internal prototype to avoid an error. */
20328 /* We use char because int might match the return type of a gcc2
20329 builtin and then its argument prototype would still apply. */
20334 /* The GNU C library defines this for functions which it implements
20335 to always fail with ENOSYS. Some functions are actually named
20336 something starting with __ and the normal name is an alias. */
20337 #if defined (__stub_socket) || defined (__stub___socket)
20345 if { (eval echo configure
:20346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20347 eval "ac_cv_func_socket=yes"
20349 echo "configure: failed program was:" >&5
20350 cat conftest.
$ac_ext >&5
20352 eval "ac_cv_func_socket=no"
20357 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
20358 echo "$ac_t""yes" 1>&6
20361 echo "$ac_t""no" 1>&6
20362 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
20363 echo "configure:20364: checking for socket in -lsocket" >&5
20364 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
20365 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20366 echo $ac_n "(cached) $ac_c" 1>&6
20368 ac_save_LIBS
="$LIBS"
20369 LIBS
="-lsocket $LIBS"
20370 cat > conftest.
$ac_ext <<EOF
20371 #line 20372 "configure"
20372 #include "confdefs.h"
20373 /* Override any gcc2 internal prototype to avoid an error. */
20374 /* We use char because int might match the return type of a gcc2
20375 builtin and then its argument prototype would still apply. */
20382 if { (eval echo configure
:20383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20384 eval "ac_cv_lib_$ac_lib_var=yes"
20386 echo "configure: failed program was:" >&5
20387 cat conftest.
$ac_ext >&5
20389 eval "ac_cv_lib_$ac_lib_var=no"
20392 LIBS
="$ac_save_LIBS"
20395 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
20396 echo "$ac_t""yes" 1>&6
20397 if test "$INET_LINK" != " -lsocket"; then
20398 INET_LINK
="$INET_LINK -lsocket"
20401 echo "$ac_t""no" 1>&6
20403 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
20415 if test "$wxUSE_SOCKETS" = "yes" ; then
20416 if test "$TOOLKIT" != "MSW"; then
20417 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
20418 echo "configure:20419: checking what is the type of the third argument of getsockname" >&5
20419 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
20420 echo $ac_n "(cached) $ac_c" 1>&6
20425 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
20426 ac_cpp
='$CXXCPP $CPPFLAGS'
20427 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
20428 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
20429 cross_compiling
=$ac_cv_prog_cxx_cross
20432 cat > conftest.
$ac_ext <<EOF
20433 #line 20434 "configure"
20434 #include "confdefs.h"
20436 #include <sys/types.h>
20437 #include <sys/socket.h>
20442 getsockname(0, 0, &len);
20446 if { (eval echo configure
:20447: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20448 wx_cv_type_getsockname3
=socklen_t
20450 echo "configure: failed program was:" >&5
20451 cat conftest.
$ac_ext >&5
20453 cat > conftest.
$ac_ext <<EOF
20454 #line 20455 "configure"
20455 #include "confdefs.h"
20457 #include <sys/types.h>
20458 #include <sys/socket.h>
20463 getsockname(0, 0, &len);
20467 if { (eval echo configure
:20468: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20469 wx_cv_type_getsockname3
=size_t
20471 echo "configure: failed program was:" >&5
20472 cat conftest.
$ac_ext >&5
20474 cat > conftest.
$ac_ext <<EOF
20475 #line 20476 "configure"
20476 #include "confdefs.h"
20478 #include <sys/types.h>
20479 #include <sys/socket.h>
20484 getsockname(0, 0, &len);
20488 if { (eval echo configure
:20489: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
20490 wx_cv_type_getsockname3
=int
20492 echo "configure: failed program was:" >&5
20493 cat conftest.
$ac_ext >&5
20495 wx_cv_type_getsockname3
=unknown
20507 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
20508 ac_cpp
='$CPP $CPPFLAGS'
20509 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
20510 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
20511 cross_compiling
=$ac_cv_prog_cc_cross
20516 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
20518 if test "$wx_cv_type_getsockname3" = "unknown"; then
20520 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
20522 cat >> confdefs.h
<<EOF
20523 #define SOCKLEN_T $wx_cv_type_getsockname3
20530 if test "$wxUSE_SOCKETS" = "yes" ; then
20531 cat >> confdefs.h
<<\EOF
20532 #define wxUSE_SOCKETS 1
20535 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
20539 if test "$wxUSE_GUI" = "yes"; then
20541 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
20542 echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2
20545 if test "$TOOLKIT" = "MOTIF"; then
20546 echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2
20549 if test "$TOOLKIT" = "X11"; then
20550 echo "configure: warning: Joystick not yet supported under X11... disabled" 1>&2
20554 if test "$TOOLKIT" != "MSW"; then
20555 if test "$wxUSE_JOYSTICK" = "yes"; then
20556 for ac_hdr
in linux
/joystick.h
20558 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
20559 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
20560 echo "configure:20561: checking for $ac_hdr" >&5
20561 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
20562 echo $ac_n "(cached) $ac_c" 1>&6
20564 cat > conftest.
$ac_ext <<EOF
20565 #line 20566 "configure"
20566 #include "confdefs.h"
20569 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
20570 { (eval echo configure
:20571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
20571 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
20572 if test -z "$ac_err"; then
20574 eval "ac_cv_header_$ac_safe=yes"
20577 echo "configure: failed program was:" >&5
20578 cat conftest.
$ac_ext >&5
20580 eval "ac_cv_header_$ac_safe=no"
20584 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
20585 echo "$ac_t""yes" 1>&6
20586 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
20587 cat >> confdefs.h
<<EOF
20588 #define $ac_tr_hdr 1
20592 echo "$ac_t""no" 1>&6
20596 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
20598 echo "configure: warning: Joystick not supported by this system... disabled" 1>&2
20603 if test "$wxUSE_JOYSTICK" = "yes"; then
20604 cat >> confdefs.h
<<\EOF
20605 #define wxUSE_JOYSTICK 1
20608 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
20613 if test "$TOOLKIT" != "MSW"; then
20617 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
20618 if test "$USE_DARWIN" = 1; then
20621 for ac_func
in dlopen
20623 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
20624 echo "configure:20625: checking for $ac_func" >&5
20625 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
20626 echo $ac_n "(cached) $ac_c" 1>&6
20628 cat > conftest.
$ac_ext <<EOF
20629 #line 20630 "configure"
20630 #include "confdefs.h"
20631 /* System header to define __stub macros and hopefully few prototypes,
20632 which can conflict with char $ac_func(); below. */
20633 #include <assert.h>
20634 /* Override any gcc2 internal prototype to avoid an error. */
20635 /* We use char because int might match the return type of a gcc2
20636 builtin and then its argument prototype would still apply. */
20641 /* The GNU C library defines this for functions which it implements
20642 to always fail with ENOSYS. Some functions are actually named
20643 something starting with __ and the normal name is an alias. */
20644 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20652 if { (eval echo configure
:20653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20654 eval "ac_cv_func_$ac_func=yes"
20656 echo "configure: failed program was:" >&5
20657 cat conftest.
$ac_ext >&5
20659 eval "ac_cv_func_$ac_func=no"
20664 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
20665 echo "$ac_t""yes" 1>&6
20666 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
20667 cat >> confdefs.h
<<EOF
20668 #define $ac_tr_func 1
20671 cat >> confdefs.h
<<\EOF
20672 #define HAVE_DLOPEN 1
20678 echo "$ac_t""no" 1>&6
20679 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
20680 echo "configure:20681: checking for dlopen in -ldl" >&5
20681 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
20682 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20683 echo $ac_n "(cached) $ac_c" 1>&6
20685 ac_save_LIBS
="$LIBS"
20687 cat > conftest.
$ac_ext <<EOF
20688 #line 20689 "configure"
20689 #include "confdefs.h"
20690 /* Override any gcc2 internal prototype to avoid an error. */
20691 /* We use char because int might match the return type of a gcc2
20692 builtin and then its argument prototype would still apply. */
20699 if { (eval echo configure
:20700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20701 eval "ac_cv_lib_$ac_lib_var=yes"
20703 echo "configure: failed program was:" >&5
20704 cat conftest.
$ac_ext >&5
20706 eval "ac_cv_lib_$ac_lib_var=no"
20709 LIBS
="$ac_save_LIBS"
20712 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
20713 echo "$ac_t""yes" 1>&6
20715 cat >> confdefs.h
<<\EOF
20716 #define HAVE_DLOPEN 1
20720 DL_LINK
=" -ldl$DL_LINK"
20723 echo "$ac_t""no" 1>&6
20725 for ac_func
in shl_load
20727 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
20728 echo "configure:20729: checking for $ac_func" >&5
20729 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
20730 echo $ac_n "(cached) $ac_c" 1>&6
20732 cat > conftest.
$ac_ext <<EOF
20733 #line 20734 "configure"
20734 #include "confdefs.h"
20735 /* System header to define __stub macros and hopefully few prototypes,
20736 which can conflict with char $ac_func(); below. */
20737 #include <assert.h>
20738 /* Override any gcc2 internal prototype to avoid an error. */
20739 /* We use char because int might match the return type of a gcc2
20740 builtin and then its argument prototype would still apply. */
20745 /* The GNU C library defines this for functions which it implements
20746 to always fail with ENOSYS. Some functions are actually named
20747 something starting with __ and the normal name is an alias. */
20748 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20756 if { (eval echo configure
:20757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20758 eval "ac_cv_func_$ac_func=yes"
20760 echo "configure: failed program was:" >&5
20761 cat conftest.
$ac_ext >&5
20763 eval "ac_cv_func_$ac_func=no"
20768 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
20769 echo "$ac_t""yes" 1>&6
20770 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
20771 cat >> confdefs.h
<<EOF
20772 #define $ac_tr_func 1
20775 cat >> confdefs.h
<<\EOF
20776 #define HAVE_SHL_LOAD 1
20782 echo "$ac_t""no" 1>&6
20783 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
20784 echo "configure:20785: checking for dld in -lshl_load" >&5
20785 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
20786 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20787 echo $ac_n "(cached) $ac_c" 1>&6
20789 ac_save_LIBS
="$LIBS"
20790 LIBS
="-lshl_load $LIBS"
20791 cat > conftest.
$ac_ext <<EOF
20792 #line 20793 "configure"
20793 #include "confdefs.h"
20794 /* Override any gcc2 internal prototype to avoid an error. */
20795 /* We use char because int might match the return type of a gcc2
20796 builtin and then its argument prototype would still apply. */
20803 if { (eval echo configure
:20804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20805 eval "ac_cv_lib_$ac_lib_var=yes"
20807 echo "configure: failed program was:" >&5
20808 cat conftest.
$ac_ext >&5
20810 eval "ac_cv_lib_$ac_lib_var=no"
20813 LIBS
="$ac_save_LIBS"
20816 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
20817 echo "$ac_t""yes" 1>&6
20820 DL_LINK
=" -ldld$DL_LINK"
20823 echo "$ac_t""no" 1>&6
20838 if test "$HAVE_DL_FUNCS" = 1; then
20839 for ac_func
in dlerror
20841 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
20842 echo "configure:20843: checking for $ac_func" >&5
20843 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
20844 echo $ac_n "(cached) $ac_c" 1>&6
20846 cat > conftest.
$ac_ext <<EOF
20847 #line 20848 "configure"
20848 #include "confdefs.h"
20849 /* System header to define __stub macros and hopefully few prototypes,
20850 which can conflict with char $ac_func(); below. */
20851 #include <assert.h>
20852 /* Override any gcc2 internal prototype to avoid an error. */
20853 /* We use char because int might match the return type of a gcc2
20854 builtin and then its argument prototype would still apply. */
20859 /* The GNU C library defines this for functions which it implements
20860 to always fail with ENOSYS. Some functions are actually named
20861 something starting with __ and the normal name is an alias. */
20862 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20870 if { (eval echo configure
:20871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20872 eval "ac_cv_func_$ac_func=yes"
20874 echo "configure: failed program was:" >&5
20875 cat conftest.
$ac_ext >&5
20877 eval "ac_cv_func_$ac_func=no"
20882 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
20883 echo "$ac_t""yes" 1>&6
20884 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
20885 cat >> confdefs.h
<<EOF
20886 #define $ac_tr_func 1
20888 cat >> confdefs.h
<<\EOF
20889 #define HAVE_DLERROR 1
20893 echo "$ac_t""no" 1>&6
20894 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
20895 echo "configure:20896: checking for dlerror in -ldl" >&5
20896 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
20897 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20898 echo $ac_n "(cached) $ac_c" 1>&6
20900 ac_save_LIBS
="$LIBS"
20902 cat > conftest.
$ac_ext <<EOF
20903 #line 20904 "configure"
20904 #include "confdefs.h"
20905 /* Override any gcc2 internal prototype to avoid an error. */
20906 /* We use char because int might match the return type of a gcc2
20907 builtin and then its argument prototype would still apply. */
20914 if { (eval echo configure
:20915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
20916 eval "ac_cv_lib_$ac_lib_var=yes"
20918 echo "configure: failed program was:" >&5
20919 cat conftest.
$ac_ext >&5
20921 eval "ac_cv_lib_$ac_lib_var=no"
20924 LIBS
="$ac_save_LIBS"
20927 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
20928 echo "$ac_t""yes" 1>&6
20929 cat >> confdefs.h
<<\EOF
20930 #define HAVE_DLERROR 1
20934 echo "$ac_t""no" 1>&6
20943 if test "$HAVE_DL_FUNCS" = 0; then
20944 if test "$HAVE_SHL_FUNCS" = 0; then
20945 if test "$USE_UNIX" = 1; then
20946 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
20947 wxUSE_DYNAMIC_LOADER
=no
20948 wxUSE_DYNLIB_CLASS
=no
20950 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
20957 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
20958 cat >> confdefs.h
<<\EOF
20959 #define wxUSE_DYNAMIC_LOADER 1
20962 elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
20963 cat >> confdefs.h
<<\EOF
20964 #define wxUSE_DYNLIB_CLASS 1
20970 if test "$wxUSE_FONTMAP" = "yes" ; then
20971 cat >> confdefs.h
<<\EOF
20972 #define wxUSE_FONTMAP 1
20977 if test "$wxUSE_UNICODE" = "yes" ; then
20978 cat >> confdefs.h
<<\EOF
20979 #define wxUSE_UNICODE 1
20983 if test "$wxUSE_MSW" != 1; then
20984 wxUSE_UNICODE_MSLU
=no
20987 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
20988 echo $ac_n "checking for main in -lunicows""... $ac_c" 1>&6
20989 echo "configure:20990: checking for main in -lunicows" >&5
20990 ac_lib_var
=`echo unicows'_'main | sed 'y%./+-%__p_%'`
20991 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
20992 echo $ac_n "(cached) $ac_c" 1>&6
20994 ac_save_LIBS
="$LIBS"
20995 LIBS
="-lunicows $LIBS"
20996 cat > conftest.
$ac_ext <<EOF
20997 #line 20998 "configure"
20998 #include "confdefs.h"
21004 if { (eval echo configure
:21005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
21006 eval "ac_cv_lib_$ac_lib_var=yes"
21008 echo "configure: failed program was:" >&5
21009 cat conftest.
$ac_ext >&5
21011 eval "ac_cv_lib_$ac_lib_var=no"
21014 LIBS
="$ac_save_LIBS"
21017 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
21018 echo "$ac_t""yes" 1>&6
21020 cat >> confdefs.h
<<\EOF
21021 #define wxUSE_UNICODE_MSLU 1
21026 echo "$ac_t""no" 1>&6
21028 echo "configure: warning: Compiler doesn't support MSLU (libunicows.a), disabled.
21029 Applications will only run on Windows NT/2000/XP!" 1>&2
21030 wxUSE_UNICODE_MSLU
=no
21037 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
21038 cat >> confdefs.h
<<\EOF
21039 #define wxUSE_EXPERIMENTAL_PRINTF 1
21047 if test "$wxUSE_ODBC" = "yes" ; then
21048 cat >> confdefs.h
<<\EOF
21049 #define wxUSE_ODBC 1
21052 WXODBCFLAG
="-D_IODBC_"
21053 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
21057 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
21058 cat >> confdefs.h
<<\EOF
21059 #define wxUSE_POSTSCRIPT 1
21064 cat >> confdefs.h
<<\EOF
21065 #define wxUSE_AFM_FOR_POSTSCRIPT 1
21069 cat >> confdefs.h
<<\EOF
21070 #define wxUSE_NORMALIZED_PS_FONTS 1
21075 if test "$wxUSE_CONSTRAINTS" = "yes"; then
21076 cat >> confdefs.h
<<\EOF
21077 #define wxUSE_CONSTRAINTS 1
21080 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
21083 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
21086 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
21087 cat >> confdefs.h
<<\EOF
21088 #define wxUSE_MDI_ARCHITECTURE 1
21091 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
21095 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
21096 cat >> confdefs.h
<<\EOF
21097 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
21100 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
21101 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
21102 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
21106 if test "$wxUSE_HELP" = "yes"; then
21107 cat >> confdefs.h
<<\EOF
21108 #define wxUSE_HELP 1
21111 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
21113 if test "$wxUSE_MSW" = 1; then
21114 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
21115 cat >> confdefs.h
<<\EOF
21116 #define wxUSE_MS_HTML_HELP 1
21122 if test "$wxUSE_WXHTML_HELP" = "yes"; then
21123 if test "$wxUSE_HTML" = "yes"; then
21124 cat >> confdefs.h
<<\EOF
21125 #define wxUSE_WXHTML_HELP 1
21129 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
21130 wxUSE_WXHTML_HELP
=no
21135 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
21136 if test "$wxUSE_CONSTRAINTS" != "yes"; then
21137 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
21139 cat >> confdefs.h
<<\EOF
21140 #define wxUSE_PRINTING_ARCHITECTURE 1
21144 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
21149 if test "$wxUSE_X_RESOURCES" = "yes"; then
21150 cat >> confdefs.h
<<\EOF
21151 #define wxUSE_X_RESOURCES 1
21157 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
21158 -o "$wxUSE_CLIPBOARD" = "yes" \
21159 -o "$wxUSE_OLE" = "yes" \
21160 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
21161 for ac_hdr
in ole2.h
21163 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
21164 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
21165 echo "configure:21166: checking for $ac_hdr" >&5
21166 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
21167 echo $ac_n "(cached) $ac_c" 1>&6
21169 cat > conftest.
$ac_ext <<EOF
21170 #line 21171 "configure"
21171 #include "confdefs.h"
21174 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
21175 { (eval echo configure
:21176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
21176 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
21177 if test -z "$ac_err"; then
21179 eval "ac_cv_header_$ac_safe=yes"
21182 echo "configure: failed program was:" >&5
21183 cat conftest.
$ac_ext >&5
21185 eval "ac_cv_header_$ac_safe=no"
21189 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
21190 echo "$ac_t""yes" 1>&6
21191 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
21192 cat >> confdefs.h
<<EOF
21193 #define $ac_tr_hdr 1
21197 echo "$ac_t""no" 1>&6
21202 if test "$ac_cv_header_ole2_h" = "yes" ; then
21203 if test "$GCC" = yes ; then
21206 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
21207 ac_cpp
='$CXXCPP $CPPFLAGS'
21208 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
21209 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
21210 cross_compiling
=$ac_cv_prog_cxx_cross
21213 echo $ac_n "checking if g++ requires -fvtable-thunks""... $ac_c" 1>&6
21214 echo "configure:21215: checking if g++ requires -fvtable-thunks" >&5
21215 cat > conftest.
$ac_ext <<EOF
21216 #line 21217 "configure"
21217 #include "confdefs.h"
21218 #include <windows.h>
21224 if { (eval echo configure
:21225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
21226 echo "$ac_t""no" 1>&6
21228 echo "configure: failed program was:" >&5
21229 cat conftest.
$ac_ext >&5
21231 echo "$ac_t""yes" 1>&6
21232 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
21236 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
21237 ac_cpp
='$CPP $CPPFLAGS'
21238 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
21239 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
21240 cross_compiling
=$ac_cv_prog_cc_cross
21242 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
21243 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
21244 cat >> confdefs.h
<<\EOF
21245 #define wxUSE_OLE 1
21251 cat >> confdefs.h
<<\EOF
21252 #define wxUSE_DATAOBJ 1
21256 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
21259 wxUSE_DRAG_AND_DROP
=no
21264 if test "$wxUSE_METAFILE" = "yes"; then
21265 cat >> confdefs.h
<<\EOF
21266 #define wxUSE_METAFILE 1
21270 cat >> confdefs.h
<<\EOF
21271 #define wxUSE_ENH_METAFILE 1
21277 if test "$wxUSE_IPC" = "yes"; then
21278 if test "$wxUSE_SOCKETS" != "yes"; then
21279 echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2
21282 cat >> confdefs.h
<<\EOF
21283 #define wxUSE_IPC 1
21288 if test "$wxUSE_CLIPBOARD" = "yes"; then
21289 if test "$wxUSE_MGL" = 1; then
21290 echo "configure: warning: Clipboard not yet supported under MGL... disabled" 1>&2
21294 if test "$wxUSE_CLIPBOARD" = "yes"; then
21295 cat >> confdefs.h
<<\EOF
21296 #define wxUSE_CLIPBOARD 1
21300 cat >> confdefs.h
<<\EOF
21301 #define wxUSE_DATAOBJ 1
21307 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
21308 if test "$wxUSE_GTK" = 1; then
21309 if test "$WXGTK12" != 1; then
21310 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2
21311 wxUSE_DRAG_AND_DROP
=no
21315 if test "$wxUSE_MOTIF" = 1; then
21316 echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2
21317 wxUSE_DRAG_AND_DROP
=no
21320 if test "$wxUSE_X11" = 1; then
21321 echo "configure: warning: Drag and drop not yet supported under X11... disabled" 1>&2
21322 wxUSE_DRAG_AND_DROP
=no
21325 if test "$wxUSE_MGL" = 1; then
21326 echo "configure: warning: Drag and drop not yet supported under MGL... disabled" 1>&2
21327 wxUSE_DRAG_AND_DROP
=no
21330 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
21331 cat >> confdefs.h
<<\EOF
21332 #define wxUSE_DRAG_AND_DROP 1
21335 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
21340 if test "$wxUSE_SPLINES" = "yes" ; then
21341 cat >> confdefs.h
<<\EOF
21342 #define wxUSE_SPLINES 1
21349 if test "$wxUSE_CONTROLS" = "yes"; then
21353 if test "$wxUSE_ACCEL" = "yes"; then
21354 cat >> confdefs.h
<<\EOF
21355 #define wxUSE_ACCEL 1
21361 if test "$wxUSE_BUTTON" = "yes"; then
21362 cat >> confdefs.h
<<\EOF
21363 #define wxUSE_BUTTON 1
21369 if test "$wxUSE_BMPBUTTON" = "yes"; then
21370 cat >> confdefs.h
<<\EOF
21371 #define wxUSE_BMPBUTTON 1
21377 if test "$wxUSE_CALCTRL" = "yes"; then
21378 cat >> confdefs.h
<<\EOF
21379 #define wxUSE_CALENDARCTRL 1
21383 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
21386 if test "$wxUSE_CARET" = "yes"; then
21387 cat >> confdefs.h
<<\EOF
21388 #define wxUSE_CARET 1
21392 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
21395 if test "$wxUSE_COMBOBOX" = "yes"; then
21396 cat >> confdefs.h
<<\EOF
21397 #define wxUSE_COMBOBOX 1
21403 if test "$wxUSE_CHOICE" = "yes"; then
21404 cat >> confdefs.h
<<\EOF
21405 #define wxUSE_CHOICE 1
21411 if test "$wxUSE_CHECKBOX" = "yes"; then
21412 cat >> confdefs.h
<<\EOF
21413 #define wxUSE_CHECKBOX 1
21419 if test "$wxUSE_CHECKLST" = "yes"; then
21420 cat >> confdefs.h
<<\EOF
21421 #define wxUSE_CHECKLISTBOX 1
21425 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
21428 if test "$wxUSE_DISPLAY" = "yes"; then
21429 cat >> confdefs.h
<<\EOF
21430 #define wxUSE_DISPLAY 1
21433 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
21436 if test "$wxUSE_GAUGE" = "yes"; then
21437 cat >> confdefs.h
<<\EOF
21438 #define wxUSE_GAUGE 1
21444 if test "$wxUSE_GRID" = "yes"; then
21445 cat >> confdefs.h
<<\EOF
21446 #define wxUSE_GRID 1
21450 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
21453 if test "$wxUSE_IMAGLIST" = "yes"; then
21454 cat >> confdefs.h
<<\EOF
21455 #define wxUSE_IMAGLIST 1
21460 if test "$wxUSE_LISTBOX" = "yes"; then
21461 cat >> confdefs.h
<<\EOF
21462 #define wxUSE_LISTBOX 1
21468 if test "$wxUSE_LISTCTRL" = "yes"; then
21469 if test "$wxUSE_IMAGLIST" = "yes"; then
21470 cat >> confdefs.h
<<\EOF
21471 #define wxUSE_LISTCTRL 1
21475 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
21477 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
21481 if test "$wxUSE_NOTEBOOK" = "yes"; then
21482 cat >> confdefs.h
<<\EOF
21483 #define wxUSE_NOTEBOOK 1
21487 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
21491 if test "$wxUSE_RADIOBOX" = "yes"; then
21492 cat >> confdefs.h
<<\EOF
21493 #define wxUSE_RADIOBOX 1
21499 if test "$wxUSE_RADIOBTN" = "yes"; then
21500 cat >> confdefs.h
<<\EOF
21501 #define wxUSE_RADIOBTN 1
21507 if test "$wxUSE_SASH" = "yes"; then
21508 cat >> confdefs.h
<<\EOF
21509 #define wxUSE_SASH 1
21512 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
21515 if test "$wxUSE_SCROLLBAR" = "yes"; then
21516 cat >> confdefs.h
<<\EOF
21517 #define wxUSE_SCROLLBAR 1
21521 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
21524 if test "$wxUSE_SLIDER" = "yes"; then
21525 cat >> confdefs.h
<<\EOF
21526 #define wxUSE_SLIDER 1
21532 if test "$wxUSE_SPINBTN" = "yes"; then
21533 cat >> confdefs.h
<<\EOF
21534 #define wxUSE_SPINBTN 1
21540 if test "$wxUSE_SPINCTRL" = "yes"; then
21541 cat >> confdefs.h
<<\EOF
21542 #define wxUSE_SPINCTRL 1
21548 if test "$wxUSE_SPLITTER" = "yes"; then
21549 cat >> confdefs.h
<<\EOF
21550 #define wxUSE_SPLITTER 1
21553 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
21556 if test "$wxUSE_STATBMP" = "yes"; then
21557 cat >> confdefs.h
<<\EOF
21558 #define wxUSE_STATBMP 1
21564 if test "$wxUSE_STATBOX" = "yes"; then
21565 cat >> confdefs.h
<<\EOF
21566 #define wxUSE_STATBOX 1
21572 if test "$wxUSE_STATTEXT" = "yes"; then
21573 cat >> confdefs.h
<<\EOF
21574 #define wxUSE_STATTEXT 1
21580 if test "$wxUSE_STATLINE" = "yes"; then
21581 cat >> confdefs.h
<<\EOF
21582 #define wxUSE_STATLINE 1
21588 if test "$wxUSE_STATUSBAR" = "yes"; then
21589 cat >> confdefs.h
<<\EOF
21590 #define wxUSE_STATUSBAR 1
21595 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
21598 if test "$wxUSE_TABDIALOG" = "yes"; then
21599 cat >> confdefs.h
<<\EOF
21600 #define wxUSE_TAB_DIALOG 1
21603 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
21606 if test "$wxUSE_TEXTCTRL" = "yes"; then
21607 cat >> confdefs.h
<<\EOF
21608 #define wxUSE_TEXTCTRL 1
21612 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
21615 if test "$wxUSE_TOGGLEBTN" = "yes"; then
21616 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
21617 echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2
21620 if test "$wxUSE_UNIVERSAL" = "yes"; then
21621 echo "configure: warning: Toggle button not yet supported under wxUniversal... disabled" 1>&2
21625 if test "$wxUSE_TOGGLEBTN" = "yes"; then
21626 cat >> confdefs.h
<<\EOF
21627 #define wxUSE_TOGGLEBTN 1
21634 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
21635 cat >> confdefs.h
<<\EOF
21636 #define wxUSE_TOOLBAR_SIMPLE 1
21639 wxUSE_TOOLBAR
="yes"
21643 if test "$wxUSE_TOOLBAR" = "yes"; then
21644 cat >> confdefs.h
<<\EOF
21645 #define wxUSE_TOOLBAR 1
21650 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
21651 wxUSE_TOOLBAR_NATIVE
="yes"
21654 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
21655 cat >> confdefs.h
<<\EOF
21656 #define wxUSE_TOOLBAR_NATIVE 1
21662 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
21665 if test "$wxUSE_TOOLTIPS" = "yes"; then
21666 if test "$wxUSE_MOTIF" = 1; then
21667 echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2
21669 if test "$wxUSE_UNIVERSAL" = "yes"; then
21670 echo "configure: warning: wxTooltip not supported yet in wxUniversal... disabled" 1>&2
21672 cat >> confdefs.h
<<\EOF
21673 #define wxUSE_TOOLTIPS 1
21680 if test "$wxUSE_TREECTRL" = "yes"; then
21681 if test "$wxUSE_IMAGLIST" = "yes"; then
21682 cat >> confdefs.h
<<\EOF
21683 #define wxUSE_TREECTRL 1
21687 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
21689 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
21693 if test "$wxUSE_POPUPWIN" = "yes"; then
21694 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
21695 echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2
21697 if test "$wxUSE_MOTIF" = 1; then
21698 echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2
21700 if test "$wxUSE_PM" = 1; then
21701 echo "configure: warning: wxPopupWindow not yet supported under PM... disabled" 1>&2
21703 cat >> confdefs.h
<<\EOF
21704 #define wxUSE_POPUPWIN 1
21714 if test "$wxUSE_TIPWINDOW" = "yes"; then
21715 if test "$wxUSE_PM" = 1; then
21716 echo "configure: warning: wxTipWindow not yet supported under PM... disabled" 1>&2
21718 cat >> confdefs.h
<<\EOF
21719 #define wxUSE_TIPWINDOW 1
21725 if test "$USES_CONTROLS" = 1; then
21726 cat >> confdefs.h
<<\EOF
21727 #define wxUSE_CONTROLS 1
21734 if test "$wxUSE_DRAGIMAGE" = "yes"; then
21735 cat >> confdefs.h
<<\EOF
21736 #define wxUSE_DRAGIMAGE 1
21739 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
21742 if test "$wxUSE_MENUS" = "yes"; then
21743 cat >> confdefs.h
<<\EOF
21744 #define wxUSE_MENUS 1
21747 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
21750 if test "$wxUSE_METAFILE" = "yes"; then
21751 cat >> confdefs.h
<<\EOF
21752 #define wxUSE_METAFILE 1
21757 if test "$wxUSE_MIMETYPE" = "yes"; then
21758 cat >> confdefs.h
<<\EOF
21759 #define wxUSE_MIMETYPE 1
21764 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
21765 cat >> confdefs.h
<<\EOF
21766 #define wxUSE_SYSTEM_OPTIONS 1
21769 if test "$TOOLKIT" = "MSW"; then
21770 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
21775 if test "$wxUSE_PROTOCOL" = "yes"; then
21776 if test "$wxUSE_SOCKETS" != "yes"; then
21777 echo "configure: warning: Protocol classes require sockets... disabled" 1>&2
21781 if test "$wxUSE_PROTOCOL" = "yes"; then
21782 cat >> confdefs.h
<<\EOF
21783 #define wxUSE_PROTOCOL 1
21787 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
21788 cat >> confdefs.h
<<\EOF
21789 #define wxUSE_PROTOCOL_HTTP 1
21793 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
21794 cat >> confdefs.h
<<\EOF
21795 #define wxUSE_PROTOCOL_FTP 1
21799 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
21800 cat >> confdefs.h
<<\EOF
21801 #define wxUSE_PROTOCOL_FILE 1
21808 if test "$wxUSE_URL" = "yes"; then
21809 if test "$wxUSE_PROTOCOL" != "yes"; then
21810 echo "configure: warning: wxURL class requires wxProtocol... disabled" 1>&2
21813 if test "$wxUSE_URL" = "yes"; then
21814 cat >> confdefs.h
<<\EOF
21815 #define wxUSE_URL 1
21821 if test "$wxUSE_MINIFRAME" = "yes"; then
21822 cat >> confdefs.h
<<\EOF
21823 #define wxUSE_MINIFRAME 1
21826 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
21829 if test "$wxUSE_HTML" = "yes"; then
21830 cat >> confdefs.h
<<\EOF
21831 #define wxUSE_HTML 1
21834 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
21837 if test "$wxUSE_VALIDATORS" = "yes"; then
21838 cat >> confdefs.h
<<\EOF
21839 #define wxUSE_VALIDATORS 1
21842 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
21845 if test "$wxUSE_PALETTE" = "yes" ; then
21846 cat >> confdefs.h
<<\EOF
21847 #define wxUSE_PALETTE 1
21852 if test "$wxUSE_IMAGE" = "yes" ; then
21853 cat >> confdefs.h
<<\EOF
21854 #define wxUSE_IMAGE 1
21859 if test "$wxUSE_GIF" = "yes" ; then
21860 cat >> confdefs.h
<<\EOF
21861 #define wxUSE_GIF 1
21866 if test "$wxUSE_PCX" = "yes" ; then
21867 cat >> confdefs.h
<<\EOF
21868 #define wxUSE_PCX 1
21873 if test "$wxUSE_IFF" = "yes" ; then
21874 cat >> confdefs.h
<<\EOF
21875 #define wxUSE_IFF 1
21880 if test "$wxUSE_PNM" = "yes" ; then
21881 cat >> confdefs.h
<<\EOF
21882 #define wxUSE_PNM 1
21887 if test "$wxUSE_XPM" = "yes" ; then
21888 cat >> confdefs.h
<<\EOF
21889 #define wxUSE_XPM 1
21894 if test "$wxUSE_ICO_CUR" = "yes" ; then
21895 cat >> confdefs.h
<<\EOF
21896 #define wxUSE_ICO_CUR 1
21901 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
21902 LIBS
=" -lunicows $LIBS"
21906 if test "$wxUSE_CHOICEDLG" = "yes"; then
21907 cat >> confdefs.h
<<\EOF
21908 #define wxUSE_CHOICEDLG 1
21913 if test "$wxUSE_COLOURDLG" = "yes"; then
21914 cat >> confdefs.h
<<\EOF
21915 #define wxUSE_COLOURDLG 1
21920 if test "$wxUSE_FILEDLG" = "yes"; then
21921 cat >> confdefs.h
<<\EOF
21922 #define wxUSE_FILEDLG 1
21927 if test "$wxUSE_FINDREPLDLG" = "yes"; then
21928 cat >> confdefs.h
<<\EOF
21929 #define wxUSE_FINDREPLDLG 1
21934 if test "$wxUSE_FONTDLG" = "yes"; then
21935 cat >> confdefs.h
<<\EOF
21936 #define wxUSE_FONTDLG 1
21941 if test "$wxUSE_DIRDLG" = "yes"; then
21942 if test "$wxUSE_TREECTRL" != "yes"; then
21943 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
21945 cat >> confdefs.h
<<\EOF
21946 #define wxUSE_DIRDLG 1
21952 if test "$wxUSE_MSGDLG" = "yes"; then
21953 cat >> confdefs.h
<<\EOF
21954 #define wxUSE_MSGDLG 1
21959 if test "$wxUSE_NUMBERDLG" = "yes"; then
21960 cat >> confdefs.h
<<\EOF
21961 #define wxUSE_NUMBERDLG 1
21966 if test "$wxUSE_PROGRESSDLG" = "yes"; then
21967 if test "$wxUSE_CONSTRAINTS" != "yes"; then
21968 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
21970 cat >> confdefs.h
<<\EOF
21971 #define wxUSE_PROGRESSDLG 1
21977 if test "$wxUSE_SPLASH" = "yes"; then
21978 cat >> confdefs.h
<<\EOF
21979 #define wxUSE_SPLASH 1
21984 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
21985 if test "$wxUSE_CONSTRAINTS" != "yes"; then
21986 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
21988 cat >> confdefs.h
<<\EOF
21989 #define wxUSE_STARTUP_TIPS 1
21995 if test "$wxUSE_TEXTDLG" = "yes"; then
21996 cat >> confdefs.h
<<\EOF
21997 #define wxUSE_TEXTDLG 1
22002 if test "$wxUSE_WIZARDDLG" = "yes"; then
22003 cat >> confdefs.h
<<\EOF
22004 #define wxUSE_WIZARDDLG 1
22007 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
22011 if test "$cross_compiling" = "yes"; then
22014 OSINFO
=`uname -s -r -m`
22015 OSINFO
="\"$OSINFO\""
22018 cat >> confdefs.h
<<EOF
22019 #define WXWIN_OS_DESCRIPTION $OSINFO
22024 if test "x$prefix" != "xNONE"; then
22027 wxPREFIX
=$ac_default_prefix
22030 cat >> confdefs.h
<<EOF
22031 #define wxINSTALL_PREFIX "$wxPREFIX"
22040 if test "$wxUSE_MAC" = 1 ; then
22041 LDFLAGS
="$LDFLAGS -framework Carbon -framework System"
22043 if test "$wxUSE_COCOA" = 1 ; then
22044 LDFLAGS
="$LDFLAGS -framework Cocoa -framework System"
22048 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
22054 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
22055 echo "configure:22056: checking for $ac_func" >&5
22056 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
22057 echo $ac_n "(cached) $ac_c" 1>&6
22059 cat > conftest.
$ac_ext <<EOF
22060 #line 22061 "configure"
22061 #include "confdefs.h"
22062 /* System header to define __stub macros and hopefully few prototypes,
22063 which can conflict with char $ac_func(); below. */
22064 #include <assert.h>
22065 /* Override any gcc2 internal prototype to avoid an error. */
22066 /* We use char because int might match the return type of a gcc2
22067 builtin and then its argument prototype would still apply. */
22072 /* The GNU C library defines this for functions which it implements
22073 to always fail with ENOSYS. Some functions are actually named
22074 something starting with __ and the normal name is an alias. */
22075 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22083 if { (eval echo configure
:22084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
22085 eval "ac_cv_func_$ac_func=yes"
22087 echo "configure: failed program was:" >&5
22088 cat conftest.
$ac_ext >&5
22090 eval "ac_cv_func_$ac_func=no"
22095 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
22096 echo "$ac_t""yes" 1>&6
22097 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
22098 cat >> confdefs.h
<<EOF
22099 #define $ac_tr_func 1
22103 echo "$ac_t""no" 1>&6
22107 for ac_func
in floor
22109 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
22110 echo "configure:22111: checking for $ac_func" >&5
22111 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
22112 echo $ac_n "(cached) $ac_c" 1>&6
22114 cat > conftest.
$ac_ext <<EOF
22115 #line 22116 "configure"
22116 #include "confdefs.h"
22117 /* System header to define __stub macros and hopefully few prototypes,
22118 which can conflict with char $ac_func(); below. */
22119 #include <assert.h>
22120 /* Override any gcc2 internal prototype to avoid an error. */
22121 /* We use char because int might match the return type of a gcc2
22122 builtin and then its argument prototype would still apply. */
22127 /* The GNU C library defines this for functions which it implements
22128 to always fail with ENOSYS. Some functions are actually named
22129 something starting with __ and the normal name is an alias. */
22130 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22138 if { (eval echo configure
:22139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
22140 eval "ac_cv_func_$ac_func=yes"
22142 echo "configure: failed program was:" >&5
22143 cat conftest.
$ac_ext >&5
22145 eval "ac_cv_func_$ac_func=no"
22150 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
22151 echo "$ac_t""yes" 1>&6
22152 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
22153 cat >> confdefs.h
<<EOF
22154 #define $ac_tr_func 1
22158 echo "$ac_t""no" 1>&6
22162 echo $ac_n "checking if floating point functions link without -lm""... $ac_c" 1>&6
22163 echo "configure:22164: checking if floating point functions link without -lm" >&5
22164 if test "$have_cos" = 1 -a "$have_floor" = 1; then
22165 echo "$ac_t""yes" 1>&6
22167 echo "$ac_t""no" 1>&6
22169 # use different functions to avoid configure caching
22174 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
22175 echo "configure:22176: checking for $ac_func" >&5
22176 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
22177 echo $ac_n "(cached) $ac_c" 1>&6
22179 cat > conftest.
$ac_ext <<EOF
22180 #line 22181 "configure"
22181 #include "confdefs.h"
22182 /* System header to define __stub macros and hopefully few prototypes,
22183 which can conflict with char $ac_func(); below. */
22184 #include <assert.h>
22185 /* Override any gcc2 internal prototype to avoid an error. */
22186 /* We use char because int might match the return type of a gcc2
22187 builtin and then its argument prototype would still apply. */
22192 /* The GNU C library defines this for functions which it implements
22193 to always fail with ENOSYS. Some functions are actually named
22194 something starting with __ and the normal name is an alias. */
22195 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22203 if { (eval echo configure
:22204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
22205 eval "ac_cv_func_$ac_func=yes"
22207 echo "configure: failed program was:" >&5
22208 cat conftest.
$ac_ext >&5
22210 eval "ac_cv_func_$ac_func=no"
22215 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
22216 echo "$ac_t""yes" 1>&6
22217 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
22218 cat >> confdefs.h
<<EOF
22219 #define $ac_tr_func 1
22223 echo "$ac_t""no" 1>&6
22227 for ac_func
in ceil
22229 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
22230 echo "configure:22231: checking for $ac_func" >&5
22231 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
22232 echo $ac_n "(cached) $ac_c" 1>&6
22234 cat > conftest.
$ac_ext <<EOF
22235 #line 22236 "configure"
22236 #include "confdefs.h"
22237 /* System header to define __stub macros and hopefully few prototypes,
22238 which can conflict with char $ac_func(); below. */
22239 #include <assert.h>
22240 /* Override any gcc2 internal prototype to avoid an error. */
22241 /* We use char because int might match the return type of a gcc2
22242 builtin and then its argument prototype would still apply. */
22247 /* The GNU C library defines this for functions which it implements
22248 to always fail with ENOSYS. Some functions are actually named
22249 something starting with __ and the normal name is an alias. */
22250 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22258 if { (eval echo configure
:22259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
22260 eval "ac_cv_func_$ac_func=yes"
22262 echo "configure: failed program was:" >&5
22263 cat conftest.
$ac_ext >&5
22265 eval "ac_cv_func_$ac_func=no"
22270 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
22271 echo "$ac_t""yes" 1>&6
22272 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
22273 cat >> confdefs.h
<<EOF
22274 #define $ac_tr_func 1
22278 echo "$ac_t""no" 1>&6
22282 echo $ac_n "checking if floating point functions link with -lm""... $ac_c" 1>&6
22283 echo "configure:22284: checking if floating point functions link with -lm" >&5
22284 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
22285 echo "$ac_t""yes" 1>&6
22287 echo "$ac_t""no" 1>&6
22288 # not sure we should warn the user, crash, etc.
22292 if test "$wxUSE_GUI" = "yes"; then
22294 LIBS
="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
22297 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs \
22298 drawing dynamic erase event exec font image \
22299 minimal propsize rotate shaped widgets"
22301 CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
22303 SAMPLES_SUBDIRS
="console"
22307 INCLUDES
="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} \
22308 -I\${top_srcdir}/include \
22309 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
22312 if test "$wxUSE_GTK" = 1; then
22315 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
22318 if test "$GXX" = yes ; then
22319 CXXWARNINGS
="-Wall"
22321 if test "$wxUSE_NO_DEPS" = "no" ; then
22322 CFLAGS
="-MMD $CFLAGS"
22323 CXXFLAGS
="-MMD $CXXFLAGS"
22327 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
22329 CPPFLAGS
=`echo $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
22330 CFLAGS
=`echo $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
22331 CXXFLAGS
=`echo $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
22332 LIBS
=`echo $LIBS | sed 's/ \+/ /g'`
22334 LDFLAGS
="$LDFLAGS $PROFILE"
22336 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
22438 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
22439 echo "configure:22440: checking whether ${MAKE-make} sets \${MAKE}" >&5
22440 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
22441 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
22442 echo $ac_n "(cached) $ac_c" 1>&6
22444 cat > conftestmake
<<\EOF
22446 @
echo 'ac_maketemp="${MAKE}"'
22448 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
22449 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
22450 if test -n "$ac_maketemp"; then
22451 eval ac_cv_prog_make_
${ac_make}_set
=yes
22453 eval ac_cv_prog_make_
${ac_make}_set
=no
22457 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
22458 echo "$ac_t""yes" 1>&6
22461 echo "$ac_t""no" 1>&6
22462 SET_MAKE
="MAKE=${MAKE-make}"
22466 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
22467 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
22472 wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS
22473 wx_cv_if_gnu_make
=$IF_GNU_MAKE
22474 wx_cv_path_ifs
=$PATH_IFS
22475 wx_cv_program_ext
=$PROGRAM_EXT
22476 wx_cv_target_library
=$WX_TARGET_LIBRARY
22477 wx_cv_target_library_gl
=$WX_TARGET_LIBRARY_GL
22478 wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE
22479 wx_cv_library_basename
=${WX_LIBRARY_BASENAME}
22480 wx_cv_release
=${WX_RELEASE}
22481 wx_cv_current
=${WX_CURRENT}
22482 wx_cv_revision
=${WX_REVISION}
22483 wx_cv_age
=${WX_AGE}
22484 wx_cv_use_gui
=${USE_GUI}
22485 wx_cv_use_resources
=${wxUSE_RESOURCES}
22486 export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \
22487 wx_cv_path_ifs wx_cv_program_ext \
22488 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype \
22489 wx_cv_library_basename wx_cv_release wx_cv_current wx_cv_revision wx_cv_age \
22490 wx_cv_use_gui wx_cv_use_resources
22492 subdirs
="demos samples utils contrib"
22496 cat > confcache
<<\EOF
22497 # This file is a shell script that caches the results of configure
22498 # tests run on this system so they can be shared between configure
22499 # scripts and configure runs. It is not useful on other systems.
22500 # If it contains results you don't want to keep, you may remove or edit it.
22502 # By default, configure uses ./config.cache as the cache file,
22503 # creating it if it does not exist already. You can give configure
22504 # the --cache-file=FILE option to use a different cache file; that is
22505 # what configure does when it calls configure scripts in
22506 # subdirectories, so they share the cache.
22507 # Giving --cache-file=/dev/null disables caching, for debugging configure.
22508 # config.status only pays attention to the cache file if you give it the
22509 # --recheck option to rerun configure.
22512 # The following way of writing the cache mishandles newlines in values,
22513 # but we know of no workaround that is simple, portable, and efficient.
22514 # So, don't put newlines in cache variables' values.
22515 # Ultrix sh set writes to stderr and can't be redirected directly,
22516 # and sets the high bit in the cache file unless we assign to the vars.
22518 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22520 # `set' does not quote correctly, so add quotes (double-quote substitution
22521 # turns \\\\ into \\, and sed turns \\ into \).
22523 -e "s/'/'\\\\''/g" \
22524 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
22527 # `set' quotes correctly as required by POSIX, so do not add quotes.
22528 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
22531 if cmp -s $cache_file confcache
; then
22534 if test -w $cache_file; then
22535 echo "updating cache $cache_file"
22536 cat confcache
> $cache_file
22538 echo "not updating unwritable cache $cache_file"
22543 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
22545 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
22546 # Let make expand exec_prefix.
22547 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
22549 # Any assignment to VPATH causes Sun make to only execute
22550 # the first set of double-colon rules, so remove it if not needed.
22551 # If there is a colon in the path, we need to keep it.
22552 if test "x$srcdir" = x.
; then
22553 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
22556 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
22558 DEFS
=-DHAVE_CONFIG_H
22560 # Without the "./", some shells look in PATH for config.status.
22561 : ${CONFIG_STATUS=./config.status}
22563 echo creating
$CONFIG_STATUS
22564 rm -f $CONFIG_STATUS
22565 cat > $CONFIG_STATUS <<EOF
22567 # Generated automatically by configure.
22568 # Run this file to recreate the current configuration.
22569 # This directory was configured as follows,
22570 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
22572 # $0 $ac_configure_args
22574 # Compiler output produced by configure, useful for debugging
22575 # configure, is in ./config.log if it exists.
22577 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
22580 case "\$ac_option" in
22581 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
22582 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
22583 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
22584 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
22585 echo "$CONFIG_STATUS generated by autoconf version 2.13"
22587 -help | --help | --hel | --he | --h)
22588 echo "\$ac_cs_usage"; exit 0 ;;
22589 *) echo "\$ac_cs_usage"; exit 1 ;;
22593 ac_given_srcdir=$srcdir
22594 ac_given_INSTALL="$INSTALL"
22596 trap 'rm -fr `echo "
22603 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
22605 cat >> $CONFIG_STATUS <<EOF
22607 # Protect against being on the right side of a sed subst in config.status.
22608 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
22609 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
22613 s%@CFLAGS@%$CFLAGS%g
22614 s%@CPPFLAGS@%$CPPFLAGS%g
22615 s%@CXXFLAGS@%$CXXFLAGS%g
22616 s%@FFLAGS@%$FFLAGS%g
22618 s%@LDFLAGS@%$LDFLAGS%g
22620 s%@exec_prefix@%$exec_prefix%g
22621 s%@prefix@%$prefix%g
22622 s%@program_transform_name@%$program_transform_name%g
22623 s%@bindir@%$bindir%g
22624 s%@sbindir@%$sbindir%g
22625 s%@libexecdir@%$libexecdir%g
22626 s%@datadir@%$datadir%g
22627 s%@sysconfdir@%$sysconfdir%g
22628 s%@sharedstatedir@%$sharedstatedir%g
22629 s%@localstatedir@%$localstatedir%g
22630 s%@libdir@%$libdir%g
22631 s%@includedir@%$includedir%g
22632 s%@oldincludedir@%$oldincludedir%g
22633 s%@infodir@%$infodir%g
22634 s%@mandir@%$mandir%g
22636 s%@host_alias@%$host_alias%g
22637 s%@host_cpu@%$host_cpu%g
22638 s%@host_vendor@%$host_vendor%g
22639 s%@host_os@%$host_os%g
22640 s%@target@%$target%g
22641 s%@target_alias@%$target_alias%g
22642 s%@target_cpu@%$target_cpu%g
22643 s%@target_vendor@%$target_vendor%g
22644 s%@target_os@%$target_os%g
22646 s%@build_alias@%$build_alias%g
22647 s%@build_cpu@%$build_cpu%g
22648 s%@build_vendor@%$build_vendor%g
22649 s%@build_os@%$build_os%g
22653 s%@RANLIB@%$RANLIB%g
22655 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
22656 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
22657 s%@INSTALL_DATA@%$INSTALL_DATA%g
22659 s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g
22662 s%@LEXLIB@%$LEXLIB%g
22664 s%@CXXCPP@%$CXXCPP%g
22665 s%@PKG_CONFIG@%$PKG_CONFIG%g
22666 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
22667 s%@GTK_LIBS@%$GTK_LIBS%g
22668 s%@GTK_CONFIG@%$GTK_CONFIG%g
22669 s%@PANGOFT2_CFLAGS@%$PANGOFT2_CFLAGS%g
22670 s%@PANGOFT2_LIBS@%$PANGOFT2_LIBS%g
22671 s%@X_CFLAGS@%$X_CFLAGS%g
22672 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
22673 s%@X_LIBS@%$X_LIBS%g
22674 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
22675 s%@PANGOX_CFLAGS@%$PANGOX_CFLAGS%g
22676 s%@PANGOX_LIBS@%$PANGOX_LIBS%g
22677 s%@PANGOXFT_CFLAGS@%$PANGOXFT_CFLAGS%g
22678 s%@PANGOXFT_LIBS@%$PANGOXFT_LIBS%g
22679 s%@AIX_CXX_LD@%$AIX_CXX_LD%g
22680 s%@RESCOMP@%$RESCOMP%g
22682 s%@SETFILE@%$SETFILE%g
22683 s%@LIBICONV@%$LIBICONV%g
22684 s%@LEX_STEM@%$LEX_STEM%g
22685 s%@PATH_IFS@%$PATH_IFS%g
22686 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
22687 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
22688 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
22689 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
22690 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
22691 s%@WX_LIBRARY_BASENAME@%$WX_LIBRARY_BASENAME%g
22692 s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
22693 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
22694 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
22695 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
22696 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
22697 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
22698 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
22699 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
22700 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
22701 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
22702 s%@WX_ALL@%$WX_ALL%g
22703 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
22704 s%@SHARED_LD@%$SHARED_LD%g
22705 s%@PIC_FLAG@%$PIC_FLAG%g
22706 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
22707 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
22708 s%@SONAME_FLAGS@%$SONAME_FLAGS%g
22709 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
22710 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
22711 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
22712 s%@STATIC_FLAG@%$STATIC_FLAG%g
22713 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
22714 s%@USE_GUI@%$USE_GUI%g
22715 s%@AFMINSTALL@%$AFMINSTALL%g
22716 s%@WIN32INSTALL@%$WIN32INSTALL%g
22717 s%@TOOLKIT@%$TOOLKIT%g
22718 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
22719 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
22720 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
22721 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
22722 s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g
22723 s%@top_builddir@%$top_builddir%g
22724 s%@cross_compiling@%$cross_compiling%g
22725 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
22726 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
22727 s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g
22728 s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g
22729 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
22730 s%@WXCONFIG_RPATH@%$WXCONFIG_RPATH%g
22731 s%@WX_LARGEFILE_FLAGS@%$WX_LARGEFILE_FLAGS%g
22732 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
22733 s%@ALL_HEADERS@%$ALL_HEADERS%g
22734 s%@ALL_SOURCES@%$ALL_SOURCES%g
22735 s%@GUIDIST@%$GUIDIST%g
22736 s%@PORT_FILES@%$PORT_FILES%g
22737 s%@DISTDIR@%$DISTDIR%g
22738 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
22739 s%@LDFLAGS_GL@%$LDFLAGS_GL%g
22740 s%@LDFLAGS_VERSIONING@%$LDFLAGS_VERSIONING%g
22741 s%@LDFLAGS_EXE@%$LDFLAGS_EXE%g
22742 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
22743 s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g
22744 s%@EXTRADEFS@%$EXTRADEFS%g
22745 s%@WX_VERSION_TAG@%$WX_VERSION_TAG%g
22746 s%@RESFLAGS@%$RESFLAGS%g
22747 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
22748 s%@WX_RESOURCES_MACOSX_ASCII@%$WX_RESOURCES_MACOSX_ASCII%g
22749 s%@WX_RESOURCES_MACOSX_DATA@%$WX_RESOURCES_MACOSX_DATA%g
22750 s%@MACOSX_BUNDLE@%$MACOSX_BUNDLE%g
22751 s%@LIBWXMACRES@%$LIBWXMACRES%g
22752 s%@MACRESCOMP@%$MACRESCOMP%g
22753 s%@MACSETFILE@%$MACSETFILE%g
22754 s%@MACRESWXCONFIG@%$MACRESWXCONFIG%g
22756 s%@DLLTOOL@%$DLLTOOL%g
22760 s%@MAKEINFO@%$MAKEINFO%g
22761 s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g
22762 s%@INSTALL_DIR@%$INSTALL_DIR%g
22763 s%@SET_MAKE@%$SET_MAKE%g
22764 s%@subdirs@%$subdirs%g
22769 cat >> $CONFIG_STATUS <<\EOF
22771 # Split the substitutions into bite-sized pieces for seds with
22772 # small command number limits, like on Digital OSF/1 and HP-UX.
22773 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
22774 ac_file
=1 # Number of current file.
22775 ac_beg
=1 # First line for current file.
22776 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
22779 while $ac_more_lines; do
22780 if test $ac_beg -gt 1; then
22781 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
22783 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
22785 if test ! -s conftest.s
$ac_file; then
22786 ac_more_lines
=false
22787 rm -f conftest.s
$ac_file
22789 if test -z "$ac_sed_cmds"; then
22790 ac_sed_cmds
="sed -f conftest.s$ac_file"
22792 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
22794 ac_file
=`expr $ac_file + 1`
22796 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
22799 if test -z "$ac_sed_cmds"; then
22804 cat >> $CONFIG_STATUS <<EOF
22806 CONFIG_FILES=\${CONFIG_FILES-"wx-config
22814 cat >> $CONFIG_STATUS <<\EOF
22815 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
22816 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22818 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
22819 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
22820 *) ac_file_in
="${ac_file}.in" ;;
22823 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
22825 # Remove last slash and all that follows it. Not all systems have dirname.
22826 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
22827 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
22828 # The file is in a subdirectory.
22829 test ! -d "$ac_dir" && mkdir "$ac_dir"
22830 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
22831 # A "../" for each directory in $ac_dir_suffix.
22832 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
22834 ac_dir_suffix
= ac_dots
=
22837 case "$ac_given_srcdir" in
22839 if test -z "$ac_dots"; then top_srcdir
=.
22840 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
22841 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
22842 *) # Relative path.
22843 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
22844 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
22847 case "$ac_given_INSTALL" in
22848 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
22849 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
22852 echo creating
"$ac_file"
22854 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
22856 *Makefile
*) ac_comsub
="1i\\
22857 # $configure_input" ;;
22861 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
22863 s%@configure_input@%$configure_input%g
22864 s%@srcdir@%$srcdir%g
22865 s%@top_srcdir@%$top_srcdir%g
22866 s%@INSTALL@%$INSTALL%g
22867 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
22871 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
22872 # NAME is the cpp macro being defined and VALUE is the value it is being given.
22874 # ac_d sets the value in "#define NAME VALUE" lines.
22875 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
22876 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
22879 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
22880 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
22881 ac_uB
='\([ ]\)%\1#\2define\3'
22884 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
22885 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
22886 ac_eB
='$%\1#\2define\3'
22890 if test "${CONFIG_HEADERS+set}" != set; then
22892 cat >> $CONFIG_STATUS <<EOF
22893 CONFIG_HEADERS="setup.h:setup.h.in"
22895 cat >> $CONFIG_STATUS <<\EOF
22897 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
22898 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22900 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
22901 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
22902 *) ac_file_in
="${ac_file}.in" ;;
22905 echo creating
$ac_file
22907 rm -f conftest.frag conftest.
in conftest.out
22908 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
22909 cat $ac_file_inputs > conftest.
in
22913 # Transform confdefs.h into a sed script conftest.vals that substitutes
22914 # the proper values into config.h.in to produce config.h. And first:
22915 # Protect against being on the right side of a sed subst in config.status.
22916 # Protect against being in an unquoted here document in config.status.
22917 rm -f conftest.vals
22918 cat > conftest.hdr
<<\EOF
22921 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
22925 sed -n -f conftest.hdr confdefs.h > conftest.vals
22928 # This sed command replaces #undef with comments. This is necessary, for
22929 # example, in the case of _POSIX_SOURCE, which is predefined and required
22930 # on some systems where configure will not decide to define it.
22931 cat >> conftest.vals <<\EOF
22932 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
22935 # Break up conftest.vals because some shells have a limit on
22936 # the size of here documents, and old seds have small limits too.
22938 rm -f conftest.tail
22941 ac_lines=`grep -c . conftest.vals
`
22942 # grep -c gives empty output for an empty file on some AIX systems.
22943 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
22944 # Write a limited-size here document to conftest.frag.
22945 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
22946 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
22948 sed -f conftest.frag conftest.in > conftest.out
22950 mv conftest.out conftest.in
22951 ' >> $CONFIG_STATUS
22952 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
22953 rm -f conftest.vals
22954 mv conftest.tail conftest.vals
22956 rm -f conftest.vals
22958 cat >> $CONFIG_STATUS <<\EOF
22959 rm -f conftest.frag conftest.h
22960 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
22961 cat conftest.in >> conftest.h
22963 if cmp -s $ac_file conftest.h 2>/dev/null; then
22964 echo "$ac_file is unchanged"
22967 # Remove last slash and all that follows it. Not all systems have dirname.
22968 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
22969 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
22970 # The file is in a subdirectory.
22971 test ! -d "$ac_dir" && mkdir "$ac_dir"
22974 mv conftest.h $ac_file
22979 cat >> $CONFIG_STATUS <<EOF
22981 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
22986 cat >> $CONFIG_STATUS <<\EOF
22988 if test ! -h wx-config; then
22990 mv wx-config wx${TOOLCHAIN_NAME}-config
22991 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
22994 if test ! -d lib; then
22997 if test ! -d lib/wx; then
23000 if test ! -d lib/wx/include; then
23001 mkdir lib/wx/include
23003 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
23004 mkdir lib/wx/include/${TOOLCHAIN_NAME}
23006 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
23007 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
23009 if test -f setup.h; then
23010 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
23015 chmod +x $CONFIG_STATUS
23016 rm -fr confdefs* $ac_clean_files
23017 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
23019 if test "$no_recursion" != yes; then
23021 # Remove --cache-file and --srcdir arguments so they do not pile up.
23022 ac_sub_configure_args=
23024 for ac_arg in $ac_configure_args; do
23025 if test -n "$ac_prev"; then
23030 -cache-file | --cache-file | --cache-fil | --cache-fi \
23031 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
23032 ac_prev=cache_file ;;
23033 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
23034 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
23036 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
23038 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
23040 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
23044 for ac_config_dir in demos samples utils contrib; do
23046 # Do not complain, so a configure script can configure whichever
23047 # parts of a large source tree are present.
23048 if test ! -d $srcdir/$ac_config_dir; then
23052 echo configuring in $ac_config_dir
23057 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
23059 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
23067 # A "../" for each directory in /$ac_config_dir.
23068 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
23071 .) # No --srcdir option. We are building in place.
23072 ac_sub_srcdir=$srcdir ;;
23073 /*) # Absolute path.
23074 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
23075 *) # Relative path.
23076 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
23079 # Check for guested configure; otherwise get Cygnus style configure.
23080 if test -f $ac_sub_srcdir/configure; then
23081 ac_sub_configure=$ac_sub_srcdir/configure
23082 elif test -f $ac_sub_srcdir/configure.in; then
23083 ac_sub_configure=$ac_configure
23085 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
23089 # The recursion is here.
23090 if test -n "$ac_sub_configure"; then
23092 # Make the cache file name correct relative to the subdirectory.
23093 case "$cache_file" in
23094 /*) ac_sub_cache_file=$cache_file ;;
23095 *) # Relative path.
23096 ac_sub_cache_file="$ac_dots$cache_file" ;;
23098 case "$ac_given_INSTALL" in
23099 [/$]*) INSTALL="$ac_given_INSTALL" ;;
23100 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
23103 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
23104 # The eval makes quoting arguments work.
23105 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
23108 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
23118 echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
23120 echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
23122 echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
23123 echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
23124 echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
23126 echo " What level of wxWindows compatibility should be enabled?"
23127 echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
23128 echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
23129 echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
23131 echo " Which libraries should wxWindows use?"
23132 echo " jpeg ${wxUSE_LIBJPEG-none}"
23133 echo " png ${wxUSE_LIBPNG-none}"
23134 echo " regex ${wxUSE_REGEX}"
23135 echo " tiff ${wxUSE_LIBTIFF-none}"
23136 echo " zlib ${wxUSE_ZLIB}"