3 # From configure.in Id: configure.in
59 # Configure paths for GTK+
60 # Owen Taylor 1997-2001
69 # Configure paths for GTK+
74 # Guess values for system-dependent variables and create Makefiles.
75 # Generated automatically using autoconf version 2.13
76 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
78 # This configure script is free software; the Free Software Foundation
79 # gives unlimited permission to copy, distribute and modify it.
83 ac_default_prefix
=/usr
/local
84 # Any additions from configure.in:
86 --enable-gui use GUI classes"
88 --enable-universal use wxWindows GUI controls instead of native ones"
92 --with-motif use Motif/Lesstif"
94 --with-mac use Mac OS X"
98 --with-msw use MS-Windows"
100 --with-pm use OS/2 Presentation Manager"
102 --with-mgl use SciTech MGL"
104 --with-microwin use MicroWindows"
108 --enable-nanox use NanoX"
110 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)"
112 --with-libpng use libpng (PNG image format)"
114 --with-libjpeg use libjpeg (JPEG file format)"
116 --with-libtiff use libtiff (TIFF file format)"
118 --with-opengl use OpenGL (or Mesa)"
120 --with-dmalloc use dmalloc library (http://dmalloc.com/)"
122 --with-regex enable support for wxRegEx class"
124 --with-zlib use zlib for LZW compression"
126 --with-odbc use the IODBC and wxODBC classes"
128 --enable-shared create shared library code"
130 --enable-soname set the DT_SONAME field in ELF shared libraries"
132 --enable-optimise create optimised code"
134 --enable-debug same as debug_flag and debug_info"
136 --enable-precomp enable use of precompiled headers (Mac OS X)"
138 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)"
140 --enable-debug_info create code with debugging information"
142 --enable-debug_gdb create code with extra GDB debugging information"
144 --enable-debug_cntxt use wxDebugContext"
146 --enable-mem_tracing create code with memory tracing"
148 --enable-profile create code with profiling information"
150 --enable-no_rtti create code without RTTI information"
152 --enable-no_exceptions create code without C++ exceptions handling"
154 --enable-permissive compile code disregarding strict ANSI"
156 --enable-no_deps create code without dependency information"
158 --enable-compat20 enable wxWindows 2.0 compatibility"
160 --disable-compat22 disable wxWindows 2.2 compatibility"
162 --enable-rpath=DIR output the rpath flag from wx-config"
164 --enable-intl use internationalization system"
166 --enable-config use wxConfig (and derived) classes"
168 --enable-protocols use wxProtocol and derived classes"
170 --enable-ftp use wxFTP (requires wxProtocol"
172 --enable-http use wxHTTP (requires wxProtocol"
174 --enable-fileproto use wxFileProto class (requires wxProtocol"
176 --enable-sockets use socket/network classes"
178 --enable-ipc use interprocess communication (wxSocket etc.)"
180 --enable-cmdline use wxCmdLineParser class"
182 --enable-datetime use wxDateTime class"
184 --enable-timedate use obsolete wxDate/wxTime classes"
186 --enable-stopwatch use wxStopWatch class"
188 --enable-dialupman use dialup network classes"
190 --enable-apple_ieee use the Apple IEEE codec"
192 --enable-timer use wxTimer class"
194 --enable-wave use wxWave class"
196 --enable-fraction use wxFraction class"
198 --enable-dynlib use wxLibrary class for DLL loading"
200 --enable-dynamicloader use (new) wxDynamicLibrary class"
202 --enable-longlong use wxLongLong class"
204 --enable-geometry use geometry class"
206 --enable-log use logging system"
208 --enable-streams use wxStream etc classes"
210 --enable-file use wxFile classes"
212 --enable-ffile use wxFFile classes"
214 --enable-textbuf use wxTextBuffer class"
216 --enable-textfile use wxTextFile class"
218 --enable-fontmap use font encodings conversion classes"
220 --enable-unicode compile wxString with Unicode support"
222 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)"
224 --enable-wxprintfv use wxWindows implementation of vprintf()"
226 --enable-std_iostreams use standard C++ stream classes"
228 --enable-filesystem use virtual file systems classes"
230 --enable-fs_inet use virtual HTTP/FTP filesystems"
232 --enable-fs_zip use virtual ZIP filesystems"
234 --enable-zipstream use wxZipInputStream"
236 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException"
238 --enable-snglinst use wxSingleInstanceChecker class"
240 --enable-mimetype use wxMimeTypesManager"
242 --enable-sysoptions use wxSystemOptions"
244 --enable-url use wxURL class"
246 --enable-protocol use wxProtocol class"
248 --enable-protocol-http HTTP support in wxProtocol"
250 --enable-protocol-ftp FTP support in wxProtocol"
252 --enable-protocol-file FILE support in wxProtocol"
254 --enable-threads use threads"
256 --enable-docview use document view architecture"
258 --enable-help use help subsystem"
260 --enable-mshtmlhelp use MS HTML Help (win32)"
262 --enable-html use wxHTML sub-library"
264 --enable-htmlhelp use wxHTML-based help"
266 --enable-constraints use layout-constraints system"
268 --enable-printarch use printing architecture"
270 --enable-mdi use multiple document interface architecture"
272 --enable-loggui use standard GUI logger"
274 --enable-logwin use wxLogWindow"
276 --enable-logdialog use wxLogDialog"
278 --enable-postscript use wxPostscriptDC device context (default for gtk+)"
280 --enable-prologio use Prolog IO library"
282 --enable-resources use wxWindows resources"
284 --enable-xresources use X resources for save (default for gtk+)"
286 --enable-clipboard use wxClipboard classes"
288 --enable-dnd use Drag'n'Drop classes"
290 --enable-metafile use win32 metafiles"
292 --enable-treelayout use wxTreeLayout classes"
294 --enable-controls use all usual controls"
296 --enable-accel use accelerators"
298 --enable-button use wxButton class"
300 --enable-bmpbutton use wxBitmapButton class"
302 --enable-calendar use wxCalendarCtrl class"
304 --enable-caret use wxCaret class"
306 --enable-checkbox use wxCheckBox class"
308 --enable-checklst use wxCheckListBox (listbox with checkboxes) class"
310 --enable-choice use wxChoice class"
312 --enable-combobox use wxComboBox classes"
314 --enable-gauge use wxGauge class"
316 --enable-grid use wxGrid class"
318 --enable-newgrid use new wxGrid class"
320 --enable-imaglist use wxImageList class"
322 --enable-listbox use wxListBox class"
324 --enable-listctrl use wxListCtrl class"
326 --enable-notebook use wxNotebook class"
328 --enable-propsheet use wxPropertySheet class"
330 --enable-radiobox use wxRadioBox class"
332 --enable-radiobtn use wxRadioButton class"
334 --enable-sash use wxSashWindow class"
336 --enable-scrollbar use wxScrollBar class and scrollable windows"
338 --enable-slider use wxSlider class"
340 --enable-spinbtn use wxSpinButton class"
342 --enable-spinctrl use wxSpinCtrl class"
344 --enable-splitter use wxSplitterWindow class"
346 --enable-statbmp use wxStaticBitmap class"
348 --enable-statbox use wxStaticBox class"
350 --enable-statline use wxStaticLine class"
352 --enable-stattext use wxStaticText class"
354 --enable-statusbar use wxStatusBar class"
356 --enable-tabdialog use wxTabControl class"
358 --enable-textctrl use wxTextCtrl class"
360 --enable-togglebtn use wxToggleButton class"
362 --enable-toolbar use wxToolBar class"
364 --enable-tbarnative use native wxToolBar class"
366 --enable-tbarsmpl use wxToolBarSimple class"
368 --enable-treectrl use wxTreeCtrl class"
370 --enable-tipwindow use wxTipWindow class"
372 --enable-popupwin use wxPopUpWindow class"
374 --enable-commondlg use all common dialogs"
376 --enable-choicedlg use wxChoiceDialog"
378 --enable-coldlg use wxColourDialog"
380 --enable-filedlg use wxFileDialog"
382 --enable-finddlg use wxFindReplaceDialog"
384 --enable-fontdlg use wxFontDialog"
386 --enable-dirdlg use wxDirDialog"
388 --enable-msgdlg use wxMessageDialog"
390 --enable-numberdlg use wxNumberEntryDialog"
392 --enable-splash use wxSplashScreen"
394 --enable-textdlg use wxTextDialog"
396 --enable-tipdlg use startup tips"
398 --enable-progressdlg use wxProgressDialog"
400 --enable-wizarddlg use wxWizard"
402 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes"
404 --enable-miniframe use wxMiniFrame class"
406 --enable-tooltips use wxToolTip class"
408 --enable-splines use spline drawing code"
410 --enable-validators use wxValidator and derived classes"
412 --enable-busyinfo use wxBusyInfo"
414 --enable-joystick use wxJoystick (Linux only)"
416 --enable-metafiles use wxMetaFile (Windows only)"
418 --enable-dragimage use wxDragImage"
420 --enable-palette use wxPalette class"
422 --enable-image use wxImage class"
424 --enable-gif use gif images (GIF file format)"
426 --enable-pcx use pcx images (PCX file format)"
428 --enable-iff use iff images (IFF file format)"
430 --enable-pnm use pnm images (PNM file format)"
432 --enable-xpm use xpm images (XPM file format)"
434 --enable-icocur use Windows ICO and CUR formats"
436 --disable-largefile omit support for large files"
438 --disable-gtktest do not try to compile and run a test GTK+ program"
440 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
442 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
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-x use the X Window System"
454 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
456 # Initialize some variables set by options.
457 # The variables have the same names as the options, with
458 # dashes changed to underlines.
460 cache_file
=.
/config.cache
469 program_transform_name
=s
,x
,x
,
477 bindir
='${exec_prefix}/bin'
478 sbindir
='${exec_prefix}/sbin'
479 libexecdir
='${exec_prefix}/libexec'
480 datadir
='${prefix}/share'
481 sysconfdir
='${prefix}/etc'
482 sharedstatedir
='${prefix}/com'
483 localstatedir
='${prefix}/var'
484 libdir
='${exec_prefix}/lib'
485 includedir
='${prefix}/include'
486 oldincludedir
='/usr/include'
487 infodir
='${prefix}/info'
488 mandir
='${prefix}/man'
490 # Initialize some other variables.
493 SHELL
=${CONFIG_SHELL-/bin/sh}
494 # Maximum number of lines to put in a shell here document.
501 # If the previous option needs an argument, assign it.
502 if test -n "$ac_prev"; then
503 eval "$ac_prev=\$ac_option"
509 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
513 # Accept the important Cygnus configure options, so we can diagnose typos.
517 -bindir | --bindir | --bindi | --bind | --bin | --bi)
519 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
520 bindir
="$ac_optarg" ;;
522 -build | --build | --buil | --bui | --bu)
524 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
525 build
="$ac_optarg" ;;
527 -cache-file | --cache-file | --cache-fil | --cache-fi \
528 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
529 ac_prev
=cache_file
;;
530 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
531 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
532 cache_file
="$ac_optarg" ;;
534 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
536 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
538 datadir
="$ac_optarg" ;;
540 -disable-* | --disable-*)
541 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
542 # Reject names that are not valid shell variable names.
543 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
544 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
546 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
547 eval "enable_${ac_feature}=no" ;;
549 -enable-* | --enable-*)
550 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
551 # Reject names that are not valid shell variable names.
552 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
553 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
555 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
560 eval "enable_${ac_feature}='$ac_optarg'" ;;
562 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
563 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
564 | --exec | --exe | --ex)
565 ac_prev
=exec_prefix
;;
566 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
567 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
568 | --exec=* | --exe=* | --ex=*)
569 exec_prefix
="$ac_optarg" ;;
571 -gas | --gas | --ga | --g)
572 # Obsolete; use --with-gas.
575 -help | --help | --hel | --he)
576 # Omit some internal or obsolete options to make the list less imposing.
577 # This message is too long to be a string in the A/UX 3.1 sh.
579 Usage: configure [options] [host]
580 Options: [defaults in brackets after descriptions]
582 --cache-file=FILE cache test results in FILE
583 --help print this message
584 --no-create do not create output files
585 --quiet, --silent do not print \`checking...' messages
586 --version print the version of autoconf that created configure
587 Directory and file names:
588 --prefix=PREFIX install architecture-independent files in PREFIX
590 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
592 --bindir=DIR user executables in DIR [EPREFIX/bin]
593 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
594 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
595 --datadir=DIR read-only architecture-independent data in DIR
597 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
598 --sharedstatedir=DIR modifiable architecture-independent data in DIR
600 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
601 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
602 --includedir=DIR C header files in DIR [PREFIX/include]
603 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
604 --infodir=DIR info documentation in DIR [PREFIX/info]
605 --mandir=DIR man documentation in DIR [PREFIX/man]
606 --srcdir=DIR find the sources in DIR [configure dir or ..]
607 --program-prefix=PREFIX prepend PREFIX to installed program names
608 --program-suffix=SUFFIX append SUFFIX to installed program names
609 --program-transform-name=PROGRAM
610 run sed PROGRAM on installed program names
614 --build=BUILD configure for building on BUILD [BUILD=HOST]
615 --host=HOST configure for HOST [guessed]
616 --target=TARGET configure for TARGET [TARGET=HOST]
617 Features and packages:
618 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
619 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
620 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
621 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
622 --x-includes=DIR X include files are in DIR
623 --x-libraries=DIR X library files are in DIR
625 if test -n "$ac_help"; then
626 echo "--enable and --with options recognized:$ac_help"
630 -host | --host | --hos | --ho)
632 -host=* | --host=* | --hos=* | --ho=*)
635 -includedir | --includedir | --includedi | --included | --include \
636 | --includ | --inclu | --incl | --inc)
637 ac_prev
=includedir
;;
638 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
639 | --includ=* | --inclu=* | --incl=* | --inc=*)
640 includedir
="$ac_optarg" ;;
642 -infodir | --infodir | --infodi | --infod | --info | --inf)
644 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
645 infodir
="$ac_optarg" ;;
647 -libdir | --libdir | --libdi | --libd)
649 -libdir=* | --libdir=* | --libdi=* | --libd=*)
650 libdir
="$ac_optarg" ;;
652 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
653 | --libexe | --libex | --libe)
654 ac_prev
=libexecdir
;;
655 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
656 | --libexe=* | --libex=* | --libe=*)
657 libexecdir
="$ac_optarg" ;;
659 -localstatedir | --localstatedir | --localstatedi | --localstated \
660 | --localstate | --localstat | --localsta | --localst \
661 | --locals | --local | --loca | --loc | --lo)
662 ac_prev
=localstatedir
;;
663 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
664 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
665 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
666 localstatedir
="$ac_optarg" ;;
668 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
670 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
671 mandir
="$ac_optarg" ;;
674 # Obsolete; use --without-fp.
677 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
681 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
682 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
685 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
686 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
687 | --oldin | --oldi | --old | --ol | --o)
688 ac_prev
=oldincludedir
;;
689 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
690 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
691 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
692 oldincludedir
="$ac_optarg" ;;
694 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
696 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
697 prefix
="$ac_optarg" ;;
699 -program-prefix | --program-prefix | --program-prefi | --program-pref \
700 | --program-pre | --program-pr | --program-p)
701 ac_prev
=program_prefix
;;
702 -program-prefix=* | --program-prefix=* | --program-prefi=* \
703 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
704 program_prefix
="$ac_optarg" ;;
706 -program-suffix | --program-suffix | --program-suffi | --program-suff \
707 | --program-suf | --program-su | --program-s)
708 ac_prev
=program_suffix
;;
709 -program-suffix=* | --program-suffix=* | --program-suffi=* \
710 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
711 program_suffix
="$ac_optarg" ;;
713 -program-transform-name | --program-transform-name \
714 | --program-transform-nam | --program-transform-na \
715 | --program-transform-n | --program-transform- \
716 | --program-transform | --program-transfor \
717 | --program-transfo | --program-transf \
718 | --program-trans | --program-tran \
719 | --progr-tra | --program-tr | --program-t)
720 ac_prev
=program_transform_name
;;
721 -program-transform-name=* | --program-transform-name=* \
722 | --program-transform-nam=* | --program-transform-na=* \
723 | --program-transform-n=* | --program-transform-=* \
724 | --program-transform=* | --program-transfor=* \
725 | --program-transfo=* | --program-transf=* \
726 | --program-trans=* | --program-tran=* \
727 | --progr-tra=* | --program-tr=* | --program-t=*)
728 program_transform_name
="$ac_optarg" ;;
730 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
731 | -silent | --silent | --silen | --sile | --sil)
734 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
736 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
738 sbindir
="$ac_optarg" ;;
740 -sharedstatedir | --sharedstatedir | --sharedstatedi \
741 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
742 | --sharedst | --shareds | --shared | --share | --shar \
744 ac_prev
=sharedstatedir
;;
745 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
746 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
747 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
749 sharedstatedir
="$ac_optarg" ;;
751 -site | --site | --sit)
753 -site=* | --site=* | --sit=*)
756 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
758 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
759 srcdir
="$ac_optarg" ;;
761 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
762 | --syscon | --sysco | --sysc | --sys | --sy)
763 ac_prev
=sysconfdir
;;
764 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
765 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
766 sysconfdir
="$ac_optarg" ;;
768 -target | --target | --targe | --targ | --tar | --ta | --t)
770 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
771 target
="$ac_optarg" ;;
773 -v | -verbose | --verbose | --verbos | --verbo | --verb)
776 -version | --version | --versio | --versi | --vers)
777 echo "configure generated by autoconf version 2.13"
781 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
782 # Reject names that are not valid shell variable names.
783 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
784 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
786 ac_package
=`echo $ac_package| sed 's/-/_/g'`
791 eval "with_${ac_package}='$ac_optarg'" ;;
793 -without-* | --without-*)
794 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
795 # Reject names that are not valid shell variable names.
796 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
797 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
799 ac_package
=`echo $ac_package| sed 's/-/_/g'`
800 eval "with_${ac_package}=no" ;;
803 # Obsolete; use --with-x.
806 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
807 | --x-incl | --x-inc | --x-in | --x-i)
808 ac_prev
=x_includes
;;
809 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
810 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
811 x_includes
="$ac_optarg" ;;
813 -x-libraries | --x-libraries | --x-librarie | --x-librari \
814 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
815 ac_prev
=x_libraries
;;
816 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
817 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
818 x_libraries
="$ac_optarg" ;;
820 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
824 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
825 echo "configure: warning: $ac_option: invalid host type" 1>&2
827 if test "x$nonopt" != xNONE
; then
828 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
836 if test -n "$ac_prev"; then
837 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
840 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
842 # File descriptor usage:
845 # 2 errors and warnings
846 # 3 some systems may open it to /dev/tty
847 # 4 used on the Kubota Titan
848 # 6 checking for... messages and results
849 # 5 compiler messages saved in config.log
850 if test "$silent" = yes; then
858 This file contains any messages produced by compilers while
859 running configure, to aid debugging if configure makes a mistake.
862 # Strip out --no-create and --no-recursion so they do not pile up.
863 # Also quote any args containing shell metacharacters.
868 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
869 | --no-cr | --no-c) ;;
870 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
871 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
872 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
873 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
874 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
879 # Only set these to C if already set. These must not be set unconditionally
880 # because not all systems understand e.g. LANG=C (notably SCO).
881 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
882 # Non-C LC_CTYPE values break the ctype check.
883 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
884 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
885 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
886 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
888 # confdefs.h avoids OS command line length limits that DEFS can exceed.
889 rm -rf conftest
* confdefs.h
890 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
893 # A filename unique to this package, relative to the directory that
894 # configure is in, which we can look for to find out if srcdir is correct.
895 ac_unique_file
=wx
-config.
in
897 # Find the source files, if location was not specified.
898 if test -z "$srcdir"; then
899 ac_srcdir_defaulted
=yes
900 # Try the directory containing this script, then its parent.
902 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
903 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
905 if test ! -r $srcdir/$ac_unique_file; then
909 ac_srcdir_defaulted
=no
911 if test ! -r $srcdir/$ac_unique_file; then
912 if test "$ac_srcdir_defaulted" = yes; then
913 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
915 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
918 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
920 # Prefer explicitly selected file to automatically selected ones.
921 if test -z "$CONFIG_SITE"; then
922 if test "x$prefix" != xNONE
; then
923 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
925 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
928 for ac_site_file
in $CONFIG_SITE; do
929 if test -r "$ac_site_file"; then
930 echo "loading site script $ac_site_file"
935 if test -r "$cache_file"; then
936 echo "loading cache $cache_file"
939 echo "creating cache $cache_file"
944 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
945 ac_cpp
='$CPP $CPPFLAGS'
946 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
947 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
948 cross_compiling
=$ac_cv_prog_cc_cross
952 if (echo "testing\c"; echo 1,2,3) | grep c
>/dev
/null
; then
953 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
954 if (echo -n testing
; echo 1,2,3) | sed s
/-n/xn
/ | grep xn
>/dev
/null
; then
961 ac_n
= ac_c
='\c' ac_t
=
967 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
968 if test -f $ac_dir/install-sh; then
970 ac_install_sh
="$ac_aux_dir/install-sh -c"
972 elif test -f $ac_dir/install.sh
; then
974 ac_install_sh
="$ac_aux_dir/install.sh -c"
978 if test -z "$ac_aux_dir"; then
979 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
981 ac_config_guess
=$ac_aux_dir/config.guess
982 ac_config_sub
=$ac_aux_dir/config.sub
983 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
986 # Do some error checking and defaulting for the host and target type.
988 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
991 # 1. You are not allowed to specify --host, --target, and nonopt at the
993 # 2. Host defaults to nonopt.
994 # 3. If nonopt is not specified, then host defaults to the current host,
995 # as determined by config.guess.
996 # 4. Target and build default to nonopt.
997 # 5. If nonopt is not specified, then target and build default to host.
999 # The aliases save the names the user supplied, while $host etc.
1000 # will get canonicalized.
1001 case $host---$target---$nonopt in
1002 NONE
---*---* | *---NONE---* | *---*---NONE) ;;
1003 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
1007 # Make sure we can run config.sub.
1008 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
1009 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1012 echo $ac_n "checking host system type""... $ac_c" 1>&6
1013 echo "configure:1014: checking host system type" >&5
1016 case "$host_alias" in
1020 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1021 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1023 *) host_alias
=$nonopt ;;
1027 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1028 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1029 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1030 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1031 echo "$ac_t""$host" 1>&6
1033 echo $ac_n "checking target system type""... $ac_c" 1>&6
1034 echo "configure:1035: checking target system type" >&5
1036 target_alias
=$target
1037 case "$target_alias" in
1040 NONE
) target_alias
=$host_alias ;;
1041 *) target_alias
=$nonopt ;;
1045 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1046 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1047 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1048 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1049 echo "$ac_t""$target" 1>&6
1051 echo $ac_n "checking build system type""... $ac_c" 1>&6
1052 echo "configure:1053: checking build system type" >&5
1055 case "$build_alias" in
1058 NONE
) build_alias
=$host_alias ;;
1059 *) build_alias
=$nonopt ;;
1063 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1064 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1065 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1066 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1067 echo "$ac_t""$build" 1>&6
1069 test "$host_alias" != "$target_alias" &&
1070 test "$program_prefix$program_suffix$program_transform_name" = \
1072 program_prefix
=${target_alias}-
1076 WX_MAJOR_VERSION_NUMBER
=2
1077 WX_MINOR_VERSION_NUMBER
=3
1080 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
1081 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1083 WX_MSW_VERSION
=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1117 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1119 ALL_TOOLKITS
="GTK MAC MGL MICROWIN MOTIF MSW PM WINE X11"
1124 DEFAULT_wxUSE_MICROWIN
=0
1125 DEFAULT_wxUSE_MOTIF
=0
1128 DEFAULT_wxUSE_WINE
=0
1131 DEFAULT_DEFAULT_wxUSE_GTK
=0
1132 DEFAULT_DEFAULT_wxUSE_MAC
=0
1133 DEFAULT_DEFAULT_wxUSE_MGL
=0
1134 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1135 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1136 DEFAULT_DEFAULT_wxUSE_MSW
=0
1137 DEFAULT_DEFAULT_wxUSE_PM
=0
1138 DEFAULT_DEFAULT_wxUSE_WINE
=0
1139 DEFAULT_DEFAULT_wxUSE_X11
=0
1147 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1148 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1150 cat >> confdefs.h
<<\EOF
1157 cat >> confdefs.h
<<\EOF
1162 if test "x$TMP" = "xalpha"; then
1164 cat >> confdefs.h
<<\EOF
1169 DEFAULT_DEFAULT_wxUSE_GTK
=1
1171 *-*-irix5* | *-*-irix6* )
1174 cat >> confdefs.h
<<\EOF
1178 cat >> confdefs.h
<<\EOF
1182 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1188 cat >> confdefs.h
<<\EOF
1192 cat >> confdefs.h
<<\EOF
1193 #define __SOLARIS__ 1
1196 cat >> confdefs.h
<<\EOF
1200 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1201 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1207 cat >> confdefs.h
<<\EOF
1211 cat >> confdefs.h
<<\EOF
1215 cat >> confdefs.h
<<\EOF
1219 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1224 cat >> confdefs.h
<<\EOF
1225 #define __FREEBSD__ 1
1228 cat >> confdefs.h
<<\EOF
1232 DEFAULT_DEFAULT_wxUSE_GTK
=1
1237 cat >> confdefs.h
<<\EOF
1238 #define __FREEBSD__ 1
1241 cat >> confdefs.h
<<\EOF
1242 #define __OPENBSD__ 1
1245 DEFAULT_DEFAULT_wxUSE_GTK
=1
1250 cat >> confdefs.h
<<\EOF
1251 #define __FREEBSD__ 1
1254 cat >> confdefs.h
<<\EOF
1255 #define __NETBSD__ 1
1258 DEFAULT_DEFAULT_wxUSE_GTK
=1
1263 cat >> confdefs.h
<<\EOF
1267 cat >> confdefs.h
<<\EOF
1271 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1272 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1277 cat >> confdefs.h
<<\EOF
1281 cat >> confdefs.h
<<\EOF
1285 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1290 cat >> confdefs.h
<<\EOF
1294 cat >> confdefs.h
<<\EOF
1298 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1305 cat >> confdefs.h
<<\EOF
1309 cat >> confdefs.h
<<\EOF
1313 cat >> confdefs.h
<<\EOF
1317 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1320 *-*-cygwin* | *-*-mingw32* )
1324 DEFAULT_DEFAULT_wxUSE_MSW
=1
1330 cat >> confdefs.h
<<\EOF
1335 DEFAULT_DEFAULT_wxUSE_MGL
=1
1336 LIBS
="$LIBS -lstdc++"
1339 *-pc-os2_emx | *-pc-os2-emx )
1340 cat >> confdefs.h
<<\EOF
1345 DEFAULT_DEFAULT_wxUSE_PM
=1
1346 LIBS
="$LIBS -lstdcpp"
1353 cat >> confdefs.h
<<\EOF
1357 cat >> confdefs.h
<<\EOF
1358 #define __DARWIN__ 1
1361 cat >> confdefs.h
<<\EOF
1362 #define __POWERPC__ 1
1365 DEFAULT_DEFAULT_wxUSE_MAC
=1
1370 cat >> confdefs.h
<<\EOF
1377 { echo "configure: error: unknown system type ${host}." 1>&2; exit 1; }
1383 wx_arg_cache_file
="configarg.cache"
1384 echo "loading argument cache $wx_arg_cache_file"
1385 rm -f ${wx_arg_cache_file}.tmp
1386 touch ${wx_arg_cache_file}.tmp
1387 touch ${wx_arg_cache_file}
1391 if test $DEBUG_CONFIGURE = 1; then
1392 DEFAULT_wxUSE_UNIVERSAL
=no
1394 DEFAULT_wxUSE_NANOX
=no
1396 DEFAULT_wxUSE_THREADS
=yes
1398 DEFAULT_wxUSE_SHARED
=yes
1399 DEFAULT_wxUSE_SONAME
=no
1400 DEFAULT_wxUSE_OPTIMISE
=no
1401 DEFAULT_wxUSE_PROFILE
=no
1402 DEFAULT_wxUSE_NO_DEPS
=no
1403 DEFAULT_wxUSE_NO_RTTI
=no
1404 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1405 DEFAULT_wxUSE_PERMISSIVE
=no
1406 DEFAULT_wxUSE_DEBUG_FLAG
=yes
1407 DEFAULT_wxUSE_DEBUG_INFO
=yes
1408 DEFAULT_wxUSE_DEBUG_GDB
=yes
1409 DEFAULT_wxUSE_MEM_TRACING
=no
1410 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1411 DEFAULT_wxUSE_DMALLOC
=no
1412 DEFAULT_wxUSE_PRECOMP
=no
1413 DEFAULT_wxUSE_APPLE_IEEE
=no
1415 DEFAULT_wxUSE_LOG
=yes
1416 DEFAULT_wxUSE_LOGWINDOW
=no
1417 DEFAULT_wxUSE_LOGGUI
=no
1418 DEFAULT_wxUSE_LOGDIALOG
=no
1420 DEFAULT_wxUSE_GUI
=yes
1421 DEFAULT_wxUSE_CONTROLS
=no
1423 DEFAULT_wxUSE_REGEX
=no
1424 DEFAULT_wxUSE_ZLIB
=no
1425 DEFAULT_wxUSE_LIBPNG
=no
1426 DEFAULT_wxUSE_LIBJPEG
=no
1427 DEFAULT_wxUSE_LIBTIFF
=no
1428 DEFAULT_wxUSE_ODBC
=no
1429 DEFAULT_wxUSE_OPENGL
=no
1431 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
1432 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
1433 DEFAULT_wxUSE_STD_IOSTREAM
=no
1434 DEFAULT_wxUSE_CMDLINE_PARSER
=no
1435 DEFAULT_wxUSE_DATETIME
=no
1436 DEFAULT_wxUSE_TIMEDATE
=no
1437 DEFAULT_wxUSE_TIMER
=no
1438 DEFAULT_wxUSE_STOPWATCH
=no
1439 DEFAULT_wxUSE_FILE
=no
1440 DEFAULT_wxUSE_FFILE
=no
1441 DEFAULT_wxUSE_TEXTBUFFER
=no
1442 DEFAULT_wxUSE_TEXTFILE
=no
1443 DEFAULT_wxUSE_WAVE
=no
1444 DEFAULT_wxUSE_INTL
=no
1445 DEFAULT_wxUSE_CONFIG
=no
1446 DEFAULT_wxUSE_FONTMAP
=no
1447 DEFAULT_wxUSE_STREAMS
=no
1448 DEFAULT_wxUSE_SOCKETS
=no
1449 DEFAULT_wxUSE_DIALUP_MANAGER
=no
1450 DEFAULT_wxUSE_JOYSTICK
=no
1451 DEFAULT_wxUSE_DYNLIB_CLASS
=no
1452 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
1453 DEFAULT_wxUSE_LONGLONG
=no
1454 DEFAULT_wxUSE_GEOMETRY
=no
1456 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
1457 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
1458 DEFAULT_wxUSE_POSTSCRIPT
=no
1460 DEFAULT_wxUSE_X_RESOURCES
=no
1461 DEFAULT_wxUSE_CLIPBOARD
=no
1462 DEFAULT_wxUSE_TOOLTIPS
=no
1463 DEFAULT_wxUSE_DRAG_AND_DROP
=no
1464 DEFAULT_wxUSE_DRAGIMAGE
=no
1465 DEFAULT_wxUSE_SPLINES
=no
1467 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
1468 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
1469 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
1471 DEFAULT_wxUSE_PROLOGIO
=no
1472 DEFAULT_wxUSE_RESOURCES
=no
1473 DEFAULT_wxUSE_CONSTRAINTS
=no
1474 DEFAULT_wxUSE_IPC
=no
1475 DEFAULT_wxUSE_HELP
=no
1476 DEFAULT_wxUSE_MS_HTML_HELP
=no
1477 DEFAULT_wxUSE_WXHTML_HELP
=no
1478 DEFAULT_wxUSE_TREELAYOUT
=no
1479 DEFAULT_wxUSE_METAFILE
=no
1480 DEFAULT_wxUSE_MIMETYPE
=no
1481 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
1482 DEFAULT_wxUSE_PROTOCOL
=no
1483 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
1484 DEFAULT_wxUSE_PROTOCOL_FTP
=no
1485 DEFAULT_wxUSE_PROTOCOL_FILE
=no
1486 DEFAULT_wxUSE_URL
=no
1488 DEFAULT_wxUSE_COMMONDLGS
=no
1489 DEFAULT_wxUSE_CHOICEDLG
=no
1490 DEFAULT_wxUSE_COLOURDLG
=no
1491 DEFAULT_wxUSE_DIRDLG
=no
1492 DEFAULT_wxUSE_FILEDLG
=no
1493 DEFAULT_wxUSE_FINDREPLDLG
=no
1494 DEFAULT_wxUSE_FONTDLG
=no
1495 DEFAULT_wxUSE_MSGDLG
=no
1496 DEFAULT_wxUSE_NUMBERDLG
=no
1497 DEFAULT_wxUSE_TEXTDLG
=no
1498 DEFAULT_wxUSE_SPLASH
=no
1499 DEFAULT_wxUSE_STARTUP_TIPS
=no
1500 DEFAULT_wxUSE_PROGRESSDLG
=no
1501 DEFAULT_wxUSE_WIZARDDLG
=no
1503 DEFAULT_wxUSE_MENUS
=no
1504 DEFAULT_wxUSE_MINIFRAME
=no
1505 DEFAULT_wxUSE_HTML
=no
1506 DEFAULT_wxUSE_FILESYSTEM
=no
1507 DEFAULT_wxUSE_FS_INET
=no
1508 DEFAULT_wxUSE_FS_ZIP
=no
1509 DEFAULT_wxUSE_BUSYINFO
=no
1510 DEFAULT_wxUSE_ZIPSTREAM
=no
1511 DEFAULT_wxUSE_VALIDATORS
=no
1513 DEFAULT_wxUSE_ACCEL
=no
1514 DEFAULT_wxUSE_BUTTON
=no
1515 DEFAULT_wxUSE_BMPBUTTON
=no
1516 DEFAULT_wxUSE_CALCTRL
=no
1517 DEFAULT_wxUSE_CARET
=no
1518 DEFAULT_wxUSE_CHECKBOX
=no
1519 DEFAULT_wxUSE_CHECKLST
=no
1520 DEFAULT_wxUSE_CHOICE
=no
1521 DEFAULT_wxUSE_COMBOBOX
=no
1522 DEFAULT_wxUSE_GAUGE
=no
1523 DEFAULT_wxUSE_GRID
=no
1524 DEFAULT_wxUSE_NEW_GRID
=no
1525 DEFAULT_wxUSE_IMAGLIST
=no
1526 DEFAULT_wxUSE_LISTBOX
=no
1527 DEFAULT_wxUSE_LISTCTRL
=no
1528 DEFAULT_wxUSE_NOTEBOOK
=no
1529 DEFAULT_wxUSE_PROPSHEET
=no
1530 DEFAULT_wxUSE_RADIOBOX
=no
1531 DEFAULT_wxUSE_RADIOBTN
=no
1532 DEFAULT_wxUSE_SASH
=no
1533 DEFAULT_wxUSE_SCROLLBAR
=no
1534 DEFAULT_wxUSE_SLIDER
=no
1535 DEFAULT_wxUSE_SPINBTN
=no
1536 DEFAULT_wxUSE_SPINCTRL
=no
1537 DEFAULT_wxUSE_SPLITTER
=no
1538 DEFAULT_wxUSE_STATBMP
=no
1539 DEFAULT_wxUSE_STATBOX
=no
1540 DEFAULT_wxUSE_STATLINE
=no
1541 DEFAULT_wxUSE_STATTEXT
=no
1542 DEFAULT_wxUSE_STATUSBAR
=yes
1543 DEFAULT_wxUSE_TABDIALOG
=no
1544 DEFAULT_wxUSE_TEXTCTRL
=no
1545 DEFAULT_wxUSE_TOGGLEBTN
=no
1546 DEFAULT_wxUSE_TOOLBAR
=no
1547 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
1548 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
1549 DEFAULT_wxUSE_TREECTRL
=no
1550 DEFAULT_wxUSE_POPUPWIN
=no
1551 DEFAULT_wxUSE_TIPWINDOW
=no
1553 DEFAULT_wxUSE_UNICODE
=no
1554 DEFAULT_wxUSE_UNICODE_MSLU
=no
1555 DEFAULT_wxUSE_WCSRTOMBS
=no
1557 DEFAULT_wxUSE_PALETTE
=no
1558 DEFAULT_wxUSE_IMAGE
=no
1559 DEFAULT_wxUSE_GIF
=no
1560 DEFAULT_wxUSE_PCX
=no
1561 DEFAULT_wxUSE_PNM
=no
1562 DEFAULT_wxUSE_IFF
=no
1563 DEFAULT_wxUSE_XPM
=no
1564 DEFAULT_wxUSE_ICO_CUR
=no
1566 DEFAULT_wxUSE_UNIVERSAL
=no
1568 DEFAULT_wxUSE_NANOX
=no
1570 DEFAULT_wxUSE_THREADS
=yes
1572 DEFAULT_wxUSE_SHARED
=yes
1573 DEFAULT_wxUSE_SONAME
=no
1574 DEFAULT_wxUSE_OPTIMISE
=yes
1575 DEFAULT_wxUSE_PROFILE
=no
1576 DEFAULT_wxUSE_NO_DEPS
=no
1577 DEFAULT_wxUSE_NO_RTTI
=no
1578 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
1579 DEFAULT_wxUSE_PERMISSIVE
=no
1580 DEFAULT_wxUSE_DEBUG_FLAG
=no
1581 DEFAULT_wxUSE_DEBUG_INFO
=no
1582 DEFAULT_wxUSE_DEBUG_GDB
=no
1583 DEFAULT_wxUSE_MEM_TRACING
=no
1584 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
1585 DEFAULT_wxUSE_DMALLOC
=no
1586 DEFAULT_wxUSE_PRECOMP
=no
1587 DEFAULT_wxUSE_APPLE_IEEE
=yes
1589 DEFAULT_wxUSE_LOG
=yes
1590 DEFAULT_wxUSE_LOGWINDOW
=yes
1591 DEFAULT_wxUSE_LOGGUI
=yes
1592 DEFAULT_wxUSE_LOGDIALOG
=yes
1594 DEFAULT_wxUSE_GUI
=yes
1596 DEFAULT_wxUSE_REGEX
=yes
1597 DEFAULT_wxUSE_ZLIB
=yes
1598 DEFAULT_wxUSE_LIBPNG
=yes
1599 DEFAULT_wxUSE_LIBJPEG
=yes
1600 DEFAULT_wxUSE_LIBTIFF
=yes
1601 DEFAULT_wxUSE_ODBC
=no
1602 DEFAULT_wxUSE_OPENGL
=no
1604 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
1605 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
1606 DEFAULT_wxUSE_STD_IOSTREAM
=no
1607 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
1608 DEFAULT_wxUSE_DATETIME
=yes
1609 DEFAULT_wxUSE_TIMEDATE
=no
1610 DEFAULT_wxUSE_TIMER
=yes
1611 DEFAULT_wxUSE_STOPWATCH
=yes
1612 DEFAULT_wxUSE_FILE
=yes
1613 DEFAULT_wxUSE_FFILE
=yes
1614 DEFAULT_wxUSE_TEXTBUFFER
=yes
1615 DEFAULT_wxUSE_TEXTFILE
=yes
1616 DEFAULT_wxUSE_WAVE
=no
1617 DEFAULT_wxUSE_INTL
=yes
1618 DEFAULT_wxUSE_CONFIG
=yes
1619 DEFAULT_wxUSE_FONTMAP
=yes
1620 DEFAULT_wxUSE_STREAMS
=yes
1621 DEFAULT_wxUSE_SOCKETS
=yes
1622 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
1623 DEFAULT_wxUSE_JOYSTICK
=yes
1624 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
1625 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
1626 DEFAULT_wxUSE_LONGLONG
=yes
1627 DEFAULT_wxUSE_GEOMETRY
=yes
1629 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
1630 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
1631 DEFAULT_wxUSE_POSTSCRIPT
=yes
1633 DEFAULT_wxUSE_X_RESOURCES
=no
1634 DEFAULT_wxUSE_CLIPBOARD
=yes
1635 DEFAULT_wxUSE_TOOLTIPS
=yes
1636 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
1637 DEFAULT_wxUSE_DRAGIMAGE
=yes
1638 DEFAULT_wxUSE_SPLINES
=yes
1640 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
1641 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
1642 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
1644 DEFAULT_wxUSE_PROLOGIO
=yes
1645 DEFAULT_wxUSE_RESOURCES
=yes
1646 DEFAULT_wxUSE_CONSTRAINTS
=yes
1647 DEFAULT_wxUSE_IPC
=yes
1648 DEFAULT_wxUSE_HELP
=yes
1649 DEFAULT_wxUSE_MS_HTML_HELP
=yes
1650 DEFAULT_wxUSE_WXHTML_HELP
=yes
1651 DEFAULT_wxUSE_TREELAYOUT
=yes
1652 DEFAULT_wxUSE_METAFILE
=yes
1653 DEFAULT_wxUSE_MIMETYPE
=yes
1654 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
1655 DEFAULT_wxUSE_PROTOCOL
=yes
1656 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
1657 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
1658 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
1659 DEFAULT_wxUSE_URL
=yes
1661 DEFAULT_wxUSE_COMMONDLGS
=yes
1662 DEFAULT_wxUSE_CHOICEDLG
=yes
1663 DEFAULT_wxUSE_COLOURDLG
=yes
1664 DEFAULT_wxUSE_DIRDLG
=yes
1665 DEFAULT_wxUSE_FILEDLG
=yes
1666 DEFAULT_wxUSE_FINDREPLDLG
=yes
1667 DEFAULT_wxUSE_FONTDLG
=yes
1668 DEFAULT_wxUSE_MSGDLG
=yes
1669 DEFAULT_wxUSE_NUMBERDLG
=yes
1670 DEFAULT_wxUSE_TEXTDLG
=yes
1671 DEFAULT_wxUSE_SPLASH
=yes
1672 DEFAULT_wxUSE_STARTUP_TIPS
=yes
1673 DEFAULT_wxUSE_PROGRESSDLG
=yes
1674 DEFAULT_wxUSE_WIZARDDLG
=yes
1676 DEFAULT_wxUSE_MENUS
=yes
1677 DEFAULT_wxUSE_MINIFRAME
=yes
1678 DEFAULT_wxUSE_HTML
=yes
1679 DEFAULT_wxUSE_FILESYSTEM
=yes
1680 DEFAULT_wxUSE_FS_INET
=yes
1681 DEFAULT_wxUSE_FS_ZIP
=yes
1682 DEFAULT_wxUSE_BUSYINFO
=yes
1683 DEFAULT_wxUSE_ZIPSTREAM
=yes
1684 DEFAULT_wxUSE_VALIDATORS
=yes
1686 DEFAULT_wxUSE_ACCEL
=yes
1687 DEFAULT_wxUSE_BUTTON
=yes
1688 DEFAULT_wxUSE_BMPBUTTON
=yes
1689 DEFAULT_wxUSE_CALCTRL
=yes
1690 DEFAULT_wxUSE_CARET
=yes
1691 DEFAULT_wxUSE_CHECKBOX
=yes
1692 DEFAULT_wxUSE_CHECKLST
=yes
1693 DEFAULT_wxUSE_CHOICE
=yes
1694 DEFAULT_wxUSE_COMBOBOX
=yes
1695 DEFAULT_wxUSE_GAUGE
=yes
1696 DEFAULT_wxUSE_GRID
=yes
1697 DEFAULT_wxUSE_NEW_GRID
=yes
1698 DEFAULT_wxUSE_IMAGLIST
=yes
1699 DEFAULT_wxUSE_LISTBOX
=yes
1700 DEFAULT_wxUSE_LISTCTRL
=yes
1701 DEFAULT_wxUSE_NOTEBOOK
=yes
1702 DEFAULT_wxUSE_PROPSHEET
=yes
1703 DEFAULT_wxUSE_RADIOBOX
=yes
1704 DEFAULT_wxUSE_RADIOBTN
=yes
1705 DEFAULT_wxUSE_SASH
=yes
1706 DEFAULT_wxUSE_SCROLLBAR
=yes
1707 DEFAULT_wxUSE_SLIDER
=yes
1708 DEFAULT_wxUSE_SPINBTN
=yes
1709 DEFAULT_wxUSE_SPINCTRL
=yes
1710 DEFAULT_wxUSE_SPLITTER
=yes
1711 DEFAULT_wxUSE_STATBMP
=yes
1712 DEFAULT_wxUSE_STATBOX
=yes
1713 DEFAULT_wxUSE_STATLINE
=yes
1714 DEFAULT_wxUSE_STATTEXT
=yes
1715 DEFAULT_wxUSE_STATUSBAR
=yes
1716 DEFAULT_wxUSE_TABDIALOG
=no
1717 DEFAULT_wxUSE_TEXTCTRL
=yes
1718 DEFAULT_wxUSE_TOGGLEBTN
=yes
1719 DEFAULT_wxUSE_TOOLBAR
=yes
1720 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
1721 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
1722 DEFAULT_wxUSE_TREECTRL
=yes
1723 DEFAULT_wxUSE_POPUPWIN
=yes
1724 DEFAULT_wxUSE_TIPWINDOW
=yes
1726 DEFAULT_wxUSE_UNICODE
=no
1727 DEFAULT_wxUSE_UNICODE_MSLU
=yes
1728 DEFAULT_wxUSE_WCSRTOMBS
=no
1730 DEFAULT_wxUSE_PALETTE
=yes
1731 DEFAULT_wxUSE_IMAGE
=yes
1732 DEFAULT_wxUSE_GIF
=yes
1733 DEFAULT_wxUSE_PCX
=yes
1734 DEFAULT_wxUSE_IFF
=no
1735 DEFAULT_wxUSE_PNM
=yes
1736 DEFAULT_wxUSE_XPM
=yes
1737 DEFAULT_wxUSE_ICO_CUR
=yes
1742 for toolkit
in `echo $ALL_TOOLKITS`; do
1743 LINE
=`grep "wxUSE_$toolkit" ${wx_arg_cache_file}`
1744 if test "x$LINE" != x
; then
1745 has_toolkit_in_cache
=1
1746 eval "DEFAULT_$LINE"
1747 eval "CACHE_$toolkit=1"
1753 echo $ac_n "checking for --enable-gui""... $ac_c" 1>&6
1754 echo "configure:1755: checking for --enable-gui" >&5
1756 # Check whether --enable-gui or --disable-gui was given.
1757 if test "${enable_gui+set}" = set; then
1758 enableval
="$enable_gui"
1760 if test "$enableval" = yes; then
1761 ac_cv_use_gui
='wxUSE_GUI=yes'
1763 ac_cv_use_gui
='wxUSE_GUI=no'
1768 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
1769 if test "x$LINE" != x
; then
1770 eval "DEFAULT_$LINE"
1775 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
1780 eval "$ac_cv_use_gui"
1781 if test "$no_cache" != 1; then
1782 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
1785 if test "$wxUSE_GUI" = yes; then
1786 echo "$ac_t""yes" 1>&6
1788 echo "$ac_t""no" 1>&6
1792 if test "$wxUSE_GUI" = "yes"; then
1795 echo $ac_n "checking for --enable-universal""... $ac_c" 1>&6
1796 echo "configure:1797: checking for --enable-universal" >&5
1798 # Check whether --enable-universal or --disable-universal was given.
1799 if test "${enable_universal+set}" = set; then
1800 enableval
="$enable_universal"
1802 if test "$enableval" = yes; then
1803 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
1805 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
1810 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
1811 if test "x$LINE" != x
; then
1812 eval "DEFAULT_$LINE"
1817 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1822 eval "$ac_cv_use_universal"
1823 if test "$no_cache" != 1; then
1824 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
1827 if test "$wxUSE_UNIVERSAL" = yes; then
1828 echo "$ac_t""yes" 1>&6
1830 echo "$ac_t""no" 1>&6
1833 # Check whether --with-gtk or --without-gtk was given.
1834 if test "${with_gtk+set}" = set; then
1836 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
1839 # Check whether --with-motif or --without-motif was given.
1840 if test "${with_motif+set}" = set; then
1841 withval
="$with_motif"
1842 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
1845 # Check whether --with-mac or --without-mac was given.
1846 if test "${with_mac+set}" = set; then
1848 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
1851 # Check whether --with-wine or --without-wine was given.
1852 if test "${with_wine+set}" = set; then
1853 withval
="$with_wine"
1854 wxUSE_WINE
="$withval" CACHE_WINE
=1 TOOLKIT_GIVEN
=1
1857 # Check whether --with-msw or --without-msw was given.
1858 if test "${with_msw+set}" = set; then
1860 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
1863 # Check whether --with-pm or --without-pm was given.
1864 if test "${with_pm+set}" = set; then
1866 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
1869 # Check whether --with-mgl or --without-mgl was given.
1870 if test "${with_mgl+set}" = set; then
1872 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
1875 # Check whether --with-microwin or --without-microwin was given.
1876 if test "${with_microwin+set}" = set; then
1877 withval
="$with_microwin"
1878 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
1881 # Check whether --with-x11 or --without-x11 was given.
1882 if test "${with_x11+set}" = set; then
1884 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
1888 echo $ac_n "checking for --enable-nanox""... $ac_c" 1>&6
1889 echo "configure:1890: checking for --enable-nanox" >&5
1891 # Check whether --enable-nanox or --disable-nanox was given.
1892 if test "${enable_nanox+set}" = set; then
1893 enableval
="$enable_nanox"
1895 if test "$enableval" = yes; then
1896 ac_cv_use_nanox
='wxUSE_NANOX=yes'
1898 ac_cv_use_nanox
='wxUSE_NANOX=no'
1903 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
1904 if test "x$LINE" != x
; then
1905 eval "DEFAULT_$LINE"
1910 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
1915 eval "$ac_cv_use_nanox"
1916 if test "$no_cache" != 1; then
1917 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
1920 if test "$wxUSE_NANOX" = yes; then
1921 echo "$ac_t""yes" 1>&6
1923 echo "$ac_t""no" 1>&6
1927 # Check whether --enable-gtk2 or --disable-gtk2 was given.
1928 if test "${enable_gtk2+set}" = set; then
1929 enableval
="$enable_gtk2"
1937 echo $ac_n "checking for --with-libpng""... $ac_c" 1>&6
1938 echo "configure:1939: checking for --with-libpng" >&5
1940 # Check whether --with-libpng or --without-libpng was given.
1941 if test "${with_libpng+set}" = set; then
1942 withval
="$with_libpng"
1944 if test "$withval" = yes; then
1945 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
1946 elif test "$withval" = no
; then
1947 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
1948 elif test "$withval" = sys
; then
1949 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
1950 elif test "$withval" = builtin; then
1951 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
1953 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1958 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
1959 if test "x$LINE" != x
; then
1960 eval "DEFAULT_$LINE"
1965 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
1970 eval "$ac_cv_use_libpng"
1971 if test "$no_cache" != 1; then
1972 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
1975 if test "$wxUSE_LIBPNG" = yes; then
1976 echo "$ac_t""yes" 1>&6
1977 elif test "$wxUSE_LIBPNG" = no
; then
1978 echo "$ac_t""no" 1>&6
1979 elif test "$wxUSE_LIBPNG" = sys
; then
1980 echo "$ac_t""system version" 1>&6
1981 elif test "$wxUSE_LIBPNG" = builtin; then
1982 echo "$ac_t""builtin version" 1>&6
1984 { echo "configure: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" 1>&2; exit 1; }
1988 echo $ac_n "checking for --with-libjpeg""... $ac_c" 1>&6
1989 echo "configure:1990: checking for --with-libjpeg" >&5
1991 # Check whether --with-libjpeg or --without-libjpeg was given.
1992 if test "${with_libjpeg+set}" = set; then
1993 withval
="$with_libjpeg"
1995 if test "$withval" = yes; then
1996 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
1997 elif test "$withval" = no
; then
1998 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
1999 elif test "$withval" = sys
; then
2000 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2001 elif test "$withval" = builtin; then
2002 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2004 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2009 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2010 if test "x$LINE" != x
; then
2011 eval "DEFAULT_$LINE"
2016 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2021 eval "$ac_cv_use_libjpeg"
2022 if test "$no_cache" != 1; then
2023 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2026 if test "$wxUSE_LIBJPEG" = yes; then
2027 echo "$ac_t""yes" 1>&6
2028 elif test "$wxUSE_LIBJPEG" = no
; then
2029 echo "$ac_t""no" 1>&6
2030 elif test "$wxUSE_LIBJPEG" = sys
; then
2031 echo "$ac_t""system version" 1>&6
2032 elif test "$wxUSE_LIBJPEG" = builtin; then
2033 echo "$ac_t""builtin version" 1>&6
2035 { echo "configure: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2039 echo $ac_n "checking for --with-libtiff""... $ac_c" 1>&6
2040 echo "configure:2041: checking for --with-libtiff" >&5
2042 # Check whether --with-libtiff or --without-libtiff was given.
2043 if test "${with_libtiff+set}" = set; then
2044 withval
="$with_libtiff"
2046 if test "$withval" = yes; then
2047 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2048 elif test "$withval" = no
; then
2049 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2050 elif test "$withval" = sys
; then
2051 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2052 elif test "$withval" = builtin; then
2053 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2055 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2060 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2061 if test "x$LINE" != x
; then
2062 eval "DEFAULT_$LINE"
2067 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2072 eval "$ac_cv_use_libtiff"
2073 if test "$no_cache" != 1; then
2074 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2077 if test "$wxUSE_LIBTIFF" = yes; then
2078 echo "$ac_t""yes" 1>&6
2079 elif test "$wxUSE_LIBTIFF" = no
; then
2080 echo "$ac_t""no" 1>&6
2081 elif test "$wxUSE_LIBTIFF" = sys
; then
2082 echo "$ac_t""system version" 1>&6
2083 elif test "$wxUSE_LIBTIFF" = builtin; then
2084 echo "$ac_t""builtin version" 1>&6
2086 { echo "configure: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2090 echo $ac_n "checking for --with-opengl""... $ac_c" 1>&6
2091 echo "configure:2092: checking for --with-opengl" >&5
2093 # Check whether --with-opengl or --without-opengl was given.
2094 if test "${with_opengl+set}" = set; then
2095 withval
="$with_opengl"
2097 if test "$withval" = yes; then
2098 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
2100 ac_cv_use_opengl
='wxUSE_OPENGL=no'
2105 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
2106 if test "x$LINE" != x
; then
2107 eval "DEFAULT_$LINE"
2112 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
2117 eval "$ac_cv_use_opengl"
2118 if test "$no_cache" != 1; then
2119 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
2122 if test "$wxUSE_OPENGL" = yes; then
2123 echo "$ac_t""yes" 1>&6
2125 echo "$ac_t""no" 1>&6
2132 echo $ac_n "checking for --with-dmalloc""... $ac_c" 1>&6
2133 echo "configure:2134: checking for --with-dmalloc" >&5
2135 # Check whether --with-dmalloc or --without-dmalloc was given.
2136 if test "${with_dmalloc+set}" = set; then
2137 withval
="$with_dmalloc"
2139 if test "$withval" = yes; then
2140 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
2142 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
2147 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
2148 if test "x$LINE" != x
; then
2149 eval "DEFAULT_$LINE"
2154 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
2159 eval "$ac_cv_use_dmalloc"
2160 if test "$no_cache" != 1; then
2161 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
2164 if test "$wxUSE_DMALLOC" = yes; then
2165 echo "$ac_t""yes" 1>&6
2167 echo "$ac_t""no" 1>&6
2171 echo $ac_n "checking for --with-regex""... $ac_c" 1>&6
2172 echo "configure:2173: checking for --with-regex" >&5
2174 # Check whether --with-regex or --without-regex was given.
2175 if test "${with_regex+set}" = set; then
2176 withval
="$with_regex"
2178 if test "$withval" = yes; then
2179 ac_cv_use_regex
='wxUSE_REGEX=yes'
2180 elif test "$withval" = no
; then
2181 ac_cv_use_regex
='wxUSE_REGEX=no'
2182 elif test "$withval" = sys
; then
2183 ac_cv_use_regex
='wxUSE_REGEX=sys'
2184 elif test "$withval" = builtin; then
2185 ac_cv_use_regex
='wxUSE_REGEX=builtin'
2187 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2192 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2193 if test "x$LINE" != x
; then
2194 eval "DEFAULT_$LINE"
2199 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
2204 eval "$ac_cv_use_regex"
2205 if test "$no_cache" != 1; then
2206 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2209 if test "$wxUSE_REGEX" = yes; then
2210 echo "$ac_t""yes" 1>&6
2211 elif test "$wxUSE_REGEX" = no
; then
2212 echo "$ac_t""no" 1>&6
2213 elif test "$wxUSE_REGEX" = sys
; then
2214 echo "$ac_t""system version" 1>&6
2215 elif test "$wxUSE_REGEX" = builtin; then
2216 echo "$ac_t""builtin version" 1>&6
2218 { echo "configure: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2222 echo $ac_n "checking for --with-zlib""... $ac_c" 1>&6
2223 echo "configure:2224: checking for --with-zlib" >&5
2225 # Check whether --with-zlib or --without-zlib was given.
2226 if test "${with_zlib+set}" = set; then
2227 withval
="$with_zlib"
2229 if test "$withval" = yes; then
2230 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
2231 elif test "$withval" = no
; then
2232 ac_cv_use_zlib
='wxUSE_ZLIB=no'
2233 elif test "$withval" = sys
; then
2234 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
2235 elif test "$withval" = builtin; then
2236 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
2238 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2243 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
2244 if test "x$LINE" != x
; then
2245 eval "DEFAULT_$LINE"
2250 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
2255 eval "$ac_cv_use_zlib"
2256 if test "$no_cache" != 1; then
2257 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
2260 if test "$wxUSE_ZLIB" = yes; then
2261 echo "$ac_t""yes" 1>&6
2262 elif test "$wxUSE_ZLIB" = no
; then
2263 echo "$ac_t""no" 1>&6
2264 elif test "$wxUSE_ZLIB" = sys
; then
2265 echo "$ac_t""system version" 1>&6
2266 elif test "$wxUSE_ZLIB" = builtin; then
2267 echo "$ac_t""builtin version" 1>&6
2269 { echo "configure: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" 1>&2; exit 1; }
2273 echo $ac_n "checking for --with-odbc""... $ac_c" 1>&6
2274 echo "configure:2275: checking for --with-odbc" >&5
2276 # Check whether --with-odbc or --without-odbc was given.
2277 if test "${with_odbc+set}" = set; then
2278 withval
="$with_odbc"
2280 if test "$withval" = yes; then
2281 ac_cv_use_odbc
='wxUSE_ODBC=yes'
2283 ac_cv_use_odbc
='wxUSE_ODBC=no'
2288 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2289 if test "x$LINE" != x
; then
2290 eval "DEFAULT_$LINE"
2295 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
2300 eval "$ac_cv_use_odbc"
2301 if test "$no_cache" != 1; then
2302 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
2305 if test "$wxUSE_ODBC" = yes; then
2306 echo "$ac_t""yes" 1>&6
2308 echo "$ac_t""no" 1>&6
2314 echo $ac_n "checking for --enable-shared""... $ac_c" 1>&6
2315 echo "configure:2316: checking for --enable-shared" >&5
2317 # Check whether --enable-shared or --disable-shared was given.
2318 if test "${enable_shared+set}" = set; then
2319 enableval
="$enable_shared"
2321 if test "$enableval" = yes; then
2322 ac_cv_use_shared
='wxUSE_SHARED=yes'
2324 ac_cv_use_shared
='wxUSE_SHARED=no'
2329 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
2330 if test "x$LINE" != x
; then
2331 eval "DEFAULT_$LINE"
2336 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
2341 eval "$ac_cv_use_shared"
2342 if test "$no_cache" != 1; then
2343 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
2346 if test "$wxUSE_SHARED" = yes; then
2347 echo "$ac_t""yes" 1>&6
2349 echo "$ac_t""no" 1>&6
2353 echo $ac_n "checking for --enable-soname""... $ac_c" 1>&6
2354 echo "configure:2355: checking for --enable-soname" >&5
2356 # Check whether --enable-soname or --disable-soname was given.
2357 if test "${enable_soname+set}" = set; then
2358 enableval
="$enable_soname"
2360 if test "$enableval" = yes; then
2361 ac_cv_use_soname
='wxUSE_SONAME=yes'
2363 ac_cv_use_soname
='wxUSE_SONAME=no'
2368 LINE
=`grep "wxUSE_SONAME" ${wx_arg_cache_file}`
2369 if test "x$LINE" != x
; then
2370 eval "DEFAULT_$LINE"
2375 ac_cv_use_soname
='wxUSE_SONAME='$DEFAULT_wxUSE_SONAME
2380 eval "$ac_cv_use_soname"
2381 if test "$no_cache" != 1; then
2382 echo $ac_cv_use_soname >> ${wx_arg_cache_file}.tmp
2385 if test "$wxUSE_SONAME" = yes; then
2386 echo "$ac_t""yes" 1>&6
2388 echo "$ac_t""no" 1>&6
2392 echo $ac_n "checking for --enable-optimise""... $ac_c" 1>&6
2393 echo "configure:2394: checking for --enable-optimise" >&5
2395 # Check whether --enable-optimise or --disable-optimise was given.
2396 if test "${enable_optimise+set}" = set; then
2397 enableval
="$enable_optimise"
2399 if test "$enableval" = yes; then
2400 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
2402 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
2407 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
2408 if test "x$LINE" != x
; then
2409 eval "DEFAULT_$LINE"
2414 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
2419 eval "$ac_cv_use_optimise"
2420 if test "$no_cache" != 1; then
2421 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
2424 if test "$wxUSE_OPTIMISE" = yes; then
2425 echo "$ac_t""yes" 1>&6
2427 echo "$ac_t""no" 1>&6
2431 echo $ac_n "checking for --enable-debug""... $ac_c" 1>&6
2432 echo "configure:2433: checking for --enable-debug" >&5
2434 # Check whether --enable-debug or --disable-debug was given.
2435 if test "${enable_debug+set}" = set; then
2436 enableval
="$enable_debug"
2438 if test "$enableval" = yes; then
2439 ac_cv_use_debug
='wxUSE_DEBUG=yes'
2441 ac_cv_use_debug
='wxUSE_DEBUG=no'
2446 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
2447 if test "x$LINE" != x
; then
2448 eval "DEFAULT_$LINE"
2453 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
2458 eval "$ac_cv_use_debug"
2459 if test "$no_cache" != 1; then
2460 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
2463 if test "$wxUSE_DEBUG" = yes; then
2464 echo "$ac_t""yes" 1>&6
2466 echo "$ac_t""no" 1>&6
2471 echo $ac_n "checking for --enable-precomp""... $ac_c" 1>&6
2472 echo "configure:2473: checking for --enable-precomp" >&5
2474 # Check whether --enable-precomp or --disable-precomp was given.
2475 if test "${enable_precomp+set}" = set; then
2476 enableval
="$enable_precomp"
2478 if test "$enableval" = yes; then
2479 ac_cv_use_precomp
='wxUSE_PRECOMP=yes'
2481 ac_cv_use_precomp
='wxUSE_PRECOMP=no'
2486 LINE
=`grep "wxUSE_PRECOMP" ${wx_arg_cache_file}`
2487 if test "x$LINE" != x
; then
2488 eval "DEFAULT_$LINE"
2493 ac_cv_use_precomp
='wxUSE_PRECOMP='$DEFAULT_wxUSE_PRECOMP
2498 eval "$ac_cv_use_precomp"
2499 if test "$no_cache" != 1; then
2500 echo $ac_cv_use_precomp >> ${wx_arg_cache_file}.tmp
2503 if test "$wxUSE_PRECOMP" = yes; then
2504 echo "$ac_t""yes" 1>&6
2506 echo "$ac_t""no" 1>&6
2510 if test "$wxUSE_DEBUG" = "yes"; then
2511 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2512 DEFAULT_wxUSE_DEBUG_INFO
=yes
2513 elif test "$wxUSE_DEBUG" = "no"; then
2514 DEFAULT_wxUSE_DEBUG_FLAG
=no
2515 DEFAULT_wxUSE_DEBUG_INFO
=no
2519 echo $ac_n "checking for --enable-debug_flag""... $ac_c" 1>&6
2520 echo "configure:2521: checking for --enable-debug_flag" >&5
2522 # Check whether --enable-debug_flag or --disable-debug_flag was given.
2523 if test "${enable_debug_flag+set}" = set; then
2524 enableval
="$enable_debug_flag"
2526 if test "$enableval" = yes; then
2527 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
2529 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
2534 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
2535 if test "x$LINE" != x
; then
2536 eval "DEFAULT_$LINE"
2541 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
2546 eval "$ac_cv_use_debug_flag"
2547 if test "$no_cache" != 1; then
2548 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
2551 if test "$wxUSE_DEBUG_FLAG" = yes; then
2552 echo "$ac_t""yes" 1>&6
2554 echo "$ac_t""no" 1>&6
2558 echo $ac_n "checking for --enable-debug_info""... $ac_c" 1>&6
2559 echo "configure:2560: checking for --enable-debug_info" >&5
2561 # Check whether --enable-debug_info or --disable-debug_info was given.
2562 if test "${enable_debug_info+set}" = set; then
2563 enableval
="$enable_debug_info"
2565 if test "$enableval" = yes; then
2566 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
2568 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
2573 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
2574 if test "x$LINE" != x
; then
2575 eval "DEFAULT_$LINE"
2580 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
2585 eval "$ac_cv_use_debug_info"
2586 if test "$no_cache" != 1; then
2587 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
2590 if test "$wxUSE_DEBUG_INFO" = yes; then
2591 echo "$ac_t""yes" 1>&6
2593 echo "$ac_t""no" 1>&6
2597 echo $ac_n "checking for --enable-debug_gdb""... $ac_c" 1>&6
2598 echo "configure:2599: checking for --enable-debug_gdb" >&5
2600 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
2601 if test "${enable_debug_gdb+set}" = set; then
2602 enableval
="$enable_debug_gdb"
2604 if test "$enableval" = yes; then
2605 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
2607 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
2612 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
2613 if test "x$LINE" != x
; then
2614 eval "DEFAULT_$LINE"
2619 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
2624 eval "$ac_cv_use_debug_gdb"
2625 if test "$no_cache" != 1; then
2626 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
2629 if test "$wxUSE_DEBUG_GDB" = yes; then
2630 echo "$ac_t""yes" 1>&6
2632 echo "$ac_t""no" 1>&6
2636 echo $ac_n "checking for --enable-debug_cntxt""... $ac_c" 1>&6
2637 echo "configure:2638: checking for --enable-debug_cntxt" >&5
2639 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
2640 if test "${enable_debug_cntxt+set}" = set; then
2641 enableval
="$enable_debug_cntxt"
2643 if test "$enableval" = yes; then
2644 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
2646 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
2651 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
2652 if test "x$LINE" != x
; then
2653 eval "DEFAULT_$LINE"
2658 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
2663 eval "$ac_cv_use_debug_cntxt"
2664 if test "$no_cache" != 1; then
2665 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
2668 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
2669 echo "$ac_t""yes" 1>&6
2671 echo "$ac_t""no" 1>&6
2675 echo $ac_n "checking for --enable-mem_tracing""... $ac_c" 1>&6
2676 echo "configure:2677: checking for --enable-mem_tracing" >&5
2678 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
2679 if test "${enable_mem_tracing+set}" = set; then
2680 enableval
="$enable_mem_tracing"
2682 if test "$enableval" = yes; then
2683 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
2685 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
2690 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
2691 if test "x$LINE" != x
; then
2692 eval "DEFAULT_$LINE"
2697 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
2702 eval "$ac_cv_use_mem_tracing"
2703 if test "$no_cache" != 1; then
2704 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
2707 if test "$wxUSE_MEM_TRACING" = yes; then
2708 echo "$ac_t""yes" 1>&6
2710 echo "$ac_t""no" 1>&6
2714 echo $ac_n "checking for --enable-profile""... $ac_c" 1>&6
2715 echo "configure:2716: checking for --enable-profile" >&5
2717 # Check whether --enable-profile or --disable-profile was given.
2718 if test "${enable_profile+set}" = set; then
2719 enableval
="$enable_profile"
2721 if test "$enableval" = yes; then
2722 ac_cv_use_profile
='wxUSE_PROFILE=yes'
2724 ac_cv_use_profile
='wxUSE_PROFILE=no'
2729 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
2730 if test "x$LINE" != x
; then
2731 eval "DEFAULT_$LINE"
2736 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
2741 eval "$ac_cv_use_profile"
2742 if test "$no_cache" != 1; then
2743 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
2746 if test "$wxUSE_PROFILE" = yes; then
2747 echo "$ac_t""yes" 1>&6
2749 echo "$ac_t""no" 1>&6
2753 echo $ac_n "checking for --enable-no_rtti""... $ac_c" 1>&6
2754 echo "configure:2755: checking for --enable-no_rtti" >&5
2756 # Check whether --enable-no_rtti or --disable-no_rtti was given.
2757 if test "${enable_no_rtti+set}" = set; then
2758 enableval
="$enable_no_rtti"
2760 if test "$enableval" = yes; then
2761 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
2763 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
2768 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
2769 if test "x$LINE" != x
; then
2770 eval "DEFAULT_$LINE"
2775 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
2780 eval "$ac_cv_use_no_rtti"
2781 if test "$no_cache" != 1; then
2782 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
2785 if test "$wxUSE_NO_RTTI" = yes; then
2786 echo "$ac_t""yes" 1>&6
2788 echo "$ac_t""no" 1>&6
2792 echo $ac_n "checking for --enable-no_exceptions""... $ac_c" 1>&6
2793 echo "configure:2794: checking for --enable-no_exceptions" >&5
2795 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
2796 if test "${enable_no_exceptions+set}" = set; then
2797 enableval
="$enable_no_exceptions"
2799 if test "$enableval" = yes; then
2800 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
2802 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
2807 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
2808 if test "x$LINE" != x
; then
2809 eval "DEFAULT_$LINE"
2814 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
2819 eval "$ac_cv_use_no_exceptions"
2820 if test "$no_cache" != 1; then
2821 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
2824 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
2825 echo "$ac_t""yes" 1>&6
2827 echo "$ac_t""no" 1>&6
2831 echo $ac_n "checking for --enable-permissive""... $ac_c" 1>&6
2832 echo "configure:2833: checking for --enable-permissive" >&5
2834 # Check whether --enable-permissive or --disable-permissive was given.
2835 if test "${enable_permissive+set}" = set; then
2836 enableval
="$enable_permissive"
2838 if test "$enableval" = yes; then
2839 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
2841 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
2846 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
2847 if test "x$LINE" != x
; then
2848 eval "DEFAULT_$LINE"
2853 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
2858 eval "$ac_cv_use_permissive"
2859 if test "$no_cache" != 1; then
2860 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
2863 if test "$wxUSE_PERMISSIVE" = yes; then
2864 echo "$ac_t""yes" 1>&6
2866 echo "$ac_t""no" 1>&6
2870 echo $ac_n "checking for --enable-no_deps""... $ac_c" 1>&6
2871 echo "configure:2872: checking for --enable-no_deps" >&5
2873 # Check whether --enable-no_deps or --disable-no_deps was given.
2874 if test "${enable_no_deps+set}" = set; then
2875 enableval
="$enable_no_deps"
2877 if test "$enableval" = yes; then
2878 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
2880 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
2885 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
2886 if test "x$LINE" != x
; then
2887 eval "DEFAULT_$LINE"
2892 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
2897 eval "$ac_cv_use_no_deps"
2898 if test "$no_cache" != 1; then
2899 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
2902 if test "$wxUSE_NO_DEPS" = yes; then
2903 echo "$ac_t""yes" 1>&6
2905 echo "$ac_t""no" 1>&6
2910 echo $ac_n "checking for --enable-compat20""... $ac_c" 1>&6
2911 echo "configure:2912: checking for --enable-compat20" >&5
2913 # Check whether --enable-compat20 or --disable-compat20 was given.
2914 if test "${enable_compat20+set}" = set; then
2915 enableval
="$enable_compat20"
2917 if test "$enableval" = yes; then
2918 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=yes'
2920 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2=no'
2925 LINE
=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
2926 if test "x$LINE" != x
; then
2927 eval "DEFAULT_$LINE"
2932 ac_cv_use_compat20
='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
2937 eval "$ac_cv_use_compat20"
2938 if test "$no_cache" != 1; then
2939 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
2942 if test "$WXWIN_COMPATIBILITY_2" = yes; then
2943 echo "$ac_t""yes" 1>&6
2945 echo "$ac_t""no" 1>&6
2949 echo $ac_n "checking for --enable-compat22""... $ac_c" 1>&6
2950 echo "configure:2951: checking for --enable-compat22" >&5
2952 # Check whether --enable-compat22 or --disable-compat22 was given.
2953 if test "${enable_compat22+set}" = set; then
2954 enableval
="$enable_compat22"
2956 if test "$enableval" = yes; then
2957 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
2959 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
2964 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
2965 if test "x$LINE" != x
; then
2966 eval "DEFAULT_$LINE"
2971 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
2976 eval "$ac_cv_use_compat22"
2977 if test "$no_cache" != 1; then
2978 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
2981 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
2982 echo "$ac_t""yes" 1>&6
2984 echo "$ac_t""no" 1>&6
2988 # Check whether --enable-rpath or --disable-rpath was given.
2989 if test "${enable_rpath+set}" = set; then
2990 enableval
="$enable_rpath"
2991 wxRPATH_DIR
="$enableval"
2995 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
2996 WXCONFIG_RPATH
="-Wl,-rpath -Wl,$wxRPATH_DIR"
3002 echo $ac_n "checking for --enable-intl""... $ac_c" 1>&6
3003 echo "configure:3004: checking for --enable-intl" >&5
3005 # Check whether --enable-intl or --disable-intl was given.
3006 if test "${enable_intl+set}" = set; then
3007 enableval
="$enable_intl"
3009 if test "$enableval" = yes; then
3010 ac_cv_use_intl
='wxUSE_INTL=yes'
3012 ac_cv_use_intl
='wxUSE_INTL=no'
3017 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3018 if test "x$LINE" != x
; then
3019 eval "DEFAULT_$LINE"
3024 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
3029 eval "$ac_cv_use_intl"
3030 if test "$no_cache" != 1; then
3031 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3034 if test "$wxUSE_INTL" = yes; then
3035 echo "$ac_t""yes" 1>&6
3037 echo "$ac_t""no" 1>&6
3041 echo $ac_n "checking for --enable-config""... $ac_c" 1>&6
3042 echo "configure:3043: checking for --enable-config" >&5
3044 # Check whether --enable-config or --disable-config was given.
3045 if test "${enable_config+set}" = set; then
3046 enableval
="$enable_config"
3048 if test "$enableval" = yes; then
3049 ac_cv_use_config
='wxUSE_CONFIG=yes'
3051 ac_cv_use_config
='wxUSE_CONFIG=no'
3056 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3057 if test "x$LINE" != x
; then
3058 eval "DEFAULT_$LINE"
3063 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
3068 eval "$ac_cv_use_config"
3069 if test "$no_cache" != 1; then
3070 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3073 if test "$wxUSE_CONFIG" = yes; then
3074 echo "$ac_t""yes" 1>&6
3076 echo "$ac_t""no" 1>&6
3081 echo $ac_n "checking for --enable-protocols""... $ac_c" 1>&6
3082 echo "configure:3083: checking for --enable-protocols" >&5
3084 # Check whether --enable-protocols or --disable-protocols was given.
3085 if test "${enable_protocols+set}" = set; then
3086 enableval
="$enable_protocols"
3088 if test "$enableval" = yes; then
3089 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
3091 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
3096 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3097 if test "x$LINE" != x
; then
3098 eval "DEFAULT_$LINE"
3103 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
3108 eval "$ac_cv_use_protocols"
3109 if test "$no_cache" != 1; then
3110 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3113 if test "$wxUSE_PROTOCOL" = yes; then
3114 echo "$ac_t""yes" 1>&6
3116 echo "$ac_t""no" 1>&6
3120 echo $ac_n "checking for --enable-ftp""... $ac_c" 1>&6
3121 echo "configure:3122: checking for --enable-ftp" >&5
3123 # Check whether --enable-ftp or --disable-ftp was given.
3124 if test "${enable_ftp+set}" = set; then
3125 enableval
="$enable_ftp"
3127 if test "$enableval" = yes; then
3128 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
3130 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
3135 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3136 if test "x$LINE" != x
; then
3137 eval "DEFAULT_$LINE"
3142 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
3147 eval "$ac_cv_use_ftp"
3148 if test "$no_cache" != 1; then
3149 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3152 if test "$wxUSE_PROTOCOL_FTP" = yes; then
3153 echo "$ac_t""yes" 1>&6
3155 echo "$ac_t""no" 1>&6
3159 echo $ac_n "checking for --enable-http""... $ac_c" 1>&6
3160 echo "configure:3161: checking for --enable-http" >&5
3162 # Check whether --enable-http or --disable-http was given.
3163 if test "${enable_http+set}" = set; then
3164 enableval
="$enable_http"
3166 if test "$enableval" = yes; then
3167 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
3169 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
3174 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3175 if test "x$LINE" != x
; then
3176 eval "DEFAULT_$LINE"
3181 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
3186 eval "$ac_cv_use_http"
3187 if test "$no_cache" != 1; then
3188 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3191 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
3192 echo "$ac_t""yes" 1>&6
3194 echo "$ac_t""no" 1>&6
3198 echo $ac_n "checking for --enable-fileproto""... $ac_c" 1>&6
3199 echo "configure:3200: checking for --enable-fileproto" >&5
3201 # Check whether --enable-fileproto or --disable-fileproto was given.
3202 if test "${enable_fileproto+set}" = set; then
3203 enableval
="$enable_fileproto"
3205 if test "$enableval" = yes; then
3206 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
3208 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
3213 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
3214 if test "x$LINE" != x
; then
3215 eval "DEFAULT_$LINE"
3220 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
3225 eval "$ac_cv_use_fileproto"
3226 if test "$no_cache" != 1; then
3227 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
3230 if test "$wxUSE_PROTOCOL_FILE" = yes; then
3231 echo "$ac_t""yes" 1>&6
3233 echo "$ac_t""no" 1>&6
3237 echo $ac_n "checking for --enable-sockets""... $ac_c" 1>&6
3238 echo "configure:3239: checking for --enable-sockets" >&5
3240 # Check whether --enable-sockets or --disable-sockets was given.
3241 if test "${enable_sockets+set}" = set; then
3242 enableval
="$enable_sockets"
3244 if test "$enableval" = yes; then
3245 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
3247 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
3252 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
3253 if test "x$LINE" != x
; then
3254 eval "DEFAULT_$LINE"
3259 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
3264 eval "$ac_cv_use_sockets"
3265 if test "$no_cache" != 1; then
3266 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
3269 if test "$wxUSE_SOCKETS" = yes; then
3270 echo "$ac_t""yes" 1>&6
3272 echo "$ac_t""no" 1>&6
3277 echo $ac_n "checking for --enable-ipc""... $ac_c" 1>&6
3278 echo "configure:3279: checking for --enable-ipc" >&5
3280 # Check whether --enable-ipc or --disable-ipc was given.
3281 if test "${enable_ipc+set}" = set; then
3282 enableval
="$enable_ipc"
3284 if test "$enableval" = yes; then
3285 ac_cv_use_ipc
='wxUSE_IPC=yes'
3287 ac_cv_use_ipc
='wxUSE_IPC=no'
3292 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
3293 if test "x$LINE" != x
; then
3294 eval "DEFAULT_$LINE"
3299 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
3304 eval "$ac_cv_use_ipc"
3305 if test "$no_cache" != 1; then
3306 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
3309 if test "$wxUSE_IPC" = yes; then
3310 echo "$ac_t""yes" 1>&6
3312 echo "$ac_t""no" 1>&6
3317 echo $ac_n "checking for --enable-cmdline""... $ac_c" 1>&6
3318 echo "configure:3319: checking for --enable-cmdline" >&5
3320 # Check whether --enable-cmdline or --disable-cmdline was given.
3321 if test "${enable_cmdline+set}" = set; then
3322 enableval
="$enable_cmdline"
3324 if test "$enableval" = yes; then
3325 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
3327 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
3332 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
3333 if test "x$LINE" != x
; then
3334 eval "DEFAULT_$LINE"
3339 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
3344 eval "$ac_cv_use_cmdline"
3345 if test "$no_cache" != 1; then
3346 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
3349 if test "$wxUSE_CMDLINE_PARSER" = yes; then
3350 echo "$ac_t""yes" 1>&6
3352 echo "$ac_t""no" 1>&6
3356 echo $ac_n "checking for --enable-datetime""... $ac_c" 1>&6
3357 echo "configure:3358: checking for --enable-datetime" >&5
3359 # Check whether --enable-datetime or --disable-datetime was given.
3360 if test "${enable_datetime+set}" = set; then
3361 enableval
="$enable_datetime"
3363 if test "$enableval" = yes; then
3364 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
3366 ac_cv_use_datetime
='wxUSE_DATETIME=no'
3371 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
3372 if test "x$LINE" != x
; then
3373 eval "DEFAULT_$LINE"
3378 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
3383 eval "$ac_cv_use_datetime"
3384 if test "$no_cache" != 1; then
3385 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
3388 if test "$wxUSE_DATETIME" = yes; then
3389 echo "$ac_t""yes" 1>&6
3391 echo "$ac_t""no" 1>&6
3395 echo $ac_n "checking for --enable-timedate""... $ac_c" 1>&6
3396 echo "configure:3397: checking for --enable-timedate" >&5
3398 # Check whether --enable-timedate or --disable-timedate was given.
3399 if test "${enable_timedate+set}" = set; then
3400 enableval
="$enable_timedate"
3402 if test "$enableval" = yes; then
3403 ac_cv_use_timedate
='wxUSE_TIMEDATE=yes'
3405 ac_cv_use_timedate
='wxUSE_TIMEDATE=no'
3410 LINE
=`grep "wxUSE_TIMEDATE" ${wx_arg_cache_file}`
3411 if test "x$LINE" != x
; then
3412 eval "DEFAULT_$LINE"
3417 ac_cv_use_timedate
='wxUSE_TIMEDATE='$DEFAULT_wxUSE_TIMEDATE
3422 eval "$ac_cv_use_timedate"
3423 if test "$no_cache" != 1; then
3424 echo $ac_cv_use_timedate >> ${wx_arg_cache_file}.tmp
3427 if test "$wxUSE_TIMEDATE" = yes; then
3428 echo "$ac_t""yes" 1>&6
3430 echo "$ac_t""no" 1>&6
3434 echo $ac_n "checking for --enable-stopwatch""... $ac_c" 1>&6
3435 echo "configure:3436: checking for --enable-stopwatch" >&5
3437 # Check whether --enable-stopwatch or --disable-stopwatch was given.
3438 if test "${enable_stopwatch+set}" = set; then
3439 enableval
="$enable_stopwatch"
3441 if test "$enableval" = yes; then
3442 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
3444 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
3449 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
3450 if test "x$LINE" != x
; then
3451 eval "DEFAULT_$LINE"
3456 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
3461 eval "$ac_cv_use_stopwatch"
3462 if test "$no_cache" != 1; then
3463 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
3466 if test "$wxUSE_STOPWATCH" = yes; then
3467 echo "$ac_t""yes" 1>&6
3469 echo "$ac_t""no" 1>&6
3473 echo $ac_n "checking for --enable-dialupman""... $ac_c" 1>&6
3474 echo "configure:3475: checking for --enable-dialupman" >&5
3476 # Check whether --enable-dialupman or --disable-dialupman was given.
3477 if test "${enable_dialupman+set}" = set; then
3478 enableval
="$enable_dialupman"
3480 if test "$enableval" = yes; then
3481 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
3483 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
3488 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
3489 if test "x$LINE" != x
; then
3490 eval "DEFAULT_$LINE"
3495 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
3500 eval "$ac_cv_use_dialupman"
3501 if test "$no_cache" != 1; then
3502 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
3505 if test "$wxUSE_DIALUP_MANAGER" = yes; then
3506 echo "$ac_t""yes" 1>&6
3508 echo "$ac_t""no" 1>&6
3512 echo $ac_n "checking for --enable-apple_ieee""... $ac_c" 1>&6
3513 echo "configure:3514: checking for --enable-apple_ieee" >&5
3515 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
3516 if test "${enable_apple_ieee+set}" = set; then
3517 enableval
="$enable_apple_ieee"
3519 if test "$enableval" = yes; then
3520 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
3522 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
3527 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
3528 if test "x$LINE" != x
; then
3529 eval "DEFAULT_$LINE"
3534 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
3539 eval "$ac_cv_use_apple_ieee"
3540 if test "$no_cache" != 1; then
3541 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
3544 if test "$wxUSE_APPLE_IEEE" = yes; then
3545 echo "$ac_t""yes" 1>&6
3547 echo "$ac_t""no" 1>&6
3551 echo $ac_n "checking for --enable-timer""... $ac_c" 1>&6
3552 echo "configure:3553: checking for --enable-timer" >&5
3554 # Check whether --enable-timer or --disable-timer was given.
3555 if test "${enable_timer+set}" = set; then
3556 enableval
="$enable_timer"
3558 if test "$enableval" = yes; then
3559 ac_cv_use_timer
='wxUSE_TIMER=yes'
3561 ac_cv_use_timer
='wxUSE_TIMER=no'
3566 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
3567 if test "x$LINE" != x
; then
3568 eval "DEFAULT_$LINE"
3573 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
3578 eval "$ac_cv_use_timer"
3579 if test "$no_cache" != 1; then
3580 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
3583 if test "$wxUSE_TIMER" = yes; then
3584 echo "$ac_t""yes" 1>&6
3586 echo "$ac_t""no" 1>&6
3590 echo $ac_n "checking for --enable-wave""... $ac_c" 1>&6
3591 echo "configure:3592: checking for --enable-wave" >&5
3593 # Check whether --enable-wave or --disable-wave was given.
3594 if test "${enable_wave+set}" = set; then
3595 enableval
="$enable_wave"
3597 if test "$enableval" = yes; then
3598 ac_cv_use_wave
='wxUSE_WAVE=yes'
3600 ac_cv_use_wave
='wxUSE_WAVE=no'
3605 LINE
=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
3606 if test "x$LINE" != x
; then
3607 eval "DEFAULT_$LINE"
3612 ac_cv_use_wave
='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
3617 eval "$ac_cv_use_wave"
3618 if test "$no_cache" != 1; then
3619 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
3622 if test "$wxUSE_WAVE" = yes; then
3623 echo "$ac_t""yes" 1>&6
3625 echo "$ac_t""no" 1>&6
3629 echo $ac_n "checking for --enable-fraction""... $ac_c" 1>&6
3630 echo "configure:3631: checking for --enable-fraction" >&5
3632 # Check whether --enable-fraction or --disable-fraction was given.
3633 if test "${enable_fraction+set}" = set; then
3634 enableval
="$enable_fraction"
3636 if test "$enableval" = yes; then
3637 ac_cv_use_fraction
='wxUSE_FRACTION=yes'
3639 ac_cv_use_fraction
='wxUSE_FRACTION=no'
3644 LINE
=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
3645 if test "x$LINE" != x
; then
3646 eval "DEFAULT_$LINE"
3651 ac_cv_use_fraction
='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
3656 eval "$ac_cv_use_fraction"
3657 if test "$no_cache" != 1; then
3658 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
3661 if test "$wxUSE_FRACTION" = yes; then
3662 echo "$ac_t""yes" 1>&6
3664 echo "$ac_t""no" 1>&6
3668 echo $ac_n "checking for --enable-dynlib""... $ac_c" 1>&6
3669 echo "configure:3670: checking for --enable-dynlib" >&5
3671 # Check whether --enable-dynlib or --disable-dynlib was given.
3672 if test "${enable_dynlib+set}" = set; then
3673 enableval
="$enable_dynlib"
3675 if test "$enableval" = yes; then
3676 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
3678 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
3683 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
3684 if test "x$LINE" != x
; then
3685 eval "DEFAULT_$LINE"
3690 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
3695 eval "$ac_cv_use_dynlib"
3696 if test "$no_cache" != 1; then
3697 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
3700 if test "$wxUSE_DYNLIB_CLASS" = yes; then
3701 echo "$ac_t""yes" 1>&6
3703 echo "$ac_t""no" 1>&6
3707 echo $ac_n "checking for --enable-dynamicloader""... $ac_c" 1>&6
3708 echo "configure:3709: checking for --enable-dynamicloader" >&5
3710 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
3711 if test "${enable_dynamicloader+set}" = set; then
3712 enableval
="$enable_dynamicloader"
3714 if test "$enableval" = yes; then
3715 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
3717 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
3722 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
3723 if test "x$LINE" != x
; then
3724 eval "DEFAULT_$LINE"
3729 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
3734 eval "$ac_cv_use_dynamicloader"
3735 if test "$no_cache" != 1; then
3736 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
3739 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
3740 echo "$ac_t""yes" 1>&6
3742 echo "$ac_t""no" 1>&6
3746 echo $ac_n "checking for --enable-longlong""... $ac_c" 1>&6
3747 echo "configure:3748: checking for --enable-longlong" >&5
3749 # Check whether --enable-longlong or --disable-longlong was given.
3750 if test "${enable_longlong+set}" = set; then
3751 enableval
="$enable_longlong"
3753 if test "$enableval" = yes; then
3754 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
3756 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
3761 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
3762 if test "x$LINE" != x
; then
3763 eval "DEFAULT_$LINE"
3768 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
3773 eval "$ac_cv_use_longlong"
3774 if test "$no_cache" != 1; then
3775 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
3778 if test "$wxUSE_LONGLONG" = yes; then
3779 echo "$ac_t""yes" 1>&6
3781 echo "$ac_t""no" 1>&6
3785 echo $ac_n "checking for --enable-geometry""... $ac_c" 1>&6
3786 echo "configure:3787: checking for --enable-geometry" >&5
3788 # Check whether --enable-geometry or --disable-geometry was given.
3789 if test "${enable_geometry+set}" = set; then
3790 enableval
="$enable_geometry"
3792 if test "$enableval" = yes; then
3793 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
3795 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
3800 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
3801 if test "x$LINE" != x
; then
3802 eval "DEFAULT_$LINE"
3807 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
3812 eval "$ac_cv_use_geometry"
3813 if test "$no_cache" != 1; then
3814 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
3817 if test "$wxUSE_GEOMETRY" = yes; then
3818 echo "$ac_t""yes" 1>&6
3820 echo "$ac_t""no" 1>&6
3824 echo $ac_n "checking for --enable-log""... $ac_c" 1>&6
3825 echo "configure:3826: checking for --enable-log" >&5
3827 # Check whether --enable-log or --disable-log was given.
3828 if test "${enable_log+set}" = set; then
3829 enableval
="$enable_log"
3831 if test "$enableval" = yes; then
3832 ac_cv_use_log
='wxUSE_LOG=yes'
3834 ac_cv_use_log
='wxUSE_LOG=no'
3839 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
3840 if test "x$LINE" != x
; then
3841 eval "DEFAULT_$LINE"
3846 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
3851 eval "$ac_cv_use_log"
3852 if test "$no_cache" != 1; then
3853 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
3856 if test "$wxUSE_LOG" = yes; then
3857 echo "$ac_t""yes" 1>&6
3859 echo "$ac_t""no" 1>&6
3863 echo $ac_n "checking for --enable-streams""... $ac_c" 1>&6
3864 echo "configure:3865: checking for --enable-streams" >&5
3866 # Check whether --enable-streams or --disable-streams was given.
3867 if test "${enable_streams+set}" = set; then
3868 enableval
="$enable_streams"
3870 if test "$enableval" = yes; then
3871 ac_cv_use_streams
='wxUSE_STREAMS=yes'
3873 ac_cv_use_streams
='wxUSE_STREAMS=no'
3878 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
3879 if test "x$LINE" != x
; then
3880 eval "DEFAULT_$LINE"
3885 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
3890 eval "$ac_cv_use_streams"
3891 if test "$no_cache" != 1; then
3892 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
3895 if test "$wxUSE_STREAMS" = yes; then
3896 echo "$ac_t""yes" 1>&6
3898 echo "$ac_t""no" 1>&6
3902 echo $ac_n "checking for --enable-file""... $ac_c" 1>&6
3903 echo "configure:3904: checking for --enable-file" >&5
3905 # Check whether --enable-file or --disable-file was given.
3906 if test "${enable_file+set}" = set; then
3907 enableval
="$enable_file"
3909 if test "$enableval" = yes; then
3910 ac_cv_use_file
='wxUSE_FILE=yes'
3912 ac_cv_use_file
='wxUSE_FILE=no'
3917 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
3918 if test "x$LINE" != x
; then
3919 eval "DEFAULT_$LINE"
3924 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
3929 eval "$ac_cv_use_file"
3930 if test "$no_cache" != 1; then
3931 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
3934 if test "$wxUSE_FILE" = yes; then
3935 echo "$ac_t""yes" 1>&6
3937 echo "$ac_t""no" 1>&6
3941 echo $ac_n "checking for --enable-ffile""... $ac_c" 1>&6
3942 echo "configure:3943: checking for --enable-ffile" >&5
3944 # Check whether --enable-ffile or --disable-ffile was given.
3945 if test "${enable_ffile+set}" = set; then
3946 enableval
="$enable_ffile"
3948 if test "$enableval" = yes; then
3949 ac_cv_use_ffile
='wxUSE_FFILE=yes'
3951 ac_cv_use_ffile
='wxUSE_FFILE=no'
3956 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
3957 if test "x$LINE" != x
; then
3958 eval "DEFAULT_$LINE"
3963 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
3968 eval "$ac_cv_use_ffile"
3969 if test "$no_cache" != 1; then
3970 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
3973 if test "$wxUSE_FFILE" = yes; then
3974 echo "$ac_t""yes" 1>&6
3976 echo "$ac_t""no" 1>&6
3980 echo $ac_n "checking for --enable-textbuf""... $ac_c" 1>&6
3981 echo "configure:3982: checking for --enable-textbuf" >&5
3983 # Check whether --enable-textbuf or --disable-textbuf was given.
3984 if test "${enable_textbuf+set}" = set; then
3985 enableval
="$enable_textbuf"
3987 if test "$enableval" = yes; then
3988 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
3990 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
3995 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
3996 if test "x$LINE" != x
; then
3997 eval "DEFAULT_$LINE"
4002 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
4007 eval "$ac_cv_use_textbuf"
4008 if test "$no_cache" != 1; then
4009 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4012 if test "$wxUSE_TEXTBUFFER" = yes; then
4013 echo "$ac_t""yes" 1>&6
4015 echo "$ac_t""no" 1>&6
4019 echo $ac_n "checking for --enable-textfile""... $ac_c" 1>&6
4020 echo "configure:4021: checking for --enable-textfile" >&5
4022 # Check whether --enable-textfile or --disable-textfile was given.
4023 if test "${enable_textfile+set}" = set; then
4024 enableval
="$enable_textfile"
4026 if test "$enableval" = yes; then
4027 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
4029 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
4034 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
4035 if test "x$LINE" != x
; then
4036 eval "DEFAULT_$LINE"
4041 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
4046 eval "$ac_cv_use_textfile"
4047 if test "$no_cache" != 1; then
4048 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
4051 if test "$wxUSE_TEXTFILE" = yes; then
4052 echo "$ac_t""yes" 1>&6
4054 echo "$ac_t""no" 1>&6
4058 echo $ac_n "checking for --enable-fontmap""... $ac_c" 1>&6
4059 echo "configure:4060: checking for --enable-fontmap" >&5
4061 # Check whether --enable-fontmap or --disable-fontmap was given.
4062 if test "${enable_fontmap+set}" = set; then
4063 enableval
="$enable_fontmap"
4065 if test "$enableval" = yes; then
4066 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
4068 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
4073 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4074 if test "x$LINE" != x
; then
4075 eval "DEFAULT_$LINE"
4080 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
4085 eval "$ac_cv_use_fontmap"
4086 if test "$no_cache" != 1; then
4087 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
4090 if test "$wxUSE_FONTMAP" = yes; then
4091 echo "$ac_t""yes" 1>&6
4093 echo "$ac_t""no" 1>&6
4097 echo $ac_n "checking for --enable-unicode""... $ac_c" 1>&6
4098 echo "configure:4099: checking for --enable-unicode" >&5
4100 # Check whether --enable-unicode or --disable-unicode was given.
4101 if test "${enable_unicode+set}" = set; then
4102 enableval
="$enable_unicode"
4104 if test "$enableval" = yes; then
4105 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
4107 ac_cv_use_unicode
='wxUSE_UNICODE=no'
4112 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
4113 if test "x$LINE" != x
; then
4114 eval "DEFAULT_$LINE"
4119 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
4124 eval "$ac_cv_use_unicode"
4125 if test "$no_cache" != 1; then
4126 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
4129 if test "$wxUSE_UNICODE" = yes; then
4130 echo "$ac_t""yes" 1>&6
4132 echo "$ac_t""no" 1>&6
4136 echo $ac_n "checking for --enable-mslu""... $ac_c" 1>&6
4137 echo "configure:4138: checking for --enable-mslu" >&5
4139 # Check whether --enable-mslu or --disable-mslu was given.
4140 if test "${enable_mslu+set}" = set; then
4141 enableval
="$enable_mslu"
4143 if test "$enableval" = yes; then
4144 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
4146 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
4151 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
4152 if test "x$LINE" != x
; then
4153 eval "DEFAULT_$LINE"
4158 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
4163 eval "$ac_cv_use_mslu"
4164 if test "$no_cache" != 1; then
4165 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
4168 if test "$wxUSE_UNICODE_MSLU" = yes; then
4169 echo "$ac_t""yes" 1>&6
4171 echo "$ac_t""no" 1>&6
4175 echo $ac_n "checking for --enable-wxprintfv""... $ac_c" 1>&6
4176 echo "configure:4177: checking for --enable-wxprintfv" >&5
4178 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
4179 if test "${enable_wxprintfv+set}" = set; then
4180 enableval
="$enable_wxprintfv"
4182 if test "$enableval" = yes; then
4183 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
4185 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
4190 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
4191 if test "x$LINE" != x
; then
4192 eval "DEFAULT_$LINE"
4197 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
4202 eval "$ac_cv_use_wxprintfv"
4203 if test "$no_cache" != 1; then
4204 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
4207 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
4208 echo "$ac_t""yes" 1>&6
4210 echo "$ac_t""no" 1>&6
4214 echo $ac_n "checking for --enable-std_iostreams""... $ac_c" 1>&6
4215 echo "configure:4216: checking for --enable-std_iostreams" >&5
4217 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
4218 if test "${enable_std_iostreams+set}" = set; then
4219 enableval
="$enable_std_iostreams"
4221 if test "$enableval" = yes; then
4222 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
4224 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
4229 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
4230 if test "x$LINE" != x
; then
4231 eval "DEFAULT_$LINE"
4236 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
4241 eval "$ac_cv_use_std_iostreams"
4242 if test "$no_cache" != 1; then
4243 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
4246 if test "$wxUSE_STD_IOSTREAM" = yes; then
4247 echo "$ac_t""yes" 1>&6
4249 echo "$ac_t""no" 1>&6
4253 echo $ac_n "checking for --enable-filesystem""... $ac_c" 1>&6
4254 echo "configure:4255: checking for --enable-filesystem" >&5
4256 # Check whether --enable-filesystem or --disable-filesystem was given.
4257 if test "${enable_filesystem+set}" = set; then
4258 enableval
="$enable_filesystem"
4260 if test "$enableval" = yes; then
4261 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
4263 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
4268 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4269 if test "x$LINE" != x
; then
4270 eval "DEFAULT_$LINE"
4275 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4280 eval "$ac_cv_use_filesystem"
4281 if test "$no_cache" != 1; then
4282 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4285 if test "$wxUSE_FILESYSTEM" = yes; then
4286 echo "$ac_t""yes" 1>&6
4288 echo "$ac_t""no" 1>&6
4292 echo $ac_n "checking for --enable-fs_inet""... $ac_c" 1>&6
4293 echo "configure:4294: checking for --enable-fs_inet" >&5
4295 # Check whether --enable-fs_inet or --disable-fs_inet was given.
4296 if test "${enable_fs_inet+set}" = set; then
4297 enableval
="$enable_fs_inet"
4299 if test "$enableval" = yes; then
4300 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
4302 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
4307 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
4308 if test "x$LINE" != x
; then
4309 eval "DEFAULT_$LINE"
4314 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
4319 eval "$ac_cv_use_fs_inet"
4320 if test "$no_cache" != 1; then
4321 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
4324 if test "$wxUSE_FS_INET" = yes; then
4325 echo "$ac_t""yes" 1>&6
4327 echo "$ac_t""no" 1>&6
4331 echo $ac_n "checking for --enable-fs_zip""... $ac_c" 1>&6
4332 echo "configure:4333: checking for --enable-fs_zip" >&5
4334 # Check whether --enable-fs_zip or --disable-fs_zip was given.
4335 if test "${enable_fs_zip+set}" = set; then
4336 enableval
="$enable_fs_zip"
4338 if test "$enableval" = yes; then
4339 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
4341 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
4346 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
4347 if test "x$LINE" != x
; then
4348 eval "DEFAULT_$LINE"
4353 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
4358 eval "$ac_cv_use_fs_zip"
4359 if test "$no_cache" != 1; then
4360 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
4363 if test "$wxUSE_FS_ZIP" = yes; then
4364 echo "$ac_t""yes" 1>&6
4366 echo "$ac_t""no" 1>&6
4370 echo $ac_n "checking for --enable-zipstream""... $ac_c" 1>&6
4371 echo "configure:4372: checking for --enable-zipstream" >&5
4373 # Check whether --enable-zipstream or --disable-zipstream was given.
4374 if test "${enable_zipstream+set}" = set; then
4375 enableval
="$enable_zipstream"
4377 if test "$enableval" = yes; then
4378 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
4380 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
4385 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
4386 if test "x$LINE" != x
; then
4387 eval "DEFAULT_$LINE"
4392 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
4397 eval "$ac_cv_use_zipstream"
4398 if test "$no_cache" != 1; then
4399 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
4402 if test "$wxUSE_ZIPSTREAM" = yes; then
4403 echo "$ac_t""yes" 1>&6
4405 echo "$ac_t""no" 1>&6
4410 echo $ac_n "checking for --enable-catch_segvs""... $ac_c" 1>&6
4411 echo "configure:4412: checking for --enable-catch_segvs" >&5
4413 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4414 if test "${enable_catch_segvs+set}" = set; then
4415 enableval
="$enable_catch_segvs"
4417 if test "$enableval" = yes; then
4418 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4420 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4425 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4426 if test "x$LINE" != x
; then
4427 eval "DEFAULT_$LINE"
4432 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4437 eval "$ac_cv_use_catch_segvs"
4438 if test "$no_cache" != 1; then
4439 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4442 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4443 echo "$ac_t""yes" 1>&6
4445 echo "$ac_t""no" 1>&6
4449 echo $ac_n "checking for --enable-snglinst""... $ac_c" 1>&6
4450 echo "configure:4451: checking for --enable-snglinst" >&5
4452 # Check whether --enable-snglinst or --disable-snglinst was given.
4453 if test "${enable_snglinst+set}" = set; then
4454 enableval
="$enable_snglinst"
4456 if test "$enableval" = yes; then
4457 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
4459 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
4464 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
4465 if test "x$LINE" != x
; then
4466 eval "DEFAULT_$LINE"
4471 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4476 eval "$ac_cv_use_snglinst"
4477 if test "$no_cache" != 1; then
4478 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
4481 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
4482 echo "$ac_t""yes" 1>&6
4484 echo "$ac_t""no" 1>&6
4489 echo $ac_n "checking for --enable-mimetype""... $ac_c" 1>&6
4490 echo "configure:4491: checking for --enable-mimetype" >&5
4492 # Check whether --enable-mimetype or --disable-mimetype was given.
4493 if test "${enable_mimetype+set}" = set; then
4494 enableval
="$enable_mimetype"
4496 if test "$enableval" = yes; then
4497 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
4499 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
4504 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
4505 if test "x$LINE" != x
; then
4506 eval "DEFAULT_$LINE"
4511 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
4516 eval "$ac_cv_use_mimetype"
4517 if test "$no_cache" != 1; then
4518 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
4521 if test "$wxUSE_MIMETYPE" = yes; then
4522 echo "$ac_t""yes" 1>&6
4524 echo "$ac_t""no" 1>&6
4528 echo $ac_n "checking for --enable-system_options""... $ac_c" 1>&6
4529 echo "configure:4530: checking for --enable-system_options" >&5
4531 # Check whether --enable-system_options or --disable-system_options was given.
4532 if test "${enable_system_options+set}" = set; then
4533 enableval
="$enable_system_options"
4535 if test "$enableval" = yes; then
4536 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
4538 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
4543 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
4544 if test "x$LINE" != x
; then
4545 eval "DEFAULT_$LINE"
4550 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
4555 eval "$ac_cv_use_system_options"
4556 if test "$no_cache" != 1; then
4557 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
4560 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
4561 echo "$ac_t""yes" 1>&6
4563 echo "$ac_t""no" 1>&6
4568 echo $ac_n "checking for --enable-url""... $ac_c" 1>&6
4569 echo "configure:4570: checking for --enable-url" >&5
4571 # Check whether --enable-url or --disable-url was given.
4572 if test "${enable_url+set}" = set; then
4573 enableval
="$enable_url"
4575 if test "$enableval" = yes; then
4576 ac_cv_use_url
='wxUSE_URL=yes'
4578 ac_cv_use_url
='wxUSE_URL=no'
4583 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
4584 if test "x$LINE" != x
; then
4585 eval "DEFAULT_$LINE"
4590 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
4595 eval "$ac_cv_use_url"
4596 if test "$no_cache" != 1; then
4597 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
4600 if test "$wxUSE_URL" = yes; then
4601 echo "$ac_t""yes" 1>&6
4603 echo "$ac_t""no" 1>&6
4607 echo $ac_n "checking for --enable-protocol""... $ac_c" 1>&6
4608 echo "configure:4609: checking for --enable-protocol" >&5
4610 # Check whether --enable-protocol or --disable-protocol was given.
4611 if test "${enable_protocol+set}" = set; then
4612 enableval
="$enable_protocol"
4614 if test "$enableval" = yes; then
4615 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
4617 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
4622 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4623 if test "x$LINE" != x
; then
4624 eval "DEFAULT_$LINE"
4629 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4634 eval "$ac_cv_use_protocol"
4635 if test "$no_cache" != 1; then
4636 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
4639 if test "$wxUSE_PROTOCOL" = yes; then
4640 echo "$ac_t""yes" 1>&6
4642 echo "$ac_t""no" 1>&6
4646 echo $ac_n "checking for --enable-protocol_http""... $ac_c" 1>&6
4647 echo "configure:4648: checking for --enable-protocol_http" >&5
4649 # Check whether --enable-protocol_http or --disable-protocol_http was given.
4650 if test "${enable_protocol_http+set}" = set; then
4651 enableval
="$enable_protocol_http"
4653 if test "$enableval" = yes; then
4654 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
4656 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
4661 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4662 if test "x$LINE" != x
; then
4663 eval "DEFAULT_$LINE"
4668 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4673 eval "$ac_cv_use_protocol_http"
4674 if test "$no_cache" != 1; then
4675 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
4678 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4679 echo "$ac_t""yes" 1>&6
4681 echo "$ac_t""no" 1>&6
4685 echo $ac_n "checking for --enable-protocol_ftp""... $ac_c" 1>&6
4686 echo "configure:4687: checking for --enable-protocol_ftp" >&5
4688 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
4689 if test "${enable_protocol_ftp+set}" = set; then
4690 enableval
="$enable_protocol_ftp"
4692 if test "$enableval" = yes; then
4693 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
4695 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
4700 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4701 if test "x$LINE" != x
; then
4702 eval "DEFAULT_$LINE"
4707 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4712 eval "$ac_cv_use_protocol_ftp"
4713 if test "$no_cache" != 1; then
4714 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
4717 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4718 echo "$ac_t""yes" 1>&6
4720 echo "$ac_t""no" 1>&6
4724 echo $ac_n "checking for --enable-protocol_file""... $ac_c" 1>&6
4725 echo "configure:4726: checking for --enable-protocol_file" >&5
4727 # Check whether --enable-protocol_file or --disable-protocol_file was given.
4728 if test "${enable_protocol_file+set}" = set; then
4729 enableval
="$enable_protocol_file"
4731 if test "$enableval" = yes; then
4732 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
4734 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
4739 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4740 if test "x$LINE" != x
; then
4741 eval "DEFAULT_$LINE"
4746 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4751 eval "$ac_cv_use_protocol_file"
4752 if test "$no_cache" != 1; then
4753 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
4756 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4757 echo "$ac_t""yes" 1>&6
4759 echo "$ac_t""no" 1>&6
4766 echo $ac_n "checking for --enable-threads""... $ac_c" 1>&6
4767 echo "configure:4768: checking for --enable-threads" >&5
4769 # Check whether --enable-threads or --disable-threads was given.
4770 if test "${enable_threads+set}" = set; then
4771 enableval
="$enable_threads"
4773 if test "$enableval" = yes; then
4774 ac_cv_use_threads
='wxUSE_THREADS=yes'
4776 ac_cv_use_threads
='wxUSE_THREADS=no'
4781 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
4782 if test "x$LINE" != x
; then
4783 eval "DEFAULT_$LINE"
4788 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
4793 eval "$ac_cv_use_threads"
4794 if test "$no_cache" != 1; then
4795 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
4798 if test "$wxUSE_THREADS" = yes; then
4799 echo "$ac_t""yes" 1>&6
4801 echo "$ac_t""no" 1>&6
4805 if test "$wxUSE_GUI" = "yes"; then
4809 echo $ac_n "checking for --enable-docview""... $ac_c" 1>&6
4810 echo "configure:4811: checking for --enable-docview" >&5
4812 # Check whether --enable-docview or --disable-docview was given.
4813 if test "${enable_docview+set}" = set; then
4814 enableval
="$enable_docview"
4816 if test "$enableval" = yes; then
4817 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
4819 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
4824 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
4825 if test "x$LINE" != x
; then
4826 eval "DEFAULT_$LINE"
4831 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
4836 eval "$ac_cv_use_docview"
4837 if test "$no_cache" != 1; then
4838 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
4841 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
4842 echo "$ac_t""yes" 1>&6
4844 echo "$ac_t""no" 1>&6
4848 echo $ac_n "checking for --enable-help""... $ac_c" 1>&6
4849 echo "configure:4850: checking for --enable-help" >&5
4851 # Check whether --enable-help or --disable-help was given.
4852 if test "${enable_help+set}" = set; then
4853 enableval
="$enable_help"
4855 if test "$enableval" = yes; then
4856 ac_cv_use_help
='wxUSE_HELP=yes'
4858 ac_cv_use_help
='wxUSE_HELP=no'
4863 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
4864 if test "x$LINE" != x
; then
4865 eval "DEFAULT_$LINE"
4870 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
4875 eval "$ac_cv_use_help"
4876 if test "$no_cache" != 1; then
4877 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
4880 if test "$wxUSE_HELP" = yes; then
4881 echo "$ac_t""yes" 1>&6
4883 echo "$ac_t""no" 1>&6
4887 echo $ac_n "checking for --enable-mshtmlhelp""... $ac_c" 1>&6
4888 echo "configure:4889: checking for --enable-mshtmlhelp" >&5
4890 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
4891 if test "${enable_mshtmlhelp+set}" = set; then
4892 enableval
="$enable_mshtmlhelp"
4894 if test "$enableval" = yes; then
4895 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
4897 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
4902 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
4903 if test "x$LINE" != x
; then
4904 eval "DEFAULT_$LINE"
4909 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
4914 eval "$ac_cv_use_mshtmlhelp"
4915 if test "$no_cache" != 1; then
4916 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
4919 if test "$wxUSE_MS_HTML_HELP" = yes; then
4920 echo "$ac_t""yes" 1>&6
4922 echo "$ac_t""no" 1>&6
4926 echo $ac_n "checking for --enable-html""... $ac_c" 1>&6
4927 echo "configure:4928: checking for --enable-html" >&5
4929 # Check whether --enable-html or --disable-html was given.
4930 if test "${enable_html+set}" = set; then
4931 enableval
="$enable_html"
4933 if test "$enableval" = yes; then
4934 ac_cv_use_html
='wxUSE_HTML=yes'
4936 ac_cv_use_html
='wxUSE_HTML=no'
4941 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
4942 if test "x$LINE" != x
; then
4943 eval "DEFAULT_$LINE"
4948 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
4953 eval "$ac_cv_use_html"
4954 if test "$no_cache" != 1; then
4955 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
4958 if test "$wxUSE_HTML" = yes; then
4959 echo "$ac_t""yes" 1>&6
4961 echo "$ac_t""no" 1>&6
4965 echo $ac_n "checking for --enable-htmlhelp""... $ac_c" 1>&6
4966 echo "configure:4967: checking for --enable-htmlhelp" >&5
4968 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
4969 if test "${enable_htmlhelp+set}" = set; then
4970 enableval
="$enable_htmlhelp"
4972 if test "$enableval" = yes; then
4973 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
4975 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
4980 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
4981 if test "x$LINE" != x
; then
4982 eval "DEFAULT_$LINE"
4987 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
4992 eval "$ac_cv_use_htmlhelp"
4993 if test "$no_cache" != 1; then
4994 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
4997 if test "$wxUSE_WXHTML_HELP" = yes; then
4998 echo "$ac_t""yes" 1>&6
5000 echo "$ac_t""no" 1>&6
5004 echo $ac_n "checking for --enable-constraints""... $ac_c" 1>&6
5005 echo "configure:5006: checking for --enable-constraints" >&5
5007 # Check whether --enable-constraints or --disable-constraints was given.
5008 if test "${enable_constraints+set}" = set; then
5009 enableval
="$enable_constraints"
5011 if test "$enableval" = yes; then
5012 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
5014 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
5019 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5020 if test "x$LINE" != x
; then
5021 eval "DEFAULT_$LINE"
5026 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
5031 eval "$ac_cv_use_constraints"
5032 if test "$no_cache" != 1; then
5033 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5036 if test "$wxUSE_CONSTRAINTS" = yes; then
5037 echo "$ac_t""yes" 1>&6
5039 echo "$ac_t""no" 1>&6
5043 echo $ac_n "checking for --enable-printarch""... $ac_c" 1>&6
5044 echo "configure:5045: checking for --enable-printarch" >&5
5046 # Check whether --enable-printarch or --disable-printarch was given.
5047 if test "${enable_printarch+set}" = set; then
5048 enableval
="$enable_printarch"
5050 if test "$enableval" = yes; then
5051 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
5053 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
5058 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
5059 if test "x$LINE" != x
; then
5060 eval "DEFAULT_$LINE"
5065 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
5070 eval "$ac_cv_use_printarch"
5071 if test "$no_cache" != 1; then
5072 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
5075 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
5076 echo "$ac_t""yes" 1>&6
5078 echo "$ac_t""no" 1>&6
5082 echo $ac_n "checking for --enable-mdi""... $ac_c" 1>&6
5083 echo "configure:5084: checking for --enable-mdi" >&5
5085 # Check whether --enable-mdi or --disable-mdi was given.
5086 if test "${enable_mdi+set}" = set; then
5087 enableval
="$enable_mdi"
5089 if test "$enableval" = yes; then
5090 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=yes'
5092 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE=no'
5097 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
5098 if test "x$LINE" != x
; then
5099 eval "DEFAULT_$LINE"
5104 ac_cv_use_mdi
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
5109 eval "$ac_cv_use_mdi"
5110 if test "$no_cache" != 1; then
5111 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
5114 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
5115 echo "$ac_t""yes" 1>&6
5117 echo "$ac_t""no" 1>&6
5121 echo $ac_n "checking for --enable-loggui""... $ac_c" 1>&6
5122 echo "configure:5123: checking for --enable-loggui" >&5
5124 # Check whether --enable-loggui or --disable-loggui was given.
5125 if test "${enable_loggui+set}" = set; then
5126 enableval
="$enable_loggui"
5128 if test "$enableval" = yes; then
5129 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
5131 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
5136 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
5137 if test "x$LINE" != x
; then
5138 eval "DEFAULT_$LINE"
5143 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
5148 eval "$ac_cv_use_loggui"
5149 if test "$no_cache" != 1; then
5150 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
5153 if test "$wxUSE_LOGGUI" = yes; then
5154 echo "$ac_t""yes" 1>&6
5156 echo "$ac_t""no" 1>&6
5160 echo $ac_n "checking for --enable-logwin""... $ac_c" 1>&6
5161 echo "configure:5162: checking for --enable-logwin" >&5
5163 # Check whether --enable-logwin or --disable-logwin was given.
5164 if test "${enable_logwin+set}" = set; then
5165 enableval
="$enable_logwin"
5167 if test "$enableval" = yes; then
5168 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
5170 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
5175 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
5176 if test "x$LINE" != x
; then
5177 eval "DEFAULT_$LINE"
5182 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
5187 eval "$ac_cv_use_logwin"
5188 if test "$no_cache" != 1; then
5189 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
5192 if test "$wxUSE_LOGWINDOW" = yes; then
5193 echo "$ac_t""yes" 1>&6
5195 echo "$ac_t""no" 1>&6
5199 echo $ac_n "checking for --enable-logdialog""... $ac_c" 1>&6
5200 echo "configure:5201: checking for --enable-logdialog" >&5
5202 # Check whether --enable-logdialog or --disable-logdialog was given.
5203 if test "${enable_logdialog+set}" = set; then
5204 enableval
="$enable_logdialog"
5206 if test "$enableval" = yes; then
5207 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
5209 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
5214 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
5215 if test "x$LINE" != x
; then
5216 eval "DEFAULT_$LINE"
5221 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
5226 eval "$ac_cv_use_logdialog"
5227 if test "$no_cache" != 1; then
5228 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
5231 if test "$wxUSE_LOGDIALOG" = yes; then
5232 echo "$ac_t""yes" 1>&6
5234 echo "$ac_t""no" 1>&6
5239 echo $ac_n "checking for --enable-postscript""... $ac_c" 1>&6
5240 echo "configure:5241: checking for --enable-postscript" >&5
5242 # Check whether --enable-postscript or --disable-postscript was given.
5243 if test "${enable_postscript+set}" = set; then
5244 enableval
="$enable_postscript"
5246 if test "$enableval" = yes; then
5247 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
5249 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
5254 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
5255 if test "x$LINE" != x
; then
5256 eval "DEFAULT_$LINE"
5261 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
5266 eval "$ac_cv_use_postscript"
5267 if test "$no_cache" != 1; then
5268 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
5271 if test "$wxUSE_POSTSCRIPT" = yes; then
5272 echo "$ac_t""yes" 1>&6
5274 echo "$ac_t""no" 1>&6
5281 echo $ac_n "checking for --enable-prologio""... $ac_c" 1>&6
5282 echo "configure:5283: checking for --enable-prologio" >&5
5284 # Check whether --enable-prologio or --disable-prologio was given.
5285 if test "${enable_prologio+set}" = set; then
5286 enableval
="$enable_prologio"
5288 if test "$enableval" = yes; then
5289 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
5291 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
5296 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
5297 if test "x$LINE" != x
; then
5298 eval "DEFAULT_$LINE"
5303 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
5308 eval "$ac_cv_use_prologio"
5309 if test "$no_cache" != 1; then
5310 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
5313 if test "$wxUSE_PROLOGIO" = yes; then
5314 echo "$ac_t""yes" 1>&6
5316 echo "$ac_t""no" 1>&6
5320 echo $ac_n "checking for --enable-resources""... $ac_c" 1>&6
5321 echo "configure:5322: checking for --enable-resources" >&5
5323 # Check whether --enable-resources or --disable-resources was given.
5324 if test "${enable_resources+set}" = set; then
5325 enableval
="$enable_resources"
5327 if test "$enableval" = yes; then
5328 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
5330 ac_cv_use_resources
='wxUSE_RESOURCES=no'
5335 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
5336 if test "x$LINE" != x
; then
5337 eval "DEFAULT_$LINE"
5342 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
5347 eval "$ac_cv_use_resources"
5348 if test "$no_cache" != 1; then
5349 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
5352 if test "$wxUSE_RESOURCES" = yes; then
5353 echo "$ac_t""yes" 1>&6
5355 echo "$ac_t""no" 1>&6
5360 echo $ac_n "checking for --enable-xresources""... $ac_c" 1>&6
5361 echo "configure:5362: checking for --enable-xresources" >&5
5363 # Check whether --enable-xresources or --disable-xresources was given.
5364 if test "${enable_xresources+set}" = set; then
5365 enableval
="$enable_xresources"
5367 if test "$enableval" = yes; then
5368 ac_cv_use_xresources
='wxUSE_X_RESOURCES=yes'
5370 ac_cv_use_xresources
='wxUSE_X_RESOURCES=no'
5375 LINE
=`grep "wxUSE_X_RESOURCES" ${wx_arg_cache_file}`
5376 if test "x$LINE" != x
; then
5377 eval "DEFAULT_$LINE"
5382 ac_cv_use_xresources
='wxUSE_X_RESOURCES='$DEFAULT_wxUSE_X_RESOURCES
5387 eval "$ac_cv_use_xresources"
5388 if test "$no_cache" != 1; then
5389 echo $ac_cv_use_xresources >> ${wx_arg_cache_file}.tmp
5392 if test "$wxUSE_X_RESOURCES" = yes; then
5393 echo "$ac_t""yes" 1>&6
5395 echo "$ac_t""no" 1>&6
5401 echo $ac_n "checking for --enable-clipboard""... $ac_c" 1>&6
5402 echo "configure:5403: checking for --enable-clipboard" >&5
5404 # Check whether --enable-clipboard or --disable-clipboard was given.
5405 if test "${enable_clipboard+set}" = set; then
5406 enableval
="$enable_clipboard"
5408 if test "$enableval" = yes; then
5409 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
5411 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
5416 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
5417 if test "x$LINE" != x
; then
5418 eval "DEFAULT_$LINE"
5423 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
5428 eval "$ac_cv_use_clipboard"
5429 if test "$no_cache" != 1; then
5430 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
5433 if test "$wxUSE_CLIPBOARD" = yes; then
5434 echo "$ac_t""yes" 1>&6
5436 echo "$ac_t""no" 1>&6
5440 echo $ac_n "checking for --enable-dnd""... $ac_c" 1>&6
5441 echo "configure:5442: checking for --enable-dnd" >&5
5443 # Check whether --enable-dnd or --disable-dnd was given.
5444 if test "${enable_dnd+set}" = set; then
5445 enableval
="$enable_dnd"
5447 if test "$enableval" = yes; then
5448 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
5450 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
5455 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
5456 if test "x$LINE" != x
; then
5457 eval "DEFAULT_$LINE"
5462 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
5467 eval "$ac_cv_use_dnd"
5468 if test "$no_cache" != 1; then
5469 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
5472 if test "$wxUSE_DRAG_AND_DROP" = yes; then
5473 echo "$ac_t""yes" 1>&6
5475 echo "$ac_t""no" 1>&6
5479 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
5480 echo "configure:5481: checking for --enable-metafile" >&5
5482 # Check whether --enable-metafile or --disable-metafile was given.
5483 if test "${enable_metafile+set}" = set; then
5484 enableval
="$enable_metafile"
5486 if test "$enableval" = yes; then
5487 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
5489 ac_cv_use_metafile
='wxUSE_METAFILE=no'
5494 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
5495 if test "x$LINE" != x
; then
5496 eval "DEFAULT_$LINE"
5501 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
5506 eval "$ac_cv_use_metafile"
5507 if test "$no_cache" != 1; then
5508 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
5511 if test "$wxUSE_METAFILE" = yes; then
5512 echo "$ac_t""yes" 1>&6
5514 echo "$ac_t""no" 1>&6
5519 echo $ac_n "checking for --enable-treelayout""... $ac_c" 1>&6
5520 echo "configure:5521: checking for --enable-treelayout" >&5
5522 # Check whether --enable-treelayout or --disable-treelayout was given.
5523 if test "${enable_treelayout+set}" = set; then
5524 enableval
="$enable_treelayout"
5526 if test "$enableval" = yes; then
5527 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=yes'
5529 ac_cv_use_treelayout
='wxUSE_TREELAYOUT=no'
5534 LINE
=`grep "wxUSE_TREELAYOUT" ${wx_arg_cache_file}`
5535 if test "x$LINE" != x
; then
5536 eval "DEFAULT_$LINE"
5541 ac_cv_use_treelayout
='wxUSE_TREELAYOUT='$DEFAULT_wxUSE_TREELAYOUT
5546 eval "$ac_cv_use_treelayout"
5547 if test "$no_cache" != 1; then
5548 echo $ac_cv_use_treelayout >> ${wx_arg_cache_file}.tmp
5551 if test "$wxUSE_TREELAYOUT" = yes; then
5552 echo "$ac_t""yes" 1>&6
5554 echo "$ac_t""no" 1>&6
5560 echo $ac_n "checking for --enable-controls""... $ac_c" 1>&6
5561 echo "configure:5562: checking for --enable-controls" >&5
5563 # Check whether --enable-controls or --disable-controls was given.
5564 if test "${enable_controls+set}" = set; then
5565 enableval
="$enable_controls"
5567 if test "$enableval" = yes; then
5568 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
5570 ac_cv_use_controls
='wxUSE_CONTROLS=no'
5575 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
5576 if test "x$LINE" != x
; then
5577 eval "DEFAULT_$LINE"
5582 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
5587 eval "$ac_cv_use_controls"
5588 if test "$no_cache" != 1; then
5589 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
5592 if test "$wxUSE_CONTROLS" = yes; then
5593 echo "$ac_t""yes" 1>&6
5595 echo "$ac_t""no" 1>&6
5599 if test "$wxUSE_CONTROLS" = "yes"; then
5600 DEFAULT_wxUSE_ACCEL
=yes
5601 DEFAULT_wxUSE_BMPBUTTON
=yes
5602 DEFAULT_wxUSE_BUTTON
=yes
5603 DEFAULT_wxUSE_CALCTRL
=no
5604 DEFAULT_wxUSE_CARET
=yes
5605 DEFAULT_wxUSE_COMBOBOX
=yes
5606 DEFAULT_wxUSE_CHECKBOX
=yes
5607 DEFAULT_wxUSE_CHECKLISTBOX
=yes
5608 DEFAULT_wxUSE_CHOICE
=yes
5609 DEFAULT_wxUSE_GAUGE
=yes
5610 DEFAULT_wxUSE_GRID
=yes
5611 DEFAULT_wxUSE_NEW_GRID
=yes
5612 DEFAULT_wxUSE_IMAGLIST
=yes
5613 DEFAULT_wxUSE_LISTBOX
=yes
5614 DEFAULT_wxUSE_LISTCTRL
=yes
5615 DEFAULT_wxUSE_NOTEBOOK
=yes
5616 DEFAULT_wxUSE_PROPSHEET
=yes
5617 DEFAULT_wxUSE_RADIOBOX
=yes
5618 DEFAULT_wxUSE_RADIOBTN
=yes
5619 DEFAULT_wxUSE_SASH
=yes
5620 DEFAULT_wxUSE_SCROLLBAR
=yes
5621 DEFAULT_wxUSE_SLIDER
=yes
5622 DEFAULT_wxUSE_SPINBTN
=yes
5623 DEFAULT_wxUSE_SPINCTRL
=yes
5624 DEFAULT_wxUSE_SPLITTER
=yes
5625 DEFAULT_wxUSE_STATBMP
=yes
5626 DEFAULT_wxUSE_STATBOX
=yes
5627 DEFAULT_wxUSE_STATLINE
=yes
5628 DEFAULT_wxUSE_STATUSBAR
=yes
5629 DEFAULT_wxUSE_TAB_DIALOG
=yes
5630 DEFAULT_wxUSE_TOGGLEBTN
=yes
5631 DEFAULT_wxUSE_TOOLBAR
=yes
5632 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
5633 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
5634 DEFAULT_wxUSE_TOOLTIPS
=yes
5635 DEFAULT_wxUSE_TREECTRL
=yes
5636 DEFAULT_wxUSE_POPUPWIN
=yes
5637 DEFAULT_wxUSE_TIPWINDOW
=yes
5638 elif test "$wxUSE_CONTROLS" = "no"; then
5639 DEFAULT_wxUSE_ACCEL
=no
5640 DEFAULT_wxUSE_BMPBUTTON
=no
5641 DEFAULT_wxUSE_BUTTON
=no
5642 DEFAULT_wxUSE_CALCTRL
=no
5643 DEFAULT_wxUSE_CARET
=no
5644 DEFAULT_wxUSE_COMBOBOX
=no
5645 DEFAULT_wxUSE_CHECKBOX
=no
5646 DEFAULT_wxUSE_CHECKLISTBOX
=no
5647 DEFAULT_wxUSE_CHOICE
=no
5648 DEFAULT_wxUSE_GAUGE
=no
5649 DEFAULT_wxUSE_GRID
=no
5650 DEFAULT_wxUSE_NEW_GRID
=no
5651 DEFAULT_wxUSE_IMAGLIST
=no
5652 DEFAULT_wxUSE_LISTBOX
=no
5653 DEFAULT_wxUSE_LISTCTRL
=no
5654 DEFAULT_wxUSE_NOTEBOOK
=no
5655 DEFAULT_wxUSE_PROPSHEET
=no
5656 DEFAULT_wxUSE_RADIOBOX
=no
5657 DEFAULT_wxUSE_RADIOBTN
=no
5658 DEFAULT_wxUSE_SASH
=no
5659 DEFAULT_wxUSE_SCROLLBAR
=no
5660 DEFAULT_wxUSE_SLIDER
=no
5661 DEFAULT_wxUSE_SPINBTN
=no
5662 DEFAULT_wxUSE_SPINCTRL
=no
5663 DEFAULT_wxUSE_SPLITTER
=no
5664 DEFAULT_wxUSE_STATBMP
=no
5665 DEFAULT_wxUSE_STATBOX
=no
5666 DEFAULT_wxUSE_STATLINE
=no
5667 DEFAULT_wxUSE_STATUSBAR
=no
5668 DEFAULT_wxUSE_TAB_DIALOG
=no
5669 DEFAULT_wxUSE_TOGGLEBTN
=no
5670 DEFAULT_wxUSE_TOOLBAR
=no
5671 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
5672 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
5673 DEFAULT_wxUSE_TOOLTIPS
=no
5674 DEFAULT_wxUSE_TREECTRL
=no
5675 DEFAULT_wxUSE_POPUPWIN
=no
5676 DEFAULT_wxUSE_TIPWINDOW
=no
5680 echo $ac_n "checking for --enable-accel""... $ac_c" 1>&6
5681 echo "configure:5682: checking for --enable-accel" >&5
5683 # Check whether --enable-accel or --disable-accel was given.
5684 if test "${enable_accel+set}" = set; then
5685 enableval
="$enable_accel"
5687 if test "$enableval" = yes; then
5688 ac_cv_use_accel
='wxUSE_ACCEL=yes'
5690 ac_cv_use_accel
='wxUSE_ACCEL=no'
5695 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
5696 if test "x$LINE" != x
; then
5697 eval "DEFAULT_$LINE"
5702 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
5707 eval "$ac_cv_use_accel"
5708 if test "$no_cache" != 1; then
5709 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
5712 if test "$wxUSE_ACCEL" = yes; then
5713 echo "$ac_t""yes" 1>&6
5715 echo "$ac_t""no" 1>&6
5719 echo $ac_n "checking for --enable-button""... $ac_c" 1>&6
5720 echo "configure:5721: checking for --enable-button" >&5
5722 # Check whether --enable-button or --disable-button was given.
5723 if test "${enable_button+set}" = set; then
5724 enableval
="$enable_button"
5726 if test "$enableval" = yes; then
5727 ac_cv_use_button
='wxUSE_BUTTON=yes'
5729 ac_cv_use_button
='wxUSE_BUTTON=no'
5734 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
5735 if test "x$LINE" != x
; then
5736 eval "DEFAULT_$LINE"
5741 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
5746 eval "$ac_cv_use_button"
5747 if test "$no_cache" != 1; then
5748 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
5751 if test "$wxUSE_BUTTON" = yes; then
5752 echo "$ac_t""yes" 1>&6
5754 echo "$ac_t""no" 1>&6
5758 echo $ac_n "checking for --enable-bmpbutton""... $ac_c" 1>&6
5759 echo "configure:5760: checking for --enable-bmpbutton" >&5
5761 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
5762 if test "${enable_bmpbutton+set}" = set; then
5763 enableval
="$enable_bmpbutton"
5765 if test "$enableval" = yes; then
5766 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
5768 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
5773 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
5774 if test "x$LINE" != x
; then
5775 eval "DEFAULT_$LINE"
5780 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
5785 eval "$ac_cv_use_bmpbutton"
5786 if test "$no_cache" != 1; then
5787 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
5790 if test "$wxUSE_BMPBUTTON" = yes; then
5791 echo "$ac_t""yes" 1>&6
5793 echo "$ac_t""no" 1>&6
5797 echo $ac_n "checking for --enable-calendar""... $ac_c" 1>&6
5798 echo "configure:5799: checking for --enable-calendar" >&5
5800 # Check whether --enable-calendar or --disable-calendar was given.
5801 if test "${enable_calendar+set}" = set; then
5802 enableval
="$enable_calendar"
5804 if test "$enableval" = yes; then
5805 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
5807 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
5812 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
5813 if test "x$LINE" != x
; then
5814 eval "DEFAULT_$LINE"
5819 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
5824 eval "$ac_cv_use_calendar"
5825 if test "$no_cache" != 1; then
5826 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
5829 if test "$wxUSE_CALCTRL" = yes; then
5830 echo "$ac_t""yes" 1>&6
5832 echo "$ac_t""no" 1>&6
5836 echo $ac_n "checking for --enable-caret""... $ac_c" 1>&6
5837 echo "configure:5838: checking for --enable-caret" >&5
5839 # Check whether --enable-caret or --disable-caret was given.
5840 if test "${enable_caret+set}" = set; then
5841 enableval
="$enable_caret"
5843 if test "$enableval" = yes; then
5844 ac_cv_use_caret
='wxUSE_CARET=yes'
5846 ac_cv_use_caret
='wxUSE_CARET=no'
5851 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
5852 if test "x$LINE" != x
; then
5853 eval "DEFAULT_$LINE"
5858 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
5863 eval "$ac_cv_use_caret"
5864 if test "$no_cache" != 1; then
5865 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
5868 if test "$wxUSE_CARET" = yes; then
5869 echo "$ac_t""yes" 1>&6
5871 echo "$ac_t""no" 1>&6
5875 echo $ac_n "checking for --enable-checkbox""... $ac_c" 1>&6
5876 echo "configure:5877: checking for --enable-checkbox" >&5
5878 # Check whether --enable-checkbox or --disable-checkbox was given.
5879 if test "${enable_checkbox+set}" = set; then
5880 enableval
="$enable_checkbox"
5882 if test "$enableval" = yes; then
5883 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
5885 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
5890 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
5891 if test "x$LINE" != x
; then
5892 eval "DEFAULT_$LINE"
5897 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
5902 eval "$ac_cv_use_checkbox"
5903 if test "$no_cache" != 1; then
5904 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
5907 if test "$wxUSE_CHECKBOX" = yes; then
5908 echo "$ac_t""yes" 1>&6
5910 echo "$ac_t""no" 1>&6
5914 echo $ac_n "checking for --enable-checklst""... $ac_c" 1>&6
5915 echo "configure:5916: checking for --enable-checklst" >&5
5917 # Check whether --enable-checklst or --disable-checklst was given.
5918 if test "${enable_checklst+set}" = set; then
5919 enableval
="$enable_checklst"
5921 if test "$enableval" = yes; then
5922 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
5924 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
5929 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
5930 if test "x$LINE" != x
; then
5931 eval "DEFAULT_$LINE"
5936 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
5941 eval "$ac_cv_use_checklst"
5942 if test "$no_cache" != 1; then
5943 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
5946 if test "$wxUSE_CHECKLST" = yes; then
5947 echo "$ac_t""yes" 1>&6
5949 echo "$ac_t""no" 1>&6
5953 echo $ac_n "checking for --enable-choice""... $ac_c" 1>&6
5954 echo "configure:5955: checking for --enable-choice" >&5
5956 # Check whether --enable-choice or --disable-choice was given.
5957 if test "${enable_choice+set}" = set; then
5958 enableval
="$enable_choice"
5960 if test "$enableval" = yes; then
5961 ac_cv_use_choice
='wxUSE_CHOICE=yes'
5963 ac_cv_use_choice
='wxUSE_CHOICE=no'
5968 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
5969 if test "x$LINE" != x
; then
5970 eval "DEFAULT_$LINE"
5975 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
5980 eval "$ac_cv_use_choice"
5981 if test "$no_cache" != 1; then
5982 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
5985 if test "$wxUSE_CHOICE" = yes; then
5986 echo "$ac_t""yes" 1>&6
5988 echo "$ac_t""no" 1>&6
5992 echo $ac_n "checking for --enable-combobox""... $ac_c" 1>&6
5993 echo "configure:5994: checking for --enable-combobox" >&5
5995 # Check whether --enable-combobox or --disable-combobox was given.
5996 if test "${enable_combobox+set}" = set; then
5997 enableval
="$enable_combobox"
5999 if test "$enableval" = yes; then
6000 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
6002 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
6007 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6008 if test "x$LINE" != x
; then
6009 eval "DEFAULT_$LINE"
6014 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
6019 eval "$ac_cv_use_combobox"
6020 if test "$no_cache" != 1; then
6021 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6024 if test "$wxUSE_COMBOBOX" = yes; then
6025 echo "$ac_t""yes" 1>&6
6027 echo "$ac_t""no" 1>&6
6031 echo $ac_n "checking for --enable-gauge""... $ac_c" 1>&6
6032 echo "configure:6033: checking for --enable-gauge" >&5
6034 # Check whether --enable-gauge or --disable-gauge was given.
6035 if test "${enable_gauge+set}" = set; then
6036 enableval
="$enable_gauge"
6038 if test "$enableval" = yes; then
6039 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
6041 ac_cv_use_gauge
='wxUSE_GAUGE=no'
6046 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
6047 if test "x$LINE" != x
; then
6048 eval "DEFAULT_$LINE"
6053 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
6058 eval "$ac_cv_use_gauge"
6059 if test "$no_cache" != 1; then
6060 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
6063 if test "$wxUSE_GAUGE" = yes; then
6064 echo "$ac_t""yes" 1>&6
6066 echo "$ac_t""no" 1>&6
6070 echo $ac_n "checking for --enable-grid""... $ac_c" 1>&6
6071 echo "configure:6072: checking for --enable-grid" >&5
6073 # Check whether --enable-grid or --disable-grid was given.
6074 if test "${enable_grid+set}" = set; then
6075 enableval
="$enable_grid"
6077 if test "$enableval" = yes; then
6078 ac_cv_use_grid
='wxUSE_GRID=yes'
6080 ac_cv_use_grid
='wxUSE_GRID=no'
6085 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
6086 if test "x$LINE" != x
; then
6087 eval "DEFAULT_$LINE"
6092 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
6097 eval "$ac_cv_use_grid"
6098 if test "$no_cache" != 1; then
6099 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
6102 if test "$wxUSE_GRID" = yes; then
6103 echo "$ac_t""yes" 1>&6
6105 echo "$ac_t""no" 1>&6
6109 echo $ac_n "checking for --enable-newgrid""... $ac_c" 1>&6
6110 echo "configure:6111: checking for --enable-newgrid" >&5
6112 # Check whether --enable-newgrid or --disable-newgrid was given.
6113 if test "${enable_newgrid+set}" = set; then
6114 enableval
="$enable_newgrid"
6116 if test "$enableval" = yes; then
6117 ac_cv_use_newgrid
='wxUSE_NEW_GRID=yes'
6119 ac_cv_use_newgrid
='wxUSE_NEW_GRID=no'
6124 LINE
=`grep "wxUSE_NEW_GRID" ${wx_arg_cache_file}`
6125 if test "x$LINE" != x
; then
6126 eval "DEFAULT_$LINE"
6131 ac_cv_use_newgrid
='wxUSE_NEW_GRID='$DEFAULT_wxUSE_NEW_GRID
6136 eval "$ac_cv_use_newgrid"
6137 if test "$no_cache" != 1; then
6138 echo $ac_cv_use_newgrid >> ${wx_arg_cache_file}.tmp
6141 if test "$wxUSE_NEW_GRID" = yes; then
6142 echo "$ac_t""yes" 1>&6
6144 echo "$ac_t""no" 1>&6
6148 echo $ac_n "checking for --enable-imaglist""... $ac_c" 1>&6
6149 echo "configure:6150: checking for --enable-imaglist" >&5
6151 # Check whether --enable-imaglist or --disable-imaglist was given.
6152 if test "${enable_imaglist+set}" = set; then
6153 enableval
="$enable_imaglist"
6155 if test "$enableval" = yes; then
6156 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
6158 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
6163 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
6164 if test "x$LINE" != x
; then
6165 eval "DEFAULT_$LINE"
6170 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
6175 eval "$ac_cv_use_imaglist"
6176 if test "$no_cache" != 1; then
6177 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
6180 if test "$wxUSE_IMAGLIST" = yes; then
6181 echo "$ac_t""yes" 1>&6
6183 echo "$ac_t""no" 1>&6
6187 echo $ac_n "checking for --enable-listbox""... $ac_c" 1>&6
6188 echo "configure:6189: checking for --enable-listbox" >&5
6190 # Check whether --enable-listbox or --disable-listbox was given.
6191 if test "${enable_listbox+set}" = set; then
6192 enableval
="$enable_listbox"
6194 if test "$enableval" = yes; then
6195 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
6197 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
6202 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
6203 if test "x$LINE" != x
; then
6204 eval "DEFAULT_$LINE"
6209 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
6214 eval "$ac_cv_use_listbox"
6215 if test "$no_cache" != 1; then
6216 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
6219 if test "$wxUSE_LISTBOX" = yes; then
6220 echo "$ac_t""yes" 1>&6
6222 echo "$ac_t""no" 1>&6
6226 echo $ac_n "checking for --enable-listctrl""... $ac_c" 1>&6
6227 echo "configure:6228: checking for --enable-listctrl" >&5
6229 # Check whether --enable-listctrl or --disable-listctrl was given.
6230 if test "${enable_listctrl+set}" = set; then
6231 enableval
="$enable_listctrl"
6233 if test "$enableval" = yes; then
6234 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
6236 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
6241 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
6242 if test "x$LINE" != x
; then
6243 eval "DEFAULT_$LINE"
6248 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
6253 eval "$ac_cv_use_listctrl"
6254 if test "$no_cache" != 1; then
6255 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
6258 if test "$wxUSE_LISTCTRL" = yes; then
6259 echo "$ac_t""yes" 1>&6
6261 echo "$ac_t""no" 1>&6
6265 echo $ac_n "checking for --enable-notebook""... $ac_c" 1>&6
6266 echo "configure:6267: checking for --enable-notebook" >&5
6268 # Check whether --enable-notebook or --disable-notebook was given.
6269 if test "${enable_notebook+set}" = set; then
6270 enableval
="$enable_notebook"
6272 if test "$enableval" = yes; then
6273 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
6275 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
6280 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
6281 if test "x$LINE" != x
; then
6282 eval "DEFAULT_$LINE"
6287 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
6292 eval "$ac_cv_use_notebook"
6293 if test "$no_cache" != 1; then
6294 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
6297 if test "$wxUSE_NOTEBOOK" = yes; then
6298 echo "$ac_t""yes" 1>&6
6300 echo "$ac_t""no" 1>&6
6304 echo $ac_n "checking for --enable-propsheet""... $ac_c" 1>&6
6305 echo "configure:6306: checking for --enable-propsheet" >&5
6307 # Check whether --enable-propsheet or --disable-propsheet was given.
6308 if test "${enable_propsheet+set}" = set; then
6309 enableval
="$enable_propsheet"
6311 if test "$enableval" = yes; then
6312 ac_cv_use_propsheet
='wxUSE_PROPSHEET=yes'
6314 ac_cv_use_propsheet
='wxUSE_PROPSHEET=no'
6319 LINE
=`grep "wxUSE_PROPSHEET" ${wx_arg_cache_file}`
6320 if test "x$LINE" != x
; then
6321 eval "DEFAULT_$LINE"
6326 ac_cv_use_propsheet
='wxUSE_PROPSHEET='$DEFAULT_wxUSE_PROPSHEET
6331 eval "$ac_cv_use_propsheet"
6332 if test "$no_cache" != 1; then
6333 echo $ac_cv_use_propsheet >> ${wx_arg_cache_file}.tmp
6336 if test "$wxUSE_PROPSHEET" = yes; then
6337 echo "$ac_t""yes" 1>&6
6339 echo "$ac_t""no" 1>&6
6343 echo $ac_n "checking for --enable-radiobox""... $ac_c" 1>&6
6344 echo "configure:6345: checking for --enable-radiobox" >&5
6346 # Check whether --enable-radiobox or --disable-radiobox was given.
6347 if test "${enable_radiobox+set}" = set; then
6348 enableval
="$enable_radiobox"
6350 if test "$enableval" = yes; then
6351 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
6353 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
6358 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
6359 if test "x$LINE" != x
; then
6360 eval "DEFAULT_$LINE"
6365 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
6370 eval "$ac_cv_use_radiobox"
6371 if test "$no_cache" != 1; then
6372 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
6375 if test "$wxUSE_RADIOBOX" = yes; then
6376 echo "$ac_t""yes" 1>&6
6378 echo "$ac_t""no" 1>&6
6382 echo $ac_n "checking for --enable-radiobtn""... $ac_c" 1>&6
6383 echo "configure:6384: checking for --enable-radiobtn" >&5
6385 # Check whether --enable-radiobtn or --disable-radiobtn was given.
6386 if test "${enable_radiobtn+set}" = set; then
6387 enableval
="$enable_radiobtn"
6389 if test "$enableval" = yes; then
6390 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
6392 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
6397 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
6398 if test "x$LINE" != x
; then
6399 eval "DEFAULT_$LINE"
6404 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
6409 eval "$ac_cv_use_radiobtn"
6410 if test "$no_cache" != 1; then
6411 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
6414 if test "$wxUSE_RADIOBTN" = yes; then
6415 echo "$ac_t""yes" 1>&6
6417 echo "$ac_t""no" 1>&6
6421 echo $ac_n "checking for --enable-sash""... $ac_c" 1>&6
6422 echo "configure:6423: checking for --enable-sash" >&5
6424 # Check whether --enable-sash or --disable-sash was given.
6425 if test "${enable_sash+set}" = set; then
6426 enableval
="$enable_sash"
6428 if test "$enableval" = yes; then
6429 ac_cv_use_sash
='wxUSE_SASH=yes'
6431 ac_cv_use_sash
='wxUSE_SASH=no'
6436 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
6437 if test "x$LINE" != x
; then
6438 eval "DEFAULT_$LINE"
6443 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
6448 eval "$ac_cv_use_sash"
6449 if test "$no_cache" != 1; then
6450 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
6453 if test "$wxUSE_SASH" = yes; then
6454 echo "$ac_t""yes" 1>&6
6456 echo "$ac_t""no" 1>&6
6460 echo $ac_n "checking for --enable-scrollbar""... $ac_c" 1>&6
6461 echo "configure:6462: checking for --enable-scrollbar" >&5
6463 # Check whether --enable-scrollbar or --disable-scrollbar was given.
6464 if test "${enable_scrollbar+set}" = set; then
6465 enableval
="$enable_scrollbar"
6467 if test "$enableval" = yes; then
6468 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
6470 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
6475 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
6476 if test "x$LINE" != x
; then
6477 eval "DEFAULT_$LINE"
6482 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
6487 eval "$ac_cv_use_scrollbar"
6488 if test "$no_cache" != 1; then
6489 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
6492 if test "$wxUSE_SCROLLBAR" = yes; then
6493 echo "$ac_t""yes" 1>&6
6495 echo "$ac_t""no" 1>&6
6499 echo $ac_n "checking for --enable-slider""... $ac_c" 1>&6
6500 echo "configure:6501: checking for --enable-slider" >&5
6502 # Check whether --enable-slider or --disable-slider was given.
6503 if test "${enable_slider+set}" = set; then
6504 enableval
="$enable_slider"
6506 if test "$enableval" = yes; then
6507 ac_cv_use_slider
='wxUSE_SLIDER=yes'
6509 ac_cv_use_slider
='wxUSE_SLIDER=no'
6514 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
6515 if test "x$LINE" != x
; then
6516 eval "DEFAULT_$LINE"
6521 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
6526 eval "$ac_cv_use_slider"
6527 if test "$no_cache" != 1; then
6528 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
6531 if test "$wxUSE_SLIDER" = yes; then
6532 echo "$ac_t""yes" 1>&6
6534 echo "$ac_t""no" 1>&6
6538 echo $ac_n "checking for --enable-spinbtn""... $ac_c" 1>&6
6539 echo "configure:6540: checking for --enable-spinbtn" >&5
6541 # Check whether --enable-spinbtn or --disable-spinbtn was given.
6542 if test "${enable_spinbtn+set}" = set; then
6543 enableval
="$enable_spinbtn"
6545 if test "$enableval" = yes; then
6546 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
6548 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
6553 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
6554 if test "x$LINE" != x
; then
6555 eval "DEFAULT_$LINE"
6560 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
6565 eval "$ac_cv_use_spinbtn"
6566 if test "$no_cache" != 1; then
6567 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
6570 if test "$wxUSE_SPINBTN" = yes; then
6571 echo "$ac_t""yes" 1>&6
6573 echo "$ac_t""no" 1>&6
6577 echo $ac_n "checking for --enable-spinctrl""... $ac_c" 1>&6
6578 echo "configure:6579: checking for --enable-spinctrl" >&5
6580 # Check whether --enable-spinctrl or --disable-spinctrl was given.
6581 if test "${enable_spinctrl+set}" = set; then
6582 enableval
="$enable_spinctrl"
6584 if test "$enableval" = yes; then
6585 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
6587 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
6592 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
6593 if test "x$LINE" != x
; then
6594 eval "DEFAULT_$LINE"
6599 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
6604 eval "$ac_cv_use_spinctrl"
6605 if test "$no_cache" != 1; then
6606 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
6609 if test "$wxUSE_SPINCTRL" = yes; then
6610 echo "$ac_t""yes" 1>&6
6612 echo "$ac_t""no" 1>&6
6616 echo $ac_n "checking for --enable-splitter""... $ac_c" 1>&6
6617 echo "configure:6618: checking for --enable-splitter" >&5
6619 # Check whether --enable-splitter or --disable-splitter was given.
6620 if test "${enable_splitter+set}" = set; then
6621 enableval
="$enable_splitter"
6623 if test "$enableval" = yes; then
6624 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
6626 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
6631 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
6632 if test "x$LINE" != x
; then
6633 eval "DEFAULT_$LINE"
6638 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
6643 eval "$ac_cv_use_splitter"
6644 if test "$no_cache" != 1; then
6645 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
6648 if test "$wxUSE_SPLITTER" = yes; then
6649 echo "$ac_t""yes" 1>&6
6651 echo "$ac_t""no" 1>&6
6655 echo $ac_n "checking for --enable-statbmp""... $ac_c" 1>&6
6656 echo "configure:6657: checking for --enable-statbmp" >&5
6658 # Check whether --enable-statbmp or --disable-statbmp was given.
6659 if test "${enable_statbmp+set}" = set; then
6660 enableval
="$enable_statbmp"
6662 if test "$enableval" = yes; then
6663 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
6665 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
6670 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
6671 if test "x$LINE" != x
; then
6672 eval "DEFAULT_$LINE"
6677 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
6682 eval "$ac_cv_use_statbmp"
6683 if test "$no_cache" != 1; then
6684 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
6687 if test "$wxUSE_STATBMP" = yes; then
6688 echo "$ac_t""yes" 1>&6
6690 echo "$ac_t""no" 1>&6
6694 echo $ac_n "checking for --enable-statbox""... $ac_c" 1>&6
6695 echo "configure:6696: checking for --enable-statbox" >&5
6697 # Check whether --enable-statbox or --disable-statbox was given.
6698 if test "${enable_statbox+set}" = set; then
6699 enableval
="$enable_statbox"
6701 if test "$enableval" = yes; then
6702 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
6704 ac_cv_use_statbox
='wxUSE_STATBOX=no'
6709 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
6710 if test "x$LINE" != x
; then
6711 eval "DEFAULT_$LINE"
6716 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
6721 eval "$ac_cv_use_statbox"
6722 if test "$no_cache" != 1; then
6723 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
6726 if test "$wxUSE_STATBOX" = yes; then
6727 echo "$ac_t""yes" 1>&6
6729 echo "$ac_t""no" 1>&6
6733 echo $ac_n "checking for --enable-statline""... $ac_c" 1>&6
6734 echo "configure:6735: checking for --enable-statline" >&5
6736 # Check whether --enable-statline or --disable-statline was given.
6737 if test "${enable_statline+set}" = set; then
6738 enableval
="$enable_statline"
6740 if test "$enableval" = yes; then
6741 ac_cv_use_statline
='wxUSE_STATLINE=yes'
6743 ac_cv_use_statline
='wxUSE_STATLINE=no'
6748 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
6749 if test "x$LINE" != x
; then
6750 eval "DEFAULT_$LINE"
6755 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
6760 eval "$ac_cv_use_statline"
6761 if test "$no_cache" != 1; then
6762 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
6765 if test "$wxUSE_STATLINE" = yes; then
6766 echo "$ac_t""yes" 1>&6
6768 echo "$ac_t""no" 1>&6
6772 echo $ac_n "checking for --enable-stattext""... $ac_c" 1>&6
6773 echo "configure:6774: checking for --enable-stattext" >&5
6775 # Check whether --enable-stattext or --disable-stattext was given.
6776 if test "${enable_stattext+set}" = set; then
6777 enableval
="$enable_stattext"
6779 if test "$enableval" = yes; then
6780 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
6782 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
6787 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
6788 if test "x$LINE" != x
; then
6789 eval "DEFAULT_$LINE"
6794 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
6799 eval "$ac_cv_use_stattext"
6800 if test "$no_cache" != 1; then
6801 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
6804 if test "$wxUSE_STATTEXT" = yes; then
6805 echo "$ac_t""yes" 1>&6
6807 echo "$ac_t""no" 1>&6
6811 echo $ac_n "checking for --enable-statusbar""... $ac_c" 1>&6
6812 echo "configure:6813: checking for --enable-statusbar" >&5
6814 # Check whether --enable-statusbar or --disable-statusbar was given.
6815 if test "${enable_statusbar+set}" = set; then
6816 enableval
="$enable_statusbar"
6818 if test "$enableval" = yes; then
6819 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
6821 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
6826 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
6827 if test "x$LINE" != x
; then
6828 eval "DEFAULT_$LINE"
6833 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
6838 eval "$ac_cv_use_statusbar"
6839 if test "$no_cache" != 1; then
6840 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
6843 if test "$wxUSE_STATUSBAR" = yes; then
6844 echo "$ac_t""yes" 1>&6
6846 echo "$ac_t""no" 1>&6
6850 echo $ac_n "checking for --enable-tabdialog""... $ac_c" 1>&6
6851 echo "configure:6852: checking for --enable-tabdialog" >&5
6853 # Check whether --enable-tabdialog or --disable-tabdialog was given.
6854 if test "${enable_tabdialog+set}" = set; then
6855 enableval
="$enable_tabdialog"
6857 if test "$enableval" = yes; then
6858 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
6860 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
6865 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
6866 if test "x$LINE" != x
; then
6867 eval "DEFAULT_$LINE"
6872 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
6877 eval "$ac_cv_use_tabdialog"
6878 if test "$no_cache" != 1; then
6879 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
6882 if test "$wxUSE_TABDIALOG" = yes; then
6883 echo "$ac_t""yes" 1>&6
6885 echo "$ac_t""no" 1>&6
6889 echo $ac_n "checking for --enable-textctrl""... $ac_c" 1>&6
6890 echo "configure:6891: checking for --enable-textctrl" >&5
6892 # Check whether --enable-textctrl or --disable-textctrl was given.
6893 if test "${enable_textctrl+set}" = set; then
6894 enableval
="$enable_textctrl"
6896 if test "$enableval" = yes; then
6897 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
6899 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
6904 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
6905 if test "x$LINE" != x
; then
6906 eval "DEFAULT_$LINE"
6911 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
6916 eval "$ac_cv_use_textctrl"
6917 if test "$no_cache" != 1; then
6918 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
6921 if test "$wxUSE_TEXTCTRL" = yes; then
6922 echo "$ac_t""yes" 1>&6
6924 echo "$ac_t""no" 1>&6
6928 echo $ac_n "checking for --enable-togglebtn""... $ac_c" 1>&6
6929 echo "configure:6930: checking for --enable-togglebtn" >&5
6931 # Check whether --enable-togglebtn or --disable-togglebtn was given.
6932 if test "${enable_togglebtn+set}" = set; then
6933 enableval
="$enable_togglebtn"
6935 if test "$enableval" = yes; then
6936 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
6938 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
6943 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
6944 if test "x$LINE" != x
; then
6945 eval "DEFAULT_$LINE"
6950 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
6955 eval "$ac_cv_use_togglebtn"
6956 if test "$no_cache" != 1; then
6957 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
6960 if test "$wxUSE_TOGGLEBTN" = yes; then
6961 echo "$ac_t""yes" 1>&6
6963 echo "$ac_t""no" 1>&6
6967 echo $ac_n "checking for --enable-toolbar""... $ac_c" 1>&6
6968 echo "configure:6969: checking for --enable-toolbar" >&5
6970 # Check whether --enable-toolbar or --disable-toolbar was given.
6971 if test "${enable_toolbar+set}" = set; then
6972 enableval
="$enable_toolbar"
6974 if test "$enableval" = yes; then
6975 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
6977 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
6982 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
6983 if test "x$LINE" != x
; then
6984 eval "DEFAULT_$LINE"
6989 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
6994 eval "$ac_cv_use_toolbar"
6995 if test "$no_cache" != 1; then
6996 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
6999 if test "$wxUSE_TOOLBAR" = yes; then
7000 echo "$ac_t""yes" 1>&6
7002 echo "$ac_t""no" 1>&6
7006 echo $ac_n "checking for --enable-tbarnative""... $ac_c" 1>&6
7007 echo "configure:7008: checking for --enable-tbarnative" >&5
7009 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7010 if test "${enable_tbarnative+set}" = set; then
7011 enableval
="$enable_tbarnative"
7013 if test "$enableval" = yes; then
7014 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
7016 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
7021 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7022 if test "x$LINE" != x
; then
7023 eval "DEFAULT_$LINE"
7028 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
7033 eval "$ac_cv_use_tbarnative"
7034 if test "$no_cache" != 1; then
7035 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7038 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
7039 echo "$ac_t""yes" 1>&6
7041 echo "$ac_t""no" 1>&6
7045 echo $ac_n "checking for --enable-tbarsmpl""... $ac_c" 1>&6
7046 echo "configure:7047: checking for --enable-tbarsmpl" >&5
7048 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7049 if test "${enable_tbarsmpl+set}" = set; then
7050 enableval
="$enable_tbarsmpl"
7052 if test "$enableval" = yes; then
7053 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
7055 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
7060 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7061 if test "x$LINE" != x
; then
7062 eval "DEFAULT_$LINE"
7067 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
7072 eval "$ac_cv_use_tbarsmpl"
7073 if test "$no_cache" != 1; then
7074 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
7077 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
7078 echo "$ac_t""yes" 1>&6
7080 echo "$ac_t""no" 1>&6
7084 echo $ac_n "checking for --enable-treectrl""... $ac_c" 1>&6
7085 echo "configure:7086: checking for --enable-treectrl" >&5
7087 # Check whether --enable-treectrl or --disable-treectrl was given.
7088 if test "${enable_treectrl+set}" = set; then
7089 enableval
="$enable_treectrl"
7091 if test "$enableval" = yes; then
7092 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
7094 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
7099 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
7100 if test "x$LINE" != x
; then
7101 eval "DEFAULT_$LINE"
7106 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
7111 eval "$ac_cv_use_treectrl"
7112 if test "$no_cache" != 1; then
7113 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
7116 if test "$wxUSE_TREECTRL" = yes; then
7117 echo "$ac_t""yes" 1>&6
7119 echo "$ac_t""no" 1>&6
7123 echo $ac_n "checking for --enable-tipwindow""... $ac_c" 1>&6
7124 echo "configure:7125: checking for --enable-tipwindow" >&5
7126 # Check whether --enable-tipwindow or --disable-tipwindow was given.
7127 if test "${enable_tipwindow+set}" = set; then
7128 enableval
="$enable_tipwindow"
7130 if test "$enableval" = yes; then
7131 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
7133 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
7138 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
7139 if test "x$LINE" != x
; then
7140 eval "DEFAULT_$LINE"
7145 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
7150 eval "$ac_cv_use_tipwindow"
7151 if test "$no_cache" != 1; then
7152 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
7155 if test "$wxUSE_TIPWINDOW" = yes; then
7156 echo "$ac_t""yes" 1>&6
7158 echo "$ac_t""no" 1>&6
7162 echo $ac_n "checking for --enable-popupwin""... $ac_c" 1>&6
7163 echo "configure:7164: checking for --enable-popupwin" >&5
7165 # Check whether --enable-popupwin or --disable-popupwin was given.
7166 if test "${enable_popupwin+set}" = set; then
7167 enableval
="$enable_popupwin"
7169 if test "$enableval" = yes; then
7170 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
7172 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
7177 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
7178 if test "x$LINE" != x
; then
7179 eval "DEFAULT_$LINE"
7184 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
7189 eval "$ac_cv_use_popupwin"
7190 if test "$no_cache" != 1; then
7191 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
7194 if test "$wxUSE_POPUPWIN" = yes; then
7195 echo "$ac_t""yes" 1>&6
7197 echo "$ac_t""no" 1>&6
7203 echo $ac_n "checking for --enable-commondlg""... $ac_c" 1>&6
7204 echo "configure:7205: checking for --enable-commondlg" >&5
7206 # Check whether --enable-commondlg or --disable-commondlg was given.
7207 if test "${enable_commondlg+set}" = set; then
7208 enableval
="$enable_commondlg"
7210 if test "$enableval" = yes; then
7211 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
7213 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
7218 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
7219 if test "x$LINE" != x
; then
7220 eval "DEFAULT_$LINE"
7225 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
7230 eval "$ac_cv_use_commondlg"
7231 if test "$no_cache" != 1; then
7232 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
7235 if test "$wxUSE_COMMONDLGS" = yes; then
7236 echo "$ac_t""yes" 1>&6
7238 echo "$ac_t""no" 1>&6
7242 echo $ac_n "checking for --enable-choicedlg""... $ac_c" 1>&6
7243 echo "configure:7244: checking for --enable-choicedlg" >&5
7245 # Check whether --enable-choicedlg or --disable-choicedlg was given.
7246 if test "${enable_choicedlg+set}" = set; then
7247 enableval
="$enable_choicedlg"
7249 if test "$enableval" = yes; then
7250 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
7252 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
7257 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
7258 if test "x$LINE" != x
; then
7259 eval "DEFAULT_$LINE"
7264 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
7269 eval "$ac_cv_use_choicedlg"
7270 if test "$no_cache" != 1; then
7271 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
7274 if test "$wxUSE_CHOICEDLG" = yes; then
7275 echo "$ac_t""yes" 1>&6
7277 echo "$ac_t""no" 1>&6
7281 echo $ac_n "checking for --enable-coldlg""... $ac_c" 1>&6
7282 echo "configure:7283: checking for --enable-coldlg" >&5
7284 # Check whether --enable-coldlg or --disable-coldlg was given.
7285 if test "${enable_coldlg+set}" = set; then
7286 enableval
="$enable_coldlg"
7288 if test "$enableval" = yes; then
7289 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
7291 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
7296 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
7297 if test "x$LINE" != x
; then
7298 eval "DEFAULT_$LINE"
7303 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
7308 eval "$ac_cv_use_coldlg"
7309 if test "$no_cache" != 1; then
7310 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
7313 if test "$wxUSE_COLOURDLG" = yes; then
7314 echo "$ac_t""yes" 1>&6
7316 echo "$ac_t""no" 1>&6
7320 echo $ac_n "checking for --enable-filedlg""... $ac_c" 1>&6
7321 echo "configure:7322: checking for --enable-filedlg" >&5
7323 # Check whether --enable-filedlg or --disable-filedlg was given.
7324 if test "${enable_filedlg+set}" = set; then
7325 enableval
="$enable_filedlg"
7327 if test "$enableval" = yes; then
7328 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
7330 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
7335 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
7336 if test "x$LINE" != x
; then
7337 eval "DEFAULT_$LINE"
7342 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
7347 eval "$ac_cv_use_filedlg"
7348 if test "$no_cache" != 1; then
7349 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
7352 if test "$wxUSE_FILEDLG" = yes; then
7353 echo "$ac_t""yes" 1>&6
7355 echo "$ac_t""no" 1>&6
7359 echo $ac_n "checking for --enable-finddlg""... $ac_c" 1>&6
7360 echo "configure:7361: checking for --enable-finddlg" >&5
7362 # Check whether --enable-finddlg or --disable-finddlg was given.
7363 if test "${enable_finddlg+set}" = set; then
7364 enableval
="$enable_finddlg"
7366 if test "$enableval" = yes; then
7367 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
7369 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
7374 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
7375 if test "x$LINE" != x
; then
7376 eval "DEFAULT_$LINE"
7381 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
7386 eval "$ac_cv_use_finddlg"
7387 if test "$no_cache" != 1; then
7388 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
7391 if test "$wxUSE_FINDREPLDLG" = yes; then
7392 echo "$ac_t""yes" 1>&6
7394 echo "$ac_t""no" 1>&6
7398 echo $ac_n "checking for --enable-fontdlg""... $ac_c" 1>&6
7399 echo "configure:7400: checking for --enable-fontdlg" >&5
7401 # Check whether --enable-fontdlg or --disable-fontdlg was given.
7402 if test "${enable_fontdlg+set}" = set; then
7403 enableval
="$enable_fontdlg"
7405 if test "$enableval" = yes; then
7406 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
7408 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
7413 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
7414 if test "x$LINE" != x
; then
7415 eval "DEFAULT_$LINE"
7420 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
7425 eval "$ac_cv_use_fontdlg"
7426 if test "$no_cache" != 1; then
7427 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
7430 if test "$wxUSE_FONTDLG" = yes; then
7431 echo "$ac_t""yes" 1>&6
7433 echo "$ac_t""no" 1>&6
7437 echo $ac_n "checking for --enable-dirdlg""... $ac_c" 1>&6
7438 echo "configure:7439: checking for --enable-dirdlg" >&5
7440 # Check whether --enable-dirdlg or --disable-dirdlg was given.
7441 if test "${enable_dirdlg+set}" = set; then
7442 enableval
="$enable_dirdlg"
7444 if test "$enableval" = yes; then
7445 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
7447 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
7452 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
7453 if test "x$LINE" != x
; then
7454 eval "DEFAULT_$LINE"
7459 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
7464 eval "$ac_cv_use_dirdlg"
7465 if test "$no_cache" != 1; then
7466 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
7469 if test "$wxUSE_DIRDLG" = yes; then
7470 echo "$ac_t""yes" 1>&6
7472 echo "$ac_t""no" 1>&6
7476 echo $ac_n "checking for --enable-msgdlg""... $ac_c" 1>&6
7477 echo "configure:7478: checking for --enable-msgdlg" >&5
7479 # Check whether --enable-msgdlg or --disable-msgdlg was given.
7480 if test "${enable_msgdlg+set}" = set; then
7481 enableval
="$enable_msgdlg"
7483 if test "$enableval" = yes; then
7484 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
7486 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
7491 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
7492 if test "x$LINE" != x
; then
7493 eval "DEFAULT_$LINE"
7498 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
7503 eval "$ac_cv_use_msgdlg"
7504 if test "$no_cache" != 1; then
7505 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
7508 if test "$wxUSE_MSGDLG" = yes; then
7509 echo "$ac_t""yes" 1>&6
7511 echo "$ac_t""no" 1>&6
7515 echo $ac_n "checking for --enable-numberdlg""... $ac_c" 1>&6
7516 echo "configure:7517: checking for --enable-numberdlg" >&5
7518 # Check whether --enable-numberdlg or --disable-numberdlg was given.
7519 if test "${enable_numberdlg+set}" = set; then
7520 enableval
="$enable_numberdlg"
7522 if test "$enableval" = yes; then
7523 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
7525 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
7530 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
7531 if test "x$LINE" != x
; then
7532 eval "DEFAULT_$LINE"
7537 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
7542 eval "$ac_cv_use_numberdlg"
7543 if test "$no_cache" != 1; then
7544 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
7547 if test "$wxUSE_NUMBERDLG" = yes; then
7548 echo "$ac_t""yes" 1>&6
7550 echo "$ac_t""no" 1>&6
7554 echo $ac_n "checking for --enable-splash""... $ac_c" 1>&6
7555 echo "configure:7556: checking for --enable-splash" >&5
7557 # Check whether --enable-splash or --disable-splash was given.
7558 if test "${enable_splash+set}" = set; then
7559 enableval
="$enable_splash"
7561 if test "$enableval" = yes; then
7562 ac_cv_use_splash
='wxUSE_SPLASH=yes'
7564 ac_cv_use_splash
='wxUSE_SPLASH=no'
7569 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
7570 if test "x$LINE" != x
; then
7571 eval "DEFAULT_$LINE"
7576 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
7581 eval "$ac_cv_use_splash"
7582 if test "$no_cache" != 1; then
7583 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
7586 if test "$wxUSE_SPLASH" = yes; then
7587 echo "$ac_t""yes" 1>&6
7589 echo "$ac_t""no" 1>&6
7593 echo $ac_n "checking for --enable-textdlg""... $ac_c" 1>&6
7594 echo "configure:7595: checking for --enable-textdlg" >&5
7596 # Check whether --enable-textdlg or --disable-textdlg was given.
7597 if test "${enable_textdlg+set}" = set; then
7598 enableval
="$enable_textdlg"
7600 if test "$enableval" = yes; then
7601 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
7603 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
7608 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
7609 if test "x$LINE" != x
; then
7610 eval "DEFAULT_$LINE"
7615 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
7620 eval "$ac_cv_use_textdlg"
7621 if test "$no_cache" != 1; then
7622 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
7625 if test "$wxUSE_TEXTDLG" = yes; then
7626 echo "$ac_t""yes" 1>&6
7628 echo "$ac_t""no" 1>&6
7632 echo $ac_n "checking for --enable-tipdlg""... $ac_c" 1>&6
7633 echo "configure:7634: checking for --enable-tipdlg" >&5
7635 # Check whether --enable-tipdlg or --disable-tipdlg was given.
7636 if test "${enable_tipdlg+set}" = set; then
7637 enableval
="$enable_tipdlg"
7639 if test "$enableval" = yes; then
7640 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
7642 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
7647 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
7648 if test "x$LINE" != x
; then
7649 eval "DEFAULT_$LINE"
7654 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
7659 eval "$ac_cv_use_tipdlg"
7660 if test "$no_cache" != 1; then
7661 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
7664 if test "$wxUSE_STARTUP_TIPS" = yes; then
7665 echo "$ac_t""yes" 1>&6
7667 echo "$ac_t""no" 1>&6
7671 echo $ac_n "checking for --enable-progressdlg""... $ac_c" 1>&6
7672 echo "configure:7673: checking for --enable-progressdlg" >&5
7674 # Check whether --enable-progressdlg or --disable-progressdlg was given.
7675 if test "${enable_progressdlg+set}" = set; then
7676 enableval
="$enable_progressdlg"
7678 if test "$enableval" = yes; then
7679 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
7681 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
7686 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
7687 if test "x$LINE" != x
; then
7688 eval "DEFAULT_$LINE"
7693 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
7698 eval "$ac_cv_use_progressdlg"
7699 if test "$no_cache" != 1; then
7700 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
7703 if test "$wxUSE_PROGRESSDLG" = yes; then
7704 echo "$ac_t""yes" 1>&6
7706 echo "$ac_t""no" 1>&6
7710 echo $ac_n "checking for --enable-wizarddlg""... $ac_c" 1>&6
7711 echo "configure:7712: checking for --enable-wizarddlg" >&5
7713 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
7714 if test "${enable_wizarddlg+set}" = set; then
7715 enableval
="$enable_wizarddlg"
7717 if test "$enableval" = yes; then
7718 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
7720 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
7725 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
7726 if test "x$LINE" != x
; then
7727 eval "DEFAULT_$LINE"
7732 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
7737 eval "$ac_cv_use_wizarddlg"
7738 if test "$no_cache" != 1; then
7739 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
7742 if test "$wxUSE_WIZARDDLG" = yes; then
7743 echo "$ac_t""yes" 1>&6
7745 echo "$ac_t""no" 1>&6
7751 echo $ac_n "checking for --enable-menus""... $ac_c" 1>&6
7752 echo "configure:7753: checking for --enable-menus" >&5
7754 # Check whether --enable-menus or --disable-menus was given.
7755 if test "${enable_menus+set}" = set; then
7756 enableval
="$enable_menus"
7758 if test "$enableval" = yes; then
7759 ac_cv_use_menus
='wxUSE_MENUS=yes'
7761 ac_cv_use_menus
='wxUSE_MENUS=no'
7766 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
7767 if test "x$LINE" != x
; then
7768 eval "DEFAULT_$LINE"
7773 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
7778 eval "$ac_cv_use_menus"
7779 if test "$no_cache" != 1; then
7780 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
7783 if test "$wxUSE_MENUS" = yes; then
7784 echo "$ac_t""yes" 1>&6
7786 echo "$ac_t""no" 1>&6
7790 echo $ac_n "checking for --enable-miniframe""... $ac_c" 1>&6
7791 echo "configure:7792: checking for --enable-miniframe" >&5
7793 # Check whether --enable-miniframe or --disable-miniframe was given.
7794 if test "${enable_miniframe+set}" = set; then
7795 enableval
="$enable_miniframe"
7797 if test "$enableval" = yes; then
7798 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
7800 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
7805 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
7806 if test "x$LINE" != x
; then
7807 eval "DEFAULT_$LINE"
7812 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
7817 eval "$ac_cv_use_miniframe"
7818 if test "$no_cache" != 1; then
7819 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
7822 if test "$wxUSE_MINIFRAME" = yes; then
7823 echo "$ac_t""yes" 1>&6
7825 echo "$ac_t""no" 1>&6
7829 echo $ac_n "checking for --enable-tooltips""... $ac_c" 1>&6
7830 echo "configure:7831: checking for --enable-tooltips" >&5
7832 # Check whether --enable-tooltips or --disable-tooltips was given.
7833 if test "${enable_tooltips+set}" = set; then
7834 enableval
="$enable_tooltips"
7836 if test "$enableval" = yes; then
7837 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
7839 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
7844 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
7845 if test "x$LINE" != x
; then
7846 eval "DEFAULT_$LINE"
7851 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
7856 eval "$ac_cv_use_tooltips"
7857 if test "$no_cache" != 1; then
7858 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
7861 if test "$wxUSE_TOOLTIPS" = yes; then
7862 echo "$ac_t""yes" 1>&6
7864 echo "$ac_t""no" 1>&6
7868 echo $ac_n "checking for --enable-splines""... $ac_c" 1>&6
7869 echo "configure:7870: checking for --enable-splines" >&5
7871 # Check whether --enable-splines or --disable-splines was given.
7872 if test "${enable_splines+set}" = set; then
7873 enableval
="$enable_splines"
7875 if test "$enableval" = yes; then
7876 ac_cv_use_splines
='wxUSE_SPLINES=yes'
7878 ac_cv_use_splines
='wxUSE_SPLINES=no'
7883 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
7884 if test "x$LINE" != x
; then
7885 eval "DEFAULT_$LINE"
7890 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
7895 eval "$ac_cv_use_splines"
7896 if test "$no_cache" != 1; then
7897 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
7900 if test "$wxUSE_SPLINES" = yes; then
7901 echo "$ac_t""yes" 1>&6
7903 echo "$ac_t""no" 1>&6
7907 echo $ac_n "checking for --enable-validators""... $ac_c" 1>&6
7908 echo "configure:7909: checking for --enable-validators" >&5
7910 # Check whether --enable-validators or --disable-validators was given.
7911 if test "${enable_validators+set}" = set; then
7912 enableval
="$enable_validators"
7914 if test "$enableval" = yes; then
7915 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
7917 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
7922 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
7923 if test "x$LINE" != x
; then
7924 eval "DEFAULT_$LINE"
7929 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
7934 eval "$ac_cv_use_validators"
7935 if test "$no_cache" != 1; then
7936 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
7939 if test "$wxUSE_VALIDATORS" = yes; then
7940 echo "$ac_t""yes" 1>&6
7942 echo "$ac_t""no" 1>&6
7946 echo $ac_n "checking for --enable-busyinfo""... $ac_c" 1>&6
7947 echo "configure:7948: checking for --enable-busyinfo" >&5
7949 # Check whether --enable-busyinfo or --disable-busyinfo was given.
7950 if test "${enable_busyinfo+set}" = set; then
7951 enableval
="$enable_busyinfo"
7953 if test "$enableval" = yes; then
7954 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
7956 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
7961 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
7962 if test "x$LINE" != x
; then
7963 eval "DEFAULT_$LINE"
7968 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
7973 eval "$ac_cv_use_busyinfo"
7974 if test "$no_cache" != 1; then
7975 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
7978 if test "$wxUSE_BUSYINFO" = yes; then
7979 echo "$ac_t""yes" 1>&6
7981 echo "$ac_t""no" 1>&6
7985 echo $ac_n "checking for --enable-joystick""... $ac_c" 1>&6
7986 echo "configure:7987: checking for --enable-joystick" >&5
7988 # Check whether --enable-joystick or --disable-joystick was given.
7989 if test "${enable_joystick+set}" = set; then
7990 enableval
="$enable_joystick"
7992 if test "$enableval" = yes; then
7993 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
7995 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
8000 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8001 if test "x$LINE" != x
; then
8002 eval "DEFAULT_$LINE"
8007 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
8012 eval "$ac_cv_use_joystick"
8013 if test "$no_cache" != 1; then
8014 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8017 if test "$wxUSE_JOYSTICK" = yes; then
8018 echo "$ac_t""yes" 1>&6
8020 echo "$ac_t""no" 1>&6
8024 echo $ac_n "checking for --enable-metafile""... $ac_c" 1>&6
8025 echo "configure:8026: checking for --enable-metafile" >&5
8027 # Check whether --enable-metafile or --disable-metafile was given.
8028 if test "${enable_metafile+set}" = set; then
8029 enableval
="$enable_metafile"
8031 if test "$enableval" = yes; then
8032 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
8034 ac_cv_use_metafile
='wxUSE_METAFILE=no'
8039 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
8040 if test "x$LINE" != x
; then
8041 eval "DEFAULT_$LINE"
8046 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
8051 eval "$ac_cv_use_metafile"
8052 if test "$no_cache" != 1; then
8053 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
8056 if test "$wxUSE_METAFILE" = yes; then
8057 echo "$ac_t""yes" 1>&6
8059 echo "$ac_t""no" 1>&6
8063 echo $ac_n "checking for --enable-dragimage""... $ac_c" 1>&6
8064 echo "configure:8065: checking for --enable-dragimage" >&5
8066 # Check whether --enable-dragimage or --disable-dragimage was given.
8067 if test "${enable_dragimage+set}" = set; then
8068 enableval
="$enable_dragimage"
8070 if test "$enableval" = yes; then
8071 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
8073 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
8078 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
8079 if test "x$LINE" != x
; then
8080 eval "DEFAULT_$LINE"
8085 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
8090 eval "$ac_cv_use_dragimage"
8091 if test "$no_cache" != 1; then
8092 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
8095 if test "$wxUSE_DRAGIMAGE" = yes; then
8096 echo "$ac_t""yes" 1>&6
8098 echo "$ac_t""no" 1>&6
8104 echo $ac_n "checking for --enable-palette""... $ac_c" 1>&6
8105 echo "configure:8106: checking for --enable-palette" >&5
8107 # Check whether --enable-palette or --disable-palette was given.
8108 if test "${enable_palette+set}" = set; then
8109 enableval
="$enable_palette"
8111 if test "$enableval" = yes; then
8112 ac_cv_use_palette
='wxUSE_PALETTE=yes'
8114 ac_cv_use_palette
='wxUSE_PALETTE=no'
8119 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
8120 if test "x$LINE" != x
; then
8121 eval "DEFAULT_$LINE"
8126 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
8131 eval "$ac_cv_use_palette"
8132 if test "$no_cache" != 1; then
8133 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
8136 if test "$wxUSE_PALETTE" = yes; then
8137 echo "$ac_t""yes" 1>&6
8139 echo "$ac_t""no" 1>&6
8143 echo $ac_n "checking for --enable-image""... $ac_c" 1>&6
8144 echo "configure:8145: checking for --enable-image" >&5
8146 # Check whether --enable-image or --disable-image was given.
8147 if test "${enable_image+set}" = set; then
8148 enableval
="$enable_image"
8150 if test "$enableval" = yes; then
8151 ac_cv_use_image
='wxUSE_IMAGE=yes'
8153 ac_cv_use_image
='wxUSE_IMAGE=no'
8158 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
8159 if test "x$LINE" != x
; then
8160 eval "DEFAULT_$LINE"
8165 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
8170 eval "$ac_cv_use_image"
8171 if test "$no_cache" != 1; then
8172 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
8175 if test "$wxUSE_IMAGE" = yes; then
8176 echo "$ac_t""yes" 1>&6
8178 echo "$ac_t""no" 1>&6
8182 echo $ac_n "checking for --enable-gif""... $ac_c" 1>&6
8183 echo "configure:8184: checking for --enable-gif" >&5
8185 # Check whether --enable-gif or --disable-gif was given.
8186 if test "${enable_gif+set}" = set; then
8187 enableval
="$enable_gif"
8189 if test "$enableval" = yes; then
8190 ac_cv_use_gif
='wxUSE_GIF=yes'
8192 ac_cv_use_gif
='wxUSE_GIF=no'
8197 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
8198 if test "x$LINE" != x
; then
8199 eval "DEFAULT_$LINE"
8204 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
8209 eval "$ac_cv_use_gif"
8210 if test "$no_cache" != 1; then
8211 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
8214 if test "$wxUSE_GIF" = yes; then
8215 echo "$ac_t""yes" 1>&6
8217 echo "$ac_t""no" 1>&6
8221 echo $ac_n "checking for --enable-pcx""... $ac_c" 1>&6
8222 echo "configure:8223: checking for --enable-pcx" >&5
8224 # Check whether --enable-pcx or --disable-pcx was given.
8225 if test "${enable_pcx+set}" = set; then
8226 enableval
="$enable_pcx"
8228 if test "$enableval" = yes; then
8229 ac_cv_use_pcx
='wxUSE_PCX=yes'
8231 ac_cv_use_pcx
='wxUSE_PCX=no'
8236 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
8237 if test "x$LINE" != x
; then
8238 eval "DEFAULT_$LINE"
8243 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
8248 eval "$ac_cv_use_pcx"
8249 if test "$no_cache" != 1; then
8250 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
8253 if test "$wxUSE_PCX" = yes; then
8254 echo "$ac_t""yes" 1>&6
8256 echo "$ac_t""no" 1>&6
8260 echo $ac_n "checking for --enable-iff""... $ac_c" 1>&6
8261 echo "configure:8262: checking for --enable-iff" >&5
8263 # Check whether --enable-iff or --disable-iff was given.
8264 if test "${enable_iff+set}" = set; then
8265 enableval
="$enable_iff"
8267 if test "$enableval" = yes; then
8268 ac_cv_use_iff
='wxUSE_IFF=yes'
8270 ac_cv_use_iff
='wxUSE_IFF=no'
8275 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
8276 if test "x$LINE" != x
; then
8277 eval "DEFAULT_$LINE"
8282 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
8287 eval "$ac_cv_use_iff"
8288 if test "$no_cache" != 1; then
8289 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
8292 if test "$wxUSE_IFF" = yes; then
8293 echo "$ac_t""yes" 1>&6
8295 echo "$ac_t""no" 1>&6
8299 echo $ac_n "checking for --enable-pnm""... $ac_c" 1>&6
8300 echo "configure:8301: checking for --enable-pnm" >&5
8302 # Check whether --enable-pnm or --disable-pnm was given.
8303 if test "${enable_pnm+set}" = set; then
8304 enableval
="$enable_pnm"
8306 if test "$enableval" = yes; then
8307 ac_cv_use_pnm
='wxUSE_PNM=yes'
8309 ac_cv_use_pnm
='wxUSE_PNM=no'
8314 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
8315 if test "x$LINE" != x
; then
8316 eval "DEFAULT_$LINE"
8321 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
8326 eval "$ac_cv_use_pnm"
8327 if test "$no_cache" != 1; then
8328 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
8331 if test "$wxUSE_PNM" = yes; then
8332 echo "$ac_t""yes" 1>&6
8334 echo "$ac_t""no" 1>&6
8338 echo $ac_n "checking for --enable-xpm""... $ac_c" 1>&6
8339 echo "configure:8340: checking for --enable-xpm" >&5
8341 # Check whether --enable-xpm or --disable-xpm was given.
8342 if test "${enable_xpm+set}" = set; then
8343 enableval
="$enable_xpm"
8345 if test "$enableval" = yes; then
8346 ac_cv_use_xpm
='wxUSE_XPM=yes'
8348 ac_cv_use_xpm
='wxUSE_XPM=no'
8353 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
8354 if test "x$LINE" != x
; then
8355 eval "DEFAULT_$LINE"
8360 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
8365 eval "$ac_cv_use_xpm"
8366 if test "$no_cache" != 1; then
8367 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
8370 if test "$wxUSE_XPM" = yes; then
8371 echo "$ac_t""yes" 1>&6
8373 echo "$ac_t""no" 1>&6
8377 echo $ac_n "checking for --enable-ico_cur""... $ac_c" 1>&6
8378 echo "configure:8379: checking for --enable-ico_cur" >&5
8380 # Check whether --enable-ico_cur or --disable-ico_cur was given.
8381 if test "${enable_ico_cur+set}" = set; then
8382 enableval
="$enable_ico_cur"
8384 if test "$enableval" = yes; then
8385 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
8387 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
8392 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
8393 if test "x$LINE" != x
; then
8394 eval "DEFAULT_$LINE"
8399 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
8404 eval "$ac_cv_use_ico_cur"
8405 if test "$no_cache" != 1; then
8406 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
8409 if test "$wxUSE_ICO_CUR" = yes; then
8410 echo "$ac_t""yes" 1>&6
8412 echo "$ac_t""no" 1>&6
8419 *-pc-os2_emx | *-pc-os2-emx )
8430 echo "saving argument cache $wx_arg_cache_file"
8431 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
8435 echo $ac_n "checking for toolkit""... $ac_c" 1>&6
8436 echo "configure:8437: checking for toolkit" >&5
8438 if test "$wxUSE_GUI" = "yes"; then
8440 if test "$USE_BEOS" = 1; then
8441 { echo "configure: error: BeOS GUI is not supported yet, use --disable-gui" 1>&2; exit 1; }
8444 if test "$TOOLKIT_GIVEN" = 1; then
8445 for toolkit
in `echo $ALL_TOOLKITS`; do
8447 eval "value=\$${var}"
8448 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
8451 for toolkit
in `echo $ALL_TOOLKITS`; do
8452 if test "$has_toolkit_in_cache" != 1; then
8453 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
8455 var
=DEFAULT_wxUSE_
$toolkit
8457 eval "wxUSE_$toolkit=\$${var}"
8461 NUM_TOOLKITS
=`expr ${wxUSE_GTK:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MAC:-0} \
8462 + ${wxUSE_WINE:-0} + ${wxUSE_MSW:-0} + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} + ${wxUSE_X11:-0}`
8465 *-pc-os2_emx | *-pc-os2-emx )
8466 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
8469 case "$NUM_TOOLKITS" in
8473 { echo "configure: error: Please specify a toolkit - cannot determine the default for ${host}" 1>&2; exit 1; }
8476 { echo "configure: error: Please specify at most one toolkit (may be some are cached?)" 1>&2; exit 1; }
8479 for toolkit
in `echo $ALL_TOOLKITS`; do
8481 eval "value=\$${var}"
8482 if test "x$value" != x
; then
8483 cache_var
=CACHE_
$toolkit
8484 eval "cache=\$${cache_var}"
8485 if test "$cache" = 1; then
8486 echo "$var=$value" >> ${wx_arg_cache_file}
8488 if test "$value" = 1; then
8489 toolkit_echo
=`echo $toolkit | tr [A-Z] [a-z]`
8490 echo "$ac_t""$toolkit_echo" 1>&6
8495 echo "$ac_t""base ($host_alias hosted) only" 1>&6
8503 if test "$wxUSE_MSW" = 1 ; then
8514 if test "$wants_win32" = 1 ; then
8517 cat >> confdefs.h
<<\EOF
8521 cat >> confdefs.h
<<\EOF
8525 cat >> confdefs.h
<<\EOF
8526 #define __WINDOWS__ 1
8529 cat >> confdefs.h
<<\EOF
8530 #define __GNUWIN32__ 1
8533 cat >> confdefs.h
<<\EOF
8537 cat >> confdefs.h
<<\EOF
8538 #define WINVER 0x0400
8542 if test "$doesnt_want_win32" = 1 ; then
8547 if test "$USE_UNIX" = 1 ; then
8549 cat >> confdefs.h
<<\EOF
8556 cat > confcache
<<\EOF
8557 # This file is a shell script that caches the results of configure
8558 # tests run on this system so they can be shared between configure
8559 # scripts and configure runs. It is not useful on other systems.
8560 # If it contains results you don't want to keep, you may remove or edit it.
8562 # By default, configure uses ./config.cache as the cache file,
8563 # creating it if it does not exist already. You can give configure
8564 # the --cache-file=FILE option to use a different cache file; that is
8565 # what configure does when it calls configure scripts in
8566 # subdirectories, so they share the cache.
8567 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8568 # config.status only pays attention to the cache file if you give it the
8569 # --recheck option to rerun configure.
8572 # The following way of writing the cache mishandles newlines in values,
8573 # but we know of no workaround that is simple, portable, and efficient.
8574 # So, don't put newlines in cache variables' values.
8575 # Ultrix sh set writes to stderr and can't be redirected directly,
8576 # and sets the high bit in the cache file unless we assign to the vars.
8578 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8580 # `set' does not quote correctly, so add quotes (double-quote substitution
8581 # turns \\\\ into \\, and sed turns \\ into \).
8583 -e "s/'/'\\\\''/g" \
8584 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8587 # `set' quotes correctly as required by POSIX, so do not add quotes.
8588 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8591 if cmp -s $cache_file confcache
; then
8594 if test -w $cache_file; then
8595 echo "updating cache $cache_file"
8596 cat confcache
> $cache_file
8598 echo "not updating unwritable cache $cache_file"
8604 if test "$build" != "$host" ; then
8605 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
8609 RANLIB
=$host_alias-ranlib
8610 DLLTOOL
=$host_alias-dlltool
8611 RESCOMP
=$host_alias-windres
8614 STRIP
=$host_alias-strip
8616 { echo "configure: error: $build_alias -> $host_alias cross compilation not supported yet." 1>&2; exit 1; }
8621 # Extract the first word of "gcc", so it can be a program name with args.
8622 set dummy gcc
; ac_word
=$2
8623 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8624 echo "configure:8625: checking for $ac_word" >&5
8625 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8626 echo $ac_n "(cached) $ac_c" 1>&6
8628 if test -n "$CC"; then
8629 ac_cv_prog_CC
="$CC" # Let the user override the test.
8631 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8633 for ac_dir
in $ac_dummy; do
8634 test -z "$ac_dir" && ac_dir
=.
8635 if test -f $ac_dir/$ac_word; then
8644 if test -n "$CC"; then
8645 echo "$ac_t""$CC" 1>&6
8647 echo "$ac_t""no" 1>&6
8650 if test -z "$CC"; then
8651 # Extract the first word of "cc", so it can be a program name with args.
8652 set dummy cc
; ac_word
=$2
8653 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8654 echo "configure:8655: checking for $ac_word" >&5
8655 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8656 echo $ac_n "(cached) $ac_c" 1>&6
8658 if test -n "$CC"; then
8659 ac_cv_prog_CC
="$CC" # Let the user override the test.
8661 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8664 for ac_dir
in $ac_dummy; do
8665 test -z "$ac_dir" && ac_dir
=.
8666 if test -f $ac_dir/$ac_word; then
8667 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
8668 ac_prog_rejected
=yes
8676 if test $ac_prog_rejected = yes; then
8677 # We found a bogon in the path, so make sure we never use it.
8678 set dummy
$ac_cv_prog_CC
8680 if test $# -gt 0; then
8681 # We chose a different compiler from the bogus one.
8682 # However, it has the same basename, so the bogon will be chosen
8683 # first if we set CC to just the basename; use the full file name.
8685 set dummy
"$ac_dir/$ac_word" "$@"
8693 if test -n "$CC"; then
8694 echo "$ac_t""$CC" 1>&6
8696 echo "$ac_t""no" 1>&6
8699 if test -z "$CC"; then
8700 case "`uname -s`" in
8702 # Extract the first word of "cl", so it can be a program name with args.
8703 set dummy cl
; ac_word
=$2
8704 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8705 echo "configure:8706: checking for $ac_word" >&5
8706 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
8707 echo $ac_n "(cached) $ac_c" 1>&6
8709 if test -n "$CC"; then
8710 ac_cv_prog_CC
="$CC" # Let the user override the test.
8712 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8714 for ac_dir
in $ac_dummy; do
8715 test -z "$ac_dir" && ac_dir
=.
8716 if test -f $ac_dir/$ac_word; then
8725 if test -n "$CC"; then
8726 echo "$ac_t""$CC" 1>&6
8728 echo "$ac_t""no" 1>&6
8733 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
8736 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
8737 echo "configure:8738: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
8740 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8741 ac_cpp
='$CPP $CPPFLAGS'
8742 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8743 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8744 cross_compiling
=$ac_cv_prog_cc_cross
8746 cat > conftest.
$ac_ext << EOF
8748 #line 8749 "configure"
8749 #include "confdefs.h"
8753 if { (eval echo configure
:8754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8754 ac_cv_prog_cc_works
=yes
8755 # If we can't run a trivial program, we are probably using a cross compiler.
8756 if (.
/conftest
; exit) 2>/dev
/null
; then
8757 ac_cv_prog_cc_cross
=no
8759 ac_cv_prog_cc_cross
=yes
8762 echo "configure: failed program was:" >&5
8763 cat conftest.
$ac_ext >&5
8764 ac_cv_prog_cc_works
=no
8768 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8769 ac_cpp
='$CPP $CPPFLAGS'
8770 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8771 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8772 cross_compiling
=$ac_cv_prog_cc_cross
8774 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
8775 if test $ac_cv_prog_cc_works = no
; then
8776 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
8778 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
8779 echo "configure:8780: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
8780 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
8781 cross_compiling
=$ac_cv_prog_cc_cross
8783 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
8784 echo "configure:8785: checking whether we are using GNU C" >&5
8785 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
8786 echo $ac_n "(cached) $ac_c" 1>&6
8788 cat > conftest.c
<<EOF
8793 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:8794: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
8800 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
8802 if test $ac_cv_prog_gcc = yes; then
8808 ac_test_CFLAGS
="${CFLAGS+set}"
8809 ac_save_CFLAGS
="$CFLAGS"
8811 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
8812 echo "configure:8813: checking whether ${CC-cc} accepts -g" >&5
8813 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
8814 echo $ac_n "(cached) $ac_c" 1>&6
8816 echo 'void f(){}' > conftest.c
8817 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
8826 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
8827 if test "$ac_test_CFLAGS" = set; then
8828 CFLAGS
="$ac_save_CFLAGS"
8829 elif test $ac_cv_prog_cc_g = yes; then
8830 if test "$GCC" = yes; then
8836 if test "$GCC" = yes; then
8844 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
8845 echo "configure:8846: checking how to run the C preprocessor" >&5
8846 # On Suns, sometimes $CPP names a directory.
8847 if test -n "$CPP" && test -d "$CPP"; then
8850 if test -z "$CPP"; then
8851 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
8852 echo $ac_n "(cached) $ac_c" 1>&6
8854 # This must be in double quotes, not single quotes, because CPP may get
8855 # substituted into the Makefile and "${CC-cc}" will confuse make.
8857 # On the NeXT, cc -E runs the code through the compiler's parser,
8858 # not just through cpp.
8859 cat > conftest.
$ac_ext <<EOF
8860 #line 8861 "configure"
8861 #include "confdefs.h"
8865 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8866 { (eval echo configure
:8867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8867 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8868 if test -z "$ac_err"; then
8872 echo "configure: failed program was:" >&5
8873 cat conftest.
$ac_ext >&5
8875 CPP
="${CC-cc} -E -traditional-cpp"
8876 cat > conftest.
$ac_ext <<EOF
8877 #line 8878 "configure"
8878 #include "confdefs.h"
8882 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8883 { (eval echo configure
:8884: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8884 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8885 if test -z "$ac_err"; then
8889 echo "configure: failed program was:" >&5
8890 cat conftest.
$ac_ext >&5
8892 CPP
="${CC-cc} -nologo -E"
8893 cat > conftest.
$ac_ext <<EOF
8894 #line 8895 "configure"
8895 #include "confdefs.h"
8899 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8900 { (eval echo configure
:8901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8901 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8902 if test -z "$ac_err"; then
8906 echo "configure: failed program was:" >&5
8907 cat conftest.
$ac_ext >&5
8916 ac_cv_prog_CPP
="$CPP"
8918 CPP
="$ac_cv_prog_CPP"
8920 ac_cv_prog_CPP
="$CPP"
8922 echo "$ac_t""$CPP" 1>&6
8924 if test $ac_cv_prog_gcc = yes; then
8925 echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
8926 echo "configure:8927: checking whether ${CC-cc} needs -traditional" >&5
8927 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
8928 echo $ac_n "(cached) $ac_c" 1>&6
8930 ac_pattern
="Autoconf.*'x'"
8931 cat > conftest.
$ac_ext <<EOF
8932 #line 8933 "configure"
8933 #include "confdefs.h"
8937 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8938 egrep "$ac_pattern" >/dev
/null
2>&1; then
8940 ac_cv_prog_gcc_traditional
=yes
8943 ac_cv_prog_gcc_traditional
=no
8948 if test $ac_cv_prog_gcc_traditional = no
; then
8949 cat > conftest.
$ac_ext <<EOF
8950 #line 8951 "configure"
8951 #include "confdefs.h"
8955 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8956 egrep "$ac_pattern" >/dev
/null
2>&1; then
8958 ac_cv_prog_gcc_traditional
=yes
8965 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
8966 if test $ac_cv_prog_gcc_traditional = yes; then
8967 CC
="$CC -traditional"
8974 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8975 ac_cpp
='$CXXCPP $CPPFLAGS'
8976 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8977 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8978 cross_compiling
=$ac_cv_prog_cxx_cross
8981 CXXFLAGS
=${CXXFLAGS:=}
8982 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
8984 # Extract the first word of "$ac_prog", so it can be a program name with args.
8985 set dummy
$ac_prog; ac_word
=$2
8986 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8987 echo "configure:8988: checking for $ac_word" >&5
8988 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
8989 echo $ac_n "(cached) $ac_c" 1>&6
8991 if test -n "$CXX"; then
8992 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
8994 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8996 for ac_dir
in $ac_dummy; do
8997 test -z "$ac_dir" && ac_dir
=.
8998 if test -f $ac_dir/$ac_word; then
8999 ac_cv_prog_CXX
="$ac_prog"
9006 CXX
="$ac_cv_prog_CXX"
9007 if test -n "$CXX"; then
9008 echo "$ac_t""$CXX" 1>&6
9010 echo "$ac_t""no" 1>&6
9013 test -n "$CXX" && break
9015 test -n "$CXX" || CXX
="gcc"
9018 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
9019 echo "configure:9020: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
9022 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9023 ac_cpp
='$CXXCPP $CPPFLAGS'
9024 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9025 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9026 cross_compiling
=$ac_cv_prog_cxx_cross
9028 cat > conftest.
$ac_ext << EOF
9030 #line 9031 "configure"
9031 #include "confdefs.h"
9033 int main(){return(0);}
9035 if { (eval echo configure
:9036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9036 ac_cv_prog_cxx_works
=yes
9037 # If we can't run a trivial program, we are probably using a cross compiler.
9038 if (.
/conftest
; exit) 2>/dev
/null
; then
9039 ac_cv_prog_cxx_cross
=no
9041 ac_cv_prog_cxx_cross
=yes
9044 echo "configure: failed program was:" >&5
9045 cat conftest.
$ac_ext >&5
9046 ac_cv_prog_cxx_works
=no
9050 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9051 ac_cpp
='$CXXCPP $CPPFLAGS'
9052 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9053 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9054 cross_compiling
=$ac_cv_prog_cxx_cross
9056 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
9057 if test $ac_cv_prog_cxx_works = no
; then
9058 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
9060 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
9061 echo "configure:9062: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
9062 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
9063 cross_compiling
=$ac_cv_prog_cxx_cross
9065 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
9066 echo "configure:9067: checking whether we are using GNU C++" >&5
9067 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
9068 echo $ac_n "(cached) $ac_c" 1>&6
9070 cat > conftest.C
<<EOF
9075 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:9076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev
/null
2>&1; then
9082 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
9084 if test $ac_cv_prog_gxx = yes; then
9090 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
9091 ac_save_CXXFLAGS
="$CXXFLAGS"
9093 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
9094 echo "configure:9095: checking whether ${CXX-g++} accepts -g" >&5
9095 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
9096 echo $ac_n "(cached) $ac_c" 1>&6
9098 echo 'void f(){}' > conftest.cc
9099 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
9100 ac_cv_prog_cxx_g
=yes
9108 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
9109 if test "$ac_test_CXXFLAGS" = set; then
9110 CXXFLAGS
="$ac_save_CXXFLAGS"
9111 elif test $ac_cv_prog_cxx_g = yes; then
9112 if test "$GXX" = yes; then
9118 if test "$GXX" = yes; then
9127 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9128 ac_cpp
='$CPP $CPPFLAGS'
9129 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9130 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9131 cross_compiling
=$ac_cv_prog_cc_cross
9134 # Extract the first word of "ranlib", so it can be a program name with args.
9135 set dummy ranlib
; ac_word
=$2
9136 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9137 echo "configure:9138: checking for $ac_word" >&5
9138 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
9139 echo $ac_n "(cached) $ac_c" 1>&6
9141 if test -n "$RANLIB"; then
9142 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
9144 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9146 for ac_dir
in $ac_dummy; do
9147 test -z "$ac_dir" && ac_dir
=.
9148 if test -f $ac_dir/$ac_word; then
9149 ac_cv_prog_RANLIB
="ranlib"
9154 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
9157 RANLIB
="$ac_cv_prog_RANLIB"
9158 if test -n "$RANLIB"; then
9159 echo "$ac_t""$RANLIB" 1>&6
9161 echo "$ac_t""no" 1>&6
9165 # Extract the first word of "ar", so it can be a program name with args.
9166 set dummy
ar; ac_word
=$2
9167 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9168 echo "configure:9169: checking for $ac_word" >&5
9169 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
9170 echo $ac_n "(cached) $ac_c" 1>&6
9172 if test -n "$AR"; then
9173 ac_cv_prog_AR
="$AR" # Let the user override the test.
9175 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9177 for ac_dir
in $ac_dummy; do
9178 test -z "$ac_dir" && ac_dir
=.
9179 if test -f $ac_dir/$ac_word; then
9185 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
9189 if test -n "$AR"; then
9190 echo "$ac_t""$AR" 1>&6
9192 echo "$ac_t""no" 1>&6
9196 # Find a good install program. We prefer a C program (faster),
9197 # so one script is as good as another. But avoid the broken or
9198 # incompatible versions:
9199 # SysV /etc/install, /usr/sbin/install
9200 # SunOS /usr/etc/install
9201 # IRIX /sbin/install
9203 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
9204 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
9205 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
9206 # ./install, which can be erroneously created by make from ./install.sh.
9207 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
9208 echo "configure:9209: checking for a BSD compatible install" >&5
9209 if test -z "$INSTALL"; then
9210 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
9211 echo $ac_n "(cached) $ac_c" 1>&6
9213 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
9214 for ac_dir
in $PATH; do
9215 # Account for people who put trailing slashes in PATH elements.
9217 /|.
/|.
//|/etc
/*|/usr
/sbin
/*|/usr
/etc
/*|/sbin
/*|/usr
/afsws
/bin
/*|/usr
/ucb
/*) ;;
9219 # OSF1 and SCO ODT 3.0 have their own names for install.
9220 # Don't use installbsd from OSF since it installs stuff as root
9222 for ac_prog
in ginstall scoinst
install; do
9223 if test -f $ac_dir/$ac_prog; then
9224 if test $ac_prog = install &&
9225 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
9226 # AIX install. It has an incompatible calling convention.
9229 ac_cv_path_install
="$ac_dir/$ac_prog -c"
9240 if test "${ac_cv_path_install+set}" = set; then
9241 INSTALL
="$ac_cv_path_install"
9243 # As a last resort, use the slow shell script. We don't cache a
9244 # path for INSTALL within a source directory, because that will
9245 # break other packages using the cache if that directory is
9246 # removed, or if the path is relative.
9247 INSTALL
="$ac_install_sh"
9250 echo "$ac_t""$INSTALL" 1>&6
9252 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
9253 # It thinks the first close brace ends the variable substitution.
9254 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
9256 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
9258 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
9265 INSTALL
=`pwd`/${INSTALL} ;;
9272 INSTALL_PROGRAM
="cp -fp"
9273 INSTALL_DATA
="cp -fp"
9279 # Extract the first word of "strip", so it can be a program name with args.
9280 set dummy strip
; ac_word
=$2
9281 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9282 echo "configure:9283: checking for $ac_word" >&5
9283 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
9284 echo $ac_n "(cached) $ac_c" 1>&6
9286 if test -n "$STRIP"; then
9287 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
9289 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9291 for ac_dir
in $ac_dummy; do
9292 test -z "$ac_dir" && ac_dir
=.
9293 if test -f $ac_dir/$ac_word; then
9294 ac_cv_prog_STRIP
="strip"
9299 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
9302 STRIP
="$ac_cv_prog_STRIP"
9303 if test -n "$STRIP"; then
9304 echo "$ac_t""$STRIP" 1>&6
9306 echo "$ac_t""no" 1>&6
9310 echo $ac_n "checking if make is GNU make""... $ac_c" 1>&6
9311 echo "configure:9312: checking if make is GNU make" >&5
9312 if eval "test \"`echo '$''{'wx_cv_prog_makeisgnu'+set}'`\" = set"; then
9313 echo $ac_n "(cached) $ac_c" 1>&6
9316 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
9317 egrep -s GNU
> /dev
/null
); then
9318 wx_cv_prog_makeisgnu
="yes"
9320 wx_cv_prog_makeisgnu
="no"
9325 echo "$ac_t""$wx_cv_prog_makeisgnu" 1>&6
9327 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
9335 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
9336 echo $ac_n "checking if make supports VPATH""... $ac_c" 1>&6
9337 echo "configure:9338: checking if make supports VPATH" >&5
9338 if eval "test \"`echo '$''{'wx_cv_prog_makevpath'+set}'`\" = set"; then
9339 echo $ac_n "(cached) $ac_c" 1>&6
9342 cat - << EOF > confMake
9348 if test ! -d sub
; then
9351 echo dummy
> sub
/file
9352 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
9354 rm -f sub
/file check final_file confMake
9356 if test "$RESULT" = 0; then
9357 wx_cv_prog_makevpath
="yes"
9359 wx_cv_prog_makevpath
="no"
9364 echo "$ac_t""$wx_cv_prog_makevpath" 1>&6
9366 if test "x$wx_cv_prog_makevpath" != "xyes"; then
9367 { echo "configure: error:
9368 You need a make-utility that is able to use the variable
9370 If your version of make does not support VPATH correctly,
9371 please install GNU-make (possibly as gmake), and start
9372 configure with the following command:
9373 export MAKE=gmake; ./configure for sh-type shells
9374 setenv MAKE gmake; ./configure for csh-type shells
9375 Also please do remember to use gmake in this case every time
9376 you are trying to compile.
9379 for ac_prog
in 'bison -y' byacc
9381 # Extract the first word of "$ac_prog", so it can be a program name with args.
9382 set dummy
$ac_prog; ac_word
=$2
9383 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9384 echo "configure:9385: checking for $ac_word" >&5
9385 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
9386 echo $ac_n "(cached) $ac_c" 1>&6
9388 if test -n "$YACC"; then
9389 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
9391 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9393 for ac_dir
in $ac_dummy; do
9394 test -z "$ac_dir" && ac_dir
=.
9395 if test -f $ac_dir/$ac_word; then
9396 ac_cv_prog_YACC
="$ac_prog"
9403 YACC
="$ac_cv_prog_YACC"
9404 if test -n "$YACC"; then
9405 echo "$ac_t""$YACC" 1>&6
9407 echo "$ac_t""no" 1>&6
9410 test -n "$YACC" && break
9412 test -n "$YACC" || YACC
="yacc"
9415 # Extract the first word of "flex", so it can be a program name with args.
9416 set dummy flex
; ac_word
=$2
9417 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9418 echo "configure:9419: checking for $ac_word" >&5
9419 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
9420 echo $ac_n "(cached) $ac_c" 1>&6
9422 if test -n "$LEX"; then
9423 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
9425 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
9427 for ac_dir
in $ac_dummy; do
9428 test -z "$ac_dir" && ac_dir
=.
9429 if test -f $ac_dir/$ac_word; then
9430 ac_cv_prog_LEX
="flex"
9435 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX
="lex"
9438 LEX
="$ac_cv_prog_LEX"
9439 if test -n "$LEX"; then
9440 echo "$ac_t""$LEX" 1>&6
9442 echo "$ac_t""no" 1>&6
9445 if test -z "$LEXLIB"
9451 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
9452 echo "configure:9453: checking for yywrap in -l$ac_lib" >&5
9453 ac_lib_var
=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
9454 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
9455 echo $ac_n "(cached) $ac_c" 1>&6
9457 ac_save_LIBS
="$LIBS"
9458 LIBS
="-l$ac_lib $LIBS"
9459 cat > conftest.
$ac_ext <<EOF
9460 #line 9461 "configure"
9461 #include "confdefs.h"
9462 /* Override any gcc2 internal prototype to avoid an error. */
9463 /* We use char because int might match the return type of a gcc2
9464 builtin and then its argument prototype would still apply. */
9471 if { (eval echo configure
:9472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9473 eval "ac_cv_lib_$ac_lib_var=yes"
9475 echo "configure: failed program was:" >&5
9476 cat conftest.
$ac_ext >&5
9478 eval "ac_cv_lib_$ac_lib_var=no"
9481 LIBS
="$ac_save_LIBS"
9484 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
9485 echo "$ac_t""yes" 1>&6
9488 echo "$ac_t""no" 1>&6
9494 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
9495 echo "configure:9496: checking whether ln -s works" >&5
9496 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
9497 echo $ac_n "(cached) $ac_c" 1>&6
9500 if ln -s X conftestdata
2>/dev
/null
9503 ac_cv_prog_LN_S
="ln -s"
9508 LN_S
="$ac_cv_prog_LN_S"
9509 if test "$ac_cv_prog_LN_S" = "ln -s"; then
9510 echo "$ac_t""yes" 1>&6
9512 echo "$ac_t""no" 1>&6
9517 if test "$wxUSE_MAC" != 1; then
9518 for ac_hdr
in strings.h
9520 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9521 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9522 echo "configure:9523: checking for $ac_hdr" >&5
9523 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9524 echo $ac_n "(cached) $ac_c" 1>&6
9526 cat > conftest.
$ac_ext <<EOF
9527 #line 9528 "configure"
9528 #include "confdefs.h"
9531 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9532 { (eval echo configure
:9533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9533 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9534 if test -z "$ac_err"; then
9536 eval "ac_cv_header_$ac_safe=yes"
9539 echo "configure: failed program was:" >&5
9540 cat conftest.
$ac_ext >&5
9542 eval "ac_cv_header_$ac_safe=no"
9546 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9547 echo "$ac_t""yes" 1>&6
9548 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9549 cat >> confdefs.h
<<EOF
9550 #define $ac_tr_hdr 1
9554 echo "$ac_t""no" 1>&6
9560 for ac_hdr
in stdlib.h
9562 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9563 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9564 echo "configure:9565: checking for $ac_hdr" >&5
9565 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9566 echo $ac_n "(cached) $ac_c" 1>&6
9568 cat > conftest.
$ac_ext <<EOF
9569 #line 9570 "configure"
9570 #include "confdefs.h"
9573 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9574 { (eval echo configure
:9575: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9575 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9576 if test -z "$ac_err"; then
9578 eval "ac_cv_header_$ac_safe=yes"
9581 echo "configure: failed program was:" >&5
9582 cat conftest.
$ac_ext >&5
9584 eval "ac_cv_header_$ac_safe=no"
9588 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9589 echo "$ac_t""yes" 1>&6
9590 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9591 cat >> confdefs.h
<<EOF
9592 #define $ac_tr_hdr 1
9596 echo "$ac_t""no" 1>&6
9600 for ac_hdr
in malloc.h
9602 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9603 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9604 echo "configure:9605: checking for $ac_hdr" >&5
9605 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9606 echo $ac_n "(cached) $ac_c" 1>&6
9608 cat > conftest.
$ac_ext <<EOF
9609 #line 9610 "configure"
9610 #include "confdefs.h"
9613 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9614 { (eval echo configure
:9615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9615 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9616 if test -z "$ac_err"; then
9618 eval "ac_cv_header_$ac_safe=yes"
9621 echo "configure: failed program was:" >&5
9622 cat conftest.
$ac_ext >&5
9624 eval "ac_cv_header_$ac_safe=no"
9628 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9629 echo "$ac_t""yes" 1>&6
9630 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9631 cat >> confdefs.h
<<EOF
9632 #define $ac_tr_hdr 1
9636 echo "$ac_t""no" 1>&6
9640 for ac_hdr
in unistd.h
9642 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9643 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9644 echo "configure:9645: checking for $ac_hdr" >&5
9645 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9646 echo $ac_n "(cached) $ac_c" 1>&6
9648 cat > conftest.
$ac_ext <<EOF
9649 #line 9650 "configure"
9650 #include "confdefs.h"
9653 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9654 { (eval echo configure
:9655: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9655 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9656 if test -z "$ac_err"; then
9658 eval "ac_cv_header_$ac_safe=yes"
9661 echo "configure: failed program was:" >&5
9662 cat conftest.
$ac_ext >&5
9664 eval "ac_cv_header_$ac_safe=no"
9668 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9669 echo "$ac_t""yes" 1>&6
9670 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9671 cat >> confdefs.h
<<EOF
9672 #define $ac_tr_hdr 1
9676 echo "$ac_t""no" 1>&6
9680 for ac_hdr
in wchar.h
9682 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9683 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9684 echo "configure:9685: checking for $ac_hdr" >&5
9685 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9686 echo $ac_n "(cached) $ac_c" 1>&6
9688 cat > conftest.
$ac_ext <<EOF
9689 #line 9690 "configure"
9690 #include "confdefs.h"
9693 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9694 { (eval echo configure
:9695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9695 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9696 if test -z "$ac_err"; then
9698 eval "ac_cv_header_$ac_safe=yes"
9701 echo "configure: failed program was:" >&5
9702 cat conftest.
$ac_ext >&5
9704 eval "ac_cv_header_$ac_safe=no"
9708 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9709 echo "$ac_t""yes" 1>&6
9710 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9711 cat >> confdefs.h
<<EOF
9712 #define $ac_tr_hdr 1
9716 echo "$ac_t""no" 1>&6
9721 if test "$ac_cv_header_wchar_h" != "yes"; then
9722 for ac_hdr
in wcstr.h
9724 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9725 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9726 echo "configure:9727: checking for $ac_hdr" >&5
9727 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9728 echo $ac_n "(cached) $ac_c" 1>&6
9730 cat > conftest.
$ac_ext <<EOF
9731 #line 9732 "configure"
9732 #include "confdefs.h"
9735 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9736 { (eval echo configure
:9737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9737 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9738 if test -z "$ac_err"; then
9740 eval "ac_cv_header_$ac_safe=yes"
9743 echo "configure: failed program was:" >&5
9744 cat conftest.
$ac_ext >&5
9746 eval "ac_cv_header_$ac_safe=no"
9750 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9751 echo "$ac_t""yes" 1>&6
9752 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9753 cat >> confdefs.h
<<EOF
9754 #define $ac_tr_hdr 1
9758 echo "$ac_t""no" 1>&6
9765 for ac_hdr
in fnmatch.h
9767 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9768 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9769 echo "configure:9770: checking for $ac_hdr" >&5
9770 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9771 echo $ac_n "(cached) $ac_c" 1>&6
9773 cat > conftest.
$ac_ext <<EOF
9774 #line 9775 "configure"
9775 #include "confdefs.h"
9778 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9779 { (eval echo configure
:9780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9780 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9781 if test -z "$ac_err"; then
9783 eval "ac_cv_header_$ac_safe=yes"
9786 echo "configure: failed program was:" >&5
9787 cat conftest.
$ac_ext >&5
9789 eval "ac_cv_header_$ac_safe=no"
9793 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9794 echo "$ac_t""yes" 1>&6
9795 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9796 cat >> confdefs.h
<<EOF
9797 #define $ac_tr_hdr 1
9801 echo "$ac_t""no" 1>&6
9806 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
9807 for ac_func
in fnmatch
9809 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9810 echo "configure:9811: checking for $ac_func" >&5
9811 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9812 echo $ac_n "(cached) $ac_c" 1>&6
9814 cat > conftest.
$ac_ext <<EOF
9815 #line 9816 "configure"
9816 #include "confdefs.h"
9817 /* System header to define __stub macros and hopefully few prototypes,
9818 which can conflict with char $ac_func(); below. */
9820 /* Override any gcc2 internal prototype to avoid an error. */
9821 /* We use char because int might match the return type of a gcc2
9822 builtin and then its argument prototype would still apply. */
9827 /* The GNU C library defines this for functions which it implements
9828 to always fail with ENOSYS. Some functions are actually named
9829 something starting with __ and the normal name is an alias. */
9830 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9838 if { (eval echo configure
:9839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9840 eval "ac_cv_func_$ac_func=yes"
9842 echo "configure: failed program was:" >&5
9843 cat conftest.
$ac_ext >&5
9845 eval "ac_cv_func_$ac_func=no"
9850 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9851 echo "$ac_t""yes" 1>&6
9852 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9853 cat >> confdefs.h
<<EOF
9854 #define $ac_tr_func 1
9858 echo "$ac_t""no" 1>&6
9864 for ac_hdr
in langinfo.h
9866 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9867 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9868 echo "configure:9869: checking for $ac_hdr" >&5
9869 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9870 echo $ac_n "(cached) $ac_c" 1>&6
9872 cat > conftest.
$ac_ext <<EOF
9873 #line 9874 "configure"
9874 #include "confdefs.h"
9877 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9878 { (eval echo configure
:9879: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9879 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9880 if test -z "$ac_err"; then
9882 eval "ac_cv_header_$ac_safe=yes"
9885 echo "configure: failed program was:" >&5
9886 cat conftest.
$ac_ext >&5
9888 eval "ac_cv_header_$ac_safe=no"
9892 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9893 echo "$ac_t""yes" 1>&6
9894 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9895 cat >> confdefs.h
<<EOF
9896 #define $ac_tr_hdr 1
9900 echo "$ac_t""no" 1>&6
9905 if test "$wxUSE_GUI" = "yes"; then
9906 if test "$wxUSE_UNIX" = "yes"; then
9907 for ac_hdr
in X
11/XKBlib.h
9909 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9910 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9911 echo "configure:9912: checking for $ac_hdr" >&5
9912 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9913 echo $ac_n "(cached) $ac_c" 1>&6
9915 cat > conftest.
$ac_ext <<EOF
9916 #line 9917 "configure"
9917 #include "confdefs.h"
9920 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9921 { (eval echo configure
:9922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9922 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9923 if test -z "$ac_err"; then
9925 eval "ac_cv_header_$ac_safe=yes"
9928 echo "configure: failed program was:" >&5
9929 cat conftest.
$ac_ext >&5
9931 eval "ac_cv_header_$ac_safe=no"
9935 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
9936 echo "$ac_t""yes" 1>&6
9937 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
9938 cat >> confdefs.h
<<EOF
9939 #define $ac_tr_hdr 1
9943 echo "$ac_t""no" 1>&6
9951 echo $ac_n "checking for working const""... $ac_c" 1>&6
9952 echo "configure:9953: checking for working const" >&5
9953 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
9954 echo $ac_n "(cached) $ac_c" 1>&6
9956 cat > conftest.
$ac_ext <<EOF
9957 #line 9958 "configure"
9958 #include "confdefs.h"
9962 /* Ultrix mips cc rejects this. */
9963 typedef int charset[2]; const charset x;
9964 /* SunOS 4.1.1 cc rejects this. */
9965 char const *const *ccp;
9967 /* NEC SVR4.0.2 mips cc rejects this. */
9968 struct point {int x, y;};
9969 static struct point const zero = {0,0};
9970 /* AIX XL C 1.02.0.0 rejects this.
9971 It does not let you subtract one const X* pointer from another in an arm
9972 of an if-expression whose if-part is not a constant expression */
9973 const char *g = "string";
9974 ccp = &g + (g ? g-g : 0);
9975 /* HPUX 7.0 cc rejects these. */
9978 ccp = (char const *const *) p;
9979 { /* SCO 3.2v4 cc rejects this. */
9981 char const *s = 0 ? (char *) 0 : (char const *) 0;
9985 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
9987 const int *foo = &x[0];
9990 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
9991 typedef const int *iptr;
9995 { /* AIX XL C 1.02.0.0 rejects this saying
9996 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
9997 struct s { int j; const int *ap[3]; };
9998 struct s *b; b->j = 5;
10000 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
10001 const int foo = 10;
10006 if { (eval echo configure
:10007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10010 echo "configure: failed program was:" >&5
10011 cat conftest.
$ac_ext >&5
10018 echo "$ac_t""$ac_cv_c_const" 1>&6
10019 if test $ac_cv_c_const = no
; then
10020 cat >> confdefs.h
<<\EOF
10026 echo $ac_n "checking for inline""... $ac_c" 1>&6
10027 echo "configure:10028: checking for inline" >&5
10028 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
10029 echo $ac_n "(cached) $ac_c" 1>&6
10032 for ac_kw
in inline __inline__ __inline
; do
10033 cat > conftest.
$ac_ext <<EOF
10034 #line 10035 "configure"
10035 #include "confdefs.h"
10041 if { (eval echo configure
:10042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10043 ac_cv_c_inline
=$ac_kw; break
10045 echo "configure: failed program was:" >&5
10046 cat conftest.
$ac_ext >&5
10053 echo "$ac_t""$ac_cv_c_inline" 1>&6
10054 case "$ac_cv_c_inline" in
10056 no
) cat >> confdefs.h
<<\EOF
10060 *) cat >> confdefs.h
<<EOF
10061 #define inline $ac_cv_c_inline
10067 echo $ac_n "checking size of char""... $ac_c" 1>&6
10068 echo "configure:10069: checking size of char" >&5
10069 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
10070 echo $ac_n "(cached) $ac_c" 1>&6
10072 if test "$cross_compiling" = yes; then
10073 ac_cv_sizeof_char
=1
10075 cat > conftest.
$ac_ext <<EOF
10076 #line 10077 "configure"
10077 #include "confdefs.h"
10081 FILE *f=fopen("conftestval", "w");
10083 fprintf(f, "%d\n", sizeof(char));
10087 if { (eval echo configure
:10088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10089 ac_cv_sizeof_char
=`cat conftestval`
10091 echo "configure: failed program was:" >&5
10092 cat conftest.
$ac_ext >&5
10094 ac_cv_sizeof_char
=0
10100 echo "$ac_t""$ac_cv_sizeof_char" 1>&6
10101 cat >> confdefs.h
<<EOF
10102 #define SIZEOF_CHAR $ac_cv_sizeof_char
10106 echo $ac_n "checking size of short""... $ac_c" 1>&6
10107 echo "configure:10108: checking size of short" >&5
10108 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
10109 echo $ac_n "(cached) $ac_c" 1>&6
10111 if test "$cross_compiling" = yes; then
10112 ac_cv_sizeof_short
=2
10114 cat > conftest.
$ac_ext <<EOF
10115 #line 10116 "configure"
10116 #include "confdefs.h"
10120 FILE *f=fopen("conftestval", "w");
10122 fprintf(f, "%d\n", sizeof(short));
10126 if { (eval echo configure
:10127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10128 ac_cv_sizeof_short
=`cat conftestval`
10130 echo "configure: failed program was:" >&5
10131 cat conftest.
$ac_ext >&5
10133 ac_cv_sizeof_short
=0
10139 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
10140 cat >> confdefs.h
<<EOF
10141 #define SIZEOF_SHORT $ac_cv_sizeof_short
10145 echo $ac_n "checking size of void *""... $ac_c" 1>&6
10146 echo "configure:10147: checking size of void *" >&5
10147 if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
10148 echo $ac_n "(cached) $ac_c" 1>&6
10150 if test "$cross_compiling" = yes; then
10151 ac_cv_sizeof_void_p
=4
10153 cat > conftest.
$ac_ext <<EOF
10154 #line 10155 "configure"
10155 #include "confdefs.h"
10159 FILE *f=fopen("conftestval", "w");
10161 fprintf(f, "%d\n", sizeof(void *));
10165 if { (eval echo configure
:10166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10167 ac_cv_sizeof_void_p
=`cat conftestval`
10169 echo "configure: failed program was:" >&5
10170 cat conftest.
$ac_ext >&5
10172 ac_cv_sizeof_void_p
=0
10178 echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6
10179 cat >> confdefs.h
<<EOF
10180 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
10184 echo $ac_n "checking size of int""... $ac_c" 1>&6
10185 echo "configure:10186: checking size of int" >&5
10186 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
10187 echo $ac_n "(cached) $ac_c" 1>&6
10189 if test "$cross_compiling" = yes; then
10192 cat > conftest.
$ac_ext <<EOF
10193 #line 10194 "configure"
10194 #include "confdefs.h"
10198 FILE *f=fopen("conftestval", "w");
10200 fprintf(f, "%d\n", sizeof(int));
10204 if { (eval echo configure
:10205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10206 ac_cv_sizeof_int
=`cat conftestval`
10208 echo "configure: failed program was:" >&5
10209 cat conftest.
$ac_ext >&5
10217 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
10218 cat >> confdefs.h
<<EOF
10219 #define SIZEOF_INT $ac_cv_sizeof_int
10223 echo $ac_n "checking size of long""... $ac_c" 1>&6
10224 echo "configure:10225: checking size of long" >&5
10225 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
10226 echo $ac_n "(cached) $ac_c" 1>&6
10228 if test "$cross_compiling" = yes; then
10229 ac_cv_sizeof_long
=4
10231 cat > conftest.
$ac_ext <<EOF
10232 #line 10233 "configure"
10233 #include "confdefs.h"
10237 FILE *f=fopen("conftestval", "w");
10239 fprintf(f, "%d\n", sizeof(long));
10243 if { (eval echo configure
:10244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10245 ac_cv_sizeof_long
=`cat conftestval`
10247 echo "configure: failed program was:" >&5
10248 cat conftest.
$ac_ext >&5
10250 ac_cv_sizeof_long
=0
10256 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
10257 cat >> confdefs.h
<<EOF
10258 #define SIZEOF_LONG $ac_cv_sizeof_long
10265 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10266 echo "configure:10267: checking size of long long" >&5
10267 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10268 echo $ac_n "(cached) $ac_c" 1>&6
10270 if test "$cross_compiling" = yes; then
10271 ac_cv_sizeof_long_long
=8
10273 cat > conftest.
$ac_ext <<EOF
10274 #line 10275 "configure"
10275 #include "confdefs.h"
10279 FILE *f=fopen("conftestval", "w");
10281 fprintf(f, "%d\n", sizeof(long long));
10285 if { (eval echo configure
:10286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10287 ac_cv_sizeof_long_long
=`cat conftestval`
10289 echo "configure: failed program was:" >&5
10290 cat conftest.
$ac_ext >&5
10292 ac_cv_sizeof_long_long
=0
10298 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10299 cat >> confdefs.h
<<EOF
10300 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10306 echo $ac_n "checking size of long long""... $ac_c" 1>&6
10307 echo "configure:10308: checking size of long long" >&5
10308 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
10309 echo $ac_n "(cached) $ac_c" 1>&6
10311 if test "$cross_compiling" = yes; then
10312 ac_cv_sizeof_long_long
=0
10314 cat > conftest.
$ac_ext <<EOF
10315 #line 10316 "configure"
10316 #include "confdefs.h"
10320 FILE *f=fopen("conftestval", "w");
10322 fprintf(f, "%d\n", sizeof(long long));
10326 if { (eval echo configure
:10327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10328 ac_cv_sizeof_long_long
=`cat conftestval`
10330 echo "configure: failed program was:" >&5
10331 cat conftest.
$ac_ext >&5
10333 ac_cv_sizeof_long_long
=0
10339 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
10340 cat >> confdefs.h
<<EOF
10341 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
10347 echo $ac_n "checking size of wchar_t""... $ac_c" 1>&6
10348 echo "configure:10349: checking size of wchar_t" >&5
10349 if eval "test \"`echo '$''{'wx_cv_sizeof_wchar_t'+set}'`\" = set"; then
10350 echo $ac_n "(cached) $ac_c" 1>&6
10353 if test "$cross_compiling" = yes; then
10354 wx_cv_sizeof_wchar_t
=4
10357 cat > conftest.
$ac_ext <<EOF
10358 #line 10359 "configure"
10359 #include "confdefs.h"
10361 #ifdef HAVE_WCHAR_H
10363 # include <stddef.h>
10365 # include <wchar.h>
10367 #ifdef HAVE_STDLIB_H
10368 # include <stdlib.h>
10373 FILE *f=fopen("conftestval", "w");
10375 fprintf(f, "%i", sizeof(wchar_t));
10380 if { (eval echo configure
:10381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10382 wx_cv_sizeof_wchar_t
=`cat conftestval`
10384 echo "configure: failed program was:" >&5
10385 cat conftest.
$ac_ext >&5
10387 wx_cv_sizeof_wchar_t
=0
10395 echo "$ac_t""$wx_cv_sizeof_wchar_t" 1>&6
10397 cat >> confdefs.h
<<EOF
10398 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
10402 # Check whether --enable-largefile or --disable-largefile was given.
10403 if test "${enable_largefile+set}" = set; then
10404 enableval
="$enable_largefile"
10408 if test "$enable_largefile" != no
; then
10411 echo $ac_n "checking for _FILE_OFFSET_BITS value needed for large files""... $ac_c" 1>&6
10412 echo "configure:10413: checking for _FILE_OFFSET_BITS value needed for large files" >&5
10413 if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then
10414 echo $ac_n "(cached) $ac_c" 1>&6
10417 cat > conftest.
$ac_ext <<EOF
10418 #line 10419 "configure"
10419 #include "confdefs.h"
10420 #define _FILE_OFFSET_BITS 64
10421 #include <sys/types.h>
10424 unsigned int field: sizeof(off_t) == 8;
10429 if { (eval echo configure
:10430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10431 ac_cv_sys_file_offset_bits
=64
10433 echo "configure: failed program was:" >&5
10434 cat conftest.
$ac_ext >&5
10436 ac_cv_sys_file_offset_bits
=no
10443 echo "$ac_t""$ac_cv_sys_file_offset_bits" 1>&6
10445 if test "$ac_cv_sys_file_offset_bits" != no
; then
10447 cat >> confdefs.h
<<EOF
10448 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
10453 if test "x$wx_largefile" != "xyes"; then
10455 echo $ac_n "checking for _LARGE_FILES value needed for large files""... $ac_c" 1>&6
10456 echo "configure:10457: checking for _LARGE_FILES value needed for large files" >&5
10457 if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then
10458 echo $ac_n "(cached) $ac_c" 1>&6
10461 cat > conftest.
$ac_ext <<EOF
10462 #line 10463 "configure"
10463 #include "confdefs.h"
10464 #define _LARGE_FILES 1
10465 #include <sys/types.h>
10468 unsigned int field: sizeof(off_t) == 8;
10473 if { (eval echo configure
:10474: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10475 ac_cv_sys_large_files
=1
10477 echo "configure: failed program was:" >&5
10478 cat conftest.
$ac_ext >&5
10480 ac_cv_sys_large_files
=no
10487 echo "$ac_t""$ac_cv_sys_large_files" 1>&6
10489 if test "$ac_cv_sys_large_files" != no
; then
10491 cat >> confdefs.h
<<EOF
10492 #define _LARGE_FILES $ac_cv_sys_large_files
10499 echo $ac_n "checking if large file support is available""... $ac_c" 1>&6
10500 echo "configure:10501: checking if large file support is available" >&5
10501 if test "x$wx_largefile" = "xyes"; then
10502 cat >> confdefs.h
<<\EOF
10503 #define HAVE_LARGEFILE_SUPPORT 1
10507 echo "$ac_t""$wx_largefile" 1>&6
10511 echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
10512 echo "configure:10513: checking whether byte ordering is bigendian" >&5
10513 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
10514 echo $ac_n "(cached) $ac_c" 1>&6
10516 ac_cv_c_bigendian
=unknown
10517 # See if sys/param.h defines the BYTE_ORDER macro.
10518 cat > conftest.
$ac_ext <<EOF
10519 #line 10520 "configure"
10520 #include "confdefs.h"
10521 #include <sys/types.h>
10522 #include <sys/param.h>
10525 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
10526 bogus endian macros
10530 if { (eval echo configure
:10531: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10532 # It does; now see whether it defined to BIG_ENDIAN or not.
10533 cat > conftest.
$ac_ext <<EOF
10534 #line 10535 "configure"
10535 #include "confdefs.h"
10536 #include <sys/types.h>
10537 #include <sys/param.h>
10540 #if BYTE_ORDER != BIG_ENDIAN
10545 if { (eval echo configure
:10546: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10547 ac_cv_c_bigendian
=yes
10549 echo "configure: failed program was:" >&5
10550 cat conftest.
$ac_ext >&5
10552 ac_cv_c_bigendian
=no
10556 echo "configure: failed program was:" >&5
10557 cat conftest.
$ac_ext >&5
10560 if test $ac_cv_c_bigendian = unknown
; then
10561 if test "$cross_compiling" = yes; then
10562 ac_cv_c_bigendian
=unknown
10564 cat > conftest.
$ac_ext <<EOF
10565 #line 10566 "configure"
10566 #include "confdefs.h"
10568 /* Are we little or big endian? From Harbison&Steele. */
10572 char c[sizeof (long)];
10575 exit (u.c[sizeof (long) - 1] == 1);
10578 if { (eval echo configure
:10579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
10580 ac_cv_c_bigendian
=no
10582 echo "configure: failed program was:" >&5
10583 cat conftest.
$ac_ext >&5
10585 ac_cv_c_bigendian
=yes
10593 echo "$ac_t""$ac_cv_c_bigendian" 1>&6
10594 if test $ac_cv_c_bigendian = unknown
; then
10595 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
10597 if test $ac_cv_c_bigendian = yes; then
10598 cat >> confdefs.h
<<\EOF
10599 #define WORDS_BIGENDIAN 1
10605 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
10606 echo "configure:10607: checking how to run the C++ preprocessor" >&5
10607 if test -z "$CXXCPP"; then
10608 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
10609 echo $ac_n "(cached) $ac_c" 1>&6
10612 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10613 ac_cpp
='$CXXCPP $CPPFLAGS'
10614 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10615 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10616 cross_compiling
=$ac_cv_prog_cxx_cross
10617 CXXCPP
="${CXX-g++} -E"
10618 cat > conftest.
$ac_ext <<EOF
10619 #line 10620 "configure"
10620 #include "confdefs.h"
10621 #include <stdlib.h>
10623 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10624 { (eval echo configure
:10625: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10625 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10626 if test -z "$ac_err"; then
10630 echo "configure: failed program was:" >&5
10631 cat conftest.
$ac_ext >&5
10636 ac_cv_prog_CXXCPP
="$CXXCPP"
10638 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10639 ac_cpp
='$CXXCPP $CPPFLAGS'
10640 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10641 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10642 cross_compiling
=$ac_cv_prog_cxx_cross
10645 CXXCPP
="$ac_cv_prog_CXXCPP"
10646 echo "$ac_t""$CXXCPP" 1>&6
10649 if test "$cross_compiling" = "yes"; then
10650 cat >> confdefs.h
<<\EOF
10651 #define wxUSE_IOSTREAMH 1
10657 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10658 ac_cpp
='$CXXCPP $CPPFLAGS'
10659 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10660 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10661 cross_compiling
=$ac_cv_prog_cxx_cross
10664 for ac_hdr
in iostream
10666 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10667 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
10668 echo "configure:10669: checking for $ac_hdr" >&5
10669 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10670 echo $ac_n "(cached) $ac_c" 1>&6
10672 cat > conftest.
$ac_ext <<EOF
10673 #line 10674 "configure"
10674 #include "confdefs.h"
10677 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
10678 { (eval echo configure
:10679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10679 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10680 if test -z "$ac_err"; then
10682 eval "ac_cv_header_$ac_safe=yes"
10685 echo "configure: failed program was:" >&5
10686 cat conftest.
$ac_ext >&5
10688 eval "ac_cv_header_$ac_safe=no"
10692 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
10693 echo "$ac_t""yes" 1>&6
10694 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
10695 cat >> confdefs.h
<<EOF
10696 #define $ac_tr_hdr 1
10700 echo "$ac_t""no" 1>&6
10705 if test "$ac_cv_header_iostream" = "yes" ; then
10708 cat >> confdefs.h
<<\EOF
10709 #define wxUSE_IOSTREAMH 1
10715 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10716 ac_cpp
='$CPP $CPPFLAGS'
10717 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10718 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10719 cross_compiling
=$ac_cv_prog_cc_cross
10725 echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
10726 echo "configure:10727: checking if C++ compiler supports bool" >&5
10727 if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
10728 echo $ac_n "(cached) $ac_c" 1>&6
10733 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10734 ac_cpp
='$CXXCPP $CPPFLAGS'
10735 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10736 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10737 cross_compiling
=$ac_cv_prog_cxx_cross
10740 cat > conftest.
$ac_ext <<EOF
10741 #line 10742 "configure"
10742 #include "confdefs.h"
10753 if { (eval echo configure
:10754: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10759 echo "configure: failed program was:" >&5
10760 cat conftest.
$ac_ext >&5
10770 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10771 ac_cpp
='$CPP $CPPFLAGS'
10772 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10773 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10774 cross_compiling
=$ac_cv_prog_cc_cross
10779 echo "$ac_t""$wx_cv_cpp_bool" 1>&6
10781 if test "$wx_cv_cpp_bool" = "yes"; then
10782 cat >> confdefs.h
<<\EOF
10783 #define HAVE_BOOL 1
10790 echo $ac_n "checking if C++ compiler supports the explicit keyword""... $ac_c" 1>&6
10791 echo "configure:10792: checking if C++ compiler supports the explicit keyword" >&5
10792 if eval "test \"`echo '$''{'wx_cv_explicit'+set}'`\" = set"; then
10793 echo $ac_n "(cached) $ac_c" 1>&6
10798 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10799 ac_cpp
='$CXXCPP $CPPFLAGS'
10800 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10801 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10802 cross_compiling
=$ac_cv_prog_cxx_cross
10805 cat > conftest.
$ac_ext <<EOF
10806 #line 10807 "configure"
10807 #include "confdefs.h"
10809 class Foo { public: explicit Foo(int) {} };
10817 if { (eval echo configure
:10818: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10820 cat > conftest.
$ac_ext <<EOF
10821 #line 10822 "configure"
10822 #include "confdefs.h"
10824 class Foo { public: explicit Foo(int) {} };
10825 static void TakeFoo(const Foo& foo) { }
10834 if { (eval echo configure
:10835: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10838 echo "configure: failed program was:" >&5
10839 cat conftest.
$ac_ext >&5
10847 echo "configure: failed program was:" >&5
10848 cat conftest.
$ac_ext >&5
10856 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10857 ac_cpp
='$CPP $CPPFLAGS'
10858 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10859 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10860 cross_compiling
=$ac_cv_prog_cc_cross
10865 echo "$ac_t""$wx_cv_explicit" 1>&6
10867 if test "$wx_cv_explicit" = "yes"; then
10868 cat >> confdefs.h
<<\EOF
10869 #define HAVE_EXPLICIT 1
10877 /usr/local/include \
10879 /usr/Motif-1.2/include \
10880 /usr/Motif-2.1/include \
10882 /usr/include/Motif1.2 \
10883 /opt/xpm/include/X11 \
10884 /opt/GBxpm/include/ \
10885 /opt/GBxpm/X11/include/ \
10887 /usr/Motif1.2/include \
10889 /usr/openwin/include \
10893 /usr/X11R6/include \
10894 /usr/X11R6.4/include \
10895 /usr/X11R5/include \
10896 /usr/X11R4/include \
10898 /usr/include/X11R6 \
10899 /usr/include/X11R5 \
10900 /usr/include/X11R4 \
10902 /usr/local/X11R6/include \
10903 /usr/local/X11R5/include \
10904 /usr/local/X11R4/include \
10906 /usr/local/include/X11R6 \
10907 /usr/local/include/X11R5 \
10908 /usr/local/include/X11R4 \
10912 /usr/local/X11/include \
10913 /usr/local/include/X11 \
10915 /usr/X386/include \
10916 /usr/x386/include \
10917 /usr/XFree86/include/X11 \
10919 X:/XFree86/include \
10920 X:/XFree86/include/X11 \
10923 /usr/local/include/gtk \
10924 /usr/include/glib \
10925 /usr/local/include/glib \
10928 /usr/local/include/qt \
10930 /usr/include/windows \
10931 /usr/include/wine \
10932 /usr/local/include/wine \
10934 /usr/unsupported/include \
10935 /usr/athena/include \
10936 /usr/local/x11r5/include \
10937 /usr/lpp/Xamples/include \
10939 /usr/openwin/share/include \
10943 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
10946 cat > confcache
<<\EOF
10947 # This file is a shell script that caches the results of configure
10948 # tests run on this system so they can be shared between configure
10949 # scripts and configure runs. It is not useful on other systems.
10950 # If it contains results you don't want to keep, you may remove or edit it.
10952 # By default, configure uses ./config.cache as the cache file,
10953 # creating it if it does not exist already. You can give configure
10954 # the --cache-file=FILE option to use a different cache file; that is
10955 # what configure does when it calls configure scripts in
10956 # subdirectories, so they share the cache.
10957 # Giving --cache-file=/dev/null disables caching, for debugging configure.
10958 # config.status only pays attention to the cache file if you give it the
10959 # --recheck option to rerun configure.
10962 # The following way of writing the cache mishandles newlines in values,
10963 # but we know of no workaround that is simple, portable, and efficient.
10964 # So, don't put newlines in cache variables' values.
10965 # Ultrix sh set writes to stderr and can't be redirected directly,
10966 # and sets the high bit in the cache file unless we assign to the vars.
10968 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10970 # `set' does not quote correctly, so add quotes (double-quote substitution
10971 # turns \\\\ into \\, and sed turns \\ into \).
10973 -e "s/'/'\\\\''/g" \
10974 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
10977 # `set' quotes correctly as required by POSIX, so do not add quotes.
10978 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
10981 if cmp -s $cache_file confcache
; then
10984 if test -w $cache_file; then
10985 echo "updating cache $cache_file"
10986 cat confcache
> $cache_file
10988 echo "not updating unwritable cache $cache_file"
10994 if test "$USE_LINUX" = 1; then
10995 echo $ac_n "checking for glibc 2.1 or later""... $ac_c" 1>&6
10996 echo "configure:10997: checking for glibc 2.1 or later" >&5
10997 if eval "test \"`echo '$''{'wx_cv_lib_glibc21'+set}'`\" = set"; then
10998 echo $ac_n "(cached) $ac_c" 1>&6
11001 cat > conftest.
$ac_ext <<EOF
11002 #line 11003 "configure"
11003 #include "confdefs.h"
11004 #include <features.h>
11007 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
11008 #error not glibc2.1
11013 if { (eval echo configure
:11014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11016 wx_cv_lib_glibc21
=yes
11019 echo "configure: failed program was:" >&5
11020 cat conftest.
$ac_ext >&5
11023 wx_cv_lib_glibc21
=no
11031 echo "$ac_t""$wx_cv_lib_glibc21" 1>&6
11032 if test "$wx_cv_lib_glibc21" = "yes"; then
11033 cat >> confdefs.h
<<\EOF
11034 #define wxHAVE_GLIBC2 1
11043 if test "$wxUSE_REGEX" != "no"; then
11044 cat >> confdefs.h
<<\EOF
11045 #define wxUSE_REGEX 1
11049 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
11050 ac_safe
=`echo "regex.h" | sed 'y%./+-%__p_%'`
11051 echo $ac_n "checking for regex.h""... $ac_c" 1>&6
11052 echo "configure:11053: checking for regex.h" >&5
11053 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11054 echo $ac_n "(cached) $ac_c" 1>&6
11056 cat > conftest.
$ac_ext <<EOF
11057 #line 11058 "configure"
11058 #include "confdefs.h"
11061 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11062 { (eval echo configure
:11063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11063 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11064 if test -z "$ac_err"; then
11066 eval "ac_cv_header_$ac_safe=yes"
11069 echo "configure: failed program was:" >&5
11070 cat conftest.
$ac_ext >&5
11072 eval "ac_cv_header_$ac_safe=no"
11076 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11077 echo "$ac_t""yes" 1>&6
11078 for ac_func
in regcomp
11080 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11081 echo "configure:11082: checking for $ac_func" >&5
11082 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11083 echo $ac_n "(cached) $ac_c" 1>&6
11085 cat > conftest.
$ac_ext <<EOF
11086 #line 11087 "configure"
11087 #include "confdefs.h"
11088 /* System header to define __stub macros and hopefully few prototypes,
11089 which can conflict with char $ac_func(); below. */
11090 #include <assert.h>
11091 /* Override any gcc2 internal prototype to avoid an error. */
11092 /* We use char because int might match the return type of a gcc2
11093 builtin and then its argument prototype would still apply. */
11098 /* The GNU C library defines this for functions which it implements
11099 to always fail with ENOSYS. Some functions are actually named
11100 something starting with __ and the normal name is an alias. */
11101 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11109 if { (eval echo configure
:11110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11111 eval "ac_cv_func_$ac_func=yes"
11113 echo "configure: failed program was:" >&5
11114 cat conftest.
$ac_ext >&5
11116 eval "ac_cv_func_$ac_func=no"
11121 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11122 echo "$ac_t""yes" 1>&6
11123 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11124 cat >> confdefs.h
<<EOF
11125 #define $ac_tr_func 1
11129 echo "$ac_t""no" 1>&6
11134 echo "$ac_t""no" 1>&6
11138 if test "x$ac_cv_func_regcomp" != "xyes"; then
11139 if test "$wxUSE_REGEX" = "sys" ; then
11140 { echo "configure: error: system regex library not found! Use --with-regex to use built-in version" 1>&2; exit 1; }
11142 echo "configure: warning: system regex library not found, will use built-in instead" 1>&2
11143 wxUSE_REGEX
=builtin
11150 if test "$wxUSE_REGEX" = "builtin" ; then
11151 REGEX_INCLUDE
="-I\${top_srcdir}/src/regex"
11158 if test "$wxUSE_ZLIB" != "no" ; then
11159 cat >> confdefs.h
<<\EOF
11160 #define wxUSE_ZLIB 1
11164 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
11165 ac_safe
=`echo "zlib.h" | sed 'y%./+-%__p_%'`
11166 echo $ac_n "checking for zlib.h""... $ac_c" 1>&6
11167 echo "configure:11168: checking for zlib.h" >&5
11168 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11169 echo $ac_n "(cached) $ac_c" 1>&6
11171 cat > conftest.
$ac_ext <<EOF
11172 #line 11173 "configure"
11173 #include "confdefs.h"
11176 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11177 { (eval echo configure
:11178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11178 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11179 if test -z "$ac_err"; then
11181 eval "ac_cv_header_$ac_safe=yes"
11184 echo "configure: failed program was:" >&5
11185 cat conftest.
$ac_ext >&5
11187 eval "ac_cv_header_$ac_safe=no"
11191 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11192 echo "$ac_t""yes" 1>&6
11193 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
11194 echo "configure:11195: checking for deflate in -lz" >&5
11195 ac_lib_var
=`echo z'_'deflate | sed 'y%./+-%__p_%'`
11196 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11197 echo $ac_n "(cached) $ac_c" 1>&6
11199 ac_save_LIBS
="$LIBS"
11201 cat > conftest.
$ac_ext <<EOF
11202 #line 11203 "configure"
11203 #include "confdefs.h"
11204 /* Override any gcc2 internal prototype to avoid an error. */
11205 /* We use char because int might match the return type of a gcc2
11206 builtin and then its argument prototype would still apply. */
11213 if { (eval echo configure
:11214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11215 eval "ac_cv_lib_$ac_lib_var=yes"
11217 echo "configure: failed program was:" >&5
11218 cat conftest.
$ac_ext >&5
11220 eval "ac_cv_lib_$ac_lib_var=no"
11223 LIBS
="$ac_save_LIBS"
11226 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11227 echo "$ac_t""yes" 1>&6
11230 echo "$ac_t""no" 1>&6
11234 echo "$ac_t""no" 1>&6
11238 if test "x$ZLIB_LINK" = "x" ; then
11239 if test "$wxUSE_ZLIB" = "sys" ; then
11240 { echo "configure: error: system zlib compression library not found! Use --with-zlib=builtin to use built-in version" 1>&2; exit 1; }
11242 echo "configure: warning: system zlib compression library not found, will use built-in instead" 1>&2
11250 if test "$wxUSE_ZLIB" = "builtin" ; then
11251 ZLIB_INCLUDE
="-I\${top_srcdir}/src/zlib"
11258 if test "$wxUSE_LIBPNG" != "no" ; then
11259 cat >> confdefs.h
<<\EOF
11260 #define wxUSE_LIBPNG 1
11264 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
11265 echo "configure: warning: wxMGL doesn't work with builtin png library, will use MGL one instead" 1>&2
11269 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
11270 echo "configure: warning: system png library doesn't work without system zlib, will use built-in instead" 1>&2
11271 wxUSE_LIBPNG
=builtin
11274 if test "$wxUSE_MGL" != 1 ; then
11275 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
11276 ac_safe
=`echo "png.h" | sed 'y%./+-%__p_%'`
11277 echo $ac_n "checking for png.h""... $ac_c" 1>&6
11278 echo "configure:11279: checking for png.h" >&5
11279 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11280 echo $ac_n "(cached) $ac_c" 1>&6
11282 cat > conftest.
$ac_ext <<EOF
11283 #line 11284 "configure"
11284 #include "confdefs.h"
11287 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11288 { (eval echo configure
:11289: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11289 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11290 if test -z "$ac_err"; then
11292 eval "ac_cv_header_$ac_safe=yes"
11295 echo "configure: failed program was:" >&5
11296 cat conftest.
$ac_ext >&5
11298 eval "ac_cv_header_$ac_safe=no"
11302 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11303 echo "$ac_t""yes" 1>&6
11304 echo $ac_n "checking for png_check_sig in -lpng""... $ac_c" 1>&6
11305 echo "configure:11306: checking for png_check_sig in -lpng" >&5
11306 ac_lib_var
=`echo png'_'png_check_sig | sed 'y%./+-%__p_%'`
11307 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11308 echo $ac_n "(cached) $ac_c" 1>&6
11310 ac_save_LIBS
="$LIBS"
11311 LIBS
="-lpng -lz -lm $LIBS"
11312 cat > conftest.
$ac_ext <<EOF
11313 #line 11314 "configure"
11314 #include "confdefs.h"
11315 /* Override any gcc2 internal prototype to avoid an error. */
11316 /* We use char because int might match the return type of a gcc2
11317 builtin and then its argument prototype would still apply. */
11318 char png_check_sig();
11324 if { (eval echo configure
:11325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11326 eval "ac_cv_lib_$ac_lib_var=yes"
11328 echo "configure: failed program was:" >&5
11329 cat conftest.
$ac_ext >&5
11331 eval "ac_cv_lib_$ac_lib_var=no"
11334 LIBS
="$ac_save_LIBS"
11337 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11338 echo "$ac_t""yes" 1>&6
11341 echo "$ac_t""no" 1>&6
11346 echo "$ac_t""no" 1>&6
11350 if test "x$PNG_LINK" = "x" ; then
11351 if test "$wxUSE_LIBPNG" = "sys" ; then
11352 { echo "configure: error: system png library not found! Use --with-libpng=builtin to use built-in version" 1>&2; exit 1; }
11354 echo "configure: warning: system png library not found, will use built-in instead" 1>&2
11355 wxUSE_LIBPNG
=builtin
11363 if test "$wxUSE_LIBPNG" = "builtin" ; then
11364 PNG_INCLUDE
="-I\${top_srcdir}/src/png"
11367 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
11373 if test "$wxUSE_LIBJPEG" != "no" ; then
11374 cat >> confdefs.h
<<\EOF
11375 #define wxUSE_LIBJPEG 1
11379 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
11380 echo "configure: warning: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" 1>&2
11384 if test "$wxUSE_MGL" != 1 ; then
11385 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
11386 echo $ac_n "checking for jpeglib.h""... $ac_c" 1>&6
11387 echo "configure:11388: checking for jpeglib.h" >&5
11388 if eval "test \"`echo '$''{'ac_cv_header_jpeglib_h'+set}'`\" = set"; then
11389 echo $ac_n "(cached) $ac_c" 1>&6
11391 cat > conftest.
$ac_ext <<EOF
11392 #line 11393 "configure"
11393 #include "confdefs.h"
11395 #undef HAVE_STDLIB_H
11397 #include <jpeglib.h>
11404 if { (eval echo configure
:11405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11406 ac_cv_header_jpeglib_h
=yes
11408 echo "configure: failed program was:" >&5
11409 cat conftest.
$ac_ext >&5
11411 ac_cv_header_jpeglib_h
=no
11418 echo "$ac_t""$ac_cv_header_jpeglib_h" 1>&6
11420 if test "$ac_cv_header_jpeglib_h" = "yes"; then
11421 echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
11422 echo "configure:11423: checking for jpeg_read_header in -ljpeg" >&5
11423 ac_lib_var
=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
11424 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11425 echo $ac_n "(cached) $ac_c" 1>&6
11427 ac_save_LIBS
="$LIBS"
11428 LIBS
="-ljpeg $LIBS"
11429 cat > conftest.
$ac_ext <<EOF
11430 #line 11431 "configure"
11431 #include "confdefs.h"
11432 /* Override any gcc2 internal prototype to avoid an error. */
11433 /* We use char because int might match the return type of a gcc2
11434 builtin and then its argument prototype would still apply. */
11435 char jpeg_read_header();
11441 if { (eval echo configure
:11442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11443 eval "ac_cv_lib_$ac_lib_var=yes"
11445 echo "configure: failed program was:" >&5
11446 cat conftest.
$ac_ext >&5
11448 eval "ac_cv_lib_$ac_lib_var=no"
11451 LIBS
="$ac_save_LIBS"
11454 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11455 echo "$ac_t""yes" 1>&6
11456 JPEG_LINK
=" -ljpeg"
11458 echo "$ac_t""no" 1>&6
11463 if test "x$JPEG_LINK" = "x" ; then
11464 if test "$wxUSE_LIBJPEG" = "sys" ; then
11465 { echo "configure: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" 1>&2; exit 1; }
11467 echo "configure: warning: system jpeg library not found, will use built-in instead" 1>&2
11468 wxUSE_LIBJPEG
=builtin
11476 if test "$wxUSE_LIBJPEG" = "builtin" ; then
11477 JPEG_INCLUDE
="-I\${top_srcdir}/src/jpeg"
11484 if test "$wxUSE_LIBTIFF" != "no" ; then
11485 cat >> confdefs.h
<<\EOF
11486 #define wxUSE_LIBTIFF 1
11490 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
11491 ac_safe
=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
11492 echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
11493 echo "configure:11494: checking for tiffio.h" >&5
11494 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+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 #include <tiffio.h>
11502 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11503 { (eval echo configure
:11504: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11504 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11505 if test -z "$ac_err"; then
11507 eval "ac_cv_header_$ac_safe=yes"
11510 echo "configure: failed program was:" >&5
11511 cat conftest.
$ac_ext >&5
11513 eval "ac_cv_header_$ac_safe=no"
11517 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11518 echo "$ac_t""yes" 1>&6
11519 echo $ac_n "checking for TIFFError in -ltiff""... $ac_c" 1>&6
11520 echo "configure:11521: checking for TIFFError in -ltiff" >&5
11521 ac_lib_var
=`echo tiff'_'TIFFError | sed 'y%./+-%__p_%'`
11522 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11523 echo $ac_n "(cached) $ac_c" 1>&6
11525 ac_save_LIBS
="$LIBS"
11526 LIBS
="-ltiff -lm $LIBS"
11527 cat > conftest.
$ac_ext <<EOF
11528 #line 11529 "configure"
11529 #include "confdefs.h"
11530 /* Override any gcc2 internal prototype to avoid an error. */
11531 /* We use char because int might match the return type of a gcc2
11532 builtin and then its argument prototype would still apply. */
11539 if { (eval echo configure
:11540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11541 eval "ac_cv_lib_$ac_lib_var=yes"
11543 echo "configure: failed program was:" >&5
11544 cat conftest.
$ac_ext >&5
11546 eval "ac_cv_lib_$ac_lib_var=no"
11549 LIBS
="$ac_save_LIBS"
11552 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
11553 echo "$ac_t""yes" 1>&6
11554 TIFF_LINK
=" -ltiff"
11556 echo "$ac_t""no" 1>&6
11561 echo "$ac_t""no" 1>&6
11565 if test "x$TIFF_LINK" = "x" ; then
11566 if test "$wxUSE_LIBTIFF" = "sys" ; then
11567 { echo "configure: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" 1>&2; exit 1; }
11569 echo "configure: warning: system tiff library not found, will use built-in instead" 1>&2
11570 wxUSE_LIBTIFF
=builtin
11577 if test "$wxUSE_LIBTIFF" = "builtin" ; then
11578 TIFF_INCLUDE
="-I\${top_srcdir}/src/tiff"
11589 if test "$USE_WIN32" = 1 ; then
11590 for ac_hdr
in w32api.h
11592 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
11593 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
11594 echo "configure:11595: checking for $ac_hdr" >&5
11595 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11596 echo $ac_n "(cached) $ac_c" 1>&6
11598 cat > conftest.
$ac_ext <<EOF
11599 #line 11600 "configure"
11600 #include "confdefs.h"
11603 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11604 { (eval echo configure
:11605: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11605 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11606 if test -z "$ac_err"; then
11608 eval "ac_cv_header_$ac_safe=yes"
11611 echo "configure: failed program was:" >&5
11612 cat conftest.
$ac_ext >&5
11614 eval "ac_cv_header_$ac_safe=no"
11618 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11619 echo "$ac_t""yes" 1>&6
11620 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
11621 cat >> confdefs.h
<<EOF
11622 #define $ac_tr_hdr 1
11626 echo "$ac_t""no" 1>&6
11630 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
11631 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
11632 echo "configure:11633: checking for windows.h" >&5
11633 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
11634 echo $ac_n "(cached) $ac_c" 1>&6
11636 cat > conftest.
$ac_ext <<EOF
11637 #line 11638 "configure"
11638 #include "confdefs.h"
11639 #include <windows.h>
11641 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
11642 { (eval echo configure
:11643: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11643 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11644 if test -z "$ac_err"; then
11646 eval "ac_cv_header_$ac_safe=yes"
11649 echo "configure: failed program was:" >&5
11650 cat conftest.
$ac_ext >&5
11652 eval "ac_cv_header_$ac_safe=no"
11656 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
11657 echo "$ac_t""yes" 1>&6
11660 echo "$ac_t""no" 1>&6
11662 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
11667 echo $ac_n "checking if w32api has good enough MSIE support""... $ac_c" 1>&6
11668 echo "configure:11669: checking if w32api has good enough MSIE support" >&5
11669 if eval "test \"`echo '$''{'wx_cv_w32api_win32_ie'+set}'`\" = set"; then
11670 echo $ac_n "(cached) $ac_c" 1>&6
11673 cat > conftest.
$ac_ext <<EOF
11674 #line 11675 "configure"
11675 #include "confdefs.h"
11676 #include <w32api.h>
11679 #define wxCHECK_W32API_VERSION( major, minor ) \
11680 ( defined( __W32API_MAJOR_VERSION ) && defined( __W32API_MINOR_VERSION ) \
11681 && ( ( __W32API_MAJOR_VERSION > (major) ) \
11682 || ( __W32API_MAJOR_VERSION == (major) && __W32API_MINOR_VERSION >= (minor))))
11684 #if !wxCHECK_W32API_VERSION(1,1)
11685 #error You need w32api 1.1 or newer
11690 if { (eval echo configure
:11691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11693 wx_cv_w32api_win32_ie
=yes
11696 echo "configure: failed program was:" >&5
11697 cat conftest.
$ac_ext >&5
11700 wx_cv_w32api_win32_ie
=no
11707 echo "$ac_t""$wx_cv_w32api_win32_ie" 1>&6
11708 if test "$wx_cv_w32api_win32_ie" = "yes" ; then
11709 CPPFLAGS
="$CPPFLAGS -D_WIN32_IE=0x400"
11712 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"
11716 LIBS
="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32"
11717 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
11720 if test "$wxUSE_ODBC" = "yes" ; then
11721 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
11724 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
11725 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
11728 if test "$wxUSE_GUI" = "yes"; then
11737 if test "$wxUSE_MSW" = 1 ; then
11743 LDFLAGS
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
11747 if test "$wxUSE_GTK" = 1; then
11748 echo $ac_n "checking for GTK+ version""... $ac_c" 1>&6
11749 echo "configure:11750: checking for GTK+ version" >&5
11751 gtk_version_cached
=1
11752 if eval "test \"`echo '$''{'wx_cv_lib_gtk'+set}'`\" = set"; then
11753 echo $ac_n "(cached) $ac_c" 1>&6
11756 gtk_version_cached
=0
11757 echo "$ac_t""" 1>&6
11760 if test "$wxUSE_THREADS" = "yes"; then
11761 GTK_MODULES
=gthread
11765 if test "x$wxUSE_GTK2" = "xyes"; then
11766 # Check whether --enable-gtktest or --disable-gtktest was given.
11767 if test "${enable_gtktest+set}" = set; then
11768 enableval
="$enable_gtktest"
11775 pkg_config_args
=gtk
+-2.0
11776 for module
in .
$GTK_MODULES
11780 pkg_config_args
="$pkg_config_args gthread-2.0"
11787 # Extract the first word of "pkg-config", so it can be a program name with args.
11788 set dummy pkg
-config; ac_word
=$2
11789 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
11790 echo "configure:11791: checking for $ac_word" >&5
11791 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
11792 echo $ac_n "(cached) $ac_c" 1>&6
11794 case "$PKG_CONFIG" in
11796 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
11799 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a dos path.
11802 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
11804 for ac_dir
in $ac_dummy; do
11805 test -z "$ac_dir" && ac_dir
=.
11806 if test -f $ac_dir/$ac_word; then
11807 ac_cv_path_PKG_CONFIG
="$ac_dir/$ac_word"
11812 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
11816 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
11817 if test -n "$PKG_CONFIG"; then
11818 echo "$ac_t""$PKG_CONFIG" 1>&6
11820 echo "$ac_t""no" 1>&6
11824 if test x
$PKG_CONFIG != xno
; then
11825 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
11828 echo *** pkg
-config too old
; version
0.7 or better required.
11836 min_gtk_version
=2.0.0
11837 echo $ac_n "checking for GTK+ - version >= $min_gtk_version""... $ac_c" 1>&6
11838 echo "configure:11839: checking for GTK+ - version >= $min_gtk_version" >&5
11840 if test x
$PKG_CONFIG != xno
; then
11841 ## don't try to run the test against uninstalled libtool libs
11842 if $PKG_CONFIG --uninstalled $pkg_config_args; then
11843 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
11847 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
11854 if test x
"$no_gtk" = x
; then
11855 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
11856 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
11857 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
11858 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
11859 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
11860 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
11861 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
11862 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
11863 if test "x$enable_gtktest" = "xyes" ; then
11864 ac_save_CFLAGS
="$CFLAGS"
11865 ac_save_LIBS
="$LIBS"
11866 CFLAGS
="$CFLAGS $GTK_CFLAGS"
11867 LIBS
="$GTK_LIBS $LIBS"
11869 if test "$cross_compiling" = yes; then
11870 echo $ac_n "cross compiling; assumed OK... $ac_c"
11872 cat > conftest.
$ac_ext <<EOF
11873 #line 11874 "configure"
11874 #include "confdefs.h"
11876 #include <gtk/gtk.h>
11878 #include <stdlib.h>
11883 int major, minor, micro;
11886 system ("touch conf.gtktest");
11888 /* HP/UX 9 (%@#!) writes to sscanf strings */
11889 tmp_version = g_strdup("$min_gtk_version");
11890 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
11891 printf("%s, bad version string\n", "$min_gtk_version");
11895 if ((gtk_major_version != $gtk_config_major_version) ||
11896 (gtk_minor_version != $gtk_config_minor_version) ||
11897 (gtk_micro_version != $gtk_config_micro_version))
11899 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
11900 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
11901 gtk_major_version, gtk_minor_version, gtk_micro_version);
11902 printf ("*** was found! If pkg-config was correct, then it is best\n");
11903 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
11904 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
11905 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
11906 printf("*** required on your system.\n");
11907 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
11908 printf("*** to point to the correct configuration files\n");
11910 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
11911 (gtk_minor_version != GTK_MINOR_VERSION) ||
11912 (gtk_micro_version != GTK_MICRO_VERSION))
11914 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
11915 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
11916 printf("*** library (version %d.%d.%d)\n",
11917 gtk_major_version, gtk_minor_version, gtk_micro_version);
11921 if ((gtk_major_version > major) ||
11922 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
11923 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
11929 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
11930 gtk_major_version, gtk_minor_version, gtk_micro_version);
11931 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
11932 major, minor, micro);
11933 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
11935 printf("*** If you have already installed a sufficiently new version, this error\n");
11936 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
11937 printf("*** being found. The easiest way to fix this is to remove the old version\n");
11938 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
11939 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
11940 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
11941 printf("*** so that the correct libraries are found at run-time))\n");
11948 if { (eval echo configure
:11949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
11952 echo "configure: failed program was:" >&5
11953 cat conftest.
$ac_ext >&5
11960 CFLAGS
="$ac_save_CFLAGS"
11961 LIBS
="$ac_save_LIBS"
11964 if test "x$no_gtk" = x
; then
11965 echo "$ac_t""yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" 1>&6
11968 echo "$ac_t""no" 1>&6
11969 if test "$PKG_CONFIG" = "no" ; then
11970 echo "*** A new enough version of pkg-config was not found."
11971 echo "*** See http://pkgconfig.sourceforge.net"
11973 if test -f conf.gtktest
; then
11976 echo "*** Could not run GTK+ test program, checking why..."
11977 ac_save_CFLAGS
="$CFLAGS"
11978 ac_save_LIBS
="$LIBS"
11979 CFLAGS
="$CFLAGS $GTK_CFLAGS"
11980 LIBS
="$LIBS $GTK_LIBS"
11981 cat > conftest.
$ac_ext <<EOF
11982 #line 11983 "configure"
11983 #include "confdefs.h"
11985 #include <gtk/gtk.h>
11989 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
11992 if { (eval echo configure
:11993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11994 echo "*** The test program compiled, but did not run. This usually means"
11995 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
11996 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
11997 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
11998 echo "*** to the installed location Also, make sure you have run ldconfig if that"
11999 echo "*** is required on your system"
12001 echo "*** If you have an old version installed, it is best to remove it, although"
12002 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12004 echo "configure: failed program was:" >&5
12005 cat conftest.
$ac_ext >&5
12007 echo "*** The test program failed to compile or link. See the file config.log for the"
12008 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
12011 CFLAGS
="$ac_save_CFLAGS"
12012 LIBS
="$ac_save_LIBS"
12024 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
12028 if test -z "$PKG_CONFIG"; then
12029 # Extract the first word of "pkg-config", so it can be a program name with args.
12030 set dummy pkg
-config; ac_word
=$2
12031 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12032 echo "configure:12033: checking for $ac_word" >&5
12033 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
12034 echo $ac_n "(cached) $ac_c" 1>&6
12036 case "$PKG_CONFIG" in
12038 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
12041 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a dos path.
12044 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
12046 for ac_dir
in $ac_dummy; do
12047 test -z "$ac_dir" && ac_dir
=.
12048 if test -f $ac_dir/$ac_word; then
12049 ac_cv_path_PKG_CONFIG
="$ac_dir/$ac_word"
12054 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
12058 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
12059 if test -n "$PKG_CONFIG"; then
12060 echo "$ac_t""$PKG_CONFIG" 1>&6
12062 echo "$ac_t""no" 1>&6
12067 if test "$PKG_CONFIG" = "no" ; then
12068 echo "*** The pkg-config script could not be found. Make sure it is"
12069 echo "*** in your path, or set the PKG_CONFIG environment variable"
12070 echo "*** to the full path to pkg-config."
12071 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
12073 PKG_CONFIG_MIN_VERSION
=0.9.0
12074 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12075 echo $ac_n "checking for pangoft2""... $ac_c" 1>&6
12076 echo "configure:12077: checking for pangoft2" >&5
12078 if $PKG_CONFIG --exists "pangoft2" ; then
12079 echo "$ac_t""yes" 1>&6
12082 echo $ac_n "checking PANGOFT2_CFLAGS""... $ac_c" 1>&6
12083 echo "configure:12084: checking PANGOFT2_CFLAGS" >&5
12084 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
12085 echo "$ac_t""$PANGOFT2_CFLAGS" 1>&6
12087 echo $ac_n "checking PANGOFT2_LIBS""... $ac_c" 1>&6
12088 echo "configure:12089: checking PANGOFT2_LIBS" >&5
12089 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
12090 echo "$ac_t""$PANGOFT2_LIBS" 1>&6
12094 ## If we have a custom action on failure, don't print errors, but
12095 ## do set a variable so people can do so.
12096 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
12097 echo $PANGOFT2_PKG_ERRORS
12103 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12104 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12108 if test $succeeded = yes; then
12111 { echo "configure: error: Library requirements (pangoft2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." 1>&2; exit 1; }
12114 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
12115 LIBS
="$LIBS $PANGOFT2_LIBS"
12119 if test -z "$wx_cv_lib_gtk"; then
12120 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
12121 if test "${with_gtk_prefix+set}" = set; then
12122 withval
="$with_gtk_prefix"
12123 gtk_config_prefix
="$withval"
12125 gtk_config_prefix
=""
12128 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
12129 if test "${with_gtk_exec_prefix+set}" = set; then
12130 withval
="$with_gtk_exec_prefix"
12131 gtk_config_exec_prefix
="$withval"
12133 gtk_config_exec_prefix
=""
12136 # Check whether --enable-gtktest or --disable-gtktest was given.
12137 if test "${enable_gtktest+set}" = set; then
12138 enableval
="$enable_gtktest"
12145 for module
in .
$GTK_MODULES
12149 gtk_config_args
="$gtk_config_args gthread"
12154 if test x
$gtk_config_exec_prefix != x
; then
12155 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
12156 if test x
${GTK_CONFIG+set} != xset
; then
12157 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
12160 if test x
$gtk_config_prefix != x
; then
12161 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
12162 if test x
${GTK_CONFIG+set} != xset
; then
12163 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
12167 # Extract the first word of "gtk-config", so it can be a program name with args.
12168 set dummy gtk
-config; ac_word
=$2
12169 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12170 echo "configure:12171: checking for $ac_word" >&5
12171 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
12172 echo $ac_n "(cached) $ac_c" 1>&6
12174 case "$GTK_CONFIG" in
12176 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
12179 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
12182 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
12184 for ac_dir
in $ac_dummy; do
12185 test -z "$ac_dir" && ac_dir
=.
12186 if test -f $ac_dir/$ac_word; then
12187 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
12192 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
12196 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
12197 if test -n "$GTK_CONFIG"; then
12198 echo "$ac_t""$GTK_CONFIG" 1>&6
12200 echo "$ac_t""no" 1>&6
12203 min_gtk_version
=1.2.7
12204 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
12205 echo "configure:12206: checking for GTK - version >= $min_gtk_version" >&5
12207 if test "$GTK_CONFIG" = "no" ; then
12210 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
12211 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
12212 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
12213 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12214 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
12215 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12216 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
12217 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12218 if test "x$enable_gtktest" = "xyes" ; then
12219 ac_save_CFLAGS
="$CFLAGS"
12220 ac_save_LIBS
="$LIBS"
12221 CFLAGS
="$CFLAGS $GTK_CFLAGS"
12222 LIBS
="$GTK_LIBS $LIBS"
12224 if test "$cross_compiling" = yes; then
12225 echo $ac_n "cross compiling; assumed OK... $ac_c"
12227 cat > conftest.
$ac_ext <<EOF
12228 #line 12229 "configure"
12229 #include "confdefs.h"
12231 #include <gtk/gtk.h>
12233 #include <stdlib.h>
12238 int major, minor, micro;
12241 system ("touch conf.gtktest");
12243 /* HP/UX 9 (%@#!) writes to sscanf strings */
12244 tmp_version = g_strdup("$min_gtk_version");
12245 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
12246 printf("%s, bad version string\n", "$min_gtk_version");
12250 if ((gtk_major_version != $gtk_config_major_version) ||
12251 (gtk_minor_version != $gtk_config_minor_version) ||
12252 (gtk_micro_version != $gtk_config_micro_version))
12254 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12255 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12256 gtk_major_version, gtk_minor_version, gtk_micro_version);
12257 printf ("*** was found! If gtk-config was correct, then it is best\n");
12258 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12259 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12260 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12261 printf("*** required on your system.\n");
12262 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
12263 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
12264 printf("*** before re-running configure\n");
12266 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
12267 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12268 (gtk_minor_version != GTK_MINOR_VERSION) ||
12269 (gtk_micro_version != GTK_MICRO_VERSION))
12271 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12272 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12273 printf("*** library (version %d.%d.%d)\n",
12274 gtk_major_version, gtk_minor_version, gtk_micro_version);
12276 #endif /* defined (GTK_MAJOR_VERSION) ... */
12279 if ((gtk_major_version > major) ||
12280 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12281 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12287 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12288 gtk_major_version, gtk_minor_version, gtk_micro_version);
12289 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12290 major, minor, micro);
12291 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12293 printf("*** If you have already installed a sufficiently new version, this error\n");
12294 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
12295 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12296 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
12297 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
12298 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
12299 printf("*** so that the correct libraries are found at run-time))\n");
12306 if { (eval echo configure
:12307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12310 echo "configure: failed program was:" >&5
12311 cat conftest.
$ac_ext >&5
12318 CFLAGS
="$ac_save_CFLAGS"
12319 LIBS
="$ac_save_LIBS"
12322 if test "x$no_gtk" = x
; then
12323 echo "$ac_t""yes" 1>&6
12324 wx_cv_lib_gtk
=1.2.7
12326 echo "$ac_t""no" 1>&6
12327 if test "$GTK_CONFIG" = "no" ; then
12328 echo "*** The gtk-config script installed by GTK could not be found"
12329 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
12330 echo "*** your path, or set the GTK_CONFIG environment variable to the"
12331 echo "*** full path to gtk-config."
12333 if test -f conf.gtktest
; then
12336 echo "*** Could not run GTK test program, checking why..."
12337 CFLAGS
="$CFLAGS $GTK_CFLAGS"
12338 LIBS
="$LIBS $GTK_LIBS"
12339 cat > conftest.
$ac_ext <<EOF
12340 #line 12341 "configure"
12341 #include "confdefs.h"
12343 #include <gtk/gtk.h>
12347 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
12350 if { (eval echo configure
:12351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12352 echo "*** The test program compiled, but did not run. This usually means"
12353 echo "*** that the run-time linker is not finding GTK or finding the wrong"
12354 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
12355 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
12356 echo "*** to the installed location Also, make sure you have run ldconfig if that"
12357 echo "*** is required on your system"
12359 echo "*** If you have an old version installed, it is best to remove it, although"
12360 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12362 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
12363 echo "*** came with the system with the command"
12365 echo "*** rpm --erase --nodeps gtk gtk-devel"
12367 echo "configure: failed program was:" >&5
12368 cat conftest.
$ac_ext >&5
12370 echo "*** The test program failed to compile or link. See the file config.log for the"
12371 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
12372 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
12373 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
12376 CFLAGS
="$ac_save_CFLAGS"
12377 LIBS
="$ac_save_LIBS"
12390 if test -z "$wx_cv_lib_gtk"; then
12391 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
12392 if test "${with_gtk_prefix+set}" = set; then
12393 withval
="$with_gtk_prefix"
12394 gtk_config_prefix
="$withval"
12396 gtk_config_prefix
=""
12399 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
12400 if test "${with_gtk_exec_prefix+set}" = set; then
12401 withval
="$with_gtk_exec_prefix"
12402 gtk_config_exec_prefix
="$withval"
12404 gtk_config_exec_prefix
=""
12407 # Check whether --enable-gtktest or --disable-gtktest was given.
12408 if test "${enable_gtktest+set}" = set; then
12409 enableval
="$enable_gtktest"
12416 for module
in .
$GTK_MODULES
12420 gtk_config_args
="$gtk_config_args gthread"
12425 if test x
$gtk_config_exec_prefix != x
; then
12426 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
12427 if test x
${GTK_CONFIG+set} != xset
; then
12428 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
12431 if test x
$gtk_config_prefix != x
; then
12432 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
12433 if test x
${GTK_CONFIG+set} != xset
; then
12434 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
12438 # Extract the first word of "gtk-config", so it can be a program name with args.
12439 set dummy gtk
-config; ac_word
=$2
12440 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
12441 echo "configure:12442: checking for $ac_word" >&5
12442 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
12443 echo $ac_n "(cached) $ac_c" 1>&6
12445 case "$GTK_CONFIG" in
12447 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
12450 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a dos path.
12453 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
12455 for ac_dir
in $ac_dummy; do
12456 test -z "$ac_dir" && ac_dir
=.
12457 if test -f $ac_dir/$ac_word; then
12458 ac_cv_path_GTK_CONFIG
="$ac_dir/$ac_word"
12463 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
12467 GTK_CONFIG
="$ac_cv_path_GTK_CONFIG"
12468 if test -n "$GTK_CONFIG"; then
12469 echo "$ac_t""$GTK_CONFIG" 1>&6
12471 echo "$ac_t""no" 1>&6
12474 min_gtk_version
=1.2.3
12475 echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
12476 echo "configure:12477: checking for GTK - version >= $min_gtk_version" >&5
12478 if test "$GTK_CONFIG" = "no" ; then
12481 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
12482 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
12483 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
12484 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
12485 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
12486 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
12487 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
12488 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
12489 if test "x$enable_gtktest" = "xyes" ; then
12490 ac_save_CFLAGS
="$CFLAGS"
12491 ac_save_LIBS
="$LIBS"
12492 CFLAGS
="$CFLAGS $GTK_CFLAGS"
12493 LIBS
="$GTK_LIBS $LIBS"
12495 if test "$cross_compiling" = yes; then
12496 echo $ac_n "cross compiling; assumed OK... $ac_c"
12498 cat > conftest.
$ac_ext <<EOF
12499 #line 12500 "configure"
12500 #include "confdefs.h"
12502 #include <gtk/gtk.h>
12504 #include <stdlib.h>
12509 int major, minor, micro;
12512 system ("touch conf.gtktest");
12514 /* HP/UX 9 (%@#!) writes to sscanf strings */
12515 tmp_version = g_strdup("$min_gtk_version");
12516 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
12517 printf("%s, bad version string\n", "$min_gtk_version");
12521 if ((gtk_major_version != $gtk_config_major_version) ||
12522 (gtk_minor_version != $gtk_config_minor_version) ||
12523 (gtk_micro_version != $gtk_config_micro_version))
12525 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
12526 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
12527 gtk_major_version, gtk_minor_version, gtk_micro_version);
12528 printf ("*** was found! If gtk-config was correct, then it is best\n");
12529 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
12530 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
12531 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
12532 printf("*** required on your system.\n");
12533 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
12534 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
12535 printf("*** before re-running configure\n");
12537 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
12538 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
12539 (gtk_minor_version != GTK_MINOR_VERSION) ||
12540 (gtk_micro_version != GTK_MICRO_VERSION))
12542 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
12543 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
12544 printf("*** library (version %d.%d.%d)\n",
12545 gtk_major_version, gtk_minor_version, gtk_micro_version);
12547 #endif /* defined (GTK_MAJOR_VERSION) ... */
12550 if ((gtk_major_version > major) ||
12551 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
12552 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
12558 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
12559 gtk_major_version, gtk_minor_version, gtk_micro_version);
12560 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
12561 major, minor, micro);
12562 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
12564 printf("*** If you have already installed a sufficiently new version, this error\n");
12565 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
12566 printf("*** being found. The easiest way to fix this is to remove the old version\n");
12567 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
12568 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
12569 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
12570 printf("*** so that the correct libraries are found at run-time))\n");
12577 if { (eval echo configure
:12578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
12581 echo "configure: failed program was:" >&5
12582 cat conftest.
$ac_ext >&5
12589 CFLAGS
="$ac_save_CFLAGS"
12590 LIBS
="$ac_save_LIBS"
12593 if test "x$no_gtk" = x
; then
12594 echo "$ac_t""yes" 1>&6
12595 wx_cv_lib_gtk
=1.2.3
12597 echo "$ac_t""no" 1>&6
12598 if test "$GTK_CONFIG" = "no" ; then
12599 echo "*** The gtk-config script installed by GTK could not be found"
12600 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
12601 echo "*** your path, or set the GTK_CONFIG environment variable to the"
12602 echo "*** full path to gtk-config."
12604 if test -f conf.gtktest
; then
12607 echo "*** Could not run GTK test program, checking why..."
12608 CFLAGS
="$CFLAGS $GTK_CFLAGS"
12609 LIBS
="$LIBS $GTK_LIBS"
12610 cat > conftest.
$ac_ext <<EOF
12611 #line 12612 "configure"
12612 #include "confdefs.h"
12614 #include <gtk/gtk.h>
12618 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
12621 if { (eval echo configure
:12622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12623 echo "*** The test program compiled, but did not run. This usually means"
12624 echo "*** that the run-time linker is not finding GTK or finding the wrong"
12625 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
12626 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
12627 echo "*** to the installed location Also, make sure you have run ldconfig if that"
12628 echo "*** is required on your system"
12630 echo "*** If you have an old version installed, it is best to remove it, although"
12631 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
12633 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
12634 echo "*** came with the system with the command"
12636 echo "*** rpm --erase --nodeps gtk gtk-devel"
12638 echo "configure: failed program was:" >&5
12639 cat conftest.
$ac_ext >&5
12641 echo "*** The test program failed to compile or link. See the file config.log for the"
12642 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
12643 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
12644 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
12647 CFLAGS
="$ac_save_CFLAGS"
12648 LIBS
="$ac_save_LIBS"
12661 if test -z "$wx_cv_lib_gtk"; then
12664 wx_cv_cflags_gtk
=$GTK_CFLAGS
12665 wx_cv_libs_gtk
=$GTK_LIBS
12672 if test "$gtk_version_cached" = 1; then
12673 echo "$ac_t""$wx_cv_lib_gtk" 1>&6
12676 case "$wx_cv_lib_gtk" in
12684 *) { echo "configure: error:
12685 Please check that gtk-config is in path, the directory
12686 where GTK+ libraries are installed (returned by
12687 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
12688 equivalent variable and GTK+ is version 1.2.3 or above.
12693 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
12694 GUI_TK_LIBRARY
="$wx_cv_libs_gtk"
12696 AFMINSTALL
=afminstall
12700 echo $ac_n "checking for gdk_im_open in -lgdk""... $ac_c" 1>&6
12701 echo "configure:12702: checking for gdk_im_open in -lgdk" >&5
12702 ac_lib_var
=`echo gdk'_'gdk_im_open | sed 'y%./+-%__p_%'`
12703 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
12704 echo $ac_n "(cached) $ac_c" 1>&6
12706 ac_save_LIBS
="$LIBS"
12708 cat > conftest.
$ac_ext <<EOF
12709 #line 12710 "configure"
12710 #include "confdefs.h"
12711 /* Override any gcc2 internal prototype to avoid an error. */
12712 /* We use char because int might match the return type of a gcc2
12713 builtin and then its argument prototype would still apply. */
12714 char gdk_im_open();
12720 if { (eval echo configure
:12721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12722 eval "ac_cv_lib_$ac_lib_var=yes"
12724 echo "configure: failed program was:" >&5
12725 cat conftest.
$ac_ext >&5
12727 eval "ac_cv_lib_$ac_lib_var=no"
12730 LIBS
="$ac_save_LIBS"
12733 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
12734 echo "$ac_t""yes" 1>&6
12735 cat >> confdefs.h
<<\EOF
12740 echo "$ac_t""no" 1>&6
12745 if test "$wxUSE_MGL" = 1; then
12746 echo $ac_n "checking for SciTech MGL library""... $ac_c" 1>&6
12747 echo "configure:12748: checking for SciTech MGL library" >&5
12748 if test "x$MGL_ROOT" = x
; then
12749 echo "$ac_t""not found" 1>&6
12750 { echo "configure: error: Cannot find MGL library. Make sure MGL_ROOT is set." 1>&2; exit 1; }
12752 echo "$ac_t""$MGL_ROOT" 1>&6
12757 mgl_os
=linux
/gcc
/glibc
12763 { echo "configure: error: This system type ${host} is not yet supported by wxMGL." 1>&2; exit 1; }
12768 if test "$wxUSE_DEBUG_FLAG" = yes ; then
12769 if test -f $MGL_ROOT/lib
/debug
/$mgl_os/libmgl.a
-o \
12770 -f $MGL_ROOT/lib
/debug
/$mgl_os/libmgl.so
; then
12774 if test "x$mgl_lib_type" = x
; then
12775 if test -f $MGL_ROOT/lib
/release
/$mgl_os/libmgl.a
-o \
12776 -f $MGL_ROOT/lib
/release
/$mgl_os/libmgl.so
; then
12777 mgl_lib_type
=release
12779 { echo "configure: error: Cannot find MGL libraries, make sure they are compiled." 1>&2; exit 1; }
12783 wxUSE_UNIVERSAL
="yes"
12785 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
12786 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
12788 AFMINSTALL
=afminstall
12793 if test "$wxUSE_MICROWIN" = 1; then
12794 echo $ac_n "checking for MicroWindows""... $ac_c" 1>&6
12795 echo "configure:12796: checking for MicroWindows" >&5
12796 if test "x$MICROWINDOWS" = x
; then
12797 echo "$ac_t""not found" 1>&6
12798 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." 1>&2; exit 1; }
12800 echo "$ac_t""$MICROWINDOWS" 1>&6
12803 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
12804 echo "$ac_t""MicroWindows' libraries found." 1>&6
12806 { echo "configure: error: Cannot find MicroWindows libraries, make sure they are compiled." 1>&2; exit 1; }
12809 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
12810 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
12812 wxUSE_UNIVERSAL
="yes"
12814 AFMINSTALL
=afminstall
12816 GUIDIST
=MICROWIN_DIST
12818 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
12821 if test "$wxUSE_X11" = 1; then
12822 # If we find X, set shell vars x_includes and x_libraries to the
12823 # paths, otherwise set no_x=yes.
12824 # Uses ac_ vars as temps to allow command line to override cache and checks.
12825 # --without-x overrides everything else, but does not touch the cache.
12826 echo $ac_n "checking for X""... $ac_c" 1>&6
12827 echo "configure:12828: checking for X" >&5
12829 # Check whether --with-x or --without-x was given.
12830 if test "${with_x+set}" = set; then
12835 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
12836 if test "x$with_x" = xno
; then
12837 # The user explicitly disabled X.
12840 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
12841 # Both variables are already set.
12844 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
12845 echo $ac_n "(cached) $ac_c" 1>&6
12847 # One or both of the vars are not set, and there is no cached value.
12848 ac_x_includes
=NO ac_x_libraries
=NO
12850 if mkdir conftestdir
; then
12852 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
12853 cat > Imakefile
<<'EOF'
12855 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
12857 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
12858 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
12859 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
12860 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
12861 for ac_extension
in a so sl
; do
12862 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
12863 test -f $ac_im_libdir/libX11.
$ac_extension; then
12864 ac_im_usrlibdir
=$ac_im_libdir; break
12867 # Screen out bogus values from the imake configuration. They are
12868 # bogus both because they are the default anyway, and because
12869 # using them would break gcc on systems where it needs fixed includes.
12870 case "$ac_im_incroot" in
12872 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
="$ac_im_incroot" ;;
12874 case "$ac_im_usrlibdir" in
12875 /usr
/lib
| /lib
) ;;
12876 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
="$ac_im_usrlibdir" ;;
12883 if test "$ac_x_includes" = NO
; then
12884 # Guess where to find include files, by looking for this one X11 .h file.
12885 test -z "$x_direct_test_include" && x_direct_test_include
=X
11/Intrinsic.h
12887 # First, try using that file with no special directory specified.
12888 cat > conftest.
$ac_ext <<EOF
12889 #line 12890 "configure"
12890 #include "confdefs.h"
12891 #include <$x_direct_test_include>
12893 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
12894 { (eval echo configure
:12895: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12895 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12896 if test -z "$ac_err"; then
12898 # We can compile using X headers with no special include directory.
12902 echo "configure: failed program was:" >&5
12903 cat conftest.
$ac_ext >&5
12905 # Look for the header file in a standard set of common directories.
12906 # Check X11 before X11Rn because it is often a symlink to the current release.
12909 /usr
/X
11R
6/include \
12910 /usr
/X
11R
5/include \
12911 /usr
/X
11R
4/include \
12914 /usr
/include
/X11R6 \
12915 /usr
/include
/X11R5 \
12916 /usr
/include
/X11R4 \
12918 /usr
/local
/X
11/include \
12919 /usr
/local
/X
11R
6/include \
12920 /usr
/local
/X
11R
5/include \
12921 /usr
/local
/X
11R
4/include \
12923 /usr
/local
/include
/X11 \
12924 /usr
/local
/include
/X11R6 \
12925 /usr
/local
/include
/X11R5 \
12926 /usr
/local
/include
/X11R4 \
12928 /usr
/X
386/include \
12929 /usr
/x
386/include \
12930 /usr
/XFree
86/include
/X11 \
12933 /usr
/local
/include \
12934 /usr
/unsupported
/include \
12935 /usr
/athena
/include \
12936 /usr
/local
/x
11r
5/include \
12937 /usr
/lpp
/Xamples
/include \
12939 /usr
/openwin
/include \
12940 /usr
/openwin
/share
/include \
12943 if test -r "$ac_dir/$x_direct_test_include"; then
12944 ac_x_includes
=$ac_dir
12950 fi # $ac_x_includes = NO
12952 if test "$ac_x_libraries" = NO
; then
12953 # Check for the libraries.
12955 test -z "$x_direct_test_library" && x_direct_test_library
=Xt
12956 test -z "$x_direct_test_function" && x_direct_test_function
=XtMalloc
12958 # See if we find them without any special options.
12959 # Don't add to $LIBS permanently.
12960 ac_save_LIBS
="$LIBS"
12961 LIBS
="-l$x_direct_test_library $LIBS"
12962 cat > conftest.
$ac_ext <<EOF
12963 #line 12964 "configure"
12964 #include "confdefs.h"
12967 ${x_direct_test_function}()
12970 if { (eval echo configure
:12971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12972 LIBS
="$ac_save_LIBS"
12973 # We can link X programs with no special library path.
12976 echo "configure: failed program was:" >&5
12977 cat conftest.
$ac_ext >&5
12979 LIBS
="$ac_save_LIBS"
12980 # First see if replacing the include by lib works.
12981 # Check X11 before X11Rn because it is often a symlink to the current release.
12982 for ac_dir
in `echo "$ac_x_includes" | sed s/include/lib/` \
12993 /usr
/local
/X
11/lib \
12994 /usr
/local
/X
11R
6/lib \
12995 /usr
/local
/X
11R
5/lib \
12996 /usr
/local
/X
11R
4/lib \
12998 /usr
/local
/lib
/X11 \
12999 /usr
/local
/lib
/X11R6 \
13000 /usr
/local
/lib
/X11R5 \
13001 /usr
/local
/lib
/X11R4 \
13005 /usr
/XFree
86/lib
/X11 \
13009 /usr
/unsupported
/lib \
13011 /usr
/local
/x
11r
5/lib \
13012 /usr
/lpp
/Xamples
/lib \
13016 /usr
/openwin
/share
/lib \
13019 for ac_extension
in a so sl
; do
13020 if test -r $ac_dir/lib
${x_direct_test_library}.
$ac_extension; then
13021 ac_x_libraries
=$ac_dir
13028 fi # $ac_x_libraries = NO
13030 if test "$ac_x_includes" = NO
|| test "$ac_x_libraries" = NO
; then
13031 # Didn't find X anywhere. Cache the known absence of X.
13032 ac_cv_have_x
="have_x=no"
13034 # Record where we found X for the cache.
13035 ac_cv_have_x
="have_x=yes \
13036 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
13040 eval "$ac_cv_have_x"
13043 if test "$have_x" != yes; then
13044 echo "$ac_t""$have_x" 1>&6
13047 # If each of the values was on the command line, it overrides each guess.
13048 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
13049 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
13050 # Update the cache value to reflect the command line values.
13051 ac_cv_have_x
="have_x=yes \
13052 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
13053 echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
13056 if test "$no_x" = yes; then
13057 # Not all programs may use this symbol, but it does not hurt to define it.
13058 cat >> confdefs.h
<<\EOF
13059 #define X_DISPLAY_MISSING 1
13062 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
13064 if test -n "$x_includes"; then
13065 X_CFLAGS
="$X_CFLAGS -I$x_includes"
13068 # It would also be nice to do this for all -L options, not just this one.
13069 if test -n "$x_libraries"; then
13070 X_LIBS
="$X_LIBS -L$x_libraries"
13071 # For Solaris; some versions of Sun CC require a space after -R and
13072 # others require no space. Words are not sufficient . . . .
13073 case "`(uname -sr) 2>/dev/null`" in
13075 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
13076 echo "configure:13077: checking whether -R must be followed by a space" >&5
13077 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
13078 cat > conftest.
$ac_ext <<EOF
13079 #line 13080 "configure"
13080 #include "confdefs.h"
13086 if { (eval echo configure
:13087: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13090 echo "configure: failed program was:" >&5
13091 cat conftest.
$ac_ext >&5
13096 if test $ac_R_nospace = yes; then
13097 echo "$ac_t""no" 1>&6
13098 X_LIBS
="$X_LIBS -R$x_libraries"
13100 LIBS
="$ac_xsave_LIBS -R $x_libraries"
13101 cat > conftest.
$ac_ext <<EOF
13102 #line 13103 "configure"
13103 #include "confdefs.h"
13109 if { (eval echo configure
:13110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13113 echo "configure: failed program was:" >&5
13114 cat conftest.
$ac_ext >&5
13119 if test $ac_R_space = yes; then
13120 echo "$ac_t""yes" 1>&6
13121 X_LIBS
="$X_LIBS -R $x_libraries"
13123 echo "$ac_t""neither works" 1>&6
13126 LIBS
="$ac_xsave_LIBS"
13130 # Check for system-dependent libraries X programs must link with.
13131 # Do this before checking for the system-independent R6 libraries
13132 # (-lICE), since we may need -lsocket or whatever for X linking.
13134 if test "$ISC" = yes; then
13135 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
13137 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
13138 # libraries were built with DECnet support. And karl@cs.umb.edu says
13139 # the Alpha needs dnet_stub (dnet does not exist).
13140 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
13141 echo "configure:13142: checking for dnet_ntoa in -ldnet" >&5
13142 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13143 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13144 echo $ac_n "(cached) $ac_c" 1>&6
13146 ac_save_LIBS
="$LIBS"
13147 LIBS
="-ldnet $LIBS"
13148 cat > conftest.
$ac_ext <<EOF
13149 #line 13150 "configure"
13150 #include "confdefs.h"
13151 /* Override any gcc2 internal prototype to avoid an error. */
13152 /* We use char because int might match the return type of a gcc2
13153 builtin and then its argument prototype would still apply. */
13160 if { (eval echo configure
:13161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13162 eval "ac_cv_lib_$ac_lib_var=yes"
13164 echo "configure: failed program was:" >&5
13165 cat conftest.
$ac_ext >&5
13167 eval "ac_cv_lib_$ac_lib_var=no"
13170 LIBS
="$ac_save_LIBS"
13173 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13174 echo "$ac_t""yes" 1>&6
13175 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
13177 echo "$ac_t""no" 1>&6
13180 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
13181 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
13182 echo "configure:13183: checking for dnet_ntoa in -ldnet_stub" >&5
13183 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13184 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13185 echo $ac_n "(cached) $ac_c" 1>&6
13187 ac_save_LIBS
="$LIBS"
13188 LIBS
="-ldnet_stub $LIBS"
13189 cat > conftest.
$ac_ext <<EOF
13190 #line 13191 "configure"
13191 #include "confdefs.h"
13192 /* Override any gcc2 internal prototype to avoid an error. */
13193 /* We use char because int might match the return type of a gcc2
13194 builtin and then its argument prototype would still apply. */
13201 if { (eval echo configure
:13202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13203 eval "ac_cv_lib_$ac_lib_var=yes"
13205 echo "configure: failed program was:" >&5
13206 cat conftest.
$ac_ext >&5
13208 eval "ac_cv_lib_$ac_lib_var=no"
13211 LIBS
="$ac_save_LIBS"
13214 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13215 echo "$ac_t""yes" 1>&6
13216 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
13218 echo "$ac_t""no" 1>&6
13223 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
13224 # to get the SysV transport functions.
13225 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
13227 # The nsl library prevents programs from opening the X display
13228 # on Irix 5.2, according to dickey@clark.net.
13229 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
13230 echo "configure:13231: checking for gethostbyname" >&5
13231 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
13232 echo $ac_n "(cached) $ac_c" 1>&6
13234 cat > conftest.
$ac_ext <<EOF
13235 #line 13236 "configure"
13236 #include "confdefs.h"
13237 /* System header to define __stub macros and hopefully few prototypes,
13238 which can conflict with char gethostbyname(); below. */
13239 #include <assert.h>
13240 /* Override any gcc2 internal prototype to avoid an error. */
13241 /* We use char because int might match the return type of a gcc2
13242 builtin and then its argument prototype would still apply. */
13243 char gethostbyname();
13247 /* The GNU C library defines this for functions which it implements
13248 to always fail with ENOSYS. Some functions are actually named
13249 something starting with __ and the normal name is an alias. */
13250 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
13258 if { (eval echo configure
:13259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13260 eval "ac_cv_func_gethostbyname=yes"
13262 echo "configure: failed program was:" >&5
13263 cat conftest.
$ac_ext >&5
13265 eval "ac_cv_func_gethostbyname=no"
13270 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
13271 echo "$ac_t""yes" 1>&6
13274 echo "$ac_t""no" 1>&6
13277 if test $ac_cv_func_gethostbyname = no
; then
13278 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
13279 echo "configure:13280: checking for gethostbyname in -lnsl" >&5
13280 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
13281 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13282 echo $ac_n "(cached) $ac_c" 1>&6
13284 ac_save_LIBS
="$LIBS"
13286 cat > conftest.
$ac_ext <<EOF
13287 #line 13288 "configure"
13288 #include "confdefs.h"
13289 /* Override any gcc2 internal prototype to avoid an error. */
13290 /* We use char because int might match the return type of a gcc2
13291 builtin and then its argument prototype would still apply. */
13292 char gethostbyname();
13298 if { (eval echo configure
:13299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13300 eval "ac_cv_lib_$ac_lib_var=yes"
13302 echo "configure: failed program was:" >&5
13303 cat conftest.
$ac_ext >&5
13305 eval "ac_cv_lib_$ac_lib_var=no"
13308 LIBS
="$ac_save_LIBS"
13311 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13312 echo "$ac_t""yes" 1>&6
13313 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
13315 echo "$ac_t""no" 1>&6
13320 # lieder@skyler.mavd.honeywell.com says without -lsocket,
13321 # socket/setsockopt and other routines are undefined under SCO ODT
13322 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
13323 # on later versions), says simon@lia.di.epfl.ch: it contains
13324 # gethostby* variants that don't use the nameserver (or something).
13325 # -lsocket must be given before -lnsl if both are needed.
13326 # We assume that if connect needs -lnsl, so does gethostbyname.
13327 echo $ac_n "checking for connect""... $ac_c" 1>&6
13328 echo "configure:13329: checking for connect" >&5
13329 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
13330 echo $ac_n "(cached) $ac_c" 1>&6
13332 cat > conftest.
$ac_ext <<EOF
13333 #line 13334 "configure"
13334 #include "confdefs.h"
13335 /* System header to define __stub macros and hopefully few prototypes,
13336 which can conflict with char connect(); below. */
13337 #include <assert.h>
13338 /* Override any gcc2 internal prototype to avoid an error. */
13339 /* We use char because int might match the return type of a gcc2
13340 builtin and then its argument prototype would still apply. */
13345 /* The GNU C library defines this for functions which it implements
13346 to always fail with ENOSYS. Some functions are actually named
13347 something starting with __ and the normal name is an alias. */
13348 #if defined (__stub_connect) || defined (__stub___connect)
13356 if { (eval echo configure
:13357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13358 eval "ac_cv_func_connect=yes"
13360 echo "configure: failed program was:" >&5
13361 cat conftest.
$ac_ext >&5
13363 eval "ac_cv_func_connect=no"
13368 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
13369 echo "$ac_t""yes" 1>&6
13372 echo "$ac_t""no" 1>&6
13375 if test $ac_cv_func_connect = no
; then
13376 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
13377 echo "configure:13378: checking for connect in -lsocket" >&5
13378 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
13379 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13380 echo $ac_n "(cached) $ac_c" 1>&6
13382 ac_save_LIBS
="$LIBS"
13383 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
13384 cat > conftest.
$ac_ext <<EOF
13385 #line 13386 "configure"
13386 #include "confdefs.h"
13387 /* Override any gcc2 internal prototype to avoid an error. */
13388 /* We use char because int might match the return type of a gcc2
13389 builtin and then its argument prototype would still apply. */
13396 if { (eval echo configure
:13397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13398 eval "ac_cv_lib_$ac_lib_var=yes"
13400 echo "configure: failed program was:" >&5
13401 cat conftest.
$ac_ext >&5
13403 eval "ac_cv_lib_$ac_lib_var=no"
13406 LIBS
="$ac_save_LIBS"
13409 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13410 echo "$ac_t""yes" 1>&6
13411 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
13413 echo "$ac_t""no" 1>&6
13418 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
13419 echo $ac_n "checking for remove""... $ac_c" 1>&6
13420 echo "configure:13421: checking for remove" >&5
13421 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
13422 echo $ac_n "(cached) $ac_c" 1>&6
13424 cat > conftest.
$ac_ext <<EOF
13425 #line 13426 "configure"
13426 #include "confdefs.h"
13427 /* System header to define __stub macros and hopefully few prototypes,
13428 which can conflict with char remove(); below. */
13429 #include <assert.h>
13430 /* Override any gcc2 internal prototype to avoid an error. */
13431 /* We use char because int might match the return type of a gcc2
13432 builtin and then its argument prototype would still apply. */
13437 /* The GNU C library defines this for functions which it implements
13438 to always fail with ENOSYS. Some functions are actually named
13439 something starting with __ and the normal name is an alias. */
13440 #if defined (__stub_remove) || defined (__stub___remove)
13448 if { (eval echo configure
:13449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13450 eval "ac_cv_func_remove=yes"
13452 echo "configure: failed program was:" >&5
13453 cat conftest.
$ac_ext >&5
13455 eval "ac_cv_func_remove=no"
13460 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
13461 echo "$ac_t""yes" 1>&6
13464 echo "$ac_t""no" 1>&6
13467 if test $ac_cv_func_remove = no
; then
13468 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
13469 echo "configure:13470: checking for remove in -lposix" >&5
13470 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
13471 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13472 echo $ac_n "(cached) $ac_c" 1>&6
13474 ac_save_LIBS
="$LIBS"
13475 LIBS
="-lposix $LIBS"
13476 cat > conftest.
$ac_ext <<EOF
13477 #line 13478 "configure"
13478 #include "confdefs.h"
13479 /* Override any gcc2 internal prototype to avoid an error. */
13480 /* We use char because int might match the return type of a gcc2
13481 builtin and then its argument prototype would still apply. */
13488 if { (eval echo configure
:13489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13490 eval "ac_cv_lib_$ac_lib_var=yes"
13492 echo "configure: failed program was:" >&5
13493 cat conftest.
$ac_ext >&5
13495 eval "ac_cv_lib_$ac_lib_var=no"
13498 LIBS
="$ac_save_LIBS"
13501 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13502 echo "$ac_t""yes" 1>&6
13503 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
13505 echo "$ac_t""no" 1>&6
13510 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
13511 echo $ac_n "checking for shmat""... $ac_c" 1>&6
13512 echo "configure:13513: checking for shmat" >&5
13513 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
13514 echo $ac_n "(cached) $ac_c" 1>&6
13516 cat > conftest.
$ac_ext <<EOF
13517 #line 13518 "configure"
13518 #include "confdefs.h"
13519 /* System header to define __stub macros and hopefully few prototypes,
13520 which can conflict with char shmat(); below. */
13521 #include <assert.h>
13522 /* Override any gcc2 internal prototype to avoid an error. */
13523 /* We use char because int might match the return type of a gcc2
13524 builtin and then its argument prototype would still apply. */
13529 /* The GNU C library defines this for functions which it implements
13530 to always fail with ENOSYS. Some functions are actually named
13531 something starting with __ and the normal name is an alias. */
13532 #if defined (__stub_shmat) || defined (__stub___shmat)
13540 if { (eval echo configure
:13541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13542 eval "ac_cv_func_shmat=yes"
13544 echo "configure: failed program was:" >&5
13545 cat conftest.
$ac_ext >&5
13547 eval "ac_cv_func_shmat=no"
13552 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
13553 echo "$ac_t""yes" 1>&6
13556 echo "$ac_t""no" 1>&6
13559 if test $ac_cv_func_shmat = no
; then
13560 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
13561 echo "configure:13562: checking for shmat in -lipc" >&5
13562 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
13563 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13564 echo $ac_n "(cached) $ac_c" 1>&6
13566 ac_save_LIBS
="$LIBS"
13568 cat > conftest.
$ac_ext <<EOF
13569 #line 13570 "configure"
13570 #include "confdefs.h"
13571 /* Override any gcc2 internal prototype to avoid an error. */
13572 /* We use char because int might match the return type of a gcc2
13573 builtin and then its argument prototype would still apply. */
13580 if { (eval echo configure
:13581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13582 eval "ac_cv_lib_$ac_lib_var=yes"
13584 echo "configure: failed program was:" >&5
13585 cat conftest.
$ac_ext >&5
13587 eval "ac_cv_lib_$ac_lib_var=no"
13590 LIBS
="$ac_save_LIBS"
13593 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13594 echo "$ac_t""yes" 1>&6
13595 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
13597 echo "$ac_t""no" 1>&6
13603 # Check for libraries that X11R6 Xt/Xaw programs need.
13604 ac_save_LDFLAGS
="$LDFLAGS"
13605 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
13606 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
13607 # check for ICE first), but we must link in the order -lSM -lICE or
13608 # we get undefined symbols. So assume we have SM if we have ICE.
13609 # These have to be linked with before -lX11, unlike the other
13610 # libraries we check for below, so use a different variable.
13611 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
13612 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
13613 echo "configure:13614: checking for IceConnectionNumber in -lICE" >&5
13614 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
13615 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13616 echo $ac_n "(cached) $ac_c" 1>&6
13618 ac_save_LIBS
="$LIBS"
13619 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
13620 cat > conftest.
$ac_ext <<EOF
13621 #line 13622 "configure"
13622 #include "confdefs.h"
13623 /* Override any gcc2 internal prototype to avoid an error. */
13624 /* We use char because int might match the return type of a gcc2
13625 builtin and then its argument prototype would still apply. */
13626 char IceConnectionNumber();
13629 IceConnectionNumber()
13632 if { (eval echo configure
:13633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13634 eval "ac_cv_lib_$ac_lib_var=yes"
13636 echo "configure: failed program was:" >&5
13637 cat conftest.
$ac_ext >&5
13639 eval "ac_cv_lib_$ac_lib_var=no"
13642 LIBS
="$ac_save_LIBS"
13645 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13646 echo "$ac_t""yes" 1>&6
13647 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
13649 echo "$ac_t""no" 1>&6
13652 LDFLAGS
="$ac_save_LDFLAGS"
13657 if test "$no_x" = "yes"; then
13658 { echo "configure: error: X11 not found" 1>&2; exit 1; }
13661 GUI_TK_LIBRARY
="$X_LIBS"
13662 TOOLKIT_INCLUDE
="$X_CFLAGS"
13663 AFMINSTALL
=afminstall
13664 COMPILED_X_PROGRAM
=0
13666 if test "$wxUSE_NANOX" = "yes"; then
13667 echo $ac_n "checking for MicroWindows/NanoX distribution""... $ac_c" 1>&6
13668 echo "configure:13669: checking for MicroWindows/NanoX distribution" >&5
13669 if test "x$MICROWIN" = x
; then
13670 echo "$ac_t""not found" 1>&6
13671 { echo "configure: error: Cannot find MicroWindows library. Make sure MICROWIN is set." 1>&2; exit 1; }
13673 echo "$ac_t""$MICROWIN" 1>&6
13674 cat >> confdefs.h
<<\EOF
13675 #define wxUSE_NANOX 1
13682 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
13683 echo "configure:13684: checking for Xpm library" >&5
13686 for ac_dir
in $SEARCH_LIB;
13688 for ac_extension
in a so sl dylib
; do
13689 if test -f "$ac_dir/libXpm.$ac_extension"; then
13690 ac_find_libraries
=$ac_dir
13696 if test "$ac_find_libraries" != "" ; then
13698 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
13700 if test $result = 0; then
13703 ac_path_to_link
=" -L$ac_find_libraries"
13706 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
13708 cat >> confdefs.h
<<\EOF
13709 #define wxHAVE_LIB_XPM 1
13712 echo "$ac_t""found at $ac_find_libraries" 1>&6
13714 cat > conftest.
$ac_ext <<EOF
13715 #line 13716 "configure"
13716 #include "confdefs.h"
13718 #include <X11/xpm.h>
13723 version = XpmLibraryVersion();
13727 if { (eval echo configure
:13728: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13731 cat >> confdefs.h
<<\EOF
13732 #define wxHAVE_LIB_XPM 1
13735 echo "$ac_t""found in default search path" 1>&6
13736 COMPILED_X_PROGRAM
=0
13739 echo "configure: failed program was:" >&5
13740 cat conftest.
$ac_ext >&5
13743 echo "$ac_t""no" 1>&6
13744 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
13751 wxUSE_UNIVERSAL
="yes"
13753 if test "$wxUSE_NANOX" = "yes"; then
13754 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
13755 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"
13756 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
13758 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11$xpm_link"
13761 TOOLKIT_VPATH
="\${top_srcdir}/src/x11"
13766 if test "$wxUSE_WINE" = 1; then
13767 ac_safe
=`echo "windows.h" | sed 'y%./+-%__p_%'`
13768 echo $ac_n "checking for windows.h""... $ac_c" 1>&6
13769 echo "configure:13770: checking for windows.h" >&5
13770 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
13771 echo $ac_n "(cached) $ac_c" 1>&6
13773 cat > conftest.
$ac_ext <<EOF
13774 #line 13775 "configure"
13775 #include "confdefs.h"
13776 #include <windows.h>
13778 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13779 { (eval echo configure
:13780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
13780 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
13781 if test -z "$ac_err"; then
13783 eval "ac_cv_header_$ac_safe=yes"
13786 echo "configure: failed program was:" >&5
13787 cat conftest.
$ac_ext >&5
13789 eval "ac_cv_header_$ac_safe=no"
13793 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
13794 echo "$ac_t""yes" 1>&6
13797 echo "$ac_t""no" 1>&6
13799 { echo "configure: error: please set CFLAGS to contain the location of windows.h" 1>&2; exit 1; }
13805 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
13806 echo "configure:13807: checking for Xpm library" >&5
13809 for ac_dir
in $SEARCH_LIB;
13811 for ac_extension
in a so sl dylib
; do
13812 if test -f "$ac_dir/libXpm.$ac_extension"; then
13813 ac_find_libraries
=$ac_dir
13819 if test "$ac_find_libraries" != "" ; then
13820 GUI_TK_LIBRARY
="-L$ac_find_libraries"
13822 cat >> confdefs.h
<<\EOF
13823 #define wxHAVE_LIB_XPM 1
13826 echo "$ac_t""found at $ac_find_libraries" 1>&6
13828 echo "$ac_t""no" 1>&6
13829 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
13833 echo $ac_n "checking for Mesa library""... $ac_c" 1>&6
13834 echo "configure:13835: checking for Mesa library" >&5
13837 for ac_dir
in $SEARCH_LIB;
13839 for ac_extension
in a so sl dylib
; do
13840 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
13841 ac_find_libraries
=$ac_dir
13847 if test "$ac_find_libraries" != "" ; then
13848 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -L$ac_find_libraries"
13849 mesa_link
=" -lMesaGL"
13850 echo "$ac_t""found at $ac_find_libraries" 1>&6
13852 { echo "configure: error: no" 1>&2; exit 1; }
13855 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lwine$mesa_link$xpm_link -lXxf86dga -lXxf86vm -lSM -lICE -lXext -lXmu -lX11 -lncurses"
13858 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXWINE__"
13861 if test "$wxUSE_MOTIF" = 1; then
13862 if test "$no_x" = yes; then
13863 # Not all programs may use this symbol, but it does not hurt to define it.
13864 cat >> confdefs.h
<<\EOF
13865 #define X_DISPLAY_MISSING 1
13868 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
13870 if test -n "$x_includes"; then
13871 X_CFLAGS
="$X_CFLAGS -I$x_includes"
13874 # It would also be nice to do this for all -L options, not just this one.
13875 if test -n "$x_libraries"; then
13876 X_LIBS
="$X_LIBS -L$x_libraries"
13877 # For Solaris; some versions of Sun CC require a space after -R and
13878 # others require no space. Words are not sufficient . . . .
13879 case "`(uname -sr) 2>/dev/null`" in
13881 echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
13882 echo "configure:13883: checking whether -R must be followed by a space" >&5
13883 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS -R$x_libraries"
13884 cat > conftest.
$ac_ext <<EOF
13885 #line 13886 "configure"
13886 #include "confdefs.h"
13892 if { (eval echo configure
:13893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13896 echo "configure: failed program was:" >&5
13897 cat conftest.
$ac_ext >&5
13902 if test $ac_R_nospace = yes; then
13903 echo "$ac_t""no" 1>&6
13904 X_LIBS
="$X_LIBS -R$x_libraries"
13906 LIBS
="$ac_xsave_LIBS -R $x_libraries"
13907 cat > conftest.
$ac_ext <<EOF
13908 #line 13909 "configure"
13909 #include "confdefs.h"
13915 if { (eval echo configure
:13916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13919 echo "configure: failed program was:" >&5
13920 cat conftest.
$ac_ext >&5
13925 if test $ac_R_space = yes; then
13926 echo "$ac_t""yes" 1>&6
13927 X_LIBS
="$X_LIBS -R $x_libraries"
13929 echo "$ac_t""neither works" 1>&6
13932 LIBS
="$ac_xsave_LIBS"
13936 # Check for system-dependent libraries X programs must link with.
13937 # Do this before checking for the system-independent R6 libraries
13938 # (-lICE), since we may need -lsocket or whatever for X linking.
13940 if test "$ISC" = yes; then
13941 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
13943 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
13944 # libraries were built with DECnet support. And karl@cs.umb.edu says
13945 # the Alpha needs dnet_stub (dnet does not exist).
13946 echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
13947 echo "configure:13948: checking for dnet_ntoa in -ldnet" >&5
13948 ac_lib_var
=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13949 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13950 echo $ac_n "(cached) $ac_c" 1>&6
13952 ac_save_LIBS
="$LIBS"
13953 LIBS
="-ldnet $LIBS"
13954 cat > conftest.
$ac_ext <<EOF
13955 #line 13956 "configure"
13956 #include "confdefs.h"
13957 /* Override any gcc2 internal prototype to avoid an error. */
13958 /* We use char because int might match the return type of a gcc2
13959 builtin and then its argument prototype would still apply. */
13966 if { (eval echo configure
:13967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13968 eval "ac_cv_lib_$ac_lib_var=yes"
13970 echo "configure: failed program was:" >&5
13971 cat conftest.
$ac_ext >&5
13973 eval "ac_cv_lib_$ac_lib_var=no"
13976 LIBS
="$ac_save_LIBS"
13979 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
13980 echo "$ac_t""yes" 1>&6
13981 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
13983 echo "$ac_t""no" 1>&6
13986 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
13987 echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
13988 echo "configure:13989: checking for dnet_ntoa in -ldnet_stub" >&5
13989 ac_lib_var
=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
13990 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
13991 echo $ac_n "(cached) $ac_c" 1>&6
13993 ac_save_LIBS
="$LIBS"
13994 LIBS
="-ldnet_stub $LIBS"
13995 cat > conftest.
$ac_ext <<EOF
13996 #line 13997 "configure"
13997 #include "confdefs.h"
13998 /* Override any gcc2 internal prototype to avoid an error. */
13999 /* We use char because int might match the return type of a gcc2
14000 builtin and then its argument prototype would still apply. */
14007 if { (eval echo configure
:14008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14009 eval "ac_cv_lib_$ac_lib_var=yes"
14011 echo "configure: failed program was:" >&5
14012 cat conftest.
$ac_ext >&5
14014 eval "ac_cv_lib_$ac_lib_var=no"
14017 LIBS
="$ac_save_LIBS"
14020 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14021 echo "$ac_t""yes" 1>&6
14022 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
14024 echo "$ac_t""no" 1>&6
14029 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
14030 # to get the SysV transport functions.
14031 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
14033 # The nsl library prevents programs from opening the X display
14034 # on Irix 5.2, according to dickey@clark.net.
14035 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
14036 echo "configure:14037: checking for gethostbyname" >&5
14037 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
14038 echo $ac_n "(cached) $ac_c" 1>&6
14040 cat > conftest.
$ac_ext <<EOF
14041 #line 14042 "configure"
14042 #include "confdefs.h"
14043 /* System header to define __stub macros and hopefully few prototypes,
14044 which can conflict with char gethostbyname(); below. */
14045 #include <assert.h>
14046 /* Override any gcc2 internal prototype to avoid an error. */
14047 /* We use char because int might match the return type of a gcc2
14048 builtin and then its argument prototype would still apply. */
14049 char gethostbyname();
14053 /* The GNU C library defines this for functions which it implements
14054 to always fail with ENOSYS. Some functions are actually named
14055 something starting with __ and the normal name is an alias. */
14056 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
14064 if { (eval echo configure
:14065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14066 eval "ac_cv_func_gethostbyname=yes"
14068 echo "configure: failed program was:" >&5
14069 cat conftest.
$ac_ext >&5
14071 eval "ac_cv_func_gethostbyname=no"
14076 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
14077 echo "$ac_t""yes" 1>&6
14080 echo "$ac_t""no" 1>&6
14083 if test $ac_cv_func_gethostbyname = no
; then
14084 echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
14085 echo "configure:14086: checking for gethostbyname in -lnsl" >&5
14086 ac_lib_var
=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
14087 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14088 echo $ac_n "(cached) $ac_c" 1>&6
14090 ac_save_LIBS
="$LIBS"
14092 cat > conftest.
$ac_ext <<EOF
14093 #line 14094 "configure"
14094 #include "confdefs.h"
14095 /* Override any gcc2 internal prototype to avoid an error. */
14096 /* We use char because int might match the return type of a gcc2
14097 builtin and then its argument prototype would still apply. */
14098 char gethostbyname();
14104 if { (eval echo configure
:14105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14106 eval "ac_cv_lib_$ac_lib_var=yes"
14108 echo "configure: failed program was:" >&5
14109 cat conftest.
$ac_ext >&5
14111 eval "ac_cv_lib_$ac_lib_var=no"
14114 LIBS
="$ac_save_LIBS"
14117 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14118 echo "$ac_t""yes" 1>&6
14119 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
14121 echo "$ac_t""no" 1>&6
14126 # lieder@skyler.mavd.honeywell.com says without -lsocket,
14127 # socket/setsockopt and other routines are undefined under SCO ODT
14128 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
14129 # on later versions), says simon@lia.di.epfl.ch: it contains
14130 # gethostby* variants that don't use the nameserver (or something).
14131 # -lsocket must be given before -lnsl if both are needed.
14132 # We assume that if connect needs -lnsl, so does gethostbyname.
14133 echo $ac_n "checking for connect""... $ac_c" 1>&6
14134 echo "configure:14135: checking for connect" >&5
14135 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
14136 echo $ac_n "(cached) $ac_c" 1>&6
14138 cat > conftest.
$ac_ext <<EOF
14139 #line 14140 "configure"
14140 #include "confdefs.h"
14141 /* System header to define __stub macros and hopefully few prototypes,
14142 which can conflict with char connect(); below. */
14143 #include <assert.h>
14144 /* Override any gcc2 internal prototype to avoid an error. */
14145 /* We use char because int might match the return type of a gcc2
14146 builtin and then its argument prototype would still apply. */
14151 /* The GNU C library defines this for functions which it implements
14152 to always fail with ENOSYS. Some functions are actually named
14153 something starting with __ and the normal name is an alias. */
14154 #if defined (__stub_connect) || defined (__stub___connect)
14162 if { (eval echo configure
:14163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14164 eval "ac_cv_func_connect=yes"
14166 echo "configure: failed program was:" >&5
14167 cat conftest.
$ac_ext >&5
14169 eval "ac_cv_func_connect=no"
14174 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
14175 echo "$ac_t""yes" 1>&6
14178 echo "$ac_t""no" 1>&6
14181 if test $ac_cv_func_connect = no
; then
14182 echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
14183 echo "configure:14184: checking for connect in -lsocket" >&5
14184 ac_lib_var
=`echo socket'_'connect | sed 'y%./+-%__p_%'`
14185 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14186 echo $ac_n "(cached) $ac_c" 1>&6
14188 ac_save_LIBS
="$LIBS"
14189 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
14190 cat > conftest.
$ac_ext <<EOF
14191 #line 14192 "configure"
14192 #include "confdefs.h"
14193 /* Override any gcc2 internal prototype to avoid an error. */
14194 /* We use char because int might match the return type of a gcc2
14195 builtin and then its argument prototype would still apply. */
14202 if { (eval echo configure
:14203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14204 eval "ac_cv_lib_$ac_lib_var=yes"
14206 echo "configure: failed program was:" >&5
14207 cat conftest.
$ac_ext >&5
14209 eval "ac_cv_lib_$ac_lib_var=no"
14212 LIBS
="$ac_save_LIBS"
14215 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14216 echo "$ac_t""yes" 1>&6
14217 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
14219 echo "$ac_t""no" 1>&6
14224 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
14225 echo $ac_n "checking for remove""... $ac_c" 1>&6
14226 echo "configure:14227: checking for remove" >&5
14227 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
14228 echo $ac_n "(cached) $ac_c" 1>&6
14230 cat > conftest.
$ac_ext <<EOF
14231 #line 14232 "configure"
14232 #include "confdefs.h"
14233 /* System header to define __stub macros and hopefully few prototypes,
14234 which can conflict with char remove(); below. */
14235 #include <assert.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. */
14243 /* The GNU C library defines this for functions which it implements
14244 to always fail with ENOSYS. Some functions are actually named
14245 something starting with __ and the normal name is an alias. */
14246 #if defined (__stub_remove) || defined (__stub___remove)
14254 if { (eval echo configure
:14255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14256 eval "ac_cv_func_remove=yes"
14258 echo "configure: failed program was:" >&5
14259 cat conftest.
$ac_ext >&5
14261 eval "ac_cv_func_remove=no"
14266 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
14267 echo "$ac_t""yes" 1>&6
14270 echo "$ac_t""no" 1>&6
14273 if test $ac_cv_func_remove = no
; then
14274 echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
14275 echo "configure:14276: checking for remove in -lposix" >&5
14276 ac_lib_var
=`echo posix'_'remove | sed 'y%./+-%__p_%'`
14277 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14278 echo $ac_n "(cached) $ac_c" 1>&6
14280 ac_save_LIBS
="$LIBS"
14281 LIBS
="-lposix $LIBS"
14282 cat > conftest.
$ac_ext <<EOF
14283 #line 14284 "configure"
14284 #include "confdefs.h"
14285 /* Override any gcc2 internal prototype to avoid an error. */
14286 /* We use char because int might match the return type of a gcc2
14287 builtin and then its argument prototype would still apply. */
14294 if { (eval echo configure
:14295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14296 eval "ac_cv_lib_$ac_lib_var=yes"
14298 echo "configure: failed program was:" >&5
14299 cat conftest.
$ac_ext >&5
14301 eval "ac_cv_lib_$ac_lib_var=no"
14304 LIBS
="$ac_save_LIBS"
14307 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14308 echo "$ac_t""yes" 1>&6
14309 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
14311 echo "$ac_t""no" 1>&6
14316 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
14317 echo $ac_n "checking for shmat""... $ac_c" 1>&6
14318 echo "configure:14319: checking for shmat" >&5
14319 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
14320 echo $ac_n "(cached) $ac_c" 1>&6
14322 cat > conftest.
$ac_ext <<EOF
14323 #line 14324 "configure"
14324 #include "confdefs.h"
14325 /* System header to define __stub macros and hopefully few prototypes,
14326 which can conflict with char shmat(); below. */
14327 #include <assert.h>
14328 /* Override any gcc2 internal prototype to avoid an error. */
14329 /* We use char because int might match the return type of a gcc2
14330 builtin and then its argument prototype would still apply. */
14335 /* The GNU C library defines this for functions which it implements
14336 to always fail with ENOSYS. Some functions are actually named
14337 something starting with __ and the normal name is an alias. */
14338 #if defined (__stub_shmat) || defined (__stub___shmat)
14346 if { (eval echo configure
:14347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14348 eval "ac_cv_func_shmat=yes"
14350 echo "configure: failed program was:" >&5
14351 cat conftest.
$ac_ext >&5
14353 eval "ac_cv_func_shmat=no"
14358 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
14359 echo "$ac_t""yes" 1>&6
14362 echo "$ac_t""no" 1>&6
14365 if test $ac_cv_func_shmat = no
; then
14366 echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
14367 echo "configure:14368: checking for shmat in -lipc" >&5
14368 ac_lib_var
=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
14369 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14370 echo $ac_n "(cached) $ac_c" 1>&6
14372 ac_save_LIBS
="$LIBS"
14374 cat > conftest.
$ac_ext <<EOF
14375 #line 14376 "configure"
14376 #include "confdefs.h"
14377 /* Override any gcc2 internal prototype to avoid an error. */
14378 /* We use char because int might match the return type of a gcc2
14379 builtin and then its argument prototype would still apply. */
14386 if { (eval echo configure
:14387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14388 eval "ac_cv_lib_$ac_lib_var=yes"
14390 echo "configure: failed program was:" >&5
14391 cat conftest.
$ac_ext >&5
14393 eval "ac_cv_lib_$ac_lib_var=no"
14396 LIBS
="$ac_save_LIBS"
14399 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14400 echo "$ac_t""yes" 1>&6
14401 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
14403 echo "$ac_t""no" 1>&6
14409 # Check for libraries that X11R6 Xt/Xaw programs need.
14410 ac_save_LDFLAGS
="$LDFLAGS"
14411 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
14412 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
14413 # check for ICE first), but we must link in the order -lSM -lICE or
14414 # we get undefined symbols. So assume we have SM if we have ICE.
14415 # These have to be linked with before -lX11, unlike the other
14416 # libraries we check for below, so use a different variable.
14417 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
14418 echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
14419 echo "configure:14420: checking for IceConnectionNumber in -lICE" >&5
14420 ac_lib_var
=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
14421 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
14422 echo $ac_n "(cached) $ac_c" 1>&6
14424 ac_save_LIBS
="$LIBS"
14425 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
14426 cat > conftest.
$ac_ext <<EOF
14427 #line 14428 "configure"
14428 #include "confdefs.h"
14429 /* Override any gcc2 internal prototype to avoid an error. */
14430 /* We use char because int might match the return type of a gcc2
14431 builtin and then its argument prototype would still apply. */
14432 char IceConnectionNumber();
14435 IceConnectionNumber()
14438 if { (eval echo configure
:14439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14440 eval "ac_cv_lib_$ac_lib_var=yes"
14442 echo "configure: failed program was:" >&5
14443 cat conftest.
$ac_ext >&5
14445 eval "ac_cv_lib_$ac_lib_var=no"
14448 LIBS
="$ac_save_LIBS"
14451 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
14452 echo "$ac_t""yes" 1>&6
14453 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
14455 echo "$ac_t""no" 1>&6
14458 LDFLAGS
="$ac_save_LDFLAGS"
14463 if test "$no_x" = "yes"; then
14464 { echo "configure: error: X11 not found" 1>&2; exit 1; }
14467 GUI_TK_LIBRARY
="$X_LIBS"
14468 TOOLKIT_INCLUDE
="$X_CFLAGS"
14469 AFMINSTALL
=afminstall
14470 COMPILED_X_PROGRAM
=0
14472 echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
14473 echo "configure:14474: checking for Motif/Lesstif headers" >&5
14476 for ac_dir
in $SEARCH_INCLUDE;
14478 if test -f "$ac_dir/Xm/Xm.h"; then
14479 ac_find_includes
=$ac_dir
14484 if test "$ac_find_includes" != "" ; then
14485 echo "$ac_t""found $ac_find_includes" 1>&6
14487 cat > conftest.
$ac_ext <<EOF
14488 #line 14489 "configure"
14489 #include "confdefs.h"
14496 version = xmUseVersion;
14500 if { (eval echo configure
:14501: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14503 echo "$ac_t""found in default search path" 1>&6
14504 COMPILED_X_PROGRAM
=1
14507 echo "configure: failed program was:" >&5
14508 cat conftest.
$ac_ext >&5
14511 echo "$ac_t""no" 1>&6
14512 { echo "configure: error: please set CFLAGS to contain the location of Xm/Xm.h" 1>&2; exit 1; }
14519 if test "$COMPILED_X_PROGRAM" = 0; then
14520 echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
14521 echo "configure:14522: checking for Motif/Lesstif library" >&5
14524 for ac_dir
in $SEARCH_LIB;
14526 for ac_extension
in a so sl dylib
; do
14527 if test -f "$ac_dir/libXm.$ac_extension"; then
14528 ac_find_libraries
=$ac_dir
14534 if test "$ac_find_libraries" != "" ; then
14536 ac_path_to_include
=$ac_find_includes
14537 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
14539 if test $result = 0; then
14540 ac_path_to_include
=""
14542 ac_path_to_include
=" -I$ac_find_includes"
14546 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
14548 if test $result = 0; then
14551 ac_path_to_link
=" -L$ac_find_libraries"
14555 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
14556 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
14557 echo "$ac_t""found at $ac_find_libraries" 1>&6
14559 cat > conftest.
$ac_ext <<EOF
14560 #line 14561 "configure"
14561 #include "confdefs.h"
14568 version = xmUseVersion;
14572 if { (eval echo configure
:14573: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14575 echo "$ac_t""found in default search path" 1>&6
14576 COMPILED_X_PROGRAM
=1
14579 echo "configure: failed program was:" >&5
14580 cat conftest.
$ac_ext >&5
14583 echo "$ac_t""no" 1>&6
14584 { echo "configure: error: please set LDFLAGS to contain the location of libXm" 1>&2; exit 1; }
14593 echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
14594 echo "configure:14595: checking for Xpm library" >&5
14597 for ac_dir
in $SEARCH_LIB;
14599 for ac_extension
in a so sl dylib
; do
14600 if test -f "$ac_dir/libXpm.$ac_extension"; then
14601 ac_find_libraries
=$ac_dir
14607 if test "$ac_find_libraries" != "" ; then
14609 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
14611 if test $result = 0; then
14614 ac_path_to_link
=" -L$ac_find_libraries"
14617 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
14619 cat >> confdefs.h
<<\EOF
14620 #define wxHAVE_LIB_XPM 1
14623 echo "$ac_t""found at $ac_find_libraries" 1>&6
14625 cat > conftest.
$ac_ext <<EOF
14626 #line 14627 "configure"
14627 #include "confdefs.h"
14629 #include <X11/xpm.h>
14634 version = XpmLibraryVersion();
14638 if { (eval echo configure
:14639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14642 cat >> confdefs.h
<<\EOF
14643 #define wxHAVE_LIB_XPM 1
14646 echo "$ac_t""found in default search path" 1>&6
14647 COMPILED_X_PROGRAM
=0
14650 echo "configure: failed program was:" >&5
14651 cat conftest.
$ac_ext >&5
14654 echo "$ac_t""no" 1>&6
14655 echo "configure: warning: library will be compiled without support for images in XPM format" 1>&2
14662 echo $ac_n "checking if we need -lXp and/or -lSM -lICE""... $ac_c" 1>&6
14663 echo "configure:14664: checking if we need -lXp and/or -lSM -lICE" >&5
14667 for libp
in "" " -lXp"; do
14668 if test "$libs_found" = "0"; then
14669 for libsm_ice
in " -lSM -lICE"; do
14670 if test "$libs_found" = "0"; then
14672 LIBS
="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
14673 cat > conftest.
$ac_ext <<EOF
14674 #line 14675 "configure"
14675 #include "confdefs.h"
14678 #include <Xm/List.h>
14682 XmString string = NULL;
14685 XmListAddItem(w, string, position);
14689 if { (eval echo configure
:14690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14693 libsm_ice_link
="$libsm_ice"
14694 echo "$ac_t""need${libp_link}${libsm_ice_link}" 1>&6
14698 echo "configure: failed program was:" >&5
14699 cat conftest.
$ac_ext >&5
14711 if test "$libs_found" = "0"; then
14712 echo "$ac_t""can't find the right libraries" 1>&6
14713 { echo "configure: error: can't link a simple motif program" 1>&2; exit 1; }
14716 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
14717 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo"
14722 if test "$wxUSE_MAC" = 1; then
14723 if test "$wxUSE_PRECOMP" = "yes"; then
14724 CPPFLAGS
="$CPPFLAGS -cpp-precomp"
14726 CPPFLAGS
="$CPPFLAGS -no-cpp-precomp"
14728 CPPFLAGS
="$CPPFLAGS -I/Developer/Headers/FlatCarbon -I\${top_srcdir}/src/mac/morefile"
14729 CFLAGS
="$CFLAGS -fpascal-strings"
14730 CXXFLAGS
="$CXXFLAGS -fpascal-strings"
14732 TOOLKIT_VPATH
="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefile"
14737 if test "$wxUSE_PM" = 1; then
14742 if test "$TOOLKIT" = "PM" ; then
14745 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
14748 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
14750 if test "$wxUSE_UNIVERSAL" = "yes"; then
14751 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
14753 ALL_SOURCES
="\$(ALL_SOURCES) \${UNIV_SOURCES}"
14754 ALL_HEADERS
="\$(ALL_HEADERS) \${UNIV_HEADERS}"
14756 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
14757 if test "$wxUSE_X11" = 1; then
14758 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
14760 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
14762 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
14765 ALL_OBJECTS
="\$(GUIOBJS)"
14766 ALL_SOURCES
="\$(ALL_SOURCES)"
14767 ALL_HEADERS
="\$(ALL_HEADERS)"
14770 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
14772 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
14773 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
14776 if test "$wxUSE_HTML" = "yes"; then
14777 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
14780 if test "$wxUSE_LIBJPEG" = "builtin" ; then
14781 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
14783 if test "$wxUSE_LIBTIFF" = "builtin" ; then
14784 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
14786 if test "$wxUSE_LIBPNG" = "builtin" ; then
14787 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
14790 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
14791 DISTDIR
="wx\$(TOOLKIT)"
14797 if test "$USE_WIN32" = 1 ; then
14798 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
14799 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
14803 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
14804 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
14807 ALL_SOURCES
="\$(ALL_SOURCES)"
14808 ALL_HEADERS
="\$(ALL_HEADERS)"
14810 PORT_FILES
="\${top_srcdir}/src/files.lst"
14812 GUIDIST
="BASE_DIST"
14817 if test "$TOOLKIT" != "MSW" -a "$wxUSE_ODBC" = "yes" ; then
14818 ALL_OBJECTS
="${ALL_OBJECTS} \$(IODBCOBJS)"
14821 if test "$wxUSE_REGEX" = "builtin" ; then
14822 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
14824 if test "$wxUSE_ZLIB" = "builtin" ; then
14825 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
14829 if test "$wxUSE_OPENGL" = "yes"; then
14830 if test "$wxUSE_MAC" = 1; then
14831 OPENGL_LIBS
="-framework OpenGL -framework AGL"
14832 elif test "$wxUSE_MSW" = 1; then
14833 OPENGL_LIBS
="-lopengl32 -lglu32"
14835 ac_safe
=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
14836 echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
14837 echo "configure:14838: checking for GL/gl.h" >&5
14838 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
14839 echo $ac_n "(cached) $ac_c" 1>&6
14841 cat > conftest.
$ac_ext <<EOF
14842 #line 14843 "configure"
14843 #include "confdefs.h"
14846 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
14847 { (eval echo configure
:14848: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
14848 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
14849 if test -z "$ac_err"; then
14851 eval "ac_cv_header_$ac_safe=yes"
14854 echo "configure: failed program was:" >&5
14855 cat conftest.
$ac_ext >&5
14857 eval "ac_cv_header_$ac_safe=no"
14861 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
14862 echo "$ac_t""yes" 1>&6
14864 echo $ac_n "checking for -lGL""... $ac_c" 1>&6
14865 echo "configure:14866: checking for -lGL" >&5
14868 for ac_dir
in $SEARCH_LIB;
14870 for ac_extension
in a so sl dylib
; do
14871 if test -f "$ac_dir/libGL.$ac_extension"; then
14872 ac_find_libraries
=$ac_dir
14878 if test "$ac_find_libraries" != "" ; then
14880 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
14882 if test $result = 0; then
14885 ac_path_to_link
=" -L$ac_find_libraries"
14888 if test "$ac_path_to_link" = " -L/usr/lib" ; then
14889 LDFLAGS_GL
="$LDFLAGS"
14891 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
14893 OPENGL_LIBS
="-lGL -lGLU"
14894 echo "$ac_t""yes" 1>&6
14896 echo "$ac_t""no" 1>&6
14897 echo $ac_n "checking for -lMesaGL""... $ac_c" 1>&6
14898 echo "configure:14899: checking for -lMesaGL" >&5
14901 for ac_dir
in $SEARCH_LIB;
14903 for ac_extension
in a so sl dylib
; do
14904 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
14905 ac_find_libraries
=$ac_dir
14911 if test "$ac_find_libraries" != "" ; then
14913 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
14915 if test $result = 0; then
14918 ac_path_to_link
=" -L$ac_find_libraries"
14921 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
14922 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
14923 echo "$ac_t""yes" 1>&6
14925 echo "$ac_t""no" 1>&6
14930 echo "$ac_t""no" 1>&6
14934 if test "x$OPENGL_LIBS" = "x"; then
14935 { echo "configure: error: OpenGL libraries not available" 1>&2; exit 1; }
14939 if test "$wxUSE_OPENGL" = "yes"; then
14940 cat >> confdefs.h
<<\EOF
14941 #define wxUSE_OPENGL 1
14944 cat >> confdefs.h
<<\EOF
14945 #define wxUSE_GLCANVAS 1
14948 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl"
14952 if test -z "$TOOLKIT_VPATH" ; then
14953 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
14956 if test -n "$TOOLKIT" ; then
14957 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
14960 lib_unicode_suffix
=
14961 if test "$wxUSE_UNICODE" = "yes"; then
14962 lib_unicode_suffix
=u
14966 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
14970 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
14971 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
14973 if test "$cross_compiling" = "yes"; then
14974 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
14975 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
14978 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
14979 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
14981 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
14982 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
14984 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
14985 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
14986 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
14987 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
14990 *-*-cygwin* | *-*-mingw32* )
14994 if test "$cross_compiling" != "yes" -a "$TOOLKIT_DIR" = "msw"; then
14995 WX_LIBRARY
="wxmsw${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
14996 WX_LIBRARY_GL
="wxmsw_gl${WX_MSW_VERSION}${lib_unicode_suffix}${lib_debug_suffix}"
14997 WX_LIBRARY_NAME_SHARED
="${WX_LIBRARY}.${SO_SUFFIX}"
14998 WX_LIBRARY_NAME_SHARED_GL
="${WX_LIBRARY_GL}.${SO_SUFFIX}"
15000 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
15001 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
15006 if test "$wxUSE_MAC" = 1; then
15007 WX_RESOURCES_MACOSX_ASCII
="lib${WX_LIBRARY}.r"
15008 WX_RESOURCES_MACOSX_DATA
="lib${WX_LIBRARY}.rsrc"
15013 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
15014 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
15016 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
15017 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
15019 if test "$wxUSE_OPENGL" = "yes"; then
15020 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
15021 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
15026 if test "$wxUSE_SHARED" = "yes"; then
15028 *-pc-os2_emx | *-pc-os2-emx | \
15031 echo "configure: warning: Host system doesn't support shared libraries, disabling" 1>&2
15036 if test "$wxUSE_SHARED" = "yes"; then
15038 if test "$wxUSE_OPENGL" = "yes"; then
15039 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
15040 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1} \$(build_libdir)/${WX_LIBRARY_LINK1_GL}"
15042 WX_ALL_INSTALLED
="CREATE_INSTALLED_LINKS"
15043 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_LINK1}"
15046 if test "$GCC" = "yes"; then
15050 SHARED_LD
="${CXX} -shared -o"
15054 if test "$GCC" == "yes"; then
15055 SHARED_LD
="${SHARED_LD} ${PIC_FLAG}"
15057 LDFLAGS
="$LDFLAGS -L/usr/lib"
15059 SHARED_LD
="${CXX} -b -o"
15063 if test "$wxUSE_OPENGL" = "yes"; then
15064 WX_ALL_INSTALLED
="preinstall_gl"
15065 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
15067 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
15072 if test "$GCC" != "yes"; then
15073 echo $ac_n "checking for Intel compiler""... $ac_c" 1>&6
15074 echo "configure:15075: checking for Intel compiler" >&5
15075 if eval "test \"`echo '$''{'wx_cv_prog_icc'+set}'`\" = set"; then
15076 echo $ac_n "(cached) $ac_c" 1>&6
15079 cat > conftest.
$ac_ext <<EOF
15080 #line 15081 "configure"
15081 #include "confdefs.h"
15085 #ifndef __INTEL_COMPILER
15091 if { (eval echo configure
:15092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15095 echo "configure: failed program was:" >&5
15096 cat conftest.
$ac_ext >&5
15105 echo "$ac_t""$wx_cv_prog_icc" 1>&6
15106 if test "$wx_cv_prog_icc" = "yes"; then
15111 if test "$wxUSE_SONAME" = "yes" ; then
15112 SONAME_FLAGS
="-Wl,-soname,${WX_LIBRARY_LINK1}"
15113 SONAME_FLAGS_GL
="-Wl,-soname,${WX_LIBRARY_LINK1_GL}"
15114 WX_TARGET_LIBRARY_SONAME
="-Wl,-soname,\$(TARGETLIB_LINK1)"
15119 if test "$GCC" = yes ; then
15120 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
15122 SHARED_LD
="${CXX} -G -o"
15124 SONAME_FLAGS
="-h ${WX_LIBRARY_NAME_SHARED}"
15125 SONAME_FLAGS_GL
="-h ${WX_LIBRARY_NAME_SHARED_GL}"
15130 CFLAGS
="$CFLAGS -fno-common -DWXMAKINGDLL"
15131 CXXFLAGS
="$CXXFLAGS -fno-common -DWXMAKINGDLL"
15132 SHARED_LD
="\${top_srcdir}/distrib/mac/shared-ld-sh -undefined suppress -flat_namespace -o"
15133 PIC_FLAG
="-dynamic -fPIC"
15134 SONAME_FLAGS
="-compatibility_version ${WX_RELEASE} -current_version ${WX_VERSION}"
15135 SONAME_FLAGS_GL
=${SONAME_FLAGS}
15139 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
15140 set dummy makeC
++SharedLib
; ac_word
=$2
15141 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
15142 echo "configure:15143: checking for $ac_word" >&5
15143 if eval "test \"`echo '$''{'ac_cv_prog_AIX_CXX_LD'+set}'`\" = set"; then
15144 echo $ac_n "(cached) $ac_c" 1>&6
15146 if test -n "$AIX_CXX_LD"; then
15147 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
15149 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
15151 for ac_dir
in $ac_dummy; do
15152 test -z "$ac_dir" && ac_dir
=.
15153 if test -f $ac_dir/$ac_word; then
15154 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
15159 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
15162 AIX_CXX_LD
="$ac_cv_prog_AIX_CXX_LD"
15163 if test -n "$AIX_CXX_LD"; then
15164 echo "$ac_t""$AIX_CXX_LD" 1>&6
15166 echo "$ac_t""no" 1>&6
15170 SHARED_LD
="$(AIX_CXX_LD) -p 0 -o"
15173 *-*-cygwin* | *-*-mingw32* )
15175 WX_LIBRARY_IMPORTLIB
="${WX_LIBRARY_NAME_SHARED}.a"
15177 SHARED_LD
="${CXX} -shared -Wl,--out-implib,lib/${WX_LIBRARY_IMPORTLIB} -o"
15178 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
15180 PIC_FLAG
="-UWXUSINGDLL -DWXMAKINGDLL=1 -D_DLL=1 -D_WINDLL=1"
15182 if test "$wxUSE_OPENGL" = "yes"; then
15183 WX_ALL_INSTALLED
="preinstall_gl"
15184 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED} \$(build_libdir)/${WX_LIBRARY_NAME_SHARED_GL}"
15186 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_SHARED}"
15191 SHARED_LD
="${LD} -shared -o"
15194 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
15196 *-*-irix5* | *-*-irix6* | \
15203 { echo "configure: error: unknown system type $host." 1>&2; exit 1; }
15206 if test "x$WX_TARGET_LIBRARY" = "x"; then
15207 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
15208 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
15211 WX_TARGET_LIBRARY_TYPE
="so"
15212 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
15215 if test "$wxUSE_SHARED" = "no"; then
15217 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
15218 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
15221 if test "$wxUSE_MAC" = 1; then
15222 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
15225 if test "$wxUSE_OPENGL" = "yes"; then
15226 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
15227 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
15229 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
15232 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
15233 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
15235 WX_TARGET_LIBRARY_TYPE
="a"
15236 INSTALL_LIBRARY
='$(INSTALL_DATA)'
15239 if test "$wxUSE_MAC" = 1; then
15240 LIBWXMACRES
="\$(top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
15241 WX_ALL
="${WX_ALL} ${LIBWXMACRES}"
15242 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
15243 # Extract the first word of "Rez", so it can be a program name with args.
15244 set dummy Rez
; ac_word
=$2
15245 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
15246 echo "configure:15247: checking for $ac_word" >&5
15247 if eval "test \"`echo '$''{'ac_cv_prog_RESCOMP'+set}'`\" = set"; then
15248 echo $ac_n "(cached) $ac_c" 1>&6
15250 if test -n "$RESCOMP"; then
15251 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
15253 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
15255 for ac_dir
in $ac_dummy; do
15256 test -z "$ac_dir" && ac_dir
=.
15257 if test -f $ac_dir/$ac_word; then
15258 ac_cv_prog_RESCOMP
="Rez"
15263 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
15266 RESCOMP
="$ac_cv_prog_RESCOMP"
15267 if test -n "$RESCOMP"; then
15268 echo "$ac_t""$RESCOMP" 1>&6
15270 echo "$ac_t""no" 1>&6
15273 # Extract the first word of "DeRez", so it can be a program name with args.
15274 set dummy DeRez
; ac_word
=$2
15275 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
15276 echo "configure:15277: checking for $ac_word" >&5
15277 if eval "test \"`echo '$''{'ac_cv_prog_DEREZ'+set}'`\" = set"; then
15278 echo $ac_n "(cached) $ac_c" 1>&6
15280 if test -n "$DEREZ"; then
15281 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
15283 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
15285 for ac_dir
in $ac_dummy; do
15286 test -z "$ac_dir" && ac_dir
=.
15287 if test -f $ac_dir/$ac_word; then
15288 ac_cv_prog_DEREZ
="DeRez"
15293 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
15296 DEREZ
="$ac_cv_prog_DEREZ"
15297 if test -n "$DEREZ"; then
15298 echo "$ac_t""$DEREZ" 1>&6
15300 echo "$ac_t""no" 1>&6
15303 MACOSX_BUNDLE
="bundle"
15304 if test "$wxUSE_SHARED" = "yes"; then
15305 LIBWXMACRESCOMP
="\$(RESCOMP) -t APPL Carbon.r -o \$(BIN_PROGRAM)"
15306 LIBWXMACRESWXCONFIG
="${RESCOMP} -t APPL Carbon.r -o"
15308 LIBWXMACRESCOMP
="\$(RESCOMP) -t APPL Carbon.r ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
15309 LIBWXMACRESWXCONFIG
="${RESCOMP} -t APPL Carbon.r \${prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
15312 if test "$wxUSE_PM" = 1; then
15313 LIBWXMACRESCOMP
="emxbind -ep \$(BIN_PROGRAM)"
15318 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
15319 echo "configure:15320: checking for ANSI C header files" >&5
15320 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
15321 echo $ac_n "(cached) $ac_c" 1>&6
15323 cat > conftest.
$ac_ext <<EOF
15324 #line 15325 "configure"
15325 #include "confdefs.h"
15326 #include <stdlib.h>
15327 #include <stdarg.h>
15328 #include <string.h>
15331 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
15332 { (eval echo configure
:15333: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
15333 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
15334 if test -z "$ac_err"; then
15336 ac_cv_header_stdc
=yes
15339 echo "configure: failed program was:" >&5
15340 cat conftest.
$ac_ext >&5
15342 ac_cv_header_stdc
=no
15346 if test $ac_cv_header_stdc = yes; then
15347 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15348 cat > conftest.
$ac_ext <<EOF
15349 #line 15350 "configure"
15350 #include "confdefs.h"
15351 #include <string.h>
15353 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15354 egrep "memchr" >/dev
/null
2>&1; then
15358 ac_cv_header_stdc
=no
15364 if test $ac_cv_header_stdc = yes; then
15365 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
15366 cat > conftest.
$ac_ext <<EOF
15367 #line 15368 "configure"
15368 #include "confdefs.h"
15369 #include <stdlib.h>
15371 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15372 egrep "free" >/dev
/null
2>&1; then
15376 ac_cv_header_stdc
=no
15382 if test $ac_cv_header_stdc = yes; then
15383 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
15384 if test "$cross_compiling" = yes; then
15387 cat > conftest.
$ac_ext <<EOF
15388 #line 15389 "configure"
15389 #include "confdefs.h"
15391 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15392 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15393 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15394 int main () { int i; for (i = 0; i < 256; i++)
15395 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
15399 if { (eval echo configure
:15400: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
15403 echo "configure: failed program was:" >&5
15404 cat conftest.
$ac_ext >&5
15406 ac_cv_header_stdc
=no
15414 echo "$ac_t""$ac_cv_header_stdc" 1>&6
15415 if test $ac_cv_header_stdc = yes; then
15416 cat >> confdefs.h
<<\EOF
15417 #define STDC_HEADERS 1
15422 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
15423 echo "configure:15424: checking for mode_t" >&5
15424 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
15425 echo $ac_n "(cached) $ac_c" 1>&6
15427 cat > conftest.
$ac_ext <<EOF
15428 #line 15429 "configure"
15429 #include "confdefs.h"
15430 #include <sys/types.h>
15432 #include <stdlib.h>
15433 #include <stddef.h>
15436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15437 egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
15439 ac_cv_type_mode_t
=yes
15442 ac_cv_type_mode_t
=no
15447 echo "$ac_t""$ac_cv_type_mode_t" 1>&6
15448 if test $ac_cv_type_mode_t = no
; then
15449 cat >> confdefs.h
<<\EOF
15455 echo $ac_n "checking for off_t""... $ac_c" 1>&6
15456 echo "configure:15457: checking for off_t" >&5
15457 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
15458 echo $ac_n "(cached) $ac_c" 1>&6
15460 cat > conftest.
$ac_ext <<EOF
15461 #line 15462 "configure"
15462 #include "confdefs.h"
15463 #include <sys/types.h>
15465 #include <stdlib.h>
15466 #include <stddef.h>
15469 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15470 egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
15472 ac_cv_type_off_t
=yes
15475 ac_cv_type_off_t
=no
15480 echo "$ac_t""$ac_cv_type_off_t" 1>&6
15481 if test $ac_cv_type_off_t = no
; then
15482 cat >> confdefs.h
<<\EOF
15488 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
15489 echo "configure:15490: checking for pid_t" >&5
15490 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
15491 echo $ac_n "(cached) $ac_c" 1>&6
15493 cat > conftest.
$ac_ext <<EOF
15494 #line 15495 "configure"
15495 #include "confdefs.h"
15496 #include <sys/types.h>
15498 #include <stdlib.h>
15499 #include <stddef.h>
15502 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15503 egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
15505 ac_cv_type_pid_t
=yes
15508 ac_cv_type_pid_t
=no
15513 echo "$ac_t""$ac_cv_type_pid_t" 1>&6
15514 if test $ac_cv_type_pid_t = no
; then
15515 cat >> confdefs.h
<<\EOF
15521 echo $ac_n "checking for size_t""... $ac_c" 1>&6
15522 echo "configure:15523: checking for size_t" >&5
15523 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
15524 echo $ac_n "(cached) $ac_c" 1>&6
15526 cat > conftest.
$ac_ext <<EOF
15527 #line 15528 "configure"
15528 #include "confdefs.h"
15529 #include <sys/types.h>
15531 #include <stdlib.h>
15532 #include <stddef.h>
15535 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15536 egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
15538 ac_cv_type_size_t
=yes
15541 ac_cv_type_size_t
=no
15546 echo "$ac_t""$ac_cv_type_size_t" 1>&6
15547 if test $ac_cv_type_size_t = no
; then
15548 cat >> confdefs.h
<<\EOF
15549 #define size_t unsigned
15554 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
15555 echo "configure:15556: checking for uid_t in sys/types.h" >&5
15556 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
15557 echo $ac_n "(cached) $ac_c" 1>&6
15559 cat > conftest.
$ac_ext <<EOF
15560 #line 15561 "configure"
15561 #include "confdefs.h"
15562 #include <sys/types.h>
15564 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15565 egrep "uid_t" >/dev
/null
2>&1; then
15567 ac_cv_type_uid_t
=yes
15570 ac_cv_type_uid_t
=no
15576 echo "$ac_t""$ac_cv_type_uid_t" 1>&6
15577 if test $ac_cv_type_uid_t = no
; then
15578 cat >> confdefs.h
<<\EOF
15582 cat >> confdefs.h
<<\EOF
15591 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15592 ac_cpp
='$CXXCPP $CPPFLAGS'
15593 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15594 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15595 cross_compiling
=$ac_cv_prog_cxx_cross
15597 echo $ac_n "checking if size_t is unsigned int""... $ac_c" 1>&6
15598 echo "configure:15599: checking if size_t is unsigned int" >&5
15599 if eval "test \"`echo '$''{'wx_cv_size_t_is_uint'+set}'`\" = set"; then
15600 echo $ac_n "(cached) $ac_c" 1>&6
15602 cat > conftest.
$ac_ext <<EOF
15603 #line 15604 "configure"
15604 #include "confdefs.h"
15605 #include <stddef.h>
15610 struct Foo { void foo(size_t); void foo(unsigned int); };
15616 if { (eval echo configure
:15617: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15618 wx_cv_size_t_is_uint
=no
15620 echo "configure: failed program was:" >&5
15621 cat conftest.
$ac_ext >&5
15623 wx_cv_size_t_is_uint
=yes
15630 echo "$ac_t""$wx_cv_size_t_is_uint" 1>&6
15632 if test "$wx_cv_size_t_is_uint" = "yes"; then
15633 cat >> confdefs.h
<<\EOF
15634 #define wxSIZE_T_IS_UINT 1
15638 echo $ac_n "checking if size_t is unsigned long""... $ac_c" 1>&6
15639 echo "configure:15640: checking if size_t is unsigned long" >&5
15640 if eval "test \"`echo '$''{'wx_cv_size_t_is_ulong'+set}'`\" = set"; then
15641 echo $ac_n "(cached) $ac_c" 1>&6
15643 cat > conftest.
$ac_ext <<EOF
15644 #line 15645 "configure"
15645 #include "confdefs.h"
15646 #include <stddef.h>
15651 struct Foo { void foo(size_t); void foo(unsigned long); };
15657 if { (eval echo configure
:15658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15659 wx_cv_size_t_is_ulong
=no
15661 echo "configure: failed program was:" >&5
15662 cat conftest.
$ac_ext >&5
15664 wx_cv_size_t_is_ulong
=yes
15671 echo "$ac_t""$wx_cv_size_t_is_ulong" 1>&6
15673 if test "$wx_cv_size_t_is_ulong" = "yes"; then
15674 cat >> confdefs.h
<<\EOF
15675 #define wxSIZE_T_IS_ULONG 1
15682 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15683 ac_cpp
='$CPP $CPPFLAGS'
15684 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15685 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15686 cross_compiling
=$ac_cv_prog_cc_cross
15690 echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
15691 echo "configure:15692: checking for pw_gecos in struct passwd" >&5
15692 if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
15693 echo $ac_n "(cached) $ac_c" 1>&6
15696 cat > conftest.
$ac_ext <<EOF
15697 #line 15698 "configure"
15698 #include "confdefs.h"
15708 if { (eval echo configure
:15709: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15711 wx_cv_struct_pw_gecos
=yes
15714 echo "configure: failed program was:" >&5
15715 cat conftest.
$ac_ext >&5
15718 wx_cv_struct_pw_gecos
=no
15727 echo "$ac_t""$wx_cv_struct_pw_gecos" 1>&6
15729 if test "$wx_cv_struct_pw_gecos" = "yes"; then
15730 cat >> confdefs.h
<<\EOF
15731 #define HAVE_PW_GECOS 1
15738 if test "$wx_cv_sizeof_wchar_t" != "0"; then
15740 for ac_func
in wcslen
15742 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15743 echo "configure:15744: checking for $ac_func" >&5
15744 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15745 echo $ac_n "(cached) $ac_c" 1>&6
15747 cat > conftest.
$ac_ext <<EOF
15748 #line 15749 "configure"
15749 #include "confdefs.h"
15750 /* System header to define __stub macros and hopefully few prototypes,
15751 which can conflict with char $ac_func(); below. */
15752 #include <assert.h>
15753 /* Override any gcc2 internal prototype to avoid an error. */
15754 /* We use char because int might match the return type of a gcc2
15755 builtin and then its argument prototype would still apply. */
15760 /* The GNU C library defines this for functions which it implements
15761 to always fail with ENOSYS. Some functions are actually named
15762 something starting with __ and the normal name is an alias. */
15763 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15771 if { (eval echo configure
:15772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15773 eval "ac_cv_func_$ac_func=yes"
15775 echo "configure: failed program was:" >&5
15776 cat conftest.
$ac_ext >&5
15778 eval "ac_cv_func_$ac_func=no"
15783 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15784 echo "$ac_t""yes" 1>&6
15785 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15786 cat >> confdefs.h
<<EOF
15787 #define $ac_tr_func 1
15790 cat >> confdefs.h
<<\EOF
15791 #define HAVE_WCSLEN 1
15797 echo "$ac_t""no" 1>&6
15802 if test "$WCHAR_OK" = 0; then
15803 if test "$TOOLKIT" = "MSW"; then
15804 echo $ac_n "checking for wcslen in -lmsvcrt""... $ac_c" 1>&6
15805 echo "configure:15806: checking for wcslen in -lmsvcrt" >&5
15806 ac_lib_var
=`echo msvcrt'_'wcslen | sed 'y%./+-%__p_%'`
15807 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15808 echo $ac_n "(cached) $ac_c" 1>&6
15810 ac_save_LIBS
="$LIBS"
15811 LIBS
="-lmsvcrt $LIBS"
15812 cat > conftest.
$ac_ext <<EOF
15813 #line 15814 "configure"
15814 #include "confdefs.h"
15815 /* Override any gcc2 internal prototype to avoid an error. */
15816 /* We use char because int might match the return type of a gcc2
15817 builtin and then its argument prototype would still apply. */
15824 if { (eval echo configure
:15825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15826 eval "ac_cv_lib_$ac_lib_var=yes"
15828 echo "configure: failed program was:" >&5
15829 cat conftest.
$ac_ext >&5
15831 eval "ac_cv_lib_$ac_lib_var=no"
15834 LIBS
="$ac_save_LIBS"
15837 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15838 echo "$ac_t""yes" 1>&6
15840 cat >> confdefs.h
<<\EOF
15841 #define HAVE_WCSLEN 1
15847 echo "$ac_t""no" 1>&6
15851 echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
15852 echo "configure:15853: checking for wcslen in -lw" >&5
15853 ac_lib_var
=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
15854 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
15855 echo $ac_n "(cached) $ac_c" 1>&6
15857 ac_save_LIBS
="$LIBS"
15859 cat > conftest.
$ac_ext <<EOF
15860 #line 15861 "configure"
15861 #include "confdefs.h"
15862 /* Override any gcc2 internal prototype to avoid an error. */
15863 /* We use char because int might match the return type of a gcc2
15864 builtin and then its argument prototype would still apply. */
15871 if { (eval echo configure
:15872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15873 eval "ac_cv_lib_$ac_lib_var=yes"
15875 echo "configure: failed program was:" >&5
15876 cat conftest.
$ac_ext >&5
15878 eval "ac_cv_lib_$ac_lib_var=no"
15881 LIBS
="$ac_save_LIBS"
15884 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
15885 echo "$ac_t""yes" 1>&6
15887 cat >> confdefs.h
<<\EOF
15888 #define HAVE_WCSLEN 1
15895 echo "$ac_t""no" 1>&6
15902 if test "$WCHAR_OK" = 1; then
15903 cat >> confdefs.h
<<\EOF
15904 #define wxUSE_WCHAR_T 1
15908 for ac_func
in wcsrtombs
15910 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15911 echo "configure:15912: checking for $ac_func" >&5
15912 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15913 echo $ac_n "(cached) $ac_c" 1>&6
15915 cat > conftest.
$ac_ext <<EOF
15916 #line 15917 "configure"
15917 #include "confdefs.h"
15918 /* System header to define __stub macros and hopefully few prototypes,
15919 which can conflict with char $ac_func(); below. */
15920 #include <assert.h>
15921 /* Override any gcc2 internal prototype to avoid an error. */
15922 /* We use char because int might match the return type of a gcc2
15923 builtin and then its argument prototype would still apply. */
15928 /* The GNU C library defines this for functions which it implements
15929 to always fail with ENOSYS. Some functions are actually named
15930 something starting with __ and the normal name is an alias. */
15931 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15939 if { (eval echo configure
:15940: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15941 eval "ac_cv_func_$ac_func=yes"
15943 echo "configure: failed program was:" >&5
15944 cat conftest.
$ac_ext >&5
15946 eval "ac_cv_func_$ac_func=no"
15951 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15952 echo "$ac_t""yes" 1>&6
15953 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15954 cat >> confdefs.h
<<EOF
15955 #define $ac_tr_func 1
15959 echo "$ac_t""no" 1>&6
15964 if test "$USE_DARWIN" = 1; then
15965 cat >> confdefs.h
<<\EOF
15966 #define wxUSE_WCHAR_T 1
15970 echo "configure: warning: Wide character support is unavailable" 1>&2
15974 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
15975 echo "configure:15976: checking for vprintf" >&5
15976 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
15977 echo $ac_n "(cached) $ac_c" 1>&6
15979 cat > conftest.
$ac_ext <<EOF
15980 #line 15981 "configure"
15981 #include "confdefs.h"
15982 /* System header to define __stub macros and hopefully few prototypes,
15983 which can conflict with char vprintf(); below. */
15984 #include <assert.h>
15985 /* Override any gcc2 internal prototype to avoid an error. */
15986 /* We use char because int might match the return type of a gcc2
15987 builtin and then its argument prototype would still apply. */
15992 /* The GNU C library defines this for functions which it implements
15993 to always fail with ENOSYS. Some functions are actually named
15994 something starting with __ and the normal name is an alias. */
15995 #if defined (__stub_vprintf) || defined (__stub___vprintf)
16003 if { (eval echo configure
:16004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16005 eval "ac_cv_func_vprintf=yes"
16007 echo "configure: failed program was:" >&5
16008 cat conftest.
$ac_ext >&5
16010 eval "ac_cv_func_vprintf=no"
16015 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
16016 echo "$ac_t""yes" 1>&6
16017 cat >> confdefs.h
<<\EOF
16018 #define HAVE_VPRINTF 1
16022 echo "$ac_t""no" 1>&6
16025 if test "$ac_cv_func_vprintf" != yes; then
16026 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
16027 echo "configure:16028: checking for _doprnt" >&5
16028 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
16029 echo $ac_n "(cached) $ac_c" 1>&6
16031 cat > conftest.
$ac_ext <<EOF
16032 #line 16033 "configure"
16033 #include "confdefs.h"
16034 /* System header to define __stub macros and hopefully few prototypes,
16035 which can conflict with char _doprnt(); below. */
16036 #include <assert.h>
16037 /* Override any gcc2 internal prototype to avoid an error. */
16038 /* We use char because int might match the return type of a gcc2
16039 builtin and then its argument prototype would still apply. */
16044 /* The GNU C library defines this for functions which it implements
16045 to always fail with ENOSYS. Some functions are actually named
16046 something starting with __ and the normal name is an alias. */
16047 #if defined (__stub__doprnt) || defined (__stub____doprnt)
16055 if { (eval echo configure
:16056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16057 eval "ac_cv_func__doprnt=yes"
16059 echo "configure: failed program was:" >&5
16060 cat conftest.
$ac_ext >&5
16062 eval "ac_cv_func__doprnt=no"
16067 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
16068 echo "$ac_t""yes" 1>&6
16069 cat >> confdefs.h
<<\EOF
16070 #define HAVE_DOPRNT 1
16074 echo "$ac_t""no" 1>&6
16084 echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
16085 echo "configure:16086: checking for vsnprintf" >&5
16086 if eval "test \"`echo '$''{'wx_cv_func_vsnprintf'+set}'`\" = set"; then
16087 echo $ac_n "(cached) $ac_c" 1>&6
16090 cat > conftest.
$ac_ext <<EOF
16091 #line 16092 "configure"
16092 #include "confdefs.h"
16095 #include <stdarg.h>
16099 int wx_test_vsnprintf(const char *, ...);
16101 wx_test_vsnprintf("%s");
16105 int wx_test_vsnprintf(const char *fmt, ...)
16110 va_start(argp, fmt);
16111 vsnprintf(s, 42, fmt, argp);
16116 if { (eval echo configure
:16117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16119 wx_cv_func_vsnprintf
=yes
16122 echo "configure: failed program was:" >&5
16123 cat conftest.
$ac_ext >&5
16126 cat > conftest.
$ac_ext <<EOF
16127 #line 16128 "configure"
16128 #include "confdefs.h"
16131 #include <stdarg.h>
16135 int wx_test_vsnprintf(const char *, ...);
16137 wx_test_vsnprintf("%s");
16141 int wx_test_vsnprintf(const char *fmt, ...)
16146 va_start(argp, fmt);
16147 _vsnprintf(s, 42, fmt, argp);
16152 if { (eval echo configure
:16153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16155 wx_cv_func_vsnprintf
=yes
16158 echo "configure: failed program was:" >&5
16159 cat conftest.
$ac_ext >&5
16162 wx_cv_func_vsnprintf
=no
16172 echo "$ac_t""$wx_cv_func_vsnprintf" 1>&6
16174 if test "$wx_cv_func_vsnprintf" = yes; then
16175 cat >> confdefs.h
<<\EOF
16176 #define HAVE_VSNPRINTF 1
16180 echo "configure: warning: unsafe function vsprintf will be used instead of vsnprintf" 1>&2
16183 echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
16184 echo "configure:16185: checking for vsscanf" >&5
16185 if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
16186 echo $ac_n "(cached) $ac_c" 1>&6
16189 cat > conftest.
$ac_ext <<EOF
16190 #line 16191 "configure"
16191 #include "confdefs.h"
16194 #include <stdarg.h>
16198 int wx_test_vsscanf(const char *, ...);
16200 wx_test_vsscanf("%d");
16204 int wx_test_vsscanf(const char *fmt, ...)
16207 va_start(argp, fmt);
16208 vsscanf("42", fmt, argp);
16213 if { (eval echo configure
:16214: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16216 wx_cv_func_vsscanf
=yes
16219 echo "configure: failed program was:" >&5
16220 cat conftest.
$ac_ext >&5
16223 wx_cv_func_vsscanf
=no
16230 echo "$ac_t""$wx_cv_func_vsscanf" 1>&6
16232 if test "$wx_cv_func_vsscanf" = yes; then
16233 cat >> confdefs.h
<<\EOF
16234 #define HAVE_VSSCANF 1
16239 if test "$TOOLKIT" != "MSW"; then
16244 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16245 ac_cpp
='$CXXCPP $CPPFLAGS'
16246 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16247 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16248 cross_compiling
=$ac_cv_prog_cxx_cross
16252 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
16253 if test "${with_libiconv_prefix+set}" = set; then
16254 withval
="$with_libiconv_prefix"
16256 for dir
in `echo "$withval" | tr : ' '`; do
16257 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
16258 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
16264 echo $ac_n "checking for iconv""... $ac_c" 1>&6
16265 echo "configure:16266: checking for iconv" >&5
16266 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
16267 echo $ac_n "(cached) $ac_c" 1>&6
16270 am_cv_func_iconv
="no, consider installing GNU libiconv"
16272 cat > conftest.
$ac_ext <<EOF
16273 #line 16274 "configure"
16274 #include "confdefs.h"
16275 #include <stdlib.h>
16278 iconv_t cd = iconv_open("","");
16279 iconv(cd,NULL,NULL,NULL,NULL);
16283 if { (eval echo configure
:16284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16285 am_cv_func_iconv
=yes
16287 echo "configure: failed program was:" >&5
16288 cat conftest.
$ac_ext >&5
16291 if test "$am_cv_func_iconv" != yes; then
16292 am_save_LIBS
="$LIBS"
16293 LIBS
="$LIBS -liconv"
16294 cat > conftest.
$ac_ext <<EOF
16295 #line 16296 "configure"
16296 #include "confdefs.h"
16297 #include <stdlib.h>
16300 iconv_t cd = iconv_open("","");
16301 iconv(cd,NULL,NULL,NULL,NULL);
16305 if { (eval echo configure
:16306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16307 am_cv_lib_iconv
=yes
16308 am_cv_func_iconv
=yes
16310 echo "configure: failed program was:" >&5
16311 cat conftest.
$ac_ext >&5
16314 LIBS
="$am_save_LIBS"
16319 echo "$ac_t""$am_cv_func_iconv" 1>&6
16320 if test "$am_cv_func_iconv" = yes; then
16321 cat >> confdefs.h
<<\EOF
16322 #define HAVE_ICONV 1
16325 echo $ac_n "checking if iconv needs const""... $ac_c" 1>&6
16326 echo "configure:16327: checking if iconv needs const" >&5
16327 if eval "test \"`echo '$''{'wx_cv_func_iconv_const'+set}'`\" = set"; then
16328 echo $ac_n "(cached) $ac_c" 1>&6
16330 cat > conftest.
$ac_ext <<EOF
16331 #line 16332 "configure"
16332 #include "confdefs.h"
16334 #include <stdlib.h>
16340 #if defined(__STDC__) || defined(__cplusplus)
16341 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
16350 if { (eval echo configure
:16351: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16352 wx_cv_func_iconv_const
="no"
16354 echo "configure: failed program was:" >&5
16355 cat conftest.
$ac_ext >&5
16357 wx_cv_func_iconv_const
="yes"
16364 echo "$ac_t""$wx_cv_func_iconv_const" 1>&6
16367 if test "x$wx_cv_func_iconv_const" = "xyes"; then
16368 iconv_const
="const"
16371 cat >> confdefs.h
<<EOF
16372 #define ICONV_CONST $iconv_const
16377 if test "$am_cv_lib_iconv" = yes; then
16382 LIBS
="$LIBICONV $LIBS"
16384 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16385 ac_cpp
='$CPP $CPPFLAGS'
16386 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16387 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16388 cross_compiling
=$ac_cv_prog_cc_cross
16391 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
16392 for ac_func
in sigaction
16394 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16395 echo "configure:16396: checking for $ac_func" >&5
16396 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16397 echo $ac_n "(cached) $ac_c" 1>&6
16399 cat > conftest.
$ac_ext <<EOF
16400 #line 16401 "configure"
16401 #include "confdefs.h"
16402 /* System header to define __stub macros and hopefully few prototypes,
16403 which can conflict with char $ac_func(); below. */
16404 #include <assert.h>
16405 /* Override any gcc2 internal prototype to avoid an error. */
16406 /* We use char because int might match the return type of a gcc2
16407 builtin and then its argument prototype would still apply. */
16412 /* The GNU C library defines this for functions which it implements
16413 to always fail with ENOSYS. Some functions are actually named
16414 something starting with __ and the normal name is an alias. */
16415 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16423 if { (eval echo configure
:16424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16425 eval "ac_cv_func_$ac_func=yes"
16427 echo "configure: failed program was:" >&5
16428 cat conftest.
$ac_ext >&5
16430 eval "ac_cv_func_$ac_func=no"
16435 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16436 echo "$ac_t""yes" 1>&6
16437 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16438 cat >> confdefs.h
<<EOF
16439 #define $ac_tr_func 1
16443 echo "$ac_t""no" 1>&6
16448 if test "$ac_cv_func_sigaction" = "no"; then
16449 echo "configure: warning: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" 1>&2
16450 wxUSE_ON_FATAL_EXCEPTION
=no
16453 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
16456 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16457 ac_cpp
='$CXXCPP $CPPFLAGS'
16458 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16459 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16460 cross_compiling
=$ac_cv_prog_cxx_cross
16463 echo $ac_n "checking for sa_handler type""... $ac_c" 1>&6
16464 echo "configure:16465: checking for sa_handler type" >&5
16465 if eval "test \"`echo '$''{'wx_cv_type_sa_handler'+set}'`\" = set"; then
16466 echo $ac_n "(cached) $ac_c" 1>&6
16469 cat > conftest.
$ac_ext <<EOF
16470 #line 16471 "configure"
16471 #include "confdefs.h"
16472 #include <signal.h>
16475 extern void testSigHandler(int);
16477 struct sigaction sa;
16478 sa.sa_handler = testSigHandler;
16482 if { (eval echo configure
:16483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16485 wx_cv_type_sa_handler
=int
16488 echo "configure: failed program was:" >&5
16489 cat conftest.
$ac_ext >&5
16492 wx_cv_type_sa_handler
=void
16499 echo "$ac_t""$wx_cv_type_sa_handler" 1>&6
16502 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16503 ac_cpp
='$CPP $CPPFLAGS'
16504 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16505 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16506 cross_compiling
=$ac_cv_prog_cc_cross
16509 cat >> confdefs.h
<<EOF
16510 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
16516 for ac_func
in vfork
16518 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16519 echo "configure:16520: checking for $ac_func" >&5
16520 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16521 echo $ac_n "(cached) $ac_c" 1>&6
16523 cat > conftest.
$ac_ext <<EOF
16524 #line 16525 "configure"
16525 #include "confdefs.h"
16526 /* System header to define __stub macros and hopefully few prototypes,
16527 which can conflict with char $ac_func(); below. */
16528 #include <assert.h>
16529 /* Override any gcc2 internal prototype to avoid an error. */
16530 /* We use char because int might match the return type of a gcc2
16531 builtin and then its argument prototype would still apply. */
16536 /* The GNU C library defines this for functions which it implements
16537 to always fail with ENOSYS. Some functions are actually named
16538 something starting with __ and the normal name is an alias. */
16539 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16547 if { (eval echo configure
:16548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16549 eval "ac_cv_func_$ac_func=yes"
16551 echo "configure: failed program was:" >&5
16552 cat conftest.
$ac_ext >&5
16554 eval "ac_cv_func_$ac_func=no"
16559 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16560 echo "$ac_t""yes" 1>&6
16561 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16562 cat >> confdefs.h
<<EOF
16563 #define $ac_tr_func 1
16567 echo "$ac_t""no" 1>&6
16572 for ac_func
in mkstemp mktemp
16574 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16575 echo "configure:16576: checking for $ac_func" >&5
16576 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16577 echo $ac_n "(cached) $ac_c" 1>&6
16579 cat > conftest.
$ac_ext <<EOF
16580 #line 16581 "configure"
16581 #include "confdefs.h"
16582 /* System header to define __stub macros and hopefully few prototypes,
16583 which can conflict with char $ac_func(); below. */
16584 #include <assert.h>
16585 /* Override any gcc2 internal prototype to avoid an error. */
16586 /* We use char because int might match the return type of a gcc2
16587 builtin and then its argument prototype would still apply. */
16592 /* The GNU C library defines this for functions which it implements
16593 to always fail with ENOSYS. Some functions are actually named
16594 something starting with __ and the normal name is an alias. */
16595 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16603 if { (eval echo configure
:16604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16605 eval "ac_cv_func_$ac_func=yes"
16607 echo "configure: failed program was:" >&5
16608 cat conftest.
$ac_ext >&5
16610 eval "ac_cv_func_$ac_func=no"
16615 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16616 echo "$ac_t""yes" 1>&6
16617 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16618 cat >> confdefs.h
<<EOF
16619 #define $ac_tr_func 1
16623 echo "$ac_t""no" 1>&6
16628 echo $ac_n "checking for statfs""... $ac_c" 1>&6
16629 echo "configure:16630: checking for statfs" >&5
16630 if eval "test \"`echo '$''{'wx_cv_func_statfs'+set}'`\" = set"; then
16631 echo $ac_n "(cached) $ac_c" 1>&6
16633 cat > conftest.
$ac_ext <<EOF
16634 #line 16635 "configure"
16635 #include "confdefs.h"
16637 #if defined(__BSD__)
16638 #include <sys/param.h>
16639 #include <sys/mount.h>
16641 #include <sys/vfs.h>
16655 if { (eval echo configure
:16656: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16658 wx_cv_func_statfs
=yes
16661 echo "configure: failed program was:" >&5
16662 cat conftest.
$ac_ext >&5
16665 wx_cv_func_statfs
=no
16673 echo "$ac_t""$wx_cv_func_statfs" 1>&6
16675 if test "$wx_cv_func_statfs" = "yes"; then
16676 cat >> confdefs.h
<<\EOF
16677 #define HAVE_STATFS 1
16681 echo $ac_n "checking for statvfs""... $ac_c" 1>&6
16682 echo "configure:16683: checking for statvfs" >&5
16683 if eval "test \"`echo '$''{'wx_cv_func_statvfs'+set}'`\" = set"; then
16684 echo $ac_n "(cached) $ac_c" 1>&6
16686 cat > conftest.
$ac_ext <<EOF
16687 #line 16688 "configure"
16688 #include "confdefs.h"
16690 #include <sys/statvfs.h>
16703 if { (eval echo configure
:16704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16706 wx_cv_func_statvfs
=yes
16709 echo "configure: failed program was:" >&5
16710 cat conftest.
$ac_ext >&5
16713 wx_cv_func_statvfs
=no
16721 echo "$ac_t""$wx_cv_func_statvfs" 1>&6
16723 if test "$wx_cv_func_statvfs" = "yes"; then
16724 cat >> confdefs.h
<<\EOF
16725 #define HAVE_STATVFS 1
16729 echo "configure: warning: wxGetDiskSpace() function won't work without statfs()" 1>&2
16733 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
16734 for ac_func
in fcntl flock
16736 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16737 echo "configure:16738: checking for $ac_func" >&5
16738 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16739 echo $ac_n "(cached) $ac_c" 1>&6
16741 cat > conftest.
$ac_ext <<EOF
16742 #line 16743 "configure"
16743 #include "confdefs.h"
16744 /* System header to define __stub macros and hopefully few prototypes,
16745 which can conflict with char $ac_func(); below. */
16746 #include <assert.h>
16747 /* Override any gcc2 internal prototype to avoid an error. */
16748 /* We use char because int might match the return type of a gcc2
16749 builtin and then its argument prototype would still apply. */
16754 /* The GNU C library defines this for functions which it implements
16755 to always fail with ENOSYS. Some functions are actually named
16756 something starting with __ and the normal name is an alias. */
16757 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16765 if { (eval echo configure
:16766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16767 eval "ac_cv_func_$ac_func=yes"
16769 echo "configure: failed program was:" >&5
16770 cat conftest.
$ac_ext >&5
16772 eval "ac_cv_func_$ac_func=no"
16777 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16778 echo "$ac_t""yes" 1>&6
16779 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16780 cat >> confdefs.h
<<EOF
16781 #define $ac_tr_func 1
16785 echo "$ac_t""no" 1>&6
16790 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
16791 echo "configure: warning: wxSingleInstanceChecker not available" 1>&2
16792 wxUSE_SNGLINST_CHECKER
=no
16796 for ac_func
in timegm
16798 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16799 echo "configure:16800: checking for $ac_func" >&5
16800 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16801 echo $ac_n "(cached) $ac_c" 1>&6
16803 cat > conftest.
$ac_ext <<EOF
16804 #line 16805 "configure"
16805 #include "confdefs.h"
16806 /* System header to define __stub macros and hopefully few prototypes,
16807 which can conflict with char $ac_func(); below. */
16808 #include <assert.h>
16809 /* Override any gcc2 internal prototype to avoid an error. */
16810 /* We use char because int might match the return type of a gcc2
16811 builtin and then its argument prototype would still apply. */
16816 /* The GNU C library defines this for functions which it implements
16817 to always fail with ENOSYS. Some functions are actually named
16818 something starting with __ and the normal name is an alias. */
16819 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16827 if { (eval echo configure
:16828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16829 eval "ac_cv_func_$ac_func=yes"
16831 echo "configure: failed program was:" >&5
16832 cat conftest.
$ac_ext >&5
16834 eval "ac_cv_func_$ac_func=no"
16839 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16840 echo "$ac_t""yes" 1>&6
16841 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16842 cat >> confdefs.h
<<EOF
16843 #define $ac_tr_func 1
16847 echo "$ac_t""no" 1>&6
16852 for ac_func
in putenv setenv
16854 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16855 echo "configure:16856: checking for $ac_func" >&5
16856 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16857 echo $ac_n "(cached) $ac_c" 1>&6
16859 cat > conftest.
$ac_ext <<EOF
16860 #line 16861 "configure"
16861 #include "confdefs.h"
16862 /* System header to define __stub macros and hopefully few prototypes,
16863 which can conflict with char $ac_func(); below. */
16864 #include <assert.h>
16865 /* Override any gcc2 internal prototype to avoid an error. */
16866 /* We use char because int might match the return type of a gcc2
16867 builtin and then its argument prototype would still apply. */
16872 /* The GNU C library defines this for functions which it implements
16873 to always fail with ENOSYS. Some functions are actually named
16874 something starting with __ and the normal name is an alias. */
16875 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16883 if { (eval echo configure
:16884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16885 eval "ac_cv_func_$ac_func=yes"
16887 echo "configure: failed program was:" >&5
16888 cat conftest.
$ac_ext >&5
16890 eval "ac_cv_func_$ac_func=no"
16895 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16896 echo "$ac_t""yes" 1>&6
16897 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16898 cat >> confdefs.h
<<EOF
16899 #define $ac_tr_func 1
16903 echo "$ac_t""no" 1>&6
16908 HAVE_SOME_SLEEP_FUNC
=0
16909 if test "$USE_BEOS" = 1; then
16910 cat >> confdefs.h
<<\EOF
16911 #define HAVE_SLEEP 1
16914 HAVE_SOME_SLEEP_FUNC
=1
16917 if test "$USE_DARWIN" = 1; then
16918 cat >> confdefs.h
<<\EOF
16919 #define HAVE_USLEEP 1
16922 HAVE_SOME_SLEEP_FUNC
=1
16925 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
16927 for ac_func
in nanosleep
16929 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16930 echo "configure:16931: checking for $ac_func" >&5
16931 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16932 echo $ac_n "(cached) $ac_c" 1>&6
16934 cat > conftest.
$ac_ext <<EOF
16935 #line 16936 "configure"
16936 #include "confdefs.h"
16937 /* System header to define __stub macros and hopefully few prototypes,
16938 which can conflict with char $ac_func(); below. */
16939 #include <assert.h>
16940 /* Override any gcc2 internal prototype to avoid an error. */
16941 /* We use char because int might match the return type of a gcc2
16942 builtin and then its argument prototype would still apply. */
16947 /* The GNU C library defines this for functions which it implements
16948 to always fail with ENOSYS. Some functions are actually named
16949 something starting with __ and the normal name is an alias. */
16950 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16958 if { (eval echo configure
:16959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16960 eval "ac_cv_func_$ac_func=yes"
16962 echo "configure: failed program was:" >&5
16963 cat conftest.
$ac_ext >&5
16965 eval "ac_cv_func_$ac_func=no"
16970 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16971 echo "$ac_t""yes" 1>&6
16972 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16973 cat >> confdefs.h
<<EOF
16974 #define $ac_tr_func 1
16976 cat >> confdefs.h
<<\EOF
16977 #define HAVE_NANOSLEEP 1
16981 echo "$ac_t""no" 1>&6
16982 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
16983 echo "configure:16984: checking for nanosleep in -lposix4" >&5
16984 ac_lib_var
=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
16985 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
16986 echo $ac_n "(cached) $ac_c" 1>&6
16988 ac_save_LIBS
="$LIBS"
16989 LIBS
="-lposix4 $LIBS"
16990 cat > conftest.
$ac_ext <<EOF
16991 #line 16992 "configure"
16992 #include "confdefs.h"
16993 /* Override any gcc2 internal prototype to avoid an error. */
16994 /* We use char because int might match the return type of a gcc2
16995 builtin and then its argument prototype would still apply. */
17002 if { (eval echo configure
:17003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17004 eval "ac_cv_lib_$ac_lib_var=yes"
17006 echo "configure: failed program was:" >&5
17007 cat conftest.
$ac_ext >&5
17009 eval "ac_cv_lib_$ac_lib_var=no"
17012 LIBS
="$ac_save_LIBS"
17015 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17016 echo "$ac_t""yes" 1>&6
17018 cat >> confdefs.h
<<\EOF
17019 #define HAVE_NANOSLEEP 1
17022 POSIX4_LINK
=" -lposix4"
17025 echo "$ac_t""no" 1>&6
17027 for ac_func
in usleep
17029 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17030 echo "configure:17031: checking for $ac_func" >&5
17031 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17032 echo $ac_n "(cached) $ac_c" 1>&6
17034 cat > conftest.
$ac_ext <<EOF
17035 #line 17036 "configure"
17036 #include "confdefs.h"
17037 /* System header to define __stub macros and hopefully few prototypes,
17038 which can conflict with char $ac_func(); below. */
17039 #include <assert.h>
17040 /* Override any gcc2 internal prototype to avoid an error. */
17041 /* We use char because int might match the return type of a gcc2
17042 builtin and then its argument prototype would still apply. */
17047 /* The GNU C library defines this for functions which it implements
17048 to always fail with ENOSYS. Some functions are actually named
17049 something starting with __ and the normal name is an alias. */
17050 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17058 if { (eval echo configure
:17059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17060 eval "ac_cv_func_$ac_func=yes"
17062 echo "configure: failed program was:" >&5
17063 cat conftest.
$ac_ext >&5
17065 eval "ac_cv_func_$ac_func=no"
17070 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17071 echo "$ac_t""yes" 1>&6
17072 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17073 cat >> confdefs.h
<<EOF
17074 #define $ac_tr_func 1
17076 cat >> confdefs.h
<<\EOF
17077 #define HAVE_USLEEP 1
17081 echo "$ac_t""no" 1>&6
17082 echo "configure: warning: wxSleep() function will not work" 1>&2
17098 for ac_func
in uname gethostname
17100 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17101 echo "configure:17102: checking for $ac_func" >&5
17102 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17103 echo $ac_n "(cached) $ac_c" 1>&6
17105 cat > conftest.
$ac_ext <<EOF
17106 #line 17107 "configure"
17107 #include "confdefs.h"
17108 /* System header to define __stub macros and hopefully few prototypes,
17109 which can conflict with char $ac_func(); below. */
17110 #include <assert.h>
17111 /* Override any gcc2 internal prototype to avoid an error. */
17112 /* We use char because int might match the return type of a gcc2
17113 builtin and then its argument prototype would still apply. */
17118 /* The GNU C library defines this for functions which it implements
17119 to always fail with ENOSYS. Some functions are actually named
17120 something starting with __ and the normal name is an alias. */
17121 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17129 if { (eval echo configure
:17130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17131 eval "ac_cv_func_$ac_func=yes"
17133 echo "configure: failed program was:" >&5
17134 cat conftest.
$ac_ext >&5
17136 eval "ac_cv_func_$ac_func=no"
17141 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17142 echo "$ac_t""yes" 1>&6
17143 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17144 cat >> confdefs.h
<<EOF
17145 #define $ac_tr_func 1
17149 echo "$ac_t""no" 1>&6
17156 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17157 ac_cpp
='$CXXCPP $CPPFLAGS'
17158 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17159 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17160 cross_compiling
=$ac_cv_prog_cxx_cross
17163 for ac_func
in strtok_r
17165 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17166 echo "configure:17167: checking for $ac_func" >&5
17167 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17168 echo $ac_n "(cached) $ac_c" 1>&6
17170 cat > conftest.
$ac_ext <<EOF
17171 #line 17172 "configure"
17172 #include "confdefs.h"
17173 /* System header to define __stub macros and hopefully few prototypes,
17174 which can conflict with char $ac_func(); below. */
17175 #include <assert.h>
17176 /* Override any gcc2 internal prototype to avoid an error. */
17180 /* We use char because int might match the return type of a gcc2
17181 builtin and then its argument prototype would still apply. */
17186 /* The GNU C library defines this for functions which it implements
17187 to always fail with ENOSYS. Some functions are actually named
17188 something starting with __ and the normal name is an alias. */
17189 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17197 if { (eval echo configure
:17198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17199 eval "ac_cv_func_$ac_func=yes"
17201 echo "configure: failed program was:" >&5
17202 cat conftest.
$ac_ext >&5
17204 eval "ac_cv_func_$ac_func=no"
17209 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17210 echo "$ac_t""yes" 1>&6
17211 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17212 cat >> confdefs.h
<<EOF
17213 #define $ac_tr_func 1
17217 echo "$ac_t""no" 1>&6
17223 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17224 ac_cpp
='$CPP $CPPFLAGS'
17225 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17226 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17227 cross_compiling
=$ac_cv_prog_cc_cross
17231 for ac_func
in inet_addr
17233 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17234 echo "configure:17235: checking for $ac_func" >&5
17235 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17236 echo $ac_n "(cached) $ac_c" 1>&6
17238 cat > conftest.
$ac_ext <<EOF
17239 #line 17240 "configure"
17240 #include "confdefs.h"
17241 /* System header to define __stub macros and hopefully few prototypes,
17242 which can conflict with char $ac_func(); below. */
17243 #include <assert.h>
17244 /* Override any gcc2 internal prototype to avoid an error. */
17245 /* We use char because int might match the return type of a gcc2
17246 builtin and then its argument prototype would still apply. */
17251 /* The GNU C library defines this for functions which it implements
17252 to always fail with ENOSYS. Some functions are actually named
17253 something starting with __ and the normal name is an alias. */
17254 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17262 if { (eval echo configure
:17263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17264 eval "ac_cv_func_$ac_func=yes"
17266 echo "configure: failed program was:" >&5
17267 cat conftest.
$ac_ext >&5
17269 eval "ac_cv_func_$ac_func=no"
17274 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17275 echo "$ac_t""yes" 1>&6
17276 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17277 cat >> confdefs.h
<<EOF
17278 #define $ac_tr_func 1
17280 cat >> confdefs.h
<<\EOF
17281 #define HAVE_INET_ADDR 1
17285 echo "$ac_t""no" 1>&6
17286 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
17287 echo "configure:17288: checking for inet_addr in -lnsl" >&5
17288 ac_lib_var
=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
17289 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17290 echo $ac_n "(cached) $ac_c" 1>&6
17292 ac_save_LIBS
="$LIBS"
17294 cat > conftest.
$ac_ext <<EOF
17295 #line 17296 "configure"
17296 #include "confdefs.h"
17297 /* Override any gcc2 internal prototype to avoid an error. */
17298 /* We use char because int might match the return type of a gcc2
17299 builtin and then its argument prototype would still apply. */
17306 if { (eval echo configure
:17307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17308 eval "ac_cv_lib_$ac_lib_var=yes"
17310 echo "configure: failed program was:" >&5
17311 cat conftest.
$ac_ext >&5
17313 eval "ac_cv_lib_$ac_lib_var=no"
17316 LIBS
="$ac_save_LIBS"
17319 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17320 echo "$ac_t""yes" 1>&6
17323 echo "$ac_t""no" 1>&6
17324 echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
17325 echo "configure:17326: checking for inet_addr in -lresolv" >&5
17326 ac_lib_var
=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
17327 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17328 echo $ac_n "(cached) $ac_c" 1>&6
17330 ac_save_LIBS
="$LIBS"
17331 LIBS
="-lresolv $LIBS"
17332 cat > conftest.
$ac_ext <<EOF
17333 #line 17334 "configure"
17334 #include "confdefs.h"
17335 /* Override any gcc2 internal prototype to avoid an error. */
17336 /* We use char because int might match the return type of a gcc2
17337 builtin and then its argument prototype would still apply. */
17344 if { (eval echo configure
:17345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17346 eval "ac_cv_lib_$ac_lib_var=yes"
17348 echo "configure: failed program was:" >&5
17349 cat conftest.
$ac_ext >&5
17351 eval "ac_cv_lib_$ac_lib_var=no"
17354 LIBS
="$ac_save_LIBS"
17357 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17358 echo "$ac_t""yes" 1>&6
17361 echo "$ac_t""no" 1>&6
17362 echo $ac_n "checking for inet_addr in -lsocket""... $ac_c" 1>&6
17363 echo "configure:17364: checking for inet_addr in -lsocket" >&5
17364 ac_lib_var
=`echo socket'_'inet_addr | sed 'y%./+-%__p_%'`
17365 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17366 echo $ac_n "(cached) $ac_c" 1>&6
17368 ac_save_LIBS
="$LIBS"
17369 LIBS
="-lsocket $LIBS"
17370 cat > conftest.
$ac_ext <<EOF
17371 #line 17372 "configure"
17372 #include "confdefs.h"
17373 /* Override any gcc2 internal prototype to avoid an error. */
17374 /* We use char because int might match the return type of a gcc2
17375 builtin and then its argument prototype would still apply. */
17382 if { (eval echo configure
:17383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17384 eval "ac_cv_lib_$ac_lib_var=yes"
17386 echo "configure: failed program was:" >&5
17387 cat conftest.
$ac_ext >&5
17389 eval "ac_cv_lib_$ac_lib_var=no"
17392 LIBS
="$ac_save_LIBS"
17395 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17396 echo "$ac_t""yes" 1>&6
17400 echo "$ac_t""no" 1>&6
17415 for ac_func
in inet_aton
17417 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17418 echo "configure:17419: checking for $ac_func" >&5
17419 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17420 echo $ac_n "(cached) $ac_c" 1>&6
17422 cat > conftest.
$ac_ext <<EOF
17423 #line 17424 "configure"
17424 #include "confdefs.h"
17425 /* System header to define __stub macros and hopefully few prototypes,
17426 which can conflict with char $ac_func(); below. */
17427 #include <assert.h>
17428 /* Override any gcc2 internal prototype to avoid an error. */
17429 /* We use char because int might match the return type of a gcc2
17430 builtin and then its argument prototype would still apply. */
17435 /* The GNU C library defines this for functions which it implements
17436 to always fail with ENOSYS. Some functions are actually named
17437 something starting with __ and the normal name is an alias. */
17438 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17446 if { (eval echo configure
:17447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17448 eval "ac_cv_func_$ac_func=yes"
17450 echo "configure: failed program was:" >&5
17451 cat conftest.
$ac_ext >&5
17453 eval "ac_cv_func_$ac_func=no"
17458 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17459 echo "$ac_t""yes" 1>&6
17460 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17461 cat >> confdefs.h
<<EOF
17462 #define $ac_tr_func 1
17464 cat >> confdefs.h
<<\EOF
17465 #define HAVE_INET_ATON 1
17469 echo "$ac_t""no" 1>&6
17470 echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
17471 echo "configure:17472: checking for inet_aton in -l$INET_LINK" >&5
17472 ac_lib_var
=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
17473 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17474 echo $ac_n "(cached) $ac_c" 1>&6
17476 ac_save_LIBS
="$LIBS"
17477 LIBS
="-l$INET_LINK $LIBS"
17478 cat > conftest.
$ac_ext <<EOF
17479 #line 17480 "configure"
17480 #include "confdefs.h"
17481 /* Override any gcc2 internal prototype to avoid an error. */
17482 /* We use char because int might match the return type of a gcc2
17483 builtin and then its argument prototype would still apply. */
17490 if { (eval echo configure
:17491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17492 eval "ac_cv_lib_$ac_lib_var=yes"
17494 echo "configure: failed program was:" >&5
17495 cat conftest.
$ac_ext >&5
17497 eval "ac_cv_lib_$ac_lib_var=no"
17500 LIBS
="$ac_save_LIBS"
17503 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17504 echo "$ac_t""yes" 1>&6
17505 cat >> confdefs.h
<<\EOF
17506 #define HAVE_INET_ATON 1
17510 echo "$ac_t""no" 1>&6
17518 if test "x$INET_LINK" != "x"; then
17519 cat >> confdefs.h
<<\EOF
17520 #define HAVE_INET_ADDR 1
17523 INET_LINK
=" -l$INET_LINK"
17529 cat > confcache
<<\EOF
17530 # This file is a shell script that caches the results of configure
17531 # tests run on this system so they can be shared between configure
17532 # scripts and configure runs. It is not useful on other systems.
17533 # If it contains results you don't want to keep, you may remove or edit it.
17535 # By default, configure uses ./config.cache as the cache file,
17536 # creating it if it does not exist already. You can give configure
17537 # the --cache-file=FILE option to use a different cache file; that is
17538 # what configure does when it calls configure scripts in
17539 # subdirectories, so they share the cache.
17540 # Giving --cache-file=/dev/null disables caching, for debugging configure.
17541 # config.status only pays attention to the cache file if you give it the
17542 # --recheck option to rerun configure.
17545 # The following way of writing the cache mishandles newlines in values,
17546 # but we know of no workaround that is simple, portable, and efficient.
17547 # So, don't put newlines in cache variables' values.
17548 # Ultrix sh set writes to stderr and can't be redirected directly,
17549 # and sets the high bit in the cache file unless we assign to the vars.
17551 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17553 # `set' does not quote correctly, so add quotes (double-quote substitution
17554 # turns \\\\ into \\, and sed turns \\ into \).
17556 -e "s/'/'\\\\''/g" \
17557 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
17560 # `set' quotes correctly as required by POSIX, so do not add quotes.
17561 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
17564 if cmp -s $cache_file confcache
; then
17567 if test -w $cache_file; then
17568 echo "updating cache $cache_file"
17569 cat confcache
> $cache_file
17571 echo "not updating unwritable cache $cache_file"
17579 if test "$TOOLKIT" != "MSW"; then
17585 if test "$wxUSE_THREADS" = "yes" ; then
17586 if test "$wxUSE_WINE" = 1 ; then
17587 echo "configure: warning: Threads are not supported under WINE... disabled" 1>&2
17589 elif test "$USE_BEOS" = 1; then
17590 echo "configure: warning: BeOS threads are not yet supported... disabled" 1>&2
17595 if test "$wxUSE_THREADS" = "yes" ; then
17598 THREAD_OPTS
="-pthread"
17600 *-*-solaris2* | *-*-sunos4* )
17601 if test "x$GCC" = "xyes"; then
17602 THREAD_OPTS
="-pthreads $THREAD_OPTS"
17604 THREAD_OPTS
="-mt $THREAD_OPTS"
17608 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
17610 *-*-darwin* | *-*-cygwin* )
17614 THREAD_OPTS
="pthreads"
17618 THREAD_OPTS
="$THREAD_OPTS pthread none"
17621 for flag
in $THREAD_OPTS; do
17624 echo $ac_n "checking whether pthreads work without any flags""... $ac_c" 1>&6
17625 echo "configure:17626: checking whether pthreads work without any flags" >&5
17629 echo $ac_n "checking whether pthreads work with $flag""... $ac_c" 1>&6
17630 echo "configure:17631: checking whether pthreads work with $flag" >&5
17631 THREADS_CFLAGS
="$flag"
17635 echo $ac_n "checking for the pthreads library -l$flag""... $ac_c" 1>&6
17636 echo "configure:17637: checking for the pthreads library -l$flag" >&5
17637 THREADS_LINK
="-l$flag"
17642 save_CFLAGS
="$CFLAGS"
17643 LIBS
="$THREADS_LINK $LIBS"
17644 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
17646 cat > conftest.
$ac_ext <<EOF
17647 #line 17648 "configure"
17648 #include "confdefs.h"
17649 #include <pthread.h>
17651 pthread_create(0,0,0,0);
17654 if { (eval echo configure
:17655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17658 echo "configure: failed program was:" >&5
17659 cat conftest.
$ac_ext >&5
17664 CFLAGS
="$save_CFLAGS"
17666 echo "$ac_t""$THREADS_OK" 1>&6
17667 if test "x$THREADS_OK" = "xyes"; then
17675 if test "x$THREADS_OK" != "xyes"; then
17677 echo "configure: warning: No thread support on this system... disabled" 1>&2
17679 LIBS
="$THREADS_LINK $THREADS_CFLAGS $LIBS"
17681 echo $ac_n "checking if more special flags are required for pthreads""... $ac_c" 1>&6
17682 echo "configure:17683: checking if more special flags are required for pthreads" >&5
17685 *-aix* | *-freebsd*)
17686 flag
="-D_THREAD_SAFE"
17688 *solaris
* | alpha
*-osf*)
17689 flag
="-D_REENTRANT"
17692 echo "$ac_t""${flag}" 1>&6
17693 if test "x$flag" != xno
; then
17694 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
17697 if test "x$THREADS_CFLAGS" != "x"; then
17698 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
17699 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
17704 if test "$wxUSE_THREADS" = "yes" ; then
17705 for ac_func
in thr_setconcurrency
17707 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17708 echo "configure:17709: checking for $ac_func" >&5
17709 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17710 echo $ac_n "(cached) $ac_c" 1>&6
17712 cat > conftest.
$ac_ext <<EOF
17713 #line 17714 "configure"
17714 #include "confdefs.h"
17715 /* System header to define __stub macros and hopefully few prototypes,
17716 which can conflict with char $ac_func(); below. */
17717 #include <assert.h>
17718 /* Override any gcc2 internal prototype to avoid an error. */
17719 /* We use char because int might match the return type of a gcc2
17720 builtin and then its argument prototype would still apply. */
17725 /* The GNU C library defines this for functions which it implements
17726 to always fail with ENOSYS. Some functions are actually named
17727 something starting with __ and the normal name is an alias. */
17728 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17736 if { (eval echo configure
:17737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17738 eval "ac_cv_func_$ac_func=yes"
17740 echo "configure: failed program was:" >&5
17741 cat conftest.
$ac_ext >&5
17743 eval "ac_cv_func_$ac_func=no"
17748 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17749 echo "$ac_t""yes" 1>&6
17750 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17751 cat >> confdefs.h
<<EOF
17752 #define $ac_tr_func 1
17756 echo "$ac_t""no" 1>&6
17761 for ac_hdr
in sched.h
17763 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17764 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17765 echo "configure:17766: checking for $ac_hdr" >&5
17766 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17767 echo $ac_n "(cached) $ac_c" 1>&6
17769 cat > conftest.
$ac_ext <<EOF
17770 #line 17771 "configure"
17771 #include "confdefs.h"
17774 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17775 { (eval echo configure
:17776: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17776 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17777 if test -z "$ac_err"; then
17779 eval "ac_cv_header_$ac_safe=yes"
17782 echo "configure: failed program was:" >&5
17783 cat conftest.
$ac_ext >&5
17785 eval "ac_cv_header_$ac_safe=no"
17789 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17790 echo "$ac_t""yes" 1>&6
17791 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17792 cat >> confdefs.h
<<EOF
17793 #define $ac_tr_hdr 1
17797 echo "$ac_t""no" 1>&6
17801 if test "$ac_cv_header_sched_h" = "yes"; then
17802 echo $ac_n "checking for sched_yield""... $ac_c" 1>&6
17803 echo "configure:17804: checking for sched_yield" >&5
17804 if eval "test \"`echo '$''{'ac_cv_func_sched_yield'+set}'`\" = set"; then
17805 echo $ac_n "(cached) $ac_c" 1>&6
17807 cat > conftest.
$ac_ext <<EOF
17808 #line 17809 "configure"
17809 #include "confdefs.h"
17810 /* System header to define __stub macros and hopefully few prototypes,
17811 which can conflict with char sched_yield(); below. */
17812 #include <assert.h>
17813 /* Override any gcc2 internal prototype to avoid an error. */
17814 /* We use char because int might match the return type of a gcc2
17815 builtin and then its argument prototype would still apply. */
17816 char sched_yield();
17820 /* The GNU C library defines this for functions which it implements
17821 to always fail with ENOSYS. Some functions are actually named
17822 something starting with __ and the normal name is an alias. */
17823 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
17831 if { (eval echo configure
:17832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17833 eval "ac_cv_func_sched_yield=yes"
17835 echo "configure: failed program was:" >&5
17836 cat conftest.
$ac_ext >&5
17838 eval "ac_cv_func_sched_yield=no"
17843 if eval "test \"`echo '$ac_cv_func_'sched_yield`\" = yes"; then
17844 echo "$ac_t""yes" 1>&6
17845 cat >> confdefs.h
<<\EOF
17846 #define HAVE_SCHED_YIELD 1
17850 echo "$ac_t""no" 1>&6
17852 echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
17853 echo "configure:17854: checking for sched_yield in -lposix4" >&5
17854 ac_lib_var
=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
17855 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17856 echo $ac_n "(cached) $ac_c" 1>&6
17858 ac_save_LIBS
="$LIBS"
17859 LIBS
="-lposix4 $LIBS"
17860 cat > conftest.
$ac_ext <<EOF
17861 #line 17862 "configure"
17862 #include "confdefs.h"
17863 /* Override any gcc2 internal prototype to avoid an error. */
17864 /* We use char because int might match the return type of a gcc2
17865 builtin and then its argument prototype would still apply. */
17866 char sched_yield();
17872 if { (eval echo configure
:17873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17874 eval "ac_cv_lib_$ac_lib_var=yes"
17876 echo "configure: failed program was:" >&5
17877 cat conftest.
$ac_ext >&5
17879 eval "ac_cv_lib_$ac_lib_var=no"
17882 LIBS
="$ac_save_LIBS"
17885 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
17886 echo "$ac_t""yes" 1>&6
17887 cat >> confdefs.h
<<\EOF
17888 #define HAVE_SCHED_YIELD 1
17890 POSIX4_LINK
=" -lposix4"
17892 echo "$ac_t""no" 1>&6
17893 echo "configure: warning: wxThread::Yield will not work properly" 1>&2
17904 echo $ac_n "checking for pthread_attr_getschedpolicy""... $ac_c" 1>&6
17905 echo "configure:17906: checking for pthread_attr_getschedpolicy" >&5
17906 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_getschedpolicy'+set}'`\" = set"; then
17907 echo $ac_n "(cached) $ac_c" 1>&6
17909 cat > conftest.
$ac_ext <<EOF
17910 #line 17911 "configure"
17911 #include "confdefs.h"
17912 /* System header to define __stub macros and hopefully few prototypes,
17913 which can conflict with char pthread_attr_getschedpolicy(); below. */
17914 #include <assert.h>
17915 /* Override any gcc2 internal prototype to avoid an error. */
17916 /* We use char because int might match the return type of a gcc2
17917 builtin and then its argument prototype would still apply. */
17918 char pthread_attr_getschedpolicy();
17922 /* The GNU C library defines this for functions which it implements
17923 to always fail with ENOSYS. Some functions are actually named
17924 something starting with __ and the normal name is an alias. */
17925 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
17928 pthread_attr_getschedpolicy();
17933 if { (eval echo configure
:17934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17935 eval "ac_cv_func_pthread_attr_getschedpolicy=yes"
17937 echo "configure: failed program was:" >&5
17938 cat conftest.
$ac_ext >&5
17940 eval "ac_cv_func_pthread_attr_getschedpolicy=no"
17945 if eval "test \"`echo '$ac_cv_func_'pthread_attr_getschedpolicy`\" = yes"; then
17946 echo "$ac_t""yes" 1>&6
17947 echo $ac_n "checking for pthread_attr_setschedparam""... $ac_c" 1>&6
17948 echo "configure:17949: checking for pthread_attr_setschedparam" >&5
17949 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_setschedparam'+set}'`\" = set"; then
17950 echo $ac_n "(cached) $ac_c" 1>&6
17952 cat > conftest.
$ac_ext <<EOF
17953 #line 17954 "configure"
17954 #include "confdefs.h"
17955 /* System header to define __stub macros and hopefully few prototypes,
17956 which can conflict with char pthread_attr_setschedparam(); below. */
17957 #include <assert.h>
17958 /* Override any gcc2 internal prototype to avoid an error. */
17959 /* We use char because int might match the return type of a gcc2
17960 builtin and then its argument prototype would still apply. */
17961 char pthread_attr_setschedparam();
17965 /* The GNU C library defines this for functions which it implements
17966 to always fail with ENOSYS. Some functions are actually named
17967 something starting with __ and the normal name is an alias. */
17968 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
17971 pthread_attr_setschedparam();
17976 if { (eval echo configure
:17977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17978 eval "ac_cv_func_pthread_attr_setschedparam=yes"
17980 echo "configure: failed program was:" >&5
17981 cat conftest.
$ac_ext >&5
17983 eval "ac_cv_func_pthread_attr_setschedparam=no"
17988 if eval "test \"`echo '$ac_cv_func_'pthread_attr_setschedparam`\" = yes"; then
17989 echo "$ac_t""yes" 1>&6
17990 echo $ac_n "checking for sched_get_priority_max""... $ac_c" 1>&6
17991 echo "configure:17992: checking for sched_get_priority_max" >&5
17992 if eval "test \"`echo '$''{'ac_cv_func_sched_get_priority_max'+set}'`\" = set"; then
17993 echo $ac_n "(cached) $ac_c" 1>&6
17995 cat > conftest.
$ac_ext <<EOF
17996 #line 17997 "configure"
17997 #include "confdefs.h"
17998 /* System header to define __stub macros and hopefully few prototypes
18000 echo "$ac_t""no" 1>&6
18001 which can conflict with char sched_get_priority_max(); below. */
18002 #include <assert.h>
18003 /* Override any gcc2 internal prototype to avoid an error. */
18004 /* We use char because int might match the return type of a gcc2
18005 builtin and then its argument prototype would still apply. */
18006 char sched_get_priority_max();
18010 /* The GNU C library defines this for functions which it implements
18011 to always fail with ENOSYS. Some functions are actually named
18012 something starting with __ and the normal name is an alias. */
18013 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
18016 sched_get_priority_max();
18021 if { (eval echo configure
:18022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18023 eval "ac_cv_func_sched_get_priority_max=yes"
18025 echo "configure: failed program was:" >&5
18026 cat conftest.
$ac_ext >&5
18028 eval "ac_cv_func_sched_get_priority_max=no"
18033 if eval "test \"`echo '$ac_cv_func_'sched_get_priority_max`\" = yes"; then
18034 echo "$ac_t""yes" 1>&6
18037 echo "$ac_t""no" 1>&6
18038 echo $ac_n "checking for sched_get_priority_max in -lposix4""... $ac_c" 1>&6
18039 echo "configure:18040: checking for sched_get_priority_max in -lposix4" >&5
18040 ac_lib_var
=`echo posix4'_'sched_get_priority_max | sed 'y%./+-%__p_%'`
18041 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18042 echo $ac_n "(cached) $ac_c" 1>&6
18044 ac_save_LIBS
="$LIBS"
18045 LIBS
="-lposix4 $LIBS"
18046 cat > conftest.
$ac_ext <<EOF
18047 #line 18048 "configure"
18048 #include "confdefs.h"
18049 /* Override any gcc2 internal prototype to avoid an error. */
18050 /* We use char because int might match the return type of a gcc2
18051 builtin and then its argument prototype would still apply. */
18052 char sched_get_priority_max();
18055 sched_get_priority_max()
18058 if { (eval echo configure
:18059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18060 eval "ac_cv_lib_$ac_lib_var=yes"
18062 echo "configure: failed program was:" >&5
18063 cat conftest.
$ac_ext >&5
18065 eval "ac_cv_lib_$ac_lib_var=no"
18068 LIBS
="$ac_save_LIBS"
18071 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18072 echo "$ac_t""yes" 1>&6
18075 POSIX4_LINK
=" -lposix4"
18078 echo "$ac_t""no" 1>&6
18086 echo "$ac_t""no" 1>&6
18093 if test "$HAVE_PRIOR_FUNCS" = 1; then
18094 cat >> confdefs.h
<<\EOF
18095 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
18099 echo "configure: warning: Setting thread priority will not work" 1>&2
18102 echo $ac_n "checking for pthread_cancel""... $ac_c" 1>&6
18103 echo "configure:18104: checking for pthread_cancel" >&5
18104 if eval "test \"`echo '$''{'ac_cv_func_pthread_cancel'+set}'`\" = set"; then
18105 echo $ac_n "(cached) $ac_c" 1>&6
18107 cat > conftest.
$ac_ext <<EOF
18108 #line 18109 "configure"
18109 #include "confdefs.h"
18110 /* System header to define __stub macros and hopefully few prototypes,
18111 which can conflict with char pthread_cancel(); below. */
18112 #include <assert.h>
18113 /* Override any gcc2 internal prototype to avoid an error. */
18114 /* We use char because int might match the return type of a gcc2
18115 builtin and then its argument prototype would still apply. */
18116 char pthread_cancel();
18120 /* The GNU C library defines this for functions which it implements
18121 to always fail with ENOSYS. Some functions are actually named
18122 something starting with __ and the normal name is an alias. */
18123 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
18131 if { (eval echo configure
:18132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18133 eval "ac_cv_func_pthread_cancel=yes"
18135 echo "configure: failed program was:" >&5
18136 cat conftest.
$ac_ext >&5
18138 eval "ac_cv_func_pthread_cancel=no"
18143 if eval "test \"`echo '$ac_cv_func_'pthread_cancel`\" = yes"; then
18144 echo "$ac_t""yes" 1>&6
18145 cat >> confdefs.h
<<\EOF
18146 #define HAVE_PTHREAD_CANCEL 1
18150 echo "$ac_t""no" 1>&6
18151 echo "configure: warning: wxThread::Kill() will not work properly" 1>&2
18155 echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
18156 echo "configure:18157: checking for pthread_cleanup_push/pop" >&5
18157 if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
18158 echo $ac_n "(cached) $ac_c" 1>&6
18161 cat > conftest.
$ac_ext <<EOF
18162 #line 18163 "configure"
18163 #include "confdefs.h"
18164 #include <pthread.h>
18167 pthread_cleanup_push(NULL, NULL);
18168 pthread_cleanup_pop(0);
18172 if { (eval echo configure
:18173: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18175 wx_cv_func_pthread_cleanup_push
=yes
18178 echo "configure: failed program was:" >&5
18179 cat conftest.
$ac_ext >&5
18182 wx_cv_func_pthread_cleanup_push
=no
18189 echo "$ac_t""$wx_cv_func_pthread_cleanup_push" 1>&6
18191 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
18192 cat >> confdefs.h
<<\EOF
18193 #define HAVE_THREAD_CLEANUP_FUNCTIONS 1
18200 We define this already somewhere
else
18201 if test "x$wx_cv_lib_glibc21" = "xyes"; then
18202 CPPFLAGS
="$CPPFLAGS -D_GNU_SOURCE"
18205 echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6
18206 echo "configure:18207: checking for pthread_mutexattr_t" >&5
18207 if eval "test \"`echo '$''{'wx_cv_type_pthread_mutexattr_t'+set}'`\" = set"; then
18208 echo $ac_n "(cached) $ac_c" 1>&6
18211 cat > conftest.
$ac_ext <<EOF
18212 #line 18213 "configure"
18213 #include "confdefs.h"
18214 #include <pthread.h>
18217 pthread_mutexattr_t attr;
18218 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
18222 if { (eval echo configure
:18223: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18225 wx_cv_type_pthread_mutexattr_t
=yes
18228 echo "configure: failed program was:" >&5
18229 cat conftest.
$ac_ext >&5
18232 wx_cv_type_pthread_mutexattr_t
=no
18240 echo "$ac_t""$wx_cv_type_pthread_mutexattr_t" 1>&6
18242 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
18243 cat >> confdefs.h
<<\EOF
18244 #define HAVE_PTHREAD_MUTEXATTR_T 1
18248 echo $ac_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER""... $ac_c" 1>&6
18249 echo "configure:18250: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
18250 if eval "test \"`echo '$''{'wx_cv_type_pthread_rec_mutex_init'+set}'`\" = set"; then
18251 echo $ac_n "(cached) $ac_c" 1>&6
18254 cat > conftest.
$ac_ext <<EOF
18255 #line 18256 "configure"
18256 #include "confdefs.h"
18257 #include <pthread.h>
18260 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
18264 if { (eval echo configure
:18265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18267 wx_cv_type_pthread_rec_mutex_init
=yes
18270 echo "configure: failed program was:" >&5
18271 cat conftest.
$ac_ext >&5
18274 wx_cv_type_pthread_rec_mutex_init
=no
18282 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
18283 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
18284 cat >> confdefs.h
<<\EOF
18285 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
18289 echo "configure: warning: wxMutex won't be recursive on this platform" 1>&2
18296 if test "$wxUSE_THREADS" = "yes"; then
18297 cat >> confdefs.h
<<\EOF
18298 #define wxUSE_THREADS 1
18302 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
18304 if test "$ac_cv_func_strtok_r" = "yes"; then
18305 echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
18306 echo "configure:18307: checking if -D_REENTRANT is needed" >&5
18307 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
18308 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
18309 echo "$ac_t""yes" 1>&6
18311 echo "$ac_t""no" 1>&6
18316 if test "$WXGTK20" = 1 ; then
18317 cat >> confdefs.h
<<EOF
18318 #define __WXGTK20__ $WXGTK20
18324 if test "$WXGTK12" = 1 ; then
18325 cat >> confdefs.h
<<EOF
18326 #define __WXGTK12__ $WXGTK12
18331 if test "$WXGTK127" = 1 ; then
18332 cat >> confdefs.h
<<EOF
18333 #define __WXGTK127__ $WXGTK127
18340 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
18345 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
18346 wxUSE_DEBUG_INFO
=yes
18350 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
18351 cat >> confdefs.h
<<\EOF
18355 WXDEBUG_DEFINE
="-D__WXDEBUG__"
18357 if test "$wxUSE_GTK" = 1 ; then
18358 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
18362 if test "$wxUSE_MEM_TRACING" = "yes" ; then
18363 cat >> confdefs.h
<<\EOF
18364 #define wxUSE_MEMORY_TRACING 1
18367 cat >> confdefs.h
<<\EOF
18368 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
18371 cat >> confdefs.h
<<\EOF
18372 #define wxUSE_DEBUG_NEW_ALWAYS 1
18375 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
18378 if test "$wxUSE_DMALLOC" = "yes" ; then
18379 DMALLOC_LIBS
="-ldmalloc"
18383 if test "$wxUSE_PROFILE" = "yes" ; then
18388 if test "$GCC" = "yes" ; then
18389 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -D_GNU_SOURCE"
18392 CODE_GEN_FLAGS_CXX
=
18393 if test "$GCC" = "yes" ; then
18394 if test "$wxUSE_NO_RTTI" = "yes" ; then
18395 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
18397 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
18398 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
18400 if test "$wxUSE_PERMISSIVE" = "yes" ; then
18401 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
18403 if test "$USE_WIN32" = 1 ; then
18404 # I'm not even really sure what this was ever added to solve,
18405 # but someone added it for mingw native builds, so I guess
18406 # they had a reason, right??
18407 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fno-pcc-struct-return"
18412 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
18417 if test "$wxUSE_OPTIMISE" = "no" ; then
18420 if test "$GCC" = yes ; then
18423 i586
-*-*|i686
-*-* )
18424 OPTIMISE
="${OPTIMISE} "
18432 if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
18433 cat >> confdefs.h
<<\EOF
18434 #define WXWIN_COMPATIBILITY_2 1
18438 WXWIN_COMPATIBILITY_2_2
="yes"
18441 if test "x$WXWIN_COMPATIBILITY_2_2" != "xno"; then
18442 cat >> confdefs.h
<<\EOF
18443 #define WXWIN_COMPATIBILITY_2_2 1
18449 if test "$wxUSE_GUI" = "yes"; then
18450 cat >> confdefs.h
<<\EOF
18451 #define wxUSE_GUI 1
18456 cat >> confdefs.h
<<\EOF
18457 #define wxUSE_NOGUI 1
18463 if test "$wxUSE_UNIX" = "yes"; then
18464 cat >> confdefs.h
<<\EOF
18465 #define wxUSE_UNIX 1
18471 if test "$wxUSE_APPLE_IEEE" = "yes"; then
18472 cat >> confdefs.h
<<\EOF
18473 #define wxUSE_APPLE_IEEE 1
18478 if test "$wxUSE_TIMER" = "yes"; then
18479 cat >> confdefs.h
<<\EOF
18480 #define wxUSE_TIMER 1
18485 if test "$wxUSE_WAVE" = "yes"; then
18486 cat >> confdefs.h
<<\EOF
18487 #define wxUSE_WAVE 1
18492 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
18493 cat >> confdefs.h
<<\EOF
18494 #define wxUSE_CMDLINE_PARSER 1
18499 if test "$wxUSE_STOPWATCH" = "yes"; then
18500 cat >> confdefs.h
<<\EOF
18501 #define wxUSE_STOPWATCH 1
18506 if test "$wxUSE_DATETIME" = "yes"; then
18507 cat >> confdefs.h
<<\EOF
18508 #define wxUSE_DATETIME 1
18513 if test "$wxUSE_TIMEDATE" = "yes"; then
18514 cat >> confdefs.h
<<\EOF
18515 #define wxUSE_TIMEDATE 1
18520 if test "$wxUSE_FILE" = "yes"; then
18521 cat >> confdefs.h
<<\EOF
18522 #define wxUSE_FILE 1
18527 if test "$wxUSE_FFILE" = "yes"; then
18528 cat >> confdefs.h
<<\EOF
18529 #define wxUSE_FFILE 1
18534 if test "$wxUSE_FILESYSTEM" = "yes"; then
18535 cat >> confdefs.h
<<\EOF
18536 #define wxUSE_FILESYSTEM 1
18541 if test "$wxUSE_FS_INET" = "yes"; then
18542 cat >> confdefs.h
<<\EOF
18543 #define wxUSE_FS_INET 1
18548 if test "$wxUSE_FS_ZIP" = "yes"; then
18549 cat >> confdefs.h
<<\EOF
18550 #define wxUSE_FS_ZIP 1
18555 if test "$wxUSE_ZIPSTREAM" = "yes"; then
18556 cat >> confdefs.h
<<\EOF
18557 #define wxUSE_ZIPSTREAM 1
18562 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
18563 cat >> confdefs.h
<<\EOF
18564 #define wxUSE_ON_FATAL_EXCEPTION 1
18569 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
18570 cat >> confdefs.h
<<\EOF
18571 #define wxUSE_SNGLINST_CHECKER 1
18576 if test "$wxUSE_BUSYINFO" = "yes"; then
18577 cat >> confdefs.h
<<\EOF
18578 #define wxUSE_BUSYINFO 1
18583 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
18584 cat >> confdefs.h
<<\EOF
18585 #define wxUSE_STD_IOSTREAM 1
18590 if test "$wxUSE_TEXTBUFFER" = "yes"; then
18591 cat >> confdefs.h
<<\EOF
18592 #define wxUSE_TEXTBUFFER 1
18597 if test "$wxUSE_TEXTFILE" = "yes"; then
18598 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
18599 echo "configure: warning: wxTextFile requires wxFile and wxTextBuffer... disabled" 1>&2
18601 cat >> confdefs.h
<<\EOF
18602 #define wxUSE_TEXTFILE 1
18608 if test "$wxUSE_CONFIG" = "yes" ; then
18609 if test "$wxUSE_TEXTFILE" != "yes"; then
18610 echo "configure: warning: wxConfig requires wxTextFile... disabled" 1>&2
18612 cat >> confdefs.h
<<\EOF
18613 #define wxUSE_CONFIG 1
18616 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
18620 if test "$wxUSE_INTL" = "yes" ; then
18621 if test "$wxUSE_FILE" != "yes"; then
18622 echo "configure: warning: I18n code requires wxFile... disabled" 1>&2
18624 cat >> confdefs.h
<<\EOF
18625 #define wxUSE_INTL 1
18628 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
18629 GUIDIST
="$GUIDIST INTL_DIST"
18633 if test "$wxUSE_LOG" = "yes"; then
18634 cat >> confdefs.h
<<\EOF
18635 #define wxUSE_LOG 1
18639 if test "$wxUSE_LOGGUI" = "yes"; then
18640 cat >> confdefs.h
<<\EOF
18641 #define wxUSE_LOGGUI 1
18646 if test "$wxUSE_LOGWINDOW" = "yes"; then
18647 cat >> confdefs.h
<<\EOF
18648 #define wxUSE_LOGWINDOW 1
18653 if test "$wxUSE_LOGDIALOG" = "yes"; then
18654 cat >> confdefs.h
<<\EOF
18655 #define wxUSE_LOG_DIALOG 1
18661 if test "$wxUSE_LONGLONG" = "yes"; then
18662 cat >> confdefs.h
<<\EOF
18663 #define wxUSE_LONGLONG 1
18668 if test "$wxUSE_GEOMETRY" = "yes"; then
18669 cat >> confdefs.h
<<\EOF
18670 #define wxUSE_GEOMETRY 1
18675 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
18676 cat >> confdefs.h
<<\EOF
18677 #define wxUSE_DIALUP_MANAGER 1
18680 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
18683 if test "$wxUSE_STREAMS" = "yes" ; then
18684 cat >> confdefs.h
<<\EOF
18685 #define wxUSE_STREAMS 1
18691 if test "$wxUSE_DATETIME" = "yes"; then
18692 for ac_func
in strptime
18694 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18695 echo "configure:18696: checking for $ac_func" >&5
18696 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18697 echo $ac_n "(cached) $ac_c" 1>&6
18699 cat > conftest.
$ac_ext <<EOF
18700 #line 18701 "configure"
18701 #include "confdefs.h"
18702 /* System header to define __stub macros and hopefully few prototypes,
18703 which can conflict with char $ac_func(); below. */
18704 #include <assert.h>
18705 /* Override any gcc2 internal prototype to avoid an error. */
18706 /* We use char because int might match the return type of a gcc2
18707 builtin and then its argument prototype would still apply. */
18712 /* The GNU C library defines this for functions which it implements
18713 to always fail with ENOSYS. Some functions are actually named
18714 something starting with __ and the normal name is an alias. */
18715 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18723 if { (eval echo configure
:18724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18725 eval "ac_cv_func_$ac_func=yes"
18727 echo "configure: failed program was:" >&5
18728 cat conftest.
$ac_ext >&5
18730 eval "ac_cv_func_$ac_func=no"
18735 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18736 echo "$ac_t""yes" 1>&6
18737 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18738 cat >> confdefs.h
<<EOF
18739 #define $ac_tr_func 1
18743 echo "$ac_t""no" 1>&6
18748 echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
18749 echo "configure:18750: checking for timezone variable in <time.h>" >&5
18750 if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
18751 echo $ac_n "(cached) $ac_c" 1>&6
18754 cat > conftest.
$ac_ext <<EOF
18755 #line 18756 "configure"
18756 #include "confdefs.h"
18767 if { (eval echo configure
:18768: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18770 wx_cv_var_timezone
=timezone
18773 echo "configure: failed program was:" >&5
18774 cat conftest.
$ac_ext >&5
18777 cat > conftest.
$ac_ext <<EOF
18778 #line 18779 "configure"
18779 #include "confdefs.h"
18790 if { (eval echo configure
:18791: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18793 wx_cv_var_timezone
=_timezone
18796 echo "configure: failed program was:" >&5
18797 cat conftest.
$ac_ext >&5
18800 cat > conftest.
$ac_ext <<EOF
18801 #line 18802 "configure"
18802 #include "confdefs.h"
18813 if { (eval echo configure
:18814: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18816 wx_cv_var_timezone
=__timezone
18819 echo "configure: failed program was:" >&5
18820 cat conftest.
$ac_ext >&5
18823 if test "$USE_DOS" = 0 ; then
18824 echo "configure: warning: no timezone variable" 1>&2
18842 echo "$ac_t""$wx_cv_var_timezone" 1>&6
18844 if test "x$wx_cv_var_timezone" != x
; then
18845 cat >> confdefs.h
<<EOF
18846 #define WX_TIMEZONE $wx_cv_var_timezone
18851 for ac_func
in localtime
18853 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18854 echo "configure:18855: checking for $ac_func" >&5
18855 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18856 echo $ac_n "(cached) $ac_c" 1>&6
18858 cat > conftest.
$ac_ext <<EOF
18859 #line 18860 "configure"
18860 #include "confdefs.h"
18861 /* System header to define __stub macros and hopefully few prototypes,
18862 which can conflict with char $ac_func(); below. */
18863 #include <assert.h>
18864 /* Override any gcc2 internal prototype to avoid an error. */
18865 /* We use char because int might match the return type of a gcc2
18866 builtin and then its argument prototype would still apply. */
18871 /* The GNU C library defines this for functions which it implements
18872 to always fail with ENOSYS. Some functions are actually named
18873 something starting with __ and the normal name is an alias. */
18874 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18882 if { (eval echo configure
:18883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18884 eval "ac_cv_func_$ac_func=yes"
18886 echo "configure: failed program was:" >&5
18887 cat conftest.
$ac_ext >&5
18889 eval "ac_cv_func_$ac_func=no"
18894 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18895 echo "$ac_t""yes" 1>&6
18896 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18897 cat >> confdefs.h
<<EOF
18898 #define $ac_tr_func 1
18902 echo "$ac_t""no" 1>&6
18907 if test "$ac_cv_func_localtime" = "yes"; then
18908 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
18909 echo "configure:18910: checking for tm_gmtoff in struct tm" >&5
18910 if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
18911 echo $ac_n "(cached) $ac_c" 1>&6
18914 cat > conftest.
$ac_ext <<EOF
18915 #line 18916 "configure"
18916 #include "confdefs.h"
18927 if { (eval echo configure
:18928: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18930 wx_cv_struct_tm_has_gmtoff
=yes
18933 echo "configure: failed program was:" >&5
18934 cat conftest.
$ac_ext >&5
18936 wx_cv_struct_tm_has_gmtoff
=no
18943 echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
18946 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
18947 cat >> confdefs.h
<<\EOF
18948 #define WX_GMTOFF_IN_TM 1
18953 for ac_func
in gettimeofday ftime
18955 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18956 echo "configure:18957: checking for $ac_func" >&5
18957 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18958 echo $ac_n "(cached) $ac_c" 1>&6
18960 cat > conftest.
$ac_ext <<EOF
18961 #line 18962 "configure"
18962 #include "confdefs.h"
18963 /* System header to define __stub macros and hopefully few prototypes,
18964 which can conflict with char $ac_func(); below. */
18965 #include <assert.h>
18966 /* Override any gcc2 internal prototype to avoid an error. */
18967 /* We use char because int might match the return type of a gcc2
18968 builtin and then its argument prototype would still apply. */
18973 /* The GNU C library defines this for functions which it implements
18974 to always fail with ENOSYS. Some functions are actually named
18975 something starting with __ and the normal name is an alias. */
18976 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18984 if { (eval echo configure
:18985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18986 eval "ac_cv_func_$ac_func=yes"
18988 echo "configure: failed program was:" >&5
18989 cat conftest.
$ac_ext >&5
18991 eval "ac_cv_func_$ac_func=no"
18996 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18997 echo "$ac_t""yes" 1>&6
18998 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18999 cat >> confdefs.h
<<EOF
19000 #define $ac_tr_func 1
19004 echo "$ac_t""no" 1>&6
19009 if test "$ac_cv_func_gettimeofday" = "yes"; then
19010 echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
19011 echo "configure:19012: checking whether gettimeofday takes two arguments" >&5
19012 if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
19013 echo $ac_n "(cached) $ac_c" 1>&6
19018 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19019 ac_cpp
='$CXXCPP $CPPFLAGS'
19020 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19021 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19022 cross_compiling
=$ac_cv_prog_cxx_cross
19025 cat > conftest.
$ac_ext <<EOF
19026 #line 19027 "configure"
19027 #include "confdefs.h"
19029 #include <sys/time.h>
19030 #include <unistd.h>
19035 gettimeofday(&tv, NULL);
19039 if { (eval echo configure
:19040: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19041 wx_cv_func_gettimeofday_has_2_args
=yes
19043 echo "configure: failed program was:" >&5
19044 cat conftest.
$ac_ext >&5
19046 cat > conftest.
$ac_ext <<EOF
19047 #line 19048 "configure"
19048 #include "confdefs.h"
19050 #include <sys/time.h>
19051 #include <unistd.h>
19060 if { (eval echo configure
:19061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19062 wx_cv_func_gettimeofday_has_2_args
=no
19064 echo "configure: failed program was:" >&5
19065 cat conftest.
$ac_ext >&5
19068 echo "configure: warning: failed to determine number of gettimeofday() arguments" 1>&2
19069 wx_cv_func_gettimeofday_has_2_args
=unknown
19078 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19079 ac_cpp
='$CPP $CPPFLAGS'
19080 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19081 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19082 cross_compiling
=$ac_cv_prog_cc_cross
19087 echo "$ac_t""$wx_cv_func_gettimeofday_has_2_args" 1>&6
19089 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
19090 cat >> confdefs.h
<<\EOF
19091 #define WX_GETTIMEOFDAY_NO_TZ 1
19097 cat >> confdefs.h
<<\EOF
19098 #define wxUSE_TIMEDATE 1
19101 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
19105 if test "$wxUSE_SOCKETS" = "yes"; then
19106 if test "$wxUSE_X11" = "1"; then
19107 echo "configure: warning: wxSocket not yet supported under X11... disabled" 1>&2
19111 if test "$wxUSE_MGL" = "1"; then
19112 echo "configure: warning: wxSocket not yet supported under MGL... disabled" 1>&2
19117 if test "$wxUSE_SOCKETS" = "yes"; then
19118 if test "$TOOLKIT" != "MSW"; then
19119 echo $ac_n "checking for socket""... $ac_c" 1>&6
19120 echo "configure:19121: checking for socket" >&5
19121 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
19122 echo $ac_n "(cached) $ac_c" 1>&6
19124 cat > conftest.
$ac_ext <<EOF
19125 #line 19126 "configure"
19126 #include "confdefs.h"
19127 /* System header to define __stub macros and hopefully few prototypes,
19128 which can conflict with char socket(); below. */
19129 #include <assert.h>
19130 /* Override any gcc2 internal prototype to avoid an error. */
19131 /* We use char because int might match the return type of a gcc2
19132 builtin and then its argument prototype would still apply. */
19137 /* The GNU C library defines this for functions which it implements
19138 to always fail with ENOSYS. Some functions are actually named
19139 something starting with __ and the normal name is an alias. */
19140 #if defined (__stub_socket) || defined (__stub___socket)
19148 if { (eval echo configure
:19149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19150 eval "ac_cv_func_socket=yes"
19152 echo "configure: failed program was:" >&5
19153 cat conftest.
$ac_ext >&5
19155 eval "ac_cv_func_socket=no"
19160 if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
19161 echo "$ac_t""yes" 1>&6
19164 echo "$ac_t""no" 1>&6
19165 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
19166 echo "configure:19167: checking for socket in -lsocket" >&5
19167 ac_lib_var
=`echo socket'_'socket | sed 'y%./+-%__p_%'`
19168 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19169 echo $ac_n "(cached) $ac_c" 1>&6
19171 ac_save_LIBS
="$LIBS"
19172 LIBS
="-lsocket $LIBS"
19173 cat > conftest.
$ac_ext <<EOF
19174 #line 19175 "configure"
19175 #include "confdefs.h"
19176 /* Override any gcc2 internal prototype to avoid an error. */
19177 /* We use char because int might match the return type of a gcc2
19178 builtin and then its argument prototype would still apply. */
19185 if { (eval echo configure
:19186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19187 eval "ac_cv_lib_$ac_lib_var=yes"
19189 echo "configure: failed program was:" >&5
19190 cat conftest.
$ac_ext >&5
19192 eval "ac_cv_lib_$ac_lib_var=no"
19195 LIBS
="$ac_save_LIBS"
19198 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19199 echo "$ac_t""yes" 1>&6
19200 if test "$INET_LINK" != " -lsocket"; then
19201 INET_LINK
="$INET_LINK -lsocket"
19204 echo "$ac_t""no" 1>&6
19206 echo "configure: warning: socket library not found - sockets will be disabled" 1>&2
19218 if test "$wxUSE_SOCKETS" = "yes" ; then
19219 if test "$TOOLKIT" != "MSW"; then
19220 echo $ac_n "checking what is the type of the third argument of getsockname""... $ac_c" 1>&6
19221 echo "configure:19222: checking what is the type of the third argument of getsockname" >&5
19222 if eval "test \"`echo '$''{'wx_cv_type_getsockname3'+set}'`\" = set"; then
19223 echo $ac_n "(cached) $ac_c" 1>&6
19228 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19229 ac_cpp
='$CXXCPP $CPPFLAGS'
19230 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19231 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19232 cross_compiling
=$ac_cv_prog_cxx_cross
19235 cat > conftest.
$ac_ext <<EOF
19236 #line 19237 "configure"
19237 #include "confdefs.h"
19239 #include <sys/types.h>
19240 #include <sys/socket.h>
19245 getsockname(0, 0, &len);
19249 if { (eval echo configure
:19250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19251 wx_cv_type_getsockname3
=socklen_t
19253 echo "configure: failed program was:" >&5
19254 cat conftest.
$ac_ext >&5
19256 cat > conftest.
$ac_ext <<EOF
19257 #line 19258 "configure"
19258 #include "confdefs.h"
19260 #include <sys/types.h>
19261 #include <sys/socket.h>
19266 getsockname(0, 0, &len);
19270 if { (eval echo configure
:19271: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19272 wx_cv_type_getsockname3
=size_t
19274 echo "configure: failed program was:" >&5
19275 cat conftest.
$ac_ext >&5
19277 cat > conftest.
$ac_ext <<EOF
19278 #line 19279 "configure"
19279 #include "confdefs.h"
19281 #include <sys/types.h>
19282 #include <sys/socket.h>
19287 getsockname(0, 0, &len);
19291 if { (eval echo configure
:19292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19293 wx_cv_type_getsockname3
=int
19295 echo "configure: failed program was:" >&5
19296 cat conftest.
$ac_ext >&5
19298 wx_cv_type_getsockname3
=unknown
19310 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19311 ac_cpp
='$CPP $CPPFLAGS'
19312 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19313 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19314 cross_compiling
=$ac_cv_prog_cc_cross
19319 echo "$ac_t""$wx_cv_type_getsockname3" 1>&6
19321 if test "$wx_cv_type_getsockname3" = "unknown"; then
19323 echo "configure: warning: Couldn't find socklen_t synonym for this system" 1>&2
19325 cat >> confdefs.h
<<EOF
19326 #define SOCKLEN_T $wx_cv_type_getsockname3
19333 if test "$wxUSE_SOCKETS" = "yes" ; then
19334 cat >> confdefs.h
<<\EOF
19335 #define wxUSE_SOCKETS 1
19338 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
19342 if test "$wxUSE_GUI" = "yes"; then
19344 if test "$TOOLKIT" = "MAC"; then
19345 echo "configure: warning: Joystick not yet supported under Mac OS X... disabled" 1>&2
19348 if test "$TOOLKIT" = "MOTIF"; then
19349 echo "configure: warning: Joystick not yet supported under Motif... disabled" 1>&2
19352 if test "$TOOLKIT" = "X11"; then
19353 echo "configure: warning: Joystick not yet supported under X11... disabled" 1>&2
19357 if test "$TOOLKIT" != "MSW"; then
19358 if test "$wxUSE_JOYSTICK" = "yes"; then
19359 for ac_hdr
in linux
/joystick.h
19361 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
19362 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
19363 echo "configure:19364: checking for $ac_hdr" >&5
19364 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
19365 echo $ac_n "(cached) $ac_c" 1>&6
19367 cat > conftest.
$ac_ext <<EOF
19368 #line 19369 "configure"
19369 #include "confdefs.h"
19372 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
19373 { (eval echo configure
:19374: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
19374 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
19375 if test -z "$ac_err"; then
19377 eval "ac_cv_header_$ac_safe=yes"
19380 echo "configure: failed program was:" >&5
19381 cat conftest.
$ac_ext >&5
19383 eval "ac_cv_header_$ac_safe=no"
19387 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
19388 echo "$ac_t""yes" 1>&6
19389 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
19390 cat >> confdefs.h
<<EOF
19391 #define $ac_tr_hdr 1
19395 echo "$ac_t""no" 1>&6
19399 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
19401 echo "configure: warning: Joystick not supported by this system... disabled" 1>&2
19406 if test "$wxUSE_JOYSTICK" = "yes"; then
19407 cat >> confdefs.h
<<\EOF
19408 #define wxUSE_JOYSTICK 1
19411 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
19416 if test "$TOOLKIT" != "MSW"; then
19420 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
19421 if test "$USE_DARWIN" = 1; then
19424 for ac_func
in dlopen
19426 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19427 echo "configure:19428: checking for $ac_func" >&5
19428 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19429 echo $ac_n "(cached) $ac_c" 1>&6
19431 cat > conftest.
$ac_ext <<EOF
19432 #line 19433 "configure"
19433 #include "confdefs.h"
19434 /* System header to define __stub macros and hopefully few prototypes,
19435 which can conflict with char $ac_func(); below. */
19436 #include <assert.h>
19437 /* Override any gcc2 internal prototype to avoid an error. */
19438 /* We use char because int might match the return type of a gcc2
19439 builtin and then its argument prototype would still apply. */
19444 /* The GNU C library defines this for functions which it implements
19445 to always fail with ENOSYS. Some functions are actually named
19446 something starting with __ and the normal name is an alias. */
19447 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19455 if { (eval echo configure
:19456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19457 eval "ac_cv_func_$ac_func=yes"
19459 echo "configure: failed program was:" >&5
19460 cat conftest.
$ac_ext >&5
19462 eval "ac_cv_func_$ac_func=no"
19467 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19468 echo "$ac_t""yes" 1>&6
19469 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19470 cat >> confdefs.h
<<EOF
19471 #define $ac_tr_func 1
19474 cat >> confdefs.h
<<\EOF
19475 #define HAVE_DLOPEN 1
19481 echo "$ac_t""no" 1>&6
19482 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
19483 echo "configure:19484: checking for dlopen in -ldl" >&5
19484 ac_lib_var
=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
19485 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19486 echo $ac_n "(cached) $ac_c" 1>&6
19488 ac_save_LIBS
="$LIBS"
19490 cat > conftest.
$ac_ext <<EOF
19491 #line 19492 "configure"
19492 #include "confdefs.h"
19493 /* Override any gcc2 internal prototype to avoid an error. */
19494 /* We use char because int might match the return type of a gcc2
19495 builtin and then its argument prototype would still apply. */
19502 if { (eval echo configure
:19503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19504 eval "ac_cv_lib_$ac_lib_var=yes"
19506 echo "configure: failed program was:" >&5
19507 cat conftest.
$ac_ext >&5
19509 eval "ac_cv_lib_$ac_lib_var=no"
19512 LIBS
="$ac_save_LIBS"
19515 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19516 echo "$ac_t""yes" 1>&6
19518 cat >> confdefs.h
<<\EOF
19519 #define HAVE_DLOPEN 1
19523 DL_LINK
=" -ldl$DL_LINK"
19526 echo "$ac_t""no" 1>&6
19528 for ac_func
in shl_load
19530 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19531 echo "configure:19532: checking for $ac_func" >&5
19532 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19533 echo $ac_n "(cached) $ac_c" 1>&6
19535 cat > conftest.
$ac_ext <<EOF
19536 #line 19537 "configure"
19537 #include "confdefs.h"
19538 /* System header to define __stub macros and hopefully few prototypes,
19539 which can conflict with char $ac_func(); below. */
19540 #include <assert.h>
19541 /* Override any gcc2 internal prototype to avoid an error. */
19542 /* We use char because int might match the return type of a gcc2
19543 builtin and then its argument prototype would still apply. */
19548 /* The GNU C library defines this for functions which it implements
19549 to always fail with ENOSYS. Some functions are actually named
19550 something starting with __ and the normal name is an alias. */
19551 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19559 if { (eval echo configure
:19560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19561 eval "ac_cv_func_$ac_func=yes"
19563 echo "configure: failed program was:" >&5
19564 cat conftest.
$ac_ext >&5
19566 eval "ac_cv_func_$ac_func=no"
19571 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19572 echo "$ac_t""yes" 1>&6
19573 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19574 cat >> confdefs.h
<<EOF
19575 #define $ac_tr_func 1
19578 cat >> confdefs.h
<<\EOF
19579 #define HAVE_SHL_LOAD 1
19585 echo "$ac_t""no" 1>&6
19586 echo $ac_n "checking for dld in -lshl_load""... $ac_c" 1>&6
19587 echo "configure:19588: checking for dld in -lshl_load" >&5
19588 ac_lib_var
=`echo shl_load'_'dld | sed 'y%./+-%__p_%'`
19589 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19590 echo $ac_n "(cached) $ac_c" 1>&6
19592 ac_save_LIBS
="$LIBS"
19593 LIBS
="-lshl_load $LIBS"
19594 cat > conftest.
$ac_ext <<EOF
19595 #line 19596 "configure"
19596 #include "confdefs.h"
19597 /* Override any gcc2 internal prototype to avoid an error. */
19598 /* We use char because int might match the return type of a gcc2
19599 builtin and then its argument prototype would still apply. */
19606 if { (eval echo configure
:19607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19608 eval "ac_cv_lib_$ac_lib_var=yes"
19610 echo "configure: failed program was:" >&5
19611 cat conftest.
$ac_ext >&5
19613 eval "ac_cv_lib_$ac_lib_var=no"
19616 LIBS
="$ac_save_LIBS"
19619 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19620 echo "$ac_t""yes" 1>&6
19623 DL_LINK
=" -ldld$DL_LINK"
19626 echo "$ac_t""no" 1>&6
19641 if test "$HAVE_DL_FUNCS" = 1; then
19642 for ac_func
in dlerror
19644 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19645 echo "configure:19646: checking for $ac_func" >&5
19646 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19647 echo $ac_n "(cached) $ac_c" 1>&6
19649 cat > conftest.
$ac_ext <<EOF
19650 #line 19651 "configure"
19651 #include "confdefs.h"
19652 /* System header to define __stub macros and hopefully few prototypes,
19653 which can conflict with char $ac_func(); below. */
19654 #include <assert.h>
19655 /* Override any gcc2 internal prototype to avoid an error. */
19656 /* We use char because int might match the return type of a gcc2
19657 builtin and then its argument prototype would still apply. */
19662 /* The GNU C library defines this for functions which it implements
19663 to always fail with ENOSYS. Some functions are actually named
19664 something starting with __ and the normal name is an alias. */
19665 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19673 if { (eval echo configure
:19674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19675 eval "ac_cv_func_$ac_func=yes"
19677 echo "configure: failed program was:" >&5
19678 cat conftest.
$ac_ext >&5
19680 eval "ac_cv_func_$ac_func=no"
19685 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19686 echo "$ac_t""yes" 1>&6
19687 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19688 cat >> confdefs.h
<<EOF
19689 #define $ac_tr_func 1
19691 cat >> confdefs.h
<<\EOF
19692 #define HAVE_DLERROR 1
19696 echo "$ac_t""no" 1>&6
19697 echo $ac_n "checking for dlerror in -ldl""... $ac_c" 1>&6
19698 echo "configure:19699: checking for dlerror in -ldl" >&5
19699 ac_lib_var
=`echo dl'_'dlerror | sed 'y%./+-%__p_%'`
19700 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19701 echo $ac_n "(cached) $ac_c" 1>&6
19703 ac_save_LIBS
="$LIBS"
19705 cat > conftest.
$ac_ext <<EOF
19706 #line 19707 "configure"
19707 #include "confdefs.h"
19708 /* Override any gcc2 internal prototype to avoid an error. */
19709 /* We use char because int might match the return type of a gcc2
19710 builtin and then its argument prototype would still apply. */
19717 if { (eval echo configure
:19718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19719 eval "ac_cv_lib_$ac_lib_var=yes"
19721 echo "configure: failed program was:" >&5
19722 cat conftest.
$ac_ext >&5
19724 eval "ac_cv_lib_$ac_lib_var=no"
19727 LIBS
="$ac_save_LIBS"
19730 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19731 echo "$ac_t""yes" 1>&6
19732 cat >> confdefs.h
<<\EOF
19733 #define HAVE_DLERROR 1
19737 echo "$ac_t""no" 1>&6
19746 if test "$HAVE_DL_FUNCS" = 0; then
19747 if test "$HAVE_SHL_FUNCS" = 0; then
19748 if test "$USE_UNIX" = 1; then
19749 echo "configure: warning: Missing dynamic loading support, several features will be disabled" 1>&2
19750 wxUSE_DYNAMIC_LOADER
=no
19751 wxUSE_DYNLIB_CLASS
=no
19753 echo "configure: warning: Assuming wxLibrary class works on this platform" 1>&2
19760 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
19761 cat >> confdefs.h
<<\EOF
19762 #define wxUSE_DYNAMIC_LOADER 1
19765 elif test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
19766 cat >> confdefs.h
<<\EOF
19767 #define wxUSE_DYNLIB_CLASS 1
19773 if test "$wxUSE_FONTMAP" = "yes" ; then
19774 cat >> confdefs.h
<<\EOF
19775 #define wxUSE_FONTMAP 1
19780 if test "$wxUSE_UNICODE" = "yes" ; then
19781 cat >> confdefs.h
<<\EOF
19782 #define wxUSE_UNICODE 1
19786 if test "$wxUSE_MSW" != 1; then
19787 wxUSE_UNICODE_MSLU
=no
19790 if test "$wxUSE_MSW" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
19791 echo $ac_n "checking for main in -lunicows""... $ac_c" 1>&6
19792 echo "configure:19793: checking for main in -lunicows" >&5
19793 ac_lib_var
=`echo unicows'_'main | sed 'y%./+-%__p_%'`
19794 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
19795 echo $ac_n "(cached) $ac_c" 1>&6
19797 ac_save_LIBS
="$LIBS"
19798 LIBS
="-lunicows $LIBS"
19799 cat > conftest.
$ac_ext <<EOF
19800 #line 19801 "configure"
19801 #include "confdefs.h"
19807 if { (eval echo configure
:19808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19809 eval "ac_cv_lib_$ac_lib_var=yes"
19811 echo "configure: failed program was:" >&5
19812 cat conftest.
$ac_ext >&5
19814 eval "ac_cv_lib_$ac_lib_var=no"
19817 LIBS
="$ac_save_LIBS"
19820 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
19821 echo "$ac_t""yes" 1>&6
19823 cat >> confdefs.h
<<\EOF
19824 #define wxUSE_UNICODE_MSLU 1
19829 echo "$ac_t""no" 1>&6
19831 echo "configure: warning: Compiler doesn't support MSLU (libunicows.a), disabled.
19832 Applications will only run on Windows NT/2000/XP!" 1>&2
19833 wxUSE_UNICODE_MSLU
=no
19840 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
19841 cat >> confdefs.h
<<\EOF
19842 #define wxUSE_EXPERIMENTAL_PRINTF 1
19850 if test "$wxUSE_ODBC" = "yes" ; then
19851 cat >> confdefs.h
<<\EOF
19852 #define wxUSE_ODBC 1
19855 WXODBCFLAG
="-D_IODBC_"
19856 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
19860 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
19861 cat >> confdefs.h
<<\EOF
19862 #define wxUSE_POSTSCRIPT 1
19867 cat >> confdefs.h
<<\EOF
19868 #define wxUSE_AFM_FOR_POSTSCRIPT 1
19872 cat >> confdefs.h
<<\EOF
19873 #define wxUSE_NORMALIZED_PS_FONTS 1
19878 if test "$wxUSE_CONSTRAINTS" = "yes"; then
19879 cat >> confdefs.h
<<\EOF
19880 #define wxUSE_CONSTRAINTS 1
19883 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
19886 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19887 if test "$wxUSE_UNIVERSAL" = "yes"; then
19888 echo "configure: warning: MDI not yet supported for wxUniversal... disabled" 1>&2
19889 wxUSE_MDI_ARCHITECTURE
=no
19892 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19893 cat >> confdefs.h
<<\EOF
19894 #define wxUSE_MDI_ARCHITECTURE 1
19897 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
19901 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
19902 cat >> confdefs.h
<<\EOF
19903 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
19906 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
19907 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
19908 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
19912 if test "$wxUSE_HELP" = "yes"; then
19913 cat >> confdefs.h
<<\EOF
19914 #define wxUSE_HELP 1
19917 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
19919 if test "$wxUSE_MSW" = 1; then
19920 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
19921 cat >> confdefs.h
<<\EOF
19922 #define wxUSE_MS_HTML_HELP 1
19928 if test "$wxUSE_WXHTML_HELP" = "yes"; then
19929 if test "$wxUSE_HTML" = "yes"; then
19930 cat >> confdefs.h
<<\EOF
19931 #define wxUSE_WXHTML_HELP 1
19935 echo "configure: warning: Cannot use wxHTML-based help without wxHTML so it won't be compiled" 1>&2
19936 wxUSE_WXHTML_HELP
=no
19941 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
19942 if test "$wxUSE_CONSTRAINTS" != "yes"; then
19943 echo "configure: warning: Printing support cannot be used without constraints so it won't be compiled without it" 1>&2
19945 cat >> confdefs.h
<<\EOF
19946 #define wxUSE_PRINTING_ARCHITECTURE 1
19950 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
19953 if test "$wxUSE_PROLOGIO" = "yes" ; then
19954 cat >> confdefs.h
<<\EOF
19955 #define wxUSE_PROLOGIO 1
19960 if test "$wxUSE_RESOURCES" = "yes" ; then
19961 if test "$wxUSE_NANOX" = "yes"; then
19962 echo "configure: warning: Cannot use resource database functions in NanoX" 1>&2
19964 cat >> confdefs.h
<<\EOF
19965 #define wxUSE_RESOURCES 1
19968 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS resource"
19972 if test "$wxUSE_X_RESOURCES" = "yes"; then
19973 cat >> confdefs.h
<<\EOF
19974 #define wxUSE_X_RESOURCES 1
19980 if test "$wxUSE_MSW" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
19981 -o "$wxUSE_CLIPBOARD" = "yes" \
19982 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
19983 for ac_hdr
in ole2.h
19985 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
19986 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
19987 echo "configure:19988: checking for $ac_hdr" >&5
19988 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
19989 echo $ac_n "(cached) $ac_c" 1>&6
19991 cat > conftest.
$ac_ext <<EOF
19992 #line 19993 "configure"
19993 #include "confdefs.h"
19996 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
19997 { (eval echo configure
:19998: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
19998 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
19999 if test -z "$ac_err"; then
20001 eval "ac_cv_header_$ac_safe=yes"
20004 echo "configure: failed program was:" >&5
20005 cat conftest.
$ac_ext >&5
20007 eval "ac_cv_header_$ac_safe=no"
20011 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
20012 echo "$ac_t""yes" 1>&6
20013 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
20014 cat >> confdefs.h
<<EOF
20015 #define $ac_tr_hdr 1
20019 echo "$ac_t""no" 1>&6
20024 if test "$ac_cv_header_ole2_h" = "yes" ; then
20025 if test "$GCC" = yes ; then
20026 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
20027 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
20028 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
20029 cat >> confdefs.h
<<\EOF
20030 #define wxUSE_OLE 1
20036 cat >> confdefs.h
<<\EOF
20037 #define wxUSE_DATAOBJ 1
20041 echo "configure: warning: Some features disabled because OLE headers not found" 1>&2
20044 wxUSE_DRAG_AND_DROP
=no
20048 if test "$wxUSE_METAFILE" = "yes"; then
20049 cat >> confdefs.h
<<\EOF
20050 #define wxUSE_METAFILE 1
20054 cat >> confdefs.h
<<\EOF
20055 #define wxUSE_ENH_METAFILE 1
20061 if test "$wxUSE_IPC" = "yes"; then
20062 if test "$wxUSE_SOCKETS" != "yes"; then
20063 echo "configure: warning: wxWindows IPC classes require sockets... disabled" 1>&2
20066 cat >> confdefs.h
<<\EOF
20067 #define wxUSE_IPC 1
20072 if test "$wxUSE_CLIPBOARD" = "yes"; then
20073 if test "$wxUSE_MGL" = 1; then
20074 echo "configure: warning: Clipboard not yet supported under MGL... disabled" 1>&2
20078 if test "$wxUSE_CLIPBOARD" = "yes"; then
20079 cat >> confdefs.h
<<\EOF
20080 #define wxUSE_CLIPBOARD 1
20084 cat >> confdefs.h
<<\EOF
20085 #define wxUSE_DATAOBJ 1
20091 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
20092 if test "$wxUSE_GTK" = 1; then
20093 if test "$WXGTK12" != 1; then
20094 echo "configure: warning: Drag and drop is only supported under GTK+ 1.2... disabled" 1>&2
20095 wxUSE_DRAG_AND_DROP
=no
20099 if test "$wxUSE_MOTIF" = 1; then
20100 echo "configure: warning: Drag and drop not yet supported under Motif... disabled" 1>&2
20101 wxUSE_DRAG_AND_DROP
=no
20104 if test "$wxUSE_X11" = 1; then
20105 echo "configure: warning: Drag and drop not yet supported under X11... disabled" 1>&2
20106 wxUSE_DRAG_AND_DROP
=no
20109 if test "$wxUSE_MGL" = 1; then
20110 echo "configure: warning: Drag and drop not yet supported under MGL... disabled" 1>&2
20111 wxUSE_DRAG_AND_DROP
=no
20114 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
20115 cat >> confdefs.h
<<\EOF
20116 #define wxUSE_DRAG_AND_DROP 1
20119 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
20124 if test "$wxUSE_SPLINES" = "yes" ; then
20125 cat >> confdefs.h
<<\EOF
20126 #define wxUSE_SPLINES 1
20133 if test "$wxUSE_CONTROLS" = "yes"; then
20137 if test "$wxUSE_ACCEL" = "yes"; then
20138 cat >> confdefs.h
<<\EOF
20139 #define wxUSE_ACCEL 1
20145 if test "$wxUSE_BUTTON" = "yes"; then
20146 cat >> confdefs.h
<<\EOF
20147 #define wxUSE_BUTTON 1
20153 if test "$wxUSE_BMPBUTTON" = "yes"; then
20154 cat >> confdefs.h
<<\EOF
20155 #define wxUSE_BMPBUTTON 1
20161 if test "$wxUSE_CALCTRL" = "yes"; then
20162 cat >> confdefs.h
<<\EOF
20163 #define wxUSE_CALENDARCTRL 1
20167 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
20170 if test "$wxUSE_CARET" = "yes"; then
20171 cat >> confdefs.h
<<\EOF
20172 #define wxUSE_CARET 1
20176 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
20179 if test "$wxUSE_COMBOBOX" = "yes"; then
20180 cat >> confdefs.h
<<\EOF
20181 #define wxUSE_COMBOBOX 1
20187 if test "$wxUSE_CHOICE" = "yes"; then
20188 cat >> confdefs.h
<<\EOF
20189 #define wxUSE_CHOICE 1
20195 if test "$wxUSE_CHECKBOX" = "yes"; then
20196 cat >> confdefs.h
<<\EOF
20197 #define wxUSE_CHECKBOX 1
20203 if test "$wxUSE_CHECKLST" = "yes"; then
20204 cat >> confdefs.h
<<\EOF
20205 #define wxUSE_CHECKLISTBOX 1
20209 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
20212 if test "$wxUSE_GAUGE" = "yes"; then
20213 cat >> confdefs.h
<<\EOF
20214 #define wxUSE_GAUGE 1
20220 if test "$wxUSE_NEW_GRID" = "yes"; then
20222 cat >> confdefs.h
<<\EOF
20223 #define wxUSE_NEW_GRID 1
20227 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS newgrid"
20230 if test "$wxUSE_GRID" = "yes"; then
20231 cat >> confdefs.h
<<\EOF
20232 #define wxUSE_GRID 1
20236 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
20239 if test "$wxUSE_IMAGLIST" = "yes"; then
20240 cat >> confdefs.h
<<\EOF
20241 #define wxUSE_IMAGLIST 1
20246 if test "$wxUSE_LISTBOX" = "yes"; then
20247 cat >> confdefs.h
<<\EOF
20248 #define wxUSE_LISTBOX 1
20254 if test "$wxUSE_LISTCTRL" = "yes"; then
20255 if test "$wxUSE_IMAGLIST" = "yes"; then
20256 cat >> confdefs.h
<<\EOF
20257 #define wxUSE_LISTCTRL 1
20261 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
20263 echo "configure: warning: wxListCtrl requires wxImageList and won't be compiled without it" 1>&2
20267 if test "$wxUSE_NOTEBOOK" = "yes"; then
20268 cat >> confdefs.h
<<\EOF
20269 #define wxUSE_NOTEBOOK 1
20273 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
20276 if test "$wxUSE_PROPSHEET" = "yes"; then
20277 cat >> confdefs.h
<<\EOF
20278 #define wxUSE_PROPSHEET 1
20282 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS proplist"
20285 if test "$wxUSE_RADIOBOX" = "yes"; then
20286 cat >> confdefs.h
<<\EOF
20287 #define wxUSE_RADIOBOX 1
20293 if test "$wxUSE_RADIOBTN" = "yes"; then
20294 cat >> confdefs.h
<<\EOF
20295 #define wxUSE_RADIOBTN 1
20301 if test "$wxUSE_SASH" = "yes"; then
20302 cat >> confdefs.h
<<\EOF
20303 #define wxUSE_SASH 1
20306 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
20309 if test "$wxUSE_SCROLLBAR" = "yes"; then
20310 cat >> confdefs.h
<<\EOF
20311 #define wxUSE_SCROLLBAR 1
20315 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
20318 if test "$wxUSE_SLIDER" = "yes"; then
20319 cat >> confdefs.h
<<\EOF
20320 #define wxUSE_SLIDER 1
20326 if test "$wxUSE_SPINBTN" = "yes"; then
20327 cat >> confdefs.h
<<\EOF
20328 #define wxUSE_SPINBTN 1
20334 if test "$wxUSE_SPINCTRL" = "yes"; then
20335 cat >> confdefs.h
<<\EOF
20336 #define wxUSE_SPINCTRL 1
20342 if test "$wxUSE_SPLITTER" = "yes"; then
20343 cat >> confdefs.h
<<\EOF
20344 #define wxUSE_SPLITTER 1
20347 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
20350 if test "$wxUSE_STATBMP" = "yes"; then
20351 cat >> confdefs.h
<<\EOF
20352 #define wxUSE_STATBMP 1
20358 if test "$wxUSE_STATBOX" = "yes"; then
20359 cat >> confdefs.h
<<\EOF
20360 #define wxUSE_STATBOX 1
20366 if test "$wxUSE_STATTEXT" = "yes"; then
20367 cat >> confdefs.h
<<\EOF
20368 #define wxUSE_STATTEXT 1
20374 if test "$wxUSE_STATLINE" = "yes"; then
20375 if test "$wxUSE_WINE" = 1 ; then
20376 echo "configure: warning: wxStaticLine is not supported under WINE" 1>&2
20378 cat >> confdefs.h
<<\EOF
20379 #define wxUSE_STATLINE 1
20386 if test "$wxUSE_STATUSBAR" = "yes"; then
20387 cat >> confdefs.h
<<\EOF
20388 #define wxUSE_STATUSBAR 1
20393 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
20396 if test "$wxUSE_TABDIALOG" = "yes"; then
20397 cat >> confdefs.h
<<\EOF
20398 #define wxUSE_TAB_DIALOG 1
20401 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
20404 if test "$wxUSE_TEXTCTRL" = "yes"; then
20405 cat >> confdefs.h
<<\EOF
20406 #define wxUSE_TEXTCTRL 1
20410 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
20413 if test "$wxUSE_TOGGLEBTN" = "yes"; then
20414 if test "$wxUSE_MAC" = 1; then
20415 echo "configure: warning: Toggle button not yet supported under Mac OS X... disabled" 1>&2
20418 if test "$wxUSE_UNIVERSAL" = "yes"; then
20419 echo "configure: warning: Toggle button not yet supported under wxUniversal... disabled" 1>&2
20423 if test "$wxUSE_TOGGLEBTN" = "yes"; then
20424 cat >> confdefs.h
<<\EOF
20425 #define wxUSE_TOGGLEBTN 1
20432 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
20433 cat >> confdefs.h
<<\EOF
20434 #define wxUSE_TOOLBAR_SIMPLE 1
20437 wxUSE_TOOLBAR
="yes"
20441 if test "$wxUSE_TOOLBAR" = "yes"; then
20442 cat >> confdefs.h
<<\EOF
20443 #define wxUSE_TOOLBAR 1
20448 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
20449 wxUSE_TOOLBAR_NATIVE
="yes"
20452 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
20453 cat >> confdefs.h
<<\EOF
20454 #define wxUSE_TOOLBAR_NATIVE 1
20460 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
20463 if test "$wxUSE_TOOLTIPS" = "yes"; then
20464 if test "$wxUSE_MOTIF" = 1; then
20465 echo "configure: warning: wxTooltip not supported yet under Motif... disabled" 1>&2
20467 if test "$wxUSE_WINE" = 1; then
20468 echo "configure: warning: wxTooltip not supported under WINE... disabled" 1>&2
20470 if test "$wxUSE_UNIVERSAL" = "yes"; then
20471 echo "configure: warning: wxTooltip not supported yet in wxUniversal... disabled" 1>&2
20473 cat >> confdefs.h
<<\EOF
20474 #define wxUSE_TOOLTIPS 1
20482 if test "$wxUSE_TREECTRL" = "yes"; then
20483 if test "$wxUSE_IMAGLIST" = "yes"; then
20484 cat >> confdefs.h
<<\EOF
20485 #define wxUSE_TREECTRL 1
20489 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
20491 echo "configure: warning: wxTreeCtrl requires wxImageList and won't be compiled without it" 1>&2
20495 if test "$wxUSE_POPUPWIN" = "yes"; then
20496 if test "$wxUSE_MAC" = 1; then
20497 echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2
20499 if test "$wxUSE_MOTIF" = 1; then
20500 echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2
20502 if test "$wxUSE_PM" = 1; then
20503 echo "configure: warning: wxPopupWindow not yet supported under PM... disabled" 1>&2
20505 cat >> confdefs.h
<<\EOF
20506 #define wxUSE_POPUPWIN 1
20516 if test "$wxUSE_TIPWINDOW" = "yes"; then
20517 if test "$wxUSE_PM" = 1; then
20518 echo "configure: warning: wxTipWindow not yet supported under PM... disabled" 1>&2
20520 cat >> confdefs.h
<<\EOF
20521 #define wxUSE_TIPWINDOW 1
20527 if test "$USES_CONTROLS" = 1; then
20528 cat >> confdefs.h
<<\EOF
20529 #define wxUSE_CONTROLS 1
20535 if test "$wxUSE_TREELAYOUT" = "yes"; then
20536 cat >> confdefs.h
<<\EOF
20537 #define wxUSE_TREELAYOUT 1
20540 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treelay"
20543 if test "$wxUSE_DRAGIMAGE" = "yes"; then
20544 cat >> confdefs.h
<<\EOF
20545 #define wxUSE_DRAGIMAGE 1
20548 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
20551 if test "$wxUSE_MENUS" = "yes"; then
20552 cat >> confdefs.h
<<\EOF
20553 #define wxUSE_MENUS 1
20556 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
20559 if test "$wxUSE_METAFILE" = "yes"; then
20560 cat >> confdefs.h
<<\EOF
20561 #define wxUSE_METAFILE 1
20566 if test "$wxUSE_MIMETYPE" = "yes"; then
20567 cat >> confdefs.h
<<\EOF
20568 #define wxUSE_MIMETYPE 1
20573 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
20574 cat >> confdefs.h
<<\EOF
20575 #define wxUSE_SYSTEM_OPTIONS 1
20578 if test "$TOOLKIT" = "MSW"; then
20579 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
20584 if test "$wxUSE_PROTOCOL" = "yes"; then
20585 if test "$wxUSE_SOCKETS" != "yes"; then
20586 echo "configure: warning: Protocol classes require sockets... disabled" 1>&2
20590 if test "$wxUSE_PROTOCOL" = "yes"; then
20591 cat >> confdefs.h
<<\EOF
20592 #define wxUSE_PROTOCOL 1
20596 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
20597 cat >> confdefs.h
<<\EOF
20598 #define wxUSE_PROTOCOL_HTTP 1
20602 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
20603 cat >> confdefs.h
<<\EOF
20604 #define wxUSE_PROTOCOL_FTP 1
20608 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
20609 cat >> confdefs.h
<<\EOF
20610 #define wxUSE_PROTOCOL_FILE 1
20617 if test "$wxUSE_URL" = "yes"; then
20618 if test "$wxUSE_PROTOCOL" != "yes"; then
20619 echo "configure: warning: wxURL class requires wxProtocol... disabled" 1>&2
20622 if test "$wxUSE_URL" = "yes"; then
20623 cat >> confdefs.h
<<\EOF
20624 #define wxUSE_URL 1
20630 if test "$wxUSE_MINIFRAME" = "yes"; then
20631 cat >> confdefs.h
<<\EOF
20632 #define wxUSE_MINIFRAME 1
20635 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
20638 if test "$wxUSE_HTML" = "yes"; then
20639 cat >> confdefs.h
<<\EOF
20640 #define wxUSE_HTML 1
20643 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html"
20646 if test "$wxUSE_VALIDATORS" = "yes"; then
20647 cat >> confdefs.h
<<\EOF
20648 #define wxUSE_VALIDATORS 1
20651 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
20654 if test "$wxUSE_PALETTE" = "yes" ; then
20655 cat >> confdefs.h
<<\EOF
20656 #define wxUSE_PALETTE 1
20661 if test "$wxUSE_IMAGE" = "yes" ; then
20662 cat >> confdefs.h
<<\EOF
20663 #define wxUSE_IMAGE 1
20668 if test "$wxUSE_GIF" = "yes" ; then
20669 cat >> confdefs.h
<<\EOF
20670 #define wxUSE_GIF 1
20675 if test "$wxUSE_PCX" = "yes" ; then
20676 cat >> confdefs.h
<<\EOF
20677 #define wxUSE_PCX 1
20682 if test "$wxUSE_IFF" = "yes" ; then
20683 cat >> confdefs.h
<<\EOF
20684 #define wxUSE_IFF 1
20689 if test "$wxUSE_PNM" = "yes" ; then
20690 cat >> confdefs.h
<<\EOF
20691 #define wxUSE_PNM 1
20696 if test "$wxUSE_XPM" = "yes" ; then
20697 cat >> confdefs.h
<<\EOF
20698 #define wxUSE_XPM 1
20703 if test "$wxUSE_ICO_CUR" = "yes" ; then
20704 cat >> confdefs.h
<<\EOF
20705 #define wxUSE_ICO_CUR 1
20710 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
20711 LIBS
=" -lunicows $LIBS"
20715 if test "$wxUSE_CHOICEDLG" = "yes"; then
20716 cat >> confdefs.h
<<\EOF
20717 #define wxUSE_CHOICEDLG 1
20722 if test "$wxUSE_COLOURDLG" = "yes"; then
20723 cat >> confdefs.h
<<\EOF
20724 #define wxUSE_COLOURDLG 1
20729 if test "$wxUSE_FILEDLG" = "yes"; then
20730 cat >> confdefs.h
<<\EOF
20731 #define wxUSE_FILEDLG 1
20736 if test "$wxUSE_FINDREPLDLG" = "yes"; then
20737 cat >> confdefs.h
<<\EOF
20738 #define wxUSE_FINDREPLDLG 1
20743 if test "$wxUSE_FONTDLG" = "yes"; then
20744 cat >> confdefs.h
<<\EOF
20745 #define wxUSE_FONTDLG 1
20750 if test "$wxUSE_DIRDLG" = "yes"; then
20751 if test "$wxUSE_TREECTRL" != "yes"; then
20752 echo "configure: warning: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" 1>&2
20754 cat >> confdefs.h
<<\EOF
20755 #define wxUSE_DIRDLG 1
20761 if test "$wxUSE_MSGDLG" = "yes"; then
20762 cat >> confdefs.h
<<\EOF
20763 #define wxUSE_MSGDLG 1
20768 if test "$wxUSE_NUMBERDLG" = "yes"; then
20769 cat >> confdefs.h
<<\EOF
20770 #define wxUSE_NUMBERDLG 1
20775 if test "$wxUSE_PROGRESSDLG" = "yes"; then
20776 if test "$wxUSE_CONSTRAINTS" != "yes"; then
20777 echo "configure: warning: wxProgressDialog requires constraints so it won't be compiled without them" 1>&2
20779 cat >> confdefs.h
<<\EOF
20780 #define wxUSE_PROGRESSDLG 1
20786 if test "$wxUSE_SPLASH" = "yes"; then
20787 cat >> confdefs.h
<<\EOF
20788 #define wxUSE_SPLASH 1
20793 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
20794 if test "$wxUSE_CONSTRAINTS" != "yes"; then
20795 echo "configure: warning: Startup tips requires constraints and won't be compiled without them" 1>&2
20797 cat >> confdefs.h
<<\EOF
20798 #define wxUSE_STARTUP_TIPS 1
20804 if test "$wxUSE_TEXTDLG" = "yes"; then
20805 cat >> confdefs.h
<<\EOF
20806 #define wxUSE_TEXTDLG 1
20811 if test "$wxUSE_WIZARDDLG" = "yes"; then
20812 cat >> confdefs.h
<<\EOF
20813 #define wxUSE_WIZARDDLG 1
20816 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
20820 if test "$cross_compiling" = "yes"; then
20823 OSINFO
=`uname -s -r -m`
20824 OSINFO
="\"$OSINFO\""
20827 cat >> confdefs.h
<<EOF
20828 #define WXWIN_OS_DESCRIPTION $OSINFO
20833 if test "x$prefix" != "xNONE"; then
20836 wxPREFIX
=$ac_default_prefix
20839 cat >> confdefs.h
<<EOF
20840 #define wxINSTALL_PREFIX "$wxPREFIX"
20847 if test "$wxUSE_MAC" = 1 ; then
20848 LDFLAGS
="$LDFLAGS -framework Carbon -framework System"
20852 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK -lm $LIBS"
20854 if test "$wxUSE_GUI" = "yes"; then
20856 LIBS
="$GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $LIBS"
20859 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs \
20860 drawing dynamic erase event exec font image \
20861 minimal richedit rotate widgets"
20863 CPPFLAGS
="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
20865 SAMPLES_SUBDIRS
="console"
20869 INCLUDES
="-I\${top_builddir}/lib/wx/include/${TOOLCHAIN_NAME} \
20870 -I\${top_srcdir}/include \
20871 $REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
20874 if test "$wxUSE_GTK" = 1; then
20877 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
20880 if test "$GXX" = yes ; then
20881 CXXWARNINGS
="-Wall"
20883 if test "$wxUSE_NO_DEPS" = "no" ; then
20884 CFLAGS
="-MMD $CFLAGS"
20885 CXXFLAGS
="-MMD $CXXFLAGS"
20889 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE $INCLUDES"
20891 CFLAGS
=`echo $CFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
20892 CXXFLAGS
=`echo $CXXFLAGS $EXTRA_CFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
20893 LIBS
=`echo $LIBS | sed 's/ \+/ /g'`
20895 LDFLAGS
="$LDFLAGS $PROFILE"
20897 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
20988 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
20989 echo "configure:20990: checking whether ${MAKE-make} sets \${MAKE}" >&5
20990 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
20991 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
20992 echo $ac_n "(cached) $ac_c" 1>&6
20994 cat > conftestmake
<<\EOF
20996 @
echo 'ac_maketemp="${MAKE}"'
20998 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
20999 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
21000 if test -n "$ac_maketemp"; then
21001 eval ac_cv_prog_make_
${ac_make}_set
=yes
21003 eval ac_cv_prog_make_
${ac_make}_set
=no
21007 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
21008 echo "$ac_t""yes" 1>&6
21011 echo "$ac_t""no" 1>&6
21012 SET_MAKE
="MAKE=${MAKE-make}"
21016 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
21017 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
21022 wx_cv_path_samplesubdirs
=$SAMPLES_SUBDIRS
21023 wx_cv_if_gnu_make
=$IF_GNU_MAKE
21024 wx_cv_path_ifs
=$PATH_IFS
21025 wx_cv_program_ext
=$PROGRAM_EXT
21026 wx_cv_target_library
=$WX_TARGET_LIBRARY
21027 wx_cv_target_library_gl
=$WX_TARGET_LIBRARY_GL
21028 wx_cv_target_libtype
=$WX_TARGET_LIBRARY_TYPE
21029 export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \
21030 wx_cv_path_ifs wx_cv_program_ext \
21031 wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype
21033 subdirs
="demos samples utils contrib"
21037 cat > confcache
<<\EOF
21038 # This file is a shell script that caches the results of configure
21039 # tests run on this system so they can be shared between configure
21040 # scripts and configure runs. It is not useful on other systems.
21041 # If it contains results you don't want to keep, you may remove or edit it.
21043 # By default, configure uses ./config.cache as the cache file,
21044 # creating it if it does not exist already. You can give configure
21045 # the --cache-file=FILE option to use a different cache file; that is
21046 # what configure does when it calls configure scripts in
21047 # subdirectories, so they share the cache.
21048 # Giving --cache-file=/dev/null disables caching, for debugging configure.
21049 # config.status only pays attention to the cache file if you give it the
21050 # --recheck option to rerun configure.
21053 # The following way of writing the cache mishandles newlines in values,
21054 # but we know of no workaround that is simple, portable, and efficient.
21055 # So, don't put newlines in cache variables' values.
21056 # Ultrix sh set writes to stderr and can't be redirected directly,
21057 # and sets the high bit in the cache file unless we assign to the vars.
21059 case `(ac_space=' '; set | grep ac_space) 2>&1` in
21061 # `set' does not quote correctly, so add quotes (double-quote substitution
21062 # turns \\\\ into \\, and sed turns \\ into \).
21064 -e "s/'/'\\\\''/g" \
21065 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
21068 # `set' quotes correctly as required by POSIX, so do not add quotes.
21069 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
21072 if cmp -s $cache_file confcache
; then
21075 if test -w $cache_file; then
21076 echo "updating cache $cache_file"
21077 cat confcache
> $cache_file
21079 echo "not updating unwritable cache $cache_file"
21084 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
21086 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
21087 # Let make expand exec_prefix.
21088 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
21090 # Any assignment to VPATH causes Sun make to only execute
21091 # the first set of double-colon rules, so remove it if not needed.
21092 # If there is a colon in the path, we need to keep it.
21093 if test "x$srcdir" = x.
; then
21094 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
21097 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
21099 DEFS
=-DHAVE_CONFIG_H
21101 # Without the "./", some shells look in PATH for config.status.
21102 : ${CONFIG_STATUS=./config.status}
21104 echo creating
$CONFIG_STATUS
21105 rm -f $CONFIG_STATUS
21106 cat > $CONFIG_STATUS <<EOF
21108 # Generated automatically by configure.
21109 # Run this file to recreate the current configuration.
21110 # This directory was configured as follows,
21111 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
21113 # $0 $ac_configure_args
21115 # Compiler output produced by configure, useful for debugging
21116 # configure, is in ./config.log if it exists.
21118 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
21121 case "\$ac_option" in
21122 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21123 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
21124 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
21125 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
21126 echo "$CONFIG_STATUS generated by autoconf version 2.13"
21128 -help | --help | --hel | --he | --h)
21129 echo "\$ac_cs_usage"; exit 0 ;;
21130 *) echo "\$ac_cs_usage"; exit 1 ;;
21134 ac_given_srcdir=$srcdir
21135 ac_given_INSTALL="$INSTALL"
21137 trap 'rm -fr `echo "
21143 setup.h:setup.h.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
21145 cat >> $CONFIG_STATUS <<EOF
21147 # Protect against being on the right side of a sed subst in config.status.
21148 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
21149 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
21153 s%@CFLAGS@%$CFLAGS%g
21154 s%@CPPFLAGS@%$CPPFLAGS%g
21155 s%@CXXFLAGS@%$CXXFLAGS%g
21156 s%@FFLAGS@%$FFLAGS%g
21158 s%@LDFLAGS@%$LDFLAGS%g
21160 s%@exec_prefix@%$exec_prefix%g
21161 s%@prefix@%$prefix%g
21162 s%@program_transform_name@%$program_transform_name%g
21163 s%@bindir@%$bindir%g
21164 s%@sbindir@%$sbindir%g
21165 s%@libexecdir@%$libexecdir%g
21166 s%@datadir@%$datadir%g
21167 s%@sysconfdir@%$sysconfdir%g
21168 s%@sharedstatedir@%$sharedstatedir%g
21169 s%@localstatedir@%$localstatedir%g
21170 s%@libdir@%$libdir%g
21171 s%@includedir@%$includedir%g
21172 s%@oldincludedir@%$oldincludedir%g
21173 s%@infodir@%$infodir%g
21174 s%@mandir@%$mandir%g
21176 s%@host_alias@%$host_alias%g
21177 s%@host_cpu@%$host_cpu%g
21178 s%@host_vendor@%$host_vendor%g
21179 s%@host_os@%$host_os%g
21180 s%@target@%$target%g
21181 s%@target_alias@%$target_alias%g
21182 s%@target_cpu@%$target_cpu%g
21183 s%@target_vendor@%$target_vendor%g
21184 s%@target_os@%$target_os%g
21186 s%@build_alias@%$build_alias%g
21187 s%@build_cpu@%$build_cpu%g
21188 s%@build_vendor@%$build_vendor%g
21189 s%@build_os@%$build_os%g
21193 s%@RANLIB@%$RANLIB%g
21195 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
21196 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
21197 s%@INSTALL_DATA@%$INSTALL_DATA%g
21199 s%@IF_GNU_MAKE@%$IF_GNU_MAKE%g
21202 s%@LEXLIB@%$LEXLIB%g
21204 s%@CXXCPP@%$CXXCPP%g
21205 s%@PKG_CONFIG@%$PKG_CONFIG%g
21206 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
21207 s%@GTK_LIBS@%$GTK_LIBS%g
21208 s%@PANGOFT2_CFLAGS@%$PANGOFT2_CFLAGS%g
21209 s%@PANGOFT2_LIBS@%$PANGOFT2_LIBS%g
21210 s%@GTK_CONFIG@%$GTK_CONFIG%g
21211 s%@X_CFLAGS@%$X_CFLAGS%g
21212 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
21213 s%@X_LIBS@%$X_LIBS%g
21214 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
21215 s%@AIX_CXX_LD@%$AIX_CXX_LD%g
21216 s%@RESCOMP@%$RESCOMP%g
21218 s%@LIBICONV@%$LIBICONV%g
21219 s%@LEX_STEM@%$LEX_STEM%g
21220 s%@PATH_IFS@%$PATH_IFS%g
21221 s%@WX_MAJOR_VERSION_NUMBER@%$WX_MAJOR_VERSION_NUMBER%g
21222 s%@WX_MINOR_VERSION_NUMBER@%$WX_MINOR_VERSION_NUMBER%g
21223 s%@WX_RELEASE_NUMBER@%$WX_RELEASE_NUMBER%g
21224 s%@WX_LIBRARY_NAME_STATIC@%$WX_LIBRARY_NAME_STATIC%g
21225 s%@WX_LIBRARY_NAME_SHARED@%$WX_LIBRARY_NAME_SHARED%g
21226 s%@WX_LIBRARY_IMPORTLIB@%$WX_LIBRARY_IMPORTLIB%g
21227 s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
21228 s%@WX_LIBRARY_LINK1@%$WX_LIBRARY_LINK1%g
21229 s%@WX_LIBRARY_LINK2@%$WX_LIBRARY_LINK2%g
21230 s%@PROGRAM_EXT@%$PROGRAM_EXT%g
21231 s%@WX_LIBRARY_NAME_STATIC_GL@%$WX_LIBRARY_NAME_STATIC_GL%g
21232 s%@WX_LIBRARY_NAME_SHARED_GL@%$WX_LIBRARY_NAME_SHARED_GL%g
21233 s%@WX_TARGET_LIBRARY_GL@%$WX_TARGET_LIBRARY_GL%g
21234 s%@WX_LIBRARY_LINK1_GL@%$WX_LIBRARY_LINK1_GL%g
21235 s%@WX_LIBRARY_LINK2_GL@%$WX_LIBRARY_LINK2_GL%g
21236 s%@WX_ALL@%$WX_ALL%g
21237 s%@WX_ALL_INSTALLED@%$WX_ALL_INSTALLED%g
21238 s%@SHARED_LD@%$SHARED_LD%g
21239 s%@PIC_FLAG@%$PIC_FLAG%g
21240 s%@CODE_GEN_FLAGS@%$CODE_GEN_FLAGS%g
21241 s%@CODE_GEN_FLAGS_CXX@%$CODE_GEN_FLAGS_CXX%g
21242 s%@SONAME_FLAGS@%$SONAME_FLAGS%g
21243 s%@SONAME_FLAGS_GL@%$SONAME_FLAGS_GL%g
21244 s%@WX_TARGET_LIBRARY_SONAME@%$WX_TARGET_LIBRARY_SONAME%g
21245 s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
21246 s%@WXDEBUG_DEFINE@%$WXDEBUG_DEFINE%g
21247 s%@USE_GUI@%$USE_GUI%g
21248 s%@AFMINSTALL@%$AFMINSTALL%g
21249 s%@TOOLKIT@%$TOOLKIT%g
21250 s%@TOOLKIT_DIR@%$TOOLKIT_DIR%g
21251 s%@TOOLKIT_VPATH@%$TOOLKIT_VPATH%g
21252 s%@TOOLCHAIN_NAME@%$TOOLCHAIN_NAME%g
21253 s%@TOOLCHAIN_DEFS@%$TOOLCHAIN_DEFS%g
21254 s%@TOOLCHAIN_DLL_DEFS@%$TOOLCHAIN_DLL_DEFS%g
21255 s%@cross_compiling@%$cross_compiling%g
21256 s%@WXCONFIG_LIBS@%$WXCONFIG_LIBS%g
21257 s%@WXCONFIG_LIBS_GL@%$WXCONFIG_LIBS_GL%g
21258 s%@WXCONFIG_LIBS_STATIC@%$WXCONFIG_LIBS_STATIC%g
21259 s%@WXCONFIG_LIBS_STATIC_GL@%$WXCONFIG_LIBS_STATIC_GL%g
21260 s%@WXCONFIG_INCLUDE@%$WXCONFIG_INCLUDE%g
21261 s%@WXCONFIG_RPATH@%$WXCONFIG_RPATH%g
21262 s%@ALL_OBJECTS@%$ALL_OBJECTS%g
21263 s%@ALL_HEADERS@%$ALL_HEADERS%g
21264 s%@ALL_SOURCES@%$ALL_SOURCES%g
21265 s%@GUIDIST@%$GUIDIST%g
21266 s%@PORT_FILES@%$PORT_FILES%g
21267 s%@DISTDIR@%$DISTDIR%g
21268 s%@SAMPLES_SUBDIRS@%$SAMPLES_SUBDIRS%g
21269 s%@LDFLAGS_GL@%$LDFLAGS_GL%g
21270 s%@LDFLAGS_EXE@%$LDFLAGS_EXE%g
21271 s%@OPENGL_LIBS@%$OPENGL_LIBS%g
21272 s%@DMALLOC_LIBS@%$DMALLOC_LIBS%g
21273 s%@EXTRADEFS@%$EXTRADEFS%g
21274 s%@RESFLAGS@%$RESFLAGS%g
21275 s%@RESPROGRAMOBJ@%$RESPROGRAMOBJ%g
21276 s%@WX_RESOURCES_MACOSX_ASCII@%$WX_RESOURCES_MACOSX_ASCII%g
21277 s%@WX_RESOURCES_MACOSX_DATA@%$WX_RESOURCES_MACOSX_DATA%g
21278 s%@MACOSX_BUNDLE@%$MACOSX_BUNDLE%g
21279 s%@LIBWXMACRES@%$LIBWXMACRES%g
21280 s%@LIBWXMACRESCOMP@%$LIBWXMACRESCOMP%g
21281 s%@LIBWXMACRESWXCONFIG@%$LIBWXMACRESWXCONFIG%g
21282 s%@DLLTOOL@%$DLLTOOL%g
21286 s%@MAKEINFO@%$MAKEINFO%g
21287 s%@INSTALL_LIBRARY@%$INSTALL_LIBRARY%g
21288 s%@SET_MAKE@%$SET_MAKE%g
21289 s%@subdirs@%$subdirs%g
21294 cat >> $CONFIG_STATUS <<\EOF
21296 # Split the substitutions into bite-sized pieces for seds with
21297 # small command number limits, like on Digital OSF/1 and HP-UX.
21298 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
21299 ac_file
=1 # Number of current file.
21300 ac_beg
=1 # First line for current file.
21301 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
21304 while $ac_more_lines; do
21305 if test $ac_beg -gt 1; then
21306 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
21308 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
21310 if test ! -s conftest.s
$ac_file; then
21311 ac_more_lines
=false
21312 rm -f conftest.s
$ac_file
21314 if test -z "$ac_sed_cmds"; then
21315 ac_sed_cmds
="sed -f conftest.s$ac_file"
21317 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
21319 ac_file
=`expr $ac_file + 1`
21321 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
21324 if test -z "$ac_sed_cmds"; then
21329 cat >> $CONFIG_STATUS <<EOF
21331 CONFIG_FILES=\${CONFIG_FILES-"wx-config
21338 cat >> $CONFIG_STATUS <<\EOF
21339 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
21340 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
21342 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
21343 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
21344 *) ac_file_in
="${ac_file}.in" ;;
21347 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
21349 # Remove last slash and all that follows it. Not all systems have dirname.
21350 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
21351 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
21352 # The file is in a subdirectory.
21353 test ! -d "$ac_dir" && mkdir "$ac_dir"
21354 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
21355 # A "../" for each directory in $ac_dir_suffix.
21356 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
21358 ac_dir_suffix
= ac_dots
=
21361 case "$ac_given_srcdir" in
21363 if test -z "$ac_dots"; then top_srcdir
=.
21364 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
21365 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
21366 *) # Relative path.
21367 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
21368 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
21371 case "$ac_given_INSTALL" in
21372 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
21373 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
21376 echo creating
"$ac_file"
21378 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
21380 *Makefile
*) ac_comsub
="1i\\
21381 # $configure_input" ;;
21385 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
21387 s%@configure_input@%$configure_input%g
21388 s%@srcdir@%$srcdir%g
21389 s%@top_srcdir@%$top_srcdir%g
21390 s%@INSTALL@%$INSTALL%g
21391 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
21395 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
21396 # NAME is the cpp macro being defined and VALUE is the value it is being given.
21398 # ac_d sets the value in "#define NAME VALUE" lines.
21399 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
21400 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
21403 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
21404 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
21405 ac_uB
='\([ ]\)%\1#\2define\3'
21408 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
21409 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
21410 ac_eB
='$%\1#\2define\3'
21414 if test "${CONFIG_HEADERS+set}" != set; then
21416 cat >> $CONFIG_STATUS <<EOF
21417 CONFIG_HEADERS="setup.h:setup.h.in"
21419 cat >> $CONFIG_STATUS <<\EOF
21421 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
21422 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
21424 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
21425 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
21426 *) ac_file_in
="${ac_file}.in" ;;
21429 echo creating
$ac_file
21431 rm -f conftest.frag conftest.
in conftest.out
21432 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
21433 cat $ac_file_inputs > conftest.
in
21437 # Transform confdefs.h into a sed script conftest.vals that substitutes
21438 # the proper values into config.h.in to produce config.h. And first:
21439 # Protect against being on the right side of a sed subst in config.status.
21440 # Protect against being in an unquoted here document in config.status.
21441 rm -f conftest.vals
21442 cat > conftest.hdr
<<\EOF
21445 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
21449 sed -n -f conftest.hdr confdefs.h > conftest.vals
21452 # This sed command replaces #undef with comments. This is necessary, for
21453 # example, in the case of _POSIX_SOURCE, which is predefined and required
21454 # on some systems where configure will not decide to define it.
21455 cat >> conftest.vals <<\EOF
21456 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
21459 # Break up conftest.vals because some shells have a limit on
21460 # the size of here documents, and old seds have small limits too.
21462 rm -f conftest.tail
21465 ac_lines=`grep -c . conftest.vals
`
21466 # grep -c gives empty output for an empty file on some AIX systems.
21467 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
21468 # Write a limited-size here document to conftest.frag.
21469 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
21470 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
21472 sed -f conftest.frag conftest.in > conftest.out
21474 mv conftest.out conftest.in
21475 ' >> $CONFIG_STATUS
21476 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
21477 rm -f conftest.vals
21478 mv conftest.tail conftest.vals
21480 rm -f conftest.vals
21482 cat >> $CONFIG_STATUS <<\EOF
21483 rm -f conftest.frag conftest.h
21484 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
21485 cat conftest.in >> conftest.h
21487 if cmp -s $ac_file conftest.h 2>/dev/null; then
21488 echo "$ac_file is unchanged"
21491 # Remove last slash and all that follows it. Not all systems have dirname.
21492 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
21493 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
21494 # The file is in a subdirectory.
21495 test ! -d "$ac_dir" && mkdir "$ac_dir"
21498 mv conftest.h $ac_file
21503 cat >> $CONFIG_STATUS <<EOF
21505 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
21510 cat >> $CONFIG_STATUS <<\EOF
21512 if test ! -h wx-config; then
21514 mv wx-config wx${TOOLCHAIN_NAME}-config
21515 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
21518 if test ! -d lib; then
21521 if test ! -d lib/wx; then
21524 if test ! -d lib/wx/include; then
21525 mkdir lib/wx/include
21527 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
21528 mkdir lib/wx/include/${TOOLCHAIN_NAME}
21530 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
21531 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
21533 if test -f setup.h; then
21534 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
21539 chmod +x $CONFIG_STATUS
21540 rm -fr confdefs* $ac_clean_files
21541 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
21543 if test "$no_recursion" != yes; then
21545 # Remove --cache-file and --srcdir arguments so they do not pile up.
21546 ac_sub_configure_args=
21548 for ac_arg in $ac_configure_args; do
21549 if test -n "$ac_prev"; then
21554 -cache-file | --cache-file | --cache-fil | --cache-fi \
21555 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
21556 ac_prev=cache_file ;;
21557 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
21558 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
21560 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
21562 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
21564 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
21568 for ac_config_dir in demos samples utils contrib; do
21570 # Do not complain, so a configure script can configure whichever
21571 # parts of a large source tree are present.
21572 if test ! -d $srcdir/$ac_config_dir; then
21576 echo configuring in $ac_config_dir
21581 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
21583 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
21591 # A "../" for each directory in /$ac_config_dir.
21592 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
21595 .) # No --srcdir option. We are building in place.
21596 ac_sub_srcdir=$srcdir ;;
21597 /*) # Absolute path.
21598 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
21599 *) # Relative path.
21600 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
21603 # Check for guested configure; otherwise get Cygnus style configure.
21604 if test -f $ac_sub_srcdir/configure; then
21605 ac_sub_configure=$ac_sub_srcdir/configure
21606 elif test -f $ac_sub_srcdir/configure.in; then
21607 ac_sub_configure=$ac_configure
21609 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
21613 # The recursion is here.
21614 if test -n "$ac_sub_configure"; then
21616 # Make the cache file name correct relative to the subdirectory.
21617 case "$cache_file" in
21618 /*) ac_sub_cache_file=$cache_file ;;
21619 *) # Relative path.
21620 ac_sub_cache_file="$ac_dots$cache_file" ;;
21622 case "$ac_given_INSTALL" in
21623 [/$]*) INSTALL="$ac_given_INSTALL" ;;
21624 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
21627 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
21628 # The eval makes quoting arguments work.
21629 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
21632 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }